Bug#765577: (no subject)

2015-05-21 Thread Martin Pitt
Control: tag -1 pending

Hey Faidon,

Faidon Liambotis [2015-04-22 15:25 +0300]:
 -new_rule_pattern=$(echo ^SUBSYSTEM==\net\, ACTION==\add\$match | sed 
 -re 's/([\?\*])/\\\1/g')
 +new_rule_pattern=$(echo ^SUBSYSTEM==\net\, ACTION==\add\$match | sed 
 -re 's/([\?\*\{\}])/\\\1/g')

Thanks for spotting this! I tested this now with Marco's test script,
and it still works fine. Committed to master now:

  http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?id=3d02f64154

(to experimental too).

 I have to say... constructing regexps in shell is tricky and the
 whole escaping-with-sed logic feels like a hack. I think a literal
 grep (i.e.  -F) would be better here, especially since I don't see
 the point of an exact match (even if the file was modified by the
 sysadmin, the right thing would to not write a new rule anyway).
 This is probably something to be considered post-jessie.

Yeah, the whole generator is a horrible thing.. For the future I
actually want to propose a bolder change:

  https://lists.debian.org/debian-devel/2015/05/msg00170.html

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature
___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Processing of systemd_219-10_amd64.changes

2015-05-21 Thread Debian FTP Masters
systemd_219-10_amd64.changes uploaded successfully to localhost
along with the files:
  systemd_219-10.dsc
  systemd_219-10.debian.tar.xz
  gir1.2-gudev-1.0_219-10_amd64.deb
  libgudev-1.0-0_219-10_amd64.deb
  libgudev-1.0-dev_219-10_amd64.deb
  libpam-systemd_219-10_amd64.deb
  libsystemd-daemon-dev_219-10_amd64.deb
  libsystemd-dev_219-10_amd64.deb
  libsystemd-id128-dev_219-10_amd64.deb
  libsystemd-journal-dev_219-10_amd64.deb
  libsystemd-login-dev_219-10_amd64.deb
  libsystemd0_219-10_amd64.deb
  libudev-dev_219-10_amd64.deb
  libudev1-udeb_219-10_amd64.udeb
  libudev1_219-10_amd64.deb
  python3-systemd_219-10_amd64.deb
  systemd-dbg_219-10_amd64.deb
  systemd-sysv_219-10_amd64.deb
  systemd_219-10_amd64.deb
  udev-udeb_219-10_amd64.udeb
  udev_219-10_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers


Processed: Re: Bug#765577: (no subject)

2015-05-21 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 pending
Bug #765577 [udev-udeb] netboot install writes duplicates to 
70-persistent-net.rules
Bug #777126 [udev-udeb] udev: duplicate eth? entries
Added tag(s) pending.
Added tag(s) pending.

-- 
765577: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765577
777126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777126
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers


Bug#765577: marked as done (netboot install writes duplicates to 70-persistent-net.rules)

2015-05-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 May 2015 09:39:47 +
with message-id e1yvmx9-0004vw...@franck.debian.org
and subject line Bug#765577: fixed in systemd 219-10
has caused the Debian Bug report #765577,
regarding netboot install writes duplicates to 70-persistent-net.rules
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
765577: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: udev-udeb
Version: 215-5+b1
Severity: important
User: debian-...@lists.debian.org
Usertags: debian-edu

I ran into this problem when installing a Debian Edu Jessie workstation
using PXE on a Lenovo Thinkpad X200.  The problem at the end is that
users can not log into the workstation because the network interface is
not properly configured.  This is caused by the network card to show up
as eth1 instead of eth0.  Only eth0 is configured in
/etc/network/interfaces.

This in turn is caused by /etc/udev/rules.d/70-presisten-net.rules
listing the network card twice, once with eth0 and once with eth1.  The
file look like this:

  # This file was automatically generated by the /lib/udev/write_net_rules
  # program, run by the persistent-net-generator.rules rules file.
  #
  # You can modify it, as long as you keep each rule on a single
  # line, and change only the value of the NAME= key.

  # PCI device 0x8086:0x10f5 (e1000e)
  SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:1f:16:0b:47:4d, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth0

  # PCI device 0x8086:0x10f5 (e1000e)
  SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:1f:16:0b:47:4d, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth1

As this have not happend to me every time, I have tried to figure out
what is special about this setup, but do not know the udev stuff enough
to have a clue.  I do notice this part in the log, which seem to be
related:

Oct 16 10:51:35 main-menu[186]: INFO: Menu item 'ethdetect' selected
Oct 16 10:51:35 kernel: [2.532038] usb 2-2: new full-speed USB device 
number 3 using uhci_hcd
Oct 16 10:51:35 net/hw-detect.hotplug: Detected hotpluggable network interface 
lo
Oct 16 10:51:35 net/hw-detect.hotplug: Detected hotpluggable network interface 
eth1
Oct 16 10:51:35 kernel: [2.620227] systemd-udevd[51]: renamed network 
interface eth0 to eth1
Oct 16 10:51:35 kernel: [2.636070] Switched to clocksource tsc
Oct 16 10:51:35 kernel: [2.707037] usb 2-2: New USB device found, 
idVendor=0a5c, idProduct=2145
Oct 16 10:51:35 kernel: [2.707039] usb 2-2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
Oct 16 10:51:35 kernel: [2.707042] usb 2-2: Product: ThinkPad Bluetooth 
with Enhanced Data Rate II
Oct 16 10:51:35 kernel: [2.707043] usb 2-2: Manufacturer: Lenovo Computer 
Corp
Oct 16 10:51:35 hw-detect: Detected module 'usb-storage' for 'USB storage'

Notice how eth0 was renamed to eth1 by udev while hw-detect version
1.104 was running.  Any clue what is going wrong here?

-- 
Happy hacking
Petter Reinholdtsen
---End Message---
---BeginMessage---
Source: systemd
Source-Version: 219-10

