https://bugzilla.novell.com/show_bug.cgi?id=865188 https://bugzilla.novell.com/show_bug.cgi?id=865188#c0 Summary: systemd: Assertion 'hashmap_put(...) == 1' failed Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: All OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: Yarny@public-files.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 I'm regularly installing openSUSE 13.1, mostly within VirtualBox. In the course of this, I run a script which issues some systemctl commands to setup most services as I want them. Very occasionally, maybe 1 in 100 times, one of these commands fails, e.g. like this:
$ systemctl --force enable NetworkManager.service ln -s '/usr/lib/systemd/system/NetworkManager.service' '/etc/systemd/system/network.service' ln -s '/usr/lib/systemd/system/NetworkManager.service' '/etc/systemd/system/multi-user.target.wants/NetworkManager.service' ln -s '/usr/lib/systemd/system/NetworkManager-dispatcher.service' '/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service' Failed to issue method call: Connection was disconnected before a reply was received When this happens, systmed logs to /var/log/messages: 2013-12-30T16:38:50.743663+00:00 1ef975e systemd[1]: Assertion 'hashmap_put(u->manager->cgroup_unit, s, u) == 1' failed at src/core/unit.c:2357, function unit_deserialize(). Aborting. 2013-12-30T16:38:50.753224+00:00 1ef975e systemd[1]: Caught <ABRT>, dumped core as pid 1479. 2013-12-30T16:38:50.754650+00:00 1ef975e systemd[1]: Freezing execution. After this happened, all further systemctl calls fails with: Failed to get D-Bus connection: Failed to connect to socket /run/systemd/private: Connection refused The system then needs to be restarted with "reboot -f" ("reboot" isn't working either).
I'm seeing this approx once a month. Up to now, however, I failed to reproduce it at will. Reproducible: Sometimes -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.