FBSD 9.2 RC crashes running as virtualbox host

2013-08-16 Thread Thomas Zenker
Hi,

after updating my freebsd amd64 box from 9.1 (r250841) to 9.2-RC
(r254276) virtualbox crashes the machine. Seconds after starting VBOX
the screen freezes and then reboots (probably a trap, cannot see it, as
screen is in graphics mode). The kernel modules of vbox have been
recompiled.

Going back to 9.1 kernel and matching vbox modules works.
In both cases VBOX 4.2.16 is used.

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


Re: FBSD 9.2 RC crashes running as virtualbox host

2013-08-16 Thread Thomas Zenker
On 08/16/13 15:41, Mikhail Tsatsenko wrote:
> 2013/8/16 Thomas Zenker :
>> Hi,
>>
>> after updating my freebsd amd64 box from 9.1 (r250841) to 9.2-RC
>> (r254276) virtualbox crashes the machine. Seconds after starting VBOX
> After starting VBOX gui or guest machine? If first, try to rebuild
> userland portion of vbox too.

After starting a virtual guest machine in the GUI or directly from cli
leads to the crash. The userland has been rebuild w/ 9.2 also. The same
binaries of the userland portion built with 9.2 work w/o problems in 9.1.

>> the screen freezes and then reboots (probably a trap, cannot see it, as
>> screen is in graphics mode). The kernel modules of vbox have been
>> recompiled.
>>
>> Going back to 9.1 kernel and matching vbox modules works.
>> In both cases VBOX 4.2.16 is used.
>>
>> cheers, Thomas


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


Re: mergemaster goes postal / MAKEDEV problems

2001-09-21 Thread Thomas Zenker

On Thu, Sep 20, 2001 at 04:12:23PM +0100, Antony T Curtis wrote:
> Michael Nottebrock wrote:
> > 
> > Randy Bush wrote:
> >  > happened on three separate systems cvsupped this afternoon
> >  >
> >  > [...]
> >  >
> >  > MAKEDEV: arith: syntax error: à [...]
> >  >
> >  > [...]
> > 
> > Looks to me as if this is a really old bug surfacing here. Reference
> > 
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=30637
> > 
> > and
> > 
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=24443
> 
> Is the above PR a reasonable fix and is it safe for people to apply this
> change to /usr/src/bin/sh/expand.c ?
> 
> If it is a good fix - any chance it would be committed?

yes, that's it:

Index: expand.c
===
RCS file: /usr/cvs/FreeBSD/src/bin/sh/expand.c,v
retrieving revision 1.31.2.1
diff -u -r1.31.2.1 expand.c
--- expand.c2000/06/14 13:42:25 1.31.2.1
+++ expand.c2001/09/21 10:49:11
@@ -397,7 +397,7 @@
CHECKSTRSPACE(12 - 2, expdest);
USTPUTC('\0', expdest);
start = stackblock();
-   p = expdest;
+   p = expdest - 1;
while (*p != CTLARI && p >= start)
--p;
if (*p != CTLARI)


-- Thomas Zenker
   c/o Lennartz electronic GmbH
   Bismarckstrasse 136, D-72072 Tuebingen, Germany
   Phone:  +49-(0)7071-93550
   Email:  [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: FreeBSD subscription

2002-01-30 Thread Thomas Zenker

On Wed, Jan 30, 2002 at 03:57:26AM +0100, Gunnar Flygt wrote:
> I've been subscribing to FreeBSD since 2.2.2 (Walnut Creek) over BSDi
> and Wind River. I think I followed the pace to reorder the forthcoming
> 4.5-RELEASE from the latest company. I have though forgotten which
> company it is, and what person to contact, to be sure that my
> subscription goes on.
> 
> So please, who should I contact to see if my subscription is still there?
> 

See the answer of Bob Bruce to my question on the same subject

- Forwarded message from Robert Bruce <[EMAIL PROTECTED]> -

Date: Tue, 15 Jan 2002 06:37:19 -0800
From: Robert Bruce <[EMAIL PROTECTED]>
To: Thomas Zenker <[EMAIL PROTECTED]>
Subject: Re: Transfer of FreeBSD Mall

Thomas Zenker <[EMAIL PROTECTED]> said...
>
>Surprise, I thought the subscription had gone down the loo..
>Do I understand correctly, that my subscription will continue?

Hi Thomas,
Yes, the subscriptions will continue without interruption.


>Probably you should do an extra announcement with respect of the
>subscription status, because there have been rumors about Wind River
>not continuing the subscriptions, but then...

We are planning to do that.  We didn't want to dilute Wind River's
press release by including too much additional information, so
we will make a followup announcement in a few days.

-bob


- End forwarded message -


-- Thomas Zenker
   c/o Lennartz electronic GmbH
   Bismarckstrasse 136, D-72072 Tuebingen, Germany
   Phone:  +49-(0)7071-93550
   Email:  [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message