- 主题:安装最后一步chown -R bbs:bbs /export/smthbbs/bbs
chown -R bbs:bbs /export/smthbbs/bbs
返回错误
chown: `bbs:bbs': invalid user
怎么回事?
--
FROM 159.226.228.*
谢谢
[root@frontend-0 bin]# ./bbsd -p 23
can't lock pid file:var/bbsd.23.pid
这是怎么回事?
【 在 etnlegend (etn|若即若离·虚幻·你不是神|050249) 的大作中提到: 】
: 你打算用哪个帐户运行bbs服务就chown成谁的...
--
FROM 159.226.228.*
现在add还来得及吗?
【 在 liangls (精灵射手) 的大作中提到: 】
: 在编译之前
: adduser bbs
: addgroup -g bbs
: ...................
--
FROM 159.226.228.*
哦
原来
-前面没有空格呀:)
【 在 etnlegend (etn|若即若离·虚幻·你不是神|050249) 的大作中提到: 】
: 有 make install-home 过么?
--
FROM 159.226.228.*
我直接用root
chown -R root行吗
【 在 liangls (精灵射手) 的大作中提到: 】
: 试试看好了~~
--
FROM 159.226.228.*
[root@frontend-0 bin]# ./sshbbsd
-bash: ./sshbbsd: No such file or directory
为啥呀:)
--
FROM 159.226.228.*
还有
[root@frontend-0 bin]# telnet localhost
Trying 127.0.0.1...
Connected to frontend-0.public (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.
[root@frontend-0 bin]#
【 在 fogsnow (雾里雪) 的大作中提到: 】
: [root@frontend-0 bin]# ./sshbbsd
: -bash: ./sshbbsd: No such file or directory
: 为啥呀:)
: ...................
--
FROM 159.226.228.*
启动的最后一项
[root@frontend-0 bin]# ./sshbbsd
-bash: ./sshbbsd: No such file or directory
出了问题
怎么办啊
【 在 liangls (精灵射手) 的大作中提到: 】
: 你确信你的bbs启动了吗??
--
FROM 159.226.228.*
没有
那能启动系统吗?
最后这个./sshbbsd不执行行吗?
【 在 etnlegend (etn|若即若离·虚幻·你不是神|050249) 的大作中提到: 】
: configure 的时候加了 --enable-ssh 了么?
--
FROM 159.226.228.*
[root@frontend-0 bin]# telnet localhost
Trying 127.0.0.1...
Connected to frontend-0.public (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.
[root@frontend-0 bin]#
【 在 etnlegend (etn|若即若离·虚幻·你不是神|050249) 的大作中提到: 】
: 可以啊,不执行就没有ssh方式的访问,只有telnet的...
--
FROM 159.226.228.*