Re: [systemd-devel] [PATCH 1/2] udev: fix segfault with android rndis

2013-03-03 Thread Kay Sievers
On Sun, Mar 3, 2013 at 6:55 PM, Rob Clark robdcl...@gmail.com wrote: The android gadget driver for network tethering over rndis somehow has a parent device with a null name. Probably this is bug in android driver, but it is easy enough to make systemd/udev behave gracefully and not segfault.

Re: [systemd-devel] [PATCH 2/2] udev: fix for devices without PCI

2013-03-03 Thread Kay Sievers
On Sun, Mar 3, 2013 at 6:55 PM, Rob Clark robdcl...@gmail.com wrote: On many arm embedded SoC's (phones, tablets, etc), there is no PCI bus. So it is not an error if names_pci() fails to find a parent PCI device. As the comment in the code lines above states, all these names work on for PCI

Re: [systemd-devel] [PATCH 2/2] udev: fix for devices without PCI

2013-03-03 Thread Kay Sievers
On Sun, Mar 3, 2013 at 7:10 PM, Rob Clark robdcl...@gmail.com wrote: On Sun, Mar 3, 2013 at 1:06 PM, Kay Sievers k...@vrfy.org wrote: On Sun, Mar 3, 2013 at 6:55 PM, Rob Clark robdcl...@gmail.com wrote: On many arm embedded SoC's (phones, tablets, etc), there is no PCI bus. So

Re: [systemd-devel] [PATCH] bash-completion: split completions and move to new location

2013-03-03 Thread Kay Sievers
On Mon, Mar 4, 2013 at 12:18 AM, Michael Biebl mbi...@gmail.com wrote: 2013/3/3 Michael Biebl mbi...@gmail.com: 2013/3/3 Kay Sievers k...@vrfy.org: On Sat, Mar 2, 2013 at 10:46 PM, Michael Biebl mbi...@gmail.com wrote: That said, I can prep a follow-up patch, which makes that configurable

Re: [systemd-devel] [PATCH] core: check system call auditing is enabled

2013-02-19 Thread Kay Sievers
On Tue, Feb 19, 2013 at 9:06 PM, Kok, Auke-jan H auke-jan.h@intel.com wrote: On Tue, Feb 19, 2013 at 11:29 AM, Jon Masters jonat...@jonmasters.org wrote: From: Jon Masters j...@jonmasters.org Systemd relies upon CONFIG_AUDITSYSCALL support being present in the kernel. This is because

Re: [systemd-devel] usb_id gets bogus serial and makes a mess

2013-02-17 Thread Kay Sievers
On Thu, Feb 7, 2013 at 3:52 PM, Robert Milasan rmila...@suse.com wrote: Hi, seems that using some strange usb devices with really bogus serial numbers usb_id creates links with junk strings in it: /dev/disk/by-id/usb-TSSTcorp_BDDVDW_SE-506AB_㡒䍌䜶䉗ぁㄴ㌴†ँ-0:0 Initially was believed that usb_id

Re: [systemd-devel] usb_id gets bogus serial and makes a mess

2013-02-17 Thread Kay Sievers
On Sun, Feb 17, 2013 at 10:33 PM, Reindl Harald h.rei...@thelounge.net wrote: Am 17.02.2013 22:30, schrieb Kay Sievers: Initially was believed that usb_id is to blame, then the kernel, but it We use the same rules now as described here: http://msdn.microsoft.com/en-us/library/windows

Re: [systemd-devel] usb_id gets bogus serial and makes a mess

2013-02-17 Thread Kay Sievers
On Sun, Feb 17, 2013 at 11:11 PM, Reindl Harald h.rei...@thelounge.net wrote: Am 17.02.2013 22:59, schrieb Kay Sievers: On Sun, Feb 17, 2013 at 10:33 PM, Reindl Harald h.rei...@thelounge.net wrote: Am 17.02.2013 22:30, schrieb Kay Sievers: Initially was believed that usb_id is to blame

Re: [systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Kay Sievers
On Sat, Feb 16, 2013 at 4:45 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Wed, Feb 13, 2013 at 05:39:54AM +0200, Zeeshan Ali (Khattak) wrote: +} else if (streq(name, SYSTEM_ID)) +udev_builtin_add_property(dev, test, ID_FS_SYSTEM_ID, value); + +

Re: [systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Kay Sievers
On Sat, Feb 16, 2013 at 10:53 PM, Zeeshan Ali (Khattak) zeesha...@gnome.org wrote: On Sat, Feb 16, 2013 at 8:04 PM, Kay Sievers k...@vrfy.org wrote: We just hex encode stuff that isn't ascii or valid utf8, udev just mangles some old values for compat reasons, new stuff should only use encoding

Re: [systemd-devel] [v3] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Kay Sievers
On Sun, Feb 17, 2013 at 2:21 AM, Zeeshan Ali (Khattak) zeesha...@gnome.org wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org --- src/udev/udev-builtin-blkid.c | 16 1 file changed, 16 insertions(+) Applied. Thanks, Kay ___

Re: [systemd-devel] troubleshooting different behaviour of systemd between f16 and f18

2013-02-13 Thread Kay Sievers
On Wed, Feb 13, 2013 at 10:56 AM, Thierry Parmentelat thierry.parmente...@inria.fr wrote: Thanks for the feedback; I didn't know that, so it might come in handy in understanding the problem However, I'm puzzled because it looks like there's no attempt at all to launch pl_sysinit The

Re: [systemd-devel] network/openvswitch dependency loop/deadlock

2013-02-13 Thread Kay Sievers
On Wed, Feb 13, 2013 at 12:10 PM, Colin Guthrie gm...@colin.guthr.ie wrote: Either way, is a generator the way to go here longer term, or is there some other plan afoot to modernise the static network configs? The static network config files, file format and parsing will some day be part of

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-02-13 Thread Kay Sievers
On Wed, Feb 13, 2013 at 7:19 PM, Tomasz Torcz to...@pipebreaker.pl wrote: On Tue, Feb 12, 2013 at 09:07:00AM +0100, Jan Engelhardt wrote: On Monday 2013-01-07 23:29, Lennart Poettering wrote: For your example the new code would pick a name of enp0s0d0, i.e. for pci bus 0, slot 0, and dev_id

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-02-13 Thread Kay Sievers
On Wed, Feb 13, 2013 at 7:35 PM, Tomasz Torcz to...@pipebreaker.pl wrote: On Wed, Feb 13, 2013 at 07:29:10PM +0100, Kay Sievers wrote: On Wed, Feb 13, 2013 at 7:19 PM, Tomasz Torcz to...@pipebreaker.pl wrote: On Tue, Feb 12, 2013 at 09:07:00AM +0100, Jan Engelhardt wrote: On Monday 2013-01

Re: [systemd-devel] [PATCH] bootchart: use conf-parser CamelCase names in .conf

2013-02-13 Thread Kay Sievers
On Thu, Feb 14, 2013 at 12:42 AM, Kok, Auke-jan H auke-jan.h@intel.com wrote: On Wed, Feb 13, 2013 at 3:32 PM, Lennart Poettering lenn...@poettering.net wrote: On Wed, 13.02.13 14:27, Kok, Auke-jan H (auke-jan.h@intel.com) wrote: Hmm, what does this stand for? Wikipedia doesn't have

Re: [systemd-devel] bootchart: tabs to spaces?

2013-02-12 Thread Kay Sievers
On Tue, Feb 12, 2013 at 9:16 AM, Jan Engelhardt jeng...@inai.de wrote: On Thursday 2013-01-10 12:35, Kay Sievers wrote: On Thu, Jan 10, 2013 at 6:49 AM, Alessandro Delgado adelgado1...@gmail.com wrote: I like tabs better. Though the question should answer itself looking at the involving

Re: [systemd-devel] bootchart: tabs to spaces?

2013-02-12 Thread Kay Sievers
On Tue, Feb 12, 2013 at 1:28 PM, Jan Engelhardt jeng...@inai.de wrote: On Tuesday 2013-02-12 12:52, Kay Sievers wrote: But hey, I just don't want any tabs anymore, and don't care about undefined tab with as a feature. So all is totally fine with spaces only in systemd. We have more important

Re: [systemd-devel] [PATCH] udev: don't create symlink or rename if it already exists

2013-02-12 Thread Kay Sievers
On Tue, Feb 12, 2013 at 2:18 PM, Robert Milasan rmila...@suse.com wrote: Under some circumstances udev mixed with multipath fails: udevd-work[1376]: symlink(../../sdk, /dev/disk/by-id/scsi-36005076305ffc0672842.udev-tmp) failed: File exists udevd-work[1432]:

Re: [systemd-devel] [PATCH] udev: don't create symlink or rename if it already exists

2013-02-12 Thread Kay Sievers
On Tue, Feb 12, 2013 at 3:07 PM, Robert Milasan rmila...@suse.com wrote: On Tue, 12 Feb 2013 14:57:28 +0100 Kay Sievers k...@vrfy.org wrote: Btw, you should use a different mailer for sending patches, or attach them; this seems all mangled and would not apply. OK, as you wish and yes I

Re: [systemd-devel] Systemd fails to give shell prompt on Linux 2.6.37

2013-02-12 Thread Kay Sievers
On Tue, Feb 12, 2013 at 3:19 PM, embedded linux embeddedlinuxfor...@gmail.com wrote: Any suggestions would be of great help for me. Sorry, none of us uses these old kernel and systemd versions anymore. This mailing list is mostly used by people who develop the new stuff. It might just be that

Re: [systemd-devel] systemd convert

2013-02-11 Thread Kay Sievers
On Tue, Feb 12, 2013 at 4:49 AM, Jan Engelhardt jeng...@inai.de wrote: On Monday 2012-11-26 15:49, Kay Sievers wrote: I guess that answers the binaries bit, but probably doesn't answer why system units are in /usr/lib/systemd/system/ rather than, say, /usr/share/systemd/systemd. I think

Re: [systemd-devel] systemd should not call KDSKBMODE on a VT with X

2013-02-07 Thread Kay Sievers
On Fri, Feb 8, 2013 at 3:31 AM, Jan Engelhardt jeng...@inai.de wrote: On Friday 2013-02-08 02:59, Lennart Poettering wrote: On Wed, 06.02.13 01:04, Jan Engelhardt (jeng...@inai.de) wrote: On Tuesday 2013-02-05 01:36, Kay Sievers wrote: On Sat, Feb 2, 2013 at 11:17 PM, Arthur Taylor

Re: [systemd-devel] Calendar timer events on non-24/7 systems

2013-02-06 Thread Kay Sievers
On Wed, Feb 6, 2013 at 12:49 PM, Jan Janssen medhe...@web.de wrote: On Tuesday 05 February 2013 11:19:29 David Strauss wrote: On Tue, Feb 5, 2013 at 8:54 AM, Jan Janssen medhe...@web.de wrote: It would be nice if timers got scheduled based on their last time they got triggered. They have

Re: [systemd-devel] [Patch] NumLock setting from vconsole.conf

2013-02-06 Thread Kay Sievers
On Wed, Feb 6, 2013 at 4:03 PM, David Herrmann dh.herrm...@googlemail.com wrote: I actually don't care that much whether this option gets introduced or not. The race-condition is pretty hard to trigger and even if you trigger it, it doesn't cause any big problems but only wrongly lit LEDs.

Re: [systemd-devel] build failures in latest master from d848b9cbfa0ba72381363accce481600169df2eb

2013-02-05 Thread Kay Sievers
On Tue, Feb 5, 2013 at 1:01 PM, Colin Walters walt...@verbum.org wrote: On Tue, 2013-02-05 at 06:40 +0100, Zbigniew Jędrzejewski-Szmek wrote: On Thu, Jan 31, 2013 at 07:21:27PM -0500, Colin Walters wrote: Using -Wl,--gc-sections helps a lot, but still. We could just put it in a private path

Re: [systemd-devel] questions about systemd-nspawn

2013-02-05 Thread Kay Sievers
On Tue, Feb 5, 2013 at 8:34 PM, Jake Edge j...@lwn.net wrote: Howdy Lennart and the systemd gang, Trying to play with systemd-nspawn on a Fedora 18 system using a 3.8-rc5 kernel (if it matters) with audit turned off You should be able to use audit=0 on the kernel command line. (why is that

Re: [systemd-devel] Feature request: schedule jobs for last day of month

2013-02-05 Thread Kay Sievers
On Tue, Feb 5, 2013 at 10:15 PM, David Strauss da...@davidstrauss.net wrote: Is there interest in a patch? It looks like adding Recurrence= to timer units to support iCal RECUR format would be trivial. I'm personally not too excited about supporting a full embedded language for timers. :) Many

Re: [systemd-devel] systemd should not call KDSKBMODE on a VT with X

2013-02-04 Thread Kay Sievers
On Sat, Feb 2, 2013 at 11:17 PM, Arthur Taylor a...@ified.ca wrote: KDSKBMODE is a virtual console ioctl which changes the current mode of the virtual console keyboard for that particular virtual terminal. That is, the virtual console keyboard mode, like the keymap, is a per-virtual terminal

Re: [systemd-devel] Systemd and network devices under LXC?

2013-01-24 Thread Kay Sievers
On Thu, Jan 24, 2013 at 9:23 AM, Tomasz Torcz to...@pipebreaker.pl wrote: On Thu, Jan 24, 2013 at 12:29:41AM -0500, Lars Kellogg-Stedman wrote: BindsTo=sys-subsystem-net-devices-eth0.device Systemd (197) does not appear to be aware of this interface, and ultimately gives up with the

Re: [systemd-devel] Systemd and network devices under LXC?

2013-01-24 Thread Kay Sievers
On Thu, Jan 24, 2013 at 6:29 AM, Lars Kellogg-Stedman l...@oddbit.com wrote: I am running Linux under LXC. I have a systemd unit file for dhcpcd (a DHCP client) that includes: I understand that this may be a udev problem, and there are posts out there indicating that udev had problems running

Re: [systemd-devel] Systemd and network devices under LXC?

2013-01-24 Thread Kay Sievers
On Thu, Jan 24, 2013 at 1:20 PM, Lars Kellogg-Stedman l...@oddbit.com wrote: Are you sure you see the process running there? I see systemd-udevd running: # systemd-detect-virt lxc-libvirt # ps -fe UIDPID PPID C STIME TTY TIME CMD root 1 0 0 Jan23 ?

Re: [systemd-devel] systemd-analyze-197 broken

2013-01-23 Thread Kay Sievers
@intel.com) wrote: On Tue, Jan 22, 2013 at 10:05 PM, Kok, Auke-jan H auke-jan.h@intel.com wrote: On Tue, Jan 22, 2013 at 7:33 PM, Kay Sievers k...@vrfy.org wrote: On Wed, Jan 23, 2013 at 4:21 AM, Lennart Poettering Check if you have /sys/firmware/efi/efivars

Re: [systemd-devel] systemd-196/196 fails to build with x32 Abi support

2013-01-22 Thread Kay Sievers
On Fri, Jan 18, 2013 at 11:11 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Fri, Jan 18, 2013 at 07:34:29PM +0100, Lennart Poettering wrote: On Fri, 18.01.13 18:22, Stephan Raue (mailingli...@openelec.tv) wrote: Am 18.01.2013 18:14, schrieb Colin Walters: On Fri, 2013-01-18

Re: [systemd-devel] systemd-analyze-197 broken

2013-01-22 Thread Kay Sievers
On Wed, Jan 23, 2013 at 4:21 AM, Lennart Poettering lenn...@poettering.net wrote: On Mon, 21.01.13 14:33, Kok, Auke-jan H (auke-jan.h@intel.com) wrote: ps: doing some extra cleaning on the code, expect a new patch soon. I just updated my EFI system to HEAD with your latest patch applied,

Re: [systemd-devel] [systemd-commits] 3 commits - .gitignore Makefile.am src/bootchart src/core src/efi-boot-generator src/shared

2013-01-21 Thread Kay Sievers
On Mon, Jan 21, 2013 at 7:29 AM, Andrey Borzenkov arvidj...@gmail.com wrote: commit f4ce2b3e5ce93b83f14f8785e205ebb5a9b8c1df Author: Lennart Poettering lenn...@poettering.net Date: Mon Jan 21 01:02:53 2013 +0100 efi: add efi boot generator that automatically mounts the ESP to /boot

Re: [systemd-devel] [systemd-commits] 3 commits - .gitignore Makefile.am src/bootchart src/core src/efi-boot-generator src/shared

2013-01-21 Thread Kay Sievers
On Mon, Jan 21, 2013 at 12:49 PM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Kay Sievers at 21/01/13 11:03 did gyre and gimble: On Mon, Jan 21, 2013 at 7:29 AM, Andrey Borzenkov arvidj...@gmail.com wrote: commit f4ce2b3e5ce93b83f14f8785e205ebb5a9b8c1df Author: Lennart

Re: [systemd-devel] [systemd-commits] 3 commits - .gitignore Makefile.am src/bootchart src/core src/efi-boot-generator src/shared

2013-01-21 Thread Kay Sievers
On Mon, Jan 21, 2013 at 1:05 PM, Frederic Crozat fcro...@suse.com wrote: Le lundi 21 janvier 2013 à 12:03 +0100, Kay Sievers a écrit : It's the simplest and most efficient setup a system can have. But this setup is not shim loader/Secure Boot compatible. Sure it is. Why not? It has nothing

Re: [systemd-devel] [systemd-commits] 3 commits - .gitignore Makefile.am src/bootchart src/core src/efi-boot-generator src/shared

2013-01-21 Thread Kay Sievers
On Mon, Jan 21, 2013 at 1:21 PM, Frederic Crozat fcro...@suse.com wrote: Le lundi 21 janvier 2013 à 13:09 +0100, Kay Sievers a écrit : On Mon, Jan 21, 2013 at 1:05 PM, Frederic Crozat fcro...@suse.com wrote: Le lundi 21 janvier 2013 à 12:03 +0100, Kay Sievers a écrit : It's the simplest

Re: [systemd-devel] PATCH: handle SYSTEMCTL_OPTIONS in systemctl

2013-01-16 Thread Kay Sievers
On Wed, Jan 16, 2013 at 6:15 PM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Frederic Crozat at 16/01/13 17:07 did gyre and gimble: I was planning to handle this environment variable in our tools but tools team would prefer to have it in systemctl. I guess I'll have to

Re: [systemd-devel] bootchart: tabs to spaces?

2013-01-10 Thread Kay Sievers
On Thu, Jan 10, 2013 at 6:49 AM, Alessandro Delgado adelgado1...@gmail.com wrote: I like tabs better. Though the question should answer itself looking at the involving environment codebase. Consistency is what matters. Tabs would make sense if we would use them strictly for indentation and

Re: [systemd-devel] [PATCH] bootchart: make sure that every read buffer is null terminated

2013-01-10 Thread Kay Sievers
On Thu, Jan 10, 2013 at 3:16 PM, Lukáš Nykrýn lnyk...@redhat.com wrote: Hello, I am not sure about this one. There is a probability that bufgetline during first call in src/bootchart/log.c:265 can get string which is not null-terminated. Applied. Thanks, Kay

Re: [systemd-devel] bootchart: tabs to spaces?

2013-01-09 Thread Kay Sievers
On Wed, Jan 9, 2013 at 11:17 PM, Kok, Auke-jan H auke-jan.h@intel.com wrote: On Wed, Jan 9, 2013 at 1:51 PM, Thomas H.P. Andersen pho...@gmail.com wrote: I have a patch ready that moves bootchart from using tabs to spaces. Do we want that or should I leave it as it is? I'm a bit partial

Re: [systemd-devel] bootchart: tabs to spaces?

2013-01-09 Thread Kay Sievers
On Thu, Jan 10, 2013 at 12:17 AM, Kok, Auke-jan H auke-jan.h@intel.com wrote: On Wed, Jan 9, 2013 at 3:06 PM, Kay Sievers k...@vrfy.org wrote: On Wed, Jan 9, 2013 at 11:17 PM, Kok, Auke-jan H auke-jan.h@intel.com wrote: On Wed, Jan 9, 2013 at 1:51 PM, Thomas H.P. Andersen pho

Re: [systemd-devel] [PATCH] Add missing bootchart manual and conf file

2013-01-08 Thread Kay Sievers
On Tue, Jan 8, 2013 at 1:23 PM, Umut Tezduyar u...@tezduyar.com wrote: --- Makefile.am |5 - 1 files changed, 4 insertions(+), 1 deletions(-) Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] [PATCH] [RFC] systemd-bootchart: merge bootchart.

2013-01-07 Thread Kay Sievers
On Mon, Jan 7, 2013 at 6:55 AM, Kok, Auke-jan H auke-jan.h@intel.com wrote: On Sun, Jan 6, 2013 at 6:54 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Sun, Jan 06, 2013 at 06:35:18PM -0800, Kok, Auke-jan H wrote: On Sun, Jan 6, 2013 at 11:35 AM, Lennart Poettering

Re: [systemd-devel] [PATCH 3/6] nss-myhostname: integrate into systemd buildsystem

2013-01-07 Thread Kay Sievers
On Mon, Jan 7, 2013 at 8:29 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Mon, Jan 07, 2013 at 03:14:42PM +0100, Lennart Poettering wrote: On Sun, 06.01.13 10:46, Bryan Kadzban (br...@kadzban.is-a-geek.net) wrote: On Linux the .la files are probably not necessary for shared libs,

Re: [systemd-devel] [PATCH 3/6] nss-myhostname: integrate into systemd buildsystem

2013-01-06 Thread Kay Sievers
On Sun, Jan 6, 2013 at 9:03 AM, Tollef Fog Heen tfh...@err.no wrote: ]] Tom Gundersen This was what the old nss-myhostname did. Lennart: any good reason to exclude the .la or should nss-myhostname be treated the same as the other libs? Do the same for the rest of them. We can decide later

Re: [systemd-devel] Proposal: integrate biosdevname into systemd tree

2013-01-04 Thread Kay Sievers
On Fri, Jan 4, 2013 at 10:02 AM, Alexander E. Patrakov patra...@gmail.com wrote: What worries me now is that I was able to learn about the recommended replacement (biosdevname) only via IRC, from Kay Sievers. There are no pointers to biosdevname in any documentation that comes with systemd

Re: [systemd-devel] Proposal: integrate biosdevname into systemd tree

2013-01-04 Thread Kay Sievers
On Fri, Jan 4, 2013 at 1:07 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 4 jan. 2013, om 10:54 heeft Reindl Harald h.rei...@thelounge.net het volgende geschreven: Am 04.01.2013 10:40, schrieb Alexander E. Patrakov: 2013/1/4 Reindl Harald h.rei...@thelounge.net: but hopefully

Re: [systemd-devel] [PATCH] add sprezzos as alias for debian in autoconf script

2012-12-30 Thread Kay Sievers
On Sun, Dec 30, 2012 at 3:02 PM, Tomasz Torcz to...@pipebreaker.pl wrote: On Sat, Dec 29, 2012 at 03:30:08PM -0500, nick black wrote: - at some point, either debian or the derivative might lurch in a new direction. in either case, carefully-crafted, minimal new TARGET_-specific code (or

Re: [systemd-devel] [PATCH] add sprezzos as alias for debian in autoconf script

2012-12-30 Thread Kay Sievers
On Sat, Dec 29, 2012 at 9:21 PM, Lennart Poettering lenn...@poettering.net wrote: On Fri, 28.12.12 23:34, nick black (nick.bl...@sprezzatech.com) wrote: This patch adds sprezzos as an alias for debian in the configuration script. It also adds a comment exhorting other Debian derivatives to do

Re: [systemd-devel] [PATCH] add sprezzos as alias for debian in autoconf script

2012-12-30 Thread Kay Sievers
On Sun, Dec 30, 2012 at 4:09 PM, Jan Engelhardt jeng...@inai.de wrote: On Sunday 2012-12-30 15:02, Tomasz Torcz wrote: On Sat, Dec 29, 2012 at 03:30:08PM -0500, nick black wrote: - at some point, either debian or the derivative might lurch in a new direction. in either case,

Re: [systemd-devel] [PATCH] hwdb: Add database for Bluetooth company identifiers

2012-12-30 Thread Kay Sievers
On Fri, Dec 28, 2012 at 8:53 AM, Marcel Holtmann mar...@holtmann.org wrote: Makefile.am | 1 + hwdb/20-bluetooth-vendor-product.hwdb | 541 ++ 2 files changed, 542 insertions(+) create mode 100644

Re: [systemd-devel] [PATCH] udevd: add missing : to getopt_long 'e'

2012-12-22 Thread Kay Sievers
On Wed, Dec 19, 2012 at 1:12 PM, Lukas Nykryn lnyk...@redhat.com wrote: Parameter -e is set without additional argument in getopt and this leads to segfault when calling 'systemd-udevd -e'. Applied. Thanks, Kay ___ systemd-devel mailing list

Re: [systemd-devel] After firmare

2012-12-19 Thread Kay Sievers
On Wed, Dec 19, 2012 at 3:50 PM, Lennart Poettering lenn...@poettering.net wrote: On Wed, 12.12.12 15:57, John Tobias (john.tobias...@gmail.com) wrote: I have a network.service (pls see below) for my wireless interface: [Unit] Description=Network [Service] Restart=on-failure

Re: [systemd-devel] daemon migration tutorial

2012-12-14 Thread Kay Sievers
On Fri, Dec 14, 2012 at 10:53 AM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Dennis Semakin at 14/12/12 08:15 did gyre and gimble: I just want to ask you a question about daemon migration to systemd. I have daemon source code, I want to use it with systemd. Where can I find

Re: [systemd-devel] Counting mechanism in udev rules

2012-12-14 Thread Kay Sievers
On Fri, Dec 14, 2012 at 3:47 PM, Robert Milasan rmila...@suse.com wrote: On Fri, 14 Dec 2012 11:30:05 +0100 Kay Sievers k...@vrfy.org wrote: On Fri, Dec 14, 2012 at 9:11 AM, Robert Milasan rmila...@suse.com wrote: Is there some kind of a counting mechanism which can be used in a udev rule

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

2012-12-07 Thread Kay Sievers
On Fri, Dec 7, 2012 at 10:48 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Thu, Dec 06, 2012 at 11:51:18PM +0100, Markus Rathgeb wrote: Possibe correct links: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html#dracut8

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 rmila...@suse.com 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] 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 mj...@srcf.ucam.org 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

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 graw...@gmail.com 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 ___

