Re: [gentoo-user] Courier Imap

2003-07-15 Thread Christian Herzyk
Hi again,

OK I tried this structure (or so I think, perhaps I understood you wrong.

Here are the important passages of my procmailrc:

SHELL = /bin/sh

# Debugging
LOGFILE=/data/procmail.log
LOGABSTRACT = "all"
VERBOSE="on"
DEFAULT=/data/.maildir/
MAILDIR=/data/.maildir/  
SPAMBOX=$DEFAULT/$LOGNAME.SPAM/
PROB_SPAM=/$DEFAULT/$LOGNAME.PROB_SPAM/
TESTDIR=/$DEFAULT/$LOGNAME.test/  #To test sorting

# Create a lock so that only one concurrent user mail is checked
# Not sure if this is really needed with maildirs
BOXLOCK=/data/.mail/$LOGNAME.lock
# To avoid "insecurity" warnings from perl
DROPPRIVS=yes
# Spamassassin part that sorts spam into $PROB_SPAM and $SPAMBOX

:0
* ^Subject:.*test.*
$TESTDIR
:0
* ^Subject:.*bla.*
$MAILDIR/bla/
# The above is a second sorting I had in mind (not user specific)
:0
* .*
$DEFAULT/$LOGNAME/
# These mails I get alright


In the courier-imap config file MAILDIR is set to /data/.maildir
This directory is 777 for now.
OK if someone could tell me where my mistake is I will be really happy.

Christian

Thomas T. Veldhouse wrote:

You need to sort like this

BAD: user/test

GOOD:  user.test/

Note the trailing slash.

Tom Veldhouse

- Original Message - 
From: "Christian Herzyk" <[EMAIL PROTECTED]>
To: "Gentoo_users" <[EMAIL PROTECTED]>
Sent: Monday, July 14, 2003 8:18 AM
Subject: [gentoo-user] Courier Imap

 

Hello again,

here is another mail problem.

I would like to sort my mail (using procmail) into several folders of a 
maildir.
Something like the following:
user
user/test
user/gentoo/
usr/somethingelse
...

procmails adds the folders new/cur/tmp to each (sub-)directory.
This works fine.
But courier-imap only displays the contents of the "maindir" (user) 
respectively its new/cur/tmp subdirs.
I cannot acces anything in test and so on.

What do I have to do to get these?

Christian

--
[EMAIL PROTECTED] mailing list
   

--
[EMAIL PROTECTED] mailing list
 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] creative webcam

2003-07-15 Thread Laurence Baldwin
thanks for the help, seems the webcam go isnt supported yet.
There are a few pre alpha drivers for it, but its not worth the effort 
for me to hassle with.

Cheers
   Laurence
Daz-Manu wrote:

On Mon, 14 Jul 2003 09:18:21 +0200
Laurence Baldwin <[EMAIL PROTECTED]> wrote:
 

Hi,
Has any one got a "Creative WebCam Go" working on linux. After following 
the instructions I dont seem to end up with a video device file. I think 
this is me not looking in the correct place on my devfs.
Any ideas?

Cheers
   Laurence
   

 Can you see something about your webcam at boot ?

usb.c: registered new driver ov511
ov511.c: v1.61 for Linux 2.4 : ov511 USB Camera Driver
hub.c: new USB device 00:04.2-2, assigned address 2
ov511.c: USB OV511 video device found
ov511.c: model: Creative Labs WebCam 3
ov511.c: Sensor is an OV7610
ov511.c: Device registered on minor 0
Did you load OV511 driver ?

Does your webcam appear in /proc/bus/usb ? =>  Driver=ov511

Did you enable V4L in your kernel ?

Afterwards, try to emerge gnomemeeting and see if your webcam is detected by gnomemeeting.

Manu-BE
 

--
[EMAIL PROTECTED] mailing list
   



 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Emacs menubar doesn't respond to mouse.

2003-07-15 Thread Andrew Farmer
At 15 July, 2003 Ian Brandt wrote:
> I'm running Emacs on KDE remotely via TightVNC (all from latest stable 
> ebuilds).  The menubar in Emacs doesn't respond to the mouse at all, but 
> the toolbar, scrollbars, buffer, etc. do.

What VNC client are you using? I've seen this problem with some buggy
clients.

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] booting 2.6.0-test1

2003-07-15 Thread Norberto BENSA
Collins Richey wrote:
> On Tue, 15 Jul 2003 13:39:58 -0300
>
> Norberto BENSA <[EMAIL PROTECTED]> wrote:
> > Make sure you check CONFIG_VGA_CONSOLE (or CONFIG_CONSOLE_VGA) in your
>
> Just a word to the wise.  If you run 2.5 (and I presume
> 2.6) make oldconfig using your prior config and take all the defaults,
> VGA console support will be turned off!!!  IMHO, that sucks, but that's
> reality.

Yup. It caught me too :-/

There's a thread in LKML about this issue, many people have the same "stupid" 
problem.

Regards,
Norberto


pgp0.pgp
Description: signature


Re: [gentoo-user] SUMMARY: Kernel 2.6.0 test1 Exploits

2003-07-15 Thread Dan Foster
Hot Diggety! Tom Syroid was rumored to have written:
> In grub.conf, appended to my kernel line, I have:
> 
> video=vesa:ywrap,mtrr vga=0x31A

Doesn't grub require you to enter the decimal equivalent? vga=794 might
be a better option?
 
> * Using /etc/modules.autoload.d/kernel-2.4:
> * Loading module emu10k1...
> * Failed to load emu10k1
> 
> FATAL: Could not load /lib/modules/2.6.0-test1/modules.dep: No such file or 
> directory

Did you install and use the new modutils package? Required for 2.6, I hear.

-Dan

--
[EMAIL PROTECTED] mailing list



[gentoo-user] SUMMARY: Kernel 2.6.0 test1 Exploits

2003-07-15 Thread Tom Syroid
Evening all,

Just a quick note to recap -- for anyone interested -- my exploits with 
2.6.0 over the past 24 hours (with thanks to Terje for his encouragement 
;-).

I've managed to enable what I'll call "quasi" fb support -- that is, small 
fonts similar to what one would get with fb buffer/video selection enabled 
and a GRUB kernel option of vga=791. This is important to me as I do a lot 
of work from the command line, and I've gotten used to having lots of real 
estate to work in.

Here's the pertinent .config options:

# Graphics support

CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=Y
CONFIG_PCI_CONSOLE=y
Which nets me a font somewhat smaller than fb/vga=791.

In grub.conf, appended to my kernel line, I have:

video=vesa:ywrap,mtrr vga=0x31A

A couple further observations:

- rsync hung hard on my tonight during a routine backup/transfer under 
2.6.0 -- never done this under 2.4.20. I'll have to investigate this one 
further
- my init process serves up the following errors:

===snip===
* Mounting proc at /proc...
* No /sys to mount sysfs needed in 2.5+ kernels!
* Using /etc/modules.autoload.d/kernel-2.4:
*   Loading module emu10k1...
*   Failed to load emu10k1
FATAL: Could not load /lib/modules/2.6.0-test1/modules.dep: No such file or 
directory
===ends===

- anyone know if I have to manually create the /sys directory? Bug? 
[creating the /sys directory removes the error -- tested as I was writing 
this]
- apparently the init scripts are looking for the ../kernel-2.4 module dir. 
Bug?
- I compiled SBLive support direct into the kernel -- no joy. No sound.
- the current nvidia kernel will not compile against 2.6.0 -- you'll have 
to use the default XFree nv driver.
- If you've got your mouse threshold up (mine was at 6), cursor movement 
under 2.6 is erratic and skitzy. Drop it back to the default of about 3 and 
you'll be good to go.

All else appears "normal" at this time. More as I learn more.

Best,
/tom
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] booting 2.6.0-test1

2003-07-15 Thread Collins Richey
On Tue, 15 Jul 2003 13:39:58 -0300
Norberto BENSA <[EMAIL PROTECTED]> wrote:

> Kurt V. Hindenburg wrote:
> > Just tried to boot into 2.6.0-test1 and it stops with
> > 'Uncompressing ... booting now' (or whatever the line is)
> >
> > and then it hangs there ;-(
> 
> It doesn't hang; you need to read more ;-)
> 
> Make sure you check CONFIG_VGA_CONSOLE (or CONFIG_CONSOLE_VGA) in your
> 

Just a word to the wise.  If you run 2.5 (and I presume
2.6) make oldconfig using your prior config and take all the defaults,
VGA console support will be turned off!!!  IMHO, that sucks, but that's
reality.


-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] networking win98 and linux

2003-07-15 Thread Klaus D. Neumann
Did you install and configure samba?

On Tuesday 15 July 2003 07:31 pm, reg hughson wrote:
> I have my computers (win98 and gentoo boxes) sharing an internet
> connection through a router but as it stands right now, the two
> computers can't 'see' each other. Would someone point me to a guide that
> shows how to get the two able to swap files back and forth across the
> router?
>
>
>
>
> --
> [EMAIL PROTECTED] mailing list

-- 
Best regards,
Klaus
--
Gentoo Linux = the better choice!


--
[EMAIL PROTECTED] mailing list



[gentoo-user] networking win98 and linux

2003-07-15 Thread reg hughson
I have my computers (win98 and gentoo boxes) sharing an internet
connection through a router but as it stands right now, the two
computers can't 'see' each other. Would someone point me to a guide that
shows how to get the two able to swap files back and forth across the
router?




--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: [LONG] New baselayout: Errors everywhere!!!

2003-07-15 Thread Heribert Slama
On Mon, 14 Jul 2003 18:00:40 -0600, in gmane.linux.gentoo.user,
Collins Richey <[EMAIL PROTECTED]> wrote:

>[..]
>
>
>Over the several years running gentoo, I've seen more things screwed up
>by 'emerge baselayout' than I care to remember.  I always (and this is
>no exception) let baselayout age a few months before adapting it.
>

So I assume, you skip the recommended "emerge -u system" after an
rsync (Portage User Guide). IMVHO an "emerge portage" should be
sufficient as a first step.

Best regards,
-Heribert

-- 
Heribert Slama
Muttenz, Switzerland


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: ReiserFS said to repaired but isn't :-(

2003-07-15 Thread Brett I. Holcomb
Glad that's fixed!  

I'm not familiar with resierfs - what is it about rebuild tree that causes 
anguish and consternation for people?  You are the second one I've  seen make 
a comment like that.

> On Mon, 14 Jul 2003 19:09:38 -0400, in gmane.linux.gentoo.user,
>
> "Brett I. Holcomb" <[EMAIL PROTECTED]> wrote:
> >[..]  You would need the LiveCD or another partition that can be
> >booted.
>
> I used the LiveCD, and let reiserfsck run against the unmounted
>
> partition. Now option --fix-fixable was honored. Diagnosis was:
> | free block count 539903 mismatches with a correct one 542063.
> | on-disk bitmap does not match to the correct one.
>
> I was told, that the bitmap was _not_ corrected; I could either use
> option --rebuild-tree  or live with a leakage of 2160 blocks.
>
> I chose to lose a handful of blocks (0.4% of 4.8GB) and keep all my
> data. No more lengthy checks at system startup. I'm satisfied. End
> of story.
>
> Best regards,
>   -Heribert

