/srv/irclogs.ubuntu.com/2023/06/07/#ubuntu.txt

leftyfb!pro | akik00:02
ubottuakik: Ubuntu Pro is a service offered by Canonical for expanded CVE patching, ten-years security maintenance and optional support. Anyone can use Ubuntu Pro for free for personal use on up to 5 machines. For details please see https://ubuntu.com/pro and https://discourse.ubuntu.com/t/ubuntu-pro-faq00:02
ezakimaktrying to install nvidia-xyz 515.105.01-0ubuntu... packages and it says it can't find them. do I need to add a different repo or flag for apt to find them?00:02
akikleftyfb: yes you helped me figure it out (ubuntu pro) but how was i able to install those programs without esm apps?00:03
leftyfbakik: you can install them just fine without esm/pro00:04
akikleftyfb: the updates (from apt upgrade) showed the updates coming from esm apps00:04
leftyfband you'll get updates from them without esm/pro just fine when/if the community maintainer updates said packages00:04
leftyfbakik: but if Canonical happens to patch them first, then you'll need to have pro enabled in order to get those updates00:05
akikleftyfb: what do you mean community maintainer? i thought canonical handles those packages00:05
leftyfbakik: not packages in the universe repo00:06
leftyfbnever has00:06
leftyfbbut it will through pro00:06
waltmanI couldn't access my home workstation at work today and I assumed I'd had a power failure. Turned out the power was fine and it had gone to sleep. It woke up and everything was fine. But I don't understand why it would have gone to sleep. It's a workstation that's on all the time, and I've never told it to sleep.00:06
waltmanAll I could see was this message in /var/log/syslog at 7:29 AM: NetworkManager[2241]: <info>  [1686050960.2364] manager: sleep: sleep requested (sleeping: no  enabled: yes)00:06
leftyfbwaltman: then change the default settings00:07
waltmanI was on the train then.00:07
akikleftyfb: ok thanks they're from universe00:07
waltmanI haven't knowingly changed the default settings, and this has never happened before. I built this box in 2017.00:07
leftyfbwaltman: then it's running an End Of Life release00:08
waltmanI'm running 23.04.00:08
leftyfbthen you built it in 202300:09
leftyfbit could have changed back to defaults for this particular setting00:09
leftyfbcheck the settings00:09
waltmanWhat I meant is that I've been running various Ubuntus on this for 6 years, and this is the first time it's ever decided to sleep on me.00:09
waltmanWhat do you mean by "built"? Doing an upgrade doesn't seem like "building" to me.00:09
waltmanI'm not even sure what setting to look for, since I've never touched them before.00:10
=== Avago_Broadqual2 is now known as Avago_Broadqual
leftyfbwaltman: look in the power settings00:10
leftyfbalso, was it suspended or did the screen just blank?00:11
waltmanIt seemed to be hibernated. The fans were running and I'd assumed it had automatically shutdown.00:12
waltmanI couldn't ssh into it.00:12
leftyfbfans running != hubernated00:12
leftyfbhibernated*00:12
leftyfbis it connected via ethernet or wifi?00:12
waltmanNo lights on. Nothing in the logs from 7:29 until I pressed the power button 12 hours later.00:13
waltmanethernet00:13
leftyfbcheck the power settings00:13
waltmanAlso, the logs say it went to sleep.00:13
waltmanIt says automatically suspend when on battery power.00:13
leftyfbwhat does "Automatic Suspend" say?00:14
waltman"when on battery power"00:14
leftyfbI would disable it00:15
waltman`pwrstat -status` says the last power event was "Blackout at 2023/03/29 08:54:23 for 14 sec."00:15
leftyfbok, so maybe you had a brownout00:16
waltmanTypically when that happens, my clock radio is blinking when I get home. It's not blinking.00:16
leftyfbok, let us know if it happens again00:16
ezakimakcan't locate 470.182.03-0 versions either00:19
sarnoldhttps://launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+publishinghistory00:20
WaVezakimak: Software & Updates --> Ubnutu Software - Is proprietary drivers selected?00:21
ezakimakI dunno. this is in a docker build using ubuntu as a base. it used to work, just trying to build a newer container image w/an updated nvidia driver package versions and now it won't find them00:21
WaVYea ubuntu will do it automatically but the /dev/sd* may change occasionally.00:22
WaVerr wrong chan00:22
ezakimakI can edit the sources.list before the RUN command that tries to install them, but not sure how to edit it00:22
WaVezakimak: Sorry, not familiar with docker.00:23
ezakimakso... think command line. I just need to know what conf file to edit to make the nvidia packages visible to apt00:25
leftyfbezakimak: what release of ubuntu?00:26
ezakimak20.04.100:26
leftyfbezakimak: https://pastebin.ubuntu.com/p/nBNTx34Z8J/  those are your options00:29
WaVezakimak: Make sure the security and restricted repository is in your sources.list then "sudo apt update" && "sudo apt install <whatever>"00:31
=== ss is now known as Guest8487
ezakimakI know, I want the 515, so what do you mean by "security and restricted repository", what do I add to my sources list?00:34
leftyfbezakimak: then you want the nvidia-driver-515 package00:36
ezakimakthere's a bunch of packages I want.00:36
WaVleftyfb: ezakimak: trying to install nvidia-xyz 515.105.01-0ubuntu... packages and it says it can't find them. do I need to add a different repo or flag for apt to find them?00:37
leftyfbezakimak: install nvidia-driver-51500:37
WaVezakimak: "cat /etc/apt/sources.list | nc termbin.com 9999"00:38
ezakimakis that going to install all of libnvidia-cfg1,common,compute.decode,encode,extra,fbc1,gl,ifr1}-515... and nvidia-{compute-utils,dkms,driver,kernel-common,kernel-source,utils}-515... ?00:38
leftyfbezakimak: it should install all the necessary packages for the nvidia 515 driver to run00:39
ezakimakI can't see the sources.list easily--it's buried in an incomplete docker image.00:39
ezakimakthose are the packages my docker build /need/ to install. I dunno what that meta package does.00:39
leftyfbezakimak: you could just try it and see if anything is missing00:39
leftyfbhence the world of building your own custom docker image00:39
ezakimakwhat's the apt repo for 20.04.1 with security and restricted enabled look like? I can just append it to sources.list00:40
leftyfbezakimak: it's already part of a default install of ubuntu00:40
ezakimakclearly it's not enabled.00:40
leftyfbezakimak: how so?00:40
ezakimakbecause it can't find the packages that require it...00:41
leftyfbezakimak: you have not shown that it can't find nvidia-driver-51500:41
WaVleftyfb: see my paste above.00:41
sarnoldezakimak: here's what I've got on my laptop https://termbin.com/9q1a00:41
ezakimakE: Couldn't find any package by regex 'libnvidia-fbc1-515.105.01-0ubuntu0.20.04.1'00:41
ezakimakok. that helps. let me try that00:41
WaVsarnold: you have repos on your local network?00:42
sarnoldWaV: yeah00:43
WaVInteresting.00:43
ezakimakok I think that worked. thanks.00:51
ezakimaknope. spoke too soon. still couldn't find them00:54
ezakimakI added "deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse" to the sources.list00:54
sarnoldpastebin the script and the output?00:55
ezakimaksorry, I can't paste my clients 8 levels of docker scripts. I did paste the output though. all 16 packages say the same thing.00:58
ezakimakoutput: "E: Couldn't find any package by regex 'libnvidia-fbc1-515.105.01-0ubuntu0.20.04.1'" x16 different packages.00:59
sarnoldezakimak: paste it again? /lastlog -regex ez.*http   doesn't show anything00:59
ezakimakhttps://dpaste.com/C75CTATX301:02
sarnoldezakimak: aha! "libnvidia-fbc1-515.105.01-0ubuntu0.20.04.1" doesn't exist; the package name is libnvidia-fbc1-51501:05
ezakimakin the script it used to be  libnvidia-cfg1-470.141.03-0ubuntu0.20.04.1  I just edited that to libnvidia-cfg1-515.105.01-0ubuntu0.20.04.101:08
sarnoldit probably had an = in there01:08
sarnoldto select a specific version01:08
sarnoldyour version does not have an equals01:08
ezakimakoh. = got replaced with .01:09
sarnoldbump up the text size a few notches and take another look :)01:09
ezakimakok. now that's fixed. now a different error to chase down. now it's just complaining that target packages is configured multiple ti mes01:13
sarnoldtry removing that line you just added?01:14
ezakimakI replaced the entire source.list with just that, so far so good. still building. not sure if it got there yet01:21
bumblefuzzhi, I have 2 ssd's and I'm trying to get grub to recognize the windows boot partition on one of them and not the other01:23
ezakimaknope. failed. "Unable to locate package libnvidia-ifr1-515"01:23
ezakimakbut that's the only error01:23
bumblefuzzis there a way to update grub so that it only detects the boot partition on a specific drive?01:23
rboxbumblefuzz: grub doesnt detect anthign01:23
bumblefuzzwell, update-grub does01:23
rboxit has a config file taht tells it what to do01:23
rboxthats a script, not grub01:23
bumblefuzzhow do I configure it so that I'm using just the one SSD and not the other?01:24
ezakimaklooks like ifr stops at 47001:24
sarnoldbumblefuzz: try dpkg-reconfigure grub, I think that'll do the trick. if that's not the name, try a few other grub* package names that are installed01:24
bumblefuzz...or is there a way to update grub so that you can choose boot partitions instead of having them assigned automatically?01:25
sarnoldyour system bios probably lets you pick which EFI partition to use01:25
=== AssTractionHero is now known as AssTractionHero|
bumblefuzzno, I want the choice in grubn01:26
=== AssTractionHero| is now known as AssTractionHero
bumblefuzzI'll just do it the hard way01:26
bumblefuzzremove the drive and then run update-grub01:26
bumblefuzzbut update-grub should give me the choice NOT to use dev/sda201:27
rboxso fix it and submit a patch01:27
bumblefuzzif I could code, I would01:28
bumblefuzzanyway..01:28
=== sig is now known as bebop
=== chris14_ is now known as chris14
puffEvening.  I'm on 20.4 LTS, I have python 3.8.10 installed.  The project I'm working on, some of my teammates have had problems with some packages running under 3.11.  I'd like to try 3.11 and see if I can find/eliminate the errors, but I don't want to get stuck/bogged down if it doens't work out....02:14
rboxpyenv02:16
vaiUbuntu installed, tada !02:34
=== vai is now known as Jari--
Jari--good bye Fedora02:34
Jari--using Ubuntu desktop for lightweight server purposes02:34
Jari--Fedora workstation is awful on server use :-)02:36
rboxif only fedora had a server version...02:36
WaVhrm. Not sure tbh. Not familiar enough with JellyFin to be able to give you something more to look into.02:43
WaVerr, fail. I really have to pay attention to my active window02:44
Minveracan anyone explain to me how /snap/bin works?02:47
MinveraI'm trying to mount it in docker but the executable doesn't work02:47
akikdns resolution stopped working with 20.04->22.04 upgrade. could somebody help me in fixing it?02:48
rboxwhat do you mean "works"02:48
Minverawhen i execute /snap/bin/emacs in docker, it just outputs help for the snap command02:49
rboxls -l /snap/bin02:49
akikhttps://paste.linux.chat/?5cb2170ada1a86c7#6gJiLEruYKijXwK4vsM7N64JrPBAQUerh5LJDiHJswSP02:49
NickHakik: have you tried restarting systemd-resolved?02:51
akikNickH: no02:51
Minverarbox, https://paste.linux.chat/?69666025373c0d5a#FbRnGJuMHT4EZkpKquxyeTvVXbDQypUoPbmhTCn7M9Ld02:51
akikNickH: i just rebooted the box after upgrade and now dns resolution is broken02:51
rboxsee how they're just links to snap?02:51
rboxthe actual snap is mounted elsewhere02:51
NickHakik: what is the output of "sudo systemctl status systemd-resolved"?02:52
Minverawhich is where? I want snap programs to work in my docker instance02:52
rboxdf will show you all the mounted snaps02:52
akikNickH: this didn't fix it "systemctl restart systemd-resolved"02:52
rboxbinding a snap into a docker container seems stupid02:52
rboxbut whatever02:52
rboxthen again binding anyting into a container is02:53
akikNickH: https://paste.linux.chat/?8bf39c2f18a5d15a#DHagsaGuURYkm9beLYCU2i4MuTVcV84YsML972odmUhP02:53
NickHakik: hmm I don't see anything syspicious there.02:54
Minverait shows that /snap/emacs/1450 is mounted as a /dev/loop13, would i use -v /snap/eamcs/1450:/dev/loop13 as an argument to docker?02:54
NickHYou may be able to see what it is doing with "sudo journalctl -u systemd-resolved -f"02:54
Minvera@ rbox02:55
akikNickH: it doesn't show any messages for failing dns queries02:56
akikNickH: is the problem that the hostname is all numbers?02:56
NickHWhat do you mean by "the hostname is all numbers"?02:57
akikNickH: the server hoster sets the hostname to 1900-3702:58
NickHAhh, no that shouldn't matter.02:59
akikNickH: i can directly query 1.1.1.1 or 8.8.8.8 and they work02:59
NickHUnfortunatly, that's about the limit of my knowledge of systemd-resolved.03:00
NickHI see...03:00
akikNickH: it's just that this doesn't work in resolv.conf: nameserver 127.0.0.5303:00
NickHUnderstood.03:00
akikudp   UNCONN 0      0       127.0.0.53%lo:53            0.0.0.0:*     users:(("systemd-resolve",pid=3263,fd=13))03:01
akikthat's in ss -tulpan | grep 5303:01
NickH"resolvectl status" may give useful hints03:04
NickHLike what upstream DNS systemd-resolved is using.03:04
akikNickH: i have no idea what this means: https://paste.linux.chat/?691820fa0a957cad#2UpJBieY3Lptnx1eM6P4Q9QVuvfpwVmq6BCc237n4YKb03:04
NickHOhh, it has no upstream DNS.03:05
NickHThere should be a line like "Current DNS Server: 1.1.1.1"03:05
NickHHow does that machine get its IP address?03:06
akikNickH: i have dns-nameservers 5.230.11.11 in /etc/network/interfaces with the static ip config03:06
akikNickH: static ip03:06
NickHI think you need to set in /etc/systemd/resolved.conf.d/dns_servers.conf03:07
NickHI have /etc/systemd/resolved.conf.d/fallback.conf03:08
NickHhttps://0x0.st/Hcss.conf03:08
akikNickH: i have /etc/systemd/resolved.conf but the configs are all commented out. no resolved.conf.d03:08
NickHI suggest you make that directory and put a file in it.03:08
akikoki i'll try03:09
akikthanks03:09
akikNickH: works now! :) thanks03:09
NickHGreat.03:12
NickHThere may be a way to get systemd-resolved to read the DNS from /etc/network/interfaces... but that's just a guess.03:12
NickHI guess not many people configure their network with /etc/network/interfaces these days.03:14
NickHSee "man 5 resolved.conf.d". Looks like you probably should use "DNS=" not "FallbackDNS=". You probably also want to set "Domains=".03:19
akikNickH: this setup is coming from my server hoster. they only have ubuntu 20.0403:21
akikNickH: i ran do-release-upgrade and that's when the problem started03:21
NickHI'm not sure what is the recommended way to configure the network on headless 22.04 machine.03:23
NickHDoing a little reading, perhaps it's netplan.03:24
NickHI suggest you read https://ubuntu.com/server/docs/network-configuration03:25
akikNickH: it's working now with your help03:26
NickHI'm glad it's working, but to future proof it (eg when upgrading to 24.04) you might want to update to the way you configure your network.03:27
akikNickH: i removed the dns config from /etc/network/interfaces03:46
NickHProbably a good idea to put a comment in there explaining where DNS is set :-)03:47
TemscuataweiHow can one change the username on IRC ?06:14
Unit193Temscuatawei: /nick mygreatnickhere06:20
Unit193For the realname/gecos, it really depends on the client though.06:20
al1r4dTemscuatawei: depends on your software06:21
al1r4dI mean client06:21
weedmicyou need to type in this - "/msg NickServ IDENTIFY weedmic <password>" on the libera tab (changing it to the correct info)06:29
=== Temscuatawei is now known as Lalawatikai
=== Lalawatikai is now known as Lalawatika
=== asarandi2 is now known as asarandi
=== Atque_ is now known as Atque
webchat69we've got a server which requires linux-modules-extra-<kernel.version>-generic for its NICs we've installed the package for the current version and it works. but since we've explicitly installed it for the current version, it will be missing in case of a kernel update.08:13
webchat69we couldn't find a meta package for it. which package do we need to install for it to always install the package for the currently installed kernel versions?08:14
=== JanC is now known as Guest6731
=== JanC_ is now known as JanC
=== shokohsc9 is now known as shokohsc
=== sammy12 is now known as transformsa
zzarrHello!09:51
weedmiccheers09:52
zzarrI wish to connect nautilus to an aad share, how do I do that?09:52
zaggynlheresy! A quick search shows this: https://learn.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-linux?tabs=Ubuntu%2Csmb311#mount-the-azure-file-share-on-demand-with-mount09:56
zzarrzaggynl, I know, but company rules are company rules10:19
weedmicI have a file with these mods "-rwx--S--T" - but, when I search the drive for files wtih stickybit set, it does not list "find . -perm 1000".  Ideas?11:30
weedmicfails to be found when also set to -rws--S---11:30
weedmici must be doing find wrongly.11:30
=== lubko is now known as zvieratko
EriC^^weedmic: not sure if you were answered but i think T isnt the sticky bit, small t is11:54
EriC^^i think T was something to do with when stuff is created it's always created with the same group as the original dir11:54
weedmicit was actually 6700 not 1000 - works now, but... need to do a loop with all combinations (as far as i can tell)11:55
EriC^^nevermind i think im confusing stuff11:55
EriC^^aha11:55
weedmicnp, 6700 sets sticky bit to both o & g11:55
paoprhello. In the "copyright" of the debian package of libqt5printsupport5 I see that some files are under the GPL license (no LGPL option). These files are qmake/*, src/tools/*, util/*. I don't understand which files are them in the QT src tree. How can I check them?12:09
oerheksmaybe in /usr/share/doc/libqt5printsupport5/copyright  ? https://packages.debian.org/buster/amd64/libqt5printsupport5/filelist12:13
paoproerheks: they're not the files I'm referring to12:15
=== esv_ is now known as esv
=== mkv is now known as m4v
xavier_Hi, today I've restarted my Ubuntu 23.04 laptop and some of the gnome extensions I have refuse to load. They say: Requiring Gtk, version 3.0: Requiring namespace 'Gtk' version '3.0', but '4.0' is already loaded. You know if there is some workaround to fix that? I've googled for some time, but I haven't found anything relevant.13:27
ograbetter talk to the extension developers to forwardport them to the "new" (several years old now) GTK ...13:31
xavier_All extensions were working fine until the reboot. I already was on 23.04 since the release date. It's not only one extension that started to fail, maybe 60% of them.13:36
JanCwhy can't it use both?13:38
throwthecheeseI can't connect to a certain IkeV2 VPN via NetworkManager but I have no such issues with connecting via charon-cmd. What am I doing wrong?13:39
throwthecheeseNevermind. Turns out either I put my username in the wrong field or the VPN service rejected the preinstalled certificate13:51
dman777my terminal window is not showing utf-8 characters correctly. locale is showing LANG=C.UTF-8... is that why?14:01
oerheksyes, mine shows LANG=en_US.UTF-814:02
ymhstudios28226Just launched a new 22.04 VM on EC2. Installed the Landscape client and attempted to register it but it seems Landscape(hosted) is not working properly. this has been happening since yesterday. Broker logs say its getting a 503 at https://landscape.canonical.com/message-system. I checked status page and no reports about landscape issues. Anyone14:07
ymhstudios28226else getting the same thing?14:07
lotuspsychjeymhstudios28226: https://status.canonical.com/14:08
lotuspsychjeymhstudios28226: seems like they had issues on 1june14:08
ymhstudios28226I saw that as well. I forgot to mention that I also have instances that were already established as clients in Landscape and they're reporting 503s too with other background tasks. For example Resynchronize computer [host] (scopes: package)14:09
leftyfbymhstudios28226: https://ubuntu.com/landscape  landscape is a commercial product from Canonical. You'll need to reach out to Canonical for support.14:09
ymhstudios28226Yeah, I figured I need to reach out to support too. I'm just checking with others out there.14:10
ymhstudios28226The odd thing is I manage multiple Landscape accounts for different clients and other ones are 100%.14:16
xavier_Fixed, it was a single extension (using gtk 3) that was making all other extensions to crash. Thanks14:21
leftyfbxavier_: which extension?14:22
xavier_wireguard-indicator14:22
webchat74Is there a problem currently with the snap store?14:28
dman777I set it to LANG=en_US.UTF-8 in /etc/default/locale but the setting is not taking effect14:28
ymhstudios28226Where does one even find contact information for support? All pages lead me to purchase support plans or ubuntu pro (neither of which i want/need).14:29
leftyfbdman777: reboot14:29
webchat74tigermann@freja $ sudo snap refresh snap-store                                                                                    ~14:29
webchat74error: cannot refresh "snap-store": cannot query the store for updates: got unexpected HTTP status14:29
webchat74       code 503 via POST to "https://api.snapcraft.io/v2/snaps/refresh"14:29
leftyfb!paste | webchat7414:29
ubottuwebchat74: For posting multi-line texts into the channel, please use https://dpaste.com | 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.14:29
dman777leftyfb: ok, thanks14:29
webchat74leftyfb Thanks, sorry.14:29
dman777I was hoping locale-gen would not force me to reboot14:30
leftyfbdman777: locale-gen only generates the configs14:31
oerheks sudo locale-gen en_US.UTF-8, update-locale LANG=en_US.UTF-814:33
oerheksthen reboot14:33
oerheksor a new terminal would work too.14:34
ymhstudios28226https://dpaste.com/4Z7J99LGV14:37
webchat74Is there currently a problem with snap store os is ut just me? https://dpaste.com/FFWV5KD9J  https://imgur.com/a/wKpKDRp14:43
ograwebchat74, status.snapcraft.io shows the live status ...14:46
ogra(and yes, there is a prob ... also announced on forum.snapcraft.io)14:46
ogra... being worked on ...14:46
ogra(and indeed i'm talking to the void ? )14:47
oerheksno worries,i was looking into that landscape error thingy14:47
oerheksogra, see ymhstudios2822614:48
ograah, yeah14:48
ymhstudios28226Appreciate it!14:53
dman777https://dpaste.org/tbqPx#L21 I have my locale now set to LANG=en_US.UTF-8 but my terminal is still having issues displaying the UTF-8 character. Any ideas on how to fix?14:54
oerheksdman777, does it happen with a new terminal session too?14:55
oerheksthen reboot is needed14:55
oerhekssudo locale-gen en_US.UTF-8, update-locale LANG=en_US.UTF-8 # would give correct characters in a new terminalsession14:56
dman777oerheks: yep, I rebooted15:12
dman777oerheks: I ran sudo locale-gen en_US.UTF-8; sudo  update-locale LANG=en_US.UTF-8  also but no sucess15:15
oerheksweird, any updates pending?15:15
rootoi15:30
=== root is now known as Guest2174
dman777no that I know of15:37
dman777not15:37
jhutchins';;''15:59
jhutchins';;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16:00
jhutchinsSorry 'bout that.16:00
oerheksfeed that cat, jhutchins16:00
jhutchinsYessir.16:01
ianliuIs it a guarantee that "libgdal30" will always exist on ubuntu:22.04 docker image? Can I assume that "apt-get install libgdal30" will exist, and not be updated to, say, libgdal31?17:13
leftyfbianliu: correct17:14
ianliuleftyfb: thanks17:14
=== PeasfulTown is now known as peas
=== deepSleep is now known as Guest2514
webchat35Hello19:32
webchat35I would like to file a bug. Can I paste a screenshot?19:34
oerheksno screenshot please, use a pastebin for text19:35
oerheks!paste19:35
ubottuFor posting multi-line texts into the channel, please use https://dpaste.com | 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.19:35
oerheksand !bug19:35
oerheks!bug19:35
ubottuIf you find a bug in Ubuntu or any of its official !flavors, please report it using the command << ubuntu-bug <package> >> - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.19:35
webchat35Ok. Thanks.19:37
syphyrI've installed signal-desktop on gnome from a snap package and signal's icon in the top bar is just a single dot (like one pixel). Anyone know why that icon is messed up?20:10
syphyrthe snap package looks like its missing the icon20:11
oerheksknown issue, see https://github.com/snapcrafters/signal-desktop/issues20:12
syphyroh thanks20:13
oerheksi read a tip in the comments,  Install libayatana  5 days ago20:13
syphyrahh good tip20:16
syphyrlibayatana-appindicator or libayatana-indicator20:17
syphyrdidn't help20:18
oerheksthat might need a logout/login again20:20
syphyrmaybe libayatana-appindicator0.1-cil ?20:22
syphyroh20:22
NothingManhey20:24
syphyrnope, libayatana did not make any difference20:33
syphyrthanks anyway20:34
oerheksoke20:36
oerhekscould well be an indicator issue, mentioned in the bugreport.20:37
=== shokohsc0 is now known as shokohsc
NothingMani need some help20:38
NothingMani have a webcam, and i need a good software20:39
NothingMani want see the live video on a specific webpage20:39
NothingManwhat is the best option?20:40
sarnoldfirefox and chromium-browser are the usual web browsers20:40
oerheksThere is no single best.20:40
sarnoldthere's more, but these two have been around a while20:40
oerheksvlc, mpv, and more can do live streaming, if you have the correct adress20:41
NothingManabout 15 years ago i used the "webcam" package.20:41
NothingManbut i miss the config file20:41
NothingMancant fuound any information about this20:42
oerhekscheese is standard installed20:42
NothingMani dont have gui20:42
leftyfbNothingMan: use firefox20:42
oerheks 15 years ago i used the "webcam" package.... nostalgia20:43
oerheksoh dear, no gui ,...20:43
NothingMani dont have gui, this is only a server20:43
oerhekslolz20:43
oerhekshow do you 'i want see the live video on a specific webpage'20:43
oerheksusing that server as a webcamstream service?20:44
NothingManoerheks: yes.20:44
leftyfbNothingMan: https://www.linuxtv.org/wiki/index.php/Xawtv  this is the documentation for the "webcam" package20:44
NothingManmy english is not the best :(20:44
oerheksno problem we got your question clear20:45
sarnoldah :) sorry to misunderstand your goals20:45
leftyfbthough I do not think that package is what you're actually looking for20:45
NothingManmaybe i try the motion20:45
leftyfbmotion is for recording from your webcams20:45
NothingMancan i see the live video on the webpage?20:46
leftyfbNothingMan: video from where?20:46
NothingManfrom the camera20:46
leftyfbyour camera?20:46
NothingManomg.20:46
NothingManyes20:46
NothingMan:]20:46
NothingManhttps://gist.github.com/endolith/205277820:47
leftyfblooks like you found what you were looking for20:48
=== ed is now known as ed__
NothingMani hope. but now i can open more ports, because i dont be at home :(20:49
NothingManso i cant try20:49
NothingManasd20:50
sarnoldNothingMan: this is what I'd start with https://trac.ffmpeg.org/wiki/StreamingGuide20:50
ed__is this in appropriate place to ask questions about livepatch? I would like to know if livepatch can work in a readonly rootfs, or if it will issue writes (like in /boot or /etc)20:51
oerheksobs studio ? https://www.debugpoint.com/live-streaming-applications-linux-2022/20:52
sarnoldoerheks: heh that was my first shot, but it looked like all the "headless obs" things were just setting up xvfb for vnc or some such and meh that doesn't sound fun20:53
oerheksdocker20:53
oerhekshttps://github.com/Niek/obs-web20:54
sarnolded__: hah, dang, both my easy systems with livepatch running have been rebooted recently enough that there's no kernel modules downloaded :(21:06
Guest48Hello21:21
Guest48I used Ubuntu for most of time at University (15 years ago), then a little bit professionally before moving to MacOS for more than 10 years. I just thought I'd check Ubuntu out again last night and I couldn't even install it21:21
Guest48Master degree in computer science, over 15 years in technology... and I couldn't install Ubuntu21:22
Guest48how can things still be this shitty?21:22
leftyfb!language21:22
ubottuPlease avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList21:22
Guest48leftyfb mate...21:22
leftyfbGuest48: if you'd like help, lets start with what issue you ran into exactly and what error messages you received21:22
Guest48Nope, I'm just here as a former assistant comp sci professor and professional developer and architect that works at AWS to let you guys know that things are still bed after all these years21:23
Guest48Who on earth wants to delve into linux config just to get to their desktop?21:23
Guest48It's 202321:23
Guest48sort it out21:23
leftyfbGuest48: this isn't the place to rant. Try #ubuntu-offtopic21:23
Guest48You've lost allies21:24
memphistodon't know when or how, but my VMs in virt-manager no longer have ip's; I've had docker, vagrant, and i have removed them because i thought that this might be the reason why it's not working. reseted ufw rules; but don't know where more to look21:35
memphistoi've recreated the default network, too21:35
leftyfbmemphisto: removing vagrant/docker/etc might have deleted the bridged interface your vm's were relying on21:41
memphistovirsh uses vibr0 as backend for default network21:43
memphistoback. tried rebooting host, rebooting guest, install new guest but no luck . VMs can't acquire IP from kvm21:58
=== s is now known as Guest1418
Cougaron ubuntu 20.04 / kvm was easy to do / now / on 22.04 / its broke / why ??22:32
CougarI went through all the torials / and even netplan is borked / so it seems22:34
=== abcX is now known as Guest7506
=== Guest7506 is now known as abcX
Cougardownloaded new 22.04 os / went to kvm to load it / it erased the download22:37
Cougar2 funny22:37
Cougar 3 times i did it22:37
Cougarhad to delete ALL kvm / qumu / and virt files to be able to start from scratch22:38
CougarAND reinstate nm in its own file on netplan22:39
Cougarlol, part messages still arive, interesting22:42
Cougaronce linux is broke /  no matter the version / its a hard thing.22:44
CougarAI will fix it /  but at what cost ?? / have a good day folks.22:46
SquareIs it only me having issues with keeping discord canary up to date using "Ubuntu Software"?22:49
Squarei mean, even if i install it, i have to manually install it once running it.22:50
Square...as in downloading .deb and then install that.22:50
mybalzitchdo you have a repo configured for discord?22:52
Squaremybalzitch, lemme check22:52
mybalzitchunder /etc/apt/source.list or in the /etc/apt/sources.list.d/ directory22:53
Squaremybalzitch, no, doesn't look like it22:54
mybalzitchfor ubuntus software to update itself, the system ahs to know about where to look for updated builds of particular bits of software22:55
mybalzitch99% of .deb's don't implement anything extra for the package updating itself22:55
SquareI wonder... why put Discord-canary in the official "Ubuntu Software" offering if they can't keep it up to date. Via snap that is.22:56
mybalzitchoh, you're using snap22:56
mybalzitchyeah the snap builds probably need a human to check off on it before it gets pushed22:56
SquareWell they call it "Ubuntu Software"22:56
oerhekshttps://snapcraft.io/discord  28 april 2023 ... and the canary version from 202222:56
mybalzitchbut if you're using snaps you shouldn't be using debs22:56
oerheksprop blob22:57
Squareoerheks, hey!22:57
oerhekshttps://snapcraft.io/discord-canary22:57
Squareso snap isn't the way to go then I guess.22:57
oerhekssure, just not the early version canary22:58
mybalzitchhttps://github.com/snapcrafters/discord/issues wonder if theres a reason the canary is behind22:58
mybalzitchhttps://github.com/snapcrafters/discord/issues/81 only 3 years old22:59
-ubottu:#ubuntu- Issue 81 in snapcrafters/discord "Add Canary Build as Beta or Edge" [Open]22:59
SquareGotcha.22:59
le4Ola, como resolve o erro de acpi ?23:41
le4acpi not found, acpi bios error23:41
NothingMan-23:42
WaV!es | le423:44
ubottule4: En la mayor?a de los canales de Ubuntu, se habla s?lo en ingl?s. Si busca ayuda en espa?ol entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.23:44
le4Feedback: ubuntu 23.04 has acpi error, acpi not found, acpi bios error, sgx, x50923:46
le4Intel Celeron23:47
oerhekslook for a bios update?23:47
NothingManhttps://askubuntu.com/questions/1411354/ubuntu-22-04-acpi-bios-error-bug23:47
le4Thanks. Everything is up to date, even the bios.  Most of the solutions I found caused the system to no longer start. ?23:50
le4Canonical please send update with acpi fix ??23:52
oerhekshttps://askubuntu.com/questions/1406760/sgx-disabled-by-bios-in-ubuntu-22-0423:52
oerheksseems like you should not disable that23:52
RaiinzenHello, I have a question regarding hardware. From what I can tell, I have an audio card which is incompatible right now (RealTek  ALC711-CG)  I've found intel-media-driver 22.3.1+dfsg1-1ubuntu2 source package in Ubuntu, and if I understand right, according to that, it SHOULD be working, but after 2 weeks of trying everything, I'm still getting23:54
Raiinzen"Dummy Sound."  How might I figure out if this is a new bug that could be reported?23:54
RaiinzenI have a post on the forums which can be referenced:  https://ubuntuforums.org/showthread.php?t=248746023:55
oerheksi read an old post, seems like supported with the sof-firmware package, ALC711-CG23:55
oerheks!info sof-firmware23:56
ubottuPackage sof-firmware does not exist in lunar23:56
oerheksoh23:56
oerhekshttps://launchpad.net/ubuntu/+source/firmware-sof23:56
oerheksfrom https://gist.github.com/ThHareau/4509e969a094429121bd9830d88adeb723:57
Raiinzenoerheks  Thank you.  I'm still rather new to these source packages.  Does that mean it can be installed since it is not built into Lunar?23:57

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