similar to: LXC, libvrt-1.1.2-r3 (Gentoo), "/dev/tty12", mount /dev with inverse of 'nodev'?

Displaying 20 results from an estimated 800 matches similar to: "LXC, libvrt-1.1.2-r3 (Gentoo), "/dev/tty12", mount /dev with inverse of 'nodev'?"

2013 Jul 12
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
The debug log ends with this: 2013-07-12 16:43:31.740+0000: 21365: debug : virCgroupMakeGroup:708 : Make group /machine/dwj-hfax-dev.libvirt-lxc 2013-07-12 16:43:31.740+0000: 21365: debug : virCgroupMakeGroup:729 : Make controller /sys/fs/cgroup/cpu/machine/dwj-hfax-dev.libvirt-lxc/ 2013-07-12 16:43:31.740+0000: 21365: debug : virCgroupMakeGroup:729 : Make controller
2013 Jul 12
2
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
Update: I am able to edit the XML in "dwj-hfax-dev" such that libvirtd no longer crashes, and edit the XML for "dwj-lnx-dev" such that it will crash. The presents of "<seclabel type='none'/>" near the bottom causes libvirtd to crash. I do not recall ever manually adding that to my domain. In any event, libvirtd should probably not crash due to the
2013 Jul 12
2
libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
Hello all, I have two issues: 1) I am unable to start a seemingly correct LXC domain (I cloned it from a working domain). 2) I am able to crash "libvirtd" by attempting to start the cloned domain, but starting the original works just fine. I humbly submit that item #2 is a bug - the "libvirtd" daemon should never crash due to anything the "libvirt" client
2013 Sep 10
3
libvirt-1.2.2-r1 (Gentoo) fails to start LXC containers
I recently upgraded "libvirt" on Gentoo to 1.2.2-r1 (latest available). I have not used LXC containers for a few weeks, so I don't recall what version of libvirt I was using when my container last booted successfully. Unfortunately, Gentoo's portage tree does not offer any previous versions of libvirt that I could downgrade to. TL;DR: My container is configured to use
2013 Sep 10
2
Re: libvirt-1.1.2-r1 (Gentoo) fails to start LXC containers (subject line minor edit, was libvirt-1.2.2-r1)
On Tue, Sep 10, 2013 at 1:34 PM, Doug Goldstein <cardoe@gentoo.org> wrote: > On Tue, Sep 10, 2013 at 9:09 AM, Dennis Jenkins > <dennis.jenkins.75@gmail.com> wrote: > > Yeah our security people got a bit over zealous. That's being rectified. > > :) > > > > TL;DR: My container is configured to use "br0" for its networking. "br0"
2013 Sep 11
2
Re: libvirt-1.2.2-r1 (Gentoo) fails to start LXC containers
On 09/11/2013 04:44 PM, Daniel P. Berrange wrote: > On Tue, Sep 10, 2013 at 09:09:44AM -0500, Dennis Jenkins wrote: >> I recently upgraded "libvirt" on Gentoo to 1.2.2-r1 (latest available). I >> have not used LXC containers for a few weeks, so I don't recall what >> version of libvirt I was using when my container last booted successfully. >> >>
2013 Sep 11
0
Re: libvirt-1.2.2-r1 (Gentoo) fails to start LXC containers
On Tue, Sep 10, 2013 at 09:09:44AM -0500, Dennis Jenkins wrote: > I recently upgraded "libvirt" on Gentoo to 1.2.2-r1 (latest available). I > have not used LXC containers for a few weeks, so I don't recall what > version of libvirt I was using when my container last booted successfully. > > ostara ~ # tail /var/log/libvirt/lxc/dwj-hfax-dev.log > 2013-09-10
2012 May 14
0
libvirt, lxc, "/dev/log" ENOENT
Hello. I am experimenting with LXC via libvirt on my Gentoo development system. I can start the LXC domain and connect to its console. However, I am unable to login as root. I've used "chroot" and "passwd" from the host system to explicitly set the root password. Still no luck. So I began debugging.... I ran "strace" on the container's
2013 Jul 15
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
On 12.07.2013 20:32, Dennis Jenkins wrote: > Update: I am able to edit the XML in "dwj-hfax-dev" such that libvirtd > no longer crashes, and edit the XML for "dwj-lnx-dev" such that it will > crash. > > The presents of "<seclabel type='none'/>" near the bottom causes > libvirtd to crash. > > I do not recall ever manually adding
2013 Jul 15
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
Ah ha! I just learned about "gdb bt full". The existing core dump might have what you need: Line #442. However, the line numbers for the source code in the source tree that my Gentoo system is building from does not match exactly what you listed. Line #442 for me is the one containing the "STREQ" macro: virObjectLock(mgr); for (i = 0; i < vm->nseclabels; i++)
2014 May 30
2
Libvrt Migrate an Offline VM
Hi, Is it possible to migrate an Offline VM using libvirt API ? Regards Sijo Jose
2013 Feb 08
1
libvirt v1.0.2 fails to boot LXC container, but v1.0.0 works
Hello. tl;dr = v1.0.0 can boot my LXC containers, v.1.0.1 and v.1.0.2 fails. Paraphrased error message: "lxcContainerMountProcFuse:616 : Failed to mount ..../meminfo" I'd like to know if my host is misconfigured, or my domains, or ... why 1.0.2 and 1.0.1 are not working for me. I've been using libvirt for a while to manage QEMU instances. I have experimented with lxc.
2013 May 14
1
Unable to start LXC on Gentoo w/ libvirt 1.0.4 or 1.0.5. 1.0.3 works
Hello. I use libvirtd on my Gentoo development system to manage both QEMU and LXC. When 1.0.3 came out, I updated to it from 1.0.3-r2, but 1.0.4 failed to start my LXC containers. I did not research the issue at the time, so I revert to 1.0.3-r2. Today I updated to 1.0.5 and my LXC containers still fail to start. I have not changed my domain XML at all. I am looking for suggestions on
2008 Jan 06
1
Which RPM of Hylafax+ should I use?
I want to install Hylafax+, IAXmodem, and T38modem on my Trixbox 2.4 which is built on Centos 5.1 ("vmlinuz-2.6.18-53.1.4.el5"). Over at http://sourceforge.net/project/showfiles.php?group_id=148904 there are Hylafax+ rpms for: Fedora 7,8 Fedora Core 2,5,6 Redhat 7,9 I **think** Fedora Core 6? IAXmodem is only available in source at
2013 Nov 24
0
MultiTech MT5634ZBA usb modems
Everyone, I have a centos 5.10 machine set up to be a fax server using hylafax+ with three multitech MT5634ZBA modems. I am still in the testing phase of using this system for production, and during my tests I have detected a problem I have not been able to solve except for unplugging the modem from the usb port and plugging it back into the usb port. In the middle of a fax production of
2016 Jan 26
0
Hylafax without modems - SIP?
On Tue, January 26, 2016 04:57, Gary Stainburn wrote: > I've just had to replace my Hylafax server as the cooling fan in the > rack case has died and could not be replaced. > > My box runs three fax modems, one for each of the original 3 fax > machines that got skipped years ago. > > This means that I now have 3 lots of: > > USB to seral converter (new box
2013 Aug 04
1
ghostscript-8.70-14.el5_8.1.x86_64 & hylafax+ 5.5.3
I am having some problems with hylafax+ on CentOS 5.9 converting files into appropriate tiff files that are faxable; the problem is apparently fixed in ghostscript 9.07. The CentOS repositories currently have ghostscript-8.70-14.el5_8.1.x86_64 I surely appreciate the maintainers of the repositories; can any of you direct me to whom maintains ghostscript on the repository or when 9.07 is
2013 Apr 15
2
Asterisk, IAXModem and Hylafax
Arch = x86_64 OS = CentOS-6.3 (FreePBX) Asterisk = 11.3.0 (FreePBX) Hylafax+ = 5.5.3 (epel) I am installing an Asterisk server with the intent of having it act as our fax server. The Asterisk system was installed using the current FreePBX distro which is reputedly based on CentOS-6.3. I have installed Hylafax+ from epel and I have built and packaged IAXModem-1.2.0 for CentOS-6 using mock and
2009 Feb 26
6
HylaFax and Com Ports
I need to setup HylaFax which leads to my first question, anyone got an opinion on whether or not to use HylaFax or HylaFax+? Also, I have to setup a Digi serial port server for an external fax modem. Any reco''s on a robust unit that won''t need to be reset often? Thanks! jlc
2000 Feb 16
0
Freak thing happen with my samba!
Hey guys, my SAMBA server is crazy, it only accept connections after I connect to the internet. I tried all your tests, but nothing. the nmblookup is pointing to the right IP, but when I tried to connect with the smbclient or even with my win95 pc I do no get a response, I got this message: [root] samba# smbclient -L K-S_MACHINE -U root -I 127.0.0.1 Added interface ip=192.168.1.1