-- 

Brett I. Holcomb
AKA Grunt <><

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: ReiserFS said to repaired but isn't :-(

2003-07-15 Thread Heribert Slama
On Mon, 14 Jul 2003 19:09:38 -0400, in gmane.linux.gentoo.user,
"Brett I. Holcomb" <[EMAIL PROTECTED]> wrote:

>[..]  You would need the LiveCD or another partition that can be 
>booted.

I used the LiveCD, and let reiserfsck run against the unmounted
partition. Now option --fix-fixable was honored. Diagnosis was:
| free block count 539903 mismatches with a correct one 542063. 
| on-disk bitmap does not match to the correct one.

I was told, that the bitmap was _not_ corrected; I could either use
option --rebuild-tree  or live with a leakage of 2160 blocks.

I chose to lose a handful of blocks (0.4% of 4.8GB) and keep all my
data. No more lengthy checks at system startup. I'm satisfied. End
of story.

Best regards,
-Heribert

-- 
Heribert Slama
Muttenz, Switzerland


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Gentoo Poll:

2003-07-15 Thread Fred Van Andel
This is the first (Weekly?) gentoo poll.

The question is:

What operating system were you using BEFORE you used gentoo?

ANSWER: >><<

Please respond by filling in the blank and emailing your reply to 
[EMAIL PROTECTED] . Please do NOT reply within the mailing list, 
any replies to the list will be not be counted. Results will be counted 
and posted in a week.
-- 
Fred Van Andel
[EMAIL PROTECTED]
GPG KeyID: 76526AD599455482  
GPG fingerprint: 64E4 4BAB 9C99 D565 3E3C F5D0 7652 6AD5 9945 5482


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Local mail

2003-07-15 Thread edj
On Tuesday 15 July 2003 04:12 am, Thorsten Kampe wrote:
> * edj (2003-07-15 03:31 +0200)
>
> > My machine is not sending localmail, i.e., error messages, cron
> > junk, etc, to root -- "Sendmail:  cannot open port 25".No
> > wonder - I do not have sendmail installed.
>
> Sure you have. Try "which sendmail".

Well, well - shows what I know.  Somewhere below in this thread, you 
state that this sendmail is a link to ssmtp.  At least on my gentoo, it 
isn't,  It's just a plain old executable.  ssmtp has been removed. 
Anyway, I was looking originally for the "other" sendmail, as in emerge 
sendmail.

> * http://forums.gentoo.org/viewtopic.php?t=61606
> * http://forums.gentoo.org/viewtopic.php?t=56633

Thanks a lot (a  _whole_  lot - to everybody) for the pointers.  It all 
works now!

-- 
Ed Jabbour

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Emacs menubar doesn't respond to mouse.

2003-07-15 Thread Ian Brandt
Hi,

I'm running Emacs on KDE remotely via TightVNC (all from latest stable 
ebuilds).  The menubar in Emacs doesn't respond to the mouse at all, but 
the toolbar, scrollbars, buffer, etc. do.  I don't have physical access 
to the machine, so unfortunately I can't rule out VNC, but I don't have 
any other mouse related issues with any other apps, so my inclination is 
to think that VNC isn't the problem.  I'm wondering if it isn't some 
issue with X and the particular widget being used by Emacs for the 
menubar, but I'm out of my element here.  I know how to access the 
menu's via keybindings, but the mouse would be nice.  I'm really at a 
loss for how to debug this, so any advice would be greatly appreciated.

Thanks,

Ian

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Re: Re: reiserfs prevents harddrive suspend of my notebook

2003-07-15 Thread Joseph A Nagy Jr
On Tuesday 15 July 2003 17:46, Martin Gramatke wrote this in an attempt 
to be witty and informative:
> Joseph A Nagy Jr wrote:
> >> Joseph A Nagy Jr wrote:
> >> > Have you looked at the services you have running?
> >
> > Boot into X (KDE if you have it), goto
> > K -> System Settings -> Server Settings -> Services
>
> Yes, there are three KDE specific services started and running: Alarm
> Daemon, KDE Internet Daemen and KDED Mount Watcher.
>
> Anyway, I also have the problem without starting xdm. Here is what ps
> aux says is running in text console only mode:

> root  1612  0.0  0.0  1384  552 ?SL   00:01   0:00
> /usr/X11R6/bin/tp4d -z -b -S 0xff -V 0xaf


Do you know what that is?

> Meanwhile I suspect my linux-wlan-ng drivers. At least when I switch
> the WLAN off by /etc/init.d/wlan stop the harddrive seems to hold the
> suspend much longer. BTW, this doesn't change the process list.

WLAN? Well I suspect that would do it. Perhaps it was writing something 
to the drive (perhaps keeping something updated?).

-- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't emerge mod_php-4.3.2-r3

2003-07-15 Thread Ian Truelsen
On Tue, 15 Jul 2003 17:55:49 -0300
Andrew Dacey <[EMAIL PROTECTED]> wrote:

> Wierd, I could've sworn that I had run revdep-update and it broke
> there as well on mod_php but now it's going through fine. Maybe it was
> trying to update mod_php before libwww. It's still compiling now but
> it used to break right in the configure stage so I suspect that's
> fixed it.
> 
When I ran revdep it did not pick up libwww. I only knew to re-emerge it
based on the list discussion about it.

-- 
Ian Truelsen
Email: [EMAIL PROTECTED]
AIM: ihtruelsen
Homepage: http://www.ihtruelsen.dyndns.org

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa-driver 0.9.5 - any ebuild yet?

2003-07-15 Thread Heschi Kreinick
Probably make.conf is the only place that really even mentions them. But
basically, in an ebuild is a list of KEYWORDS. Currently I believe the only
use of KEYWORDS is to define what architectures (sparc, x86, ppc, ...) a
package works on. In your make.profile, make.defaults sets ACCEPT_KEYWORDS
to x86, because you're almost certainly using default-x86-1.4. You're using
default-x86-1.4 because that's what your stage tarball came with; you used
to have to set the link manually but that was back in the 1.0 days.
Anyway, for every arch keyword there's a corresponding ~arch keyword, which
indicates that the package is works-for-me stable (me being the developer)
and ready for testing by general users.
Portage ties all of this together by comparing your ACCEPT_KEYWORDS to the
ebuild's KEYWORDS, and if there aren't any shared, it considers the package
masked. So an ebuild is first put into the portage tree with KEYWORDS="~x86"
and only people with ~x86 see it unmasked; later, the ebuild is marked
stable with KEYWORDS="x86". Note that like many other variables in
make.{globals,defaults,conf}, ACCEPT_KEYWORDS is cumulative, so even if you
set ACCEPT_KEYWORDS="~x86" in make.conf, you still have x86 too.

Or maybe you're asking why it's x86, in which case: 8086, 286, 386, 486, 586
(pentium), 686 (pentium 2+)...x86...get it?
-Heschi

> What document explains the use of these key words? I really need to go
> read it and understand.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: reiserfs prevents harddrive suspend of mynotebook

2003-07-15 Thread Bryan D. Stine
hdparm -y /dev/hda

will spin down the drive immediately.

On Tue, 2003-07-15 at 18:50, Martin Gramatke wrote:
> MAL wrote:
> 
> > Martin Gramatke wrote:
> >> Every few seconds something accesses my harddrive, therefore a suspend
> >> (hdparm -S1 /dev/hda) is impossible.
> 
> > 'hdparm -S /dev/hda' does not spin down the drive, it sets a standby
> 
> Yes, but -S1 spins down the drive after 5 seconds of idleness. 
> 
> mg
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] alsa-driver 0.9.5 - any ebuild yet?

2003-07-15 Thread Bryan D. Stine
arch corresponds to your particular operating architecture (x86, ppc,
alpha, etc)

arch - Stable packages
~arch - Unstable and testing packages
-arch - Packages known not to work on arch

On Tue, 2003-07-15 at 18:51, Mark Knecht wrote:
> On Tue, 2003-07-15 at 15:46, Heschi Kreinick wrote:
> > ~x86
> > -Heschi
> > > > I think a ACCEPT_KEYWORDS="~86" emerge -p alsa-driver would do the
> > trick.
> > 
> > >On my test machine at work the proposed command:
> > >
> > > ACCEPT_KEYWORDS="~86" emerge -p alsa-driver
> > 
> 
> OK, very weird, but very correct.
> 
> What document explains the use of these key words? I really need to go
> read it and understand.
> 
> Thanks Heschi!
> 
> - Mark
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


signature.asc
Description: This is a digitally signed message part


[gentoo-user] Re: reiserfs prevents harddrive suspend of my notebook

2003-07-15 Thread Martin Gramatke
MAL wrote:

> Martin Gramatke wrote:
>> Every few seconds something accesses my harddrive, therefore a suspend
>> (hdparm -S1 /dev/hda) is impossible.

> 'hdparm -S /dev/hda' does not spin down the drive, it sets a standby

Yes, but -S1 spins down the drive after 5 seconds of idleness. 

mg


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa-driver 0.9.5 - any ebuild yet?

2003-07-15 Thread Mark Knecht
On Tue, 2003-07-15 at 15:46, Heschi Kreinick wrote:
> ~x86
> -Heschi
> > > I think a ACCEPT_KEYWORDS="~86" emerge -p alsa-driver would do the
> trick.
> 
> >On my test machine at work the proposed command:
> >
> > ACCEPT_KEYWORDS="~86" emerge -p alsa-driver
> 

OK, very weird, but very correct.

What document explains the use of these key words? I really need to go
read it and understand.

Thanks Heschi!

- Mark


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Re: reiserfs prevents harddrive suspend of my notebook

2003-07-15 Thread Martin Gramatke
Joseph A Nagy Jr wrote:
>> Joseph A Nagy Jr wrote:

>> > Have you looked at the services you have running?
> Boot into X (KDE if you have it), goto
> K -> System Settings -> Server Settings -> Services
 
Yes, there are three KDE specific services started and running: Alarm
Daemon, KDE Internet Daemen and KDED Mount Watcher.

Anyway, I also have the problem without starting xdm. Here is what ps aux
says is running in text console only mode:

USER   PID %CPU %MEM   VSZ  RSS TTY  STAT START   TIME COMMAND
root 1  0.7  0.0  1352  504 ?S00:01   0:03 init
root 2  0.0  0.0 00 ?SW   00:01   0:00 [keventd]
root 3  0.0  0.0 00 ?SWN  00:01   0:00
[ksoftirqd_CPU0]
root 4  0.0  0.0 00 ?SW   00:01   0:00 [kswapd]
root 5  0.0  0.0 00 ?SW   00:01   0:00 [kscand]
root 6  0.0  0.0 00 ?SW   00:01   0:00 [bdflush]
root 7  0.0  0.0 00 ?SW   00:01   0:00 [kupdated]
root 8  0.0  0.0 00 ?SW   00:01   0:00 [kreiserfsd]
root   145  0.0  0.1  1780  956 ?S00:01   0:00 /sbin/devfsd
/dev
root   279  0.0  0.0 00 ?SW   00:01   0:00 [khubd]
root   296  0.0  0.0 00 ?SW   00:01   0:00 [kapmd]
root   699  0.0  0.0 00 ?SW   00:01   0:00 [knodemgrd]
root   720  0.0  0.1  1536  728 ?S00:01   0:00 /sbin/cardmgr
-s /var/run/stab -f
root   822  0.0  0.1  1464  660 ?S00:01   0:00
/usr/sbin/syslogd -m 0
root   884  0.0  0.0  1448  616 ?S00:01   0:00
/usr/sbin/klogd -c 3 -2
root   987  0.0  0.0  1368  540 ?S00:01   0:00
/usr/sbin/apmd
root  1588  0.0  0.1  1516  672 ?S00:01   0:00
/usr/sbin/cron
root  1603  0.0  0.1  2240 1028 ?S00:01   0:00 login -- root 
root  1604  0.0  0.0  1340  500 vc/2 S00:01   0:00 /sbin/agetty
38400 tty2 linux
root  1605  0.0  0.0  1340  500 vc/3 S00:01   0:00 /sbin/agetty
38400 tty3 linux
root  1606  0.0  0.0  1340  500 vc/4 S00:01   0:00 /sbin/agetty
38400 tty4 linux
root  1607  0.0  0.0  1340  500 vc/5 S00:01   0:00 /sbin/agetty
38400 tty5 linux
root  1608  0.0  0.0  1340  500 vc/6 S00:01   0:00 /sbin/agetty
38400 tty6 linux
root  1612  0.0  0.0  1384  552 ?SL   00:01   0:00
/usr/X11R6/bin/tp4d -z -b -S 0xff -V 0xaf
root  1631  0.0  0.2  2296 1332 vc/1 S00:01   0:00 -bash
root  1834  0.0  0.1  2664  820 vc/1 R00:08   0:00 ps aux


Meanwhile I suspect my linux-wlan-ng drivers. At least when I switch the
WLAN off by /etc/init.d/wlan stop the harddrive seems to hold the suspend
much longer. BTW, this doesn't change the process list.

mg


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa-driver 0.9.5 - any ebuild yet?

2003-07-15 Thread Heschi Kreinick
~x86
-Heschi
> > I think a ACCEPT_KEYWORDS="~86" emerge -p alsa-driver would do the
trick.

>On my test machine at work the proposed command:
>
> ACCEPT_KEYWORDS="~86" emerge -p alsa-driver


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa-driver 0.9.5 - any ebuild yet?

2003-07-15 Thread Mark Knecht
On Tue, 2003-07-15 at 11:28, Michael Schreckenbauer wrote:

> I think a ACCEPT_KEYWORDS="~86" emerge -p alsa-driver would do the trick.
> You can always look in /usr/portage// to see, if there are 
> updates to packages you are interested in.
> 

Hi,
   Looks like I'm still confused. Maybe I have some larger configuration
issue? Maybe there's some setting in /etc/make.conf that makes this come
out different? 

   On my test machine at work the proposed command:

ACCEPT_KEYWORDS="~86" emerge -p alsa-driver 

finds alsa-driver-0.9.5-r2, but on the machine here in my studio it does
not, even though the ebuild does seem to exist in
/usr/portage/media-sound/alsa-driver:

Wizard root #  ACCEPT_KEYWORDS="~86" emerge -p alsa-driver  

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

Calculating dependencies ...done!
[ebuildUD] media-sound/alsa-driver-0.9.2 [0.9.4-r1] 

Wizard root # 

bash-2.05b$ pwd
/usr/portage/media-sound/alsa-driver
bash-2.05b$ ls
ChangeLog alsa-driver-0.9.3c-r1.ebuild
Manifest  alsa-driver-0.9.3c.ebuild
alsa-driver-0.5.12a.ebuildalsa-driver-0.9.4-r1.ebuild
alsa-driver-0.9.0_rc2.ebuild  alsa-driver-0.9.4.ebuild
alsa-driver-0.9.2.ebuild  alsa-driver-0.9.5-r2.ebuild
alsa-driver-0.9.3a.ebuild files
alsa-driver-0.9.3b.ebuild
bash-2.05b$ 

Or do I need to do the 0.9.4 update before it will find 0.9.5-r2? The
test machine does not currently have alsa inastalled at all, and it
found 0.9.5 first try.

   I be con-fu-sed...feeling stupid...sorry.

Thanks much in advance,
Mark


--
[EMAIL PROTECTED] mailing list



[gentoo-user] RE: reiserfs prevents harddrive suspend of my noteb ook

2003-07-15 Thread Martin Gramatke
Rex Young wrote:

> I seem to recall that this will happen with fam-oss if you haven't
> enabled inode monitoring in the kernel.  Is this possible?

That's evident. I stuffed that inode monitoring into my kernel, but
unfortunately the harddrive still holds in suspend for not longer than 10
seconds. Thanks anyway, maybe it fixed one of two or even more causes.

Meanwhile I suspect my wlan. After '/etc/init.d/wlan stop', the suspend
seems to work. Strange. It is the linux-wlan-ng driver.

mg




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] reiserfs prevents harddrive suspend of my notebook

2003-07-15 Thread MAL
Martin Gramatke wrote:
Every few seconds something accesses my harddrive, therefore a suspend
(hdparm -S1 /dev/hda) is impossible. I have a notebook, so I would really
like to spin down the drive for less heat, noise and a longer battery life.
'hdparm -S /dev/hda' does not spin down the drive, it sets a standby 
timeout for that drive.  With no argument, it will likely fail or 
disable standby for that drive.

The -y option forcefully spins down the drive.

MAL

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] [OFF-TOPIC] How can i test my Bandwidth ?

2003-07-15 Thread Jonathan Nichols
Andrew Farmer wrote:

At 15 July, 2003 Ricardo Nuno wrote:

Anyway the test's i make on the net the closes i get is 1773mb download
and 390 kbps upload, so or they are cheating me and making me pay for
something i dont got, and this is no dsl line this is a dedicated one it's
really alot of money, or the test's sux.

Put a 5mb file on your web server and let us all download it from 
various parts of the globe.

That'll certainly test your outbound connection. ;)

Those web-based bandwidth tests are notoriously unreliable.



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] [OFF-TOPIC] How can i test my Bandwidth ?

2003-07-15 Thread Gary Davis
On Tue, 15 Jul 2003 10:55:20 -0700
[EMAIL PROTECTED] (Andrew Farmer) wrote:

> At 15 July, 2003 Ricardo Nuno wrote:
> > Anyway the test's i make on the net the closes i get is 1773mb download
> > and 390 kbps upload, so or they are cheating me and making me pay for
> > something i dont got, and this is no dsl line this is a dedicated one it's
> > really alot of money, or the test's sux.

When you go to yell at the ISP, the thing you need to find out first is WHERE the 
slowdown happens.  You may be actually getting your full connection speed, but only to 
the isp because they need to fix something in the way they're handeling your 
connection internally.  Or you're just paying for service they aren't giving you.   I 
don't know what kind of dedicated connection you have so, Take a look at your service 
agreement, make sure that they aren't providing a MAX of 2mb upload/download.  
Good luck
-Gary

-- 
"In Christianity neither morality nor religion come into contact with reality at any 
point."-- Friedrich Nietzsche

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: reiserfs prevents harddrive suspend of my notebook

2003-07-15 Thread Joseph A Nagy Jr
On Tuesday 15 July 2003 16:31, Martin Gramatke wrote this in an attempt 
to be witty and informative:
> Joseph A Nagy Jr wrote:
> > Have you looked at the services you have running?
>
> Sure, I just booted into the console only, no X. ps aux showed me
> some services were running, but I have no clue what they were all
> good for. 

Boot into X (KDE if you have it), goto
K -> System Settings -> Server Settings -> Services

-- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't emerge mod_php-4.3.2-r3

2003-07-15 Thread Andrew Dacey
- Original Message - 
From: "Andrew Dacey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, July 15, 2003 5:55 PM
Subject: Re: [gentoo-user] Can't emerge mod_php-4.3.2-r3

> Wierd, I could've sworn that I had run revdep-update and it broke there as
> well on mod_php but now it's going through fine. Maybe it was trying to
> update mod_php before libwww. It's still compiling now but it used to
break
> right in the configure stage so I suspect that's fixed it.

Well I don't normally reply to my own messages. I just realised that one of
the things that had changed today was I did emerge sync and then
emerge -up --deep world again. I tried mod_php but it failed again. One of
the other updates was gentoolkit which I updated individually which is
probably what fixed the order for revdep-update running it's updates because
last night one of the first things it tried to update was mod_php (and that
was before libwww).

Andrew "frugal" Dacey
[EMAIL PROTECTED]
http://www.tildefrugal.net/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] booting 2.6.0-test1

2003-07-15 Thread Norberto BENSA
Kurt V. Hindenburg wrote:
> Just tried to boot into 2.6.0-test1 and it stops with
> 'Uncompressing ... booting now' (or whatever the line is)
>
> and then it hangs there ;-(

It doesn't hang; you need to read more ;-)

Make sure you check CONFIG_VGA_CONSOLE (or CONFIG_CONSOLE_VGA) in your 
.config.

Regards,
Norberto


pgp0.pgp
Description: signature


[gentoo-user] Re: reiserfs prevents harddrive suspend of my notebook

2003-07-15 Thread Martin Gramatke
Joseph A Nagy Jr wrote:

> Have you looked at the services you have running?

Sure, I just booted into the console only, no X. ps aux showed me some
services were running, but I have no clue what they were all good for. If
someone is interested I can post it. By the way, I observed the same
harddisk suspend problem on my minimalistic debian installation with ext3
file system.

Can you successfully spin down your harddrive (hdparm -S...)?

I fear, only ext2/noflushd and windows user can :(

mg


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Local mail

2003-07-15 Thread MIKE MacMartin
On July 15, 2003 05:22 pm, Bryan D. Stine wrote:
> I have the same error starting up through new init scripts started by
> packages, but they start up anyway for me. Are you sure postfix isn't
> running?

It won't let me stop it.  I just checked and it is not started

MIKE
-- 
Beware the JabberOrk

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Local mail

2003-07-15 Thread Bryan D. Stine
I have the same error starting up through new init scripts started by
packages, but they start up anyway for me. Are you sure postfix isn't
running?

On Tue, 2003-07-15 at 17:24, MIKE MacMartin wrote:
> > Definitely. One popular choice (my own favorite) is postfix. The default
> > configuration requires just a few small edits to one configuration file -
> > very easy to setup and use.
> 
> emerge postfix
> edit /etc/postfix/main.cf
> /etc/init.d/postfix start
> Error: could not get dependency info for postfix
> 
> why not?
> 
> > Nathan Meyers
> > [EMAIL PROTECTED]
> MIKE


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Local mail

2003-07-15 Thread MIKE MacMartin
> Definitely. One popular choice (my own favorite) is postfix. The default
> configuration requires just a few small edits to one configuration file -
> very easy to setup and use.

emerge postfix
edit /etc/postfix/main.cf
/etc/init.d/postfix start
Error: could not get dependency info for postfix

why not?

> Nathan Meyers
> [EMAIL PROTECTED]
MIKE
-- 
Beware the JabberOrk

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't emerge mod_php-4.3.2-r3

2003-07-15 Thread Andrew Dacey


- Original Message - 
From: "Luis Morales" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 15, 2003 4:14 PM
Subject: Re: [gentoo-user] Can't emerge mod_php-4.3.2-r3


> Thanx Andrew,
>
> the problem was libwww,  i remerge this package
>
> Take a look on this link:
>
>
http://forums.gentoo.org/viewtopic.php?t=66626&highlight=run+test+program+programme+while+cross+compiling
>

Wierd, I could've sworn that I had run revdep-update and it broke there as
well on mod_php but now it's going through fine. Maybe it was trying to
update mod_php before libwww. It's still compiling now but it used to break
right in the configure stage so I suspect that's fixed it.

Andrew "frugal" Dacey
[EMAIL PROTECTED]
http://www.tildefrugal.net/


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] alsa-driver 0.9.5 - any ebuild yet?

2003-07-15 Thread Mark Knecht
>
> I think a ACCEPT_KEYWORDS="~86" emerge -p alsa-driver would do the trick.
> You can always look in /usr/portage// to see,
> if there are
> updates to packages you are interested in.
>

Michael,
   Thanks very much. That does work and it is found. My tired brain is not
adjusting well to having no air conditioning on this hot day. I've been
typing ACCEPT_KEYWORDS="x86" all morning.

   Thanks for getting me back on the straight and narrow. ;-)