Re: [systemd-devel] [PATCH] systemctl: fix typo

2012-12-03 Thread Kay Sievers
On Mon, Dec 3, 2012 at 3:45 PM, Umut Tezduyar u...@tezduyar.com wrote: --- shell-completion/systemd-zsh-completion.zsh |6 +++--- src/systemctl/systemctl.c |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) Applied. Thanks, Kay

Re: [systemd-devel] [PATCH] getty-generator: fix handling systems without a console

2012-12-02 Thread Kay Sievers
On Sun, Dec 2, 2012 at 6:06 PM, David Herrmann dh.herrm...@googlemail.com wrote: If the system does not have any active console, we should not try to create an empty symlink. Instead, create no symlink at all. Otherwise, on systems with CONFIG_VT=n and no serial console, we will create a

Re: [systemd-devel] [PATCH] timedated: do not incorrectly close non-opened dbus connection

2012-12-02 Thread Kay Sievers
On Mon, Dec 3, 2012 at 1:50 AM, Shawn Landden shawnland...@gmail.com wrote: Fix the fallowing error when no system dbus available: Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] [PATCH] DISTRO_PORTING: fix path to hostname-setup.c

2012-12-01 Thread Kay Sievers
On Sat, Dec 1, 2012 at 2:27 PM, yannicklm yannicklm1...@gmail.com wrote: --- DISTRO_PORTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) I think that was fixed yesterday already: http://cgit.freedesktop.org/systemd/systemd/commit/?id=7830fcd836fb1e8901a534da9ae733109eeba9c4

