blob: aea72c1228cf6adada6d44d641cfd4247c99769c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
qemu-system-ppc : file systems are not shutting down clean
Launching a VM that has been shutdown gracefully ( via init 0) typically requires fsck to run when it is started ;
This indications data integrity issues;
The symptom can be seen by observing the fsck running when the VM restarted.
Install 14-04-LTS to a VM and the issue can be seen ;
(trusty)vnc@jade-rev4:/home2/qemu$ cat vm1/go.sh
mymac="52:54:00:12:34:10"
T=` echo $mymac | cut -d: -f5,6 | sed s/\://`
mytap="tap$T"
tunctl -d $mytap
tunctl -t $mytap
/usr/bin/qemu-system-ppc -M ppce500 -nographic -kernel jade-kernel.bin \
-initrd jade-initrd-2.0.bin -m 1G -enable-kvm \
-drive file=jade-ubuntu-14.04.raw,if=virtio \
-net nic,vlan=0,macaddr=$mymac \
-net tap,vlan=0,ifname=$mytap,script=/usr/local/bin/qemu-ifup \
-append "console=ttyS0 ssgyboot=break" \
-no-shutdown -no-reboot -name `basename $fp`
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: qemu-system-ppc 2.0.0~rc1+dfsg-0ubuntu3.1
ProcVersionSignature: Ubuntu 3.13.0-24.46-powerpc-e500mc 3.13.9
Uname: Linux 3.13.0-24-powerpc-e500mc ppc
ApportVersion: 2.14.1-0ubuntu3
Architecture: powerpc
Date: Mon May 19 17:01:14 2014
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: qemu
UpgradeStatus: Upgraded to trusty on 2014-04-29 (20 days ago)
|