Re: Compiling land.c

1997-11-27 Thread Elie Rosenblum
r),0,(struct sockaddr *) &sin,sizeof(struct sockaddr_in))==-1) { fprintf(stderr,"couldn't send packet\n"); return(-1); } fprintf(stderr,"%s:%s landed\n",argv[1],argv[2]); close(sock); return(0); } -

Re: IP address and ipfwadm

1997-09-21 Thread Elie Rosenblum
he output is more than one line)? > > ipfwadm -A -a -P My IP address go here -D 0/0 $IPADDR=`ifconfig ppp0|perl -ne 'print $1 if (/inet addr:(\S+)\s/);'` ipfwadm -A -a -P $IPADDR -D 0/0 whatever --- Elie Rosenblum <[EMAIL PROTECTED]> That is not dead which can e

Re: Looking for rpc.bootparamd

1997-08-26 Thread Elie Rosenblum
rating system from my Linux > machine, so I'd really like to find this package. Grab the latest netstd from unstable (I have 2.16-1). The older netstd package doesn't include rpc.bootparamd. The new one does (I'm using it for booting my diskless SS ELC right now). --- Eli

Re: syslogd will not start

1997-04-06 Thread Elie Rosenblum
starting from the > /etc/init.d/sysklogd file. This is init, as far as I know. When it says 'starting from init', it means 'starting from /etc/inittab.' --- Elie Rosenblum <[EMAIL PROTECTED]> That is not dead which can eternal lie, <[EMAIL PROTECTED]&g

Re: Kernel compilation problem

1997-03-09 Thread Elie Rosenblum
y. If it's not the cache, I suggest getting a SIMM tester and running all of your memory through it several times. --- Elie Rosenblum ([EMAIL PROTECTED]) System Administrator, Erol's Internet "When Cthulhu calls, he calls _collect_."

Re: Procmail recipe.

1997-03-02 Thread Elie Rosenblum
out. In fact, the ^FROM should be rather extraneous (and anyway, the debian list server doesn't rewrite the headers the way I like them, so it doesn't do redirects right). --- Elie Rosenblum ([EMAIL PROTECTED]) System Administrator, Erol's Internet "When Cthulhu calls, he calls _collect_."

Re: can Linux r/w Windoze FAT32?

1997-02-28 Thread Elie Rosenblum
On Thu, 27 Feb 1997, Alex Lobkovsky wrote: > Does Linux read/write to the new Win95 Fat32 filesystem? Compile in vfat fs support when you make your kernel, or make the modules for it and insmod them or let kerneld autoload them. --- Elie Rosenblum ([EMAIL PROTECTED]) System Administra