Mailinglist Archive: opensuse-bugs (4156 mails)
| < Previous | Next > |
[Bug 732395] systemd takes 5 minutes to start processes
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 8 Jan 2012 02:06:19 +0000
- Message-id: <20120108020619.2146924551D@molor.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=732395
https://bugzilla.novell.com/show_bug.cgi?id=732395#c21
--- Comment #21 from Agnelo de la Crotche <hippolyte@xxxxxxx> 2012-01-08
02:06:15 UTC ---
Just tried on another machine (3 nics), replaced
log_msg=$( systemctl --ignore-dependencies restart nmb.service 2>&1)
with
log_msg=$( systemctl --ignore-dependencies start nmb.service 2>&1)
=> login on tty1 hanged until timeout expires
=> only the first nic got an IP
Put back:
log_msg=$( systemctl --ignore-dependencies restart nmb.service 2>&1)
=> boots normally
=> all 3 nics got an IP
--
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.
| < Previous | Next > |