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 | Type 'help' for help | Logs: -> irc.armbian.com
BeachyHead has quit [Read error: Connection reset by peer]
BeachyHead has joined #armbian
Toasty has quit [Ping timeout: 256 seconds]
BeachyHead has quit [Read error: Connection reset by peer]
BeachyHead has joined #armbian
archetech has quit [Quit: Konversation terminated!]
sunshavi has joined #armbian
Net147 has quit [Quit: Quit]
Net147 has joined #armbian
Net147 has quit [Changing host]
Net147 has joined #armbian
Redentor has joined #armbian
Net147 has quit [Quit: Quit]
Net147 has joined #armbian
Net147 has joined #armbian
Net147 has quit [Changing host]
Net147 has quit [Remote host closed the connection]
Net147 has joined #armbian
Net147 has quit [Changing host]
Net147 has joined #armbian
Redentor has quit [Remote host closed the connection]
archetech has joined #armbian
BeachyHead has quit [Read error: Connection reset by peer]
BeachyHead has joined #armbian
<c0rnelius> if you review the contents of scripts you'll see the module.lds is missing? https://imola.armbian.com/beta/pool/main/l/linux-5.10.84-meson64/linux-headers-current-meson64_21.11.0-trunk.94_arm64.deb
<c0rnelius> When I explained the proper way Armbian should really go about this it got dismissed. Basically stop patching and cleaning the headers during creation and do so during installation. Keep copy of said file, clean, patch and make scripts. Not only does that fix the headers being fucked during cross compiling it also fixes any glbic error that may happen across releases. For example Jammy isn't using
<c0rnelius> the same version as Bullseye.
<c0rnelius> glibc*
stipa_ has joined #armbian
stipa has quit [Ping timeout: 250 seconds]
stipa_ is now known as stipa
samythemany has joined #armbian
threenp has joined #armbian
samythemany has quit [Quit: Bridge terminating on SIGTERM]
threenp has quit [Quit: Bridge terminating on SIGTERM]
samythemany has joined #armbian
threenp has joined #armbian
threenp has quit [Remote host closed the connection]
threenp has joined #armbian
samythemany12 has joined #armbian
BeachyHead has quit [Read error: Connection reset by peer]
samythemany has quit [Ping timeout: 276 seconds]
BeachyHead has joined #armbian
threenp1 has joined #armbian
samythemany121 has joined #armbian
samythemany1211 has joined #armbian
threenp11 has joined #armbian
samythemany12 has quit [Ping timeout: 276 seconds]
threenp has quit [Ping timeout: 276 seconds]
samythemany121 has quit [Ping timeout: 276 seconds]
threenp1 has quit [Ping timeout: 276 seconds]
threenp111 has joined #armbian
threenp1111 has joined #armbian
samythemany1211 has quit [Ping timeout: 276 seconds]
threenp11 has quit [Ping timeout: 276 seconds]
threenp111 has quit [Ping timeout: 276 seconds]
archetech has quit [Quit: Leaving]
Myron has joined #armbian
vpeter has quit [Remote host closed the connection]
vpeter has joined #armbian
adeepv has joined #armbian
Tsvetan has quit [Ping timeout: 252 seconds]
Toasty has joined #armbian
Tsvetan has joined #armbian
<stipa> c0rnelius: choose one you like https://tenor.com/search/stop-whining-gifs
<c0rnelius> I'll have to look later.
c0rnelius has left #armbian [WeeChat 3.0]
lanefu has joined #armbian
Myron has quit [Ping timeout: 268 seconds]
sunshavi has quit [Read error: Connection reset by peer]
sunshavi has joined #armbian
Myron has joined #armbian
TRS-80 has joined #armbian
MrFixIt has quit [Remote host closed the connection]
Myron has quit [Ping timeout: 240 seconds]
MrFixIt has joined #armbian
Toasty has quit [Ping timeout: 245 seconds]
Toasty has joined #armbian
<nekomancer[m]> nightly build for `helios64` turns turbines full throttle on boot and newer off.
<nekomancer[m]> 2-3 weeks it was work
Toasty has quit [Ping timeout: 256 seconds]
<Armbian-Discord> <T​onymac32> Hmmmm
<nekomancer[m]> ...aaaand — helios not goes shit down after cut of power (internal UPS present there)
<nekomancer[m]> oops — it turned off now... need to power it back on abd check for graceful shutdown was performed or just battery empty
awb99_ has joined #armbian
<nekomancer[m]> no trails of shutdown procedure in /var/log/messages. just boot. it means just eat all power from battery and cut off the power.
archetech has joined #armbian
alekksander has joined #armbian
archetech has quit [Quit: Konversation terminated!]
alekksander has quit [Read error: Connection reset by peer]
alekksander has joined #armbian
archetech has joined #armbian
bzyx has quit [Ping timeout: 268 seconds]
bzyx has joined #armbian
<stipa> nekomancer[m]: sounds like some process sucked all the power as fast as it could
<stipa> the first thing that comes to my mind is maybe some auto compilation
<[TheBug]> or sounds like an issue with your battery
<stipa> the fan spun so it must be that cpu got under load
<[TheBug]> well what I mean is you didn't have enough voltage
<[TheBug]> undervolt = turn off in a lot of cases
Lush-_ has joined #armbian
<stipa> it maybe turned off when the battery drained
<[TheBug]> well if the fan was full tilt it was taking a lot of voltage, so if CPU kicked up high at same time likely not enough voltage and poop
<stipa> yeah, low battery, since seems like sbc is not monitoring the battery and doesn't know when to shut down if battery gets low
<stipa> if there is some smarts then it's a bug probably
<stipa> that's the whole point of the ups
<stipa> drain itself and shut down properly not to fuck up data
<stipa> it drained but there's no shutdown signal in the logs
<[TheBug]> well he said the issue in his thesis statement so I think he knows the issue -- "nightly build for `helios64` turns turbines full throttle on boot and newer off."
<nekomancer[m]> htop show no load
<[TheBug]> yeah how are you controling the fan
<[TheBug]> on my hc4 I wrote my own script for it
<[TheBug]> I think they had a similar script type thing for it
<[TheBug]> just changes pwm speed based on SOC temp
<[TheBug]> the default on RockPro64 until you send any change is full speed
<[TheBug]> it could be this default changed
<[TheBug]> and the script expects by default it is off
<[TheBug]> and thus never changes the speed
<nekomancer[m]> my bad is I don't know how "it" controls the fan and checks for temperature and battert load. previously all that "just works". somewhere should be some scripts, but I don't know where and namres.
<nekomancer[m]> so, will dig into it.
<[TheBug]> um hc4 I think stole some of the script for it from helios
<[TheBug]> its probably a systemd unit that runs the script at boot
<[TheBug]> if I recall its just script that literally polls the SoC temp sensor and then send different values to pwm based on results
<[TheBug]> its not very difficult, if you find it I am sure you can easily mod it your self
<stipa> so what
<stipa> the fan drained the battery?
<[TheBug]> yeah, if left on high fans can use lots of power
<[TheBug]> especially at higher voltages
<stipa> ok, but why battery didn't turn off the helios?
<stipa> nekomancer[m]: what ups do you have?
<nekomancer[m]> helios64 have build-in battery and requred curcuit.
<nekomancer[m]> so, when it battery-powered, fan turned a littlo lowder.
<stipa> got it
<[TheBug]> then sounds like you have a bad battery if it still shut off without shutdown
<[TheBug]> hmm
<[TheBug]> what battery you using?
<stipa> something stniks
<stipa> stinks*
<[TheBug]> I feel like I am playing detective while nekomancer[m] knows all the answers already ;p
<nekomancer[m]> no. looks like sensors shows wrong data. (i still not investigate it, because there 23:11 now, it is noisy, and I can't have it "ON" until daytime — my family prepares to sleep
<[TheBug]> ahh
Toasty has joined #armbian
<[TheBug]> I see
<nekomancer[m]> will try to dig when nobody want to sleep in my flat
Toasty has quit [Ping timeout: 268 seconds]
<nekomancer[m]> When armbian-config.deb in repos will be actualised?
Lush-_ has quit [Quit: leaving]
awb99_ has quit [Quit: Connection closed for inactivity]
archetech has quit [Quit: Leaving]
archetech has joined #armbian
threenp1111 has quit [Ping timeout: 276 seconds]
archetech has quit [Quit: Leaving]
alekksander has quit [Quit: Konversation terminated!]
archetech has joined #armbian
kilobyte_ch has quit [Ping timeout: 252 seconds]
kilobyte_ch has joined #armbian