Re: [gentoo-user] kernel depression

2004-01-17 Thread Guy Van Sanden
Thank you all for responding, Im going to try vanilla !

I was beginning to think that I was doing something wrong, or my
hardware was buggy, but then it wouldn't run any kernel.

I hope I get things fixed, I've been trying to get of gentoo-sources
2.4.20-r8 for over a month now...


On Sat, 2004-01-17 at 00:03, Gerhard W. Gruber wrote:
 On Fri, 16 Jan 2004 22:38:44 +0100, Guy Van Sanden [EMAIL PROTECTED] wrote:
 
 Every kernel since 2.4.20-r8 fails on my system
 2.4.20-r9 and -r10: USB crashes
 2.4.22-r1 reiser extremely slow
 2.4.22-r4 and -r5 NFS timeouts
 
 I have been running all these kernels as vanilla kernels, and I had no
 problems with them.
 
 Either its your hardware or maybe your kernel is not properly configured.
-- 
__  

Guy Van Sanden 
http://unixmafia.port5.com  

Registered Linux user #249404 - September 1997
__


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge win4lin doesn't work

2004-01-17 Thread Elton Algera
It seems like you have no mirrors set.
Try:
emerge mirrorselect
mirrorselect -a -s6 (this sets six mirrors in /etc/make.conf)

emerge win4lin


On Sat, 2004-01-17 at 00:12, Klaus Neumann wrote:
 Hi,
 trying to emerge win4lin, I got this:
 -
 Connecting to ftp.gtlib.cc.gatech.edu[130.207.108.134]:21... connected.
 Logging in as anonymous ... Logged in!
 == SYST ... done.== PWD ... done.
 == TYPE I ... done.  == CWD /pub/gentoo/distfiles ... done.
 == PASV ... done.== RETR Win4Lin-5.5.8e-d.i386.rpm ...
 No such file `Win4Lin-5.5.8e-d.i386.rpm'.
 
 !!! Couldn't download Win4Lin-5.5.8e-d.i386.rpm. Aborting.
 -
 
 I'm lost now. Could somebody please tell me what I can do about it? TIA!


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


[gentoo-user] Re: kernel 2.4.22 (r4 and r5): nfs problems

2004-01-17 Thread Kees de Bruin
On Fri, 16 Jan 2004 16:57:25 +0100, Guy Van Sanden wrote:

 I submitted a bugreport for a problem I've been having with 2.4.22
 gentoo-sources kernels.
 http://bugs.gentoo.org/show_bug.cgi?id=38399
 
 These kernels give NFS timeouts on my NFS mounted homedirs, but mainly
 under heavy operations.
 2.4.20 kernels work fine...
 
 Does anyone else experience this or have any information about a probable
 cause?

Last week I did a posting on the server list about NFS problems. In short
I have the following problems between a on-board VIA-Rhine II and an
on-board Realtek 8139:

 Client lock-up when I access an NFS mounted directory (after some Mb's
 are transfered. Process flag D with ps axuww

 SMB is reduced to about 30-40 Kb/s

 rsync is between 500-800 Kb/s

 Kernels: gentoo 2.4.20-r[56789], 2.4.22-r2, stock 2.4.23, 2.4.24

However, I might have some power supply issues since it all started when I
added an extra Realtek card to my VIA EPIA server. Switching between the
on-board VIA-Rhine and Realtek made no difference.

-- 
 _  _ _
| | _ _| | |_  Kees de Bruin
| |/ / _ | _ \
|_|\_\___|___/   Read the manual -- what a radical concept



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Intermittant poweroff failure

2004-01-17 Thread Elton Algera

On Sat, 2004-01-17 at 11:34, Tom Eastman wrote:
 On Sat, 17 Jan 2004 01:53, Bill Roberts wrote:
  On 22:07 Fri 16 Jan , Tom Eastman wrote:
   Ever since I installed gentoo on my new computer in October I've been
   frustrated when I try to shut it down.
 
  Have you tried the poweroff command. Works for me.
 
 I have both ACPI and APM enabled in the kernel.  Although because my cpu is 
 hyperthreading I get this warning in the kernel messages:
 
   apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
   apm: disabled - APM is not SMP safe.
 

You cannot have both apm and apci enabled. The kernel will build, but
only the one that loads first gets enabled.

From /usr/src/linux/Documentation/pm.txt:

No sorry, you can not have both ACPI and APM enabled and running at
once.  Some people with broken ACPI or broken APM implementations
would like to use both to get a full set of working features, but you
simply can not mix and match the two.  Only one power management
interface can be in control of the machine at once.  Think about it..

(This goes for 2.4 and 2.6)

I guess that your MB supports apci (as you have a fast processor on it),
so maybe you could try to disable APM.

 

 I have also tried using CONFIG_APM_REAL_MODE_POWER_OFF in the kernel config, 
 but just ended up getting the same results.
 
 It's frustrating, because it works about half the time.  So I know that it 
 *can* turn my computer off.  I just don't know what's preventing it!
 
   Tom
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 
 
 


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


Re: [gentoo-user] Intermittant poweroff failure

2004-01-17 Thread Elton Algera
On Sat, 2004-01-17 at 09:21, Elton Algera wrote:
 On Sat, 2004-01-17 at 11:34, Tom Eastman wrote:
  On Sat, 17 Jan 2004 01:53, Bill Roberts wrote:
   On 22:07 Fri 16 Jan , Tom Eastman wrote:
Ever since I installed gentoo on my new computer in October I've been
frustrated when I try to shut it down.
  
   Have you tried the poweroff command. Works for me.
  
  I have both ACPI and APM enabled in the kernel.  Although because my cpu is 
  hyperthreading I get this warning in the kernel messages:
  
  apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
  apm: disabled - APM is not SMP safe.
  
 
 You cannot have both apm and apci enabled. The kernel will build, but
 only the one that loads first gets enabled.
 
 From /usr/src/linux/Documentation/pm.txt:
 
 No sorry, you can not have both ACPI and APM enabled and running at
 once.  Some people with broken ACPI or broken APM implementations
 would like to use both to get a full set of working features, but you
 simply can not mix and match the two.  Only one power management
 interface can be in control of the machine at once.  Think about it..
 
 (This goes for 2.4 and 2.6)
 
 I guess that your MB supports apci (as you have a fast processor on it),
 so maybe you could try to disable APM.
 

You can turn on the debug statements 

CONFIG_ACPI_DEBUG

Maybe that helps
  
 
  I have also tried using CONFIG_APM_REAL_MODE_POWER_OFF in the kernel config, 
  but just ended up getting the same results.
  
  It's frustrating, because it works about half the time.  So I know that it 
  *can* turn my computer off.  I just don't know what's preventing it!
  
  Tom
  
  
  --
  [EMAIL PROTECTED] mailing list
  
  
  
  
  


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


[gentoo-user] Would be possible migrate from Gentoo 1.4 to Gentoo 2004?

2004-01-17 Thread qwerty
I've just wanna know if there would be a chance of migrate from 1.4
series to 2004, this is because I'm starting to administrate a server
trough ssh and when Gentoo 2004 cames out it would be nice to have it
;-)

Thanks,
Angel Freire
cuerty @ forums.gentoo.org


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE Install Problem

2004-01-17 Thread Jani-Matti Hätinen
On Saturday 17 January 2004 06:09, Bob White wrote:
 I'm a new Gentoo user, although not to Linux in general.  I'm trying to
 install Gentoo on an older HP Pavilion with a k6-2 333 processor.  All
 has gone well to this point - I have the base install (I started from a
 stage 3 install), as well as X installed and operating. (Both -mcpu and
 -march are set to k6-2 in make.conf)

There's no point in setting both -march and -mcpu. It's effectively the same 
as using plain -mcpu. If you're not planning to change the processor type, I 
suggest that you use just -march=k6-2.

 I encountered a problem trying to install KDE.  After starting with
 emerge kde, it ran for a while and halted with an error on trying to
 compile libvorbis-1.0.1.  The problem occurs as the compiler is
 compiling floor1.c.  I receive an error that looks like:

 {standard input}: Assembler Message
 {standard input}: 13439 Error Value of ff7e too large for
 field of 1 bytes at 4b4e

IIRC I've compiled libvorbis-1.0.1 on a k6-2. (I'm not abolutely sure about 
the version since this was last week, and I can't check it now) My CFLAGS 
were -march=k6-2 -O3 -pipe -fomit-frame-pointer
  If it won't compile with those, you could try setting -march=i586. In my 
experience assembler errors on the k6-2 can usually be fixed like this. Just 
remember to only emerge libvorbis with -march=i586, otherwise you'll lose a 
bit of performance.

 I have deleted the portage directories for libvorbis, resynced, and
 re-emerged it.  No success.  I re-emerged libogg, which is required by
 libvorbis, and it compiled successfully.  However this didn't fix
 libvorbis - it still fails in the same place.

If by portage directories you mean /usr/portage/media-libs/libvorbis, then 
this is hardly surprising. Deleting directories in /usr/portage won't help in 
these situations (or any others for that matter) since they only hold the 
ebuilds and digests of the package. emerge sync fetches updates and deletes 
all stale or modified files.

-- 
Jani-Matti Hätinen


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Would be possible migrate from Gentoo 1.4 to Gentoo 2004?

2004-01-17 Thread Jani-Matti Hätinen
On Friday 16 January 2004 10:56, qwerty wrote:
 I've just wanna know if there would be a chance of migrate from 1.4
 series to 2004, this is because I'm starting to administrate a server
 trough ssh and when Gentoo 2004 cames out it would be nice to have it
 ;-)

Just run emerge sync  emerge -uD world after Gentoo 2004 comes out. That's 
all you need to do. There's no need for special updates or migration with 
Gentoo and that's one of the main reasons people use it.
  That said, there might be some special steps you need to do when the next 
major gcc version comes out (as with the transition from 2.95 to the 3 
series), but this won't be happening in a few years.

-- 
Jani-Matti Hätinen


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Mplayer without X

2004-01-17 Thread Kim Ingemann
Hi.

Is it possible to install mplayer without X support? I only need to
listen to radio (mms://).

I tried with the useflags -X -qt -gtk -gnome -alsa -kde -gpm but it
still wants to install with X support. I don't need it at all.

If not, is there any other console applications that can play music
through mms://?

-- 
Med venlig hilsen / Best regards,

Kim Ingemann
http://pingvinland.dk/


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


[gentoo-user] Re: [mailing_lists] Re: [gentoo-user] emerge win4lin doesn't work

2004-01-17 Thread Klaus Neumann
Didn't work either.
Never mind, I emerged an older version instead. Good enough for a trial.
Thank you!

On Sat, 17 Jan 2004 09:06:16 +0100
Elton Algera [EMAIL PROTECTED] wrote:

 It seems like you have no mirrors set.
 Try:
 emerge mirrorselect
 mirrorselect -a -s6 (this sets six mirrors in /etc/make.conf)
 
 emerge win4lin
 
 
 On Sat, 2004-01-17 at 00:12, Klaus Neumann wrote:
  Hi,
  trying to emerge win4lin, I got this:
  -
  Connecting to ftp.gtlib.cc.gatech.edu[130.207.108.134]:21... connected.
  Logging in as anonymous ... Logged in!
  == SYST ... done.== PWD ... done.
  == TYPE I ... done.  == CWD /pub/gentoo/distfiles ... done.
  == PASV ... done.== RETR Win4Lin-5.5.8e-d.i386.rpm ...
  No such file `Win4Lin-5.5.8e-d.i386.rpm'.
  
  !!! Couldn't download Win4Lin-5.5.8e-d.i386.rpm. Aborting.
  -
  
  I'm lost now. Could somebody please tell me what I can do about it? TIA!
 


