Re: [arch-general] libvirt / lxc : no valid cgroup for machine

2014-02-16 Thread Tom Kuther
Am 16.02.2014 00:52, schrieb arnaud gaboury: >> >> - Systemd creates all necessary cgroups > > How can I be sure systemd created them ? Are the command line & > results below OK ? > > gabx@hortensia ➤➤ ~aur/libvirt-git # cat /proc/cgroups > #subsys_namehierarchynum_cgroupsenabled > cp

Re: [arch-general] libvirt / lxc : no valid cgroup for machine

2014-02-16 Thread arnaud gaboury
> └» systemd-cgls That's the point : I do not see any machine.slice in the tree :-( gabx@hortensia ➤➤ ~aur/libvirt-git % systemctl status libvirt-guests.service libvirt-guests.service - Suspend Active Libvirt Guests Loaded: loaded (/usr/lib/systemd/system/libvirt-guests.service; enabled) Ac

Re: [arch-general] libvirt / lxc : no valid cgroup for machine

2014-02-16 Thread arnaud gaboury
Three more thins I have some doubts about : 1- the guest : shall I mount it at rootfs in /dahlia or /machine/dahlia ? I have tried both. 2- in my dahlia.xml : /machine/dahlia Is that correct for a /dahlia OR /machine/dahlia guest mount point ? I do have any .scope unit file (normal ?) neith

Re: [arch-general] libvirt / lxc : no valid cgroup for machine

2014-02-16 Thread Tom Kuther
Am 16.02.2014 11:56, schrieb arnaud gaboury: >> └» systemd-cgls > > That's the point : I do not see any machine.slice in the tree :-( > That would be strange. With your machine-dahlia.slice config and the partition setting in your domain.xml, you should have machine.slice -> machine-dahlia.slice

Re: [arch-general] libvirt / lxc : no valid cgroup for machine

2014-02-16 Thread arnaud gaboury
On Sun, Feb 16, 2014 at 12:20 PM, Tom Kuther wrote: > Am 16.02.2014 11:56, schrieb arnaud gaboury: >>> └» systemd-cgls >> >> > > That would be strange. With your machine-dahlia.slice config and the > partition setting in your domain.xml, I am not quite sur of a good setting of the partition. See m

Re: [arch-general] libvirt / lxc : no valid cgroup for machine

2014-02-16 Thread arnaud gaboury
A few ideas : how do you boot ? I boot at console login with gabx % startx Did you : systemctl enable systemd-nspawn@machine.service ? I didn't

Re: [arch-general] libvirt / lxc : no valid cgroup for machine

2014-02-16 Thread arnaud gaboury
I can see the overall setup was not so bad. When I start the container this way : gabx@hortensia ➤➤ ~ # systemd-nspawn -bD /dahlia container boots. gabx@hortensia ➤➤ ~ % machinectl -l MACHINE CONTAINER SERVICE dahlia container nspawn 1 machines

[arch-general] New Installation

2014-02-16 Thread Toyam Cox
Hey folks, I mostly use Gentoo but I'm installing Arch on my laptop, so hello! I'm installing GRUB, an I'm getting an error: grub-install: waring: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible. Then Grub refuses to go ahead with blocklists. Any thoughts? I

Re: [arch-general] New Installation

2014-02-16 Thread Chester Wisniewski
Hi Toyam, You need to create a special partition to install GRUB2 on GPT without UEFI. See the wiki: https://wiki.archlinux.org/index.php/GRUB#GUID_Partition_Table_.28GPT.29_specific_instructions Create a 1 MB partition, mark it type ef02 (in gdisk) and do not format it. When you run grub-in

Re: [arch-general] New Installation

2014-02-16 Thread Toyam Cox
I already created everything else, including a /boot right there. On Sun, Feb 16, 2014 at 4:20 PM, Chester Wisniewski wrote: > Hi Toyam, > > You need to create a special partition to install GRUB2 on GPT without > UEFI. See the wiki: https://wiki.archlinux.org/ > index.php/GRUB#GUID_Partiti

Re: [arch-general] New Installation

2014-02-16 Thread Chester Wisniewski
It is unrelated to filesystem partitions. It is just a special area for GRUB to store things. It doesnt have a mountpoint. Did you create that in addition to your /, /boot and swap? Chester On 02/16/14 13:23, Toyam Cox wrote: I already created everything else, including a /boot right there...

Re: [arch-general] New Installation

2014-02-16 Thread Toyam Cox
Note to the powers that be: This was not mentioned in the official wiki when I was formatting. At least not that I saw. On Sun, Feb 16, 2014 at 4:39 PM, Chester Wisniewski wrote: > It is unrelated to filesystem partitions. It is just a special area for > GRUB to store things. It doesnt have a m

Re: [arch-general] New Installation

2014-02-16 Thread Chester Wisniewski
It mentions it exactly where I linked to it. Very top of the GRUB wiki. It's been there a while... https://wiki.archlinux.org/index.php/GRUB#GUID_Partition_Table_.28GPT.29_specific_instructions On 02/16/14 13:42, Toyam Cox wrote: Note to the powers that be: This was not mentioned in the offic

Re: [arch-general] New Installation

2014-02-16 Thread Simon Hanna
On 02/16/14 13:42, Toyam Cox wrote: > >> Note to the powers that be: This was not mentioned in the official wiki >> when I was formatting. At least not that I saw. >> > You should say what wiki page you used, it's definitely mentioned in the beginners guide: https://wiki.archlinux.org/index.php/Beg