> Dear Debian Users,
> 
> i just tried to get saint running. It tells me that I should run it as
> root (what is ok) and it will start netscape (which seems to be not
> okay). The problem is, that netscape will not be started as root saying
> 
> /usr/bin/X11/netscape: Cannot be run an root (for security reasons).
> 
> Hm, can anyone help me please ?!?

just open /usr/bin/X11/netscape in a text editor (it's a script that set's 
some variables, and disallows root from running netscape.) look for the 
following lines and just comment them:

#############################################
#
# Don't allow running netscape as root
#
if [ $UID -eq 0 -o $EUID -eq 0 ]; then
    echo "$0: Cannot be run an root (for security reasons)"
    exit 1
fi
################################################

and that should do it.

> ------------------------------------------------------------------
>        |        Michael Symalla        (Uni-Dortmund Physik E5)        
> |
>        |    DESY HERA-B Bldg.66/1      office phone: 040/8998 2571     
> |
>        |         Notkestr.85           Fax.: +49 40 8998 4033          
> |
>        |       D-22607 Hamburg         home phone: 040/5000857         
> |
>        |                                                               
> |
>        |              E-mail: '[EMAIL PROTECTED]'                
> |
>        |                                                               
> |
>        | PGP-KEY ID : 0xEFBFF2BD                                       
> |
>        | Fingerprint: CA57 8960 3C3B F4C2  15C8 2116 5FC3 338A         
> |
>       
> ------------------------------------------------------------------

Is is just me or is your .sig just a liittle too big?

-- 
------------------------------------------------------------------
+         Peter Granroth         +  Microsoft is NOT the answer  +
+ mailto:[EMAIL PROTECTED] +   Microsoft is the question   +
+     http://granroth.ml.org     +       The answer is NO        +
------------------------------------------------------------------

Reply via email to