Bug 29423 - KDM cannot handle multiple logins
Summary: KDM cannot handle multiple logins
Status: RESOLVED DUPLICATE of bug 25304
Alias: None
Product: kdm
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdm bugs tracker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-21 01:18 UTC by mikem
Modified: 2008-05-19 17:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mikem 2001-07-21 01:11:21 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdm
Version:           unknown (using KDE 2.1.2 )
Severity:          wishlist
Installed from:    Red Hat Linux 7.1
Compiler:          gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-81)
OS:                Linux 2.2.17-8smp i686
OS/Compiler notes: 

KDM should have the ability to log in multiple users simultaneously.

Example scenario:

A user having logged in via KDM  is working on a KDE desktop. User B wishes to do work. User A does not wish to close his open apps or stop work.

Currently

1. User B switches to a virtual terminal

2. User B runs `startx -- :1' or something similar.

3. User B finises work logs out of KDE logs out of his VT and then must switch back to user As desktop

Ideally

1. User A clicks `log on as another user'. The system switches to a *seperate* VT where KDM is running

2. KDm shows that user A is currently logged on. User B logs on and works.

-------------

Such a system should make sure that users from other VTs cannot access other  users desktops without a password.

It should be possible to disable for machines with small amounts of RAM.

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 bernst3 2002-06-16 19:12:26 UTC
Version:           KDE 3.0.0 
Installed from:    RedHat RPMs
Compiler:          gcc-2.96-110
OS:                Linux
OS/Compiler notes: redhat 7.3

I had attempted to run three different Xservers on my machine in order to allow multiple X logins at once.  This worked fine under gdm however when I decided to switch to kdm this failed.  Some of the problem appears to be because of a .pid problem.  The original kdm instance places a .pid file in /var/run/.  Other kdm instances which are trying to connect to different screens see this .pid file and refuse to run.  Perhaps changing the .pid file to reflect the screen name could fix this?  
Another part of the problem appears to be that the original instance dies unexpectedly therfore no kdm instances not even the original :0 screen runs.

(Submitted via bugs.kde.org)
Comment 2 Unknown 2002-09-16 23:30:58 UTC

*** This bug has been marked as a duplicate of 25304 ***