Re: [systemd-devel] [PATCH 1/3] shared: add generic IPC barrier

2014-07-14 Thread Tom Gundersen
On Sun, Jul 13, 2014 at 5:37 PM, David Herrmann dh.herrm...@gmail.com wrote: Hi On Sun, Jul 13, 2014 at 1:30 PM, Tom Gundersen t...@jklm.no wrote: Couple of random nitpicks below. On Sun, Jul 13, 2014 at 12:37 PM, David Herrmann dh.herrm...@gmail.com wrote: The Barrier object is a simple

Re: [systemd-devel] systemd-networkd: no network connectivity with 214/master due to 63a070415db09f5b5bcc5c

2014-07-14 Thread Tom Gundersen
On Sat, Jul 12, 2014 at 7:38 AM, Camilo Aguilar camilo.agui...@gmail.com wrote: Hm, if I read the DHCP spec correctly it requires the networks to deal with broadcast packets, as NAK is always sent as broadcast, so if this is the case we have a bigger problem. My interpretation is that a DHCPNAK

Re: [systemd-devel] systemd-networkd fails to get DHCPv4 lease with disabled IPv6

2014-07-14 Thread Tom Gundersen
On Mon, Jul 7, 2014 at 10:56 AM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Tom Gundersen at 06/07/14 23:32 did gyre and gimble: That worked... thanks. BTW, is yes/true still a valid argument for DHCP (because the manpage says otherwise)? yes is a synonym for both and no

Re: [systemd-devel] [networkd] Event source …: Operation not supported

2014-07-14 Thread Tom Gundersen
On Fri, Jul 11, 2014 at 10:55 PM, Mark Oteiza mvote...@udel.edu wrote: Hi, networkd on systemd v215 starts churning after printing the error in the subject. The issue is present on git master. Thanks for the report. Could this be related to ipv6 being disabled on your machine? To verify,

Re: [systemd-devel] SIT tunnel does not work

2014-07-14 Thread Tom Gundersen
On Sun, Jul 13, 2014 at 9:43 PM, Tomasz Torcz to...@pipebreaker.pl wrote: On Sun, Jun 29, 2014 at 01:05:22PM +0200, Tomasz Torcz wrote: he.netdev: -- [NetDev] Name=he Kind=sit [Tunnel] Local=109.107.25.67 Remote=216.66.80.162 he.network: --- [Match] Name=enp5s0

Re: [systemd-devel] Setting bonding parameters

2014-07-14 Thread Tom Gundersen
On Sun, Jul 13, 2014 at 8:33 PM, poma pomidorabelis...@gmail.com wrote: On 26.06.2014 15:30, Lukáš Nykrýn wrote: poma píše v Pá 20. 06. 2014 v 13:36 +0200: On 20.06.2014 13:31, Tom Gundersen wrote: On Thu, Jun 19, 2014 at 1:37 PM, Vladimir Elisseev vo...@vovan.nl wrote: Simple question:

Re: [systemd-devel] [PATCH] arch: add crisv32

2014-07-14 Thread Simon McVittie
On 06/07/14 20:38, Lennart Poettering wrote: Our understanding so far was more that multilib refers to the scheme which allows you to run executables of different, but compatible archs on the same system. In this scheme you would have your each executable only of one arch around, but you can

Re: [systemd-devel] SIT tunnel does not work

