/srv/irclogs.ubuntu.com/2018/11/20/#ubuntu.txt

ExterminadorI have a really small (not bigger than a thumb) USB 2.0 of 32Gb and I was considering in installing Xubuntu into it or even Lubuntu00:00
TJ-Exterminador: the biggest concern you should have is how fast it is to move data; some can be really slow and that isn't useful to support a GUI, but is probably fine for console/shell only.00:02
apemanTJ-: For an office PC that I'll be remotely accessing as well, would it be more typical to be using "suspend" or "hibernate" when the computer is idle?00:02
TJ-Exterminador: that in turn can sometimes depend on which type of USB controller it is attached to (USB2 vs USB3)00:02
Exterminadorwell, I'm quite sure I don't have any USB3 ports. usually they are blue, right?00:03
TJ-apeman: I'd think S3 suspend would be best, because you can use Wake-On-LAN to wake it up instantly if required, whereas WoL from hibernate could be problematic (hibernation/resume is still an iffy area)00:03
TJ-Exterminador: yes00:03
Exterminadorthen, they're all USB200:04
ExterminadorI believe that an external SSD would be better for what I'm thinking00:05
stn616Exterminador: flash drives have limited life compared to ssd which have algorithms to write cells randomly a usb stick doesn't, constant write operations on a usb stick will kill it fast00:09
Exterminadorstn616: noted. :)00:11
apemanIs it necessary to have a /boot partition for Ubuntu 18?00:24
OerHeksapeman, 18.04 standard installs in one partition, including swapfile, not swappartition.00:26
compdocfor uefi, I think so. without uefi, it still has a bootloader00:26
EriC^^apeman: no00:31
apemanOerHeks: I'm installing on SSD and HDD so trying to figure out what I need to do00:32
ryuoapeman: the UEFI partition compdoc mentions isn't a regular /boot partition.00:35
ryuoapeman: but, yes. it's basically the substitute for the MBR.00:36
ryuoapeman: you need that plus whatever partitions you're using for the actual system.00:36
apemanDoes it matter which order you create partitions?00:48
TJ-apeman: not usually, although some older firmware want the boot-loader near the start of the device (before 2GB)00:49
stn616actually that's one of the problems I was having, I created a 100M partition for boot and the installation failed, took me a few hours to realize I needed a bigger partition for boot00:55
stn616imagine that 170M just to store a few kernels and grub...00:55
stn616apeman: you need at least 200M for boot and 260 for efi (vfat) if you are going to dual boot with windows00:58
TJ-I'd recommend at least 500MB for /boot/ since in the deefault config the typical initrd.img will be close to 60MB each01:00
ryuoTJ-: isn't that only relevant to ancient BIOS?01:00
TJ-allow for the standard 3 kernel versions, plus some others if youu've not enabled automatic old kernel removal01:00
ryuothey had limitations about how much data they could read.01:00
TJ-ryuo: makes no difference; I'm talking about /boot/ when it is a separate file-system01:01
virmahaHello. I've an ubuntu 16.04 laptop. When I reboot it, the screen is stuck at /dev/sda1: recovering journal, /dev/sda1: clean, x/y files. q/b blocks01:01
TJ-ryuo: if you're on about the boot-loader, then in BIOS mode, GRUB's core image needs around 1MB. On MBR that is written in the spare sectors from sector #1 to the start of the 1st partition(usually sector 2048). On GPT it needs a BIOS Boot Partition which I usually reserve 2MB for.01:02
TJ-ryuo: in UEFI mode there needs to be an EFI System Partition instead, FAT16, less than 256MB is fine01:03
ryuoTJ-: i'm aware.01:04
ryuoTJ-: i just wasn't aware of such a limitation in newer systems.01:04
TJ-ryuo: the 2GB limit for BIOS/legacy boot? it's not so common but we've seen a few CSMs that have it01:05
ryuoI see.01:05
TJ-ryuo: I assume they use signed int for their sector offsets!01:05
apemanstn616: I'm only going to be using Ubuntu. So I take it if I create / on the SSD then /boot will be created by the installer, as in there's no need for me to create a separate /boot partition?01:05
Krennichmm01:07
TJ-apeman: if /boot/ is in the root-fs then there's no problem with size of course01:07
TJ-apeman: I use separate /boot/ in combination with LUKS encryption, so even if that file-system is unlocked, the rootfs still needs to be unlocked separately01:08
virmahaokay. So when I do startx, I get error saying /usr/bin/x : not found. xinit: giving up, unable to connect to X server: connection refused. There's no internet connectivity too01:09
virmahahow can I fix this?01:09
TJ-virmaha: why are you using startx? why not use the display manager/01:10
Krennichmm01:11
virmahaTJ-: oops i was just checking journalctl | tail -n 100 and I saw that command so01:11
virmahaTJ-: how can i test using display manager?01:11
TJ-virmaha: depends on which one is installed. For regular Ubuntu then it is likely gdm3. For others it could be lightdm. So you can do "sudo systemctl start <DM-NAME>"01:12
virmahagdm3 - service not found01:13
virmahalightdm - job for lightdm.service failed as control process exited with error code. See systemctlt status lightdm.service and journalctl -xe for details01:13
virmahaTJ-: ^01:14
apemanI'm confused by the limit of 4 primary partitions is mentioned in a lot of guides. I also read a guide saying that if you're using GPT then there is no limit to the number of primary partitions.01:14
virmahait looks like it can't find /usr/bin/X01:14
apemanIs that true, and how would I "choose" to use GPT?01:14
TJ-virmaha: those recommended commands will show you some log messages01:14
eee2ubuntu sucks01:15
virmahayeah looking at that TJ-  It's same error which I mentioned above01:15
eee2thus you are all suckers01:15
virmahaxinit : unable to run server "/usr/bin/x" no such file or directory01:15
TJ-apeman: MBR only allows 4 primary partitions; for more you have to create an extended partition on 1 of those 4, which can then contain an additional 4 logical partitions, and that can repeat up to, I think, 12701:15
ryuoeee2: hi mr. troll. you hungry today01:15
ryuo:D01:15
eee2haven't eaten yet01:15
TJ-virmaha: right, so you're missing packages then, or files have been deleted!01:15
virmahaTJ-: :o but how do i fix that without internet access01:16
TJ-virmaha: try "apt list xserver-xorg-core" --- does it say it is installed?01:16
virmahaTJ-: yeah..ot sjpws N: there are 2 additional versions. PLease use -a switch01:17
TJ-virmaha: also, more importantly, which ubuntu release is that, and which flavour (ubuntu, lubuntu, xubuntu, mate, budgie, kubuntu ...) ?01:17
virmahaTJ-: ubuntu 16.04, xenial01:17
TJ-virmaha: "ot sjpws N" ?01:17
virmahaoops TJ- I mean yeah, the package are installed01:18
virmahaxserver-xorg-core/xenial-updates, xenial-security and xenial01:18
TJ-virmaha: right, that package contains /usr/bin/X so if that file is missing you've got some kind of corruption01:18
virmaha2:1.1.18.4-0ubuntu0.8 amd6401:18
virmahaahh I see..so how to fix that TJ- :S01:18
TJ-virmaha: try "ls -l /usr/bin/X" - should be a symbolic link to Xorg01:18
apemanTJ-: But can I tell the Ubuntu installer to create a GPT drive?01:19
virmaha"cannot access /usr/bin/x' : No such file or directory01:19
TJ-virmaha: the "apt list ..." report, did it show "[installed,automatic]" ?01:19
TJ-virmaha: if you didn't see "installed" then it isn't installed01:20
virmahaTJ-: nothing like that01:20
TJ-virmaha: right, so it isn't installed.01:20
virmahabut how did it work before then :|01:20
TJ-virmaha: so you'll need network to install01:20
TJ-virmaha: you've managed to delete something01:20
virmahai've been using laptop for weeks01:20
virmahaand rebooted it today01:20
fluvvellhow viable is it to switch to wayland and then back to X if the apps I need dont work.01:20
TJ-virmaha: there may be clues in the log: "less /var/log/apt/history.log"01:20
TJ-apeman: the installer should use GPT by default01:21
fluvvellI have two screens with massively different resolution01:21
TJ-apeman: we only usually run into MBR now when installing alongside older Windows01:21
virmahaah TJ- could be. I was playing around with apt-get dselect-upgrade01:21
apemanTJ-: So on a new system to only have linux the concern about limit 4 partitions is nonexistent?01:22
virmahaTJ-: how to get network access. ifonfig shows only loopback address01:22
TJ-virmaha: if you're *very* lucky the package .deb files might still be in the cache: "ls /var/cache/apt/archives/"01:22
virmahawhat should I grep for?01:23
virmahai see lot of files01:23
virmahaxserver-common , xvfb etc01:23
TJ-xserver-xorg-core01:23
sfdebughi, does anyone use some Desktop program of translation? So, for example, i can click in any word in any program and translate it fast?01:23
virmahano luck01:23
TJ-virmaha: if you do "sudo apt install xserver-xorg-core" and it is in the cache it'll be installed01:23
virmahaonly have xserver-common01:24
TJ-virmaha: right, so you need to bring up the network. Do you know your gatteway router's IPv4 address?01:24
TJ-virmaha: or does the network use IPv6 SLAAC ?01:24
virmahaTJ-: I used to connect via wifi or ethernet cable01:24
virmahaI can plug it in my other laptop and get the gateway router's ipv401:25
TJ-virmaha: right, from the GUI? so that'd be NetworkManager?01:25
TJ-virmaha: if so we can bring that up from console01:25
TJ-virmaha: "nmli con" should list all your network connections. Do you see your wifi name there?01:25
TJ-virmaha: "nmcli con" (typo)01:25
virmahaprogram nmcli is not installed01:26
virmaha:S01:26
TJ-virmaha: you've broken it01:26
virmahai plugged my ethernet cable to windows machine, did ipconfig and found default gateway ip01:27
TJ-virmaha: plug an Ethernet cable in01:27
TJ-virmaha: then do "ip link show" and figure out the device name (should start with en...)01:27
virmahaokay found one TJ-01:28
TJ-virmaha: then do "sudo dhclient enXXXXX &" and if you're lucky DHCP should get a lease01:28
TJ-virmaha: then you can do "ip addr show" and check there's an IPv4 address, and then "ip route show" and check there is a route with "default" in it pointing to your gateway router01:28
TJ-virmaha: lastly, you need to check there is name resolution for DNS, with something like "ping -c 5 archive.ubuntu.com"01:29
quidnuncCan anyone tell me how to install and configure fcitx. All the information I find through Google is old01:30
virmahaip addr show shows eno1: <no carrier, broadcast, multicast, up> mtu 1500 <some more words> link/ether <12 hex chars> brd ff:ff::ff::ff::ff::ff01:30
virmahaip route show shows nothing01:30
virmahaping says unknown host01:30
TJ-virmaha: did you do the dhclient step?01:30
virmahaTJ-: yep01:31
TJ-virmaha: eno1 "no carrier" means the link isn't up... cable issue?01:31
OerHeksquidnunc, maybe this page is any help? https://askubuntu.com/questions/1062907/cant-change-from-ibus-to-fcitx01:31
quidnuncOerHeks: Thanks I saw it. I tried doing that but it hasn't worked, at least without a reboot01:32
virmahaTJ-: ah the cable was loose. Now it showed [2] <pid> [1] done sudo dhclient eno101:32
OerHeksthe guide says rebot .. or logout/login01:33
virmahaand now it's stuck at rtnetlink answers: file exists01:33
TJ-virmaha: so "ip addr show"01:33
virmahaTJ-: wohoo. It works01:34
virmahaping works too01:34
TJ-virmaha: right, so now you can sort things out01:34
virmahaTJ-: lol how? just reinstall xserver-xorg-core?01:34
TJ-virmaha: which flavour of ubuntu was installed? Xubuntu? Lubuntu?01:34
virmahaTJ-: normal ubuntu..canonical one01:35
TJ-virmaha: hmmm OK. what does "lsb_release -r" report?01:35
virmahaRelease: 16.0401:35
TJ-virmaha: ok, that explains the lightdm! let's start with the top-level package in case you removed that. if this is missing it will automatically cause all the missing packages to be installed. "sudo apt-get --reinstall install ubuntu-desktop"01:36
virmahaTJ-: alright. Done. Anything else?01:40
TJ-virmaha: did that install a lot of packages?01:40
virmahayeah a lot01:40
virmahaalso, usr/bin/x synlinks to xorg01:40
virmahasymlinks*01:40
TJ-virmaha: then try starting again "sudo systemctl start lightdm"01:40
TJ-virmaha: you should also check the network-manager has been re-installed01:41
virmahaTJ-: wohoo I see the login screen01:41
virmahathanks a lot TJ- for saving the day!!01:42
johnc--sorry i got disconnected. my 'upload' folder inside /var/www/html/upload is owned by "ubuntu www-data", now when i upload images from the web dashboard, the uploaded image is owned by "www-data www-data" thus it cannot display. How will i make all future files written in the folder be owned by "ubuntu www-data" ?01:44
gbellinozI have a script called "clip" that just has "xclip -o -selection primary" in it. Why it's so useful is that I can use anything in the clipboard on the CLI, like "wget $(clip)". I've used Linux for 18+ years, but just made this last month!02:30
gbellinozCool or "derr" ?02:30
SilenceimpairedHey all :) I'm struggling between choosing manjaro and ubuntu... why do you prefer ubuntu?03:19
OerHeksbecause we are give great support03:20
OerHeksbut polling is useless, dude03:20
ryuoOerHeks: tell that to the programmers that still insist on using poll(). :(03:23
OerHekspollings say pollings say nothing03:24
ryuoSilenceimpaired: stability?03:25
ryuoManjaro is rolling release, so you're more likely to encounter issues.03:25
Silenceimpairedhmm okay... what about Debian... do you feel Ubuntu is more stable than Debian?03:42
Strykardoes the encrypt installer option do 'LUKS on LVM' or 'LVM on LUKS'?03:46
lapion  OerHeks try using a new profile and enabling drm in the new profiel04:12
jadaxhi, do you know if there is so meta-package on Ubuntu to install wordpress? I've seen some tutorials out there, but most of them were pretty involving04:26
lapionHello I have one system where I keep getting "Widevine Content  Decryption Module provided y Google Inc. Will be installed shortly." when I enable drm content in firefox05:24
lapiondoes anyone have this same problem ?05:25
guivercjadax: i know nothing about wordpress, but `wordpress` is a package (https://packages.ubuntu.com/search?keywords=wordpress)05:26
=== Class7_ is now known as Class7
=== TekMet_AFK is now known as TekMet
=== TekMet is now known as TekMet_AFK
WoCis there any way to disable apparmor on a running system w/o rebooting with kernel param apparmor=0 ?06:28
=== capella is now known as capella|away
AscavasaionI am trying to delete two files, but when I do rm filename it says there is no such file.  I have tried in file manager and from command line.  I think there is a funny character or something i the name, but I cannot see it.  any advice please?07:06
transfusionAscavasaion: have you tried if you can tab complete your file name in the command line?07:10
Ascavasaiontransfusion, I can... but still cannot delete it.07:11
Ascavasaionjoel@mynasbox:/media/joel/My Book/TV Shows/Doogie Howser MD/D$ rm S2E09\ -\ Nautilus\ For\ Naught.avi07:11
Ascavasaionrm: cannot remove 'S2E09 - Nautilus For Naught.avi': No such file or directory07:11
transfusionhmmm... what if you put quotes around the file name?07:12
AscavasaionThat is with tab completion07:12
transfusionor escape the spaces07:12
transfusionhmmm07:12
transfusionsomething like rm S2E09\ -\ Nautilus\ For\ Naught.avi ?07:12
Ascavasaiontransfusion, Nope07:13
transfusionhmmm.....07:14
AscavasaionNor with quotes...07:14
Ascavasaionrm "S2E18 - My Two Dads.avi"07:14
Ascavasaionrm: cannot remove 'S2E18 - My Two Dads.avi': No such file or directory07:14
TreeLadtransfusion: have you ls -a to see if the file was removed?07:14
AscavasaionFiles are still there... when I type ls -a it shows them all07:15
TreeLadare you the owner of the file? rm -f? or sudo rm -f07:19
Ascavasaionrm -f filename and sudo rm -f filename also do not work07:21
=== lepusfelix is now known as luckybunny
TreeLadare they open in a program? (not sure that matters)07:30
AscavasaionTreeLad, Nope07:35
TreeLadAscavasaion: I give up07:38
AscavasaionTreeLad, Me as well, going to format it07:38
TreeLadresearched google... do you own the folder it is in?07:41
TreeLadhttps://askubuntu.com/questions/240424/why-cant-i-delete-a-file-even-though-i-have-write-permissions07:42
AscavasaionI formatted the external hard disk07:46
TreeLadsolved07:46
pagiosecho "hello" | mail -s  'hello no.fwd' root@localhost ;   mail No mail for root wHYY?08:54
eugeniohi all, I'm trying to recover a damaged HD which contained 4 reiserfs partitions. I don't know where to start.08:55
eugenioreiserfs --check gives Bad root block 0. (--rebuild-tree did not complete)08:58
ducassethat's the problem with using niche filesystems, hard to get help when they fail09:02
EriC^^eugenio: start with backing up the hdd using ddrescue and work on the image09:02
eugenioEriC^^: I'm just working on an image, I have already did the ddrescue image09:03
ducasseeugenio: i doubt anyone here can help much, try ##linux09:03
EriC^^or #reiserfs or so09:03
adikwokdear tomreyn, sorry for late reply. thank you for your guidance, it worked like charm. now i dont need to be worry about root space, . i did your guidance for using gparted from live boot usb. now i had 74gb for linux .. http://paste.ubuntu.com/p/qz4HwCp5qq/09:25
HaMsTeRsHey guys, I'm prepare to install a portable OS.  Should I install it on a SDXC card or USB3?  which one would be faster?   thanks09:52
lotuspsychjeHaMsTeRs: usb always bottlenecks dedicated sticks09:53
lotuspsychjeHaMsTeRs: its good for testing things, but best not for daily driver09:53
lotuspsychjeHaMsTeRs: what will be your endgoal with the portable?09:54
HaMsTeRslotuspsychje, my notebook charger died.  It's under warranty, so I'm awaiting Microsoft to send me a new charger.   Now I have to the notebook provided by my company09:55
HaMsTeRsSo I do not want to backup my work and restore to my own notebook when the charger is arrive09:56
lotuspsychjeHaMsTeRs: virtualbox with ubuntu, on work laptop?09:56
HaMsTeRsThey disabled VTx09:56
HaMsTeRsand locked the BIOS09:56
EriC^^HaMsTeRs: use some kind of external hdd?09:56
EriC^^usb tend to die quickly when they run an OS09:56
HaMsTeRsyes, this is what I'm thinking.  To have a full install on either a USB stick or SDCard09:57
HaMsTeRsoh09:57
EriC^^i mean, if you backup regularly and it's just temporary you should be good on a usb09:57
EriC^^ext hdd would be ideal though09:58
HaMsTeRsI have a 2TB passbook hdd, but it's kind of heavy to carry it around09:58
EriC^^maybe an ssd? those things are pretty lightweight09:58
HaMsTeRsso would USB3 stick faster than an SDXC card?09:58
HaMsTeRsyea, but pretty expansive also09:59
ReventlovHello. Do ubuntu automatically add an IPV6 link-local address to interfaces?10:05
EriC^^HaMsTeRs: seems that usb3 should be faster than sd card, sd card uses flash storage same as old fashioned usb10:08
EriC^^HaMsTeRs: https://www.quora.com/USB-vs-MicroSD-Which-is-faster-and-more-reliable10:08
HaMsTeRsThanks EriC^^10:15
EriC^^no problem HaMsTeRs10:15
Reventlovany idea? (it's just looking for inet6 addresses in your ip a command output)10:16
ReventlovI have one ubuntu, on which it does not have any ipv6 link-local address, I just want to confirm it's the case on other machines.10:16
HaMsTeRsThis is sth I got http://paste.ubuntu.com/p/RxhdBMgMpS/10:20
marlocovHello11:23
OerHekshi marlocov11:24
marlocovI'm currently trying to install nvidia drivers for Ubuntu 18.04. I downloaded nvidia-390 and deativated Secure Boot uncommented Wayland and I still get a black screen.11:25
marlocovIn the settings detail is also shows me llvmpipe (LLVM 6.0, 256 bits) instead of Nvidia 106011:26
tomreynhi, is there any written confirmation for the 18.04 support extension (to 10 years), yet?11:27
lotuspsychjetomreyn: yes, softpedia linux11:29
lotuspsychjetomreyn: https://news.softpedia.com/news/mark-shuttleworth-says-ubuntu-18-04-lts-will-be-supported-for-10-years-523864.shtml11:30
tomreynlotuspsychje: thanks, i was rather thinking of anything canonical.com or ubuntu.com11:30
tomreynmedia reports about what was announced at the openstack summit are all over the place.11:31
lotuspsychjetomreyn: didnt see on official yet myself11:31
OerHeksvideo is in that url ...11:31
OerHeksand he explains his beard :-D11:31
marlocovJust wondering is this the right place for support ?11:32
=== Richard is now known as Guest62405
HexaByteHi guys. In 18.04 LTS we have php 7.2 and ppmyadmin: phpmyadmin/bionic,bionic,now 4:4.6.6-5, which does not work well with 7.2. Here is a issue, here is a fix: https://github.com/phpmyadmin/phpmyadmin/commit/4ef752efb37b2de3ba2349590201d55533ad074b. Fix was in january. Why do we still not have it updated? Where can we submit a bug report? I wish to keep using package for phpmyadmin, not to install it by hand.11:32
tomreynmarlocov: it is11:32
HexaByteissue: https://github.com/phpmyadmin/phpmyadmin/issues/1393811:32
tomreyn(support only in fact)11:32
marlocovAh okay11:32
marlocovAfter clean installing Ubuntu 18.04 it installed the driver corretly but it had an insane tearing. So I decided to update the Nvidia drivers but now my resolution is locked and only 1 of 3 monitors work11:33
marlocovSystem Details also doesn't display my GPU is that normal ?11:34
hateballmarlocov: how did you upgrade your driver? directly from nvidia?11:34
tomreynHexaByte: phpmyadmin is in universe, so it's supported by the community11:35
marlocovI first tried with the .run file. Then resinstall ubuntu and used the ppa11:35
hateballmarlocov: if your card is supported, I'd use nvidia-410 from the ppa11:35
marlocovI'm using GTX 106011:36
hateballthen it is11:36
gbellinozjadax - a docker container would probably be easiest...11:36
hateballmarlocov: as for the tearing, did you try with ForceFullCompositionPipeline ?11:36
gbellinozjadax: ^^^11:36
marlocovNot really I'm trying to first fix the resolution.11:36
HexaBytetomreyn: ok, how does one request a version bump, since the default php is 7.2 now11:36
marlocovShould Secure Boot also be disable ?11:36
HexaByteis there a bug tracker? issue? how does this work in ubuntu? for packages in universe repo?11:37
marlocovBecause when I desactivated it and used the Nouveau driver it worked, but now it seems like nothing works anymore11:37
tomreynHexaByte: but you could file a bug against the package (using "ubuntu-bug phpmyadmin") if you think there are reasons why the current version needs patches or a stable release upgrade (SRU) to a higher version.11:37
hateballmarlocov: you need to have secure boot disabled either in bios or bootloader shim, or the nvidia module wont load as it isnt signed11:38
tomreynHexaByte: bugs reported so far: https://launchpad.net/ubuntu/+source/phpmyadmin/+bugs11:38
marlocovBut when I boot with secure boot disabled I get a black screen with an underscore11:39
HexaBytetomreyn: tnx for info, seems like it was already reported https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/176736111:39
ubottuLaunchpad bug 1767361 in phpmyadmin (Ubuntu) "4.6.6deb5 not working on Bionic as PHP 7.2 is default" [Undecided,Confirmed]11:39
HexaByteoh well, will just create my own ppa or install by hand11:40
HexaByteuniverse should not accept brocken packages, if you ask me :-(11:40
tomreynHexaByte: i think it wasn't clear that it was buggy at the time.11:41
tomreynHexaByte: herE's how you can fix it in ubuntu proper: https://wiki.ubuntu.com/ContributeToUbuntu11:41
tomreynrather here https://wiki.ubuntu.com/ContributeToUbuntu#Contributing_to_the_Universe_Repository_.28MOTU.2911:41
hateballmarlocov: do you disable secure boot in bios or bootlader?11:43
marlocovBIOS11:43
marlocovShould I also disable it in the bootloader?11:44
hateballmarlocov: do you use disk encryption?11:44
marlocovhateball: no11:44
marlocovI just just did a Clean Install of Ubuntu11:45
hateballmarlocov: well typically all you should need to do is: have secure boot in bios, follow step 2 here https://wiki.ubuntu.com/UEFI/SecureBoot/DKMS11:45
hateballmarlocov: and after that use whatever latest driver from nvidia PPA11:46
hateballand uh... things should "just work"11:46
marlocovhateball, how do you get the latest?11:46
marlocovhateball, and you mean "have secure boot enabled in bios" ?11:47
marlocovor disabled in bios ?11:47
tomreynhttps://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/170536911:47
ubottuLaunchpad bug 1705369 in gdm3 (Ubuntu) "Ubuntu 17.10/18.04 boots to black screen when using Nvidia drivers (on a desktop with an Intel GPU)" [High,Confirmed]11:47
hateballmarlocov: if you disable it in the shim like in the URL, you can have it enabled in BIOS if you like11:48
hateballmarlocov: and latest short term driver is currently nvidia-driver-410 from the driver ppa11:49
marlocovOkay thank you I'll try it out11:49
OerHeksodd, 18.04.1/nvidia 390 works fine here, with UEFI11:51
lotuspsychjewich version do you use OerHeks11:52
OerHeksstandard gnome11:52
lotuspsychje!info nvidia-driver-390 bionic11:53
ubottunvidia-driver-390 (source: nvidia-graphics-drivers-390): NVIDIA driver metapackage. In component restricted, is optional. Version 390.77-0ubuntu0.18.04.1 (bionic), package size 369 kB, installed size 1071 kB11:53
lotuspsychje.77?11:53
OerHeksjups11:53
BluesKaj'Morning all11:56
bumblefuzzhi, I've used 'disks' to restore the ubuntu 18.04.1 image to a USB drive (I tried dd before that) and each time when I try to boot from the USB, the boot-up hangs. Is there any way to turn off the splash screen and see what's hanging? I don't have internet access during boot up so I can't send any pastebinit's... not sure what to do. This has never happened before11:58
elias_aGood afternoon!11:58
tomreynbumblefuzz: what doy ou mean by "the ubuntu 18.04.1 image"?12:00
guiver_dbumblefuzz: if using grub, you could hit <E> (edit) & remove 'quiet splash' from your linux (kernel) line .. I'd also likely add a '1' & confirm  UID's are okay12:00
pienskenhi, is there an raspberry pi, retropie, kodi channel?12:01
OerHeks!alis12:01
ubottuAlis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http"12:01
lotuspsychje!alis | piensken12:01
ubottupiensken: please see above12:01
bumblefuzztomreyn: https://www.ubuntu.com/download/alternative-downloads12:02
bumblefuzzguiver_d: what's that second part? adding a 1 for what?12:02
guiver_dbumblefuzz: 1 goes to single user mode (maintenance/repair..) allowing better viewing of things if wrong.. but I assumed you were trying to 'restore' & dd' backup where i'm now thinking you meant an ISO & I'd not use a 1/single for that..12:04
bumblefuzzI do mean ISO12:04
bumblefuzzrestore is just what I used to ensure I'd written the image to disk12:04
bumblefuzzI tried dd first and bott hung12:05
bumblefuzzboot*12:05
tomreynbumblefuzz: so you used some version of 'gnome disks' from some OS to write one of the many ISO files listed at https://www.ubuntu.com/download/alternative-downloads to an usb attached storage, tried to boot off it and it failed?12:05
bumblefuzztomreyn: at first, I used dd on the cline to write to disk and that boot failed... but yes, what you've written there is what I tried second... and that boot also failed12:06
tomreynbumblefuzz: what's "cline"?12:06
guiver_dbumblefuzz: did you verify the download/ISO was valid before you wrote it?12:07
guiver_d(Sorry Tom - I'll back off)12:07
bumblefuzzguiver_d: yes12:07
bumblefuzztomreyn: command line12:08
tomreynbumblefuzz: search for "create usb" at https://tutorials.ubuntu.com/12:08
tomreynguiver_d: i dont mind12:08
tomreynbumblefuzz: i've never tried the approahc you took and do not know whether it would work. those tutorials provide recommendations on how to create an ubuntu installer on usb attached storages12:10
bumblefuzzI'll try yours12:10
tomreyn!usb | bumblefuzz: if you need more options12:12
ubottubumblefuzz: if you need more options: For 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/LiveUsbPendrivePersistent12:12
onioI am using ubuntu mate 18.04 the pointer arrow appears large over the desktop but not over opened applications such as chrome or eclipse. Any suggestion on how to resolve?12:15
bumblefuzzthe startup disk app stalled12:15
oniobumblefuzz: is this response to my issue?12:16
pienskenis it hard to transform ubuntu to a good looking and working os?12:17
bumblefuzzonio: no12:17
OerHekspiensken, it is already12:17
oniobumblefuzz: alright :)12:17
pienskenOerHeks: ja? :p not so nice looking :p12:18
pienskenI need to install gnome or so?12:18
OerHekspiensken, apply a theme or iconpack, whatever makes your eyes happy12:19
tarzeauonio: do you have a high resolution display? dpi?12:22
tarzeauonio: screenshots of the large pointer arror and not large one?12:22
oniotarzeau: yes12:23
onioI recently bought a 4K display12:23
tarzeauonio: do you know if the appliations you run are qt or gtk, and their versions?12:24
tarzeauunfortunately on linux, it's a big mess, there's no uniform cursor handling, depending on the ui libraries everyont tries to solve it somehow. and there's no one single setting to make it all right12:25
tarzeauit even gets worse with multiple displays, multiple dpis12:25
oniotarzeau: not sure, at the moment when I move cursor over pidgin it shows as normal but when move to the destop it get large again12:25
tarzeauthe desktop being gnome-shell ?12:25
onioYes, I should believe so. I am running Ubuntu Mate 18.0412:26
onioI just found this page https://superuser.com/questions/768830/mouse-cursor-scaling-issues-in-xubuntu-14-04-with-xfce-4-1012:26
tomreynpiensken: ubuntu comes with gnome by default. there are other ubuntu flavours which come with different desktop environments.12:36
tarzeauonio: that link is exactly the problem description!12:40
tarzeauonio: and afaik there's no solution :)12:40
onioI have just tried following but fontconfig-infinality does not work12:41
Cybertinuslotus|NUC: Thanks for your hints on upgrading from Ubuntu 12.04 yesterday. The machine is now up and running with Ubuntu 18.04. It survived the 3 do-release-upgrade runs I did on it :)12:43
tomreynonio: i think mate is still based on gnome 2, isnt it? in this case maybe you should give the default ubuntu a try, which comes with gnome 312:44
tomreynjust download the live / installer iso, boot off it and see whether it works any better12:44
mgedminCybertinus: congratulations!12:45
OerHeksinteresting scaling answer, not sure it applies to gtk3 too.. https://askubuntu.com/a/55581212:45
Cybertinusthnx mgedmin12:45
oniotomreyn: thanks I would probably give a try12:45
tomreynonio: see also https://wiki.gnome.org/HowDoI/HiDpi + https://wiki.gnome.org/HowDoI/HiDpi12:49
gvmDoes anyone know if there's a known issue upgrading from Ubuntu 14.04.4 LTS to latest release?  Ubuntu 14.04.4 LTS is still on the supprted list but apt-get upgrade, apt-get update and do-release-upgrade all fail, reporting missing items on the servers.13:07
gvmI've tried changing the server settings in /etc/apt/sources.list to various servers that have been suggested in discussion groups, but without any success.13:07
gvmManually looking at these servers shows that they really don't have the versions that my system is looking for.13:07
tomreyngvm: do yu have the 'pastebinit' command installed? run: which pastbeinit13:09
tomreyngvm: do yu have the 'pastebinit' command installed? run: which pastbinit13:09
tomreyngvm: do yu have the 'pastebinit' command installed? run: which pastebinit13:09
tomreynsorry, typos :-(13:09
ioriagvm, you can't upgrade 14.04 to the ' latest release ' which is 18.04 ; you first need 16.0413:10
OerHeksdid you install sudo apt-get install update-manager-core, and edit /etc/update-manager/release-upgrades and set: Prompt=lts ??  https://websiteforstudents.com/upgrade-ubuntu-16-04-lts-to-ubuntu-18-04-lts-beta-server/13:10
mgedmingvm: do you have any PPAs or other 3rd-party sources enabled?13:10
gvmtomreyn: No - I don't have pastebinit13:10
ioriagvm,  sudo apt install pastebinit13:11
mgedmingvm: no, scratch the PPA question; do-release-upgrade disables PPAs -- a better question is which Ubuntu mirror is in your /etc/apt/sources.list?13:12
gvmioria: I did look for documentation on this, but couldn't find any way to specify an upgrade to from 14.04 to 16.04 first.13:12
ioriamgedmin, disable yes, override not13:13
mgedmindo-release-upgrade will upgrade from 14.04 to 16.0413:13
gvmOerHeks: I'll give that a try.  This is on a virtual machine so I can revert to snapshot if it fails.13:14
tomreyngvm: please run this to provide us some basic information on your system and its state:  cat /proc/version /proc/cmdline > /tmp/report; lsb_release -ds >> /tmp/report; sudo apt-get update >> /tmp/report 2>&1; sudo apt -f install  >> /tmp/report 2>&1; apt-cache policy >> /tmp/report 2>&1; cat /tmp/report | nc nc termbin.com 999913:14
ioriagvm,  you don't specify an upgrade, the upgrade to 16.04 is automatic13:14
tomreyngvm: please remove one 'nc ' off the end of the above series of commands13:15
gvmmgedmin: I've tried updating the /etc/apt/sources.list with various suggestions from discussion groups - was gb.archive.ubuntu.com originally.  I've tried dropping the "gb" and I've tried old-releases.ubuntu.com.  There are also entries for security.ubuntu.com which seems to have most of the problems.13:19
mgedminany proxies in use?13:19
Cybertinusgvm: you don't need to use old-releases.ubuntu.com, only EOL releases are stored there (so 12.04 and older, if you only look at LTS releases)13:21
tomreyngvm: if you could run the abover series of commands, non of whhc changes your system (other than creating temporary file and updating apt's cache), and returned the url where it was posted to, we could probably tell what's happening.13:21
Cybertinus14.04 is available on the normal mirrors still13:21
gvmOerHeks: I get "update-manager-core is already the newest version." and /etc/update-manager/release-upgrades already has  Prompt=lts13:21
HexaByteBefore I reinvent hot water. I need mod_cloudflare but I see CF is not building .debs for 18.04 LTS. Is there a PPA or repo I could fint it in, or should I build from source myself?13:21
gvmtomreyn: Will do - just got a lot of responses simultaneously so tried the fastest first.13:22
tomreyngvm: cool, sorry about the many responses, maybe we should just provide one or two. ;-)13:23
tomreyngvm: here's the commands again, this time without typo: cat /proc/version /proc/cmdline > /tmp/report; lsb_release -ds >> /tmp/report; sudo apt-get update >> /tmp/report 2>&1; sudo apt -f install  >> /tmp/report 2>&1; apt-cache policy >> /tmp/report 2>&1; cat /tmp/report | nc termbin.com 999913:23
HexaBytehmm it seems CF even stopped development of it's module :/ will just switch to mod_remoteip13:25
tomreynHexaByte: i dont know hwether this changed since i last used it, but remoteip used to be pretty dumb when it came to ipv613:29
tomreyni.e. it cut off anything longer than a fixed number of characters, the maximum length of an ipv4.13:31
gvmtomreyn: netcat can't get through my firewall, so I've put the output here: https://pastebin.com/vXeY3a6k .  Let me know if you'd prefer another method.13:31
HexaBytetomreyn: i have no other option: https://support.cloudflare.com/hc/en-us/articles/203656534-How-do-I-restore-original-visitor-IP-with-Apache-2-4-13:31
tomreyngvm: thanks. in the future please consifder using paste.ubuntu.com instead, we like this more.13:31
tomreyngvm: right this looks like you have proxy server issues.13:32
tomreyngvm: this can be a transparent proxy so you may not have a proxy server configured on this system.13:33
ioriagvm, your  kernel is 3.13.0-79  ?  (uname -r)13:34
tomreyngvm: this said the kerne you're running is 2.5 years old, which is definitely too old (meaningn you missed a lot of updates)13:34
gvmI do have a proxy server, and it's possible that it might be giving incorrect error codes.  I did try looking (using a browser) in detail for the exact files that were being sought, and they weren't on the servers.  So the 403s might really be missing files13:35
tomreyngvm: and ubuntu itself should be version 14.04.5, not  14.05.4. so this proxy server issue has probably been around for a while (or you didnt run the vm for some time)13:35
gvmioria: Yes, but it's still on the supported list.  It's an LTS release - 5 year lifespan.13:35
mgedminooh, I had a caching proxy and apt's errors were very confusing to me in older apt versions13:35
gvmThe VM was offline for a long time.13:36
tomreyngvm: archive servers wont return 403 status for missing files, wthey'd return 404.13:36
ioriagvm, you have not upgraded your system in ages13:36
mgedmincurrent kernel in trusty-security is 3.13.0.162.17213:36
gvmtomreyn: Yes, I understand that should be the case, but you were suggesting a proxy server issue and I just said that it's not impossible that an incorrect error code is being reported, given that I can see that the files that are being requested aren't on the servers.13:37
tomreyngvm: to get a better idea of what's happening: sudo apt-get -o 'Debug::Acquire::http=1' update13:38
tomreyngvm: right, you upt version is so outdated that it tries to access files which are no longer generated.13:40
tomreyn*apt13:40
gvmtomreyn: will do that in a second.  Meanwhile I've just looked at the proxy logs to identify the files that are missing.13:40
tomreyne.g. http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages is now http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages{gz,bz2}13:41
gvmExample: it fails to retrieve http://archive.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/Translation-en - NONE/- text/html13:41
mgedminthat's a 404 for me too13:41
gvmChecking on the server, http://archive.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/ exists but nothing below it.13:41
mgedminit shouldn't cause any upgrade issues13:42
tomreynthis last statement doesn't match what i see13:42
tomreyngvm: ^13:42
mgedminI see Index, and Translation-en.{gz,bz2} on http://archive.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/13:42
tomreyngvm: there, too, you have http://archive.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/Translation-en{.gz,bz2}13:42
tomreynright13:42
tomreyn<tomreyn> gvm: right, you apt version is so outdated that it tries to access files which are no longer generated.13:42
tomreynand ubuntu 14.04.4 hasn't been supported for a while13:43
tomreynjust .513:43
mgedminI don't think that's an accurate statement?13:43
gvmtomreyn:  14.04.4 is still a "supported LTS release" until 201913:44
OerHeksmaybe worth thinking about creating a fresh VM ?13:44
ioriahe's not using hwe13:44
gvmAccording to https://wiki.ubuntu.com/Releases13:44
* tarzeau likes ubuntu-support-status13:44
gvmOerHeks: That is always an option.  But migrating my installed packages would be painful.13:45
tomreyntarzeau: on 14.04? i'm not sure it works there.13:45
tomreyntarzeau: that's unless you're all up to date ;)13:45
tarzeautomreyn: https://packages.ubuntu.com/search?keywords=update-manager-core13:45
tarzeauit's there!13:45
mgedminfwiw my last 14.04 -> 16.04 upgrade was on the 4th of September, this year; I've encountered no problems13:45
tarzeauoh maybe not in the 14.04lts version13:46
mgedminI still have one 14.04 server that I plan to upgrade Real Soon Now13:46
tarzeautomreyn: is! https://packages.ubuntu.com/trusty/all/update-manager-core/filelist13:46
tarzeauwe also still have 5 14.04 machines, 35 16.04, 135 18.04, 1 18.1013:47
ioriagvm, apart from network and proxy issues ,i'd try with a fresh  sources.list13:48
dhruvasagarHi guys, I recently installed ubuntu 18.10 on my desktop, however I am getting low wifi speeds as compared to on windows, looks like it's getting limited to 1 Mb/s somehow, can anybody help me fix this issue ?13:49
dhruvasagarI have read across several similar issue reports, especially about disabling n protocol and some other work arounds, but none of them seem to have fixed the issue in my case13:49
dhruvasagarcould anybody help me fix this issue ? I am using a usb wifi dongle, if that helps13:51
JimBuntudhruvasagar, I can't help with such a problem, but if you have patience, someone with experience and time will reply.13:52
gvmioria: Where would I get a version of sources.list would work with 14.04.4 ?13:53
dhruvasagarJimBuntu: Thanks, waiting13:54
mgedmingvm: here's mine: http://paste.ubuntu.com/p/4HgNdTbh4R/13:55
gvmmgedmin: Thanks - it's a lot shorter than the one I had.  I'm currently just rebooting the server after reverting the VM back 2 days to before my first update attempt, so I can come at this cleanly.13:56
tomreyntarzeau: the software is there, but i think it's an older version of it which reports an incorrect state13:57
tomreyngvm: correctly, 14.04.x is supported until aptil 2019, where x refers to the latest point release there is.13:59
tomreynwhich is 14.04.5 (not .4)13:59
tomreyngvm: (and yes, https://wiki.ubuntu.com/Releases doesn't do a great job at making this understandable)14:00
ntdtry googling "how to update kernel and xorg lts stack"14:01
dhruvasagaranybody have experience debugging wifi speed issues ?14:05
gvmtomreyn: I'd agree with you on that. :-)    The line that says "Ubuntu 14.04.1 LTSTrusty TahrChangesJuly 24, 2014April 2019"  looks pretty clear about  14.04.1 being supported until April 2019.  The exact meaning of the "HWE" entry for 14.04.4 isn't clear, but I'd "assumed(TM)" that if 14.04.1 LTS was supported then 14.04.4 LTS would be too.    I'm not complaining as such (free software,etc.et14:05
gvmc.), just surprised.14:05
tomreyngvm: if you take a look at where this HWE link points to and scroll down to "14.04.x Ubuntu Kernel Support" it may get clearer14:08
tomreyngvm: 14.04.0. and .1 kernels are special in that their kernel (a kernel which is the same minor version as the the one 14.04 originally released with) is supported until the end of 14.04 support. 14.04.4's kernel wa sonly supported for 6 months, though.14:10
gvmtomreyn: So if I'm reading this right, 14.04.1 is still upgradable because it didn't go down the development dead-end of HWE, but since 14.04.04 did have HWE, it's not upgradable.  Is that right?14:11
tomreynthis approach has changed in later LTS releases14:11
mgedminthing is, not every system that reports itself as 14.04.4 has a 14.04.4 HWE kernel!14:11
gvmtomreyn: So despite being a LTS release, it died after 6 months.  Ouch.14:11
gvmSo is there a way forward, or is it really a build-a-new-server time?14:13
tomreyngvm: the thing is you need to install security updates regularly, same o every other system14:14
tomreyni'm not sure about the way forward, i bet there is one, i just dont know it14:14
mgedminthere should definitely be a way forward14:14
tomreynfirst of all i'd recommend solving the proxy issue.14:15
mgedminapt-get update && apt-get upgrade && do-release-upgrade, provided no proxy breaks the apt downloads14:15
gvmtomreyn: Not sure exactly what proxy issue you're seeing.14:16
mgedminhttp 403 errors were mentioned in the scrollback somewhere?14:17
mgedminofficial archives are unlikely to report 403 errors; you'd expect 404 for bad urls14:17
ReventlovHello. Do ubuntu automatically add an IPV6 link-local address to *wireless* interfaces? Can you check on your laptop?14:18
ReventlovI have an ubuntu 18.04, and it seems it's not the case; I want to know whether or not this is a standard behaviour.14:18
mgedmingvm: can you pastebin whatever errors you get from apt-get update && apt-get upgrade ?14:19
tomreyngvm: chances are that your version of apt would request the .gz|.bz2 variant of URLs if it ran into a 40414:19
tomreyn(but not on a 403)14:20
mgedminReventlov: I have a link-local IPv6 address on my wifi interface (on a 18.10 laptop with network-manager)14:20
Reventlovmgedmin: there network-manager is not managing the wireless14:20
sam_wongI am unable to connect to any telnet sites via the Terminal on ubuntu. Telnet returned "Trying XXX.XXX.XXX.XXX....." and the same message popped up "telnet: Unable to connect to remote host: Connection timed out" Please help14:21
pragmaticenigmaReventlov: Are you attempting to help another person with a networking issue?14:21
mgedminsam_wong: looks like a firewall issue to me14:22
sam_wongmgedmin: how to deactivate the firewall?14:22
pragmaticenigmasam_wong: It is possible that you have a firewall blocking telnet, or your internet service provider is blocking telnet sessions14:22
Reventlovpragmaticenigma: no.14:23
ReventlovI'm trying to find out why there is no link-local ipv6 adress on ubuntu14:23
Reventlov(on my wireless interface)14:23
pragmaticenigmaReventlov: Okay, just checking. The typo in your previous message made it appear that you were trying to help someone else.14:23
mgedminReventlov: what piece of software is managing your wifi?  (ifupdown?  systemd-networkd?)14:23
Reventlovmgedmin: actually, nothing14:24
mgedminwell, then14:24
Reventlovbut, still, there should be a link-local ipv6 adress, no?14:24
mgedminif the interface is down, then I expect no14:24
sam_wonghow to defeat the firewall then?14:24
mgedminand I expect the interface to be down if you haven't brought it up14:25
Reventlovwell, the interface is up (I manage it « by hand » with ip and iw)14:25
mgedminsam_wong: use a VPN?14:25
tomreyngvm: this should get you a way forward: sudo apt-get -o Acquire::CompressionTypes::Order::=gz update14:25
sam_wongmgedmin: I have no idea14:25
Reventlov(it's easy for me to solve this issue: just add manually the link-local adress)14:25
pragmaticenigmaReventlov: If you're not using Network Manager to manage your network connections and are instead managing them yourself, then you will have to add it manually.14:26
mgedminhmm, Reventlov, maybe https://serverfault.com/a/659014/42106 would help?14:26
mgedminit seems the kernel is supposed to set up link-local addresses, but that can be disabled with a sysctl?14:26
gvmtomreyn: Thanks - I've just been looking at proxy logs.  One issue is that apt requests URLs that contain spaces.  I've taken one of the URLs that fails with a 404 and put it into firefox.  Firefox escapes the spaces (%20) and the proxy then gives a 403.14:27
Reventlovmgedmin: yeah, let me search in the sysctl parameters, thanks for the idea !14:28
gvmtomreyn: So it looks like the proxy might be right - a space isn't a valid character in a URL.14:28
tomreynsam_wong: the servers you try to connect to, do they actually run a telnet service on the default port (TCP port 23)? what are you trying to achieve there?14:28
Reventlovnothing seems disabled14:29
tomreyngvm: yes, sounds buggy to me, too, maybe this is a bug which was later fixed in apt?14:29
pragmaticenigmasam_wong: Are you able to telnet to towel.blinkenlights.nl ? A starwars in ascii art presentation14:29
sam_wongpragmaticenigma: I am able to connect this site " towel....." but not "ftp.cuhk.edu.hk" as I want to download some files14:31
tomreyngvm: the proxy should still not return a 403 status for a location which contains a blank space, expecially if its upstream / backend server would handle it fine. the example url you provided earlier doesn't contain a blank space, though (and still incorrectly returned a 403).14:31
tomreynsam_wong: do you know the difference between the telnet, ftp and http protocols?14:32
gvmtomreyn: The example I gave did contain a space:14:32
gvmExample: it fails to retrieve http://archive.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/Translation-en - NONE/- text/html14:32
gvmYour IRC application probably truncates the URL at the (illegal) space.14:33
tomreyngvm: oh, you're right, i did not read carefully. apologies.14:33
pragmaticenigmasam_wong: If you are able to connect to the site I gave you, but not the one you desire, it's becuase the other site is not running a telnet server. You will have to contact the server administrator to ask for instructions on how to connect to it.14:33
mgedminis that really the URL?14:33
tomreyngvm: like mgedmin, i'm also not convinced that this is the url the proxy server tried to fetch, but rather additional fields from a log file.14:34
gvmIt's what the proxy records in its log.  I don't have any reason to doubt it.  It records %20 if that's what the browser requests, so it isn't unescaping before logging.14:34
sam_wongpragmatic: yes, pershap I have to install gftp to get the files I want14:34
pragmaticenigmaIf the site you are connecting to is an FTP server, yes, you need an ftp program to access it14:35
tomreyngvm: have you tried the apt option i suggested earlier? i'd be more interested in whether this works around the proxy issues than to debug the proxy.14:35
gvmtomreyn: I did, but it fails with spaces in the URLs...14:36
sam_wongPragmatic: yes, they are of different protocols, thank you for your assistance14:37
tomreyngvm: oh, you didn't say that these errors still occurred with the Acquire::CompressionTypes::Order option in place, so i assumed your statement about blank spaces referred to previous attempts.14:37
mgedminI'm still not convinced those %20 aren't from when you tried url-with-spaces in your firefox14:37
gvmThe %20 was from firefox.  The log contains actual spaces when the same file is requested by apt.14:38
tomreyngvm: can you show a proxy log line where a file was missed due to spaces while using apt-get with Acquire::CompressionTypes::Order::=gz ?14:39
gvmThis is from apt: TCP_DENIED/403 1502 GET http://gb.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages - DIRECT/91.189.88.152 text/html14:39
tarzeautomreyn: that'd be a bug and should be fixed then...14:39
mgedminthe apt changelog doesn't mention anything about URLs14:39
gvmThis is the same request from Firefox: TCP_MISS/404 612 GET http://gb.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages%20-%20DIRECT/91.189.88.152%20text/html - DIRECT/91.189.88.161 text/html14:39
mgedminbecause you're misinterpreting log file columns that are not part of the URL as if they were part of the URL14:40
tomreyntarzeau: how would you fix a version of a package in an old, unsupported point release?14:40
mgedminthe URL apt attempted to download is http://gb.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages, and it's a 404 because the Packages file is compressed14:40
gvmHold on - those weren't the right URLs.14:40
mgedminif the proxy returned a 404 instead of a 403 apt should figure this out14:41
gvmThose were from the Acquire:Compression attempt.14:41
tarzeautomreyn: good point...14:41
tomreyn;-)14:43
gvmtomreyn, mgedmin: The spaces are a red herring.  Looks like I'd just copied an extra field from the log file.  Sorry about that.14:44
mgedminthe TCP_DENIED/403 is a problem14:44
tomreyngvm: no worries. can you make sure that your proxy is allowed to connec to all of the IPv4 (+v6, if operable) addresses gb.archive.ubuntu.com resolves to?14:47
=== MechWarrior234 is now known as Revan-
Zgroklhello what's the command way to update iptables persistent on ubuntu 16.04.4 LTS ? i tried netfilter-persistent save but doesn't work14:57
leftyfbnetfilter != iptables14:59
dhruvasagarmy wifi connection on linux is significantly slower than on windows with the same hardware15:04
dhruvasagarI am using a usb wifi dongle15:04
mgedmindhruvasagar: you can use wavemon to see connection details like tx/rx rates etc, but I'm not sure it would help figure out why15:06
pragmaticenigmadhruvasagar: define slower15:06
mgedmingoogling for "ubuntu" and the wifi device make/model might or might not help15:06
gvmtomreyn,mgedmin,tarzeau: Got it.  It was the proxy server (sort of).  I'd migrated the ubuntu server to a network segment that had no permission to access the proxy server.  The DENIED errors weren't from the remote server, they were referring to my ubuntu server not being on the proxy server's permitted list.15:09
mgedminah yes, I didn't realize this was worth clarifying15:09
mgedminI had so much pain from squid-deb-proxy, but it was a long time ago and I forgot what was surprising15:10
gvmtomreyn,mgedmin,tarzeau: 14.04.4 is now happily updating (fingers crossed).15:11
mgedmincongrats!15:11
tomreyngvm: glad you worked it out, and it's good to know it's not an issue with ubuntu itself (this time ;-) )15:12
pragmaticenigma!yay | gvm15:13
ubottugvm: Glad you made it! :-)15:13
dhruvasagarpragmaticenigma: speedtest suggests I am at 10Mbps, whereas on windows I am usually 80+Mbps15:13
NTQHi. I am more and more struggling with this firefox fontconfig bug. I am barely able to use my browser properly. I just compiled fontconfig-2.13.1 and "sudo make install"ed it but it seems not to change anything.15:13
dhruvasagarmgedmin: even iwconfig does give me some info in that regards15:13
NTQI am using Ubuntu 18.04 and my default fontconfig version is 2.12.6-0ubuntu215:13
mgedmin'sudo make install' is not a great idea; expect breakage (if not now, then later, when you upgrade your OS)15:14
pragmaticenigmadhruvasagar: It sounds like you are going to have to do a little research on your wireless adapter and how to improve performance on Ubuntu.15:14
dhruvasagarpragmaticenigma: you're right, i've been doing that, but I haven't figured out a great deal yet, that's why asking for help in the right direction15:14
pragmaticenigmadhruvasagar: Providing the channel with the make and model of the wireless adapter we can help in that endeavor15:15
dhruvasagarpragmaticenigma: how do I determine that ?15:15
tomreynNTQ: you may also want to point outt what "this firefox fontconfig bug" is, and your firefox versionn, in case it's not default.15:15
mgedminit should be printed on the box the usb wifi adapter came in?15:15
mgedminor lsusb might show something15:16
dhruvasagarpragmaticenigma: under iwconfig, it shows me the bitrate is 1Mbps, it doesn't change15:16
mgedminhuh, and yet you said you saw 10Mbps from speedtest?15:16
mgedmininteresting15:16
dhruvasagarmgedmin: it's a tplink usb wifi dongle15:17
tomreyndhruvasagar: please post the url returned by "lsusb | nc termbin.com 9999"15:18
NTQtomreyn: It's this one: https://askubuntu.com/questions/1076412/firefox-freezing-with-100-cpu-usage-for-30-seconds-when-launching-chromium15:18
NTQThe problem is not firefox itself but a change in fontconfig as I understand15:18
dhruvasagartomreyn: http://termbin.com/9ssv15:18
pragmaticenigmadhruvasagar: some drivers power save by reducing the throughput... the reported value may shift when active15:18
dhruvasagarpragmaticenigma: mgedmin the model is TL-WN823N15:19
dhruvasagarpragmaticenigma: i read about that, but from iwconfig I see that power saving is off15:19
mgedmingoogle gives me https://www.linuxquestions.org/questions/linux-wireless-networking-41/my-wireless-dongle-tp-link-tl-wn725n-is-very-slow-%96-is-it-setup-properly-4175600132/15:20
mgedmingoogle is stupid15:20
dhruvasagarpragmaticenigma: http://termbin.com/6ppf15:20
gvmtomreyn,mgedmin,tarzeau: Thanks for all your help on this - and alll others who contributed.  Update is still in progress but is looking good.15:20
mgedminWN725N != WN-823N15:20
mgedminhttps://help.ubuntu.com/community/HardwareSupportComponentsWirelessNetworkCardsTP-Linkhas WN822N, but no WN823N15:21
mgedminwell, last update from 2015, not too surprising15:21
tomreyndhruvasagar: apparently that's a TP-LINK TL-WN823N, vendor / device id is: 2357:0109. you may want to run "sudo update-usbids" to get this to show up in "lsusb" output properly. but it wont fix the throughput issue.15:22
dhruvasagartomreyn: thanks for that, http://termbin.com/wxh115:23
dhruvasagarpragmaticenigma: http://termbin.com/wxh115:23
tomreyngvm: you're welcome. i know it can be annoying fiddling with such things, proxy issues are no fun.15:23
tomreyndhruvasagar: see, looks better now.15:24
geodb27People : hi ! I've updated some servers (do-release-upgrade) from 16.04 LTS to 18.04 LTS. Things went fine, however, I use to access these servers with konsole from my kubuntu laptop, and when these same servers were running 16.04, I could use Ctrl+pageUp to go back in the screen history. Since the update on the servers I cannot. What was changed on the servers that forbids me to do as I did before ?15:24
dhruvasagartrying out https://github.com/Mange/rtl8192eu-linux-driver/issues/3015:24
mgedmingeodb27: screen/tmux?15:24
dhruvasagartomreyn: my modules.conf is blank15:25
geodb27mgedmin: All servers always run /bin/bash on login. And the TERM has always been set as xterm-256color (unless ? Let me try out something)...15:25
geodb27even with setting TERM=linux don't change anything.15:26
tomreyndhruvasagar: i did not mention "modules.conf"15:26
mgedmingeodb27: do you have byobu installed on the servers?  is LC_BYOBU set in your environment?15:26
mgedmindo you have a /etc/profile.d/Z97-byobu.sh file on your servers?15:27
mgedmindoes /etc/byobu/autolaunch exist?  do you have LC_TERMTYPE in set your environment?15:27
geodb27byobu seems to be installed indeed. The LC_BYOBU env var is not set.15:27
dhruvasagartomreyn: that was in reference to https://github.com/Mange/rtl8192eu-linux-driver/issues/3015:28
geodb27There is a /etc/profile.d/297-byobu.sh file indeed.15:28
dhruvasagartomreyn: I am just adding that line to that file as suggested, lets see15:28
geodb27and LC_TERMTYPE is not set15:28
die7how to remove multiarch or disable it in preseed file?15:43
basalthi i have 18.10 and on login i can choose between, Ubuntu, Ubuntu Communitiytheme,  Ubuntu Communitiytheme on Xorg, Mate, Unity, whats the default on a clean 18.10 installation ?15:43
lotuspsychje_basalt: ubuntu on xorg15:44
lotuspsychje_basalt: but will show just as ubuntu15:44
basaltlotuspsychje_ how can i get rid of the others ?15:45
=== lotuspsychje_ is now known as lotuspsychje
basaltor is this not really required to remove the others15:46
lotuspsychjebasalt: what you installed yourself, can be purged again too15:47
pragmaticenigmabasalt: it isn't required to remove them, your machine will work under any of them. There are some advantages and disadvantages to keeping or removing them15:48
basaltok thx15:48
dannyLopezHi15:57
mgedminto remove login sessions, figure out what package ships them (dpkg -L /usr/share/{wayland-sessions,xsessions}/something.desktop) and uninstall those packages15:58
dannyLopezI need a little help in this case: T do find /eg -iname *.pdf, but I don't know how to annex the rsync -avh15:59
dannyLopezI*15:59
mgedmin"annex"?16:00
pragmaticenigmaI think the meant to append16:00
mgedminyou want to rsync all the pdf files in a directory tree somewhere else?16:01
transhumanisthi can anyone tell me whats wrong with the following command?    sudo firewall-cmd --direct --add-rule ipv4 filter FORWARD 0 -m em1 --physdev-is-bridged -j ACCEPT16:01
dannyLopezmgedmin: Yes16:01
lotuspsychjetranshumanist: check in #netfilter16:01
transhumanistthanks16:02
dannyLopezI mean rsync /eg /egBK16:02
mgedminhm, find /stuff -iname '*.pdf' -exec rsync -avh {} user@targethost:/targetdir +, but that would smush them all into one destination directory16:02
mgedminokay, this is harder than I thought, if you want to preserve the directory structure16:02
mgedminrsync -avh /stuff --exclude='*' --include='*.pdf' user@targethost:/targetdir ?16:03
dannyLopezmgedmin: The structure is not important, because the folder egBK is the folder with all the pdf16:04
mgedminnot sure how to do it case-insensitively16:04
mgedmin--include='*.[pP][dD][fF]'16:04
mgedminif all the PDFs are in a single folder, you can just rsync -avh /stuff/*.[pP][dD][fF] user@targethost:/targetdir16:05
mgedmin(as long as there aren't too many of them; the kernel has command-line length limits)16:05
dannyLopezIs in the same computer mgedmin16:06
=== Richard is now known as Guest6725
=== capella|away is now known as capella
pragmaticenigmadannyLopez: What I don't understand is if you are using find... why aren't you using cp command then? you can pass options to ignore existing files16:20
dannyLopezpragmaticenigma: Is functional? I mean, in the folder /eg I put news *.pdf all days16:23
mr_pazhello - i'm running ubuntu 18.04, fresh install, on older hp pavilion dv6.  laptop will not suspend or hibernate.  when i close lid, laptop stays on, and when I reopen lid screen has errors.  when i run 'pm-hibernate' it hibernates for about 2 seconds then resumes.  I have scoured google and cannot find anything definitive.  anyone here have any ideas??  thank you16:30
rleighHi folks.  When will the openjdk11 package in 18.04 be updated from 10 to 11, now that 11 is released?  I assume this was the intention, but haven't found any documentation or discussion about it.16:32
devlakhhello :)16:33
devlakhI have a problem i am stuck , my HDMI audio just says [unplugged]16:33
devlakhThanks :)16:34
tomreynrleigh: i assume only the package manager knows the answer to this, who may be a debian maintainer. have you checked launchpad and bugs.debian.org for related bug reports, yet?16:36
tomreynmr_paz: 18.04.0 or 18.04.1 ?16:37
tomreynif it's .0 you should install all pending updates, reboot and retry. also consider a firmware (BIOS) upgrade.16:38
mr_paztomreyn, .016:39
mr_pazi will install updates and see about bios, thank you16:39
pragmaticenigmadannyLopez: I don't know what you're doing, and it's not really important. If all you desire is to move PDF files from one directory, to another, there is no need for rsync if you are using find. Look at the man pages for the programs you are using. there is a lot of information in them about how they work and how to use them to accomplish your task16:40
tomreynmr_paz: this returns the current BIOS version and (hopefully) exact model name: dmesg -t | grep ^DMI:16:40
rleightomreyn: I had a look around, but didn't spot anything informative.  It's already 11 in 18.10.  But for 18.04 the package is named 11 but versioned 10, so was hoping it would be updated to the final release (since 10 is already out of support for security etc.)16:41
pragmaticenigmarleigh: Ubuntu strives for stability. Unless OpenJDK 10 is out of it's support cycle, it will not be replaced by 11 unless absolutely necassary.16:41
=== SimonNL is now known as SimonNL_Afk
tomreynrleigh: being out of support upstream doesn't neccessarily mean it's outof support in ubuntu. it's common that security patches are backported even after upstream stopped supporting a release.16:42
pragmaticenigma!latest | rleigh16:42
ubotturleigh: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.16:42
rleighpragmaticenigma: It is out of its support cycle; it was 6 months from March.  Hence the question.16:45
rleighThe package name+version indicated an intention for it to be updated at some point, and it's clear it will need to be updated during the LTS lifetime, so this is the reason for asking.16:46
pragmaticenigmarleigh: as was also mentioned... see what ubottu posted ... if it were to be released at all, it would come during a point release, not in the middle.16:48
naccrleigh: you're asking about openjdk 11?16:49
rleighYes, I'm fully of that reality.  I was hoping someone might be able to confirm that it would be updated for the next point release.16:49
rleighnacc: Yes.16:49
naccrleigh: one sec, let me find the bg16:50
nacc*bug16:50
dannyLopezpragmaticenigma Tks16:50
tomreynrleigh: amazon has just announced they'll be maintaining an openjdk based java distribution, adding support for ubuntu in spring (or "early"?) 2019, and incidentially february '19 is when 18.04.2 is planned.16:51
naccrleigh: https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/179602716:52
ubottuLaunchpad bug 1796027 in openjdk-lts (Ubuntu) "Update openjdk-11 to 11.0.1 -> Backport it from Ubuntu 18.10" [Undecided,Confirmed]16:52
OerHeksemm i found this16:52
naccrleigh: it will happen, it just takes time16:52
OerHeks!info openjdk-11-jdk16:52
ubottuopenjdk-11-jdk (source: openjdk-lts): OpenJDK Development Kit (JDK). In component main, is optional. Version 10.0.2+13-1ubuntu0.18.04.3 (bionic), package size 3836 kB, installed size 4632 kB16:52
naccrleigh: and ignore all the "+1" comments from users that don't understand packages or anything about java in that bug :)16:53
OerHeksoops, still 10, cosmic gives 1116:53
OerHeks!info openjdk-11-jdk cosmic16:53
ubottuopenjdk-11-jdk (source: openjdk-lts): OpenJDK Development Kit (JDK). In component main, is optional. Version 11.0.1+13-2ubuntu1 (cosmic), package size 2318 kB, installed size 2444 kB16:53
naccOerHeks: yes, that's because 11 wasn't out when 18.04 came out16:53
tomreynrleigh: while thisd doesn't answer your question, this is going to improve the java long term support situation in linux distributions (outside of oracles' java distribution)16:53
naccOerHeks: it will get updated, but updating requires rebuilding a bunch of other packages16:53
naccOerHeks: since the default will shift, and isn't ABI compatible16:53
OerHeksnacc i know, i thought i found the real 11 for bionic, my bad16:54
naccOerHeks: yeah it was confusingly done (to users that read version numbers, but sensibly done for developers)16:54
rleighnacc: Thanks!16:55
naccrleigh: yw16:55
Perdellianso what's the difference between the Hack typeface and Deja Vu Sans Mono?17:23
PerdellianI'm not right off seeing anything17:23
pragmaticenigmaPerdellian: This isn't a great forum to ask that kind of question. This channel is more focused on supporting the configuration and operation of Ubuntu.17:39
jluctrue17:49
=== SimonNL_Afk is now known as SimonNL
bin_bashwhen running sudo update-alternatives –config editor18:07
bin_bashthere are "statuses"18:07
bin_bashwhat's the difference between auto v manual?18:07
bin_bashive never seen this before, and cant find anything about it18:07
bin_bashi changed my editor to vim.basic, and the changes i make are not applied. im assuming this has something to do with "manual mode" but have no idea what18:08
pragmaticenigmabin_bash: about a third of the way down the page explain auto and manual: http://manpages.ubuntu.com/manpages/trusty/man8/update-alternatives.8.html18:16
bin_bashoh it seems i was looking at the wrong manpage18:17
bin_bashpragmaticenigma: based on this, it doesnt seem like the manual/auto has anything to do with visudo updating... any ideas?18:21
pragmaticenigmavisudo isn't managed via the editors group18:21
bin_bashi mean the changes im making via visudo are not applyinh18:22
tewardbin_bash, confirm that EDITOR=vim visudo18:23
tewardbleh, confirm that 'EDITOR=vim visudo' applies the correct editor though18:23
tewardi assume you're calling that with sudo as well?18:23
teward(because 'EDITOR' that it refers to is not an update-alternatives IIRC, it's an env var)18:23
bin_bashyes im doing it with sudo as well as trying with root18:24
bin_bashteward: when i run that it opens with vim, but the changes still do not apply18:24
tewardhow do you mean 'do not apply'?  Do the changes actually save, but just not "work"?18:25
bin_bashcorrect18:25
tewardor do you mean they don't get stored/saved at all?18:25
tewarddid you logout and log back in to make sure it wasn't a session cache issue?18:25
bin_bashthey get saved into sudoers.tmp as expected (as far as i can tell)18:25
bin_bashbut not applied18:25
bin_bashand yep, logged out and back in18:25
tewardbin_bash, check /etc/sudoers - do you not see the changes there?18:25
bin_bashit seems the changes stay in sudoers.tmp and never make it18:25
teward(without using visudo)18:25
bin_bashnope i dont see them there18:25
bin_bashthats whats weird18:26
tewardbin_bash, are you doing `:wq` when within vim BEFORE doing :q to exit out?18:26
teward(or just :w even)18:26
bin_bashi'm doing just :w18:26
tewardif it fails it'll spit an error message at you18:26
bin_bashit's writing to sudoers.tmp18:26
bin_bashidk why it's writing to a tmp file18:26
TJ-bin_bash: that is what visudo does18:27
tewardbin_bash, well, visudo will not write to file /etc/sudoers if it detects a syntax issue, hence why it starts by writing to a .tmp file18:27
tewardif there's a syntax or sudoers config error in what you changed18:28
tewardit won't apply and will complain18:28
tewardOTHERWISE it will apply the change.18:28
bin_bashit hasnt complained, thats the weird bit18:28
bin_bashall i tried to dow as remove an entry for testing lol18:28
TJ-bin_bash: are you editing a file in /etc/sudoers.d/ or editing /etc/sudoers file itself?18:28
bin_bash/etc/sudoers.tmp18:28
tewardwhat's the full command you're entering when calling visudo?18:29
TJ-bin_bash: You're editing a .tmp file ?18:29
tewardbin_bash, share the **exact command** you're entering18:29
bin_bashvisudo18:29
bin_bashthat's it18:29
lordcirthbin_bash, as root?18:29
TJ-bin_bash: bin_bash Oh... you mean *whilst in vim* you see the path to the file you are editing is "/etc/sudoers.tmp" !18:30
TJ-bin_bash: OK, that makes more sense now :)18:30
tewardbut that's normal18:30
tewardso why it's not applying changes after is unknown.18:30
bin_basheither as root or as my user using sudo18:31
bin_basheither way the change isnt applied, thats what's so weird18:31
TJ-bin_bash: visudo makes a copy of /etc/sudoers to /etc/sudoers.tmp, lets you edit it, then when you :wq (write,quit) it checks the syntax before copying that file to /etc/sudoers18:31
bin_bashi did expect it to be sudoers.tmp, but i expected the change reflected in the main sudoers file18:31
bin_bashdo i have to quit?18:31
lordcirthbin_bash, so, it neither complains nor writes to /etc/sudoers ?18:31
lordcirthYes, you need to quit18:31
lordcirthIt calls the editor and continues when it exists18:31
lordcirthexits*18:31
tewardbin_bash, yes you need to quit - use :wq instead of just :w next time18:31
tewardif it errors you have a problem, if not then it will make the changes18:32
bin_bashahhh i didnt realize i had to quit18:32
bin_bashokay let me see18:32
TJ-bin_bash: although it is always better to drop a separate file in /etc/sudoers.d/ so as not to change the package-installed /etc/sudoers - helps avoid issues with package upgrades that may change things18:32
lordcirthYeah, .d dirs are good18:33
lordcirthAlso so much easier for config management tools18:33
TJ-bin_bash: in which case you'd do something like "sudo visudo /etc/sudoers.d/mysudofile"18:33
TJ-grrr, typo18:34
TJ-bin_bash: in which case you'd do something like "sudo visudo -f /etc/sudoers.d/mysudofile"18:34
teward*hands TJ- coffee*18:34
bin_bashoh closing it fixed it.18:34
bin_bashwow i cant believe i didnt know that18:34
* bin_bash slaps the "dolt" sticker on forehead18:34
bin_bashthanks guys, turns out i'm the idiot this time :D18:35
TheHonorableKitthow do I create a new nic on Ubuntu Server 18.04LTS with no ip (as in accordance to this tutorial for Snort Inline IPS: http://sublimerobots.com/2016/02/snort-ips-inline-mode-on-ubuntu/18:55
capellahttps://www.wsj.com/articles/lawyer-asks-supreme-court-to-rule-on-matthew-whitakers-role-as-acting-attorney-general-1542411319?mod=e2tw18:58
capellaBah sorry18:58
capellaoff topic18:59
hggdhcapella: np19:00
capellathanks basic tabfail :)19:00
hggdh:-)19:00
bin_bashcapella: heh couldve been a lot worse for sure19:01
capellaty :)19:01
davangerjust installed ubuntu on my mbp and Im very impressed. I think everything seems to be working even the WIFI which I could never get going in other distros.19:15
davangergraphics are good, machine is running smooth.19:16
pragmaticenigmaThat's great to hear ... If you have support questions, this is the perfect place to ask them. For commentary, chat, or other topics, please check out the #ubuntu-offtopic channel19:28
pragmaticenigmadavanger: ^ ^19:28
TJ-davanger: which model/year is it? We get a lot of users in with MBPs of various years with little issues here and there. Would be good to know ones that don't!19:32
technobiHello All. Quick question. Fruity Loops 20 refuses to find  MIDI under Uubuntu 18.04 apt-get install wine-devel. Any  hint? Thanks19:35
genii!appdb | technobi19:36
ubottutechnobi: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help19:36
geniiTheir appdb usually has whatever tweaks noted also, to get specific programs working19:36
technobiThank You19:37
davangerTJ.: mid 2014 15"19:50
Greyztarpossibel reasons for traceroute to fail other than firewall?Can use on host but not in vm,can do ping though20:05
ahi2try dig20:11
pragmaticenigmaGreyztar: is the VM bridged to the primary network or is the VM being provided an IP address from the VM managment software (NAT mode). Can the VM reach outside resources? Is a firewall too restrictive on the chain?20:11
pragmaticenigmaahi2: dig is for DNS, not the same as a traceroute20:11
Greyztarpragmaticenigma: thanks for asnwering,i can ping outside,also if use traceroute -I i get seems last hop i dont know,its in nat mode but firewall is just accept all :)20:12
pragmaticenigmaGreyztar: what are you using as a VM platform?20:13
Greyztarpragmaticenigma: qemu-system-x86_64 command i used20:13
pragmaticenigmaGreyztar: does traceroute work if you turn of reverse dns lookups?20:14
Greyztarpragmaticenigma: how i turn that off though?20:14
sruliTJ-: since i removed the gpu drivers yesterday i have a few issues, vlc not working among others, any ideas what to do?20:15
pragmaticenigmaGreyztar: what command are you using to perform your traceroute?20:16
Greyztarpragmaticenigma: im using traceroute 1.1.1.120:17
pragmaticenigmaGreyztar: the option "-n" turns off the reverse lookup: traceroute -n 1.1.1.120:19
Greyztarpragmaticenigma: cheers ill give it a go20:19
Greyztarpragmaticenigma: didnt do anything,it show the ip though of target ?20:21
Greyztarpragmaticenigma: find it really weird seeing as ping and everything else works and firewall is open20:21
Greyztarpragmaticenigma: though for ping to work had to pass sysctl parameters20:22
pragmaticenigmaGreyztar: There is something in the configuration of the VM or the host machine that is preventing the traceroute from completing... you might want to ask in #ubuntu-server, or a qemu specific channel. I'm not seeing any reason why you couldn't complete the traceroute20:23
pragmaticenigmaqemu is something I'm not too familiar with20:23
Greyztarpragmaticenigma: yeah i think so too,ive tried alot of googling cant find any other than firewall solutions and such,thanks much for your help (,")20:24
TJ-sruli: the only thing I can think of is like with nvidia vs nouveau, the Xorg libraries change, or it uses MESA. You'd need to closely analyse the error messages from vlc20:25
sruliTJ-: will make some time for that in the next few days, thanks20:26
=== capella is now known as capella|away
TJ-sruli: could be something like vlc is still trying to make use of the amdgpu-rpo VAAPI layer, which I don't think the open-source amdgpu drivers support from what I read (could be wrong on that, though)20:27
sruliTJ-: i purged vlc* and reinstalled, so doubt that20:27
TJ-sruli: it wouldn't be vlc's fault; it would the lingering amdgpu-pro bits.20:28
TJ-sruli: if the userspace layer is advertising "I can do VAAPI" but then the kernel driver doesn't... boom20:28
sruliTJ-: i know that, other than installing propriatory drivers dont really know what to do20:28
TJ-sruli: see what errors vlc reports in debug mode in the terminal, trace them20:29
ioriasruli, your card and kernel/ubuntu version  again ,please ?20:32
sruliioria: forgot, how do i ge tthe car dmodel number?>20:34
ioriasruli, lspci -k | grep -EA4 'VGA|3D' | pastebinit20:35
ioriasruli, and you forgot also how to get the kernel/ubuntu  version  ?20:36
sruliioria: http://paste.ubuntu.com/p/nSFfPdrNXf/ ubuntu 16.04 kernel 4.15.0-39-generic. (its not the same machine i had the problem a few weeks back, that was 18.04 disabling amdgpu here did not help needed to completly purge amdgpu drivers)20:36
sruliTJ-: when i launch vlc from command line and open a video file i get this output in terminal http://termbin.com/c7w220:38
ioriasruli, the output it's not clear.... what is a RX 460 , you know that ?20:40
sruliioria: yes, just found the packaging, sapphire nitro radeon rx 460 oc 4gb gddr520:41
ioriasruli, and what's the problem with the opensource amdgpu ?20:42
sruliioria: for the past month or so kernels newer than 4.4.0-137 had no keyboard input on plymouth screen and login loop (when i tried booting through recovery mode > resume) yesterday same issue with 4.4.0-137, someone suggested i enable lts stack for newer kernel but same issue20:45
ioriasruli, so you cannot login atm ?20:47
sruliioria: only managed to boot normally after purging amdgpu-pro*20:47
sruliioria: but am having some display issues (screen flickering, vlc not working...)20:48
ioriasruli, you can login or not ?20:48
sruliioria: i can, but only after purging amdgpu-pro*20:49
ioriasruli, how did yo upurge it ?20:49
TJ-sruli: what command line options did you use for vlc? "vlc --verbose 2" ?20:49
ioriasruli, you don't  purge amdgpu-pro* , you run the unistall script20:49
sruliioria: i wasnt able to run the uninstall, too many dependencies and errros, i ran "for amdgpupkg in $(dpkg --list | grep amdgpu-pro | awk '{print $2}'); do echo $amdgpupkg; sudo dpkg --purge --force-all $amdgpupkg; done" after that i ran uninstall20:51
p1l0troute -n shows the gateway correctly and I can ping it, but yet I cannot ping out to anything outside my LAN... What am I missing?20:51
ioriasruli, what i think so far: 1) you installed the wrong version  of -pro 2) you  have not unistalled in the correct way ( but i might be wrong)20:52
sruliioria: i never installed it, just what ubuntu installed when i installed ubuntu20:52
sruliTJ-: https://paste.ubuntu.com/p/mHjyFPwskD/20:54
sruliioria: i didnt find another way to uninstall it was throwing too many errors, in anycase how do i proceed?20:55
omryHi, I have a problem with Ubuntu 16.04 on a system with dual nvidia gpus. for some reason I am not getting a blank screen in the text terminals (ctrl-alt-F1-6), any idea what could be going on here? this is before installing the nvidia drivers20:57
TJ-sruli: that's good news, "Segmentation Fault" - we can catch that in the debugger. Try this "gdb --args /usr/bin/vlc --verbose 2" . When you get the "(gdb)" prompt type "run". When it faults get a backtrace by doing "bt full" and then pastebin that.20:58
sruliTJ-: https://paste.ubuntu.com/p/8WnBqXqSs7/21:01
TJ-sruli: we need the bit after you've typed "bt full"21:01
sruliTJ-: oops missed that part, 1 min21:02
sruliTJ-: https://paste.ubuntu.com/p/xyjsD9pt8D/21:03
TJ-sruli: look at line 373 of https://paste.ubuntu.com/p/8WnBqXqSs7/ and you'll see it detects several hardware decoders. I suspect 1 or mor of those is somehow being linked to stray amdgpu-pro code. If you read the "AMDGPU PRO" section here you'll see it talks about the -pro shipping userland drivers for VAAPI/VDPAU but that the F/OSS AMDGPU also provides the same, but less functional/performant.21:10
TJ-https://wiki.archlinux.org/index.php/AMDGPU21:10
TJ-sruli: So, I suspect the crux of your issue is you've got amdgpu-pro userland libraries still installed. If those share the same filenames as the F/OSS libraries then the obvious way to fix that would be to force a --reinstall of the amdgpu F/OSS libraries21:11
sruliTJ-: how do i do that? and will that not take me back to where i was yesterday when i wasnt able to boot?21:12
TJ-sruli: You could also do a debsums run first see if any of the installed checksums don't match21:13
TJ-sruli: as in "debsums | grep -v OK"21:13
TJ-sruli: if you get any failures, and they look like libraries of any kind, you can then identify the package and "apt-get --reinstall install <package>" for each21:14
sruliTJ-: running it now21:15
TJ-sruli: to identify the package use "dpkg -S path/to/file/that/failed"21:16
sruliTJ-: i have alot of REPLACED, i guess i can ignore all the /usr/share/locale-langpack/ ones?21:18
sruliTJ-: these are the failed ones https://paste.ubuntu.com/p/bXPMSWqQmd/ should i check all?21:19
TJ-sruli: REPLACED might be a worry depending on the cause. Those FAILED though are right where I expected them, in the GPU driver libraries21:22
TJ-sruli: focus on fixing those FAILED for now because I'd expect those may solve the remaining display glitches21:22
sruliTJ-: output of "dpkg -S /usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" is "libgl1-mesa-dri:amd64: /usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" not sure what i need to do to proceed21:23
TJ-sruli: using that as an example, "sudo apt-get --reinstall install libgl1-mesa-dri:amd64"21:23
omryTJ- , sruli : you could verify package files with dpkg -V NAME21:24
omryif you are talking about nvidia and mesa - than yes - for sure the nvidia driver is messing up the mesa package.21:24
sruliTJ-: do i need to worry about the i386 too or only amd64 packages21:25
omrysruli: dpkg -V libgl1-mesa-dri should tell you if any files in that package got modified after installation.21:26
TJ-omry: I find dpkg --verify too noisy21:26
omryTJ-: only if any files are modified :)21:26
TJ-omry: no, we're not dealing with nvidia21:27
srulihttps://paste.ubuntu.com/p/kyxWwxVkK5/ lots of "?" not sure what they mean21:27
sruliTJ-: omry: ^21:27
TJ-sruli: ignore that and carry on as you were; re-install the packages identified21:27
omrysruli: it means it got modified, so yeah - a reinstall of the package can help you. in any case - I will let TJ- help you, too many cooks :)21:27
harovalihi, is ther a way to debug why lightdm.services is failing to start?21:27
harovaliI've been fiddling with things21:28
sruliTJ-: will reinstall all of those, do i need to to reinstall the i386 packages aswell?21:28
harovaliWould like not to reinstall21:28
harovaliubuntu 18.04 LTS21:28
omryharovali:  look at the xorg log for hints21:29
harovaliOmry I will21:29
falz'lo. ubuntu 18 appears to evenly prefer wired+wireless when both are connected (netstat -nr shows both with default gateways). is there a native way to have it prefer wired over wireless if present? I do not recall this behavior in previous versions21:29
sruliomry: thanks, sometime many cooks are required ;-)21:29
TJ-sruli: any package that reports a failure, so if that includes i386 packages, yes21:29
falzi see suggestions online of forcing a metric of an interface, but that doesn't seem clean with network-manager21:30
omrysruli:  I just came to ask a question, don't want to antagonize people who are answering questions :)21:30
TJ-falz: usually the default routes have different metrics21:30
Greyztaris it the most popular thing to backup config files to github fro backup?Or Ubuntu got something of its own?21:30
falzTJ-: they didnt seem to from what i could see: http://pastebin.falz.net/150827921:30
TJ-falz: yuk! use "ip route show"21:31
falzactually unsure how to see metric on linux i guess21:31
falzip command still to new to enter my brain :)21:31
TJ-falz: the old "route" also shows metrics21:32
falzah, i chose the only command that didn't. http://pastebin.falz.net/150828121:32
falzguess it is setting metric and what i was troubleshooting isn't related to this21:33
falz(synergy seems slow like it's operating over wifi)21:33
falzi'll look at other things, thanks much21:33
harovaliomry: please see https://pastebin.com/npfHhX5q21:34
falzi think i stuck with netstat -nr since it worked across linux/bsd/unix, lowest common denominator21:34
falzchangememind_meme.png goes here i guess. anyhow, thanks21:34
omryharovali: looks like. what is the problem you are seeing?21:35
omryare you sure there isn't any more after that in the log?21:35
TJ-falz: the issue most likely is you've got two NICs on the same subnet, so ARPs might be answered on either NIC. You'd need to enforce source-based routing locally to prevent that21:36
xpe2Hi everyone! I have been having an issue due to a Linux kernel bug that was introduced by L1TF/Foreshadow mitigations for the last few months. The bug has been fixed in 4.19 and has been backported to the kernels used by 16.04 and 18.10 a while ago, but unfortunately I am on 18.04. I assume there is nothing I can do about that other than upgrading to a newer kernel myself? Is there any place to recommend patches that should be backported?21:36
xpe2I am not sure if this is the right place to ask...21:36
harovaliomry: completely sure, this is what's there ; I'know this is really little21:36
TJ-harovali: you need the logs under /var/log/lightdm/ there is a x-0.log and others21:37
sruliTJ-: all the failed ones were only 1 package libgl1-mesa-dri, installed, will reboot shortly21:37
omryharovali: after you restart the X server, is it running?21:37
TJ-sruli: you should only need to restart the display manager (log-out or from a console do "sudo systemctl restart lightdm")21:37
sruliTJ-: have lots of gui things running, will do that shortly21:38
harovaliomry: nope, not now21:38
omrytell me how you restart it and how you verify it's not running.21:39
harovaliomry: , for sure this is a driver thing21:39
omryalso look at dmesg to see if it says something about it crashing21:39
harovaliomry: dmesg looks like this https://pastebin.com/DhewnjeP21:42
harovaliomry I restart like this : https://pastebin.com/aXtkT05N21:43
TJ-harovali: as I said earlier, you need to look at /var/log/lightdm/x-0.log and other logs in that directory21:44
harovalii'd like to fall back to nouveau /nvidiafb21:44
harovaliTJ-: sorry; Iĺ peek there21:44
sruliTJ-: thats what my lightdm showed yesterday, you think harovali might have similar issue ?21:44
TJ-sruli: buses always come in threes :D21:45
sruliTJ-: visit london.. they come in dozens ;-)21:46
harovalisruli: tell me about what you faced21:46
sruliharovali: you use amdgpu?21:46
harovalisruli: nope, a 304 nvidia crap21:46
sruliharovali: so it aint same issue21:47
harovalisruli: NVIDIA Corporation C61 [GeForce 6150SE nForce 430]21:47
TJ-Could be21:47
harovalisruli: thx21:47
TJ-nvidia and nouveau/mesa drivers confusion21:47
harovaliTJ building the nvidiadrivers from tarball tends to litter the system21:48
harovaliTJ yes probably21:48
TJ-harovali: shouldn't need to build from tarball, Ubuntu has the legacy drivers in the repos21:49
harovaliI ran a loop over dpkg listing and reinstalled all system packages, but nothing changed21:49
harovaliTJ I tried that too21:49
harovaliTJ Iĺ  try again21:50
TJ-harovali: show is the log file; that'll likely have clues21:50
MikeRLAnyone know how I can opt out of phased updates on Ubuntu 18.10?21:50
naccMikeRL: it's the same as it was in prior releases, I'd assume21:52
naccMikeRL: www.murraytwins.com/blog/?p=12721:52
MikeRLnacc, so add Update-Manager::Never-Include-Phased-Updates “True”;?21:54
MikeRLnacc, I'm sorry the quotation marks confused me.21:54
naccMikeRL: i guess so? I'm not sure why you want to do it, though?21:54
naccMikeRL: oh and yes to the quotes around "True"21:56
harovaliTJ I pasted it https://pastebin.com/npfHhX5q https://pastebin.com/DhewnjeP21:57
sruliTJ-: on 18.04 should it not be gdm rather than lightdm?21:59
TJ-sruli: oh, if you're using ubuntu/gnome, possibly.22:00
TJ-sruli: "gdm3"22:00
TJ-sruli: but I thought we looked at lightdm logs on your system too?22:00
sruliharovali: what flavor of 18.04 are you using?22:00
harovalisruli: yes, it is what's installed by default. Then, in 18.04 x11vnc does not work with gdm3 , it is suggested to switch to lightdm , anyway the problem is the same if I switch back to gdm322:00
sruliTJ-: i am on 16.04 but was asking about harovali22:01
harovalisruli: 18.08LTS x86_6422:01
harovalis/18.08/18.04/22:01
MikeRLWhy would I want to do it nacc ? Because I detest waiting for updates. I like living on the edge.22:02
TJ-harovali: ahhh, the x-0.log is copied over from /var/log/Xorg.0.log so it is the same. So let's see "pastebinit /var/log/lightdm/lightdm.log"22:04
sruliharovali: wont help with your current issue, but i manage to remote with x11vnc to 18.04 on gdm3, only thing i need to do different is it wont wotk if i dont specify the display port "x11vnc -usepw -display :0"22:04
naccMikeRL: but disabling it, means you wait, aiui22:07
naccMikeRL: you want to use apt-get directly22:07
TJ-MikeRL: if you disable PhasedUpdates you'll be last to receive them22:07
=== fullgott is now known as BlacksmithMetash
=== WoC- is now known as WoC
sullivanHi, I'm having some trouble with my display driver (amdgpu), could someone help me debug it please?22:10
harovalisruli: interesting thanks !22:10
TJ-MikeRL: if you want to be the vanguard you need to set Update-Manager::Always-Include-Phased-Updates "True"22:10
harovaliTJ aparently things in  /var/log/lightdm/  get logged after the stage at which this is failing22:10
TJ-harovali: those logs are created by lightdm itself22:11
MikeRLTJ-, thank you.22:11
TJ-harovali: if lightdm is failing they should show how far it got22:11
TJ-harovali: you could also try "journalctl -p warning --since yesterday"22:12
TJ-harovali: or if the failure was more recent, "journalctl -p warming --since '2 hours ago' "22:12
TJ-s/warming/warning22:12
srulisullivan: what trouble are you having?22:13
sullivansruli: black screen after boot, have to use recovery/nomodeset to get GUI; console error I have been able to log is along the lines of 'VGACON disables amdgpu'22:15
sruliTJ-: thats the next bus ^22:15
TJ-sruli: I'm off to bed! You're the expert on andgpu now :D22:16
sruliTJ-: i wish lol, good night, thanks for yuor help22:16
srulisullivan: when you get to gui after recovery are you able to login to a normal session?22:17
sullivansruli: yes22:17
srulisullivan: so not the same issue i had, maybe try to remove splash from grub?22:18
harovaliTJ thanks too22:19
TJ-sullivan: show us "cat /proc/cmdline"22:19
sullivansruli: I tried to change to nosplash, but same behavior.  Can only get responsiveness from recovery/nomodeset22:19
TJ-sullivan: "nomodeset" with cause " [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting"22:20
TJ-s/with/will/22:20
en1gmaahi22:22
sullivanTJ: maybe that would explain why simply editing grub entry with nomodeset lets me get to login but still no GUI, but recovery actually works22:22
TJ-sullivan: without nomodeset what is the problem?22:25
sullivanSame as I described above, though unable to view console for errors22:26
sullivanTJ: output of cat /proc/cmdline is /boot/vmlinuz-4.15.0-39-generic root=UUID=....... ro recovery nomodeset22:29
TJ-sullivan: We've found often that video mode errors are caused when GRUB is put into graphics mode (which is the default). It seems to cause problems for the kernel modesetting on some systems. I often recommend setting "GRUB_TERMINAL=console" in /etc/default/grub and "sudo update-grub" then a reboot.22:34
sullivanOnly other steps I've been able to find/think of to try is a kernel upgrade and switching to lightdm (I should probably roll that one back)22:35
sullivanTJ: I will try that22:35
DrManhattanTJ-, at the very least you can read the console output a lot better that way. I do that by default as well.22:36
sruliTJ-: going for a reboot now, fingers crossed22:36
sullivanTJ: so, being a complete scrub, after uncommenting the relevant line in /etc/default/grub in console...  How do I save changes?22:37
TJ-sullivan: save the file you mean?22:38
sullivanYes22:38
TJ-sullivan: if you've saved the file then you have to do "sudo update-grub"22:38
TJ-sullivan: saving depends on what editor you are using!22:39
sullivanTJ: i'm in root console under recovery, I just typed edit /etc/default/grub and uncommented the line.  I only use gedit so don't know the syntactical command to save cuz i'm a scrub22:40
TJ-hmmm, I don't know what "edit" is. I use 'vim'22:42
TJ-sullivan: apparently that is part of the "mime-support" package !22:43
sruliTJ-: rebooted fine, still have the same issue with vlc and screen flickering22:43
=== jcnmark6_ is now known as jcnmark6
TJ-sruli: you'll have to rinse and repeat the previous operations. Check those REPLACED issues next22:44
TJ-sruli: you need to determine what the heck caused them. The only thing I can think is PPA packages replacing archive packages22:45
sruliTJ-: debsums are the same, same failed files22:48
sruliTJ-: should i remove the /var/opt/amdgpu-pro-local. ./ ppa?22:49
sullivanTJ: alright, I have grub in terminal mode or whatever now.  I also learned a little about vim, so I found that silver lining I've been looking for since this started22:50
TJ-sruli: FAILED again? the same files?22:50
sruliTJ-: yes exactly the same22:51
TJ-sruli: after you'd --reinstalled-ed those packages did you think to re-run debsums on those package names alone, to see if they were no longer reported?22:52
sruliTJ-: all those files are just 1 package, will try reinstall and debsums now22:52
TJ-sruli: if not, I'd suggest you --reinstall that/those package(s) again now, then run "debsums <packagename>" and see how it goes22:52
TJ-sruli: I thought it was 2 packages; the :amd64 and :i386 versions22:52
TJ-sruli: I dismissed the pastebins from earlier though so can't check, but I thought the paths had /i386/ and /x86_64/22:53
sruliTJ-: sudo apt install --reinstall libgl1-mesa-dri installs both22:53
sruliTJ-: output of install https://paste.ubuntu.com/p/5Wx698KD2b/22:54
sruliTJ-: debsums shows exact same errors22:54
TJ-sruli: really? I thought that only did the installed architecture, not foreign-architectures too22:54
TJ-sruli: that doesn't look correct to me! It isn't supposed to do that :)22:55
sruliTJ-: but its me, if i dont break it, it finds a way to break itself ;-)22:56
TJ-sruli: what does "dpkg --print-architecture; echo "foreign"; dpkg --print-foreign-architectures" report?22:56
sruliTJ-: amd42, foreign, i38622:57
TJ-sruli: maybe the apt logic has changed and I didn't notice it; I'm used to having to specify the architecture when doing those things22:57
sruliTJ-: s/42/6422:57
TJ-sruli: wow, amd42 huh? :D22:57
TJ-sruli: that looks correct. Hmmm, I seem to have learned something new22:57
sruliTJ-: i tried reinstall again with amdgpu-pro-local repo enabled and disabled, after both debsums returns same failed22:59
sullivanHow can I slow down the console scroll at boot and read the entries?22:59
TJ-sruli: there is something broken there, possibly in package management22:59
TJ-sullivan: you can't and you shouldn't22:59
sruliTJ-: install -f reports all good23:00
sullivanI suppose logs then?  Just don't know what23:00
TJ-sullivan:  you can read it later once the system is started, with "journalctl -b"23:01
TJ-sullivan: "-b" shows the 'boot' logging23:01
sullivanTJ: Not if I can't get a console lol, unless I start in recovery I still getnothing after boot23:02
tgm4883sullivan: you can't switch to a virtual terminal after boot?23:03
sruliTJ-: any other things i could try?23:04
sullivanTJ: just double checked to verify, after boot I get a black screen, Ctrl+alt+F2 does not give me console.  Have to go through recovery23:06
TJ-sruli: if the checksums on the files are still not matching those declared by the packages in /var/lib/dpk/info/<package>.md5sums (which is what 'debsums' checks) then there is an ongoing problem there23:06
TJ-sullivan: do you have another Linux PC you can SSH into this problem PC from?23:06
TJ-sullivan: with these kinds of issues its much easier to use remote control to explore/control23:07
sullivanUhhhhhhh I mean I guess I can go unpack a laptop and teach myself real quick23:07
TJ-sullivan: on the problem PC you need to do "sudo apt install openssh-server"23:08
TJ-sullivan: and I'd recommend setting a static IP address on it rather than DHCP whilst doing this, so you don't have to keep on discovering what IP address it was given!23:08
sullivanIt should have reserved IP...23:09
TJ-sullivan: OK, that would help23:09
sruliTJ-: should "libgl1-mesa-dri" be listed in /var/lib/dpkg/info/ ?23:09
TJ-sruli: is this 16.04?23:10
sruliTJ-: yes23:10
sruliTJ-: found it there23:11
TJ-sruli: I don't have a 16.04 here with GUI on, but I do have 18.04 which has "/var/lib/dpkg/info/libgl1-mesa-dri:amd64.md5sums"23:11
sruliTJ-: i have it, what do i do with it?23:11
TJ-sruli: nothing :D23:11
TJ-sruli: it's used by 'debsums' - best you can do is check its timestamp ensure it is recent23:12
Kazdaxi just installed ubuntu23:12
sruliTJ-: libgl1-mesa-dri:amd64.list timestamp is now (reinstall) but rest including .md5sums is from June23:13
Kazdaxi am looking to install virtual box23:13
nicekiwiheyyy, how do I enable OSD notifications when I change the volume? in Ubuntu 18.1023:14
TJ-sruli: is this the package version? https://launchpad.net/ubuntu/+source/mesa/18.0.5-0ubuntu0~16.04.123:15
Kazdaxi am trying to do sudo apt-get update23:17
Kazdaxbut it says there is a lock23:17
sruliTJ-: dpgk reports that version yes23:17
Kazdaxthe downloads of the updates are installing23:17
neilduganI have a remote lxc vm that I can use ssh to from my laptop as root but I can't connect as a user .... both the root and the user have the same .ssh/authorized_keys  ... so why do I get an "Permission denied (publickey)." only when trying to connect as the user not root?23:17
Kazdaxcould it be because of that ?23:17
sruliKazdax: yes its becuase of that apt has a lock so only 1 instance can run at a time23:18
Kazdaxk23:18
Kazdaxhow do i know when my downloads are finished or see how much is left23:18
TJ-sruli: right, I've got the buildlog for that package, if you search down for "libgl1-mesa-dri_18.0.5-0ubuntu0~16.04.1_amd64.deb" you'll see the list of files and timestamps/sizes.   https://launchpadlibrarian.net/374544749/buildlog_ubuntu-xenial-amd64.mesa_18.0.5-0ubuntu0~16.04.1_BUILDING.txt.gz23:18
sruliKazdax: it running in the background?23:19
Kazdaxwell i checked the task bar to see if its there23:19
Kazdaxbut it isnt23:19
Kazdaxhold on ..i see it now23:20
Kazdaxits installing the updates ..i guess once thats done i can do what i want too23:20
Kazdaxwhich is installing virtual box23:20
Kazdaxwasnt there some inbuilt capabalities of linux to do VM stuff23:20
KazdaxQEMU ?23:20
Kazdaxvirt-managr i think23:20
Kazdaxwas the GUI for it23:21
sruliKazdax: virt manager23:21
Kazdaxya i will look for that rather than virtual box23:21
Kazdaxthats better right ?23:21
sruliKazdax: thats what i use /qemu/kvm/virt manager23:22
Kazdaxcool23:23
sruliTJ-: these are my files https://paste.ubuntu.com/p/PyGt3FzGH2/ and this is from the buildlog https://paste.ubuntu.com/p/bvw6DNbDgq/ the file sizes are completely different but the dates are the same except for a few which have today’s date23:26
catopett1I see that the MS/WINDOWS is to be discontinued and reached EOL in 2025. I HOPE LINUX TAKES OVER then23:27
neildugancatopett1, what is going to replace it?23:29
sullivancatopetti: wishful thinking.  they'll do something else anti-consumer i'm sure23:30
TJ-sruli: there's your problem in all those symlinks "radeon_dri.so -> /opt/amdgpu/lib/x86_64-linux-gnu/dri/radeon_dri.so" ... what is/was in /opt/amdgpu/ because that is NOT an archive path, so you've got something non-standard there23:30
TJ-sruli: does "dpkg -S /opt/amdgpu/lib/x86_64-linux-gnu/dri/radeon_dri.so" help?23:30
sruliTJ-: output is "libgl1-amdgpu-mesa-dri:amd64: /opt/amdgpu/lib/x86_64-linux-gnu/dri/radeon_dri.so"23:32
catopett1sullivan: After what i read, the MS comes with a BRAND NEW OS, more like Linux, and mostly possible OPEN SOURCE23:32
TJ-sruli: "apt-cache policy libgl1-amdgpu-mesa-dri:amd64" and take note of where the installed package comes from23:32
TJ-catopett1: that is off-topic; if you don't have a support issue please take it to #ubuntu-offtopic23:33
sruliTJ-: this is what we are looking for "500 file:/var/opt/amdgpu-pro-local ./ Packages" ?23:33
catopett1So all softwareproducers have to change platform, to new os, i hope thay choose LINUX23:33
koxmokerAPT package seem to autoupdate in 18.04 desktop as long as it's available in the setup repositories. If you install somthing using taskel, will it automatically update the packaes you installed using it when ubuntu autoupdates like it does with packages that were installed with APT?23:33
TJ-sruli: can you pastebin that entire report? That looks really WRONG23:34
sruliTJ-: https://paste.ubuntu.com/p/5VKynSZbWQ/23:34
sullivanbrb23:34
lordcirth_catopett1, Be wary of Embrace, Extend, Extinguish.  But this is kinda offtopic here.23:35
TJ-sruli: WHAT the HECK have YOU been DOING to THAT poor UBUNTU!?!23:35
TJ-sruli: "file:/var/opt/amdgpu-pro-local" is the URL to the installation archive!!23:35
TJ-sruli: "sudo grep -rn 'file:' /etc/apt/sources.list{,.d/*}" and find out which file you've got that points to that location23:36
sruliTJ-: been using it to its fullest ;-)23:36
TJ-sruli: Why always me when you break it though!?! :D23:36
TJ-sruli: a BAD, local, package has been installed every time due to that; The Ubuntu archive package is not being installed23:37
sruliTJ-: https://paste.ubuntu.com/p/yyjMMBng7N/ (i broke nada, it climbed the ladder itself and fell)23:37
TJ-sruli: try this: "sudo add-apt-repository --remove amdgpu-pro-local"23:38
sruliTJ-: now try to reinstall that package?23:38
TJ-sruli: then "sudo apt update" *then* --reinstall that/those packages23:38
TJ-sruli: now, "apt-cache policy libgl1-mesa-dri" should show the Ubuntu package version and URL23:39
sruliTJ-: output of grep -rn 'file:' /etc/apt/sources.list{,.d/*} still the same :-(23:39
sruliTJ-: apt-cach still show the same too23:40
TJ-sruli: ok, manually: "sudo rm /etc/apt/sources.list.d/amdgpu-pro-local.list*"23:40
sruliTJ-: what about amdgpu-pro.list.save rm it too?>23:41
TJ-sruli: I was going to leave that /just/ incase you need to refer to it. .save files are ignored23:42
Richard_CavellWhat version of gcc is with Ubuntu 18.04?23:42
Richard_CavellAnd Ubuntu 18.10 too please23:42
sruliTJ-: the file line is no more in apt-cahce will try reinstall now23:43
TJ-!info gcc bionic | Richard_Cavell23:45
ubottuRichard_Cavell: gcc (source: gcc-defaults (1.176ubuntu2.1)): GNU C compiler. In component main, is optional. Version 4:7.3.0-3ubuntu2.1 (bionic), package size 5 kB, installed size 64 kB23:45
sruliTJ-: smae output for ls -lah /usr/lib/x86_64-linux-gnu/dri/ apart from timestamps which updated to now23:45
TJ-!info gcc cosmic | Richard_Cavell23:45
ubottuRichard_Cavell: gcc (source: gcc-defaults (1.179ubuntu1)): GNU C compiler. In component main, is optional. Version 4:8.2.0-1ubuntu1 (cosmic), package size 5 kB, installed size 64 kB23:45
Richard_Cavellthx TJ-23:45
neilduganI have a remote lxc vm that I can use ssh to from my laptop as root but I can't connect as a user .... both the root and the user have the same .ssh/authorized_keys  ... so why do I get an "Permission denied (publickey)." only when trying to connect as the user not root?23:46
koxmokerWhen I use APT to install a package, that package seems to auto update when Ubuntu updates. Will the same be true if you use tasksel to install a package?23:49
hggdhkoxmoker: yes, it will23:52
TJ-neildugan: "the same" or copies of files?23:52
koxmokerhggdh: Thanks a bunch!23:52
koxmokerWhat a time saver for installing the LAMP stack then...23:52
srulineildugan: as TJ- asks, check the permissions on the user authorized_keys file23:53
sruliTJ-: have to go home, will see what happens tomorrow23:54
TJ-sruli: I'm supposed to be in bed! good luck :)23:55
sruliTJ-: thanks so much, good night23:55
neilduganTJ-, identical contents, different files23:55
srulineildugan: what are the permissions on the files?23:55
TJ-neildugan: OK, so ownership isn't shared then. Was wondering about permissions.23:55
neildugansruli, "-rw------- 1 neil neil 1178 Nov 20 22:18 /home/neil/.ssh/authorized_keys"23:56
srulineildugan: in sshd_config whats the path for keyfiles?23:57
TJ-neildugan: the only thing I can think is you've got something in sshd_config that is different for root23:57
sruliTJ-: might be a hard link /root/...23:57
sruliTJ-: i menat absolute path23:57
TJ-neildugan: what SSH command do you use for connection for the 2 usernames?23:57
TJ-neildugan: is it like "ssh root@hostname" and "ssh neil@hostname" ?23:58
neildugansruli, "grep keyfiles /etc/ssh/sshd_config " doesn't return anything23:58
srulineildugan: grep "AuthorizedKeysFile"23:59
neilduganTJ-, exactly23:59
TJ-neildugan: so no local (on laptop) Host: entries in ~/.ssh/config then23:59
sullivanTJ: what is the command to restart the ssh daemon service?23:59

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