Re: [gentoo-user] apache2 gentoo windows partition

2004-02-10 Thread Dennis Freise
On Tue, 10 Feb 2004 02:52:55 -0200
Claudinei Matos [EMAIL PROTECTED] wrote:

 DocumentRoot /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www
 So, I also can't view the page and I get another error on to apache log:
 [Mon Feb 09 20:54:12 2004] [error] [client 127.0.0.1] client denied by
 server configuration: /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www/
 
 Which configuration is this that apache tell me about???

For Example:

Directory /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www/
IfModule mod_access.c
Order allow,deny
Allow from all
/IfModule
/Directory

http://httpd.apache.org/docs-2.0/mod/core.html#directory

Because per default '/' is set to Order deny,allow | Deny from all, which
makes perfect sense. See /etc/apache2/conf/commonapache2.conf - it's near the
top, the very first Directory-directive.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] recommended kernel for gateway/firewall

2004-02-06 Thread Dennis Freise
On Fri, 6 Feb 2004 21:01:04 +0600 (LKT)
Grendel [EMAIL PROTECTED] wrote:

  I have installed 2.6.1 on router (Pentium-133 MMX) some time ago with 48Mb 
  ram: proxy, routing, mail server, etc, for the biggest hospital in
  our 2 mln city. and its working great.
  
  So I recommend to use 2.6.x until you have some very old hardware (386SX, 
  etc)
 
 I would differ, we all know that kernels really become stable once they 
 reach at least x.x.10. So I would recommend that you stick with the good 
 old 2.4.x kernels till the 2.6 kernel matures a bit more and then you can 
 use it as a server. Please note that actually the 2.6 series is better 
 tuned for the desktop than the server in most situations.  

I agree. I would recommend a vanilla 2.4.24 kernel at this time, because it has
all the features you need for a firewall / router. A router really doesn't need
any of these fancy new features of 2.6...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Problems emerging

2004-02-02 Thread Dennis Freise
On Mon, 02 Feb 2004 17:49:29 +
Dave [EMAIL PROTECTED] wrote:

 As belt and braces I upped my CPU fan speed and started compiling. 1 
 Hour later - compiler crash recursive error. I looked at 
 http://www.freehackers.org/gentoo/gccflags/flag_gcc3.html
 And selected ...
 
 Pentium III (Intel)
 
 CHOST=i686-pc-linux-gnu
 CFLAGS=-march=pentium3 -O3 -pipe -fomit-frame-pointer
 CXXFLAGS=-march=pentium3 -O3 -pipe -fomit-frame-pointer
 
 Started compiling, three hours later - compiler crash !
 
 I changed -o3 to -o2. Its been running for 24Hrs without a glitch.
 
 Although this seems to have solved the problem I'm unsure why the 
 compiler could not handle -o3. I have PIII 700Mhz (coppermine) 256MB, 
 40GB Partition with DMA enabled.
 
 Any comments ?

I've got gentoo on an P3 933Mhz/512MB/[EMAIL PROTECTED] completly compiled with the
flags you got from freehackers with -O3 - the compiler never crashed for me. I'm
@~x86. Maybe you should run some memtest86's...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] dual Xeon setup

2004-02-01 Thread Dennis Freise
On Sun, 1 Feb 2004 18:36:25 -0500
Robert G. Waycott [EMAIL PROTECTED] wrote:

 Okay, okay ... well, like I said ... I run a dual-933 rig right now. I've been
 doing SMP for quite some time in Gentoo. Pretty proficient with it on a P3
 platform. Just curious how things might be different with P4 Xeons. However,
 since the box here is built with -march=pentium3, docs say that will only work
 with PentiumIII system. Thus, the docs seem to intimate that Pentium4s will
 not work. Though, I can see how this could not necessarily be the case. But
 why wouldn't I want to change over to -march=pentium4 ?? Will this break
 things or something? Won't the programs be a bit better optimized using
 pentium4 for arch?

From '/etc/make.conf':

# PENTIUM4 will generate invalid SSE2 instructions; use 'pentium3' instead. #

Also, the performance gain when using pentium4 instead of pentium3 is minimal.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] dual Xeon setup

2004-02-01 Thread Dennis Freise
On Sun, 01 Feb 2004 18:37:27 -0600
Canek Peláez Valdés [EMAIL PROTECTED] wrote:

  # PENTIUM4 will generate invalid SSE2 instructions; use 'pentium3' instead.
  #
  
  Also, the performance gain when using pentium4 instead of pentium3 is
  minimal.
 
 I need to disagree. I have a Toshiba Satellite Pro 6100 (Pentium 4 1.8
 Ghz), and originally I installed Gentoo with pentium3 (because of the
 warning in make.conf). Months later, reading the forums and the mailing
 list, several people commented that the pentium4 flag was not dangerous
 at all. So I recompiled everything again using pentium4.

Correct, if you're using gcc 3.3.x (which is still in ~arch) - with gcc 3.2.x
(which is in arch), things will break badly.

 My system has no problems since then and, more importantly, it feels
 much more faster and based in timings to compile big packages, it's
 actually faster (so is not only in my head; genlop -t shows significant
 improvement when compiling).

Didn't expect this, but if you're ~arch definitly worth a try :-)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] QT Compile Failure... A Plea...

2004-01-29 Thread Dennis Freise
On Thu, 29 Jan 2004 00:00:02 -0500
Matt Neimeyer [EMAIL PROTECTED] wrote:

 I'm still getting errors in trying to compile QT... here's the latest
 failure... Any advice?

snip

 ../include/qstringlist.h:62: internal error: Segmentation fault

snip

 CFLAGS=-march=k6 -O3 -pipe -fomit-frame-pointer
 CHOST=i586-pc-linux-gnu

It is known that the K6-processor is very delicate when it comes to CFLAGS. Some
people say that you shouldn't set -march=k6 and set -mcpu=k6 instead, other
people say you should take i586 instead of k6. Please try the following things:

- Change k6 to i586 and try to emerge qt
- Change -march to -mcpu and try to emerge qt
- Change -march to -mcpu and change k6 to i586 and try to emerge qt

If all that fails try to set -mcpu=i586, delete the march-statement and
re-emerge gcc, then redo the above procedure.

HTH

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Re: !!! ERROR: x11-libs/qt-3.2.3-r1 failed

2004-01-29 Thread Dennis Freise
On Thu, 29 Jan 2004 17:45:00 +0100
virtual persia [EMAIL PROTECTED] wrote:

 Hi everybody, I receive following error-message when I try to update gentoo
 with emerge -u world: /usr/lib/libGLcore.so.1: undefined reference to
 'glGenQueriesARB' collect 2: ld returned 1 exit status make [3]: ***
 [../../../bin/uic] Error 1 ... !!! ERROR: x11-libs/qt-3.2.3-r1 failed !!!
 Function src_compile, Line 109, Exitcode2 !!!(no error message) does anyone
 know how to fix this? Is it a X Problem for as far as I know Xfree is always
 masked and not updated automatically. So maybe there is a need to update to a
 newer X version but again I am not very sure about this. Anyone having a clue?
 thanx in advance, momesana 

Argh, what a mess is that mail ??
To quote Tom Wesley (who's reply you apparently didn't get):

Nice use of HTML...
Use revdep-rebuild to correct this.

And now PLEASE... stop using HTML on a mailinglist. Please.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] vcron

2004-01-29 Thread Dennis Freise
On Thu, 29 Jan 2004 09:53:20 -0800
Ted Ozolins [EMAIL PROTECTED] wrote:

 In setting up a new system on gentoo I get no masked or unmasked vcron. 
 I take it that it is now vixie-cron?

Right.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] i686 Live CD does not run i686 binaries?

2004-01-26 Thread Dennis Freise
On Mon, 26 Jan 2004 12:15:00 +0100
Ronald Pijnacker [EMAIL PROTECTED] wrote:

 First of all, I am a bit confused on whether or not the K6 will run i686
 correctly. Some sources on the internet say yes, others no. 
 However, the LiveCD boots fine, so I thought all was OK.

No, the K6 is an i586.
See http://www.freehackers.org/gentoo/gccflags/flag_gcc3.html for safe CHOST and
CFLAGS settings.

 This surprised me a bit, since I expected the LiveCD to also run i686
 compiled binaries. Ergo: if it boots, it will also run after installing
 from the harddrive. No such luck, though.
 
 Any comments?

I bet the LiveCD is compiled with -mcpu=i686 and your system is compiled with
-march=i686 - am I right ? :-)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] i686 Live CD does not run i686 binaries?

2004-01-26 Thread Dennis Freise
On Mon, 26 Jan 2004 13:04:17 +0100
Ronald Pijnacker [EMAIL PROTECTED] wrote:

  I bet the LiveCD is compiled with -mcpu=i686 and your system is compiled
  with-march=i686 - am I right ? :-)
 
 I do not know. I am just running the LiveCD and using the prebuild
 packages on that CD. Aparently they are compiled with different
 settings. This is what surprises me.

I think that's because you then can use the i686-cd for rescue-purposes on any
ix86, while the stage-tarballs are only for i686. That would make sense to me.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] /dev/rtc problem with vmware

2004-01-26 Thread Dennis Freise
On Mon, 26 Jan 2004 09:27:21 -0500
Valmor de Almeida [EMAIL PROTECTED] wrote:

 host high-resolution timer device is no currently
 available (/dev/rtc).
 
 The actual message is a longer but this is the 
 essence of it. My system does not have this device. 
 I am running devfsd but I am not very familiar with it.
 Shouldn't it create /dev/rtc by default?

No. With devfsd it will be there once your kernel has rtc-support.

 The vmware web site says that 
 
 * The real-time clock function must be compiled into your Linux kernel.
 * VMware Workstation for Linux requires that the parallel port PC-style
 hardware option (CONFIG_PARPORT_PC) be built and loaded as a kernel module
 (that is, it must be set to m when the kernel is compiled). 
 
 I did the second configuration but I do not know exactly how to
 do the first (real-time clock function).

Set CONFIG_RTC=y in your kernel-config.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Radeon 9600 XT not supported in Gentoo?

