Re: [arch-general] install Arch on Btrfs - dual boot w10/arch - can't find vmlinuz on boot menu

2017-04-01 Thread arnaud gaboury via arch-general
On Sat, Apr 1, 2017 at 12:27 PM arnaud gaboury wrote: > I followed the arch install wiki to install arch alongside w10 and dual > boot. (w10 was already installed). > Here is a summarize of the output of fdisk: > -- > # fdisk

[arch-general] install Arch on Btrfs - dual boot w10/arch - can't find vmlinuz on boot menu

2017-04-01 Thread arnaud gaboury via arch-general
I followed the arch install wiki to install arch alongside w10 and dual boot. (w10 was already installed). Here is a summarize of the output of fdisk: -- # fdisk -l Disk /dev/nvme0n1 /dev/nvme0n1p1 260M EFI System /dev/nvme0n1p3. 186G

Re: [arch-general] URXVT background color

2017-03-19 Thread arnaud gaboury via arch-general
On Sat, Mar 18, 2017 at 12:47 PM Maarten de Vries <maar...@de-vri.es> wrote: > On 18 March 2017 at 11:51, arnaud gaboury via arch-general < > arch-general@archlinux.org> wrote: > > I run many urxvt windows on my screen. Some are for the host system and > some ar

Re: [arch-general] URXVT background color

2017-03-18 Thread arnaud gaboury via arch-general
On Sat, Mar 18, 2017 at 4:38 PM Christian Rebischke < chris.rebisc...@archlinux.org> wrote: > On Sat, Mar 18, 2017 at 10:51:16AM +0000, arnaud gaboury via arch-general > wrote: > > I run many urxvt windows on my screen. Some are for the host system and > > some are f

[arch-general] URXVT background color

2017-03-18 Thread arnaud gaboury via arch-general
I run many urxvt windows on my screen. Some are for the host system and some are for my container (managed by systemd-nspawn). I am looking for a way to change color background according to hostname in order to quickly see which terminal I am on. My idea was to test $HOST variable in my

Re: [arch-general] UID/GID of a systemd container

2016-12-22 Thread arnaud gaboury via arch-general
On Thu, Dec 22, 2016, 6:16 PM Leonid Isaev <leonid.is...@jila.colorado.edu> wrote: > On Thu, Dec 22, 2016 at 09:16:29AM +0000, arnaud gaboury via arch-general > wrote: > > % systemctl --version > > systemd 232 > > +PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK

[arch-general] UID/GID of a systemd container

2016-12-22 Thread arnaud gaboury via arch-general
% systemctl --version systemd 232 +PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN % uname -r 4.8.13-1-hortensia (username space is set to YES) My setup:

Re: [arch-general] Pacman cache directory

2016-08-17 Thread arnaud gaboury via arch-general
On Wed, Aug 17, 2016 at 6:17 PM, Alex Theotokatos via arch-general <arch-general@archlinux.org> wrote: > On 08/17/2016 02:32 PM, arnaud gaboury via arch-general wrote: >>> >>> From /etc/pacman.conf: >> >> >> CacheDir= /drawer/system/pacman/cache/

[arch-general] Pacman cache directory

2016-08-17 Thread arnaud gaboury via arch-general
>From /etc/pacman.conf: CacheDir= /drawer/system/pacman/cache/pacman/pkg/ This is a convenient place to me as my root system is a not too large SSD. When doing some cleaning on my machines, I found this: $ ls -al /drawer/system . lrwxrwxrwx 1 gabx users 34 Aug 12 21:10 pacman ->

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

[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