ArmbianHelper changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Developer talk: #armbian-devel | Forum/Twitter feed: #armbian-rss | Logs: -> irc.armbian.com
norwich_ has joined #armbian
norwich has quit [Ping timeout: 258 seconds]
norwich_ is now known as norwich
pablocastellanos has quit [Ping timeout: 246 seconds]
pablocastellanos has joined #armbian
xoan6 has joined #armbian
xoan has quit [Ping timeout: 256 seconds]
xoan6 is now known as xoan
<Armbian-Discord> <W​erner> You already have two invite codes created
Malditron has quit [Quit: Konversation terminated!]
lemonzest has joined #armbian
xoan8 has joined #armbian
xoan has quit [Ping timeout: 256 seconds]
xoan8 is now known as xoan
<Armbian-Discord> <I​gorPec> anyone care to approve https://github.com/armbian/build/pull/3904
oida has quit [Quit: byez]
Smedles has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Smedles has joined #armbian
BLeist has joined #armbian
Mony has quit [Ping timeout: 256 seconds]
qqqhhh8611 has joined #armbian
qqqhhh861 has quit [Ping timeout: 260 seconds]
qqqhhh8611 is now known as qqqhhh861
wd has quit [Read error: Connection reset by peer]
wd has joined #armbian
wd has quit [Read error: Connection reset by peer]
kolla has quit [Quit: %fog relay%]
wd has joined #armbian
kolla has joined #armbian
sams has quit [Quit: priatno.]
sams has joined #armbian
xoan3 has joined #armbian
xoan has quit [Ping timeout: 256 seconds]
xoan3 is now known as xoan
crabbedhaloablut has quit [Write error: Connection reset by peer]
crabbedhaloablut has joined #armbian
oida has joined #armbian
BLeist has quit [Ping timeout: 252 seconds]
BLeist has joined #armbian
crabbedhaloablut has quit [Quit: No Ping reply in 180 seconds.]
crabbedhaloablut has joined #armbian
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #armbian
Smedles has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Smedles has joined #armbian
abws has joined #armbian
<abws> I attempt to interpret the kernel oops, addr2line and kernel script decode fails on armbian /boot/vmlinuz-xxx , I am on aarch64 helios64. How can I convert the kernel to be interpreted by kernel scripts ?
<abws> armbian kernel that is. I tried kernel script extract-vmlinux but it fails too (the decompressors it depends on are all installed)
xoan2 has joined #armbian
<abws> could it be that the compressed vmlinux is embedded in a second compression wrapper
xoan has quit [Ping timeout: 246 seconds]
xoan2 is now known as xoan
Mony has joined #armbian
archetech has joined #armbian
<abws> ok so it seems armbian vmlinuz is in kernel Image format, ie "Image is a kernel code that contains only binary data processed by objcopy. It is no longer in the elf format, but the kernel image in this format has not been compressed." per https://blog.katastros.com/a?ID=01500-6216729a-e728-44a6-93d8-1d3a66a283ac
<abws> could I download an versio of this armbian unstripped of its symbols ? like a debug package in debian ?
<Armbian-Discord> <M​anoftheSea> the aarch64 linux kernel isn't compressed in debian/armbian
<Armbian-Discord> <M​anoftheSea> you could build a kernel with the symbols you like yourself, from the linux-source package. At least, I think there's a linux-source package that the builder creates.
<abws> M​anoftheSea: how could I prevent objcopy from stripping the symbols in the kernel build (I prefer to build it with the vanilla armbian compile.sh toolchain
<abws> that is sad there is no package with the debug symbols ,-/
<Armbian-Discord> <M​anoftheSea> is there a specific linux-mainline Makefile target that you'd want?
Malditron has joined #armbian
<Armbian-Discord> <M​anoftheSea> or is it a kernel configuration option?
<abws> no, btw I know how to target a kernel version (I did a regression test once). But I don"t know how to change the commands called to build the kernel (and avoid it being stripped)
<abws> or maybe I can build it let it get stripped and copy the non stripped version from the build on the helios64 ... I think that would work
alekksander has joined #armbian
<abws> still I puzzled. Why not package the debug symbols ? That would greatly improves the readability of kernel oops
<archetech> size
<archetech> and rarity of need
<archetech> byo right on the board
<nekomancer[m]> /me try to solve the same, and to set a crash kernel, about a month ago. but unsuccessful.
<abws> kexec ?
alekksander has quit [Ping timeout: 256 seconds]
crabbedhaloablut has quit [Remote host closed the connection]
<nekomancer[m]> no
crabbedhaloablut has joined #armbian
BLeist has quit [Remote host closed the connection]
califax has quit [Remote host closed the connection]
califax has joined #armbian
califax has quit [Remote host closed the connection]
califax has joined #armbian
alekksander has joined #armbian
<abws> nekomancer[m]: sorry was away, what did you mean by "set a crash kernel" ?
lemonzest has quit [Ping timeout: 260 seconds]
<abws> I though you tried to debug from a second kernel via kexec when a crash occurs
lemonzest has joined #armbian
<abws> :) packages/armbian/builddeb debug symbols linux-image-"$BRANCH$LOCALVERSION"-dbg is created with kernel debug symbols if kernel config has CONFIG_DEBUG_INFO set to yes !
<abws> I looove when I attempt implementing a feature to find it is already there !
<Armbian-Discord> <T​enkawa> this has been genericly helpful for building my own pkgs
<Armbian-Discord> <T​enkawa> https://wiki.debian.org/DebugPackage
<abws> nekomancer[m]: from this page kexec is indeed what kdump relies upon https://medium.com/@christina.jacob.koikara/kexec-and-kdump-on-arm64-e456132d410f ?
<Armbian-Discord> <T​enkawa> I rarely need them anymore (used them much more back years ago)
<nekomancer[m]> abws: indeed.
<abws> <T​enkawa> armbian kernel doers not provides a dbg kernel
<abws> but I was after a compile.sh way to ship the debug symbols (as compile.sh clean the kernel binaries at the end of the build I was not able to do it manually (I was replay the debian dbg kernel rules by hand)
<abws> nekomancer[m]: I believe you can try kexec on its own then when it works try kdump
<abws> as far as I remind I failed to kexec when I tried 15 years ago
<Armbian-Discord> <T​enkawa> abws: indeed
<abws> but the doc was pretty scarce back then and kexec had bugs (I was running master code)
<nekomancer[m]> search for `CONFIG_DEBUG_INFO` returns 8 matches, but no one exact.
<abws> with kernel 5.15.35 on eemc I seems to have a kernel crash in the raid 10 code (when it attempts to resync itself, ie after an unrelated hard kernel crash). Then I cannot complete a boot without a crash util I reboot on my 5.10.65 kernel on sdcard. I do the raid mdadm readwrite on sdcard then I can boot on 5.15.35 emmc and all is fine (until my unrelated kernel hang happens and raid 10 attempts a new resync
<abws> I set CONFIG_DEBUG_INFO=y in userpatches/linux-rockchip64-current.config and back to compile.sh in armbian directory
lemonzest has quit [Quit: WeeChat 3.5]
archetech has quit [Quit: Konversation terminated!]
xoan0 has joined #armbian
xoan has quit [Ping timeout: 246 seconds]
xoan0 is now known as xoan
alekksander has quit [Quit: Konversation terminated!]
abws has quit [Ping timeout: 244 seconds]
schwarz_Kat has joined #armbian
<schwarz_Kat> Armbian mirror with expired certificate reported in the forum. Confirmed: xogium.performanceservers.nl uses an invalid security certificate. The certificate expired on 08/06/22 16:03. The current time is 18/06/22 11:50. (Error code: SEC_ERROR_EXPIRED_CERTIFICATE)