Re: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Neil Bothwick
On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:

 Hi all. I am having issues with Systemd as well. I added to the GRUB2
 configuration file the needed command line to get Systemd to start, but
 for whatever reason, the kernel is adamant that I must use OrenRC.

You need to tell us what you added and what the kernel complained about.
The only information we have is what is in your mail, we are not the NSA,
we cannot see what is on your computer.

 I
 recompiled with Genkernel-next a new kernel and initramfs, and that,
 for whatever reason, doesn't automount my /boot partition. Is there a
 fix to this?

It is standard practice to not mount the /boot partition. By the time the
boot process gets to mounting what is in /etc/fstab, /boot is no longer
needed. That's why it is usually set to noauto in fstab.


-- 
Neil Bothwick

Guns don't kill people--it's those little pieces of lead.


signature.asc
Description: PGP signature


RE: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Hunter Jozwiak


-Original Message-
From: Neil Bothwick [mailto:n...@digimed.co.uk] 
Sent: Friday, May 16, 2014 8:06 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Can't Get Systemd to Work

On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:

 Hi all. I am having issues with Systemd as well. I added to the GRUB2 
 configuration file the needed command line to get Systemd to start, 
 but for whatever reason, the kernel is adamant that I must use OrenRC.

You need to tell us what you added and what the kernel complained about.
The only information we have is what is in your mail, we are not the NSA, we
cannot see what is on your computer.

 I
 recompiled with Genkernel-next a new kernel and initramfs, and that, 
 for whatever reason, doesn't automount my /boot partition. Is there a 
 fix to this?

It is standard practice to not mount the /boot partition. By the time the
boot process gets to mounting what is in /etc/fstab, /boot is no longer
needed. That's why it is usually set to noauto in fstab.


--
Neil Bothwick

Guns don't kill people--it's those little pieces of lead.
GRUB_CMDLINE=init=/usr/lib/system/system
And then, grub2-mkconfig -o /boot/grub/grub.cfg.




RE: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Hunter Jozwiak


-Original Message-
From: Neil Bothwick [mailto:n...@digimed.co.uk] 
Sent: Friday, May 16, 2014 8:06 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Can't Get Systemd to Work

On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:

 Hi all. I am having issues with Systemd as well. I added to the GRUB2 
 configuration file the needed command line to get Systemd to start, 
 but for whatever reason, the kernel is adamant that I must use OrenRC.

You need to tell us what you added and what the kernel complained about.
The only information we have is what is in your mail, we are not the NSA, we
cannot see what is on your computer.

 I
 recompiled with Genkernel-next a new kernel and initramfs, and that, 
 for whatever reason, doesn't automount my /boot partition. Is there a 
 fix to this?

It is standard practice to not mount the /boot partition. By the time the
boot process gets to mounting what is in /etc/fstab, /boot is no longer
needed. That's why it is usually set to noauto in fstab.


--
Neil Bothwick

Guns don't kill people--it's those little pieces of lead.
GRUB_CMD_LINE_LINUX=init=/usr/lib/system/system, rather.




Re: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Stefan G. Weichinger
Am 16.05.2014 15:33, schrieb Hunter Jozwiak:
 
 
 -Original Message-
 From: Neil Bothwick [mailto:n...@digimed.co.uk] 
 Sent: Friday, May 16, 2014 8:06 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Can't Get Systemd to Work
 
 On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:
 
 Hi all. I am having issues with Systemd as well. I added to the GRUB2 
 configuration file the needed command line to get Systemd to start, 
 but for whatever reason, the kernel is adamant that I must use OrenRC.
 
 You need to tell us what you added and what the kernel complained about.
 The only information we have is what is in your mail, we are not the NSA, we
 cannot see what is on your computer.
 
 I
 recompiled with Genkernel-next a new kernel and initramfs, and that, 
 for whatever reason, doesn't automount my /boot partition. Is there a 
 fix to this?
 
 It is standard practice to not mount the /boot partition. By the time the
 boot process gets to mounting what is in /etc/fstab, /boot is no longer
 needed. That's why it is usually set to noauto in fstab.
 
 
 --
 Neil Bothwick
 
 Guns don't kill people--it's those little pieces of lead.
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/system, rather.


