[systemd-devel] RTC on BeagleBone Black or embedded platforms

2014-02-27 Thread Mike
would suspect that will all the current embedded devices out there that I am not the only one that will hit this issue. Any help / pointers to RTFM gladly accepted I do believe that I've done my homework on this though. Thanks again for a nice project Mike

[systemd-devel] Question about journal: how to collect log messages from various /dev/log sockets, of chrooted services

2012-11-23 Thread Mike
Hi, My distribution has many isolated services with his /dev/log are disposed within the environment of isolation, for example: /var/lib/ldap/dev/log /var/lib/openvpn/dev/log /var/spool/postfix/dev/log How to configure a journalD, which he could read such isolated sockets? Now I see only one solu

Re: [systemd-devel] [RFC] Switching to OpenSSL 3?

2021-09-14 Thread Mike Gilbert
On Tue, Sep 14, 2021 at 7:36 AM Lennart Poettering wrote: > > Heya! > > Some of the systemd developers have been discussing switching > systemd's crypto libraries to be exclusively OpenSSL 3.0, and drop > support for older OpenSSL versions, as well as any GNUTLS/libgcrypt > support. As you might h

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-24 Thread Mike Gilbert
On Thu, Dec 23, 2021 at 8:54 PM Jonathan Kelly wrote: > > Hi, > > in trying to compile unicon programming language - I'm on arch linux ... > > Linux arch 5.15.10-arch1-1 #1 SMP PREEMPT Fri, 17 Dec 2021 11:17:37 > + x86_64 GNU/Linux > > ... I'm getting this error > > make[2]: Entering directo

Re: [systemd-devel] Dropping split-usr/unmerged-usr support

2022-04-06 Thread Mike Gilbert
On Tue, Apr 5, 2022 at 4:07 PM Luca Boccassi wrote: > > Hi, > > As part of our spring cleaning effort, we are considering when to drop > support for split/unmerged-usr filesystem layouts. > > A build-time warning was added last year: > > https://github.com/systemd/systemd/commit/9afd5e7b975e8051c0

Re: [systemd-devel] Dropping split-usr/unmerged-usr support

2022-04-07 Thread Mike Gilbert
On Thu, Apr 7, 2022 at 4:59 AM Lennart Poettering wrote: > > On Mi, 06.04.22 11:24, Mike Gilbert (flop...@gentoo.org) wrote: > > > We are not likely to require merging of / and /usr for the foreseeable > > future. We are a "rolling release" distro and basically ne

Re: [systemd-devel] Dropping split-usr/unmerged-usr support

2022-04-07 Thread Mike Gilbert
On Thu, Apr 7, 2022 at 5:18 AM Luca Boccassi wrote: > > On Thu, 2022-04-07 at 10:59 +0200, Lennart Poettering wrote: > > On Mi, 06.04.22 11:24, Mike Gilbert (flop...@gentoo.org) wrote: > > > > > We are not likely to require merging of / and /usr for the foreseeable >

Re: [systemd-devel] [RFC] Switching to OpenSSL 3?

2022-05-17 Thread Mike Gilbert
On Tue, May 17, 2022 at 2:53 PM Luca Boccassi wrote: > > On Sat, 9 Oct 2021 at 19:11, Luca Boccassi wrote: > > > > On Wed, 2021-09-29 at 18:11 +0100, Luca Boccassi wrote: > > > On Wed, 2021-09-15 at 16:06 +0100, Luca Boccassi wrote: > > > > On Tue, 2021-09-14 at 13:36 +0200, Lennart Poettering wr

Re: [systemd-devel] killmode

2022-05-20 Thread Mike Gilbert
On Fri, May 20, 2022 at 10:51 AM Pascal wrote: > > hi, > > is it possible to influence the killmode of a script launched by an udev rule > ? > > I have a udev rule that starts a script that itself starts qemu-nbd that gets > killed once the script is finished (qemu-nbd links a block device to an

Re: [systemd-devel] killmode

2022-05-20 Thread Mike Gilbert
On Fri, May 20, 2022 at 10:51 AM Pascal wrote: > it is not strictly speaking a long-running process but it is a child who > survives his father and who is killed when his father stops living > successfully ! what a strange world these children live in... ;-) Sorry, I missed this last line. Are

Re: [systemd-devel] killmode

2022-05-20 Thread Mike Gilbert
On Fri, May 20, 2022 at 12:54 PM Pascal wrote: > > not really in the sense that qemu-nbd launches and immediately gives the hand > back to the script that called it. > the script ends positively and qemu-nbd is killed by systemd because it is > considered to be garbage left behind by the script.

Re: [systemd-devel] killmode

2022-05-20 Thread Mike Gilbert
On Fri, May 20, 2022 at 1:34 PM Mike Gilbert wrote: > > On Fri, May 20, 2022 at 12:54 PM Pascal wrote: > > > > not really in the sense that qemu-nbd launches and immediately gives the > > hand back to the script that called it. > > the script ends positively and

Re: [systemd-devel] Dropping split-usr/unmerged-usr support

2022-07-07 Thread Mike Gilbert
On Thu, Jul 7, 2022 at 9:41 AM Luca Boccassi wrote: > > On Fri, 2022-04-08 at 00:48 +0200, Jason A. Donenfeld wrote: > > Hi Wol, > > > > On Fri, Apr 8, 2022 at 12:02 AM Wol wrote: > > > > > > On 07/04/2022 17:47, Mike Gilbert wrote: > > > &g

