Re: [systemd-devel] Where is DHCP Address stored?

2015-11-29 Thread Philip Müller
Am 28.11.2015 um 17:00 schrieb Tom Gundersen:
> On Sat, Nov 28, 2015 at 4:42 PM, J Decker  wrote:
>> On Sat, Nov 28, 2015 at 7:36 AM, Tom Gundersen  wrote:
>> Arch; did an update lastnight/this morning when my networking fell apart.
> 
> As far as I can tell the fixes for these issues are upstream, but not
> backported. You could try with current git, or ask downstream to
> backport.
> 

Well, I see in this regard followed commit: resolved: fix typo in
in_addr_is_localhost()

https://github.com/systemd/systemd/commit/db15affc05be7ba8d2089e655e653b59458d9c6f

Or is something else still needed to fix this?



___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] Where is DHCP Address stored?

2015-11-29 Thread Philip Müller
Am 28.11.2015 um 17:00 schrieb Tom Gundersen:
>> Arch; did an update lastnight/this morning when my networking fell apart.
> As far as I can tell the fixes for these issues are upstream, but not
> backported. You could try with current git, or ask downstream to
> backport.
> 

Ok, seems these might be needed to fix this:

https://github.com/systemd/systemd/pull/2029
https://github.com/systemd/systemd/commit/ff7d5a5c7c9faa553a24861db4bf531560df9c0d
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] network interface renaming

2015-11-29 Thread Steve Abner



On 11/24/2015 11:43 AM, Steve Abner wrote:

On 11/23/2015 10:10 AM, Steven Abner wrote:
 systemd-networkd[260]: wlan0   : found matching network 
'/etc/systemd/network/11-dhcp-wlan0.network', based on potentially 
unpredictable ifname
 I assume its harmless message, but someone went to trouble of 
issuing warning in code, so I'd like to fix.
It appears a fix for the message is to alter wpa_supplicant@.service 
to pull in dhclient@.service,
which both must be Before=network.target. Since both must be in before 
networkd, I settled

on using Wants=network-pre.target. The "rule" .network gets deleted.
But that still leaves two issues:
   destructive transaction (other post) and the naming convention of 
interfaces.
Can remove warnings, use wpa_supplicant@ with dhclient@ and disable 
networkd. Will produce

workable, but has side effect:
networkd with complaints takes under a second, dhcp handling interface 
takes 7-14 seconds.
Personally I like the milliseconds, so hope networkd destructive warning 
is a "FIXME" complaint
and nothing harmful, and its not liking the kernel naming is just a 
reminder also.

Sorry to bother list, I guess I found resolution. Mark Closed.

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] about systemd build

2015-11-29 Thread yan...@iscas.ac.cn

when I build systemd219 in ubuntu 14.04.and I have install util-linux(2.27 form 
ubuntu 15.04) and  it also report "configure: error: *** libmount support 
required but libraries not found"  How to do that? Thank you! 


yan...@iscas.ac.cn
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] about systemd build

2015-11-29 Thread Martin Pitt
yan...@iscas.ac.cn [2015-11-30 11:26 +0800]:
> 
> when I build systemd219 in ubuntu 14.04.and I have install util-linux(2.27 
> form ubuntu 15.04) and  it also report "configure: error: *** libmount 
> support required but libraries not found"  How to do that? Thank you! 

You need libmount-dev, not ubuntu 15.04.

However, please take this word of warning: You are sending dozens of
questions to the upstream and now this mailing list with very little
contents, and they show that you do not fully understand what you are
doing. If you hack up a system that way, building your own systemd,
installing it on your 15.04 Ubuntu etc., you are entirely on your own,
and things *will* break (see your trouble with libsystemd-pam and
logind sessions breaking).

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel