![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WiKID Strong Authentication System 3.0.0 (J2ME Wilreless Cell Phone Token branch) | iBot | Software Releases - RSS News | 0 | 05-28-2008 06:40 PM |
| WiKID Strong Authentication System 3.0.14 (PC Token Client branch) | iBot | Software Releases - RSS News | 0 | 02-04-2008 08:10 PM |
| WiKID Strong Authentication System 3.0.12 (PC Token Client branch) | iBot | Software Releases - RSS News | 0 | 01-22-2008 05:10 PM |
| WiKID Strong Authentication System 3.0.11 (PC Token Client branch) | iBot | Software Releases - RSS News | 0 | 01-08-2008 02:20 PM |
| Script Error token '08' | HMS.Chandrasiri | Shell Programming and Scripting | 4 | 08-15-2006 06:25 AM |
|
|
LinkBack | Thread Tools | Display Modes |
| Forum Sponsor | ||
|
|
|
||||
|
That is quite a jump in OS versions.
I have seen problems with other versions of Unix, Amdahl, where they don't like importing another /etc/passwd file from an older version of the OS. We recently did an upgrade and had similar problems, but much worse than yours. Users weren't able to login. My experience is that it is some internal error. We had to rebuild the passwd files on each of 8 or so servers. Couple of questions. Did you use /etc/shadow before? How did you append? Simply by ftp or rcp and >> passwd? here is something I found on HP's website www.itrc.hp.com http://docs.hp.com/cgi-bin/fsearch/f...0020528-132922 You may have something different but similar to this. Hope it helps you out. Look at the return values down the page. You will see your exact error message.
__________________
My brain is your brain |
|
||||
|
[quote]Originally posted by Kelam_Magnus
[b]That is quite a jump in OS versions. Couple of questions. Did you use /etc/shadow before? How did you append? Simply by ftp or rcp and >> passwd? i have connected and old harddrive physically, and mounted it. Then just appended like "cat old_passwd >> /etc/passwd" Then i removed duplicated accounts by hand. Then i copied /etc/passwd to /etc/shadow...Coz 6.2 didnt have shadowing back then. I guess i need to convert it somehow. Any suggestions? Thank you so much |
|
||||
|
Check the man page for "pwconv".
The shadow file has a different layout than the passwd file. If you mv the /etc/shadow file to something like /etc/shadow_nogood (just in case you want it back later), make sure the passwd file is set up, and use pwconv to "switch" over to a shadowed setup. Just in case, keep a boot disk handy next time you reboot, although you shouldn't really need it. |
| Thread Tools | |
| Display Modes | |
|
|