Re: [systemd-devel] 4 failing tests

2012-11-30 Thread Kay Sievers
On Fri, Nov 30, 2012 at 11:43 AM, Ramkumar Ramachandra artag...@gmail.com wrote: Ramkumar Ramachandra wrote: $ ./test-journal Assertion 'journal_file_open(test.journal, O_RDWR|O_CREAT, 0666, true, true, NULL, NULL, NULL, f) == 0' failed at src/journal/test-journal.c:46, function main().

Re: [systemd-devel] 4 failing tests

2012-11-30 Thread Kay Sievers
On Fri, Nov 30, 2012 at 1:28 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: It'll be created by systemd during init if not present. So we _do_ a kind of around. I haven't looked at the details of the patch, but I think that it would be nice to support testing before the first run

Re: [systemd-devel] 4 failing tests

2012-11-30 Thread Kay Sievers
On Fri, Nov 30, 2012 at 1:45 PM, Ramkumar Ramachandra artag...@gmail.com wrote: Kay Sievers wrote: On Fri, Nov 30, 2012 at 1:28 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: It'll be created by systemd during init if not present. So we _do_ a kind of around. Where

Re: [systemd-devel] [PATCH 1/3] LICENSE.LGPL2.1: update license

2012-11-30 Thread Kay Sievers
On Thu, Nov 29, 2012 at 8:06 PM, Ramkumar Ramachandra artag...@gmail.com wrote: Update the license with the copy found on http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt Applied. Thanks, Kay ___ systemd-devel mailing list

Re: [systemd-devel] [PATCH 2/3] DISTRO_PORTING: correct location of hostname-setup.c

2012-11-30 Thread Kay Sievers
On Thu, Nov 29, 2012 at 8:06 PM, Ramkumar Ramachandra artag...@gmail.com wrote: f33d3ec1 (move more common files to shared/ and add them to shared.la, 2012-04-12) moved src/hostname-setup.c to src/shared/hostname-setup.c, but did not update DISTRO_PORTING accordingly. Fix this. Applied.

Re: [systemd-devel] [PATCH 3/3] man: fix some spelling mistakes

2012-11-30 Thread Kay Sievers
On Thu, Nov 29, 2012 at 8:06 PM, Ramkumar Ramachandra artag...@gmail.com wrote: Fix some minor spelling mistakes in the manpages. Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] [PATCH 1/3] LICENSE.LGPL2.1: update license

2012-11-30 Thread Kay Sievers
On Fri, Nov 30, 2012 at 2:23 PM, Ramkumar Ramachandra artag...@gmail.com wrote: Kay Sievers wrote: On Thu, Nov 29, 2012 at 8:06 PM, Ramkumar Ramachandra artag...@gmail.com wrote: Update the license with the copy found on http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt Applied

Re: [systemd-devel] 4 failing tests

2012-11-30 Thread Kay Sievers
On Fri, Nov 30, 2012 at 6:43 PM, Timothy Pepper timothy.c.pep...@linux.intel.com wrote: On Fri 30 Nov at 13:58:43 +0100 k...@vrfy.org said: On Fri, Nov 30, 2012 at 1:45 PM, Ramkumar Ramachandra artag...@gmail.com wrote: Kay Sievers wrote: On Fri, Nov 30, 2012 at 1:28 PM, Zbigniew

Re: [systemd-devel] .journal~ files

2012-11-29 Thread Kay Sievers
On Thu, Nov 29, 2012 at 12:50 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Thu, Nov 29, 2012 at 12:44:08PM +0100, Zbigniew Jędrzejewski-Szmek wrote: On Thu, Nov 29, 2012 at 10:24:48AM +, Colin Guthrie wrote: Hi, I have several .journal~ files in my journal dir... without

Re: [systemd-devel] journal space requirements

