Re: [gentoo-user] .dmrc error

2006-03-08 Thread Tom Haddon
I had the same problem on Ubuntu. Just issue chmod 755 /home/username.
This isn't recursive and doesn't mean everyone can execute anything in
your home directory - the execute bit only means traverse in reference
to directories, so you should be okay.

Thanks, Tom

On Wed, 2006-03-08 at 14:14 +0530, c.s.prakash wrote:
 hai
 
 when i login to root account thru gnome it shows an error massage 
 .dmrc file permission erro
 it should be 644 and owned by the user
 
 but when i login to other accounts it does not show the error 
 and while login to IceWM as root.
 
 i saw the file permission its also correct. how can solve this
 
 -- 
 C.S.Prakash

Tom Haddon
mailto:[EMAIL PROTECTED]

Don't tell any big lies today.  Small ones can be just as effective.


-
Random quotes courtesy of fortune.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] .dmrc error

2006-03-08 Thread Tom Haddon
Didn't see the root account message. Not sure how you would resolve that
one (could experiment with the permissions on the directory - try 750 or
700), but I think if you're worried about security, it's never a wise
idea to log in to an X session as root. Is there some particular reason
that you have to do this (presumably regularly) instead of using su or
sudo to access root privileges from a non-privileged account?

On Wed, 2006-03-08 at 18:24 +0530, c.s.prakash wrote:
 hai,
 
it worked for me, but since it a root's directory i dont any one to
 view the content on the folder.
 
 is there any other way to solve the problen.
 
 
 
 
 On 3/8/06, Tom Haddon [EMAIL PROTECTED] wrote:
 I had the same problem on Ubuntu. Just issue chmod
 755 /home/username.
 This isn't recursive and doesn't mean everyone can execute
 anything in
 your home directory - the execute bit only means traverse in
 reference 
 to directories, so you should be okay.
 
 Thanks, Tom
 
 On Wed, 2006-03-08 at 14:14 +0530, c.s.prakash wrote:
  hai
 
  when i login to root account thru gnome it shows an error
 massage
  .dmrc file permission erro 
  it should be 644 and owned by the user
 
  but when i login to other accounts it does not show the
 error
  and while login to IceWM as root.
 
  i saw the file permission its also correct. how can solve
 this 
 
  --
  C.S.Prakash
 
 Tom Haddon
 mailto:[EMAIL PROTECTED]
 
 Don't tell any big lies today.  Small ones can be just as
 effective.
 
 
 - 
 Random quotes courtesy of fortune.
 
 --
 gentoo-user@gentoo.org mailing list
 
 
 
 
 -- 
 C.S.Prakash

Tom Haddon
mailto:[EMAIL PROTECTED]

The smallest worm will turn being trodden on.
-- William Shakespeare, Henry VI


-
Random quotes courtesy of fortune.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Mouse not detected

2006-03-06 Thread Tom Haddon
Hi Folks,

I have gentoo installed on QEMU and I'm having problems with the mouse
not being detected. I have no /dev/mouse which means X won't start. If I
do 'dmesg | grep -i mouse' I get:

mice: PS/2 mouse device common for all mice
input: ImExPS/2 Generic Explorer Mouse as /class/input/intput1

Can anyone point me (!) in the direction of what I need to do to get my
mouse recognized?

Thanks, Tom

Tom Haddon
mailto:[EMAIL PROTECTED]

Your ignorance cramps my conversation.


-
Random quotes courtesy of fortune.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Mouse not detected

2006-03-06 Thread Tom Haddon
Genius, thanks.

On Mon, 2006-03-06 at 08:16 -0700, Richard Fish wrote:
 On 3/6/06, Tom Haddon [EMAIL PROTECTED] wrote:
  I have gentoo installed on QEMU and I'm having problems with the mouse
  not being detected. I have no /dev/mouse which means X won't start.
 
 Try using /dev/input/mice.
 
 -Richard
 

Tom Haddon
mailto:[EMAIL PROTECTED]

Everything that you know is wrong, but you can be straightened out.


-
Random quotes courtesy of fortune.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] eth0 does not exist

2006-03-02 Thread Tom Haddon
Hi Folks,

Very new to Gentoo, although not to Linux. I'm trying it out in QEMU,
and have just completed the installation. Only problem is I can't seem
to connect to the internet. QEMU is basically meant to provide an
emulated network card to the OS it's hosting. Works fine for the install
CD. Anyway, seeing as I was very new to the whole thing, I went with the
genkernel option. As I say, everything seems to boot fine, except that I
get this message:

Starting eth0
  Bringing up eth0
dhcp
  eth0 does not exist
ERROR: problem starting needed services.
netmount was not started

I've tried /etc/init.d/net.eth0 start and /etc/init.d/netmount start and
they both complain that eth0 doesn't exist. But if I do lspci I see my
emulated network card right there:

00:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8029(AS)

Can anyone help out? Am I just missing a kernel module?

Tom Haddon
mailto:[EMAIL PROTECTED]

You are only young once, but you can stay immature indefinitely.


-
Random quotes courtesy of fortune.

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] eth0 does not exist

2006-03-02 Thread Tom Haddon
Thanks, much appreciated. Turns out it was ne2k-pci. Added that to the
file you mentioned and it was all good.

Thanks, Tom

On Thu, 2006-03-02 at 11:56 -0500, sHadoW MaN wrote:
 Hi
 
 This is certainly because you haven't loaded your network card driver at 
 boot time. Be sure you have entered your driver name ( I am not sure maybe 
 it's 8029too) at file /etc/modules.autoload.d/kernel-2.6. You can use nano 
 text editor to edit the file...
 
 Cheers
 
 
 
 cApTaiN_FaNtAsTiK
 
 
 
 
 
 From: Tom Haddon [EMAIL PROTECTED]
 Reply-To: gentoo-user@lists.gentoo.org
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] eth0 does not exist
 Date: Thu, 02 Mar 2006 16:27:48 +
 
 Hi Folks,
 
 Very new to Gentoo, although not to Linux. I'm trying it out in QEMU,
 and have just completed the installation. Only problem is I can't seem
 to connect to the internet. QEMU is basically meant to provide an
 emulated network card to the OS it's hosting. Works fine for the install
 CD. Anyway, seeing as I was very new to the whole thing, I went with the
 genkernel option. As I say, everything seems to boot fine, except that I
 get this message:
 
 Starting eth0
Bringing up eth0
  dhcp
eth0 does not exist
 ERROR: problem starting needed services.
  netmount was not started
 
 I've tried /etc/init.d/net.eth0 start and /etc/init.d/netmount start and
 they both complain that eth0 doesn't exist. But if I do lspci I see my
 emulated network card right there:
 
 00:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
 RTL-8029(AS)
 
 Can anyone help out? Am I just missing a kernel module?
 
 Tom Haddon
 mailto:[EMAIL PROTECTED]
 
 You are only young once, but you can stay immature indefinitely.
 
 
 -
 Random quotes courtesy of fortune.
 
 --
 gentoo-user@gentoo.org mailing list
 
 
 _
 Envoyer des courriels créatifs est aussi amusant que d’en recevoir. Utilisez 
 de la papeterie, des polices et des couleurs spéciales 
 http://join.msn.com/?pgmarket=fr-capage=features/richmail Commencez dès 
 maintenant à profiter de tous les avantages de MSN Premium et obtenez les 
 deux premiers mois GRATUITS*.
 

Tom Haddon
mailto:[EMAIL PROTECTED]

It is easy to find fault, if one has that disposition.  There was once a man
who, not being able to find any other fault with his coal, complained that
there were too many prehistoric toads in it.
-- Mark Twain, Pudd'nhead Wilson's Calendar


-
Random quotes courtesy of fortune.

-- 
gentoo-user@gentoo.org mailing list