Re: [gentoo-user] systemd unit executing but not persistent later in boot

2024-04-07 Thread Daniel Frey
On 4/6/24 18:38, Andrew Udvare wrote: On Sat, 6 Apr 2024 at 21:32, Daniel Frey wrote: What's even stranger is if I manually start it and restart lircd it works! Have you tried adding Before=lircd.service in the [Unit] section? OK, I have finally sorted out the IR keymap/lircd/irexec/LCDd

Re: [gentoo-user] systemd unit executing but not persistent later in boot

2024-04-07 Thread Daniel Frey
On 4/6/24 18:38, Andrew Udvare wrote: On Sat, 6 Apr 2024 at 21:32, Daniel Frey wrote: What's even stranger is if I manually start it and restart lircd it works! Have you tried adding Before=lircd.service in the [Unit] section? I did, it made no difference. From what I can tell it is

Re: [gentoo-user] systemd unit executing but not persistent later in boot

2024-04-06 Thread Andrew Udvare
On Sat, 6 Apr 2024 at 21:32, Daniel Frey wrote: > What's even stranger is if I manually start it and restart lircd it works! Have you tried adding Before=lircd.service in the [Unit] section?

Re: [gentoo-user] Systemd query ...

2023-05-17 Thread Rich Freeman
On Wed, May 17, 2023 at 6:18 AM Jacques Montier wrote: > > Well, well, Rich, you are completely right, you've found the key !  > I have that line in make.conf > INSTALL_MASK="/lib/systemd/system /usr/lib/systemd/system" > I now see where it comes from. > On the same machine, I have another

Re: [gentoo-user] Systemd query ...

2023-05-17 Thread Jacques Montier
Le mer. 17 mai 2023 à 11:30, Rich Freeman a écrit : > On Wed, May 17, 2023 at 4:43 AM Jacques Montier > wrote: > > > > As I didn't mask anything, I don't understand why this file was not > installed as it was declared in the apache ebuild... > > You don't have anything set in INSTALL_MASK?

Re: [gentoo-user] Systemd query ...

2023-05-17 Thread Rich Freeman
On Wed, May 17, 2023 at 4:43 AM Jacques Montier wrote: > > As I didn't mask anything, I don't understand why this file was not installed > as it was declared in the apache ebuild... You don't have anything set in INSTALL_MASK? Check "emerge --info www-servers/apache" You might want to check

Re: [gentoo-user] Systemd query ...

2023-05-17 Thread Jacques Montier
Hi all, Thanks to Neil and Rich. I Effectively found the file www-servers/apache/files/apache2.4-hardened.service. I renamed it as apache2.service in /lib/systemd/system. Now it works !!!  BUT, As I didn't mask anything, I don't understand why this file was not installed as it was declared in

Re: [gentoo-user] Systemd query ...

2023-05-16 Thread David M. Fellows
>Le lun. 15 mai 2023 à 11:58, Wols Lists a écrit : > >> Nothing to do with but sparked by the Apache problem ... >> >> One of the emails mentioned that the "ExecStop" section didn't appear to >> be working ... That's caused me considerable grief in a systemd config >> file I've written ... >> >>

Re: [gentoo-user] Systemd query ...

2023-05-16 Thread Rich Freeman
On Tue, May 16, 2023 at 3:32 PM Jacques Montier wrote: > > After install, apache2.service not found... Have you done something to mask service file installs/etc? The unit file is in the gentoo repo: www-servers/apache/files/apache2.4-hardened.service -- Rich

Re: [gentoo-user] Systemd query ...

2023-05-16 Thread Jacques Montier
Le mar. 16 mai 2023, 20:58, Neil Bothwick a écrit : > On Tue, 16 May 2023 20:03:36 +0200, Jacques Montier wrote: > > > It was very difficult to get Apache working with systemd Gentoo. > > No apache2.service found with apache installation. > > Really? > > % qfile apache2.service >

Re: [gentoo-user] Systemd query ...

2023-05-16 Thread Neil Bothwick
On Tue, 16 May 2023 20:03:36 +0200, Jacques Montier wrote: > It was very difficult to get Apache working with systemd Gentoo. > No apache2.service found with apache installation. Really? % qfile apache2.service www-servers/apache: /lib/systemd/system/apache2.service > so i looked at the Linux

Re: [gentoo-user] Systemd query ...

2023-05-16 Thread Jacques Montier
Le lun. 15 mai 2023 à 11:58, Wols Lists a écrit : > Nothing to do with but sparked by the Apache problem ... > > One of the emails mentioned that the "ExecStop" section didn't appear to > be working ... That's caused me considerable grief in a systemd config > file I've written ... > >

Re: [gentoo-user] systemd-journald: user-1000.journal ... Not a XENIX named type file

2023-02-25 Thread Matt Connell
On Sun, 2023-02-26 at 10:31 +0800, johnstrass wrote: > Monotonic clock jumped backwards relative last journal entry Is your system clock accurate? Is it in sync the the hardware clock, if the machine has one?

Re: [gentoo-user] systemd-boot on an openrc system