2012-11-29 Thread Kay Sievers
On Thu, Nov 29, 2012 at 1:42 PM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Colin Guthrie at 29/11/12 12:22 did gyre and gimble: 'Twas brillig, and Zbigniew Jędrzejewski-Szmek at 29/11/12 11:48 did gyre and gimble: On Thu, Nov 29, 2012 at 10:37:26AM +, Colin Guthrie

Re: [systemd-devel] journal space requirements

2012-11-29 Thread Kay Sievers
On Thu, Nov 29, 2012 at 2:14 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: Yeah, definitely something is not working. journalctl --lines=100 -o export | build-remote/systemd-journal-remote --compress --stdin -o /tmp/dir2/file.journal gives me 644K, and XZ turns that into 31K.

Re: [systemd-devel] Force rotating the journal?

2012-11-28 Thread Kay Sievers
On Wed, Nov 28, 2012 at 12:10 PM, Apostolos Bartziokas barz...@gmail.com wrote: The journal on my system doesn't respect the SystemMaxUse parameter in /etc/systemd/journald.conf. I set in 30M and it has grown to 70M. The solution i found is to manually delete the journal folder but this is a

Re: [systemd-devel] logind: multiseat without framebuffer graphic cards

2012-11-26 Thread Kay Sievers
On Sun, Nov 25, 2012 at 6:35 PM, Oleg Samarin osamari...@gmail.com wrote: В Вс., 25/11/2012 в 02:21 +0100, Kay Sievers пишет: On Sat, Nov 24, 2012 at 10:46 PM, Lennart Poettering lenn...@poettering.net wrote: This sounds as if it should be tagged with uaccess, so that it is managed

Re: [systemd-devel] systemd convert

2012-11-26 Thread Kay Sievers
On Sun, Nov 25, 2012 at 11:39 PM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Lennart Poettering at 24/11/12 23:11 did gyre and gimble: On Sat, 24.11.12 10:18, Dave (Bob) (d...@bob-the-boat.me.uk) wrote: The only thing that I would be interested to know, is why what I would

Re: [systemd-devel] logind: multiseat without framebuffer graphic cards

2012-11-24 Thread Kay Sievers
On Sat, Nov 24, 2012 at 10:46 PM, Lennart Poettering lenn...@poettering.net wrote: This sounds as if it should be tagged with uaccess, so that it is managed by dynamic ACLs as sessoins become active and inactive. Kay, what's the story behind /dev/snd/seq and ACLs? Should work fine when the

Re: [systemd-devel] udev 182 and kernel 3.6.7

2012-11-24 Thread Kay Sievers
On Sun, Nov 25, 2012 at 12:05 AM, Nelson dim...@gmail.com wrote: Also wondering, if this isn't a kernel issue then why does 70-persistent-cd.rules get generated if it's missing under kernel 3.2.29, but under 3.6.7 it does not? It's probably the switch to the libata transport class. Udev does

Re: [systemd-devel] Handling sysctl entries that depend on module presence?

2012-11-19 Thread Kay Sievers
On Tue, Nov 20, 2012 at 1:06 AM, Lennart Poettering lenn...@poettering.net wrote: On Mon, 19.11.12 08:13, Mantas Mikulėnas (graw...@gmail.com) wrote: This doesn't affect TCPCongestion= in systemd socket units, since root is allowed to set any algorithm, and the module is simply loaded on

Re: [systemd-devel] Handling sysctl entries that depend on module presence?

