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
montjoie has quit [Ping timeout: 240 seconds]
montjoie has joined #armbian
DC-IRC has joined #armbian
<DC-IRC> <silver2row> So, it seems I cannot boot yet and my CP2102 for debug info.
<DC-IRC> <silver2row> So, it seems I cannot boot yet and my CP2102 for debug info. is not arriving...
<DC-IRC> <silver2row> I am stuck in a non-bootable instance so far. Still, a lot to learn!
<DC-IRC> <silver2row> This board boots via USB and I am writing the image to SD Card.
<DC-IRC> <silver2row> Maybe I just solved the issue?
<DC-IRC> <silver2row> ...
<DC-IRC> <silver2row> Has anyone successfully booted a board via USB w/ a .img file from Armbian?
<DC-IRC> <silver2row> Dang.
jclsn has quit [Ping timeout: 244 seconds]
jclsn has joined #armbian
archetech has quit [Quit: Konversation terminated!]
zeemate_ has joined #armbian
zeemate has quit [Ping timeout: 244 seconds]
buzzmarshall has quit [Quit: Konversation terminated!]
stipa_ has joined #armbian
stipa has quit [Read error: Connection reset by peer]
stipa_ is now known as stipa
XiongTian has quit [Ping timeout: 246 seconds]
<DC-IRC> <Werner> Not much boards do support boot from USB. and regarding CP2102: It is good enough to debug sunxi but too slow for RK
jason123onirc has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
Smedles has quit [Remote host closed the connection]
junaid_ has joined #armbian
lemonzest has quit [Quit: WeeChat 3.6]
marco44 has quit [Ping timeout: 246 seconds]
marco44 has joined #armbian
lemonzest has joined #armbian
Smedles has joined #armbian
Smedles has quit [Client Quit]
Smedles has joined #armbian
aasami_ has joined #armbian
crabbedhaloablut has joined #armbian
alekksander has joined #armbian
lyri has joined #armbian
p0g0 has quit [Ping timeout: 245 seconds]
<DC-IRC> <.richn> mornign
<stipa> o/
<Herc> good afternoon
<DC-IRC> <.richn> well I cansay I am throwing my pinebook out when I get it back
<DC-IRC> <.richn> the comapany is full of bs
<DC-IRC> <.richn> I have been doing repairs for 30 + years and they are trying to tell me that due to no thermal pad and no wifif antenna that the lcd screen would not power on
<DC-IRC> <.richn> and that the screws I bought from them where the wrong screws used and there for the unit was put together wrong
<DC-IRC> <.richn> what crock
p0g0 has joined #armbian
<DC-IRC> <zkvvoob> Hi, everyone!
<DC-IRC> <zkvvoob> I've installed Armbian on my Orange Pi 5B and now I'm trying to get Docker up and running. However, following the documentation (https://docs.armbian.com/User-Guide_Advanced-Features/#how-to-run-docker) leads to the following error after running `apt update`:
<DC-IRC> <zkvvoob> ```
<DC-IRC> <zkvvoob> E: The repository 'https://download.docker.com/linux/debian jammy Release' does not have a Release file.
<DC-IRC> <zkvvoob> N: Updating from such a repository can't be done securely, and is therefore disabled by default.
<DC-IRC> <zkvvoob> N: See apt-secure(8) manpage for repository creation and user configuration details.
<DC-IRC> <zkvvoob> ```
<DC-IRC> <zkvvoob> Can anyone help me figure out what 's causing this and how to get Docker running?
<DC-IRC> <Werner> Tried Docker from userspace repo instead of upstream?
<DC-IRC> <lanefu> Did you try this method before installing the repo?
<DC-IRC> <lanefu> Docker works reliably with the distribution-provided builds. It is as simple as apt-get install docker.io.
<DC-IRC> <zkvvoob> I haven't, no. Let me try that and report back. Thanks for replying so quickly, guys!
<DC-IRC> <viraniac> you are doing it on ubuntu, change the url to use ubuntu repo `https://download.docker.com/linux/ubuntu`
<DC-IRC> <zkvvoob> I'm slightly confused. How do I know whether I'm "doing it on ubuntu"?
<DC-IRC> <viraniac> ID in /etc/os-release file
<DC-IRC> <zkvvoob> got it! Ubuntu it is
<DC-IRC> <zkvvoob> OK, so I got the correc repo, `apt update` returned no errors, but when I tried to install Docker, there was an error:
<DC-IRC> <zkvvoob> ```bash
<DC-IRC> <zkvvoob> Setting up docker-ce (5:24.0.4-1~ubuntu.22.04~jammy) ...
<DC-IRC> <zkvvoob> Job for docker.service failed because the control process exited with error code.
<DC-IRC> <zkvvoob> See "systemctl status docker.service" and "journalctl -xeu docker.service" for details.
<DC-IRC> <zkvvoob> invoke-rc.d: initscript docker, action "start" failed.
<DC-IRC> <zkvvoob> ● docker.service - Docker Application Container Engine
<DC-IRC> <zkvvoob> Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
<DC-IRC> <zkvvoob> Active: activating (auto-restart) (Result: exit-code) since Sat 2023-07-22 16:07:41 EEST; 25ms ago
<DC-IRC> <zkvvoob> TriggeredBy: ● docker.socket
<DC-IRC> <zkvvoob> Docs: https://docs.docker.com
<DC-IRC> <zkvvoob> Process: 8983 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
<DC-IRC> <zkvvoob> Main PID: 8983 (code=exited, status=1/FAILURE)
<DC-IRC> <zkvvoob> CPU: 118ms
<DC-IRC> <zkvvoob> dpkg: error processing package docker-ce (--configure):
<DC-IRC> <zkvvoob> installed docker-ce package post-installation script subprocess returned error exit status 1
<DC-IRC> <zkvvoob> Processing triggers for man-db (2.10.2-1) ...
<DC-IRC> <zkvvoob> Errors were encountered while processing:
<DC-IRC> <zkvvoob> docker-ce
<DC-IRC> <zkvvoob> E: Sub-process /usr/bin/dpkg returned an error code (1)
<DC-IRC> <zkvvoob> ```
<DC-IRC> <zkvvoob> ```bash
<DC-IRC> <zkvvoob> root@orangepi5:/etc/apt/sources.list.d# systemctl status docker.service
<DC-IRC> <zkvvoob> × docker.service - Docker Application Container Engine
<DC-IRC> <zkvvoob> Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
<DC-IRC> <zkvvoob> Active: failed (Result: exit-code) since Sat 2023-07-22 16:07:47 EEST; 2min 5s ago
<DC-IRC> <zkvvoob> TriggeredBy: × docker.socket
<DC-IRC> <zkvvoob> Docs: https://docs.docker.com
<DC-IRC> <zkvvoob> Process: 9055 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=e>
<DC-IRC> <zkvvoob> Main PID: 9055 (code=exited, status=1/FAILURE)
<DC-IRC> <zkvvoob> CPU: 230ms
<DC-IRC> <zkvvoob> Jul 22 16:07:47 orangepi5 systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
<DC-IRC> <zkvvoob> Jul 22 16:07:47 orangepi5 systemd[1]: Stopped Docker Application Container Engine.
<DC-IRC> <zkvvoob> Jul 22 16:07:47 orangepi5 systemd[1]: docker.service: Start request repeated too quickly.
<DC-IRC> <zkvvoob> Jul 22 16:07:47 orangepi5 systemd[1]: docker.service: Failed with result 'exit-code'.
<DC-IRC> <zkvvoob> Jul 22 16:07:47 orangepi5 systemd[1]: Failed to start Docker Application Container Engine.
<DC-IRC> <zkvvoob> ```
<DC-IRC> <zkvvoob> Any ideas what I could do?
<DC-IRC> <zkvvoob> Never mind, it turned out to be an issue related to OpenVPN running in the background.
<DC-IRC> <zkvvoob> 🤦‍♂️
<DC-IRC> <lanefu> Scroll down to the in case you need docker section https://www.armbian.com/orangepi-5/
lemonzest has quit [Remote host closed the connection]
buzzmarshall has joined #armbian
lemonzest has joined #armbian
<DC-IRC> <Werner> Please use a paste service next time for longer things. IRC users will thank you.
<DC-IRC> <tenkawa42> @werner that (paste.armbian.com) should really be in the channel topic for all armbian channels on Discord/Irc/Matrix(if used)
<DC-IRC> <Werner> Sometimes common sense doesn't seem to cut it 🙂
<DC-IRC> <tenkawa42> Sometimes "visual" cues really do help
<DC-IRC> <tenkawa42> Its just not thought of when deep in thought
<DC-IRC> <Werner> I'll add a hin to #welcome-and-rules
<DC-IRC> <Werner> Btw. anyone played with YABin yet besides myself? (https://p.na4.eu)
jason123onirc has joined #armbian
jason123onirc has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
jason123onirc has joined #armbian
archetech has joined #armbian
jason123onirc has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
jason123onirc has joined #armbian
jason123onirc has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
jason123onirc has joined #armbian
junaid_ has quit [Remote host closed the connection]
<DC-IRC> <viraniac> I wonder if it can be automated so that anyone posting a block of code will automatically create paste.armbian.com entry and bot only post that to IRC
<DC-IRC> <viraniac> I wonder if it can be automated so that anyone posting a block of code will automatically create paste.armbian.com entry and bot only post the url to IRC
<DC-IRC> <lanefu> would probably require modding the bot that does the bridge
lemonzest has quit [Quit: WeeChat 3.6]
<DC-IRC> <viraniac> Yes, I know. Is the bot opensource?
<ShaneonConduitrs> IgorPec: thanks for fixing this https://github.com/armbian/os/commit/941992e8cc7a2824dd5b74898b8456e134e5216b <3
* ShaneonConduitrs didn't know it was in default and was looking in all
lemonzest has joined #armbian
<DC-IRC> <irish.warwolf> hello all , new here and had some questions, i have a couple of btt pi allwinner h616 boards, and in terms of skill i dont have alot but just enough to get in trouble. im trying to boot from a usb drive rather than sd card. i installed the armbian image and folled the prompt in ssh to make it boot from ssd but cant get it to boot once reset. any help would be appreiated.
alekksander has quit [Quit: Konversation terminated!]
<archetech> use rootwait in kernel line
<DC-IRC> <irish.warwolf> i will try and figure that out
<archetech> what? cant edit a file?
<DC-IRC> <irish.warwolf> no just need to learn how to do it
<archetech> you mean yes you need to learn it
<DC-IRC> <tenkawa42> archetech: bootwait has nothing to do with which device it boots from
<DC-IRC> <tenkawa42> what are you talking about
<archetech> google it
<DC-IRC> <irish.warwolf> trying to get my device to boot from usb, and i armbian-config and that works but it doesnt do anything after reboot
<DC-IRC> <tenkawa42> @irish.warwolf is it hanging or booting the wrong device?
<DC-IRC> <.richn> if you do not have spi-nor flash on your board with a bootloader. you can only install to the usb but have to use the sd to boot
<archetech> ofcourse he needs to point it correctly too
<DC-IRC> <irish.warwolf> ok let me lay it all out
<DC-IRC> <.richn> you boards has to have the bl on the board and the u-boot has to support booting from pther then sd as the /boot
<archetech> dont we know what ya want
<DC-IRC> <.richn> it sounds like he wants the device to boot from usb or sd
<DC-IRC> <irish.warwolf> btt pi v1.2 allwinner h6, i have a external usb m.2 drive that im trying to boot off of so im not running off the SD card. its going in a klipper ran 3d printer.
<archetech> im saying once ya get it to see the usb rootwait is the most common reason it wont boot kernel loads too fast
<DC-IRC> <.richn> and I dont think he has emmc or spinor
<DC-IRC> <tenkawa42> @.richn agreed
<archetech> understand me now tenkawa
<DC-IRC> <.richn> with out them he wont be able to
<DC-IRC> <tenkawa42> archetech: that has "nothing" to do with "which" device it tries to boot
<DC-IRC> <irish.warwolf> without what
<DC-IRC> <.richn> spi-nor flash with the uboot or emmc to boot from
<DC-IRC> <irish.warwolf> Armbian_23.5.4_Bigtreetech-cb1_bookworm_legacy_6.1.30 this is the .img that im using rather than the OEM one from big tree tech
<DC-IRC> <tenkawa42> reading the specs on it to see if it even has an spi
<DC-IRC> <.richn> he is not understanding the requirements
<DC-IRC> <irish.warwolf> it does havve an api port for ADXL345
<DC-IRC> <irish.warwolf> spi*
<DC-IRC> <tenkawa42> thats an spi port.. not onboard spi nvram memory
<DC-IRC> <tenkawa42> theres a difference
<DC-IRC> <irish.warwolf> understood
<DC-IRC> <tenkawa42> I just checked.. it has no loader
<DC-IRC> <.richn> does it have emmc ?
<DC-IRC> <tenkawa42> checking
<DC-IRC> <tenkawa42> no
<archetech> and why not use sdcard better than usb stick
<DC-IRC> <tenkawa42> its old
<archetech> burn boot done
<DC-IRC> <.richn> its this the tablet
<DC-IRC> <.richn> or just a module board
<DC-IRC> <tenkawa42> only 100mb lan and wifi-n
<DC-IRC> <irish.warwolf> its for a 3d printer the only thing that it does is contorl an mcu and deal with .stl files
<DC-IRC> <tenkawa42> running a 6.x kernel is asking a lot in general
<DC-IRC> <irish.warwolf> and host klipper
<DC-IRC> <tenkawa42> I would advise against it
<DC-IRC> <.richn> te answer is no
<DC-IRC> <.richn> it has no emmc that I see
<DC-IRC> <irish.warwolf> it runs fine with an sd card till you fill up the sd card with .stl files
<DC-IRC> <tenkawa42> I already said that
<DC-IRC> <irish.warwolf> ok so i have to run off of SD
<DC-IRC> <tenkawa42> Yes
<DC-IRC> <irish.warwolf> or get a board with emmc onboard
<DC-IRC> <tenkawa42> Indeed
<DC-IRC> <irish.warwolf> or bootloader
<DC-IRC> <tenkawa42> or chainload
<DC-IRC> <tenkawa42> use the microsd to boot a usb (but not worth it with usb in my opinion)
<DC-IRC> <tenkawa42> er usb 2
<DC-IRC> <tenkawa42> usb 3.. yes... usb 2.. not really
<DC-IRC> <irish.warwolf> ya it is usb2
<DC-IRC> <tenkawa42> yeah
<DC-IRC> <irish.warwolf> so im not going to get any more speed with usb vs sd
<archetech> slower
<DC-IRC> <irish.warwolf> but its not so much about speed its about the storage
<DC-IRC> <tenkawa42> nod
<archetech> just boot w/ sdcard and use a usb stick for storage of stls
<DC-IRC> <irish.warwolf> so with klipper when i wifi tranfer a .stl file it says on there and i just leave it on there. and thats why i wanted to add usb storage
<DC-IRC> <.richn> or setup smb files share so you just upload to the device and print
<DC-IRC> <irish.warwolf> thats pretty much what i do i upload it into klipper but that takes up storage and it stays on there
<DC-IRC> <.richn> use a 16 to 32 gig sd card
<DC-IRC> <.richn> so you have more space on the unit
<DC-IRC> <irish.warwolf> i can delete files and that keeps the system from crashing when its full but i was just trying to avoid that
<DC-IRC> <tenkawa42> How big are the files?
<DC-IRC> <irish.warwolf> depends on the print size
<DC-IRC> <tenkawa42> I'm running minimum 64gb microsd cards on everything here
<DC-IRC> <tenkawa42> I have 128gb 256gb and a few 512gb ones
<DC-IRC> <irish.warwolf> ya im currently running a smaller card on this printer thats only 3gb or so
<DC-IRC> <irish.warwolf> i was also trying to get away from sd, cause i know as much as i read/write that can wear cards out
<DC-IRC> <tenkawa42> Yeah same.. I am about 80% NVMe now
<DC-IRC> <.richn> not now days
<DC-IRC> <.richn> sd cards have a 10 to 15 year life they have gotten better
<DC-IRC> <tenkawa42> haa... not the way I use them
<DC-IRC> <.richn> depending on how much re reflash/load
<DC-IRC> <.richn> lol
<DC-IRC> <tenkawa42> yeah those last 2 words say it all.. reflash/load
<DC-IRC> <.richn> Tenkawa you abuse your hardware
<DC-IRC> <irish.warwolf> ive put about 800hrs on my printer in 6 months so lots of loads
<DC-IRC> <tenkawa42> Someone has to find the bugs in this software....
<DC-IRC> <irish.warwolf> are there any good boards you recomend that i could use for a 3d printer that would work well with usb storage
<DC-IRC> <irish.warwolf> that are not PI money
<DC-IRC> <tenkawa42> Nowadays its tough...
<DC-IRC> <tenkawa42> Everything is either unobtanium or overpriced
<DC-IRC> <.richn> lapatao
<DC-IRC> <irish.warwolf> ya and the btt pi are nice and cheap but they are outdated
<DC-IRC> <.richn> or a odrod
<DC-IRC> <irish.warwolf> laptops are not going to fit within a printer
<DC-IRC> <.richn> odroid
<DC-IRC> <.richn> if you dont need wifi
<DC-IRC> <irish.warwolf> need wifi and to run debian so i can run klipper
<DC-IRC> <tenkawa42> Odroid Amlogic board (N2+ especially) is a great choice
<archetech> N2L
<DC-IRC> <tenkawa42> N2L is too limited for his peripheral needs (I have one)
<archetech> M1
<DC-IRC> <irish.warwolf> for a outdated chip the h6 runs well for klipper, just doesnt like a loaded card, i might just clone my current card onto a 32g and see how it goes
<DC-IRC> <tenkawa42> M1 is decent but costs as much and is much slower
<DC-IRC> <tenkawa42> and is a rockchip vs amlogic
<archetech> he dont need alot of speed
<DC-IRC> <irish.warwolf> well i guess i have a new usb m.2 drive for whatever
<DC-IRC> <tenkawa42> I'll take Amlogic vs RK anyday
<DC-IRC> <.richn> the LePatato would work
<DC-IRC> <.richn> he can have the os on the emmc and the imgs on a sd or on a usb
<DC-IRC> <tenkawa42> @irish.warwolf hows your geographical situation too.. that will also factor in
<DC-IRC> <irish.warwolf> commiefornia
<DC-IRC> <tenkawa42> Oh then Ameridroid is an option for you
<DC-IRC> <.richn> the odroid c4 woudl work well and you can add a emmc
<DC-IRC> <irish.warwolf> odroid on ameridroid is out of stock
<archetech> id get an opi 5 and run anything ya want
<DC-IRC> <tenkawa42> both in stock though
<DC-IRC> <.richn> I go back to lepatato
<archetech> or rock5a
<DC-IRC> <tenkawa42> opi5 is rk3588(*) avoid like the plague
<DC-IRC> <.richn> its lower coat
<DC-IRC> <irish.warwolf> ok i will be back in a bit have to run.......hopfully not to long
<DC-IRC> <irish.warwolf> chlidern.....so needy
<DC-IRC> <.richn> 35 bucks
<DC-IRC> <tenkawa42> opi5 is rk3588(*) avoid at all costs
<DC-IRC> <tenkawa42> rk3588 still needs so much work
<DC-IRC> <irish.warwolf> herd that can be a real pain to get working, but i love the price... ok i will be back in a bit
<DC-IRC> <.richn> but dang no eemc
<DC-IRC> <.richn> it has emmc interface so you can add
<DC-IRC> <.richn> so thats your answer the 35 for 2 gig board and add a emmc
<DC-IRC> <.richn> we have armbian for it and its easy to install
<DC-IRC> <.richn> adn once you install a emmc and install to it it runs
lyri has quit [Ping timeout: 250 seconds]
lyri has joined #armbian
archetech has quit [Quit: Konversation terminated!]
archetech has joined #armbian
flyback has quit [Ping timeout: 246 seconds]
flyback has joined #armbian
Sally1 has quit [Ping timeout: 244 seconds]
<Mangix> hrm interesting. no easy way to find old builds
<DC-IRC> <igorpec> archive.armbian.com
<Mangix> yeah I ended up finding it
<Mangix> I broke my OMV install and figure might as well reinstall
<DC-IRC> <irish.warwolf> that might just be the route i take
lyri has quit [Ping timeout: 245 seconds]
lyri has joined #armbian
crabbedhaloablut has quit []
Mangix has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
lyri has quit [Ping timeout: 250 seconds]
lyri has joined #armbian
flyback has quit [Remote host closed the connection]
flyback has joined #armbian