Re: Updated to 13-STABLE in VirtualBox; on shutdown stuck after uhub[01] being detached

2021-04-29 Thread Antony Uspensky
for the tip! Seems, this problem (non-working shutdown in EFI environment) is a POLA violation in 13.0. A. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "fr

Re: Updated to 13-STABLE in VirtualBox; on shutdown stuck after uhub[01] being detached

2021-04-28 Thread parv/freebsd
tside of a virtual machine ... one day! > EFI > support in VirtualBox is experimental and is available for OSes unable > to boot without EFI. FreeBSD is perfectly able to boot in virtualbox > without EFI so no need for it. > I am aware. > > Now on shutdown, "shutdown

Re: Updated to 13-STABLE in VirtualBox; on shutdown stuck after uhub[01] being detached

2021-04-28 Thread Guido Falsi via freebsd-stable
away without EFI. Also can you try installing another FreeBSD VM and verify the problem happens for that one too? This could help understand if the problem is with virtualization or specific to the VM. Now on shutdown, "shutdown -p now" (in single user mode, after manually unmountin

Updated to 13-STABLE in VirtualBox; on shutdown stuck after uhub[01] being detached

2021-04-28 Thread parv
Hi there, I had updated FreeBSD, in VirtualBox 5.22 on Windows with EFI, from 12-STABLE to 13-STABLE; upgraded the ZFS pools & the EFI boot loader. Currently testing with 13 GENERIC kernel. Now on shutdown, "shutdown -p now" (in single user mode, after manually unmounting ZFS dat

Re: 9.2-RC1 panic at shutdown

2013-09-12 Thread David Demelier
On 12.09.2013 19:21, Florent Peterschmitt wrote: > Le 12/09/2013 19:19, David Demelier a écrit : >> Hello folks, >> >> I have a panic at shutdown related to FUSE. >> #16 0x81af623b in fuse_unmount () from /usr/local/modules/fuse.ko > > Yes, then, did you r

9.2-RC1 panic at shutdown

2013-09-12 Thread David Demelier
Hello folks, I have a panic at shutdown related to FUSE. #0 doadump (textdump=) at pcpu.h:234 234 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt full #0 doadump (textdump=) at pcpu.h:234 No locals. #1 0x8090d9a6 in kern_reboot (howto=260) at /usr/src/sys/kern

Re: 9.2-RC1 panic at shutdown

2013-09-12 Thread Florent Peterschmitt
Le 12/09/2013 19:19, David Demelier a écrit : > Hello folks, > > I have a panic at shutdown related to FUSE. > #16 0x81af623b in fuse_unmount () from /usr/local/modules/fuse.ko Yes, then, did you rebuilt the kernel module after an upgrade? -- Florent Peterschmitt

Re: 9.2-PRERELEASE #0 r254557 amd64: core dump on shutdown

2013-09-12 Thread John Baldwin
On Thursday, September 12, 2013 1:29:40 am Marko Cupać wrote: > On Wed, 11 Sep 2013 11:11:24 -0400 > John Baldwin wrote: > > > Is this reproducible? > > It happened a few times before (maybe 3-4 times this year), but I can't > reproduce it intentionally. Hmm, I'm tempted to chalk this up to a h

Re: 9.2-PRERELEASE #0 r254557 amd64: core dump on shutdown

2013-09-11 Thread Marko Cupać
On Wed, 11 Sep 2013 11:11:24 -0400 John Baldwin wrote: > Is this reproducible? It happened a few times before (maybe 3-4 times this year), but I can't reproduce it intentionally. -- Marko Cupać ___ freebsd-stable@freebsd.org mailing list http://lists

Re: 9.2-PRERELEASE #0 r254557 amd64: core dump on shutdown

2013-09-11 Thread John Baldwin
On Tuesday, September 10, 2013 10:50:55 am Marko Cupać wrote: > My 9.2-PRERELEASE #0 r254557 amd64 just dumped core on shutdown. I > updated src to Last Changed Rev: 255395 two days ago but did not get > to rebuild world&kernel. Also I did not rebuild any ports since. > Virtualbox

Re: [SOLVED] Re: Shutdown problem with an USB memory stick as ZFS cache device

2013-08-26 Thread Maurizio Vairani
memory stick as cache device with the command: # zpool add tank0 cache /dev/da0 But when I shutdown the laptop the process will halt with this screen shot: http://www.dump-it.fr/freebsd-screen-shot/2f9169f18c7c77e52e873580f9c2d4bf.jpg.html and I need to press the power button for more than

Re: [SOLVED] Re: Shutdown problem with an USB memory stick as ZFS cache device

2013-07-24 Thread Ronald Klop
command: # zpool add tank0 cache /dev/da0 But when I shutdown the laptop the process will halt with this screen shot: http://www.dump-it.fr/freebsd-screen-shot/2f9169f18c7c77e52e873580f9c2d4bf.jpg.html and I need to press the power button for more than 4 seconds to switch off the laptop. The

Re: [SOLVED] Re: Shutdown problem with an USB memory stick as ZFS cache device

2013-07-18 Thread Maurizio Vairani
-PRERELEASE FreeBSD 9.2-PRERELEASE #0: Tue Jul 16 16:32:39 CEST 2013 root@presario:/usr/obj/usr/src/sys/GENERIC amd64 For speed up the compilation I have added to the pool, tank0, a SanDisk memory stick as cache device with the command: # zpool add tank0 cache /dev/da0 But when I shutdown the

Re: [SOLVED] Re: Shutdown problem with an USB memory stick as ZFS cache device

2013-07-17 Thread Julian H. Stacey
pilation I have added to the pool, tank0, a > >> SanDisk memory stick as cache device with the command: > >> > >> > >> # zpool add tank0 cache /dev/da0 > >> > >> > >> But when I shutdown the laptop the process will halt with this screen

Re: Shutdown problem with an USB memory stick as ZFS cache device

2013-07-17 Thread Andriy Gapon
on 17/07/2013 12:50 Ronald Klop said the following: > Does sysctl hw.usb.no_shutdown_wait=1 help? I believe that the root cause of the issue is that ZFS does not perform full clean up on shutdown and thus does not release its devices. But perhaps I am mistaken. In any case, I think that do

[SOLVED] Re: Shutdown problem with an USB memory stick as ZFS cache device

2013-07-17 Thread Maurizio Vairani
@presario:/usr/obj/usr/src/sys/GENERIC amd64 For speed up the compilation I have added to the pool, tank0, a SanDisk memory stick as cache device with the command: # zpool add tank0 cache /dev/da0 But when I shutdown the laptop the process will halt with this screen shot: http://www.dump

Re: Shutdown problem with an USB memory stick as ZFS cache device

2013-07-17 Thread Steven Hartland
- Original Message - From: "Ronald Klop" Does sysctl hw.usb.no_shutdown_wait=1 help? That will just prevent the wait it won't stop the shutdown from happening. Regards Steve This e.mail is private and confi

Re: Shutdown problem with an USB memory stick as ZFS cache device

2013-07-17 Thread Ronald Klop
amd64 For speed up the compilation I have added to the pool, tank0, a SanDisk memory stick as cache device with the command: # zpool add tank0 cache /dev/da0 But when I shutdown the laptop the process will halt with this screen shot: http://www.dump-it.fr/freebsd-screen-shot

RE: Shutdown problem with an USB memory stick as ZFS cache device

2013-07-17 Thread Ivailo Tanusheff
I think this is expected as your screenshot shows the USB has being disconnected, so you actually lost the cache device on the shutdown. Maybe you should implement a shutdown script that removes the USB cache from the pool before the shutdown command is issued :) Best regards, Ivailo Tanusheff

Shutdown problem with an USB memory stick as ZFS cache device

2013-07-17 Thread Maurizio Vairani
, tank0, a SanDisk memory stick as cache device with the command: # zpool add tank0 cache /dev/da0 But when I shutdown the laptop the process will halt with this screen shot: http://www.dump-it.fr/freebsd-screen-shot/2f9169f18c7c77e52e873580f9c2d4bf.jpg.html and I need to press the power button

Re: Shutdown hangs on unmount of a gjournaled file system in 8-Stable

2013-07-09 Thread Andreas Longwitz
Konstantin Belousov wrote: > On Mon, Jul 08, 2013 at 12:26:43AM +0200, Andreas Longwitz wrote: >> The deadlock can be explained now: pid 1 (init) sleeps on "mount drain" >> because mp->mnt_lockref was 1. This setting was done by pid 18 (gjournal >> switcher) by calling vfs_busy(). pid 18 now sleeps

Re: Shutdown hangs on unmount of a gjournaled file system in 8-Stable

2013-07-07 Thread Konstantin Belousov
On Mon, Jul 08, 2013 at 12:26:43AM +0200, Andreas Longwitz wrote: > The deadlock can be explained now: pid 1 (init) sleeps on "mount drain" > because mp->mnt_lockref was 1. This setting was done by pid 18 (gjournal > switcher) by calling vfs_busy(). pid 18 now sleeps on "suspwt" because > mp->mnt_w

Shutdown hangs on unmount of a gjournaled file system in 8-Stable

2013-07-07 Thread Andreas Longwitz
The problem occurs after an update of 8-stable from r248120 to r252111. Sometimes shutdown hangs: Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `synce

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-23 Thread Willem Jan Withagen
Op 23 jun. 2013 om 03:15 heeft Jeremy Chadwick het volgende geschreven: > On Sun, Jun 23, 2013 at 02:41:27AM +0200, Willem Jan Withagen wrote: >> On 19-6-2013 17:04, Jeremy Chadwick wrote: >>> - Adam runs 9.1-RELEASE because of business needs pertaining to >>> freebsd-update and binary update

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-22 Thread Jeremy Chadwick
ame issue -- it isn't. There are multiple things that have historically (and/or presently) have caused this issue. Here's the list I composed only a few days ago, and it is far from thorough: http://lists.freebsd.org/pipermail/freebsd-stable/2013-June/073863.html My point is that the "shutd

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-22 Thread Willem Jan Withagen
On 19-6-2013 17:04, Jeremy Chadwick wrote: - Adam runs 9.1-RELEASE because of business needs pertaining to freebsd-update and binary updates. (I ask more about this for benefits of readers below, however -- because this situation comes up a lot and I want to know what real-world admins

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-22 Thread Willem Jan Withagen
On 19-6-2013 15:41, Steven Hartland wrote: - Original Message - From: "Ronald Klop" On Wed, 19 Jun 2013 14:53:19 +0200, Adam Strohl wrote: On 6/19/2013 19:21, Jeremy Chadwick wrote: On Wed, Jun 19, 2013 at 06:35:57PM +0700, Adam Strohl wrote: Hello -STABLE@, So I've seen this si

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-20 Thread Kevin Oberman
because the > >> > stock X server > >> > with Intel driver has some issues that make it unusable for me. > >> > > >> > The new X server and Intel driver works extremely well, so kudos > >> > to whoever made > >> > this poss

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-20 Thread Bengt Ahlgren
issues that make it unusable for me. >> > >> > The new X server and Intel driver works extremely well, so kudos >> > to whoever made >> > this possible. >> > >> > Unfortunately, I am now experiencing random hangs on shutdown. On >>

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-20 Thread Richard Tector
y (ie; not a production/client server). No matter what I do: reboot shutdown -p shutdown -r This specific server will stop at "All buffers synced" and not actually power down or reboot. KB input seems to be ignored. This server is a ZFS NAS (with GMIRROR for boot blocks) but the other b

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-20 Thread Kevin Oberman
system is already in a "shutting down" state where usability >> and accessibility becomes bare minimal, and you're kind of at your >> wits end. >> >> Booting verbose can help -- there are other messages printed to the VGA >> (and/or serial) console d

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-20 Thread Javad Kouhi
dy in a "shutting down" state where usability and accessibility becomes bare minimal, and you're kind of at your wits end. Booting verbose can help -- there are other messages printed to the VGA (and/or serial) console during the shutdown phase when verbose. All you can hope for is

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Adam Strohl
est). To recap for readers/mailing list: - Adam seems the same behaviour on systems on bare metal, as well as FreeBSD guests running under VMware ESXi 5.0 hypervisor. However, as I stated on the list just yesterday about "lock-ups on shutdown", every situation may be diff

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-19 Thread Warren Block
On Sun, 16 Jun 2013, Ian Lepore wrote: On Sun, 2013-06-16 at 09:07 -0700, Jeremy Chadwick wrote: On Sun, Jun 16, 2013 at 06:01:49PM +0200, Michiel Boland wrote: On 06/16/2013 17:55, Jeremy Chadwick wrote: [...] Are you running moused(8)? Actually, I can see quite clearly that you are in you

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Matthew D. Fuller
On Wed, Jun 19, 2013 at 09:52:00AM -0700 I heard the voice of Jeremy Chadwick, and lo! it spake thus: > > Justified in your environment, but not in mine -- where most of my > systems (at home) are extremely quiet (1000-1200rpm fans, lots of > noise dampening material, etc.). A 10C increase *durin

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Jeremy Chadwick
On Wed, Jun 19, 2013 at 11:34:39AM -0500, Matthew D. Fuller wrote: > On Wed, Jun 19, 2013 at 09:16:35AM -0700 I heard the voice of > Jeremy Chadwick, and lo! it spake thus: > > > > The above CDB + subcommand disables APM entirely. There is a lot > > more to APM than just parking heads (and in all

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Matthew D. Fuller
On Wed, Jun 19, 2013 at 09:16:35AM -0700 I heard the voice of Jeremy Chadwick, and lo! it spake thus: > > The above CDB + subcommand disables APM entirely. There is a lot > more to APM than just parking heads (and in all honesty, APM should > have nothing to do with parking heads). Disabling APM

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Jeremy Chadwick
On Wed, Jun 19, 2013 at 10:53:46AM -0500, Matthew D. Fuller wrote: > On Wed, Jun 19, 2013 at 08:04:14AM -0700 I heard the voice of > Jeremy Chadwick, and lo! it spake thus: > > > > > > Readers: if any of you have a ST[123]000DM001 drive running the CC24 > > firmware, and can confirm high head par

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Matthew D. Fuller
On Wed, Jun 19, 2013 at 08:04:14AM -0700 I heard the voice of Jeremy Chadwick, and lo! it spake thus: > > > Readers: if any of you have a ST[123]000DM001 drive running the CC24 > firmware, and can confirm high head parking counts (SMART attribute > 193), and are willing to upgrade your drive firm

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Jeremy Chadwick
- Adam seems the same behaviour on systems on bare metal, as well as FreeBSD guests running under VMware ESXi 5.0 hypervisor. However, as I stated on the list just yesterday about "lock-ups on shutdown", every situation may be different and there is a well-established history of t

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Steven Hartland
- Original Message - From: "Adam Strohl" To: "Steven Hartland" Cc: "Jeremy Chadwick" ; Sent: Wednesday, June 19, 2013 3:29 PM Subject: Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount On 6/19/2013 21:21, Steven Hartlan

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Adam Strohl
On 6/19/2013 21:21, Steven Hartland wrote: You still need to test if stable/9 fixes your issue though as otherwise you don't know if the issue your seeing has already been fixed, and if its the old know ZFS vfs hang on shutdown, it has. Thanks Steve, understood but probably not going to h

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Steven Hartland
- Original Message - From: "Adam Strohl" To: "Jeremy Chadwick" Cc: Sent: Wednesday, June 19, 2013 3:15 PM Subject: Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount On 6/19/2013 20:35, Jeremy Chadwick wrote: Nope, I see

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Adam Strohl
ow many are made here (and can't buy). Smartd screams about them possibly needing a firmware update (they don't according to Seagate). Had no issues aside from a failure a month or so again (it's an HD ... it happens). AFAIK this isn't one of the controllers that was know

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Steven Hartland
- Original Message - From: "Ronald Klop" On Wed, 19 Jun 2013 14:53:19 +0200, Adam Strohl wrote: On 6/19/2013 19:21, Jeremy Chadwick wrote: On Wed, Jun 19, 2013 at 06:35:57PM +0700, Adam Strohl wrote: Hello -STABLE@, So I've seen this situation seemingly randomly on a number of

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Jeremy Chadwick
er of both > >>physical 9.1 boxes as well as VMs for I would say 6-9 months at > >>least. I finally have a physical box here that reproduces it > >>consistently that I can reboot easily (ie; not a production/client > >>server). > >> > >>No matte

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Ronald Klop
follow 9-STABLE and the problem is gone for a while now. Ronald. No matter what I do: reboot shutdown -p shutdown -r This specific server will stop at "All buffers synced" and not actually power down or reboot. KB input seems to be ignored. This server is a ZFS NAS (with GMIRROR

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Adam Strohl
On 6/19/2013 19:53, Adam Strohl wrote: sync(8) does not do what you think it does. Please read (not skim) this entire thread starting here: http://lists.freebsd.org/pipermail/freebsd-fs/2013-April/thread.html#16982 http://lists.freebsd.org/pipermail/freebsd-fs/2013-April/016982.html Groking

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Adam Strohl
here that reproduces it consistently that I can reboot easily (ie; not a production/client server). No matter what I do: reboot shutdown -p shutdown -r This specific server will stop at "All buffers synced" and not actually power down or reboot. KB input seems to be ignored. This serv

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Steven Hartland
OS version? - Original Message - From: "Adam Strohl" To: Sent: Wednesday, June 19, 2013 12:35 PM Subject: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount Hello -STABLE@, So I've seen this situation seemingly randomly on a number of both

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Jeremy Chadwick
es it > consistently that I can reboot easily (ie; not a production/client > server). > > No matter what I do: > > reboot > shutdown -p > shutdown -r > > This specific server will stop at "All buffers synced" and not > actually power down or reboot.

shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Adam Strohl
No matter what I do: reboot shutdown -p shutdown -r This specific server will stop at "All buffers synced" and not actually power down or reboot. KB input seems to be ignored. This server is a ZFS NAS (with GMIRROR for boot blocks) but the other boxes which show this are using GM

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-18 Thread Jeremy Chadwick
bility and accessibility becomes bare minimal, and you're kind of at your wits end. Booting verbose can help -- there are other messages printed to the VGA (and/or serial) console during the shutdown phase when verbose. All you can hope for is that the kernel is still alive and Ctrl-Alt-Esc t

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-18 Thread Javad Kouhi
I've read the posts again. Although the issue looks same as Michiel Boland (first link) but I'm not sure if the root of the issue is same as Michiel's too (second link). Anyway, it should be discussed in another thread as you said. > Second, the patch is not mine -- it's Konstantin's. I did not w

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-18 Thread Jeremy Chadwick
ct to the issue. > > > > -- > > | Jeremy Chadwick j...@koitsu.org | > > | UNIX Systems Administratorhttp://jdc.koitsu.org/ | > > | Making life hard for others since 1977. PGP 4BD6C0CB | > > > >

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-18 Thread Javad Kouhi
...@koitsu.org | > | UNIX Systems Administratorhttp://jdc.koitsu.org/ | > | Making life hard for others since 1977. PGP 4BD6C0CB | > Many thanks for the detailed answer. I've applied your patch and then rebuilt the world and kernel. To be honest, I tried to

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-18 Thread Kevin Oberman
ource is) > patch -p0 < sysmouse_vsync.diff > > Assuming use of svn, you can revert this patch by doing: > > cd /usr/src (or wherever your source is) > svn revert sys/dev/drm2/i915/intel_fb.c > svn revert sys/dev/syscons/scvgarndr.c > rm sys/dev/drm2/i915/intel_fb

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-18 Thread Jeremy Chadwick
On Tue, Jun 18, 2013 at 07:00:30PM +0430, Javad Kouhi wrote: > Thanks for the reply, seems that our source trees are not same, I got this: > > % patch -p1 < /path/to/patch > Hmm... Looks like a unified diff to me... > The text leading up to this was: > -- > |diff --git a/s

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-18 Thread Javad Kouhi
Thanks for the reply, seems that our source trees are not same, I got this: % patch -p1 < /path/to/patch Hmm... Looks like a unified diff to me... The text leading up to this was: -- |diff --git a/sys/dev/drm2/i915/intel_fb.c b/sys/dev/drm2/i915/intel_fb.c |index 3cb3b78..

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-18 Thread Michiel Boland
On 06/18/2013 13:28, Javad Kouhi wrote: Hi, I have exactly the same problem. I've tried to apply the above patch but it refused. I've checked out the last revision (251934) of -STABLE branch using Subversion. % git apply --check patch error: patch failed: sys/dev/drm2/i915/intel_fb.c:207 error

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-18 Thread Javad Kouhi
Hi, I have exactly the same problem. I've tried to apply the above patch but it refused. I've checked out the last revision (251934) of -STABLE branch using Subversion. % git apply --check patch error: patch failed: sys/dev/drm2/i915/intel_fb.c:207 error: sys/dev/drm2/i915/intel_fb.c: patch does

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-17 Thread Konstantin Belousov
t; > > The new X server and Intel driver works extremely well, so kudos to whoever > > made > > this possible. > > > > Unfortunately, I am now experiencing random hangs on shutdown. On shutdown > > the > > system randomly freezes after > > > > [..

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-17 Thread Michiel Boland
. Unfortunately, I am now experiencing random hangs on shutdown. On shutdown the system randomly freezes after [...] syslogd: exiting on signal 15 I would then expect to see 'Waiting (max 60 seconds) for system process 'XXX' to stop messages, but these never arrive. So it turns out that ini

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Michiel Boland
So apparently the value of 'rebooting' is 0 at the time of the hang... db> x rebooting rebooting: 0 ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stab

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Konstantin Belousov
not see anything related to i915 in the core.txt you provided. > >>> > >>> Next time the machine hangs, start with the output of ps command from > >>> ddb and 'show allpcpu', together with 'alltrace'. > >>> > >> > >&g

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Ian Lepore
On Sun, 2013-06-16 at 09:07 -0700, Jeremy Chadwick wrote: > On Sun, Jun 16, 2013 at 06:01:49PM +0200, Michiel Boland wrote: > > On 06/16/2013 17:55, Jeremy Chadwick wrote: > > [...] > > > > >Are you running moused(8)? Actually, I can see quite clearly that you > > >are in your core.txt: > > > > >

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Michiel Boland
On 06/16/2013 20:06, Michiel Boland wrote: FWIW - the saved core from the ddb-induced panic has (kgdb) print rebooting $1 = 1 I realised instantly after I sent my message that this is meaningless - so please ignore that. ___ freebsd-stable@freebs

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Michiel Boland
command from ddb and 'show allpcpu', together with 'alltrace'. Ok, I captured 'ps', 'show allpcpu' and 'alltrace' from a stuck shutdown. I've appended it to my core.txt. (See previous e-mail.) (Note that the ddb commands are from a different

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Konstantin Belousov
gt; > ddb and 'show allpcpu', together with 'alltrace'. > > > > Ok, I captured 'ps', 'show allpcpu' and 'alltrace' from a stuck shutdown. > I've > appended it to my core.txt. (See previous e-mail.) (Note that the dd

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Michiel Boland
, 'show allpcpu' and 'alltrace' from a stuck shutdown. I've appended it to my core.txt. (See previous e-mail.) (Note that the ddb commands are from a different session - so the ddb output may not match with the kgdb output.) _

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Steven Hartland
- Original Message - From: "Michiel Boland" To: "FreeBSD Stable" Sent: Sunday, June 16, 2013 4:11 PM Subject: system sporadically hangs on shutdown after switching to WITH_NEW_XORG Hi. Recently I switched to WITH_NEW_XORG, primarily because the stock X server w

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Jeremy Chadwick
On Sun, Jun 16, 2013 at 06:01:49PM +0200, Michiel Boland wrote: > On 06/16/2013 17:55, Jeremy Chadwick wrote: > [...] > > >Are you running moused(8)? Actually, I can see quite clearly that you > >are in your core.txt: > > > >Starting ums0 moused. > > > >Try turning that off. Don't ask me how, be

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Michiel Boland
On 06/16/2013 17:55, Jeremy Chadwick wrote: [...] Are you running moused(8)? Actually, I can see quite clearly that you are in your core.txt: Starting ums0 moused. Try turning that off. Don't ask me how, because devd(8) / devd.conf(5) might be involved. The moused is started by devd - I d

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Jeremy Chadwick
r > >>with Intel driver has some issues that make it unusable for me. > >> > >>The new X server and Intel driver works extremely well, so kudos to whoever > >>made > >>this possible. > >> > >>Unfortunately, I am now exp

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Michiel Boland
extremely well, so kudos to whoever made this possible. Unfortunately, I am now experiencing random hangs on shutdown. On shutdown the system randomly freezes after [...] syslogd: exiting on signal 15 I would then expect to see 'Waiting (max 60 seconds) for system process 'XXX' t

Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Konstantin Belousov
udos to whoever > made > this possible. > > Unfortunately, I am now experiencing random hangs on shutdown. On shutdown > the > system randomly freezes after > > [...] syslogd: exiting on signal 15 > > I would then expect to see 'Waiting (max 60 seconds) fo

system sporadically hangs on shutdown after switching to WITH_NEW_XORG

2013-06-16 Thread Michiel Boland
shutdown. On shutdown the system randomly freezes after [...] syslogd: exiting on signal 15 I would then expect to see 'Waiting (max 60 seconds) for system process 'XXX' to stop messages, but these never arrive. I paniced the machine in ddb, so I have a crash dump if someone

Re: Panic at shutdown (acpi related)

2013-03-01 Thread Ronald Klop
On Sun, 24 Feb 2013 13:04:52 +0100, David Demelier wrote: Le mardi 12 février 2013 21:42:01 Ronald Klop a écrit : On Tue, 12 Feb 2013 19:44:49 +0100, David Demelier wrote: > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : >> on 12/02/2013 09:57 David Demelier said the following: >

Re: Panic at shutdown

2013-02-24 Thread David Demelier
Le mardi 12 février 2013 21:42:01 Ronald Klop a écrit : > On Tue, 12 Feb 2013 19:44:49 +0100, David Demelier > > wrote: > > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : > >> on 12/02/2013 09:57 David Demelier said the following: > >> > Yes I have added debugging option in my kernel. I

Re: Panic at shutdown

2013-02-19 Thread David Demelier
2013/2/14 David Demelier > Le mardi 12 février 2013 21:42:01 Ronald Klop a écrit : > > On Tue, 12 Feb 2013 19:44:49 +0100, David Demelier > > > > wrote: > > > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : > > >> on 12/02/2013 09:57 David Demelier said the following: > > >> > Yes I hav

Re: Panic at shutdown

2013-02-14 Thread David Demelier
Le mardi 12 février 2013 21:42:01 Ronald Klop a écrit : > On Tue, 12 Feb 2013 19:44:49 +0100, David Demelier > > wrote: > > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : > >> on 12/02/2013 09:57 David Demelier said the following: > >> > Yes I have added debugging option in my kernel. I

Re: Panic at shutdown

2013-02-12 Thread Ronald Klop
On Tue, 12 Feb 2013 19:44:49 +0100, David Demelier wrote: Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : on 12/02/2013 09:57 David Demelier said the following: > Yes I have added debugging option in my kernel. I have makeoptions > DEBUG=-g in my config. Do I need more ? .symbols?

Re: Panic at shutdown

2013-02-12 Thread David Demelier
Okay I will update everything and use GENERIC config, if I get more info I'll tell you :-), Cheers and thanks for your answers 2013/2/12 Andriy Gapon > on 12/02/2013 20:44 David Demelier said the following: > > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : > >> on 12/02/2013 09:57 D

Re: Panic at shutdown

2013-02-12 Thread Andriy Gapon
on 12/02/2013 20:44 David Demelier said the following: > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : >> on 12/02/2013 09:57 David Demelier said the following: >>> Yes I have added debugging option in my kernel. I have makeoptions >>> DEBUG=-g in my config. Do I need more ? >> >> .symbo

Re: Panic at shutdown

2013-02-12 Thread David Demelier
Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : > on 12/02/2013 09:57 David Demelier said the following: > > Yes I have added debugging option in my kernel. I have makeoptions > > DEBUG=-g in my config. Do I need more ? > > .symbols? I don't understand what you are saying, I have /boot/k

Re: Panic at shutdown

2013-02-12 Thread Andriy Gapon
on 12/02/2013 09:57 David Demelier said the following: > Yes I have added debugging option in my kernel. I have makeoptions DEBUG=-g in > my config. Do I need more ? .symbols? I don't know how else to explain consistently broken / useless stack traces. > I'm not sure to understand what you meant

Re: Panic at shutdown

2013-02-11 Thread David Demelier
Yes I have added debugging option in my kernel. I have makeoptions DEBUG=-g in my config. Do I need more ? I'm not sure to understand what you meant about stray signatures.. -- Demelier David ___ freebsd-stable@freebsd.org mailing list http://lists.fre

Re: Panic at shutdown

2013-02-11 Thread Andriy Gapon
on 11/02/2013 22:33 David Demelier said the following: > Le jeudi 7 février 2013 10:55:09 Andriy Gapon a écrit : >> Without so much as a stack trace there is nothing to chew on. >> A useable vmcore would be better. >> >> Did you perhaps use kgdb with a mismatching kernel? Please don't leave stray

Re: Panic at shutdown

2013-02-11 Thread David Demelier
Le jeudi 7 février 2013 10:55:09 Andriy Gapon a écrit : > Without so much as a stack trace there is nothing to chew on. > A useable vmcore would be better. > > Did you perhaps use kgdb with a mismatching kernel? -- I still have panic, and recompiled kernel, the stack info is not better but I ha

Re: Panic at shutdown

2013-02-07 Thread David Demelier
On 07/02/2013 09:55, Andriy Gapon wrote: > > Without so much as a stack trace there is nothing to chew on. > A useable vmcore would be better. > > Did you perhaps use kgdb with a mismatching kernel? > I don't remember, I just rebuild a new kernel and will provide more info if panic occurs again

Re: Panic at shutdown

2013-02-07 Thread Andriy Gapon
Without so much as a stack trace there is nothing to chew on. A useable vmcore would be better. Did you perhaps use kgdb with a mismatching kernel? -- Andriy Gapon ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

Re: Panic at shutdown

2013-02-06 Thread David Demelier
On 06/02/2013 16:31, David Demelier wrote: > Hello there, > > I recently had a panic at shutdown in 9.1-STABLE, there's the backtrace: > > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General P

Panic at shutdown

2013-02-06 Thread David Demelier
Hello there, I recently had a panic at shutdown in 9.1-STABLE, there's the backtrace: GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it

Re: The shutdown bug?

2012-10-23 Thread Travis Mikalson
Andriy Gapon wrote: > on 23/10/2012 21:38 Per olof Ljungmark said the following: >> On 2012-10-23 19:41, jb wrote: >>> Per olof Ljungmark intersonic.se> writes: >>> ... Setting sysctl hw.usb.no_shutdown_wait=1 does NOT fix the problem as described in http://www.freebsd.org/cgi

Re: The shutdown bug?

2012-10-23 Thread Per olof Ljungmark
On 10/23/12 21:44, Andriy Gapon wrote: > on 23/10/2012 21:38 Per olof Ljungmark said the following: >> On 2012-10-23 19:41, jb wrote: >>> Per olof Ljungmark intersonic.se> writes: >>> ... Setting sysctl hw.usb.no_shutdown_wait=1 does NOT fix the problem as described in http://

Re: The shutdown bug?

2012-10-23 Thread Andriy Gapon
on 23/10/2012 21:38 Per olof Ljungmark said the following: > On 2012-10-23 19:41, jb wrote: >> Per olof Ljungmark intersonic.se> writes: >> >>> ... >>> Setting sysctl hw.usb.no_shutdown_wait=1 does NOT fix the problem as >>> described in >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/167685

Re: The shutdown bug?

2012-10-23 Thread Per olof Ljungmark
On 2012-10-23 19:41, jb wrote: > Per olof Ljungmark intersonic.se> writes: > >> ... >> Setting sysctl hw.usb.no_shutdown_wait=1 does NOT fix the problem as >> described in >> http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/167685 >> ... > > There is another one: > http://www.freebsd.org/cgi/que

Re: The shutdown bug?

2012-10-23 Thread jb
Per olof Ljungmark intersonic.se> writes: > ... > Setting sysctl hw.usb.no_shutdown_wait=1 does NOT fix the problem as > described in > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/167685 > ... There is another one: http://www.freebsd.org/cgi/query-pr.cgi?pr=172952&cat= jb ___

The shutdown bug?

2012-10-23 Thread Per olof Ljungmark
the file system. "shutdown -r now" or "halt -p" will stop after "Syncing discs" forever. It is seen here on various HP boxes, DL360 G4, G5, XW6600 are examples. Issuing a "shutdown -n -o -r now" works however and I assume this is not too harmful with ZFS?

Re: 9.1 RELENG_9 Unable to cleanly dismount root partition on shutdown

2012-08-29 Thread Matt Smith
On 2012-08-28 22:51, Matt Smith wrote: On 2012-08-27 21:35, Warren Block wrote: On Mon, 27 Aug 2012, Matt Smith wrote: Thank you for your help anyway, and your wonkity site, which I also once used for converting my procmail to maildrop. And thanks also to Erich and Stefan for your help. When I

  1   2   3   4   >