-- 
Best regards,
Klaus

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mplayer without X

2004-01-17 Thread qwerty
On Sat, 2004-01-17 at 05:51, Kim Ingemann wrote:
 Hi.
 
 Is it possible to install mplayer without X support? I only need to
 listen to radio (mms://).
 
 I tried with the useflags -X -qt -gtk -gnome -alsa -kde -gpm but it
 still wants to install with X support. I don't need it at all.
 
 If not, is there any other console applications that can play music
 through mms://?

try an emerge -pv to see what flags're being used.

Also try this ;-)

USE=-xmms -3dfx -X -gnome -xv -opengl -truetype -dvd -gtk -esd -gtk2
-lirc

Angel Feire
cuerty @ forums.gentoo.org


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Macintosh volumes

2004-01-17 Thread patrick . marquetecken
I always get error this is what i dit:
kernel 2.4.20.x


patch -p1 -d /usr/src/linux  linux-2.4.hfsplus.diff
cp -r hfsplus /usr/src/linux/fs
recompiled the kernel with buil-in hfsplus support (but i can't mount)


cd hfsplus
make KERNELSRC=/usr/src/linux


In file included from super.c:23:
hfsplus_fs.h:113: redefinition of `struct hfsplus_sb_info'
hfsplus_fs.h:163: redefinition of `struct hfsplus_inode_info'
super.c:268: unknown field `alloc_inode' specified in initializer
super.c:268: warning: initialization from incompatible pointer type
super.c:269: unknown field `destroy_inode' specified in initializer
super.c:269: warning: initialization from incompatible pointer type
super.c: In function `hfsplus_init_once':
super.c:508: warning: implicit declaration of function `inode_init_once'
make[2]: *** [super.o] Error 1
make[2]: Leaving directory `/home/patrick/hfsplus-20031219/hfsplus'
make[1]: *** [_mod_/home/patrick/hfsplus-20031219/hfsplus] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r7'
make: *** [all] Error 2


Patrick


On Fri, 16 Jan 2004 13:24:50 -0500
Michael Stilson Jr. [EMAIL PROTECTED] wrote:

 I have used it (hfsplus) with the 2.4.x kernel. Just compiled it as a 
 module on my IBM clone and built-in on my PPC machine. So far I haven't 
 had any problems.
 
 I guess I haven't tried to mount and rw to a Mac volume from the IBM 
 clone though. No problems with the Mac. It's an old world machine 
 (pre green-n-white G3s), so when I compile a new kernel I have to copy 
 it to /System\ Folder/Linux\ Kernels/ so that BootX will load it 
 after the initial MacOS boot. So, I just mount my MacOS9 volume on 
 /boot.
 
 anyways...I am rambling...
 
 I would be interested if you have any problems, but most happy if you 
 don't.
 
 :)
 
 Thanks,
 
 - michael
 
 On Friday, January 16, 2004, at 05:33 AM, Diego Zamboni wrote:
 
 
  Is it possible to mount Macintosh extented HFS volumes?
  I have hfs in my kernel, i mount with his command :
 
  You can get the hfsplus driver from http://www.ardistech.com/hfsplus/
 
  If you are using 2.6.x, to make it compile properly, you need to 
  comment
  out lines 73-83 of hfsplus/wrapper.c. Other than that, it seems to work
  perfectly. I haven't tried it with 2.4.x
 
  --Diego
 
 
 
  --
  [EMAIL PROTECTED] mailing list
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 


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

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] kdemutimedia compile error

2004-01-17 Thread Chris
On Saturday 17 January 2004 12:09 am, Chris wrote:
 On Friday 16 January 2004 11:47 pm, Kevin Hanson wrote:
  Chris wrote:
  I am updating to kde 3.1.5, it got as far as kdemultimedia then stops
   with the following error.
  
  
  -- -- from /usr/include/asm/byteorder.h:65,
   from /usr/include/linux/cdrom.h:14,
   from cdromAccess_Linux.cpp:20,
   from cdromAccess.cpp:26:
  /usr/include/linux/byteorder/swab.h: In function `const __u32
 __fswab24(unsigned int)':
  /usr/include/linux/byteorder/swab.h:174: error: ISO C++ forbids
   braced-groups within expressions
  /usr/include/linux/byteorder/swab.h:174: error: ISO C++ forbids
   braced-groups within expressions
  /usr/include/linux/byteorder/swab.h: In function `__u32
   __swab24p(__u32*)': /usr/include/linux/byteorder/swab.h:178: error: ISO
   C++ forbids braced-groups within expressions
  /usr/include/linux/byteorder/swab.h:178: error: ISO C++ forbids
   braced-groups within expressions
  /usr/include/linux/byteorder/swab.h: In function `void
   __swab24s(__u32*)': /usr/include/linux/byteorder/swab.h:182: error: ISO
   C++ forbids braced-groups within expressions
  /usr/include/linux/byteorder/swab.h:182: error: ISO C++ forbids
   braced-groups within expressions
  make[4]: *** [cdromAccess.lo] Error 1
  make[4]: Leaving directory
  `/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib/l
  ib /input' make[3]: *** [all-recursive] Error 1
  make[3]: Leaving directory
  `/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib/l
  ib ' make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory
  `/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory
  `/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5'
  make: *** [all] Error 2
  
  !!! ERROR: kde-base/kdemultimedia-3.1.5 failed.
  !!! Function kde_src_compile, Line 123, Exitcode 2
  !!! died running emake, kde_src_compile:make
  
  
  -
  
  I ran it through twice to be sure each time the same error. Any ideas on
   how to fix this?
  
  --
  Chris
  
  
  --
  [EMAIL PROTECTED] mailing list
 
  I did two things, which I found in the forums.  I had the same error as
  you and this worked.  I tried number 1 first and it didn't work, then
  added number 2 and it worked.  So, I don't know if I needed number 1 or
  not.  It takes too long to compile for me to try it with number 2 only.
 
  I guess autoconf can have multiple behaviors.  If I do autoconf
  --version  I get 2.13.  If I set WANT_AUTOCONF=2.5, then autoconf
  --version returns 2.5.  The forum thread indicates that autoconf caused
  problems for kde 3.1.4 so I tried this first.
 
  1.  WANT_AUTOCONF=2.5 emerge -u kdemultimedia
 
  As I said, this didn't work.  One post in the tread mentioned changing
  some compile time options directly in the ebuild
  (/usr/portage/kde-base/kdemultimedia/kdemultimedia-3.1.5.ebuild), which
  I did:
 
  2.  myconf=$myconf --disable-strict --disable-warnings.  Add this
  after the other myconf lines toward the top of the file.
 
  The forum thread is:  http://forums.gentoo.org/viewtopic.php?t=122430
 
  I also changed my USE variable to -esd, but I don't think that was
  related.
 
  Hope this helps.
 
  Cheers,
  Kevin
 
  --
  [EMAIL PROTECTED] mailing list

 thanks

 i'll try it with #2 by its self first and let you know what happens.

it installed
-- 
Chris


--
[EMAIL PROTECTED] mailing list



[gentoo-user] cupsd, modprobe: Can't locate module /dev/usblp0

2004-01-17 Thread angelo ngi
hi all,

thanks to read this message.

I have a little problem due to cupsd installation on my gentoo 1.4, kernel 
2.4. I've installed cupsd, foomatic and gim-print. I' ve followed the steps 
on the gentoo site.

I just need to print on the standard parallel port with may hp-deskjet600. 
Cupsd have also worked, since i have printed a test page.

But at startup, at the exact moment that cupsd executable is loaded, i get a 
list of about 30 messsages like this

modprobe: Can't locate module /dev/usb/ttyUSB0
modprobe: Can't locate module /dev/usb/ttyUSB1
modprobe: Can't locate module /dev/usb/ttyUSB2
modprobe: Can't locate module /dev/usb/ttyUSB3  ... up  to 15
modprobe: Can't locate module /dev/usblp0
modprobe: Can't locate module /dev/usblp1
modprobe: Can't locate module /dev/usblp2 ... up to 15
and so on.

If i stop and start cupsd at the shell i receive the same errors. If i do the 
same on kne in a terminal, i don't get any message error.  

Every help or suggestion is really appreciated.  Infinite thanks,   
Angelo Dureghello


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Would be possible migrate from Gentoo 1.4 to Gentoo 2004?

2004-01-17 Thread [EMAIL PROTECTED]




That is right... unless there are a major architectural changes. If I
understand this correctly, Gentoo borrows the idea from FreeBSD,
everything is developed constantly and a release is just a snapshot of
everything on the release day. And if Gentoo follow it even further it
will be possible to do seamless upgrade... imagine your Gentoo Linux
evolve instead of replacing it everytime with a new version. I think
that is pretty neat!

Recently, there is a posting here  on Slashdot about BSD 
Linux comparison, if you're interested you should have a look...

http://www.over-yonder.net/~fullermd/rants/bsd4linux/bsd4linux1.php

Any comment on this one ppl?



Regards,

Martin Tedjawardhana


Jani-Matti Htinen wrote:

  On Friday 16 January 2004 10:56, qwerty wrote:
  
  
I've just wanna know if there would be a chance of migrate from 1.4
series to 2004, this is because I'm starting to administrate a server
trough ssh and when Gentoo 2004 cames out it would be nice to have it
;-)

  
  
Just run emerge sync  emerge -uD world after Gentoo 2004 comes out. That's 
all you need to do. There's no need for special updates or migration with 
Gentoo and that's one of the main reasons people use it.
  That said, there might be some special steps you need to do when the next 
major gcc version comes out (as with the transition from 2.95 to the 3 
series), but this won't be happening in a few years.

  






[gentoo-user] kmod: failed to exec /sbin/modprobe...

2004-01-17 Thread _JusSx_
Hi,
I got this kind of error from my kernel and i would like to remove it.
However this errror isn't fatal.

$ dmesg

...
...

kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

..
..
...

why? how can i solve it? 

thanx in advance


