Re: Using setenv DISPLAY

2006-03-12 Thread Haines Brown
> On Wed, Mar 08, 2006 at 02:30:06PM -0500, Haines Brown wrote: > > Andrew Cady <[EMAIL PROTECTED]> writes: > > > > > As others have pointed out, sudo does not by default preserve its > > > environment when starting privileged processes. To get X working, you > > > will want to have sudoers retai

Re: Using setenv DISPLAY

2006-03-10 Thread Andrew Cady
On Wed, Mar 08, 2006 at 02:30:06PM -0500, Haines Brown wrote: > Andrew Cady <[EMAIL PROTECTED]> writes: > > > As others have pointed out, sudo does not by default preserve its > > environment when starting privileged processes. To get X working, you > > will want to have sudoers retain both DISPL

Re: Using setenv DISPLAY

2006-03-08 Thread Andrew Cady
rve its environment when starting privileged processes. To get X working, you will want to have sudoers retain both DISPLAY and XAUTHORITY. > # sudo setenv DISPLAY teufel:0 > > but I get the error, "command not found". Shouldn't it be accessible > from a bash prompt when

Re: Using setenv DISPLAY

2006-03-08 Thread Jon Dowland
At 1141715589, Hugo Vanwoerkom wrote: > Jon Dowland wrote: > >sudo no longer lets DISPLAY through without you telling > >it to first: actually, sudo has changed from a blacklist > >to a whitelist model for environment variables. > > good point. And that in Sarge = stable! Yes - it was rather a d

Re: Using setenv DISPLAY

2006-03-07 Thread Hugo Vanwoerkom
Jon Dowland wrote: On Mon, Mar 06, 2006 at 08:08:35AM -0500, Haines Brown wrote: $ echo $DISPLAY :0.0 $ sudo echo $DISPLAY :0.0 That seemed OK, but when I did: $ sudo env | grep DISPLAY [nothing returned] Why do I get inconsistent results? In the first case, the val

Re: Using setenv DISPLAY

2006-03-06 Thread Jon Dowland
On Mon, Mar 06, 2006 at 08:08:35AM -0500, Haines Brown wrote: > $ echo $DISPLAY > :0.0 > > $ sudo echo $DISPLAY > :0.0 > That seemed OK, but when I did: > $ sudo env | grep DISPLAY > [nothing returned] > Why do I get inconsistent results? In the first case, the > value of D

Using setenv DISPLAY

2006-03-06 Thread Haines Brown
the environment accessed by sudo. At least something is wrong, so I set out to do (teufel is the host name): # sudo setenv DISPLAY teufel:0 but I get the error, "command not found". Shouldn't it be accessible from a bash prompt when using sudo? I suppose I could also do:

Re: setenv missing

1996-11-18 Thread Bjoern-Bernhard Schad
Hi Neil, > Can someone kindly point me in the right direction > to solve a niggling problem, > When I do a `su' command bash comes up with > an error message, > > bash: setenv : command not found > > I have a man page for setenv which refers > to stdlib.h, th

setenv

1996-11-18 Thread Joe Feenin
> Can someone kindly point me in the right direction > to solve a niggling problem, > When I do a `su' command bash comes up with > an error message, > > bash: setenv : command not found the setenv command is built into the csh shell to set environment variables, in

Re: setenv missing

1996-11-18 Thread Paul Christenson
On Fri, 15 Nov 1996, Neil Walker wrote: > Can someone kindly point me in the right direction > to solve a niggling problem, > When I do a `su' command bash comes up with > an error message, > > bash: setenv : command not found That's because setenv is built into cs

Re: setenv missing

1996-11-18 Thread David Frey
>bash: setenv : command not found > setenv is a C-shell builtin. I guess, that you have probably set a C-shell variant as your login in shell, but didn't wrote 'su -'. My suggestion: Change your login shell to bash (chsh -s /bin/bash) and try again. David -- David F

Re: setenv missing

1996-11-17 Thread Neil Walker
Thanks to all who responded, problem solved. Some time ago I had a trouble with with color-ls. I had put bash.rc's and bash_profile's in /etc & /root csh.cshrc and so on A clear out and fresh start has worked wonders, Thanks again , Neil -- ~~

setenv missing

1996-11-15 Thread Neil Walker
Can someone kindly point me in the right direction to solve a niggling problem, When I do a `su' command bash comes up with an error message, bash: setenv : command not found I have a man page for setenv which refers to stdlib.h, this I have in, `/usr/include/bsd/stdlib.h' and `/u