2004-01-26 Thread Dennis Freise
On Mon, 26 Jan 2004 18:49:43 +0100
Jernej Zidar [EMAIL PROTECTED] wrote:

 Today I received a new Radeon 9600 XT graphic card. Before I had a GF4 MX
 440. The framebuffer worked flawlessly (1024*768*32), after the change the
 framebuffer doesn't work anymore.
 
 I use lilo with the string vga=792. I tried with vga=0x318 + append=
 video=vesa:ywrap,mtrr. but all I got was an empty (blank) screen, the
 system was booting I was able to login and reboot the system.
 
 I tried to enable the ATI specific options but the problem persisted.
 
 the vga=normal option works. I use 2.4.22 kernel with some ck patches.

I've got an ATi Radeon 9800 Pro and I was only able to get fb working with 2.6.x
kernels, no luck with 2.4.x. And even with 2.6 bootsplash seriously crashes
first the display, then the whole system. But I must admin that I did not try
too hard to fix that, I've now got a fb with 1280x1024x32 @ 60 Hz, no
bootsplash, and that's all I need :) I would recommend you to give 2.6 a try.

HTH

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] burning a CD with CCD, CUE, IMG, and SUB

2004-01-16 Thread Dennis Freise
On Fri, 16 Jan 2004 07:02:40 -0600
Andrew Gaffney [EMAIL PROTECTED] wrote:

 A friend of mine ripped a CD, but he didn't rip it as an ISO. There are 4
 files: a .ccd, .cue, .img, and .sub file. How do I use these files in Linux to
 burn a CD?

Burning the .img file with cdrdao should work.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Re: burning a CD with CCD, CUE, IMG, and SUB

2004-01-16 Thread Dennis Freise
On Fri, 16 Jan 2004 08:32:46 -0600
Andrew Gaffney [EMAIL PROTECTED] wrote:

 I was able to find FireBurner (via the forums) which allowed me to write a CD
 from the .CCD, but I don't think it worked correctly because the CD won't
 mount.

Okay, in that case you really need the subchannels, because FireBurner does
exactly what I suggested (burn the .img without the .sub). As Miklos said,
you're now out of options. Sorry.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Buying a new NIC

2004-01-15 Thread Dennis Freise
On Thu, 15 Jan 2004 07:39:57 -0600
Thomas T. Veldhouse [EMAIL PROTECTED] wrote:

 Jaime Diaz wrote:
  Avoid the 3Com SOHO.
 
  A 3Com 3c905 an Intel EtherExpress or, even a Realtek 8139 will do.
 
 I would avoid the realtek cards as well.  Most netgear work well (natsemi
 driver) and the Linksys cards work well (tulip driver) if you want to buy
 economically.

I have seven realtek 8139 cards in use here and never encountered a single
problem with them. Performance is also okay.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Compiling the kernel with CFLAGS from make.conf

2004-01-07 Thread Dennis Freise
On Wed, 7 Jan 2004 15:55:36 +0100
Thorsten Kampe [EMAIL PROTECTED] wrote:

 Is it sensible to compile my kernel with the CFLAGS[1] of my
 /etc/make.conf that have proven to be stable?!

If I'm not mistaken, the kernel does not honor the CFLAGS-Var. It uses its own
compile-flags.

 I never thought of that but it could be an performance gain like for
 any other portage package, but maybe I am missing something
 important...?
 [1] export CFLAGS=-O3 -march=pentium3 -pipe -fomit-frame-pointer

It depends on your gcc-version (and is sort of religious), but all my tests with
gcc-3.2.x and gcc-3.3-x have proven, that the performance of -O3 is inferiour to
-O2. I have not tested on my pentium3 yet, but on a pentium-mmx, two pentium-2
and an Athlon-XP - all with the same results.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Postfix help

2004-01-06 Thread Dennis Freise
On Tue, 6 Jan 2004 18:49:24 +
Steve B. [EMAIL PROTECTED] wrote:

 Well I got DNS and Apache up, the next logical setup is to setup the mail 
 server.  I decided I would try with Postfix, however is there like a Idiots 
 guide to setting it up?  I know its supposedly easier than sendmail, but 
 reading the documentation makes no sense to me.  Why do the config files for 
 servrers now a days have to be so dang arcane! what happened to simple config 
 like apache 1.3? One stinkin config file good explanations of what stuff 
 was .. now I get stuff like 
 x459=$thisvar{$thatvar} .. then after looking through docs for six weeks you 
 come across a post that says .. oh yea.. that is timeout value!

http://dev.gentoo.org/~spider/local-mail-0.3.0/local-email.html
A very good guide by spider.

If you need to change the postfix-configuration and don't like editing it
directly you can try doing it via webmin...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Virus's

2004-01-06 Thread Dennis Freise
On Tue, 06 Jan 2004 22:14:47 -0500
Nicholas Hockey [EMAIL PROTECTED] wrote:

 does anybody else on this mailing list get slammed by the Microsoft
 Update virus going around, i'm trying to figure out why i get nailed by
 it all the time, and i apologize for the apparent list spam. (  i
 believe the virus is called swen or gibe ) 

I noticed today that about 10 minutes after posting to gentoo-user-de my smtp
was flooded by attempts to send various types of virii (all ended up on clamav).
Really annoying was that my email-adress was also used to send virii to other
people (got many messages from other smtp-servers which filtered the virus)..
There are some really crappy people subscribed to that list I suppose. :-(

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] ddclient behind di-604

2004-01-05 Thread Dennis Freise
On Mon, 5 Jan 2004 13:19:25 -0600
William Hubbs [EMAIL PROTECTED] wrote:

 Does anyone have a configuration for ddclient that works behind a dlink di-604
 router?

Have you tried use=web, web=checkip.dyndns.org/, web-skip='IP Address' in your
config ?

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo 2004.0 -- Testers needed -- and Testers you shall have!

2003-12-30 Thread Dennis Freise
On Tue, 30 Dec 2003 05:05:06 -0600
TriKster Abacus [EMAIL PROTECTED] wrote:

much snip
 Where can one download this precious Gentoo 2004.0 iso @?
much more snip

Quote from Benjamin's original post:
 The stages are already downloadable on
 http://gentoo.oregonstate.edu/experimental/x86/stages/ for x86 and
 http://gentoo.oregonstate.edu/experimental/ppc/stages/ for ppc. 

 The Live-CD-Images will follow,

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo 2004.0 -- Testers needed -- and Testers you shall have!

2003-12-30 Thread Dennis Freise
On Tue, 30 Dec 2003 06:37:25 -0800
Collins [EMAIL PROTECTED] wrote:

   Where can one download this precious Gentoo 2004.0 iso @?
 
  Quote from Benjamin's original post:
   The stages are already downloadable on
   http://gentoo.oregonstate.edu/experimental/x86/stages/ for x86 and
   http://gentoo.oregonstate.edu/experimental/ppc/stages/ for ppc.
  
   The Live-CD-Images will follow,
 
 Doesn't totally answer the poster's question.  The oregonstate site has the 
 same contents as other mirrors, namely the latest stagen is 20031228 and 
 there are no livecd images later than 07-15-2003.
 
 There is nothing labeled 2004.0 as in the title.  What is the appropriate 
 download(s) to test?

I can just quote another time:
   The Live-CD-Images will follow,
There are none yet. They will come later.

Download any live-cd-image you like, but use the new stages to install if you
like to test it.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo 2004.0 -- Testers needed -- and Testers you shall have!

2003-12-30 Thread Dennis Freise
On Tue, 30 Dec 2003 06:37:25 -0800
Collins [EMAIL PROTECTED] wrote:

 Doesn't totally answer the poster's question.  The oregonstate site has the 
 same contents as other mirrors, namely the latest stagen is 20031228 and 
 there are no livecd images later than 07-15-2003.

Forgot to mention: the stages labeled 20031228 are the new 2004.0 test
stages...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Distcc problems.

2003-12-26 Thread Dennis Freise
On 26 Dec 2003 01:37:00 +0100
[EMAIL PROTECTED] (Alex Schuster) wrote:

  distcc[29430] (dcc_mkdir) ERROR: mkdir /var/tmp/portage/.distcc/state
  failed: No such file or directory
 
  I think 'mkdir /var/tmp/portage/.distcc' solves your problem.
 
 I think an additional 'chown portage.portage /var/tmp/portage/.distcc'  
 might be necessary, at least with userpriv in the FEATURES list in  
 /etc/make.conf.

Let's make this 'chown portage:portage /var/tmp/portage/.distcc' and everybody
is going to be happy ;-)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Distcc problems.

2003-12-25 Thread Dennis Freise
On Thu, 25 Dec 2003 23:04:23 +
Dane Elwell [EMAIL PROTECTED] wrote:

snip
 distcc[29430] (dcc_mkdir) ERROR: mkdir /var/tmp/portage/.distcc/state failed:
 No such file or directory

I think 'mkdir /var/tmp/portage/.distcc' solves your problem.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] emerge: Invalid db entry

2003-12-24 Thread Dennis Freise
On Wed, 24 Dec 2003 12:56:35 +0100
Cybercar [EMAIL PROTECTED] wrote:

 Which kernel are you using?
 If you're using the 2.6.0 kernel add to it the devfs support.

hm? If he's using kernel 2.4.x he should also add devfs support...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Unsubscribe errors

2003-12-24 Thread Dennis Freise
On Wed, 24 Dec 2003 09:17:23 -0700
W. Blaine Dowler [EMAIL PROTECTED] wrote:

 I unsubscribed from this list last week, including responding to the 
 unsubscribe confirmation.  For about five days, I didn't receive a single 
 message.  Then, overnight, I seem to have been somehow resubscribed.  I sent 
 the unsubscribe message once again, but didn't get asked to confirm, and have 
 been getting all of the list e-mails.  Does anyone know what's going on?  Has 
 anyone else experienced this?  Is there an unsubscribe method other than 
 sending a message to [EMAIL PROTECTED]?

The server that hosted the gentoo mailing lists had some problems and was taken
offline, therefor you didn't receive mails for 5 days. Now, there is a new
server online for the lists, and I think they took a backup of the
list-subscriptions to get it running. That might explain why you've got
resubscribed. The new server seems to listen to lists.gentoo.org, not
gentoo.org, so please try to direct your unsubscribe to
[EMAIL PROTECTED] I don't know if that helps, I didn't
try it myself.

Hope that helps...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Availabillity of gentoo

2003-12-19 Thread Dennis Freise
On Fri, 19 Dec 2003 08:28:33 -0600
Andrew Gaffney [EMAIL PROTECTED] wrote:

 SNIP
 
 Wow, that really made my day. It probably really pissed that guy off, which
 makes my day even more ;)

Sorry to disappoint you, but I think he's not clever enough to read that
mail... or maybe to 1337 (...) :-)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


[gentoo-user] (OT) Strange dns-entries for mail.gentoo.org

2003-12-19 Thread Dennis Freise
Hi everyone.

I noticed some very strange dns-entries for mail.gentoo.org (the mailhost this
ML originates from):

;  DiG 9.2.3  mail.gentoo.org
snip

;; ANSWER SECTION:
mail.gentoo.org.900 IN  A   64.5.62.16

;; AUTHORITY SECTION:
.   55843   IN  NS  D.ROOT-SERVERS.NET.
.   55843   IN  NS  E.ROOT-SERVERS.NET.
.   55843   IN  NS  F.ROOT-SERVERS.NET.
.   55843   IN  NS  G.ROOT-SERVERS.NET.
.   55843   IN  NS  H.ROOT-SERVERS.NET.
.   55843   IN  NS  I.ROOT-SERVERS.NET.
.   55843   IN  NS  J.ROOT-SERVERS.NET.
.   55843   IN  NS  K.ROOT-SERVERS.NET.
.   55843   IN  NS  L.ROOT-SERVERS.NET.
.   55843   IN  NS  M.ROOT-SERVERS.NET.
.   55843   IN  NS  A.ROOT-SERVERS.NET.
.   55843   IN  NS  B.ROOT-SERVERS.NET.
.   55843   IN  NS  C.ROOT-SERVERS.NET.

This seems correct. Mails come from that ip. But now:

earthdawn root # host 64.5.62.16
16.62.5.64.in-addr.arpa domain name pointer stonehengeirc.dyndns.org.

What's that ? dyndns.org address ? What's wrong here ? Even exim notices that:
(from exim_main.log)

2003-12-19 16:05:51 no IP address found for host stonehengeirc.dyndns.org
(during SMTP connection from [64.5.62.16])

Some kind of strange dns-spoofing attack ? Can anybody explain this to me,
please ? TIA

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] secure webserver based on gentoo?

2003-12-19 Thread Dennis Freise
On Fri, 19 Dec 2003 18:27:46 +0100 (CET)
fisch [EMAIL PROTECTED] wrote:

 I want to set up a very secure web/mail-server. Is it possible to set it
 up with gentoo or should i use an other distribution?

Please define very secure. grsecurity ? SElinux ?

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] logfile size

2003-12-14 Thread Dennis Freise
On Sun, 14 Dec 2003 00:10:36 -0800
Keith Dart [EMAIL PROTECTED] wrote:

  I find it interesting that logrotate is not included in the basic gentoo
  install (at least at 1.3 I did not get it).  Seems like a must have to
  me!
 
 I think logrotate is a Red Hat thing. However, you can choose to install
 metalog which does log rotation all on its own. 

logrotate originates from Red Hat, but many distros these days have it. I don't
think it's mandatory, because you don't have to log anything at all (well, maybe
that's not what we want *g*). Typing emerge logrotate doesn't seem to much
work for me. metalog does a good job at rotating, but not all programs log via
syslog (exim for example does its own logging, squid, apache...). I have
metalog and logrotate installed.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Dual booting Win XP with GRUB

2003-12-14 Thread Dennis Freise
On Sun, 14 Dec 2003 12:07:39 +0100
Harald Arnesen [EMAIL PROTECTED] wrote:

  This is the Windows stanza in /boot/grub/grub.conf:
 
  title=Wondows XP
  root (hd0,0)
 
 If Windows is on hda2, then make this (hd0,1)

Even better would be:
rootnoverify (hd0,1)
:-)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Dennis Freise
On Sun, 14 Dec 2003 20:28:32 +0100
Simon Striker [EMAIL PROTECTED] wrote:

 The error gegins with:
 
 Out of memory: Killed process 22477 (cc1).
snip

Try adding (more) swap-space.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] OT: mss value = 40

2003-12-13 Thread Dennis Freise
On Fri, 12 Dec 2003 22:39:45 -0800 (PST)
Joshua Banks [EMAIL PROTECTED] wrote:

 Hello,
 
 I've been trying to track down the answer to this and am coming up
 empty handed. I'm hoping someone might shed some light on the
 following.
 
 When I do:
 *
 [EMAIL PROTECTED] jbanks # netstat -rn
 Kernel IP routing table
 Destination Gateway Genmask Flags   MSS Window 
 irtt Iface
 63.187.254.90.0.0.0 255.255.255.255 UH   40 0 
 0 ppp0
 192.168.1.0 0.0.0.0 255.255.255.0   U40 0 
 0 eth0
 192.168.1.0 0.0.0.0 255.255.255.0   U40 0 
 0 eth1
 127.0.0.0   127.0.0.1   255.0.0.0   UG   40 0 
 0 lo
 0.0.0.0 63.187.254.90.0.0.0 UG   40 0 
 0 ppp0

Look at this:

earthdawn root # netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt Iface
192.168.99.00.0.0.0 255.255.255.0   U 0 0  0 eth0
127.0.0.0   127.0.0.1   255.0.0.0   UG0 0  0 lo
0.0.0.0 192.168.99.2  0.0.0.0 UG0 0  0 eth0

That's even more strange than yours, isn't it ? :) Don't worry about it...
BTW: MTU != MSS
MSS should be MTU - 40. But I don't think netstat is telling the truth here...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] OT: mss value = 40 [possible kernel bug]

2003-12-13 Thread Dennis Freise
On Sat, 13 Dec 2003 08:52:41 -0800 (PST)
Joshua Banks [EMAIL PROTECTED] wrote:

  MSS should be MTU - 40. But I don't think netstat is telling the
  truth here...
 
 What makes you say the above Dennis? I would like some facts if
 possible. From what I've read and come to understand sofar is that both
 an IP header and TCP headers are 20 bytes in size. So this value would
 = 40.
 So are you saying that Netstatand Route somehow says no matter what
 subtract -40 bytes for IP and TCP headers?
 Somehow that seems just as strange as your output of MSS ='ing 0. But
 then again this is all pretty new to me so I will be researching more
 of this as well as TCP and MSS and ethernet standards.

Didn't find an english page to explain that, but here is a german link:
http://www.sauff.com/dsl-faq/mtu-mini-faq.html
MSS for ethernet devices should be 1460 and for xDSL (which often uses 1492 as
MTU) it should be 1452. 40 bytes refers to the size of the IP-Headers. That's a
fixed value.

But please, investigate this, I would too be interested why the values are
wrong.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] pretend alsa upgrade ?

2003-12-13 Thread Dennis Freise
On Sun, 14 Dec 2003 02:04:22 +0200
raptor [EMAIL PROTECTED] wrote:

 why I get this, when I already deinstalled ck-surces and i'm now with gentoo
 default kernel...
 
 #ll /usr/src/linux
 lrwxrwxrwx1 root root   31 09-20 18:25 /usr/src/linux -
 /usr/src/linux-2.4.20-gentoo-r7 emerge -p alsa
 These are the packages that I would merge, in order:
 Calculating dependencies ...done!
 [ebuild  N] sys-kernel/ck-sources-2.4.22-r3
 [ebuild  N] media-sound/alsa-driver-0.9.8

# nano /var/cache/edb/virtuals

Delete ck-sources from virtual/kernel. Do NOT delete the whole line, just
ck-sources. In addition check /var/cache/edb/world if ck-sources got correctly
deleted. If not, do it.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] the smallest smtp server ?

2003-12-13 Thread Dennis Freise
On Sun, 14 Dec 2003 01:56:56 +0300
SMS Webmaster [EMAIL PROTECTED] wrote:

 I want to install the most easy and small smtp server in to my laptop 
 (localhost) JUST to use it to send my emails
 
 What is the best one ? ( I hope it is in the portage )

ssmtp. That's not even a server, but it gets yours emails off your laptop...
And it's in portage. :)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] logfile size

2003-12-12 Thread Dennis Freise
On Fri, 12 Dec 2003 15:25:16 +0100
Helgi Örn Helgason [EMAIL PROTECTED] wrote:

 I got syslogd installed but I've never tweaked anything having to do
 with logfiles so I haven't got a clue where to start. Guess I'll have to
 RTFM...:-)

Take a look at logrotate. That's what you are looking for, because the standard
syslogd does not rotate logfiles... you still have to RTFM of logrotate
though... ;)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] kernel upgrading

2003-12-12 Thread Dennis Freise
On Fri, 12 Dec 2003 15:07:12 +
murray evans [EMAIL PROTECTED] wrote:

 I'm fully expecting that once 2.6 is released as a final form, it would be
 worth my while to have it. But having never swapped out a kernel for
 another version, I just wanted to know whether going from 2.4.20 as is in
 my recently set up gentoo box, to 2.6, will require more effort than simply
 swapping them over - does everything else also need to be upgraded, or will
 the sytem *just work*?

You have to install 'module_init_tools' instead of 'modutils', and you have to
create /sys for sysfs. As I remember there's more to be done, but I don't
remember exactly. These two things should be the most important...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] gentoo as a router

2003-12-12 Thread Dennis Freise
On Sat, 13 Dec 2003 01:13:50 +0100
Oliver Lange [EMAIL PROTECTED] wrote:

 In the netfilter section, i've enabled 'connection tracking',
 'iptables support' and now I also enabled 'full nat' and
 'full nat - masquerade target support', but without success.
 I couldn't find a 'nat' option (only 'full nat').

# emerge shorewall

Setting up masquerading is a piece of a cake with shorewall. And you definitly
_want_ a firewall sooner or later, so go grab it, don't mess with iptables
itself (you can, but why, if there are easier solutions...) and get it running.

You still may want to learn more about NAT, MASQ and CONNTRACK though, to
understand why you need MASQ. You don't have to understand how it is done in
the kernel, but you have to understand what it is and why you need it.
'man iptables' might help there...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] MTA with my special features wanted

2003-12-11 Thread Dennis Freise
On Thu, 11 Dec 2003 16:49:19 +0100
Thomas Preissler [EMAIL PROTECTED] wrote:

 Hello folks,
 
 I am looking for an MTA with the following special features. The
 most important thing is that it is easy configurable, i.e. I do not
 really want hacking sendmail.cf style.
 
 1) No local masquerading
 Local mails in the local domain must not be rewritten with my
 account ([EMAIL PROTECTED]). The From-address must be untouched. I had
 this feature already in the past with sendmail. But in newer
 versions the sendmail.cf and the masquerading-feature changed a bit
 and so it is not working again. And I am not the crazy guy, who
 dreams all night from sendmail.cf.
 
 2) Per-user SMARTHOST and masquerading configuration
 I want to use a per-user SMARTHOST configuration. User tomtom sends
 via gmx.de and with masqueraded From: [EMAIL PROTECTED] to the
 outside world. Another user uses another account.
 
 3) To-dependent SMARTHOST and masquerading configuration
 Is it possible, that the configuration as mentioned in 2) is
 To-dependent? So, when I write to mailinglist A, config (SMARTHOST
 and From) A is used, another one, when sending to mailinglist B?
 
 Since the time installed linux I am used sendmail. A few weeks ago,
 I tested postfix, but - erm - my features can't be practiced.
 (Another issue on postfix: postfix can definitely handle mails to
 [EMAIL PROTECTED] grr).
 
 I thought installing qmail, but - my first thought: is it worth the
 time?
 
 So, what are your impressions about existing mta's? Is there a
 mta, which fulfills all my needs above?

Take a look at exim, I like it very much, and it's _highly_ configurable. I'm
pretty sure you can do all of the things you want with exim, but it will be no
piece of cake. Download the very good docs from www.exim.org and _read_ them - I
can assure you, it's worth the time. You will (because of your extraordinary
wishes) have to read extensive docs for _any_ MTA you choose.

HTH, Dennis

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] rp-pppoe

2003-12-10 Thread Dennis Freise
On Tue, 9 Dec 2003 21:07:22 +0100
Marius Mauch [EMAIL PROTECTED] wrote:

  2. As far as i understood, i need *not* to add eth1 to the default
  runlevel using 'rc-update eth1 default' because pppoe will
  do everything for me ?
   correct.
  Dennis Freise answered that i need to do that. Now, who is right ?
 
 Me of course ;)
 It's not necessary because the interface doesn't need to be configured
 (which would be the job of the net.eth1 script) for rp-pppoe.

That's right, I have the ethernet-device configured and running because it's
more than the dsl-modem on that network. :) My fault.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] rp-pppoe

2003-12-10 Thread Dennis Freise
On Wed, 10 Dec 2003 22:40:54 +0100
Oliver Lange [EMAIL PROTECTED] wrote:

 Dec 10 21:23:12 bloody pppd[1869]: pppd 2.4.1 started by root, uid 0
 Dec 10 21:23:12 bloody modprobe: modprobe: Can't locate module tty-ldisc-3
 Dec 10 21:23:12 bloody pppd[1869]: Couldn't set tty to PPP discipline: Invalid
 argument

Looks like you're missing some kernel-modules. Try settings these values in your
kernel .config:

CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m

You can also choose y instead of m, that will build it into the kernel. If
it doesn't help, look again at your menuconfig and look for any ppp-modules that
might be missing. The problem is almost certainly related to your kernel.

Might also be that you're not running devfsd and you're missing some
device-nodes under /dev - check that too. In addition check, that your kernel
has devfs-support compiled in...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] rp-pppoe

2003-12-09 Thread Dennis Freise
On Tue, 09 Dec 2003 16:03:27 +0100
Oliver Lange [EMAIL PROTECTED] wrote:

 1. after booting the fresh installed gentoo box (which shall
 act as router/gateway), exactly which packages do i need
 to emerge ?

The ones you want to use (don't really get the point of your question...)

 2. As far as i understood, i need *not* to add eth1 to the default
 runlevel using 'rc-update eth1 default' because pppoe will
 do everything for me ?

You have to rc-update add net.eth1 default.

 4. My current provider sucks (German t-online), it drops the connection
 each 24 hours, so i need an automatic re-connection cron script
 which checks if the connection is still up, and re-connects
 if my provider pulled the plug again.

No, you don't. Setup for dial-on-demand and enter a hangup-timeout of 31536000
seconds (approx. 1 year, so it'll never hangup and redial after loss of the
connection)

 5. After each new connection, i need to execute a script for
 updating my dyndns aliases (i've got a dynamic ip), and
 probably I also need to restart ntpd. So: howto exec a
 post-connect script ?

# man pppd
Take a look at /etc/ppp/ip-up  -down.
Then forget about that again and just
# emerge ddclient
and set that up for daemon-mode - no need for ppp-scripts ;)

 6. Which packages do i need to emerge for setting up my router
 as a router ? Then, how to configure simple routing ?

'iptables' might come in handy to enter some basic packet-filtering rules...

 7. Firewalling is a different topic; I think one can use one of
 the guides at tldp.org, which also covers advanced routing
 techniques, like traffic limiting/shaping for smoother browsing
 (while some host is downloading at full speed), etc.
 So the pppoe guide would not have to cover these topics,
 but it should at least cover questions 1-6 in detail.

# emerge shorewall
Install and configure it. It even handles MASQ for you...

 However, such a guide would be a great addition to the gentoo
 documentation list.

I suppose you're now going to make one, as you know what to do ? :)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] HiZ PpL

2003-12-08 Thread Dennis Freise
On Tue, 9 Dec 2003 02:07:33 +0900
Jason Stubbs [EMAIL PROTECTED] wrote:

 I have never tried distcc with cygwin but I think it would probably be more 
 trouble than it is worth. distcc is not recommended with different gcc 
 versions and cygwin almost definately uses an older version than (one of the 
 ones) gentoo does. 

cygwin comes with gcc 3.3.1, but distcc doesn't work together with
linux-machines - the output of the cygwin-compiler is not ELF-compatible (at
least that's what the error-message says ;))

Greetings, Dennis

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] dual booting with winxp

2003-12-01 Thread Dennis Freise
On Mon, 01 Dec 2003 07:19:54 +0200
Rust [EMAIL PROTECTED] wrote:

 You forgot to add boot. My /boot/grub.conf

I cannot find the boot-parameter in 'info grub'. I also don't know why it
should exist - windows boots fine without it. It's just the mapping of hd0 
hd1, like Mike pointed out...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] nessus

2003-11-23 Thread Dennis Freise
On Sun, 23 Nov 2003 02:03:57 -0600
Andrew Gaffney [EMAIL PROTECTED] wrote:

 I am trying to setup nessus to scan my server for vulnerabilities. I have done
 'emerge nessus' on the server that I would like to scan (only Linux box on the
 LAN) and also on my Gentoo box. My Gentoo box is connected to my server via a
 dial-up connection. When I run nessus on my box, I put in the server's IP and
 the username and password I setup on the server. When I hit the Login button,
 it just sits there and does nothing. The first time I did this it asked me to
 verify the certificate for the server. Every other time, it just sits there,
 but it never connects. Anyone have any ideas?

How long did you wait ? nessus _can_ take a lot of time the first time you start
a new version, because it enumerates and downloads new plugins. If you're sure
you have waited long enough, check the syslog files. That's where nessusd puts
his log messages...

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] courier-imap or cyrus-imap

2003-11-22 Thread Dennis Freise
On Fri, 21 Nov 2003 13:23:05 -0600
Jeffrey Smelser [EMAIL PROTECTED] wrote:

 Anyone have an opinion (on this board? no way!) ;-) about whether
  courier-imap or cyrus-imap would be a better choice for me?
 
 Courier seems to be better.. Faster.. I have used both.. cyrus uses the mbox
 format and your back to using huge files again  and the problems that go with
 it.

I really liked courier-imapd, because it's much faster than any
mbox-imap-server. Then I tried bincimap, which is also a IMAP4Rev1 server for
the maildir format. It's a little bit strange, because it doesn't get started by
xinetd or the like, but comes with its own spawning-daemon and log-daemon, but
when I compare performance, bincimap always wins over courier. It especially can
handle large folders much better than courier-imapd. I've got a folder with
30.000 messages in it, courier-imap in combination with sylpheed-claws takes
about 2 and a half minutes to check for new messages and sync them. bincimap
performs this task in about 20 seconds.
bincimap is in portage, and it can, without any problems, be installed in
parallel to courier-imapd. Give it a try, I like it :)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] security: unwanted daemons

2003-11-22 Thread Dennis Freise
On Sat, 22 Nov 2003 11:46:26 +0100
mathieu perrenoud [EMAIL PROTECTED] wrote:

 rc-status is in /bin and is part of the baselayout ebuild. I think this one is
 included by default in gentoo. but if /bin/rc-status is not found, try 
 re-emerging baselayout.

'rc-update show' shows a list of services available on your system and at which
runlevel they're started - or not. I do like the output much more than
'rc-status' :)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Mouse wheel problems

2003-11-18 Thread Dennis Freise
On Mon, 17 Nov 2003 15:15:21 -0500
Joel Konkle-Parker [EMAIL PROTECTED] wrote:

 I have a Logitech Cordless Navigator Duo set (keyboard  mouse on one 
 USB), which includes a wheel mouse. When I try using the wheel though, 
 nothing happens. I've tried it in several different apps, too, and nothing.

