/srv/irclogs.ubuntu.com/2020/04/21/#ubuntu.txt

kenwoodfoxi cant `apt-get install wine`00:00
kenwoodfoxneed some help with this one :/ why is wine not being installed with q4wine?00:00
kenwoodfoxI was able to install wine64 wine32 but q4wine dosent see them>00:00
kenwoodfox?00:00
=== tds1 is now known as tds
kenwoodfoxand ive got broken packages https://cdn.discordapp.com/attachments/375055448187076611/701945786765803560/unknown.png00:02
kenwoodfoxdarnit00:02
kenwoodfoxhttps://askubuntu.com/questions/433533/q4-wine-need-help Why cant i run sudo apt-get install wine00:04
Bashing-om!wine1.6 bionic | kenwoodfox00:05
kenwoodfoxWhat does that mean? Bashing-om00:06
Ben64kenwoodfox: what version of ubuntu, what happens when you try to install?00:06
kenwoodfoxBen64: ubuntu 18, it seems to install with no issues00:06
Ben6418 what00:06
kenwoodfoxUbuntu 18.04.4 LTS00:07
kenwoodfoxSorry Ben6400:07
Ben64then why does your picture say cosmic00:07
kenwoodfoxIm not sure?00:07
kenwoodfoxI dont know that00:07
Ben64what's the output of 'lsb_release -a'00:08
kenwoodfoxHere you go Ben64 https://cdn.discordapp.com/attachments/399040805202952203/701947466366320692/unknown.png00:08
Ben64why pictures of text :|00:08
kenwoodfoxPeople yell at me when i post outputs in IRC00:09
Ben64pastebins exist00:09
kenwoodfoxIll switch to that then00:09
sarnoldthe pastebinit tool can make that pretty quick00:09
Ben64anyway, some funkiness going on if you have cosmic repos mixed with bionic00:09
kenwoodfoxBen64: Makes sense, there is some weirdness in the update, what should i look at first?00:09
kenwoodfoxhttps://gist.github.com/KenwoodFox/3bec271f505fc507bb7a9075246d4e3300:10
sarnoldgrep -r cosmic /etc/apt00:10
kenwoodfoxHere's the result of a apt-get update00:10
Ben64/etc/apt/sources.list and /etc/apt/sources.list.d/00:10
kenwoodfoxsarnold: no output00:10
mattflyhow to i upgrade from beta to RC?00:11
sarnoldsudo apt update && sudo apt upgrade00:11
kenwoodfoxBen64: Waiting to cat those,00:11
Ben64https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard00:11
Ben64uh...00:11
kenwoodfoxsarnold: Will run again ASAP00:11
Bashing-ommattfly: Stay updated is all that is required ( sudo apt update ; sudo apt upgrade).00:11
Ben64opensuse debian ubuntu wine00:12
Ben64bad combo00:12
kenwoodfoxBen64: Can i remove a repository?00:12
Ben64yes00:12
kenwoodfoxCommand?00:12
kenwoodfoxadd-apt-repository --remove right?00:13
Ben64remove the packages from the repo first, then delete the line from /etc/apt/sources.list or /etc/apt/sources.list.d/00:13
kenwoodfoxHow do i do that?00:13
sarnoldkenwoodfox: the ppa-purge package may be a better choice00:13
kenwoodfoxsarnold: how do i do that?00:14
kenwoodfoxI need to install ppa-purge?00:15
kenwoodfoxI think i can try purging that ppa like Ben64 said00:16
kenwoodfoxhttps://gist.github.com/KenwoodFox/ae785191487f6810eb6df850c5a59def00:18
kenwoodfoxHm00:18
kenwoodfoxsarnold: any thoughts?00:18
kenwoodfoxdang00:19
kenwoodfoxI noticed the issue with apt-get update as soon as i remoted in, i guess this is why my VM and their machine were not doing the same thing00:20
kenwoodfoxweird that the install for q4wine went fine and had no errors00:20
kenwoodfoxi assume it installs wine along the way, my VM did not have wine before i ran the installer00:20
kenwoodfoxBen64: Ill try your methid next00:21
kenwoodfoxBen64: Is it ok to just delete them from those two files?00:22
kenwoodfoxBen64: I cant seem to figurre out how to remove them from the repo first :/00:22
Sven_vBI have two lists of numbers, and need a table that calculates some formula for each combination. does Ubuntu have a program that can do it easier than writing my own python script to render CSV?00:23
kenwoodfoxI don't want to just push buttons and try things this isent my computer, ugh everything on stack is so outdated00:24
EliteGodadd-apt-repository -r ppa:name00:26
kenwoodfoxI want to remove https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard would i type in ppa:https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ?00:27
kenwoodfoxEliteGod: Sorry, forgot to reply to you00:28
EliteGodkenwoodfox: that's not a repo. you've probably downloaded a deb file00:28
kenwoodfoxEliteGod: what do you recomend? Its casuing errors in my apt-get update00:29
kenwoodfoxhttps://gist.github.com/KenwoodFox/3bec271f505fc507bb7a9075246d4e3300:29
EliteGodkenwoodfox: do what Ben64 said. just comment/remove the lines that point to there00:30
kenwoodfoxSure thing EliteGod, one moment00:30
EliteGodthey should be in /etc/apt/sources.list or /etc/apt/sources.list.d/00:31
kenwoodfoxEliteGod: Found them, removing the line00:31
kenwoodfoxEliteGod: its slow since im over teamviewer :c bleh00:32
kenwoodfoxYay now i only get this error E: The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release' does not have a Release file.00:32
kenwoodfoxIll remove that with the add-apt-repository -r?00:33
EliteGodthere should be a line with that too, I believe00:33
kenwoodfoxI did not see it in /etc/apt/sources.list00:34
Bashing-omkenwoodfox: try ' sudo apt-add-repository --remove ppa:ubuntu-wine/ppa ' Only IF the source still exists .00:34
EliteGod^00:34
kenwoodfox !!! PLEASE NOTE THAT THIS REPOSITORY IS DEPRECATED !!!00:34
kenwoodfoxIn fact, it's double deprecated -- it was replaced by the Wine Builds PPA, which was then itself replaced.00:34
ubottukenwoodfox: I am only a bot, please don't think I'm intelligent :)00:34
kenwoodfoxOh boy00:34
kenwoodfoxBashing-om:00:35
JadedJHow can I disable the swap file in ubuntu 19.10?00:35
kenwoodfoxYay apt-get update worked with no errors! EliteGod Bashing-om00:35
EliteGodgreat!00:35
Bashing-omkenwoodfox: As I do not wine my advise is limited :(00:35
kenwoodfoxBashing-om: Thats ok, but now i do need to figure out how to install wine :c00:36
sarnoldkenwoodfox: oh rats, I was hoping ppa-purge was smart enough to handle that :(00:36
kenwoodfoxsarnold: seems to have all worked out :3 But, now i need to go onto the next step,00:36
kenwoodfoxsarnold: I still cant install wine,00:37
sarnoldJadedJ: swapoff -a will turn it off right now, I'm not so sure about how to turn it off on the next boot though00:37
Jordan_UJadedJ: Why do you want to disable swap?00:38
kenwoodfoxIm gonna do a purge and then reintall00:38
sarnoldkenwoodfox: does whoever publishes Err:10 https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard  have a new version of the repo for newer versions of ubuntu?00:38
sarnoldkenwoodfox: if they do it might be as easy as changing that 18.10 to 19.10 or 20.04 or whatever you're running00:38
kenwoodfoxsarnold: just tried running q4wine and it got further than last time! it included /usr/bin/wine!00:39
kenwoodfoxsarnold: looks like it was able to install wine-stable for itself00:39
kenwoodfoxhttps://cdn.discordapp.com/attachments/399040805202952203/701955318468313098/unknown.png00:39
kenwoodfoxIm stuck here now but, progress!00:39
=== WodenCafeDeSade is now known as wodencafe
Bashing-omkenwoodfox: What presntly shows - sudo dpkg --list | grep "wine*" ; apt-cache policy wine ' ?00:40
kenwoodfoxBashing-om: a lot of stuff :c00:40
kenwoodfoxLaunching program, it says configuration loading00:42
AtlenohenHello00:43
AtlenohenI can't seem to find ntp.conf00:43
AlecTaylorI'm getting a 500 server error on https://packages.ubuntu.com/search?keywords=expat - are you?00:44
Atlenohenfresh 19.10 install00:44
Atlenohenor whatever's the latest00:44
Bashing-omAtlenohen: ntp is old - what shows ' systemctl status systemd-timesyncd.service ' ?00:47
Atlenohenoh ... will try00:50
sarnoldAtlenohen: you may be running chrony or systemd-timesyncd, try timedatectl, timedatectl timesync-status, timedatectl show-timesync00:51
Atlenohenidk but seems like old domains are kept00:54
Atlenohenstill connects to ntp.ubuntu.com00:54
Atlenohenprobably still not transitioned completely, but anyway I don't know the new name of the conf file for whatever is the new default00:55
=== benfrancis6 is now known as benfrancis
Atlenohenis the name Network Time Synchronization ?00:56
sarnoldAtlenohen: the thing is, we switched from the old ntpd package to *two* different services -- one, chrony, mostly for server folks, and one, systemd-timesyncd, mostly for desktop folks01:04
Atlenoheni find neither in etc/01:05
sarnoldAtlenohen: you can of course still run the old ntpd or the ntpsec things instead if you wish, but it's better to stick with chrony or systemd-timesyncd, depending upon whatever it is you're trying to do01:05
sarnoldAtlenohen: first is to figure out what's already running01:05
Atlenohenall I need is the conf file to edit01:05
sarnoldand to find that, you need to find out what you're running :)01:05
Atlenohenwhichever it is01:05
sarnoldso try those timedatectl commands I gave you01:05
Atlenohenyeah i ran it, it didn't mention chrony01:05
Atlenohen2 services for time oh01:06
sarnoldhow about systemctl status systemd-timesyncd.service  ? what did that show?01:06
Atlenohenthere's so many names, like 10 different names now01:06
sarnoldyes01:06
Atlenohenhow can it be a mystery which one is running, I installed new ubuntu yesterday01:07
Atlenohenit has to be the default, i didn't do any server stuff01:07
AtlenohenI better do this in the morning lol01:07
DarkTrickI'm trying to go back to a different kernel01:08
AtlenohenI'm searching with dolphin, IDK if this is related but some KDEinit crashed or something, didn't seem to affect any windows/konsole01:08
DarkTrickI installed linux-image-5.3.0-40-generic. Seemed fine. But if I start that kernel, I cannot use any network devices.01:09
DarkTrickIs there anything I additionally have to install?01:10
sarnoldAtlenohen: what does systemctl status systemd-timesyncd.service   show?01:12
Atlenohenservices stats01:12
sarnoldDarkTrick: there are matching linux-modules-... and linux-modules-extras-... packages01:12
Bashing-omDarkTrick: Boot to grub's boot menu and here choose an older kernel to boot.01:12
Atlenohenit doesn't show anything helpful that would make me find the conf file01:12
sarnoldAtlenohen: does it look like systemd-timesyncd is running?01:12
oerhekswhy did you go back?01:12
Atlenohenbut it's here it seems: etc/chrony/crony.conf and etc/systemd/timesycd.conf.d01:13
Atlenohenhttps://help.ubuntu.com/lts/serverguide/NTP.html01:13
=== retentiveboy_ is now known as retentiveboy
DarkTricksarnold, seems like modules-extra wasn't installed. Thank you! I will try it01:14
kenwoodfoxI have a lot of machines with ubuntu server installed01:15
kenwoodfoxwould be nice if i could use their video outputs to display a netdata web page or zoneminder web page01:15
kenwoodfoxwithout actually having a full on desktop01:15
kenwoodfoxIs there some way to do that?01:16
sarnoldAtlenohen: seriously, if you'd just have pastebinned the output of any of the commands we'd asked you to run thirty minutes ago ...01:16
sarnoldAtlenohen: if you're running systemd-timesyncd, then probably this manpage will help you: man timesyncd.conf01:16
EliteGodI'm glad that people here talked about timesync.. what the heck is wrong here: https://paste.ubuntu.com/p/gJGM98xhr3/ ?01:17
AtlenohenI can't paste I'm not talking from the ubuntu computer and I found what I was looking for, I need the conf files and instead of 1 there's 2 now so that's it01:18
Atlenohenone of the programs crashed some internal thing, but seems like I can continue01:19
sarnoldEliteGod: firewalls on your local system? firewalls on any routers between you and your NTP server? ACLs on your ntp server?01:22
EliteGodI think Scaleway does something to their systems. because, as example, for me to bind a program to an IP, I need to bind to the private IP01:23
EliteGodthe one in the paste, in this case01:24
sarnoldah so this isn't just your home network?01:24
EliteGodnope, it isn't. it's a VPS running Ubuntu 19.10 (I'll update to 20.04 soon-ish)01:25
DarkTricksarnold, thank you! Worked!01:25
=== zbenjamin is now known as Guest71552
=== zbenjamin_ is now known as zbenjamin
DarkTrickNow I finally have a non-freezing system again :)01:26
EliteGodbut I guess I can still make a "phone call" to an outside NTP server?01:26
sarnoldDarkTrick: yay :) that linux-modules-extra cost me half an hour one day..01:26
CarlFKhow do I find a fs's uuid?  like the thing that is this: search.fs_uuid 3a88dbf4-b15b-4973-b898-5b78fe0613d7 root hd0,msdos501:26
sarnoldCarlFK: try lsblk -f01:27
sarnoldEliteGod: yeah, if the scaleway ntp servers are down you can try to configure ntp.ubuntu.com01:28
CarlFKsarnold: thanks01:28
EliteGodsarnold: /etc/systemd/timesyncd.conf?01:28
sarnoldEliteGod: yeah -- if you're using systemd-networkd, then timedatectl ntp-servers can make appropriate changes too, but it might be easier to just edit the config by hand01:29
=== tds1 is now known as tds
EliteGodsarnold: thanks! this looks way better: https://paste.ubuntu.com/p/sP63dGQmcp/01:34
sarnoldEliteGod: oh yes, much happier :D01:34
sarnoldand it looks like the clock may have moved by ~seven seconds at the worst. not terrible, anyway :)01:35
EliteGodyeah. I was expecting much more, because this machine (it has about a week) never had the time synchronized01:35
EliteGodI guess it's time to update all my machines (I need to take a look at this)01:37
sarnoldto be honest I've always kind of wondered how much VMs actually need ntp on guests01:38
sarnoldif your test is any indication, I think it's evidence that we *do* need ntp on guests..01:39
oerheksguest looks at host?01:39
matsamandate -us "$(cat </dev/tcp/time.nist.gov/13 | cut -c 7-23)" in a cron job does the same thing01:39
EliteGodmy other machines seem to be up-to-date01:40
SLegionWondering if anyone knows how to run sort in silent mode so it doesn't print output to the screen.01:41
EliteGodjust Scaleway was being weird01:41
SLegionI looked around for an option but couldn't find anything.01:41
matsamanSLegion: &>/dev/null01:41
matsamanor: >/dev/null 2>&101:41
SLegionahh yes, thanks01:41
matsamanformer is bash shorthand01:42
SLegionit's for a script01:42
matsamanhttps://en.wikipedia.org/wiki/Redirection_(computing)01:42
sarnoldoerheks: that's the thing; I think ntp can learn how much faster "the clock" ought to be running to keep good time, and .. that feels like a piece of actual hardware that can be programmed, and maybe syncing the vm host would be enough for the guests to then get a clock that's already improved..01:42
sarnoldoerheks: but this is a guess :) I'd like to *know*01:42
sarnoldSLegion: note that matsaman's answer is *right* but maybe not *useful*01:42
oerheksScaleway ..01:42
matsamanmaybe not, but definitely useful01:43
sarnoldSLegion: try running "sort /etc/passwd" and meditate on what happens :)01:43
SLegionI'm just stripping duplicate IP's out of a list.01:44
SLegionsort -u cidr.txt >/dev/null 2>&101:44
sarnoldI suggest re-reading that file once you've done that and see what has happened :)01:45
sarnoldyou could also read the docs but that'd take away some of the fun of figuring out why your duplicates are still there01:45
SLegionugh01:46
EliteGodyou're sending the useful output of `sort` into a black hole01:47
SLegionyeah I just realized that01:47
lifelessI seem to have broken cryptsetup prompting on boot - still accepts the keyphrase, just doesn't show it; whats meant to do that these days, and any pointers to docs for making it work in a text friendly fashion01:47
sarnoldhey lifeless :)01:47
SLegionSo is there another way of keeping sort silent while it does it's thing?01:48
lifelesssarnold: o/01:48
matsamanSLegion: that is what you asked for01:48
matsamanSLegion: what is it you want to not see?01:48
SLegionthe stdout01:48
matsamanSLegion: and where should it go?01:48
SLegionit's printing everything to the output01:48
SLegionah01:48
matsamanSLegion: maybe you just want sort > foo01:49
matsamannote that > overwrites01:49
matsaman>> appends01:49
sarnoldlifeless: I think it's plymouth that does the password prompting, but I'm not so sure how well it works on systems without gui-capable video01:49
sarnoldSLegion: probably you want sort -u -o cidr.txt cidr.txt01:49
lifelesssarnold: it is gui capable, but its been beaten up by me removing gnome with a flamethrower so that i3 under xrdp can start up properly01:49
sarnoldSLegion: I tested that on a tiny file, seemed fine, but it might be worth testing it on a huge file too, just incase there's soemthing funny about small outputs that lets it work01:50
lifelesssarnold: (hyper-v VM on a Windows desktop, long story).01:50
sarnoldlifeless: heh, that may indeed be a one-of-a-kind system there..01:50
lifelesssarnold: tada :). plymouth still - cool, thanks.01:50
SLegionThanks01:50
sarnoldlifeless: woo01:51
lifelesssarnold: its what had me running across https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1766857 as well01:52
ubottuLaunchpad bug 1766857 in linux (Ubuntu Cosmic) "[Hyper-V] KVP daemon fails to start" [High,Confirmed]01:52
EliteGoderm.. time for a stupid question: taskset -cp 0,2 PID -- to set the CPU affinity for a specific process, right?01:53
lifelessanyhow, off to poke at plymouth, thanks!01:53
SLegion485mb file just dropped to 186, so it's working.01:54
sarnoldEliteGod: without trying, I'd try taskset -c 0,2 -p pid01:54
SLegionthank you guys01:54
sarnoldSLegion: wow01:54
sarnoldSLegion: how's this file used?01:54
SLegionWell it's an entire ASN broken down into IP's per line.01:54
SLegionapache doesn't do CIDR's in redirection maps.01:55
sarnoldSLegion: because now you've got me worried that another bit of code is going to be doing sequential scans through this file over and over again..01:55
sarnoldyikes01:55
EliteGodlemme try: taskset -cp 0,2 $(pidof process_name)01:55
SLegionsarnold if you know of a better way to redirect traffic based on IP from one page to another using apache...01:56
EliteGodI have one bot that seems that doesn't like the fact that the VPS has 6 cores01:56
sarnoldEliteGod: any chance you can do it at a different level? http://ipset.netfilter.org/index.html comes to mind as something that's probably quick -- redirect one of the /16s to apache1, everybody else to apache2 ?01:57
spacefrogoy01:57
sarnoldyo01:57
sarnoldEliteGod: smack an nginx in front of it? https://serverfault.com/questions/380642/nginx-how-to-redirect-users-with-certain-ip-to-special-page01:58
spacefrogif i have a virtual host 80, do i need to have a virtual host 443 as well to declare my ssl certificates?01:58
spacefrogor can i just add entries to the virtual host 80?01:58
EliteGodsarnold: I think you were talking to SLegion? :>01:59
EliteGodspacefrog: 80 is HTTP; 443 is HTTPS. those are the standards01:59
spacefrogfair enough02:00
sarnoldEliteGod: d'oh :) thanks02:00
spacefrogcan i have them both in the same conf file or do they have to separate?02:00
EliteGodso, to specify was core numbers instead hex, we need to do: taskset -cp core_range PID02:02
EliteGodtried with -c and -p only and it errored02:02
EliteGodtime to update the systemd script :>02:03
EliteGodand after this, I'm going to sleep. past 4am and isn't a good hour to think much about Linux commands xD02:04
sarnoldEliteGod: oof :) that's risky indeed :)02:05
EliteGodsarnold: at least I didn't tried something stupid like adding the focal repos to a xenial system and do apt update && apt dist-upgrade (like I've done a week ago)02:07
EliteGodyou can guess the results lol02:07
sarnoldEliteGod: ooooooh man. that's not going to be fun to clean up02:08
Theteis there a way to get off -dev channel once 20.04 is released?02:10
Theteor do you have to do a clean install?02:10
EliteGodwell. thankfully all the important things I need are safe in a external disk. I guess I'll just install a fresh 19.10 or wait a few more days and go to a 20.0402:11
sarnoldThete: check your apt sources -- if they say devel, change them to focal; if they say focal, you're good02:12
Thetesarnold: thank you02:12
Bashing-omThete: No, keep updated and you will arrive at the "release" .02:12
EliteGodright. the etc/update-manager/release-upgrades thing is only related to the `do-release-upgrade`, correct?02:14
sarnoldyeah02:14
EliteGodam I correct assuming that the next normal release will be 20.10?02:16
sarnoldyes02:16
EliteGodI guess I'll update my machines from 19.10 to 20.04 and then return to the `LTS only`02:17
EliteGodI've been risking too much lately (especially when I have PPA's added and stuff like that)02:18
EliteGodis there an easy way to list all the PPA's currently in use?02:19
sarnoldEliteGod: try apt policy02:21
Bashing-omEliteGod: Also PPAs are 3rd pary and the sources belong in /etc/apt/sources.list.d. Command ' tail -v -n +1 /etc/apt/sources.list.d/* ' to list them.02:22
Bashing-omparty*02:22
EliteGodBashing-om: thanks. I'm really full of PPA's in that machine lol02:24
EliteGodwell, not that many: https://paste.ubuntu.com/p/MphW2CGQc5/02:25
EliteGodbtw, do we really need to purge PPA's and all of that before upgrading a release? a simple apt update and apt dist-upgrade doesn't solve most of the possible conflicts?02:27
sarnoldif the ppa and third party repo folks have been preparing focal updates all along, it might go fine02:28
Bashing-omEliteGod: Was going to advise If that many there is a 40 key limit: ls /etc/apt/trusted.gpg.d | wc -l . Only 5 PPAs in that directory :)02:28
sarnoldI think do-release-upgrade will disable the repos for you02:28
EliteGodiirc, it was what happened when I went from Bionic to Eoan02:29
EliteGodthen I'll need to re-add them one by one02:30
EliteGodsometimes I wish that Ubuntu had RR..02:31
* EliteGod runs away02:31
sarnoldRR?02:32
EliteGodRolling Releases02:33
sarnoldahhh02:34
EliteGodbut well, stability is more important I think02:36
Bashing-omEliteGod: Maybe RR pathway - https://ubuntu.com/blog/introducing-the-ubuntu-aws-rolling-kernel-2 .02:39
sarnoldthere's no denying that the goal of getting new features into each release encourages a focus on delivering something every few months; if it were rolling, with a release every two years, there's a chance we might try to rush everything in at the last minute, rather than through four last minutes :)02:40
matsamanstability and rolling release needn't be at odds02:40
EliteGodI mean, I remember that I had to add the oidentd PPA (probably on Xenial) because I was needing it due to the `forward` feature and it wasn't available in the standard package02:49
EliteGodit would be nice that every time a package is updated it would be automatically backported(?) to every release that wasn't yet EOL02:51
EliteGodtime to sleep! laters02:52
matsamanEliteGod: yeah it'd be nice if nobody had to do work to package packages02:56
matsamanbut people aren't that good at authoring software, so that's not hardly a thing02:57
=== RocketRaccoon is now known as Thanos
nshireI put my vm on a nvme ssd and its so much faster, not sure why03:53
nshireeven just stuff like using chrome feels faster03:53
HacKDarKHola04:06
HacKDarKAlguien en español?04:06
HacKDarKNecesito ayuda para recuperar el canal04:06
Bashing-om!es | HacKDarK04:08
ubottuHacKDarK: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.04:08
HacKDarKhi04:33
HacKDarKNo one answers me on the Ubuntu-es channel04:33
HacKDarKI need help to recover the Ubuntu-uy channel04:34
HacKDarKApparently my username was removed. My email is still associated with the channel.04:35
HacKDarKBut my nick no, I had to register it again a few minutes ago.04:36
HacKDarKI lost ALL channel permissions. And when trying to send me the data again via email, he says that my nick was not associated.04:38
guivercHacKDarK, if you're talking about issues on here (freenode), it's possibly freenode you should be talking to, seeking help from04:39
elHacKDarK: hi can you come to #ubuntu-irc please :)04:40
elwe will talk about it there04:40
housecatguiverc: #freenode would tell them to talk to the Ubuntu group contacts, two of whom just appeared in here ;)04:40
guivercokay sorry (housecat)04:40
HacKDarKyes housecat04:40
HacKDarKthey sent me here04:41
housecatHacKDarK: /join #ubuntu-irc, we'll discuss there04:41
housecat#ubuntu is just for tech support04:41
ZnoruxHey how is it going guys04:43
elZnorux: hi was there something you needed?04:49
ZnoruxHey @el04:53
ZnoruxJust wanting to chat04:53
ZnoruxI am thinking going into ubuntu and go to the terminal again04:53
ZnoruxUsed to use it in a really basic way but... want to go back to those days04:53
ZnoruxWhat can you recommend me?04:53
elZnorux: oh, this is a tech support channel, for non-support chat we have #ubuntu-offtopic04:53
elrecommend? like a book?04:54
ZnoruxOh damn sorry about this. Thank you05:00
nshirehm for some reason my python program isn't showing in system monitor05:08
nshireoh do superuser processes not show in non-sudoed system monitor?05:08
nshireits showing in htop05:09
=== PowerTower_121 is now known as PowerTower_120
e-i-k-ecan somone confirm, that when enabling full disk encryption on an SSD in the initial setup, the installer sets the "discard" option in /etc/crypttab?05:59
e-i-k-eI think this is a bad idea, isn't it?06:01
e-i-k-eokay, just noticed #ubuntu-installer. will report it there06:01
nshireI'm trying to read an address range of a block device by doing "head -c [endbyte] | tail -c [startbyte] but there's no way it will complete since it's around the 6 billion address range06:25
nshiresorry 60 billion06:25
nshireand I'll run out of ram way before that06:25
nshire*already ran out of ram06:25
TJ-nshire: why use those and not 'dd' ?06:25
nshirecan I use dd to just write something to terminal?06:26
johnjaydoes ubuntu still use Upstart?06:26
nshireoh I guess I just set the output file as terminal... not sure how thou06:26
TJ-nshire: its output is to stdout unless specifying some other with of= (output file)06:26
ducassejohnjay: not any longer06:26
nshireah cool thanks06:26
johnjayI'm trying to understand the preferred way to run startup scripts on ubuntu. I have no /etc/rc.local06:26
ducasse!systemd | johnjay06:28
ubottujohnjay: systemd is the default init system for Ubuntu 15.04 onwards. For information on transitioning from upstart to systemd, see https://wiki.ubuntu.com/SystemdForUpstartUsers For a guide to basic service management with systemd, see https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units06:28
cadabraxHi, is there a way to change the proxy settings for the whole OS via command line?06:45
cadabraxI'm not talking about the HTTP_PROXY env vars, I mean at the OS level, what you set in Settings > Network > etc06:46
TJ-Any ideas why CUPS web-admin (localhost:631) and the CUPS cli tools (lpotions, lp, etc.) disagree on what the default printer is? Set it via the web-admin interface but lpoptions still thinks its the original06:54
Rozhahallo06:57
Rozhaneed help06:59
augzsend help07:00
augz.doobie Rozha07:00
ducasseRozha: ask your question, be detailed and wait for a response07:00
=== lucasrol- is now known as LucasRolff
Seveascadabrax: there's no such things as 'proxy settings for the whole os'07:28
Seveaswhat you set in that interface is changeable with `nmcli`, but that chages things only for applications which respect that setting07:29
lotuspsychjemaybe he means tunnel every app07:29
cadabraxSeveas: I'm looking for a way to programatically change the setting that the Settings > Network proxy dialog changes because for isntance Firefox is set to "use system settings", and changing the env vars only affect terminal applications.08:02
Seveascadabrax: as I said, that can be done with nmcli from a shellscript08:03
cadabraxok thanks08:03
Seveasif you are programming in another language, there's probably bindings for the networkmanager d-bus api you can use.08:03
cadabraxnah it's just a bash script08:03
maxrazerIs anyone able to run the "snipes" game from the snap repository? For me I get errors libGL no matching fbConfigs or visuals found. LibGL failed to load driver: swrast, SDL_CreateRenderer: Couoldn't find matching render driver.08:26
two4teaHi All09:03
luna_hi09:03
two4teaGot a small issue that I don't understand, I've setup a loopback interface to use with GNS3 of 10.100.100.1/2409:04
two4teaand I set my virtual router to use 10.100.100.254/24 but, I can from my terminal on Ubuntu ping every ip address in the range from 10.100.100.1-254, even though they don't exist?09:05
two4teaWhat am I doing wrong here?09:06
two4teaOr maybe a better question would be, why is my loopback interface responding to every IP address in its range?09:07
tatertotsit helps to have a clear objective you want to accomplish in GNS3, doesn't sound like you've gotten to creating a simulated topology yet to practice on09:28
=== anon is now known as Guest66790
anonymouse_Hello friends, has anyone had any luck while trying to install Ubuntu on the 16 inch MacBook Pro?09:43
soonInstalling 20.04 (beta) on a Lenovo P52s -- It just hangs at formatting the ext4 partition. I've tried UEFI and Legacy. I've tried manually formatting.09:45
soonAny suggestions what to do or look for?09:45
anonymouse_Have you tried using GParted?09:45
anonymouse_@soon09:46
soonanonymouse_: no i've used the installers disk partitioner09:46
soonno true ... i did actually09:46
soonbut without re-formating the drive09:46
anonymouse_soon I have found gparted to be very reliable for partitioning especially when the default disk utilities fail. It used to be bundled with the official distros and might still be there when you boot in the live version.09:48
soonI'll try it. Should I retain the efi type partition or just nuke it? I can live without uefi09:48
ntzhello09:48
DJonessoon: Its probably best asking in #ubuntu+1 for any 20.04 queries, thats where the people who have been testing it are most likely to be09:48
soonright you are .. sory about that09:49
* soon is off to Ubuntu+109:49
ntzcan somebody confirm ... when using latest ESR Thunderbird 68.x there is bug in the predefined colours in composer selection: https://infophagia.com/ntz/paste/Screenshot_20200407_103127.png .. in older TB (60.x) it looked like this: https://infophagia.com/ntz/paste/Screenshot_20200407_103832.png09:50
ntzto verify just hit write new message in TB and check the button for selecting text colour in composer09:50
=== William is now known as Conna
ConnaHalo10:06
Connastill waiting for Ubuntu and variant 20.04 :)10:07
luna_Conna: coming on Thursday evening10:07
ConnaOk Luna10:09
leonardusin the case of disk encryption, is there anyone stopping someone from overwriting the bootloader with a malicious bootloader that steals the password and passes it onto the real bootloader?10:29
YeOldHinnerkHi, I have an ubuntu server with ipmi - however I don't have access to ipmi anmore. Anyway to reset ipmi without hurting my installation? Not sure if I'm right here - it is not strictly a ubuntu question, but maybe someone has a similar setup?10:32
YeOldHinnerkNot having access means I forgot the password :)10:33
YeOldHinnerk(and even username, though I have a few valid guesses for that)10:33
BluesKajHowdy all10:35
grawityYeOldHinnerk: do you have root access to the server itself?10:36
grawityYeOldHinnerk: on my own servers (i.e. where I own the hardware), ipmi can be accessed from within the OS (through a driver) and that doesn't require any authentication10:36
grawitybasically you can `ipmitool user list 2` etc. without specifying any hostname10:38
r15Hi Ubuntu, how to get/install the driver on ubuntu 18.04 for VGA compatible controller [0300]: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:1b06]10:51
YeOldHinnerkI have access to ubuntu via ssh as root10:51
r15already tried sudo ubuntu-drivers autoinstall10:52
YeOldHinnerkAt this point I only have access to IPMI via webpage and am missing a login10:52
r15nvidia-smi gives no suitable driver found error10:53
YeOldHinnerkI installed ipmitool on my server just now, but it does not recognize the host10:53
grawityis it the hosting provider's custom webpage, or are you directly connecting to the BMC's webpage?10:55
grawityif you're using the hoster's custom management system that's a different story entirely...10:55
YeOldHinnerkI have to admit I don't know much about ipmi10:56
YeOldHinnerkIt is a supermicro login page from my server10:57
YeOldHinnerkthere is no hoster10:57
YeOldHinnerkthe server is on my premises10:57
grawityah10:57
grawitydunno, only dealt with hp and dell here10:57
YeOldHinnerkok, thx for trying10:57
grawityis there a /dev/ipmi0 on the server?10:58
toffehi any tip on how to get OpenJDK 1.7 installed on Ubuntu 19.10 ? Been struggeling with a whole lot of guides but all fails with nonexisting dependencies or nonexisting packages or bad repos e.t.c.10:58
Guest7315Im on ubuntu 20.04, in gnome-tweaks I have disabled middle click paste but it still pastes on middle click... wtf?10:58
YeOldHinnerkyes10:58
grawityGuest7315: the setting mainly affects just gtk3-based programs, many others (gtk2, qt, custom) don't care about it10:59
grawityYeOldHinnerk: what do you get from `ipmitool lan print 1`?10:59
grawitynot the specific output, but generally does it return information or does it show an error11:00
YeOldHinnerkCould not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory11:00
YeOldHinnerkbut I see /dev/ipmi011:00
ylwghstHi all, I've got two GPUs Radeon RX590 and RX570 a put both to them into two PCIe slots into motherboard. I would like to use both of them for OpenCL. How can I achieve that? Currently I'm seeing only the RX590 within the system.11:01
YeOldHinnerkmy mistake11:01
YeOldHinnerkforgot sudo11:01
YeOldHinnerknow:11:01
YeOldHinnerkit is a bit longer feedback11:02
grawityand if everything else fails, I assume supermicro lets you reset the BMC through the server's boot process or through a jumper or something? I mean, hp does11:02
YeOldHinnerkI'll send you pm11:02
grawityjust go straight to `ipmitool user list 1`11:02
Guest7315grawity: Ah okay11:02
grawity(or 0 or 2 or whichever channel it wants)11:02
Heaton-IRclear11:03
YeOldHinnerkok, now i have the login confirmed11:03
Heaton-IRHello11:03
grawityipmitool user set password <user_id_number> <new_password>11:03
YeOldHinnerkyou know what, now that I had the login (which was only on number 3 or 4 of my guess list), I tried a couple of pw and it worked!11:04
YeOldHinnerkThank you for your help!11:04
YeOldHinnerkwhat a relief11:06
asdfghhello everybody, i need your help... i need to manage a high number of documents (json objects) and create live (remember "live") statistics for a website. Unfortunately postgres is not a solution, i tried it, with the support of #postgres too, the queries are slow because i need many (slices) WINDOW-FUNCTION. So, for a live solution is not possible. I also thought about OLAP database, but i never used it...i do not know, what solution can i use to11:07
asdfghcreate statistics of huge amount of data?11:07
asdfgh(LIVE-statistics)11:07
strkE: The repository 'http://security.ubuntu.com/ubuntu disco-security Release' no longer has a Release file.11:08
grawity...my completely wild guess is that it's out of support and no longer receives security updates, thus the repository has been closed?11:09
eugenio_Jordan_U, hi did you see the pastebin of my syslog? it was about a failure installation of ubuntu mate in an old laptop11:11
matt|homei seem to have installed a package i no longer need, and would like to remove.. but apparently it's a virtual one meaning i can't delete it. this is preventing me from doing any updates or upgrades to my package repo11:23
matt|homeE: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu bionic Release' does not have a Release file.11:23
matt|homewhat do i need to do to remove wine in this case so i can do a proper upgrade?11:23
Rozhahi11:30
Rozhaneed help11:30
Rozha● apache2.service - The Apache HTTP Server11:30
RozhaLoaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)11:30
RozhaActive: failed (Result: exit-code) since Tue 2020-04-21 11:26:41 UTC; 65ms ag o11:30
RozhaDocs: https://httpd.apache.org/docs/2.4/11:30
RozhaProcess: 22474 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAIL URE)11:30
geirhamatt|home: I'd try ppa-purge11:30
EriC^^matt|home: i think you need to re-add the ppa,then purge it using ppa-purge as suggested11:31
EriC^^add then apt update11:31
matt|homethanks11:31
matt|homejust one last thing..11:32
Rozhageheimnis`can u help me ?11:32
matt|homei was trying to install world of warcraft and battlenet through wine, i still see the icons on the menu screen.. and i'd like to get rid of it since they take up a lot of disk space, but i have no idea where they're stored or how to get rid of them since they're not packages11:33
matt|homeshould i just grep for those strings and remove those dirs?11:33
EriC^^matt|home: that sounds reasonable11:35
geirhaby default, wine stores the installed files in ~/.wine/, and the desktop entries should be under ~/.share/applications/11:36
grawitythey're in your wineprefix (probably ~/.wine/)11:36
matt|homeah i already got those then, thank you11:36
grawityrunning `wine uninstaller` would give you the usual "Add/Remove Programs", but if you awant you can just nuke the whole directory11:36
matt|homeroot@rfranklin:/home/matt# ppa-purge ppa:lutris-team/lutris && ppa-purge ppa:wine/wine-builds11:38
matt|homeUpdating packages lists11:38
matt|homeE: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu bionic Release' does not have a Release file.11:38
matt|homeWarning:  apt-get update failed for some reason11:38
matt|home?11:39
ioriathe last version supported is zesty (17.04) matt|home11:40
matt|homeso i can't purge the ppa because it can't be updated, and it can't be updated because it doesn't have a release file, and i can't manually remove it11:40
matt|homewhat do i do11:40
EriC^^matt|home: bionic seems missing in http://ppa.launchpad.net/wine/wine-builds/ubuntu11:40
matt|homeright..11:41
matt|homeso how do i get rid of this..11:41
EriC^^i guess you could manually remove it, and then run autoremove and call it a day, maybe someone has a better idea though11:42
ioriamatt|home, get the release file from /var/lib/apt/lists11:42
geirhafirst off, which wine packages are currently installed?   dpkg -l 'wine*'11:42
Rozhasome one can hlp11:42
RozhaApr 21 11:38:42 fromhell systemd[1]: Failed to start The Apache HTTP Server.11:42
matt|homegeirha , none. i deleted them11:42
matt|homeioria , what am i looking for..11:43
ioriamatt|home, aline likethis : /var/lib/apt/lists/ppa.launchpad...blah11:43
matt|homeyeah11:43
geirhaif they're removed, then disabling the ppa should suffice11:43
matt|homei see it11:43
geirhaas far as I can tell all packages in that ppa starts with "wine", so that dpkg -l should've caught any lingering packages11:44
Rozhasome one can help11:44
matt|homeso just delete the ppa files and that should be good11:44
ioriaprobably, but you can't be sure11:44
* matt|home sighs11:45
matt|homesame error message11:45
ioriamatt|home,  paste  'ls /var/lib/apt/lists'11:45
Rozhaioria can u help ?11:45
matt|homeoh that's interesting.11:46
BluesKaj!ppa-purge11:46
ubottuTo disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html11:46
matt|homeRozha , try ##apache for help with the webserver? i might be able to help you out if i can figure this out11:46
matt|homeioria : when i try deleting the ppa. files in that directory, they come right back.11:48
ioriamatt|home,  paste  'ls /var/lib/apt/lists'11:48
matt|homethere's four of them11:48
matt|homesure11:48
matt|homehttps://pastebin.com/YphU2bJ911:48
ioriamatt|home,  of cource there is no wine-builds in there11:49
geirhamatt|home: perhaps you had multiple entries of that ppa? see if this shows any:  tail -n+1 /etc/apt/sources.list /etc/apt/sources.list.d/*.list11:50
ioriamatt|home,   also apt-forktracer might help11:50
matt|homeim very confused..11:51
matt|homeso there are two types of repos.. the official ones and the unofficial ones you can manually add. i thought i deleted all the files related to the unofficial one i installed, but evidently not.. why exactly am i being prevented from updating and removing whatever's left over?11:51
ioriamatt|home, i don't think you might have installed something from that ppa (wine-builds), unless you upgrading from zesty11:55
matt|homeuh.. i don't remember doing anything like a system upgrade. i tried installing wine like a week ago11:56
ioriamatt|home,   cat /var/log/installer/media-info11:56
matt|homeUbuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)11:56
ioriamatt|home,  apt-forktracer | nc termbin.com 999911:57
matt|homehttps://termbin.com/aigdt11:58
matt|homei assume i can't just do something like ppa-purge * right..11:59
ioriamatt|home, i can see nothing : apt-cache policy   libdvdcss-dev12:01
matt|homehttps://pastebin.com/KMV5JtLB12:02
matt|homehttps://pastebin.com/JJqCgNbj <-- still getting that stupid error :<12:03
ioriamatt|home, have you removed the source ?12:03
matt|homei don't know.. how would i do that12:04
ioriamatt|home,  check sources.list file and sources.list.d directory12:06
ioriagrep -r -i ppa /etc/apt/12:06
matt|homeyes. deleting the files in sources.list.d seems to have worked12:07
matt|homeBinary file /etc/apt/trusted.gpg.d/lutris-team_ubuntu_lutris.gpg matches12:08
matt|homeBinary file /etc/apt/trusted.gpg.d/wine_ubuntu_wine-builds.gpg matches12:08
matt|homeroot@rfranklin:~#12:08
matt|homedelete those too?12:08
ioriaonly the wine-builds one12:08
matt|homegotcha. alright, everything seems to be working perfectly fine now. thanks ioria , i really owe you one :<12:09
ioriano prob12:09
matt|homeim surprised it was that complex to remove a package12:09
matt|homenow i just have to figure out where the icons on the menu screen are stored and get rid of those..12:10
matt|homeioria , let me know if you ever need help with anything okay12:11
ioriamatt|home, ok, tx; icons depend of what Desktop is in use andwhat kind of menu have you instlled12:11
matt|homeuh, whatever the default that came with the install. pretty sure this is gnome. but it doesn't matter at all12:12
ioriamatt|home, so with menu , you mean 'Show Applications' ?12:13
matt|homeyeah. i see icons for battlenet and world of warcraft12:13
ioriamatt|home, then check ~/local/share/applications directory12:13
ioriamatt|home,   ~/.local/share/applications12:14
matt|homegot it, thanks :D12:14
ioriamatt|home,  if nothing in there : /usr/share/applications12:14
matt|homeand i found out what was taking up 300GB of space too12:15
matt|homeperfect12:15
interrobangdhallo - ich bin gerade am Grübeln , will ein timestamp auf einem dateinamen in ein lesbares format wandeln, der am anfang einer datei steht. so klappt das aber nicht: ls -1 | awk -F '_' '{date -d "@"$1}'12:15
interrobangd.. kennt sich da jemand aus?12:15
matt|home.. really regretting me failing german12:16
matt|homeinterrobangd12:17
interrobangdecho 1587551580_f9440dc2b1134a5d83fcf05ca51ffb11 | awk -F '_' '{print "@"$1}' | date -d -12:19
matt|homehttps://pastebin.com/FAjTsg4k12:19
interrobangdoutput should be date -d @158755158012:19
geirha-f - not -d -12:29
geirhaand if you have GNU awk installed, it has a strftime() function. e.g.  gawk -F '_' '{print strftime("%Y-%m-%dT%H:%M:%S", $1)}'12:32
interrobangdgeirha, thanks!12:39
qwertyhello i got encounter problem my ubuntu linux 19.04 kernel version :-5.0.0.-13-generic , while i reboot my machine while booting splashing screen and i won't able to login my gui mode and my run level is 5, bro my issue could you please help me outplease someone help me13:00
qwertywill anyone help me out , that would be very appreciate.13:01
SWTUSDJSDSUFDSFDHello BoYs AnD GirlS, wHen Is UbUnTu 20.04 CoMiNg OuT?>!??13:02
lotuspsychje!party | SWTUSDJSDSUFDSFD13:02
ubottuSWTUSDJSDSUFDSFD: Please remember that our support channels are for technical support and not general chat. To countdown to !focal release and then party once it happens, join #ubuntu-release-party. Thank you! :)13:02
=== SWTUSDJSDSUFDSFD is now known as _aFirstInChannel
qwerty24 april 2020 is rolling out ubuntu 20.04 lts by official ubuntu13:02
qwertyi  hope so13:03
_aFirstInChannelthaNXxxxX13:03
lotuspsychjeqwerty: 23 april13:03
qwertyyeah13:04
qwertyplease someone will help me out13:04
lotuspsychjeqwerty: dont repeat please13:04
qwertyok13:04
lotuspsychjeqwerty: your version is end of life, install a supported version from the topic please13:04
_aFirstInChannellotuspsychje Is it worth upgrading tho from 19.10 ? Do you think it will have a lot of incompabilities ?13:05
_aFirstInChannelin beginning13:05
qwertyso far i tried everything from the internet but nothing happened13:06
qwertyi,m nood in linux .13:06
qwertynoob13:06
qwertyupdate #1:    boot to the GRUB menu    select Ubuntu    hit the e key    use arrow keys to move    find the line that has "quiet splash"    add nomodeset, so "quiet splash nomodeset"    hit F10 to exit and continue boot    see if it flickers13:08
qwertyi try this one thing on my machine13:09
lotuspsychjeqwerty: 19.04 is end of life, means no support anymore13:10
qwertyso that's reason i won;t able to upgrade the linux machine13:11
qwerty19.04 to 19.1013:11
qwertytell me13:12
qwertyis there any possiblilty13:12
lotuspsychje!eolupgrade | qwerty yes its possible13:12
ubottuqwerty yes its possible: End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades13:12
lotuspsychjeqwerty: but its not adviced, best to clean install13:13
marcoagpintoqwerty: 20.04 LTS will be out in a few days13:13
marcoagpinto:)13:13
marcoagpintothe site I had about it had 200+ ads :)13:14
marcoagpintomy adblocker blocked them13:14
marcoagpintoI read*13:14
geirhait's on thursday13:14
geirhaso you can schedule an install fest this weekend13:15
qwertyyeah my whole disk drive is encrypted with luks encryption13:16
=== halvors1 is now known as halvors
syntaxfreeI´d like to have a terminal program that allows me to set a blurred background.13:49
syntaxfreeI don't want general transparency for windows because I hear its a battery hog and also I use a tiling WM so there's really nothing underneat.13:49
syntaxfree(but then multiple terminal windows would each have their own background. hmm.13:50
syntaxfree)13:50
sarnoldsyntaxfree: I think I used to use this https://manpages.debian.org/testing/rxvt-unicode/urxvt-background.1.en.html13:55
tpham How can I map PrtSc on ThinkPad keyboard to Super_R with setxkbmap13:55
sarnoldsyntaxfree: perhaps these two lines in the ~/.Xdefaults is all it takes:13:57
sarnoldURxvt.transparent:          true13:57
sarnoldURxvt.blurRadius:           513:57
syntaxfreeI'll look into that14:00
welastevilhi everyone!14:26
welastevil does anyone here using npm?14:26
welasteviljust havin a little issue with the "vtop" program14:27
welastevilI have installed it14:27
welastevilbut when I try to run, thats the msg"14:28
welastevilchcontext: tools were built without legacy API support; can not continue14:28
welastevilany ideas?14:28
welastevilAt my mac its doing well...but not in ubuntu...14:28
StatelessCatHi14:37
StatelessCatIs this device cheap or normal quality ? https://www.cdiscount.com/pdt2/9/8/6/2/700x700/tem6914241620986/rw/ac-220v-4000w-regulateur-tension-variable-abaisseu.jpg14:37
welastevilnormal quality14:38
welastevilalienware14:38
StatelessCatwelastevil: thanks so you think there is fuse and ground on it?14:39
StatelessCatwelastevil: alienware is good computers?14:39
JimBuntuStatelessCat: This is the wrong place to poll what people thing about hardware. Maybe try the hardware channel14:40
JimBuntuwelastevil: no issue with vtop here in Ubuntu. Did you install via npm or apt or other?14:40
StatelessCatJimBuntu: sorry i thought I was on #hardware14:41
welastevilvia npm14:42
welasteviland when i try to use: chcontext: tools were built without legacy API support; can not continue14:42
JimBuntuwelastevil: There is a bug ticket open for vtop with 18.04 that is almost a month old now14:43
welastevilI see...but Im a newbeeee14:43
welastevildon't know what to do...i'll be glad with any advise14:43
JimBuntuI think there is an Ubuntu repo version within the pkg util-vserver14:43
JimBuntuwelastevil: You should probably talk to the developer and provide them details about what distro, version, kernel and such.14:46
welastevilok14:47
welastevilI see14:47
welastevilthaks14:47
max___hey guys! anyone experienced network problems in fresh installations of eoan lately?14:54
eichelbartI'm currently configuring an Ubuntu desktop eoan for my daughter and ran into a wall. Some hosts are accessible, like google.com for instance, others however can be resolved, but not connected to. Among others the ubuntu update server times out while runnung apt-get update. Has anyone experienced something similar lately?14:59
shibbolethif only there was some kind of tool/standard that let you inspect the path your traffic takes15:01
m0rd3caino not with my 2 ubuntu instances running. As far as the update, have to tried switching to a different mirror server? also i would do a traceroute for the resolved domains that dont load and see if its a network path problem.15:01
m0rd3cairight shibboleth15:01
shibbolethyou know, like... tracing the route?15:01
shibbolethman, had the been an app for that15:02
shibbolethhad there15:02
eichelbartshibboleth: that phenomenon occurs in my own lan. Like one hop away. 192.168.101.10 responds to pinging, 192.168.101.1 doesn't. Somehow I think traceroute wouldn't quite cut it there...15:04
=== halvors1 is now known as halvors
eichelbartThe choice of hosts seems completely arbitrary.15:05
shibbolethtried replacing the switch?15:05
shibbolethconnecting diff hosts directly?15:05
eichelbartconnected via wifi and via lan cable, identical outcome.15:06
eichelbartshibboleth: lan cable ends in a different switch than the ap is patched to.15:06
shibbolethand the chair that i'm sitting on is blue15:08
shibbolethwhile tru it has jack shit to do with troubleshooting your issue15:08
shibbolethwhile true15:08
eichelbartshibboleth: the machine I'm using now to write this sits directly next to the one I'm working on and got its DHCP lease from the same source. and yet it's not got any of the issues of the ubuntu box. connects to my imap server perfectly while the other doesn't. so I'm thinking it's a configuration issue in ubuntu.15:09
shibbolethyou just said you have packet loss pinging arbitrary hosts on you lan15:10
shibbolethand that which hosts this is differs15:10
shibbolethwhich makes your ubuntu host a variable, not a constant15:11
eichelbartshibboleth: let me rephrase that: while the choice of unpingable hosts seems arbitrary, it's still always the same set.15:13
shibboleththen how would it seem arbitrary?15:14
shibboleththe reason why you haven't figured this out yourself is that you have failed to either consider or realize the actual issue15:16
eichelbartshibboleth: I agree. And so I travelled here hoping to find someone who'd give me a hand in realizing the issue.15:17
shibbolethi'm telling you to cross-eliminate the likely source but you'd rather keep guessing15:17
shibbolethwhich is kinda like navigating the oceans by holding a rooster by its neck and setting sail in the direction it is kicking its feet15:18
eichelbartshibboleth: what could that "likely source" be, if I may ask.15:18
shibbolethyou have a integrated router+switch and two or more hosts on your lan, right?15:19
shibbolethsay you have host A, B and C. describe how these somehow arbitrarily fail to ping each other15:21
eichelbartI have a cable router, separate dns/dhcp, 4 managed switches and 7 wifi ap's.15:21
eichelbart101.1 being on the same switch as 101.1015:22
shibbolethyes?15:22
shibbolethand .10 sometimes fail to download stuff from foo.com and sometimes fail to ping .1?15:23
shibbolethdoes .1 fail to ping .10 while this is true?15:23
eichelbartshibboleth: exactly. that's what I mean by arbitrary15:24
shibbolethdoes .10 fail to ping say... .11 while it can't ping .1?15:24
shibbolethcan .1 ping .11 while it can't ping .10?15:24
eichelbartI just checked, there are 5 hosts inside my lan which the ubuntu box fails to reach by ping15:24
shibbolethso *right now* .10 can't ping .foo, say. 15?15:25
eichelbartevery machine is able to ping .1 but the u-box15:25
shibbolethcan .10 ping the others that *can* ping .1?15:25
eichelbartshibboleth: I'd have to check, but I assume so, since .10 is the DHCP15:26
shibbolethnvm that15:26
shibbolethwhich is the ubuntu box?15:26
eichelbartshibboleth: and .1 is my gateway15:26
shibboleth.15?15:26
shibboleth .13?15:26
eichelbart.15315:26
shibbolethok15:26
eichelbartdhcp range starts at .10115:27
shibbolethand one other host on the same switch is?15:27
shibboleth.176?15:27
eichelbartfor exampe .142 (this one here)15:27
shibbolethok15:27
shibbolethyou can't ping .1 from .15315:27
shibbolethcan you ping .153 from 142?15:27
shibbolethcan you ping .142 from .153?15:27
eichelbartshibboleth: yup, just checked.15:28
shibbolethgood15:28
shibbolethyou can't ping .1 from .15315:28
shibbolethcan you ping .153 from .1?15:28
eichelbartright15:28
shibbolethfrom .10?15:28
eichelbartjust a sec15:29
shibbolethboth? either?15:29
RoseBusI used to have Ubuntu 16 on my computer, but I haven't used it in years and I haven't seen grub boot since I can remember, today I went to put in a ubuntu 18 LTS usb stick into install as a dual boot, and it asked me if i'd like to install it alongside my ubuntu 16.  I said yes, because i forgot I had ubuntu 16 and wondered if I had anything important in there15:30
RoseBusduring installation it crashed, and now my computer will not boot to any OS15:30
RoseBusis it possible that ubuntu installation thought ubuntu16 existed but it actually diddnt because windows hijacked that partition at some point?15:31
shibbolethhopefully you installed 18 to a diff partition/volume than 16?15:31
RoseBusshibboleth, I did not, it asked me if i want to install it alongside 16, i said yes, it did not ask me what partition15:31
eichelbartRoseBus: you could use a live system, chroot into your old system and run update-grub.15:31
shibbolethhe has a live system15:32
shibboleththe install media15:32
shibbolethunfortunately the new installer is licensed from toys'r'us and has like two buttons15:32
eichelbartshibboleth: it's different to hit "Try Ubuntu" instead of "Install now"15:32
shibbolethyes, be he obviously did not?15:33
shibbolethbut he...15:33
shibbolethalso, i'm still waiting15:33
RoseBuseichelbart, okay i will try this15:33
shibbolethcan you ping .153 from .1?15:33
eichelbartshibboleth: the gateway doesn't seem to have a ping function with the current user interface.15:33
shibbolethfrom .10?15:33
RoseBuseven when i hit "try ubuntu" it freezes15:34
RoseBusshould i try ubuntu 19? or do u think that will be the same story15:34
shibbolethdevice? laptop, desktop?15:34
RoseBusdesktop15:35
eichelbartshibboleth: .10 <-> .153 works15:35
shibbolethok, where does it freeze?15:35
shibboletheichelbart, ok15:35
RoseBusit freezes the moment i click the try ubuntu button, and I still see the welcome screen, try or install15:35
RoseBusmouse unresponsive15:35
shibboletheichelbart, so, now the only two constants are the switch and the gateway15:36
eichelbartRoseBus: did you try to sit it out?15:36
RoseBuseichelbart, i think i sat it out long enough already... it's a decently powerful desktop, plus the mouse isn't responsive15:37
shibbolethRoseBus, try downloading the 1804 server iso15:37
shibbolethwith the debian installer15:37
RoseBusok15:37
eichelbartshibboleth: gateway unreachable, dhcp no problemo15:37
eichelbartshibboleth: both on the same switch15:38
shibbolethis there some kind of "recovery mode"/"safe mode" with the new installer? does it freeze then as well? what are the kernel boot args?15:38
shibboletheichelbart, paste.debian.net15:38
RoseBusi'm doing a "check disk for defects" option on the installer15:38
shibbolethi want you to paste the output of ifconfig -a15:38
shibboletharp -an15:38
shibbolethand iptables -L15:38
shibbolethfrom the ubuntu box15:39
shibbolethRoseBus, don't bother15:39
RoseBusoh wait I did UEFI boot on the usb disk and now I'm booted into the "try ubuntu OS"15:40
eichelbartshibboleth: can't install net-tools if you can't reach archive.ubuntu.com15:40
shibbolethip -a then15:40
shibbolethand ip -r15:41
eichelbartshibboleth: that just outputs ip help15:42
shibbolethip a15:42
shibbolethip r15:42
eichelbartshibboleth: wait a second, I think you're on to something there15:43
eichelbartshibboleth: paste.debian.net/114187715:45
eichelbartshibboleth: do you have any idea, where the 169. subnet could originate from?15:46
shibbolethnvm that15:46
shibboleththe other pastes15:46
shibbolethpreferably before we die of old age15:47
eichelbartshibboleth: dude, I'm doing home office, have to break up the odd fight among the kids every once in a while.15:48
eichelbartshibboleth: paste.debian.net/114187915:49
shibbolethyou're not typing it by hand. cmd+copy+paste takes like five seconds15:49
RoseBusshould the device for boot loader installation be the same disk where i install ubuntu & windows?15:49
shibbolethefi/gpt or mbr format disk?15:50
RoseBusi think it's legacy&uefi15:50
shibbolethunlikely15:50
shibbolethwindows won't let you do that15:50
shibbolethdoes it have a ESP partition?15:51
shibbolethan15:51
RoseBusi see an EFI partition15:51
shibbolethok15:51
shibboletha fat32 part about 100 mb in size?15:51
chaslinuxWe have a PXE server set up for 14.04 to 18.04 installs. I just set up 20.04 using similar scripts, it gets most of the way through, but dies about 80% through the software selection phase. Does 20.04 use a different software installation method for server? Are there PXE scripts for 20.04?15:52
shibbolethif so then that is grub/bootloader install destination15:52
LuKaRoStupid question, probably easy to solve: I have `deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 main` in my sources, apt update lists it, but apt can't find mongodb-org, despite the repo is providing it. What am I missing?15:52
RoseBushang on i'll show u the partitions15:52
shibboletheichelbart, still waiting for arp -an and iptables  -L15:53
doug16kLuKaRo, are you using local mirrors in your sources.list? remove the local subdomain from them and update15:53
doug16khttp://something.archive.ubuntu.com/ubuntu/  -> http://archive.ubuntu.com/ubuntu/15:54
doug16klocal mirrors are messed up intermittently15:54
eichelbartshibboleth: won't come, can't install the package15:55
shibboletharp?15:55
shibboletharp isn't included in the base install?15:55
LuKaRodoug16k: Thanks, I'll try :)15:55
LuKaRoThis is a server hosted at my university, so I use the local mirror of my university, but I'll remove it for a test.15:56
eichelbartshibboleth: nope, not anymore as it seems.15:57
shibboletheichelbart, this is why i'm switching back to debian from ubuntu15:57
RoseBusDISCLAIMER: pasteboard is cancer website.  here is my partition setup: https://pasteboard.co/J4R3u1K.png15:58
eichelbartshibboleth: :-D15:58
eichelbartshibboleth:15:58
eichelbartshibboleth: I'm using Arch btw. *g*15:58
shibboleththey replace the tried and true with experimental and niche stuff15:58
eichelbartshibboleth: but I thought ubuntu would be a fitting introduction to linux for an eight-year-old15:59
RoseBusso should i install the boot loader on SDB?15:59
RoseBusor should i use another disk15:59
doug16kLuKaRo, I checked http://repo.mongodb.org/apt/ubuntu/dists/xenial/mongodb-org/3.4/, seems to be there. does that link work for you?15:59
shibbolethit's like microsoft. they're too busy deciding whether or not to include fucking notepad in the next build of windows that they can't you know... be bothered to fix the clusteruck that is windows update16:00
LuKaRodoug16k: Unfortunately no fix. Removed my university mirror and did `sed -i 's/de.archive.ubuntu.com/archive.ubuntu.com/' /etc/apt/sources.list`. Ran apt update, still no package `mongodb-org`...16:00
JimBuntu!language | shibboleth16:00
ubottushibboleth: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList16:00
doug16kLuKaRo, I mean in a browser16:00
shibboleth"oh, but we save 320kb in the base install and we have this nice UWP monstrocity with microsoft account integration and telemetry that you can download instead of notepad"16:00
LuKaRodoug16k: yes, it works for me as well. Both in the browser as well on the server using curl. That's why I'm so confused.16:01
shibboletheichelbart, anyway16:01
shibboletheichelbart, i want you to connect the ubuntu box *directly* to the cable modem16:02
shibboleththe cable coming from the modem to the switch? insert it into the ub box instead of the switch16:02
doug16kLuKaRo, going to try installing it on my machinee16:02
shibboleththen ping .1 from .15316:02
oerheksshibboleth, he is using arch :-D16:02
shibbolethyou may have to set ip manually16:02
LuKaRodoug16k: Thanks a lot, I'll stand by16:02
shibbolethoerheks, on his daily driver, not the box in question16:02
eichelbartshibboleth: paste.debian.net/114188216:03
oerheksping is not a proper networktest  for clients, right?16:03
doug16kLuKaRo, is it this?: "The repository 'http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 Release' is not signed"16:03
shibbolethoerheks, it's not like he is able to download anything else as things stand16:03
doug16kLuKaRo,   Updating from such a repository can't be done securely, and is therefore disabled by default16:03
eichelbartshibboleth: won't work, the client won't get a dhcp lease from the cable modem.16:04
shibbolethso... set one manually?16:04
eichelbartshibboleth: yeah, you're right, didn't think of that.16:04
doug16kLuKaRo, apt update told me that at the end (I added the source at the end)16:04
LuKaRodoug16k: No, I don't get that message. I have the key installed though: https://www.mongodb.org/static/pgp/server-3.4.asc16:05
shibbolethip a 192.168.101.foo netmask 255.255.255.016:05
LuKaRodoug16k: When I run apt update, it terminates without errors or warnings16:05
shibbolethping 192.168.101.116:05
RoseBusokay well i just went with sdb, so hopefully i dont lose my windows installation... yolo16:05
shibbolethRoseBus, you install grub onto the ESP/efi part16:06
RoseBusfaaak16:06
shibbolethi told you16:06
RoseBusi was looking i didnt see anyone tell me16:07
shibboleth<RoseBus> i see an EFI partition16:07
shibboleth<shibboleth> ok16:07
shibboleth<shibboleth> a fat32 part about 100 mb in size?16:07
shibboleth<shibboleth> if so then that is grub/bootloader install destination16:07
shibboleth<RoseBus> hang on i'll show u the partitions16:07
doug16kLuKaRo, now I get this: https://gist.github.com/doug65536/be7b2c8368518e59a5cf83aaea5ffed616:07
RoseBusshibboleth, but i dont have a fat32 partition, and I showed you my partitions i pasted a link16:08
oerheksgithub is down.. use paste.ubuntu.com16:08
LuKaRodoug16k: GitHub says Internal server error16:08
shibbolethi never replied to that16:09
shibbolethand use peste.debian.net16:09
oerheksmeh, trolling16:09
shibbolethpaste16:09
LuKaRodoug16k: Their status page lists an outage https://www.githubstatus.com/16:09
doug16kexplains sluggishness :)16:09
shibbolethnot some advertisement site that requires javascript to show text16:09
oerheksubuntu does not show ads, please, ...16:10
shibbolethpasteco or whatever he used does16:10
KonIf using .bash_aliases, can other things like export and shopt commands go in there?16:11
doug16kLuKaRo, ah, sorry I'm on bionic16:13
shibboletheichelbart, so, are you jared kushner? cuz unless you're also trying to solve the opioid crisis and achieve peace in the middle east i really don't get the delays16:13
eichelbartshibboleth: I'll be back in about an hour. gotta fix supper and send the kids to bed.16:13
oerheksshibboleth, why? why politics and attack?16:13
LuKaRoOkay. Interestingly it works if I switch 'http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4' Release to 'http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 Release'16:14
oerheks!coc > shibboleth16:14
ubottushibboleth, please see my private message16:14
shibbolethand you use the acronym cock?16:14
shibbolethcoc16:14
hggdhshibboleth: really?16:15
LuKaRodoug16k: But of course I can't install from debian buster repo because of missing dependencies...16:15
hggdhshibboleth: please sonsider yourself warned.16:15
shibbolethi just found that hilarious as an acronym for etiquette16:15
doug16kI think it is for Code Of Conduct16:16
shibbolethalso: he admitted to taking a long time to answer basic questions due to distractions16:16
hggdhshibboleth: stay on-topic16:16
shibbolethworking from home, <eichelbart> shibboleth: dude, I'm doing home office, have to break up the odd fight among the kids every once in a while.16:17
doug16kLuKaRo, does it have to be exactly 3.4? there are more versions: http://repo.mongodb.org/apt/ubuntu/dists/xenial/mongodb-org/16:17
shibbolethwhich is there "peace in the middle east"-joke came from. but instead of appreciating the context oerheks just assumed i decided to talk politics?16:17
shibbolethwhere the "peace..." etc16:17
LuKaRodoug16k: Good idea! I'll try other versions. BigBlueButton lists exactly 3.4, but let's test their compatibility :D16:18
ioriaLuKaRo, probably the key retrieved is not for for 3.4  ; so i suggest to  rm all and start again with 4.016:18
LuKaRoioria: But wouldn't that mean I'd get key errors?16:19
ioriaLuKaRo,  nope;  https://askubuntu.com/questions/842592/apt-get-fails-on-16-04-or-18-04-installing-mongodb16:19
=== Apachez- is now known as Apachez
RoseBusokay i reinstalled grub but now grub is not detecting windows installation :(16:22
shibbolethRoseBus, you can still boot windows using bios uefi/bios "boot menu"16:23
shibbolethand grub-update will likely detect windows once you boot the full installation16:23
LuKaRodoug16k, ioria: I figured it out: I got "main" at the end of my deb line, not "multiverse" (I'm used to Debian). Now it works as expected!16:24
doug16knice16:24
ioriaLuKaRo,  ah, ok16:24
LuKaRodoug16k, ioria: Thanks a lot for assisting me with my stupid ubuntu n00b problem :D16:24
ioriaLuKaRo,  no problem16:25
RoseBusthe disk that i installed grub to is where it used to be, which is on a separate 120 GB drive16:25
RoseBusif grub exists on a separate drive that shouldn't cause performance issues, right?16:26
LuKaRoRoseBus: No, it only gets loaded once during the system boot (and during updates, of course)16:31
LuKaRoRoseBus: And as it's only a few megabytes, it's loaded almost instantaneously even on the slowest drives.16:31
RoseBusalso my bios does not recognize the drive that windows is on as bootable16:34
=== hexo is now known as pnetestre
=== pnetestre is now known as hexo
iconoclastheroi have a PC with an 18.04 and a 20.04 install.  the 18.04 can boot on its own but it could also be virtualized inside of 20.04 using a virtual vmdk.  It was booting up fine and then I guess some linux headers were removed and I can no longer boot it inside the VM.16:39
iconoclastheroI've been playing around with the grub menu that comes up inside the VM but i cannot figure out how to get it to recognize the linux files on the VM to boot anymore.16:40
iconoclastheroi don't know a lot about grub so i'm hoping someone might be able to give me a clue what's wrong.16:41
iconoclastheroi'm getting16:43
iconoclastheroerror:  file `/vmlinuz-4.15.0-54-generic' not found.16:43
iconoclastheroerror:  you need to load the kernel first. / Press any key to continue.16:43
eichelbartshibboleth: back. and believe me, the middle east is a piece of cake compared to what two retarded midgets with lockdown fatigue will put you through16:43
oerhekseichelbart, please stop that rant, this is ubuntu support.16:43
Koneichelbart: That person was kicked16:44
oerheks!coc > eichelbart16:44
ubottueichelbart, please see my private message16:44
iconoclastherohttps://i.imgur.com/ncDWROG.png16:44
oerheksiconoclasthero,  boot in recovery mode and fix it?16:44
KonSo /var/log/apt/ automatically removes logs more than 12 months old. How can I expand this limit? I've looked in man, online, can't find the config for this.16:45
shibbolethlogrotate?16:45
iconoclastheroso i go to advanced mode:  https://i.imgur.com/R12SB3f.png and all I see are two Ubuntu 18.04.4 LTS on /dev/sdb4 (the correct location as it happens)16:46
eichelbartoerheks, Kon: sry, was referring to my kids.16:46
oerheks /etc/logrotate.conf  >  save 4 weeks of data (rotate 4),16:46
iconoclastherohttps://i.imgur.com/p89Gh4B.png16:46
oerhekspersistence for 14 days (rotate 14)16:46
KonAh interesting, so outside apt completely. Thanks16:46
tprk77I've been working on an "almost" full disk encryption setup, based on this guide: https://help.ubuntu.com/community/Full_Disk_Encryption_Howto_2019 I'm familiar with Linux, but not so much with this stuff specifically. Anyway, the instructions seemed fine up until I rebooted, and got dumped in a grub> prompt. I did manage to get it working, but it16:47
tprk77involved copying some files to the EFI partition. Does anyone know about this stuff?16:47
iconoclastheroand both of those advanced ubutnu entries are looking for 4.15.0.52-generic16:47
shibbolethwords sentence making up that not in order16:47
tprk77Mostly wondering if I messed up, or if I should try updating the HOWTO.16:47
eichelbarttprk77: which bootloader are you using?16:47
tprk77GRUB16:48
Konoerheks: /etc/logrotate.d/apt specifically, for apt log management16:48
oerheksrotate 52 would keep 52 log files, would be enough i think16:49
eichelbarttprk77: I've had nothing but good experience with rEFInd. I run a completely encrypted btrfs, well, everything but /boot16:49
shibboletheichelbart, as you might have noticed others might be far more interested in what they feel about what you're saying in a vacuum than what you're actually saying in context (even though the latter is on-topic and the former most definitively is not). anyway i told you to connect the ub box to the cable modem directly, set ip manually and ping the modem from the box16:51
tprk77I was trying to get /boot encrypted, mostly just for fun. Which was the source of the problem, I think.16:51
tprk77eichelbart: I did get it working, it took some extra steps I'm not too sure about: ```cp -r /boot/grub/x86_64-efi /boot/efi/EFI/ubuntu/grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader=ubuntu --boot-directory=/boot/efi/EFI/ubuntu --recheck /dev/sdagrub-mkconfig --output=/boot/efi/EFI/ubuntu/grub/grub.cfgupdate-initramfs -ck16:53
tprk77all```16:53
tprk77`cp -r /boot/grub/x86_64-efi /boot/efi/EFI/ubuntu/``grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader=ubuntu --boot-directory=/boot/efi/EFI/ubuntu --recheck /dev/sda``grub-mkconfig --output=/boot/efi/EFI/ubuntu/grub/grub.cfg``update-initramfs -ck all`16:54
tprk77Sorry that formatting is getting screwed up, I'm terrible at IRC.16:55
oerheks!paste16:55
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.16:55
tprk77Thanks! https://paste.ubuntu.com/p/rkBcY6PTWk/16:57
iconoclastheroso i got it to boot by changing line 5 from "set root='hd1,gpt2' to "set root='hd0,gpt2'" because it seems that the hd0/hd1 and sda/sdb designations are backwards in the VM.17:00
iconoclastheroWould anyone happen to know if it is because of the order i've added the drives to VM?  https://i.imgur.com/pI73pQe.png17:00
eichelbarttprk77: that looks pretty adventurous...17:03
johnjaydoes ubuntu not have .xsession or .xinitrc executed?17:05
johnjayI want a program to start on either X starting or when I login and I don't see how to do it in ubuntu17:05
iconoclastherocan the /dev/sdb4 portion of the grub line "linux /vmlinuz...generic root=/dev/sdb4 " be changed to the uuid instead of the /dev notation?17:07
SheilongI can't find the manual page for limits.h17:08
iconoclastheroe.g. "linux /live-hd/vmlinuz root=UUID=293f1bf1-8098-4756-956d-f6a62b8e9bc7"?17:09
SheilongNo manual entry for limits17:09
tprk77eichelbart: I was inspired by this other HOWTO: https://help.ubuntu.com/community/ManualFullSystemEncryption/DetailedProcess Which has something similar in a script that it has you run.17:10
tprk77eichelbart: But in general, I don't run random scripts off the internet. So I just read if for inspiration instead.17:11
SheilongI am unable to locate the man pages for float.h and limits.h in my ubuntu17:15
SheilongBut  locate float or locate limits gives  /usr/lib/gcc/x86_64-linux-gnu/7/include/float.h and  /usr/include/linux/limits.h17:16
SheilongAnyone could help?17:19
lotuspsychje!patience | Sheilong17:20
ubottuSheilong: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/17:20
DovidIf I install https://releases.ubuntu.com/20.04/ will I easily be able to upgrade to release with apt update or is it more involved?17:21
lotuspsychje!final | Dovid17:21
ubottuDovid: If you install a development version of Ubuntu Focal and keep up with package updates, then you will be upgraded to the official release of 20.04 when it comes out. To make sure, type « sudo apt update && sudo apt full-upgrade » in a terminal.17:21
geniiYou can also use zsync to refresh your iso image instead of re-downloading a new one every time17:22
jaydemircan I get a recommendation for a WinMediaPlayer alternative that I can use to burn audio CDs17:24
lotuspsychje!burn | jaydemir17:26
ubottujaydemir: CD/DVD burning software: k3b (KDE), brasero (GNOME), gnomebaker, xcdroast, wodim (command-line) | To burn ISO files, see https://help.ubuntu.com/community/BurningIsoHowto17:26
jaydemirfor a second I thought you telling people to burn me haha thanks!17:27
ioriajaydemir, you mean old audiocd in wav format ?17:29
jaydemirmp3. brasero seems to be doing the trick17:30
ioriaok17:30
jaydemiratleast I thought it was. I dont hear the CD spinning and brasero froze on me >.>17:31
jaydemirseems like an 18.04 problem. Ran some chmod commands to fix it. Only K3B gave me any kind of feedback about the issue17:35
oOBadDreamOoquestion. i recently setup my xubuntu desktop with vncserver but the remote desktop had to be using a different DE for whatever reason, i'm not sure why. so i installed LXDE and it works fine. Is it possible to have XFCE on both?17:56
shibbolethhttps://www.openssl.org/news/secadv/20200421.txt18:03
eth01hi, looking for somebody who may be interested in some consultancy to help me out with an issue or two, requires server admin experience, please pm me if able to assist. will donate to freenode your time or amazon giftcard.18:04
Jordan_UoOBadDreamOo: It may be that vncserver doesn't work when you're using a compositor. Try disabling XFCE's compositor and see if that solves the problem: https://docs.xubuntu.org/1804/user/C/settings-preferences.html18:04
lotuspsychjeeth01: thats not really how the ubuntu support channel works18:05
lotuspsychjeeth01: canonical offers paid support if you like18:05
=== augz is now known as the_truth
=== the_truth is now known as augz
TheWildhello18:14
oOBadDreamOoJordan_U xfce will work on vncserver but then i cant log on to the client machine because the DE is being used by the remote log in...it wont run the same DE in both instances at the same time18:31
johnjayquestion. if i click login on the ubunt graphical login and the screen goes blank, is that a gnome-shell issue?18:32
johnjayi'm typing this on a virtual terminal18:32
oOBadDreamOojust a blasck screen johnjay?18:33
oOBadDreamOoblack*18:33
Jordan_UoOBadDreamOo: I think that your assesment of the problem is incorrect. Please describe what you see when you try to connect to your xfce desktop from another xfce desktop, including exact error messages if there are any.18:33
johnjayyes18:33
johnjayi have no idea what's happening. i was fiddling around with systemd to make it run redshift on startup then i got this after i added a startup program in gnome-tweaks18:33
johnjayi tried reversing everything i did but still blank18:33
Jordan_Ujohnjay: If you create a new fresh user, can you log in as that user?18:34
johnjaysec let me look up how to do that18:34
oOBadDreamOoJordan_U yur probably right about my assesment skills lol. i can connect to vncserver with tightvncviewer from a windows machine fine if the server is set to run XFCE. the client machine put me at a login screen and wont boot to desktop and im stuck in a login loop unless i changed to openbox18:35
matsamanjohnjay: you honestly shouldn't need redshift till X is started18:35
johnjayok i cannot login as new user joe18:37
johnjayi tried xfce and it failed also. just goes back to login screen. lxde succeeded though18:37
oOBadDreamOoare you running vncserver johnjay?18:38
johnjayno18:38
johnjayi might ahve installed that but i'm trying to login on physical terminal18:38
johnjayis gnome sjhell failing? where do i read its error output?18:39
johnjaysorry for typos but ubuntu won't display fonts correctly on my monitor in tgerminal18:40
oOBadDreamOojohnjay try sudo service vncserver stop18:40
johnjayso i'm using my tv set18:40
oOBadDreamOothen try to get in to your normal desktop18:40
johnjayit said failed vncserver.service nto loaded18:40
oOBadDreamOothere we go18:40
oOBadDreamOoare you running x11vnc?18:41
johnjayi don't think so. why are you asking me about vnc servers?18:41
johnjayi have no such process running18:41
oOBadDreamOobecause im having the same issue. cant run 2 DE at the same time18:41
johnjayi don't know about that. i'm trying to login to my desktop on my keyboard at my desk18:42
johnjaynot trying to run 2 desktops18:42
oOBadDreamOobut my problem is caused by vncserver18:42
oOBadDreamOook18:42
johnjayi believe i altered a setting in gnome-shell somehow like maybe when i added something in gnome-tweaks18:42
johnjaybut I deleted ~/.config/autostart/stuff that i added and still problems18:42
oOBadDreamOoare you able to just reinstall it?18:43
matsamanjohnjay: you could try moving .cache or .config for that user elsewhere temporarily18:43
sarnoldjohnjay: one usual approach to testing is to create a new user account and see if that works okay18:43
johnjayoOBadDreamOo: i mean i guess so?18:43
sarnoldjohnjay: you may also have logs that you can look at, try starting a journalctl -f in one vt, then start the login process, see if you spot anything easily18:43
johnjayyes the new user also fails18:44
johnjayjust reloads login screen18:45
johnjayok i'll try sarnold18:45
Jordan_UoOBadDreamOo: So, when you connect from a windows machine you see a login screen, and you can select an XFCE session from the login screen and log in, and everything works fine. Correct?18:45
johnjayi see lines about gnome-shell assertion failed.: g_array_unref, assertion 'array' failed18:46
oOBadDreamOoJordan_U it goes straight o XFCE desktop and everything works properly but then the client machine is stuck at a login screen and if i type in my password the screen goes black then back to the login screen. login loop18:46
Jordan_UoOBadDreamOo: What do you mean by "the client machine"?18:47
oOBadDreamOooh wait...i just realized something. could it be because im trying to login witht he same account on both?18:47
oOBadDreamOothe client machine is the actual machine running linux18:47
oOBadDreamOothats probably the wrong term i guess18:48
oOBadDreamOohost machine?18:48
johnjaybrb rebooting18:50
Jordan_UoOBadDreamOo: I'd say the "local" machine if you're standing in front of its physical keyboard to use it, and the "client" machine would be the machine that is remotely viewing a screen.18:51
veryloudHi! I tried following this guide on an Ubuntu 18.04 server to join an AD domain https://www.tecmint.com/configure-ldap-client-to-connect-external-authentication/ but couldn't get it working, I don't get a result when I do ``sudo getent passwd <username>``. Is this up to date, where should I start looking in terms of logs?18:51
lotuspsychje; ) MonkeyDust18:51
MonkeyDustHi lotuspsychje18:51
=== banisterfiend_ is now known as banisterfiend
nikolamAnyone using ZFS as ROOT FS in Ubuntu here? What is your best install method, on top of partition (sda3) and possibly pre-existing ZFS pool?18:59
sarnoldnikolam: I followed The Guide when I installed my new laptop -- today I'd recommend just using the standard desktop installer on focal, I'm pretty sure it has zfs on root support in the installer directly19:01
johnjayno luck. still black screen19:01
johnjayhow do i diagnose problem with gnome-shell? lxde doesn't have issue19:01
wedrAnyone knows what  illegal file name can I use?  I tried using ".:." as a filename, and somehow, it passes and generates a file with that filename.19:02
wedr(Currently writing unit tests on Ubuntu 18.04)19:02
ranywedr, `.` is not illegal but it is a pain in the ass19:03
Jordan_Uwedr: '/' can't be in the name of a file, as it implies a directory.19:03
nikolamsarnold, yes, But does standar installer on 20.04/focal supports installing on top of partition (sda3) and not just whole drive (like 19.10 requires..)..19:03
wedrOh, nice, I'm going to try that, Jordan_U19:03
sarnoldnikolam: ah no idea19:04
wedrYES, that actually passed my unit test19:04
wedrThanks Jordan_U19:04
Jordan_Uwedr: Also, you can't have a null character in the middle of your file name.19:04
wedrI don't think our system can generate a filename with a null character in the middle.19:04
nikolamsarnold, Even better, would like to see installing on top of existing pool. (with fine-tuned ZFS feature flags for compatibility with other OSes)19:04
wedrBut it's good to know19:04
Jordan_Uwedr: Beyond that, I think there are no limitations (apart from those imposed by underlying filesystems).19:05
sarnoldnikolam: then you definitely sound like a candidate for this install process ;) https://github.com/openzfs/zfs/wiki/Ubuntu-18.04-Root-on-ZFS19:05
wedrUbuntu... I think this is one of those perks that actually hurts me and my QA soul.19:05
Jordan_Uwedr: The empty string is also an invalid filename.19:06
wedrYeah, I caught that with my usual "null" and "empty string" unit tests.19:07
wedrI just wanted a non-empty string that's invalid19:07
wedrAnyway, glad I can move on with other unit tests19:07
StrongthanyHello! I believe I'm registered and working now?19:11
sarnoldStrongthany: looks good19:11
StrongthanyIf this is the place to ask I am in need of assistance with Landscape. Is this the channel to ask that in or should I go elsewhere?19:11
nikolamStrongthany, you're on Earth, welcome19:11
sarnoldStrongthany: #ubuntu-server is probably a better bet19:12
Strongthanysounds good, I'm going to head over there. Thank you!19:12
nikolamI were just about to ask, what's Landscape :}19:12
sarnoldnikolam: it's a web-based fleet management tool, https://landscape.canonical.com/19:13
StrongthanyLandscape is Ubuntu's thing for managing servers.19:13
nikolamStrongthany, something like cloud, but managing hardware instances...and not cloud. i see.19:14
Strongthanythink of like salt or ansible but with a nice web interface19:14
nikolamthanks sarnold19:14
nikolamStrongthany, yeah. Sounds like before one learns about Triton and docker without Linux kernel.19:15
johnjayare gdb.service and gnome-shell the same thing?19:16
johnjayi'm trying to get systemd to give more information about this19:16
ioriai doubt gdb is a service19:17
sarnoldjohnjay: where did you get gdb.service?19:17
sarnoldjohnjay: perhaps it has a Documentation= line in it that suggests more about it -- normally gdb is an interactive debugger, it doesn't make sense for that to be a sesrvice, I don't think19:18
johnjaygdm19:18
johnjaymy mistake19:18
johnjayi tried googling g_array_undef but i get a lot of different problems that aren't specific to me19:19
johnjayi guess i could try disabling nvidia driver19:19
SlartibartHi. While trying to compile audacious-plugins(from audacious webpage, ubuntu 19.10) configure says "no" for "Win32 waveOut". Anyone knows which package to install to get support for that?19:20
ioria!info audacious-plugins eoan19:21
ubottuaudacious-plugins (source: audacious-plugins): Base plugins for audacious. In component universe, is optional. Version 3.10.1-1 (eoan), package size 624 kB, installed size 2900 kB19:21
L27is it possible to get the Intel 82579LM network adapter running on ubuntu server 18.04 ? Oddly the installer seems to work well with it and use it for updates but it shows as "unclaimed" when booting the installation19:36
sarnoldL27: you may need to install the linux-modules-extra package that corresponds with your kernel19:38
L27sarnold: I'll give that ago, thank you.19:40
sarnoldL27: (if this isn't it, I'm sorry, but I'm not sure how to quickly check which exact nics are supported via the modules there...)19:40
ylwghst94Hi all19:45
ylwghst94What's the best way to make this permanent echo 155000000 > /sys/class/drm/card0/device/hwmon/hwmon1/power1_cap19:46
ylwghst94Can it be passed as paramater to the kernel from grub?\19:46
sarnoldylwghst94: I don't recall seeing anything in the kernel command line docs for that -- I think I'd go with a one-shot systemd unit19:47
L27sarnold: I did  sudo apt update && sudo apt -y upgrade earlier didn't think that solved the problem, powered it up to try your suggestion but i can see my ethernet adapter is now working19:55
sarnoldL27: oh jeeze; I hate problems without clear solutions.. it's ince it's working, but I want to know why, too :)19:56
L27sarnold: me too, I'm looking at all the previous commands i executed to try and figure out what fixed it. I think that is definately the one that solved it though19:57
L27sarnold: or apt install linux-generic-hwe-18.0419:59
ylwghst94Do you think this will work drm.card0.device.hwmon.hwmon1.power1_cap = 155000000 set in sysctl.conf?19:59
sarnoldylwghst94: I'm guessing no19:59
sarnoldL27: ah! that'd I'd believe20:00
=== Mekely is now known as Mekely67
L27sarnold: I confess I was just frantically googling and still quite new to ubuntu. Has that replaced the default kernel ?20:01
sarnoldL27: yeah, that's a newer kernel, currently from eoan, but soon it'll update to match focal's kernel20:02
L27sarnold: probably something I should have executed with care then20:04
sarnoldL27: well, ideally it'll be as well supported as the 'default' kernel, but I wouldn't be surprised if zfs isn't happy about that20:05
gst568923Hi guys, I have run this command but not works `nmcli connection show --active type wifi`20:08
L27sarnold: I was just building a little media server from an old dell optiplex i5, i don't think i'll need zfs for media storage at the moment.20:09
sarnoldL27: good good; thanks for the remidner to ask around about hwe and zfs :)20:11
=== Mekely67 is now known as Mekely
ylwghst94sarnold: found this https://manpages.debian.org/jessie/systemd/tmpfiles.d.5.en.html looks good20:15
oerheksgst568923, what guide do you follow?20:16
oerheksnmcli dev wifi # would be enough20:16
sarnoldylwghst94: are you sure that runs late enough?20:17
gst568923oerheks I don't have to scan wifi networks, but I only have to show wifi connections already active on network manager20:24
=== BrianG61UK_ is now known as BrianG61UK
=== skookum0 is now known as skookum
bluefox83I just installed PythonTurtle for the first time and lo and behold the dang thing was installed in /home/bluefox/.local/bin how do i get it somewhere a little more system accessable, like in PATH ?21:03
bluefox83suppose i could move it to /local/usr/bin21:04
sarnoldor add that directory to your path, perhaps, if whatever you're using to manage it makes sense to do so21:04
bluefox83sarnold: i'm learning python and the tutorial (that i got from the channel topic in #python) uses turtle21:06
RoseBushello, when trying to decide which partitions belong to windows and which belong to ubuntu, all NTFS will belong to windows right?21:11
sarnoldRoseBus: yes; ubuntu can kind of use ntfs partitions, for interoperability, but won't just make one..21:26
ajeandoubleHello. I'm trying to find a convenient way to reset apt, config, source lists, ppa to default. I've broken dependencies etc. The software update is complaining about being unable to fetch some disco release ppa although I deleted the content of source.list etc.21:41
ajeandoubleIf I could just reset everything that would be marvelous21:41
joeattajeandouble: apt-clone for your happy future21:44
pavlosajeandouble: can you run synaptic which can fix broken packages?21:44
joeattonce apt is broken a reinstall is, i believe, mandatory21:45
ajeandouble@pavlos, I do not have synaptic installed and no installation candidate from apt-get21:45
B-real_XCFHi21:46
johnjayok, how do i bring up network interface from command line?21:47
ajeandoublejoeatt, by downloading apt from a repo and then installing it with dpkg -i?21:47
pavlosajeandouble: can you 'sudo apt update' w/o errors? or 'sudo apt-get install -f' to fix errors. If I understood, you remove a ppa from /etc/apt/sources.list21:47
johnjayi tried systemctl, i tried ip addr, i tried sudo /etc/init.d/networking21:47
johnjayplease tell me how i can do this from the ubuntu rescue prompt21:47
ajeandoubleI downloaded source.list which contained only one line and did a sudo touch /etc/apt/source.list21:47
ajeandoubleI also deleted ppas from the software updater config21:48
pavlosajeandouble: soudo touch made that file zero bytes21:48
joeattapt-clone is meant to be used in still healthy system. and then if apt craches yo restore the apt backup21:48
ajeandoubleI'd appreciate if there is a way to start fresh because there are many things that go wrong21:48
ajeandoublepavlos, is that a problem? if there is no ppa.21:50
pavlosajeandouble: default sources.ist on bionic https://gist.github.com/rhuancarlos/c4d3c0cf4550db5326dca8edf1e7680021:50
=== titivillus2 is now known as titiviluus
=== titiviluus is now known as titivillus
ajeandoublepavlos, I'm on 19.0421:51
pavlosajeandouble: I dont have 19.04, maybe someone can provide a paste link21:52
ajeandoubleCan I just replace bionic with disco in the file?21:53
sarnolddisco is dead21:53
johnjayhow to bring up networking in ubuntu on command line? do i use nmcli?21:53
ajeandoubleFuck that's what I'm using Release:19.04   Codename:disco21:54
sarnold!eolupdates21:54
pavlos!language | ajeandouble21:54
ubottuajeandouble: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList21:54
sarnold!eolupgrades21:54
ubottuEnd-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades21:54
sarnoldajeandouble: that least link might help21:54
pavlosjohnjay: ifup interface21:56
ajeandoublesarnold, if only I could reset apt before upgrading21:58
sarnoldajeandouble: note the bit about changing your archive.ubuntu.com sources to old-releases.ubuntu.com sources -- that should let you get your disco updated, then replaced22:01
ajeandoublesarnold, i still need to reset apt tho or would that be the issue?22:02
sarnoldajeandouble: that's probably the issue, unless you broke something worse while trying to "fix" it :)22:02
SoItBeginsWhat exactly do I have to do to enable apt-get to see disco’s repositories again?22:03
SoItBegins(currently running disco)22:03
oerheks!eol22:04
ubottuEnd-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades22:04
sarnoldSoItBegins: there's a bit on https://help.ubuntu.com/community/EOLUpgrades that covers using old-releases.ubuntu.com in place of archive.ubuntu.com22:04
SoItBeginsMuch obliged.22:04
oerhekshave fun22:04
SoItBeginsI, uh… why is each version of Ubuntu only supported for 9 months? That is not very long.22:05
oerhekstry the LTS, 5 years22:05
SoItBeginsYeah, but the LTS of 19 isn’t out yet afaik22:05
oerheks2 days..22:05
SoItBegins…what?22:05
oerheksyes22:05
oerheks!focal22:05
ubottuUbuntu 20.04 (Focal Fossa) will be the 32nd release of Ubuntu, scheduled for April 2020 ( https://wiki.ubuntu.com/FocalFossa/ReleaseSchedule ). It will be a long-term support release. Join #ubuntu+1 for support and questions.22:05
oerheks20.0422:06
SoItBegins!!!22:06
SoItBeginsDang, I showed up just at the right time.22:06
ajeandoubleI always get E: The repository 'http://archive.ubuntu.com/ubuntu disco Release' does not have a Release file.22:07
sarnoldSoItBegins: indeed, someone else asked a very similar question just a few moments before you :) it's apparently a common question, a handful of people int he last two weeks have been surprised to find out they haven't been getting updates for disco for three months22:07
SoItBeginsoerheks: Thank you. :)22:07
SoItBeginsYeah, I only use ubuntu occasionally so I was trying to install libsdl2-dev to build a thing and I was… nonplussed.22:07
ajeandouble@sarnold, E: Unable to correct problems, you have held broken packages. etc. I think I'm gonna go for a fresh install it's much annoying and I can't find anything on the internet about just I don't know resetting apt to default22:08
sarnoldajeandouble: or pastebin the whole command and output and someone may be able to help you avoid that kind of hassle22:08
ajeandoublehttps://pastebin.com/Mq5mhVHV22:10
oerheksajeandouble, so.. you did not follow the EOL upgrade url?22:11
oerhekslolz22:11
sarnoldajeandouble: hmm. did you upgrade to eoan that quickly or is this still disco?22:12
ajeandoubledisco22:13
oerheksinteresting..22:13
ajeandoubleWhy would doing a dist-upgrade help if my apt is broken?22:16
oerheksreason 1; we do not support dead ubuntu versions22:17
sarnoldajeandouble: your apt is "broken" because we tore down the disco portion of the archive mirrors22:19
ajeandoubleOkay makes sense then :)22:19
sarnoldajeandouble: you need to make the changes described on that webpage, so that you can then *upgrade* to eoan22:20
sarnoldajeandouble: and *then* you can worry about running whatever wine thing you want to run :)22:20
ajeandoubleJust wanted to be sure, I'm on 4g so I was trying to avoid using too much bandwith but I shall be fine22:20
sarnoldyou'll need to upgrade to 20.04 ("focal") in another three months, when support for eoan ends22:21
sarnoldI strongly recommend staying on 20.04 if you're bandwidth restricted :)22:21
sarnoldyou can stay there for years..22:21
ajeandoubleHow do I select to which release I'm upgrading?22:22
sarnoldthere's not much choice in the matter -- you have to step forward one at a time22:22
ajeandoubleIt won't jump to the last stable release?22:23
sarnoldif you're several releases behind, I don't know how that works22:23
sarnoldit's probably not fun22:23
sarnoldit's so much easier to upgrade either every six months when the new release is out, or upgrade every two years when the new LTS is out22:24
SoItBeginsAs an aside…22:28
SoItBeginshow bug-free is the upcoming LTS version?22:29
SoItBegins(Or: If I’m to be using this for the next two years—)22:29
sarnoldI'm feeling much better about it lately -- "my" favourite kernel bug finally feels like it's well understood and hopefully even fixed22:29
sarnoldtwo weeks ago I was worried22:30
akkHi -- is ubuntu going to update chromium-browser to 81.0.4044.113 due to the critical security threat?22:41
akk19.10 still seems to have 79.0.3945.79, I keep expecting a chromium update but there hasn't been one yet.22:41
akk(I mostly run firefox, but there are a few things that only work in chromium.)22:42
sarnoldakk: note that in 19.10 the chromium-browser deb package version exists only to install the snap https://launchpad.net/ubuntu/+source/chromium-browser/79.0.3945.79-0ubuntu0.19.10.2/+build/1855791122:44
sarnoldakk: the snap was updated to 81.stuff five days ago https://snapcraft.io/chromium22:44
oerheksit is out for days. https://snapcraft.io/chromium22:47
akkAh! Okay, I was going by the version in aptitude show chromium-browser22:49
akkwhich apparently is out of sync with the actual version it installs.22:49
akkThanks.22:50
B-real_XCFAnyone here free to chat?22:56
oerheksB-real_XCF, do you have an ubuntu support issue?23:00
B-real_XCFhmm just need an applet is it23:06
B-real_XCFyeah thats all actually23:06
RoseBuswill ubuntu 19 eventually be LTS?23:11
jeremy31RoseBus: No23:11
jeremy3120.04 is the next LTS23:11
RoseBusoh okay ty23:11
RoseBusoh nice23:12
RoseBusit's coming out in a couple days23:12
RoseBusi'm installing 19 right now, i might as well wait for 20 to come out23:12
jeremy31Only the April release on even numbered years is LTS23:13
RoseBuscool, good to know23:13
RoseBusif i install 20.04-beta will i be able to upgrade to LTS without downloading a new iso?23:16
Boyetteyes but not much will change anymore23:16
Thetefractional scaling is broken with nvidia on 20.04…… this not good23:16
Boyetteim running 20.04 already23:16
Thetewhich is funny cause it worked fine in 19.10 if you enabled it manually23:17
Boyettehttps://ubuntu-mate.org/download/23:19
Boyette@rosebus what kind of hardware are you intending to install it on23:21
RoseBusMSI mobo, geforce rtx video card23:21
Thetebut weird if you enable it command line it works23:22
Thetetake that back, nevermind23:22
Thetemaybe this is a gnome bug23:22
dbristowWill 20.04 be released as scheduled, on Thursday?23:23
housecatthat's the plan23:24
oerheksdbristow, join #ubuntu-release-party :-)23:24
Theteis there a #bug-party chan?23:25
Thetelol23:25
RoseBushow is mate shipping with 20.04 if it hasn't been released yet, unless they're using the beta version23:25
oerhekshttp://cdimage.ubuntu.com/ubuntu-mate/daily-live/current/23:26
oerheksyou can try it live23:26
B-real_XCFperhaps someone can help me need to sync OneDrive with a folder..23:29
B-real_XCFTried google searches even had Insync but was not satisfied because of some issues and that it cost money23:29
=== revosftw1 is now known as revosftw
Boyette@B-real_XCF i think thats officially not supported but you can try with Insync23:45
B-real_XCFI have tried with Insync, but it tell me i need to buy it? But it is just a temporary solution. Idealy would be a little space on a stable server to use for file hosting, static so I can run HTTP and perhaps something of the sort. Anyone know of any?23:50
oerheksthe google connector in systemsettings > online accounts works fine23:55

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