[00:00] relipse: do you have a file in /etc/ssl/private/ ? [00:00] tomreyn: yes ssl-cert-snakeoil.key [00:00] how do i use that sucker? [00:00] see. and the apache configuration file default-ssl.conf should already point to this [00:00] or: where is the font cache written to? permission issues? [00:01] relipse: you can reuse the existing configuration there for a virtualhost configuration if you like. of course the hostname won't match,t hough [00:02] relipse: alternatively you can create another certificate using the instructions on the web page i posted initially, https://ubuntu.com/server/docs/security-certificates [00:03] let me try this snake oil cert [00:04] relipse: you can also have a look at the ssl-cert package and the make-ssl-cert command it provides, which are used to generate /etc/ssl/private/ssl-cert-snakeoil.key and /etc/ssl/certs/ssl-cert-snakeoil.pem [00:12] Diagon: is this a fully up to date ubuntu, which release? nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version_signature,cmdline}) [00:12] something is wrong with my configuration [00:12] https://www.irccloud.com/pastebin/JTvfJw8U/ [00:12] Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the [00:12] the first line belongs to the bottom [00:13] but the file also lacks more lines [00:13] my conf file has 2 virtualhosts in it one for 80 the other for 443 [00:13] and you need to a2enmod ssl [00:14] tomreyn - fully up to date, Ubuntu 20.04.3. I'm running a scrub now. so far no errors. === iDangerMouse is now known as Jozzy|Away [00:16] relipse: you should probably start by reading https://ubuntu.com/server/docs/web-servers-apache and /usr/share/doc/apache2*/README.Debian* [00:18] reading is for winners [00:22] my ~/.cache/fontconfig/ stays empty... this is where I would expect the cache files to be...am I right? [00:23] tomreyn - scrub completed with no errors. ravage - `debsums -s` doesn't report any relevant changed files. [00:23] why when i try to access https://www.handofhelp.test it doesn't work [00:23] Hrumph! [00:23] but when i first went to https://handofhelp.test and made exception for my self signed certificate it worked [00:23] but with www it is not working [00:24] am I supposed to have 2 virtual horsts? [00:24] hosts~ [00:26] relipse: you would need to create a virtualhost configuration for either hostname, use the ServerAlias directive, see https://httpd.apache.org/docs/2.4/vhosts/name-based.html . also, are your web browser and the webserver running on the same computer? [00:26] tomreyn: kind of, i am on windows using wsl2 [00:27] with ubuntu server for apache [00:28] tomreyn what about this, I have serveralias set up https://www.irccloud.com/pastebin/wiRbiT70/ [00:28] i see. your web browser will need to know which server (IP address) to connect to when you ask it to browse to a certain URL (which will contain the servers' hostname). [00:28] yeah i did all that already tomreyn in the windows hosts file [00:29] 127.0.0.1 www.handofhelp.test [00:29] 127.0.0.1 handofhelp.test [00:29] it was working fine without ssl [00:29] now its giving me a connection time out [00:30] should i take out the VirtualhHost *:80> section and just leave the 443 one? [00:30] i see. so with the updated apache httpd configuration file, you should now be able to access either location after you had apache httpd reload its configuration files (or restarted the service) [00:31] i already did reload and restart apache, but i'll try it again [00:31] oh sweet [00:32] that worked [00:32] thanks tomreyn [00:32] bless you [00:32] you're welcome. [00:39] tomreyn - any idea why gedit is now launched as a service? [00:39] gedit --gapplication-service [00:39] Diagon: no. what makes you think it is? [00:40] Activating service name = org.gnome.gedit ..." [00:40] oh a dbus service, ok. i still don't know, but that's not a service in the system of systemd / not a daemon [00:41] Ah, I.C. TY [00:41] the gnome world and dbus are a bit of a miracle to me, i don'T think i can help a lot there. [00:42] Mystery, mystery ... Thanks for your help, regardless. Maybe I should file a bug. With... who? Ubuntu? [00:42] a bug about what, though? [00:43] gedit not producing a window and refusing to respond to kill. You don't think thats' a bug? [00:44] oh it can be. i was not aware that this problem persists for you. [00:44] It's been going on for months. [00:44] did you try the other suggestions i made? [00:44] I think I tried all of them. Did I miss something? [00:45] i don't know, you didn't respond to some [00:45] I've scrubbed, debsum'd, re-installed, dmesg'd, journalctl'd [00:46] you could also run smartctl -x [00:46] I think I responded to all of them. [00:46] Ya, I did that too. [00:46] Diagon: is this a fully up to date ubuntu, which release? nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version_signature,cmdline}) [00:47] ^ you answered this partially, we didn't see the full output [00:47] I responded that it's fully up to date and that it's 20.04.3 [00:47] Ok, hold on ... [00:47] so it's one of the default kernels for 20.04.3? [00:48] default kernel, yes.... https://termbin.com/26tai [00:48] Diagon: if you are sure that there is really no indication of what may have happened on your logs (systemctl -b) then i suggest you could just reboot. [00:49] It's been months of reboots. Nothing changes. [00:50] i wasn't wondering about changes as much as about logged error conditions [00:50] Well, journalctl -b isn't producing anything. [00:50] (and still am) [00:50] Is there another log I should look at? [00:50] no output? [00:51] did you uninstall systemd-journald? [00:51] No, there's output Just nothing but success reported regarding gedit. [00:51] oh *regarding gedit* [00:51] right [00:52] so there is output [00:52] i'm more wondering as to whether the could be some other problems, more low level, such as about btrfs or the disk controller or the like [00:52] if you would like to file a bug: [00:53] !bug [00:53] If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [00:53] Alright, tomreyn. I'll go that route and hope something shows up. I think I have some other editor here that I can use in the mean time. I appreciate all your input! [01:02] I now have run "apt-get --reinstall install fontconfig", and the system-wide caches have been written as far a I can see in /var/cache/fontconfig but per user it still fails... [01:03] zenof: i don't think you have reported what is failing. [01:04] zenof: oh yes you did, sorry, missed that part [01:04] ...but then also "/home/zenof/.local/share/fonts: failed to write cache ... [01:06] zenof: does sudo apt update && sudo apt -f install && sudo apt full-upgrade && sudo apt dist-upgrade (want to) do anything? [01:07] zenof: also, which ubuntu are you running? nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version_signature,cmdline}) [01:09] see also potentially related https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909841 [01:09] Debian bug 909841 in fontconfig "fc-cache: failed to write cache" [Normal, Open] [01:12] 20.04.3 in that case, all updated & upgraded. I double checked I have read and write permission in ~/.cache/fontconfig as well as in ~/.local/share/fonts . should I as a user have write access to /var/cache ? [01:13] you should not [01:20] and I don't ;) (re)moving ~/.local/share/fonts lets 'fc-cache -rfv' exit 0, telling me it's skipping ~/.local/share/fonts as there is no such directory. [01:38] I remember I have had that before. Ends in all x11-apps starting up super slowly. [01:57] sorry, I had to gently stop gdm... === iDangerMouse is now known as JozzySparks === JozzySparks is now known as group [02:56] At the end of an ubuntu install, is there a way to get the equivalent autoinstall config resulting from what you chose on the install menu? [02:57] there should be /var/log/installer/ [02:58] ravage: so I can crack open a terminal at the end of an install and that should have it in there? [02:58] the logs are in the booted system [02:59] Sorry not sure what you mean by that [02:59] but they should already be there in the live session and then copied over [02:59] Oh on the installed system. Let me take a look [03:00] im not sure if you can completely recustruct everything from it but that all you get [03:00] Oh nice, yeah this looks like it [03:01] What do you think would be missing from it? [03:01] i never really looked at them closely. i only know that they exist :) [03:01] Well I'll give it a shot, thanks! [07:16] i just copy my image from Ubuntu 16.04 host to Ubuntu 20.04 host. then i cant load my virual machine. https://i.ibb.co/NxNTn1y/Screenshot-from-2022-01-16-10-45-05.png === Leoneof|2 is now known as Leoneof === Mibix is now known as Buttermilk === kedar is now known as kedar_apte === kedar_apte is now known as kedar [11:53] hi, never used IRC before, usually newb apologies. [11:54] I'm trying to create a file demonstrating every installed font on my system - ideally a pdf [11:55] I'm imaginging a bash script that parses through the "list" of installed fonts and prints out (a) the fontname and (b) a short string (or the contents of a text file) in that font. [11:56] can anyone help or point me in the right direction of where I shoudl ask please?# [12:20] whyglobaleyes: hi! the main purpose of this channel is to support those who notice that something about their ubuntu installation doesn't work as it should be. you're trying to solve an individually chosen task that's not about solving a problem - you may find it more difficult to get help with this here. [12:21] for bash scripting, there is #bash, but we can also help to a degree here. for generic questions around linux and linux distros, there is #linux. [12:21] what you'd create by scripting, would be a textual list, and there are tools to automatically create PDF documents based on unstructured or structured textual input. [12:21] @tomreyn thank you. any odea which channel might be better please? [12:22] see above for some additional suggestions. you can also keep asking here, but you'll be more successful when asking specific questions about a specific software, less so when asking how to solve an (arbitrarily chosen?) individual task. [12:24] we usually ask those seeking support here about their ubuntu version, too (and whether they actually run ubuntu, because there are a lot of derivatives which we can't support here.) [12:24] tomreyn: thanks :: will try the bash channel : you can see that I don't even know how to reply to a msg so very very newb [12:24] \quit #ubuntu [12:25] don't worry about being new to irc, that's fine. [12:25] LOL - or how to quit a channle! [12:25] you can just stay here, and /join #another [12:25] or /part #ubuntu if you so desire [12:27] okey-dokey. honestly. you'd have thought I'd picked up IRC experience & etiquette somewhere ... just spotted the /part command too. life's funny ... & grand [12:30] anybody ever used xsane and then later had the resolution picker disappear and the "show resolution list" option grey out? [12:36] Hi folks. Occasionally (every few days — I have to restart to get them to go away) I have processes that spin at 100% CPU. They can't be killed, even by `kill -9`. Looking at `/proc/2780701/stat`, the system time keeps increasing and increasing whereas the userspace time stays the same (so I think it's stuck in a syscall). Trying to attach GDB [12:36] with `gdb -p 2780701` just makes gdb hang. Looking at `/proc/2780701/stack`, it seems something is happening but it's not very enlightening. Any ideas how I can get more details about this (or optimistically: even solve it)? [12:48] broccoli: i'd start with a quick examination on the systems' overall state, because such issues can be caused by incompatible library and kernel variants and versions. [12:48] can you show the url printed by this? nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version_signature,cmdline}) [12:49] this would get your ubuntu and kernel version and post it to the termbin.com website, where it is deleted after a while. [12:54] https://termbin.com/vz94 [12:54] Hey guys, i want to compile a program, but i get an error about a missing library(?) however the package is installed and the location of the so file is in the command as well. So whats wrong? https://termbin.com/ngas [12:55] I should mention it's a Raspberry Pi 4 (arm64) [12:56] broccoli: and it's not an ubuntu kernel, and probably an ubuntu derivative [12:56] broccoli: how did you install it? [12:56] I used https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#1-overview [12:57] Hello [12:57] broccoli: which OS did you choose to install using the raspberry pi imiager? [12:59] broccoli: i may be wrong, maybe it's a proper ubuntu system - i'm trying to rule this out. can you show apt list --installed linux.* | nc termbin.com 9999 [13:00] betuxy: for support with compiling third party software, please use the support channels these third parties provide. probably somewhere on maxmind.com in this case. [13:00] betuxy how are you compliing said program? [13:01] betuxy what does `pkgconfig --libs pcre2-8` say? [13:02] I installed it a long time ago but I chose the 64-bit Ubuntu for RPi 4. This system has been upgraded from 21.04 to 21.10 in the past as well. https://termbin.com/jo4a is what `apt list --installed 'linux*' | nc termbin.com 9999` says (with the dot, it only says 'Listing...') [13:02] pkg-config that is [13:04] Kilroy: i followed the recommendations of the github page, which is download & extract tarball and then ron ./configure and make install [13:04] ok can you termbin the make file for me? [13:05] Kilroy: https://termbin.com/odo4 [13:05] fdsdf: Package pcre2-8 was not found in the pkg-config search path. [13:05] howerver libpcre2-8 is installed [13:05] broccoli: so yes that's apparently ubuntu for raspi you're running there, supported here - sorry. https://packages.ubuntu.com/impish-updates/linux-raspi matches your kernel [13:06] betuxy try libpcre2-8-dev ? [13:06] broccoli: and those kernel command line options, did you place them there or are those default? [13:08] broccoli: i'm referring to line 3 of https://termbin.com/vz94 which is the output of cat /proc/cmdline and what grub (configuration file /etc/default/grub ) passed to the kernel during boot [13:08] broccoli: and i'm wondering whether you changed this from the default [13:08] I don't have particular reason to think I put them there, but it's possible some of them have been influenced by the config file on the pi's bootloader (which if I understand is unlikely to be grub :/) [13:09] Kilroy: installing libpcre2-dev worked, i was confused because it explicitly asked for the so file that actually existed in fs. thanks though [13:09] oh right not grub, i'm silly. [13:11] I found /boot/firmware/cmdline.txt with that line in and it doesn't look like I've touched it [13:12] is something suspicious about any of those cmdline args? [13:13] broccoli: actually there is grub for raspi, but there is also flash-kernel, and i'm not sure what the current preferred method is for booting from ubuntu developers' perspective. sorry, i guess i just don't know enough about the raspi port. [13:13] I can't find any traces of grub on here and it's certainly not something I would have removed myself if it was there :-) [13:14] apt list flash-kernel says that's installed [13:16] broccoli: okay, i'm not sure what all of these options do, but if they've been set by default i guess they'll be fine. let's look into packages instead: sudo apt update && apt list --installed | egrep ',local\]' | nc termbin.com 9999 [13:18] that didn't return any lines (other than the apt-update output); not sure what it was aiming for to fix it though [13:18] it would not fix anything, just list packages or package versions which are not available from your configured apt repositories [13:18] (but are installed) [13:19] broccoli: also, do you have updates pending? apt list --upgradable [13:21] just `ubuntu-advantage-tools/impish-updates 27.5~21.10.1 arm64 [upgradable from: 27.4.2~21.10.1]` [13:23] broccoli: okay, that's all i wanted to check with you, all of which looks good. i'm afraid i'm not sure how to get a better idea of why the processes are stuck, though. maybe the linux perf utils could help getting a better idea. [13:24] broccoli: it could help to mention what these processes are and which state they are in, though. [13:25] and maybe just re-ask your question here after a while. there's also #linux if you can't seem to find help here quickly. or you could file a bug against ubuntu (type "!bug" here) [13:26] Hello tout le monde [13:27] hello there, geek972 [13:27] the first couple of times it happened, it was gcc/g++ compiling libsodium. This time now it's `/etc/update-motd.d/91-release-upgrade` and `/usr/share/prometheus-node-exporter-collectors/smartmon.sh` (part of Prometheus). I've attached `ps aux` of the two at https://termbin.com/jges if that's useful — happy to run anything else if you have ideas [13:28] No french people here? [13:28] please [13:28] Hi folks [13:28] !fr [13:28] Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [13:33] broccoli: hmm those processes are so different that i'd simply guess that maybe your storage is broken? you're not running this off off sd flash memory by chance? [13:34] it's a SATA disk over a USB-SATA adapter [13:35] though bets are up as to whether that's better or worse :D [13:35] broccoli: and did you inspect dmesg for any errors regarding the storage media or transport? [13:35] yeah, dmesg is quiet [13:36] well actually `Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)` sounds weird [13:36] could be a complete red herring but it sounds quite off [13:38] (that message was from boot; not around the time of the problem) [13:38] What would you advise using for this scenario: I need to be able to run multiple instances of any browser while being able to automatically replicate anything I do in one instance on the others (both mouse clicks & keyboard inputs) [13:42] broccoli: this could hint at the USB/SATA translation layer causing problems. see this related discussion: https://github.com/raspberrypi/linux/issues/3070 [13:42] Issue 3070 in raspberrypi/linux "USB3.0 to SATA adapter causes problems" [Closed] [13:43] (it was correctly closed there as off-topic sice this is not a raspi/linux issue) [13:44] that's still very interesting [13:44] and I note someone says that the JMS578 chip can have its firmware upgraded too... so maybe I have some pointers to go off there [13:45] Enissay: probably something selenium related. [13:46] tomreyn: Could be, I'll jump to their channel to confirm. Thanks <3 [13:52] thanks tomreyn — that's given me something to go off with and at least have a chance :-) [13:52] good luck, broccoli [14:26] hello, what's the main reason that sometimes after booting a live media, I get a frozen system showing a garbled screen? [14:29] bad memory, improperly seated graphics card? [14:30] olspookishmagus: without more details, only guessing is possible. your guesses might apply. more commonly you could see such if the iso image did not download properly or was not properly written to the live media (or both) [14:31] sup [14:31] whats new [14:31] olspookishmagus: fortunately it is possible to verify that downloaded and copied / written data is identical to the source [14:31] Aarch64debian: hi, do you have an ubuntu support question? [14:32] tomreyn: I'm booting via an IODD-2541, but that's a good pointer I'll check with the checksums of the .ISOs [14:32] thank you for the idea tomreyn [14:32] !checksum | olspookishmagus [14:32] olspookishmagus: To verify your Ubuntu ISO image (or other files for which a checksum is provided), see https://ubuntu.com/tutorials/how-to-verify-ubuntu [14:34] you can verify the data written to the installation source media using balena etcher (a cross-platform (but large download) GUI tool which does it by default), or by using dd and cmp [14:34] nothin just wanna know anythin new with ubuntu [14:34] tomreyn: I know my way around that - do you have a tip on how I could capture output (of what and how so I could debug if this keeps happening)? [14:35] Aarch64debian: try some of the other channels then, this one is just about support Q&A (see /topic) [14:35] Aarch64debian: ubuntu entered the space race, it now makes rockets too [14:35] ubuntu with spacex ? [14:36] !bootlog | olspookishmagus [14:36] olspookishmagus: To get a more verbose log of the boot process, remove "quiet" and "splash" from the kernel boot parameters and add "debug systemd.log_level=info". For info on editing kernel boot parameters, see https://wiki.ubuntu.com/Kernel/KernelBootParameters [14:36] starlink project [14:36] let's stay on topic, please, ubuntu support. there is #ubuntu-offtopic also. [14:39] tomreyn: it seems to be either happening WHILE booting and sometimes, just a while AFTER booting - but the weird part is that it happened to two different systems - maybe I have a faulty VGA cable and/or monitor [14:39] also traversing inside the directory tree and searching for checksum files gave me a cool idea for a script [14:41] olspookishmagus: if you have a chance to run dmesg on the booting/booted live/installer system, this could hint on what's going wrong, too. [14:42] (ideally storing it's output somewhere where it can persist for a bit longer, such as termbin.com or another pastebin site, or a local non volatile storage) [14:46] why might I get messages similar to 'xfs filesystem being remounted at /run/systemd/unit-root/var/cache/private/fwupdmgr' [14:46] tomreyn: yeah, maybe a USB disk and a proper command will handle this [14:48] webchat54: where do you see this message, which ubuntu release are you running, how did you install? [14:48] dmesg on Ubuntu 21.10 installed by USB iso [14:49] I was using xsane and it gave an error "error during save: Broken pipe" [14:49] webchat54: i'm guessing this is part of an ongoing firmware upgrade, based on the paths given [14:49] Error during save: Resource temporarily unavailable [14:50] webchat54: i think you should provide the commands you ran, and the output they produced, with additional context, on a pastebin. [14:50] (that is: please do not copy it here directly) [14:51] just quoting single error messages without sufficient context makes it difficult to support you. [14:51] I'm not sure that I had anything to do with it. more dmesg: "xfs filesystem being remounted at /newroot/home/..... supports timestamps until 2038." [14:52] Ok, understandable [15:03] Hello this is the dmesg with the xfs partitions being remounted [15:03] https://pastebin.com/ZDQQKN8z [15:04] tomreyn [15:07] there is other weirdness, apparmor messages, and [15:07] actually when I issued "apt install xsane" it insisted on installing firefox when firefox was already installed. === webchat54 is now known as Philip0a [15:17] how do I identify why snapd is running, or what installed programs might use it? Is it essential for a minimal installation? [15:18] it is part of the minimial install [15:18] "snap list" shows the installed applications [15:22] Should I be concerned by dmesg lines like audit apparmor="DENIED" for various capability's?  see https://pastebin.com/ZDQQKN8z [15:26] Philip0a: That's what apparmor is supposed to do is deny access. [15:27] How do I identify what is offending apparmor by attempting access to things denied? [15:30] One PID mentioned is snap-store. Is snap-store malware? [15:38] Philip0a, it is just a bunch of messages, during update firefox and such [15:38] not an error [15:39] so the many "xfs being remounted" is part of the normal update process? [15:42] oh that silly xfs 2038 timestamp issue [15:44] with kernel 5.11 and highr, one could fix that with ' xfs_admin -O bigtime=1 /dev/sdXY [15:44] https://www.linuxquestions.org/questions/showthread.php?p=6249842#post6249842 [15:45] or [15:45] https://askubuntu.com/questions/1302943/xfs-filesystem-being-mounted-at-disk-supports-timestamps-until-2038-0x7fffffff [15:46] and the DMAR DMA Read ... fault addr .... PTE Read access is not set  ? [15:47] maybe that gets fixed when you fix xfs [15:54] I think it has to do with i915 which I believe is video [15:56] do you run a standard kernel over there ? [15:58] I believe it is called "stable". [15:58] dmar dma read.. no, i think that does not point to i915 [16:00] DMAR: [DMA Read] Request device [00:02.0] PASID ffffffff fault addr 21a8ad000 [fault reason 06] PTE Read access is not set [16:00] i915 0000:00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun [16:01] I was making a wild guess that [00:02.0] ~ 0000:00:02.0 [16:01] could be from line 14; nvidia-drm .. [16:03] So nothing I need to follow up on, and probably nothing that would cause pipes to fail in xsane? [16:04] did you fix your xfs yet? [16:05] do you mean xfs_admin -O bigtime=1 /dev/sdXY [16:05] I assumed that was only to quiet messages about 2038 and would not affect function [16:06] Anyway I think stable kernel is now 5.10.0.something, not 5..11 [16:07] Philip0a: uname -a [16:07] Philip0a: what version of ubuntu is this? [16:08] Um, the current one? stable? [16:09] Ubuntu 21.10 [16:09] Philip0a: Ubuntu doesn't have "stable" and "unstable". That is Debian. ( uname -a ; cat /etc/os-release ) | nc termbin.com 9999 [16:09] minimal install, all updates, apt install xsane (which installed firefox as a dependency, although it was already installed) [16:10] oh my mistake. not stable [16:11] Philip0a: please show the resulting termbin url [16:12] Got a problem in the nvidia control panel there is an option (force full composition pipeline) i tick the box and apply it but on next reboot i have to do it again and i cant save to X Configuration file any ideas [16:12] https://termbin.com/ruv3 [16:13] save to X configuration says /etc/X11/xorg.conf then it says cant open for writting [16:13] Philip0a: why are you running 5.13? [16:14] leftyfb: because 21.10 comes with 5.13 [16:14] oh, right, sorry [16:14] I inlstalled from USB iso of 21.10   It's my first time with Ubuntu and I didn't know any better [16:14] sorry, used to comparing on 20.04 ... was kinda on autopilot [16:14] no problem [16:14] appreciate any help [16:16] So anyone know how to fix this nvidia issue with ubuntu [16:17] marc_: patience, if someone knows they will respond [16:18] i could be dead by then. [16:18] meanwhile try searching askubuntu.com [16:19] already did that [16:19] I have a "/etc/cron.d/db" with "-rw-r--r-- 1 root root" that does not seem to get executed "00 01 * * * root /usr/local/bin/cron.db >> /var/log/cron/db.log 2>&1" [16:19] the logs only show "cron[622]: (*system*db) RELOAD (/etc/cron.d/db)" [16:19] saned is inactive (dead) with reason Unit saned.service is masked.  Do I need to unmask it and how? [16:19] but no trace of trying to execute it [16:21] marc_, 3rd answer, write your own nvidia-conf ? https://unix.stackexchange.com/questions/510757/how-to-automatically-force-full-composition-pipeline-for-nvidia-gpu-driver [16:22] thankyou will read it now [16:22] not sure that vsync is kicking in and disables it [16:23] ok i get tearing if this is not enabled [16:24] for what card and what nvidiadriver? [16:31] GTX 780 === Leoneof|2 is now known as Leoneof [16:32] just says river nvidia [16:33] driver nvidia [16:33] oh you know how to tell what version [16:34] i just made a file in /etc/X11/xorg.conf.d/20-nvidia.conf [16:35] NVIDIA-SMI 470.86 Driver Version: 470.86 CUDA Version: 11.4 [16:36] type nvidia-smi === huntertur_ is now known as huntertur === Marco_Polo is now known as Guest5843 === Cromulent_ is now known as Cromulent [17:31] Anyone know why there might be a delay with my Nvme drive it reads at 1692 MB/s then shoots up to 2820MB/s after a few seconds is there some sort of power managment on NVME i have to disable [17:32] i think that is normal. [17:33] it can read as fast as the buffers pump the data through. [17:33] nope i just tried it with my second Nvme and that one doesnt do it [17:33] 'it does not' under the exact same conditions? [17:33] that one is reading at 3.1GB/s [17:33] exact same condiftions [17:34] no, i don't believe it is weird/odd/broken/needs fixing [17:36] the write rate on both drives is also lousy at around 600MB/s [17:37] firmware up to date? [17:37] the are corsair MP510's one 240gb the other 480gb [17:38] Force MP510 [ECFM22.7] on 480GB [17:38] Force MP510 [ECFM13.3] 240GB [17:38] the 240GB runs better than the 480GB [17:39] I cant run sandisks program for updating firmware as its windows [17:41] sorry i forgor sandisk is for my ssds corsair doesnt have a program for updating firmware [17:43] then how would a powermanagment tweak fix your issue, as there is no issue IMHO, and without a proper firmware update [17:44] I just went on forum and they are saying there are issues with some firmware causing performance issues [17:49] how can i get firmware info on each drive in the terminal [17:52] ask the vendor corsair? it is not part of this project https://fwupd.org/ [17:52] but you asked this before, same answer [17:54] i dont see this as a windows or corsair issue i see it as an ubuntu issue as its only having issues on ubuntu [17:56] lolz, no, it is not an ubuntu isse. [17:56] c/issue [17:56] it is now [17:56] Hello, i'm currently trying to make my touchpad work in Ubuntu 21.10. It doesn't even show in my lspci list. Can anybody help me? [17:56] good luck! [17:56] Wakko[m]: Does it show in lsusb [17:57] ots a tiuch pad issue not an ubuntu issue [17:57] Wakko[m], not even showing up in lspci? [17:57] touchpads rarely show in lspci if ever [17:58] Jeremy31, sure they do. [17:58] Wakko[m], on what laptop is this? [17:59] > Wakko: Does it show in lsusb... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/d20f69745aba8fbe724cd3fd801f34fbfbd36c3e) [18:01] Wakko[m]: URL from terminal for> xinput | nc termbin.com 9999 [18:02] "Wakko, not even showing up in..." <- Nope, i researched all the elements that appeared on the list and none of them seem to be a touchpad. === tigefa1 is now known as tigefa [18:06] Jeremy31: ⎡ Virtual core pointer... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/d8cbb8e04c1c10097b3ee1756c0804e1db222d7b) [18:07] Wakko[m]: check> dmesg | grep -i i2c [18:07] maybe there is a HW switch, FN + some key [18:07] or, i 'll wait for the laptop model, maybe it is a known issue [18:08] I tried KDE Neon before install Ubuntu 21.10 and the touchpad worked fine... but the wifi and ethernet not lol [18:09] oerheks: oh yes, it is but i'm pressed it many times and nothing happens. [18:09] I wonder if a newer kernel is needed [18:11] > I tried KDE Neon before install Ubuntu 21.10 and the touchpad worked fine... but the wifi and ethernet not lol [18:11] Well, kind of... the tochpad worked buggy... but at least the pointer arrow could move [18:17] "or, i 'll wait for the laptop..." <- It's a GemiBook X [18:32] i think you have to fiddle with that FN key combo, and repeat xinput untill it sees it [18:32] no simular bugreports for this model [18:35] > oh yes, it is but i'm pressed it many times and nothing happens. [18:35] ^ [18:37] Wakko[m]: Does it have Windows on it? [18:38] Jeremy31: No, i'm currently using Ubuntu 21.10. [18:38] oh, fastboot .. good spot, Jeremy31 [18:39] Could get the hardware IDs for it from Windows Control Panel/Device Manager [18:39] Jeremy31: It came with Windows 10 preinstalled, but i installed Ubuntu 21.10 on it. [18:40] Jeremy31: I can't, i'm using Ubuntu only. No dual-boot. [18:43] Wakko[m]: I was just explaining why I asked [18:44] oh sorry [18:45] During Ubuntu Server installation I checked a tick for NextCloud and it's installed by snap. Now I need to change some configuration file of NextCloud to fix some errors, but not possible because of snap: Editting is not allowed ! Do you have any solution? [18:45] Well, i guess i must get used to live without touchpad. [18:47] or you could install MS windows and the touchpad would work. [18:47] marc_: stop [18:48] well its not an ubutu issue is it [18:48] Wakko[m]: can you boot into the BIOS and see if there's an option to enabled/disable the touchpad? Or better yet, to test it [18:48] marc_: that has yet to be confirmed [18:48] just like my Nvme [18:48] marc_: I read it comments about this laptop, and even in Windows, the drivers are a mess. LOL. [18:48] Wakko[m]: check> dmesg | egrep -i 'i2c|pnp' [18:49] moha, use sudo for editting? [18:50] marc_: your issue is clearly a hardware/firmware issue and nothing to do with your operating system. If one nvme works fine and another doesn't, then the OS isn't the problem as they both use the same drivers [18:50] oerheks: Not possible to edit stuff in snap structure even by root user! [18:51] moha: snap applications still use settings in /etc/ [18:51] Seems it's using a filesystem, called squshfs [18:51] neither works fine the read spees on both are slow and both have different firmwares [18:51] write speeds sorry [18:51] that is readonly [18:51] moha: /etc/ is not readonly [18:52] It would be if the SSD is toast [18:52] Ah, let me search in /etc to see if I can find any nextcloud configuration file there or not, Thanks for the hont [18:52] hint* [18:53] the write speeds are 300 - 600 MB/s where they should be 1000 - 2000 MB/s [18:53] [12:33:05] nope i just tried it with my second Nvme and that one doesnt do it # doesn't this mean your "second Nvme" works fine? [18:53] thats the read speed delay [18:54] leftyfb: there's noting there related to nextcloud! [18:54] I mean in etc [18:56] so, without proper firmware update, which is not an ubuntu issue, you keep on asking for support.. [18:56] moha: tried /var/snap/nextcloud/current/nextcloud/config/config.php ? [18:57] Im not the only one with issues with nvme on ubuntu its a common theme with it [18:57] Wakko[m]: Have you tried closing the lid for a minute to see if it works after suspend? [18:57] marc_: https://askubuntu.com/a/1310892/1151311 [18:58] not using NTFS [19:00] leftyfb: No I was thinking of log file for /var/stuff; I'll try it now. Thanks [19:00] moha: huh? You said "I need to change some configuration file of NextCloud to fix some errors". How does that relate to log files? === jje4 is now known as jje [19:02] leftyfb: I mean I saw that there are some nextcloud files in /Var, but I didn't look at them as I always was thing of log box for /var [19:02] thinking* [19:03] moha: /var isn’t just for logs. Please go look [19:04] "Wakko: check> dmesg | egrep -i..." <- which package needs for "check" command? my terminal doesn't recognize it [19:04] Wakko[m]: run dmesg | egrep -i 'pnp|i2c' [19:05] Wakko[m]: run is not part of the command [19:06] Jeremy31: "Failure to read kernel buffer: Operation not allowed" [19:07] Wakko[m]: sudo dmesg | egrep -i 'pnp|i2c' [19:07] Jeremy31: hahahaha lmao sorry [19:07] Jeremy31: oh yes sudo, i forgot it lol [19:09] Philip0a: those DMAR messages and the i915 CPU pipe FIFO underrun point to an actual problem with the intel graphics driver (i915) / BIOS (/ much less likely hardware) [19:09] moha: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-nextcloud-on-ubuntu-18-04 it looks like "sudo nextcloud.occ config..." is what you want to use to configure aspects of nextcloud === Sven_vB_ is now known as Sven_vB [19:11] Jeremy31: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.I2C0._INI], AE_ALREADY_EXISTS (20210331/dswload2-326)... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/c3ec979948d54c600b9a6b1e3af21afb12153c8e) [19:13] leftyfb: Thanks alot; editing that file in var solved the error; but the link and the command nextcloud.occ seems handy! [19:14] moha: I'm pretty sure editing that file isn't the intended way to modify nextcloud [19:14] Wakko[m]: Unfortunately I can't find much from that, I would try closing the lid to see if it works after suspend [19:14] leftyfb: +1 [19:17] Jeremy31: No, i did it before. :( [19:19] * Wakko[m] uploaded an image: (59KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/bzveOkeuKntokyQXuazSQtNL/Guess-Ill-die-meme-1160x665.jpg > [19:19] guess i'll not have a touchpad [19:23] still; i think you have to fiddle with that FN key combo, wait a few seconds. and repeat xinput untill it sees it [19:23] no more funny pics please [19:29] "still; i think you have to..." <- Yes, that was one of the first things i did. But i didn't work. xinput shows the same devices. Anyway thank you all for your time and patience. I appreciate it very much. :D [19:45] What exactly does multipath do?? [19:46] Native NVMe multipathing [19:50] I disabled multipathing service and it fixed the read delay on my nvme drive [19:50] sudo systemctl disable --now multipathd.service [19:53] and the drive now runs ar read speeds of 3.2GB/s [19:55] write speeds are still rubbish though === veemo is now known as veemouse [21:27] Hi [21:28] I got this program that I like using. Wish I knew how to add it to the main app draw with an icon. [21:29] Just been launching it from the terminal [21:32] Wish I knew how to make it a snap [21:32] I love snaps [21:32] snap find is cool [21:32] I mean apt search is cool also [21:34] there are many howtos, like this https://linuxconfig.org/how-to-create-desktop-shortcut-launcher-on-ubuntu-18-04-bionic-beaver-linux [21:35] what program exactly, maybe someone wrote one already? [21:35] also; https://snapcraft.io/docs/creating-a-snap [21:36] MonoL: https://snapcraft.io/docs/creating-a-snap [21:36] damn, beat me to it [21:36] Thanks I'll look now [21:36] It's SunVox [21:44] Hi! whats the latest in virtualizing a windows desktop to ubuntu and kqemu? Is there a utility for doing this or do I need to use veeam or something to migrate the virtual machine to another system and and then install a core hypervisor and migrate it back? [21:45] if there is a better channel to talk about this let me know, sorry in advance [21:46] one could kvm/virt manager , sure [21:46] but how to migrate it back, really, i don't care [21:47] a windows or kvm related channel may be better suited, since this does not really seem to be related to ubuntu (other than virtualization runs on ubuntu) [21:47] I mean I am trying to make a micro hypervisor below the existing system ( I assume kqemu and ubuntu server perhaps) [21:48] so kvm channel it is [21:48] thanks === Fisher2 is now known as Fisher === veemouse is now known as veemo [23:16] hey [23:18] heyo === Xard3 is now known as Xard [23:50] thats what I always loved about ubuntu, tripped over a power cord during an upgrade and a single command gets it back on track...