[gentoo-user] Re: Problem with modifying PATH with a file in env.d

2008-05-31 Thread Marc Blumentritt
Stroller schrieb: $ grep PATH .* .bashrc:export PATH="/bin:/sbin:/usr/bin:/usr/sbin:${PATH}" $ The path in my .bashrc adds to the existing path, but maybe you have something else there? I know that I can use .bashrc for adding something to PATH. But I want to modify PATH for every user with

Re: [gentoo-user] K3b complains about my locale

2008-05-31 Thread Daniel Pielmeier
Kevin O'Gorman schrieb: On Sat, May 31, 2008 at 12:38 PM, Neil Bothwick <[EMAIL PROTECTED]> wrote: On Sat, 31 May 2008 07:05:14 -0700, Kevin O'Gorman wrote: Just to be sure, I re-ran locale-gen just now. It reported two problems with a Polish locale (that I do not use): Then remove it from

Re: [gentoo-user] K3b complains about my locale

2008-05-31 Thread Kevin O'Gorman
On Sat, May 31, 2008 at 12:38 PM, Neil Bothwick <[EMAIL PROTECTED]> wrote: > On Sat, 31 May 2008 07:05:14 -0700, Kevin O'Gorman wrote: > > > Just to be sure, I re-ran locale-gen just now. It reported two > > problems with a Polish locale (that I do not use): > > Then remove it from /etc/locale.ge

Re: [gentoo-user] quickcam pro 4000

2008-05-31 Thread Statux
On Sat, 2008-05-31 at 23:15 +0100, Paul Sobey wrote: > James wrote: > > > I have this usb camera installed (or so I think): > > > > lsbus: > > Bus 004 Device 003: ID 046d:08b2 Logitech, Inc. QuickCam Pro 4000 > > > > /etc/udev/rules.d/40-video.rules has this entry: > > KERNEL=="video[0-9]*", NA

Re: [gentoo-user] Problem with modifying PATH with a file in env.d

2008-05-31 Thread Stroller
On 31 May 2008, at 21:01, Marc Blumentritt wrote: Hi, I want to modify PATH for every user by adding this file in /etc/ env.d: hive env.d # cat 99busybox PATH=/bblinks hive env.d # ls -l 99busybox -rw-r--r-- 1 root root 14 2008-05-31 21:46 99busybox Neither env-update && . /etc/profile nor

Re: [gentoo-user] quickcam pro 4000

2008-05-31 Thread Paul Sobey
James wrote: I have this usb camera installed (or so I think): lsbus: Bus 004 Device 003: ID 046d:08b2 Logitech, Inc. QuickCam Pro 4000 /etc/udev/rules.d/40-video.rules has this entry: KERNEL=="video[0-9]*", NAME="v4l/video%n", SYMLINK+="%k", GROUP="video" So what is a good application to v

Re: [gentoo-user] chroot problem

2008-05-31 Thread Alexander Meinke
Wolf Canis wrote: # mount -tproc proc /mnt/rescue/proc # mount -obind /dev /mnt/rescue/dev Ooops, I overlooked your cd command. Therefore the mount command is of course correct. :-[ Hi, I think this is, although the 'cd' command is executed, necessary as the mount command looks at /etc/fsta

[gentoo-user] Problem with modifying PATH with a file in env.d

2008-05-31 Thread Marc Blumentritt
Hi, I want to modify PATH for every user by adding this file in /etc/env.d: hive env.d # cat 99busybox PATH=/bblinks hive env.d # ls -l 99busybox -rw-r--r-- 1 root root 14 2008-05-31 21:46 99busybox Neither env-update && . /etc/profile nor a reboot adds /bblinks to my PATH. Any advice? Marc -

[gentoo-user] Problem with modifying PATH with a file in env.d

