search for: savedir

Displaying 7 results from an estimated 7 matches for "savedir".

2002 Aug 09
0
Automation of public/private key generation
...scriptID="\$Id: ssh-keymanager,v 1.1 2002/07/08 16:04:13 ccadmin Exp $" ;export scriptID # # Change history: # $Log: ssh-keymanager,v $ # Revision 1.1 2002/07/08 16:04:13 ccadmin # Initial revision # # ------------------------------------------------------------------------------ SAVEDIR=`pwd` cd MYHOMEDIR=`pwd` MYHOSTNAME=`/bin/uname -n | cut -f1 -d .` MYNAME=`basename $0` TARGEThomedir=`pwd` TARGEThostname="" TARGETusername=${LOGNAME} MYUSERNAME=${LOGNAME} if [ -x /usr/xpg4/bin/cp ]; then CP="/usr/xpg4/bin/cp -p" else CP="/us...
2020 Jun 17
1
Slow and Incomplete printing from DOS Client 3.0
...ints available URIs if [ $# -eq 0 ]; then echo "No Arguments" exit 0 fi # case of wrong number of arguments if [ $# -ne 5 -a $# -ne 6 ]; then echo "Usage: rawcapture job-id user title copies options [file]" exit 1 fi # get output directory from device URI, and check write status SAVEDIR=${DEVICE_URI#rawcapture:} if [ ! -d "$SAVEDIR" -o ! -w "$SAVEDIR" ]; then echo "ERROR: directory $SAVEDIR not writable" exit 1 fi # generate output filename OUTPUTFILENAME= if [ "$3" = "" ]; then OUTPUTFILENAME="$SAVEDIR/unknown.cap" else...
2003 May 20
1
smbd - wide links / possible buffer failure??
...name: file path name %s is a symlink\nChecking it's path\n", name)); if (*flink == '/') { @@ -750,6 +751,24 @@ pstrcat(cleanlink, flink); } unix_clean_name(cleanlink); + + if (!vfs_GetWd(conn,savedir)) { + DEBUG(0,("couldn't vfs_GetWd for %s %s\n",name,cleanlink)); + return(False); + } + + if (vfs_ChDir(conn,cleanlink) != 0) { + DEBUG(0,("couldn't vfs_ChDir to %s\n",cleanli...
2010 Aug 27
2
phpMyAdmin can't connect to remote server
...][$i]['AllowRoot'] = false; $cfg['Servers'][$i]['AllowDeny'] = array ( 'order' => 'allow,deny', ); /* End of servers configuration */ $cfg['blowfish_secret'] = '4c74332d81b5c0.29678885'; $cfg['UploadDir'] = ''; $cfg['SaveDir'] = ''; $cfg['DefaultLang'] = 'en-utf-8'; $cfg['ServerDefault'] = 1; $cfg['ForceSSL'] = true; $cfg['AllowAnywhereRecoding'] = true; $cfg['UseDbSearch'] = false; $cfg['ShowPhpInfo'] = true; $cfg['LeftDisplayServers'] = true;...
2017 Jun 23
0
MODISTools Help
...250m_16_days_VI_Quality') pixel <- c(0,0) ###define data period <- data.frame(lat=firstobs$lat, long=firstobs$long, start.date =firstobs$start.date, end.date = firstobs$end.date, id=firstobs$id) ###MODISSubsets MODISSubsets(LoadDat = period, Products = product, Bands=bands, Size=pixel, SaveDir='.', StartDate=T) ###MODISSummaries MODISSummaries(LoadDat = period, FileSep=',',Product='MOD13Q1', Bands = '250m_16_days_EVI', ValidRange=c(-2000,10000), NoDataFill=-3000, ScaleFactor = 0.0001, StartDate = TRUE, Interpolate = T, QualityScreen = TRUE, QualityThresh...
2017 Jun 23
1
MODISTools Help
...xel <- c(0,0) > > ###define data > period <- data.frame(lat=firstobs$lat, long=firstobs$long, start.date =firstobs$start.date, end.date = firstobs$end.date, id=firstobs$id) > > > ###MODISSubsets > MODISSubsets(LoadDat = period, Products = product, Bands=bands, Size=pixel, SaveDir='.', StartDate=T) > > > ###MODISSummaries > MODISSummaries(LoadDat = period, FileSep=',',Product='MOD13Q1', Bands = '250m_16_days_EVI', ValidRange=c(-2000,10000), NoDataFill=-3000, ScaleFactor = 0.0001, StartDate = TRUE, Interpolate = T, QualityScreen = T...
2017 Jun 22
1
MODISTools Help
1. You should always cc the list unless there is a clear reason not to. 2. You still have failed to follow the posting guide: You say you have difficulty troubleshooting your code, but you have shown us no code. You got an error message that seems explicit, but with neither code nor data, I do not know whether anyone can make sense of it. In any case, I certainly cannot. Cheers, Bert Bert