With best regards,
Mark



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: rc-update oddness

2003-07-15 Thread Thorsten Kampe
* Mark Renouf (2003-07-15 18:12 +0200)
> I first installed metalog as suggested by the installation guide. I 
> decided to switch to syslog-ng. I did the following:

> emerge unmerge metalog
> emerge syslog-ng

> rm -rf /etc/metalog (was config protected)
> rc-update del metalog

> On reboot, I got a warning that metalog provided resource "logger" 
> which is a duplicate of syslog-ng. Then got an error starting 
> metalog (cause its gone).

> I tried 'rc-update del metalog' and it said it wasn't there.

> Finally I realized I had to 'rm /etc/init.d/metalog' then all was fine.

> Was there a way to avoid this or is this a bug of sorts?

CONFIG_PROTECT="-*" emerge unmerge metalog
emerge --noconfmem syslog-ng; rc-update add syslog-ng default; depscan.sh


Thorsten


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel 2.6 net drivers

2003-07-15 Thread Andrew Gaffney
Terje Kvernes wrote:
Andrew Gaffney <[EMAIL PROTECTED]> writes:


Is there no longer support for Davicom NICs using the dmfe driver? I
can't seem to find it anywhere in menuconfig. I even searched
through the .config and can't seem to find anything in the net
section that has anything to do with it.


  since Davicom chips are a "crappy" tulip clone, support has been
  moved to the tulip driver.  you want to check '"Tulip" family
  network device support' and pick the appropriate driver from the
  selection you then get.
Thank you very much.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Kernel 2.6 net drivers

2003-07-15 Thread Terje Kvernes
Andrew Gaffney <[EMAIL PROTECTED]> writes:

> Is there no longer support for Davicom NICs using the dmfe driver? I
> can't seem to find it anywhere in menuconfig. I even searched
> through the .config and can't seem to find anything in the net
> section that has anything to do with it.

  since Davicom chips are a "crappy" tulip clone, support has been
  moved to the tulip driver.  you want to check '"Tulip" family
  network device support' and pick the appropriate driver from the
  selection you then get.

  for a linux-kernel reference, look here:
  http://groups.google.com/groups?selm=linux.kernel.20020519105614.A10528%40gtf.org >


  (google is a good friend)

-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] win98 config behind Gentoo router - solved!

2003-07-15 Thread alcino
Citando Collins Richey <[EMAIL PROTECTED]>:




> On Mon, 14 Jul 2003 09:33:17 -0500


> Ian Truelsen <[EMAIL PROTECTED]> wrote:


> 


> > On Mon, 14 Jul 2003 05:21:43 -0600


> > Collins Richey <[EMAIL PROTECTED]> wrote:


> > 


> > > On Sun, 13 Jul 2003 22:28:21 -0500


> > > Ian Truelsen <[EMAIL PROTECTED]> wrote:


> > > 


> > > > On Sun, 13 Jul 2003 21:09:17 -0600


> > > > Collins Richey <[EMAIL PROTECTED]> wrote:


> > > > 


> > > > > I'm not sure what the difference is, but I never have to specify


> > > > > DNS on my Win98 boxes behind a router.


> > > > > 


> > > > Are you running your Win98 box DHCP or static?


> > > > 


> > > > -- 


> > > > Ian Truelsen


> > > 


> > > DHCP.  The router handles everything.


> > > 


> > Then that is why. The DHCP server is exporting the DNS information to


> > your system automatically.


> > 


> 


> Which is why I recommended that the original poster simply use DHCP on


> his Win98 box.




To this work someone must provide the ip dynamically, usually dhcpd in a linux 
box, and I guess that it wasn´t activated.




> 


> -- 


> Collins Richey - Denver Area


> if you fill your heart with regrets of yesterday and the 


> worries of tomorrow, you have no today to be thankful for.


> 


> 


> 


> --


> [EMAIL PROTECTED] mailing list


> 








-
This mail sent through IMP: http://horde.org/imp/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Update world, new problems with modules

2003-07-15 Thread Terje Kvernes
"Michael W. Holdeman" <[EMAIL PROTECTED]> writes:

> Did anyone solve this yet?
> 
> I messed up BIG time and unmerged baselayout on my desktop!

  this shouldn't be such a big deal?  boot from the installation CD,
  mount your installation under /mnt/gentoo as usual, and chroot to
  /mnt/gentoo.

  after that, emerge baselayout.  etc-update might be boring
  afterwards, but take care and you should be fine.

  [ ... ]
  
-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] reiserfs prevents harddrive suspend of my notebook

2003-07-15 Thread Joseph A Nagy Jr
On Tuesday 15 July 2003 13:15, Martin Gramatke wrote this in an attempt 
to be witty and informative:
> Every few seconds something accesses my harddrive, therefore a
> suspend (hdparm -S1 /dev/hda) is impossible. I have a notebook, so I
> would really like to spin down the drive for less heat, noise and a
> longer battery life.


Have you looked at the services you have running?
-- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Kernel 2.6 net drivers

2003-07-15 Thread Andrew Gaffney
Is there no longer support for Davicom NICs using the dmfe driver? I 
can't seem to find it anywhere in menuconfig. I even searched through 
the .config and can't seem to find anything in the net section that has 
anything to do with it.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] 2.6.0-test1 badness

2003-07-15 Thread Terje Kvernes
"Kurt V. Hindenburg" <[EMAIL PROTECTED]> writes:

> Here's something scary...
> 
> Linux rachael.cn.net 2.6.0-test1 #2 Tue Jul 15 11:58:53 EST 2003 i686 
> AMD Duron(tm) processor AuthenticAMD GNU/Linux
> 
> Jul 15 12:50:57 [kernel] Badness in pci_find_subsys at 
> drivers/pci/search.c:132
> Jul 15 12:50:58 [kernel] Badness in pci_find_subsys at 
> drivers/pci/search.c:132
> Jul 15 12:51:04 [kernel] Badness in pci_find_subsys at 
> drivers/pci/search.c:132
> Jul 15 12:51:05 [kernel] Badness in pci_find_subsys at 
> drivers/pci/search.c:132
> Jul 15 12:51:11 [kernel] Badness in pci_find_subsys at 
> drivers/pci/search.c:132
> Jul 15 12:51:12 [kernel] Badness in pci_find_subsys at 
> drivers/pci/search.c:132
> Jul 15 12:51:18 [kernel] Badness in pci_find_subsys at 
> drivers/pci/search.c:132
> Jul 15 12:51:19 [kernel] Badness in pci_find_subsys at 
> drivers/pci/search.c:132

  this has been reported on linux-kernel earlier.  can you test to see
  if this also happens with 2.5.74 or 2.5.75?

-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] HELP! I dorked it myself!

2003-07-15 Thread Terje Kvernes
Spider <[EMAIL PROTECTED]> writes:

  [ ... ]

> boot with   "init=/bin/sash" 

  very sound advice, and thank you Gentoo for having /bin/sash
  installed by default.  :-)
 
> mount -o remount,rw /

  you probably want to run 'devfsd' at this stage.

> mount /usr/
> emerge baselayout

  if mount fails, and you're unable to run devfsd, follow the advice
  Bryan D. Stine gave in using full devfs names of partitions when
  mounting.  

-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OFF-TOPIC] How can i test my Bandwidth ?

2003-07-15 Thread Terje Kvernes
"Ricardo Nuno" <[EMAIL PROTECTED]> writes:

> can you be more specific? 

  hm, I though we'd have an ebuild for it, sorry.  

> what is TTCP and here can i get it.

  TTCP (Test TCP) has become more a concept than a single application
  these days.  the basic idea is that you put up a sender and a
  receiver and see how much data your connection can move.  it is only
  usable if you have access to machines on both ends of the connection
  you're looking to test.  keep in mind that you'll want to have few
  hops between your boxes, you don't want your ISPs backbone to
  another country to affect the results.
 
  one of the original versions can be found here:
  ftp://ftp.sunet.se/pub/network/monitoring/ttcp/ >.

  there are also java versions out there "in the wild".

-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't emerge mod_php-4.3.2-r3

2003-07-15 Thread Luis Morales
Thanx Andrew,

the problem was libwww,  i remerge this package

Take a look on this link:

http://forums.gentoo.org/viewtopic.php?t=66626&highlight=run+test+program+programme+while+cross+compiling

LM

Andrew Dacey wrote:

First off, I'll apologise if this has already been covered.

For some reason, mod_php-4.3.2-r3 fails to build. I don't use java so that's
not the problem. The error I get is:
configure: error: can not run test program while cross compiling

!!! ERROR: dev-php/mod_php-4.3.2-r3 failed.
!!! Function econf, Line 304, Exitcode 1
!!! econf failed
Any ideas on what would fix this?

Andrew "frugal" Dacey
[EMAIL PROTECTED]
http://www.tildefrugal.net/
--
[EMAIL PROTECTED] mailing list


 





--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] HELP! I dorked it myself!

2003-07-15 Thread Bryan D. Stine
Not necessarily. If the legacy /dev entries got nuked, you'll need to
mount your filesystems manually with the devfs names.

Example:
mount -t reiserfs /dev/ide/host0/bus0/target0/lun0/part3 /usr

and such. Unfortunately, dev entries aren't protected by portage, so if
devfsd isn't setup to create those entries persistently, you're not
going to be able to use them after they're deleted.

