Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2011 20:56:58 -0400
From:      Steve Bernacki <freebsd@f.copacetic.net>
To:        Chris Hill <chris@monochrome.org>
Cc:        david.robison@fisglobal.com, Devin Teske <dteske@vicor.com>, freebsd-questions@freebsd.org, "Teske, Devin" <Devin.Teske@fisglobal.com>
Subject:   Re: Suddenly lots processes exits signal 11 (core dumped)
Message-ID:  <4DB769DA.80200@f.copacetic.net>
In-Reply-To: <alpine.BSF.2.00.1104261949170.93629@tripel.monochrome.org>
References:  <4DB6D082.4020907@inbox.lv>	<BANLkTimZ3eQmOOimQxjGJF_E12hk-SvS8Q@mail.gmail.com>	<4DB6D839.3010809@inbox.lv> <4DB704E9.7000802@fisglobal.com>	<007101cc0452$471bb7d0$d5532770$@vicor.com> <alpine.BSF.2.00.1104261949170.93629@tripel.monochrome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 4/26/2011 7:50 PM, Chris Hill wrote:
> [snip]
> tripel# echo "p 2 0x0c * *" | fdisk -f - /dev/da0
> ******* Working on device /dev/da0 *******
> fdisk: Class not found
> tripel#
>
>
Try (note the single quotes):

tripel# echo 'p 2 0x0c * *' | fdisk -f - /dev/da0

Just a hunch but perhaps the shell is globbing a filename.

Steve




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DB769DA.80200>