where is the quote, where is the text?

And it's called systemd with a d -

GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd

btw



RE: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Hunter Jozwiak


-Original Message-
From: Stefan G. Weichinger [mailto:li...@xunil.at] 
Sent: Friday, May 16, 2014 9:40 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Can't Get Systemd to Work

Am 16.05.2014 15:33, schrieb Hunter Jozwiak:
 
 
 -Original Message-
 From: Neil Bothwick [mailto:n...@digimed.co.uk]
 Sent: Friday, May 16, 2014 8:06 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Can't Get Systemd to Work
 
 On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:
 
 Hi all. I am having issues with Systemd as well. I added to the GRUB2 
 configuration file the needed command line to get Systemd to start, 
 but for whatever reason, the kernel is adamant that I must use OrenRC.
 
 You need to tell us what you added and what the kernel complained about.
 The only information we have is what is in your mail, we are not the 
 NSA, we cannot see what is on your computer.
 
 I
 recompiled with Genkernel-next a new kernel and initramfs, and that, 
 for whatever reason, doesn't automount my /boot partition. Is there a 
 fix to this?
 
 It is standard practice to not mount the /boot partition. By the time 
 the boot process gets to mounting what is in /etc/fstab, /boot is no 
 longer needed. That's why it is usually set to noauto in fstab.
 
 
 --
 Neil Bothwick
 
 Guns don't kill people--it's those little pieces of lead.
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/system, rather.


where is the quote, where is the text?

And it's called systemd with a d -

GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd

btw
Changed the line to mirror that in the Grub file, no luck.
#Append parameters to the Linux Kernel.
GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd
Save the file.
Mount /dev/sda2 /boot  grub2-mkconfig -o /boot/grub/grub.cfg




Re: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Stefan G. Weichinger
Am 16.05.2014 15:50, schrieb Hunter Jozwiak:

 btw
 Changed the line to mirror that in the Grub file, no luck.
 #Append parameters to the Linux Kernel.
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd
 Save the file.
 Mount /dev/sda2 /boot  grub2-mkconfig -o /boot/grub/grub.cfg

Why sda2 ? usually sda1 is /boot or / ...
Show us lsblk and /etc/fstab ... we have very little information yet.
And what is no luck ? What do you get?

Stefan



Re: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Jc García
2014-05-16 7:50 GMT-06:00 Hunter Jozwiak hunter.t@gmail.com:


 -Original Message-
 From: Stefan G. Weichinger [mailto:li...@xunil.at]
 Sent: Friday, May 16, 2014 9:40 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Can't Get Systemd to Work

 Am 16.05.2014 15:33, schrieb Hunter Jozwiak:


 -Original Message-
 From: Neil Bothwick [mailto:n...@digimed.co.uk]
 Sent: Friday, May 16, 2014 8:06 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Can't Get Systemd to Work

 On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:

 Hi all. I am having issues with Systemd as well. I added to the GRUB2
 configuration file the needed command line to get Systemd to start,
 but for whatever reason, the kernel is adamant that I must use OrenRC.

 You need to tell us what you added and what the kernel complained about.
 The only information we have is what is in your mail, we are not the
 NSA, we cannot see what is on your computer.

 I
 recompiled with Genkernel-next a new kernel and initramfs, and that,
 for whatever reason, doesn't automount my /boot partition. Is there a
 fix to this?

 It is standard practice to not mount the /boot partition. By the time
 the boot process gets to mounting what is in /etc/fstab, /boot is no
 longer needed. That's why it is usually set to noauto in fstab.


 --
 Neil Bothwick

 Guns don't kill people--it's those little pieces of lead.
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/system, rather.


 where is the quote, where is the text?

 And it's called systemd with a d -

 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd

 btw
 Changed the line to mirror that in the Grub file, no luck.
 #Append parameters to the Linux Kernel.
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd
 Save the file.
 Mount /dev/sda2 /boot  grub2-mkconfig -o /boot/grub/grub.cfg