--
[EMAIL PROTECTED] mailing list



[gentoo-user] `su` vs. `su -` (was: env.d)

2004-01-17 Thread Andrej Kacian
On Sat, 3 Jan 2004 22:29:27 -0500
Phil Barnett [EMAIL PROTECTED] wrote:

 Please note the difference between
 
 su
 
 and
 
 su -
 
 su changes to the new user without changing the existing environment.
 
 su - changes to the new user and takes on all characteristics of the new user
 including the new user's normal environment.
 
 Big difference.

When I issue `su` command and try to compute a digest for an ebuild, it works.
However, when I issue `su -` and then I try to compute the digest, I get
following error:

# ebuild eremove-1.4.ebuild digest
Traceback (most recent call last):
  File /usr/bin/ebuild, line 34, in ?
a=portage.doebuild(pargs[0],x,getroot(),debug=debug)
TypeError: doebuild() takes at least 4 non-keyword arguments (3 given)

I assume there is something about getroot() function, but I don't know what.

Is there any way to fix this? If so, how?


Thanks.
-- 
/~\ The ASCIIAndrej Ticho Kacian andrej at kacian dot sk
\ / Ribbon Campaign  GnuPG public key ID: 7CD93FE2 (pgp.mit.edu)
 X  Against HTML Key fingerprint:
/ \ Email!   E87D 9DEF 2A23 6FFB 7AD9 542F 4253 3A46 7CD9 3FE2


pgp0.pgp
Description: PGP signature


[gentoo-user] Emerge K3B

2004-01-17 Thread Dennis Robertson
Hello List,

I am trying to emerge k3b. Doing a straight emerge I got 28 packages and all 
of them compiled until the last one, k3b-0.9, which failed as follows:

k3bdevicemanager.cpp:751: `SCSI_BLK_MAJOR' undeclared (first use this 
function)
k3bdevicemanager.cpp:751: (Each undeclared identifier is reported only once 
for
   each function it appears in.)
make[4]: *** [k3bdevicemanager.lo] Error 1
make[4]: Leaving directory 
`/var/tmp/portage/k3b-0.9/work/k3b-0.9/src/core/device'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/k3b-0.9/work/k3b-0.9/src/core'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/k3b-0.9/work/k3b-0.9/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/k3b-0.9/work/k3b-0.9'
make: *** [all] Error 2

!!! ERROR: app-cdr/k3b-0.9 failed.
!!! Function kde_src_compile, Line 123, Exitcode 2
!!! died running emake, kde_src_compile:make

So I tried version k3b-0.10 as follows:

# ACCEPT_KEYWORDS=~x86 emerge -pv k3b

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

Calculating dependencies ...done!
[ebuild U ] app-cdr/cdrdao-1.1.7-r3 [1.1.7-r1] +gnome +oggvorbis +perl
[ebuild  N] app-cdr/dvd+rw-tools-5.13.4.7.4
[ebuild  N] app-cdr/k3b-0.10.3-r2  -debug +dvd +oggvorbis +mad +dvdr

and got the following failure:

make[2]: Leaving directory 
`/var/tmp/portage/cdrdao-1.1.7-r3/work/cdrdao-1.1.7/paranoia'
make[1]: Leaving directory 
`/var/tmp/portage/cdrdao-1.1.7-r3/work/cdrdao-1.1.7/paranoia'
make[1]: Entering directory 
`/var/tmp/portage/cdrdao-1.1.7-r3/work/cdrdao-1.1.7/dao'
Makefile:107: port.d: No such file or directory
Makefile:107: data.d: No such file or directory
Makefile:107: CdrDriver.d: No such file or directory
Makefile:107: CDD2600Base.d: No such file or directory
Makefile:107: CDD2600.d: No such file or directory
Makefile:107: PlextorReader.d: No such file or directory
Makefile:107: GenericMMC.d: No such file or directory
Makefile:107: SubChannel.d: No such file or directory
Makefile:107: PQSubChannel16.d: No such file or directory
Makefile:107: PWSubChannel96.d: No such file or directory
Makefile:107: PQChannelEncoder.d: No such file or directory
Makefile:107: GenericMMCraw.d: No such file or directory
Makefile:107: PlextorReaderScan.d: No such file or directory
Makefile:107: RicohMP6200.d: No such file or directory
Makefile:107: TaiyoYuden.d: No such file or directory
Makefile:107: YamahaCDR10x.d: No such file or directory
Makefile:107: TeacCdr55.d: No such file or directory
Makefile:107: SonyCDU920.d: No such file or directory
Makefile:107: SonyCDU948.d: No such file or directory
Makefile:107: ToshibaReader.d: No such file or directory
Makefile:107: CdTextEncoder.d: No such file or directory
Makefile:107: Settings.d: No such file or directory
Makefile:107: dao.d: No such file or directory
Makefile:107: ScsiIf-lib.d: No such file or directory
Makefile:107: main.d: No such file or directory
Creating dependencies for main.cc
Creating dependencies for ScsiIf-lib.cc
ScsiIf-lib.cc:37:21: xconfig.h: No such file or directory
ScsiIf-lib.cc:38:22: standard.h: No such file or directory
ScsiIf-lib.cc:39:24: scg/scgcmd.h: No such file or directory
ScsiIf-lib.cc:40:28: scg/scsitransp.h: No such file or directory
make[1]: *** [ScsiIf-lib.d] Error 1
make[1]: *** Waiting for unfinished jobs
make[1]: Leaving directory 
`/var/tmp/portage/cdrdao-1.1.7-r3/work/cdrdao-1.1.7/dao'
make: *** [all] Error 1

!!! ERROR: app-cdr/cdrdao-1.1.7-r3 failed.
!!! Function src_compile, Line 76, Exitcode 2
!!! (no error message)

These errors seem to relate to scsi, which I don't have in my system, nor is 
it included in my 2.6.1-gentoo-r1 kernel because the kernel documentation 
says scsi emulation is no longer required.

Can anyone help me get k3b installed, please? TIA.

Dencar



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mplayer without X

2004-01-17 Thread Kim Ingemann
Thanks alot Angel and Jani. It worked.

-- 
Med venlig hilsen / Best regards,

Kim Ingemann
http://pingvinland.dk/


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


Re: [gentoo-user] IMPORTANT: 1 config files in /etc need updating.

2004-01-17 Thread Jason Stubbs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 17 January 2004 01:01, Kurt Guenther wrote:
 I did an emerge portage  and recieved this:

 IMPORTANT: 1 config files in /etc need updating.

 I read the emerge --help config which was interesting, but didn't tell
 me how to resolve this.

 I ran etc-update, and it looks like it did some work.   Am I in the
 clear?  Or, is there more work to do?

I'll comment here seeing as it's not documented. When you ran etc-update the 
first time, you would have seen something to the effect of merging minor 
changes in ... Minor changes means, as far as I know, changes to the two or 
three copyright comment lines at the beginning of a stock-standard config 
file and perhaps even other comments within the file. I'm not certain on what 
minor changes covers.

If there is something to do, etc-update will present you with a list of files 
that need updating and then provide a primitive interface to edit each one. 
Each person has there own way of actually editing the files, so I won't go 
into that. It suffices to say that etc-update will present the current file's 
path and the new files path which will be in the 
form /path/to/file/._cfg00xxfilename.

- -- 
Regards,
Jason Stubbs
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFACRrFosKAszmcBv4RAhYXAJ4y4gE4jNJI8CHFMmxOsLrziPArJgCcCZEv
e5jTkD97MVLKkcAY0VbbySU=
=0d/z
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



[gentoo-user] command line

2004-01-17 Thread Chris
where would be the best place to put something into the command line so it 
starts automaticly?
-- 
Chris


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] command line

2004-01-17 Thread Chris
On Saturday 17 January 2004 05:33 am, Chris wrote:
 where would be the best place to put something into the command line so it
 starts automaticly?

forget this email i found what i was looking for

thanks anyway:)
-- 
Chris


--
[EMAIL PROTECTED] mailing list



[gentoo-user] services

2004-01-17 Thread Stefano Carraro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,
during gentoo installation i've installed metalog as log service. Now, i've 
replaced it whith syslog-ng (replaced also in default runlevel). After doing 
this, all emerge will display this message:

 * Caching service dependencies...
 *  Service 'metalog' already provide 'logger'!;
 *  Not adding service 'syslog-ng'...  
[ ok ]
 Auto-cleaning packages ...

How ca i correct this?

- -- 

Gentoo Linux:   Gentoo Base System version 1.4.3.10p1
kernel-2.4.22-ac4   AMD Athlon(tm) XP 2500+
Acer Aspire 1315LC

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

iD8DBQFACShofXAYERCkbrcRAh8WAJ9uh7sn1iVYMfbW/rABNc0s/XdK7gCfTYLB
WSaq7TDyGV3KTjmXgXZvNco=
=m97x
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Scilab

2004-01-17 Thread Thomas Degris
Thank you it seems to do the trick. My scilab is working now. I think it 
is because these files are compiled with scilab and scilab can't run if 
it can't get a X connection.

Thomas

Felix Salfelder wrote:

hello.
i dont know why the ebuild is missing that but:
$ cd /usr/lib/scilab-2.7/macros  make
will do the trick.
regards
-- felix
 

I just emerged scilab and when I run it, I get:
Startup execution:
 loading initial environment
load('SCI/macros/mtlb/lib')
   !--error   241
File SCI/macros/mtlb/lib does not exist or read access denied
at line  50 of exec file called by :   
exec('SCI/scilab.star',-1);;quit
   



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] services

2004-01-17 Thread Anarconda
Have you run #rc-update del metalog before add syslog-ng?

Cheers.

Stefano Carraro wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
during gentoo installation i've installed metalog as log service. Now, i've 
replaced it whith syslog-ng (replaced also in default runlevel). After doing 
this, all emerge will display this message:

 * Caching service dependencies...
 *  Service 'metalog' already provide 'logger'!;
 *  Not adding service 'syslog-ng'...  
[ ok ]

Auto-cleaning packages ...


How ca i correct this?

- -- 

Gentoo Linux:		Gentoo Base System version 1.4.3.10p1
kernel-2.4.22-ac4		AMD Athlon(tm) XP 2500+
Acer Aspire 1315LC

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

iD8DBQFACShofXAYERCkbrcRAh8WAJ9uh7sn1iVYMfbW/rABNc0s/XdK7gCfTYLB
WSaq7TDyGV3KTjmXgXZvNco=
=m97x
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list

--
Scientia et sapientia patrimonium humanitatis sunt.
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] services

2004-01-17 Thread Tom Wesley
On Sat, 2004-01-17 at 12:19, Stefano Carraro wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hello,
 during gentoo installation i've installed metalog as log service. Now, i've 
 replaced it whith syslog-ng (replaced also in default runlevel). After doing 
 this, all emerge will display this message:
 
  * Caching service dependencies...
  *  Service 'metalog' already provide 'logger'!;
  *  Not adding service 'syslog-ng'...  
 [ ok ]
  Auto-cleaning packages ...
 
 How ca i correct this?

