cloudinsky 发表于 2013-5-8 10:09

vps上装的centOS启动不了了,求linux达人

大概就是脑抽,想去装了一个hudson
wget一个以后安装提示我没有签名"not signed"什么的

然后yum update几乎全部都这个提示了....

当时没管它了,find / -name hudson* 直接把这货删除了.


昨天服务器维护reboot,就进不去了.完全连不上,用secure模式打开....



                Welcome to CentOS                                                                                    
readahead-collector: starting                                                                                       
Starting udev: udev: starting version 147                                                                           
udevd (1397): /proc/1397/oom_adj is deprecated, please use /proc/1397/oom_score_adj instead.                        
                                                                                                            
Setting hostname localhost.localdomain:                                                                  
Checking filesystems                                                                                                
Checking all file systems.                                                                                          
fsck.ext3 -a /dev/xvda                                                                  
/dev/xvda has been mounted 29 times without being checked, check forced.                                             
/dev/xvda: 30179/3119040 files (2.5% non-contiguous), 444576/6225920 blocks                                          
                                                                                                            
Remounting root filesystem in read-write mode:EXT3-fs (xvda): using internal journal                              
                                                                                                            
Mounting local filesystems:                                                                              
Enabling local filesystem quotas:                                                                        
/etc/rc.d/rc.sysinit: line 597: plymouth: command not found                                                         
Enabling /etc/fstab swaps:Adding 262140k swap on /dev/xvdb.Priority:-1 extents:1 across:262140k SS               
                                                                                                            
/etc/rc.d/rc.sysinit: line 662: plymouth: command not found                                                         
Entering non-interactive startup                                                                                    
Calling the system activity data collector (sadc):                                                                  
iptables: Applying firewall rules:                                                                         
Bringing up loopback interface:                                                                           
Bringing up interface eth0:                                                                                          
Determining IP information for eth0... done.                                                                        
                                                                                                            
Starting auditd:                                                                                           
Starting system logger:                                                                                     
Starting irqbalance:                                                                                        
Starting system message bus:                                                                               
Starting openvpn:                                                                                           
Mounting other filesystems:                                                                              
Retrigger failed udev events                                                                                 
Starting Hudson   


卡在这里了
linux入门求助

黑暗之凰 发表于 2013-5-8 10:26

Ctrl+C跳过去呗

要不 ctrl+alt+2 切换到tty2 , 登入杀掉hudson就好了
chkconfighudson off

"not signed"看看服务器时间对不对

cloudinsky 发表于 2013-5-8 10:35


Starting Hudson nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables
CT target to attach helpers instead.


ctrl+C没用,等大概1分钟,出现上面的提示..

我用的是linode的vps,不是本地,他提供一个Linode Shell登录,其实就是母机地址,登上去才看到这些的.

而母机的console上什么命令都没用,只能看着(ctrl+C也没用,只能ctrl+A+D返回)

cloudinsky 发表于 2013-5-8 12:01

搞定了:

Run Level中有3个   
Default Run Level
Single user mode
init=/bin/bash

第一个默认无法加载导致启动失败
第三个没有chkconfing
第二个成功进入,chkconfig关掉了hudson启动服务...

elvis_w 发表于 2013-5-8 12:19

其实现在服务器系统都是Debian,centos越来越少了

abcbuzhiming 发表于 2013-5-8 12:30

页: [1]
查看完整版本: vps上装的centOS启动不了了,求linux达人