I have a logitech keyboard with a mousewheel on it, which is detected and used
_instead_ of the mousewheel on the mouse. Maybe it's the same for you ?

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] fb in 2.6.0-test9

2003-11-18 Thread Dennis Freise
On Tue, 18 Nov 2003 09:15:49 +0800
Zarick Lau [EMAIL PROTECTED] wrote:

 Hi,
 
 I have just played around with the 2.6.0-test9-gentoo, with the new
 bootsplash patch for 2.6
 
 however, I got a problem, while most other driver for my box seems ok,
 I found that I can't use the fb (nothing under /dev/fb/, and no fb in
 dmesg).

 # CONFIG_VIDEO_SELECT is not set

This must be set too.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] [SOLVED] KT400 AGP-4X (Radeon 9800 Pro)

2003-11-16 Thread Dennis Freise
On Fri, 14 Nov 2003 12:13:02 +0100
Dennis Freise [EMAIL PROTECTED] wrote:

Hi.

I successfully installed kernel 2.6 and the ati-drivers from portage, and it
really works. No 3D-accel though (seems like agpgart still does not like the
KT400 chipset), but 1280x1024 at 85hz. That's wonderful! :)

Thanks to all of you!

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


[gentoo-user] KT400 AGP-4X (Radeon 9800 Pro)

2003-11-14 Thread Dennis Freise
Hi.

I posted this a while ago, but didn't get any helpful answer there... I've
got an ASUS A7V8X mainboard, which has a KT400 chipset, and I've got a ATI
Radeon 9800 Pro graphics card.
I can't get this working with X and any other driver than the vesa-vga
driver :( The problem is, that the agpgart-driver, which is needed for the
ati-drivers, does not support agp3 (agp-4x) which is by default enabled in
the Radeon-card. I googled _a lot_ to find any suggestions, and I found many
ways to disable agp3 in the mainboards bios, but that's not what I want.
I've got winxp on another partition, and that benifits from that mode, so I
want to leave it enabled at least for that OS. I do not need 3d-acceleration
under linux, but something more than 60 Hz on the x-desktop would be
_really_ nice :)
Now my question: Has anybody got this kind of hardware-combination running
with any other (better) X-mode ? Which kernel do you use ? Which drivers do
you use ?

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KT400 AGP-4X (Radeon 9800 Pro)

2003-11-14 Thread Dennis Freise
On Fri, 14 Nov 2003 12:33:34 +0100
Spider [EMAIL PROTECTED] wrote:

  I posted this a while ago, but didn't get any helpful answer there...
  I've
  got an ASUS A7V8X mainboard, which has a KT400 chipset, and I've got a
  ATI
  Radeon 9800 Pro graphics card.
  I can't get this working with X and any other driver than the vesa-vga
  driver :( The problem is, that the agpgart-driver, which is needed for
  the ati-drivers, does not support agp3 (agp-4x) which is by default
  enabled in the Radeon-card.
 
 I don't have a Radeon, but only  lousy nvidia, however I have the same
 mainboard, and can tell that kernel 2.6* supports agp 4x modes, which
 should be what you want.
 Give them a try.

Thank you Spider, that was also my first thought :) But at the time I tried it
(~2 month ago), the ati-drivers didn't support 2.6. I think i'll give it another
shot and have a look if there are new (2.6-compatible) drivers out, or maybe the
kernel itself now supports the RV350 ? :)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] emerge -k lilo? is 22.5.1 why?

2003-11-14 Thread Dennis Freise
On Fri, 14 Nov 2003 08:06:37 -0500
Ralph Crongeyer [EMAIL PROTECTED] wrote:

 How do I get emerge to install the newest version???

earthdawn / # ACCEPT_KEYWORDS=~x86 emerge -s lilo
Searching...   
[ Results for search key : lilo ]
[ Applications found : 1 ]
 
*  sys-apps/lilo
  Latest version available: 22.5.8-r1
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 402 kB
  Homepage:http://lilo.go.dyndns.org/pub/linux/lilo/
  Description: Standard Linux boot loader

Note that ~x86 is the testing-tree of software under gentoo. It should work, but
you should first reconsider if you _really_ need the newest version, or if you
can go with an older but stable version. :)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] KT400 AGP-4X (Radeon 9800 Pro)

2003-11-14 Thread Dennis Freise
On Fri, 14 Nov 2003 08:58:08 -0600
Van Eps, Nathan D. (James Tower) [EMAIL PROTECTED] wrote:

Thanks for your reply.

 The ati-drivers don't need agpgart. The fglrx kernel module has that
 functionality built in. I have 9500pro and everything is working.

That's right, it brings its own agpgart. Note that the included agpgart is
taken from kernel 2.4, and does not support agp3 (like the 2.4-kernel ones). I
also can't get X up without agpgart, the drivers won't let me. They load agpgart
on the start of X and fail with an error if agpgart doesn't load.

 If you can't get the ati-drivers to work, the radeon driver under X should
 get you a good resolution and refresh.

The radeon-drivers from X don't support the RV350 chipset (Radeon 9600  9800
Pro) - that's my whole problem :)

 My mainboard is a dual Tyan athlon mb, so I guess our hardware configuration
 is quite different.

Indeed.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Upgrade Problem Apache

2003-11-14 Thread Dennis Freise
On Fri, 14 Nov 2003 10:17:27 -0500
Jay [EMAIL PROTECTED] wrote:

 Hi all, I have upgraded to the latest version of apache and now I get
 the following error..
 
 Forbidden
 You don't have permission to access / on this server.
 
 
 If I change the www directory to /var/www/localhost/htdocs/ then it
 works but when I have my virtual server set to /home/httpd/htdocs/ it
 doesn't work even if I set permissions for apache as a group and user
 for all directories.

# nano /etc/apache2/conf/commonapache2.conf

Find all references to '/var/www/localhost' and replace them by '/home/httpd'

Reading the chapter about directory-directives in the apache-docs might also
help -- http://httpd.apache.org/docs-2.0/mod/core.html#directory

Greetings, Dennis

P.S.: If you use apache-1.3x then you'll have to edit a different file, but the
reason for your problem is the same. Try to interpolate :)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] apache 2 userdir access

2003-11-14 Thread Dennis Freise
On Fri, 14 Nov 2003 17:52:54 +0100
Michael Spohn [EMAIL PROTECTED] wrote:

 I am trying to install for local users their $HOME/public_html directory
 to be accessible under apache 2 pointing the browser to
 http://localhost/~username
 
 I get from the browser:  
 
 Forbidden
 You don't have permission to access /~michael/cv/index.html on this
 server.

I would have liked to test the following before posting, but I managed to break
my libphp4 and am currently rebuilding php - so no testing currently :\

Insert the following in /etc/apache2/commonapache2.conf:

Directory /home/*/public_html
AllowOverride File AuthConfig Limit
Options Indexes SymLinksIfOwnerMatch IncludesNoExec 
IfModule mod_access.c 
Order allow,deny 
Allow from all 
 
/IfModule   
/Directory

I hope that works, but it should.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] apache 2 userdir access

2003-11-14 Thread Dennis Freise
On Fri, 14 Nov 2003 19:00:50 +0100
Dennis Freise [EMAIL PROTECTED] wrote:

 I would have liked to test the following before posting, but I managed to
 break my libphp4 and am currently rebuilding php - so no testing currently :\

I was able to test it now. It works as I suggested, but you can also insert the
block into a virtual-server config (VirtualHost...). If you do so, you should
comment out the directive IfModule mod_userdir.c.../IfModule in
/etc/apache2/conf/commonapache2.conf and insert the whole block into the
vhost-config. Then the userdir-feature is only available for that particular
vhost, which I prefer. Be sure to put the Directory
/home/*/public_html.../Directory somewhere below that.

 Insert the following in /etc/apache2/commonapache2.conf:
 
 Directory /home/*/public_html
   AllowOverride File AuthConfig Limit 
 
   Options Indexes SymLinksIfOwnerMatch IncludesNoExec 
   IfModule mod_access.c 
   Order allow,deny 
   Allow from all 
   
   /IfModule   
 /Directory

I also noted that the home-directory of the user, the dir 'public_html' and all
webfiles under that dir must have mode 0755/0644 for userdir to work.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] [Long] Automatic CFLAGS benchmark

2003-11-13 Thread Dennis Freise
Wonderful job, Danilo, thank you!

 I'd like to see such a test with a (cpu-intensive) floating-point program
 (perhaps povray?)

Okay, I had that idea with an automatic benchmark-script a while ago too,
but I never started working on it. Now I will. I'll take your work and adapt
it for povray. I want to see the results, because in my manual tests -O2 was
quite a lot faster than -Os. But no speculations anymore, I'll post my
result when it's done (which can take quite a while - low-tech hardware :))

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mailman and sendmail integration...

2003-11-12 Thread Dennis Freise
On Wed, 12 Nov 2003 11:11:32 +0100
Benoit Joseph [EMAIL PROTECTED] wrote:

 I've configured mailman on my gentoo mail server. I followed 
 the mailman tutorial from the gentoo docs but it uses postfix 
 and I run sendmail :-/
 
 So my question is how to integrate mailman and sendmail on an 
 alias-based system? 
 
 I mean how to generate the sendmail aliases for a list 
 automatically in a file that I can insert in my sendmail mc 
 config??

You don't have to add them to sendmail.cf - you add them to /etc/mail/aliases.
Don't forget to run 'newaliases' after editing that file.
I don't know any automagical way to add these aliases. I use mailman together
with exim, and I wrote some rewriting rules it. Maybe that's possible with
sendmail too.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Portage seems to be against my will

2003-11-11 Thread Dennis Freise
 I used to have simgear and flightgear installed for some time but last
 week I unemerged them. However when I make emerge -up --deep world now I
 get

 [ebuild  N] dev-games/simgear-0.3.4
 [ebuild  N] games-simulation/flightgear-0.9.3

 as the last lines of the list! I don't want them. Any ideas on why they
 might be showing up?

# nano /var/cache/edb/world

Remove the lines containing simgear and flightgear from that file. That's
all. :)

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage seems to be against my will

2003-11-11 Thread Dennis Freise
 # nano /var/cache/edb/world
 
 Remove the lines containing simgear and flightgear from that file. That's
 all. :)

 Is this a bug in emerge/portage or is it too random to track down ?? I had
 a similar issue last week with /var/cache/edb/world listing the 2.6 kernel
 package that I emerged to take a look at. When I did that, emerge/portage
 then thought that that was my current or primary kernel when it wasn't.

Check to which kernel the symbolic link '/usr/src/linux' points. That's
certainly what you mean by primary kernel - I think... Edit
/var/cache/edb/virtuals and make sure you delete all entries from
virtual/linux-sources that you don't want to be emerged.
Ah, and yes - it is a known bug that not all unmerged packages get deleted
from the world-file. But I don't think it's a too serious bug, because you
can easily fix it with nano/vi/whatever editor you like :)

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no devfs in basic install

2003-11-11 Thread Dennis Freise
no devfs in basic install Friends, 
 I am emerging 1.4 RC4, I was pained to see that the stage1
 uses MAKEDEV in /dev instead of devfs - what's up with that!
 I'll be sure to rm -rf /dev/* once emerge is complete. Sheesh.

Maybe you should install a more recent version - like 1.4 final :)

Greetings, Dennis

P.S.: Mind turning off HTML in your mails, please ?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no devfs in basic install

2003-11-11 Thread Dennis Freise
On Tue, 11 Nov 2003 13:37:23 -0800
Sumeet Singh Parmar [EMAIL PROTECTED] wrote:

 I am so very sorry about the HTML. This Redmond OS' Outlook Express has a
 mind of its own about my e-mail formatting.

I feel with you. I too am forced to use OE @ work... :)

 I did download the basic ISO y'day night and dl'ed the stage1 from oregon
 state. Do I have to do this again? Shucks!

Well, the structure on the ftp-server severely sucks, I must admit... one might
suspect to find 1.4 under gentoo/releases/1.4, but it is not. It's under
gentoo/releases/x86/1.4. It's very tempting to take 1.4rc4 by mistake, because
you'll see it first while browsing the tree. Maybe someone should rethink() the
structure on the mirror-sites :)
So to answer your question: Yes. I think you'll have to download 1.4 before
proceeding.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Portage seems to be against my will

2003-11-11 Thread Dennis Freise
On Tue, 11 Nov 2003 15:34:49 -0600
Jeffrey Smelser [EMAIL PROTECTED] wrote:

  Check to which kernel the symbolic link '/usr/src/linux' 
  points. That's
  certainly what you mean by primary kernel - I think... Edit
  /var/cache/edb/virtuals and make sure you delete all entries from
  virtual/linux-sources that you don't want to be emerged.
  Ah, and yes - it is a known bug that not all unmerged 
  packages get deleted
  from the world-file. But I don't think it's a too serious 
  bug, because you
  can easily fix it with nano/vi/whatever editor you like :)
 
 Yeah, but your assuming everyone who uses gentoo is smart enough to edit these
 files.. Since redhat is going away, in a sense, your already seeing the flood
 of them coming over here and some of them are not smart enough to know that..
 As much as I like helping out on this list, it get rather ugly having to
 answer the same ones over and over just because its deemed not serious
 enough..
 
 Seems like a trivial fix to me anyway...

Actually, I couldn't agree more with you.
No offense, but I can barely stand the same openssl-question again and again.
Seems like nobody uses google anymore these days :( But okay, I'm getting OT.

(Remark: I really don't want to offense anyone. I just had to let that out.)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Re: iptables

2003-11-09 Thread Dennis Freise
On Sun, 9 Nov 2003 17:36:21 + (UTC)
Eamon Caddigan [EMAIL PROTECTED] wrote:

  root # iptables -t nat -I POSTROUTING -j MASQUERAQDE -s 192.168.1.3/16
  /lib/modules/2.4.22-ck1/kernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol 
  nf_unregister_sockopt
  /lib/modules/2.4.22-ck1/kernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol 
  nf_register_sockopt
  /lib/modules/2.4.22-ck1/kernel/net/ipv4/netfilter/ip_tables.o: insmod 
  /lib/modules/2.4.22-ck1/kernel/net/ipv4/netfilter/ip_tables.o failed
  /lib/modules/2.4.22-ck1/kernel/net/ipv4/netfilter/ip_tables.o: insmod ip_tables 
  failed
  iptables v1.2.8: can't initialize iptables table `nat': iptables who? (do you need 
  to insmod?)
  Perhaps iptables or your kernel needs to be upgraded.
 
 Had the same problem when I first tried to get ip_tables up and running.
 Some Googling revealed that ip_tables only works if CONFIG_MODVERSIONS
 isn't set. Weird, huh?

I do have CONFIG_MODVERSIONS=y set and I do have masquerading up and running on ppp0.
Therefor I do think it actually _is_ working together :)

Greetings, Dennis

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Re: iptables

2003-11-09 Thread Dennis Freise
On Sun, 9 Nov 2003 18:30:08 + (UTC)
Eamon Caddigan [EMAIL PROTECTED] wrote:

  Had the same problem when I first tried to get ip_tables up and
  running.  Some Googling revealed that ip_tables only works if
  CONFIG_MODVERSIONS isn't set. Weird, huh?
  
  I do have CONFIG_MODVERSIONS=y set and I do have masquerading up and
  running on ppp0.  Therefor I do think it actually _is_ working
  together :)
 
 Wow, which kernel version are you running? CONFIG_MODVERSIONS was the
 only difference between unresolved symbol errors in ip_tables.o and a
 working setup for me, using gentoo-sources-2.4.20-r8. 

I had a number of kernels with MODVERSIONS and masquerading... I think all
vanilla-kernels between 2.4.18 and 2.4.22 - currently I'm running the
gs-sources-2.4.23_pre8. I never had problems with MODVERSIONS...

 That kernel is a harsh mistress.

Yes it is :)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Multiple instances of phpBB

2003-11-07 Thread Dennis Freise
 I'm having 2 sites served on my gentoo box, each should have it's own
 phpBB instance. So, I'd need to have 2 instances of phpBB installed in
 different directories. How can I do that?

Either copy your phpBB directory somewhere else and use the copy for the
second site (though the copy doesn't get updated...) or wait for this:
http://www.gentoo.org/proj/en/glep/glep-0011.html to become reality :)

HTH
Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apache and php

2003-11-05 Thread Dennis Freise
On Wed, 05 Nov 2003 15:09:49 +0100
Redeeman [EMAIL PROTECTED] wrote:

 after upgrade of apache i had problems too, the documentroot simply HAVE
 to be in /var/www, i have excatly the same files, exactly same
 permissions/owner in both dir, when i use /var/www it works, /home/httpd
 it doesent, really weird

Change all references to '/home/httpd' in
/etc/apache2/conf/commonapache2.conf to '/var/www'. Then it'll work :)
You should try to get your docroot beneath /var/www, because that's
becoming something like a standard location and will be heavily refered
to by the new virtualhost stuff coming up :)

See http://www.gentoo.org/proj/en/glep/glep-0011.html for more infos.

Greetings, Dennis


pgp0.pgp
Description: PGP signature


[gentoo-user] Re: [gentoo-user-de] UUCP xinetd, keine Verbindung von draußen

2003-11-04 Thread Dennis Freise
 service uucp
 {
 socket_type = stream
 protocol = tcp
 user = uucp
 server = /usr/sbin/uucico
 server_args = -I /etc/uucp/config -l
 type = UNLISTED
 wait = no
 }

You have to add only_from = your_subnet, or you have to edit
/etc/xinetd.conf and change only_from = localhost to something less
restrictive. I would advice to add the option to the service, leaving other
services restricted to localhost.

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: [gentoo-user-de] UUCP xinetd, keine Verbindung von draußen

2003-11-04 Thread Dennis Freise
Sorry, that one should have gone gentoo-user-de, not gentoo-user :( clicked
the wrong contact... Please disregard.

  service uucp
 [...]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] openssl upgrade

2003-11-04 Thread Dennis Freise
 Just a quick warning:  I just upgraded my openssl to current and
 suddenly programs wouldn't start, complaining of no libssl-0.9.6.  Just
 so people know, creating a symbolic link to 0.9.7 seems a solve it, at
 least so far

Running 'revdep-rebuild' (part of gentoolkit) is IMHO the right way to solve
it. That rebuilds every package still in need of the old libssl-0.9.6, so
that they from now on use the new libssl-0.9.7. Creating a symbolic link
will work too, but it looks more like a hack than a solution to me :)

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Simple CFLAGS test on Pentium MMX

2003-11-04 Thread Dennis Freise
  I forgot to tell version of gcc - it is 3.2.3.

 Ah! I was just about to ask you that!!
 I hope you will consider reporting the results should you change gcc
 versions. I'm given to understand this can make quite a big difference.

I've done some quick test with gcc-3.3.2 and povray 3.50.
I only did test the -O things... what I found out:

povray compiled with -O3: took ~55 secs to render picture
povray compiled with -O2: took ~50 secs to render picture
povray compiled with -Os: took ~68 secs to render picture

-frename-registers and -finline-functions both did no good, making slower
executables. However, this was really a quick test. CPU was a pentium-mmx
233 mhz with 256mb ram.

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: /var/tmp/portage

2003-11-02 Thread Dennis Freise
On Sun, 2 Nov 2003 09:53:48 -
Rick [Kitty5] [EMAIL PROTECTED] wrote:

 Dennis Freise wrote:
  That's amazing. I have a central distfiles folder for 5 machines -
 Just about to set something similar up myself, any pointers / pitfalls?

I'm using my old P1 233Mhz as server for the files, and shared the
directory /storage/portage/distfiles via NFS. You can change the
location of the distfiles in /etc/make.conf. I changed it because there
is a big hdd mounted beneath /storage. On the clients I emptied
/usr/portage/distfiles and mounted the nfs-share beneath that dir. Only
pitfall might be when more than one client tries to download the same
tarball. Make sure that does not happen :)

Greetings, Dennis


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] optimum disk performance

2003-11-01 Thread Dennis Freise
On Thu, 30 Oct 2003 19:13:22 +0100
Hemmann, Volker Armin [EMAIL PROTECTED] wrote:

Hi Volker,
 
 hdparm -d1 -c1 -u1 should be save.

Are you sure that -u1 is safe? I've read the hdparm man page,
but I (obviously) didn't understand it in full - is -u1 safe for
_all_ chipsets now (got some sort of CMD640 chipset...) ?
If it is, what can I expect from it concerning speedup ?

Greetings, Dennis

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Archiving Messages

2003-11-01 Thread Dennis Freise
On Sat, 1 Nov 2003 18:36:49 +
Stroller [EMAIL PROTECTED] wrote:

Hi.

  Not a bad idea, I'll keep that idea as a backup plan :)
 I'm interested to hear why you think of it as a reserve-only solution.

Really, I don't think that it's a bad idea. I just want to wait for more
ideas, to see if there is some surprisingly better way :)

 That's interesting. I'd find that degree of slowness quite unacceptable 
 - mine takes a few seconds to synchronise. The way that Apple's 
 Mail.app (the client I use most all the time) seems to work is that if 
 I wake the computer from sleep after, say, 24 hours, then it will 
 syncronise the mail headers in all folders before getting any message 
 bodies. If I go straight to a folder with 100 new messages, then, I 
 guess it takes 20 seconds or so to read the first new messages. But 
 that's the longest it ever seems to take, because Mail.app caches 
 messages stored on an IMAP server.

I just installed sylpheed-claws and found out, that it's _way_ faster
when entering folders. But it blocks while checking for new mails. :|
So, back to the old question... which mailclient fits best for me...
I would really like sylpheed-claws win32, if it would not be so
_extremely_ slow :)

 Well, I hope you find it useful. Since my mail client allows me to do 
 searches, that suggestion would work for me. Well, actually, I'd change 
 it to a bash script that did it for each of my mail-list mailboxes, but 
 you know what I mean. If you want something else, why not put them in 
 /home/http/htdocs  run htdig on them..?

The ultimate solution, I think, would be an html-archive, something
like mailman creates, and then running htdig over that data :)

Thanks for the ideas
Greetings, Dennis

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] /var/tmp/portage

2003-11-01 Thread Dennis Freise
 Mine has grown to 2gb - is it safe to delete it?

Yes.

 Not as bad as my distfiles though, which have gone to over 5gb :\

That's amazing. I have a central distfiles folder for 5 machines - and it
never exceeds 1,1GB :) Maybe you should take a look at the files inside and
delete old version of software tarballs. Especially look for gnome-packages,
mysql, apache, gcc and xfree - as these tarballs tend to be very big. Remove
any old versions you encounter, that will definitly save gigabytes on your
harddrive :)

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Ebuild x11-libs/openmotif broken?

2003-11-01 Thread Dennis Freise
Please stop reposting this again and again! It will not help getting faster
answers.

Greetings, Dennis

P.S.: Sorry, but I don't know anything about openmotif - nor seems to be a
bugreport about that @ bugs.gentoo.org. Have you tried to emerge it a second
time ?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Rebuild world script

2003-10-31 Thread Dennis Freise
 Hi.
Hi :)

 Are you talking about http://bugs.gentoo.org/show_bug.cgi?id=31646 ?

Yes, that's the one. And I wanted to get separate logfiles for each
package - and I had fun writing some script yesterday :)

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Archiving Messages

2003-10-30 Thread Dennis Freise
Hi.

This may be a bit offtopic. I'm currently using courier-imapd and exim to
receive and sort a number of mailing lists, and I want to keep at least a
few months of each list.. The problem is, that courier-imapd gets terribly
slow, when a folder reaches about 10.000 messages, but I must admit, that
the machine on which the imapd runs is not the newest (p1-233mhz, 256mb
ram).

Now my question: Does anybody know of a faster way to archive mailing lists
? I thought about inn, but I don't know if that gets me any speed advantage.

I'll be grateful for any ideas :)

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Rebuild world script

2003-10-30 Thread Dennis Freise
Hi.

I just wrote a little bash-script and a very litte C-helper program to
accomplish, what 'emerge -e world' cannot do at the moment - it re-emerges
every installed package, without falling into a neverending loop. It does
this by passing every package _alone_ to emerge, and so it avoids the
'emerge -e'-bug. It writes a logfile for every package to
/var/log/rebuildworld/ and skips packages for which a logfile exists (to
give you a litte chance to exclude packages, just touch the logfile (look at
/var/tmp/packages.txt for a list of packages which will be rebuilt, replace
'/' with '-' and add '.log' to the end, and that's the name of the
logfile) - to enforce rebuilding, you can use the only commandline parameter
the shell-script has: 'rebuildworld --force')

DISCLAIMER: Use this at your own risc! It will hopefully not destroy
anything, but if it does, don't blaim me! You have been warned. :)

Just extract the tarball and do 'make install'. The script and its helper
are installed into /usr/bin/.
Please use it, if you find it useful, or simply let it be, if you don't. :)

http://www.final-frontier.ath.cx/rebuildworld.tar.bz2

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Rebuild world script

2003-10-30 Thread Dennis Freise
Hi again.

Sorry, I did package an old version :( If you downloaded the file before,
please download it again - I updated the file to the current version.

Sorry for any inconvinience that might have caused...

 http://www.final-frontier.ath.cx/rebuildworld.tar.bz2

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Rebuild world script

2003-10-30 Thread Dennis Freise
Hi.

 I would be interested in using that very often as I've been doing the
 steps you mentioned manually each time. However, I don't really like
 the idea of it installing into /usr without knowing exactly what is being
 installed where.
 Could you please either change it to /usr/local/bin or wrap it in an
ebuild?

I think I'll wrap it with an ebuild (wanted to do that anyway) - first thing
tomorrow :) (01:23 hours localtime)

 Cheers for the hard work.

I'm glad it's usable by anyone other than myself :)

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] squid

2003-10-29 Thread Dennis Freise
 Is there anything special I need to do to get squid working?
 After emerging squid, I did
 '/etc/init.d/squid start'. It initialized the cache and
 started. Its running on port 3128.

 There is an ACL line you need to change as its restricted to localhost. I
can't remember which line however..

acl LocalClients src 192.168.254.0/255.255.255.0
(after: acl CONNECT method CONNECT)

http_access allow LocalClients
(before: http_access deny all)

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: Re[2]: [gentoo-user] Apche with PHP

2003-10-26 Thread Dennis Freise
 You did not put ssl and perl into your USE-flags.

 Yeah, I added it and now both apache and apache2 doesnt want to
 compile! What to do now?

Please be a bit more verbose... why do they not want to compile ? Errors ?
Last output of emerge ?
What do you mean by both apache and apache2 ? Please note that installing
apache 1.3.x _and_ apache 2.x together is a bad idea (if you're trying
that...).
I'm currently running apache2 with all features you want (plus a few more
;)), so be sure there is a way to make it work :)

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xfree dependancy - why?

2003-10-26 Thread Dennis Freise
  With -Duvp xfree was a dependancy for _all_ packages :S
  With -uvp xfree was _no_ dependancy at all!
 
  Something smells bugish here ;)

 Check /var/cache/edb/virtuals. If it's not in there check /var/cache/edb/
 world. I think you'll find it in the first one though. Yes, there is a bug
in
 portage but I haven't been able to figure out under what situations it
 occurs. Either that or it never removes packages from virtuals.

I checked both files. In virtuals I found some old kernels I unmerged, but
no reason for xfree to come up. In world I found nothing unusual, just all
the packages I emerged over the time.
As I said in another posting, the problem was gone after an emerge sync.

Thanks for your help,
Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



[gentoo-user] xfree dependancy - why?

2003-10-24 Thread Dennis Freise
Hello.

Today, as I did an emerge -uDp world, xfree suddenly was a dependancy needed
to be installed.

earthdawn distcc # emerge -uDp world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild  N] x11-base/opengl-update-1.5
[ebuild  N] x11-misc/ttmkfdir-3.0.9
[ebuild  N] media-libs/fontconfig-2.2.1
[ebuild  N] app-arch/cabextract-0.6
[ebuild  N] x11-base/xfree-4.3.0-r3
[ebuild U ] sys-devel/distcc-2.11.2 [2.11.1]

So I did:

earthdawn distcc # emerge -up distcc

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild U ] sys-devel/distcc-2.11.2 [2.11.1]

Hmm. So distcc is not responsible... I did:

earthdawn distcc # emerge -ep world

[some packages skipped...]
[ebuild  N] net-misc/dhcpcd-1.3.22_p4-r1
[ebuild  N] media-libs/freetype-2.1.4-r1
[ebuild  N] x11-misc/ttmkfdir-3.0.9
[ebuild  N] dev-libs/expat-1.95.6-r1
[ebuild  N] sys-apps/ed-0.2-r3
[ebuild  N] media-libs/fontconfig-2.2.1
[ebuild  N] app-arch/cabextract-0.6
[ebuild  N] x11-base/xfree-4.3.0-r3
[ebuild  N] dev-lang/python-2.2.3-r4
[ebuild  N] dev-java/java-config-1.1.1
[ebuild  N] dev-java/blackdown-jdk-1.4.1
[many packages skipped...]

Hmpf, I don't know where to search. Python ? Was installed yesterday, did
not install xfree there. freetype ? Seems to require ttmkfdir now... I don't
know :S How can I find out which ebuild suddenly requires xfree ? Any idea ?

Ah yes, and USE is:

USE=evms2 exiscan-acl acl apache2 apm crypt curl doc gd gif -gnome -gtk
imap innodb ipv6 java jpeg -kde ldap libwww maildir lmtp mmx mysql ncurses
nls pdflib perl png python -qt readline samba sasl ssl tcpd tiff truetype -X
xml xml2 zlib x86

Thanks for _any_ reply :)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xfree wants to install...

2003-10-24 Thread Dennis Freise
Hi. Sorry for my post in the other thread... didn't see this one...
I have exactly the same problem as Andrei, so I will kick in here :)

 emerge gentoolkit
 qpkg -q xfree

earthdawn portage # qpkg -q xfree
x11-base/xfree-4.1.0-r6
DEPENDED ON BY:
net-analyzer/nessus-core-2.0.8a
x11-base/xfree-4.3.0-r2
DEPENDED ON BY:
net-analyzer/nessus-core-2.0.8a
x11-base/xfree-4.3.99.14
DEPENDED ON BY:
net-analyzer/nessus-core-2.0.8a
x11-base/xfree-4.3.0-r1
DEPENDED ON BY:
net-analyzer/nessus-core-2.0.8a
x11-base/xfree-4.3.99.13
DEPENDED ON BY:
net-analyzer/nessus-core-2.0.8a
x11-base/xfree-4.2.1-r2
DEPENDED ON BY:
net-analyzer/nessus-core-2.0.8a
x11-base/xfree-4.3.0-r3
DEPENDED ON BY:
net-analyzer/nessus-core-2.0.8a
x11-base/xfree-4.2.0-r12
DEPENDED ON BY:
net-analyzer/nessus-core-2.0.8a
x11-base/xfree-drm-4.3.0-r2
DEPENDED ON BY:
x11-base/xfree-drm-4.3.0-r6
DEPENDED ON BY:

Sooo, nessus-core is it. Let's have a look at the ebuild:

DEPEND==net-analyzer/libnasl-${PV}
tcpd? ( sys-apps/tcp-wrappers )
X? ( x11-base/xfree )
gtk? ( =x11-libs/gtk+-1.2* )
gtk2? ( =x11-libs/gtk+-2* )
prelude? ( dev-libs/libprelude )

And I have -X in USE. I don't get it at all.

 It's quite possible that no ebuild is broken, but something that does
actually
 *need* xfree. Having X installed isn't such a bad thing anyway, if it
isn't
 configured and running then it's no security risk, and useful for running
GUI
 apps over ssh etc (the libs are required on the remote end).

Hm. xfree wasn't installed yet. I never needed it on that box. It's an
Pentium-MMX 233Mhz, so compiling X will take virtually forever - not even
thinking about updates... I don't see _any_ reason to emerge xfree. :)
The thing I really don't get is that no new packages are installed,
depending on xfree. The first package in emerge -uDp world is
opengl-update-1.5, so I think that that is the dependency causing all that
trouble...

earthdawn portage # qpkg -q opengl-update-1.5
x11-base/opengl-update-1.5
DEPENDED ON BY:

Nothing. Not depended on by anything. Anybody any more ideas ? :S

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xfree dependancy - why?

2003-10-24 Thread Dennis Freise
Thanks for your reply Spider.

 use emerge -vuDp world

earthdawn portage # emerge -vuDp world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild  N] x11-base/opengl-update-1.5
[ebuild  N] x11-misc/ttmkfdir-3.0.9
[ebuild  N] media-libs/fontconfig-2.2.1
[ebuild  N] app-arch/cabextract-0.6
[ebuild  N] x11-base/xfree-4.3.0-r3  -3dfx -sse +mmx -3dnow +xml2
+truetype +nls -cjk +doc +ipv6 -debug -static +pam -sdk -gatos

Remark: Seems that the root of the problem lies deeper. emerge -up is empty.
Also note that I emerged distcc-2.11.2 seperatly - it did not depend on
xfree :)

 qpkg -I -q -v xfree ,  can also tell you a list of candidates.

earthdawn portage # qpkg -I -q -v xfree
earthdawn portage #

Nothing. No output from qpkg. Bug in portage ?

Greetings, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xfree dependancy - why?

2003-10-24 Thread Dennis Freise
Thank you for your hints, Spider.

 perhaps.  did you know there's a reason why --deep isn't the
 default behaviour of update?  *Cough*

Yes I knew that. But I think that's no reason for --deep to work since
yesterday, and now not anymore :)

 however, there's likely to be something that causes it, if you're
 stubborn, go through qpkg -nc -I, package by package and do
 emerge -Duvp packageuntil you find the culprit.

Yeah, I really get stubborn over this :) What I did was:

# for FILE in `qpkg -nc -I`; do echo $FILE out.txt; emerge -uvp $FILE
out.txt; done

With -Duvp xfree was a dependancy for _all_ packages :S
With -uvp xfree was _no_ dependancy at all!

Something smells bugish here ;)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xfree wants to install...

2003-10-24 Thread Dennis Freise
 emerge -pv nessus-core

earthdawn portage # emerge -pv nessus-core

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] net-analyzer/nessus-core-2.0.8a
 +tcpd -X -gtk -gtk2 -debug -prelude

 Make sure that it doesn't say '+gtk'.  That, I believe, unconditionally
 requires X.  I've seen the same problem mentioned on here, and it usually
 ends up being gtk.

nessus 2.0.8a was installed a few days ago. Didn't require X oder gtk then.

Greets, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: xfree dependancy - why?

2003-10-24 Thread Dennis Freise
 One  way is to add x11-base/xfree in /etc/portage/package.mask and
 then emerge -uDp world. It will show you which package can't satisfy its
 dependencies.

Hmpf, too late :S

I did another emerge sync hoping for a temporary problem of portage - and
it was. After syncing, here is my output of emerge -uDp world:

earthdawn portage # emerge -uDp world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!

It's gone. It must have been some kind of error in portage this night, which
has been corrected since. To be really safe in the future, I left
x11-base/xfree masked in /etc/portage/packages.mask :)
Thanks to all who tried to help :)

Greets, Dennis


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Mailinglist-archive

2003-10-24 Thread Dennis Freise
Hi

Maybe this is a bit offtopic, since it is not gentoo-related, but maybe
someone here knows something I don't :)

I'm searching for an open-source mailing list archive package, which
generates db-entries (preferably mysql) or whatever and provides a web
interface to the archive (preferably using apache2, which is installed). A
search-function would be nice :)

Does anyone know a package for this purpose ?

Hopefully, Dennis :)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apche with PHP

2003-10-24 Thread Dennis Freise
 I've put:
 emerge apache mod_ssl mod_php mod_perl
 ebuild (something)/mod_php(something) ebuild

  Everything compiled succesfully, but when I started
 apachectl start
  it said:
  [...] mod_php: OpenSSL_start_all_algorhitms - no command found
   in libssl.0.9.6.so [...] something like that...

You did not put ssl and perl into your USE-flags.

Look here:
http://www.gentoo.org/doc/en/use-howto.xml
http://www.gentoo.org/dyn/use-index.xml

Please put these two tokens into USE in /etc/make.conf and then do emerge
apache mod_ssl mod_php mod_perl again. Edit /etc/conf.d/apache2 and change
#APACHE2_OPTS=-D SSL into APACHE2_OPTS=-D PHP4 -D PERL -D SSL. Note the
missing #. Now you can /etc/init.d/apache2 start. Maybe if you're using
apache 1.3.x you have to skip some or all of the 2's mentioned above :)
That should work.

Greets, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CVS server

2003-10-22 Thread Dennis Freise
 Hello,

Hi.

 I would like to install a CVS server one my gentoo machine, wich package
 should I take and how do I start the service ?

First, you need inetd or xinetd. I will take xinetd for this example.
Edit /etc/xinetd.d/cvspserver and change disable = yes to disable = no
and add only_from = 192.168.25.0/24 to the options. Change that according
to the net you would like to allow access to your cvs-server from.
Then '/etc/init.d/xinetd restart' the server :)

# emerge cvs
That installs everthing you need for a pserver.

Create your cvsroot in /home/cvsroot:

# cvs -d /home/cvsroot init
# cd ~
# cvs -d /home/cvsroot checkout CVSROOT

Edit the checked-out files in your homedir, then:

# cd ~/CVSROOT
# cvs -d /home/cvsroot commit

You can now safely delete your copy of CVSROOT in your home-directory.

HTH, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CVS server

2003-10-22 Thread Dennis Freise
 I did not add this line: this is my /etc/xinetd.d/cvspserver file:

You _have_ to add it, because the default is set to only_from = 127.0.0.1
!

Greets, Dennis


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't compile PHP 4.3.3-r1

2003-10-17 Thread Dennis Freise
 Hello All,

Hi.

 configure: error: can not run test program while cross
 compiling

 If anybody has an idea...

Your compiler wants to cross-compile for another platform, and tests are not
supported for cross-compiling. My guess is, that you have changed your CHOST
in a non-stage-1 installation or that your CFLAGS contain some garbage,
which make the compiler think of cross-compiling. Double check both of these
conditions, please.

Greetings, Dennis



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Root filesystem could not be mounted

2003-10-10 Thread Dennis Freise
Hi again.

 /dev/hda4   /   reiserfs 
 defaults,noatime,notail,iocharset=utf8  0 0

Try changing that to this:

/dev/hda4/reiserfsdefaults00

It is exactly the same problem I had. That solution worked for me.
Still cannot explain why :)

Greetings, Dennis



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge -u world fails

2003-10-08 Thread Dennis Freise
Hello!

 !!! File is corrupt or incomplete. (Digests do not match)
[...]
 the not-matching file digest. Does anybody have a clue on how to fix this?

First of all, I would try to download the file again, to see if it's really
damaged - delete the file from /usr/portage/distfiles and try emerging
again - if the digest still differs, try:

# ebuild /usr/portage/media-video/mplayer/mplayer-0.92.ebuild digest

That generates new MD5-Digest sums for the files. After that, the emerge
should work normaly.

Hope that helps, Dennis



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mod_php won't build with imap support

2003-10-08 Thread Dennis Freise
Hello!

 when I try to emerge horde-imp I get this:
 Calculating dependencies ...done!
  emerge (1 of 1) net-www/horde-imp-3.2.2 to /
  md5 src_uri ;-) imp-3.2.2.tar.gz
  * Missing IMAP support in mod_php !

Do you have imap in your USE-Flags ?

Greetings, Dennis



--
[EMAIL PROTECTED] mailing list



  1   2   >