similar to: VmBuilder released

Displaying 20 results from an estimated 3000 matches similar to: "VmBuilder released"

2007 Mar 27
1
impose points on lattice plot
R-help, I'm using the lattice package to plot 2 variables (vekt ~ aldur) conditioned to a third (kyn * 2 categories). I use the following: xyplot(vekt ~ aldur|kyn, , data = sexSu) I want to superimpose the average(vekt) by 'aldur' conditioned to kyn by using something like: xyplot(vekt~aldur|kyn, subset = aldur <= 12 , data = sexSu, panel = function(x, y) {
2006 Aug 16
1
Debian Apache 2.2 package available on experimental
Finally! See http://people.debian.org/~terpstra/message/20060815.194742.e85b8143.en.html For all those Debianites wanting to try mod_proxy_balancer with Mongrel -- Neil Wilson (neil at aldur.co.uk) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060816/6fcee72b/attachment.html
2011 Apr 24
1
problem with qemu
Hi All, I use Ubuntu server 10.04 LTS as virtualization platform. Actually running kernel 2.6.32-31-server #61-Ubuntu S root at jupiter:~# uname -a Linux jupiter 2.6.32-31-server #61-Ubuntu SMP Fri Apr 8 19:44:42 UTC 2011 x86_64 GNU/Linux We have on running virtual root at jupiter:~# virsh list --all Id Name State ---------------------------------- 1 kvmtik.4safety.cz
2006 Jun 03
10
Gem versioning and auto installs
Gem drives me daft sometimes. It gives you this wonderful ability to specify a platform for a gem, but forgets to provide a command line switch to select the platform. Politely it asks you, which is all very well when you are installing on one machine interactively, but no good at all on a cluster of 15 machines from a Capistrano script. Is there any way to get gem to automatically select the
2006 Apr 29
2
How many asterisk process's are "normal"?
Hello all, I have two test beds running the exact same version of asterisk 1.2.7.1, latest of zaptel, libpri, etc.. Test bed #1 (Solaris 9,sparc ultra 5): This one is closer to a "production" machine, in that it is connected to a sip provider thru an iax2 connection and have an incoming DID configured. I can send and receive calls. Test bed #2 (Slackware Linux 10.2, AMD XP chip):
2009 Jan 06
1
Alternate looping
R-help, I'm using the "for" control flow to graph plots continuously: par(mfrow=c(3,5), mar=c(0.6,.2,1.2,.2),yaxt="n",xaxt="n") for(j in 1:11) { for(i in 1:15) { species <- spAldur[spAldur$ar == 1993+i & spAldur$aldur == j,] plot(species at coords[,1], species at coords[,2], xlim=c(-10,-3.5), ylim=c(60.1,63) ,
2018 Feb 07
1
libguestfs operations failing
Hello all, I'm able to add (>add-ro image) a newly created image (created with vmbuilder) using the guestfish shell, but unable to run it. I appear to be getting kernel panics when doing so. In trying to debug the issue, I noticed that libguestfs-test-tool also fails with a kernel panic due to sync errors. I had previously suspected an issue with the kernel file permissions but this was
2013 Mar 05
1
ubuntu, libvirt and virtio block devices
-- Hi. I'm running Ubuntu Precise 12.04 LTS. I created some virtual machines using vmbuilder, and then migrated those from their .qcow files to lvm. However, those virtual machines are still using disk type "file": Code: <disk type='file' device='disk'> <driver name='qemu' type='raw'/> <source
2010 May 18
5
upgrade Ubuntu Karmic to Lucid = Wine : Esound desabled!!!
I have upgrade my system ubuntu karmic to lucid. since upgrade when i configure wine : it say me : unavailable esound driver found in the registry Would you like unistall esound driver? esound is cleared to the choise to driver audio and i have no sound in game work's with this driver : Civilzation 4 BTS my versus wine is upgraded to 1.1.44. and the same pb if i downgrade versus wine
2006 Sep 18
11
Finally! Mongrel 0.3.13.4 Official (for Unix)
Hello! Today I''m announcing a "soft but official" release of Mongrel 0.3.13.4 for the Unix fans in the crowd. It''s been running stable for quite some time now for many people, and should be great for nearly everyone. You can read the announce at: http://mongrel.rubyforge.org/ This release includes new versions of mongrel_upload_progress and mongrel_cluster.
2006 Sep 21
3
newie help needed
hi, I am a system admin who has just set up R-2.3.1 in suse 9.1 (opteron) for a previous windows user. Please forgive any obvious stupid questions :) We are struggling with a number of things. 1. is there a gui interface ? How do we use it ? R --gui just gets us to the command line. 2. how do we do unix commands like cd ? 3. can we define default directories - eg for data files ? 4.
2008 Jun 20
2
The Green Book and its relevance to R
I bogged down about half way through reading the Green Book, in part because it became increasingly difficult to understand how some of the ideas related to R, as opposed to S (which I have not used). Does any reader know whether there is a document that points out differences between S and R that would be helpful in reading the Green Book? Ideally, perhaps, I need a "crib sheet" to
2012 Jan 11
2
(no subject)
I'm working on a Dovecot plugin, but I'm pretty new to Dovecot, so there's a LOT to learn about the code base and it's pretty slow going. I've got a few things coded so far, but I want to make sure I'm headed down the right path and get some advice before I go too much further. A couple years ago, I wrote some code for our Courier implementation that sent a magic UDP
2016 Jun 28
0
[BUG] 3.8 alignment/struct padding
On 28 June 2016 at 11:59, Ramkumar Ramachandra via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I have what appears to be an alignment/struct padding bug. An i64 is not > correctly aligned to the 8-byte boundary, and this results in a mismatched > struct size between C and LLVM. We are currently running 3.8, and did not see > this bug in 3.5. LLVM needs to be provided with a
2005 Sep 05
1
[PATCH] fix gcc 3.4 warnings
On Tue, Sep 06, 2005 at 08:54:18AM +1000, Jean-Marc Valin wrote: > I usually compile with several warning flags, but I prefer not to impose > any (especially since not everyone uses gcc!). FWIW, configure is already checking to see whether the compiler is gcc or not. There's an if clause in the configure scripts for ogg, vorbis, theora, and other of our packages that uses this to add
2010 Jun 24
2
Why not pulseaudio?
Pulseaudio works great in wine using the modified wine from the Neill Aldur ppa. Tried everything else (padsp, pasuspender, blah) and nothing would work reliably. Some crashes when another application outputs sound, sometimes the sound does not work at all, sometimes it is awfully slow or with latency varying while recording, leading to unpredictable offsets in recorded files. Using pulseaudio
2006 Jun 05
2
Mongrel Rails - default URI
Is there any particular reason why mongrel rails hard codes ''/'' as the URI it registers as the URI node? If not would there be any objection to a patch that allows you to specify it as an option? -- Neil Wilson (neil at aldur.co.uk) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 Mar 24
2
Re: Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
On Sat, Mar 24, 2018 at 03:08:16PM +0000, Tanmoy Sinha wrote: > Even though force_tcg works, I intend not to run it on emulation. Is there > way I can run it over kvm? The other observation is, without force_tcg if I > use the machine type as *pc-i440fx-2.**1*,accel=kvm it works fine. The > default machine type for my host *pc-i440fx-2.8, *which seems to crib. I don't know, but
2012 Oct 29
2
virtual machine seems to run, but can't connect to it
I'm using ubuntu 12.04LTS I setup a bridged network: # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp auto br0 iface br0 inet dhcp bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_maxwait 0 Seems to work. Then I created a virtual machine using Ubuntu's vmbuilder tool like so: vmbuilder
2006 Mar 04
0
How? - Non-blocking XML message over HTTP
I''m trying to code up Rails so that it can talk to the UK Government Gateway using the submission protocol described here http://www.hmrc.gov.uk/schemas/Gateway_Document_Submission_Protocol_V7.0.pdf Essentially it is an asynchronous request/response system that sends XML messages over an HTTPS socket - fairly standard stuff. Now assuming nobody else has already written this thing,