- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- X windows KDE network login via XDMCP broadcasts.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2001 01:18 PM
тАО09-25-2001 01:18 PM
X windows KDE network login via XDMCP broadcasts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2001 04:45 PM
тАО09-25-2001 04:45 PM
Re: X windows KDE network login via XDMCP broadcasts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2001 10:57 PM
тАО09-25-2001 10:57 PM
Re: X windows KDE network login via XDMCP broadcasts.
It may be an Xserver Problem.
On SuSE Linux your have to comment out the line
"DisplayManager.requestPort: 0" in the file /etc/X11/xdm/xdm-config.
On RetHat, this file may be in another place.
This option, as far as I know, doesn't influence xdm (wich you don't use), but the XServer itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2001 12:26 AM
тАО10-01-2001 12:26 AM
Re: X windows KDE network login via XDMCP broadcasts.
XDMCP functionnality is also enabled via the /etc/X11/xdm/Xaccess file.
I had similar troubles to yours a while ago with Red Hat 6.0 & from what I've learned afterwards this was due to the fact that XDMCP was broken in the specific release. I think it is working now though...
Another thing you should know, is that in order to be able to obtain graphical login from a Reflection/Excursion/whatever session, you must have reverse name resolution enabled in your linux box. Otherwise you'll get the system name in the chooser window, but once you select it you wont get the graphical login prompt & the connection attempt will timeout leading to an eventually relevant error message.
In order to debug/troubleshoot similar issues, dont forget to enable debugging info logging from your display manager configuration (for example /etc/X11/gdm/gdm.conf if you're using gdm ===> ps -aef|grep dm).
good luck
panos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2001 02:13 PM
тАО10-04-2001 02:13 PM
Re: X windows KDE network login via XDMCP broadcasts.
I, too was having problems with XDMCP on my local network, and after poking through /etc/X11/xdm/kdmrc (Redhat 7.1) /etc/X11/xdm/Xaccess and a few others, I finally decided that was happening was that my server wasn't broadcasting correctly.
I changed the line in Xaccess to specifically add the address space from which I wished to allow queries (er go * CHOOSER 192.168.0.0/24 ), and voila! chooser finds the available hosts.
hth and all that.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2001 06:27 PM
тАО11-20-2001 06:27 PM
Re: X windows KDE network login via XDMCP broadcasts.
/usr/share/config/kdm/kdmrc
If it's also the case with RH, then look for the [Xdmcp] section of the file. If it reads "Xdmcp=disable", change it to "Xdmcp=enable" and restart kdm. You should be OK with this.
Good luck
Paulo Fessel