/srv/irclogs.ubuntu.com/2022/05/27/#ubuntu.txt

=== fmatrixchiang1 is now known as fmatrixchiang
barghi, on a VPS console, any idea how I can download multiple files simultaneously.. i'm using the youtube-dl command. (which is like wget but for youtube videos). The problem is that if I have a script that runs youtube-dl [url]  then youtube-dl [url] it doesn't do them simultaneously. It runs one then when that completes it runs the next one01:14
llanhmodthere's another version of yt-dl... forget what it's called....try that01:16
sarnoldthere's a few possible approaches; youtube-dl http://whatever/foo & youtube-dl http://whatever/bar & ...01:16
sarnoldthe & will ask the shell to run them in the background, but they'll probably spew output all over the terminal. it won't be great fun01:17
ravagellanhmod, https://github.com/yt-dlp/yt-dlp01:17
llanhmodravage: possibly that01:17
sarnoldyou could run screen or tmux or byobu to get a 'windowed' interface with as many shells as you want01:18
sarnoldscreen / tmux / byobu are fantastic because you can also disconnect your ssh and it'll stay running. I run my irssi irc client in tmux so it's just always running whether or not I'm actually connected to it01:18
sarnoldyou could also use a program like task-spooler to let you just queue up a bunch of them, and it'll run N of them, and when one stops, it'll start the next one for you. you can configure how many will run at once. it'll save stdout and stderr from the programs in a handy format for retrieval later. it's pretty handy when you need it, but it's probably not somethin gyou'd use every day01:20
llanhmodsarnold: it would be if automated01:20
sarnoldllanhmod ?01:20
llanhmodsarnold: read that wrong... my bad01:21
llanhmodall I read was not something used every day01:22
sarnoldllanhmod: oh! :)01:22
sarnoldllanhmod: good point, hehe01:22
bargthanks01:27
IRONBOBCAT32Hello!01:37
=== five67 is now known as five6
bargso if I have a file with a list of 10 youtube URLs to download, and I wanted to use 10 screens, each downloading one file, how would I do that automatically?02:42
barg(so , without manually going to each screen and executing the relevant command?)02:43
sarnolddoing ten simultaneous downloads from youtube feels like the sort of thing that'd get you blocked; I'd probably just do youtube-dl url1 url2 url3 url4 url5 url6 .. and just grab them one at a time, to try to stay on their good side02:44
enigma9o7[m]why do you need a screen to download at all02:44
bargenigma9o7[m]: well the thought was to download multiple ones simultaneously rather than one then the other.. the speed youtube gives me to download is quite slow. like < 1MB/s02:46
sarnoldyeah, I think they serve data only as fast as you can 'watch' it ..02:47
enigma9o7[m]Well even to do them simultaneously just launch the process in the background by following with ampersand.  No need for multiple screens unless you're trying to minitor progress or something.02:48
enigma9o7[m]And to go faster use yt-dlp someone already mentioned.02:48
sarnoldheck at this point, I bet it's 'use yt-dlp in order to download at all'02:57
sarnoldyoutube-dl has been neglected for so long I'd be surprised if it works on youtube02:57
lord_daemonthere are some distributions for maintenance: DLC, Trinity, REDO, System Rescue.I had one that starts with the letter S, but I deleted it and I can't find it anymore. can anyone help?03:01
=== POLO is now known as Guest775
bargenigma9o7[m]: thanks, yt-dlp(great fork of youtube-dl), seems very fast..and also it downloads the age restricted video no problem.  and yeah i see youtube-dl hasn't been updated in a while.03:24
Unit193!info yt-dlp focal-backports03:26
ubottuyt-dlp (2022.03.08.1-1~bpo20.04.1, focal-backports): downloader of videos from YouTube and other sites. In component universe, is optional. Built by yt-dlp. Size 1,402 kB / 8,258 kB03:26
arraybolt3OK, I think I must be doing something wrong here. I'm trying to bisect a kernel. I know the problem exists in Ubuntu 22.04 and 21.10, but not in 20.04. So I'm trying to install Linux 5.4.0-115 on Lubuntu 22.10 (Kinetic), to see if the bug vanishes when I do that. I've installed linux-image-unsigned (no, I'm not using Secure Boot), linux-modules, linux-modules-extra, and both the "all" and "amd64" versions of linux-headers. I also added a focal mirror04:08
arraybolt3to the installation so I could install crda, wireless-crda, and libssl1.1, which were dependencies of the kernel packages. (This is a test system, don't have a heart attack at the Frankenbuntu I just built.) When I go to boot kernel 5.4.0-115 in GRUB, it just stalls. What am I missing here?04:08
arraybolt3(Oh, the problem also happens on Kinetic - I checked.)04:09
=== Guest775 is now known as POLO
samy1028arraybolt3 : are you able to boot with another kernel then review /var/log/boot.log or any other log to get details?04:13
arraybolt3Yeah, I can boot the latest kernel in Kinetic. I'll look at the log.04:13
arraybolt3I did just discover I forgot to install linux-tools stuff. Would that have messed me up?04:14
arraybolt3Hmm. I'm not seeing anything in particular wrong in the logs. I'm wondering if the kernel is even able to find my disk? Let's see if I can wipe the log and then try to boot into the bad kernel.04:17
arraybolt3Oh, also, when I try to boot the bad kernel, I don't even get a Plymouth boot screen.04:18
arraybolt3And pressing keys on the keyboard doesn't do anything - even Ctrl+Alt+F[1|2|3|etc...] doesn't work. I should try booting it with nosplash and see if I can tell if a kernel panic is happening.04:19
arraybolt3Wow, the bad kernel is really stuck. I tried removing "splash" from the kernel command line when booting, and I didn't get a single line of text on my screen. I just checked boot.log after trying to boot the bad kernel twice, and I only see one boot in the log, that being the boot into the good kernel. So it's not logging anything, and it's not telling me anything on the screen.04:22
arraybolt3(And this laptop used to run Focal, so...?)04:22
kubuntuhi guys04:24
Duck[m]hi04:24
kubuntuhow to force a background image via a script on kubuntu (I have three monitors)04:24
kubuntu?04:24
kubuntuhi Duck[m]04:24
kubuntui'm struggling with a problem i'm having with my setup: 3 monitors, gpu rtx 3080, kubuntu lts, ​​nvidia 470 driver, everytime i hibernate they skip the wallpapers and go the standard ones ...04:26
kubuntuwith 510 drivers we don't talk about it. x11 stopped working on two screens, menu items and black screen ... all disappeared04:27
kubuntuas it happens to him -> https://forum.manjaro.org/t/multi-monitor-setup-in-plasma-broke-after-stable-update-2021-07-28/7634204:28
arraybolt3kubuntu: Sadly this seems to be somewhat complicated to do. There's an answer on SuperUser that might help you: https://superuser.com/questions/488232/how-to-set-kde-desktop-wallpaper-from-command-line04:29
kubuntubut in my case blacklist nouveau seems not to have been enough unless I did something wrong ...04:29
kubuntuI had seen but how do I identify the three monitors?04:30
kubuntui am new to ubuntu, i built my pc specifically for him but this driver problem is really nasty for me ...04:32
arraybolt3I think the script is designed to automatically find all three monitors. If you're trying to set one image per monitor, then you might have to tweak the script to remove the for loop and repeat the code in it three times, one for each monitor, and each one pointing to a different picture. If the pictures show up in the wrong order, tweak the picture order so they show up in the right order.04:32
arraybolt3(Note that not all of Linux is this tricky - this one particular problem is a doozy, many problems aren't near so bad, so don't be discouraged by this.)04:32
kubuntuThanks for the support, and I have been trying to solve this problem for 2 days but im a noob XD04:34
kubuntucould you suggest me how to modify the script?04:34
kubuntui've programmed a little bit in c ++ so i'm not a complete stranger ... but i just don't know where to start here04:35
arraybolt3kubuntu: Hmm, let me stick my mod in a pastebin so you can try it out.04:35
kubuntugreat thank you really!04:36
arraybolt3https://pastebin.com/bJC3Htnw OK, take this, mess with the "file:///path/to/imagefile1" bits to point to your intended pictures, then paste it into a terminal with Ctrl+Shift+V, run it, and see what happens.04:37
arraybolt3I modified it to point to three different files, and assign one file to each desktop, so hopefully if I'm understanding the script right, this should work.04:38
kubuntuI do it right away04:38
arraybolt3samy1028: Hey, thanks for your help. I finally got the kernel to give me some text on the screen, and it is indeed panicing, apparently since it can't find my root disk. I think I can hopefully figure it out now. Thanks!04:39
samy1028arraybolt3 : glad to help point in the right direction :)  One of the best things about these channels.  I may not know the answer but I can provide insight on where to look for more information.04:42
samy1028Similar things have helped me many times before.04:42
kubuntuok it seems that after a few attempts they succeeded Great arraybolt304:47
kubuntuand now?04:47
arraybolt3kubuntu: Well, now that it works, the trick is going to be to get it to start after every boot, even a boot from hibernation. My best guess from a bit of research is to save the script, move it to /lib/systemd/system-sleep, and mark it executable.04:49
=== Vercas4 is now known as Vercas
arraybolt3kubuntu: You can do that by saving the file to your home directory as "wallpaperrestore.sh".04:49
arraybolt3kubuntu: Then, in a terminal, do "sudo mv ~/wallpaperrestore.sh /lib/systemd/system-sleep/wallpaperrestore.sh"04:50
arraybolt3kubuntu: Then do "sudo chmod a+x /lib/systemd/system-sleep/wallpaperrestore.sh".04:50
kubuntuyes it finally works, thanks thanks thanks arraybolt304:54
arraybolt3kubuntu: No problem! Glad it worked!04:54
kubuntuat the new entrance the images had gone for a ride but the script immediately intervened and repositioned them04:55
kubuntumagnificent, finally04:55
kubuntuThanks!04:55
arraybolt3Woot!04:56
kubuntunow I make a screen of the conversation so if I have to do it again I'll know how04:56
kubuntuhowever nvidia drivers and configurations with multiple monitors through display port have read that they have problems04:57
kubuntuoh no, again... https://ibb.co/SNk81rc04:59
arraybolt3Hmm. Quick fix idea, make a symbolic link from the script to your desktop, that way in the event that the script doesn't autorun, you can run it manually.05:00
arraybolt3Hmm. Quick fix idea, make a symbolic link from the script to your desktop, that way in the event that the script doesn't autorun, you can run it manually.05:01
arraybolt3samy1028: Hey, got it to boot! Turns out the initrd wasn't getting mounted because it was using zstd compression. I changed it to gzip compression and it boots now. Thank you so much!05:02
kubuntuno unfortunately in this case it was not the background that was missing, it was precisely x that was skipped. I couldn't even right click on the desktop to put the wallpaper manually05:02
arraybolt3kubuntu: Oh, wow, crud. I dunno how to fix that.05:02
kubuntuhttps://pastebin.com/smpUyQgL05:03
kubuntuI always get this error05:04
arraybolt3Yuck. Looks like your desktop crashed. And this is happening after every boot, or after every wake from hibernation?05:04
kubuntuafter each wake up from hibernation, and sometimes even at startup05:05
arraybolt3Did it only happen after adding the new script? Can you fix the problem by removing the script out of /lib/systemd/system-sleep?05:06
kubuntuit would be nice if it were for the script, no the script was great05:07
kubuntuapparently the problem is nvidia drivers ...05:07
kubuntuI've been fighting for 2 days05:07
kubuntuhttps://pastebin.com/tSKEDsME05:11
kubuntubefore it seemed that through the DPMS option in the xorg.conf file I could solve but this was not the case05:11
arraybolt3kubuntu: Crud. Well, try switching to a terminal with "Ctrl+Alt+F2".05:16
=== scoobydoob is now known as scoobydoo
kubuntuI was able to get back to a normal situation by hitting ctrl + alt + del and then log out> and log back in. but I would like to solve this catch, I can't do this every time ...05:18
kubuntuit makes me think that my xorg file is wrong05:19
arraybolt3Yeah. the problem is, I'm not sure how to reliably set things up to automatically restart plasmashell. I'm thinking along the lines of making a systemd unit to do it, but I'm not sure if that's the best option. Anyone here got ideas on automatically restarting plasmashell?05:19
kubuntumaybe all three monitors should be defined? This current xorg.conf is generated by nvidia-settings05:20
kubuntuand she says she only sees one monitor https://ibb.co/yYCGtZ505:21
kubuntuthanks arraybolt3 very grateful for the help05:23
arraybolt3Hmm, that might be the problem. At this point, I don't have a lot of ideas other than auto-restarting plasmashell (I'm using only one screen on nVidia, and it's connected over HDMI).05:26
kubuntucould we create a script that, like the wallpaper script, restarts plasmashell at every login and awakening from hibernation? I reboot to get things right and I'm back in 10 second05:28
arraybolt3The next time it goes weird, try switching to a terminal with Ctrl+Alt+F2, then sign in, and do "startx" to see if that works. If that works, then we might be able to get something together.05:29
kubuntuI reproduce it immediately, as it always does ...05:30
kubunturestart and return, it takes me a moment05:30
KhepraHello. Has anyone noticed this. Firefox (snap) constantly keeps re-activating the "Check Spelling" option after a few minutes or when some other interaction happens.  I can't keep it OFF....05:41
=== CiccioBello is now known as kubuntu_
kubuntu_here I am, I can no longer log into the operating system. at login it blocks and does not let me in05:46
kubuntu_i logged in from another partition i tried these days ...05:47
arraybolt3kubuntu_: Does "Ctrl+Alt+F2" get you to a terminal screen?05:48
kubuntu_yes, but after the first startx, the whole arrangement of the screens and obviously also the backgrounds went to be blessed. I tried to close session and when I came back it told me wrong password. I rebooted and after entering the password it freezes05:51
kubuntu_i tried to restart the computer several times but it freezes on login05:52
kubuntu_but do you think there is something wrong with my xorg.conf? arraybolt305:59
arraybolt3kubuntu_: I don't know. Maybe? You can fiddle with it and see if you can fix it, but at this point, I'm not sure what's going wrong or how to resolve it. Sorry.06:04
kubuntu_I thank you. you were still precious and kind to give me a hand thanks06:05
Kheprakubuntu_: what DE or WM?06:05
kubuntu_I can only ask you if you have more than one screen and if so how is your xorg.conf done?06:06
Kheprakubuntu_: what DE or WM are you using with startx?06:06
kubuntu_Hi Khepra, what is de or wm? sorry if i didn't understand06:06
Khepradesktop environment or WM06:06
arraybolt3kubuntu_: I've got just one screen, sorry.06:07
kubuntu_do you mean plasma?06:07
arraybolt3Khepra: He's using kubuntu, so I assume KDE is his DE.06:07
Khepradoes KDE even run without SDDM sessions?06:07
arraybolt3Kwin as WM I'd guess, unless he's messed with it, which I doubt.06:07
kubuntu_i am installing kubuntu 22.0406:07
arraybolt3Khepra: I've gotten KDE working on Arch without benefit of SDDM (I just used startx to jumpstart the desktop).06:08
KhepraI don't know this for a fact, but I think KDE/Plasma require SDDM, just like Gnome might require gdm3 for proper session setup. startx is really for "plain" WMs and simpler desktops with no session requirements06:08
kubuntu_sorry if I'm so ignorant XD06:08
Khepraalso, is this a systemd system? systemd/logind will set up permissions for devices06:08
arraybolt3Khepra: Kubuntu uses systemd AFAIK, so most likely yes.06:09
Kheprakubuntu also doesn't install startx, so I'm wondering what kind of system is that06:09
Khepraobviously crippled and modified, if startx is used06:09
Khepradoesn't install *xinit06:09
arraybolt3I was suggesting startx to try to restart a crashed desktop without logging out and logging back in.06:10
arraybolt3I don't know if it works, it was just a suggestion.06:10
Kheprait doesn't06:10
Khepraxorg sockets are maintained by the DM06:11
kubuntu_I didn't mess around. I installed kubuntu for the third time and installed the nvidia drivers, first from the repo and then from the driver manager. only this I have tried the various versions of the drivers and the configuration of the xorg.conf file06:11
Khepraso running startx while another xserver holds the socket would not work06:11
arraybolt3Guess Arch != Ubuntu in this regard, good to know. That explains the issues kubuntu_ had with my suggestion. Do you have any ideas on how to fix the problem he's having? His plasmashell is crashing when he resumes from hibernation, and sometimes when he starts up the computer. He's using nVidia with three screens (there's more details higher up in the chat).06:12
arraybolt3Khepra: Pinging.06:12
Khepranvidia is notoriously terrible with suspend and hibernation. I can't remember last time that work with nvidias, that I tried.06:12
Khepra(the proprietary driver, I mean. nouveau has swathes of other issues tho)06:13
Khepraarraybolt3: in which regard? are you saying you can run multiple xorg servers on the same socket in arch?06:15
kubuntu_this is comforting XD nvidia could do some better drivers ....06:15
arraybolt3Khepra: My Arch setup (when I was using Arch) was SDDM-less. I booted into a terminal, then ran startx to make the desktop appear. I didn't know about all this stuff with xorg sockets, so I thought "startx" would start X (right?) in the event that it crashed. I was wrong, sorry.06:16
arraybolt3(I was wrong with this setup, at least.)06:17
kubuntu_i reinstalled the drivers-nvidia-510 reboot and re-enter chat06:19
=== CiccioBello is now known as kubuntu
kubuntuKhepra, arraybolt3 do you think something can be done?06:24
kubuntuor is it all useless?06:26
arraybolt3kubuntu: The best I can figure (if it is nVidia's fault), is to not put the computer to sleep when you're using it for GPU-intensive tasks. When you're done with the GPU stuff, switch it to Nouveau drivers,  reboot, and then try putting it in sleep. If it wakes up and works properly, great. Then switch back to the proprietary drivers when you need the GPU to work good again.06:31
arraybolt3(Actually, I know you have to reboot when going from Nouveau to proprietary, but that *might* not be needed when going from proprietary to Nouveau, so, just throwing that out there.)06:33
arraybolt3CiccioBello: The best I can figure (if it is nVidia's fault), is to not put the computer to sleep when you're using it for GPU-intensive tasks. When you're done with the GPU stuff, switch it to Nouveau drivers,  reboot, and then try putting it in sleep. If it wakes up and works properly, great. Then switch back to the proprietary drivers when you need the GPU to work good again.06:34
arraybolt3(I saw you change nicks, that's how I knew what nick to ping, if you're wondering, "HOW DID HE KNOW MY DIFFERENT NICKNAME?!?")06:34
arraybolt3(Actually, I know you have to reboot when going from Nouveau to proprietary, but that *might* not be needed when going from proprietary to Nouveau, so, just throwing that out there.)06:34
Khepraeh the user's gone... but yeah, I agree. it's likely the driver fault. but other than hibernation/suspend, it should work pretty good.06:43
CiccioBelloI understand thank you ....06:44
Khepraarraybolt3: you need to reboot in either direction.06:44
CiccioBelloim here06:44
Khepraare you now :)06:44
CiccioBelloi was reading this... lol ----> https://forums.linuxmint.com/viewtopic.php?t=34662806:44
CiccioBelloI hope the translation turns out well: The theory is when you know everything and nothing works. Practice is when everything works and no one knows why. We have put together theory and practice: nothing works ... and nobody knows why!06:45
Khepranot even nvidia.06:45
CiccioBelloit is my case of course XD06:45
CiccioBelloI mean, I don't know anything and nothing works. In addition to familiarizing with ubuntu, I must also familiarize myself with English, sorry XD06:47
CiccioBelloahahah06:48
CiccioBello1200 euro of video card to not make it work completely on the operating system that I decide lol06:49
=== CiccioBello is now known as kubuntu
gamuraHello06:52
Kheprakubuntu: that's the unfortunate state with hardware on linux. I got a 1k euro amdgpu and I had a lot of trouble to make it work glitchless. "too new" for linux (march 2021).06:52
kubuntuif more people used linux the world would be a better place ... that's why I decided to switch from mac or linux for my work too. Instead of buying a new built mac I have this build ....06:54
Kheprakubuntu: but what would you do with your 1.2k€ nvidia on a mac?06:55
kubuntuin the end the fact that he can't hibernate is a problem I can turn a blind eye to, but it's the fact that there's a problem I haven't solved that I don't like ...06:55
kubuntuI apologize if I mentioned the money, I didn't mean to be vulgar06:56
Khepranobody said you were :)06:56
Khepragtg, good luck06:56
kubuntuthanks, of course I couldn't have done anything about it ... but I wish everything worked perfectly06:57
kubuntugtg?06:58
kubuntuwhich screensaver can i use on kde?06:59
=== hackerman5 is now known as hackerman
=== VFM is now known as AsDO
sankaranvenkatarrmat a flash drive in ubuntu mate? I don't find any software in the software boutique.08:39
=== hackerman6 is now known as hackerman
biapysankaranvenkatar: format a flash drive ? things like gparted should be able to if you need a UI, from command line, mkfs.vfat or something should do the trick08:44
sankaranvenkatarOK. Thanks.08:45
iomari891greetings, is there a network applet for cairo-dock?11:11
=== hackerman3 is now known as hackerman
computerwormiomari891, try "cairo-dock-wifi-plug-in"11:19
delluserusing the slack snap the webcam works but not the microphone. the microphone works when using slack via chrome.11:33
xubuntu.........11:42
ogradelluser, is the audio-record plug connected ? see with "snap connections slack"11:57
=== diskin is now known as Guest3186
=== diskin_ is now known as diskin
BluesKajHi all12:17
delluserogra: i can see that it is12:31
delluseraudio-record              slack:audio-record                :audio-record                    -12:32
MultbrelchHello. Is this channel still active or is there some other chat in the Internet?12:41
ioria!ask12:42
ubottuPlease 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 !patience12:42
ogradelluser, what desktop are you using ? by default this should give slack full access to pulseaudio recording ... perhaps install pavucontrol and see if something is muted ?13:15
donsiraI am having an issue with getting my laptop to get the DNS server from my router, and was wondering what the correct way of doing this is?13:42
donsiraI have searched and found different solutions,13:42
donsira- some insert the DNS manually in the Network Manager or using netplan13:42
donsira- others use resolvconf13:42
donsira- others just change the simlink of `/etc/resolv.conf` from `/run/resolvconf/resolv.conf` to `/run/resolvconf/resolv-stub.conf` or `/run/systemd/resolve/resolv.conf` and modify that one.13:42
donsiraso I am confused as to which way would be the correct way to have my laptop dynamically get the DNS from the router so that it is always up to date in case I change the DNS in the router.13:42
leftyfbdonsira: if your laptop is set to DHCP by default, then any issues you have with getting a DNS server assigned are due to your router/DHCP server13:43
leftyfbdonsira: you posted too much too quick here so were put on silent. Give it a bit and you'll be able to post again13:43
leftyfbok, you should be good now13:43
leftyfbdonsira: what version of ubuntu are you running?13:43
donsiraI am not running Ubuntu, I am running PopOS 22.10, but I was not able to get help anywhere so I thought I would try here13:44
leftyfb!popOS | donsira13:44
ubottudonsira: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle)13:44
leftyfbsorry, but we cannot help you with PopOS13:44
donsiraok, thanks13:44
jyanHello!14:26
jyanHAHAHHAHAHAH14:26
poloHahahahaha14:26
jyanI finally got ubuntu to dualboot with windows14:26
jyanBy the way14:26
poloWord14:26
jyanWhy is the Ubuntu 22.04 Installer keep saying error code 514:26
jyanI cant seem to find a fix14:27
jyanThe 22.04 Installer says error code 5 but 18.04 MATE installs without problems14:28
jyanZamn14:29
jyanZamn14:30
jyanYooo14:30
jyanyou there?14:30
poloYeah14:30
jyanIts the first time I got a reply in a IRC Channel14:31
jyanlol14:31
jyansome channels are dead14:31
poloWhat really14:31
jyanYe--14:31
jyanWell14:32
jyanIts time I shut my lappy down14:32
jyanGoodbye14:32
poloLater14:34
wezmarco!14:35
poloHaha14:35
wez<314:35
Guest2249Can someone point me to a tuto how to make a systemd rules that will trigger when the Computer will be shutdown ( it is to execute a backup script)14:41
armadefuego1yes. google. you may wish to think about the side effects of your desire.15:10
leftyfbGuest2249: https://unix.stackexchange.com/questions/39226/how-to-run-a-script-with-systemd-right-before-shutdown15:16
=== ningrats is now known as ningrat
delluserogra: i'm using plasma desktop. i'll check out that pavucontrol thing.16:23
=== vxwarlock is now known as vx_wan
delluserit shows only one app active with the microphone: chrome16:26
delluserno show for slack16:26
delluseri just closed the slack in chrome and retested16:27
delluserstill not showing any mic input on the slack snap. and no entry in 'recording' on pavucontrol16:27
cbreakisn't slack a snap application?17:42
cbreakyou might have to give it permissions to access the microphone17:43
=== stoned is now known as Hash
=== hackerman9 is now known as hackerman
lousiFjellys19:13
arraybolt3lousiF: ?19:14
lousiFthe jellyfish is operating OK now. heh19:18
lousiFalienware laptop19:20
MultbrelchHi all. I try to install Ubuntu 22.04 from a Live USB stick (created by unetbootin) onto a HP Pavilion Aero (AMD Ryzen™ 7 5800U) without success! Please, help, thanks in advance. I end up with a black screen.20:25
MultbrelchI tried ‘nomode’ option manually typed into the grub preferences without success: still black screen, everything seems to be frozen. Any idea?20:25
sarnoldtry just using dd or cp to copy the installer image to a usb stick, some of the fancier tools muck around with the images20:29
leftyfbI would use etcher.io20:30
Multbrelchsarnold, I shall cp the iso file directly onto the USB stick?20:31
leftyfbno20:31
leftyfbthe contents20:31
Multbrelchleftyfb, etcher.io? Where do I get this?20:31
Multbrelchleftyfb, okay. ;-)20:31
leftyfbhttp://etcher.io20:31
MultbrelchWell, I will see ... I stay online and report in (hopefully) some tens of minutes ... stay tuned ;-)20:33
leftyfbMultbrelch: are you having the issue booting the usb to get to the installer or did you install it successfully and now are getting the black screen?20:34
Multbrelchleftyfb, no it is with the usb stick, I cannot get into the install ...20:34
leftyfbMultbrelch: ok, then I suggest using etcher20:34
Multbrelchk20:34
=== Polo is now known as Guest7798
MultbrelchThis will take some time ... be patient20:35
MultbrelchIt is writing onto the stick ...20:36
MultbrelchBTW: some years ago there was much more activity here ... why are the people gone?20:40
leftyfbMultbrelch: it's a support channel20:41
arraybolt3Multbrelch: Oh, don't worry, there's lots of people here, and when things get active, they can get REALLY ACTIVE.20:41
Multbrelchk20:42
Multbrelch50 written, man is that slow ...20:42
arraybolt3Such is the nature of USB 2. I take it you're using a USB 2 drive or plugged your drive into a USB 2 port?20:43
MultbrelchYep. ;-)20:43
arraybolt3There's your bottleneck.20:43
MultbrelchI'm booting ...20:45
=== Polo is now known as Guest5803
=== Guest5803 is now known as POLO
MultbrelchHmmm ... for a second I saw the mouse pointer after the loading screen disappeared and then it was loading from the USB stick and just got frozen, black screen again ...20:51
Multbrelchloading screen = Ubuntu loading screen20:51
MultbrelchIs the USB stick too slow may be?20:52
=== POLO is now known as money
MultbrelchI try now 'Ubuntu (safe graphics)' in the grub menu ...20:54
tomreynMultbrelch: i don't think the read/write speed of the usb stick would have such results.20:55
Multbrelchk20:55
MultbrelchHa, 'safe graphics' works!20:56
tomreynMultbrelch: which graphics card / chipsets are there in this computer? there are different 'HP Pavilion Aero' models20:56
Multbrelchtomreyn, it is this AMD Ryzen™ 7 5800U with GPU included ...20:57
tomreynand no additional graphics card, right?20:57
MultbrelchNo additional GPU20:58
MultbrelchSee here: https://www.darty.com/nav/achat/informatique/ordinateur_portable-portable/portable/hp_13-be0017nf_r7_16_12.html?store=991001&esl-k=sem-google%7cng%7cc240564131959%7cm%7ckpla395932772553%7cp%7ct%7cdc%7ca49693353265%7cg1019118428&dartycid=sea_shopping-local_LIA-ALL-Informatique_adgroup_Informatique&gclid=EAIaIQobChMIgs6und6k9QIVlPhRCh3XewgsEAQYAiABEgIP-_D_BwE&gclsrc=aw.ds#product_caracteristics20:58
MultbrelchOh, sry ...20:58
MultbrelchSo, I have chosen 'Try Ubuntu' and it seems to work ...20:58
tomreyngood, so you will be able to install, too20:58
tomreynconsider a bios upgrade before you do so20:59
MultbrelchI hope so. I succeeded in installing 21.10 ... I just had to manually install (compile) the WLAN card and that worked ... it seems that I have to do the same with 22.04 because I don't see any access point ...21:00
MultbrelchIs that essential, a bios upgrade now? Or later?21:01
tomreynit is not usually essential, but can be helpful to get better compatibility.21:02
tomreynspecifications for model HP 13-be0017nf https://support.hp.com/gb-en/document/c0799270521:03
Multbrelchtomreyn, seems to be my one, yes21:05
Multbrelchtomreyn, arraybolt3 and leftyfb, thanks for your kind help !21:05
tomreynMultbrelch: you're welcome. this seems to be the latest bios: https://support.hp.com/gb-en/drivers/selfservice/swdetails/hp-pavilion-aero-13.3-inch-laptop-pc-13-be0000/2100371659/swItemId/ob-287316-121:07
tomreynjournalctl -b | grep DMI:     would report yours21:07
Multbrelchtomreyn, thanks21:08
MultbrelchI bookmarked it ;-)21:09
=== beaver is now known as pong
ArtfulDodgerHey! When I connect through SSH to my 20.04 remote server, I see this message: "Super-optimized for small spaces - read how we shrank the memory footprint of MicroK8s to make it the smallest full K8s around"22:00
ArtfulDodgerDoes it mean that Micro8ks is already installed (it does not look so though) or is it just microk8s ads? :D22:00
tomreynArtfulDodger: the latter. the service is called motd-news, i think22:01
ArtfulDodgeraaaaah yes, it's the message of the day tomreyn22:03
=== kostkon__ is now known as kostkon
overcluckerfortune strikes again!22:11
WaVjhutchins, oerheks1: Dont know if you remember my issue from a couple days ago, but so far defining a static in /etc/network/interfaces and defining dns servers in /etc/systemd/resolved.conf.d/dns_servers.conf seems to have fixed it22:38
=== Bebef7 is now known as Bebef
jhutchinsWaV: You did seem to be on the right path.22:44
=== Guest6629 is now known as POLO
user9dhey you guys I want to share a cool ubuntu package that does some really cool stuff!:  sudo apt install inotify-tools && inotifywait --recursive --monitor --quiet --event create ~/.config | tee ~/config_monitor.log  #get output like: ".config/hexchat/ CREATE hexchat.conf.new" as it runs. pretty sweet huh?23:09
oerheks1post it on ubuntuforums as oneliner23:11
user9ddangit my favorite pastebin was ubuntu's pastebin. Now I gotta login.23:25
sarnoldyeah :(23:26
oerheks1registering is not that expensive23:27
=== oerheks1 is now known as oerheks

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