Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Announcements: #armbian-announcements | Developer talk: #armbian-devel | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
zeemate has quit [Ping timeout: 248 seconds]
stipa_ has joined #armbian
stipa has quit [Ping timeout: 252 seconds]
stipa_ is now known as stipa
janek_ has quit [Ping timeout: 260 seconds]
<DC-IRC>
[Discord] <gclawes> I've noticed something with systemd-networkd on non-desktop builds, it can't set hostname from DHCP: `Apr 26 20:31:06 turing-rk1 systemd-networkd[400]: Could not set hostname: Access denied`
<DC-IRC>
[Discord] <gclawes> I think this is because `polkitd` is not installed by default, the rules file exists from systemd-networkd (/usr/share/polkit-1/rules.d/systemd-networkd.rules), but `polkitd` itself is missing. Is there a reason for that?
<DC-IRC>
[Discord] <gclawes> Looking at `config/` in `armbian/build`, that's only installed on desktop images. Other SBC distros like ubuntu do install this in server images
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian
nodelay has joined #armbian
laz0r has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
laz0r has joined #armbian
nodelay has quit [Ping timeout: 244 seconds]
wootehfoot has joined #armbian
wootehfoot has quit [Max SendQ exceeded]
wootehfoot has joined #armbian
nodelay has joined #armbian
nodelay has quit [Ping timeout: 252 seconds]
coldfeet has joined #armbian
<DC-IRC>
[Discord] <efectn> I was busy with opi5 uboot, will check it today
<DC-IRC>
[Discord] <jakesays> @efectn i was playing around with different kernels and at one point it was booting from emmc.
<DC-IRC>
[Discord] <efectn> Which kernel
<DC-IRC>
[Discord] <jakesays> @efectn i believe it was on a rolling release. it confused the hell out of me because when the machine rebooted, it came up doing an initial boot.
<DC-IRC>
[Discord] <jakesays> i can try again to find it
nodelay has joined #armbian
nodelay has quit [Ping timeout: 276 seconds]
nodelay has joined #armbian
nodelay has quit [Ping timeout: 252 seconds]
laz0r has quit [Ping timeout: 276 seconds]
laz0r has joined #armbian
zeemate has quit [Ping timeout: 272 seconds]
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #armbian
<DC-IRC>
[Discord] <efectn> Did you check
<DC-IRC>
[Discord] <jakesays> @efectn yeah. haven't found it yet. i need to re-format my sdcard
<DC-IRC>
[Discord] <jakesays> i switched to a kernel that won't boot
<DC-IRC>
[Discord] <efectn> Do you have uart logs?
<DC-IRC>
[Discord] <jakesays> hmm. let me check
<DC-IRC>
[Discord] <jakesays> @efectn "v25.2.1 for Orange Pi 5 running Armbian Linux 6.12.25-current-rockchip64"
<DC-IRC>
[Discord] <efectn> For emmcc boot?
<DC-IRC>
[Discord] <jakesays> yes
<DC-IRC>
[Discord] <jakesays> "Usage of /: 2% of 114G"
<DC-IRC>
[Discord] <efectn> Btw we better go #ID:858684284070789130
<DC-IRC>
[Discord] <jakesays> okay
<DC-IRC>
[Discord] <lanefu> Good find. Sounds like it needs to be added
jfsimon has joined #armbian
nodelay has joined #armbian
nodelay has quit [Ping timeout: 265 seconds]
wootehfoot has quit [Read error: Connection reset by peer]
nodelay has joined #armbian
nodelay has quit [Ping timeout: 252 seconds]
wd has quit [Read error: Connection reset by peer]
<DC-IRC>
[Discord] <laibsch> we are in the process of moving that package dependency logic out of core and into https://github.com/armbian/apa
nodelay has joined #armbian
nodelay has quit [Ping timeout: 276 seconds]
<DC-IRC>
[Discord] <gclawes> Should I submit an issue to either `armbian/build` or `armbian/apa` for `polkitd` in non-desktop images? Or will it get covered in the move?
<DC-IRC>
[Discord] <igorpec> at this stage still to build framework, first, apa second, both.
<DC-IRC>
[Discord] <n4cnr> with all this splitting ats going to make things harder tomaintain in the longrun when something breaks
<DC-IRC>
[Discord] <n4cnr> I have read the apa but do not fully grasp it.
<DC-IRC>
[Discord] <n4cnr> but if anythink make it so you install desktops with scripts
<DC-IRC>
[Discord] <n4cnr> and keep armbian minmal at this point .
<DC-IRC>
[Discord] <n4cnr> armbian-apa needs better documentation and explanation of its goals
nodelay has joined #armbian
nodelay has quit [Ping timeout: 276 seconds]
<DC-IRC>
[Discord] <laibsch> I already pushed the necessary change to APA
<DC-IRC>
[Discord] <laibsch> APA ("Armbian Package Archive") is a binary deb package repository for the Armbian distribution.
<DC-IRC>
[Discord] <laibsch> - declaration of run-time dependency logic
<DC-IRC>
[Discord] <laibsch> - shipping armbian-specific run-time files here and there
<DC-IRC>
[Discord] <laibsch> Instead of a bunch of bash voodoo in Armbian core, it uses the same build tools that are being used to prepare the Debian or Ubuntu deb packages and distro. In other words, it's the proper tool for the job.
<DC-IRC>
[Discord] <laibsch> Unlike a Ubuntu PPA, there is not much focus on actual binary compilation (at least not now)
ikmaak2 has joined #armbian
ikmaak has quit [Read error: Connection reset by peer]
<DC-IRC>
[Discord] <gclawes> Nice, want me to put in a request to `armbian/build` then?