Package: nfs-user-server Version: 2.2beta47-25 Severity: critical Hello. After latest upgrade I couldn't start Qt designer. Strace printed tons of the following strings:
connect(18, {sa_family=AF_INET, sin_port=htons(631), sin_addr=inet_addr("127.0.0.1")}, 16) = 0 time(NULL) = 1234399709 time(NULL) = 1234399709 time(NULL) = 1234399709 time(NULL) = 1234399709 time(NULL) = 1234399709 time(NULL) = 1234399709 time(NULL) = 1234399709 send(18, "POST / HTTP/1.1\r\nContent-Length: "..., 134, 0) = 134 time(NULL) = 1234399709 time(NULL) = 1234399709 time(NULL) = 1234399709 time(NULL) = 1234399709 time(NULL) = 1234399709 time(NULL) = 1234399709 send(18, "\...@\2\0\0\0\1\1g\0\22attributes-charset\0\5u"..., 417, 0) = 417 poll([{fd=18, events=POLLIN}], 1, 1000) = 1 ([{fd=18, revents=POLLIN}]) recv(18, ""..., 2048, 0) = 0 close(18) = 0 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 18 setsockopt(18, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 setsockopt(18, SOL_TCP, TCP_NODELAY, [1], 4) = 0 fcntl64(18, F_SETFD, FD_CLOEXEC) = 0 **** many times again, again and again **** I found out that it tries to connect to 631 port, and yes - it's IPP service. "lsof -i :ipp" told us an interesting thing: rpc.mount 2575 root 5u IPv4 8848 TCP *:ipp (LISTEN)". It's seems to be a critical bug, bacause IPP port was taken by NFS user server and some programs will fail to start at all, talking with this NFS server in infinite loop. /etc/exports is very simple: /mnt/f/data 192.168.0.100(rw) 192.168.0.101(rw) -- -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org