- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Invalid Argument Error
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
05-03-2002 03:05 PM
05-03-2002 03:05 PM
Invalid Argument Error
I have this problem "Invalid Argument" while changing the directory or file ownership to "nobody".
example :
chown nobody proxy
proxy: Invalid Argume.
I checked the entries in /etc/passwd and /etc/group files, seems ok. Here are the entries respectively..
nobody:*:-2:-2::/:
nogroup:*:-2
any help is really appreciated.
Thanks! in advance.
Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 04:49 PM
05-03-2002 04:49 PM
Re: Invalid Argument Error
If you wish to change the owner and group respectivley use
chown nobody:proxy
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 05:23 PM
05-03-2002 05:23 PM
Re: Invalid Argument Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 09:27 PM
05-03-2002 09:27 PM
Re: Invalid Argument Error
is there any particular reason why you want to do this? there maybe a better alternative !!
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 10:52 AM
05-06-2002 10:52 AM
Re: Invalid Argument Error
Thanks! for your responses.
I am getting this error when I am installing Apache server 1.3.24. While configuring the server, it is creating some directories and failes to change the ownership.
So I don't think I have control over, unless I tweak the Apache code, which I don't know how to do it.
Thanks in advance for your time.
Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 11:12 AM
05-06-2002 11:12 AM
Re: Invalid Argument Error
I can only guess that your *file* named "proxy" isn't a file, but a *socket* or a broken sym-link!
Check with "ls -l" and/or "ls -lL"...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 11:25 AM
05-06-2002 11:25 AM
Re: Invalid Argument Error
It is not a file, socket or symbolic link. It is a regular directory. I checked it again.
Thanks!
Chandra