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 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

for the forwarding. All that fancy-schmanzy stuff that shorewall does
isn't in there, granted.


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.
--
gentoo-user@gentoo.org mailing list



[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: WEP key is not set for   - not connecting
Jan 16 09:42:24 lappy rc-scripts: Couldn't associate with any access points on 
wlan0
Jan 16 09:42:24 lappy rc-scripts: Failed to configure wireless for wlan0
==

This happens despite me changing the key entry from key_ESSID-name=12345678 
to key=12345678.

Can you please tell me how to associate with access points that do not 
transmit their ESSID but have WEP enabled?  I tried using the MAC address of 
the ESSID but it did not work.
-- 
Regards,
Mick


pgp4a9lYEzjvJ.pgp
Description: PGP signature


[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 [ Masked ]
 Latest version available: 2.5.1
 Latest version installed: [ Not Installed ]
 Size of files: 8 kB
 Homepage:  http://apache.webthing.com/mod_proxy_html/
 Description:   An Apache2 DSO to rewrite links in html pages behind a
reverse proxy
 License:   GPL-2

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
config + mod_proxy.

Any help would be much-much-much appreciated!
Thanks in advance,
Thomas.


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 :
 *  www-apache/mod_proxy_html [ Masked ]
   Latest version available: 2.5.1
   Latest version installed: [ Not Installed ]
   Size of files: 8 kB
   Homepage:  http://apache.webthing.com/mod_proxy_html/
   Description:   An Apache2 DSO to rewrite links in html pages
 behind a reverse proxy
   License:   GPL-2

 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 config + mod_proxy.

 Any help would be much-much-much appreciated!
 Thanks in advance,
 Thomas.

Well, I can't find it but I saw this mentioned the other day on one of
the lists.  I think it was the dev list.  They changed the name of it or
something.  You may want to check to see if it is enabled with a USE
option too.  I did a search but I can't remember what it is called so
I'm not sure what to search for.  I'll try to dig some more and let you
know if I find the answer.

May have been in the weekly newsletter too.  I get to much stuff to read.

Hope that helps.

Dale

:-)  :-)  :-)

-- 
www.myspace.com/dalek1967



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 config + mod_proxy.


Any help would be much-much-much appreciated!
Thanks in advance,
Thomas.


ws06 ~ # locate mod_proxy
/usr/lib/apache2/modules/mod_proxy.so
/usr/lib/apache2/modules/mod_proxy_connect.so
/usr/lib/apache2/modules/mod_proxy_ftp.so
/usr/lib/apache2/modules/mod_proxy_http.so
/usr/include/apache2/mod_proxy.h

mod_proxy is part of Apache2 core so it's already installed.

kashani
--
gentoo-user@gentoo.org mailing list



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:  http://apache.webthing.com/mod_proxy_html/
   Description:   An Apache2 DSO to rewrite links in html pages
 behind a reverse proxy
   License:   GPL-2
 
 So it looks like I cannot install mod_proxy through emerge.

I take it you're running an amd64 system, the only version of mod_proxy
for amd64 is keyworded as testing, so you need to add an entry
to /etc/portage/package.keywords to permit portage to install the
testing version. The easiest way to do this is to first emerge flagedit,
then do

flagedit www-apache/mod_proxy_html -- ~amd64

Then you'll be able to emerge mod_proxy.


-- 
Neil Bothwick

Computers are like Old Testament gods; lots of rules and no mercy.


signature.asc
Description: PGP signature


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 there another way?
 
 
http://packages.gentoo.org/ebuilds/?mod_proxy_html-2.4.3
 
v2.4.3 should be available ?

David
 


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 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 [ Masked ]
   Latest version available: 2.5.1
   Latest version installed: [ Not Installed ]
   Size of files: 8 kB
   Homepage:  http://apache.webthing.com/mod_proxy_html/
   Description:   An Apache2 DSO to rewrite links in html pages behind a
 reverse proxy
   License:   GPL-2

 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
 config + mod_proxy.

 Any help would be much-much-much appreciated!
 Thanks in advance,
 Thomas.



-- 
gentoo-user@gentoo.org mailing list



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 miscfile checksums ;-)
...
[ ok ] * checking mod_proxy_html-2.5.1.c.bz2 ;-)
...
[ ok ] Unpacking source...

Source unpacked.
Compiling source in /var/tmp/portage/mod_proxy_html-2.5.1/work ...

/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 stack:
 ebuild.sh, line 1546:   Called dyn_compile
 ebuild.sh, line 937:   Called src_compile
 mod_proxy_html-2.5.1.ebuild, line 33:   Called apache2_src_compile
 apache-module.eclass, line 275:   Called die

!!! /usr/sbin/apxs2 -I/usr/include/libxml2 -c mod_proxy_html.c failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.
-- end error --

Any idea?
Thanks in advance,
Thomas.

On 1/16/07, Matthias Guede [EMAIL PROTECTED] wrote:


 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 [ Masked ]
   Latest version available: 2.5.1
   Latest version installed: [ Not Installed ]
   Size of files: 8 kB
   Homepage:
 http://apache.webthing.com/mod_proxy_html/
   Description:   An Apache2 DSO to rewrite links in html pages
behind a
 reverse proxy
   License:   GPL-2

 So it looks like I cannot install mod_proxy through emerge.

The package is masked. You have to unmask it before installation with
the following command:

  echo www-apache/mod_proxy_html   ~amd64 
/etc/portage/package.keywords

After that you should be able to install it with:

  emerge -av mod_proxy_html

For more information about package masking consult the gentoo
documentation:

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap=1

Matthias
--
gentoo-user@gentoo.org mailing list




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 stack:
   ebuild.sh, line 1546:   Called dyn_compile
   ebuild.sh, line 937:   Called src_compile
   mod_proxy_html-2.5.1.ebuild, line 33:   Called apache2_src_compile
   apache-module.eclass, line 275:   Called die

 !!! /usr/sbin/apxs2 -I/usr/include/libxml2 -c mod_proxy_html.c failed
 !!! If you need support, post the topmost build error, and the call stack
 if relevant.
[SNIP]

You haven't really made it clear whether you meant mod_proxy (which as kashani 
said is part of apache itself) or mod_proxy_html. /usr/sbin/apxs2 is part of 
apache-2.x so does the file exist? Please post the output of:

# ls /usr/sbin/apxs2

# emerge -vp apache

If apxs2 exists you may just need `env-update  source /etc/profile`.

-- 
Bo Andresen


pgpoIbGc47QfJ.pgp
Description: PGP signature


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 state --state NEW,ESTABLISHED,RELATED -j 
  ACCEPT

Aaargh! That last one should have the state NEW omitted (and the
following comma, of course).

 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 to configure! Search for some How-To that
has a big picture of which packets entering which chains in which
tables. That really helps a lot.

-hwh
-- 
gentoo-user@gentoo.org mailing list



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 packages that would be merged, in order:

Calculating dependencies
!!! All ebuilds that could satisfy apache have been masked.
!!! One of the following masked packages is required to complete your
request:
- net-www/apache-2.2.3-r1 (masked by: package.mask, package.mask, ~amd64
keyword)
# Michael Stewart [EMAIL PROTECTED] (03 Feb 2006)
# Mask for testing of new version

- net-www/apache-2.0.59-r2 (masked by: package.mask, ~amd64 keyword)
- net-www/apache-1.3.37 (masked by: package.mask, ~amd64 keyword)
- net-www/apache-2.0.58-r2 (masked by: package.mask)
- net-www/apache-1.3.34-r14 (masked by: package.mask)
- net-www/apache-2.2.3 (masked by: package.mask, package.mask, ~amd64
keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
--

What does this If apxs2 exists you may just need `env-update  source
/etc/profile`. do?

Thanks for your help!
Thomas.

On 1/16/07, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:


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 stack:
   ebuild.sh, line 1546:   Called dyn_compile
   ebuild.sh, line 937:   Called src_compile
   mod_proxy_html-2.5.1.ebuild, line 33:   Called apache2_src_compile
   apache-module.eclass, line 275:   Called die

 !!! /usr/sbin/apxs2 -I/usr/include/libxml2 -c mod_proxy_html.c failed
 !!! If you need support, post the topmost build error, and the call
stack
 if relevant.
[SNIP]

You haven't really made it clear whether you meant mod_proxy (which as
kashani
said is part of apache itself) or mod_proxy_html. /usr/sbin/apxs2 is part
of
apache-2.x so does the file exist? Please post the output of:

# ls /usr/sbin/apxs2

# emerge -vp apache

If apxs2 exists you may just need `env-update  source /etc/profile`.

--
Bo Andresen





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 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 config + mod_proxy.

 Any help would be much-much-much appreciated!
 Thanks in advance,
 Thomas.

ws06 ~ # locate mod_proxy
/usr/lib/apache2/modules/mod_proxy.so
/usr/lib/apache2/modules/mod_proxy_connect.so
/usr/lib/apache2/modules/mod_proxy_ftp.so
/usr/lib/apache2/modules/mod_proxy_http.so
/usr/include/apache2/mod_proxy.h

mod_proxy is part of Apache2 core so it's already installed.

kashani
--
gentoo-user@gentoo.org mailing list




[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--
 ftp://mirror.iawnet.sandia.gov/pub/gentoo/distfiles/HTML-Tree-3.1901.tar.gz
   = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
Resolving mirror.iawnet.sandia.gov... 192.160.227.246
Connecting to mirror.iawnet.sandia.gov|192.160.227.246|:21... failed:
 Connection refused.
 Downloading
 'http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz'
--06:59:53--
 http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
   = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
Resolving search.cpan.org... 216.52.237.135, 216.52.237.136
Connecting to search.cpan.org|216.52.237.135|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
 http://cpan.pair.com/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
 [following]
--06:59:54--
 http://cpan.pair.com/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
   = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
Resolving cpan.pair.com... 66.39.76.93
Connecting to cpan.pair.com|66.39.76.93|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
06:59:54 ERROR 404: Not Found.

 Downloading
 'http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz'
--06:59:54--
 http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
   = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
Resolving www.cpan.org... 66.39.76.93
Connecting to www.cpan.org|66.39.76.93|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
06:59:55 ERROR 404: Not Found.

!!! Couldn't download 'HTML-Tree-3.1901.tar.gz'. Aborting.

Any assistance on how to fix this would be appreciated.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



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 the state NEW omitted (and the
following comma, of course).

 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 to configure! Search for some How-To that
has a big picture of which packets entering which chains in which
tables. That really helps a lot.


I haven't found a how-to like this. Do you know a good how-to? At the
moment iam reading this one
http://iptables-tutorial.frozentux.net/iptables-tutorial.html.
--
gentoo-user@gentoo.org mailing list



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 :
 /usr/local/apache/bin/apxs
[SNIP]

So do you have apache in package.provided and package.mask? Why not install it 
through portage?

 What does this If apxs2 exists you may just need `env-update  source
 /etc/profile`. do?

That was if /usr/sbin/apxs2 existed and you just needed bash to recognize it. 
If you really want to use the apache in /usr/local you can symlink apxs2 from 
there to /usr/sbin.

-- 
Bo Andresen


pgpyXVf9kWJId.pgp
Description: PGP signature


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 see anything in /usr/local/apache?
Portage is the package manager, the package manager doesn't put stuff 
in /usr/local.

 On 1/16/07, kashani [EMAIL PROTECTED] wrote:
  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 config + mod_proxy.
  
   Any help would be much-much-much appreciated!
   Thanks in advance,
   Thomas.
 
  ws06 ~ # locate mod_proxy
  /usr/lib/apache2/modules/mod_proxy.so
  /usr/lib/apache2/modules/mod_proxy_connect.so
  /usr/lib/apache2/modules/mod_proxy_ftp.so
  /usr/lib/apache2/modules/mod_proxy_http.so
  /usr/include/apache2/mod_proxy.h
 
  mod_proxy is part of Apache2 core so it's already installed.
 
  kashani
  --
  gentoo-user@gentoo.org mailing list

-- 
Mike Williams
-- 
gentoo-user@gentoo.org mailing list



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 frequency to tune? How should it be aware of the network?
That will only work if you set both channel and ESSID on the client
(and WEP key, of course).

 This happens despite me changing the key entry from
 key_ESSID-name=12345678 to key=12345678.

Revert that. Also set
---snip---
essid_wlan0=MyESSID
channel_wlan0=channel number
associate_order=forcepreferredonly
---snip---

HTH,

-hwh
-- 
gentoo-user@gentoo.org mailing list



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
 
'ftp://mirror.iawnet.sandia.gov/pub/gentoo/distfiles/HTML-Tree-3.1901.tar.gz'
--06:59:52--
 ftp://mirror.iawnet.sandia.gov/pub/gentoo/distfiles/HTML-Tree-3.1901.tar.gz
   = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
Resolving mirror.iawnet.sandia.gov... 192.160.227.246
Connecting to mirror.iawnet.sandia.gov|192.160.227.246|:21... failed:
 Connection refused.
 Downloading
 
'http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz'
--06:59:53--
 http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
   = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
Resolving search.cpan.org... 216.52.237.135, 216.52.237.136
Connecting to search.cpan.org|216.52.237.135|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
 http://cpan.pair.com/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
 [following]
--06:59:54--
 http://cpan.pair.com/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
   = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
Resolving cpan.pair.com... 66.39.76.93
Connecting to cpan.pair.com|66.39.76.93|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
06:59:54 ERROR 404: Not Found.

 Downloading
 'http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz'
--06:59:54--
 http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
   = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
Resolving www.cpan.org... 66.39.76.93
Connecting to www.cpan.org|66.39.76.93|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
06:59:55 ERROR 404: Not Found.

!!! Couldn't download 'HTML-Tree-3.1901.tar.gz'. Aborting.

Any assistance on how to fix this would be appreciated.


cd /usr/portage/distfiles
sudo wget http://distfiles.gentoo.org/distfiles/HTML-Tree-3.1901.tar.gz
exit

then try :)