Re: [systemd-devel] systemd-networkd not sending periodic router advertisements

2022-10-11 Thread Mike Gilbert
On Sat, Oct 8, 2022 at 10:55 AM Marcel Menzel wrote: > > Hello List, > > after switching from radvd to systemd-networkd for router advertisements, I > noticed my Android device losing IPv6 connection after a while and not > displaying any IPv6 Addresses anymore in the network overview. > > I am

Re: [systemd-devel] networkd: Link local static IP address behind NAT

2023-01-19 Thread Mike Gilbert
On Wed, Jan 18, 2023 at 9:12 AM Thomas Burghout wrote: > > On 18.01.20233 04:06, Andrei Borzenkov wrote: > > On 17.01.2023 18:28, Thomas Burghout wrote: > > > inet 169.254.146.171/16 brd 169.254.255.255 scope link eth0 > > > > Is it output from the correct system? Because address is different

Re: [systemd-devel] Starting ssh from a systemd service

2023-02-15 Thread Mike Gilbert
On Tue, Feb 14, 2023 at 5:31 PM Thomas Köller wrote: > > I cannot start the 'ssh' command from a systemd service. A very simple > service file demonstrates the problem: Your test service works fine for me on Gentoo Linux. I would guess execution is being blocked by something like AppArmor or SEL

[systemd-devel] Smooth upgrades for socket activated services

2023-02-20 Thread Mike Hearn
for servers that can handle this it would make upgrades entirely transparent. thanks, -mike

Re: [systemd-devel] Smooth upgrades for socket activated services

2023-02-20 Thread Mike Hearn
I see. So basically you have to keep the service running across the upgrade and then wait for it to shut down due to inactivity, then be restarted by systemd to make the update apply. Or alternatively you could make the app detect that it's been updated, stop accepting new connections, finish servi

Re: [systemd-devel] Smooth upgrades for socket activated services

2023-03-02 Thread Mike Hearn
> There's currently no mechanism for that. File an RFE issue. https://github.com/systemd/systemd/issues/26647 > In the "Portable Services" concept we currently assume you update the > disk image ("DDI") the service is on, and then simply restart the > service while leaving the socket around. I'v

Re: [systemd-devel] Smooth upgrades for socket activated services

2023-03-03 Thread Mike Hearn
Sorry, by "apps" I meant anything not supplied by OS developers. In this context, servers e.g. custom web app servers. I do currently run some of those with DynamicUser=1 and similar. > As long as the tool updating the disk image creates the new one under > a temporary name, and then replaces the

Re: [systemd-devel] Smooth upgrades for socket activated services

2023-03-03 Thread Mike Hearn
Ah, to clarify, I'm talking about app-specific servers not Linux system services, so dbus isn't really relevant (what would it be used for?). The sort of programs that tend to be packaged with Docker today, or deployed using AWS Lambda or just copied up to the server. For example a typical business

[systemd-devel] systemd --user managers after systemd upgrade

2024-06-29 Thread Mike Gilbert
I recently added systemd v256 to Gentoo's ebuild repo. While testing the upgrade process from v255, I have run into an issue. After the upgrade, my KDE Plasma session stopped working, and I was unable to execute a reboot from the GUI. Looking at the journal, I see several messages like this one:

Re: [systemd-devel] systemd --user managers after systemd upgrade

2024-06-29 Thread Mike Gilbert
On Sat, Jun 29, 2024 at 4:22 PM Luca Boccassi wrote: > > On Sat, 29 Jun 2024 at 21:16, Mike Gilbert wrote: > > > > I recently added systemd v256 to Gentoo's ebuild repo. While testing > > the upgrade process from v255, I have run into an issue. > > > >

Re: [systemd-devel] Bugfix release(s)

2019-01-14 Thread Mike Gilbert
On Mon, Jan 14, 2019 at 10:36 AM Lennart Poettering wrote: > > On Mo, 14.01.19 10:59, Jan Synacek (jsyna...@redhat.com) wrote: > > > Hi, > > > > since v240 didn't go too well, I would like to suggest that the next one > > (preferably two) release(s) are bugfix only. Please, consider it. > > Well,

Re: [systemd-devel] At wits end... need to execute a script prior to anything getting killed/changed on reboot/shutdown

2019-01-17 Thread Mike Gilbert
On Thu, Jan 17, 2019 at 12:54 PM Reindl Harald wrote: > > > > Am 17.01.19 um 18:51 schrieb Christopher Cox: > > On 1/17/19 11:21 AM, Reindl Harald wrote: > >> > >> Am 17.01.19 um 18:17 schrieb Christopher Cox: > >>> On 1/17/19 11:01 AM, Lennart Poettering wrote: > Hmm, what kind of processes

Re: [systemd-devel] journald cves on 239

2019-01-24 Thread Mike Gilbert
On Thu, Jan 24, 2019 at 9:34 AM Umut Tezduyar Lindskog wrote: > > Hello, > > We are on systemd 239 and we would like to patch following CVEs > without jumping to 240. > > CVE-2018-16864 > CVE-2018-16865 > CVE-2018-16866 > > Can someone please help us out and point the commits that we need to > bac

