[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] pb while installing openwebmail [raq 550]



-----Original Message-----
From: Christophe Besnard [mailto:technique@xxxxxxxxx]

and then impossible to login with all users !
I've tried user, user@domaine for username but I still can't login !
Is there another step before login ?

_____________________________________

I had a problem like this once apon a time, and the problem was
related to Perl.  To be more exact, the SUID version of Perl.  It
was not +s.

If you do the following:

cd /usr/bin
ls -l sperl*

You should get atleast one file back.  Since your on a RaQ 550, you
want to look for a file like: sperl560 or something very similar. It
may just have the following attributes:

-r-xr-xr-x 

If it does not have an 's', you will need to add it:

chmod u+s filename

then do the ls -l sperl* again, and it should read like:

-r-sr-xr-x

That should make it happy.

Just my two cents for the day!

~Brian