search for: src_uri

Displaying 13 results from an estimated 13 matches for "src_uri".

Did you mean: drv_uri
2010 Nov 27
1
change date
...D5: '63dc8b7be4cd10375c5fbda893c780bc' and Got: 'db7bcaaa494804af361157a37c224dfa' Expected SHA256: '9debaf410636fa477e1e1f09fe0b16a1c2814afaf7195f34f29e4ce5b8debbbd' and Got: 'eed3493b1409d7100e0f983af0486bd7f8965e9e47b7a6d5ab8539b2dd3609aa' NOTE: Your checksums: SRC_URI[md5sum] = "db7bcaaa494804af361157a37c224dfa" SRC_URI[sha256sum] = "eed3493b1409d7100e0f983af0486bd7f8965e9e47b7a6d5ab8539b2dd3609aa" Greetings Klaus
2010 Aug 18
1
[PATCH] Setting the migration timeout to 3 minutes
...b/src/task-omatic/taskomatic.rb index 7de725d..0314e6a 100755 --- a/src/task-omatic/taskomatic.rb +++ b/src/task-omatic/taskomatic.rb @@ -548,7 +548,7 @@ class TaskOmatic dest_uri = "qemu+tcp://" + dest_node.hostname + "/system" @logger.debug("Migrating from #{src_uri} to #{dest_uri}") - result = vm.migrate(dest_uri, Libvirt::Domain::MIGRATE_LIVE, '', '', 0, :timeout => 60 * 50) + result = vm.migrate(dest_uri, Libvirt::Domain::MIGRATE_LIVE, '', '', 0, :timeout => 60 * 300) @logger.error "Error mi...
2010 Feb 16
1
[PATCH] Increase timeout for live migration
...b/src/task-omatic/taskomatic.rb index be244c9..c0a56b8 100755 --- a/src/task-omatic/taskomatic.rb +++ b/src/task-omatic/taskomatic.rb @@ -548,7 +548,7 @@ class TaskOmatic dest_uri = "qemu+tcp://" + dest_node.hostname + "/system" @logger.debug("Migrating from #{src_uri} to #{dest_uri}") - result = vm.migrate(dest_uri, Libvirt::Domain::MIGRATE_LIVE, '', '', 0, :timeout => 60 * 10) + result = vm.migrate(dest_uri, Libvirt::Domain::MIGRATE_LIVE, '', '', 0, :timeout => 60 * 50) @logger.error "Error mig...
2005 Aug 08
2
[LLVMdev] cfrontend building
...n I don't have a clue what this > problem is :) > > Reid. > Hallo, do you know if bootstrap is the default target? This is what I'm doing: <code> inherit eutils DESCRIPTION="C, C++ Frontend for Low Level Virtual _Machine" HOMEPAGE="http://llvm.org/" SRC_URI="http://llvm.cs.uiuc.edu/releases/${PV}/cfrontend-${PV}.source.tar.gz" LICENSE="llvm" SLOT="0" KEYWORDS="~ppc ~sparc ~x86" IUSE="" DEPEND= S=${WORKDIR}/cfrontend src_unpack() { unpack ${A} cd cfrontend mkdir build } src_compile() {...
2009 May 28
0
[PATCH server] Use qpid for migration and add more debugging to taskomatic.
...ode.hostname + "/system") - dst_conn = Libvirt::open("qemu+tcp://" + dest_node.hostname + "/system") - dom = src_conn.lookup_domain_by_uuid(vm.uuid) - dom.migrate(dst_conn, Libvirt::Domain::MIGRATE_LIVE) - src_conn.close - dst_conn.close + src_uri = "qemu+tcp://" + src_node.hostname + "/system" + dest_uri = "qemu+tcp://" + dest_node.hostname + "/system" + @logger.debug("Migrating from #{src_uri} to #{dest_uri}") + + result = vm.migrate(dest_uri, Libvirt::Domain::MIGRATE_LIVE, &...
2011 May 07
0
Modified dovecot_deleted_to_trash-0.3.ebuild plugin
...not compile. I have modified this to a working version - see below. # cat dovecot_deleted_to_trash-0.3.ebuild EAPI="2" DESCRIPTION="Deleted to trash IMAP plugin for Dovecot" HOMEPAGE="http://wiki2.dovecot.org/Plugins/deleted-to-trash" RESTRICT="nomirror" SRC_URI="http://wiki2.dovecot.org/Plugins/deleted-to-trash?action=AttachFile&do=get&target=deleted-to-trash-plugin_0.3_for_dovecot_2.tar -> ${P}.tar" LICENSE="" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" RDEPEND="net-mail/dovecot" src_u...
2005 Aug 08
0
[LLVMdev] cfrontend building
Stephan, I've seen this before. It happens when you do "make bootstrap" in llvm-gcc. While "make bootstrap" is the correct way to build GCC, its not the correct way to build llvm-gcc. Based on my experience with this, I suggest you completely erase your build tree and then follow the CFEBuildInstr.html instructions *to the letter* with zero deviations. If you
2005 Aug 08
0
[LLVMdev] cfrontend building
...> do you know if bootstrap is the default target? No, "all" is the default. > > This is what I'm doing: > <code> > inherit eutils > > DESCRIPTION="C, C++ Frontend for Low Level Virtual _Machine" > HOMEPAGE="http://llvm.org/" > SRC_URI="http://llvm.cs.uiuc.edu/releases/${PV}/cfrontend-${PV}.source.tar.gz" > > LICENSE="llvm" > SLOT="0" > KEYWORDS="~ppc ~sparc ~x86" > IUSE="" > > DEPEND= > > S=${WORKDIR}/cfrontend > > src_unpack() { > unpa...
2009 Jun 25
0
[PATCH] Extend timeouts on libvirt calls.
...l.undefine + result = pool.destroy(:timeout => 60 * 2) + result = pool.undefine(:timeout => 60 * 2) end end @@ -534,7 +534,7 @@ class TaskOmatic dest_uri = "qemu+tcp://" + dest_node.hostname + "/system" @logger.debug("Migrating from #{src_uri} to #{dest_uri}") - result = vm.migrate(dest_uri, Libvirt::Domain::MIGRATE_LIVE, '', '', 0, :timeout => 60 * 4) + result = vm.migrate(dest_uri, Libvirt::Domain::MIGRATE_LIVE, '', '', 0, :timeout => 60 * 10) @logger.error "Error migr...
2005 Aug 08
2
[LLVMdev] cfrontend building
Am Montag, 8. August 2005 04:15 schrieb Chris Lattner: > > I have never seen this, and don't really have any ideas. What configure > options did you use? Did you follow the directions here? > > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html > Yes I followed those instructions - almost. This is my configure line: ../src/configure --prefix=/usr --disable-threads
2003 Nov 06
2
Gentoo ebuild
...-------------------------- # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="wxRuby are Ruby language bindings for wxWindows GUI toolkit" HOMEPAGE="http://rubyforge.org/projects/wxruby/" SRC_URI="http://rubyforge.org/download.php/60/wxruby-0.1.0.tgz" LICENSE="wxWinLL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.0 >=x11-libs/wxGTK-2.4.1" src_compile() { if [ `use unicode` ]; then einfo...
2009 Jul 10
6
Login Fails: epoll_ctl(1, 7): Operation not permitted
Working on setting up dovecot and having trouble logging in. I get an error in logs (below) indicating Operation not Permitted. auth_debug doesn't help. Ideas? # dovecot --version 1.1.7 # dovecot -n # 1.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.29-gentoo-r5 i686 Gentoo Base System release 1.12.11.1 listen: *,[::] ssl_cert_file: /etc/ssl/dovecot/server.pem ssl_key_file:
2007 Jan 10
30
Anyway to "dynamically" start/stop mongrel based on web traffic?
Hey all - I''ve got a question that I haven''t seen addressed anywhere and was wondering if anyone has put any thought into it or not... Here''s my setup... I have several *small* sites running apache/mongrel. Each has a single mongrel instance. Most don''t get any traffic (no one reads my blog :). And I was thinking, I could host a couple of more