Re: recent 11.1-stable oddness

2018-03-02 Thread tech-lists
On 02/03/2018 18:29, Freddie Cash wrote:
> If you set hw.usb.no_shutdown_wait to 1 via sysctl, does it
> shutdown/reboot normally?
> 

yes it does! Many thanks.

-- 
J.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: recent 11.1-stable oddness

2018-03-02 Thread tech-lists
On 02/03/2018 18:29, Freddie Cash wrote:
> If you set hw.usb.no_shutdown_wait to 1 via sysctl, does it
> shutdown/reboot normally?

thanks for the tip. I'll try it and let you know
-- 
J.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: recent 11.1-stable oddness

2018-03-02 Thread Freddie Cash
On Fri, Mar 2, 2018 at 10:15 AM, tech-lists  wrote:

> Hello stable@
>
> Over the last few weeks, I've noticed the following new behaviours from
> 11.1 stable [only took note of the revision from the last update which
> was r330243 unfortunately as I thought it was my config/fault initially]:
>
> shutdown -r now no longer works as it did (ie: shutdown and reboot).
> What happens now is that it gets to:
>
> "syncing disks, vnodes remaining...5 5 5 4 0 0 0 done
> All buffers synced
> Swap device [file] removed. <-- there is no swapfile installed!
> Uptime: (whatever the uptime was)
> ukbd0: detached
> ums0: detached
> uhid0: detached
> uhub6: detached
> ukbd1: detached
> uhub3: detached
> umass0: detached
> uhub0: detached
>
> ...and there it sits until a hard reset via the power button is applied.
>

​If you set hw.usb.no_shutdown_wait to 1 via sysctl, does it
shutdown/reboot normally?


-- 
Freddie Cash
fjwc...@gmail.com
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


recent 11.1-stable oddness

2018-03-02 Thread tech-lists
Hello stable@

Over the last few weeks, I've noticed the following new behaviours from
11.1 stable [only took note of the revision from the last update which
was r330243 unfortunately as I thought it was my config/fault initially]:

shutdown -r now no longer works as it did (ie: shutdown and reboot).
What happens now is that it gets to:

"syncing disks, vnodes remaining...5 5 5 4 0 0 0 done
All buffers synced
Swap device [file] removed. <-- there is no swapfile installed!
Uptime: (whatever the uptime was)
ukbd0: detached
ums0: detached
uhid0: detached
uhub6: detached
ukbd1: detached
uhub3: detached
umass0: detached
uhub0: detached

...and there it sits until a hard reset via the power button is applied.

Reboot and poweroff still work as one would expect.

also, why is it talking about a swapfile? There is a swap partition but
no swapfile:

# swapinfo
Device  1K-blocks UsedAvail Capacity
/dev/ada0s1b  39745800  3974580 0%

# swapctl -l
Device:   1024-blocks Used:
/dev/ada0s1b3974580 0

# cat /etc/fstab
# DeviceMountpoint  FStype  Options DumpPass#
/dev/ada0s1a/   ufs rw  1   1
/dev/ada0s1bnoneswapsw  0   0
linprocfs   /compat/linux/proc  linprocfs   rw  0   0
tmpfs/compat/linux/dev/shm  tmpfs   rw,mode=17770   0
fdescfs /dev/fd fdescfs rw,late 0   0

any ideas?

thanks,
-
J.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"