[00:18] would it be bad if I changed my apt sources.list to an older release? [00:18] I changed it to lunar and I think I want to change it back to jammy [00:19] I've heard that it's a potentially bad idea and could mess with things on my system [00:36] fmlatghor: temporarily replacing your apt sources by an older release should not do harm since those older releases should provide earlier versions of software. but if you then install software from there it could cause apt resolver conflicts. moreover, you really, really should not do this in the first place, since mixing apt sources for different releases (without also ensuring you're only cherry picking single packages from there which you [00:36] know for sure are going to be fine) is generally a bad idea. [00:37] "lunar" is not an older release than jammy, though, it's a newer release. and that is an even worse idea than temporarily using an older release. [00:38] it's really recommendable to just stick to the release you have installed. [00:41] if you seek a certain software or even a specific version of software that's not available in your ubuntu release, use snaps, PPAs, flatpaks, app images, or build it yourself. [00:46] is this channel active? [00:48] migs: It can be :D [00:48] haha [00:51] Bashing-om, I am trying to convert a bunch of mp3s in one folder to m4bs, in the terminal. I found a way to do it combining all mp3s into one, then converting it to m4a then changing the name to m4b. But i want to convert each mp3 to m4b [00:53] m4b as in "mpeg-4 audiobook" file format? [00:55] tomreyn, yes audiobook format for apple audiobooks. This is a summary of what I have done: https://pastebin.com/mJdPS8bi [00:55] I can´t just change the file extension apparently [00:55] ffmpeg is probably the right tool. i wouldn't know which options you need to use [00:56] huh so just the "mv" command is failing? [00:57] no, ffmpeg is failing [00:57] i don't know how to solve that, try with a single file first [00:57] https://gist.github.com/butuzov/fa7d456ebc3ec0493c0a10b73800bf42 claims they have a way to convert to this file format that works. [00:57] but you may need a newer ffmpeg version [00:58] which may or may not be available as a snap, ppa, flatpak, appimage. [01:00] tomreyn, yes I did that in that website you just provided. It only combines the mp3s and converts the combined mp3 to m4b [01:02] hey tomreyn for some reason all of those "T"user names showed up does that mean that I tagged everyone? I will send a imgr link [01:02] migs: you only wrote "tomreyn", so only i was 'hilighted' / 'mentioned' [01:03] So you just start writing the name and hit tab right? [01:03] I am just new to this, or I used to use hexchat a while ago so I don´t remember some of the functionality [01:03] yes, and when you hit tab twice it'll list all possible matching names, but not send that to the channel [01:04] that's how it works with some irc clients anyways [01:04] including hexchat [01:04] https://imgur.com/a/ZnQuBqk [01:05] Yeah but all of the names just stay there so it is a nussance if I want to scroll up to find a message or somethign because it just takes up so much space [01:06] so I didn´t tag all of those people in my message? [01:07] migs: no, you did not [01:07] Great [01:07] if you have questions on how to configure hexchat, there's also #hexchat [01:07] oh ok [01:08] and probably also #ffmpeg [01:08] tomreyn, oh ok thanks good to know [01:08] !alis | migs [01:08] migs: Alis is an IRC service to help you find channels. For help on using it, see «/msg Alis help list» or ask in #libera - Example usage: «/msg Alis list http» === money_ is now known as money [01:12] hey tomreyn I have another question. In Ubuntu I have preinstalled "simple screenrecorder"but when I launch it it says "You are using a non-x11 window system(e.g. Wayland"Whatdoes this mean? here is an imgur link https://imgur.com/a/3hd0mkc [01:13] tomreyn: too late. I switched from jammy to lunar a few weeks a go [01:13] yes I know, lunar is newer, that's what I was trying to say [01:13] lesson learned, don't change releases [01:13] especially one that isn't released yet [01:13] except changing to testing on debian seemed to be fine [01:13] !next | fmlatghor [01:13] fmlatghor: Lunar Lobster is the codename for Ubuntu 23.04. For technical support, see #ubuntu-next. For testing and QA feedback and help, see #ubuntu-quality. [01:14] ah [01:14] well it comes out in less than a month [01:14] well I guess that was a stupid decision [01:14] !wayland | migs [01:14] migs: Wayland is a display server protocol (an alternative to X11) and library. Unlike Xorg, Wayland provides no central server component, but desktop environments' compositors make use of it (e.g. mutter, kwin, weston). For more info, see https://wayland.freedesktop.org and !xwayland [01:14] it's still not supported here yet [01:15] it least I didn't install bedrock or use multiple package managers on the same distro, that would have been even messier and worse [01:15] perhaps I should have just used containers or built packages from source [01:15] instead of switching releases to get newer packages [01:15] I didn't realise that would break some things as well [01:15] leftyfb, why not? it's the default since 22.04 after all [01:16] migs: it's not entirely correct, but for the purpose of simplicity, think of xorg and wayland as two competing "graphical desktop foundations". ubuntu switched to wayland as a default for newer releases. [01:16] rfm: Ubuntu 23.04 isn't released yet and is still under active development. All support is done in #ubuntu-next [02:12] I need help budgie 20.04 ...Software center lost the catagories at the bottom [02:17] pete: can you show a screenshot (imgur.com)? any idea what may have triggered this? === chris14_ is now known as chris14 === RaGE_Syria5 is now known as RaGE_Syria [02:18] it happened after i signed up for ubuntu pro [02:19] hmm, i would assume that's not related [02:19] Pro added alot of sources to the list [02:20] i think what you call 'software center' is the ubuntu-software *snap* on 20.04. but i can be wrong, thus asking for a screenshot [02:21] i'm not so familiar with budgie. (there is probably #ubuntu-budgie , too) [02:22] you are right about the snaps [02:23] then it should be mostly unaffected by ubuntu pro, which is shipped through apt. [02:23] thanks will try budgie channel [02:23] i see you (?) also posted to https://discourse.ubuntubudgie.org/t/software-center-problem/6637 [02:23] thanks [02:24] pete: about the cd-rom error message, you can just remove or comment out the cdrom line in /etc/apt/sources.list [02:24] i cpommented it out [02:25] so this error message shold be gone on the next sudo apt update [02:26] thanks tomeyn yes it was gone [02:26] pete: oh, you should probably also upgrade to 22.04 soon, since 20.04 will be end of life next month, i would think [02:26] I hAVENT USED IRC IN 15 YEARS [02:28] this is a 14 yo laptop 22.04 would not load [02:29] HP DV4 [02:29] you tried? maybe try a lighter distribution then [02:30] yep [02:30] or different hardware, if possible. [02:32] I have used puppy for about 10 years but wanted bluetooth [02:32] pete: try #linux to discuss different distributions [02:32] bluetooth om budgie works perfect [02:34] I am not good with linux but I can stagger thru it started with ubuntu 6.04 [02:36] well, unless you have more ubuntu support qusestions - the other channels will be better, [02:36] will try the budgie thanks [02:53] Is there a way to disable audio routing to a device that should never had audio routed to it? [02:54] My computer has recently decided to start piping sound to my video card [03:02] I acutally can't get audio into the headphones at all now [03:05] Have you checked your Output device in Settings- Sound ? [03:13] I think an audio driver is crashed or pulse is somehow broken- my usual usb soundcard produces distorted sounds and somehow lags video playback, but on this box only [03:14] and the altrernate I was using just stopped working- before sound came out of my monitor- for the first time in the years I've had the monitor and gfx card [03:14] dfidn't know displayport could carry audio, nor did I know my monitor had speakers [03:16] anything short of a reboot I can attempt to fix pulseaudio? just killing it's daemon and letting it come back up, or loggoing out of XFWM4 and abck in didn't do much [03:18] Can someone please walk me through the process on how to install an Ubuntu Pro license on all five workstations at work tonight? This is my first day and I'm nervous... We went over it during training but I have ADHD. [03:25] hello [03:26] hello anyone installed bigbluebutton 2.5.6 in ubuntu 20.04? [03:27] So I am stuk with this issue for some time. apt-get install always gives an error in the /usr/lib/python3/dist-packages/debian/deb822.py in the 'import six' statement. I have installed the 'six' python module already wit pip - both in general and in a pyenv. I am still getting the same error. If I run a python repl and 'import six' it works. [03:27] Pleease help. Googling gives the same 'solution' - pip install six, which I have already done. [03:28] what version of ubuntu [03:28] and what did you do to break your python? [03:29] and installing things in a pyenv has no effect on your system python modules [03:29] ubuntu 20.04.6 LTS [03:30] but I am trying to install in a pyenv activated [03:31] what if you apt install python3-pip [03:31] Traceback (most recent call last): [03:31] File "/usr/lib/update-notifier/package-data-downloader", line 24, in [03:31] import debian.deb822 [03:31] File "/usr/lib/python3/dist-packages/debian/deb822.py", line 240, in [03:31] import six [03:31] dont flood the channel [03:31] ModuleNotFoundError: No module named 'six' [03:31] eerr [03:31] python3-six [03:34] sorry [03:34] if I try that I get the same Error [03:34] oh, cuz apt is broken [03:34] haha [03:34] back to the original question [03:34] yup [03:34] [08:28:51 PM] and what did you do to break your python? [03:34] what about sudo pip3 install six [03:36] reporting some issues in installing grub-pc now [03:37] Mixing package managers isn't ideal, would be better to either remove update-notifier, install six, then re-install that or just download manually and use dpkg. [03:46] ls [03:46] nihao [03:46] lks [03:46] ls [03:46] ls === sbe is now known as Guest7775 [03:48] hi [03:49] Oi [03:53] so I am having issues with grub-efi etc. I (follishly) tried to purge them to reinstall [03:54] now I am unable to install them again (due to module six issue in apt) [03:54] can I download the python six module and install it with dpkg? [03:56] why install it [04:00] I have installed it with pip. But in apt install I am geting an error: 'no module named six' so apt install and upgrade are failing [04:00] import six works in python repl, but apt gives this error. [04:01] the apt error is from python3 [04:01] but I have python3 as the default version. And module six is installed for python3 [04:03] you still havne't answerd the question [04:03] [08:34:49 PM] [08:28:51 PM] and what did you do to break your python? [04:04] sorry I dont get the question. I think I changed the version of python to python3:ln -s python3 /usr/bin/python [04:04] oh, that sounds like a great idea! [04:04] change files from underneath the system [04:05] I thought so :( guess it is not recommended. [04:05] you try to upgrade apt or change apt's edit-sources [04:05] I did this because when I tried apt install from a pyenv I was still getting the module six error [04:05] I did apt upgrade [04:07] what to change in the apt edit-sources? [04:08] dpkg: error processing package grub-efi-amd64 (--configure): installed grub-efi-amd64 package post-installation script subprocess returned error exit status 10 [04:08] this is the error when trying to install grub-efi now [04:12] the file is /etc/apt/sources.list ,but i'm not sure it work or not [04:13] where are you from ? [04:13] If I am able to fix the module six issue, I can reinstall grub-efi or any other package.. the module six issue is stumping me, dont know what to do [04:13] @long from India [04:16] https://askubuntu.com/questions/1241362/fix-package-post-installation-script-subprocess-returned-error-exit-status-10-fo - Im afraid to do this [04:17] vardhan: you can try to extract the package manually [04:18] cd ~/Downloads/;wget http://mirrors.kernel.org/ubuntu/pool/main/s/six/python3-six_1.14.0-2_all.deb; ar x ython3-six_1.14.0-2_all.deb; tar xf data.tar.xz; sudo cp -r usr/* /usr [04:19] there is a p missing [04:19] try to run the commands one by one. ar x python* ist the right command i mean [04:21] ok, will try [04:27] I did that, but I'm now stuck with the error for grub-efi-amd64 (exit status 10) [04:27] use a pastebin to show the error [04:28] and also the URL that you get with "sudo fdisk -l | nc termbin.com 9999" [04:29] grub-efi-amd64-bin grub-efi-amd64-signed are still in phased updates for me in jammy [04:29] https://pastebin.com/wE51a2zH [04:29] \o lotus [04:30] hey ravage [04:31] https://termbin.com/pzy2z (and also the URL that you get ..) [04:31] i dont have grub-efi-amd64 installed [04:31] og so the system is actually EFI. thats what i wanted to check [04:32] My arch is x86_64. I dont know why it tries to install grub-efi-amd64 - isnt it for amd64 arch? [04:32] vardhan: sudo apt install grub-efi-amd64-bin grub-efi-amd64-signed [04:34] https://pastebin.com/v30yxBbD - same error [04:34] hm. i know that 20.04 had some issues with the signed efi images [04:36] ravage: vardhan im seeing bug #2012748 recently [04:36] -ubottu:#ubuntu- Bug 2012748 in grub2-signed (Ubuntu) "package grub-efi-amd64-signed 1.187.3~22.04.1+2.06-2ubuntu14.1 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 32" [Undecided, New] https://launchpad.net/bugs/2012748 [04:36] ravage: security has released the fix for that: https://ubuntusecuritypodcast.org/episode-191/ - update should resolve ? [04:37] Bashing-om: yes that may be the one i thought of [04:37] vardhan: do you have secure boot enabled? [04:38] No, its disabled [04:39] then try to install grub-efi-amd64 [04:39] without the signed [04:40] Same exit status 10 error for --configure on grub-efi-amd64 [04:40] strange [04:41] Can I install grub-efi manually? Not able to find the right package [04:41] the configure script for tha package fails [04:41] https://packages.debian.org/sid/arm64/grub-efi-arm64-bin/download - this is for amd64 only? Im on x86_64 [04:41] i just dont know why [04:42] amd64 = x86_64 [04:42] ok! [04:42] Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0. [04:42] redis.pipelined do [04:42] redis.get("key") [04:42] end [04:42] should be replaced by redis.pipelined do |pipeline| pipeline.get("key") [04:42] end [04:45] vardhan: this is more or less just guessing but you can "sudo nano /var/lib/dpkg/info/grub-efi-amd64-bin.postinst" and put "exit 0" in line 2 and save it [04:45] then try "sudo apt -f install" [04:45] @ravage: https://pastebin.com/8RmX8HTm -I get an installation error for the package with amd64 arch [04:46] yes you want amd64. and not arm64 [04:46] https://dpaste.com/F7RGJ8URQ [04:46] oh sorry [04:46] anyidea what is this regarding? [04:51] >> then try "sudo apt -f install" : same error after this [04:53] vardhan: ls -al /var/lib/dpkg/info/grub-efi-amd64* [04:54] if there is a grub-efi-amd64.postinst try the same for that file [04:54] TuxTamer: maybe if you describe what you are trying to do and when that error occurs someome is able to help [04:56] @ravage: that seems to have worked [04:56] I'm trying to ibstall bigbluebutton -2.5.6 in ubuntu20.04 I'm getting this error while trying to record a meeting and the meeting download will not be processed due to this. [04:57] TuxTamer: this does not look like an Ubuntu issue but an issue with that software? [04:57] vardhan: ok. nice. so "sudo apt -f install" finished? [04:57] yes [04:58] efibootmgr | nc termbin.com 9999 [04:58] seems like an issue with rubygems in ubuntu20 i think [04:59] https://termbin.com/c3qq [04:59] BTW do we have a channel for BigBlueButton ? [05:00] TuxTamer: never used that tool. cant help much with that sorry [05:00] vardhan: ok that looks ok. Ubuntu is selected [05:01] vardhan: sudo update-grub2 [05:01] done [05:01] find /boot/efi/ | nc termbin.com 9999 [05:02] https://termbin.com/pu9k [05:02] does that need a sudo? [05:02] no. but thats not so good [05:02] maybe that was the problem with your grub install [05:03] does "sudo mount /boot/efi" do anything? [05:03] mount: /boot/efi: /dev/nvme0n1p1 already mounted on /boot/efi [05:03] hm. but i guess even with sudo /boot/efi is empty? [05:05] no it has EFI and then BOOT grub ubuntu dirs [05:05] ok then do the command with sudo again [05:05] and show the output [05:06] sudo find /boot/efi/ | nc termbin.com 9999 [05:06] https://termbin.com/htck [05:06] ok that looks nice [05:06] and "update-grub" found your ubuntu kernels? [05:07] (with sudo lke above) [05:08] if that all looks ok i cant think of anything else to check and you may try a reboot [05:08] maybe have a usb drive with 20.04.6 ready in case it does not work as expected [05:09] yes, it seems to pass without an Error [05:09] do I need to check anyting (e.g. dpkg -C) to check for grub packages? [05:09] before reboot [05:10] also the module six not found seems to have gone. [05:11] You can try "sudo apt --reinstall install pyrhon3-six" [05:11] Just to make sure that's setup correctly [05:12] yes, seems ok, installed [05:12] should I reboot? I dont have a 20.04 USB [05:12] And also "sudo grub-install /dev/nvme0n1" [05:12] Does that work? [05:12] done, yes [05:13] Then a reboot should work. But a bootable USB is always recommend:) [05:14] Ok. Thanks you SO much! would never have resolved without this help. Lots to learn! [05:15] yw. but dont thank me yet. come back after your reboot :D [05:15] :) [05:15] sure [05:16] If I can bother you more :) https://pastebin.com/9yL3J4d0 this is what I always get nowadays when doing an apt install. Had tried goolging, but havent found a solution. Any pointers? [05:17] for package in $(apt-get upgrade 2>&1 | grep "warning: files list file for package '" | grep -Po "[^'\n ]+'" | grep -Po "[^']+"); do sudo apt-get install --reinstall "$package"; done [05:17] you can try that [05:17] you can remove packages you dont need from that list before [05:19] my guess is that this are manually installed packaged that are not part of the ubuntu archives. at least some of them [05:21] I get the error for >100 packages. Trying your script - has some errors, will try to fix [05:22] sudo apt-get upgrade 2>&1 doesnt list any packages/errors [05:23] but that script only loops over those really [05:23] but try to clean up those packages [05:23] yes, I mean the script doesnt list the errors I got while doing an apt install [05:23] remove what you dont need [05:24] yes, got it [05:24] best would be all of course. but do them one by one [05:24] will get a dump and extract and loop over packages [05:24] and check if it does not want to uninstall half of your system :) [05:25] looks like it though :) I dont know why it is unhappy with so many. I also dont know if I need them [05:25] on a normal apt install you get a list of over 100 packages with that error? [05:26] yes [05:26] maybe it is a good time for a backup and a fresh install of 22.04 soon :) [05:27] something broke sometime and I started getting these [05:27] yes, good idea [05:33] >> on a normal apt install you get a list of over 100 packages with that error? : no it seems it is 2509 packages! [05:34] @ravage [05:37] reinstall that system soon :) [05:39] does a reinstall keep/upgrade the existing packages? [05:40] no [05:40] thats why i said backup your data :) [05:41] ok [06:18] What do I need to install on Ubuntu to get this usb ethernet adapter to work? 0fe6:9702 ICS Advent USB 2.0 10/100M Ethernet Adaptor https://i.imgur.com/WzO1BqB.png [06:19] ryzenda: https://askubuntu.com/questions/1453021/i-have-an-usb-to-ethernet-adapter-model-no-vk-qf9700-can-someone-have-driver looks like there is no linux driver yet [06:23] ravage, Thanks. I'm trying to help someone to get this to work, and I guess it doesn't work then. I'm considering to order a USB ethernet adapter for them, but do you have any recommendations on which one is 100% guaranteed to work in linux? [06:26] i have an anker a8341 adapter UUSB-C [06:26] that works [06:27] https://www.anker.com/products/a8341 === itu is now known as Guest8963 [06:54] ryzenda, vantec cb-u300gna works on ubuntu and manjaro [06:58] even works on triskel [07:03] matrixy, lol what is triskel? [07:03] its like one of those free software distros [07:05] i dont use it anymore but tried it === realivanjx4 is now known as realivanjx === jason_ is now known as Guest7054 [07:54] periodically, my laptop running Ubuntu 20.04, which is connected to the network via wifi, and is always active on the network, disconnects from the network for apparently no reason. For instance, it disconnected at 6:38 this morning, and didn't reconnect to it until I entered my password to the locked screen saver. Then it automatically reconnected without any other action from me. Which log files should I inspect to try [07:54] to find the cause of this? [07:56] Note that my IP address did not change during this outage [08:01] clarkk: sounds maybe like a power saving feature? you could check dmesg or journalctl -x [08:33] UndrWater, thank you. I've uploaded syslog to https://termbin.com/ljivl Note that the system went offline at 6:38, and re-established the connection at 7:44. Also, I've resolved the hosts entry that it was complaining about (I don't believe that's related to the problem). Can anyone suggest a solution? [08:34] I have software running that relies on the network and is constantly downloading data. When this happens, it causes big gaps in my data. [08:36] Also note that I've disabled ipv6. I don't know why ipv6 addresses are being logged [08:39] clarkk: ugh...i have those acpi spam messages as well! anyway, are the fwupd messages happening after you log in? [08:48] UndrWater, you mean, when I log in for the first time after a reboot? Or when I enter my password to open a locked screen (which is what I did this morning)? [08:49] the later [08:49] UndrWater, then the syslog should cover that. I can see one at 07:47:41 [08:50] so...what that might indicate to me is a possible issue with the firmware and linux support. at least it's something to look into. [08:53] UndrWater, ugh, it's a fairly old laptop. So, if there's no new firmware available, then will I have to live with it? :/ [08:56] clarkk: look into the specific chip. there may be some issues, but perhaps some resolutions for what you're experiencing. [08:56] i'd help you out, but i'm TUI at the moment [08:59] UndrWater, ok, thanks. It's beyond me, I'm afraid. I'll come back tomorrow to see if anyone can help. As a workaround, do you think restarting the network manager via cron when there's a disconnection for a period of time would resolve it? [09:00] perhaps set your system not to sleep or log out? [09:02] UndrWater, all that is disabled [09:07] Under Settings > Power, there are setting "Wifi can be turned off to save power" and "Bluetooth can be turned off to save power". I don't want or needs these. However, if I disable them, then it enables Airplane mode and disables the wifi. So, I disable airplane mode. It doesn't enable wifi, so I enable wifi. Then, when I check the power settings again, they are both enabled. :/ [09:07] So, I can't disable this features [09:09] yeah...that's beyond me at this point. i don't have an ubuntu UI machine to check. [09:10] If I just disable "Wifi can be turned off to save power", it disables wifi but not airplane mode. If I enable wifi, it enables "Wifi can be turned off to save power" again [09:10] UndrWater, np. Thank you for your advice. [09:10] :D good luck! [09:10] Thanks, just hoping someone else will respond [09:13] same problem as this https://askubuntu.com/questions/1098101/how-to-turn-off-the-wifi-power-management-in-ubuntu-18-04-live [09:13] I'll try that solution === Liowenex_ is now known as Liowenex [09:25] I'll try that, and return if it happens again === Guest8963 is now known as itu === Liowenex_ is now known as Liowenex [11:00] Hi there, I have a Laptop with AMD a9-9425, it has windows 10, when i try to upgrade to windows 11 it says my cpu isnt supported? [11:02] This isn't a Windows support room. Sorry about your luck with crappy OSes though. [11:03] im making a ubuntu usb to try it [11:03] can you use netflix etc on ubuntu [11:04] im confused how i buy a HP mainstream laptop and i cant use windows 11 === pop-os is now known as mandrak [11:09] Samborambo: yes you can use netflix [11:09] Samborambo: probably your HP laptop was designed and built before Windows 11 [11:10] the reason you can't straightforwardly install Windows 11, is a great one to avoid that OS for though [11:10] Im making an Ubuntu usb to try, if it does everything i need ill use it [11:11] is there a good book to learn ubuntu [11:12] mmm [11:12] there probably is, somewhere [11:13] but, I would probably just sit in here and ask your questions [11:23] Hi [11:57] Samborambo: if you need any help with the ubuntu usb and testing ubuntu, please don't hesitate to ask here. we're all volunteers, but are usually happy to support you on your first steps. i'd recommend writing the ubuntu desktop iso file using the "balena etcher" software, it's the easiest wayx to do it right. [12:19] Hi all [12:19] ‘new === realivanjx3 is now known as realivanjx [13:19] hi [14:42] Trying to get subtitles in streamlink. Would this be right? [14:42] Trying get get subtitles in streamlink. Would this be correct. [14:42] streamlink -p mpv -a --mux-subtitles https://www.youtube.com/@NBCNews best === Forza_ is now known as Forza [15:08] Hello [15:09] Hello mante [15:09] Mate === ajfriesen0 is now known as ajfriesen [16:12] hey guys, got a liveUSB setup here and trying to image a drive. sudo apt install gddrescue says the package can't be found. What can I do when there's no way to install the OS to this system? I can't install because the person I'm doing this for doesn't want the OS installed on her system. [16:13] you can run sudo apt update before you run sudo apt install something [16:14] effectively I'm imaging a damaged disk to her existing windows install. There's space available for the image for sure, so I'm not concerned about that [16:14] I did that [16:14] are universe packages enabled on the live usb? [16:14] if not you may have to do that first [16:15] sudo add-apt-repository universe [16:15] universe is the baseline set of packages, aren't they? [16:15] if that tool is installed [16:16] guess not, thanks for the promt help! [16:17] yq. good luck with the rescue process :) [16:17] another option would be to actually install ubuntu to the usb stick (but you'd need to run the installer on a VM or other system for that) [16:17] *yw [16:18] never used the gui version. i usually pipe it to a gzip file or so [16:20] Gddrescue isn't a gui app [16:20] oh. g is for gnu. never mind [16:20] :D [16:20] It's short for gnu ddrescue [16:20] Yup [16:59] NICK akshu === bad_1 is now known as badbodh [17:07] OK, so the drive is coming up completely 0b with all the tools... I'm stumped. [17:11] gartral[m]: i don't think anyone here will be able to comment on this unless you provide a lot more details (and output on a pastebin). that's if you're looking for assistence with whatever it is you're trying to do. [17:12] well, you did write that you're trying to create an image of a "damaged disk" (damaged how?) to an existing file system which should have sufficient capacity to store that image. [17:13] and that you're using (g)ddrescue for it (but not how) [17:15] I have a friend who's in another country, this is her fault in it's entirety. She ignored warnings that her laptop's hard drive was dying, has no backups of her work for the past 9 years, and now I'm trying to recover the data for her. So far, I've had to buy an external SATA<->USB adapter and walk her through the process of carefully pulling the drive, and setting up a live USB to boot Ubuntu with. I've walked her through setting up SSH and [17:15] I'm on her machine remotely where I've installed gddrescue and when I try to image the disk with --idirect --sector-size=512 it "completes" after reading out exactly 0 bytes. [17:16] it's a 500gb disk and her desktop has a 1tb drive with enough room for the image. === elastic_dog is now known as Guest9423 [17:23] the kicker is that 0b size... I've never seen a drive report like that before [17:25] it might be the adapter in a "waiting for disk" state. [17:28] Hello [17:29] welcome Synthachak [17:29] I'm not sure why I'm here but I am [17:29] you can aks ubuntu related question in this channel Synthachak [17:30] Kewl ^^ [17:32] gartral[m]: hmm, what kind of drive is this? classic HDD, SSD, NVME? [17:34] tomreyn: It's a crappy seagate SSHD. https://media.discordapp.net/attachments/654102641500094512/1089235687062122506/20230325_181304.jpg?width=410&height=547 [17:34] i mean classic SATA/SAS HDD, SATA/SAS SSD, PCIe NVME? M.2? [17:34] i see [17:35] gartral[m]: is smartctl -x able to report anything about it? [17:36] checking [17:36] and does it report with proper capacity in journalctl / fdisk -l? [17:37] that I can answer now: No. [17:37] smartmonctl is throwing a "not ready" error: Read Device Identity failed: scsi error device will be ready soon [17:39] see https://www.smartmontools.org/wiki/USB and https://www.smartmontools.org/wiki/SAT-with-UAS-Linux [17:39] it's usually a matter of a bad / specific usb/sata translation chipset [17:40] i think bluetooth drivers of ubuntu sucks [17:40] my headphone is never disconnected on windows [17:40] but constantly disconnected on ubuntu [17:41] spinningCat: if you have a support question, this is a good place. if you have quality feedback, not so much. [17:41] I see [17:42] i usually set BT via commandline, scan, pair, trust, done [17:42] you miss the trust part, i guess [17:42] * once trusted, the gui tool works fine [17:43] when i ctrl+v from my keyboard, I get a different paste, compared to mouse right click/paste. Any ideas how to fix that? [17:43] blueman is pretty decent [17:43] https://simpleit.rocks/linux/shell/connect-to-bluetooth-from-cli/ [17:43] yes, blueman givest that option too [17:44] 'star' it [17:50] strange. smartctl -d sntjmicron -x /dev/sdg still shows the "not ready" error from before [17:51] same with -d sat -a [17:51] geosmile: I just live with it. It's not terribly predictible. Sometimes it's the GUI clipboard, sometimes the app, sometimes the shell. [17:52] geosmile: There's also the middle mouse button (often emulated with both buttons on a 2 button mouse). [17:53] gartral[m], if you have UEFI, disable secureboot perhaps? [17:53] geosmile: Ctrl-V is probably the shell, while the mouse buffer is the GUI. [17:54] secureboot has a major security vulnerability that's largely un-patched. [17:54] Disabling it is a good idea in general. [18:01] gartral[m]: i'm not sure which of the questions i asked you responded to when you said "that I can answer now: No" - so i'm not sure whether the disk actually shows with proper capacity in fdisk -l [18:02] tomreyn: No. the disk doesn't show it's proper capacity anywhere [18:02] if it doesn't show with proper capacity there then chances to get smartctl work properly with different protocol translators is not very likely to succeed. and even if it will, you'd still not be able to use ddrescue through this bridge then. [18:03] it also isn't responding to smart with the quirks set for the device, nor does it respond with the correct USB bridge passthrough settings. [18:03] you could maybe try to get it to work with libata or usb module linux command line parameters, but i'm not even sure which ones to try there. [18:03] I know it's doing something because she says it's humming and clicks when I run the smartctl command [18:04] if that's an option, it may be best to try the disk directly on another computers' sata bus [18:04] That's not possible [18:04] or use another usb bridge [18:04] i mean a different [18:05] Humming and clicking does NOT sound like an SSD. [18:05] "SSHD" [18:06] so HDD with extra flash cache [18:06] No, it's not possible without buying her a new computer. her desktop is a pre-built that's 12 years old and only has the one sata port on the board. it doesn't even have a DVD rom. [18:07] And sourcing another bridge that I can afford, and confirm has a better bridge chip is... difficult in the extreme because I'm not sure which ones WOULD work, and then there's the issue of shipping to Sweden. [18:08] tomreyn: Ah. [18:08] she's cripplingly agoraphobic and would have a nervous breakdown if I sent her out to buy one locally, and I think the nearest computer parts store that might have anything like that is 2 cities away with her without a vehicle. This situation is crap all around >.< [18:10] gartral[m]: What about her shipping just the drive to you? [18:11] I asked and she flipped out... this is her only copy of her art... she's extremely protective and said the only way she'd do that is if she physically brought it, and that's beyond prohibitively expensive for us. [18:13] and we already had an issue with a shipper losing the first bridge device and having to go through Amazon support to authorize a replacement. [18:15] gartral[m]: At some point you have to weigh the fact that it's quite probably not recoverable at all against the idea of shipping it with a small chance of recovery. [18:16] gartral[m]: What about a commercial recovery service? [18:19] if we HAVE to, we'll do that. I know that doing a transplant is the best option, but I'm doing my best to do this without that, because a professional service will have the same issues with shipping and her concerns will literally cause her so much anxiety that she won't eat for a week. [18:25] gartral[m]: fwiw, this is what this disk model would normally look like in smartmontools: https://unix.stackexchange.com/questions/722110/smartmontools-should-i-replace-my-sshd [18:26] apparently this one was directly connected to a sata bus, though [18:27] gartral[m]: is connecting the disk to the laptops' sata bus not an option either? [18:27] (and then booting off the ubuntu usb stick again) [18:28] tomreyn: it *is* but then there's nowhere to dump the data to. [18:28] what about a network storage device, the internet, a writable partition / file system on the usb stick? [18:29] plus there's the chance the currently connected sata storage device would work fine over the existing usb-sata bridge [18:30] however, "humming and clicking" does sound like a broken hdd head [18:30] yea [18:30] replacing that would probably make the data accessible again [18:31] the drive is entirely knackered in the laptop as well, and while I thought about dumping over SMB, I'm not so sure about doing that with a 500gb image. and having her break apart her desktop to get the hdd out of IT will put her in hysterics... again [18:33] sorry to hear about this siutation you two are in. i'm afraid we won't be able to find a solution for the non technical parts here either (but wish you all the best). [19:10] gartral[m]: probably if the data is very important you want to send it to a recovery place and refrain from testing more, i guess it could damage more and make it harder or impossible to recover [19:12] on the other hand, ive read about people using the 'freezer method' to get more life out of an hdd or placing it in a small refrigerator/container while getting the data, it's probably a long shot, and also has the potential to make stuff way more damaged and unrecoverable as well as problems with humidity and whatnot too [19:50] https://dpaste.org/t7CdH https://dpaste.org/t7CdH - how do i clean these unused kernels in ubuntu 20.04LTS? [19:53] geosmile: What have you tried so far? [19:54] geosmile: Have you tried apt autoremove? [19:54] jhutchins, i have - it does not remove anything! [19:57] geosmile: you know those aren't installed on your machine right? [19:58] leftyfb, I'm trying to run through a security scan - and its complaining that there are too many kernels installed on my machine [19:58] geosmile: (cat /etc/os-release ; uname -a ; ls -l /boot/vml* ) | nc termbin.com 9999 [19:59] geosmile: or (cat /etc/os-release ; uname -a ; apt list -i linux-image* ) | nc termbin.com 9999 [20:01] leftyfb, https://dpaste.org/QPo29 [20:03] is there some reason why USB audio devices would stop working through a hub, but work plugged directly into the box? [20:03] StupidLikeAFox: what errors are in dmesg [20:05] geosmile: ( apt list -i linux-image* 2>/dev/null|egrep -v "Listing|$(uname -r)|5.15.0-60") ) | nc termbin.com 9999 [20:06] leftyfb, https://dpaste.org/dsVHo [20:07] geosmile: you know this would be much easier for you to just copy and paste the command I gave you and post the URL here [20:08] leftyfb, If you look above, I had asked the question about my machine having cut and paste issues. So I have to type your commands manually! [20:09] geosmile: for kernel in $(apt list -i linux-image* 2>/dev/null|egrep -v "Listing|$(uname -r)|5.15.0-60|linux-image-generic-hwe-20.04"); do sudo apt remove --purge --autoremove $kernel ; done ; sudo apt install linux-image-generic-hwe-20.04 [20:12] leftyfb, -bash: syntax error near unexpected token `do' [20:13] you didn't type it in correctly [20:13] the command works, I've tesrted it [20:13] tested* [20:13] yes - i did not [20:13] geosmile: you probably misssed a ";" before done maybe [20:14] leftyfb, E: Release 'focal-updates,focal-security,now' for 'linux-image-5.13.0-44-generic' was not found [20:14] lots of those [20:14] linux-image-generic-hwe-20.04 is already the newest version (5.15.0.67.74~20.04.28). [20:14] please take a picture [20:14] 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. [20:15] leftyfb, https://dpaste.org/EoUCF [20:16] ah right [20:16] geosmile, sorry if i mistyped again [20:16] leftyfb, ^ [20:17] geosmile: for kernel in $(apt list -i linux-image* 2>/dev/null|awk -F/ '{print $1}'|egrep -v "Listing|$(uname -r)|5.15.0-60|linux-image-generic-hwe-20.04"); do echo sudo apt remove --purge --autoremove $kernel ; done [20:17] my bad [20:17] wait [20:17] yeah, run that, it will tell you what it's going to do [20:17] but won't actually do it until you remove the "echo" [20:18] leftyfb, https://dpaste.org/j4A0B [20:18] yep, remove the echo and hit it again [20:20] leftyfb, done - letme rescan/reboot- thanks! [20:32] https://dpaste.org/m4J4x - how do i disable these modules in my machine? I just created this file. [20:33] do i just do "modprobe -r dccp"? [20:33] you want ouse 'blacklist modulename' [20:37] rbox, lsmod does not show those anymore - does that mean it worked? [20:37] well it means they're not loaded [20:38] where do you put blacklist ... ? [21:31] Oy [21:32] archlinux [21:32] Oops. [21:37] I have "gnome-shell[12471]: Fontconfig error: Cannot load default config file: No such file: (null)" throughout my syslog file. Is there any way to resolve it? [21:37] note that $FONTCONFIG_PATH is configured with the correct path /etc/fonts [21:42] clarkk: does /etc/fonts/fonts.conf exist? [21:42] and what are the permissions of the file [21:43] EriC^^, https://termbin.com/86ln [21:46] looks good clarkk [21:47] EriC^^, thanks for looking at it. Can you think of anything else? [21:53] clarkk: which ubuntu version is this? [21:53] clarkk: maybe it's specific to a certain program, what happens if you run gedit while doing 'sudo tail -f /var/log/syslog' in a terminal? === halv1 is now known as halv [22:58] tomreyn, sorry, should have said. 20.04 [23:00] Trying to update my nvidia drivers (because for some reason my monitor shuts off when I full screen anything). I'm running into 'the following packages have unmet dependencies' and a long list of packages [23:00] this when i try sudo ubuntu-drivers autoinstall [23:00] I have a geforce rtx 2060 [23:01] on ubuntu 20.04.6 [23:01] EriC^^, doesn't happen with gedit, I'm afraid [23:04] clarkk: try to pinpoint which program it's happening with [23:19] Oy [23:33] just moved to 22.04 MATE, and I'm loving it! last time i was using Ubuntu was around 2010. [23:36] EriC^^, how can I do that? I am monitoring syslog using tail -f /var/log/syslog | grep -i fontconfig, but I still only see the output after the fact, when I explicitly look at the terminal (and see 5 messages, for examples) [23:37] clarkk: run tail -f and try a few gui programs you usually use and see if it pops up on any [23:58] are netstat and nethogs still supported in Ubuntu