[Bug 195908] Re: seahorse-agent not invoked for second ssh key

2008-12-03 Thread Albéric de Pertat
To complete on the first point of the initial post (what keys are "seen"
by seahorse), what i've found (it's hidden somewhere on the seahorse
pages at live.gnome.org) is that seahorse will only take into account
keys beginning with id_rsa or id_dsa

I was using a key named id_vpn in my .ssh folder back on Hardy and
everything worked fine. After upgrading to Intrepid, this particular key
was simply ignored by seahorse which wouldn't pop up the askpass dialog
(nor would the keyring dialog appear). I renamed id_vpn and id_vpn.pub
to id_rsa_vpn and id_rsa_vpn.pub and it works fine now. A logout/login
was maybe necessary.

Hope this helps

-- 
seahorse-agent not invoked for second ssh key
https://bugs.launchpad.net/bugs/195908
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 876648] Re: Unable to mount local glusterfs volume at boot

2016-11-07 Thread Albéric de Pertat
Another workaround, systemd-based, because yes it still happens on
Xenial :

$ systemctl edit my-mount-point.mount
[Unit]
After=glusterfs-server.service
Wants=glusterfs-server.service

$ systemctl cat my-mount-point.mount
# /run/systemd/generator/my-mount-point.mount
# Automatically generated by systemd-fstab-generator

[Unit]
SourcePath=/etc/fstab
Documentation=man:fstab(5) man:systemd-fstab-generator(8)
Before=remote-fs.target

[Mount]
What=localhost:/my-mount-point
Where=/my/mount/point
Type=glusterfs
Options=defaults,_netdev

# /etc/systemd/system/my-mount-point.mount.d/override.conf
[Unit]
After=glusterfs-server.service
Wants=glusterfs-server.service

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

Title:
  Unable to mount local glusterfs volume at boot

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

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


[Bug 1008385] Re: apache-mpm-itk writes wrong process name in /proc/$$/status

2012-08-01 Thread Albéric de Pertat
This also happens with apache2-mpm-worker

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

Title:
  apache-mpm-itk writes wrong process name in /proc/$$/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2-mpm-itk/+bug/1008385/+subscriptions

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


[Bug 1008385] Re: apache-mpm-itk writes wrong process name in /proc/$$/status

2013-07-18 Thread Albéric de Pertat
I confirm this bug on a freshly installed Ubuntu 12.04.2. However, it
does not appear on an apparently similarly configured (yet older,
probably installed as a 12.04.1) machine.

root@okserver:~# cat /proc/2761/stat
2761 (apache2) S 16432 16432 16432 0 -1 4202816 62931 0 23 0 446 35 0 0 39 19 1 
0 15483478 392368128 10767 18446744073709551615 1 1 0 0 0 0 0 4096 201344747 
18446744073709551615 0 0 17 0 0 0 25 0 0

root@misbehavingserver:~# cat /proc/13556/stat
13556 (/usr/sbin/apach) S 1 13556 13556 0 -1 4202560 40031 0 0 0 76 16 0 0 20 0 
1 0 26449769 302252032 36195 18446744073709551615 140602045796352 
140602046243212 140737419513488 140737419512584 140602031456275 0 0 4096 
134235883 18446744071580458505 0 0 17 0 0 0 0 0 0


The kernels are the same :

$ uname -a
Linux  3.2.0-49-virtual #75-Ubuntu SMP Tue Jun 18 17:59:38 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

The point release are the same :

$ cat /etc/issue
Ubuntu 12.04.2 LTS \n \l

Apache is installed with the same packages :

root@okserver:~# dpkg -l | grep apache
ii  apache22.2.22-1ubuntu1.4   
Apache HTTP Server metapackage
ii  apache2-mpm-prefork2.2.22-1ubuntu1.4   
Apache HTTP Server - traditional non-threaded model
ii  apache2-utils  2.2.22-1ubuntu1.4   
utility programs for webservers
ii  apache2.2-bin  2.2.22-1ubuntu1.4   
Apache HTTP Server common binary files
ii  apache2.2-common   2.2.22-1ubuntu1.4   
Apache HTTP Server common files
ii  libapache2-mod-php55.3.10-1ubuntu3.7   
server-side, HTML-embedded scripting language (Apache 2 module)

root@misbehavingserver:~# dpkg -l | grep apache
ii  apache22.2.22-1ubuntu1.4Apache 
HTTP Server metapackage
ii  apache2-mpm-worker 2.2.22-1ubuntu1.4Apache 
HTTP Server - high speed threaded model
ii  apache2-utils  2.2.22-1ubuntu1.4utility 
programs for webservers
ii  apache2.2-bin  2.2.22-1ubuntu1.4Apache 
HTTP Server common binary files
ii  apache2.2-common   2.2.22-1ubuntu1.4Apache 
HTTP Server common files
ii  libapache-dbi-perl 1.11-1   
interface connecting apache server to database via perl's DBI
ii  libapache2-mod-perl2   2.0.5-5ubuntu1   
Integration of perl with the Apache2 web server
ii  libapache2-reload-perl 0.11-2   module 
for reloading Perl modules when changed on disk

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

Title:
  apache-mpm-itk writes wrong process name in /proc/$$/status

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

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