I find that repository is more reliable than any other in time of need.
--
gentoo-user@gentoo.org mailing list



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 shouldnt email at 2am ...
--
Kent
--
gentoo-user@gentoo.org mailing list



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 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 see anything in /usr/local/apache?
Portage is the package manager, the package manager doesn't put stuff
in /usr/local.

 On 1/16/07, kashani [EMAIL PROTECTED] wrote:
  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 config + mod_proxy.
  
   Any help would be much-much-much appreciated!
   Thanks in advance,
   Thomas.
 
  ws06 ~ # locate mod_proxy
  /usr/lib/apache2/modules/mod_proxy.so
  /usr/lib/apache2/modules/mod_proxy_connect.so
  /usr/lib/apache2/modules/mod_proxy_ftp.so
  /usr/lib/apache2/modules/mod_proxy_http.so
  /usr/include/apache2/mod_proxy.h
 
  mod_proxy is part of Apache2 core so it's already installed.
 
  kashani
  --
  gentoo-user@gentoo.org mailing list

--
Mike Williams
--
gentoo-user@gentoo.org mailing list




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 to configure! Search for some How-To that
  has a big picture of which packets entering which chains in which
  tables. That really helps a lot.
 
 I haven't found a how-to like this. Do you know a good how-to? At the
 moment iam reading this one
 http://iptables-tutorial.frozentux.net/iptables-tutorial.html.

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@gentoo.org mailing list



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:
  
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--
ftp://mirror.iawnet.sandia.gov/pub/gentoo/distfiles/HTML-Tree-3.1901.tar.gz
  = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
   Resolving mirror.iawnet.sandia.gov... 192.160.227.246
   Connecting to mirror.iawnet.sandia.gov|192.160.227.246|:21... failed:
Connection refused.
Downloading
'http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz'
   --06:59:53--
http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
  = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
   Resolving search.cpan.org... 216.52.237.135, 216.52.237.136
   Connecting to search.cpan.org|216.52.237.135|:80... connected.
   HTTP request sent, awaiting response... 302 Found
   Location:
http://cpan.pair.com/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
[following]
   --06:59:54--
http://cpan.pair.com/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
  = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
   Resolving cpan.pair.com... 66.39.76.93
   Connecting to cpan.pair.com|66.39.76.93|:80... connected.
   HTTP request sent, awaiting response... 404 Not Found
   06:59:54 ERROR 404: Not Found.
  
Downloading
'http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz'
   --06:59:54--
http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-3.1901.tar.gz
  = `/usr/portage/distfiles/HTML-Tree-3.1901.tar.gz'
   Resolving www.cpan.org... 66.39.76.93
   Connecting to www.cpan.org|66.39.76.93|:80... connected.
   HTTP request sent, awaiting response... 404 Not Found
   06:59:55 ERROR 404: Not Found.
  
   !!! Couldn't download 'HTML-Tree-3.1901.tar.gz'. Aborting.
  
   Any assistance on how to fix this would be appreciated.
  
  cd /usr/portage/distfiles
  sudo wget http://distfiles.gentoo.org/distfiles/HTML-Tree-3.1901.tar.gz
  exit
  
  then try :)
  
  I find that repository is more reliable than any other in time of need.
  -- 
  gentoo-user@gentoo.org mailing list

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



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 iptables, then i want to know all
about. it is mentioned at the netfilter site. but i will have a look
at netfilter own documentation.
--
gentoo-user@gentoo.org mailing list



[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 `lftp-3.4.6.tar.gz'.
 
