qemu-ppc error installation debian13
sacarde <[email protected]> Wed, 29 Jul 2026 22:55:51 +0200
| Newsgroups | gmane.linux.debian.ports.powerpc |
|---|---|
| Organization | sacarde |
| Message-ID | <[email protected]> |
hi,
I installed on VM using command:
$ sudo qemu-system-ppc -M mac99 -cpu G4 -m
1G -cdrom /mnt/sda2/debian-13.0.0-powerpc-NETINST-1.iso -boot
d -hda /mnt/sda2/deb-solo-ppc.img -vga std -monitor stdio -net
nic,model=e1000 -net tap,ifname=tap0
then I add packages and dependencies: lxdm, lightdm and fluxbox lxde-core
but when restart I view in dmesg:
163.678372] ------------[ cut here ]------------
[ 163.680011] UBSAN: shift-out-of-bounds
in /build/reproducible-path/linux-7.1.5/arch/powerpc/net/bpf_jit_comp32.c:624:27
[ 163.688606] shift exponent 32 is too large for 32-bit type 'int'
[ 163.689317] CPU: 0 UID: 985 PID: 500 Comm: sshd-auth Not tainted
7.1.5+deb14-powerpc #1 PREEMPTLAZY Debian 7.1.5-1
[ 163.689489] Hardware name: PowerMac3,1 7400 0xc0209 PowerMac
[ 163.689780] Call Trace:
[ 163.689876] [f1de1770] [c0eed680] dump_stack_lvl+0x50/0x78 (unreliable)
[ 163.691143] [f1de1790] [c08b9de8] ubsan_epilogue+0x10/0x40
[ 163.691288] [f1de17a0] [c08b98c8]
__ubsan_handle_shift_out_of_bounds+0x1c4/0x304
[ 163.691378] [f1de1820] [c0079160] bpf_jit_build_body+0x50d8/0x50fc
[ 163.691482] [f1de18e0] [c0072548] bpf_int_jit_compile+0x3e4/0x75c
[ 163.691572] [f1de19c0] [c029a708] __bpf_prog_select_runtime+0x1a4/0x434
[ 163.691669] [f1de19f0] [c0c4e1e4] bpf_prepare_filter+0x604/0x890
[ 163.691776] [f1de1a40] [c0c4e64c] bpf_prog_create_from_user+0xf0/0x154
[ 163.691869] [f1de1a80] [c01fa384] do_seccomp+0x374/0xd44
[ 163.691958] [f1de1ad0] [c00b4e74] sys_prctl+0x58c/0xc1c
[ 163.692048] [f1de1b20] [c0016020] system_call_exception+0xcc/0x14c
[ 163.692143] [f1de1f30] [c00221ac] ret_from_syscall+0x0/0x2c
[ 163.692246] ---- interrupt: c00 at 0xa75999b8
[ 163.692667] NIP: a75999b8 LR: 00bdb898 CTR: c00b2cec
[ 163.692740] REGS: f1de1f40 TRAP: 0c00 Not tainted (7.1.5+deb14-powerpc
Debian 7.1.5-1)
[ 163.692824] MSR: 0000d032 <EE,PR,ME,IR,DR,RI> CR: 2800046c XER: 20000000
[ 163.693230]
GPR00: 000000ab af6929d0 a7700a40 00000016 00000002 00ccaeb0
af692928 00000020
GPR08: ffffffc0 00000000 00000000 00000000 4074f8d7 00ccf8b4
00c8f6d4 00cd02b0
GPR16: 00c8f6fc af692a5c 00c7ab48 00c8f718 af692a74 00000000
00cd02a4 00f399a0
GPR24: 00c7af4c 00cd02b8 00f34cb0 00cd0298 00c8f6d4 00c8459c
00cd594c 00c91210
[ 163.694398] NIP [a75999b8] 0xa75999b8
[ 163.694471] LR [00bdb898] 0xbdb898
[ 163.694537] ---- interrupt: c00
[ 163.707367] ---[ end trace ]---
and running: journalctl -b -p err:
Jul 29 15:39:28 debian kernel: UBSAN: shift-out-of-bounds
in /build/reproducible-path/linux->
Jul 29 15:39:28 debian kernel: shift exponent 32 is too large for 32-bit
type 'int'
Jul 29 15:39:49 debian (systemd)[539]: PAM (systemd-user) /usr/lib/pam.d is
not supported on>
lines 1-3/3 (END)
what happens?
thanks
[email protected]