2014-07-14 Thread Tomasz Torcz
On Mon, Jul 14, 2014 at 11:18:43AM +0200, Tom Gundersen wrote: Hi Tomasz, I just tried with your configuration with current git and it works for me. Note that your kernel may not yet have received the module autoloading patch for the tunnel modules (these have been applied to all

Re: [systemd-devel] SIT tunnel does not work

2014-07-14 Thread Tomasz Torcz
On Mon, Jul 14, 2014 at 01:05:09PM +0200, Tomasz Torcz wrote: Man, I need coffee. I just tried one way - I've put Tunnel= option into my extarnal I just tried another way - I've put Tunnel= option into my external -- Tomasz TorczOnly gods can safely risk perfection,

[systemd-devel] 70-uaccess.rules: add new ID_SDR_HW?

2014-07-14 Thread Alick Zhao
Hi all, I am recently playing with software defined radio (SDR) hardwares (USRP, bladeRF, etc.), and come across the plugdev group issue. It seems the best way is to write a local rule saying something like: [1] SUBSYSTEM==usb, ENV{DEVTYPE}==usb_device, \ ATTRS{idVendor}==,

Re: [systemd-devel] [PATCH] [RFC] Add binary password agent protocol

2014-07-14 Thread David Härdeman
On Thu, Jul 03, 2014 at 01:41:43PM +0200, Lennart Poettering wrote: On Fri, 27.06.14 01:54, David Härdeman (da...@hardeman.nu) wrote: Add binary string handling functions and extend the password agent protocol to support binary strings (using = as a string prefix instead of +). I am feeling a

Re: [systemd-devel] systemd-networkd fails to get DHCPv4 lease with disabled IPv6

2014-07-14 Thread David Timothy Strauss
On Sun, Jul 6, 2014 at 3:32 PM, Tom Gundersen t...@jklm.no wrote: yes is a synonym for both and no for none. These are odd semantics, given that IPv6 is completely configurable using router advertisements for even DNS information (that is, no DHCP whatsoever). Perhaps the option should be

Re: [systemd-devel] systemd-networkd fails to get DHCPv4 lease with disabled IPv6

2014-07-14 Thread Dan Williams
On Mon, 2014-07-14 at 11:06 -0700, David Timothy Strauss wrote: On Sun, Jul 6, 2014 at 3:32 PM, Tom Gundersen t...@jklm.no wrote: yes is a synonym for both and no for none. These are odd semantics, given that IPv6 is completely configurable using router advertisements for even DNS

Re: [systemd-devel] [networkd] Event source …: Operation not supported

2014-07-14 Thread Mark Oteiza
Tom Gundersen t...@jklm.no writes: On Fri, Jul 11, 2014 at 10:55 PM, Mark Oteiza mvote...@udel.edu wrote: Hi, networkd on systemd v215 starts churning after printing the error in the subject. The issue is present on git master. Thanks for the report. Could this be related to ipv6 being

Re: [systemd-devel] systemd-networkd fails to get DHCPv4 lease with disabled IPv6

2014-07-14 Thread Alex Crawford
I don't mean to be pedantic, but I think any would be a better choice. -Alex On Mon, Jul 14, 2014 at 1:54 AM, Tom Gundersen t...@jklm.no wrote: On Mon, Jul 7, 2014 at 10:56 AM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Tom Gundersen at 06/07/14 23:32 did gyre and gimble:

Re: [systemd-devel] [networkd] Event source …: Operation not supported

2014-07-14 Thread Tom Gundersen
On Mon, Jul 14, 2014 at 10:46 PM, Mark Oteiza mvote...@udel.edu wrote: Tom Gundersen t...@jklm.no writes: On Fri, Jul 11, 2014 at 10:55 PM, Mark Oteiza mvote...@udel.edu wrote: Hi, networkd on systemd v215 starts churning after printing the error in the subject. The issue is present on

Re: [systemd-devel] 70-uaccess.rules: add new ID_SDR_HW?

2014-07-14 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Jul 14, 2014 at 07:40:10PM +0800, Alick Zhao wrote: Hi all, I am recently playing with software defined radio (SDR) hardwares (USRP, bladeRF, etc.), and come across the plugdev group issue. It seems the best way is to write a local rule saying something like: [1]

Re: [systemd-devel] 70-uaccess.rules: add new ID_SDR_HW?

2014-07-14 Thread Kay Sievers
On Tue, Jul 15, 2014 at 1:50 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Mon, Jul 14, 2014 at 07:40:10PM +0800, Alick Zhao wrote: Hi all, I am recently playing with software defined radio (SDR) hardwares (USRP, bladeRF, etc.), and come across the plugdev group issue. It seems

Re: [systemd-devel] networkd losing dhcp lease with dracut / nfs root

2014-07-14 Thread Rich Freeman
On Sun, Jun 29, 2014 at 10:27 AM, Tom Gundersen t...@jklm.no wrote: On Sat, Jun 28, 2014 at 11:29 AM, Tom Gundersen t...@jklm.no wrote: Your analysis is correct. networkd is not updating the lft. We should change two things: dracut (or whatever is being used on your machine) should set an

Re: [systemd-devel] 70-uaccess.rules: add new ID_SDR_HW?

2014-07-14 Thread Alick Zhao
On 07/15/2014 08:03 AM, Kay Sievers wrote: So is it possible to add ID_SDR_HW in the 70-uaccess.rules file? It could be done. Whether systemd is the best place to keep the rules for SDR depends on whether there's a better project, like sane for scanners, etc. You may suggest a