Displaying 20 results from an estimated 900 matches similar to: "Fwd: NUT under NAS4Free config issue"
2013 Aug 23
2
NUT under NAS4Free config issue
There is some problem with formatting :(
If I paste how was written, the structure is wrong formatted, is putted
somewhere right after the end of 1st part with master in the generated file.
On Thu, Aug 22, 2013 at 3:32 PM, Charles Lepple <clepple at gmail.com> wrote:
> On Aug 22, 2013, at 5:15 AM, Incze Andras wrote:
>
> > Thanks, the strange is that I could set in this way
2013 Aug 23
0
NUT under NAS4Free config issue
On Aug 23, 2013, at 12:49 PM, Incze Andras wrote:
> There is some problem with formatting :(
>
> If I paste how was written, the structure is wrong formatted, is putted somewhere right after the end of 1st part with master in the generated file.
Can you be more specific? You can attach text files if needed.
> On Thu, Aug 22, 2013 at 3:32 PM, Charles Lepple <clepple at
2013 Aug 22
0
NUT under NAS4Free config issue
On Aug 22, 2013, at 5:15 AM, Incze Andras wrote:
> Thanks, the strange is that I could set in this way the master user.
That is odd. The development version of NAS4Free seems to be regenerating the entire upsd.users file:
http://sourceforge.net/p/nas4free/code/848/tree/trunk/build/ports/nut/files/nut.sh.in
To address your original concern (adding remote users for monitoring), I would
2013 Aug 22
3
NUT under NAS4Free config issue
Thanks, the strange is that I could set in this way the master user.
At NAS4Free forum cannot get help, I presented the problem there too, but
no real help.
On Thu, Aug 22, 2013 at 2:19 AM, Charles Lepple <clepple at gmail.com> wrote:
> On Aug 21, 2013, at 10:41 AM, Incze Andras wrote:
>
> > Having the next problem, manually adding via WinSCP in the upsd.users
> file the
2013 Aug 22
1
NUT under NAS4Free config issue
Thank You very much !!!
Now I see how was entered the master password in the file :
"-v "concat(' password = ',//system/password)" -n \"
I will test the proposed solution.
Two questions - Do I need separate users for each WinNUT client or
they can use the same user for monitoring&shutdown client machines ?
- This is maybe a newbie question,
2013 Aug 21
0
NUT under NAS4Free config issue
On Aug 21, 2013, at 10:41 AM, Incze Andras wrote:
> Having the next problem, manually adding via WinSCP in the upsd.users file the user for remote monitoring, saving the file, WinNUT client connects after "upsd -c reload" in NAS4Free console, but if I restart the NAS4Free system, the slave user disappears from upsd.users and remains only the master user.
> NAS4Free is version
2013 Aug 21
2
NUT under NAS4Free config issue
Hello
Having the next problem, manually adding via WinSCP in the upsd.users file
the user for remote monitoring, saving the file, WinNUT client connects
after "upsd -c reload" in NAS4Free console, but if I restart the NAS4Free
system, the slave user disappears from upsd.users and remains only the
master user.
NAS4Free is version 9.1.0.1 rev 724 and NUT is the version what is included.
2015 Sep 11
3
"upsmon -c fsd" cause system shutdown
hi:
my testing server has two power supply and attach to two ups. one
of the ups is connect to the server with usb.
my upsmon.conf like below:
# for two ups
MONITOR ftups at localhost 1 monmaster nutmaster master
MONITOR ftups at 10.1.1.2 1 monslave nutslave slave
MINSUPPLIES 1
# for early shutdown
NOTIFYFLAG ONBATT EXEC+WALL+SYSLOG
NOTIFYFLAG ONLINE EXEC+WALL+SYSLOG
NOTIFYCMD
2012 Jul 23
2
getting nut 2.6.4 working in Nas4Free
I'm trying to use a Nas4Free storage system. This same hardware worked
fine on Freenas 0.7.2.
O/S: Nas4Free 9.0.0.1.148 which comes with nut 2.6.4.
UPS is an APC Back UPS RS 800. USB interface.
Driver : usbhid-ups
Port: auto
my NAS is communicating with the UPS, but in testing power failures, I'm
not getting the shutdown to be handled properly.
When I pull the AC plug on the UPS,
2008 Mar 20
1
NUT behaviour when master system fails
Hi all,
We have recently bought an APC UPS and are in the process of setting up
the NUT software to make use of it. We are experiencing a problem with
the behaviour of the slave systems when the master system goes off line.
Although the failure of our master system will (hopefully) be a rare
event, and we hope not to experience too many power outages, it is
possible (if unlikely) that both
2009 Nov 15
3
two MGE Ellipse 1500 ups via usb
Hi,
I've got two MGE Ellipse 1500 UPS connected via usb to an ubuntu
jaunty system with nut and libupsclient1 2.4.1-2ubuntu4.
As soon as I start the driver for the second one, they start fighting
each other and I get no data. I found an older post to this list that
said: If you want to monitor multiple UPSes through usbhid-ups, you
*must* make sure that each one can be uniquely identified
2017 Jun 16
2
"reverse" quantile function
Peter,
thanks, very nice, this will work for me... could you also help with setting up the code to run the on liner "approx(sort(x), seq(0,1,,length(x)), q)$y" on the rows of a data frame using my example above? So if I cbind z and res,?
df<-cbind(z,res)
the "x" in your one liner would be the first 4 column values of each row and "q" is the last (5fth) column
2012 Aug 31
3
Help on numerical object and ifelse function
Dear All,
this is probably an easy one but I can not get a handle on it:
x <-c(1,2,3,4,5)
y <-c(6,7,8,9,10)
z <-15
w <-ifelse(z>14,x,y)
this will give me a value of 1 for w. What I would like to get is the whole string of x, so that w would become a numeric object of 5 characters exactly the same as x.
Apreciate the help,
Sincerely,
Andras
[[alternative HTML version
2012 Sep 12
2
Help on converting a Sweave document to PDF
Dear All,
I am working with a Sweave document to be converted into PDF using Rstudio. It seems to me that my R code will also show up after conversion, which I would like not to happen. Is there a way to specify a command that I could place on the beggining and at the end of the R code that would allow R to recognize the area where my R code is and would ignor it when the data is converted?
2017 Jun 16
0
"reverse" quantile function
It would depend on which one of the 9 quantile definitions you are using. The discontinuous ones aren't invertible, and the continuous ones won't be either, if there are ties in the data.
This said, it should just be a matter of setting up the inverse of a piecewise linear function. To set ideas, try
x <- rnorm(5)
curve(quantile(x,p), xname="p")
The breakpoints for the
2012 Sep 02
3
Help on finding specific columns in matrix
Dear All,
I have a matrix with 33 columns and 5000 rows. I would like to find 2 specific columns in the set: the one that holds the highest values and the one that holds the lowest values. In this case the column's mean would be apropriate to use to try to find those specific columns because each columns mean is different and they all change together based on the same "change of rate
2011 Jun 21
2
Acoustic echo cancellation
Hi Andras, others,
Andras Kadinger <bandit <at> surfnonstop.com> writes:
>
>
> Daniel,
> I recommend you to start from a simple case and gradually progress
> towards your goal.
> Can you make things work with the "Speex in a Disco" (Example 6)
> testcase at http://ns.surfnonstop.com/~bandit/speex/echocard1/ ?
> These files
2013 Mar 20
2
remove specific number of rows from a matrix
Dear All,
sorry, got stuck again on the following: let us say we have:
a <-c(1:5)
b <-c(6:10)
d <-cbind(a,b)
from d I would like to remove total number of rows based on the length of f. So if:
f <-c(1)
my result is working great with the following solution:
d[-length(f),]
so I get: a b
[1,] 2 7
[2,] 3 8
[3,] 4 9
[4,] 5 10 but if I do: f <-c(1,2) then I get:
2006 Oct 04
2
speex-1.2beta1 AEC garbles up audio unless compiled with --enable-fixed-point
I'll try to make some shorter samples later, but for now here are the
ones I have tried with:
http://www.surfnonstop.com/~bandit/speex/1.2beta1_AEC_garble/
The original recordings are in mic.raw and spk.raw.
Jean-Marc Valin wrote:
> You may have triggered an instability problem. Can you upload your files
> somewhere so I can have a look at them?
>
> Jean-Marc
>
> Andras
2012 Dec 17
3
simplifying code
Dear All,
I was wondering if you could help me with the following:
I have the code:
tin <-0.5
tau <-24
output0 <-10
TIMELOW <-tin
TIMEHIGH <-1*tau
TIME1 <-c(seq(TIMELOW,TIMEHIGH, by = sign(TIMEHIGH-TIMELOW)*(tau-tin)/3))
then I would like to calculate:
cp1 <-output0*exp(-0.3*TIME1[1])
cp2 <-output0*exp(-0.3*TIME1[2])
cp3 <-output0*exp(-0.3*TIME1[3])
cp4