Re: [systemd-devel] systemd prerelease 242-rc2

2019-04-04 Thread Mike Gilbert
I pushed this out to our unstable testers yesterday, and received a couple bug reports this morning. I have requested that they be forwarded upstream, but wanted to point them out in case that doesn't happen promptly. https://bugs.gentoo.org/682492 sys-apps/systemd-242_rc2 boot fails: sd-passwd ta

Re: [systemd-devel] systemd prerelease 242-rc2

2019-04-04 Thread Mike Gilbert
On Thu, Apr 4, 2019 at 11:23 AM Lennart Poettering wrote: > > On Do, 04.04.19 10:06, Mike Gilbert (flop...@gentoo.org) wrote: > > > I pushed this out to our unstable testers yesterday, and received a > > couple bug reports this morning. I have requested that they be > &

Re: [systemd-devel] systemd prerelease 242-rc2

2019-04-04 Thread Mike Gilbert
On Thu, Apr 4, 2019 at 3:38 PM Mike Gilbert wrote: > > On Thu, Apr 4, 2019 at 11:23 AM Lennart Poettering > wrote: > > > > On Do, 04.04.19 10:06, Mike Gilbert (flop...@gentoo.org) wrote: > > > > > I pushed this out to our unstable testers yesterday, and rece

Re: [systemd-devel] Build only libsystemd as a shared library

2019-04-23 Thread Mike Gilbert
On Tue, Apr 23, 2019 at 11:51 AM Stanislav Angelovič wrote: > > Hi systemd-ers, > > Having recent systemd sources, how can I build libsystemd.so only? > > I was able to build the static version with this: > meson build/ > ninja -C build version.h > ninja -C build libsystemd.a > > But how can I bui

Re: [systemd-devel] rdrand generated with march=winchip-c6 in systemd-241

2019-05-13 Thread Mike Gilbert
On Sat, May 11, 2019 at 1:19 PM tedheadster wrote: > > On Sat, May 11, 2019 at 12:30 PM Florian Weimer wrote: > > Can you capture register contents at the point of the crash? > > > > Does this reproduce in a chroot? Maybe you can trace the whole thing > > with a debugger. Does the crash reprodu

Re: [systemd-devel] Schedule reboot in *.service file

2019-05-16 Thread Mike Gilbert
On Thu, May 16, 2019 at 4:50 AM Lennart Poettering wrote: > > On Mi, 15.05.19 15:53, Jeffrey Walton (noloa...@gmail.com) wrote: > > > if [[ "$NEEDS_REBOOT" -eq 1 ]] > > then > > echo "Scheduling reboot in 10 minutes" > > reboot -r 10 > > This syntax is not understood by systemd: > > https:

Re: [systemd-devel] Schedule reboot in *.service file

2019-06-07 Thread Mike Gilbert
On Fri, Jun 7, 2019 at 6:14 AM Jeffrey Walton wrote: > > On Thu, May 16, 2019 at 11:02 AM Mike Gilbert wrote: > > > > On Thu, May 16, 2019 at 4:50 AM Lennart Poettering > > wrote: > > > > > > On Mi, 15.05.19 15:53, Jeffrey Walton (noloa...@gmail.com)

Re: [systemd-devel] Antw: Re: Unexpected behaviour not noticed by systemctl command

2019-10-10 Thread Mike Gilbert
On Thu, Oct 10, 2019 at 4:46 AM Colin Guthrie wrote: > > Andy Pieters wrote on 08/10/2019 11:41: > > forget about the stop. that was the context into which I discovered it. > > > > I am not saying stop should disable I am saying stop should not accept > > now and silently ignore it > > > FWIW I'd

[systemd-devel] Random branch in github.com/systemd/systemd

2019-12-29 Thread Mike Gilbert
It looks like a branch called "msekletar-security-list-process" was pushed to the official systemd github repo earlier this month. This branch probably belongs in msekletar's personal fork instead. https://github.com/systemd/systemd/branches If possible, it would probably be wise to restrict acce

Re: [systemd-devel] Random branch in github.com/systemd/systemd

2020-01-02 Thread Mike Gilbert
On Thu, Jan 2, 2020 at 9:08 AM Lennart Poettering wrote: > > If possible, it would probably be wise to restrict access for pushing > > new branches like this. > > Hmm, how would we do that? Any suggestion? Happy to restrict that, but > not sure how to do that... I thought maybe there was a settin

Re: [systemd-devel] Cannot find a way to get time read from RTC during boot

2020-03-12 Thread Mike Gilbert
On Thu, Mar 12, 2020 at 7:13 AM Kevin P. Fleming wrote: > Prior to systemd, with the 'hwclock' package installed, a udev rule > would trigger reading of the RTC and setting the system clock when > /dev/rtc0 appeared. With systemd running, the script run by that udev > rule is suppressed, it doesn'

Re: [systemd-devel] systemctl restart changes permission.

2020-05-03 Thread Mike Gilbert
On Thu, Apr 30, 2020 at 12:05 AM Kaushal Shriyan wrote: > > Hi, > > I am running CentOS Linux release 7.8.2003 (Core) with > php72u-fpm-7.2.30-1.el7.ius.x86_64 version. I am facing the below permission > denied issue. I also did the below steps > #cd /run > #chown -Rc nginx.nginx php-fpm > chang

Re: [systemd-devel] systemctl restart changes permission.