2012-11-19 Thread Kay Sievers
On Tue, Nov 20, 2012 at 1:52 AM, Lennart Poettering lenn...@poettering.net wrote: B1;3401;0cOn Tue, 20.11.12 01:33, Kay Sievers (k...@vrfy.org) wrote: On Tue, Nov 20, 2012 at 1:06 AM, Lennart Poettering lenn...@poettering.net wrote: On Mon, 19.11.12 08:13, Mantas Mikulėnas (graw

Re: [systemd-devel] [PATCH] Disable firmware loading when firmware file is 0 byte

2012-11-16 Thread Kay Sievers
On Fri, Nov 16, 2012 at 4:49 PM, Peter Lemenkov lemen...@gmail.com wrote: 2012/11/16 Umut Tezduyar u...@tezduyar.com: If firmware file is not found in the file system, udev terminates firmware loading. This is not the case if firmware file exists in the file system but doesn't have any data

Re: [systemd-devel] segfault in hwdb

2012-11-15 Thread Kay Sievers
On Thu, Nov 15, 2012 at 5:05 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: Something like this appeared with latest git: Nov 15 16:55:46 fedora-15 systemd-udevd[334]: worker [364] terminated by signal 11 (Segmentation fault) Nov 15 16:55:46 fedora-15 [387]: Process 364

Re: [systemd-devel] systemd195: issue with udev launched script

2012-11-15 Thread Kay Sievers
On Thu, Nov 15, 2012 at 7:40 PM, Warpme war...@o2.pl wrote: Sometime ago upgraded my ArchLinux (kernel3.3.8) server to systemd195. Today I discovered that my backup procedure fails. It was working OK with previous systemd. Forgive me if this forum is wrong place to ask such questions, but as

Re: [systemd-devel] [PATCH] libudev: avoid leak during realloc failure

2012-11-12 Thread Kay Sievers
On Mon, Nov 12, 2012 at 1:07 AM, Mauro Dreissig muk...@gmail.com wrote: --- src/libudev/libudev-list.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Applied. Thanks, Kay ___ systemd-devel mailing list

Re: [systemd-devel] [PATCH] allow udev to correctly handle 'change' after device has disappeared

2012-11-08 Thread Kay Sievers
On Thu, 2012-11-08 at 11:13 +0100, Robert Milasan wrote: From: Neil Brown nfbr...@suse.com Date: Thu, 8 Nov 2012 10:39:06 +0100 Subject: [PATCH] If a 'change' event does not get handled by udev until after the device has subsequently disappeared, udev mis-handles it. This can happen with

Re: [systemd-devel] Journal API demo application: tallow - a fail2ban replacement

2012-11-08 Thread Kay Sievers
On Thu, Nov 8, 2012 at 8:31 AM, William Douglas william.doug...@intel.com wrote: Kok, Auke-jan H auke-jan.h@intel.com writes: I wrote a demo application that uses the journal API to scan for SSH bruteforce logs in the journal, called tallow. Since Auke is on vacation now (and would

Re: [systemd-devel] [PATCH] remove Frugalware vconsole legacy file support

2012-11-03 Thread Kay Sievers
On Sat, Nov 3, 2012 at 4:23 PM, Miklos Vajna vmik...@frugalware.org wrote: --- src/vconsole/vconsole-setup.c | 13 - 1 file changed, 13 deletions(-) Nice. Applied. Thanks, Kay ___ systemd-devel mailing list

Re: [systemd-devel] [PATCH] [RFC] systemd-bootchart: merge bootchart.

2012-11-01 Thread Kay Sievers
On Wed, Oct 31, 2012 at 9:04 PM, Kok, Auke-jan H auke-jan.h@intel.com wrote: On Wed, Oct 31, 2012 at 11:30 AM, Zbigniew Jędrzejewski-Szmek Does this mean that there'll be a file in /etc/systemd/ always? This goes against the practice of moving default configuration to /usr. no, the

Re: [systemd-devel] [PATCH] systemd: mount the EFI variable filesystem

2012-10-31 Thread Kay Sievers
On Wed, Oct 31, 2012 at 2:04 PM, Colin Walters walt...@verbum.org wrote: On Mon, 2012-10-29 at 10:21 +0800, joeyli wrote: I tested this patch on my UEFI notebook with latest EFI kernel git tree, the efivarfs mounted normally after system boot and I can delete/add EFI variable through

Re: [systemd-devel] [PATCH] SMACK: Add configuration options. (v3)

2012-10-30 Thread Kay Sievers
On Wed, Oct 31, 2012 at 12:30 AM, Schaufler, Casey casey.schauf...@intel.com wrote: Given that SMACK and SELinux have their own file systems /sys/fs/smack and /sys/fs/selinux sounds like the right choice. And AppArmor uses securityfs, hence /sys/kernel/security/apparmor is their root of the

Re: [systemd-devel] Transient hostname default behaviour

2012-10-29 Thread Kay Sievers
On Mon, Oct 29, 2012 at 9:56 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Mon, Oct 29, 2012 at 01:38:55PM -0600, Daniel Drake wrote: On Mon, Oct 29, 2012 at 1:33 PM, Daniel Drake d...@laptop.org wrote: I'm working on updating OLPC configuration for systemd-195 based on this

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Kay Sievers
On Sat, Oct 27, 2012 at 6:02 AM, Michael H. Warfield m...@wittsend.com wrote: On Sat, 2012-10-27 at 05:24 +0200, Olav Vitters wrote: sent too quickly.. On Sat, Oct 27, 2012 at 05:22:30AM +0200, Olav Vitters wrote: On Fri, Oct 26, 2012 at 10:16:47PM -0400, Michael H. Warfield wrote: BTW...

Re: [systemd-devel] Problem with systemd-timedated

2012-10-27 Thread Kay Sievers
On Sat, Oct 27, 2012 at 12:37 PM, Maciej Piechotka uzytkown...@gmail.com wrote: After some update of systemd the systemd-timedated stopped starting automatically which causes troubles for timezone settings. I cannot find anything in logs. When I run it by hand everything works. What kind of

Re: [systemd-devel] [PATCH 5/6] NEWS: add a note

2012-10-27 Thread Kay Sievers
On Sat, Oct 27, 2012 at 1:57 PM, Peter Sztan sztan...@gmail.com wrote: On Sat, Oct 27, 2012 at 9:08 AM, Ben Boeckel maths...@gmail.com wrote: --- NEWS | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bb5b887..da0b329 100644 --- a/NEWS +++ b/NEWS

Re: [systemd-devel] Problem with systemd-timedated

2012-10-27 Thread Kay Sievers
On Sat, Oct 27, 2012 at 4:20 PM, Maciej Piechotka uzytkown...@gmail.com wrote: On Sat, 2012-10-27 at 13:53 +0200, Kay Sievers wrote: On Sat, Oct 27, 2012 at 12:37 PM, Maciej Piechotka uzytkown...@gmail.com wrote: After some update of systemd the systemd-timedated stopped starting

Re: [systemd-devel] [PATCH 5/6] NEWS: add a note

2012-10-27 Thread Kay Sievers
On Sat, Oct 27, 2012 at 11:37 PM, Lennart Poettering lenn...@poettering.net wrote: On Sat, 27.10.12 14:15, Kay Sievers (k...@vrfy.org) wrote: That is fine, we need to do this, otherwise 'make distcheck' fails with configure and NEWS out-of-sync. It needs to be turned into 196 just

<    3   4   5   6   7   8   9   10   11   12   >