Re: [gentoo-user] Using java-config with manually installed JDKs

2006-02-05 Thread Rafael Fernández López

> Hi,
>
> I've manually instaled the sun-jdk, but i wish i could add it to the
> java-config. is it possible?


One question... why did you install manually sun-jdk? All available
versions are on portage...


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: lilo device-mapper & udev

2006-02-05 Thread Francesco Talamona
On Sunday 05 February 2006 02:44, Richard Fish wrote:
> On 2/4/06, Francesco Talamona <[EMAIL PROTECTED]> wrote:
> > Name change: '/dev/sdd' -> '/dev/sdd'
> > Name change: '/dev/sdd1' -> '/dev/sdd1'
> > Fatal: open /dev/sdd: No such file or directory
> >
> > sdd{,1,2} belong to a removable device and are listed
> > in /proc/partitions but remapped to /dev/mobile%n
> > via /etc/udev/rules.d/10-local.rules;
>
> I've generally found it easier to keep the /dev/sd* names and just
> SYMLINK the names I want.  Example:
>
> BUS=="usb", KERNEL=="sd[a-z][0-9]", SYSFS{product}=="Flash Disk",
> NAME="%k", SYMLINK="usbkey%n"

It really is more flexible than my configuration, I'll do some tests 
this evening. Thanks.
Francesco
-- 
Linux Version 2.6.15-gentoo-r2, Compiled #1 PREEMPT Wed Feb 1 07:51:02 
CET 2006
One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2004.78 Bogomips Total
aemaeth
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Too many failures in update world

2006-02-05 Thread Rafael Fernández López
Hi,

I don't use doxygen and I haven't got it installed neither. Well it seems
that there is a bug on that code. Check bugzilla and see if that's only
yours or if it happened to someone else.

You could add this version of doxygen to package.mask and try to emerge a
previous version (or don't add it to package.mask and go emerging a
previous one with emerge =what-ever/whatever-ver.sion).

Bye,
Rafael Fernández López.


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Using java-config with manually installed JDKs

2006-02-05 Thread Stuart Howard
Have a look at this page it gives a method for having multiple
versions of JDK installed.
http://www.gentoo.org/proj/en/java/tiger-faq.xml

stu



On 05/02/06, Rafael Fernández López <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I've manually instaled the sun-jdk, but i wish i could add it to the
> > java-config. is it possible?
>
>
> One question... why did you install manually sun-jdk? All available
> versions are on portage...
>
>
> --
> "A la vista de suficientes ojos todos los errores resultan evidentes" -
> Linus Torvalds
> --
> gentoo-user@gentoo.org mailing list
>
>


--
"There are 10 types of people in this world: those who understand
binary, those who don't"

--Unknown

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] madwifi-ng & WPA

2006-02-05 Thread Philipp Kügle
Am Sonntag 05 Februar 2006 05:12 schrieb Stroller:

> Does anyone know a workaround for using madwifi-ng with WPA, please?

C001 ~ # ACCEPT_KEYWORDS="~x86" emerge -pv wpa_supplicant

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

Calculating dependencies ...done!
[ebuild   R   ] net-wireless/wpa_supplicant-0.5.1  USE="madwifi qt readline 
ssl -gsm" 0 kB

Total size of downloads: 0 kB

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



[gentoo-user] Lost my coreutils

2006-02-05 Thread Bogo Mipps
Hi

Have stuffed up and accidentally un-merged my coreutils: now can't emerge 
either what was current (5.2.1-r7) or newer version (5.3.0-r1) and needless 
to say have lost all coreutils tools which doesn't help. Google makes it look 
like no-one else has been so stupid. 

This is what I get:


Traceback (most recent call last):
  File "/usr/bin/emerge", line 3228, in ?
mydepgraph.merge(pkglist)
  File "/usr/bin/emerge", line 1912, in merge

retval=portage.doebuild(y,"merge",myroot,self.pkgsettings,edebug,tree="porttree")
  File "/usr/lib/portage/pym/portage.py", line 2768, in doebuild

retval=spawnebuild("install",actionmap,mysettings,debug,alwaysdep=1,logfile=logfile)
  File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
retval=spawnebuild(actionmap[mydo]
["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
  File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
retval=spawnebuild(actionmap[mydo]
["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
  File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
retval=spawnebuild(actionmap[mydo]
["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
  File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
retval=spawnebuild(actionmap[mydo]
["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
  File "/usr/lib/portage/pym/portage.py", line 2334, in spawnebuild
droppriv=actionmap[mydo]["args"][1],logfile=logfile)
  File "/usr/lib/portage/pym/portage.py", line 1615, in spawn
return portage_exec.spawn_bash(mystring,env=env,**keywords)
  File "/usr/lib/portage/pym/portage_exec.py", line 48, in spawn_bash
return spawn(args,env=env,opt_name=opt_name,**keywords)
  File "/usr/lib/portage/pym/portage_exec.py", line 83, in spawn

mypid.extend(spawn(('tee','-i','-a',logfile),returnpid=True,fd_pipes={0:pr,1:1,2:2}))
TypeError: iteration over non-sequence


Can anyone help?  Please!

Bogo


-- 
Sent via KMail 1.8.3, & o/s Linux-2.6.12-gentoo-r10
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with alt-key on Apple iBook

2006-02-05 Thread Neil Bothwick
On Sat, 4 Feb 2006 18:35:29 -0700, Richard Fish wrote:

> > The Alt key works but Alt-n giving (arg: n) appears to be a feature of
> > bash, although there's no reference to the Alt key in the bash
> > manpage.
> 
> It is a readline function (see man readline).

OK, thanks.


-- 
Neil Bothwick

What's another word for `Thesaurus'?


signature.asc
Description: PGP signature


Re: [gentoo-user] lilo device-mapper & udev

2006-02-05 Thread Neil Bothwick
On Sat, 4 Feb 2006 18:44:20 -0700, Richard Fish wrote:

> I've generally found it easier to keep the /dev/sd* names and just
> SYMLINK the names I want.  Example:
> 
> BUS=="usb", KERNEL=="sd[a-z][0-9]", SYSFS{product}=="Flash Disk",
> NAME="%k", SYMLINK="usbkey%n"

The disadvantage of this is that pmount uses the real device name, not
the symlink, so you still end up with devices mounted on inconsistent
directory names in /media. that's why I prefer to do it the other way
round; NAME="somethingdescriptive", SYMLINK="%k".


-- 
Neil Bothwick

Velilind's Laws of Experimentation:
1. If reproducibility may be a problem, conduct the test only once.
2. If a straight line fit is required, obtain only two data points.


signature.asc
Description: PGP signature


Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Rumen Yotov
On Sun, 2006-02-05 at 23:13 +1300, Bogo Mipps wrote:
> Hi
> 
> Have stuffed up and accidentally un-merged my coreutils: now can't emerge 
> either what was current (5.2.1-r7) or newer version (5.3.0-r1) and needless 
> to say have lost all coreutils tools which doesn't help. Google makes it look 
> like no-one else has been so stupid. 
> 
> This is what I get:
> 
> 
> Traceback (most recent call last):
>   File "/usr/bin/emerge", line 3228, in ?
> mydepgraph.merge(pkglist)
>   File "/usr/bin/emerge", line 1912, in merge
> 
> retval=portage.doebuild(y,"merge",myroot,self.pkgsettings,edebug,tree="porttree")
>   File "/usr/lib/portage/pym/portage.py", line 2768, in doebuild
> 
> retval=spawnebuild("install",actionmap,mysettings,debug,alwaysdep=1,logfile=logfile)
>   File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
> retval=spawnebuild(actionmap[mydo]
> ["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
>   File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
> retval=spawnebuild(actionmap[mydo]
> ["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
>   File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
> retval=spawnebuild(actionmap[mydo]
> ["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
>   File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
> retval=spawnebuild(actionmap[mydo]
> ["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
>   File "/usr/lib/portage/pym/portage.py", line 2334, in spawnebuild
> droppriv=actionmap[mydo]["args"][1],logfile=logfile)
>   File "/usr/lib/portage/pym/portage.py", line 1615, in spawn
> return portage_exec.spawn_bash(mystring,env=env,**keywords)
>   File "/usr/lib/portage/pym/portage_exec.py", line 48, in spawn_bash
> return spawn(args,env=env,opt_name=opt_name,**keywords)
>   File "/usr/lib/portage/pym/portage_exec.py", line 83, in spawn
> 
> mypid.extend(spawn(('tee','-i','-a',logfile),returnpid=True,fd_pipes={0:pr,1:1,2:2}))
> TypeError: iteration over non-sequence
> 
> 
> Can anyone help?  Please!
> 
> Bogo
> 
> 
> -- 
> Sent via KMail 1.8.3, & o/s Linux-2.6.12-gentoo-r10
Hi,
One way to go is find a binary package for coreutils, but watch out it
must match your -arch or -mtune settings.
Another way is to boot any recent install-cd chroot to your existing
install and emerge only "coreutils".
HTH.Rumen

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: So O.K.

2006-02-05 Thread Franta
On Sat, 2006-02-04 at 19:26 -0500, A. Khattri wrote:
> On Sat, 4 Feb 2006, Harry Putnam wrote:
> 
> > But a sysadmin of 20 yrs will not have too much trouble getting lined
> > out again.
> 
> Must be one of thise old school Slowaris or HP-SUX admins...

Yes, and AIX, Tru64,SCO and Linux and BSD of course

Well, Changing the OS again would be a lot of work.

A was a little angry because I've sent all the needed info in my
USB/sound threads and nobody seems to know. Golden times of Slackware
usage! :(

There was some post wondering about how a person with skills like mine
could run in trouble replacing a config file.

I think the trouple comes from the fact, that I DID NOT repace it. I've
reduced the troubles I have to udev right now. Everything works fine if
I start the system, create the devices manually and work as usual. ...
but that should not be normal behavior, should it?

Maybe we should start a new thread/threads to stop the flame. I hope
somebody would be interested in this.

Regards
Frank


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] So O.K. -- help or point!

2006-02-05 Thread Franta
On Sat, 2006-02-04 at 12:16 -0500, Ernie Schroder wrote:
> On Saturday 04 February 2006 09:02, a tiny voice compelled Franta to write:
> > Due to the issues I hit (nearly) every time I do an upgrade.
> >
> > I did the upograde today too. There was one on udev. I think devices
> > don't coming up (Sound, USB) could belong to this kind of problems.
> >
> > Well. nothing changes.
> >
> > I've tried it half an hour ago with (a very old) knoppix CD. I have USB
> > disks, I have sound, I have networking ...
> >
> > That said (xcuse me, I <> say that) Gentoo is far away from a
> > distro for usage.
> >
> > Do not reply to this post - I'll unsubscribe immediatlely after posting
> > and I'll go to have a lok for another distro which won't force me to
> > fdisk for a newly install. Maybe it'll be Slack.
> >
> > Have fun customizing and repairing your systems. I prefer to work with
> > it.
> >
> > Frank
> 
> 
> Like Neil said, you screwed up and blew away some .config files with a 
> careless etc-update and now you want to blame Gentoo. Many people who have 
> tried Gentoo have done the same thing. Most often it happens to people with 
> linux/unix experience that "know better" than the developers that wrote the 
> documentation. Some RTFM, and some flame the distro. Some even explain their 
> problem here and ask for help. We're listening and will be more than happy to 
> help or point you to documentation.
> -- 
> Regards, Ernie

All this was here ones again :(

frankies ~ # uname -a
Linux frankies 2.6.12-gentoo-r10 #1 Sat Sep 17 06:36:46 CEST 2005 i686
Intel(R) Celeron(R) M processor 1.50GHz GenuineIntel GNU/Linux
frankies ~ # 
frankies ~ # #no stick
frankies ~ # 
frankies ~ # ls /dev/sd*
ls: /dev/sd*: No such file or directory
frankies ~ # 
frankies ~ # tail -fn20 /var/log/messages
Feb  5 11:35:22 frankies spamd[5365]: prefork: child states: II
Feb  5 11:40:01 frankies cron[21503]: (root) CMD (test
-x /usr/sbin/run-crons && /usr/sbin/run-crons )
Feb  5 11:50:01 frankies cron[21636]: (root) CMD (test
-x /usr/sbin/run-crons && /usr/sbin/run-crons )
Feb  5 12:00:01 frankies cron[21770]: (root) CMD (test
-x /usr/sbin/run-crons && /usr/sbin/run-crons )
Feb  5 12:00:01 frankies cron[21771]: (root) CMD (rm
-f /var/spool/cron/lastrun/cron.hourly)
Feb  5 12:05:22 frankies spamd[5368]: spamd: got connection
over /home/frank/.evolution/cache/tmp/spamd-socket-path-HvthgX
Feb  5 12:05:22 frankies spamd[5368]: spamd: checking message
<[EMAIL PROTECTED]> for frank:1000
Feb  5 12:05:22 frankies spamd[5368]: spamd: clean message (0.3/5.0) for
frank:1000 in 0.1 seconds, 4862 bytes.
Feb  5 12:05:22 frankies spamd[5368]: spamd: result: .  0 - RCVD_BY_IP
scantime=0.1,size=4862,user=frank,uid=1000,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=/home/frank/.evolution/cache/tmp/spamd-socket-path-HvthgX,mid=<[EMAIL
 PROTECTED]>,autolearn=no
Feb  5 12:05:22 frankies spamd[5365]: prefork: child states: II
Feb  5 12:10:01 frankies cron[21906]: (root) CMD (test
-x /usr/sbin/run-crons && /usr/sbin/run-crons )
Feb  5 12:20:01 frankies cron[22039]: (root) CMD (test
-x /usr/sbin/run-crons && /usr/sbin/run-crons )
Feb  5 12:30:01 frankies cron[22172]: (root) CMD (test
-x /usr/sbin/run-crons && /usr/sbin/run-crons )
Feb  5 12:40:01 frankies cron[22305]: (root) CMD (test
-x /usr/sbin/run-crons && /usr/sbin/run-crons )
Feb  5 12:50:01 frankies cron[22442]: (root) CMD (test
-x /usr/sbin/run-crons && /usr/sbin/run-crons )
Feb  5 13:00:01 frankies cron[22576]: (root) CMD (test
-x /usr/sbin/run-crons && /usr/sbin/run-crons )
Feb  5 13:00:01 frankies cron[22578]: (root) CMD (rm
-f /var/spool/cron/lastrun/cron.hourly)
Feb  5 13:02:59 frankies su[22633]: Successful su for root by frank
Feb  5 13:02:59 frankies su[22633]: + pts/0 frank:root
Feb  5 13:02:59 frankies su(pam_unix)[22633]: session opened for user
root by (uid=1000)

frankies ~ # #with stick
frankies ~ # 
frankies ~ # ls /dev/ds*
ls: /dev/ds*: No such file or directory
frankies ~ # 
frankies ~ # tail -fn20 /var/log/messages
Feb  5 13:02:59 frankies su[22633]: + pts/0 frank:root
Feb  5 13:02:59 frankies su(pam_unix)[22633]: session opened for user
root by (uid=1000)
Feb  5 13:04:22 frankies usb 2-2: new full speed USB device using
ohci_hcd and address 2
Feb  5 13:04:23 frankies usb 2-2: not running at top speed; connect to a
high speed hub
Feb  5 13:04:23 frankies scsi0 : SCSI emulation for USB Mass Storage
devices
Feb  5 13:04:23 frankies usb-storage: device found at 2
Feb  5 13:04:23 frankies usb-storage: waiting for device to settle
before scanning
Feb  5 13:04:28 frankies Vendor: SanDisk   Model: Cruzer Micro  Rev:
2033
Feb  5 13:04:28 frankies Type:   Direct-Access  ANSI
SCSI revision: 00
Feb  5 13:04:28 frankies SCSI device sda: 1024000 512-byte hdwr sectors
(524 MB)
Feb  5 13:04:28 frankies sda: Write Protect is off
Feb  5 13:04:28 frankies sda: Mode Sense: 02 00 00 00
Feb  5 13:04:28 frankies sda: assuming drive cache: write through
Feb  5 13:04:2

Re: [gentoo-user] can't compile some C++ apps

2006-02-05 Thread Daniel Vrcic
Hi,

* Benno Schulenberg <[EMAIL PROTECTED]> [06-02-03 22:59]:
> Daniel Vrcic wrote:
...
> > If I have a hardware issue, how come that compilation of those programs
> > always break, and always on the same file and line of certain source?
> Maybe a broken compiler.  Try recompiling your toolchain (binutils, 
> glibc, gcc) without the funny stuff in the CFLAGS, twice.  Then try 
> compiling the failing packages again.

Hmm, seems that that helped. I didn't change CFLAGS, instead I kept the
original. Hey, I was afraid of compiling gcc and glibc with "broken"
compiler until today. ;)

[...]

Thanks Benno!

Cheers,
-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Mike Williams
On Sunday 05 February 2006 10:13, Bogo Mipps wrote:
> Have stuffed up and accidentally un-merged my coreutils: now can't emerge
> either what was current (5.2.1-r7) or newer version (5.3.0-r1) and needless
> to say have lost all coreutils tools which doesn't help. Google makes it
> look like no-one else has been so stupid.

Umm, yeah, that's pretty serious...
I think the only real option is to post your CFLAGS, and perhaps someone will 
be nice enough to send you a statically compiled binary package of coreutils.

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



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Bogo Mipps wrote:
> Have stuffed up and accidentally un-merged my coreutils: now
> can't emerge either what was current (5.2.1-r7) or newer version
> (5.3.0-r1) and needless to say have lost all coreutils tools
> which doesn't help.

Yours is a up-to-date system and you have busybox installed?  Then 
type in that command and read carefully:  "Most people will create 
a link to busybox for each function they wish to use, and BusyBox 
will act like whatever it was invoked as."

You have a lot of links to make.  :|  You won't need all of these, 
but to give you an index of what coreutils contains, here's the 
output of 'equery files coreutils':

/bin
/bin/basename
/bin/cat
/bin/chgrp
/bin/chmod
/bin/chown
/bin/chroot
/bin/cksum
/bin/comm
/bin/cp
/bin/cut
/bin/date
/bin/dd
/bin/df
/bin/dir
/bin/dircolors
/bin/dirname
/bin/du
/bin/echo
/bin/env
/bin/expr
/bin/false
/bin/head
/bin/hostid
/bin/id
/bin/install
/bin/link
/bin/ln
/bin/logname
/bin/ls
/bin/mkdir
/bin/mkfifo
/bin/mknod
/bin/mv
/bin/nice
/bin/nohup
/bin/printenv
/bin/ptx
/bin/pwd
/bin/readlink
/bin/rm
/bin/rmdir
/bin/seq
/bin/sleep
/bin/sort
/bin/split
/bin/stat
/bin/stty
/bin/sync
/bin/tee
/bin/touch
/bin/tr
/bin/true
/bin/tty
/bin/uname
/bin/uniq
/bin/unlink
/bin/vdir
/bin/wc
/bin/who
/bin/whoami
/bin/yes
/etc
/etc/DIR_COLORS
/usr
/usr/bin
/usr/bin/[
/usr/bin/basename
/usr/bin/cat
/usr/bin/chgrp
/usr/bin/chmod
/usr/bin/chown
/usr/bin/chroot
/usr/bin/cksum
/usr/bin/comm
/usr/bin/cp
/usr/bin/csplit
/usr/bin/cut
/usr/bin/date
/usr/bin/dd
/usr/bin/df
/usr/bin/dir
/usr/bin/dircolors
/usr/bin/dirname
/usr/bin/du
/usr/bin/echo
/usr/bin/env
/usr/bin/expand
/usr/bin/expr
/usr/bin/factor
/usr/bin/false
/usr/bin/fmt
/usr/bin/fold
/usr/bin/head
/usr/bin/hostid
/usr/bin/id
/usr/bin/install
/usr/bin/join
/usr/bin/link
/usr/bin/ln
/usr/bin/logname
/usr/bin/ls
/usr/bin/md5sum
/usr/bin/mkdir
/usr/bin/mkfifo
/usr/bin/mknod
/usr/bin/mv
/usr/bin/nice
/usr/bin/nl
/usr/bin/nohup
/usr/bin/od
/usr/bin/paste
/usr/bin/pathchk
/usr/bin/pinky
/usr/bin/pr
/usr/bin/printenv
/usr/bin/printf
/usr/bin/ptx
/usr/bin/pwd
/usr/bin/readlink
/usr/bin/rm
/usr/bin/rmdir
/usr/bin/seq
/usr/bin/sha1sum
/usr/bin/shred
/usr/bin/sleep
/usr/bin/sort
/usr/bin/split
/usr/bin/stat
/usr/bin/stty
/usr/bin/sum
/usr/bin/sync
/usr/bin/tac
/usr/bin/tail
/usr/bin/tee
/usr/bin/test
/usr/bin/touch
/usr/bin/tr
/usr/bin/true
/usr/bin/tsort
/usr/bin/tty
/usr/bin/uname
/usr/bin/unexpand
/usr/bin/uniq
/usr/bin/unlink
/usr/bin/users
/usr/bin/vdir
/usr/bin/wc
/usr/bin/who
/usr/bin/whoami
/usr/bin/yes
[...man pages left out...]

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



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Benno Schulenberg wrote:
> here's the output of 'equery files coreutils':

Hmm... equery behaves different when its output is redirected.  
Here's a list without any of the duplicates (symlinks) in /usr/bin.

/bin/basename
/bin/cat
/bin/chgrp
/bin/chmod
/bin/chown
/bin/chroot
/bin/cksum
/bin/comm
/bin/cp
/bin/cut
/bin/date
/bin/dd
/bin/df
/bin/dir
/bin/dircolors
/bin/dirname
/bin/du
/bin/echo
/bin/env
/bin/expr
/bin/false
/bin/head
/bin/hostid
/bin/id
/bin/install
/bin/link
/bin/ln
/bin/logname
/bin/ls
/bin/mkdir
/bin/mkfifo
/bin/mknod
/bin/mv
/bin/nice
/bin/nohup
/bin/printenv
/bin/ptx
/bin/pwd
/bin/readlink
/bin/rm
/bin/rmdir
/bin/seq
/bin/sleep
/bin/sort
/bin/split
/bin/stat
/bin/stty
/bin/sync
/bin/tee
/bin/touch
/bin/tr
/bin/true
/bin/tty
/bin/uname
/bin/uniq
/bin/unlink
/bin/vdir
/bin/wc
/bin/who
/bin/whoami
/bin/yes

/usr/bin/[
/usr/bin/csplit
/usr/bin/expand
/usr/bin/factor
/usr/bin/fmt
/usr/bin/fold
/usr/bin/join
/usr/bin/md5sum
/usr/bin/nl
/usr/bin/od
/usr/bin/paste
/usr/bin/pathchk
/usr/bin/pinky
/usr/bin/pr
/usr/bin/printf
/usr/bin/sha1sum
/usr/bin/shred
/usr/bin/sum
/usr/bin/tac
/usr/bin/tail
/usr/bin/test
/usr/bin/tsort
/usr/bin/unexpand
/usr/bin/users

The ones in /usr/bin you probably won't need anyway.

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



Re: RE: [gentoo-user] kmail delete problem

2006-02-05 Thread Michael Kintzios
> From:: "Michael Kintzios" <[EMAIL PROTECTED]>
> To: 
> Subject: RE: [gentoo-user] kmail delete problem
> Date: Thu, 2 Feb 2006 11:24:50 -

> > -Original Message-
> > From: Paul [mailto:[EMAIL PROTECTED] 
> > Sent: 02 February 2006 10:04
> > To: gentoo-user@lists.gentoo.org
> > Subject: Re: [gentoo-user] kmail delete problem
> > 
> > 
> > On Wednesday 01 Feb 2006 16:29, Michael Kintzios wrote:
> > > > -Original Message-
> > > > From: Paul [mailto:[EMAIL PROTECTED]
> > 
> > > > I raised the original mouse problem which I thought was
> > > > resolved by changing
> > > > the mouse protocal to "ExplorerPS/2". Although the mouse
> > > > works OK It still
> > > > appears to be SOMETIMES double clicking.
> > > > I have noticed that on boot I get an error "module mousedev
> > > > not found" and
> > > > something else but I don't appear to have a boot log!!!
> > >
> > > For besides the hardware related messages in dmesg and xorg.0.log
> > > messages you can also check the last boot cycle in /var/log/syslog.
> > 
> > Mick
> > I don't have a directory /var/log/syslog. I have been looking 
> > for a boot log, 
> > I suppose I need to turn it on somehow.
> > Do you know how?
> > Thanks
> 
> I'll try to look into it tonight (away from my PC now) and get back to
> you.

Sorry, it's taken me some time to look into this (working all hours at the 
moment!)

Check if your /etc/syslog-ng/syslog-ng.conf has a destination/filter like this:
=
#This is the source of the messages to be logged.
source src { unix-stream("/dev/log"); internal(); pipe("/proc/kmsg"); };
source kernsrc { pipe("/proc/kmsg"); };

#This is the destination where we want to capture some of the messages.
destination syslog { file("/var/log/syslog"); };

#This the relevant filter.
filter f_syslog { not facility(authpriv, mail); };

#This connects them together.
log { source(src); filter(f_syslog); destination(syslog); };
=

To rotate the logs I have set this up in my /etc/logrotate.conf:
=
# when /var/log/syslog gets big 
/var/log/syslog
{   
rotate 1
weekly
size=1M
}
=

Not sure if the above is syntatictally perfect, or a bit crude, but it works on 
two of my boxen without apparent problems.  Someone with scripting skills may 
want to comment on improving it?
-- 
Regards,
Mick



[gentoo-user] Re: Solved ... Can't connect to local MySQL server ...

2006-02-05 Thread Harm Geerts
On Sunday 05 February 2006 04:22, Fredrik Lundgren wrote:
> Dear list,
>
> It appears as if mysql 5.0.18-r30
> sets up:
> datadir = /var/lib/mysql-500
>
> while my.cnf was from earlier version (I thought I deleted it with
> etc-update) indicating:
> datadir=/var/lib/mysql
>
> After correction in my.cnf to:
> datadir=/var/lib/mysql-500
>
> everything works OK!
You might want to have a look at the slotted mysql upgrade guide to make sure 
you've updated all the settings.
http://www.gentoo.org/doc/en/mysql-upgrade-slotted.xml
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] So O.K. -- help or point!

2006-02-05 Thread Ernie Schroder
On Sunday 05 February 2006 07:09, a tiny voice compelled Franta to write:

> All this was here ones again :(



http://gentoo-wiki.com/HOWTO_USB_Mass_Storage_Device

Hopefully you'll figure it out with this.

-- 
Regards, Ernie
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: USB issue

2006-02-05 Thread Harm Geerts
On Sunday 05 February 2006 00:26, Richard Fish wrote:
> However, we are _assuming_ that the system is starting udev.  You
> should check the first few lines of the system boot to make sure.  You
> should see messages like:
>
> Mounting /dev for udev ...

Also check what you told the init script to use for /dev management.
# grep RC_DEVICES /etc/conf.d/rc

The default value is "auto" but perhaps you've changed this and forgot to 
update it when switching to udev. For your system it should be set to "auto" 
or "udev".
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: So O.K.

2006-02-05 Thread Philip Webb
060205 Franta wrote:
> Maybe we should start a new thread/threads to stop the flame.
> I hope somebody would be interested in this.

You've probably put everyone else off: it was not the way to get help.
Gentoo is for people who want to manage their own machine(s).
Many people don't want to do that & everyone here would encourage them
to choose another distro: eg I use Mandrake 2005 in my back-up box.

However, for starters have a look at :

  http://www.gentoo.org/doc/en/udev-guide.xml
  http://webpages.charter.net/decibelshelp/LinuxHelp_UDEVPrimer.html
  http://www.reactivated.net/writing_udev_rules.html

The 1st is essential reading, the 2nd may help, the 3rd is optional.
When you've carefully read at least the 1st & tried to do what it says,
come back with a polite set of questions & a sensible 'subject'
& you'll probably get some useful advice.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] config_ppp0 configuration

2006-02-05 Thread El Nino
Dear friends,

I'm connecting to Internet using a CDMA phone, i use gnome-ppp+wvdial
tools to connect.i want to configure this connection on
/etc/conf.d/net as config_ppp0.

1) how to configure this on /etc/conf.d/net? i want to connect it on boot time.

bellow show my configurations. but its not connecting properly.
--
config_ppp0=( "ppp" )

link_ppp0="/dev/ttyUSB0"

plugins_ppp0=(
"dhcpc"
)

username_ppp0='username'
password_ppp0='password'

pppd_ppp0=(
   "updetach"  # WARNING: If you don't specify this then we will
#   # not wait for the actual PPP link to go up
   "debug" # Enables syslog debugging
   "noauth"# Do not require the peer to authenticate itself
   "defaultroute"  # Make this PPP interface the default route
#   "usepeerdns"# Use the DNS settings provided by PPP
#
# On demand options
   "demand"# Enable dial on demand
   "idle 0"   # Link goes down after 30 seconds of inactivity
#   "10.112.112.112:10.112.112.113" # Phony IP addresses
#   "ipcp-accept-remote"# Accept the peers idea of remote address
#   "ipcp-accept-local" # Accept the peers idea of local address
#   "holdoff 3" # Wait 3 seconds after link dies before re-starting
#
# Dead peer detection
   "lcp-echo-interval 15"  # Send a LCP echo every 15 seconds
   "lcp-echo-failure 3"# Make peer dead after 3 consective
#   # echo-requests
#
# Compression options - use these to completely disable compression
#   noaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp
#
# Dial-up settings
   "lock"  # Lock serial port
   "115200"# Set the serial port baud rate
#   "230400"# Set the serial port baud rate
   "modem crtscts" # Enable hardware flow control
#   "192.168.0.1:192.168.0.2"   # Local and remote IP addresses

)
phone_number_ppp0=( "#777" ) # Maximum 2 phone numbers are supported
chat_ppp0=(
#   'ABORT' 'BUSY'
#   'ABORT' 'ERROR'
#   'ABORT' 'NO ANSWER'
#   'ABORT' 'NO CARRIER'
#   'ABORT' 'NO DIALTONE'
#   'ABORT' 'Invalid Login'
#   'ABORT' 'Login incorrect'
#   'TIMEOUT' '5'
   '' 'ATZ'
   'OK' 'AT' # Put your modem initialization string here
   'OK' 'ATDT\T'
#   'TIMEOUT' '60'
#'CONNECT' ''
#   'TIMEOUT' '5'
#   '~--' ''
)

-
when i start /etc/init.d/net.ppp0 start ... this gave me a error(error
showing bellow)
--
host1 ~ # /etc/init.d/net.ppp0 start
  * Caching service dependencies ...  
   [ ok ]
 * Starting ppp0
 *   Bringing up ppp0
  * ppp
  *   Running pppd ...
   [ !! ]


--
...
"The future lies ahead."
 ___
< Have you mooed today? >
 
\^__^
 \   (oo) \___
 (__) \ )\/\
| |-w   |
| || |

2.6.15-gentoo-r1-sinhalese
(((o)))~--~--~--
Proud to be a Sinhalese.
SINHALESE ARE GENIUSES OF IRRIGATION
http://easyweb.easynet.co.uk/~sydney/sinhales.htm

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] named: capset failed

2006-02-05 Thread El Nino
Dear friends,

when starting BIND named gave me following error.this came after
compiling the kernel.please help me find this...

ERROR

named: capset failed: Operation not permitted: please ensure that the
capset kernel module is loaded.  see insmod(8)


--
...
"The future lies ahead."
 ___
< Have you mooed today? >
 
\^__^
 \   (oo) \___
 (__) \ )\/\
| |-w   |
| || |

2.6.15-gentoo-r1-sinhalese-jan201
(((o)))~--~--~--
Proud to be a Sinhalese.
SINHALESE ARE GENIUSES OF IRRIGATION
http://easyweb.easynet.co.uk/~sydney/sinhales.htm

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: So O.K.

2006-02-05 Thread Benno Schulenberg
Franta wrote:
> I've reduced the troubles I have to udev right now.
> Everything works fine if I start the system, create the devices
> manually and work as usual.

Why not set RC_DEVICES to "static" in /etc/conf.d/rc then and be 
done with it?

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



[gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Daniel Pielmeier
Hello,

i have tried to update my kernel from 2.6.24-gentoo-r5 to 2.6.15-gentoo-r1.
Now when i boot up, my splash-theme starts a few seconds after the
message "OK, now booting the kernel" as before when it started
immediately after this message.
Ok but the main problem is, before starting up gdm the system hangs and
i can do nothing else anymore. Without nvidia-driver installed i can log
in in textmode so i think it is a problem with the nvidia-driver and or
splashutils and fbsplash.

For your information, to update my kernel i used my old config-file with
make menuconfig which shows me the following output



make menuconfig

  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/mconf
  HOSTCC  scripts/lxdialog/checklist.o
  HOSTCC  scripts/lxdialog/inputbox.o
  HOSTCC  scripts/lxdialog/lxdialog.o
  HOSTCC  scripts/lxdialog/menubox.o
  HOSTCC  scripts/lxdialog/msgbox.o
  HOSTCC  scripts/lxdialog/textbox.o
  HOSTCC  scripts/lxdialog/util.o
  HOSTCC  scripts/lxdialog/yesno.o
  HOSTLD  scripts/lxdialog/lxdialog
scripts/kconfig/mconf arch/i386/Kconfig
#
# using defaults found in .config
#
.config:1317:warning: trying to assign nonexistent symbol FB_SOFT_CURSOR
.config:1426:warning: trying to assign nonexistent symbol USB_BLUETOOTH_TTY


*** End of Linux kernel configuration.
*** Execute 'make' to build the kernel or try 'make help'.



Maybe it has something to do with this error

.config:1317:warning: trying to assign nonexistent symbol FB_SOFT_CURSOR

Any suggestions concering this problem?

Thanks in advance

Daniel Pielmeier
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Xine-ui masked?

2006-02-05 Thread Daniel Pielmeier
Hello,

recently i have installed xine -ui.

A few days before when i do

emerge -pv --deep --newuse --update world

it shows me the following output


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

Calculating world dependencies
!!! Packages for the following atoms are either all
!!! masked or don't exist:
media-video/xine-ui

 ...done!

Total size of downloads: 0 kB


Is xine-ui marked as masked recently?

At http://packages.gentoo.org/search/?sstring=xine-ui it is marked stable.

emerge -s xine-ui shows me


Searching...
[ Results for search key : xine-ui ]
[ Applications found : 1 ]

*  media-video/xine-ui [ Masked ]
  Latest version available: 0.99.4-r3
  Latest version installed: 0.99.3
  Size of downloaded files: 2,496 kB
  Homepage:http://xine.sourceforge.net/
  Description: Xine movie player
  License: GPL-2


What is wrong here?

Thank you in advance

Daniel Pielmeier
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Martins Steinbergs
On Sunday 05 February 2006 12:13, Bogo Mipps wrote:
> Hi
>
> Have stuffed up and accidentally un-merged my coreutils: now can't emerge
> either what was current (5.2.1-r7) or newer version (5.3.0-r1) and needless
> to say have lost all coreutils tools which doesn't help. Google makes it
> look like no-one else has been so stupid.
>
> This is what I get:
>
> 
> Traceback (most recent call last):
>   File "/usr/bin/emerge", line 3228, in ?
> mydepgraph.merge(pkglist)
>   File "/usr/bin/emerge", line 1912, in merge
>
> retval=portage.doebuild(y,"merge",myroot,self.pkgsettings,edebug,tree="port
>tree") File "/usr/lib/portage/pym/portage.py", line 2768, in doebuild
>
> retval=spawnebuild("install",actionmap,mysettings,debug,alwaysdep=1,logfile
>=logfile) File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
> retval=spawnebuild(actionmap[mydo]
> ["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
>   File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
> retval=spawnebuild(actionmap[mydo]
> ["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
>   File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
> retval=spawnebuild(actionmap[mydo]
> ["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
>   File "/usr/lib/portage/pym/portage.py", line 2318, in spawnebuild
> retval=spawnebuild(actionmap[mydo]
> ["dep"],actionmap,mysettings,debug,alwaysdep=alwaysdep,logfile=logfile)
>   File "/usr/lib/portage/pym/portage.py", line 2334, in spawnebuild
> droppriv=actionmap[mydo]["args"][1],logfile=logfile)
>   File "/usr/lib/portage/pym/portage.py", line 1615, in spawn
> return portage_exec.spawn_bash(mystring,env=env,**keywords)
>   File "/usr/lib/portage/pym/portage_exec.py", line 48, in spawn_bash
> return spawn(args,env=env,opt_name=opt_name,**keywords)
>   File "/usr/lib/portage/pym/portage_exec.py", line 83, in spawn
>
> mypid.extend(spawn(('tee','-i','-a',logfile),returnpid=True,fd_pipes={0:pr,
>1:1,2:2})) TypeError: iteration over non-sequence
> 
>
> Can anyone help?  Please!
>
> Bogo
>

I would boot with install cd and extract latest stage3 or try to extract only 
missing files. then chroot, emerge --sync, emerge coreutils and emerge 
--update

dont know is this best solution, at least i did it some time ago when after 
update system was broke.


m
-- 
Linux 2.6.15-ck3 AMD Athlon(tm) 64 Processor 3200+
 17:43:21 up 25 min,  3 users,  load average: 1.04, 1.08, 0.90


pgplREsy77aR9.pgp
Description: PGP signature


Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Maarten
Benno Schulenberg wrote:
> Benno Schulenberg wrote:
> 
>>here's the output of 'equery files coreutils':
> 
> 
> Hmm... equery behaves different when its output is redirected.  
> Here's a list without any of the duplicates (symlinks) in /usr/bin.
> 

> /bin/link
> /bin/ln
  ^^^

Ehm. Which possibly creates a chicken-egg problem.  How do you make the
symlink from ln -> busybox without having /bin/ln in the first place ?

Maarten

> Benno

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] python: stack smashing attack in function sha_done()

2006-02-05 Thread ibarbu
I have this problem on emerge package and I don't know the cause.

emerge --oneshot subversion
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-util/subversion-1.3.0 to /
python: stack smashing attack in function sha_done()
Aborted

emerge bash
Calculating dependencies ...done!
>>> emerge (1 of 1) app-shells/bash-3.1_p7 to /
>>> checksums files   ;-) bash-3.1_p7.ebuild
>>> checksums files   ;-) bash-3.0-r12.ebuild
>>> checksums files   ;-) bash-3.1_p5-r2.ebuild
>>> checksums files   ;-) bash-3.0-r14.ebuild
>>> checksums files   ;-) bash-2.05b-r11.ebuild
>>> checksums files   ;-) bash-3.0-r11.ebuild
>>> checksums files   ;-) bash-3.0-r13.ebuild
>>> checksums files   ;-) files/digest-bash-3.0-r11
>>> checksums files   ;-) files/digest-bash-3.0-r12
>>> checksums files   ;-) files/digest-bash-3.0-r13
>>> checksums files   ;-) files/digest-bash-3.0-r14
python: stack smashing attack in function sha_done()
Aborted

Thank you for any information.
Iulian


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] python: stack smashing attack in function sha_done()

2006-02-05 Thread Max Lorenz
Hi,

On 2/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I have this problem on emerge package and I don't know the cause.
>
> emerge --oneshot subversion
> Calculating dependencies ...done!
> >>> emerge (1 of 1) dev-util/subversion-1.3.0 to /
> python: stack smashing attack in function sha_done()
> Aborted
>
> emerge bash
> Calculating dependencies ...done!
> >>> emerge (1 of 1) app-shells/bash-3.1_p7 to /
> >>> checksums files   ;-) bash-3.1_p7.ebuild
> >>> checksums files   ;-) bash-3.0-r12.ebuild
> >>> checksums files   ;-) bash-3.1_p5-r2.ebuild
> >>> checksums files   ;-) bash-3.0-r14.ebuild
> >>> checksums files   ;-) bash-2.05b-r11.ebuild
> >>> checksums files   ;-) bash-3.0-r11.ebuild
> >>> checksums files   ;-) bash-3.0-r13.ebuild
> >>> checksums files   ;-) files/digest-bash-3.0-r11
> >>> checksums files   ;-) files/digest-bash-3.0-r12
> >>> checksums files   ;-) files/digest-bash-3.0-r13
> >>> checksums files   ;-) files/digest-bash-3.0-r14
> python: stack smashing attack in function sha_done()
> Aborted

