- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Tying to change password
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
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
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
10-27-2003 04:40 AM
10-27-2003 04:40 AM
Tying to change password
passwd: alter: not found.
passwd[2]: /SD_CDROM: Execute permission denied.
passwd[3]: alter: not found.
passwd[4]: /SD_CDROM: Execute permission denied.
passwd[5]: alter: not found.
passwd[6]: /SD_CDROM: Execute permission
denied.
Does anyone know how to solve this problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 04:43 AM
10-27-2003 04:43 AM
Re: Tying to change password
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 05:03 AM
10-27-2003 05:03 AM
Re: Tying to change password
Are you located in /SD_CDOM? Do you have a file in /SD_CDROM called "passwd", and you have put "." in your current path (which you are not supposed to do.)?
cd / and try this again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 05:09 AM
10-27-2003 05:09 AM
Re: Tying to change password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 12:55 AM
10-31-2003 12:55 AM
Re: Tying to change password
I don't know if you have got this resolved yet, and even if you have the information below may be useful anyway.
Someone could have written a script on your system called passwd that is spoofing your passwd change and sending out an erroneous message.
Type :-
type passwd
The response should be something like :-
passwd is /usr/bin/passwd
Then type :-
file /usr/bin/passwd
(or whatever the path was as above)
The output should be like :-
/usr/bin/passwd: PA-RISC1.1 shared executable dynamically linked
You can also check the date and permission on the file :-
ls -l /usr/bin/passwd
Last of all, if the above is okay then type :-
pwck
as this will check the integrity of you /etc/password file.
If all the above is okay then at least you can feel comfortable that the passwd security is okay and it must be something else.
Hope this helps.
Keith