/srv/irclogs.ubuntu.com/2018/07/01/#ubuntu.txt

Sir_AndreiHmm, good metaphor.00:00
tomreynSJr: i thnk it has the Cloud-init" package installed by default, which makes it easier to adding it to 'the cloud' with canonicals cloud stack. you can just uninstall this package, and this file should be gone. i think netplan doesn't come with a (main) a configuration file by default, you are supposed to create it, or start with a template.00:01
SJrexcellent00:02
Sir_AndreiWell, installation finished.00:06
Sir_AndreiBut it still gave me GRUB shell when I power on the computer.00:06
Sir_AndreiWindows 10 boots normally (If I select W10 boot from UEFI setup).00:07
tomreynSir_Andrei: what do you need to do to get to the grub shell then?00:07
Sir_AndreiJust power on the computer.00:08
Sir_AndreiWhen I power it on it give me the grub shell.00:08
Sir_AndreiI know how to boot Ubuntu from it.00:08
tomreynSir_Andrei: well then note those stpes down and make them permanent00:08
tomreyn*steps00:08
Sir_AndreiNice, one moment, I'll boot it.00:09
tomreyni told you the same 2 hours ago ;)00:09
=== ec0 is now known as jhebden
=== Sven__ is now known as Sven_vB
=== jhebden is now known as ec0
Sir_AndreiYea, but remember my grub has broken then XD.00:12
Sir_AndreiNice, I've booted it.00:14
Sir_AndreiSo now..., I have to update grub (update-grub), right'00:14
=== ec0 is now known as jhebden
RoadRunneris ubuntu driver manager a part of gnome desktop are these two things sepparate and unrelated?00:15
Sir_AndreiUpdated.00:16
RoadRunnerspecifically, is the driver manager the same on ubuntu and xubuntu?00:16
Sir_AndreiBut when I try with grub-install /dev/sda it says "Warning, this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.00:16
Sir_Andreigrub-install: error: will not prceed with blocklists.00:17
tomreynRoadRunner: it's a command line utility ("ubuntu-drivers", "jockey" in past releases), and there are gtk and qt based GUIs for it00:17
tomreynSir_Andrei: you installed grub to a partition?00:18
tomreynthat's no longer supported (never really was well supported)00:18
Sir_Andreitomreyn, directly to /dev/sda00:18
Sir_Andrei"sudo grub-install /dev/sda"00:19
BlackDalekwhere do I find my grub menu.lst file?00:20
tomreynSir_Andrei: which ubuntu release is this again?00:20
Sir_AndreiLubuntu 18.04 (amd64).00:20
tomreynBlackDalek: menu.lst is grub legacy 0.9*, we're using grub 2 (1.9*) now, which uses /boot/grub/grub.cfg00:20
BlackDalektomreyn, thank you00:21
tomreynBlackDalek: this file is generated (overwritten automatically) by "update-grub"00:21
RoadRunneram having problems with webcams working with diff apps under diff xubuntu versions and wondering if it could be the driver or driver manager and if getting Linux Mint Driver Manager may help?00:22
tomreynSir_Andrei: is there more output or just this one line?00:22
BlackDalektomreyn, I am having an issue where grub menu is not skipping. I have only one OS (16.04) installed, yet it waits indefinitely on grub menu at boot up until I press enter00:22
Sir_AndreiHmm, i can paste it on pastebin, one moment.00:22
tomreyn...00:23
tomreynBlackDalek: edit the timeout option in /etc/default/grub and run update-grub00:23
BlackDalektomreyn, I tried that. I set GRUB_HIDDEN_TIMEOUT=2 and ran update-grub but it still pauses at grub menu until I press enter00:25
tomreynBlackDalek: what is GRUB_TIMEOUT set to?00:26
BlackDalektomreyn, is there some other setting which is overriding the setting?00:26
tomreynBlackDalek: also GRUB_DEFAULT00:26
BlackDalektomreyn, 0.00:27
tomreynBlackDalek: both are set to 0?00:27
BlackDalektomreyn, GRUB_DEFAULT is also 000:27
tomreynis GRUB_TIMEOUT_STYLE defined?00:28
BlackDalektomreyn, there is no such definition defined00:29
BlackDalektomreyn, GRUB_HIDDEN_TIMEOUT_QUIET=true00:30
oerhekshttps://paste.ubuntu.com/p/svvNdQH7zD/00:30
tomreynBlackDalek: so GRUB_TIMEOUT is 0, right?00:31
oerheks10 is standard00:31
BlackDalektomreyn, yes, that's what it says in the file at /etc/default/grub00:32
Sir_Andrei_2Hi again00:32
Sir_Andrei_2https://pastebin.com/raw/b5fdwxNp00:32
Sir_Andrei@tomreyn ^00:33
BlackDalektomreyn, the only setting which has a numerical non-zero value is GRUB_HIDDEN_TIMEOUT=200:33
tomreynBlackDalek: hmm, then i'm puzzled, with this configuration it should not show the grub menu by default, giving you 2 seconds to hit escape or shift to display it, by when it would remain waiting for user input00:33
BlackDalekIs there anything else in the system which could override the settings in /etc/default/grub?00:34
tomreynBlackDalek: that's all ubuntu defaults00:34
tomreynBlackDalek: it's /etc/default/grub.cfg00:34
tomreyndid you miss .cfg?00:34
tomreynoh wait, that's wrong. sorry00:35
tomreynBlackDalek: /etc/default/grub is correct00:35
BlackDalektomreyn, the filename has no extension :)00:35
tomreynBlackDalek: i mixed it up with /boot/grub/grub.cfg00:35
BlackDalekyep00:36
tomreynBlackDalek: i'm not aware of anything e4lse which would modify the behaviour there. you could look through your generated grub.cfg though, and see what was written there00:36
oerheksGRUB_TIMEOUT=10 ...00:36
oerheksthat is what mine gives00:37
tomreynoerheks: so you have the menu diplayed by default?00:37
oerheksno, it goes straight to the default entry00:38
oerhekssee the paste00:38
oerhekshttps://paste.ubuntu.com/p/svvNdQH7zD/00:38
oerheksand compare with yours?00:38
tomreynmine http://paste.ubuntu.com/p/WzS7bKp2ZM/00:41
BlackDalekoerheks, ok... I'm modifying my file to reflect yours.00:41
tomreyni get no menu by default, there is a 2s timeout where i can activate the menu, then it waits for input00:42
tomreynBlackDalek: maybe you edited /etc/grub.d/00_header ?00:42
tomreynthat's where the imtout is added when grub.cfg is created00:43
tomreyn*timeout00:43
Sir_AndreiIt is really necessary to reinstall GRUB?00:43
BlackDalektomreyn, I see your config has no GRUB_HIDDEN_TIMEOUT=x line. Anyway, I am rebooting it now to see what oerheks config does00:44
Sir_AndreiI mean, I have regenerated it, and I've done a grub-mkconfig.00:44
Sir_AndreiIf my computer starts giving me GRUB shell, I suppouse GRUB is already installed.00:44
Sir_AndreiLet's restart...00:45
Sir_AndreiDah, GRUB Shell again.00:45
tomreynSir_Andrei: it means grub was loaded form *somewhere*, yes00:45
tomreynyou need to install the current version of grub to the device the computer will boot from once per grub version00:46
oerheksubuntu must be installed in uefi mode, right? else one needs to chroot an install from live iso and reinstall grub00:47
Sir_Andrei@tomreyn, with grub-install?00:47
oerheks* c/ booted in00:47
tomreynBlackDalek: that's right. i commented out GRUB_HIDDEN_TIMEOUT=0 here (i think grub was always pointing out this should not be set when GRUB_TIMEOUT is a non-zero value) and it works fine this way.00:47
BlackDalekwell that was weird... during shutdown, I had a blinking underscore cursor in top left of blank screen for about 60 seconds before the machine restarted00:47
BlackDalekok.. now it's waiting at the grub menu again.....00:48
tomreynSir_Andrei: yes grub-install /dev/sdX (or whatever the raw device name is)00:48
=== Sir_Andr` is now known as Sir_Andrei-2
Sir_Andrei-2That's the result.00:49
Sir_Andrei-2https://pastebin.com/raw/b5fdwxNp00:49
BlackDalekit's gone longer than 10 seconds.... nothing is happening.00:49
BlackDalektomreyn, oerheks' config made no difference. I am still stuck at grub waiting for me to press enter.00:49
tomreyn<tomreyn> BlackDalek: maybe you edited /etc/grub.d/00_header ?00:50
BlackDalektomreyn, I will now look to see if anything is at /etc/grub.d/00_header....00:51
tomreynSir_Andrei-2: you are BIOS booting00:52
Sir_AndreiThat's new for me.00:52
tomreynSir_Andrei-2: and the grub which is loaded there cannot spot a bios_grub partition on the same device.00:52
Sir_AndreiHmm..., maybe cause it doesn't exists.00:52
Sir_AndreiWell..., I'll create one with Gparted, one moment.00:53
oerheksi agree that the uefi manual is poor, without proper images00:54
BlackDalektomreyn, the file 00_header appears to be a script. I am not sure what I am looking for. I have never edited this file myself.00:54
tomreynBlackDalek: compare the relevant part to mine: grep timeout /etc/grub.d/00_header | pastebinit00:56
tomreynBlackDex: here's mine: http://paste.ubuntu.com/p/q2fB3TVfcj/00:56
tomreynBlackDalek: can you also post your /boot/grub/grub.cfg ?00:57
tomreynBlackDex: sorr,y not you00:57
BlackDalektomreyn, my 00_header's make_timeout () section looks completely different to yours. Hold on, I will pastebin some stuff01:02
Sir_Andr`Sorry, I've lost connection.01:02
=== Sir_Andr` is now known as Sir_Andrei
=== littlebit1 is now known as littlebit
BlackDalektomreyn, my 00_header file https://pastebin.com/UFtzUqZS01:06
RoadRunnertomreyn: "ubuntu-drivers devices" did not generate any drivers at all; what sources of proprietary drivers can I consider to resolve my webcam issues?01:10
=== Comstock is now known as scrubs
=== scrubs is now known as Comstock
oerheksif drivers do not show prop drivers, you are fine01:15
oerhekswebcam issues, might be your pidgin 2.13 ??01:16
tomreynRoadRunner: ubuntu-drivers only provides some proprietary drivers, none for webcams. which webcam do you have there, what makes oyu think it doesn't work?01:16
tomreynBlackDalek: i'm on 16.04, i think you're on 18.04 so it may well differ01:17
oerhekssudo ubuntu-drivers list  /// driver in use >> lspci -nnk | grep -i vga -A3 | grep 'in use'01:17
BlackDalektomreyn, no.. this is a 16.04 system01:18
BlackDalektomreyn, I am getting my grub.cfg pastebinned now... hold on...01:22
tomreynBlackDalek: your and my /etc/grub.d/00_header are identical01:23
tomreynBlackDalek: maybe you should just uise the pastebinit command01:24
tomreyn!pastebinit | BlackDalek01:24
ubottuBlackDalek: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit01:24
tomreynyou can always pipe through grep -v or sed -e before you pass it to pastebinit in case you want to remove / replace / rewrite things.01:25
tomreyn!rootirc | rui_01:25
ubotturui_: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet.01:25
BlackDalektomreyn, ok.., installing pastebinit01:25
BlackDalektomreyn, that makes things easier http://paste.ubuntu.com/p/RrP8MZ3w74/01:27
RoadRunnertomreyn: https://paste.ubuntu.com/p/Wj2KMNHcrF/01:30
=== marve is now known as Guest64259
tomreynBlackDalek: here's my timeout section on grub.cfg https://paste.ubuntu.com/p/fmM6zwYZxP/01:33
tomreyncompare it to the section starting line 76 in yours http://paste.ubuntu.com/p/RrP8MZ3w74/01:34
tomreynas a reminder, this is my /etc/default/grub: http://paste.ubuntu.com/p/WzS7bKp2ZM/01:35
tomreynRoadRunner: which of these computers are you trying to fix?01:37
RoadRunnertomreyn: both01:37
tomreynRoadRunner: so computer 1 runs ubuntu 16.04.4 and computer 2 runs ubuntu 18.04.0 ?01:37
BlackDalektomreyn, so... what do I do now? Manually edit my grub.cfg file?01:37
RoadRunnertomreyn: yes01:38
tomreynBlackDalek: i guess i would check whent hose files were last modified and see whether this gives a hint on what might be wrong / not get updated. and then i would change settings in /etc/default/grub and run update-grub and see how this results in changes (or not) in /boot/grub/grub.cfg01:39
=== metbsd1 is now known as metbsd
oerheksno video between versions can be expected. no video in skype  ... does the webcamtool cheese do anything?01:42
tomreynRoadRunner: about computer 1, you say the webcam works fine with cheese, so it works generally, so i won't try to help you make a non ubuntu pidgin release or a proprietary software 8skype) work, you're on your own. about computer 2 you say "video doesn't work under 'Cheese' or Skype but cam is seen and works fine under 'Camorama Webcam Viewer'". what do you mean by "video doesn't work"? that you don't get to see what ir being recorded by your01:43
tomreyncam?01:43
BlackDalektomreyn, last modified about 1 hour ago01:47
oerheksmaybe the 18.04 machines are running a wayland session..01:47
tomreynRoadRunner: old, maybe somewhat outdated, but maybe also helpful webcam trouble shooting info https://help.ubuntu.com/community/Webcam01:47
tomreynBlackDalek: that's grub.cfg? so it gets updated.01:47
BlackDalektomreyn, and then last modified is current time immediately after running update-grub again01:48
RoadRunnertomreyn: on comp1, I mentioned that I tried 3 ver's of pidgin one of which is an 'official' release for 16.04 with same end result. On comp2, by video doesn't work I mean there is no image at all (never mind recording)01:48
tomreynBlackDalek: so try playing with the values in /etc/default/grub i guess01:48
=== brainwash_ is now known as brainwash
tomreynRoadRunner: comp1: okay, but it works in egneral, as you worked out with cheese, so it's not a generic issue.01:49
TeddyMurrayokay so, im trying to setup a oracle vmware virtual box using ubuntu 16.06 i386 but when i launch it with the virtual machine it just freezes after a purple splash screen01:50
TeddyMurrayit has a black cursor and doesnt go anywhere for hours01:50
tomreynTeddyMurray: it is news to me that oracle has acquired vmware01:50
TeddyMurraywell im glad i brought you some knowledge from under my rock01:51
oerheksyay \0/ ... wait01:51
tomreynTeddyMurray: i would claim those news are fake, though01:51
RoadRunnertomreyn: in comp 1, cheese works, but that's all I can say about it, so I don't know where the problem lies: driver, pidgin or what01:51
fooHere's a fun one - I have 2 machines, each with ssh, but neither I can set up port forwarding on. How can I ssh from machine A into machine B?01:51
fooI do have root on both01:52
tomreynTeddyMurray: i suspect the name of the software you are using is oracle virtualbox.01:52
BenderRodriguezI'm trying to boot Ubuntui 18.04 LTS via libvirt/virsh but I get "could not read from cdrom (code 000c)01:52
BenderRodriguezany ideas why this is ?01:52
corey__can anyone point me to a current guide of gpu passthrough with ubuntu 18.04?01:52
Tecani found out what was causing xorg to eat 20% cpu on mate01:52
Tecanit was the sleep inhibitor applet01:52
Tecanit was using 8% itself and made xorg go from 5% to 20%01:53
tomreynTeddyMurray: also ubuntu 16.06 doesn't seem to exist. run "lsb_release -ds" to find out which version you have.01:53
TeddyMurray16.04 typo01:53
tomreynRoadRunner: must be with pidgin or what it uses to access the webcam signal01:54
TeddyMurrayim on a windows machine running a vmware trying to install ubuntu to it01:54
tomreyn!md5 | BenderRodriguez01:54
ubottuBenderRodriguez: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see https://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows01:54
oerheksTeddyMurray,  check the host with vmware, enough vram and such?01:54
TeddyMurrayhmm i put 2gb of vram01:55
TeddyMurraymaybe that's too much?01:55
tomreynTeddyMurray: so the software you are using is probably one of "vmware workstation" and "vmware server" and "vmware player"01:56
oerheks2 gb is more than required. most vmware users use premade vm's01:56
TeddyMurrayi will look into premade vms01:56
RoadRunnertomreyn: in comp 1 I had the best success with versions 2.12 and 2.13  because I could see myself from my webcam - implying maybe the problem was with transmition of video01:57
tomreynRoadRunner: i have no knowledge in this area which i could provide you with01:59
RoadRunnertomreyn: do you have working video under pidgin?01:59
tomreynRoadRunner: i have neither pdgin nor a webcam01:59
RoadRunnertomreyn: :) any suggestions for comp2?02:00
tomreynhave you tried with vlc?02:01
RoadRunnervlc for video conferencing?02:01
tomreynfor testing access to the webcam signal02:01
RoadRunnerhaven't used vlc for years and never with a webcam02:02
tomreynor some of the other applications listed on the wiki page i pointed to02:02
=== littlebit1 is now known as littlebit
tomreynthis should be how you proceed: first you need to establish that the hardware is supported on this ubuntu version. then you try to make video in and output work with one application, then you can look into making it work with other appplications.02:04
RoadRunnerthank you for the link; I'll study it02:05
tomreynrun utilities from a terminal where possible so you'll get to see the entire output, which may help in diagnosing any issues02:05
RoadRunneryour gut feeling is that its not the driver responsible for cams?02:06
bkhlI'd like to be able to activate/deactivate additional routes with network-manager similarly to how I can turn on/off VPNs. Is that possible. I know I can keep a separate ethernet/wifi/mobile data config with different routes, but that means I'll have to keep multiple configurations for each interface. Any ideas?02:06
rubenchohola02:07
tomreynTeddyMurray: just a broad guess, but you may need to boot with either nomodeset or vga=791 kernel parameters02:07
rubenchohola02:07
Biessieis their a command to know what services automatically start on bootup?02:07
Sir_Andrei@tomreyn, I'd reinstalled Lubuntu (again...).02:07
rubenchohola02:07
Sir_AndreiI've made biosgrub partition in the process.02:07
Sir_AndreiRubencho, hablá inglés en esta sala (you must speak only english in this room).02:08
rubenchospanis02:08
Sir_AndreiEn caso contrario decime por mp que buscás (use mp if u wanna speak our language).02:08
tomreynRoadRunner: if something doesn't work with all the applications, then it can well be a linux kernel module issue. if something works with one application but not others then it is an issue with the other applications.02:08
rubenchoconversar02:09
rubenchoeres hombre o mujer02:09
rubenchoo travesty02:09
RoadRunnertomreyn: thank you02:09
rubenchoo eres maricon02:10
Sir_AndreiEste es un chat técnico..., a buscar pareja a Tinder. (This man is trying to find a couple here).02:10
Sir_AndreiTe vas a la c*ncha de tu madre.02:10
tomreyn!es | rubencho02:10
ubotturubencho: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.02:10
rubenchono hablo ingles02:11
Sir_Andrei¿No hablás inglés?, aprendelo entonces, analfabeto de m*erda ("you don't speak english, so learn it analphabet").02:11
rubenchochupen vergas02:12
Sir_Andrei@rubencho is swearing in spanish...02:13
Sir_AndreiJust a troll...02:13
tomreynjust ignore02:13
PsychoBoBGuys, have a way to install the deepin graphics on my ubuntu 18 ?02:14
rubenchochupen harta verga02:14
rubenchohagan02:15
PsychoBoB?02:15
Sir_AndreiF*ck yeah!!!!, "Installation finished. No error reported" (when I entered "grub-install /dev/sda").02:15
tomreynrubencho: stop02:15
Sir_AndreiIt just needed a biosgrub partition.02:15
rubenchono instale ubuntu02:15
Sir_Andrei@tomreyn, u deserve a f*cking beer man.02:15
rubenchoinstale ubuntu mate02:15
tomreynSir_Andrei: a keg02:16
rubenchopor que tengo una ram dr uno02:16
tomreyn!ops02:17
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax02:17
tomreynPsychoBoB: deepin isnt supported, but a web search brings up this as the first result: https://www.omgubuntu.co.uk/2018/06/how-to-install-deepin-desktop-environment-on-ubuntu-18-0402:17
Sir_AndreiWell, I've restarted, but I still have the same problem.02:18
Sir_AndreiI mean, it gives me Grub shell when powering on that computer.02:18
Sir_AndreiWell..., at least now I can reinstall GRUB without errores.02:18
Sir_Andreierrors*02:18
tomreynSir_Andrei: can you still boot form there?02:19
tomreynif so, note down what you entered to make it boot02:19
Sir_AndreiYeah, using commands on GRUB shell.02:19
Sir_AndreiDone.02:20
tomreynSir_Andrei: once it's booted, run this: apt update; apt install pastebinit02:20
Sir_AndreiNice.02:21
Sir_AndreiDone.02:21
tomreynSir_Andrei: then: pastebinit /boot/grub/grub.cfg; lsblk | pastebinit02:21
tomreynmount | pastebinit02:22
tomreynyou should have three urls by now, let us know about them02:22
Sir_AndreiYeah, one moment.02:22
Sir_AndreiI'll call "my brotha".02:23
tomreynyou can install an openssh server and connect to that so you can copy and paste the urls02:24
Sir_AndreiOh..., you are such a creative man.02:25
tomreynyes, i copy and paste very well02:26
Sir_Andreihttp://paste.ubuntu.com/p/hjw7tPghx4/02:26
Sir_AndreiI'm copying by hand while emacs is installed in the other PC.02:28
Sir_Andreihttp://paste.ubuntu.com/p/psT258JJ9w/02:28
Sir_Andreihttp://paste.ubuntu.com/p/vdGFp977xy/02:28
tomreynSir_Andrei: now, the notes you took earlier, when you manually booted into linux from the grub prompt, what are they?02:29
Sir_AndreiOne moment.02:30
Sir_Andrei_s_brohttps://paste.ubuntu.com/p/nVKYq7NcXV/02:33
tomreynSir_Andrei: also show: pastebinit /etc/fstab02:33
tomreynSir_Andrei: and: blkid | pastebinit02:34
Sir_Andreiblkid is an empty document.02:34
Sir_Andrei_s_brohttp://paste.ubuntu.com/p/HFDCxXpQ22/02:35
Sir_Andrei_s_bro 02:35
tomreynSir_Andrei: "blkid | pastebinit", not "pastebinit blkid"02:36
Sir_AndreiYeah, I wrote it fine.02:37
Sir_AndreiI know | is a pipe and i tried just "blkid".02:37
Sir_AndreiAnd..., it doesn't throw anything.02:37
tomreynapt install util-linux02:37
tomreynactually, if it returns nothing, anod no error message, then you dont need to02:38
Sir_AndreiIt returns nothing.02:38
tomreynweird.02:39
tomreynSir_Andrei: did you post your notes, yet?02:39
Sir_AndreiYea02:39
Sir_Andrei_s_brohttps://paste.ubuntu.com/p/nVKYq7NcXV/02:40
tomreynhmm i must have missed them02:40
tomreynSir_Andrei: what'S the output of "sudo blkid" ?02:41
Sir_Andreiblkid at least return some lines02:42
Sir_AndreiIll upload it.02:42
Sir_Andrei_s_brohttp://paste.ubuntu.com/p/4zwzRDTVYJ/02:42
Sir_Andrei_s_bro 02:42
tomreynaha!02:42
tomreynthis will take me some minutes now02:43
Sir_AndreiThx C:02:44
tomreynSir_Andrei: can you do : sudo lsblk 2>&1 | pastebinit02:44
Sir_Andrei_s_brohttp://paste.ubuntu.com/p/cGg97bfh4Y/02:45
Sir_Andrei_s_bro 02:45
tomreynSir_Andrei_s_bro: do you have a file /boot/grub/device.map ? if so, tell me what's in there02:47
Sir_Andrei_s_broNo02:48
Sir_Andrei_s_broSorry...02:48
Sir_AndreiNo*02:48
Sir_Andreils /boot/grub have some files..., but any device.map02:48
tomreynSir_Andrei: which is your bios_grub partition?02:56
tomreynSir_Andrei: sudo parted /dev/sda print 2>&1 | pastebinit02:59
Sir_AndreiI was installed gparted hahah02:59
tomreynSir_Andrei: what do you mean by "i was installed gparted"?02:59
Sir_Andrei'Cause u gave me that command.03:00
Sir_AndreiAnd I was installing Gparted to be sure of what partition is biosgrub.03:00
Sir_Andrei_s_brohttp://paste.ubuntu.com/p/qDZ99tZyB5/03:00
Sir_Andrei_s_bro 03:00
jamie1if im running lubuntu, is there a way to install gnome de with wayland display server on it?03:04
jamie1i found out after installing lubuntu that my favorite emu retroarch does not work right on x11 anymore03:05
jamie1or do i have to go and install ubuntu or ubuntu gnome?03:06
tomreynSir_Andrei: hmm, i'm not sure what exactly the problem is. i suspect grub does not install its core files to the bios_grub partition, which is also very large (1MB would be common). this partition needs ot be within the first 2TB of your HDD, but this is the case, your disk has just 1 TB capacity. and i further assume that because grub doesn't find the bios_grub partition it then fails to resolve the UUIDs provided in grub.cfg.03:11
tomreynbut this is just a theory really.03:11
Sir_AndreiSo...03:11
tomreynSir_Andrei: can you run: sudo grub-install /dev/sda 2>&1 | pastebinit; sudo parted /dev/sda print 2>&1 | pastebinit03:12
Sir_Andrei_s_brohttp://paste.ubuntu.com/p/jXpvY8BtZ2/03:14
Sir_Andrei_s_brohttp://paste.ubuntu.com/p/S8qw5zxQDd/03:14
Sir_Andrei_s_bro 03:14
tomreynSir_Andrei_s_bro: is this a 32-bit system?03:16
tomreynwhat's your hardware, which ubuntu did you install there?03:16
Sir_Andrei64 bits.03:17
Sir_AndreiLubuntu 18.04 (amd64).03:18
tomreynSir_Andrei: what does "cat /proc/version" report?03:18
tomreynlscpu | pastebinit03:18
oerheks.. 32 bit uefi machine ??03:19
oerheksomg03:19
tomreyni think so, but i'm not sure how to reliably identify03:19
oerheksbrand and model number can tell03:19
tomreynSir_Andrei: sudo dmidecode --type baseboard | pastebinit03:21
tomreynSir_Andrei_s_bro: ^03:21
Bashing-omtomreyn: ' grep -w lm /proc/cpuinfo ' If you see "lm" in red, it's 64 bits. Otherwise it's 32 bits.03:22
Sir_AndreiI was making some food.03:22
Bashing-omtomreyn: Also ' sudo lshw | grep "description: CPU" -A 12 | grep width03:22
Bashing-omIt says clearly whether it's 64 or 32 bits (may take a little while to finish).03:22
tomreynBashing-om: okay, but that's the cpu, not the mainboard's boot capability, right03:22
Sir_Andrei_s_broLinux version 4.15.0-20-generic (buildd@lgw01-amd64-039) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 201803:23
Sir_Andrei_s_bro 03:23
Sir_Andrei_s_bro(cat /proc/version)03:23
tomreynyour kernel is outdated, you'Re 3 or so verison sbehind. but this wont be why03:23
tomreyn...hopefully03:24
Sir_Andrei_s_brohttp://paste.ubuntu.com/p/Gg7pW7yzmk/03:24
Sir_Andrei_s_bro 03:24
Sir_Andrei_s_brolscpu ^03:24
Sir_Andrei_s_broYea, if I update it it will broke grub definitely hahahah03:24
Sir_Andrei_s_broRemember I've tried that few hours ago.03:24
tomreynthat's indeed a 64-bit cpu03:24
Sir_Andrei_s_brohttp://paste.ubuntu.com/p/kM8r7ncCmH/03:25
Sir_Andrei_s_bro 03:25
tomreynSir_Andrei_s_bro: ok03:25
Sir_Andrei_s_brodmicode --type baseboard ^03:25
tomreynSir_Andrei: so i think you should see again how you can boot the ubuntu installer in efi mode, not bios mode, which aou apprently did.03:27
tomreynand then i think it would actually make boith ubuntu and windows work03:27
Sir_AndreiYou mean "install" on efi mode.03:28
Sir_AndreiI'm booting from Lubuntu Live first.03:28
Sir_AndreiThen installing.03:28
tomreynSir_Andrei: yes, i'm saying you need to start the lubuntu live/installer in efi mode, not bios03:29
Sir_AndreiThx, I'll try C:03:29
oerheksno, that y50-70 seems to have normal 64 bit uefi.03:29
Rockwoodhow to crop images in ubuntu?03:30
cfhowlettRockwood, install gimp03:30
tomreynSir_Andrei: to detemrinewhetehr you have the latest bios version: sudo dmidecode --type bios | pastebinit03:30
Sir_Andrei_s_brohttp://paste.ubuntu.com/p/f9hQ6PQ8c5/03:31
Sir_Andrei_s_bro 03:31
tomreynSir_Andrei: if you enter bios, check what "boot mode" item in "boot" table is set to, is it "uefi" or "legacy support"03:32
Sir_AndreiOne moment. I'll restart the baby.03:32
lotuspsychjeRockwood: there is a nautilus package to resize images too03:32
tomreynSir_Andrei: you have bios version 9ECN31WW from 2014, the latest is 9ECN43WW(V3.03) from 2015 according to https://pcsupport.lenovo.com/de/en/products/laptops-and-netbooks/lenovo-y-series-laptops/y50-70-notebook-lenovo/downloads/ds10099803:33
sfdebughi, i have ubuntu 14.04 installed in my machine and the monitor HDMI turns off and some times turns on again... any idea?03:33
badpilotHi all I recently attempted a macbuntu transformation and I can't get compizconfig to load different windows animations. I tried reinstalling and it didn't fix03:33
Sir_AndreiBoot mode is "Legacy Support"03:33
cfhowlettbest you ask macbuntu for support of that pacakge, badpilot03:33
oerheksmacbuntu ... the horror theme..03:34
badpilotOh... do they have a channel?03:34
tomreynSir_Andrei: see, that's bios booting03:34
Sir_AndreiNice.03:34
* oerheks shivers03:34
Sir_AndreiUEFI is the other option...03:34
cfhowlettoerheks, could be worse. there is an ubuntu/windows theme somewhere out in the wild03:34
Sir_AndreiSo..., got it, I have to select UEFI mode.03:34
oerheksi know, reinstall !03:34
badpilotoerheks: I'm a bit mac obsessed03:34
tomreynSir_Andrei: set it to uefi and see if windows still boots03:34
badpilotbut I have come across some terrible icon sets03:35
badpilotbleh... don't get me started03:35
Sir_AndreiIf I select Windows Boot Manager it boots, yea.03:35
tomreynSir_Andrei: where do you select that?03:35
Sir_AndreiF1203:35
Sir_AndreiI don't know the name.03:36
Sir_AndreiThe same place where I select to boot my USB Stick.03:36
tomreynprobably the boot device override menu03:36
tomreynSir_Andrei: okay, now install ubuntu ;)03:36
tomreynwhile i get some sleep03:36
Sir_AndreiWithout biosgrub, right?03:36
Sir_AndreiTom, where are you from?03:37
tomreynSir_Andrei: you're using efi booting now, meaning ubuntu will share the ESP with windows03:37
Sir_AndreiNice C:03:37
tomreynSir_Andrei: so no need for a biosgrub partition. but you can and should just do automatic partitioning so that windows is preserved.03:37
tomreyni'm in europe03:38
tomreynand in bed03:38
Sir_AndreiOh, it's morning in that place.03:38
badpilotdoes 16.04 support EGPU's?03:38
cfhowlett   !  TMI03:38
ubottuUm thanks... We *really* did not need to know that...03:38
Sir_AndreiWhat an hour to sleep...03:38
Sir_AndreiI'm from Montevideo, Uruguay.03:38
tomreynttyl03:38
badpilotAnd I'm from mars03:38
Sir_AndreiMars?03:38
cfhowlettfocus on the topic people.  UBUNTU support.03:39
Sir_AndreiSo how have u read my message so far?03:39
badpilotsorry03:39
Sir_AndreiLatency is something like 20 minutes...03:39
cfhowlettchit chat in #ubuntu-offtopic if you like03:39
Sir_Andreiso fast*03:39
badpilotooh! sign me up!03:39
Sir_AndreiOk @cfhowlett03:39
badpilot*changes channel*03:39
Sir_AndreiIt detect my USB Stick as "EFI USB Device"03:42
Sir_AndreiNice.03:42
=== badpilot is now known as sandwich
=== sandwich is now known as flyingtoaster
sfdebughi, i have ubuntu 14.04 installed in my machine and the monitor HDMI turns off and some times turns on again... any idea?03:58
=== arturo_ is now known as DrEmmettBrown
PsychoBoBi can install deepin04:12
PsychoBoBnice!!04:12
Sir_Andreitomreyn, I know you probably are sleeping now, but I have to say your solution worked just excellent.04:17
Sir_AndreiU deserve the f*cking beer keg after all. Thanks for your time and dedication.04:17
DrEmmettBrownI've spent 24 hours on ubuntu and i'm in love with it04:19
=== tommy_ is now known as Guest62043
=== marve is now known as Guest57223
gpgugphi guys05:34
gpgugpubuntu is good working in i like that05:34
=== marla is now known as Beni
=== Beni is now known as Guest43796
=== Guest43796 is now known as BeniWBY
=== Nicmavr is now known as Guest39400
qwebirc88629Hi everybody06:22
qwebirc88629I need a little bit of  help06:22
poutineqwebirc88629, your best chance at receiving it comes with posting what your problem is with enough detail for a solution to be given06:24
pantatohow to make openbox show at login screen window manager options ?06:40
cfhowlettlogin windows options06:43
pantatocfhowlett: is that at the login screen? i don't see it in my regular options06:44
cfhowlettpantato, should be in lightDM gtk+ greeter settings06:45
pantatocfhowlett: i think i'm using gdm306:46
pantatoi'm on 18.0406:46
cfhowlettI'm still on 16.04 so can't offer anything further06:46
ducassepantato: what exactly do you mean by wm options?06:52
Oriyonis it normal for transmission client  to use 37+ mb ram  in sleep mode?  i installed qbittorrentand its usage is 86+ mb .    OS is ubuntu-mate 18.0407:39
superguestDoes anyone know how I can make ubuntu dash recognize programs I have installed under /opt/ ?07:40
Oriyonscreenshot https://i.imgur.com/bMUzr23.png07:40
superguestunity's dash I mean07:40
gasthello08:11
gasthow can i clear all messages from gnome notifcation area from command line, all tips are welcome ..08:12
cristian_cgast: do messages stay there forever?08:17
gastwell its a script that i run, i like to clear it once a while08:18
gastand yes they then run forever08:18
gastit would be nice to clear it , so it has more space for the next run08:19
gastubuntu 18.04 LTS default gnome desktop08:20
ducassegast: check the docs for the notification daemon, dunst has a keybinding (ctrl+space) to clear notifications08:20
gastyeah, thats the idea, but instead of the crtl+space , it would be nice to add the clear command to the script..08:21
ducassethere might be some command you can send via dbus, but you would need to ask the gnome devs about that08:23
gastok, reading the docs right now ;)08:26
gastok, found the solution : notify-send --hint int:transient:1 "Title" "Body"08:33
cristian_c:O08:33
gastthe --hint int:transient:1 part does the trick, so it no longer adds a long row of messages ..08:33
gastjust have to re-write the script ..08:33
gastthanx08:34
cristian_chello, a question for you, guys08:34
coconuton ubuntu, where are DNS TTL cache entries saved?08:35
cristian_cI've set bios clock, but when I run ubuntu 18.04, bios clock is reset08:35
cristian_cinstead, when I run windows, bios clock stays untouched08:35
cristian_cI don't know how ubuntu can change bios settings08:36
cristian_cany ideas?08:36
thorsten_good morning08:42
thorsten_we stable is 18.4 lts08:43
thorsten_running good 18.4 lts?08:43
Alionhi i Just set a customixed Keybinding in gnome-term To switch tab useing Ctrl08:46
Brian-Hello! I'm running into bluetooth issue on 18.4 - basically BT looks to be working - if you run the command line tools you can see mac addresses trying to connect but over and over in kernel logs08:47
Brian-Bluetooth: hci0: last event is not cmd complete (0x0f)08:47
Brian-and no devices work08:47
Brian-running imac but seeing this affecting other hardware also08:47
Brian-where is best place to report the bug?08:47
Alionhi i Just set a customixed Keybinding in gnome-term To switch tab useing Ctrl+T and it broke EVERY shortcut Now shortcuts WONT Work And They wont reset i Used the edit>>preferences>>Shortcuts To Do AND It brusted the Terminal rebooting would fix it08:49
=== jstein_ is now known as jstein
Alionwhere do you staore the keybindings to MANUALLY Edit08:50
Alionodd its Fixed08:52
Alionmaybe one of You Would like to help with another Matter, an openvp server that according to systemctl status openvpn@server.service And systemctl status openvpn@server is active and running But systemctl status openvpn Says its active (exited) and journalctl -xe says Failed to start OpenVPN service for server08:57
Alionthat is 18.04 server08:57
Sky_Hello all.  Does anyone know of a free Adobe Acrobat Pro PDF editor that will allow me to make rollover interactive buttons similar to this please - https://youtu.be/HEyJuT8SSME09:17
Sky_Fairly new to Ubuntu and don't know all the software yet :)09:18
=== mouses is now known as mous
samfisherhow do I setup ufw so to allow incoming traffic to port 20 from a specific lan ip address and deny all of the rest?09:44
brainwashBrian-: maybe this bug 174856509:44
ubottubug 1748565 in linux (Ubuntu) "Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)" [Medium,Confirmed] https://launchpad.net/bugs/174856509:44
medardHi guys. What video player do you recommend for ubuntu/09:44
brainwashsamfisher: I guess you can do it easily with the gui frontend (gufw)09:45
coconutmedard VLC or MPV09:45
Brian-Thanks brainwash - according to that its just a cosmetic - log reporting thing09:51
Brian-so perhaps the logs are unrelated to my issue brainwash09:51
Brian-Apple bluetooth adapter is broadcom09:51
Brian-is this still the case? 209:51
Brian-https://askubuntu.com/questions/632336/bluetooth-broadcom-43142-isnt-working09:52
brainwashBrian-: did you read through the upstream bug report also?09:53
* Brian- is looking09:54
brainwashthis one https://bugzilla.kernel.org/show_bug.cgi?id=19869909:54
ubottubugzilla.kernel.org bug 198699 in Bluetooth "Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)" [Normal,New]09:54
Brian-ahh https://bugzilla.kernel.org/show_bug.cgi?id=198699#c1109:55
ubottubugzilla.kernel.org bug 198699 in Bluetooth "Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)" [Normal,New]09:55
Brian-Thanks brainwash will reboot into ubuntu and try it out in a sec!09:55
Brian-thanks for your help09:55
pantatoducasse: like you're at the login screen when you boot up, and there's a little settings icon next to the user where you can choose which WM to boot into. I'd like for openbox and lxde to be options there10:03
zomaarIs there any way to prevent Apt from constantly deleting the packages it downloads?10:27
zomaarThis is a fresh 16.04 install... installed Vim and Firefox and not much else, and the packages are already gone, probably instantly deleted10:27
=== tuxiano_ is now known as tuxiano
zomaarThe only ones that remain are the ones that I have apt-get install --reinstalled :-/.10:30
zomaarOh, it seems apt deleted them but apt-get does not?10:31
zomaardeletes*10:32
=== tuxiano_ is now known as tuxiano
pingaHas anyone had an instance where they install ubuntu and then their battery no longer works?10:35
pingaMy battery was fine on windows 10 and now on ubuntu it only works on power supply10:35
xlsanybody here10:39
=== z is now known as Guest75689
zomaarpinga I couldn't help you but these seem out of this world problems10:50
pingawhen I query it in the terminal it says that the battery is present and fully charged, but when I unplug the ps the laptop shuts down10:55
zomaardo you mean instantly or ubuntu does it?10:55
pingano definitely a no power situation10:56
pingajust completely dies10:56
zomaarso instantly10:56
zomaaryes10:56
pingayes10:56
zomaarWhen hardware starts behaving like that it becomes rather.... endless ;-).10:56
pingahmm10:56
pingaIt's actually new (refurbished)10:57
zomaarBut you have the same still in Windows?10:57
pingaso I guess I'll call the shop up and complain10:57
pingaI wiped windows os so haven't been able to test that10:57
pingamaybe I could boot from a usb and see if the issue is still present10:58
zomaarYou could try running the installer as it's a mini windows environment10:58
zomaarYes10:58
zomaarBut making use of warranty terms before they run out is.... advisable10:58
pingaugh bloody hardware why can't anything be easy haha10:58
zomaarAnd don't let them get you hooked on troubleshooting that will extend past that term10:59
zomaarYeah10:59
zomaarBut if you cannot find anything online about it, then you have a strong case to blame the hardware ;-)10:59
pingaTbh since it's a refurb I wouldn't be surprised11:00
zomaarYou did not find anything when searching?11:00
pingaJust seemed odd that the issue happened after the reinstall11:00
pingaA few things suggesting some sort of config error11:01
zomaarI'm not saying it's not a interplay between the Linux kernel and your laptop11:01
zomaarhowever when hardware starts behaving like that the "end is lost"11:01
pingabut when I get the status of the battery in terminal it sounds fine11:01
zomaarWhat Ubuntu are you using?11:02
pingaI'll try the mini boot like you sugggested tho11:02
pinga18.04 LTS11:02
zomaarSo you got a recent kernel11:02
pingayah ^^11:03
zomaarIf you can get a 16.04.3 ISO or 16.04.0 you could try other kernels11:03
zomaarbut yeah I would suggest getting other hardware instead11:03
pinga$5#$)#$)@11:04
tomreynwen it comes to anything acpi related, cross-testing with windows is probably a good idea. but i'm with zomaar, this sounds a lot like hardware issues. maybe they forogt to replace a fully dead battery when they refurbished11:04
pinganooooo11:04
zomaar(even if it is software you have no hopes of solving it)11:04
tomreynwell, could look for a bios update. but if they refurbished, you should already have that11:05
zomaaroh someone here had some acpi script right? For Grub? Was that you?11:06
zomaartom?11:06
tomreynnot me11:06
tomreyn(and i dont know what you're referring to)11:06
tomreynoh maybe TJ's11:07
zomaarsomeone has script online that will check flags for windows version for grub to emulate windows11:07
pingaI saw something like that when I was googling around11:07
zomaaryeah TJ11:07
zomaarthat's him11:07
pingato reset battery configs or something11:07
tomreynyou can get the bios version using "sudo dmidecode --type bios" and the laptop model using "sudo dmidecode --type baseboard"11:08
zomaarYou get something like this: acpi_osi=! \"acpi_osi=Windows 2006\""11:08
zomaarin the grub command line11:08
tomreynhttp://iam.tj/prototype/enhancements/Windows-acpi_osi.html11:09
zomaarapparently acpi_osi="Windows 2006" would be sufficient, or Windows 201211:10
tomreynbut just testing with windows installer is probably easier for a first step11:10
tomreynwell, not easier, but more telling11:11
zomaarI'd suggest putting acpi_osi="Windows 2006" immediately in /etc/default/grub and giving it a go11:11
pingawow that's really something11:12
pingazomaar: thanks heaps11:12
zomaarupdate-grub, reboot, see if it happens, otherwise reboot to Windows ISO11:12
zomaaroh yeah you cannot put it in grub default without the ! and the quotes11:14
zomaarbut you can try it while booting of course (press E to edit the grub menu)11:14
pingaYeah I'll give it a shot. Thanks for the suggestions (:11:16
zomaarWhat does your "sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows | sort" give? Just curious11:17
pingaMicrosoft Windows NT11:19
pingaWindows 200111:19
pingaWindows 2001 SP111:19
pingaWindows 2001 SP211:19
pingaWindows 200611:19
pingaWindows 200911:19
tomreyn!paste | pinga11:19
ubottupinga: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.11:19
pingahttps://paste.ubuntu.com/p/zwNkTv93GP/11:20
pingasorry for the flood11:20
BluesKajHowdy all11:28
erle-oerheks, still no Firefox in Ubuntu oO11:38
erle-*Firefox 6111:38
=== gurmble is now known as grumble
tomreynerle-: you can download it from mozilla if you prefer11:39
erle-tomreyn, that's not the problem, the problem is that hundred thousands of users have unpatched vulnerabilities for five days now11:41
erle-unpatched and /published/11:41
tomreynerle-: exploits / detailed technical descritions published?11:47
tomreynerle-: but yes, faster patch cycles on web browsers would be great to have.11:47
erle-tomreyn, a new publish version is considered a detailed publication12:02
erle-tomreyn, you can diff the Firefox code and see where the problem is12:02
erle-tomreyn, that's what Patchdays are for: everybody patches roughly at the same time before detailed publication12:02
erle-it is not about faster12:03
erle-it is about the fact that it has been released outside of Ubuntu12:03
erle-if it were not released, there would be no problem12:03
tomreynerle-: i understand this perspective and share it for the most part.12:04
brainwashbug 177944212:05
ubottubug 1779442 in firefox (Ubuntu) "Upgrade to Firefox 61.0" [Undecided,Confirmed] https://launchpad.net/bugs/177944212:05
tomreynhttps://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-12359.html12:06
tomreynhttps://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-12360.html12:06
tomreynhttps://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-12361.html12:06
tomreynetc, see https://www.mozilla.org/en-US/security/advisories/mfsa2018-15/12:07
brainwashavailable via snap https://snapcraft.io/firefox12:08
erle-tomreyn, I also don't get why12:11
erle-tomreyn, Firefox has Betas and Release Candidates, the Ubuntu team is not suprised by sudden Firefox releases12:12
erle-also this release has a lot less compability breakage than previous releases (57 etc.12:12
erle-)12:12
brainwasherle-: maybe you could offer your help then12:12
erle-brainwash, what is there to do for someone who has no permission on the repos?12:13
erle-it just looks like the guy responsible is just on vacation, and did not notice that Firefox planned a release that day even though it was probably widely published12:14
erle-brainwash, also that's why I am bringing it up here, maybe the maintainer has a good reason, of course, but it is not published anywhere12:14
brainwashhere? https://wiki.ubuntu.com/MozillaTeam#Communication12:15
erle-brainwash, > last updated 201512:16
tomreyn/j #ubuntu-hardened12:16
erle-> roadmap last updated 201112:16
brainwashwoah12:16
brainwashso, more reason to get involved then12:17
alumno_hola12:17
tomreynhi12:17
tomreyn!es | alumno_12:18
ubottualumno_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.12:18
brainwasherle-: I assume that they will switch to delivering firefox via snap by default at some point12:18
erle-that would be even worse12:18
erle-then you don't even get dependency updates in time12:18
brainwashnot sure what that means12:19
erle-snap is completely absurd, 20-MB apps take 300 MB as snaps12:19
brainwashyou'll get new firefox on day 112:19
brainwashor 212:19
=== Dreaman is now known as Blade
=== jean is now known as Guest3055
brainwash>Size 203.0 MB12:20
brainwashI think that's pretty fair for something like firefox12:20
alumno__how to download mozilla firefox?12:21
erle-brainwash, the tarball from Mozilla is 50.0 MB12:21
erle-https://download-installer.cdn.mozilla.net/pub/firefox/releases/61.0/linux-x86_64/de/firefox-61.0.tar.bz212:21
erle-alumno__, use that link12:22
erle-make sure that it really is Mozilla and that you are using HTTPS, alumno__12:22
skinuxI can't find package for ext-gd12:22
c0mradeOkay, who's got some time to help me on a certain project? It involves working with multiple dbs, python and php....12:27
hghello12:39
tomreync0mrade: if you have ubuntu support questions, just ask them. there's not much use in erecting an artificial barrier where people need to agree to be part of something before you will open up to them.12:59
tomreynthat's unless you were looking to hire someone, in which case this is not the right place.13:00
=== coconut is now known as coconut_
=== don is now known as Guest37966
medardHow to remedy screen tearing in dekstop and browser? It doesn't happen in games or video, only when i'm scrolling browser or some pdf.13:12
pauljwmedard, if you're using firefox, try disabling smooth scrolling.  not sure about the pdf, but that fixed firefox for me.13:17
adrian_1908medard: which Ubuntu version and flavor?13:21
=== phoenix_firebrd is now known as phoenix_firebrd_
=== phoenix_firebrd_ is now known as phoenix_firebrd
duncan213hello everyone13:44
mnr200Does 18.04 stable yet?13:50
duncan213^???13:51
tomreynmnr200: it should be, since its release, it's an LTS version13:52
mnr200duncan213, I'm currently using Ubuntu 16.04 and want to upgrade to 18.0413:52
pavlosskinux: have you tried, sudo apt install php-gd ?13:52
tomreynmnr200: uogrades are not yet supported. i t will be starting ~ 18.04.113:53
mnr200tomreyn, so how safe is to switch 18.04 instead of 18.04.1, or should I just wait for that?13:54
juslintekHi, how to make huge VPN list loading faster or async, for example loads first 5 other can be filtered, on gnome?13:54
juslintekBecause I've imported all nordvpn vpn profiles and every time I open system ultities and switch to network tab it hangs up.13:55
tomreynmnr200: it's not supported, yet. some people have done it nevertheless, and those not using nvidia drivers didnt seem to run into a lot a issues. up to you.13:55
juslinteksorry not system utilities, but system, on Ubuntu 18.0413:56
juslintekDesktop*13:56
mnr200tomreyn, got it, thanks!13:56
tomreynjuslintek: what's the purpose of having > 5 VPN configurations?13:57
juslintektomreyn, to prevent System panel hangging, while it tries to load 10 000 VPN servers list. :(14:02
juslintekI've imported all profiles using nmcli inside for loop or profiles list.14:03
juslintekAnd now system panel hangs up, when initiated.14:04
juslintektomreyn, oh you mean why I should use more then 5 alternate vpn networks? Its for special services that can only be access via those countries. Basically for monitoring purposes.14:05
tomreynjuslintek: you do service monitoring from a desktop comuter?14:07
juslintektomreyn, whats the purpose of this question? How is it even related to the problem? Is it some trolling pick up line?14:07
ioriasweet14:08
tomreynit's an unusual use case, you are probably the first person to ever import 10K VPN profiles to network manager. so i'm wondering why you would, and whether there can be a better approach. trying to help yoiu, you know.14:08
juslintektomreyn, everything is automatized, but I manage monitoring settings, for streaming data to our main service, which is access only locally from our office. Okay imagine city scale intranets, which are used per town administration of different sectors all over the world. And we provide these services to them, but sometimes they have issues or we have changes in server settings so need to connect and tweak those settings for them.14:10
juslintekAnd on some countries those services are hosted on windows machine, so need to connect via locally identifiable ip and then access from there web panel.14:12
tomreynjuslintek: okay, but why do you monitor this from a desktop computer?14:12
juslintektomreyn, I'm not monitoring. I'm tweaking settings. But the services I'm tweaking settings are for minotoring basically graphana type of monitoring.14:13
juslintekGrafana14:14
juslintekOkay lets change the question. Is there any alternative system panels for gnome?14:14
juslintekOr is there possibility to tweak their settings, maybe there are some alternative ui display methods?14:15
tomreynjuslintek: you should probably have one headless system which sets up the vpn connection (and may store many openvpn - i assume - profiles). and then another system which runs a graphical desktop which then connect to the remote network though this headless server.14:15
juslintektomreyn, I could, but I will not. I have no business level permissions to change that, everyone else is using mac, which has nordvpn client which already store all services and displays in performance friendly manner.14:20
juslintekAnd they are probably only going to release linux UI in future, because minority of paid customers are from Linux and guess they use it for some other purposes, which do not require UI.14:21
=== semeion is now known as mnemonic
tomreynjuslintek: are you saying the macs have those 10K VPN profiles configured and their GUI doesn't lag while importing them?14:25
tomreyn...or while using them14:25
juslintektomreyn, yep, because it picks them up async, via filter,  lag, very fast. ;-)14:26
tomreynif so, i suggest you post a feature request discussing why you need this with higher performance, and that it already works on a mac.14:26
juslintekCool, will do that.14:27
juslintektomreyn, where should I do that?14:29
juslintekMaybe I can do it myself, where is the repo of that, then I can ask for pull request. :-D14:29
juslintekBecause I think it not that hard to do. just need to load max 5 via abc profiles while above there should be a filter which on keyinput starts changing those 5 with other 5 profiles, depending on they letters entered.14:30
Neomexanyone here developing games on linux? what do you use? im trying to setup monogame but their content pipeline is killing me14:36
juslintekNeomex, you're wasting time. Drivers are not game engine ready. Go back to windows.14:38
* Neomex cries14:39
juslintekIf you'll develop on ubuntu, you'll be missing out on latest features and will have to struggle with continious render lag.14:45
EriC^^just call the game continious render lag and make a thing out of it14:45
Neomexill call my company that14:46
NeomexCRL14:46
Neomexi like it14:46
Neomexwell i guess i have to download bunch of crap to make windows usable now14:47
leftyfbjustache: please don't do that. If you don't like Ubuntu or it's abilities, then please keep it to yourself14:51
leftyfbjuslintek: ^14:51
justacheok sorry :')14:51
justacheer.. :'(14:51
skinuxIs Unity SDK completely geared toward game development?14:54
leftyfbskinux: that's not an ubuntu support question. Contact Unity14:54
stobrendoHi there. I've installed lubuntu and have 2 problems with it. First one is that I don't have audio at all and second one is that whenever I play any video on any browser (html5), the video is choppy (it struggles and "jumps"), but when I download that exact same video and play it with VLC It plays perfectly. I haven't a clue on how could I fix it, audio isn't muted (already checked in alsamixer and15:05
stobrendopavucontrol), headphones are working and already did `modprobe pcspkr`, also already installed lubuntu-restricted-extras , ubuntu-restricted-extras vpx-tools, wavpack, gnome-alsamixer and i965-va-driver. What else could be missing or wrong_15:06
stobrendo?15:06
tomreyn!audio | stobrendo; this is a bit dated, but might help15:11
ubottustobrendo; this is a bit dated, but might help: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.15:11
tomreynstobrendo: about the video playback issue, access this url on firefox: "about:performance", and right-click on a youtube video and select the 'statistics for nerds'15:12
tomreynsee if this provides some hints on what may be causing the slowdown. also discuss your lubuntu version (lsb_release -ds), kernel version and architecture (cat /proc/version), as well as video hardware and drivers.15:14
stobrendotomreyn: sound settings opens me pavucontrol and that seems to be fine. This is my lspci's output : http//ix.io/1fD0 (going to check youtube's nerd stats)15:18
stobrendohttp://ix.io/1fD015:19
oerheks!info firefox15:20
ubottufirefox (source: firefox): Safe and easy web browser from Mozilla. In component main, is optional. Version 60.0.2+build1-0ubuntu0.18.04.1 (bionic), package size 45249 kB, installed size 171244 kB15:20
tomreynstobrendo: can you run "sudo update-pciids", then post "lspci -nn | grep VGA" and lscpu15:22
tomreynstobrendo: also, the other questions i asked should be answered, too. ;)15:23
spexiHi! I'm using ubuntu 18.04 on my Lenovo Thinkpad W530, and tried to connect laptop to 4k LG tv via minidisplayport. When plugging the cable in, the left side launcher disappears, and laptop screen gets number 1 to mark it as a primary screen. Nothing shows on tv, though15:28
spexiMouse moves still. When I unplug, the laptop screen goes black, and nothing happens. Mouse works still.. Any idea whats the problem?15:29
=== max__ is now known as MxMax
tomreynspexi: is this on X or wayland?15:31
tomreynecho $XDG_SESSION_TYPE15:32
spexitomreyn: x1115:33
stobrendotomreyn: lspci: http://ix.io/1fDp , lscpu: http://ix.io/1fDq, nerd stats: http://ix.io/1fDC , about:performance http://ix.io/1fDI15:33
tomreynspexi: take a look at Xorg.*.log (which is now stored somewhere in your $HOME) and ~/.xsession-errors15:34
stobrendoit could be i haven't enough ram to play the video on the browser, but I'd be more than happy if I could play it with VLC and hear it15:35
tomreynspexi: also comparing xrandr output may help15:35
tomreynspexi: oh this is nvidia / optimus. good luck.15:36
spexitomreyn: haha, ok.. :D15:37
tomreynit may be possible but i wont try to debug it15:37
ioriastobrendo, is that a table ?15:37
ioria*tablet15:37
spexitomreyn: ok, thanks anyway15:37
spexiGuess I'll install Win10 to this laptop, because this must be connected to tv15:38
stobrendoioria: low cost thomson laptop (SP-NEO14-2WH32)15:38
brainwashstobrendo: I would test with this extension https://addons.mozilla.org/en-US/firefox/addon/h264ify/15:38
furkanin 18.04, is there any way to stop the notifications from turning on my screen?15:39
ioriastobrendo, ever worked the audio on that thing ?15:39
stobrendoioria: yes15:40
ioriastobrendo, with linux ,i mean15:40
stobrendono xD15:40
ioriastobrendo, charrytrail issue in my opnion15:40
tomreynstobrendo: try !mainline15:40
stobrendocharrytrail?15:40
stobrendo!mainline15:40
ubottuThe kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds15:40
tomreynor i915.alpha_support=115:41
tomreyn...kernel parameter15:41
ioriacherrytrail not coffee lake15:41
tomreynoh right, but mainline may help15:41
ioriasure15:42
ioriastobrendo, cherry trail is your cpu https://ark.intel.com/products/93361/Intel-Atom-x5-Z8350-Processor-2M-Cache-up-to-1_92-GHz15:42
ioriastobrendo, i'am pessimistic, but this guy did it : https://askubuntu.com/questions/1034619/problem-with-audio-device-es8316-and-ubuntu-18-0415:44
stobrendothe url i'm suppoused to use to download the driver gives an error 400, https://raw.githubusercontent.com/yangxiaohua1977/sound/master15:53
tomreynstobrendo: where did you come across this url?15:55
stobrendotomreyn: https://translate.googleusercontent.com/translate_c?depth=1&hl=en&rurl=translate.google.com&sl=auto&sp=nmt4&tl=en&u=https://www.koyst.com/manu/114.html&xid=17259,15700022,15700124,15700149,15700168,15700186,15700190,15700201,15700208&usg=ALkJrhiyjrmnhz4t1tp89ClUpcQcSFvYwg15:55
tomreynit seems to suggest to download the master branch of this git repository: https://github.com/yangxiaohua1977/sound15:56
tomreynso https://github.com/yangxiaohua1977/sound/archive/master.zip15:56
stobrendook thanks15:57
Gegsitehey15:58
GegsiteI just updated my 18.04 with latest updates and my resolution after reboot is stuck on 1280x1024 on Xorg15:58
GegsiteIt was 1920x1080 ...15:59
hiyaUbuntu 18 LTS is listening to port 25 by default16:02
hiyawhat could it be? how to stop it?16:03
tomreynsudo lsof -i :2516:03
tomreynhiya: this should tell16:03
hiyatomreyn, it says SMTP16:03
hiyabut i never ran it in 16.0416:03
tomreynhiya: it's the default smtp server port, though.16:04
stobrendotomreyn: so, only way to fix it is messing around with kernels parameters and recompiling? Isn't there any chance of a distro that would work with any hassle? I never imagined it could be possible to have to mess with the kernel in order to make ubuntu work fine16:04
hiyahow to disable that service, tomreyn ?16:04
tomreynstobrendo: it's not so much ubuntu or linux that's the problem, it's using hardware by companies which don't provide good linux drivers.16:05
tomreynhiya: first you'll need to identify the service. i provided you the command to identify the process, then you can probably identify the service or packages based on that.16:06
hiyatomreyn, how to check package from PID?16:07
tomreynhiya: find out how the process was started: ps ef PID16:08
hiya/usr/lib/postfix/sbin/master16:09
tomreynhiya: this will be the postfix mail server. "dpkg -S /usr/lib/postfix/sbin/master" may help you identify the package, but it should be "postfix"16:10
tomreynthe service is probably called "postfix", too16:10
hiyatomreyn,  you rock16:12
hiyatomreyn,  how do i learn what u just did?16:13
tomreynhiya: if you want to know when it was installed, you can zgrep -F postfix /var/log/apt/term.log* | sort -nr16:13
tomreynhiya: use ubuntu or other linux distros, primarily from a terminal, for a couple years.16:13
tomreynand actually plan to run and maintain services for yourself and friends or other projects (i.e. force yourself to become acquainted with the most important commands for this purpose)16:15
hiyaok16:15
tomreynalso watching this chat and learning from others can help. i learn a lot here.16:16
hiyaok16:16
blackflowhiya: ubuntu wont teach you the internals of linux distros. run LFS or Gentoo for a while to learn how it's made and how stuff works internally.16:20
Biessieubuntu 18.04 - how can i make x11vnc -usepw on default port 5900 run at startup?16:21
Biessieso i can just vnc anytime i want16:21
ioriaBiessie, https://help.ubuntu.com/community/VNC/Servers#Have_x11vnc_start_automatically_via_systemd_in_any_environment_.28Vivid.2B-.2916:24
Biessieioria : ty!16:24
ioriaBiessie, ok16:24
Biessiety = thank you16:25
stobrendoioria: dmesg | grep 8316 outputs me no failures16:27
stobrendo> http://ix.io/1biu16:27
ioriastobrendo, are you sure it's the right paste ?16:28
stobrendoioria: sorry it wasn't. Here it is the right one: http://ix.io/1fDT16:31
fishjun2xmac88888888888416:32
ioriastobrendo, sudo lshw -C Multimedia | nc termbin.com 999916:38
stobrendoioria: http://termbin.com/sr6216:41
ioriastobrendo, no module get loaded16:42
stobrendoioria: i did modprobe pcspkr , what module should i load?16:43
ioriastobrendo, that's another thing, no relation with sound device16:43
ioriastobrendo, it's the buzzer16:44
stobrendoioria: ok, is there any module I should load to fix audio?16:45
ioriastobrendo, try this :   dmesg | grep -i audio | nc termbin.com 999916:45
stobrendoioria: http://termbin.com/reaa16:46
hans_think ubuntu server 18.04 may work on a 1GHz Pentium 3 with ~200MB ram from... 1999 or somewhere around there?16:47
flyingtoasterjeepers16:47
hans_(if 18.04 depends on SSE2, nope)16:48
john_hallo16:50
john_ich bin jetzt da16:50
john_wo seid ihr alle?16:50
john_muh?16:50
=== john_ is now known as Guest24659
Guest24659hallo ?16:51
flyingtoasterja?16:51
Guest24659hi16:51
hans_isn't there a german ubuntu channel somewhere?16:51
flyingtoastermaybe16:51
oerheks!de | hi Guest2465916:51
ubottuhi Guest24659: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!16:51
Guest24659oh sorry i dont know if there is one16:51
hans_i'm guessing its german, anyway16:51
Guest24659yep16:51
Guest24659so, what's going on here?16:52
Guest24659help16:52
flyingtoasterwith what?16:52
Guest24659sorry - i tried to input help as a command16:52
ioriastobrendo, dmesg | grep -i SST  | nc termbin.com 999916:53
Guest24659but i guess i am on my way now :-)16:53
Guest24659slash ...16:53
flyingtoaster /help16:53
hans_Guest24659, well, i need another system running in this house, doesn't need to be fast or anything, the first available computer is an ancient pentium 3 1GHz with.. about 200MB ram, iirc16:53
hans_haven't been running for years16:53
jamie1does anyone know if there is a way to add a system overlay? e.g. a source that overlays the desktop that doesn't take interaction but displays information sent to it16:53
Guest24659a system overlay?16:54
oerheksconky i guess, the 1st scripting i learned on  linux16:54
stobrendoioria: http://termbin.com/9hkm , i'm googlin about what did that thing of LPE and HDMI but found nothing yet16:54
oerheks!conky16:54
ubottuConky is an application that can show system information (and more) on your desktop. See https://help.ubuntu.com/community/SettingUpConky for more details and a beginners guide.16:54
=== Nicmavr is now known as Guest44771
jamie1I'm trying to display a browser source,  I don't need to interact with it, just see it16:55
oerheksand tons of examples on ubuntu forum, 2343 pages https://ubuntuforums.org/showthread.php?t=281865&page=234316:55
jamie1when I'm working on stuff I have it open in a different window to the side but always miss the info due to its small and not in direct view16:56
ioriastobrendo, no idea, try to paste the whole log:   dmesg  | nc termbin.com 999916:57
jamie1I built an overlay gathering the info and passing it into a non intrusive/ passive display but then realized I don't know how to make it a system overlay16:58
stobrendoioria: http://termbin.com/l6ku16:58
jamie1I know it's a long shot... but I don't have the time to build something to do it and I mainly work in web dev so i suck at system level stuff16:59
arturhi all16:59
Jontaartur: Hi17:02
user1_hi17:02
ioriastobrendo, go ahead with this anyway : https://askubuntu.com/questions/1034619/problem-with-audio-device-es8316-and-ubuntu-18-0417:11
stobrendoioria: ok i'll try. Thanks17:13
=== fabricius1 is now known as fabricius
persihi im running out of options :( https://paste.ubuntu.com/p/pjBHn7KxH6/17:41
callMe_Dudehi17:41
callMe_Dudewhere can i get help regarding irc channel?17:41
Biessie#freenode17:42
jnewti have two ubuntu computers, one running 16.04 and one running 18.04.   i have a piece of software that i want to update to the latest version on my 16.04 computer, but apt says it's already up to date even after apt-get update.17:43
mmkumrI am unable to turn on my bluetooth in Ubuntu 18.04.17:43
ppfjnewt: what's the software17:44
jnewtppf cutecom17:44
ppf!info cutecom xenial17:44
ubottucutecom (source: cutecom): Graphical serial terminal, like minicom. In component universe, is optional. Version 0.22.0-2 (xenial), package size 53 kB, installed size 204 kB17:44
ppfthat's the version apt has17:44
jnewtppf: but i have 0.30.3 on 18.04.   is the newer version not compatible with 16.04?17:45
someone_Hi17:45
ppfjnewt: it's not available17:45
someone_I have a domain and I want make my own mail server on my desktop, when I want receive messages run the mail server, What is the appropriate software for that ?17:45
ppfsomeone_: postfix17:46
someone_ppf Do I need any other software with it ?, I have tried yesterday with NethServer distros but it seems to me complex and need time to configrate .17:48
oerhekssomeone_, ask in #ubuntu-server too, you meed postfix, a lot of knowledge to make it safe,  and 24/7 monitoring ..17:49
oerheks they will probably say it is not worth the time, just rent a service17:50
someone_but I don't have ubuntu sever, I'm using Kubuntu 16.04 desktop version .17:50
persianyone?17:50
someone_persi What do you want ?17:51
oerheksoh, i read you want to run a mailserver17:51
oerheksjust a client; thunderbird17:51
persii need to update xenial.not allowing coz of hash mimsmatch17:51
someone_oerheks No.17:52
someone_oerheks I mean a program run as a mail server to recive and send the messages insted of buy for mail hosting .17:52
oerheksso a mailserver it is.17:53
oerheksyou can run that on a desktop, all you need to do is let it run 24/717:55
someone_Does that mean I have to install ubuntu server ? I can't  install only a program like Windows .17:55
someone_Ok17:55
someone_so the appropriate program is postfix ?17:56
oerheksyes, https://help.ubuntu.com/lts/serverguide/email-services.html.en17:57
oerheksthere are other too17:57
oerheksc/others17:57
someone_oerheks Thank you so much.17:57
someone_persi you have to provide more details about the problem.17:57
someone_~paste17:57
persisomeone_,  hi im running out of options :( https://paste.ubuntu.com/p/pjBHn7KxH6/17:58
someone_persi read this https://unix.stackexchange.com/questions/116641/how-do-you-fix-apt-get-update-hash-sum-mismatch18:00
someone_may it help .18:00
persisomeone_, checking...18:00
=== bart is now known as Guest37126
oerhekscould well be the mirror is now syncing, try again in a few minutes18:01
persi.18:01
someone_persi but the the easiest way to fix this is: sudo apt-get clean18:01
someone_then sudo apt-get update18:01
persisomeone_, done that already18:01
EriC^^persi: try "sudo rm /var/lib/apt/lists/* /var/lib/apt/lists/partial/*"18:02
EriC^^then sudo apt-get update18:02
persiEriC^^, done that too18:02
EriC^^persi: do you know who hosts that repo? seems an internal repo?18:02
kubast2How can I force an install of a different driver through ubuntu-drivers18:03
kubast2?18:03
kubast2I see I can only do automatic install18:03
persiEriC^^, you mean where is the server i chose at or download from ?18:03
oerhekskubast2, use the driver tool in updates, there you might find different nvidia drivers18:03
kubast2oerheks: kde neon18:03
kubast2idk where it is18:04
EriC^^persi: yeah, it says an IP 122.....18:04
oerhekssame place, updates and sources18:04
kubast2oerheks: where though cause it doesn't have the ubuntu app for updatets?18:05
kubast2the app they have(discover) doesn't feature driver choosing18:05
kubast2that is also a store18:05
persiEriC^^, is this?  Failed to fetch http://122.2.223.138:80/data/0056dfdf4234f769/au.archive.ubuntu.com/18:05
elyonHello, i need help with booting options... I just installed ununtu alongside windows 10, but when I boot my pc it starts directly to windows 10, but I want to boot from the gnu grub menu to decide my booting myself...18:06
elyonthks...18:06
kubast2oerheks: please direct me literally what app am I looking for18:07
kubast2if you mean the ubuntu one it is not there by default in kde neon so I'm looking forward to using the tool18:08
andres_bad idea...i had problems with that last win update...only win worked i installed ubuntu on a full system...and never been happier18:08
kubast2it seems like a double edged sword to only feature autoinstall in cli tool for the driver especially if someone uses graphics-drivers or xorg-edgers repository18:08
EriC^^persi: yes18:09
EriC^^elyon: are you using uefi?18:09
elyonthks for the comment andres_18:09
oerhekskubast2, just search for 'driver' and the tool should pop up, else ask in #kubuntu again18:11
elyonEriC^^: nope, BIOS18:11
elyonIm logging ubuntu, from the bios booting menu, but i have to log in clicking escape when starting my pc...18:12
EriC^^elyon: ah, can you pastebin "sudo parted -l" ?18:13
EriC^^it sounds a lot like uefi18:13
elyonwell, maybe im wrong... yes, hold on a min..18:13
elyonEric: Model: ATA HGST HTS541075A9 (scsi)18:16
elyonDisk /dev/sda: 750GB18:16
elyonSector size (logical/physical): 512B/4096B18:16
elyonPartition Table: gpt18:16
elyonDisk Flags:18:16
elyonNumber  Start   End    Size   File system  Name                          Flags18:16
coconut_!paste18:16
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:16
=== Guest44771 is now known as Kestrel-029
EriC^^elyon: yeah looks like its uefi if you only have 1 hdd18:17
elyonEric: https://paste.ubuntu.com/p/Gq9kDRmNsD/18:18
elyonthks...18:18
elyonok, thks for the info... so, what do I have to do?18:18
EriC^^elyon: what pc model is it?18:18
elyonhttps://paste.ubuntu.com/p/h24bmDrCdz/18:21
elyontheres my info Eric...18:21
EriC^^elyon: it's a custom built pc?18:21
elyonnope, original...18:22
EriC^^is it an hp?18:22
elyonyes18:22
EriC^^elyon: ok, type "sudo efibootmgr -v" and pastebin the results18:22
elyonhttps://paste.ubuntu.com/p/ZNrWvyGFjx/18:24
EriC^^elyon: type "sudo efibootmgr -A -b 0003"18:24
EriC^^that'll make windows inactive, if you want to set it back to active later type "sudo efibootmgr -a -b 0003"18:25
EriC^^elyon: try rebooting after and see if ubuntu boots first18:26
elyonwith that command, my pc will start directly to ubuntu? and then if I want to start windows i just have to type the latter command?18:26
EriC^^elyon: no, it'll start grub directly and then you can choose18:26
elyonohhhh, ok!!! thks...18:26
EriC^^if you ever want to reset stuff the way they were use the 2nd command18:27
EriC^^if you remove ubuntu for example18:27
EriC^^no problem18:27
elyonok, ill try, and come back to you in some minutes... you rock! thks!18:28
EriC^^ok :)18:28
persistill hopeful :)18:31
EriC^^persi: do you know the person hosting the repos?18:31
persiEriC^^, sorry i have no idea18:32
EriC^^it could be the files are actually wrong on his end, or if there's some caching server between you 2 it has the faulty files18:32
EriC^^persi: hmm it's a very custom repo18:32
persiive read somewhere a guy matches the hash manually but i dont get it well18:33
EriC^^persi: what does it say for "apt-cache show gcc-5" ?18:34
EriC^^persi: what does it say for "apt-cache show gcc-5 | grep -i filename" ?18:34
EriC^^nevermind it's in the paste18:35
EriC^^im d/l'ing it18:35
persiok.cancelling paste18:36
EriC^^persi: try on your pc "wget -O /tmp/gcc-5 http://122.2.223.138:80/data/0056f6df5b35d922/au.archive.ubuntu.com/ubuntu/pool/main/g/gcc-5/gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb"18:36
EriC^^ill do the same we can compare hashes to see if you have a isp/cache problem18:37
EriC^^persi: type "md5sum /tmp/gcc-5"18:37
elyonEriC^^: It worked! thaks a-lot!!! :D18:37
persi30799c0df80e88c66af0afb46d055438  /tmp/gcc-518:37
elyonI appreciate your help very much :) :) :)18:38
EriC^^elyon: great! no problem :)18:38
persiEriC^^, BTW tnx a lot for fixing my new installation issue back then.18:38
EriC^^persi: my hash is different eed9afb7acc7179f40d8f64da3aa50d1  /tmp/gcc-518:38
elyonim happy now :P18:39
elyonhow can I talk to youin further questions and issues :P ???18:39
elyonin this channel only?18:39
EriC^^elyon: just join here and ask, there are many volunteers in the channel that can help, feel free to join and ask :)18:40
elyonok, thks Eric!18:40
EriC^^yeah this channel is for ubuntu questions, there's a ton of channels for other topics too if you need help with anything else18:40
EriC^^elyon: sure18:41
elyonok, bye!18:41
EriC^^bye18:41
EriC^^persi: i guess it's an isp cache problem, you could try bypassing the cache using curl's nocache option and manually copying the file to your ../archives dir so ubuntu uses it instead to install18:42
EriC^^what do you think?18:42
persisounds great.18:42
persiif only i know how to use curl no cache opt. :D18:42
EriC^^persi: ok, try "curl -H 'Cache-Control: no-cache' 122.2.223.138:80/data/0056f6df5b35d922/au.archive.ubuntu.com/ubuntu/pool/main/g/gcc-5/gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb"18:43
EriC^^then run md5sum on the file it gives in your current working dir18:43
persican i apply that to all hash mismatch?18:43
EriC^^well i guess so, i've never actually tried this before :P18:44
persiis it reversible just in case?18:44
EriC^^yeah sure18:44
EriC^^no worries :)18:44
persii have around 5 hash mismatch18:44
EriC^^ah, try the gcc one first, curl sometimes doesn't bypass the cache you see18:45
persiok.1 moment18:45
persiwill the last command show any download indicator?18:46
EriC^^is it just giving a ' ?18:47
tsarompyhey #ubuntu18:47
tsarompyi got me a question18:47
persijust a blinking cursor18:47
EriC^^persi: no it just downloads, just tried it18:47
tsarompyi have a 1tb external hard drive, would it be possible for me to write an install ISO to one of the partition, and use the other one for storage/backup files?18:47
EriC^^persi: something is up it doesnt download here either18:48
mimawell18:48
Bashing-omtsarompy: sure .. just be aware USB speeds are slow .18:48
mimai think u install it18:49
tsarompyoh im not gonna install the OS on it im just going to write the install iso to one partition18:49
mimaoo k18:49
Bashing-omtsarompy: https://help.ubuntu.com/community/Grub2/ISOBoot <-Ubuntu ISOs are designed to allow booting directly from the hard drive using GRUB 2 and eliminates the need for burning a CD/DVD.18:50
* persi on standby18:50
mimayeah18:50
tsarompyi dont necessarily want ubuntu on this drive18:50
tsarompyi prefer ubuntu but this is for a friend who likes arch18:51
mimawell dint put it18:51
EriC^^persi: i'm kind of stumped, it keeps downloading a blank file even without the nocache stuff, wget works fine18:51
oerhekstsarompy, that is only possible if you have grub installed already, isoboot18:51
persiEriC^^, a conspiracy :D18:51
oerhekselse, ask in arch :-)18:51
EriC^^lol :D18:51
mimalol ok18:51
mimatsarompy,ur friend cant do it himself lol18:52
mima*?18:52
persithis hash mismatch made me reinstall ubuntu.sucks bigtime18:52
mimaoo i see persi lol18:53
EriC^^persi: you could just switch the repos18:53
persiEriC^^,  you mean change repo servers?18:53
EriC^^persi: yeah!18:54
persialready did.. from the nearest.the main.fastest.. still same.18:54
EriC^^oh18:54
mimaohh18:54
EriC^^persi: try the standard ubuntu one18:55
EriC^^the one called "main" or the "us" one is pretty decent too18:55
Bashing-ompersi: Might consider that the Mergelist files are corrupted . When corrupted, they can be safely deleted. Apt will recreate them during the next apt update.18:55
EriC^^persi: ah i know why, it's cause the isp has the file cached i guess18:55
persiEriC^^, changing now18:55
EriC^^persi: do you have a vps or tor or something? maybe you could download those 5 files from there18:56
persiBashing-om, how can i rebuild the mergelist?18:56
=== DrEmmettBrown_ is now known as DrEmmettBrown
persiEriC^^, if i can install torbrowser maybe?18:56
EriC^^Bashing-om: he's downloading a file from wget and getting a wrong file, i d/l'd same file and got a different hash, his isp must have cached the faulty version18:57
persinew app installation is problematic as well18:57
=== Chappie-san2 is now known as Chappie-san
EriC^^persi: yeah that's a good idea18:57
persiim opting to install vpn as well18:58
Bashing-omEriC^^: persi Never the mind then of me poking my nose in here :P18:58
qwebirc88163Hi, on 16.04 Desktop, sound suddenly stopped working. Now audio devices just show dummy output. None of the internet remedies worked so far.19:00
EriC^^Bashing-om: feel free anytime :)19:00
persiBashing-om, all suggestions are welcome19:00
persiPackage has no installation candidate -- how can i overcome this19:00
Bashing-ompersi: What is the package ? from an UNsupported PPA ?19:02
EriC^^persi: which package?19:02
learnerhey guys, can anyone here help me with pptp set up?19:02
learnerI have set up a pptp server on an ubuntu 18.04 server, using mschap-v2 and mppe-128. I have no problem logging in and browsing using linux computers, however windows machines can't connect to the server.19:03
learnerI connect, sign in, and then it hangs up when it reaches mppe section19:04
persiBashing-om, eric network-manager-openvpn-gnome19:04
Bashing-ompersi: It is there in the repo .19:05
Bashing-om!info network-manager-openvpn-gnome | bionic19:05
ubottubionic: network-manager-openvpn-gnome (source: network-manager-openvpn): network management framework (OpenVPN plugin GNOME GUI). In component universe, is optional. Version 1.8.2-1 (bionic), package size 40 kB, installed size 200 kB (Only available for linux-any)19:05
EriC^^persi: what does "apt-cache policy network-manager-openvpn-gnome" give?19:06
EriC^^maybe it shows some clue19:06
Bashing-omEriC^^: persi::  Behind a proxy ?19:06
=== persi is now known as persi_1
persitest mic 1 2 1 2. dc19:11
persiBashing-om, eric network-manager-openvpn-gnome19:12
ioriapersi, may i suggest you to nuke your system and reinstall with decent repositories ?19:13
persitor browser also having hash mismatch19:13
persiioria, already nuke it.this is almost a weeks old fresh installed.waaa19:14
ioriapersi,  cat /etc/apt/sources.list | pastebinit19:14
RoadRunnercould someone help me test video chat with Pidgin?19:14
learneranyone can help me with my pptp set up problem please?19:15
Bashing-om!patience | learner19:16
ubottulearner: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/19:16
EriC^^persi: aha, that's interesting19:16
persiioria,  https://paste.ubuntu.com/p/tt7Kry72nc/19:16
EriC^^persi: i could send you the files as a tar package maybe, and you could decompress them and md5sum vs your sources to make sure they're good (and not tampered with)19:18
learnerBashing-om, i waited for a while before asking again, and i've done all the searching i could do, i've been at this for hours19:18
EriC^^persi: i can download them on my vps quite easily and give you the link on the webserver19:18
persiWhat do they contain?19:18
EriC^^persi: me?19:18
persiEriC^^, yes.. tnx for the effort19:19
EriC^^persi: ok give me the links, i have 2 mismatches for gcc and another cpp-5 only19:19
persi1 moment19:20
ioriapersi, where did you get the .iso from ?19:21
persiEriC^^, https://paste.ubuntu.com/p/pjBHn7KxH6/19:21
persiioria, i think i got it from a torrent19:21
Biessieif i generate a new cronjob does it automatically put it running in the bg?19:22
persicoz most of the http downloads failed the md5 and cant install on a live usb19:22
Biessieif i manually run the command without running it in a new screen then detaching it will just shutdown when i close SSH.. just want to make sure the cronjob will be able to run it with the same command and put it in a screen or bg.. however it works19:23
tomreynpersi: does this return an error message or something else (what?): cat /var/log/installer/media-info;echo19:24
persiEriC^^, can u include this on your vps also? Get:1 http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu xenial/main amd64 tor-browser amd64 6.5.1-1~webupd8~0 [70.9 MB]19:25
EriC^^persi: http://185.203.118.160/packages.tar.gz19:25
EriC^^persi: sure, 1 sec19:26
persitomreyn, cat: /var/log/installer/media-info: No such file or directory19:26
tomreyna pity19:26
ioriapersi, get a new iso from here : http://releases.ubuntu.com/xenial/19:26
persiioria, tnx,visited that site countless times :(19:27
ioriapersi, visited or downloaded the iso ?19:28
persivisit + DL from http and torrent19:28
EriC^^persi: http://185.203.118.160/packages1.tar.gz19:29
persiEriC^^, tnx.DL-ng19:30
ioriapersi, and you don't have a /var/log/installer/media-info file ?19:30
persiioria, just checked,none19:32
luxiowhen I click on something on the left bar, it always seems to think i'm dragging it19:32
luxioeven though I'm not19:32
luxiohow do I fix this?19:32
raidghostHow can i check chunksize of a ZFS raid?19:32
persiluxio, sounds like a stuck left mouse click19:32
luxiopersi: my mouse is working fine19:33
persiEriC^^, tried to backread your instructions,they were gone,can you tell me where to extract these files pls19:37
EriC^^persi: extract them to /var/cache/apt/archives19:38
persiand the command for md5 ?19:38
EriC^^md5sum file.deb19:38
persibrb19:38
EriC^^!info gcc-5 xenial19:41
ubottugcc-5 (source: gcc-5): GNU C compiler. In component main, is optional. Version 5.4.0-6ubuntu1~16.04.10 (xenial), package size 8155 kB, installed size 24462 kB19:41
persiEriC^^, gzip decompression failed19:41
EriC^^let me try here19:42
EriC^^persi: it worked here19:44
EriC^^tar xzvf packages1.tar.gz19:45
EriC^^is that what you used?19:45
persii just right click to decompress.let me try the cli19:45
persiEriC^^, https://paste.ubuntu.com/p/XVq2Dw4W9n/19:47
EriC^^persi: what's the size of it?19:49
EriC^^it should be 185.203.118.160/packages.tar.gz19:49
EriC^^sorry19:49
EriC^^8702387319:49
persiEriC^^, https://paste.ubuntu.com/p/mP2xDB6jJF/19:50
EriC^^hmm, what's the size? maybe it half downloaded or something19:51
persi16.1 MB (16,099,729 bytes) --- packages19:52
EriC^^what about packages119:52
persi87.0 MB (87,023,873 bytes) -- packages119:54
EriC^^hmm same here19:55
persimd5 e1d056992e41d12d187029ab53386e86   and d9865130c6f0d7abdbb2608ea54d1dc519:56
EriC^^b7d20c82cc12b8b822a2d3d826ee6ba1  packages1.tar.gz19:56
EriC^^persi: something odd's going on19:57
EriC^^persi: are you behind some proxy or something?19:57
persithats the md5 of the contents of packages1..let me redo the md5 on the tar file19:57
EriC^^oh19:57
* Bashing-om dons learning cap as peeks over EriC^^'s shoulder .19:58
persie9281f39b0852fcbfcdeb78e50bb5c5619:58
EriC^^for packages1 ?19:59
persiyes19:59
EriC^^weird, maybe the proxy is having some weird issue?19:59
persithats for the tar.gz file not the extracted folder19:59
persiim not behind proxy19:59
persiwill dns server affect downloads?20:00
=== nic is now known as Guest45228
EriC^^i dont think so, i mean it's pointing to the correct file and downloading the stuff same bytes but the order seems off (?)20:02
EriC^^persi: try using "curl -v -o /tmp/packages1.tar.gz 185.203.118.160/packages1.tar.gz"20:03
persiextraction using terminal returns errors.but folder were extracted containing the files20:04
EriC^^yeah the file is corrupted, the md5 is off20:04
persiright clicking the compressed files to uncompress produces nothing but errors and no files20:04
EriC^^maybe downloading it from the terminal using curl will help20:04
persihmm20:05
EriC^^maybe there's another issue other than the cache persi and that's why the packages apt was having an issue with them20:06
persihmm hmm20:07
EriC^^persi: try downloading this one instead http://94.156.35.227/packages1.tar.xz20:12
EriC^^use tar xJvf packages1.tar.xz  to decompress20:12
EriC^^56157685bcda00c080e620f044006c04  packages1.tar.xz20:13
persiok20:13
=== josh_ is now known as jnewt
=== jnewt is now known as josh_
=== josh_ is now known as jnewt
jnewtjust did an upgrade from 16.04 to 18.04 and everything seemed to go ok until reboot.   now i'm staring at a blank screen, not sure what to do20:18
EriC^^jnewt: try booting with nomodeset in grub then tackling driver problems20:19
Bashing-om!nomodeset | jnewt20:19
ubottujnewt: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter20:19
persiaae0e327badb00c85b7932c994221484 md5 packages1.tar.xz20:20
EriC^^persi: hmm, it's also off, did you try with curl?20:21
persiam not familiar with curl .let me see20:22
EriC^^persi: are you using the same pc to talk on irc?20:22
persiyes20:22
EriC^^ok20:22
jnewtEricC^^ nothing, same result with nomodeset20:23
persimay i ask the curl command for the file donwloads pls20:23
jnewtcan i go back to 16.04 or am I stuck having to tackle this today to get a working computer?20:23
EriC^^persi: curl -v -o /tmp/packages1.tar.xz http://94.156.35.227/packages1.tar.xz20:24
Bashing-omjnewt: No going back ,,, can you get to the GUI login screen ?20:24
jnewtnope, i added nomodeset and removed quiet splash.  it's booting and i'm at end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)20:26
jnewtand that's where it hangs20:26
jnewti have a call trace above if that would help.20:26
jnewtit does say: Please append a correct "root=" boot option; here are the available partitions: then the next line is Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block20:28
persihow to find apt version ?20:28
Bashing-omjnewt: Sorry, a kernel panic is above my pay grade to prosecute :(20:28
persiim assuming i got the latest apt20:28
EriC^^!info apt xenial20:29
ubottuapt (source: apt): commandline package manager. In component main, is important. Version 1.2.26 (xenial), package size 1035 kB, installed size 3319 kB20:29
EriC^^persi: apt-cache policy apt    should show20:29
Bashing-ompersi: ' dpkg -l apt ' .20:29
jnewthope my windows partition still works.20:30
persii think curl completed the dl20:30
EriC^^persi: cool, try to md5 it20:30
EriC^^persi: if it doesn't give the 15...md5 could you pastebin curl's web output?20:31
persiwhere do curl store its downloaded files?20:32
EriC^^persi: it should be in /tmp/packages1.tar.gz20:32
persiok20:32
EriC^^sorry20:32
EriC^^/tmp/packages1.tar.xz20:32
persinp20:33
persif40ee56105a5658b76e971e6bb341d4f  /tmp/packages1.tar.xz20:33
EriC^^different md5 again :D20:33
persiconspiracy.. :D20:34
EriC^^lol20:34
jnewtthere's several posts about this with no answers20:34
persidnscrypt doesnt interfere with downloads?20:34
jnewtoh, i can boot with previous kernel, it's just the 4.15 one that borks everything20:35
EriC^^no idea, did curl give any interesting stuff persi ?20:35
EriC^^persi: perhaps try downloading the files from a live usb to see if it's a software or network issue?20:36
persihttps://paste.ubuntu.com/p/65kRKKr9Mp/20:36
persiEriC^^, ok.let me DL the latest iso as well for the live20:38
EriC^^ok20:39
persithanks eric and all.. gtg20:42
EriC^^persi: no problem, bye20:46
jeremiesI have one server and one client that connects to the server with ssh. There is a way to server accept only connections that are verified by a human ?20:47
strivejeremies: So the client is using ssh to connect to the server?20:50
jeremiesstrive: yes20:51
strivejeremies: Verified by a human...do you mean password protected?20:51
oerheksverified how? password & ssh key, or interaction from someone else?20:51
jeremiesstrive: something like https://help.ubuntu.com/stable/ubuntu-help/sharing-desktop.html (New connections must ask for access)20:52
striveYea...I don't see anything ssh related on that page.20:56
striveFrom my understanding, it's either you have access to an ssh server or you don't.20:56
striveUnless, of course someone knows of something.20:56
gambl0rehow do i search for a folder?20:58
hggdhstrive: you can set a SSH server to publick key (or public key *and* password) in such a way that the initial login will require the server sysadmins to manually add the public key for the account20:59
striveRight.20:59
striveBut, desktop sharing?20:59
hggdhstrive: what with desktop sharing?21:00
striveI normally just use ssh-copy-id.21:00
strivehggdh: Just referring to jeremies issue.21:00
=== czesmir_ is now known as czesmir
jeremiesstrive: The server is located in a non trusted local network and I only want that a trusted computer can connect to the server21:01
hggdhjeremies: so you do like I pointed above.21:01
hggdhstrive: sorry, did not read the backlog21:01
strivegambl0re: Using -type d will narrow down the search to directories.21:02
strivehggdh: No biggie.21:02
gambl0reso how would i do that in the cmd line?21:02
jnewtcan anyone tell me if i need the _all headers or just the _amd64 deb files for installing a kernel (i know i need the image and the modules)  and what drawback there is to the lowlatency versions of the image and modules?  low latency sounds good, but there's a choice, so there has to be a drawback right?21:03
hggdhgambl0re: find /dire -type d -name blahblah21:03
strivejeremies: Generate a priv/pub key and throw the pub key on the server.21:03
oerheksjnewt, use the mainline debs, or the wiki https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel21:04
strivegambl0re: You could look on the entire system: find / -iname Documents -type d21:04
striveI think...21:04
striveheh21:04
jnewtoerheks: this is a choice within the mainline debs21:04
oerheksgood to switch from ##linux back here again, but i see that as misuse of the volunteers21:04
jeremieshggdh: but crackers can break the ssh security if ssh is not updated ?21:05
gambl0re find /dire -type d -name openshot_qt     returns find: ‘/openshot_qt’: No such file or directory21:05
oerheksoh, it is all explained at the mainline wiki, what kernel package and in what order21:05
hggdhgambl0re: replace /dire with the directory you want21:06
gambl0re find /openshot_qt -type d -name openshot_qt21:06
gambl0relike that?21:06
hggdhgambl0re: yes21:06
gambl0re find /openshot_qt -type d. still says no file or directory21:07
gambl0reeven if i put a folder that im 100% sure i do have, still returns no file or directory21:07
gambl0reso maybe the command is not working on xubuntu21:08
pugthelouiedoes anyone know how to make a debian package from source on Ubuntu GNOME?21:08
oerheks!build21:08
ubottuCompiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first)21:08
pugthelouieah21:08
oerheksgood start21:08
pugthelouiekekj21:09
gambl0reany ideas?21:10
oerheksgambl0re, how about it is not there?21:10
oerheks:-D21:10
gambl0reoerheks, i just said, that i tried searching for a folder that im sure i do have and still returns: no file or directory21:11
hggdhgambl0re: then you (1) are giving the wrong directory for stat; (2) are looking at the wrong filesystem21:11
oerhekstry something like openshot* if you are not sure about the folder name21:12
hggdhor just try find / -type d -name whatever21:12
EriC^^gambl0re: maybe it's not a dir you're looking at21:12
gambl0rei found the folder. its actually a hidden folder. not sure if that commands includes hidden dir's but thanks anyways21:12
EriC^^does it work without -type ?21:12
oerheksyes, thanks to jim :-D21:12
oerhekslolz21:12
oerheksplaying 2 helpchannels, really nifty21:13
=== r0Oter is now known as r00ter
jnewthow do i change what desktop environment starts on boot.  i just installed cinnamon, but it keeps booting to mate and i can't remember what i did on 16.04 (just upgraded to 18.04) to get it to change.21:33
jnewti changed session=mate to session=cinnamon in ~/.dmrc with the only effect being i can't logout now.21:38
strivejnewt: If you're using a display manager, there should be an option there to choose.21:38
arrakishi21:39
arrakisim ubuntu user21:40
arrakishow can i chat to person on my ubuntu21:40
jnewtstrive, i think ubuntu uses lightdm as the default right?  if so, i think maybe that's what i'm using?21:40
arrakisdo you know how program console21:40
arrakisi can use21:41
oerheksjnewt, click you account name first, then the option would appear to change DE21:42
oerheksnot great by design, IMHO21:43
jnewtoerheks, when i click account name, i get a dropdown with Other... as my other option21:44
jnewtit has green outlines and appears to be themed like mate21:44
jpleauHi, trying to boot any of ubuntu flavors for 18.04 result in these messages and then I'm dropped to busybox shell: https://paste.ubuntu.com/p/Jr4BZqft8P/ -- I can boot gparted live / debian stable just fine. Any ideas? It's on an old laptop, Toshiba Satellite A521:46
Bashing-omjnewt: (u)buntu 18.04 - at the password screen is a gear icon on the lower right . - has a drop down of the session to start .21:46
jnewtBashing-om : not mine.  i have a picture of a head, drop down for user password entry and a single button in the lower right that says "Log In"21:48
jnewti'm thinking this installation was originally ubuntu-mate.   now it's forcing me back after my upgrade from 16.04 to 18.0421:53
EriC^^jpleau: do you have another usb you can try?21:54
jpleauEriC^^: what do you mean by another usb?22:02
oerheks Intel pentium M , GMA900 .. maybe lubuntu will ru on that single core22:06
oerheksc/run22:06
EriC^^jpleau: for the live usb you're using to install22:17
myselfI recently replaced my laptop's main SSD, so the old drive (with my encrypted ubuntu 16.04 installation on it) is now hanging off an external USB interface. When I plug it into my (fresh 18.04) system now, it prompts me for a password, which I supply.....and then nothing happens.22:33
myselfI tried manually mounting it as per step 7 here https://www.loganmarchione.com/2015/05/encrypted-external-drive-with-luks/#Step_7_8211_Mount_device but I get "unknown filesystem type 'LVM2_member'"22:34
myselfI feel like I'm missing something boneheaded with the mounting, but I don't really know where to start. Any pointers are appreciated!22:34
jpleauEriC^^: I tried them all. I ended up using an archlinux iso to isntall grub, and install the .ISO to another partition, and booting from disk instead22:35
jnewtupdated to 18.04 today  had to get rid of the kernel and update to 4.17 due to panic on boot  now i'm left with: 1.  can't figure out how to get cinnamon to start automatically, stuck in mate  2.  can't browse windows network (no error)  3.   can't run software requiring usb (libusb couldn't open USB device Permission denied libusb requires write access to USB device nodes).22:41
oerhekssounds like you run mint, jnewt ??22:42
jnewtwhat?  no, ubuntu22:42
myselfOooooooh. I wonder if the problem is that both the old and new disks both have partitions claiming to be part of 'ubuntu-vg' group, but they're not actually the same VG..22:43
jnewtjust want some help so i can get back to work.22:43
oerheksusing an mainline kernel can give unforseen issues, now you want us to get things back to as it was,..22:45
oerheksbackup data and reinstall22:45
EriC^^jpleau: oh22:46
jnewtoerheks, me?22:46
EriC^^jpleau: sounds good22:46
oerheksjnewt, yes, if you want to get back to work fast.22:47
jnewti can go back to the kernel that came with the upgrade, but it won't boot.  what kernel do you suggest?22:49
Viking667Hi all. What's the difference between mlocate and updatedb? My system seems to run updatedb.findutils and then updatedb.mlocate22:53
myselfHere's a paste of my situation: https://paste.ubuntu.com/p/yQdhnV9GNt/ So, sda is my main disk on internal SATA, sdb is the old disk now on USB. Last time I worked with partitions at this level was 1996 so I don't quite have a good mental model of the end-state I should be aiming for, so it's tricky to get there. I need to get the sdb5 to be mounted like sda5 is, but.... how is that?22:54
oerheksyay 0.32 https://community.ubuntu.com/t/mir-0-32-0-release/677423:29
BiessieAnyone know why my ISP would block (im assuming its blocked) any connections to my WAN IP from inside the network? It doesn't allow me to see anything from inside the LAN but it allows people to outside.. Thats everything. SSHD/FTPD/APACHE2/VNC/etc23:50
Biessiei can access any server using LAN ip:port but i can not using WAN ip:port23:50

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