I think you need to update to the latest version of pycrypto, see Bug #120846.

HTH,
Max

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Renat Golubchyk
On Sun, 05 Feb 2006 17:07:37 +0100 Maarten <[EMAIL PROTECTED]> wrote:
> Benno Schulenberg wrote:
> > /bin/link
> > /bin/ln
>   ^^^
> 
> Ehm. Which possibly creates a chicken-egg problem.  How do you make
> the symlink from ln -> busybox without having /bin/ln in the first
> place ?

Boot from a Live-CD.


Cheers,
Renat

-- 
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
  (Einstein)


signature.asc
Description: PGP signature


Re: [gentoo-user] lilo device-mapper & udev

2006-02-05 Thread Richard Fish
On 2/5/06, Neil Bothwick <[EMAIL PROTECTED]> wrote:
>
> The disadvantage of this is that pmount uses the real device name, not
> the symlink, so you still end up with devices mounted on inconsistent
> directory names in /media. that's why I prefer to do it the other way
> round; NAME="somethingdescriptive", SYMLINK="%k".

Ah, I hadn't thought of that.  Thanks!

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] So O.K. -- help or point!

2006-02-05 Thread Richard Fish
On 2/5/06, Franta <[EMAIL PROTECTED]> wrote:
> All this was here ones again :(

I posted this to your other thread, but you either didn't see it or
didn't respond.

Try "cat /proc/sys/kernel/hotplug".  In your case, it should say
"/sbin/udevsend".

However, we are _assuming_ that the system is starting udev.  You
should check the first few lines of the system boot to make sure.  You
should see messages like:

Mounting /dev for udev ...
...
 Setting /sbin/udevsend as hotplug agent ...

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Too many failures in update world

2006-02-05 Thread Harry Putnam
Rafael Fernández López <[EMAIL PROTECTED]> writes:

> Hi,
>
> I don't use doxygen and I haven't got it installed neither. Well it seems
> that there is a bug on that code. Check bugzilla and see if that's only
> yours or if it happened to someone else.
>
> You could add this version of doxygen to package.mask and try to emerge a
> previous version (or don't add it to package.mask and go emerging a
> previous one with emerge =what-ever/whatever-ver.sion).

I don't use it either... it turned up as a dependant to something else
I think.  I'll try unmerging it and see if the update world just
passes it by.  I'll report back.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Richard Fish
On 2/5/06, Daniel Pielmeier <[EMAIL PROTECTED]> wrote:
> Hello,
>
> i have tried to update my kernel from 2.6.24-gentoo-r5 to 2.6.15-gentoo-r1.
> Now when i boot up, my splash-theme starts a few seconds after the
> message "OK, now booting the kernel" as before when it started
> immediately after this message.
> Ok but the main problem is, before starting up gdm the system hangs and
> i can do nothing else anymore. Without nvidia-driver installed i can log
> in in textmode so i think it is a problem with the nvidia-driver and or
> splashutils and fbsplash.

Which framebuffer graphics driver(s) did you enable in the kernel?  My
guess is that you want _only_ vesafb-tng.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Firefox

2006-02-05 Thread Roy Wright

Simon Kellett wrote:


Chan Min Wai <[EMAIL PROTECTED]> writes:

 


Why The [Account Setting] And [Preference] is Under the [Edit] Menu
Where on the windows build it is under the [Tools] Menu.

Any Idea?
   



It is the difference between what someone considers "standard" for
Windows vs. Unix. (And it annoys me as I use Windows at work, and Linux
at home.)

 

I believe Netscape (and even Mosaic?) used the [Edit] menu.  Then 
along came
MS and just to be different chose to use the [Tools] menu.  Now firefox 
is converting
all of the IE users back to the fold, but we all know how simple minded 
windows
folks are so can't confuse them too much.  Therefore the windows version 
is under
the [Tools] menu.  Now the unix folks have never had to deal with IE so 
they've
been blessed all along with the preference being where it belongs under 
the [Edit]

menu.

Now personally I'd love to see the windows version have an option to use 
normal
menus vs. ie-like menus.  Have the windows build be default ie-like for 
a release

or two, then switch the default to where it belongs...

Have fun,
Roy
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Daniel Pielmeier
I have enabled the following options under

->Device Drivers ->Graphics support

in my kernel config.

Support for framebuffer devices
VESA VGA Graphics Support
-> VESA driver type vesa-tng
Support for the framebuffer splash


Richard Fish schrieb:
> On 2/5/06, Daniel Pielmeier <[EMAIL PROTECTED]> wrote:
> 
>>Hello,
>>
>>i have tried to update my kernel from 2.6.24-gentoo-r5 to 2.6.15-gentoo-r1.
>>Now when i boot up, my splash-theme starts a few seconds after the
>>message "OK, now booting the kernel" as before when it started
>>immediately after this message.
>>Ok but the main problem is, before starting up gdm the system hangs and
>>i can do nothing else anymore. Without nvidia-driver installed i can log
>>in in textmode so i think it is a problem with the nvidia-driver and or
>>splashutils and fbsplash.
> 
> 
> Which framebuffer graphics driver(s) did you enable in the kernel?  My
> guess is that you want _only_ vesafb-tng.
> 
> -Richard
> 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [equery Q] shorter version

2006-02-05 Thread Harry Putnam
Sometime ago some posted a command from a tool found in a package on
portage.  It was an equery related thread.

The command was something like a simple eq or maybe even e or q alone.

I was just an alias.
Anyone know what I'm remembering here?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Transparency mostly works with KDE 3.5.1 + Xorg 6.8.2

2006-02-05 Thread Roy Wright

Howdy,

Played around and got Transparency working with KDE 3.5.1.  In the past
it had been extremely slow.  This time I found:

 http://gentoo-wiki.com/TIP_Xorg_X11_and_Transparency

which proved to be very useful (THANK YOU to the author(s)).  I was missing:

Option  "backingstore" "true"

from my xorg.conf.

I have noticed one problem.  When I open KDE's Control Center, and I resize
the window, the left panel is filled with the background.  Another way 
to duplicate
the problem is to open KWrite and do a resize, then the main panel is 
filled with

the background.  I've tried with ARGB enabled/disabled, no joy.  Any ideas?

Should I try with xorg-x11 7.0?

Here's my Devices section from my xorg.conf:

Section "Device"
   Option"CursorShadow" "True"
   Option  "TwinView" "True"
   Option  "TwinViewOrientation" "RightOf"
   Option  "MetaModes" 
"1600x1200,1600x1200;1280x1024,1280x1024;1024x768,1024x768;800x600,800x600"

   Option  "SecondMonitorHorzSync" "28-95"
   Option  "SecondMonitorVertSync" "50-120"
   Option  "AllowGLXWithComposite" "true"
   Option  "RenderAccel" "true"
   Option  "backingstore" "true"
   Option  "UseEDIDDpi" "FALSE"
   Identifier  "Card0"
   Driver  "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "Unknown Board"
   BusID   "PCI:1:0:0"
EndSection

I'm running nvidia 1.0.8178 on x86, linux-2.6.14-gentoo-r4 kernel.

TIA,
Roy

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [equery Q] shorter version

2006-02-05 Thread Rumen Yotov
On Sun, 2006-02-05 at 11:35 -0600, Harry Putnam wrote:
> Sometime ago some posted a command from a tool found in a package on
> portage.  It was an equery related thread.
> 
> The command was something like a simple eq or maybe even e or q alone.
> 
> I was just an alias.
> Anyone know what I'm remembering here?
> 
Hi,
Probably was "portage-utils" q,qlist.qfile,qsize,etc
HTH.Rumen


smime.p7s
Description: S/MIME cryptographic signature


Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Rumen Yotov
On Sun, 2006-02-05 at 18:31 +0100, Daniel Pielmeier wrote:
> I have enabled the following options under
> 
> ->Device Drivers ->Graphics support
> 
> in my kernel config.
> 
> Support for framebuffer devices
> VESA VGA Graphics Support
>   -> VESA driver type vesa-tng
> Support for the framebuffer splash
> 
> 
> Richard Fish schrieb:
> > On 2/5/06, Daniel Pielmeier <[EMAIL PROTECTED]> wrote:
> > 
> >>Hello,
> >>
> >>i have tried to update my kernel from 2.6.24-gentoo-r5 to 2.6.15-gentoo-r1.
> >>Now when i boot up, my splash-theme starts a few seconds after the
> >>message "OK, now booting the kernel" as before when it started
> >>immediately after this message.
> >>Ok but the main problem is, before starting up gdm the system hangs and
> >>i can do nothing else anymore. Without nvidia-driver installed i can log
> >>in in textmode so i think it is a problem with the nvidia-driver and or
> >>splashutils and fbsplash.
> > 
> > 
> > Which framebuffer graphics driver(s) did you enable in the kernel?  My
> > guess is that you want _only_ vesafb-tng.
> > 
> > -Richard
> > 
Hi,
Not very much but remember when compiled my first 2.6.15 kernel with
gensplash at the end as einfo was a message about gensplash being very
slow booting 2.6.15 kernels so added one additional option to Grub:
video=vesafb:mtrr:3 (from the einfo text).
But as i start w/o graphical login screen (XDM,GDM,KDM) can't test them.
HTH.Rumen


smime.p7s
Description: S/MIME cryptographic signature


[gentoo-user] Re: [equery Q] shorter version

2006-02-05 Thread Harry Putnam
Rumen Yotov <[EMAIL PROTECTED]> writes:

>> The command was something like a simple eq or maybe even e or q alone.
>> 
>> I was just an alias.
>> Anyone know what I'm remembering here?
>> 
> Hi,
> Probably was "portage-utils" q,qlist.qfile,qsize,etc

Yup, thats the baby thanks.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Bogo Mipps
On Mon, 06 Feb 2006 01:30, Mike Williams wrote:
> I think the only real option is to post your CFLAGS, and perhaps someone
> will be nice enough to send you a statically compiled binary package of
> coreutils.

Thanks guys - will start with this one, in the hope that someone out there 
will take pity.

CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"

TIA.

Bogo 


-- 
Sent via KMail 1.8.3, & o/s Linux-2.6.12-gentoo-r10
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Viewing SVG/SVGZ files.

2006-02-05 Thread Holly Bostick
Abhay Kedia schreef:

> 
> Thanks for the ksvg idea and will be reall greatful if firefox worked
> as well.
> 
The only thing I can thinl about this is: what version of Firefox are
you using (literally, which ebuild).

The early versions of Firefox (1.0.x to approx 1.5-r4) used the "mozsvg"
USE flag to enable firefox to load SVG images.

However, the Changelog says:

*mozilla-firefox-1.5-r4 (23 Dec 2005)

  23 Dec 2005; Jory A. Pratt <[EMAIL PROTECTED]>
  +mozilla-firefox-1.5-r4.ebuild:
  canvas and svg now default

and indeed, the mozsvg USE flag is no longer available to firefox, but
my firefox seems to render svg images fine. I tested by going to

http://www.linuxrising.org/svg_test/test.html

and opening one of the images in a new tab.

http://www.w3.org/Graphics/SVG/Test/20030813/svggen/styling-css-01-b.svg

I'm using Firefox 1.5-r9 (self-compiled, not the -bin).

So I'm not quite sure what your problem is, but it seems that it must
relate in some fashion to the specific version of FF (maybe you're using
a version that needed the USE flag, but you don't have it enabled).

HTH,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Maarten wrote:
> > Benno Schulenberg wrote:
> > /bin/ln
>   ^^^
>
> Ehm. Which possibly creates a chicken-egg problem.  How do you
> make the symlink from ln -> busybox without having /bin/ln in the
> first place ?

busybox ln -s busybox /bin/ln

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



Re: [gentoo-user] Using java-config with manually installed JDKs

2006-02-05 Thread Felipe Ribeiro
I've installed the version from portage before, but i had performance 
problem with the amd64 version. so i decided to install the x86 version 
on my amd64 box. and i dunno how to do it with portage, so i installed 
manually.



One question... why did you install manually sun-jdk? All available
versions are on portage...


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Bogo Mipps wrote:
> Thanks guys - will start with this one, in the hope that someone
> out there will take pity.

No no, don't take pity.  This is too good a chance to see busybox in 
action.  :)  Please report back how you are getting along.

Start with these:

busybox ln -s busybox /bin/ln
ln -s busybox /bin/install
ln -s busybox /bin/cp

Then try to emerge coreutils, and make more links for the things 
that are missing.

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



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Martin Ullrich
I recently upgraded to 2.6.15-gentoo-r1 too and my splash also shows
up short after the "OK" message, but this is also with my laptop,
which is equipped with a ati card (desktop pc is a nVidia PCX 5900).
My kdm works fine.
Did you remember to re-emerge nvidia-kernel?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Alexander Skwar
Maarten wrote:
> Benno Schulenberg wrote:
>> Benno Schulenberg wrote:


>> /bin/ln
>   ^^^
> 
> Ehm. Which possibly creates a chicken-egg problem.  How do you make the
> symlink from ln -> busybox without having /bin/ln in the first place ?

There's no requirement for ln being a symlink. Instead, you could
also copy busybox to ln - cp busybox ln.

Alexander Skwar
-- 
 All generalisations are dangerous, including this one.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Daniel Pielmeier
This are my options i have added in grub.conf

video=vesafb:ywrap,mtrr,[EMAIL PROTECTED]
splash=silent,kdgraphics,fadein,theme:emergence quiet CONSOLE=/dev/tty1

You can see i have video=vesafb:mtrr added to my config, but what means
the three in

> video=vesafb:mtrr:3


> Hi,
> Not very much but remember when compiled my first 2.6.15 kernel with
> gensplash at the end as einfo was a message about gensplash being very
> slow booting 2.6.15 kernels so added one additional option to Grub:
> video=vesafb:mtrr:3 (from the einfo text).
> But as i start w/o graphical login screen (XDM,GDM,KDM) can't test them.
> HTH.Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Bogo Mipps
On Mon, 06 Feb 2006 01:54, Benno Schulenberg wrote:
> Yours is a up-to-date system and you have busybox installed?  Then
> type in that command and read carefully:  "Most people will create
> a link to busybox for each function they wish to use, and BusyBox
> will act like whatever it was invoked as."

Thanks Benno 

Yes, it's up-to-date and busybox is installed.  Never had the occasion to use 
it, but this could be the time. If some kind soul doesn't come up with the 
binary package (see other post) I'll be making the few dozen links I guess. 

Presmably this will get me back to where I can get coreutils emerged again ok.

Bogo


-- 
Sent via KMail 1.8.3, & o/s Linux-2.6.12-gentoo-r10

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Daniel Pielmeier
Yes of course, i have to recompile a few apps after each kernel update
including svgalib alsa-driver and nvidia-kernel.

Martin Ullrich schrieb:
> I recently upgraded to 2.6.15-gentoo-r1 too and my splash also shows
> up short after the "OK" message, but this is also with my laptop,
> which is equipped with a ati card (desktop pc is a nVidia PCX 5900).
> My kdm works fine.
> Did you remember to re-emerge nvidia-kernel?
> 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Rumen Yotov
On Mon, 2006-02-06 at 07:10 +1300, Bogo Mipps wrote:
> On Mon, 06 Feb 2006 01:30, Mike Williams wrote:
> > I think the only real option is to post your CFLAGS, and perhaps someone
> > will be nice enough to send you a statically compiled binary package of
> > coreutils.
> 
> Thanks guys - will start with this one, in the hope that someone out there 
> will take pity.
> 
> CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
> 
> TIA.
> 
> Bogo 
> 
> 
> -- 
> Sent via KMail 1.8.3, & o/s Linux-2.6.12-gentoo-r10
Hi,
I have one (CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer")
Normal except ~x86 (all testing) system - coreutils-5.93: 2.1M.
Putting the binary here: ftp://ftp.qrypto.org (my router).
As emerge doesn't work (assume) put it in / (root dir) and run:
tar xjvf coreutils-5.93.tar.bz2 (ignore final warnings, that's service
data). Will take some 5-10 minutes.
HTH.Rumen


smime.p7s
Description: S/MIME cryptographic signature


Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Martin Ullrich
Hi!

I compiled coreutils 5.2.1-r7 with your CFLAGS and only the NLS
USE-flag. Assuming you have gcc-3.4 installed it should work.

http://members.chello.at/martin-ullrich/coreutils-5.2.1-r7.tbz2

Just boot from a live-cd (e.g. the gentoo install-cd), and extract the
file with "tar -xjpf coreutils-5.2.1-r7" (adjust the command to fit
your needs).

If it doesn't work, tell me/us.

martin

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user]

2006-02-05 Thread Uwe Thormann
unsubscribe
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Rumen Yotov
On Sun, 2006-02-05 at 19:34 +0100, Daniel Pielmeier wrote:
> This are my options i have added in grub.conf
> 
> video=vesafb:ywrap,mtrr,[EMAIL PROTECTED]
> splash=silent,kdgraphics,fadein,theme:emergence quiet CONSOLE=/dev/tty1
> 
> You can see i have video=vesafb:mtrr added to my config, but what means
> the three in
> 
> > video=vesafb:mtrr:3
> 
> 
> > Hi,
> > Not very much but remember when compiled my first 2.6.15 kernel with
> > gensplash at the end as einfo was a message about gensplash being very
> > slow booting 2.6.15 kernels so added one additional option to Grub:
> > video=vesafb:mtrr:3 (from the einfo text).
> > But as i start w/o graphical login screen (XDM,GDM,KDM) can't test them.
> > HTH.Rumen
Hi,
Frankly don't know just added this to the rest so here's the whole line:
... vga=791 video=vesafb:mtrr:3 splash=verbose,theme:emergence
CONSOLE=/dev/tty1 quiet
This seems to be some kind of alternate config, used one like yours too.
HTH.Rumen


smime.p7s
Description: S/MIME cryptographic signature


Re: [gentoo-user]

2006-02-05 Thread Christoph Eckert

> unsubscribe

please try [EMAIL PROTECTED] instead.

thanks,


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



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Mike Williams
On Sunday 05 February 2006 18:27, Alexander Skwar wrote:
> > Ehm. Which possibly creates a chicken-egg problem.  How do you make the
> > symlink from ln -> busybox without having /bin/ln in the first place ?
>
> There's no requirement for ln being a symlink. Instead, you could
> also copy busybox to ln - cp busybox ln.

cp is from coreutils too :)

