similar to: New software based on libvirt

Displaying 20 results from an estimated 700 matches similar to: "New software based on libvirt"

2015 Sep 22
1
Re: [libvirt] New software based on libvirt
On 09/22/2015 05:12 AM, Michal Privoznik wrote: > On 21.09.2015 21:28, Gustav Fransson Nyvell wrote: >> Hello, >> >> I'm introducing to you the decentralized cloud Cherrypop. >> >> Combining libvirt and LizardFS (as of now) it becomes a cloud completely >> without masters. Thus, any node is sufficient for the cloud to be up >> and therefore no
2015 Sep 22
0
Re: [libvirt] New software based on libvirt
On 21.09.2015 21:28, Gustav Fransson Nyvell wrote: > Hello, > > I'm introducing to you the decentralized cloud Cherrypop. > > Combining libvirt and LizardFS (as of now) it becomes a cloud completely > without masters. Thus, any node is sufficient for the cloud to be up > and therefore no wasted resources and no single point of failure. > > It's still pretty
2011 Oct 19
2
listing all occurrences in a vector
Dear all, I have a dataframe with two columns, where NUMBER is the number of occurrences of DEPTH: DEPTH NUMBER 1 2 1 2 3 2 3 2 3 4 5 1 > a<-data.frame(c(2,3,2,5),c(1,2,3,1)) > colnames(a)=c("DEPTH","NUMBER") I want a column or a vector where all the DEPTHs are listed: 2, 3, 3, 2, 2, 2, 5 (NUMBER=1 in all cases). Is there
2017 Aug 01
3
Corrupt index files
On Mon, Jul 24, 2017 at 07:56:23PM +0300, Aki Tuomi wrote: > Well, dovecot does not really guarantee access concurrency safety if you access indexes using more than one instance of dovecot at the same time. Pardon my ignorance, but how does Dovecot handle when an IMAP client connects multiple times concurrently? Does it not launch multiple instances? > Nevertheless, did you try w/o
2017 Jul 24
2
Corrupt index files
On Mon, Jul 24, 2017 at 08:39:36AM +0300, Aki Tuomi wrote: > Do you have users accessing the files concurrently from more than one > dovecot instance at a time? Yes. Apparently it is fairly common behavior for some IMAP clients to open up multiple connections to the same mailbox. Some times the multiple accesses came from different servers (stand alone IMAP client and a webmail system), but
1999 Nov 29
2
openssh-1.2pre15 on AIX
Hi. Pre15 compiles out-of-the-box on AIX 4.3.2 ...almost. No patch included this time, but the following were the gotchas: - The __P() prototyping doesn't work (as discussed earlier) - bsd-daemon.o wasn't linked into libssh.a (though configure seemed to detect the need for it) DCE patch will follow shortly. Regards, Tor-?ke ______________________________________________________ Get
2017 Jul 21
4
Corrupt index files
I am running Dovecot IMAP on Linux, on a LizardFS storage cluster with Maildir storage. This has worked well for most of the accounts for several months. However in the last couple of weeks we are seeing increasing errors regarding corrupted index files. Some of the accounts affected are unable to retrieve messages due to timeouts. It appeared the problems were due to the accounts being accessed
2006 Aug 10
6
Getting started w/ Ruby on Rails
Hi, I would like to get started with RoR, since it seems to be a terriffic platform for Webdevelopment. However, I''m unsure what "level" you need to be on in terms of programming to get started? Best regards, Gustav -- Posted via http://www.ruby-forum.com/.
2006 Jul 28
2
Delete has_many_and_belongs_to_many relation
Hi there, Just a simple question I guess, but I am unable to find an anwser... How to delete a hmabtm relation? Any help will be appreciated :) Thanks, Fabrice. -- Posted via http://www.ruby-forum.com/.
2013 Feb 17
3
Select components of a list
Hi Gustav, Try this: lapply(1:length(models),function(i) lapply(models[[i]],function(x) summary(x)$coef[2,]))[[1]] #1st list component [[1]] #??? Estimate?? Std. Error????? z value???? Pr(>|z|) # pm10 #5.999185e-04 1.486195e-04 4.036606e+00 5.423004e-05 #[[2]] #??? Estimate?? Std. Error????? z value???? Pr(>|z|) #ozone #0.0010117294 0.0003792739 2.6675428048 0.0076408155 #[[3]] #???
2006 Aug 12
5
In place editing on a list - not passing ID through
I want to do in-place edits on a list of data, but I''m having trouble getting the ID passed through to the controller. I use this in my view to create the field: <% for frame in @frames %> ... <%= in_place_editor_field :frame, :price %> <% end %> and this produces the following in my output: <span class="in_place_editor_field"
2006 Jul 31
2
ambiguous column name in has_many :through
In my application model I have three classes: Accounts, Projects, and Items class Accounts < ActiveRecord::Base has_many :items, :through => :projects, :source => :items has_many :late_items, :class_name => ''Item'', :through => :projects, :conditions => [''due_on < ?'', Time.now], :source => :items end class Projects <
2006 Mar 14
3
Check whether externam URL is valid?
Hey, I have users entering URLs into my app, is there anyway in which I can check to see if the URLs actually point to something before saving the user input? Maybe a kind of ''ping''-action that returns true on success? (btw: does anyone of a tentative release date for Rails1.1? I''ve been slobbering all over my RailsRecipes book and I can''t wait! Also, Scott
2019 Jan 13
2
Samba 4 users - UID/GID - or how to migrate
Hello, I try to migrate my old SAMBA Installation to a new Installation. SAMBA is running. But my Windows users can see the shares but cannot open Files. My old Installation /etc/samba/smb.con ...        workgroup = DUCK         server string = %h server (Samba, Ubuntu)         interfaces = eth0 192.168.1.200/255.255.255.0 localhost         bind interfaces only = Yes         security =
2017 Oct 10
4
ZFS with SSD ZIL vs XFS
Anyone made some performance comparison between XFS and ZFS with ZIL on SSD, in gluster environment ? I've tried to compare both on another SDS (LizardFS) and I haven't seen any tangible performance improvement. Is gluster different ?
2005 Nov 24
1
Autocompleting combobox: fact or fiction?
Hey, I''ve got a script.aculo.us autocompleting textfield that works wonderfully, but how do I make the value of the selected option submit with the form...for that matter, do autocompleting textboxes have ''option'' tags, or is what I want to do simply impossible 8[ Thanks, Gustav gustav-Y7mMFpLgOV2wB/GGPSRsq0B+6BGkLq7r@public.gmane.org -- Posted via
2011 Apr 15
2
source questions & intentions to patch: yp-timing & auth
Good Day, Looking at the SVN repo: there's 30+ commits since the 2.6.2 release; the last one from August 2009. Are there any intentions to roll a release anytime soon? Are there any more recent branches? I'm currently looking into extending icecast2 (more below) and am wondering if I should base the patches on 2.6.2+debian-fixes or work from svn-trunk? We are using a cluster of icecast
2001 Sep 25
2
problems with msdfs
We did some tests with msdfs on HP/UX with samba version 2.2.1.a and we found a strange problem. We create a msdfs root on a HP/UX system with samba version 2.2.1.a and create a link in it to an HP/UX system with samba version 2.0.7. We mapped the link in the msdfs root on a NT4 system to drive F. The share contains the source of samba and in explorer we went to :
2004 May 01
0
[LLVMdev] Open Source Contributions (was Re: Benchmarks)
On Sat, 1 May 2004, Reid Spencer wrote: > I'd be happy to contribute more and in fact, there are lots of things I > could and would contribute. Pretty much the only thing that stops me is > the project's CVS policy. Wow, I really had no idea that this was such a problem! > (erm, perhaps I'm just over-booked? :) Heh, I know a little bit of that feeling ;) > I need
2006 Jul 31
7
Problem with routes when I move the app to a different machine
Hi all: I have an application that runs great on my macbook pro, however, when I move the app to the production linux box, all routes fail except for the one I set up as the default: map.connect '':controller/:action/:id'', :controller => "Employee", :action => "status" I made sure the shebang line in dispatch.* was set to be OS independent