search for: burkes

Displaying 20 results from an estimated 194 matches for "burkes".

Did you mean: burke
2010 Sep 07
10
What is the maximum number of resource pools allow in Xen Cloud Platform?
Hi, I am interested to know the maximum number of resource pools that allow in Xen Cloud Platform. I cannot find any maximum number indicated in the documentation. Thank you, Wong Fui Fui _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Dec 09
2
Problem with if statement
I am trying to use the value of an ID variable in an if statement and not getting the results I expected. # ID values for two school districts > with(rf, tapply(DistrictID, DistrictName, min) ) Aberdeen School Dist. # 58 Buhl Joint School District 59340 53409 This creates DNAME as I expected ...
2010 Oct 03
16
XCP 5.0 Your license has expired. Please contact your support representative
xe vm-start vm=debian Your license has expired. Please contact your support representative. Network and Management Interface XCP 0.5.900-36486c I was seriously under the impression we fixed this, now all my images are offline is there any way to fix this without reinstalling everything ? _______________________________________________ Xen-users mailing list
2006 Nov 15
3
using expects with (for Hash and Array)
First off, thanks for the great library. Is there a way setup expects with this: runtime_options[:property] = properties_option_string or do i have to use: runtime_options.store(:property, properties_option_string) which results in this: runtime_options.expects(:store).with(:property, ''prop1=1'') Thanks for your help. jeremy
2011 Jan 10
3
Lattice, combine histogram and line graph
Hello everyone, I have a simple histogram of gasoline prices going back a few years that I want to insert a line graph of consumer price index (cpi) over the histogram. I have looked through the "Lattice" book by Deepayan Sarkar but don't see anything there. How might this be done? An example would be wonderful. Current code snippet follows. For example additional field to add
2006 Nov 14
5
SSH Console access
I''ve been playing around with this, but have yet to be successful. I am trying to figure out how to SSH to my Dom0 IP and some static port and then redirect the "xm console <domU>" into the SSH session. Has anyone been successful in doing this? Really the only option I''ve seen is using "screen" on the /dev/pts/[1-x] console device, but that seems overly
2006 Aug 18
8
- Lingr is born
...his post, I assume :-)), you might be interested in some of the technical details, which are covered in a blog post I made at http://blog.lingr.com/2006/08/lingr_under_the.html. Anyway, enjoy, and we would love to hear any feedback you have, at http://www.lingr.com/help/feedback. Best, Danny Burkes -- Posted via http://www.ruby-forum.com/.
2011 Jan 06
1
Help spruce up a ggplot graph
Given the data structure below and the call to ggplot2, how can I increase the size of the axis scale points, the line weight, and the size of the legend? ddata <-structure(list(year = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L), .Label = c("2003", "2007"), class = "factor"), area = structure(c(7L, 6L, 1L, 2L, 3L, 4L, 5L, 7L, 6L, 1L,
1998 Nov 03
2
smbclient sees the virtual samba server but not the windows clients
Hello Again! I now have a virtual host serving (almost) samba and a real one serving samba under the original name. On the local machine, I can access the the virtual host through smbclient and smbmount. Everything seems all right. Unfortunately, the virtual host won't serve the windows-9x machines. The virtual (and real) host both appear on the network browse list but when the win clients
2009 Oct 27
1
Me or a bug? Package Install does not unzip (PR#14026)
Today I installed R 2.10.0 1. I try to download maptools again. 2. Downloads to a temp subdirectory somewhere. > utils:::menuInstallPkgs() trying URL 'http://cran.cnr.Berkeley.edu/bin/windows/contrib/2.10/maptools_0.7-26.zip' Content type 'application/zip' length 1038205 bytes (1013 Kb) opened URL downloaded 1013 Kb package 'maptools' successfully unpacked and
2011 Jun 29
1
update.packages fail
update.packages has suddenly stopped working for me (after working fine yesterday). My default mirror is at Oregon State University, but I get the following warning even after setting another mirror. Other Internet connections are working on my computer. Suggestions, please. > update.packages() Warning: unable to access index for repository
2006 May 04
5
create databases with rake
hi, is there a way to create the database (say development and or production) specified in database.yml with rake? thanks, Enrico -- "The only thing necessary for the triumph of evil is for good men to do nothing" Edmund Burke
2007 Jun 04
8
Bug in Configurator.change_privilege?
Hello. I have discovered that mongrel does not correctly take on all the groups of the requested user/group combination. It seems that while the specified user and group is correctly activated, all the other groups that are associated with this user are not enabled and the group permissions remain the same as the caller (i.e. root). This problem (and solution) is discussed in the Ruby Forum:
2006 Feb 20
1
Download "Asterisk: The Future Of Telephony" [More Info]
One thing I forgot to mention: I also cropped the registration and cut marks off the sides of the pages. If you want the uncropped version, get: http://www.alexburke.ca/asterisk-tfot-uncropped.pdf Sorry about the excessive noise, but I figured I should mention this. >Date: Mon, 20 Feb 2006 18:55:50 -0500 >To: asterisk-users@lists.digium.com >From: Alexander Burke
2007 May 03
2
Parsing data with an uneven number of delimiters
I have a list of data that is delimited by a / and, as long as there is an equal number of delimiters, I can parse the data and put it into a data frame: > t1<-c("a/a/a","b/bb/bbb","ccc/cc/c") > t2<-strsplit(t1,"/") > t3<-data.frame(t2) > t3 c..a....a....a.. c..b....bb....bbb.. c..ccc....cc....c.. 1 a
2006 Jan 05
1
Active Directory authentication fails
I am trying to get Samba to authenticate to a Win2k DC. The error I consistently get is "Failed to verify incoming ticket" Using wbinfo I can pull the user and groups from the DC. Using krb5 I can get a good ticket from the DC. I have the winbind options in my smb.conf exactly as listed in the docs. The Linux box did a "net join ads" no sweat. After sitting a while, I no longer
2006 Nov 08
2
Off-Site Extensions That Would Show As In-Use?
Hello, list! I'd like to create an extension that points to an offsite location (a number on the PSTN), the purpose of which would be to see if that offsite location is still on a call forwarded to it by Asterisk. This way a receptionist could choose to transfer calls to a mobile phone only if it's finished with the last call the receptionist forwarded to it. If I configure a custom
2006 Jun 05
3
possible bug in trunk base.rb? BREAK_RE.
Hello All, first post to the list. I just checked out trunk and it broke my tests. Turns out that the BREAK_RE regex found in base.rb is missing the "/m" mode modifier. I am still getting my head around the library so i may be missing something but was that done on purpose? Thanks. jeremy Index: base.rb =================================================================== --- base.rb
2010 Oct 27
2
Merge disparate lists
My two lists look like below Need an R code example that combines the two. l_one "key" 2 1 2 l_two "ndx", "descr" 1, "this" 2, "that" 3, "other" 4, "finis" My goal is a new list that looks like below. ndx descr 2 that 1 this 2 that Thanks, Jim
2006 Feb 19
2
Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)
Hello, world! I'm considering running Asterisk 1.2.4 on Solaris 10 on a Sun Fire X2100 server or two (Opteron CPU, nForce 4 chipset), and apparently this works. I've read that the Zaptel package won't work on anything other than Linux, since it's intended to hook into the Linux kernel in the form of a kernel module. This concerns me, since I've read that ztdummy, the