similar to: Would this be considered a ubuntu or libguestfs issue?

Displaying 20 results from an estimated 2000 matches similar to: "Would this be considered a ubuntu or libguestfs issue?"

2015 Mar 18
2
Re: Would this be considered a ubuntu or libguestfs issue?
On 03/17/2015 05:52 PM, Richard W.M. Jones wrote: > On Tue, Mar 17, 2015 at 11:49:02AM -0400, Lee Revell wrote: >> virt-builder on a ubuntu guest when passed --update fails with >> "Unable ls -al to connect to Upstart": >> >> https://www.nesono.com/node/368 > > Possibly a libguestfs bug. What is the full debug output? What > version of Ubuntu? What
2015 Mar 18
0
Re: Would this be considered a ubuntu or libguestfs issue?
On Wed, Mar 18, 2015 at 09:57:41AM -0400, Lee Revell wrote: > On 03/17/2015 05:52 PM, Richard W.M. Jones wrote: > >On Tue, Mar 17, 2015 at 11:49:02AM -0400, Lee Revell wrote: > >>virt-builder on a ubuntu guest when passed --update fails with > >>"Unable ls -al to connect to Upstart": > >> > >>https://www.nesono.com/node/368 > > >
2015 Mar 17
0
Re: Would this be considered a ubuntu or libguestfs issue?
On Tue, Mar 17, 2015 at 11:49:02AM -0400, Lee Revell wrote: > virt-builder on a ubuntu guest when passed --update fails with > "Unable to connect to Upstart": > > https://www.nesono.com/node/368 Possibly a libguestfs bug. What is the full debug output? What version of Ubuntu? What version of libguestfs and how obtained? Rich. -- Richard Jones, Virtualization Group,
2015 Mar 10
5
Name resolution not working inside virt-customize
Hi! I am trying to use virt-customize to add packages to an image. However it seems that there is a problem where a resolv.conf is not being installed and thus package installation fails. The command is: virt-customize -v -x -a trusty-server-cloudimg-amd64-disk1.img --run-command "host openstack.org" I am having a hard time gathering complete output as the command seems to
2015 Mar 11
2
Re: Name resolution not working inside virt-customize
On 03/10/2015 05:12 PM, Richard W.M. Jones wrote: > Just for comparison, libguestfs 1.29.29 on Fedora host, plus > virt-builder, with a Fedora guest does this: > libguestfs 1.29.29 on a ubuntu 14.04 host with fedora-21 guest seems have no functioning network, it cannot ping the host. Is there some configuration required on the host? leer@eng-leer:~/libguestfs-1.29.29$ virt-builder
2015 Mar 11
1
Re: Name resolution not working inside virt-customize
On 03/10/2015 05:12 PM, Richard W.M. Jones wrote: > Just for comparison, libguestfs 1.29.29 on Fedora host, plus > virt-builder, with a Fedora guest does this: Hmm, something weird is going in with the output of virt-customize. leer@eng-leer:~$ virt-customize -a trusty-server-cloudimg-amd64-disk1.img --firstboot update-resolv-conf.sh --install mysql-server -v -x > virt-customize.log
2007 May 19
1
configuration & error help
Hi everybody, just a new face showing up looking for a little help configuring IceCast. Just installed the software with a few other programs in an attempt to start off my own internet radio station. Using SimpleCast to take the line-in and stream it to IceCast, which in-turn does the obvious and streams it to the internet. I'm looking at just creating a station of just 5 max users (for
2015 Mar 13
2
Re: Name resolution not working inside virt-customize
On 03/12/2015 04:35 AM, Richard W.M. Jones wrote: >> leer@eng-leer:~/libguestfs-1.29.29$ virt-builder fedora-21 >> --run-command "ping -c 4 172.16.12.200" >> [ 1.0] Downloading: http://libguestfs.org/download/builder/fedora-21.xz >> [ 1.0] Planning how to build this image >> [ 1.0] Uncompressing >> [ 28.0] Opening the new disk >> [ 31.0]
2015 Mar 13
3
Re: Name resolution not working inside virt-customize
On 03/13/2015 12:21 PM, Richard W.M. Jones wrote: > So what's happening is that /etc/resolv.conf in the appliance never > gets created. > Is the /dev/tcp test by IP evidence that the problem goes deeper than name resolution? > Run `./run virt-rescue --network --scratch' on the Ubuntu host and see if: > > - either dhclient or dhcpcd exists in the appliance > >
2015 Mar 12
2
Invalid module format errors, supermin waits forever for /sys/block/sdb/dev to appear
After failing to get things to work on a Ubuntu 14.04 host I build a fedora 21 environment to see if Ubuntu may have been the problem and didn't get quite as far so here's an official report per the FAQ directions: - Trying to get guests to build and have network access so package management actions can be done before uploading to openstack image service. - I ran ./run virt-builder
2007 Apr 07
3
Prompt for a PIN number to make long distance call?
I need to authenticate users to make long distance calls. Basically,when the user dials a long distance dialplan pattern, I want to prompt for his pin and look it up against a table of pins:usernames in a file. If it exists, I'll use the username in the cdr accountcode and permit the call. Authenticate() looked very promising nut I couldn't get the ma options to work. Any help is
2005 Sep 16
5
Table belongs_to self - good idea?
Hi, I have a somewhat complicated relationship question. I''ve been banging my head about this for some time and have given in and decided to ask the list :) Here''s what I''m trying to achieve: Products can have variants. For example, a t-shirt could come in small, medium and large, but also black, green and blue in the first two sizes, but only blue in large.
2012 Dec 07
3
Ubuntu upstart
I cannot find any good example of a unicorn upstart task that works properly for the following: * Upstart will restart if unicorn dies * Can send USR2 signal to unicorn to do a no downtime deploys * Able to stop upstart job, even after a deploy I have tried the following: expect fork respawn setuid www-data chdir /var/www/app/current exec bundle exec unicorn_rails -E production -c
2011 May 19
2
Unicorn preload_app and upstart
?Hi, I was wondering if anyone has managed to get the preload_app and SIGUSR2 combination working well with upstart? My issue currently is that when I perform a SIGUSR2 against the master, check everything''s working and close off the old master, upstart then attempts to restart it because the original PID/binary are no longer running. What is the correct way of handling this? In my
2013 Oct 11
2
upstart script for virtlockd
Hi all, Trying to test libvirt 1.1.3 with virtlockd locking my qcow2 images on a NFS storage between two kvm hosts. ./configure ... --with-init-script=upstart Libvirtd upstart script is actually well generated but I can't see nothing about virtlockd... or am I blind ? :) Nevertheless, running virtlockd -d && service libvirtd restart works fine. Am I wrong thinking that editing
2015 Nov 20
2
signal for shutdown in lxc driver
Hello! Try to use libvirt with lxc. I use latest centos6 amd64 as a libvirt host (libvirt from xen4 repo) libvirt-daemon-1.2.15-3.el6.x86_64 In container I also use latest centos6 amd64. Container starts with /sbin/init. CentOS 6 came with upstart as default init. My problem is that I could not shutdown container correctly with libvirt. virsh -c lxc:/// shutdown test Domain test is being
2015 Mar 13
4
Re: Name resolution not working inside virt-customize
On 03/13/2015 01:29 PM, Richard W.M. Jones wrote: > > I wonder why dhclient doesn't create /etc/resolv.conf . > FWIW, I've also found that on the fedora 21 host, supermin passes all 8 "make check" tests. On the Ubuntu 14.04 host, it fails 2 of 8. The log is attached. Additionally there are other weird differences, like /etc/passwd and /etc/shadow and many other /etc
2016 Aug 09
3
Single source repo, producing packages for CentOS 6 and 7, how?
Guys, I have a source code here, that produces RPM packages for CentOS 6, that includes an Upstart Job and a ugly and minimal Init Script. Now, I have it running on CentOS 7, via systemd, looks good! However, my RPM package for CentOS 7 still includes the useless Upstart and Init Scripts... So, here is the question: How are you guys managing this? I mean, I would like to have 1 single
2013 May 03
2
rsync not running with upstart
Hi all, I need some help by solving a strange problem: Situation: I wrote a scrip that uses rsync to send backups to another server. It does something like: /usr/bin/rsync -azi --numeric-ids --exclude tmp --exclude var/spool/ --delete -e ssh root at 10.0.0.65:/ /storage/volumes/65 The script has a source file that dictates which servers to backup. E.g. several ip address are visited to
2016 Jan 29
2
respawning dead tinc process
I?ve been having the same issue with Ubuntu, thankfully we have access to Upstart: ``` start on (local-filesystems and net-device-up IFACE!=lo) stop on stopping network-services author "Mark Lopez" description "Tinc Upstart Job" version "0.1" env network=master respawn exec /usr/sbin/tincd -n "$network" -D --debug=3 --logfile ``` I removed the default