loading app on X startup like xterm for user in RH8?

2003-01-30 Thread Dan G
I have created an .xession (tried .xinitrc as well) for a user in their home dir. The syntax is correct #!/bin/sh followed by xterm & on another line. The file is executable and owned by that user. But when I startx as that user an xterm does not load. I did not have this prob with RH73 or earlier.

RE: loading app on X startup like xterm for user in RH8?

2003-01-30 Thread Dan G
2003 08:34, Dan G wrote: > I have created an .xession (tried .xinitrc as well) for a user in their > home dir. The syntax is correct #!/bin/sh followed by xterm & on another > line. The file is executable and owned by that user. But when I startx as > that user an xterm does not load.

Interactive vs non-interactive shell for users

2003-02-04 Thread Dan G
I understand that a shel like /bin/bash is interactive since it provides login and command execution for the user. What happens if you set a user's login shell to a non-interactive shell like /bin/sh. Does this allow script execution and login but no command execution?

WM Like Fluxbox from Redhat 8?

2003-02-09 Thread Dan G
What is the best way to start a different WM like Fluxbox in Redhat 8? Would I run an exec fluxbox in .Xclients or .Xclients-default? Same with auto starting apps like an xterm on X startup? RH8 does not use .xsession. Thanks,

RE: WM Like Fluxbox from Redhat 8?

2003-02-10 Thread Dan G
MAIL PROTECTED]]On Behalf Of Jesse Keating Sent: Sunday, February 09, 2003 12:32 PM To: [EMAIL PROTECTED] Subject: Re: WM Like Fluxbox from Redhat 8? On Sunday 09 February 2003 08:09, Dan G uttered: > I run an exec fluxbox in .Xclients or .Xclients-default? Same with auto > starting apps lik

RE: WM Like Fluxbox from Redhat 8?

2003-02-10 Thread Dan G
. Dan :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jesse Keating Sent: Monday, February 10, 2003 9:43 PM To: [EMAIL PROTECTED] Subject: Re: WM Like Fluxbox from Redhat 8? On Monday 10 February 2003 16:53, Dan G uttered: > Jesse..this works f

Display Manager preference?

2003-02-12 Thread Dan G
For Redhat 8 where (what file) is the display manager configured for X startup (i.e. TWM vs GDM vs KDM)? Thanks Dan -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

KDE 3.1 on RH8?

2003-02-20 Thread Dan G
Can anyone point me to a working set of RPMS for KDE 3.1 for Redhat 8 please? Thanks, Dan -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Privoxy replaces Squid in RH8?

2003-03-10 Thread Dan G
I noticed there is no documentation info for Squid in the Redhat 8 Doc CD. Has this been replced with Privoxy now for Web caching and filtering? Dan -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

XDM Login? With RH8

2003-03-10 Thread Dan G
Has anyone seen this behavior with RH8? If I set /etc/sysconfig/desktop to DESKTOP="XDM". Then in my .Xclients-default set exec /usr/X11R6/bin/twm. Then when I set the runlevel for 5 in inittab and boot the system, the system does not use XDM as the display manager on boot. Has Redhat hacked this i

Anonymous FTP through NIS domain?

2003-03-18 Thread Dan G
Can someone tell me if any special config is required to allow anonymous ftp through an NIS domain? Where in the setup of NIS can I allow access for specific services like anonymous ftp to get in? Thanks Dan -- Psyche-list mailing list [

sshd and TCP wrappers control in Redhat 8?

2003-03-18 Thread Dan G
I notice that under my Redhat 8 box's /etc/xinetd.d/ dir there is no service file for sshd. Is there no hosts control for sshd using tcp wrappers in Redhat 8? Is host access only controlled in /etc/ssh/sshd_config now? Dan -- Psyche-list mailing list [E

Quota problems with Redhat 8?

2003-03-19 Thread Dan G
Does anyone know how to get around the quota probs with Redhat 8. I am using the latest Redhat kernel unmodified. I have set usrquota and grpquota in /etc/fstab and when I try quotacheck -avug after remounting the FS, I get "cannot get quota filename for /dev/hda2" which is / in this case. Never h

Vsftpd.ftpusers user restriction does not work?

2003-03-19 Thread Dan G
Hi people. I have added a local user say spammy into /etc/vsftpd.ftpusers plaintext with no other characters. When I ftp into the server with this user account it allows the login which it should not. Is there a specific syntax I am missing here? Any help is appreciated.

Restricting SSH users on Server?

2003-03-19 Thread Dan G
How can I restrict which users have SSH access to a server? I did not see any settings in sshd_config. Does this have to be done with Pam? If so what files/settings are used? Thanks Dan -- Psyche-list mai

RE: Vsftpd.ftpusers user restriction does not work?

2003-03-19 Thread Dan G
file. Also, cat /etc/xinetd.d/vsftpd and make sure disable is no. Make sure your not really running wu-ftpd. -eric wood From: "Dan G" <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-l

RE: Vsftpd.ftpusers user restriction does not work?

2003-03-20 Thread Dan G
NO in your conf file. Also, cat /etc/xinetd.d/vsftpd and make sure disable is no. Make sure your not really running wu-ftpd. -eric wood From: "Dan G" <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

RE: Quota problems with Redhat 8?

2003-03-20 Thread Dan G
http://www.netmasters.com.pa -- Original Message --- From: "Dan G" <[EMAIL PROTECTED]> To: "Psyche-List" <[EMAIL PROTECTED]> Sent: Wed, 19 Mar 2003 17:06:58 -0500 Subject: Quota problems with Redhat 8? > Does anyone know how to get around the quo

RE: Vsftpd.ftpusers user restriction does not work?

2003-03-22 Thread Dan G
8 package. Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanjeewa Wijerathne Sent: Thursday, March 20, 2003 10:45 PM To: [EMAIL PROTECTED] Subject: Re: Vsftpd.ftpusers user restriction does not work? --- Dan G <[EMAIL PROT

RE: Vsftpd.ftpusers user restriction does not work?

2003-03-22 Thread Dan G
there. Dan :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Saltzman Sent: Saturday, March 22, 2003 5:19 PM To: [EMAIL PROTECTED] Subject: RE: Vsftpd.ftpusers user restriction does not work? On Sat, 22 Mar 2003, Dan G wrote: > Y

RE: Linksys KVM switch

2003-06-11 Thread Dan G
Try using software. I have a video switch only and use synergy to share a wireless keyboard and mouse across my W2K system and Redhat machine on my network works awesome. Look here http://synergy2.sourceforge.net/ for info. It's as simple as scrolling across defined screens for mouse and keyboa