Hi, i'm trying to setup up a lab only with X terminals, but i can't allow them to open X from our server. I'm using SuSE-6.4 and ltsp for the terminals. I boot my terminals using bootp and they mount their rootfs through nfs. But that's not the problem, when they start they own copy of they cannot get kdm and the only thing that appears in the screen is just X (no kdm, no xdm, nothing). I hope somebody can give me some help because i read the whole xdm documentation and the X documentation, modify Xaccess, Xsetup, xdm-config, ... and nothing happens. tia bye -- Carlos Manuel Duclos Vergara carlos@embedded.cl
Hi,
i'm trying to setup up a lab only with X terminals, but i can't allow them to open X from our server. I'm using SuSE-6.4 and ltsp for the terminals. I boot my terminals using bootp and they mount their rootfs through nfs. But that's not the problem, when they start they own copy of they cannot get kdm and the only thing that appears in the screen is just X (no kdm, no xdm, nothing). I hope somebody can give me some help because i read the whole xdm documentation and the X documentation, modify Xaccess, Xsetup, xdm-config, ... and nothing happens.
tia
bye
Hi Carlos, this was changed in SuSE-6.4 for security reasons. Take a closer look at the last lines in /usr/X11R6/lib/X11/xdm/xdm-config: ! ! SECURITY: do not listen for XDMCP or Chooser requests ! Comment out this line if you want to manage X terminals with xdm ! DisplayManager.requestPort: 0 ^- Just comment out this line using an "!". Also, check /usr/X11R6/lib/X11/xdm/Xaccess . Thanks, Roman. -- - - | Roman Drahtmüller <draht@suse.de> // "Caution: Cape does | SuSE GmbH - Security Phone: // not enable user to fly." | Nürnberg, Germany +49-911-740530 // (Batman Costume warning label) | - -
Hello guys, I've just compiled qpopper with support for smtp-after-pop-auth. It is started via the inetd using the following entry in /etc/inetd.conf pop3 stream tcp nowait root /usr/sbin/tcpd /usr/sbin/popper -s -t /var/log/popper In /var/log/messages this appears: Aug 23 16:04:15 server PAM-warn[1671]: user: (uid=0) -> gs [remote: ?nobody@?nowhere] Aug 23 16:04:29 server popper[1681]: connect from 62.157.25.111 Aug 23 16:04:29 server PAM-warn[1681]: service: pop3 [on terminal: <unknown>] Aug 23 16:04:29 server PAM-warn[1681]: user: (uid=0) -> gmx [remote: ?nobody@?nowhere] Aug 23 16:04:29 server PAM-warn[1681]: service: pop3 [on terminal: <unknown>] Aug 23 16:04:29 server PAM-warn[1681]: user: (uid=0) -> gmx [remote: ?nobody@?nowhere] What's wrong, where do those PAM-warnings come from ? Another problem is, that popper tries to get the remote username (finger) which won't work, since all my clients are windows based machines. It looks like popper tries to get this username for 2-3 seconds or so, since there's no real datatransfer. After this little pause the users can get their email. Bye, Gunther
participants (3)
-
Carlos Manuel Duclos Vergara
-
Gunther Stammwitz
-
Roman Drahtmueller