search for: ncurrent

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

Did you mean: current
2023 Jun 10
1
Fopen upsmon.pid - no such file or directory - Nut 2.8.0 built from source
...md running" UPS="ups at localhost" STATUS=$( upsc $UPS ups.status) CHARGE=$( upsc $UPS battery.charge) CHMSG="[$STATUS] : $CHARGE%" case $1 in online) logger -t upssched-cmd: "online" MSG1="Subject: UPS online" MSG2="\nCurrent status: $CHMSG $1" cat /etc/nut/online.txt >/tmp/message echo -e "$MSG2" >> /tmp/message msmtp -t </tmp/message ;; onbatt) logger -t upssched-cmd: "onbatt" ;; lowbatt) logger -t upssched-cmd: "lowbatt...
2024 Feb 23
0
Getting two notifications of nocomm-timer expired when USB cable is pulled from the UPS
...: "online" ?????????????? if [ test -f $FILE ]; then ?????????????? echo ?????????????? else ?????????????? rm -f $FILE1 ?????????????? rm -f $FILE2 ?????????????? rm -f $FILE3 ?????????????? rm -f $FILE4 ?????????????? rm -f $FILE5 ?????????????? echo >$FILE ?????????????? MSG2="\nCurrent status: $CHMSG?? $1" ?????????????? cat /etc/nut/online.txt >/tmp/message ?????????????? cat /tmp/message >>/etc/nut/logfile ?????????????? logger -t upssched-cmd: "online" ?????????????? echo -e "$MSG2" >> /tmp/message ?????????????? /usr/bin/msmtp -t dan.gr...
2023 Jun 16
1
Dummy-ups cycles between online and onbatt every 5 minutes. (Nut 2.8.0)
...quot; FILE4="/tmp/z" case $1 in online) logger -t upssched-cmd: "online" if [[ -f $FILE ]]; then echo else touch $FILE rm -f $FILE1 rm -f $FILE2 rm -f $FILE3 rm -f $FILE4 MSG2="\nCurrent status: $CHMSG $1" cat /etc/nut/online.txt >/tmp/message echo -e "$MSG2" >> /tmp/message msmtp -t </tmp/message fi ;; onbatt) rm $FILE logger -t upssched-cmd: "onbatt" ;; lowbatt) logger -t...
2013 Apr 18
0
OFFTOPIC: Ioannidis et. al. on non-reproducible research
...ou wish to reply to me.**** Note: The Button commentary is a good quick summary if you don't want to go through the NATURE paper. Cheers, Bert Button, Ioannidis et al, ?Power failure: why small sample size undermines the reliability of neuroscience? http://www.nature.com/nrn/journal/vaop/ncurrent/full/nrn3475.html A commentary by his co-author, Kate Button: http://www.guardian.co.uk/science/sifting-the-evidence/2013/apr/10/unreliable-neuroscience-power-matters The headline from this coverage is more blunt: ?Most brain science papers are neurotrash? http://www.theregister.co.uk/201...
2009 Jul 30
11
[PATCH 0/9] Quota support for ocfs2-tools (version 2)
Hi, this is the next version of quota support for quota tools. I've addressed all the comments of Tao, Joel and others. Sparse feature disabling also correctly updates quota information now and the patch is merged into the tunefs support patch. Honza
2009 Jul 27
11
[PATCH 0/8] Quota support for ocfs2-tools
Hi, I'm sending a series of patches implementing quota support into ocfs2-tools. It's the same as the original huge patch I've sent but now it's split as Joel asked. I've also realized that when disabling SPARSE feature, we should update quota information. That piece of code is missing, I'll implement it soon. Comments welcome. Honza
2009 Aug 03
9
[PATCH 0/9] Quota support for ocfs2-tools (version 3)
Hi, below comes a new version of the series of patches implementing quota support for ocfs2-tools. I've fixed the calls of ocfs2_malloc_blocks() which were given number of bytes instead of number of blocks. Besides that the series should be the same. Honza