-- 
Mike Williams

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Jose Maria Alvarez Fernandez
This is solved in -r2:

+gentoo-sources-2.6.15-r2.ebuild:
  Update to Linux 2.6.15.2. Some minor security fixes. Update sky2 to v0.15.
  Enable libata ATAPI (i.e. SATA CDROM) support by default. Fix fbsplash
  silent splash image not showing throughout bootup. Fix scsi memory leak.

Cheers!

Chema
El Domingo, 5 de Febrero de 2006 20:02, Rumen Yotov escribió:
> On Sun, 2006-02-05 at 19:34 +0100, Daniel Pielmeier wrote:
> > This are my options i have added in grub.conf
> >
> > video=vesafb:ywrap,mtrr,[EMAIL PROTECTED]
> > splash=silent,kdgraphics,fadein,theme:emergence quiet CONSOLE=/dev/tty1
> >
> > You can see i have video=vesafb:mtrr added to my config, but what means
> > the three in
> >
> > > video=vesafb:mtrr:3
> > >
> > >
> > > Hi,
> > > Not very much but remember when compiled my first 2.6.15 kernel with
> > > gensplash at the end as einfo was a message about gensplash being very
> > > slow booting 2.6.15 kernels so added one additional option to Grub:
> > > video=vesafb:mtrr:3 (from the einfo text).
> > > But as i start w/o graphical login screen (XDM,GDM,KDM) can't test
> > > them. HTH.Rumen
>
> Hi,
> Frankly don't know just added this to the rest so here's the whole line:
> ... vga=791 video=vesafb:mtrr:3 splash=verbose,theme:emergence
> CONSOLE=/dev/tty1 quiet
> This seems to be some kind of alternate config, used one like yours too.
> HTH.Rumen

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Jerry McBride
On Sunday 05 February 2006 13:59, Uwe Thormann wrote:
> unsubscribe

