search for: lavend

Displaying 20 results from an estimated 35 matches for "lavend".

Did you mean: lavena
2005 Nov 04
4
Dom0 eth0 has different MAC address than expected, ignoring
Hi, I''m a newbie to Xen and I need some help. I saw user ''datto'' had a similar problem but changed to FC4 to resolve it. I''m currently running FC3 and Xen2.0.7. I did the usual ''make install'' and I can boot into Xen dom0. However, my network card is not working. The driver is found in the linux-2.6.11.12-xen0 tree but not selected. I
2003 Mar 22
5
CYGWIN Rsync exclude/include problem
.../Trial Software /wmpub Using the following command line and includes.txt file I still get the Backup, Copied DVD etc folders. If I add a global * or /* then nothing gets rsynced. I have "commented" the include file to explain my logic. Any advice would be great! Thanks in advance. Mike Lavender =================== Command Line: rsync -avvvzl --stats --delete --delete-excluded --exclude-from=c:\rsync\includes.txt /cygdrive/c/ mike@puk::LaptopBackup includes.txt: + /Databases/ #Include /Databases & subfolders + /Documents and Settings/ #Include /Documents and Settings &...
2004 Mar 24
2
slow to drill into directories
...clients office and sometimes when he is drilling down into directories in his "File Explorer" it stalls. I tail'ed the log files and I ran tcpdump, but I can't see anything that stands out. What should I look at? I am running Samba Version 2.2.3a-12.3 for Debian. brian -- Brian Lavender http://www.brie.com/brian/
2013 Oct 05
2
bridged networking doesn't bring up eth0: RTNETLINK answers: File exists
...STP enabled interfaces eth0 8000.8c89a511f016 no peth0 root@trout:~# cat /etc/network/interfaces # The primary network interface auto eth0 iface eth0 inet static address 173.228.81.234 broadcast 173.228.81.255 netmask 255.255.255.0 gateway 173.228.81.1 -- Brian Lavender http://www.brie.com/brian/ "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies." Professor C. A. R. Hoare The 1980 Turing...
2002 May 19
2
Can't join Samba PDC from Win2k
...th = /var/tmp create mask = 0600 printable = Yes browseable = No ;DOMAIN SPECIFIC INFO [netlogon] comment = NETLOGON service path = /home/netlogon read only = yes write list = ntadmin [profiles] path = /home/profiles read only = no create mask = 0600 directory mask = 0700 -- Brian Lavender http://www.brie.com/brian/
2006 Jun 03
2
looking for radrails devs
...python errors (including environment information) all over the page! I can''t seem to get to any pages with any contact info, so I''m trying here.... If you are a radrails dev, please fix your trac!!! thanks b PS: the error page is awfully pretty though... all pink, purple and lavender...
2005 Jan 13
1
(no subject)
...d the colour ol the columns it refers to in the plot. I wrote: leg.txt<-c("control people", "radiated ill people", "radiated healthy people", "pesticide exposed people") leg.col<-c("lightblue", "gray", "lightcyan","lavender") grA<-barplot(seqA, type = "h", col = c(colors),legend.text = c(leg.txt),main = " Number of breaks occured on cluster A bands on patients' sample", xlab = "patient ID", ylab = "breaks number") but I don't know how to assign the right col...
2007 Jan 16
1
Shared folder doesn't work!
...228106 17 -rw-rwx--- 1 fred colab 16384 Jan 16 04:30 public/.notices/dovecot.index.cache 228265 1 -rw------- 1 fred colab 172 Jan 16 04:30 public/.notices/dovecot-uidlist 232470 1 -rw-rw---- 1 fred colab 8 Jan 16 00:50 public/subscriptions -- Brian Lavender http://www.brie.com/brian/
2005 May 04
1
Plotting means and confidence intervals by group factor using lattice graphics?
...is: # Example with confidence intervals and grid hh <- t(VADeaths)[, 5:1] mybarcol <- "gray20" ci.l <- hh * 0.85 ci.u <- hh * 1.15 mp <- barplot2(hh, beside = TRUE, col = c("lightblue", "mistyrose", "lightcyan", "lavender"), legend = colnames(VADeaths), ylim = c(0, 100), main = "Death Rates in Virginia", font.main = 4, sub = "Faked 95 percent error bars", col.sub = mybarcol, cex.names = 1.5, plot.ci = TRUE, ci.l = ci.l, ci.u = ci.u, plot.grid =...
2011 Jan 10
2
Problem with multiple requires in Ruby DSL
I''m loving playing around with the DSL. There are some problems (ie 5237), but now that it''s Ruby, I can fix them! woo! However, I''m stumped on this one, which may or may not be related to the DSL. When trying to have a resource have a simple dependency on two things at once, it simply fails, and I''m stumped as to why. The error message is: Parameter
2004 Dec 03
1
How to wrap or split labels on plot
...","Rosebush") # Set plot limits: xmax <- nrow(test) nvec <- ncol(test) ymax <- ceiling(max(test)) yinc <- 1 # Generate Pareto order test <- test[order(test[,1],decreasing=TRUE),] # Set color palette MyCols <- rep(c("lightcyan","cornsilk","lavender"), each = xmax) # Adjust the margins par(mar = c(7, 5, 6, 3)) # Bar graph mp <- barplot(test, beside = TRUE, col = MyCols, axisnames = FALSE, names.arg = rep(names(test),nvec), las = 2, cex.names = 0.75, ylab = "IXYV", ylim = c(0,ymax), yaxt = &...
2004 Jun 18
2
Barplots and error indicators: Some R-Code
...s par(mfrow=c(2,2)) data<-c(3.2, 3.3, 3.6, 4, 3.1, 3.3, 3.1, 4.5, 3.2, 3.3, 3.1, 3.4) se<-sqrt(data) bar.plot(data, se) #easy example data<-c(3.2, 3.3, 3.6, 4, 3.1, 3.3, 3.1, 4.5, 3.2, 3.3, 3.1, 3.4) se<-c(sqrt(data)) bar.plot(data, se,ind.side="lo", ylim=c(0, 10), col="lavender", space=0.25, hat=0) data<-c(15, 15, 19, 22) se<-c(3, 5, 6, 4.5) nam<-c("L.c","O.v","C.i","L.u") bar.plot(data, se, col="orange", ind.side="bo", hat=0.05, main="", xlab="species", ylab="CT conc.&...
2010 Oct 01
0
Does VT-d work on Asus P5Q-EM?
I searched the net and I found this. So, it looks like it doesn''t quite work. http://lists.xensource.com/archives/html/xen-devel/2009-04/msg00382.html Does it work now? Also, what is RMRR? I guess Asus doesn''t support Linux? brian -- Brian Lavender http://www.brie.com/brian/ "Program testing can be used to show the presence of bugs, but never to show their absence!" Professor Edsger Dijkstra 1972 Turing award recipient _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://li...
2002 Jun 24
1
barplot
Hi, a couple of simple graphics questions: 1. I have a little function that makes bar plots. Now I would like to limit the Y-axis outside this function (that means after calling the barplot() command) depending on the data to be plotted . Does anyone know how to do this ??? 2. When using barplot() and limiting the yAxis, R draws the bars below the x-axis. How can I avoid this problem ??
2005 Jan 13
0
(no subject)
...d the colour ol the columns it refers to in the plot. I wrote: leg.txt<-c("control people", "radiated ill people", "radiated healthy people", "pesticide exposed people") leg.col<-c("lightblue", "gray", "lightcyan","lavender") grA<-barplot(seqA, type = "h", col = c(colors),legend.text = c(leg.txt),main = " Number of breaks occured on cluster A bands on patients' sample", xlab = "patient ID", ylab = "breaks number") but I don't know how to assign the right col...
2006 Oct 13
2
Multiple barplots on the same axis
Hi R newbie here :) I need to plot 3 barplots in the same axis, something like | | _ _ _ | | | _ | | _ | | _ | _ | || | _ | || | _ | || | | | || || | | || || | | || || | -+----------------------------------------- | v1 v2 v3 Is there any documentation describing how to achieve that, and
2006 Oct 24
1
marks to sepearat bars
I'd like to insert always after 3 bars a small mark, so the groups of three can be distinguished easier. Thanks for your help! David --
2011 Oct 26
1
Plot complete dataset
Hello, I am a new user of R, so I still have some basic difficulties. I'm trying to create a bar graph completely from reading a file. The idea was on the x axis have the columns of the table Married ,Single,Divorced, widower the legend Ages 18-34 35-45 46-64 65-69 70-74 the dataset dataset Ages Married Single Divorced widower 1 18-34 10.5 35.7 8.5 3.2 2 35-45
2007 Feb 18
1
HT488 doesn't disconnect FXO
Hi, I have HT488 with it's FXO connected to Israeli PSTN (bezeq) when dialing to that PSTN line asterisk see gets the call and direct it to the right extension but if the extension doesn't answer and the dialer is hanging the call the extension will keep on ringing. I'm not an expert but it seems like my asterisk doesn't recognize the hangup signal from the HT488 -or it's the
2009 Apr 24
1
font size relative to graphic
I am printing numbers onto horizontal bars in a bar plots, but I am finding it difficult to make the number always the right size. If there are more bars, the bars get narrower and the font is too big. I also find that if I change the size of the graph, the bars will get wider or narrower and the font stays about the same size. The result depends on whether I view the graph in X11 or in