Suddenly lots processes exits signal 11 (core dumped)

Steve Bernacki freebsd at f.copacetic.net
Wed Apr 27 01:20:59 UTC 2011


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



More information about the freebsd-questions mailing list