/srv/irclogs.ubuntu.com/2022/09/06/#ubuntu.txt

pycuriousleftyfb: I've a lot of machines to patch00:00
oerheksksplice is not free, so use our livepatch.00:02
arraybolt3[m]pycurious: Technically, you *can* livepatch kernels yourself, but that puts the task of maintaining your own kernel squarely into your own hands. Preparing the patches for insertion into a running system looks something like this: https://wiki.archlinux.org/title/Kernel_live_patching You end up building your own bits of the kernel yourself, and inserting them in. Unless you know the Linux kernel like the back of your hand, I wouldn't try00:07
arraybolt3[m]it - it could end so very poorly (security and stability wise). There's a reason Canonical charges for the service if you intend to use it commercially, and it's not because it's an easy service to provide.00:07
pycuriousarraybolt3: thanks00:08
arraybolt3pycurious: If you can just work in reboots into your workflow, you're golden. And if you really need livepatch, the pricing info is here: https://ubuntu.com/advantage00:09
arraybolt3pycurious: Glad to be able to help!00:11
BayouBillyarraybolt..sounds like some people are making money off many computers without wanting to pay back some of their profits to support the computers00:11
BayouBillyarraybolt...you might tell the profit seekers you get what you pay for00:11
BayouBillythe qt license says if people use their code to make money then they have to pay qt money in return00:15
leftyfb!ot | BayouBilly00:15
ubottuBayouBilly: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!00:15
BayouBillyso the ubuntu pricing info for livepatch is not out of line and consistent with qt00:18
oerheksfor private use, at no charge for up to 3 machines (desktop, server, virtual machines, or cloud instances)00:20
BayouBillyoerheks yes 3 machines was stated but some people are in it for money and were talking about lots of machines00:20
EickmeyerOfftopic, please.00:21
BayouBillyeickmeyer ok i will mention the issue in #ubuntu-offtopic00:22
EickmeyerBayouBilly: Thanks. Please note your presence here is not to be Ubuntu's police.00:23
BayouBillypycurious join #ubuntu-offtopic00:23
BayouBillyEickmeyer ok i am not police i spent many of the last 20 years in and out of prisons and jail cells so i don't qualify to be police00:24
BayouBillyEickmeyer but i do try to pay attention to the license agreements of author's and distributors as it is important to the community00:26
EickmeyerBayouBilly: But that's not the topic here, nor is any argument. Please do not discuss that here.00:26
oerheksBayouBilly, all you did is rumble about payment. please stop.00:26
BayouBillyoerheks ok i am in ubuntu-offtopic to discuss the issue with pycurious00:27
haysis there a recommendation from ubuntu for this failing service? https://github.com/fwupd/fwupd/issues/303701:03
ubottuIssue 3037 in fwupd/fwupd "systemd changes have caused fwupd-refresh.service to start to fail" [Closed]01:03
RealKillerhey, I am trying deadsnakes to install python3.5 in ubuntu, https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa, but can't find python3.501:07
leftyfb!ppa | RealKiller01:08
ubottuRealKiller: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge01:08
deegoRealKiller: did you apt update?01:08
leftyfbRealKiller: what version of ubuntu?01:09
RealKilleryea, I did, update01:09
RealKillerubuntu 22.0401:09
RealKillerI get this https://pastebin.com/AbeG5xWm01:10
leftyfbRealKiller: why do you think you need python3.5 over python3.10 that is available in ubuntu 22.04?01:10
leftyfb(installed by default)01:10
RealKillerso for some legacy stuff01:10
oerheksrun a vm with bionic and 4.6, do not wreck your system01:11
deegoRealKiller: type aptitude search python | grep -i 3.501:11
oerhekserr finger mismatch, 3.501:11
leftyfbRealKiller: are you sure 3.10 won't work for your needs?01:11
RealKillerhttps://pastebin.com/aN3LHyMa01:13
oerheksthere is no 3.5 in the repos, nor that ppa for your version.01:14
leftyfbRealKiller: python3.5 was released 7 years ago. It's not available on modern OS's01:14
leftyfbRealKiller: you are probably better off updating whatever python script you have to work with modern python01:14
deegoRealKiller: did you add the ppa? sudo add-apt-repository ppa:deadsnakes/ppa01:15
leftyfbdeego: 3.5 isn't available for 22.0401:16
leftyfbdeego: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa please read01:16
deegoah, i was confusing 20.04 with 22.04 there :)01:17
oerheksthe only valid way is to create an ancient bionic vm, which comes with python3.6 ..01:18
VIAhi all !01:57
VIAi asked before but i wiped my memory notes01:58
VIAhow can i see  a log of  what my pc was up to the last days/weeks?01:58
lotuspsychje!journalctl | VIA02:01
ubottuVIA: journalctl is a command for viewing logs collected by systemd-journald. E.g. "journalctl -f" reports system messages as they are logged until you press Ctrl+C. See the journalctl !man page for other options.02:01
VIAhow can i dump it into a file ?02:04
VIAjournalctl !man doesnt do stuffs02:07
esvjournalctl --since "00:00" --no-pager 2>&1 | tee file02:07
VIAesv: where will it be saved for meto access?02:08
esvit will be dumped into a file called file on your current working directory02:10
VIAi dont know what m< "working directory" is i just open a new console02:12
VIAso should i find it in root\usr ?02:12
esvtrying to learn linux ?02:12
VIAye as you can see im not a unix master02:13
VIAif thers a way to save a backlog of anything possible id would be nice to know02:16
esvLinux in general is mostly experienced in the command line mode, this looks like a very basic introduction to it: https://www.digitalocean.com/community/tutorials/an-introduction-to-linux-basics02:18
esvthen: https://archive.ph/xDb8o02:18
esvnow, why are you interested in the journalctl logs?02:19
VIAim overburdened by so many things im just asking for one specific thing .. and/or of thats even possible02:19
VIAthx for nothing esv02:20
esvsure, np.02:20
VIA._.02:25
jhutchinsVIA: I think the main suggestion before was atop.02:32
pikapikaJust to confirm02:51
pikapikadid ubuntu 20.04 change the Elementary xfce icon theme to a brown shade?02:51
pikapikaI was wondering what was feeling odd about the 20 machine compared to the 18 one and then I realized its the brown icon theme02:51
pikapikaI copied the 18 theme to 20 to get back the blue02:51
=== Guest7625 is now known as synapt
guivercpikapika, why not look at the changelog; https://changelogs.ubuntu.com/changelogs/pool/universe/e/elementary-xfce/elementary-xfce_0.15-1/changelog   though it generally only shows applying upsteam newer version changes04:33
ibn-batothi all, plz help me, i am very newbie into linux , i needed to install SRILM  on ubuntu, i followed the instructions at https://hovinh.github.io/blog/2016-04-22-install-srilm-ubuntu/ but when i reached to this instruction "sudo make NO_TCL=1 MACHINE_TYPE=i686-m64 World" i got this error ==>>> make: /usr/share/srilm: Permission denied make: *** /usr/share/srilm: Is a directory.  Stop.04:33
oerheksibn-batot,  very old i686 project.. https://pyzone.dev/install-srilm-on-ubuntu/04:41
oerheksmaybe that url is any help04:41
oerheksand this manual gives a docker example ' docker run -it ntudsp2020autumn/srilm ' https://speech.ee.ntu.edu.tw/DSP2021Autumn/hw3/dsp_hw3.pdf04:43
oerheksi never used this, myself04:44
ibn-batotoerheks i am very newbie into linux, so handling installation error is impossible for me04:44
ibn-batotoerheks can we chat in /msg ?04:45
oerheksno, only here please04:45
oerheksi am afraid i cannot help with that build, look at docker?04:46
oerhekssomeone provided a working example04:46
ibn-batotdocker ? i have no idea what docker is04:47
ibn-batotwell04:47
samy1028cibn-batot: what version of ubuntu are you trying to install it onto?04:48
ibn-batotsamy1028c i just downloaded it yesterday from ubunto.com and i think it is 20.04.404:48
ibn-batoti dunno how to check the version04:48
ibn-batotbut i just installed it on vmware under win 1004:49
samy1028cso, the docs on their website are from 2016, or approximately Ubuntu 11/12/14(?) timeframe.  That's a bit old and lots of things may have changed.04:49
samy1028cHere's a very recent item (this year) for SRILM?  https://pyzone.dev/install-srilm-on-ubuntu/04:50
samy1028cHave no idea, never even heard of it before but just found this via a google search of:  srilm install ubuntu04:50
ibn-batotsamy1028c the site u mentioned has the same steps as in https://hovinh.github.io/blog/2016-04-22-install-srilm-ubuntu/04:51
ibn-batotplz give it a look04:51
ibn-batoti just stopped at this step "sudo make NO_TCL=1 MACHINE_TYPE=i686-m64 World"04:51
ibn-batotand i am inside this folder "h@hu:/usr/share/srilm$ "04:52
samy1028cto know exactly which version you of ubuntu type:  lsb_release  -d04:55
samy1028cI would start over from scratch.  Delete /usr/share/srilm04:55
ibn-batotDescription:Ubuntu 22.04.1 LTS04:55
samy1028c(I'm assuming you have the file in your home directory04:55
samy1028cthen start the install process again by recreating the directory, and follow the steps once more04:56
samy1028csee if it does the same thing.04:56
ibn-batotwell, how to completely remove directry ? i clicked right button on the srilm and i did not find delete or remove option04:59
samy1028chow did you create the directory?  Are you trying to do this via the UI or the command line?05:02
ibn-batotsamy1028c i wrote rm -rf srilm from the share05:03
ibn-batotand it gave me permission error05:03
samy1028cyeah, that's the problem, it seems you were root or sudo when you created the folder initially.  Do you remember how you created the folder?05:03
ibn-batotrm: cannot remove 'srilm': Permission denied05:03
samy1028cNow, to delete it, use:  sudo rm -rf srilm05:04
ibn-batotok05:04
samy1028cokay, I see in the instructions it does say to use sudo to do everything.05:05
samy1028cso, now that it's deleted, start over by recreating the file, copying where you need to, etc.05:05
ibn-batotshould i use the root account ?05:06
samy1028cthe instructions state to use sudo, so use that for now05:07
ibn-batotokay05:08
ibn-batoti will follow the older version fo srilm 1.7.105:10
samy1028cwhy not 1.7.3?05:11
ibn-batotcuz it does not exist :)05:11
ibn-batotand 1.7.2 made some problem in the first trial05:12
ibn-batotso i will follow exacty what the instructions say05:12
gebbioneanyone experienced this error with the nvidia repo ? https://termbin.com/ce6v05:12
samy1028c1.7.3 does exist, I just downloaded it from http://www.speech.sri.com/projects/srilm/download.html05:13
samy1028cibn-batot: the problem is 1.7.1 is 8 years old.  There is lots of stuff that's changed system-wise since then.  At least a few people have made 1.7.3 work on a modern Ubuntu distro.05:14
ibn-batotwell the size of 1.7.3 for me is zero bytes05:16
ibn-batoton contrary to 1.7.105:16
ibn-batoti am using IDM to get it05:16
samy1028chmm.  yeah, didn't check, just saw it created and downloaded a file.05:16
samy1028cyup, it's 0 bytes.  odd.05:16
ibn-batotso it does not exsist as i told u05:16
samy1028cgebbione: I see others having the same issue:  https://github.com/NVIDIA/nvidia-docker/issues/163205:17
ubottuIssue 1632 in NVIDIA/nvidia-docker "GPG error 'public key is not available' in Ubuntu 20.04 CUDA 11.4.0 image while building" [Open]05:17
samy1028chttps://forums.developer.nvidia.com/t/invalid-public-key-for-cuda-apt-repository/212901/2705:17
gebbionethank you, i ll try that05:18
samy1028cibn-batot: are you running desktop or server image of 22.04.01?05:19
ibn-batotdesktop05:19
ibn-batotsamy1028c i got it from https://github.com/BitSpeech/SRILM/archive/refs/tags/1.7.3.zip05:20
ibn-batotbut the IDM told me the name changed to srlim 1.7.305:21
=== guiverc2 is now known as guiverc
ibn-batoti am getting it05:21
gebbionesamy1028c, that key fails too05:22
gebbionegpg: WARNING: unable to fetch URI https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub05:22
gebbionei wonder what the name of the pub key is05:22
samy1028cgebbione: no idea - I just posted links relating to the issue that others had already solved.  I don't have an Nvidia CUDA device myself.05:23
samy1028cibn-batot: I'm spinning up a 22.04 desktop to give it a try to since I'm curious now also.05:34
ibn-batotgreat :D05:37
ibn-batotthe download speed is very low05:37
ibn-batoti had to redownload it05:38
ibn-batoti got SRILM-1.7.3.zip05:39
=== ikonia_ is now known as ikonia
Mr_explorerAny application that constantly monitor fine grain precision of cpu computation? like cores and threads usage06:01
Diagon"Desktop" not appearing in the upper left in Nautilus, with Home, Documents, Downloads, Pictures.  How can I fix that?06:26
Diagon`nautilus -c` just sits and never returns.06:31
Diagon`xdg-user-dir DESKTOP` returns the correct directory.06:36
=== o is now known as niko
DiagonI've had this issue since update 20.04 -> 22.0406:55
ausnet22hows it going07:33
ausnet22whos online07:33
Guest80Hello guys, I need help with some script I cannot seem to run successfully07:41
Guest80https://www.tenable.com/audits/items/CIS_Oracle_Linux_8_Workstation_L1_v1.0.1.audit:509744e6c9257f7fa546a5b45845a43d07:41
arraybolt3[m]๐Ÿ‘‹07:41
Guest80this script to be exact07:41
arraybolt3[m]Guest80: You're trying to run this on Ubuntu?07:42
Guest80rhel07:42
arraybolt3[m]Guest80: Ah. Sadly, we in #ubuntu don't know how to work with RHEL.07:43
Guest80alright07:43
Guest80ty tho07:43
arraybolt3[m]If you're using true RHEL, you should have support bundled with your subscription.07:43
arraybolt3[m]If you're using AlmaLinux or something, then you might see if they have any community support options.07:43
Guest80developer version07:43
Guest80it is actually scripts of hardening, similar ones exist for ubuntu07:44
MaNa2kso is there no react channel on libera.chat ?07:45
arraybolt3[m]MaNa2k: #reactjs maybe?07:49
arraybolt3[m]Guest80: Hey, there's a Libera.Chat channel, #rhel, where you might find people who know more about your question.07:51
=== mickey77 is now known as mickey7
=== diskin_ is now known as diskin
gebbioneafter trying upgrading from 20.04 to 22 i am stuck with error https://askubuntu.com/questions/41930/kernel-panic-not-syncing-vfs-unable-to-mount-root-fs-on-unknown-block0-0 and i cannot boot another kernel because grub will not show up if i press SHIFT or ESC. Any suggestions on how to fix this?09:06
gebbionei tried changing grub config from a live CD and using chroot but adding a different timeout and menu config still does not show grub menu09:08
summonnernothing specific gebbione but maybe using boot repair after booting a live cd could help?09:08
gebbionehow do i try this?09:08
gebbionedo i google it?09:09
=== diskin_ is now known as diskin
gebbionei can see a page about it09:11
gebbionewill it be able to repair a boot on another disk from the live usb ?09:11
oxfuxxxyes look for ubuntu boot-repair on the forum, it should fix your issue.09:13
oxfuxxxhttps://help.ubuntu.com/community/Boot-Repair09:13
MonoLMorning09:36
lotuspsychjewelcome MonoL09:39
MonoLIs a 6700XT a navi card?09:55
MonoLRT6700 XT09:55
oerheksYes09:56
gebbioneok so i m trying boot-repair but also it gets stuck09:58
gebbionei tried to run update-initramfs but i get this error https://termbin.com/mdfr09:59
gebbioneany suggestions or details i can share to see what solution is out there?09:59
oerheksreiserfs ?10:01
oerheksyou won' t find much support for that.10:02
oerheksand if you use reiserfs, you should tell so?10:02
DiagonNo one knows how I can get Desktop listed back in my Nautilus Panel (not bookmarks)?  `xdg-user-dir DESKTOP` returns correctly.  This has been failing since 20->22 upgrade.10:07
gebbionelooks like 22 upgrade causes too many troubles10:08
gebbionemy system is stuck since10:08
oerheksDiagon, remove ~/.config/nautilus and start nautilus again?10:08
DiagonI could try that ...10:08
Diagonoerkeks - wait, all i find in there is a file named "search-metadata", which is 2 lines.10:09
DiagonI don't think removing that is going to help ...10:10
oerheksbasicly the 1st place to look for a reset. i have just 2 lines too.10:12
MonoLI spent all of yesterday trying to get stable diffusion working on this machine and I think it won't work now because the rocm AMD modules only support navi 21 cards and I think I've got a navi 2210:25
MonoLI'm proud of what I managed to do yesterday but to plow so much time into something and have nothing to show is gash10:26
oerheksindeed, MonoL https://www.techpowerup.com/gpu-specs/radeon-rx-6700-xt.c369510:26
MonoLShame but I think I'm just gonna have to wait till AMD add support for the 2210:30
MonoLReally wanted to play with that10:30
MonoLMaybe there's some online service I can find that will offer me the same unrestricted image licences in the mean time10:34
FravialisHi all. Is there a way to set MAILTO for cron globally? That is, not in /etc/crontab, not in /etc/cron.d/* or anything similar. I've tried /etc/default/cron: deprecated. I've tried systemctl edit cron.service: no juice. What now?10:44
Payam100Hi11:03
Payam100I am trying to useย  noveau driver. but no driver is in use still when I do lspci -k11:04
stewmuHas anyone had issues using live-build to make a jammy ISO?11:14
ElliriaHey there. Is there anybody in here with experience in helping blind people to customize and work with Ubuntu?11:54
stewmuElliria. Ubuntu uses the Gnome desktop environment. https://help.gnome.org/users/gnome-help/stable/a11y.html11:55
stewmuGnome comes built in with adjustments to help disabled or impaired users.11:55
oerheksalmost identical https://help.ubuntu.com/stable/ubuntu-help/a11y.html.en11:56
ElliriaThere's someone in the ubuntu-users mailing list who could use some help with that and I'm hoping to find that someone in here.11:57
stewmuWhat kind of help?11:57
Elliriahttps://lists.ubuntu.com/archives/ubuntu-users/2022-September/308357.html11:57
ograElliria, https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility ...11:58
ograpoint them there11:58
ograhah ... you are littlegirl ? ๐Ÿ™‚11:58
ElliriaHe is having an issue with Firefox not being accessible from Orca. This seems to have been fixed, but perhaps his version of Ubuntu doesn't offer the fix yet.11:58
ElliriaIt's a CB handle that was given to me years ago because of my size rather than my age.11:59
ogra๐Ÿ™‚11:59
ElliriaI offered some help with that in that thread.11:59
ograit might be a snap issue though, not sure how well things like orca work with the FF snap12:00
ElliriaHe also has pretty much given up on trying to use Braille TTY for the moment because the instructions he found are for Red Hat. I'm not finding myself capable of helping with that and am hoping one of you might.12:00
stewmuYou don't have to use snaps with ubuntu. You can remove snapd, but the default firefox and chromium debs won't work anymore because they're just installers for the snap version. You'll have flatpak as an option.12:00
ElliriaIt's a Snap issue and I already gave him information and links about the Snap issue in the next message in that thread I linked above.12:00
ograright, i see that12:00
ElliriaHe then also has an issue with two Orca or Oracle processes running when only one should be, but that part is unclear.12:01
ElliriaAnd finally, he has an unspecified question about using Ubuntu under Parallels in Mac.12:01
ograi'm not sure we do have any a11y specialists in here ... but that snapd bug you linked was supposed to be fixed in snapd 2.5512:02
ogra(in late feb, early march)12:02
ElliriaYep, and that's available in Focal and Jammy.12:02
ograwell, snapd is a snap ... the deb version does not matter12:03
ElliriaI'm not a specialist either, but am hoping to get any of you who would be willing to join in and offer some help.12:03
ogra(it is only to put some rules in place but not actually used at runtime)12:03
ograElliria, well, his chances on the ubuntu-accessibility list are probably better ... there are other blind people on it that might be able to help better12:04
ElliriaAh, very cool. I'll check into that. Thank you!12:04
alkisgHeya ogra, when do-release-upgrade hangs at "Waiting for automatic snapd restart" for the firefox snap upgrade, is there any way to gently restart it without killing the process and failing the upgrade?12:32
ograalkisg, no idea, snapd and snap packages are completely separate and one has nothing to do with the other usually ... i doubt the snapd restart is in any way firefox related at all12:33
alkisgThe main issue could be some race condition that involves bad internet connections; but a workaround would be nice to have12:34
ograanything in your logs ?12:34
alkisgUploading the ps tree for starters; but the connection is in the range of kbps, moment...12:35
alkisghttps://termbin.com/7tih12:35
alkisgThat's after `apt full-upgrade; reboot; update-manager gui update`, so it's in a clean state12:35
oerhekssudo killall firefox && sudo snap refresh12:36
alkisgoerheks: firefox isn't running12:37
ograalkisg, looking at /var/lib/dpkg/inf๐Ÿ‘‹firefox.preinst there should be a lot info printed somewhere (dpkg.log ? apt log ?)12:37
ogratsk ... silly emoji plugin12:38
alkisgHeh. The connection is so bad that I wonder if it's still downloading firefox, after 2 hours...12:38
alkisgOr the opposite, if that issue also slows down the connection...12:39
ograit should whine about bad conectivity according to the code i see in preinst12:39
ograare you running with DEBIAN_FRONTEND=noninteractive ?12:40
alkisgNothing in syslog, trying the other files...12:40
alkisgWhatever update-manager uses, I started it from the menu12:40
ograthat should be fine (not noninteractive)12:41
alkisg2022-09-06 12:43:58 status unpacked firefox:amd64 104.0+build3-0ubuntu0.20.04.112:41
alkisg2022-09-06 12:43:58 status half-installed firefox:amd64 104.0+build3-0ubuntu0.20.04.112:41
alkisgThat's from dpkg.log, and it's 3 hours ago12:41
ograyeah, thast just standard dpkg stuff12:42
ograi wonder where all the echos go from the preinst ...12:42
BluesKajHi all12:42
ograalkisg, that is from your old install, pre-upgrade it seems 1:1snap1-0ubuntu2 is the deb version in jammy12:44
ograand FF has a pre-depends snapd ...12:45
ograso the deb install would not start unless snapd is readily available12:45
ograthis is why these echos do not show up12:45
alkisgMaybe the race condition is when snapd gets installed as a deb in preinst, but didn't have enough time yet to get started as a daemon?12:46
alkisg*in pre-depends12:46
ogranah, you want the deb ... but the deb should then install the snapd snap12:47
ograand your ps output shows the snapd snap in use12:47
ogra(last line in pstree)12:48
alkisgAnd it does, but it hangs at that exact point12:48
ogradoes "snap list" return properly ?12:48
ogra(should give a list of installed snaps=12:49
ogra)12:49
alkisgI tried `snap refresh` that oerheks suggested; it said: error change finished in status "Hold" with no error message12:50
alkisgTwo minutes later, the hang is no more. The Internet is again fast, and the installation continues normally12:50
oerheksnice12:51
oerhekshave fun!12:51
ogra"snap changes" and "snap change <ID>"  should be able to give some more detail12:51
alkisgThanks oerheks :)12:51
alkisgA quick wget now says 252KB/s; nope, even with such a low speed, it shouldn't need 3 hours to download firefox.snap...12:52
ogra(this is snapd's way of logging)12:52
alkisgTesting the snap commands...12:52
alkisghttps://termbin.com/eshi , the last line says "refreshing all snaps, no change" (although I used LANG=C...)12:53
alkisgSo it took 2 hours to initialize snap, and 1 hour to install firefox...12:54
alkisg(the funny thing is that after the installation finishes, we're just installing the firefox.deb from the ppa and uninstalling snap, so it's all in vain... :/)12:55
alkisgOK let's see what happens with the next schools, if `snap refresh` works around the issue12:56
alkisgThank you both :)12:56
ograalkisg, well, "snap change 4" ... should have a lot ore info12:58
ogra*more12:59
ogra(and you want LC_ALL=C ... not LANG= )12:59
alkisgogra: Status  Spawn  Ready  Summary, just the headers line, nothing more13:00
ograwow, thats a bug i guess ... it should tell you why it is on hold and stuff13:01
alkisgMaybe the upgrader put snap updates on hold?13:01
ogranah13:01
gebbionehi folks, anyone can suggest what to try or add to this post to fix an upgrade? https://ubuntuforums.org/showthread.php?t=2478833&p=14111208#post1411120813:01
ogracould be a connectivity issue though ... "snap debug connectivity" ... might tell13:02
alkisgogra: LC_ALL=C LANGUAGE=C LANG=C snap changes stills hows Greek. Checking the connectivity...13:03
alkisg* PASS13:03
ograheh13:03
ograyeah, thats fine then ...13:04
ograstill wird why it puts the task on hold ...13:04
ogra*weird13:04
haysI have to turn off DyanamicUser for fwupd-refresh.service to get it not to error out and crash. Is this a security problem? And how can I check if Ubuntu has an actual bug on this?13:24
hayswhoever wrote that unit file it is really locked down13:24
lotuspsychjehays: can you see the full output in your journal logs of what happens with fwupd?13:29
=== EriC^ is now known as Guest1933
ograhays, "ubuntu-bug fwupd" ... it will check on launchpad if similar bugs already exist and point you to them ... if there isnt one, it will let you open a new one13:38
hayslotuspsychje: there is surprisingly little in the logs... people debugging it online have had to insert straces into the unit to get anything.13:44
haysubuntu-bug fwupd13:44
hays!ubuntu-bug fwupd13:46
hayswell i found this13:52
hayshttps://bugs.launchpad.net/ubuntu/+source/systemd/+bug/196997613:52
ubottuLaunchpad bug 1969976 in fwupd (Ubuntu Focal) "DynamicUser=1 doesn't get along with services that need dbus-daemon" [Undecided, Confirmed]13:52
hayshow do I search jammy-proposed?  apt-cache search fwupd/jammy-proposed doesn't do it14:02
=== Alastor226276 is now known as Alastor2262
KNERDhays: apt search jammy?14:11
exicutorhello there14:18
Payam__Hi,14:27
dobbicorphi14:28
Payam__I am trying to use nouveau driver. but from the output I see that it is loaded with nvidiafb and no driver is in use.ย  https://pastebin.com/43Aszmtv14:28
Payam__so I can not connect to external screens and it is really annoying.14:28
verwalterhello14:38
ioriagebbione, sounds a bad issue14:40
enigma9o7[m]hays, if you have it listed in your sources, then `apt search` should find it.14:41
enigma9o7[m]if you ever see one of those "there are additional versions" thing, thats probably why14:41
haysenigma9o7[m]: thanks. found it14:42
cnnxI'm shopping for a wireless network adapter, I want to make sure its going to be compatible a long time with the future versions of the linux kernel and LUBUNTU.. htere's the specs:ย  Windows 11 Plug-n-Play, Windows 7/8/8.1/10/11, Mac OS 10.7~10.15, Linux 2.6.24~5.11 (Fedora & Ubuntu)Windows 11 Plug-n-Play, Windows 7/8/8.1/10/11, Mac OS 10.7~10.15,14:53
cnnxLinux 2.6.24~5.11 (Fedora & Ubuntu)14:53
cnnxit says until 5.1114:53
cnnxwhat happens after?14:53
lotuspsychjecnnx: whats the brand/chipset?14:54
cnnxBrandEDiMAX chipset not mentionned in amazon decription14:55
lotuspsychjecnnx: that sounds like realtek based14:56
cnnxwhich is no longer supportede natively14:56
cnnxneed to mod it in14:57
cnnxright14:57
lotuspsychjecnnx: i would avoid realtek chipsets when possible, but thats only 1 opinion14:57
cnnxwhats the better chipsets14:58
cnnxfor lubuntu14:58
cnnxi know they use up alot fo energy14:58
cnnxits for a robogt application14:59
cnnx*robot14:59
lotuspsychjecnnx: https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported14:59
=== keypushe- is now known as keypusher
cnnxlotus|NUC quite a bit of selection there, thanks15:01
lotuspsychjecnnx: intel wifi chipsets are pretty solid on ubuntu too, but we cant much generalize statements15:02
imbezolHey all. I am having trouble with the Firefox snap due to what seems like policy decisions around updates. There's a popup that is extremely persistent notifying that an update is available. This seems to pop up once an hour, which when you work on your system full time becomes extremely aggravating. It reminds you that you have 13 days left to update.15:10
imbezolHaving 100+ tabs open and working in them it's frustrating to have to close firefox on snap maintainer's schedule to update. But even if I do... there's likely a new update the next day or later that day.. and it comes back again.15:11
imbezolWhat can be done to disable this behaviour?15:11
imbezolI tried removing the snap and going to a flatpak but it has issues with video stutter so it's not really a workable option.15:11
mybalzitchdo your best to ignore it, or find another browser.15:12
imbezolThis has been going on for over a month and it's at the point where I'm wondering if I need to install from binaries and not have any easy update path at all. Or even switch distros to get away from the snap.15:12
imbezolThoughts?15:12
mybalzitchI got exceptionally annoyed when it kept prompting me for an update, when there was no update15:12
imbezolHow can you ignore a popup that's on your system __all__ the time?15:12
murmelimbezol, to disable the auto update, you can download the snap manually (snap download) and then snap install or figure out hw accel on flatpak (or go the ppa way) (or tar.gz from mozilla)15:13
imbezolI have a hard time comprehending the decision to make it behave like this.15:13
imbezolmurmel: ok, i've removed it, and done a download and install. i hope you're right that this will disable auto updates.15:16
imbezolto update it i'd have to manually download and install again?15:16
murmelimbezol, it thinks it's a locally installed snap, so it doesn't connect it to the store version15:16
murmelyes15:16
imbezoli see it doesn't show anything in the Tracking column for it now15:16
imbezolthank you15:16
=== funhouse_ is now known as funhouse
rajkostoon 18.04LTS minimal image: The following packages have unmet dependencies:15:28
rajkosto systemd : Depends: libsystemd0 (= 237-3ubuntu10.53) but 237-3ubuntu10.54 is to be installed15:28
rajkosto           Recommends: libpam-systemd but it is not going to be installed15:28
rajkosto           Recommends: networkd-dispatcher but it is not going to be installed15:28
rajkostoE: Unable to correct problems, you have held broken packages.15:28
rajkostoError: error building at STEP "RUN apt update && apt -y install tzdata systemd wget curl git gawk rsync nano sudo cron logrotate software-properties-common"15:28
murmelrajkosto, what are you trying to do? (it helps if you give us all the lines (incl command) and use a pastebin service)15:29
murmel!paste15:29
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.15:29
rajkostohttps://dpaste.com/6GH2XWVNB the command is in the last line, running on minimal ubuntu 18.04LTS image, this has worked for 4 years now, broke recently15:30
ravagewhat image are you talking about exactly?15:31
ioriarajkosto, you have probably -proposed repo enabled15:32
ioriarajkosto, checkyou /etc/apt7sources.list15:32
rajkostoFROM docker.io/ubuntu:bionic15:33
murmelmake sure to apt update, as I think they are pushing 54 right now15:33
rajkostoapt-get update is in a previous line15:33
murmelah k15:34
rajkostois it just mismatched online atm15:34
murmeloverlooked it :(15:34
ravagedont have docker installed. the official minimal lxc image works just fine15:34
rajkostohttps://pastebin.com/qY2PY9CN here's the lines of the Dockerfile until they fail15:35
ioriarajkosto, 18.04 has 53 not 54 ; paste your sources.listand we can have a look15:35
rajkostohow ? its a dockerfile15:36
murmelioria, the servers have already 5415:36
ioria!info libsystemd0 bionic15:38
ubottu'bionic' is not a valid release15:38
ioriai still see -5315:38
enigma9o7[m]check apt policy on that libsystemd015:38
ravageioria, https://github.com/docker-library/official-images/pull/1309015:39
ubottuPull 13090 in docker-library/official-images "Update Ubuntu 2022-09-02" [Open]15:39
ioriarajkosto, apt-cache policy libsystemd015:40
murmelravage, nice find15:41
rajkostook so i just wait for them to fix then15:42
ravageyou could force an older version of the image15:42
ravageor wait15:42
=== keypushe- is now known as keypusher
=== genii_ is now known as genii
ArsimaelDoes anyone know how to fix the "has premature member 'control.tar.xz' before 'control.tar.gz', giving up" Error?16:42
murmelArsimael, doing what?16:42
ograyou really have to give some context ...16:43
Arsimaelinstalling updates16:43
=== cubo_ is now known as cubo
ograwhat command did you run, what did you expect to happen, what happened actually ...16:43
Arsimaelapt update && apt upgrade16:43
ogrause a pastebin for the full output log and paste it here16:43
Arsimaelone sec16:44
ogra"it" -> the url16:44
Arsimaelhttps://paste.rs/9Fe16:47
ravageTry "sudo apt clean" and run the upgrade again16:48
=== EriC^ is now known as Guest7006
Arsimaelsame output16:49
ArsimaelI also tried to manually download the package and install it - same issue16:49
ravageAny special archive mirror configuration?16:53
ravageWhat is your sources list?16:53
Arsimaelthe ones from the company I work for, but I already deactivated them and use the official ones16:54
Arsimaelok. new error. I manually installed dpkg 1.17 --> 1.18 -->1.1916:54
ograerr16:57
ograwhat release is that ? (why did you have something like dpkg 1.17 there, this is ancient)16:57
Arsimaelhttps://paste.rs/MJj16:57
=== thegodsq- is now known as thegodsquirrel
ogragrep VERSION= /etc/os-release16:58
ograwhat does that return16:58
Arsimael20.04 LTS16:59
ograand how did you get 1.21 ? that is only in later releases17:00
ograand defaults to xz17:00
ograwhich is not supported in older versions of ubuntu17:00
ArsimaelI want to do a release upgrade to 22.04, and it tells me to install "All available updates" before i continue.17:00
ograwell, this looks like your sources.list does not point to focal at all ...17:00
ografocal (20.04) has dpkg 1.1917:01
ograeven the latest update of focal has that version17:01
ograso how did you get the 22.04 version (1.21) ? that will break the whole install since replacing yur package manager with one that has features your distro does not understand can not work17:02
ArsimaelStarted a release upgrade, it failed giving me the error I mentioned before and dropped me to a shell. Now I have to fix this manually17:03
Arsimaelok... have o do a reboot. eigher it kills the machine and I have to restore it or it works17:07
ograwell, you should inspect it first ... would b good to know what you did to the system up to now17:07
gebbionei m trying to fix an installation, whilst running a command suggested by boo-repair i get these errors https://termbin.com/h6qu17:12
gebbionegoogling the separate errors does not take me to a clear answer, any idea what to do?17:12
ioriagebbione, i don't think the problem is grub (somaybe boot-repair is not the right tool), i think the problem is some broken packages , like the kernel itself, nvidia and usrmerge17:23
gebbioneindeed17:24
gebbionei m trying to still understand how to fix it with chroot17:24
gebbionebut i have not idea what to do17:24
ioriagebbione, so, if you cannot use Recovery, i suggest to use a livecd, chroot and purge those ; a gauy seems to have had a similar issue : https://linuxsheet.com/answers/1425541u/17:24
=== PTNapivoski_ is now known as PTNapivoski
ioriagebbione, if apt-get purge fails, you can stilluse   sudo dpkg --purge17:25
ioriagebbione, e.g. :  mv the the config file to /tmp    : mv /var/lib/dpkg/info/thosepkgfile * /tmp  and sudo dpkg --remove --force-remove-reinstreq  package17:28
gebbionei have run dpkg --purge and removed the nvidia packages that are failing17:30
gebbionelooks like update-initramfs finished fine now17:30
gebbionebefore i exit the live cd17:30
ioriaok, goon with the kernels and usrmerge17:30
gebbionewell cd/install17:30
gebbionewhat do i do next to make sure i can boot without it17:31
gebbionei will re-install the nvidia drivers later17:31
Arsimaelwoohoo! It's dead17:31
ioriagebbione, after removing the broken packages, you need to reinstall the kernel with  sudo aptinstall --reinstall linux-generic17:31
gebbioneok apt install --reinstall linux-generic worked -> 5.15.0.47.4717:33
gebbioneanything else?17:33
gebbionei m bit nervous cause it has been stuck all day17:33
ioriagebbione, run reconfigure again17:34
gebbionedpkg -configure -a ?17:34
ioriaimean sudo dpkg --configure -a17:34
ioriayes17:34
gebbioneit didn't do much but didn't fail17:35
ioriagebbione, apt -f install17:35
gebbione0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded17:36
gebbioneit is asking me to purge a lot of them but i know i need some of them17:36
gebbioneif not the new versions of them17:36
ioriagebbione, sudo apt update && sudo apt full-upgrade17:36
gebbioneshould i run this from chroot or should i reboot and do it from its own session17:37
ioriafrom chroot17:37
murmelbe careful with full-upgrade as it also removes stuff17:37
leftyfbmurmel: only if you add --autoremove17:38
murmelleftyfb, huh, whats the difference then to upgrade?17:40
gebbionefails for other reasons now17:41
gebbionehttps://termbin.com/oioc17:41
ioriagebbione, i don't see the final errors17:42
gebbionethere is nothing else after the removing linux-modules-5....17:43
gebbionebut there was an error with the libreadline.so.817:43
gebbioneit is in the middle of the execution17:43
ioriayes, i see that17:44
gebbioneisn't that affecting the upgrade?17:44
ioriacause 222.04 does not have it17:44
ioriasy, brain fart17:44
ioriasudo apt install --reinstall libreadline8 gebbione17:45
d4rk1hello17:45
gebbioneok it seems to finish fine and without errors17:47
ioriagebbione, sy, away from keyboard ; i'll be back in 20 minutes17:47
=== y0sh- is now known as y0sh_
=== diskin is now known as Guest1294
=== diskin_ is now known as diskin
ioriagebbione, ok18:09
=== Guest7006 is now known as EriC^^
=== Rahoul39 is now known as Rahoul3
=== Apple][ is now known as Telvana
=== denis is now known as Guest8718
muhsinculluhello19:14
luna__hey19:18
=== brentaarnold_ is now known as brentaarnold
=== arraybolt3_ is now known as arraybolt3
phonixgeisthey guys ! quick question20:53
ifiokekottshoot20:53
phonixgeist I'm trying to translate two rules from iptables syntax to UFW...these are the rules...20:53
phonixgeist(1) iptables -A firewall -p udp โ€“dest 239.250.0.0/16 -j ACCEPT   (2)iptables -A firewall -p igmp โ€“dest 239.250.0.0/16 -j ACCEPT20:53
enigma9o7[m]you call that a quick question?20:54
phonixgeistenigma9o7[m], lol20:54
ifiokekottsounds like a job interview20:54
phonixgeistfor you all experts... yes! lol20:54
phonixgeistI tried adding the iptables rules directly to /etc/ufw/after.rules , but i didnt worked...20:54
phonixgeistany ideas?20:55
phonixgeistis to make work an IPTV (broadcast) but without turning off the firewall... with out firewall the streaming is good...20:56
tomreyni think ufw is just meant to be used as a host firewall, not a network firewall20:56
tomreyni've seen so many problems with it, i would not recommend using it for any other purpose20:57
tomreynspecifying a CIDR as a destination makes it look like you're trying to use it as a network firewall20:57
phonixgeisttomreyn, ok (i did thought something like that...) so... what would you recommend.. get rid of UFW and just work with iptables?20:58
tomreynnftables, yes20:58
phonixgeistok... conclusion i forget about UFW and learn to use nftables...20:59
sarnoldphonixgeist: rather than editing a ufw file by hand, maybe use the ufw command interactively? something along the lines of ufw allow proto udp to 239.250.0.0/16   and ufw allow igmp to 239.250.0.0/16   -- and see if that spits back errors or something21:00
phonixgeistsarnold, yes I tried in a lot of different ways... but none of them worked... as soon as i set the rules the streaming goes down...21:01
phonixgeistsarnold, i turn off ufw and streamming is up...21:02
sarnoldphonixgeist: aha :(21:05
iffraffHi, I'm using 22.04.  I running virtual box with a windows vm.  The windows vm is windows 7.  All of a sudden after working fine for several weeks, chrome starts crashing as soon as it starts up.  So I install edge.  Edge behaves the exact same way!  So I think, oh well, may windows 7 finally stb, and I start up a vm of windows 11.  I down load chrome and Edge and Chrome are crashing there too!21:08
iffraffSo I'm thinking something must have changed on my host ( ubuntu 22.04 ) or maybe virtual tools but I didn't change anything on there. Any thoughts/help would be greatly appreciated.21:09
enigma9o7[m]What do you have to do to make it crash?  Just open it?21:10
iffraffyes. just open it. it'll load the landing page, sometimes then it blinks out of existance.21:10
enigma9o7[m]Did you just upgrade virtualbox?  There was an update couple days ago.  Maybe you need to update your guest extensions.21:10
enigma9o7[m]Maybe there's some weird gpu driver mismatch21:10
tomreyni think someone else reported the other day that there were such problems with ubuntu's (community maintained) virtualbox packages. have you tried virtualbox.org's?21:11
enigma9o7[m]Hmmm actuallly, I'm using a PPA myself, not official ubuntu version....21:12
toddciffraff: check load I.E ram cpu video ram ect the same thing that would crash any system21:12
sarnoldiffraff: there were some open-vm-tools security updates recently, did you install new versions of these things into your guests? I wonder if rolling those back, or reverting to an older snapshot, would work21:12
iffraffso I have the sys monitor up and nothing is maxing out.  Visual Studio is crash too but not nearly as frequently.  I havn't installed anything new for virtualbox. I don't think I even installed the guest extensions.21:14
iffraffI installed via the ubuntu gui, I should have used apt but the gui doesn't say anything about an update.21:15
toddciffraff: edit check the virtual box specs for your guest win 7 VM as it works for me with latest version of virtualbox on ubuntu with win 10 and 11 guests -latest 6.1.38 plus extentions21:16
iffraffso I didn't have guest installed. I;m in 11 right now and I just installed it.  I think. I'll see if that works21:17
takeshiinetzwerk tools heise21:17
takeshiisorry21:17
iffraffuggg so I installed guest additions on win 11 and it chrome crashed then the whole damn vm restarted21:23
iffraffSame with windows 721:24
iffraffI wonder if theres some vm setting that got messed up.21:24
iffrafftoddc: I was using NAT for network, then changed it to bridged.  didn't make any difference21:30
haysanyone have any recommendations for a quick and dirty system monitoring tool like netdada?  netdata is kinda annoying because there's all sorts of visual spam about netdata cloud21:31
cbreakI don't know netdada, but I like munin21:33
cbreakit's quite extensible, and fairly simplistic21:33
=== pah is now known as pa
haysi installed prometheus thinking it would have some kind of default config and its totally empty. lol. my bad21:35
Diagon"Desktop" not appearing in the Panel (not bookmarks) in Nautilus.  How can I fix that?  `xdg-user-dir DESKTOP` returns the correct directory.21:37
Diagon I've had this issue since update 20.04 -> 22.0421:37
hayscbreak: yeah munin is alright21:42
haysnetdata is just a bit more modern looking. just my god i dont want "cloud"21:42
cluelessperson_is there a way to stop snap from absolutely flooding the logs for an application?21:44
iffrafftoddc: Someone mentioned that I might try uninstalling. I have the 6.1.34 ubuntu version, They said I should try the oracle version as it's 6.1.3821:45
ograDiagon, GNOME developers removed it (like they removed the ability to put icons on the desktop ... for the latter ubuntu developers developed a GNOME extension, but nautilus was not patched)21:45
=== justache is now known as justache_test
ograDiagon, https://www.reddit.com/r/gnome/comments/qolg4m/why_did_my_desktop_directory_disappear_from_the/21:46
=== justache_test is now known as justache
DiagonRemoved it??  (I'll have a look ...)21:47
ograyes, desktops are not a thing in gnome anymore ... it is a desktopless desktop environment ๐Ÿ˜‰21:47
DiagonWait ...  I am able to add things to my Desktop folder, which has a special icon, as with Documents and Downloads.  Those files also appear on my home screen.21:48
ograyes, did you read what i wrote above ?21:49
ograthe ubuntu desktop team wrote a gnome extension that enables adding icons to the desktop again ...21:49
=== EriC^^ is now known as Guest1915
=== Guest1915 is now known as EriC^
ograadefault gnome desktop can not have icons n the desktop ...21:50
DiagonAh, thanks for clarifying ...  I'm reading that reddit thread ...  :/21:51
ogracarrying a patch against nautilus (which has moving code you do not control) is way more work than simply writing an extension that you have full control over ... i guess this is why they did not patch nautilus to have the desktop item back21:52
ifiokekotthello ogra are you a Nigerian?21:53
ograifiokekott, nope, do you have an ubuntu support question ?21:54
DiagonOk, that's infuriating ...  Never used KDE, but someone in that reddit thread is talking about shifting to it.  Are there other major options I should consider?21:55
ifiokekott@ogra nope21:56
=== leaftype2 is now known as leaftype
ograDiagon, https://ubuntu.com/desktop/flavours21:57
DiagonOk, here's another quesiton.  When I search on a file in nautilus, it used to just give me the list of filenames with that searched string.  Not it greps the files.21:59
DiagonHow to go back to old behavior?  (orga)21:59
DiagonI mean, I just get /way/ too many results.  It's useless.22:00
ravageDiagon, use the down arrow beside the search field22:02
jhutchinsDoes nautilus have any documentation?22:02
Diagonravage / many thanks ...22:03
takeshiiUnder a willow22:15
takeshiisorry, wrong channel :)22:15
mybalzitchhttps://imgur.com/a/QB6aAKd firefox after the system crashed and I had to reboot. chrome and my video player work fine. Any thoughts? I reverted the snap, that didn't fix it22:52
=== five619 is now known as five61
AJ_Z0Funny how the home and blog pages load, but https://ubuntu.com/blog/fips-certified-vs-compliant-whats-safe is 500.22:58
ravageAJ_Z0, https://ubuntu.com/blog/this-article-is-just-invalid23:01
ravagehttps://ubuntu.com/blog/canonical-kubernetes-1-25-is-now-generally-available <-- valid article link23:01
leftyfbAJ_Z0: https://ubuntu.com/blog/fips-certified-vs-compliant-whats-safer23:02
ravageright23:02
leftyfbAJ_Z0: you didn't copy the entire link23:02
ravageshould maybe not produce a 500 but redirect to the main page23:03
ravagecould be worth a github issue23:03
leftyfbravage: redirect based on what?23:03
ravageon "article does not exist" ?23:04
leftyfbah, sorry, missed the part of redirecting to the main page (regardless of invalid link)23:04
ravagehttps://github.com/canonical/ubuntu.com/issues/12008 lets see what happens :)23:08
ubottuIssue 12008 in canonical/ubuntu.com "invalid blog link produces 500 error" [Open]23:08
SquareWhat an awesome nick. "keypusher"23:18
=== esv_ is now known as esv
sarnoldSquare: it reminds me a bit of https://en.wikipedia.org/wiki/Squarepusher  :)23:36

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