Any assistance would be appreciated.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



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 anyway by hand
substituting the file name into the url. Just something good to
remember :)

--
Kent
--
gentoo-user@gentoo.org mailing list



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 lftp-3.4.6.tar.gz ...
No such file `lftp-3.4.6.tar.gz'.

Any assistance would be appreciated.


DPSS, Different Problem, Same Solution

cd /usr/portage/distfiles
sudo wget http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz

;)
--
gentoo-user@gentoo.org mailing list



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


pgpblEhvbIADR.pgp
Description: PGP signature


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 vmware-supplied driver, usually installed by
installing vmware-tools in the guest OS.  I'm not sure how you do that
with player.  You could try temporarily installing/configuring
vmware-server, which would let you do this.  Or you could try
something like [1].

-Richard

[1] 
http://www.brandonhutchinson.com/Installing_VMware_Tools_with_VMware_Player.html
--
gentoo-user@gentoo.org mailing list



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), data astrale 43385.6

-- 
gentoo-user@gentoo.org mailing list



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 again?
  
  Randy Barlow
  http://www.electronsweatshop.com
  Picard: Sospetti? Riker: Con i Ferengi in giro, sempre. -- The
  Price (TNG), data astrale 43385.6
  
  -- 
  gentoo-user@gentoo.org mailing list

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



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 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 `lftp-3.4.6.tar.gz'.
  
   Any assistance would be appreciated.
  
  DPSS, Different Problem, Same Solution
  
  cd /usr/portage/distfiles
  sudo wget http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz
  
  ;)
  -- 
  gentoo-user@gentoo.org mailing list

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



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.
 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 `lftp-3.4.6.tar.gz'.
Any assistance would be appreciated.



-- 
gentoo-user@gentoo.org mailing list



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: PGP signature


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 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.
   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 `lftp-3.4.6.tar.gz'.
  Any assistance would be appreciated.
  
  
  
  -- 
  gentoo-user@gentoo.org mailing list

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



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? And please stop top-posting.
It is GENTOO_MIRRORS=http://distfiles.gentoo.org/distfiles 
ftp://mirror.iawnet.sandia.gov/pub/gentoo;
but neither place has it.

  
-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



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 unless you live in the US you should 
find a working mirror on [1] which is closer to where you live and put it 
before the distfiles.gentoo.org mirror.

# wget ftp://mirror.iawnet.sandia.gov/pub/gentoo/lftp.3.4.6.tar.gz
--17:49:56--  ftp://mirror.iawnet.sandia.gov/pub/gentoo/lftp.3.4.6.tar.gz
   = `lftp.3.4.6.tar.gz'
Resolving mirror.iawnet.sandia.gov... 192.160.227.246
Connecting to mirror.iawnet.sandia.gov|192.160.227.246|:21... failed: 
Connection refused.
# wget http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz
--17:50:01--  http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz
   = `lftp-3.4.6.tar.gz'
Resolving distfiles.gentoo.org... 64.50.236.52, 216.165.129.135, 
156.56.247.195, ...
Connecting to distfiles.gentoo.org|64.50.236.52|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,735,847 (1.7M) [application/x-gzip]

100%[] 1,735,847214.02K/sETA 
00:00

17:50:10 (195.75 KB/s) - `lftp-3.4.6.tar.gz' saved [1735847/1735847]

[1] http://www.gentoo.org/main/en/mirrors.xml

-- 
Bo Andresen


pgpVaGrA2wC9d.pgp
Description: PGP signature


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 resolve here. But the first does have it as 
  you should be able to see below. Now unless you live in the US you should 
  find a working mirror on [1] which is closer to where you live and put it 
  before the distfiles.gentoo.org mirror.
  
  # wget ftp://mirror.iawnet.sandia.gov/pub/gentoo/lftp.3.4.6.tar.gz
  --17:49:56--  ftp://mirror.iawnet.sandia.gov/pub/gentoo/lftp.3.4.6.tar.gz
 = `lftp.3.4.6.tar.gz'
  Resolving mirror.iawnet.sandia.gov... 192.160.227.246
  Connecting to mirror.iawnet.sandia.gov|192.160.227.246|:21... failed: 
  Connection refused.
  # wget http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz
  --17:50:01--  http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz
 = `lftp-3.4.6.tar.gz'
  Resolving distfiles.gentoo.org... 64.50.236.52, 216.165.129.135, 
  156.56.247.195, ...
  Connecting to distfiles.gentoo.org|64.50.236.52|:80... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 1,735,847 (1.7M) [application/x-gzip]
  
  100%[] 1,735,847214.02K/s
  ETA 
  00:00
  
  17:50:10 (195.75 KB/s) - `lftp-3.4.6.tar.gz' saved [1735847/1735847]
  
  [1] http://www.gentoo.org/main/en/mirrors.xml

I discovered that I had an extra distfiles in the gentoo.org mirror
and this is why the lftp did not resolve.
But curiously it was not on the other mirror.
 

  
  -- 
  Bo Andresen

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



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 you aren't 
letting portage do all the dirty work is a mystery, but it's your 
system. However unless you've hacked up your Apache install in a serious 
way mod_proxy is a core part of Apache2 and should be installed. The dir 
you did the listing on appears to be a third party modules directory 
only or it's a statically compiled Apache. I'd try doing a find on your 
filesystem for mod_proxy, mod_dir, or mod_mime which should be part of a 
default Apache2 build or just use portage to install Apache and be done 
with it.


For the record mod_proxy_html rewrites links to work cleanly with 
mod_proxy and is based off the work in mod_accessibility and does not 
actually do any proxying.


kashani
--
gentoo-user@gentoo.org mailing list



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
file.  This requires a vmware-supplied driver, usually installed by
installing vmware-tools in the guest OS.  I'm not sure how you do that
with player.  You could try temporarily installing/configuring
vmware-server, which would let you do this.  Or you could try
something like [1].


Thanks, problem anyway solved quite trivially: I had to switch the type 
of network card to vlance instead of e1000 (I knew about the 
vmxnet). Problem is I didn't find mention of the fact vlance was 
preferred by windows (while a Linux guest worked well with e1000...)


Sorry for the inconvenience!

m.
--
gentoo-user@gentoo.org mailing list



[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 
dynamically). I can install through nfs or chroot mount (wget stage3 and 
portage file to local disk) just fine.


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).


Thanks,
Fei
--
gentoo-user@gentoo.org mailing list



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 your WiFi client
 tell what frequency to tune? How should it be aware of the network?
 That will only work if you set both channel and ESSID on the client
 (and WEP key, of course).

Well, it should and does pick up the broadcasted MAC address of the access 
point (AP).  I have verified that the wireless (USB) adaptor on my laptop 
receives the AP's MAC by running 'iwlist wlan0 scanning' and 'iwconfig 
wlan0'.

However, the WEP authentication fails thereafter, because the authentication 
seems to need an ESSID_name.  Not sure if this is an adaptor driver issue 
(rt2500usb), or something to so with the way the init.d scripts work.  
M$Windows laptops don't seem to have a problem connecting to this AP whether 
it publishes its ESSID, or not.

  This happens despite me changing the key entry from
  key_ESSID-name=12345678 to key=12345678.

 Revert that. Also set
 ---snip---
 essid_wlan0=MyESSID
 channel_wlan0=channel number
 associate_order=forcepreferredonly
 ---snip---

I have found that as long as the AP publishes its ESSID_name there's no need 
to specify a channel.  Up until today, when the AP ESSID_name broadcast was 
switched off, I did not need to enter the channel number in 
my /etc/conf.d/net to be able to associate and authenticate.  I also found in 
the past that setting a preferred AP and trying to force it on the wireless 
adaptor invariably ended in failure to associate.

Whilst we're on the topic of wireless networking, I am quite confused as to 
how wireless works with its various encryption and authentication modes.  Is 
it possible to set up Linux so that if an AP asks for a WEP key, I can get a 
message informing me accordingly?

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 this.  A recent post mentioning a Gnome application 
wouldn't do for me on this occasion, as I don't have Gnome on this laptop.  
Kwifimanager does not seem very helpful, at least not with this USB adaptor 
and its driver.

Thanks for your suggestions so far.
-- 
Regards,
Mick


pgp1ioEPyabRV.pgp
Description: PGP signature


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?