2008-05-31 Thread Marc Blumentritt
Hi, I want to modify the PATH variable for every user by adding this file in /etc/env.d : hive env.d # cat 99busybox PATH=/bblinks hive env.d # ls -l 99busybox -rw-r--r-- 1 root root 14 2008-05-31 21:46 99busybox The dir /bblinks does exist, but my PATH variable is not changed. I did run env

Re: [gentoo-user] K3b complains about my locale

2008-05-31 Thread Neil Bothwick
On Sat, 31 May 2008 07:05:14 -0700, Kevin O'Gorman wrote: > Just to be sure, I re-ran locale-gen just now. It reported two > problems with a Polish locale (that I do not use): Then remove it from /etc/locale.gen. you can remove the Spanish and French ones too, if you don't use those languages.

Re: [gentoo-user] K3b complains about my locale

2008-05-31 Thread Kevin O'Gorman
On Sat, May 31, 2008 at 12:53 AM, Mick <[EMAIL PROTECTED]> wrote: > On Saturday 31 May 2008, Kevin O'Gorman wrote: > > > I did not have 02locale in /etc/env.d/dir, although there was a lot of > > other stuff in that directory. > > I added the two lines. > > I ran env-update > > I ctl-alt-backspace

Re: [gentoo-user] chroot problem

2008-05-31 Thread Wolf Canis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wolf Canis wrote: > Peter Humphrey wrote: > [...] >> # cd /mnt/rescue >> # mount -tproc proc proc >> # mount -obind /dev dev > > I mean that the mount commands should be: > > # mount -tproc proc /mnt/rescue/proc > # mount -obind /dev /mnt/rescue/dev

Re: [gentoo-user] glsa-check question

2008-05-31 Thread Justin
Marco Simeone schrieb: Hello. Do you know why glsa-check tells me to update sun-jdk, even if it's alredy updated ? # glsa-check -p $(glsa-check -t all) This system is affected by the following GLSAs: Checking GLSA 200705-23 The following updates will be performed for this GLSA: dev-java/s

Re: [gentoo-user] chroot problem

2008-05-31 Thread Wolf Canis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Humphrey wrote: [...] > # cd /mnt/rescue > # mount -tproc proc proc > # mount -obind /dev dev I mean that the mount commands should be: # mount -tproc proc /mnt/rescue/proc # mount -obind /dev /mnt/rescue/dev I just build a mini chroot environ

Re: [gentoo-user] chroot problem

2008-05-31 Thread Peter Humphrey
On Thursday 29 May 2008 10:28:40 Dirk Heinrichs wrote: > Am Donnerstag, 29. Mai 2008 schrieb ext Peter Humphrey: > > What am I doing wrong? > > Just a wild guess: /mnt/rescue mounted with noexec? No, that isn't it. -- Rgds Peter -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] chroot problem

2008-05-31 Thread Peter Humphrey
On Thursday 29 May 2008 10:50:59 [EMAIL PROTECTED] wrote: > Wolf Canis <[EMAIL PROTECTED]> > > Only for verification, have you under /mnt/rescue /bin/bash? > > Or with other words have this /mnt/rescue/bin/bash? > > And with the appropriate permissions? Yes, I said so the first time. > > W. Canis

Re: [gentoo-user] Java default Swing stile

2008-05-31 Thread Florian Philipp
On Fri, 30 May 2008 22:04:55 +0200 "Dirk Uys" <[EMAIL PROTECTED]> wrote: > On Fri, May 30, 2008 at 9:20 PM, Florian Philipp > <[EMAIL PROTECTED]> wrote: > > Hi list! > > > > I've recently started both programming and using some Java > > applications (not that I would have a choice ...). > > > > We

Re: [gentoo-user] K3b complains about my locale

2008-05-31 Thread Mick
On Saturday 31 May 2008, Kevin O'Gorman wrote: > I did not have 02locale in /etc/env.d/dir, although there was a lot of > other stuff in that directory. > I added the two lines. > I ran env-update > I ctl-alt-backspace restarted my KDE/X system > I clicked k3b on the Multimedia submenu > > It bark