全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

IP归属甄别会员请立即修改密码
查看: 4831|回复: 26
打印 上一主题 下一主题

LNMP一键安装包怎么不行了?

[复制链接]
跳转到指定楼层
1#
发表于 2009-11-2 23:41:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
前天装还好好的,今天怎么就卡住了呢?

运行install.sh命令后,输入Domain,然后就卡住了,显示信息如下:

Press any key to start...
Loaded plugins: fastestmirror
usage: yum [options] COMMAND

List of Commands:

check-update   Check for available package updates
clean          Remove cached data
deplist        List a package's dependencies
erase          Remove a package or packages from your system
groupinfo      Display details about a package group
groupinstall   Install the packages in a group on your system
grouplist      List available package groups
groupremove    Remove the packages in a group from your system
help           Display a helpful usage message
info           Display details about a package or group of packages
install        Install a package or packages on your system
list           List a package or groups of packages
localinstall   Install a local RPM
makecache      Generate the metadata cache
provides       Find what package provides the given value
reinstall      reinstall a package
repolist       Display the configured software repositories
resolvedep     Determine which package provides the given dependency
search         Search package details for the given string
shell          Run an interactive yum shell
update         Update a package or packages on your system
upgrade        Update packages taking obsoletes into account


options:
  -h, --help            show this help message and exit
  -t, --tolerant        be tolerant of errors
  -C                    run entirely from cache, don't update cache
  -c  [config file]     config file location
  -R  [minutes]         maximum command wait time
  -d  [debug level]     debugging output level
  --showduplicates      show duplicates, in repos, in list/search commands
  -e  [error level]     error output level
  -q, --quiet           quiet operation
  -v, --verbose         verbose operation
  -y                    answer yes for all questions
  --version             show Yum version and exit
  --installroot=[path]  set install root
  --enablerepo=[repo]   enable one or more repositories (wildcards allowed)
  --disablerepo=[repo]  disable one or more repositories (wildcards allowed)
  -x [package], --exclude=[package]
                        exclude package(s) by name or glob
  --disableexcludes=[repo]
                        disable exclude from main, for a repo or for
                        everything
  --obsoletes           enable obsoletes processing during updates
  --noplugins           disable Yum plugins
  --nogpgcheck          disable gpg signature checking
  --disableplugin=[plugin]
                        disable plugins by name
  --enableplugin=[plugin]
                        enable plugins by name
  --skip-broken         skip packages with depsolving problems
Loaded plugins: fastestmirror
Determining fastest mirrors
2#
发表于 2009-11-2 23:44:25 | 只看该作者

回复 1# 的帖子

看起来是 fastestmirror的问题,发个ticket问下photonvps官网吧。
3#
 楼主| 发表于 2009-11-2 23:45:57 | 只看该作者
不是photonvps的,

burst,前天刚刚装过啊.
4#
发表于 2009-11-2 23:47:13 | 只看该作者

回复 3# 的帖子

换了个系统么?
5#
 楼主| 发表于 2009-11-2 23:48:32 | 只看该作者
不是,被我搞坏了,打算OS reload一下.

选择的是  centos-5-x86
6#
发表于 2009-11-2 23:51:25 | 只看该作者
删了这行试试吧
yum yum-fastest-mirror
7#
 楼主| 发表于 2009-11-2 23:52:56 | 只看该作者
  1. Loaded plugins: fastestmirror
  2. usage: yum [options] COMMAND

  3. List of Commands:

  4. check-update   Check for available package updates
  5. clean          Remove cached data
  6. deplist        List a package's dependencies
  7. erase          Remove a package or packages from your system
  8. groupinfo      Display details about a package group
  9. groupinstall   Install the packages in a group on your system
  10. grouplist      List available package groups
  11. groupremove    Remove the packages in a group from your system
  12. help           Display a helpful usage message
  13. info           Display details about a package or group of packages
  14. install        Install a package or packages on your system
  15. list           List a package or groups of packages
  16. localinstall   Install a local RPM
  17. makecache      Generate the metadata cache
  18. provides       Find what package provides the given value
  19. reinstall      reinstall a package
  20. repolist       Display the configured software repositories
  21. resolvedep     Determine which package provides the given dependency
  22. search         Search package details for the given string
  23. shell          Run an interactive yum shell
  24. update         Update a package or packages on your system
  25. upgrade        Update packages taking obsoletes into account


  26. options:
  27.   -h, --help            show this help message and exit
  28.   -t, --tolerant        be tolerant of errors
  29.   -C                    run entirely from cache, don't update cache
  30.   -c  [config file]     config file location
  31.   -R  [minutes]         maximum command wait time
  32.   -d  [debug level]     debugging output level
  33.   --showduplicates      show duplicates, in repos, in list/search commands
  34.   -e  [error level]     error output level
  35.   -q, --quiet           quiet operation
  36.   -v, --verbose         verbose operation
  37.   -y                    answer yes for all questions
  38.   --version             show Yum version and exit
  39.   --installroot=[path]  set install root
  40.   --enablerepo=[repo]   enable one or more repositories (wildcards allowed)
  41.   --disablerepo=[repo]  disable one or more repositories (wildcards allowed)
  42.   -x [package], --exclude=[package]
  43.                         exclude package(s) by name or glob
  44.   --disableexcludes=[repo]
  45.                         disable exclude from main, for a repo or for
  46.                         everything
  47.   --obsoletes           enable obsoletes processing during updates
  48.   --noplugins           disable Yum plugins
  49.   --nogpgcheck          disable gpg signature checking
  50.   --disableplugin=[plugin]
  51.                         disable plugins by name
  52.   --enableplugin=[plugin]
  53.                         enable plugins by name
  54.   --skip-broken         skip packages with depsolving problems
复制代码
这么提示删成功了么?我觉得好象没有,是在提示参数.
8#
发表于 2009-11-2 23:56:19 | 只看该作者
vi /usr/local/src/LNMP/install.sh

删除~~
9#
发表于 2009-11-3 00:05:10 | 只看该作者

回复 1# 的帖子

daigou.in的两个安装包都有问题的
我也用burst    不会成功的
10#
发表于 2009-11-3 00:07:38 | 只看该作者
应该不会我都用着两个包安装
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2026-1-15 07:24 , Processed in 0.063339 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表