Not completely on the subject, but I also find the lack of documentation
for kdm and gdm surprising.
I spent quite a while looking for a way to turn off all the menus on the
gdm login screen with no success. I just wanted the least amount of
distractions and options. I finally just removed all the other seesion
options and lanuages, but I am not satified with this solution.
Anybody know how to do this or where some good documentation on gdm and
gdm.conf is?
-Jeff
On Fri, 2002-03-22 at 10:34, Rois Cannon wrote:
> Are there any logs for kdm? or some way to get them to log what's going on?
> It's hard to beleive there are no public documentations for all the setups
> that could be in kdmrc.
>
> Here are copies of my configuration files that should be effecting what I'm
> doing. Please take a look and tell me if you see anything wrong or if there
> are other files that would effect this. I have 2 nic's in this server, one
> for just the ltsp terminals and one to access the rest of my private subnet.
> eth0 = peo3.gw.bas-peo.com = 192.168.151.147 (Private subnet)
> eth1 = mcf.net = 192.168.0.254 (ltsp terminal subnet)
>
> ####dhcpd.conf:
> default-lease-time 21600;
> max-lease-time 21600;
>
> option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.0.255;
> option routers 192.168.151.1;
> option domain-name-servers 64.42.107.139;
> option domain-name "mcf.net";
> option root-path "192.168.0.254:/opt/ltsp/i386";
> option option-128 e4:45:74:68:00:00;
>
> shared-network WORKSTATIONS {
> subnet 192.168.0.0 netmask 255.255.255.0 {
> }
> }
>
> group {
> use-host-decl-names on;
> option log-servers 192.168.0.254;
>
> host ws003 {
> option option-129 "NIC=ne IO=0x300";
> filename "/tftpboot/lts/vmlinuz.ltsp";
> hardware ethernet 00:40:95:60:26:59;
> fixed-address 192.168.0.3;
> }
> }
>
> #### /var/log/message:
> Mar 21 15:26:09 peo3 dhcpd: DHCPDISCOVER from 00:40:95:60:26:59 via eth1
> Mar 21 15:26:09 peo3 dhcpd: DHCPOFFER on 192.168.0.3 to 00:40:95:60:26:59
> via eth1
> Mar 21 15:26:09 peo3 dhcpd: DHCPREQUEST for 192.168.0.3 from
> 00:40:95:60:26:59 via eth1
> Mar 21 15:26:09 peo3 dhcpd: DHCPACK on 192.168.0.3 to 00:40:95:60:26:59 via
> eth1
> Mar 21 15:26:09 peo3 tftpd[1216]: tftpd: trying to get file:
> /tftpboot/lts/vmlinuz.ltsp
> Mar 21 15:26:22 peo3 dhcpd: DHCPDISCOVER from 00:40:95:60:26:59 via eth1
> Mar 21 15:26:22 peo3 dhcpd: DHCPOFFER on 192.168.0.3 to 00:40:95:60:26:59
> via eth1
> Mar 21 15:26:24 peo3 dhcpd: DHCPREQUEST for 192.168.0.3 from
> 00:40:95:60:26:59 via eth1
> Mar 21 15:26:24 peo3 dhcpd: DHCPACK on 192.168.0.3 to 00:40:95:60:26:59 via
> eth1
> Mar 21 15:26:29 peo3 mountd: authenticated mount request from
> 192.168.0.3:689 for /usr/opt/ltsp/i386 (/usr/opt/ltsp/i386)
> Mar 21 15:27:03 ws003.mcf.net syslogd started: BusyBox v0.60.1
> (2001.09.28-01:12+0000)
> Mar 21 15:27:06 ws003.mcf.net devfsd[109]: Caught SIGHUP
> Mar 21 15:27:06 ws003.mcf.net init: Entering runlevel: 2
> Mar 21 15:27:06 ws003.mcf.net devfsd[109]: read config file:
> "/etc/devfsd.conf"
> Mar 21 15:27:07 ws003.mcf.net init: Switching to runlevel: 3
>
> ####This is my entire kdmrc:
> [Desktop0]
> BackgroundMode=VerticalGradient
> BlendBalance=100
> BlendMode=NoBlending
> ChangeInterval=60
> Color1=96,139,182
> Color2=192,192,192
> CurrentWallpaper=0
> LastChange=0
> MultiWallpaperMode=NoMulti
> Pattern=
> Program=
> ReverseBlending=false
> Wallpaper=kdm_back3.jpg
> WallpaperList=
> WallpaperMode=Scaled
> [KDM]
> AllowConsoleMode=true
> AutoLogin1st=true
> AutoLoginEnable=false
> AutoLoginUser=
> AutoReLogin=false
> ConsoleMode=/sbin/init 3; sleep 3; chvt 1
> EchoMode=OneStar
> FailFont=helvetica,12,5,0,75,0
> GUIStyle=Windows
> GreetFont=charter,24,5,0,50,0
> GreetString=Caldera OpenLinux [HOSTNAME]
> GreeterPosFixed=false
> GreeterPosX=100
> GreeterPosY=100
> LogoArea=KdmLogo
> LogoPixmap=/opt/kde2/share/apps/kdm/pics/col_logo.xpm
> MinShowUID=0
> NoPassEnable=false
> NoPassUsers=
> NoUsers=bin,daemon,games,halt,mail,man,news,nobody,reboot,shutdown,sync,uucp
> ,xten,majordom,postgres,rsync,mysql,bind,httpd,proxy,gdm,spread,pvm,
> Restart=/sbin/reboot
> SessionTypes=kde2,failsafe,
> ShowPrevious=false
> ShowUsers=All
> ShutDown=/sbin/halt
> ShutDownButton=All
> Shutdown=/sbin/halt
> ShutdownButton=ConsoleOnly
> SortUsers=true
> StdFont=Helvetica,12,5,0,50,0
> UserView=true
> Users=
> [KDMDESKTOP]
> BackGroundPicture=/opt/kde2/share/wallpapers/kdm_back3.jpg
> BackGroundPictureMode=Scale
> [Lilo]
> Lilo=false
> LiloCommand=/sbin/lilo
> LiloMap=/boot/map
> [Locale]
> Language=en <<<< Upto here is the default file
> [X-ws003.mcf.net:0-Core] <<< I added from here down.
> AutoLoginEnable=true
> AutoReLogin=true
> AutoLoginUser=ws003
> AutoLogin1st=true
> NoPassEnable=true
> NoPassUsers=ws003
> [X-ws003.mcf.net:*-Greeter]
> PreselectUser=ws003
> SessionTypes=kde2
> ShowUsers=false
> StdFont=helvetica,12,5,15,50,0
> Users=ws003
>
>
> Any input would be greatly appreciated!
> Rois
>
>
> ----- Original Message -----
> From: "Skip Gaede" <[EMAIL PROTECTED]>
> To: "Rois Cannon" <[EMAIL PROTECTED]>; "LTSP"
> <[EMAIL PROTECTED]>
> Sent: Thursday, March 21, 2002 5:03 PM
> Subject: Re: Fw: [Ltsp-discuss] Auto Login KDE
>
>
> > On Thursday 21 March 2002 06:37 pm, Rois Cannon wrote:
> > > Skip, Thanx for the tip. It didn't seem to make any difference (still
> not
> > > autologging in) but that's an avenue I didn't know about so I'm
> exploring
> > > it more. Is there anyway to find out what the server and client
> machines
> > > thinks the client's entire hostname is? I've logged the client in with
> > > init 3 and hostname under the env is only listing as ws003. I'm going
> back
> > > through all my ltsp configurations to re-check everything. Any chance
> you
> > > know of a way to get more to show in any logs? There is a refernce in
> > > /etc/X11/kdm/xdm-config to an error log in /var/log but I'm not seeing
> one.
> > > I might be helpful if there was a way to see a log of what is going on
> > > during login.
> > >
> > > Thank
> > > Rois
> > Actually, there's an easy way to find out. The client activity is dumped
> to
> > the /var/log/messages file on the server.
> >
> > The place where the domain is setup for the clients is in your dhcpd.conf
> > file:
> >
> > option subnet-mask 255.255.255.0;
> > option broadcast-address 192.168.0.255;
> > option routers 192.168.0.1;
> > option domain-name-servers 24.218.0.228;
> > option domain-name "test.home";
> >
> > On mine, you can see the request for an IP address, and the results for
> init.
> >
> > Mar 21 19:49:53 sgaede dhcpd: DHCPDISCOVER from 08:00:07:7f:a0:a1 via eth1
> > Mar 21 19:49:53 sgaede dhcpd: DHCPOFFER on 192.168.0.4 to
> 08:00:07:7f:a0:a1
> > via eth1
> > Mar 21 19:49:53 sgaede dhcpd: DHCPREQUEST for 192.168.0.4 (192.168.0.1)
> from
> > 08:00:07:7f:a0:a1 via eth1
> > Mar 21 19:49:53 sgaede dhcpd: DHCPACK on 192.168.0.4 to 08:00:07:7f:a0:a1
> via
> > eth1
> > Mar 21 19:49:54 sgaede rpc.mountd: authenticated mount request from
> > 192.168.0.4:665 for /opt/ltsp/ppc (/opt/ltsp/ppc)
> > Mar 21 19:50:07 sgaede dhcpd: DHCPREQUEST for 192.168.0.4 from
> > 08:00:07:7f:a0:a1 via eth1
> > Mar 21 19:50:07 sgaede dhcpd: DHCPACK on 192.168.0.4 to 08:00:07:7f:a0:a1
> via
> > eth1
> > Mar 21 19:50:12 ws003.test.home syslogd started: BusyBox v0.60.1
> > (2002.03.01-13:05+0000)
> > Mar 21 19:50:13 ws003.test.home init: Entering runlevel: 2
> > Mar 21 19:50:14 ws003.test.home init: Switching to runlevel: 5
> > Mar 21 19:50:21 sgaede kde(pam_unix)[3349]: session opened for user ws003
> by
> > (uid=0)
> >
> > _____________________________________________________________________
> > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
> > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> > For additional LTSP help, try #ltsp channel on irc.openprojects.net
>
>
> _____________________________________________________________________
> Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
> https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help, try #ltsp channel on irc.openprojects.net
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.openprojects.net