similar to: random "monitor socket did not show up"

Displaying 20 results from an estimated 200 matches similar to: "random "monitor socket did not show up""

2011 May 16
2
Howto set the option script=no for a tap device in the xml file
Hello, I am trying to run a virtual machine with qemu-kvm and libvirt as a user. In order to start the virtual machine I setup a tap device manually, add it to the bridge and activate it via ifconfig. But I cannot tell libvirt to not try to add the definded tap device to the bridge by itself. It always fails telling me it cannot add tap0 to br0. Thats the xml snippet for defining the network:
2010 Dec 31
1
livemigrate problems
hello everybody and happy new year! I am a newbie in libvirt use, and I use it mostrly throught OpenNebula. Anyway, I noticed that one of the nodes can be a destination of a livemigrate but not the source. This is the environment: 4 blades nicknamed(*) red3, red9, red10, red11, each with 8 Intel E5506 cores (@ 2.13GHz) running CentOS 5 and KVM as hyoervisor. (*) these are names I
2011 Mar 12
1
Migrating existing debian system to KVM/libvirt
I have a dying machine running debian etch that acts as a web/mail server that I would like to virtualize using debian/kvm/libvirt. Is it as simple as removing the hard-disk (multiple ext2/ext3 partitions) from the dying machine into my newer server and then writing a custom xml config file? Is there a tutorial on doing this somewhere? Thanks. Randy -------------- next part -------------- An HTML
2011 Sep 09
1
Slow performance - 4 hosts, 10 gigabit ethernet, Gluster 3.2.3
Hi everyone, I am seeing slower-than-expected performance in Gluster 3.2.3 between 4 hosts with 10 gigabit eth between them all. Each host has 4x 300GB SAS 15K drives in RAID10, 6-core Xeon E5645 @ 2.40GHz and 24GB RAM running Ubuntu 10.04 64-bit (I have also tested with Scientific Linux 6.1 and Debian Squeeze - same results on those as well). All of the hosts mount the volume using the FUSE
2013 Jun 25
6
Heterogeneous XCP 1.6 pool
Hi, I''ve been trying to use E5520 and X5650 together in an heterogeneous pool without success. I know the combination is not on the official XenServer supported list (http://hcl.xensource.com/CPUPoolsList.aspx), but I thought it would be possible to set the mask anyway and see for myself if the combination works… My problem is that the mask doesn''t "stick" after a
2012 Sep 13
5
random sampling inside a dataset
Hi all, I am wondering if do exist a function in R that allow me to sample or choose randomly the rows (i.e., samples) inside a given matrix. Thank you very much in advance. Cheers, -- Gian [[alternative HTML version deleted]]
2007 Jun 22
5
assert_select trying to verify the presence of a textarea
Hello, One of my functional tests looks like this: def test_presence_of_free_text profile = Profile.find :first post :edit, {:id => profile.id} assert_select "textarea", :name => "record[free_text_ec]" end The test results in a failure, because the element cannot be found. I''m pretty sure the element should be there, and I''ve tried
2014 Mar 05
1
Running configure from subdirectory of source tree
Hello everyone, I would like to seek your advice regarding a build (or rather "configure") problem I am running into. For reference, tests are all relative to a build from a 1.8.26.0 tarball, on Debian Wheezy. I would like to understand if it is possible, and if any of you have tried, to build Asterisk from a subdirectory of the source tree, i.e., from a clean source tree # mkdir
2008 Jun 01
0
[Announce] PySwfdec 0.6.6.2
I am pleased to announce version 0.6.6.2 of the Python bindings for PySwfdec. It is available at: http://www.gnome.org/~gianmt/pyswfdec-0.6.6.2.tar.gz MD5: d490f54816535468225e65a605c3763c The bindings are updated with the new Swfdec API 0.6.6 PySwfdec 0.6.6.2 (Jun 01 2008) =================================== o Fix swfdec.URL and make AsDebugger optional in swfdec.Player
2013 Mar 14
2
how to import DNA sequences in R
Dear all, I was wondering how to read DNA sequences in R, is there a specific function and/or a specific package for that? Thank you very much in advance, Gian ** [[alternative HTML version deleted]]
2013 Nov 26
1
Zabbix + samba4
Hello there, I'd like to know if there are some way to gather statistics from samba4, like quantities of active users and other things that it can offer then use it in zabbix to generate some graphs and triggers. I can do somethings in smbstatus of samba3, but i couldn't find anything like this in samba4. is there anybody here who could do it? Thank's a bunch! -- *Gian Luca
2008 Apr 17
1
cron, rsync and permissions
Hello, I am at my first attempts with scripting, cron, and rsync, so please bear with me... The scope is to backup two servers from a dedicated backup pc, with the following script: mv *.log archive rsync --log-file=oracle.log -av -e "ssh -i .ssh/rsync-key" gian@oracle:/home/gian/exp* oracle/ rsync --log-file=vib_home.log -av --delete --exclude=".*/" -e "ssh -i
2013 Mar 14
3
column and line graphs in R
Hi all, I would love to plot my data with R. I have abundance and frequency of fungal taxonomic data that should be plotted in the same graph. In Microsoft Excel is that possible but the graphic result is, as always, very poor. Is there a function that may let me plot these data in R? I have a matrix made of two columns, on is the relative abundance and the other is the relative frequency for
2012 Feb 16
2
help with e+01 number abbreviations
Dear List, I will appreciate any advice regarding how to convert the following numbers [I got in return by taxondive()] in numeric integers without the e.g. 6.4836e+01 abbreviations. Thank you very much in advance, Gian > taxa_dive Species Delta Delta* Lambda+ Delta+ S Delta+ Nat1 5.0000e+00 6.4836e+01 9.5412e+01 6.7753e+02 8.7398e+01 436.99 Nat2
2011 Mar 22
2
Data frame and function that requires vector as input
Hi, I have a data.frame(zscores) that looks like this: gA gB g1 0.2 0.6 g2 0.3 Na My problem is that I need to use a function and the output is a vector of only the non NA values, so shorter than the list I would obtain dropping the data.frame. What is the cleanest way to keep row and column names or putting the values back into the same data frame format? The function
2012 Feb 23
1
help - history()
Hi Members, Do exist the possibility to delete a command line into the history? Fo example. If I' ve typed a line code that is wrong, Can I delete it from the hostory in reason to do not save it in the .Rhistory file? Thanks for helping, Gian [[alternative HTML version deleted]]
2007 Jun 25
1
Functional tests and active scaffold: unexpected assertion failure.
Hello, I''m writing a functional test for a controller that uses active scaffold. def test_presence_of_field login_as(:peter) profile = Profile.find :first get :edit, {:id => profile.id} assert_response 200 assert_select "textarea#record_free_text_ec" end I was expecting the first ''assert 200'' to give me a green bar, but added it for
2002 Feb 12
2
APPLAUD.WAV problems
Hi! I am very pleased with the progress that Ogg is making, expecially after I read the latest comparision tests on http://ff123.net/128test/instruct.html that put OGG on top aside with MPC. BUT the APPLAUD.WAV test case ( http://lame.sourceforge.net/download/samples/applaud.wav ) still produces **VERY** easily audible high-frequency artifacts when encoded with OGG RC3 up to q4.9 (!!!). Things
2013 Nov 26
1
Import Schema from OpenLdap
Hello, everyone. I try to export schema to ldif file and import to samba with "/usr/local/samba/bin/ldbadd -H /usr/local/samba/private/sam.ldb schema.ldif" but it fails. "schema_data_add: updates are not allowed: reject request" Can someone tell if is possible import schema from openldap database to samba4? Thanks and sorry for my bad english. -- *Gian Luca Henriques*
2006 Nov 03
1
Logging AD domain name in access.log
Hi to all. Using Samba 3.0.22 on 2 identical systems (SLES 10). On the first system, Samba logs correctly AD domain name and user in the form DOMAIN+username in access.log. On the second one, it logs only the username, stripping away the domain name. The only difference is that the first system is part of a network with a w2003 server acting as a domain controller, while the second machine talks