/srv/irclogs.ubuntu.com/2023/11/10/#ubuntu.txt

=== DemonDerg is now known as Guest745
=== A_Dragon is now known as DemonDerg
FKAShinobiI have 32GB ram and am showing 27Gi used and 2.3Gi available. Firefox uses the most memory at 6%. It feels like I should have more memory listed as available. How do I know if this is using memory correctly?00:41
jeremy31FKAShinobi: Linux uses memory differently, in terminal, check >  free -h00:44
FKAShinobijeremy31: same00:44
jeremy31I wouldn't worry unless things get really slow00:46
FKAShinobiFair enough. Thanks00:50
Guest19hi00:54
aienaThis is a sort of cross distro question why the the which command in fedora different from the one in ubuntu the fedora one has flags like --all --skip-alias while ubuntu's manpage gives a different description01:03
aiena'which'01:03
aienaare the which commands from different sources in both distros01:04
=== secretar is now known as Rabbitz
=== chris14_ is now known as chris14
=== guiverc2 is now known as guiverc
=== diceLibrarian2 is now known as liceDibrarian
Batzydoes anyone know why cron is refusing to run a script for xinput to disable something specific at reboot?04:06
Batzyi did a chmod +x on it and everything04:07
Batzythe only thing that works is running it manually04:07
arraybolt3xinput requires X to be running and active for it to work.04:08
arraybolt3By "running and active", I mean that, obviously, it has to be started, but also you have to be on the console that X is running on.04:08
Batzyok well how do i disable this touchscreen at boot then. there's no bios option for it04:08
arraybolt3Try throwing the xinput line into your ~/.bashrc perhaps?04:08
arraybolt3That might work04:08
Batzyk04:09
Batzyi thought about it, didnt try it as it seemed sort of hacky04:09
arraybolt3Then it will run at login and every time you open a Bash terminal, and if it runs at login it will *probably* be run on the correct console while X is running.04:09
arraybolt3If you don't like that it will run every time you open a terminal, you could also try putting it in ~/.profile04:09
arraybolt3then it will run only on login shells04:10
Batzyyeah it didnt work04:10
arraybolt3hmm...04:10
Batzybc u have to launch terminal to use bashrc04:10
arraybolt3what DE are you using?04:10
arraybolt3You might be able to run the script using your DE's autostart feature if it has one.04:11
Batzyit's gnome04:11
Batzyyeah ok04:11
arraybolt3https://help.gnome.org/users/gnome-help/stable/shell-apps-auto-start.html.en04:11
arraybolt3that's almost certain to work04:11
arraybolt3btw you're using GNOME's X session intentionally right?04:11
arraybolt3GNOME uses Wayland by default04:11
Batzyit says this is running X04:12
arraybolt3good04:12
Batzyprofile worked sort of but it shows up on the greeter too04:12
Batzysorry i meant it works on the greeter*04:12
arraybolt3oof, dunno if turning the touchscreen off on the greeter is going to be easy04:13
arraybolt3(I assume that's what you're trying to do)04:13
arraybolt3the greeter is independent from GNOME and I don't think it runs as your user account either04:13
Batzyyeah04:19
Batzywell either way it's my girlfriend's computer and she's happy with it being off after login04:19
jumpcutkingI have a strange problem. My service fails on reboot, but when I use a command to restart it, it functions normally. I have discovered that it is using an old version of the node script, which doesn't exist anymore - it's like cached somehow... and I don't know how. Log shows that the first attempt from the server to start it fails to launch the server and uses an old outdated script. However a simple restart to systemctl and05:19
jumpcutkingit works?05:19
jumpcutkinghttps://paste.ee/p/0GKhT05:19
jumpcutkingI can't seem to get the server to fire the service on reboot... it's a strange strange thing.05:23
EriC^^jumpcutking: what command does it use in the systemctl file?05:24
EriC^^can you share the service file maybe it has any clues05:24
jumpcutkinghttps://paste.ee/p/J20rV05:25
=== JanC is now known as Guest1967
=== JanC_ is now known as JanC
EriC^^jumpcutking: what's this related to? The Command "ua.start" is not yet registered. maybe something else needs to start that hasnt yet or something?05:32
jumpcutkingIt’s the old old script05:34
jumpcutkingThe new version finds the command.05:35
jumpcutkingLike I said, just systemctl restart app_123 and it works immediately05:35
jumpcutkingThat script builds a command list from files in a folder. That file structure is very static’s05:36
jumpcutkingStatic*05:36
jumpcutkingQuite baffled… but hmm05:39
EriC^^jumpcutking: i'm guessing it might have to do with needing something else05:40
EriC^^like some service or maybe the user to be logged in or, i'm just going by logic and what might be likely05:41
jumpcutkingNope, I wrote this service. It’s not doing anything like that.05:42
EriC^^try as a test adding, ExecStartPre=/bin/sleep 60 or so and login and see if it starts right without rebooting05:43
EriC^^*rebooting the service05:43
jumpcutkingI will do that first thing in the morning!05:43
EriC^^the only interesting difference i can spot in the paste is the 2nd having 1905 node --trace-warnings /my/path/here/commands/ua.js not sure the relevance, sorry dont know much about systemd and node here :)05:45
EriC^^the stallion.js is supposed to also run node /.....commands/ua.js ?05:47
=== maxtim1 is now known as maxtim
lenovohello05:50
=== zofrex2 is now known as zofrex
jumpcutkingSort of yes, it’s a multiprocess process…06:23
=== t22 is now known as sarpeyc
sarpeycgay07:42
sarpeycfuck you07:42
sarpeycfuck you07:42
sarpeycfuck youfuck youfuck you07:42
sarpeycfuck you07:42
sarpeycfuck you07:42
sarpeycfuck you07:42
=== mrelcee_ is now known as mrelcee
tennisandersi have an ubuntu vm installed with virtualbox on a mac and I'm trying to write a script on the mac that ssh into the vm and then uses 'ip link' to set up a CAN-dongle. But it requires sudo "RTNETLINK .. Operation not permitted". How can I get around this?08:25
Habbietennisanders, is 'use sudo' an answer?08:27
tennisandersHabbie, but I want it to be automated. The script on the mac is meant to run at startup in case of accidental shutdown to setup the whole system again. It's a remote machine so I wont be able to manually type the pwd08:28
Habbieyou can tell sudo to work passwordless08:29
Habbieyou can also set up ssh for root08:29
Habbiethere are several more options08:29
tennisandersHabbie, okey thanks. Sounds like setting up ssh for root might be the "safest" way?08:30
CosmicDJtennisanders: I'd just tell sudo to let you run the ip command without typing in a password08:31
ueberallHi. Did anyone manage to boot a riscv64 image (e.g. https://download.freebsd.org/releases/VM-IMAGES/13.2-RELEASE/riscv64/Latest/) using virt-manager / QEMU? Somehow virt-manager did not include a loader when just choosing the default values; while I can try every single available combination, I welcome any hints to save a lot of time. (So far, amd64/arm64 work flawlessly, although the latter also required some work.) Surely, there are some virt-manager09:02
ueberallusers in here?09:02
tennisandersCosmicDJ, can you describe how that's done?09:08
ueberallAlso, while https://old-releases.ubuntu.com/releases/focal/ lists *preinstalled-server* images for a number of architectures, https://releases.ubuntu.com/releases/jammy/ does not -- did those get moved elsewhere or were they dropped?09:09
CosmicDJtennisanders: https://unix.stackexchange.com/questions/18830/how-to-run-a-specific-program-as-root-without-a-password-prompt09:45
gryummm use passwordless sudo09:47
jea0phiii10:08
gryhi10:08
jea0phi10:08
jea0panyone know for kali linux channel?10:08
gry!kali10:08
ubottuThe Ubuntu channels can only provide support for Ubuntu and its official !flavors. Derivatives and other distributions use different software repositories and other software. Please use their dedicated support venues, such as: Linux Mint: #linuxmint-help on irc.spotchat.org, Pop!_OS: https://support.system76.com/ , Kali Linux: #kali-linux on irc.oftc.net, LXLE: https://lxle.net/support-options/10:08
gryjea0p: #kali-linux on irc.oftc.net10:09
jea0pthank you10:09
grywelcome10:09
pydevhello how can i log all the connection on a specific port i allowed via ufw?10:34
pydev*connections10:34
=== lhpitn_ is now known as lhpitn
CosmicDJpydev: the ufw manpage has an example: ufw allow log 22/tcp10:43
pydevCosmicDJ, what does it do exacty?10:43
pydevstore connections dropped and allowed on a specific port?10:43
pydevwhere exactly ?10:44
CosmicDJ"Specifying log will log all new connections matching the rule,  and  log-all  will  log  all  packets matching the rule." again, read the ufw manpage10:45
FKAShinobiI have several files that have several hard links across the file system. I want to move these files as hard links to a new files system. Is there a command that would essentially copy the files to another filesystem, preserving directory structure and the hard link relationships on the destination fs?13:00
fwehtcan i add my own folders to the sidebar with Downloads, Desktop, etc. but not below in the bookmarks area?13:02
=== esv_ is now known as esv
LnxGnomefweht: as far as I know, Not with the standard Gnome desktop13:18
fwehtLnxGnome: thanks!13:18
LnxGnomeFKAShinobi: have you tried rsync with the opt to preserve links?13:19
JanCFKAShinobi: rsync has an option --hard-links/-H (see its manpage)13:21
ravagefweht: you can just drop any folder into the sidebar13:26
FKAShinobiLnxGnome, JanC: No, I'll give it a look. Thanks!13:27
fwehtravage: yes, but they live below the seperator13:28
fwehti have a few folders which i consider equally important than downloads or desktop13:28
fwehtid just like to customize the whole thing13:28
ravagecant help with that then :)13:28
BluesKajHi all13:49
centHOGG^13:49
leftyfbfweht: yes, you can. It's called favorites. Just drag a folder over there and towards the bottom13:52
fwehtleftyfb: yes, but i dont like the seperator :)13:52
esvhey folks, I am setting up an ipsec route using both the GUI and the command line, when I setup start the connection via the GUI, I get a tun0 device, an ip address in the proper range and a route to my default gw with metric 50, but when I add it with the command line: ipsec up xxx, it adds an IP alias to the existing network device and does not add the default route.13:54
esvI tried modifying the /etc/ipsec.conf file to use: add=route but does not seem to be doing the trick.13:55
esvthis is in ubuntu 22.0413:55
esvis there any particular thing I should look for or do differently? if I add the route manually, the connection works just fine.13:56
esvit used to work just fine up until a few days.13:56
esvthis is my ipsec.conf: https://dpaste.org/RhJBf14:05
dervish77newprotso i have two partitions in my laptop, one windows 10 the other this ubuntu, i created a usb with linux tails but it won't boot from it14:11
dervish77newprotanyone familiar with linux tails14:11
leftyfbdervish77newprot: sorry, but your issue has nothing to do with ubuntu. We cannot support linux tails here. Try #linux or look to see if tails has it's own IRC channel14:13
dervish77newprotok14:13
en1gmawhere can i get ubuntu 23.10 daily builds for amd64-desktop? i know the main ubuntu website has 23.10 but i need daily builds as i run a live usb setup and dont want to be 4 months out of updates14:25
zniavrehttps://cdimage.ubuntu.com/14:26
en1gmasweet. thanks14:26
en1gmais that for 24.04 dailys or 23.10?14:27
Bombohow do i get the idVendor and idProduct of a device that is connected via bluetooth?14:27
en1gmacome on man. i asked for 23.10 daily builds14:27
en1gmai already know how to get 24.04 dailys14:27
coz_https://ubuntu.com/download/desktop  should have a link maybe14:28
en1gmait does but that is not for dailys14:28
coz_en1gma,  or here14:28
coz_https://cdimage.ubuntu.com/ubuntustudio/dvd/20231010/14:28
en1gmaits just the one from 4 months ago14:29
en1gmathat is ubuntustudio i already know how to get all of those14:29
en1gmawhere is the 23.10 daily builds is what i asked14:29
coz_Enissay, google the ubuntu version + daily builds14:29
en1gmaand you dont think i did that already?14:29
EickmeyerThere are no 23.10 daily builds, en1gma. 23.10 is released.14:29
seerehttps://cdimage.ubuntu.com/jammy/daily-live/14:30
en1gmaBAM!14:30
en1gmathanks seere14:30
EickmeyerThat's 22.0414:30
JanCthere are 22.04 daily builds14:30
EickmeyerBecause LTS builds continue for the next point release14:30
en1gmaEickmeyer is right that is 22.04 dails again14:31
en1gmadang it i was getting excited14:31
seereindeed.14:31
Eickmeyeren1gma: 23.10 has no more daily builds. It's released and will have no further builds.14:31
coz_en1gma, why 23.10?14:31
en1gmaoh wow. i been checking about 3x a day for this14:31
en1gmabecause 24.04 is very limited and dont hardly have anything14:32
en1gma23.10 was just right14:32
en1gmadang it14:32
en1gmait was in between lts and bleading edge14:32
en1gmahow its always been in the past14:33
coz_en1gma, ah "LVL" lINUX VERSION LAMENT14:33
EickmeyerThe daily images don't start from a clean slate. They build on the last release.14:33
en1gmai know14:33
JanCyou could make your own ISOs of course14:33
seereThe last one available is 23.10.1 from last month, but no daily14:33
en1gmabut there is 3 versions just like debian basically. stable, unstable and bleading edge14:33
en1gma22.04, 23.10 and 24.0414:33
en1gmaso no more unstable14:33
EickmeyerUbuntu doesn't have an equivalent like that.14:35
seereen1gma: this analogy to stable/unstable/bleading edge is not quite right.14:35
Bomboi got this bt dongel: 'Bus 006 Device 050: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)' how do i list the devices that are connected, i need idVendor and idProduct (for udev)14:37
en1gmai been running ubuntu since the day it came out. so there will be no more unstable releases anymore ever or is it just 23.10?14:37
coz_4.10 was a long time ago :)14:37
JanCthere never were "unstable releases"14:38
en1gmai know. now we are just playing with words but its very similar and you know what im talking about14:39
JanCit's not similar14:39
seereen1gma: the best analogy to unstable is each release on it's way to get ready like 24.04 currently.14:39
JanCunstable in Debian doesn't have releases14:39
coz_en1 debian or perhaps another distro would be more appropriate if you prefer unstable or rolling releases14:39
coz_en1gma, ^^^^^^^^^^^14:39
en1gma23.10 was screwed up and put out alot of propaganda against ukraine so they pulled it. why dont you just say the truth? its all over the internet14:39
JanC?14:40
en1gmaread about it on google its everywhere14:40
en1gmawhy do you think the official 23.10 release is still on ubuntu.org and no dailys?14:40
en1gmaand all the dailys that did get released have been pulled14:41
seereI'm out if it is going this way. Tin foil hat spotted...14:41
JanCeveryone knows what happened, that's why there was a new 23.10 release some days after14:41
en1gmathe 23.10 release on ubuntu.org is the original from july isnt it?14:42
MenzadorYeah, this is old news, guys; the hate speech was removed in a re-release14:42
lotuspsychjeyou can stop trolling now en1gma this is a support channel, not a quiz14:42
en1gmawell he tried to play like a fool. i come here to find the 23.10 dailys and he said there will never be no more14:43
JanC23.10 was released in October, and then replaced when the translation issue was discovered14:43
en1gmaso im trying to figure out what to do14:43
en1gmaoh it is from october on the official ubuntu,org website?14:43
JanCso there is no "original from july"14:44
coz_en1gma, as I mentioned there are distros with testing or rolling releases you can try.. Fedora rawhide, open suse, arch, etc14:44
JanCthe one currently on the site is the re-released (fixed) one from October14:44
en1gmaok that makes a difference for me as thats what i was wanting to know. thanks and now i going to go get it off the official ubuntu website. thanks again14:44
en1gmacool cool14:44
en1gmaJanC so will there be dailys of 23.10 at some point?14:45
JanCI don't know14:45
lotuspsychjedid you read what Eickmeyer just said en1gma14:46
en1gmaok. i just dont like to do an update when im in a live distro as it always wants to install grub over my windows bootloader14:46
JanCyou can always make your own upgraded ISO14:46
en1gmaespecially when it updates kernel or anything like that14:46
en1gmaJanC but dont i have to have like a TB of space to make my own?14:47
Eickmeyeren1gma: There will be NO MORE 23.10 IMAGES because 23.10 is released and is not an LTS release.14:47
Eickmeyeren1gma: 24.04 images DO NOT start from a clean slate!14:47
en1gmaagain why i want the dailys is so when i run the live usb it dont update and write over my windows bootloader14:48
en1gmai have dont that too many times in the past14:48
en1gmaso i get the daily so that dont happen14:48
EickmeyerThat won't happen.14:48
en1gmait wont happen with 24.04?14:49
JanCen1gma: you'll need maybe 10 GiB or so, not TiBs14:49
EickmeyerIt'll be just like 23.10, but remember, since 24.04 isn't released yet, it's unsupported, en1gma .14:49
en1gmaJanC for real? i thought i had to get the whole repo14:49
en1gmait says 24.04 is supported in topic14:49
Eickmeyeren1gma: only in #ubuntu-next14:50
en1gmaahh let me re-read topic.14:50
coz_en1gma, just out of curiosity, are you windows dependent for work or pleasure? Although I have a windows install on separate hard drive I can install, I havent used that for years14:50
MenzadorThat reminds me I need to spin up some dailies14:50
en1gmait says ubuntu 24.04 is supported in ubuntu-next14:51
en1gmai had a dual boot with 23.10 until the dailys stopped14:51
en1gmanow im not sure what to do14:51
en1gma22.04 lts with its updates or 24.0414:51
en1gmai liked 23.10 as the stuff i do (airmon-ng) wireshark etc works great with it14:52
en1gma24.04 i think might have problems with that stuff14:52
en1gma22.04 is too old14:52
en1gmai mean it works14:52
en1gmabut the devs of those packages use newer tools quite often that are not in original lts releases14:53
seereen1gma: why don't you use 23.10 if you like it? It's a currently supported non-LTS.14:53
coz_en1gma, as I mentioned, I have a separate hard drive I can switch out for windows and one for linux. Laptop or desktop, this shouldn't be difficult, yes?14:53
coz_I dispise dual boots :)14:54
en1gmaso 23.10 still has daily updates just not daily build releases? so if i install 23.10 in a dual boot configuration and i do sudo apt update it will still get updates?14:55
seereen1gma: yes, of course.14:55
en1gmaonly 1 m.2 at the moment. tomorrow i get a m.2 nvme m-key to usb adapter for a 512gb nvme m.2 i have spare14:55
JanCen1gma: https://help.ubuntu.com/community/LiveCDCustomization says you'll need ~100 GiB disk space14:55
coz_you have used ubuntu from 4.10?14:55
en1gmaahhh ok. then no problems14:56
en1gmawill bookmark that link. thanks14:56
JanCone advantage is that you will be able to pre-install the tools you want too  :)14:56
JanCand maybe remove those you don't need14:56
en1gmai might have to build a nice 23.10 iso. would it be easier after i am in a full 23.10 enviroment? no live usb14:57
en1gmayep. looks like it wants a full ubuntu enviroment14:58
en1gmaok i going to write the 23.10 image to my usb and do a dual boot. probably a 400GB partition14:59
en1gmamaybe 300GB14:59
en1gmathanks everyone. bbl as i taking a break while writing this image15:01
=== keypushe- is now known as keypusher
jj_To run a Windows 10 or 11 desktop just for testing, practicing PowerShell and things like that, is VirtualBox a good way to go or would KVM or something be better? (I don't have experience with KVM)15:17
ryszard19811Witam15:17
seerejj_: just use virt-manager as a frontend for KVM15:20
JanCor Gnome Boxes15:21
JanCalso, I think you can run PowerShell on linux too (but without access to Windows-specific stuff, of course)15:22
jj_Yeah, I've seen that. Thanks! I was looking into Gnome Boxes a little bit, but wasn't sure if that was a good option for having a Windows VM kinda long-term. Or how it compares to virt-manager15:33
=== madmax_ is now known as madmax
=== sotaoverride is now known as Guest9286
=== sotaover1ide is now known as sotaoverride
davros1So I have a drive with 2 partitions. 1 small, working ubuntu install. 1 large, older broken install. I'm able to manually access the files (& space) in the 2nd partition.  I wonder if there's a nifty solution here like (ii) creating another partition for alternate installs, (iii) creating a shared data partition (iv) having both installs mounting that data partition automatically in a convenient way16:36
davros1Failing that I can just backup all the data (external usb drive) and wipe it & start over I guess16:37
MenzadorWhat's "broken" about it?16:37
quantumnautHello channel. I've run into an issue starting Gnome after upgrading from 23.04 to 23.10. Not getting anywhere with internet search on this. The syslog entry I'm tracking says "This indicates a bug in someone's code". Is this the right place to seek help? Thanks.16:38
quantumnautHere's the full error: xdg-desktop-por[4892]: GError set over the top of a previous GError or uninitialized memory.#012This indicates a bug in someone's code. You must ensure an error is NULL before it's set.#012The overwriting error message was: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gtk: Timeout was reached16:42
davros1Menzador, the 'broken' install (previous main partition) just wont boot.. something broke during an interrupted update I think. Various update/fix solutions didn't work.  For that eventuality, I have always tended to set my drives up with at least one other partition that I can 'retreat to' if things go wrong. This kind of "[----data----][-os1-][-os2-] idea would be my ideal  for the future I think16:42
MenzadorNot the worst idea, no16:42
forgotmynickHello. I'm trying to download an iso for ubuntu desktop 20.04 for arm but I can't find it. Where can I get this from?>16:43
=== itu is now known as Guest6894
donzatest16:44
Menzadordonza: You failed, sorry :)16:44
Menzadorwelcome to the support channel16:44
donza :(16:44
Menzadordavros1: Are you BIOS or UEFI?16:44
FKAShinobiIf I run a command foo | bar and then check $? does it return the result code for foo or bar?16:45
CosmicDJforgotmynick: pretty sure there is no desktop image for arm64 except raspberry pi 416:45
toddcforgotmynick: https://cdimage.ubuntu.com/16:45
=== Guest6894 is now known as itu
davros1Menzador, let me check.. its a cheapish AM4 motherboard (3600 cpu), right now I'm on my Mac mini, I'll need to physically move to check ..16:50
toddcforgotmynick: see also https://ubuntu.com/blog/ubuntu-20-04-lts-is-certified-for-the-raspberry-pi   if you want the full desktop you can get that at rasberry in the imager tool also16:51
Menzadordavros1: specifically does the system have a bootloader entry and a linux kernel with an initial ramdisk?16:51
webchat23Hello channel, I'm an Ubuntu user for a long time. I've made some customization to the base Ubuntu system and would like to go about producing an ISO based on that which I can use for provisioning systems in my company. How would I go about doing this? Can someone point me in the right direction?16:53
davros1All I can tell you for sure from memory right now is that when I boot up I get that grub menu letting me pick between the 2 partition/installs to boot, or 'safe mode' (I'm guessing you need more detail)16:53
leftyfbwebchat23: I would recommend looking into a PXE server and autoinstaller16:54
leftyfbwebchat23: https://ubuntu.com/server/docs/install/autoinstall16:54
davros1There is a bios screen I can get to that lets me choose initial boot device16:54
leftyfbwebchat23: but here's the 2nd result on google for "ubuntu custom iso" https://itsfoss.com/create-custom-linux-mint-iso/16:55
davros1Boot device & boot order (the internal M.2 drive, USB , and I know if I put other physical drives in they'd show up on that)16:55
quantumnautConsidering my perceived bug is just going to scroll away here, is there a more appropriate place to raise this issue? Lots of forums out there. Appreciate the guidance.17:05
arraybolt3webchat23: there's a tool just for this kind of thing called Cubic.17:07
arraybolt3(stands for Custom UBuntu ISO Creator)17:07
webchat23Thanks for your suggestions, I will check them out17:10
david_hola17:27
anonymoushi17:43
BreadManHello does anybody else here have an opinion on ClamAV being very... low detection rates?18:34
leftyfbBreadMan: it's only really useful for finding Windows-related viruses stored on disk18:35
BreadManoh, well ty18:36
BreadManHow do I get the latest Lynus version?18:36
leftyfbwhat?18:36
BreadManhttps://github.com/CISOfy/lynis18:36
leftyfbgood talk18:37
jStefan:/18:37
jStefanthat link clearly suggests how to get the latest version, or at least that's what I got from it18:39
JanCviruses also aren't as common as they used to be these days; and most malware is embedded in websites now...18:48
Roeyhello, I upgraded from 22.04 -> 22.10 and now my Bluetooth sound devices don't appear to be recognized.  How can I find the specific problem?19:29
jStefanthat upgrade may be outside the scope of this channel, as 22.10 reached end of life in July19:34
jStefanbut It would make sense to diagnose the problem before continuing to upgrade further19:35
oerheksjStefan, he knows, same joke yesterday19:36
oerheksRoey, try commandline, or bluez, more trustable tool  https://www.linuxfordevices.com/tutorials/connect-bluetooth-command-line19:36
leftyfbRoey: upgrade to a supported release (23.10) or re-install with 22.0419:37
oerheksscan pair trust19:37
Roeyoerheks, leftyfb, jStefan: sorry, I meant 24.04 -> 24.1019:46
Roeynot 22.04 -> 22.1019:46
leftyfbRoey: no you didn't19:46
Roeyer19:46
Roey23.04 -> 23.10 rather19:47
Roeythat's it ^19:47
RoeyI just ran lsb_release -a and that's what it tells me19:47
oerheks try the comandline method?19:48
oerheksonce paired and trusted it works with all bt software.19:48
Roeyoerheks: so I see that it's connected19:49
Roeywith "sudo systemctl status bluetooth.service"19:49
Roeyoerheks: https://paste.ubuntu.com/p/hBb3fqpT6f/19:50
oerheksthat command does not show me connected devices19:51
Roeyoerheks: I don't see my bluetooth devices available as audio outputs... even though they do connect to the system19:52
Roey<oerheks> that command does not show me connected devices <- one moment..19:52
oerheksplease do not crosspost ..19:52
oerheksbluetoothctl devices # shows connected devices19:54
Roeysure it shows the devices it has registered to,19:54
Roeyhttps://paste.ubuntu.com/p/wBZGWDdzD7/19:55
Roeyoerheks: ^19:55
Roey(yes I have two Bose devices)19:55
Roeyoerheks: anyway I pasted the output above of the command that you asked me to issue20:02
=== pi___ is now known as sponge
=== pi___ is now known as sponge
asf1**********************************operation started**********************************20:54
asf1ircshell.py20:54
asf1success.txt20:54
asf1**********************************operation ended************************************20:54
kostkonmisconfigured bot? noice21:09
quantumnautHey team, if I have a really bizarre error starting gnome after 23.04 -> 23.10 upgrade, where is the best place to turn for help? Internet search not helping. Thanks!21:17
kostkonquantumnaut, here I guess21:18
ravage!ask | quantumnaut21:50
ubottuquantumnaut: 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 !patience21:50
quantumnaut23.04->23.10 upgrade issue: Can't launch Gnome. Getting this error in syslog. xdg-desktop-por[4892]: GError set over the top of a previous GError or uninitialized memory.#012This indicates a bug in someone's code. You must ensure an error is NULL before it's set.#012The overwriting error message was: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gtk: Timeout was reached22:30
oerhekssounds like this bug, https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/203971122:35
-ubottu:#ubuntu- Launchpad bug 2019143 in xdg-desktop-portal (Ubuntu) "xdg-desktop-portal: Failed to create XXX proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gnome: Timeout was reached | No skeleton to export" [Undecided, Confirmed] [duplicate: 2039711]22:35
quantumnaut@oerheks thanks for that! investigating...22:40
oerhekstry to run updates, apt install -f and such? maybe upgrade did not go fluently22:40
quantumnautTried that several times, no dice. Exploring turning off default nvidia drivers...22:41
cc77Command Substitution,  $() isn't working my proxmox vm running minimal install of ubuntu server 22.04, I needed to enter this command: docker stop $(docker ps -aq). Where to start troubleshooting?22:43
leftyfbcc77: please run this and paste the URL here:     ( cat /etc/os-release; echo "--" ; docker ps -aq ; echo "--" ; docker stop $(docker ps -aq) ) | nc termbin.com 999922:47
cc77leftyfb, your command had an error in it I think, it closes twice with )) and my server didn´t have nc installed, I installed netcat but it didn´t give me an url, here a pastbin of output: https://pastebin.com/DvGL6mdw22:54
leftyfbcc77: your issue is with permissions and not command substitution22:55
cc77I don´t understand though. I can run fine docker commands as long as there´s no command substitution in it.22:57
leftyfbyour paste proves otherwise22:58
leftyfbdocker ps -aq22:58
leftyfbrun that22:58
cc77If I do sudo $(docker ps -aq)22:59
cc77 I get permission error and if I do sudo docker ps -aq22:59
cc77 it correctly lists my containers22:59
leftyfbcc77: docker ps -aq22:59
leftyfbwhat does this give you?22:59
cc77several rows of container id´s23:00
leftyfbwithout sudo?23:00
cc77wait without sudo you mean?23:00
leftyfbyes23:00
cc77then I get:  connect: permission denied23:00
leftyfbcommand substitution won't work because you're not specifying sudo23:00
leftyfbalso23:00
leftyfbif you're getting several rows of container id's, your script won't work, well it might work on only the first container id. Either way, it's not valid23:01
leftyfbcc77: are you trying to shut them all down or just 1?23:01
cc77I wanted to shutdown them all23:02
cc77using command: docker stop $(docker ps -aq)23:02
cc77but then got annoying permission error23:02
leftyfbfor container_id in $(sudo docker ps -aq) ;do sudo docker stop ${container_id} ;done23:03
cc77I wonder if somehow it´s due because I did a minimal install of ubuntu? Or because it´s a proxmox vm? Or because I´m connecting for remote shell?23:03
leftyfbit's because you're not doing it correctly23:03
leftyfbnothing is wrong other than your incantation23:03
elias_aDo people get error saying "you've launched an older version of firefox" when launching FF after upgrading to 23.10?23:04
cc77oh wow leftyfb that helped. It stopped them all and I did: for container_id in $(sudo docker ps -aq) ;do sudo docker rm ${container_id} ;done <- to remove them also worked23:05
cc77thanks dude! I´ll note down this command23:05
elias_aOld annoyance - I know. I'd just like to know if there's a new reason for this behaviour...23:06
leftyfbelias_a: ( apt policy firefox ; snap list firefox ) | ; nc termbin.com 999923:06
elias_aleftyfb: Thanks - the command nags me about syntax error near semicolon. :/23:09
leftyfboh, sorry23:09
leftyfbelias_a: ( apt policy firefox ; snap list firefox ) |  nc termbin.com 999923:09
elias_aleftyfb: Thanks again! Here we go: https://termbin.com/v7i5h23:10
elias_aI am using Ubuntu in Finnish as you can see... :P23:11
leftyfbok, that's a bit annoying and confusing. Looks like apt it shows it's installed from snap23:12
elias_aYes it is.23:12
elias_aWhat is the FF version in 23.04? Could the FF version of 23.10 really be older?23:13
leftyfbelias_a: close firefox and run: sudo snap refresh firefix23:15
leftyfbelias_a: close firefox and run: sudo snap refresh firefox23:15
leftyfbelias_a: FYI, the firefox snap is the same version no matter what supported release of ubuntu you are running23:16
elias_aleftyfb: Thank you! Did not know that. Now a new snap is downloaded.23:17
elias_aProbably my mistake. I have not learned yet that sudo apt upgrade does not do anything to snaps...23:18
elias_aleftyfb: Now it works and I was able to activate my FF profile. Thank you!23:20

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