xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* OSSTest: .../osstest/debian-installer/amd64/current-wheezy/initrd.gz: No such file or directory
@ 2013-10-30 18:57 Dario Faggioli
  2013-10-30 19:09 ` Wei Liu
  0 siblings, 1 reply; 15+ messages in thread
From: Dario Faggioli @ 2013-10-30 18:57 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell, Ian Jackson, Wei Liu


[-- Attachment #1.1: Type: text/plain, Size: 5393 bytes --]

Hi,

I'm trying (again) to setup OSSTest for me in standalone mode (again
because I did it and succeeded once, but it was a while back and I'd
like to restart from scratch).

With the config file pasted at the end of this e-mail I managed to get
past standalone-reset:

dariof@hoopak:~/osstest.git$ ./standalone-reset 
ok.

Also:

dariof@hoopak:~/osstest.git$ ls /usr/groups/netboot//dariof/osstest/
debian-installer/  tmp/

dariof@hoopak:~/osstest.git$ ls /usr/groups/netboot//dariof/osstest/tmp/
ultralisk--initrd.gz

dariof@hoopak:~/osstest.git$ ls /usr/groups/netboot//dariof/osstest/debian-installer/
amd64/  armhf/  i386/

dariof@hoopak:~/osstest.git$ ls /usr/groups/netboot//dariof/osstest/debian-installer/amd64 -l
total 4
drwxr-sr-x 2 dariof xendev 4096 ott 30 18:27 2013-10-30-wheezy/
lrwxrwxrwx 1 dariof xendev   17 ott 30 18:27 current -> 2013-10-30-wheezy/

However, trying to run a ts-host-insall in a way that used to work for
me, here's what I get:

dariof@hoopak:~/osstest.git$ OSSTEST_JOB=test-amd64-amd64-xl ./ts-host-install host=ultralisk arch=amd64
2013-10-30 18:50:47 Z starting standalone.test-amd64-amd64-xl
2013-10-30 18:50:47 Z setting all_hostflags=arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
2013-10-30 18:50:47 Z setting arch=amd64
2013-10-30 18:50:47 Z setting buildjob=build-amd64
2013-10-30 18:50:47 Z setting debian_arch=amd64
2013-10-30 18:50:47 Z setting debian_kernkind=pvops
2013-10-30 18:50:47 Z setting kernbuildjob=build-amd64-pvops
2013-10-30 18:50:47 Z setting kernkind=pvops
2013-10-30 18:50:47 Z setting toolstack=xl
2013-10-30 18:50:47 Z setting xenbuildjob=build-amd64
2013-10-30 18:50:47 Z host: selected ultralisk <unknown-ether> 10.80.228.103
2013-10-30 18:50:47 Z power: setting 0 for ultralisk
Executing snmpset -v1 -c private 10.80.16.136 .1.3.6.1.4.1.318.1.1.12.3.3.1.1.4.3 i 2
Executing snmpset -v1 -c private 10.80.16.136 .1.3.6.1.4.1.318.1.1.12.3.3.1.1.4.2 i 2

2013-10-30 18:50:50 Z read /home/dariof/.ssh/authorized_keys ok.
2013-10-30 18:50:50 Z read /home/dariof/.ssh/id_dsa.pub absent.
2013-10-30 18:50:50 Z read /home/dariof/.ssh/id_rsa.pub ok.
2013-10-30 18:50:50 Z read id_rsa_osstest.pub ok.
2013-10-30 18:50:50 Z wrote /home/dariof/public_html/osstest/ultralisk_authkeys
2013-10-30 18:50:50 Z read overlay-local/etc/ssh/ssh_host_rsa_key.pub ok.
2013-10-30 18:50:50 Z adding host key for ultralisk.uk.xensource.com,ultralisk,10.80.228.103
2013-10-30 18:50:50 Z wrote /home/dariof/public_html/osstest/ultralisk_known_hosts
2013-10-30 18:50:50 Z wrote /home/dariof/public_html/osstest/ultralisk_overlay.tar
2013-10-30 18:50:50 Z wrote /home/dariof/public_html/osstest/ultralisk_overlay-local.tar
2013-10-30 18:50:50 Z wrote /home/dariof/public_html/osstest/ultralisk_X2flibX2fpartmanX2finitX2edX2f000override-parted-devices
2013-10-30 18:50:50 Z wrote /home/dariof/public_html/osstest/ultralisk_early_command-0
2013-10-30 18:50:50 Z wrote /home/dariof/public_html/osstest/ultralisk_X2flibX2fpartmanX2finitX2edX2f25erase-other-disks
2013-10-30 18:50:50 Z wrote /home/dariof/public_html/osstest/ultralisk_early_command-1
2013-10-30 18:50:50 Z wrote /home/dariof/public_html/osstest/ultralisk_late_command-0
2013-10-30 18:50:50 Z wrote /home/dariof/public_html/osstest/ultralisk_preseed
2013-10-30 18:50:50 Z warning: no firmware cpio found for firmware-bnx2 at /usr/groups/netboot//dariof/osstest/debian-installer/amd64/current-wheezy/firmware-bnx2.cpio.gz
tmp/t.ultralisk.initrd.cpio:	 93.4% -- replaced with tmp/t.ultralisk.initrd.cpio.gz
2013-10-30 18:50:51 Z using initrds: /usr/groups/netboot//dariof/osstest/debian-installer/amd64/current-wheezy/initrd.gz tmp/t.ultralisk.initrd.cpio.gz
cat: /usr/groups/netboot//dariof/osstest/debian-installer/amd64/current-wheezy/initrd.gz: No such file or directory
cat -- /usr/groups/netboot//dariof/osstest/debian-installer/amd64/current-wheezy/initrd.gz tmp/t.ultralisk.initrd.cpio.gz >/usr/groups/netboot/dariof/osstest/tmp/ultralisk--initrd.gz: 256  at Osstest.pm line 275.

Which is completely understandable, since there is no 'current-wheezy'
dir there. What I miss is from where that directory name comes from and
how to change that to something sensible via config file tweaks or
anything else.

So, what am I missing and/or doing wrong?

I tried to remove any reference to the firmware-bnx2 thing, but nothing
really changed.

Thanks and Regards,
Dario

--
config file:
DnsDomain uk.xensource.com
NetNameservers 10.80.248.2 10.80.16.28 10.80.16.67

DebianNonfreeFirmware firmware-bnx2

#DebianSuite squeeze
DebianSuite wheezy

TestHost ultralisk

HostProp_ultralisk_PowerMethod xenuse
HostProp_ultralisk_Build_Make_Flags -j16
HostFlags_ultralisk need-firmware-deb-firmware-bnx2

HostProp_DhcpWatchMethod leases dhcp3 dhcp.uk.xensource.com:5556

TftpPath /usr/groups/netboot/

DebianMirrorHost debian.uk.xensource.com

DebianPreseed= <<'END'
d-i clock-setup/ntp-server string ntp.uk.xensource.com
END

WebspaceUrl http://dt47.uk.xensource.com/~dariof/
WebspaceLog /var/log/apache2/access.log



-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-11-01  9:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 18:57 OSSTest: .../osstest/debian-installer/amd64/current-wheezy/initrd.gz: No such file or directory Dario Faggioli
2013-10-30 19:09 ` Wei Liu
2013-10-30 19:19   ` Ben Guthro
2013-10-30 21:39     ` Dario Faggioli
2013-10-31  9:45     ` Ian Campbell
2013-10-31 11:53       ` Ian Jackson
2013-10-31 12:48         ` Ben Guthro
2013-10-31 13:00           ` Ian Campbell
2013-10-31 13:13             ` Ian Campbell
2013-10-31 13:56               ` Ben Guthro
2013-10-31 14:15                 ` Ian Jackson
2013-10-31 14:22                   ` Ben Guthro
2013-11-01  9:21         ` Dario Faggioli
2013-10-30 21:36   ` Dario Faggioli
2013-10-31  9:48     ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).