Trying to set up ltsp and their instructions are outdated for this setup.
this is what I am referencing... http://ltsp.mirrors.tds.net/pub/ltsp/docs/ltsp-4.1-en.html#AEN984
Anyway, KDM is display manager and I am only getting grey screen with X
# ps aux|grep kdm root 4275 0.0 0.0 3036 864 ? Ss Jul01 0:00 /usr/bin/kdm -nodaemon
per the instructions...
/etc/X11/xdm/Xaccess (This file doesn't exist) but
# tail -n 3 /usr/share/config/kdm/Xaccess # The following line was added by ltspcfg # * # Allow remote connects
how do I enable non local logins?
remote workstation does exist in DNS
--- Craig White craig@tobyhouse.com wrote:
Trying to set up ltsp and their instructions are outdated for this setup.
this is what I am referencing...
http://ltsp.mirrors.tds.net/pub/ltsp/docs/ltsp-4.1-en.html#AEN984
Anyway, KDM is display manager and I am only getting grey screen with X
# ps aux|grep kdm root 4275 0.0 0.0 3036 864 ? Ss Jul01 0:00 /usr/bin/kdm -nodaemon
per the instructions...
/etc/X11/xdm/Xaccess (This file doesn't exist) but
# tail -n 3 /usr/share/config/kdm/Xaccess # The following line was added by ltspcfg #
- # Allow remote connects
how do I enable non local logins?
remote workstation does exist in DNS
-- Craig White craig@tobyhouse.com
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Not sure if this is what your asking about, find / -name Xaccess /etc/X11/xdm/Xaccess /etc/kde/kdm/Xaccess 4.5 with kde installed. i am unsure about the other part of your question.
Steven
Get your Art Supplies @ www.littleartstore.com
Craig White wrote:
Anyway, KDM is display manager and I am only getting grey screen with X
...
# tail -n 3 /usr/share/config/kdm/Xaccess # The following line was added by ltspcfg #
- # Allow remote connects
how do I enable non local logins?
That's the right setting, but you (sometimes) need to completely restart X (or maybe only kdm?) for any changes in Xaccess to take effect.
-- Rex
On Fri, 2007-09-14 at 06:56 -0500, Rex Dieter wrote:
Craig White wrote:
Anyway, KDM is display manager and I am only getting grey screen with X
...
# tail -n 3 /usr/share/config/kdm/Xaccess # The following line was added by ltspcfg #
- # Allow remote connects
how do I enable non local logins?
That's the right setting, but you (sometimes) need to completely restart X (or maybe only kdm?) for any changes in Xaccess to take effect.
---- I wasn't sure how to restart kdm so I did a yum update and rebooted and will be in the office in an hour or so and will try it.
I presume that there was some way to send a SIGHUP to the kdm process to restart it but I lacked the knowledge on how to do that.
Thanks
Craig
Craig White wrote:
On Fri, 2007-09-14 at 06:56 -0500, Rex Dieter wrote:
That's the right setting, but you (sometimes) need to completely restart X (or maybe only kdm?) for any changes in Xaccess to take effect.
I wasn't sure how to restart kdm so I did a yum update and rebooted and will be in the office in an hour or so and will try it.
I presume that there was some way to send a SIGHUP to the kdm process to restart it but I lacked the knowledge on how to do that.
The method I use to restart X is usually: login (to console) as root telinit 3 telinit 5 logout
-- Rex
On Fri, 2007-09-14 at 11:12 -0500, Rex Dieter wrote:
Craig White wrote:
On Fri, 2007-09-14 at 06:56 -0500, Rex Dieter wrote:
That's the right setting, but you (sometimes) need to completely restart X (or maybe only kdm?) for any changes in Xaccess to take effect.
I wasn't sure how to restart kdm so I did a yum update and rebooted and will be in the office in an hour or so and will try it.
I presume that there was some way to send a SIGHUP to the kdm process to restart it but I lacked the knowledge on how to do that.
The method I use to restart X is usually: login (to console) as root telinit 3 telinit 5 logout
---- yeah, I had that option but it had been a long time since I rebooted and several new kernels had been installed in the interim.
in this case, this was a fairly heavily used server and telinit 3/telinit 5 might have made users using the Application Server (apache/rubyOnRails/postgreSQL/etc) pretty unhappy
On Fri, 2007-09-14 at 06:56 -0500, Rex Dieter wrote:
Craig White wrote:
Anyway, KDM is display manager and I am only getting grey screen with X
...
# tail -n 3 /usr/share/config/kdm/Xaccess # The following line was added by ltspcfg #
- # Allow remote connects
how do I enable non local logins?
That's the right setting, but you (sometimes) need to completely restart X (or maybe only kdm?) for any changes in Xaccess to take effect.
---- and by the way...it worked