No such file or directory: Failed to enable the ‘httpready’ Accept Filter

зареждаме драйвера

kldload accf_http

BSD# /usr/local/etc/rc.d/apache22 restart
Performing sanity check on apache22 configuration:
Syntax OK
Stopping apache22.
Waiting for PIDS: 55392.
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.

добавяме го да се изпълнява при стартирането на системата

BSD# echo ‘accf_http_load=”YES”‘ >> /boot/loader.conf

 

 

mount DMG file in Mac OS X from command line

отново ще използваме hdiutil командата

admin:Desktop admin$ hdiutil attach apple_remote_desktop_3.5.dmg
expected   CRC32 $C93D97AD
/dev/disk2              Apple_partition_scheme
/dev/disk2s1            Apple_partition_map
/dev/disk2s2            Apple_Driver_ATAPI
/dev/disk2s3            Apple_HFS                          /Volumes/Apple Remote Desktop 3.5

за демонтиране използваме параметъра detach

admin:Desktop admin$ hdiutil detach /dev/disk2s3
“disk2” unmounted.
“disk2” ejected.

A SparseVer2BackingInfo disk is found but the virtual machine does not support the option.

Error Message:
Failed to find a host for powering on the Virtual Machine. The following faults explain why the registered host is not compatible.
Device ‘Hard Disk 1′ uses a controller that is not supported. This is a general limitation of the virtual machine’s virtual hardware version on the selected host.

using VMware convertor to import VM’s or VMDK’s from other VMware products

Наскоро се сблъсках с такъв проблем, линк към много добре обяснена статия как да се справим с тази ситуация 🙂

http://blog.lewan.com/2009/12/22/vmware-vsphere-using-vmware-converter-to-import-vms-or-vmdks-from-other-vmware-products/