[00:00] Hmm, good metaphor. [00:01] SJr: 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:02] excellent [00:06] Well, installation finished. [00:06] But it still gave me GRUB shell when I power on the computer. [00:07] Windows 10 boots normally (If I select W10 boot from UEFI setup). [00:07] Sir_Andrei: what do you need to do to get to the grub shell then? [00:08] Just power on the computer. [00:08] When I power it on it give me the grub shell. [00:08] I know how to boot Ubuntu from it. [00:08] Sir_Andrei: well then note those stpes down and make them permanent [00:08] *steps [00:09] Nice, one moment, I'll boot it. [00:09] i told you the same 2 hours ago ;) === ec0 is now known as jhebden === Sven__ is now known as Sven_vB === jhebden is now known as ec0 [00:12] Yea, but remember my grub has broken then XD. [00:14] Nice, I've booted it. [00:14] So now..., I have to update grub (update-grub), right' === ec0 is now known as jhebden [00:15] is ubuntu driver manager a part of gnome desktop are these two things sepparate and unrelated? [00:16] Updated. [00:16] specifically, is the driver manager the same on ubuntu and xubuntu? [00:16] But 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:17] grub-install: error: will not prceed with blocklists. [00:17] RoadRunner: it's a command line utility ("ubuntu-drivers", "jockey" in past releases), and there are gtk and qt based GUIs for it [00:18] Sir_Andrei: you installed grub to a partition? [00:18] that's no longer supported (never really was well supported) [00:18] tomreyn, directly to /dev/sda [00:19] "sudo grub-install /dev/sda" [00:20] where do I find my grub menu.lst file? [00:20] Sir_Andrei: which ubuntu release is this again? [00:20] Lubuntu 18.04 (amd64). [00:20] BlackDalek: menu.lst is grub legacy 0.9*, we're using grub 2 (1.9*) now, which uses /boot/grub/grub.cfg [00:21] tomreyn, thank you [00:21] BlackDalek: this file is generated (overwritten automatically) by "update-grub" [00:22] am 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] Sir_Andrei: is there more output or just this one line? [00:22] tomreyn, 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 enter [00:22] Hmm, i can paste it on pastebin, one moment. [00:23] ... [00:23] BlackDalek: edit the timeout option in /etc/default/grub and run update-grub [00:25] tomreyn, I tried that. I set GRUB_HIDDEN_TIMEOUT=2 and ran update-grub but it still pauses at grub menu until I press enter [00:26] BlackDalek: what is GRUB_TIMEOUT set to? [00:26] tomreyn, is there some other setting which is overriding the setting? [00:26] BlackDalek: also GRUB_DEFAULT [00:27] tomreyn, 0. [00:27] BlackDalek: both are set to 0? [00:27] tomreyn, GRUB_DEFAULT is also 0 [00:28] is GRUB_TIMEOUT_STYLE defined? [00:29] tomreyn, there is no such definition defined [00:30] tomreyn, GRUB_HIDDEN_TIMEOUT_QUIET=true [00:30] https://paste.ubuntu.com/p/svvNdQH7zD/ [00:31] BlackDalek: so GRUB_TIMEOUT is 0, right? [00:31] 10 is standard [00:32] tomreyn, yes, that's what it says in the file at /etc/default/grub [00:32] Hi again [00:32] https://pastebin.com/raw/b5fdwxNp [00:33] @tomreyn ^ [00:33] tomreyn, the only setting which has a numerical non-zero value is GRUB_HIDDEN_TIMEOUT=2 [00:33] BlackDalek: 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 input [00:34] Is there anything else in the system which could override the settings in /etc/default/grub? [00:34] BlackDalek: that's all ubuntu defaults [00:34] BlackDalek: it's /etc/default/grub.cfg [00:34] did you miss .cfg? [00:35] oh wait, that's wrong. sorry [00:35] BlackDalek: /etc/default/grub is correct [00:35] tomreyn, the filename has no extension :) [00:35] BlackDalek: i mixed it up with /boot/grub/grub.cfg [00:36] yep [00:36] BlackDalek: 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 there [00:36] GRUB_TIMEOUT=10 ... [00:37] that is what mine gives [00:37] oerheks: so you have the menu diplayed by default? [00:38] no, it goes straight to the default entry [00:38] see the paste [00:38] https://paste.ubuntu.com/p/svvNdQH7zD/ [00:38] and compare with yours? [00:41] mine http://paste.ubuntu.com/p/WzS7bKp2ZM/ [00:41] oerheks, ok... I'm modifying my file to reflect yours. [00:42] i get no menu by default, there is a 2s timeout where i can activate the menu, then it waits for input [00:42] BlackDalek: maybe you edited /etc/grub.d/00_header ? [00:43] that's where the imtout is added when grub.cfg is created [00:43] *timeout [00:43] It is really necessary to reinstall GRUB? [00:44] tomreyn, I see your config has no GRUB_HIDDEN_TIMEOUT=x line. Anyway, I am rebooting it now to see what oerheks config does [00:44] I mean, I have regenerated it, and I've done a grub-mkconfig. [00:44] If my computer starts giving me GRUB shell, I suppouse GRUB is already installed. [00:45] Let's restart... [00:45] Dah, GRUB Shell again. [00:45] Sir_Andrei: it means grub was loaded form *somewhere*, yes [00:46] you need to install the current version of grub to the device the computer will boot from once per grub version [00:47] ubuntu must be installed in uefi mode, right? else one needs to chroot an install from live iso and reinstall grub [00:47] @tomreyn, with grub-install? [00:47] * c/ booted in [00:47] BlackDalek: 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] well that was weird... during shutdown, I had a blinking underscore cursor in top left of blank screen for about 60 seconds before the machine restarted [00:48] ok.. now it's waiting at the grub menu again..... [00:48] Sir_Andrei: yes grub-install /dev/sdX (or whatever the raw device name is) === Sir_Andr` is now known as Sir_Andrei-2 [00:49] That's the result. [00:49] https://pastebin.com/raw/b5fdwxNp [00:49] it's gone longer than 10 seconds.... nothing is happening. [00:49] tomreyn, oerheks' config made no difference. I am still stuck at grub waiting for me to press enter. [00:50] BlackDalek: maybe you edited /etc/grub.d/00_header ? [00:51] tomreyn, I will now look to see if anything is at /etc/grub.d/00_header.... [00:52] Sir_Andrei-2: you are BIOS booting [00:52] That's new for me. [00:52] Sir_Andrei-2: and the grub which is loaded there cannot spot a bios_grub partition on the same device. [00:52] Hmm..., maybe cause it doesn't exists. [00:53] Well..., I'll create one with Gparted, one moment. [00:54] i agree that the uefi manual is poor, without proper images [00:54] tomreyn, 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:56] BlackDalek: compare the relevant part to mine: grep timeout /etc/grub.d/00_header | pastebinit [00:56] BlackDex: here's mine: http://paste.ubuntu.com/p/q2fB3TVfcj/ [00:57] BlackDalek: can you also post your /boot/grub/grub.cfg ? [00:57] BlackDex: sorr,y not you [01:02] tomreyn, my 00_header's make_timeout () section looks completely different to yours. Hold on, I will pastebin some stuff [01:02] Sorry, I've lost connection. === Sir_Andr` is now known as Sir_Andrei === littlebit1 is now known as littlebit [01:06] tomreyn, my 00_header file https://pastebin.com/UFtzUqZS [01:10] tomreyn: "ubuntu-drivers devices" did not generate any drivers at all; what sources of proprietary drivers can I consider to resolve my webcam issues? === Comstock is now known as scrubs === scrubs is now known as Comstock [01:15] if drivers do not show prop drivers, you are fine [01:16] webcam issues, might be your pidgin 2.13 ?? [01:16] RoadRunner: 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:17] BlackDalek: i'm on 16.04, i think you're on 18.04 so it may well differ [01:17] sudo ubuntu-drivers list /// driver in use >> lspci -nnk | grep -i vga -A3 | grep 'in use' [01:18] tomreyn, no.. this is a 16.04 system [01:22] tomreyn, I am getting my grub.cfg pastebinned now... hold on... [01:23] BlackDalek: your and my /etc/grub.d/00_header are identical [01:24] BlackDalek: maybe you should just uise the pastebinit command [01:24] !pastebinit | BlackDalek [01:24] BlackDalek: 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 | pastebinit [01:25] you 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] !rootirc | rui_ [01:25] rui_: 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] tomreyn, ok.., installing pastebinit [01:27] tomreyn, that makes things easier http://paste.ubuntu.com/p/RrP8MZ3w74/ [01:30] tomreyn: https://paste.ubuntu.com/p/Wj2KMNHcrF/ === marve is now known as Guest64259 [01:33] BlackDalek: here's my timeout section on grub.cfg https://paste.ubuntu.com/p/fmM6zwYZxP/ [01:34] compare it to the section starting line 76 in yours http://paste.ubuntu.com/p/RrP8MZ3w74/ [01:35] as a reminder, this is my /etc/default/grub: http://paste.ubuntu.com/p/WzS7bKp2ZM/ [01:37] RoadRunner: which of these computers are you trying to fix? [01:37] tomreyn: both [01:37] RoadRunner: so computer 1 runs ubuntu 16.04.4 and computer 2 runs ubuntu 18.04.0 ? [01:37] tomreyn, so... what do I do now? Manually edit my grub.cfg file? [01:38] tomreyn: yes [01:39] BlackDalek: 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.cfg === metbsd1 is now known as metbsd [01:42] no video between versions can be expected. no video in skype ... does the webcamtool cheese do anything? [01:43] RoadRunner: 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 your [01:43] cam? [01:47] tomreyn, last modified about 1 hour ago [01:47] maybe the 18.04 machines are running a wayland session.. [01:47] RoadRunner: old, maybe somewhat outdated, but maybe also helpful webcam trouble shooting info https://help.ubuntu.com/community/Webcam [01:47] BlackDalek: that's grub.cfg? so it gets updated. [01:48] tomreyn, and then last modified is current time immediately after running update-grub again [01:48] tomreyn: 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] BlackDalek: so try playing with the values in /etc/default/grub i guess === brainwash_ is now known as brainwash [01:49] RoadRunner: comp1: okay, but it works in egneral, as you worked out with cheese, so it's not a generic issue. [01:50] okay 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 screen [01:50] it has a black cursor and doesnt go anywhere for hours [01:50] TeddyMurray: it is news to me that oracle has acquired vmware [01:51] well im glad i brought you some knowledge from under my rock [01:51] yay \0/ ... wait [01:51] TeddyMurray: i would claim those news are fake, though [01:51] tomreyn: 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 what [01:51] Here'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:52] I do have root on both [01:52] TeddyMurray: i suspect the name of the software you are using is oracle virtualbox. [01:52] I'm trying to boot Ubuntui 18.04 LTS via libvirt/virsh but I get "could not read from cdrom (code 000c) [01:52] any ideas why this is ? [01:52] can anyone point me to a current guide of gpu passthrough with ubuntu 18.04? [01:52] i found out what was causing xorg to eat 20% cpu on mate [01:52] it was the sleep inhibitor applet [01:53] it was using 8% itself and made xorg go from 5% to 20% [01:53] TeddyMurray: also ubuntu 16.06 doesn't seem to exist. run "lsb_release -ds" to find out which version you have. [01:53] 16.04 typo [01:54] RoadRunner: must be with pidgin or what it uses to access the webcam signal [01:54] im on a windows machine running a vmware trying to install ubuntu to it [01:54] !md5 | BenderRodriguez [01:54] BenderRodriguez: 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_Windows [01:54] TeddyMurray, check the host with vmware, enough vram and such? [01:55] hmm i put 2gb of vram [01:55] maybe that's too much? [01:56] TeddyMurray: so the software you are using is probably one of "vmware workstation" and "vmware server" and "vmware player" [01:56] 2 gb is more than required. most vmware users use premade vm's [01:56] i will look into premade vms [01:57] tomreyn: 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 video [01:59] RoadRunner: i have no knowledge in this area which i could provide you with [01:59] tomreyn: do you have working video under pidgin? [01:59] RoadRunner: i have neither pdgin nor a webcam [02:00] tomreyn: :) any suggestions for comp2? [02:01] have you tried with vlc? [02:01] vlc for video conferencing? [02:01] for testing access to the webcam signal [02:02] haven't used vlc for years and never with a webcam [02:02] or some of the other applications listed on the wiki page i pointed to === littlebit1 is now known as littlebit [02:04] this 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:05] thank you for the link; I'll study it [02:05] run utilities from a terminal where possible so you'll get to see the entire output, which may help in diagnosing any issues [02:06] your gut feeling is that its not the driver responsible for cams? [02:06] I'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:07] hola [02:07] TeddyMurray: just a broad guess, but you may need to boot with either nomodeset or vga=791 kernel parameters [02:07] hola [02:07] is their a command to know what services automatically start on bootup? [02:07] @tomreyn, I'd reinstalled Lubuntu (again...). [02:07] hola [02:07] I've made biosgrub partition in the process. [02:08] Rubencho, hablá inglés en esta sala (you must speak only english in this room). [02:08] spanis [02:08] En caso contrario decime por mp que buscás (use mp if u wanna speak our language). [02:08] RoadRunner: 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:09] conversar [02:09] eres hombre o mujer [02:09] o travesty [02:09] tomreyn: thank you [02:10] o eres maricon [02:10] Este es un chat técnico..., a buscar pareja a Tinder. (This man is trying to find a couple here). [02:10] Te vas a la c*ncha de tu madre. [02:10] !es | rubencho [02:10] rubencho: 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:11] no hablo ingles [02:11] ¿No hablás inglés?, aprendelo entonces, analfabeto de m*erda ("you don't speak english, so learn it analphabet"). [02:12] chupen vergas [02:13] @rubencho is swearing in spanish... [02:13] Just a troll... [02:13] just ignore [02:14] Guys, have a way to install the deepin graphics on my ubuntu 18 ? [02:14] chupen harta verga [02:15] hagan [02:15] ? [02:15] F*ck yeah!!!!, "Installation finished. No error reported" (when I entered "grub-install /dev/sda"). [02:15] rubencho: stop [02:15] It just needed a biosgrub partition. [02:15] no instale ubuntu [02:15] @tomreyn, u deserve a f*cking beer man. [02:15] instale ubuntu mate [02:16] Sir_Andrei: a keg [02:16] por que tengo una ram dr uno [02:17] !ops [02:17] Help! 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, dax [02:17] PsychoBoB: 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-04 [02:18] Well, I've restarted, but I still have the same problem. [02:18] I mean, it gives me Grub shell when powering on that computer. [02:18] Well..., at least now I can reinstall GRUB without errores. [02:18] errors* [02:19] Sir_Andrei: can you still boot form there? [02:19] if so, note down what you entered to make it boot [02:19] Yeah, using commands on GRUB shell. [02:20] Done. [02:20] Sir_Andrei: once it's booted, run this: apt update; apt install pastebinit [02:21] Nice. [02:21] Done. [02:21] Sir_Andrei: then: pastebinit /boot/grub/grub.cfg; lsblk | pastebinit [02:22] mount | pastebinit [02:22] you should have three urls by now, let us know about them [02:22] Yeah, one moment. [02:23] I'll call "my brotha". [02:24] you can install an openssh server and connect to that so you can copy and paste the urls [02:25] Oh..., you are such a creative man. [02:26] yes, i copy and paste very well [02:26] http://paste.ubuntu.com/p/hjw7tPghx4/ [02:28] I'm copying by hand while emacs is installed in the other PC. [02:28] http://paste.ubuntu.com/p/psT258JJ9w/ [02:28] http://paste.ubuntu.com/p/vdGFp977xy/ [02:29] Sir_Andrei: now, the notes you took earlier, when you manually booted into linux from the grub prompt, what are they? [02:30] One moment. [02:33] https://paste.ubuntu.com/p/nVKYq7NcXV/ [02:33] Sir_Andrei: also show: pastebinit /etc/fstab [02:34] Sir_Andrei: and: blkid | pastebinit [02:34] blkid is an empty document. [02:35] http://paste.ubuntu.com/p/HFDCxXpQ22/ [02:35] [02:36] Sir_Andrei: "blkid | pastebinit", not "pastebinit blkid" [02:37] Yeah, I wrote it fine. [02:37] I know | is a pipe and i tried just "blkid". [02:37] And..., it doesn't throw anything. [02:37] apt install util-linux [02:38] actually, if it returns nothing, anod no error message, then you dont need to [02:38] It returns nothing. [02:39] weird. [02:39] Sir_Andrei: did you post your notes, yet? [02:39] Yea [02:40] https://paste.ubuntu.com/p/nVKYq7NcXV/ [02:40] hmm i must have missed them [02:41] Sir_Andrei: what'S the output of "sudo blkid" ? [02:42] blkid at least return some lines [02:42] Ill upload it. [02:42] http://paste.ubuntu.com/p/4zwzRDTVYJ/ [02:42] [02:42] aha! [02:43] this will take me some minutes now [02:44] Thx C: [02:44] Sir_Andrei: can you do : sudo lsblk 2>&1 | pastebinit [02:45] http://paste.ubuntu.com/p/cGg97bfh4Y/ [02:45] [02:47] Sir_Andrei_s_bro: do you have a file /boot/grub/device.map ? if so, tell me what's in there [02:48] No [02:48] Sorry... [02:48] No* [02:48] ls /boot/grub have some files..., but any device.map [02:56] Sir_Andrei: which is your bios_grub partition? [02:59] Sir_Andrei: sudo parted /dev/sda print 2>&1 | pastebinit [02:59] I was installed gparted hahah [02:59] Sir_Andrei: what do you mean by "i was installed gparted"? [03:00] 'Cause u gave me that command. [03:00] And I was installing Gparted to be sure of what partition is biosgrub. [03:00] http://paste.ubuntu.com/p/qDZ99tZyB5/ [03:00] [03:04] if im running lubuntu, is there a way to install gnome de with wayland display server on it? [03:05] i found out after installing lubuntu that my favorite emu retroarch does not work right on x11 anymore [03:06] or do i have to go and install ubuntu or ubuntu gnome? [03:11] Sir_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] but this is just a theory really. [03:11] So... [03:12] Sir_Andrei: can you run: sudo grub-install /dev/sda 2>&1 | pastebinit; sudo parted /dev/sda print 2>&1 | pastebinit [03:14] http://paste.ubuntu.com/p/jXpvY8BtZ2/ [03:14] http://paste.ubuntu.com/p/S8qw5zxQDd/ [03:14] [03:16] Sir_Andrei_s_bro: is this a 32-bit system? [03:16] what's your hardware, which ubuntu did you install there? [03:17] 64 bits. [03:18] Lubuntu 18.04 (amd64). [03:18] Sir_Andrei: what does "cat /proc/version" report? [03:18] lscpu | pastebinit [03:19] .. 32 bit uefi machine ?? [03:19] omg [03:19] i think so, but i'm not sure how to reliably identify [03:19] brand and model number can tell [03:21] Sir_Andrei: sudo dmidecode --type baseboard | pastebinit [03:21] Sir_Andrei_s_bro: ^ [03:22] tomreyn: ' grep -w lm /proc/cpuinfo ' If you see "lm" in red, it's 64 bits. Otherwise it's 32 bits. [03:22] I was making some food. [03:22] tomreyn: Also ' sudo lshw | grep "description: CPU" -A 12 | grep width [03:22] It says clearly whether it's 64 or 32 bits (may take a little while to finish). [03:22] Bashing-om: okay, but that's the cpu, not the mainboard's boot capability, right [03:23] Linux 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 2018 [03:23] [03:23] (cat /proc/version) [03:23] your kernel is outdated, you'Re 3 or so verison sbehind. but this wont be why [03:24] ...hopefully [03:24] http://paste.ubuntu.com/p/Gg7pW7yzmk/ [03:24] [03:24] lscpu ^ [03:24] Yea, if I update it it will broke grub definitely hahahah [03:24] Remember I've tried that few hours ago. [03:24] that's indeed a 64-bit cpu [03:25] http://paste.ubuntu.com/p/kM8r7ncCmH/ [03:25] [03:25] Sir_Andrei_s_bro: ok [03:25] dmicode --type baseboard ^ [03:27] Sir_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] and then i think it would actually make boith ubuntu and windows work [03:28] You mean "install" on efi mode. [03:28] I'm booting from Lubuntu Live first. [03:28] Then installing. [03:29] Sir_Andrei: yes, i'm saying you need to start the lubuntu live/installer in efi mode, not bios [03:29] Thx, I'll try C: [03:29] no, that y50-70 seems to have normal 64 bit uefi. [03:30] how to crop images in ubuntu? [03:30] Rockwood, install gimp [03:30] Sir_Andrei: to detemrinewhetehr you have the latest bios version: sudo dmidecode --type bios | pastebinit [03:31] http://paste.ubuntu.com/p/f9hQ6PQ8c5/ [03:31] [03:32] Sir_Andrei: if you enter bios, check what "boot mode" item in "boot" table is set to, is it "uefi" or "legacy support" [03:32] One moment. I'll restart the baby. [03:32] Rockwood: there is a nautilus package to resize images too [03:33] Sir_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/ds100998 [03:33] hi, 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] Hi 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 fix [03:33] Boot mode is "Legacy Support" [03:33] best you ask macbuntu for support of that pacakge, badpilot [03:34] macbuntu ... the horror theme.. [03:34] Oh... do they have a channel? [03:34] Sir_Andrei: see, that's bios booting [03:34] Nice. [03:34] * oerheks shivers [03:34] UEFI is the other option... [03:34] oerheks, could be worse. there is an ubuntu/windows theme somewhere out in the wild [03:34] So..., got it, I have to select UEFI mode. [03:34] i know, reinstall ! [03:34] oerheks: I'm a bit mac obsessed [03:34] Sir_Andrei: set it to uefi and see if windows still boots [03:35] but I have come across some terrible icon sets [03:35] bleh... don't get me started [03:35] If I select Windows Boot Manager it boots, yea. [03:35] Sir_Andrei: where do you select that? [03:35] F12 [03:36] I don't know the name. [03:36] The same place where I select to boot my USB Stick. [03:36] probably the boot device override menu [03:36] Sir_Andrei: okay, now install ubuntu ;) [03:36] while i get some sleep [03:36] Without biosgrub, right? [03:37] Tom, where are you from? [03:37] Sir_Andrei: you're using efi booting now, meaning ubuntu will share the ESP with windows [03:37] Nice C: [03:37] Sir_Andrei: so no need for a biosgrub partition. but you can and should just do automatic partitioning so that windows is preserved. [03:38] i'm in europe [03:38] and in bed [03:38] Oh, it's morning in that place. [03:38] does 16.04 support EGPU's? [03:38] ! TMI [03:38] Um thanks... We *really* did not need to know that... [03:38] What an hour to sleep... [03:38] I'm from Montevideo, Uruguay. [03:38] ttyl [03:38] And I'm from mars [03:38] Mars? [03:39] focus on the topic people. UBUNTU support. [03:39] So how have u read my message so far? [03:39] sorry [03:39] Latency is something like 20 minutes... [03:39] chit chat in #ubuntu-offtopic if you like [03:39] so fast* [03:39] ooh! sign me up! [03:39] Ok @cfhowlett [03:39] *changes channel* [03:42] It detect my USB Stick as "EFI USB Device" [03:42] Nice. === badpilot is now known as sandwich === sandwich is now known as flyingtoaster [03:58] hi, i have ubuntu 14.04 installed in my machine and the monitor HDMI turns off and some times turns on again... any idea? === arturo_ is now known as DrEmmettBrown [04:12] i can install deepin [04:12] nice!! [04:17] tomreyn, I know you probably are sleeping now, but I have to say your solution worked just excellent. [04:17] U deserve the f*cking beer keg after all. Thanks for your time and dedication. [04:19] I've spent 24 hours on ubuntu and i'm in love with it === tommy_ is now known as Guest62043 === marve is now known as Guest57223 [05:34] hi guys [05:34] ubuntu is good working in i like that === marla is now known as Beni === Beni is now known as Guest43796 === Guest43796 is now known as BeniWBY === Nicmavr is now known as Guest39400 [06:22] Hi everybody [06:22] I need a little bit of help [06:24] qwebirc88629, your best chance at receiving it comes with posting what your problem is with enough detail for a solution to be given [06:40] how to make openbox show at login screen window manager options ? [06:43] login windows options [06:44] cfhowlett: is that at the login screen? i don't see it in my regular options [06:45] pantato, should be in lightDM gtk+ greeter settings [06:46] cfhowlett: i think i'm using gdm3 [06:46] i'm on 18.04 [06:46] I'm still on 16.04 so can't offer anything further [06:52] pantato: what exactly do you mean by wm options? [07:39] is 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.04 [07:40] Does anyone know how I can make ubuntu dash recognize programs I have installed under /opt/ ? [07:40] screenshot https://i.imgur.com/bMUzr23.png [07:40] unity's dash I mean [08:11] hello [08:12] how can i clear all messages from gnome notifcation area from command line, all tips are welcome .. [08:17] gast: do messages stay there forever? [08:18] well its a script that i run, i like to clear it once a while [08:18] and yes they then run forever [08:19] it would be nice to clear it , so it has more space for the next run [08:20] ubuntu 18.04 LTS default gnome desktop [08:20] gast: check the docs for the notification daemon, dunst has a keybinding (ctrl+space) to clear notifications [08:21] yeah, thats the idea, but instead of the crtl+space , it would be nice to add the clear command to the script.. [08:23] there might be some command you can send via dbus, but you would need to ask the gnome devs about that [08:26] ok, reading the docs right now ;) [08:33] ok, found the solution : notify-send --hint int:transient:1 "Title" "Body" [08:33] :O [08:33] the --hint int:transient:1 part does the trick, so it no longer adds a long row of messages .. [08:33] just have to re-write the script .. [08:34] thanx [08:34] hello, a question for you, guys [08:35] on ubuntu, where are DNS TTL cache entries saved? [08:35] I've set bios clock, but when I run ubuntu 18.04, bios clock is reset [08:35] instead, when I run windows, bios clock stays untouched [08:36] I don't know how ubuntu can change bios settings [08:36] any ideas? [08:42] good morning [08:43] we stable is 18.4 lts [08:43] running good 18.4 lts? [08:46] hi i Just set a customixed Keybinding in gnome-term To switch tab useing Ctrl [08:47] 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 logs [08:47] Bluetooth: hci0: last event is not cmd complete (0x0f) [08:47] and no devices work [08:47] running imac but seeing this affecting other hardware also [08:47] where is best place to report the bug? [08:49] hi 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 it === jstein_ is now known as jstein [08:50] where do you staore the keybindings to MANUALLY Edit [08:52] odd its Fixed [08:57] maybe 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 server [08:57] that is 18.04 server [09:17] 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/HEyJuT8SSME [09:18] Fairly new to Ubuntu and don't know all the software yet :) === mouses is now known as mous [09:44] how 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] Brian-: maybe this bug 1748565 [09:44] bug 1748565 in linux (Ubuntu) "Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)" [Medium,Confirmed] https://launchpad.net/bugs/1748565 [09:44] Hi guys. What video player do you recommend for ubuntu/ [09:45] samfisher: I guess you can do it easily with the gui frontend (gufw) [09:45] medard VLC or MPV [09:51] Thanks brainwash - according to that its just a cosmetic - log reporting thing [09:51] so perhaps the logs are unrelated to my issue brainwash [09:51] Apple bluetooth adapter is broadcom [09:51] is this still the case? 2 [09:52] https://askubuntu.com/questions/632336/bluetooth-broadcom-43142-isnt-working [09:53] Brian-: did you read through the upstream bug report also? [09:54] * Brian- is looking [09:54] this one https://bugzilla.kernel.org/show_bug.cgi?id=198699 [09:54] bugzilla.kernel.org bug 198699 in Bluetooth "Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)" [Normal,New] [09:55] ahh https://bugzilla.kernel.org/show_bug.cgi?id=198699#c11 [09:55] bugzilla.kernel.org bug 198699 in Bluetooth "Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)" [Normal,New] [09:55] Thanks brainwash will reboot into ubuntu and try it out in a sec! [09:55] thanks for your help [10:03] ducasse: 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 there [10:27] Is there any way to prevent Apt from constantly deleting the packages it downloads? [10:27] This is a fresh 16.04 install... installed Vim and Firefox and not much else, and the packages are already gone, probably instantly deleted === tuxiano_ is now known as tuxiano [10:30] The only ones that remain are the ones that I have apt-get install --reinstalled :-/. [10:31] Oh, it seems apt deleted them but apt-get does not? [10:32] deletes* === tuxiano_ is now known as tuxiano [10:35] Has anyone had an instance where they install ubuntu and then their battery no longer works? [10:35] My battery was fine on windows 10 and now on ubuntu it only works on power supply [10:39] anybody here === z is now known as Guest75689 [10:50] pinga I couldn't help you but these seem out of this world problems [10:55] when 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 down [10:55] do you mean instantly or ubuntu does it? [10:56] no definitely a no power situation [10:56] just completely dies [10:56] so instantly [10:56] yes [10:56] yes [10:56] When hardware starts behaving like that it becomes rather.... endless ;-). [10:56] hmm [10:57] It's actually new (refurbished) [10:57] But you have the same still in Windows? [10:57] so I guess I'll call the shop up and complain [10:57] I wiped windows os so haven't been able to test that [10:58] maybe I could boot from a usb and see if the issue is still present [10:58] You could try running the installer as it's a mini windows environment [10:58] Yes [10:58] But making use of warranty terms before they run out is.... advisable [10:58] ugh bloody hardware why can't anything be easy haha [10:59] And don't let them get you hooked on troubleshooting that will extend past that term [10:59] Yeah [10:59] But if you cannot find anything online about it, then you have a strong case to blame the hardware ;-) [11:00] Tbh since it's a refurb I wouldn't be surprised [11:00] You did not find anything when searching? [11:00] Just seemed odd that the issue happened after the reinstall [11:01] A few things suggesting some sort of config error [11:01] I'm not saying it's not a interplay between the Linux kernel and your laptop [11:01] however when hardware starts behaving like that the "end is lost" [11:01] but when I get the status of the battery in terminal it sounds fine [11:02] What Ubuntu are you using? [11:02] I'll try the mini boot like you sugggested tho [11:02] 18.04 LTS [11:02] So you got a recent kernel [11:03] yah ^^ [11:03] If you can get a 16.04.3 ISO or 16.04.0 you could try other kernels [11:03] but yeah I would suggest getting other hardware instead [11:04] $5#$)#$)@ [11:04] wen 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 refurbished [11:04] nooooo [11:04] (even if it is software you have no hopes of solving it) [11:05] well, could look for a bios update. but if they refurbished, you should already have that [11:06] oh someone here had some acpi script right? For Grub? Was that you? [11:06] tom? [11:06] not me [11:06] (and i dont know what you're referring to) [11:07] oh maybe TJ's [11:07] someone has script online that will check flags for windows version for grub to emulate windows [11:07] I saw something like that when I was googling around [11:07] yeah TJ [11:07] that's him [11:07] to reset battery configs or something [11:08] you can get the bios version using "sudo dmidecode --type bios" and the laptop model using "sudo dmidecode --type baseboard" [11:08] You get something like this: acpi_osi=! \"acpi_osi=Windows 2006\"" [11:08] in the grub command line [11:09] http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [11:10] apparently acpi_osi="Windows 2006" would be sufficient, or Windows 2012 [11:10] but just testing with windows installer is probably easier for a first step [11:11] well, not easier, but more telling [11:11] I'd suggest putting acpi_osi="Windows 2006" immediately in /etc/default/grub and giving it a go [11:12] wow that's really something [11:12] zomaar: thanks heaps [11:12] update-grub, reboot, see if it happens, otherwise reboot to Windows ISO [11:14] oh yeah you cannot put it in grub default without the ! and the quotes [11:14] but you can try it while booting of course (press E to edit the grub menu) [11:16] Yeah I'll give it a shot. Thanks for the suggestions (: [11:17] What does your "sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows | sort" give? Just curious [11:19] Microsoft Windows NT [11:19] Windows 2001 [11:19] Windows 2001 SP1 [11:19] Windows 2001 SP2 [11:19] Windows 2006 [11:19] Windows 2009 [11:19] !paste | pinga [11:19] pinga: 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:20] https://paste.ubuntu.com/p/zwNkTv93GP/ [11:20] sorry for the flood [11:28] Howdy all [11:38] oerheks, still no Firefox in Ubuntu oO [11:38] *Firefox 61 === gurmble is now known as grumble [11:39] erle-: you can download it from mozilla if you prefer [11:41] tomreyn, that's not the problem, the problem is that hundred thousands of users have unpatched vulnerabilities for five days now [11:41] unpatched and /published/ [11:47] erle-: exploits / detailed technical descritions published? [11:47] erle-: but yes, faster patch cycles on web browsers would be great to have. [12:02] tomreyn, a new publish version is considered a detailed publication [12:02] tomreyn, you can diff the Firefox code and see where the problem is [12:02] tomreyn, that's what Patchdays are for: everybody patches roughly at the same time before detailed publication [12:03] it is not about faster [12:03] it is about the fact that it has been released outside of Ubuntu [12:03] if it were not released, there would be no problem [12:04] erle-: i understand this perspective and share it for the most part. [12:05] bug 1779442 [12:05] bug 1779442 in firefox (Ubuntu) "Upgrade to Firefox 61.0" [Undecided,Confirmed] https://launchpad.net/bugs/1779442 [12:06] https://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-12359.html [12:06] https://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-12360.html [12:06] https://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-12361.html [12:07] etc, see https://www.mozilla.org/en-US/security/advisories/mfsa2018-15/ [12:08] available via snap https://snapcraft.io/firefox [12:11] tomreyn, I also don't get why [12:12] tomreyn, Firefox has Betas and Release Candidates, the Ubuntu team is not suprised by sudden Firefox releases [12:12] also this release has a lot less compability breakage than previous releases (57 etc. [12:12] ) [12:12] erle-: maybe you could offer your help then [12:13] brainwash, what is there to do for someone who has no permission on the repos? [12:14] 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 published [12:14] 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 anywhere [12:15] here? https://wiki.ubuntu.com/MozillaTeam#Communication [12:16] brainwash, > last updated 2015 [12:16] /j #ubuntu-hardened [12:16] > roadmap last updated 2011 [12:16] woah [12:17] so, more reason to get involved then [12:17] hola [12:17] hi [12:18] !es | alumno_ [12:18] alumno_: 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] erle-: I assume that they will switch to delivering firefox via snap by default at some point [12:18] that would be even worse [12:18] then you don't even get dependency updates in time [12:19] not sure what that means [12:19] snap is completely absurd, 20-MB apps take 300 MB as snaps [12:19] you'll get new firefox on day 1 [12:19] or 2 === Dreaman is now known as Blade === jean is now known as Guest3055 [12:20] >Size 203.0 MB [12:20] I think that's pretty fair for something like firefox [12:21] how to download mozilla firefox? [12:21] brainwash, the tarball from Mozilla is 50.0 MB [12:21] https://download-installer.cdn.mozilla.net/pub/firefox/releases/61.0/linux-x86_64/de/firefox-61.0.tar.bz2 [12:22] alumno__, use that link [12:22] make sure that it really is Mozilla and that you are using HTTPS, alumno__ [12:22] I can't find package for ext-gd [12:27] Okay, who's got some time to help me on a certain project? It involves working with multiple dbs, python and php.... [12:39] hello [12:59] c0mrade: 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. [13:00] that's unless you were looking to hire someone, in which case this is not the right place. === coconut is now known as coconut_ === don is now known as Guest37966 [13:12] How 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:17] medard, if you're using firefox, try disabling smooth scrolling. not sure about the pdf, but that fixed firefox for me. [13:21] medard: which Ubuntu version and flavor? === phoenix_firebrd is now known as phoenix_firebrd_ === phoenix_firebrd_ is now known as phoenix_firebrd [13:44] hello everyone [13:50] Does 18.04 stable yet? [13:51] ^??? [13:52] mnr200: it should be, since its release, it's an LTS version [13:52] duncan213, I'm currently using Ubuntu 16.04 and want to upgrade to 18.04 [13:52] skinux: have you tried, sudo apt install php-gd ? [13:53] mnr200: uogrades are not yet supported. i t will be starting ~ 18.04.1 [13:54] tomreyn, so how safe is to switch 18.04 instead of 18.04.1, or should I just wait for that? [13:54] Hi, how to make huge VPN list loading faster or async, for example loads first 5 other can be filtered, on gnome? [13:55] Because I've imported all nordvpn vpn profiles and every time I open system ultities and switch to network tab it hangs up. [13:55] mnr200: 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:56] sorry not system utilities, but system, on Ubuntu 18.04 [13:56] Desktop* [13:56] tomreyn, got it, thanks! [13:57] juslintek: what's the purpose of having > 5 VPN configurations? [14:02] tomreyn, to prevent System panel hangging, while it tries to load 10 000 VPN servers list. :( [14:03] I've imported all profiles using nmcli inside for loop or profiles list. [14:04] And now system panel hangs up, when initiated. [14:05] tomreyn, 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:07] juslintek: you do service monitoring from a desktop comuter? [14:07] tomreyn, whats the purpose of this question? How is it even related to the problem? Is it some trolling pick up line? [14:08] sweet [14:08] it'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:10] tomreyn, 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:12] And 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] juslintek: okay, but why do you monitor this from a desktop computer? [14:13] tomreyn, I'm not monitoring. I'm tweaking settings. But the services I'm tweaking settings are for minotoring basically graphana type of monitoring. [14:14] Grafana [14:14] Okay lets change the question. Is there any alternative system panels for gnome? [14:15] Or is there possibility to tweak their settings, maybe there are some alternative ui display methods? [14:15] juslintek: 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:20] tomreyn, 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:21] And 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. === semeion is now known as mnemonic [14:25] juslintek: are you saying the macs have those 10K VPN profiles configured and their GUI doesn't lag while importing them? [14:25] ...or while using them [14:26] tomreyn, yep, because it picks them up async, via filter, lag, very fast. ;-) [14:26] if 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:27] Cool, will do that. [14:29] tomreyn, where should I do that? [14:29] Maybe I can do it myself, where is the repo of that, then I can ask for pull request. :-D [14:30] Because 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:36] anyone here developing games on linux? what do you use? im trying to setup monogame but their content pipeline is killing me [14:38] Neomex, you're wasting time. Drivers are not game engine ready. Go back to windows. [14:39] * Neomex cries [14:45] If you'll develop on ubuntu, you'll be missing out on latest features and will have to struggle with continious render lag. [14:45] just call the game continious render lag and make a thing out of it [14:46] ill call my company that [14:46] CRL [14:46] i like it [14:47] well i guess i have to download bunch of crap to make windows usable now [14:51] justache: please don't do that. If you don't like Ubuntu or it's abilities, then please keep it to yourself [14:51] juslintek: ^ [14:51] ok sorry :') [14:51] er.. :'( [14:54] Is Unity SDK completely geared toward game development? [14:54] skinux: that's not an ubuntu support question. Contact Unity [15:05] Hi 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 and [15:06] pavucontrol), 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] ? [15:11] !audio | stobrendo; this is a bit dated, but might help [15:11] stobrendo; 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:12] stobrendo: 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:14] see 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:18] tomreyn: 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:19] http://ix.io/1fD0 [15:20] !info firefox [15:20] firefox (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 kB [15:22] stobrendo: can you run "sudo update-pciids", then post "lspci -nn | grep VGA" and lscpu [15:23] stobrendo: also, the other questions i asked should be answered, too. ;) [15:28] Hi! 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, though [15:29] Mouse moves still. When I unplug, the laptop screen goes black, and nothing happens. Mouse works still.. Any idea whats the problem? === max__ is now known as MxMax [15:31] spexi: is this on X or wayland? [15:32] echo $XDG_SESSION_TYPE [15:33] tomreyn: x11 [15:33] tomreyn: lspci: http://ix.io/1fDp , lscpu: http://ix.io/1fDq, nerd stats: http://ix.io/1fDC , about:performance http://ix.io/1fDI [15:34] spexi: take a look at Xorg.*.log (which is now stored somewhere in your $HOME) and ~/.xsession-errors [15:35] it 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 it [15:35] spexi: also comparing xrandr output may help [15:36] spexi: oh this is nvidia / optimus. good luck. [15:37] tomreyn: haha, ok.. :D [15:37] it may be possible but i wont try to debug it [15:37] stobrendo, is that a table ? [15:37] *tablet [15:37] tomreyn: ok, thanks anyway [15:38] Guess I'll install Win10 to this laptop, because this must be connected to tv [15:38] ioria: low cost thomson laptop (SP-NEO14-2WH32) [15:38] stobrendo: I would test with this extension https://addons.mozilla.org/en-US/firefox/addon/h264ify/ [15:39] in 18.04, is there any way to stop the notifications from turning on my screen? [15:39] stobrendo, ever worked the audio on that thing ? [15:40] ioria: yes [15:40] stobrendo, with linux ,i mean [15:40] no xD [15:40] stobrendo, charrytrail issue in my opnion [15:40] stobrendo: try !mainline [15:40] charrytrail? [15:40] !mainline [15:40] The 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/MainlineBuilds [15:41] or i915.alpha_support=1 [15:41] ...kernel parameter [15:41] cherrytrail not coffee lake [15:41] oh right, but mainline may help [15:42] sure [15:42] stobrendo, cherry trail is your cpu https://ark.intel.com/products/93361/Intel-Atom-x5-Z8350-Processor-2M-Cache-up-to-1_92-GHz [15:44] stobrendo, i'am pessimistic, but this guy did it : https://askubuntu.com/questions/1034619/problem-with-audio-device-es8316-and-ubuntu-18-04 [15:53] the url i'm suppoused to use to download the driver gives an error 400, https://raw.githubusercontent.com/yangxiaohua1977/sound/master [15:55] stobrendo: where did you come across this url? [15:55] tomreyn: 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=ALkJrhiyjrmnhz4t1tp89ClUpcQcSFvYwg [15:56] it seems to suggest to download the master branch of this git repository: https://github.com/yangxiaohua1977/sound [15:56] so https://github.com/yangxiaohua1977/sound/archive/master.zip [15:57] ok thanks [15:58] hey [15:58] I just updated my 18.04 with latest updates and my resolution after reboot is stuck on 1280x1024 on Xorg [15:59] It was 1920x1080 ... [16:02] Ubuntu 18 LTS is listening to port 25 by default [16:03] what could it be? how to stop it? [16:03] sudo lsof -i :25 [16:03] hiya: this should tell [16:03] tomreyn, it says SMTP [16:03] but i never ran it in 16.04 [16:04] hiya: it's the default smtp server port, though. [16:04] tomreyn: 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 fine [16:04] how to disable that service, tomreyn ? [16:05] stobrendo: 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:06] hiya: 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:07] tomreyn, how to check package from PID? [16:08] hiya: find out how the process was started: ps ef PID [16:09] /usr/lib/postfix/sbin/master [16:10] hiya: 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] the service is probably called "postfix", too [16:12] tomreyn, you rock [16:13] tomreyn, how do i learn what u just did? [16:13] hiya: if you want to know when it was installed, you can zgrep -F postfix /var/log/apt/term.log* | sort -nr [16:13] hiya: use ubuntu or other linux distros, primarily from a terminal, for a couple years. [16:15] and 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] ok [16:16] also watching this chat and learning from others can help. i learn a lot here. [16:16] ok [16:20] hiya: 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:21] ubuntu 18.04 - how can i make x11vnc -usepw on default port 5900 run at startup? [16:21] so i can just vnc anytime i want [16:24] Biessie, https://help.ubuntu.com/community/VNC/Servers#Have_x11vnc_start_automatically_via_systemd_in_any_environment_.28Vivid.2B-.29 [16:24] ioria : ty! [16:24] Biessie, ok [16:25] ty = thank you [16:27] ioria: dmesg | grep 8316 outputs me no failures [16:27] > http://ix.io/1biu [16:28] stobrendo, are you sure it's the right paste ? [16:31] ioria: sorry it wasn't. Here it is the right one: http://ix.io/1fDT [16:32] 888888888884 [16:38] stobrendo, sudo lshw -C Multimedia | nc termbin.com 9999 [16:41] ioria: http://termbin.com/sr62 [16:42] stobrendo, no module get loaded [16:43] ioria: i did modprobe pcspkr , what module should i load? [16:43] stobrendo, that's another thing, no relation with sound device [16:44] stobrendo, it's the buzzer [16:45] ioria: ok, is there any module I should load to fix audio? [16:45] stobrendo, try this : dmesg | grep -i audio | nc termbin.com 9999 [16:46] ioria: http://termbin.com/reaa [16:47] think ubuntu server 18.04 may work on a 1GHz Pentium 3 with ~200MB ram from... 1999 or somewhere around there? [16:47] jeepers [16:48] (if 18.04 depends on SSE2, nope) [16:50] hallo [16:50] ich bin jetzt da [16:50] wo seid ihr alle? [16:50] muh? === john_ is now known as Guest24659 [16:51] hallo ? [16:51] ja? [16:51] hi [16:51] isn't there a german ubuntu channel somewhere? [16:51] maybe [16:51] !de | hi Guest24659 [16:51] hi 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] oh sorry i dont know if there is one [16:51] i'm guessing its german, anyway [16:51] yep [16:52] so, what's going on here? [16:52] help [16:52] with what? [16:52] sorry - i tried to input help as a command [16:53] stobrendo, dmesg | grep -i SST | nc termbin.com 9999 [16:53] but i guess i am on my way now :-) [16:53] slash ... [16:53] /help [16:53] 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, iirc [16:53] haven't been running for years [16:53] does 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 it [16:54] a system overlay? [16:54] conky i guess, the 1st scripting i learned on linux [16:54] ioria: http://termbin.com/9hkm , i'm googlin about what did that thing of LPE and HDMI but found nothing yet [16:54] !conky [16:54] Conky 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. === Nicmavr is now known as Guest44771 [16:55] I'm trying to display a browser source, I don't need to interact with it, just see it [16:55] and tons of examples on ubuntu forum, 2343 pages https://ubuntuforums.org/showthread.php?t=281865&page=2343 [16:56] when 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 view [16:57] stobrendo, no idea, try to paste the whole log: dmesg | nc termbin.com 9999 [16:58] I 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 overlay [16:58] ioria: http://termbin.com/l6ku [16:59] I 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 stuff [16:59] hi all [17:02] artur: Hi [17:02] hi [17:11] stobrendo, go ahead with this anyway : https://askubuntu.com/questions/1034619/problem-with-audio-device-es8316-and-ubuntu-18-04 [17:13] ioria: ok i'll try. Thanks === fabricius1 is now known as fabricius [17:41] hi im running out of options :( https://paste.ubuntu.com/p/pjBHn7KxH6/ [17:41] hi [17:41] where can i get help regarding irc channel? [17:42] #freenode [17:43] i 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] I am unable to turn on my bluetooth in Ubuntu 18.04. [17:44] jnewt: what's the software [17:44] ppf cutecom [17:44] !info cutecom xenial [17:44] cutecom (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 kB [17:44] that's the version apt has [17:45] ppf: but i have 0.30.3 on 18.04. is the newer version not compatible with 16.04? [17:45] Hi [17:45] jnewt: it's not available [17:45] 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:46] someone_: postfix [17:48] 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:49] someone_, ask in #ubuntu-server too, you meed postfix, a lot of knowledge to make it safe, and 24/7 monitoring .. [17:50] they will probably say it is not worth the time, just rent a service [17:50] but I don't have ubuntu sever, I'm using Kubuntu 16.04 desktop version . [17:50] anyone? [17:51] persi What do you want ? [17:51] oh, i read you want to run a mailserver [17:51] just a client; thunderbird [17:51] i need to update xenial.not allowing coz of hash mimsmatch [17:52] oerheks No. [17:52] oerheks I mean a program run as a mail server to recive and send the messages insted of buy for mail hosting . [17:53] so a mailserver it is. [17:55] you can run that on a desktop, all you need to do is let it run 24/7 [17:55] Does that mean I have to install ubuntu server ? I can't install only a program like Windows . [17:55] Ok [17:56] so the appropriate program is postfix ? [17:57] yes, https://help.ubuntu.com/lts/serverguide/email-services.html.en [17:57] there are other too [17:57] c/others [17:57] oerheks Thank you so much. [17:57] persi you have to provide more details about the problem. [17:57] ~paste [17:58] someone_, hi im running out of options :( https://paste.ubuntu.com/p/pjBHn7KxH6/ [18:00] persi read this https://unix.stackexchange.com/questions/116641/how-do-you-fix-apt-get-update-hash-sum-mismatch [18:00] may it help . [18:00] someone_, checking... === bart is now known as Guest37126 [18:01] could well be the mirror is now syncing, try again in a few minutes [18:01] . [18:01] persi but the the easiest way to fix this is: sudo apt-get clean [18:01] then sudo apt-get update [18:01] someone_, done that already [18:02] persi: try "sudo rm /var/lib/apt/lists/* /var/lib/apt/lists/partial/*" [18:02] then sudo apt-get update [18:02] EriC^^, done that too [18:02] persi: do you know who hosts that repo? seems an internal repo? [18:03] How can I force an install of a different driver through ubuntu-drivers [18:03] ? [18:03] I see I can only do automatic install [18:03] EriC^^, you mean where is the server i chose at or download from ? [18:03] kubast2, use the driver tool in updates, there you might find different nvidia drivers [18:03] oerheks: kde neon [18:04] idk where it is [18:04] persi: yeah, it says an IP 122..... [18:04] same place, updates and sources [18:05] oerheks: where though cause it doesn't have the ubuntu app for updatets? [18:05] the app they have(discover) doesn't feature driver choosing [18:05] that is also a store [18:05] EriC^^, is this? Failed to fetch http://122.2.223.138:80/data/0056dfdf4234f769/au.archive.ubuntu.com/ [18:06] Hello, 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] thks... [18:07] oerheks: please direct me literally what app am I looking for [18:08] if you mean the ubuntu one it is not there by default in kde neon so I'm looking forward to using the tool [18:08] bad idea...i had problems with that last win update...only win worked i installed ubuntu on a full system...and never been happier [18:08] it 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 repository [18:09] persi: yes [18:09] elyon: are you using uefi? [18:09] thks for the comment andres_ [18:11] kubast2, just search for 'driver' and the tool should pop up, else ask in #kubuntu again [18:11] EriC^^: nope, BIOS [18:12] Im logging ubuntu, from the bios booting menu, but i have to log in clicking escape when starting my pc... [18:13] elyon: ah, can you pastebin "sudo parted -l" ? [18:13] it sounds a lot like uefi [18:13] well, maybe im wrong... yes, hold on a min.. [18:16] Eric: Model: ATA HGST HTS541075A9 (scsi) [18:16] Disk /dev/sda: 750GB [18:16] Sector size (logical/physical): 512B/4096B [18:16] Partition Table: gpt [18:16] Disk Flags: [18:16] Number Start End Size File system Name Flags [18:16] !paste [18:16] 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. === Guest44771 is now known as Kestrel-029 [18:17] elyon: yeah looks like its uefi if you only have 1 hdd [18:18] Eric: https://paste.ubuntu.com/p/Gq9kDRmNsD/ [18:18] thks... [18:18] ok, thks for the info... so, what do I have to do? [18:18] elyon: what pc model is it? [18:21] https://paste.ubuntu.com/p/h24bmDrCdz/ [18:21] theres my info Eric... [18:21] elyon: it's a custom built pc? [18:22] nope, original... [18:22] is it an hp? [18:22] yes [18:22] elyon: ok, type "sudo efibootmgr -v" and pastebin the results [18:24] https://paste.ubuntu.com/p/ZNrWvyGFjx/ [18:24] elyon: type "sudo efibootmgr -A -b 0003" [18:25] that'll make windows inactive, if you want to set it back to active later type "sudo efibootmgr -a -b 0003" [18:26] elyon: try rebooting after and see if ubuntu boots first [18:26] with 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] elyon: no, it'll start grub directly and then you can choose [18:26] ohhhh, ok!!! thks... [18:27] if you ever want to reset stuff the way they were use the 2nd command [18:27] if you remove ubuntu for example [18:27] no problem [18:28] ok, ill try, and come back to you in some minutes... you rock! thks! [18:28] ok :) [18:31] still hopeful :) [18:31] persi: do you know the person hosting the repos? [18:32] EriC^^, sorry i have no idea [18:32] 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 files [18:32] persi: hmm it's a very custom repo [18:33] ive read somewhere a guy matches the hash manually but i dont get it well [18:34] persi: what does it say for "apt-cache show gcc-5" ? [18:34] persi: what does it say for "apt-cache show gcc-5 | grep -i filename" ? [18:35] nevermind it's in the paste [18:35] im d/l'ing it [18:36] ok.cancelling paste [18:36] 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:37] ill do the same we can compare hashes to see if you have a isp/cache problem [18:37] persi: type "md5sum /tmp/gcc-5" [18:37] EriC^^: It worked! thaks a-lot!!! :D [18:37] 30799c0df80e88c66af0afb46d055438 /tmp/gcc-5 [18:38] I appreciate your help very much :) :) :) [18:38] elyon: great! no problem :) [18:38] EriC^^, BTW tnx a lot for fixing my new installation issue back then. [18:38] persi: my hash is different eed9afb7acc7179f40d8f64da3aa50d1 /tmp/gcc-5 [18:39] im happy now :P [18:39] how can I talk to youin further questions and issues :P ??? [18:39] in this channel only? [18:40] elyon: just join here and ask, there are many volunteers in the channel that can help, feel free to join and ask :) [18:40] ok, thks Eric! [18:40] yeah this channel is for ubuntu questions, there's a ton of channels for other topics too if you need help with anything else [18:41] elyon: sure [18:41] ok, bye! [18:41] bye [18:42] 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 install [18:42] what do you think? [18:42] sounds great. [18:42] if only i know how to use curl no cache opt. :D [18:43] 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] then run md5sum on the file it gives in your current working dir [18:43] can i apply that to all hash mismatch? [18:44] well i guess so, i've never actually tried this before :P [18:44] is it reversible just in case? [18:44] yeah sure [18:44] no worries :) [18:44] i have around 5 hash mismatch [18:45] ah, try the gcc one first, curl sometimes doesn't bypass the cache you see [18:45] ok.1 moment [18:46] will the last command show any download indicator? [18:47] is it just giving a ' ? [18:47] hey #ubuntu [18:47] i got me a question [18:47] just a blinking cursor [18:47] persi: no it just downloads, just tried it [18:47] i 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:48] persi: something is up it doesnt download here either [18:48] well [18:48] tsarompy: sure .. just be aware USB speeds are slow . [18:49] i think u install it [18:49] oh im not gonna install the OS on it im just going to write the install iso to one partition [18:49] oo k [18:50] tsarompy: 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 standby [18:50] yeah [18:50] i dont necessarily want ubuntu on this drive [18:51] i prefer ubuntu but this is for a friend who likes arch [18:51] well dint put it [18:51] persi: i'm kind of stumped, it keeps downloading a blank file even without the nocache stuff, wget works fine [18:51] tsarompy, that is only possible if you have grub installed already, isoboot [18:51] EriC^^, a conspiracy :D [18:51] else, ask in arch :-) [18:51] lol :D [18:51] lol ok [18:52] tsarompy,ur friend cant do it himself lol [18:52] *? [18:52] this hash mismatch made me reinstall ubuntu.sucks bigtime [18:53] oo i see persi lol [18:53] persi: you could just switch the repos [18:53] EriC^^, you mean change repo servers? [18:54] persi: yeah! [18:54] already did.. from the nearest.the main.fastest.. still same. [18:54] oh [18:54] ohh [18:55] persi: try the standard ubuntu one [18:55] the one called "main" or the "us" one is pretty decent too [18:55] persi: 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] persi: ah i know why, it's cause the isp has the file cached i guess [18:55] EriC^^, changing now [18:56] persi: do you have a vps or tor or something? maybe you could download those 5 files from there [18:56] Bashing-om, how can i rebuild the mergelist? === DrEmmettBrown_ is now known as DrEmmettBrown [18:56] EriC^^, if i can install torbrowser maybe? [18:57] 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 version [18:57] new app installation is problematic as well === Chappie-san2 is now known as Chappie-san [18:57] persi: yeah that's a good idea [18:58] im opting to install vpn as well [18:58] EriC^^: persi Never the mind then of me poking my nose in here :P [19:00] Hi, 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] Bashing-om: feel free anytime :) [19:00] Bashing-om, all suggestions are welcome [19:00] Package has no installation candidate -- how can i overcome this [19:02] persi: What is the package ? from an UNsupported PPA ? [19:02] persi: which package? [19:02] hey guys, can anyone here help me with pptp set up? [19:03] I 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:04] I connect, sign in, and then it hangs up when it reaches mppe section [19:04] Bashing-om, eric network-manager-openvpn-gnome [19:05] persi: It is there in the repo . [19:05] !info network-manager-openvpn-gnome | bionic [19:05] bionic: 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:06] persi: what does "apt-cache policy network-manager-openvpn-gnome" give? [19:06] maybe it shows some clue [19:06] EriC^^: persi:: Behind a proxy ? === persi is now known as persi_1 [19:11] test mic 1 2 1 2. dc [19:12] Bashing-om, eric network-manager-openvpn-gnome [19:13] persi, may i suggest you to nuke your system and reinstall with decent repositories ? [19:13] tor browser also having hash mismatch [19:14] ioria, already nuke it.this is almost a weeks old fresh installed.waaa [19:14] persi, cat /etc/apt/sources.list | pastebinit [19:14] could someone help me test video chat with Pidgin? [19:15] anyone can help me with my pptp set up problem please? [19:16] !patience | learner [19:16] learner: 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] persi: aha, that's interesting [19:16] ioria, https://paste.ubuntu.com/p/tt7Kry72nc/ [19:18] 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] Bashing-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 hours [19:18] persi: i can download them on my vps quite easily and give you the link on the webserver [19:18] What do they contain? [19:18] persi: me? [19:19] EriC^^, yes.. tnx for the effort [19:19] persi: ok give me the links, i have 2 mismatches for gcc and another cpp-5 only [19:20] 1 moment [19:21] persi, where did you get the .iso from ? [19:21] EriC^^, https://paste.ubuntu.com/p/pjBHn7KxH6/ [19:21] ioria, i think i got it from a torrent [19:22] if i generate a new cronjob does it automatically put it running in the bg? [19:22] coz most of the http downloads failed the md5 and cant install on a live usb [19:23] if 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 works [19:24] persi: does this return an error message or something else (what?): cat /var/log/installer/media-info;echo [19:25] EriC^^, 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] persi: http://185.203.118.160/packages.tar.gz [19:26] persi: sure, 1 sec [19:26] tomreyn, cat: /var/log/installer/media-info: No such file or directory [19:26] a pity [19:26] persi, get a new iso from here : http://releases.ubuntu.com/xenial/ [19:27] ioria, tnx,visited that site countless times :( [19:28] persi, visited or downloaded the iso ? [19:28] visit + DL from http and torrent [19:29] persi: http://185.203.118.160/packages1.tar.gz [19:30] EriC^^, tnx.DL-ng [19:30] persi, and you don't have a /var/log/installer/media-info file ? [19:32] ioria, just checked,none [19:32] when I click on something on the left bar, it always seems to think i'm dragging it [19:32] even though I'm not [19:32] how do I fix this? [19:32] How can i check chunksize of a ZFS raid? [19:32] luxio, sounds like a stuck left mouse click [19:33] persi: my mouse is working fine [19:37] EriC^^, tried to backread your instructions,they were gone,can you tell me where to extract these files pls [19:38] persi: extract them to /var/cache/apt/archives [19:38] and the command for md5 ? [19:38] md5sum file.deb [19:38] brb [19:41] !info gcc-5 xenial [19:41] gcc-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 kB [19:41] EriC^^, gzip decompression failed [19:42] let me try here [19:44] persi: it worked here [19:45] tar xzvf packages1.tar.gz [19:45] is that what you used? [19:45] i just right click to decompress.let me try the cli [19:47] EriC^^, https://paste.ubuntu.com/p/XVq2Dw4W9n/ [19:49] persi: what's the size of it? [19:49] it should be 185.203.118.160/packages.tar.gz [19:49] sorry [19:49] 87023873 [19:50] EriC^^, https://paste.ubuntu.com/p/mP2xDB6jJF/ [19:51] hmm, what's the size? maybe it half downloaded or something [19:52] 16.1 MB (16,099,729 bytes) --- packages [19:52] what about packages1 [19:54] 87.0 MB (87,023,873 bytes) -- packages1 [19:55] hmm same here [19:56] md5 e1d056992e41d12d187029ab53386e86 and d9865130c6f0d7abdbb2608ea54d1dc5 [19:56] b7d20c82cc12b8b822a2d3d826ee6ba1 packages1.tar.gz [19:57] persi: something odd's going on [19:57] persi: are you behind some proxy or something? [19:57] thats the md5 of the contents of packages1..let me redo the md5 on the tar file [19:57] oh [19:58] * Bashing-om dons learning cap as peeks over EriC^^'s shoulder . [19:58] e9281f39b0852fcbfcdeb78e50bb5c56 [19:59] for packages1 ? [19:59] yes [19:59] weird, maybe the proxy is having some weird issue? [19:59] thats for the tar.gz file not the extracted folder [19:59] im not behind proxy [20:00] will dns server affect downloads? === nic is now known as Guest45228 [20:02] 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:03] persi: try using "curl -v -o /tmp/packages1.tar.gz 185.203.118.160/packages1.tar.gz" [20:04] extraction using terminal returns errors.but folder were extracted containing the files [20:04] yeah the file is corrupted, the md5 is off [20:04] right clicking the compressed files to uncompress produces nothing but errors and no files [20:04] maybe downloading it from the terminal using curl will help [20:05] hmm [20:06] maybe there's another issue other than the cache persi and that's why the packages apt was having an issue with them [20:07] hmm hmm [20:12] persi: try downloading this one instead http://94.156.35.227/packages1.tar.xz [20:12] use tar xJvf packages1.tar.xz to decompress [20:13] 56157685bcda00c080e620f044006c04 packages1.tar.xz [20:13] ok === josh_ is now known as jnewt === jnewt is now known as josh_ === josh_ is now known as jnewt [20:18] just 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 do [20:19] jnewt: try booting with nomodeset in grub then tackling driver problems [20:19] !nomodeset | jnewt [20:19] jnewt: 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 parameter [20:20] aae0e327badb00c85b7932c994221484 md5 packages1.tar.xz [20:21] persi: hmm, it's also off, did you try with curl? [20:22] am not familiar with curl .let me see [20:22] persi: are you using the same pc to talk on irc? [20:22] yes [20:22] ok [20:23] EricC^^ nothing, same result with nomodeset [20:23] may i ask the curl command for the file donwloads pls [20:23] can i go back to 16.04 or am I stuck having to tackle this today to get a working computer? [20:24] persi: curl -v -o /tmp/packages1.tar.xz http://94.156.35.227/packages1.tar.xz [20:24] jnewt: No going back ,,, can you get to the GUI login screen ? [20:26] nope, 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] and that's where it hangs [20:26] i have a call trace above if that would help. [20:28] it 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-block [20:28] how to find apt version ? [20:28] jnewt: Sorry, a kernel panic is above my pay grade to prosecute :( [20:28] im assuming i got the latest apt [20:29] !info apt xenial [20:29] apt (source: apt): commandline package manager. In component main, is important. Version 1.2.26 (xenial), package size 1035 kB, installed size 3319 kB [20:29] persi: apt-cache policy apt should show [20:29] persi: ' dpkg -l apt ' . [20:30] hope my windows partition still works. [20:30] i think curl completed the dl [20:30] persi: cool, try to md5 it [20:31] persi: if it doesn't give the 15...md5 could you pastebin curl's web output? [20:32] where do curl store its downloaded files? [20:32] persi: it should be in /tmp/packages1.tar.gz [20:32] ok [20:32] sorry [20:32] /tmp/packages1.tar.xz [20:33] np [20:33] f40ee56105a5658b76e971e6bb341d4f /tmp/packages1.tar.xz [20:33] different md5 again :D [20:34] conspiracy.. :D [20:34] lol [20:34] there's several posts about this with no answers [20:34] dnscrypt doesnt interfere with downloads? [20:35] oh, i can boot with previous kernel, it's just the 4.15 one that borks everything [20:35] no idea, did curl give any interesting stuff persi ? [20:36] persi: perhaps try downloading the files from a live usb to see if it's a software or network issue? [20:36] https://paste.ubuntu.com/p/65kRKKr9Mp/ [20:38] EriC^^, ok.let me DL the latest iso as well for the live [20:39] ok [20:42] thanks eric and all.. gtg [20:46] persi: no problem, bye [20:47] I 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:50] jeremies: So the client is using ssh to connect to the server? [20:51] strive: yes [20:51] jeremies: Verified by a human...do you mean password protected? [20:51] verified how? password & ssh key, or interaction from someone else? [20:52] strive: something like https://help.ubuntu.com/stable/ubuntu-help/sharing-desktop.html (New connections must ask for access) [20:56] Yea...I don't see anything ssh related on that page. [20:56] From my understanding, it's either you have access to an ssh server or you don't. [20:56] Unless, of course someone knows of something. [20:58] how do i search for a folder? [20:59] strive: 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 account [20:59] Right. [20:59] But, desktop sharing? [21:00] strive: what with desktop sharing? [21:00] I normally just use ssh-copy-id. [21:00] hggdh: Just referring to jeremies issue. === czesmir_ is now known as czesmir [21:01] strive: The server is located in a non trusted local network and I only want that a trusted computer can connect to the server [21:01] jeremies: so you do like I pointed above. [21:01] strive: sorry, did not read the backlog [21:02] gambl0re: Using -type d will narrow down the search to directories. [21:02] hggdh: No biggie. [21:02] so how would i do that in the cmd line? [21:03] can 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] gambl0re: find /dire -type d -name blahblah [21:03] jeremies: Generate a priv/pub key and throw the pub key on the server. [21:04] jnewt, use the mainline debs, or the wiki https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel [21:04] gambl0re: You could look on the entire system: find / -iname Documents -type d [21:04] I think... [21:04] heh [21:04] oerheks: this is a choice within the mainline debs [21:04] good to switch from ##linux back here again, but i see that as misuse of the volunteers [21:05] hggdh: but crackers can break the ssh security if ssh is not updated ? [21:05] find /dire -type d -name openshot_qt returns find: ‘/openshot_qt’: No such file or directory [21:05] oh, it is all explained at the mainline wiki, what kernel package and in what order [21:06] gambl0re: replace /dire with the directory you want [21:06] find /openshot_qt -type d -name openshot_qt [21:06] like that? [21:06] gambl0re: yes [21:07] find /openshot_qt -type d. still says no file or directory [21:07] even if i put a folder that im 100% sure i do have, still returns no file or directory [21:08] so maybe the command is not working on xubuntu [21:08] does anyone know how to make a debian package from source on Ubuntu GNOME? [21:08] !build [21:08] Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first) [21:08] ah [21:08] good start [21:09] kekj [21:10] any ideas? [21:10] gambl0re, how about it is not there? [21:10] :-D [21:11] oerheks, i just said, that i tried searching for a folder that im sure i do have and still returns: no file or directory [21:11] gambl0re: then you (1) are giving the wrong directory for stat; (2) are looking at the wrong filesystem [21:12] try something like openshot* if you are not sure about the folder name [21:12] or just try find / -type d -name whatever [21:12] gambl0re: maybe it's not a dir you're looking at [21:12] i found the folder. its actually a hidden folder. not sure if that commands includes hidden dir's but thanks anyways [21:12] does it work without -type ? [21:12] yes, thanks to jim :-D [21:12] lolz [21:13] playing 2 helpchannels, really nifty === r0Oter is now known as r00ter [21:33] how 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:38] i changed session=mate to session=cinnamon in ~/.dmrc with the only effect being i can't logout now. [21:38] jnewt: If you're using a display manager, there should be an option there to choose. [21:39] hi [21:40] im ubuntu user [21:40] how can i chat to person on my ubuntu [21:40] strive, i think ubuntu uses lightdm as the default right? if so, i think maybe that's what i'm using? [21:40] do you know how program console [21:41] i can use [21:42] jnewt, click you account name first, then the option would appear to change DE [21:43] not great by design, IMHO [21:44] oerheks, when i click account name, i get a dropdown with Other... as my other option [21:44] it has green outlines and appears to be themed like mate [21:46] Hi, 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 A5 [21:46] jnewt: (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:48] Bashing-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:53] i'm thinking this installation was originally ubuntu-mate. now it's forcing me back after my upgrade from 16.04 to 18.04 [21:54] jpleau: do you have another usb you can try? [22:02] EriC^^: what do you mean by another usb? [22:06] Intel pentium M , GMA900 .. maybe lubuntu will ru on that single core [22:06] c/run [22:17] jpleau: for the live usb you're using to install [22:33] I 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:34] I 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] I feel like I'm missing something boneheaded with the mounting, but I don't really know where to start. Any pointers are appreciated! [22:35] EriC^^: 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 instead [22:41] updated 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:42] sounds like you run mint, jnewt ?? [22:42] what? no, ubuntu [22:43] Oooooooh. 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] just want some help so i can get back to work. [22:45] using an mainline kernel can give unforseen issues, now you want us to get things back to as it was,.. [22:45] backup data and reinstall [22:46] jpleau: oh [22:46] oerheks, me? [22:46] jpleau: sounds good [22:47] jnewt, yes, if you want to get back to work fast. [22:49] i can go back to the kernel that came with the upgrade, but it won't boot. what kernel do you suggest? [22:53] Hi all. What's the difference between mlocate and updatedb? My system seems to run updatedb.findutils and then updatedb.mlocate [22:54] Here'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? [23:29] yay 0.32 https://community.ubuntu.com/t/mir-0-32-0-release/6774 [23:50] Anyone 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/etc [23:50] i can access any server using LAN ip:port but i can not using WAN ip:port