2020-05-03 Thread Mike Gilbert
On Sun, May 3, 2020 at 3:00 PM Mike Gilbert wrote: > > Please let me know if you need any additional information. Thanks in > > Advance. > > This is probably an issue with the systemd units shipped with php-fpm. > This would not be an issue for this upstream systemd mailin

Re: [systemd-devel] Upstreaming systemd patch

2020-07-10 Thread Mike Gilbert
On Fri, Jul 10, 2020 at 10:43 AM Amit anand wrote: > > Hi systemd-devel group, > > > I need to upstream systemd git patch for fixing systemd static code analysis > warnings. > > Can you please suggest me the correct mailgroup to send the git patch or > relevant web url which have information to

Re: [systemd-devel] 99-default.link which such a high number ?

2020-09-25 Thread Mike Gilbert
On Fri, Sep 25, 2020 at 10:46 AM Francis Moreau wrote: > > Hello, > > I want to override /usr/lib/systemd/network/99-default.link so I need > to create a file starting with "99-" prefix. > > This doesn't seem logical to me because the numbers are supposed to > encode the priority however nothing i

Re: [systemd-devel] sys-module-fuse.device: Failed to enqueue SYSTEMD_WANTS= job, ignoring: Unit modprobe@fuse.service is masked

2021-02-08 Thread Mike Gilbert
On Mon, Feb 8, 2021 at 1:01 PM Reindl Harald wrote: > > > > Am 08.02.21 um 18:27 schrieb Lennart Poettering: > > On So, 07.02.21 22:43, Reindl Harald (h.rei...@thelounge.net) wrote: > > > >> https://bugzilla.redhat.com/show_bug.cgi?id=1909805 > > > > In response to your actual issue, ignoring all

Re: [systemd-devel] sys-module-fuse.device: Failed to enqueue SYSTEMD_WANTS= job, ignoring: Unit modprobe@fuse.service is masked

2021-02-08 Thread Mike Gilbert
On Mon, Feb 8, 2021 at 2:31 PM Reindl Harald wrote: > > I think removing this symlink would prevent /sys/fs/fuse/connections > > from being mounted and the fuse module from being loaded > > unconditionally on boot > > no > > https://bugzilla.redhat.com/show_bug.cgi?id=1909805#c6 It almost works f

Re: [systemd-devel] sys-module-fuse.device: Failed to enqueue SYSTEMD_WANTS= job, ignoring: Unit modprobe@fuse.service is masked

2021-02-09 Thread Mike Gilbert
On Tue, Feb 9, 2021 at 6:17 AM Reindl Harald wrote: > > > > Am 08.02.21 um 23:42 schrieb Mike Gilbert: > > On Mon, Feb 8, 2021 at 2:31 PM Reindl Harald wrote: > >>> I think removing this symlink would prevent /sys/fs/fuse/connections > >>> from being mou

Re: [systemd-devel] sys-module-fuse.device: Failed to enqueue SYSTEMD_WANTS= job, ignoring: Unit modprobe@fuse.service is masked

2021-02-09 Thread Mike Gilbert
On Tue, Feb 9, 2021 at 11:47 AM Reindl Harald wrote: > > > > Am 09.02.21 um 17:13 schrieb Mike Gilbert: > > On Tue, Feb 9, 2021 at 6:17 AM Reindl Harald wrote: > >> > >> > >> > >> Am 08.02.21 um 23:42 schrieb Mike Gilbert: > >&

Re: [systemd-devel] sys-module-fuse.device: Failed to enqueue SYSTEMD_WANTS= job, ignoring: Unit modprobe@fuse.service is masked

2021-02-09 Thread Mike Gilbert
On Tue, Feb 9, 2021 at 7:05 PM Reindl Harald wrote: > > > > Am 09.02.21 um 23:18 schrieb Mike Gilbert: > > On Tue, Feb 9, 2021 at 11:47 AM Reindl Harald > > wrote: > >> > >> > >> > >> Am 09.02.21 um 17:13 schrieb Mike Gilbert: >

Re: [systemd-devel] sys-module-fuse.device: Failed to enqueue SYSTEMD_WANTS= job, ignoring: Unit modprobe@fuse.service is masked

2021-02-09 Thread Mike Gilbert
On Tue, Feb 9, 2021 at 7:19 PM Mike Gilbert wrote: > > On Tue, Feb 9, 2021 at 7:05 PM Reindl Harald wrote: > > > > > > > > Am 09.02.21 um 23:18 schrieb Mike Gilbert: > > > On Tue, Feb 9, 2021 at 11:47 AM Reindl Harald > > > wrote: > > >

[systemd-devel] Prefix Delegation, laking options in request.

2021-03-06 Thread Mike Mestnik
Looks like the cable modem allocates itself a /60. There are some WiFi devices that grab a few /64(s), for some unknown reason. There should be at least one /63 if not a /62 available. This is an Espressobin, where I modified the device tree to rename the wan interface. All three ports connect

[systemd-devel] Is `kernel-install` called automatically?

2021-07-15 Thread Mike Beaton
I may not have understood correctly, but it seems that after `bootcl install`, `kernel-install` is _not_ called automatically; neither initially, nor after any system kernel update. Is this correct? And if so can anyone help with the reasoning behind this or status of this issue? To clarify: I wo

