Bug 55981 - Hangup when device isn't plugged in
Summary: Hangup when device isn't plugged in
Status: RESOLVED NOTABUG
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: medium normal
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-14 22:23 UTC by f.fallen45
Modified: 2012-10-14 23:34 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description f.fallen45 2012-10-14 22:23:27 UTC
I have the following devices on my /etc/fstab:
/dev/sdb1               /mnt/sdb1       vfat            defaults        0 0
/dev/sdc1               /mnt/sdc1       vfat            defaults        0 0
They're supposed to be for USB devices of course but when I don't have one of those plugged in, systemd just hangs up for quite a long time or just doesn't start (I'm not sure if it just doesn't start but yeah it hangs up) and then I had to go into rescue mode and comment out those devices then it boots up fine.

OS: ArchLinux (Kernel 3.5.6-1) i686
$ systemd --version
systemd 194
arch
+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ
If more information is needed, please let me know.
Comment 1 Kay Sievers 2012-10-14 22:51:54 UTC
That's the expected default behaviour.
Try adding "nofail" to the options in the fstab entries.
Comment 2 f.fallen45 2012-10-14 23:34:09 UTC
Okay, nevermind if it's the default behavior but well, with initscripts it didn't take as much time with the hangup though.  can be closed


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.