Displaying 20 results from an estimated 10000 matches similar to: "Libvirt from source problem"
2006 Apr 29
1
Ext3 Variables
Hello ,
i want to create a script that should automatically free the proxy partition i.e /var. I am able to create that script.
But the problem is that i don't know through which variables i can check my partition's space that show me full detail i.e remaining size, etc.
One for that is df -h and other fdisk -l /dev/hdxx.
But when i will use if state then which
2015 Sep 23
4
libvirtd service not starting
Hello, I'm new to using libvirt. After a few days of installing and removing libvirt, virt-manager and a few others to get VT-d working with a virtual machine, I finally got the latest virt-manager and libvirt installed from source to get the most recent versions. However, when I start up virt-manager I get a popup saying "Unable to connect to libvirt; Verify that the 'libvirtd'
2010 Apr 15
2
using nls for gamma distribution (a,b,d)
Dear all
i want to estimated the parameter of the gamma density(a,b,d)
f(x) = (1/gamma(b)*(a^b)) * ((x-d)^(b-1)) * exp{-(x-d)/a)} for x>d
f(x) = Age specific fertility rate
x = age
when i run this in R by usling nls()
gamma.asfr <- formula(asfr ~ (((age-d)^(b-1))/((gamma(b))*(a^b)))*
exp(-((age-d)/a)))
gamma.asfr1 <- nls(gamma.asfr, data= asfr.aus, start = list(b = 28, a = 1,
d= 0.5),
2009 Feb 10
1
Asterisk how many calls handle using H.323 to SIP conversion?
I have P4 2.50GHz RAM 4GB, Asterisk how many calls handle using H.323 to SIP
conversion on this server?
Regards,
---------------------------
Muhammad Asif Raza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090210/6d5cb26b/attachment.htm
2013 Sep 24
1
request for help in R
respectd sir,
i am working on regional frequency analysis of flood flow data and want to use packages lmomRFA, lmom, imomco,etc andby using these i want to find RMSE , errorbounds and absolute biase but could not make it clear to use, please help
regards
atta muhammad asif
assistant professor
atta_ycc@yahoo.com
[[alternative HTML version deleted]]
2013 Mar 12
1
RHEL 5 libvirt client - QEMU+SSH fails with "login authentication type 2" problem
Hi,
I have RHEL5 libvirt client compiled at ${BSPACE}/usrcisco
This client when connecting to a libvirtd/server fails to connect as follows
-bash-3.2$ ${BSPACE}/usrcisco/bin/virsh -c qemu+ssh://sarvi at cnh-nehalem-1/system?socket=/var//run/libvirt/libvirt-sock
error: failed to connect to the hypervisor
error: authentication failed: unsupported authentication type 2
I have the libvirt
2010 Sep 23
2
Announcing A Digital Media Primer for Geeks
Xiph.Org announces its first documentary video production: "A Digital
Media Primer for Geeks"
http://www.xiph.org/video/
"A Digital Media Primer For Geeks" is the first video from Xiph.Org,
presenting the technical foundations of modern digital media via a
half-hour firehose of information. Christopher "Monty" Montgomery, Red
Hat engineer and founder of the Xiph.Org
2014 Mar 07
3
"connection refused", but server is listening
netstat -lptu
gives me
tcp6 0 0 [::]:16514 [::]:* LISTEN
1314/libvirtd
so the server is correctly listening on interfaces.
My /etc/libvirt/libvirtd settings are defaulted.
My /etc/default/libvirt-bin has "-d -l" options so server is listening.
If I do virsh -c qemu://143.225.229.190/system (that is my ip or an ip
belonging to my network) I
2015 Jun 03
1
Samba 4.2 AD, DC and winbindd
On Wednesday, June 03, 2015 05:13 PM, Rowland Penny wrote:
> On 03/06/15 09:55, Jacky Chan wrote:
>> On Wednesday, June 03, 2015 04:47 PM, L.P.H. van Belle wrote:
>>> and as extra,
>>> Users which want to use the old samba 4.1 winbind on 4.2, need to set.
>>> server services = +winbind, -winbindd
>> Can anyone tell me the different between 4.1 winbind and
2015 Nov 30
2
restarting samba using a cron job on Debian
Thanks Rowland, for the thoughts.
> If you are running Samba4 as an AD DC, you should never start the nmbd
> deamon, you should also never start smbd manually.
Yes, I could optimize to use /etc/init.d/samba-ad-dc immediately,but in
fact this is what /etc/init.d/samba does. The messages with "AD DC
daemon" are generated by that script, and it is the failing one.
> What
2008 Nov 19
4
Configuring Rsync to run without any user input or Cron job.
Hi !
I would like to know if it's possible for Rsync to automatically mirror a
folder and it's content from one deamon to another. (or one client to a
deamon) Basically I want users to drag and drop files in a folder and Rsync
to mirror these files as soon as it sees them. A cron or schedule task is
not a viable solution since we can receive files any time of night or day
and we need to
virsh connect to xen:///system fails: "error: internal error: Unexpected driver type 'Xen' opened" ?
2020 May 04
2
virsh connect to xen:///system fails: "error: internal error: Unexpected driver type 'Xen' opened" ?
I'm setting up for libvirt remote access on a xend host.
On the host,
xl info | egrep "release|xen_version"
release : 5.6.10-24.gde48f93-default
xen_version : 4.13.0_12-lp151.700
systemctl --version
systemd 234
I've installed
rpm -qa libvirt-daemon-xen
libvirt-daemon-xen-6.2.0-lp151.890.1.x86_64
libvirtd --version
libvirtd (libvirt)
1997 May 25
5
signing syslog files with PGP
I am thinking about writing some sort of deamon which signs syslog
files with PGP.
This should help dedecting unauthorised changes in the syslog files.
What I have in mind works as follows:
Whenever a new line is added to a syslog file the existing syslog file
checked against the privious made signature. If the file passes this
test, the new line(s) is/are added. Then a new signature is
2008 Dec 15
1
rsync architecture
Hi All,
I am trying to see the rsync source code. I could see that there are main
three processes: I realize that Server or Client becomes Sender or Receiver
based on arguments provided.
1. Daemon
start_daemon : clientserver.c
2. Server
if(sender) {
call recv_filter_list : exclude.c
call send_file_list : flist.c
call send_files :
2015 Apr 23
3
RFC2307 attributes not being read by DC2 in 4.2.1
> with a samba 4.2.1 AD DC you automatically use the separate 'winbindd'
> deamon and the 'winbind' deamon built into the samba daemon should be
> ignored. There is no way that I know to 'disable' the winbind built into
> samba, but there is a way to turn it on and turn off 'winbindd', which
> is the way I suggested.
>
The Samba 4.2 release
2017 May 03
2
Re: Libvirtd freezes
On 05/01/2017 09:57 AM, Stefano Ricci wrote:
> 2017-05-01 7:32 GMT+02:00 Michal Privoznik <mprivozn@redhat.com>:
>> On 04/30/2017 07:12 PM, Stefano Ricci wrote:
>>
>>>
>>> The version used for backtrace is 3.2.0, now I have also tried the
>>> current downloaded with git but the problem is always present.
>>> This is the current version log
2015 Mar 19
3
Building libvirt 1.2.13 from source
Hello
I am trying to build libvirt 1.2.13 (latest) from source on a Ubuntu 14.04
64 bit box. After installing all the dependencies (libyajl, libdevmapper,
libpciaccess, libnl), I could finish the build and install. However,
invoking libvirtd throws this:
root@ubuntu:/home/hvishwanath/Downloads/libvirt-1.2.13# libvirtd
libvirtd: /usr/lib/libvirt-qemu.so.0: version `LIBVIRT_QEMU_1.2.3' not
2012 Nov 06
19
puppet failing to run
I am getting this error after installing puppet with gem
$ gem install puppet
Fetching: facter-1.6.14.gem (100%)
Fetching: puppet-3.0.1.gem (100%)
Successfully installed facter-1.6.14
Successfully installed puppet-3.0.1
2 gems installed
Installing ri documentation for facter-1.6.14...
Installing ri documentation for puppet-3.0.1...
Installing RDoc documentation for facter-1.6.14...
Installing
2012 Oct 31
3
error : virPidFileAcquirePath:345 : Failed to acquire pid file '/home/corey/.libvirt/libvirtd.pid': Resource temporarily unavailable
Hi all, When I try to start libvirtd, using "libvirtd -d", error notification shown below:error : virPidFileAcquirePath:345 : Failed to acquire pid file '/$HOME/.libvirt/libvirtd.pid': Resource temporarily unavailable Using "libvirtd -v", show: "libvirtd: error: Unable to obtain pidfile. Check /var/log/messages or run without --daemon for more
2001 May 03
1
[PATCH]: Addition to Cygwin README
Hi,
just a short addition to the Cygwin README. It would be nice to
include that into the repository.
Thanks,
Corinna
Index: README
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v
retrieving revision 1.4
diff -u -p -r1.4 README
--- README 2001/03/14 21:30:18 1.4
+++ README 2001/05/03 12:13:45
@@ -57,6 +57,13 @@