2022-09-28 Thread Peter Humphrey
On Wednesday, 28 September 2022 12:05:19 BST Nils Freydank wrote: > Hi Peter, > > long story short: AFAICT it's a deprecated or moved configuration entry > inside the file /etc/machine-info and should be safe to just delete, maybe > even with the whole file machine-info itself. > > On my machine

Re: [gentoo-user] systemd-boot on an openrc system

2022-09-28 Thread Nils Freydank
Hi Peter, long story short: AFAICT it's a deprecated or moved configuration entry inside the file /etc/machine-info and should be safe to just delete, maybe even with the whole file machine-info itself. On my machine with openrc and systemd-boot I don't even have /etc/machine-info at all and

Re: [gentoo-user] systemd-boot on openrc

2022-04-17 Thread Peter Humphrey
On Sunday, 17 April 2022 14:54:50 -00 Rich Freeman wrote: > On Sun, Apr 17, 2022 at 9:03 AM Peter Humphrey wrote: > > On Sunday, 17 April 2022 12:13:06 -00 Neil Bothwick wrote: > > > > --->8 > > > > > It looks like this is cause my using mixed keywords, amd64 for udev and > > > ~amd64 for

Re: [gentoo-user] systemd-boot on openrc

2022-04-17 Thread Rich Freeman
On Sun, Apr 17, 2022 at 9:03 AM Peter Humphrey wrote: > > On Sunday, 17 April 2022 12:13:06 -00 Neil Bothwick wrote: > > --->8 > > It looks like this is cause my using mixed keywords, amd64 for udev and > > ~amd64 for systemd-boot/utils. Does keywording udev-250 resolve the > > blocks? > > Yes,

Re: [gentoo-user] systemd-boot on openrc

2022-04-17 Thread Peter Humphrey
On Sunday, 17 April 2022 12:13:06 -00 Neil Bothwick wrote: --->8 > It looks like this is cause my using mixed keywords, amd64 for udev and > ~amd64 for systemd-boot/utils. Does keywording udev-250 resolve the > blocks? Yes, after keywording several others, thus: ~sys-apps/systemd-tmpfiles-249.9

Re: [gentoo-user] systemd-boot on openrc

2022-04-17 Thread Neil Bothwick
On Sun, 17 Apr 2022 11:41:23 +, Peter Humphrey wrote: > I've been using bootctl from sys-boot/systemd-boot for several years, > with some success, but I'm stuck after today's --sync. > > First I was told I had to keyword sys-apps/systemd-utils, so I did > that, but now I get this, which I

Re: [gentoo-user] systemd DNS does not resolve 'local' addresses

2022-04-03 Thread Rich Freeman
On Sun, Apr 3, 2022 at 4:25 AM Alexander Puchmayr wrote: > > wasn't systemd per se, it was an update of /etc/nsswitch.conf. The old version > had > > Hosts: mymachines files myhostname dns > > while the new version contains > > Hosts: mymachines resolve [!UNAVAIL=return] files

Re: [gentoo-user] systemd DNS does not resolve 'local' addresses

2022-04-03 Thread Alexander Puchmayr
Thanks for the hint with mDNS, I wasn't aware of that. I'm using the '.local' domain for all my machines for more than 15 years now, longer than mDNS exists, but finally, after some research I found the problem, and actually it wasn't systemd per se, it was an update of /etc/nsswitch.conf. The

Re: [gentoo-user] systemd DNS does not resolve 'local' addresses

2022-04-02 Thread Rich Freeman
On Sat, Apr 2, 2022 at 5:22 PM Alexander Puchmayr wrote: > > ## portage.local maps to 192.168.1.6 > ## DNS-Server provided via DHCP is 192.168.1.1 (openwrt-router) > > buildhost-desktop ~ # ping portage.local > ping: portage.local: Temporary failure in name resolution > >Protocols:

Re: [gentoo-user] systemd boot timer

2021-10-01 Thread Rich Freeman
On Fri, Oct 1, 2021 at 4:36 PM antlists wrote: > > I now want to run lvm snapshot on the first boot of the weekend. Writing > a unit to do the snapshot seems pretty easy, but obviously I don't want > it firing every boot, if I stick the date in the volume name I don't > want it colliding with an

Re: [gentoo-user] systemd boot timer

2021-10-01 Thread Canek Peláez Valdés
On Fri, Oct 1, 2021 at 5:24 PM antlists wrote: [...] > Ouch. Dunno if that would work. Bear in mind I'm running this BEFORE > fstab, so / is read-only ... > You can store the timestamp in /run and then have another unit that updates the timestamp in /var after remounting root (/) read/write.

Re: [gentoo-user] systemd boot timer

2021-10-01 Thread antlists
On 01/10/2021 22:54, Canek Peláez Valdés wrote: On Fri, Oct 1, 2021 at 3:37 PM antlists > wrote: I think it would be much simpler to have a Type=oneshot service at boot, and the Exec= line to call a script. You can store the timestamp of the last time it

Re: [gentoo-user] systemd boot timer

