On 05/17/2011 10:50 AM, Mariusz Bialonczyk wrote:
> Hi
> When I was switching to systemd on another debian box I've discovered
> a problem related with passno field in fstab.
> I have several md partitions (I am using kernel autoassembly for md,
> and I am not using initrd).
> I have systemd v.25-2
After browsing through git I think I may have a viable solution to the
main issue of not being able to change that hostname before it is set at
boot time.
Move the logic from hostname-setup.c into hostnamed a hostnamed
Make a hostnamed --setfromfile option and use in in a
set-hostname.service
On 29.07.2011 17:23, Steve Dickson wrote:
>
>
> On 07/29/2011 11:17 AM, Kay Sievers wrote:
>> On Fri, Jul 29, 2011 at 17:00, Steve Dickson wrote:
>>> Doing a 'systemctl show' it appears my EnvironmentFile
>>> is being ignored
>>>
>>> EnvironmentFile=/etc/sysconfig/nfs (ignore=yes)
>>>
>>> Why is
Hi,
We configured a systemd environment, but we cannot have real time access
when running an application.
We have defined a xorg.service which starts the X, and every script
runned gets under systemd/xorg.service control group, and because this
control group does not have real time access (c
On 07/29/2011 11:17 AM, Kay Sievers wrote:
> On Fri, Jul 29, 2011 at 17:00, Steve Dickson wrote:
>> Doing a 'systemctl show' it appears my EnvironmentFile
>> is being ignored
>>
>> EnvironmentFile=/etc/sysconfig/nfs (ignore=yes)
>>
>> Why is this happening?
>
> In the service file is a '-' in f
On Fri, Jul 29, 2011 at 17:00, Steve Dickson wrote:
> Doing a 'systemctl show' it appears my EnvironmentFile
> is being ignored
>
> EnvironmentFile=/etc/sysconfig/nfs (ignore=yes)
>
> Why is this happening?
In the service file is a '-' in front, right? Then the errors are
ignored not the file.
K
I'm trying to automount /var/lib/nfs/rpc_pipefs
for the nfs-idmap.service
var-lib-nfs-rpc_pipefs.mount is:
[Unit]
Description=RPC Pipe File System
DefaultDependencies=no
[Mount]
What=sunrpc
Where=/var/lib/nfs/rpc_pipefs
Type=rpc_pipefs
var-lib-nfs-rpc_pipefs.automount is:
[Unit]
Description=RPC
Hello,
Doing a 'systemctl show' it appears my EnvironmentFile
is being ignored
EnvironmentFile=/etc/sysconfig/nfs (ignore=yes)
Why is this happening?
steved.
___
systemd-devel mailing list
[email protected]
http://lists.freedesktop.
I'm a happy Arch Linux user of systemd. I want to share a few of my
thoughts about systemd's interaction with the system hostname.
Here's my understanding of how systemd currently sets the hostname
* hostnamed is included in the systemd package
* During early boot systemd makes a call t