Re: [systemd-devel] Utility for persistent alternative driver binding

2015-12-05 Thread Andrei Borzenkov
04.12.2015 12:40, Panu Matilainen пишет: > Hi all, > > To follow-up on this thread from September-October: > http://lists.freedesktop.org/archives/systemd-devel/2015-September/034427.html > > http://lists.freedesktop.org/archives/systemd-devel/2015-October/034551.html > > > The driverctl utilit

Re: [systemd-devel] Rename NIC by using dynamic MAC

2015-12-05 Thread Andrei Borzenkov
03.12.2015 19:57, Greg KH пишет: > On Thu, Dec 03, 2015 at 08:35:24AM -0800, [email protected] wrote: >>> From: Kaesbauer Michael >>> Hi, >>> >>> up to now I found no way to write an udev rule which renames a >>> specific NIC by using a MAC address that is returned by a bash >>> script. Th

Re: [systemd-devel] systemd-cgtop vs docker-stats

2015-12-05 Thread Tiago Alves
> > > I am not convinced that "bash" is the right language to do such > calculations in. > You are right! But I have tried "systemd-cgtop -n 2 -b > test" and it doesn't return CPU usage (actually I believe it just returns the first interaction. I tried increase the number of interactions without s

Re: [systemd-devel] udevd detect and list ata devices

2015-12-05 Thread Greg KH
On Sun, Dec 06, 2015 at 01:49:41AM +0100, Marek wrote: > > > /sys/ > > And "ata" devices are not the same thing as a "usb" device is in any way > > or form, so the fact that they have to be shown differently is totally > > natural. You can iterate over them, you just have to find the correct > > c

Re: [systemd-devel] udevd detect and list ata devices

2015-12-05 Thread Marek
> /sys/ > And "ata" devices are not the same thing as a "usb" device is in any way > or form, so the fact that they have to be shown differently is totally > natural. You can iterate over them, you just have to find the correct > class that the kernel uses for them ("ata_device"), but there is no