emerge -C metalog
rm /etc/init.d/metalog
rc-update add syslog-ng boot

should do it...

-- 
Tom Wesley

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] services

2004-01-17 Thread Stefano Carraro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

resolved!

probably some mistake in command order. In /etc/init.d script for starting 
metalog was present after unmerge. I've delete the script, removed and 
reinserted from default runlevel the services depending from logger (vcron).

- -- 

Gentoo Linux:   Gentoo Base System version 1.4.3.10p1
kernel-2.4.22-ac4   AMD Athlon(tm) XP 2500+
Acer Aspire 1315LC

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

iD8DBQFACTg4fXAYERCkbrcRAkXFAJsGU3UcfyFBcONNz4Pm54h/CreAswCeLTLu
mfkTlXufv645v9BaevFxst4=
=8vZG
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] services

2004-01-17 Thread Stefano Carraro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alle 14:14, sabato 17 gennaio 2004, Tom Wesley ha scritto:

 emerge -C metalog
 rm /etc/init.d/metalog
 rc-update add syslog-ng boot

yes, i've found the problem, but, following the gentoo installation 
instructions, i've added syslog to default runlevel. Moving it in boot is 
safe?

thanks.

- -- 

Gentoo Linux:   Gentoo Base System version 1.4.3.10p1
kernel-2.4.22-ac4   AMD Athlon(tm) XP 2500+
Acer Aspire 1315LC

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

iD8DBQFACTjBfXAYERCkbrcRAjEvAJ4gTq9SDeqqkUKx3PA8b7OhGuQ4agCeKiYj
qqrtAig/zSkXXyAaFUbn8DE=
=dOfF
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] services

2004-01-17 Thread Tom Wesley
On Sat, 2004-01-17 at 13:29, Stefano Carraro wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Alle 14:14, sabato 17 gennaio 2004, Tom Wesley ha scritto:
 
  emerge -C metalog
  rm /etc/init.d/metalog
  rc-update add syslog-ng boot
 
 yes, i've found the problem, but, following the gentoo installation 
 instructions, i've added syslog to default runlevel. Moving it in boot is 
 safe?
 
 thanks.
 

Actually, after checking mine is also in default - I'd leave it there..

-- 
Tom Wesley

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] services

2004-01-17 Thread Jani-Matti Htinen
On Saturday 17 January 2004 14:19, Stefano Carraro wrote:
 Hello,
 during gentoo installation i've installed metalog as log service. Now, i've
 replaced it whith syslog-ng (replaced also in default runlevel). After
 doing this, all emerge will display this message:
[SNIP]

Have you done rc-update del metalog default? If so, you also need to delete 
the metalog rc-script, i.e. rm /etc/init.d/metalog (portage doesn't do this 
automatically since the config files in /etc are protected by default) Then 
do a rc-update add syslog-ng default, and it should work.
  You'll probably run into the same problem if you use vcron. The rc-script 
for it changed from vcron to vixie-cron (like the whole ebuild) late last 
year and caused similar problems. Again the solution is to delete the old 
vcron script from the runlevel and /etc/init.d/ and adding the new script to 
the runlevel.
  As a sidenote, when you unmerge stuff it's generally a good idea to look at 
the emerge output. Not all files are necessarily deleted. Things might remain 
behind because they're protected config files (visible as !cfgpro in the 
output) or because they've been modified afterwards (visible as !mtime). 
Generally it's safe to delete the config files manually, but the changed 
files might be trickier.

-- 
Jani-Matti Hätinen


--
[EMAIL PROTECTED] mailing list



[gentoo-user] ioctl SIOCSIFADDR: Bad file descriptor

2004-01-17 Thread Christian Riis
Hi,

I'm trying to install Gentoo on an old machine, but I run into a
problem with getting it on the net. When the machine boots it
apparently autodetects the NIC but when I rund 'dhcpcd eth0', I get
a hundred million entries in /var/log/everything/current that look
like this:

[dhcpcd]: dhcpStop: ioctl SIOCSIFADDR: Bad file descriptor
[dhcpcd]: dhcpStop: ioctl SIOCSIFFLAGS: Bad file descriptor
[dhcpcd]: terminating on signal 4

What do they mean and what can I do to fix it? I have tried with two
different NIC's, none of them work, but they both work in win95,
which is installed on the computer.

Thanks in advance.
Christian

-- 
 If a packet hits a pocket on a socket on a port
 And the bus is interupted as a very last resort
 And the adress on the mem'ry makes your floppy disk abort
 then the socket packet pocket has an error to report.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: [normal] [gentoo-user] cupsd, modprobe: Can't locate module /dev/usblp0

2004-01-17 Thread Marc Redmann
Hi Angelo,


 modprobe: Can't locate module /dev/usb/ttyUSB0
 modprobe: Can't locate module /dev/usb/ttyUSB1
 modprobe: Can't locate module /dev/usb/ttyUSB2
 modprobe: Can't locate module /dev/usb/ttyUSB3  ... up  to 15
 modprobe: Can't locate module /dev/usblp0
 modprobe: Can't locate module /dev/usblp1
 modprobe: Can't locate module /dev/usblp2 ... up to 15
 and so on.

