=== xenial is now known as Guest3284 [00:06] cloudcell: glad you got it going. so you ended up going with ubuntu 20.10? [00:07] Croran: actually, Xubuntu [00:07] i had to switch [00:08] cloudcell: huh? xubuntu 20.04 then? [00:09] yes [00:09] xubuntu 20.04 [00:09] weird. what about xubuntu lets you install cuda 11 where normal ubuntu limits you to 10? === cacti is now known as ice [00:15] I mean what is it about xubuntu... [01:25] Croran: there isn't anything. xubuntu = ubuntu with the xfce desktop installed by default. Everything else is exactly the same [01:47] leftyfb: yeah that's what i thought. though isnt' the xubuntu installer different and worse than the vanilla installer? [01:47] isn't* === M4he is now known as mahe [02:15] <[itchyjunk]> hi i wanted to install something on ubuntu server. the website for the software says use snap but it's looks gui'ish. is there a way to install non gui version when installing? some flag or somesuch? :s [02:15] [itchyjunk]: what are you trying to install and what version of ubuntu? [02:16] <[itchyjunk]> 20.04. i wanted to install Coq [02:16] <[itchyjunk]> https://coq.inria.fr/download [02:16] <[itchyjunk]> they also mention opam for advanced users but idk what that is either [02:18] [itchyjunk]: you'll have to get more support from that project. To install what they are suggesting run: sudo snap install coq-prover # beyond that, using the app or it's components would be done from their documentation and/or support [02:18] <[itchyjunk]> oh okay === j2bv17 is now known as j2bv16 === boubou_ is now known as boubou [04:01] Hi I have a quick question when I enable IPAddressDeny=any on a service the service is sandboxed as expected, however if I then start up a KVM virtual machine I find that I all sandboxing for IPAddressAllow/IPAddressDeny no longer works. For instance if I then run systemd-run -p IPAddressDeny=any -t /bin/sh I can ping 8.8.8.8 without any problem. To break this Im running virsh start parrot - where parrot is [04:01] my linux based VM. Is this expected behaviour, the only way I can get sandboxing to work again is a reboot? I replicated it on my laptop as well with both environments running Ubuntu 20.04. [04:02] is this a bug or am I not using systemd correctly [04:02] on ubuntu [05:27] Croran: I think that ubuntu has a system that uses "snap" containers by default and xubuntu does not. Or maybe the reason is different. As far as I remember, the main reason I switched to Xubuntu is that I have it on my main computer. Another is that as far as I remember I was able to install cuda but failed to install cudnn, which, as it turned out, requires runtime libraries to be installed before the dev libraries... [05:27] So it might be totally my fault [06:33] Hi [06:33] Anybody here tonight [06:33] I have ubuntu 20.04 installed on new pc. Everytime I reboot I get put into grub shell [06:34] I have to type set prefix=(hd3,gpt2)/boot/grub and set root=(hd3,gpt2) and insmod normal and normal and then I get the grub menu back. [06:34] This happens to me EVERY time I reboot the PC. I already ran update-grub and made sure grub installed correctly [06:35] How come this keeps happening? And how to fix [06:36] Hash: can you share your grub cfg in a pastebin so volunteers can have a look for you [06:38] sec [06:39] lotuspsychje and everyone: https://termbin.com/rjqm [06:39] from /boot/grub/grub.cfg [06:41] Please let me know what else you may need [06:42] Hash: etc/default/grub too plz [06:42] https://termbin.com/rc1w [06:43] 0,0 is 1TB ssd, for VM hdd passthrough only for dedicated VM. [06:43] hd1 is storage. hd2 is storage [06:43] hd3 is ubuntu hdd, 128gb ssd, where /boot/grub is [06:44] However, the hd0 (for Vbox passthrough only) has a windows 10 vm, which I also boot physically [06:45] hd0 also has an EFI partition, made by microsoft, with no drive letter. When i browse that partition, on hd0, i see an Ubuntu folder in EFI folder [06:45] So, there are two hdd, hd0, and hd3 where there are TWO efi partitions, what my EFI/bios sees [06:45] So, when I choose the hd0 from bios, I boot into windows directly. [06:46] When I select hd3 from bios/efi, I get grub shell. [06:46] So perhaps there is a confusion in grub on which actual hd to install to? [06:46] What do you think? [06:49] not sure myself yet Hash comparing with my grub, only differs GRUB_TIMEOUT=0 [06:50] lemme check my other box holdon [06:50] Thank you very much my friend [06:50] <3 [06:51] Hash: here i got a #GRUB_TIMEOUT_STYLE=menu because grub dissapeared on me once too [06:51] Hmm [06:52] So if you have this setting, it just auto drops you into a grub shell each time on reboot? [06:52] No menu at all? So my config is messy? How could it break I wonder [06:52] Hash: yeah it auto gives you menu, but you can play with timings like timeout 5sec and pick your fav Os [06:53] I wonder if I can verify this in a vm without having to reboot to test. [06:53] GRUB_TIMEOUT_STYLE="hidden" [06:54] If ‘GRUB_TIMEOUT_STYLE’ is set to ‘countdown’ or ‘hidden’, the timeout is instead counted before the menu is displayed. [06:54] https://www.gnu.org/software/grub/manual/grub/html_node/Simple-configuration.html [06:55] Nowhere does it say it drops you into a grub shell. [06:55] I'm unsure whether this is the setting related to my issue. [06:55] Can anyone verify if this is set to 'hidden' like my config, it would result in a grub shell on boot? (sounds odd) [06:55] Hash: hidden is default (not showing grub) [06:56] Right, I don't care whether the menu shows up or not. I'm trying to figure out why I'm put into a grub rescue shell. [06:57] https://i.stack.imgur.com/RzPF5.jpg here's what it looks like when I boot up [06:57] Hash: try playing with it, perhaps if changing to a menu it might influence your shell [06:57] https://unix.stackexchange.com/questions/329926/grub-starts-in-command-line-after-reboot [06:58] ok [06:58] I think I should grub-install /dev/sdd (hd3) [07:01] Ok [07:05] ok [07:05] So I tested 'menu' and 'hidden' and neither made a difference [07:06] I did grub-install /dev/sda (hd0) [07:06] ok Hash [07:06] And I did grub-install /dev/sdd [07:06] Then I did update-grub and now menu shows up [07:07] Since the OS hdd is sdd, it was installing grub there, but I think bios boots automaticaly from hd0, which is sda, so I put grub there too [07:07] I dunno. I guess it works now. Thanks a lot dude [07:08] http://hackerpublicradio.org/eps.php?id=3429 [07:08] try the offtopic channel === dtomato771 is now known as dtomato77 === Andrew is now known as AhkilKumar === AhkilKumar is now known as Andrew [09:24] Hi all, I'm having an issue whereby when I connect my DAC (from Roon software), to PC, my keyboard and mouse freeze/are disconnected. Here are some logs, can anyone assist? https://pastebin.com/atZ4V8pg [09:48] helllo [09:55] hi === blackest_mamba_ is now known as blackest_mamba [10:56] ren0v0: wich ubuntu release/kernel version are you on please [10:59] Hi @lotuspsychje 20.04.3 5.11.0-27-generic [11:00] ren0v0: could you test that on a previous kernel too? [11:00] we having a lot of 5.11 bugs going on recently [11:00] @lotuspsychje, i'm quite sure it's unrelated to kernel, I was toying with UDEV with UDEV rules for android dev tools [11:01] o well, you know better than me, just didn't feel like a coincidence [11:01] do my logs look more like a kernel issue than anything else then ?> [11:01] ren0v0: im not assuming anything yet, just trying to widen your testing options [11:04] @lotuspsychje, what kernel do you suggest trying ? [11:04] ren0v0: a non 5.11 one if you still have one in your list [11:04] ok brb [11:07] I want to run a graphical program with sudo. Is it still recommended to use 'gksudo' or something like that? [11:09] @lotuspsychje, apparently that isn't so easy as I've since tried a different FDE install method whereby boot is also encrypted, so I cannot seem to get to grub menu at boot [11:10] how do i change kernel via cli without using grub menu ? [11:11] In my case the graphical program is Wireshark. It seems I can add my user to a specific group to gain the privileges I need, so I'll try that. Sounds better. [11:11] i need help [11:11] my wifi connection is getting lost in every few mins [11:12] Woohoo! It owkrs [11:28] hello [11:56] ren0v0: looks like something is messed up with udev [11:56] @TJ-, yea I think so, no idea how to fix it though [11:57] is it possible to basically reset it? [11:57] ren0v0: I've only just looked in so not sure where you've got to. Are you currently able to boot and control the problem system, or not? [11:58] O yes, everything is fine, the issue only happens when i try to connect a new USB device (which is Roon connected DAC) everytime i boot, so its pretty annoying, and this disconnects my keyboard [11:59] ren0v0: as an aside (I wrote the FDE guide) you can always get to the boot menu at startup by repeatedly tapping the Esc key just as the motherboard firmeare is handing over to GRUB. The problem there is that by default, Ubuntu devs thought it a wonderful idea to both hide the GRUB menu entirely, and set the timeout to 0! [11:59] No way... i was trying to get hold of you at the time as there is typeo [11:59] ren0v0: OK, and as I read your earlier comments you've added your own udev .rules for that? [11:59] ren0v0: oh no, not another! [11:59] https://help.ubuntu.com/community/Full_Disk_Encryption_Howto_2019 this one? [11:59] ren/me nods [11:59] oops, see, I'm good at typos! [12:00] it was doing my head in, sec [12:00] ${DEVP}1 [12:00] you copied it everywhere [12:01] o wait, i see an export now [12:01] # export DEVP="${DEV}$( if [[ "$DEV" =~ "nvme" ]]; then echo "p"; fi )" [12:01] maybe this line didn't work ? [12:01] Yesl it gets set if the install device is NVME only [12:01] DEVP didn't work after this [12:02] ren0v0: you install to an NVME /dev/nvme* ? [12:02] nope [12:03] i guess this export statement could be wrong then? [12:04] in which case DEVP and DM should not be changed (those lines add a 'p' (for Partition) suffix for NVME device napes - which other devices don't have). Those lines have been extensively tested with people who have NVME and those that don't, including me, so I'll be surprised if it breaks. [12:04] ren0v0: what Ubuntu release were you installing? [12:04] @TJ-, the variable didn't exist [12:04] 20.04 [12:04] I just had to remove P from every command [12:05] you can always get to the boot menu at startup by repeatedly tapping the Esc key just as the motherboard firmeare is handing over to GRUB < nice tip thanks [12:07] ren0v0: that Ubuntu default config to make the boot look 'pretty' annoys the hell out of me since it is needed when things go wrong and then owners cannot get into their systems easily unless they know. Before UEFI it was easier since you only had to hold down Shift and GRUB could check the state of the Shift/Ctrl/Alt bits set by BIOS, but with UEFI you there is no way to detect those keys are held [12:07] down, only a KeyDown or KeyUp event [12:07] @TJ-, as for the udev issue, i have removed 51-android.rules so will test on next reboot [12:08] ren0v0: in the FDE instructions, the only way I can se those statements failing is if the shell was /not/ bash since they use bash-specific functionality [12:11] ren0v0: udev: yes, that's what I'd suggest. I'd also suggest operating from a text console rather than GUI and monitor the kernel log at the time the device is connected /and/ capture the log. E.g. switch to a console with Alt+Ctrl+F3, log-in, then "journalctl --dmesg --follow |& tee ~/bad-device.log" (pressing Ctrl+C to exit the log capture) and Alt+F1 or Alt+F7 to return to the GUI [12:11] ok thanks will SS this [12:11] ren0v0: I'll check the installer do use bash (not dash) when 'sudo -i' is used [12:12] i may have done that ^ [12:12] o, that's your first command i assume [12:12] sorry my memory isn't great [12:12] Hi folks [12:12] hey [12:13] It's possible when I added those instructions I tested locally with my default 'bash' and didn't think that the default shell for roto is dash [12:13] I don't see any mention of 'bash' across the entire article so that could be the problem [12:13] ren0v0: I've also just noticedthe wiki has broken the links to the last few images as well; I'd best edit [12:14] @TJ-, on a sidenote I've had a few hangs on shutdown [12:14] I feel it could be related to mounted luks containers [12:14] maybe I'm being lazy with unmounting, but never used to have such issues [12:15] ren0v0: well you can check the previous logs. systemd-journald is great for that. "journalctl --list-boots" lists prior logs and a negative-based index, so you can look at the last boot with, for example "journalctl -b -1" (and add additional options to limit that, such as "--dmesg" or "--unit NetworkManager" or whatever [12:18] @TJ-, most have this at the end https://pastebin.com/jYDE8Zgn [12:22] ren0v0: I think that may just be an issue with ordering of unmount jobs with systemd. I don't get that but I do get "systemd-cryptsetup[4781]: Device LUKS_VG is still in use" which is the container for the OS rootfs/var/home LVs [12:23] next time i have to force shutdown i will check this again [12:24] if LUKS_BOOT hosts /boot/ which in turn hosts /boot/efi/ which is the EFI-SP, so I wonder if that latter didn't get unmounted [12:42] ren0v0: fixed the article for you :) https://help.ubuntu.com/community/Full_Disk_Encryption_Howto_2019#Pre-Prepare_Encrypted_Partitions [13:28] is there a way to see pdfs IN the terminal with terminal emulators like Kitty? [13:29] _(without converting to text) [13:31] by definition a 'terminal' is an analogue of a teletype terminal, e.g. text-only. Consoles can do graphics too though. [13:32] Yeah, like Terminology with 'tycat' and Kitty with 'icat'. [13:32] less foo.pdf shows the contents of a pdf as text [13:33] jatt: that is only if 'lesspipe' is doing its thing [13:33] TJ-: right [13:33] Without converting to text though [13:35] I want to a pdf open in one pane on tmux and a terminal opened on the other [13:36] I don't think it's possible to render PDF directly on a terminal [13:36] Oh okay [13:48] you can load the PDF into the default handler with "xdg-open path/to/file.pdf" [13:53] maybe links2 can handle pdf extension? didnt test myself === quitman_ is now known as quitman [14:39] why no sound in ubuntu 20.04 LTS ???? [14:40] spawn: wich kernel are you on? [14:42] spawn, check alsamixer, automute is probly enabled [14:42] how to enable ? [14:43] i mean disable.. [14:44] find automute on the far right and use the down arrow key to disable [14:45] thnks [14:45] yw === kostkon_ is now known as kostkon [16:38] hey after i reboot my pc 2 or 3 times i get disconnect idk why i can't even see my wired conenction button . thanks for helping. greate community [16:40] hello [16:40] hey [16:40] just joining as a test of erc [16:41] for emacs [16:41] i guess you did it :) [16:41] yeah [16:41] i basically just started using emacs for a lot [16:41] i moved from vscode to emacs [16:42] i'm personally vim user. so... yup [16:42] use nano, emacs is for ppl from red-hat. [16:42] emacs isn't just a text editor [16:42] i do use evil (vim in emacs) bindings [16:42] and plus emacs is part of gnu [16:43] i also replaced gnome terminal [16:43] and now hexchat [16:43] i'm doing a rabbit hole of linux type thing [16:44] :)) [16:44] i have a terrible pc so instead of ubuntu i'm using xubuntu [16:44] my first linux distro was kano os for the raspberry pi [16:44] i kinda use a lot distros [16:45] I'm trying to resist the urge to distro hop [16:45] now look at me, using linux mint and installing xubuntu on a vm on my **cough cough** windows machine [16:45] i like to have a raspberry pi . i wanna try it out [16:45] cough [16:45] i only use windows cause gaming [16:46] gaming on linux gets very better since like steam things [16:46] yeah [16:46] wait how do i shift a whole buffer in emacs [16:46] nvm just made a new window and moved to it [16:47] i think you can get that on gnu.org [16:47] also i use doom emacs specifically [16:48] i want u to do sth [16:48] type emacs on google [16:48] see what happens [16:48] Last time i used emacs my computer froze...:P so now i use featherpad. [16:49] did you mean vi lol [16:49] :) [16:50] why [16:50] btw i used eww to do it [16:50] emacs web wowser [16:50] google's stupidity i guess [16:50] i use chrome on my linux mint pc too lol [16:51] out of the box **cough cough** [16:51] redhat is crazy stupid [16:51] another cough :) [16:51] somebody needs a ricola [16:52] lol [16:53] xubuntu finally installed [16:54] it's a bit laggy on 2gb ram with 2 cores [16:54] i'm not really in these ubuntu based distros but ok i guess [16:56] I believe 2gb is the minimum recommended [16:56] for xubuntu [16:57] so i'd expect a bit of a laggy experience [16:58] with xfce? [16:58] i'm not sure [17:00] actually yes [17:00] i do have some la [17:00] g [17:01] it's usable now [17:03] yay [17:03] nice [17:04] in pidgin on xubuntu vm [17:04] still have erc open on my laptop [17:04] see [17:04] indeed [17:05] time to install linux mint and manjaro and arco and **cough cough** freebsd [17:05] arco [17:05] archlinux based? === optimus is now known as linuxprime === keypushe- is now known as keypusher [18:07] <[itchyjunk]> Hello, i installed an app using snap. But if i go to Show Application -> CoqIDE it says "Desktop file didn't specify EXEC value". But if i open a terminal and `/snap/bin/coqide` it runs. Any easy fixes? [18:08] [itchyjunk]: yes; the snap package has a bug [18:08] <[itchyjunk]> :( [18:08] :( [18:13] <[itchyjunk]> I am googling and i see other people reporting it but no suggested solution :( [18:14] the wonderful world of snaps :) [18:15] <[itchyjunk]> Would I run into issues running things via terminal that way? [18:17] Not really. [18:18] <[itchyjunk]> Then i guess i'll do that for now [18:18] You just see a bunch of console output [18:20] [itchyjunk]: if the application is for terminal only then maybe the .desktop file is only intended to provide an icon [18:21] <[itchyjunk]> It launches a GUI IDE for Coq [18:21] <[itchyjunk]> so i don't think it's a terminal thing. [18:22] It'll be just fine running manually from terminal. No big deal. [18:22] hmmm, so yes, would sound like a bug unless snaps are supposed to do it differently [18:22] You can try something [18:23] Make a little bash script, #!/bin/bash \n cd /wherever/coq/is \n commandtorunide [18:23] Make it a+x, and put it in your $PATH somewhere [18:23] Then when you go to your DE start > run and type the bash script name, should launch [18:23] See how that behaves. [18:24] Could probably make a desktop icon to launch the bash script tht starts your IDE [18:25] What's the actual bug? Where is the bug report, find it. [18:25] copy the current .desktop file int $HOME/local/share/applications/ and add the missing Exec= line :) [18:25] sans my typos of course! [18:25] I assume the generated file would be nice. [18:25] I mean with the Exec= [18:26] But it would make more sense to know which actual bug report we're talking about [18:26] <[itchyjunk]> i think this is related to my issue [18:26] <[itchyjunk]> https://forum.snapcraft.io/t/certain-apps-wont-open/14929 [18:26] <[itchyjunk]> But i am not 100% sure [18:26] <[itchyjunk]> they have issues launching different applications though === ubuntu is now known as Guest2865 [18:27] <[itchyjunk]> I am not sure how to find identical bug reports as mine. I imagine not a lot of people install this application [18:27] * Hash uses emacs [18:28] https://i.imgur.com/YqJoT3Z.jpg [18:28] <[itchyjunk]> Yes, all the advanced users seem to use opam and emacs or w/e else it is that they use .. [18:28] Tiny, 6.0MB binary, cutomized easily peasily [18:29] I don't use even a gooey emacs. Just cli [18:29] [itchyjunk]: get on emacs (possibly vim too or emacs evil mode) [18:30] But I also really love Netbeans. I use everything, test out all toolkits and dev env. [18:30] <[itchyjunk]> I installed emacs and looked up a tutorial which was 700 pages long. [18:30] I always seem to come back to emacs and netbeans. No matter what else. [18:30] Yes. It's a learning curve. [18:30] But very very very highly rewarding. [18:30] The return on your emacs learning investment is going to be multifold [18:40] https://www.youtube.com/watch?v=jPkIaqSh3cA [itchyjunk] [18:40] The Basics of Emacs as a Text Editor [18:40] Check out some videos, they might help more [18:48] There is a lot of stuff in 'Lost & Found' menu [18:48] What is this? INN Barn and other wine old sierra games still show up that I no longer have [18:49] #openbsd [18:50] ? [18:52] @Hash: it was a typo [18:57] hey i configured my alacritty but it doesnt get changed . i make that folder and copy that .yml file but nothing happened. any idea? [19:02] hi. i wanna install ubuntu on ssd but it keep saying that it can't create ext4 filesystem what's the problem? thanks for community [19:03] hola! === ubuntu is now known as Guest3574 === cacti is now known as ice [20:19] what can I use to convert a .sub file to a .srt one? [20:19] mkvtoolnix has nothing for this [20:19] vobsub cannot be opened with geany [20:44] gneeriiloeepdeer: should we assume that you have done a web search for "ubuntu convert .sub to .srt" or similar, yet? [20:59] well, I found this, https://askubuntu.com/questions/149798/how-can-i-convert-idx-sub-dvd-subtitles-into-a-text-srt-subtitle-file but I was wondering, can it be done with ffmpeg? to [20:59] tomreyn, [21:01] gneeriiloeepdeer: i do not know. my guess would be, since OCR is not ffmpeg's primary, no. but i can be wrong. [21:02] *primary purpose [21:05] https://github.com/dguglielmi/VobSub2SRT might work [21:06] and maybe https://snapcraft.io/vobsub2srt [21:08] tomreyn, thats the same thing, right? [21:08] different forks of the same original code from 11 years ago [21:26] oh [21:28] tomreyn, I dont know how to pull code from github... [21:31] git clone? [21:34] although I found it in snap... [21:37] gneeriiloeepdeer: yes, git clone [21:37] gneeriiloeepdeer: yes, git clone [21:38] Hash, im too dumb for that: I cloned the repo with the url and then I executed 'vobsub2srt' I was told to install from snap [21:38] Im installing from snap, apparently it's easier [21:38] Yes snaps make it easier [21:39] ... [21:40] this vobsub is saved as a mks file, but vobsub2srt doesn't recognize it [21:40] do I need to find something that converts mks to srt? [21:45] has any of you ever tried https://askubuntu.com/questions/1200997/mks-to-srt-conversion? [21:46] ahhhhhh [21:46] I screwed up my network settings [21:47] fmlatghor: don't do this! also, do you have an ubuntu support question? [21:47] tomreyn: my question is how did I get dns to resolve [21:48] I did the same thing on fedora [21:48] I started messing with dhcp and other stuff... [21:48] dns won't resolve too soon, even though there are some alterantives now. [21:49] yoube you're asking how to resolve fully qualified domain names against dns recursors? [21:49] I think what happened [21:49] or how to configure authoritative dns servers? [21:50] was that I removed an important package [21:50] yoube -> maybe [21:50] right now I'm doing it manually [21:50] apt logs are in /var/log/apt/history.log [21:50] I'm trying to install Ubuntu Server 20.04 for a Raspberry Pi on an SSD. I tried just dding the RPI image on the SSD, but the RPI seemingly won't boot it. As best I can tell USB boot is enabled on the Pi. On the rpi when I cfdisk the image I do see two partitions. Anyone have any ideas? [21:50] tomreyn: I have a script that connects to my network with iwctl then configures dhcp with dhclient [21:51] tomreyn: I just mean domain names [21:52] fmlatghor: and the resolver that was configured via dhcp no longer responds now? [21:52] I don't know [21:52] or does it no longer get dconfigured via dhcp? [21:52] tomreyn: ubuntu uses systemd-resolved? [21:52] fmlatghor: yes [21:53] by default [21:53] at least on the supported releases [21:55] SJrX: did you follow the tutorial? [21:56] No I haven't found a direct tutorial for RPi + USB SSD on Ubuntu. [21:58] USB SSD is no different than HDD [21:58] hmm i'm not sure that those can boot off usb. maybe they can, i just don't know. [21:58] i think you need to burn one time fuse in rpi for that [21:58] programtically [21:59] But it is seemingly different from SDCard. I guess I did just find this post, which maybe says that Ubuntu 20.04 won't work this way _directly_ and that I could try Ubuntu 20.10 so I'm trying that right now: https://www.raspberrypi.org/forums/viewtopic.php?t=295609 [21:59] i see. i only remember that there were problems with usb booting related to otg mode [22:00] I was expecting Ubuntu Server to require a USB to install the standard way, kind of surprised that it has these "preinstalled images". [22:00] SJrX: you can just keep sd card in, and mount / (root) from usb [22:00] you just need to set partition's uuid in cmdline.txt [22:00] so bootloader starts from sd, but rest is handled by ssd [22:00] SJrX: the 'special thing' making things more difficult here is not ubuntu ;) [22:01] tomreyn, I didn't mean to slight ubuntu with that. I undrestand the RPi has some oddities. [22:02] rud0lf, I didn't buy an sd card unfortunately. [22:02] And I was hoping to build a RPi k8s cluster, so I don't want to go buy 6 SD Cards. [22:02] note that 20.10 is EOL, and there are later 20.04 releases [22:03] Yeah I'm trying 21.04 [22:03] maybe netboot would be an option for you [22:03] It does seem to want be trying to boot from the net. [22:04] Ooooh 21.04 worked, yay! [22:12] SJrX: https://www.instructables.com/Raspberry-Pi-4-USB-Boot-No-SD-Card/ looks like a good guide [22:12] (not tested here) [22:13] I think the guides are a crap shoot. I actually just tried with Ubuntu 21.04 and it booted fine. So my problems are solved. [22:15] As these will just run k8s, I'm mostly fine running 21.04 and then 21.10 until 22.04 [22:26] tomreyn: I fixed the issue -- I had to change the nameservers in my resolv.conf [22:26] thank you [22:28] you're welcome [22:28] but note that resolv.conf is not static by default. not unless you make it static [22:29] that's what I'm doing now [22:29] seeing if it actually lasts [22:30] it's a symlink by default. you could delete the symlink and place a file there if you really think that's how it should be (i recommend first reading the relevant man pages to understand your options) [22:30] unfortunately you wer eright [22:31] a rare exception [22:36] I'm trying out systemd-resolved, but if that doesn't work [22:38] :/ [22:40] it's not clear what is "it" that's "not working", and how you can tell. but aside from that, make sure you read the DESCRIPTION and /ETC/RESOLV.CONF sections of systemd-resolved(8) [22:41] I decided to just stick with resolv.conf [22:41] It would probably be a good idea to learn systemd-resolved, except I don't want to spend the rest of the day doing that [22:42] I know nothing about what your talking about but be aware sometimes systemd will overwrite config files so make sure that isn't one of them [22:42] I disable systemd-resolved [22:42] and I removed the symlink [22:43] hahaha, hopefully that's enough [22:45] simply the case is that I've already wasted so much time today trying to configure things on my laptop and I don't want to go down a rabbit hole [22:45] resolv.conf how I configured it was working so why not just stick with that [22:45] because systemd, i would get used to it [22:46] oerheks_: maybe if it was my server [22:46] except this laptop I need working === beaver_ is now known as beaver [22:46] by tiistai [22:46] tuesday [22:48] so will learn it at some point, but now is not the right time, oerheks_ [22:55] Hi all [23:18] Hi is this an appropriate place to ask a Linux nub question? [23:19] !ask | QuickBASIC [23:19] QuickBASIC: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience === c10l1 is now known as c10l === westor is now known as Guest8607