/srv/irclogs.ubuntu.com/2022/01/16/#ubuntu.txt

tomreynrelipse: do you have a file in /etc/ssl/private/ ?00:00
relipsetomreyn: yes ssl-cert-snakeoil.key00:00
relipsehow do i use that sucker?00:00
tomreynsee. and the apache configuration file default-ssl.conf should already point to this00:00
zenofor: where is the font cache written to? permission issues?00:00
tomreynrelipse: you can reuse the existing configuration there for a virtualhost configuration if you like. of course the hostname won't match,t hough00:01
tomreynrelipse: alternatively you can create another certificate using the instructions on the web page i posted initially, https://ubuntu.com/server/docs/security-certificates00:02
relipselet me try this snake oil cert00:03
tomreynrelipse: 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.pem00:04
tomreynDiagon: is this a fully up to date ubuntu, which release? nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version_signature,cmdline})00:12
relipsesomething is wrong with my configuration00:12
relipsehttps://www.irccloud.com/pastebin/JTvfJw8U/00:12
relipseInvalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the00:12
tomreynthe first line belongs to the bottom00:12
tomreynbut the file also lacks more lines00:13
relipsemy conf file has 2 virtualhosts in it one for 80 the other for 44300:13
tomreynand you need to a2enmod ssl00:13
Diagontomreyn - fully up to date, Ubuntu 20.04.3.  I'm running a scrub now.  so far no errors.00:14
=== iDangerMouse is now known as Jozzy|Away
tomreynrelipse: you should probably start by reading https://ubuntu.com/server/docs/web-servers-apache and /usr/share/doc/apache2*/README.Debian*00:16
relipsereading is for winners00:18
zenofmy ~/.cache/fontconfig/ stays empty... this is where I would expect the cache files to be...am I right?00:22
Diagontomreyn - scrub completed with no errors.  ravage - `debsums -s` doesn't report any relevant changed files.00:23
relipsewhy when i try to access https://www.handofhelp.test it doesn't work00:23
DiagonHrumph!00:23
relipsebut when i first went to https://handofhelp.test and made exception for my self signed certificate it worked00:23
relipsebut with www it is not working00:23
relipseam I supposed to have 2 virtual horsts?00:24
relipsehosts~00:24
tomreynrelipse: 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
relipsetomreyn: kind of, i am on windows using wsl200:26
relipsewith ubuntu server for apache00:27
relipsetomreyn what about this, I have serveralias set up https://www.irccloud.com/pastebin/wiRbiT70/00:28
tomreyni 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
relipseyeah i did all that already tomreyn in the windows hosts file00:28
relipse127.0.0.1 www.handofhelp.test00:29
relipse127.0.0.1 handofhelp.test00:29
relipseit was working fine without ssl00:29
relipsenow its giving me a connection time out00:29
relipseshould i take out the VirtualhHost *:80> section and just leave the 443 one?00:30
tomreyni 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:30
relipsei already did reload and restart apache, but i'll try it again00:31
relipseoh sweet00:31
relipsethat worked00:32
relipsethanks tomreyn00:32
relipsebless you00:32
tomreynyou're welcome.00:32
Diagontomreyn - any idea why gedit is now launched as a service?00:39
Diagongedit --gapplication-service00:39
tomreynDiagon: no. what makes you think it is?00:39
DiagonActivating service name = org.gnome.gedit ..."00:40
tomreynoh a dbus service, ok. i still don't know, but that's not a service in the system of systemd / not a daemon00:40
DiagonAh, I.C.  TY00:41
tomreynthe gnome world and dbus are a bit of a miracle to me, i don'T think i can help a lot there.00:41
DiagonMystery, mystery ...  Thanks for your help, regardless.  Maybe I should file a bug.  With... who?  Ubuntu?00:42
tomreyna bug about what, though?00:42
Diagongedit not producing a window and refusing to respond to kill.  You don't think thats' a bug?00:43
tomreynoh it can be. i was not aware that this problem persists for you.00:44
DiagonIt's been going on for months.00:44
tomreyndid you try the other suggestions i made?00:44
DiagonI think I tried all of them.  Did I miss something?00:44
tomreyni don't know, you didn't respond to some00:45
DiagonI've scrubbed, debsum'd, re-installed, dmesg'd, journalctl'd00:45
tomreyn<tomreyn> you could also run smartctl -x00:46
DiagonI think I responded to all of them.00:46
DiagonYa, I did that too.00:46
tomreyn<tomreyn> Diagon: is this a fully up to date ubuntu, which release? nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version_signature,cmdline})00:46
tomreyn^ you answered this partially, we didn't see the full output00:47
DiagonI responded that it's fully up to date and that it's 20.04.300:47
DiagonOk, hold on ...00:47
tomreynso it's one of the default kernels for 20.04.3?00:47
Diagondefault kernel, yes....  https://termbin.com/26tai00:48
tomreyn<tomreyn> 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:48
DiagonIt's been months of reboots.  Nothing changes.00:49
tomreyni wasn't wondering about changes as much as about logged error conditions00:50
DiagonWell, journalctl -b isn't producing anything.00:50
tomreyn(and still am)00:50
DiagonIs there another log I should look at?00:50
tomreynno output?00:50
tomreyndid you uninstall systemd-journald?00:51
DiagonNo, there's output  Just nothing but success reported regarding gedit.00:51
tomreynoh *regarding gedit*00:51
Diagonright00:51
tomreynso there is output00:52
tomreyni'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 like00:52
tomreynif you would like to file a bug:00:52
tomreyn!bug00:53
ubottuIf you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.00:53
DiagonAlright, 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!00:53
zenofI 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:02
tomreynzenof: i don't think you have reported what is failing.01:03
tomreynzenof: oh yes you did, sorry, missed that part01:04
zenof...but then also "/home/zenof/.local/share/fonts: failed to write cache ...01:04
tomreynzenof: does sudo apt update && sudo apt -f install && sudo apt full-upgrade && sudo apt dist-upgrade      (want to) do anything?01:06
tomreynzenof: also, which ubuntu are you running?  nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version_signature,cmdline})01:07
tomreynsee also potentially related https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=90984101:09
ubottuDebian bug 909841 in fontconfig "fc-cache: failed to write cache" [Normal, Open]01:09
zenof20.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:12
tomreynyou should not01:13
zenofand 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:20
zenofI remember I have had that before. Ends in all x11-apps starting up super slowly.01:38
zenofsorry, I had to gently stop gdm...01:57
=== iDangerMouse is now known as JozzySparks
=== JozzySparks is now known as group
scottg489At 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:56
ravagethere should be /var/log/installer/02:57
scottg489ravage: so I can crack open a terminal at the end of an install and that should have it in there?02:58
ravagethe logs are in the booted system02:58
scottg489Sorry not sure what you mean by that02:59
ravagebut they should already be there in the live session and then copied over02:59
scottg489Oh on the installed system. Let me take a look02:59
ravageim not sure if you can completely recustruct everything from it but that all you get03:00
scottg489Oh nice, yeah this looks like it03:00
scottg489What do you think would be missing from it?03:01
ravagei never really looked at them closely. i only know that they exist :)03:01
scottg489Well I'll give it a shot, thanks!03:01
swebi 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.png07:16
=== 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
whyglobaleyeshi, never used IRC before, usually newb apologies.11:53
whyglobaleyesI'm trying to create a file demonstrating every installed font on my system - ideally a pdf11:54
whyglobaleyesI'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:55
whyglobaleyescan anyone help or point me in the right direction of where I shoudl ask please?#11:56
tomreynwhyglobaleyes: 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:20
tomreynfor 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
tomreynwhat 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
whyglobaleyes@tomreyn thank you. any odea which channel might be better please?12:21
tomreynsee 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:22
tomreynwe 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
whyglobaleyestomreyn: thanks :: will try the bash channel : you can see that I don't even know how to reply to a msg so very very newb12:24
whyglobaleyes\quit #ubuntu12:24
tomreyndon't worry about being new to irc, that's fine.12:25
whyglobaleyesLOL - or how to quit a channle!12:25
tomreynyou can just stay here, and /join #another12:25
tomreynor    /part #ubuntu    if you so desire12:25
whyglobaleyesokey-dokey. honestly. you'd have thought I'd picked up IRC experience & etiquette somewhere ... just spotted the /part command too. life's funny ... & grand12:27
webchat54anybody ever used xsane and then later had the resolution picker disappear and the "show resolution list" option grey out?12:30
broccoliHi 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 GDB12:36
broccoliwith `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:36
tomreynbroccoli: 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
tomreyncan you show the url printed by this?    nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version_signature,cmdline})12:48
tomreynthis would get your ubuntu and kernel version and post it to the termbin.com website, where it is deleted after a while.12:49
broccolihttps://termbin.com/vz9412:54
betuxyHey 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/ngas12:54
broccoliI should mention it's a Raspberry Pi 4 (arm64)12:55
tomreynbroccoli: and it's not an ubuntu kernel, and probably an ubuntu derivative12:56
tomreynbroccoli: how did you install it?12:56
broccoliI used https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#1-overview12:56
KilroyHello12:57
tomreynbroccoli: which OS did you choose to install using the raspberry pi imiager?12:57
tomreynbroccoli: 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 999912:59
tomreynbetuxy: 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
Kilroybetuxy how are you compliing said program?13:00
fdsdfbetuxy what does `pkgconfig --libs pcre2-8` say?13:01
broccoliI 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
fdsdfpkg-config that is13:02
betuxyKilroy: i followed the recommendations of the github page, which is download & extract tarball and then ron ./configure and make install13:04
Kilroyok can you termbin the make file for me?13:04
betuxyKilroy: https://termbin.com/odo413:05
betuxyfdsdf: Package pcre2-8 was not found in the pkg-config search path.13:05
betuxyhowerver libpcre2-8 is installed13:05
tomreynbroccoli: 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 kernel13:05
Kilroybetuxy try  libpcre2-8-dev ?13:06
tomreynbroccoli: and those kernel command line options, did you place them there or are those default?13:06
tomreynbroccoli: 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 boot13:08
tomreynbroccoli: and i'm wondering whether you changed this from the default13:08
broccoliI 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:08
betuxyKilroy: installing libpcre2-dev worked, i was confused because it explicitly asked for the so file that actually existed in fs. thanks though13:09
tomreynoh right not grub, i'm silly.13:09
broccoliI found /boot/firmware/cmdline.txt with that line in and it doesn't look like I've touched it13:11
broccoliis something suspicious about any of those cmdline args?13:12
tomreynbroccoli: 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
broccoliI 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:13
broccoliapt list flash-kernel says that's installed13:14
tomreynbroccoli: 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 999913:16
broccolithat didn't return any lines (other than the apt-update output); not sure what it was aiming for to fix it though13:18
tomreynit would not fix anything, just list packages or package versions which are not available from your configured apt repositories13:18
tomreyn(but are installed)13:18
tomreynbroccoli: also, do you have updates pending?   apt list --upgradable13:19
broccolijust `ubuntu-advantage-tools/impish-updates 27.5~21.10.1 arm64 [upgradable from: 27.4.2~21.10.1]`13:21
tomreynbroccoli: 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:23
tomreynbroccoli: it could help to mention what these processes are and which state they are in, though.13:24
tomreynand 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:25
geek972Hello tout le monde13:26
tomreynhello there, geek97213:27
broccolithe 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 ideas13:27
geek972No french people here?13:28
geek972please13:28
BluesKajHi folks13:28
oerheks!fr13:28
ubottuNous 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:28
tomreynbroccoli: 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:33
broccoliit's a SATA disk over a USB-SATA adapter13:34
broccolithough bets are up as to whether that's better or worse :D13:35
tomreynbroccoli: and did you inspect dmesg for any errors regarding the storage media or transport?13:35
broccoliyeah, dmesg is quiet13:35
broccoliwell actually `Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)` sounds weird13:36
broccolicould be a complete red herring but it sounds quite off13:36
broccoli(that message was from boot; not around the time of the problem)13:38
EnissayWhat 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:38
tomreynbroccoli: this could hint at the USB/SATA translation layer causing problems. see this related discussion: https://github.com/raspberrypi/linux/issues/307013:42
ubottuIssue 3070 in raspberrypi/linux "USB3.0 to SATA adapter causes problems" [Closed]13:42
tomreyn(it was correctly closed there as off-topic sice this is not a raspi/linux issue)13:43
broccolithat's still very interesting13:44
broccoliand I note someone says that the JMS578 chip can have its firmware upgraded too... so maybe I have some pointers to go off there13:44
tomreynEnissay: probably something selenium related.13:45
Enissaytomreyn: Could be, I'll jump to their channel to confirm. Thanks <313:46
broccolithanks tomreyn — that's given me something to go off with and at least have a chance :-)13:52
tomreyngood luck, broccoli13:52
olspookishmagushello, what's the main reason that sometimes after booting a live media, I get a frozen system showing a garbled screen?14:26
olspookishmagusbad memory, improperly seated graphics card?14:29
tomreynolspookishmagus: 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:30
Aarch64debiansup14:31
Aarch64debianwhats new14:31
tomreynolspookishmagus: fortunately it is possible to verify that downloaded and copied / written data is identical to the source14:31
tomreynAarch64debian: hi, do you have an ubuntu support question?14:31
olspookishmagustomreyn: I'm booting via an IODD-2541, but that's a good pointer I'll check with the checksums of the .ISOs14:32
olspookishmagusthank you for the idea tomreyn14:32
tomreyn!checksum | olspookishmagus14:32
ubottuolspookishmagus: To verify your Ubuntu ISO image (or other files for which a checksum is provided), see https://ubuntu.com/tutorials/how-to-verify-ubuntu14:32
tomreynyou 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 cmp14:34
Aarch64debiannothin just wanna know anythin new with ubuntu14:34
olspookishmagustomreyn: 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:34
tomreynAarch64debian: try some of the other channels then, this one is just about support Q&A (see /topic)14:35
olspookishmagusAarch64debian: ubuntu entered the space race, it now makes rockets too14:35
Aarch64debianubuntu with spacex ?14:35
tomreyn!bootlog | olspookishmagus14:36
ubottuolspookishmagus: 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/KernelBootParameters14:36
Aarch64debianstarlink project14:36
tomreynlet's stay on topic, please, ubuntu support. there is #ubuntu-offtopic also.14:36
olspookishmagustomreyn: 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 monitor14:39
olspookishmagusalso traversing inside the directory tree and searching for checksum files gave me a cool idea for a script14:39
tomreynolspookishmagus: 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:41
tomreyn(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:42
webchat54why might I get messages similar to 'xfs filesystem being remounted at /run/systemd/unit-root/var/cache/private/fwupdmgr'14:46
olspookishmagustomreyn: yeah, maybe a USB disk and a proper command will handle this14:46
tomreynwebchat54: where do you see this message, which ubuntu release are you running, how did you install?14:48
webchat54dmesg on Ubuntu 21.10 installed by USB iso14:48
webchat54I was using xsane and it gave an error "error during save: Broken pipe"14:49
tomreynwebchat54: i'm guessing this is part of an ongoing firmware upgrade, based on the paths given14:49
webchat54Error during save: Resource temporarily unavailable14:49
tomreynwebchat54: i think you should provide the commands you ran, and the output they produced, with additional context, on a pastebin.14:50
tomreyn(that is: please do not copy it here directly)14:50
tomreynjust quoting single error messages without sufficient context makes it difficult to support you.14:51
webchat54I'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:51
webchat54Ok, understandable14:52
Philip0Hello this is the dmesg with the xfs partitions being remounted15:03
Philip0https://pastebin.com/ZDQQKN8z15:03
Philip0tomreyn15:04
Philip0there is other weirdness, apparmor messages, and15:07
Philip0actually when I issued "apt install xsane" it insisted on installing firefox when firefox was already installed.15:07
=== webchat54 is now known as Philip0a
Philip0ahow do I identify why snapd is running, or what installed programs might use it? Is it essential for a minimal installation?15:17
ravageit is part of the minimial install15:18
ravage"snap list" shows the installed applications15:18
Philip0aShould I be concerned by dmesg lines like audit apparmor="DENIED" for various capability's?  see https://pastebin.com/ZDQQKN8z15:22
jhutchinsPhilip0a: That's what apparmor is supposed to do is deny access.15:26
Philip0aHow do I identify what is offending apparmor by attempting access to things denied?15:27
Philip0aOne PID mentioned is snap-store. Is snap-store malware?15:30
oerheksPhilip0a, it is just a bunch of messages, during update firefox and such15:38
oerheksnot an error15:38
Philip0aso the many "xfs being remounted" is part of the normal update process?15:39
oerheksoh that silly xfs 2038 timestamp issue15:42
oerhekswith kernel 5.11 and highr, one could fix that with ' xfs_admin -O bigtime=1 /dev/sdXY15:44
oerhekshttps://www.linuxquestions.org/questions/showthread.php?p=6249842#post624984215:44
oerheksor15:45
oerhekshttps://askubuntu.com/questions/1302943/xfs-filesystem-being-mounted-at-disk-supports-timestamps-until-2038-0x7fffffff15:45
Philip0aand the DMAR DMA Read ... fault addr .... PTE Read access is not set  ?15:46
oerheksmaybe that gets fixed when you fix xfs15:47
Philip0aI think it has to do with i915 which I believe is video15:54
ogra`do you run a standard kernel over there ?15:56
Philip0aI believe it is called "stable".15:58
oerheksdmar dma read.. no, i think that does not point to i91515:58
Philip0aDMAR: [DMA Read] Request device [00:02.0] PASID ffffffff fault addr 21a8ad000 [fault reason 06] PTE Read access is not set16:00
Philip0ai915 0000:00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun16:00
Philip0aI was making a wild guess that [00:02.0] ~ 0000:00:02.016:01
oerhekscould be from line 14; nvidia-drm ..16:01
Philip0aSo nothing I need to follow up on, and probably nothing that would cause pipes to fail in xsane?16:03
oerheksdid you fix your xfs yet?16:04
Philip0ado you mean xfs_admin -O bigtime=1 /dev/sdXY16:05
Philip0aI assumed that was only to quiet messages about 2038 and would not affect function16:05
Philip0aAnyway I think stable kernel is now 5.10.0.something, not 5..1116:06
leftyfbPhilip0a: uname -a16:07
leftyfbPhilip0a: what version of ubuntu is this?16:07
Philip0aUm, the current one? stable?16:08
Philip0aUbuntu 21.1016:09
leftyfbPhilip0a: Ubuntu doesn't have "stable" and "unstable". That is Debian.    ( uname -a ; cat /etc/os-release ) | nc termbin.com 999916:09
Philip0aminimal install, all updates, apt install xsane (which installed firefox as a dependency, although it was already installed)16:09
Philip0aoh my mistake. not stable16:10
leftyfbPhilip0a: please show the resulting termbin url16:11
marc_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 ideas16:12
Philip0ahttps://termbin.com/ruv316:12
marc_save to X configuration says /etc/X11/xorg.conf then it says cant open for writting16:13
leftyfbPhilip0a: why are you running 5.13?16:13
Maikleftyfb: because 21.10 comes with 5.1316:14
leftyfboh, right, sorry16:14
Philip0aI inlstalled from USB iso of 21.10   It's my first time with Ubuntu and I didn't know any better16:14
leftyfbsorry, used to comparing on 20.04 ... was kinda on autopilot16:14
Maikno problem16:14
Philip0aappreciate any help16:14
marc_So anyone know how to fix this nvidia issue with ubuntu16:16
Maikmarc_: patience, if someone knows they will respond16:17
marc_i could be dead by then.16:18
Maikmeanwhile try searching askubuntu.com16:18
marc_already did that16:19
tcurdt-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
tcurdt-the logs only show "cron[622]: (*system*db) RELOAD (/etc/cron.d/db)"16:19
Philip0asaned is inactive (dead) with reason Unit saned.service is masked.  Do I need to unmask it and how?16:19
tcurdt-but no trace of trying to execute it16:19
oerheksmarc_, 3rd answer, write your own nvidia-conf ? https://unix.stackexchange.com/questions/510757/how-to-automatically-force-full-composition-pipeline-for-nvidia-gpu-driver16:21
marc_thankyou will read it now16:22
oerheksnot sure that vsync is kicking in and disables it16:22
marc_ok i get tearing if this is not enabled16:23
oerheksfor what card and what nvidiadriver?16:24
marc_GTX 78016:31
=== Leoneof|2 is now known as Leoneof
marc_just says river nvidia16:32
marc_driver nvidia16:33
oerheksoh you know how to tell what version16:33
marc_i just made a file in /etc/X11/xorg.conf.d/20-nvidia.conf16:34
marc_NVIDIA-SMI 470.86       Driver Version: 470.86       CUDA Version: 11.416:35
marc_type nvidia-smi16:36
=== huntertur_ is now known as huntertur
=== Marco_Polo is now known as Guest5843
=== Cromulent_ is now known as Cromulent
marc_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 disable17:31
oerheksi think that is normal.17:32
oerheksit can read as fast as the buffers pump the data through.17:33
marc_nope i just tried it with my second Nvme and that one doesnt do it17:33
oerheks'it does not' under the exact same conditions?17:33
marc_that one is reading at 3.1GB/s17:33
marc_exact same condiftions17:33
oerheksno, i don't believe it is weird/odd/broken/needs fixing17:34
marc_the write rate on both drives is also lousy at around 600MB/s17:36
Jeremy31firmware up to date?17:37
marc_the are corsair MP510's one 240gb the other 480gb17:37
marc_Force MP510 [ECFM22.7] on 480GB17:38
marc_Force MP510 [ECFM13.3] 240GB17:38
marc_the 240GB runs better than the 480GB17:38
marc_I cant run sandisks program for updating firmware as its windows17:39
marc_sorry i forgor sandisk is for my ssds corsair doesnt have a program for updating firmware17:41
oerheksthen how would a powermanagment tweak fix your issue, as there is no issue IMHO, and without a proper firmware update17:43
marc_I just went on forum and they are saying there are issues with some firmware causing performance issues17:44
marc_how can i get firmware info on each drive in the terminal17:49
oerheksask the vendor corsair? it is not part of this project https://fwupd.org/17:52
oerheksbut you asked this before, same answer17:52
marc_i dont see this as a windows or corsair issue i see it as an ubuntu issue as its only having issues on ubuntu17:54
oerhekslolz, no, it is not an ubuntu isse.17:56
oerheksc/issue17:56
marc_it is now17:56
Wakko[m]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
oerheksgood luck!17:56
Jeremy31Wakko[m]: Does it show in lsusb17:56
marc_<Wakko[m]> ots a tiuch pad issue not an ubuntu issue17:57
oerheksWakko[m], not even showing up in lspci?17:57
Jeremy31touchpads rarely show in lspci if ever17:57
oerheksJeremy31, sure they do.17:58
oerheksWakko[m],  on what laptop is this?17:58
Wakko[m]> Wakko: Does it show in lsusb... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/d20f69745aba8fbe724cd3fd801f34fbfbd36c3e)17:59
Jeremy31Wakko[m]:  URL from terminal for> xinput | nc termbin.com 999918:01
Wakko[m]<oerheks> "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.18:02
=== tigefa1 is now known as tigefa
Wakko[m]Jeremy31: ⎡ Virtual core pointer... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/d8cbb8e04c1c10097b3ee1756c0804e1db222d7b)18:06
Jeremy31Wakko[m]: check> dmesg | grep -i i2c18:07
oerheksmaybe there is a HW switch, FN + some key18:07
oerheksor, i 'll wait for the laptop model, maybe it is a known issue18:07
Wakko[m]I tried KDE Neon before install Ubuntu 21.10 and the touchpad worked fine... but the wifi and ethernet not lol18:08
Wakko[m]oerheks: oh yes, it is but i'm pressed it many times and nothing happens.18:09
Jeremy31I wonder if a newer kernel is needed18:09
Wakko[m]> I tried KDE Neon before install Ubuntu 21.10 and the touchpad worked fine... but the wifi and ethernet not lol18:11
Wakko[m]Well, kind of... the tochpad worked buggy... but at least the pointer arrow could move18:11
Wakko[m]<oerheks> "or, i 'll wait for the laptop..." <- It's a GemiBook X18:17
oerheksi think you have to fiddle with that FN key combo, and repeat xinput untill it sees it18:32
oerheksno simular bugreports for this model18:32
Wakko[m]> oh yes, it is but i'm pressed it many times and nothing happens.18:35
Wakko[m]^18:35
Jeremy31Wakko[m]: Does it have Windows on it?18:37
Wakko[m]Jeremy31: No, i'm currently using Ubuntu 21.10.18:38
oerheksoh, fastboot .. good spot, Jeremy3118:38
Jeremy31Could get the hardware IDs for it from Windows Control Panel/Device Manager18:39
Wakko[m]Jeremy31: It came with Windows 10 preinstalled, but i installed Ubuntu 21.10 on it.18:39
Wakko[m]Jeremy31: I can't, i'm using Ubuntu only. No dual-boot.18:40
Jeremy31Wakko[m]: I was just explaining why I asked18:43
Wakko[m]oh sorry18:44
mohaDuring 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
Wakko[m]Well, i guess i must get used to live without touchpad.18:45
marc_or you could install MS windows and the touchpad would work.18:47
leftyfbmarc_: stop18:47
marc_well its not an ubutu issue is it18:48
leftyfbWakko[m]: can you boot into the BIOS and see if there's an option to enabled/disable the touchpad? Or better yet, to test it18:48
leftyfbmarc_: that has yet to be confirmed18:48
marc_just like my Nvme18:48
Wakko[m]marc_: I read it comments about this laptop, and even in Windows, the drivers are a mess. LOL.18:48
Jeremy31Wakko[m]: check> dmesg | egrep -i 'i2c|pnp'18:48
oerheksmoha, use sudo for editting?18:49
leftyfbmarc_: 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 drivers18:50
mohaoerheks: Not possible to edit stuff in snap structure even by root user!18:50
leftyfbmoha: snap applications still use settings in /etc/18:51
mohaSeems it's using a filesystem, called squshfs18:51
marc_neither works fine the read spees on both are slow and both have different firmwares18:51
marc_write speeds sorry18:51
mohathat is readonly18:51
leftyfbmoha: /etc/ is not readonly18:51
Jeremy31It would be if the SSD is toast18:52
mohaAh, let me search in /etc to see if I can find any nextcloud configuration file there or not, Thanks for the hont18:52
mohahint*18:52
marc_the write speeds are 300 - 600 MB/s where they should be 1000 - 2000 MB/s18:53
leftyfb[12:33:05] <marc_> 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
marc_thats the read speed delay18:53
mohaleftyfb:  there's noting there related to nextcloud!18:54
mohaI mean in etc18:54
oerheksso, without proper firmware update, which is not an ubuntu issue, you keep on asking for support..18:56
leftyfbmoha: tried /var/snap/nextcloud/current/nextcloud/config/config.php ?18:56
marc_Im not the only one with issues with nvme on ubuntu its a common theme with it18:57
Jeremy31Wakko[m]: Have you tried closing the lid for a minute to see if it works after suspend?18:57
leftyfbmarc_: https://askubuntu.com/a/1310892/115131118:57
marc_not using NTFS18:58
mohaleftyfb: No I was thinking of log file for /var/stuff; I'll try it now. Thanks19:00
leftyfbmoha: huh? You said "I need to change some configuration file of NextCloud to fix some errors". How does that relate to log files?19:00
=== jje4 is now known as jje
mohaleftyfb: 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 /var19:02
mohathinking*19:02
leftyfbmoha: /var isn’t just for logs. Please go look19:03
Wakko[m]<Jeremy31> "Wakko: check> dmesg | egrep -i..." <- which package needs for "check" command? my terminal doesn't recognize it19:04
Jeremy31Wakko[m]: run  dmesg | egrep -i 'pnp|i2c'19:04
Jeremy31Wakko[m]: run is not part of the command19:05
Wakko[m]Jeremy31: "Failure to read kernel buffer: Operation not allowed"19:06
Jeremy31Wakko[m]:   sudo dmesg | egrep -i 'pnp|i2c'19:07
Wakko[m]Jeremy31: hahahaha lmao sorry19:07
Wakko[m]Jeremy31: oh yes sudo, i forgot it lol19:07
tomreynPhilip0a: 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
leftyfbmoha: 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 nextcloud19:09
=== Sven_vB_ is now known as Sven_vB
Wakko[m]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:11
mohaleftyfb: Thanks alot; editing that file in var solved the error; but the link and the command nextcloud.occ seems handy!19:13
leftyfbmoha: I'm pretty sure editing that file isn't the intended way to modify nextcloud19:14
Jeremy31Wakko[m]: Unfortunately I can't find much from that, I would try closing the lid to see if it works after suspend19:14
mohaleftyfb: +119:14
Wakko[m]Jeremy31: No, i did it before. :(19:17
* 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
Wakko[m]guess i'll not have a touchpad19:19
oerheksstill; i think you have to fiddle with that FN key combo, wait a few seconds.  and repeat xinput untill it sees it19:23
oerheksno more funny pics please19:23
Wakko[m]<oerheks> "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. :D19:29
marc_What exactly does multipath do??19:45
marc_Native NVMe multipathing19:46
marc_I disabled multipathing service and it fixed the read delay on my nvme drive19:50
marc_sudo systemctl disable --now multipathd.service19:50
marc_and the drive now runs ar read speeds of 3.2GB/s19:53
marc_write speeds are still rubbish though19:55
=== veemo is now known as veemouse
MonoLHi21:27
MonoLI got this program that I like using. Wish I knew how to add it to the main app draw with an icon.21:28
MonoLJust been launching it from the terminal21:29
MonoLWish I knew how to make it a snap21:32
MonoLI love snaps21:32
MonoLsnap find is cool21:32
MonoLI mean apt search is cool also21:32
oerheksthere are many howtos, like this https://linuxconfig.org/how-to-create-desktop-shortcut-launcher-on-ubuntu-18-04-bionic-beaver-linux21:34
oerhekswhat program exactly, maybe someone wrote one already?21:35
oerheksalso;  https://snapcraft.io/docs/creating-a-snap21:35
leftyfbMonoL: https://snapcraft.io/docs/creating-a-snap21:36
leftyfbdamn, beat me to it21:36
MonoLThanks I'll look now21:36
MonoLIt's SunVox21:36
transhumanistHi! 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:44
transhumanistif there is a better channel to talk about this let me know, sorry in advance21:45
oerheksone could kvm/virt manager , sure21:46
oerheksbut how to migrate it back, really, i don't care21:46
tomreyna 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
transhumanistI mean I am trying to make a micro hypervisor below the existing system ( I assume kqemu and ubuntu server perhaps)21:47
transhumanistso kvm channel it is21:48
transhumanistthanks21:48
=== Fisher2 is now known as Fisher
=== veemouse is now known as veemo
stukahey23:16
matsamanheyo23:18
=== Xard3 is now known as Xard
transhumanistthats what I always loved about ubuntu, tripped over a power cord during an upgrade and a single command gets it back on track...23:50

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