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

2015-11-09 Thread Jordan Hargrave
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_PARTITION of the format _ The patch will also decode SMBIOS slot number

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

2015-11-09 Thread Andrei Borzenkov
10.11.2015 04:41, Jordan Hargrave пишет: The patch will also decode SMBIOS slot number for NIC, and store in the variable ID_NET_NAME_SMBIOS_SLOT. Systemd does not have a method for naming ports on a multi-port card plugged into a slot. Hmm, isn't this stuff the same as exported by the kerne

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

2015-11-09 Thread Jordan Hargrave
On Mon, Nov 9, 2015 at 4:43 PM, Lennart Poettering wrote: > On Mon, 09.11.15 12:42, Jordan Hargrave (jhar...@gmail.com) wrote: > >> From: Jordan Hargrave >> >> This patch will integrate some of the features of biosdevname into systemd. >> The code detects the port and index for detecting NIC part

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

2015-11-09 Thread Kay Sievers
On Mon, Nov 9, 2015 at 11:43 PM, Lennart Poettering wrote: > On Mon, 09.11.15 12:42, Jordan Hargrave (jhar...@gmail.com) wrote: > >> From: Jordan Hargrave >> >> This patch will integrate some of the features of biosdevname into systemd. >> The code detects the port and index for detecting NIC par

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

2015-11-09 Thread Lennart Poettering
On Mon, 09.11.15 12:42, Jordan Hargrave (jhar...@gmail.com) wrote: > From: Jordan Hargrave > > 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_PA

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

2015-11-09 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] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-09 Thread Jordan Hargrave
From: Jordan Hargrave 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_PARTITION of the format _ The patch will also decode SMBIOS slot number for NIC

Re: [systemd-devel] [PATCH 1/2] detect-virt: detect in best-heuristic order

2015-11-09 Thread Christian Hesse
Mantas Mikulėnas on Wed, 2015/11/04 15:55: > On Wed, Nov 4, 2015 at 3:52 PM, Lennart Poettering > wrote: > > > On Wed, 04.11.15 15:54, Andrei Borzenkov (arvidj...@gmail.com) wrote: > > > > > 04.11.2015 00:04, Andrew Jones пишет: > > > >afaict, this will fix a regression caused by commit 75f8

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

2015-11-09 Thread jharg93
From: Jordan Hargrave 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_PARTITION of the format _ The patch will also decode SMBIOS slot number for NI

Re: [systemd-devel] kdbus refactoring?

2015-11-09 Thread Andy Lutomirski
On Mon, Nov 9, 2015 at 9:07 AM, Greg KH wrote: > On Mon, Nov 09, 2015 at 05:02:45PM +, Måns Rullgård wrote: >> Andy Lutomirski writes: >> >> > On Sun, Nov 8, 2015 at 3:30 PM, Greg KH wrote: >> >> On Sun, Nov 08, 2015 at 10:39:43PM +0100, Richard Weinberger wrote: >> >>> On Sun, Nov 8, 2015 a

Re: [systemd-devel] kdbus refactoring?

2015-11-09 Thread Greg KH
On Mon, Nov 09, 2015 at 05:02:45PM +, Måns Rullgård wrote: > Andy Lutomirski writes: > > > On Sun, Nov 8, 2015 at 3:30 PM, Greg KH wrote: > >> On Sun, Nov 08, 2015 at 10:39:43PM +0100, Richard Weinberger wrote: > >>> On Sun, Nov 8, 2015 at 10:35 PM, Greg KH > >>> wrote: > >>> > On Sun, Nov

Re: [systemd-devel] kdbus refactoring?

2015-11-09 Thread Andy Lutomirski
On Sun, Nov 8, 2015 at 3:30 PM, Greg KH wrote: > On Sun, Nov 08, 2015 at 10:39:43PM +0100, Richard Weinberger wrote: >> On Sun, Nov 8, 2015 at 10:35 PM, Greg KH wrote: >> > On Sun, Nov 08, 2015 at 10:06:31PM +0100, Richard Weinberger wrote: >> >> Hi all, >> >> >> >> after reading on the removal o

[systemd-devel] [HEADS-UP] Photos, Videos, Slides, Summary from systemd.conf 2015

2015-11-09 Thread Lennart Poettering
Heya! For those who missed systemd.conf 2015: I just posted my summary and thank you note for the conference: http://0pointer.net/blog/systemdconf-2015-summary.html You find links to photos, recorded talks, and slides on it, and more. Enjoy! Lennart -- Lennart Poettering, Red Hat

[systemd-devel] Why do we use gold again as default linker?

2015-11-09 Thread Michael Biebl
I wonder why we use gold as linker in systemd by default. bfd is not noticeably slower here and the actual generated binaries seem to be a bit smaller. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? __

Re: [systemd-devel] Property 'MemoryLimit' is RO when using the D-Bus API

2015-11-09 Thread Francis Moreau
On Sun, Nov 8, 2015 at 9:38 PM, Lennart Poettering wrote: > On Fri, 06.11.15 18:38, Francis Moreau (francis.m...@gmail.com) wrote: > >> Hi, >> >> I'm trying to change the MemoryLimit property of one the service unit >> running on my system by using 'busctl set-property ...' but getting >> the foll

Re: [systemd-devel] Pulseaudio & systemd-nspawn

2015-11-09 Thread Poncho
On 09.11.2015 11:29, Kai Hendry wrote: > On Mon, 2 Nov 2015, at 09:46 PM, Felipe Sateler wrote: >> Maybe the better option is to load the tcp pulseaudio module, allow >> connections from the container ip, and inject PULSE_SERVER envvar into >> the container. > > Using tcp will not work since I'm

Re: [systemd-devel] Pulseaudio & systemd-nspawn

2015-11-09 Thread Kai Hendry
On Mon, 2 Nov 2015, at 09:46 PM, Felipe Sateler wrote: > Maybe the better option is to load the tcp pulseaudio module, allow > connections from the container ip, and inject PULSE_SERVER envvar into > the container. Using tcp will not work since I'm using OpenVPN which seems to usurp all network

Re: [systemd-devel] kdbus refactoring?

2015-11-09 Thread Richard Weinberger
On Mon, Nov 9, 2015 at 12:30 AM, Greg KH wrote: > On Sun, Nov 08, 2015 at 10:39:43PM +0100, Richard Weinberger wrote: >> On Sun, Nov 8, 2015 at 10:35 PM, Greg KH wrote: >> > On Sun, Nov 08, 2015 at 10:06:31PM +0100, Richard Weinberger wrote: >> >> Hi all, >> >> >> >> after reading on the removal