It seems that cups is trying to find a usb printer. And your hotplug
service (I think you are running hotplug, aren't you ???) is trying to
load a module for the several devices cupsd is trying to acess, but it
can't be successfull in loading these modules because there are no such
modules. Problem is that I cannot tell you at the moment how to prevent
cupsd from trying to acess usb printers. Maybe you can try googling
after cups usb to find some answers. What I can tell you is that these
error messages shouldn't be a problem. Cupsd should start anyway. After
you started the cupsd server just check if the process is running and
continue with the printing guide on gentoo.org e.g. try to print a test
page.

brgds, Marc



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Emerge K3B

2004-01-17 Thread Robert Crawford
On Saturday 17 January 2004 6:17 am, Dennis Robertson wrote:
 Hello List,

 I am trying to emerge k3b. Doing a straight emerge I got 28 packages and
 all of them compiled until the last one, k3b-0.9, which failed as follows:

 k3bdevicemanager.cpp:751: `SCSI_BLK_MAJOR' undeclared (first use this
 function)
 k3bdevicemanager.cpp:751: (Each undeclared identifier is reported only once
 for
each function it appears in.)
 make[4]: *** [k3bdevicemanager.lo] Error 1
 make[4]: Leaving directory
 `/var/tmp/portage/k3b-0.9/work/k3b-0.9/src/core/device'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/var/tmp/portage/k3b-0.9/work/k3b-0.9/src/core'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/var/tmp/portage/k3b-0.9/work/k3b-0.9/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/var/tmp/portage/k3b-0.9/work/k3b-0.9'
 make: *** [all] Error 2
 make[1]: *** [ScsiIf-lib.d] Error 1
 make[1]: *** Waiting for unfinished jobs
 make[1]: Leaving directory
 `/var/tmp/portage/cdrdao-1.1.7-r3/work/cdrdao-1.1.7/dao'
 make: *** [all] Error 1

 !!! ERROR: app-cdr/cdrdao-1.1.7-r3 failed.
 !!! Function src_compile, Line 76, Exitcode 2
 !!! (no error message)

 These errors seem to relate to scsi, which I don't have in my system, nor
 is it included in my 2.6.1-gentoo-r1 kernel because the kernel
 documentation says scsi emulation is no longer required.

 Can anyone help me get k3b installed, please? TIA.

 Dencar

All my 2.6 kernels have worked great, except for cdburning. I've read 
everything I can find, followed all the instructions, and nothing has worked 
for k3b. At least on my system, cdburning is not solved for 2.6 kernels. 
After two days of struggling (and I know what I'm doing with 2.6 
configurations- I've done at least 100), I gave up, and compiled a vanilla 
2.4.23, enabled scsi and emulation stuff, added hdc=ide-scsi to grub.conf, 
labeled it cdBurning in grub, rebooted, and emerged k3b.

 Whole compile, reboot, and k3b install took 20 minutes, and it works 
perfectly. I'll wait for a few more 2.6 versions to come out before I waste 
more time on that again. Whenever I wish to burn cd's, I just boot to my 
2.4.23, and have no problems.

Robert Crawford

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Scilab

2004-01-17 Thread Felix Salfelder
hello.

after some more research i found something (bug?) that i think is responsible for this 
misbehaviour:

in utils/scibatch (which is used by these Makefile's) scilex is run with the 
parameters -ns -nwni.

reason (maybe, maybe not):
some older version of scilex does accept multiple arguments passed as single argument. 
the current version doesnt. 

solution (works anyway):
change to -ns -nw -ni.

regards
-- felix

 Thank you it seems to do the trick. My scilab is working now. I think it 
 is because these files are compiled with scilab and scilab can't run if 
 it can't get a X connection.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Emerge K3B

2004-01-17 Thread Peter Ruskin
On Saturday 17 Jan 2004 14:27, Robert Crawford wrote:
 All my 2.6 kernels have worked great, except for cdburning. I've read
 everything I can find, followed all the instructions, and nothing has
 worked for k3b. At least on my system, cdburning is not solved for
 2.6 kernels.

Works fine here.

cdrdao-1.1.7-r1
cdrtools-2.01_alpha14
k3b-0.9
cdrecord-ProDVD-2.01a23-2-i686-pc-linux-gnu

I use ide-scsi.

Peter
-- 
==
Gentoo Linux: Portage 2.0.49-r20kernel-2.6.1-gentoo-w4l
i686 AMD Athlon(tm) XP 3200+KDE: 3.1.5 Qt: 3.2.3 gcc(GCC): 3.2.3
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Emerge K3B

2004-01-17 Thread Stefan
On Sam, 2004-01-17 at 16:00, Peter Ruskin wrote:
 On Saturday 17 Jan 2004 14:27, Robert Crawford wrote:
  All my 2.6 kernels have worked great, except for cdburning. I've read
  everything I can find, followed all the instructions, and nothing has
  worked for k3b. At least on my system, cdburning is not solved for
  2.6 kernels.
 
 Works fine here.
 
 cdrdao-1.1.7-r1
 cdrtools-2.01_alpha14
 k3b-0.9
 cdrecord-ProDVD-2.01a23-2-i686-pc-linux-gnu
 
 I use ide-scsi.
 
 Peter

On my systme it work without ide-scsi

cdrtools-2.01_alpha23
cdrdao-cdrdao-1.1.7-r3
k3b-0.10.3.r2

For cdrecord: cdrecord dev=/dev/hdx

For cdrdao: create a link /dev/cdrecorder to your ide-cdrw

ln -s /dev/ide/host0/bus1/target0/lun0/cd /dev/cdrecorder
(for testing only, for normal use edit /etc/devsd.conf)

Stefan


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Emerge K3B

2004-01-17 Thread Stefan
On Sam, 2004-01-17 at 12:17, Dennis Robertson wrote:
 Hello List,
 
 I am trying to emerge k3b. Doing a straight emerge I got 28 packages and all 
 of them compiled until the last one, k3b-0.9, which failed as follows:
 
 k3bdevicemanager.cpp:751: `SCSI_BLK_MAJOR' undeclared (first use this 
 function)
 k3bdevicemanager.cpp:751: (Each undeclared identifier is reported only once 
 for
each function it appears in.)
 make[4]: *** [k3bdevicemanager.lo] Error 1
 make[4]: Leaving directory 
 `/var/tmp/portage/k3b-0.9/work/k3b-0.9/src/core/device'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/var/tmp/portage/k3b-0.9/work/k3b-0.9/src/core'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/var/tmp/portage/k3b-0.9/work/k3b-0.9/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/var/tmp/portage/k3b-0.9/work/k3b-0.9'
 make: *** [all] Error 2
 
 !!! ERROR: app-cdr/k3b-0.9 failed.
 !!! Function kde_src_compile, Line 123, Exitcode 2
 !!! died running emake, kde_src_compile:make
 
 So I tried version k3b-0.10 as follows:
 
 # ACCEPT_KEYWORDS=~x86 emerge -pv k3b
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies ...done!
 [ebuild U ] app-cdr/cdrdao-1.1.7-r3 [1.1.7-r1] +gnome +oggvorbis +perl
 [ebuild  N] app-cdr/dvd+rw-tools-5.13.4.7.4
 [ebuild  N] app-cdr/k3b-0.10.3-r2  -debug +dvd +oggvorbis +mad +dvdr
 
 and got the following failure:
 
 make[2]: Leaving directory 
 `/var/tmp/portage/cdrdao-1.1.7-r3/work/cdrdao-1.1.7/paranoia'
 make[1]: Leaving directory 
 `/var/tmp/portage/cdrdao-1.1.7-r3/work/cdrdao-1.1.7/paranoia'
 make[1]: Entering directory 
 `/var/tmp/portage/cdrdao-1.1.7-r3/work/cdrdao-1.1.7/dao'
 Makefile:107: port.d: No such file or directory
 Makefile:107: data.d: No such file or directory
 Makefile:107: CdrDriver.d: No such file or directory
 Makefile:107: CDD2600Base.d: No such file or directory
 Makefile:107: CDD2600.d: No such file or directory
 Makefile:107: PlextorReader.d: No such file or directory
 Makefile:107: GenericMMC.d: No such file or directory
 Makefile:107: SubChannel.d: No such file or directory
 Makefile:107: PQSubChannel16.d: No such file or directory
 Makefile:107: PWSubChannel96.d: No such file or directory
 Makefile:107: PQChannelEncoder.d: No such file or directory
 Makefile:107: GenericMMCraw.d: No such file or directory
 Makefile:107: PlextorReaderScan.d: No such file or directory
 Makefile:107: RicohMP6200.d: No such file or directory
 Makefile:107: TaiyoYuden.d: No such file or directory
 Makefile:107: YamahaCDR10x.d: No such file or directory
 Makefile:107: TeacCdr55.d: No such file or directory
 Makefile:107: SonyCDU920.d: No such file or directory
 Makefile:107: SonyCDU948.d: No such file or directory
 Makefile:107: ToshibaReader.d: No such file or directory
 Makefile:107: CdTextEncoder.d: No such file or directory
 Makefile:107: Settings.d: No such file or directory
 Makefile:107: dao.d: No such file or directory
 Makefile:107: ScsiIf-lib.d: No such file or directory
 Makefile:107: main.d: No such file or directory
 Creating dependencies for main.cc
 Creating dependencies for ScsiIf-lib.cc
 ScsiIf-lib.cc:37:21: xconfig.h: No such file or directory
 ScsiIf-lib.cc:38:22: standard.h: No such file or directory
 ScsiIf-lib.cc:39:24: scg/scgcmd.h: No such file or directory
 ScsiIf-lib.cc:40:28: scg/scsitransp.h: No such file or directory
 make[1]: *** [ScsiIf-lib.d] Error 1
 make[1]: *** Waiting for unfinished jobs
 make[1]: Leaving directory 
 `/var/tmp/portage/cdrdao-1.1.7-r3/work/cdrdao-1.1.7/dao'
 make: *** [all] Error 1
 
 !!! ERROR: app-cdr/cdrdao-1.1.7-r3 failed.
 !!! Function src_compile, Line 76, Exitcode 2
 !!! (no error message)
 
 These errors seem to relate to scsi, which I don't have in my system, nor is 
 it included in my 2.6.1-gentoo-r1 kernel because the kernel documentation 
 says scsi emulation is no longer required.
 
 Can anyone help me get k3b installed, please? TIA.

Are you low in disk space?

try to delete everything in /var/tmp/portage and reemerge with ~x86


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Would be possible migrate from Gentoo 1.4 to Gentoo 2004?

2004-01-17 Thread Ciaran McCreesh
On Fri, 16 Jan 2004 05:56:25 -0300 qwerty [EMAIL PROTECTED]
wrote:
| I've just wanna know if there would be a chance of migrate from 1.4
| series to 2004, this is because I'm starting to administrate a server
| trough ssh and when Gentoo 2004 cames out it would be nice to have it
| ;-)

2004.0 is the LiveCD and GRP version. It has nothing to do with your
installed system. No need to rebuild your system from scratch every few
months with Gentoo :)

-- 
Ciaran McCreesh
Mail:ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm



pgp0.pgp
Description: PGP signature


[gentoo-user] emerge -U world and blocking package

2004-01-17 Thread Guy Van Sanden
I wanted to emerge -U world, which would update gnome and kde for me,
but it fails on a dependency.

I traced it to mad and Xfree

Calculating dependencies ...done!
[ebuild U ] sys-libs/ncurses-5.3-r5 [5.3-r2]
[ebuild U ] sys-devel/m4-1.4-r1 [1.4]
[ebuild U ] sys-apps/coreutils-5.0.91-r4 [5.0-r5]
[blocks B ] x11-libs/xft (from pkg x11-base/xfree-4.3.0-r3)
[ebuild U ] dev-java/java-config-1.2.4 [1.1.7]
[ebuild  N] media-sound/madplay-0.15.0b-r1

There is no newer version of either mad nor Xfree...

Can I get arround this?
-- 
__  

Guy Van Sanden 
http://unixmafia.port5.com  

Registered Linux user #249404 - September 1997
__


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel depression

2004-01-17 Thread Thomas T. Veldhouse
Gerhard W.Gruber wrote:
 On Fri, 16 Jan 2004 22:38:44 +0100, Guy Van Sanden
 [EMAIL PROTECTED] wrote:

 Every kernel since 2.4.20-r8 fails on my system
 2.4.20-r9 and -r10: USB crashes
 2.4.22-r1 reiser extremely slow
 2.4.22-r4 and -r5 NFS timeouts

 I have been running all these kernels as vanilla kernels, and I had no
 problems with them.

 Either its your hardware or maybe your kernel is not properly
 configured.


I assume he is referring to the Gentoo sources.  I have had multiple oops
with them myself.  Too many patches.  Vanilla sources also work fine for me.
I simply patch my own kernels if I need a feature.

Tom Veldhouse



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Gentoo 2004.0 - New test stages

2004-01-17 Thread Benjamin Judas
Hello dear testers, 

I just put another bunch of x86-test-stages onto the mirrors
(ftp://ftp.oregonstate.edu/pub/gentoo/experimental/x86/stages/). The
datestamp is 20040117. When testing, respect the same rules as you
always should do: test as if you were a first-time Gentooist (i.e.
follow the Installation manual, don't use ~x86 when bootstrapping and so
on) - Happy testing ;)


-- 
GPG-Public-Key:
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC31DEDD8

Key-Fingerprint:
4E65 AAFE 785B 61D8 E4D9  1671 E017 87B7 C31D EDD8

ICQ: 239829549
Jabber:[EMAIL PROTECTED]


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


[gentoo-user] GTK industrial

2004-01-17 Thread Ladanyi Akos
Hi !

Which ebuild installs the Industrial GTK theme ?

thanks
Akos
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] GTK industrial

2004-01-17 Thread Tom Wesley
On Sat, 2004-01-17 at 18:46, Ladanyi Akos wrote:
 Hi !
 
 Which ebuild installs the Industrial GTK theme ?
 
 thanks
 Akos

x11-themes/ximian-artwork

-- 
Tom Wesley


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


Re: [gentoo-user] ioctl SIOCSIFADDR: Bad file descriptor

2004-01-17 Thread Elton Algera
On Sat, 2004-01-17 at 14:57, Christian Riis wrote:
 Hi,
 
 I'm trying to install Gentoo on an old machine, but I run into a
 problem with getting it on the net. When the machine boots it
 apparently autodetects the NIC but when I rund 'dhcpcd eth0', I get
 a hundred million entries in /var/log/everything/current that look
 like this:
 
 [dhcpcd]: dhcpStop: ioctl SIOCSIFADDR: Bad file descriptor
 [dhcpcd]: dhcpStop: ioctl SIOCSIFFLAGS: Bad file descriptor
 [dhcpcd]: terminating on signal 4
 
 What do they mean and what can I do to fix it? I have tried with two
 different NIC's, none of them work, but they both work in win95,
 which is installed on the computer.
 
 Thanks in advance.
 Christian

You could try giving the machine a fixed ip by editing /etc/conf.d/net
and see if it works then.

If not, then dhcp is not the problem.


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


[gentoo-user] emerge errors, important?

2004-01-17 Thread Ian Truelsen
After the latest world update, I get this after every emerge:

 * Regenerating GNU info directory index...
install-info: warning: no info dir entry in
`/usr/share/info/g-wrap.info-2.gz' install-info: warning: no info dir
entry in `/usr/share/info/g-wrap.info.gz' install-info: warning: no info
dir entry in `/usr/share/info/g-wrap.info-1.gz' install-info: warning:
no info dir entry in `/usr/share/info/mjpeg-howto.info-2.gz'
install-info: warning: no info dir entry in
`/usr/share/info/mjpeg-howto.info-3.gz' install-info: warning: no info
dir entry in `/usr/share/info/mjpeg-howto.info.gz' install-info:
warning: no info dir entry in `/usr/share/info/mjpeg-howto.info-1.gz' *
Processed 350 info files; 7 errors.

Are these errors important, or ignorable? If important, what is the fix?

-- 
Ian Truelsen
Email: [EMAIL PROTECTED]
AIM: ihtruelsen
Homepage: http://www.ihtruelsen.dyndns.org
Signature key (742B740D) available at pgp.mit.edu



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] kdemutimedia compile error

