
- CAN I SETUP A MAC MINI AS A SERVER INSTALL
- CAN I SETUP A MAC MINI AS A SERVER UPDATE
- CAN I SETUP A MAC MINI AS A SERVER SOFTWARE
So let's make the table of startup times, in the format crontab wants. Say we break things up into two week intervals. I suppose we could just go ahead and use crontab to initiate each night's data collection at the desired time, within a range of dates.
CAN I SETUP A MAC MINI AS A SERVER UPDATE
run simple analysis, convert to fits files, compress data, update status web page.compute appropriate number of images to take.syntax we want is to start the task at a sensible time before sunset, say 2200 UT, i.e.Note that this intentionally reverses the times so that sundown in column 1 and sunrise in col 2, in UTĬan use this to determine when to start taking data. Grep -v "%" pachon_twilight.dat | awk '' > m02.dat Used USNO site to determine civil twilight times in UT.īroke that into one file per month, called mxx.dat with xx ranging from 01 to 12. opt/local/bin/gphoto2 -capture-image-and-downloadįiguring out when to start taking images: This will need to be done every time the camera is plugged in or turned on while connected to your mac.
CAN I SETUP A MAC MINI AS A SERVER INSTALL
It puts the executable into /opt/local/bin so execute that explicitly,Īlso did install of gphoto2 using ports and that worked as well,Īlthough it stuffed things into /opt/local/bin, so need to add that to path.īefore running gphoto2 you need to terminate this "hijack" by running the following command: OK so let's try a totally different way- macports. Ld: symbol(s) not found for architecture x86_64 Undefined symbols for architecture x86_64: dylib:/usr/local/libgphoto2-2.5.2/libgphoto2_port/libgphoto2_port/.libs/libgphoto2_port.dylib -Wl,-exported_symbols_list.libs/ptp2-symbols.expsym

libgphoto2_port/libgphoto2_port/.libs/libgphoto2_port.dylib /Users/christopherstubbs/linux/lib/libltdl.dylib -lpthread -liconv -O2 -Wl,-dylib_file -Wl,/Users/christopherstubbs/linux/lib/libgphoto2_port.10. libgphoto2/.libs/libgphoto2.dylib /usr/local/libgphoto2-2.5.2/libgphoto2_port/libgphoto2_port/.libs/libgphoto2_port.dylib -lm. libs/ptp2.so -bundle ptp2/.libs/ptp.o ptp2/.libs/library.o ptp2/.libs/usb.o ptp2/.libs/ptpip.o ptp2/.libs/config.o ptp2/.libs/olympus-wrap.o -L/Users/christopherstubbs/linux/lib.

Got compiler errors for libgphoto2, fixed some undelcared variables in Set path = ( $path /Users/christopherstubbs/linux/bin) configure -prefix=/Users/christopherstubbs/linux -with-internal-glib Set path = ( $path /Users/christopherstubbs/linux/lib/pkgconfig) Had to switch to tcsh for setenv to work. It turns out I also need to install "Command Line Tools" for Xcodeĭid same installation as Dave Monet has, except replace So for that I need Xcode developer's toolkitĭownloading that from Apple web site, 1.7 GB!Īfter some pain downloading and installing Xcode for this version of OSX, Trying libtool: rats, no c compiler on the path! Put the directories into /usr/local as root. I am going to set this up like Dave Monet's configuration, in a directoryĬalled linux off the user's home directory.

(does not need the CPPFLAGS and LDFLAGS of libgphoto) Setenv PKG_CONFIG_PATH /home/dgm/linux/lib/pkgconfig Setenv CPPFLAGS "-I/home/dgm/linux/include" Setting up Mac mini for gphoto2 using Dave Monet's notes:

CAN I SETUP A MAC MINI AS A SERVER SOFTWARE
All Sky camera for LSST site- configuration of Mac Mini with software
