Package: rpcbind
Version: 0.2.1-3 

On amd64 Jessie system, when installing rpcbind in lxc container, 
then rpcbind can not end the init script process and always wait....


root@vm-test-users:~#  which rpcbind
/sbin/rpcbind

root@vm-test-users:~# dpkg -l |grep -v ii
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                          Version                      Architecture 
Description
+++-=============================-============================-============-===============================================================================

-- root@vm-test-users:~# cat /etc/apt/sources.list
deb http://ftp.debian.org/debian jessie main contrib non-free

root@vm-test-users:~# uname -a
Linux vm-test-users 3.13-0.bpo.1-amd64 #1 SMP Debian 3.13.10-1~bpo70+1 
(2014-04-23) x86_64 GNU/Linux

root@vm-test-users:~# ip route ls
default via 192.168.8.252 dev eth1-users 
192.168.6.0/24 dev eth2-services  proto kernel  scope link  src 192.168.6.7 
192.168.8.0/24 dev eth1-users  proto kernel  scope link  src 192.168.8.16 
192.168.9.0/24 dev eth0-admin  proto kernel  scope link  src 192.168.9.10 

root@vm-test-users:~# ip link ls
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT group default 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
186: eth0-admin: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT group default qlen 1000
    link/ether 02:00:00:00:64:01 brd ff:ff:ff:ff:ff:ff
188: eth1-users: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT group default qlen 1000
    link/ether 02:00:00:00:64:02 brd ff:ff:ff:ff:ff:ff
190: eth2-services: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT group default qlen 1000
    link/ether 02:00:00:00:64:03 brd ff:ff:ff:ff:ff:ff

Q1: When trying to startb with '-ad' option, according man documentation, then 
it seems that this option is not 
correcly implemented or fonctional ?
Please can you confirm that this option is OK ?


After running rpcbind with default option, then on stdout ....
[....] Starting rpcbind daemon...


Q2: Please can you implement one timeout in script as in 'nis' package so that 
init is not broken ?


root@solo:~# ps auxww |grep rpcbin
root      5665  0.0  0.0   4316   760 pts/15   S    07:57   0:00 /bin/sh 
/etc/init.d/rpcbind start
root      5674  0.0  0.0  21400  1388 pts/15   S    07:57   0:00 /sbin/rpcbind 
-w
root      5979  0.0  0.0   8332   864 pts/7    S+   07:59   0:00 grep rpcbin
root@solo:~# strace -p 5674
Process 5674 attached - interrupt to quit
restart_syscall(<... resuming interrupted call ...>) = 0
sendto(10, 
"S\212e\1\0\0\0\0\0\0\0\2\0\1\206\240\0\0\0\2\0\0\0\3\0\0\0\0\0\0\0\0"..., 56, 
0, {sa_family=AF_INET, sin_port=htons(111), sin_addr=inet_addr("127.0.0.1")}, 
16) = 56
poll([{fd=10, events=POLLIN}], 1, 5000) = 0 (Timeout)
sendto(10, 
"S\212e\1\0\0\0\0\0\0\0\2\0\1\206\240\0\0\0\2\0\0\0\3\0\0\0\0\0\0\0\0"..., 56, 
0, {sa_family=AF_INET, sin_port=htons(111), sin_addr=inet_addr("127.0.0.1")}, 
16) = 56
poll([{fd=10, events=POLLIN}], 1, 5000) = 0 (Timeout)
sendto(10, 
"S\212e\1\0\0\0\0\0\0\0\2\0\1\206\240\0\0\0\2\0\0\0\3\0\0\0\0\0\0\0\0"..., 56, 
0, {sa_family=AF_INET, sin_port=htons(111), sin_addr=inet_addr("127.0.0.1")}, 
16) = 56
poll([{fd=10, events=POLLIN}], 1, 5000) = 0 (Timeout)
sendto(10, 
"S\212e\1\0\0\0\0\0\0\0\2\0\1\206\240\0\0\0\2\0\0\0\3\0\0\0\0\0\0\0\0"..., 56, 
0, {sa_family=AF_INET, sin_port=htons(111), sin_addr=inet_addr("127.0.0.1")}, 
16) = 56
poll([{fd=10, events=POLLIN}], 1, 5000) = 0 (Timeout)
sendto(10, 
"S\212e\1\0\0\0\0\0\0\0\2\0\1\206\240\0\0\0\2\0\0\0\3\0\0\0\0\0\0\0\0"..., 56, 
0, {sa_family=AF_INET, sin_port=htons(111), sin_addr=inet_addr("127.0.0.1")}, 
16) = 56
poll([{fd=10, events=POLLIN}], 1, 5000) = 0 (Timeout)
sendto(10, 
"S\212e\1\0\0\0\0\0\0\0\2\0\1\206\240\0\0\0\2\0\0\0\3\0\0\0\0\0\0\0\0"..., 56, 
0, {sa_family=AF_INET, sin_port=htons(111), sin_addr=inet_addr("127.0.0.1")}, 
16) = 56
poll([{fd=10, events=POLLIN}], 1, 5000


There is no possibility to stop this ...except of course killall...

Best Regards

-- 
--------------------------------------
  -- Jean-Marc LACROIX                 --
   -- mailto : jeanmarc.lacr...@free.fr --
     ---------------------------------------


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to