similar to: DNS lookup failures with rsync 2.6.4 on HP UX 11

Displaying 20 results from an estimated 6000 matches similar to: "DNS lookup failures with rsync 2.6.4 on HP UX 11"

2007 Mar 06
0
priotc text hp-ux renicer program (version 1.7)
http://perso.wanadoo.es/priotc/ PRIOTC with source FREE_ENDUSER license Author: Enrique Moliner Martinez, from Zaragoza (Spain) Version is download file name. Automatic HP-UX pid renicer and serializer For use in HP-9000 (others?) unix systems with 'HP-UX' B.10.20 or higher This is a configurable 'automatic renicer' program: Get variable CPU time to pids depending on defined
2007 Jan 08
0
priotc text hp-ux renicer program (new version 1.5)
PRIOTC Author: Enrique Moliner Martinez, from Zaragoza (Spain) version 1.5 (2/1/2007) with FREE_ENDUSER license version 1.4.a have a bug, only if missing config label values. Automatic HP-UX pid renicer and serializer For use in HP-9000 (others?) unix systems with 'HP-UX' B.10.20 or higher This is an 'automatic renicer' program: Get variable CPU time to pids depending on
2007 Feb 08
0
priotc text hp-ux renicer program (version 1.5a)
<mailto:priotc_ at hotmail.com> PRIOTC Author: Enrique Moliner Martinez, from Zaragoza (Spain) version 1.5a (1/2/2007) with FREE_ENDUSER license Bugs fixed and changes. Soon version 1.6 also with patterns for cmd parameters. Automatic HP-UX pid renicer and serializer For use in HP-9000 (others?) unix systems with 'HP-UX' B.10.20 or higher This is an 'automatic renicer'
2011 May 23
0
SNA query
Hi R Users I am working with the very useful SNA package (v.2.2) in R and have a query I hope you may be able to help out with: I have been using gplot commands to plot an SNA graph. Here's the code and output: library(sna); library(network); library(RODBC) setwd("c:\\temp") x = read.csv(file = "testforr.csv") Total.Sold=c(1,3,6,1,3,6,1,3,6,6,9) src=c(1:10,1)
2011 Nov 21
1
Lattice graph help
Hi all I hope you might help me with some aspects of producing a graph in lattice. There are three things I have struggling with and that is: 1. to separate the horizontal box rows from each other; 2. to change the colour of the horizontal and vertical strips to white; and 3. to place the axes labels on the left y axes and on the bottom x axes. I would really appreciate some help. I have put the
2008 Jun 06
3
R loop
I all I am just trying to get the idea of a loop if statement for another purpose. I was going to label a new variable based on date ie first week 1, second week 2 etc. My code in bold is wrong but seems logical to me, could someone help. x <- rep(c(2660156,2663703,2658165,2659303,2661531,2660914),c(2,2,2,2,1,1)) y <- rep(c(6476767,6475013,6475487,6479659,6477004,6476388),c(2,2,2,2,1,1))
2013 Apr 23
1
assigning cluster id in cluster package-reg.
Well, you don't give much of an example.... I'm replying CC to the R mailing list. Please ask questions there, rather than adressing individuals for basic help. Here is one; does it answer your question ? data(agriculture) ag.ag <- agnes(agriculture) class(ag.ag) pltree(ag.ag) # the dendrogram, if you want to see it ## cut the dendrogram -> get cluster assignments: (ck3 <-
2009 Apr 14
2
Subset function: selecting variables within a factor
Hi all I know this must be an easy one so sorry for the trouble. I would like to select a list of variables within a factor The following example is given in help for subset: subset(airquality, Temp > 80 select = c(Ozone, Temp)) So how do I select all temperatures of 90 and 80 ie Temp = c(80,90) I would appreciate your help. Kind regards andy Andrew McFadden MVS BVSc Incursion
2008 Mar 06
2
R code for selecting places spatially and by time
Hi all The code of trying to write relates to selecting properties (given by x and y co-ordinates) spatially (distance "X" from "infected" properties identified by date) over a certain time period. i.e. what properties are within 3 km from properties infected on "2008-01-01" over the last 14 days. Is any one able to give me some clues on how to write code to solve
2004 May 27
0
compiling on HP-UX
Hi, everybody here! I hope not all is old stuff, because I only scanning subjects fast in this list. (and sorry for my worse english, too.) 1) rsync 2.6.0 on HP-UX (HP-UX server B.11.00 U 9000/803) Running as server: crashed always after receiving data. The data is transmitted correctly, and the server dies afterwards. (rsync2.5.7 works anyway) (about rsync2.6.2 later) 2) compiling
2011 Nov 22
0
Lattice graph strips and axes
Hi all I was wondering if it is possible to get rid of the horizontal strips and produce each barchart with a left y axes and lower x axes only. Also can you specify an exact size of graph ie 88mm wide with a font size of 'x'. library(lattice) library(latticeExtra) n=as.factor(c(1:5,1:5))
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
I am an rsync newbie trying to setup rsync on a HP UX 11.0 server, but am running into problems in my "make". I am using gcc version 3.3.2 and rsync-2.6.6.tar.gz. Would any of you have ideas on troubleshooting this issue? I haven't had much luck googling info on this, with the exception of switching from HP's simple c compiler to gcc. The warnings and errors I am recieving
2003 Jul 21
1
Analysis of Complex Survey Data
Hi all I would like to perform a logistic regression analysis on some complex survey data with R, but am not sure if there are functions within R that will enable me to do so. Also, are there any extensions of the "cor" function that would enable me to incorporate survey weights when calculating correlation coefficients for bivariate data. Any help on this matter will be greatly
2014 Nov 09
0
APC Smart-UPS C1500 connected by usb
On Nov 8, 2014, at 6:12 PM, Selva Nair <selva.nair at gmail.com> wrote: > Everything works rather well, except that the cgi-interface does not report input/output voltages and load for the C 1500 unit. > upsc also reports these values only for model 1000, not for 1500. Battery charge is and runtime are reported. For the 1000, do the values match this page?
2008 May 13
1
Legend in scatterplot and adding regression lines
Hi R users The scatterplot (used package R-Cmdr ) obtained has the legend off the plot in the upper left I would like to decide where to put the legend - is that option still available and how do I do it? code: Dataset <- read.table("J:/Pigmatingsb.txt", header=TRUE, sep="\t", na.strings="NA", dec=".", strip.white=TRUE)
2014 Nov 08
3
APC Smart-UPS C1500 connected by usb
Hi, I have setup NUT in netserver mode on debian wheezy with two APC UPS units connected to it by usb. lsusb identifies the units as Smart-UPS 1000 and Smart-UPS C1500. It appears these do not use the smart protocol and usbhid-ups is the correct driver to use. System: Debian wheezy with stock version of nut (Version: 2.6.4-2.3+deb7u1) Everything works rather well, except that the
2005 Nov 21
1
how to plot a list in graphs
hi all, I have a matrix and named each row and column as like below... a<-matrix(c(seq(3,45,3),seq(10,6,-1)),4,5,byrow=F) > col<-c("peter","david","richrd","vincent","selva") > rows<-c("julius","caeser","anja","maya") > dimnames(a)<-list(rows,col) > a peter david
2011 May 03
2
Overlapping x axes using Lattice
Hi R users I apologise in advance for this question as I suspect it is simple and perhaps others have had this problem. I am struggling to sort out how to fix the x axes so that the labels don't overlap. I have put the following example together to show my problem. library(lattice) titre <- as.factor(rep(c(10999,20999,30999,40999,50999,60999,
2000 Feb 21
0
Set Uid Failures on HP-UX 11.00
Has there been any reported errors on Set Uid commands for HP-UX 11.00. I am receiving the following messages whenever a share is added. [2000/02/21 15:17:05, 3] /tmp/samba-2.0.6/source/smbd/password.c:authorise_login(784) ACCEPTED: guest account and guest ok [2000/02/21 15:17:05, 3] /tmp/samba-2.0.6/source/smbd/service.c:make_connection(426) Connect path is /tmp [2000/02/21 15:17:05, 0]
2002 Apr 08
1
scp/sftp user failures on HP-UX
Hi, I have an HP server with OpenSSH 3.1p1, on which the scp and sftp are giving strange failures. For example: scp, ssh and sftp works fine only for the root user. But for a normal user account only the ssh part works, the scp and sftp fails to connect. I am running UX 11i. Any help wil be appreciated. -- "To learn is a natural pleasure" - Aristotle