[Bug 191302] [kernel] add short sleep in sys/kern/init_main.c before panic() ?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191302 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #2 from Ed Maste --- Is this what you want, from sys/conf/NOTES: # Set the amount of time (in seconds) the system will wait before # rebooting automatically when a kernel panic occurs. If set to (-1), # the system will wait indefinitely until a key is pressed on the # console. options PANIC_REBOOT_WAIT_TIME=16 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 191427] "pw userdel" can go into an infinite loop
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191427 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: mjg Date: Fri Jun 27 18:51:19 UTC 2014 New revision: 267970 URL: http://svnweb.freebsd.org/changeset/base/267970 Log: pw: fix up deletion of users from groups Previuosly given 'foo,bar' members, removing 'foo' would result in an infinite loop. PR:191427 Submitted by:Voradesh Yenbut MFC after:1 week Changes: head/usr.sbin/pw/pw_user.c -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 191427] "pw userdel" can go into an infinite loop
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191427 Mateusz Guzik changed: What|Removed |Added Status|Needs Triage|Needs MFC Assignee|freebsd-bugs@FreeBSD.org|m...@freebsd.org --- Comment #3 from Mateusz Guzik --- Committed, thanks. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"