/srv/irclogs.ubuntu.com/2025/02/05/#ubuntu.txt

oerhekssudo apt install copyq00:18
pragmaticenigmawrong window oerheks ?00:19
oerhekssorry, was typing on matris00:19
oerheksx00:19
oerhekshttps://matrix.to/#/#flavors:ubuntu.com00:19
oerheksyou should join, pragmaticenigma00:20
pragmaticenigmasomeday00:21
=== Darkfoe0 is now known as Darkfoe
=== antonispgs1 is now known as antonispgs
mariadchello01:29
oerheks.01:33
=== antonispgs4 is now known as antonispgs
oerheksgm Bashing-om01:57
Bashing-omoerheks: Thankee - another glorious day in hamburger paradise :P - You winterized in ?02:08
oerheksyes, did you join matrix yet?02:08
oerhekshttps://ubuntu.com/community/communications/matrix/onboarding02:09
Bashing-omoerheks: Matrix - not yet - Have yet to learn what the hardare requirements are :(02:10
=== _justin_kelly718 is now known as _justin_kelly71
oerheksbeing ubuntu-member..02:11
oerheksyou are qualified, and your name is reserved02:11
Bashing-omoerheks: Last I liiked at Matrix - a camera, speakers and mic were required - of which I have niether on this my work station.02:13
Bashing-omlooked*02:13
oerheksno, those are not required for now02:13
oerheksjust keyboard, mouse and a human02:13
Bashing-omoerheks: I can do that -- but the Element client is a resourse hog :(02:15
oerheksoh02:15
oerheksnot on my fiber network, 100/10002:16
Bashing-omoerheks: I look into Marix again soonest I get all caught up and my mind free at rest.02:18
oerheksoke02:21
oerheksit soons starts to get hot02:21
=== PixNyb7 is now known as PixNyb
darkdrgn2ktpm2_pcrextend does not seem to extend the TPM /sys/kernel/security/tpm0/binary_bios_measurements ? any one know how to extend it in the logs too?03:08
=== trekkie1701c_ is now known as trekkie1701c
Guest18I need a command that replaces all white pixels that are close to black pixels in video with black pixels04:14
=== PixNyb6 is now known as PixNyb
nshirewhat does $y$ mean in the context of the hash ID section of a password in /etc/shadow?06:27
nshireboth my wsl and baremetal linux box have $y$ as the has id and it doesn't seem to relate to any ID I know of, for example sha512 is $606:28
moo3y - yescrypt06:30
nshirefound that out through extensive googling right as you said that https://unix.stackexchange.com/a/43014306:31
moo3(:06:31
nshireany particular reason they use that over something like sha256 or sha512? either are more standard and would seem to make more sense to me06:31
moo3idk.. usually i leave those decisions to smarter ppl than me. like which algorithms ssh should use.06:34
nshirefrom what I've read it's harder to crack offline06:40
moo3nshire: cool07:46
the0peapplehello guys07:56
lotuspsychjewelcome the0peapple07:56
the0peapplethank you07:57
the0peappleomg, there are many member here07:58
lotuspsychjehow can we help you today the0peapple07:58
the0peapplehow to install ubuntu on vivo full boot?07:58
the0peapplejust with ubuntu touch or any method?07:59
lotuspsychjethe0peapple: ubuntu touch has changed in ubports now and is community driven08:01
lotuspsychjethe0peapple: https://ubports.com08:01
the0peapplereally?08:01
the0peapplei hope we can install this os on mobile phone or tablet lime08:02
the0peapple*like08:02
the0peapplefedora OS08:02
the0peappleLike ho08:03
=== mrpond8 is now known as mrpond
=== mrpond2 is now known as mrpond
=== mrpond1 is now known as mrpond
jal`Hi, I have a mouse and a trackball connected, and I'd like to configure them individually, but this doesn't seem to be possible in the gnome settings; xfce allows selecting individual pointing devices to configure.09:36
=== m1dnight_ is now known as m1dnight
=== m1dnight is now known as m1dnight_
=== m1dnight_ is now known as m1dnight
=== m1dnight is now known as m1dnight_
=== m1dnight_ is now known as m1dnight
=== ctraven is now known as sotaoverride
=== alucardromero3 is now known as alucardromero
=== m1dnight is now known as m1dnight_
=== m1dnight_ is now known as m1dnight
BluesKajHi all12:43
=== m1dnight is now known as m1dnight_
=== m1dnight_ is now known as m1dnight
=== rvalue- is now known as rvalue
=== sokan_DE_ is now known as sokan_DE
TabmowI have to update my ubuntu 20.04 box remotely via ssh, is there any way to force the additional ssh daemon to run on port 2200?13:03
mgedminwhat do you mean by 'update'?  are we talking apt upgrade to get security updates, or do-release-upgrade to upgrade to 22.04 lts?13:04
Tabmowdo-release-upgrade - I need to update it to current lts13:05
mgedminbecause when you do-release-upgrade, it will run a second ssh daemon on port ... forgot the port number actually13:05
TabmowIt says 1022 - I'm trying to force it to run on port 220013:05
mgedminhmm... if I needed that, I'd probably try to remap the port with iptables13:06
pragmaticenigmaexcept if iptables is taken off line for upgrade you lose that13:06
mgedminI don't think the upgrade tool touches firewall configuration13:07
mgedminin fact when it tells you about the extra sshd port, it gives you an iptables command-line to copy and paste in case you need to open that port in your firewall13:07
pragmaticenigmahandy... Tabmow hopefully you have backed up everything from that remote system before attempting any of this13:08
TabmowThat's not my issue, I only have access to the box on port 22 and 2200 - so currently having it run an extra ssh daemon on port 1200 doesn't help me much...13:09
* mgedmin never needed to use the backup secondary ssh port, so he stopped paying attention13:09
pragmaticenigmaTabmow: what I'm recommending is best practice... before attempting a remote upgrade, you best have a backup of the data.13:09
Tabmowpragmaticenigma: I'm aware...13:10
TabmowI added a nat redirect rule in iptables which is working, crisis averted.13:15
* mgedmin wanted to find in the source code where do-release-upgrade starts the extra ssh server, but he cannot find the source code13:17
TabmowNeither could I...13:17
mgedmin(I mean I could see the upgrade tool tarball download url in https://changelogs.ubuntu.com/meta-release-lts, download and unpack it, then look inside -- it's Python -- but I wanted a git repo...)13:18
TabmowThe do-release-upgrade is a python script - I did a search for ssh & 1022 and it came up empty... that was the extent of my search before I asked here :)13:18
pragmaticenigmamgedmin: https://github.com/lexruee/ubuntu-release-upgrader/blob/master/do-release-upgrade13:19
mgedminah, it mirrors https://code.launchpad.net/~ubuntu-core-dev/ubuntu-release-upgrader/13:19
mgedminwhich looks more official13:19
pragmaticenigmai just grabed the first result from a search of `"do-release-upgrade" git` that wasn't a bunch of people gists or how to article13:20
mgedminthere it is: https://git.launchpad.net/ubuntu-release-upgrader/tree/DistUpgrade/DistUpgradeController.py#n32313:22
mgedmin`port = 1022` is hardcoded13:22
mgedminit just runs sshd -o some-other-pidfile-path -p 102213:22
mgedminyou could just do that with port 220013:23
pragmaticenigmaprobably a lot easier13:24
TabmowI got around it with iptables anyway - seems like it would be a good option to pass to the installer and/or have it in /etc/update-manager/release-upgrades13:31
TabmowBut I guess they probably don't have many people doing remote ssh upgrades13:31
TabmowWelcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-131-generic x86_64) - Step 1 complete! :)13:36
pragmaticenigmano need for the play-by-play, just let us know if you need additional help13:37
mgedminI do most of my upgrades remotely over ssh13:46
mgedminmy laptop is the sole exception (where I still use do-release-upgrade, because twice burned once shy or something)13:47
mgedminfiling a wishlist bug to make the secondary ssh port configurable (e.g. by a command-line option to do-release-upgrade) might not be a bad idea13:47
mgedminI'm sure if nobody requests that, features like this will never spontaneously appear13:48
leftyfb!bug | mgedmin13:48
ubottumgedmin: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.13:48
leftyfbmgedmin: you'll need to file a bug/feature request for it13:48
TabmowUbuntu 24.04.1 LTS upgrade success, cheers.13:50
mgedmin20.04 -> 22.04 -> 24.01 in one hour? nice13:51
TabmowWas very smooth too, always nice when things just work.13:51
=== gorta is now known as cassa
=== marqeaux is now known as Marqeaux
=== rvalue- is now known as rvalue
=== Poster` is now known as Poster
zaggynlhow do I programmatically set autologin for a user on gdm? i've tried adding the AutomaticLoginEnable=true and AutomaticLogin=username lines below [daemon] in /etc/gdm3/custom, like what the gnome settings users does on pressing the toggle17:08
zaggynltoo many spaces after the lines was the issue17:16
herpderphey18:19
herpderpdoes openai, deepseek, claude etc also parse the data in these IRC chats into their models?18:20
enigma9o7if they are logged and shared publicly on the web, why not?  some channels do that.18:20
enigma9o7But obviously ubuntu doesn't train LLMs so not sure why you're asking here....18:21
oerheksmost channels keep no public logs, so it is unlikely18:21
oerhekswe do18:21
oerheks!logs18:21
ubottuOfficial channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/18:21
herpderpoooh interesting lol thx18:22
oerheksAi is mostly trained on reddit posts 🤭18:23
oerheksbut this goes offtopic18:23
knightwisehey everyone18:24
=== nulldomain5 is now known as nulldomain
freakyy85a friend has a bluetooth usb stick providing bluetooth functionality, its labeled BT5.4 USB nothing else. it doesnt work automatically. any ideas how i could get it to work?18:47
mybalzitchwrite a driver for it?18:49
mybalzitchfind out what chipset it uses via lsusb or googling it, see if its supported in a bleeding edge kernel, or even something slightly newer than what ubuntu ships with and use that kernel18:50
tomreynit will have a usb vendor and device id, as listed by lsusb. those may be useful to find out whether there is a suitable driver, or ways to make it work with what's available  out of the box18:50
mybalzitchor spend $20 on any of the supported usb->bt adapters18:50
freakyy85is there a list with supported bluetooth usb adapters?18:50
enigma9o7well first look up what you got, it may be easy18:50
freakyy85ok18:50
enigma9o7run "lsusb" as sugested18:51
freakyy85hes not here i just asked18:51
freakyy85he wanted to get over with his laptop but want sto sleep now18:51
enigma9o7you will see the chip name as well as some hardware id stufff.  share that line with us if you want, maybe someone will look it up for you18:51
enigma9o7otherwise, just google search your model or hardware id, maybe with keywords like ubuntu or linux, see what comes up18:51
freakyy85ok will do when he gets his laptop over18:51
freakyy85thanks a lot18:52
freakyy85lsusb :)18:52
freakyy85ill remember that18:52
enigma9o7yeah, to list usb devices18:52
tomreynsince you seem to be supporting this friend repeatedly, you could also discuss with them whether they are ok with granting you remote access to it, so you would not depend on them to be able to examine this.18:53
ometzgerhello!19:01
=== kostkon_ is now known as kostkon
=== thibf78 is now known as thibf7
=== xit0 is now known as xit
=== uf89 is now known as uf8
=== dongcarl4 is now known as dongcarl
=== tryfan5 is now known as tryfan
=== GenericPlayer4 is now known as GenericPlayer
=== Offsprin is now known as Offspring
=== rvalue- is now known as rvalue
=== diceLibrarian2 is now known as liceDibrarian
=== buzelAzul is now known as buzel
=== jgee488 is now known as jgee

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