Zombied telnet ports on D3/Linux
We have tried all kinds of things to prevent and rid ourselves of zombied
ports. Patrick Latimer's program works well for cleaning them up after the
fact. Luke Bucklin suggested we try disabling xon/xoff for the telnet ports.
About 2 weeks ago we added the following to our port initialization program
(the dcd stuff was already there):
IF TELNET THEN
EXECUTE "DCD-ON"
EXECUTE "XONOFF (F"
END ELSE
EXECUTE "DCD-OFF"
END
The problem seems to be gone. Thanks Luke.
--
Jeffrey Kaufman
Key Data Systems Group
www.keydata.us
1111 Grizzly Peak Blvd.
Berkeley, CA 94708
510-486-9015 office
510-486-9016 fax
559-432-3832 cell
Western Pacific Supply
www.westpacsupply.com
888-WestPac
.
Relevant Pages
- Re: Shared object "libintl.so.4" not found
... > tempt to install from ports or execute certain commands/programs. ... > at upgrading my version of gettext would fix the issue, ... but this bit me and the solution was to re-build gmake. ... (freebsd-current) - /libexec/ld-elf.so.1 errors with multiple libs
... I was doing alot of manual upgrading of ports to get it ... I noticed my things weren't able to execute, ... for gaim and mplayer ... (freebsd-questions) - Re: newly installed apps not in path?
... Whan I install a new application I have to execute it ... It would be good if the post-everything part of ports would do that when needed. ... The rehash has to be executed within the context of your current shell and the only place you have that is the command line. ... (freebsd-questions) - /libexec/ld-elf.so.1 errors with multiple libs
... I was installing beep-media-player yesterday through the ports ... I noticed my things weren't able to execute, ... for xchat and freefontconfig ... for gaim and mplayer ... (freebsd-questions) - Re: Lost "Ports" in Device Manager
... It appears you took your cleaning steps one step to far. ... Boot to Safe Mode and remove any/all device listings under Ports in DM. ... If your PCI card is not recognized, run the hardware install wizard to reinstall the drivers. ... Socket card I have show up in a grey diamond "Unknown" tab. ... (microsoft.public.windowsxp.help_and_support) |
|