Public bug reported:

This is on Feisty 7.04. LTSP client with the new jetpipe prints only ONE
print job, after which it crashes.

Upon opening a shell on the client and running jetpipe on the command
line - you find that jetpipe tries to respawn TOO fast - theres a
while() loop in there and for some reason my OS does not close the
earlier listen socket too quickly. This causes an instant "Network
address already in use: cannot bind"

I have fixed the problem as follows in Feisty:

in /usr/sbin/jetpipe:

# Rewspawn eternally
while 1:
    listen()
    time.sleep(5)


the sleep seems to work and my printing is okay. I wonder why this is 
happening- This is obviously a temporary fix.

** Affects: ltsp (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
jetpipe crashes on print
https://bugs.launchpad.net/bugs/110609
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to