search for: cloud9

Displaying 20 results from an estimated 28 matches for "cloud9".

Did you mean: cloud
2012 Nov 27
3
Xen Cold Migration doesn't work
Hi everyone, I am trying to do a Cold Migration with Xen, Ubuntu 12.04 and virtual machines with Ubuntu 10.04. This is my cfg file to create the VM on the primary node: # cat ubuntu.c cat: ubuntu.c: Arquivo ou diretório não encontrado root@cloud9:/etc/xen# cat ubuntu.cfg name = "ubuntu" memory = 256 disk = [''phy:/dev/vg_datastore/lv_datastore,xvda,w''] vif = ['' ''] #kernel = "/var/lib/xen/images/ubuntu-netboot/vmlinuz" #ramdisk = "/var/lib/xen/images/ubuntu-netboot/initrd.gz"...
2012 Oct 25
0
[LLVMdev] [klee-dev] Linearizability
Hi Andreas, Cloud9 is a project that has an extensive POSIX environment model which also lets you symbolically execute multithreaded programs. It is based on KLEE. http://dslab.epfl.ch/pubs/cloud9.pdf Portend builds on top of Cloud9 to perform race detection/classification: http://dslab.epfl.ch/pubs/portend.pdf C...
2011 Dec 19
10
Rails on iPad
Hi, I''d like to know if there is any way to develop an entire rails app in iPad. Maybe with an app, maybe with an online platform as Cloud9. I''d like to know what you think. Thank you, Rodrigo -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscrib...
2003 Jun 20
2
Compiling Linuxthreads
...gcc1.c. Stop *** Error code 2 Stop in /usr/ports/devel/linuxthreads. I know that Linux binary compatibility is installed, as well as /usr/src/gnu (installed that today, machine was upgraded to 4.8 a couple of months ago) Any ideas on where I should look next? -- Mark P. Hennessy mark@cloud9.net
2000 Jul 02
2
``portability'' patch for OpenSSH S/Key support
...HA1_Init(&ctx); SHA1_Update(&ctx, up, strlen(up)); - SHA1_End(&ctx, up); + SHA1_Final(up, &ctx); ptr = hash_collapse(up + 4); -- Chris, the Young One |_ If Robert Di Niro assassinates Walter Slezak, Auckland, New Zealand |_ will Jodie Foster marry Bonzo?? http://cloud9.hedgee.com/ |_
2007 Oct 19
2
CentOS 5 centosplus kernel + kmod-gfs
On CentOS 5, the current centosplus kernel doesn't want to play with the kmod-gfs package (because kmod-gfs wants the stock kernel): # yum install kmod-gfs gives me: Transaction Check Error: package kernel-2.6.18-8.1.14.el5.centos.plus (which is newer than kernel-2.6.18-8.1.14.el5) is already installed Should it work, or is there a separate centosplus build that I've not
2007 Mar 27
1
scsi drive assignment problem
I have a server which may or may not have a USB storage device connected when it boots. It also attaches to a disk array with a number of logical disks using ISCSI. When booted with the USB device present, that is attached to /dev/sdb and the ISCSI disks are attached to /dev/sdc up. If the USB device is not present, then the ISCSI disks are attached to /dev/sdb onwards. Is there a way to force
2011 Oct 25
0
[LLVMdev] Problems with llvm-gcc and gold plugin
On 10/22/2011 01:12 AM, Luis D. Pedrosa wrote: > Hi everyone, > > I'm new to LLVM and I'm still trying to learn how to get everything up > and running. I'm trying to use llvm-gcc with the gold plugin and it > complains that it can't find LLVMgold.so. As a simple test case I > wrote a very basic C file: > --- main.c --- > int main () { > return
2007 May 23
3
deliver rejection message
Currently the typical rejection message is: --------- Your message was automatically rejected by Dovecot Mail Delivery Agent. The following reason was given: Quota exceeded. --------- Then there is MDN + message headers in other MIME parts. But of course there sucky clients that can't display MDNs and users get confused. Any suggestions how to improve this message? I'm not sure if the
2011 Oct 22
2
[LLVMdev] Problems with llvm-gcc and gold plugin
Hi everyone, I'm new to LLVM and I'm still trying to learn how to get everything up and running. I'm trying to use llvm-gcc with the gold plugin and it complains that it can't find LLVMgold.so. As a simple test case I wrote a very basic C file: --- main.c --- int main () { return 0; } ------ and compiled it with: $ llvm-gcc -use-gold-plugin main.c llvm-gcc:
2016 Sep 17
5
(Thin)LTO llvm build
On Sun, Sep 18, 2016 at 12:32 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> On Sep 17, 2016, at 3:19 PM, Carsten Mattner <carstenmattner at gmail.com> wrote: >> >> So, when I embark on the next ThinLTO try build, probably this Sunday, >> should I append -Wl,-plugin-opt,jobs=NUM_PHYS_CORES to LDFLAGS >> and run ninja without -j or
2012 Mar 12
1
Trouble adding sasl support via dovecot
Hello Folks, I've been the admin of a site that uses Postfix with Dovecot on RedHat since, oh, gosh, maybe 1996? It's been a long time. I've never built it from source, though, just used the rpms (and I wonder if maybe that's my problem now). It just works, is reliable, and lets me be a very-part-time administrator. Repeatedly over the last few years I've been asked to have
2004 Sep 29
4
Re: start error]
thanks again for your sharp eye and speedy response. i have corrected the typos in the IP in the masq file. I am sorry to have to ask for more help but my pc''s on the local network can''t reach the dmz webserver using the webserver''s local or Public IP address. I need to be able to do this in order to test the split DNS setup for the network. Using ethereal on the
2004 Aug 06
1
icast2 SAM2
> Hi > > I am trying to setup icast2 and SAM2 Broadcaster > > I have looked at the icast2 config and some of it was a little confusing - > basically all I have changed from the default was the passwords - all IP and > ports remain as the default. > > I have setup SAM2 Broadcaster for MPEG3pro encoder and pointed it and SAM2 > to 192.168.0.3:8000 and mount as /C100.
2008 Sep 25
1
patch for passdb-vpopmail in v1.1.3
I need pop-before-smtp to work with vpopmail (yes, yes, I know, don't ask). Enabling the code to update the relays file brings a small bug to light, fixable with the following patch: --- passdb-vpopmail.c~ 2008-09-25 15:06:47.000000000 +0100 +++ passdb-vpopmail.c 2008-09-25 15:07:14.000000000 +0100 @@ -31,9 +31,9 @@ } if (((vpw->pw_gid & NO_IMAP) != 0 && -
2008 Jan 15
1
CentOS5.1 with routed domU
Is there anyone have a domU with routed networking functioning correctly and willing to share their configuration file with me? I must be doing something wrong, but I just can''t see what it is. Comparing with a known functioning configuration would be very helpful. Thanks, James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2006 Apr 13
2
Building external modules on 4.3
I'm trying to build the zaptel (v1.2.5) modules on a 4.2 machine upgraded to 4.3, but running into a kernel version problem. The kernel I'm running is 2.6.9-34.ELsmp and I have the kernel-devel-2.6.9-34 RPM installed. I believe the problem is that the modules are being built as if for the uniprocessor kernel (the default for kernel-devel?) leading to the error: zaptel: disagrees about
2006 Apr 19
2
Where to find old 4.2 packages?
I'm trying to find a copy of the RPM for the 4.2 package kernel-devel-2.6.9-22.0.1.EL.i686 which appears to have expired from the Centos 4 mirrors. Is there anywhere I can get copies of superceded packages? james
2008 Jan 14
0
CentOS 5.1 and Xen HVM guest networking problem
I've asked this on the Xen users list, but had no response so far: I'm running CentOS 5.1 with all current updates: xen-libs-3.0.3-41.el5 xen-3.0.3-41.el5 kernel-xen-devel-2.6.18-53.1.4.el5 kernel-xen-2.6.18-53.1.4.el5 and have a domU config file from another (5.0) server which works. The difference is that on the new machine I want to use routed rather than bridged networking. In
2008 Oct 20
1
Recent CentOS4 kernel update
I see an update for the CentOS4 kernel, to 2.6.9-78.0.5.EL, has appeared over the weekend. I've not seen anything on the announce list for it though. Have I missed something? James