Displaying 4 results from an estimated 4 matches for "nunknown".
Did you mean:
unknown
2005 Jan 12
4
"model.response" error
....action")
if (!is.matrix.csr(weights))
cat("\nWarning: weights matrix not in sparse form\n")
switch(type, lag = if (!quiet)
cat("\nSpatial lag model\n"), mixed = if (!quiet)
cat("\nSpatial mixed autoregressive model\n"), stop("\nUnknown model
type\n"))
if (!quiet)
cat("Jacobian calculated using weights matrix eigenvalues\n")
y <- model.response(mf, "numeric")
if (any(is.na(y))) stop("NAs in dependent variable")
x <- model.matrix(mt, mf)
if (any(is.na(x))) stop(&q...
2024 Feb 23
0
Getting two notifications of nocomm-timer expired when USB cable is pulled from the UPS
...?????????????? echo
?????????????? else
?????????????? echo > $FILE5
?????????????? msmtp -t dan.grostick at outlook.com </etc/nut/nocommtimer.txt
?????????????? fi
;;
?????????????? *)
?????????????? logger -t upssched-cmd:?? "Unknown command: $1"??????
?????????????? MSG1="\nUnknown command: $1"
?????????????? cat /etc/nut/unknowncommand.txt >/tmp/message
?????????????? echo -e "$MSG1" >>/tmp/message
?????????????? cat /tmp/message >>/etc/nut/logfile
?????????????? msmtp -t </tmp/message
;;
esac
exit 0
2023 Jun 16
1
Dummy-ups cycles between online and onbatt every 5 minutes. (Nut 2.8.0)
...t;nocomm-timer-expired"
if [[ -f $FILE2 ]];
then
echo
else
touch $FILE2
msmtp -t dan.grostick at outlook.com </etc/nut/nocomm.txt
fi
;;
*)
logger -t upssched-cmd: "Unknown command: $1"
MSG1="\nUnknown command: $1"
cat /etc/nut/unknowncommand.txt >/tmp/message
echo -e "$MSG1" >>/tmp/message
msmtp -t </tmp/message
;;
esac
exit 0
########### /etc/hosts.allow ###########
########### ps -eLf ###########
root 1329 1 1329 0...
2004 Nov 20
0
ffmpeg2theora start and end time support
...;preview")){
//need a way to set resize here. and not later
info.preset=V2V_PRESET_PREVIEW;
convert->video_quality = rint(5*6.3);
convert->audio_quality=1*.099;
convert->channels=2;
convert->sample_rate=44100;
}
else{
fprintf(stderr,"\nunknown preset.\n\n");
print_presets_info();
exit(1);
}
break;
case 'N':
n = atoi(optarg);
if (n) {
#ifndef _WIN32
if (nice(n)<0) {
fprintf(stderr,"error setting %d for niceness", n);
}
#endif
}
break;
case 'D':
/...