NO!

-- 

**
 Registered Linux User Number 185956
2:31pm  up 140 days,  5:56,  4 users,  load average: 1.93, 2.00, 2.03
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Manuel A. McLure
On Sunday 05 February 2006 11:35 am, Mike Williams wrote:
> On Sunday 05 February 2006 18:27, Alexander Skwar wrote:
> > > Ehm. Which possibly creates a chicken-egg problem.  How do you make the
> > > symlink from ln -> busybox without having /bin/ln in the first place ?
> >
> > There's no requirement for ln being a symlink. Instead, you could
> > also copy busybox to ln - cp busybox ln.
>
> cp is from coreutils too :)

Ah, but busybox does not have to be linked to the command names - you can do

busybox ln -s busybox ln

Any of the commands that busybox provides when linked/symlinked are available 
by just calling busybox with the name of the command as the first argument.

-- 
Manuel A. McLure KE6TAW <[EMAIL PROTECTED]> 
...for in Ulthar, according to an ancient and significant law,
no man may kill a cat.   -- H.P. Lovecraft

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] One host, two NIC's...

2006-02-05 Thread Jeff
Hey all. Linux question - I have this nice big dual Xeon server, with 
two NIC's. Where, how, when, why, can I configure this beast, not as a 
router, but just as a host with two ways to get in.