2021-10-01 Thread Canek Peláez Valdés
On Fri, Oct 1, 2021 at 3:37 PM antlists wrote: > I'm trying to get a systemd unit to fire on boot once a week. Reading up > on timer units, I can't work out how to get it to work. > > This is tied up with my earlier systemd mount post - I've now got that > sorted - I've got dm-integrity to fire

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread antlists
On 25/09/2021 21:30, Canek Peláez Valdés wrote: On Sat, Sep 25, 2021 at 1:48 PM antlists > wrote: [...] Bear in mind, integritysetup is not in my initrd, so ... I think you would need to put it in your initrd. If I've got my root on it (which is the plan,

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread Rich Freeman
On Sat, Sep 25, 2021 at 4:30 PM Canek Peláez Valdés wrote: > > the simplest solution is to put your integrity logic in the initrd (with the > added benefit that you can mount it in emergencies if something goes wrong > with root). > If you want to try this, consider this article I wrote ages

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread Canek Peláez Valdés
On Sat, Sep 25, 2021 at 1:48 PM antlists wrote: [...] > Bear in mind, integritysetup is not in my initrd, so ... > I think you would need to put it in your initrd. > It looks to me like grub switches to the real root partition read-only > before firing stuff off, so if I tell my

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread antlists
On 24/09/2021 21:30, Canek Peláez Valdés wrote: On Fri, Sep 24, 2021 at 2:25 PM antlists > wrote: This is weird ... My /home directory is set up somewhat strangely, as in I've got two raw partitions, I've put dm-integrity on them, raided them

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread Rich Freeman
On Sat, Sep 25, 2021 at 6:49 AM antlists wrote: > > On 24/09/2021 21:30, Canek Peláez Valdés wrote: > > There's a lot of info about how to write a service file, but if you need > to run before or after system service files, it's nowhere near so easy > to find out Before=WHAT or After=WHAT :-)

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread antlists
On 24/09/2021 21:30, Canek Peláez Valdés wrote: On Fri, Sep 24, 2021 at 2:25 PM antlists > wrote: This is weird ... My /home directory is set up somewhat strangely, as in I've got two raw partitions, I've put dm-integrity on them, raided them

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-24 Thread Canek Peláez Valdés
On Fri, Sep 24, 2021 at 2:25 PM antlists wrote: > This is weird ... > > My /home directory is set up somewhat strangely, as in I've got two raw > partitions, I've put dm-integrity on them, raided them together, then > put lvm on top of that. > > Which got me into a bind with fstab. I've created

Re: [gentoo-user] systemd install attempt busybox and pam are fighting

2020-11-14 Thread Neil Bothwick
: Fri, 13 Nov 2020 18:28:32 > > From: Neil Bothwick > > Reply-To: gentoo-user@lists.gentoo.org > > To: gentoo-user@lists.gentoo.org > > Subject: Re: [gentoo-user] systemd install attempt busybox and pam are > > fighting > > > > On Fri, 13 Nov 2020 17:

Re: [gentoo-user] systemd install attempt busybox and pam are fighting

2020-11-13 Thread Jude DaShiell
gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] systemd install attempt busybox and pam are > fighting > > On Fri, 13 Nov 2020 17:40:43 -0500, Jude DaShiell wrote: > > > !!! The ebuild selected to satisfy "sys-apps/busybox" has unmet > > requirements. &

Re: [gentoo-user] systemd install attempt busybox and pam are fighting

2020-11-13 Thread Jude DaShiell
; To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] systemd install attempt busybox and pam are > fighting > > On Fri, 13 Nov 2020 17:40:43 -0500, Jude DaShiell wrote: > > > !!! The ebuild selected to satisfy "sys-apps/busybox" has unmet > > requi

Re: [gentoo-user] systemd install attempt busybox and pam are fighting

2020-11-13 Thread Manuel McLure
> > Reply-To: gentoo-user@lists.gentoo.org > > To: gentoo-user@lists.gentoo.org > > Subject: Re: [gentoo-user] systemd install attempt busybox and pam are > > fighting > > > > On Fri, 13 Nov 2020 17:40:43 -0500, Jude DaShiell wrote: > > > > > !!!

Re: [gentoo-user] systemd install attempt busybox and pam are fighting

2020-11-13 Thread Jude DaShiell
gt; Subject: Re: [gentoo-user] systemd install attempt busybox and pam are > fighting > > On Fri, 13 Nov 2020 17:40:43 -0500, Jude DaShiell wrote: > > > !!! The ebuild selected to satisfy "sys-apps/busybox" has unmet > > requirements. > > - sys-apps/busybox-1.

Re: [gentoo-user] systemd install attempt busybox and pam are fighting

2020-11-13 Thread Neil Bothwick
On Fri, 13 Nov 2020 17:40:43 -0500, Jude DaShiell wrote: > !!! The ebuild selected to satisfy "sys-apps/busybox" has unmet > requirements. > - sys-apps/busybox-1.32.0-r1::gentoo USE="ipv6 pam static systemd > -debug -livecd -make-symlinks -math -mdev -savedconfig (-selinux) > -sep-usr -syslog"

Re: [gentoo-user] systemd 246 gives strange messages

