HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Webalizer and vsftpd problems.
Operating System - Linux
1828828
Members
2415
Online
109985
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
Go to solution
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
06-13-2006 02:46 AM
06-13-2006 02:46 AM
On a new installation of Fedora Core 5 running Apache and virtual hosting 4 internet domains, I see the console full of error messages each morning. They seem to come from webalizer. The box was working without errors as a Windows workstation installed on drive hda2 before the FC 5 installation. The Windows workstation duel booted to FC 4 installed on hdb1 and hdb2.
The four domains seem to be working; serving out web pages and mysql based phpBB forums.
I see similar errors in /var/log/messages when attempting to ftp to the box; it is running vsftpd.
Can anyone interpret or offer insight to the meaning of the error messages ??
Following is output of df -h:
Filesystem Size Used Avail Use% Mounted on
/dev/hda2 72G 3.4G 65G 5% /
/dev/hda1 101M 14M 82M 15% /boot
tmpfs 252M 0 252M 0% /dev/shm
/dev/hdb1 18G 707M 17G 5% /home
/dev/hdb2 18G 600M 17G 4% /var
Example is one of hundreds of identical error messages from /var/log/messages:
Jun 13 04:02:45 veb kernel: audit(1150189358.760:66606): avc: denied { create } for pid=11642 comm="webalizer" scontext=user_u:system_r:webalizer_t:s0 tcontext=user_u:system_r:webalizer_t:s0 tclass=netlink_route_socket
Example when attempting to log in with ftp:
Jun 13 08:56:23 veb kernel: audit(1150206983.866:66608): avc: denied { search } for pid=13740 comm="vsftpd" name="/" dev=hdb1 ino=2 scontext=user_u:system_r:ftpd_t:s0 tcontext=system_u:object_r:home_root_t:s0 tclass=dir
Example of console of box attempting to ftp:
331 Please specify the password.
Password:
500 OOPS: cannot change directory:/home/veb
Login failed.
421 Service not available, remote server has closed connection
ftp> bye
When I create a user account directly under / I can ftp to that account.
Does anyone have any idea what the problem may be: permissions maybe, but where ??
The four domains seem to be working; serving out web pages and mysql based phpBB forums.
I see similar errors in /var/log/messages when attempting to ftp to the box; it is running vsftpd.
Can anyone interpret or offer insight to the meaning of the error messages ??
Following is output of df -h:
Filesystem Size Used Avail Use% Mounted on
/dev/hda2 72G 3.4G 65G 5% /
/dev/hda1 101M 14M 82M 15% /boot
tmpfs 252M 0 252M 0% /dev/shm
/dev/hdb1 18G 707M 17G 5% /home
/dev/hdb2 18G 600M 17G 4% /var
Example is one of hundreds of identical error messages from /var/log/messages:
Jun 13 04:02:45 veb kernel: audit(1150189358.760:66606): avc: denied { create } for pid=11642 comm="webalizer" scontext=user_u:system_r:webalizer_t:s0 tcontext=user_u:system_r:webalizer_t:s0 tclass=netlink_route_socket
Example when attempting to log in with ftp:
Jun 13 08:56:23 veb kernel: audit(1150206983.866:66608): avc: denied { search } for pid=13740 comm="vsftpd" name="/" dev=hdb1 ino=2 scontext=user_u:system_r:ftpd_t:s0 tcontext=system_u:object_r:home_root_t:s0 tclass=dir
Example of console of box attempting to ftp:
331 Please specify the password.
Password:
500 OOPS: cannot change directory:/home/veb
Login failed.
421 Service not available, remote server has closed connection
ftp> bye
When I create a user account directly under / I can ftp to that account.
Does anyone have any idea what the problem may be: permissions maybe, but where ??
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 02:58 AM
06-13-2006 02:58 AM
Solution
Shalom Vernon,
Seems that the message originates from selinux.
Are your running it? If so, you may need to change the rules.
As an experiment, try turning off selinux and see if the messages stop.
If this solves the problem, it should be possible to modify selinux to permit this traffic.
SEP
Seems that the message originates from selinux.
Are your running it? If so, you may need to change the rules.
As an experiment, try turning off selinux and see if the messages stop.
If this solves the problem, it should be possible to modify selinux to permit this traffic.
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
06-13-2006 03:13 AM
06-13-2006 03:13 AM
Re: Webalizer and vsftpd problems.
Thanks Steven; you nailed it !!
I disabled selinux and ftp works. I'm guessing error messages will also go away.
I'll work on selinux policy.
Vernon
I disabled selinux and ftp works. I'm guessing error messages will also go away.
I'll work on selinux policy.
Vernon
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