The same again you are mistyping systemd, is
/usr/lib/systemd/systemd read carefully what you copy, and verify
always those paths really exist. If you had done this, you would have
noticed /usr/lib/system/system doesn't exist at all.



Re: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Stefan G. Weichinger
Am 16.05.2014 16:00, schrieb Jc García:

 The same again you are mistyping systemd, is
 /usr/lib/systemd/systemd read carefully what you copy, and verify
 always those paths really exist. If you had done this, you would have
 noticed /usr/lib/system/system doesn't exist at all.

( Ah, I only spotted one missing d ... *oops* )





Re: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Hunter Jozwiak


 On May 16, 2014, at 10:00, Jc García jyo.gar...@gmail.com wrote:
 
 2014-05-16 7:50 GMT-06:00 Hunter Jozwiak hunter.t@gmail.com:
 
 
 -Original Message-
 From: Stefan G. Weichinger [mailto:li...@xunil.at]
 Sent: Friday, May 16, 2014 9:40 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Can't Get Systemd to Work
 
 Am 16.05.2014 15:33, schrieb Hunter Jozwiak:
 
 
 -Original Message-
 From: Neil Bothwick [mailto:n...@digimed.co.uk]
 Sent: Friday, May 16, 2014 8:06 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Can't Get Systemd to Work
 
 On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:
 
 Hi all. I am having issues with Systemd as well. I added to the GRUB2
 configuration file the needed command line to get Systemd to start,
 but for whatever reason, the kernel is adamant that I must use OrenRC.
 
 You need to tell us what you added and what the kernel complained about.
 The only information we have is what is in your mail, we are not the
 NSA, we cannot see what is on your computer.
 
 I
 recompiled with Genkernel-next a new kernel and initramfs, and that,
 for whatever reason, doesn't automount my /boot partition. Is there a
 fix to this?
 
 It is standard practice to not mount the /boot partition. By the time
 the boot process gets to mounting what is in /etc/fstab, /boot is no
 longer needed. That's why it is usually set to noauto in fstab.
 
 
 --
 Neil Bothwick
 
 Guns don't kill people--it's those little pieces of lead.
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/system, rather.
 
 
 where is the quote, where is the text?
 
 And it's called systemd with a d -
 
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd
 
 btw
 Changed the line to mirror that in the Grub file, no luck.
 #Append parameters to the Linux Kernel.
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd
 Save the file.
 Mount /dev/sda2 /boot  grub2-mkconfig -o /boot/grub/grub.cfg
 
 The same again you are mistyping systemd, is
 /usr/lib/systemd/systemd read carefully what you copy, and verify
 always those paths really exist. If you had done this, you would have
 noticed /usr/lib/system/system doesn't exist at all.
Here are the clntents of lsblk and filesystem table, as well as the Grub 
settings file, 
https://www.dropbox.com/s/vn6we8gxpccrnpe/infoorforsystemdissue.txt

Re: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Neil Bothwick
On Fri, 16 May 2014 14:58:47 -0400, Hunter Jozwiak wrote:

 Here are the clntents of lsblk and filesystem table, as well as the
 Grub settings file,
 https://www.dropbox.com/s/vn6we8gxpccrnpe/infoorforsystemdissue.txt

Please post relevant information in your mails, this list is archived,
the contents of your dropbox/pastebin/whatever are not.

From your /etc/default/grub

# Append parameters to the linux kernel command line
# GRUB_CMDLINE_LINUX=init=/usr/lib/systemd/systemd

The setting is commented out, no wonder it is being ignored.


-- 
Neil Bothwick

I have seen the truth, and it makes no sense.


signature.asc
Description: PGP signature