2020-08-12 Thread John Covici
On Wed, 12 Aug 2020 10:55:14 -0400, Rich Freeman wrote: > > On Wed, Aug 12, 2020 at 9:32 AM John Covici wrote: > > > > Does this indicate a problem, and if not, how can I stop these > > messages? > > > > I'm guessing it is just log spam, but I don't use Gnome so I can't > really be sure. You

Re: [gentoo-user] systemd 246 gives strange messages

2020-08-12 Thread Rich Freeman
On Wed, Aug 12, 2020 at 9:32 AM John Covici wrote: > > Does this indicate a problem, and if not, how can I stop these > messages? > I'm guessing it is just log spam, but I don't use Gnome so I can't really be sure. You might do well to ask on a Gnome mailing list, or maybe ping one of the gnome

Re: [gentoo-user] systemd crashes when I try to mount a USB drive

2019-08-01 Thread Mike Gilbert
On Thu, Aug 1, 2019 at 9:59 AM Helmut Jarausch wrote: > > Hi, > since the upgrade from systemd-242-r6 to systemd-243_rc1 I cannot mount > my (external) USB drive any more. > I get > kernel: sd 10:0:0:0: [sde] Assuming drive cache: write through > kernel: sde: sde1 sde2 sde3 sde4 sde5 sde6 sde7 >

Re: [gentoo-user] systemd crashes when I try to mount a USB drive

2019-08-01 Thread Mick
On Thursday, 1 August 2019 20:29:08 BST Jack wrote: > On 2019.08.01 09:59, Helmut Jarausch wrote: > > Hi, > > since the upgrade from systemd-242-r6 to systemd-243_rc1 I cannot > > mount my (external) USB drive any more. > > I get > > kernel: sd 10:0:0:0: [sde] Assuming drive cache: write through >

Re: [gentoo-user] systemd crashes when I try to mount a USB drive

2019-08-01 Thread Jack
On 2019.08.01 09:59, Helmut Jarausch wrote: Hi, since the upgrade from systemd-242-r6 to systemd-243_rc1 I cannot mount my (external) USB drive any more. I get kernel: sd 10:0:0:0: [sde] Assuming drive cache: write through kernel: sde: sde1 sde2 sde3 sde4 sde5 sde6 sde7 kernel:

Re: [gentoo-user] Systemd-boot not compiling

2019-04-09 Thread Peter Humphrey
On Tuesday, 9 April 2019 17:36:04 BST Mike Gilbert wrote: > The above log snippet is fairly useless. In the future, please make > sure to include the relevant log snippet, or attach/pastebin the > entire build log if in doubt. I had all the logs etc ready to send; I wanted first to see if it was

Re: [gentoo-user] Systemd-boot not compiling

2019-04-09 Thread Mike Gilbert
On Mon, Apr 8, 2019 at 9:14 AM Peter Humphrey wrote: > > Hello list, > > Is anyone else having trouble emerging systemd-boot-241? This machine has a > small rescue system as an alternative boot, and I get a mysterious error when > I emerge the package. The end of the log shows this: > > [248/248]

Re: [gentoo-user] Systemd-boot not compiling

2019-04-09 Thread Peter Humphrey
On Tuesday, 9 April 2019 14:34:19 BST J. Roeleveld wrote: > On Tuesday, April 9, 2019 11:11:42 AM CEST Peter Humphrey wrote: > > On Tuesday, 9 April 2019 06:56:02 BST J. Roeleveld wrote: > > > if you search for "stat" in the build-log and/or makefile(s), does it > > > show > > > which file(s) it

Re: [gentoo-user] Systemd-boot not compiling

2019-04-09 Thread J. Roeleveld
On Tuesday, April 9, 2019 11:11:42 AM CEST Peter Humphrey wrote: > On Tuesday, 9 April 2019 06:56:02 BST J. Roeleveld wrote: > > if you search for "stat" in the build-log and/or makefile(s), does it show > > which file(s) it is checking? > > Looking into the work directory I find this little

Re: [gentoo-user] Systemd-boot not compiling

2019-04-09 Thread Peter Humphrey
On Tuesday, 9 April 2019 06:56:02 BST J. Roeleveld wrote: > if you search for "stat" in the build-log and/or makefile(s), does it show > which file(s) it is checking? Looking into the work directory I find this little surprise: # ls -l

Re: [gentoo-user] Systemd-boot not compiling

2019-04-09 Thread Peter Humphrey
On Tuesday, 9 April 2019 06:56:02 BST J. Roeleveld wrote: > if you search for "stat" in the build-log and/or makefile(s), does it show > which file(s) it is checking? The log has four occurrences of "stat". The first is during the initial checks: Program stat found: YES (/usr/bin/stat) Line

Re: [gentoo-user] Systemd-boot not compiling

2019-04-08 Thread J. Roeleveld
On Monday, April 8, 2019 4:44:58 PM CEST Peter Humphrey wrote: > On Monday, 8 April 2019 15:29:47 BST J. Roeleveld wrote: > > On April 8, 2019 1:14:38 PM UTC, Peter Humphrey > > wrote: > > >Hello list, > > > > > >Is anyone else having trouble emerging systemd-boot-241? This machine > > >has a

