search for: bg

Displaying 20 results from an estimated 1713 matches for "bg".

Did you mean: bug
2010 Apr 13
2
XFS-filesystem corrupted by defragmentation Was: Performance problems with XFS on Centos 5.4
...o. Any suggestions most welcome (am googling myself before I do anything about it). I swear to god: I did not do anything else with the xfs_*-commands than the stuff mentioned above Bernhard -------------- next part -------------- An embedded message was scrubbed... From: Bernhard Gschaider <bgschaid_lists at ice-sf.at> Subject: Re: [CentOS] Performance problems with XFS on Centos 5.4 Date: Mon, 12 Apr 2010 18:22:24 +0200 Size: 5925 URL: <http://lists.centos.org/pipermail/centos/attachments/20100413/801efe2a/attachment-0002.mht>
2008 Jun 25
1
Root-filesystem remounts as read-only during 5.2 upgrade (system completely shoot)
...k that I'm too stupid to upgrade a workstation to 5.2 (but the servers I've tried work without problem) OK. The problem: I've tried to upgrade a 5.1-x86_64-workstation to 5.2. During the upgrade immidiatly after (according to the /var/log/messages) upgrading the two (64 & 32-bit) libgcc-packages an EXT3-error occurs and the root-partition gets remounted in read-only-mode. Consequently ALL following package upgrades throw errors saying this or that can't be done because he can't write to /etc, /usr but in the end yum says everything is OK. (Side info: /var is on a differ...
2012 Mar 01
2
How to colorize the panel backgrounds of pairs()?
Dear expeRts, I would like to colorize the backgrounds of a pairs plot according to the respective panel number. Here is what I tried (without success): count <- 0 mypanel <- function(x, y, ...){ count <<- count+1 bg. <- if(count %in% c(1,4,9,12)) "#FDFF65" else NA points(x, y, cex=0.5, bg=bg) } U <- matrix(runif(4*500), ncol=4) pairs(U, panel=mypanel) I also tried to set par(bg=bg.) before the call to points(), but that didn't work either. The only thing I found is that "bg=&quot...
2006 Jun 29
1
inconsistent matplot behaviour?
...matplot supports vectors (and/or character strings) for a number of arguments namely `type', `lty', `lwd', `pch', `col', `cex'. all of them act consistently in such a way that the first entries are used for plot of x-column 1 vs. y-column 1 and so forth. for some reason `bg' is missing from this list (maybe simplyh forgotten?). this causes an, according to my mind, at least, undesirable (inconsistent) behaviour in calls like matplot(x, y, type = 'b', pch = 21:23, col = 2:4, bg = 2:4) (assuming x, y are 3-column matrices) `col', `pch' and the o...
2001 May 08
1
Config error - please help-continue
...g to 192.168.1.1 from client machine I got the following in syslog: May 8 08:55:54 ns tinc.vpn_net[726]: Sending packet of 100 bytes to US_VPN (x.x.x.x - inetIP) May 8 08:55:55 ns tinc.vpn_net[726]: Incoming data socket error: Connection refused tcpdump -i tap0 gives this: 08:49:13.919331 ns.iris.bg > 192.168.1.1: icmp: echo request 08:49:14.919323 ns.iris.bg > 192.168.1.1: icmp: echo request 08:49:15.919327 ns.iris.bg > 192.168.1.1: icmp: echo request 08:49:16.919334 ns.iris.bg > 192.168.1.1: icmp: echo request 08:49:17.919323 ns.iris.bg > 192.168.1.1: icmp: echo request 08:49:...
2003 Dec 14
1
A faster plotOHLC() for the tseries package
...otOHLC.R 2003-12-14 12:03:42.000000000 -0600 @@ -21,14 +21,9 @@ ylim <- range(x[is.finite(x)]) plot.new() plot.window(xlim, ylim, ...) - for (i in 1:NROW(x)) { - segments(time.x[i], x[i, "High"], time.x[i], x[i, "Low"], - col = col[1], bg = bg) - segments(time.x[i] - dt, x[i, "Open"], time.x[i], x[i, - "Open"], col = col[1], bg = bg) - segments(time.x[i], x[i, "Close"], time.x[i] + dt, x[i, - "Close"], col = col[1], bg = bg) - } + segments(time.x, x[...
2013 Feb 12
3
subsetting data file by intoducing a second file
Hello, I have a very data matrix and I have a file which has the names that I need to subset. However I cannot manage to subset the main file. ANy idea? bg <- read.table (file.choose(), header=T, row.names) bg Otu00022 Otu00029 Otu00039 Otu00042 Otu00101 Otu00105 Otu00125 Otu00131 Otu00137 Otu00155 Otu00158 Otu00172 Otu00181 Otu00185 Otu00190 Otu00209 Otu00218 Gi20Jun11 0.001217 0 0.001217 0 0.000000 0 0...
2020 Jan 11
4
System with MGE UPS shuts down too early
Hello, I'm experiencing a strange early shutdown behavior with the following system: * */OS/*: Slackware Linux 14.2 x86_64 * */NUT/*: 2.7.4 (from my own package <https://sotirov-bg.net/slackpack/pack.cgi?id=4083>) * */UPS/*: MGE Ellipse PRO 1600 <powerquality.eaton.com/Products-services/Backup-Power-UPS/Ellipse-PRO.aspx> (bought in September 2017) */Problem description/*: An hour ago there was a power outage for about 3-4 minutes. However, the system was...
2003 Sep 29
5
colours in dotchart (PR#4343)
Problem: neither fg or bg nor color work properly in dotchart. version: R-1.7.1 for windows code which shows the errors: x <- matrix(rnorm(16),ncol=2,dimnames=list(paste("a",1:8,sep=""),c("before","afte r"))) dotchart(x,fg="blue",bg="lightgrey") dotchart(x,c...
2013 Feb 13
5
spearman correlation and p-value as a matrix
I have two data matrices that I want to make the correlation between each column from data1 and each column from data 2 and also calculate the p-value Matrices dont have the same size and I tried such a script. > bg <- read.table (file.choose(), header=T, row.names) > bg > Otu00022 Otu00029 Otu00039 Otu00042 Otu00101 Otu00105 Otu00125 Otu00131 Otu00137 Otu00155 Otu00158 Otu00172 Otu00181 Otu00185 Otu00190 Otu00209 Otu00218 > Gi20Jun11 0.001217 0 0.001217 0 0.000000 0 0 0 0.001217 0 0 0 0 0 0.001...
2002 Aug 20
4
plot and bg
Hi all, I would like to plot some points and define the bg color of my graphics. But the bg parameter set is defined for the. whole graphic. In fact, i would like to use something like : box(bg=gray(0.9)). So, the background concerns only the plot region and not the main title, the x title and the y title. The option col for the function box() concer...
2012 Jun 19
1
"Too many levels of symbolic links" with glusterfs automounting
...h gluster. However, I note that the "Howto Automount GlusterFS" page at http://www.gluster.org/community/documentation/index.php/Howto_Automount_GlusterFS has been deleted. Is automounting no longer supported? His auto.master file is as follows (sorry for the wrapping): w1 -rw,intr,bg,v3,rsize=16384,wsize=16384,retrans=10,timeo=20,hard,lock,defaults,noatime,async 10.1.50.2:/& w2 -rw,intr,bg,v3,rsize=16384,wsize=16384,retrans=10,timeo=20,hard,lock,defaults,noatime,async 10.1.50.3:/& mathbio -rw,intr,bg,v3,rsize=16384,wsize=16384,retrans=10,timeo=20,hard,lock,def...
1997 Jun 30
0
R-beta: Color specifications -- simple 'bg' / 'fg' swapping -- proposal
Consider the following example : data(iris) attach(iris) par(bg = 'midnightblue', fg = 'yellow') plot(Petal.Length, Petal.Width, main = "Fisher's iris data", sub = "3 kinds") ##>>> gives black axis labels and titles ... ## Currently, the plot I want is produced by par(bg = 'midnightblue', fg = 'yell...
2007 Oct 29
8
Mystery phone!
Does anyone know who really makes this phone: http://www.hybsys.bg/Products/VoIP/IP/Phones/5000/ Large pictures are at the bottom: http://www.hybsys.bg/img/ipph/IP5000_1.jpg http://www.hybsys.bg/img/ipph/IP5000_2.jpg -- Kyle Sexton
2001 Jul 03
1
plot.mts() with type="p" (PR#1010)
...t;) Error in plot.ts(x[, i], axes = FALSE, xlab = "", ylab = "", log = log, : formal argument "type" matched by multiple actual arguments > traceback() 3: plot.ts(x[, i], axes = FALSE, xlab = "", ylab = "", log = log, col = col, bg = bg, pch = pch, ann = ann, type = "n", ...) 2: plot(x[, i], axes = FALSE, xlab = "", ylab = "", log = log, col = col, bg = bg, pch = pch, ann = ann, type = "n", ...) 1: plot.mts(ts(matrix(runif(10), ncol = 2)), type = "p") > The problem...
2005 Sep 27
3
quick "points" question
Hi Just one of those niggles....... I've just been trying to plot a filled circle. I thought that this would do it plot(1,1,type="n") points(1,1,pch=1,bg="blue",cex=5) #bg: background ("fill") color for open plot symbols But I need to do this instead points(1.2,1,pch=19,col="blue",cex=5) Am I misunderstanding the "bg" option in the points function? Richard -- Dr. Richard Nixon, MRC Biostatistics Unit, Cam...
2012 Sep 14
2
plotting points on a map, assigning vectors to values from dataset
...(possibly) obvious? I have a command that creates a map of South America. In a separate txt-file I stored data about latitude and longitude of languages, and in a third column values that differ from language to language. The command should read that file and assign the values to pch vectors (with bg as well, because they are 21-24) and plot them on the map. Now, the map is properly displayed, and the location of the pch symbols is correct as well. But the actual symbols (and bg colors) do not match the original data in the txt-file. (e.g. a white circle should display languages with value &quo...
2010 Apr 26
4
concise syntax for selecting multiple rows
I would like to select rows if a row contains any one of several values. I can do the selection as follows: result[,"Subject"]=="JEFF" | result[,"Subject"]=="BG" But this is very unwieldily if one wishes to select many, many rows as one has to continuously repeat the source: result[,"Subject"]=="JEFF" | result[,"Subject"]=="BG" | result[,"Subject"]=="John" | result[,"Subject"]==...
2004 Mar 25
1
Error in 'legend' help?
Dear all, maybe I have misunderstood something but to me it seems like a minor error in the help for ?legend for the argument 'bg'. There it says: bg: the background color for the legend box. (Note that this is only used if 'bty = "n"'.) I think, however, that it should be changed to: bg: the background color for the legend box. (Note that this is only used if 'bt...
2010 Feb 20
1
NFS automount error
hi, guys: Today when i typed "mount " command on the server and found this message: .. ... 192.168.9.252: /home/share/tmp on /net/tmp/share type nfs ( rw, bg, soft,rsize=8192,wsize=8192,addr=192.168.9.252) 192.168.9.252: /home/share/tmp on /net/tmp/share type nfs ( rw, bg, soft,rsize=8192,wsize=8192,addr=192.168.9.252) 192.168.9.252: /home/share/tmp on /net/tmp/share type nfs ( rw, bg, soft,rsize=8192,wsize=8192,addr=192.168.9.252) 192.168.9.252: /hom...