[systemd-devel] [PATCH] add %U for uids in units

2012-12-06 Thread Daniel Wallace
--- man/systemd.unit.xml | 5 + src/core/unit-printf.c | 17 +++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 35644d3..bf91b4e 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -264,6 +264,11 @@

Re: [systemd-devel] missing linked man pages on freedesktop.org

2012-12-06 Thread Markus Rathgeb
Possibe correct links: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html#dracut8 http://www.kernel.org/doc/man-pages/online/pages/man7/boot.7.html On Dec 6, 2012 10:58 PM, "Markus Rathgeb" wrote: > Hello! > > I have read the bootup(7) man page on > http://www.freedesktop.org/software/

[systemd-devel] missing linked man pages on freedesktop.org

2012-12-06 Thread Markus Rathgeb
Hello! I have read the bootup(7) man page on http://www.freedesktop.org/software/systemd/man/bootup.html I realized, that there are at least two links, that point to non existing sites (404): - dracut(8) - boot(7)

Re: [systemd-devel] [PATCH] hwdb: ids-update: close the right file handles

2012-12-06 Thread Kay Sievers
On Thu, Dec 6, 2012 at 10:34 PM, Mantas Mikulėnas wrote: > The script was closing *INP and *OUTP, which never actually existed. > > Also fix pci_vendor() opening usb.ids and immediately discarding the fh. Applied. Thanks, Kay ___ systemd-devel mailing

[systemd-devel] [PATCH] hwdb: ids-update: close the right file handles

2012-12-06 Thread Mantas Mikulėnas
The script was closing *INP and *OUTP, which never actually existed. Also fix pci_vendor() opening usb.ids and immediately discarding the fh. --- hwdb/ids-update.pl | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/hwdb/ids-update.pl b/hwdb/ids-update.p

Re: [systemd-devel] Supermicro X8ST3 KVM-over-IP keyboard doesn't work with the existing rule in 42-usb-hid-pm.rules

2012-12-06 Thread Kay Sievers
On Thu, Dec 6, 2012 at 5:16 PM, Matthew Garrett wrote: > On Thu, Dec 06, 2012 at 05:05:17PM +0100, Kay Sievers wrote: >> Matthew, any idea? >> Remove the rule? > > Sure. My suspicion is that this is fine with some firmware versions, but > figuring out which is going to be a pain. Probably easiest

[systemd-devel] [PATCH] logind: some multi-seat issues

2012-12-06 Thread Oleg Samarin
i1. Capability of making seats without framebuffer devices logind.c: The seat is now activated by any device with udev tag "seat-master" 71-seat.rules.in: All framebuffer devices have this tag multi-seat-x.c: if the seat does not have a framebuffer device, runs X as a proxy, adding

Re: [systemd-devel] Supermicro X8ST3 KVM-over-IP keyboard doesn't work with the existing rule in 42-usb-hid-pm.rules

2012-12-06 Thread Matthew Garrett
On Thu, Dec 06, 2012 at 05:05:17PM +0100, Kay Sievers wrote: > Matthew, any idea? > Remove the rule? Sure. My suspicion is that this is fine with some firmware versions, but figuring out which is going to be a pain. Probably easiest to drop it. -- Matthew Garrett | mj...@srcf.ucam.org _

Re: [systemd-devel] Supermicro X8ST3 KVM-over-IP keyboard doesn't work with the existing rule in 42-usb-hid-pm.rules

2012-12-06 Thread Kay Sievers
Matthew, any idea? Remove the rule? Thanks, Kay On Thu, Dec 6, 2012 at 9:20 AM, Robert Milasan wrote: > It seems that the added rules: > > ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="046b", > ATTR{idProduct}=="ff10", TEST=="power/control", > ATTR{power/control}="auto" > > creates problems

Re: [systemd-devel] Network.service for wifi

2012-12-06 Thread Oleksii Shevchuk
I use this: grep -R wlan2 /etc/udev/rules.d/ /etc/udev/rules.d/70-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:27:19:f5:62:90", ATTR{dev_id}=="0x0", ATTR{type}=="1", NAME="wlan2", ENV{SYSTEMD_WANTS}="wireless@wlan2.target", GOTO="net_ok" # cat /etc/systemd/syste

Re: [systemd-devel] Network.service for wifi

2012-12-06 Thread Tomasz Torcz
On Wed, Dec 05, 2012 at 04:36:04PM -0800, John Tobias wrote: > Follow up to my previous message: The systemd need to determine if my > firmware of my wifi has been loaded by the kernel. > Any idea? Probably device like sys-subsystem-net-devices-wlan0.device will appear. You can use it as an orde

[systemd-devel] Supermicro X8ST3 KVM-over-IP keyboard doesn't work with the existing rule in 42-usb-hid-pm.rules

2012-12-06 Thread Robert Milasan
It seems that the added rules: ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="046b", ATTR{idProduct}=="ff10", TEST=="power/control", ATTR{power/control}="auto" creates problems for people with Supermicro X8ST3 mb (and maybe other Supermicro mb's) and renders the KVM-over-IP unusable, at BIOS

Re: [systemd-devel] Network.service for wifi

2012-12-06 Thread John Tobias
Follow up to my previous message: The systemd need to determine if my firmware of my wifi has been loaded by the kernel. Any idea? Regards, john On Wed, Dec 5, 2012 at 3:44 PM, John Tobias wrote: > Hi All, > > I have a wireless interface that I have created a .service. But, the > wlan0 interfac

[systemd-devel] Network.service for wifi

2012-12-06 Thread John Tobias
Hi All, I have a wireless interface that I have created a .service. But, the wlan0 interface takes a while before it shows up in the system. I would like to know how to tell to systemd to check if the wlan0 interface is available, then if its available that's the time the systemd execute ExecStart