Re: [systemd-devel] Is `kernel-install` called automatically?

2021-07-16 Thread Mike Beaton
day's Topics: > >1. Re: Is `kernel-install` called automatically? (Ian Pilcher) > > > > -- Forwarded message -- > From: Ian Pilcher > To: systemd-devel@lists.freedesktop.org > Cc: > Bcc: > Date: Thu, 15 Jul 2021 08:58:46 -0500 > Subject:

[systemd-devel] launching an interactive user session

2016-05-20 Thread Mike Gulick
, but I don't really understand what's needed, and I can't actually authenticate as the user because I don't know their password (currently this daemon is root so it doesn't need a password to switch user). If there is some kind of shell pipeline, or a wr

Re: [systemd-devel] launching an interactive user session

2016-05-23 Thread Mike Gulick
On 05/23/2016 06:07 AM, Lennart Poettering wrote: On Fri, 20.05.16 20:10, Mike Gulick (mike.gul...@mathworks.com) wrote: Hi systemd-devel, I'm on Debian Jessie running the default systemd-215. I have a daemon (running as root, controlled by systemd), whose job it is to launch on-deman

[systemd-devel] restricting systemd user services by hostname

2017-01-04 Thread Mike Gulick
ld be great if systemd could log an error message when the PIDFile is not accessible. It took me hours to realize why systemd was continually stopping my service immediately after starting it. Thanks for any advice you can offer. -Mike Gulick _

Re: [systemd-devel] restricting systemd user services by hostname

2017-01-04 Thread Mike Gulick
that in my searching. ConditionHost= meets my needs and seems cleaner, although that is a nice suggestion about ConditionPathExists, since it avoids the need to hard-code a hostname in the service file. -Mike ___ systemd-devel mailing list systemd-

Re: [systemd-devel] pid namespaces, systemd and signals on reboot(2)

2017-05-28 Thread Mike Gilbert
On Sat, May 27, 2017 at 2:51 PM, Michał Zegan wrote: > Hello. > > I came across the following: > The manpage reboot(2) says, that inside of a pid namespace, a reboot > call that normally would trigger restart actually triggers sending > sighup to the init of a namespace, and sigint is sent in case

Re: [systemd-devel] container /proc/filesystems owned by nobody:can't upgrade

2017-10-03 Thread Mike Gilbert
On Tue, Oct 3, 2017 at 4:01 AM, arnaud gaboury wrote: > My host is Archlinux, nspawn container is Fedora 26. Kernel is 4.13.3 > > I can't fully upgrade my container as some files are owned by > nobody:nobody and can't change to root. An example is filesystems. When > upgrading, it returns error: >

Re: [systemd-devel] container /proc/filesystems owned by nobody:can't upgrade

2017-10-05 Thread Mike Gilbert
On Tue, Oct 3, 2017 at 11:38 AM, arnaud gaboury wrote: > On 10/03/2017 05:19 PM, Mike Gilbert wrote: > > On Tue, Oct 3, 2017 at 4:01 AM, arnaud gaboury > wrote: > > My host is Archlinux, nspawn container is Fedora 26. Kernel is 4.13.3 > > I can't fully upgrade m

Re: [systemd-devel] udev

2017-10-26 Thread Mike Gilbert
On Thu, Oct 26, 2017 at 11:45 AM, Mantas Mikulėnas wrote: > On Thu, Oct 26, 2017, 18:26 David Henderson > wrote: >> >> Good afternoon all! I have been looking for the udev source code to >> compile the library and utilities and it appears it is bundled in the >> systemd software. I have run aut

Re: [systemd-devel] udev

2017-11-01 Thread Mike Gilbert
On Wed, Nov 1, 2017 at 10:49 AM, David Henderson wrote: > On 11/1/17, Greg KH wrote: >> On Wed, Nov 01, 2017 at 10:36:16AM -0400, David Henderson wrote: >>> Is there a place to just get the udev code instead of all of systemD? >> >> No. >> >>> I tried looking online, but it appears that the only

Re: [systemd-devel] Illegal CPUID instruction causes systemd core dump

2017-12-28 Thread Mike Gilbert
On Thu, Dec 28, 2017 at 3:18 PM, Lennart Poettering wrote: > On Do, 28.12.17 14:07, tedheadster (tedheads...@gmail.com) wrote: > >> I am doing regression testing on old hardware. systemd-233 just >> generated the following error on startup: >> >> traps:systemd[1] trap invalid opcode ip:b7d97361 sp

Re: [systemd-devel] Again, why this strange behavior implied by "auto" in fstab ?

2018-01-23 Thread Mike Gilbert
On Tue, Jan 23, 2018 at 10:54 AM, Reindl Harald wrote: > > > Am 23.01.2018 um 16:49 schrieb Simon McVittie: >> >> On Tue, 23 Jan 2018 at 15:47:21 +0100, Franck Bui wrote: >>> >>> Basically, systemd mounts all filesystems listed in /etc/fstab (unless >>> "noauto" is used) which is good since that's

Re: [systemd-devel] systemd kills user process (apache) when logout by sftp is initiated

2018-02-01 Thread Mike Gilbert
On Thu, Feb 1, 2018 at 1:42 PM, Andrei Borzenkov wrote: > 01.02.2018 15:08, Mantas Mikulėnas пишет: >>> >> >> For users outside the "system account" UID range (usually 1–999), a logout >> will cause systemd to clean up remaining "junk" such as SysV IPC resources. > > > Where is it documented? In

Re: [systemd-devel] How to build only udev

2018-07-03 Thread Mike Gilbert
On Tue, Jul 3, 2018 at 7:55 PM, Kevin Greene wrote: > I am building libusb, and I want to build it with udev support. I don't need > to build anything in systemd except udev. Is there a good way to do that? > > I'm deploying to machines running Ubuntu 16.04, so I'm targeting systemd > v229 (which

Re: [systemd-devel] Revert "meson: use the host architecture compiler/linker for src/boot/efi" #10217

2018-09-30 Thread Mike Gilbert
On Sun, Sep 30, 2018 at 1:57 PM Helmut Grohne wrote: > > Hi, > > > This reverts commit df7caca. > > If you reverts df7caca, please also revert b710072 as that breaks cross > builds. > > > The patch df7caca breaks normal build. Let's revert this, as I do not want > > to revert this every time when

Re: [systemd-devel] specialized user sessions for running large processes

2018-10-02 Thread Mike Gilbert
On Tue, Oct 2, 2018 at 2:24 PM Andrei Borzenkov wrote: > Please do not start telling that it can be done differently. Until SAP > implements *SUPPORTED* different solution (startup files are maintained > by SAP installer automatically among other things) using login shell is > the only supported w

[systemd-devel] fchmod_opath() - why is this not in the kernel?

2018-12-03 Thread Mike Gilbert
The fchmod_opath() function in systemd seems like a hacky workaround for a limitation in the kernel -- you can't call fchmod() on an fd opened with O_PATH, and fchmodat() doesn't support the AT_EMPTY_PATH flag. Has any attempt been made to add this functionality in the kernel? If someone has alrea

[systemd-devel] [PATCH] coredump: vacuum - fix MaxUse and KeepFree default handling

2015-04-29 Thread Mike Winter
When max_use and keep_free are set to the defaults in coredump.conf for use in non-journal cores, systemd-coredump ignores the settings altogether and proceeds to fill up all available disk space with coredumps. '-1 'is used internally inside of coredump.c and coredump-vacuum.c to denote defau

[systemd-devel] [PATCH] Correct path to systemd-fsck in generated systemd-fsck-root.service

2015-05-24 Thread Mike Gilbert
--- Makefile.am| 1 + src/shared/generator.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f84a28d..70d4dc0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -188,6 +188,7 @@ AM_CPPFLAGS = \ -DCATALOG_DATABASE=\"$(catalogstate

Re: [systemd-devel] [PATCH] Correct path to systemd-fsck in generated systemd-fsck-root.service

2015-05-24 Thread Mike Gilbert
This should also be flagged for backports since the hard-coded /usr/lib/systemd path will break any initramfs if rootprefix != /usr. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-d

Re: [systemd-devel] [PATCH 1/2] configure.ac: strip off trailing slashed from $rootprefix

2015-05-29 Thread Mike Gilbert
On Fri, May 29, 2015 at 8:05 PM, Daniel Mack wrote: > Make sure the variable set via --with-rootprefix= does not contain a > trailing slash, so man pages can use entities like "&rootprefix;/lib" > without ending up having double slashes. > --- > configure.ac | 3 ++- > 1 file changed, 2 insertion

Re: [systemd-devel] no tar balls at release time

2015-06-22 Thread Mike Gilbert
On Mon, Jun 22, 2015 at 7:30 PM, Lennart Poettering wrote: > On Tue, 23.06.15 01:21, Kay Sievers (k...@vrfy.org) wrote: > >> We currently considering to stop creating release tar balls. >> >> For build systems which still require them, they can be created >> locally from the upstream git repositor

Re: [systemd-devel] no tar balls at release time

2015-06-22 Thread Mike Gilbert
On Mon, Jun 22, 2015 at 10:21 PM, Mike Gilbert wrote: > On Mon, Jun 22, 2015 at 7:30 PM, Lennart Poettering > wrote: >> On Tue, 23.06.15 01:21, Kay Sievers (k...@vrfy.org) wrote: >> >>> We currently considering to stop creating release tar balls. >>> >&

Re: [systemd-devel] RFC: removing initctl support

2015-09-22 Thread Mike Gilbert
On Mon, Sep 21, 2015 at 8:31 PM, Lennart Poettering wrote: > Heya! > > Since a long time systemd has been shipping with two-way compat > support for /dev/initctl, and I am tempted to remove it. Before I do > so, I'd like some input on the relevance of this interface: Gentoo currently utilizes thi

Re: [systemd-devel] systemd (user) and (sd-pam) (user) processes in login shell

2015-12-21 Thread Mike Gilbert
On Mon, Dec 21, 2015 at 7:36 PM, Kai Krakow wrote: > Am Tue, 8 Dec 2015 01:36:01 +0200 > schrieb Mantas Mikulėnas : > >> What uid does "oracle" have – is it within the system account range >> (usually 1–999) or user account (1000–)? I wonder if it's the latter, >> which would mean systemd-logind w

Re: [systemd-devel] systemd (user) and (sd-pam) (user) processes in login shell

2015-12-22 Thread Mike Gilbert
On Mon, Dec 21, 2015 at 9:54 PM, Kai Krakow wrote: > Am Mon, 21 Dec 2015 21:43:24 -0500 > schrieb Mike Gilbert : > >> On Mon, Dec 21, 2015 at 7:36 PM, Kai Krakow >> wrote: >> > Am Tue, 8 Dec 2015 01:36:01 +0200 >> > schrieb Mantas Mikulėnas : >> >

Re: [systemd-devel] [RFC] the chopping block

2016-02-18 Thread Mike Gilbert
On Thu, Feb 11, 2016 at 12:06 PM, Lennart Poettering wrote: > 1) systemd-initctl (i.e. the /dev/initctl SysV compat support). Last >time Debian was still using that, maybe this changed now? Gentoo allows switching between systemd and openrc (sysvinit) at boot time, and will continue to do so

