[Bug 207069] setting loader password in loader.conf disallows boot

2017-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207069

Devin Teske  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|dte...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 207069] setting loader password in loader.conf disallows boot

2017-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207069

--- Comment #3 from Dan McGrath  ---
Been over a year on this. Any progress made, by chance? Still seems to be a
problem on 11.1-RELEASE, afaict.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 207069] setting loader password in loader.conf disallows boot

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207069

Mark Linimon  changed:

   What|Removed |Added

   Keywords||patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 207069] setting loader password in loader.conf disallows boot

2016-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207069

Ian Lepore  changed:

   What|Removed |Added

 CC||i...@freebsd.org
 Status|New |Open

--- Comment #2 from Ian Lepore  ---
Added dteske@ who is knowledgeable about this stuff.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 207069] setting loader password in loader.conf disallows boot

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207069

--- Comment #1 from da...@dcrosstech.com ---
Created attachment 167348
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167348=edit
Works for me!

uses getenv on 'kernelname' to see if the kernel is loaded (copied from other
places in the code), if it is, calls load_kernel and load_modules (attempted
with load_kernel_and_modules, but that was throwing a stack underflow, and I
don't understand the code well enough to just throw things onto the stack,
other parts of the code was also calling load_kernel and load_modules
separately), and then continue and execute autoboot as normal, restoring the
functionality from 10.1 and earlier.

Testing under the following conditions:
1) no password set  -- doesn't delay boot, or interfere with anthing as
expected
2) password set -- autboot as designed, asks for password if interrupted.
3) password set and kernel loaded -- does not attempt to reload kenrel or
modules, continutes with autoboot
4) zfs_load="yes" set in loader.conf  loads kernel and zfs module, continues
with autoboot.

Untested:modules loaded, but no kernel.  Is this even legal/supported?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 207069] setting loader password in loader.conf disallows boot

2016-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207069

Mark Linimon  changed:

   What|Removed |Added

Summary|setting loader password |setting loader password in
   |crashes boot|loader.conf disallows boot

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"