/srv/irclogs.ubuntu.com/2021/08/06/#ubuntu.txt

* tomreyn crawls under sofa00:00
SnoopJthe yellow warnings are lovely in the rainy twilight00:01
SnoopJ25% or so, it looks like it's handling the libraries well enough (including libboost which is a crucial part of day-job stack, yikes)00:02
SnoopJMight explain some boost weirdness I've been seeing...This little gremlin's been living in my system for some time, apparently. What in the world did I do to this poor machine.00:03
* SnoopJ slaps tower00:03
SnoopJthis baby can fit so much pathological config in it00:03
=== polve2 is now known as polve
SnoopJtomreyn, hello from GNOME-land! If any pieces fell off the airplane, I haven't noticed them yet.00:20
LjLwait until landing00:20
tomreynSnoopJ: i appreciate the news that earlier reports of your system's early decease have been greatly exaggerated00:24
SnoopJ"Entropy always comes for its due, and that's what even lobsters must accept."00:25
SnoopJSome great bug reports popping up about things that were awry when I was starting in on the problem 4 hours ago. I guess a takeaway here is to learn to use journalctl more effectively to drill down past the static.00:26
SnoopJhm, it gave me gcc 10.3, but I think I can downgrade from here.00:51
SnoopJAhh, gcc 10.2 may have been how groovy happened in the first place. It's against groovy in that PPA and I suppose I didn't properly say "give me exactly that package and nothing else"01:02
tomreynyou must have activated this ppa, which is for groovy, as the name says, at some point01:04
tomreynbut then you also had groovy apt sources for archive.ubuntu.com01:05
SnoopJyea, guess I goofed big time and turned on groovy for my whole system while flailing around.01:05
SnoopJIs there a way to install exactly this package and its dependencies? https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test/+sourcepub/11732915/+listing-archive-extra01:07
SnoopJOnly focal in my sources.list now, and only focal in the .list for that PPA (do I want `groovy` for just that PPA's deb, maybe?)01:08
tomreynSnoopJ: what's your need / requirement?01:13
SnoopJtomreyn, I need gcc-10 from before 10.3, there's a bug in nvidia's CUDA compiler against 10.301:14
SnoopJThat groovy package of 10.2 is what I was using before, it seemed to work fine on this system, so I figure the easiest thing to do is install that package again, but not explode my system at the same time if I can avoid that.01:15
tomreynyou remember i told you that grooy is EOL?01:15
SnoopJI am happy to install another package that provides any version of gcc-10 that is not 10.301:16
tomreynthere will be some reason why it was SRU'd01:18
SnoopJin gcc-10?01:18
tomreynGA focal had 10-20200411-0ubuntu101:18
tomreynyes, gcc-1001:19
SnoopJyea, I need to check if what part of the release cycle that fits into01:19
SnoopJtomreyn, is there some way I can find out why it's a bad idea to install that package? I don't know what an SRU is but I assume it's some policy.01:19
tomreyn!sru01:19
ubottuStable Release Update information is at https://wiki.ubuntu.com/StableReleaseUpdates01:19
leftyfbSnoopJ: sudo apt install gcc-10:10-20200411-0ubuntu101:20
leftyfbSnoopJ: though you'll need to pin that so it doesn't get upgraded01:20
SnoopJthat's pre 10.1 so I was kinda trying to avoid lagging behind my team if I could :(01:20
tomreynhttps://people.canonical.com/~ubuntu-archive/madison.cgi?package=gcc-1001:21
tomreyn...lists the versions available in different suites (and releases)01:21
tomreynapt changelog gcc-10    should provide information on what changed duriong those updates/upgrades01:23
SnoopJtomreyn, is the policy around stable packages applicable to stuff that lives in a keeping-place PPA like that and not on the main line?01:24
SnoopJI would've guessed the package doesn't have a focal counterpart because the new thingy was out and groovy is old01:24
tomreynSnoopJ: stable release upgrades are a process where, against the default rule of not upgrading packages in ubuntu releases, this can be considered if needed to fix security issues or serious bugs01:25
SnoopJmy point is that this package _isn't in_ an ubuntu release, it's on a PPA01:25
tomreynpackages in PPAs can have any version their developers want them to have, can choose to break your system or not, can choose to run malicious commands onyour system as root or not.01:26
SnoopJI don't know if PPAs are typically treated in the same fashion, especially one that looks like it's a holding place for whatever packages someone needed for a thing they were doing on such-and-such version.01:26
tomreynideally they'll provide packages and versions which are compatible to the ubuntu release they claim to be built for01:27
SnoopJtomreyn, sure, I get that. Let's say that I trust this package since Matthias Klose wrote it, and frankly if he wants to do naughty things to my computer, I've got bigger problems than this package.01:29
tomreynif you looked at the changelog (as suggested previously) http://changelogs.ubuntu.com/changelogs/binary/g/gcc-10/10.3.0-1ubuntu1~20.04/changelog you'd read "SRU: LP: #1930125: Update to the GCC 10.3.0 release."01:30
ubottuLaunchpad bug 1930125 in gcc-9-cross-ports (Ubuntu Hirsute) "SRU: update gcc-9 and gcc-10 packages for focal, groovy and hirsute" [Undecided, In Progress] https://launchpad.net/bugs/193012501:30
tomreyni'm not sure i'm seeing the explanation of why the SRU was strictly needed - I assume it is FTBFS (fails to build from source), i.e. important other packages would fail to build without gcc 10.301:33
SnoopJIt looked to me the last time I had a pass at this like 10.2 just sat in a weird window where it was possible to skip over it entirely for the new LTS.01:33
tomreynyou could probaby try downgrading to 10.2.1-24, the "GCC 10.3.0 release candidate", if that's not too new for the nvidia stuff01:35
tomreynthat's if you can still find those packages somewhere01:35
tomreynthe 10.2.0-1ubuntu1~20.04 packages are at http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-10/01:37
SnoopJI see that hirsute has some 10.2 packages, too. Perhaps I could install one of those?01:38
SnoopJI would have I suppose the same problem where I don't really want anything from the future except gcc and whatever else it needs01:38
tomreynwhy pick packages from a different release if you can just    apt install -t focal gcc-1001:39
tomreynor    apt install -t focal gcc-10=10.2.0-1ubuntu1~20.04    if you need to specify the version01:40
SnoopJBecause that gives me 10.301:40
SnoopJAnd the second one is "Version ... was not found"01:40
tomreynhmm okay maybe it's no longer referred to by the package files01:41
SnoopJSeems to me my choices from focal proper are either 10.3 or pre-10.1, there's a big ol' gap01:41
tomreynapt policy gcc-10   says what?01:41
SnoopJhttps://bpa.st/A53A01:41
leftyfbSnoopJ: using that PPA: sudo apt install gcc-10:10.2.0-16ubuntu1.101:42
leftyfbthat'll give you what you want01:42
sarnold: ?01:43
leftyfbsarnold: according to their paste, they've got the ubuntu-toolchain-r/test ppa added and version 10.2.0-16ubuntu1.1 is available01:43
leftyfbthough good luck with dependencies01:43
SnoopJleftyfb, none needed, that's an error: https://bpa.st/UGGQ01:44
SnoopJI tried with = before, not sure what the difference is between : and = but neither works.01:44
SnoopJWhich I assume is because the package is for groovy, and my deb against it is for focal.01:44
tomreyn: indicates architecture, = indicates version01:45
leftyfboh right01:45
leftyfbI think if it's showing up in apt-cache policy then it should be available to install01:45
SnoopJhmm, if my deb in that PPA includes groovy, I get unmet dependencies, but maybe I can do that dance since I am already pretty sure those packages are stable on this system.01:46
leftyfbSnoopJ: please paste the output of sudo apt install gcc-10=10.2.0-16ubuntu1.101:46
tomreyni will give up on this. one possible "solution" is to grab the 20.04 packages off archive.ubuntu.com as i explained above, but you'll need to find them on your own, and verify the downloads.01:46
SnoopJleftyfb, https://bpa.st/MVTQ01:46
tomreynthe real problem is in nvidia lands01:47
leftyfbSnoopJ: yeah, that's a whole dependency hell. Good luck with that01:47
SnoopJtomreyn, yea, that's my new fallback position01:47
SnoopJleftyfb, like I said, this compiler bug has already dragged me into a proper LTS from an interim release01:47
sarnoldleftyfb: heh, sorry, I should have used more words :) I thought that the : was for releases, and = was for specific versions01:48
SnoopJif I could figure out how to get just the relevant packages from hirsute, I'd feel more comfortable with that. I don't know how apt spells that, though.01:48
SnoopJtomreyn, thank you for all your assistance, you have been very patient and helpful and I appreciate that.01:48
leftyfbSnoopJ: where do you see that hirsute has 10.2?01:48
leftyfbSnoopJ: according to madison, it doesn't01:49
SnoopJleftyfb, maybe they were in it once, but then yanked? I saw that in http://changelogs.ubuntu.com/changelogs/binary/g/gcc-10/10.3.0-1ubuntu1~20.04/changelog01:49
tomreynSnoopJ: you're welcome01:49
* SnoopJ definitely doesn't understand packaging, especially when it comes to policy01:49
SnoopJsurely there must be a way to install a package (and its deps) from the future, but not expose the entire packaging process to unwanted "upgrades"01:53
SnoopJs/packaging/package management/01:53
sarnoldnot really01:54
sarnoldthat's part of the reason why snap was developed01:55
sarnoldto make it easier to move different parts of the OS at different speeds01:55
tomreynso just install the readily available gcc-10.2 snap, make it magiocally work with the other parts of your build environment and you're done! so easy!01:57
tomreyn</sarcasm>01:57
SnoopJsegfaulting the compiler is enough headache for now, to be sure01:58
SnoopJI may just throw my hands up in the air, get the .debs, and let it be local. "This is not a place of honor...no highly esteemed deed is commemorated here"01:58
Guest18wassup dudes, I think I found a laptop I will buy, again ubuntu should run very well on this one? Acer Nitro 5 AN515-44-R8VF03:10
Guest18NVIDIA GF GTX 1650 and linux lol03:11
morgansredshift, sort of works but keepts flashing white. when I invoke it in terminal... which says waiting for intitial location (lists my location) to become available. HELP me stop the flashing. Thanks.03:19
morgansevery 5 secs03:19
ledeni__morgans, what DE you using ?03:21
=== ledeni__ is now known as ledeni
morgansledeni, the regular one, some tweak on the dock03:36
morganshas "activities" on the panel but I dearly would like an application tree.03:37
morgansI have to hard reboot every 2 days because 30 tabs is too many I guess.03:38
* morgans is vanilla03:38
morgansI would be happy to colorshift it myself, on off, deeper. that's all I would want. It was too bright.' Now I dont know how to trun it off.03:40
tomreynwhy don't you just use nightlight?03:40
morgansnever heard of it. will look it up03:42
morgansI searched for flux and wnded up with where we came in.03:43
lotuspsychjemorgans: there redshift gtk, nightlight in gnome and a handy firefox addon dark reader you can use or the built-in dark mode of firefox03:46
* morgans skips bitch about the total failure of dark in android03:47
morganswhoa, I have to install displays.03:49
morgansdisplays is a MATE control center.03:50
morgansThe MATE control center contains configuration applets for the MATE desktop, allowing to set accessibility configuration, desktop fonts, keyboard and mouse properties, sound setup, desktop theme and background, user interface properties, screen resolution, and other MATE parameters.03:51
morgansnext time mate. mate fails on my laptop so I forgot about it.03:51
morgansI installed it, got only something about my monitor which is fine so I closed that. Now am lost. went back to activities, start typeing displays.. doesnt show. very lost.03:53
morgansactivities, installed click displays, launch, nothing but same small monitor preferences window.03:55
morganslotuspsychje,  acha??03:55
tomreynyou said you're on gnome, not mate, why would you use mate's tool?03:56
morgansI have the entire hard drive ubuntu, is there a way I can shrink everything and repartition so that I can install mate in another partition. I should have partitioned at first but was in a hury and put ubu on the entire disk.03:57
tomreynit's possible but also error prone, better install ubuntu mate on a separate disk03:57
morgansso back it up then repartition04:07
morgansonly one hd04:07
morgansOr a new computer, $$ solves all, eh04:08
morganstill I check out more.. thanks04:09
alkisgmorgans, if you're using normal ext4 the risk is tiny04:10
alkisggparted can resize ext4 with no problems; then you can install other distributions side-by-side, their installer will even prompt you to do that04:10
pvh_saHello everyone... I have a Bluetooth headset that is connected as an a2dp_sink according to pactl list cards and sound plays fine e.g. in Youtube tabs (in Firefox) but is delayed or non-existent in e.g. my Duolingo tab on the same browser. Any advice?05:11
SnoopJI ended up just building my own gcc 10.2 :/ (but at least I configured it in a less going-to-break-my-system way this time around)05:14
guzzlefryokay so, 20.04 upgrade went mostly smooth. Now I'm wondering how to switch over to the Ubuntu handled VirtualBox stuff. I can't seem to uninstall the third-party one.05:55
alkisgWhat's the output of `dpkg -l | grep -i virtualbox` ?05:57
TheBigKwas virtualbox not part of ubuntu 18.04?05:57
guzzlefryTheBigK: It was, but LTSs tend to keep really old package versions.05:58
alkisgIf I understood correctly, he installed virtualbox.deb from upstream, and he wants to switch to virtualbox from ubuntu05:58
guzzlefrycorrect05:59
TheBigKand thats not the case anymore?05:59
alkisgEh, 2020 is more recent than 2018 :)05:59
TheBigKthats correct... but its not gonna be recent in 2022 :D05:59
guzzlefryI think it is in this case. Still 6.1 iirc?06:00
alkisgI'm using the stock one, 6.1.22-dfsg-2~ubuntu1.20.04.1, works fine06:00
guzzlefryVirtualbox is slow to bump minor versions. So it works out in this case.06:00
TheBigKguzzlefry: pls pastebin dpkg -l virtualbox* | grep ^ii06:02
alkisgThey made an exception for firefox, to allow frequent updates for security reasons. They should have made some more exceptions, for libreoffice, virtualbox and a few other big programs06:02
TheBigKalkisg: thats what snap is for06:02
alkisgTheBigK: snap install virtualbox works?! I doubt it06:03
alkisgSnap solves a problem that I don't have :D06:03
alkisgMy first command after installing *ubuntu is apt purge snap...06:03
TheBigKalkisg: thats not the fault of ubuntu. if u dont like the solutions ubuntu gives u, u should switch ;)06:03
guzzlefryhttps://dpaste.org/UuPe06:03
guzzlefryGoing to take a guess and say that I was looking for virtualbox-6.0 instead of just virtualbox. :P06:04
alkisgTheBigK: nah, as part of the community, I have offered thousands of hours to make ubuntu better, so I get to voice my complains while I still keep using it06:04
alkisgIt's not a company effort, it's a community effort06:04
TheBigKremove that package and install virtualbox-dkms and may be virtualbox-ext-pack and may be also virtualbox-guest-additions-iso virtualbox-6.006:04
guzzlefryWhat's dkms?06:05
TheBigKalkisg: i dont mind u complaining. thats freedom of speak. but there are tons of solutions for such easy problems06:05
alkisgapt install virtualbox should pull in virtualbox-dkms etc06:05
TheBigKi would switch to debian if i would use LTS...06:05
alkisgI'm using many distributions in many places, each one has its pros/cons06:06
TheBigKi agree06:06
guzzlefryhrm, can't resolve ubuntu.com06:06
TheBigK:D06:06
alkisgBut some solutions are good, others are bad; using dnsmasq for dns was a bad solution, so I criticized it until ubuntu did remove it; sometimes they do hear back from users06:06
alkisgcriticize = file bug reports with arguments and all, I don't mean here in irc06:07
TheBigKim not using dnsmasq?!06:07
alkisgYou all were, in 16.0406:07
alkisgIt was shipped as part of network-manager dns resolution06:07
alkisgAnd it was breaking people that actually wanted to use dnsmasq for their own needs06:07
TheBigKokay. could be true :)06:07
alkisgAnyway, that one was solved, and also unity, upstart, bzr etc got better solutions...06:08
TheBigKim using dnsmasq on my pi... for pihole06:08
alkisgHopefully snap will also go away in 5 years; I'll do some patience until then :D06:08
TheBigKi doubt that this is gonna happen... although i think flatpack is a better choice06:09
alkisgWe had 10+ different package managers in Linux, and the solution they came up with was to introduce 3 more ones06:09
alkisg(flatpak, snap, appimage etc)06:09
alkisgHow would libreoffice be able to ship upstream packages then, with all that chaos...06:10
alkisghttps://xkcd.com/927/06:10
TheBigKthat was always an issue in Open Source... and at the same time its the solution since usually the best technology wins06:11
TheBigKa lot of ppl still think init is just fine ... and it is... for its purpose... and i bet a lot of ppl still think lilo is fine ;D06:12
alkisgTrue; systemd vs upstart was such a case (upstart was fine, but supported by a smaller company). Let's hope they do the same with package managers at some point before the sun burns out06:12
TheBigK"smaller company?" ... systemd is a one man project, isnt it? like postfix is06:12
alkisgsystemd = redhat = 5k people, canonical = 500 people06:13
guzzlefryokay, next step is to find out why jetbrains-toolbox is segfaulting. :P06:13
alkisgBut anyway we went too-offtopic I guess06:14
guzzlefrygoing to guess it's something related to Java06:16
guzzlefry"Problematic frame: C  [iris_dri.so+0xddeb84]"06:20
=== EriC^ is now known as EriC^^
guzzlefryAlso no video for mpv...06:22
guzzlefryor VLC :P06:23
alkisgGraphics driver issues? Did you install any custom drivers in the past?06:26
guzzlefryI don't think so.06:26
alkisgCheck dmesg06:27
guzzlefry[ 3512.322195] mpv/vo[62413]: segfault at 24 ip 00007f352f4ccb84 sp 00007f353aa8ab90 error 6 in iris_dri.so[7f352e808000+fa7000]06:30
guzzlefrySame issue with JetBrains Toolbox. So at least it seems to be a single cause.06:30
guzzlefryThis allows it to work: Exec=env MESA_LOADER_DRIVER_OVERRIDE=i965 /usr/bin/vlc --started-from-file06:33
guzzlefrysuggested here https://askubuntu.com/questions/1254544/vlc-crashes-when-opening-any-file-ubuntu-20-0406:33
guzzlefryShould I just upgrade to 21.04?06:34
marcoagpintoguzzlefry: notice that normal releases have a life-cycle of just 9 months I believe06:36
marcoagpintothat is why I only update every two years (LTS)06:36
guzzlefryyeah, but there's an impressive lack of information on this issue, other than "LTS kernel is too old"06:38
guzzlefrywait, I'm a dummy. Had some custom xorg config. Let's see if that fixes it.06:45
guzzlefrymission accomplished06:53
kylinlist07:00
lotuspsychjekylin: /list for a channel list on libera07:01
=== leo is now known as Leo
=== lordrishav is now known as LordRishav
=== lordrishav is now known as LordRishav
pvh_saHello everyone... I just wanted to report on progress with my bluetooth headset and Ubuntu 20.04. I took quite a journey through pages but ended up with switching to pipewire using these instructions: https://askubuntu.com/questions/1339765/replacing-pulseaudio-with-pipewire-in-ubuntu-20-04 (I had to reboot after installing pipewirk)08:35
pvh_sanow I have a wider set of profiles available (listed via pactl list cards) and switched to `pactl set-card-profile <CARD ID> headset-head-unit` for delay-free sound08:36
=== denningsrogue6 is now known as denningsrogue
Dme26Actually I try to open terminal but there is not opening of terminal10:30
Apachezhow can I find out why /usr/bin/gnome-shell is consuming 100% of a single core and dont give up?10:42
Apachezjournalctl -b -f    doesnt give any hints10:42
=== littlepap is now known as admin
JayDoubleuCan ubuntu use HDMI output of integrated GPU while rendering via dedicated GPU card like in windows ?11:45
ApachezJayDoubleu: how do you mean?11:50
JayDoubleuApachez: on windows you can have two graphics. One integrated and one dedicated. It can use HDMI output from integrated graphics while rendering games on dedicated GPU11:56
Apachezyeah two different outputs11:56
Apachezsame with linux11:56
Apachezjust put your game or whatever on the output you wish11:57
Apachezit will be like 2 monitors11:57
JayDoubleuAre you saying that I can use Nvidia GPU without having any hdmi connected to it and game will use it's power but display via Integrated hdmi out ?11:58
JayDoubleuI want to render game using external GPU without any hdmi connected to it11:59
Apachezno12:00
ApachezI doubt you can do that in windows12:00
Apachezit would mean that your egpu render the iamge and then have to push it through ram to your igpu who then outputs it to its framebuffer12:01
JayDoubleuI think I need something like prime12:02
JayDoubleuIt works by default like that in windows without any config12:02
JayDoubleuYeah, looks like I need something like this prime offload https://download.nvidia.com/XFree86/Linux-x86_64/435.17/README/primerenderoffload.html12:03
Apacheznot really "by default" with that 250 megabyte of driver download :P12:05
=== diskin is now known as Guest8457
=== diskin_ is now known as diskin
=== Leo is now known as Mikro
waltmanYesterday I was runnning Matlab over an ssh tunnel. Over night my connection timed out. My Matlab job ended (along with the rest of my ssh session) but I still have 4 icons for it in my gnome dock. There's an option to quit, but nothing happens. Is there any way to get rid of them?13:19
waltmanAlt-F2, then type r. That seems to have reset it.14:04
=== blackest_mamba_ is now known as blackest_mamba
=== blackest_mamba_ is now known as blackest_mamba
alguienis it possible to see a history of notifications?15:12
fikranhi all. My Raspberry Pi is an armv7l. Is that 64-bit or 32-bit? I am asking for the Raspberry Pi imager.15:12
JoshMullikenfikran pi 4?15:14
fikran315:15
coz_fikran, I believe it is 32bit15:15
JoshMullikencoz_++15:15
fikranaspberry Pi 3 Model B Rev 1.215:15
fikranheh, i have 2 Raspberry Pi 1's15:16
fikrandunno what to do with them15:16
coz_play? %)15:16
fikranwhat's %) ?15:16
coz_fikran, that is my smiley face15:16
JoshMullikenMaybe you can run pihole or something else really light15:16
BluesKajHi all15:17
coz_hey BluesKaj15:18
BluesKajhi coz_15:18
* coz_ loves seeing old recognizable nicks %)15:19
fikrani had a book that was called the yellow pages of the internet15:19
fikranit had a different emoji per page15:19
BluesKajemojies...bah :-)15:20
coz_%)15:20
ledeni😅15:22
coz_lol15:22
coz_ledeni, DO NOT tell me hoe to use thos o irc, I think I might get kicked from certain channels because I might like them lol15:24
ledenicoz_, no problem 👍15:26
coz_ledeni, lol15:28
tomreynalguien: click on the date + time, you'll see notifications which have not yet been acknowledged15:31
=== genii-core is now known as genii
=== blackest_mamba_ is now known as blackest_mamba
alguientomreyn, i need the ones i've already read16:08
godsgaming39Hi, does anybody know how to add new user to Ubuntu with the least permission?16:43
lotuspsychje!chmod | godsgaming3916:44
ubottugodsgaming39: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions16:44
leftyfbgodsgaming39: yup:  sudo adduser newuser --shell /dev/null16:44
leftyfbgodsgaming39: if you'd like a more serious answer, you're going to have to provide a LOT more information16:44
godsgaming39ok thanks for your answer it is useful16:45
leftyfbgodsgaming39: it wasn't a serious answer. That gives you a user who can't login16:45
leftyfbgodsgaming39: we could probably limit the user further by setting their home to /dev/null as well and a few other things. But unless this is a course question, this isn't the answer you're looking for16:47
godsgaming39If we allow the user to login but the user is only able to access the resources using the least privilege. How do i set permission for this case?16:49
leftyfbgodsgaming39: what resources?16:50
leftyfbgodsgaming39: this can get VERY granular. You're going to have to be very specific about your user case16:50
godsgaming39for example start and stop the server, install update or remove the package16:51
leftyfbgodsgaming39: that's some pretty low level stuff. What stuff don't you want them doing?16:51
webchat52good day17:05
lotuspsychjewelcome webchat5217:05
webchat52want to install ubuntu 21 dual boot on laptop, which has 2hd's... the first HD (smallest) i would like to use ONLY for boot, while the second one i would like to have for the files, programs, etc... I've done dual boot already, but only for 1 hd... how to do this for 2?17:08
tomreyn!yy.mm | webchat5217:08
ubottuwebchat52: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle17:08
tomreynyou may be referring to the Ubuntu 21.04 release?17:09
webchat52yes, sorry17:09
tomreyni haven't used the desktop installer for so long that i don't remember whether it can install across more than one disk. have you tried manual partitioning, yet?17:10
leftyfbwebchat52: the easy way to install ubuntu on the first HDD and then mount the 2nd as /home for your files and settings. If you really only want the 1st for "boot", then you probably want the entire OS on the 1st and then an overlayfs on the 2nd17:11
SnoopJfor 20.04 it does let you mount things across several disks, but I regret using it, it destroyed data on a partition where it had promised to only touch system root stuff17:11
SnoopJ(possible that I goofed up, but it was an unwelcome surprise)17:12
leftyfbSnoopJ: never run any OS installer on any drive you do not have backed up17:12
tomreynright, it can install on multiple disks https://i.stack.imgur.com/ZF6tp.png17:12
SnoopJleftyfb, it wasn't irrevocably destroyed, but it's kind of a pain in the ass to download several hundred GB of training data again.17:12
sharperguy__I have an issue import a CA cert file using update-ca-certificates: "Could not parse certificate: java.io.IOException: Illegal footer: - -----BEGIN CERTIFICATE-----". I was already able to import this cert using the trust command on an archlinux system, so I'm not sure whats up17:13
webchat52leftyfb i think this is what i want yes, but also, the second HD should also be divided for my windows use17:13
leftyfbwebchat52: yup, you can deal with that with custom partitioning and then setup either the /home mount or overlayfs after the fact17:14
webchat52because, at the moment, my first hd is used for winboot only, and the second one for programs, files, etc17:14
tomreynsharperguy__: this output seems to suggest you have a space between two hyphons on the BEGIN CERTIFICATE marker17:14
sharperguy__tomreyn, yes there is, but it looks like thats intended? I was able to use this same crt file on another system17:15
webchat52so, first just a plain dual boot setup, and then within ubuntu using a program to divide the second HD? But how to know that that partition only uses the empty space?17:15
tomreynsharperguy__: can you share the certificate (it's public anyways) on a pastebin?17:15
sharperguy__ok17:15
tomreyni've not seen this before, but maybe i missed something17:16
leftyfbwebchat52: you need to shrink the Windows partition down, create a new partition, format it and then mount it or seup overlayfs to use it17:16
leftyfbsharperguy__: please confirm that you can still use this cert on the other system and that it hasn't been accidentally modified since17:16
tomreynsharperguy__: actually i'd think the leading "- " don't belong there.17:17
lotuspsychjeSnoopJ: could try to photorec your hd, see if you can recover some trainings back17:17
SnoopJlotuspsychje, this was several weeks ago.17:17
lotuspsychjeSnoopJ: if photorec cant get it back its surely lost17:17
lotuspsychjeworth a try17:18
SnoopJLesson learned, the installer offers a promise about the partition that is a little stronger than what it delivers17:18
SnoopJlotuspsychje, I don't think you understand: I have already recovered the data.17:18
lotuspsychjekk17:18
tomreynsharperguy__: chances are openssl still accepts the certificate in this format, but java's certutil doesn't (which would explain that only the java tool tells you it's an error)17:18
SnoopJThe fact that I had to recover it in the first place when the installer told me it would only delete things in system directories is...annoying.17:18
SnoopJbut lot of room for subtle failures there, probably the user (i.e. me) did something silly17:19
sharperguy__@tomreyn, https://pastebin.ubuntu.com/p/hrwG7qKKHd/ - its because its in a signed message format17:19
lotuspsychjeSnoopJ: its the user thats choosing to install yeah17:19
SnoopJlotuspsychje, yes, I have learned my lesson and will not trust the installer for auxilliary partitions again.17:19
tomreynsharperguy__: right, makes sense that the signing envelope added the extra "- " now, that's why i asked to see it in context. you'll need to remove the signature first of all.17:20
sharperguy__tomreyn, i tried deleting the surrounding PGP signed message, leading - and signature and i now get "Could not parse certificate: java.io.IOException: Incomplete data"17:21
tomreynsharperguy__: why don't you use openpgp to do the stripping for you?17:21
sharperguy__tomreyn, not sure what command to use for that?17:22
webchat52so, before seting up, i should already partition my second hd?17:22
tomreynsharperguy__: gpg --decrypt17:22
webchat52would you be able to recommend a safe (pref open source) partition program?17:24
geniigparted17:24
sharperguy__@tomreyn, it seems like the cert was accepted now17:25
sharperguy__thanks17:26
sharperguy__i didn't know that gpg --decrypt could also strip a signature17:26
tomreynyou're welcome17:26
geniiwebchat52: https://gparted.org/livecd.php17:26
oerhekswebchat52, use windows to partition your 2nd hdd17:26
oerheksor use the linux tools, but if you need to ask if they are safe, you missed something i guess17:27
apb1963Hello.  Just finished a fresh install of 20.04 on a brand new drive.  It doesn't boot.  It does a bunch of startup stuff and then the screen blanks and about every 10 seconds the cursor flashes in the upper left corner.  I couldn't help but notice it installing 5.1117:34
oerheksfresh 20.04 without linux-hwe-5.11 gives 5.11 ???17:36
SnoopJapb1963, if you can access a console (either by ctrl+alt+f1 (or another F-key < F7) or booting into recovery mode), then you can look at `journalctl -b` and see if there are some errors in there, probably related to gdm3/GNOME17:38
oerhekshttps://launchpad.net/ubuntu/+source/linux i do not see 5.11 for focal17:39
oerheksany nvidia driver could cause this, disable secureboot?17:39
apb1963oerheks, I believe it's using nvidia  How do I disable secureboot?17:43
oerheksin your bios17:43
apb1963SnoopJ, can't get console17:43
apb1963oerheks, I don't think that's an option17:43
oerheksi still wonder how you get 5.11 ..17:44
oerheksyou must have done something special17:44
oerheksSnoopJ +1 recovery mode, older kernel17:44
apb1963oerheks, I don't know.  It downloaded it.17:44
oerheks5.8 i guess17:44
apb1963There is no older kernel, this is a brand new drive.17:44
oerheksoh,.. you just downloaded it..reverse that kernel then.17:45
leftyfbHWE for 20.04 is 5.1117:45
oerheksyou always have the old kernel.17:45
ledeniapb1963, sure should be option to disable secure boot17:45
leftyfboerheks: not if they selected HWE during the install. I know it's an option for the server install, not sure about desktop17:45
apb1963leftyfb, there was no option.  I did nothing special - other than selecting a custom partition config. I allocated 50GB for the root, and made /home a mount point  Then I installed to the new, blank, unformatted drive.17:46
apb1963On reboot, it went through a ton of things and got to a point where it blanked the screen as described.17:48
apb1963and gthere it sits, every 10 seconds the cursor appears, blinks once and disappears again.17:48
apb1963s/gthere/there/17:49
=== ubuntu is now known as Guest5458
Guest5458its has problem in browsor[17:49
apb1963well I will reboot it and see if there's a secureboot option in the BIOS.17:50
apb1963argh.  For a moment I had a console login17:51
apb1963got it again.  And then it blanked the screen.17:52
apb1963It comes & goes too fast to login,17:53
apb1963ctl-alt-del shows me a bunch of logout stuff17:54
apb1963Secureboot is and already was disabled.17:55
apb1963Also, I used an old 20.04 install disk.  20.04.2 I believe.17:58
webchat52@oerheks what do you mean with "if you need to ask if they are safe, you missed something"?17:58
apb1963Rebooting live disk/usb.17:59
ledeniapb1963, did you establish network and set updates during install18:00
apb1963ledeni, yes18:01
ledeniapb1963, try without just pure install from usblive18:03
apb1963I guess I'll do it again and tell it no updates this time.  Although..it seems to be a BIOS issue now.  Very slow too go through BIOS checks and it's basically stuck.18:04
apb1963s/too/to18:04
apb1963OK... now I have a grub menu and all the OSes show on other devices - sdb, sdc but no sda which is the new drive,  BIOS sees it and obviously it was seen by the installer.18:07
=== Walex_away is now known as Walex
apb1963oh well, back to reinstall w/no updates.18:10
apb1963What does the ittle man and the rectangle next to it mean?18:12
apb1963livedisk sees sba18:14
=== JoshMulliken is now known as mulliken
apb1963keeps trying to read my CD/DVD and eventually failing...18:17
apb1963yeah, it's basically going in circles, slowly.18:19
apb1963rebooting again18:19
apb1963I'm starting to think the mamaboard is failing.  It got stuck on the initial opening line ISOLINUX.... finally got to the little man and his rectangle.18:22
apb1963And now sits there,18:22
apb1963With the purplish colored background.18:22
apb1963Sigh,  No joy,  guess I need to build another PC.  ;(18:25
apb1963Thanks for the suggestions guys.  bbl18:26
Walexapb1963: for testing etc. I like the GRML live CD/USB thing.18:30
=== Tabstar is now known as Tabmow
guzzlefryAny idea why the xfce4-notifyd.service isn't starting automatically?19:04
sarnoldguzzlefry: what does systemctl list-units report about it? systemctl status? journalctl?19:07
guzzlefryI'm not seeing it in list-units.19:17
guzzlefryah, needed the --user switch19:17
=== shush_ is now known as shush
guzzlefry"loaded active running", but i had to manually start it19:17
sarnoldguzzlefry: does anything Want that unit?19:20
guzzlefryHow do I check?19:23
guzzlefryah, looks like e4-notifyd.service19:25
sarnoldguzzlefry: I don't know any sure-fire ways to check, but systemd-analyze dot xfce4-notifyd.service   shows Wants relationships in a dot format.. it's not the worst thing to read, but it's also not super-easy19:26
loomysup yo19:27
guzzlefryIs there a good way to remove stuff installed via a metapackage? Seems I have a lot of cruft from trying out different DEs.19:32
sarnoldapt autoremove can help, the 'orphaner' tool from the 'deborphan' package can help clean some things up too19:33
=== kyonko000 is now known as kyonko
=== shinobi is now known as FKAShinobi
morgansubuntu has become unworkable: I cant get to "displays, mate" which I was here advised on how to install last night AND now I have a smaill display box telling me what kind of monitor I have RIGHT OVER THE BACK BUTTON on the chrome window AND alt-backarrow doesnt override it.21:36
morgans20.04 vanilla with ubu tweaks till yesterday21:36
morgansIt never did install the mate control center AND I am removing it. (yay I found it with installed software) and I hope that little window goes away. ---> I was registering for someothing and was "almost done" and was going to correct the zip code before completion AND FAIL!21:39
morgansremoved and the text box did not vanish. I suppose it is reboot time again. (every 2 days at least.) Can you see why I could never recommend UBU for anyone but someone who is willing to tweak and tweak the system. It is basically horrible. -- fine for whom?21:40
morgansThis is a Dell for god9dess)'s sake and shoudl just work. how Vanilla can we get?21:41
morganskillall chrome -921:41
morgansyou know that just isnt something a user who just does the web should have to do. OK the web plaus cheese. and gedit. and hexchat. and discord.21:42
=== genii is now known as genii-core
AsenMHello, any way to run 2 rsync in parallel with same source and destination? right now they pretty much both copy the same file :( how can i make it multi threaded?22:47
sarnoldAsenM: I might have something for that..22:49
oerheks2 rsync jobs on the same file(s)?22:49
sarnoldAsenM: I got this from someone else a few years ago, never tried it myself.. https://paste.ubuntu.com/p/bHDBVkWQKh/22:50
leftyfbAsenM: there's nothing built in AFAIK. Here's some hacks, but I don't think they buy much depending on the directory structure https://stackoverflow.com/questions/24058544/speed-up-rsync-with-simultaneous-concurrent-file-transfers22:50
leftyfbsarnold: oh, that one looks a lot more sane then the other hacks22:50
sarnoldleftyfb: yeah, I was pretty skeptical of the idea, but it seemed doable22:51
AsenMthank you i guess i will think of some ways  i have to transfer 220TB :)22:53
sarnoldoof22:53
leftyfbI've been trying to transfer about 8TB for about a week now22:55
leftyfbof course I'm using a raspberry pi which keeps running out of memory and locking me out :)22:56
AsenMi did 3tb in a day22:57
sarnoldthat hurts :)22:57
AsenMnot sure if the problem is the internet or something else22:58
leftyfbyeah, it also doesn't help that the other end is a laptop on wifi and the destination is a usb HDD23:00
Samiananyone here have prescription glasses with blue light filter? Does it do anything good?23:00
leftyfb!ot | Samian23:01
ubottuSamian: #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!23:01
oerheksno blue lights here..23:01
leftyfbSamian: the answer is yes, something like "gunners" do work, but please take the discussion where more appropriate23:02
leftyfbSamian: please do not PM23:02
Samiansorry I didn't know you prefer dcc chat23:06
leftyfbSamian: #ubuntu-offtopic is a more appropriate place to discuss. This is an ubuntu support channel23:06
Boodahow do you change for the ubuntu gnome login scren from a pinky purple to anything i want?23:26
=== Booda is now known as tw3ml0w
oerhekslot of articles online about that, with a lot of typing..23:30
tw3ml0wthanks for ur help, i have now solved my problem with all ur wisdom23:35

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