Displaying 20 results from an estimated 1000 matches similar to: "[PATCH RFC V2 0/6] OSSTest: OVMF test job"
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
I''ve been working on this on the odd occasion, I think it mostly works,
or it did last I tried which was a while back. I''m sure it is too hacky
in places. My plan was to clean it up on the next test day.
I''m mostly just sending this for Wei''s benefit since he is independently
looking at adding Debian HVM guest tests for OVMF purposes.
Ian.
commit
2013 Nov 30
7
[xen-unstable test] 22184: regressions - trouble: broken/fail/pass
flight 22184 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/22184/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-qemuu-winxpsp3 7 windows-install fail REGR. vs. 22106
test-amd64-i386-xl-win7-amd64 9 guest-localmigrate fail REGR. vs. 22106
Regressions which are regarded as
2006 Oct 03
3
debconf templating
Hello.
Hope you can help me further.
I can vaguely remember that once I saw a reference how to preconfigure
debconf in puppet manifests. So you can define answers in debconf inside
of manifests. No idea where anymore. Anybody knows?
greetinx
Christo
2017 Jul 10
7
[PATCH 0/5] various improvements for make-template.mk
Hi,
this series improves the generation of Debian templates, automating
basically almost all the steps needed.
Also, it fixes the generation of aarch64 images with NVRAM, which is
currently removed too soon, and thus not saved and compressed.
Thanks,
Pino Toscano (5):
builder: templates: update Debian preseed from Stretch
builder: templates: generalize debian location
builder: templates:
2013 Oct 11
9
[PATCH OSSTEST 0/6] Support for serial logs from marilith boxes
The marilith boxes use a conserver (http://www.conserver.com/) setup for
serial access. Our installation exports the logs via http allowing us to
grab them with wget.
Sending debug keys with is handled separately via xenuse. xenuse
ultimately speaks to the conserver too but it abstracts away the IP and
port to use so this is preferred.
With these changes the correct Serial hostprop for a
2010 Aug 20
1
Installing a VM to a virtio disk
When provisioning new VMs, is it possible to enable virtio for the guest's
storage at the time of the installation? When I try to do so, the Ubuntu
installer says, "No root file system is defined" when it gets to the
partitioning step.
Here's the disk option I'm giving to virt-install:
--disk pool=libvirt-pool,size=4,bus=virtio
(I'm also using
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
The previously selected 'atomic' recipe resulted in 2GB swap in a 6GB
volume. Also, we don't really need the boot partition, so just create a
partition using the whole disk space.
---
builder/templates/debian.preseed | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed
index
2015 Jul 17
3
ups does not reboot itself
El 16/07/15 a les 14:16, Charles Lepple ha escrit:
> On Jul 16, 2015, at 5:09 AM, dmanye <dmanye at urv.cat> wrote:
>
>> surprisingly, now both computers made the ups reboot !?!?!?!? so i've tried once more and confirmed that while forcing the reboot works, the computer itself does not reboot the ups when the battery is too low.
> I think you figured it out: the UPS
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich,
This series includes patches to make `make syntax-check` pass.
Some of the fix require change to maint.mk, but the file is not in git
repo. Is it intended?
Thanks!
Hu Tao (13):
syntax-check: dirty hack to pass bindtextdomain check
syntax-check: fix error_message_period check
syntax-check: fix makefile_at_at_check
syntax-check: fix prohibit_assert_without_use check
2007 Nov 06
1
Just a couple of hang-out install questions
Hello,
I am trying to do a non-interactive installation on a system with only a
serial port console. The serial port only piece is working and most of
the questions are pre-seeded (answered). However, I can't seem to
figure out what the question codes are for these last seven. :(
``debconf-get-selections'' did not print anything out that I can correlate
with these questions. Where
2004 Nov 02
2
Wierd 8.3 Name Mangling
I've installed Samba 3.0.7 (stock Debian package), but I'm having some
wierd problems with name mangling. The relevant lines in smb.conf are:
preserve case = yes
short preserve case = yes
mangled names = yes
mangle prefix = 5
mangling method = hash2
In a share, I did "touch test-file.GHO" to create a long filename. When
I do a "dir" under DOS,
2013 Oct 15
29
[PATCH 0/4] Reintroduce OVMF support
This small series reintroduces OVMF support in Xen
You can fetch working OVMF tree on:
git://xenbits.xen.org/people/liuw/ovmf.git master
Working changeset that can be sticked in Config.mk is:
8833370303d3bf3153760ee42760ef1b9b5c562
Note that VNC doesn''t work properly when using OVMF, but that''s not OVMF''s
problem. This issue should be addressed in Xen and I''m
2013 Nov 06
3
[OSSTest PATCH 0/2] MegaRAID SAS support and RebootTimeExtra documentation
Hi Ian-s,
Two small patches for OSSTest.
The first one turns on compiling the Linux modules for MegaRAID SAS, needed for
the ultralisk machine in the Cambridge lab. The second adds an entry in the
README file about the RebootTimeExtra host property, which I also needed to use
for ulttralisk, as scrubbing 368GB of RAM really takes a lot!
git://xenbits.xen.org/people/dariof/osstest.git misc
Let
2008 Feb 08
10
Rsync 2.6.9 does not skip any files based on modification time
Hi
I am trying to rsync some ghost images from a windows client running Windows
XP to my Linux server. The problem is that rsync sends the complete files
again even if nothing changed on the client side. The only way to avoid this
is to use the "-c"-option but this takes nearly as long as uploading the
files would.
The server is running rsync-2.6.9, /etc/rsyncd.conf looks as follows.
2013 Nov 01
2
[PATCH OSSTEST] ts-xen-build: make collection on xen-syms optional
Fixes things on i386 for branches which no longer build an i386 hypervisor.
---
Osstest/TestSupport.pm | 8 ++++++--
ts-xen-build | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm
index 1ac4cf7..d2e29d0 100644
--- a/Osstest/TestSupport.pm
+++ b/Osstest/TestSupport.pm
@@ -846,6 +846,7 @@ sub get_stashed ($$) {
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
On Tue, Aug 15, 2017 at 12:06:09AM +0200, Florian Klink wrote:
> The previously selected 'atomic' recipe resulted in 2GB swap in a 6GB
> volume. Also, we don't really need the boot partition, so just create a
> partition using the whole disk space.
> ---
> builder/templates/debian.preseed | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
2011 Jul 11
1
Installing Ubuntu 10.04 XenCenter
I''m attempting to load Ubuntu 10.04 x64 using this tutorial here:
http://community.citrix.com/display/xs/Installing+Ubuntu+Server+10.04+%2832bit+and+64bit%29+LTS
I''ve folowed the instructions to step number 3 and am at this point here:
-- quiet console=hvc0 partman/default filesystem=ext3
The problem is... i think, that I want to use XFS like this:
-- quiet console=hvc0
2005 Oct 07
1
tftp pxe and dos
So I have a few questions. I have already made the base part of making a
windows TFTPD running with memedisk. So that part works, but what I was
wondering, if there is a way to some how add an option to the config file.
What I have is something like this:
label winstall
kernel unattended/memdisk
append initrd=unattended/winstall.imz
That all works great, However, for each image, I have
2019 Sep 26
1
[PATCH] builder: templates: set "unassigned" hostname
By default the installer will set the hostname to what the DHCP returns,
exposing details of the machine where make-template.ml runs.
Instead, force "unassigned-hostname.unassigned-domain" as hostname, so
plays nicely with the hostname setting code in virt-customize.
---
builder/templates/debian.preseed | 2 +-
builder/templates/ubuntu.preseed | 5 +++++
2 files changed, 6
2016 Jul 09
2
IRC question about virt-builder ubuntu-* images
22:06 < adam12> rwmjones: If you're still around, just curious - any reason why the ubuntu14 image doesn't come with `dpkg-reconfigure openssh-server`
already configured for firstboot?
The reason is because I couldn't work out how to automate this in the
preseed script. If you want to have a go, then see: