On 27/04/06, D. Ivago <batsleer at gmail.com> wrote: > when I run a nmap localhost I see that port 199 is open for the smux service > but when I check the services gui in runlevel 3 or 5 I don't find it. It's > also not in /etc/init.d/ Do netstat, ps, lsof or any other tools show anything of use? # netstat -ln # ps auxw | grep -Ei 'snmp|smux' # lsof -i :199 Will.