2004-01-17 Thread Norberto Bensa
LoneStar wrote:
 Chris wrote:
 1.  WANT_AUTOCONF=2.5 emerge -u kdemultimedia

 Actually, all you needed was ...

 # export WANT_AUTOCONF=2.5
 # emerge -u kde

 This is how I solved the same problem.

Perhaps you're running x86 where linux-headers is still at 2.4.19.
~x86 has linux-headers-2.4.21 and kdemultimedia can't compile against those 
headers. The solution (workaround) is the second one in Kevin's e-mail 
(--disable-strict...)

Regards,
Norberto

-- 
Linux 2.6.1-mm4 Pentium III (Coppermine) GenuineIntel GNU/Linux
 12:26:55 up 22:41,  1 user,  load average: 0.45, 0.30, 0.69


pgp0.pgp
Description: signature


Re: [gentoo-user] `su` vs. `su -`

2004-01-17 Thread Norbert Kamenicky
Andrej Kacian wrote:
On Sat, 3 Jan 2004 22:29:27 -0500
Phil Barnett [EMAIL PROTECTED] wrote:

Please note the difference between

su

and

su -

su changes to the new user without changing the existing environment.

su - changes to the new user and takes on all characteristics of the new user
including the new user's normal environment.
Big difference.


When I issue `su` command and try to compute a digest for an ebuild, it works.
However, when I issue `su -` and then I try to compute the digest, I get
following error:
# ebuild eremove-1.4.ebuild digest
Traceback (most recent call last):
  File /usr/bin/ebuild, line 34, in ?
a=portage.doebuild(pargs[0],x,getroot(),debug=debug)
TypeError: doebuild() takes at least 4 non-keyword arguments (3 given)
I assume there is something about getroot() function, but I don't know what.

Is there any way to fix this? If so, how?

Thanks.


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] `su` vs. `su -`

2004-01-17 Thread Norbert Kamenicky
Andrej Kacian wrote:
On Sat, 3 Jan 2004 22:29:27 -0500

When I issue `su` command and try to compute a digest for an ebuild, it works.
However, when I issue `su -` and then I try to compute the digest, I get
following error:
# ebuild eremove-1.4.ebuild digest
Traceback (most recent call last):
  File /usr/bin/ebuild, line 34, in ?
a=portage.doebuild(pargs[0],x,getroot(),debug=debug)
TypeError: doebuild() takes at least 4 non-keyword arguments (3 given)
I assume there is something about getroot() function, but I don't know what.

Is there any way to fix this? If so, how?

On unices almost for everything is some solution :-).
1. rtfm about su, to be familiar with dash flag
2. now u know where the difference is ... not ?
   right, environment !
3. start  su  and run set  su.env.log
4. exit
5. start  su -  and run set  su-.env.log
6. exit
7. diff su*log
8. one of differences gives u the answer,
   to find it shouldn't be so difficult
noro

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Emerge K3B

2004-01-17 Thread Kathy Wills
Robert Crawford wrote:

On Saturday 17 January 2004 6:17 am, Dennis Robertson wrote:
 

All my 2.6 kernels have worked great, except for cdburning. I've read 
everything I can find, followed all the instructions, and nothing has worked 
for k3b. At least on my system, cdburning is not solved for 2.6 kernels. 
After two days of struggling (and I know what I'm doing with 2.6 
configurations- I've done at least 100), I gave up, and compiled a vanilla 
2.4.23, enabled scsi and emulation stuff, added hdc=ide-scsi to grub.conf, 
labeled it cdBurning in grub, rebooted, and emerged k3b.

Whole compile, reboot, and k3b install took 20 minutes, and it works 
perfectly. I'll wait for a few more 2.6 versions to come out before I waste 
more time on that again. Whenever I wish to burn cd's, I just boot to my 
2.4.23, and have no problems.

 

I have the 2.6.0 kernel from www.kernel.org installed, and configured 
without scsi emulation.  I am using all the latest of cdrao , etc. My 
use flag is ~x86

--
Kathy Wills
+
+ Genealogy Web Site: http://www.brannanorwills.com   +
+   +
+


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Emerge K3B

2004-01-17 Thread Kathy Wills
Kathy Wills wrote:

Robert Crawford wrote:

On Saturday 17 January 2004 6:17 am, Dennis Robertson wrote:
 

All my 2.6 kernels have worked great, except for cdburning. I've read 
everything I can find, followed all the instructions, and nothing has 
worked for k3b. At least on my system, cdburning is not solved for 
2.6 kernels. After two days of struggling (and I know what I'm doing 
with 2.6 configurations- I've done at least 100), I gave up, and 
compiled a vanilla 2.4.23, enabled scsi and emulation stuff, added 
hdc=ide-scsi to grub.conf, labeled it cdBurning in grub, rebooted, 
and emerged k3b.

Whole compile, reboot, and k3b install took 20 minutes, and it works 
perfectly. I'll wait for a few more 2.6 versions to come out before I 
waste more time on that again. Whenever I wish to burn cd's, I just 
boot to my 2.4.23, and have no problems.

 

I have the 2.6.0 kernel from www.kernel.org installed, and configured 
without scsi emulation.  I am using all the latest of cdrao , etc. My 
use flag is ~x86

Forgot to say that k3b is working just fine.

--
Kathy Wills
+
+ Genealogy Web Site: http://www.brannanorwills.com   +
+   +
+


--
[EMAIL PROTECTED] mailing list


[gentoo-user] eth0 fails to init

2004-01-17 Thread Justin Findlay
I have a

00:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ 
(rev 10)

ethernet card which I am not successful in connecting to the system.  I 
have put the driver (8139too) in /etc/modules.autoload.d/kernel-2.6, and 
it fails to get an IRQ for the device.

Jan 17 13:31:07 archimedes PCI: No IRQ known for interrupt pin A of device 
:00:0c.0. Probably buggy MP table.

From reading through the gentoo forums (are there mailing list archives?),
'eth0' seems to be a difficult point. :)  Is there anything I can derive
from my current fedora setup (with a working eth0), or is there any gentoo
specific knowledge on resolving this issue whether vested in the
membership of this list or outlined on a web page elsewhere?


Justin


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Corrupted Display

2004-01-17 Thread Jeffery A Barnes
List,

I am in the middle of an install, and did a really stupid thing (thank 
you very much!)

I didn't realize the timezone files in /usr/share/zoneinfo were binary, 
and used the more command on one of them. It corrupted my shell so I 
can't see any lowercase letters. Is there a command way to correct or 
reset this condition?

jb

--
There is a theory which states that if ever anybody discovers exactly what the 
Universe is for and why it is here, it will instantly disappear and be replaced by 
something even more bizarre and inexplicable. There is another theory which states 
that this has already happened.
Douglas Adams
--
[EMAIL PROTECTED] mailing list


[gentoo-user] new install with 2.6 and NPTL

2004-01-17 Thread Aaron Walker
A friend just gave me an old computer (Celeron 533), which I was going 
to replace my P233 Gentoo mail server with.  I want to install 
gentoo-dev-sources 2.6.1 (what I am currently running on the P233), but 
use NPTL (I have not done this on P233).

I remember reading on this list a week or so ago about the only problems 
with using NPTL is compiling X and svgalib.  I am not worried about X, 
since I won't be installing it, but what about svgalib?  Is that 
something that is going to be installed on a regular gentoo installation?

So to install with NPTL, do I just set the nptl use flag and bootstrap?

Thanks,
Aaron
--
http://ka0ttic.dyndns.org/
/usr/bin/fortune says:
Complex system:
One with real problems and imaginary profits.
--
[EMAIL PROTECTED] mailing list


[gentoo-user] Safe kernel versions?

2004-01-17 Thread Richard Revis
With all the local root bugs floating around recently, does anyone have a
list of safe gentoo-sources versions to use? (Ie 2.4.22+ and 2.6.1+?)

-- 
This line intentionally left blank.
22:12:43 up 3 days, 10:01,  2 users,  load average: 0.15, 0.11, 0.07
RX bytes:1308556205 (1247.9 Mb)  TX bytes:98417942 (93.8 Mb)
E-mail address munged to prevent spam.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Corrupted Display

2004-01-17 Thread Eric Paynter
Jeffery A Barnes said:
 I didn't realize the timezone files in /usr/share/zoneinfo were
 binary,  and used the more command on one of them. It corrupted
 my shell so I  can't see any lowercase letters. Is there a command
 way to correct or  ***reset*** this condition?

You said it... type reset into the console ;-)

-Eric

-- 
arctic bears - email and name services
25 email [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com




--
[EMAIL PROTECTED] mailing list



[gentoo-user] Courier Help

2004-01-17 Thread Dan Egli
Anyone know how to configure Courier?

   I just installed Courier Imap and Courier pop. I got courier pop to work
barely by simlinking the maildir dirs new cur  tmp to my home dir, but imap
refuses to work. I need to know how to configure courier so that it will
always look for mail like this:

pop3:
/home/user/.mail/inbox

imap:
/home/user/.mail/ (all folders below here)

Any help is really apprecaited. I do not want any virtual hosting or the
like. This is a very simple mailbox setup.

--- Dan



--
[EMAIL PROTECTED] mailing list



[gentoo-user] confused about NPTL and 2.6 headers

2004-01-17 Thread Glenn Johnson
I have seen several posts recently stating that one must have the Linux
2.6 kernel headers installed in order to build glibc with NPTL.  I was
under the impression that one just needed to have a running 2.6 kernel
and the glibc build will pick up the headers from

/lib/modules/`uname -r`/build/include

That is how I have built my systems with NPTL, with 2.4.21 kernel
headers installed.  So my steps were:

- Enable the nptl USE flag
- Rebuild glibc

Am I missing something?

-- 
Glenn Johnson
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] White noice in sound

2004-01-17 Thread Hemmann, Volker Armin
Hi,

I had the same board... sound sucked from the first day on ;o)

Your problem sounds like a PSU problem to me (this or some capacitors, that 
are getting old).
If the PSU is driven near the top end of its specs or a little bit older, 
hearing any disk-and memory-access is not uncommon (at least, not for me. 
Replacing a cheap noname PSU with a not so cheap Enermax PSU solved my 'noise 
in the sound' problem).

Glück Auf
Volker

--
Conclusions 
 In a straight-up fight, the Empire squashes the Federation like a bug. Even 
with its numerical advantage removed, the Empire would still squash the 
Federation like a bug. Accept it. -Michael Wong 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] eth0 fails to init

2004-01-17 Thread Justin Findlay
On Sat, 17 Jan 2004, Justin Findlay wrote:

 I have a
 
 00:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ 
 (rev 10)
 
 ethernet card which I am not successful in connecting to the system.  I 
 have put the driver (8139too) in /etc/modules.autoload.d/kernel-2.6, and 
 it fails to get an IRQ for the device.
 
 Jan 17 13:31:07 archimedes PCI: No IRQ known for interrupt pin A of device 
 :00:0c.0. Probably buggy MP table.

