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

Bug #511057 reported by qq274980
18
This bug affects 2 people
Affects Status Importance Assigned to Milestone
vsftpd (Ubuntu)
Fix Released
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: lucid vsftpd

Related branches

Revision history for this message
qq274980 (qq274980) wrote :
qq274980 (qq274980)
tags: added: vsftpd
removed: apport-bug
tags: removed: i386
Revision history for this message
Paul Elliott (omahn) wrote :

Debdiff to correct upstart script.

Revision history for this message
Paul Elliott (omahn) wrote :

Even after applying this patch the installation still hangs I so I suspect we another another issue here.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package vsftpd - 2.2.2-3ubuntu4

---------------
vsftpd (2.2.2-3ubuntu4) lucid; urgency=low

  * debian/vsftpd.upstart: Fix up upstart script. Thanks to Paul Elliott.
    (LP: #511057)
 -- Chuck Short <email address hidden> Fri, 22 Jan 2010 13:13:02 -0500

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

Duplicates of this bug

Other bug subscribers

Remote bug watches

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