We believe that the bug you reported is fixed in the latest version of
systemd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 765...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Pitt mp...@debian.org (supplier of updated systemd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 May 2015 09:43:52 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev 
libsystemd-login-dev libsystemd-daemon-dev libsystemd-journal-dev 
libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb 
libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python3-systemd systemd-dbg
Architecture: source amd64
Version: 219-10
Distribution: experimental
Urgency: medium
Maintainer: Debian systemd Maintainers 
pkg-systemd-maintainers@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description:
 gir1.2-gudev-1.0 - libgudev-1.0 introspection data
 libgudev-1.0-0 - GObject-based wrapper 

Bug#777126: marked as done (udev: duplicate eth? entries)

2015-05-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 May 2015 09:39:47 +
with message-id e1yvmx9-0004vw...@franck.debian.org
and subject line Bug#765577: fixed in systemd 219-10
has caused the Debian Bug report #765577,
regarding udev: duplicate eth? entries
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
765577: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: udev
Version: 215-10
Severity: minor

Dear Maintainer,

I did a PXE installation of Jessie on a machine that has only one NIC and got
the following two entries in /etc/udev/rules.d/70-persistent-net.rules:

# PCI device 0x8086:0x109a (e1000e)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:1f:e2:03:d5:12, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth0

# PCI device 0x8086:0x109a (e1000e)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:1f:e2:03:d5:12, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth1

The only difference between these two lines is the name.
/etc/network/interfaces says:

allow-hotplug eth1
iface eth1 inet dhcp

but eth0 does not appear.

I guess, that these duplicate lines with almost identical content are not 
intended. Nevertheless, networking works ok.

Btw. Wheezy on the same machine has only eth0 like the first line above.

-- Package-specific info:

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages udev depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.55
ii  libacl12.2.52-2
ii  libblkid1  2.25.2-4.1
ii  libc6  2.19-13
ii  libkmod2   18-3
ii  libselinux12.3-2
ii  libudev1   215-10
ii  lsb-base   4.1+Debian13+nmu1
ii  procps 2:3.3.9-8
ii  util-linux 2.25.2-4.1

udev recommends no packages.

udev suggests no packages.

-- debconf information:
  udev/new_kernel_needed: false
  udev/reboot_needed:
  udev/sysfs_deprecated_incompatibility:
  udev/title/upgrade:
P: /devices/LNXSYSTM:00
E: DEVPATH=/devices/LNXSYSTM:00
E: MODALIAS=acpi:LNXSYSTM:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXCPU:00
E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:00
E: MODALIAS=acpi:LNXCPU:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXCPU:01
E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:01
E: MODALIAS=acpi:LNXCPU:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXCPU:02
E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:02
E: MODALIAS=acpi:LNXCPU:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXCPU:03
E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:03
E: MODALIAS=acpi:LNXCPU:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXPWRBN:00
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00
E: DRIVER=button
E: MODALIAS=acpi:LNXPWRBN:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: KEY=10 0 0 0
E: MODALIAS=input:b0019vp0001e-e0,1,k74,ramlsfw
E: NAME=Power Button
E: PHYS=LNXPWRBN/button/input0
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=55626

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=82518
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00
E: MODALIAS=acpi:LNXSYBUS:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00
E: MODALIAS=acpi:PNP0A08:PNP0A03:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00
E: MODALIAS=acpi:PNP0C01:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04
E: MODALIAS=acpi:PNP0C02:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00
E: 

systemd_219-10_amd64.changes ACCEPTED into experimental

2015-05-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 May 2015 09:43:52 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev 
libsystemd-login-dev libsystemd-daemon-dev libsystemd-journal-dev 
libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb 
libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python3-systemd systemd-dbg
Architecture: source amd64
Version: 219-10
Distribution: experimental
Urgency: medium
Maintainer: Debian systemd Maintainers 
pkg-systemd-maintainers@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description:
 gir1.2-gudev-1.0 - libgudev-1.0 introspection data
 libgudev-1.0-0 - GObject-based wrapper library for libudev
 libgudev-1.0-dev - libgudev-1.0 development files
 libpam-systemd - system and service manager - PAM module
 libsystemd-daemon-dev - systemd utility library (transitional package)
 libsystemd-dev - systemd utility library - development files
 libsystemd-id128-dev - systemd 128 bit ID utility library (transitional 
package)
 libsystemd-journal-dev - systemd journal utility library (transitional package)
 libsystemd-login-dev - systemd login utility library (transitional package)
 libsystemd0 - systemd utility library
 libudev-dev - libudev development files
 libudev1   - libudev shared library
 libudev1-udeb - libudev shared library (udeb)
 python3-systemd - Python 3 bindings for systemd
 systemd- system and service manager
 systemd-dbg - system and service manager (debug symbols)
 systemd-sysv - system and service manager - SysV links
 udev   - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 765577
Changes:
 systemd (219-10) experimental; urgency=medium
 .
   * Fix assertion crash with empty Exec*= paths. (LP: #1454173)
   * Drop Avoid-reload-and-re-start-requests-during-early-boot.patch
 and Avoid-reloading-services-when-shutting-down.patch: This was fixed more
 robustly in invoke-rc.d and service now, see #777113.
   * debian/tests/boot-smoke: Allow 10 seconds for systemd jobs to settle down.
   * Fix tentative state of devices which are not in /dev (mostly in
 containers), and avoid overzealous cleanup unmounting of mounts from them.
 (LP: #102)
   * debian/extra/udev-helpers/net.agent: Eliminate cat and most grep calls.
   * Drop Set-default-polling-interval-on-removable-devices-as.patch; it's long
 obsolete, CD ejection with the hardware button works properly without it.
   * Re-enable-journal-forwarding-to-syslog.patch: Update patch description,
 journal.conf.d/ exists now.
   * journal: Gracefully handle failure to bind to audit socket, which is known
 to fail in namespaces (containers) with current kernels. Also
 conditionalize systemd-journald-audit.socket on CAP_AUDIT_READ.
 (LP: #1457054)
   * Put back *.agent scripts and use net.agent in Ubuntu. This fixes escaping
 of unit names, reduces the delta, and will make it easier to get a common
 solution for integrating ifup.d/ scripts with networkd.
   * When booting with quiet, run the initramfs' udevd with notice log
 level. (LP: #1432171)
   * Add sigpwr-container-shutdown.service: Power off when receiving SIGPWR in
 a container. This makes lxc-stop work for systemd containers.
 (LP: #1457321)
   * write_net_rules: Escape '{' and '}' characters as well, to make this work
 with busybox grep. Thanks Faidon Liambotis! (Closes: #765577)
Checksums-Sha1:
 15a66753202a7d95d3d76909fed63263cc6c8835 3860 systemd_219-10.dsc
 7faa5f3404ed85c1d0fb4f60014ea1b6a34244a3 215784 systemd_219-10.debian.tar.xz
 c6dfe4d46d4385a499d9f6bdd757435fc5adca18 2826 gir1.2-gudev-1.0_219-10_amd64.deb
 2d3720222d79186c905f8958d430ce31b0e47fb4 47590 libgudev-1.0-0_219-10_amd64.deb
 9daa17eae4c24c8ce835884f2b4259dd7f8ef05b 24550 
libgudev-1.0-dev_219-10_amd64.deb
 ad3051928ac323d48f3443f54e688b031b9d34bb 141306 libpam-systemd_219-10_amd64.deb
 d4425fb24c9fc89cebf156247f871cb3ded9bf6f 37346 
libsystemd-daemon-dev_219-10_amd64.deb
 15d7108cd1c4811a5bef95edf8b0d864f68e4027 103478 libsystemd-dev_219-10_amd64.deb
 6e28dd86224a17cda38c80fefcaa26842f5c4796 37312 
libsystemd-id128-dev_219-10_amd64.deb
 6077e63a35f865310ad76443e16453068e3a1f0a 37324 
libsystemd-journal-dev_219-10_amd64.deb
 0f6f43df411c038a5b021f6a13ef02a6ace18aba 37334 
libsystemd-login-dev_219-10_amd64.deb
 d15301429dcefabbda60b1a3c995ce58a8fadcc0 101934 libsystemd0_219-10_amd64.deb
 09b2e0f06432005f532eda9c00c9243a3184dee7 23044 libudev-dev_219-10_amd64.deb
 1328e5aaa2d355f5a05666d8dc5eb5a6485ec58a 32110 libudev1-udeb_219-10_amd64.udeb
 6fd12abf44ec1f7d0c61240d13e39851a5cb2fce 69874 libudev1_219-10_amd64.deb
 ae4140d4fed8a4edf79909bc4db9fbcdae63c66e 67538 python3-systemd_219-10_amd64.deb
 424e08547f2968046ded0c005111ca532a4d0a9b 22040438 systemd-dbg_219-10_amd64.deb
 2d5b8cc396d603045014e4e5d2e0c60b4675007a 41980 systemd-sysv_219-10_amd64.deb
 

Bug#786418: deb-systemd-helper fails to enable systemd units when using 'WantedBy = ' with spaces

2015-05-21 Thread Patrick Schleizer
Package: init-system-helpers
Version: 1.23
Severity: minor

As reported [1] on the debian-systemd mailing list, deb-systemd-helper
will not enable systemd unit files when using spaces.

The spaces in

 WantedBy = multi-user.target

are unsupported by `deb-systemd-helper`. It needs to be strictly without
spaces.

 WantedBy=multi-user.target

Martin Pitt [2]:

 Right, and that's how all other units look like too, and the manpages
don't say that extra space is allowed either (in fact it is explicitly
not between e. g. '!' or '|' and the program name).

 So, please feel free to file a minor bug against deb-systemd-helper,
but I wouldn't recommend shipping units like that.

Cheers,
Patrick

[1]
https://lists.alioth.debian.org/pipermail/pkg-systemd-maintainers/2015-May/007273.html

[2]
https://lists.alioth.debian.org/pipermail/pkg-systemd-maintainers/2015-May/007273.html

___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers


Bug#786443: inhibit while a PID is running

2015-05-21 Thread Michael Biebl
Am 21.05.2015 um 20:45 schrieb martin f krafft:
 Package: systemd
 Version: 215-17
 Severity: wishlist
 File: /bin/systemd-inhibit
 
 Instead of inhibiting while a command spawned is running, please
 find a way to elegantly/efficiently inhibit while another process is
 running (e.g. a system backup).

Please file such feature requests upstream. This is not something which
should be implemented downstream.

Thanks,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Bug#786393: systemd: keyscript crypttab ignore, but booting ok with a annoying 1m30 delay

2015-05-21 Thread Wim Bertels
Hallo,

i tried out the graphical bugreport instead of the text version,
this is probably a duplicate of Bug#618862

Another note:
* there is no fallback to passphrase when the device with the keyfile is not 
plugged in (using :timeout en tries)

mvg,
Wim


Van: wim wim.bert...@khleuven.be
Verzonden: donderdag 21 mei 2015 11:37
Aan: Debian Bug Tracking System
Onderwerp: Bug#786393: systemd: keyscript crypttab ignore, but booting ok with 
a  annoying 1m30 delay

Package: systemd
Version: 215-17
Severity: normal

Hallo,

Context, clean jessie installation:
* Setting up LVM + cryptsetup boot + keyscript + systemd
* 2 harddisk (slow and fast)

** 1. Booting with passphrases works fine
** 2. Booting with a single passphrase an using decrypt_derived works fine to
load second lvm (although there is message that systemd doensn't understand the
option that's being used, ignoring)
*** 3. Now adding a keyfile to the first luks entry in crypttab instead of
using a passphrase
*** 4. This works with the passdev script, but starts always adds an delay of
1m30

How is this delay caused: by a job start that seems to want the use the keyfile
with the syntax found in the crypttab

Some notes:
* Following $9. The decrypt_derived keyscript$ in
/usr/share/doc/cryptsetup/README.initramfs.gz u need 'vgchange -a y' or
vgchange -a n' when working with lvm
* 'cryptsetup status crypt_drive' shows inactive, while drives are loaded and
being used?

hth,
Wim



-- Package-specific info:

-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=nl_BE.utf8, LC_CTYPE=nl_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systemd depends on:
ii  acl 2.2.52-2
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-59
ii  libacl1 2.2.52-2
ii  libaudit1   1:2.4-1+b1
ii  libblkid1   2.25.2-6
ii  libc6   2.19-18
ii  libcap2 1:2.24-8
ii  libcap2-bin 1:2.24-8
ii  libcryptsetup4  2:1.6.6-5
ii  libgcrypt20 1.6.3-2
ii  libkmod218-3
ii  liblzma55.1.1alpha+20120614-2+b3
ii  libpam0g1.1.8-3.1
ii  libselinux1 2.3-2
ii  libsystemd0 215-17
ii  mount   2.25.2-6
ii  sysv-rc 2.88dsf-59
ii  udev215-17
ii  util-linux  2.25.2-6

Versions of packages systemd recommends:
ii  dbus1.8.16-1
ii  libpam-systemd  215-17

Versions of packages systemd suggests:
pn  systemd-ui  none

-- no debconf information

___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers


Processed: forcibly merging 618862 786393

2015-05-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 618862 786393
Bug #618862 [systemd] systemd: ignores keyscript in crypttab
Bug #756202 [systemd] systemd: Slow bootup (more than 3 minutes), comment swap 
line in fstab
Bug #756202 [systemd] systemd: Slow bootup (more than 3 minutes), comment swap 
line in fstab
Marked as found in versions systemd/215-17.
Marked as found in versions systemd/215-17.
Bug #786393 [systemd] systemd: keyscript crypttab ignore, but booting ok with a 
 annoying 1m30 delay
Severity set to 'important' from 'normal'
Marked as found in versions systemd/19-1 and systemd/208-6.
Added tag(s) confirmed.
Merged 618862 756202 786393
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618862: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618862
756202: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756202
786393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786393
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers


Processing of systemd_215-18_amd64.changes

2015-05-21 Thread Debian FTP Masters
systemd_215-18_amd64.changes uploaded successfully to localhost
along with the files:
  systemd_215-18.dsc
  systemd_215-18.debian.tar.xz
  gir1.2-gudev-1.0_215-18_amd64.deb
  libgudev-1.0-0_215-18_amd64.deb
  libgudev-1.0-dev_215-18_amd64.deb
  libpam-systemd_215-18_amd64.deb
  libsystemd-daemon-dev_215-18_amd64.deb
  libsystemd-daemon0_215-18_amd64.deb
  libsystemd-dev_215-18_amd64.deb
  libsystemd-id128-0_215-18_amd64.deb
  libsystemd-id128-dev_215-18_amd64.deb
  libsystemd-journal-dev_215-18_amd64.deb
  libsystemd-journal0_215-18_amd64.deb
  libsystemd-login-dev_215-18_amd64.deb
  libsystemd-login0_215-18_amd64.deb
  libsystemd0_215-18_amd64.deb
  libudev-dev_215-18_amd64.deb
  libudev1-udeb_215-18_amd64.udeb
  libudev1_215-18_amd64.deb
  python3-systemd_215-18_amd64.deb
  systemd-dbg_215-18_amd64.deb
  systemd-sysv_215-18_amd64.deb
  systemd_215-18_amd64.deb
  udev-udeb_215-18_amd64.udeb
  udev_215-18_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers


Re: systemd SIGKILL regression in Jessie

2015-05-21 Thread Martin Pitt
Hello all,

Julien Cristau [2015-05-18 11:11 +0200]:
  Marco and Michael are still working on this RC bug:
  
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765577
  
  Once we have the fix for that, I think it's time to do a new unstable
  upload, and then to jessie too.
  
 What's the reason for delaying the upload?  It's not like this would
 prevent fixing the other bug later...

Mostly to avoid splintering this into too many RT reviews. Anyway, I
took some time this morning to verify the fix for above, and 215-18 is
now uploaded to unstable. I don't expect any trouble with this given
how small/targetted the fixes are.

I'll prepare a 215-17+deb8u1 tomorrow with the same contents unless
Michael has something else to add there (I think he mentioned
something about || true'ing the package trigger).

Thanks,

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature
___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Re: systemd unit functional, but not enabled by default issue

2015-05-21 Thread Patrick Schleizer
Martin Pitt:
 Hello Patrick,
 
 Patrick Schleizer [2015-05-20 15:32 +]:
 Looks like a bug in `deb-systemd-helper`?

 The spaces in

 WantedBy = multi-user.target

 are unsupported by `deb-systemd-helper`. It needs to be strictly without
 spaces.

 WantedBy=multi-user.target
 
 Right, and that's how all other units look like too, and the manpages
 don't say that extra space is allowed either (in fact it is explicitly
 not between e. g. '!' or '|' and the program name).
 
 So, please feel free to file a minor bug against deb-systemd-helper,
 but I wouldn't recommend shipping units like that.
 
 Martin
 

Hello Martin!

Thanks. Done.

bug report...

deb-systemd-helper fails to enable systemd units when using 'WantedBy =
' with spaces:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786418

related lintian feature request...

warn against usage of spaces, i.e. 'Type = notify' in systemd unit files:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786421

Cheers,
Patrick


___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers


Bug#786418: (no subject)

2015-05-21 Thread Patrick Schleizer
related lintian feature request...

warn against usage of spaces, i.e. 'Type = notify' in systemd unit files

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786421

Cheers,
Patrick

___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers


Processed: tagging 786443

2015-05-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 786443 + upstream
Bug #786443 [systemd] inhibit while a PID is running
Added tag(s) upstream.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
786443: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786443
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers


[bts-link] source package systemd

2015-05-21 Thread bts-link-upstream
#
# bts-link upstream status pull for source package systemd
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #766413 (http://bugs.debian.org/766413)
# Bug title: /lib/systemd/systemd-resolved: domain and search lines missing 
from resolv.conf
#  * https://bugs.freedesktop.org/show_bug.cgi?id=85397
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - NOTABUG
#  * closed upstream
tags 766413 + fixed-upstream
usertags 766413 - status-NEW
usertags 766413 + status-RESOLVED resolution-NOTABUG

# remote status report for #785350 (http://bugs.debian.org/785350)
# Bug title: systemd - systemctl(1) please add option / make nocolor the 
deafult output
#  * https://bugs.freedesktop.org/show_bug.cgi?id=64737
#  * remote status changed: (?) - NEW
forwarded 785350 https://bugs.freedesktop.org/show_bug.cgi?id=90464, 
merged-upstream: https://bugs.freedesktop.org/show_bug.cgi?id=64737
usertags 785350 + status-NEW

# remote status report for #785350 (http://bugs.debian.org/785350)
# Bug title: systemd - systemctl(1) please add option / make nocolor the 
deafult output
#  * https://bugs.freedesktop.org/show_bug.cgi?id=64737
#  * remote status changed: (?) - NEW
forwarded 785350 https://bugs.freedesktop.org/show_bug.cgi?id=90464, 
merged-upstream: https://bugs.freedesktop.org/show_bug.cgi?id=64737
usertags 785350 + status-NEW

thanks

___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers


Bug#786443: inhibit while a PID is running

2015-05-21 Thread martin f krafft
Package: systemd
Version: 215-17
Severity: wishlist
File: /bin/systemd-inhibit

Instead of inhibiting while a command spawned is running, please
find a way to elegantly/efficiently inhibit while another process is
running (e.g. a system backup).

-- Package-specific info:

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.19.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systemd depends on:
ii  acl 2.2.52-2
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-59
ii  libacl1 2.2.52-2
ii  libaudit1   1:2.4-1+b1
ii  libblkid1   2.26.2-2
ii  libc6   2.19-18
ii  libcap2 1:2.24-8
ii  libcap2-bin 1:2.24-8
ii  libcryptsetup4  2:1.6.6-5
ii  libgcrypt20 1.6.3-2
ii  libkmod220-1
ii  liblzma55.1.1alpha+20120614-2+b3
ii  libpam0g1.1.8-3.1
ii  libselinux1 2.3-2
ii  libsystemd0 215-17
ii  mount   2.26.2-2
ii  sysv-rc 2.88dsf-59
ii  udev215-17
ii  util-linux  2.26.2-2

Versions of packages systemd recommends:
ii  dbus1.9.16-2
ii  libpam-systemd  215-17

Versions of packages systemd suggests:
pn  systemd-ui  none

-- debconf-show failed


-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

systemd_215-18_amd64.changes ACCEPTED into unstable

2015-05-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 May 2015 15:49:30 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev 
libsystemd-login0 libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev 
libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 
libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb 
libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python3-systemd systemd-dbg
Architecture: source amd64
Version: 215-18
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers 
pkg-systemd-maintainers@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description:
 gir1.2-gudev-1.0 - libgudev-1.0 introspection data
 libgudev-1.0-0 - GObject-based wrapper library for libudev
 libgudev-1.0-dev - libgudev-1.0 development files
 libpam-systemd - system and service manager - PAM module
 libsystemd-daemon-dev - systemd utility library (transitional package)
 libsystemd-daemon0 - systemd utility library (deprecated)
 libsystemd-dev - systemd utility library - development files
 libsystemd-id128-0 - systemd 128 bit ID utility library (deprecated)
 libsystemd-id128-dev - systemd 128 bit ID utility library (transitional 
package)
 libsystemd-journal-dev - systemd journal utility library (transitional package)
 libsystemd-journal0 - systemd journal utility library (deprecated)
 libsystemd-login-dev - systemd login utility library (transitional package)
 libsystemd-login0 - systemd login utility library (deprecated)
 libsystemd0 - systemd utility library
 libudev-dev - libudev development files
 libudev1   - libudev shared library
 libudev1-udeb - libudev shared library (udeb)
 python3-systemd - Python 3 bindings for systemd
 systemd- system and service manager
 systemd-dbg - system and service manager (debug symbols)
 systemd-sysv - system and service manager - SysV links
 udev   - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 765577 784720
Changes:
 systemd (215-18) unstable; urgency=medium
 .
   [ Michael Biebl ]
   * manager: Pass correct errno to strerror(), have_ask_password contains
 negative error values which have to be negated when being passed to
 strerror().
 .
   [ Martin Pitt ]
   * Revert upstream commit 743970d which immediately SIGKILLs units during
 shutdown. This leads to problems like bash not being able to write its
 history, mosh not saving its state, and similar failed cleanup actions.
 (Closes: #784720, LP: #1448259)
   * write_net_rules: Escape '{' and '}' characters as well, to make this work
 with busybox grep. Thanks Faidon Liambotis! (Closes: #765577)
Checksums-Sha1:
 0535f703acd09919fd69578af11d738a0c630c60 4107 systemd_215-18.dsc
 a8513dbfbdd83453714ee3149c30c1fe4a912540 206816 systemd_215-18.debian.tar.xz
 e7656b36aa69fe0e39596a6584acb0b334718bdc 2826 gir1.2-gudev-1.0_215-18_amd64.deb
 e0f3659cdf1c90f00954e7938040395395564f06 40068 libgudev-1.0-0_215-18_amd64.deb
 c84d4fd7fc76f452c870fe82fe1d0f8000418dae 24530 
libgudev-1.0-dev_215-18_amd64.deb
 ee8be78d2d1cbab8629d82801ab6681a5f9f2942 123608 libpam-systemd_215-18_amd64.deb
 ca9a38804b89e8bad1e63c9e215b11a5077c6ee3 29830 
libsystemd-daemon-dev_215-18_amd64.deb
 f1d8806a87722b0a5bcc11102e39b4a80d04bf1e 36372 
libsystemd-daemon0_215-18_amd64.deb
 848d07ffe0a596e225243dca4885e73693a57e7d 93078 libsystemd-dev_215-18_amd64.deb
 0769539a7c014edf54472f73a2b017de5054562a 35340 
libsystemd-id128-0_215-18_amd64.deb
 07a853d52a41899691e9a4f4ee96e10c087fab49 29790 
libsystemd-id128-dev_215-18_amd64.deb
 1760835caa0bb0f8545d55006af2904022aa2521 29802 
libsystemd-journal-dev_215-18_amd64.deb
 11217452870904dff6ebcbc804e9f696e563eaf7 72468 
libsystemd-journal0_215-18_amd64.deb
 fc02991b788857278fde379dcd30728334c6a22f 29816 
libsystemd-login-dev_215-18_amd64.deb
 a566708e56c00f4230a24af9b66781a63b2578d9 47262 
libsystemd-login0_215-18_amd64.deb
 6271f4acc051fb5f54661270c74499409b29b2d2 87168 libsystemd0_215-18_amd64.deb
 2f8976765010e5cdcd8582a7e446d697afa59b79 23118 libudev-dev_215-18_amd64.deb
 8476357b7485207209fe9e3b00dde76e3ec5df1b 24740 libudev1-udeb_215-18_amd64.udeb
 d740612f698b108ab11c6cd713a2152c5adab0e3 55344 libudev1_215-18_amd64.deb
 e2cb7577ca27f72d0bc55b3cd6d135559cb95f08 59594 python3-systemd_215-18_amd64.deb
 b987710f280465a6f541a524161672ea017cc63f 15939154 systemd-dbg_215-18_amd64.deb
 cc0ded3e57b1708e10d0c48bd7f7516ac7c0d15c 34174 systemd-sysv_215-18_amd64.deb
 110a5b5689f1c11843f370cef62843b62abfe37e 2542648 systemd_215-18_amd64.deb
 1db50df28cf94510981c8f86017aa832ab127606 195280 udev-udeb_215-18_amd64.udeb
 ce6e7e53eb509bbd74e8c6ba707aa71cb93735ce 872900 udev_215-18_amd64.deb
Checksums-Sha256:
 4fca8025217cb6be974f96d0ff3ef42dc6d9909d3c089bb500e514a5d58d24cd 4107 
systemd_215-18.dsc
 e144f1bedb96794f39f4a513908f6191e3a975592f6e883f3f3369053f37376a 206816 
systemd_215-18.debian.tar.xz
 

Bug#777126: marked as done (udev: duplicate eth? entries)

2015-05-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 May 2015 15:48:58 +
with message-id e1yvsiq-0003om...@franck.debian.org
and subject line Bug#765577: fixed in systemd 215-18
has caused the Debian Bug report #765577,
regarding udev: duplicate eth? entries
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
765577: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: udev
Version: 215-10
Severity: minor

Dear Maintainer,

I did a PXE installation of Jessie on a machine that has only one NIC and got
the following two entries in /etc/udev/rules.d/70-persistent-net.rules:

# PCI device 0x8086:0x109a (e1000e)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:1f:e2:03:d5:12, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth0

# PCI device 0x8086:0x109a (e1000e)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:1f:e2:03:d5:12, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth1

The only difference between these two lines is the name.
/etc/network/interfaces says:

allow-hotplug eth1
iface eth1 inet dhcp

but eth0 does not appear.

I guess, that these duplicate lines with almost identical content are not 
intended. Nevertheless, networking works ok.

Btw. Wheezy on the same machine has only eth0 like the first line above.

-- Package-specific info:

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages udev depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.55
ii  libacl12.2.52-2
ii  libblkid1  2.25.2-4.1
ii  libc6  2.19-13
ii  libkmod2   18-3
ii  libselinux12.3-2
ii  libudev1   215-10
ii  lsb-base   4.1+Debian13+nmu1
ii  procps 2:3.3.9-8
ii  util-linux 2.25.2-4.1

udev recommends no packages.

udev suggests no packages.

-- debconf information:
  udev/new_kernel_needed: false
  udev/reboot_needed:
  udev/sysfs_deprecated_incompatibility:
  udev/title/upgrade:
P: /devices/LNXSYSTM:00
E: DEVPATH=/devices/LNXSYSTM:00
E: MODALIAS=acpi:LNXSYSTM:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXCPU:00
E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:00
E: MODALIAS=acpi:LNXCPU:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXCPU:01
E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:01
E: MODALIAS=acpi:LNXCPU:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXCPU:02
E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:02
E: MODALIAS=acpi:LNXCPU:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXCPU:03
E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:03
E: MODALIAS=acpi:LNXCPU:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXPWRBN:00
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00
E: DRIVER=button
E: MODALIAS=acpi:LNXPWRBN:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: KEY=10 0 0 0
E: MODALIAS=input:b0019vp0001e-e0,1,k74,ramlsfw
E: NAME=Power Button
E: PHYS=LNXPWRBN/button/input0
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=55626

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=82518
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00
E: MODALIAS=acpi:LNXSYBUS:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00
E: MODALIAS=acpi:PNP0A08:PNP0A03:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00
E: MODALIAS=acpi:PNP0C01:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04
E: MODALIAS=acpi:PNP0C02:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00
E: 

Bug#765577: marked as done (netboot install writes duplicates to 70-persistent-net.rules)

2015-05-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 May 2015 15:48:58 +
with message-id e1yvsiq-0003om...@franck.debian.org
and subject line Bug#765577: fixed in systemd 215-18
has caused the Debian Bug report #765577,
regarding netboot install writes duplicates to 70-persistent-net.rules
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
765577: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: udev-udeb
Version: 215-5+b1
Severity: important
User: debian-...@lists.debian.org
Usertags: debian-edu

I ran into this problem when installing a Debian Edu Jessie workstation
using PXE on a Lenovo Thinkpad X200.  The problem at the end is that
users can not log into the workstation because the network interface is
not properly configured.  This is caused by the network card to show up
as eth1 instead of eth0.  Only eth0 is configured in
/etc/network/interfaces.

This in turn is caused by /etc/udev/rules.d/70-presisten-net.rules
listing the network card twice, once with eth0 and once with eth1.  The
file look like this:

  # This file was automatically generated by the /lib/udev/write_net_rules
  # program, run by the persistent-net-generator.rules rules file.
  #
  # You can modify it, as long as you keep each rule on a single
  # line, and change only the value of the NAME= key.

  # PCI device 0x8086:0x10f5 (e1000e)
  SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:1f:16:0b:47:4d, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth0

  # PCI device 0x8086:0x10f5 (e1000e)
  SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:1f:16:0b:47:4d, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth1

As this have not happend to me every time, I have tried to figure out
what is special about this setup, but do not know the udev stuff enough
to have a clue.  I do notice this part in the log, which seem to be
related:

Oct 16 10:51:35 main-menu[186]: INFO: Menu item 'ethdetect' selected
Oct 16 10:51:35 kernel: [2.532038] usb 2-2: new full-speed USB device 
number 3 using uhci_hcd
Oct 16 10:51:35 net/hw-detect.hotplug: Detected hotpluggable network interface 
lo
Oct 16 10:51:35 net/hw-detect.hotplug: Detected hotpluggable network interface 
eth1
Oct 16 10:51:35 kernel: [2.620227] systemd-udevd[51]: renamed network 
interface eth0 to eth1
Oct 16 10:51:35 kernel: [2.636070] Switched to clocksource tsc
Oct 16 10:51:35 kernel: [2.707037] usb 2-2: New USB device found, 
idVendor=0a5c, idProduct=2145
Oct 16 10:51:35 kernel: [2.707039] usb 2-2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
Oct 16 10:51:35 kernel: [2.707042] usb 2-2: Product: ThinkPad Bluetooth 
with Enhanced Data Rate II
Oct 16 10:51:35 kernel: [2.707043] usb 2-2: Manufacturer: Lenovo Computer 
Corp
Oct 16 10:51:35 hw-detect: Detected module 'usb-storage' for 'USB storage'

Notice how eth0 was renamed to eth1 by udev while hw-detect version
1.104 was running.  Any clue what is going wrong here?

-- 
Happy hacking
Petter Reinholdtsen
---End Message---
---BeginMessage---
Source: systemd
Source-Version: 215-18

We believe that the bug you reported is fixed in the latest version of
systemd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 765...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Pitt mp...@debian.org (supplier of updated systemd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 May 2015 15:49:30 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev 
libsystemd-login0 libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev 
libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 
libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb 
libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python3-systemd systemd-dbg
Architecture: source amd64
Version: 215-18
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers 
pkg-systemd-maintainers@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description:
 gir1.2-gudev-1.0 -