Re: [gentoo-user] Systemd-boot not compiling

2019-04-08 Thread Peter Humphrey
On Monday, 8 April 2019 15:29:47 BST J. Roeleveld wrote: > On April 8, 2019 1:14:38 PM UTC, Peter Humphrey wrote: > >Hello list, > > > >Is anyone else having trouble emerging systemd-boot-241? This machine > >has a small rescue system as an alternative boot, and I get a mysterious > >error when

Re: [gentoo-user] Systemd-boot not compiling

2019-04-08 Thread J. Roeleveld
On April 8, 2019 1:14:38 PM UTC, Peter Humphrey wrote: >Hello list, > >Is anyone else having trouble emerging systemd-boot-241? This machine >has a >small rescue system as an alternative boot, and I get a mysterious >error when >I emerge the package. The end of the log shows this: > >[248/248]

Re: [gentoo-user] systemd-240 doesn't load my kernel modules

2019-02-10 Thread Andrew Savchenko
Hi! On Fri, 11 Jan 2019 13:14:07 +0100 Helmut Jarausch wrote: > Hi, > > I have systemd and openrc installed on my system, but I use openrc for > booting. > Upto systemd-239 this works just fine. > But with systemd-240 my system doesn't load necessary kernel modules > like DRM AMDGPU modules. >

Re: [gentoo-user] systemd/dracut: Correctly boot using flash drive with LUKS key?

2018-11-17 Thread Andrew Udvare
On 16/11/2018 14:43, Rich Freeman wrote: > On Fri, Nov 16, 2018 at 12:15 PM Andrew Udvare wrote: >> >> I am not sure if there is a way to move the systemd-cryptsetup@home.service >> up the dependency tree once it's working, which would then remove the >> mnt-chuan.mount dependency. >> > > Ok,

Re: [gentoo-user] systemd/dracut: Correctly boot using flash drive with LUKS key?

2018-11-16 Thread Rich Freeman
On Fri, Nov 16, 2018 at 12:15 PM Andrew Udvare wrote: > > I am not sure if there is a way to move the systemd-cryptsetup@home.service > up the dependency tree once it's working, which would then remove the > mnt-chuan.mount dependency. > Ok, I did a bit more reading. You're using the

Re: [gentoo-user] systemd/dracut: Correctly boot using flash drive with LUKS key?

2018-11-16 Thread Andrew Udvare
> On 2018-11-16, at 08:16, Rich Freeman wrote: > > On Fri, Nov 16, 2018 at 12:11 AM Andrew Udvare wrote: >> >> - use key to decrypt root partition (systemd job in the first systemd >> launched within initramfs) >> ... >> Nov 16 00:01:52 limelight systemd[1]: Dependency failed for /mnt/chuan.

Re: [gentoo-user] systemd/dracut: Correctly boot using flash drive with LUKS key?

2018-11-16 Thread Rich Freeman
On Fri, Nov 16, 2018 at 12:11 AM Andrew Udvare wrote: > > - use key to decrypt root partition (systemd job in the first systemd > launched within initramfs) > ... > Nov 16 00:01:52 limelight systemd[1]: Dependency failed for /mnt/chuan. > Nov 16 00:01:52 limelight systemd[1]: mnt-chuan.mount: Job

Re: [gentoo-user] "systemd sysv-utils blocker resolution"

2018-02-11 Thread allan gottlieb
On Sat, Feb 10 2018, Rich Freeman wrote: > On Sat, Feb 10, 2018 at 10:02 PM, allan gottlieb wrote: >> On Sat, Feb 10 2018, Rich Freeman wrote: >> >>> >>> Interesting. Does /sbin/reboot exist? >> >> gottlieb@E6430 ~ $ ls -l /sbin/reboot >> lrwxrwxrwx 1 root root 16 Jan 28 13:08

Re: [gentoo-user] "systemd sysv-utils blocker resolution"

2018-02-10 Thread Rich Freeman
On Sat, Feb 10, 2018 at 10:02 PM, allan gottlieb wrote: > On Sat, Feb 10 2018, Rich Freeman wrote: > >> >> Interesting. Does /sbin/reboot exist? > > gottlieb@E6430 ~ $ ls -l /sbin/reboot > lrwxrwxrwx 1 root root 16 Jan 28 13:08 /sbin/reboot -> ../bin/systemctl > >> What does

Re: [gentoo-user] "systemd sysv-utils blocker resolution"

2018-02-10 Thread Dale
allan gottlieb wrote: > I have a question on this news item. > > I use systemd (gnome3) on a gentoo stable system. > eix reports that sys-apps/systemd-236-r5 is installed > > But >euse -I sysv-utils > reports >no matching entries found > > Is something wrong? > > I do *not* have >

Re: [gentoo-user] "systemd sysv-utils blocker resolution"

2018-02-10 Thread allan gottlieb
On Sat, Feb 10 2018, Rich Freeman wrote: > On Sat, Feb 10, 2018 at 7:16 PM, allan gottlieb wrote: >> I have a question on this news item. >> >> I use systemd (gnome3) on a gentoo stable system. >> eix reports that sys-apps/systemd-236-r5 is installed >> >> But >>euse -I

