/srv/irclogs.ubuntu.com/2019/02/04/#ubuntu.txt

Anonissimusfound my cert issue, it is not enought to drop the cert in the folder and run update-ca, you also need to update the /etc/certs file with the name of the cert you want to add00:01
GerowenHmmm, for some reason I'm unable to join ubuntu-offtopic.00:09
GerowenAh I see, I have to log in with my username.00:09
=== [ghost] is now known as ghostboarder
Tonytheguitar_Hmm... My resolution for my monitor is a bit messed up...00:28
prozack200mgdid you install a gui or is it a server command line?00:29
Tonytheguitar_Just the basic ubuntu desktop 18.04.1 LTS00:29
prozack200mgthere should be a apperance option for it in settings00:30
Tonytheguitar_Yup. But It looks like something is missing... I only get tho choose 640 X 480...00:31
prozack200mgdo you have a nvidia or amd card00:31
Tonytheguitar_Not really sure what card is in the machine. Haven't used it in years...00:32
wonderworldTonytheguitar_: try this -> https://www.makeuseof.com/tag/install-proprietary-graphics-drivers-ubuntu-fedora-linux/00:34
prozack200mgyou can run lspci in a terminal and it should out put a list of your pci devices00:34
OerHeksjust run sudo ubuntu-drivers list # or go wild and run:  sudo ubuntu-drivers autoinstall00:35
OerHeks* for nvidia that is00:35
Tonytheguitar_OerHeks: How do I do that?... sorry for a dumb question but I can't even see half the content on the screen.00:37
OerHeksopen terminal, sudo ubuntu-drivers autoinstall00:38
OerHeksctrl alt t00:38
Tonytheguitar_Hmmm... Got an error message saying Unable to acquire the dpkg frontend lock...00:42
OerHeksoh, just wait a minute, updates are pending00:42
Tonytheguitar_I have a NVIDIA G86 graphics card... Should I use the NVIDIA binary driver or the X.Org X server?00:44
OerHeksTonytheguitar_, maybe that old card uses the 340 driver, yes00:46
Drone4fourI've got an Ubuntu 18.04 server droplet deployed and apt is toast. I can't even access my server over ssh. I can only access my server using the web-based browser terminal emulator provided by DigitalOcean so I can't copy and paste output. All I have is a screenshot of apt. Here it is: https://i.imgur.com/KPw0WVV.png00:46
Drone4fourI've found a number of other Ubuntu users reporting similar issues since 14.04. I've tried a few things but can't seem to find a resolution. For more details about my error messages and for the many suggestions I have tried, you here is my forum thread:00:47
Drone4fourhttps://ubuntuforums.org/showthread.php?t=2411652&p=13834979#post1383497900:47
Drone4fourWhat would you people suggest?00:47
ryuoDrone4four: what makes you think apt is toast? it looks like a routine DNS failure.00:47
OerHeks a droplet toast .. did you pay your bill ?00:48
Tonytheguitar_OerHeks: Probably. Yes.00:48
ryuoDrone4four: you should investigate your DNS servers. start in /etc/resolv.conf. if it references 127.0.0.53 as a nameserver, look at resolved.00:49
Drone4fourYes, OerHeks, y account is current. ryuo: So if my DNS has failed, then apt won't work either? So apt not working just is a symptom of a DNS issue?00:49
GerowenTonytheguitar_: I'm generally not an NVidia person, but I would just try out both drivers (proprietary and open source) and see which one works better.  You can use glxgears for 10-20 seconds to get framerate outputs for each driver and then just compare.00:49
ryuoDrone4four: in this case, yes. it says a temporary failure in name resolution.00:50
ryuoDrone4four: maybe more is wrong, but that needs to be addressed first.00:50
OerHeksif that G86 is the gs8400, maybe youtube will work00:51
Tonytheguitar_Gerowen: I will fire up the system as is I think and set any updates to download over night. Need to get some sleep anyways. Maybe I'll have better luck tomorrow.00:51
Drone4fourThe only uncommented valid line in my /etc/resolv.conf is `nameserver 127.0.0.53`00:51
Tonytheguitar_Thank you all for your help so far. I will most likely be back with more questions later on. at least I got it installed now00:52
ryuoDrone4four: can you pastebin the output of this: systemd-resolve --status00:52
Drone4fourryuo, would you recommend I change that line to `127.0.0.53`?00:52
ryuoDrone4four: NO.00:52
ryuoDrone4four: just leave it.00:52
Drone4fourOK00:52
Drone4fourI can't pastebin because I can't copy and paste text from my web terminal emulator00:52
Drone4fourI'll take a screenshot and share on imgur00:53
SlidingHornDrone4four: maybe you can pipe it into netcat:  systemd-resolve --status | nc termbin.com 999900:53
ryuouh... doubtful, SlidingHorn.00:53
ryuotheir DNS is acting up.00:54
SlidingHornoh, sorry, I missed that part00:54
Drone4fourHere is `$ systemd-resolve --status`: https://i.imgur.com/7IPMFHq.png00:55
ryuo.. can you scroll?00:56
Drone4fourYes I can. I see some more contents. I'll screenshot this as well.00:57
Tonytheguitar_New errors upon rebooting... I think I give up...00:57
ryuoi already see a hint... resolved might be falling back to 8.8.8.800:57
ryuowhich suggests the networking isn't configured?00:57
Drone4fourHere is systemd-resolved --status but scrolled down: https://i.imgur.com/j5lhfY3.png00:58
Drone4fourMy droplet has been working well for months, including with 3 properly configured vhosts so I am not sure what I changed which caused my DNS to fall back to 8.8.8.800:58
ryuohm.01:00
ryuoDrone4four: try this: host google.com 8.8.8.801:00
Drone4four'connection timed out; no servers could be reached'01:01
Drone4fourIn days previous when I was troubleshooting this issue around Google and elsewhere, I did change the contents of some configuration files01:02
Drone4fourMaybe one of the changes I made just created a separate issue which is the one we are noticing now with 8.8.8.801:03
Tonytheguitar_What the heck is wrong with this.... I thought this would be fairly easy to install.... Now I get "end Kernel panic - not syncing: VFS" error...01:05
Drone4fourryuo, what might you recommend we try next?01:10
ryuoDrone4four: ip address01:10
Drone4fourryuo: https://i.imgur.com/0crGJIT.png01:12
ryuoDrone4four: huh. why does your droplet have a private network? curious.01:12
Drone4fourryuo, good question. I'm not sure. I don't recall setting up a private network01:13
ryuoDrone4four: is there anything in /etc/netplan?01:14
Drone4fourI've got a VPN I sometimes use on my local machine, but not on my remotehost01:14
Drone4fouri'll check01:14
Drone4fourryuo, https://i.imgur.com/2WssboB.png01:15
Drone4fourryuo, the only file inside the netplan directory is 50-cloud-init.yaml. The contents of this file can be found here: https://i.imgur.com/fUs4BzZ.png01:17
ryuooh.01:19
ryuoI think I see what the private net is for.01:19
ryuoDrone4four: try: ping 104.131.0.101:19
Drone4four"Destination Host Unreachable"01:20
Drone4four100% packet loss01:20
Drone4fourhaha01:20
ryuoip -4 route01:21
ryuoDrone4four: ^01:23
Drone4fourTwo lines of output. The first line: 10.17.0.0/16 dev eth0 proto kernel scope link src 10.17.0.501:24
Drone4fourAnd the second line is similar, but different ip addresses01:24
ryuoplease.01:24
ryuowhat is it?01:25
Drone4four104.131.0.0/18 dev eth0 proto kernel scope link src 104.131.14.16501:25
ryuoonly 2?01:25
Drone4fourcorrect01:25
ryuo... well, no wonder.01:25
ryuotry this:01:25
ryuoip -4 route add default via 104.131.14.1 dev eth001:25
ryuothen try pinging.01:26
Drone4fourk. trying now01:26
ryuo.. this'll probably fail.01:26
ryuoif ping can't even reach the gateway on the same network.01:27
ryuoit may be a service outage.. if so, there's nothing you can do but wait.01:27
ryuoand/or complain to DigitalOcean about it.01:27
Drone4fourThe output: `RTNETLINK answers: File exists`01:27
ryuohm.01:27
Drone4fourI had to invoke it using sudo01:27
Drone4fourwithout sudo it says operation not permitted01:28
ryuoof course...01:29
ryuoDrone4four: it looks like a failure in their network. you don't seem to have connectivity to anything outside.01:29
Drone4fourstrange01:29
Drone4fourI'll file a support ticket with them01:29
Drone4fourthey have a message board01:29
Drone4fourI did come across ppl with similar issues but from a few months back01:30
Drone4fourthere are no bulletins talking about a system wide outage01:30
Drone4fourIt's been like this for over a week01:30
ryuoDrone4four: well, what else can you do? i guess you could try reinstalling...01:31
Drone4fourSo I am surprised that DigitalOcean admins wouldn't have a network issue like this already resolved01:31
=== ares_ is now known as Guest23400
Drone4fourI suppose, yeah, i could spin a new droplet01:31
ryuowell, it'd have a new allocation which may not have the issue.01:31
Guest23400weird....01:31
Guest23400aight by kids01:31
ryuoif it isn't an outage, then there's something wrong with the configuration.01:31
Drone4fouri appreciate your help and troubleshooting guidance, ryuo tonight01:32
Drone4fourthanks for your patience01:32
ryuowell, try to figure out why your gateway isn't answering. it's all I can think to say.01:32
NEO_Xhey guys goodnight01:35
NEO_Xi have dualboot win on disk 2 ubuntu on disk 1 with bootmanager  now i want to encrypt my ubunto disk is that possible01:35
Drone4fourhttps://i.imgur.com/fUs4BzZ.png01:48
Drone4four(sorry, wrong channel. please disregard)01:48
=== [ghost] is now known as ghostboarder
OerHeks]/clear02:41
lvrp16grub2 is missing this patch: https://lists.gnu.org/archive/html/bug-grub/2016-07/msg00015.html which is needed for any armhf system to boot via efi. this is fixed in 18.04 but not xenial 16.0403:59
tomreyn!sru | lvrp1604:04
ubottulvrp16: Stable Release Update information is at https://wiki.ubuntu.com/StableReleaseUpdates04:04
tomreynthis explains how you can file a bug against grub to have this functionality backported04:04
tomreyn(i.e. the patch ported / applied to xenial)04:05
OerHeksand version numbers, https://launchpad.net/ubuntu/+source/grub204:05
=== gms is now known as Guest56709
=== Mr-Pan is now known as Guest29180
=== tulsi is now known as Guest10119
=== Guest29180 is now known as Mr_Pan
=== Mr_Pan is now known as Guest19074
=== Guest19074 is now known as Mr_Pan
voltagexHi, does anyone know what the performance impacts of ZFS on kernel  5.0 will be? Looks like a pretty major patch.06:16
SwedeMikevoltagex: https://www.phoronix.com/scan.php?page=news_item&px=ZFS-On-Linux-5.0-Workaround is probably the best place to follow the development on that. They do frequent performance testing.06:18
voltagexOk. Seems like not many people give a damn - the kernel devs aren't punishing Oracle, they're punishing users, especially home users like me.06:19
SwedeMikevoltagex: Complain to Oracle.06:20
voltagexSigh.06:20
SwedeMikevoltagex: or switch to something that is FreeBSD based.06:20
JimBuntuvoltagex, might be better to talk on the -dev channel06:21
voltagexSwedeMike: I switched to Ubuntu from FreeBSD due to my hardware being better supported on Linux06:21
=== Mr_Pan is now known as Guest60449
voltagexAt any rate, I'll head over to -dev. Thanks JimBuntu06:22
SwedeMikevoltagex: understandable from that point of view, but as you have noticed it has its downsides for ZFS.06:22
JimBuntuYou are welcome voltagex , if there is anything I can do, please feel free to ask.06:22
voltagexYes. At this stage it looks like I'll have to build my own kernel, just like the olden days06:23
JimBuntuvoltagex, I love those olden days! If  it's that simple of a fix though, I'll be surprised.06:23
=== Mr_Pan is now known as Guest15829
voltagexJimBuntu: as "simple" as removing the GPL-only declaration from a couple of exports. We'll see.06:25
JimBuntuvoltagex, I wish my best wishes upon you! Please let it be only that!06:25
JimBuntuPeople of here! Can we all give blessings to voltagex  please?06:26
voltagexJimBuntu: appreciated but unnecessary06:27
JimBuntuThe unnecessary is one of the best ways to spend time though. I'll pretend no responses are because they are busy giving you blessings. I do hope this works out for you though.06:28
=== Mr_Pan_ is now known as Guest37138
=== Guest37138 is now known as Mr_Pan
=== Mr_Pan is now known as Guest52092
=== Guest52092 is now known as Mr_Pan
SwedeMikeI would love to run ZFS on Ubuntu, but I don't like the current situation of how it's "integrated" (or lack thereof).06:34
CarlFKis there a way to jump from a shell in a booted system into the efi boot manager?  (like kexec, only not booting a kernel)06:59
tomreynCarlFK: i don't think kexec lets you execute anything other than a linux kernel. what you can do is to reboot into a specified efi boot manager target.07:07
terraHi, I'm using /etc/network/interfaces to setup network on Bionic. "systemctl restart networking" has no affect on apply new settings.07:09
tomreynCarlFK: okay, i'm wrong https://www.phoronix.com/scan.php?page=news_item&px=MTUzNDk07:09
terrawhat is the proper way to apply new settings rather than setting IP's manually07:10
tomreynterra: have you read https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#Network_configuration , yet?07:11
CarlFKtomreyn: I dont think that gets me what I want.  like I want to boot a usb stick. currently I sudo reboot, then watch the post stuff and wait for the right tim to hit f8, or hammer on f8 the whole tme, then get the list of boot devices.07:12
CarlFKarrow down to ubs, hit enter07:13
CarlFKhoping to get to that menu, or extra cool would be "boot this device" (the usb stick)07:13
terratomreyn: I'm not asking about how can setup network via netplan07:14
terrabecause I don't use netplan07:14
terranetworking service is aware of settings at first boot07:15
terrabut, networking service becomes "unaware" of /etc/network/interfaces when I do "systemctl restart networking"07:17
tomreynCarlFK: experiment with efibootmgr --verbose07:18
lotuspsychjeCarlFK: not sure whats youe endgoal, but there's also 'plop boot manager' to experiment with to bootup usb's easy07:19
CarlFKlotuspsychje: goal: go from prompt to boot a usb stick quicker07:20
lotuspsychjeCarlFK: some usefull tools here: https://www.plop.at/en/home.html07:21
tomreynCarlFK: it's probably either a BBS device path, e.g. "BBS(HD,,0x0)/VenHw(2ce8128b-2fec-40f0-8372-806e0e3dc858,0200)" (i assume this would be a CSM boot, though) or a "HD(...)" path. maybe there is also "USB(...)", not sure.07:21
tomreynterra: okay, i just wanted to be sure you're aware that iputils is now deprecated.07:22
CarlFKcan I launch grub from a shell?07:22
tomreynterra: sorry, i mean ifupdown is deprecated, not iputils07:22
tomreyni don't know how to restart networking for ifupdown, though, since the hooks are no longer in effect07:24
terratomreyn: does "deprecated" mean you can get "start" during boot but can't get "restart" while system running?07:32
tomreynterra: i do not know.07:32
=== Mr_Pan is now known as Guest99255
=== Guest99255 is now known as Mr_Pan
=== the_ant1 is now known as the_ant
=== troubledone is now known as quantum2020
tomreynterra: https://askubuntu.com/questions/1031709/ubuntu-18-04-switch-back-to-etc-network-interfaces07:57
=== l3os3mili3 is now known as hitmanbad
tomreynCarlFK: just (UEFI) boot off usb manually once, then inspect efibootmgr --verbose to see how it booted, then you can add this permanently to the boot menu08:03
CarlFKtomreyn: if I can't get there from a prompt, that doesn't help much08:04
CarlFKall of these solutions end with "reboot... wait for post..."08:05
tomreynCarlFK: you can get there by efibootmgr --bootnext08:05
tomreyn+ reboot08:05
tomreynbut you'll have to wait for post, that's correct08:06
CarlFKrage :p08:06
TomyWorkhi08:12
TomyWorkI'm on Ubuntu 14.04, firefox's fonts are ugly. it's a known bug, but i'm trying to figure out what causes it. It's not the fonts that are installed,08:13
TomyWorkI compared those08:13
TomyWorkI even installed the freetype library from xenial (the problem doesnt exist on xenial) but that didn't change anything either08:14
TomyWorkthe firefox version is 64 in both cases08:14
TomyWorkso i'm at a loss and I haven't even found a bug report on the official bug tracker with hints as to what causes it, just posts all over the internet08:15
tarzeauTomyWork: try 16.04 or 18.04 ?08:16
tomreynTomyWork: it wont get fixed unless someone reports a bug (unless it's fixed upstream)08:17
TomyWorkyes the problem doesn't exist in 16.04, like i said08:17
tomreynTomyWork: also consider upgrading, you have 6months to go.08:17
TomyWorktomreyn i would like to know which upstream, for starters :)08:17
TomyWorkfreetype? firefox? fonts?08:17
TomyWorksomething else?08:17
tomreynyou say it's a known bug, doesn't someone discussing how it's known to them discuss those details?08:18
TomyWorklet me rephrase that08:18
TomyWorkit's a bug confirmed by multiple parties08:19
TomyWorki have no evidence that it's known by the devs08:19
ducasseyet you haven't found a bug report08:19
tomreyndoes it happen with other applications, do you feel like linking to those other non bug reports, do you feel like showing a screen shot?08:20
TomyWorkonly happens with firefox afaik08:20
TomyWorkhttps://superuser.com/questions/1034372/atrocious-font-rendering-in-firefox-on-linux this user's screenshots are representative08:21
legreffieryou really should upgrade08:21
TomyWorkyeah but i like to understand things08:21
TomyWorkand i'm not going to upgrade if i get a new computer in the next 6 months :)08:22
=== SleepyTurtle1 is now known as SleepyTurtle
ducassetrusty goes eol in april, so much less than 6 months08:23
TomyWorkoh tomreyn said 6 months, i went with that08:23
TomyWorkso, 2 months then08:23
TomyWorkhow do i filter the bug tracker by release?08:24
tomreynTomyWork: sorry, 2 april is correct.08:25
tomreynTomyWork: sorry, 2 months, so april is correct.08:25
terratomreyn: still doesn't solve "systemctl restart networking" issue for ifupdown08:27
tomreynterra: that'sa pity08:27
TomyWorkhttps://bugs.launchpad.net/ubuntu/+source/kubuntu-kde4-meta/+bug/1196954 okay this bug is stupid08:28
ubottuLaunchpad bug 1196954 in kubuntu-kde4-meta (Ubuntu) "Thunderbird and Firefox fonts messed up in Gnome after installing and using KDE4 once" [Undecided,Confirmed]08:28
TomyWorkand the workaround detailed in there worked08:28
TomyWorkyay08:28
tomreynterra: maybe soemoen else knows, feel free to just ask your question again. you could also ask in #ubuntu-server08:28
terratomreyn: thanks08:28
TomyWorkthunderbird also looks better now \o/08:29
ducasseterra: what's the problem?08:29
terraducasse: I asked again on #debian-server08:32
terrasorry..  #ubuntu-server08:33
tomreynterra: the debian that is ubuntu?08:33
tomreyn:)08:33
TomyWorki'm not so sure anymore that this problem is fixed in 16.04 btw (or 18.04, for that matter)08:36
TomyWorki haven't tested kde on those08:36
cappehaving issues mounting a trueos parititon type of zfs... seems like I need an upgrade to the mounting tool. what utility should I use and how should I run the command to make it work?08:44
TomyWorkok, in 16.04 with kubuntu-desktop installed, the problem is absent08:52
cappeseems like the Linux zfs tools do not have compability with zfs of freebsd (the latest version)08:53
cappeso how do I mount a partition of zfs from linux?08:53
hitmanbadcappe what is zfs08:54
TomyWorkhitmanbad the filesystem to end all file systems08:55
TomyWorkoriginally developed by sun for solaris, later opensourced under the CDDL08:55
cappethanks you, very well put08:56
TomyWorkCDDL is incompatible with GPL, which is why it was initially ported to freebsd but for linux there had to be some trickery08:56
bindicappe: try #zfsonlinux08:56
TomyWorki forget how they solved it08:57
cappewanna give me a better answer, maybe I'll give it a shot08:57
SuriyaI am getting a Hah Sum mismatch while doing an apt-get update on Ubuntu 18.04. apt-get is trying to download a file http://us.archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/binary-amd64/by-hash/SHA256/dbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f08:57
SuriyaThe sha256 of this file does not match the filename08:57
SuriyaWhat could be the issue?08:58
TomyWorkSuriya does the problem persist after "apt update"?08:58
TomyWorkalso, are you behind a proxy?08:58
TomyWorkdoes that proxy (but try apt update first)08:59
SuriyaYes, I am unable to do apt update08:59
Suriyanot behid a proxy08:59
skrmorning08:59
TomyWorkoh08:59
Suriyaand tried multiple times08:59
TomyWorkyou get that problem *with* apt update08:59
SuriyaYou can download the URL for yourself and see08:59
SuriyaIs apt-get update the same as apt update?08:59
SuriyaLet me try with apt update08:59
TomyWorkhow big is it?08:59
SuriyaI did apt-get update multiple time09:00
TomyWorknm already got it09:00
TomyWork$ sha256sum dbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f09:00
TomyWorkdbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f  dbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f09:00
TomyWorkworks for me09:00
SuriyaI see09:01
SuriyaMaybe it is an issue locally09:01
Suriyalet me check09:01
TomyWorkwhat does "curl http://us.archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/binary-amd64/by-hash/SHA256/dbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f | sha256sum" say?09:01
Suriya880ee1bd83cc904b8bf71f4a71b55377ded2a6e5af28942aa392f154fbc04ef009:02
TomyWorkodd09:02
TomyWorkwhat does "curl --noproxy '*' http://us.archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/binary-amd64/by-hash/SHA256/dbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f | sha256sum" say?09:02
Suriya880ee1bd83cc904b8bf71f4a71b55377ded2a6e5af28942aa392f154fbc04ef009:02
TomyWorkhmmmmm09:02
SuriyaLet me try from a differnet network09:02
bindioperator with a MITM ad injection?09:02
Suriyadbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f09:03
SuriyaLooks like it is some MITM09:03
SuriyaThank you TomyWork09:03
Suriyait is an issue with my local network, and I don't know why this is happening09:04
SuriyaIs there some https:// that I can use?09:04
TomyWorkshould09:04
TomyWorktry it09:04
mceiercan you check the output of "host us.archive.ubuntu.com" ? ;)09:05
TomyWorkfor me that's us.archive.ubuntu.com has address 91.189.91.23 and us.archive.ubuntu.com has address 91.189.91.2609:05
mceierfor me too09:05
=== aryan is now known as arunpyasi
TomyWork2001:67c:1562::16 and 2001:67c:1562::19 too09:05
jopzejabberd09:05
mceierwhat about you Suriya ?09:06
Suriya$ host us.archive.ubuntu.com us.archive.ubuntu.com has address 91.189.91.23 us.archive.ubuntu.com has address 91.189.91.26 us.archive.ubuntu.com has IPv6 address 2001:67c:1562::16 us.archive.ubuntu.com has IPv6 address 2001:67c:1562::1909:06
SuriyaI can confirm that both files that I downloaded are the same size09:07
SuriyaAnd I see that contents are vastly different (did a vimdiff on the hexdump output of the two files)09:07
SuriyaAbout 6% of the bytes are different09:08
SuriyaNot sure how to explain the different09:08
terraCan onyone recommend budget armv8 vps provider except Scaleway?09:08
elias_aSuriya: Sounds interesting. What kind of ISP are you using in your local network?09:11
ducasseterra: offtopic here, try #ubuntu-offtopic09:11
Suriyaelias_a a regular ISP. I am in Bangalore. I have used this same ISP for years, without issue. I am seeing this issue today and I can see that the particular file's modification date is Feb 409:12
SuriyaI don't think this is a local issue. Maybe us.archive.ubuntu.com has multiple servers serving the same file and they are not all in sync?09:13
elias_aSuriya: Are you able to see modifications on regular web pages like injected ads?09:13
elias_aSuriya: Are the modification dates in all md5sum files the same?09:14
TomyWorkSuriya judging by the file name, the file with that path cannot contain any content with any other checksum09:15
terraducasse: even though if I want to test arm version of ubuntu on that vps?09:17
iomarigreetings, I'm trying to remove/purge netplan (a real pain in the butt) but my system is telling me netplan is not installed and it is. What's up?09:18
TomyWorkSuriya can you send us the file somehow?09:18
ducasseterra: yes09:18
TomyWorklike, base64 encode it and put it on pastebin?09:18
TomyWorkoh it's a little big for that09:18
TomyWorkmediafire? wetransfer?09:18
SuriyaI can send the file09:19
ducasseiomari: are you using the right package name? netplan.io?09:19
SuriyaI have need experienced any ad injection09:19
SuriyaLet me host the file somewhere09:19
TomyWorkthe file is an xz-compressed text file. diff should quickly show what's going on09:20
iomariducasse: opps. thanks09:21
Suriyahttp://suriyasubra.webfactional.com/dbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f I have hosted it here09:23
SuriyaThe sha256 sum is 880ee1bd83cc904b8bf71f4a71b55377ded2a6e5af28942aa392f154fbc04ef009:23
iomariducasse: that was supposed to be "oops" :-)09:23
SuriyaI downloaded it from the URL http://us.archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/binary-amd64/by-hash/SHA256/dbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f09:23
ducasseiomari: i got that :)09:24
TomyWork-Phased-Update-Percentage: 4009:25
TomyWork+Phased-Update-Percentage: 3009:25
TomyWorkthat, a bunch of times09:25
PaddyFhello, is it okay to ask something about ufw even tho i dont use ubuntu?09:26
TomyWorkno idea what that means09:26
=== conjo is now known as coffffffffee
TomyWorkSuriya good news is: this doesn't look malicious09:29
TomyWorkhttps://wiki.ubuntu.com/PhasedUpdates09:29
TomyWork^ bad news is, there's a flaw in this system on the server side09:29
SuriyaTomyWork I checked with tiple servers09:30
SuriyaI checked with multiple servers09:30
SuriyaI get the same wrong sha256 in my network.09:30
SuriyaAnyway, I will go home and try it out09:30
TomyWorkSuriya curl http://91.189.91.23/ubuntu/dists/bionic-updates/universe/binary-amd64/by-hash/SHA256/dbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f | sha256sum09:31
TomyWorkwhat does that say?09:31
Suriya880ee1bd83cc904b8bf71f4a71b55377ded2a6e5af28942aa392f154fbc04ef0  -09:31
TomyWorkso yeah, your ISP is caching, that's a fact09:31
SuriyaCaching!09:32
coffffffffeehi everyone can anyone tell me what acpi is and if i can turn it  off? I am getting these messages during boot, https://pastebin.com/fiV0vCUG ,I dont know what acpi is have googled quickly and found a page that talks about disabling it at grub menu, do any of you think that is wise09:32
TomyWorkcaching is usually too dumb to cause this kind of issue09:32
coffffffffeehttps://askubuntu.com/questions/160036/how-do-i-disable-acpi-when-booting09:32
coffffffffeethis is the page i found that mentions disabling it09:33
TomyWorkSuriya only thing you can do is ask them to wipe their cache09:33
PaddyFdoes ufw by default allow or deny icmp echo requests and echo replies?09:33
ducassecoffffffffee: try this http://iam.tj/prototype/enhancements/Windows-acpi_osi.html09:33
SuriyaGot it09:33
SuriyaThank you TomyWork09:33
SuriyaI will try from a different ISP09:34
TomyWorkSuriya curl http://91.189.91.26/ubuntu/dists/bionic-updates/universe/binary-amd64/by-hash/SHA256/dbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f | sha256sum09:34
TomyWorktry this one09:34
ducassePaddyF: allow09:34
TomyWorkit's the other IP for that hostname09:34
PaddyFstrange then09:34
Suriya880ee1bd83cc904b8bf71f4a71b55377ded2a6e5af28942aa392f154fbc04ef0  -09:34
SuriyaCaching doesn't explain it09:34
SuriyaBecause it have tried different mirrors09:34
Suriyaarchive.ubuntu.com, in.archive.ubuntu.com, us.archive, etc. etc.09:34
TomyWorkmaybe they have their own mirror09:35
TomyWorkand are transparently proxying all requests to it09:35
TomyWorkSuriya curl -vvvv http://91.189.91.26/ubuntu/dists/bionic-updates/universe/binary-amd64/by-hash/SHA256/dbaa1b935d420ed4a093a8f75748ec51a8d223b971e416bc233a2ecadf00502f | sha256sum09:35
TomyWorkand pastebin the entire thing09:35
Suriyahttp://dpaste.com/1B91ZB309:36
TomyWorkthis is odd09:37
TomyWorksame headers and all09:37
TomyWorksame Server field, too09:38
TomyWorkanyway, talk to your ISP about it09:38
ducassePaddyF: what os are you on?09:38
Suriyahttp://dpaste.com/1VVV6FK09:39
TomyWorkyou're in india, right? modi isn't *that* crazy, right?09:39
SuriyaSee, I am trying a different host09:39
Suriyamaybe they are caching just ETag or something like that09:39
Suriyacaching based on the ETag09:39
PaddyFducasse: debian 909:40
SuriyaI tried with a different ISP09:40
Suriyaand it works fine09:40
Suriyaso, it is this ISP for sure09:40
ducassePaddyF: i suggest you ask in #debian, then09:40
Suriyathough I can't explain why the file will be corrupted, even though I am changing the host09:40
PaddyFyeah09:40
SuriyaIn any case, Thank you TomyWork for spending time to investigate09:40
TomyWorknp :)09:41
TomyWorkas said, it's probably not malicious, just old09:41
TomyWorklooks a bit like they got half of two update phases09:41
TomyWorkbut i might be wrong09:42
JulietDeltaGolfhi !09:43
SvetaHi JulietDeltaGolf09:45
JulietDeltaGolfI have a question about MD RAID6 performance ^^09:45
elias_aTomyWork, Suriya a broken cache proxy is very rare but every now and then these problems are found.09:45
JulietDeltaGolfIs this the right place to ask ?09:45
elias_aJulietDeltaGolf: !ask09:46
JulietDeltaGolfI'm running ubuntu 18.04.1 lts ^^09:46
JulietDeltaGolf!ask09:46
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience09:46
SvetaJulietDeltaGolf: perhaps either here or at #ubuntu-server09:46
JulietDeltaGolfOk I'll try here then thanks :)09:46
Svetaok09:46
JulietDeltaGolfSo I have 12 drives raid609:47
JulietDeltaGolf256k chunk size09:47
JulietDeltaGolfeach drive can sustain a 200 MiB/s09:47
JulietDeltaGolfIf I dd zero to the drive with oflag=direct09:47
JulietDeltaGolfI get 96 MiB/s09:47
JulietDeltaGolfnot exactly what I expected :)09:48
JulietDeltaGolfand the dd blocksize is of the stripe size obviously09:48
JulietDeltaGolfWhat did I miss ? How can I improve ? or is that just the state of the RAID6 MD implementation at the moment ?09:50
iomarigreetings, I just noticed that my desktop right->leave only shows logout even though my desktop config is set to show options. What am I doing wrong?09:50
coffffffffeeducasse, wow cheers man09:50
lotuspsychje!cookie | ducasse09:51
ubottuducasse: Wow! You're such a great helper, you deserve a cookie!09:51
ducassecoffffffffee: yw09:52
=== conjo is now known as coffffffee
coffffffeeducasse, worked a charm thank you very much09:57
coffffffeea09:57
ducassecoffffffee: good, it's a pretty useful workaround09:57
=== Mr-Pan is now known as Mr_Pan
coffffffeehowd u stumble accross that-same issue urself?09:58
SvetaJulietDeltaGolf: I am not an expert in this topic09:58
SvetaJulietDeltaGolf: but there is also ##hardware if you suspect this can be a hardware limitation09:58
=== Mr_Pan is now known as Guest72645
ducassecoffffffee: i hang out here a lot :)09:58
JulietDeltaGolfSveta > I don't think so09:58
coffffffee=)09:59
JulietDeltaGolfdd to each drive gives me the 2.4 GiB/s I expect09:59
JulietDeltaGolfSveta > is there a kernel or software channel ?10:02
ducasseJulietDeltaGolf: #kernel, but try #ubuntu-server as well10:03
JulietDeltaGolfducasse thanks !10:10
SvetaJulietDeltaGolf, may take a couple hours to get a reply there10:10
SvetaJulietDeltaGolf, just remain online and see what happens10:11
inflexWill Ubuntu be offering a simple on/off switch or tool option for the Spectre & Meltdown kernel patches?10:15
JulietDeltaGolfSveta > will do !10:17
ducasseinflex: i kind of doubt that, but there are kernel parameters you can use10:18
ducasse!nopti | inflex10:19
ubottuinflex: KPTI is a mitigation for the !Meltdown security issue. With some workloads on some processors, KPTI has a significant performance impact. KPTI can be disabled by adding "nopti" to the GRUB_CMDLINE_LINUX_DEFAULT line in /etc/default/grub. This should only be done if absolutely necessary because it will disable protections against Meltdown and thus allow any malicious user process to read memory and probably escalate to root.10:19
=== sda2 is now known as sda
hitmanbadmaxima!10:24
=== Mr_Pan_ is now known as Mr_Pan
inflextx ducasse10:28
ducasseinflex: you can try to get it listed as a wishlist item, but don't be surprised if it's closed as wontfix10:30
iomarikbroulik: are there any known issues with networking? I can't get my network to work properly. I've removed netplan (hate it) and I'm using network manager but my connections, lan and wireless, keep dying even though sometimes the configs look ok, other times they become empty. As I'm writing this, the lan connection was working and now it's gone. I'm monitoring it with kinfocenter.10:32
iomarisorry this is general, not for kbroulik.10:32
Guest79815i have an ubuntu that i want to join it to windows active directory. and i cant access to interenet before join. is there any way?10:34
inflexducasse, all good, I'm content with doing that.10:49
MJCDHey some background updater service or something is locking off apt10:53
MJCDis there a way I can force unlock it10:53
ducasseinflex: then just file it as a bug, the devs will mark it as wishlist if accepted10:53
SvetaMJCD: kill that process10:58
SvetaMJCD: you'll need to find out what it is though... look at your list of processes10:58
SvetaMJCD: or wait for it to finish10:58
MJCDyeah I just waited for a while and it worked10:59
MJCDannoying10:59
MJCDshould make a dialog or something10:59
MJCDsaying 'Updating'10:59
MJCDor even implement a stateful lock10:59
SvetaMJCD: you need to file a bug report to the relevant package, if it's updating in background then it should show a notification somehow11:00
MJCDso I can know what process has locked it, when11:00
MJCDmeh11:00
MJCDcan't be bothered tbh11:00
SvetaMJCD: ya, or take your command and promise it will do it in a few mins. kinda of queue it for you11:00
SvetaMJCD: would that work?11:00
MJCDI guesssssss11:00
SvetaMJCD: and what package is it? unattended-upgrades or something else?11:00
MJCDor even just mark the package11:00
MJCDwithout actioning it11:00
MJCDwill be installed next time apt install is invoked11:01
MJCDeven by autoupdater11:01
MJCDSveta, I have no idea tbh, I could probably disable auto-installing updates11:04
=== Mr_Pan is now known as Guest70295
SvetaMJCD, if it's a part of apper or synaptic or whatever program, let me know, i reckon thats what to file the bug under11:04
=== Guest70295 is now known as Mr_Pan
MJCDmeh I might have broken it removing nearly everything from xubuntu-minimal11:05
MJCDlol11:05
MJCDthanks for the advice anyway11:06
MJCDhave a great day11:06
nirakarawhy do i get this error when running something like virtualenvwrapper's `workon <..>`?11:25
nirakaraMaximum number of clients reachedUnable to connect to X11 display. Is $DISPLAY set?11:25
aurolacdoes hexchat file transfer work by default?11:29
aurolacor does a port have to be opened11:30
lotuspsychjeaurolac: tested recently inside my own network, worked here11:33
aurolachmm maybe its a NAT thingy11:35
thaurwylthIs there a nice way to print (on paper) from AskUbuntu?11:36
DarkStar1Hi everyone. It there a command line tool I can use to send emails but configure it's smtp settings?11:36
DarkStar1*with the ability to configure it's smtp setting*11:36
aurolacdoesnt postfix have that options no?11:37
DarkStar1Nevermind. I just realised postfix11:37
DarkStar1@aurolac yeah sorry. I'm having the Monday blues11:37
DarkStar1:)11:38
aurolaci feel you11:38
ramsub07Hi, it looks like 400gb of my home directory is occupied, but when i do `du -sh .` i could only see 15gb being used. What is going wrong?11:46
thaurwylthRamsub07, that would not find all directories or subdirectories, I think. Or probably I'm making a mistake here?11:48
ramsub07thaurwylth: what other command should i try?11:48
=== DarkByD3sign_ is now known as DarkByD3sign
thaurwylthI mean du will be fine, but you probably need to refine the parameters a bit. How about using * instead of . or something?11:50
geirharamsub07: likely unlinked files that are still open11:51
geirhaTo see where space is used, I usually use   sudo du -haxd1 . | sort -h11:52
lotuspsychjeramsub07: and to clean system space i use bleachbit, always gets me alot of gigs free11:53
geirharamsub07: if you recently removed some large file, using rm, du will no longer show their usage, but if there are any processes that have the file open, df will still consider the space as in use. It will be freed as soon as all open file handles to it are closed11:55
tomreyni.e. reboot11:56
=== Rosa_Acosta is now known as LaRose_Bleu
BluesKajHiyas all12:11
mobile_chow do i get qemu m68k to compile?  https://bpaste.net/show/700b6179edf512:12
=== Mr_Pan is now known as Guest69591
=== Guest69591 is now known as Mr_Pan
SicnusGood morning.  I'd like to setup an ubuntu Mirror for us in-house, but the server we have that is public facing (and what we can actually use to do the rsync) is actually Solaris 11.  I'm sure I should be able to just rsync the mirror, but I'm trying to find something to help facilitate this.   Any ideas?12:47
BluesKajSicnus, perhaps #ubuntu-server chat might more appropriate for your question12:56
BluesKajbe12:56
pazz8253Hi, I'm trying to install a program that requires 32-bit libraries on 64-bit Xenial, but get an error while loading shared libraries - missing libwebkitgtk-1.0.so. Tried doing a `dpkg add-architecture i386 && apt-get update` (as suggested in many places) but apt still can't locate the i386 package in the repositories. Downloading and installing man13:13
pazz8253ually ends up complaining about missing dependencies. Any thoughts on how to go about this?13:13
rorycan I see when a particular version of a package in the repo was updated/created?13:13
lyiriyahhi13:17
AtomVelvetIs there any way to integrate wireguard into gnome so I can use it like a normal VPN graphically rather than having to use `wg` cli?13:22
lyiriyahcheck if there's an extension on the store, if not maybe try the forums?13:23
lyiriyahthis is more for #gnome13:24
lyiriyahAtomVelvet: is that alright13:25
AtomVelvetlyiriyah: thanks!13:28
lyiriyahAtomVelvet: no prob ;(13:30
lyiriyah* ;) whoops13:30
milowhats up everyone13:36
thaurwylthIs Adobe Flash still needed for something? I recall some major browsers announced at one point that there will be no support for webbased Flash in the future. I also recall that maybe many of these things could be worked around in HTML5 directly, maybe.13:36
thaurwylthI'm thinking on whether to install the Flash Player package or not.13:36
seven-eleveni want to use excel and word on ubuntu: (1) is this possible with wine?  (2) should I go for office 2013 or 2016?13:37
miloi just installed ubuntu on my ASUS and, while loading, it was stuck on boot screen with the 5 dots and not advancing.  It also periodically flashed on/off but didn't actually load onto GNOME.  I had to reboot to get in.  Any idea why that happened or if there's a fix for it?13:40
BluesKajmilo reboot agin to to see iof the problem persists13:46
CookieMthaurwylth, Flash is almost obsolete on the Web, you can drop it13:47
BluesKajiif13:47
thaurwylthIs that a very very dangerous almost?13:47
milowhen I rebooted, it loaded in....any idea what would've caused that?13:47
CookieMpersonally, I didn’t meet with Flash for around 2 years straight, so it’s practically dead13:48
thaurwylthArright!13:48
dubiukyea but what if he wants to play flash games?13:49
dubiukand I don't mean the IRL kind... kek13:49
CookieMthat’s of course another issue, but I don’t attend online games sites13:50
CookieMeventually you can always have it installed, just for case13:51
thaurwylthHow about international sports betting sites? I mean I probably won't be needing to deal with those much, but I actually have an account with some non-withdrawn money, so I'll have to log in at least once.13:52
thaurwylthProbably the main site works without Flash, though.13:52
lotuspsychjethaurwylth: you can try chromium with pepperflash too13:53
thaurwylthMmm hmm.13:54
CookieMall media content migrated to html5, so no job for flash13:54
lotuspsychjesome url's indeed still need flash for some games or other things13:54
CookieMafter Adobe reconsidered their support for Flash on Linux, you can again take advantage of this technology on your Firefox13:57
CookieMfor example on live webcam sites13:58
TomyWorkwhat advantage?13:59
CookieMit’s a phrase: https://en.wiktionary.org/wiki/take_advantage_of14:00
TomyWork"She took advantage of his desperation." - i see14:00
CookieMthese sites require the newest version possible14:00
CookieMit was problem when flash on linux stalled on v.1214:01
TomyWorknah, actually flash in general was a problem14:01
TomyWorkand it's good that it's gone14:01
CookieMand Chrome doesn’t appeal to my taste14:02
TomyWorkif something requires flash, I wouldn't suggest a way to install it, but to look for an alternative14:02
AtomVelvetAnyone know what else I have to install to get `lyx` working?  It complains about not having textclasses, not sure how to fix that14:03
=== shawn is now known as Guest13144
MJCDlol why is the package `dosfstools` part of ubuntu-standard?14:25
ryuoMJCD: uefi.14:25
MJCDthat answer makes no sense to me14:26
MJCDcan you explain?14:26
ryuoMJCD: FAT filesystem is used by UEFI partitions.14:26
lotuspsychjeAtomVelvet: perhaps pastebin your output, volunteers can think along14:27
ryuoSo, you need to be able to format them to support installation.14:27
MJCDand yet I didn't14:27
MJCDand don't14:27
MJCDlol14:27
ryuoyou probably used an existing one.14:27
ryuonot everyone has that luxury.14:27
MJCDsame as I don't need `eject`14:27
ryuoMJCD: i'm sure you also don't need 80% of the kernel modules shipped with kernels. what does it matter?14:28
silv3r_m00n1hi there14:28
MJCDryuo, so then why are they installed?14:28
MJCDI don't get it14:28
ryuoMJCD: to cover those that do need them.14:28
MJCDBut I did not14:28
MJCDits 201914:29
silv3r_m00n1i am making a ringtone for my mobile from an mp3 copied from my videogame. i am using audacity. the sound on mobile is kind of "hollowish" how do fix this ?14:29
MJCDyou can check if a thing is needed and then take further actions14:29
MJCDhaha14:29
MJCDI even used the net install iso14:29
silv3r_m00n1i used the equalizer feature of audacity to change loudness at different frequencies, but the hollowness persists14:29
ryuoMJCD: windows also includes drivers for stuff you'll likely never use. it's there in the event you have such devices.14:29
ryuoMJCD: otherwise new hardware cannot be guaranteed to function.14:29
MJCDryuo, it includes the drivers, but they aren't active until there's a device14:29
ryuoMJCD: same with kernel modules. they're still on disk but not loaded into RAM unless used.14:30
MJCDeject is still included, though no cdrom14:30
MJCDlol14:30
MJCDwell not on my watch i'm cleaning house14:30
ryuoMJCD: enjoy a borked system then.14:30
OerHeksMJCD, still those tools are needed, for when you attack a dvd/cdrom .. but oke, delete those tools if you think you do not need them14:30
OerHekslolz14:30
MJCDattack one you say14:31
MJCDwhat is my attack power lvl14:31
blackflowover nine thousand, duh14:31
lotuspsychjesilv3r_m00n1: try the #audacity channel14:31
=== Ubuntu is now known as Guest21089
Guest21089Hello Everyone. So I might have messed things up. I installed diff. desktop env. on Ubuntu 18.04, like Lxde/Mate and xfce4 and I desinstalled Xfce4 and now it only opens in OPenbox, I can not choose anymore. Does anyone have a solution for this. In the end my goal is to program the most lightweight (and still a bit userfriendly) ubuntu so I was thinking of either installing Lubuntu with Lxqt Ubuntu Core with Lxqt.14:34
lyiriyahGuest21089: reinstall xfce4?14:34
Guest21089*or14:35
lotuspsychjeGuest21089: for testing purposes you can tryout different desktops, but as you like one, its reccomended to clean install what flavor you like14:35
Guest21089Yes thank you. So how do I start from scratch and what would be the best way to go about it. And is Ubuntu Core a way to go or is Lubuntu still easier interface for a old laptop?14:36
lotuspsychje!flavors | Guest2108914:37
ubottuGuest21089: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours14:37
OerHeksread about ubuntu core, it is not a desktop14:37
lotuspsychjeGuest21089: lubuntu isnt aiming to be lightest anymore, but still performs well on older machines14:37
pragmaticenigmaGuest21089: Ubuntu Core is for Internet Of Things devices, it is not intended to be run as a regular operating system14:37
lotuspsychjeGuest21089: 18.04 and higher also have a minimal choice during setup14:38
Guest21089okey I understood that Xubuntu isn't that light either because of all the apps.14:38
pragmaticenigmalotuspsychje: That's not correct, Lubuntu is still geared towards being lighter weight. They are discontinuing supporting older legacy systems that have significantly older hardware that is becoming less common14:39
Guest21089Ah oke. So what would be the best way to go about it for an old laptop with minimal space.14:39
OerHekssee the !flavors factoid14:39
Guest21089It still would be Lubuntu with Lxqt if I understand correctly.14:39
MJCDeven just the FONTS14:39
Guest21089Yes I check it out.14:39
MJCDthey asked me my locale data like 6 times during setup14:39
pragmaticenigmaGuest21089: Light weight is relative to what you are attempting to do14:40
MJCDbut can't figure out with my US keyboard layout I dont need arabic fonts14:40
MJCDlike hundreds of them14:40
lotuspsychjepragmaticenigma: https://lubuntu.me/taking-a-new-direction/14:40
lotuspsychjepragmaticenigma: 'we will no longer primarily focus on older hardware.'14:42
Guest21089Okey, well my main goal is to take up as less space as possible on my old laptopt to have it running smooth. And I use the laptop pimary for text, video and prog. like gimp and of course internet websearch for ex.14:43
Guest21089When I look at the flavors I get a bit confused because Xubuntu/Lubuntu and Mate seem to be lightweight.14:44
OerHeksi hope your old laptop as a good GPU, else youtube/video would be a drag14:44
lyiriyahGuest21089: try installing ubuntu server then work from the ground up14:50
tuxayo[m]Hi :) Seeing that Ubuntu 18.04 will be supported until 2028:14:52
tuxayo[m]- is this for the general public?14:52
tuxayo[m]- is Lubuntu desktop also concerned? (same repos so I would say yes, but I prefer to double check)14:52
tuxayo[m]- Is it for 32 bits? because one of the machines to be installed has only 32 bit hardware support. (Lubuntu 18.04 has a 32 bit version)14:52
lotuspsychjetuxayo[m]: 5 years support + 5y ESM14:52
OerHekstuxayo[m], no, lubuntu 3 years, get your facts right14:53
OerHeksno article says 10 years btw14:54
Guest21089*lotuspsychje what do you mean by *clean install (15:35) you mean just start from scratch again desinstal/clean up the system?14:55
OerHeksGuest21089, adding a desktop is no problem, removing one gives various results, like yours14:56
Guest21089and <lyiriyah what you mean bij ubuntu server? I'm sorry I'm a bit of a neb I come from windows.14:56
Guest21089yes I figures only half of it was removed.14:56
OerHeksfastest way to get things right is to reinstall14:57
ryuoOerHeks: really? https://www.zdnet.com/article/mark-shuttleworth-reveals-ubuntu-18-04-will-get-a-10-year-support-lifespan/14:57
lotuspsychjeryuo: marketing tricks14:57
ryuoOh. I see.14:57
ryuoSo it means nothing new.14:57
OerHeksuh ? 10 years..14:57
Guest21089yes first I need to uninstall everything. Okey well I see and figure it out.14:57
ryuoOerHeks: my guess is 5 years base, 5 years more if you pay for it.14:58
lotuspsychjeryuo: it means 5y public LTS support and 5y ESM payed support14:58
ryuoif so, it's just the deal with 12.04 for all LTS now.14:58
ryuoAt least Bionic onward I think.14:58
lotuspsychjeryuo: yes i thinks thats gonna be the new trend14:58
lotuspsychjeryuo: in april 14.04 to be esm too14:59
OerHeksdoes hardware nowadays work 10 years?14:59
ryuoit can.14:59
ryuoI have an X200 that's now 11 years old.14:59
tuxayo[m]OerHeks: «no, lubuntu 3 years, get your facts right» Thanks for your encouragements, thats what I'm trying :)14:59
tuxayo[m]I have yet found the info that support for flavor was different. (aren't the repos the same?)14:59
Guest21089I'm just not sure yet what is the best way to go for my laptop (Packard bell NEW90 with win7 installed alongside ubuntu15:00
lotuspsychjeGuest21089: whats your end goal, to be asked yourself first15:00
ryuoGuest21089: is that your end goal or current situation?15:00
BluesKaj!mint15:00
ubottuThe Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle)15:00
ryuoBluesKaj: ...? who was asking for something else?15:01
OerHeksgood start, https://www.ubuntu.com/about/release-cycle15:01
BluesKajryuo, I need some info about mint in another channel that does have the proper info bot15:02
ryuoI see.15:02
BluesKajdoes not15:02
Guest21089that my current situation with ubuntu 18.04 with different desktop flavors. My end goal is to run Wind 7 next to Ubuntu on the laptop. Wind beeeing a bacup just in case.15:03
tuxayo[m]lotuspsychje: OerHeks ryuo https://en.wikipedia.org/wiki/Ubuntu_version_history#Table_of_versions15:03
tuxayo[m]«Public support until » « 2028-04»15:03
Guest21089And my endgoals would be to have one flavour installed and not several. And the most suitable one, i mostly use program like vlc /firefox/mozilla/gimp not much more.15:04
lotuspsychjetuxayo[m]: see the url OerHeks provided15:04
tuxayo[m]lotuspsychje: yep, thanks. I was just checking that15:04
thaurwylthTuxayo[m], as you will soon find out (or already did), all the flavours kind of come with a different Desktop Environment, which makes a big difference. And they also have different default programs for all kinds of things.15:08
Guest21089Yeah I understand. I am sorry but I have to run. Thank you for all the info guys!15:09
lotuspsychjeGuest21089: see the !flavors page, and pick on that you like15:09
Guest21089See you next time. I'll think about it!15:10
Guest21089thank you.15:10
lotuspsychjeGuest21089: every flavor can be tweaked as you want/need15:10
aurolac*cough* flavour ;)15:13
tuxayo[m]OerHeks: thanks, gotta fix Wikipedia :)15:14
thaurwylthLotuspsychje, if another flavour has a low-latency version of the kernel installed and low-latency support software added, then how much does it differ from Studio any more? I mean philosophically speaking.15:18
thaurwylthOr, more to the point, why would someone make those tweaks instead of using Studio?15:18
lotuspsychjethaurwylth: with tweaking i meant, eyecandy, performance,likings tweaked,..etc15:20
thaurwylthOkeys!15:20
tuxayo[m]thaurwylth: «all the flavours kind of come with a different Desktop Environment, which makes a big difference.»15:22
tuxayo[m]I though that LTS updates were mostly relevant to packages independ of the flavors. Like web-browsers, the kernel, openssl, etc15:22
thaurwylthWait, perhaps I don't understand here, or perhaps you have some two things mixed up, or something. Do we both agree that version numberings (annual April and October releases) and flavours of Ubuntu are two separate things?15:25
tuxayo[m]thaurwylth: yes :)15:26
thaurwylthDoes LTS update refer to things that are updated retroactively after the LTS has already been released? Those are, to my understanding, indeed more likely to be things that are somehow critical.15:27
tuxayo[m]What I meant is that there was LTS maintenance work on Ubuntu which would be available to the flavors since it's the same repos, right?15:27
tuxayo[m]thaurwylth: yes15:28
pragmaticenigmaUbuntu, as many Linux Distrobutions, do not do version upgrades after a release. The LTS designation means that Ubuntu will release patches to the existing installed software (all packages) when one is available. It will not install a new version. There are exceptions (such as web browsers), but LTS has nothing to do with the flavor of Ubuntu, it only means the packages that were available at the time of release15:31
pragmaticenigmawill continue being patched until EOL15:31
Chima21_hello15:33
cappehow on earth do I mount an freebsd 13 zfs partition from ubuntu?15:38
OerHeks!zfs15:38
ubottuFor information concerning ZFS and Ubuntu, see: https://wiki.ubuntu.com/ZFS15:38
OerHekshttps://askubuntu.com/questions/123126/how-do-i-mount-a-zfs-pool and https://www.cyberciti.biz/faq/freebsd-linux-unix-zfs-automatic-mount-points-command/ mayb e a help15:40
Chima21hello15:41
OerHekshi Chima2115:41
cappeI have tried serveral guides online already to no success15:42
Chima21Hi OerHeks I was just testing to see if I configured my account properly.15:42
cappeplease give me some new ideas and help me out. so it's like this I have a TrueOS installation... and I wanna mount it just to find it with GRUB2. Still I really cant mount the partition and I have tried so much right now that I guess this is the last resort15:44
cappeand I'm currently in latest Ubuntu15:44
cappemy zfs is called tank15:44
lordcirth__cappe, not sure I understand. You created a zfs pool called 'tank' in TrueOS, and you are trying to mount it in Ubuntu 18.04?15:47
cappein fact I would rather use REFind to bootmanage. but when I update Ubuntu, grub updates and replaces the bootloader (REFind)15:47
cappethe zfs is called tank, it's really the name only. installation of trueos calls it that by default15:48
cappeit's like "tank/home/cappe" etc15:48
cappeI need to at least have read rights to the tank/trueosinstatllation15:49
lordcirth__cappe, yes, the ZFS docs use 'tank' as the example name. So, you are having trouble booting both Ubuntu and TrueOS from Grub?15:49
cappeso that I can print the damn thing (REFind) into the bootloader after having found it first15:49
cappeit wont find the trueos at all really, and it's driving me crazy15:50
cappegrub wont15:50
cappebut refind will15:50
cappestill, refind shutsdown when i try to boot it15:50
lordcirth__cappe, you might be better off asking in a BSD channel.15:50
cappewell, it's a both-case right, it's really ubuntu that wont do right now15:51
cappeit's from ubuntu environment15:51
lordcirth__It's not off-topic here; but BSD users are likely to be more familiar with this sort of issue15:51
cappehave tried over there, just joking around really15:52
cappethey are with my questions15:52
cappeit's openzfs btw (speaking of in trueos)15:53
cappedoesnt really anyone here know a thing or two about mounting ZFS?15:54
tomreyncappe: on a side note, if you don't want grub to replace refind, just uninstall grub (but then you'll need to manage booting into ubuntu manually / differently)15:54
cappethat's something I consider, good point15:55
blackflowcappe: well, I'm using root on ZFS on Ubuntu, but not with EFI15:55
blackflowanyway, you'll need initramfs support for it. there's a grub module to boot off of a zpool but I don't know if it's supported by the version currently in Ubuntu15:56
cappefirst of, which tool is the service/daemon? then which tool do I probe with and finally what utility/program do I mount it with?15:56
cappeI have put it there, initramfs15:56
cappealready15:56
blackflowyou need zpool and zfs binaries as well as all the supporting libs15:56
OerHekscappe,  show us the steps in terminal, and use paste.ubuntu.com15:57
blackflow/sbin/zpool and /sbin/zfs thatis15:57
cappeI'm pretty sure I have that, all of it15:57
OerHeksthis way it is running circles15:57
blackflowcappe: also the kernel modules15:57
cappehave u any links btw? some useful guide, have used google already, a lot, not found anything very useful15:57
OerHeksi gave you pretty good tutorials15:58
blackflowcappe: the wikis on zfsonlinux github is the "official" documentation15:58
cappeI see15:58
blackflowhttps://github.com/zfsonlinux/zfs/wiki15:58
cappeok, I'll try to get that into my knowledge, still, it's heavy reading IMHO15:59
cappeThe current vendor of ZFS code for FreeBSD is the Illumos project: found that. maybe something useful16:00
blackflowcappe: however, that's initramfs support, not grub support. grub would need to load initramfs from a non-zfs filesystem first16:00
cappeIf I understand it right, I thought I needed a grub-config just to boot BSD...16:01
blackflowcappe: keep in mind that FreeBSD is switching to Zfsonlinux. In fact, ZoL is now to become the reference openzfs implementation16:01
cappethat I would have to input on my own typing16:01
blackflowcappe: found this about using grub with a zpool directly: https://unix.stackexchange.com/questions/447960/how-to-create-a-zfs-zpool-that-grub-can-read16:02
blackflowlooks like grub support still isn't solved properly.16:02
cappethat's something useful, that link, I'll give it a shot16:03
cappebut on the other hand, it's very complicated. maybe above my level16:03
blackflowcappe: what is this about tho, dual booting?16:03
cappeexacly that16:04
cappetriple booting (in fact)16:04
cappeUbuntu, Win10 and TrueOS16:04
blackflowcappe: where ubuntu and trueos are both on zfs?16:05
cappeI had it working UNTIL the ubuntu all by itself reinstalled the bootmanager (REFind) with it's very own GRUB!16:05
cappenope16:05
cappeubuntu is ext416:05
blackflowoh16:05
cappeso just overwrite the bootmanager maybe should be at least a queston about when updating the ubuntusystem16:06
blackflowmulti-booting was always such a mess for me, that I rather spent extra monies and bought each their own disks, and used bios boot selector.  least amount of trouble.16:06
cappeit's exactly so for me as well16:07
cappebut I won't give up, I really wanna have this working!16:07
cappeand REFind has made it once, now it's unfunctional however16:07
blackflowcappe: you can always reconfigure the ESP to your liking and change whatever the installer did. for TrueOS, I guess all you need is to copy off the boot1.efi from its /boot dir (at least that's teh case with FreeBSD, I have no idea if TrueOS changes anything there)16:08
=== shawn is now known as Guest69141
cappebut I cannot access the trueos.efi since I cant mount it in the first place16:09
blackflowcappe: I suppose you can do the same and put Ubuntu' EFI loader on the ESP as well, I'm not sure, EFI is still a bit of a terra incognita for me, being how messy the implementation in linux is16:09
blackflowcappe: can you boot into ubuntu?16:09
cappeyes, already there16:09
blackflowthen all you need is to install zfsutils-linux, modprobe zfs, and you can work with zfs16:10
cappethat's what I have been trying to do from the start m816:10
blackflowubuntu keeps zfs modules with the linux kernel packages so you don't have to compile anything or reboot16:10
cappethat's the issue, my question really16:10
blackflowcappe: okay, so where did you get stuck at?16:10
convergeAfter restart my server I get stuck here: https://imgur.com/a/oQoQdEP , but I can't see any error messages, neither in /var/log/syslog , is there something I can do ?16:10
cappefirst 1. cant start daemon16:10
OerHekswe did not see any logs and errors, so why don't you post this info?16:10
cappedonno what binary16:10
OerHeksi hardly believe you are on ubuntu, avoiding such info16:11
lordcirth__converge, what Ubuntu version? Have you tried booting in recovery?16:11
cappewhat?16:11
alebetahello friends, i had been trying to install Ubuntu 18 in my lenovo deskto with a nVidia GTX 1080. I saw some recomendetions to set in the grub the option "nomodeset" t avoid some problems with the grapics, i manage to get into the desktop, but when I click install ubuntu, it is crashing login out from the "live session user" and  can not even start the installation16:11
blackflowcappe: okay step by step. can you boot into ubuntu? you said "already there", so I'm assuming you can?16:11
cappeyes16:11
convergelordcirth__, ubuntu 16, I can login into recovery mode, I tried to find some log information about the error, but couldn't find anything16:12
blackflowcappe: okay, now, can you install zfsutils-linux?16:12
cappethanks man, you will f* make my day, I really hope for this to work now16:12
cappealready there, installed16:12
tomreyn!yy.mm | converge16:13
ubottuconverge: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle16:13
blackflowcappe: now `modprobe zfs` and then run `zpool import` and then you should see your trueos zpool. then you `zpool import -R /mnt <that pool name` and you're done, stuff's under /mnt16:13
converge16.04.5 <- version16:13
blackflowcappe: <that pool name> without <> of course, I typo'd missing >16:13
blackflowcappe: if nothing is mounted under /mnt, then you just run `zfs mount <dataset>` on the ds you want, and it'll mount. -R is altroot prefix so it doesn't clobber your regular mountpoints, and stays below /mnt16:14
cappedo I need to create the directory /mnt/tank?16:15
blackflowcappe: nope16:15
cappeok16:15
blackflow`zfs list` to list available datasets, after that zpool import is done.16:15
tomreynconverge: this is really early into the boot process, vda1 (probably / ?) was only just remounted rw, so logging to disk may not have taken place, yet.16:15
tomreynconverge: how long did you wait at this screen?16:16
blackflowcappe: zfs is a bit of a kitchen-sink all-in-one fs+raid+volume_manager   and mounting its paths autocreates directories (unlike, say, mount for ext4)16:16
convergetomreyn, more than 1 hour while I was searching about how to fix it16:16
converge*researching16:16
tomreynconverge: my gut feeling is it is to do with iscsi, do you have / on it?16:17
cappe/mnt/that pool name, will you clarify?16:17
convergeI can mount the partition in recovery mode16:17
blackflowcappe: say the pool name is "tank".     zpool import -R /mnt tank16:17
cappeok16:17
convergetomreyn, I don't think so, it's a digital ocean droplet16:17
blackflowcappe: btw is this bionic or newer ubuntu? 16.04 might have issues importing newer pools.16:18
tomreynconverge: i dont think it would get started unless it was needed16:18
cappeThis pool uses the following feature(s) not supported by this system: com.delphix:spacemap_v2 (Space maps representing large segments are more efficient.)16:19
convergetomreyn, maybe disabling iscsid from boot would fix it?16:19
tomreynconverge: did you recently install ufw, or recently made any other relevant changes which could have caused this?16:19
blackflowcappe: right, but it allows mounting read-only, yes?16:19
blackflowcappe: you only want to grab the boot1.efi, no?16:19
convergetomreyn, now.. I just restarted the server, it's a basic server, apache, php, mysql..16:20
cappecappe@platina:~$ sudo zpool import -f -R -o /mnt tank16:20
cappecannot import '/mnt': no such pool available16:20
blackflowcappe: I never told you to -o16:20
cappeoh16:20
blackflow(or -f for that matter)16:20
tomreynconverge: maybe removing iscsi backed devices off fstab (or overriding them with linux boot parameters - i don't know how / whether that's possible) temporarily would be worth a try.16:21
cappecappe@platina:~$ zpool import -R /mnt tank16:22
cappecannot import 'tank': no such pool available16:22
blackflowcappe: what does only `zpool import` show?16:22
blackflow!paste | cappe16:22
ubottucappe: For 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:22
convergetomreyn, I disabled the service from boot, systemctl iscsid disable , but Im still stuck on boot process16:22
cappe"already mounted by other system"16:23
OerHekssudo zpool import  ...16:23
blackflowOerHeks: no need16:23
lordcirth__converge, often it is the thing right *after* the last line that is actually broken16:23
cappeThe pool can be imported, use 'zpool import -f' to import the pool.16:23
cappewas the last line16:23
blackflowcappe: can you please pastebin exactly the output of `zpool import`?16:23
convergelordievader, I agree, and I was expecting something [error] or something to tell me what's wrong..16:24
tomreynconverge: what's the screen output now?16:24
cappeit finds it (id 6732492245077962029)16:24
convergetomreyn, same as before, without the scsid line16:24
blackflowcappe: can you please pastebin exactly the output of `zpool import`?16:24
cappeok sure16:24
convergetomreyn, lordcirth__ , another weird thing is that my syslog last update was on 1/02/201916:26
tomreynconverge: maybe / ran full?16:26
tomreynor needs an fsck16:26
cappehere it is16:27
cappehttps://paste.ubuntu.com/p/V5XQXZ55Sw/16:27
lordcirth__"UNAVAIL  unsupported feature(s)"16:27
blackflowcappe: "The pool cannot be imported due to damaged devices or data."  huh.16:28
convergefsck was checked.. everything is good..16:28
ash_worksiis there a way to loop through the currently open tabs and copy the urls to a file programatically?16:28
lordcirth__cappe, Sounds like your Ubuntu's zfs version is older than the one that created it16:28
blackflowcappe: now try  `zpool import -f -R /mnt tank`   if that doesn't work, I have no idea what to do, the version mismatch is too severe16:28
blackflowcappe: you'll need root or sudo for this one16:28
ash_worksitabs in chromium*16:29
tomreynconverge: maybe you have a serial console you could observe the boot on, too? also this https://freedesktop.org/wiki/Software/systemd/Debugging/16:29
blackflowversion mismatch should allow read-only mounts, so if it doesn't that means the problem is bigger than that.16:29
cappeholy cow. the last resort fix actually did work16:30
lordcirth__cappe, using this newer version may solve it: https://launchpad.net/~jonathonf/+archive/ubuntu/zfs16:30
cappecappe@platina:~$ sudo zpool import -o readonly=on -f -R /mnt tank16:30
cappeand SUCCESS16:30
cappethanks a lot dude16:31
convergetomreyn, digital ocean provides a console log screen.. but its not really useful , I can't see any error16:31
cappeI'll take it from here ;D16:31
blackflowcappe: excellent. now you can `zfs mount <dataset name>`   and it'll be mounted under /mnt16:31
cappedataset name is ? tank?16:31
blackflowcappe: no, that's the pool name. datasets are tank/something-here16:32
blackflow(though tank is the top level datset per se)16:32
=== SimonNL is now known as SimonNL_Afk
blackflowcappe: btw, did you need to force -o readonly=on  or did -f suffice on its own? did you try just -f first?  irrc it should've imported it even without that -o16:32
cappeis this the dataset?? 673249224507796202916:32
blackflowno16:32
blackflowcappe: `zfs list` will show you available datasets16:33
cappestill confused :S16:33
blackflowcappe: zfs is a pooled filesystem. it consists of one or more datasets that are kind of individual filesystems on its own16:33
blackflowanyway this is not the place to learn zfs, plenty of docus online :)16:33
cappeI see16:33
cappeplease tell me what the datasetname is in my case16:34
tomreynconverge: if you can interact with the serial console then try the "if you can get a shell" section of what i pointed you to.16:34
cappetank/ROOT ?16:34
blackflowcappe: if that's trueos, then I suppose you have   tank, tank/ROOT, tank/ROOT/default, and others shown by `zfs list` ?16:34
cappeyes16:34
blackflowcappe: `zfs list` shows you datasets, like I said16:34
cappestill don't get it16:34
cappesorry man, this is the last thing I need to know16:35
blackflowcappe: /boot will probably be under tank/ROOT/default   unless its in its own ds16:35
cappecould this be it?16:35
cappetank/ROOT           950M  91,6G    88K  none16:35
blackflowcappe: ever worked with LVM?16:35
blackflowcappe: there's no tank/ROOT/default ?16:35
blackflowoh guessing game again.... please pastebin the output of `zfs list` ......16:36
cappethis is the first16:36
cappetank                953M  91,6G    88K  none16:36
convergetomreyn, just something.. EXT4-fs )vda1): re-mounted. Opts: (null), does that means something ?16:36
tuxayo[m]pragmaticenigma: «but LTS has nothing to do with the flavor of Ubuntu»16:36
tuxayo[m]That's what I understood but I've had different answers at the beginning of the discussion. (14:53 UTC) So I'm confused.16:36
cappehttps://paste.ubuntu.com/p/HGR4G5ZKtp/16:37
blackflowcappe: tank/ROOT/initial is the dataset you want, if you want boot1.efi from /boot16:37
cappeok16:37
blackflowcappe: so  zfs mount tank/ROOT/initial    and you should then have /mnt/boot  available16:38
cappecool16:38
tomreynconverge: just that this file system was remounted, without options. the / file system is usually remounted read-writable (after being mounted read-only initiallY) during boot, so the remount event is expected. no options seems wrong to me, but not critical.16:38
blackflowcappe: oh wait wait, TrueOS apparently does it differently.... /mnt/mnt/boot/  should be the path16:38
MJCDHey whats the easiest way or shortcut key or whatever to boot to a basic "safe mode" style shell16:38
MJCDI accidentally broke the gui somewhat lol16:39
MJCDand it's blocking all my input16:39
OerHeksdepends on the machine, shift or esc, see the grub manual16:39
OerHeks!grub16:39
cappesudo zfs mount tank/ROOT/initial /mnt/mnt/boot <-- gives: too man arguments16:39
ubottuGRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub216:39
tomreyn!recovery | Press escape repeatedly during boot, more details here, MJCD16:39
ubottuPress escape repeatedly during boot, more details here, MJCD: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode16:39
blackflowcappe: yes. I told you just `zfs mount tank/ROOT/initial`   nothing else16:40
blackflowcappe: zfs mount works differently from regular `mount`. each dataset defines its own mountpoint. it's a totally different filesystem paradigm than, say, ext416:40
tomreynconverge: my / (also an ext4) has options "errors=remount-ro" in fstab, maybe you want to add this for yours as well.16:41
tomreyn->  myhostname kernel: EXT4-fs (dm-2): re-mounted. Opts: errors=remount-ro16:42
cappealright, I have found the boot directory. how do I do the "file copying"-thing to add this trueos to the grub?16:42
convergetomreyn, thanks16:42
=== Budgii is now known as Budgii_
tomreynconverge: those should be the fields in your fstab for an ext4 root file system:   /               ext4    errors=remount-ro  0       116:43
=== Budgii_ is now known as Budgii
tomreynconverge: i omitted the first column there16:43
blackflowcappe: no idea about grub, but BSD's /boot/boot1.efi should be usable for the ESP.16:43
cappeloading that file will load the system from BIOS?16:44
cappethe grub didn't find the trueos system btw16:44
blackflowcappe: no, that's (Free/TrueOS)BSD's EFI loader16:44
cappeonly found windows16:44
tonytheguitarHey! New day new problems... I did a new install of Ubuntu today since the one I did previously didn't work for some reason. I did a sudo ubuntu-drivers autinstall and rebooted and now it wont boot.16:45
blackflowthe point of this is so that refind or whatever else you're using there for EFI boot, finds the loader and allows booting it16:45
cappeI'm aware of that m816:46
blackflowcappe: however, that's where my experience with EFI stops, so perhaps someoene else can continue with the gruesome details of shoehorning EFI loaders :)16:46
tomreynhi tonytheguitar, which ubuntu version did you install, which variant, which flavour?16:46
cappeI'll take it from here, cya!16:46
blackflowgood luck16:46
=== Budgii is now known as Budgii_
cappecheers16:46
=== Budgii_ is now known as Budgii
tonytheguitar18.04.1 LTS just the standard from ubuntu webpage16:47
jlevonany suggestions for auto-mounting USB keys? https://help.ubuntu.com/community/Mount/USB is all set as should be but no dice16:50
tomreyntonytheguitar: so the amd64 desktop with gnome-shell probably. which graphics card do you have there (if you don't know exactly we can probably find out together), which drivers were installed during "ubuntu-drivers autoinstall", and when you say it "won't boot" (now), how far does it get, what does it say / look like?16:50
jlevonit appears in nautilus just fine16:50
jlevonand can be mounted by clicking there16:50
tonytheguitarIts a Nvidia GS something. Can't really check since I can't boot the computer. It stops with a screen ending with Started Hold until boot process finishes up16:51
tomreyntonytheguitar: so the boot does get to finish?16:52
tonytheguitarI don't know if it does. It just stops on that screen.16:52
tonytheguitarCan't do anything at all on the computer.16:53
pragmaticenigmajlevon: You will need to provide more details of what you are trying to achieve. Ubuntu auto-mounts USB drives to the /media/{username} folder.16:53
jlevonpragmaticenigma: that's my point, it is not doing so.16:53
tomreyn!recvoery | tonytheguitar16:53
tomreyn!recvory | tonytheguitar16:53
tomreynmeh, sorry16:54
tomreyn!recovery | tonytheguitar16:54
ubottutonytheguitar: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode16:54
BluesKajtonytheguitar, ,which screen?16:54
=== Class7_ is now known as Class7
tonytheguitarDo I dare to do a hard reboot of the computer? Last time I did I ended up needing to re install Ubuntu agian.16:54
pragmaticenigmajlevon: The icon showing up in file manager means that it was mounted16:54
=== captain_fixerpc1 is now known as captainfixerpc14
tomreyntonytheguitar: you should be able to trigger a safer reboot by pressing ctrl-alt-delete16:55
tonytheguitarTried that and nothing happens...16:55
lordcirth__tonytheguitar, a sudden reboot shouldn't brick it unless you are doing an update or something. That being said, backups...16:55
tomreyn!sysrq | tonytheguitar16:55
ubottutonytheguitar: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing slowly, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key16:55
usr13tonytheguitar: You might also try a different kernel, (if you have one).16:55
BluesKajblack screen?16:55
jlevonpragmaticenigma: I'm referring to the entry on the left-hand part of nautilus. that does not imply mounted (and easily confirmed with mount etc.)16:55
lordcirth__Or there's sysreq, yeah16:56
BluesKajtomreyn, I was thinking nomodeset16:56
tonytheguitarThis is my first ever install of any Linux system so I have no idea what I'm doing to be honest.16:57
tomreynBluesKaj: recovery does nomodeset, too16:58
thaurwylthThere is a classical GPU bug (or feature, because it's mainly about different driver daemons being available) that can be bypassed with nomodeset, as BluesKaj was kind of iterating towards there, and then for future times by changing the driver package through package manager.16:59
tomreyntonytheguitar: do you know which computer model you have there?16:59
qwebirc89177hey i'm having a problem with my CTRL-ALT-F# logins... after I type my username and press enter it acts like i'm spamming the enter key and won't let me type a password, I am not... This is on 18.10, is there a way to fix?17:00
adderanyone knows what might be going on here? I'm getting "Permission denied @ rb_sysopen - /home/alex/.repos/codelib/github/dpaster/.travis.yml" when I try to `travis encrypt` my password17:00
thaurwylthI mean, I don't know if it still exists and if it's the one in discussion right now, but every time I hear someone say 'black screen on boot' and 'graphics card,' I assume it's that one.17:00
pragmaticenigmaqwebirc89177: try another keyboard... make sure your keyboard hasn't failed some how17:02
BluesKajthaurwylth, seems we have different approaches to the same problem. i think we should try the least complex one first17:02
usr13tonytheguitar: So, it says "Started Hold until boot process finishes up"?  I haven't seen that one yet.  Is that exactly what it says?17:02
qwebirc89177lol, ok17:02
tomreynpragmaticenigma: wouldn't that prevent qwebirc89177 from entering their full username either?17:03
pragmaticenigmacould be a faulty switch on the enter key17:03
qwebirc89177and talking here i'd think17:03
usr13tonytheguitar: I found this:   https://askubuntu.com/questions/760825/cannot-boot-system-due-to-start-job-running-for-hold17:03
usr13tonytheguitar: See if you can switch to another tty17:04
qwebirc89177ok new kb, brb17:04
pragmaticenigmaqwebirc89177: Support always starts at the beginning with the simplest and first interaction. With the limited information provided, I started with the keyboard possibly being defective.17:04
qwebirc89177nope samsies17:05
qwebirc89177I don't even know how to google this one :'D17:06
tomreynqwebirc89177: did you change something about login / authentication, pam etc, which could have caused this?17:06
qwebirc89177not intentionaly, maybe an update? This used to work last time i needed to reinstall my nvidia drivers... like a month ago?17:07
tomreynqwebirc89177: do you have PPAs installed, packages which lack an update path (are not from a working apt repository)? can you show "sudo apt-get update; sudo apt-get -f install; apt-cache policy"?17:09
qwebirc89177https://pastebin.com/nbz4nxYT17:11
qwebirc89177just for video drivers iirc, i only added that today because i couldn't get into tty to install the ones nvidia provides17:11
qwebirc89177btw, i tries booting into init 3 from grub, the login prompt behaves the same way17:12
qwebirc89177treid*17:12
qwebirc89177tried* lol17:12
tomreynqwebirc89177: whats your graphics hardware? lspci -knnv | grep -A10 VGA | nc termbin.com 999917:13
qwebirc89177https://termbin.com/f5ps17:14
qwebirc89177that's a cool web service17:14
qwebirc89177I prefer the binaries cause steam seems to require them17:15
vompattihi, has anyone else had problems with kernel 4.15.0-45? My installation gives black screen on the root encryption prompt (it did work yesterday but not anymore).17:16
tomreynqwebirc89177: you installed wayland, right?17:16
qwebirc89177i want to say i uninstalled wayland17:17
vompattiI have 4.15.0-44 too, but the same problem exists on that. Earlier kernel I have is 4.15.0-36 but that only boots to tty (after ctrt-atl-f2, can start x tho')17:17
qwebirc89177iirc it broke everything when i upgraded to 18.1017:17
tomreynqwebirc89177: dpkg -l *wayland* | nc termbin.com 999917:18
ash_worksiis there like a connection manager that will store ssh passwords for me?17:18
qwebirc89177https://termbin.com/oul417:19
qwebirc89177something's installed17:19
tomreynqwebirc89177: right, xwayland is installed. but nvidias' proporietary driver doesn't work with it17:19
tomreynqwebirc89177: or maybe it works partially with it now, but afaik it still causes problems. so i suggest you uninstall anything listed with ii in the latest output you posted, this may fix it.17:22
tomreynqwebirc89177: make sure xserver-xorg is installed, though. you'll also need to reboot17:23
qwebirc89177i can give that a try, i'm not using wayland. Could that really effect the login prompt in init 3 though?17:23
qwebirc89177ii  xserver-xorg               1:7.7+19ubuntu8    amd64              X.Org X server17:23
lotuspsychje!info keychain | ash_worksi can this help?17:24
ubottuash_worksi can this help?: keychain (source: keychain): key manager for OpenSSH. In component universe, is optional. Version 2.8.2-0.1 (bionic), package size 27 kB, installed size 73 kB17:24
tomreynqwebirc89177: i don't know, it seems like it should not cause the "enter spamming" at login, i agree.17:24
qwebirc89177do you have any idea what package is responsible for that login prompt?17:25
qwebirc89177do you happen to know is prolly a better phrasing, sorry17:25
tomreyn$ dpkg -S $(which login)17:26
tomreynlogin: /bin/login17:26
qwebirc89177woah, that's cool17:27
qwebirc89177also removing xwayland removes the ubuntu-desktop metapackage... perhaps i shouldn't17:27
tomreynhmm okay, i guess not then17:28
tomreynqwebirc89177: actually the tty login is handled by systemd-logind nowadays, i guess17:29
qwebirc89177SYSTEMDDDDDD!!!!! sorry17:29
tomreynqwebirc89177: on 18.04 /bin/login still runs when you login, so maybe that's not the case or both are involved, not sure.17:31
tomreynqwebirc89177: also /sbin/agetty provides the tty17:32
breizHi all, I am running Ubuntu Mate 18.10. I have systemd-automounted cifs shares through fstab. However, during shutdown they don't unmount and it basically hangs for 1m30s to timeout. Is there a reason why they don't unmount?17:33
tomreynqwebirc89177: so this is a pretty new installation, right?17:33
=== SimonNL_Afk is now known as SimonNL
qwebirc89177this is actually a really old install17:34
zaggynlbreiz: anything visible in logs? what happens if you mount/unmount by hand?17:34
tomreynqwebirc89177: did you upgrade it from an earlier ubuntu release then?17:35
qwebirc89177yeah17:35
qwebirc89177but tty login worked after the upgrade17:36
tomreynqwebirc89177: that's a bit of a shot in the dark, but can you run this and post its output? https://github.com/tomreyn/scripts#foreign_packages17:36
qwebirc89177will try it, thank you!17:37
breizzaggynl: I can mount and unmount without problems. It's just when I shutdown or restart is where it hangs and it hangs for all shares. I can't find much in the logs to be honest. They are confusing.17:45
zaggynlhm17:47
zaggynlwhat does the fstab line like look?17:47
zaggynllook like*17:47
zaggynlcould also be that bug where network goes offline before shares are unmounted17:49
breizzaggynl: I've obscured it a bit but all lines are like this basically. Although I have played around with noauto and timeouts etc. Nothing works. https://paste.ubuntu.com/p/RGpYnHSfw5/17:52
breizzaggynl: that bug could probably be it. Is there a workaround?17:52
zaggynluse a separate script for mounting/umounting I guess'17:55
zaggynlhttps://bugs.launchpad.net/ubuntu/+source/systemd/+bug/157788517:56
ubottuLaunchpad bug 1577885 in systemd (Ubuntu) "120sec delay during shutdown or reboot with still mounted cifs (via Wifi)" [Undecided,Confirmed]17:56
zaggynlhttps://bugs.launchpad.net/ubuntu/+source/wpasupplicant/+bug/21163117:56
ubottuLaunchpad bug 211631 in sysvinit (Debian) "Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)" [Unknown,New]17:56
zaggynlhttps://help.ubuntu.com/community/MountWindowsSharesPermanently#System_Hangs_on_Shutdown17:57
zaggynloh wow that's an old workaround, 9.10 haha17:57
breizzaggynl: Yeah I think I might have to. I have run into this bug before but never this badly so it's been around for a long time. Normally I'd ctrl-alt-del but that doesn't help either. It just hangs then. I'll have a look at those pages. Thanks for the help! I appreciate it!18:00
zaggynlwelcome, hope you find a fix18:00
ioriabreiz,  not  sure,  but you can try to set the Wifi connection in use   'available to all' in the NM settings  ; this should give a bit of a delay before shutdown18:01
tomreynbreiz: maybe x-systemd.after=network-online.target works also in the reverse run (when shutting down).18:05
breizioria: I'll have a look for that thank you!18:06
breiztomreyn: That's a good idea. I'll play around with it.18:06
breizThanks all! I am going to reboot and try some of the suggestions.18:07
ioriabreiz, if you don't have NM, you can use the cmd line : nmcli connection modify <ssid> connection.permissions ""18:07
arooniquestion; if i take a hard drive with ubuntu 16.04 installed on it (ssd) out of an OLD machine and put it into a new machine (moving from celeron to i5 processor), faster memory, etc, will it boot up ok?  or do i have to do some magic ?18:08
breizioria: Thanks!18:08
ioriaok18:08
lotuspsychjearooni: ubuntu adapts itself to a system, buts its reccomended to clean install18:09
OerHeksarooni, it might work18:09
breizquit18:10
lotuspsychjeOerHeks: worked from my old amd3200+ to nuc i7 lol18:10
tomreynarooni: on the other hand, you may want to benefit from newer defaults the new system / installer may use, such as uefi booting, newer file system features, full disk encryption etc.18:11
pragmaticenigmaarooni: Typically you can transplant the harddrive to any new machine you like. Sometimes, the new hardware in the new machine might cause issues that require temporarily adding options to grub to boot far enough that drivers can be updated or reconfigured.18:11
aldcorso.. what do you think about penguins?18:12
aldcoroh, sorry. wrong channel18:12
pragmaticenigmaaldcor: Welcome to Ubuntu Support. Please keep questions to support related topics.18:12
platzhirschHow can I change the name of a font under /usr/local/fonts?18:13
pragmaticenigmaplatzhirsch: you cannot18:13
platzhirschwhat, I cannot?18:15
pragmaticenigmaplatzhirsch: A font is a special type of program that the computer uses to display the characters on your display devices (screen, printer) ... you can't just change the name of the file to rename the font18:16
=== phoenix_firebrd is now known as murthy
lordcirth__pragmaticenigma, surely there is some way to rename a font? It's not like they are hashes.18:17
pragmaticenigmalordcirth__: only way would be to compile the font from source18:18
OerHeksfontforge might be able to do that https://askubuntu.com/questions/171090/is-there-any-good-font-editor18:18
breizioria: So it was the WiFi permission. I can't believe it. Thanks!18:20
lineosWhat is the best strategy to install another ubuntu next to an existing linux installation? Use the ubuntu installer to take care of partitioning?18:21
lordcirth__platzhirsch, also, do you really need to rename it?18:21
sjoshiHello, How can I purge all the old kernels? using Ubuntu 18.1018:22
sjoshi→       uname -r18:22
sjoshi4.19.6-041906-generic18:22
lordcirth__lineos, "install next to" should work fine. As always, backups.18:22
lordcirth__sjoshi, apt autoremove ?18:22
sjoshiit removed 1 older thats it18:23
sjoshilordcirth__: ^^18:23
platzhirschlordcirth__: yes, trying to perform a work around18:23
sjoshiI have these many installed: https://pastebin.com/DmmULYM018:24
ioriabreiz, glad to hera that: good job18:24
ioria*hear18:25
malonumas1 old  must stay18:25
gvvgHi - I have a running ubuntu system - can anyone give me a hint how I would move it to new hardware?18:25
gvvgit is running ubuntu 14.04 LTS18:25
sjoshimalonumas: I have huge list, I understand your point for 1 old must stay18:26
sjoshiI have to remove, to make some space18:26
lordcirth__sjoshi, apt remove linux-image-4.18.0-{10..14}-generic18:26
lordcirth__er, no18:26
lordcirth__apt remove linux-image-4.15*-generic18:27
lordcirth__as always, double-check :)18:27
sjoshilordcirth__: command is not working18:28
lordcirth__sjoshi, how so?18:29
sjoshi→ sudo apt purge linux-image-4.15*-generic18:29
sjoshizsh: no matches found: linux-image-4.15*-generic18:29
Oolgvvg: if you're going to have new computer, perhaps the better way is to install on the new one a new Ubuntu version, and just compy your data18:29
Oolcopy*18:29
lordcirth__sjoshi, https://askubuntu.com/questions/335210/apt-get-wildcard-with-zsh18:29
lordcirth__sjoshi, you need quotes in zsh18:30
lordcirth__sudo apt purge 'linux-image-4.15*-generic'18:30
lordcirth__Probably wise in bash too, tbh18:30
gvvgOol: any suggestions on how to do a complete copy?18:30
Oollordcirth__: to purge old kernel, apt autoremove don't work ?18:30
lordcirth__Ool, autoremove is very conservative about removing kernels18:31
Oolgvvg: across network, usbkey or usb drive …18:31
gvvgOol: just cp?18:31
sjoshilordcirth__: thanks that helped! Recently started using zsh18:31
Oolor just with the graphical interface18:31
OerHeksgvvg with about 3 months of support, is it worth the effort?18:31
lordcirth__gvvg, yeah, I wouldn't try moving 14.04, you'll just need to upgrade later anyway18:32
gvvgOerHeks: I'm not understanding - sorry18:32
lordcirth__gvvg, Ubuntu 14.04 goes end-of-life in April18:32
gvvgso install a whole new version18:32
OerHeksin 3 months 14.,04 is EOL, dead, out of updates18:32
Oolsometimes when autoremove don't work, I put linnux-image<tab><tab> and just copy the list with the mouse :)18:33
gvvgokj getting 18.0418:33
sjoshiOol: that i was doing, as there was so many though to ask here :)18:33
Oolgvvg: depend if you have network, scp or rsync can make it in CLI but in gnome the app file (nautilus) can do it too18:35
OerHeks!clone18:36
ubottuTo replicate your packages selection on another machine (or restore it if re-installing), you can use the !software package "apt-clone" - See also !automate18:36
OerHeks!ackup18:37
OerHeks!backup18:37
ubottuThere are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning18:37
lordcirth__I'm a fan of Borg, myself, though for a oneshot backup just about anything will do18:37
gvvgOol: I have all methods18:39
gvvgI'll look at alt-clone - is it good to use if source is 14.04 and target is 18.04?18:39
OerHeksno18:40
gvvglast week when I asked it was suggested that the source system had a rootkit because the filesystem wasn't reporting properly18:40
OerHeksbetween those versions, a lot of things have changed18:40
gvvgOerHeks: oh oh18:40
cappeneed a hint about removing grub... completely in latest ubuntu18:40
OerHeksmeh, hearsay, 14.04 has no systemd ...18:41
Oolfor packet, just install what you need, don't take the old list, for data, just restore your backup :)18:41
cappeapt-get remove grub* ? will that do?18:41
gvvgShould I go from 14.04 and then do an upgrade in place?18:41
OerHeksand FUD is not really interesting to respond to18:41
gvvgthe 14.04 has a custom package that has licensing and I don't have anyway to get a new install - that's the real issue18:42
=== shann_ is now known as shann
pragmaticenigmagvvg: IF the old system potentially has a root kit... the last thing you want to do is copy it's contents to another computer. You won't get rid of the root kit...18:42
cappepls need an answer ASAP18:42
Oolgvvg: imho install a new one is better than making 2 release-upgrade (14.04 => 16.04 => 18.04)18:42
Bashing-omcappe: in terminal remove all grub, then reinstall grub2 and recreate the config files: ->>18:42
gvvgOol: how would I deal with the package licensing issue?18:43
gvvgpragmaticenigma: righ18:43
ikoniagvvg: talk to the vendor18:43
varaindemianIn transmission I don't know why I get this error message: Permission denied (/media/oct/Vanessa/MyTorrentFile)18:43
gvvgikonia: they don't exist anymore18:43
ikoniagvvg: find a replacement18:43
varaindemianI don't have the Vanessa directory18:43
varaindemianOr at least I don;t have it anymore18:43
ikoniavaraindemian: that's why it's giving you a permissions problem - the directory doesn't exist18:43
varaindemianikonia: But I changed the dowloading folder..18:44
gvvgikonia: that's not an option - it's very custom and would take too much work - I'll figure it out - thanks18:44
varaindemianikonia: How can I remove this error?18:44
cappeloading freebsd from grub what exactly is (hdX,X) <----- I mean what should X be replaced with, I dont get the "formula"18:44
ikoniagvvg: you have no option then, wait for your OS to go EOL - accept the security risk and accept no suport18:44
ikoniavaraindemian: doesn't think you've chaned the directory18:44
varaindemianikonia: Can you tell me how I canremove the error please?18:45
ikoniavaraindemian: configure transmission to no longer look at that directory18:46
varaindemianIt is already..18:46
ikoniavaraindemian: clearly it's not18:46
cappeno clue?18:46
ikoniavaraindemian: as it's still trying to write there18:46
ikoniavaraindemian: did you stop the process to terminate in flight jobs and restart ?18:46
ikoniacappe: no clue about what ?18:46
ikoniacappe: saying "no clue" isn't really going to help get information18:47
cappeset root='(hdX,X) <- pls what is X18:47
ikoniacappe: in what context ?18:47
cappegrub-customizer18:47
varaindemianikonia: nope18:47
varaindemianikonia: I didn't18:47
ikoniacappe: its the disk where grub consideres the root18:47
ikoniavaraindemian: worth doing18:47
ikoniavaraindemian: could be in flight processes18:47
varaindemianikonia: I didn't18:47
Bashing-omcappe: sudo apt-get remove --purge grub grub-pc grub-common ; sudo apt install grub-pc grub-common ; sudo grub-install --recheck /dev/sda ; sudo update-grub . Make stre of your tatget drive .. here sda.18:47
varaindemianI don't know how18:47
cappeyeah. well so if it's the second disc then? it's 1 or what?18:47
ikoniavaraindemian: just reboot the box18:47
ikoniacappe: 0 = 1, 1 = 2,18:48
ikonia0 is the first disk18:48
ikoniawhy not just use grub18:48
ikoniaand let the OS manage it for you18:48
cappeyea18:48
cappetell me about it18:48
cappeos-probe wont find18:48
ikoniawhy are you messing with grub18:48
cappedo I have to tell the whole story again :P18:49
ikoniano18:49
cappeso my bsd is on my 2 drive (D: in windows terms)18:49
cappeand it's on I think 2 partition18:49
ikoniait's fine - I'm not bothered18:49
cappewill it be "hd1,1" then?18:50
Bashing-omcappe: "(hdX,X)" You are looking at the hard drive, partition .. say as in (hd0,msdos1) . 1st hard drive and 1st partition on that drive.18:50
OerHeksvaraindemian, just remove ~/.config/transmission if you removed that vanessa folder, and gone is the error :-D18:50
cappeBashing-om: you are overcomplicating this18:50
ikoniaOerHeks: would that not lose torrent status ?18:50
ikoniaOerHeks: as isn't that the default of where state is tracked18:50
cappeI guess I have to do this the old way, try and error, painful very much so18:51
OerHeksoh yeah, maybe, i did not know he has other torrents running18:51
Bashing-omcappe: A lot depends on the partion type on the drive .. msdosX is the leagacy partioning.18:51
cappeLOL thanks budd18:52
cappeI'll take it from here :D cya18:52
=== bobbulus is now known as mjdj
mjdjhello. I cannot get 18.04 to stay stable using AMD 2400 G graphics. It locks before the login screen. The only way I can use this PC is with a RX 580 graphic  card installed19:01
OerHeksoh too new hardware ..19:01
mjdjits not that new19:02
OerHekswell, you certainly want 18.10 with kernel 4.1819:03
lordcirth__https://www.phoronix.com/scan.php?page=article&item=ryzen-2400g-may&num=119:03
varaindemianikonia: Thank you!19:04
lordcirth__mjdj, Kernel 4.17 is apparently the minimum19:04
varaindemianOerHeks: Thank you!19:04
OerHeksThe Linux 4.15 kernel is an absolute minimum ...but with Linux 4.16 are a number of Raven Ridge fixes19:04
mjdjyeah but even that looks like it has issues from others. How can I get the graphic driver to just be generic? I can use it fine in the GUI install off USB19:04
lordcirth__The LiveUSB uses very minimal drivers, I think19:05
mjdjyeah I was trying to figure out howq to force that19:05
OerHeksamd takes the openAMD gpu, and on top of that you could install the amdgpu-pro package19:05
lordcirth__mjdj, are you using AMDGPU?19:06
OerHeks!amd19:06
ubottuOpen driver for AMD cards: amdgpu (cards >= GCN1.2 aka GCN 3rd gen), radeon (older cards). Closed drivers: amdgpu-pro (>= GCN1.2) fglrx (older cards, unsupported by AMD in 16.04+). For info on GCN levels, see https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units . For fglrx info, see https://help.ubuntu.com/community/BinaryDriverHowto/AMD19:06
mjdjlordcirth__, not sure. It locks up before I can even get in to a login19:06
lordcirth__mjdj, even in recovery mode?19:07
mjdjI cant remember19:08
mjdjI have been swapping carsds and flashing bios19:08
OerHekshttp://cdimage.ubuntu.com/cdimage/releases/18.10/release/19:09
OerHeksoh that is server only19:10
Sky_Scraperhi guys,  quick question, I'm writing some automation tools on Kubuntu, in your opinion, is there any possible way to read the content of an application window? I thikn xdotool doesnt have such a feature, for browsers I do anything i want with selenium and scraping pages, but I need to access Spotify window contents, like songs titles etc, and no clue how to do it ;(19:11
tomreyn!hwe | mjdj19:11
ubottumjdj: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack19:11
mjdjanother question. Does anyone have good accurate instructions for getting a ubuntu box to log into AD? I have the PC in my AD. I can see the workstation in Active Directory Users and Computers. I can get it to validate a AD user at CLI. But I cannot get it to force logins to the AD at the login screen19:12
tomreynmjdj: actually hwe is probably not enough, you also need mesa updates. use padoka's ppa for now.19:12
lordcirth__Sky_Scraper, you probably want to use a browser plugin like greasemonkey19:13
tomreynmjdj: https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/mesa19:13
Mr_Poopy_Pantshello19:14
lordcirth__Mr_Poopy_Pants, hi19:14
Mr_Poopy_Pants?19:14
Mr_Poopy_Pantshi19:15
mjdjthe Ubuntu guides seem to be out of date as they talk about lightdm19:15
mjdjhttps://help.ubuntu.com/lts/serverguide/sssd-ad.html.en19:15
Mr_Poopy_PantsI'm in Ubuntu mate19:15
Mr_Poopy_Pantson a Raspi19:15
lordcirth__!enter | Mr_Poopy_Pants19:15
ubottuMr_Poopy_Pants: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone.19:15
mjdjI just want to add an Ubuntu workstation to a AD setup not add Samba as an AD as most guides suggest19:16
Oolmjdj: did you see this page https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto#Setup_Authentication or https://help.ubuntu.com/community/ActiveDirectoryHowto19:16
Sky_Scrapersorry for the notice I'm not used to IRC commands19:16
Mr_Poopy_PantsOkay.  Hey, what is the command used in terminal to change the screen resolution?  I tried raspi-config and then enabling overscan, but that isn't working for the 1080p monitor (TV) that I am using.19:17
Sky_Scraperlordcirth sorry I wasn't clear, in browsers I automate anything I want with selenium, I need something to access content of desktop application, like reading contents from the desktop application of Spotify, no browser." to lordcirth.19:17
Oolmjdj: but your page seems newest than the other19:17
=== dan_ is now known as Guest41979
Sky_ScraperMr_Poop xrandr is the command19:17
Sky_Scraperif u want 1280x768 do: xrandr -s 1280x76819:17
lordcirth__Sky_Scraper, btw, if you want someone to be highlighted, you need to say their full username - IRC has tab completion for this19:18
mjdjOol, yeah the one you linked is for ubuntu 10. I would assume that is samba 3 and not 2008 level AD19:18
Sky_Scraperlordcirth THX!19:18
Mr_Poopy_PantsSky_Scraper ----- Size 1280x768 not found in available modes LOL wut?19:19
OerHeksman xrandr19:19
Sky_ScraperMr_Poopy_Pants because your screen possible resolutions are different from that one, to know which one u can use, go in uubuntu system settings GUI, search for screen resolution settings, look wich resolutions your system suggests to you, these are the numbers you can use19:20
Sky_Scraperother numbers will not work19:20
Sky_ScraperMr_Poopy_Pants !!!!!!WARNING!!!!!!19:21
OerHeksresetting the monitor to fabrik defaults might help19:21
Oolmjdj: perhaps you can install lightdm or adapt to gdm if you have problem  just with the last point19:21
Sky_ScraperMr_Poopy_Pants BE CAREFUL TO DONT TRY STUPID RESOLUTIONS LIKE: 200X100, TOO LITTLE19:21
pragmaticenigmaMr_Poopy_Pants: Using the command, "xrandr" without any parameters will return supported resolutions of the screen.19:21
tomreynSky_Scraper: actually xrandr will print them if called without arguments19:21
Sky_ScraperYOUR SCREEN WILL BECOME SUPER LITTLE AND U ARE SCREWED19:21
Sky_Scrapertomreyn I feel quite dumb. ahahah thx good to know19:22
Mr_Poopy_PantsSky_Scraper --- user@user-pi-ubuntu-mate:~/Desktop$ xrandr19:22
Mr_Poopy_Pantsxrandr: Failed to get size of gamma for output default19:22
Mr_Poopy_PantsScreen 0: minimum 1824 x 984, current 1824 x 984, maximum 1824 x 98419:22
Mr_Poopy_Pantsdefault connected primary 1824x984+0+0 0mm x 0mm19:22
Mr_Poopy_Pants   1824x984       0.00*19:22
tomreyn!paste | Mr_Poopy_Pants19:23
ubottuMr_Poopy_Pants: For 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.19:23
mjdjOol, yeah I have been pl;aying around with that. It just makes it diificult top hits are referencing 2007 documenttion and projects that no longer exiswt19:23
tomreynSky_Scraper: sorry for making you feel that way ;)19:23
Sky_Scraperahah19:23
Mr_Poopy_Pantsyeah LOL19:23
mjdjthats why I was curious if anyone had accurate documentations/guide19:23
Mr_Poopy_PantsI can't even detect the monitor19:24
Sky_ScraperMr_Poopy_Pants dont know why u get that error, as tomreyn says call "xrandr" command without arguments, read the numbers, and try one of them19:24
tomreynlooks like Mr_Poopy_Pants only gets to see a single mode line, which is a non standard one, and the one currently set, and one which doesn't work.19:26
Mr_Poopy_PantsI went into raspi-config, and I'm going to reboot.  It had the proper resolution in there.19:27
Mr_Poopy_Pantsrebooting...............19:27
tomreynmaybe this isn't ubuntu mate after all, but raspian?19:30
=== PRIME is now known as Guest58816
Mr_Poopy_PantsSky_Scraper -19:35
leftyfbraspi-config comes with ubuntu mate19:35
gvvgI'm installing 14.04 LTS - desktop  - I would like to install a md raid 1 setup but I don't see the option in the installer any suggestions?19:38
Oolgvvg: don't install 14.04 in 201919:38
ducassegvvg: why are you installing 14.04 now? it goes eol in 2 months19:38
gvvgI have to the supplier of our software insists that we put back the system exactly how it was - it's a disaster recovery situation19:39
gvvgis this possible?19:39
ducassegvvg: and for mdraid use the server installer19:39
gvvgok will do19:40
ducassegvvg: but seriously, if you want a 14.04 system in production after april you should sign up for esm19:41
ducasse!esm19:41
gvvgis there a way to find out if the original version was server or desktop?19:41
ubottuCanonical offers paid extended security support for end-of-life LTS releases through the Ubuntu Advantage program. For more information, see https://ubuntu.com/esm . ESM is not an Ubuntu community offering; please direct questions about it to Canonical directly.19:41
gvvgahh thank you19:41
gvvgwill do19:41
ducassegvvg: yes, /var/log/installer/media-info19:41
gvvgcool19:42
ikoniagvvg: you seem to change the story19:43
ikoniagvvg: you say you have a supplier of the software that insists you put it back how it was19:43
ikoniagvvg: yet earlier you told me the supplier of the software no longer existed19:43
gvvgI've asked someone else that is using the software for help - I am sorry I am not trying to lie - they version of our software is very old and no one supports it19:44
gvvgso the other "super user" said put everything back like it was19:44
gvvgdoes that make sense?19:44
ikonianot really19:44
ikoniawhat is the name of the software and old vendor19:44
tiggster79not reinstalling 14.0419:44
gvvgosas19:44
ikoniagvvg: who was the vendor (I assume that is the software name)19:45
gvvgI'm a computer tech - I don't know the details19:45
gvvgosas is the software the customer says19:45
ikoniayou seem to know a lot about it earlier, that it was only supported on 14.04 and that the company no longer existed and that there was no replacement19:45
ikoniagvvg: what does the software do ?19:46
gvvgThat is what the client told me19:46
gvvgI asked if I could call them for support19:46
ikoniawhat does the software do at a basic level ?19:46
gvvgthey said they don't exists anymore and to try and "repair" the system19:46
tomreynhttps://en.wikipedia.org/wiki/Open_Systems_Accounting_Software19:46
gvvgit's a custom accounting package19:46
ikoniahttps://www.osas.com/osas19:47
gvvgyes saw that - this is the softeare  "Open Systems Releases OSAS 7.0". (December 28, 2005). WebCPA Daily.19:47
ikoniathat one ?19:47
gvvgI'll ask the customer to call them - I don't have any information so I am trying to solve a technical problem19:47
bldld!Horla Francois Begaudeau - En guerre [FR].epub19:47
ubottubldld: I am only a bot, please don't think I'm intelligent :)19:47
tomreyn!ot | bldld19:48
ubottubldld: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!19:48
=== PRIME is now known as Guest41272
TheSilentLinkanyone know when firefox 65 is reaching Ubuntu?19:48
tomreyngvvg: for now, just install 14,04, ask $boss to subscribe to !ESM, and once this stuff works again, start drafting a migration plan. this software is long dead, should long have been replaced.19:49
gvvggood idea19:49
gvvgI'll ask them - we also have backuedge - once again I don't know the software - I will call them for help19:49
pauljwTheSilentLink, it's already here.19:50
Sky_ScraperTheSilentLink I have it in my repo, Lubuntu 16.0419:50
Sky_Scrapersudo apt-cache madison firefox19:51
Sky_Scraperoutput:19:51
Sky_Scraper   firefox | 65.0+build2-0ubuntu0.16.04.1 | http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages19:51
tiggster79Sky_Scraper: I bet you dont have that version :)19:51
Sky_Scraper   firefox | 65.0+build2-0ubuntu0.16.04.1 | http://archive.ubuntu.com/ubuntu xenial-security/main amd64 Packages19:51
Sky_Scraper   firefox | 45.0.2+build1-0ubuntu1 | http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages19:51
tiggster79oops. thought you were talking about OSAS19:51
Sky_Scrapertiggster79 what u mean?19:51
qwebirc87835Hello?19:52
TheSilentLinkpauljw Sky_Scraper: Oops I didn't realise I had it. I guess I missed it when I updated by packages19:52
OerHekshello qwebirc <number>19:52
qwebirc87835I'm having trouble with Installing Ubuntu from the live USB, and was hoping to get some help19:53
tomreyn!paste | Sky_Scraper19:53
ubottuSky_Scraper: For 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.19:53
tomreynhi qwebirc87835, we'll need some details.19:53
tomreyn!details | qwebirc8783519:53
ubottuqwebirc87835: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.19:53
pauljwnp TheSilentLink19:54
Sky_Scrapersorry guys didn't know paste was forbidden I'm quite new to IRC19:54
qwebirc87835Sure, I'm installing 18.04 (from a USB) onto a 64-bit x86 desktop machine. I get to a menu with "Try Ubuntu without installing" and "Install Ubuntu"19:54
Sky_Scraperqwebirc87835 what's the issue19:54
qwebirc87835When I select "Install Ubuntu", the menu becomes unresponsive to input19:55
qwebirc87835I've tried editing the boot options with "nomodeset", and "acpi=off"19:55
Sky_Scrapergo inside try ubuntu without installing19:55
qwebirc87835The same behaviour occurs19:55
Sky_Scraperwhen u go there19:55
tomreynqwebirc87835: which hardware do you have there?19:55
Sky_Scraperah ok19:55
qwebirc87835All I know is that it has an NVidia graphics card, a quad-core i7, and a big 'ole fan on the front19:56
Sky_Scraperare u shure u have the right iso version for your hardware? 100% ?19:56
compdocqwebirc87835, how did you create the usb?19:56
qwebirc87835I downloaded the file "ubuntu-18.04.1-desktop-amd64.iso"19:56
qwebirc87835I created the USB using dd19:57
tiggster79qwebirc87835: You could try the mini installer and install in text mode.19:57
qwebirc87835(on another machine)19:57
Sky_Scraperqwebirc87835 ok that's the problem19:57
Sky_Scraperare u creating the usb from ubuntu or windows?19:57
compdocqwebirc87835, can you boot another computer with it to test?19:57
SiecjeI delete all of my global node modules including npm. I am trying to get npm back. https://dpaste.de/GdEG19:57
qwebirc87835I don't understand this: "qwebirc87835: You could try the mini installer and install in text mode."19:57
qwebirc87835I created the USB from ArchLinux19:57
Sky_Scraperok, that's the problem19:57
Sky_Scraperu have to use unetbootin19:58
qwebirc87835Oddly enough, I didn't think to try it on another machine19:58
Sky_Scrapernot dd19:58
Sky_Scraperu miss the bootloader in the usb19:58
compdocunetbootin is terrible19:58
OerHeksuh.,... unbetbootin is depreciated19:58
qwebirc87835I have a laptop handy that I can try the USB on19:58
ioriaand the system booted ....19:58
compdocIve never used dd for that, but dd is great to create iso files from a cd/dvd, so should be the best way19:59
tomreynqwebirc87835: do you still have the iso file, can you check its file size in bytes?19:59
Sky_ScraperI use unetbootin since 10 years I installed 100 systems with multiple boots windows and linux on same machines every kind of experiment, always did the job, so for me unetbootin is good19:59
qwebirc87835tomreyn: The file size is 1953349632 (1.9G), and the sha1sum matches the one where I got the file from19:59
Sky_Scraperqwebirc87835 don't loose time, you miss or your boot loader is messed in the usb, use unetbootin and u will be good to go in 10 minutes20:00
qwebirc87835Also, thanks for all the quick responses for help20:00
compdocunetbootin has always changed the default installer for me. it inserts a menu system. I dont want anything but the actual Ubuntu installer and menus20:01
OerHeksall other distros name Rufus and Etcher too, so stay away from unetbootin20:02
Sky_Scraperso I do u do your usb compdoc?20:02
tomreynqwebirc87835: okay, good, you already checked cnsistency of the iso download. personally i like to use etcher.io to write iso images to flash media, since it works on many OS and it verifies successful writes.20:02
ioriaqwebirc87835, wireless keyboard and mouse or usb ?20:02
Sky_Scrapercool tomreyn I'll try that!20:02
qwebirc87835ioria: No, all wired20:03
qwebirc87835So I've tried the USB in my laptop, and it boots fine20:03
qwebirc87835ioria: USB, to clarify20:03
ioriaqwebirc87835, the issue it's not booting.... but progressing20:03
Sky_Scraperunetbootin is terrible when u have to burn windows images etcher.io seems quite flexible!!20:04
qwebirc87835ioria: What do you mean by that?20:04
compdoci like dd, but dont know the proper command to go iso -> usb. however, you can d/l the Ubuntu zip file instead, and copy the contents to a usb stick and most modern pcs will boot it20:04
Sky_Scraperqwebirc87835 why u wanna try experiments when u can try burning a new usb with unetbootin or etcher.io, is easier20:05
qwebirc87835The USB works in my laptop (which has the same architecture), so it seems that there is an issue with the computer (or the options) specifically20:05
ioriaqwebirc87835,  you can start the installer on the first pc ?20:05
lordcirth__compdoc, you can literally just dd the iso over the USB and it works20:05
Sky_Scraperok qwebirc87835>20:06
lordcirth__bs=1M makes it faster, though20:06
Sky_Scraperbefore that, qwebirc87835 are u installing only ubuntu or are you going double boot with something else?20:06
qwebirc87835ioria: I get to what seems to be a boot menu, but it hangs after I select an option from that list20:06
ioriaok20:06
qwebirc87835Only Ubuntu, single partition20:06
Sky_Scraperqwebirc87835 ok so will be easy20:07
qwebirc87835(I suspect some kernel options are missing, but I can't think of what might be missing)20:07
JimBuntulordcirth__, it requires some experimentation unless you know what size cache you have, bs=4M or even bs=8M can be even faster.20:07
ioriaqwebirc87835,  already tried nomodeset, right ?20:08
qwebirc87835Yeah20:08
qwebirc87835I've tried nomodeset, nosplash, --verbose true, acpi=off, in various permutations20:08
ioriaqwebirc87835,  what nvidia card ?20:08
qwebirc87835I don't know what card it is (because I have nothing to plug it in to to find out :p)20:09
ioriasome sticks ?20:09
qwebirc87835Must be circa 2013 though20:09
qwebirc87835What do you mean by "some sticks ?"20:10
lordcirth__JimBuntu, yeah, but 1M is a big jump up from 512B and works well enough20:10
ioriaqwebirc87835,  try  nouveau.modeset=020:10
thaurwylthHow long did you wait after the first screen? Although there should be some animation all the time if it's working properly.20:10
qwebirc87835Alright, will give that a go20:10
welitonhellow20:11
ioriaqwebirc87835,  after that, do again the usb media20:11
welitonsou brasieliro20:11
qwebirc87835thaurwylth:  After the first purple screen, I hit the arrow keys, and the boot menu appears20:11
weliton:)20:11
tomreynqwebirc87835: do you have the latest bios on there? did this system work with a different linux distro before?20:11
tomreyn!br | weliton20:11
ubottuweliton: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.20:11
qwebirc87835tomreyn: I've done a BIOS update recently. The system currently has ArchLinux on there20:13
qwebirc87835Is there any way I can upload a video to show what is happening in more detail?20:13
teamcoltraHey I started moving my /var/www directory from my old server to my new one using "rsync -az /var/www/ user@ip.add.re.ss:/var/www/ &" the whole directory is about 500GB and it has got to 76GB and seemingly stopped. Can I just run "rsync -azu /var/www/ user@ip.add.re.ss:/var/www/ &" to have it pick up where it left off?20:14
Svetaqwebirc87835: you could upload several photos, http://imgur.com/20:14
teamcoltra(sorry this is not #rsync but I am using ubuntu and figured someone in here might be able to help me :P )20:14
ioriaqwebirc87835, phone + imgur   i guess20:15
qwebirc87835Alright, on it20:15
OerHeksrsync -P20:15
OerHeks-P     The -P option is equivalent to --partial --progress.   Its  purpose  is to make it much easier to specify these two options for a long transfer that may be interrupted.20:16
teamcoltraOerHeks, the -P keeps talking about "progress" which in my reading of what "progress" does sounds a lot like a visual representation of how far it's come since I'm detaching and not looking I am not sure it's super relevant. Or am I understanding it wrong?20:17
qwebirc87835Here's where I get stuck: https://imgur.com/a/6GQK8kH20:17
ioriaqwebirc87835, that's not a video20:18
qwebirc87835At that screenshot, I've hit return, and the keyboard is no longer responsive20:18
qwebirc87835Can you upload videos to imgur?20:18
ioriaqwebirc87835, but you can edit the kernl line ....20:19
qwebirc87835Yes, I can specify kernel options20:19
ioriaqwebirc87835,  so kb is working20:19
qwebirc87835I edited the kernel options20:19
qwebirc87835Then selected "Install Ubuntu"20:19
qwebirc87835Then it became unresponsive20:19
thaurwylthAnd there is no pulsating logo or any animation?20:20
ioriaqwebirc87835,  and you did the media with dd on arch ?20:20
qwebirc87835ioria: Yes, thaurwylth: No20:20
qwebirc87835I'll try to upload a video20:20
ioriaqwebirc87835,  maybe you unplugged the key too early20:21
qwebirc87835ioria: I've tested the key on a laptop, where it works20:21
ioriaok20:22
ainsSeppeli am having trouble with my laptop battery, on xubuntu 18.04, as soon as my battery drops below 96% the laptop crashes, no matter if ac is plugged in or not. Anyone got any idea?20:22
tewardainsSeppel: sounds hardware-related, does the system just shut off or...?20:23
ainsSeppelit literally crashes, as if popped te battery out20:23
pjsAnyone know off the top of their head how to configure nginx to redirect all requests except if the path begins with a certain location? Ie, /dont-redirect/foo.html but everything that doesn't start with /dont-redirect/ get's a 301? I know how to do the rewrite, etc. But it's redirecting all requests and I can't seem to figure it out20:24
gvvgI'm trying to delete some old kernels as the root partition is full - apt-get -f install fails with broken pipes - any suggestions - can I delete any kernel headers for old kernels safely?20:25
ioriaqwebirc87835,  try  again   nouveau.modeset=0    and wait ....20:25
tomreynpjs: location ^~ /.well-known/acme-challenge20:25
qwebirc87835ioria: I gave it five minutes20:26
qwebirc87835Video is uploading, for the avoidance of doubt20:26
ainsSeppelteward i can run my laptop without battery, no trouble. I can't though if the battery is below 96% charge20:26
pjstomreyn: funny, this is for le renewal on a domain that mostly redirects20:26
tomreynpjs: correct20:27
OerHeksainsSeppel, what laptop exactly? maybe there is knowledge available20:27
ioriaqwebirc87835,  did you assembled yourself that pc ?20:27
ainsSeppelThinkpad x22i20:27
ainsSeppelx220i20:27
ainsSeppelsorry20:27
OerHeksTLP installed?20:27
ainsSeppelyes20:27
qwebirc87835ioria: No, I did not20:27
pjstomreyn: Right, I have the location configs, but the global rewrite is overriding it..20:27
ioriaok20:27
gvvgfigured it out thanks20:28
pjstomreyn: http://dpaste.com/2ZFAK5G <- Current config20:28
ioriaqwebirc87835,  are you booting the usb in efi moe ?20:29
thaurwylthGvvg, is it something like this? Or do you have a different solution? http://ubuntuhandbook.org/index.php/2016/05/remove-old-kernels-ubuntu-16-04/20:29
ainsSeppelOerHeks if AC is plugged in and i try to recalibrate the battery, the laptop crashes at about 96%20:29
qwebirc87835ioria: No, I am booting in legacy mode20:29
ioriaqwebirc87835,  may i ask you why ?20:30
qwebirc87835Because the machine did not boot the USB in UEFI mode20:30
ioriaqwebirc87835,  it should20:30
gvvgthaurwylth: I moved some files over to another partition and then had enough remove to purge old kernels :)20:31
OerHeksainsSeppel, ẁhat do you mean with 'recalibrate battery' ??20:31
OerHeksjust charging or..?20:31
thaurwylthGvvg, I see!20:31
ainsSeppeltlp recalibrate20:31
qwebirc87835I'm not sure why it didn't, but isn't Ubuntu install-able in Legacy mode?20:31
ioriaqwebirc87835, yes20:32
ainsSeppelalso happens if i simply force discharge or if AC isnt plugged in and i am using the battery20:32
qwebirc87835Imgur rejected the video, because it is longer than 30 seconds20:33
qwebirc87835It is 31 seconds :(20:33
kostkonqwebirc87835, recut20:33
OerHeksthere is a gui, with thinkpad battery options i spot https://www.linuxuprising.com/2018/11/install-tlpui-in-ubuntu-or-linux-mint.html20:34
OerHekswhy discharging a battery ..20:34
ioriaqwebirc87835,  try  modprobe.blacklist=nouveau20:35
tomreynpjs: here's an example i use, i only edited the fqdn: https://paste.ubuntu.com/p/k6gsqXrhwD/20:35
marcelo-arirc.chatzona.org20:35
ainsSeppelwell i had trouble that my laptop crashed with lots of battery capacity left, apparently so i wanted to recalibrated the battery and noticed it crashes even if ac is plugged in so i suspected there msut be something else20:36
tomreyn!ot | marcelo-ar20:36
ubottumarcelo-ar: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!20:36
ainsSeppelcause an empty battery shouldnt cause a laptop to crash if its plugged in right?20:36
qwebirc87835Blacklisting nouveau didn't solve the problem20:38
pjstomreyn: thank you! I guess using the rewrite expression changes the behavior.. I'll try it20:38
ioriaqwebirc87835,  what's on that pc atm ?20:39
ainsSeppelhttps://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html#recalibrate20:39
tomreynpjs: IIRC, the reason i have it like this is because of the order in which nginx handles patterns. i'm basically abusing this ordering to ensure that the acme challenges and requests for anything not an acme challenge but starting with a '.' get handled differently than everything else (which gets just redirected)20:39
qwebirc87835Okay, now I've changed absolutely nothing, and it crashed before getting to the boot menu saying "Loading Bootlogo..."20:40
qwebirc87835Imgur rejected my other video20:41
tomreynpjs: you could probably do this logically nicer with a more complex RE, but that'd increase the load, too, and i found no better way to do it in a simple way.20:41
OerHeksainsSeppel, so, it says leave it with charger on AC, to fill it again to 100% .. it is not an action you do while working further in ubuntu20:41
tomreynqwebirc87835: you can try filebin.net - but i'm not sure the video will achieve much.20:42
qwebirc87835Neither am I20:42
qwebirc87835Well, thanks for all the help anyway20:42
ainsSeppelOerHeks it starts to discharge the battery and after about 5 min when it reaches 96% the laptop crashes20:42
tomreynqwebirc87835: you could boot into arch and get us some more info on your hardware20:42
qwebirc87835Sure, I'll do that20:43
arooniok team ; i have had ubuntu 16.04 installed; i have put that ssd into a brand new computer;  i then put a ubuntu 18.04 usb bootable usb stick in;  and when i'm going thru the wizard to install ubuntu; it doesnt seem to auto detect my /home directory;  i was hoping to upgrade it20:44
pjstomreyn: ah ok.. let me try moving my order around because it's not working as is20:44
aroonior at least keep my programs/files20:44
arooniideas?20:44
ioriaqwebirc87835,  some bios settings ... it's not normal that the efi mode not stating at all20:44
tomreynpjs: this is nginx 1.6.220:45
qwebirc87835Now the grub on the hard disk doesn't load20:45
qwebirc87835I think I'm just going to give up for now, and go to bed.20:46
tomreynqwebirc87835: :-/ not much luck today. try again another day!20:46
qwebirc87835Sorry about leaving you hanging20:46
pjstomreyn: 1.14.220:46
qwebirc87835But thank you all for your help20:46
tomreynpjs: "A simple PHP site configuration" at http://nginx.org/en/docs/http/request_processing.html discusses which order nginx processes pattern in20:48
tomreynpjs: also here http://nginx.org/en/docs/http/ngx_http_core_module.html#location20:49
tomreynand here https://stackoverflow.com/questions/5238377/nginx-location-priority20:49
pjstomreyn: thank you!20:50
tomreynyw20:50
denizhi20:58
thaurwylthWhat goes into deciding a Ubuntu project name? I noticed that the Budgy and MATE related flavours are not called Bubuntu and Mubuntu. Did this happen randomly or perhaps it was a deliberate decision? Will this continue to be a guideline in the future?21:02
aldcorI can't resolve this vbox guestaddition problem by myself. I tried multiple articles and youtube videos but nothing works. I just want vbox fullscreen. I am on ubuntu 18.04  https://paste.ubuntu.com/p/DYP75R6y5N/21:02
ryuothaurwylth: originally there were just 3 flavors. those have kept their names. all new flavors use 2 words.21:06
ryuothaurwylth: those 3 were: ubuntu, xubuntu, kubuntu21:06
tomreynaldcor: looks like vbox considers the iso file to be locked somehow, not sure. ask in #vbox ?21:06
thaurwylthWas Lubuntu called Lubuntu because Xubuntu exists?21:07
ryuothaurwylth: oh, i forgot about lubuntu... not sure honestly. but the L comes from LXDE/LXQT.21:08
thaurwylthAnd, I guess Edubuntu has to be classified as an original one, even though that one actually had a two word name AT FIRST, hehe.21:09
OerHeksmubuntu would look like mythbuntu, a discontinued mythtv version21:09
OerHeksedubuntu is also discontinued, as an iso21:09
thaurwylthThere was already some talk about this on ##linux, but let's do another round. Is there still a valid way to adjust swappiness through /etc/sysctl.conf ? Does a system even have a default swappiness these days, it doesn't seem to be recorded on my inaugurally created sysctl.conf at least. All lines are commented out and none of the commented lines has a swappiness parameter.21:13
thaurwylthOld source: https://askubuntu.com/questions/103915/how-do-i-configure-swappiness    Some words of warning: https://unix.stackexchange.com/questions/88693/why-is-swappiness-set-to-60-by-default      https://docs.couchbase.com/server/6.0/install/install-swap-space.html21:15
OerHeks"There was already some talk about this on ##linux, but let's do another round. " ...21:15
lordcirth__thaurwylth, yes, vm.swappiness still exists. cat /proc/sys/vm/swappiness21:15
OerHeksgrinn, what answer did you get there?21:15
OerHeksplease post it al on a pastebin21:15
lordcirth__OerHeks, wrong username?21:18
OerHeksfor systemd/18.04 it is sudo sysctl vm.swappiness=1021:20
OerHekshttps://linuxize.com/post/how-to-add-swap-space-on-ubuntu-18-04/21:20
thaurwylthHmmm, does that file need to be created if there is a swap partition available? (Anyways, the earlier discussion has a huge amount of other discussions in between and pretty much the only thing of note is that /proc/sys/vm/swappiness was mentioned, but not a way to change its value.)21:24
OerHeksstandard there is a swapfile now, not a seperate partition, but you can21:25
metabsdHi, I try to downgrade a nvidia driver. I need help to understand my problem.  http://dpaste.com/3CNGCBG21:25
OerHeksmetabsd, what happens when you use 79 ?21:26
OerHeks410.79-0ubuntu1~gpu18.04.121:27
metabsdI have to downgrade. It's a cluster I need all the node similar21:27
thaurwylthDo I need to do something with /etc/fstab to make the swap partition useful?21:28
gps_any comments on this https://github.com/gps-me/cfm21:30
thaurwylth...In the sense that that link has instructions for creating and using a file. But a partition is different from a file.21:30
coconutIs there any alarm clock for mate desktop?21:31
coconutsomething like "xfce4-timer-plugin"21:33
coconutbut for mate21:33
gps_??21:38
vegard1992hey!21:45
vegard1992having trouble with grub, it wont detect windows 10. can only boot into ubuntu! https://ubuntuforums.org/showthread.php?t=241184721:45
=== gps_08 is now known as gps_
OerHeksmetabsd, so you used a ppa for that driver?21:50
OerHeks!ppapurge21:50
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.html21:50
=== nat_ is now known as Natkeeran
OerHeksvegard1992, how is win10 installed, with UEFI ? and how is ubuntu installed? ubuntu can handle uefi just fine, see the uefi manual21:55
OerHeks!uefi21:55
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI21:55
vegard1992OerHeks: i think they are both UEFI, not entirely sure21:56
vegard1992not sure if i had fast boot disabled in windows either21:57
vegard1992because apparently that is an issue21:57
vegard1992in either case, no matter what i do, i cant even get grub to detect windows21:57
OerHeksi think it never will, disable fastboot, and the other inter stuff in the manual, and start the ubuntu usb from the bootmenu in uefi mode, that should work fine then21:59
vegard19920erheks how do i disable fast boot, i cant access windows atm22:00
vegard1992i can only get into ubuntu22:00
OerHeksi don't know, it is a windows thing22:00
lowkeycoat1ive been using 16,04 installed on a usb stick for some time now.. and now id like copy the system files,programs ect to a hard drive, can i use the dd command or is there something else?22:07
xamithanyou can dd for block or rsync for file22:14
thaurwylthI once cloned a disk with simply some version of cp -axv and probably some other handles (not sure but pretty sure about a, as per man page it sounds about right). But that was a long time ago. Then you just have to live boot once to be able to create GRUB on the disk.22:17
lowkeycoat1thats out of my skill set, but a better choice of words than i had, thank you. back to google22:26
SheilongI've just installed ubuntu 18.04.1 lts on my laptop. The sound after install was very low, and after installed the updates and rebooted the machine the sound now is gone. It is using snd_hda_intell sound card.22:26
gvvgI'm running some backup software (backupedge) - it is failing to make recovery media - I'm told that the error message which complains that there are 3 devices in a raid 1 and that LVM and MD are running are linux error messages - to my knowledge I didn't install or configure LVM - I've removed the spare raid 1 hard drive so there should only be 2 devices now - any suggestions to help me make sure that LVM isn't running - I'm not22:26
gvvgfamiliar with LVM22:26
welitonHellow22:38
welitonguys22:38
SlidingHornweliton: Hi!  Do you have an Ubuntu support question we could help you with?22:39
welitonHello, I was wondering if a performance difference between Ubuntu kills 16 to the 1822:41
OerHeksa performance difference .. please explain?22:43
jilocasinevening all22:53
jilocasinDoes anyone have any idea *why* the default server iso from the ubuntu website for 18.04.1 LTS is the *cloud* one?22:54
OerHeks"default" i see the amd64 version, all versions @ http://cdimage.ubuntu.com/releases/18.04.1/release/22:57
jilocasinOerHeks: when you go to this page: https://www.ubuntu.com/download/server and select the first download button you get a version with cloud this and cloud that.22:59
OerHeksopenstack support and maas and such ?22:59
OerHeksthose are options, in the installer, not default22:59
jilocasinOerHeks: for example in the /etc/netplan/directory you get 50-cloud-init.yaml22:59
OerHeksyes, netplan is standard23:00
jilocasinOerHeks: but according to the documentation, the server install should have 01-netcfg.yaml and the cloud install have 50-cloud-init.yaml23:01
jilocasinOerHeks:Also, when I cloned the image I had to update the  /etc/cloud/cloud.cfg file in order to change the name, that file *shouldn't* exist on the server version.23:02
AWestI had my 18.10 Ubuntu desktop internet working with a wireless USB stick for several weeks and now this morning it wont show any wireless options. I thought an update may have broken the wireless driver but it says the driver is still in use. Any ideas?23:02
jilocasinOerHeks:Finally, that version will neither install, nor start without detecting a network connection.23:03
* jilocasin I guess not.23:07
jilocasinAnyone know why the Ubuntu devs thought it was a good idea to let subiquity anywhere near an LTS release?23:08
SlidingHornjilocasin: ask in #ubuntu-discuss or #ubuntu-dev maybe23:08
OerHeksjilocasin, you might want to reask  in #ubuntu-server too23:08
hggdhjilocasin: and please keep in mind you can use the old installer as well23:08
vegard1992i got windows to show up now! :-) but it wont boot23:09
OerHeksnot sure if you should have/usecloud yaml23:09
jilocasinhggdh: It would have been *nice* if they warned you _before_ you downloaded/installed the default image.23:09
SlidingHornAWest: Not sure what your issue could be, myself, but here's a starting point that might be helpful while you wait for an answer: https://help.ubuntu.com/stable/ubuntu-help/net-wireless-find.html23:10
hggdhjilocasin: it is written there.23:10
xamithanGood reason to always use the alternate installer23:10
jilocasinOerHeks: didn't want to.  That's the issue it's *the* default image.23:10
OerHeksanyone reads the releasenotes of the server ..23:10
hggdhanyways, let's get back on-topic, please23:10
OerHeksahem, you say cloud image, i think it depends on the way to access the page, i get a normal amd64 image23:11
SlidingHornAWest: also, you might want to try restarting network-manager   sudo systemctl restart network-manager23:11
jilocasinOerHeks: goto https://www.ubuntu.com/download/server, select https://www.ubuntu.com/download/server/thank-you?version=18.04.1.0&architecture=amd64  get an Iso that installs cloud netplan files and uses cloud.cfg23:12
AWestSlidingHorn its still not showing any wireless options. Is there a way to get a more detailed report of lsusb? I'm curious if the wireless stick itself has died23:14
OerHeksoh oke, the iso is good23:15
AWest"nmcli device" also isnt showing anything but the wired connection and loopback - unnamed23:18
leonarduswhat dns does ubuntu use by default?23:23
hggdhleonardus: whichever one is provided by your ISP and the router's DHCP23:24
SheilongI've just installed ubuntu 18.04.1 lts on my laptop. The sound after install was very low, and after installed the updates and rebooted the machine the sound now is gone. It is using snd_hda_intell sound card.23:29
Sheilongwith headphones the sound works very well23:29
xamithanis it muted in alsamixer ?23:32
Sheilongnot really23:38
srbtUbuntu?23:41
SlidingHornsrbt: this is the Ubuntu support channel.  Do you have an Ubuntu support question?23:42
srbtNo, just testing HexChat... Thank you23:43
jilocasinAnyone know how I can get Ubuntu 18..04.01 server to boot *without* a network connection?23:43
qualityHello, my ubuntu desktop suddenly cannot run sudo or login via ssh. I checked `journalctl -x -e` and found that there is no pam related record anymore after a certain timesopt. I highly doubt whether something related to dbus got wrong. What can I do now?23:47
qualityBtw, systemctl also got freezed after I type-in my password and then press enter23:48
Svetaleonardus, was that helpful? do you have issues with dns?23:59

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