/srv/irclogs.ubuntu.com/2025/01/29/#ubuntu.txt

FKAShinobiWhat service is being activated if I share my desktop through the Gnome settings menu?00:49
leftyfbFKAShinobi: I think Ubuntu 24.04 uses grd or "Gnome Remote Desktop" which uses the RDP protocol00:53
FKAShinobileftyfb: Is also true for 22.04?00:55
leftyfbI think so00:55
leftyfbI never use it though so not that familiar with it00:55
FKAShinobiIt seems to not accept connection after the first disconnects.00:55
FKAShinobiThanks, this seems to be an issue due to screen locking... XRDP it is!00:58
FKAShinobiAnd now for my second gnome issue. I can't get my vpn to run correctly with the gnome vpn setup menu. I can establish a tunnel but if I want to use tls authentication, it does not seem to work for tls-crypt or tls-crypt-v2 keys.01:14
Elisahi01:24
=== antonispgs9 is now known as antonispgs
felixphew(/part02:02
felixphew(oops!)02:02
DisconsentedI've got a noble container that I am using for cross compiling a project to windows, I need libclang.a for this but I can't find a package for this. Any hints? Looks like libclang1 used to provide this historically03:12
enigma9o7have you tried apt-file?03:13
enigma9o7sudo apt install apt-file && sudo apt-file update03:13
enigma9o7then apt-file search libclang.a03:13
DisconsentedI didnt know that existed03:13
enigma9o7although .a is usually an output from compiler from olden days?03:13
enigma9o7apt-file search will tell you what package contains a filename03:13
DisconsentedTrying that now03:14
enigma9o7especially usefully when building stuff from source....03:14
enigma9o7nvm i was thinking a.out not .a03:14
DisconsentedWelp, no return, safe to assume that means its not provided?03:15
enigma9o7not in anything you have in repos03:15
enigma9o7(I confirmed)03:15
enigma9o7could it be libclang1 ?03:16
enigma9o7oh you said that already03:16
enigma9o7you installed the libclang-xx-dev already?03:17
DisconsentedYep and yep03:17
DisconsentedAnyway I'm just going to sanity check one thing and conclude that I'll need to build it03:18
DisconsentedThanks!03:18
enigma9o7ya otherwise share the full output from your failure in a pastebin, maybe your'e on the wrong track03:20
Disconsentedhttps://paste.disconsented.com/raw/en11Wd03:22
DisconsentedYeah, anyway, sanity checking much appreciated. Thanks again!03:26
enigma9o7yep sorry dunno more, not a programmer, but have managed to build a few things following directions, but never cross compiled.03:28
=== Geronimo4 is now known as Geronimo
guivercI have package corruption somewhere; output of `sudo apt -f install` can be read at https://dpaste.com/EHLWCDQPB   ...  anyone got any pointers on where to go to fix (whatever I've mucked up) ; 24.04/noble.03:37
enigma9o7unless you've been messing with unofficial stuff, something went wrong with a python update it seems03:40
guivercI don't believe I've done anything... mkusb only ppa added; everything else from ubuntu repos or snap packages ... (lot of deb pacakges added though)03:41
enigma9o7do you have a full disk?03:41
guivercnah 36gb free (of 94gb size)03:41
guivercenigma9o7, any clues on where the corruption would be (files i could explore etc...  hoping for clues..)03:42
enigma9o7I dunno if its safe to remove, but perhaps purging python3 would get things back to working state.03:43
yegorcException: cannot get content of xfce4-panel-profiles03:44
yegorcthat seems to be what python3 is complaining about03:44
guiverc:)  yeah i noted that.. haven't explored that ... thanks yegorc (& enigma9o7 ).. i'll chase that awhile...03:45
enigma9o7Well, what apt is complaining about is that python3 --configure is failing, which it runs as root in the post install script.03:45
enigma9o7but i dunno enough and when i tried to test it on my own machine, I got weird output I've never seen before03:46
enigma9o7(I tested apt --dry-run purge python3)03:46
guivercyeah it listed a number of packages (I don't know why..)     virtualbox was removed; i didn't touch xfce4-panel-profiles as using xfce/xubuntu session..03:47
guivercapt --dry-run purge gives issues relating to shim-signed..03:48
yegorcisn't that the thing for secure boot?03:48
yegorci guess python rums deep03:48
enigma9o7yeah03:48
yegorc*runs03:49
enigma9o7I wanted to look to see if it tried to remove a bunch of important stuff or not, but instead got that wierdness.03:49
guiverchttps://dpaste.com/E5S8R7BKU    for `apt --dry-run purge python3`   ... is that what you got enigma9o7 ???03:49
enigma9o7ya.03:50
enigma9o7so that's not related to your problem, thats normal output from that, just dunno exactly what it means, but it likely means, don't try to remove python3 :)03:50
guiverc:)  that's likely not my issue I'm betting then... (even if still have a python3 issue..)03:51
guiverc:)   re: likely means...03:51
yegorchttps://askubuntu.com/questions/1475512/dpkg-dependency-problems-package-python3-is-not-configured-yet03:51
yegorcfound it03:51
enigma9o7I also got "Error: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages." during that dry run, in addition to stuff similar to what you pasted03:52
guivercthanks yegorc03:52
enigma9o7you could try 'sudo apt install --reinstall python3' too but i doubt it'll help anything, but wont hurt03:53
guivercbelieve i've already done that (more than once), but yep will try again...03:54
yegorcwait03:55
yegorchere are the packages python mentions03:55
yegorchttps://termbin.com/hx4503:55
yegorcsudo apt install apt-xapian-index dput gdebi-core gdebi gedit ibus-table ibus kajongg qutebrowser rhythmbox-plugin-alternative-toolbar rhythmbox-plugins virtualbox xfce4-panel-profiles03:56
yegorcsudo apt --fix-broken install03:57
guivercapt policy virtualbox states it's "installed: (none).... yet `sudo apt -f install` continues to report issue with `virtualbox`..   "Exception: cannot get content of virtualbox" as before...     I'm suspicious i have a corrupted file somewhere...04:00
yegorcguess you could purge it04:01
guiverckajongg isn't installed either..  nor qutebrowser...04:01
yegorcall of those showed up in your paste04:01
guivercyeah i know.. why i `apt policy` them... I think I'll have to look for a file containing those names on my system.....04:02
yegorci've gotta go to bed04:03
guivercthanks for help yegorc !04:03
=== PasiZ20 is now known as PasiZ2
Bashing-omguiverc: Might want to see what dpkg thinks - ' sudo dpkg -C '.04:10
guivercBashing-om, https://dpaste.com/87QWLNA3B   (it only lists python3 issue)04:12
guivercthis box was re-installed (today), /var/log/installer/mediainfo says 20250128... yet I'm back to issue I had yesterday/before ...  so I'm convinced something is corrupted (I didn't format on re-install; so only system directories get erased..04:15
thricewhat do you mean you didn't format before re-install?04:16
guivercre-use of existing partitions... desktop install; so system directories will get erased; but my files in $HOME etc survive; and my installed packages got re-installed...04:19
guiverchttps://iso.qa.ubuntu.com/qatracker/milestones/450/builds/322555/testcases/1802/results shows log of my install;    i did not liferea didn't re-install & no-reinstall of snap packages only...04:20
Bashing-omguiverc: Have you tried dpkg's advice to ' sudo dpkg --configure python3 ' - by any chance ?04:27
guiverccan't recall what i've tried & not tried.. but re-running it & output looks like `apt -f install`  inc. mention of virtualbox & other stuff I'd NOT expect...04:28
guivercjust fyi but here is /var/log/apt/history.log  (it's not long as not an old install..)  last good install was mkusb (ppa) .. first error adding wallpaper packages (done via aptitude)04:31
guiverchttps://dpaste.com/GEFCNKA5B04:31
* guiverc wonders now if I create this issue... I do recall hitting ^C on the wrong keyboard earlier today... I wonder if that create the packging problem.. (I thought I hit it on this box, but didn't see reaction.. maybe I hit it on the box with the issue??)04:34
guivercthe var/log/apt/history has a re-install of python3 when I installed wallpapers... I didn't go near python3 in selection, so maybe before that (after adding mkusb??04:40
* guiverc has discovered one error I made... 04:42
Bashing-omguiverc: Nother thought - as dpkg advises that python3 is half configured - try as ' sudo dpkg-reconfigure python3 ' ?04:48
guiverc:) ack  (rebooted box to confirm I've not stuffed up plucky..  it looks as expected..)  I think i tried that earlier though04:49
guivercthe mkusb ppa line still referred to jammy (never updated; my error)... can't see how that would create problem, but issue appeared in log after adding `mkusb`...04:51
guivercpython3 is broken or not fully installed..04:52
* guiverc may re-install (again)... as I'm going in circles..04:54
Bashing-omguiverc: ^ In such a condition I have experienced good results ' sudo dpkg --configure -a ' ( may have to run 2 or 3 times ).04:59
guivercran five times.. no difference but thanks..05:03
* guiverc reboot to re-install...05:05
* guiverc has re-installed; no package issues (back to AU mirror again)... back to assessing install..05:17
=== fling_ is now known as fling
* guiverc adds re-install looked good awhile.. again adding package via aptitude (no mkusb this time) & corrupt re-appears...06:12
lotuspsychjeuh oh guiverc06:16
lotuspsychjetime for a bug06:17
Bashing-omguiverc: Bad sectors on the drive ? (3rd install)06:19
guiverci have no idea why or what to file against.. only thing that looked unusual related to sgt-launcher  (xubuntu package).. but I doubt is that... (aptitude was used each time..  as i like wallpapers i grab them post-install...  nothing appears on install log (unusual)06:20
guivercsome apparmor & radeon (drm) messages all I see06:20
lotuspsychjewich package do you suspect to be faulty guiverc06:21
guivercnone... what I do was pretty much the same each time, but at different points (which sounds like hardare I suspect, but can't see anything hardware related)06:23
guivercon grabbing wallpaper packages the apt log shows 'reinstall python3:amd64' & issue occurs..06:24
* guiverc gotta go upstreet for groceries... will have to play again later (or another day..)06:25
lotuspsychjeapt issues on hardware?06:25
guiverci have no issues with plucky on box (my primary box), i fear something has got corrupted & because re-installs are without-format, whatever it is re-impacts whatever thus issue returns post-install06:31
lotuspsychjecan you share the full apt output stuck guiverc06:35
=== rue__ is now known as ruenoak
guiverclotuspsychje, `apt -f install` gave https://dpaste.com/EHLWCDQPB  and /var/log/apt/history.log (full putput as pretty fresh install) is https://dpaste.com/GEFCNKA5B  (issue appears on line with re-install of python3:amd64 each time.. when I use aptitude to install extra wallpapers...07:31
mgedminwhoa, guiverc, that is an interesting/weird error08:07
mgedminguiverc: I'm sorry for not reading the entire backlog; have you tried running 'dpkg -L dput' (where dput is one of the packages that gives this error), e.g, and seeing what the error is?08:09
mgedminit's supposed to list all the files in the dput package08:10
mgedminif it fails, that could indicate that something in /var/lib/dpkg/ got corrupted08:10
realivanjxdid docker on jammy get a major version bump to v26?08:26
=== mrpond5 is now known as mrpond
=== sokan_DE_ is now known as sokan_DE
=== Guest94 is now known as gandalf_bridge
nutellatopcat001, Hi! If you remember I had these problems with the newer kernels in 24.04 which lead to constant freezes of my x1 lenov gen12 notebook10:10
guivercthanks mgedmin ; disappeared elsewhere (family for dinner), and whilst back home now, maybe some time before I can explore further ; Thank you for input though !!10:10
nutellaI have no set these kernel settings and the problem went away: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0 i915.enable_guc=0"10:11
nutellahowever the notebook feels very laggy at times, even though cpub and load is not that big. Happens when I run multiple youtube videos for example10:12
nutellaI hoe this can be solved in one of the upcoming kernels or with a firmware update10:12
lotuspsychjenutella: did you file a bug report for your issue?10:13
essamanyone using gnome ??10:13
nutellalotuspsychje, no not yet. I can do it on the weekend. Thanks for the tip!10:14
lotuspsychje!ask | essam10:14
ubottuessam: 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 !patience10:14
lotuspsychjenutella: yes please do, or affect to an existing bug10:14
lotuspsychjenutella: kernel parameters are not always ideal to keep using for daily use10:15
nutellalotuspsychje, i found one that is similar to mine. I need to search it again. I have experienced similar behaviour that this guy did and in that bug report they were talkking about a regression. So something that was happening in older kernels in the newer ones now re-appeared10:15
lotuspsychjenutella: yeah, thats your best bet after filing your bug, testing out other kernel versions10:16
nutellalotuspsychje, better would be a fix yes :-) but at least I can now working without the fear crashing my notebook all the time10:16
essamhow can i remove gnome extensions ,it just popped out of nowhere in the gnome application grid . i also tried sudo apt update && sudo apt autoremove gnome-shell-extensions 😕10:16
nutellalotuspsychje, great. thanks for the advise!10:17
lotuspsychjenutella: check bug #208125010:19
-ubottu:#ubuntu- Bug 2081250 in linux (Ubuntu) "[Lenovo ThinkPad X1 Yoga Gen 6] Builtin Screen shake when PSR is enabled" [Undecided, New] https://launchpad.net/bugs/208125010:19
nutellalotuspsychje, sounds like my issue yes.10:20
lotuspsychjenutella: affect yourself in the left upper corner if you like10:20
lotuspsychjenutella: you could try that mutter workaround too, daniel suggests10:21
nutellalotuspsychje, yes will do. Need to find the time in the evening10:22
=== tds3 is now known as tds
lotuspsychjegood luck!10:22
nutellaOk yes can also try this MUTTER thingy10:22
mgedminessam: there's an app called GNOME Extensions or GNOME Extensions Manager that lets you turn them off10:27
essamno i mean i want to delete the app itself10:27
mgedminin at least one of the two apps I mentioned there's a little ^ thingy to the right of the on/off switch that expands the row to contain things including a [ Remove ] button10:28
mgedminbut I think I'm misunderstanding10:29
mgedminyou want to remove the app called 'gnome extensions'?10:29
mgedminif you right-click on an app in the gnome app grid, you get a popup menu that includes 'show detailed information'10:29
mgedminif I select it, I'm shown the gnome-software page for the app, and it contains a trashcan button for removal10:30
mgedminhmm, I wonder what would happen if I didn't have gnome-software installed?  probably I expect it would open snap-store10:31
mgedmin(I wanted flatpak support so I apt installed gnome-software-plugin-flatpak, which pulled in gnome-software, and now I have two software stores; one of which supports apt and snap, and the other one which supports apt and flatpak, yay unity)10:31
=== MrA is now known as Guest438
=== Guest438 is now known as Ders
kokushiboo712:12
=== ctraven is now known as sotaoverride
ollehm can I use yt-dlp to stream too?13:04
olleor maybe just mplayer or mvp?13:04
ollempv*13:04
net_hello13:10
pragmaticenigmaolle: that sounds like a question you should ask the app's developer directly13:22
ollePja13:29
=== oerheks1 is now known as oerheks
BluesKajHi all13:36
mgedminolle: mpv https://youtube.com/... works, if you have yt-dlp installed and in your $PATH13:48
mgedminyou migth need a very new version of yt-dlp (personally I apt install pipx and then pipx install yt-dlp)13:49
JackFrost!info yt-dlp noble-backports13:49
ubottuyt-dlp (2025.01.15-1~bpo24.04.1, noble-backports): downloader of videos from YouTube and other sites. In component universe, is optional. Built by yt-dlp. Size 1,862 kB / 10,697 kB13:49
ollemgedmin: oh cool, yea it works. just have to figure out how to adjust to 720p13:49
olleor maybe just set window size13:50
pragmaticenigmaolle:  all of that is in the documentation13:51
pragmaticenigmaolle: https://github.com/yt-dlp/yt-dlp13:51
FKAShinobiWhat is the easiest way to share my console session over the network?   Gnome rdp doesn't work and xrdp has limitations.13:52
JackFrostSomething like this in .config/mpv/mpv.conf: ytdl-format = "(mp4)bestaudio+bestvideo[height<=720]/bestaudio+bestvideo[height<=720]/best[height<=720]/worst"13:52
pragmaticenigmaFKAShinobi: can you explain what you mean by "console session" and what exactly you're trying to do?13:52
leftyfbFKAShinobi: is ssh not sufficient?13:54
pragmaticenigmakind of need to now what they mean by "share" ... no?13:54
FKAShinobiI am logged into my 22.04 session at the keyboard and mouse.  I want to be able to resume this session over the network.13:54
JackFrostIf he's talking RDP, he presumably means desktop ala vnc.13:54
FKAShinobiI want a full desktop session.13:54
pragmaticenigmaFKAShinobi: Enabling the Remote Desktop in Gnome settings does work, it would be easier to solve that problem13:55
FKAShinobiJackFrost: yes. I tried the Gnome RDP but it will fail to reconnect if the screen is locked13:55
FKAShinobipragmaticenigma: ^^^13:55
oerhekswithout megabit networking and disabling features like mooth scrolling it can be horrible slow, rdp,xrdp,vnc13:56
pragmaticenigmalet's stay on topic here... we need to solve a problem13:57
pragmaticenigmaFKAShinobi: Do you mean the screen locks while you were logged into a remote session? Or that you have moved away from the local machine and it locked the screen before you got to your destination and attempted to login?13:58
FKAShinobithe latter13:58
leftyfbFKAShinobi: did you try: https://askubuntu.com/questions/1411504/connect-when-remote-desktop-is-on-login-screen-or-screen-locked-without-autolog#:~:text=Remote%20Connection%20with%20Local%20login%20(Original%20Answer)13:59
oerhekshttps://extensions.gnome.org/extension/4338/allow-locked-remote-desktop/14:03
=== andyt is now known as andyt-at-alligin
FKAShinobiSeems to work. I'll do some further testing. Thank you14:16
FKAShinobiOk, my first test failed. If the session is logged out then I cannot log in. Which means I cannot reboot the system and have access to my desktop.14:19
pragmaticenigmaFKAShinobi: That's intentional14:19
leftyfbFKAShinobi: if you log out, the session is logged out, you need to create a new one14:20
pragmaticenigmaFKAShinobi: in that same post that leftyfb pointed you to, above that is how to do full remote access with login, however, it does not allow for shared sessions.14:20
FKAShinobiI've been doing this sort of thing for decades. I don't understand why this is so hard.14:22
pragmaticenigmaFKAShinobi: because in those decades, people have found ways to exploit for malicious purposes. If you always want to share your screen, I would just enable autologin on boot.14:23
leftyfbor use a commercial product14:23
FKAShinobiIs vnc the same ?14:24
pragmaticenigmaFKAShinobi: VNC doesn't have compatibility with Wayland protocol yet14:25
pragmaticenigmaVNC and RDP a very different technologies and approaches to screen sharing14:26
pragmaticenigmaFKAShinobi: Also, the default of VNC would be much the same. There either needs to be an active session on the local machine to share, or a configuration to launch a virtual desktop session.14:30
FKAShinobiWhere is the setting to change the autologin value?14:34
ElliriaHey there. I use Kubuntu 22.04 LTS and got a new kernel as part of the standard updates yesterday. I decided to check whether that kernel is using my NVIDIA driver today and got this error: https://bpa.st/ZC6A14:34
ElliriaIs that something I should do something about?14:34
leftyfbFKAShinobi: settings -> users14:35
oerheksElliria, i would install HWE, you would get 6.8.0-5214:36
oerheks!hwe14:36
ubottuThe Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack14:36
FKAShinobiThanks for your help everyone.14:36
ElliriaI'll be updating to 24.04 sometime soonish, so it might not be worrth it to do that to this oldish operating system. Is this a problem I should do something about in the current setup?14:37
oerheksoh, that modinfo line should give me;  linux-modules-nvidia-470-6.8.0-51-generic .. but it gives the same error14:37
ElliriaYou get the same error?14:37
pragmaticenigmaI think the error is in the command, not the driver or kernel14:38
oerheksjups14:38
ElliriaAh. Is there a better command to find this information out?14:38
ElliriaI also ran lsmod |grep -i nvidia but couldn't make sense of the output.14:38
oerheksdpkg -l | grep -i nvidia14:39
pragmaticenigmaElliria: try lshw -c video14:39
oerheksnvidia-smi14:40
ElliriaThanks. That gives a whole lot of info, but I don't see the kernel in it: https://bpa.st/FZUA14:41
pragmaticenigmaElliria: It does tell you that you are using the nvidia driver14:41
pragmaticenigmaElliria: "configuration: driver=nvidia latency=0"14:42
ElliriaAh, that's good to know. Then since I'm using NVIDIA and the latest kernel is active, that's all I need to know. Heh. Thanks! I'll make a note of this for future checks.14:43
ElliriaWhat would I get in that configuration line if the NVIDIA driver wasn't being used?14:45
pragmaticenigmai915 would indicate intel graphics, amd in kind14:46
ElliriaThank you!14:47
ElliriaHow do you guys figure this kind of stuff out?14:47
oerheksbing14:47
ElliriaHeh.14:47
pragmaticenigmaElliria: in most cases, it's just different approaches to a web searching14:52
ElliriaTrue.14:52
pragmaticenigmaElliria: for your question, my first search result brought me to this page: https://askubuntu.com/questions/23238/how-can-i-find-what-video-driver-is-in-use-on-my-system14:52
pragmaticenigmaI'm familiar with the command, but I often still do a web search to make sure I still have accurate information14:53
pragmaticenigmaElliria: another command that can work is `lspci -nnk | egrep -i --color 'vga|3d|2d' -A3` but I don't recomend it often because it brings a lot of extra stuff with it14:55
pragmaticenigmabut it will tell you the kernel modules as well as the in use driver14:55
ElliriaYeah, I just tried that one. Interesting.14:55
ElliriaIn my case, it spit out: Kernel driver in use: nvidia14:56
pragmaticenigmafor my system, it also reported a sound card and USB controller14:56
ElliriaThis one is also pretty slick from that page, with the addition of a grep to the command: modinfo $(modprobe --resolve-alias nvidia) | grep -i nvidia14:57
=== bmr1 is now known as bmr
tryfan3081211784Hi all, was looking through the LiveCDCustomization help guide, and it's for the desktop.  It only mentions the filesystem.squashfs and none of the nuances of the server build.  All I'm trying to do is add some packages for an offline install and rebuild the image, but resources are pretty sparse out there.  I followed the guide as best I could16:28
tryfan3081211784using the ubuntu-server-minimal.squashfs but I get the error "unable to find a medium containing a live file system"16:28
=== tryfan3081211784 is now known as tryfan
leftyfbtryfan: https://medium.com/@Phoenixforge/getting-your-feet-wet-with-ubuntu-autoinstall-e2c012454a3716:29
leftyfbtryfan: https://canonical-subiquity.readthedocs-hosted.com/en/latest/tutorial/creating-autoinstall-configuration.html16:30
tryfanleftyfb: I saw cubic, and wondered if there were any way to automate the process, since it's a GUI.  I'll have to read through it again.  I don't entirely hate it if I have to create the image once and then I can swap in and out updated versions of packages.  If it's GUI every time, it's going to be a hard sell16:33
leftyfbtryfan: I didn't recommend cubic nor any GUI solution16:34
tryfanleftyfb: sorry, the first link used cubic pretty extensively, I might be reading it wrong16:35
leftyfbugh, so it does16:36
leftyfbwell, the reason for that article was around creating the user-data file16:36
leftyfbthat's all the customization you need to do for your needs16:36
leftyfbtryfan: https://www.pugetsystems.com/labs/hpc/ubuntu-22-04-server-autoinstall-iso/16:37
leftyfbthat's the article I was looking for. Not only do I actively use that, but I'm currently updating our own documentation based on that article but for 24.0416:38
tryfanleftyfb: that is...just perfect.  I was so stuck on the livecustomization page.  thank you so much.  I'm going to dive in16:39
slingamnhow do i take nginx out of needrestart?17:05
slingamnah looks like it's $nrconf{override_rc} in /etc/needrestart/needrestart.conf ?17:07
oerheksslingamn, yes, probably there17:17
_floodhi all, i have a 22.04.5 lts server - no desktop environment that i patched last month (normally no issue), i just tried to SSH and couldn't, on console i seem to be stuck at the login loop, it doesn't give any failures like invalid password, just enter creds and back to login prompt, any ideas?17:19
niks_best site to learn linux17:20
oerheksssh -vvvv gives some more info, _flood17:29
oerheksssh -vvvv user@host17:29
leftyfbit won't be an ssh problem17:30
leftyfbit'll be a problem affecting login at all17:30
oerhekswrong username maybe17:30
leftyfbpotentially a filesystem issue, permissions, etc17:30
leftyfbwon't know till they look at the logs17:31
=== arraybolt3_ is now known as arraybolt3
_flood checking now17:37
webchat44hi. i updated from 24.02 to 24.10 and now the keyboard misbehaves. the symptoms are bizarre. i assume the drivers are off. the system isn't aware of any available drivers. am i the only one with this issue? how can i fix this?18:55
JanC"the keyboard misbehaves" "the symptoms are bizarre" is not very useful info...19:23
=== jgee487 is now known as jgee48
=== diceLibrarian2 is now known as liceDibrarian
realivanjxmaybe the hardware. try on other computers19:45
pcanyone using lubuntu?20:01
leftyfbpc: yes, people do20:01
pcim on lxqt and my brightness buttons on my laptop arent working20:02
pcis there settings for this?20:04
oerhekslubuntu brightness https://manual.lubuntu.me/stable/F/keyboard_shortcuts.html >>   Ctrl-Shift-F6 down Ctrl-Shift-F7 up20:24
=== rat2 is now known as Roadkill
=== Roadkill is now known as roadkill
=== roadkill is now known as rat
=== rat is now known as roadkill
isf63I did 'apt update; apt upgrade' and it downloaded and installed a new kernel, but didn't remove the old package. In the future is there a way to avoid this? 'dist-upgrade'?21:04
isf63'apt autopurge' didn't detect anything, i had to remove manually21:05
oerhekswell, the next update run it will remove a kernel with 0kb size21:07
oerheksone can do it in the same session21:07
yegorcisf63: ubuntu and debian keep old kernels behind in case something breaks21:08
yegorcif your kernel breaks, you can select the older one in grub21:09
isf63is there a specific 'N' that are held?21:09
yegorci don't remember, but it's probably 3-521:09
isf63alright, thanks!21:09
oerheks2 actually21:10
oerheksdpkg --list | grep linux-image21:10
yegorcon debian i see 2 default kernels and 4 liquorix kernels21:12
=== stagas_ is now known as stagas
=== SDGNelson4 is now known as SDGNelson
FKAShinobiI have an ubuntu 22.04 machine that is being used as an openvpn server. I have pushed my lan subnet as a route to the client and need to create a route back. On my router I forward traffic for 10.8.0.0/24 to my servers lan address. Should it forward the traffic to the tun interface 10.8.0.x or do I need to create a route on the box as well?21:46
=== PasiZ23 is now known as PasiZ2
ChaoticL0gicWhat Subnet is the OpenVPN running on?21:57
isf63oerheks: does that work by, say, 'linux-image-6.0.5' Pkg-Replaces: 'linux-image-6.0.3' (i'm not familiar with apt/dpkg's capabilities, but...)21:58
isf63i tried 'apt autopurge' but nothing showed up21:58
toddcapt autoremove22:03
=== eth0p10 is now known as eth0p1
=== h1 is now known as guest0101
guest0101how would I connect to my androids phone over wifi from ubuntu?22:28
xanguaguest0101: use KDE connect22:28
guest0101I want to transfer several hundred photos from my phone but the usb doesnt work on my phone anymore22:28
guest0101I think kde connect I have to do it file by file22:29
ravageThat's gsconnect for Ubuntu22:29
yegorcmake an archive22:29
ravageNo you don't22:29
yegorczip or tarball22:29
ravageIf actually uses sshfs22:29
ravageIt22:29
ravageYou can even copy things from the terminal22:30
ChaoticL0gicyes, via ssh and SCP22:30
yegorcalso, if the data on usb doesn't work, it may be the cable22:30
guest0101how would I access my phone through ssh?22:30
yegorcsome really cheap chinese cables don't have data22:31
guest0101it's not the cable tried several cables22:31
guest0101its the connector on the phone22:31
yegorcoh ok22:31
guest0101how would I ssh into my phone22:31
ravageKDE connect uses ssh. But there are multiple ssh daemons on the play store or fdroid22:31
ravageAlso ftp severs. Any kind of daemon really22:32
ChaoticL0gicSorry I was thinking Phone to Server.22:32
guest0101hmm not a fan of downloading random stuff from the play store22:32
guest0101is there system native way of doing it22:32
ravageThen make an educated guess and do not download randomly22:32
yegorci would trust fdroid22:32
ravageBecause you know every developer there?22:33
yegorcyes, personally22:33
ravageThat is awesome22:33
oerheksplaystore is native,..22:33
oerheksairdroid, tons of file transfer tools22:33
ravageYou really have tons of options for every protocol22:34
ChaoticL0gicmake sure to disable it when you're not on you're local network22:34
FKAShinobiChaoticL0gic: the vpn server address is 10.8.0.1/24 and the ubuntu LAN address is 192.168.1.10/2422:34
ChaoticL0gicAre you using iptables or netplan?22:36
FKAShinobiNot anything at the moment. I just set a route on my router to forward 10.8.0.0/2 to 192.168.1.1022:37
FKAShinobiI read something where linux would forward the packet if it had a LAN interface on that subnet, but that doesn't seem to be right.22:38
FKAShinobiI would think I need to setup a route somewhere22:38
ChaoticL0gicthat if it's on the same subnet.22:39
ChaoticL0gicnot if it's on the same subnet.22:39
FKAShinobiThey are different subnets. I need to forward the traffic from one interface 192.168.1.10 to the vpn TUN 10.8.0.x22:49
=== thibf78 is now known as thibf7
=== sotaoverride is now known as Guest9889

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