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
Malditron has joined #armbian
amazingfate has quit [Ping timeout: 244 seconds]
<c0rnelius>
In my experience that build error is not really docker related, but Linux 5.17.y and up related across all hosts. Might be better just to add it as the default regardless of how one is building.
<c0rnelius>
As it creates no ill effects from what I can tell, would be worth to do so.
lemonzest has quit [Quit: WeeChat 3.5]
amazingfate has joined #armbian
crabbedhaloablut has quit [Remote host closed the connection]
Net147 has quit [Read error: Connection reset by peer]
Net147 has joined #armbian
lemonzest has quit [Quit: WeeChat 3.5]
walking_dead has joined #armbian
norwich_ has joined #armbian
norwich has quit [Ping timeout: 246 seconds]
norwich_ is now known as norwich
sunshavi has quit [Ping timeout: 255 seconds]
sunshavi has joined #armbian
walking_dead_ has joined #armbian
walking_dead has quit [Ping timeout: 240 seconds]
walking_dead_ is now known as walking_dead
<Armbian-Discord>
<Zanoryt> What's the correct way to change the hostname during build?
<Armbian-Discord>
<Zanoryt> I tried putting hostnamectl set-hostname ${HOSTNAME} in customize, but of course that won't work because systemd is not up during build.
<Armbian-Discord>
<ManoftheSea> Write to /etc/hostname
<Armbian-Discord>
<ManoftheSea> And hosts
<Armbian-Discord>
<Zanoryt> That's it? That wouldn't account for /etc/hosts either
<Armbian-Discord>
<Zanoryt> yeah
<Armbian-Discord>
<Zanoryt> Piece of cake... #!/usr/bin/env bash current_hostname=$(cat /etc/hostname) new_hostname=$1 echo "Current hostname is $current_hostname" echo "New hostname is $new_hostname" #change hostname in /etc/hosts & /etc/hostname sudo sed -i "s/$current_hostname/$new_hostname/g" /etc/hosts sudo sed -i "s/$current_hostname/$new_hostname/g" /etc/hostname
<Armbian-Discord>
<Zanoryt> How do you make a script run on first boot?
<[TheBug]>
google rc.local
lemonzest has joined #armbian
<Armbian-Discord>
<Zanoryt> I'm familiar with rc.local, but that's not ideal.
<Armbian-Discord>
<Zanoryt> I have a systemd service that I am installing, and I can just have the script that runs check for something like .firstrun and then remove it after.
<Armbian-Discord>
<Zanoryt> I suppose that'll work
<Armbian-Discord>
<Zanoryt> But if there was already a hook I can catch, that would be even better.
<Armbian-Discord>
<IgorPec> rc.local exists, but its not ideal. systemd startup script like on any systemd system
<Armbian-Discord>
<Zanoryt> @IgorPec does the first run package throw any hooks by any chance?
<Armbian-Discord>
<IgorPec> no, was not designed that way
<ArmbianHelper>
^ User Configurations - Armbian Documentation
<Armbian-Discord>
<IgorPec> in the image gen proces
<Armbian-Discord>
<Zanoryt> Yeah, I just added to my customization script to touch a .needs-first-run file and my systemd service will look for that (and remove it after).
<Armbian-Discord>
<Zaza> here
<Armbian-Discord>
<IgorPec> yes. let me do some status update
<Armbian-Discord>
<IgorPec> images has been uploaded and until they are not synched around network, download is very slow
<Armbian-Discord>
<IgorPec> i am checking now if there are some troubles, missing images
<ArmbianHelper>
^ Update changelog for 22.05 by igorpecovnik · Pull Request #216 · armbian/documentation · GitHub
<Armbian-Discord>
<Werner> fingered
<Armbian-Discord>
<IgorPec> ok, still have to write some general purpose release text
<Armbian-Discord>
<IgorPec> so will do that in one streak
<Armbian-Discord>
<bret> poor dotsrc mirror must be getting tanked at the moment
<Armbian-Discord>
<Zanoryt> not a bad idea, let me look
<Armbian-Discord>
<IgorPec> haha, downloading at 1.83GBit/s
<Armbian-Discord>
<IgorPec> this is our mirror
<Armbian-Discord>
<bret> Think mine are pulling about 1.4Gbit between them, though most of that being the Madrid one, Singapore and Sydney understandably not having a fun time
<Armbian-Discord>
<bret> I should test the private networking I have between these and see if it's quicker to pull to one and then internally from that. Sounds like a lot of effort though tbh
<Armbian-Discord>
<Werner> Well dotsrc not getting hit from me. I get connection reset by peer when trying to sync
<Armbian-Discord>
<IgorPec> haha
<Armbian-Discord>
<bret> hol' up, I think I may actually need to take my latest 2 off for a few minutes and allocate some more disk to them, not sure how much this release is going to add exactly - or hm, is it knocking off the oldest version and they'll get deleted too?
<Armbian-Discord>
<IgorPec> should not be big diff in size
<Armbian-Discord>
<IgorPec> we keep oldest in different repository
walking_dead has quit [Quit: walking_dead]
<Armbian-Discord>
<IgorPec> archive.armbian.com contains old images, main download just latest
walking_dead has joined #armbian
<Armbian-Discord>
<bret> hm OK, can't remember if rsync would delete at the beginning or the end of the process, I guess the end would make more sense and could pose a problem but let's see
<Armbian-Discord>
<bret> can see the Madrid one has hit 597GB now so yeah, going to run out on the others, oops
<Armbian-Discord>
<IgorPec> flood gate is open, nothing can be done 🙂
<Armbian-Discord>
<IgorPec> i think i'll publish official announcement tomorrow morning, was tackling technical issues whole day in order to get this out
<Armbian-Discord>
<Zaza> cool
<Armbian-Discord>
<IgorPec> in case you find something, open a bug in Jira
walking_dead has quit [Quit: walking_dead]
<Armbian-Discord>
<Zaza> ok
<Armbian-Discord>
<Zaza> anything else for the meeting?
<Armbian-Discord>
<Royal DeMaria> Dear development team and contributors, thanks for your effort. I will try the updated version when my finals finished. I am sure that it is awesome 👌
<Armbian-Discord>
<bret> hmm, not sure if I'm missing something but were these supposed to be synced to /dl/XXXXX/archive/ as that's what mine seem to have done from dotsrc and that's what's pushing my disk space up it seems
lemonzest has quit [Quit: WeeChat 3.5]
alekksander has joined #armbian
mrueg has joined #armbian
<Armbian-Discord>
<bret> ah well, resized the others and they're now updating again, can check the /rc/ vs /archive/ stuff when I wake up - thanks again for all of the work put into the new release, shame everything is packed up to move apartments on Wed so I haven't had a chance to play 😦
alekksander has quit [Quit: Konversation terminated!]