[Bug 604185] Re: Unable to start vsftpd with upstart if private key

2010-09-07 Thread Scott James Remnant
*** This bug is a duplicate of bug 327823 ***
https://bugs.launchpad.net/bugs/327823

** This bug has been marked a duplicate of bug 565890
   init: support output of starting tasks to console
 * You can subscribe to bug 565890 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/upstart/+bug/565890/+subscribe

** This bug is no longer a duplicate of bug 565890
   init: support output of starting tasks to console
** This bug has been marked a duplicate of bug 327823
   init: support job output being passed to start/initctl invocation
 * You can subscribe to bug 327823 by following this link: 
https://bugs.edge.launchpad.net/upstart/+bug/327823/+subscribe

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 604185] Re: Unable to start vsftpd with upstart if private key

2010-09-07 Thread Chuck Short
** Also affects: upstart
   Importance: Undecided
   Status: New

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 604185] Re: Unable to start vsftpd with upstart if private key

2010-09-02 Thread Thierry Carrez
** Tags added: server-mrs

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 604185] Re: Unable to start vsftpd with upstart if private key

2010-08-26 Thread Thierry Carrez
** Also affects: vsftpd (Ubuntu Maverick)
   Importance: Medium
   Status: Triaged

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 604185] Re: Unable to start vsftpd with upstart if private key

2010-07-16 Thread Charlie Kravetz
Since this bug has enough information provided for a developer to begin
work, I'm going to mark it as confirmed and let them handle it from
here. Thanks for taking the time to make Ubuntu better!

** Changed in: vsftpd (Ubuntu)
   Status: Confirmed => Triaged

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 604185] Re: Unable to start vsftpd with upstart if private key

2010-07-15 Thread David Sugar
This is also somewhat related to bug 602255, though distantly.  I am
going to make an additional annotation about this scenario on that
report.

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 604185] Re: Unable to start vsftpd with upstart if private key

2010-07-15 Thread David Sugar
I believe the upstart jobs inherit the stdio settings the upstart (init)
itself had at bootup, which likely point to whatever was considered the
"console".  Simply telling upstart to "start" a job (service vsftpb
start) notifies the upstart daemon over d-bus to start the child
process.  Hence, it has no direct means of knowing the current console
session of the user.

The sysv init script system, by contrast, would start the daemon
directly from the issuing command (like sudo /etc/init.d/vfstartd start)
which of course would inherit the stdio settings of the user executing
the command.

This of course does not offer a solution, but rather offers better
understanding of the actual core problem.

I believe this question and issue should be forwarded to upstart at
least for discussion.  I could do a separate summary and bug report for
that.

Basically, some daemons (like vsftp) may prompt the user during startup.
A common case might be to get the password for unlocking a password
protected private key, and I am sure this can apply to many other
daemons that may do this including for example apache.  I do not believe
upstart has any provision to handle this kind of scenario other than, at
boot, if the process is started then, it's password prompt should appear
on whatever was the "console".

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 604185] Re: Unable to start vsftpd with upstart if private key

2010-07-12 Thread Chuck Short
** Changed in: vsftpd (Ubuntu)
   Importance: Undecided => Medium

** Changed in: vsftpd (Ubuntu)
   Status: New => Confirmed

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 604185] Re: Unable to start vsftpd with upstart if private key

2010-07-10 Thread Eric Landes

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/51711509/Dependencies.txt

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs