Re: [systemd-devel] [PATCH] v3 Read NIC partitions on Dell Servers

2015-11-10 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git __

[systemd-devel] [PATCH] v3 Read NIC partitions on Dell Servers

2015-11-10 Thread jharg93
From: Jordan Hargrave I removed the SMBIOS-specific code, this code is for partition detection only. This patch will read NIC partition info from VPD on Dell Servers It creates a new environment variable 'ID_NET_NAME_PARTITION' with the format '_' Signed-off-by: Jordan Hargrave --- src/udev/

[systemd-devel] "Failed to determine peer security context: Protocol not available" on kernels with disabled selinux

2015-11-10 Thread Igor Zhbanov
Hi! I see lots of messages (with systemd debug enabled) on the kernel with selinux disabled: systemd[1]: Failed to determine peer security context: Protocol not available As I understand, this happen because getsockopt() returns ENOPROTOOPT, and systemd checks for EOPNOTSUPP. Consider getpeersec

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-10 Thread Jordan Hargrave
On Tue, Nov 10, 2015 at 9:37 AM, Tom Gundersen wrote: > On Tue, Nov 10, 2015 at 2:29 PM, Jordan Hargrave wrote: >> On Tue, Nov 10, 2015 at 4:53 AM, Kay Sievers wrote: >>> On Tue, Nov 10, 2015 at 5:49 AM, Jordan Hargrave wrote: Cleaned up linux coding style This patch will integra

Re: [systemd-devel] Pruning journal on systemd 216

2015-11-10 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Nov 10, 2015 at 09:23:50AM -0600, Ian Pilcher wrote: > Running Fedora 21 with systemd 216, and just discovered that journal > files are taking up 1.8G. I see references to "journalctl > --vacuum-time" on the interwebs, but that option doesn't seem to be > present in my version. > > So how

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-10 Thread Tom Gundersen
On Tue, Nov 10, 2015 at 2:29 PM, Jordan Hargrave wrote: > On Tue, Nov 10, 2015 at 4:53 AM, Kay Sievers wrote: >> On Tue, Nov 10, 2015 at 5:49 AM, Jordan Hargrave wrote: >>> Cleaned up linux coding style >>> >>> This patch will integrate some of the features of biosdevname into systemd. >>> The c

Re: [systemd-devel] Systemd-nspawn networkd configuration

2015-11-10 Thread Lennart Poettering
On Tue, 10.11.15 15:17, Dmitry Kulida (v...@bk.ru) wrote: > Hi guys! > > I'm running few systemd-nspawn containers with veth network interfaces. I'd > like to configure separate subnet for each container but all I've found in > config files is using DHCP server for each container and no option to

[systemd-devel] Systemd-nspawn networkd configuration

2015-11-10 Thread Dmitry Kulida
Hi guys! I'm running few systemd-nspawn containers with veth network interfaces. I'd like to configure separate subnet for each container but all I've found in config files is using DHCP server for each container and no option to use fixed IP/SUBNET for each container. Could anyone please help to

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-10 Thread Jordan Hargrave
On Tue, Nov 10, 2015 at 4:53 AM, Kay Sievers wrote: > On Tue, Nov 10, 2015 at 5:49 AM, Jordan Hargrave wrote: >> Cleaned up linux coding style >> >> This patch will integrate some of the features of biosdevname into systemd. >> The code detects the port and index for detecting NIC partitions. Thi

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-10 Thread Kay Sievers
On Tue, Nov 10, 2015 at 5:49 AM, Jordan Hargrave wrote: > Cleaned up linux coding style > > This patch will integrate some of the features of biosdevname into systemd. > The code detects the port and index for detecting NIC partitions. This creates > a new environment variable, ID_NET_NAME_PARTITI