On Wed, Jun 06, 2012 at 16:51:27 -0700 , Thomas D. Dean wrote:
> Mergemaster fails in a up-to-date as of now build.
> 
> >  uname -a
> FreeBSD P9X79.tddhome 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed Jun  6
> 16:16:58 PDT 2012     root@P9X79.tddhome:/usr/obj/usr/src/sys/GENERIC
> amd64
> 
> # mergemaster
> ...
> [END]
> 
> And no response to the keyboard, except <ctrl-Z.
> ^Z
> 
> # ps
> ...
> 1363  4  Is   0:00.01 su
> 1364  4  S    0:00.01 _su (csh)
> 1368  4  T    0:00.06 /bin/sh /usr/sbin/mergemaster
> 2434  4  T    0:00.01 less
> 2439  4  R+   0:00.00 ps
> 
> How do I get around this?

Have you tried ctrl-t? This will send SIGINFO to the process which
causes the shell to print out some information about the running program
(and if the foreground program knows about the signal, it can print out
some useful diagnostic info as well, like fsck and dd do). It sounds
like something is waiting for input or otherwise wedged, and ^T might
tell us which command and what it's trying to do.

Additionally, the output of ps ax -d (show process trees) would be
helpful. This should also show what mergemaster is waiting on.

-- 
Thanks and best regards,
Chris Nehren

Attachment: pgpxR6TEwn8qi.pgp
Description: PGP signature

Reply via email to