[systemd-devel] Setting the shell to the system locale

2015-10-14 Thread David Adam
Hi, I work on fish shell, which is a non-POSIX command-line shell. I'm trying to work out whether we should ship something in our source that tries to set the locale for our users. Alternatively, it might be something that needs to be left to distributions as it seems to be handled very differe

Re: [systemd-devel] How does systemd discover template instances?

2015-10-14 Thread Andrei Borzenkov
Отправлено с iPhone > 15 окт. 2015 г., в 7:01, Stuart Longland > написал(а): > >> On 15/10/15 13:23, Andrei Borzenkov wrote: >> 15.10.2015 00:30, Stuart Longland пишет: >>> Assuming I have a few files distributed in the base package: >>>/lib/systemd/system/comms-drivers.service >>>/li

Re: [systemd-devel] How does systemd discover template instances?

2015-10-14 Thread Stuart Longland
On 15/10/15 13:23, Andrei Borzenkov wrote: > 15.10.2015 00:30, Stuart Longland пишет: >> Assuming I have a few files distributed in the base package: >> /lib/systemd/system/comms-drivers.service >> /lib/systemd/system/comms-drivers@.service >> >> Ordinarily, one would tell systemd about tem

Re: [systemd-devel] How does systemd discover template instances?

2015-10-14 Thread Andrei Borzenkov
15.10.2015 00:30, Stuart Longland пишет: Hi all, First up, I'm rather new to systemd, having been more or less forced into it by the decisions of the Ubuntu and Debian projects, which have both gone that way. (I know the default can be changed, but upstream have chosen this init system, so I as

[systemd-devel] How does systemd discover template instances?

2015-10-14 Thread Stuart Longland
Hi all, First up, I'm rather new to systemd, having been more or less forced into it by the decisions of the Ubuntu and Debian projects, which have both gone that way. (I know the default can be changed, but upstream have chosen this init system, so I as a software developer must learn to use it.

Re: [systemd-devel] A few GitHub team changes

2015-10-14 Thread Jóhann B . Guðmundsson
On 10/13/2015 07:07 PM, David Timothy Strauss wrote: entire members What makes up that members list [1] in the first place? https://github.com/orgs/systemd/people ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freed

Re: [systemd-devel] journalctl --list-boots fails

2015-10-14 Thread Lennart Poettering
On Wed, 14.10.15 18:18, Lars Noschinski (nosch...@in.tum.de) wrote: > On 14.10.2015 17:33, Lennart Poettering wrote: > > On Thu, 08.10.15 13:04, Lars Noschinski (nosch...@in.tum.de) wrote: > >> [please CC me on answers] > >> $ sudo journalctl --list-boots > >> Failed to determine boots: No

Re: [systemd-devel] [PATCH 2/2] udev/path_id: improve and enhance bus detection for Linux on z Systems

2015-10-14 Thread Lennart Poettering
On Wed, 23.09.15 13:42, Hendrik Brueckner (brueck...@linux.vnet.ibm.com) wrote: > From: Liu Yuan Yuan > > Improve and enhance the path_id udev builtin to correctly handle bus' > available on Linux on z Systems (s390). > > Previously, the CCW bus and, in particular, any FCP devices on it, have >

Re: [systemd-devel] Having my script blocking all other scripts until it ends

2015-10-14 Thread Lennart Poettering
On Thu, 24.09.15 10:15, Luca Bertoncello (l.bertonce...@queo-group.com) wrote: > Hi again! > > So, I got my script starting "as first" (or at least before other services), > but the problem is, that the other services, needed from my script, will be > shutted down before my script ends... > So

Re: [systemd-devel] journalctl --list-boots fails

2015-10-14 Thread Lars Noschinski
On 14.10.2015 17:33, Lennart Poettering wrote: > On Thu, 08.10.15 13:04, Lars Noschinski (nosch...@in.tum.de) wrote: >> [please CC me on answers] >> $ sudo journalctl --list-boots >> Failed to determine boots: No data available [...] > Any chance you can provide us with the precise set of j

Re: [systemd-devel] failed to change interface name (systemd-networkd)

2015-10-14 Thread Lennart Poettering
On Wed, 23.09.15 22:17, James (jamesze...@gmail.com) wrote: > Hello, > > Hoping someone can point me in the right direction. I'm attempting to > change the interface name (eth0 -> wired) on one of my servers. > > Here's the output from the journal: > > ~# journalctl --no-pager | grep -i wired >

Re: [systemd-devel] Simple oneshot service before switching root leads to no /var mount

2015-10-14 Thread Lennart Poettering
On Mon, 28.09.15 15:40, aaron_wri...@selinc.com (aaron_wri...@selinc.com) wrote: > I'm rolling my own initrd, and I'm trying to run a oneshot service in > initrd just before the switch root happens. I added this unit to the > initrd and enabled it. > > [Unit] > Description=Test Unit > Requires=

Re: [systemd-devel] Fix for - udev/ata_id failing on SATA drives behind JMicron USB bridge

2015-10-14 Thread Lennart Poettering
On Wed, 30.09.15 20:40, Harendra Kumar (harendra.ku...@gmail.com) wrote: > I have a few drives in an enclosure (mediasonic pro box) connected via USB > using a Jmicron USB bridge (ID 152d:0567 JMicron Technology Corp.). I am > not able to create the desired names ("ata--") for these > devices in /

Re: [systemd-devel] Machinectl shell/login do not attach to console

2015-10-14 Thread Lennart Poettering
On Mon, 05.10.15 12:30, Chris Bell (cwb...@narmos.org) wrote: > Hi all, > > I have an Arch machine with systemd 226, running an Arch container, also > with systemd 226. For whatever reason in 225, `machinectl login` stopped > working correctly, and in 226 `machinectl login` does not work properly

Re: [systemd-devel] journalctl --list-boots fails

2015-10-14 Thread Lennart Poettering
On Thu, 08.10.15 13:04, Lars Noschinski (nosch...@in.tum.de) wrote: > [please CC me on answers] > > Hi, > > today I had to deal with my machine crashing a lot. This seems to have > corrupted some journal data, as journalctl cannot lists the boots anymore: > > $ sudo journalctl --list-boots

Re: [systemd-devel] Add ambient capability support to execution environment config?

2015-10-14 Thread Lennart Poettering
On Thu, 08.10.15 13:12, Andy Lutomirski (l...@amacapital.net) wrote: > For non-root services, getting Capabilities= and CapabilityBoundingSet= to > do anything useful is rather tricky. Would it make sense to add > AmbientCapabilities= to set ambient (and, implicitly, inheritable) > capabilities,

Re: [systemd-devel] propagate reload from other events

2015-10-14 Thread Lennart Poettering
On Sat, 10.10.15 21:14, Johannes Ernst (johannes.er...@gmail.com) wrote: > I understand that if foo.service specifies: > > PropagatesReloadTo=bar.service > > and I execute “systemctl reload foo”, this will trigger a reload of bar as > well. Typically I might do that if I have changed some confi

Re: [systemd-devel] Two services allocated for the same bus name ...

2015-10-14 Thread Lennart Poettering
On Sat, 10.10.15 20:09, Johannes Ernst (johannes.er...@gmail.com) wrote: > I’m trying to set up two different Avahi configurations, using foo.service > and bar.service. > > Error message: > > Two services allocated for the same bus name org.freedesktop.Avahi, refusing > operation. > > On the

Re: [systemd-devel] byte size that sd_bus_message_read can take.

2015-10-14 Thread Lennart Poettering
On Fri, 09.10.15 14:14, Jay Lee (leejiyeon@gmail.com) wrote: > Hi, > > I am writing a service using sd-bus API library in systemd211. > The service runs linux command lines (i.e. iptables ...) from user input. > It sounds stupid, but the service is needed for my project. :) I am > wondering

Re: [systemd-devel] Machinectl shell/login do not attach to console

2015-10-14 Thread Chris Bell
On 2015-10-12 12:35, arnaud gaboury wrote: On Mon, Oct 5, 2015 at 2:30 PM, Chris Bell wrote: Hi all, I have an Arch machine with systemd 226, which arch version exactly? I had the same issue with 226. It is gone with 226-3. setup: Arch host running Fedora container. 226-3 on host and guest.

Re: [systemd-devel] Bugreport got stuck? fstab generator/systemd.mount fails on local mounts which depend of nfs

2015-10-14 Thread Lennart Poettering
On Wed, 14.10.15 08:51, Juergen Sauer (juergen.sa...@automatix.de) wrote: > Sorry Lennart, > but I can only recognize, that systemd is critical broken. > > I proved to you follwoing Bugs: > > #1: systemd disobeys fstab > #2: systemd does wrong mounts > #3: systemd does not stop on error, if a mo