Re: max_loop option not working for autofs

2002-09-08 Thread Rainer Ellinger
Charles Lewis wrote: > Hrm...I guess you mean that I need to create /dev/loop8 thru > /dev/loop63? I didn't realize I needed to do this. How do I do this? for i in $(seq 8 63) ; do mknod /dev/loop$i b 7 $i ; done chmod 660 /dev/loop* ; chown 0.disk /dev/loop* > Also, what impact on memory will t

Re: max_loop option not working for autofs

2002-09-08 Thread Rainer Ellinger
Charles Lewis wrote: > lilo.conf "append = " mem=nopentium max_loop=64", however this does > not seem to affect anything. And you've created the correlative loop devices in /dev? -- [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Conta

exim smtp auth with PAM

2002-06-22 Thread Rainer Ellinger
Is there anybody out there having exim (woody) running with smtp auth based on PAM (pam_unix.so)? It seems not to be possible without recompiling exim, using a special pam_exim.so or some other hacks. -- [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Re: SQUID iptables error.

2002-06-20 Thread Rainer Ellinger
jon wrote: > iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT > iptables: No chain/target/match by that name iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -- [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: Make eth0 be eth1, something like eth0=eth1?

2002-06-09 Thread Rainer Ellinger
AE Roy wrote: > I'm looking for a way in which I can turn my eth0 into eth1. > I was imagening something along the lines of eth0=eth1. If you're using kernel 2.4 and package iproute2, you could do it like this: ip link set eth0 name eth1 -- [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAI

Re: ISA network card

2002-06-05 Thread Rainer Ellinger
Nick Traxler wrote: > I got the value 0x340 through trial and error. All the others fail > the initial ne2000 probe. > dsl-093-a:~# ne2k-diag -p 0x340 You've also tried ne2k-diag without any option? > Winbond W89C905F. I wasn't able to locate that chip on the Winbond > site. However, most of the

Re: ISA network card

2002-06-05 Thread Rainer Ellinger
Nick Traxler wrote: > Any ideas? I'm not sure if the interrupt can be arbitrary or if I > have to find a way to read it off the card. Could you please give the full output of ne2k-diag? Usually the IRQ is reported, too. If this is not a PnP card, you need to reserve the interrupt in your BIOS se

Re: apic errors / interface crash on tyan 200t

2002-06-05 Thread Rainer Ellinger
Peter Lieven wrote: > the problem is, that the bos runs into serval kernel apic errors and > sometimes when the load gets higher the second interface crashes and Unless only the nic and not the whole box does freeze, these two problems are imho supposed to be independent from each other. Kernel

Re: ISA network card

2002-06-04 Thread Rainer Ellinger
Nick Traxler wrote: > According to the Ethernet HOWTO, it is supported by the ne.o module, > but I need to know the base address to pass as an argument. Does > anyone know how I can probe the address or set it? pnpdump does not apt-get install nictools-nopci ne2k-diag -- [EMAIL PROTECTED] -- T