Re: [gentoo-user] Distcc on Windows/Mac?

2005-04-04 Thread krzaq
On Apr 4, 2005 7:29 AM, Colin [EMAIL PROTECTED] wrote:
[...]
 So distcc sounds perfect for my situation!  I've got three computers,
 counting the new one, connected to each other via a 10 Mbps switch.
 One's my Windows box (P4C 3.0 GHz, 512 MB RAM, 512 MB swap).  The
 Windows box has to stay in Windows XP (SP2) to give all computers
 Internet access (the Wi-Fi adapter is a Win-NIC).  I've heard there
 are Linux distros that run on top of Windows (or there's always Cygwin);
 would this work?

I assume you have a running gentoo on the windoze box .

I think better solution is to do a stage1 install in chroot on
another, stronger box.
Then tar -cfz all its contents and copy it  to the P200 mmx (cd-rw || network).

I did that with an old laptop P166 mmx 32 RAM and everything worked flawlessly.
The chroot is running on an amd64. Both  the pentium-chroot and my normal gentoo
share the same portage tree (mount -o bind).
It takes up to 300mb of disk storage , I'm keeping it to build upgrades from 
time to time as binary packages, then export the whole portage tree thru nfs
(the old piece of crap doesn't even have one). 
I mount it thru nfs when it's needed, install new upgrades and
everything is peachy
as pie. Distcc wouldn't help here because it has only 32 MB of RAM :( and would
swap itself to junkyard with things like psi or xorg.

-- 
Regards
Karol Krzak
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Distcc on Windows/Mac?

2005-04-04 Thread krzaq
On Apr 4, 2005 5:32 PM, Colin [EMAIL PROTECTED] wrote:
[...]
 No, I don't.  (Wish I did, though.)  Gentoo 2004.3 won't install on it
 (issues with the hard drive controller?).  I'm downloading 2005.0 to see
 if that'll work.
There was a tiny liveCD called distcc-knoppix. The iso was ~50MB. It booted up
and started distccd immediatly. Google for it, though there may be
issues with gcc version.


-- 
Regards
Karol Krzak
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OKI 4350N and cups?

2005-03-04 Thread krzaq
On Fri, 4 Mar 2005 19:26:55 +0100, pepone pepone [EMAIL PROTECTED] wrote:
 Has any one a OKI 4350N working with CUPS and gentoo linux?
Isn't this is a network printer? Why bother with CUPS  linux ?
OKI 4200 works fine (it's basically 4350 w/o network iface).

-- 
Regards
Karol Krzak
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] flac libdv, upgrade, downgrade, upgrade.......

2005-03-02 Thread krzaq
On Tue, 1 Mar 2005 15:25:50 +, Michael W. Holdeman [EMAIL PROTECTED] 
wrote:
 Anyone else having this, everyother time I run an update world portage either
 upgrades or downgrades flac and libdv..  Everything else is fine?
I do with flac. 
K3b ? 


-- 
Regards
Karol Krzak
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] iptables TARPIT match

2005-02-15 Thread krzaq
On Tue, 15 Feb 2005 01:38:05 +, Michael Thompson
[EMAIL PROTECTED] wrote:
 What do I need to do to enable the TARPIT match in IPTables?
 
 I have version 1.2.11 of IPTables and I am running Kernel 2.4.28-gentoo-r5
 
 When I try and add a tarpit rule, such as
 
 iptables -A INPUT -p TCP --dport 80 -j TARPIT
 
 I get back
 
 iptables: No chain/target/match by that name
 
 Any help appreciated.

Did you compile  load the kernel module for target TARPIT? 

-- 
Regards
Karol Krzak
--
gentoo-user@gentoo.org mailing list