[gentoo-user] Bug in bash ?

2007-04-21 Thread alain . didierjean
Can somebody explain why ls [A-Z]* works as ls * (or ls -R): It seems that [A-Z] is ignored by bash-3.1.17 on amd64. The expression works as expected with zsh... -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Bug in bash ?

2007-04-21 Thread Jan Seeger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is no bug. Bash globs everything that begins with A-Z (also directories) and then gives that list to ls. So ls lists all these files and the directories that begin with A-Z. Strangely though, bash seems to ignore case. (When I try your command,

[gentoo-user] virtualbox shared folder anyone?

2007-04-21 Thread Helmut Jarausch
I have Virtualbox version 1.3.8 (binary) installed on my Gentoo system. I have run vboxmanage sharedfolder add WinXP -name linux -hostpath /BackUp and in WinXP's command line window net use x: \\vboxsvr\linux but I always get network path not found. I've checked that /BackUp has rwx

Re: [gentoo-user] Bug in bash ?

2007-04-21 Thread Renat Golubchyk
On Sat, 21 Apr 2007 10:44:09 +0200 Jan Seeger [EMAIL PROTECTED] wrote: This is no bug. Bash globs everything that begins with A-Z (also directories) and then gives that list to ls. So ls lists all these files and the directories that begin with A-Z. Strangely though, bash seems to ignore case.

Re: [gentoo-user] initrd for LVM no longer works

2007-04-21 Thread Dietrich Moerman
In the mean time, I also tried to build a manual initrd containing all the tools and commands in linuxrc I need to activate LVM volumes. But the problem remains, the kernel boots but when initrd is extracted and mounted everything seems to go wrong, and the system again stops giving Kernel

[gentoo-user] iptables will not load rule after kernel upgrade (2.6.19-r5 - 2.6.20-r6)

2007-04-21 Thread Dan Johansson
After upgrading gentoo-sources to 2.6.20-r6 from 2.6.19-r5 today my firewall won't start (shorewall). The here's the error: iptables: Invalid argument ERROR: Command /sbin/iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT Failed I'm getting the same errormessage when it try

Re: [gentoo-user] iptables will not load rule after kernel upgrade (2.6.19-r5 - 2.6.20-r6)

2007-04-21 Thread Uwe Thiem
On 21 April 2007, Dan Johansson wrote: After upgrading gentoo-sources to 2.6.20-r6 from 2.6.19-r5 today my firewall won't start (shorewall). The here's the error: iptables: Invalid argument ERROR: Command /sbin/iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT Failed

Re: [gentoo-user] initrd for LVM no longer works

2007-04-21 Thread Dietrich Moerman
Dietrich Moerman schreef: In the mean time, I also tried to build a manual initrd containing all the tools and commands in linuxrc I need to activate LVM volumes. But the problem remains, the kernel boots but when initrd is extracted and mounted everything seems to go wrong, and the system

Re: [gentoo-user] Bug in bash ?

2007-04-21 Thread Bo Ørsted Andresen
On Saturday 21 April 2007 09:52:40 [EMAIL PROTECTED] wrote: Can somebody explain why ls [A-Z]* works as ls * (or ls -R): It seems that [A-Z] is ignored by bash-3.1.17 on amd64. The expression works as expected with zsh... Try `ls [[:upper:]]*`. Also -R is recursive. You should google that

Re: [gentoo-user] ndiswrapper

2007-04-21 Thread Matthew Daubenspeck
On Fri, Apr 20, 2007 at 11:30:47PM +0100, Mick wrote: iwconfig wlan0 mode Managed key hexkey essid local_wireless_wap channel 11 rate 54M Try managed in lower case - may make a difference. I tried that, just to be sure. Same result. Also, I assume that where you have key hexkey you

Re: [gentoo-user] [OT] Understanding sshd response

2007-04-21 Thread Dan Farrell
On Fri, 20 Apr 2007 14:10:11 +0100 Mick [EMAIL PROTECTED] wrote: So there's nothing that I would need to do client wise to make my gentoo box communicate 'better' with the server? This is almost a rhetorical question, because I am not sure I can define 'better'. I just ask to see if there

[gentoo-user] Keyboard works in Grub but not once Gentoo is booted

2007-04-21 Thread Mark Knecht
My son got a new, fancy Razer gaming keyboard for his birthday today. The keyboard works in grub so I can choose Windows or Linux. It works fine in Windows but once Gentoo is booted it does nothing. I see that the device is recognized in under /proc and the device is seen in lsusb but the system

Re: [gentoo-user] iptables will not load rule after kernel upgrade (2.6.19-r5 - 2.6.20-r6)

2007-04-21 Thread Dan Johansson
On Saturday 21 April 2007 15:53, Uwe Thiem wrote: On 21 April 2007, Dan Johansson wrote: After upgrading gentoo-sources to 2.6.20-r6 from 2.6.19-r5 today my firewall won't start (shorewall). The here's the error: iptables: Invalid argument ERROR: Command /sbin/iptables -A FORWARD

Re: [gentoo-user] iptables will not load rule after kernel upgrade (2.6.19-r5 - 2.6.20-r6)

2007-04-21 Thread Mark Shields
On 4/21/07, Dan Johansson [EMAIL PROTECTED] wrote: On Saturday 21 April 2007 15:53, Uwe Thiem wrote: On 21 April 2007, Dan Johansson wrote: After upgrading gentoo-sources to 2.6.20-r6 from 2.6.19-r5 today my firewall won't start (shorewall). The here's the error: iptables: Invalid

Re: [gentoo-user] Keyboard works in Grub but not once Gentoo is booted

2007-04-21 Thread Mark Shields
On 4/21/07, Mark Knecht [EMAIL PROTECTED] wrote: My son got a new, fancy Razer gaming keyboard for his birthday today. The keyboard works in grub so I can choose Windows or Linux. It works fine in Windows but once Gentoo is booted it does nothing. I see that the device is recognized in under

Re: [gentoo-user] Keyboard works in Grub but not once Gentoo is booted

2007-04-21 Thread Mark Knecht
On 4/21/07, Mark Shields [EMAIL PROTECTED] wrote: On 4/21/07, Mark Knecht [EMAIL PROTECTED] wrote: My son got a new, fancy Razer gaming keyboard for his birthday today. The keyboard works in grub so I can choose Windows or Linux. It works fine in Windows but once Gentoo is booted it does

Re: [gentoo-user] Keyboard works in Grub but not once Gentoo is booted

2007-04-21 Thread Mark Shields
On 4/21/07, Mark Knecht [EMAIL PROTECTED] wrote: On 4/21/07, Mark Shields [EMAIL PROTECTED] wrote: On 4/21/07, Mark Knecht [EMAIL PROTECTED] wrote: My son got a new, fancy Razer gaming keyboard for his birthday today. The keyboard works in grub so I can choose Windows or Linux. It works

Re: [gentoo-user] [OT] Understanding sshd response

2007-04-21 Thread kashani
Mick wrote: So there's nothing that I would need to do client wise to make my gentoo box communicate 'better' with the server? This is almost a rhetorical question, because I am not sure I can define 'better'. I just ask to see if there is any setting client-wise that will improve

Re: [gentoo-user] Keyboard works in Grub but not once Gentoo is booted

2007-04-21 Thread Mark Knecht
On 4/21/07, Mark Shields [EMAIL PROTECTED] wrote: On 4/21/07, Mark Knecht [EMAIL PROTECTED] wrote: On 4/21/07, Mark Shields [EMAIL PROTECTED] wrote: On 4/21/07, Mark Knecht [EMAIL PROTECTED] wrote: My son got a new, fancy Razer gaming keyboard for his birthday today. The keyboard

[gentoo-user] [SOLVED] Keyboard works in Grub but not once Gentoo is booted

2007-04-21 Thread Mark Knecht
Rebuilt the kernel with a few more options and rebooted. It's working now. No way to be exactly sure what got it going at this point. Not sure I care. It works! Thanks for the help. Over and out, Mark -- [EMAIL PROTECTED] mailing list

[gentoo-user] Permission denied during emerge...

2007-04-21 Thread David Corbin
I've started getting this: Permission denied: access('/', W_OK) on my emerges. I've gotten for two different un-related projects. It seems to happen during the install. I've look at permission on / and they look normal to me. And I am running this as root. Thanks -- David Corbin --

[gentoo-user] Thunderbird 2.0 browser fonts are tiny

2007-04-21 Thread Vladimir G. Ivanovic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since upgrading to Thunderbird 2.0.0.0, the browser font used to display trees (folders, message lists) is tiny, so tiny that (a) I have difficulty reading it, and (b) nothing is rendered in bold. The docs speak of userChrome.css as the file (not