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
califax has quit [Remote host closed the connection]
califax has joined #armbian
Mangix has joined #armbian
aasami_ has quit [Quit: Lost terminal]
montjoie has quit [Ping timeout: 260 seconds]
montjoie has joined #armbian
lyri has quit [Ping timeout: 260 seconds]
lyri has joined #armbian
Mangix has joined #armbian
Mangix has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
_whitelogger has quit [Ping timeout: 246 seconds]
_whitelogger has joined #armbian
Mangix has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Mangix has joined #armbian
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian
<DC-IRC> <silver2row> Hello...
<DC-IRC> <silver2row> I am having an issue:
<DC-IRC> <silver2row> ```
<DC-IRC> <silver2row> --> (141) COMMAND: mkfs. /dev/loop0p1
<ArmbianHelper> > (141) COMMAND: mkfs. /dev/loop0p1 [en~>en]
<DC-IRC> <silver2row> bash: line 1: mkfs.: command not found
<DC-IRC> <silver2row> -->--> command failed with error code 127 after 0 seconds
<DC-IRC> <silver2row> --> (141) WARNING: stacktrace for failed command [ exit code 127:/usr/bin/env bash -e -o pipefail -c mkfs. /dev/loop0p1
<ArmbianHelper> Error: Missing "]". You may want to quote your arguments with double quotes in order to prevent extra brackets from being evaluated as nested commands.
<DC-IRC> <silver2row> run_host_command_logged() --> lib/functions/logging/runners.sh:193
<DC-IRC> <silver2row> prepare_partitions() --> lib/functions/image/partitioning.sh:290
<DC-IRC> <silver2row> do_with_logging() --> lib/functions/logging/section-logging.sh:81
<DC-IRC> <silver2row> build_rootfs_and_image() --> lib/functions/main/rootfs-image.sh:80
<DC-IRC> <silver2row> full_build_packages_rootfs_and_image() --> lib/functions/main/default-build.sh:36
<DC-IRC> <silver2row> do_with_default_build() --> lib/functions/main/default-build.sh:42
<DC-IRC> <silver2row> cli_standard_build_run() --> lib/functions/cli/cli-build.sh:25
<DC-IRC> <silver2row> armbian_cli_run_command() --> lib/functions/cli/utils-cli.sh:136
<DC-IRC> <silver2row> cli_entrypoint() --> lib/functions/cli/entrypoint.sh:176
<DC-IRC> <silver2row> main() --> compile.sh:50 ]
<DC-IRC> <silver2row> --> (141) ERROR: Cleaning up [ please wait for cleanups to finish ]
<ArmbianHelper> > (141) ERROR: Cleaning up [please wait for cleanups to finish] [en~>en]
<DC-IRC> <silver2row> --> (141) INFO: Unmounting recursively [ SDCARD - be patient ]
<ArmbianHelper> > (141) INFO: Unmounting recursively [SDCARD - be patient] [en~>en]
<DC-IRC> <silver2row> --> (141) INFO: Unmounting recursively [ MOUNT - be patient ]
<ArmbianHelper> > (141) INFO: Unmounting recursively [MOUNT - be patient] [en~>en]
<DC-IRC> <silver2row> --> (142) WARNING: Freeing loop [ trap_handler_cleanup_rootfs_and_image /dev/loop0 ]
<ArmbianHelper> > (142) WARNING: Freeing loop [trap_handler_cleanup_rootfs_and_image /dev/loop0] [en~>en]
<DC-IRC> <silver2row> --> (142) INFO: Freeing loop device [ /dev/loop0 ]
<ArmbianHelper> > (142) INFO: Freeing loop device [/dev/loop0] [en~>en]
<DC-IRC> <silver2row> ```
<DC-IRC> <silver2row> The mkfs.ext4 command might not be found...
<DC-IRC> <silver2row> I checked my installs on bookworm. I have e2fsprogs and util-linux installed.
<archetech> ever heard of paste
<DC-IRC> <silver2row> Yes. I can use it.
<DC-IRC> <silver2row> I will go to paste.
<DC-IRC> <silver2row> I will post the log soon. Sorry if this creates issues in IRC.
zeemate_ has quit [Ping timeout: 258 seconds]
<DC-IRC> <silver2row> https://pastebin.com/XzntMFEb is the paste.
<DC-IRC> <silver2row> It is the entire paste. I am not sure if you needed all of it.
<DC-IRC> <silver2row> ` something about GZIP COMPRESSION ` I think...
lyri has quit [Ping timeout: 245 seconds]
lyri has joined #armbian
lord_daemon has quit [Ping timeout: 250 seconds]
jclsn has quit [Ping timeout: 244 seconds]
jclsn has joined #armbian
<DC-IRC> <silver2row> oh!
<DC-IRC> <silver2row> I got it. RD_GZIP in the kernel needs to be allowed.
Mangix has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<DC-IRC> <lanefu> that seemed more like ROOTFS_TYPE was set to a funny value since it should be like `mkfs.ext4` or `mkfs.btfs` etc
<DC-IRC> <silver2row> Okay.
<DC-IRC> <silver2row> Thank you, I have BOOTFS_TYPE instead of ROOTFS_TYPE.
<DC-IRC> <silver2row> Oops.
<DC-IRC> <silver2row> I made an error.
<DC-IRC> <silver2row> Right now, I am trying to incorporate xuantie-ubuntu repo. into the build of armbian. This way, I can use updated kernels and altered u-boot sources.
<DC-IRC> <silver2row> `shifty eyes` over here. Back and forth. Lots of work...
<DC-IRC> <lanefu> haha yeah i `fgrep -Rin` constantly 😛
<DC-IRC> <silver2row> Hmm. I am not sure what that does...
<DC-IRC> <lanefu> recursive case insensite search
<DC-IRC> <silver2row> I finally forked the repo. for armbian.
<DC-IRC> <silver2row> Aw.
<DC-IRC> <silver2row> I forked the linux kernel and u-boot sources, too.
<DC-IRC> <silver2row> So, there are four repos now I must alter and then precariously add the correct info. at the right time.
<DC-IRC> <lanefu> so if you read the hooks on how hooks an extensions work, you can be pretty graceful about your overrides
<DC-IRC> <lanefu> and frankly usualy you dont need to fork armbian to customize
<DC-IRC> <silver2row> Okay. Thank you. You showed me this repo. I forked it and changed it a bit. I will research hooks too.
<DC-IRC> <silver2row> Oh.
<DC-IRC> <lanefu> *read the docs
<DC-IRC> <silver2row> Right. I am in the docs. now looking over what available defintions I can use.
<DC-IRC> <silver2row> UBOOT_MIRROR ="yes"
<DC-IRC> <silver2row> This way, I can alter the mirror used.
<DC-IRC> <silver2row> Mine!
<DC-IRC> <lanefu> might have some breadcrumbs as well
<DC-IRC> <silver2row> thank you.
<DC-IRC> <lanefu> another example where i got aggressive on uboot overrides https://github.com/lanefu/build/blob/rock5b/collabora-test-dts/config/boards/rock-5b.conf#L38
<DC-IRC> <silver2row> Yep. I researched the build at indiedroid-nova.
<DC-IRC> <silver2row> That is what I am using as my base for now.
<DC-IRC> <lanefu> sweet
MrFixIt has quit [Remote host closed the connection]
<DC-IRC> <silver2row> is there a way to run files w/in a u-boot install w/in the /build/userpatches/ files?
<DC-IRC> <silver2row> for instance, like in sh scripts or in python3?
<DC-IRC> <silver2row> or would I need to change the u-boot version from github.com?
<DC-IRC> <silver2row> for instance, this is what I changed in the .csc file: https://github.com/silver2row/armbian-userpatches-example-BeagleV-Ahead/blob/main/config/boards/beaglev-ahead.csc
<DC-IRC> <silver2row> so far.
MrFixIt has joined #armbian
<DC-IRC> <lanefu> a pre_config_uboot_target__ hookpoint probably https://github.com/armbian/build/blob/main/lib/functions/compilation/uboot.sh#L69
<DC-IRC> <silver2row> PRE_CONFIG_UBOOT_TARGET="yes" and then add in the repo to the .csc file or in a .conf file?
<DC-IRC> <silver2row> Oh! Okay.
<DC-IRC> <lanefu> then you can execute those commands via the `run_host_command_logged` function
<DC-IRC> <silver2row> I got what you are saying now. `pre_config_uboot_target__ideas() {`
<DC-IRC> <silver2row> What would I place `run_host_command_logged` functions?
<DC-IRC> <silver2row> Where would I place `run_host_command_logged` functions?
<DC-IRC> <silver2row> w/in the .csc file under function?
<DC-IRC> <silver2row> @lanefu : Is there a way to declare -g some.sh file in functions?
<DC-IRC> <silver2row> I just want to make sure I can or cannot act this way w/in armbian.
buzzmarshall has quit [Quit: Konversation terminated!]
archetech has quit [Quit: Leaving]
Werner__ is now known as Werner
Mangix has joined #armbian
Mangix has quit [Remote host closed the connection]
Mangix has joined #armbian
Smedles has quit [Ping timeout: 260 seconds]
Smedles has joined #armbian
marco44 has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
marco44 has joined #armbian
junaid_ has joined #armbian
lemonzest has quit [Quit: WeeChat 3.6]
crabbedhaloablut has joined #armbian
Smedles has quit [Ping timeout: 244 seconds]
lemonzest has joined #armbian
Smedles has joined #armbian
<DC-IRC> <vraptor75011> Hi, i once set up my ip to a static one (and don t remember how i did it) and would like to come back to a dhcp settings. I tried thru armbian-config but it doesn t change anything and also went thru the files in /etc and /run and couldn t find a file configuring this static ip. I have set my dhcp config in NetworkManager config files but it shows as secondary ip .... Anyone coul <clipped message>
<DC-IRC> <vraptor75011> d give me a hint on where to look to get rid of this static config ? Thanks.
lyri has quit [Ping timeout: 250 seconds]
lyri has joined #armbian
lyri has quit [Ping timeout: 244 seconds]
lyri has joined #armbian
califax has quit [Remote host closed the connection]
califax has joined #armbian
lyri has quit [Ping timeout: 244 seconds]
lyri has joined #armbian
zeemate_ has joined #armbian
lyri has quit [Ping timeout: 244 seconds]
lyri has joined #armbian
e3ef13f4ff44 has quit [Remote host closed the connection]
e3ef13f4ff44 has joined #armbian
aasami_ has joined #armbian
alekksander has joined #armbian
califax has quit [Remote host closed the connection]
califax has joined #armbian
junaid_ has quit [Quit: leaving]
alekksander has quit [Quit: Konversation terminated!]
alekksander has joined #armbian
zeemate_ has quit [Ping timeout: 244 seconds]
e3ef13f4ff44 has quit [Remote host closed the connection]
e3ef13f4ff44 has joined #armbian
e3ef13f4ff44 has quit [Remote host closed the connection]
e3ef13f4ff44 has joined #armbian
alekksander has quit [Quit: Konversation terminated!]
lyri has quit [Ping timeout: 260 seconds]
lyri has joined #armbian
lyri has quit [Ping timeout: 250 seconds]
lyri has joined #armbian
junaid_ has joined #armbian
junaid_ has quit [Remote host closed the connection]
arch3r has quit [Quit: bye]
juri_ has quit [Ping timeout: 264 seconds]
arch3r has joined #armbian
junaid_ has joined #armbian
<DC-IRC> <irish.warwolf> unrelated to armbian, anyone here know how to fix an incorrect crystal clock flash on an stm chip
LanDi has joined #armbian
juri_ has joined #armbian
juri_ has quit [Read error: Connection reset by peer]
heartburn has joined #armbian
lyri has quit [Ping timeout: 260 seconds]
lyri has joined #armbian
junaid_ has quit [Quit: Lost terminal]
juri_ has joined #armbian
LanDi has quit [Remote host closed the connection]
junaid_ has joined #armbian
archetech has joined #armbian
ajshell1 has joined #armbian
lyri has quit [Ping timeout: 260 seconds]
lyri has joined #armbian
junaid_ has quit [Remote host closed the connection]
LanDi has joined #armbian
LanDi has quit [Client Quit]
alekksander has joined #armbian
lyri has quit [Ping timeout: 246 seconds]
lyri has joined #armbian
e3ef13f4ff44 has quit [Remote host closed the connection]
e3ef13f4ff44 has joined #armbian
lyri has quit [Ping timeout: 245 seconds]
lyri has joined #armbian
lyri has quit [Ping timeout: 260 seconds]
lyri has joined #armbian
junaid_ has joined #armbian
lyri has quit [Ping timeout: 244 seconds]
lyri has joined #armbian
lyri has quit [Ping timeout: 244 seconds]
lyri has joined #armbian
lyri has quit [Ping timeout: 260 seconds]
junaid_ has quit [Remote host closed the connection]
<DC-IRC> <.superdev> Hello everyone, I hope you're doing well. I'm an ethical hacker and an AI developer and I'm looking for a private OS to run on my MacBook. I would appreciate some advice on which type of Linux distribution would be the most private and beginner-friendly.
<DC-IRC> <.superdev> I'm particularly interested in NixOS and Debian. Could anyone provide a comparison between these two distros in terms of privacy, customization options, and ease of use? Thanks in advance for your help!
<DC-IRC> <.superdev> Thanks in advance for your help!
zeemate_ has joined #armbian
<archetech> spam
<juri_> spammy spam.
maknho has quit [Quit: WeeChat 3.0]
maknho has joined #armbian
archetech has quit [Quit: Konversation terminated!]
Sally1 has joined #armbian
wd has joined #armbian
archetech has joined #armbian
smcavoy16 has quit [Quit: The Lounge - https://thelounge.chat]
smcavoy16 has joined #armbian
alekksander has quit [Quit: Konversation terminated!]
wd has quit [Ping timeout: 260 seconds]
wd has joined #armbian
aasami_ has quit [Quit: Lost terminal]
zeemate_ has quit [Ping timeout: 246 seconds]
Sally1 has quit [Ping timeout: 245 seconds]
Sally1 has joined #armbian
Hammdist has joined #armbian
<Hammdist> how can I disable armbian's configurator, at least for interactive ssh logins? (I am OK with leaving it enabled on the console, or axing it there too or whatever)
<Hammdist> for context, I am able to run commands in the image before writing a modified image to flash
<Hammdist> I looked in /etc/pam.d but was unable to locate the hook that runs the command
<Hammdist> ah I think if just remove etc/profile.d/armbian-* I will achieve what I want
<Hammdist> seems to have worked. ssh is clean and on the console I get immediate root prompt
<Hammdist> next question: is there any way to blink the onboard red and green leds from userspace on rk3288 renegade?
<DC-IRC> <tenkawa42> do a fid /sys -name "trigger" and look for ones with led names
<DC-IRC> <tenkawa42> cat them to see valid triggers you can set
<DC-IRC> <tenkawa42> ie:
<DC-IRC> <tenkawa42> echo "default-on" | tee /sys/devices/platform/leds/leds/blue-led/trigger
<DC-IRC> <tenkawa42> thats one I have that I use to set it to always turned on
<DC-IRC> <tenkawa42> if you just cat the trigger file you can see all possible options you can trigger on
<Hammdist> seems to work out of the box to write 0s and 1s to /sys/class/leds/firefly:yellow:user/brightness
<DC-IRC> <c0rnelius77> which is misleading. not sure whom wrote that dts but they must be color blind.
<DC-IRC> <tenkawa42> that is a one shot action.. what I was showing you is how to interact with their built in functions for controlling multiple functions