FKAShinobi | What service is being activated if I share my desktop through the Gnome settings menu? | 00:49 |
---|---|---|
leftyfb | FKAShinobi: I think Ubuntu 24.04 uses grd or "Gnome Remote Desktop" which uses the RDP protocol | 00:53 |
FKAShinobi | leftyfb: Is also true for 22.04? | 00:55 |
leftyfb | I think so | 00:55 |
leftyfb | I never use it though so not that familiar with it | 00:55 |
FKAShinobi | It seems to not accept connection after the first disconnects. | 00:55 |
FKAShinobi | Thanks, this seems to be an issue due to screen locking... XRDP it is! | 00:58 |
FKAShinobi | And 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 |
Elisa | hi | 01:24 |
=== antonispgs9 is now known as antonispgs | ||
felixphew | (/part | 02:02 |
felixphew | (oops!) | 02:02 |
Disconsented | I'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 historically | 03:12 |
enigma9o7 | have you tried apt-file? | 03:13 |
enigma9o7 | sudo apt install apt-file && sudo apt-file update | 03:13 |
enigma9o7 | then apt-file search libclang.a | 03:13 |
Disconsented | I didnt know that existed | 03:13 |
enigma9o7 | although .a is usually an output from compiler from olden days? | 03:13 |
enigma9o7 | apt-file search will tell you what package contains a filename | 03:13 |
Disconsented | Trying that now | 03:14 |
enigma9o7 | especially usefully when building stuff from source.... | 03:14 |
enigma9o7 | nvm i was thinking a.out not .a | 03:14 |
Disconsented | Welp, no return, safe to assume that means its not provided? | 03:15 |
enigma9o7 | not in anything you have in repos | 03:15 |
enigma9o7 | (I confirmed) | 03:15 |
enigma9o7 | could it be libclang1 ? | 03:16 |
enigma9o7 | oh you said that already | 03:16 |
enigma9o7 | you installed the libclang-xx-dev already? | 03:17 |
Disconsented | Yep and yep | 03:17 |
Disconsented | Anyway I'm just going to sanity check one thing and conclude that I'll need to build it | 03:18 |
Disconsented | Thanks! | 03:18 |
enigma9o7 | ya otherwise share the full output from your failure in a pastebin, maybe your'e on the wrong track | 03:20 |
Disconsented | https://paste.disconsented.com/raw/en11Wd | 03:22 |
Disconsented | Yeah, anyway, sanity checking much appreciated. Thanks again! | 03:26 |
enigma9o7 | yep 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 | ||
guiverc | I 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 |
enigma9o7 | unless you've been messing with unofficial stuff, something went wrong with a python update it seems | 03:40 |
guiverc | I 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 |
enigma9o7 | do you have a full disk? | 03:41 |
guiverc | nah 36gb free (of 94gb size) | 03:41 |
guiverc | enigma9o7, any clues on where the corruption would be (files i could explore etc... hoping for clues..) | 03:42 |
enigma9o7 | I dunno if its safe to remove, but perhaps purging python3 would get things back to working state. | 03:43 |
yegorc | Exception: cannot get content of xfce4-panel-profiles | 03:44 |
yegorc | that seems to be what python3 is complaining about | 03:44 |
guiverc | :) yeah i noted that.. haven't explored that ... thanks yegorc (& enigma9o7 ).. i'll chase that awhile... | 03:45 |
enigma9o7 | Well, what apt is complaining about is that python3 --configure is failing, which it runs as root in the post install script. | 03:45 |
enigma9o7 | but i dunno enough and when i tried to test it on my own machine, I got weird output I've never seen before | 03:46 |
enigma9o7 | (I tested apt --dry-run purge python3) | 03:46 |
guiverc | yeah 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 |
guiverc | apt --dry-run purge gives issues relating to shim-signed.. | 03:48 |
yegorc | isn't that the thing for secure boot? | 03:48 |
yegorc | i guess python rums deep | 03:48 |
enigma9o7 | yeah | 03:48 |
yegorc | *runs | 03:49 |
enigma9o7 | I wanted to look to see if it tried to remove a bunch of important stuff or not, but instead got that wierdness. | 03:49 |
guiverc | https://dpaste.com/E5S8R7BKU for `apt --dry-run purge python3` ... is that what you got enigma9o7 ??? | 03:49 |
enigma9o7 | ya. | 03:50 |
enigma9o7 | so 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 |
yegorc | https://askubuntu.com/questions/1475512/dpkg-dependency-problems-package-python3-is-not-configured-yet | 03:51 |
yegorc | found it | 03:51 |
enigma9o7 | I 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 pasted | 03:52 |
guiverc | thanks yegorc | 03:52 |
enigma9o7 | you could try 'sudo apt install --reinstall python3' too but i doubt it'll help anything, but wont hurt | 03:53 |
guiverc | believe i've already done that (more than once), but yep will try again... | 03:54 |
yegorc | wait | 03:55 |
yegorc | here are the packages python mentions | 03:55 |
yegorc | https://termbin.com/hx45 | 03:55 |
yegorc | sudo apt install apt-xapian-index dput gdebi-core gdebi gedit ibus-table ibus kajongg qutebrowser rhythmbox-plugin-alternative-toolbar rhythmbox-plugins virtualbox xfce4-panel-profiles | 03:56 |
yegorc | sudo apt --fix-broken install | 03:57 |
guiverc | apt 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 |
yegorc | guess you could purge it | 04:01 |
guiverc | kajongg isn't installed either.. nor qutebrowser... | 04:01 |
yegorc | all of those showed up in your paste | 04:01 |
guiverc | yeah 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 |
yegorc | i've gotta go to bed | 04:03 |
guiverc | thanks for help yegorc ! | 04:03 |
=== PasiZ20 is now known as PasiZ2 | ||
Bashing-om | guiverc: Might want to see what dpkg thinks - ' sudo dpkg -C '. | 04:10 |
guiverc | Bashing-om, https://dpaste.com/87QWLNA3B (it only lists python3 issue) | 04:12 |
guiverc | this 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 |
thrice | what do you mean you didn't format before re-install? | 04:16 |
guiverc | re-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 |
guiverc | https://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-om | guiverc: Have you tried dpkg's advice to ' sudo dpkg --configure python3 ' - by any chance ? | 04:27 |
guiverc | can'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 |
guiverc | just 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 |
guiverc | https://dpaste.com/GEFCNKA5B | 04: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 | |
guiverc | the 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-om | guiverc: 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 though | 04:49 |
guiverc | the 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 |
guiverc | python3 is broken or not fully installed.. | 04:52 |
* guiverc may re-install (again)... as I'm going in circles.. | 04:54 | |
Bashing-om | guiverc: ^ In such a condition I have experienced good results ' sudo dpkg --configure -a ' ( may have to run 2 or 3 times ). | 04:59 |
guiverc | ran 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 | |
lotuspsychje | uh oh guiverc | 06:16 |
lotuspsychje | time for a bug | 06:17 |
Bashing-om | guiverc: Bad sectors on the drive ? (3rd install) | 06:19 |
guiverc | i 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 |
guiverc | some apparmor & radeon (drm) messages all I see | 06:20 |
lotuspsychje | wich package do you suspect to be faulty guiverc | 06:21 |
guiverc | none... 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 |
guiverc | on 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 | |
lotuspsychje | apt issues on hardware? | 06:25 |
guiverc | i 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-install | 06:31 |
lotuspsychje | can you share the full apt output stuck guiverc | 06:35 |
=== rue__ is now known as ruenoak | ||
guiverc | lotuspsychje, `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 |
mgedmin | whoa, guiverc, that is an interesting/weird error | 08:07 |
mgedmin | guiverc: 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 |
mgedmin | it's supposed to list all the files in the dput package | 08:10 |
mgedmin | if it fails, that could indicate that something in /var/lib/dpkg/ got corrupted | 08:10 |
realivanjx | did 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 | ||
nutella | topcat001, 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 notebook | 10:10 |
guiverc | thanks 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 |
nutella | I 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 |
nutella | however the notebook feels very laggy at times, even though cpub and load is not that big. Happens when I run multiple youtube videos for example | 10:12 |
nutella | I hoe this can be solved in one of the upcoming kernels or with a firmware update | 10:12 |
lotuspsychje | nutella: did you file a bug report for your issue? | 10:13 |
essam | anyone using gnome ?? | 10:13 |
nutella | lotuspsychje, no not yet. I can do it on the weekend. Thanks for the tip! | 10:14 |
lotuspsychje | !ask | essam | 10:14 |
ubottu | essam: 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 !patience | 10:14 |
lotuspsychje | nutella: yes please do, or affect to an existing bug | 10:14 |
lotuspsychje | nutella: kernel parameters are not always ideal to keep using for daily use | 10:15 |
nutella | lotuspsychje, 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-appeared | 10:15 |
lotuspsychje | nutella: yeah, thats your best bet after filing your bug, testing out other kernel versions | 10:16 |
nutella | lotuspsychje, better would be a fix yes :-) but at least I can now working without the fear crashing my notebook all the time | 10:16 |
essam | how 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 |
nutella | lotuspsychje, great. thanks for the advise! | 10:17 |
lotuspsychje | nutella: check bug #2081250 | 10: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/2081250 | 10:19 | |
nutella | lotuspsychje, sounds like my issue yes. | 10:20 |
lotuspsychje | nutella: affect yourself in the left upper corner if you like | 10:20 |
lotuspsychje | nutella: you could try that mutter workaround too, daniel suggests | 10:21 |
nutella | lotuspsychje, yes will do. Need to find the time in the evening | 10:22 |
=== tds3 is now known as tds | ||
lotuspsychje | good luck! | 10:22 |
nutella | Ok yes can also try this MUTTER thingy | 10:22 |
mgedmin | essam: there's an app called GNOME Extensions or GNOME Extensions Manager that lets you turn them off | 10:27 |
essam | no i mean i want to delete the app itself | 10:27 |
mgedmin | in 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 ] button | 10:28 |
mgedmin | but I think I'm misunderstanding | 10:29 |
mgedmin | you want to remove the app called 'gnome extensions'? | 10:29 |
mgedmin | if you right-click on an app in the gnome app grid, you get a popup menu that includes 'show detailed information' | 10:29 |
mgedmin | if I select it, I'm shown the gnome-software page for the app, and it contains a trashcan button for removal | 10:30 |
mgedmin | hmm, I wonder what would happen if I didn't have gnome-software installed? probably I expect it would open snap-store | 10: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 | ||
kokushibo | o7 | 12:12 |
=== ctraven is now known as sotaoverride | ||
olle | hm can I use yt-dlp to stream too? | 13:04 |
olle | or maybe just mplayer or mvp? | 13:04 |
olle | mpv* | 13:04 |
net_ | hello | 13:10 |
pragmaticenigma | olle: that sounds like a question you should ask the app's developer directly | 13:22 |
olle | Pja | 13:29 |
=== oerheks1 is now known as oerheks | ||
BluesKaj | Hi all | 13:36 |
mgedmin | olle: mpv https://youtube.com/... works, if you have yt-dlp installed and in your $PATH | 13:48 |
mgedmin | you 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-backports | 13:49 |
ubottu | yt-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 kB | 13:49 |
olle | mgedmin: oh cool, yea it works. just have to figure out how to adjust to 720p | 13:49 |
olle | or maybe just set window size | 13:50 |
pragmaticenigma | olle: all of that is in the documentation | 13:51 |
pragmaticenigma | olle: https://github.com/yt-dlp/yt-dlp | 13:51 |
FKAShinobi | What is the easiest way to share my console session over the network? Gnome rdp doesn't work and xrdp has limitations. | 13:52 |
JackFrost | Something like this in .config/mpv/mpv.conf: ytdl-format = "(mp4)bestaudio+bestvideo[height<=720]/bestaudio+bestvideo[height<=720]/best[height<=720]/worst" | 13:52 |
pragmaticenigma | FKAShinobi: can you explain what you mean by "console session" and what exactly you're trying to do? | 13:52 |
leftyfb | FKAShinobi: is ssh not sufficient? | 13:54 |
pragmaticenigma | kind of need to now what they mean by "share" ... no? | 13:54 |
FKAShinobi | I 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 |
JackFrost | If he's talking RDP, he presumably means desktop ala vnc. | 13:54 |
FKAShinobi | I want a full desktop session. | 13:54 |
pragmaticenigma | FKAShinobi: Enabling the Remote Desktop in Gnome settings does work, it would be easier to solve that problem | 13:55 |
FKAShinobi | JackFrost: yes. I tried the Gnome RDP but it will fail to reconnect if the screen is locked | 13:55 |
FKAShinobi | pragmaticenigma: ^^^ | 13:55 |
oerheks | without megabit networking and disabling features like mooth scrolling it can be horrible slow, rdp,xrdp,vnc | 13:56 |
pragmaticenigma | let's stay on topic here... we need to solve a problem | 13:57 |
pragmaticenigma | FKAShinobi: 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 |
FKAShinobi | the latter | 13:58 |
leftyfb | FKAShinobi: 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 |
oerheks | https://extensions.gnome.org/extension/4338/allow-locked-remote-desktop/ | 14:03 |
=== andyt is now known as andyt-at-alligin | ||
FKAShinobi | Seems to work. I'll do some further testing. Thank you | 14:16 |
FKAShinobi | Ok, 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 |
pragmaticenigma | FKAShinobi: That's intentional | 14:19 |
leftyfb | FKAShinobi: if you log out, the session is logged out, you need to create a new one | 14:20 |
pragmaticenigma | FKAShinobi: 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 |
FKAShinobi | I've been doing this sort of thing for decades. I don't understand why this is so hard. | 14:22 |
pragmaticenigma | FKAShinobi: 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 |
leftyfb | or use a commercial product | 14:23 |
FKAShinobi | Is vnc the same ? | 14:24 |
pragmaticenigma | FKAShinobi: VNC doesn't have compatibility with Wayland protocol yet | 14:25 |
pragmaticenigma | VNC and RDP a very different technologies and approaches to screen sharing | 14:26 |
pragmaticenigma | FKAShinobi: 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 |
FKAShinobi | Where is the setting to change the autologin value? | 14:34 |
Elliria | Hey 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/ZC6A | 14:34 |
Elliria | Is that something I should do something about? | 14:34 |
leftyfb | FKAShinobi: settings -> users | 14:35 |
oerheks | Elliria, i would install HWE, you would get 6.8.0-52 | 14:36 |
oerheks | !hwe | 14:36 |
ubottu | The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack | 14:36 |
FKAShinobi | Thanks for your help everyone. | 14:36 |
Elliria | I'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 |
oerheks | oh, that modinfo line should give me; linux-modules-nvidia-470-6.8.0-51-generic .. but it gives the same error | 14:37 |
Elliria | You get the same error? | 14:37 |
pragmaticenigma | I think the error is in the command, not the driver or kernel | 14:38 |
oerheks | jups | 14:38 |
Elliria | Ah. Is there a better command to find this information out? | 14:38 |
Elliria | I also ran lsmod |grep -i nvidia but couldn't make sense of the output. | 14:38 |
oerheks | dpkg -l | grep -i nvidia | 14:39 |
pragmaticenigma | Elliria: try lshw -c video | 14:39 |
oerheks | nvidia-smi | 14:40 |
Elliria | Thanks. That gives a whole lot of info, but I don't see the kernel in it: https://bpa.st/FZUA | 14:41 |
pragmaticenigma | Elliria: It does tell you that you are using the nvidia driver | 14:41 |
pragmaticenigma | Elliria: "configuration: driver=nvidia latency=0" | 14:42 |
Elliria | Ah, 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 |
Elliria | What would I get in that configuration line if the NVIDIA driver wasn't being used? | 14:45 |
pragmaticenigma | i915 would indicate intel graphics, amd in kind | 14:46 |
Elliria | Thank you! | 14:47 |
Elliria | How do you guys figure this kind of stuff out? | 14:47 |
oerheks | bing | 14:47 |
Elliria | Heh. | 14:47 |
pragmaticenigma | Elliria: in most cases, it's just different approaches to a web searching | 14:52 |
Elliria | True. | 14:52 |
pragmaticenigma | Elliria: 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-system | 14:52 |
pragmaticenigma | I'm familiar with the command, but I often still do a web search to make sure I still have accurate information | 14:53 |
pragmaticenigma | Elliria: 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 it | 14:55 |
pragmaticenigma | but it will tell you the kernel modules as well as the in use driver | 14:55 |
Elliria | Yeah, I just tried that one. Interesting. | 14:55 |
Elliria | In my case, it spit out: Kernel driver in use: nvidia | 14:56 |
pragmaticenigma | for my system, it also reported a sound card and USB controller | 14:56 |
Elliria | This one is also pretty slick from that page, with the addition of a grep to the command: modinfo $(modprobe --resolve-alias nvidia) | grep -i nvidia | 14:57 |
=== bmr1 is now known as bmr | ||
tryfan3081211784 | Hi 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 could | 16:28 |
tryfan3081211784 | using 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 | ||
leftyfb | tryfan: https://medium.com/@Phoenixforge/getting-your-feet-wet-with-ubuntu-autoinstall-e2c012454a37 | 16:29 |
leftyfb | tryfan: https://canonical-subiquity.readthedocs-hosted.com/en/latest/tutorial/creating-autoinstall-configuration.html | 16:30 |
tryfan | leftyfb: 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 sell | 16:33 |
leftyfb | tryfan: I didn't recommend cubic nor any GUI solution | 16:34 |
tryfan | leftyfb: sorry, the first link used cubic pretty extensively, I might be reading it wrong | 16:35 |
leftyfb | ugh, so it does | 16:36 |
leftyfb | well, the reason for that article was around creating the user-data file | 16:36 |
leftyfb | that's all the customization you need to do for your needs | 16:36 |
leftyfb | tryfan: https://www.pugetsystems.com/labs/hpc/ubuntu-22-04-server-autoinstall-iso/ | 16:37 |
leftyfb | that'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.04 | 16:38 |
tryfan | leftyfb: that is...just perfect. I was so stuck on the livecustomization page. thank you so much. I'm going to dive in | 16:39 |
slingamn | how do i take nginx out of needrestart? | 17:05 |
slingamn | ah looks like it's $nrconf{override_rc} in /etc/needrestart/needrestart.conf ? | 17:07 |
oerheks | slingamn, yes, probably there | 17:17 |
_flood | hi 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 linux | 17:20 |
oerheks | ssh -vvvv gives some more info, _flood | 17:29 |
oerheks | ssh -vvvv user@host | 17:29 |
leftyfb | it won't be an ssh problem | 17:30 |
leftyfb | it'll be a problem affecting login at all | 17:30 |
oerheks | wrong username maybe | 17:30 |
leftyfb | potentially a filesystem issue, permissions, etc | 17:30 |
leftyfb | won't know till they look at the logs | 17:31 |
=== arraybolt3_ is now known as arraybolt3 | ||
_flood | checking now | 17:37 |
webchat44 | hi. 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 | ||
realivanjx | maybe the hardware. try on other computers | 19:45 |
pc | anyone using lubuntu? | 20:01 |
leftyfb | pc: yes, people do | 20:01 |
pc | im on lxqt and my brightness buttons on my laptop arent working | 20:02 |
pc | is there settings for this? | 20:04 |
oerheks | lubuntu brightness https://manual.lubuntu.me/stable/F/keyboard_shortcuts.html >> Ctrl-Shift-F6 down Ctrl-Shift-F7 up | 20: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 | ||
isf63 | I 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 manually | 21:05 |
oerheks | well, the next update run it will remove a kernel with 0kb size | 21:07 |
oerheks | one can do it in the same session | 21:07 |
yegorc | isf63: ubuntu and debian keep old kernels behind in case something breaks | 21:08 |
yegorc | if your kernel breaks, you can select the older one in grub | 21:09 |
isf63 | is there a specific 'N' that are held? | 21:09 |
yegorc | i don't remember, but it's probably 3-5 | 21:09 |
isf63 | alright, thanks! | 21:09 |
oerheks | 2 actually | 21:10 |
oerheks | dpkg --list | grep linux-image | 21:10 |
yegorc | on debian i see 2 default kernels and 4 liquorix kernels | 21:12 |
=== stagas_ is now known as stagas | ||
=== SDGNelson4 is now known as SDGNelson | ||
FKAShinobi | I 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 | ||
ChaoticL0gic | What Subnet is the OpenVPN running on? | 21:57 |
isf63 | oerheks: 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 |
isf63 | i tried 'apt autopurge' but nothing showed up | 21:58 |
toddc | apt autoremove | 22:03 |
=== eth0p10 is now known as eth0p1 | ||
=== h1 is now known as guest0101 | ||
guest0101 | how would I connect to my androids phone over wifi from ubuntu? | 22:28 |
xangua | guest0101: use KDE connect | 22:28 |
guest0101 | I want to transfer several hundred photos from my phone but the usb doesnt work on my phone anymore | 22:28 |
guest0101 | I think kde connect I have to do it file by file | 22:29 |
ravage | That's gsconnect for Ubuntu | 22:29 |
yegorc | make an archive | 22:29 |
ravage | No you don't | 22:29 |
yegorc | zip or tarball | 22:29 |
ravage | If actually uses sshfs | 22:29 |
ravage | It | 22:29 |
ravage | You can even copy things from the terminal | 22:30 |
ChaoticL0gic | yes, via ssh and SCP | 22:30 |
yegorc | also, if the data on usb doesn't work, it may be the cable | 22:30 |
guest0101 | how would I access my phone through ssh? | 22:30 |
yegorc | some really cheap chinese cables don't have data | 22:31 |
guest0101 | it's not the cable tried several cables | 22:31 |
guest0101 | its the connector on the phone | 22:31 |
yegorc | oh ok | 22:31 |
guest0101 | how would I ssh into my phone | 22:31 |
ravage | KDE connect uses ssh. But there are multiple ssh daemons on the play store or fdroid | 22:31 |
ravage | Also ftp severs. Any kind of daemon really | 22:32 |
ChaoticL0gic | Sorry I was thinking Phone to Server. | 22:32 |
guest0101 | hmm not a fan of downloading random stuff from the play store | 22:32 |
guest0101 | is there system native way of doing it | 22:32 |
ravage | Then make an educated guess and do not download randomly | 22:32 |
yegorc | i would trust fdroid | 22:32 |
ravage | Because you know every developer there? | 22:33 |
yegorc | yes, personally | 22:33 |
ravage | That is awesome | 22:33 |
oerheks | playstore is native,.. | 22:33 |
oerheks | airdroid, tons of file transfer tools | 22:33 |
ravage | You really have tons of options for every protocol | 22:34 |
ChaoticL0gic | make sure to disable it when you're not on you're local network | 22:34 |
FKAShinobi | ChaoticL0gic: the vpn server address is 10.8.0.1/24 and the ubuntu LAN address is 192.168.1.10/24 | 22:34 |
ChaoticL0gic | Are you using iptables or netplan? | 22:36 |
FKAShinobi | Not anything at the moment. I just set a route on my router to forward 10.8.0.0/2 to 192.168.1.10 | 22:37 |
FKAShinobi | I 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 |
FKAShinobi | I would think I need to setup a route somewhere | 22:38 |
ChaoticL0gic | that if it's on the same subnet. | 22:39 |
ChaoticL0gic | not if it's on the same subnet. | 22:39 |
FKAShinobi | They are different subnets. I need to forward the traffic from one interface 192.168.1.10 to the vpn TUN 10.8.0.x | 22: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!