eth0 is 192.168.0.39
eth1 is 192.168.1.139

I would like to be able to associate both NIC's to the same hostname, 
'foo' - how is this accomplished?


Thanks much!
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Jarry

>>unsubscribe
> please try [EMAIL PROTECTED] instead.

In my welcome-mail there is:

To unsubscribe send a mail to:
[EMAIL PROTECTED]

Maybe it would not increase traffic too much if there were such
a foot-note in every mail, automaticly included by ezmlm...

Jarry

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] One host, two NIC's...

2006-02-05 Thread martin nicolas
Hi Jeff, I think you should try to adjust your /etc/hosts and put in it :192.168.0.39 192.168.1.139 fooYou may also need to adjust your routes :
[EMAIL PROTECTED] add default gw 192.168.0.X 192.168.0.39[EMAIL PROTECTED] add default gw 192.168.1.X 192.168.1.139
On 2/5/06, Jeff <[EMAIL PROTECTED]> wrote:
Hey all. Linux question - I have this nice big dual Xeon server, withtwo NIC's. Where, how, when, why, can I configure this beast, not as arouter, but just as a host with two ways to get in.eth0 is 
192.168.0.39eth1 is 192.168.1.139I would like to be able to associate both NIC's to the same hostname,'foo' - how is this accomplished?Thanks much!--
gentoo-user@gentoo.org mailing list-- Martin Nicolas Master 2 I2A


Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Daniel Pielmeier
Thank you,

but will this solve also my problem with the nvidia-driver?

Jose Maria Alvarez Fernandez schrieb:
> This is solved in -r2:
> 
> +gentoo-sources-2.6.15-r2.ebuild:
>   Update to Linux 2.6.15.2. Some minor security fixes. Update sky2 to v0.15.
>   Enable libata ATAPI (i.e. SATA CDROM) support by default. Fix fbsplash
>   silent splash image not showing throughout bootup. Fix scsi memory leak.
> 
> Cheers!
> 
> Chema
> El Domingo, 5 de Febrero de 2006 20:02, Rumen Yotov escribió:
>
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Neil Bothwick
On Sun, 05 Feb 2006 20:47:15 +0100, Jarry wrote:

> Maybe it would not increase traffic too much if there were such
> a foot-note in every mail, automaticly included by ezmlm...

It is already in the headers, as is the standard for most list servers.


-- 
Neil Bothwick

What animal & what bit?


signature.asc
Description: PGP signature


[gentoo-user] Re: lilo device-mapper & udev [SOLVED]

2006-02-05 Thread Francesco Talamona
On Sunday 05 February 2006 11:27, Neil Bothwick wrote:
> NAME="somethingdescriptive", SYMLINK="%k"

I'm back, in the end that's what I did:

I changed the line 
BUS="scsi",SYSFS{vendor}="vendorname",SYSFS{model}="modelname",NAME="mobile%n"
to:
BUS="scsi",SYSFS{vendor}="vendorname",SYSFS{model}="modelname",NAME="mobile%n",SYMLINK="%k"
in /etc/udev/rules.d/10-local.rules.

Now everything works as expected.

Many many thanks to Richard that pinpointed the culprit and to Neil, 
with his elegant solution.

Francesco

-- 
Linux Version 2.6.15-gentoo-r2, Compiled #1 PREEMPT Wed Feb 1 07:51:02 
CET 2006
One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2004.78 Bogomips Total
aemaeth
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jarry wrote:
>>>unsubscribe
>>
>>please try [EMAIL PROTECTED] instead.
> 
> 
> In my welcome-mail there is:
> 
> To unsubscribe send a mail to:
> [EMAIL PROTECTED]
> 
> Maybe it would not increase traffic too much if there were such
> a foot-note in every mail, automaticly included by ezmlm...
> 
> Jarry
> 

I think that is useless. The only thing you have to do for unsubscribing
is visit www.gentoo.org if you can't remember how, go to Lists and read,
that's not so hard.

There are lots of people unsubscribing and subscribing, only a few ones
write here for unsubscribing, we cannot do anything against that.

But I'm against adding that to EVERY MAIL posted, that would increase
size, and that's not a power reason for increasing size that way.

Bye,
Rafael Fernández López.

- --
Un saludo,
Rafael Fernández López.

``A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds

``The explanation for 'free software' is simple--a person who has
grasped the idea of 'free speech, not free beer' will not get it wrong
again" - Richard Stallman
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD5mKt9RRlaicc3IERAtgaAJ9D7AaLEDmA6TfV2OpX1SupZAJ+TACgg0u8
ZFF6+f78/ti5aRmFUunEpyM=
=5QGz
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Bogo Mipps wrote:
> Yes, it's up-to-date and busybox is installed.  Never had the
> occasion to use it, but this could be the time.

Yes!  :)  What's the fun in taking binaries from others when you 
have busybox aboard, and it is there exactly for this purpose.

If you don't like trial and error, first make the link for cat:

  busybox ln -s busybox /bin/cat

Then cut and paste the previously given list of /bin/* to a file 
named 'list', and then make all the links in one go:

  cat list | while read name; do busybox ln -s busybox $name; done

And then emerge coreutils.  Much more interesting.

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



Re: [gentoo-user] apache permssions

2006-02-05 Thread Nick Rout
On Sun, 5 Feb 2006 01:38:11 -0500
Willie Wong <[EMAIL PROTECTED]> wrote:

> On Sun, Feb 05, 2006 at 06:26:16PM +1300, Penguin Lover Nick Rout squawked:
> > > > 
> > > > ExtendedStatus On
> > > > 
> > > > SetHandler server-status
> > > > Order deny,allow
> > > > Deny from all
> > > > Allow from localhost
> > > > 
> > > > 
> > > >
> > > > Looks to me as though it should allow connections from localhost, but
> > > > it doesn't, I get 403 Forbidden.
> > > 
> > > Yeah, it should be working, and in fact it is exactly the same as on my 
> > > system 
> > > where it does work. Is your system having problems resolving localhost? 
> > > Does 
> > > 127.0.0.1 work?
> > > 
> 
> Two really stupid observations on my part (probably doesn't matter,
> but who knows?) If you try "Allow from 127.0.0.1" instead of
> localhost, does it work? 

Yes it does! So it must be a resolution problem after all. Thank you.

> and does it matter that deny,allow is all in
> lowercase? I recall sometimes that arguments to directives are case
> sensitive, though I suspect that not to be the case (no pun intended)
> here. 
> 


Doesn't seem to matter.

> Best, 
> 
> W
> -- 
> "Ford had his own code of ethics. It wasn't much of one, 
> but it was his and he stuck by it, more or less. One rule 
> he made was never to buy his own drinks. He wasn't sure if 
> that counted as an ethic, but you have to go with what 
> you've got. "
> Sortir en Pantoufles: up 84 days, 22:50
> -- 
> gentoo-user@gentoo.org mailing list
> 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Nick Rout
An ironic comment from someone whose sig is longer than their message!

On Sun, 05 Feb 2006 21:40:13 +0100
Rafael Fernández López <[EMAIL PROTECTED]> wrote:

> But I'm against adding that to EVERY MAIL posted, that would increase
> size, and that's not a power reason for increasing size that way.
> 
> Bye,
> Rafael Fernández López.
> 
> - --
> Un saludo,
> Rafael Fernández López.
> 
> ``A la vista de suficientes ojos todos los errores resultan evidentes" -
> Linus Torvalds
> 
> ``The explanation for 'free software' is simple--a person who has
> grasped the idea of 'free speech, not free beer' will not get it wrong
> again" - Richard Stallman
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.2 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: lilo device-mapper & udev [SOLVED]

2006-02-05 Thread Neil Bothwick
On Sun, 5 Feb 2006 21:21:15 +0100, Francesco Talamona wrote:

> BUS="scsi",SYSFS{vendor}="vendorname",SYSFS{model}="modelname",NAME="mobile%n",SYMLINK="%k"

That should be

BUS=="scsi",SYSFS{vendor}=="vendorname",SYSFS{model}=="modelname",NAME="mobile%n",SYMLINK="%k"

Tests should use ==. A single = currently works, but is incorrect and may
stop working at some time.


-- 
Neil Bothwick

"Bother" said Rue, when Eeyore called him a sellout


signature.asc
Description: PGP signature


Re: [gentoo-user] Anime Music Videos

2006-02-05 Thread Nick Rout
Try MainActor.

The SuSE rpm installs fime on gentoo, just emerge rpm

It's dependencies are:

libavc1394
libraw1394
SDL


then just install it with  rpm --nodeps

It goes nicely into /opt

On Sun, 5 Feb 2006 05:07:21 +
Ian <[EMAIL PROTECTED]> wrote:

> Hey everyone,
> What is your favorite video editor of choice for things like anime music
> videos?
> My friend on Windows has made a few with movie maker (eww!) and I was
> wondering what
> Linux apps can do a nice job of it? My anime is all stored in avi or mpeg. I
> dont have dvds.
> 
> Ive looked at Cinellera but I couldn't get it to work, after reading the
> tutorial.
> Thanks!
> 
> --
> Cheers,
> Ian
> 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Bogo Mipps
On Mon, 06 Feb 2006 09:36, Benno Schulenberg wrote:
> Yes!  :)  What's the fun in taking binaries from others when you
> have busybox aboard, and it is there exactly for this purpose.

Agree!

So did it manually - 

> And then emerge coreutils.  Much more interesting.

- all seems to go well except it "hiccups" a bit on wc, but then moves on:  
all looks fine until I get to the following:


test -z "/bin" || /bin/sh ../config/mkinstalldirs 
"/usr/tmp/portage/coreutils-5.2.1-r7/image//bin"
mkdir /usr/tmp/portage/coreutils-5.2.1-r7/image/bin
  /bin/install -c '[' '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/['
  /bin/install -c 'chgrp' 
'/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/chgrp'
  /bin/install -c 'chown' 
'/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/chown'
  /bin/install -c 'chmod' 
'/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/chmod'
  /bin/install -c 'cp' '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/cp'
install: unable to open 
`/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/cp/cp': No such file or 
directory
install: cannot change permissions 
of /usr/tmp/portage/coreutils-5.2.1-r7/image//bin/cp/cp: No such file or 
directory
install: cannot change ownership 
of /usr/tmp/portage/coreutils-5.2.1-r7/image//bin/cp/cp: No such file or 
directory
make[3]: *** [install-binPROGRAMS] Error 1
make[3]: Leaving directory 
`/usr/tmp/portage/coreutils-5.2.1-r7/work/coreutils-5.2.1/src'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory 
`/usr/tmp/portage/coreutils-5.2.1-r7/work/coreutils-5.2.1/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory 
`/usr/tmp/portage/coreutils-5.2.1-r7/work/coreutils-5.2.1/src'
make: *** [install-recursive] Error 1


I've tried three times and error is always similar i.e. last one (snipped) 
was:


 /bin/install -c 'dir' '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/dir'
  /bin/install -c 'vdir' '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/vdir'
install: unable to open 
`/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/vdir/vdir': No such file or 
directory
install: cannot change permissions 
of /usr/tmp/portage/coreutils-5.2.1-r7/image//bin/vdir/vdir: No such file or 
directory
install: cannot change ownership 
of /usr/tmp/portage/coreutils-5.2.1-r7/image//bin/vdir/vdir: No such file or 
directory
make[3]: *** [install-binPROGRAMS] Error 1


Any ideas Benno - while it's still fun!

Bogo

-- 
Sent via KMail 1.8.3, & o/s Linux-2.6.12-gentoo-r10
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Hemmann, Volker Armin
On Sunday 05 February 2006 21:43, Nick Rout wrote:
> An ironic comment from someone whose sig is longer than their message!
>

an ironic statement from someone who top posts!

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



Re: [gentoo-user]

2006-02-05 Thread Neil Bothwick
On Sun, 5 Feb 2006 22:03:36 +0100, Hemmann, Volker Armin wrote:

> an ironic statement from someone who top posts!

Let's not forget that top-posters don't scroll, so they would never see
the list footers.


-- 
Neil Bothwick

Call out the vice squad! Someone's mounting a disk drive!


signature.asc
Description: PGP signature


[gentoo-user] Re: lilo device-mapper & udev [SOLVED]

2006-02-05 Thread Francesco Talamona
On Sunday 05 February 2006 21:47, Neil Bothwick wrote:
> Tests should use ==. A single = currently works, but is incorrect and
> may stop working at some time.

It makes sense, now it's perfect, thanks.
Francesco
-- 
Linux Version 2.6.15-gentoo-r2, Compiled #1 PREEMPT Wed Feb 1 07:51:02 
CET 2006
One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2004.78 Bogomips Total
aemaeth
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xine-ui masked?

2006-02-05 Thread Mariusz Pękala
On 2006-02-05 16:51:47 +0100 (Sun, Feb), Daniel Pielmeier wrote:
> recently i have installed xine -ui.
> 
> A few days before when i do
> emerge -pv --deep --newuse --update world
> it shows me the following output
> 
> These are the packages that I would merge, in order:
> Calculating world dependencies
> !!! Packages for the following atoms are either all
> !!! masked or don't exist:
> media-video/xine-ui
> 
>  ...done!
> 
> Total size of downloads: 0 kB
> 
> Is xine-ui marked as masked recently?
> 
> At http://packages.gentoo.org/search/?sstring=xine-ui it is marked stable.
> 
> emerge -s xine-ui shows me
> 
> Searching...
> [ Results for search key : xine-ui ]
> [ Applications found : 1 ]
> 
> *  media-video/xine-ui [ Masked ]
>   Latest version available: 0.99.4-r3
>   Latest version installed: 0.99.3
>   Size of downloaded files: 2,496 kB
>   Homepage:http://xine.sourceforge.net/
>   Description: Xine movie player
>   License: GPL-2
> 
> What is wrong here?

I am not sure, but check what you do have in
/usr/portage/media-video/xine-ui . Just a few hours after my last sync I
have got just one ebuild - stable xine-ui-0.99.4-r3.ebuild

If you find it, check its contents - what keywords are there for
your architecture.

I see: KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"

If your arch has proper keyword, then look inside
/etc/portage/package.mask and search for xine-ui in
/usr/portage/profiles/package.mask
(grep xine /usr/portage/profiles/package.mask)

You may want to check other package.mask files in your portage profile
hirarchy.

Having said all this, I suggest you issue the command:
  emerge -pv xine-ui
as it usually, pretty verbosely, says what is going on.

Example:
  #  emerge -pv toxine
  These are the packages that I would merge, in order:
  Calculating dependencies
  !!! All ebuilds that could satisfy "toxine" have been masked.
  !!! One of the following masked packages is required to complete your request:
  - media-video/toxine-0.6.3 (masked by: package.mask, missing keyword)
  # Diego Pettenò <[EMAIL PROTECTED]> (18 August 2005)
  # Toxine needs to be verified with upstream for a few issues.
  For more information, see MASKED PACKAGES section in the emerge man page or
  refer to the Gentoo Handbook.

You do have the latest portage, don't you?

HTH

-- 
No virus found in this outgoing message.
Checked by "grep -i virus $MESSAGE"
Trust me.


pgpyk05w7a1F6.pgp
Description: PGP signature


Re: [gentoo-user] One host, two NIC's...

2006-02-05 Thread kashani

Jeff wrote:
Hey all. Linux question - I have this nice big dual Xeon server, with 
two NIC's. Where, how, when, why, can I configure this beast, not as a 
router, but just as a host with two ways to get in.


eth0 is 192.168.0.39
eth1 is 192.168.1.139

I would like to be able to associate both NIC's to the same hostname, 
'foo' - how is this accomplished?


Thanks much!


cd /etc/init.d/
ln -sf net.lo net.eth1
rc-update add net.eth1 default

vi /etc/conf.d/net
config_eth0=( "192.168.0.39/24 brd 192.168.0.255" )
config_eth1=( "192.168.1.39/24 brd 192.168.1.255" )

routes_eth0=( "default via 192.168.0.1" )

If you want more than one gw you'll need to turn on advanced routing in 
the kernel and then add a routes_eth1 line as well.


In DNS I'd do something like this

server  IN  A   192.168.0.39
server  IN  A   192.168.1.39

eth0.server IN  A   192.168.0.39
eth1.server IN  A   192.168.1.39

And map reverse DNS to the eth0 and eth1 names as well. It'll make 
troubleshooting easier if you have issues later on.


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



Re: [gentoo-user] Transparency mostly works with KDE 3.5.1 + Xorg 6.8.2

2006-02-05 Thread Roy Wright

Peter Ruskin wrote:


On Sunday 05 February 2006 20:33, Peter Ruskin wrote:
 


No, I just got transparency working too (thanks to your post) and
I'm seeing exactly the same as you are.  Avoid resizing when
transparency/shadows are enabled is my advice.
   



Update: Control Centre -> Desktop -> Window Behaviour -> 
Translucency -> Opacity -> deselect Inactive and Moving windows


...helps a lot.

 


Actually the problem only happens with "Moving windows" selected.

Have fun,
Roy
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xine-ui masked?

2006-02-05 Thread Daniel Pielmeier
Under /usr/portage/media-video/xine-ui i find the
xine-ui-0.99.4-r3.ebuild and stable it is stable too.

KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"

I am running gentoo on x86 so i think it has to be stable.

I have no masked xine-ui versions in

/etc/portage/package.mask
/usr/portage/profiles/package.mask.

emerge -pv xine-ui

shows me

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

Calculating dependencies
!!! All ebuilds that could satisfy "xine-ui" have been masked.
!!! One of the following masked packages is required to complete your
request:
- media-video/xine-ui-0.99.4-r3 (masked by: ~x86 keyword)
- media-video/xine-ui-0.99.4-r2 (masked by: ~x86 keyword)
- media-video/xine-ui-0.99.3-r1 (masked by: ~x86 keyword)

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

I use portage version 2.0.54

You mentioned that there are other package.mask files in the portage
profile, but where are they?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Detecting when a USB device is attached

2006-02-05 Thread James Colby
List members -

I was wondering if anybody knew of a package or a method that I could
use to detect when a USB mass storage device is attached to my PC. 
What I would like to be able to do is to write a small script that
would mount my USB mass storage device, sync up a directory, and then
unmount the device everytime I plug my USB drive into the computer.

I know this isn't exactly a gentoo question, but my PC is running
gentoo linux so I thought that I would try to ask here.

Thanks for any suggestion that you might have.

Warm Regards,
James

-- 
gentoo-user@gentoo.org mailing list



OT - What is mod_status? (WAS: Re: [gentoo-user] apache permssions)

2006-02-05 Thread Michael Sullivan
On Mon, 2006-02-06 at 09:37 +1300, Nick Rout wrote:
> On Sun, 5 Feb 2006 01:38:11 -0500
> Willie Wong <[EMAIL PROTECTED]> wrote:
> 
> > On Sun, Feb 05, 2006 at 06:26:16PM +1300, Penguin Lover Nick Rout squawked:
> > > > > 
> > > > > ExtendedStatus On
> > > > > 
> > > > > SetHandler server-status
> > > > > Order deny,allow
> > > > > Deny from all
> > > > > Allow from localhost
> > > > > 
> > > > > 
> > > > >
> > > > > Looks to me as though it should allow connections from localhost, but
> > > > > it doesn't, I get 403 Forbidden.
> > > > 
> > > > Yeah, it should be working, and in fact it is exactly the same as on my 
> > > > system 
> > > > where it does work. Is your system having problems resolving localhost? 
> > > > Does 
> > > > 127.0.0.1 work?
> > > > 
> > 
> > Two really stupid observations on my part (probably doesn't matter,
> > but who knows?) If you try "Allow from 127.0.0.1" instead of
> > localhost, does it work? 
> 
> Yes it does! So it must be a resolution problem after all. Thank you.
> 
> > and does it matter that deny,allow is all in
> > lowercase? I recall sometimes that arguments to directives are case
> > sensitive, though I suspect that not to be the case (no pun intended)
> > here. 
> > 
> 
> 
> Doesn't seem to matter.
> 
> > Best, 
> > 
> > W
> > -- 
> > "Ford had his own code of ethics. It wasn't much of one, 
> > but it was his and he stuck by it, more or less. One rule 
> > he made was never to buy his own drinks. He wasn't sure if 
> > that counted as an ethic, but you have to go with what 
> > you've got. "
> > Sortir en Pantoufles: up 84 days, 22:50
> > -- 
> > gentoo-user@gentoo.org mailing list
> > 

What is mod_status?  I assume it is something for www-apache, but I
can't find it in /usr/portage/www-apache and eix has no idea about it...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Jose Maria Alvarez Fernandez
If you use 817X series, try 8178-r3, that has some interesting patches that 
solved this similar problem for me.

I hope this might solve your problem!

Chema
El Domingo, 5 de Febrero de 2006 21:05, Daniel Pielmeier escribió:
> Thank you,
>
> but will this solve also my problem with the nvidia-driver?
>
> Jose Maria Alvarez Fernandez schrieb:
> > This is solved in -r2:
> >
> > +gentoo-sources-2.6.15-r2.ebuild:
> >   Update to Linux 2.6.15.2. Some minor security fixes. Update sky2 to
> > v0.15. Enable libata ATAPI (i.e. SATA CDROM) support by default. Fix
> > fbsplash silent splash image not showing throughout bootup. Fix scsi
> > memory leak.
> >
> > Cheers!
> >
> > Chema
> > El Domingo, 5 de Febrero de 2006 20:02, Rumen Yotov escribió:

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well my signature is there because I want it to be there. But I don't
want a comment from the list how I HAVE TO UNSUBSCRIBE. One thing is the
signature, and another thing is the information messages from mailing
system.

- --
Un saludo,
Rafael Fernández López.

``A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds

``The explanation for 'free software' is simple--a person who has
grasped the idea of 'free speech, not free beer' will not get it wrong
again" - Richard Stallman
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD5oAR9RRlaicc3IERAqUcAJ9cjxOHshnK2OYQsSYU5wZUhySL+wCaA2Vu
UIBx75yrXkEBV0fxfuZuOPc=
=E2Zo
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Daniel Pielmeier
I use the latest stable version 1.0.6629-r5 is tit safe to use 1.0.8178-r3?

Jose Maria Alvarez Fernandez schrieb:
> If you use 817X series, try 8178-r3, that has some interesting patches that 
> solved this similar problem for me.
> 
> I hope this might solve your problem!
> 
> Chema
> El Domingo, 5 de Febrero de 2006 21:05, Daniel Pielmeier escribió:
> 
>>Thank you,
>>
>>but will this solve also my problem with the nvidia-driver?
>>
>>Jose Maria Alvarez Fernandez schrieb:
>>
>>>This is solved in -r2:
>>>
>>>+gentoo-sources-2.6.15-r2.ebuild:
>>>  Update to Linux 2.6.15.2. Some minor security fixes. Update sky2 to
>>>v0.15. Enable libata ATAPI (i.e. SATA CDROM) support by default. Fix
>>>fbsplash silent splash image not showing throughout bootup. Fix scsi
>>>memory leak.
>>>
>>>Cheers!
>>>
>>>Chema
>>>El Domingo, 5 de Febrero de 2006 20:02, Rumen Yotov escribió:
> 
> 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Detecting when a USB device is attached

2006-02-05 Thread Maximilian Gass
On 17:09 Sun 05 Feb , James Colby wrote:
> List members -
> 
> I was wondering if anybody knew of a package or a method that I could
> use to detect when a USB mass storage device is attached to my PC. 
> What I would like to be able to do is to write a small script that
> would mount my USB mass storage device, sync up a directory, and then
> unmount the device everytime I plug my USB drive into the computer.
> 
> I know this isn't exactly a gentoo question, but my PC is running
> gentoo linux so I thought that I would try to ask here.
> 
> Thanks for any suggestion that you might have.
> 
> Warm Regards,
> James
> 

There are at least two tools: ivman (@sourceforge) and usb-mount (try
google).

(Sorry for the short answer, it's bit late in Germany)


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Bogo Mipps wrote:
>   /bin/install -c 'cp'
> '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/cp' install:
> unable to open

> /bin/install -c 'vdir' 
> '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/vdir' 
> install: unable to open

Hrrm...  No idea why it's doing that...  On a secondary gentoo 
partition I've unmerged coreutils too, made all the symlinks, and 
am trying to remerge the package with:

  ebuild /usr/portage/sys-apps/coreutils/coreutils-5.3.0-r2.ebuild merge

And here too it keeps failing at different places all the time.

If you're still having fun, get yourself to #gentoo and ask there 
what to try next.

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



Re: OT - What is mod_status? (WAS: Re: [gentoo-user] apache permssions)

2006-02-05 Thread kashani

Michael Sullivan wrote:

What is mod_status?  I assume it is something for www-apache, but I
can't find it in /usr/portage/www-apache and eix has no idea about it...



It's a default module within Apache like mod_rewrite or mod_proxy
http://webauthv3.stanford.edu/manual/mod/mod_status.html

And then you can use little scripts in Cacti to make graphs.
http://forums.cacti.net/viewtopic.php?t=9861

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



Re: [gentoo-user] Xine-ui masked?

2006-02-05 Thread Mariusz Pękala
On 2006-02-05 23:08:13 +0100 (Sun, Feb), Daniel Pielmeier wrote:
> Under /usr/portage/media-video/xine-ui i find the
> xine-ui-0.99.4-r3.ebuild and stable it is stable too.
> 
> KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
> 
> I am running gentoo on x86 so i think it has to be stable.
> 
> I have no masked xine-ui versions in
> 
> /etc/portage/package.mask
> /usr/portage/profiles/package.mask.
> 
> emerge -pv xine-ui
> 
> shows me
> 
> These are the packages that I would merge, in order:
> 
> Calculating dependencies
> !!! All ebuilds that could satisfy "xine-ui" have been masked.
> !!! One of the following masked packages is required to complete your
> request:
> - media-video/xine-ui-0.99.4-r3 (masked by: ~x86 keyword)
> - media-video/xine-ui-0.99.4-r2 (masked by: ~x86 keyword)
> - media-video/xine-ui-0.99.3-r1 (masked by: ~x86 keyword)

I assume you have not synced recently? I have only one ebuild, you have
three.
They are masked by keyword - and you have just said that in
xine-ui-0.99.4-r3.ebuild KEYWORDS contained 'x86', not '~x86'.

So, I feel some strange disturbance in force...

Just out of curiosity: try 'grep xine /etc/portage/*' ?
Have you set portage overlay?

> I use portage version 2.0.54

Same here.

> You mentioned that there are other package.mask files in the portage
> profile, but where are they?


$ find /usr/portage/profiles/ -name package.mask
/usr/portage/profiles/hardened/package.mask
/usr/portage/profiles/uclibc/package.mask
/usr/portage/profiles/default-darwin/package.mask
/usr/portage/profiles/default-darwin/macos/10.3/package.mask
/usr/portage/profiles/default-darwin/macos/package.mask
/usr/portage/profiles/default-darwin/macos/10.4/package.mask
/usr/portage/profiles/package.mask
/usr/portage/profiles/default-linux/alpha/package.mask
/usr/portage/profiles/default-linux/alpha/2004.3/package.mask
/usr/portage/profiles/default-linux/sparc/sparc32/2005.0/package.mask
/usr/portage/profiles/default-linux/sparc/sparc32/2006.0/package.mask
/usr/portage/profiles/default-linux/sparc/sparc32/2005.1/package.mask
/usr/portage/profiles/default-linux/sparc/sparc32/2004.3/package.mask
[...]

These files may be traversed by portage when it 'combines' the profile
following 'parent' file in your profile directory and in each directory
pointed by the 'parent' file. See:
$ ls -l /etc/make.profile
lrwxrwxrwx  1 root root 48 kwi  7  2005 /etc/make.profile -> 
../usr/portage/profiles/default-linux/x86/2005.0

$ cat /etc/make.profile/parent
..
$ cat /usr/portage/profiles/default-linux/x86/parent
..
$ cat /usr/portage/profiles/default-linux/parent
../base
  
  and so on..

- 
No virus found in this outgoing message.
Checked by "grep -i virus $MESSAGE"
Trust me.


pgpXbajVKR2XQ.pgp
Description: PGP signature


Re: OT - What is mod_status? (WAS: Re: [gentoo-user] apache permssions)

2006-02-05 Thread darren kirby
quoth the Michael Sullivan:

> What is mod_status?  I assume it is something for www-apache, but I
> can't find it in /usr/portage/www-apache and eix has no idea about it...

It is not a separate package, it is a built in "virtual page" analogous to 
the /proc filesystem that apache creates on the fly to give you information 
about your webserver.

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972


pgpF18xFVtuvD.pgp
Description: PGP signature


Re: [gentoo-user] apache permssions

2006-02-05 Thread darren kirby
quoth the Nick Rout:
> > > >
> > > > Yeah, it should be working, and in fact it is exactly the same as on
> > > > my system where it does work. Is your system having problems
> > > > resolving localhost? Does 127.0.0.1 work?
> >
> > Two really stupid observations on my part (probably doesn't matter,
> > but who knows?) If you try "Allow from 127.0.0.1" instead of
> > localhost, does it work?
>
> Yes it does! So it must be a resolution problem after all. Thank you.

Sorry Nick, that is what I meant by "Does 127.0.0.1 work?". Should have been 
more clear.

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972


pgpMR0lU3kXBR.pgp
Description: PGP signature


Re: [gentoo-user] Xine-ui masked? [Solved]

2006-02-05 Thread Daniel Pielmeier
Thank you,

in one portage overlay i use there are three ebuilds

media-video/xine-ui-0.99.4-r3
media-video/xine-ui-0.99.4-r2
media-video/xine-ui-0.99.3-r1

and they are all marked ~x86.

In the nomal portage tree i have only one ebuild

media-video/xine-ui-0.99.4-r3

and it is marked x86.

I have removed the ~x86 media-video/xine-ui-0.99.4-r3.ebuild in the
overlay manually and at the moment i emerge media-video/xine-ui-0.99.4-r3.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Hemmann, Volker Armin
On Sunday 05 February 2006 23:45, Rafael Fernández López wrote:
> Well my signature is there because I want it to be there. But I don't
> want a comment from the list how I HAVE TO UNSUBSCRIBE. One thing is the
> signature, and another thing is the information messages from mailing
> system.
>

well, he has a point - he just missed to type it:
-signatures longer  than 4 lines are considered offensive
-double signatures are considered offensive
-triple signatures like yours are even worse.

So you are a three time offender with every mail you send...

and you can be sure:
 most people don't read them and a lot of people don't want to see them at 
all.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Jose Maria Alvarez Fernandez
El Domingo, 5 de Febrero de 2006 23:28, Daniel Pielmeier escribió:
> I use the latest stable version 1.0.6629-r5 is tit safe to use 1.0.8178-r3?

then you may try this:

Option "NvAGP" "1" to "2" (1= nvidia agp, 2= agpgart)

It seems some people had problems with nvidia agp with these drivers and 
2.6.15.

Hope it helps!

>
> Jose Maria Alvarez Fernandez schrieb:
> > If you use 817X series, try 8178-r3, that has some interesting patches
> > that solved this similar problem for me.
> >
> > I hope this might solve your problem!
> >
> > Chema
> >
> > El Domingo, 5 de Febrero de 2006 21:05, Daniel Pielmeier escribió:
> >>Thank you,
> >>
> >>but will this solve also my problem with the nvidia-driver?
> >>
> >>Jose Maria Alvarez Fernandez schrieb:
> >>>This is solved in -r2:
> >>>
> >>>+gentoo-sources-2.6.15-r2.ebuild:
> >>>  Update to Linux 2.6.15.2. Some minor security fixes. Update sky2 to
> >>>v0.15. Enable libata ATAPI (i.e. SATA CDROM) support by default. Fix
> >>>fbsplash silent splash image not showing throughout bootup. Fix scsi
> >>>memory leak.
> >>>
> >>>Cheers!
> >>>
> >>>Chema
> >>>El Domingo, 5 de Febrero de 2006 20:02, Rumen Yotov escribió:

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Detecting when a USB device is attached

2006-02-05 Thread Neil Bothwick
On Sun, 5 Feb 2006 17:09:43 -0500, James Colby wrote:

> I was wondering if anybody knew of a package or a method that I could
> use to detect when a USB mass storage device is attached to my PC. 
> What I would like to be able to do is to write a small script that
> would mount my USB mass storage device, sync up a directory, and then
> unmount the device everytime I plug my USB drive into the computer.

Udev will take care of this. all you need is a udev rule that matches the
particular device and calls a script that carries out the actions you
want. See http://www.reactivated.net/udevrules.php for plenty on writing
udev rules.


-- 
Neil Bothwick

Newsflash! Explosion at M$ beta testsite - Infinite number of monkeys
killed.


signature.asc
Description: PGP signature


Re: [gentoo-user]

2006-02-05 Thread Steven S.

On Mon, 6 Feb 2006, Hemmann, Volker Armin wrote:


On Sunday 05 February 2006 23:45, Rafael Fernández López wrote:

Well my signature is there because I want it to be there. But I don't
want a comment from the list how I HAVE TO UNSUBSCRIBE. One thing is the
signature, and another thing is the information messages from mailing
system.



well, he has a point - he just missed to type it:
-signatures longer  than 4 lines are considered offensive
-double signatures are considered offensive
-triple signatures like yours are even worse.

So you are a three time offender with every mail you send...

and you can be sure:
most people don't read them and a lot of people don't want to see them at
all.




Erm... offensive? Maybe annoying but I can't think of anyone being 
offended.

Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Daniel Pielmeier
Not sure but, do you mean adding or editing this line in xorg.conf

Jose Maria Alvarez Fernandez schrieb:
> El Domingo, 5 de Febrero de 2006 23:28, Daniel Pielmeier escribió:
> 
>>I use the latest stable version 1.0.6629-r5 is tit safe to use 1.0.8178-r3?
> 
> 
> then you may try this:
> 
> Option "NvAGP" "1" to "2" (1= nvidia agp, 2= agpgart)
> 
> It seems some people had problems with nvidia agp with these drivers and 
> 2.6.15.
> 
> Hope it helps!
> 
> 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Neil Bothwick
On Sun, 05 Feb 2006 23:28:34 +0100, Daniel Pielmeier wrote:

> I use the latest stable version 1.0.6629-r5 is tit safe to use
> 1.0.8178-r3?

Of course. 1.0.8178 is the latest release from Nvidia. It's not a beta,
it's just that the ebuild hasn't been marked stable.


-- 
Neil Bothwick

PENTIUM: Produces Erroneous Numbers Thru Incorrect Understanding of
Mathematics


signature.asc
Description: PGP signature


Re: [gentoo-user] Xine-ui masked? [Solved]

2006-02-05 Thread Holly Bostick
Daniel Pielmeier schreef:
> Thank you,
> 
> in one portage overlay i use there are three ebuilds
> 

> and they are all marked ~x86.

Ebuilds from overlay are always ~arch, afaik. Overlays are not
considered "stable" for what seem to me to be obvious reasons; namely
that only the Portage tree itself can mark ebuilds as stable, and since
these ebuilds are not part of the "legal" Portage system, who is
supposed to judge? and secondly,  that overlay ebuilds, which could come
from anywhere, could never "out of the box" be considered "stable" -- as
in working-- by the official Portage tree (which is really just another
way of saying the first part).

Anyway,

> I have removed the ~x86 media-video/xine-ui-0.99.4-r3.ebuild in the 
> overlay manually and at the moment i emerge
> media-video/xine-ui-0.99.4-r3.

as far as I know, this is the correct solution; the other point of an
overlay is that you keep an eye on it, and if an overlay ebuild does in
fact make it into the regular Portage tree, you should remove the
overlay build from the overlay and let Portage take over (since, if I
recall something that Neil said some time ago, overlay ebuilds will
always supercede Portage ebuilds if they duplicate each other,
version-wise). That's what works for me, anyway.

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



Re: [gentoo-user]

2006-02-05 Thread Holly Bostick
Steven S. schreef:
> On Mon, 6 Feb 2006, Hemmann, Volker Armin wrote:
> 
>> 
>> well, he has a point - he just missed to type it: -signatures
>> longer  than 4 lines are considered offensive -double signatures
>> are considered offensive -triple signatures like yours are even
>> worse.
>> 
> 
> Erm... offensive? Maybe annoying but I can't think of anyone being
> offended.

Well, insofar as it suggests a certain arrogance to consider one's own
wisdom so deathless that you'd attach it to every mail, even if it's
longer than the actual content of your response, thereby "forcing" the
recipient to read it (or at least accept a larger mail in their mailbox
despite any possible bandwith or message size hit that might entail for
the recipient), and insofar as a suggestion of arrogance does tend to
offend people ("who do you think you are??!!"), then Volker has a valid
point, though it might be considered more in the "rather sensitive"
group of possible responses, rather than the "average Joe", or
"indifferent". But some people are, after all, rather sensitive, and
they can be that.

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



  1   2   >