from:lu02 to:ax07@noaa.gov subject:Re: Re Re Last Profile Huh, sounds odd but I'll take a look at it when the stuff makes it back. Is it the linux laptop with the DoD Iridium transmitter? did you update Amverseas? If you did, you have to make sure that the javaw.exe is not the java executable but rather the bash script I wrote to replace it. This file runs the ftper and can cause transmission issues if not properly configured. Ill include it below. If you do replace the the file with thisw script, you have to make it executable. chmod +x javaw.exe javaw.exe is a plain ASCII file not he windows executable located in $HOME/.wine/drive_c/users/Public/Documents/AMVERSEAS_V9/jre/bin delete everything in there and just add the javaw.exe executable and make it executable. reboot #=====copy below this and paste into a text file called javaw.exe===== #!/bin/bash pidFile="/tmp/javaw.exe.pids.txt" if [ -f "$pidFile" ]; then kill -9 `cat $pidFile` rm $pidFile fi #iterate through arguments passed and convert windows paths to nix paths replacing c:\ with $HOME/.wine/drive_c for arg in "$@" do tmp=$(echo $arg| sed 's/\\/\//g' | sed 's/[cC]:/USERHOME\/.wine\/drive_c/g') args=$args' '$tmp done #replace USERHOME with actual homepath args=${args/USERHOME/$HOME} #run program and store pid (java $args)& printf $!" " >> $pidFile #This will loop and check every 10 seconds to see if SeasTransceiver is running #if it stops then it will kill the java program while ps ax | grep SeasTransceiver| grep -v grep > /dev/null ; do sleep 5 done kill -9 `cat $pidFile` rm $pidFile #========================= ax07 wrote: from:ax07 to:lu02@noaa.gov subject:Re: Re Last Profile Hey Man, Glad you made it back alright. Things are going well out here. I'll be hitting the increased sampling area either tonight or tomorrow morning. We're scheduled to be arriving on the 10th at 18:30. Ricardo is arranging my travel for me. Gone well so far, have had a few issues, but nothing major. Biggest issue is the non-transmission of files. I'm getting a lot of unknown errors when transmitting or not being able to connect to the AOML FTP server and retrying too many times. A reboot of the computer usually solves both issues. (Restarting Amverseas doesn't seem to clear it out.) Best regards, Zach lu02 wrote: from:lu02 to:ax07@noaa.gov subject:Re: Last Profile Yo! Just made it back. How's it going out there? I hope all is well. Later, Pedro ax07 wrote: from:ax07 to:lu02@noaa.gov subject:Last Profile Hi Pedro, Just completed the last profile. We're due in port in about 2hours 40 minutes from this sending. I'll be taking down the launcher and cable first and the antenna last. Everything should be in order. Best regards, Zach