There was difficulty with the sound card IRQ as well:

Jan 17 13:31:07 archimedes PCI: No IRQ known for interrupt pin A of device 
:00:05.0. Probably buggy MP table.
Jan 17 13:31:07 archimedes C-Media PCI: probe of :00:05.0 failed with error -16

The solution was to change the interrupt utility expected from APIC to PIC
in both BIOS and kernel.  Duh.  Well, two duh's in a row for me on this
list. :)


Justin


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Courier Help

2004-01-17 Thread Stroller
On Jan 17, 2004, at 10:56 pm, Dan Egli wrote:

Anyone know how to configure Courier?

   I just installed Courier Imap and Courier pop. I got courier pop to 
work
barely by simlinking the maildir dirs new cur  tmp to my home dir, 
but imap
refuses to work. I need to know how to configure courier so that it 
will
always look for mail like this:

pop3:
/home/user/.mail/inbox
imap:
/home/user/.mail/ (all folders below here)
Any help is really apprecaited. I do not want any virtual hosting or 
the
like. This is a very simple mailbox setup.
I take it that courier is running on a different machine from that on 
which you're downloading the POP3 to..? Because it would be very weird 
if you downloaded POP3 into the same folder that IMAP was reading from. 
I only use courier's IMAP functions.

Anyway, you should already have looked in /etc to see if your install 
has put an configuration files there, and taken a look at them so you 
can edit accordingly. You should find:

  [EMAIL PROTECTED] stroller $ sudo grep -i maildir 
/etc/courier-imap/imapd
  #Hardwire a value for ${MAILDIR}
  MAILDIR=.Maildir
  [EMAIL PROTECTED] stroller $ ls -la | grep -i maildir
  drwx--   43 stroller users1504 Jan 17 23:47 .Maildir
  [EMAIL PROTECTED] stroller $

Please note also `man maildir` and particularly `man maildirmake`:

DESCRIPTION
   The  maildirmake  command  creates maildirs, and maildir 
folders.  This
   documentation describes the maildirmake command from the  
Courier  mail
   server,  which  creates  an  extended  form of maildirs that 
implements
   additional extensions beyond the basic  maildir  properties  
that  were
   first implemented in the Qmail mail server.
..
   By itself, maildirmake makes a new subdirectory  maildir,  and  
creates
   all  the  necessary  structures.   The -f option creates a new 
folder
   within an  existing  maildir.  maildir  must  already  exist,  
and  the
   maildirmake command will create a new folder in the maildir.

Stroller.

--
[EMAIL PROTECTED] mailing list


[gentoo-user] kmail ate my mail!

2004-01-17 Thread Lotas T Smartman
hello. i was having a problem with gnome and evolution (problem solved
now) and was not able to check my mail using evolution. i have all my
mail stored in a .maildir in my home dir, and after using kmail for
about a day and a half, all my old mail in my inbox is gone. all other
dirs are fine since kmail had no access to them, but the stuff in my
inbox has disappeared. i have checked to see where kmail moves the mail,
but i cant find it.
Any ideas?
Thanks in advance!
-- 
Lotas T Smartman, MCP
www.lotas-smartman.net
www.the-hairy-one.com
www.lsn-blog.tk

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kmail ate my mail!

2004-01-17 Thread Michael Andreen
On Sunday 18 January 2004 01.53, Lotas T Smartman wrote:
 hello. i was having a problem with gnome and evolution (problem solved
 now) and was not able to check my mail using evolution. i have all my
 mail stored in a .maildir in my home dir, and after using kmail for
 about a day and a half, all my old mail in my inbox is gone. all other
 dirs are fine since kmail had no access to them, but the stuff in my
 inbox has disappeared. i have checked to see where kmail moves the mail,
 but i cant find it.
 Any ideas?

Check under ~/Mail , that's what kmail uses as default.

/Michael


--
[EMAIL PROTECTED] mailing list



[gentoo-user] gnome

2004-01-17 Thread bituman








Ahoi.. I compiled gnome without errors.. then I see a hint
to use SESSION_MANAGER variable, point it to metacity and tehn that will set
def wm to gnome.. it worked fine.. until I issued an emerge sync emerge U
world..

Since then I couldnt get gnome work.. and by a sudden
twm is my def wm. I recompiled gnome.. still doesnt work.. does any1 has
a hint?








Re: [gentoo-user] Safe kernel versions?

2004-01-17 Thread Collins Richey
On Sat, 17 Jan 2004 22:13:59 +
Richard Revis [EMAIL PROTECTED] wrote:

 With all the local root bugs floating around recently, does anyone have a
 list of safe gentoo-sources versions to use? (Ie 2.4.22+ and 2.6.1+?)
 

Yeah, development-sources-2.6.1_rc2.ebuild.  I note that there is now also 
development-sources-2.6.1_rc3.ebuild, but I haven't tried it.

BTW, I've been running 2.5/2.6 since late 2.5.x days (at least 6 months) without any 
problems.  Unless you have unusual hardware or software, this is a shoo-in if you are 
current on gentoo stable.

-- 
Collins - Denver Area - Gentoo stable kernel 2.6.1-mm2
[ M$ ] A customer is only a cash-delivery vehicle and a partner 
is only a potential target to be acquired, destroyed or slowed at 
all costs. -OrangeCrate.com, Novell: Quiet Warriors, Jan 17, 2004

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Safe kernel versions?

2004-01-17 Thread Simon Prosser
On Sunday 18 January 2004 01:50, Collins Richey wrote:
 I note that there is now also development-sources-2.6.1_rc3.ebuild, but I
 haven't tried it
Seems to be stable for me...
-- 
Linux localhost 2.6.1-rc3-gentoo #2 Sun Jan 18 01:30:11 GMT 2004 i686 AMD 
Athlon(tm) XP 3000+ AuthenticAMD GNU/Linux

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rsync server

2004-01-17 Thread Paulo Jorge de Oliveira Cantante de Matos
Or for an automatic selection:
mirrorselect -a -s 5
It'll select the best 5 mirrors for download! :D

This is for download mirrors... 
Maybe you're asking for rsync mirrors. Then you need to do:
netselect rsync.gentoo.org

Then you get an address... for example: 212.79.254.44, then you do:
rsync 212.79.254.44:: 
(DON'T FORGET ::)

You'll not get the name addr from the rsync header and put that under
your RSYNC var in make.conf.

Hope that helps.

Best regards,

Paulo Matos

On Fri, 2004-01-16 at 08:57, Olli wrote:
 Hi all!
 How I can define my rsync server? I do not want to download new portage from
 USA, when there is very fast mirror in Finland.
 
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

Paulo J. Matos : pocm [_at_] mega . ist . utl . pt
Instituto Superior Tecnico - Lisbon
Computer and Software Eng. - A.I.
 -  http://mega.ist.utl.pt/~pocm
---
- God had a deadline...
So, he wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Bash Scripting - pipes, quoting stuff

2004-01-17 Thread Stroller
Ok... I'm stuck.

I'm trying to use vgetty as an answerphone. I have got it answering the  
calls, playing the out-going message  recording peoples' messages to  
me fine. vgetty has an option in its config file to execute a command  
when it has finished recording the message, and will pass that command  
the message's filename as its argument.

I want vgetty to email me the incoming messages, but some processing  
needs to be done first; since the file is saved by vgetty in .rmd  
(Rockwell Modem Device?) format it has to be converted to .pvf  
(Portable Voice File?) before being converted to .wav. I then want to  
convert it to .mp3 (to save bandwidth, and because the MP3 seems the  
most ubiquitous compressed format) before emailing it to myself.

I *can* use `cat foo.wav | uuencode foo.wav | sendmail  
[EMAIL PROTECTED] to send a binary file to myself and it would seem  
to be readable using my Mac's email client, but to be tidy and because  
I don't know on which system I'll be listening to messages in the  
future I want to add the correct MIME headers.

After some Googling, reading of the fine manual, use of `apropos` c c  
it seems that I have a command called `makemime` installed on my Gentoo  
system (by CourierIMAP or maildrop) which should do the task.

So I start to write a little shell script as a wrapper.

I've spent a little time making sure each part works ok... piping  
text-files into sendmail, and renaming the original file after the  
timedate when the script has finished. But when I get to the actual  
piping of a file into `makemime` it falls over. Now this is really  
weird, because I can do it from the commandline fine, but not it seems  
as part of a shell script.

At the commandline:
   $ cat foo.wav | makemime -c audio/x-wav -e base64 -
   Content-Type: audio/x-wav
   Content-Transfer-Encoding: base64

UklGRqaKAQBXQVZFZm10IBABAAEAIBwAACAcAAABAAgAZGF0YYGKAQCAf39/f39/ 
gICAgICA

gICAgIB/f39/f39/f4CAgICAgICAf39/fn5+fn9/gICAgYGBgYGAgH9/f39/ 
f3+AgICAgICAgH9/
   ...

I've attached my script. I'm guessing that someone out there will find  
it laughably easy to explain why this isn't working for me, but I'm  
absolutely baffled. If I run this script the result of the 2nd-last  
(uncommented) line indicates that I am trying the very same commands   
variables as I've shown above, and if I copy  paste that line back  
into my terminal, it works fine. But when I run the script I `makemime`  
always fails with its usage message:
  Usage:
makemime -c type [-o file] [-e encoding] [-C charset] [-N name] \
   [-a Header: Contents] file ...

I'm extremely indebted for any clarification,

Stroller.






voiceemail.sh
Description: Binary data
--
[EMAIL PROTECTED] mailing list

[gentoo-user] question about compiler warnings

2004-01-17 Thread Mark Knecht
GENERAL QUESTION - Are warnings such as the following things that should
be reported as bugs?


game.h: In member function `BallStateInfo Player::stateInfo(int) const':
game.h:77: warning: passing `double' for argument 1 of
`QPoint::QPoint(int, 
   int)'
game.h:77: warning: passing `double' for argument 2 of
`QPoint::QPoint(int, 
   int)'
slope.cpp: In member function `virtual void Slope::draw(QPainter)':
slope.cpp:236: warning: passing `double' for argument 1 of `void 
   QPainter::drawPixmap(int, int, const QPixmap, int, int, int, int)'
slope.cpp:236: warning: passing `double' for argument 2 of `void 
   QPainter::drawPixmap(int, int, const QPixmap, int, int, int, int)'



--
[EMAIL PROTECTED] mailing list



[gentoo-user] No Mailboxes

2004-01-17 Thread Joseph A. Nagy, Jr.
I have exim installed (and I have problems with that, which I'll discuss 
later):

cbash-2.05b$ cd /var/spool/mail
bash-2.05b$ ls -a
.  ..  .keep
bash-2.05b$
bash-2.05b$ cd /var/mail
bash-2.05b$ ls -a
.  ..  .keep
bash-2.05b$
As you can see, I have NO system email boxes even though I have four 
accounts (three users and root) on the box, exim installed and running 
(I can send mail from my system accounts w/o any problem).

The problem I have with exim comes when I make changes to exim.conf 
(cp'd from exim.conf.dist and edited as needed) and then try and run 
/etc/init.d/exim restart

joseph-a-nagy-jr root # /etc/init.d/exim restart
 * Stopping exim... 
 [ !! ]

joseph-a-nagy-jr root #

I then have to zap it and start it back up. What's going on here?

I think I'll save the rest of my problems for another email. ;)
--
Joseph A. Nagy, Jr.
Student at Motlow State Community College
Political Activist Extrodinaire
The only fallacy is the inaction on our part to stave off the worst of 
horrors, the stripping of personal freedom.

--
[EMAIL PROTECTED] mailing list


[gentoo-user] installing gentoo on a laptop

2004-01-17 Thread Aaron Walker
I just purchased my first laptop (haven't even turned it on yet.. still 
charging ;) ), a HP Pavilion ze4630us, and am wanting to put Gentoo 
(what else?) on it. Any tips or suggestions for installing Gentoo on a 
laptop? Anything different about the install I need to do differently 
from a normal install on a desktop machine?

Thanks,
Aaron
--
http://ka0ttic.dyndns.org/
/usr/bin/fortune says:
To thine own self be true.  (If not that, at least make some money.)
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] installing gentoo on a laptop