On Tue, 2003-07-15 at 15:07, Spider wrote:
> begin  quote
> On Tue, 15 Jul 2003 13:47:35 -0400
> "Michael W. Holdeman" <[EMAIL PROTECTED]> wrote:
> 
> > OK intrying to deal with the last baselayout update problems I
> > created, I took my running gentoo 1.4 system and inadvertinately (I
> > know this seems impossible to do, and I deserve all the problems I
> > have)  dumped my baselayout!. Now all I get isinit # when booting.
> > I tried to mount /usr, and /home and all I get is /dev/hda1 doesn't
> > exist, as well as /dev/hdb1. fstab is there in /etc. and df shows all
> > filesystems although the space calculations appear dorked as well. Is
> > there a way to get to emerge and install a baselayout?
> 
> 
> boot with   "init=/bin/sash" 
> 
> mount -o remount,rw /
> mount /usr/
> emerge baselayout
> 
> 
> That should do it, most configurations should be CONFIG_PROTECT ed so
> you should have them still.
> 
> //Spider
-- 
Bryan D. Stine <[EMAIL PROTECTED]>
KentoNET Communications


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] How to move the whole PORTAGE TREE?

2003-07-15 Thread Prabhat Gupta




That's cool :)

Spider wrote:

  begin  quote
On Tue, 15 Jul 2003 10:02:51 -0400
Prabhat Gupta <[EMAIL PROTECTED]> wrote:

  
  
Hi All,

It looks like my root partition is almost used. Is it possible to move
the portage tree to some other location?


  
  
Yep, there is:
mv /usr/portage /mnt/bigdisk/portage
ln -s /mnt/bigdisk/portage /usr/portage


(Long live symbolic links ;)

//Spider


  


-- 
P r a b h a t  G u p t a 
/\/\*

Senior Software Engineer
Alternative System Concepts, Inc.
www.ascinc.com
22 Haverhill Road
Windham, NH 03087

Phone: (603) 437-2234  (o)






Re: [gentoo-user] HELP! I dorked it myself!

2003-07-15 Thread Spider
begin  quote
On Tue, 15 Jul 2003 13:47:35 -0400
"Michael W. Holdeman" <[EMAIL PROTECTED]> wrote:

> OK intrying to deal with the last baselayout update problems I
> created, I took my running gentoo 1.4 system and inadvertinately (I
> know this seems impossible to do, and I deserve all the problems I
> have)  dumped my baselayout!. Now all I get isinit # when booting.
> I tried to mount /usr, and /home and all I get is /dev/hda1 doesn't
> exist, as well as /dev/hdb1. fstab is there in /etc. and df shows all
> filesystems although the space calculations appear dorked as well. Is
> there a way to get to emerge and install a baselayout?


boot with   "init=/bin/sash" 

mount -o remount,rw /
mount /usr/
emerge baselayout


That should do it, most configurations should be CONFIG_PROTECT ed so
you should have them still.

//Spider
-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Why does PHP has dependency with QT ????

2003-07-15 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 15 July 2003 6:47 pm, Loopingz wrote:
> I was installing PHP and emerge start to compile QT. And he made on error
> while compiling QT, qt is a graphical library why does php requires it 

PHP has many functions used manipulate images, if your wanting to use Gallery 
for example, it used qt amongst other libs to upload, resize and alter your 
pics.

I guess adding -qt to your USE flags should enable php to compile without it, 
its not a necessitity AFAIK.

- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/FF4gzrmqzOOQUj8RAtSwAJwNa49kvoxZl4tkIQtkR9T+TVBxQQCgoTXf
6SlADf0HCzdUWOmk+QgUrJM=
=2LWX
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How to move the whole PORTAGE TREE?

2003-07-15 Thread Spider
begin  quote
On Tue, 15 Jul 2003 10:02:51 -0400
Prabhat Gupta <[EMAIL PROTECTED]> wrote:

> Hi All,
> 
> It looks like my root partition is almost used. Is it possible to move
> the portage tree to some other location?
> 

Yep, there is:
mv /usr/portage /mnt/bigdisk/portage
ln -s /mnt/bigdisk/portage /usr/portage


(Long live symbolic links ;)

//Spider


-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


[gentoo-user] Why does PHP has dependency with QT ????

2003-07-15 Thread Loopingz



I was installing PHP and emerge start to 
compile QT. And he made on error while compiling QT, qt is a graphical library 
why does php requires it 
 
Loopingz


RE: [gentoo-user] reiserfs prevents harddrive suspend of my notebook

2003-07-15 Thread Rex Young
>Every few seconds something accesses my harddrive, therefore a suspend
>(hdparm -S1 /dev/hda) is impossible. I have a notebook, so I 
>would really
>like to spin down the drive for less heat, noise and a longer 
>battery life.
>
>I suspect the filesystem reiserfs to do these annoying 
>accesses. It is a
>journaling filessystem and I guess that ext3 would do that 
>also. Somewhere
>I found a tip to mount with noatime, but that didn't help.
>
>So what are my options? I read about noflushd which reduces 
>drive access to
>a minimum, but only works with ext2. I would prefer to keep 
>the journaling
>file system. Anyone solved that problem? Will reiser4 be better in that
>view?

I seem to recall that this will happen with fam-oss if you haven't
enabled inode monitoring in the kernel.  Is this possible?

-rex

--
[EMAIL PROTECTED] mailing list



[gentoo-user] possible solution

2003-07-15 Thread jsmith
[quote]
OK intrying to deal with the last baselayout update problems I created, I took
my running gentoo 1.4 system and inadvertinately (I know this seems
impossible to do, and I deserve all the problems I have)  dumped my
baselayout!. Now all I get isinit # when booting. I tried to mount /usr,
and /home and all I get is /dev/hda1 doesn't exist, as well as /dev/hdb1.
fstab is there in /etc. and df shows all filesystems although the space
calculations appear dorked as well. Is there a way to get to emerge and
install a baselayout?
[/quote]

Your best solution is probably to

1) boot off of your Gentoo installation Cd (or knoppix CD)
2) configure your network interface to talk to your network
( # ifconfig eth0 [yourip] netmask [yourmask] broadcast [your broadcast]
  # route add -net default gw [your gateway] netmask 0.0.0.0 metric 1 )
3) mount your existing installation / partition
(e.g
  # mkdir /mnt/other
  # mount /dev/[whatever-your-root-partition-is] /mnt/other
)
4) chroot to your / partition ( e.g. # chroot /mnt/other /bin/bash )
5) emerge baselayout
6) update any ._* files in /etc portage reports
6.5) if you lost configuration info (such as /etc/modules.autoload) you may have
to recreate that by hand if unmerging base-layout did in fact delete those files.
7) exit your chrooted environment, unmount the aforementioned partition, eject
your CD, and reboot.

That should fix your problem.

good luck!

Jean.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't emerge mod_php-4.3.2-r3

2003-07-15 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 15 July 2003 13:22, Andrew Dacey wrote:
> First off, I'll apologise if this has already been covered.
>
> For some reason, mod_php-4.3.2-r3 fails to build. I don't use java so
> that's not the problem. The error I get is:
>
> configure: error: can not run test program while cross compiling
>
> !!! ERROR: dev-php/mod_php-4.3.2-r3 failed.
> !!! Function econf, Line 304, Exitcode 1
> !!! econf failed
>
> Any ideas on what would fix this?

A quick search on Bugzilla brought this up:
http://bugs.gentoo.org/show_bug.cgi?id=23751
http://bugs.gentoo.org/show_bug.cgi?id=17723
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/FEhPXVaO67S1rtsRAiGwAKCiFi7sZfaTk7kFBdGz8utQi4Y1VACgwH7q
6oc1iCsDSHadu8s9Zi8PMDw=
=b1Sh
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa-driver 0.9.5 - any ebuild yet?

2003-07-15 Thread Michael Schreckenbauer
Hello,

Am Dienstag, 15. Juli 2003 19:59 schrieb Mark Knecht:
> Hi,
>I don't know how to check things like masked packages yet, but there has
> been a new alsa-driver package on CVS for a few weeks now. Is there and
> ebuild for it? I'm not finding it yet.

Yes, there is a ebuild for alsa-0.9.5 in portage. I'm using it with success on 
a SoundblasterPCI, a Terratec EWS88MT, an Intel (i8x0) and on my Notebook 
with a Sis-Chipset (630, uses Trident-Module).
I have it, cause I'm ~x86 ;-)

>If there is one, how would I get it? I'm using
> emerge -p --deep world to look right now.

I think a ACCEPT_KEYWORDS="~86" emerge -p alsa-driver would do the trick.
You can always look in /usr/portage// to see, if there are 
updates to packages you are interested in.

> Thanks,
> Mark

HTH
Michael

>
>
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't emerge mod_php-4.3.2-r3

2003-07-15 Thread Luis Morales
Yeah, i have the same problem too.

Andrew Dacey wrote:

First off, I'll apologise if this has already been covered.

For some reason, mod_php-4.3.2-r3 fails to build. I don't use java so that's
not the problem. The error I get is:
configure: error: can not run test program while cross compiling

!!! ERROR: dev-php/mod_php-4.3.2-r3 failed.
!!! Function econf, Line 304, Exitcode 1
!!! econf failed
Any ideas on what would fix this?

Andrew "frugal" Dacey
[EMAIL PROTECTED]
http://www.tildefrugal.net/
--
[EMAIL PROTECTED] mailing list


 





--
[EMAIL PROTECTED] mailing list


[gentoo-user] Can't emerge mod_php-4.3.2-r3

2003-07-15 Thread Andrew Dacey
First off, I'll apologise if this has already been covered.

For some reason, mod_php-4.3.2-r3 fails to build. I don't use java so that's
not the problem. The error I get is:

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

!!! ERROR: dev-php/mod_php-4.3.2-r3 failed.
!!! Function econf, Line 304, Exitcode 1
!!! econf failed

Any ideas on what would fix this?

Andrew "frugal" Dacey
[EMAIL PROTECTED]
http://www.tildefrugal.net/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] HELP! I dorked it myself!

2003-07-15 Thread Yannick Le Saint
On Tuesday 15 July 2003 17:47, Michael W. Holdeman wrote:
> OK intrying to deal with the last baselayout update problems I created, I
> took my running gentoo 1.4 system and inadvertinately (I know this seems
> impossible to do, and I deserve all the problems I have)  dumped my
> baselayout!. Now all I get isinit # when booting. I tried to mount
> /usr, and /home and all I get is /dev/hda1 doesn't exist, as well as
> /dev/hdb1. fstab is there in /etc. and df shows all filesystems although
> the space calculations appear dorked as well. Is there a way to get to
> emerge and install a baselayout?
>
> Mike

  You could still :
- boot from a gentoo livecd
- mount your broken partition
- for f in `qpkg -l -nc baselayout`; do cp "$f" /YOURBROKENPART/"$f"; done
- you should be able to reboot on your broken system
- and emerge baselalyout

  No need to reinstall :)

-- 
The bureaucracy is expanding to meet the needs of an expanding bureaucracy.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Seg-fault when emerging mozilla(-firebird)

2003-07-15 Thread Steven Elling
On Tuesday 15 July 2003 13:00, Patrick Börjesson wrote:
> > > When trying to emerge mozilla or mozilla-firebird the compilation
> > > seg-faults.
> >
> > This usually means you are having some hardware problems.
>
> Is there some way I can verify this? I've heard of some mem-testing
> software but I've forgotten their names...
>
> Patrick Börjesson