Re: [gentoo-user] "systemd sysv-utils blocker resolution"

2018-02-10 Thread Rich Freeman
On Sat, Feb 10, 2018 at 7:16 PM, allan gottlieb wrote: > I have a question on this news item. > > I use systemd (gnome3) on a gentoo stable system. > eix reports that sys-apps/systemd-236-r5 is installed > > But >euse -I sysv-utils > reports >no matching entries found >

Re: [gentoo-user] Systemd

2017-11-04 Thread siefke_lis...@web.de
On Sat, 04 Nov 2017 16:58:16 + Neil Bothwick wrote: > It's pretty straightforward, just follow the wiki. The profile takes care of > setting the appropriate USE flags. One thing to watch out for is that systemd > will not pick up your openrc startup services so save the

Re: [gentoo-user] Systemd

2017-11-04 Thread Neil Bothwick
It's pretty straightforward, just follow the wiki. The profile takes care of setting the appropriate USE flags. One thing to watch out for is that systemd will not pick up your openrc startup services so save the output from rc-update - s then enable the services after changeover . On 4

Re: [gentoo-user] systemd: "local system does not support BPF/cgroup based firewalling"

2017-10-28 Thread Canek Peláez Valdés
Do you have CONFIG_CGROUP_BPF enabled? Regards. On Sat, Oct 28, 2017 at 1:03 PM, Nikos Chantziaras wrote: > I'm getting these at startup: > > systemd[1]: File /lib/systemd/system/systemd-journald.service:33 > configures an IP firewall (IPAddressDeny=any), but the local system

Re: [gentoo-user] systemD?

2017-08-30 Thread Rich Freeman
On Wed, Aug 30, 2017 at 7:28 PM, Heiko Baums wrote: > Am Wed, 30 Aug 2017 23:27:12 +0100 > schrieb Mick : > >> BTW, if you run ps axf and come across '/lib/systemd/systemd-udevd >> --daemon' don't panic. RHL advocates of monolithic stack for

Re: [gentoo-user] systemD?

2017-08-30 Thread Daniel Campbell
On 08/30/2017 01:39 PM, mad.scientist.at.la...@tutanota.com wrote: > I do not want to start a whole systemd storm, glad i was offline for > that. however, in my case i'd really like to avoid systemd. can i > setup with out systemd, or do i need to remove and patch later. > obviously better to

Re: [gentoo-user] systemD?

2017-08-30 Thread Heiko Baums
Am Wed, 30 Aug 2017 23:27:12 +0100 schrieb Mick : > BTW, if you run ps axf and come across '/lib/systemd/systemd-udevd > --daemon' don't panic. RHL advocates of monolithic stack for Linux > haven't taken over your machine, but that's how udev is packaged > these days

Re: [gentoo-user] systemD?

2017-08-30 Thread Mick
On Wednesday, 30 August 2017 22:18:40 BST Rich Freeman wrote: > On Wed, Aug 30, 2017 at 4:39 PM, wrote: > > are some of the available kernels not systemd, > > Michael's answer was correct, but I just wanted to note that the > kernel and systemd are really

Re: [gentoo-user] systemD?

2017-08-30 Thread Rich Freeman
On Wed, Aug 30, 2017 at 4:39 PM, wrote: > are some of the available kernels not systemd, Michael's answer was correct, but I just wanted to note that the kernel and systemd are really two different things. You don't really need to do anything special with

Re: [gentoo-user] systemD?

2017-08-30 Thread Dale
mad.scientist.at.la...@tutanota.com wrote: > kool, i can do that. thanks. > > -- > The Power Of the People Is Stronger Than The People In Charge. > > > 30. Aug 2017 14:54 by m...@gentoo.org : > > On 08/30/2017 04:39 PM, mad.scientist.at.la...@tutanota.com >

Re: [gentoo-user] systemD?

2017-08-30 Thread mad.scientist.at.large
kool, i can do that.  thanks. -- The Power Of the People Is Stronger Than The People In Charge. 30. Aug 2017 14:54 by m...@gentoo.org: > On 08/30/2017 04:39 PM, > mad.scientist.at.la...@tutanota.com> wrote: >> I do not want to start a whole systemd storm, glad i was offline for >> that.

Re: [gentoo-user] systemD?

2017-08-30 Thread Michael Orlitzky
On 08/30/2017 04:39 PM, mad.scientist.at.la...@tutanota.com wrote: > I do not want to start a whole systemd storm, glad i was offline for > that. however, in my case i'd really like to avoid systemd. can i > setup with out systemd, or do i need to remove and patch later. If you follow the

Re: [gentoo-user] systemd questions: hdparm unit file, OpenRC packages

2017-04-10 Thread Rich Freeman
On Mon, Apr 10, 2017 at 3:27 AM, Raffaele Belardi wrote: > After 10+ years of LXDE/OpenRC I decided to give Gnome/systemd a try. > > 1. With OpenRC I used hdparm to put an external USB disk to sleep: > > $ cat /etc/conf.d/hdparm > sdb_args="-S24" > > Looks like systemd

