<html>
<head>
<meta content="text/html; charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
21.08.2012 22:37, Michael Shigorin пишет:
<blockquote cite="mid:20120821193742.GT26733@osdn.org.ua"
type="cite">
<pre wrap="">On Tue, Aug 21, 2012 at 10:22:50PM +0300, it wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Система Simply Linux 6.0.1, ядро 3.4.9-un-def-alt0.M60P.1
При загрузке системе,служба Service rpcbind is already running--FAILED
Что может быть?
</pre>
</blockquote>
<pre wrap="">
Гляньте /var/log/messages за последнюю загрузку по слову rpcbind
-- не будет ли в его окрестностях наводящих на мысли строчек.
Также стоит сделать/посмотреть:
ps auxww | grep rpcbind
ls -l /var/run/rpcbind.{lock,sock}
service rpcbind restart
</pre>
</blockquote>
<small>ps auxww | grep rpcbind</small><br>
rpc 3336 0.0 0.0 2368 556 ? Ss 17:31 0:00
/sbin/rpcbind -l <br>
root 17239 0.0 0.0 3708 788 pts/0 S+ 22:44 0:00
grep --color=auto rpcbind <br>
<br>
<small><br>
ls -l /var/run/rpcbind.{lock,sock}</small><br>
-r--r--r-- 1 root root 0 Авг 21 17:31 /var/run/rpcbind.lock<br>
srw-rw-rw- 1 root root 0 Авг 21 17:31 /var/run/rpcbind.sock<br>
<br>
<br>
<small>service rpcbind restart</small><br>
Stopping rpcbind
service: [ DONE ]<br>
Starting rpcbind
service: [ DONE ]<br>
<br>
<pre wrap="">/var/log/messages</pre>
rpcbind: cannot create socket for udp6<br>
rpcbind: cannot create socket for tcp6<br>
rpcbind: rpcbind startup succeeded<br>
</body>
</html>