[arch-general] Unsubscribe - Was: arch-chroot

2016-07-06 Thread Ralf Mardorf
On Wed, 6 Jul 2016 22:25:39 -0700, jordan via arch-general wrote: >Unsubscribe Hijacking a thread to unsubscribe is a shame. Every modern MUA provides mailing list features (e.g.Claws and Evolution), so you even don't need to take a look at list mail headers. For example, Claws: Menue

Re: [arch-general] arch-chroot

2016-07-06 Thread jordan via arch-general
Unsubscribe On Jul 6, 2016 10:19 PM, "ihad" wrote: > Hello, > > On 7/7/2016 7:01 AM, Zachary Kline wrote: > > The solution is to create the directory under /var which alsacrtl > > expects. I think it’s /var/run or /var/lock, but I don’t remember > > specifics and don’t have my

Re: [arch-general] time setting problem after installing.

2016-07-06 Thread Bardur Arantsson
On 07/07/2016 07:19 AM, Jude DaShiell wrote: > ln -s /usr/share/zoneinfo/America/New_York >/etc/localtime That's incorrect. There should be no '>' there.

Re: [arch-general] time setting problem after installing.

2016-07-06 Thread Jude DaShiell
ln -s /usr/share/zoneinfo/America/New_York >/etc/localtime That's a one time operation and should have been one of your beginning installation steps. I got many of mine from the beginner's guide which is longer and more informative. On Sun, 3 Jul 2016, matthew dyer via arch-general wrote:

Re: [arch-general] arch-chroot

2016-07-06 Thread ihad
Hello, On 7/7/2016 7:01 AM, Zachary Kline wrote: > The solution is to create the directory under /var which alsacrtl > expects. I think it’s /var/run or /var/lock, but I don’t remember > specifics and don’t have my machine in front of me at the moment. If > you do that, alsactl store will work as

Re: [arch-general] arch-chroot

2016-07-06 Thread Zachary Kline
Hi, The solution is to create the directory under /var which alsacrtl expects. I think it’s /var/run or /var/lock, but I don’t remember specifics and don’t have my machine in front of me at the moment. If you do that, alsactl store will work as expected. Best, Zack. > On Jul 6, 2016, at 9:58

[arch-general] arch-chroot

2016-07-06 Thread Jude DaShiell
I had been using it to install archlinux specifically talkingarchlinux. It mostly works ok until I do alsactl store and then I get a state lock error. As a result of this failure, I can finish up a talkingarch installation but on reboot, I have no speech on the system. Does a way exist I can

[arch-general] Using libpqxx with clang

2016-07-06 Thread Garmine via arch-general
Hi, With the recent update of libc++ I wanted to continue compiling and testing a C++14 project with clang (and gcc), but unfortunately the libpqxx package is compiled for gcc - it is impossible* to use with clang at the moment. It used to properly work several months ago. I believe the recent

Re: [arch-general] fail to export gpg private key

2016-07-06 Thread Ben Oliver via arch-general
This may or may not be related, but a recent caused lots of permissions errors in my gnupg homedirs. Happened on three machines.

Re: [arch-general] fail to export gpg private key

2016-07-06 Thread arnaud gaboury via arch-general
On Wed, Jul 6, 2016 at 2:36 PM, Jens Adam wrote: > >> $ gpg --output tth_sec.gpg --armor --export-secret-key KeyID >> gpg: WARNING: nothing exported >> >> I have the tth_sec.pgp but with size of zero. >> >> What do I wrong? > > Are you doing this via ssh? In that case

Re: [arch-general] fail to export gpg private key

2016-07-06 Thread Jens Adam
> $ gpg --output tth_sec.gpg --armor --export-secret-key KeyID > gpg: WARNING: nothing exported > > I have the tth_sec.pgp but with size of zero. > > What do I wrong? Are you doing this via ssh? In that case gpg-agent/pinentry often cause problems. Try again with: $ GPG_TTY=$(tty) gpg

[arch-general] fail to export gpg private key

2016-07-06 Thread arnaud gaboury via arch-general
I have successfully created a gpg key pair on one of my computer. I would like to use the same pair on another computer, so the need to export. Here are the commands: $ gpg --output tth_pub.gpg --armor --export KeyID Results in -rw-rw-r-- 1 poisonivy poisonivy 1.7K Jul 6 13:34 tth_pub.gpg