/etc/init/vsftpd.conf contains an error.

Bug #511058 reported by qq274980
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
vsftpd (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: vsftpd

/etc/init/vsftpd.conf contains an error, which cause two folders with name "-" and "755" been created in the ROOT path.

The install param should be "-m 755"!!!

biff@lenovo:~$ diff vsftpd.conf vsftpd.conf.fix
27c27
< [ -d /var/run/vsftpd/emply ] || install - 755 -o root -g root -d /var/run/vsftpd/empty
---
> [ -d /var/run/vsftpd/emply ] || install -m 755 -o root -g root -d /var/run/vsftpd/empty

Distributor ID: Ubuntu
Description: Ubuntu lucid (development branch)
Release: 10.04
Codename: lucid

vsftpd: version 2.2.2

ProblemType: Bug
Architecture: i386
Date: Fri Jan 22 15:24:34 2010
DistroRelease: Ubuntu 10.04
Package: vsftpd 2.2.2-3ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-10.14-generic
SourcePackage: vsftpd
Uname: Linux 2.6.32-10-generic i686

Tags: i386 lucid vsftpd
Revision history for this message
qq274980 (qq274980) wrote :
Revision history for this message
Paul Elliott (omahn) wrote :

Confirmed - it also causes the installation of vsftpd to hang indefinitely on my test server.

Changed in vsftpd (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.