=== blackest_mamba_ is now known as blackest_mamba === blackest_mamba_ is now known as blackest_mamba === zbenjamin_ is now known as zbenjamin [02:03] Seveas: I am here [02:10] I have vague memories that with ext4 it is possible to store the data from a small filein the inode rather than filestorage - is thistrue? [02:16] jpmh: I think 60 bytes [02:16] sarnold: doI need to doanything or does it just happen - 20bytes is all I need [02:16] jpmh: I'm basing that on fs/ext4/inline.c ext4_write_inline_data() uses a define, EXT4_MIN_INLINE_DATA_SIZE [02:20] jpmh: good question. I *think* it'll just happen with short files but I can't promise that. [02:23] sarnold: I can't find anything on google on this [02:26] jpmh: hmm, I wonder, maybe adding site:lwn.net ? if anyone's got it documented, they might :) [02:26] jpmh: maybe try creating files of sizes 1 through 100 bytes and check du output on each? [02:28] sarnold: yep - that's a simple solution - ty === launchd is now known as Examknow === Examknow is now known as launchd [03:39] hi, what's the best place to ask about updated versions of packages at the Ubuntu repository? [03:40] specifically, for Ubuntu 20.04 LTS, fftw 3.3.8 is offered however 3.3.9 was released back in December including the following change: "Fix incorrect math in 128-bit generic SIMD" [03:54] Hi All! What's the old EFI issue with 21.04? How do I know I can upgrade without any problems? [03:56] Is the right channel to ask this question? [04:22] greetings, i have 2 addresses 192.168.100.23, 192.168.100.27 [04:22] in the box .23 i run a virtual machine with windows, ip address 192.168.66.128 [04:23] how to make such that .27 to see the windows virtual machine ? [04:23] thank you [05:16] Hello. Is it better to format external(portable) hard disks to Fat32 instead of the default NTFS to use on Linux? [05:32] Metamorphosis, I prefer ext4 myself (full posix compliant), but it'll depend on your intended purpose [06:02] Hello. This is a dumb question so sorry about this. I have only used a rolling distro so I don't know about this. What are some differences between Ubuntu 21.04 and Ubuntu 20.04 for a normie end-user? I saw that 21.04 has a newer kernel which is nice. What else is different? [06:05] ksynwa, 21.04 contains packages that were available prior to the UI & like freezes for 2021-April release (look up schedule for dates), 20.04 prior to the 2020-April release... LTS or 20.04 release offers two kernel stacks, GA or HWE so you have two options for kernel modules (ie. drivers), HWE currently is 20.10 stack but will soon move to 21.04 stack; GA = original 20.04 kernel but that's not end-user packages [06:07] summary, LTS is software that existed before 2020-April & remains that way... non-LTS release uses software that's generally up to 6 months old (software that existed prior to it's release) [06:13] guiverc: Thanks very much [06:15] ksynwa, LTS is 5 years for 'main' software, 3 years generally for 'universe' for security fixes etc... non-LTS is 9 months so release-upgrades are required every 6-9 months (benefit being always newer software) [06:17] LTS releases usually have LTS releases of software (due to longer supported life, so may not be the latest version that is packaged unless that was also a LTS release of program (libreoffice etc) [06:19] guiverc: Wow thanks very much for the detailed desription. Really appreciate it. [06:22] you're most welcome (rolling rhino = ubuntu rolling; it's an option, as is staying on development cycle.. but they have fewer support options) [06:54] Metamorphosis: you can even use ZFS for it, if your usecase fits [07:05] Metamorphosis: the filesystem matters the most if you intend to access it from other operating systems, linux can read and write just about anything === mIk3_09 is now known as mIk3_08 [07:43] Are there any up to date howtos for how to compile a kernel from git? [07:56] when I try to edit /etc/sysctl.conf I get the error that the file is being edited by root with PID 17341 [07:56] when I try to `sudo kill -9 17341` it says no such process [07:58] Ubuntu 21.04 have all DVDs??? [08:03] bumblefuzz: which editor? [08:03] Histralia: could you rephrase that? [08:03] nano [08:03] I just scrapped the entire install and started over [08:04] ducasse Ubuntu 21.04 have all DVDs with all packages??? [08:04] Histralia: dvd downloads are available, but i don't think they contain the entire repos [08:36] oin ##technology [08:56] hello, i am trying to set a button of a graphics tablet with 'xsetwacom' to a mouse button but it doesn't work: 'xsetwacom set [device] button 1 3' to set button 1 to the right mouse button does not work. could anybody help? [08:56] i also tried 0xfeeb of the keysymdef.h. no success. [09:22] Answering my own question: https://kernel-team.pages.debian.net/kernel-handbook/ch-common-tasks.html#s-common-official - Building with make-deb-pkg now and it seems to work after disabling CONFIG_SYSTEM_TRUSTED_KEYS (it should then use a generated key instead) [09:22] make deb-pkg === EriC^ is now known as EriC^^ [11:05] @apt: I always get errors about apache2 ("installed apache2 package post-installation script subprocess returned error exit status 1"). I remember there was a bug report on this, but I can't find it. Does anyone know about it? === mIk3_09 is now known as mIk3_08 === Cyrinux3 is now known as Cyrinux [12:18] Hi folks [12:23] DarkTrick: usually I see this because one of my apache vhosts is configured correctly, so when the post-inst script tries to restart apache, apache fails to start up [12:23] DarkTrick: the important thing is to look above that message for the actual reason of the failure [12:23] if not seen on the console, then check /var/log/apache2/error.log [12:25] mgedmin, there is no errorlog [12:26] mgedmin, something about mpm... : https://pastebin.com/H0fiLv8s [12:27] This started to happen after an upgrade a while ago. I didn't change (or use) any config on apache, so it was something introduced by the udpate/upgrade [12:29] huh "ERROR: Module mpm_prefork does not exist!" is a weird error [12:29] is the apache2-bin package installed? [12:30] mgedmin, yes [12:30] do you have debsums installed? does debsums -c apache2 apache2-bin print anything? [12:32] does `a2enmod mpm_prefork` work? after that can you finish apache2 package setup with `dpkg --configure -a` without it failing? [12:33] mgedmin, no debsums [12:33] mgedmin, a2enmod ... prints "ERROR: Module mpm_prefork does not exist!" [12:34] what does ls /etc/apache2/mods-available/mpm_*.load print? [12:34] mgedmin, no such file / directory [12:34] I have three mpm modules there: event, prefork, and worker [12:35] "/etc/apache2/mods-available" does not list any mpm module [12:35] these files are shipped by the apache2 package [12:35] hm, in etc so debsums wouldn't check them without -a [12:35] debsums -ac apache2 would be useful to see [12:35] apt install debsums if you don't have it [12:36] (apt will try to re-run apache2 postinst and fail after installing debsums; ignore that for now) [12:36] mgedmin, maybe the shipping of those files is rather "fresh"? So my old installation does not have them? [12:36] if you deleted those files manually (a bad idea), apt will not restore them [12:36] apt respects the sysadmin and thinks that local changes made to files in /etc are sacred [12:36] even when that breaks the system [12:36] mgedmin, I don't remember fiddleing in that area [12:37] do you have etckeeper? I highly recommend apt install etckeeper [12:37] "debsums -c apache2 apache2-bin" prints nothing [12:37] excellent, now try with debsums -a -c apache2 [12:38] mgedmin, quite a list! https://pastebin.com/41bWBcwY [12:38] assuming I'm right and the only problem is some mods-available/* files missing, there's a way to get them back [12:39] yes, looks like somebody wiped your entire /etc/apache2 [12:39] interesting... [12:39] https://askubuntu.com/questions/66533/how-can-i-restore-configuration-files [12:40] to get the config files back, apt install --reinstall -o Dpkg::Options::="--force-confmiss" apache2 [12:40] I'm annoyed by the cumbersome syntax every single time I have to do it [12:40] (which is rarely because I have etckeeper and can restore deleted files with git) [12:41] if there were any sites already configured in /etc/apache2/sites-{available,enabled}, hope you have backups! [12:41] mgedmin, result: "E: Internal Error, No file name for apache2:amd64" [12:42] wow, I've never seen that before [12:42] mgedmin, I guess something went wrong during the upgrade :) [12:42] https://bugs.launchpad.net/ubuntu/+source/apt?field.searchtext=Internal+Error%2C+No+file+name+for&search=Search&field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.assignee=&field.bug_reporter=&field.omit_dup [12:42] es=on&field.has_patch=&field.has_no_package= shows two similar bugs [12:43] mgedmin, lol, I just figured out, that reall all /etc/apache2/* is whiped! [12:45] the apt internal error hints that something more is broken [12:45] mgedmin, maybe the problem is related to the fact, that I installed lampp and not apache2 (directly...) [12:45] there's no apt package called 'lampp', what exactly did you install? [12:47] mgedmin, I don't remember (around 2018), but I guess I used the installer: https://phoenixnap.com/kb/how-to-install-xampp-on-ubuntu [12:47] maybe that's the source of the problem [12:47] ah, download random script from the web and run it as root? yeah, sounds safe [12:48] the page says the script was written for ubuntu 18.04? your apache2 version suggests you're on ubuntu 21.04 [12:48] mgedmin, indeed [12:48] I installed it on UB 18.04 at the time [12:49] ok, but then something broke during an ubuntu upgrade? that's interesting [12:50] mgedmin, maybe some upgrade/apt/script/whatever scanned files and detected the apache installation without realizing, that apt never installed it... or something like that... [12:50] My suggestion would be to install lxd and setup your stack with the packages provided by Ubuntu. Creates a clean and upgradeable environment [12:50] distribution upgades should never destroy files in /etc [12:51] the only theory I can come up with is maybe some buggy 3rd-party package had a buggy postrm script or something [12:52] mgedmin, "package had a buggy postrm script" I recall that from the initially mentioned bug report I couldn't find anymore [12:53] mgedmin, btw "upgades should never destroy files in /etc" wouldn't be the first time on my machine. Every upgrade is like pandoras box [12:53] there's a reason I try to avoid 3rd party packages [12:54] I've had enough upgrade trouble with official ubuntu packages already; although so far I've managed to resolve everything without data loss [12:54] (the last 3rd-party package that wiped my data/configuration was jenkins; luckily I had a backup) [12:55] mgedmin, This happens for non 3rd-party as well, though. around UB 19 for example about 5GB of manually installed software (from repos) was removed during upgrade [12:55] stuff like mousepad or libreoffice [12:55] mgedmin, why would that happen? why would 3rd party SW whipe folders? [12:56] buggy scritps [12:58] Back to topic: if I remove apache2, the error vanishes [12:58] if I reinstall, the error appears again... [12:59] SOLVED [12:59] purge apache2, reinstall, clean [13:00] cool [13:00] hmm.. strange stuff... next time I'll try LXC [13:01] mgedmin, thank you very much for taking so much time and effort for helping! [13:02] do install etckeeper, it's nice [13:02] works out of the box, no need to set up or learn git or anything, it starts taking snapshots of /etc files daily and whenever you apt install/remove packages [13:02] you can learn git later, when you need to investigate when and why some config files disappeared [13:03] (or apt install tig and use a pretty ncurses history viewer) [13:03] mgedmin, I will definitely take a look at that! === dob1_ is now known as dob1 [13:33] can I make an iso file out of my entire disk so that I can later use to restore my system (in case it breaks)? [13:38] anyone? [13:39] varaindemian, I'd guess it should work, but I've never tried. I'm using Acronis TrueImage... [13:40] DarkTrick: is it free? [13:41] varaindemian, only if you connect a WesternDigital harddisk to your system [13:44] varaindemian: Disks also lets you create a image of the current install iirc and there's Clonezilla [13:46] I tried to disable systemd-resolved and make dhclient update resolv.conf but I'm not having success [13:46] https://askubuntu.com/questions/907246/how-to-disable-systemd-resolved-in-ubuntu [13:47] on 18.04, I tried the stopping resolved and restarting networking.service, ifup@eth0.service but resolv.conf still had 127.0.0.53 [13:48] I'm not rebooting for this. [13:48] that's just stupid [13:49] also tried removing /etc/resolv.conf (which was a symlink to /run/resolvconf/resolv.conf) but restarting resolvconf.service didn't recreate it [13:50] Guess I;ll stick with the timeshift [13:51] varaindemian: you need to shut down the os or reboot into a live iso or the filesystem will be corrupted in the image [13:51] if you want to keep it running you can't make a full disk image [13:52] you can maybe make an image of a LVM snapshot, IF you have all filesystems on LVM and extra space to do the snapshots [13:52] otherwise if you reboot into a live iso, use dd (possibly piped into some zstd -T0 or something fast like that) === court_jester is now known as ayr-ton [14:56] When running a forground process over ssh and then one gets disconnected, what happens to that process then? [14:57] fixed it. updoot https://askubuntu.com/a/1336755/1239619 [14:58] vlm: the process could crash if it depends on a controlling terminal, or it could continue running [14:58] vlm: it get's killed by `SIGHUP` or so. At least traditionally. [14:58] there's also `nohup`... [14:59] jjakob, so it could be it turn into a zombie process i would have to terminate or so if it crashes? [14:59] you can start foreground processes like `screen` or `tmux` that won't be killed, because they spawn a background process to keep your stuff alive [14:59] it wouldn't be a "zombie" process by the technical definition of that term [15:00] Thanks, knew that though, i just wondered if i had to clean up some processes that is just laying around not doing much? [15:00] ^cbreak [15:00] only you know which process you can kill [15:02] jjakob, i just wonder if i starr a forground process and i get disconnected if i need to go back clean it up or if its always sighup, say a program like you say crashes? [15:03] depends on which process [15:03] you can check yourself with ps [15:07] jjakob, thanks and also cbreak [15:12] vlm: i always run tmux when i'm connected via ssh, so i can continue where i left off if i get disconnected [15:13] ^ or screen or byobu but usually plain tmux [15:14] yeah, i'm just used to plain tmux, and have a setup i like [15:23] Any have any tips for right-hand alt-tab alternative? [15:23] I have mouse arm from too much alt-tab/ctrl-a (screen) [15:27] you could use home, end, pgup, pgdown... [15:28] cbreak: You know how to map it? xorg something? [15:28] Maybe I'll use the windows key for it. or alt-gr [15:28] not really. I think there's a keyboard setting dialog in the ubuntu settings [15:29] but considering the non-uniformity of linux overall, half the programs will probably not honor it [15:31] hm [15:31] gonna googla around a little [15:39] olle: another solution would be to use something like rofi for window switching, bind that to whatever you want [15:40] maybe not as elegant, but what i use with i3 [15:40] ducasse: what's rofi? [15:40] I'm using cwm from openbsd now [15:40] it's in the repos [15:40] got it [15:41] it's a launcher that also does window switching and ssh [15:41] ah [15:41] 'rofi -show window' [15:42] dwm also doesn't require you use alt-tab [15:46] What could cause glances / htop to report 8% CPU steal on a bare-metal machine? [15:48] Is there even a way to map a WinKey to any other keys in Ubuntu 20.04 vanilla? [15:48] In the end, I had to resort to using CTRL+1, CTRL+2, and CTRL+3 to map to stuffs. [15:54] wedr, do you mean setting a shortcut, or an actual key remap? [15:54] It might be called Super [15:55] shortcut in general. I have some trouble with creating new WinKey key shortcuts. [15:55] I've heard in the past that Gnome doesn't want to map the ALT keys. [15:56] So any shortcut combinations using ALT keys are ignored by Gnome on a newly installed Ubuntu. [15:56] I wondered if that's a problem with WinKeys in general === LostHentaiClip is now known as Roye === Roye is now known as Roey [16:53] Hi. Good day. I have Ubuntu and windows 10 dual boot, after I shut down windows 10, the grub menu doesn't show up any more and the computer automatically boots into windows 10. If appreciate if you give me a clue on solving the problem. [16:54] dev4449: Windows/firmware is set to do a 'Quick boot' directly into Windows. [16:54] dev4449: You can try disabling Fast Startup in Windows first [16:55] I tried holding down the shift key while pressing on shutdown in windows, no luck. Okay, I'll try to disable fast startup [16:56] Hello all. I want to install Ubuntu 21.04 with zfs on root. But this guide says only to use 20.04: https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/Ubuntu%2020.04%20Root%20on%20ZFS.html [16:56] Anyone knows if it's possible to install 21.04 minimal with zfs on root? [17:03] TJ-, ksynwa, Is the fast startup feature causing the issue? [17:11] I installed updates on a clean install of Kubuntu (dual boot installed alongside Win10) and got the error "installed shim-signed package post-installation script subprocess returned error exit status 1" [17:12] When it tries to install shim-signed again I get "GRUB failed to install to /dev/sda5" which is my /boot/efi [17:14] what I found online suggested that the /boot/efi UUID was incorrect in /etc/fstab but it looks like it's correct [17:14] I'm getting python exceptions running netplan: https://paste.ubuntu.com/p/tydmJ4N6wc/ though it does actually work and apply the secondary address, what is it complaining about? [17:14] (included in the paste is my netplan config) [17:29] hello all [17:30] just a quick question, when i use xrandr to set some options, does it stay after reboot, or should i write i script to do that ? [17:31] xrandr --output eDP-1 --transform 1,0,-1,0,1,-1,0,0,1 [17:37] unimatrix9, you probably need a script [17:37] ok , no problem , thanks [17:37] unimatrix9, https://wiki.archlinux.org/title/xrandr#Configuration [17:39] cool script, thats the way to go ;) [17:45] reboot , to see if it works [17:46] its a bit quiet [17:46] here [17:46] thats alway's ? [17:46] unimatrix9: depends on the hours [17:46] but... [17:46] !ot [17:46] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [17:47] or [17:47] !discuss [17:47] Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [17:47] so if you just want to chit chat about non support related stuff, head over there unimatrix9 [17:47] yeah i know, i just installed polari, irc chat, i thought there was something wrong with the software lol [17:48] that i did not see any one chatting [17:48] ok reboot time ! [17:48] bye [17:54] Anyone have any ideas on the grub error I'm getting? [18:23] wxMichael: pastebin the apt output that showed the errors? [18:56] hello, i am trying to set a button of a graphics tablet with 'xsetwacom' to a mouse button but it doesn't work: 'xsetwacom set [device] button 1 3' to set button 1 to the right mouse button does not work. could anybody help? [19:00] Ublx: maybe xinput instead of xsetwacom? [19:01] how can I format a hdd in ubuntu, delete every-thing (even if gpt) and format it to say like /dev/sdb1 instead of just /dev/sdb? [19:02] fdisk refuses to work. [19:02] Deano59: pastebin what you've done with fdisk? [19:04] sarnold: I uploaded the apt log from my grub issue: https://pastebin.com/9unrr0Xp [19:05] wxMichael: cool, moment.. [19:05] grub-install: error: failed to register the EFI boot entry: Operation not permitted. [19:05] I think it's related to secure boot, but I don't see an option in my BIOS to actually disable it, only enable legacy compatibility [19:05] wxMichael: ^^ I *think* that line often means that your BIOS rejects the operating system's attempt to change the boot order [19:06] sarnold: https://paste.ubuntu.com/p/yyyn3vKb8n/ every-time I do it, it makes it 2tb instead of 3tb... [19:08] sarnold: sda 8:0 0 2.7T 0 disk └─sda1 8:1 0 2T 0 part [19:08] where's the other 1tb gone to? [19:08] wxMichael: what about> sudo grub-install /dev/sda [19:09] Deano59: https://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html#:~:text=Frankly%20speaking%2C%20you%20cannot,you%20need%20a%20large%20partition. [19:09] Deano59: weird, I wonder why it chose dos instead of gpt -- try fdisk -c=nondos /dev/sda ? [19:09] sarnold: you can't use fdisk. You need something like sgdisk [19:09] leftyfb: ew. I wish the manpage would say that. thanks. [19:10] this issue has me so confused lol. I just reran grub-install and it completed without error...? [19:10] sorry, gdisk, not sgdisk [19:11] sgdisk should also work though I think [19:11] wxMichael: I'm confused too :) [19:11] wxMichael: try sudo apt install -f and see if it's got anything else to clean up? [19:11] nope XD [19:12] i'm sure ill get it again when it does something with shim-signed [19:12] possibly :) [19:20] thanks! see all of the 3TB now. thanks! [19:55] i have a silly question; is Landscape on prem (the free version for only 10 machines) only available on Ubuntu 18.10 LTS? i'm trying to install it on Ubuntu 20.10 and i'm getting unmet dependencies hmmm === xet7 is now known as Guest91791 [20:01] yn: I'm pretty sure this is the newest version https://launchpad.net/~landscape/+archive/ubuntu/19.10/+packages -- and it's only got packages built for bionic and xenial [20:03] yn: pretty sure it's only for lts releases [20:04] hm [20:05] isn't Focal (20.04) an LTS tho? [20:05] On a similar note, I've come across a lot of PPAs without hirsute. How long does it usually take for a new release to get general support [20:05] Almost every PPA I add doesn't have it :( === EriC^ is now known as EriC^^ [20:06] yn: 18.10 isn't a LTS neither is 20.10. 20.04 is a LTS though [20:06] oh [20:06] so Landscape just hasn't caught up on releases then? [20:07] yn: yeah, I think it's been under-resourced for a long time [20:07] it seems kind of weird i'd have to acquire an older LTS just to get Landscape to work [20:07] i'm not familiar with landscape but i guess it's for LTS releases only? [20:08] Maik: if it was, there would be a Focal release, i'd imagine, but there doesn't exist one (yet) [20:08] Hi everyone. Uhm got a problem with wickrme. It gives me this: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-Fvdx4Z0BYj: No such file or directory [20:08] sarnold: that makes sense [20:09] Ive tried so much to look up the errors on google but nothing useful came up to fix it [20:09] anyone happen to know of an OSS alternative to Landscape that supports Ubuntu? [20:11] closest you'll get is something like cockpit, afaik [20:15] yn: I usually hear about ansible being used for fleet management tasks; what exactly are you hoping to get out of landscape? [20:15] sarnold: okay, thanks. i did not know xinput yet. [20:15] sarnold: mostly management of package updates [20:15] sarnold: i'm kind of looking for something more like Spacewalk/Satellite [20:16] from the RHEL world [20:16] Would anyone happen to know why WickrMe doesnt seem to be working anymore ? I get htis error: https://paste.linux.community/view/31b54ffa [20:16] yn: I've heard of folks using aptly to manage their own repository, so they can test updates on a small pool of machines before rolling it out to all the others, but aptly's recently been abandoned by its author :( [20:17] sarnold: ah, drats! lol that does sound useful tho, hmm [20:17] sarnold: thanks for the help :) [20:18] Stoiss: Ulovlig instruktion (SIGILL) (smed kerne) -- this makes me think that you may have installed a binary package that uses CPU instructions that your processor doesn't support -- is this close to the truth? [20:18] What kernal version does 21.04 come with my default? [20:19] *By Default [20:20] bray90820: https://packages.ubuntu.com/search?keywords=linux-image 21.04 is known as "hirsute" [20:20] sarnold, ah let me put it this way. WickrMe used to work. I usually do updates like a normal person and one day it just didnt work anymore [20:21] I would like to think that im fairly well versed in linux but i cant even really understand what this error really means in terms of how to fix it [20:21] bray90820: this wuld have been the right link https://packages.ubuntu.com/search?keywords=linux-image-generic [20:22] tomreyn Thanks [20:22] Stoiss: it'd be worth finding which specific update did it and then ask them what changed in that release -- my *guess* is they went from supporting a 2006-era amd64 processor to supporting that specific processor, or something similar [20:24] This install is an upgrade from 19.10 to 21.04 and its not working. I also have one with a clean 21.04 and that one IS working. [20:25] Stoiss: oh excellent, that gives you a chance to compare the /proc/cpuinfo from both machines and see what features might be missing [20:26] yeah. ill test that out when i can. I just found that theres some updates such as the base ubuntu that isnt updated [20:26] so that might actually hopefully fix it. [20:26] the update-manager -d did list some updates that wasnt in the regular apt-get upgrade [20:27] ill just reboot and see if that did anything. [20:28] woo, good luck :) [20:33] sarnold, nope that didnt work. Why does it say it cant connect to accessability bus ? Its like its looking for files that apparently dont exist here. [20:35] Stoiss: bummer [20:35] Stoiss: the accessability bus stuff sounds a bit like at-spi2-core isn't installed, or isn't running, etc [20:36] Stoiss: I don't actually know the a11y stuff very well :( I thought many programs would handle not having it by just not supporting a11y features; my guess is this isn't related to the SIGILL that you're getting [20:40] sarnold, thanks ill just try installing that === BromaxSux1 is now known as BromaxSux === wxMichael- is now known as wxMichael [21:41] any idea why redshift is not working even though it is active... [21:41] i dont see nothing or syslog, not sure how to throubleshoot it [21:43] mattfly, did you set your location? [21:43] oh running redshift -P -O 4000 works [21:43] lordcirth: no but i just want to have it adjusting each time [21:44] fixed times [21:44] manually [21:44] what is the... normal temperature... [21:46] When I shutdown my computer, it "hangs" at `crash report submission daemon`, which results in a 1.5minute waiting time until down. (1) How can I check what's the problem? (2) How can I enable a "force shutdown" in that state? [21:46] mattfly, 6500K IIRC [21:48] DarkTrick: Any files to that effect in /var/crash/ ? [21:49] Bashing-om, hm.. vscode_extensions_ms-python... [21:50] ok my problem is that redshift-gtk is not working. I see a /usr/bin/redshift -v process [21:51] Bashing-om, oh, and `easystroke` [21:52] Bashing-om, looks like the programs I didn't close before `shutdown` crashed and Ubuntu wanted to report them immediately [21:53] I would actually make this a bug report ("Ubuntu should not try to upload crashes during shutdown phase"). Objections? [21:57] DarkTrick: In any undecided instance one can always submit a bug report. [22:01] I keep getting this kdeinit5 crash https://pastebin.com/YzjPpb4t [22:10] wxMichael: you could install the dbg or dbgsym packages, if there are any, and hopefully get some functions involved in that crash [22:12] wxMichael: https://wiki.ubuntu.com/Debug%20Symbol%20Packages may help [22:26] I ran " find-dbgsym-packages /usr/bin/kdeinit5 " and got a list of packages, but they failed to install :( https://pastebin.com/U8wsqKwr [22:26] hi all i'm in the process of upgrading from 16 to 18 (on 18 now) but i am getting: a libssl-dev problem : https://dpaste.com/HD8TAUAMB [22:26] any idea how i resolve this issue [22:27] !info libssl-dev/bionic-updates bionic [22:27] Package libssl-devbionic-updates does not exist in bionic [22:28] so should i just apt purge libssl-dev ? [22:28] DarkTrick: wait let me try again ^ . [22:28] !info libssl-dev bionic [22:28] libssl-dev (source: openssl): Secure Sockets Layer toolkit - development files. In component main, is optional. Version 1.1.1-1ubuntu2.1~18.04.9 (bionic), package size 1529 kB, installed size 7666 kB [22:30] daum: So, what results ' sudo apt update ; sudo apt upgrade ; sudo apt install libssl-dev ' ? [22:31] it kept fialing just got it by forcing the version to 1.1.1-1ubuntu2.1~18.04.9 [22:31] now release upgrade will let me continue [22:31] thank you [22:32] daum: you may have best results to ppa-purge ondrej's ppa before going further [22:32] daum: alternatively, a fresh install might work [22:33] sarnold, ha good call! [22:43] I'm attempting to install ubuntu server on a machine with an AMD graphics card. On boot, it tries to set up a framebuffer on the graphics card and hangs forever. Is there an alternative download that has proper drivers for this? === wxMichael- is now known as wxMichael [23:19] hm now i'm getting unlucky with stunnel; SL_connect: ../ssl/statem/statem_lib.c:1941: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol after my upgrade any ideas how to fix that [23:22] daum: I can probably track down something to show how to weaken the allowed ciphers [23:23] sarnold, thank you [23:23] daum: take a look at comment 4 https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1899878 [23:23] Launchpad bug 1899878 in openssl (Ubuntu) "Python's test_ssl fails starting from Ubuntu 20.04" [Undecided,Incomplete] [23:24] daum: that shows the rough framework on how to allow openssl to use weaker protocols and ciphers; it might not work perfectly for you but probably is the general gist of what'snecessary [23:25] hmm ok so i would need to put that in the ssl the system is using i would think [23:26] does it generally need to talk to older systems that can't be upgraded to more modern tls? [23:26] if so, that might make the most sense, yeah