search for: hdiutil

Displaying 8 results from an estimated 8 matches for "hdiutil".

2013 Nov 15
2
Image checksum error while booting Isolinux
Hi, I am trying to build a custom installer for a popular linux distro on MacOS. Here is how: makehybrid \ -o isos/muaaa.iso temp/ \ -eltorito-boot temp/isolinux/isolinux.bin \ -no-emul-boot \ -iso -joliet -boot-load-size 4 \ -default-volume-name "Custom Installer" \ -eltorito-platform temp/isolinux/boot.cat This happens when I boot up the new image:
2010 Dec 15
3
having trouble with puppet 0.25.5 on openbsd 4.8 on amd64
My manifest includes this snippet class app_client_openbsd { $app_client_pkgs_obsd = [ ''glib2-2.24.1p2'', ''gtar-1.23p1'' ] package { "${app_client_pkgs_obsd}": ensure => ''installed'', source => "http://${installserver}/openbsd/${operatingsystemrelease}/packages/${hardwaremodel}/${name}.tgz", } This
2013 Nov 15
0
Image checksum error while booting Isolinux
...The boot image isolinux.bin expects to get patched by some parameters, including a checksum. See man mkisofs http://cdrecord.berlios.de/private/man/cdrecord/mkisofs.8.html paragraph "EL TORITO BOOT INFORMATION TABLE" Do i get it right that "makehybrid" is a shortcut for hdiutil makehybrid as of https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/hdiutil.1.html There seems to be no option for above feature. Programs which can produce compliant ISO images are: program="mkisofs" program="genisoimage" program=&quot...
2010 Sep 16
4
DO NOT REPLY [Bug 7685] New: rsync should not set the creation data on the root folder of an HFS+ volume
...opard using the following script (as you can see, this is certainly an edge case, but I have run into it several times): ############## #!/bin/sh source=/Volumes/HLSource target=/Volumes/HLTarget rsync="/usr/local/bin/rsync" cd /tmp echo "Creating temporary source disk image" hdiutil create -size 1m -volname HLSource -fs HFS+ -layout NONE -attach HLSource.dmg 1> /dev/null echo "Creating temporary target disk image (after a delay to guarantee different creation date)" sleep 2 hdiutil create -size 1m -volname HLTarget -fs HFS+ -layout NONE -attach HLTarget.dmg 1>...
2008 Aug 05
5
OpenSolaris+ZFS+RAIDZ+VirtualBox - ready for production systems?
Hi all, I have been looking at various alternatives for a system that runs several Linux & Windows guests. So far my favorite choice would be OpenSolaris+ZFS+RAIDZ+VirtualBox. Is this combo ready to be a host for Linux & Windows guests? Or is it not 100% stable (yet)? Greetings, Evert This message posted from opensolaris.org
2011 Jun 08
1
Installing Virtualbox on Mac osx with pkg dmg provider
...rPkgdmg: Executing ''/usr/bin/curl -o /tmp/VirtualBox-4.0.8-71778-OSX.dmg -C - -k -s --url https://web3/apps/VirtualBox-4.0.8-71778-OSX.dmg'' debug: Success: curl transfered [VirtualBox-4.0.8-71778-OSX.dmg] debug: Puppet::Type::Package::ProviderPkgdmg: Executing ''/usr/bin/hdiutil mount -plist -nobrowse -readonly -noidme -mountrandom /tmp /tmp/VirtualBox-4.0.8-71778-OSX.dmg'' debug: Puppet::Type::Package::ProviderPkgdmg: Executing ''/usr/sbin/installer -pkg /private/tmp/dmg.5hKSb9/VirtualBox.mpkg -target /'' debug: Puppet::Type::Package::ProviderPk...
2009 Apr 09
3
Help creating incremental backups using --backup-dir.
Normally I would use the --link-dest option to do this but I can't since I'm rsyncing from a Mac to a Samba share on a Linux box and hard links don't work. What I want to do is create a 10 day rotating incremental backup. I used the first script example on the rsync examples page as a template. The only thing I changed was the destination to be a local directory and paths for
2010 Mar 18
13
ZFS/OSOL/Firewire...
An interesting thing I just noticed here testing out some Firewire drives with OpenSolaris. Setup : OpenSolaris 2009.06 and a dev version (snv_129) 2 500Gb Firewire 400 drives with integrated hubs for daisy-chaining (net: 4 devices on the chain) - one SATA bridge - one PATA bridge Created a zpool with both drives as simple vdevs Started a zfs send/recv to backup a local filesystem Watching