[arch-general] Forgot username and password

2014-06-06 Thread Bhushan Shah
Hello

I registered to Arch Linux bug tracking using this email address long
ago but I forgot my username and password. Can anyone send me my
credentials?

Thanks!

-- 
Bhushan Shah

http://bhush9.github.io
IRC Nick : bshah on Freenode


Re: [arch-general] Forgot username and password

2014-06-06 Thread Delcypher
 I registered to Arch Linux bug tracking using this email address long
 ago but I forgot my username and password. Can anyone send me my
 credentials?

If you really can't remember your username, how about you try to find
one of your old bug reports. You'll see your username there. Doing a
quick search I found ``bhushan_shah``. That's probably it

If you find that then you can just use https://bugs.archlinux.org/lostpw


Re: [arch-general] Forgot username and password

2014-06-06 Thread Bhushan Shah
On Fri, Jun 6, 2014 at 9:06 PM, Delcypher delcyp...@gmail.com wrote:
 If you really can't remember your username, how about you try to find
 one of your old bug reports. You'll see your username there. Doing a
 quick search I found ``bhushan_shah``. That's probably it

 If you find that then you can just use https://bugs.archlinux.org/lostpw


Thanks found it! :)

-- 
Bhushan Shah

http://bhush9.github.io
IRC Nick : bshah on Freenode


[arch-general] Starting gpg-agent from systemd?

2014-06-06 Thread Magnus Therning
For the first time ever today, I noticed this little gem of a message
from gpg:


gpg: WARNING: The GNOME keyring manager hijacked the GnuPG agent.
gpg: WARNING: GnuPG will not work proberly - please configure that tool to not 
interfere with the GnuPG system!


So I started looking into some nice way of switching to gpg-agent, but
how to start it in a nice way when using Gnome?

The instructions at [^1] are for the shell and for using ~/.xinitrc to
start X.  So neither is very well suited for me as I'm letting GDM log
me in to Gnome without use of ~/.xinitrc and the agent has to be
available also to apps started via Gnome Shell.

I have a feeling this ought to be solvable using systemd but I can't
really see how.  Writing a service for gpg-agent is not that
difficult, and it creates the required environment file without
problems.  But, how do I hook it in to the user login in the right
way?  Who should be wanting my gpg-agent.service, and then load the
generated file using EnvironmentFile=?

All pointers are welcome.

/M

[^1]: https://wiki.archlinux.org/index.php/GnuPG#gpg-agent

-- 
Magnus Therning  OpenPGP: 0xAB4DFBA4 
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe   http://therning.org/magnus

What gets measured, gets done.
 -- Tom Peters


pgpqXgibrQ65p.pgp
Description: PGP signature


Re: [arch-general] Starting gpg-agent from systemd?

2014-06-06 Thread Patrick Burroughs (Celti)
On Fri, Jun 6, 2014 at 10:14 AM, Magnus Therning mag...@therning.org wrote:
 I have a feeling this ought to be solvable using systemd but I can't
 really see how.  Writing a service for gpg-agent is not that
 difficult, and it creates the required environment file without
 problems.  But, how do I hook it in to the user login in the right
 way?  Who should be wanting my gpg-agent.service, and then load the
 generated file using EnvironmentFile=?

Rather than starting it purely with systemd, have you looked into
using Envoy [1] and using its PAM module to ensure it gets propagated
to the entire login session?

Regards,
~Celti

[1]: https://github.com/vodik/envoy