/srv/irclogs.ubuntu.com/2017/09/17/#ubuntu.txt

bray90820Well the problem is it's a looping video and I can't exit the app because of the lack of player controls00:03
bray90820So I wanted to bypass it at boot00:03
bray90820I don't really have a desktop available to me00:03
StumblerNew to ubuntu-- When I create a desktop entry, I run a command that lunches a terminal. I gave it a nice icon, and a solid name right. but the launcher disappears after the terminal application runs, and I'm left with a plain jane terminal instance in my task bar. *sobs*00:04
TJ-bray90820: a looping video at boot-time, run by the system without a user logged in?00:05
bray90820Autologin00:05
TJ-bray90820: ok so it's not a system service it's a user session autostart scripted?00:06
TJ-bray90820: I'd boot into recovery mode, disable it00:06
TJ-bray90820: or you could tell systemd not to start the GUI, with "systemd.target=multiuser.target" I think it is00:07
bray90820TJ-: so recovery mode will temporarily disable the script?00:07
TJ-bray90820: recovery mode doesn't start a GUI, it stops at a root shell where you can do maintenance00:09
bray90820TJ-: Thanks00:09
TJ-bray90820: once done you can Ctrl+D to continue and then 'resume' the start-up00:09
bray90820That will work00:09
bray90820All i would need is a Command line anyways00:09
TJ-bray90820: correction, for setting the target on the kernel command-line (via editing at the GRUB menu stage) it'd be "systemd.unit=multi-user.target"00:13
bray90820TJ-: Thanks00:15
funda3i need help with turning off nvidia/nouveau modesetting, i can boot if i go through recovery -> resume boot, but not when I pick the normal option. Nvidia propreitary drivers work fine once gdm3 starts00:36
funda3i tried adding nomodeset and nofb to /etc/default/grub, and ran update-grub, no effect00:37
TJ-funda3: add to the kernel command-line, either via GRUB menu edit at boot-time, or in /etc/default/grub "nouveau.modeset=0" for nouveau00:39
funda3it doesn't let me enter the root volume unencrypt password if i boot the normal way, but i see the screen and the cursor is on the top left, not on the password field00:40
funda3TJ: I have that too00:41
TJ-funda3: with the nouveau driver in use?00:41
TJ-funda3: that obviously won't have an effect if nvidia drivers are in use00:41
funda3I have added nouveau to /etc/modprobe.d/blacklist.conf, i don't think i am using nouveau, but i'm not sure what is happening while booting00:43
TJ-funda3: another setting that could help is to change GRUB's own setting to force text mode at boot time by uncommenting /etc/default/grub "GRUB_TERMINAL=console"00:43
funda3trying that now00:45
funda3nope, no difference00:46
konradosHello again. I made some changes to the  /usr/share/X11/xkb/symbols/pc file - these are keyboard's key mapping. I know I can restart the entire machine to see the effect, but isn't there any other way? What should I google? Is this the so called 'x server'?00:51
funda3TJ: adding nosplash to default/grub worked00:56
=== brainwash_ is now known as brainwash
TJ-funda3: cool - that prevents 'plymouth' from going graphical01:13
funda3TJ: i'm on a ryzen 7 1700 with nvidia 1050, running 4.13.2 built with make bindeb-pkg. otherwise pretty much normal 17.04. i have a fully working system moving away from nouveau an on two nvidia proprietary an hr or two of messing around... not sure where plymouth was tripping up, it actually worked fine in 4.1001:26
TJ-funda3: you know you can get Ubuntu-built mainline kernel packages ?01:28
TJ-!mainline01:28
ubottuThe kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds01:28
TJ-funda3: I have a script that fetches and installs them, either the latest (often an RC) or a specified version01:29
funda3i saw this, but wasn't sure where to start, i see now I could've just gotten http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13.2/linux-headers-4.13.2-041302_4.13.2-041302.201709132057_all.deb and http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13.2/linux-image-4.13.2-041302-generic_4.13.2-041302.201709132057_amd64.deb also, i wanted to see how fast i could build the kernel :)01:33
=== KindTwo is now known as KindOne
TJ-funda3: 3 seconds? :D01:36
=== nixmania_ is now known as n1xNc0d3
psychoticwarriorwho is running KDE plasma01:45
bazhangpsychoticwarrior, this is not the polling channel01:46
psychoticwarriorbazhang is a bitch01:46
psychoticwarriorhe complains about everything01:46
funda3TJ: ha, around 10 mins with config copied from 4.10 and make -j3201:51
=== brainwash_ is now known as brainwash
foxjazzhey, I just burned an iso to usb and getting the gnu grub inteface for installing ubuntu server02:11
foxjazzdoes anyone have experience on installing ubuntu server from usb?02:11
TJ-foxjazz: GRUB comes up if it's an UEFI boot I seem to recall. For BIOS boots it uses iso/syslinux I seem to recall02:24
notdanielfoxjazz, is your problem that it's using grub at all, or do you mean it's dropping you into the grub console instead of booting the installer?02:25
foxjazzyes02:29
foxjazznotdaniel: that's right02:30
TJ-foxjazz: how did you write the ISO image to the USB device?02:30
foxjazzand then the install process takes to menues that look for cd roms02:30
foxjazzI used Etcher02:30
foxjazzon windows 1002:30
notdanielfoxjazz, havent used etcher much. just using dd is the best, but if you need to do this on windows, you want to use rufus02:31
TJ-foxjazz: generally the installer will stop on the boot menu if it has problems finding the installer resources02:32
TJ-notdaniel: looks like etcher is just a wrapper around a 'dd' process from what I can see02:32
notdanielit may or may not be working correctly if you arent booting02:32
TJ-notdaniel: although it's worrying they advertise it as 'burning' to  Flash !02:32
TJ-foxjazz: I've seen issues when GRUB cannot find the boot device. The system is UEFI, correct?02:33
notdaniellets not forget the layers of javascript in between the interface and what might be dd02:33
TJ-Probably loads of elves painting the bits in :)02:33
notdanielthe ubuntu isos are hybrid images and you should not have to think about which mode it's booting in unless the iso was not written properly02:34
foxjazzok, I will try a different utility02:35
arthur_wjhi i'm using ubuntu 17.04, how can i enable tree view in nautilus left pane? thanks!02:35
TJ-foxjazz: if the installer is starting but failing to find the 'cdrom' that means it cannot determine which boot device it was started from (the USB device)02:35
foxjazzrufus maybe02:35
notdanielrufus is the first thing to try02:35
TJ-notdaniel: it makes a big difference actually02:35
notdanielnon-dd tools often make a mess of these hybrid images02:35
foxjazzwhat tool is useful02:35
notdanieli think rufus is still the best option on windows02:35
foxjazzok rufus02:35
TJ-I thought bash and ubuntu are on Windows now? :)02:36
notdanielyeah just screw it, use windows02:36
notdaniel(though i guess you could install the linux subsystem just to use proper dd)02:36
TJ-thing is, if it had booted in BIOS mode, then the BIOS  would have loaded GRUB but if Legacy USB support was disabled the installer might not be able to identify the correct installer device02:38
foxjazzbuilding a linux server. And yes I do use windows LOL02:39
TJ-But, as I said, I recall the installer uses isolinux (unless that has changed recently) for BIOS boot mode. It uses GRUB in UEFI mode and a custom boot in ISO9660/El-Torito mode02:39
foxjazzbios legacy usb support was enabled.02:43
foxjazzstill grub even with rufus02:43
TJ-foxjazz: I think the 'server' may have some unusual characteristics. Can you share the hardware make-up of it with us?02:44
notdanielfoxjazz, this is what, 16.04 x64 iso?02:44
notdanieland again, to confirm, when you say youre still getting grub, youre referring to the console, and not that grub is actually booting anything02:45
foxjazzyes the grub menu that showws02:45
foxjazz* install ubuntu server02:45
notdanielohhh so it is loading, you just werent expecting it to be grub02:45
TJ-foxjazz: and when you choose that?02:45
notdanieli thought you were getting dropped into the grub console02:46
=== notdaniel is now known as notdaniel_
foxjazzit gives me a screen taht says02:46
foxjazzshoose language etc..02:46
foxjazzdetect and mount cdrom is a choice02:46
foxjazzLoad debconf is a choice02:47
foxjazznone of these are helpful02:47
foxjazzexecute a shell02:47
foxjazzabort02:47
TJ-foxjazz: start with the top entry02:47
foxjazztop entry does nothing but flicker02:48
TJ-foxjazz: the idea is that list is the order the installer works in. When it can't do everything automatically it allows you to manually control the process, go back, etc.02:48
TJ-foxjazz: what is the title of it (I don't have an installer here to look at)02:48
foxjazzubuntu installer main menu02:48
foxjazzis the title02:48
TJ-foxjazz: I vaguely remember the sequence but not the exact steps. What's the first step in the list02:49
foxjazzfirst is select language02:49
TJ-foxjazz: you've done that ?02:49
foxjazzwhen I click it, it flickers and does nothing02:49
TJ-there's a mouse interface is there? I don't recall it being other than keyboard :)02:50
foxjazzyes not useing mouse02:50
TJ-foxjazz: it sounds rather like the image on the USB may be corrupted02:50
foxjazzarrow kees work02:50
TJ-foxjazz: Did you check the hash of the downloaded ISO file against that published on the download pages?02:51
notdanielflickering is still a rather bizarre symptom02:51
TJ-notdaniel: failure to run a sub-process, redraw menu02:52
notdanielthat makes more sense02:52
TJ-foxjazz: which release of ubuntu is it? 16.04? which architecture, amd64 bit?02:52
foxjazztrying 17...02:52
notdanielchecksum the iso, make sure the usb stick doesnt suck, etc02:52
TJ-notdaniel: I've suffered that in the distant past installing to Dell poweredge servers with hardware raid controllers where the installer CD-ROM device couldn't be found02:53
TJ-foxjazz: 17.04 ?02:53
foxjazzyes02:53
notdaniel16.04 isnt the problem02:53
foxjazzlatest02:53
notdanielthe problem is the iso download or the stick or the write method02:53
notdanielthis isnt an inherent problem in 16.0402:53
TJ-foxjazz: OK, so now we know that we can locate the hash of the ISO image02:53
foxjazzlok, I tried 1604 also same issue02:53
notdanieljust for grins i'm downloading 16.04 and will see how it behaves after a rufus write02:53
foxjazzbut got further in 1602:54
foxjazzbut still stuck on this screen02:54
notdanielgot further02:54
foxjazzit allowed me to select a keyboard02:54
notdanieldo you have another usb stick you coul dtry02:54
foxjazzsure02:54
foxjazz16 or 17 should I try?02:54
notdanielwhichever one you want to use02:54
notdanielboth should, you know, boot02:54
TJ-sounds like unknown hardware issue to me. Are you using a USB3 port and/or flash device?02:55
TJ-this kind of thing can happen on some hardware if the port is USB3 but the device is USB2, for example02:55
notdanielreally?02:55
TJ-something as simple as using an alternative port can solve it02:55
notdanielthat one is news to me02:55
foxjazzI will try a different port and a new stick02:56
TJ-yeah, in theory the port should feed the device to the USB3 or USB2 controller based on the connected device. sometimes it gets that wrong.02:56
notdanieli know this is stupid but really after years this is the kind of shit that works02:56
TJ-the controllers share the ports02:56
TJ-I've had issues where front-panel USB2 ports fail for installers but work for any other device once the OS is installed. Sometimes it's not worth the headaches to figure out why when  you can just plug into another port02:57
notdanielnow that you mention it, i recall this being a thing with our hp z workstations a few years ago02:58
notdanieli think i had to use a rear port to boot ubuntu properly02:58
notdanielor at least thta it wasnt consistent across identical machines02:59
TJ-yeah... I've always thought there was some randomness on some hardware over which USB controller took the port... the worst was when a v1.1 controller took over the port for a USB2 device ... talk about SLOW!03:00
notdanieli'm convinced it's all still voodoo. the number of years that have gone by and how much of my life has still been me shrugging and trying other ports/disks/isos/software03:01
notdanielthe model of sandisk usb stick that for wahtever reason just never ever booted an ubuntu image properly03:01
jdnfyou get what you pay for03:02
notdanielit wasnt a bad one in theory, it was fine for everything else, the problem was never solved03:02
notdanielonly way we even narrowed it to that was because i had bought a pack of like 12 of them03:02
TJ-notdaniel: just like me last night (lost a night's sleep). I have 2 0U power CDUs for my racks, linked together for 32 outlets. The master magically lost 8 outlets so I pulled it onto the bench to figure out what had failed, only to have it magically rediscover the outlets when I connected via a serial console rather than it's normal ethernet/web server!03:02
arunangshuhow to delete windows partion from my system03:03
notdanielghosts i tell you03:03
notdanielarunangshu, you can use gparted. make sure you dont delete something you need03:04
TJ-notdaniel: Gremlins!03:04
foxjazzlol it did nothing good.03:04
foxjazzgona disk part it...  try again03:05
notdanielif only netboot could evolve a couple decades overnight03:06
foxjazzsame problem... :(03:20
foxjazz2 different sticks behave the same ways03:20
TJ-foxjazz: it's something with that hardware, I'm sure of it03:22
foxjazzI may get a cd rom drive03:23
notdanielthat probably will not help03:24
TJ-foxjazz: have you checked the hash of the ISO image ?03:26
foxjazzdon't know how to check hash03:29
foxjazzdownloaded 2 different iso from the site 16 and 17 tried both on the usb with similar results.03:30
TJ-foxjazz: does this help? https://help.ubuntu.com/community/HowToMD5SUM#MD5SUM_on_Windows03:30
notdanielcan you use another machine just to determine if it gets further along in the boot process?03:31
TJ-foxjazz: the other thing you need do is tell us the exact file name and where the ISO was downloaded from so we can point you to the correct hash value to expect03:32
foxjazz4672ce371fb3c1170a9e71bc4b2810b903:32
foxjazzhttps://www.ubuntu.com/download/server03:33
TJ-Wonderful! they don't provide the sums for the image or tell you where to find them!03:35
TJ-amateurs03:35
foxjazzok where should I download it from ?03:36
TJ-it's OK it is correct: 4672ce371fb3c1170a9e71bc4b2810b9 *ubuntu-17.04-server-amd64.iso03:36
TJ-found in http://releases.ubuntu.com/zesty/MD5SUMS03:36
TJ-foxjazz: so, I go back to what I said earlier - hardware issue03:37
foxjazzso I should burn it to dvd03:37
notdanielof what sort?03:37
foxjazzor a cd....03:38
foxjazzwish I could boot over lan03:39
TJ-notdaniel: foxjazz hardware issue in that the USB boot device isn't appearing where the installer expects it, so it cannot run some of the programs it expects to because they're somewhere else. The ISO contains a squashfs image which it probably can't find03:41
foxjazzcomputer is fine. have a bios version F203:41
foxjazzamerican mega blah03:41
TJ-foxjazz: whats the make/model of the PC, or the motherboard?03:42
foxjazzgigabyte amd03:42
TJ-foxjazz: exact model # would help, need to look it up03:42
kk4ewthow are you putting the iso on the usb03:42
foxjazz990fxa-ud3 r503:43
TJ-kk4ewt: from windows, foxjazz used both rufus and etcher03:43
TJ-foxjazz: give me a mo03:43
TJ-foxjazz: I think I have one of those motherboards in a box03:43
foxjazzdate is 04/01/201503:43
TJ-foxjazz: oh, no, this is a 970 not the 99003:44
foxjazzusing forced FDD and IOMMU is enabled, if I disable IOMMU it all breaks to hell03:46
TJ-which I'd rather expect :)03:51
TJ-foxjazz: I'm reading some info that adding "iommu=soft" to the kernel command-line at the GRUB boot menu might solve it03:52
TJ-foxjazz: the recommendation is to first doa BIOS config default settings reset, re-enable IOMMU if it was disabled in that last step, then boot, "E"dit the GRUB menu entry, navigate to the line beginning "linux ..." and add " iommu-soft" then press Ctrl+X to boot linux with that option03:54
TJ-sorry, "iommu=soft"03:55
foxjazzok03:55
TJ-foxjazz: that should allow the installer to work because the IOMMU won't be blocking access to the hardware. After a reboot into the installed system it *should* all work OK03:56
TJ-also, if these settings exist: Ensure IOMMU is enabled, XHCI handoff is enabled, EHCI handoff is disabled, USB Legacy support is enabled03:57
TJ-foxjazz: I'm also reading that it might need a permanent addtion to the kernel command line (by editing /etc/default/grub) to have "amd_iommu=on iommu=pt" instead of "iommu=soft"03:58
malkaunsany suggestions on a cheap ATI gfx card that supports 4k (@ at least 30hz), for 4k video playback only (no games)?  prefer ATI over nvidia for the on-chip h265 decoding03:59
foxjazzin ash shell, I don't see anything under the default folder04:00
TJ-foxjazz: is that from the root shell of the installer?04:01
foxjazzI have the usb on the windows drive. is there a place I can edit it there?04:03
TJ-foxjazz: no, these changes are to be done to the installed system04:04
TJ-foxjazz: but, when you boot from the USB and are at the grub menu, you need to add the kernel command-line option there. To do that highlight the "Install ubuntu server" line, press 'E' to edit it, navigate down to the line beginning "linux ... " and add to the end "iommu=soft" then press Ctrl+x to boot with that change. That should help.04:05
TJ-foxjazz: it's gone 5am here so I may have to disappear, can't keep my eyes open much longer.04:07
foxjazzso that line said some cd stuff which I removed. and all ended up in the same bad place04:10
foxjazzgn04:10
TJ-foxjazz: the other stuff needs to remain! only add, don't take away04:10
foxjazztx for all the info04:10
foxjazzwill try... again04:10
TJ-remember the image is designed for a cdrom so there will be references to a cdrom directory in the system's boot instructions04:11
foxjazzbetter results04:12
foxjazzpurple screen04:12
foxjazzdoing stuff04:13
TJ-foxjazz: you're on the way now :)04:13
notdaniellet us now reflect for a moment on how such a problem should never take this long04:14
notdanieli'm done, give me the blue pill, send me to apple's walled garden where nothing breaks04:15
TJ-hardware :p04:15
notdaniel(this is what goes through my head whenever _i_ have one of those nights where something that shouldve taken fifteen minutes took seven hours)04:15
* TJ- knows the feeling well04:15
TJ-but I rejoice that we can get deep and dirty without walls to stop us04:16
TJ-if this were Windows - or OSX/MACOS/whatever - we'd be stuck04:16
notdanielsimple04:16
notdanielyou throw the machine out04:16
Ben64now let's fix this one :P https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/171363804:16
ubottuLaunchpad bug 1713638 in bcmwl (Ubuntu) "bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.1: bcmwl kernel module failed to build [error: ‘struct net_device’ has no member named ‘last_rx’]" [Undecided,Confirmed]04:16
notdanielyou buy a new one04:16
notdanieldone04:16
foxjazzthanks, this may atake a few04:16
notdanielthe road towards broadcom working seamlessly under linux is merely an asymptotic one04:17
Ben64see but this isn't a broadcom issue04:18
notdanielwell, the other 96% of the times i blame broadcom without looking at the actual issue were correct04:19
notdanielthe odds are always with you on that one04:19
Ben64very true04:19
notdanielright up there with nvidia drivers04:20
Ben64nvidia works well04:20
TJ-Ben64: it is a broadcom issue - as in, if they mainlined the driver then it would have been adjusted when the change was made04:20
Ben64TJ-: well, yes. but this problem seems to be because of the mismatch between the broadcom package in 16.04 and the newer kernel, i bet it works fine on zesty and artful04:21
TJ-Always an issue with out-of-tree modules. Internal structures change quite frequently04:24
Ben64seems like something that should be fixed before the newer kernel rolls from -edge to the normal hwe04:24
TJ-I guess because it's in restricted it's overlooked04:30
TJ-Ben64: looks like a pretty simple fix04:35
azakihas canonical announced what the upgrade plan looks like right now for 17.10 ? i mean i assume that both people on ubuntu-gnome and ubuntu-unity are going to both just be upgraded to the same gnome-based ubuntu desktop04:37
azakibut i'm wondering if there will be any weirdness as a result of the past differences between unity and gnome flavors04:37
Ben64TJ-: oh?04:38
demophobiaWhy do I not see any message when I try writing to the 'wall' with the shutdown command?04:39
jdnfi tried the new gnome shell and it seems canonical went extra mile to make it unusable04:46
jdnfon fedora, it is sleek and sexy04:46
lotuspsychjeazaki: #ubuntu+1 for 17.10 questions :p04:48
demophobiajdnf, are you wanting to use ubuntu rather than fedora?04:48
jdnfi'm using it, yes04:48
jdnfwith unity04:48
=== rkta_ is now known as rkta
TJ-Ben64: just comment out the line referring to it, it's not needed04:50
TJ-Ben64: this commit explains why http://kernel.ubuntu.com/git/ubuntu/ubuntu-artful.git/commit/include/linux/netdevice.h?id=4a7c972644c1151f6dd34ff4b5f7eacb239e22ee04:57
jdnf!jaunty05:05
ubottuUbuntu 9.04 (Jaunty Jackalope) was the tenth release of Ubuntu. End Of Life: October 23, 2010. See !eol and !upgrade for more details.05:05
dcypherHelp... just installed Docky, is the best I can do to 'hide' the Launcher is to auto-hide it?? Launcher pops back out even when I drag a file to trash it..05:26
demophobiadoes ubuntu have images to accompany the keyboard inputs listed? i don't recognize these layouts, e.g. "norman"05:53
demophobiai don't see a standard 'qwerty' one05:53
Ben64might be US05:56
malkaunsany suggestions on a cheap ATI gfx card that supports 4k (@ at least 30hz), for 4k video playback only (no games)?  prefer ATI over nvidia for the on-chip h265 decoding05:59
Ben64malkauns: nvidia does hevc hardware acceleration06:01
malkaunsnot for linux06:01
malkaunsBen64, unless u know something that i dont06:02
Ben64pretty sure it does06:02
malkaunsBen64, google thinks otherwise unfortunately06:03
Ben64source?06:03
malkaunsBen64: https://askubuntu.com/questions/834997/how-to-enable-hardware-acceleration06:05
malkaunsBen64, you're partly right but it only supports main profile06:05
Ben64malkauns: that information is outdated though06:08
malkaunsBen64: i'm running nvidia driver 375.82 and cannot get hardware decoding to work06:09
Ben64what card06:09
malkaunsGT 71006:10
Ben64gt710 doesn't have support for hardware accel of h265/hevc06:11
malkaunshmmm06:12
Ben64there's a list here https://en.wikipedia.org/wiki/Nvidia_PureVideo06:12
malkaunshttps://forums.geforce.com/default/topic/981372/geforce-basics/which-gpus-support-hevc-a-k-a-h-265-/06:13
malkauns^ maybe that's wrong06:13
Ben64"GTX"06:13
malkaunsah :)06:13
Ben64and if you scroll further down, it shows gt 710 as being feature set d, which doesn't include hevc06:14
malkaunsi c06:15
malkaunsthx06:15
arthur_wjhi, does ubuntu 17.04 run a secret firewall that blocks external (ie outside LAN) access to Apache web server?07:36
arthur_wjcheck my configs many times07:37
ikoniano07:39
ikoniathink about what you just asked, do you not think it would have been flagged on release day that 100,000 couldn't access any external site running apache07:40
ikoniawouldn't be much of a secret would it07:40
ikoniawhy dont you just state the problem you are having specfically07:40
arthur_wjikonia, thanks for the response. my web server can't be accessed from outside. i configured port forwarding; even enabled DMZ. This worked on Debian but after I moved to Ubuntu 17.04 the same config doesn't work07:46
ikoniaarthur_wj: ok, so you have ufw running or any other firewall interaction (eg: iptables on it's own)07:46
Ben641. check that it's listening on the right interface(s) and port(s); 2. check that you can access it from another machine on the same network; 3. check port(s) from internet to see if they're open07:48
ikoniamake sure DNS is pointing at the right host (if you're using name resolution)07:49
arthur_wjthanks Ben64. My ISP blocks the 80 port so my server listens on both 80 and 88, and both can be accessed from other machines in the LAN. The 88 port is open (checked with canyouseeme.org07:53
Ben64then it works07:54
arthur_wjikonia: I'm using a DDNS service and it's pointing to the correct IP07:54
ikoniaarthur_wj: what is the DNS name of the host you're trying to connect to07:55
arthur_wjnot sure how to understand ur question?07:56
ikonia"what is the URL of your webserver on the outside world"07:56
arthur_wjarthur0421.oicp.net07:57
Ben64arthur_wj: well your server can be accessed from the internet, everything works.07:57
ikoniaarthur_wj: is 174.128.255.236 the correct IP07:57
ikoniaarthur_wj: you're running nginx not apache07:57
ikoniaare you sure this is your host ?07:58
arthur_wjit can? when i visit my webserver i just see an error page from the DDNS provider :(07:59
ikoniaarthur_wj: a.) is the IP I posted correct b.) you're not running apache - are you sure this is your host07:59
arthur_wjikonia: i am using apache, for sure07:59
ikoniaarthur_wj: that host is NOT running apache07:59
ikoniaso I think your DNS is probably wrong08:00
arthur_wjwhat does that mean, DNS is probably wrong?08:01
Ben64the ip that name points to is not your ip08:01
ikoniaI suspect you should not be trying to run a web server if you're not sure of the basic of how DNS works08:01
arthur_wjthat IP is correct (the external WAN IP)08:03
Ben64no it isn't08:03
arthur_wjOMG ur right08:08
arthur_wjthanks Ben64 and ikonia08:10
=== r0Oter is now known as r00ter
FManTropyxhey08:53
FManTropyxit has been a while since I have ran updates on my Ubuntu and it already wants to be rebooted08:53
FManTropyxthe best course of action is probably to reboot it first, then update the package lists and run dist-upgrade (and finally reboot again if necessary)08:54
cfhowlett!oubg09:05
cfhowlett!ping09:05
ubottupong!09:05
leotreasureHello, I was wondering if anyone can help me get ubuntu working correctly09:17
leotreasureI can't get a lot of programs installed thru Ubuntu software to open09:18
FManTropyxOUBG09:18
leotreasurewhen i open on terminal i get: "snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks"09:19
ikonialarsfronius: thats interesting, where are the snaps coming from ?09:21
ikoniaubuntu official sources ?09:21
leotreasurei think so09:21
ikoniabe worth checking09:21
leotreasureok thanks09:22
leotreasurei just removed other gfx drivers sources that were there then: sudo apt update && sudo apt upgrade09:25
leotreasureremoved the software then reinstalled it through software center but still getting the same issue09:25
ikonialeotreasure: I'd raise a bug against those snaps then (personally)09:26
ikoniaas it sounds like the permissions elevation config is wrong for them09:26
leotreasureikonia, ok thanks09:26
demophobiahow do i check whether i'm using gnome?09:29
ikoniademophobia: did you install it ?09:29
demophobiayes, i think echo $DESKTOP_SESSION may work09:29
ikoniaI'm not sure $DESKTOP_SESSION is a valid variable, but if it is, thats useful to know09:29
demophobianope. got that from https://superuser.com/questions/96151/how-do-i-check-whether-i-am-using-kde-or-gnome but it just says "Lubuntu"09:29
ikoniaughh,09:30
demophobia(it is, but doesn't answer the question as advertised)09:30
ikoniawhy are you installing gnome on lubuntu09:30
ikoniadidn't you install lubuntu because you wanted to use LXDE ?09:30
demophobiaikonia, okay, so lxde and gnome are indeed categories? i thought "lxde uses gnome" was a valid statement.09:33
demophobiai thought lxde was the lubuntu desktop and gnome was the display system.09:33
ikoniano09:33
ikoniathey are different desktop environments09:33
ikoniawith respect, I'd suggest you look into what you are doing (ask if you're not sure) before doing it09:33
ikoniademophobia: what is it you're actually trying to achieve ?09:34
demophobiaikonia, thanks. that was just for conversation (good to know) -- my actual problem: i'm using dvorak primarily and Mozc for Japanese typing, but I want Mozc's typing to use qwerty layout, not Dvorak. I don't know how to change this.09:34
demophobia("for conversation": someone was speaking as if i was using KDE and i thought i was using gnome)09:35
ikoniademophobia: so how does that relate to gnome ?09:35
ikoniamaybe I'm missing the context here ?09:35
demophobiaikonia, just that someone said "you should be able to set -- short answer is it doesn't, never mind about that ...09:35
demophobiait was just a different conversation09:35
demophobiaa side topic09:35
ikoniademophobia: so is the real question "I'm using lubuntu and want to change my keymap" ?09:36
demophobiaikonia, no, real question: How do I get Mozc to use qwerty instead of dvorak when i switch to it from dvorak?09:37
ikoniaso you want one app to use a different keymap than the rest of the whole OS ?09:37
demophobiai tried adding a third keyboard, qwerty, thinking i could switch dvorak > qwerty > Mozc and Mozc would use qwerty, but instead it appears to be a "choose two" situation where ctrl+space doesn't recognize that 3 options are configured09:38
demophobiaseems Fcitx is glitchy09:38
demophobiasince i install 3 keyboard configurations and it only recognizes two when ...09:38
ikoniaso you want one app to use a different keymap than the rest of the whole OS ?09:39
demophobiai don't understand your question. if Mozc is an app, then, yes.09:39
demophobiait's what windows10 does, pushing the japanese IME into qwerty09:39
demophobiaso muscle memory09:39
elektrinishello09:40
bazhangdemophobia, why not go for ibus-mozc09:40
demophobiabazhang, 'cause I don't know how and fcitx was the first thing i got working09:40
bazhangdemophobia, it's extremely simple09:40
elektrinisneed some help overclocking nvidia card... It will not overclock if IGD is selected in BIOS - just does not care what coolbits are set.09:40
ikoniaelektrinis: doesn't sounds like an ubuntu problem09:41
elektrinisnow, is there a linux-based nvidia channel?09:41
ikoniano idea09:42
ikoniadoesn't really sound like a "linux" problem, but I don't know09:42
bazhangelektrinis, try  ##hardware09:42
elektrinisthanks.09:42
bazhangnp09:42
elektrinisI'll sit around here as well, if you don't mind. maybe someone will know.09:42
ikoniaelektrinis: it's offtopic for this channel, so please don't ask in this channel *you're of course welcome to stay*09:43
bazhangwhich ubuntu software did you plan to use for that elektrinis09:43
elektrinistried 16.04, now on 1709:43
elektrinissame results09:43
bazhangelektrinis, I mean which software to overclock09:44
elektrinisdefault 384 driver09:44
bazhangelektrinis, IN NVidia settings?09:44
elektrinisyes. both terminal and gui09:45
bazhangelektrinis, does nvidia-settings have an option to overclock09:45
elektrinisyes and no. if EPG is selected in bios, after I set correct coolbits value, I can overclock the card both via terminal and GUI.09:46
bazhangelektrinis, the gui of what exact software package09:46
elektrinisif IGD is selected in bios, it does not care what coolbits are set, OC option does not appear in GUI09:46
FManTropyxis it okay, if I install programs from the Internet?09:47
bazhangFManTropyx, are they not in the ubuntu repos?09:47
elektrinisbazhang nvidia settings gui from the v384 driver.09:47
FManTropyxit seems that there are newer versions for many applications than exist there, eg. clang and Qt09:51
bazhangFManTropyx, that is certainly true, what exactly do you need for these very newest versions09:52
FManTropyxnot really, would just like to have the latest, if possible - sometimes I ran into issues running old software :)09:53
ikoniaFManTropyx: you need to change your approach then09:54
ikoniaFManTropyx: blindly chasing version numbers is very bad09:54
FManTropyxI was actually just about to change my approach to that :) having typically refused to update programs because updating always breaks something :D09:55
bazhangFManTropyx, how is that possible, always09:56
bazhangFManTropyx, what version of ubuntu is this09:57
=== KindTwo is now known as KindOne
adri4n09k10:37
=== kostkon_ is now known as kostkon
FManTropyxwell, I was speaking generally11:05
RalphBahi all11:20
RalphBaI'm actually trying to install ubuntu 17.10 daily on an already encrypted usb drive. there is a huge btrfs and I tried to convince ubuntu installer to install on that btrfs without reformatting(took care there is no @ snapshot on it).11:21
RalphBawell, I could configure installer, but it hangs at detecting filesystems11:21
tomreyn!ubuntu+111:22
ubottuArtful Aardvark is the codename for Ubuntu 17.10 - Support only in #ubuntu+111:22
RalphBais there a way to even avoid partitioning configuration and directly mount /mnt for installation?11:22
tomreynRalphBa: see the message ubottu posted11:22
RalphBaah11:23
RalphBaok, thanks11:23
demophobiaIs it correct to say that terminal/command prompt is the fundamental way to interact with the computer, and GUI -- which most use -- is built on top of it? i.e. you can always do more in terminal than by clicking?11:38
ikoniademophobia: no11:39
demophobia:(11:39
demophobiadifferent question: is it more efficient to minimize use of the terminal, or to maximize its use?11:40
ikoniademophobia: personal choice11:40
ikoniano black or white response11:40
demophobiai'm wondering if there's a 'learning curve' or if it's less efficient11:40
skinuxI need to know which log file to check for hard disk I/O errors? Software keeps crashing here and there, I want to make sure if hard disk is failing.11:42
ikoniaskinux: syslog11:43
ikoniathere are also tools11:43
=== SimonNL is now known as SimonNL_Afk
BluesKajHowdy folks11:47
skinuxikonia: syslog isn't a command, I'm looking for commands or tools that will allow me to see any hard disk io errors11:57
ikoniaskinux: you asked for which FILE to check11:58
ikoniaskinux: syslog is the file11:58
skinuxOh.11:59
skinuxWell, if I could get past the AppArmor entries, I might be able to see something12:00
ikoniafileter it12:01
ikoniafilter12:01
skinuxHow?12:01
ikoniagrep12:01
skinuxI used grep to check for "io"12:01
skinuxI don't know how to use grep to filter things out12:01
ikoniaman grep12:01
ikoniagrep -v12:01
ikoniaif you know you can use grep, you know you can use man grep to see the options12:01
brainwashwhy are there so many apparmor entries?12:02
ikoniathat is a different but important question12:02
skinuxUmm, because apparmor does a lot?12:02
ikoniait does nothing12:03
brainwashmaybe it's best if you share your log12:03
skinuxHere's output from smartctl https://gist.github.com/skinuxgeek/292bf2204b35c179f3bdda6eb6e08dc512:05
leotreasureHello, I've changed my kernel to 4.11.0-kfd-compute-rocm-rel-1.6-14812:08
leotreasureis there any way to go back to the standard one?12:08
ikoniachange the grub entry or remove the other kernel12:08
leotreasureI've changed the grub entry to 012:09
leotreasurebut it still persits12:09
ikoniahow did you change the grub entry12:09
ikoniais the old kernel in the grub list still ?12:09
ikoniaI suspect this is stuff you should have known before installing 3rd party kernel packages12:09
leotreasurechanged GRUB_DEFAULT in /etc/default/grub12:10
ikonialeotreasure: did you rebuild the grub config after changing it ?12:10
leotreasurei did sudo update-grub\12:10
ikoniaso look at the grub.cfg and see what that looks like in relation to your kernel list12:10
ikoniamanually check the grub menu when it boots12:11
leotreasurewhere can i find my kernel list?12:13
ikoniain the grub.cfg - and visually in the grub menu when you boot12:13
ioriadpkg -l|grep linux-image-[0-9]|grep ^ii|12:13
iorialeotreasure, sy, dpkg -l|grep linux-image-[0-9]|grep ^ii12:14
leotreasurethanks!12:14
iorialeotreasure, did you use the rocm repo ?12:15
leotreasureioria: yes12:15
iorialeotreasure, bad12:15
leotreasurebut i've unchecked it in the sources now12:15
iorialeotreasure, oky12:16
leotreasureand apt uninstalled rocm and rocm-dev12:16
=== KindTwo is now known as KindOne
leotreasurethere's 17 results for 'rocm' in the /boot/grub/grub.cfg fuke12:16
leotreasurefile*12:17
iorialeotreasure, can't you boot another kernel from grub screen ?12:18
leotreasurei don't think the shift shortcut works to bring up grub12:19
iorialeotreasure, are you dual boot ?12:19
leotreasureno12:20
iorialeotreasure, ok, comment GRUB_HIDDEN_TIMEOUT=0  with a '#' in /etc/default/grub   and run sudo update-grub12:21
leotreasurethanks!12:22
iorialeotreasure, reboot -> Advanced Options12:22
leotreasureit says it found both kernels12:22
leotreasurewhere's advanced options?12:23
iorialeotreasure, in the Grub screen (you need to reboot the machine)12:23
demophobiaany idea why this video player is going to an interminable loading graphic? http://southpark.cc.com/full-episodes/s02e05-conjoined-fetus-lady#source=6154fc40-b7a3-4387-94cc-fc42fc47376e:25eeb97e-ed8e-11e0-aca6-0026b9414f30&position=5&sort=!airdate12:24
leotreasureioria: ok thanks brb12:24
demophobiait's season 2 ep 5 -- i wonder if it's a plugin problem12:24
iorialeotreasure, ok12:24
skinuxIs there a graphical tool that'll show me hard disk I/O errors????12:27
ikoniaskinux: just use the disk tools,12:28
ikoniaskinux: the output is really black and white12:29
ikoniaas is the syslog warnings12:29
ioriaskinux, gnome-disks has a smart option iirc12:29
leotreasureioria: thanks I booted to the regular kernel!12:30
ikoniaioria: is that any good, as it never used to give good output that you could trust12:30
iorialeotreasure, good, weel done12:30
ioriaikonia, really ?12:30
leotreasureioria: how can i make it automatically go for this one?12:30
ikoniaioria: I certainly used to get a lot of false positive12:31
ioriaikonia, ok12:31
iorialeotreasure, in /etc/default/grub change GRUB_DEFAULT=0    to GRUB_DEFAULT="1>2"   (if your default kernel  is the 3° item) or you can remove that rocm kernel12:32
leotreasurethanks a lot ioria12:33
iorialeotreasure, you're welcm12:33
iorialeotreasure,  after the change, run sudo update-grub12:35
leotreasure_ioria: hmm didn't work :(12:36
iorialeotreasure,  uname -r12:36
leotreasure_4.11.0-kfd-compute-rocm-rel-1.6-14812:37
leotreasure_what do the 1>2 mean?12:37
leotreasure_at grub, i did press enter, maybe i should have waited12:38
leotreasure_i'll try again brb12:38
iorialeotreasure, 1 = Advanced ; 0=4.11.0-kfd 1=recovery mode for 4.11.0-kfd- (that probably does not exist) and 2=default ubuntu kernel .... so change to "1>1"12:38
leotreasurethanks ioria i got it in the end - needed to do 312:43
iorialeotreasure,  ok12:43
=== KindTwo is now known as KindOne
konradosHello! I think I want to restart my 'X server'. That is, I changed some stuff... anyway, I can see a lot of advices, like here: https://enricator.wordpress.com/2012/01/16/howto-ubuntu-restart-x-without-rebooting/ but most of them are quite old. I have Ubuntu Xenial + KDE. I seemingly use lightdm, should I $ sudo systemctl restart lightdm.service12:52
EriC^^konrados: yes12:54
konradosEriC^^, cool, thanks!12:54
EriC^^np12:54
dedzeHello is it normal that Software Updater can install security update (I have Ubuntu 16.4) without asking for my password?12:54
brainwashdedze: I assume it's done via the unattended-upgrades package12:56
dedzebrainwash: What does it mean?12:57
brainwash"automatic installation of security upgrades"12:57
venzendedze: yes, it runs with special privileges, so when you click "Install" it doesn't ask for a password12:57
dedzeOuch I just got a warning12:57
dedzeThe volume "boot" has only 17.9 disk space remaining12:57
venzen17.9 MB ?12:58
brainwashrun "sudo apt-get autoremove" to remove old kernel data12:58
dedzeYes12:58
venzendedze: you'll have to unsinstall some of the older kernels via Synaptic or another package utility12:59
venzenor... as brainwash says :)12:59
dedzeAlso I clicked examine12:59
dedzeIt opened Disk Usage Analyzer12:59
dedzeAnd it says; 'Could not scan some of the folders contained in "/boot"'13:00
dedzeError opening directory '/boot/lost+found': Permission denied13:00
dedzeAnd it shows boot as 405.9 MB but my disk should be 50013:00
dedzeOr maybe 500GB13:01
venzendedze: if you open a atermina what does the following command say for /boot and / (root)?: def -h13:02
venzen*a terminal13:02
venzensorry, again: df -h13:02
dedzevenzen: https://paste.ubuntu.com/25556693/13:04
venzendedze: your system's disk usage seems normal13:05
venzendedze: i would run: sudo apt-get autoremove13:05
venzenget rid of those old kernel images in /boot, if your current kernel is fine13:06
dedzeBTW venzen, shouldn't everything add up to 500GB?13:06
venzendedze: it won't add up to the total you assigned because of the filesystem journal taking up extra space13:06
venzendedze: also, if its an SSD then it will reserve abt 10% space for its own contigency requirements13:07
gunixwhat was that setting within gnome to stop full screen apps (like games) from minimizing when alt tabbing?13:07
venzendedze: so whatever you assign during partitioning, the OS will always report less during actual use13:08
dedzevenzen: oki, I ask because I've read of some hackers installing secret partitions on people computers13:08
venzendedze: if there was a secret partition then "df -h" will report it13:08
ikonianot if it's not mounted13:08
venzenikonia: true13:10
dedzeOh oki venzen13:10
dedzevenzen: and so the updates were done and installed 100% without needing my password, can you confirm that it's normal? Usually it asks my password I'm pretty sure13:10
ikoniadedze: when you authenticate software manager, it will retain authentication for a set ammount of time before prompting you again for password13:11
konradosEriC^^, I'm scared of restarting X after reading these comments: https://askubuntu.com/questions/1220/how-to-restart-x-window-server-from-command-line#comment1518185_1222 - "Running "sudo systemctl restart lightdm.service" seems to have broken xorg or lightdm or something for me. Now when I restart my laptop I just get a black screen" and then "the solution seemed to be to restart lightdm.service again from a TTY. However, then I got stuck in a13:11
konradoslogin loop" - do have an idea why this guy got into this troubles? I'm a noob, and if I'll get into something like this, I'll be in big troubles :( Or was it just an accident and I shouldn't worry too much?13:11
venzendedze: as brainwash confirmed, security updates install without a password because they run via "unattended-upgrades"13:11
dedzevenzen: Oki oki, I was just a bit worried :p13:12
venzendedze: that part is normal :)13:12
venzendedze: if you're worried about your system install a rootkit hunter and check for hidden partitions via gparted13:13
ikoniarootkit hunters are worhtless13:14
brainwashkonrados: that command should not affect any system files. did you make any changes before running it? why did you even ask about restarting Xorg?13:14
venzenhowever, a hacker doesn't need a disk partition to do maximum damage, they can always use memory or whatever dirs they do have access to13:14
EriC^^konrados: i think something else was wrong, i've restarted a ton of times with no problems myself13:14
venzendedze: do you have a firewall on your system?13:14
dedzevenzen: I did sudo ufw enable right after installing ubuntu13:16
venzendedze: that should be ok13:16
dedzevenzen: I'm always paranoid about being hacked because it happened to me once in windows long ago13:17
konradosEriC^^, thanks, then I'll just try it, I have to be brave :)13:17
EriC^^;)13:17
konradosbrainwash, that wasn't my problem, but someone's on the askubuntu.com, that is why I was just afraid of running the command, but I'll do it now13:17
dedzevenzen: brainwash , ikonia Thanks for helping me guys, have a nice day :)13:18
venzendedze: windows is super-insecure and linux is fundamentally secure, so retain some healthy paranoia but don't lose sleep over it, with a firewall and sudo as standard you're well protected13:19
ikoniavenzen: pretty much the worst thing to say to someone13:19
dedzevenzen: Thanks :)13:19
ikoniawindows has firewall enabled by default, and has UAC enabled by default, and is only as secure as the person operating it, so please don't make it sound like windows is weak and linux is safe out of hte box13:19
venzenikonia: are you here to corrected me on every other comment?13:19
ikoniavenzen: if you stop saying things that aren't correct, I won't13:20
venzenikonia: your idea of correct and mine are different - mind your own business - you know windows is vulnerable13:21
ikoniavenzen: linux is also vunerable if the operator is unwise, and you're speaking of advice in a public channel, so it is my business13:21
venzenikonia: 1-to1 Linux is deemed multiples more secure than Windows out the box13:21
ikoniavenzen: I'm sorry, but no13:21
venzenikonia: well qualify your no13:22
ikonianot, it's not for this channel13:22
venzenikonia: we can get into opsec and individuals' awareness of best practice, but put a fresh linux box and fresh windows box on the net and we know which will be intruded first13:24
ikoniaof you go then13:24
ikoniajust not in this channel13:24
venzenyou challenge me on a statement and I say to you every OS is not equal when it comes to its security features. Surely you can acknowledge that?13:26
ikoniathere is nothing to acknowledge, it's offtopic for this channel13:27
venzeni was about to tell you about yourself, but you're doing fine showing the channel by yourself. Ubuntu security is offtopic? wadibackside...13:31
konradosIt's ALIVE!!! I mean my X. Thank you  EriC^^ & brainwash!13:31
ikoniavenzen: you're welcome to discuss ubuntu security in response to helping someone,13:31
ikoniastating "ubuntu is secure because it has sudo by default and windows is not" is just incorrect info to give people,13:32
ikoniaif you want to discuss linux v windows security, thats fine, just not in this channel,13:32
ikoniahopefully that clears it up13:32
venzenikonia: just briefly, are you a mod here, or just an imposing determinator?13:32
ikoniaI'm a channel operator13:32
venzenright, so don't lose perspective between your role as op and what falls outside your idea of good advice. I have no desire to discuss anything about windows - the person i was speaking to revealed they are unaware of the security advantages of linux over windows and i gave them a pointer, that's all13:37
ikoniavenzen: this has nothing to do with being an op,13:37
venzenbut thats when you started waving your arms and pulling rank, so i wanted to know " who are you to pull rank? "13:37
ikoniano-one is pulling rank13:38
ikoniaand no-one is waving any arms13:38
venzenbut fine, some ops wave their arms and tell people what to say and not say13:38
ikoniaif you'd like to discuss it further you're welcome to join #ubuntu-ops13:38
venzenenjoy it13:38
ikoniavenzen: so because some ops do that, you make another false statement that I am13:38
venzenno need, i've spoken to you13:38
ikoniathen please drop it, and try to think about the information you offer to people13:39
venzenyou're going to keep pressing that button aren't you? :)13:39
ikonia??13:39
mentalita:>13:39
venzenikonia: "try to think about the information you offer to people"13:41
ikoniavenzen: yes, please do13:41
venzenyou think i don't think?13:41
ikoniaeither move to #ubuntu-ops to discuss it or drop it13:41
ikoniano more please13:41
tomreynvenzen: please go to #ubuntu-offtopic if you would like to continue this chat13:41
tomreynit doesn't belong here13:41
venzeni'm addressing an op, not you tomreyn13:42
tomreyni'm not a channel op, am unaffiliated with ubuntu or canonical, but, but can read the channel topic13:42
=== ShalokShalom_ is now known as ShalokShalom
ikoniawin 2013:54
ikoniaoops13:54
=== JanC_ is now known as JanC
=== albech1 is now known as albech
skinuxHow does WP suport embedding a video in a post, the actual video -- not just a link?14:44
skinuxDamn wrong channnel14:44
afidegnumhello, pls i can't connect my 4G mobile wifi to my PC... ubuntu 16.04,  what do i need to make it run?15:07
TJ-afidegnum: you'll need to provide more specific details.15:08
TJ-afidegnum: what model is the device, how does it connect to the PC, if it is USB does it need to use usb_modeswitch to change it's USB ID and present the network interface (many devices default to emulating a CD-ROM which contains Windows OS drivers).15:09
afidegnumi have installed usb_modeswitch   and my modem connect via USB, the model is HUAWEI MobileWifi E537215:10
TJ-afidegnum: does it get mod-switched or does it remain as an emulated CD-ROM?15:10
TJ-afidegnum: show us the result of  "pastebinit <( lsusb )"15:12
afidegnumok15:15
afidegnumTJ-: here is result, http://paste.ubuntu.com/25557566/15:17
TJ-afidegnum: That suggests the device has switched into network mode. NetworkManager should see it. Can you show us "pastebinit <( nmcli device )"15:18
afidegnumhttp://paste.ubuntu.com/25557575/15:19
TJ-afidegnum: so it's there "cdc-wdm0"15:20
TJ-afidegnum: you should be able to use nmapplet (the network icon in the taskbar) to "Edit Connection..." and create a new connection for it15:21
TJ-afidegnum: you should also see an entry under "Mobile Broadband" in the network icon's menu, with that device listed, which you should be able to 'click' to enable15:25
afidegnumthis is what i have https://pasteboard.co/GKNJncG.png15:25
TJ-afidegnum: so follow through the steps in that setup wizard. select the device first then press "next"15:26
afidegnumwell, unfortunately, i don't know hte APN of my provider, the haven't written to me after i sent them a mail15:27
TJ-afidegnum: a web search should help there15:27
TJ-afidegnum: most providers are already entered into the Linux database so you might find the ISP name in the list15:28
afidegnumTJ-: it didn't work15:58
afidegnumi called the Network provider and they gave me the network settings, but no response,15:58
afidegnumis a particular package for mobilewifi that can make it work?16:00
qswzif you have a 1TB disc, 8Go RAM, how much swap would you allocate?16:01
BluesKaj12G swap16:03
qswzOk, thanks16:03
TJ-afidegnum: No, if the device is connected (and has the SIM card in correctly!) it should be available as soon as you've set the APN details16:03
afidegnumit's strange16:06
TJ-afidegnum: has the NetworkManager wizard setup the connection now, but you can't get traffic over it?16:07
afidegnumyes, that's what's happening16:08
TJ-afidegnum: so are you disabling the other network connections so the cellular modem becomes the default route?16:08
afidegnum"you are connected to the home network" if can recall   but no traffic16:08
afidegnuminitially, the mi-fi id showed up but greyed out16:09
afidegnumas there is no traffic16:09
iseneHow can I configure my laptop to blank the screen when I close the lid (not suspend or hibernate - but rather just blank it to save battery)?16:09
TJ-isene: depends on which GUI you use as to where the power settings are. Often they're accessible via a taskbar 'battery' icon16:10
SummerRainAfter installing ubuntu 17.04, i got this : gnome-session-properties crashed with SIGSEGV in __libc_start_main()16:10
iseneI'm on 13-wm (bare-bone on X, no underlying Gnome/KDE)16:11
TJ-SummerRain: fresh install or upgrade from a previous release?16:11
SummerRainfresh install16:11
SummerRain@TJ- fresh install16:11
TJ-isene: then I think that may be controlled by systemd; someone talked about the setting for that option yesterday but I forget what it is right now16:11
afidegnumTJ-: but initially, the Mifi was working16:12
TJ-SummerRain: and does this happen every time the user tries to log-in ?16:12
afidegnumi don't know what happened and suddently i m facing htis16:12
SummerRainyes it does @TJ16:12
iseneSomeoneElse : Ping16:12
TJ-afidegnum: you've not accidentall flicked the hardware radio kill switch have you? check the status with "rfkill list"16:12
TJ-SummerRain: are you familiar with working in a command-line console/shell?16:13
SummerRainyes im updating packages right now16:13
SummerRain@TJ- i ran update, now im running upgrade16:13
SummerRainOk, all done. I had to run update again...16:14
qswzis it a 32bit version?16:14
SummerRain64bit16:14
TJ-SummerRain: check out $HOME/.xsession-errors in case there are additional clues there16:15
TJ-SummerRain: also check in /var/log/auth.log and possibly /var/log/Xorg.0.log16:15
afidegnumTJ-: no output16:15
TJ-afidegnum: so the PC has no wireless devices?16:16
afidegnumTJ-: no, i connect via LAN and want to connect via USB16:17
TJ-afidegnum: if it has Wifi, or Bluetooth, both would show up in rfkill list16:17
SummerRain@TJ- what should I look into $HOME/.xsession-errors ?16:17
TJ-SummerRain: "less $HOME/.xsession-errors" to look at it; see if anything there strikes you as helpful. Maybe "pastebinit $HOME/.xsession-errors"16:18
TJ-afidegnum: I'd check out /var/log/syslog carefully to look for clues16:18
SummerRainnothing @TJ- nothing out of the normal16:18
SummerRainXorg is empty16:18
SummerRain@TJ- sorry, xLog here https://pastebin.com/zAEtxcBa16:19
TJ-SummerRain: there should be something in Xorg.log... is there some other numbered version there instead of 0? try "ls /var/log/Xorg*16:19
TJ-SummerRain: Xorg.0.log looks fine.16:20
SummerRainhttps://pastebin.com/78zyMMxt16:20
TJ-SummerRain: is there a /var/log/lightdm/lightdm.log16:20
SummerRain@TJ- i will look into it, but for now16:21
SummerRainhttps://pastebin.com/WERUpKjB16:21
SummerRain@TJ- yes there is https://pastebin.com/dv22KTJQ16:22
noccoWhat is the name of the irc channel for ubuntu 17.10?16:22
BluesKajubunut+116:22
BluesKajubuntu+1 even16:22
SummerRainI think i might be in the wrong channel16:23
SummerRaini have 17.10 I think...16:23
noccoBluesKaj: thanks!16:23
SummerRainOh its 17.0416:24
TJ-SummerRain: it's frustrating but there's no indication in those logs of any issues16:24
TJ-SummerRain:  does this problem continue after a reboot16:24
SummerRainit does16:24
afidegnumTJ-: https://ghostbin.com/paste/ah9cw16:24
afidegnumTJ-: that's the log record, i can recollect some failures at the end of the logs,16:30
TJ-afidegnum: line 4285 "<warn> [1505662875.2102] (cdc-wdm0): failed to connect modem: Only IPv4 is supported by this modem"16:32
TJ-afidegnum: check the connection config via the Connection Editor. Disable the IPv6 side of things completely. Then try it again16:33
afidegnumTJ-: no success16:47
TJ-afidegnum: do you access to another PC (Linux or windows) where you could test the device, in case there's something wrong with it, not Ubuntu?16:53
venzenTJ- afidegnum: i've had problems with these Huawei 3/4G USB devices before that lasted days... the cause is often in the device's PIN needed to activate it16:55
TJ-venzen: afidegnum I've got 2 devices and no problems with either, but don't have PINs set. afidegnum, have you checked whether the device is PIN-locked?16:56
TJ-afidegnum: both of mine present as cdc-ethernet "wired" connections though. This laptop has a cdc-wdm via an internal mini-pcie card and inbuit SIM slot, but no PIN locking I've ever seen16:57
venzenTJ- afidegnum: it might have been specific to the models in Southern Africa, so it might not be relevant here, but it was an issue for me on family's Windows machines16:58
ZweiHello, this is probably the wrong place to ask, but no one's answering in #lubuntu (plus it's a simple question). In the manpage of lxterminal it says the syntax to open multiple tabs is: -t NAME[,NAME[,NAME[...]]]16:58
ZweiI've tried lxterminal -t "t1,t2" - doesn't work16:59
ZweiI removed the "" - doesn' work16:59
Zweiwhat's the correct syntax?16:59
ZweiThank you in advance16:59
TJ-Zwei: have you considered the man-page might be out of date?17:03
venzenZwei: i answered in #lubuntu17:05
theablestmanhello17:05
Zweivenzen: thank you!17:05
TJ-Zwei: yeah, it's actually --tabs=test1,test2,test317:05
ZweiTJ-: I did not consider that, but I'll take note for the future,17:05
theablestmanhow do i download..install steamos 6417:05
theablestmanusing terminal17:05
afidegnumTJ-: i have tested the device on my laptop PC, which works17:07
TJ-afidegnum: So not a PIN then17:08
TJ-afidegnum: I can only think that there's some problem in ModemManager where it is incorrectly communicating with that particular device.17:09
TJ-afidegnum: what OS is the laptop using?17:09
afidegnumthe laptop is on Windows OS17:11
BluesKajtheablestman, you could install the steam-installer17:12
de-factoHow come using Firefox blocks the entire audio on Ubuntu systemwide? Can I somehow tell firefox to behave and use proper pulseaudio?17:12
theablestmanyes how17:12
JFox762hi17:13
theablestmanhi17:13
BluesKajsudo apt install steam-installer or look in your package manager, the app is in the repos17:13
JFox762I have a question... I want to add add another timezone time displayed on my titlebar17:13
theablestmank17:13
JFox762I also want there tho be text next to the time, in order to tell me which timezone I'm looking at17:14
JFox762For instance, BK 00:14 Phx 10:1417:14
theablestmansays17:14
theablestmanE: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)17:14
theablestmanE: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?17:15
theablestmanis it because im updating?17:15
BluesKajthe yup17:16
BluesKajtheablestman, Y17:16
theablestmanok ty17:16
theablestmank17:16
JFox762you need to be closed out of any package handling or "app store" applications17:16
JFox762If I'm not mistaken17:17
theablestmanme JFox762 ?17:17
BluesKajyou can't install packages with 2 package mangers simultaneously, theablestman17:17
theablestmanok17:17
theablestmanill try after update/restart17:17
JFox762yes ablestman?17:18
theablestmantalking to me?17:18
JFox762yes17:18
theablestmanok ty17:18
theablestman"_17:18
theablestman:)17:18
theablestmanjavafox?17:18
JFox762no17:18
JFox762haha17:18
theablestmanlol17:18
theablestmangood guess?17:19
JFox762So... does anyone how I can edit the Title bar to show two different times for different timezones?17:19
theablestman*>system settings>time and date17:19
theablestmanthe gear in upper right corner17:20
JFox762It doesnt have an option to show multiple times17:21
JFox762only if I click on the drop down menu17:21
[n0mad]i think there's a gnome extension to do what you want but not sure about on other DEs17:21
theablestmanJFox762, https://askubuntu.com/questions/563954/xubuntu-multiple-time-zones-displayed17:22
theablestmanJFox762, does that work?17:27
JFox762looks like that is made for xubuntu17:28
JFox762not ubuntu 17.0417:28
theablestmantry it17:28
JFox762It is already installed17:30
JFox762and apparently, it only shows the other timezones if I click on the clock17:30
JFox762the drop down menu shows the other timezones17:30
theablestmanits for gnome?17:30
JFox762I don't necessarily want to always have to click on that, just to view the time in another timezone17:30
JFox762I think this is still unity17:30
JFox762I wish I had installed Gnome instead :(17:30
JFox762can you install a different desktop, after you've installed Ubuntu?17:31
theablestmanhttp://www.omgubuntu.co.uk/2014/12/add-time-zones-world-clock-ubuntu17:31
theablestmanyes17:31
JFox762or would I have to do a complete reinstall?17:31
=== KindTwo is now known as KindOne
JFox762oh ok17:32
theablestmanno17:32
JFox762well according to those instructions17:32
JFox762it isn't really telling me how to do anything I haven't done already17:32
JFox762I already have the other city in there17:32
theablestmanhttps://itsfoss.com/add-multiple-timezones-ubuntu-1404/17:32
JFox762but it still will only display only one time on the titlebar at any given time17:33
JFox762I can only see the different timezone times, at the same time, if I click on the drop down menu17:33
theablestmanyou want like the xubuntu one right?17:33
JFox762I want my titlebar, to display two times concurrently17:34
JFox762without having to click on the drop down menu17:34
JFox762Those instructions don't allow me to do that17:34
theablestmanhttps://askubuntu.com/questions/523222/multiple-clocks-on-desktop17:34
theablestmanok17:34
JFox762unfortunately, screenlets is not available on ubuntu 17.0417:35
JFox762I was able to get Screenlets to work on my Chromebok C720 running GalliumOS (Linux distro for chromebooks)17:36
theablestmanJFox762, https://wiki.ubuntu.com/TimeAndDate17:36
JFox762but when I type sudo apt-get install screenlets.. it tells me "not found"17:36
JFox762specifically17:36
JFox762https://support.skype.com/en/faq/FA392/how-do-i-manage-my-conversation-history-in-skype-for-windows-desktop#417:37
JFox762oops17:37
JFox762wrong paste17:37
theablestmansudo apt-get updates17:37
JFox762https://thepasteb.in/p/AnhrAvWypxYcv17:37
theablestmanone min17:38
anankehmm, I'm not initmately familiar with ubuntu, so was wondering how can I find the latest kernel package for ubuntu 12.04.2 LTS? I'm specifically looking for version number, for that specific release (not subsequent 12.04.x). What would be a good way to find out that info?17:38
theablestmanhttps://askubuntu.com/questions/845867/how-to-install-screenlets-on-ubuntu-16-1017:38
theablestmanJFox762,17:38
theablestmanhttps://askubuntu.com/questions/845867/how-to-install-screenlets-on-ubuntu-16-1017:38
geirha12.04 is no longer supported17:39
ntdAnyone here have a Logitech Unifying dongle and care to help me by reading out its firmware? should only take a minute or so17:39
theablestmanwifi dongle?17:39
anankegeirha: indeed, but that's not the question :)17:40
TJ-ananke: look at the manifest list for the ISO17:41
anankeI'm looking at info provided at http://people.canonical.com/~kernel/info/kernel-version-map.html and https://wiki.ubuntu.com/Kernel/Support, but I'm not sure how to find an authoritative answer to 'what was the latest kernel package that was released'17:41
anankeTJ-: interesting, I would have never expected ISOs to be updated past the initial release17:42
Bashing-omananke: http://kernel.ubuntu.com/~kernel-ppa/mainline/ ??17:43
theablestmanJFox762, http://www.omgubuntu.co.uk/2014/12/add-time-zones-world-clock-ubuntu17:43
TJ-ananke: "linux-image-3.5.0-23-generic 3.5.0-23.35~precise1" from http://old-releases.ubuntu.com/releases/12.04.2/ and then http://old-releases.ubuntu.com/releases/12.04.2/ubuntu-12.04.2-desktop-amd64.manifest17:43
anankeTJ-: thanks, I was just looking at that. I'm going to dig through that file and see what the latest 3.2.0 series was available17:44
TJ-ananke: according to the manifest for 12.04.1 it's linux-image-3.2.0-29-generic 3.2.0-29.4617:46
anankeTJ-: cheers17:46
theablestmanmy linux image 123.2.1.017:46
theablestmanjk P17:47
theablestmanprobably my ip17:47
afidegnumTJ-: i restarted the system and this is the error i m facing https://ghostbin.com/paste/eprbk17:47
anankethe number of possibilities can be confusing, especially while looking at https://wiki.ubuntu.com/Kernel/Support17:47
TJ-afidegnum: I'd expect that. What happens is the system tries to automount the emulated CD-ROM device, but whilst doing that usb_modeswitch kicks in and changes the mode to CDC network so the CDROM disappears :)17:48
TJ-ananke: oh yeah!17:48
afidegnumok,17:49
afidegnumshould i uniinstall modeswitch?17:50
TJ-afidegnum: not if you want the device to be switched into modem mode!17:50
drale2kI increased the RAM on my DigitalOCean droplet on an Ubuntu Desktop server, and now after reboot i can only login as Guest in the GUI. Via ssh i can still login via root17:50
drale2kany idea what happened / how to fix it? I used to login as root via GUI17:50
afidegnumwhat's the recommended approach?17:50
anankeso what would be the latest, ever officially released, kernel 3.2.0-X for 12.04 LTS in general? I'm not sure how to find that. I know it EOL'ed in April of 2017, that's about it17:51
TJ-afidegnum: to what? the modem still not working? I'm afraid it's a case of keep on testing, digging into logs, trying to find some clue17:51
TJ-ananke: it looks like the one I mentioned since 12.04.2 seems to have the 3.5 series17:51
theablestmanbye all17:51
TJ-ananke: although I suppose there could have been bug-fix releases between those two points, in which case I'd check the Kernel repo's tags for the v3.2 series17:52
anankeTJ-: but https://wiki.ubuntu.com/Kernel/Support seems to indicate that 3.5 was available on 12.04 for only a period of 18 months17:52
TJ-ananke: here: "git tag -l | grep Ubuntu-3\.2\.0 | tail -1" ==> Ubuntu-3.2.0-31.50 but I can't confirm if that tag was shipped though I assume it was17:53
anankeTJ-: I guess I need to figure out the proper mapping between that and say output of uname: 3.2.0-41-generic (which at first sight would imply that 3.2.0-41 was newer than 3.2.0-31.50'17:55
Bashing-om!hwe | ananke17:56
ubottuananke: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack17:56
TJ-ananke: ...17:56
TJ-tag Ubuntu-3.2.0-31.5017:56
TJ-Tagger: Tim Gardner <tim.gardner@canonical.com>17:56
TJ-Date:   Fri Sep 7 09:46:06 2012 -060017:56
anankeBashing-om: thanks, I think I ran into that link earlier while doing research. I'll read in more detail17:57
TJ-ananke: It may be my sync from 12.04 repo isn't up to date (I have all the ubuntu releases in my main linux repo) so let me check first17:57
anankeTJ-: that's also what I've been doing - pouring over our mirror. I need to verify the package name though17:58
TJ-ananke: well the uname output is the kernel version, whereas for packages we tack on an incremental package release number which is where the .50 comes in17:59
TJ-ananke: ahhh yes, my ubuntu-precise hasn't been pull-ed in a loooong time, it's updating now18:01
TJ-ananke: to be 'precise' 1.2 million objects behind :)18:01
anankelinux-image-3.2.0-41-generic seems to be the latest one in dpkg --get-selections. not sure if there's a meta package perhaps for linux-image?18:01
anankeTJ-: consider it spring cleaning :)18:01
TJ-ananke: linux > linux-image > linux-image-X.Y.X-A18:02
TJ-ananke: "apt-cache policy linux-image" should help18:02
anankeI wonder if this is the latest one: ./pool/main/l/linux/linux-image-3.2.0-67-generic_3.2.0-67.101_amd64.deb18:03
anankeTJ-: ahh, that's nice, thank you18:03
TJ-ananke: actually, you may need "apt-cache policy linux-image-generic" (or linux-image-lowlatency)18:04
TJ-ananke: or possibly "apt-cache depends linux-image-generic"18:05
aibthat reminds me, is there a way to do non-interactive do-release-upgrade or at least install all the packages with questions first or last?18:05
|Night|Hey, I have an issue df -h reports a drive as haiving 7.8TB freespace after fixing a superblock I know it was 2T fresspace, all data is stil readable how to i fix this_18:08
TJ-aib: hmmm, interesting question. dpkg might prompt for changes to config files18:11
aibyeah, it's usually because I changed some default (like grub splash or timeout) or about new CA certs18:11
TJ-ananke: " * [new tag]         Ubuntu-3.2.0-125.168 -> Ubuntu-3.2.0-125.168"18:12
aibbut I hate leaving the release-upgrade overnight and waking up to a question at 15%18:12
TJ-aib: I'm about to do a d-r-u I'll check the docs first18:12
TJ-aib: "do-release-upgrade -f DistUpgradeViewNonInteractive" but it accepts the defaults18:14
aibdpkg has some settings for changing the level at which questions pop up IIRC, but I think I'd rather accept my fate; it's once every 6 months18:14
aibhmm, I should note what the default are this time :)18:15
TJ-aib: and some packages may need a dpkg-reconfigure afterwards if there's something changed from how you like it. Best thing is to first do: "sudo -i" then "cd /etc; git init; git add .; git commit -m 'Before upgrade'; exit" then go ahead -anything changes "git diff" will show you and allow you to figure out what is beset18:15
aibhmm yeah, I should really make a habit of backing up /etc18:16
aibAnd maybe even maintain my changes as a set of patches, undoing and applying them before and after upgrades18:17
TJ-aib: I have iwatch monitoring /etc and calling "git add .; git commit -m ..." whenever there's amodification under /etc18:17
aibdo you mean inotify? haven't heard of iwatch18:18
TJ-aib: iwatch is a perl program that uses inotify18:18
TJ-aib: iwatch is/can be a system service18:19
aibwell thank apple, it's hard to google :S18:20
JFox762So if I install Gnome-core18:20
JFox762will it allow me to use a different desktop?18:21
JFox762UvC5x3mX2u18:21
JFox762https://askubuntu.com/questions/228503/is-it-possible-to-use-multiple-desktop-environments-on-same-system18:21
anankeTJ-: I found information about slightly newer release: https://launchpad.net/ubuntu/precise/amd64/linux-image-3.2.0-126-generic18:21
anankeTJ-: and my mirror has ./pool/main/l/linux/linux-image-3.2.0-126-generic_3.2.0-126.169_amd64.deb18:21
oerheks!info ubuntu-gnome-desktop18:23
ubottuubuntu-gnome-desktop (source: ubuntu-gnome-meta): The Ubuntu GNOME metapackage. In component universe, is optional. Version 0.78 (zesty), package size 3 kB, installed size 12 kB (Only available for amd64; armhf; arm64; i386; ppc64el)18:23
oerheksJFox762, that url is from 2012 .. use ubuntu gnome desktop18:24
oerhekshttps://askubuntu.com/questions/766071/install-gnome-shell-on-ubuntu-16-0418:25
JFox762shoot18:26
JFox762I'm already installing ubuntu18:26
JFox762err18:26
JFox762gnome18:26
JFox762I already entered sudo apt-get install gnome-core18:26
JFox762should I just delete it after it is done running?18:26
JFox762in the console?18:26
JFox762because it is at like 58%18:27
oerheksJFox762, gnome-core is not that bad, but the -desktop is rich with programs18:27
oerheks!info gnome-core18:27
ubottugnome-core (source: meta-gnome3): GNOME Desktop Environment -- essential components. In component universe, is optional. Version 1:3.22+1ubuntu2 (zesty), package size 5 kB, installed size 32 kB18:27
oerheks'essential'  so you can add all you favorite programs, and keep it small18:27
oerheksgnome-core would be my ( experienced)  choise18:27
JFox762Sooo18:28
oerhekssooo, your good :-)18:28
JFox762so there is functionally no difference between gnome-core18:29
JFox762and ubuntu-gnome-desktop18:29
JFox762?18:29
oerheksjust the amount of programs standard18:29
JFox762Oh...18:29
JFox762I've already installed a bunch of programs18:29
JFox762will I have to reinstall them in gnome desktop?18:30
oerheksJFox762, no, if you installed VLC or Chromiu,, they will appear18:30
oerheksc/Chromium18:30
JFox762no I have Google Chrome installed18:31
JFox762not Chromium18:31
oerheksthat is oke.18:31
oerheksdifferences  https://launchpad.net/ubuntu/xenial/amd64/ubuntu-gnome-desktop/0.58  <> https://launchpad.net/ubuntu/xenial/amd64/gnome-core/1:3.8+4ubuntu618:31
JFox762it is asking me for default display manager18:32
JFox762gdm318:32
JFox762or18:32
JFox762lightdm18:32
oerheksgnome comes with gdm3, unity with lightdm AFAIK18:32
ethanphilpottHello, I was hoping someone might be able to help me with killer bluetooth 1535? For some reason I am having issues connecting to my mx master 2s as it can not see it listed while my phone can and while it can find other bluetooth devices such as audio when it connects it does not output anything to them. Does anyone know anything about drivers for this combo? I asked about it yesterday and someone provided me a link to some18:32
ethanphilpottdrivers, but for some reason chrome did not sync my history for when I opened the page so I lost them.18:32
oerheksethanphilpott, you can read back the log18:33
oerheks!log18:33
ubottuOfficial channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/18:33
oerhekshttps://irclogs.ubuntu.com/2017/09/16/18:33
JFox762ok18:33
JFox762to switch to Gnome desktop18:33
JFox762what do I do18:33
JFox762it is done installing18:33
JFox762Do I just log out?18:33
oerhekslogout, switch ( top left icon), login18:34
ethanphilpottAlso, just curious does anyone know how to solve the problem of my mouse cursor jumping when I type18:34
ethanphilpottnevermind found a solution18:36
^newLinuxhai brothers18:40
joshumaxHey everyone! SO I have an odd problem...I have one of those Bay Trail tablets and I decided to try Ubuntu 17.10 on it -- yet oddly enough it doesn't show up as a bootable UEFI device... However, that said, when I burn Crunchbang++ to the same USB drive, it *does* show up. Both have relatively the same partition layout18:44
joshumaxAttempting to run bootx64 or even grubx64 results in an obscure "boot failed" popup and trying to launch them from the UEFI shell results in absolutely no output18:45
joshumaxNot sure about the return values though :?18:45
rokoI tried apt-get install and it aborted because of lack os space. Now I cannot install any other things because dpkg was interrupted.19:00
ioriaroko, can you paste  df -H ? and what's the output of apt-get autoremove ?19:02
rokoioria: i cant use autoremove (it throws the same error). df -H output https://imgur.com/a/dYqjd19:05
ioriaroko, ok, can you paste the error ?19:06
ioriaroko, 2.1 G ?19:06
ioriaroko, are you kidding ?19:07
rokoioria: it is a vm, I am just trying some thing so didnt need much19:07
ducasse!ubuntu+1 | joshumax19:08
ubottujoshumax: Artful Aardvark is the codename for Ubuntu 17.10 - Support only in #ubuntu+119:08
ioriaroko, no man, at least 6G19:08
joshumaxducasse: Well the same thing happens on ubuntu 17.04 so I guess I'll start from there then?19:08
draupadiHey everyone, I am new here, would be very kind if anyone could help me run john the ripper on my ubuntu 1419:09
rokoioria: thats ok I can quickly recreate the vm but just in case lets say I had 6 gb and faced this error. What is the solution?19:09
ioriaroko, still waiting for the error output ....19:09
ioriaroko, in general, if apt id dead, you use sudo dpkg -P the hal-broken pkg19:10
ioria*is19:10
joshumaxAlright so I just checked Ubuntu GNOME and regular Ubuntu 17.04 and they won't boot either19:10
rokoioria: output for autoremove: E: dpkg was interuppted. run sudo dpkg --configure -a19:11
TJ-joshumax: is secure-boot enabled in the firmware?19:12
ioriaroko, and have you run it ?19:12
rokoioria: on running sudo dpkg --configure -a I get, failed to write status database record to va/lib/dpkg/status; no space left on device19:12
joshumaxTJ-: Nope, and it can boot crunchbang with regular old grub-efi19:13
ioriaroko, so you need some room ....19:13
TJ-joshumax: when you attempt to use bootx64 or grubx64 do you get any indication they started, or is the error from the UEFI side19:13
rokoioria: df -h says i have used up 100% ie.e 2.1 gb, i have only added 10 mb of files so is it the OS that is using up all the space?19:14
ioriaroko, yes .... i'd try to delete something .... or dpkg -P some apps .... but let me ask ... what exactly did you install on that vm ?19:14
rokojust g++ and make so far. I reckon it takes around 200 mb19:15
TJ-joshumax: I assume the hardware IS 64-bit?19:15
joshumaxTJ-: Trying to launch it from "Load UEFI PE" gives me a vague "boot error". Trying to launch from the UEFI shell returns absolutely nothing (except maybe a nonzero return code, haven't checked)19:15
joshumaxTJ-: According to the intel spec sheet, yes19:15
ioriaroko, no, i mean what kind of ubuntu distro19:15
ioriaroko, ubuntu, lubuntu, xubuntu, mininal , core, server ... what ?19:16
TJ-joshumax:  I recall we had some issues with 32-bit UEFI on some mobos causing this kind of isse19:16
TJ-joshumax: what I mean is, the CPU might be 64-bit, but for some reason some systems have a 32-bit UEFI!19:16
joshumaxTJ-: Wait is this related to that obscure issue with some Atom SoC efi's being 32 bit?19:16
TJ-joshumax: you got there ahead of me :)19:17
ioriaTJ- nice to see you again19:17
rokoioria: ubuntu server 17.0419:17
TJ-joshumax: it's worth checking what crunchbag is using, 64 or 32 bit grub-efi19:17
TJ-ioria: likewise ... winter is coming :)19:17
joshumaxTJ-: So Crunchbang++ comes with bootx64 and bootia3219:17
ioriaTJ-  game of thrones quoting ? :]19:17
joshumaxI loaded up bootx64 from crunchbang and it worked, but now I'm curious if it just hands execution off to bootia32 when it detects a 32 bit uefi19:18
TJ-ioria: but I sure prefer doing construction outdoors than hacking bugs indoors - much more satisfying and buildings don't mysteriously fall down or lose windows :D19:18
ioriaTJ-  i see19:18
ioriaroko ok19:18
joshumaxI'll nuke bootia32 from the ESP and see if it still works19:18
TJ-joshumax: sounds like you've got a good handle on it so far, let us know if you need any more brain-storming19:19
joshumaxTJ-: Will do! Thanks for the tip!19:19
ioriaroko i'am afraid you need to unistall something19:19
rokoioria: got it19:20
TJ-roko: ioria have you done an "sudo apt-get clean" to empty the /var/cache/apt/archive/ ?19:21
joshumaxTJ-: DANGIT! On grub 2.02 bootx64.efi also works as a shim and loads bootia32.efi when it detects a 64bit arch but a 32 bit UEFI19:21
ioriaroko ^ TJ- that a good idea19:21
TJ-joshumax: YAY! so now we know19:21
joshumaxI thought I was loading bootx64 but in reality bootx64 was duping me19:21
TJ-joshumax: so GRUB must be starting in 32-bit mode and then switching to 64-bit long mode when it detects a capable processor19:22
joshumaxTJ-: Well, looks like I'll have to do that ugly workaround now :P19:22
rokoTJ- tried that, released 5% mem. nice!19:22
TJ-joshumax: or more likely, GRUB detects the UEFI arch19:22
joshumaxTJ-: I think it starts in long mode but passes execution to ia32 grub when it finds a 32 bit uefi19:23
joshumaxLooks like you're ahead of me this time xD19:23
TJ-joshumax: yeah, sounds more likely19:23
ioriaroko, run dpkg -l | grep  -v "ii  " | grep -v "rc  "   to check if you have broken/half installed pkgs19:23
TJ-ioria: roko: this is why I prefer using LVM. I never allocate all the drive space that is in the volume group, and I create logical volumes (LVs) for rootfs, /var/, /home/, and /usr/local/ if any runs out of space I then simply do "lvextend -L+2G VG/LV; resize2fs /dev/VG-LV;"19:25
ioriayeah... just need to be familiar with that black magic lvm stuff19:25
TJ-ioria: it's not black magic, it's very sensible and ... Logical :D19:25
ioriai'll dig into that19:26
TJ-ioria: Add a new disk? just "pvcreate /dev/new/disk; vgextend VG /dev/new/disk" and the space is available19:26
scroatmoin.19:26
rokoTJ-: that command does list a couple of half installed packages. How do I remove them?19:27
scroatI have a pdf I want to print on both sides of the paper (duplex printing).  How can I do that in linux if my printer supports it?  mfc-j485dw19:27
ioriaroko, the output please19:27
TJ-roko: "sudo apt install -f" will usually fix things up19:27
TJ-scroat: usually you configure the printer to do Duplex via the CUPS management console, or the printer options of the application (management console at http://localhost:631 )19:28
afidegnumTJ-: here is the output of my `dmesg`   https://ghostbin.com/paste/34e5219:34
TJ-afidegnum: I don't see anything wrong there19:38
afidegnumbut look at the last lines19:40
TJ-afidegnum: As I told you earlier, that is expected, since the device starts as an emulated CD-ROM then usb_modeswitch changes it to be a modem and the CD-ROM device disappears, which confuses the code that had already started when the CD-ROM appeared19:41
JFox762hi19:41
JFox762How do I find out what desktop and version I am using?19:42
JFox762I think I'm using the newest version of Gnome 319:42
JFox762but I am not sure...19:42
TJ-JFox762: you mean "lsb_release -a" ?19:42
TJ-JFox762: or do you mean which desktop environment and it's version?19:43
oerheksJFox762, really? you asked about gnome desktop :-D19:43
JFox762desktop19:43
JFox762I did install it19:44
JFox762and I think I am running it, but I just want to make sure I am using the most up to date version of Gnome319:44
dedzeHey guys I have a question: when I tried to open steam, it opened the terminal and gave this message : Steam needs to install these additional packages:  libgl1-mesa-dri:i386, libgl1-mesa-glx:i386. And of course it asked for my password. Is it legit? Should I enter my password?19:48
KinRyuuif you're not sure just install those packages yourself19:49
dedzeAlso earlier today, I ran sudo apt autoremove19:49
dedzeCould it be the cause?19:49
KinRyuupossibly19:49
BluesKajJFox762, apt-cache policy gnome-desktop19:49
TJ-dedze: manually: "sudo apt install libgl1-mesa-dri:i386, libgl1-mesa-glx:i386" then redo the steam operation19:50
BluesKajJFox762, that should give you the version19:50
TJ-dedze: correction: "sudo apt install libgl1-mesa-dri:i386 libgl1-mesa-glx:i386"19:50
dedzeOki TJ- , how do I know if these two files are safe though?19:50
TJ-dedze: they're standard parts of Ubuntu19:50
JFox762unable to to locate gnome-desktop19:50
TJ-!info libgl1-mesa-dri | dedze19:50
ubottudedze: libgl1-mesa-dri (source: mesa): free implementation of the OpenGL API -- DRI modules. In component main, is optional. Version 17.0.7-0ubuntu0.17.04.1 (zesty), package size 4883 kB, installed size 124784 kB19:51
JFox762I think I'm on Gnome on Wayland19:51
dedzeTJ-: Oh I see, what is the :i386 standing for?19:51
BluesKajJFox762, then try just gnome19:51
TJ-dedze: Steam is a 32-bit architecture, and your system is 64-bit, so it needs the 32-bit packages (i386)19:52
JFox762is gnome on wayland the same as gnome3?19:52
BluesKajdunno19:52
dedzeTJ-: Oh I see :p19:52
ioriawayland experimental afaik19:53
ioriaJFox762, apt-cache policy gnome-shell19:53
dedzeTJ-: Why is it not sudo apt-get?19:54
BluesKajJFox762,  try gnome319:54
brainwashTJ-: is that true? steam client being 32bit19:54
JFox762Installed: 3.24.2-0ubuntu0.119:54
JFox762didnt work with gnome319:54
BluesKaj!apt | dedze19:55
ubottudedze: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Muon (KDE) or !Apper (KDE)19:55
JFox7623.24.2-0ubuntu0.119:55
JFox762is that the most up to date for Gnome?19:55
BluesKajthe bot info is old19:55
TJ-brainwash: it must be if it requires :i396 versions of libraries to be installed19:56
brainwashTJ-: those libraries (32bit mesa) are used for the games though19:57
TJ-brainwash: so the games are 32-bit... same effect, Steam requires the 32-bit libraries to run something19:58
brainwashobviously19:58
brainwashbut you said "Steam is a 32-bit architecture"19:58
TJ-brainwash: last I read it is 32-bit only, and people were asking for a 64-bit client19:59
brainwashok. that's what I wanted to know19:59
TJ-brainwash: and having had to debug steam installer for folks, the installer shell script was all 32-bit stuff19:59
=== zenguy is now known as coffeeguy
JFox762Installed: 3.24.2-0ubuntu0.120:01
JFox762didnt work with gnome320:01
JFox762is that the most up to date for Gnome?20:01
dedzeTJ-: It worked thanks :)20:04
=== jstein_ is now known as jstein
^newLinuxguys when i type in gnome /etc/fstab it says permission denied os:ubuntu 14.0420:12
^newLinuxhelp me20:12
Seveas^newLinux: that's not surprising. That's not an executable file...20:14
Seveastry opening it in an editor20:14
^newLinuxi want to automount partitions20:14
^newLinuxwhat should i do?20:14
^newLinuxSeveas, ?20:15
^newLinuxwhat is the command to open it?20:15
tomreyn!fstab20:15
ubottuThe /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.pclosmag.com/html/Issues/200709/page07.html and !Partitions20:15
tomreyn^newLinux: see the "editing fstab" paragraph20:16
^newLinuxno simple command?20:17
^newLinuxim very new20:17
tomreynit IS a simple command20:17
tomreynbut you will need to read it20:18
^newLinuxi see a lot of paragraph!!20:18
^newLinuxoh please i just want to use deluge :920:18
^newLinux:(20:18
tomreynhttps://help.ubuntu.com/community/Fstab#Editing_fstab20:18
tomreynit wont get easier than this20:18
^newLinuxwithout rechecking files everytime i turn on my machine and automount the partitions20:19
^newLinuxwhy deluge is rechecking files everytime i turn on pc?20:19
tomreynhow is deluge related to fstab?20:20
^newLinuxif i do not automount the partitions20:20
^newLinuxdelauge cant read write from it20:20
^newLinuxdeluge20:20
tomreynhmm.. provide more information, show your fstab file and deluge error messages / warnings, maybe then soemone can help20:21
tomreyn!pastebin20:22
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.20:22
^newLinuxim chatting in my windows machone!20:22
^newLinuxmachine20:22
^newLinuxno error actually20:23
^newLinuxdeluge is rechecking all the files when i turn on the linux pc20:24
theablestmanhi how do i install discord on linux?20:27
theablestmanusing terminal?20:27
oerheksto write, the folder needs to be in the deluge group, i guess20:27
oerheksthehttps://insights.ubuntu.com/2017/05/04/discord-is-now-available-as-a-snap-for-ubuntu-and-other-distributions/20:28
oerhekstheablestman, ^^20:28
^newLinuxin deluge group?20:28
^newLinuxwhat is it?20:28
theablestmanok ty20:28
theablestmangame chat app20:29
aroonianyway to make ubuntu auto extract all zip files in a given directory when they appear?20:29
theablestmanhttps://discordapp.com/20:29
theablestmanok i see ty20:30
TJ-arooni: yes, using 'iwatch' and a custom command. It uses inotify to watch for changes and then executes a command in response20:30
theablestmanE: Unable to locate package snapd-xdg-open20:31
theablestmanoerheks,20:31
oerhekstheablestman, maybe you have snap already, try the 2nd line?20:31
theablestmanok20:31
theablestmandoesnt work20:32
oerhekstheablestman, then what ubuntu are you using?20:32
theablestmansays sudo snap install discord20:32
theablestmani think its sudo apt-get snap install discord20:32
theablestman1420:32
theablestmanapt-get doesnt work either20:33
oerheks!info20:33
oerheks!info info snapd-xdg-open xenial20:33
ubottu'snapd-xdg-open' is not a valid distribution: artful, artful-backports, artful-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily-proposed, xenial, xenial-backports, xenial-proposed, yakkety, yakkety-backpor20:33
oerheks!info snapd-xdg-open xenial20:33
ubottusnapd-xdg-open (source: snapd-xdg-open): Opens URLs via D-Bus. In component universe, is optional. Version 0.0.0~16.04 (xenial), package size 4 kB, installed size 25 kB20:33
theablestmanok20:33
oerheksit is available, in the universe repo, see in softwarecenter > repositorys if it is enabled20:34
theablestmanok20:34
theablestmanchecking..20:34
theablestmaninstalling20:35
oerheksfor newlinu, something like this:  sudo chown <username>:deluged -R /path/to/directory # sudo chmod g=rw /path/to/directory20:35
oerhekshttps://askubuntu.com/questions/661696/granting-write-permissions-to-a-group-to-www-folder-in-ubuntu-14-0420:35
theablestmanafter snap sudo apt-get snap install discord?20:36
oerhekstheablestman, ollow the guid, there is no apt-get in there20:37
theablestmanok i got it i add snap in .. sudo apt-get "snap" install discord?20:37
theablestmanok20:37
theablestmani added snap why it didnt work20:37
oerhekssudo apt install snapd-xdg-open && sudo snap install discord20:38
oerheksshould work20:38
theablestmanok20:38
theablestmaninstalling snap still20:39
oerheksif not, upgrade to 16.04..20:39
theablestmani cant20:39
kostkontheablestman, what release are you on?20:39
kostkontheablestman, old 14.04 install?20:39
theablestmandoesnt work for me 16 locks up20:39
theablestman14.04lts updated20:39
theablestman64b20:39
kostkontheablestman, ok20:39
theablestmansudo snap install discord working..20:40
theablestmanty20:40
oerhekshave fun!20:41
theablestmanty20:41
theablestman:)20:41
theablestmanit stop how i  launch it?20:42
theablestmangot to retstart brb to let you know20:43
oerhekstype it in your menu ?? there is a search function..20:43
raidghosttvheadend is just so great20:43
theablestmanhi20:45
theablestmani have both tarzg and deb discord how do i install?20:47
theablestmantargz20:47
theablestmannvm im using software center ty20:48
oerheksyou just installed the snap ..20:48
oerheksi am off20:48
theablestmani did restarted and still doesnt work20:49
kostkontheablestman, you've just installed it using snap. It should work. Mine works.20:50
theablestmani download the decord .deb from there website and installing with software center20:50
theablestmanits done ty20:50
theablestmandownload the .deb from discord offical site and install with software worked for me20:51
theablestmanusing software center20:52
theablestmanbye20:52
dedondestaam i understand right that i don't need to create /swap partition if i use ssd?20:55
oerheksdedondesta, nothing to do with ssd/hdd, swap is used to store stuff if your ram is running out20:55
oerheksand ssd/hdd space is so cheap, no reason not to do it.20:56
dedondestaoerheks: used to? i used to create swap partition everytime i install linux :)20:56
dedondestaoerheks: and it was the size of my ram20:56
oerheksubuntu install does that for you ..20:56
dedondestaoerheks: unless you need to customize your patitions20:57
oerheksoh yeah, smart answer20:57
kostkondedondesta, a swap file is preferable on ssds since it can be trimmed easily along with the rest of the root fs by Ubuntu by default20:58
dedondestaoerheks: so when ubuntu does that for you it doesn't create swap anymore?20:58
dedondestaoerheks: but what if i run out of ram?20:58
dedondestaoerheks: or does ubuntu just create swap files instead?20:58
TJ-dedondesta: if you want the system to hibernate it is usually best to have a swap partition slightly parger than RAM size, in preference to a hibernate/swap file20:58
kostkondedondesta, it does since 17.0420:59
TJ-dedondesta: e.g. for an 8GiB RAM I'd make an 8.5GiB swap20:59
dedondestaTJ-: no hibernation here, so will go without swap20:59
TJ-dedondesta: it also avoids unexpected OOM kills21:00
oerheksas of 17.04, ubuntu uses a swap file, no partition anymore21:00
dedondestaTJ-: but no OOM kills with swap files, right?21:00
TJ-oerheks: seems a bit silly to me, that adds overhead of a file-system and possibly the LVM layer21:00
TJ-dedondesta: unless the swap file fills up :)21:01
TJ-dedondesta: but you'd hopefully start to notice the system getting sluggish by then and take action21:01
dedondestaTJ-: like, add another swap file?21:01
oerheksTJ-, not sure LVM is slower with a swapfile ..21:01
dedondestaor resize the existing one21:02
TJ-dedondesta: if it needs a file that assumes the host file-system has free space21:02
TJ-oerheks: there's a layer of abstraction between raw device if there's LVM and/or a file-system to content with, need to figure out which extents (LVM) or which inodes (file-system) to allocate21:02
oerhekshmm, i should try to install with LVM, maybe one gets an other option..21:04
oerheksi see your point21:04
TJ-oerheks: I generally reserve a raw partition for swap21:04
TJ-oerheks: but inside an LVM it can be more flexible because it can be extended/shrunk on-demand21:04
dedondestaTJ-: so, i was able to start installing my ubuntu with boot partition on usb (question i asked yesterday), am i understand right that i need  root /  on my main ssd and /boot on my usb and this are all the partitions i need?21:05
dedondestawas able to start only now21:06
dedondestaalso i set bootable flag on my /boot partitions21:06
dedondestanot sure i need that21:06
TJ-dedondesta: Yes, for a basic install. I'd always use LVM so I can have flexibly sized rootfs /, and a separate /var/ and /home/ to avoid out-of-space issues that can happen after some time, plus be able to allocate space from the LVM volume group for additional logical volumes in the future21:06
TJ-dedondesta: no, that's a left-over from the old DOS/Windows days where the BIOS boot-loader would only load from a partition with that flag set21:07
dedondestaTJ-: i see, i remember this days :)21:07
dedondestaTJ-: i plan to add hdd later, i think i'm ok without lvm, i just can add symbolic link to whatere path i need, right?21:08
dedondestawhatever21:09
TJ-dedondesta: I've spent weeks rebuilding partition tables and FAT file-systems in the good 'ole days doing data recovery. On FAT file-systems it's relatively easy to reconstruct the FATs (file allocation table) chains of clusters. Much harder on NTFS and of course Linux ext? FSes21:09
TJ-dedondesta: that's a bit of a fragile way of doing it. If you make everything LVM from the start, when you add another drive you can add it into the existing volume group and instantly use its space in your existing file-systems if needed21:10
TJ-dedondesta: e.g.: "pvcreate /dev/new/disk; vgextend VG /dev/new/disk" and it's available21:10
dedondestaok, i think adding lvm wont hurt21:11
TJ-dedondesta: and with LVM you can also create mirrored volumes if there's more than 1 underlying device, to protect vital data21:12
iseneTrying to get my laptop (Dell XPS15, Ubuntu 17.04) to catch the lid close event. I have HandleLidSwitch=ignore in /etc/systemd/logind.conf and I have followed this https://help.ubuntu.com/community/LaptopLidAndDockScripts and created /etc/acpi/events/lm_lid with the content, event=button/lid.* (also tried event=button[ /]lid) and action=/etc/acpi/lid.sh - but I can't get the laptop to recognize the lid being21:13
iseneclosed. I know that 'grep -q closed /proc/acpi/button/lid/LID0/state' returns the correct value, so I have the correct proc path, but the system just don't catch the event as I close the lid. Any suggestions?21:13
TJ-isene: Hello again :) have you tried using "udevadm monitor ..." to check for a kernel event? if all else fails you could then add a udev rule in /etc/udev/rules.d/ that does what you want21:14
JFox762hi, is it possible to view all the terminal commands I have submitted?21:17
Gencadehistory21:18
glitsj16isene: Have you tried HandleLidSwitch=suspend yet?21:18
oerheksisene,  do you have the latest bios? https://askubuntu.com/questions/771240/suspend-broken-on-ubuntu-16-04-lts-dell-xps-935021:19
JFox762how old does history go back?21:19
JFox762indefinitely? or does it purge itself after a given timeline?21:19
Gencadethink to the beginning of the session21:19
Gencadewhen you logged in21:19
JFox762hmmm21:20
JFox762I've restarted Linux a few times, and it seems to still have the first few commands I submitted when I first installed Ubuntu a few days ago...21:20
JFox762couple days ago*21:20
JFox762I just bought this PC, and installed Ubuntu on Friday21:20
GencadeMaybe it goes back further then.  I'd have to research it21:21
JFox762I just like to keep track of all my Terminal Commands in case I ever have to "redo" something21:21
GencadeJust make a personal notes repo21:21
GencadeThats what I do21:21
JFox762I hate it when I have to reinstall an OS, or... an update undoes a "fix" I made for a issue I used to have....21:21
JFox762and then I have to troubleshoot, and try to find the solution for the problem again21:21
GencadeMhm.  It's a good reason to keep a solution repo for your issues21:22
Gencadeon git21:22
JFox762Like on my Windows PC, I had a memory leak... and I remembered I had to edit the registry in order to eliminate the guilty service ...21:22
JFox762and then just recently... windows 10 updated itself, ... and undid the registry edit21:23
kostkonJFox762, sudo apt-get install zim   and make notes21:23
JFox762causing the memory leak to resurface.. and I had to try and remember the solution... thankfully I was able to remember... I put the solution in a text file on my pc. Though, honestly, I should upload that crap onto google Drive21:23
dedondestaTJ-: got my linux up and running, thank you for your help :)21:25
JFox762When you fix issues with either Windows or linux... do you typically log the whole event?21:27
JFox762Like write down the problem and solution somewherE?21:27
dedondestaJFox762: less ./bash_history21:29
dedondestai was scrolled up ...21:30
JFox762no such file or directory21:30
ethanphilpottHello, I was wondering if anyone could help me with bluetooth on my xps 15 9550 using killer wireless 1535 bluetooth. A while back someone linked me to https://askubuntu.com/questions/878451/killer-1535-802-11ac-2x2-on-dell-xps-13-kaby-lake-not-working-under-ubuntu-16-10/878455 and http://www.dell.com/support/article/us/en/19/sln306440/xps-13-9360-ubuntu--killer-n1535-wireless-manual-firmware-update?lang=en for the card. However,21:34
ethanphilpottfor both it did not fix the problem with bluetooth. While bluetooth is detected by the system and I can find and connect to audio devices one it does not output audio and two it can not find any non audio devices like my mxmaster 2s mouse. Does anyone know a solution?21:34
dedondestaJFox762: sorry, it should be ~/.bash_history or used to be ...21:36
JFox762cool thanks! :D21:38
AssociateXWell, it's been years since I've had to mess with X, if that's what it's still called. Where is the new xconfig file with all of the options, OR, what do I need to read? Thanks!22:02
iseneoerheks: No problem with the bios22:09
iseneglitsj16: setting the lidevent to suspend does not work... but I have no problem suspending manually and it resumes just fine22:10
azakiAssociateX: yeah, it's still called X (or X11, or Xorg, etc)22:10
azakiAssociateX: although there is a replacement called "wayland" that will be shipping as default on ubuntu 17.10 (but you can still optionally select X when logging in)22:11
dedondestaanyone tried installing nvidia drivers from cli?22:20
dedondestalooks like it loaded ncurses interface and stuck22:21
=== KindTwo is now known as KindOne
AssociateXazaki, thank you.22:26
=== kostkon_ is now known as kostkon
minimecdedondesta: Have a look here... https://askubuntu.com/a/946522:34
dedondestaminimec: tnx22:34
swift110hey22:35
glitsj16isene: was afk for a bit.. do you see anything relevant in dmesg output when you try to suspend via lid-close?22:37
JFox762So22:37
joshumaxGEEZ22:37
JFox762Does anyone know how I can add a secondary "clock" to the title bar22:38
joshumaxI had to do all manner of dark magic to get 17.04 booting on my baytrail22:38
JFox762with a different timezone?22:38
oerheksJFox762, on unity it is easy to add a timezone http://www.omgubuntu.co.uk/2014/12/add-time-zones-world-clock-ubuntu but you need to change manually22:44
JFox762right but...22:44
JFox762again22:44
JFox762doesn't that require that I click on the drop down menu?22:44
oerheksyes22:44
oerhekselse somthing as screenlets, but they appear on the desktop itself https://askubuntu.com/questions/523222/multiple-clocks-on-desktop22:46
elisa87hey how should I fix this error https://serverfault.com/questions/874133/action-configtest-failed  Action 'configtest' failed22:48
minimecJFox762: You could do something with 'conky. The different timezones would then be shown on the desktop. Some example here, but here are certainly other themes... http://forum.linuxvillage.org/index.php?topic=23.022:48
oerhekselisa87, update properly with sudo apt full-upgrade > 3 upgraded, 0 newly installed, 0 to remove and 269 not upgraded.22:49
oerheksthen install22:50
JFox762hmm22:50
JFox762I am using Gnome22:50
JFox762how do i check what gnome shell version i have?22:51
minimecJFox762: conky should work with all kind of desktop managers... See here -> https://wiki.archlinux.org/index.php/conky#Integrate_with_GNOME_Shell22:51
JFox762or rather22:52
glitsj16JFox762: in that case https://extensions.gnome.org/extension/605/multiclock/ might be something to try22:52
JFox762check what gnome shell version i am currently using?22:52
oerheksJFox762, check in softwarecenter?22:52
TJ-I've just remembered why I dislike the systemd project so much! Did a do-release-upgrade on a laptop that has full disk encryption using external device key-file, and it broke the system because - even after 4 years - systemd has still not implemented all the functionality of cryptsetup that they ripped out! Anyone got any ideas about how to rip out systemd-cryptsetup and replace it with cryptsetup and its22:54
TJ-initramfs scripts again?22:54
minimecJFox762: https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=gnome-shell&searchon=names22:54
[n0mad]JFox762: with gnome tweak tool you can add an extension https://extensions.gnome.org/extension/946/panel-world-clock-lite/22:54
glitsj16JFox762:  gnome-shell --version22:54
darkdrgn2k3any one know how IPMasquerade in systemd works? does it apply ia via ip tables?22:55
oerheksdarkdrgn2k3, please don't crosspost, thanks.22:56
elisa87thanks a lot oerheks22:56
darkdrgn2k3oerheks: sorry..22:56
elisa87so I am following this tutorial but I don't have the folder /etc/httpd/conf what to do?22:57
oerheksit is just unfair to volunteers22:57
darkdrgn2k3oerheks: you actually have "volunteers" as some sort of structure..  or you mean the people that volunteer their time in the channel22:58
oerheksdarkdrgn2k3, yes, both ##linux and #ubuntu is run by volunteers22:58
elisa87$ find / -type d | grep httpd22:59
elisa87didn't return any result22:59
oerhekselisa87, not sure what guide you follow..23:00
darkdrgn2k3oerheks: yeh but is it some sort of organized following or just random people helping other random people :)23:01
glitsj16elisa87: that tutorial probably is for a different linux, ubuntu deals with apache in a different way.. try looking under /etc/apache223:01
oerheksdarkdrgn2k3,  is there a point you want to make ? you are answered in ##linux23:02
JFox7623.24.223:02
darkdrgn2k3oerheks: no point, curious on the structure thats all..23:02
JFox762is my gnome shell version23:02
darkdrgn2k3oerheks: but i guess im not gonna get an answer so i withdraw me question, sorry23:02
elisa87oerheks: http://www.apache.com/how-to-setup-an-ssl-certificate-on-apache/ this guide23:03
oerheksdarkdrgn2k3, no heart feelings, have fun :-)23:03
elisa87yeah you are right oerheks23:03
elisa87thanks glitsj1623:04
glitsj16JFox762: did you try any of the gnome-extensions yet that were suggested?23:07
glitsj16elisa87: there's more info at https://help.ubuntu.com/lts/serverguide/httpd.html23:07
=== bazhang_ is now known as bazhang
JFox762yes23:21
JFox762I downloaded Gnome Clocks, which appears to be a prerequisite for Panel Clocks23:21
JFox762Panel World Clock23:22
JFox762Works fine :)23:22
JFox762so Ubuntu is eventually going to rid itself of unity, correct?23:29
JFox762switching to Gnome23:29
Ben64JFox762: yep23:30
minimecJFox762: There is a really good blog by a ubuntu developer about the future ubuntu look... Worth reading. https://didrocks.fr/23:31
oerheksunity will not be standard, that is all23:34
JFox762I love linux :D23:36
JFox762So which distro, does the Penguin belong to?23:36
oerheksto the kernel, afaik23:37
jerJFox762, read the wikipedia page `Tux`23:37
elisa87please have a look at this question https://serverfault.com/questions/874139/address-already-in-use-ah00072-make-sock-could-not-bind-to-address-8023:41
elisa87how do I solve this error in Ubuntu? AH00686: cannot read directory for multi23:54
Ben64elisa87: something is already using port 80, so you can't start apache on 8023:55
elisa87I can't figure how to fix this error AH00072: make_sock: could not bind to address [::]:80 Ben6423:58
Ben64elisa87: something is already using port 80, so you can't start apache on 8023:59

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