/srv/irclogs.ubuntu.com/2018/08/19/#ubuntu.txt

JGaltIm trying to synchronize the packages between 2 ubuntu server systems.  apt-mark looks like a good way to do this and I found https://simpleit.rocks/linux/replicate-installed-packages but after I run apt-mark on the second machine, then what?  do I not need to update, upgrade, something to actually get the packages to install?00:25
JGalt....on the new box?....00:25
Ismaelhola00:25
Ismaelxg00:25
=== Ismael is now known as Guest17294
tomreynJGalt: the link you posted returns a 404 status for me00:27
tomreynJGalt: this can work, assuming you have the same apt sources on both systems: https://serverfault.com/questions/56848/install-the-same-debian-packages-on-another-system00:29
SpauldingLRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk00:36
kaiserhello, im having trouble getting my bluetooth headphones to work with my sys00:38
Sophira22LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk00:38
kaiseri have tried using bluetoothctl and bluedevil and the native gnome client00:39
kaiseri seem to be able to have success pairing and connecting, but it still doesnt show up as an audio device, also i dont hear any notification from my headphones that they are connected00:39
JGalttomreyn: sorry bad link, this should do it https://simpleit.rocks/linux/replicate-installed-package-selections-from-one-ubuntu-system-to-another/00:40
tomreynJGalt: found it since, but i think the one i posted is sufficient.00:41
tomreynthe apt-mark approach seems wrong to me.00:41
=== Tempesta_ is now known as Tempesta
tomreynJGalt: actually, thinking more about it, you probably want to do both, dpkg selections and apt mark. i didn't read the article as suggesting that you shuld do both, but like it would be alternatives, which is not the case00:43
JGaltTomreyn: i know about the method of using dpkg but aparently using dpkg for this fails to track automatically vs manually installed packages which the apt-mark method covered here aparently does track.  I'm confused though as the seemingly better method instructions just seem to end after marking on the new system00:44
tomreynJGalt: i just tried to explain that you should first do dpkg selections, then apt mark IMO.00:45
JGaltah ok00:45
Bashing-omJGalt: Might want to consider ' debfoster ' on this use case also .00:46
tomreynJGalt: and before you do this, make sure apt sources are the same, and run apt-get update00:46
tomreynhttp://www.fruit.je/debfoster/00:48
GoopHey, I want to create a local mirror of the Ubuntu repository. How big is the repository, and how much data's worth is changed each month?00:54
hggdhGoop: repositories for what versions and flavours of Ubuntu?00:56
Goophggdh, excellent question. That really depends on how big they are, and if they can be combined.00:58
Goophggdh, lets go with Ubuntu 16.0400:58
hggdhGoop: I am not really sure, but I would expect 150GB +00:59
hggdhGoop: I maintain a cache for *packages* (so I only cache the "common" Ubuntu and Kubuntu packages, for 16.04, 18.04, and 18.10. It is currently at 240GB01:01
hggdhGoop: with the ISOs for 16.04, 18.04, and 18.10 (all flavours, AMD64-only), add 50GB01:03
coldpresenthey all, how do i copy an entire package, including dependencies and desktop icon, from ubuntu to some other linux distro?01:04
Guest24822LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk01:05
Goophggdh, the repositories are always being added to. How much is added to it by the end of the week?01:05
GoopMy ISP is a jerk and has a data cap.01:05
hggdhGoop: on 16.04, there about 150 packages updated last week (kernel was updated, so lots of binaries). For the size... IDK. a few GB, probably01:09
hggdhGoop: I am talking about *source* packages; they may generate more than one binary package01:09
tomreyncoldpresent: this seems like an incorrect approach you should always use debian package son only those linux distributions they were made for.01:10
Goophggdh, are you downloading more than 50GB in a week?01:10
hggdhGoop: on both package updates and ISO update, no, probably less than 25GB01:11
hggdhGoop: packages... highball a few GB per week (after the first humongous download of the whole repository)01:11
DimeCadmiumhow can i prevent ubuntu from trying to install a package? it keeps trying to install javascript-common as a recommended package and causing the install to fail (presumably because i have a highly customized /etc/apache2)01:12
hggdhGoop: by "few" I mean something between 1 and 3 GB01:13
coldpresenttomreyn: this particular package only has debian and centos support, is there absolutely no way i can port it to other distros?01:13
xubuntu18041hggdh, are you including daily-build iso 's ?01:14
hggdhxubuntu18041: yes, I am. But I use zsync, and usually this limits the actual download to  about 10% of the ISO01:14
tomreyncoldpresent: you can build the source package against the target system01:15
GoopHow do I get Asterisk to work on Ubuntu LTS 16.04?01:15
xubuntu18041hggdh, hehe, my next question :]01:15
tomreynDimeCadmium: i dont see how javascript-common would modify any configuration in / below /etc/apache201:17
coldpresenttomreyn: also, there are no makefiles in the package, i believe it's proprietary01:17
tomreynDimeCadmium: you could paste the output of a failed installation on a poastebin.01:18
DimeCadmiumtomreyn: honestly i havent investigated why, but every time it tries to install it i have to go back and purge it01:18
coldpresenttomreyn: there's just a bunch of folders and files, i believe it's pre-built01:18
tomreyncoldpresent: ehich ubuntu package are you talking about?01:18
tomreyn*which01:18
DimeCadmiumalso, its output is 100% unhelpful: https://bpaste.net/show/2393bd62b5c101:19
DimeCadmiumbut when purging: apache2_invoke javascript-common prerm: No action required01:19
coldpresenttomreyn: its an external proprietary package, not from ubuntu01:20
DimeCadmiumthus leading me to believe that may be the cause. like i said though i don't care why it's failing i just don't want it.01:20
tomreynDimeCadmium: rerun the command you ran to create the paste with -o 'Debug::RunScripts'01:24
tomreyn...and paste again01:24
tomreyncoldpresent: so you didnt tell the truth originally? <coldpresent> hey all, how do i copy an entire package, including dependencies and desktop icon, from ubuntu to some other linux distro?01:25
coldpresenttomreyn: maybe phrasing could be better. the package works on ubuntu because the package is built for debian01:25
tomreyncoldpresent: well, you're off-topic here.01:26
coldpresentaight, thanks for your help regardless01:26
tomreynDimeCadmium: the fact that it's failing to install may very well point to an underlöying issue, which may affect other packages as well. it's something you should investiage and repair, or else you may end up missing important updates or becoming unable to install some packages.01:30
DimeCadmiumtomreyn: it hasn't affected any other packages so far. if it does, i will find that out and fix it then.01:31
DimeCadmiumfrankly, i don't plan on installing any web software that would need to install javascript. in fact, i don't plan on installing any web software. if i were to do that, i would do it manually, because we have a very strange environment for some web software we DO run.01:32
DimeCadmiumthanks for the useless advice without knowing the situation rather than answering my question though.01:33
tomreynsuch a lovely person01:33
sirriffsalothpI can't remove audacious without removing kxstudio-desktop-kde4, will this render me without a desktop environment if I remove it?01:38
tomreynsirriffsalothp: kxstudio-desktop-kde4 is not an ubuntu package01:40
sirriffsalothptomreyn: true, but I'm wondering since someone here would probably know anyhow? Asked in kxstudio but no one's home :P01:40
tomreynwe only support ubuntu here, and happily, once you have it installed, sorry.01:41
anon345why is chat always dead? is everyone on twitch tv???01:45
=== brainwash_ is now known as brainwash
tharkun17LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk01:56
NotSoFastJameslotusopsychje  i did the uname -a but it is on another ubuntu so it is difficult to print the result of that command here should i just give the linux imag version number here?02:07
NotSoFastJameslotuspsychje i removed samba alltogether and am now apt-get dist-upgrading02:07
NotSoFastJameswill this get rid of the vulnerable?02:07
tomreynNotSoFastJames: lotusopsychje isn't currently around.do oyu need help with anything?02:10
NotSoFastJamestomrey yes, please! friend, I am currently experiencing issues with samba, i am running an ubuntu with samba running on it sharing out partitions on the ubuntu onto other devices on the network, one of them being my own main device running ubuntu as well and my gf's windows machine02:12
NotSoFastJamesnow after running apt-get upgrade samba ceased working saying "cant start LBS or something"02:12
NotSoFastJamesnow coming hear lotuspsychje pointed out that there has been a vulnerability in samba and asking for uname-a02:13
tomreyni doubt the message is "cant start LBS or something"02:13
NotSoFastJamesin the meantime i removed samba in order to close the vulnerability and then i did the dist-upgrad and the regular upgrade02:13
NotSoFastJamestomreyn you are right02:13
NotSoFastJamesboth dist-upgrade and upgrade failed to apt-get while samba was still installed02:14
NotSoFastJamesnow having upgraded and dist-upgraded i will reinstall samba and check if i can get it to run now, otherwise i will bring the detailed error here02:14
tomreynwhich ubuntu release did you upgrade from and to?02:15
NotSoFastJamesfailed to start LSB: stat samba/CIF02:15
NotSoFastJamesit was an 18.0402:16
NotSoFastJamesi am not aware of the current kernel02:16
NotSoFastJamesi will get that hang on02:16
NotSoFastJameslinux kernel image 4.4.0 13102:18
NotSoFastJamesbefore dist-upgrade it was the same with uname -a02:19
tomreynNotSoFastJames: on ubuntu bionic?02:19
NotSoFastJamesyes02:19
NotSoFastJamesubuntu02:19
tomreyndid you reboot after finishing the upgrade?02:19
NotSoFastJamesthis is a server style ubuntu machine02:19
NotSoFastJamesno02:19
NotSoFastJamesi will do so now02:19
NotSoFastJameshang on02:19
NotSoFastJamesbtw thank you kindly sir for your friendly help, i dont know how to thank you: thank you!02:19
tomreynbetter check you have all updates installed before you do02:19
tomreyn:) welcome02:20
NotSoFastJamestomrey i did the sudo reboot style restart of the system, and again removed samba, then apt-get update && upgrade&& dist-upgrade02:27
NotSoFastJamesre installing samba with a sudo apt-get install samba style command again threw the same error02:28
NotSoFastJamesusing autoremove style command to purge old just to be sure02:28
NotSoFastJamestomreyn is it possible that this vulnerability with samba is causing this headache?02:28
NotSoFastJameswhat does this LSB error message mean? "cants start LSB: start samba/CIF...)"02:29
tomreynNotSoFastJames: so far, i see no reason to believe that any vulnerability is getting in the way here. are you able to remote control the samba server, such as via ssh?02:29
madLyfedoes mdadm only work with intel chips?02:30
tomreynmadLyfe: no02:31
NotSoFastJamesnot as of now, i am experiencing network issues the server is not apearing in the network02:31
NotSoFastJamesit is apearing in the gateway-style router device though02:31
NotSoFastJamesalso it has access to the inernet02:31
madLyfei think this is bad? mdadm: imsm capabilities not found for controller: /sys/devices/pci0000:00/0000:00:1f.2 (type SATA)02:31
tomreynNotSoFastJames: which OS runs on the computer you are chatting from?02:32
madLyfetrying to use mdadm on the marvell controller.02:32
NotSoFastJamesthis is now my gfs computer runnig a windows style OS02:32
NotSoFastJamesmy own ubuntu has issues with its network card so i have to plug it in via ethernet02:33
NotSoFastJamesgetting a new wifi card as we speak02:33
NotSoFastJamesthis is why i cannot easily copy paste the error messages02:34
daemon1LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk02:34
NotSoFastJamesi tired putting a dual boot on this machine but i didnt get that to work...02:34
tomreynNotSoFastJames: okay, also install openssh-server on the samba server, then you can download putty to the windows computer and connect to the ip address of the samba server02:34
NotSoFastJamesshe already had putty on here02:35
c25LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk02:35
NotSoFastJamesssh is not working for some reason02:36
NotSoFastJamesi had it set up on my ubuntu (not the server but my own device)02:36
tomreynis there an error message? are you connecting the the right server?02:36
NotSoFastJamesand it didnt work ever since i had the samba issues02:36
NotSoFastJamesi used to be able to easily connect to the server style ubuntu machine using m own ubuntu main pc but it suddenly wont work02:37
NotSoFastJamesno it just says it timed out02:37
tomreynwhen you run "systemctl status ssh" on the server, does it report an error message?02:38
NotSoFastJamesis it possible that an outside party took over my server and with it my network?02:38
NotSoFastJamesi dont know like a worm or a troyan or something?02:38
tomreynwhy would you think so?02:39
tomreyni think you are jumping to conclusions.02:39
NotSoFastJamesidk i find it odd that all of a sudden ssh stops working then samba also suddenly starts working..02:39
NotSoFastJamesi mean stops02:39
tomreynif something doesn't work as expected, a compromise is one of many, and not the most likely, reason.02:39
NotSoFastJamesi see, i am trying to ssh with my personal computer running ubuntu and the openssh-server is on my server02:41
NotSoFastJameswhich is also running ubuntu02:41
NotSoFastJamesagain it looks like it will time out02:41
NotSoFastJamesi think maybe somehow the network got messed up, like routing tables or something idk the words02:42
tomreynso when you ran commands on the samba server some minutes ago, was this through ssh from your ubuntu desktop, or was it directly on the samba server?02:43
NotSoFastJamesthis is the error with ssh "ssh: connect to host 192.168.2.42 port 23: connection timed out02:44
NotSoFastJamestomreyn directly on the server02:44
NotSoFastJamesat the time my ubuntu main was turned off also ssh didnt work for a while now02:45
=== nunun is now known as Guest58289
NotSoFastJamesat the time my ubuntu main was turned off also ssh didnt work for a while now02:47
NotSoFastJamessorry for double post02:47
tomreyn<tomreyn> when you run "systemctl status ssh" on the server, does it report an error message?02:48
tomreyn<tomreyn> so when you ran commands on the samba server some minutes ago, was this through ssh from your ubuntu desktop, or was it directly on the samba server?02:49
tomreynplease try those, then report back02:49
GoopI'm frustrated as crap, because I followed this tutorial: https://wiki.asterisk.org/wiki/display/AST/Hello+World and the phone on 6001 doesn't seem to ever work.02:54
GoopI have tried it on Twinkle.02:55
GoopI had to slap it on the local machine and try 127.0.0.102:55
GoopWhat I am now getting is: "6001, registration failed: 403 Forbidden"02:55
Goopand "Line 1: call failed. 404 Not Found" when trying to call extension 10002:55
webhi everyone02:57
tomreynNotSoFastJames: are you still working on it?02:58
NotSoFastJamesyes02:59
NotSoFastJamesi was checking the openssh and it said server side it is li03:00
tomreyn"li"?03:00
NotSoFastJamesit is listening on the proper port but on the address 0.0.0.003:00
tomreyn0.0.0.0 means 'everywhere', that's fine03:00
NotSoFastJamesi checked the ssh_config and sshd_config but i didnt put that option so technically it should of been listening on all addresses03:01
NotSoFastJamesoh03:01
NotSoFastJamesi reinstalled open-ssh just to be sure03:01
NotSoFastJamesbut my ssh sitll timed out03:01
NotSoFastJamesi mean from my non server03:01
tomreynNotSoFastJames: check, on the server, what its ip address is. you can use the 'ip a' command03:02
designbybeckin 16.04 you could press CTRL + L to change the path in a dialog box, but how do you do that in 18.04 with gnome?03:02
NotSoFastJamesthe server style ip is different from what nmap claimed it was!03:03
tomreynNotSoFastJames: you can ignore the 'lo' (LOOPBACK) device (usually number 1), so look at the others instead. the number which follows 'inet' is an ip address03:03
NotSoFastJamesok iam lgged in03:05
NotSoFastJameslogged in, thank you again for your kind and merciful help03:06
tomreyndesignbybeck: i dont think it exists anymore, but you can click on 'other locations' on the bottom left to browse there03:06
tomreynNotSoFastJames: great!03:06
tomreynNotSoFastJames: so you can now run "uname -r" again?03:07
tomreyndesignbybeck: whoops, actually ctrl-l works here03:08
tomreynthis is nautilus on 18.04.103:09
madLyfei want to add kubuntu to my dual install setup(ubuntu on one SSD and win 10 on another). i dont mind getting rid of ubuntu and only having kubuntu but im not sure about just adding kubuntu to the nix SSD, let alone removing ubuntu.03:09
NotSoFastJames4.40-133-generic03:09
NotSoFastJamestomaw03:09
NotSoFastJamestomreyn03:09
NotSoFastJamesmadlyfe you can do a tripple boot03:10
tomreynNotSoFastJames: okay, so it seems that your release upgrade was not really successful. there is no kernel version 4.4.0 on bionic (18.04)03:10
madLyfewhat if i wanted to remove ubuntu before or after?03:10
NotSoFastJamesjust install the kubuntu with the preexisting ubuntu and it will give you the option to install next to the pre-exisitng ubuntu03:10
tomreynmadLyfe: "sudo apt install kubuntu-desktop" on the existing ubuntu installation03:11
NotSoFastJamesthen you can pick and choose in a grub style menu every time you boot up03:11
NotSoFastJamesoh kubuntu is not a distro?03:11
Bashing-ommadLyfe: wht bit dual boot both (k)ubuntu and ubuntu ? I do multi-boot : http://termbin.com/ft18 .03:11
tomreynkubuntu is an ubuntu flavour03:11
madLyfetomreyn: is that bad? rather than just having one? rather than one on top of the other?03:11
NotSoFastJamestomreyn so the key to solving this problem is just updating the kernel?03:11
NotSoFastJamestjaml03:12
NotSoFastJamesthank you tomreyn i am goig to look into how to get a new kernel manually03:13
NotSoFastJamesthanks for your kindness and big heart and generosity and patience and mercifulness!03:13
tomreynNotSoFastJames: probablky it's not that easy. can you run this: sudo true; pastebin <( cat /proc/version; lsb_release -ds; echo; apt-get update 2>&1; echo; apt-get dist-upgrade -V --assume-no 2>&1; echo; apt-cache policy 2>&1; )03:14
designbybeckhmmm tomreyn is nautilus the default file browser in 18.04?03:16
tomreyndesignbybeck: yes03:16
designbybeckOH tomreyn you are correct! It does work in the file browser...I was trying in a save as dialog box from a firefox! It would be nice it if worked there too!03:17
designbybecktomreyn, thanks for the feedback!03:17
tomreynmadLyfe: installing multiple desktop environemnets on a single ubuntu installation is anoption. there are meta packages such as ubuntu-desktop and kubuntu-desktop. if you install both, you can switch between desktop environments on the graphical login.03:17
tomreyndesignbybeck: hmm right it doesnt seem to work there03:19
madLyfei mean i like ubuntu but with KDE plasma so i dont mind just rocking Kubuntu but not sure of what that process would be since i have grub in a dual boot setup with win1003:20
madLyfethis is my win 10 SSD: https://usercontent.irccloud-cdn.com/file/aJBSzSxy/Screenshot%20from%202018-08-18%2022-20-58.png03:21
madLyfeand this is my ubuntu SSD https://usercontent.irccloud-cdn.com/file/7IS5ey3Y/Screenshot%20from%202018-08-18%2022-22-29.png03:22
unholymachineawesome03:24
unholymachinewhat now?03:24
unholymachinepersonally i'd use XFCE as a window manager03:25
unholymachineboot in a few seconds if on SSD03:25
tomreynmadLyfe: if you want to do a new installation of kubuntu, replacing the previous ubntu installation, and keeping windows bootable, all you should need to do is to run the kubuntu installer and install to sda03:27
madLyfeis grub on the win ssd?03:28
tomreynunholymachine: what is the context of what you are saying?03:28
tomreynmadLyfe: grub is probbaly on sda, but there is no easy way to know, nor is there a need to know. you can just install it to sda.03:29
unholymachineoh , i just stumbled in and didn't read what madLyfe is trying to do. i was just making a comment as how to best utilize the speeds offered by solid state media when it comes to using a GUI for linux03:30
tomreyni see03:30
madLyfeok. i thought windows does some funky stuff with booting and partitioning which is why you should install it first before nix in a dual boot setup..03:30
madLyfedidnt know if i would be messing all that up03:31
unholymachinemadLyfe: grub is wherever you have your MBR(master boot record) which usually is on the first drive, which looks like your windows drive03:31
unholymachineif you want to start over w/ ubuntu i would wipe the ubuntu drive, restore  your windows MBR (https://askubuntu.com/questions/806065/how-to-remove-grub-after-deleting-ubuntu-and-repair-windows-mbr03:34
tomreynmadLyfe: actually you're UEFI booting, and have the ESP at /dev/sda1. you should preserve this (since the windows boot code is in there, too) and configure it as the ESP in your new installation.03:34
unholymachineand then re-install ubuntu w/ GUI flavor of choice (or install more than one x-window manager if you like)03:35
madLyfei think mine is EFI not MBR: https://usercontent.irccloud-cdn.com/file/6Onnj7LZ/image.png03:35
tomreynhmm so apparently you have two efi system partitions, one on sda and one on sdb03:37
unholymachinemadLyfe: you can also just install ubuntu from the win10 sotware store thing03:38
tomreynif you're referring to ubuntu bash for windows: that's not an ubuntu linux installation.03:39
madLyfei also disabled secure boot and force UEFI. it was a PITA. everything seems to work fine after.03:40
govgLRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk03:41
unholymachinehttps://www.tweaking4all.com/os-tips-and-tricks/remove-ubuntu-windows-uefi-dualboot/03:41
madLyfebut all i did was install win 10 and installed ubuntu right after just following the instructions. so i figured it just did its thing properly.03:41
unholymachinetomreyn: i'm referring to "ubuntu" as available from the windows 10 official software store03:42
madLyfei dont want to remove anything but ubuntu though.03:43
unholymachinemadLyfe: the link i posted should be all you need03:43
tomreynunholymachine: right, read its explanation, it won't be easily possible to run a GUI that way. it's not a full installation, no linux kernel.03:43
unholymachineto restore your system03:43
unholymachinetomreyn: admittedly i haven't tried it myself as the last time i used windows as a daily driver was in 201003:44
unholymachineso you're probably right ?03:44
madLyfehmmm https://help.ubuntu.com/community/OS-Uninstaller03:45
krytarikLRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk03:47
madLyfetomreyn https://www.irccloud.com/pastebin/yKjerKJB/03:51
MagaHi03:51
micha234hi, someone likes to give me a hand with my serial port setup?03:51
tomreynmadLyfe: yes?03:51
madLyfedoes that help at all?03:52
tomreynmadLyfe: with what?03:52
madLyfethe breakdown of my setup?03:52
madLyfedoes it make it more clear?03:52
tomreynmadLyfe: it was already understandable fromyour previous explanation and the screenshots you posted03:53
madLyfeah. i just didnt know what i was supposed to do with tomreyn> hmm so apparently you have two efi system partitions, one on sda and one on sdb03:54
madLyfelike is the process more complicated now?03:54
tomreynmadLyfe: i would inspect the two efi partitions once you have reinstalled, to find out where the windows boot code is and to move it to the final esp03:55
tomreynmadLyfe: for now i'd say, just install.03:55
madLyfewhat is final esp?03:56
tomreyn...and reuse the esp on sda1 while installing.03:56
=== Ricky is now known as Guest32854
tomreynmadLyfe: you have two ESPs, you really only need and can use one. so you should plant to use one of the to. i suggest you use the one on sda1. it is possible that the current windows boot code is on sdb1 instead. if so, you may want to move it from there to sda1 after reinstalling linux.03:58
tomreynmadLyfe: sorry, i was wrong about the location of the ESP on sdb: it's sdb2, not sbd104:00
madLyfeif everything is working why does it matter? btw, i didnt know ESP stood for EFI System Partition.04:00
tomreynoh, just ask when you dont know some abbreviations.04:01
tomreynactually you did ask, and i didn't realoze you were inquiring about the term ESP.04:03
madLyfeno biggie.04:03
ZalabasleaLRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk04:05
endojellywhat the hell, I'm missing my groups:04:05
endojelly~% id04:05
endojellyuid=1000(jelly) gid=1000(jelly) groups=1000(jelly)04:05
endojelly~% id jelly04:05
endojellyuid=1000(jelly) gid=1000(jelly) groups=1000(jelly),4(adm),20(dialout),24(cdrom),27(sudo),30(dip),46(plugdev),108(lpadmin),124(sambashare),999(vboxsf)04:05
endojellythis only happens in the GUI session, not logged in via ssh04:06
endojellyany idea what that could be?04:06
tomreynendojelly: a bug, let me find it.04:06
tomreynendojelly: https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/178496404:09
ubottuLaunchpad bug 1784964 in policykit-1 (Ubuntu) "Regression due to CVE-2018-1116 (processes not inheriting user's supplementary groups )" [Undecided,Confirmed]04:09
tomreynendojelly: if you have a lunchpad account, please login and select the "this bug affects me" option on top04:11
tomreyn* lAunchpad :)04:11
madLyfetomreyn: is this a good idea to install? https://usercontent.irccloud-cdn.com/file/hSg5Uguj/irccloudcapture3684901502963937482.jpg04:12
SoveLRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk04:12
micha234hi, I am having trouble to access my ubuntu server via serial console cable. would be glad if someone could have a look at this04:12
tomreynmadLyfe: i can'r make the license decision for you. depending no which hardware you have, having it run with proprietary drivers from the start can be useful. such as wireless devices which depend on proprietary drivers or firmware which isnt already distributed with ubuntu (due to licensing restrictions)04:14
tomreynmicha234: which ubuntu verison is it?04:14
madLyfeI'm just going to go with it.04:15
micha234tomreyn: its 16.04. i successfully was able to use the serial connection to "dial out" to other devices like switches etc. but somehow i am doing something wrong for "dialing into" the system04:16
tomreynmicha234: what have you configured so far?04:16
micha234so far i enabled serial in bios, enabled it for grub: dmesg|grep tty shows me the serial devices, also does stty/setserial. systemd spawned the "agetty" process for ttyS0 but every time i connect via serial from another machine no login prompt is visible. any ideas on how to troubleshoot that?04:18
tomreynmicha234: unfortunatley https://help.ubuntu.com/community/SerialConsoleHowto is apparently outdated. you'll need to find instructions for systemd.04:19
madLyfetomreyn: just an FYI, no option to install along side Ubuntu. just replace. https://usercontent.irccloud-cdn.com/file/Mzw0ipJF/irccloudcapture7893593046693236607.jpg04:19
micha234tomreyn: yes that seems to be the case, but i recognized, that systemd automatically starts a serial-ttyS0 service which creates a unit that respawns an appropriate (at least i think it is) agetty process04:20
micha234tomreyn: so the init part of the howto is the only obsolete part as far as i can tell04:21
tomreynmicha234: i'm afraid i haven't actually setup a serial console on systmed, yet04:22
tomreyndocumentation i found when i looked for it was not consistent.04:23
micha234tomreyn: didnt do it for inbound setup neither so far^^04:23
tomreynhttps://wiki.debian.org/systemd#Virtual_and_serial_console_changes04:24
tomreyni guess i'd try this04:24
micha234tomreyn: systemd it spawns a process "/sbin/agetty --keep-baud 115200 38400 9600 ttyS0 vt220" which I also tried in various argument variations based on documentations found on the web. it just does not seem to forward to the login prompt somehow.04:25
micha234will have a read, thanks04:25
tomreynthis is mr. systemd's generic how-to http://0pointer.de/blog/projects/serial-console.html04:26
tomreynmadLyfe: you wante dto replace, wasnt it?04:26
sim_hi, is anybody from Iran ?04:27
tomreynmadLyfe:  the other option i discussed initially was to just install the kubuntu desktop environment on the existing ubuntu installation, and switch this way.04:27
tomreynsim_: do yuo have an ubuntu support question?04:27
tomreynalso hi!04:27
madLyfeyes I'm proceeding with that as we speak. just letting ppl know there isn't an option to install along side another distro from the wizard.04:27
madLyfewe've gone too far now. 😁04:28
tomreyn!ot | sim_, if you'd just like to chat04:29
ubottusim_, if you'd just like to chat: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!04:29
JojeroHello, can anyone help me, I am trying to move to ubuntu now.04:30
tomreynJojero: hi. we can try, what's your question?04:30
madLyfewell after the reboot I wasn't taken to grub.. windows just booted like I didn't have a dual install. whoops04:30
JojeroBut I don't have my 1tb HDD right now, how can I do this I have 2 partitions, 250gb then 250 gb on the 2nd one.04:31
JojeroCan I move my files to the 2nd partition then install linux on the 1st one then move the files to the root of ubuntu after installation then make then ntfs to ext4?04:31
tomreynmadLyfe: you can change your bios to boot 'ubuntu' instead.04:32
JojeroI dont wanna dual boot tho, I will ditch windows 10 now as Full Stack Developer, the windows is so unfriendly.04:32
tomreynJojero: before you install ubuntu, be sure you have proper backups. you can install alongside an existing OS, or choose which partitions to (delete and) install to. if you are going to replace your existing operating system i suggest you just install ubuntu on one (entire) disk, then restore any data you lost when doing so.04:35
tomreyn(fomr the backup)04:35
JojeroOh, alright I need to get my hdd at home. XD btw, what kind of partition scheme will you recommend?04:36
Jojero500gb, 4gb swap or 8gb swap? 20gb root? rest to the home? Im not sure tho04:36
madLyfetomreyn: ty I was able to get to Kubuntu that way. but it's the same issue after a restart.04:41
tomreynJojero: depends on a couple factors. ubuntu desktop 18.04.can configure a sane partition scheme automatically if you chgoose so.04:41
tomreynmadLyfe: can you choose ubuntu as a permanent boot option on the bios?=04:41
tomreynwhat you seem to have done now was a boot order override for this single boot only04:41
ryuoJojero: how much RAM?04:44
tomreynJojero: if you'll do suspend to disk, you'll need as much swap as you have RAM. but this doesn't have to be a partition, can be a swap *file* on some other partition. if you wont suspend to disk, you'll only need a third or half your ram as swap, unless you're really short of ram.04:45
madLyfeis it possible to go back to using grub?04:45
JojeroRam was 4gb I wanna upgrade it to 8gb at the end of the monh04:45
ryuoJojero: I generally consider swap optional, but then my use cases never seem to need it.04:46
ryuoJojero: it's necessary for any PCs you intend to use hibernation (suspend to disk) on.04:46
tomreynmadLyfe: once you booted into linux, just make sure the right ESP is mounted to /boot/efi and that the windows boot code is also there, and update and install grub. also make sure os-prober is installed before running update-grub, but this should be the case already.04:47
ryuoJojero: as for root, you don't need a massive partition. this isn't Windows which needs 15GB+ for a basic install.04:47
ryuoJojero: i've gotten away with 8GB, but you may want to allocate more for your initial transition.04:48
ryuoMy servers use less than 2GB... heh04:48
JojeroOh haha alright.04:49
ryuodesktop Linux requires a lot more.04:49
JojeroSo Can I use my ntfs for backup purposes?04:49
ryuoThe existing windows installation?04:50
JojeroNaa I will delete the existing installation04:50
Jojero232gb for the existing, that what I will delete04:50
ryuoThat's a common choice for external drives.04:50
JojeroThe 232 gb is another partition but ntfs04:50
ryuoIt's writable by non-root users by default on Linux.04:50
JojeroI wanna move my files there first before installing linux04:50
ryuofrankly regular unix file systems get in the way on removable media in typical desktop use cases.04:51
* tomreyn will take some rest, ttyl04:51
micha234tomreyn: thanks the debian and 0pointer links you provided reflect what i did so far. so that looks good. wondering why i am not able to do inbound serial connections then. :/04:51
JojeroBut I was thinking if its possible that I could merge my partition ntfs to the main partition on linux04:51
ryuoJojero: not directly. you need an intermediary to hold data.04:52
tomreynmicha234: sorry, i'm heading out, try to get help with this in #ubuntu-server, too04:52
ryuoyou can't just convert ntfs to any Linux filesystem.04:52
tomreyngood luck04:52
micha234tomreyn: no worries, thanks for having a look04:52
JojeroI cant just format it?04:52
ryuoJojero: You can, but your old data is effectively gone.04:52
Jojerolike linux partition home <- data transfer <- NTFS04:53
ryuoThat's what I mean.04:53
JojeroI mean Im using windows right now04:53
ryuoYou need to store any data you wish to keep elsewhere.04:53
Jojerowait, let me explain.04:53
ryuoI thought you were asking about FS conversion.04:53
ryuoOk..04:53
JojeroI wanna install linux on the first partition of my windows where win 10 was installed04:53
ryuoOk..04:54
Jojerothen move my backup files to the 2nd partition ntfs.04:54
Jojeroafter installation I will bring everything back to the main partition04:54
ryuoand what happens to the 2nd partition?04:54
Jojerothen format the 2nd partition ntfs to ext4 or ext304:54
Jojerothen I wanna merge it to the main partition -> (this where I doubt it's possible bacause of the swap would be in the middle.04:55
ryuoYou are correct. drive sectors have to be contiguous to merge partitions.04:55
JojeroBut if I shrink the 2nd partition and get 4gb or 8gb from there04:56
ryuoyou would need to copy the data to an external drive to pull this off right.04:56
Jojerowhat do you think?04:56
ryuoJojero: your partitions are allocated like this?04:56
Jojeroyea, my gf got my hdd and shes watching video right now. :/04:56
Jojeroyes yes04:56
ryuo<ROOT> <SWAP> <2nd>04:56
ryuoUh...04:56
JojeroYes thats would be like that04:56
ryuoROOT can only take from SWAP.04:57
ryuoIt can't directly take from 2nd.04:57
Jojero<root><home><swap><2nd>04:57
ryuoOh.04:57
Jojeroso what if I do it like this,04:57
ryuoEither way, you're basically wanting to swap their positions.04:57
Jojero<root><home><2nd><swap> (by shrinking the 2nd partition ntfs)04:57
ryuoComplicated but doable. I don't generally recommend it.04:58
jwheare21LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk04:58
ryuoResizing partitions can be a difficult task to get right.04:58
Jojerowhat you mean doable?04:58
Jojeroa litle bit clogged?04:59
JojeroI could resize it, not much files there for now. XD04:59
ryuoJojero: you can do this if you delete the last 2 partitions, enlarge home partition, then reallocate the deleted partitions.04:59
ryuoand reformat them.04:59
Jojero250 gb only has 13gb of files04:59
JojeroI will not lose my files right since I will move my files from ntfs to home?05:00
MathuinWith 18.04, is it possible to configure a systemd service to wait until LDAP is up?05:00
ryuoshouldn't. enlarging a partition should not harm the existing data.05:00
=== capella|away is now known as capella
ryuoJojero: you'd need to resize the filesystem after this is all done.05:01
lotuspsychje!systemd | Mathuin start here05:01
ubottuMathuin start here: systemd is the default init system for Ubuntu 15.04 onwards. For information on transitioning from upstart to systemd, see https://wiki.ubuntu.com/SystemdForUpstartUsers For a guide to basic service management with systemd, see https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units05:01
Jojeroryuo: oh I get it now,05:01
Jojeroso after I install linux, will I need to set the swap partition already?05:02
Mathuinlotuspsychje: while interesting, I'm not sure how that answers my question05:02
Jojeroryou: so how will I enlarge it?05:02
ryuoJojero: No idea. installations can be rather destructive. I generally suggest using an external backup to minimize risks.05:02
Jojerohaha yea I go to my gf later after laundry, busy life.05:03
Jojerothanks ryou05:03
Jojerowhat image editor should I use as a full stack web developer on linux?05:03
Jojero-- ryou05:03
ryuogparted is commonly suggested. i prefer fdisk myself.05:04
ryuoor gdisk.05:04
slackgirlhi05:05
slackgirlfuck ubuntu05:05
slackgirli love elementary OS05:05
ryuoIf you're going for external backup, just decide what your final scheme will look like and just reinstall from there.05:05
slackgirland drugs...05:05
ryuoJojero: it's far easier to get it right from the first draft than it is to correct later.05:05
ryuoJojero: probably should just use the default partitioning scheme.05:06
Jojeroalright, and btw how about this, image editor?05:06
ryuoJojero: unless you really understand how to use a custom one.05:06
ryuoJojero: image editor? define image. it has many meanings.05:07
Jojerohi slackgirl how are you?05:07
ryuoJojero: i believe they were a troll.05:07
Jojerohaha yea XD05:07
ryuoincidently, elementary OS is a derivative of ubuntu.05:07
JojeroI mean editor like photoshop05:07
Jojeroother from GIMP05:08
ryuoClosest thing is GIMP, but there's plenty of options.05:08
ryuoJust none as feature packed.05:08
ryuomtpaint05:08
ryuothat's one I used to use.05:09
Jojerohow about using it on wine?05:11
ryuoMaybe works. That's not a solution for everything.05:12
ryuohttps://appdb.winehq.org/objectManager.php?iId=17&sClass=application05:12
Mathuinlotuspsychje: okay, after having read those, I still cannot tell how to configure a systemd service to wait until LDAP is up.05:17
MathuinI know there's a systemd service libnss-ldap but I can't figure out how to tell, say, the docker service, to wait until after libnss-ldap is up.05:17
ryuoMathuin: up or started?05:17
ryuoMathuin: If "started", then you can use After directive to start a unit only after the one it needs has.05:18
c3po_allo allo salut tout l monde!05:25
Mathuinryuo: the Docker service waits for network-online.target to be achieved, if I understand correctly.  libnss-ldap is *not* part of that target.  I would like to add libnss-ldap to that target.  This is apparently more challenging than I thought.05:26
ryuoMathuin: you would need to override it with a new definition.05:26
ryuoMathuin: that's a system defined unit.05:26
MathuinIs there a better way to achieve my goal?  Right now I have to have Docker disabled on boot because things break if it tries to start before LDAP is up.05:27
ryuoMathuin: well.... you can edit the target, overriding the defaults so it is included.05:28
MathuinJust like I would ahve to edit the docker.service file to add libnss-ldap.service to its After: line05:28
GoopWhere is the source path for Asterisk in Ubuntu 16.04?05:28
Mathuinryuo: that didn't work. :-(  not a fan of systemd, less of one now.  Back to starting stuff by hand.05:30
ryuoMathuin: i'm not an expert on these advanced setups. i don't use ldap personally.05:31
MathuinLDAP's not really the issue.  In the old-school way of doing things, I'd change the prefix number like S99 or whatever.  Now, I have no idea how to even find out what order things are happening in05:32
=== theReal_aloo_shu is now known as B-52
benzHI everyone06:01
=== yunhao94_ is now known as yunhao94
=== B-52 is now known as aloo_shu
LordDoskiashello i'm having troubles using my ubuntu 16.04 openvpn setup after i ugpraded to 18.04. Everytime I run sudo systemctl start openvpn@CONF-FILE openvpn fails by saying that it cannot open CONF-FILE. ANd the file is in /etc/openvpn or rather there is a symlink to the actual config file. THis worked fine on 16.0406:33
LordDoskiasif i run openvpn binary myself on the command line it works06:33
=== jstein_ is now known as jstein
=== capella is now known as capella|away
onur24LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk06:57
gbellinozShould I use pip for all python packages, or apt ?07:22
t3hyoshipip07:23
t3hyoshiIt's always advised to use the language's own library manager over apt07:24
=== ZERO is now known as Guest31443
t3hyoshinpm for nodejs, gem for ruby, nuget for c# and so on.07:24
gbellinozThanks team.07:36
leachim6hey07:47
leachim6I'm trying to get docker to work with netplan and I need to allow ipv4 forwarding and masquarading, but I can't figure out how to do it with netplan07:48
lotuspsychje!netplan | leachim6 start here08:17
ubottuleachim6 start here: Netplan is a network configuration abstraction renderer which uses YAML descriptions of a network to work with either a NetworkManager or Systemd-networkd "renderer". More information at https://netplan.io/08:17
aykut4LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk08:18
beaver9LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk08:28
Shrooms21LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk08:28
gbellinozWell, that proves it.08:49
lotuspsychjegbellinoz: can we help you?08:56
BilboWhat does --purge do in the "sudo apt-get autoremove --purge" command?09:18
CotrrHello. I have a file with this permissions: `-rw-r--r-- 1 root www-data 131072 Aug 19 09:20 db.sqlite3` and I get "attempt to write a readonly database". What is the right thing to do in this case?09:23
lotuspsychjeBilbo: tell us what you are trying to do please?09:26
=== ogra_ is now known as ogra
nostroraHi, how can i change DNS in ubuntu 18.04 ? there is 127.0.0.1 and i want to hack /etc/resolv.conf to set another DNS09:34
nostrorabecause docker bug with 127.0.0.1 DNS. i don't want inside resolver in my ubuntu..09:34
Bilbolotuspsychje: I am trying to learn what the --purge part of the command does09:40
lotuspsychjeBilbo: purge means removing09:40
lotuspsychjeBilbo: like in sudo apt purge packagename09:41
BilboSo how is  "sudo apt-get autoremove --purge" different than "sudo apt-get autoremove"?09:41
=== jstein_ is now known as jstein
lilkuz2005apt remove will uninstall, apt remove --purge will also uninstall and remove the config files for the application09:44
Bilboconfig files are?09:45
lilkuz2005settings files most commonly found in ~/.config09:46
lilkuz2005sudo apt remove pcsxr will uninstall my emulator, but if i take a look in my home folder and cd into the .config folder the .pcsxr config will still be there, if i sudo apt remove pcsxr --purge pcsxr then it will remove the package and the config09:51
Majadon14LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk10:09
BilboIf you use remove to uninstall, will purge remove those config files of that already uninstalled program?10:11
rtardedHi guys. Just installed Ubuntu 18.04.1, and selected the Encryption option. It created 2 boot partitions and I was wondering why? /boot/efi at 512MiB and /boot at 732 MiB10:12
JimBuntuBilbo, it should10:13
BilboAre things like game saves "config files" for the purposes of purge?10:14
Bilbolotuspsychje: JimBuntu10:23
JimBuntu?10:24
mancha16LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk10:24
BilboJimBuntu: Are things like game saves "config files" for the purposes of purge?10:25
JimBuntuBilbo, possibly and possibly not, this really depends on where the files are saved and how well the package is written10:25
aloo_shuBilbo: that probably depends on if the game saves file is generated after the game's firstrun, or if it already exists as e.g. an empty file in the pkg10:26
lilkuz2005Bilbo, config files are pretty much your personal settings for a application installed on the system, if your system has 3 user accounts each user may use the same programs but each user will have different settings for those programs and those settings are stored in the .config folder in the users home folder10:27
BilboAlso I know this isn't ubuntu issue but if someone would please tell me what that thing where web pages tell you about new stuff from them is called. I foolishly agreed to one and its giving me ad notices but since I can't remember what it is called I can't search how to change it so no permission10:28
JimBuntuBilbo, notifications10:30
JimBuntuBilbo, what browser?10:31
Bilbofirefox10:32
JimBuntuBilbo, Sorry, I can't walk you through making the change in FireFox. Should be plenty in google.10:32
aloo_shusubscribe subscription unsubscribe - news could be delivered in so many ways, email, rss feed ...10:34
alekhaloo_shu, :ping10:51
aloo_shualekh: fail10:52
alekhaloo_shu: ping10:52
alekhBluesKaj: ping10:53
JimBuntuThat's two... going for a third?10:53
alekhJimBuntu, newbie on IRC10:53
JimBuntualekh, Ok, well this is the Ubuntu support channel, if you are having difficulties, you don't need to ping specific people, simply post your issue and whoever is available and capable will answer. You can include the names of people in that request if you desire though10:54
JimBuntuSorry alekh , meant that for aloo_shu10:55
BluesKajHowdy folks10:57
m4r35n357Having big problems with matplotlib since upgrade to 18.04.1 from 16.04.  It just eats CPU and does nothing.  Tried uninstalling & reinstalling python-matplotlib2 and 3, installing using pip, and reinstalling python-tk.11:00
brainwashm4r35n357: did you check the bug tracker yet? https://github.com/matplotlib/matplotlib/issues11:07
ChunkzZanyone know why I'm getting this error when installing stuff and logging into my desktop? https://pastebin.com/f6P0fQAr11:08
leftyfbChunkzZ: https://askubuntu.com/questions/162391/how-do-i-fix-my-locale-issue  # first result on google11:10
ChunkzZleftyfb, tried that and it's the same error!11:14
leftyfbwhat did you try exactly/11:14
leftyfb?11:14
ChunkzZlocale: Cannot set LC_ALL to default locale: No such file or directory11:14
ChunkzZthe link you sent me for GB and US.11:14
leftyfbplease use pastebin on exactly what you tried11:14
ChunkzZsudo locale-gen "en_US.UTF-8" & sudo locale-gen "en_GB.UTF-8" & sudo dpkg-reconfigure locales11:15
ChunkzZstill the same even after a reboot leftyfb11:19
leftyfbplease use pastebin on exactly what you tried. Including follow the instructions in the link I posted11:20
ChunkzZno need to use pastebin, I paste what I tried here11:21
ChunkzZsudo locale-gen "en_US.UTF-8" & sudo locale-gen "en_GB.UTF-8" & sudo dpkg-reconfigure locales11:21
ChunkzZstill gives the same error :(11:21
leftyfbChunkzZ: It's called troubleshooting. You did not run the commands in the link I gave you as requested. You did not post any of the output or the EXACT commands to pastebin as requested. IF you'd like help, please provide the information requested.11:22
ChunkzZleftyfb, I provided the commands I done...11:23
leftyfbChunkzZ: It's called troubleshooting. You did not run the commands in the link I gave you as requested. You did not post any of the output or the EXACT commands to pastebin as requested. If you'd like help, please provide the information requested.11:23
ChunkzZI can read leftyfb11:24
ChunkzZI ran the commands from the link... lol11:24
thurin6LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk11:26
leftyfbChunkzZ: ok, good luck then.11:26
ChunkzZleftyfb, this is what I tried on pastebin.. https://pastebin.com/BDmHVx4z11:27
leftyfbChunkzZ: that's not what was requested11:27
leftyfbChunkzZ: please pastebin the commands you type and the output from your terminal11:27
ChunkzZsure.11:27
ChunkzZsec11:27
leftyfbChunkzZ: including the instructions from the link I gave you11:27
leftyfbChunkzZ: here is the link for reference: https://askubuntu.com/a/22751311:28
leftyfbChunkzZ: Is there some reason you can't just copy and paste things from your terminal into pastebin? I do NOT want you typing everything manually into pastebin.11:29
ChunkzZleftyfb, https://pastebin.com/qcjkrUuT11:29
JimBuntuDo environment variabel changes even apply between different sudo sessions?11:30
leftyfbah, maybe the reason is because you're running a non-official version of ubuntu on an odriod device?11:30
ChunkzZso you can't help?11:31
JimBuntuChunkzZ, this channel is for official versions of Ubuntu, and even then, only specific ones. Please see /topic11:31
leftyfbChunkzZ: not if you're not running an official version of ubuntu, no. Though you could verywell try following the instructions I gave you. So far you have not given the output of the very first command in that link11:31
ChunkzZI pastebinned the exact error and the command I tried. .-.11:32
leftyfbChunkzZ: Then that means you didn't follow the instructions I gave you11:32
leftyfbChunkzZ: the link has you run 1 command at the very beginning to tell you WHICH locale's need to be set. I have yet to see the output of that command11:33
=== alpha_Aq1ilae is now known as alpha_Aqu1lae
leftyfbChunkzZ: but again, since this is a modified version of ubuntu, we cannot help you here. No telling what changes they made to that image. You'll need to seek support from the community you got it from11:34
ChunkzZhttps://pastebin.com/xBUSWpqc it asks me to set the locales so I set US/UK.11:34
ChunkzZugh.11:35
leftyfbChunkzZ: good luck.11:35
ChunkzZlol you ask for it, I provide it and you say good luck. hahaha11:35
junction00LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk11:36
JimBuntuChunkzZ, in which pastebin did you run 'locale' ?11:36
leftyfb:)11:37
ChunkzZJimBuntu, https://pastebin.com/vbpKmH3v11:37
leftyfbChunkzZ: you never pastebined that before like I requested several times11:38
ChunkzZyeah I didn't see it.11:38
leftyfbChunkzZ: https://www.linuxquestions.org/questions/linux-general-1/locale-cannot-set-lc_all-to-default-locale-no-such-file-or-directory-218622/11:39
leftyfbfirst result on google11:39
JimBuntuleftyfb, Since they are running everything with sudo... how bad would it be to simply sudo su root and run everything?11:40
leftyfbJimBuntu: wouldn't matter11:40
JimBuntuleftyfb, thank you.11:40
ChunkzZleftyfb, I'm reading it and the second post says export LC_ALL="en_US" but where do I put that/11:42
leftyfbChunkzZ: in your terminal. Then run your `locale` again and maybe local-gen11:43
leftyfblocale-gen*11:43
leftyfbChunkzZ: again, you really should be seeking out support options from the community you got the non-official image of ubuntu11:43
penguin42the 4.15.0-32 kernel update on 18.04 is panic'ing at boot for me; the -30 is fine; anyone else seeing that?12:03
k70hi12:07
UmeaboyHi!12:11
UmeaboyHas anyone had problems playing an ISO image created with brasero from a DVD that you own yourself?12:12
UmeaboyVLC plays it but totem does not.12:12
Umeaboytotem fails to open the "disc" menu.12:12
* penguin42 files it as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/178780712:16
ubottuLaunchpad bug 1787807 in linux (Ubuntu) "boot oops/4.15.0-32 regression" [Undecided,New]12:16
Umeaboymplayer plays it fine, but skips the menu choices for some reason.12:16
gbellinozUmeaboy: not helpful, probably, but this sort of thing has never consistently worked in the 20+ years I've used linux :)12:17
gbellinozI just keep a bunch of players around and use the one that works for whatever particular use-case / iso.12:17
lotuspsychjeUmeaboy: maybe you made it wrong? own made dvd's can do that sometimes..12:21
lotuspsychjeUmeaboy: for dvd's use vlc or smplayer12:21
Umeaboylotuspsychje: As I said, mplayer plays it fine, but the VLC session looses audio when I fast forward whilst mplayer does not.12:22
lotuspsychjeUmeaboy: you made this iso dvd yourself?12:23
UmeaboyYeah, with brasero.12:23
lotuspsychjeUmeaboy: test another official dvd menu to compare, judge for yourself12:24
BluesKajto run VLC properly there's abit of a learning curve , but if one explores the video and audio options and experiments with different types of media files it becomes clear what options one needs to make it work properly, and it's worth the time and effort12:25
qwebirc71453Ubuntu 18.04 LTS does not work with or unable to load Wine at this time. Someone please fix and release a patch soon. Thank you12:31
UmeaboyIt amazes me that people still try to run Windows apps and games in Linux. Why not use a VM and install it in the right system?? Then you could just jump back and forth between the systems.12:33
gbellinozLess RAM.12:34
gbellinozI use Wine for some simple things, but VirtualBox and Win10 for Office....12:34
qwebirc71453because I only want to run one application12:34
qwebirc71453other then that I use Linux for everything12:34
Umeaboyqwebirc71453: Can't you just send a message to the developers and ask them to release the source code of it?12:35
UmeaboyAnyway, have to go. Take care.12:38
lotuspsychje!wine | qwebirc7145312:38
ubottuqwebirc71453: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu12:38
sunri5eHello, how can I find out which smb protocol version the smb client inside gvfs uses?12:45
=== gms is now known as Guest89802
lilkuz2005anyone in here know if there is a way to have a dualshock 3 controller automatically power off after so long ?12:49
ikoniaI think the later HID driver for it powers it off at a set time with no movement12:50
ikoniaI know it does with the PS3 controller, and I think it does with a dualshock 3 (Ps4 right ?)12:51
lilkuz2005its a ps3 controller12:51
=== ubuntu is now known as Guest15282
ikoniashould work then12:51
lilkuz2005im using the stock xpad driver im pretty sure12:51
Guest15282How to install VirtualBox on Ubuntu 18.0412:52
acresearchpeople i am using arch linux but my colleagues are using ubuntu, they sent me a python script that gives me an error with a MYSQL database, error 2003 cannot connect to local host, i want to know does ubuntu comes with mysql setup, because arch does not12:52
Guest15282?12:52
Guest15282!virtualbox12:54
ubottuVirtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox12:54
=== gr33n7007h is now known as al2o3-cr
quinnod34yay12:54
t3hyoshiacresearch: No. MySQL/MariaDB is not included with a standard Ubuntu setup12:55
lotuspsychje!lamp | acresearch12:55
quinnod34oooook12:55
ubottuacresearch: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process.12:55
lotuspsychjequinnod34: can we help you?12:55
quinnod34no12:55
quinnod34I am good12:55
lilkuz2005ikonia, i quit a game and ran to the store, i had to be gone at least 20 minutes and came back and the controller was still on, im not sure if there is a config i can adjust the auto off feature12:56
quinnod34Has anyone tried downloading minecraft for ubuntu?It doesn't work!12:57
Guest15282!minecraft12:57
lilkuz2005quinnod34, where did you get it from ?12:57
quinnod34I typed in code from the terminal. I got it online12:58
KuwangerAnyone else here on nvidia-384 who drags a Chromium window off the top part of the screen to the right of the leftmost edge see the window being shifted right?12:59
t3hyoshiWhat was that code?12:59
quinnod34http://tipsonubuntu.com/2016/08/04/install-minecraft-ubuntu-16-04-ubuntu-16-10/13:00
t3hyoshiWait, isn't minecraft in both snap and apt?13:00
quinnod34I think13:01
lilkuz2005i just installed it via gnome-software and its working13:01
quinnod34ok I will try that13:01
t3hyoshiNo, it's just snap. did you remember to sudo apt update before installing?13:02
quinnod34yes13:02
lilkuz2005quinnod34, after install it takes like 15 to 20 seconds to load the launcher on my machine, running a ssd, i5 3570k with 8gb of ddr3, gtx 98013:03
quinnod34when I use the launcher it always crashes13:03
quinnod34I did it on raspbian but not on ubuntu13:04
qqqq13:05
qqq13:05
qqq13:05
qqq13:06
qqq13:06
quinnod34with https://www.raspberrypi.org/forums/viewtopic.php?t=18654713:06
lilkuz2005quinnod34, its working on this machine, ubuntu-mate 18.0413:06
quinnod34oh13:06
quinnod34I have 16.0413:07
leftyfbquinnod34: sudo snap install minecraft-nsg13:07
quinnod34It says snap not found13:08
quinnod34I have to go13:09
lilkuz2005i haven't messed with snaps yet, from what i can tell a snap package installs all the dependencies along with the package13:09
=== ubuntu is now known as Guest73252
lilkuz2005okay so my system shows i have hid_sony and xpad modules loaded, i need to see if hid_sony has a configuration file that i can edit to make the gamepad go to sleep13:14
=== ls__ is now known as ls
hexa-29LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk13:21
=== Dreaman is now known as Blad
=== Blad is now known as Blade
=== Pleasures is now known as Sircle
jjegnu/linuxgnu/linux13:32
jjesorry13:33
SircleAny suggestions for a laptop that supports kubuntu, has power with beauty blend? (good processing power for a programmer/cpu intensive work + also some good screen IPS maybe or better with touch screen etc?)13:36
Delviendont bother calling it gnu/linux please lol13:36
lotuspsychjeSircle: any laptop with i5 or higher and ssd and decent graphics card can do the trick, good ammount of ram13:39
G0dspeedhi13:40
DelvienSircle depends on how much u want to spend and your idea of "beauty"13:41
KanerixWolfeLRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk13:42
pagnolall of a sudden on my thinkpad x220 running Ubuntu 16.04.4 LTS the onboard audio controller isn't found anymore13:42
Delvienpagnol: did you connect a bluetooth speaker/headset to it recently13:43
pagnolDelvien, no13:43
Delvienany external speaker or switch outputs?13:43
pagnolDelvien, nothing of the sort13:43
SircleDelvien,  IPS display with touch is fine13:43
Sirclelotuspsychje, Delvien how about xps 15 or latitude 7559 with HQ processor13:44
DelvienSircle well touch on linux is pretty hit or miss, but what do you mean by beauty? Physical look of the laptop or just a nice screen?13:44
DelvienSircle: XPS brand sucks13:44
SircleDelvien,  beautfy: display13:44
madprops19LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk13:45
DelvienTried several, 15, 13, even new 9370, nothing but problems13:45
Delvienpagnol only had that issue myself with bluetooth, had to disable auto load modules. Did you reboot since it dissappeared?13:47
pagnolDelvien, I rebooted a couple times to no avail13:47
pagnolI switched off bluetooth in the bios menu13:47
Delvienpagnol: sudo nano /etc/pulse/default.pa - comment out https://pastebin.com/2KDReJmF reboot, if it works, uncomment them and reboot13:48
pagnolDelvien, is my /etc/pulse/default.pa supposed to contain the snippet?13:49
pagnolit doesn't13:50
Delvienpagnol: maybe not in 16, If it doesnt have that, then ignore what i just said. Not sure how to help you, sorry13:50
pagnolDelvien, alright, thanks for trying anyways13:50
Delvienpagnol: did u check syslog and dmesg for errors or odd disconnects?13:51
qwebirc53601The new Macbook Pro is allergic to Ubuntu.13:54
compdocId buy a copy of the mac os if it ran on any pc. apple is so weird13:55
qwebirc53601:-( I cant move the top menu in osx, its driving me nuts. So I wanted ubuntu13:55
compdocthats a shame. you trying 18.04? how about 16.04?13:56
qwebirc53601It uses some kind of pcie linked multi lane ssd. Yeah I was trying 18. I assumed I would have a newer kernel on 1813:57
compdocthose ssds are common now13:57
compdocyou think thats the problem?13:57
qwebirc53601Well, I cant be sure. Im no hardware / nix expert, Im kinda curious to try 16 now that you mention it. It uses the new mobile I9, maybe something there is stopping me13:58
Delvienmobile thermonuclear heat generator :P13:59
qwebirc53601Is there some way to enable those types of drives, or is it automatic? I have tried nvme_load=yes14:00
qwebirc53601@delv for sure, its a beast of heat14:00
Delvienyou shouldnt have to enable anything to make the nvme drive function14:00
Delvienthe laptop im currently using, and my last two have all had nvme, no issues with it "just working" in ubuntu 17 and 1814:01
Delvienand fedora, for that matter14:01
qwebirc53601About ready to trade my 4k$ macbook for a 2k thinkpad lol14:01
lsugh14:02
DelvienDont ever spend more than 1500 on a laptop.14:02
ls;-)14:02
qwebirc53601I didnt, company did14:02
qwebirc53601I love spending their money lol14:02
Delvienthis hurts me.14:02
BluesKajsounds like the IT dept drank the apple koolade too :-)14:03
DelvienI mean what are you even using this sterilizing laptop for ?14:04
qwebirc53601IM CTO, Im trying the CEO's preference14:04
qwebirc53601I ran linux / windows before.14:04
pagnolI found a line "microcode: microcode updated early to revision.." in my syslog14:04
bumbar1anyone experienced slow ssd reads/writes in 16.04? tried a simple dd test, and it was much much faster14:05
qwebirc53601netbeans, boundless. nothing intense, but I dont wanna give up the ssd to live on a thumbdrive ya know?14:05
Delvienpagnol: microcode is your "processor firmware" for lack of a better term, that wouldnt disable your audi14:05
pagnolDelvien, is this line saying that the microcode got updates?14:05
pagnol*updated14:05
Delvienpagnol: sort of14:06
pagnolwow, I had no idea it does that14:06
Delvienpagnol but i would ignore that, its not your issue14:06
pagnolI know I know.. was just curious14:06
pagnolalthough I coincides very well with my actual issue14:06
qwebirc53601So is the multi-lane pcie ssd the thing that is called 'nvme'?14:08
pagnolinterestingly an external usb audio interface that I occasionally use also doesn't work (not recognized as an audio device even though it's normally plug and play)14:08
pagnolalthough it does show up in lsusb14:08
qwebirc53601pagnol, are you troubleshooting pulse?14:09
pagnolqwebirc53601, i haven't considered pulse audio as a potential culprit... maybe I should?14:09
qwebirc53601IWhats happening m8, no audio?14:10
pagnolqwebirc53601, yeah, all of a sudden no audio devices14:10
pagnolon my thinkpad x220 running Ubuntu 16.04.4 LTS14:10
qwebirc53601pagnol you have an output device up in pulse? while audio is playing does pavucontrol show a visual indicator of the sound?14:11
pagnolhold on while I install pavucontrol14:11
qwebirc53601oh, sorry I use my own flavors of ubuntu, u may have a mixer already14:12
pagnoloh god... I have run into the same problem that caused so much pain before... my boot partition filled up with unused kernel images14:13
pagnolprobably that's the root cause14:13
qwebirc53601Oh wow, im impressed!14:13
pagnolI just noticed that because installing pavucontrol with apt failed14:13
qwebirc53601How small are you slicing that partition?14:14
pagnolit's 500 mb and its size was chosen for me by ubuntu's installer14:14
qwebirc53601Wowsa14:14
pagnolnext time around I will make sure it's size is no less than 100 gb to be sure14:14
qwebirc53601I cant believe that filled14:15
Delvienyou dont need a 100gb boot partition14:15
pagnoloh.. it happened a couple times in the past14:15
pagnoland it always manifests itself in bizarre inexplicable errors like this one14:15
qwebirc53601Ready?14:15
Delvienpagnol: check for erronious files in the boot partition. Sometimes people run dd and mess it up14:15
qwebirc53601udo apt autoremove This command removes packages that were automatically installed to resolve a dependency, but are now no longer depended on. This includes old versions of linux-headers-* and linux-image-*. (It’s also smart about this process, leaving one spare version of the kernel around as a fallback!)14:15
qwebirc53601sudo*14:15
pagnolusually when this happens, then it's to late for autoremove but I'll try anyways14:16
pagnol*too14:16
qwebirc53601try it from a recovery shell too if it doesnt work in a live desktop14:16
Delvienpagnol: du -hs /boot/* and pastebin the results14:16
pagnolautoremove seems to be doing its job14:17
qwebirc53601:-)14:17
qwebirc53601now... we just gotta cure this mac of its osx aids14:17
pagnolin the past when my boot partition had filled up, then autoremove would just belly up14:17
Delvienhammers only cost about $7.0014:17
pagnolI'll reboot...14:18
qwebirc53601Delvien, so helpful lol14:18
Delvienqwebirc5360 I do what I must.14:19
qwebirc53601Why with the hardware hate delvian?14:20
DelvienI have an issue with a company charging 3-5x the cost because they slap a stupid fruit sticker on it. SSD upgrade? 900$.14:21
qwebirc53601Yeah14:21
Delvienthe screens they put in them are great, and they do a decent job of engineering (the kb is terrible though), but they charge too much, and idiots eat it up14:22
Delvienlenovo charges too much too, but its not to the extreme... and at least you can buy dependable second hand thinkpads, i cant trust apple users farther than i can throw them14:23
Delvienprime example, look how they treat their cables14:23
bitch25LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk14:23
qwebirc53601The frame is super solid, the res and brightness is nutz, and the speakers are the best lappy speakers I have ever used. Im coming from an MSI gaming beast14:23
Delvienlaptop speakers :P14:24
pagnolAlright after running auto remove I can’t seem to boot anymore14:24
DelvienI didnt suggest running auto remove, you didnt run what i said to run though :P14:24
qwebirc53601Delv, if u heard them youd understand. Id normally agree, but they are sweet .14:24
qwebirc53601Pag, got home on a seperate partition?14:25
pagnolI dont remember14:25
qwebirc53601If u do, u know what comes next ...14:25
qwebirc53601wait, can you boot to recovery?14:26
Delvienqwebirc53601: i mean, i dont buy apple, so i can afford to buy good bluetooth headphones, and even go full bore and buy external speakers when im not mobile, in the house i could afford because i dont buy apple products :P14:26
qwebirc53601Lol... I can't imagine buying my own hardware anymore.14:27
Delvienpagnol: does grub show up? can you boot into a specific kernel? "I cant seem to boot anymore" doesnt tell much14:27
pagnolI can boot to a nice kernel panic with a stack trace14:27
qwebirc53601So there is a kernel14:27
Delvienseems like you have bigger problems than a full boot partition14:27
qwebirc53601My next move pagnol, would be to reinstall.14:27
qwebirc53601But I resort to that pretty quick14:28
pagnolAh the grub menu shows up14:28
Delvientry going to an older kernel14:28
qwebirc53601he just auto-removed them14:28
pagnolI have one older one left14:29
qwebirc53601gl!14:29
pagnolThanks autoremove14:29
qwebirc53601:-(14:29
Delvienpagnol: autoremove wouldnt of done that, you have annother issue.14:29
qwebirc53601It just looks related14:29
poopBothmm if i have a drive whit installed ubuntu on amd pc, can i just connect that drive to some other pc and will it work14:29
pagnolAh really? I assumed in its wisdom it had left one there14:30
poopBoti want to connect it to laptop14:30
qwebirc53601Poop14:30
poopBotwhit intel descrete i think14:30
Soul_Sampleany ideas why Ubuntu 18.04 would drop my wifi connection after 30 or so minutes? it happens on two computers, but at the same time it doesn't happen for one of them at work, only at home. Are there any router settings that conflict with ubuntu?14:30
qwebirc53601Depending on architecture matching I have had good and bad luck14:30
DelvienpoopBot: as long as they have similar hardware, and on the same architecture, it should boot, you might get errors however.14:30
pagnolOk it worked14:31
DelvienSoul_Sample: check syslog and dmesg for errors14:31
poopBoti was hoping they both use that opensoruce drivers from kerenl so no panic14:31
pagnolBut still no audio devices14:31
qwebirc53601YAY pagnol, sound now?14:31
qwebirc53601Audio devices from a live distro?14:31
lotuspsychjeSoul_Sample: wich chipset and wifi driver an wich kernel please?14:31
pagnolSo those two issues were unrelated after all14:31
qwebirc53601Pagnol, can you see your audio devices from a live disk?14:32
pagnolTo make sure the hardware works?14:32
Delvienqwebirc5360 he did say the "audio devices suddenly dissappeared" so we assume it was working before14:33
mrblacknuelHi, When I boot into my USB and I install Ubuntu it shows this message:  Couldn't get size: 0x800000000000000e MODSIGN: Couldn't get UEFI db list  Afterwards, the installation begins normally and once it finishes my computer freezes for 2 minutes and shows the following messages:  https://imgur.com/a/W3Y7dcB  I power off the pc and try to run Ubuntu but it doesn't work.  I have a Hp Pavilion Power Laptop 15-cb0xx and I've tried re14:33
ESphynxhi guys, didn't Ubuntu move to GCC 7 yet?14:33
pagnolYes they worked until they suddenly disappeared14:33
qwebirc53601Yeah, the inner scientist in me says when things dont get fixed as expected, to doublecheck our assumptions14:33
lotuspsychje!latest | ESphynx14:33
ubottuESphynx: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.14:33
lotuspsychjemrblacknuel: singleboot ubuntu or dualboot?14:34
pagnolI’ll do as you say14:34
Soul_Samplelotuspsychje: my main PC is 4.15.0-32-generic and D-link gw122 dongle, my laptop runs the same kernel and has an intel chipset (iwlwifi driver)14:34
Delvienmrblacknuel: do you have secure boot on?14:34
mrblacknuellotuspsychje it is dualboot with windows14:34
lotuspsychjeSoul_Sample: great latest kernel14:34
lotuspsychje!uefi | mrblacknuel doublecheck your uefi settings here please14:35
ubottumrblacknuel doublecheck your uefi settings here please: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI14:35
ESphynxlotuspsychje: well I'm asking because it seems that Debian testing has been on GCC 7 for a while, and I thought Ubuntu was generally ahead and less latest than Debian. just trying to confirm that latest Ubuntu is still on GCC 6?14:35
mrblacknuelDelvien: no, secure boot is disabled14:35
lotuspsychjeSoul_Sample: while you are testing wifi, can you open a tail -f /var/log/syslog see whats going on in there at drop time14:35
Delvienmrblacknuel: any particular reason its off?14:35
Soul_Samplelotuspsychje: to be precise, it doesn't drop the connection ,it just makes it unusably slow, i have to restart network manager or reconnect my card14:36
mrblacknuelDelvien: I tried to turn it on but I wasn't able14:36
lotuspsychje!info gcc | ESphynx14:36
ubottuESphynx: gcc (source: gcc-defaults (1.176ubuntu2)): GNU C compiler. In component main, is optional. Version 4:7.3.0-3ubuntu2 (bionic), package size 5 kB, installed size 64 kB14:36
Delvienthat doesnt make sense, how were you unable to turn on secure boot?14:36
mrblacknuelDelvien: I attach a picture of my bios configuration14:37
mrblacknuelWait a minute14:37
Delvieni only see the error message pic14:37
lotuspsychjeSoul_Sample: did other ubuntu versions were more stable wifi for you?14:38
Soul_Samplelotuspsychje: it just happened again, sorry14:38
lotuspsychjeSoul_Sample: dont worry :p14:38
Soul_Samplelotuspsychje: i moved into this apartment 3 weeks ago, before that i never used wifi on my main PC, and the laptop i'm using is also new. i did use wifi on my old dell on kde-neon and that one works okay. haven't tried it in this apartment yet though14:39
richvdh12LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk14:39
lotuspsychjeSoul_Sample: please try the tail -f /var/log/syslog then stop wifi/start again, and lets see what it all spits out, hastebin to the channel, volunteers might have a look14:40
Soul_Samplelotuspsychje: i was absolutely sure it was due to the router being a bit far, but with my laptop i can get really close and get max speeds and then it just slows down to a crawl. dmesg gives me nothing14:40
Soul_Samplelotuspsychje: okay, sure14:40
pagnolCuriously my wlan adapter is also suddenly no longer visible14:43
lotuspsychjepagnol: chipset? ubuntu version? kernel?14:43
pagnolUbuntu 16.4.414:43
mrblacknuelDelvien: Here it is my BIOS Configuration: https://imgur.com/a/HCglRDh . I'm sorry the pics are in spanish, my mother language.14:43
lotuspsychjepagnol: ubuntu 16.04.5 is out, update to latest please14:44
Delvienmrblacknuel: I dont speak spanish, so i cant help you.14:44
pagnol4.15.0.0-3014:44
lotuspsychje!es | mrblacknuel14:44
ubottumrblacknuel: 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.14:44
mrblacknuelDelvien: I'll take the same pics in English and ask again14:45
lotuspsychjepagnol: sudo apt update && sudo apt full-upgrade please14:45
Delvienmrblacknuel: ok14:45
Soul_Samplelotuspsychje: this is what happens when i connect from scratch: https://hastebin.com/tamoxacawi.makefile14:48
lilkuz2005i just tried to use my old turtle beach PX3 headset on this machine, and i can either get output to the headset or input from the headset, i cant have both at the same time, the headset is wireless and has a usb puck that plugs in USB14:48
Soul_Samplelotuspsychje: but now it will work for half an hour or so14:48
lotuspsychjeSoul_Sample: let me have a look mate14:49
lotuspsychjeSoul_Sample: this was just a piece of syslog? or did you do the tail?14:51
Soul_Samplelotuspsychje: i did tail and just copied the part that generated after i replugged my wifi dongle14:51
lotuspsychjeSoul_Sample: ok do you use hibernation?14:52
Soul_Samplelotuspsychje: since it doesn't die or anything like that, when the slowdown actually happens, logs don't mention it14:52
Soul_Samplelotuspsychje: not on my desktop, no, laptop ocasionally14:52
Delvien"associating with AP with corrupt probe response"14:52
lotuspsychjeSoul_Sample: you could try as test, booting another kernel, previous or higher !mainline14:53
lotuspsychjeSoul_Sample: check also if you have linux-firmware installed14:53
lotuspsychjeSoul_Sample: im off for a while, if you dont get it straight, re-ask with all your details in the channel please14:55
Soul_Samplelotuspsychje: any idea why it would happen at home and not at work? i'm connected to wifi for 8 hours at a time14:55
lotuspsychjeSoul_Sample: other ubuntu version? other kernel? other chipset? or all the same?14:55
Soul_Samplelotuspsychje: the same laptop, i just brought it home over the weekend14:56
lotuspsychjeoh14:56
lotuspsychjeSoul_Sample: then test this soemwhere on a public wifi as a test too ok?14:56
Soul_Sampleon friday i was in a coffee place and wifi also worked okay. it's probably something to do with how this router at home is set up. when i connect via cable, everything is fine14:57
Exterminadoris there any command line tool to know the first 100 IP addresses of a /64 IPv6 block, if I provide the gateway? thanks in advance14:57
Soul_Samplelotuspsychje: well see you then, i'll keep playing and see if i come up with anything14:57
Soul_Samplelotuspsychje: thanks!14:57
redruMhey, quick question about a partitioning scheme, /boot 200MB ext4 ** swap 6GB ext4 ** / 325GB ext4 ** /home 669GB ext414:58
redruMif installing on a 1TB laptop mainly for gaming, would this scheme be good?14:58
Soul_SampleredruM: depending on where you'll keep your games, that's an overkill for /14:59
redruMyeah, but some games install in /opt or /usr14:59
ikoniahow big are the games....realistially15:04
ikoniayour install will be 10-ish gig max, do you really think you'll have 300+gb of games on linux15:04
pragmaticenigmaredruM: there isn't a strong reason to partition everything out like that. You would be fine just having a /boot and / partitions15:04
redruMikonia: lol, got lots15:05
ikoniaI doubt you've got 300+gb15:05
redruMpragmaticenigma: just incase, I get to keep my /home and installs15:05
redruMikonia: yeah, mainly a just in case15:06
pragmaticenigmaredruM: If the machine is primarily for gaming then I believe you have the size of / and /home swapped if you are concerned with space15:06
ikoniaincase what ?15:06
redruMikonia: I have to reinstall15:07
pragmaticenigmaredruM: you said just in case for two separate things15:07
ikoniaredruM: ....so you're allocating more space in case you have to re-install ?15:08
ikoniathat makes no sense15:08
redruMpragmaticenigma: yeah, if I mess up and need to reinstall15:08
pragmaticenigmaikonia: redruM reinstall is referring to the partitioned home drive15:08
redruMpragmaticenigma: /home is for the wine games and retroarch15:09
pragmaticenigmaredruM: In the end it's what will work best for you. It's a question that is going to receive lots of different answers depending on who you talk to.15:09
redruMpragmaticenigma: yeah, figured, but thanks15:10
pragmaticenigmaredruM: if your savy, you can always resize the partitions later down the road15:10
redruMpragmaticenigma: true, but I prefer just to do it once, and get it over with15:12
catbeardhow do i get workspaces back on 18.0415:14
pragmaticenigmacatbeard: take a look here: https://askubuntu.com/a/28740815:15
catbeardpragmaticenigma: i don't seem to have appearance15:18
catbeardi have displays15:18
catbeardkeyboard settings have the hotkeys for it, but there's no place to enable workspaces, gsettings doesn't do anything15:20
ioriacatbeard, press the Windows Key and hover the mouse to the right15:21
pragmaticenigmacatbeard: this is the only documenation for 18.04 i can find: https://help.ubuntu.com/stable/ubuntu-help/shell-windows.html.en15:21
catbeardioria: that's nice but not quite, basically trying to get my ctrl-shift-arrow keys back15:22
catbeardand have a 3x3 grid15:22
pragmaticenigmacatbeard: The grid is no longer availble in Gnome.15:23
catbearddangit15:23
ioriacatbeard, you need gnome-tweak for other  static/dynamic settings15:23
pragmaticenigmacatbeard: I saw a couple references to a Gnome extension to being that feature back, but it appears to be buggy15:24
mrblacknuelHi, When I boot into my USB and I install Ubuntu it shows this message:  Couldn't get size: 0x800000000000000e MODSIGN: Couldn't get UEFI db list  Afterwards, the installation begins normally and once it finishes my computer freezes for 2 minutes and shows the following messages:  https://imgur.com/a/W3Y7dcB  I power off the pc and try to run Ubuntu but it doesn't work.  I have a Hp Pavilion Power Laptop 15-cb0xx and I've tried re15:27
mrblacknuelI also attach pics of my BIOS Configuration: https://imgur.com/a/tBtKT8X15:28
ioriamrblacknuel, have tried what ?15:28
mrblacknuelioria: I've tried resetting the BIOS configuration and made sure Safe boot was disabled but anything worked.15:29
ioriamrblacknuel,  what happens now when you try to boot ubuntu ?15:33
mrblacknuelioria: When I boot Ubuntu the boot screen loads but after 30 sec it shows a black screen and freezes without no message15:34
=== SimonNL is now known as SimonNL_Afk
ioriamrblacknuel,  and after it freezes, can you open a  console  with ctrl+alt+fx ?15:35
ioriamrblacknuel,  you have a GeForce GTX 1050  so might be a video driver issue15:37
mrblacknuelioria: No, I can't open a console15:37
catbeardhow do i get firefox to not show it's top tab row when i have tree style tabs installed?15:37
ioriamrblacknuel,  try the 'nomodeset' parameter maybe15:38
ioria!nomodeset | mrblacknuel15:38
ubottumrblacknuel: 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 parameter15:38
mrblacknuelioria: so if I try with that parameter, will I be able to boot?15:40
ioriamrblacknuel, i don't know for sure, but no harm .   the 'MODSIGN: Couldn't get UEFI db list'  msg it's not very relevant (i got it too)15:40
pragmaticenigmacatbeard: that sounds like a great question to try on google15:41
mrblacknuelioria: where is the manual to use nomodeset command in grub?15:42
HamiltonHow can I choose ALT + SHIFT as shortcut for changing languages?15:43
HamiltonIt doesn't let me just choose those 2 buttons so I'm adding 'c' for the moment.15:44
ioriamrblacknuel,  when gurb appears , select 'Ubuntu', press 'e', go to the 'linux'line and add , after quiet splash, nomodeset . https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=2ahUKEwjsr8CzuvncAhWQsKQKHYmCDR8QjRx6BAgBEAU&url=https%3A%2F%2Faskubuntu.com%2Fquestions%2F162075%2Fmy-computer-boots-to-a-black-screen-what-options-do-i-have-to-fix-it&psig=AOvVaw0RBahpRbU2ysFOS6WKtVJ_&ust=15347715:44
ioria977618010715:44
crgaHi all, I have recently installed ubuntu 18.04.01 on my newly bought laptop. Currently my touchpad is not working at all. Tried the obvious stuff like installing synaptics but no results yet. Anyone could help me out?15:45
ioriamrblacknuel, sorry;  https://i.stack.imgur.com/0Cfhc.png15:45
pragmaticenigmaHamilton: Alt and Shift are modifier keys... the short cut interpreter needs a final non-modifier key to execute the proper command15:45
pragmaticenigmacrga: You will need to narrow down what specifially isn't working or preventing you from using your computer. Your question is very broad and difficult to being troubleshooting.15:46
crgapragmaticenigma: okay. I have no idea how to narrow it down other than saying new laptop, new install and touchpad not working. As in, it does nothing.15:47
Hamiltoncrga, sudo ubuntu-bug touchpad?15:47
mrblacknuelioria: so I should add nomodeset after quiet splash and boot it?15:47
ioriamrblacknuel, yes15:47
pragmaticenigmaapologies... I didn't catch the touchpad part15:47
pragmaticenigma!info ubuntu-bug15:48
ubottuPackage ubuntu-bug does not exist in bionic15:48
ioriamrblacknuel, press F10 or ctrl+x15:48
mrblacknuelioria: I try and see if it works, thank you15:48
ioriagl15:48
crgapragmaticenigma: np.  also, Hamilton that says there is no bug report for it15:48
kuberonHello15:49
Hamiltoncrga, I'm n00b myself. No that utility has a GUI step by step guide15:49
kuberonI have smart of a HDD that has problems writing stuff15:49
kuberonClonezilla saving disk image will hang, partclone going super slow and grinds to a halt15:50
Hamiltoncrga, never mind it seems it's related to bug report15:50
leonardusHow do I make sure I'm using my GPU and not integrated graphics?15:50
leonardusBecause I don't know if it's just GNOME, but everything has been really slow recently.15:51
pragmaticenigmakuberon: This channel is dedicated to Ubuntu support, you will need to seek out a Clonezilla channel for help with that application15:51
pragmaticenigmakuberon: side bar, a drive having difficulty writing, sounds like a drive failing and to disconinue using it15:52
kuberonI tried REISUB and when doing U command it was looping through ata2 errors15:52
kuberonyeah I was in ##linux but I can't type there unidentified im on ubuntu right now, not on windows 10 normally15:53
kuberonjust wanted to post smart of the WD HDD if anyone takes a quick look at it, much appreciated, before I run any smart tests, it could be sata cable or sata port ofcourse, no idea yet15:54
pragmaticenigmakuberon: most rooms require you to register to speak. but as I mentioned earlier, we're not a support channel for hardware or clonezilla.15:54
kuberondid stuff like that in the past here without anyone bothering15:55
pragmaticenigma!register | kuberon follow this and find the correct room please:15:55
ubottukuberon follow this and find the correct room please:: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.15:55
leonardusWhat is going on here? Why is it so slow?! https://streamable.com/s1ylr15:56
Guest48139LRH OFFICIAL: We are not spamming you | https://www.youtube.com/watch?v=_utMUBnl3nk15:56
pragmaticenigmaleonardus: Please do not post random links in channel with out explaining what the link is for15:56
leonardus<leonardus> Because I don't know if it's just GNOME, but everything has been really slow recently.15:56
leonardusIt's been acting slow recently and I'm trying to figure out why.15:57
pragmaticenigmaleonardus: Your question is really general, it doesn't appear that anyone is here that can help at the moment. I personally don't know where to begin with that support issue.15:58
newguyI am new to IRC, and have a technical question about netfilter service and systemd at boot time in ubuntu 18.04.1 desktop. Is this the place to ask?15:59
pragmaticenigma!ask | newguy15:59
ubottunewguy: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience15:59
BluesKajnewguy, in short , yes, this the place :-)16:01
newguyOK .. here goes. My ubuntu desktop 18.04.1 boots with populated iptables whose nat table contains a SNAT rule. I did not put it in and have to delete it before I can connect my ovpn client. There is no rules.v4 for persistent. Where is this being picked up from?16:03
pragmaticenigmanewguy:  did you install any network monitoring applications? or infosec tools?16:14
=== mpmc_znc is now known as mpmc
chingusinstalled tvheadend, its running in a snap, any way to run, without being in a snap?16:23
pragmaticenigmachingus: unless it's available in the Ubuntu Software center with an option for regular install, the answer would be no16:24

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