/srv/irclogs.ubuntu.com/2024/08/21/#ubuntu.txt

nino_Hey There, can anyone help me?00:25
toddc!ask nino_00:28
nino_hello toddc, thank u at first i have to say my english is bad...00:29
nino_I try to explain, Ubuntu dont reconize my wlan stick... i have download original drivers for it but i dont understand how i install it00:30
sarnoldusually they'll include a README in the download that describes how to install them00:31
sarnoldthey probably won't be able to describe the details of every situation but it's usually a good starting point00:32
nino_i have try what it is in the read me but i dont solve the problem maybe i dont understand or it is to complicated for me i dont know.. im new in ubuntu00:33
toddcnino_: this guide may help to find the chipset id and install for some the older broadcom chipsets that are often a problem https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx00:34
toddcnp read and then ask if you need more info00:35
toddcif you read the guide to get the info we can help a lot more00:36
nino_i do it but dont work with the command  lspci -vvnn | grep -A 9 Network  nothing happen00:37
sarnoldwow, does that mean your computer doesn't have any pci networking? it's all via usb?00:37
nino_yes it is00:38
nino_can i put a link for the driver for my wlan stick here in the chat?00:39
sarnoldyeah00:39
nino_https://www.zyxel.com/de/de/support/download?model=nwd7605          thats the link i have download the last for linux00:41
sarnoldwow this is the grossest install.sh I've seen in a very very long time00:45
xanguawhat ubuntu  release are you on? nino_00:46
nino_oh okay i don#t know if it is big im new i have thinking it is like windows i click and i install it but i have understand its not the way to go but it is so complicated00:47
sarnoldhere's the install.sh for the moderately curious https://termbin.com/rsfa00:47
nino_i have ubuntu the last lts00:47
nino_sarnold i open the link but what i have to do i dont understand it really00:49
sarnoldnino_: this install script is garbage, I'm not surprised it's not clear ..00:49
nino_okay it is better if i buy another one than?00:50
sarnoldwhat kernel version are you using? run uname -a to find it00:51
sarnoldthe documentation for this says it only works up to 5.19 or something like that00:51
xanguaweird00:51
nino_6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul  5 10:34:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux00:52
sarnold*maybe* you're very lucky and the driver is packaged as a dkms package already. Try running "apt-cache search rtl dkms" and search for your specific model number00:53
nino_can u maybe tell me what for a stick i can buy who ubuntu reconize the stick without external drivers ...  with wifi 6 5hz00:53
xanguanino_: do you have a pcie or m2 slot?  https://github.com/morrownr/USB-WiFi/blob/main/home/USB_WiFi_Adapters_that_are_supported_with_Linux_in-kernel_drivers.md00:54
nino_pcie00:55
sarnoldoh dang what an awesome webpage00:55
nino_i try ur command00:55
nino_~$ apt-cache search rtl dkms00:55
nino_r8168-dkms - dkms source for the r8168 network driver00:55
nino_rtl8812au-dkms - dkms source for the r8812au network driver00:55
nino_sl-modem-dkms - SmartLink-Software-Modem-Treiber - Modulerstellender Quelltext00:55
nino_thats come out00:55
xanguanino_: then I personally recomend intel ax200 (wifi 6)00:56
sarnoldhmm why did I think you had an rtl? hrmph. Now I wonder if I gave you the right thing to run :(00:56
xanguafor pcie00:56
nino_okay xangua if i dont have a other solution i try to fount it in amazon00:58
nino_i dont know what is rtl ... im sorry00:58
nino_what i do sarnold01:00
nino_@sarnold im not sure if know i understand what u mean with rtl...  at the moment i have another wifi stick installed a old one but the connection with this is very slow i have a better one but that is the wlan stick who need the driver01:08
sarnoldnino_: rtl is a chipset maker01:12
sarnoldnino_: I can't recall now why I thought that the rtl one applied to you, I can't figure it out :(01:13
nino__sarnold im sorry im really bad with tech  i still dont understand what is rtl...  just tell me if i have to buy a other one if the actually stick dont work01:14
nino__timeout?01:16
tomreynsarnold: i'm guessing you spotted "Auto install for 8192cu" on line 2 of the install.sh script, which is included in the linux driver nino_ pointed to01:16
sarnoldnino__: don't worry about the rtl :) I was wondering if your package listing would have way more drivers or something01:17
sarnoldtomreyn: AHA!01:17
sarnoldtomreyn: thanks for fixing my worry :)01:17
nino__okay sarnold i forget rtl  :D01:17
tomreyni know the feeling all too well01:17
nino__my god why it is so complicated with linux to install a driver seriosly im frustrated01:19
sarnoldnino__: so .. this driver doesn't claim to support any of the 6.x kernels, such as the one you're running now. buying a new adapter would probably be the easiest path forward.01:19
nino__okay tha i buy another one i hope it works, because i want go back to windows01:20
nino__dont want i mean01:20
nino__@sarnold what is if i try linux mint or Fedora it is possible that it works?01:21
sarnoldnino__: maybe if you've got an old enough kernel, that driver might work fine then01:25
sarnoldI don't know if mint or fedora have old enough kernels01:26
sarnold5.19 5.19 is from 2022 https://en.wikipedia.org/wiki/Linux_kernel_version_history#Releases_5.x.y01:26
nino__sarnold, but it is save to switch to a older kernel? im not sure about it01:27
sarnoldnino__: if you install 22.04 that's just fine01:27
sarnoldnino__: but installing 5.19 on 24.04 would be a very bad idea01:27
nino__okay sarnold but if i install 22.04 it works without to install a extra driver?01:28
sarnoldnino__: no, that would just let you use this terrible driver :)01:29
nino__okay no i think im to stupid for instll a extra driver   im new on this system and it would to complicated i think for me01:30
sarnoldunfortunately there's no easy answer to your problem: finding a device with a driver that just works out of the box01:31
sarnoldthis webpage looks like an excellent starting point though https://github.com/morrownr/USB-WiFi/blob/main/home/USB_WiFi_Adapters_that_are_supported_with_Linux_in-kernel_drivers.md01:31
nino__i cant install a wlan hardware on my oc i dont have a slot on the motherboard for it thats the problem i can just use a stick.... and with cable dont work its to far away01:33
nino__maybe i try a stick with 5 hz but without wifi 6  im not happy with it but maybe it works01:34
xanguaYou said you have a pcie slot nino__ (?)01:35
nino__@xangua  yes right but the grafic card its to big and occuped much space and the slot have to befree where i can install a wifi card01:37
oerheksDual-Band Wireless AX1800 rtl8852au01:37
oerhekshttps://github.com/lwfinger/rtl8852au01:38
oerheksalso in https://launchpad.net/~kelebek333/+archive/ubuntu/kablosuz/?field.series_filter=noble01:39
nino__its sold out in my country :D  @ oerheks01:39
oerheksbut you need wired connection to use it01:39
nino__i cant wired01:40
oerheksinteresting, you are connected now, there sure are ways to download for an offline installation01:41
sarnoldoerheks: "can't wired" in the sense that it's too far for a wire01:41
oerheksthats oke01:42
oerhekssynaptic can download all the necessary files01:43
nino__this site what u send are driver?  i dont know what u will tell me dude  :D01:44
xanguaSorry, I mean mini pcie nino__01:47
nino__never mind i give up... thanks a lot for the Help  THX specially to sarnold I will try in the next days another one and if dont work what i have to say back to the roots of Micro  :D   have a nice Day Guys01:49
devslashwhen I run apt update I started getting this error: https://paste.ofcode.org/SGR7UzyAHPbmSYPE4D4UHC How do I fix it02:25
rboxlooks like some rnadom 3rd party repo you ahve enabled is bad02:26
geniiyep02:26
enigma9o7I think its saying the key signature is expired?  I would check the install instructions for that obs repo and see if they have a new key or something.  If that didnt work I might try getting it from a keyserver.02:30
devslashits got something to do with onedrive02:33
devslashI am trying to figure out what this is02:33
devslashso I fixed my issue by remove the source in /etc/apt/sources.d but I dont know how it got installed. Is there a way to see if another package would've installed the package onedrive as a dependency of another package02:38
enigma9o7Well most certainly you added that repository in the first place.  But sure you can look up reverse depends with "apt rdepends packagename"02:55
enigma9o7But no official ubuntu package would add a third party repository.  It would require manual intervention, by root or sudoer, to cause that.02:56
Guest39Qui veut commenter ma photo ?03:13
=== Square is now known as [[[[]]]]
devslashreally strange...03:33
devslashapt rdepends did not return any reverse depends03:33
enigma9o7That would be expected...03:34
enigma9o7It would be unlikely for something to depend on something from a 3rd party repo, unless perhaps something else in that same 3rd party repo.03:34
GudduDoes ubuntu have some file manager that actually shows what file copy operations are in progress in a more informative manner then just the notification that currently shows in the lower left corner?04:08
=== blinkie1 is now known as blinkie
=== PasiZ0 is now known as PasiZ
brucephey07:16
brucepwhat do u do07:17
=== Sidewyz1 is now known as Sidewyz
bagatur-wrkubuntu 24, I purged and installed ca-certificates and curl, but curl gives error (77) settings cerf file07:46
bagatur-wrkthe file is accessible07:47
bagatur-wrkany idea how I can solve this issue?07:47
ravageif you purged curl you should get a command not found07:52
sam_wongHi, I install google chrome on Ubuntu 24.04. However, when I clicked the chrome icon on the left hand column, the cursor rotated for a few second and nothing popped up. Any advice will be appreciated.07:52
bagatur-wrkravage: purged and installed07:52
ravagesam_wong: we cant really support proprietary 3rd party software. try "sudo snap install chromium" and see if that works better for you07:53
ravagebagatur-wrk: curl --cacert /etc/ssl/certs/ca-certificates.crt https://example.com07:56
=== arif-ali_ is now known as arif-ali
sam_wongravage: Is this a technical issue or deliberately blocked by Ubuntu?07:56
ravagesam_wong: Ubuntu does not block any software07:57
sam_wongravage: I familiarised my self with chrome on Windows 10 and just don't want to learn from scratch08:01
ravageif you had even tried Chromium you would have seen that it is basically the same08:02
sam_wongravage: Perhaps I should give it a trial08:02
bagatur-wrkravage: still the same error, the file exists and is accessible08:08
ravagebagatur-wrk: can you copy and paste the exact error message? can you provide the URL if it is public?08:10
ravagewhat is the output of: which curl08:10
bagatur-wrkravage: sure, https://bpa.st/PIUA08:13
bagatur-wrkwhich curl --> /usr/bin/curl08:14
oerhekssudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg  >>> https://stackoverflow.com/questions/60137344/docker-how-to-solve-the-public-key-error-in-ubuntu-while-installing-docker08:21
bagatur-wrkoerheks: still gives the same curl error (77)08:28
oerheksno idea then, i thought this updated method would work.08:30
circleSome years ago to use the intel Xeon Phi Coprocessor in linux one needed to install a special driver which was compatible with certain (now old) kernels.  How can I tell whether this support has been integrated into the linux kernel, and if not, what can be done?08:33
circlehttps://www.intel.com/content/www/us/en/support/articles/000021566/processors/intel-xeon-phi-process...08:33
circlehttps://registrationcenter-download.intel.com/akdlm/irc_nas/9325/xppsl_user_guide.pdf08:33
=== lars is now known as Guest9038
ravagecirvle: https://www.phoronix.com/news/Linux-Dropping-Intel-MIC support removed in 5.1008:40
ravage*circle08:40
circleravage: thank you that is enormously helpful!  Interesting that they did the driver hokey pokey09:03
circle("put the driver in, take the driver out, ask for more generic code and shake it all about.")09:03
Pokeycircle: henlo09:06
circlePokey: hello!09:07
Pokeycircle: always makes me giggle when my name appears in a different context09:10
PokeyYour driver song gave me a giggle I needed today09:10
circle... That what's it all about!    :)09:17
nikita_hi all09:32
=== blinkie1 is now known as blinkie
dexterhey10:45
dexterJOIN #dexter10:45
=== blinkie1 is now known as blinkie
=== lubuntu is now known as user752
=== TheCaptain8980 is now known as TheCaptain898
BluesKajHi all13:55
pyroencephaliquehi14:07
tomreynhi pyroencephalique14:08
pyroencephaliqueis possible to speech about nietsch?14:11
tomreyni'm not sure what this means. this is the ubuntu support channel, for the ubuntu releases listed in topic.14:12
pyroencephaliquebut nietsch was the first ubuntero who not come from south africa14:12
tomreynthis doesn't sound like an ubuntu support topic, so i guess that's off-topic here.14:13
tomreynthere are a bunch of other channels, though, some about ubuntu, some about other topics. use !alis to find them14:14
pyroencephaliqueit's ok for xubuntu support too14:14
pyroencephalique?*14:14
tomreynread the channel topics and you'll know what's on topic and what's not.14:15
* pyroencephalique reading14:15
pyroencephaliqueya official flavors14:16
pyroencephaliqueit's ok14:16
leftyfbpyroencephalique: what is your xubuntu support question?14:16
tomreynif you have xubuntu support questions which actually refer to the foundation that's the same amongst all ubuntu flavours, you can also ask those here rather than in #xubuntu14:16
pyroencephaliquexubuntu works better than never i haven't really questions14:17
tomreyngood to hear this. :)14:17
pyroencephaliqueyou use xfce de too?14:18
pyroencephaliqueon my laptops i use awesome_wm on xubuntu, i like xfce tools14:20
pyroencephaliqueand xfce on my desktops14:20
tomreynpyroencephalique: there's #xubuntu-offtopic, where you could talk about this.14:20
pyroencephalique... like philosophy14:21
pyroencephaliqueokay14:21
pyroencephalique...nobody need me14:23
pyroencephaliquebye #ubuntu14:23
Brain__hi, i just went to update my arm64 vps running ubunu 22.04, and it wont update. seems the mirror is gone: http://gb.archive.ubuntu.com/ubuntu/dists/jammy/main/binary-arm64/Packages -> 40414:49
Brain__only arm64 is gone, amd64 is fine14:49
leftyfbBrain__: ports.archive.ubuntu.com for arm14:50
Brain__thasnks, i'll give that a go14:50
leftyfbBrain__: sorry, ports.archive.ubuntu.com/ubuntu-ports for arm14:50
Brain__http://ports.archive.ubuntu.com/ubuntu/14:52
Brain__you sure?14:52
Brain__ubuntu-ports is 40414:52
leftyfbsorry about that14:53
leftyfbports.ubuntu.com/ubuntu-ports14:53
Brain__perfect, thanks14:56
Brain__this wouldnt be a problem if my hosting provider didnt decide to make their own mirror and break it, causing me to try and track down the correct arm64 jammy port url14:56
charliearth2012Hello15:00
josh_good morning, i am having an issue with screen constantly going black in the middle of something. Sometimes, it takes forever to get it to a normal state. It also goes to the logon screen sometimes looping several times before I am able to login. Can you help?15:13
josh_running ubuntu 24.015:13
tomreyn!yy.mm15:14
ubottuUbuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle15:14
tomreynhi josh15:14
tomreynyou're probably referring to Ubuntu 24.04 LTS?15:14
josh_The release which occurred in June or july of this year.15:14
leftyfbApril15:14
josh_yes you are right. the issue  is annoying15:15
tomreyn.04 refers to month 415:15
tomreyndo you know which graphics driver you have there?15:15
josh_Not sure, it used to work fine15:15
tomreynso something changed, any idea what may have changed?15:16
josh_it worked fine before under 23.0415:16
josh_Debian as well15:16
josh_Could it be the laptop flex?15:16
tomreynsorry, i don't understand what you mean by "laptop flex"15:17
tomreynlet's see some logs, if you don't mind? run this in a terminal:   journalctl -bk |& nc termbin.com 999915:17
josh_Not sure but I would love to find a solution per my above description15:17
tomreynsorry it's   journalctl -kb |& nc termbin.com 999915:18
tomreynyou can also always get some information on your computer at    Settings -> About15:19
tomreynbut i'd prefer the logs15:19
i-Areosuname -a15:19
tomreynjosh_: stability issues?15:25
tomreynmaybe also connect with a smartphone or tab or other computer15:25
donquesohello, I tried to install 6.5.0-18-generic, along with modules and modules-extra, however once I boot in, my ath9k wifi driver doesn't load and isn't loadable through modprobe either15:26
leftyfbdonqueso: what release of ubuntu?15:26
donqueso22.9415:26
donqueso0415:26
tomreynjosh_: try web.libera.chat in a web browser15:26
leftyfbdonqueso: I would suggest just sticking with the linux-generic-hwe-22.04 kernel15:27
josh_thanks for the info..here' is the result: https://termbin.com/462515:27
leftyfbdonqueso: which is on 6.8 now15:27
donquesoleftyfb: is it the one that is denoted as linux-lts?15:27
leftyfbdonqueso: the package name is linux-generic-hwe-22.04. Just install that15:28
donquesoleftyfb: alright, thanks. I'll try that15:28
ravageThat OOM killer does not look good15:28
ravageHow much RAM does that desktop have josh_15:29
josh_4 gb15:29
ravageOk that is the bare minimum really15:29
josh_Hope I find an answer either kernel or bugs might be the issue15:30
ravageYou should maybe try a lighter version of Ubuntu like lubuntu or xububtu15:30
tomreyndoes this issue occur before you put the computer to sleep? it's been through *many* suspend/resume cycles15:30
ravageIt looks like the kernel randomly kills tasks because the system is out of memory?15:31
tomreynravage: got an example?15:31
ravageI'm on the phone15:32
josh_is there a way at the terminal to take care of the suspend and wake up issue permanently, though i suspect it might as well be a kernel issue15:32
ravageParsing the log is not great :D15:32
ravageFound oom 102 times on that page15:32
ravageBut maybe he really just suspends and resumes a lot15:32
tomreyn'OOM killer (dis|en)abled.' is just a side effect of PM events, yes15:33
tomreynjosh_: i think you can disable sleeping in Settings really15:33
tomreynSettings -> Power -> automatic suspend off15:34
tomreynand maybe try a different power mode15:34
vainamoinenhi I'm having some problems with my ubuntu that i setup last week and somehow have managed to disable the gnome-desktop. I was installing flatpak and adding repos to the /etc/apt/sources.list and that was when the gnome-desktop quit on me. I was logged out and the password prompt didnot respond so I hard reset the computer and all I've deen able to do with it now is in the tty, and with i3wm I had15:37
vainamoineninstall before I broke the gnome-desktop somehow15:37
vainamoinenhas anybody here done that before?15:38
ravageI would recommend a fresh install15:38
ravageAnd do not add random apt sources15:38
ravageThat usually helps with stability15:38
vainamoinenhmmm fresh install15:39
vainamoinenI guess it does look like that's my only option15:40
tomreynjosh_: so i'm wondering whether you'll have the same issues while the system has not entered sleep/suspend, yet. if not, then i'd recommend updating to the latest bios, or, if none, disabling suspend (at least for now, for testing). as ravage mentioned, 4 GB RAM is barely enough, especially since some of it goes to the intel GPU as VRAM.15:43
josh_can I update the bios under linux15:47
ravageSometimes you can15:48
ravageMost of the time not15:48
ravageYou should check the homepage for your product about that15:49
ravageUbuntu comes with a firmware updater. It supports my ThinkPad for example15:50
=== keypushe- is now known as keypusher
tomreynjosh_: this is a HP Laptop 14-dq0xxx/864D, BIOS F.30 07/04/2023. Do you know the exact model number? https://support.hp.com/gb-en/deviceSearch?q=HP%20Laptop%2014-dq0&origin=swd16:06
tomreynyou can usually find it on the bottom, printed on the battery16:06
tomreyn(in a very small font)16:06
josh_I have the model number but the question is can I update the bios under Linux?16:19
tomreynjosh_: i could tell you if i knew what kind of update mechanism this laptop supports. which i could probably tell when i knew the model number16:25
tomreynyou can also search for linux firmware update support at https://fwupd.org/16:26
josh_HP 14 Laptop, Intel Celeron N4020,16:29
tomreynthe model number will likely be one of these: 5MS62AV 5MS63AV 5MS71AV 5MS64AV16:29
leftyfbjosh_: sudo dmidecode -t system16:31
leftyfbthat should tell you the model#16:31
tomreynhttps://www.hp.com/us-en/shop/tech-takes/how-to-find-hp-laptop-model-number16:33
josh_Yeah, it would be better if you guide me through the upgrade or update process16:33
leftyfbjosh_: sudo dmidecode -t system16:34
tomreynthe upgrade depends on the concrete model, so we're trying to help you find that16:35
vltHello. I installed 24.04 with Full Disk Encryption. Then a kernel update created a new /boot/grub/grub.conf and now I drop to an initramfs shell on every boot.16:47
vltWhat kernel cmdline parameter do I need to add to /etc/default/grub to make Ubuntu ask for my passphrase?16:48
vltAfter opening the LUKS device manually and then exiting initramfs, everything works fine.16:49
spinningCati have a problem17:04
spinningCathdmi cable didnt give me another display17:04
ravagethe cable alone does not create a display. you also need to buy a monitor17:05
leftyfbspinningCat: ubuntu version and hardware models are useful for troubleshooting17:05
leftyfband maybe gpu chipset17:06
spinningCatwaell i had that17:06
spinningCatsudo ubuntu-drivers autoinstall17:06
ravagealso testing the cable somewhere else is a good idea17:06
vltspinningCat: What does `xrandr` tell you?17:06
spinningCati did that let me see if it worked17:06
leftyfbalso, some HDMI cables are directional17:06
spinningCat<spinningCat> sudo ubuntu-drivers autoinstall17:07
spinningCatoops17:07
spinningCatScreen 0: minimum 16 x 16, current 1920 x 1080, maximum 32767 x 3276717:07
spinningCatXWAYLAND0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 380mm x 220mm17:07
leftyfb!paste | spinningCat17:07
ubottuspinningCat: For posting multi-line texts into the channel, please use https://bpa.st | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.17:07
spinningCatsorry about that17:07
leftyfbspinningCat: ( cat /etc/os-release ; sudo lshw -c display && randr ) | nc termbin.com 999917:11
spinningCathmm rander not found17:13
spinningCati should check what package is it17:13
leftyfbsorry17:13
leftyfbspinningCat: ( cat /etc/os-release ; sudo lshw -c display && xrandr ) | nc termbin.com 999917:13
spinningCatleftyfb, https://termbin.com/a5vg17:14
leftyfbyou have a discrete GPU and integrated. xrandr is only showing 1 output17:16
leftyfb!nvidia | spinningCat I'm guessing you might want to try the official nvidia drivers17:16
ubottuspinningCat I'm guessing you might want to try the official nvidia drivers: Drivers for Nvidia graphics cards: (A) No gaming/CAD/CUDA needed or legacy hardware? Use "nouveau" (open source, lacks many features). (B) Otherwise, "nvidia" (proprietary driver, fully featured). Install using "ubuntu-drivers" CLI or apt - not from nvidia.com. Driver series, hardware support (release notes): https://www.nvidia.com/en-us/drivers/unix/ - Latest  (1 more message)17:16
spinningCatlet me reboot my machine i will come back17:18
spinningCatokay it fixed17:20
spinningCatthank you leftleg_17:21
=== blinkie1 is now known as blinkie
=== blinkie1 is now known as blinkie
=== travisghansen9 is now known as travisghansen
=== kwiatekstas1 is now known as kwiatekstas
=== gry_ is now known as gry
=== DocMors_ is now known as DocMors
AavarI guess it's a bad idea, but is it possible to image a system drive while the system is running?19:42
ioriapossible ? yes, i did it with dd, recommended ? maybe not19:44
tomreynsome file systems can do snapshots, and lvm can, too, so you can backup that snapshot. but it's still not a good idea for a backup.19:44
topcat001Do it from a live usb19:56
AavarWhat I was thinking was to have a separate image (or infact a drive) as a system backup so that it could be replaced if the drive where to fail. Maybe a raid setup would be better, but I am also looking to do this on a SBC with a sd-card for storage...20:10
leftyfbAavar: just have backups and a way to rebuild/reconfigure it. I know people are probably tired of hearing it from me, but ansible has made my life so much easier having playbooks to rebuild all of my machines within minutes20:12
Aavarleftyfb: I have been thinking about getting into ansible. Much of my stuff is running in docker anyways, so if I could recreate the rest with ansible, that would be great...20:14
leftyfbyou can20:14
leftyfbI have several SBC's that are rebuilt using ansible and are also using docker20:15
=== Descartes is now known as Guest1091
=== Guest1091 is now known as BertrandRussell
=== BertrandRussell is now known as Guest9894
=== Guest9894 is now known as RafaelNadal
=== puff` is now known as puff

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!