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

lantech19446I just upgraded my server to 22.04 it now tells me that there are 204 packages that are upgradeable but when I try to run them it says all 204 have been kept back. Any insight into why that might happen?00:13
lantech19446nm found an answer00:16
deegowhat was it?00:25
geniiProbably an upgrade vs dist-upgrade00:27
sarnoldprobably apt phasing00:28
ogra204 phased packages ?00:28
* genii phases himself over to the coffeepot00:28
sarnoldogra: that's the fun! apt doesn't say why :(00:30
lantech19446what genii said00:53
lantech19446and had to be repeated several times because every time I did it it would remove stuff too and then other packages would show up as upgradeable lol00:53
lantech19446just made it through everything00:54
sarnoldwoot00:55
dabbler_ravage: Does btrfs support sending incremental snapshots between machines (replication) like zfs does?00:56
dabbler_Or at least between btrfs instances01:00
=== xenial is now known as Guest3819
bargI have a digitalocean VPS running Ubuntu.  If I do wget www.google.com then it works  but if I do wget 164.92.121.50/mdill.axx  then that doesn't work.  Though that wget line works from home, just not on the digitalocean server! If I do ufw status, then it says inactive. So it dosen't seem to be a firewall issue. I also have a VPS server from vultr. And that line doesn't work there either!01:43
doccan you curl  164.92.121.5001:44
doc?01:44
bargfrom home, yes. From the VPS, No!01:45
docwhat response do you get?01:46
bargfrom home- I get some HTML01:46
kriztmarkbarg do u hav e an csgo server on your vps01:46
bargfrom the VPS- I get no response01:46
bargkriztmark: a what server?!01:47
kriztmarkcounter strike global offensive01:47
bargno01:47
bargi tried ping and nmap on that 164 IP. Ping works. Nmap shows port 80 as filtered (not open)01:48
bargFrom home, nmap shows port 80 open01:48
sarnoldbarg: http servers allow name-based virtualization -- you may need to supply the server name via a --header="Host: whateverthenameis" option01:48
bargFrom VPS, I can wget www.google.com01:48
docbarg: I tried tracepath and got a result that matches this https://ubuntuforums.org/showthread.php?t=857342. Might be a starting point for you01:49
docI can't connect to it from here either01:49
bargsarnold:  I don't think there is a domain associated  with the IP01:51
rfmyeah, I get "filtered" from nmap from home to 164.92.121.50 port 8001:51
tomreynbarg: i don't seem to be able to connect to 164.92.121.50 (a digital ocean ip address) on ports 80 (http) or 443 (https) fro multiple locations. i suspect that you have a 'special' setup at home, where you can just seemingly connect anywhere - maybe a http proxy?01:51
bargno my connection from home is very very normal01:51
tomreynit's not if you can connect to an ip address from there which no one else can connect to01:52
bargi think others can too just some can't01:52
rfmI would suspect firewall rules on the 164.92.121.50 (or a router leading to it) that block traffic to port 80 except from your home network01:52
bargdigitalocean don't know what my home network is!01:53
rfmwhere *is* that 164.92... machine located?01:53
bargprobably NY01:53
rfmI mean,  whose network is it on?01:54
bargi don't know. it's a computer I set up with digitalocean01:55
bargso digitalocean run the network it is on01:55
barginterestingly this online port scanner can't see it.. so maybe I am the only person that can see it, though that makes no sense!  https://hackertarget.com/nmap-online-port-scanner/01:56
bargi thought that online port scanner would see it but it didn't.. very strange.01:56
rfmAWS, I remember, made it very easy to set the firewall rules (security profile) so that only the IP that created a server could get at it...01:57
rfmso I think you need to check into the way that server is set up.01:58
docIf digitalocean does it's a new thing. Never did with my droplets.01:58
tomreyndigitalocean do have a free configurable 'cloud firewall', but it doesn't seem to be active by default. https://docs.digitalocean.com/support/check-your-cloud-firewall-settings/02:03
bargah darn i did have a firewall rule on that web server, doh02:07
bargsorry about that02:07
tomreyn:) glad you found it.02:08
bargthanks02:22
InteloWhen I press alt,ctrl,f1/12 , login to a tty, startx, from second user, the first user and all other tty users' desktop is not reachable via applications like x2go, anydesk etc. Its a black screen. How can I login GUI users and let them work simultaneously and also screenshare/access their account and they can share each others desktop? e.g I use03:07
Intelotty1, then switch to tty2, now person connecting to tty1 remotely will get a black screen. <= whats the solution?  The only solution I see is to have many many vbox guests for each user. (not optimal).03:07
Intelocan I install firefox (no desktop manager) on a vps with 1g ram. install x2goserver there. then access published apps via x2gocllent from a remote pc?03:59
InteloCan someone see my messages?04:45
enigma9o7[m]Thousands can.04:45
InteloOk, I was messaging since ages and no one replied. I thought maybe I was mute04:46
alkisgIntelo: use xrdp or x2go to create these sessions; then these go into virtual displays and work fine no matter which vt you're viewing05:25
alkisgThen to share these virtual sessions with other people, use vnc or anydesk or any other tool05:26
alkisgRe: vps, sure, but firefox with 1 GB RAM isn't really useful, a single gmail page requires more than that05:27
Inteloalkisg step 1, tty1, login to x via startx,  step  2: allow remote user to access screen, that goes ok. 3: I switch to tty7, The moment I do it, the remote access person sees a black unusable screen.05:40
alkisgIntelo: startx doesn't give you a virtual screen, so that's exactly my advice, don't use it05:41
alkisgIt conflicts with your use case05:41
Inteloalkisg so what do I use then?05:50
alkisgIntelo: as I said, you use xrdp or x2go; these create the virtual screens for you05:50
alkisgPeople that login using xrdp or x2go get virtual screens that do not map to VTs and can share their screens using VNC or anydesk or whatever else they want05:51
Inteloso I have to create new session of lets say "user1" via x2go from a) remote user b) where ? (as I am local to myself)05:51
alkisgRemote users use x2go.You use lightdm or gdm or whatever DM you have05:52
alkisgThen each one of you can share their screen with vnc, anydesk etc05:52
alkisgI.e. you don't need any fancy stuff, just a default ubuntu installation, plus apt install xrdp05:52
alkisgNo configuration needed at all05:53
=== Starmina87958512 is now known as Starmina8795851
Intelook let me conclude my issues: can you tell me exact steps so I can see user1,2,3 screen, use it, and the user1,2,3 can also remote access it.05:54
InteloSecondly, I just observed anydesk works on low bandwidth, x2go is not usable on low bankdwidth. anydesk is paid. High cost. Any sugestions?05:54
alkisg1) Install Ubuntu, 2) Login with lighdm/gdm, 3) Install xrdp, 4) Remote users login with xfreerdp or windows mstsc, 5) install vnc or anydesk or epoptes.org for screen sharing between users05:56
Intelo3) can be x2go also. right?05:57
alkisgRight, but it requires more bandwidth05:58
Inteloalkisg ok, which is the fastest on low band?05:58
alkisgAnd it makes it somewhat harder to login from windows remote clients05:58
alkisgAnd it won't be portable in the wayland era later on05:58
alkisgThe proprietary solutions,while for open source, it's between xrdp and x2go05:59
Intelovnc, x2go , rdp or ?05:59
alkisgVNC is the worst on low bandwidth05:59
Intelook05:59
Inteloalkisg I think if I login to user1 via x2go and someone else logs in to user1 from another remote locaiton. I think we both will see the same desktop. Thus sharing?06:00
Inteloso no need for anydesk06:01
Inteloor teamviewer06:01
alkisgIntelo: you shouldn't login to the same session, it will cause data corruption06:01
Intelooh, what kind of ? sure?06:01
alkisgMany programs are not designed for simultaneous access, e.g. if you open the dconf database twice, you'll break it06:01
Intelothen I have to use proprietry software. There seems no other solution?06:02
alkisgAnd it won't be screen sharing, it will be a new session06:02
alkisgThe one I wrote above06:02
alkisgYou login with your OWN user locally, THEN you share the userX screen06:02
alkisgIf you want to initiate the userX screen, then you should use xrdp or x2go after you login with your OWN user locally06:02
alkisgThen that virtual session can be paused or resumed elsewhere06:03
alkisgDo NOT use local session for remote users06:03
Intelothere is slight confusion , if eliminated, will solve all06:03
Intelowhen we say "login" , let it be UI login06:03
Inteloso if I login "locally" on multiple accounts lets say acc1, acc2, acc3  <-- this is not what you are sayhing?06:04
Intelothe only way I can login locally to multiple users is via tty06:05
Inteloand that is not what you are sayhing06:05
alkisgWhen we say "locally", we need to redefine if you mean "at the display manager" or "after  login, using x2go, to do a second login in a window"06:05
Inteloisee06:05
alkisgMy suggestion is that you only login once at the display manager. Only one vt should have xorg running.06:05
Inteloso if I understand correctly, I will login via x2go locally06:05
alkisgAFTER you normally login at the DM, of course06:06
Intelook06:06
alkisgSo you login as intelo at the DM, then you login as user1 using x2go, in a window06:06
alkisgThen user1 can take over that session if they login from elsewhere06:06
alkisgThen they can share their screen with you using anydesk or vnc06:06
Intelobut I cannot share user1 screen without proprietry software <-- problem06:06
alkisgNope, you can use vnc just fine06:07
alkisgBoth x2go and xrdp allow a remote user to take over the session you started in a window06:07
alkisgThen you can use vnc for screen sharing06:07
Inteloso with x2go and vnc, 2 people can login to same acc1 at the same time? thus resulting in screenshare / simultaneous access of same session?06:08
alkisgNo. Only one person should login to one account, otherwise you have file corruption06:08
Intelooh06:08
alkisgWhen the remote user1 logs in using xrdp, your session in a window will close06:08
Inteloso vnc is different06:08
alkisgTHEN you will do VNC screen sharing and you will see the single login06:09
Intelo2 people can login/access acc1 at same time via vnc but not via x2go and rdp?06:09
alkisgVNC is screen sharing, it's not "double login", which would run all the processes twice, open all files twice, corrupt them etc06:09
alkisgx2go and xrdp are logins, not screen sharing. VNC is screen sharing06:10
InteloI see06:10
alkisg(there are some plugins that alter some behavior but let's ignore them for now as you're already confused :))06:10
Intelois this relevant here? https://wiki.x2go.org/doku.php/doc:usage:desktop-sharing06:10
alkisgThat's the plugin ^ :)06:10
alkisgIt uses vnc to do screen sharing; it's essentially the same as running vnc directly. Don't bother with it, it'll just confuse you06:11
Inteloso if I use it, I can do "connection to local desktop" option in drop down of x2go client and that will be like vnc?06:11
alkisgSure06:11
Intelohttps://imgur.com/5yHtAyl.png06:12
alkisgBut note that this will only work if user1 wants to connect to intelo desktop06:12
alkisgIt won't allow user1 to connect to user1 desktop06:12
Inteloalkisg I found "connectiosn to local desktop, x2go as a whole and vnc as VERY slow as compared to anydesk.... not even usable06:12
alkisgYes, that plugin is slower than VNC, that's why I suggested to completely ignore it06:13
Inteloalkisg I have server+client on both machines06:13
Inteloalxndr I don't know why x2go is also slower than anydesk. I have low band06:13
Intelo5mbp connection06:13
Intelofor users06:14
Inteloeven 2mpbs06:14
alkisgBecause anydesk is proprietary so its developers get paid better06:14
Inteloonly anydesk works06:14
Inteloya... :)06:14
InteloThank you! if you get into any other ideas, do let me know!06:14
alkisgI'm not aware of any issues, the solution I suggested works fine06:15
alkisgSo I'm not sure of which ideas you need :)06:15
Inteloelse I have to install x2go on a VPS with 1g ram and only x11,xorg,firefox06:15
alkisgYou may want to state your goal06:15
Inteloalkisg ideas on low band06:15
Inteloalkisg let them access a browser. thats all (for now)06:16
alkisgBecause up to now you've been asking for specific tools but you haven't mentioned the actual goal06:16
ObsdarkHello there, a question06:16
Intelofor all other things, I use terminal, vpn etc. and that is working super fine06:16
alkisgBecause "multiple 2 mbps connections to 1 GB RAM VPS" doesn't sound like a good approach for anything06:16
alkisgE.g. if your whole plan is to do IP spoofing, use a proxy server, not a remote firefox...06:17
Obsdarki'm trying to connect through FTP to a virtual machine server i have but i forgot the password and/or port of the user, i have access to the machine through ssh, so i connect, change the user password and use the port than apparead in config but still no connection.06:17
Obsdarkwhat i'm doing wrong?06:17
Obsdarkmy config file https://nopaste.net/LQ4DY5TRBv06:17
Obsdarki even try to make an anonymous connection but to no avail.06:18
Obsdarkis a test server therefore security is not so much a concern06:18
Obsdarkthe ftp program is vsftpd06:18
Inteloalkisg no. browser is needed because users are developers. they deploy code via vpn / terminal. but they want to run / see app in browser. The app is huge.js file. they need to load in browser very often06:19
Inteloalkisg lets say you are a reactjs dev,06:19
Inteloalkisg its complicated to explain here06:20
alkisgIntelo: then each connection will need 2 GB RAM. For 10 users, that's 20 GB RAM06:20
Inteloalkisg no, each user will take slice of screen/browser on vps,06:20
Intelobankdwidth is not an issue for vps06:20
alkisgIf you want multiple users to connect to a SINGLE session that's a completely different issue06:21
alkisgThen you don't even have multiple users, it's just one, the one that runs that single session06:22
Inteloeven sessions can be different06:22
Intelomulti x2go06:23
alkisgOne session = 2 GB. Differnt session = multiple * 2 GB06:23
Inteloeach user comes, connects, lauenches browser, goes away06:23
alkisgRight, so a single resettable session06:23
Inteloalkisg are you telling me that one session needs 2g ram in reality?06:23
alkisgIntelo: sure, if you open a browser in a heavy-javascript page06:23
InteloI see.06:23
InteloI am doomed06:23
Inteloanydesk seems the only way :(06:24
Inteloalkisg all what you said06:24
alkisgWhy, anydesk won't need 2 GB for the browser?06:24
Inteloalkisg no because if I have to use anydesk, I will do it on my local machine. that has 32 g ram06:24
alkisgIntelo: and why can't you use xrdp/vnc to your local machine?06:25
Inteloslow. thats why06:25
Intelousers can't connect via vnc/x2go/ etc06:25
alkisgWhat's your upload speed?06:25
alkisgDo a speed test and tell me06:25
Intelo2mb06:26
Intelo2mbps06:26
alkisgYeh that won't really work for multiple users even with anydesk. For one user, THEN another user, it might06:26
alkisgPay for a better line rather than paying for a vps06:27
Intelowell on anydesk, it goes fine. I tried06:27
Intelowith 3 users06:28
Intelowait. no06:28
Inteloactually for one with 5mbps up (server) . 2mbps down (client)06:28
Inteloalkisg anyway. It  was great talking to you!06:29
InteloI will try. Dont'think there is any workaround anydesk $cost06:30
alkisgCheers Intelo06:32
=== scoobydoo_ is now known as scoobydoo
gabejacksonhello07:05
gabejacksoni have a serious issue on a server that is about to be used in production07:05
gabejacksonapparently it tried to auto upgrade over night07:05
gabejacksonnow almost any command i type, i'm getting /usr/bin/sudo: Input/Output error07:05
gabejacksonseems to be some kind of filesystem issue, but can't see what it tried to do...07:06
gabejacksoni can cd to /var/log and look at some messages, and i see that it tried to auto-upgrade. but it appears to be in a broken state07:06
=== scoobydoo_ is now known as scoobydoo
gabejacksonor maybe some partitions failed to remount?07:10
gabejacksoni have lots of these mounted: /var/lib/snapd/snaps/core20_1623.snap on /snap/core20/1623 type squashfs (ro,nodev,relatime,x-gdu.hide)07:11
gabejacksonthis is what i see for the rootfs: /dev/mapper/ubuntu--vg-ubuntu--lv on / type ext4 (ro,relatime)07:12
gabejacksonits read only mounted07:12
EriC^^gabejackson: usually input/output error is related to hardware failure (hdd)07:24
gabejacksonyeah i would like to run fsck on it07:24
gabejacksonbut i can't07:24
gabejacksonis there a way to download a fsck binary somehow? i have a tmpfs that seems to be working07:24
gabejacksonwget gives me input/output error, but curl seems to be working. so may be able to download something07:25
gabejacksoni dare not restart to run fsck as i only have remote access currently07:25
EriC^^ah07:25
EriC^^can you run 'sudo dmesg | nc termbin.com 9999' ?07:26
EriC^^it would upload a paste of dmesg's output07:26
gabejacksonyeah i got dmesg output from /var/log/dmesg07:26
gabejacksonone min. thx07:26
EriC^^gabejackson: really what you want to do is try to install smartmontools somehow and run a smart test on the hdd, to see its health07:26
EriC^^fsck wont help much if it's a hardware failure (which it sounds like it is based on the input/output error)07:27
gabejacksonhttps://dpaste.com/9GUPC5QRE07:28
gabejacksonsorry, nc didn't work input/output error07:28
gabejacksoni'm still looking for the read-only mount in dmesg07:29
gabejacksonit may be more of a volume manager issue because of the auto-upgrade / unattended upgrade which shouldn't have run...07:30
EriC^^what happens if you try to remount rw?07:31
EriC^^sudo mount -o remount,rw /07:31
gabejacksoni get /usr/bin/sudo: Input/output error07:32
gabejacksonif i run without sudo, i get mount: /: cannot remount /dev/mapper/ubuntu--vg-ubuntu--lv read-write, is write-protected.07:33
EriC^^gabejackson: i see in the kernel line there's a "ro" there07:33
EriC^^Command line: BOOT_IMAGE=/vmlinuz-5.4.0-125-generic root=/dev/mapper/ubuntu--vg-ubuntu--lv ro07:33
gabejacksoni'm sure its the upgrade that killed it07:34
gabejacksonwhy would there be an ro there?07:34
EriC^^hmm, maybe it's something from outside ubuntu, something related to the vm or so?07:34
EriC^^'write-protected' seems odd07:34
gabejacksonits just a NUC with ubuntu server on it07:34
gabejacksoncan i mount /boot and fix it?07:36
gabejacksonif i do mount /boot it gives me mount: /boot: special device /dev/disk/by-uuid/191b470b-16a2-4403-b943-4a70e7e1a32b does not exist.07:36
EriC^^what's "parted -ls | nc termbin.com 9999" give?07:36
gabejacksoninput/output error07:37
EriC^^fdisk -l ?07:37
EriC^^do you have the root password? maybe "su" still works if sudo is shot07:37
gabejacksontrue07:37
gabejacksoni'll try07:38
gabejacksonnah both are shot07:38
gabejacksonis there a way to get binaries and run them them on the tmpfs?07:38
EriC^^which ubuntu version is this?07:40
gabejacksonLinux gumbi 5.4.0-125-generic #141-Ubuntu SMP Wed Aug 10 13:42:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux07:41
EriC^^cat /etc/issue07:41
gabejacksonUbuntu 20.04.1 LTS07:41
EriC^^!fdisk focal07:41
=== diskin is now known as Guest6013
=== diskin_ is now known as diskin
EriC^^!info fdisk focal07:42
ubottufdisk (2.34-0.1ubuntu9.3, focal): collection of partitioning utilities. In component main, is required. Built by util-linux. Size 118 kB / 506 kB07:42
EriC^^gabejackson: this is the fdisk .deb http://archive.ubuntu.com/ubuntu/ubuntu/pool/main/u/util-linux/fdisk_2.34-0.1ubuntu9.3_amd64.deb07:42
EriC^^gabejackson: are you able to somehow access grub remotely?07:43
gabejacksonwill be difficult07:44
gabejacksonit's a nuc which is accessible, but nobody there knows what to do07:44
gabejacksonand it'll need a hdmi cable and screen or so?07:44
gabejacksonand keyboard07:44
gabejacksonwas able to download the de07:44
gabejacksondeb07:44
EriC^^gabejackson: ok, you could unpack the .deb using dpkg -x /path/to/deb /path/to/fdisk/dir07:45
gabejacksondpkg seems to be working07:45
gabejacksonlet me try.07:45
gabejacksongah, but dpkg-deb isn't working07:46
EriC^^gabejackson: i think you'd need to access the server somehow, maybe restart and hope for the best, if it doesnt work then hook up some kind of live usb and assess whether the hdd is still ok, it very much sounds like some hardware failure, missing partitions and input/output error and whatnot07:47
gabejacksonyeah07:47
gabejacksonthanks eric!07:47
EriC^^ar x /path/to/fdisk.deb  might work to unpack it07:48
EriC^^np, goodluck!07:48
gabejackson@EriC^^ isn't it maybe an LVM issue?08:00
gabejacksonugprade from LVM to LVM2 or similar, thats' why i couldn't activate the VGs correctly or so?08:00
gabejacksoni'm not sure how ubuntu by default deals with volume groups etc08:00
Fish4129Hi08:00
Fish4129How do I modify the Lubuntu GUI installer "Encrypt Partition" Encryption settings. It's using AES-128 XTS Plain64 I think. I want to choose a different cipher if possible.08:01
Fish4129This is a LUKS encryption setup.08:01
gabejacksonis it normal that so many /var/lib/snapd/* things are mounted, or is this part of an upgade process?08:04
gabejacksoncan somebody tell me if this "mount" looks normal? https://dpaste.com/HESTV47UE08:05
Fish4129I mean, does it work?08:07
EriC^^gabejackson: you could see what was upgraded in /var/log/apt/history.log08:09
gabejacksonseems empty.08:13
EriC^^odd, maybe /var/log/dpkg.log?08:16
EriC^^grep installed /var/log/dpkg.log08:16
=== solsTiCe3 is now known as solsTiCe
=== jesopo is now known as jess
gabejacksonEriC^^:08:33
gabejacksoni dared to reboot and it magically recovered.......08:33
Fish4129Hi YES08:33
Fish4129GOOD08:33
EriC^^gabejackson: yay08:33
gabejacksonstill need to figure out WHAT it was though08:33
EriC^^gabejackson: try 'sudo apt-get install smartmontools && sudo smartctl -a /dev/sda | nc termbin.com 9999'08:34
InteloHi, I install ubuntu -server then installed firefox. so it might be bare xorg/x11. How do I start firefox from terminal?09:02
ravageIntelo, "firefox"09:05
Inteloravage no if I run "firefox" , it says "no display environment variable specified09:06
ravagethen you have to configure your desktop environment correctly09:06
ravageubuntu server does not come with one09:07
oerheksdoes firefox snap not pull in Xorg/Wayland?09:07
ravagei dont think snaps install any deb packages09:08
oerheksoke, logical.09:08
oerheksone could setup a xvfb virtual framebuffer09:09
gabejacksonEriC^^: https://termbin.com/8n5909:10
Intelooerheks ravage don't I just need `export DISPLAY=pcNameHere:0.0`09:11
ravageif you have Xorg running you can do that09:11
Inteloravage oerheks what is the good way?09:12
oerhekswhy do you want firefox on your server?09:12
Intelooerheks because that is the  only thing I need09:12
Intelowant to keep it minimalistic09:13
Intelodon't  want desktop env09:13
oerheks!info xvfb09:13
ubottuxvfb (2:21.1.3-2ubuntu2.1, jammy): Virtual Framebuffer 'fake' X server. In component universe, is optional. Built by xorg-server. Size 845 kB / 2,234 kB09:13
Inteloso sudo apt install xvfb?09:13
Inteloand then?09:13
Intelooerheks ^09:14
Inteloravage or do I need 'xinit' and then startx?09:15
oerheksxvfb-run firefox http://something .. but you will get no sreen, you need xorg for that09:15
InteloI need screen09:15
Intelothe real firefox09:15
Intelooerheks so I should now install xorg ?09:15
ravagethe install something like xubuntu09:16
ravage*then09:16
ravageit does not use a lot of ressources09:16
Inteloravage no. its xfce and many gui apps..09:16
oerheksgood luck, not installing xorg09:17
InteloDo I need  `apt install xorg`  or `apt install xinit`?09:17
Intelooerheks I didnt said I dont want xorg... did I?09:17
EriC^^gabejackson: looks ok09:18
ravageIntelo, you can install xserver-xorg09:19
Inteloravage difference between xorg and xserver-org and xinit?09:22
Inteloravage difference between xorg and xserver-org *09:23
InteloI understand xinit now but whats the diff of above ^09:23
Inteloam I disconnected?09:24
HabbieIntelo, you are not disconnected09:28
oerheks<alkisg>Intelo: as I said, you use xrdp or x2go; these create the virtual screens for you09:28
oerhekssome few hours ago..09:29
gabejacksonEriC^^: btw, looking at the current dmesg, the ro flag is still in the initial BOOT_IMAGE command. guess that's normal for the boot partition where the kernel is located09:30
Intelooerheks forget that message. that is another question.....09:30
gabejacksongets remounted later in the dmesg: [    5.000321] systemd[1]: Starting Remount Root and Kernel File Systems...09:30
EriC^^i see09:30
alkisgIntelo: install ubuntu-mate or xfce or whatever normally. Then create /usr/local/bin/mate-session that will override /usr/bin/mate-session. In in, run: marco & firefox09:33
alkisgIntelo: this will be your minimal DE, with minimal effort. You don't need to reinvent the wheel09:33
alkisgYou will still need 2 GB per session though, as the problem is in firefox, NOT in the desktop environment09:34
alkisgIf you install a 32bit system (e.g. debian), then you can get that down to 1.5 GB per session. The DE doesn't matter.09:34
Inteloalkisg what you said is understood! but what if I want to make it even more minimalistic and only have xorg?09:39
alkisgIntelo: then you'll save 1 GB *disk* space (not RAM), is that important to you?09:40
Intelofor 20 virtual machines, + updates, yes maybe09:40
Inteloand ram also...09:40
Inteloxfce's ram != xorg ram alone09:40
alkisgNo, RAM won't be affected, it will be the same09:40
alkisgSince the DE won't run with that minimal mate-session09:41
Inteloare you sure? xorg bare and xfce take same rame/09:41
alkisgYes I'm sure09:41
Intelook..09:41
alkisgIf you want to 1 GB save disk space, sure, install plain xorg and something like nodm09:41
alkisgAnd create an .xsessionrc instead of a mate-session script09:42
Intelohow to run firefox from command line then (if not mate-session)09:42
alkisgYou need a window manager like marco or openbox, and firefox09:44
alkisgYou can run them from wherever you like, `marco & firefox` would be the command for these two09:44
alkisgNote the you'll be missing some things like keyring, authentication managers and portals, if these annoy your users you can just install mate/xfce then, with the same ram :)09:46
oerheksOr just install a VM with a desktop..09:48
Inteloin that case, lxde would be the most light weight?09:49
Inteloalkisg I just installed marco and I have a gui now09:51
InteloIs LXDE / lubuntu the lightmost weight Desktop env?09:54
alkisgWhen you use a session override, they are all the same09:54
alkisg(the mate-session script I said)09:55
alkisgIf you don't use a session override, then it's lubuntu < xfce, mate, kde < gnome09:55
Intelooh, gnome is even heavier than kde?09:55
alkisgYes09:58
alkisgBut all the DE savings are negligible when you end up opening a browser. That's what wastes RAM.09:59
=== xenial is now known as Guest3142
Inteloalkisg ya, browsers are very heavy these days10:14
oerheksfirefox is a dragon.. that is why i use chome10:15
Intelo:)10:15
gabejacksonanybody see what happened here shortly before the root filesystem became read only ?10:17
gabejacksonhttps://dpaste.com/8WZRR8P9310:17
oerheksgabejackson, no?10:19
gabejacksonwhat is this snapd stuff anyway?10:20
oerheks!snap10:20
ubottuSnaps are containerised software packages similar to Flatpaks and AppImages. For more info, see https://snapcraft.io10:20
oerheksand snapd is the deamon to control/update/start them10:20
Inteloalkisg also, lxde vs lxqt?10:22
oerheks" Lubuntu moved to the LXQt desktop with the release of Lubuntu 18.10 in October 2018, due to the slow development of LXDE.."10:25
oerheksalso no gnome dependencies..10:25
gabejacksonthx oerheks10:31
PayamHi10:31
PayamMy ubuntu 20 randomly goes to reboot10:32
stewmuI keep reading conspiracy theories that canonical is going to 100% replace all deb packages with snap. Is there any truth to that?10:32
Payamor logs out10:32
Payamhttps://paste.ubuntu.com/p/cMZjKmvcJF/10:33
Payamhere is syslog10:33
stewmuSpeaking of xebian, why is it that live-build no longer works with jammy?10:35
oerheksstewmu, short answer; no.10:39
oerheksand xebian, what is that?10:39
oerheksnot an ubuntu flavor.10:39
stewmuUnit193 posted xebian, debian sid with xfce. Don't know why he posted it here, must have made a mistake.10:40
oerheksstew wrong channel, try #debian10:40
Payamanyone knows solution to my problem10:41
oerheksPayam, random reboot, check your powersupply and memory, memtest8610:41
InteloHow come lubuntu latest lts version is 16.04.3 LTS  and ubuntu LTS is on 22.x ? ref https://lubuntu.net/downloads/10:41
stewmuThat's the old lubuntu website. Here is the new one. https://lubuntu.me/10:42
Unit193stewmu: Nope, I sent that link only to you, as an example of a live-build auto/config file with options.10:42
oerhekslubuntu.net is not official.10:42
oerheksit is hijacked by an user.10:42
oerhekslubuntu.me is our official site10:43
stewmuOkay, I didn't know the message was directed to me only, so I thought oerheks saw it as well.10:43
Payamoerheks, I have done all those10:43
PayamEverything is as it should be10:43
Intelothey shoudl be on same version10:43
wraithHello everyone. I am setting up Ubuntu Server 22.04 and I can not communicate with ssh-agent. What do I do wrong?10:44
oerheksPayam, no idea, i see line 10775 HP HP ZBook 15 G6/860F, BIOS R92 Ver. 01.04.05 02/24/2020  ,, is there a bios update available?10:46
stewmuWill gnome web 43 be backported for 22.04? I really want the enhancements epiphany will provide with the new version.10:46
ograstewmu, snap info epiphany ... that will likely get updated to 43 eventually10:48
oerheksgnome web 43 might not be backported to LTS.10:48
ograyeah, most likely not as a deb10:48
stewmuOkay, either snap or flatpak it is then.10:48
Intelonevermind, site is not updated10:50
BluesKajHi all12:12
munskingHello, how can i make a live iso boot an option by default? i have already extracted the iso but i don't know what file to edit12:14
oerheks  munsking basickly not, afaik12:17
munskingso i can't get ubuntu to use a preseed from the network?12:19
oerheksPreceeding has been deprecated since 20.04 and was removed in 22.04. Ubuntu is now using autoinstall, see https://serverfault.com/a/110832712:20
oerhekshttps://ubuntu.com/server/docs/install/autoinstall12:21
ogramunsking, https://discourse.ubuntu.com/t/automated-server-install-quickstart/1661412:22
* oerheks bookmarks12:22
ograi think one is linked from the other anyway 🙂12:23
munskingthanks12:23
xyzlukiHi12:37
xyzlukiWill I get some help here or it is wrong channel ?12:38
oerhekshy xyzluki , ask wait and see12:38
lotuspsychje(if its ubuntu related)12:38
xyzlukioki, thanks.12:38
xyzlukimy ubuntu 20.04 LTS failed on apt-get update command. I don' know why12:39
lotuspsychjexyzluki: can you share the errors apt gives you in a !paste bin?12:40
xyzlukiHit:1 https://dl.google.com/linux/chrome/deb stable InRelease12:40
xyzlukiErr:2 http://us.archive.ubuntu.com/ubuntu focal InRelease12:40
xyzluki  Could not connect to kazooie.canonical.com:80 (91.189.91.39). - connect (111: Connection refused) Could not connect to banjo.canonical.com:80 (91.189.91.38). - connect (111: Connection refused) Unable to connect to us.archive.ubuntu.com:http:12:40
xyzlukiErr:3 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease12:40
xyzluki  Unable to connect to us.archive.ubuntu.com:http:12:40
xyzlukiErr:4 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease12:40
oerheks!paste12:41
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.12:41
oerhekskazooie.canonical.com banjo.canonical.com seem to be old  ?12:43
xyzlukihere is the corrected content for error which I got: https://dpaste.com/FMHHNP65912:43
lotuspsychjemaybe a case to report to the mirror guys?12:45
xyzlukistrange thing is also that I can't access http://archive.ubuntu.com from my web browser12:46
xyzlukibut this link from web browser works: https://pl.archive.ubuntu.com/ubuntu/12:46
lotuspsychjexyzluki: can you join #ubuntu-mirrors please and paste your link there, lets see what the mirror guys will advice12:47
lotuspsychjexyzluki: to join a channel, type /join #ubuntu-mirrors for your case12:49
xyzluki /join #ubuntu-mirrors12:50
xyzlukioki it works :)12:50
plujonI recently upgraded to Ubuntu 22.04 LTS, but I want to use Ruby 2.7.6; is there an easy way to install the older Ruby, preferably without using rvm?13:06
gordonjcpplujon: look for a backport, or run it in a docker container13:08
plujonWhat does, "look for a backport" mean?13:08
lotuspsychje!backports13:10
ubottuIf new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging13:10
plujonAlso, when I upgraded from 20.04 LTS to 22.04 LTS, I was prompted several times to choose either my current /etc/something file or to use the new version.  I chose to retain most of my changes, but I'd like to see the difference between the latest maintainer versions and mine now that I can use tools such as "ediff" to view the differences.  Is that easy to do?13:13
plujonAnd thanks; I'll read about backports meanwhile.13:13
oerheksplujon, easiest way is to read the changelogs.13:17
plujonoerheks: The easiest way is to find out how my /etc differs from the default for my release is to ... read changelogs?13:20
gordonjcpyou get the option to see the differences when you upgrade13:20
gordonjcpI've never actually done this13:20
gordonjcpI've never upgraded from one version of Ubuntu to another13:20
gordonjcpdisks are basically free13:20
oerheksi have never seen such question to keep old stuff13:21
gordonjcpby the time the next LTS comes around, you can get a much larger SSD for less than the cost of your old SSD13:21
gordonjcpso, going back about 20 years or so I've always just downloaded a new distro (even back in my Slackware days), and bought a new drive to install it on, and put the old one in a box to keep it safe in case I need stuff off it13:21
gordonjcpbut, -ot13:22
oerheksplujon, yes, what is wrong reading changelogs?13:22
plujonArch Linux leaves .pacnew files sprinkled around /etc after upgrading.13:22
plujonoerheks: What do you mean by changelogs?  How long do you think it would take?13:22
oerheksoh, blame me ..13:23
plujonThose questions aren't meant to be rhetorical.13:24
plujonI literally don't know what you mean by changelogs, nor how long you think it would take to read through them.13:24
plujonIf you mean Changelog files written by the Debian team (as opposed to some kind of log of changes made while upgrading), that sounds like it would take quite awhile, and also be useless because differences in files such as /etc/ssh/sshd_config are not likely going to be exhaustively described in a Changelog.13:25
plujonBut it sounds like you've answered my question: Debian does not have something akin to "pacnew" files, and if I said, "keep" while upgrading, there is no easy way to see what I would have gotten had I said, "use the new maintainer's version".13:27
oerheksthere is a summary for 22.04 https://discourse.ubuntu.com/t/jammy-jellyfish-point-release-changes/2983513:27
plujonAh, thanks.  Unfortunately, that changelog won't help me.13:30
tomreynplujon: usually, you'll find similarily named configuration files in /etc similarily as you described for arch linux13:32
tomreynand you can just run diff on them13:32
tomreynfor example, /etc/ssh/sshd_config{,.dpkg-new} is what i'd expect to see if you had retained your local changes to the sshd configuration13:33
plujontomreyn: Oh, thanks.  That is the answer to my question...13:34
plujonfind /etc -iname '*dpkg-dist'13:34
plujonAs for backports, https://wiki.ubuntu.com/UbuntuBackports does not describe, AFAICT, how to find them.  I'm looking for ruby 2.7.6 on 22.04 LTS...13:41
lotuspsychjeplujon: you could also consider ruby snap13:42
nasumhow do i install smartctl part of smartmontools package in the latest ubuntu iso?13:48
nasumi tried apt-get install smartmontools but it doesnt find the pkg13:48
tomreynplujon: http://archive.ubuntu.com/ubuntu/dists/jammy-backports/ then look in the section subdirectory (which the package belonds to), then binary-amd64/Packages.gz13:48
tomreynnasum: did you run sudo apt update   first?13:48
tomreyn!info smartmontools13:49
ubottusmartmontools (7.2-1build2, jammy): control and monitor storage systems using S.M.A.R.T.. In component main, is optional. Built by smartmontools. Size 570 kB / 1,934 kB13:49
tomreynit does exist13:49
p3limis this the right place to ask about autoinstall stuff? I want to prompt for a hostname only, and I've set a default one + user/pw, but when the section shows up the password fields are empty13:51
nasumtomreyn: now it works13:52
nasumwhat pkg is chkdisk in?13:53
nasumi am trying to recover some files from an ntfs partition, it is looking like a hardware failure since input/output error appear13:53
nasumeventually replace windows with ubuntu13:53
srabonihi13:54
p3limit's a bug, which hasn't been updated in over 2 years :/ https://bugs.launchpad.net/subiquity/+bug/188318014:04
ubottuLaunchpad bug 1883180 in subiquity "autoinstall with nocloud does not seed password when identity is interactive" [Undecided, New]14:04
p3limis it then possible to run a custom prompt before subiquity starts?14:05
tomreynnasum: there is no chkdsk on linux. there is ntfsfix in package "ntfs-3g". read its manpage to understand its limitations.14:06
tomreynp3lim: there'S also #ubuntu-server, which may be a better place (if you have a lot of patience)14:11
tomreynp3lim: have you considered setting hostnames via dhcp?14:12
tomreynplujon: looking at your original question, you seem to be looking for *forward* ported ruby 2.7.6 to jammy (22.04 LTS) - which comes with 3.0. If at all, you'll likely find such in a PPA.14:25
tomreyn!ppa14:25
ubottuA 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-purge14:25
xonis there any way to find the log of the command; I had run the python script on ubuntu yesterday then the session was disconnect to remote. now I wanna check what happened after that?14:26
tomreynxon: unless you ran it in a GNU screen or tmux session or redirected its output to a file or used nohup, no.14:27
tomreynthat's unless that shell is still active, in which case you could possibly 'steal' the tty. but it most likely won't be active anymore, unless the application is still running, waiting for input14:29
xontomreyn: thank you so much for you help!!14:34
tomreynyou're welcome, xon14:36
tomreynxon: i drop private messages by default. if you have non support questions, there's #ubuntu-offtopic also14:38
p3limtomreyn: dhcp is not an option, but I found this: https://discourse.ubuntu.com/t/automated-server-install-reference/16613/2114:39
p3limand it worked!14:39
xontomreyn: I sent DM, please check if you got time for it14:45
tatsumaruhey guys, is the deblobbed version of visual studio aka Code OSS available for ubuntu?14:47
samba35why snap (vlc ) use lot of cpu ? how do i fix it ?14:50
rs2009tatsumaru: yep, you can use the codium snap14:52
ioriasamba35, probably hw accel related14:54
tomreynp3lim: maybe link tot this in the bug report as a workaround for others.14:55
tomreyn(if it works)14:56
tomreyntatsumaru: you seem to be looking for a third party providing pre-built "vscodium" packages14:58
tatsumaruwhere did I say third party?14:58
tatsumaruI was wondering if it was available in the official ubuntu repos14:59
tomreyntatsumaru: i don't think so., that's why.14:59
tomreyni think microsoft only provides pre-built packages for vscode15:00
samba35its i5 16 gb ram15:01
tomreyntatsumaru: ...which are available as a .deb download as well as a snap https://snapcraft.io/code15:01
samba35any extenstions ?15:01
samba35or gpu ?15:01
samba35nvidia 710 card15:01
ioriatatsumaru, do you want codium in deb format ? or what ?15:01
tomreynsamba35: which ubuntu version are you running? are you using nvidia proprietary drivers?15:02
samba3520 lts15:02
tomreynsamba35: you probably mean 20.04 LTS15:02
samba35no from ubuntu15:02
samba35yes15:02
tomreynsamba35: which of your responses was to the "are you using nvidia proprietary drivers?" question, if any?15:03
samba35no i using drivers from ubuntu15:04
samba35not from web site15:04
tomreyngood, but this wasn't my question. ubuntu provides both proprietary and open source drivers for nvidia graphics card.15:04
tomreynwhich one are you using? "nvidia" or "nouveau"?15:04
samba35Kernel driver in use: nvidia15:05
samba35Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia15:05
samba35so which driver i am using ?15:06
tomreynsamba35: the ones that's in use15:06
tomreyn"nvidia", the proprietary one.15:06
samba35ic15:06
tomreynis your graphics card icy?15:07
samba35so should i change it ?15:07
tomreynit's probably fine to use the proprietary drivers15:07
tomreyntherre are different series of it, sometimes it helps to switch between those. but before you try such, maybe just run vlc from a terminal and see what warnings and errors it outputs15:08
tomreynone common issue is using vdpau drivers which may not always work well15:08
tomreyn...for video decoding / playback15:09
oerheksi use mpv, much smaller cpu use, but it differs on the type of media.15:09
samba35wait15:09
tomreyntatsumaru: did you find anything, yet?15:10
tomreyntatsumaru: There is "Debian / Ubuntu (deb package)" and "Install with snap (Linux)" on https://vscodium.com/#install15:11
samba35sorry i had a guesdt15:11
samba35guest15:12
tomreyntatsumaru: (also a flatpak)15:12
samba35what do u mean by icy ?15:12
ograsamba35, if you use nvidia, make sure to pick the vdpau decoder in the codec settings ... that should give you HW accel15:14
samba35ok15:15
samba35do i have to install package for vdpau ?15:15
samba35or its in setting ?15:16
ograit should be in the vlc settings if your host has the nvidia driver installed15:16
samba35ok15:16
samba35in vlc fast seek check or uncheck ?15:19
samba35video quality post processing level is 6 is it ok ?15:20
samba35no vdpau setting did not help15:21
p3limnew issue with autoinstall: setting apt.geoip to false doesn't do anything, it still queries that API and if it doesn't get a response (we've not opened it in our proxy) the whole installer fails :/15:29
spidermonkeyHello everyone! I've got a question concerning the right way to approach maintainers. If there is a problem in a universe package that is probably due to a simple build configuration mistake, and is described in two bug reports for months now without any response, what do I do?15:30
lotuspsychjespidermonkey: your bug ID please?15:33
spidermonkeyIt wasn't me who has submitted the bug reports, but I can confirm 1974163 and 1960137 are reproducible in Ubuntu 22.04 on my machine and have even more consequences than mentioned in the reports15:34
lotuspsychjebug #197416315:35
ubottuBug 1974163 in linphone-desktop (Ubuntu) "Linphone fails to record calls - no file generated" [Undecided, New] https://launchpad.net/bugs/197416315:35
lotuspsychjebug #196013715:35
ubottuBug 1960137 in linphone-desktop (Ubuntu) "linphone not able to record SIP calls" [Undecided, New] https://launchpad.net/bugs/196013715:35
spidermonkeyThanks I didn't now that command15:35
spidermonkeyMKV handling is broken apparently in every part of the program, so I suspect whatever library is used to support this has been excluded by a build config command15:36
spidermonkeyOr maybe a dependency is not mentioned in the apt package that would be needed for this15:37
lotuspsychjespidermonkey: if these bugs affect you and you got a launchpad account, please also affect them wich will confirm the bugs with more chance of getting solved15:37
spidermonkeyI don't currently have an account but if you think one more person helps already I can do this15:38
oerhekslinphone site says install mediastreamer2 https://www.linphone.org/technical-corner/mediastreamer215:38
spidermonkeylibmediastreamer11 has been installed as a dependency of linphone-desktop15:39
oerheksthen add yourself to that/those bugreports?15:41
lotuspsychjespidermonkey: did earlier ubuntu releases record the calls properly?15:41
spidermonkeyI'm afraid I only know that Ubuntu 18.04, which did not use MKV but WAV, worked fine, and in Debian Bullseye it does work (using MKV)15:42
spidermonkeyWhat I mean is that in Ubuntu 18.04 the packaged version was so old that MKV support wasn't even introduced yet15:43
spidermonkeyAnd as far as I know, this never was something to be configured – old versions would record as WAV and new versions record an Opus MKV15:43
meandrainI have a path added to $PATH shell variable, but it is not working. Any idea why? Echoing $PATH show the path I added15:43
meandrainthe path is added to ~/.bash_profile15:44
meandrainOk so I fixed the problem, it did not liked a trailing / at the end of first path15:45
lotuspsychjespidermonkey: linphone seems to have a mailinglist for bugs questions too, maybe you can find the maintainer quicker this way, https://www.linphone.org/contact15:46
spidermonkeyOh I have to correct myself15:48
spidermonkeyI used the AppImage on Debian so I didn't notice if there was this bug in the packaged version15:49
spidermonkeyAnd apparently there is a similar bug report for Debian, which has just been fixed https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=97904415:49
ubottuDebian bug 979044 in linphone "Linphone unable to play shipped mkv ringtones" [Normal, Open]15:49
spidermonkeyWill this somehow land in Ubuntu universe if it has been fixed in Debian?15:51
lotuspsychjeseptember, 4 that looks good spidermonkey15:51
oerheksspidermonkey, why don' t you ask this in debian?15:51
spidermonkeySorry if I have offended you, this was a question about how Ubuntu is adapting packages from Debian. Because I don't know much about the packaging process, but I gather at some point Ubuntu uses Debian as a base?15:53
oerheksi thought universe is the same for debian and ubuntu?15:53
lotuspsychjethe #ubuntu-release crew might know that15:54
Intelowhen I install lubuntu on vbox, I see blinking cursor at top left corner. what should I do. Not going ahead15:54
spidermonkeylotuspsychje: Then I'll ask there, thanks15:56
Intelosolved with increase cpu count and ram16:03
=== Eickmeyer is now known as NotEickmeyer
=== Eickmeyer4 is now known as Eickmeyer
=== OpenSource is now known as Linux
mncheckfocal, something is creating br-hexadecimalnumbers named bridge interfaces on boot. how do you find out what creates them?16:13
mncheckit creates only one interface per boot16:14
=== funhouse__ is now known as Funhouse
jhutchinsmncheck: It's either a container system or a snap/flatpak system that's creating them.16:26
nasumhow do i install ddrescue?16:26
nasumapt-get install ddrescue doesnt work16:26
nasumneither gddrescue ,, is it outdated or renamed?16:26
nasumi updated16:27
enigma9o7[m]sudo apt install gddrescue16:27
nasumupdate to locate package gddrescue16:27
nasumunable to locate *16:27
jhutchins!ddrescue16:28
jhutchins!info ddrescue16:28
ubottuPackage ddrescue does not exist in jammy16:28
jhutchinsnasum: I think you're dealing with a non-Ubuntu utility.16:28
jhutchins!photorec16:28
jhutchinsnasum: Both of these have whole web sited dedicated to them and both need more guidance than click-to-install.16:29
nasumthe default install comamnds did not work , that is my problem16:29
enigma9o7[m]!info gddrescue16:29
ubottugddrescue (1.23-2build1, jammy): GNU data recovery tool. In component universe, is optional. Built by gddrescue. Size 115 kB / 400 kB16:29
nasumddrescue is gnu btw16:30
nasumit should be in the default repository16:30
enigma9o7[m]do you have universe enabled nasum?16:30
enigma9o7[m]It is in universe, as i can see from apt policy.16:31
jhutchinsnasum: No, that's not how it works.16:31
jhutchinsIt has been in Universe in past releases, should be in jammy but the bot doesn't know about it.16:33
oerheksddrescue  Provided by: gddrescue_1.23-2build1_amd64 bughttps://manpages.ubuntu.com/manpages/jammy/man1/ddrescue.1.html16:33
enigma9o7[m]The bot knows about it!  It just said so!16:34
jhutchinsenigma9o7[m]: 2:1 he's running Kinetic16:34
enigma9o7[m]!info gddrescue16:34
ubottugddrescue (1.23-2build1, jammy): GNU data recovery tool. In component universe, is optional. Built by gddrescue. Size 115 kB / 400 kB16:34
enigma9o7[m]its in kinetic too16:34
jhutchinsenigma9o7[m]: I must have typoed something then.16:34
enigma9o7[m]Candidate: 1.26-2  on kinettic16:35
nasumim running jellyfish16:35
jhutchinsenigma9o7[m]: Ok, obviously not enough coffee.  /ignor *me.16:35
nasumuuntu 5.15.0-43-generic x86_6416:35
enigma9o7[m]nasum, enable universe and should work.  `sudo apt edit-sources`16:36
enigma9o7[m]then `sudo apt update` after adding universe16:36
nasumidk how to edit it with nano16:36
enigma9o7[m]nano is pretty much WYSIWYG16:37
enigma9o7[m]you can figure it out16:37
enigma9o7[m]control-x to save and exit16:37
nasumthe editor is not the problem its the file16:37
nasumthere are lines like : deb http://link jammy-something main restricted16:37
nasumso i don't know how to edit it with the command line16:37
enigma9o7[m]yeah on the plane jammy one, after main and restircted, add universe16:38
oerheksjust enable it in software updates settings?16:38
nasumidk how can you tell me how?16:38
nasumthere are 3 jammy lines16:38
nasumjammy main restricted, jammy-security main restricted and jammy-updates main restricted16:38
nasumeach with its own url16:38
enigma9o7[m]the maiin jammy one16:38
oerhekssudo add-apt-repository universe   // sudo add-apt-repository multiverse16:39
enigma9o7[m]not security or updates16:39
enigma9o7[m]but those cant hurt either16:39
enigma9o7[m]do em all16:39
mncheckjhutchins, thanks16:39
nasumidk what to do16:39
nasumadd a whole new line?16:39
enigma9o7[m]no just add those words16:39
nasumadd universe at the end of each line?16:39
jhutchinsIsn't there a GUI interface to manage repos?16:39
enigma9o7[m]change "main restricted" to "main restricted universe multiverse"16:39
enigma9o7[m]yeah16:39
enigma9o7[m]and throw in multiverse if you want16:39
enigma9o7[m]cant remember what it is tho16:39
jhutchins!multiverse16:40
ubottuThe packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.16:40
mncheckjhutchins, in /etc/docker/daemon.json I have "bip" and "default-address-pools" ... "base" keys set to different prefixes than my br-...16:40
nasumi have gddrescue now16:40
nasumbut gddrescue-gui isnt found even after adding the hashim repo16:41
mncheckjhutchins, I have snap, I don't think I have flatpak16:41
oerhekshashim repo?16:42
nasumthe repo in which gui ddrescue is found in16:43
enigma9o7[m]as far as i can tell, the repo is for getdevinfo16:51
enigma9o7[m]to install the gui you do it from the deb file16:52
enigma9o7[m]if you try to install the deb file without adding the ppa first, you'll get "ddrescue-gui : Depends: python3-getdevinfo but it is not installable"16:53
Guest48Hey all, dealing with a persistent wifi stops working after a few hours problem. This happens multiple times per day. Wondering if anyone had pointers on how to diagnose/fix. Wifi icon shows "?" icon after a few hours. Pings to dns fail. dmesg always shows a message like: "AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2". Turning wifi17:03
Guest48off/on or switching to another wifi network resolves (for a while).17:03
=== Starmina87958510 is now known as Starmina8795851
tomreynGuest48: hi. which ubuntu version are you running,if you know?17:13
tomreynalso, which wireless chipset is this, and which driver is in use (if you can tell)?17:14
=== WildSoft_ is now known as WildSoft
=== WildSoft_ is now known as WildSoft
destinohi17:20
destinohey17:21
enigma9o7[m]hey17:22
enigma9o7[m]ho17:22
=== WildSoft_ is now known as WildSoft
philipp64Hi. I just updated from 20 LTS to 22 LTS and now I'm having certificate trust store issues with wget, etc. Did I miss a step?17:27
tomreynphilipp64: those releases are actually called 20.04 LTS and 22.04 LTS.17:28
philipp64they're always in April, right?17:29
tomreynphilipp64: do you see an error message? are all updates installed?17:29
philipp64from what I can tell, the install went swimmingly.17:29
maximwow17:29
maximchat17:29
tomreyn!yy.mm | philipp64: yes17:30
ubottuphilipp64: yes: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle17:30
philipp64is there a command to verify that all of the packages were installed correctly?17:30
enigma9o7[m]I prefer calling them 18, 20, 22 LTS.  That's good enough.  Everyone knows what you means, but it annoys perfectionist jerks who like to an noy people for no good reason when they know exactly what they mean already.17:30
tomreynmaxim: hi. do you have an ubuntu support question?17:30
maximno17:30
tomreynenigma9o7[m]: please mind the language on this channel, thanks.17:31
tomreynphilipp64: you can just attempt to install all the pending updates17:31
tomreynphilipp64: sudo apt update && sudo apt full-upgrade    should run without printing any warnings or errors17:32
tomreynphilipp64: and    apt list --installed | grep ',local\]$'   should only list packages you intentionally have manually downloaded and installed as .deb packages, and know are compatible (and not outdated/a security risk)17:33
philipp64since the issue is in user-space, no reboot will be necessary?17:33
InteloI used firefox, chromium on a lubuntu virtubalbox. The browser crashes (display message, something went wrong). This happens for both browsers after visiting 8 or 10 pages of the same website. Does it most probably has to do with ram, cpu, disk or something else?17:34
tomreynphilipp64: none of these commands require a reboot. if you're missing out on packages which require a reboot to make the update apply, such as kernel updates, you would be asked to reboot.17:35
tomreynIntelo: what do your logs say about it?17:36
philipp64tomreyn: no joy: https://paste.centos.org/view/0d220a2717:36
tomreynphilipp64: looks like you have packages which were built for ubuntu 16.04 and 18.04 on there17:38
tomreynis this what you want?17:38
Guest48Re: Wifi dropout question: Ubuntu 22.04, Dual Band Wireless-AC 3168NGW [Stone Peak],17:40
Guest4805:00.0 Network controller [0280]: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] [8086:24fb] (rev 10)17:40
Guest48        Subsystem: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] [8086:2110]17:40
Guest48        Kernel driver in use: iwlwifi17:40
Guest48        Kernel modules: iwlwifi17:40
tomreyn!paste | Guest4817:40
ubottuGuest48: For posting multi-line texts into the channel, please use https://dpaste.com | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.17:40
Guest48!paste 05:00.0 Network controller [0280]: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] [8086:24fb] (rev 10)17:40
ubottuGuest48: I am only a bot, please don't think I'm intelligent :)17:40
Guest48        Subsystem: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] [8086:2110]17:40
Guest48        Kernel driver in use: iwlwifi17:40
Guest48        Kernel modules: iwlwifi17:40
tomreynGuest48: please stop pasting into the channel, read ubottu's message17:41
Guest48https://dpaste.com/F62MNGS4M17:41
philipp64tomreyn: it's a shared development host, so any number of people could have installed thiose... I'll try deleting them.17:41
tomreynphilipp64: you should probably   sudo apt purge <package1> <package2> ...17:42
tomreynphilipp64: this would also remove -supposedly - outdated configuration files.17:43
tomreynGuest48: what's the output of    cat /proc/version   ? should be just a single line, which is fine to paste directly17:44
Guest48Linux version 5.15.0-47-generic (buildd@lcy02-amd64-060) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 202217:45
philipp64tomreyn: okay, purged...17:45
tomreynphilipp64: now run  sudo apt update && sudo apt full-upgrade again17:46
tomreynGuest48: hmm, i can't find anything on the combination of this wireless chipset and the error message you posted. so i'm inclined to assume the issue is really with the access point / router.17:48
Guest48Yeah, I'm skeptical since none of my other devices exhibit this, but I suppose it's possible.17:49
tomreynGuest48: are you using a non-default wireless software stack or configurations by chance?17:50
Guest48Not as far as I know. I did a fresh 22.04 install a couple months ago.17:50
tomreynso you're not using intel igd for example? or a wireless driver downloaded from intel.com? you would know if so.17:51
oerheksreboot of your router could fix mystery drops of connections17:53
tomreynpossibly a firmware upgrade, too17:54
oerheks+117:54
oerhekscheck for firmware router and your machine17:55
philipp64tomreyn: okay, did all that... no joy with the `wget` command.  what's odd, though, is that `curl` fetches the file just fine... so it seems to be local to `wget`.17:56
oerheksphilipp64, when i run;  wget https://raw.githubusercontent.com/asterisk/third-party/master/pjproject/2.12.1/pjproject-2.12.1.tar.bz217:58
Guest48Not using intel igd, router has been rebooted, problem has existed for months (I forget if it also happened on 18.04 too)17:58
Guest48(router has been power cycled multiple times over the last couple months)17:58
Guest48Will look in to firmware upgrades though.17:58
Guest48Thanks for the pointers.17:58
oerheksit works fine.. but you want to store it in /tmp ?? you must be root for that17:58
philipp64oerheks: yes?17:58
tomreynphilipp64: you could    apt-get -o DPkg::options::=--force-confmiss --reinstall install wget ca-certificates17:58
philipp64No, root is a sticky directory so anyone can create files there...17:59
philipp64err... /tmp is sticky, rather.18:00
oerheksoh indeed.18:01
tomreynphilipp64: it's also possible that you chose a custom configuration for ca-certificates, i.e. you manually selected CA certificates you want to (not) trust, instead of trusting the entire set.18:02
tomreyn("sudo dpkg-reconfigure ca-certificates" would let you do such, i think)18:02
philipp64tomreyn: I don't remember ever tweaking the cert store... but wouldn't that have affected 20.04 LTS in the same way as 22.04 LTS? why would it now start manifesting issues?18:03
philipp64doing a "dpkg -L curl" and "dpkg -L wget" I see that neither has a lot of configuration state, and certainly no additional lookaside cert stores... so both would be using the system store.18:04
philipp64odd that curl works and wget doesn't.18:04
oerheksphilipp64, does this work?;  wget https://raw.githubusercontent.com/asterisk/third-party/master/pjproject/2.12.1/pjproject-2.12.1.tar.bz218:05
oerheksyou should get the same error18:05
tomreynphilipp64: if you had previously chosen to manually select, and thus opt into new CAs, this could have this result.18:08
philipp64it doesn't work, no. same result.18:08
tomreynphilipp64: but it is just one possible cause, there can be others, such as outdated configurations for these packages (and maybe others)18:08
tomreynphilipp64: so all updates are installed, and there is no need to reboot to apply any?18:09
tomreyndo you have anything but a "mozilla" subdirectory in /usr/share/ca-certificates/ ?18:10
tomreynor anything in /usr/local/share/ca-certificates/ ?18:10
philipp64just mozilla and /local is empty...18:17
Guest97how does this work18:17
sarnoldpeople type, wait a bit, someone replies :)18:18
Guest97no id?18:18
Guest97anyone can do anythin?18:19
Guest97that's new18:19
Windylol, IRC -> new18:19
Guest97so if i log back in do i get same id?18:19
leftyfbGuest97: feel free to /join #libera   to ask questions about IRC18:20
Guest97ohk18:20
WindyGuest97: https://libera.chat/  read up here.  you can register a nick (id/nickname) if you want to ensure nobody else uses it18:20
Guest97thanks18:20
sarnoldGuest97: most people get a nickname for themselves so they can build personally reputation over the decades, but a lot of folks get new names every time they join18:20
Guest97this is all new to me18:21
Windydifferent IRC networks have different ways of doing things as well.18:22
sarnoldyou may like to skim through https://www.irchelp.org/ -- it's about irc in general, not this specific network, so parts of it may not be perfect, but it should be a good starting point https://www.irchelp.org/18:22
Guest97ohk thanks18:23
=== luna_ is now known as luna-
Intelotomreyn where are logs for firefox? chrom18:29
oerheksjournalctl -qb /usr/bin/firefox18:31
oerheksoops, it is snap now18:31
oerheksin ~/.mozilla/firefox there used to be crashreports.. i removed firefox, so i do not have 'm18:32
arraybolt3Intelo: Might be worth a shot looking in ~/snap/firefox/common/.mozilla/firefox.18:33
Inteloarraybolt3 what about chromium-browser?18:46
Intelooerheks ^18:46
oerheksas it is a snap, maybe the same?18:46
Intelono snqap18:51
Intelono snap18:51
Intelonot snap18:51
Inteloapt\18:51
arraybolt3Intelo: Enable "Show hidden files" in your file manager (it might be named something different but similar), and see if that helps you find it.18:52
arraybolt3The ~/.local/share folder would be a good spot to look if you can't see it directly in your home folder.18:52
oerheksjournalctl -qb /usr/bin/chromium ... or you better investigate virtualbox18:54
oerheksdid you give a proper 4gb to the VM?18:54
oerheksmax videomemory?18:54
Intelooerheks 128mb vmsvga, f3d18:57
cosmicrajivwhy not firefox-esr available after adding this ppa https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa18:59
Habbiecosmicrajiv, i don't see firefox-esr on that page18:59
Habbiecosmicrajiv, also, pleaes read the warning at the top18:59
cosmicrajivHabbie: is there any other way that i can install firefox deb or firefox-esr?19:00
oerhekswrong ppa, https://launchpad.net/~mozillateam/+archive/ubuntu/ppa19:00
cosmicrajivoerheks: thanks.19:01
Intelobrb19:04
=== vi is now known as Guest7083
Intelojournalctl -qb /usr/bin/chromium    ~/snap/firefox/common/.mozilla/firefox.  etc shows no logs oerheks arraybolt319:37
Intelo ~/.local/share  niether19:38
Inteloref question:19:39
InteloI used firefox, chromium on a lubuntu virtubalbox. The browser crashes (display message, something went wrong). This happens for both browsers after visiting 8 or 10 pages of the same website. Does it most probably has to do with ram, cpu, disk or something else?19:39
sarnoldmy guess is malicious advertising served by the website19:40
leftyfbIntelo: this is a VM, how much memory and cpu have you assigned for it?19:41
tomreynjournalctl -b    should show at least one line records of these processes failing, possibly with a segmentation fault, though. let's see those.19:41
Inteloleftyfb I tried combination with 1g, 2gb, 4gb ram and 3 cores cpu in all three cases. All three cases produced same results19:41
leftyfbIntelo: 4-8g would be preferred19:42
sarnoldoh wow that's tight, yeah, try more memory too19:42
tomreynabout:memory and about:processes lets you review what's going on within firefox19:42
tomreyn1GB is definitely not enough, 4GB is a good start.19:42
Inteloleftyfb sarnold but more than half of the ram as per htop was free at that time (for 2g, 4g ram tries) https://imgur.com/G9ekZ07.png19:45
Intelotomreyn ^19:46
sarnoldI wonder why your firefox snap is trying to create /usr/share/libreoffice/help/ -- could you pop into #snappy and share that image around?19:46
Intelosarnold do you work for ubuntu?19:47
sarnoldIntelo: yeah19:47
Intelook19:47
CultOfTheLibraryHey all - I'm trying to add a corporate environment's network proxy' chain to Ubuntu (18.04 and 20.04) - there are ~~5 certificates used.  In RH-based systems I can throw them into a single file.  Ubuntu is skipping during update-ca-certificates due to multiple certs in file.  Do I have to split them into unique files?19:50
tomreyni think so, yes19:50
tomreynsarnold: maybe bug 1951210 is related19:51
ubottuBug 1951210 in snapd (Ubuntu Jammy) "libreoffice help doesn't open in firefox (404 error on file:///tmp/lu417531j7po.tmp/NewHelp0.html)" [Critical, Confirmed] https://launchpad.net/bugs/195121019:51
tomreynhttps://github.com/snapcore/snapd/pull/12127 refers to this path19:52
ubottuPull 12127 in snapcore/snapd "i/b/system_packages_doc: restore access to Libreoffice documentation" [Merged]19:52
sarnoldtomreyn: aha!19:52
sarnoldthe create still weirds me out..19:53
tomreynyou mean the mkdir?19:53
sarnoldyeah19:53
tomreynoh, that's a "create mask", i see19:54
tomreyni'd also prefer not to have bonzibuddy javascript embedded to my libreoffice help pages ;)19:55
gneeriiloeepdeeris this the right place to ask about bluetooth connectivity between a digital piano and an ubuntu computer?20:15
sarnoldit's not wrong, but maybe a channel devoted to audio folks might have a higher ratio of folks who've tried20:16
gneeriiloeepdeerany channel suggestion?20:16
sarnoldoh right, sorry, I got distracted20:18
sarnoldgneeriiloeepdeer: #lau20:18
gneeriiloeepdeerIm asking here as well: I have a kawai novus 10S hybrid piano and Im trying to record directly what I play with audacity through bluetooth. My computer recognizes the novus as a device, it's connected, trusted and paired, but I don't know how to proceed20:20
alkisggneeriiloeepdeer: no idea, but here's an idea :P, maybe you can use something midi-based like musescore instead of pcm based like audacity20:24
alkisgI.e. recording the notes, not the sounds20:25
alkisghttps://musescore.org/en/handbook/3/note-input#midi-keyboard20:25
gneeriiloeepdeerI want to record the sounds I play20:25
gneeriiloeepdeeras wav or flac20:26
sarnoldoh interesting, normally folks want to do the midi thing instead20:26
gordonjcpgneeriiloeepdeer: see if you can work out which audio device the bluetooth interface shows up as20:27
alkisgHmm true, it does claim to support bluetooth audio20:27
gordonjcpgneeriiloeepdeer: in general though bluetooth audio for recording is an unmitigated pain in the dick20:27
gneeriiloeepdeerwait, Im a noob20:27
gordonjcpregardless of platform20:27
gordonjcphas it got a USB port?20:27
gordonjcpif it shows up as a USB sound card and USB MIDI port, then that's definitely 100% absolutely totally the way forward20:27
gneeriiloeepdeermidi is also a file format and not a transmission format?20:27
gordonjcpgneeriiloeepdeer: yes-ish20:28
gneeriiloeepdeergordonjcp, the hybrid piano has a USB port20:28
gordonjcp"Standard Midi Files" are a way of storing sequences in a reasonably standard way20:28
gordonjcpthey basically are just a big stream of MIDI messages and timecode20:28
sarnoldif you want to try doing audio recordings rather than midi captures, https://ro-che.info/articles/2017-07-21-record-audio-linux looks promising20:28
alkisgAnd they're a lot more editable than wav/flac etc :)20:29
sarnoldbut midi captures is more likely to give you results you can combine with digital audio workstation tasks20:29
gordonjcpsay you play a C major it'll say "00:00:00:00 Note On C4 Note On E4 Note on G4"20:29
gordonjcpbut compressed storing just the raw MIDI bytes and the time is the offset since the last event20:29
gordonjcpI have written an SMF reader20:29
gordonjcpit was horrible horrible code and it barely worked20:30
=== diskin is now known as Guest8987
=== diskin_ is now known as diskin
=== diskin is now known as Guest9068
=== diskin_ is now known as diskin
nik0nMaybe someone here can help...i have a USB with clonezilla iso on it and i want to format it in terminal.21:03
nik0nI lsusb and see it, then DF and it isnt mounted.21:04
nik0nforgive my newbieness21:04
overcluckernik0n: you want to erase the usb drive so you can reuse it?21:06
nik0nyeah i want to put a different distro on it21:07
nik0ni know i could use gnome-disks or gparted but i wanna CLI that bish21:07
nik0nits not mounting becuase it has an ISO on it im assuming21:08
CarlFK<nik0n> "I lsusb and see it, then DF..." <- I like pumount to unmount it, then mkfs to format it21:09
gordonjcpnik0n: format it to use it as a "real drive", or just blat an iso on?21:09
nik0nblat an iso21:10
nik0ncould i just DD?21:10
ravagenik0n, if the ISO is in hybrid mode then DD works21:11
nik0nthat idk21:11
ravageyou could just try21:11
nik0ntru...its kali21:11
ravageso you could have just read the documentation https://www.kali.org/docs/usb/live-usb-install-with-linux/21:12
nik0nsee but i like social interaction21:13
overcluckernik0n: I usually fix the drive header with 'dd if=/dev/zero of=/dev/sdX bs=512 count=1', partition it with fdisk, and then format to vfat before imaging a new iso. I seem to have less failures that way, and I can check that the drive still works.21:19
CarlFKI like Usage: dcfldd [OPTION]...  Enhanced version of dd for forensics and security.21:27
CarlFKmostly because it gives a % complete update that gives me a clue it is working21:27
tomreynso like status=progress for dd21:28
CarlFKoh neat.  didn't know bout that.21:29
nik0nI DID IT!21:33
tomreyncongratulations on finding your caps lock key.21:35
CarlFKI am trying to install GSConnect  on 22.04 - I had it working on 20.04.  now I can't figure it out...21:38
CarlFKI think the way to install it is  https://extensions.gnome.org/extension/1319/gsconnect/ but that page says: Although GNOME Shell integration extension is running, native host connector is not detected. Refer documentation for instructions about installing connector.21:39
oerhekssudo apt install gnome-shell-extension-gsconnect21:39
oerheksvoila21:40
oerheksand logout/login again21:40
CarlFKah, logout/login again... thanks21:42
oerhekssadly it is needed, maybe some wizzkid finds a proper way21:42
nik0nanyone tried monocraft yet?21:45
nik0nthe font21:45
CarlFKum.. logged out in, still borked21:45
CarlFKgnome-shell-extension-gsconnect:    Installed: 50-0ubuntu121:46
oerheksthat should be right, for gnome 4221:46
CarlFKlets try rebooting.. cuz turning it off and on again is at least funny and often works21:47
tomreynhttps://askubuntu.com/questions/1406598/gnome-shell-extensions-not-working-in-ubuntu-22-0421:49
tomreyni do not know whether this still applies - maybe you just need to install all pending updates?21:50
=== kostkon_ is now known as kostkon
oerheksenable them in settings?21:52
CarlFKum.. do what in settings?21:54
oerheks!info gnome-shell-extension-manager21:56
ubottugnome-shell-extension-manager (0.3.0-0ubuntu2.1, jammy): Utility for managing GNOME Shell Extensions. In component universe, is optional. Built by gnome-shell-extension-manager. Size 89 kB / 419 kB21:57
SlartibartHi. Are bash questions ok here?21:58
oerheksthere is #bash here on #libera21:59
SlartibartThanks21:59
tomreynSlartibart: i'd say if those refer to your ubuntu installation, yes, but #bash may be more suitable.21:59
CarlFK<oerheks> "!info gnome-shell-extension-..." <- still not sure what you are suggesting I do.  that package is installed.22:06
oerheksthen you find it in your menu, to set up22:07
CarlFKfind what in what menu?22:07
oerheksmanager for extentions..22:07
CarlFKwhat?22:08
oerheksone must unlock android to get it detected22:08
oerhekswhat?22:08
oerheks?22:08
CarlFKandroid side is working with my old 20.04 box.  my new 22.04 Ubuntu side, GSConnect doesn't seem to be installed22:09
=== Scotty_Trees is now known as but_boi
CarlFKgot it working.  this might be it: gnome-extensions enable gsconnect@andyholmes.github.io22:22
tomreynthat should do the same as flipping the botton on (gnome) extensions in Settings.22:26
tomreyn*button22:26
=== but_boi is now known as Ubuntus_numb1_fa
=== Ubuntus_numb1_fa is now known as Ubuntu_User
=== Ubuntu_User is now known as Scotty_Trees
=== gschanuel5 is now known as gschanuel
=== denningsrogue5 is now known as denningsrogue
=== y0sh- is now known as y0sh_
=== svm_invictvs_ is now known as svm_invictvs
jhutchins'23:34
=== blackest_mamba_ is now known as blackest_mamba

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