[QUOTE=jmozdzen;54927]Hi Malcolm,
have you had a look at the core file and/or ran strace against rhnreg_ks? That might help to identify where the problem origin is. Also have a look at the (httpd) logs on the SuMa machine, I guess you’ll find an error message with at least some details on the message exchange during registration.
I remember related problems in the x86_64 world (may have been CentOS), where finding the proper version of the RHN tool stack for the client was the basic issue. But in your scenario, these tools should be provided by the SUSE Manager / SLES (SuMa Tools) environment, so version conflicts shouldn’t happen.
Regards,
J[/QUOTE]
Hi
No coredumps, nothing in the apache2 logs, added --verbose and --nohardware to the rhnreg_ks section of the script etc…
rt_sigaction(SIGILL, {sa_handler=0xffff7e06a2d8, sa_mask=[ILL], sa_flags=SA_RESTART}, {sa_handler=SIG_DFL, sa_mask=[ILL], sa_flags=SA_RESTART}, 8) = 0
openat(AT_FDCWD, "/dev/mem", O_RDONLY) = 3
mmap(NULL, 32, PROT_READ, MAP_SHARED, 3, 0x3cb33000) = 0xffff80022000
munmap(0xffff80022000, 32) = 0
close(3) = 0
rt_sigaction(SIGILL, {sa_handler=SIG_DFL, sa_mask=[ILL], sa_flags=SA_RESTART}, {sa_handler=0xffff7e06a2d8, sa_mask=[ILL], sa_flags=SA_RESTART}, 8) = 0
rt_sigaction(SIGILL, {sa_handler=0xffff7e06a2d8, sa_mask=[ILL], sa_flags=SA_RESTART}, {sa_handler=SIG_DFL, sa_mask=[ILL], sa_flags=SA_RESTART}, 8) = 0
openat(AT_FDCWD, "/dev/mem", O_RDONLY) = 3
mmap(NULL, 285, PROT_READ, MAP_SHARED, 3, 0x3cb33000) = 0xffff80022000
--- SIGBUS {si_signo=SIGBUS, si_code=BUS_ADRALN, si_addr=0xffff800220dd} ---
+++ killed by SIGBUS (core dumped) +++
/bin/bash: line 676: 25582 Bus error (core dumped) /usr/bin/strace /usr/sbin/rhnreg_ks --verbose --nohardware --force --activationkey "$ACTIVATION_KEYS" $profilename_opt
*** Error: Registering the system failed.
Looks like it might be the call to /dev/mem for the RPi3…?
cat /dev/mem
cat: /dev/mem: Bad address