Bug#793374: [PATCH] Copy .link interface naming definitions to initramfs

2015-07-26 Thread Martin Pitt
Control: tag -1 pending Hey Julian, Julian Wollrath [2015-07-26 15:17 +0200]: > Currently, only the default .link files from /lib/systemd/network are > copied to the initramfs, meaning, that additional (local) .link naming > definitions will be ignored when the system is still controlled by the >

Processed: Re: Bug#793374: [PATCH] Copy .link interface naming definitions to initramfs

2015-07-26 Thread Debian Bug Tracking System
Processing control commands: > tag -1 pending Bug #793374 [systemd] systemd: Does not honour /etc/systemd/network/*.link Added tag(s) pending. -- 793374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793374 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems __

Uppmärksamhet

2015-07-26 Thread Capital Credit Union
Hälsningar {Kapital Credit Union} erbjuder en bred rand av den finansiella handeln, utlåning tjänster till privatpersoner och samarbete vi erbjuder lån till en ränta på 3%. Och som från 10.000 euro till 50.000.000 euro {tio tusen euro till femtio miljoner euro och att någon valuta}. Om d

Bug#788050: systemd-fsck : Check disks at each reboot

2015-07-26 Thread Simon Dreher
Hi, > For a few days now each time the computer boots it forces a > file system check on two of my disks. > > [...] >> >> I am still experiencing this error in Debian Sid/unstable. Could >> the cause be pinpointed? Please tell me, if you need more debug >> information from an a

timedatectl Should Not be Enabled by Default: Privacy/Anonymity risks

2015-07-26 Thread bancfc
Its not a good idea to enable timedatectl (or any NTP daemon) by default in Debian Stretch+ because it has negative consequences for privacy and anonymity. The NTP protocol is not secure and can be trivially manipulated by network observers to mount clock skew attacks. NTPS is no better because of

Processed: tagging 791633

2015-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 791633 + wontfix - fixed-upstream Bug #791633 [systemd] Can't anything bad be detected when given gibberish? Added tag(s) wontfix. Bug #791633 [systemd] Can't anything bad be detected when given gibberish? Removed tag(s) fixed-upstream. > tha

Re: [PATCH] Disable kdbus support

2015-07-26 Thread Michael Biebl
Am 26.07.2015 um 16:15 schrieb Martin Pitt: > Hey Julian, > > Julian Wollrath [2015-07-26 16:02 +0200]: >> kdbus is not available on Debian. Hence, disable kdbus support to avoid >> unnecessary inclusion of code handling its existance. > > It won't do that. --disable-kdbus merely changes the defa

Re: [PATCH] Disable kdbus support

2015-07-26 Thread Martin Pitt
Hey Julian, Julian Wollrath [2015-07-26 16:02 +0200]: > kdbus is not available on Debian. Hence, disable kdbus support to avoid > unnecessary inclusion of code handling its existance. It won't do that. --disable-kdbus merely changes the default of the "kdbus=" kernel command line runtime option.

Re: [PATCH] Disable kdbus support

2015-07-26 Thread Julian Wollrath
Oups, actually never mind, it just turns kdbus automatically off but support for it is still compiled in, so there is no real gain in doing this. Sorry. With best regards, Julian Wollrath Am Sun, 26 Jul 2015 16:02:38 +0200 schrieb Julian Wollrath : > kdbus is not available on Debian. Hence, disa

[PATCH] Disable kdbus support

2015-07-26 Thread Julian Wollrath
kdbus is not available on Debian. Hence, disable kdbus support to avoid unnecessary inclusion of code handling its existance. --- debian/changelog | 3 +++ debian/rules | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7cb36aef4f44..708670efc25d 10

Bug#793374: [PATCH] Copy .link interface naming definitions to initramfs

2015-07-26 Thread Julian Wollrath
Currently, only the default .link files from /lib/systemd/network are copied to the initramfs, meaning, that additional (local) .link naming definitions will be ignored when the system is still controlled by the initramfs and interfaces might get wrong names. Fix this by copying all .link files fr

Bug#793374: [PATCH v3] Copy .link interface naming definitions to initramfs

2015-07-26 Thread Julian Wollrath
I addressed your remarks and now I find based approach is used. I also got rid of the explicit copying of 01-mac-usb.link and 99-default.link, since this is now also done by find. Cheers, Julian ___ Pkg-systemd-maintainers mailing list Pkg-systemd-main

Bug#793374: [PATCH] Copy *.link files from /etc/systemd/network to initramfs

2015-07-26 Thread martin f krafft
also sprach Julian Wollrath [2015-07-26 14:06 +0200]: > But that would assume, that findutils is installed. I do not known if > this is always the case. It's essential, meaning we can rely on it. -- .''`. martin f. krafft @martinkrafft : :' : proud Debian developer `. `'` http://people.

Bug#793374: [PATCH] Copy *.link files from /etc/systemd/network to initramfs

2015-07-26 Thread Ansgar Burchardt
Julian Wollrath writes: > Am Sat, 25 Jul 2015 12:24:02 +0200 > schrieb martin f krafft : > >> You could also just use >> >> find /etc/systemd/network --name \*.link --exec cp -pt >> $DESTDIR/lib/systemd/network/ {} + >> > > But that would assume, that findutils is installed. I do not known if >

Processed: tagging 787720

2015-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 787720 + pending Bug #787720 [systemd] systemd: Missing /usr/lib/systemd/boot/efi for "bootctl install" Ignoring request to alter tags of bug #787720 to the same tags previously set > thanks Stopping processing here. Please contact me if yo

Processed: tagging 787720

2015-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 787720 + pending Bug #787720 [systemd] systemd: Missing /usr/lib/systemd/boot/efi for "bootctl install" Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 787720: http://bugs.debian.org/cg

Bug#793374: [PATCH] Copy *.link files from /etc/systemd/network to initramfs

2015-07-26 Thread Julian Wollrath
Am Sat, 25 Jul 2015 12:24:02 +0200 schrieb martin f krafft : > You could also just use > > find /etc/systemd/network --name \*.link --exec cp -pt > $DESTDIR/lib/systemd/network/ {} + > But that would assume, that findutils is installed. I do not known if this is always the case. Cheers, Juli

Processed: Re: Bug#793647: systemd: missing build conflict vs autoconf2.13 - AM_COND_IF: no such condition "ARCH_IA32"

2015-07-26 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 autoconf2.13 Bug #793647 [systemd] systemd: missing build conflict vs autoconf2.13 - AM_COND_IF: no such condition "ARCH_IA32" Bug reassigned from package 'systemd' to 'autoconf2.13'. No longer marked as found in versions systemd/222-2. Ignoring request

Bug#793647: systemd: missing build conflict vs autoconf2.13 - AM_COND_IF: no such condition "ARCH_IA32"

2015-07-26 Thread Michael Biebl
Control: reassign -1 autoconf2.13 Am 26.07.2015 um 02:55 schrieb Ben Pfaff: > On Sun, Jul 26, 2015 at 01:25:03AM +0200, Michael Biebl wrote: >> Am 25.07.2015 um 23:45 schrieb Alban Browaeys: >>> Package: systemd >>> Version: 222-2 >>> Severity: normal >>> >>> Dear Maintainer, >>> >>> Building syst