Re: [systemd-devel] [RFC] the chopping block

2016-02-24 Thread Mike Gilbert
On Fri, Feb 19, 2016 at 7:22 AM, Lennart Poettering wrote: > On Thu, 18.02.16 20:33, Mike Gilbert (flop...@gentoo.org) wrote: > >> On Thu, Feb 11, 2016 at 12:06 PM, Lennart Poettering >> wrote: >> > 1) systemd-initctl (i.e. the /dev/initctl SysV compat support). L

[systemd-devel] udev removing and re-adding partition /dev entries after read-write open close of whole disk device

2016-03-19 Thread Mike Fleetwood
ll me what version introduced this behaviour (commit(s) would be great) and why? Also I assume that GParted should run "udevadm settle" to wait for the /dev partition entries to be re-created. Thanks, Mike [1] test program /* gcc -o c-test-0005 c-test-0005.c */ #include #include #in

Re: [systemd-devel] [RFC] the chopping block

2016-04-01 Thread Mike Gilbert
On Wed, Feb 24, 2016 at 10:42 PM, Mike Gilbert wrote: > On Fri, Feb 19, 2016 at 7:22 AM, Lennart Poettering > wrote: >> On Thu, 18.02.16 20:33, Mike Gilbert (flop...@gentoo.org) wrote: >> >>> On Thu, Feb 11, 2016 at 12:06 PM, Lennart Poettering >>> wrote: >

Re: [systemd-devel] udev removing and re-adding partition /dev entries after read-write open close of whole disk device

2016-04-08 Thread Mike Fleetwood
On 18 March 2016 at 17:43, Mike Fleetwood wrote: > Hi, > > I've noticed that since approximately udev version 219, opening a whole > disk device entry read-write, then closing it triggers udev to remove > and re-create all the partition /dev entries. > > Because of th

Re: [systemd-devel] Factoring out initctl support (was: Re: [RFC] the chopping block)

2016-04-15 Thread Mike Gilbert
On Fri, Apr 15, 2016 at 6:42 AM, Daniel Mack wrote: > Nice, thanks for working on this! What's still missing in that is the > other side, the client that talks to the initctl socket. I have patches > to remove the initctl bits from the systemd repo, and add a callout from > systemctl to binaries i

Re: [systemd-devel] Factoring out initctl support

2016-04-15 Thread Mike Gilbert
On Fri, Apr 15, 2016 at 11:43 AM, Daniel Mack wrote: > On 04/15/2016 03:55 PM, Mike Gilbert wrote: >> On Fri, Apr 15, 2016 at 6:42 AM, Daniel Mack wrote: >>> Nice, thanks for working on this! What's still missing in that is the >>> other side, the client that tal

Re: [systemd-devel] Factoring out initctl support

2016-04-15 Thread Mike Gilbert
On Fri, Apr 15, 2016 at 1:33 PM, Daniel Mack wrote: > On 04/15/2016 07:03 PM, Mike Gilbert wrote: >> On Fri, Apr 15, 2016 at 11:43 AM, Daniel Mack wrote: >>> On 04/15/2016 03:55 PM, Mike Gilbert wrote: > >>>> I'm happy to move it if others want to utilize

[systemd-devel] [PATCH] unit-name: fix unit name escaping

2010-10-01 Thread Mike Kelly
we want to do a bitwise shift, not a greater-than comparision --- src/unit-name.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/unit-name.c b/src/unit-name.c index 2e2948a..868d13e 100644 --- a/src/unit-name.c +++ b/src/unit-name.c @@ -211,7 +211,7 @@ static char* d

[systemd-devel] [PATCH] mounting /dev/pts noexec causes trouble for grantpts(3)

2010-10-12 Thread Mike Kelly
grantpt(3) failed: Exec format error --- src/mount-setup.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mount-setup.c b/src/mount-setup.c index d2f05bc..3ca2cca 100644 --- a/src/mount-setup.c +++ b/src/mount-setup.c @@ -47,7 +47,7 @@ static const MountPoint mount_t

Re: [systemd-devel] [PATCH] mounting /dev/pts noexec causes trouble for grantpts(3)

2010-10-12 Thread Mike Kelly
On Tue, Oct 12, 2010 at 08:11:58PM +0200, Lennart Poettering wrote: > On Tue, 12.10.10 13:57, Mike Kelly (pi...@pioto.org) wrote: > > > grantpt(3) failed: Exec format error > > Hmm, can you elaborate on this? Why does executability help here? Well, this code is failing

Re: [systemd-devel] BTRFS bug with parallel mounts?