http://www.gentoo.org/doc/en/handbook/index.xml

There is a specific handbook which covers networkless install:

http://www.gentoo.org/doc/en/handbook/2006.1/index.xml

hth
-- 
gentoo-user@gentoo.org mailing list



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 official handbook?

http://www.gentoo.org/doc/en/handbook/index.xml

There is a specific handbook which covers networkless install:

http://www.gentoo.org/doc/en/handbook/2006.1/index.xml

hth
  

Thank you, 2nd link is exactly what I am looking for.
--
gentoo-user@gentoo.org mailing list



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 forwarding rules and they are
working. At he moment i am setting up some basic filter rules for
switching from shorewall to plain iptables. Then i will go for
advanced filtering. Thanks a lot for your and all others help.

Regards Daniel

LANG=de

PS: Grüße aus Stuttgart und nochmal danke, ich weiß nicht ob ich das
sonst hinbekommen hätte!

--
gentoo-user@gentoo.org mailing list



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 at netspace dot net dot au

No woman can call herself free until she can choose consciously whether
she will or will not be a mother.
-- Margaret H. Sanger

-- 
gentoo-user@gentoo.org mailing list



[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 to get a list of the licenses in
use, that in itself is pretty useless without knowing anything about the
licenses.

Btw., shouldn't portage have some kind of flag to at least warn if a
proprietary package is being pulled in through dependencies? I just
discovered that I have realplayer installed, which was pulled in by
mplayer.

Fredrik Tolf


-- 
gentoo-user@gentoo.org mailing list



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
   

OK.  I just had to reply to this one.  FINALLY somebody explained how
the heck iptables works and what it does in a way that makes sense to
ME.  The best part is that there is a INPUT chain and a OUTPUT chain
then you connect them together with iptables.  THAT I could understand. 
Why can't they put stuff like this in the man page so that nuts like me
can understand it?

Thanks much for that link.

Dale

:-)  :-)

-- 
www.myspace.com/dalek1967



[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 ago. I filed a bug report in bugzilla but
haven't heard a thing since. Tonight I had a similar crash which I've
appended to the bug report:

http://bugs.gentoo.org/show_bug.cgi?id=159294

  Maybe it's just the time of year with the holidays, etc? I don't know.

  If anyone here has a moment to look at what I posted and either
make some suggestions about how I might fix it or other info I should
post for when someone does look at it I would appreciate it.

Thanks,
Mark
--
gentoo-user@gentoo.org mailing list



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 that cannot be
 considered free, and while it's easy to get a list of the licenses in
 use, that in itself is pretty useless without knowing anything about the
 licenses.

 Btw., shouldn't portage have some kind of flag to at least warn if a
 proprietary package is being pulled in through dependencies? I just
 discovered that I have realplayer installed, which was pulled in by
 mplayer.

I don't know of a list which is available now but glep 23 [1] does address 
this issue with license groups. There are a number of discussions about this 
glep in the archives of the gentoo-dev mailing list and a number of bugs 
related to it. I suppose you could try to ask on one of those bugs, irc or 
gentoo-dev@ if anyone has a list of what will become the OSI-APPROVED or the 
FSF-APPROVED license group.

[1] http://www.gentoo.org/proj/en/glep/glep-0023.html

-- 
Bo Andresen


pgpxP4qdOCg8F.pgp
Description: PGP signature


[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 downloading from multiple machines on various
networks using several different applications, but it always
fails.

-- 
Grant Edwards   grante Yow!  I think I'll do BOTH
  at   if I can get RESIDUALS!!
   visi.com

-- 
gentoo-user@gentoo.org mailing list



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 this.  A recent post mentioning a Gnome application
 wouldn't do for me on this occasion, as I don't have Gnome on this laptop.
 Kwifimanager does not seem very helpful, at least not with this USB adaptor
 and its driver.

 Thanks for your suggestions so far.
Try kwlan at http://kde-apps.org/content/show.php?content=37041, I have found 
it quite effective. There is an ebuild at 
http://bugs.gentoo.org/show_bug.cgi?id=144772

HTH
-Robin.
-- 
--
Robin Atwood
--











-- 
gentoo-user@gentoo.org mailing list



[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 CRT to LCD monitor. As a result, bolded 
variant
looks awful. Apparently, simple horizontal condensing of TTF isn't right way, 
instead
font must be native.
-- 
gentoo-user@gentoo.org mailing list