Re: [gentoo-user] Setting up a home router

2007-01-16 Thread Daniel Pielmeier
But everything looks quite normal, except for that packets aren't routed. So its up to somebody else to tell exactly what that policy module in iptables does -- and how. I don't have answers left here -- except for the case that a manual iptables setup is sufficient. Personally, I'm quite happy

[gentoo-user] WiFi needs ESSID to connect?

2007-01-16 Thread Mick
Hi All, I am unable to connect to a wireless access point unless it is set to announce its ESSID. The error I get in the logs is: == Jan 16 09:42:22 lappy wlan0: starting scan Jan 16 09:42:24 lappy wlan0: scan completed Jan 16 09:42:24 lappy rc-scripts:

[gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Thomas Balthazar
Hello, This is my first week with Gentoo. I'm running Gentoo Base System version 1.6.14 on a x86_64 Intel(R) Celeron(R) CPU 2.66GHz. I have Apache 2.0.58 installed. I would like to install mod_proxy. I need it. When I do a emerge --search mod_proxy, all I get is : * www-apache/mod_proxy_html

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Dale
Thomas Balthazar wrote: Hello, This is my first week with Gentoo. I'm running Gentoo Base System version 1.6.14 on a x86_64 Intel(R) Celeron(R) CPU 2.66GHz. I have Apache 2.0.58 installed. I would like to install mod_proxy. I need it. When I do a emerge --search mod_proxy, all I get is

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread kashani
Thomas Balthazar wrote: So it looks like I cannot install mod_proxy through emerge. Do I need to recompile Apache? Or is there another way? If I need to recompile Apache, how can I know which options where used for the original installation of Apache? I would like to keep the exact same

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Neil Bothwick
On Tue, 16 Jan 2007 11:11:45 +0100, Thomas Balthazar wrote: When I do a emerge --search mod_proxy, all I get is : * www-apache/mod_proxy_html [ Masked ] Latest version available: 2.5.1 Latest version installed: [ Not Installed ] Size of files: 8 kB Homepage:

RE: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Nelson, David \(ED, PARD\)
-Original Message- From: Thomas Balthazar [mailto:[EMAIL PROTECTED] Sent: 16 January 2007 10:12 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Problem installing mod_proxy So it looks like I cannot install mod_proxy through emerge. Do I need to recompile Apache? Or is

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread zati
Hei! It seems to be masked, so i think you just have to unmask it by adding '=www-apache/mod_proxy_html-2.5.1' to /etc/portage/package.unmask On Tue, 16 Jan 2007 11:11:45 +0100, Thomas Balthazar [EMAIL PROTECTED] wrote: Hello, This is my first week with Gentoo. I'm running Gentoo Base

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Thomas Balthazar
Hello, Thanks for your help. I did what you advised, and get the following error : -- start error -- 12:23:07 (190.91 MB/s) - `/usr/portage/distfiles/mod_proxy_html-2.5.1.c.bz2' saved [8608/8608] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Bo Ørsted Andresen
On Tuesday 16 January 2007 12:25, Thomas Balthazar wrote: Thanks for your help. I did what you advised, and get the following error : [SNIP] /usr/portage/eclass/apache-module.eclass: line 275: /usr/sbin/apxs2: No such file or directory !!! ERROR: www-apache/mod_proxy_html-2.5.1 failed. Call

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Neil Bothwick
On Tue, 16 Jan 2007 10:27:38 -, Nelson, David \(ED, PARD\) wrote: http://packages.gentoo.org/ebuilds/?mod_proxy_html-2.4.3 v2.4.3 should be available ? He's running an x86_64 system. -- Neil Bothwick Interchangeable parts aren't. signature.asc Description: PGP signature

Re: [gentoo-user] Setting up a home router

2007-01-16 Thread Hans-Werner Hilse
Hi, On Tue, 16 Jan 2007 09:03:59 +0100 Daniel Pielmeier [EMAIL PROTECTED] wrote: Personally, I'm quite happy with $ iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE $ iptables -A FORWARD -i eth0 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT $ iptables -A FORWARD -i ppp0 -m

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Thomas Balthazar
Hello, Thanks for your answer. What I need is mod_proxy. I don't even know exactly what mod_proxy_html is and if it can help me. # ls /usr/sbin/apxs2 : ls: /usr/sbin/apxs2: No such file or directory But apxs is available here : /usr/local/apache/bin/apxs # emerge -vp apache -- These are the

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Thomas Balthazar
Hello, It seems that it isn't installed for me :-/ ls -l /usr/local/apache/modules total 32 -rw-r--r-- 1 root root 8504 2006-06-14 10:50 httpd.exp -rwxr-xr-x 1 root root 19921 2006-06-12 11:08 mod_suphp.so On 1/16/07, kashani [EMAIL PROTECTED] wrote: Thomas Balthazar wrote: So it looks

[gentoo-user] problems emerging dev-perl/html-tree

2007-01-16 Thread John covici
Hi. I am having difficulty emerging this package which is needed for spamassassin and others. Here is what I get: Emerging (1 of 15) dev-perl/HTML-Tree-3.19.01 to / Downloading 'ftp://mirror.iawnet.sandia.gov/pub/gentoo/distfiles/HTML-Tree-3.1901.tar.gz' --06:59:52--

Re: [gentoo-user] Setting up a home router

2007-01-16 Thread Daniel Pielmeier
Personally, I'm quite happy with $ iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE $ iptables -A FORWARD -i eth0 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT $ iptables -A FORWARD -i ppp0 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT Aaargh! That last one should have

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Bo Ørsted Andresen
On Tuesday 16 January 2007 12:56, Thomas Balthazar wrote: Thanks for your answer. What I need is mod_proxy. I don't even know exactly what mod_proxy_html is and if it can help me. # ls /usr/sbin/apxs2 : ls: /usr/sbin/apxs2: No such file or directory But apxs is available here :

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Mike Williams
On Tuesday 16 January 2007 12:01, Thomas Balthazar wrote: Hello, It seems that it isn't installed for me :-/ ls -l /usr/local/apache/modules total 32 -rw-r--r-- 1 root root 8504 2006-06-14 10:50 httpd.exp -rwxr-xr-x 1 root root 19921 2006-06-12 11:08 mod_suphp.so Why would you expect to

Re: [gentoo-user] WiFi needs ESSID to connect?

2007-01-16 Thread Hans-Werner Hilse
Hi, On Tue, 16 Jan 2007 09:50:26 + Mick [EMAIL PROTECTED] wrote: I am unable to connect to a wireless access point unless it is set to announce its ESSID. Not announcing the ESSID won't help much, anyway. FWIW, if there are no beacons in the air, how should your WiFi client tell what

Re: [gentoo-user] problems emerging dev-perl/html-tree

2007-01-16 Thread Kent Fredric
On 1/17/07, John covici [EMAIL PROTECTED] wrote: Hi. I am having difficulty emerging this package which is needed for spamassassin and others. Here is what I get: Emerging (1 of 15) dev-perl/HTML-Tree-3.19.01 to / Downloading

Re: [gentoo-user] problems emerging dev-perl/html-tree

2007-01-16 Thread Kent Fredric
On 1/17/07, Kent Fredric [EMAIL PROTECTED] wrote: cd /usr/portage/distfiles sudo wget http://distfiles.gentoo.org/distfiles/HTML-Tree-3.1901.tar.gz then try :) I find that repository is more reliable than any other in time of need. Just self correcting, no need to type exit afters , i

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Thomas Balthazar
The apache installation I was using is a custom one, provided by ovh.com. I have uninstalled it, and I'll try to install a brand new apache version with emerge. Thanks to everybody. Thomas. On 1/16/07, Mike Williams [EMAIL PROTECTED] wrote: On Tuesday 16 January 2007 12:01, Thomas Balthazar

Re: [gentoo-user] Setting up a home router

2007-01-16 Thread Hans-Werner Hilse
Hi, On Tue, 16 Jan 2007 13:10:45 +0100 Daniel Pielmeier [EMAIL PROTECTED] wrote: Thanks, so i think that i have to get familiar with iptables itself, because i want to some more than routing. I will try this rules in the evening and tell you if it works. No fears, iptables is easy

Re: [gentoo-user] problems emerging dev-perl/html-tree

2007-01-16 Thread John covici
OK, that did it -- I put it in my gentoo mirrors as well. on Wednesday 01/17/2007 Kent Fredric([EMAIL PROTECTED]) wrote On 1/17/07, John covici [EMAIL PROTECTED] wrote: Hi. I am having difficulty emerging this package which is needed for spamassassin and others. Here is what I get:

Re: [gentoo-user] Setting up a home router

2007-01-16 Thread Daniel Pielmeier
Thanks for that link. The document is _very_ good and complete. But I don't think it's particularly well suited for beginners. My suggestion would probably be very conservative: netfilter.org's own docs. http://www.netfilter.org/documentation/index.html np, i thought when i have to learn

[gentoo-user] problems emerging lftp

2007-01-16 Thread John covici
When I try to emerge lftp I get Connecting to lftp.yar.ru|193.233.48.66|:21... connected. Logging in as anonymous ... Logged in! == SYST ... done.== PWD ... done. == TYPE I ... done. == CWD /lftp/old ... done. == PASV ... done.== RETR lftp-3.4.6.tar.gz ... No such file

Re: [gentoo-user] problems emerging dev-perl/html-tree

2007-01-16 Thread Kent Fredric
On 1/17/07, John covici [EMAIL PROTECTED] wrote: OK, that did it -- I put it in my gentoo mirrors as well. I sometimes find things totally skip your conventional mirror list for whatever reason, and thus dont check gentoo distfiles. On such occasions, I often find gentoo distfiles still works

Re: [gentoo-user] problems emerging lftp

2007-01-16 Thread Kent Fredric
On 1/17/07, John covici [EMAIL PROTECTED] wrote: When I try to emerge lftp I get Connecting to lftp.yar.ru|193.233.48.66|:21... connected. Logging in as anonymous ... Logged in! == SYST ... done.== PWD ... done. == TYPE I ... done. == CWD /lftp/old ... done. == PASV ... done.== RETR

Re: [gentoo-user] problems emerging dev-perl/html-tree

2007-01-16 Thread Bo Ørsted Andresen
On Tuesday 16 January 2007 15:50, Kent Fredric wrote: I sometimes find things totally skip your conventional mirror list for whatever reason, and thus dont check gentoo distfiles. That's RESTRICT=primaryuri. :) http://devmanual.gentoo.org/general-concepts/mirrors/index.html -- Bo Andresen

Re: [gentoo-user] [way OT]network drivers for windows xp guest in vmware player?

2007-01-16 Thread Richard Fish
On 1/14/07, b.n. [EMAIL PROTECTED] wrote: The problem is, Windows complains the ethernet card has no drivers, so it refuses to connect. My guess is that your network card is configured for the vmware vmxnet adapter (rather than the pcnet32-compatible) in the .vmx file. This requires a

Re: [gentoo-user] problems emerging lftp

2007-01-16 Thread Randy Barlow
On Tue, 2007-01-16 at 09:42 -0500, John covici wrote: No such file `lftp-3.4.6.tar.gz'. Any assistance would be appreciated. Have you tried re-syncing and trying again? Randy Barlow http://www.electronsweatshop.com Picard: Sospetti? Riker: Con i Ferengi in giro, sempre. -- The Price (TNG),

Re: [gentoo-user] problems emerging lftp

2007-01-16 Thread John covici
I just resynced this morning, so I didn't figure on that. on Tuesday 01/16/2007 Randy Barlow([EMAIL PROTECTED]) wrote On Tue, 2007-01-16 at 09:42 -0500, John covici wrote: No such file `lftp-3.4.6.tar.gz'. Any assistance would be appreciated. Have you tried re-syncing and trying

Re: [gentoo-user] problems emerging lftp

2007-01-16 Thread John covici
Except that this time its not in distfiles.gentoo.org -- it tried that first. on Wednesday 01/17/2007 Kent Fredric([EMAIL PROTECTED]) wrote On 1/17/07, John covici [EMAIL PROTECTED] wrote: When I try to emerge lftp I get Connecting to lftp.yar.ru|193.233.48.66|:21... connected. Logging

Re: [gentoo-user] problems emerging lftp

2007-01-16 Thread zati
You should run 'emerge --sync' to get the latest portage tree. The latest version of lftp is 3.5.7 or something like that. On Tue, 16 Jan 2007 15:42:20 +0100, John covici [EMAIL PROTECTED] wrote: When I try to emerge lftp I get Connecting to lftp.yar.ru|193.233.48.66|:21... connected.

Re: [gentoo-user] problems emerging lftp

2007-01-16 Thread Bo Ørsted Andresen
On Tuesday 16 January 2007 16:24, John covici wrote: Except that this time its not in distfiles.gentoo.org -- it tried that first. Except is is. You must have typoed. What did you set your GENTOO_MIRRORS to anyway? And please stop top-posting. -- Bo Andresen pgpLUvhnhmf1D.pgp Description:

Re: [gentoo-user] problems emerging lftp

2007-01-16 Thread John covici
Unless they changed it in the last 3 hours, they don't have the correct version -- maybe this is the problem. on Tuesday 01/16/2007 [EMAIL PROTECTED]([EMAIL PROTECTED]) wrote You should run 'emerge --sync' to get the latest portage tree. The latest version of lftp is 3.5.7 or something like

Re: [gentoo-user] problems emerging lftp

2007-01-16 Thread John covici
on Tuesday 01/16/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote On Tuesday 16 January 2007 16:24, John covici wrote: Except that this time its not in distfiles.gentoo.org -- it tried that first. Except is is. You must have typoed. What did you set your GENTOO_MIRRORS to anyway?

Re: [gentoo-user] problems emerging lftp

2007-01-16 Thread Bo Ørsted Andresen
On Tuesday 16 January 2007 17:32, John covici wrote: It is GENTOO_MIRRORS=http://distfiles.gentoo.org/distfiles ftp://mirror.iawnet.sandia.gov/pub/gentoo; but neither place has it. The second listed mirror doesn't resolve here. But the first does have it as you should be able to see below. Now

Re: [gentoo-user] problems emerging lftp

2007-01-16 Thread John covici
on Tuesday 01/16/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote On Tuesday 16 January 2007 17:32, John covici wrote: It is GENTOO_MIRRORS=http://distfiles.gentoo.org/distfiles ftp://mirror.iawnet.sandia.gov/pub/gentoo; but neither place has it. The second listed mirror doesn't

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread kashani
Thomas Balthazar wrote: Hello, It seems that it isn't installed for me :-/ ls -l /usr/local/apache/modules total 32 -rw-r--r-- 1 root root 8504 2006-06-14 10:50 httpd.exp -rwxr-xr-x 1 root root 19921 2006-06-12 11:08 mod_suphp.so Looks like you're not using portage to install Apache. Why

Re: [gentoo-user] [way OT]network drivers for windows xp guest in vmware player?

2007-01-16 Thread b.n.
Richard Fish ha scritto: On 1/14/07, b.n. [EMAIL PROTECTED] wrote: The problem is, Windows complains the ethernet card has no drivers, so it refuses to connect. My guess is that your network card is configured for the vmware vmxnet adapter (rather than the pcnet32-compatible) in the .vmx

[gentoo-user] problem installing from livecd 2006.1

2007-01-16 Thread Fei Liu
Hello new to gentoo here but I got fair amount of experience with linux. Just wondering with livecd, do I still need to get a separate stage3 tar.bz2 file? It seems I could never get a installation successful with just livecd. ( I normally use GTR+dynamic option to ask stage3 built

Re: [gentoo-user] WiFi needs ESSID to connect?

2007-01-16 Thread Mick
Thanks HW, On Tuesday 16 January 2007 13:28, Hans-Werner Hilse wrote: On Tue, 16 Jan 2007 09:50:26 + Mick [EMAIL PROTECTED] wrote: I am unable to connect to a wireless access point unless it is set to announce its ESSID. [snip...] FWIW, if there are no beacons in the air, how should

Re: [gentoo-user] problem installing from livecd 2006.1

2007-01-16 Thread Etaoin Shrdlu
On Tuesday 16 January 2007 21:04, Fei Liu wrote: I am also looking for a good guide or manual about installing from livecd. Preferrably I should be able to install from livecd on a host computer without any network connection (networkless). What about the official handbook?

Re: [gentoo-user] problem installing from livecd 2006.1

2007-01-16 Thread Fei Liu
Etaoin Shrdlu wrote: On Tuesday 16 January 2007 21:04, Fei Liu wrote: I am also looking for a good guide or manual about installing from livecd. Preferrably I should be able to install from livecd on a host computer without any network connection (networkless). What about the

Re: [gentoo-user] Setting up a home router

2007-01-16 Thread Daniel Pielmeier
Thanks for that link. The document is _very_ good and complete. But I don't think it's particularly well suited for beginners. My suggestion would probably be very conservative: netfilter.org's own docs. http://www.netfilter.org/documentation/index.html I have now applied your masquerading and

Re: [gentoo-user] Setting up a home router

2007-01-16 Thread Iain Buchanan
On Tue, 2007-01-16 at 13:10 +0100, Daniel Pielmeier wrote: I haven't found a how-to like this. Do you know a good how-to? for linux howto's, I highly recommend tldp: http://tldp.org/HOWTO/HOWTO-INDEX/networking.html#NETROUTING try the Masquerading-Simple-HOWTO. HTH, -- Iain Buchanan iaindb

[gentoo-user] Licenses

2007-01-16 Thread Fredrik Tolf
Hi List! I was wondering -- is there a way to find out which of the licenses in /usr/portage/licenses can be considered free software licenses (without having to read and understand them)? I'm trying to find out what packages I have installed that cannot be considered free, and while it's easy

Re: [gentoo-user] Setting up a home router

2007-01-16 Thread Dale
Hans-Werner Hilse wrote: Thanks for that link. The document is _very_ good and complete. But I don't think it's particularly well suited for beginners. My suggestion would probably be very conservative: netfilter.org's own docs. http://www.netfilter.org/documentation/index.html -hwh

[gentoo-user] mythbackend crash - no responses from Bugzilla report yet

2007-01-16 Thread Mark Knecht
Hi, I wonder what the status of the development folks looking at new bugs is recently. I don't really know where to look to see what's getting worked on, how many devs are paying attention, where my report might be in the queue, etc. I had a fairly serious crash in mythbackend about 3 weeks

Re: [gentoo-user] Licenses

2007-01-16 Thread Bo Ørsted Andresen
On Wednesday 17 January 2007 00:54, Fredrik Tolf wrote: I was wondering -- is there a way to find out which of the licenses in /usr/portage/licenses can be considered free software licenses (without having to read and understand them)? I'm trying to find out what packages I have installed

[gentoo-user] wpa-supplicant download?

2007-01-16 Thread Grant Edwards
Can somebody point me to a location where I can download a source tarball for stable wpa supplicant (0.5.4, IIRC)? I've been trying to emerge it for days, but the server from which emerge tries to download is unresponsive: http://hostap.epitest.fi/releases/wpa_supplicant-0.5.4.tar.gz I've tried

Re: [gentoo-user] WiFi needs ESSID to connect?

2007-01-16 Thread Robin Atwood
On Wednesday 17 January 2007 02:43, Mick wrote: How is one meant to configure /etc/conf.d/net to be able to associate with different APs, some with no encryption, some with WEP, some with WAP. I don't mind using a gui if this is going to offer some interactivity, to enable me to achieve

[gentoo-user] [OT] recommend clean monospaced condensed TTF

2007-01-16 Thread Andrew Gaydenko
Please, recommend me clean free monospaced _condensed_ TTF. The thing is, I was using the font as, for example, is shown here: http://gaydenko.com/qloud/screenshots/shot01.png Few years ago I have condensed some font (don't remember which) with pedit (fonforge now). Recently I have switch from