2010-11-10 Thread Mike Kazantsev
reporting the issue when I've encountered it, but been a bit busy adapting the system for systemd, so it kina slipped off my mind. Guess I'll get all these traces, clean my vm from possible private stuff (I rsync it from a real machine) and report the setup to btrfs maint

Re: [systemd-devel] BTRFS bug with parallel mounts?

2010-11-13 Thread Mike Kazantsev
On Thu, 11 Nov 2010 06:53:31 -0200 Gustavo Sverzut Barbieri wrote: > On Thursday, November 11, 2010, Mike Kazantsev wrote: > > > > I thought about reporting the issue when I've encountered it, but been > > a bit busy adapting the system for systemd, so it kina slipped

Re: [systemd-devel] [PATCH] avoid race condition in pick_next_task_fair in kernel/sched_fair.c

2010-12-22 Thread Mike Galbraith
crap. Heh, gearing up to hunt a bug it triggers, just doing all I had to do to get the thing built and installed blew my box _all up_. I still have smoldering bits lying about a week later. -Mike ___ systemd-devel mailing list systemd-devel@lis

Re: [systemd-devel] several Conditions (AND or OR)

2011-02-07 Thread Mike Kazantsev
condition is true. > How chenge (Condition1 || Condition2) to (Condition1 && Condition2) > You can create two units, depending on each other, for AND case. -- Mike Kazantsev // fraggod.net ___ systemd-devel mailing list systemd-

[systemd-devel] [PATCH] man: fixed typo in SyslogIdentifier=

2011-02-18 Thread Mike Kazantsev
the kernel log buffer with. If not set -- 1.7.4.1 -- Mike Kazantsev // fraggod.net ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Limiting resources

2011-02-22 Thread Mike Kazantsev
to find out which knob is used for CPUSetCPUs (and maintaining such table in the first place) seem like a waste of time. But then I don't have a patch with that implementation, too. -- Mike Kazantsev // fraggod.net ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] systemd-logger and external syslog daemon

2011-02-22 Thread Mike Kazantsev
et. That way kmsg-syslogd doesn't get started at all and systemd-logger uses rsyslog.socket-provided /dev/log as intended. There seem to be some problems (timeout) on shutdown though (which I need to investigate, but pretty sure something hangs on /dev/log), so this does

Re: [systemd-devel] systemd-logger and external syslog daemon

2011-02-23 Thread Mike Kazantsev
On Wed, 23 Feb 2011 12:48:10 +0500 Mike Kazantsev wrote: > There seem to be some problems (timeout) on shutdown though (which I > need to investigate, but pretty sure something hangs on /dev/log), so > this doesn't seem to be a perfect solution either. Scratch that, I just

[systemd-devel] "Inactive/dead" services that are enabled are indistinguishable from unused or oneshot services

2011-02-24 Thread Mike Kazantsev
it's possible to cram such systemctl view option(s) somewhere in that list? Guess I'll try to get this info via dbus in the meantime, and maybe come with the patch for systemctl, if anyone else think such options would be useful, so I'd appreciate any feedback on that. -- Mike Kazantsev // fraggod.net ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PACKAGERS] Packaging systemd >= 20

2011-03-04 Thread Mike Kazantsev
hine-id -> /etc/machine-id is actually a > prerequisite. > systemd-machine-id-setup seem to initialize /etc/machine-id from dbus id, thus contents of these files are equal, whether you symlink them or not. -- Mike Kazantsev // fraggod.net ___ sy

Re: [systemd-devel] make install busted in git

2015-01-13 Thread Mike Gilbert
On Tue, Jan 13, 2015 at 4:48 AM, Jan Engelhardt wrote: > > On Tuesday 2015-01-13 00:25, Zbigniew Jędrzejewski-Szmek wrote: >>On Mon, Jan 12, 2015 at 11:42:38PM +0100, Jan Engelhardt wrote: >>> >>> Happens with top-of-line 720e0be0f00f4a7fee808d1cf60db43970900588. >>> >>> == Summary == >>> + make i

Re: [systemd-devel] Enable port forwarding via upnp

2015-02-25 Thread Mike Gilbert
On Wed, Feb 25, 2015 at 2:16 AM, Kai Krakow wrote: > Hello! > > Is it possible to somehow create a service which enables port forwardings on > my router using upnp? Currently, I guess it is not possible (except maybe > using ExecPost or ExecPre and the upnpc program). But when my client IP > chang

Re: [systemd-devel] [PATCH 2/2] build: allow setting OBJCOPY

2015-04-08 Thread Mike Gilbert
On Wed, Apr 8, 2015 at 4:08 PM, Marc-Antoine Perennou wrote: > Signed-off-by: Marc-Antoine Perennou > --- > Makefile.am | 4 ++-- > configure.ac | 3 +++ > 2 files changed, 5 insertions(+), 2 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 9b769ee..397a71c 100644 > --- a/Makefil

Re: [systemd-devel] [ANNOUNCE] systemd v218

2014-12-14 Thread Mike Gilbert
On Wed, Dec 10, 2014 at 7:16 PM, Lennart Poettering wrote: > Heya! > > Here's the next version of systemd, v218: > > http://www.freedesktop.org/software/systemd/systemd-218.tar.xz Hi Lennart, It looks like the tarball is missing units/user/systemd-consoled.service. make[2]: *** No rule to make

  1   2   >