Aperture 2: cRAW images from Sony DSLR-A700 may not display properly after update to


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Aperture 2: cRAW images from Sony DSLR-A700 may not display properly after update to
# 1  
Old 10-21-2008
Aperture 2: cRAW images from Sony DSLR-A700 may not display properly after update to

cRAW format images from the Sony DSLR-A700 camera may display pink or white after you install Digital Camera RAW Compatibility Update 2.2. Standard RAW images from the DSLR-A700 should not be affected by this issue, only those taken with the cRAW setting.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
nbdrootd()																nbdrootd()

NAME
nbdrootd -- Serve out LTSP images created with ltsp-update-image(8) SYNOPSIS
nbdrootd DESCRIPTION
nbdrootd will serve out LTSP images created with ltsp-update-image(8) which are filesystem images, and compressed with mksquashfs(8). The nbdrootd(8) program is a simple shell script wrapper for nbd-server(1) program, and it is usually run from an inetd(8) instance. EXAMPLE
Add the following line to /etc/inetd.conf(5): 2000 stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/nbdrootd /opt/ltsp/images/i386.img Note that the ltsp-update-image(8) program will do this for you automatically. SEE ALSO
ltsp-update-image(1), nbd-server(1), inetd(8), inetd.conf(5), nbd-client(8). AVAILABILITY
nbdrootd is part of ltsp package and the latest versions are available in source form from https://launchpad.net/products/ltsp (link to URL https://launchpad.net/products/ltsp) . AUTHOR
copyright 2007 Vagrant Cascadian <vagrant@freegeek.org>, distributed under the terms of the GNU General Public License version 2 or any later version. nbdrootd()