S*A 发帖数: 7142 | 1 That is wrong, here is what I get:
$ chkconfig --list | grep ssh
sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
In any case. If you don't have ssh and want to enable that:
sudo yum install -y openssh-server
sudo chkconfig sshd on
sudo service sshd start
That should do it. |
|
p**i 发帖数: 688 | 2 查查 chkconfig --list | grep resolvconf
如果不需要它, 可以把它off了
看看cat /etc/resolvconf/resolv.conf.d/*都有啥
最后再没辙就man resolvconf
interfaces
your |
|
a*******e 发帖数: 3021 | 3 HAL indeed was installed already.
user was added by useradd, id=500, group=500.
(when I was using fedora 9, i followed the same routine, never had this
problem).
user has to be in usb/plugdev group doesn't make much sense to me, and i am
sure i never added user to usb/plugdev group. and in my /etc/passwd there is
no usb group.
It looks to me HALdaemon is running at level 5 (current level).
chkconfig --list
acpid 0:off 1:off 2:on 3:on 4:on 5:on 6:off
atd 0:of |
|
f**y 发帖数: 138 | 4 In the rpm spec file's %post section add:
chkconfig on |
|
x**m 发帖数: 941 | 5 先看看有没有:
$ chkconfig --list |grep ssh |
|
b*****e 发帖数: 762 | 6
敲了这个命令什么反应也没有,仅仅告诉我chkconfig的用法。 |
|
|
x****g 发帖数: 6597 | 8 SGI Indigo2, IRIX6.5
开始用root登录,但是无论如何都改变不了
root 的password,提示“password change
failed”后来不知道怎么又折腾成功了。
但是再登录root密码无效,其它普通用户密
码没变。
开机显示:
warning: "Internet Gateway Web server running as root"
use "chkconfig webface off" if you want to disable
但是我只有普通用户的权限,无法执行上述命令。
大侠救命! |
|
x**y 发帖数: 10012 | 9 lvm iptable chkconfig vim |
|