memtest86

emerge -s memtest86


--
[EMAIL PROTECTED] mailing list



[gentoo-user] evolution 1.4.3 seg faults

2003-07-15 Thread reg hughson
Anyone else having segmentation faults while using Evolution 1.4.3?
Mostly while using the 'contacts' but also in the 'calendar' and
'tasks'. Don't think I have had any while just checking email. 

But ever since I have used Evolution (under RedHat and Gentoo), the
'contacts' have always generated errors but I would have thought they
might have worked out the kinks by now.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] reiserfs prevents harddrive suspend of my notebook

2003-07-15 Thread Martin Gramatke

Every few seconds something accesses my harddrive, therefore a suspend
(hdparm -S1 /dev/hda) is impossible. I have a notebook, so I would really
like to spin down the drive for less heat, noise and a longer battery life.

I suspect the filesystem reiserfs to do these annoying accesses. It is a
journaling filessystem and I guess that ext3 would do that also. Somewhere
I found a tip to mount with noatime, but that didn't help.

So what are my options? I read about noflushd which reduces drive access to
a minimum, but only works with ext2. I would prefer to keep the journaling
file system. Anyone solved that problem? Will reiser4 be better in that
view?

mg



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] HELP! I dorked it myself!

2003-07-15 Thread Ian Truelsen
On Tue, 15 Jul 2003 13:47:35 -0400
"Michael W. Holdeman" <[EMAIL PROTECTED]> wrote:

> OK intrying to deal with the last baselayout update problems I
> created, I took my running gentoo 1.4 system and inadvertinately (I
> know this seems impossible to do, and I deserve all the problems I
> have)  dumped my baselayout!. Now all I get isinit # when booting.
> I tried to mount /usr, and /home and all I get is /dev/hda1 doesn't
> exist, as well as /dev/hdb1. fstab is there in /etc. and df shows all
> filesystems although the space calculations appear dorked as well. Is
> there a way to get to emerge and install a baselayout?
> 
You might try booting from the LiveCD and then trying to emerge the
baselayout from there. I would definitely back up as much as possible
before doing this, but it might be worth a shot.

-- 
Ian Truelsen
Email: [EMAIL PROTECTED]
AIM: ihtruelsen
Homepage: http://www.ihtruelsen.dyndns.org

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Starting Zope via xinetd

2003-07-15 Thread Thorsten Kampe
* CrPy (2003-07-15 16:22 +0200)
> Am Montag, 14. Juli 2003 18:14 schrieb Thorsten Kampe:
>> I want to start Zope on my one computer via xinetd. This is obviously
>> not as trivial as [1] as the startup scripts /etc/init.d/zope-2_6_1
>> and /etc/conf.d/zope-2_6_1 are rather long and complicated.
>>
>> Does anyone know how to achieve this?
>>
>> [1] service zope
>> {
>> type= UNLISTED
>> port= 8080
>> socket_type = stream
>> protocol= tcp
>> wait= no
>> user= zope
>> server  = python z2.py

> Where shoud python search? Try to use the full path to $ZOPE_HOME

Thanks, but that was not my question. It was about incorporating and
starting this in xinetd:

setup_exports()
  
{  
  
local EXPORT_LST="INSTANCE_HOME SOFTWARE_HOME ZOPE_HOME
FORCE_PRODUCT_LOAD \ 
PROFILE_PUBLISHER SUPPRESS_ACCESSRULE SUPPRESS_SITEROOT CLIENT_HOME \  
  
ZEO_CLIENT EVENT_LOG_FORMAT EVENT_LOG_FILE EVENT_LOG_SEVERITY ZSYSLOG
\  
ZSYSLOG_FACILITY ZSYSLOG_SERVER ZSYSLOG_ACCESS ZSYSLOG_ACCESS_FACILITY
\ 
ZSYSLOG_ACCESS_SERVER Z_DEBUG_MODE Z_REALM NO_SECURITY
ZOPE_SECURITY_POLICY \
ZSP_OWNEROUS_SKIP ZSP_AUTHENTICATED_SKIP DISALLOW_LOCAL_PRODUCTS \ 
  
ZOPE_DATABASE_QUOTA ZOPE_READ_ONLY ZSESSION_ADD_NOTIFY
ZSESSION_DEL_NOTIFY \ 
ZSESSION_TIMEOUT_MINS ZSESSION_OBJECT_LIMIT WEBDAV_SOURCE_PORT_CLIENTS
\ 
STX_DEFAULT_LEVEL ZOPE_DTML_REQUEST_AUTOQUOTE Z_MAX_STACK_SIZE \   
  
FORCE_PRODUCT_RELOAD"  
  
   
  
for N in $EXPORT_LST ; do  
  
if [ -n "${N}" ] ; then export ${N} ; fi   
  
done   
  
}

and 

start_zope()   
  
{  
  
local RESULT=  
  
   
  
is_zope_dead >/dev/null
  
RESULT=${?}
  
if [ "${RESULT}" -eq 0 ] ; then
  
setup_exports  
  
umask 077# Recommended by Zope 
  
env /usr/bin/${python} ${ZOPE_HOME}z2.py ${ZOPE_OPTS} &
  
RESULT=${?}
  
else   
  
echo 'Zope is running independant of RC management.'   
  
echo 'We are going to try and  kill it.'   
  
stop_zope  
  
if [ "${?}" -eq 0 ] ; then 
  
echo 'Successfully killed zope. Try to start zope again'   
  
fi 

[gentoo-user] 2.6.0-test1 badness

2003-07-15 Thread Kurt V. Hindenburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Here's something scary...

Linux rachael.cn.net 2.6.0-test1 #2 Tue Jul 15 11:58:53 EST 2003 i686 
AMD Duron(tm) processor AuthenticAMD GNU/Linux

Jul 15 12:50:57 [kernel] Badness in pci_find_subsys at 
drivers/pci/search.c:132
Jul 15 12:50:58 [kernel] Badness in pci_find_subsys at 
drivers/pci/search.c:132
Jul 15 12:51:04 [kernel] Badness in pci_find_subsys at 
drivers/pci/search.c:132
Jul 15 12:51:05 [kernel] Badness in pci_find_subsys at 
drivers/pci/search.c:132
Jul 15 12:51:11 [kernel] Badness in pci_find_subsys at 
drivers/pci/search.c:132
Jul 15 12:51:12 [kernel] Badness in pci_find_subsys at 
drivers/pci/search.c:132
Jul 15 12:51:18 [kernel] Badness in pci_find_subsys at 
drivers/pci/search.c:132
Jul 15 12:51:19 [kernel] Badness in pci_find_subsys at 
drivers/pci/search.c:132


- -- 
^^^ Kurt

There is no good nor evil; there is only power.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/FD9v0cAvx3ELfKARAnJeAKC3Qm84axhJO7dkZeWP7IaWm6F/qgCeNpRZ
z7/QpQCaL6bo2mzRm8XEods=
=GSdw
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Seg-fault when emerging mozilla(-firebird)

2003-07-15 Thread Patrick Börjesson
> >>When trying to emerge mozilla or mozilla-firebird the compilation
> >>seg-faults. 
> >>
> >>
> >
> >This usually means you are having some hardware problems.
> >
> You could also try easing off your CFLAGS in make.conf.  I've
> had "aggressive" builds of mozilla segfault.  Easing up on the
> CFLAGS got through the build.

Didn't think I had very aggressive CFLAGS:
CFLAGS="-march=athlon-tbird -O3 -pipe"

But if it'll help I'll try easing off to -O2

Patrick Börjesson

-- 
Public key id: 4C5AB0BF
Public key available at search.keyserver.net[:11371]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Seg-fault when emerging mozilla(-firebird)

2003-07-15 Thread Patrick Börjesson
> > When trying to emerge mozilla or mozilla-firebird the compilation
> > seg-faults. 
> 
> This usually means you are having some hardware problems.

Is there some way I can verify this? I've heard of some mem-testing
software but I've forgotten their names...

Patrick Börjesson

-- 
Public key id: 4C5AB0BF
Public key available at search.keyserver.net[:11371]

--
[EMAIL PROTECTED] mailing list



[gentoo-user] alsa-driver 0.9.5 - any ebuild yet?

2003-07-15 Thread Mark Knecht
Hi,
   I don't know how to check things like masked packages yet, but there has
been a new alsa-driver package on CVS for a few weeks now. Is there and
ebuild for it? I'm not finding it yet.

   If there is one, how would I get it? I'm using

emerge -p --deep world to look right now.

Thanks,
Mark



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] HELP! I dorked it myself!

2003-07-15 Thread Andrew Farmer
At 15 July, 2003 Michael W. Holdeman wrote:
> OK intrying to deal with the last baselayout update problems I
> created, I took 
> my running gentoo 1.4 system and inadvertinately (I know this seems 
> impossible to do, and I deserve all the problems I have)  dumped my 
> baselayout!. Now all I get isinit # when booting. I tried to mount /usr, 
> and /home and all I get is /dev/hda1 doesn't exist, as well as /dev/hdb1. 
> fstab is there in /etc. and df shows all filesystems although the space 
> calculations appear dorked as well. Is there a way to get to emerge and 
> install a baselayout?

Unlikely - unmerging baselayout has probably destroyed most of your
installation. You'll probably have to back everything up and reinstall.

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


RE: [gentoo-user] [OFF-TOPIC] How can i test my Bandwidth ?

2003-07-15 Thread Ricardo Nuno
hi Terje,

can you be more specific ? what is TTCP and here can i get it.

sorry if this is a dumb question.

regards,
RNuno

-Original Message-
From: Terje Kvernes [mailto:[EMAIL PROTECTED]
Sent: terca-feira, 15 de Julho de 2003 18:48
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] [OFF-TOPIC] How can i test my Bandwidth ?


"Ricardo Nuno" <[EMAIL PROTECTED]> writes:

  [ ... ]

> So i wanted to ask you guys how should i test the line before i pick
> up the phone to "scream" at my ISP

  TTCP works well for something like this.

-- 
Terje

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OFF-TOPIC] How can i test my Bandwidth ?

2003-07-15 Thread Andrew Farmer
At 15 July, 2003 Ricardo Nuno wrote:
> Anyway the test's i make on the net the closes i get is 1773mb download
> and 390 kbps upload, so or they are cheating me and making me pay for
> something i dont got, and this is no dsl line this is a dedicated one it's
> really alot of money, or the test's sux.

Probably all of the above.

What company are you getting the service from?

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


[gentoo-user] HELP! I dorked it myself!

2003-07-15 Thread Michael W. Holdeman
OK intrying to deal with the last baselayout update problems I created, I took 
my running gentoo 1.4 system and inadvertinately (I know this seems 
impossible to do, and I deserve all the problems I have)  dumped my 
baselayout!. Now all I get isinit # when booting. I tried to mount /usr, 
and /home and all I get is /dev/hda1 doesn't exist, as well as /dev/hdb1. 
fstab is there in /etc. and df shows all filesystems although the space 
calculations appear dorked as well. Is there a way to get to emerge and 
install a baselayout?

