Re: netboot , need help

2004-05-03 Thread Rakotomandimby Mihamina

Eric Brower wrote:

Try reading the JavaStation HOWTO
http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/JavaStation-HOWTO.html 


Well,
It was a great document to help me to build the kernel .
Now , my main problem is to make the NFS root filesystem on the x86 server
I cannot use the server FS because clients and server are not the same 
arch .
I guess i should have separate /tmp and /var for each box , but it is 
not really described in it .

Would you have another link that could help me ?

--
Rakotomandimby Mihamina Andrianifaharana
Tel : +33 2 38 76 43 65
http://stko.dyndns.info/site_principal/Members/mihamina



XVR-100 on Ultra ?

2004-05-03 Thread Mika Valtonen
hi,

can anyone tell me if the Sun XVR-100 PCI based frame buffer (ATI Radeon) is
supported under Debian/sparc64 and XFree86 ?

Thanks,
 Olaf

-- 
Sie haben neue Mails! - Die GMX Toolbar informiert Sie beim Surfen!
Jetzt aktivieren unter http://www.gmx.net/info



Re: netboot , need help

2004-05-03 Thread Martin
  Try reading the JavaStation HOWTO
  http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/JavaStation-HOWTO.html
   
 Well,
 It was a great document to help me to build the kernel .
 Now , my main problem is to make the NFS root filesystem on the x86 server
 I cannot use the server FS because clients and server are not the same 
 arch .
 I guess i should have separate /tmp and /var for each box , but it is 
 not really described in it .
 Would you have another link that could help me ?
There are several options

1. I believe the Debian installation process can be persuaded to install
onto an NFS root with a little work.
2. IIRC Debian has some pre-rolled pacakges which set up suitable root
filesystems.
3. SLXT is designed to do this for you
http://www.pucebaboon.com/SLXT/
4. Trial and error - add things to the root image until it works how you
want.

Check the Filesystem standard (via http://www.debian.org/devel/) for
which parts of the filesystem you can share between clients.

HTH

Cheers,
 - Martin
 
-- 
Martin
[EMAIL PROTECTED]
Seasons change, things come to pass



Some RAM for Ultra 1 and 2 available

2004-05-03 Thread Martin Michlmayr
A Debian user has some RAM for Ultra 1 and 2 available.  If someone is
interested, please contact me privately.
-- 
Martin Michlmayr
[EMAIL PROTECTED]



Re: Arnos firewall script

2004-05-03 Thread Joubin Moshrefzadeh
Hi all,
thanks for the pionters.. problem solved, thanks to the input from this list 
and also from Arno himself... here's my reply to his post on the scripts own 
mailing list (for anyone interested):

Hi Arno,

Thanks for the suggestions. It pointed me in the the right direction.

I did some tracing through the script and looked at the modules in 
/lib/modules/2.4.18/kernel/net/ipv4/netfilter and it seemed in addition to the 
modules the script loads, there were three others which I needed to load as 
well: ipt_LOG.o, ipt_TOS.o, and ipt_TCPMSS.o

Loading these removed pretty much all the errors I was getting, oh and removing 
any mention to -m limit --limit..., which I was informed in the Debian-sparc 
mailing list is needed due to a bug in the iptables implementation on that 
distro right now...

anyway, all was good except a couple mentions in your script to the nat 
table... it seems (or at least I think this is the case) that even though I've 
specified NAT=0, the script still has some references to the nat table (i.e. 
when flushing all rules) which causes iptables to throw an error message since 
the table doesn't exist/isn't loaded. I don't know if this is a bug or not, but 
I thought I'd let you know.

In my case, I'm not using the script on a gateway box, its a standalone machine 
and I liked the simplicity of the config on your script, so perhaps my 
particular case isn't one you intended the script for, anyway, everything goes 
smoothly if I set NAT=1, or load the iptable_nat module by default at the start 
of the script.

Thanks for the pointers and a great utility!
Joubin. 



- Original Message -
From: [EMAIL PROTECTED] (Brian Campbell)
Date: Saturday, May 1, 2004 10:16 am
Subject: Re: Arnos firewall script

 On Sat, May 01, 2004 at 01:09:56AM +0200, Jan Houstek wrote:
  On Fri, 30 Apr 2004, Jeff Adams wrote:
  
   Unfortunately, it looks like the limit module is broken for the
   ultrasparcs, so you'll need to remove/modify those line to 
 remove the
   reference to the limit module.
  
  Weird! Limit module (both kernel and userspace) work just fine 
 on my
  woody-running ultrasparcs. I use to compile kernels by my own 
 due to some
  security enhancements but I'm not aware of any changes against the
  distribution kernel which would somehow influence the limit module
  behaviour.
 
 I had the same problems with the limit module on an ultra1.  It 
 appearsto be an API issue:
 
 https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=94
 
 There's some discussion on the netfilter lists too.  I've no idea 
 why it
 would work for you though.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]