[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2015-10-10 Thread Ivan Voras
Bump.
Same thing, still not fixed 5 years later.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1283938] Re: [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from sleep

2015-01-06 Thread Ivan Voras
And we're going into the new year with the problem is still not fixed.
The bug manifests for me on ThinkPad Edge 02213BG, Radeon graphics, freshly 
installed Xubuntu 14.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283938

Title:
  [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from
  sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1283938/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367214] Re: Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Ivan Voras
Thanks, adding --system apparently helps.

The verbosity is awful / nonexistent, I can only guess the command did
anything by seeing the PID changing:

# initctl --system restart ssh
ssh start/running, process 22389
# initctl --system restart ssh
ssh start/running, process 22394

Adding "-v" (the "verbose" switch) apparently doesn't do anything in any
of the common initctl commands I've tried (list, start, stop, restart).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367214

Title:
  Newly installed openssh-server and upstart: status: Unknown job: ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1367214/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367214] Re: Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Ivan Voras
There is more information at
https://answers.launchpad.net/ubuntu/+source/openssh/+question/254248 .

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367214

Title:
  Newly installed openssh-server and upstart: status: Unknown job: ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1367214/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367214] Re: Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Ivan Voras
As an update, the ssh.conf file exists in /etc/init :

# ls /etc/init/*ssh*
/etc/init/ssh.conf

and it looks correct (I haven't modified any files in /etc/init).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367214

Title:
  Newly installed openssh-server and upstart: status: Unknown job: ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1367214/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367214] [NEW] Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Ivan Voras
Public bug reported:

Just after installing openssh-server, there is no ssh service in the
initctl's list. Consequently, the SSH server cannot be started:

# initctl start ssh
initctl: Unknown job: ssh

# dpkg -l | grep ssh
ii  openssh-client 1:6.6p1-2ubuntu2 
 i386 secure shell (SSH) client, for secure access to remote 
machines
ii  openssh-server 1:6.6p1-2ubuntu2 
 i386 secure shell (SSH) server, for secure access from remote 
machines

# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"

# initctl reload-configuration
# initctl list | grep ssh
ssh-agent start/running

# ps axuw | grep ssh
ivoras1578  0.0  0.0   4216   200 ?Ss   Sep08   0:00 ssh-agent -s
root 11810  0.0  0.0   6168   852 pts/2S+   11:26   0:00 grep ssh

# initctl start ssh
initctl: Unknown job: ssh

Running "/etc/init.d/ssh" does not do anything since the script exits, AFAIK in 
the upstart check.
Running "service ssh restart" results in:

# service ssh restart
stop: Unknown job: ssh
start: Unknown job: ssh

After rebooting the machine, sshd is started (!), but still not visible
in "initctl list" (!!) and running /etc/init.d/ssh still doesn't do
anything (!!!), as well as the "service" command returning the same
"Unknown job: ssh" error.

Exactly the same problem happens with the php5-fpm service. I've also
installed nginx and while it can be controlled by using
/etc/init.d/nginx , it is not visible in "initctl list".

The question is - how do I control the services in Ubuntu 14.04? This is
a fresh install, the ssh service was the first service installed.

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367214

Title:
  Newly installed openssh-server and upstart: status: Unknown job: ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1367214/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1283938] Re: Ubuntu 14.04 blank screen after wakeup from sleep

2014-04-26 Thread Ivan Voras
Same here. Disabling light locker returns me to a working desktop but
the mouse cursor is invisible. Starting a WINE app brings the cursor
back. So... two bugs actually: #1: returning from suspend turns off the
screen AFTER the username & password is verified, and #2: if light
locker is disabled, the mouse cursor disappears on returning from
suspend.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283938

Title:
  Ubuntu 14.04 blank screen after wakeup from sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1283938/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs