/srv/irclogs.ubuntu.com/2021/10/27/#ubuntu.txt

=== joe is now known as Guest5790
cuddylierI'm using ebtables on Ubuntu 20.04 with KVM VMs but I'm finding that the more ebtables rules I have, the slower the UDP single threaded network performance is for the VPS that has its ebtables rule at the bottom of the ebtables rule list. This same issue is no where near as visible on Redhat based OS's. I've already tested HWE and 5.14 kernels with no change. Anyone any idea of a potential solution for this?00:41
computerjoe314Hello, I came here reporting about one core being highly used on my laptop even with nothing open. It's still happening seemingly randomly, but I was able to get some screenshots from htop and ps about CPU usage. However I still can't see what's causing it. https://drive.google.com/drive/folders/1mvu7ClCOKziSCF3niXU-nCIzdfn83Tu6?usp=sharing Here are the screenshots. Thoughts on what could be causing it?00:41
sarnoldcuddylier: pastebin the ubuntu rules and rhel rules and maybe someone will have suggestions?00:42
oerheksi would use nftables, it is in the kernel00:43
sarnoldcomputerjoe314: try running sudo perf top  -- it might help spot whatever the machine is doing00:45
oerhekscomputerjoe314, kworker ?00:45
cuddylierI use software that has ebtables functionality built into it, I would love to use nftables instead though. It's just odd the issue only appears with Ubuntu, at least in such an extreme way.00:47
cuddylierHere is an excerpt from the ebtables rules: https://pastebin.ubuntu.com/p/Tm6M6GMRnN/plain/00:48
cuddylierThe interface viifv9452 having the slowest speeds and viifv9446 the fastest.00:48
oerheksmaybe it is not the rules, but the order of rules..00:49
cuddylierSingle threaded UDP throughput is 1.79Gb/s to a remote location with 1 set of ebtables rules for one VM and when you scale that to 60 VMs worth of ebtables rules, the network performance drops to 500Mb/s for the last interface in the rule list.00:49
oerheksno idea with ebtables00:50
sarnoldcomputerjoe314: try running sudo perf top  -- it might help spot whatever the machine is doing00:50
cuddylierI know that nftables uses a map so avoids this issue of going down ebtables rules sequentially.00:50
=== ur5us_ is now known as ur5us
ThothCastelcan 2 nvidia gpu cards of different model be run and configured with 2 different nvidia drivers?00:57
ThothCastelball:  with ubuntu live boot - all 4 monitors coming out of these 2 gpu's work perfectly fine - but after installing ubuntu, only 2 works00:57
ThothCastelhttps://www.irccloud.com/pastebin/vpsgzov7/00:58
sarnoldI think I've heard two different nvidia drivers at once just doesn't work00:59
vqueirozDo I have to install AMDGPU pro and how can I install the open source drivers?01:01
VMGuy23vqueiroz: What is your Ubuntu version?01:02
vqueirozVMGuy23: Ubuntu 20.04 - I'm new on Ubuntu world =)01:02
sarnoldvqueiroz: 'ubuntu-drivers install' will probably do the right thing01:02
vqueirozI'm coming from debian01:02
vqueiroz1101:02
oerheksopen amdgpu is installed, i guess. get the pro from their site?01:03
tomreynsarnold: i don't think ubuntu-drivers will install the open source amdgpu nor the proprietary amdgpu-pro overlay.01:03
VMGuy23vqueiroz:  download the latest drivers from AMD website and install them with the script01:03
vqueirozMaybe this >> https://amdgpu-install.readthedocs.io/en/latest/install-installing.html#installing-the-all-open-variant01:03
vqueirozBut I'm getting some glitches. I've installed the pro version. Might be related?01:03
sarnoldtomreyn: yeah the closed stuff will probably require going to their website, but I haven't heard what their closed stuff offers01:03
tomreynvqueiroz: no, you do not need to install amdgpu-pro most of the time. and the default and fine amdgpu will already be installed and working01:04
vqueirozAlso I had some OpenGL code that was working on my Debian 11 install with OS amdgpu driver and now glGenTextures returns 0 =(01:04
oerheksinstall the All-Open variant   ??? weird, you should have it already01:04
vqueirozWhy is focal on archive? e_e01:05
vqueirozbr.archive.... ?01:05
tomreynsarnold: i'm not sure exactly either about the features. i think -pro is primarily targetted at 'professional use' (and there primarily with their 'professinal' hardware models. but all i've read about it is that -pro causes problems whenever people miss to read the compatibility notes (which usually rule out HWE kernels, or only provide compatibility for those with much delay)01:07
tomreynvqueiroz: i think we can say that unless you *know* that you need -pro, you don't need, and moreover don't want it.01:09
sarnoldtomreyn: or perhaps some way to make sure they get a few bucks for their efforts from people who Really Care..01:11
tomreynsarnold: -pro is also free (as in beer) for all i know, if that's what you mean?01:13
sarnoldtomreyn: oh :) I figured it was expensive $$$ for commercial users01:13
tomreynthe 'professional' hardware is much more expensive (while not actually adding *that* much), that would be the 'supporter ticket'01:14
Diagon`btrfs fi show` - could someone clarify?  I added a 2T disk to a RAID1 and I think I should have > 1T free space, but ...01:29
Diagon$ sudo btrfs fi show /home/dev/Data01:29
DiagonLabel: 'data'  uuid: 091af054-b597-4215-b7bc-dacf1158a41701:29
DiagonTotal devices 3 FS bytes used 1.62TiB01:29
Diagondevid    1 size 1.82TiB used 1.08TiB path /dev/mapper/luks.data.101:29
Diagondevid    2 size 1.82TiB used 1.08TiB path /dev/mapper/luks.data.201:29
oerheks!paste01:29
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.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.01:29
vqueirozHow can I be sure amdgpu is the driver being used? I was surprised there is no wiki on Ubuntu to tell me to mess with xorg config files01:37
vqueirozI uninstalled amdgpu and now I can render my stuff with OpenGL.01:38
tomreynvqueiroz: xorg configuration is usually generated on the fly as xorg starts up. glxinfo should tell which renderer is active.01:38
oerheksspci -nn | grep -E 'VGA|Display'  or   sudo lshw -c video01:38
oerhekslspci ^^01:39
vqueirozhttps://termbin.com/aiyd01:41
vqueiroztomreyn: Does that make any sense? ^ amdgpu01:42
DiagonOk so, trying again ...  `btrfs fi show` - could someone clarify?  I added a 2T disk to a RAID1 and I think I should have > 1T free space, but ...01:43
Diagonhttp://sprunge.us/61hB0s01:44
tomreynvqueiroz: i think so.    glxinfo -B   is what you want, i think, it should include the "Accelerated:" info also, without outputting too much. but this looks liek you're using amdgpu now.01:45
devslashi have a desktop with ubuntu 20.04 i cannot update any packages because the system was interrupted while updating a package. Every time I try to run dpkg --configure -a to fix it, my pc freezes up01:46
vqueiroztomreyn: It says accelerated, yes.01:46
vqueiroz    Dedicated video memory: 8192 MB01:47
vqueiroz    Total available memory: 24148 MB01:47
vqueirozHow come?01:47
devslashsome ram is dedicated to the gpu01:47
devslash8gb in your case01:47
tomreyndevslash: system freezes upon configuring package? that's weird. i'd say boot to recovery and do a file system check01:47
devslashhow do i boot to recovery01:47
tomreyn!recovery01:48
ubottuIf your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode01:48
oerheksapt install -f would fix such break01:48
tomreynvqueiroz: first line is video ram (actually located on the graphics card), second line is system memory (on the mainboard).01:49
DiagonOk, LL I want `btrfs fi usage` rather than show...01:49
DiagonBut that's strange too, because it has this line:01:50
DiagonData,RAID1: Size:1.63TiB, Used:1.63TiB (99.96%)01:51
DiagonHow do I interpret that, given that the esimated free space is 1.09T?01:51
DiagonFree (estimated):   1.09TiB(min: 1.09TiB)01:51
tomreynDiagon: i'm pretty clueless about btrfs, but here's a guess: "Data,RAID1: Size:1.63TiB" is the size of the RAID-1 device, "Used:1.63TiB (99.96%)" is the partitioned space on it, "Free (estimated):     1.09TiB (min: 1.09TiB)" is the available unallocated space on the existing file system.01:54
devslashi cannot do fsck in recovery mode01:56
oerhekstry; apt install -f01:57
devslashok01:57
devslashit wont let me01:58
devslashsays i have to run dpkg --configure -a01:58
VMGuy23Then run dpkg --configure -a01:58
devslashso I tried that command and even in recovery mode, my pc locks up01:58
oerhekspc locks up .. for how long?01:59
devslashpermanently01:59
devslashi mean i waited a few minutes and caps lock doesnt light up on the kb02:00
devslashso it seems to be deads02:00
devslashdead02:00
sarnoldouch02:00
oerheksyes, oke, no caps light is an indicator for that02:00
devslashif i dont update i think it will continue to work02:00
oerheksbackup data and reinstall02:00
devslashbut im permanetly stuck02:00
devslashi just reinstalled recently...02:01
devslashthis is so fcking annoying...02:01
oerheksdo a memtest86 run, to exclude bad ram02:01
devslashi already replaced the ram with known good ram02:02
devslashsame issue02:02
devslashbought a new cpu cooler02:02
devslashbecause i assumed that it was bad...02:02
sarnoldif you're at a text console now, you might get better diagnostics when it locks up02:03
devslashno02:03
devslashtheres no output02:03
devslashits just frozen02:03
devslashand i have to do a hard reset02:03
sarnoldwhat package did it try to configure immediately before it locked?02:03
devslashit said building modulews02:03
devslashmodules02:04
sarnoldwhich module?02:04
sarnolddo you *need* it?02:04
devslashi dont know02:04
devslashhang on ill send a screenshot02:05
tomreyndevslash: is ubuntu freshly installed on this system? has the system been locking up before?02:05
devslashfairly recently i dont think its been more than 1-2 months02:06
devslashit started recently02:06
tomreyni'd agree on the memtest, though if you already replaced ram, it's more likely something else. but the memtest might still show errors, telling you it's definitely a hardware problem02:07
tomreynor it might just lock up there, too, which would also say that02:07
devslashimgur.com/a/9ldrWBW02:07
tomreyn40402:08
devslashimgur.com/a/9IdrWBW02:08
devslashsorry I and l look the same when I is in lowercase02:08
tomreyna common problem, unless you use a proper monotype font02:09
devslashits not my issue02:09
devslashits imgur02:09
devslashthey generated the link02:09
sarnoldor copy-paste the text02:10
devslashcant02:10
devslashits way too difficult to type out02:10
devslashthats why i screenshotted it02:10
sarnoldI meant the imgur url ;)02:11
devslashi did type it02:11
devslashthats why I misspelled it02:11
devslashwish they wouldnt use l and lowercase I02:11
tomreynis this ubuntu 21.10?02:12
devslashno02:12
devslash21.0402:12
tomreynoh 20.04 LTS you said02:13
devslashsorry typo02:13
devslashi cant do anything without running into this issue where it wants me to run dpkg --configure -a02:13
devslashi have virtualbox installed. i dont know for sure that its the cause but i do know it installs kernel modules02:14
devslashif i could uninstall it, MAYBE that would fix it but i dont know....02:14
VMGuy23what about sudo dpkg --configure -a02:15
devslashim in a recovery02:15
devslashso i dont need to use sudo and as i mentioned htat locks up my pc02:15
sarnolddevslash: hah, if you've got the virtualbox *guest* stuff installed that is seriously unhappy. I can't remember now what it does, but this sounds familiar02:16
devslashim not sure that thats the cause....02:16
sarnoldyeah. I wish the dkms output said what stupid module it was trying to build. it shouldn't hang when building modules, that feels like bad hardware territory. but still.02:17
devslashim only speculating... because when you install it, it compiles modules for your specific kernel version02:17
devslashi dunno im close to dumping this thing in the trash02:17
sarnoldso, next boot -- mv /etc/kernel/postinst.d/dkms to /root/dkms or something, and then try the dpkg --configure -a again02:17
devslashb==thats the command02:17
devslashoh you mean boot normally02:17
devslashthen try that ?02:18
devslashor in recovery02:18
devslashi mounted the os rw in recovery02:18
Diagontomreyn - thanks, but ... I'm not sure I understand that.  Here's the full output.02:18
Diagonhttp://sprunge.us/oclnDC02:18
sarnoldrecovery is nice, it makes it easy to get these photos of errors :)02:18
devslashso id assume i can do this from recovery too right sarnold02:18
sarnolddevslash: that's my hope, yeah02:18
devslashok i moved dkms and im trying again02:19
devslashcrossing my fingers02:19
devslashholy shitballs02:19
devslashit finished this time02:20
VIAhey all02:20
VIAquestion, hhow to remove a faultiy repository ?02:20
devslashfind it in /etc/apt/source.list.d02:20
=== Syntax-0 is now known as Syntax
devslashi think that thats the correct path or very close to it02:20
jrmuis it possible to run touch apps inside a vanilla install of Ubuntu? If someone could point me to a URL, I'd be grateful02:21
sarnolddevslash: sweet02:21
devslashyou're a freaking genius02:22
tomreynDiagon: sorry, i'm really not familiar enough with btrfs to comment. i do recommend that you read up much about btrfs and which scenarios are known safe and reliable with it.02:22
sarnolddevslash: so.. I'm not sure what the next steps are -- but it'd be worthwhile to try to figure it out02:22
VIAnames in that derectory doesnt correspond devslash02:22
devslashwell at least now i know what to do in this scenario02:22
DiagonK, thanks...02:22
sarnolddevslash: you'll either need those dkms modules for something important -- you weren't doing it for fun, right? :) -- so maybe you need to troubleshoot why it fails.. or maybe it's enough to remove whatever module you're building02:22
devslashits for my graphics drivers02:22
devslashright now it boots in low res02:22
devslashbut w/e02:23
sarnoldbummer :(02:23
devslashbetter than locking up02:23
devslashi can hopefully fix it02:23
devslashi might update to 21.1002:23
sarnoldor maybe install the HWE kernel on your system, if the newer kernels may have support for your cards in it already, and not require the dkms packages02:24
devslashi dunno. my card is an nvidia gtx750ti02:25
jrmuhmm, lomiri might be what I'm looking for02:25
tomreyndevslash is already using linux-image-generic-hwe-20.04, but not the latest version02:26
oerheks<VIA> question, hhow to remove a faultiy repository ? did you add a PPA?02:29
VIAno idea what a PPA is02:29
VMGuy23VIA: Personal Package Archive02:29
devslashok so spoke too soon...02:29
VMGuy23Someone maintains it by themself02:30
webchat18oh02:30
VMGuy23normally02:30
webchat18hi guys02:30
devslashsarnold, i did apt upgrade and it got stuck at 80%02:30
oerheksVIA give us some output of faulty repository? in a pastebin02:30
sarnolddevslash: aw man :(02:30
devslashwhen I say stuck I mean the entire pc freezes02:30
webchat18=(02:31
sarnoldI think memtest86 .. or memtest86+, depending02:31
devslashI'm going to try and see if i can luck out and borrow a processor from someone at my work. I really hope that someone has a processor that matches my socket02:32
jay20Hello02:40
jay20Beginner level to Linux. General experience and basically know my way around a terminal02:43
rwinnerjay20: just ask your question :002:44
jay20I got two raspberry pis and two thermal printers that connect on USB.02:45
jay20going to use print node from woo commerce, how do I print two printers at once. Same document02:46
jay20Any ideas on how to print the same document to two printers02:47
jay20Anyone here got an idea?02:53
VMGuy23jay20: print it to one, then to the other02:53
jay20It’ll have to be an automatic type of thing where anything printed is printed on both A and B automatically02:55
=== VMGuy23 is now known as hh
=== hh is now known as VMGuy23
quazimodowhy did canonical make multipass03:07
quazimodowhat does it achieve?03:07
VMGuy23easy ubuntu vm03:07
quazimodoVMGuy23: isn't qemu/kvm easy vm?03:07
quazimodoi'm trying to see why a whole virtualisation system was created, at first I thought it was primarily for snapcraft03:08
quazimodoi'm still struggling to understand the way that snapcraft really works03:08
VMGuy23quazimodo: true but like single command, no download, ubuntu vm in a few mins03:08
quazimodoVMGuy23: who's the target?03:08
quazimodoi would expect devops engineers & sysadmns to be able to handle server virtualisation using qemu/kvm as business as usual03:09
quazimodoso i presume it's not for them?03:09
VMGuy23quazimodo: snap devs who compile their apps in the container so it will work in the snap no matter what the ubuntu ver03:09
quazimodook so it /is/ primarily for snapcraft?03:09
VMGuy23i think so03:09
quazimodook understood03:10
VMGuy23i tried snapcraft once03:10
quazimododo you know if the snap itself launches a vm?03:10
VMGuy23i think the snap does03:10
VMGuy23but a very light one03:10
quazimodook so the build image could be some much heavier image?03:10
quazimodothis sounds like a multipart docker build03:10
quazimodobuild in heavy image, copy assets into the light deployable03:11
quazimodoi just wish there were c4 diagrams of these things :(03:11
VMGuy23i dont know that much but snaps use core ubuntu images with added dependencies for building and running and i think multipass might use the same very light vm03:12
quazimodothat sentence confuses me03:12
quazimodosnaps use core ubuntu images with added deps, they're running those images within multipass right?03:13
VMGuy23i think so03:14
SupremeKaiHello!! I have ubuntu 20.04 and my swap memory is at a certain partition, not in a file (> swapon -s ===OUTPUTS==> /dev/dm-2                              partition10035161003516-2); How can I increase the size of swap memory? Can I create an additional swap file + swap partition OR can I use either a partition OR a file (not both) for swap?04:31
FriendlyfoxHi04:34
FriendlyfoxMy computer froze on an upgrade and I can no longer start it, unfortunately it is encrypted, is there a way for me to reinstall it with a usb (I'm on a live now) and repair it?04:36
rk4the answer is yeah almost always, but if you have important data on there you should consider making a disk image04:38
rk4there's a sizable risk that in trying to fix things you lose your current things04:39
FriendlyfoxI need a few files from it the hdd, so perhaps I could just get those and then wipe it04:42
rk4ah that ought to be straight forward04:42
rk4back those up first, then decide if you want to fix or wipe04:42
quazimodoSupremeKai: what on earth04:42
quazimodowhy you don't just have a sufficiently large swap partition?04:43
quazimodois there some functional requirement?04:43
quazimododepending on your partition scheme you could use a tool like gparted to increase your swap space size04:43
quazimodoi'm not sure if you can ever have multiple swap spaces/files combination04:44
rk4add a swap file, ought to work :)04:44
SupremeKaiquazimodo, I tried but I don't have unallocated free space available to add to the partition04:45
Friendlyfoxrk4 i dont really get how to mount it and access it04:45
SupremeKairk4,  can I have both?04:45
quazimodoSupremeKai: your ssd is too full?04:45
quazimodohow can yo uhave space for a swap file?04:45
quazimodoo my bad, perhaps you can unallocated some space04:46
quazimodogparted lets you resize partitions04:46
SupremeKaiquazimodo, it is a bit, but the main concern is that I don't know exactly how to do it with gparted04:46
rk4SupremeKai: i believe so yeah04:46
SupremeKaiI already tried that path04:46
quazimodoright04:46
rk4you can even give them priorities04:46
SupremeKaiHow can I assign priorities?04:47
Friendlyfoxrk4 i used the gui "disks" thing, entered the password for the partition, but i don't get how to get the files04:47
SupremeKaiquazimodo,  to tell you the truth I'm kind of fearful of messing up the partitions nbeucase I need to get some unallocated space04:47
quazimodoSupremeKai: if your data isn't backed up you're in a worse situation tbh04:48
quazimodossd & hdd fail all the time04:48
quazimodoget your important stuff backed up man04:48
rk4Friendlyfox: unsure how to use the guis, i use cryptosetup luksOpen, then mount04:48
quazimodork4: lol i had to resize /everything/ using that04:49
quazimodowhat a pain in the dick04:49
quazimodobut actually worked really well04:49
rk4Friendlyfox: possibly the automagic has already done the luksOpen for you, and even the mount04:49
SupremeKaiquazimodo, yup that's my problem, I don't have any backup of my stuff04:49
quazimodohad to figure out how big the encryted space is, then how big it should be, then this then that04:49
SupremeKaiI need to get an extra ssd04:49
quazimodoSupremeKai: dropbox it!04:49
Friendlyfoxgosh i will never ever not do a backup again04:53
SupremeKaiyup :) I'll start by backin' up all this stuff :P04:53
SupremeKaithank you all quazimodo rk4 Friendlyfox04:54
Friendlyfoxrk4 yeah i dont get it to work, not sure if i messed it up05:03
bittinhttps://twitter.com/kuschku/status/1450247425852125185 ouch05:04
Friendlyfox"probably corrupted filesystem"05:06
rk4Friendlyfox: pastebing `lsblk`05:06
rk4[also blkid]05:06
Friendlyfoxrk4 at part sda3 i got luks, it got root (lvm) and swap_1 (lvm)05:18
Friendlyfoxwhat do I do with that in the terminal just to access the files?05:19
rk4`ls`, `cd` if it's mounted, if it's not you'll have to mount05:22
FriendlyfoxI think I've done this before and just used disk and entered the password and it just "popped" up in gui05:22
FriendlyfoxSays its unlocked on Disks05:25
Friendlyfox /dev/sda305:26
FriendlyfoxWhere do I find it?05:26
Friendlyfoxok so I see, the mountpoint with lsblk05:29
Friendlyfoxbut not on sda305:29
Friendlyfoxwhat do you use to do it you said rk4 to unlock and unmount a luks encrypted part?05:30
Friendlyfoxand mount*05:30
rk4normally for me it's something like cryptsetup luksOpen /dev/sdaN unencrypted; mkdir -p /mnt/unencrypted; mount /dev/mapper/unencrypted /mnt/unencrypted; cd /mnt/unencrypted; ls, approximately05:36
Friendlyfoxfk4 thank you for your help06:07
rk4i guess it worked[?]06:18
bunsenI noticed that there is no firefox process right now in my ubuntu even though firefox is running. Instead its geckomain. When did this happen? google returns very few results on geckomain06:43
bunsenis it like that for everybody (Geckomain and not firefox)?06:44
alkisgWhich ubuntu version, and are you using .deb or .snap firefox?06:45
alkisgFor me (deb/22.04), no, it's not06:45
alkisgalkisg     61796  4.4  5.1 5270192 833452 ?      Sl   Οκτ23 249:21          |   _ /usr/lib/firefox/firefox06:45
alkisg*20.04, sorry06:47
bunsenalkisg, 18.04 using deb06:50
alkisgbunsen: and the output of `ps faux | grep firefox` is nothing?06:50
bunsenalkisg, it returns a bunch of lines. not sure what it is. i just ps -A | grep firefox which returned nothing06:52
alkisgThese bunch of lines are the firefox processes06:53
alkisgYou can check their pid vs the `ps -A` pid, to see how the same processes show up in ps -A06:54
alkisgE.g.  /usr/lib/firefox/firefox -contentproc.... shows up in `ps -A` as `file:// Content`06:55
bunsenalkisg, seems like the root process i GeckoMain not firefox (also in gnome system monitor)06:58
bunsenlemme restart firefox. maybe it crashed06:59
bunsennope. the command is firefox but the processname is GeckoMain.07:00
bunseni was asking because i was mainly curious and suspicious. used to be a firefox process but now its called GeckoMain? And google doesnt return much either07:01
rfmbunsen, don't google "geckomain", try "gecko mozilla" or "gecko engine".  How "GeckoMain" got to be the $0 of some Firefox process I dunno but any Mozilla program is too complicated for me07:07
bunsenrfm i know that firefox uses the gecko engine. i dont know when the process name changed from 'firefox' to 'GeckoMain'. It gave me system32.exe flashbacks thats why i was investigating07:09
alkisgbunsen: I don't know what `ps -A` shows, but `cat /proc/61796/cmdline` still gives /usr/lib/firefox/firefox for me07:14
rfmIt's going to depend on exactly which firefox version he has, it's just somewhere there's an exec* call with args[0] "GeckoMain" for some name reason.07:16
Saviqquazimodo, VMGuy23-: no, snaps don't run in Multipass VMs,  they may be _built_ in one, though07:16
bunsenalkisg, i think that is the command. for me the command is still firefox. The process name is GeckoMain. Like if i run top there is GeckoMain instead of firefox. That was not how i remembered it being before.07:17
alkisgrfm: `ps -A` shows GeckoMain here too, but I can't find GeckoMain anywhere in /proc/pid/*07:17
alkisgI'm not sure what it maps to07:17
Saviqquazimodo: as for "why Multipass?" qemu/kvm is used under the hood, but you can't compare `multipass launch` with the steps you need to do to download / prepare / run an image. Multipass is also cross platform07:18
Saviqquazimodo: see https://multipass.run/ for more info07:18
bunsenalkisg, in gnome-system-monitor the process detail shows commandline as firefox07:19
bunsenfor geckoMain07:19
bunsen*GeckoMain07:19
rfmalkisg, it's just whatever was in arg[0] when the exec call was done, I think.07:19
alkisgOK found it, /proc/pid/comm07:20
alkisgAnd indeed in 12.04 it's firefox07:20
alkisgSo at some point it did change07:20
bunsenalkisg, does ps -A|grep firefox return anything for you?07:22
alkisgbunsen: no07:23
bunsenalkisg, in latest 20.04? So its not just me.  I guess it is a change then not some virus lol thats a relief07:24
alkisgbunsen: yeah07:25
bunsenthanks for your time07:25
=== klausfiend1 is now known as klausfiend
quazimodoSaviq: so in fact multipass is an orchestration layer around qemu/kvm10:24
Saviqquazimodo: correct, and around other hypervisors appropriate for a given platform10:25
quazimodoperhaps ~ sort of akin to docker engine  & dockerd ?10:25
quazimodoright10:25
quazimodoi _wish_ it's website just said that my god10:25
quazimodoi was thinking that it's some sort of nightmare10:25
quazimodoand then... why on earth is it called multipass?10:26
quazimodothe name implies some sort of semantic 'thing' like multiverse10:26
quazimodoconfused the heeck out of me10:26
Saviqquazimodo: qemu/kvm is quite a technical detail, most people that go to the website will have no idea what that is and get confused even more10:28
Saviqespecially if they're on Windows / macOS10:28
SaviqAs for the name, it's a pun on The Fifth Element movie, no real semantic meaning10:29
lotuspsychje!discuss10:29
ubottuWant to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!10:29
quazimodoSaviq: lol is that what it's from10:30
quazimodoi didn't catch it10:31
quazimodocorben dalas multipass10:31
quazimodoyou seem authoritative, are you on the multipass project?10:31
SaviqYes, come along to #multipass if you're interested :)10:31
quazimodoalso yeah I've run qemu/kvm macos on  20.04 laptop10:32
quazimodoit's not trivial is it10:32
=== pah is now known as pa
quazimodoso I see that snapcraft can run on macos11:09
quazimododoes that mean that .snap files can run on macos, or that snapcraft can build a .snap on a macos machine via multipass11:10
quazimodo?11:10
=== Rhvs is now known as Rhys
=== Rhys is now known as 074AAB04Z
J_DarnleyWhich of these packages http://ix.io/3D3x is the actual kernel?  I want to `apt-get source` for it.11:35
=== lous1F is now known as lousiF
=== hasdf3 is now known as hasdf
=== manuels2 is now known as manuels
=== notepad7 is now known as notepad
=== SmokenatorZ65 is now known as SmokenatorZ6
=== toozej86 is now known as toozej8
=== scjosh4 is now known as scjosh
=== Madatnek- is now known as Madatnek
=== mnepton is now known as mneptok
=== rvgate2 is now known as rvgate
=== wille1 is now known as wille
=== mikesmoniker_ is now known as mikesmoniker
=== pitninja_ is now known as pitninja
=== coetzeer__ is now known as coetzeer
=== jmcgnh_ is now known as jmcgnh
J_Darnleyanswer: linux-image-unsigned-4.4.0-148-generic11:56
=== saribro is now known as swinnenb
=== sal9000 is now known as Guest9572
milesthewizardHey guys, can I ask for help here or do I need to join a sub-channel?12:17
milesthewizardAnyone have any idea why I have globally terrible performance in proton w/ steam? I've tried tons of different Nvidia Drivers--I have dual graphics w/ a GTX 1050 and intel igpu, but I'm in NVIDIA Prime mode w/ Nvidia-SMI output reading that it is processing games:( I had the same issue in Pop and Ubuntu w/ 21.04. Weird thing is that sometimes the games run perfectly fine if they aren't in fullscreen? I've tried12:34
milesthewizardlots of stuff I can list below if it helps. DXVK Full output shows like 100% GPU usage regardless of settings so something weird is definitely going on12:34
bunsenmilesthewizard, runs fine when not in fullscreen? sounds puzzling. I dont know much but i have faced the opposite issue. Had to make sure compositing was off.12:42
milesthewizardSome games run fine when in windowed/Borderless, on some drivers. Really weird.12:43
bunsenI have heard people have that issue on windows. it seems not uncommon.12:44
milesthewizardEven games w/ native proton support are running badly. Thought maybe could be a WM issue will make sure I've toggled compositing12:44
bunsenmilesthewizard, only proton games ? no issue with native?12:45
milesthewizardTbf, I have tried the new satisfactory beta which has native vulkan support and had same issue12:46
bunsenNot an expert dont know if its a deadend but may want to look into if window manager compositing is an issue. Compositing should be off when you are in fullscreen. If you can switch instantly between desktop and game (instead of 'glitching' to black for a second)  that usually means compositing is ON12:47
milesthewizardOh really? Yeah that transition is seamless.12:48
bunsenit could also mean that your pc is fast :D12:48
milesthewizardlol if only that was reflected in the gaming performance :'(12:50
bunsenbut when i tried games , i could get a sense of how fast it would take to tab in and out of a game.12:50
bunsenso for example. csgo. if compositing is off alt+tabbing in and out of the game would take a second or so. but if it is ON it would be instant (but fps would be low)12:51
bunseni am not sure if this will work but it is quick to try out anway.12:52
bunsen1. sudo apt install icewm 2. logout and login to icewm session (in ubuntu clicking the cog should reveal wm options) 3. launch steam and try a game (dont open chrome though because icewm doesnt launch gnome-keyring and your cookies will get deleted)12:54
bunsenmilesthewizard, i dont know if it will work but icewm is supposed to be a tiny non-compositing wm.12:55
milesthewizardI'll reinstall 470 driver and then toggle compositing and let you know what happens!12:58
milesthewizardDo I need to do via terminal or is there place in gui? idk if you remember12:58
bunsenmilesthewizard, yeah again i am not a expert. just an idea. may want to find someone more knowledgeable .12:59
KBaris it plain vanilla ubuntu (GNOME)?12:59
KBaralso, are you running on X or wayland?12:59
milesthewizardYeah it's plain vanilla13:00
milesthewizardX I didn't think Nvidia played nice w/ wayland13:00
bunsenwhy are you reinstalling the driver? which driver is it now?13:00
KBardid you try with wayland?13:00
quazimodoi'm a sad panda13:01
quazimodoi thought snapcraft is installable on osx, therefore .snaps /could/ be built to work there13:02
quazimodoboy was I wrong13:02
quazimodoand now i'm a sad panda13:02
bunsenhave you tried eating a bamboo stick13:02
quazimodoahh pandas, how are they not extinct13:03
KBarsudo make --happy sad_panda13:04
BluesKajHi folks13:04
quazimodoi've had a few serious problems with snaps on ubuntu re fonts but other than that... wowee13:18
quazimodowhat a breeze to build & distribute a thing eh13:18
quazimodoi'm at a loss on how to build & distribute this app in such a nice way for the osx users, the windows dudes have wsl2 ubuntu so they're covered13:19
bunseni dont like snaps at all. always face issues13:20
KBarhere we come13:21
leftyfbquazimodo: feel free to discuss in #ubuntu-offtopic13:21
bunsenappimage seems to be the simplest way of sharing apps on linux from user pov . just click to run13:21
leftyfbbunsen: ^13:21
quazimodoleftyfb: yep my bad, kinda got away from me13:22
=== Anton is now known as chatting
=== chatting is now known as anton
brian__Hello13:40
=== sal9000 is now known as Guest7394
=== genii-core is now known as genii
=== pong is now known as beaver
=== Andrew_ is now known as AndrewYu
bancroftdoes do-release-upgrade also upgrade say... python3?14:00
=== sal9000 is now known as Guest5751
bancroftor do I need to do an apt command to upgrade python afterwards?14:01
leftyfbbancroft: do-release-upgrade upgrades all packages that have been updated since the version you are running to the version you are upgrading to14:01
bancroftleftyfb: so it would update python14:01
bancroftleftyfb: thanks14:06
dusthttps://hexchat.github.io/ HexChat 2.16.0 is the actual version and needs an update to it14:11
leftyfbdust: ?14:11
dustleftyfb, whats unclear?14:12
leftyfbdust: what is your ubuntu support question exactly?14:12
dust[16:11:20] <dust> https://hexchat.github.io/ HexChat 2.16.0 is the actual version and needs an update to it... didnt u read?14:12
leftyfb!latest | dust14:13
ubottudust: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.14:13
dustso update it...14:13
leftyfbdust: that's not how this works14:14
=== LjL^ is now known as LjL
=== sal9000 is now known as Guest7068
KBardust Ubuntu and Debian do not use a rolling release system. Maintainers cannot "just update" packages in Stable/LTS version.14:33
ogradust, https://wiki.ubuntu.com/StableReleaseUpdates14:39
=== lotuspsychje_ is now known as lotuspsychje
=== pi1 is now known as johnjay
=== beaver is now known as pong
=== pasiz7 is now known as pasiz
=== leaftype is now known as guest2
=== guest2 is now known as leaftype
Guest21Hi16:07
lotuspsychjewelcome Guest2116:08
Guest21thank you16:08
Guest21i cant connect to internet by cabel16:08
Guest21how can i solve this problem16:08
BardonHello, since I upgraded to 21.10, Blender can't find my GPU16:09
BardonIt also happened when I upgraded to 21.0416:09
Guest21Is there any one to anwser?16:10
BardonI couldn't fix it so I'm looking around and noticed I'm on X11, it didn't switch to Wayland when I upgraded16:10
Guest21Bardon do you know how i can connect to internet by lan cabel?16:10
BardonOn the login screen, the little gear at the bottom right corner offers two choice : Ubuntu or Kodi. What does Kodi has to do here??16:10
BardonGuest21: I just plug it in and it works16:11
Guest21For me doesnt work16:11
Guest21i cant connet by Wifi too16:12
antableshey guys...I know you can shorten the terminal prompt out put when showing the current directory by editing the bash script, but how do you do it with the xfce-4 terminal?16:13
antablesopening up ~/.bashrc shows no PS1 line to edit?16:14
BardonGuest21: Open a terminal and type "ip a". You will get several lines, look for one that looks line "eno2"16:14
antablesah...thanks!16:15
antablesoh wait16:15
BardonGuest21: See if there's something that says "UP" or "DOWN"16:15
antableslol16:15
Guest21OK Thank you16:15
Guest21i see en02 but there no up or down16:17
Guest21i see this : Open a terminal and type "ip a". You will get several lines, look for one that looks line "eno216:17
Guest21sorry i send wrong16:17
=== pasiz7 is now known as pasiz
=== pasiz1 is now known as pasiz
=== dob1_ is now known as dob1
reedrichardsI have a binary that I'd like to ship from ubuntu's apt repos, what do I need to do to get the ball rolling in that direction?17:46
reedrichardsor maybe a better question is how to release a package on ubuntu?17:49
alkisgreedrichards: you have a closed source application that you want to make available to all ubuntu users?17:59
MrFantastikalkisg,18:06
MrFantastiki'm reedrichards now18:06
MrFantastikhttps://github.com/brevdev/brev-cli18:07
MrFantastikI'm packaging this, I think I just need to package it for debian18:07
alkisgMrFantastik: yeah I saw your chat in #debian:matrix.org18:07
alkisgSure, if you get it to debian it'll come to ubuntu18:07
alkisgYou'll need to do some reading and it'll take some time and you'll only be able to send new versions every two years when debian releases, but it's certainly worth it18:08
MrFantastik2 year release cycle wow18:11
TortillaSandwichwhere would be the best place to look for why my ubuntu install woke from sleep and then sat on a black screen unresponsive?18:11
TortillaSandwichhad to force reboot and im not seeing much by way of logs18:12
tomreynMrFantastik: other options include: your own apt repository or (Launchpad) PPA or opensuse OBS project, or snap18:13
MrFantastikwe do have statically compiled binaries we can ship too18:15
tomreyn(also, i don't think it's 2 years through debian - ubuntu takes versions from debian unstable (which then go into by-yearly ubuntu releases), and those news version can be uploaded to debian unstable whenever you like to basically.18:15
MrFantastikbut I think it would be a better user experience for them to be able to install with apt install brev18:15
MrFantastikoh that's good then18:15
alkisgAlthough most ubuntu users use the lts editions which also have a 2 year release cycle18:25
alkisgThat's not a bad thing though, it makes systems stable18:25
oerhekssoftware as binairy only, is beyond the open source ideology..18:52
=== Erisa43 is now known as Erisa4
sarnoldbut binairies are so light and fluffy18:53
sarnoldyou can eat a dozen of them and not even notice18:54
oerhekssecurity by obscurity ,..18:54
w3gihi. is someone here with knowlege in linux forensics?19:23
EriC^^!ask | w3gi19:24
ubottuw3gi: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience19:24
w3gii am curious if someone can recommend a good tool for forensics investigations of linux systems19:25
w3giosforensics or belkasoft seem to be quite limited when it come to linux19:26
w3giautopsy get at least a timeline togehter but back triage functions19:26
w3gilack bot back :)19:27
w3gi*not19:27
ioriaw3gi, do you know of 'forensics-all' pkg ?19:33
GrandPa-GA person who has a Ubuntu vm wants me to help and remote via ssh. They have users set up with public/private key. What do I tell them how to give me access - I think I know but I would like confirmation. They are novices I think19:34
oerheksthis guide gives CLIET to SERVER auth, https://help.ubuntu.com/community/SSH/OpenSSH/Keys#Transfer_Client_Key_to_Host19:36
oerheksbut you want it the other way19:36
w3giioria: yes but I search a tool which make my job easier19:37
sarnoldGrandPa-G: you may like this https://tmate.io/19:37
w3gii can read all logs manually and do all fs stuff with TSK and so on19:38
w3gibut that is ineffitient as hell and take forever19:38
GrandPa-Gsarnold, I doubt they want something different than ssh19:38
w3gihave you ever tryed a windows forensics case with a prof. tool like OSForensics or EnCase?19:39
sarnoldGrandPa-G: this is a wrapper around ssh and tmux so that they can see what you do, or give you read-only view, etc. it's worth a minute of looking :)19:39
GrandPa-Gsarnold, not my choice, they said ssh19:39
oerheksupload your keys to their 'vm', by letting them enable password for 1 login19:40
GrandPa-Goerheks, I have been trying to tell them that but they don't know how to get just one user to have a password.19:40
GrandPa-Goerheks, is there a simple document I can send them that tells how to just enably my password?19:42
sarnoldGrandPa-G: do you have a key on a launchpad or github account? ssh-import-id can retrieve a key from either one, it's pretty easy19:42
w3gitake for example a case of child abuse - i don't want to dig trough 56.853 JPG files by hand. I want to apply a filter and get 300 of the 500 childporn-images with maybe 800-1000 fals positive ones19:56
w3giand i can find the needed evidence in minutes and not in a couple of days19:56
w3gii search a tool which run TSK, Photorec, and many other commands, which parse logs and collect and crossreference all files, add the browser history and many other artefacts to the pool of data and lay me all out in a convinient form that i can search and filter19:58
sarnolda classification like that sounds like something that would take an expensive training process to prepare19:58
sarnoldI believe microsoft has such a tool, or an api, but I'd be very surprised if it's easily packaged for end use19:59
w3githat's why belkasoft x cost arround 5.000 USD / year and the tool is great19:59
w3gii have no problem to buy a commertial tool19:59
w3gibut X for example don't get even along with LVM partition and that's why it's a great tool for windows but totally suck for linux20:00
w3giOSForensics has the same flaw and offer me a undelete-function, search for files with wrong extention and a apache log parser - that's maybe 1 or 2% and 98-99% i still need to do by hand20:01
sarnoldcan you dd the filesystem inside to local storage? rather than work with the lvm?20:01
w3giyes but i can' alter evidence20:01
w3gican't20:01
w3giguess what they will say in court if the MD5 sum of the file i analyzed will not match up with the MD5 sum of the file the police gathered...20:03
w3giall finding will be worthless20:03
sarnoldsure20:04
sarnoldmd5 the drives, md5 the contents of the containers, md5 the files inside, etc, all the way down20:04
w3giand i am fully aware that i can do all by hand - it just will not take 40-60h as usual it will take 10x longer20:04
w3giit don't help when I have a image file created with a ditto or something like that20:05
w3githen i have just one log along with that which tell me the MD5 of the imaged file, the officer, the time and date, the case ans some other details20:06
w3gibut I will not have MD5 sums of every file in the drive20:06
w3gibecause they image the drive and the tool just calculate the MD5 of the drive and the image and compare them if they match20:07
w3giaccording to that report i can check the MD5 of the image as well and ensure noone tampered with the image before i get it20:07
w3gibut i need to work with that what i have20:08
w3gii am sure there are tools which are spezialized in linux - it's just a question which ones are good20:09
w3giand even if i could extract the partitions to images then I have still the problem the tools which are focussed on windows will not help me that much20:13
=== Erisa47 is now known as Erisa4
=== Milencho_ is now known as Milencho
w3giok X would list the images and i can use the AI porn recognition but if it's a hacking case I would do all log analysis and a ton of other things by hand20:14
w3giit's rediculous - linux is 10x more open and i don't have to deal with decoding cryptic values from the registry or some other artefacts but still i need 10x longer to investigate due to the lack of good tools20:16
sarnoldthere could be a business opportunity here :) afaik autopsy/sleuthkit is about the only thing pre-made for this to run on windows, and it's not nearly as full-featured as eg encase..20:16
sarnoldI wouldn't be surprised if it's a small enough market that there's just no demand for making a linux-based tool20:17
konradosHi. Emptying trash (~/.local/share/Trash and others) with 'Dolphin' doesn't really work, because some of the files are owned by root. OK, so I found out that in the terminal I can use `trash-empty`, but it has similar problems.20:20
konradosWhen I run it with sudo though it apparently doesn't want to empty my '/mnt/elements/.Trash-1000' directory (why? because it works only on dirs belonging to root in this case?). So what is the proper solution? I have heard that simple `rm -rf /mnt/elements/.Trash-1000/*`. is not the right way, so what is?20:20
w3gitake even the commands - i try w, who and last20:20
w3ginone of them showed a login of www-data on my testsystem20:21
alkisgkonrados: chown -R user:user ~20:21
w3gibut the auth.log show that a session was opend and ended fot that user20:21
alkisgkonrados: if you don't have a really good reason to have root-owned files under your home dir...20:21
alkisgThen just use the normal GUI tools to empty the trash20:22
w3gii would be happy if there is even a tool which parse and lay the logs out in some way20:24
konradosalkisg, ok, but there are other 'trash' dirs, on various mounted disks, I wanted to create a simple bash script, like 'empty-trash-all', a general one, working on all the mounted devices... I don't know them ahead, so I was thinking maybe about calling 'trash-empty' with sudo privileges but with 'normal' user as ... 'user' so trash-empty... ehhh... seems like I'm overcomplicating :) OK, then I'll do chown on the 'trash' directories,20:25
konradoseverywhere?20:25
sarnoldw3gi: try utmpdump(1) for that20:25
w3giand i can't belive that there is no demand or no tools - how many badly maintained servers become a hosting-platform for malware, wansomware, phishing sites, etc.20:25
w3gisarnold: can I run that on a ro mounted image?20:26
w3giit don't help me if utmpdump run on a live machine20:27
alkisgkonrados: if you delete files on disk "element", it can't move them to ~/.local, because it would take a lot of time and space to move them between disks20:27
sarnoldw3gi: yes, you can tell it what files to read20:27
w3gigood i add that to my list of tools to test20:27
alkisgkonrados: so it names them with the UID, <root-of-disk>/.Trash-<uid>. They should already be with the correct UID there, because if root had deleted them, they'd be in .Trash-020:28
alkisgkonrados: so a plain sudo chown, followed by a normal trash deletion without sudo, either from the console or the GUI, should do it. No chowns elsewhere20:28
alkisg*sudo chown -R user:user ~20:28
konradosalkisg - thank you! OK, will do that.20:29
alkisgkonrados: and even that first chown is only needed because of bad sudo use before20:29
alkisgYou shouldn't ever had root owned files under your home dir (without a very good reason), so when you do get them, you need to see what caused them, and avoid that command20:29
alkisg*have20:29
konradosok, got that, thanks again! Will investigate.20:30
alkisg👍️20:30
GrandPa-Gsarnold, using ssh-import-id is going to put my key in their heiarchy, not what is needed, yes?20:31
sarnoldGrandPa-G: ssh-import-id will put your key into the ~/.ssh/authorized_keys file for the current user, or into an authorized_keys file that they choose, via ssh-import-id -o /home/whatever/.ssh/authorized_keys  etc20:35
GrandPa-Gsarnold, then they still have to move it to my structure, correct? I could have emailed them the public file in the first place, right?20:36
sarnoldGrandPa-G: I don't know what a structure or a hierarchy are..20:38
sarnoldGrandPa-G: yes, you could just as easily mail them your fingerprint, but this is a nice simple single command that they could run, if you've got a key published in launchpad or github20:39
GrandPa-Gsarnold, /home/user/whatever is a hierachry20:39
w3giany more tool suggestions which make my work easier?20:41
trevorgibHi all - a bit of a new linux user here. I installed Ubuntu on a computer with a second hard drive (/media/username/DATA).  This PC used to be a Windows machine, and I'd rather not lose the data on this drive.  However everything is Read Only - can't delete, can't create new folders, etc.  I've been looking for a way to change the permissions, but the suggestions I found online aren't working.  Would you have any suggestions?20:41
trevorgib(I've got a terminal window open and I'm on that drive now.)20:41
trevorgibsudo chmod -Rv a+w * replies back listing items saying "failed to change mode" for each item.20:43
sarnoldtrevorgib: NTFS filesystems have different permission rules20:44
trevorgibsarnold aha20:44
sarnoldtrevorgib: check the mount.ntfs(8) manpage, it has some uid= and gid= mount options that you can use to force a user and group to own the files20:45
trevorgibthanks - much appreciated20:45
AavarI just remembered I used to use squid(proxy) back in the day. Is that something people use now?20:58
sarnoldAavar: yup. it's still fantastic. I've got a few running around here, via the sduid-deb-proxy package21:02
trevorgibsarnold - I got it!  Yes!  Thanks so much.21:03
sarnoldtrevorgib: sweet :)21:03
trevorgibstarting to feel like I might be able to do this stuff after all ;)21:03
Aavarsarnold: Cool... ill try to set it up just for fun :)21:10
gallomimiaaw woe is me. my nickname is no longer registered :(21:11
=== gallomimia is now known as Gallomimia
Aavarsarnold: hmm... quick two questions. What port is the default port for squid and how do I set it up in my browser (edge, brave)?21:13
Aavar(If it has some quick answers. If not i'm sure i'll find it om google ;))21:14
oerheksfollow a proper squid guide?21:14
Aavarfound it :D21:15
Aavartnx again.21:15
VIAyoyoyo21:17
VIAnuggets! shalom.21:17
VIAis there a way that allows me to send SMD from an non sim/android devvice? eh would just need the parsing convertingg etc. but its a bit length and i cant say how much it hurts my eyes ans hands21:18
oerheksVia how is that related to ubuntu support?21:19
oerheks#android would be the place to be21:20
VIAha fck i igive uo fml ims just wrie  a mail and sen see from there fml xD21:21
VIAoerheks: apoologies the context was not apparent to you, and likely neer will since you lack creativity + imagination, thats for your help anywys !21:23
VIAthanks** i lack proper typing ;}}}21:23
oerheksVIA, totally offtopic21:25
kevinnnhi all, I am having trouble with setting a static IP with netplan on ubuntu 18.0421:27
zambakevinnn: ok? https://linuxconfig.org/how-to-configure-static-ip-address-on-ubuntu-18-04-bionic-beaver-linux21:27
zambakevinnn: should be pretty straightforward21:27
kevinnnI know for sure my static IP config works because I have tried setting it in a vanilla debian 11 instance with /etc/networking/interfaces21:28
kevinnnnetplan --debug generate and netplan --debug apply both show no errors21:28
kevinnnI *believe* the issue has to do with my gateway address21:28
kevinnnwhen I run the command "route" it doesn't look quite right21:28
kevinnnzamba: I have tried this many times over21:29
oerhekspastebin your /etc/netplan/*.yaml and post the url?21:30
sarnoldkevinnn: maybe pastebin your config, the generated systemd configurations, ip a and ip r outputs, someone may have an idea21:30
Gallomimiaoh. i think i have my question thought of.... is it possible, or recommended, to duplicate an installation from an unpartitioned SSD onto a pair of SSDs with raid and crypto? i thought i might shrink the partition and use dd after setting it up21:30
oerheksGallomimia, depends, standard  ubuntu would install in one partition21:31
sarnoldAavar: the usual port is 3128 I think, and I don't know offhand how to configure a browser to use it, it shouldn't be too hard; there's some browser plugins that you select proxy per tab, that might be helpful21:31
Gallomimiayes it just did21:31
oerheksi would reinstall, with crypto21:31
Gallomimiathe installer had crypto greyed out?21:31
tomreynGallomimia: multi-boot setup? that that is why it was greyed out in the installer.21:33
Gallomimianegative21:33
Gallomimiabare naked SSD, fresh out of the box21:34
tomreynor you didn't realize that to make the installer do full disk encryption, you also need to enable lvm21:34
Gallomimiaah21:34
tomreynor you did manual partitioning21:35
Gallomimiacan i get some more info on how that works? my previous setup had manually nested block devices... raid5, crypto, LVM21:35
Gallomimiano it was the first one21:35
Gallomimiadidn't bother with LVM21:35
tomreynthis is a desktop, right? which ubuntu release?21:35
Gallomimiaat any rate, im still fairly sure i want to use the two smaller SSDs in a raid. new ubuntu straight off the website, downloaded today21:36
Gallomimiadesktop not server21:36
kevinnnsarnold: where do I find my generated systemd configurations?21:36
tomreynGallomimia: the desktop installer won't support setting up software raid with encryption21:37
Gallomimiahence my question... could i just dd my install?21:37
oerheksGallomimia, you can, unencrypted most likely will work21:38
oerheksmake sure you reinstall grub with the proper UUID ( new)21:38
sarnoldkevinnn: I think /etc/systemd/network* -- I don't have one up and running anywhere handy..21:38
tomreynhttps://help.ubuntu.com/community/Full_Disk_Encryption_Howto_2019 is a guide for more complex encryption scenarios than the desktop installer supports21:38
Gallomimiapretty sure i've done the reinstall grub thing like a thousand times troubleshooting my old setup21:39
Gallomimiaold rig, i was going to say. it's the same rig but with a few changes in storage21:39
tomreyndd'ing the single file system woudld not work right away, not when you're newly introducing FDE or SW-RAID or LVM21:42
=== fling_ is now known as fling
lux[m]1Hey there. Seems the upgrade from hirsute to impish broke my wifi. since rebooting my machine after the upgrade, my wifi-device is unavailable to networkmager:21:48
lux[m]1`NetworkManager[1081]: <error> [1635247689.9040] device (wlp3s0): Couldn't initialize supplicant interface: Failed to D-Bus activate wpa_supplicant service`21:48
lux[m]1Is this issue familiar to anyone? I have installed and loaded `backport-iwlwifi-dkms` but no good. Didn't find any helpful cases via websearch either...21:48
tomreynyou should discuss which network chipset you have there21:50
kevinnnOkay, couldn't find the systemd files, but I've got everything else. Here is my netplan config: https://pastebin.com/tYJcisKW. Here is ip a: https://pastebin.com/PEb6dnEH. Here is ip r: https://pastebin.com/WdmGKkF221:50
kevinnnany help would be so greatly appreciated!!21:51
tomreynlux[m]1: lspci -knn | grep -EA3 'Ethernet controller'21:52
tomreynkevinnn: your default gateway is outside the subnet21:52
kevinnntomreyn: okay, but this EXACT config works on other VM's on my hypervisor. on debian 11 specifically. Also confirmed with my colo who provided the IP's that this is legit21:53
kevinnnso...21:53
sarnoldjust add a route for that gateway21:53
sarnoldso that the system will know which interface to use to get to the gateway21:53
kevinnnadd a route?21:54
kevinnnsomething like this?21:54
kevinnnroutes:21:54
kevinnn            - to: 172.16.0.0/2421:54
kevinnn              via: 192.168.1.10021:54
sarnoldyeah, something like that should do the trick21:55
tomreyncomment #3 https://bugs.launchpad.net/netplan/+bug/176760721:55
ubottuLaunchpad bug 1767607 in netplan.io (Ubuntu) "missing point-to-point option in netplan configuration" [High, Triaged]21:55
Guest201First, thanks for your work in ubuntu.21:57
Guest201Now, perhaps a subtle issue exists in ubuntu.  During and for a period of time after running two copies of smallhog after compiling smallhog.c for an extended mount of time (accidentally) as well as sleeping the system during this time from https://docs.kernel.org/admin-guide/cpu-load.html, resizing resource monitor using the secondary click and21:57
Guest201resize results in flickering issues including sometimes with icons from the desktop showing up above windows.  Sometimes, keep on top was enable for a couple of windows.  This issue was not reproducible after a period of time after "ctrl c"ing the two copies of smallhog.21:57
Guest201Environment: Using Ubuntu 20.04.2 LTS in a live session with only updating a few things like gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.021:57
Guest201 and firefox 93.0 (64 bit)  (just updating this perhaps does not solve all security with browsers).  Other installed/updated things probably don't matter.21:57
lux[m]1tomreyn: yes, right.. this is my chipset: https://pastebin.com/rYFCXdyG21:57
Guest201Unrelated to lux post, my processor is Intel Core-i3 3000 mobile series with integrated graphics.21:59
Guest201Perhaps smallhob messed with some timing for refreshing windows or something.21:59
Guest201smallhog*21:59
Hans-Martinhi folks, dunno if #ubuntu is the right place - after upgrading to 21.10 Firefox (which is now a snap) does not access my saved passwords anymore, although they seem to have been copied in the migration22:00
Hans-MartinIs this a known problem with a known solution?22:00
Guest201have you tried firefox -p22:01
Guest201to access the profiles22:01
Hans-Martinno, not yet22:01
Guest201(guessing here not sure how snaps handle firefox profiles if firefox is indeed in snap)22:01
Hans-Martinthe bookmarks have been moved over, so it's not that the profile has been lost completely, just the passwords22:02
Hans-Martinbut I'll try22:02
Guest201interesting, not sure about that22:02
tomreynlux[m]1: there's https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1933938 - which is supposedly fixed in in linux-firmware on focal and impish22:02
ubottuLaunchpad bug 1933938 in linux (Ubuntu Impish) "Missing CNVi firmware for Intel AX211/AX201/9560/9462 on ADL-S/ADL-P" [High, In Progress]22:02
Hans-MartinGuest201: same situation, it offers access to the default profile, but does not show the passwords22:03
Guest201passwords are encrypted in firefox so not sure about that22:03
tomreynlux[m]1: check which kernel variant (generic or oem) you're using and whether the intel ax200 loadable firmware in /lib/firmware/ is up to date.22:04
tomreynGuest201: about:logins would list known accounts in firefox password manager22:07
tomreynGuest201: and there is https://github.com/louisabraham/ffpass but i don't know whether ti would work with the snap without further customization (probably not)22:08
Guest201Yeah, but the bookmarks are still visible.  That suggestion, "about:logins" may still help.22:09
* tomreyn -> bed22:09
lux[m]1tomreyn: thanks, updating the firmware in /lib/firmware from https://www.intel.com/content/www/us/en/support/articles/000005511/wireless.html did the trick!22:09
Hans-MartinI've checked the logins.json in the old installation and the new snap config directory, they are identical22:09
Guest201interesting22:10
Hans-Martincould there be a problem because I did not set a master password?22:10
=== calwig_ is now known as calwig
Guest201Is it asking for one?22:11
Hans-Martinno, just not showing any saved passwords22:11
Hans-MartinI could try to add one and see how it behaves22:11
Guest201Maybe that will work22:13
Guest201Is this Firefox 93?22:13
Hans-Martinyup22:14
VMGuy23I have an old laptop with an Intel Media Accelerator, is there any good driver for it? The one as shown in neofetch is generic for 2xx-4xx Intel Atom processors22:14
Hans-Martinweird, after adding a new password it shows in logins.json with the correct next id, but firefox still shows only that new one.22:15
Hans-MartinI'll try restarting firefix now22:15
Hans-Martinforefox. whatever.22:16
Hans-Martinphew. I've copied keys3.db and keys4.db over from the old installation, that fixed it. Looks like the migration does not handle that correctly.22:22
Hans-Martinty for helping me think :-)22:23
Guest201No problem, interesting.  I created a test profile and noticed not setting a master password still resulted in an encrypted logins.json.  I still need to try out Ubuntu 21.22:27
Guest201So the key must be somewhere else22:28
Guest201Good catch to you :)22:28
Hans-MartinI think if you don't set a master password firefox creates a random key to encrypt the logins (not really safe, I know). That key might be in keys3.db or keys4.db. Alas, I did not compare the contents before copying the files.22:30
VMGuy23my neofetch says GPU: Intel Atom Processor D4xx/D5xx/N4xx/N5xx but i think thats too generalised. how to get intel gma driver?22:40
syntax-tip if you are in HexChat you can go to window then send system info22:41
VMGuy23im not22:41
VMGuy23im in srain22:41
syntax-oh22:41
VMGuy23im on an old laptop22:41
syntax-there is also sudo lshw22:41
VMGuy23also i dont want people seeing my pc name and username22:41
syntax-also assuming you are on linux22:41
VMGuy23im on mint, so yes, linux22:41
VMGuy23how long does it take22:42
leftyfb!mint | VMGuy2322:42
ubottuVMGuy23: 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)22:42
syntax-if you're on mint there is a driver manager app22:42
syntax-shouldent take long22:42
syntax-took about 3 seconds on my hardware22:42
syntax-Client: HexChat 2.16.0 • OS: Ubuntu "impish" 21.10 • CPU: Intel(R) Core(TM) i5-4308U CPU @ 2.80GHz (3.06GHz) • Memory: Physical: 7.5 GiB Total (4.5 GiB Free) Swap: 13.0 GiB Total (12.9 GiB Free) • Storage: 1.4 TB / 1.7 TB (287.1 GB Free) • VGA: Intel Corporation Haswell-ULT Integrated Graphics Controller @ Intel Corporation Haswell-ULT DRAM Controller • Uptime: 30m 47s22:42
leftyfbVMGuy23: feel free to ask for help in #linuxmint-help. Not here22:42
VMGuy23ok22:43
gh0s1o/ which package provides the systemcall manpages. I just tried `man 3 read` and got nothing. I have `manpages-dev` installed.23:09
rk4$ dpkg -L manpages-dev|grep man2/read23:18
rk4/usr/share/man/man2/read.2.gz23:18
TJ-gh0s1: its section 2 not 323:19
gh0s1I got it, section 3 is in manpages-posix-dev23:20
gh0s1thanks folks :)23:20
=== RaGE_Syria82 is now known as RaGE_Syria8
=== genii is now known as genii-core

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