![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Needed using utmp file! | maverixxx | UNIX for Dummies Questions & Answers | 1 | 10-01-2007 06:16 AM |
| /etc/utmp file does not get updated with boot up details | jyoti_mil | UNIX for Advanced & Expert Users | 1 | 06-11-2007 07:41 AM |
| Error, Login Limit Exceeded by 1 user | nchrocc | UNIX for Dummies Questions & Answers | 1 | 08-14-2006 06:21 AM |
| Hp-Unix user login file collection | whl123 | HP-UX | 8 | 05-30-2006 09:32 PM |
| SCO utmp file | scott_williams1 | SCO | 1 | 10-30-2003 06:45 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Error login user file utmp
could probably help me with a unix problem.
Basicallyu, when the users try to connect to the server they get this messge: No UTMP entry. you must exec "LOGIN" from the lowest level "sh" They are connecting using a windows emulator called TINYTERM. We cannot connect from the console either (not even with root)....only in single user mode. Any Ideas? |
| Forum Sponsor | ||
|
|
|
|||
|
again alot of the basic info is missing from this question.
1) what OS 2) what version of Q1 but for solaris it is done as follows. the root issue edit the /etc/default/login and make sure the following line is uncommneted in the file adn or it is pointing to the console. Code:
# If CONSOLE is set, root can only login on that device. # Comment this line out to allow remote login by root. # CONSOLE=/dev/console i get that error if the following conditions are met: 1) i am loged in as anyone 2) i su or su - to someone account 3) then type login 4) and continue to login after i supply proper credentials i then get that error and am pushed to the parent shell. |