Re: portmap on debian

1999-10-30 Thread Onno
Ah, mistery solved ;-) Thanks, Onno At 08:22 PM 10/29/99 +0100, Mark Brown wrote: >On Fri, Oct 29, 1999 at 05:49:56PM +0200, Onno wrote: > >> Strange, why not the normal way??? > >> mv /etc/rc2.d/S18portmap /etc/rc2.d/K35portmap > >> Is this wrong or something ??? > >Slink doesn't have a seperat

Re: portmap on debian

1999-10-30 Thread Onno
As far I can see it's works for me... On my potato box installed with the new flops this looks like: willem:/etc/rc2.d# grep -n portmap * S18portmap:3:# start/stop portmap daemon. S18portmap:5:test -f /sbin/portmap || exit 0 S18portmap:9: echo -n "Starting portmap daemon:" S18portmap:10: echo

Re: portmap on debian

1999-10-30 Thread Onno
As far as I know changing the links in rc.#/ from S##bla to K##bla is the preferred way to start or kill the scripts at boot or when you change runlevels. Regards, Onno At 04:57 PM 10/29/99 +, Pollywog wrote: > >On 29-Oct-99 aphro wrote: >> its part of netbase, easiest way to disable it i t

Re: portmap on debian

1999-10-29 Thread Mark Brown
On Fri, Oct 29, 1999 at 04:57:47PM -, Pollywog wrote: > Can you disable it by just changing the name? Since the program will be run from the init scripts by name changing the name will cause it not to be found. Take a look in /etc/init.d/netbase. Of course, you could also remove the call fr

Re: portmap on debian

1999-10-29 Thread Mark Brown
On Fri, Oct 29, 1999 at 05:49:56PM +0200, Onno wrote: > Strange, why not the normal way??? > mv /etc/rc2.d/S18portmap /etc/rc2.d/K35portmap > Is this wrong or something ??? Slink doesn't have a seperate init script for portmap. -- Mark Brown mailto:[EMAIL PROTECTED] (Trying to avoid grumpi

Re: portmap on debian

1999-10-29 Thread aphro
if it tries to load that binary, and it doesnt exist, it cant load it ..safer then erasing it .. adding exit 0 at the top may prevent other things inside netbase that may or may not be important to your installation from loading. it looks to me that all teh default firewall rules are in netbase(i

Re: portmap on debian

1999-10-29 Thread Pollywog
On 29-Oct-99 aphro wrote: > its part of netbase, easiest way to disable it i think is to just > > mv /sbin/portmap /sbin/portmap-DISABLED > > since there are still some important things in netbase it seems. either > that or firewall port 111. Can you disable it by just changing the name? I th

Re: portmap on debian

1999-10-29 Thread aphro
portmapper is also in /etc/init.d/netbase wpp-22:/etc/rc2.d# grep -n portmap * S18netbase:5:test -f /sbin/portmap || exit 0 S18netbase:55: echo -n " portmap" ; start-stop-daemon --start --quiet --exec /sbin/portmap S18netbase:61: start-stop-daemon --stop --quiet --oknodo --exec /sbin/portmap S18

Re: portmap on debian

1999-10-29 Thread Onno
Strange, why not the normal way??? mv /etc/rc2.d/S18portmap /etc/rc2.d/K35portmap Is this wrong or something ??? Regards, Onno At 08:34 AM 10/29/99 -0700, aphro wrote: its part of netbase, easiest way to disable it i think is to just mv /sbin/portmap /sbin/portmap-DISABLED since there are

Re: portmap on debian

1999-10-29 Thread aphro
its part of netbase, easiest way to disable it i think is to just mv /sbin/portmap /sbin/portmap-DISABLED since there are still some important things in netbase it seems. either that or firewall port 111. or both you can never be too paranoid. nate [m

Re: portmap on debian

1999-10-29 Thread Charles Lewis
I asked a similar question a while back without a response. I think it is part of netbase, and I didn't want to remove netbase because I need telnetd,ftpd,etc. I can tell you how we solved the problem, but I don't know if it is the best way. We just added the line 'exit 0' to the beginning of /etc

portmap on debian

1999-10-29 Thread rizan
hi, I just couldn't figure out how to stop portmap from running on my debian box everytime it reboots. I am very sure it is not controlled by any TCP wrappers and i have checked it's runlevel directory but I couldn't find portmapbtw, it's running on run level 2 please help. thankz rizan