On Sat, Jul 17, 2010 at 12:22:34PM -, Simon wrote:
> Colin Watson, if Upstart can't yet manage jobs in chroots, why you has
> changed the behaviour now? Why don't to wait to Upstart is complete?
Because other functionality written as Upstart jobs depends on ssh.
--
ssh init script doesn't us
Colin, I did more tests and here's another issue:
sshd is stopped, and the 2 config files have these contents:
# grep -v '#' /etc/default/ssh
SSHD_OPTS='-p 12345'
SSHD_OOM_ADJUST=-17
# tail -1 /etc/init/ssh.conf
exec /usr/sbin/sshd -p 11210
# service ssh start
ssh start/running, process 30569
Colin Watson, if Upstart can't yet manage jobs in chroots, why you has
changed the behaviour now? Why don't to wait to Upstart is complete?
--
ssh init script doesn't use the /etc/default/ssh file
https://bugs.launchpad.net/bugs/590275
You received this bug notification because you are a member o
Pierfrancesco Caci, I'm agree with you but if the other services in
Ubuntu still using the "old style" init scripts, why only ssh has
changed to new style? and, more important, why it conserves the old init
script?
--
ssh init script doesn't use the /etc/default/ssh file
https://bugs.launchpad.ne
This is not just a wishlist. The package as it is now breaks expected behaviour
(the one you get after 15 years of using /etc/init.d style startup scripts)
and is not properly documented in the obvious places (README.Debian, for
example), with only a mention of
this new behaviour buried in chang
/etc/default/ssh (and, for that matter, /etc/init.d/ssh) is at this
point only provided because Upstart can't yet manage jobs in chroots.
When it can, I expect that these will be removed.
--
ssh init script doesn't use the /etc/default/ssh file
https://bugs.launchpad.net/bugs/590275
You received
Wishlist!!? This a bug!!
Why the openssh-server package installs the /etc/default/ssh file then?
Moreover, in the /etc/default/ssh file doesn't explain nothing about this.
I was used to modify the /etc/default/ssh file not the /etc/init/ssh.conf
I lost many hours trying to start my ssh server in I
In the /etc/init/ssh.conf:
# if you used to set SSHD_OPTS in /etc/default/ssh, you can change the
# 'exec' line here instead
** Changed in: openssh (Ubuntu)
Importance: Undecided => Wishlist
** Changed in: openssh (Ubuntu)
Status: New => Confirmed
--
ssh init script doesn't use the
apport information
** Tags added: apport-collected
** Description changed:
I have defined, in /etc/default/ssh file, the next option:
SSHD_OPTS=-4
- But when I restart SSH daemon: "sudo /etc/init.d/ssh restart", SSH
- continues ignoring this option.
+ But when I restart SSH daemon: "sudo