Mike

-- 
Michael W. Holdeman

Why keep payin g for windoze??
Powered by Gentoo Linux 1.2 www.gentoo.org
Linux Kernel 2.4.22_rc2-gss lowlatency, preemptable
Windows Apps thanks to Win4Lin 5.0 www.netraverse.com


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Update world, new problems with modules

2003-07-15 Thread Michael W. Holdeman
Did anyone solve this yet?

I messed up BIG time and unmerged baselayout on my desktop!

Mike


On Sunday 29 June 2003 02:22 am, Kenneth Karlsson wrote:
> I have got the same problem with my compaq portable evo n1020v.
>
> I dont have a solution and would really like to know what happened.
>
> I also did an emerge -u world and then etc-update.
>
> This seems to a fairly serious problem so I'm hoping that somebody has a
> solution.
>
>
> Regards Kenneth
>
> Michael W. Holdeman wrote:
> >Tuesday I ran emerge sync, and emerge -u world on my laptop (main machine)
> >then ran the etc-update. I must have missed something because now I have
> >multiple errors on startup. The first time through I just ran
> > update-modules and some were fixed. In fact everything now seems to work,
> > and all necessary modules are loading. However after everything is loaded
> > and running, (while kdm is starting) I switch back to the console and get
> > hundreds of errors regarding modules and /dev. For instance:
> >modprobe: cant locate module ttyUSB* which is needed for /dev/ttyUSB*
> >modprobe: cant locate module dabusb* which is needed for /dev/dabusb*
> >
> >and so on for hundreds of modules, some which are loaded and used, some
> > which are not.
> >
> >Anyone have any ideas what is going on here?
> >
> >** info, IBM TP 20
> >PIII700
> >40meg HD
> >512meg memory
> >2.4.21_rc6-gs sources kernel.
> >
> >Thanks in advance,
> >Mike
>
> --
> [EMAIL PROTECTED] mailing list

-- 
Michael W. Holdeman

Why keep payin g for windoze??
Powered by Gentoo Linux 1.2 www.gentoo.org
Linux Kernel 2.4.22_rc2-gss lowlatency, preemptable
Windows Apps thanks to Win4Lin 5.0 www.netraverse.com


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OFF-TOPIC] How can i test my Bandwidth ?

2003-07-15 Thread Terje Kvernes
"Ricardo Nuno" <[EMAIL PROTECTED]> writes:

  [ ... ]

> So i wanted to ask you guys how should i test the line before i pick
> up the phone to "scream" at my ISP

  TTCP works well for something like this.

-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mplayer stalling after a second

2003-07-15 Thread Terje Kvernes
Henti Smith <[EMAIL PROTECTED]> writes:

> I have a problem with maplayer lately. It used to work fine, but now
> when I try to play a file it playes for a second then stops.  I can
> forward and reverse fine and it playes for a second then stops again
  
  what output plugin are you using?

-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel 2.6 Test

2003-07-15 Thread Terje Kvernes
  (reference header fixed manually.  when starting a new thread,
  please don't reply to an existing article.)

Tom Syroid <[EMAIL PROTECTED]> writes:

> I'm preparing to build/test the new 2.6 kernel on my dual Athlon
> box. I'm current running gentoo-sources 2.4.20-r5.

  welcome to the club.
   
> My question is this: In the past it's been noted on numerous
> occasions the importance of having the link /usr/src/linux pointing
> to the current kernel before configuration. Does this advice also
> apply to the 2.5.x series kernels, linked as "linux-beta"?

  generally speaking, you want /usr/src/linux to point to your running
  kernel.  some ebuilds use /usr/src/linux and not /lib/modules/`uname
  -r`.  
 
> In other words, do I need to create a /usr/src/linux symlink to the
> 2.6 test directory, or will the existing linux-beta symlink suffice?

  I used /usr/src/linux even for my 2.5.X-testing because of ebuilds
  doing interesting things at times.  on the upside, things work.  :-)

-- 
Terje

--
[EMAIL PROTECTED] mailing list



[gentoo-user] mail is dispearing

2003-07-15 Thread Patrick Marquetecken
Hi,

all, i dit today a emerge -U world, and got the new mysql, apache2, php and so on. At 
first i thought all went fine, but i get no mail anymore.
Its getting pict up at my ISP with fetchmail, and from i can see from 
/var/log/mail.info postfix is getting it, but its not getting deliverd anyware!!
should i run these commands?

/usr/portage/dev-db/mysql/files/rebuilder.sh 
revdep-rebuild

Patrick


mail.info

Jul 15 19:01:56 rivendell postfix/smtpd[2583]: connect from 
rivendell.arda.org[127.0.0.1]
Jul 15 19:01:56 rivendell postfix/smtpd[2583]: 5E06FC107: 
client=rivendell.arda.org[127.0.0.1]
Jul 15 19:01:56 rivendell postfix/cleanup[2585]: 5E06FC107: message-id=<[EMAIL 
PROTECTED]>
Jul 15 19:01:56 rivendell postfix/qmgr[1253]: 5E06FC107: from=<[EMAIL PROTECTED]>, 
size=1680, nrcpt=1
(queue active)
Jul 15 19:01:56 rivendell postfix/local[2587]: 5E06FC107: to=<[EMAIL PROTECTED]>, 
orig_to=<[EMAIL PROTECTED]>,
relay=local, delay=0, status=sent (maildir)
Jul 15 19:01:56 rivendell postfix/smtpd[2583]: disconnect from 
rivendell.arda.org[127.0.0.1]

-- 
 "Live long and prosper, Spock." -- T'Pau
 "I shall do neither. I have killed my captain, and my friend." -- Spock

 PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
 Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
 ICQ# 316932703 
 Registered Linux User #44550
 http://counter.li.org


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] apache won't start after upgrade to apache 2 and php 4.3.2

2003-07-15 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 15 July 2003 5:01 pm, Steve Fox wrote:
> Hi,
>
> I've upgraded to Apache 2.0.47, php 4.3.2 and mod_php 4.3.2-r3 and see
> this error when I try to start apache:
>
>
> Syntax error on line 84 of /etc/apache2/conf/apache2.conf:
> Cannot load /etc/apache2/extramodules/libphp4.so into server:
> /etc/apache2/extramodules/libphp4.so: undefined symbol: ap_block_alarms
>
> libphp4.so is located in /etc/apache2/extramodules, apache was emerge
> with USE=apache2

There are certainly many matches under google for 'ap_block_alarms php', many 
suggest adding or altering the apache command line options.  Just to make 
sure, php was emerged after apache2, wasnt it?

- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/FEkEzrmqzOOQUj8RAozxAJ0eNR+xxp70/d9ZuLhB8tVVOXfQCwCgjB/x
vGcj6RpShhzq14jdVh9hXL8=
=JZsC
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Seg-fault when emerging mozilla(-firebird)

2003-07-15 Thread John Ziniti
Owen Gunden wrote:

On Tue, Jul 15, 2003 at 02:58:19PM +0200, Patrick B?rjesson wrote:
 

When trying to emerge mozilla or mozilla-firebird the compilation
seg-faults. 
   

This usually means you are having some hardware problems.

You could also try easing off your CFLAGS in make.conf.  I've
had "aggressive" builds of mozilla segfault.  Easing up on the
CFLAGS got through the build.
JZ

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Seg-fault when emerging mozilla(-firebird)

2003-07-15 Thread Owen Gunden
On Tue, Jul 15, 2003 at 02:58:19PM +0200, Patrick B?rjesson wrote:
> When trying to emerge mozilla or mozilla-firebird the compilation
> seg-faults. 

This usually means you are having some hardware problems.

Owen

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: booting 2.6.0-test1

2003-07-15 Thread Kurt V. Hindenburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 15 July 2003 11:06 am, Mark Renouf wrote:
> Sebastian Bergmann said the following on 7/15/2003 11:54 AM:
> > Kurt V. Hindenburg wrote:
> >>Just tried to boot into 2.6.0-test1 and it stops with
> >>'Uncompressing ... booting now' (or whatever the line is)
> >>
> >>and then it hangs there ;-(
> >
> >   Reading portage's warnings helps:
> >
> > ewarn "Also, note that you must compile in support for"
> > ewarn "input devices (Input device support->Input devices),"
> > ewarn "the virtual terminal (Character Devices->Virtual terminal),"
> > ewarn "vga_console (Graphics Support->Console...->VGA text
> > console)" ewarn "and the vt_console (Character Devices->Support for
> > console...)." ewarn "Otherwise, you will get the dreaded
> > \"Uncompressing the Kernel\"" ewarn "error."
>
> Yep, it actually didn't hang... it's still booting, you just can't
> see anything ;-) They've enhanced linux for embedded systems so now
> you can build without any console support at all. Also be sure to
> include core keyboard support (you can actually compile without any
> support for PS2 keyboards now as well).

Opps, missed that warning...anyway I finally got it to boot..using it 
now.  
When FB is configure, both nonFB and FB are foobar.  Messed up displays. 
I had to unconfig FB.



- -- 
^^^ Kurt

There is no good nor evil; there is only power.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/FDg70cAvx3ELfKARAqAdAJ0U0HciCJQvE3D61yj8B6Ei6K3k3gCfXwQX
lkbFThpjIf84hfwo1h/Lo5g=
=1ft2
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] [LONG] New baselayout: Errors everywhere!!!

2003-07-15 Thread Rex Young

>
>This isn't a cure for your problem.
>
>
>Over the several years running gentoo, I've seen more things screwed up
>by 'emerge baselayout' than I care to remember.  I always (and this is
>no exception) let baselayout age a few months before adapting it.
>


With that machine, I tend to be somewhat conservative, but I was having
another problem (as yet unresolved) that I was hoping to repair by simply
updating the machine.  When the problem with baselayout (and devfs?) came
up, I tried rolling back both baselayout and devfs with no luck.  ugh.

I've been using the machine this way for two days now and see no trouble
at all, so I'm just going to wait and hope that a repair comes down the
line.

-rex

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Syncronizing directories

2003-07-15 Thread Owen Gunden
On Tue, Jul 15, 2003 at 12:44:14AM -0300, Carlos wrote:
> > It sounds like Paulo is looking for two-way sync, which rsync does not do.
> > Explore unison, that's more like what you're looking for.
> > 
> What about a simple script that uses scp?

I suspect that after trying to think through exactly how this script will
work, you'll decide that it's not quite such a simple matter.  If not,
please post a sketch of such a simple script.  The researchers who spent
several years designing and implementing unison will be very interested to
hear just how simple it is :).

Owen

--
[EMAIL PROTECTED] mailing list



[gentoo-user] apache won't start after upgrade to apache 2 and php 4.3.2

2003-07-15 Thread Steve Fox
Hi,

I've upgraded to Apache 2.0.47, php 4.3.2 and mod_php 4.3.2-r3 and see 
this error when I try to start apache:

Syntax error on line 84 of /etc/apache2/conf/apache2.conf:
Cannot load /etc/apache2/extramodules/libphp4.so into server: 
/etc/apache2/extramodules/libphp4.so: undefined symbol: ap_block_alarms

libphp4.so is located in /etc/apache2/extramodules, apache was emerge 
with USE=apache2

Any hints would be appreciated.

Steve

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Which IMAP Server

2003-07-15 Thread Jim Bailey
On Tue, Jul 15, 2003 at 05:23:00PM +0100, Dhruba Bandopadhyay wrote:
> Bobby R. Cox wrote:
> >Hello, 
> >
> >Currently building a new mail server and I am trying to decide what IMAP
> >to use.  I was seriously looking at courier-imap because it has pop3
> >built in.  
> >
> >SMTP is going to be Postfix.  Any suggestions or comments?
> >
> 
> Whenever this question has popped up (and it has a lot!) the consensus 
> has always been courier-imap.  Here's what I use and I can heartily 
> recommend them.
> 
> Mail: Courier-imap (imap(ssl)+pop(ssl))
> SMTP: Postfix
> Filter: Procmail

Got to agree here with one added point if you are using shared and
virtual folders you will need maildrop it is part of the courier
package.  Their was a good general Postfix and Courier article in Linux
Journal a few months back should be on line.

Peace Jim

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Posting to Mailman list gives error (Apache2)

2003-07-15 Thread Dhruba Bandopadhyay
Shane Hickey wrote:
On Tue, 15 Jul 2003 17:28:40 +0100
Dhruba Bandopadhyay <[EMAIL PROTECTED]> wrote:

How can I configure postfix so that it sends these mails correctly? 
Or how can I solve this problem at all?


I had this problem and I actually submitted a bug report on it, but I
think that the solution for the problem actually caused another problem
for people running other MTAs.  Anyway, I am using Sendmail and I fixed
that problem by getting Sendmail to run as nobody instead of daemon


Thanks for input.  Regrettably, I'm using postfix so I could really use 
a solution for it.  There is default_privs=noboby variable in 
/etc/postfix/main.cf.  Is that anything to do with this problem?

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Posting to Mailman list gives error (Apache2)

2003-07-15 Thread Shane Hickey
On Tue, 15 Jul 2003 17:28:40 +0100
Dhruba Bandopadhyay <[EMAIL PROTECTED]> wrote:

> How can I configure postfix so that it sends these mails correctly? 
> Or how can I solve this problem at all?

I had this problem and I actually submitted a bug report on it, but I
think that the solution for the problem actually caused another problem
for people running other MTAs.  Anyway, I am using Sendmail and I fixed
that problem by getting Sendmail to run as nobody instead of daemon
(which is what it was running as).  I just got into Postfix, so I can't
say how to change the user that Postfix runs as, but if it's anything
like everything else I've seen in Postfix, it should be easy.

In sendmail, you can edit /etc/mail/sendmail.mc and add this line

define(`confDEF_USER_ID',``65534:65534'')dnl

Then do m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf

and you are goodtimes.

-- 
Shane Hickey <[EMAIL PROTECTED]>: Nerd
http://www.nerddiary.org 
GPG KeyID: 777CBF3F
Key fingerprint: 254F B2AC 9939 C715 278C  DA95 4109 9F69 777C BF3F

--
[EMAIL PROTECTED] mailing list



[gentoo-user] rc-update oddness

2003-07-15 Thread Mark Renouf
Just a quick note, not sure if this is a bug or not.

I first installed metalog as suggested by the installation guide. I 
decided to switch to syslog-ng. I did the following:

emerge unmerge metalog
emerge syslog-ng
rm -rf /etc/metalog (was config protected)
rc-update del metalog
On reboot, I got a warning that metalog provided resource "logger" 
which is a duplicate of syslog-ng. Then got an error starting 
metalog (cause its gone).

I tried 'rc-update del metalog' and it said it wasn't there.

Finally I realized I had to 'rm /etc/init.d/metalog' then all was fine.

Was there a way to avoid this or is this a bug of sorts?

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] [OFF-TOPIC] How can i test my Bandwidth ?

2003-07-15 Thread Bobby R. Cox
On Tue, 2003-07-15 at 09:18, Ricardo Nuno wrote:
> hi,
> 
> i just got a dedicated 2mb upload/download so does the ISP say's
> i'm paying really good money for this line.
> 
> Anyway the test's i make on the net the closes i get is 1773mb download
> and 390 kbps upload, so or they are cheating me and making me pay for
> something i dont got, and this is no dsl line this is a dedicated one it's
> really alot of money, or the test's sux.
> 
> So i wanted to ask you guys how should i test the line before i pick up the
> phone to "scream" at my ISP
> 
> thanks in advance
> 
> RNuno
> 
> 
> --
> [EMAIL PROTECTED] mailing list

Try this site...

www.dslreports.com

Speed test is on the left under Our Tools

-- 
Bobby R. Cox 
Linux Systems Administrator 
Project Mutual Telephone 
[EMAIL PROTECTED] 
208.434.7185 

The mosquito exists to keep the mighty humble.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: booting 2.6.0-test1

2003-07-15 Thread Mark Renouf
Sebastian Bergmann said the following on 7/15/2003 11:54 AM:

Kurt V. Hindenburg wrote:

Just tried to boot into 2.6.0-test1 and it stops with
'Uncompressing ... booting now' (or whatever the line is)
and then it hangs there ;-(


  Reading portage's warnings helps:

ewarn "Also, note that you must compile in support for"
ewarn "input devices (Input device support->Input devices),"
ewarn "the virtual terminal (Character Devices->Virtual terminal),"
ewarn "vga_console (Graphics Support->Console...->VGA text console)"
ewarn "and the vt_console (Character Devices->Support for console...)."
ewarn "Otherwise, you will get the dreaded \"Uncompressing the Kernel\""
ewarn "error."
Yep, it actually didn't hang... it's still booting, you just can't
see anything ;-) They've enhanced linux for embedded systems so now
you can build without any console support at all. Also be sure to
include core keyboard support (you can actually compile without any
support for PS2 keyboards now as well).
Offtopic: does anyone have any feedback on ACPI? Functionality seems
to have broken for a lot of stuff compared to 2.4.
(/proc/acpi/battery is empty now).
--
[EMAIL PROTECTED] mailing list


[gentoo-user] Re: booting 2.6.0-test1

2003-07-15 Thread Sebastian Bergmann
Kurt V. Hindenburg wrote:
> Just tried to boot into 2.6.0-test1 and it stops with
> 'Uncompressing ... booting now' (or whatever the line is)
>
> and then it hangs there ;-(

  Reading portage's warnings helps:

ewarn "Also, note that you must compile in support for"
ewarn "input devices (Input device support->Input devices),"
ewarn "the virtual terminal (Character Devices->Virtual terminal),"
ewarn "vga_console (Graphics Support->Console...->VGA text console)"
ewarn "and the vt_console (Character Devices->Support for console...)."
ewarn "Otherwise, you will get the dreaded \"Uncompressing the Kernel\""
ewarn "error."

-- 
Sebastian Bergmann
http://sebastian-bergmann.de/   http://phpOpenTracker.de/

Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/


--
[EMAIL PROTECTED] mailing list



[gentoo-user] booting 2.6.0-test1

2003-07-15 Thread Kurt V. Hindenburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just tried to boot into 2.6.0-test1 and it stops with
'Uncompressing ... booting now' (or whatever the line is)

and then it hangs there ;-(

- -- 
^^^ Kurt

There is no good nor evil; there is only power.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/FCGU0cAvx3ELfKARAjfdAJ9ct41YG2sxDjH8Owz9af98EpgCJwCcCCUf
62w6laiRLn2risGctyniLUg=
=GMkc
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] [OFF-TOPIC] How can i test my Bandwidth ?

2003-07-15 Thread Ricardo Nuno
hi Dhruba,

that is one off the sites that gives me the worst result's
890 download / 390 upload is this is true then i'm really getting robed

-Original Message-
From: Dhruba Bandopadhyay [mailto:[EMAIL PROTECTED]
Sent: terca-feira, 15 de Julho de 2003 17:24
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] [OFF-TOPIC] How can i test my Bandwidth ?


Ricardo Nuno wrote:
> hi,
>
> i just got a dedicated 2mb upload/download so does the ISP say's
> i'm paying really good money for this line.
>
> Anyway the test's i make on the net the closes i get is 1773mb download
> and 390 kbps upload, so or they are cheating me and making me pay for
> something i dont got, and this is no dsl line this is a dedicated one it's
> really alot of money, or the test's sux.
>
> So i wanted to ask you guys how should i test the line before i pick up
the
> phone to "scream" at my ISP

http://bandwidthplace.net/ maybe?


--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Posting to Mailman list gives error (Apache2)

2003-07-15 Thread Dhruba Bandopadhyay
Hello,

I've finally got mailman working with apache2 and have created a new 
list.  However when I post to it I get the following error:

This is the Postfix program at host codewordt.co.uk.

I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to 

If you do so, please include this problem report. You can
delete your own text from the message returned below.
			The Postfix program

<[EMAIL PROTECTED]>: Command died with status 2:
"/usr/local/mailman/mail/mailman post mailman". Command output: Group
mismatch error.  Mailman expected the mail wrapper script to be 
executed as
group "postfix", but the system's mail server executed the mail 
script as
group "nobody".  Try tweaking the mail server to run the script as 
group
"postfix", or re-run configure,  providing the command line option
`--with-mail-gid=nobody'.

How can I configure postfix so that it sends these mails correctly?  Or 
how can I solve this problem at all?

With regards

P.S.  In case it matters, I set the MAILGID="207" in mailman ebuild 
before emerging since that was my postfix GID.

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Ebuild for CINEPAINT ..............

2003-07-15 Thread Prabhat Gupta
Hi All,

Did anyone make an ebuild for "cinepaint"

http://cinepaint.sourceforge.net/

--
P r a b h a t  G u p t a 
/\/\*



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] [OFF-TOPIC] How can i test my Bandwidth ?

2003-07-15 Thread Dhruba Bandopadhyay
Ricardo Nuno wrote:
hi,

i just got a dedicated 2mb upload/download so does the ISP say's
i'm paying really good money for this line.
Anyway the test's i make on the net the closes i get is 1773mb download
and 390 kbps upload, so or they are cheating me and making me pay for
something i dont got, and this is no dsl line this is a dedicated one it's
really alot of money, or the test's sux.
So i wanted to ask you guys how should i test the line before i pick up the
phone to "scream" at my ISP
http://bandwidthplace.net/ maybe?

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Which IMAP Server

2003-07-15 Thread Dhruba Bandopadhyay
Bobby R. Cox wrote:
Hello, 

Currently building a new mail server and I am trying to decide what IMAP
to use.  I was seriously looking at courier-imap because it has pop3
built in.  

SMTP is going to be Postfix.  Any suggestions or comments?

Whenever this question has popped up (and it has a lot!) the consensus 
has always been courier-imap.  Here's what I use and I can heartily 
recommend them.

Mail: Courier-imap (imap(ssl)+pop(ssl))
SMTP: Postfix
Filter: Procmail
--
[EMAIL PROTECTED] mailing list


  1   2   >