search for: 8,4

Displaying 20 results from an estimated 69 matches for "8,4".

Did you mean: 1,4
2018 Jul 03
2
upgrade 7.4 --> 7.5: dbus broken
...ps -ef | grep db[u]s dbus 55 1 0 Jul02 ? 00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation # lsof -p 55 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME dbus-daem 55 dbus cwd DIR 8,4 4096 130819 / dbus-daem 55 dbus rtd DIR 8,4 4096 130819 / dbus-daem 55 dbus txt REG 8,4 223344 133569 /usr/bin/dbus-daemon dbus-daem 55 dbus DEL REG 8,4 393485 /var/lib/sss/mc/initgroups dbus-daem...
2006 May 29
3
[ win32utils-Bugs-4598 ] possible wrong condition
Bugs item #4598, was opened at 2006-05-29 11:20 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=411&aid=4598&group_id=85 Category: win32-eventlog Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: possible...
2005 Aug 31
4
Oddities with Debian unstable dovecot
...n't move emails that were moved from the Inbox to another folder back into the Inbox. These have seen gone away since I removed all dovecot.* files and .index* files from my Maildir's and let Dovecot regenerate them as needed. The most current thing are these errors: dovecot: Aug 30 11:38:33 Error: IMAP(blair): file mail-transaction-log-view.c: l ine 183 (mail_transaction_log_view_set): assertion failed: (max_file_offset == ( uoff_t)-1 || max_file_offset <= file->sync_offset) dovecot: Aug 30 13:05:21 Info: imap-login: Login: ashley [127.0.0.1] dovecot: Aug 30 13:14:06 Error:...
2020 Mar 11
4
[PATCH] lib: remove extra @LIBS@ from pkg-config file
...does not exist. Remove it to avoid adding spurious content to the pkg-config file in case that variable will get a value in the future. --- lib/libguestfs.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libguestfs.pc.in b/lib/libguestfs.pc.in index 679ed7eba..013bf0f28 100644 --- a/lib/libguestfs.pc.in +++ b/lib/libguestfs.pc.in @@ -8,4 +8,4 @@ Version: @VERSION@ Description: libguestfs library for accessing and modifying VM images Requires: Cflags: -Libs: -lguestfs @LIBS@ +Libs: -lguestfs -- 2.24.1
2020 Mar 12
2
[libnbd PATCH] lib: remove extra @LIBS@ from pkg-config file
...spurious content to the pkg-config file in case that variable will get a value in the future. --- lib/libnbd.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libnbd.pc.in b/lib/libnbd.pc.in index ba91f49..294c090 100644 --- a/lib/libnbd.pc.in +++ b/lib/libnbd.pc.in @@ -8,4 +8,4 @@ Version: @PACKAGE_VERSION@ Description: NBD client library in userspace Requires: Cflags: -Libs: -lnbd @LIBS@ +Libs: -lnbd -- 2.24.1
2011 Dec 22
1
overlaid filled contour plots
...esults of KernSmooth::bkde2D() in the following file: http://euclid.psych.yorku.ca/SCS/Private/Test/bkde2D-boot.RData From this, the essence of my plot can be produced by the following: # show calls to bkde2D() #library(KernSmooth) #dest0 <- bkde2D(lbt[,wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #dest1 <- bkde2D(lbt[,1+wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #dest2 <- bkde2D(lbt[,2+wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #save(dest0, dest1, dest2, cm0, cm1, cm2, file="bkde2D-boot.RData") con <- url("http://euclid.psych.yorku.c...
2020 Mar 12
1
[hivex PATCH] Remove extra @LIBS@ from pkg-config file
...ment it is empty, so probably it does not exist. Remove it to avoid adding spurious content to the pkg-config file in case that variable will get a value in the future. --- hivex.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hivex.pc.in b/hivex.pc.in index c5f594a..250a58b 100644 --- a/hivex.pc.in +++ b/hivex.pc.in @@ -8,4 +8,4 @@ Version: @VERSION@ Description: Read and write Windows Registry Hive files. Requires: Cflags: -Libs: -lhivex @LIBS@ +Libs: -lhivex -- 2.24.1
2003 Apr 07
0
ext3 errors
...list, and no one had any solutions, and I'm not the only one having this problem, because another person on there replied with nearly the same error message as I am getting. Anyway, anywhere from once every few hours to 4 days, it will print errors like these on tty1: EXT3-fs error (device sd(8,4)) in ext3_reserve_inode_write: IO Failure I/O error: dev 08:04, sector 0 EXT3-fs error (device sd(8,4)) in ext3_new_inode: IO failure I/O error: dev 08:04 secotor 0 I/O error: dev 08:04 secotor 1050528 EXT3-fs error (device sd(8,4)): ext3_get_inode_loc: unable to read inode block - inode=73040,...
2010 Jul 03
2
logistic regression - glm() - example in Dalgaard's book ISwR
Dear R-list members, I would like to pose a question about the use and results of the glm() function for logistic regression calculations. The question is based on an example provided on p. 229 in P. Dalgaard, Introductory Statistics with R, 2nd. edition, Springer, 2008. By means of this example, I was trying to practice the different ways of entering data in glm(). In his book, Dalgaard provides data from a case-based study about hypertension summarized in the form of a table. He shows two ways of entering the response (dependent) variable data in glm(): (1) as...
2003 Oct 06
4
Apply and its friends
Hi, Forgive a very basic question... I need to take two lists-of-lists, and apply a function to each pair of elements in the lists to return a single list... For example l1 <- list(1:5,6:10,2:15) l2 <- list(1:8,4:12,1:19,4:20) I could easily do an lapply across each of them, but is there a function that does a sort-of pairwise-apply across both together? Does anybody know of a good document that discusses this kind of basic matrix/list/vector manipulation in R? Regards, crispin -----------------------...
2011 Feb 11
2
lattice auto.key gives mismatch colors
...using the following code to draw a figure. But the legend given buy auto.key has mismatched colors. Could any one help me? I am using R2.12.1 and most current lattice on windows XP. Thanks John library(lattice) src <- data.frame(t=rep(c('A','B','C','D'), rep(8,4)), s=rep(c(8132,8140,8178,8180,8224,8230,8337,8345), 4), v=c(55.10, 56.00, 206.00, 5.86, 164.00, 102.00, 171.00, 280.00, 236.00, 91.10, 238.00, 102.00, 59.30, 227.00, 280.00, 316.00, 205.00, 120.00, 273.00, 98.80, 167.00,...
2017 Jan 18
2
Taking determinant of a matrix of NAs results in intermittent memory corruption
...,ncol=10)) I can. It's repeatable as well. CPU is Intel Xeon E5-2630v3 Ubuntu 14.04.5 LTS R from deb http://cran.r-project.org/bin/linux/ubuntu trusty/ R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch" Copyright (C) 2016 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborat...
2020 Mar 11
0
Re: [PATCH] lib: remove extra @LIBS@ from pkg-config file
...dding spurious content to the pkg-config file in case that > variable will get a value in the future. > --- > lib/libguestfs.pc.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/libguestfs.pc.in b/lib/libguestfs.pc.in > index 679ed7eba..013bf0f28 100644 > --- a/lib/libguestfs.pc.in > +++ b/lib/libguestfs.pc.in > @@ -8,4 +8,4 @@ Version: @VERSION@ > Description: libguestfs library for accessing and modifying VM images > Requires: > Cflags: > -Libs: -lguestfs @LIBS@ > +Libs: -lguestfs If I recall, @LIBS@ is the...
2020 Mar 11
0
Re: [PATCH] lib: remove extra @LIBS@ from pkg-config file
...adding spurious content to the pkg-config file in case that > variable will get a value in the future. > --- > lib/libguestfs.pc.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/libguestfs.pc.in b/lib/libguestfs.pc.in > index 679ed7eba..013bf0f28 100644 > --- a/lib/libguestfs.pc.in > +++ b/lib/libguestfs.pc.in > @@ -8,4 +8,4 @@ Version: @VERSION@ > Description: libguestfs library for accessing and modifying VM images > Requires: > Cflags: > -Libs: -lguestfs @LIBS@ > +Libs: -lguestfs I don't really know about...
2020 Mar 12
0
Re: [libnbd PATCH] lib: remove extra @LIBS@ from pkg-config file
...at > variable will get a value in the future. > --- > lib/libnbd.pc.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/libnbd.pc.in b/lib/libnbd.pc.in > index ba91f49..294c090 100644 > --- a/lib/libnbd.pc.in > +++ b/lib/libnbd.pc.in > @@ -8,4 +8,4 @@ Version: @PACKAGE_VERSION@ > Description: NBD client library in userspace > Requires: > Cflags: > -Libs: -lnbd @LIBS@ > +Libs: -lnbd ACK Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog...
2008 Jun 07
2
Unraveling a protoent struct
I''m spacing - how do I unravel a protent struct pointer? require ''win32/api'' include Win32 getprotobyname = API.new(''getprotobyname'', ''P'', ''P'', ''ws2_32'') ptr = getprotobyname.call(''tcp'') puts "Name: " + # ??? puts "Aliases: " + # ??? puts "Number: "
2005 Jan 20
3
Constructing Matrices
...atrix for 2 students. The goal is for the correlation between the second variance term for student 1 to be perfectly correlated with the variance term for student 2. In other words, I need to plug in 64 at position (6,2) and (2,6), another 64 at position (7,3) and (3,7) and another 64 at positions (8,4) and (4,8). I'm having some difficulty conceptualizing how to construct this part of the matrix and would appreciate any thoughts. Thank you, Harold [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [1,] 0 0 0 0 0 0 0 0 [2,] 0 64 0 0 0 0 0 0 [3,]...
2012 Dec 25
2
splitting a long dataframe
...'3:00:00', '0:00:00', '0:30:00', '1:00:00', '1:30:00', '2:00:00', '2:30:00', '3:00:00' , '3:30:00', '4:00:00') y=seq(1:32) data1=data.frame(x,y) i want to split in such a way that the output looks like 0:00:00 1 8 17 24 0:30:00 2 9 18 25 1:00:00 3 10 19 26 1:30:00 4 11 20 27 2:00:00 5 12 21 28 2:30:00 6 13 22 29 3:00:00 7 14 23 30 3:30:00 NA 15 NA 31 4:00:00 NA 16 NA 32 any ideas or functions that i look into for doing this? Thanks a lot for your help and time. Cheers, Swagath
2009 Aug 25
1
Problem with correct usage of formula environment
...ong as all variables used are columns of the design data frame. For one function, I would like to incorporate a dummy variable for center points that is not a column of the design. Without this function, it would work like this (at least version 0.97 of package FrF2): require(FrF2) plan <- FrF2(8,4,ncenter=6) y <- rnorm(14) r.plan<-add.response(plan,y) lm(y~A+B+C+D+!iscube(r.plan), r.plan) Building the formula from within function formula.design works OK at first sight: > formula(r.plan) y ~ A + B + C + D + (!iscube(r.plan)) However, using the formula in a linear model call does...
2017 Jan 18
3
Taking determinant of a matrix of NAs results in intermittent memory corruption
...399400 *** The specific address in memory that is referenced varies. The number of times I need to execute the above line before getting a crash also varies. This occurs with a wide range of matrix dimensions; 10x10 is not the only size that causes this issue. output of R.version: platform x86_64-pc-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 3 minor 3.2 year 2016 month 10 day 31 svn rev 71607 language R version.string R version 3.3.2 (2016-10-31) nickname Sincere Pump...