2004-01-17 Thread Roy Kidder
I recently installed Gentoo on a Compaq (there is very little differences
between the Compaq and HP laptops, other than the name on the case). The
install went pretty smoothly. The only odd thing I had to do was turn of
legacy support for USB in the BIOS. Other than that, it was a pretty
standard install. It even liked my display (1280x1024 instead of the
standard 1024x768).

Good luck,
Roy

Aaron Walker said:
 I just purchased my first laptop (haven't even turned it on yet.. still
 charging ;) ), a HP Pavilion ze4630us, and am wanting to put Gentoo
 (what else?) on it. Any tips or suggestions for installing Gentoo on a
 laptop? Anything different about the install I need to do differently
 from a normal install on a desktop machine?

 Thanks,
 Aaron
 --
 http://ka0ttic.dyndns.org/

 /usr/bin/fortune says:
 To thine own self be true.  (If not that, at least make some money.)


 --
 [EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] question about compiler warnings

2004-01-17 Thread Jeremy Maitin-Shepard
No, generally not.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rsync server

2004-01-17 Thread Chris
On Saturday 17 January 2004 08:28 pm, Paulo Jorge de Oliveira Cantante de 
Matos wrote:
 Or for an automatic selection:
 mirrorselect -a -s 5
 It'll select the best 5 mirrors for download! :D

 This is for download mirrors...
 Maybe you're asking for rsync mirrors. Then you need to do:
 netselect rsync.gentoo.org

 Then you get an address... for example: 212.79.254.44, then you do:
 rsync 212.79.254.44::
 (DON'T FORGET ::)

 You'll not get the name addr from the rsync header and put that under
 your RSYNC var in make.conf.

 Hope that helps.

 Best regards,

 Paulo Matos

 On Fri, 2004-01-16 at 08:57, Olli wrote:
  Hi all!
  How I can define my rsync server? I do not want to download new portage
  from USA, when there is very fast mirror in Finland.
 
 
 
  --
  [EMAIL PROTECTED] mailing list

personally i always go with s7
-- 
Chris


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge errors, important?

2004-01-17 Thread Kathy Wills
Ian Truelsen wrote:

After the latest world update, I get this after every emerge:

* Regenerating GNU info directory index...
install-info: warning: no info dir entry in
`/usr/share/info/g-wrap.info-2.gz' install-info: warning: no info dir
entry in `/usr/share/info/g-wrap.info.gz' install-info: warning: no info
dir entry in `/usr/share/info/g-wrap.info-1.gz' install-info: warning:
no info dir entry in `/usr/share/info/mjpeg-howto.info-2.gz'
install-info: warning: no info dir entry in
`/usr/share/info/mjpeg-howto.info-3.gz' install-info: warning: no info
dir entry in `/usr/share/info/mjpeg-howto.info.gz' install-info:
warning: no info dir entry in `/usr/share/info/mjpeg-howto.info-1.gz' *
Processed 350 info files; 7 errors.
Are these errors important, or ignorable? If important, what is the fix?

 

I've been trying to find the answer to the same thing. I'm getting the 
same mjpeg errors you are. Instead of the g-wrap one, I'm getting one 
about libcdio. I've searched everywhere and even asked in one of the 
forums and can't find an answer on how to solve these error messages. 
Everything seems to be working just fine though even with the error 
messages.

--
Kathy Wills
+
+ Genealogy Web Site: http://www.brannanorwills.com   +
+   +
+


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] No Mailboxes

2004-01-17 Thread Jason Stubbs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 18 January 2004 12:46, Joseph A. Nagy, Jr. wrote:
 I have exim installed (and I have problems with that, which I'll discuss
 later):

 cbash-2.05b$ cd /var/spool/mail
 bash-2.05b$ ls -a
 ..  ..  .keep
 bash-2.05b$

 bash-2.05b$ cd /var/mail
 bash-2.05b$ ls -a
 ..  ..  .keep
 bash-2.05b$

/var/mail should be a symlink to /var/spool/mail.

 As you can see, I have NO system email boxes even though I have four
 accounts (three users and root) on the box, exim installed and running
 (I can send mail from my system accounts w/o any problem).

There should be no mailboxes there until a message is received on an account.

 The problem I have with exim comes when I make changes to exim.conf
 (cp'd from exim.conf.dist and edited as needed) and then try and run
 /etc/init.d/exim restart

 joseph-a-nagy-jr root # /etc/init.d/exim restart
   * Stopping exim...
   [ !!
 ]

 joseph-a-nagy-jr root #

 I then have to zap it and start it back up. What's going on here?

This means that the daemon started and died. When you try to restart or stop 
the daemon, the operation fails (because it is not running). Check any log 
messages to find out why.

- -- 
Regards,
Jason Stubbs
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFACgomosKAszmcBv4RAsbqAJ9iMjgr4wPXGAs3+kptvYvTjyM3wQCeIy/5
7SElkmM1QgSQJGYt1mCxYY0=
=P7/z
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] installing gentoo on a laptop

2004-01-17 Thread Aaron Walker
Roy Kidder wrote:
I recently installed Gentoo on a Compaq (there is very little differences
between the Compaq and HP laptops, other than the name on the case). The
install went pretty smoothly. The only odd thing I had to do was turn of
legacy support for USB in the BIOS. Other than that, it was a pretty
standard install. It even liked my display (1280x1024 instead of the
standard 1024x768).
Good luck,
Roy
Does USB work even though legacy support is turned off?

Thanks again,
Aaron
--
http://ka0ttic.dyndns.org/
/usr/bin/fortune says:
Generic Fortune.
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Courier Help

2004-01-17 Thread Dan Egli
From: Stroller [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, January 17, 2004 5:32 PM
Subject: Re: [gentoo-user] Courier Help
 I take it that courier is running on a different machine from that on
 which you're downloading the POP3 to..? Because it would be very weird
 if you downloaded POP3 into the same folder that IMAP was reading from.
 I only use courier's IMAP functions.

I want to support both becausesome of my users do not understand IMAP (Don't
ask my why they don't take the time to learn, but they don't).
And yes this is on a separate machine. I have several machines in the
network, and I'm trying (as a test) to download mail via POP and via IMAP
from the server to this client machine.

 Anyway, you should already have looked in /etc to see if your install
 has put an configuration files there, and taken a look at them so you
 can edit accordingly. You should find:
It did, and that is one of the areas I have a problem with.

[EMAIL PROTECTED] stroller $ sudo grep -i maildir
 /etc/courier-imap/imapd
#Hardwire a value for ${MAILDIR}
MAILDIR=.Maildir
[EMAIL PROTECTED] stroller $ ls -la | grep -i maildir
drwx--   43 stroller users1504 Jan 17 23:47 .Maildir
[EMAIL PROTECTED] stroller $


ok, I'm getting closer I think... It lets me log in now, but it does not
show any message folders. Not even my inbox.

I noticed the maildirmake. I even ran maildirmake /home/dan/.mail/inbox, and
it said it created it. But despite the folder being present and having the
new, cur and tmp folders inside of it, cur containing messages (hundreds of
them) it does not show in my imap list. The pop system seems to be working
fine now that I set the pop3d MAILDIR property to .mail/inbox then I see
ONLY the inbox. Despite having around 10 folders there including the inbox.

Let me re-state my desired config for the imap system and you can tell me
what I've done wrong.

All new mail (that is not filtered by procmail) gets delivered to a maildir
folder at /home/user/.mail/inbox. For example, if user joe gets mail
delivered via the MTA, it creates a file in /home/joe/.mail/inbox/new. His
.mail folder looks like:

.mail:
  inbox

.mail/inbox:
cur new tmp


now user sally has procmail setup so that messages from
[EMAIL PROTECTED] goes to the steve folder, and everything else goes to
the normal inbox.  So her setup looks like:

.mail
inbox steve

.mail/inbox
cur new tmp

.mail/steve
cur new tmp


So when joe logs into imap for the first time his client creates two new
folders: sent and drafts, So now his mail folder looks like:
.mail:
drafts inbox sent

.mail/drafts
cur new tmp

.mail/inbox
cur new tmp

.mail/sent
cur new tmp


Meanwhile, sally also logs onto the imap server for the first time. She gets
the same two new folders, resulting in:


.mail
drafts inbox sent steve

.mail/drafts
cur new tmp

.mail/inbox
cur new tmp

.mail/sent
cur new tmp

.mail/steve
cur new tmp


now with this setup, to the Imap client, Saly sees four folders:
Inbox, Drafts, Sent, and steve

Joe sees three:
Inbox, Drafts, Sent

That is the setup I am after. Please help me to understand how to set that
up. I'm trying. I even PRINTED the maildirmake man page. I just am not
understanding what I'm soposed to do here.

--- Dan
- Original Message - 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] installing gentoo on a laptop

2004-01-17 Thread Roy Kidder
Aaron Walker said:
 Does USB work even though legacy support is turned off?

I'm not sure what Compaq/HP considers legacy USB... possibly USB 1.x?
In any event, the only thing I've had the opportunity to test is a 16MB
keyring flash card creature that came free with my laptop. Gentoo
recognized it and loaded the appropriate modules, making it appear as
/dev/sda. I was able to mount it and copy files back and forth, which was
the extent of my testing.

Roy

--
[EMAIL PROTECTED] mailing list