/srv/irclogs.ubuntu.com/2018/12/15/#ubuntu.txt

blackbird1Sven_vB, modifying the EFI folder doesn't work00:00
Sven_vBblackbird1, did you have problems renaming it, or did you rename it but it had no effect on the boot error?00:01
Paddy_NISven_vB, No joy :-(00:03
blackbird1Sven_vB, "no effect on the boot error" just a black screen with the cursor at the top left of the screen00:03
blackbird1Sven_vB, no error is displyed, just a black screen with the cursor at the top left of the screen00:05
Bashing-om!nomodeset | blackbird1 Try :00:09
ubottublackbird1 Try :: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter00:09
yetifuri am trying to run sudo apt-get update but it gets stuck at the prompt where it goes to security.ubuntu.com (i pinged that IP and it connects just fine). I also googled this and some solution refers to disabling IPV6. I did this but it still gets stuck. Please advise00:30
ashkittenhey, i'm trying to get unattended-upgrades to send mail to my email using smtp thru mailgun but i'm not sure how? i tried using update-alternatives to link /usr/bin/mailx to /usr/bin/s-nail but i get the feeling all these instructions are out of date and it's just using sendmail directly instead or something00:31
ryuoyetifur: i've had that happen and it was because my ISP sometimes gives my router incorrect IPv6 settings.00:31
ryuoyetifur: did you try ping -4 and -6 both?00:32
=== Guest61918 is now known as yorick-
yetifur@ryuo, yes.. in fact, went to /etc/gai.conf and edited it there but no dice. Its very odd because I can ping the IP's just fine from the command line. ...so it's reaching ok.00:33
ryuoi don't mess with that file. any output you can share of what APT is saying?00:33
yetifur@ryuo, and I see it cycles to several security.ubuntu.com's IP's..00:33
yetifur@ryuo, not very informative.. it just can't go anywhere..00:34
ryuotry this.00:34
ryuoapt-get -o Acquire::ForceIPv4=true update00:34
yetifurcheking..00:34
ryuoit's always possible that there's a transient network or service outage.00:35
tomreynyetifur: can you post the output of this: pastebinit <(ping -qc3 security.ubuntu.com; echo; ping6 -qc3 security.ubuntu.com; echo; curl -sI4 http://security.ubuntu.com; curl -sI6 http://security.ubuntu.com;)00:36
yetifurno dice. I see the IP is trying to connect to..so I do a Ctrl-C and ping that IP.. it connects just fine. THere must be soething else here.00:36
yetifurtomreyn, sure.. one moment.00:37
ryuoyetifur: in the future, i don't suggest messing with random files under /etc without knowing how to reverse it.00:37
ryuoat least not without diagnosing the cause of your issue.00:37
yetifur@ryuo, trial and error mate. And it was put back the way ti was.00:38
ryuoOk.00:38
tomreynashkitten: i think the supported way is to combine mailx with a locally installed mta such as postfix or exim.00:41
ashkittentomreyn: what i'm seeing now is to replace sendmail with ssmtp00:41
tomreyn"link /usr/bin/mailx to /usr/bin/s-nail" sounds like a dirty hack to me.00:41
yetifurtomreyn, err.. I get single prompt: '>'  nothing more. After it typed 'pastebinit <(ping ..etc00:42
tomreynyetifur: you'll have mistyped something, can you not copy + paste?00:42
ashkittentomreyn: that's how it was before 18.04, with the heirloom-mailx package which did exactly that00:42
yetifur@tomreyn, the host will not copy to the guest. I have to quit and come back inside the instance.. brb.00:43
ryuoand they're gone.00:43
tomreynits good to know what they were discussing a different system and that virtualization or containers were involved, though00:44
tomreyns/what/that/00:44
tomreynashkitten: seeing, where? yopu seem to be followeing some tutorials?00:45
ashkittentomreyn: well, if unattended-upgrades uses sendmail, ssmtp also provides sendmail00:46
ashkittenthe logical conclusion00:46
FreeBDSMI have installed wine repo, I want to build wine, so I uncommented deb-src line in /etc/apt/sources.list. Now when I try to `apt update` I get: `W: Skipping acquire of configured file 'main/source/Sources' as repository 'https://dl.winehq.org/wine-builds/ubuntu bionic InRelease' does not seem to provide it (sources.list entry misspelt?)`00:50
yetifurtomryn can you repost the command pastebin command?00:53
yetifur@tomreyn can you repost the command?00:54
tomreynyetifur: pastebinit <(ping -qc3 security.ubuntu.com; echo; ping6 -qc3 security.ubuntu.com; echo; curl -sI4 http://security.ubuntu.com; curl -sI6 http://security.ubuntu.com;)00:57
tomreynyetifur: also tell us more about the virtualization or container configuration you have there00:57
ashkittentomreyn: yep, worked00:58
tomreynashkitten: so it returned a URL this time?00:58
ashkittentomreyn: i replaced sendmail with ssmtp and it sent the mail00:58
yetifur@tomreyn running virtualbox on my laptop. Two VM's: Centos and Ubuntu00:58
tomreynashkitten: oops sorry mixed you up there00:59
ashkittenit's fine00:59
tomreynashkitten: glad you worked it out. ;-)00:59
FreeBDSMcan apt be used onto https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ this repo?00:59
FreeBDSMI can't make it work01:00
ashkittenprotonmail seems to not be liking the emails i send it tho, gonna have to check that out01:00
FreeBDSMthat repo has sources01:00
FreeBDSMunlike winehq repo01:00
yetifur@tomreyn the network is bridged for both so I can get local IP's to ssh into my instances. The command you posted states that I am missing pastebinit but doing an apt install does not connect.01:01
yetifur@tomreyn, using hexchat in Ubuntu right now, so connectivity  = ok. I must be missing something else here...01:01
calamariI'd like to create a GPT partitioned UEFI bootable USB image that I can copy to an arbitrarily-sized USB stick. How does Ubuntu accomplish this? I can create the image, but when I dd it to my USB, fdisk complains about GPT problems, and it gets stuck in grub rescue.01:02
FreeBDSMI have added `deb-src https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04 ./` to `/etc/apt/sources.list` and now `apt update` tells me `W: GPG error: https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04 ./ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DFA175A75104960E`, but the signature is right damnit there!01:03
EriC^^calamari: you shouldnt be using fdisk with gpt, use gdisk instead, as for the usb, make sure to install grub with the removeable media options01:05
tomreynyetifur: do this instead: sudo apt -o 'Debug::Acquire::http=1' update 2>&1 | nc termbin.com 999901:06
yetifur@tomreyn ahh sending the trace to termbin.com. One moment.01:07
tomreynyetifur: and this:  (ping -qc3 security.ubuntu.com; echo; ping6 -qc3 security.ubuntu.com; echo; curl -sI4 http://security.ubuntu.com 2>&1; curl -sI6 http://security.ubuntu.com 2>&1;) | nc termbin.com 999901:10
tomreynyetifur: if you are able to ssh into the guest system you are having trouble with then you shouold also be able to copy + paste to it01:10
yetifur@tomreyn in order for me to ssh into ubuntu i have to install the ssh package and I can't do that because apt-get update gets stuck.01:11
yetifur@tomreyn This is ubuntu 18.04 desktop. I am wondering if the server version is all I need.01:12
tomreynyetifur: you mean the openssh-server package? i assumed this was already installed since you said "the network is bridged for both so I can get local IP's to ssh into my instances."01:12
tomreynyetifur: when you refer to some system, please point out whether it's the host or guest system, i'm having trouble following. i was referring to the guest system.01:14
yetifur@tomreyn I can ssh into Centos.. but not Ubuntu (i get denied).. so I am assuming sshd is not installed.01:14
yetifur@tomreyn my guests are Centos/Ubuntu. Host: Windows Enterprise.01:14
tomreynssh server is installed on ubuntu server by default, not on ubuntu desktop01:14
yetifur@tomreyn i see. Let me wipe out this .iso then. brb if i cannot ssh. Thank you for your help01:15
tomreynthis issue you're running into is a different one, though, probably a resolver or routing issue. but debugging it will be much easier if you can ssh into the system.01:17
tomreynFreeBDSM: read the message again, apt lack the apt repository GPG signing key, and thus can't verify that the signature is correct (or not)01:18
tomreynFreeBDSM: you'd need to "wget 'https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/Release.key' -O /tmp/wine.key', then ensure you trust /tmp/wine.key to sign this repository, then sudo apt-key add /tmp/wine.key01:21
thatlizdude(thatlizdude) do you guys know if there are any plans to add fractional scaling in Ubuntu 18.04? I'm trying to set the scaling to 250% on 4k, 200% is too small, 300% is too big...01:48
OerHeksthatlizdude, gnome-tweak-tool can do that02:02
OerHeks!info gnome-tweak-tool02:02
ubottugnome-tweak-tool (source: gnome-tweaks): adjust advanced settings for GNOME - transitional package. In component universe, is optional. Version 3.28.1-1 (bionic), package size 1 kB, installed size 12 kB02:02
thatlizdudeis that like a hacky way that could be broken in future updates?02:02
OerHeksno, pretty common tweaktool02:03
OerHeksKDE would have it buildin02:03
thatlizdudeso is KDE better for higher res displays?02:04
OerHeksNo, just saying this option would be standard , even application solely02:10
OerHekshttps://i.stack.imgur.com/bvYXb.gif02:10
thatlizdudeoh yeah, I'm still able to install KDE without reinstalling right?02:11
OerHekssure, one can add any desktop, and choose from login; removing a desktop can be interesting02:15
thatlizdudewhy would removing it be a problem?02:16
GeoHi folks, trying to install 18.04 on a laptop that currently has windows 10 on it (not trying to keep Win10, but I would like to keep the recovery partition just in case). I've tried from both USB and CD now; the partition screen is all jacked up. It doesn't list /dev/sda in the screen (but it does shot in in the 'install bootable partition' drop down)02:16
GeoCan anyone think of a reason it wouldn't show me sda? Some Windows self-preservation method? :)02:18
OerHeksGeo, use a usb to backup that install partition, using the windows tool, would be the safest way, so you can start really fresh. current install might have ExFat, you would need to boot into live session and install 2 files for support, else it might be an UEFI thing02:21
OerHeksexfat-utils and exfat-fuse02:22
thatlizdudethanks man02:23
ryuoGeo: what's the device in question? Some Windows 10 devices don't use SATA devices at all.02:24
ryuoi've seen ones using MMC or even NVMe.02:25
OerHeksgood spot02:25
=== neunon_ is now known as neunon
ryuoi only really saw MMC in the bottom of the barrel x86 offerings though.02:27
ryuousually capped to 32 or 64 GB.02:27
Georyuo: an HP laptop02:31
Geopavilion02:32
ryuoGeo: can't be more specific?02:32
Geohow specific do you need?02:32
ryuoModel # if you have it.02:32
ryuoi'm using a probook 455 g5 myself.02:32
GeoNo, b/c HP doesn't write model #s anywhere anymore02:32
ryuoNot even the bottom?02:32
Geonope02:32
Geoits a brand new one02:32
ryuoTheir business hardware at least still does that02:32
ryuoOh well.02:33
Geono mod #, and the best part was no windows key02:33
ryuoAre you at least able to boot the live CD?02:33
GeoI had to do some stupid powershell to get my own windows key off of it02:33
Geobut now I'm just whining02:33
Geoyeah, live CD works fine02:33
Geofdisk shows the partitions fine02:33
ryuoI can help you poke around for a storage device.02:33
ryuoOh.02:33
ryuoSo the issue is the partitioner doesn't show them?02:33
iosecureEven new HP systems have that information on the bottom case.02:33
GeoThe partitioner in the installer does not show it. It shows the USB stick, though02:34
ryuoso, nothing for /dev/sda shows up? not even partitions?02:34
Geono partitions, and no disk02:35
* ryuo boggles.02:35
Geobut sda does show up in the 'install bootable partition' drop down02:35
ryuoyet, you can run fdisk -l on /dev/sda from a terminal?02:35
OerHeksor windows is shutdown with fastboot, or it is nvme, or exfat02:35
Geoyes02:35
OerHeksfdisk should show something though02:35
GeoOerHeks: ooooh....02:35
Geoyou know what?02:35
thatlizdudeOerHeks: looks like gnome tweak tools doesn't support fractional scaling :/02:35
GeoBecause I couldn't get BIOS running, i selected the 'boot from other media' option in Win 10... would that do it?02:36
ryuoDoes Ubiquity even support installing to NVMe? I've never tried it.02:36
ryuoOerHeks: honestly, you don't really need to keep the recovery partition since Microsoft provides ISOs you can reinstall Windows from if you really need to.02:36
Geolooking closer... sda3 is missing02:37
ryuoerr02:37
ryuoGeo: ^02:37
Geoits 'the big partition'02:37
ryuoGeo: https://www.microsoft.com/en-us/software-download/windows10ISO02:37
Geoor would be if it was there; 950GB or so, of the TB drive02:37
Georyuo: I was thinking the HP drivers might be in there as well02:38
GeoI did that a few years back, still never got all the 'little' pieces reinstalled02:38
Geobut maybe its better since then02:38
ryuoGeo: You can get those from the web site afaik.02:38
ryuoBut if it's that important, you could also make a disk image.02:38
OerHeksthatlizdude, i could do 125% .. or 140%02:38
Geoyeah, just a pain to know which 30 different files you need02:38
thatlizdudeOerHeks: what resolution02:38
OerHeksthat affects windows too02:39
Geoas i recall, there was no 'download this for everything' file02:39
Geoanyway02:39
GeoDid I miss a solution suggestion in there somewhere?02:39
OerHekshttps://imgur.com/a/k9xvhlZ02:39
ryuoGeo: well, it'd help if you pasted your dmesg.02:39
Geok02:39
ryuoSo we can at least see how your storage devices are connected.02:39
ryuoIt's probably using UEFI, so it won't have partition specific locations like BIOS would.02:40
ryuo(bootloader wise)02:40
Geopaste.ubuntu.com/p/Z5FGzf5cc202:41
ryuohttps://paste.ubuntu.com/p/Z5FGzf5cc202:41
thatlizdudeOerHeks: yeah I didn't mean just fonts though02:41
ryuoAh. I think I see why you have an issue.02:41
ryuoGPT: Use GNU Parted to correct GPT errors.02:41
ryuoThe kernel is complaining about the disk's label.02:42
ryuoWeird.02:42
infogulchi upgraded my personal server from 16.04 -> 18.04, and the $HOME/.ssh/ssh_auth_sock file is now owned by root:root instead of me:me which is keeping me from using agent forwarding02:42
ryuoThe numbering is weird too. There's no 3?02:42
ryuoi've only seen that with DOS/MBR labels with logical partitions.02:43
infogulchi don't seem to be able to chown it either02:43
ryuoinfogulch: did you try doing that as root? regular users can't use chown.02:43
infogulchyes, sudo chown02:43
Geoa1 = EFI System, a2 = MS reserved, a4 = MS recovery, a5 = MS basic data02:44
infogulchit doesn't give an error, but it doesn't work either02:44
Geo3 is missing, correct02:44
Geoand that is the 'big' partition02:44
ryuoit looks like your table may have been corrupted.02:44
GeoWindows boots fine though02:44
ryuoHm.02:45
Geoamazing, right? :)02:45
infogulchi'm comparing directly to a pre-upgrade clone of my server02:45
Geomaybe create sd3?02:45
ryuoGeo: did you check for BIOS updates?02:45
Geoer, sda302:45
GeoNo - damn thing boots so fast I can't get into it :P02:45
ryuoYou can do those from Windows...02:46
GeoOh, cool02:46
ryuoOr, you can use windows to get into the firmware.02:46
GeoI'll try that02:46
ryuoTruth is, some modern HPs are able to update BIOS from the BIOS using the ethernet NIC, if you have one.02:46
ryuoMy ProBook 455 G5 has this capability.02:46
ryuoMost of my Linux issues were fixed by the BIOS update from August I got.02:47
Geono bios option i can see02:48
Geo(back in windows)02:48
ryuoGeo: did you try going to HP's website to see if their software finds an availabel update?02:48
ryuoIf nothing else, it's good to use latest BIOS because of possible fixes for issues you may encounter.02:49
Geoi thought you said windows could do it :P02:49
Geosure02:49
Geolooking now02:49
ryuoIt can, but using software provided by HP02:49
Geoyeah, just messin with you02:49
ryuo>.>02:49
GeoI find its good practice to taunt those helping you02:49
Georeally helps the process along02:49
ryuoRight...02:49
OerHekssome fancy hp models have a hdd lock in the bios02:50
ryuopassword protection you mean?02:50
ryuoI think that was an option for this ProBook but I didn't opt for it.02:50
ryuoI installed my own SSDs to replace the crappy HDD they shipped with it.02:51
OerHeksjups, heavy managment, though you would not need to type it in during boot02:51
ryuoI guess I'm weird. I got a customized HP through their web store.02:51
ryuoA lot more options than the regular stores.02:51
OerHeks"i lost the coupon for this model"02:53
ryuolol.02:53
ryuoI just preferred getting a built to order laptop. It takes longer but worth it if you're particular.02:53
Geostill here,just updating02:59
Geomodel is 15-cs0064st btw02:59
Geofun fact, ctrl-alt-s pops up a system window with that info03:01
OerHekshttps://askubuntu.com/questions/1095628/when-installing-ubuntu-on-my-new-hp-pavilion-15cs0064st-the-installation-type-i03:03
OerHeksis your hdd in raid ?03:03
=== mkv is now known as m4v
OerHekswow it even gives screenshots what happens when you change to AHCI03:04
Geook, bios updated03:09
ryuothat's the first step for any new PC, honestly.03:10
Geoin the windows partitioner, the 'missing' partition shows as ntfs03:12
ryuoGeo: did you reboot for BIOS update?03:12
Geoyes03:12
ryuook03:13
ryuoInteresting.03:13
ryuoFound your model's service manual03:14
Geook, got into bios03:15
ryuoHeh. Seems that BIOS update was mainly for: "Provides support for Windows 10 v1809."03:16
ryuoAnyway.03:16
Geolegacy support disabled... do i need that?03:17
ryuoonly if you intend that booting method.03:17
ryuoto use*03:17
ryuoThe only one you may need to disable is secure boot, but you were able to boot before...03:18
Geoyeah, nothing changed... bumped usb up in the boot order to skip any windows loading, still the exact same screen03:20
OerHeksboot in live mode, open terminal: fdisk -l03:21
OerHeksi hope you checked AHCI/raid setting in the bios too03:21
Geosda3 shows up this time in fdisk...03:22
ryuoIt could be that parted won't detect it because of that partition issue.03:22
ryuoCould the BIOS update have helped?03:22
Geo*shrug*03:22
GeoOerHeks: what a I checking?03:23
Geo...other than I don't see anything03:23
OerHekshdd controller mode03:24
ryuoIt's probably AHCI. IDE mode isn't use anymore.03:24
OerHeksthis post mentions raid mode, often a cause for ubuntu not to see hdd https://askubuntu.com/questions/1095628/when-installing-ubuntu-on-my-new-hp-pavilion-15cs0064st-the-installation-type-i03:24
OerHeksbut if you see a partition it should be fine, unless it says exfat03:25
Major_WedgieHello!03:25
Geonone of that03:26
Geoso what the hell now, heh03:26
Major_WedgieWhat?03:27
OerHeksgo use the whole disk, and forget the partition, you can always download the iso with microsoft03:27
GeoI can't even do that03:28
Geosda doesn't show up as an option03:28
Geoat all03:28
OerHeksthen i guess it is raid.03:28
ryuoI have a theory but i've been ignored.03:28
* ryuo shrugs.03:29
Geothe partition thing?03:30
GeoIt's gone03:30
Geothe error03:30
ryuoI see.03:30
ryuoWell, if Ubuntu won't detect it...03:30
ryuoHm.03:31
Geonol i take that back, its there03:31
ryuoI don't normally recommend it, but there's another way to install Ubuntu.03:31
Geogrep'd the wrong term, sorry03:31
ryuoOh.03:31
Geoso how would I use gpt to fix this?03:31
ryuoNo idea. I've never seen the error before. If I were you, i'd nuke the disk label and start over.03:32
Geohaha03:32
ryuoBut that depends on how attached you are to the existing contetns.03:32
ryuoIt appears to be complaining that the backup GPT label is not present.03:33
ryuoThat may be why parted doesn't "see" it.03:33
Geook, ran it and repaired... lets try again03:35
Geovictory!03:36
Geoyou can do the 'i told you so dance' now, if you like ryuo03:36
ryuoI see. So it was parted being overzealous.03:37
ryuo:D03:37
ryuoGeo: fyi, the other install method I was talking about was the manual method I have used before.03:37
ryuodebootstrap.03:37
Geonow we're back in charted waters. All looks good now03:37
Geoyeah... pass on that haha03:37
ryuoit offers installation options that ubiquity cannot provide currently.03:37
ryuoBut, it requires a skilled hand to pull off, so it's not for everyone.03:38
ryuoI used it to get Ubuntu running on ZFS root.03:38
ryuoBefore that I was using it to do the same on my Debian server.03:39
ryuoGeo: i don't advise it if you're not comfortable doing all your partitioning, formatting, etc, yourself.03:39
ryuowhatever it is that's specific for your install.03:40
Geois the rule of thumb still 2x memory for a swap drive?03:41
ryuow/e floats your boat.03:42
ryuoi don't use swap anymore.03:42
ryuoI struggle to use the 16G I have.03:42
GeoI'll be running VMs on here03:43
Geointeresting google answers coming back on this03:43
ryuothen why didn't you go for more RAM?03:43
ryuounless you mean containers.03:43
Ben64i don't have swap, do have 32GB ram, run VMs and stuff03:44
Ben64once you run out of ram, swap or not, things are bad03:45
ryuoand swap isn't a substitute for physical RAM.03:45
ryuoVMs require you to reserve a slice of RAM for the duration of their lifetime.03:46
ryuopart of why I prefer containers if I'm just going to run Linux software...03:47
ryuoGeo: http://h10032.www1.hp.com/ctg/Manual/c0616562903:49
ryuoat some point you may want to opt for the full 16G. I'm using mine with that.03:49
ryuoI sit right now with 50% utilization and that's with some RAM hungry stuff running.03:51
* ryuo shrugs.03:51
infogulchok well i fixed it by changing the owner of the symlink target in /tmp/ssh-xyz/agent.123 and it's parent directory to myself to match the setup in my previous environment. not sure why it was changed to root during the upgrade but there it is03:56
Geoaaaand installer crashed03:58
ryuoGeo: sorry to hear that.03:59
Geoi've never had an install problem before... so weird04:01
Geocrashed a 2nd time04:01
Geo'error copying files to hard disk'04:02
GeoI wonder if I have a bad disk, hence the earlier issues04:02
klu3when my computer says- Hard disk failure is imminent -which hdd is it talking about? it only shows me one of the two here's the screenshot http://bayimg.com/lanhbAAgC04:14
ryuoklu3: there's no way to tell from the limited information. you should check the SMART of both.04:15
klu31st Drive shows western digital which is my ubuntu os, 2nd Drive shows blank, that's where my other data is04:15
ryuoideally from livecd, as continued writing may make this worse.04:16
klu3ryuo: where do i check that, the ubuntu program?04:16
ryuoklu3: smartctl can get that, but it has to be run from a terminal.04:17
klu3oh i already back it up took one hour but i back it up so im safe, was just curious04:17
klu3ok ty will try04:17
ryuowith -a04:17
ryuoif you want help interpretting the results, come back here with the output. someone can probably look at it.04:18
ryuoGeo: no idea. check SMART?04:18
ryuoGeo: though, this is why i sometimes wipe the disks... residual data can do a lot of weird stuff.04:19
Geoyeah, just finished manual format04:20
ryuoeh... not what I meant, but... anyway.04:21
Geoshould bootloader go on sda, or sda1 (my / partition)?04:21
ryuofor UEFI, it'll go wherever your ESP is.04:21
WoCklu3, i would guess the 2nd, as it fails to read any identifier for that disk04:21
Geoand what does that mean, exactly?04:22
ryuoGeo: EFI System Partition. It's the one partition that has to be formatted with VFAT.04:22
ryuo(aka FAT12/16/32)04:22
Geoso a partition, not the disk04:22
ryuoYes.04:22
Geohmm04:23
Geocould it be the / partition? I feel like I've done that before04:23
ryuo... No04:23
ryuoroot partition cannot be the ESP.04:23
ryuoNamely because VFAT is not a unix compatible filesystem.04:23
ryuoIt was created for MSDOS, after all.04:24
ryuoGeo: you're probably confusing it with /boot partitions, a different concept.04:26
Geodamnit. I keep getting the same error over and over.04:26
ryuodmesg say anything?04:26
ryuoIf it was a hardware issue i'd expect a lot of ATA or other IO errors.04:27
ryuoGeo: ok, well, if the installer is still giving you trouble... there's always the last resort method that might work.04:28
Georunning fsck right now, i'll check dmesg in a moment04:29
Geozlib decompression failed, data probably corrupt04:30
Geomaybe I need a new iso04:30
Geohttps://askubuntu.com/questions/65830/errno-5-input-output-error-when-trying-to-install04:30
ryuoCould be.04:30
Geoyep, hash is off04:32
Geoson of a04:32
ryuoNot rare.04:32
ryuoHow*04:32
Geo$ md5sum ubuntu-18.04.1-desktop-amd64.iso04:33
Geo02c5d946778e232ed029ff646a7e6aec  ubuntu-18.04.1-desktop-amd64.iso04:33
Geofrom web: f430da8fa59d2f5f4262518e3c177246 *ubuntu-18.04.1-desktop-amd64.iso04:33
=== capella|away is now known as capella
klu3ryou: thank you for that smartctl program it shows everything i need to know about the hdd including the sata version, it looks like sata3 6Gb/s but only using 3Gb/s, and comparing the two hdd it seems the other one have 3 errors log the other one didnt have any04:34
klu3WoC: figured as much, thanks for confirming04:34
ryuoklu3: i doubt that detail matters. HDDs can't saturate SATA very well.04:35
klu3im going to test it on another computer with latest hardware see if it use 6Gb/s like its suppose to, well im off thnx for the help guys04:36
ryuo... why do they fixate on the version of SATA it actually uses? it doesn't matter much for HDDs.04:37
ryuoi've never seen one exceed 150-180 MB/s04:38
ryuoversion 2 can easily handle that.04:38
* ryuo shrugs.04:38
BrickedInTheHeadCan you hotplug a display in Ubuntu 16.xx? On same gfx deviece04:56
BrickedInTheHeador will everything break04:57
WoCI dare say it depends on which device04:58
BrickedInTheHeadNvidia card using default display drivers04:58
WoCbut then again i'm not quite BrickedInTheHead04:58
OerHeksoften it should work, some hardware could demand plugin before boot04:59
Waylon304:59
ryuo404:59
WoCBut, im thinking it should work04:59
OerHeksif it does not respond in 5 sec, go into settings05:00
Waylon]6305:01
OerHeksgentle smash on the side05:01
BrickedInTheHeadThanks. I'll try when I dont have any tasks open05:01
Geofor those of you playing along at home, a new iso appears to have done the trick05:15
OerHeks:-)05:19
Vivitcoi rodo05:50
VivitI've got a problem.05:50
lotuspsychjeask it in the channel Vivit05:50
VivitI'm typing :p05:51
VivitI just installed lubuntu on a macbook, and I'm trying to get the wifi working, but all the advice I find online asks me to use apt-get, which is obviously useless to me since I don't have internet access in the first place (no ethernet port)05:51
Mcl0vinhowdy folks05:52
Mcl0vini need help with my ubuntu box05:52
lotuspsychjeask your question to the channel please Mcl0vin05:53
Mcl0vinI think something is broken bad https://pastebin.com/A3YssTuW05:53
lotuspsychjeVivit: first of all, it would be nice to get access on a working ethernet connection to update your system to latest, maybe wifi will work then05:53
VivitI said I didn't have an ethernet port.05:54
lotuspsychjea macbook without an ethernet port?05:54
Mcl0vinlotuspsychje: just like Apple new car...no windows :P05:55
Vivityep.05:55
VivitWhat I'm looking for is a .deb I can download, transfer via flash drive, and install manually.05:57
ohjkusb ethernet adapter?05:57
lotuspsychjeVivit: whats your wifi chipset please?05:57
lotuspsychjeMcl0vin: i would first clean your system, before doing the lts upgrade05:58
VivitBroadcom BCM4360 [14e4:43a0]05:58
lotuspsychjeMcl0vin: you need 14.04 to 16.04 i presume?05:58
Vivit(rev 03)05:58
lotuspsychjeVivit: ok, take your liveusb/cdrom and search in the dirs /pool or something to install the broadcom driver05:58
Mcl0vinlotuspsychje: you might laugh but i am not sure which verion i have :( I know i installed it 201405:59
lotuspsychjeMcl0vin: lsb_release -a we dont laugh with ubuntu versions here ; )05:59
Mcl0vinlotuspsychje: i did apt-get clean && apt-get autoclean05:59
VivitThe liveusb?05:59
VivitIs that sort of thing normally included on the ISO?06:00
lotuspsychjeVivit: the braodcom driver does yes06:00
lotuspsychjeMcl0vin: maybe try something deeper, bleachbit, dpkg purge stubborn package, and ppa's removal06:01
Mcl0vinlotuspsychje: been there, tried that .... bash: /usr/bin/lsb_release: /usr/bin/python3: bad interpreter: No such file or directory06:01
Mcl0vinlotuspsychje: ^^ is when i run lsb_release -a06:02
lotuspsychjeMcl0vin: can you recall how you installed those packages? manually? ppa?06:02
OerHekssolution to offline https://askubuntu.com/questions/626642/how-to-install-broadcom-wireless-drivers-offline06:02
Mcl0vinlotuspsychje: i can't remember06:03
lotuspsychjeMcl0vin: allright mate, try the 3 cleaning methods06:03
lotuspsychjeMcl0vin: its reccomended you get apt to not spit out errors anymore, before you lts upgrade06:04
Mcl0vinlotuspsychje: apt-get autoclean && apt-get clean ?06:04
OerHeksautoremove, for all those kernels06:05
lotuspsychjeMcl0vin: no, scroll to the deeper part06:05
ikatamoonshotsmclovin, you didnt run apt-get update before upgrade, its not in the paste?06:05
Mcl0vinikatamoonshots: i did06:06
VivitOkay, I have the liveusb open06:06
Mcl0vinikatamoonshots: you are correct its not in the paste06:06
VivitWhere should I look for the broadcom driver, lotuspsychje?06:06
Mcl0vinlotuspsychje> Mcl0vin: no, scroll to the deeper part <--- not following06:06
lotuspsychjeVivit: did you read the reccomends we just did?06:08
lotuspsychjeMcl0vin: <lotuspsychje> Mcl0vin: maybe try something deeper, bleachbit, dpkg purge stubborn package, and ppa's removal06:08
lotuspsychjeVivit: oerheks pasted you the offline driver installer howto06:08
VivitOh, sorry, didn't see that06:09
VivitI can't find those things in the pool06:09
VivitI'm running lubuntu, not vanilla ubuntu, by the way06:10
ikatamoonshotsmaybe try reinstalling python3 , no idea how to replicate this06:10
Vivitis there a #lubuntu channel?06:10
ikatamoonshotshttps://askubuntu.com/questions/786156/apt-get-update-not-working-due-to-unmet-dependencies/97902206:11
lotuspsychjeikatamoonshots: we dont really know how he installed the packages, and he cant recall neither06:12
lotuspsychjeVivit: broadcom driver in /pool should also be on the lubuntu live media(iso)06:12
lotuspsychjecan you check it please Vivit ?06:13
ikatamoonshots"py3clean not found" has some results on a search , above link is one suggests reinstalling python3, the second answer has a more tricky "fix"06:13
lotuspsychje!info python3-minimal trusty06:15
ubottupython3-minimal (source: python3-defaults): minimal subset of the Python language (default python3 version). In component main, is important. Version 3.4.0-0ubuntu2 (trusty), package size 22 kB, installed size 139 kB06:15
lotuspsychjeworth a try ikatamoonshots06:15
Vivitlotuspsychje I'm checking for it06:16
Mcl0vinlotuspsychje: I am lost. not sure where to start06:16
VivitI can't find it06:16
VivitWhat is it called?06:17
lotuspsychjeVivit: did you read the link OerHeks provided?06:18
VivitYes.06:18
ikatamoonshotssomething like this for a first try id do06:19
ikatamoonshotssudo apt-get autoremove && sudo apt-get update;06:19
ikatamoonshots sudo apt-get install --reinstall python3-minimal  && sudo apt-get install --fix-broken ;06:19
ikatamoonshotssudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade06:19
VivitThe files listed in that link aren't there one the drive.06:19
Vivits/one/on06:19
ikatamoonshotsor just remove python and reinstall it after successful update/upgrade06:19
lotuspsychjeVivit: did you see a pool directory?06:19
VivitYes.06:19
* ikatamoonshots best guess06:19
VivitI'm looking through the pool directory, and it's not there.06:19
ikatamoonshotsgetting rid of python maybe more easy, from what i see its just a python thing06:21
VivitThe packages available in /pool are as follows: grub2, lupin, mouseemu, setserial, shim, user-setup, and caspar.06:21
VivitThat's all.06:21
Mcl0vinikatamoonshots: python3-launchpadlib gir1.2-dbusmenu-glib-0.4 gir1.2-unity-5.006:24
lotuspsychjeVivit: maybe you can grab the lubuntu-restricted-extras on an usb stick and try like that06:24
ikatamoonshots?06:26
VivitThe package catalog on the web describes lubuntu-restricted-extras as "commonly used media codecs and fonts for Lubuntu"06:28
VivitDo wifi drivers count as media codecs?06:29
=== HappyHotDog is now known as DrunkHoHoHotDog
lotuspsychjeVivit: the broadcom driver rests inside the restricted extras06:31
VivitAlright, I installed the restricted extras. Reboot?06:38
lotuspsychjeyes plz vivid06:38
VivitAlright, I installed the restricted extras. Reboot?06:38
lotuspsychjeVivit: can you pastebin sudo lshw -C network please06:41
VivitWhat information do you want from it?06:43
lotuspsychjeVivit: the driver: part at bottom06:44
Vivitum06:44
VivitShould it have "driver: " in front of it?06:45
lotuspsychjeVivit: driver= yes, if not its not installed properly06:46
VivitAt the bottom it says resources: memory:b0600000-b0607fff memory:b0400000-b04fffff06:46
Vivitit must not be installed correctly then06:46
lotuspsychjeVivit: try bcmwl-kernel-source then06:50
Geook, Im stuck on getting grub to install properly07:05
Georunning grub install gives me an error containing "grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.."07:05
GeoThe installer kept failing there07:06
thatlizdudeok I am getting kind of desperate trying to find how to scale my display to 250% because gnome doesn't allow me, it only allows 200% and 300% - is there a way to do this? gnome tweak tools doesn't have this feature07:06
GeoSo I mounted /dev/sda from the live cd, and ran grub-install --root-directory=/home/ubuntu/foo /dev/sda07:07
Geobut I get that error. I have sda1 as fat32, with boot and esp flags set07:07
=== [1]MrMobius is now known as MrMobius
thatlizdudeshould I just switch to KDE?07:08
=== deviad is now known as Deviad
caipiblackHi, I come back about my library problems. So on Ubuntu 18.04, I don't arrive to find the correct library for "gmp", "mpir" and "Qt5Qwt6" this is for build gnuradio from source (i need it from sources). Buton the new ubuntu, There is problems with these libs.08:28
caipiblackFor gmp i tried to install it manually (./configure, make, make install but during the cmake of gnuradio it doesn't find gmp08:29
caipiblackDid someone know how cmake "search" for libraries ?08:29
ikatamoonshotscant reproduce this err on gnuradio build for 18.04 | https://pastebin.com/bdVuCeuv08:57
ikatamoonshotsinstalled pybombs from pip and satisfied other deps during configure with apt and pip - apparently build successful or i miss something08:57
=== capella is now known as capella|away
ikatamoonshotssry, no qt installed, have to check again09:03
lotuspsychjecaipiblack: we advice to use the packages from the ubuntu repos, instead of compiling your own09:05
ikatamoonshotsinstalled pyqt5 and libqwt qt5 - apparently the qt deps are resolved , cant reproduce the err09:15
=== synapt is now known as nate
nekowaiidesuHi.. Not exactly an Ubuntu question specifically but maybe someone can advise09:28
nekowaiidesuIf I have a damaged HDD, trying to make DD image of it. DD estimates 127 DAYS remaining.09:29
rud0lfrather ask a question then look for volunteer to ask09:29
rud0lfo_O09:29
nekowaiidesuIs there anything that can be done? Or should I kill it and send the drive to forensic/specialist data recovery09:29
OerHeksi would not use dd, but dd_rescue, dd_rhelp and GNU ddrescue are better options09:30
nekowaiidesuApologies, I am using ddrescue not d09:30
lotuspsychjenekowaiidesu: scan the whole hd with photorec to recover data, then dont use it anymore09:31
nekowaiidesulotuspsychje, I can try it - but would it not take just as long? P.S. even when I fdisk -l it freezes my machine for like 5 minutes before it shows sdb (the faulty drive)09:33
lotuspsychjenekowaiidesu: save what you can save, before it dies :p09:33
nekowaiidesuJust out of curiosity: Anyone know what the next level of data recovery is? Like how do forensics get stuff of drives that have been opened / heads faulty / platters contaminated etc09:34
lotuspsychjenekowaiidesu: perhaps select photorec filetypes only scan to reduce workflow09:34
nekowaiidesuI've never used photorec. Would testdisk be about the same?09:35
OerHeksgnu ddrescue or dd_rescue makes a difference, use the gnu version https://help.ubuntu.com/community/DataRecovery09:35
nekowaiidesuOerHeks, oooh, I didn't realize. I'll check it out.09:35
lotuspsychjenekowaiidesu: photorec is inside the package testdisk yes09:36
lotuspsychjenekowaiidesu: after install sudo photorec09:43
nekowaiidesu><lotuspsychje> nekowaiidesu: photorec is inside the package testdisk yes09:54
nekowaiidesuMy bad lol :) Then I've used photorec plenty without realising it09:54
=== EriC^ is now known as EriC^^
lotuspsychjenekowaiidesu: well testdisk & photorec have both another goal09:59
blackbird1hi, I try to install ubuntu 18.04 LTS in dual boot with windows 10 on an asus rog from a live usb. After the logo of ubuntu was loaded, the screen blink and some errors are displayed. At that point, the installation doesn't progress.10:00
EriC^^blackbird1: what errors?10:02
blackbird1EriC^^, hard to read them, because the screen blink a little bit fast.10:04
EriC^^blackbird1: try booting with nomodeset and remove 'quiet splash' if it's in the kernel line in grub10:04
blackbird1EriC^^, some errors, that I could read:10:05
blackbird1Couldn't get size: 0x800000000000000e10:05
blackbird1MODSIGN: Couldn't get UEFI db list10:05
blackbird1Couldn't get size: 0x800000000000000e10:05
blackbird1ACPI Error:  Names pace lookup failure, AE_NOT_FOUND10:05
blackbird1and many others10:06
=== SimonNL is now known as _SimonNL
blackbird1EriC^^, the OS (from live usb) stop at this message: "started user manger for 121" and the screen blink in loop.10:18
=== andyhuzhill_ is now known as andyhuzhill
BluesKaj'Morning folks11:01
=== jjavaholic_ is now known as jjavaholic
=== qwebirc57333 is now known as badnick
badnickI haven't been able to get AMD graphics to work in 18.04. It's a system with Intel and AMD graphics. The Intel graphics work fine but when I start something on the AMD card with DRI_PRIME=1, it freezes the entire system for a few seconds13:03
badnickThe error message that appears in TTY1 is variations on [  129.372362] radeon 0000:0a:00.0: ring 0 stalled for more than 11228msec13:03
badnickglxgears runs 75% of the time and freezes the system and crashes the other 25%13:04
badnicki've tried switching to the amdgpu driver using boot options since the card is supposed to be supported by both, but the same thing happens, except that the error message is not ring 0 stalled but a segfault at 0x0 (in Xorg.0.log)13:06
mortI think 18.10 includes a newer kernel with much better support for recent amd graphics chips13:06
badnickI've tried both upgrading to 18.10 and installing mainline kernels in 18.04, but that doesn't seem to fix it13:07
badnickand also makes the entire system lock up a few times per day13:07
badnickso that even REISUB doesn't reboot it13:07
badnickiirc amdgpu doesn't run at all before kernel 4.18, so there is a difference, but ultimately it still doesn't work and the spontaneous freezing is still there13:08
mortI have no idea then, sorry13:10
badnickThanks anyway13:11
badnickI'm beginning to think this might be a bug in the driver13:11
badnickWell, if it segfaults then it probably is, but I can't find any other reports about it13:12
mortit could even be a hardware issue13:12
badnicki thought about that as well, but the card always worked fine in windows13:13
badnickand i think it still does13:13
Sven_vB_badnick, does REISUB work usually? it might be disabled13:21
badnickSven_vB_: yes, it usually works13:23
=== Sven_vB_ is now known as Sven_vB
Sven_vBlooks like blackbird1's problem isn't at boot really, but rather the window manager failing infinitely. is there an easy way to boot into shell-only mode in a default bionic install or would he need to edit the init= kernel parameter?13:28
CrazyHIs anyone else having problems with the GUI in the latest Ubuntu 16.04 being extremely sluggish and lagged out? I have it happen to me on 3 machines in a row all with fresh installs. They were running fine with an older version of 16.0413:46
DbuggerDoes anyone know for a way to automatically connect to a VPN , when I log into my WiFi? I have looked for a solution for months and I got nothing13:56
TJ-Dbugger: Network Manager can do it by default13:59
DbuggerTJ-, "Network manager" comes by default with the distro? Because if it doesnt, I probably do not have it installed13:59
TJ-Dbugger: yes, it's the tool the manages network for desktop installs.14:00
TJ-Dbugger: you'll see the network icon in the notification area; bring up it's menu, choose "Edit connections..." choose your Wifi connection. On the Dialog's "General" (first) tab, there's the option "Automatically connect to VPN when using this connection" which you can enable, and choose which VPN to use14:01
DbuggerTJ-, when I click on the network icon i see this: https://paste.pics/4BUBH14:04
DbuggerI do not find any "Edit connections..."14:05
TJ-Dbugger: Maybe the desktop environment you're using is a dumbed-down version of the network-manager-gnome (nm-applet) ? which Ubuntu release and desktop environment are you using?14:07
DbuggerTJ-, I am using 18.0414:07
TJ-Dbugger: same here, with Xubuntu (XFCE4)14:08
DbuggerI have the original Ubuntu version, not another one14:08
CrazyHUbuntu 16.04. How to solve slow GUI? I tried this: https://www.systutorials.com/241655/ubuntus-gui-response-is-very-slow/     It didn't work :-/14:08
TJ-Dbugger: I guess it must have been dumbed down then; maybe you have to edit connections from a different entry point14:09
DbuggerTJ-, oh wow, I found it14:10
Dbuggeri had to run manually on the terminal "nm-connection-editor"14:10
DaneGeldHi all. I need some help. I'm doing some upgrades for a user who I assist, and one of the repositories is coming up no longer signed and disabled by default.  Anyone know how to fix this please?  The release is bionic, and it's the security repo which is causing problems.14:14
TJ-DaneGeld: can you pastebin the exact report(s) ?14:17
TJ-!paste | DaneGeld14:17
ubottuDaneGeld: 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.14:17
DaneGelddon't worry. looks like it might have been a temporary dns resolution problem. We're upgrading now. If it screws up, I'll come back to you :)14:21
Rodenwhy is the default keyboard shortcurts for ubuntu firefox different?14:33
Rodenhttp://allhotkeys.com/mozilla_firefox_hotkeys.html14:33
Roden"download list" does what ctrl-l is sujpposed to do14:33
OerHeksRoden, who do you trust? that page without certificate, or https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly14:40
OerHeksctrl shft y is what you want14:42
=== capella|away is now known as capella
solsTiCehi. Why do ubuntu software shows me no updates while if I run `sudo apt full-upgrade` there are 87 packages to upgrade ?14:58
coz_solsTiCe,  sudo apt update && sudo apt-dist-upgrade    << maybe?15:00
iosecureOerHeks: While I agree with the sentiment about getting data from the correct source, the fact that a page is presented over a TLS connection does not make the content more trustworthy.15:03
OerHeksthat page might as wel be written for window/osx, i cannot tell15:05
iosecureSure, but that has nothing to do with certificates.15:06
tomreynsolsTiCe: 'ubuntu software' also requires you to refresh apt sources (+ snap metadata), there's an icon on the title bar for this purpose15:07
tomreynthat is, starting 18.04 i think15:07
iosecureTLS in general only provides three assurances: 1. That you are connecting to a system reasonably assured to be owned by the person controlling the domain presented in the certificate. 2. That the data you received is not likely to have been monitored by a third party. 3. That the data you received is not likely to have been modified in transit.15:09
iosecureIt says absolutely nothing about the accuracy or trustworthiness of the content.15:09
=== Butterfly^ is now known as Butterfly-
=== Butterfly- is now known as Butterfly^
BrickedInTheHead[10:11:20 am] <ChatterMan> Hey. Upgrading to TPM + LUX and 18 LTS Ubuntu....15:13
BrickedInTheHead[10:11:33 am] <ChatterMan> Any tool that supports creating uefi bootable usb?15:13
BrickedInTheHeadCant find any for some reason or even clear guide on how to do it manually15:14
OerHeks!usb15:14
ubottuFor information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent15:14
tomreyni think that at least for first-timers the tutorials are actually better than the wiki15:16
tomreynhttps://tutorials.ubuntu.com/ -> search for USB15:16
BrickedInTheHeadThanks15:20
MaoHoshitest15:35
MaoHoshidoes anyone recognize this error ? [[Failed to connect to non-global ctrl_ifname: (nil) error: No such file or directory]]15:35
TJ-MaoHoshi: I've searched my entire sourcecode archive which contains most of the core linux system tools and can't find "ctrl_ifname"15:38
TJ-MaoHoshi: it looked like something from either systemd or iproute2 or the kernel itself15:38
Mcl0vinhello folks , I am not sure what is broken with my system , please PFA my '/var/log/apt https://pastebin.com/mmJiudmL.15:39
TJ-MaoHoshi: looks like it's from wpa_supplicant though15:40
TJ-MaoHoshi: yes, it is: ./wpa_supplicant/wpa_cli.c:51:static char *ctrl_ifname = NULL;15:41
jenenliuhi guys, I am running a laptop, os is ubuntu 16.04, but there is a wired problem, every time I shutdown, my laptop will reboot15:41
jenenliuI try google, but can't fix it, can someone help, thanks in advance15:41
TJ-MaoHoshi: the error report comes from "static void try_connection(void *eloop_ctx, void *timeout_ctx)"15:42
TJ-jenenliu: sounds like a PC firmware ACPI problem15:42
TJ-jenenliu: what is the make/model of PC?15:42
jenenliulenove laptop15:42
TJ-jenenliu: model ?15:43
jenenliuTJ-: it is lenovo m5400, how can I know what model is ?15:45
jenenliuI try to fix it according this, but I even don't have /etc/grub/modules file  https://askubuntu.com/questions/908606/ubuntu-16-04-reboot-after-shutdown15:46
TJ-jenenliu: if the system reboots, that means its own firmware is not handling the shutdown request correctly15:48
jenenliuTJ-: so ?15:49
TJ-jenenliu: you might be able to identify the exact model and firmware versions with "dmesg | grep DMI:"15:50
TJ-jenenliu: there's a possible workaround using the acpi_osi kernel option that might help. See http://iam.tj/prototype/enhancements/Windows-acpi_osi.html15:50
jenenliuTJ-: LENOVO 20281 /20281 QB0, BIOS J6ET57WW (2.02) 11/07/201315:56
jenenliuthis is the ouput of dmes15:56
jenenlius/dmes/dmesg/15:56
tomreynjenenliu: the next step you could have done now would have been to look for available firmware updates for this model. those are usually listed on a "support" section of the website a computer is branded as. in this case it is this: https://pcsupport.lenovo.com/us/en/products/LAPTOPS-AND-NETBOOKS/LENOVO-M-SERIES-LAPTOPS/LENOVO-M5400-NOTEBOOK/20281/downloads/DS03742916:01
tomreynversion 2.03, released 25 Jul 2014, is newer than what you have now. the 'summary of changes' does not list a fix for this issue, though.16:02
jenenliutomreyn: thanks16:02
tomreynso now you can choose to try the bios upgrade nevertheless, or to try the workaround TJ suggested.16:03
tomreyn* potential workaround16:03
TJ-jenenliu: from my research it looks like it is a fairly common problem with many Lenovo models, and there doesn't seem to be any clear solution. There are apparently some options in firmware/BIOS setup that might help. See this thread https://forums.lenovo.com/t5/ThinkPad-T400-T500-and-newer-T/T400-restarts-on-shutdown/td-p/37854316:03
jenenliuTJ-: thanks a lot16:04
TR2990WXusually a hdd is located at .dev.sda but what is the path for a dhd that is connected through a pcie adaptor?16:06
tomreynTR2990WX: /dev/nvme* if it's NVMe16:07
TR2990WXtomreyn: it is normal SATA16:09
tomreynTR2990WX: should still be /dev/sd* then, unless it's some RAID or other 'special' format, or the storage connected there isn't detected because there is no driver loaded for the controller.16:10
tomreynjenenliu: there's a (single) report here by someone stating that disabling secureboot would solve this issue for them https://forums.lenovo.com/t5/Lenovo-C-E-K-M-N-and-V-Series/RESTARTING-INSTEAD-OF-SHUTTING-DOWN/m-p/3632657#M23760 - maybe worth a try.16:14
=== akemacer__ is now known as akemacer
=== DrunkHoHoHotDog is now known as HungoverHoHoHotD
=== HungoverHoHoHotD is now known as HappyHoHoHotDog
=== grumble is now known as \x01VERSION\x01
=== neikey is now known as feng
BrickedInTheHeadfirst formatting drive on windows for EUFI boot and then burning ISO on target machine seemed to work16:48
=== feng is now known as neikey
pennTellerHi guys, I am having a very weird issue on Ubuntu 18.04 where my sound only works if I have the Sound Settings panel open.. Any ideas on how to troubleshoot this?17:05
TJ-pennTeller: that 'sounds' familiar - some time ago someone else reported that but I cannot recall how they solved it17:10
TJ-tomreyn: ^^^ can you recall?17:10
tomreynTJ-: i don't remember someone reporting an audio issue which only existed while the sound settings panel was open.17:11
tomreyn*not open17:11
TJ-I'll search my logs17:13
pennTellerThanks guys17:14
TJ-I've got that vague recollection of this but I cannot find mention in logs, but then again, I'm not sure what search expression is going to find it! It was probably about 2-3 months ago17:24
TJ-pennTeller: you've not been here before with the same enquiry have you?17:24
TJ-pennTeller: maybe I'm suffering Deja-Vue!17:25
TJ-Grrrr, it was you!!17:25
TJ-irc.freenode.#ubuntu.weechatlog:795096:2018-11-10 17:37:29      pennTeller      Guys, I have a weird issue where sound only works if I have the Ubuntu sound configuration panel open. Anybody know what could be causing this?17:25
BrickedInTheHeadhttps://web.archive.org/web/20140818063050/http://www.grounation.org/?post%2F2008%2F07%2F04%2F8-how-to-use-a-tpm-with-linux17:26
BrickedInTheHeadfollowing this atm. But its years old guide17:26
pennTellerTJ-, yes that was me!17:27
TJ-pennTeller: glad I'm not going mad :D so obviously you didn't find the solution17:27
pennTellerTJ-, correct, it stopped happening for a little bit but it came back about a week ago17:28
TJ-pennTeller: aaah, so now at least there's something to correlate to. What happened on the system at the time it recurred? did you use some software you'd not used in a while? some updates to existing packages maybe?17:35
=== _SimonNL is now known as SimonNL
=== TheHonorableKitt is now known as ThKitten
=== daniel is now known as Guest52857
al_nz1I have several intel NUC's that run Ubuntu 16LTS just fine. But my most recent one has a system freeze about every 24 hours. It doesnt do much, I just use it for VPN server.  I tried upgrade/update and that didnt fix it. other ideas?17:53
mohnishCan anyon help? I get an error while running sudo apt update18:01
mohnishW: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/bionic/InRelease  Temporary failure resolving 'in.archive.ubuntu.com'18:01
mohnishW: Some index files failed to download. They have been ignored, or old ones used instead.18:01
mohnishPlease somebody help!18:03
ryuomohnish: is your DNS working?18:05
mohnishWhat's DNS?18:05
ryuomohnish: the means by which domain names are resolved to a usable address. there's a failure to resolve it, so that's why you get that error.18:06
mohnishOh18:06
mohnishCan I use a different domain then??18:07
ryuoif this wasn't occurring earlier, it means some DNS server is either unreachable or malfunctioning.18:07
ryuomohnish: well, you can try using this to confirm from a terminal: host in.archive.ubuntu.com18:07
mohnishThen, I would want to use a DNS server that dosen't let me down18:07
iosecuremohnish: What are the contents of /etc/resolv.conf?18:08
iosecureNamely, is there a line that starts with "nameserver"?18:08
mohnishwait a sec18:08
ryuoif it's 18.04, it's likely the configuration for resolved.18:09
iosecureLikely. But let's start simple.18:09
mohnishnameserver 127.0.0.5318:09
iosecureYup.18:09
ryuoso it is resolved.18:09
iosecureAnd the output of 'networkctl status'?18:09
mohnishWhat does that mean?18:09
ryuook, we should use systemd-resolve to see what's up.18:09
iosecureSpecifically, a line that starts with "DNS:"18:09
ryuomohnish: we're talking about software components of Ubuntu.18:09
iosecuremohnish: I'll explain the mechanics later, after we figure out your issue. :)18:10
mohnishWARNING: systemd-networkd is not running, output will be incomplete.18:10
mohnish●        State: n/a18:10
mohnish       Address: 192.168.43.215 on wlx20e9170b396c18:10
mohnish                fe80::f2ee:e37d:3711:3f73 on wlx20e9170b396c18:10
mohnish       Gateway: 192.168.43.1 (Motorola Mobility LLC, a Lenovo Company) on wlx20e18:10
mohnishmohnish@mohnish-desktop:~$18:10
ryuo...18:10
ryuomohnish: paste bin.18:10
ryuothat's what we meant.18:10
iosecure!paste18:10
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:10
ryuomohnish: it'll remove the quiet in a moment. until then we can't hear you.18:11
ryuook. now it's gone.18:11
mohnishO18:11
iosecuremohnish: Sorry, I should have warned you.18:11
mohnish0_018:11
mohnishThat's alright18:11
iosecuremohnish: This is a desktop, right?18:11
ryuonot surprising. networkd isn't used on Desktop. networkmanager is.18:11
mohnishYes, I'm using a desktop18:12
iosecureryuo: Does networkmanager use resolved?18:12
ryuoiosecure: yes, afaik. i'm using 18.04 desktop18:12
iosecureGood to know.18:12
mohnishIm using Ubuntu 18.0418:12
mohnishIt's Xubuntu18:12
ryuoit relays any DNS servers it knows about to resolved.18:12
iosecureryuo: Wasn't sure how that was configured on Ubuntu, so thanks.18:12
ryuoit changed from usign dnsmasq on 16.04 to resolved on 18.0418:12
mohnishhttps://askubuntu.com/questions/711794/apt-get-update-always-failed-to-fetch18:13
iosecuremohnish: Okay, was there a line that started with "DNS" in that output previously?18:13
mohnishI tried this18:13
mohnishThe link I sent18:13
ryuoiosecure: i think systemd-resolve --status is what we need.18:13
mohnishI think it worked18:13
mohnishI used the clear command18:13
mohnishFrom the link18:13
iosecureThat's not going to be relevant to the issue, but if it's fixed, then great. It's coincidental, but great.18:14
ryuothen it may have been a transient failure in the DNS servers resolved was using.18:14
mohnishhttps://paste.ubuntu.com/p/xjvN6cmJKz/18:14
iosecuremohnish: The error you reported, and the error on that thread, are different.18:14
mohnishReally18:15
mohnish?18:15
iosecuremohnish: That it worked is coincidental. But I'm glad it's working now.18:15
mohnishBut it dosen't show the error anymore18:15
mohnishI was trying to update to ubuntu 18.10, but it shows I'm up to date18:15
ryuothat's the nature of network errors. they tend to be transient, like how servers can come and go without you knowing about it.18:15
iosecuremohnish: Your error was "Temporary failure in name resolution." The error in that thread was "Hash Sum mismatch."18:16
iosecuremohnish: Was the system originally installed as 18.04?18:16
mohnishXubuntu18:16
mohnishI wanna update to 18.1018:16
iosecureYes, but what was the original version you installed?18:16
mohnishIt was 18.0418:16
mohnishI installed my system this year18:17
iosecureThen it will, by default, only look for LTS versions for version upgrades.18:17
mohnishWHAT? But I want 18.1018:17
iosecureI said "by default." Calm yourself, please.18:17
mohnishIs there a way I can get it?18:17
mohnishOkay, sorry18:17
iosecureIn /etc/update-manager/release-upgrades, there's a line 'prompt=lts'. Change it to 'prompt=normal'.18:18
mohnishokay wait a sec18:18
ryuoprobably should try editting it with nano.18:18
mohnishYes, fortunately, I do know how to use nano18:19
mohnishI switched it to "normal"18:19
mohnishLet's run sudo apt update18:20
iosecureThat doesn't do a release upgrade.18:20
mohnishWhat?18:20
mohnishI gotta do sudo apt full-upgrade, right?18:20
iosecureNo.18:20
iosecuresudo do-release-upgrade18:20
mohnishokay18:21
iosecureapt update/upgrade will never change which version you're on.18:21
iosecure18.04 will stay 18.04.18:21
mohnishokay18:21
ducassedo a full-upgrade first, though18:21
mohnishI did full-upgrade 2 minutes ago befor coming here18:21
mohnishIt's doing some stuff18:22
mohnishin the terminal18:22
mohnishiosecure: You here?18:23
iosecureYes?18:23
mohnishIt's doing someting18:23
mohnishI think it's upgrading18:23
mohnish70%18:24
iosecureThat would be the intent.18:24
mohnish80%18:24
mohnishI really gotta learn more about linux, don't I? iosecure18:25
mohnishNow it's installing18:25
ryuoiosecure: networking at least couldn't hurt.18:25
ryuoerr18:25
ryuomohnish: ^18:25
mohnishyeah?18:26
mohnishOMG the next update seems so big18:26
ryuomohnish: i use openwrt for my router. it's basically embedded Linux.18:27
mohnishWhat is that?18:27
ryuomohnish: https://openwrt.org/18:27
ryuothey target a number of consumer routers.18:28
mohnishoh18:28
ryuothough i'm using the x86 port.18:28
mohnishI am learning c++, though, I don't thing it's gonna help me in linux18:29
mohnishI think I gotta learn python18:29
ryuoNo, the language isn't that important for the OS aspect.18:29
mohnishThen, what is?18:30
ryuoI learned with conventional unix languages; C, Shell, AWK.18:30
ryuoi mean, you can do it with any language really.18:30
ryuoShell is perhaps the most relevant.18:30
mohnishDoes that mean you can edit kernels?18:30
mohnishof linux?18:30
ryuoNo. This is just for userspace.18:30
mohnishOh18:30
BrickedInTheHeadmount ssd at boot and root, swap on HDD and rest for /home. Sound good?18:30
ryuoYou need C to actually modify kernel source.18:31
mohnishYeah, that's what I did on my install BrickInTheHead18:31
ryuoSomething that isn't for the faint of heart. I've contributed minor kernel code before, but it was just to expand hardware support to my devices.18:31
mohnishBut my home and swap both were on the same HDD18:32
mohnishryuo: Why didn't you take in to code kernel?18:32
ryuomohnish: Eh?18:32
mohnishI mean, why don't you code kernels?18:32
ryuomohnish: Kernels are complicated beasts, and I don't really care to mess with it.18:33
mohnishUm, okay18:33
ryuoUserspace is complicated enough.18:33
mohnishSo you can make hardware support to your kernel?18:33
ryuoand realistically, there's only a handful of kernels that actually matter outside of academic exercises.18:33
mohnishOh18:34
ryuomohnish: All I do is add my hardware IDs to existing kernel tables, if applicable.18:35
mohnishWhat do you mean "if applicable"? ryuo18:35
ryuoEvery PC is different. Not all require anything to be added.18:36
mohnishO18:36
mohnishOh18:36
mohnishWell, my update is 42% donw18:36
mohnish*done18:36
ryuoBut, my ProBook had audio LEDs that didn't work. However the hardware workaround already existed. The kernel just needed to know that it applied to my model.18:36
ryuoSo I added the hardware IDs and it got accepted.18:36
mohnishOh18:37
mohnishDo the leds work now?18:37
ryuoyes.18:37
mohnishNice!18:37
mohnishEven though I've been using linux for 3 years, I only know little of it18:38
mohnish'Cause I've only used the desktop version18:38
ryuoSo? You can learn Linux from such a system.18:39
mohnishBut, I think it's time to change that,18:39
mohnishYeah18:39
mohnishBut, I haven't been learning, just using18:39
xamithanThis isn't a chat channel guys18:39
mohnishxamithan, sorry18:39
ryuomohnish: they're right. you want to take this to PM?18:39
xamithanPersonally I don't care,  but they'll ban ya18:40
mohnishYEah18:40
mohnishlet's go PM18:40
=== daniel is now known as Guest30178
=== WoC- is now known as WoC
Mcl0vinhello folks , I am not sure what is broken with my system , please PFA my '/var/log/apt https://pastebin.com/mmJiudmL.19:21
=== akemacer_ is now known as akemaccer
=== akemaccer is now known as akemacer
Mcl0vinhello folks , I am not sure what is broken with my system , please PFA my '/var/log/apt https://pastebin.com/mmJiudmL.19:25
HamiltonHow can I prevent accidental mess-ups by `rm -rf /` ?? (preferably an alias .bashrc)19:30
ikatamoonshotshey mclovin, still on that issue obv - did you try the solution described here: https://askubuntu.com/questions/786156/apt-get-update-not-working-due-to-unmet-dependencies/979022 && https://askubuntu.com/questions/814577/cant-install-or-remove-anything-on-ubuntu-16-04-because-py3clean-and-py3compile19:31
ikatamoonshotsguess "py3clean not found"  is the err msg https://www.google.com/search?client=ubuntu&channel=fs&q=py3clean+not+found&ie=utf-8&oe=utf-819:31
ryuoHamilton: rm -rf / isn't something rm will comply with.19:31
ikatamoonshotshamilton, use sudo - normally you dont need to wipe anything with root - if you have too just be careful :P19:33
Hamiltonryuo, so why do people tweet about this?19:34
xamithantweet about what?19:34
ryuoHamilton: old info?19:35
xamithanFive year old+ information ?19:35
ryuo!paste19:35
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:35
ryuoHamilton: https://paste.ubuntu.com/p/phhrg2Svqw/19:35
Hamiltonryuo xamithan maybe...so no need for safe-rm19:36
ryuoat least if that's all you had in mind.19:36
ryuothere's lots of ways to hose yourself. that's just one.19:36
xamithanIf you are running a really old distribution that doesn't make you type in --no-root-perserve maybe19:36
xamithanBut for ubuntu,  its redundant19:36
Hamiltongood :D19:37
HamiltonIs there also a switch or sth to make rm, move stuff to trash?19:38
ryuoNo. "Trash" is a desktop only concept.19:38
ryuorm just deletes it outright.19:38
Mcl0vinHey ikatamoonshots . yes i did and still getting errors19:41
Mcl0vinikatamoonshots: https://pastebin.com/e9igV66t19:44
kgeeWhen logged in with a user which is part of a group, I'm having trouble accessing a file that has rw permissions on the same group. The issue seems so simple but I'm stumped. https://paste.ubuntu.com/p/hYkW6G5ZZR/19:44
xamithandid you log out and back in?19:47
kgeexamithan, yes. I was part of this group weeks ago and things have been working fine in the past. Today I tried to re-add myself to the docker group, then I logged in/out and even restarted the machine19:48
ikatamoonshotshmm, https://superuser.com/questions/1124972/failure-with-apt-get-install19:48
ikatamoonshotssecond answer maybe,19:48
ikatamoonshotshow did you get there, is it a pending upgrade from 14.04 to 16.04 or 16.04 to 18.04?19:48
geirhakgee: does ''groups'' with no arguments list docker too?19:49
kgeegeirha, no, only outputs 'kyle'19:50
geirhaok, so your current session doesn't have that group membership for some reason19:50
ikatamoonshotstrickey because wiping python3 breaks all sorts of dependencies, somewhat clueless here - maybe if everything else fails "sudo dpkg -r --force-depends python3* && sudo apt-get install python3" - maybe others here have better clues?19:50
ghostbusterI'm trying to figure out why I don't seem to be running Wayland on ubuntu 18.04. I have two options at gdm, Ubuntu, and Gnome on Xorg, but no matter which I choose, XDG_SESSION_TYPE=x1119:50
kgeeinteresting. I'm not sure where the permission difference would come from. I'm logged in with a user that has permissions. how could those permissions be reduced in the current session?19:51
geirhagroups shows the group memberships your user had when you logged in19:51
kgeegeirha, so my groups aren't being applied on login? I'm not sure I understand the process here. My user has these permissions, yet logging in and out (or rebooting the machine even) I'm unable to get these to apply19:53
kgeealso, I can use sudo just fine, and sudo group does not come up with 'groups' command19:54
geirhayeah, it sounds odd that your user has no group memberships19:54
xamithanYou don't need to be in a sudo group to use sudo though19:55
xamithanJust in the sudoers file19:55
kgeegeirha, I'm running an ubuntu distro i've added cinnamon to, then moved to kde. I have had some odd issues since, and I suspect there have been some cases where conflicting apps get loaded.19:56
kgeeperhaps this is related, and I'm considering burning this all down and starting with stock kubuntu19:56
xamithanYou running kdm ?19:56
ioriakgee, are yo uusing lightdm ?19:57
geirhacould be something there, but still sounds odd that it should affect group memberships19:57
kgeeps -A | grep lightdm gives me 4 pids19:57
ioriahttps://bugs.launchpad.net/lightdm/+bug/178141819:57
ubottuLaunchpad bug 1781418 in kwallet-pam (Ubuntu) "User not being initialized correctly on login" [Undecided,Confirmed]19:57
kgeeno kdm though19:57
ioriakgee, The user when logged in, seems not be in any group except for its main group .... sounds familiar ?19:58
kgeeioria, very familiar! good catch19:58
kreyrenWhat kernel configuration is required for Xbox360 Controller on ubuntu? just CONFIG_JOYSTICK_XPAD ?19:58
ioriakgee, comment #5 has a workaround19:59
kgeealright, well that seems to be a great lead. However I should probably get more aligned with a more standard kde DM toolkit rather than this messy hybrid setup I've snowballed by accident20:00
ioriaagrre20:01
kgeeMight spend an hour and reinstall it from square one20:01
ioria*agree20:01
kgeethanks for the help!20:01
iorianp20:01
Mcl0vinikatamoonshots: any other suggestions ?20:03
ikatamoonshotssomehow reinstalling python3 is an idea, beside sudo dpkg -r --force-depends python3* && sudo apt-get install python3 or sudo apt-get install --reinstall python3 && sudo apt-get install --reinstall python3-minimal maybe with a ppa another option, idk20:10
ikatamoonshotshttps://askubuntu.com/questions/786156/apt-get-update-not-working-due-to-unmet-dependencies/979022 | second answer on this link eventually - hmm - i probably would just backup and reinstall if this fails too - spending 2 days on such thing is way too much lol20:10
gorbyparkHi! I just install a "minimal" gnome desktop (just gdm3 and gnome-session to start).  I'm trying to get desktop icons to work..I install nautilus and gnome-tweak-tool and clicked on the appropriate slider, but nothing happens...any idea what else I need to install to make that work?20:28
ioriagorbypark, that's vanilla gnome ...20:31
gorbyparkioria: there must be a way, though, right? :)20:33
thirashello guys. gnome notifications doesn't focus always when i click them. (like clicking discord message sometimes focus discord but sometimes does nothing) how can i fix it? any idea?20:34
ioriagorbypark, gsettings get  org.gnome.desktop.background show-desktop-icons20:35
mijkhey on 16.04 I seem to recall after installing Intel's graphic's stack, you could use Intel's graphic util to configure things20:35
mijkin 18.04 this isn't possible?20:35
gorbyparkioria: ok so that is set to true..20:39
gorbyparkbut i still have no icons20:39
ioriagorbypark, ps -A | grep nautilus  paste it20:42
gorbyparkioria: hmm, nothing (unless i open nautilus manually).  i guess i need to somehow have nautilus always running, eh?20:47
ioriai'd say yes20:47
ioriagorbypark, one way (manual) is with autostart (startup applications)20:48
ioriagorbypark, you want nautilus-desktop running20:48
gorbyparkaha, i don't think i even have that installed.20:49
ioriagorbypark, ls /usr/bin/nautilus-desktop20:49
gorbyparkooh, i think that it just required a reboot20:50
gorbyparki have icons! :D20:50
ioriaok20:50
ioriagorbypark, ps -A | grep nautilus   again20:51
gorbyparkyeah i have natulus-desktop running now after a reboot20:52
ioriagood20:52
gorbyparknautilus*20:52
leonardusIs 1440p/4K working well on GNOME yet?20:55
xamithanIt wasn't working well before?  I have not seen any issues20:58
=== capella is now known as capella|away
xamithanSure you got to change your scaling but that is it20:58
leonardusxamithan: I've heard there's issues with high DPI21:00
xamithanThere was,  in 2012 I think21:02
greengameplayerIs this the help channel?21:09
greengameplayerHello21:11
greengameplayerIs this the help channel21:11
coconutyes greengameplayer21:11
greengameplayerWell I need some help21:12
iosecureLet me consult my crystal ball.21:13
greengameplayermy apt is most likely broken21:13
coconutask, there's always someone reading here...21:13
ducasseask your question, with details21:13
Mcl0vincurrently running ubuntu 13.04 and everytime i run 'apt-get update or apt-get -f install it fail and produce errors21:13
iosecureMcl0vin: 13.04 has been unsupported for years.21:14
Mcl0viniosecure: last thing i remember installing it back 2014 :)21:14
Mcl0vinbut i use it almost daily21:14
greengameplayer(Sorry about the nubeish irc skills) I cannot seem to get my apt working. Any operations involving it spits out this error: Err:1 http://us.archive.ubuntu.com cosmic-updates InRelease   503  Service Unavailable [IP: 91.189.91.26 80] Err:2 http://us.archive.ubuntu.com/ubuntu cosmic InRelease   503  Service Unavailable [IP: 91.189.91.26 80] Err:3 http://us.archive.ubuntu.com/ubuntu cosmic-updates InRelease                     21:14
ikatamoonshotsmclovin, you shouldve said that earlier https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-an-old-unsupported-release21:14
iosecureMcl0vin: Doesn't change that it's been unsupported for nearly six years.21:14
iosecureFive years, sorry.21:15
Mcl0viniosecure: so what do you think throw it out the door21:15
ikatamoonshotsyoure best off to install a new ubuntu21:15
iosecureMcl0vin: What ikata said.21:15
Mcl0viniosecure: i hate doing that..quit on a problem like that21:16
ikatamoonshotsthe old repositories as linked are used if you need it to compiule old software - pretty much the only reason that comes to my mind21:16
greengameplayerAre the Ubuntu upadte servers trashed?21:16
greengameplayerI cannot do sudo apt-get update21:16
iosecureMcl0vin: All releases will eventually reach end of life. You need to remain aware of when that is, and upgrade your system to a supported release before this sort of situation arises.21:16
ikatamoonshotsmclovin - hated that too till i took the time to write setup scripts - now it takes 15 minutes to boot a new os21:16
ikatamoonshotswith all apps and setup configs in place21:17
ikatamoonshots*21:17
greengameplayerHere's the pastebin: https://pastebin.com/705uAgVu21:17
Mcl0vinikatamoonshots: it is actually the box that i am using to chat with you folks here so it is still functioning21:18
iosecureMcl0vin: But it hasn't received any kind of security updates in years.21:18
iosecureMcl0vin: So while it may function, it does not function safely.21:18
ikatamoonshotsgreengame "lsb_release -a"21:19
greengameplayerDistributor ID: Ubuntu Description:    Ubuntu 18.10 Release:        18.10 Codename:       cosmic21:19
ikatamoonshotsmclovin - software becomes vulnerable if you dont pull updates - running outdates os is a security and compability issue21:19
Mcl0vinikatamoonshots: it virtual so no worries there and plus i don't have anything to hide heheheh21:21
greengameplayerikatamoonshats Output: Distributor ID: Ubuntu Description:    Ubuntu 18.10 Release:        18.10 Codename:       cosmic21:21
Mcl0vinikatamoonshots: so i can spin another one in a matter of minutes ...i just hate the feeling21:21
greengameplayermoonshots*21:21
Mcl0vinikatamoonshots: iosecure plus everything point to python3 being the root cause21:22
iosecureMcl0vin: Security is more than just hiding things.21:22
greengameplayerbrb21:23
iosecureMcl0vin: It's also to ensure that your system does not become a vector to attack others. You need to upgrade to a supported release, period.21:23
iosecureWhether that's a multi-step upgrade or a reinstall is up to you, but you need to do one of those two things.21:23
Mcl0viniosecure: yes that is what i am trying to do , upgrade but ran into all those issues21:23
ikatamoonshotsmclovin - there are a gazillion reasons to upgrade -  and vm is not equal security https://en.wikipedia.org/wiki/Virtual_machine_escape21:23
iosecureMcl0vin: The problem is that even the subsequent release is out of support.21:24
iosecureMcl0vin: A reinstall may be your best bet.21:24
greengameplayer_Ok i'm back.21:26
* Mcl0vin eyeballing - Ubuntu Server 18.04.1 LTS21:26
Mcl0vinit fails everytime i try to install it21:26
ikatamoonshotshow does it fail, there isnt much you can do wrong xD21:27
iosecureSeriously, it's the easiest installer I've ever seen.21:28
greengameplayer_ikatamoonshots The output is: Distributor ID: Ubuntu Description:    Ubuntu 18.10 Release:        18.10 Codename:       cosmic21:28
ikatamoonshotsive read it green - https://askubuntu.com/questions/711794/apt-get-update-always-failed-to-fetch | https://www.google.com/search?client=ubuntu&channel=fs&q=failed+to+fetch+service+unavailable+ubuntu+18&ie=utf-8&oe=utf-821:29
Mcl0vinikatamoonshots: iosecure download fail21:29
greengameplayer_Oh sorry21:29
greengameplayer_i'll poke around and see what i can find, thx21:31
ikatamoonshotsxD21:31
Harishello all21:33
greengameplayer_i searched for 503 error but didn't think to search my version21:33
HarisI'm getting the following errors21:33
Harishttps://pastebin.com/LPttMCdg21:33
HarisI updated my datadir for mysql. added that path to /etc/apparmor.d/usr.sbin.mysql . reloaded apparmor with sudo aa-enforce /etc/apparmor.d/* . but still getting these error(s) in repitition when I try to start mysql on Ubuntu 14.x21:34
Hariswhat did I miss?21:35
tomreynHaris: the error log file location apparently.21:37
Harishmm21:37
HarisI changed that one too21:37
tomreynwhy?21:37
tomvolekhi all: just installed 18.08 and using Mate desktop,  moving windows are so darn slow . any clue ? I have 64G RAM on an HP proliant server21:38
tomreynHaris /var/log/mysql/error.log is the default location for the error log. moving the mysql data dir elsewhere shouldn't change where it logs to, unless you want / need to change where it logs to?21:38
Harislet me put it back to default21:39
Harisactually its the bin-logs that I want to go to separate volume21:39
Harisif that's going to the separate volume, I put the main dbms log there too21:39
Harisso yes, changing path from default to custom21:40
Harislog_error = default. log_bin is going to separate vol right now21:40
greengameplayer_Okay, tried everything that ikatamoonshots' link said, nothing worked21:41
ikatamoonshotson the phone, brb21:42
tomreynHaris: so you'll need to have both paths (one for normal error logs, the other for bin logs) on the apparmor profile.21:43
Harisok, error log file was not explictly in that file21:43
Harissudo aa-logprof auto-fixed it21:43
tomreyntomvolek: there is no "Ubuntu 18.08", i'm afraid.21:43
tomreyntomvolek: usually server hardware comes with very limited graphics cards, since... it's servers.21:44
tomreyntomvolek: if you need to run this as a desktop / workstation (and like the sound of it next to your desk) then i'd suggest adding a dedicated graphics card.21:45
greengameplayer_(off-topic) I actually have a server next to my desk, and the server is in the room I sleep in. I got used to it about a month ago.21:46
Harishttps://pastebin.com/ucMY4cHV21:48
Harisnow getting a different error I believe. don't understand what though21:48
tomreyngreengameplayer_: about your apt repository cache failing to update with 503 errors, this can be the result of a misconfigured proxy cache on your end, but there are several other possible explanations. do you have "pastebinit" installed? run: pastebinit -v21:48
tomreynHaris: i don't see an error there (not after 02:31:48) other than mysqld existing quickly with status 121:51
Harisyep. that didn't make sense21:51
greengameplayer_tomreyn: Yes, pastebinit v 1.521:51
tomreynHaris: nothing on mysql's error log?21:51
Haris181216  2:51:20 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist21:51
Hariskilled the base dbms installed files on pkg install. afair they need to be there or I need to re-install the pkg or do something else to make it work?21:52
tomreynlooks like mysqld isn't finding the "mysql" database21:53
greengameplayer_tomreyn: Changed the DNS server to 8.8.8.8, no changes21:58
frealgaguquit21:58
tomreyngreengameplayer_: post the output of this, please: sudo /bin/true && pastebinit <( ping4 -qc3 security.ubuntu.com; echo; ping6 -qc3 security.ubuntu.com; echo; curl -sI4 http://security.ubuntu.com; curl -sI6 http://security.ubuntu.com; sudo apt-get -o 'Debug::Acquire::Http=1' update 2>&1; )21:59
greengameplayer_It's running22:00
tomreyndns isnt really an issue there - your system had resolved security.ubuntu.com to 91.189.88.162, and this matches one of the ipv4 addresses it resolves to for me.22:01
greengameplayer_tomreyn: several error messages appeared, all of them were about curl not installed, but I can't install it22:01
tomreynoh, right, i was thinking it was installed by default. i guess you'll have wget, though.22:02
greengameplayer_Yes, most likely22:02
tomreynmaybe let's just see the apt-get output for now22:02
greengameplayer_I do, just checked22:02
tomreynso this: sudo /bin/true && pastebinit <( sudo apt-get -o 'Debug::Acquire::Http=1' update 2>&1; )22:03
Harisok, ran mysql_install_db. that created the base dbms files. also generated the mysql db22:03
Harisnow mysql is running22:03
greengameplayer_output: http://paste.ubuntu.com/p/pFQ6zW4K8w/22:04
Haristhank you all22:04
tomvolektomreyn : sorry got distrcted,  I want to run this as a server but temporarily i installed the desktop.  This HP proliant server is about 10 years old, found out the graphic driver is: configuration: driver=radeon latency=64 mingnt=822:05
tomvolektomreyn: using lubuntu desktop is slightly faster but not by much22:06
tomvolekTrying to see if I can find an update to the graphic driver from manufacturer radeon22:07
tomvolekhttps://help.ubuntu.com/community/RadeonDriver22:08
tomreyngreengameplayer_: that's most definitely a proxy server on your end or close to your end which is getting in the way.22:10
tomreyngreengameplayer_: i can get there fine using: curl --resolve us.archive.ubuntu.com:80:91.189.91.23 --user-agent 'Debian APT-HTTP/1.3 (1.7.0)' http://us.archive.ubuntu.com/ubuntu/dists/cosmic/InRelease22:12
tomreyngreengameplayer_: your computer or (more likely) something on your LAN modifies / responds to your requests, so a transparent proxy.22:13
tomreyngreengameplayer_: are you in a special environment where such might happen, such as a company or wireless network?22:14
tomreyn*shared wireless22:14
tomreyntomvolek: which server hardware is this exactly?22:15
tomreyntomvolek: alternatively, what's the output of: lspci -knn | grep -A3 VGA22:16
tomvolektomreyn: HP proliant ProLiant DL385 G622:16
tomvolek00:03.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] ES1000 [1002:515e] (rev 02)22:16
tomvolekSubsystem: Hewlett-Packard Company ES1000 [103c:31fb]22:16
tomvolekKernel driver in use: radeon22:16
tomvolekKernel modules: radeonfb, radeon22:16
tomreynwell that's a minmalistic server gpu22:16
tomreynso what i said before holds true22:17
tomvolekya, i am goign to use this as a server to run openstack  kafka, etc in my home lab.22:17
tomreynthen why do you need a graphical desktop on it?22:17
tomvolekbut wanted to run a minimal desktop on it till i get things setup .. then get ride of the desktop22:17
tomvolekjust ease of use , copyig and pasting from two difffent windows, etc.22:18
tomvolekoh well22:18
tomreyngreengameplayer_: please note that my irc client is set to ignore any direct messages by default, please talk on the channel.22:18
tomvolekthanks for your comments22:18
tomreyntomvolek: use a graphical scp client, install openssh server on the hp22:19
tomvoleki have installed openssh already ..22:19
tomvolekdo you have a sco client in mind ?22:20
tomvolekthats aa good suggestion22:20
tomreynwhich OS will your scp client run on?22:20
tomvolekI am using a mac on my home wireless lan ..22:21
tomvolekall have 4 servers in this lab thing all running ubuntu 18.0422:21
tomreyncyberduck then, i think, but i'm not so much into macs22:21
tomvolekok thanks22:21
tomvolektomreyn: one more question, once I install openstack, as you know it has its a dashboard ,,,22:21
tomvoleksince I wont have a desktop on this HP server .. do you know if I can run opnestack dashboard remotely ?22:22
tomvolekie look at the dashboard on a remote host ... i guess i need to ask this on openstack room :)22:22
tomvolekthanks man ...22:22
tomreyntomvolek: openstack is a massive software, are you familiar with its management? maybe start with something smaller instead?22:23
tomvolekwe installed and ran it at work .. but what do you suggest ?22:23
tomreyntomvolek: what are you trying to achieve?22:23
tomvolekbasically I am trying to learn all these thigns which I had not had time or access at work :)22:23
tomvoleksetting up a small cluster here, I got cisc switches , cisco firewall and 4 server node behind it.. all are up22:24
tomvolekstarting to install the services I want to play with like openstack and Kubernetees, casandra , kafka , etc22:24
tomvolekI have lots time on my hand :)22:25
tomreynok, hmm, 4 servers should be a good foundation in terms of hardware, but unless you're already into such complex architectures i'd just start with setting up a qemu+kvm host, managed by libvirt or something22:25
tomreynor keep trying with openstack and see how far you can get. ;-)22:26
tomvolekya, we used kvm with libvirt at work .. now I am trying to use things which i had not used before ..22:26
tomvolekexactly no harm in failing :)22:26
tomreyndepends, companies have gone bankrupt over trying to make openstack work for them.22:26
tomreynbut this was some years ago, maybe things look better now.22:27
tomvolekfew of my coworkers did it at our shop 10,000 server, its up for two years very nicely22:27
tomreynfirst of all i suggest you ask more questions in an openstack channel and in #ubuntu-server22:27
tomvoleki will22:27
tomvolekya this equipment is left overs from work so graphic card is old, i am sure thats the problem22:28
tomvoleki will tear down the desktop and try to use one of the clients you suggested22:28
tomreynhp g6 is also kind of old now. but as long as you dont need to run a graphical desktop there it should be fine22:29
tomvolektomreyn: where you at ?22:29
tomvolekya it is .. its AMD based , it waa cheaper , so our shop was all AMD,  our platform is a VOIP call center ..22:29
tomvolekit has 12 core total , so its good for what i want to use22:30
tomreyncool, good luck!22:30
tomvolekthanks mate22:31
tomvolekthanks for helping others :)22:31
tomreynyw22:31
elias_aI have a large amount of mpg-files in a directory. Name format of the files is nnnnnn.mpg How do I write a list of them so that they in ascending number order?22:35
iosecureelias_a: Are they all six digits, or does it go 9.mpg to 10.mpg, etc?22:36
elias_aiosecure: They start from 2 digit numbers, end with 6 digit numbers. Not all of the numbers are used.22:37
iosecureelias_a: ls -1 | sort -n22:38
iosecureWill sort in numerical order instead of lexical.22:39
elias_aiosecure: TY!22:39
greengameplayeri'm back22:42
greengameplayerYou were right22:42
tomreynelias_a: there are people who say you should use find rather than ls for batch processing (i don't remember the reasoning). here's a 'find' approach, if not a great one:  cd directory_containing_mpg_files; find -maxdepth 1 -type f -name '*.mpg' | cut -b3- | sort -n22:44
greengameplayertomreyn you were right ; as soon as I got on my phone hotspot it worked22:45
tomreyngreengameplayer: okay, glad you got a workaround. maybe the environment you were in beforehand runs a local apt repository and tried to redirect the traffic there (but failed).22:46
elias_atomreyn: Thanks - I will try that too.22:47
elias_aI'll probably ask you people more after a good night sleep...22:48
tomreynelias_a: please do!22:48
elias_aI am trying to join these short video files to a few large files...22:48
GoopHey, I have been looking for a stupid stupid stupid simple paint program for Ubuntu, but I can't seem to find any. Nothing seems to be as good as Microsoft paint.22:49
elias_aThey are actually short surveillance camera video clips of northern bats in a breeding colony.22:49
elias_aLike this: https://www.youtube.com/watch?v=C80AdEsYxcs22:49
tomreynelias_a: i'm not good at video editing, but i assume ffmpeg may be the desirable utility for it.22:50
elias_aI really have a _lot_ of them. :)22:50
greengameplayertomreyn: I don't think so, the IT guy is a bit scared of linux b/c you can use it for purposes OTHER than school... But it confuses me to no end why he would block only updates22:50
elias_atomreyn: Yes - mkvmerge should also do the job.22:51
elias_aGoop: Have you tried Krita?22:52
iosecuregreengameplayer: Sounds like your IT guy is an idiot.22:52
Goopelias_a, yes. It is too complicated.22:52
Goopelias_a, I need Microsoft Pain level of simplicity.22:52
elias_aGoop: Pinta?22:53
Goopelias_a, I will try tha .22:54
Goopthat*22:54
elias_aGoop: Gnome Paint is even more simple.22:54
elias_aGoop: https://askubuntu.com/questions/36577/is-there-a-program-like-microsoft-paint22:54
tomreyngreengameplayer: if he's blockig those requests intentionally then he's sending the wrong status / error code. 503 is for when things broke on a server. he should be sending a 4XX stauts if it's a policy based decision not to serve this.22:55
elias_aNow - good night from SW Finland - take care!22:55
tomreynelias_a: bye bye22:56
greengameplayer_tomreyn: Lol! I'll send an email to him about it... Most likely will start like: "Could you please allow Ubuntu update traffic? If not, then please start sending the correct error code."22:59
tomreyngreengameplayer_: sounds reasonable. if i was you i'd try to talk to them in person if that's an option, to get the fuller explanation in case there are things they could not express in written form.23:03
greengameplayer_@tomreyn: Okay, will do. I like the idea that he was accidently blocking traffic, but i'll ask.23:04
tomreyngenerally if this is a policy it seems like a weird one, and they should probably check with people here about better strategies to achieve what they want to achieve.23:04
tomreynif you wanted to work around it you could probably just pick any other archive mirror and use that instead23:05
tomreynhttps://launchpad.net/ubuntu/+archivemirrors23:05
greengameplayer_Ah,yes. It would be more effective to add a total block of traffic execept for Windows traffic, but IDK.23:06
greengameplayer_Thx for the workaround tip23:06
Major_WedgieWelcome back123:08
ikatamoonshotshey green, guess your issue was solved?23:09
greengameplayer_Yeah it was, thanks for asking.23:10
greengameplayer_The school network i was connected to was blocking update traffic23:11
ikatamoonshotsomg, read that23:12
ahi2anyone have shutdown freezes problem on 18.04? acpi=force in grub didn't work.23:15
tomreynahi2: i don't, but maybe tell us more about it: what's the hardware. which ubuntu release exactly, fresh install or upgrade?23:16
ahi218.04 on acer aspire 4750g laptop23:17
ahi218.04.123:17
ahi2fresh install23:17
tomreynis this an amd ryzen one?23:17
ahi2it is i3 with nvidia-39023:18
ahi2could it be nvidia?23:18
tomreynby "shutdown freezes", do you mean that it freezes after you initiated a software shutdown?23:18
ahi2yes and during shutdown it says power-off started and then just hangs23:19
tomreyn4750g seems to be a series, there are many different submodels23:19
tomreynbut i guess its cleanr enough for now23:20
tomreynahi2: what does this report (should be just one line, you can paste it here)? dmesg -t | grep ^DMI23:21
ahi2im on a different computer typing this23:22
tomreyni see. well make sure you got the latest firmware installed on it.23:22
tomreynthis may also help: http://iam.tj/prototype/enhancements/Windows-acpi_osi.html23:23
ahi2i read that it might be 4.15... kernel23:23
tomreynwhy wre you using acpi=force, does it not use acpi by default?23:25
ahi2acpi=force was not in grub but what i googles said to try acpi=force23:25
tomreynso i guess i'm asking "what did you google?"23:26
ahi2here is one old one - http://www.ahfx.net/weblog/16023:27
tomreyni suggest you boot it with default kernel parameters and upload dmesg23:27
GeoHi folks, I'm trying to install ubuntu on a new laptop, but grub won't install at the very end. Where/how should I start troubleshooting this?23:27
ahi2ok thanks tomyren23:28
tomreynahi2: this articles is apparently 9 years old. is your computer this old?23:28
ahi2no but it was an example i found. https://askubuntu.com/questions/764568/ubuntu-16-04-hangs-on-shutdown-restart23:28
Geoboot/efi/EFI/ubuntu/grubx64.efi: Read only system23:29
gambl0remy laptop has a two cameras. the infrared camera and the webcam itself. every time i open up an app that requires the webcam it always uses the infrared webcam which just displays a green screen. anyone know how to switch to the built in webcam instead? thanks23:29
Geogambl0re: Can't help, but very curious- why an infrared cam?23:29
gambl0rei dont know. the laptop came with it23:30
GeoI just can't imagine why a user would want one, or what it would be used for on a laptop. ... or what manufacturer thought that was a market niche, heh23:31
GeoWhat brand?23:31
gambl0reGeo, https://i.imgur.com/241nof1.jpg23:31
gambl0reand this is what it looks like23:32
gambl0rehttps://i.imgur.com/VITGZYM.jpg23:32
Geowierd :)23:33
tomreynmaybe it's means as an IR signalling receiver to use the laptop for presentations? indeed special.23:35
Geotomreyn: good thought, for a remote or something, yeah23:35
GeoTV tuner23:35
tomreynhmm no its actually for facial recognition23:36
ikatamoonshotsdell latitude 13 3000 | Finally, for added security, the laptop comes with an infrared webcam that supports Windows Hello out of the box.23:36
ikatamoonshotshttps://www.techradar.com/news/mobile-computing/laptops/dell-s-new-2-in-1-latitude-laptop-adds-security-ir-camera-132872223:36
irwissit's likely so you can't put a photo in front of webcam and have it unlock the account23:36
iosecureCorrect.23:36
GeoHi folks, I'm trying to install ubuntu on a new laptop, but grub won't install at the very end. Where/how should I start troubleshooting this? In dmesg I see an error "boot/efi/EFI/ubuntu/grubx64.efi: Read only system"23:37
gambl0recan anyone help me or what?23:37
iosecuregambl0re: So the other camera just doesn't appear?23:37
ikatamoonshotsmaybe you can disable it in the bios?23:38
gambl0rewait nevermind it works. i had to look in the settings. thanks23:38
gambl0rei dont know why they wouldnt use the built in webcam by default.23:39
iosecureBecause Linux sees the IR cam as another built-in webcam, and it might have a lower device or bus ID.23:39
gambl0reoh alright23:39
iosecureSo because it was detected "first," it uses that as the first option in the list.23:39
gambl0rei see thanks23:39
GeoHmmm... do i need to disable secureboot to install grub?23:41
tomreynGeo: reboot into windows and make it shut down properly / cleany, always.23:41
Geowindows is gone23:42
Geoim talking bios23:43
iosecureWe know that.23:43
iosecureNot shutting down cleanly can leave any filesystems that Windows used in a dirty state, and Linux will refuse to write to them.23:44
iosecureEven though you've removed Windows, that filesystem is still there. It likely needs to be reformatted.23:44
Geoi've done that as well23:44
GeoSo my question was, do I need to disable secureboot in the bios?23:45
tomreynGeo: generally ubuntu works fine with secureboot, but there are bad / broken uefi implementations. the issue you're probably facing is that you have a broken fat file system on the efi system partition (ESP) currently, which prevented the installer from writing the grub stub there.23:47
iosecureGeo: No. And that won't cause the error you're getting.23:47
Geoso what steps would you suggest I take to start trying to fix this?23:49
iosecureReformat the ESP and try the install again.23:49
GeoSo I feel like I've done that once, but perhaps not correctly- is it possible to do that from the installer, or do I need to drop to the terminal first, then re-run the installer?23:50
GeoThe installer doesn't seem to let me click the 'format' button when re-adding a partition there now23:50
iosecureTerminal.23:50
iosecuremkfs.vfat -F32 /dev/sda1, or something similar to that invocation.23:51
Geoyep, thanks23:51
GeoI'll try again23:51
tomreynGeo: run this after booting off the ubuntu installer / live iso and tell us what the output is: sudo /bin/true; DEVICE=$(sudo blkid | awk '/ LABEL="ESP" / {print $1}' | tr -d ':'); echo "ESP device: $DEVICE"; echo; sudo fsck.vfat -vVa $DEVICE23:51
iosecuretomreyn: Why is everything you suggest some Rube Goldbergian shell insanity?23:51
iosecuretomreyn: There is something to be said for simplicity.23:51
tomreynGeo: or recreate the file system, if there's nothing else there that needs to be preserved.23:52
GeoI get a 'permission denied' when trying to format now23:52
tomreyniosecure: Geo doesn't know how to fsck, so i'm providing a tested approach to do it.23:52
Geowhich would make sense if it is in a read-only state23:52
ikatamoonshotsin another place i read to set boot in bios to legacy https://askubuntu.com/questions/760982/grub-installation-failed-ubuntu-16-04-fresh-installation-unable-to-boot-form-us && https://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/how-to-install-ubuntu-18-04-lts-bionic-beaver-on-uefi-and-legacy-bios-system.html23:52
tomreyniosecure: your approach would remove any other boot code, so it's not that easy.23:53
Geo'unable to open /dev/sda1: Permission denied'23:53
iosecuretomreyn: He's trying to install Ubuntu on a system with nothing else. What bootcode needs to remain, exactly?23:53
iosecuretomreyn: Please stop overcomplicating things as a way to show off.23:53
iosecureGeo: Make sure it's unmounted, and if the shell isn't running as root, prefix the command with sudo.23:54
tomreyniosecure: please don't ignore possible side effects of the assumptions you're making.23:54
Geoiosecure: I booted off of a usb; sda1 isn't listed in mount23:55
Geooh crap23:55
Geosudo.23:55
Geothought i was root23:55
iosecure:)23:55
Geook, formatted23:55
tomreyniosecure: one example for things you may want to preserve is an efi shell, another a firmware update mechanism,yet another a persistent 'live OS'23:55
iosecureNow, I'd suggest rebooting, and trying the installation again from the beginning.23:55
GeoThis is my first repurpose of a Win10 laptop... it really gets in there now23:56
Geofirst rule of skynet is self-preservation...23:56
iosecureWindows could have simply marked the filesystem as dirty. Marking the ESP for formatting in the installer does not ACTUALLY format it. I've run into that issue previously.23:57

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