-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 pres
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
--
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
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.
>
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 compatibil
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 Linu
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 d
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
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
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
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
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 t
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" y
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 tha
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 syst
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" Fa
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 tr
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 pani
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
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 permission
-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, ls
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
22 matches
Mail list logo