[原][问题解决] /var/empty/sshd must be owned by root and not group or world-writable

简介:

Linux虚拟机SSH启动时,报如下问题:/var/empty/sshd must be owned by root and not group or world-writable [FAIL]

解决办法:

1. virt-manager 连接打开虚拟化管理

2. vnc连接目标虚拟机

3.如下命令操作修改:

  chown -R root:root /var/empty/sshd

  chmod 744 /var/empty/sshd

  service sshd restart

完成重新验证,连接正确。



本文转自 念槐聚 博客园博客,原文链接:http://www.cnblogs.com/haochuang/archive/2013/03/18/2965702.html,如需转载请自行联系原作者

相关文章
|
4月前
|
XML C# 数据格式
The data at the root level is invalid. Line 1, position 1.
The data at the root level is invalid. Line 1, position 1.
26 0
|
10月前
|
PHP
PHP当中echo、print、 print_r、var_dump、var_export的异同
PHP当中echo、print、 print_r、var_dump、var_export的异同
|
11月前
echo 、print 及print_r() 、var_dump()的区别
echo 、print 及print_r() 、var_dump()的区别
53 0
报错FileSystemException: /datas/nodes/0/indices/gtTXk-hnTgKhAcm-8n60Jw/1/index/.es_temp_file
首先我碰到的问题是服务器突然断电导致elasticsearch宕机,当我再次启动的时候 >FileSystemException: /data/elasticsearchDatas/datas/nodes/0/indices/gtTXk-hnTgKhAcm-8n60Jw/1/index/.es_temp_file: 结构需要清理
139 0
报错FileSystemException: /datas/nodes/0/indices/gtTXk-hnTgKhAcm-8n60Jw/1/index/.es_temp_file
|
PHP
php中echo,print,print_r,var_dump 的区别
php中echo,print,print_r,var_dump 的区别
42 0
PHP:echo,print,print_r,var_dump区别
PHP:echo,print,print_r,var_dump区别
221 0
PHP:echo,print,print_r,var_dump区别
torch.distributed.init_process_group(‘gloo’, init_method=‘file://tmp/somefile’, rank=0, world_size=1
torch.distributed.init_process_group(‘gloo’, init_method=‘file://tmp/somefile’, rank=0, world_size=1
538 0
torch.distributed.init_process_group(‘gloo’, init_method=‘file://tmp/somefile’, rank=0, world_size=1
|
SQL Oracle 关系型数据库
[20171211]HASH GROUP BY ?354?.txt
[20171211]HASH GROUP BY not used when using more that 354 aggregate functions.txt --//http://msutic.
1219 0