HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vsftpd : Oops 500 setgid
Operating System - HP-UX
1830747
Members
2215
Online
110015
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-01-2005 02:33 AM
12-01-2005 02:33 AM
vsftpd : Oops 500 setgid
hello,
Can someone help me ?
Whan I do a ftp localhost, I got this error msg :
connected to localhost
500 Oops: setgid
thx
Mathieu
Can someone help me ?
Whan I do a ftp localhost, I got this error msg :
connected to localhost
500 Oops: setgid
thx
Mathieu
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 04:22 PM
12-01-2005 04:22 PM
Re: vsftpd : Oops 500 setgid
vsftpd uses login 'nobody' to run unprivileged bits of itself. By default, user 'nobody' has a GID of -2, which is probably making setgid() fail.
Either change GID of user 'nobody' or modify vsftpd.conf setting 'nopriv_user' from 'nobody' to another unprivileged account.
Either change GID of user 'nobody' or modify vsftpd.conf setting 'nopriv_user' from 'nobody' to another unprivileged account.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 05:15 PM
12-01-2005 05:15 PM
Re: vsftpd : Oops 500 setgid
Shalom Matheiu,
ftpd servers know nothing but numeric user id's. They get response based on the permissions of the user that is connecting.
If you are user sprotter at log in, the ftpd server sees you only by your numeric id on the host system.
So, if you have vsftpd configured to say disallow root ftp access, which is a really great security idea then these kind of results should be expected.
SEP
ftpd servers know nothing but numeric user id's. They get response based on the permissions of the user that is connecting.
If you are user sprotter at log in, the ftpd server sees you only by your numeric id on the host system.
So, if you have vsftpd configured to say disallow root ftp access, which is a really great security idea then these kind of results should be expected.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 06:42 PM
12-01-2005 06:42 PM
Re: vsftpd : Oops 500 setgid
thanks
that's it !!! uid/gid of nobody/nogroup where on -2
I change them and now it starts
Mathieu
that's it !!! uid/gid of nobody/nogroup where on -2
I change them and now it starts
Mathieu
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP