similar to: Possible OpenBSD client side bug

Displaying 20 results from an estimated 200 matches similar to: "Possible OpenBSD client side bug"

2005 Dec 10
1
3.0.20b and Nonalphabetical File Lists on Windows Boxes
Hello: (Please forgive me if this has already been asked and answered...but if it has, I sure can't find it anywhere...) I'm running 3.0.20b on a Fedora Core 4 box (although I've seen the same results with a FC4 stock 3.0.14a release) and my Windows XP boxes (service pack 2) that are on my LAN. What I'm seeing is an inability for the machines to read a list of files in
2003 Dec 04
0
bug report: error while compiling rsync 2.5.7 on solaris 9
Hi, while compiling the last version of rsync on Solaris 9 SPARC with the GNU CC compiler 3.2.3 I got an error. Standard procedure: cd rsync-2.5.7; configure; make msb@tesla:.../rsync-2.5.7$ make ... gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/compat.c -o lib/compat.o lib/compat.c: In function `sys_gettimeofday': lib/compat.c:201: too few arguments to function
2005 Feb 02
1
ices-0.4 & libshout
hello members, i,ve installed ices-0.4 and libshout2 under suse linux 9.2. when i try to execute ices, got an error message: "ices: error while loading shared libraries: libshout.so.3: cannot open shared object file: No such file or directory" but i've compiled ices with libshout!? can some one help me? THANKS !!! Olaf -------------- next part -------------- An HTML attachment
2017 Nov 27
0
Scatterplot of many variables against a single variable
Dear Berger and Jim Can you see my eviews example in the annex? (scattersample.jpg) Sincerely Engin 2017-11-27 13:27 GMT+03:00 Eric Berger <ericjberger at gmail.com>: > LOL. Great reply Jim. > (N.B. Jim's conclusion is "debatable" by a judicious choice of seed. e.g. > set.seed(79) suggests that making the request more readable will actually > lower the number of
2017 Nov 27
1
Scatterplot of many variables against a single variable
You do not appear to have read the Posting Guide mentioned at the bottom if this and every posting on the mailing list. Only a very few attachment types are allowed through the mailing list... and due to the way many email programs fail to identify them properly, even those few types may not make it through. Also, this is a plain text email list... any time you send HTML-formatted email it gets
2007 Aug 07
1
Errors compiling wine under Red Hat
Hello, all, I'm trying to get Wine running on some Red Hat boxes at my University (don't worry, I have permission!) ... But, I don't have any root access to the boxes, and I'm limited to installing on my shared (AFS) space. In any case, I'd probably want it to run from my user space anyways, so that its accessible from all boxes on the network. Some required information,
2017 Oct 29
1
Count non-zero values in excluding NA Values
Dear R Staff This is my file (www.fiscalforecasting.com/data.csv) if you don't download this file, my dataset same as following Year Month A B C D E 2005 July 0 *4* NA NA *1* 2005 July 0 NA NA 0 *9* 2005 July NA *4* 0 *1* 0 2005 July *4* 0 *2* *9* NA I try to count non-zero values which are not NA values for every *column* *Sincerely* *Engin YILMAZ*
2017 Nov 27
0
Scatterplot of many variables against a single variable
Hi Engin, Sadly, your illustration was ambushed on the way to the list. Perhaps you want something like this: # proportion of useful answers to your request pua<-sort(runif(20)) #legibility of your request lor<-sort(runif(20))+runif(20,-0.5,0.5) # is a data set provided? dsp<-sort(runif(20))+runif(20,-0.5,0.5) # generate a linear model for the above pua.lm<-lm(pua~lor+dsp) # get the
2017 Oct 27
0
My function and NA Values Problem
> On 27 Oct 2017, at 10:43, Engin YILMAZ <ispanyolcom at gmail.com> wrote: > > Dear R Staff > > My working file is in the annex. "g1.csv" > I have only 2 columns. Rice and coke. > I try to execute following(below) function, but do not work. > Because "Coke" value has NA values. > I try to add "na.rm=True" to the function but do not
2017 Nov 27
3
Scatterplot of many variables against a single variable
LOL. Great reply Jim. (N.B. Jim's conclusion is "debatable" by a judicious choice of seed. e.g. set.seed(79) suggests that making the request more readable will actually lower the number of useful answers. :-)) On Mon, Nov 27, 2017 at 11:42 AM, Jim Lemon <drjimlemon at gmail.com> wrote: > Hi Engin, > Sadly, your illustration was ambushed on the way to the list. Perhaps
2017 Oct 29
0
Count non-zero values in excluding NA Values
What was suggested by Eric and Rui works well, but here is a short and may be simpler answer provided your data is similar what Eric posted. It should work for your l data too. aa <- is.na(data)|data==0 nrow(data)-colSums(aa) EK On Sun, Oct 29, 2017 at 6:25 AM, Engin YILMAZ <ispanyolcom at gmail.com> wrote: > Dear R Staff > > You can see my data.csv file in the annex. >
2017 Nov 27
1
Scatterplot of many variables against a single variable
> On 27 Nov 2017, at 13:59, Engin YILMAZ <ispanyolcom at gmail.com> wrote: > > Dear Berger and Jim > > Can you see my eviews example in the annex? (scattersample.jpg) > > Sincerely > Engin Please, use an image hosting service (i.e. https://imgbb.com/) to share images in the list and share the link in the email.
2017 Oct 29
0
Count non-zero values in excluding NA Values
Since i could not see your data, the easiest thing comes to mind is court values excluding NAs, is something like this sum(!is.na(x)) Best of luck--EK On Sun, Oct 29, 2017 at 6:25 AM, Engin YILMAZ <ispanyolcom at gmail.com> wrote: > Dear R Staff > > You can see my data.csv file in the annex. > > I try to count non-zero values in dataset but I need to exclude NA in this >
2017 Oct 29
0
Count non-zero values in excluding NA Values
Hello, Your attachment didn't came through, R-Help strips off most types of files, including CSV. Anyway, the following will do what I understand of your question. Tested with a fake dataset. set.seed(3026) # make the results reproducible data <- matrix(1:100, ncol = 10) data[sample(100, 15)] <- 0 data[sample(100, 10)] <- NA data <- as.data.frame(data) zero <-
2007 Jan 28
0
Trouble outgoing VOIP Provider Calls
I have a weird problem.... Asterisk 1.4 E100P connected to a Panasonic TDA phone system Here is what I get SIP Ext -> Panasonic Extensions No Problems Panasonic Ext -> SIP Extensions No Problems SIP Ext -> VOIP Provider No Problems Panasonic Ext -> VOIP Provider Errors ---------- Working SIP -> VOIP -- Executing [903........@from-sip:1]
2006 Jun 08
0
chan_sip.c on debian testing - weird
Greetings all: In sip.conf, I have configured an entry for Australian VoIP provider Engin. Sometimes, however, the following error turns up constantly WARNING: .... chan_sip.c: Don't know how to indicate condition 9 ERROR: ..... channel.c: Unable to handle indication 9 for 'SIP/engin-5a0a' This is followed by unreliable connectivity. Any ideas on what I might do to fix it?
2017 Oct 27
3
My function and NA Values Problem
Dear R Staff My working file is in the annex. "g1.csv" I have only 2 columns. Rice and coke. I try to execute following(below) function, but do not work. Because "Coke" value has NA values. I try to add "na.rm=True" to the function but do not work How can I solve this problem with this function or another algorithm? (Note: I have normally 450 columns) Sincerely
2007 Feb 04
1
Help - Received response: "Forbidden" from '"Unknown"
I have a weird problem.... Asterisk 1.4 E100P connected to a Panasonic TDA phone system Here is what I get SIP Ext -> Panasonic Ext No Problems Panasonic Ext -> SIP Ext No Problems SIP Ext -> VOIP Provider No Problems Panasonic Ext -> VOIP Provider Errors ---------- Working SIP -> VOIP -- Executing [903........@from-sip:1] Dial("SIP/610-097aee60",
2007 Feb 05
0
Help - Received response: "Forbidden" from'"Unknown"
I did a NoOp and see what the callerid was and when coming from the SIP Ext->Voip it is set to the Extension Number of the SIP Extension (as you would expect). When coming from the Panasonic the CallerID is blank, I tried setting it to nothing again, and I tried setting it to the callerid of the voip provider, a sip extension id, the extension number on the Panasonic side, the zap channel
2020 Oct 21
2
AES spesification
Dear I use dataset , as called "mpg" This is code ggplot(data=mpg)+ geom_point(mapping = aes(x=displ, y=hwy, colour=year)) But I would like to see only "year of 1999" in this relationship between x and y variables How could I change the code in this direction? I found the following code library(dplyr)year_1999 <- filter(mpg, year=="1999")ggplot(year_1999,