Re: [gentoo-user] systemd - pulled IN "can not win" :-/

2017-02-14 Thread massi ppp
disable systemd via package mask; https://github.com/dantrell/gentoo-project-gnome-without-systemd/blob/master/HACKING.md#differences-between-gnome-profiles user flag settings On Feb 10, 2017 6:02 AM, "Alan McKinnon" wrote: > On 10/02/2017 06:15,

Re: [gentoo-user] systemd - pulled IN "can not win" :-/

2017-02-09 Thread Alan McKinnon
On 10/02/2017 06:15, the...@sys-concept.com wrote: > On 02/09/2017 08:37 PM, the...@sys-concept.com wrote: >> On 02/09/2017 08:30 PM, the...@sys-concept.com wrote: >>> I have in >>> USE="gnome -qt4 -hal -arts -berkdb X qtk -qt3 -kde dvd alsa cdr cups >>> apache2 ssl foomaticdb ppds mysql -acl \

Re: [gentoo-user] systemd - pulled IN "can not win" :-/

2017-02-09 Thread thelma
On 02/09/2017 08:37 PM, the...@sys-concept.com wrote: > On 02/09/2017 08:30 PM, the...@sys-concept.com wrote: >> I have in >> USE="gnome -qt4 -hal -arts -berkdb X qtk -qt3 -kde dvd alsa cdr cups apache2 >> ssl foomaticdb ppds mysql -acl \ >> java tiff png usb scanner gimp gimpprint cgi fam nptl

Re: [gentoo-user] systemd - pulled IN "can not win" :-/

2017-02-09 Thread thelma
On 02/09/2017 08:30 PM, the...@sys-concept.com wrote: > I have in > USE="gnome -qt4 -hal -arts -berkdb X qtk -qt3 -kde dvd alsa cdr cups apache2 > ssl foomaticdb ppds mysql -acl \ > java tiff png usb scanner gimp gimpprint cgi fam nptl truetype kpathsea type1 > opengl tetex spell consolekit

Re: [gentoo-user] Systemd good or bad?

2017-01-08 Thread Dale
Alan McKinnon wrote: > On 08/01/2017 19:03, Dominus Mundi wrote: >> I read in the history feeds that the universal init system (formerly >> known as systemd) was controversial when introduced. I would like the >> opinions of people from your time. >> -- >> Securely sent with Tutanota. Claim your

Re: [gentoo-user] Systemd good or bad?

2017-01-08 Thread Philip Webb
170108 wabe wrote: > Dominus Mundi wrote: >> I read in the history feeds that the universal init system (formerly >> known as systemd) was controversial when introduced. I would like the >> opinions of people from your time. -- Securely sent with Tutanota. >> Claim your

Re: [gentoo-user] Systemd good or bad?

2017-01-08 Thread Jorge Almeida
On Sun, Jan 8, 2017 at 8:14 PM, Gevisz wrote: > On Sun, 8 Jan 2017 11:47:24 -0600 Dale wrote: > >> wabe wrote: >> > Dominus Mundi wrote: > > May be, it is in somebody business plan to start such threads just > after the New Year

Re: [gentoo-user] Systemd good or bad?

2017-01-08 Thread Gevisz
On Sun, 8 Jan 2017 11:47:24 -0600 Dale wrote: > wabe wrote: > > Dominus Mundi wrote: > > > >> I read in the history feeds that the universal init system (formerly > >> known as systemd) was controversial when introduced. I would like the > >>

Re: [gentoo-user] Systemd good or bad?

2017-01-08 Thread Alan McKinnon
On 08/01/2017 19:03, Dominus Mundi wrote: > > I read in the history feeds that the universal init system (formerly > known as systemd) was controversial when introduced. I would like the > opinions of people from your time. > -- > Securely sent with Tutanota. Claim your encrypted mailbox today!

Re: [gentoo-user] Systemd good or bad?

2017-01-08 Thread Dale
wabe wrote: > Dominus Mundi wrote: > >> I read in the history feeds that the universal init system (formerly >> known as systemd) was controversial when introduced. I would like the >> opinions of people from your time. -- Securely sent with Tutanota. >> Claim your

Re: [gentoo-user] Systemd good or bad?

2017-01-08 Thread wabe
Dominus Mundi wrote: > I read in the history feeds that the universal init system (formerly > known as systemd) was controversial when introduced. I would like the > opinions of people from your time. -- Securely sent with Tutanota. > Claim your encrypted mailbox today!

Re: [gentoo-user] Systemd to manage (DNS) security?

2016-06-07 Thread Tom H
On Mon, Jun 6, 2016 at 8:19 PM, Rich Freeman wrote: > On Mon, Jun 6, 2016 at 12:29 PM, James wrote: >> >> https://lists.dns-oarc.net/pipermail/dns-operations/2016-June/014964.html > > That's pretty old news. In any case, you certainly don't need to use

Re: [gentoo-user] Systemd to manage (DNS) security?

