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 feed: #armbian-rss | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
<Armbian-Discord> <T​enkawa> I want to keep track if it shows up again
<Armbian-Discord> <m​eteyou> yeah... but this is my issue right now. i can build it in my VM, but not in my github workflow
<Armbian-Discord> <T​enkawa> I don't use github workflow only cli tools..
<Armbian-Discord> <m​eteyou> sometimes it works in my workflow. without any changes and also with the same branch (for example v22.11) and same settings, it fails sometimes
<Armbian-Discord> <m​eteyou> an example:
<Armbian-Discord> <m​eteyou> every week one build. nothing changed in my build settings and all 3 runs was with the v22.11 branch (i think also nothing changed in this time)
<Armbian-Discord> <T​enkawa> Ah yaml based too I read..
<Armbian-Discord> <T​enkawa> Does it have any way to ignore some of those conditionals like those .asc messages?
<Armbian-Discord> <T​enkawa> (or other custom rules)
<Armbian-Discord> <m​eteyou> no. nothing special in this workflow. only read the config files and start the build workflow of armbian with the settings of the config file
<Armbian-Discord> <T​enkawa> Yeah I'll have to ask about those files again... we had a quick chat about it last week.
<Armbian-Discord> <T​enkawa> Yeah it worked here too
<Armbian-Discord> <T​enkawa> [ o.k. ] Repeat Build Options [ ./compile.sh BOARD=orangepi3-lts BRANCH=current RELEASE=bullseye BUILD_MINIMAL=yes BUILD_DESKTOP=no BUILD_ONLY=default KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,img ]
<Armbian-Discord> <T​enkawa> So it must be very intermittent & tool dependent
<Armbian-Discord> <m​eteyou> yep. i think it have something with the github runner or github DNS (worst DNS ever) todo...
Suspect has quit [Remote host closed the connection]
Suspect has joined #armbian
aasami_ has quit [Read error: Connection reset by peer]
Suspect has quit [Remote host closed the connection]
Suspect has joined #armbian
alekksander has quit [Quit: Konversation terminated!]
norwich_ has joined #armbian
norwich has quit [Ping timeout: 252 seconds]
norwich_ is now known as norwich
Suspect has quit [Read error: Connection reset by peer]
schwar3kat has joined #armbian
Suspect has joined #armbian
Suspect has quit [Remote host closed the connection]
norwich has quit [Ping timeout: 252 seconds]
norwich has joined #armbian
norwich has quit [Ping timeout: 248 seconds]
lemonzest has joined #armbian
norwich has joined #armbian
Suspect has joined #armbian
norwich has quit [Ping timeout: 248 seconds]
darkgeekyang has joined #armbian
jclsn has quit [Ping timeout: 248 seconds]
jclsn has joined #armbian
Armbian-Discord has quit [Remote host closed the connection]
Armbian-Discord has joined #armbian
norwich has joined #armbian
norwich has quit [Client Quit]
norwich has joined #armbian
invisiblek has quit [Ping timeout: 252 seconds]
invisiblek has joined #armbian
norwich has quit [Quit: Have to go...]
stipa_ has joined #armbian
stipa has quit [Ping timeout: 246 seconds]
stipa_ is now known as stipa
Suspect has quit [Read error: Connection reset by peer]
Suspect has joined #armbian
Suspect has quit [Remote host closed the connection]
Suspect has joined #armbian
darkgeekyang has quit [Read error: Connection reset by peer]
darkgeekyang has joined #armbian
schwar3kat has left #armbian [Offline]
schwar3kat has joined #armbian
junaid_ has joined #armbian
<schwar3kat> Armbian build advice wanted. Armbian developer guide says the following about the pre_customize_image hook:
<schwar3kat> - This hook is called after customize-image-host.sh is called, but before the overlay is mounted.
<schwar3kat> - It thus can be used for the same purposes as customize-image-host.sh.
<schwar3kat> I can't find customize-image-host.sh. Does anyone know if it still exists, has been renamed, or does some process create it?
<schwar3kat> Or maybe it's a typo?
norwich has joined #armbian
archetech has joined #armbian
junaid_ has quit [Ping timeout: 246 seconds]
alekksander has joined #armbian
Laskolnyk has quit [Quit: leaving]
Laskolnyk has joined #armbian
zeemate has joined #armbian
<Armbian-Discord> <I​gorPec> those are probably network related errors. we are moving to new build script in 30-60 days where logging will be significantly improved and we will know for sure what is the reason. Caching rootfs is not a problem as we only provide caches for unmodified base. If you do customization, cache won't work.
<Armbian-Discord> <I​gorPec> schwar3kat: customize-image.sh is placed in userpatches/ folder and its run just before image clsoing and compressing
<schwar3kat> IgorPec: customize-image-host.sh is a typo and it should read customize-image.sh?
<Armbian-Discord> <I​gorPec> can you point me to the document?
<schwar3kat> Sorry - pre_customize_image not post_aggregate_packages
<Armbian-Discord> <I​gorPec> i think its wrong -host seems too much
<schwar3kat> Okay that makes more sense :)
<Armbian-Discord> <I​gorPec> yes, check in lib/functions/rootfs/customize.sh
<Armbian-Discord> <m​eteyou> thank you very much for your answer/description! i just need bullseye minimal builds for some SBCs without any customization and these are not available in the official releases. thats why i use my own workflow.
<Armbian-Discord> <m​eteyou> but this confirms my suspicion with the github network/dns.
<Armbian-Discord> <m​eteyou> feel free to ping me, if i should/could test something from the new build script.
<Armbian-Discord> <I​gorPec> https://www.armbian.com/partner-contact-form/
<schwar3kat> I​gorPec: One of the reasons that I was looking into hooks and extensions was to fix something that has been ohappening in a build for one of my boards. The realtek firmware installed is wrong/broken. apt-get install firmware-realtek fixes it. With a hook on the board file, I can fix it.
<schwar3kat> I don't really like this idea, but at the moment I can't understand how the realtek firmware in the build works. Is there anywhere I can look to see how the broken stuff is getting created?
darkgeek1 has joined #armbian
darkgeekyang has quit [Ping timeout: 248 seconds]
Suspect has quit [Quit: Leaving]
<schwar3kat> I was thinking of doing a pre_customize_image because I can fix the issue in userpatches customize-image.sh, but I had no luck with that hook and no example to follow. I did find a good way with post_family_tweaks and install_deb_chroot just like wireguard-tools.
<Armbian-Discord> <I​gorPec> which file this is?
<schwar3kat> I'm not sure that I am on the right track with this but I am getting a better understanding of the build scripts.
<Armbian-Discord> <I​gorPec> perhaps adjusting armbian firmware would do?
<Armbian-Discord> <I​gorPec> realtek firmware is coming from upstream, we don't maintain that
<Armbian-Discord> <I​gorPec> but you could simply extract contant (you need) and add to armbian-firmware
<Armbian-Discord> <I​gorPec> which hw you have problems with?
<schwar3kat> rtl8153 - rtl8153b-2.fw is the firmware.
<Armbian-Discord> <I​gorPec> upload those files here https://github.com/armbian/firmware/tree/master/rtl_nic
<Armbian-Discord> <I​gorPec> and done
<schwar3kat> I can do that. PR similar to the build repo? So those packages are manually maintained. Are those packages not kernel dependent? Could it not in theory break some older builds?
<Armbian-Discord> <I​gorPec> yes. there is one big place for firmware which is linux-firmware ... and we maintain our minimal version of firmware (this repo) ... -> armbian-firmware ... then there is package armbian-firmware-full ... which is linux-firmware + armbian-firmware
<Armbian-Discord> <I​gorPec> no, it will not break older builds as it doesn't exists and ...
<Armbian-Discord> <I​gorPec> firmwere-realtek = it exits in linux-firmware (which is a quite a big chunk) ... but Realtek company provides their firmware in minimal package. So does Intel and many others. But ... there is a mess with many different versions of chips, some names are overlapping and there is nothing we can do about
<Armbian-Discord> <I​gorPec> in some cases, it will break, yes, but we try to patch at least for our hardwre
<Armbian-Discord> <I​gorPec> some of those packages are kernel dependent, but in theory it means fw will get new version number
<schwar3kat> Okay... it seems a little messy. Could I break some other board's nic if I update it? I guess risk is low.
<Armbian-Discord> <I​gorPec> yes, its a messy area and Armbian is here trying to be as supportive as possible.
<Armbian-Discord> <I​gorPec> No way you can break anyone nic this way
<schwar3kat> Okay I will do a PR.
<Armbian-Discord> <r​pardini> Ref the customize filename, it might be a typo, or even a full delusion....
darkgeekyang has joined #armbian
darkgeek1 has quit [Ping timeout: 248 seconds]
darkgeek1 has joined #armbian
darkgeekyang has quit [Ping timeout: 248 seconds]
schwar3kat has quit [Ping timeout: 248 seconds]
darkgeekyang has joined #armbian
darkgeek1 has quit [Ping timeout: 248 seconds]
darkgeek1 has joined #armbian
darkgeekyang has quit [Ping timeout: 248 seconds]
danilogondolfo has joined #armbian
archetech has quit [Quit: Konversation terminated!]
archetech has joined #armbian
zeemate has quit [Ping timeout: 246 seconds]
junaid_ has joined #armbian
junaid_ has quit [Ping timeout: 268 seconds]
nickodd has joined #armbian
junaid_ has joined #armbian
Suspect has joined #armbian
danilogondolfo has quit [Remote host closed the connection]
Suspect has quit [Remote host closed the connection]
junaid_ has quit [Ping timeout: 255 seconds]
Suspect has joined #armbian
indy has quit [Ping timeout: 256 seconds]
zeemate has joined #armbian
junaid_ has joined #armbian
archetech has quit [Quit: Konversation terminated!]
rhagu has joined #armbian
<rhagu> Hi, i installed the minimal image on a raspberry and I saw journald and rsyslog in htop. Do I actually need both? What would rsyslog lgo, that journald doesn't log?
califax_ has joined #armbian
califax has quit [Ping timeout: 255 seconds]
califax_ is now known as califax
ikmaak has quit [Read error: Connection reset by peer]
ikmaak has joined #armbian
archetech has joined #armbian
nickodd has left #armbian [#armbian]
schwar3kat has joined #armbian
rhagu has quit [Quit: Leaving]
<Armbian-Discord> <R​ichN> well after reviewing the current armbian-config we need to add a desktops area whene you can select what desktop to install and the options to install cups/bluetooth/audio/libreoffice/gimp and other current desktop apps
<Armbian-Discord> <R​ichN> desktops should become minimal builds
<Armbian-Discord> <R​ichN> we can build the desktp deb pkgs for the desktops and release them
<Armbian-Discord> <R​ichN> but no longer have to put out large full desktop imgs
<Armbian-Discord> <R​ichN> just a thought
<Armbian-Discord> <R​ichN> this would lower the build times and lower the resources use time
<Armbian-Discord> <R​ichN> and allow for better maint of desktops
<Herc> on my odroidc2 I used tasksel to install a DT on a minimal bullseye img - wprked very well
<Herc> worked*
<Armbian-Discord> <R​ichN> yes but as it stands they would not be themed for armbian and someone would not want that
<Armbian-Discord> <R​ichN> I thogut tasksel also did not work on ubuntu
<Armbian-Discord> <R​ichN> or did they finally fix it
<Herc> dunno, I always disliked ubuntu, lol
<Armbian-Discord> <R​ichN> yeah agree I am a debian guy also
<Armbian-Discord> <R​ichN> but it would have to be the same for both desktops to get minimal imgs going
<Armbian-Discord> <R​ichN> what sound system are you using when you install
<Armbian-Discord> <R​ichN> Herc ?
<Herc> I used an standard Samsumg TV set, it worked out of the box
<Armbian-Discord> <R​ichN> ?
<Herc> currently offline tho
<Armbian-Discord> <R​ichN> you build a tv img
<Herc> nah, standard armbian image + tasksel (mate IIRC)
<Armbian-Discord> <R​ichN> task-mate-desktop ?
<Armbian-Discord> <R​ichN> but it does not install sound by default
<Herc> I cant check just now, but IIRC it just worked
alekksander has quit [Quit: Konversation terminated!]
<Herc> it was a year ago or so
<Armbian-Discord> <R​ichN> ok I am looking at the pkg list for task-mate-desktop now and not audio like pa or pw
<archetech> I always prefer to install my own desktop env
<Armbian-Discord> <T​enkawa> same
junaid_ has quit [Remote host closed the connection]
<Armbian-Discord> <R​ichN> the desktop imgs where ment to make it easier to install on multi systems faster
<Armbian-Discord> <R​ichN> where everyon got the same desktops and tools
<Armbian-Discord> <R​ichN> but i having worked on them now for diff systems find making desktop imgs is nice but alot of work becaus eto followe what debian puts out as desktops now and following their bylaws to keep support and then trying to do the same for ubuntu its to hard to maintain
<Armbian-Discord> <R​ichN> I went beck tp debian side
<Armbian-Discord> <R​ichN> also having to build img for all the boards is resource and time consuming
<Armbian-Discord> <R​ichN> plus having no 2 people agree on what should be installed other then the basic working desktop is a pain
<Armbian-Discord> <R​ichN> plus at the time I was working on desktops people wanted out of the box ready to use experience.
<Armbian-Discord> <T​onymac32> Cli 4 lyfe
<Armbian-Discord> <T​onymac32> 😆
<Armbian-Discord> <R​ichN> lol
<Armbian-Discord> <R​ichN> mac 4 life
<Armbian-Discord> <R​ichN> riscv 4 life
<Armbian-Discord> <T​enkawa> 75% of my day on my mac is in cli so mac 4 life isn't valid in that retort lol
<p0g0> RichN, I just minutes ago, ran tasksel on the Armbian Jammy XFCE img for the Orange pi 5. Tasksel works, but it's not any help for my usage. The Armbian desktop is XFCE like enough, but if, for example, you use tasksel to install the "Debian Desktop" (no XFCE, Gnome, LXDE, etc, just the "Debian" option) it reasserts a Gnome like desktop- no desktop icons, a bottom panel with a button to page through application icons (not what I want anyway). Getting a working
<p0g0> multimedia rk3588s/MaliG610 wayland desktop gets no help from tasksel (and adding some package that I am still trying to suss out kills the HDMI, after it has been working).
<Armbian-Discord> <T​enkawa> p0g0: noone has made a task group file for that.... tasksel is really only intended generally for those default task groups unless people are looking at building for mass deployments "then" they create a new setup for it.
<p0g0> Tenkawa: no argument from me, I'd tried tasksel Debian Desktop as part of a heuristic exercise trying to get a desktop that worked the way I want. The comment I made was to tell about tasksel actually working per se, and as you noted, it's not the right answer for someone with an extant desktop, it's a rollout tool.
<Armbian-Discord> <c​0rnelius> Yeah it just there to help people who have no clue as to what they are doing or just lazy. Personally I usually know exactly what I want to install when doing a desktop install from the CLI.
<Armbian-Discord> <c​0rnelius> tasksel in my experience tends to also install things I don't want or need.
<p0g0> well some of us are tying hardware that's only been on the market for 3 months... not so sure it is about lazyness or cluelessness. And now afk, l8r all
Suspect has quit [Remote host closed the connection]
Suspect has joined #armbian
<archetech> time on market wth has that got to do with DE install nothing
Suspect has quit [Client Quit]
<archetech> 3588 stuff is where it is dev wise (slow)
<archetech> and if ya want to see lazy and clueless take a gander at the raxda rock5 forum