similar to: Prolink UPS NUT driver

Displaying 20 results from an estimated 2000 matches similar to: "Prolink UPS NUT driver"

2023 Jan 09
1
Prolink UPS NUT driver
> Previously, the manufacturer tested this UPS on version 2.6.5-6 NUT for Windows. Thanks for this important detail. For immediate re-testing, I would recommend to use either NUT v2.8.0 already packaged by some distributions in their testing/bleeding-edge repositories (unfortunately, during the almost year since release many distros - especially for LTS versions - did not change recipes to
2023 Jan 20
1
Prolink UPS NUT driver
Hello NUT users, Earlier we sent a similar request to the mailing list in 2022, hope somebody may be interested now and help us with the issue described below, or can advice someone who can do this work. Of course, we are ready to reward for such help, if you have the opportunity to solve the problem, please let us know the price of the solution. Feel free to email us directly at ak at enfall.com
2023 Jan 20
1
Prolink UPS NUT driver
Hello NUT users, Earlier we sent a similar request to the mailing list in 2022, hope somebody may be interested now and help us with the issue described below, or can advice someone who can do this work. Of course, we are ready to reward for such help, if you have the opportunity to solve the problem, please let us know the price of the solution. Feel free to email us directly at ak at enfall.com
2010 Nov 22
0
Problems using Internal filledcontour: "dimension mismatch"
In order to gain a bit more control over the fill contour functionality I'm trying to use the Internal filledcontour function. I wasn't able any documentation on this function and only one reference to it. I believe the code shown below is close because all the dimensions seem to be correct, but I'm still getting a "dimension mismatch" error and the filled contour
2004 Sep 27
1
nmbd died: smb_panic2(1385)
After running several days in the same configuration, my 3.0.6 nmbd crashed with the above error (see log below). Maybe there is a connection to this message some seconds before: register_name_response: server at IP 192.168.0.4 rejected our name registration of AK<1d> IP 192.168.0.12 with error code 6. The ip .4 machine is a win2k server, which works (or should work) as an ordinary
2003 Dec 20
0
Samba working in Active Directory .config's included
I'm struggling just as much as the next person on this setup. Although; I do have it working under Mandrake 9.2 with Samba3.0.pre1. Perhaps we can work together and figure out what is different between setups. smb.conf: > #======================= Global Settings ===================================== > [global] > > # 1. Server Naming Options: > workgroup = LABOR >
2010 Apr 27
4
Selecting rows based on contents of string
Hi there, I have a data frame with a column named "Flags", whose contents are strings containing any of the following characters, multiple characters allowed: A,B,C,D,E,F,G. Here is the head: GeocodeID PlaceID CountyCode CBSACode StateProvCode PropertyTypeGroupID Flags 1 0 0 0 0 AK 1 ABC 2
2012 Apr 20
1
pasting a formula string with double quotes in it
Hello everyone, I have tried several ways of doing this and searched the documentation and help lists and I have been unable to find an answer or even whether it is possible to do it. I am pasting together a formula and I need to insert double quotes around the strings. Here's an example: location <- c("AL", "AK", "MA", "PA") v=2 test <-
2003 Dec 13
0
Windows 2000 and krb5 tickets...SOLVED
Fantastic! On Monday I'll give it a try! -----Original Message----- From: Tim Jordan [mailto:timothy_jordan@labor.state.ak.us] Sent: Fri 12/12/2003 20:56 To: Tom Dickson; m.c.hudson@open.ac.uk; admina@labor.ak.us Cc: fernandor@sescam.jccm.es; jerry@samba.org; samba@samba.org Subject: Re: [Samba] Windows 2000 and krb5 tickets...SOLVED Browsing is working from my W2K and XP
1998 Mar 26
1
R-beta: problem with locfit
I installed the locfit package under Linux (gcc 2.7.2). Installation was ok but > x <- runif(200) > y.compl <- 10*x*x*rgamma(200,3) > med.y <- median(y.compl) > cens <- ifelse(y.compl<=med.y,1,0) > y <- cens * y.compl + (1-cens)*med.y > library(locfit) > m <- locfit(y~x,cens=cens,family="gamma") /usr/local/src/R-0.61.1/bin/R.binary: can't
2016 Apr 15
2
Samba anonymous dns forwarding
Hello, we're using sambas internal DNS server. Is there a way to get rid of these messages in logfiles: /var/log/samba/log.samba: Not authoritative for 'static.ak.facebook.com', forwarding /var/log/samba/log.samba: Not authoritative for 's-static.ak.facebook.com', forwarding /var/log/samba/log.samba: Not authoritative for 's-static.ak.facebook.com', forwarding
2010 Nov 21
1
Alternatives to image(...) and filled.contour(...) for 2-D filled Plots
By any chance are there any alternatives to image(...) and filled.contour(...) I used Rseek to search for that very topic, but didn't turn over any leads... http://www.rseek.org/?cx=010923144343702598753%3Aboaz1reyxd4&newwindow=1&q=alternative+to+image+and+filled.contour&sa=Search&cof=FORID%3A11&siteurl=www.rseek.org%252F#1238 I'm sure there are some out there, but
2008 Apr 02
2
scheduling worker methods in rails
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i''m trying desperately to schedule some worker methods within rails 2.0.2. The problem is, both methods don''t even get called by BackgrounDRb. my background.yml: > --- > :backgroundrb: > :port: 11006 > :ip: 0.0.0.0 > --- > :schedules: > :server_worker: > :update: > :trigger_args: 1 *
2012 Apr 04
3
spaghetti plots in R
I would like to plat some spaghetti plots from my data , ma data is as follows ak[1:3,] [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [1,] 0.3211745 0.4132568 0.5649930 0.6920562 0.7760113 0.8118568 0.8609301 0.9088819 0.9326736 [2,] 0.3159234 0.4071270 0.5579212 0.6844584 0.7684690 0.8243702 0.8677043 0.8931288 0.9261926 [3,] 0.3075260 0.3993699
2010 Nov 21
1
Possible to "add" filled.contour(...) to existing plot?
By any chance is it possible to "add" filled.contour(...) to an existing plot like you can do using image(..., add = TRUE). I looked at the filed.contour(...) and levelplot(...) documentation, but it didn't seem to be possible. I would like to add filled.plot(...) as shown below instead of using the image(...). Filled.contour seems to provide the smoothing interpolation
2006 May 08
1
ob.step$anova interpretation
hello I built logistic regression model. To model check I used stepAIC. But I don't know how it is interpreted . I could not any find any explanation about it For instance which model is preferable ? What are the critarias to choose beter model I will appreciate if you give me an explanation ? models --------- > lo1.step$anova Stepwise Model Path Analysis of Deviance Table Initial
2010 Nov 20
1
Setting a Red->Yellow->Green Color Transition in Image(...) with yellow corresponding with the Mean Value...
In the following example I would like to have the color transition from Red->yellow->green in the image(...) function, and if possible have the yellow be set to correspond with the mean value (for the below 75). ? I was able to figure something like out when using filled.contour(...), e.g. filled.contour(ak.fan, levels = c(70, 73, 76,?80, 90), color = terrain.colors) (I still
2016 Apr 18
4
Samba anonymous dns forwarding
On 04/15/2016 04:36 PM, lingpanda101 at gmail.com wrote: > On 4/15/2016 10:08 AM, Johannes Amorosa | Celluloid VFX wrote: >> Hello, >> we're using sambas internal DNS server. >> >> Is there a way to get rid of these messages in logfiles: >> >> /var/log/samba/log.samba: Not authoritative for >> 'static.ak.facebook.com', forwarding >>
2002 Aug 22
1
Error: object is not a matrix
Hi, I have encountered the following error, when using 'aov', which I think has something to do with the length of my call to 'aov', and I cannot understand why: Error in model.frame.default(formula = Y2 ~ P2 + P2:AAAAAAAA + P2:B2 + : object is not a matrix The error occurs when I run the first sequence below, but not the second. The two sequences are based on the SAME
2004 Jun 08
1
level assignment
Hi, i would like recocde some numeric variables in one step, but hanging unexpected in a level asignment problem? for(i in 2:length(msegmente)) { msegmente[,i] <- as.factor(msegmente[,i]) } Problem is that not every level is in every variable, so the asignment is necessary!? levels(LT.200301) <- c(1=AK,3=GC,10=OC, 29=AM,32=IA,38=ACH,52=ZBA,53=A9L,59=EHK) Error: syntax error >