2016-06-06 Thread Rich Freeman
On Mon, Jun 6, 2016 at 12:29 PM, James wrote: > > This is about the most scary idea I have every heard of in unix/linux, > in long time. > > I guess all of those conspiracy theories were correct:: > prepare to be assimilateD! > > >

Re: [gentoo-user] Systemd to manage (DNS) security?

2016-06-06 Thread Andrew Savchenko
Hi, On Mon, 6 Jun 2016 16:29:13 + (UTC) James wrote: > This is about the most scary idea I have every heard of in unix/linux, > in long time. > > I guess all of those conspiracy theories were correct:: > prepare to be assimilateD! > > >

Re: [gentoo-user] systemd, libgudev and bug 552036

2015-12-18 Thread Adam Carter
Still blocked - anything else i should try? tnx. # emerge -a1 =sys-apps/systemd-226-r2 dev-libs/libgudev virtual/libgudev These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] dev-libs/libgudev-230 USE="introspection -debug (-static-libs)"

Re: [gentoo-user] systemd, libgudev and bug 552036

2015-12-18 Thread Neil Bothwick
On Fri, 18 Dec 2015 21:00:02 +1100, Adam Carter wrote: > Still blocked - anything else i should try? > > tnx. > > > # emerge -a1 =sys-apps/systemd-226-r2 dev-libs/libgudev virtual/libgudev Why are you including libgudev in the merge list? If it's a dependency of systemd, let portage take care

Re: [gentoo-user] systemd, libgudev and bug 552036

2015-12-18 Thread Mike Gilbert
On Fri, Dec 18, 2015 at 5:00 AM, Adam Carter wrote: > Still blocked - anything else i should try? Perhaps your ABI_X86 flags are mismatched. You keep truncating/editing the emerge output, so we have to make guesses. Stop doing that please.

Re: [gentoo-user] systemd, libgudev and bug 552036

2015-12-18 Thread Adam Carter
> > On Fri, Dec 18, 2015 at 5:00 AM, Adam Carter > wrote: > > Still blocked - anything else i should try? > > Perhaps your ABI_X86 flags are mismatched. > > You keep truncating/editing the emerge output, so we have to make > guesses. Stop doing that please. > > Sorry -

Re: [gentoo-user] systemd, libgudev and bug 552036

2015-12-18 Thread Adam Carter
emerge -1avt systemd These are the packages that would be merged, in reverse order: Calculating dependencies... done! [ebuild R] sys-apps/systemd-218-r5:0/2::gentoo USE="acl gudev introspection kmod lz4 pam policykit python seccomp ssl (-apparmor) -audit -cryptsetup -curl -doc -elfutils

Re: [gentoo-user] systemd, libgudev and bug 552036

2015-12-17 Thread Mike Gilbert
On Dec 17, 2015 9:37 PM, "Adam Carter" wrote: > > The gudev USE flag is deprecated from systemd, and the functionality is now provided by libgudev (see bug 552036). However, i get the following block; > > # emerge -a1 =sys-apps/systemd-226-r2 dev-libs/libgudev > > These are

Re: [gentoo-user] systemd-logind problem

2015-11-24 Thread Alec Ten Harmsel
On 2015-11-24 13:17, cov...@ccs.covici.com wrote: I am running systemd-226-r1 There's your problem ;) I'm really kidding. and am having some strange problems with systemd-logind. It gets into some state where it can take 20 seconds to login to the box via ssh, if I restart systemd-logind

Re: [gentoo-user] systemd-logind problem

2015-11-24 Thread covici
Alec Ten Harmsel wrote: > > On 2015-11-24 13:17, cov...@ccs.covici.com wrote: > > I am running systemd-226-r1 > > There's your problem ;) > > I'm really kidding. > > > and am having some strange problems with > > systemd-logind. It gets into some state where it can

Re: [gentoo-user] systemd & libgudev block

2015-10-23 Thread Neil Bothwick
On Fri, 23 Oct 2015 20:00:51 -0200 (BRST), ferreir...@usp.br wrote: > mephisto / # emerge -vpuDN world | grep blocks > [blocks b ] sys-apps/systemd[gudev(-)] ("sys-apps/systemd[gudev(-)]" is > blocking dev-libs/libgudev-230) [blocks b ] dev-libs/libgudev > ("dev-libs/libgudev" is blocking

Re: [gentoo-user] systemd very slow to compile?

2015-09-13 Thread Neil Bothwick
On Sun, 13 Sep 2015 13:16:29 +0200, Marc Joliet wrote: > On Friday 11 September 2015 15:08:54 walt wrote: > >My very old and slow ~amd64 machine took 3 hours and 45-minutes to > >compile systemd-226 today. > > Just out of curiosity: exactly how old? My dual-core amd64 system is > almost 9

Re: [gentoo-user] systemd very slow to compile?

2015-09-13 Thread Peter Humphrey
On Sunday 13 September 2015 13:16:29 Marc Joliet wrote: > I couldn't get KMail -- which I am still getting used to -- to stop it's > automatic line wrapping just for those lines, if it even supports that You can switch it on or off, but it applies to the whole message. What I do if I want a

  1   2   3   4   5   6   7   >