[00:40] Hey guys. I am trying to set up a nas and dlna server with ubuntu. Is it going to be a problem having them both serve the same HDD? [00:41] Looking for partition/mountpoint advice. I'm setting up a ubuntu (current LTS) server strictly to run a docker environment. Some of the containers will use bind-mapping to the host. The server has a 6 drives on a RAID controller (2x250/RAID1;4x80/RAID5). My gut tells me to use / on the RAID1 array and /home on RAID5, but I don't fully grasp how LVM changes that. Thoughts? === RalphBa is now known as RalphBa|zzZ [01:24] I'm trying to setup my bash prompt where I want to substitute part of pwd if an environment variable is specified, but if it's not defined I'd like to just use \w. I can't seem to figure it out. [01:46] Is there any way to convert a UEFI install to a legacy BIOS one? [01:48] Yes, but if you are on GPT you need a tool that supports converting the partition table to MBR... there is proabably a linux tool that can do that, but I've only done it on windows, then you install grub to the mbr, and you can but don't have to delete the EFI partition [01:48] xorpad: Does it make a difference if I have full disk encryption? [01:49] I'm not really sure... [01:49] depends how the encryption is implemented and i don't know that [01:50] It's the encryption from Ubuntu, where you have to enter a password ot unlock the disk when Ubuntu boots [02:04] Hi guys - my XMonad session has gnome features - how can I stop this? Im sure I have the system configured wrong in some way... [02:04] My terminal, for example, has the menu bar at the top. [02:06] Ignore [02:06] I can just hide it. [02:35] hi guys! [02:36] i've got a 16.04lts install that i've just tried installing graphics drivers on (after years of running generics, haha) and i've hit a bit of a snag on reboot [02:36] they're AMD drivers for an AMB 7970 [02:38] i've followed the guide from the ubuntu help site and everything appears to go fine until reboot. now i get a dialog box on reboot telling me that there's been a graphics problem and do i want to reconfig, debug, run default etc. [02:38] has anyone had this problem before and can help me out? [02:40] the initial message is: This system is running in low-graphics mode. Your screen, graphics card and input device settings could not be detected correctly. you will need to configure these yourself. [02:41] if i "Try running with default graphical mode" i get thrown back to a terminal that shows me a list of things it's been doing, but doesn't let me input anything and it sits there forever [02:41] snufft: you changed graphics driver or kernel or both prior to seeing error? [02:41] Two_Dogs: thanks for the reply :) graphics driver only, I believe :) [02:42] the guide told me to run a dist-upgrade, but i believe everything was up to date when i ran it [02:43] snufft: i would undo the graphics driver install [02:47] snufft:^^ AMD drivers in 16.04 are provided in the kernel . [02:48] Two_Dogs: might be a problem, i can't seem to get back to cli login even, haha [02:49] question, when you say "rare commodity" what exactly does it mean? [02:49] or give me an example, of using it [02:49] or a scenario [02:50] Bashing-om: Really?? Mine didn't seem to function with what i was running. i've got 3 screens and full screen video on one of them degreased performance of the entire machine. it's been a while since i started looking into this, but i was under the impression that the computer was running some generic setup? [02:50] aw [02:50] sorry wrong channel [02:51] snufft: Can You boot from grub the recovery kernel ? That kernel boots with a fall back grahic's driver . [02:51] snufft: i keep ssh-server running in back ground as a failsafe login, something to consider for the next time [02:52] snufft: I also do not know the support structure for multi-monitors . [02:53] Two_Dogs: i'll keep that in mind for next time, thanks :) [02:54] Bashing-om: good point! I've got 4.4.0-96-generic, upstart and recovery mode (I've got a bunch of other kernels as well, but this is the most recent). Is the Recovery Mode the one you were talking about? [02:55] snufft: Yes . any one of them - recovery - will suffice for now. [02:57] Bashing-om: allrightey! i'm in :) what shoul the process from here be? remove the drivers i just installed, then what should I do to ensure i'm running the kernel based drivers? [02:59] snufft: what graphics chip/card you got? [02:59] driver in use >> lspci -nnk | grep -i vga -A3 | grep 'in [02:59] snufft: I hope that when the OEM driver is removed, the kernel will pick back up. Once rebooted we can check and see . [02:59] driver in use >> lspci -nnk | grep -i vga -A3 | grep 'in use' [02:59] Two_Dogs: it's an AMD 7970 :) [02:59] snufft: and ubuntu version? [03:00] that would be radeongpu or amdgpu [03:00] Bashing-om: no worries. I'm guessing it'd just be a package removal via dpkg? this was my install process fwiw: http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx I got to the end of the "Install" bit (the reboot) before everything went south [03:00] Two_Dogs: 16.04LTS :) [03:01] snufft: what oerheks makes sense then [03:01] snufft: what oerheks said makes sense then [03:01] oh you installed the pro driver not knowing what driver is in use.. [03:02] sorry, didn't see what oerheks was writing [03:02] I knew it wasn't flgfx :P [03:02] snufft: was the install via deb or run file? [03:03] Two_Dogs: run file :) [03:03] snufft: find the uninstall script [03:04] snufft: and assume amdpgu driver is not an option till you got something that indicates otherwise [03:06] snufft: checking - bear with me . [03:07] woohoo! uninstalled it and we're back to a desktop :D [03:08] i'm getting xorg errors on reboot, but i'm just happy to be able to boot again, haha [03:10] snufft: pastebin ' lsmod | grep radeon ; lsmod | grep amdgpu ; lspci -nnk | grep -iA3 vga ' see what the driver situation is . [03:12] 2 sec, have to switch irc to my other computer [03:14] Bashing-om, here's the paste :) https://pastebin.com/fGQ68iEp [03:17] i think my problems might be solved.... [03:19] snufft: maybe /// that card takes the amdgpu driver vice radeon . https://wiki.gentoo.org/wiki/Amdgpu . [03:22] Bashing-om, I think it might be fixed? VLC isn't dying any more. Just trying to find some 1080 videos to play [03:22] hi [03:22] apt-get upgrade what does it do? [03:23] upgrades all your packages [03:23] web_dev, sure you know. [03:24] web_dev: updates installed packages after ' sudo apt update ' has been run . [03:24] and "update" ? [03:24] what is the differences from ubuntu core, vs normal ubuntu? [03:24] I'm considering using ubuntu core on an arm development board [03:24] right now I'm using debian [03:25] xorpad: core only gives you a booting kernel and a wired networking ability . Up to you what else you add . [03:26] Ahh, well, sounds simple enough [03:26] i've done LFS a few times so that should be easy [03:26] oerheks, Bashing-om [03:27] configure enough to get apt-get working, and then use that to set up the rest i guess would be my generalized strategy i planned to make plans for [03:27] apt-get upgrade does the same thing as package manager update of unity does? [03:27] xorpad: Then a piece of cake . Is a learning curve to know what to add to get your desired effect . [03:27] Well, I know exactly the packages i want, and I want none that aren't on the list [03:28] so... yeah [03:28] that's actaully better than a preconfigured install [03:28] because I can leave out things that aren't on the list [03:28] xorpad: Ueppwe. that is the path :) Ya want logging then also install the anacron package . [03:29] yes web_dev [03:29] I don't need logging, it's just a development board used to natively run and test stuff that will be going into devices with the same chip archiecture [03:29] logging would just be a mess of compiling output [03:29] Sweepyoface, it could also upgrade the kernel version? [03:29] yes [03:29] ok [03:29] and is there a way to avoid that? [03:29] update != upgrade though [03:29] avoid the update of the krernel [03:30] i added a driver in the kernel source, then i compiled the kernel and isntalled it [03:30] !pinning | web_dev [03:30] web_dev: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [03:30] if the kernel will be update, i will lost the driver [03:30] what i want is "do all but do not update the kernel" [03:31] web_dev: ^^ then rebuild the driver for the new kernel . [03:31] no, its' not possible [03:31] the driver comes for an old version [03:31] and is out of support [03:31] is possible to do what i asked? [03:33] web_dev: Ill advised to hold back a kernel update .. but see the above about pinning . [03:35] echo kernel_package_name hold | dpkg --set-selections [03:36] kernel_package_name [03:36] what kernel? [03:36] i compiled by myself [03:36] there is not any package [03:36] :\ [03:39] web_dev: Then by now you know " compiled myself " you are on your own . We can not support that here . [03:39] i downloaded kernel source [03:40] added a driver [03:40] then i did "make" [03:40] i have taken the image files and upgraded grub [03:40] that's all... [03:40] now i want to tell the distro: don't touch the kernel [03:40] That is why DKMS is invented, to build it again any new kernel or dependencie update [03:41] don't be silly, just build it again [03:41] is there no way to tell the distro a so simple thing? [03:41] "don't touch the fuckin' kernel" [03:42] yes, Bashing-om answered that .. pinning.. but you will end up in a dependencie-hell [03:42] i googled about pinning [03:42] but it needs to know the kernel package name [03:43] but there is not a kernel package [03:43] because i compiled by my own [03:43] LoLz [03:43] good troll [03:43] bye [03:43] bye dumb guy [03:44] web_dev, if you compile your own you might be able to package it yourself. look into how to compile the ubuntu kernel, apply your patch, and build the deb from that [03:44] never done it myself, just a thought [03:45] can i package the already compiled one? [03:45] likely but I'm not sure. it will definitely be easier if you start from the ubuntu sources [03:47] apt-get update [03:48] what does it do? [03:48] syncs your local view of the package repository with the remote view [03:49] it let's you know what packages and versions are available on other servers [03:49] it doesn't actually change any packages locally - that's apt-get install/upgrade [03:50] thanks [03:50] and if i do not do apt-get upgrade, the package installed keeps the same as when i installed the dristro? [03:51] yes, as long as you did not enable any sort of automatic upgrades and don't do any upgrades via. a UI [03:52] but be careful - no upgrades means no security patches. for an internet attached computer this is definitely a risk [03:52] web_dev: But then no security fixes either ! [03:53] by default ubuntu has some automatic updates? [03:53] *enabled [03:53] you choose that option when you installed [03:54] I believe it is off by default [03:54] ok [03:54] > If you are using GNOME, go to the "System" menu, then "Administration", then "Update Manager", then "Settings". [03:54] that's from https://help.ubuntu.com/community/AutomaticSecurityUpdates [03:55] but for example, when ubuntu isused on dev boards, some driver are added to the kernel, so, what happens when apt-get upgrade is performed? [03:56] driver will no longer work? [03:56] I don't understand what you mean "issued on dev boards" [03:56] *is used [03:56] what do you mean "dev board" ? [03:56] raspberry pi, asus thinkerboard [03:56] and so on... [03:57] that will depend on how the ubuntu distribution is configured. if they did it well, then the drivers you need will stay. if not.. then who knows :) [03:59] maybe they have its own repository with build kernel for that [03:59] ? [03:59] yes that's very possible [03:59] let me see if I can find the command to check, one moment [04:01] "dpkg -s linux-signed-generic" might do it [04:01] what this should do? [04:02] you can find that by running "dpkg --help" and looking for the "-s" flag [04:06] is it possible to uniquely identify a processor [04:06] does it come it any specific id similar to ip adress or mac address [04:07] They have serial numbers [04:07] so yes it's possible [04:08] usually you can get the serial number using a program, but some hardware is less supported and you need to read the number off the actual phsyical cpu [04:08] example: ryzen chips don't have proper support for linux yet and you can't get the serial number from inside linux [04:10] arunkumar413: I got mine with "sudo dmidecode -t processor | grep ID:" [04:10] arunkumar413, sudo cpuid | grep serial .. and for ubuntu installation, hostnamectl status | grep "Machine ID" [04:11] inxi -F should return an exhaustive list of resources, too. [04:11] do we a database of systems running ubuntu [04:12] ngarvey@challenger:~$ sudo dmidecode -t system | grep Serial [04:12] Serial Number: To be filled by O.E.M. [04:12] lol [04:12] !catalog | arunkumar413 [04:13] has inxi been added to default ubuntu installs? [04:13] Two_Dogs, as of 16.04 I believe ... [04:14] cfhowlett: cool, useful tool [04:14] I am on server version 16.04.3 and don't have inxi installed by default [04:14] indeed :) [04:14] sudo hdparm -I /dev/sda | grep "Serial Number" [04:14] :-D [04:14] arunkumar413: See: http://www.ubuntu.com/certification/catalog/ . [04:35] apt-get upgrade also does apt-get update? [04:35] is implicit? [04:36] web_dev: no. it will use the values from the last time you updated. so you might not get the most recent package if you haven't updated first [04:39] web_dev, ...update refreshes the software list. upgrade actually installs things [04:40] and "update" will be keeped ? or i loose the list on every restart? [04:41] the list is static until the next update command [04:49] Anybody knows how well a HP Pavilion 570 with Radeon R5-435 is supported? And can i expect dualscreen with a couple of 27" Del U2715H to work? === rkta_ is now known as rkta [04:53] I have Ubuntu 17.04. I tried replacing systemd-resolved with dnsmasq due to VPN DNS leak issues. Then I reverted my changes because it didn't help. I replaced /etc/resolved.conf with its original version that I had backed up. But now everytime NetworkManager is started it replaces the file with its own version. [04:55] And I think this is causing "nslookup www.google.com" to time out. My original resolved.conf is here: https://pastebin.com/79X7iQWn [04:55] /etc/resolv.conf ? [04:55] Yes, sorry my bad [04:55] looks like a normal resolv.conf with dnsmasq [04:56] No I didn't use dnsmasq when I had my original resolv.conf. [04:57] I was using systemd-resolved. Then I tried to install dnsmasq to replace systemd-resolved. Then I backtracked on my changes, but now NetworkManager keeps replacing resolv.conf [04:58] This is what NetworkManager keeps replacing resolv.conf with: https://pastebin.com/2meS0UyD [05:01] How can I make NetworkManager to stop trying to replace my /etc/resolv.conf? And why has NetworkManager all of a sudden started to replace resolv.conf? [05:01] aware-kind: chattr +I /etc/resolv.conf [05:01] aware-kind: https://www.google.com/search?q=networkmanager+resolve.conf [05:01] aware-kind: chattr +i /etc/resolv.conf (sorry, lowercase i) [05:02] doing chattr +I can cause a lot of failures as most programs don't check for immutable problems [05:02] it works though :) [05:03] and if i made a descision as to which resolvers im gonna use, theres no reason for any program to be able to modify that file. [05:03] Mikjaer: What ubuntu version are you running? Can you check if your /etc/resolv.conf is write protected? [05:03] aware-kind: there's no such term in unix [05:04] aware-kind: however on my current system it is actually world-writeable for some reason [05:04] nickgarvey: I've already searched google but thx for the effort. For instance adding dns=none to NetworkManager.conf makes chrome to not be able to resolve dns-addresses [05:12] Is NetworkManager.service enabled in Ubuntu 17.04 by default, or does 17.04 use network-manager.service? [05:13] Never mind, they seem to be same. === KindTwo is now known as KindOne [05:20] What file does /etc/resolv.conf link to? It is a link by default in Ubuntu 17.04. Can someone with Ubuntu (preferably 17.04) check what /etc/resolv.conf leads to? [05:23] aware-kind: what do you mean with link to? [05:23] aware-kind: resolv.conf -> ../run/resolvconf/resolv.conf [05:24] lotuspsychje: https://en.wikipedia.org/wiki/Symbolic_link [05:24] lotuspsychje: What do you want me to do with that? [05:26] Ah sorry, I thought lotuspsychje wrote that to me. [05:27] aware-kind: you need the inside of the conf? [05:28] lotuspsychje: no he wants to know the origin of the symlink, if you do not understand that please read the link i provided. [05:29] Ok I managed to solve the problem. The problem was that originally /etc/resolv.conf was a symbolic link that I replaced with another link. But when I wanted to change everything back I replaced /etc/resolv.conf with a copy of it I had put away, but that copy was the file itself! So /etc/resolv.conf was no longer a link but an actual file. [05:30] The rest is history: When the service NetworkManager detects resolv.conf is NOT a symbolic link, then it decides to replace it with its own link. [05:32] But FUUUUUUUUUUCK I hate linux problems! They make me loose so many manhours I'm seriously considering switching to Windows all togheter. I need to go to therapy :'-( [05:33] watch the language here please [05:33] ok sorry, my bad. [05:33] and to be fair, you caused the problem :P [05:34] Ben64: Not quite. All this started because the devs of Ubuntu were happy enough to introduce systemd-resolved, but they didn't care that the service caused DNS leaks over VPN. So no I had to try to do something about it. [05:36] It's one thing when Ubuntu devs complain Ubuntu can be problematic because hardware OEMs wont cooperate with them... but it's something else when they shove half-assed solutions onto their users because reasons [05:38] I don't think this is the right forum to raise these complaints. if you have specific feedback the ubuntu forums are a good place to make suggestions [05:40] nickgarvey: You're right. I just replied to Ben64. But I won't ever again report a single bug/suggest an improvement because no matter how carefully and specifically I describe the bug, my efforts are ignored. Never again. [05:41] ... [05:43] the problem you came in here was not about vpn, it was trying to undo something you did [05:43] and you can suggest things without having a giant attitude about it [05:45] Ben64: Our argument is leading nowhere, but I don't have a giant attitude about anything when I report bugs. I just in detail describe the steps to reproduce it and explain the expected behavior. What attitude are you talking about when you haven't read my bug reports? [05:45] the attitude you left just above [05:46] the whole "attitude? who me?" ain't working. for solutions/assistance, strongly advise that you focus on providing more details and no commentary. [05:46] !details [05:46] Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [05:46] Ben64: Drop it, but you're wrong. I just kindly report the bug, and then nothing happens. Over and over again. KDE, Unity, etc.. [05:49] cool [05:55] aware-kind: telling volunteers their wrong, isnt the best idea here..stay open minded to get your issue solved [05:58] lotuspsychje and the rest of you: Please if you do not wish to continue this argument with me then please stop continuing it. Ben64 said I have an attitude when I write bug reports which is incorrect. And I already got my issue solved with the help of Mikjaer. [06:01] aware-kind: im not trying to argue...just pointing you for future problems its wise to stay open-minded instead of negative against.. [06:05] Here are some 500 lines of errors if you wish: https://pastebin.com/ZsxzYcre. Regarding Gecko, I placed the msi-files in the path dirs you recommended [06:05] Ooooops, sorry. Wrong chat-room [06:15] I'm still having the issue where my network interface doesn't start in the state I want it to. I have the following line in my /etc/network/interfaces file: iface enp0s8 inet manual - what else is needed? [06:16] something like 'auto enp0s8' just above it [06:17] Is there a way I can specify the IP address, and netmask? [06:18] razorsharpfang: have a read of https://help.ubuntu.com [06:18] razorsharpfang: there is a server section that explains how to use the interfaces file [06:19] however I suggest you consider using network-manager to use this as it's clear you've not really got a base understanding of linux networking, so let network-manager do it for you [06:19] how to know which package kernel is installed right now? [06:19] web_dev, uname -a [06:19] This is in a virtualised test-environment, not a production system so i can re-image at will for no-cost, so I have no fear of mistakes, ikonia [06:20] is that the name of the deb package? [06:20] web_dev, that command will identify your current kernel [06:21] i need to hold the current kernel package [06:21] so i need to know the exact name [06:21] razorsharpfang: the 'manual' option means the interface needs to be startzed manually, by you, not that it is 'manually' configured. [06:21] web_dev, run the command in a terminal: uname -r [06:21] output = kernel [06:21] Aha, that makes more sense. Thanks tomreyn [06:22] razorsharpfang: if you want it to come up automatically you'll need to replace 'manual' by 'auto', and add more lines specifying its configuration. read 'man interfaces' [06:23] Ah, I should rtfm more often [06:23] sudo apt-mark hold 3.2.0-126-generic [06:23] it's good? [06:23] if you want automatic config, replace auto with dhcp [06:23] *manual with dhcp, i mean [06:23] The machine is serving as a dhcp server, so that's likely problematic. [06:24] !server | razorsharpfang see the section in the server guide on network config [06:24] razorsharpfang see the section in the server guide on network config: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Xenial (Xenial Xerus 16.04.1) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-serv [06:24] razorsharpfang: actually what i just wrote wasn't entirely correct, sorry. you need "auto nameoftheinterface" and another line saying "inet nameoftheinterface " with either "static" or "dhcp", and (if 'static') more lines for specific configurations. [06:25] I was wondering about auto vs static. [06:25] razorsharpfang: it's 'dhcp' vs 'static', and 'auto' vs 'manual' [06:26] Oh boy I sure am very wrong today. [06:27] just look at some examples, such as on the page ducasse / ubottu just pointed you to it will be much easier. [06:28] I now have the functionality I was after. Many thanks for the support. [06:34] razorsharpfang: np, have fun :) the server guide is very good, i suggest bookmarking it :) [06:45] hello gais [06:45] hello.. any ubuntu kernel compile know how people around ? [06:45] i have this issue http://paste.ubuntu.com/25698069/ [06:48] ivaat, mainline kernel is the preferred solution [06:48] cfhowlett, i do use mainline kernel and copy from there .config [06:48] i need qsv patches which i have patched [06:49] and this was not answer :) [06:49] same ooutcome is with 4.x from mainline taking .config to 4.x patches from qsv [06:49] !kernel | ivaat [06:49] ivaat: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [06:50] huh.. [06:51] ivaat: read the message from ubottu [06:51] ducasse, i have followed that path. i assume you didn't read paste :) [06:52] no, i didn't, as compiling kernels is beyond what is supported here :) [06:53] not true [06:54] erm, yes, it is [06:54] no [06:57] it really is not, building your own kernel is entirely unsupported. maybe ##linux can help you. [06:59] i am building ubuntu kernel eventually [06:59] anyways i looked perhaps someone with knowledge to give hint what could be wrong [07:42] Hi guys I have a urgent issue I installed ubuntu 17.04 but now my WiFi and LAN isnt working at all [07:42] Zenn, no official support in here. Install mainline wifi and lan :D [07:43] It is connected but just no network connection to Firefox or Ubuntu Store. [07:43] Zenn: https://askubuntu.com/questions/906103/lan-not-working-on-17-04 [07:43] :( [07:43] ivaat: this is wrong, please stop giving bad advice. [07:43] tomreyn, nah.. i just copied what i was told :) [07:43] ivaat: you interpreted what you were told in a way you wanted. [07:43] no [07:44] you did- just now [07:44] Is this a Ubuntu bug [07:45] ivaat: okay, either way, as the topic states, this is an official support channel. indeed kernel patching and compilation is not something supported here, but generi ubuntu support questions are. [07:45] Zenn: yes, this is a bug in network manager IIRC [07:45] affecting 17.04 [07:46] I can't get it working do I need restart ? [07:46] I did the touch and restart network manager does not work [07:46] Zenn: did you read the askubuntu.com link i posted? [07:48] Yes let me restart my laptop [07:48] :( why is this even in the release at all. [07:48] Zenn: this is https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1676547 [07:48] Launchpad bug 1676547 in network-manager (Ubuntu Yakkety) "No network connectivity after upgrade from 16.04 to 16.10" [Critical,Fix released] [07:53] Zenn: just restarting your computer won't work around the bug, you need to make the changed discussed on the links i provided. if you need help with it, just ask. [07:53] Omg [07:53] It does not work :( [07:53] Zenn: what is "it"? [07:54] greets [07:55] WiFi is working but not LAN [07:55] Zenn: have you made the changes on your temrinal? [07:55] Yes [07:56] Zenn: what does it say about the interface when you right click on it in the top right corner network management utility? [07:57] Wired Connection 1 [07:59] Zenn: cn you enable it there? [07:59] *can [07:59] It is enable o.o [07:59] Zenn: so LAN is working? [08:00] Yes [08:01] so i guess it's all working for you, nice. [08:01] Now WiFi isn't working [08:02] heh... [08:02] No I don't have internet connection. [08:02] :( [08:02] so do you usually connect to the internet through wired or wireless? [08:04] hey, not sure if anyone can help but I'm installing Ubuntu on a Dell XPS 15" 9560 and it's sticking at this point https://i.imgur.com/BMqG4CY.jpg [08:04] sudo apt-mark hold 3.2.0-126-generic [08:04] it's good? [08:04] this is having installed, and trying to boot up [08:04] i need to hold the current kernel version [08:04] braai: hit escape and see what the actuall issue is [08:05] tomreyn: thanks - just tried hitting escape but nothing happens [08:05] Okay worked o.o [08:05] braai: hmm, maybe try the other terminals then, ctrl-alt-f1 through f7 [08:05] doesn't seem responsive at all [08:05] maybe I should boot in a cli mode with more verbose info [08:06] web_dev: most likely not, you'd prevent the package from getting removed. [08:06] - I can't remember how to do that ;) [08:06] I will google... [08:06] tomreyn, what do i need to use? [08:06] it's clear what i need to do? [08:07] braai: you can hold down left shift during boot, then select "advanced..." and the first emergency option [08:07] web_dev: it's not even clear what you are trying to do [08:07] or why [08:09] braai: indeed this sounds like it may have frozen. bios issue? while i hope this doesn't affect NVMe, make sure your storage controller firmware in bios / uefi is configured to use AHCI mode, not RAID. [08:10] tomreyn: i have compiled my own kernel to add a driver not included in the kernel source tree [08:11] now i need to prevent that kernel from updating [08:11] because if i update it, i'll loose the driver [08:12] tomreyn: thanks. BTW I did switch to AHCI, but I'll double check in case the Dell prangware has flipped it back [08:12] braai: also refer to https://wiki.archlinux.org/index.php/Dell_XPS_15_9560 (for how to do firmware updates, as well as many other hints) [08:12] I have just updated the firmware, it's a new box. But again cheers, I'll take a look [08:14] web_dev: you normally shouldn't need to recompile the kernel to add a driver [08:14] ducasse, i do, because it's a source [08:15] web_dev: i understand that, which driver is this? [08:15] web_dev: the kernel version you run there isn't supported here, nor is comiling / modifying your kernel image. "apt-mark hold " will hold a given package at its current version, but will not prevent newer kernel images from getting installed, and grub defaults to the newest kernel image. [08:15] was there a software updater push out to fix the internet bug? [08:15] cause it seems like I managed to fix but what is the broken iso doing in the releases site. [08:16] not everyone is technical in doing this o.o [08:16] Zenn: non LTS releases do not ISO updates. [08:16] *receive [08:16] so anyone who download that will be affected by the bug? [08:17] tomreyn: hmm this is so weird. I went into recovery mode, entered the crypt password, then selected "continue with normal boot" and it booted fine [08:18] however when restarted and trying a regular boot, I run into exactly the same issue again [08:19] Zenn: maybe, i do not know how widespread it is, but it seems to affect many configurations. [08:20] okay I will run the software update on my machine. [08:20] Zenn: my personal recommendation is to use LTS releases unless you are happy to handle such issues. === KindTwo is now known as KindOne [08:22] I'm gonna try reinstalling. Maybe w/out LVM this time [08:23] braai: which release is this? [08:23] 17.04 [08:23] braai: try the normal boot without the 'quiet' and 'splash' options (edit /etc/default/grub and remove them, then re-run update-grub and reboot into the default kernel), maybe add "text" as well. [08:23] will do, cheers [08:25] ducasse, custom shit [08:25] tomreyn [08:25] you are right [08:25] but if i tell ubuntu to hold the current .deb package he know, isn't the same thing? [08:25] braai: if you still have the installer / live media, you could also boot into it and "check the disc for defects" to ensure it's not broken === RalphBa|zzZ is now known as RalphBa [08:26] web_dev: same as what? you really, really, really do not want to manage your own kernel image unless you know what you're doing. the one you picked is already out of support, rreceives no security patches and may have known vulnerabilities. [08:27] and that's your kernel, controlling basically everthing happening on your computer. === r0Oter is now known as r00ter [08:28] it's not a computer [08:28] is an old dev board [08:28] so i don't care if are there security problems [08:28] if it runs linux, its a computer [08:29] web_dev: tomreyn is right - this is way outside what is supported here [08:29] tomreyn: booting w/out quiet and splash gives me a terminal login, should I just login and startx ? [08:30] ooh [08:30] hang on I am seeing some bug warnings [08:31] i hate when people does not answer to my question [08:31] i just asked how to hold my own kernel [08:31] braai: if you installed ubuntu desktop, x would still start automatically even with 'quiet' and 'splash' removed (maybe not with 'text' added, though). [08:31] i appreciate your suggestions, but that's not the answer to my question [08:32] web_dev: i answered this question a while ago. [08:33] tomreyn: err I will check - I didn't do exactly what do you said, rather I went into grub advanced and selected edit the startup command, then removed quiet & splash from there. Anyway, these are the warnings I am seeing: https://i.imgur.com/SenbZ6a.jpg [08:33] ToAruShiroiNeko, [08:33] ops [08:34] tomreyn, ubuntu OS is still thinking that i'm using the originary kernel package, right? [08:34] I'm seeing some more info since taking that pic [08:34] so i can tell ubuntu to hold it, in this way, no new kernels will be installed [08:35] web_dev: you asked 'how to hold my own kernel', i replied that "'apt-mark hold ' will hold a given package at its current version, but will not prevent newer kernel images from getting installed, and grub defaults to the newest kernel image". [08:36] what does it mean "will hold a given package at its current version" ? [08:38] hmm logging in from here and running startx just hangs... I'll try booting again [08:38] web_dev: most packages do not carry a version number in their package name, resulting the earlier package version to be replaced by newer package versions during upgrades. that's different for the linux kernel packages which carry their upstream version in their package name. as a result, they are never updated by default. but there is a meta package which always keeps its name and tracks (depends on) the latest available kernel image and [08:38] ensures it gets installed. [08:39] braai: startx isn't what you want to do, probably [08:39] ah [08:40] tomreyn, are you telling me that i will never hold a kernel package? [08:40] https://askubuntu.com/questions/178324/how-to-skip-kernel-update [08:40] here say to do this way [08:40] The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem [08:41] i have got the http redirecting to https [08:41] but now if i access http://localhost:8443/myapp [08:41] I am getting this message [08:41] web_dev: unless you'll remove that meta package and thus prevent getting kernel (read: security) updates, you'll get newer kernel versions during in-release upgrades (i.e. when updating all packages, not just upgrading to the next ubuntu release). grub, unless reconfigured by you, defaults to booting the newest (highest version) installed kernel image. [08:41] web_dev: what version of ubuntu are you on [08:41] ..is it a valid certificate? [08:42] braai: sorry, i got sidetracked, checking your screenshot now. [08:42] Sweepyoface: I have generated the certificate by openssl [08:42] So it's not valid. [08:42] tomreyn: np cheers [08:43] self-signed in other words [08:43] Ben64, 16.04 [08:43] it's a dev board [08:44] sounds like a mess, 3.2 doesn't exist on 16.04 [08:44] tomreyn, it's not grub [08:44] it's another shit called "u-boot" [08:44] whatever you got isn't supported here [08:44] kernel update is the only thing that willupdate "Initrd" ? [08:44] wwatch the language, please [08:44] web_dev: ^^ [08:45] braai: your CPU locked up temporarily during boot, or that's what linux thinks. this means that OS and firmware / hardware don't play together well in this configuration. i suggest you install all available updates and see ifg it still happens. if it does, then try a newer kernel image. if it still happens, install an LTE release with a !hwe or !mainline kernel instead. [08:45] Ben64, 16.04 is still supported [08:45] not with a 3.2 kernel [08:45] 16.04 comes with 4.4 [08:45] 3.2 kernel is what i put there to run my driver [08:45] Sweepyoface: but it works well if i use http://localhost:8081 it uses https://localhost:8081 [08:45] hence, not supported [08:45] here it uses https and it works perfectly [08:46] web_dev: especially not with a 3.2 kernel you are building yourself - as we've said, you are way outside of what we support [08:47] ducasse, explain what do you mean by "support" [08:47] braai: which cpu do you have? [08:47] i asked something which not involves at all the version of the kernel [08:47] i just asked how to hold a kernel [08:47] tomreyn: hmm, ok thanks. I might be in a bit of trouble here as I've completely wiped windows and didn't create a USB restore disk as I didn't have a spare to hand. I guess there should be a way to install the updates w/out Windows OS? [08:47] web_dev: this channel only supports official packages, you're doing something way outside of that, so... not supported [08:48] Ben64, but which kernel version i run it's not your business. i just asking "how to hold a kernel" [08:48] braai: installing updates is as easy as "sudo apt-get update; sudo apt-get -f install; sudo apt-get dist-upgrade -V" [08:48] it could be also a 8000.9008.498 kernel version [08:49] web_dev: it will depend how you are managing your kernels - which DOES depend where your kernel comes from and how it's installed [08:49] tomreyn: CPU is i7 7700HQ 2.80GHZ. Ah sorry I thought you meant firmware updates :) [08:50] web_dev: you're right, it's not my business, it's also not supported here [08:50] even if i installed my own kernel, ubuntu still thinks that i'm still running the originary kernel, right? [08:50] no [08:50] braai: oh you mean firmware updates, i think you said you already installed them. the one asking about your CPU was ducasse (not me). [08:50] web_dev: not at all, hence why I said "it does matter" [08:52] haha ok. No, I did all firmware updates except one, I didn't think it mattered too much at the time (think it was a disk controller) [08:53] thanks for all your help btw guys, much appreciated [08:53] braai: you might want to install intel-microcode if you've not done so [08:53] ahh yes [08:54] braai: if there is no immediate issue with the NVMe (at this time i have no reason to think there is) then ignore the firmware updates for now (but note that the archlinux wiki i pointed you to earlier discusses how to upgrade your firmware from linux) and just focus on working around / fixing the "CPU stuck" issue. [08:54] c00l nice one [08:56] braai: so can you actually login to the text console and work there? [08:56] yup that's right [08:56] just about to do the updates [08:57] braai: okay then i'm with duscssa there, install the microde package, install all available ubuntu package updates (using the commands i provided above), reboot and see if it helps [08:58] cool thanks I will do that :) [08:58] argh no network now. Lol [08:59] I should be able to figure out how to get onto my wifi [08:59] braai: do this first: https://askubuntu.com/questions/906103/lan-not-working-on-17-04 [09:00] this is weird I don't have /sbin/ifconf [09:00] /sbin/ifconif [09:01] braai: ifconfig was replaced by ip [09:01] sorry, /sbin/ifconfig. This connection is a bit laggy [09:01] ahh [09:01] ok thanks [09:01] ok cheers I will follow that link ^ [09:03] braai: actually ignore the askubuntu.com page (the 'UPDATE' of the first answer is not entirely correct and should be ignored) and just do: sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf; sudo service network-manager restart [09:03] that link is about LAN not working though, I'm on WiFi [09:03] ok cheers [09:03] braai: LAN or WLAN does not matter there. [09:03] ok cool [09:05] this is quite amusing trying to fix this in the cli on a 4k screen... have to squint a bit -./ [09:05] braai: if, after this, there is no connection available, yet / you still need to configure it, i suggestysou use either nmtui or nmcli (in this order) to configure your wireless [09:06] bbiab [09:06] unfortunately the service NetworkManager restart is taking forever [09:06] cool ciao [09:11] logsb lastlog -file ~/ubuntu-xps-help.log [09:11] GAH! [09:11] heh [09:12] I'll try that again [09:12] pah, irssi doesn't like logsb [09:12] ahh because that's the name of the alias the guy was making. https://gist.github.com/cincodenada/7274521 [09:13] derp [09:19] !log | braai [09:19] braai: Official 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/ [09:19] both .txt + .html [09:20] wget https://irclogs.ubuntu.com/2017/10/08/%23ubuntu.txt [09:20] oh wait, no network :) [09:29] tomreyn: cheers :) I've got the log on my shell now anyway, and have a nice record of our conversion via `egrep 'ducasse.*braai|tomreyn.*braai|braai' ubuntu-xps-help.log | less` [10:41] Hi, I have a Mx Master and I failed to follow the guide from Arch wiki. Probably, because I have no idea how to configure xbindkeys. [10:42] Is anyone willing to help me? [10:44] #ubuntu-dev [10:54] @arunkumar413 #ubuntu-dev is invite only. [10:55] just register your nick name [10:55] identify.. then can join. no invite [10:55] phew, after struggling for a while I remember that I managed to get into a working desktop environment by going into recovery mode, entering the crypt pw and then resuming. From here I have full network access and GUI so I can do all the updates quite easily. Thanks again for the help tomreyn and ducasse [10:55] KristoferV, and its #ubuntu-devel [10:56] well the #ubuntu-dev redirected to #ubuntu-devel, posted it there, then realized it wasn't #ubuntu-dev so i think it is fine now. Noone has intrest there. [10:57] i answered with hi :) [10:57] really helpful, getting my mouse working... [11:01] KristoferV: why don't you start with some details on what exactly your issue is? [11:03] KristoferV what is Mx Master? [11:04] based on the stuff he's asking in other channels I'm guessing he means he has an SMTP service of some sort that is the host listed as the primary MX record [11:04] it is a mouse [11:04] what !!!! [11:05] so you're talking about a logitech mouse [11:05] yes... [11:05] this is crazy, I'm out [11:05] https://wiki.archlinux.org/index.php/Logitech_MX_Master [11:06] i'd still like to know what your issue is? [11:07] the thumb button, I want thumb button press to play/pause got it working, but can only pause and then need to resstart xbindkeys to pause again, then thumb button down and moving mouse up down for volume controls, moving mouse right for media next and left for Super+L(lock) [11:08] Also it is weird, that side scroll scrolls sideways and also changes volume [11:09] I just can't really be on Linux daily, since I am used to it, right now the thumb button is useless and using sidescroll requiers me to change the volume manually, to keep the volume at same position... [11:10] not sure if you a\can use xbindkeys to set events for a button down + mouse movement... [11:11] https://wiki.archlinux.org/index.php/Logitech_MX_Master [11:11] that is the only resource i could find, I think it would work fine, except I have no idea how to use xbindkeys [11:12] KristoferV is this useful https://ubuntuforums.org/showthread.php?t=2276625 [11:12] KristoferV: from that link - "Logitech gestures (moving mouse up/down/left/right while thumb pressed) are not detected in linux." [11:13] can that tool gpointingdevices help? [11:13] the solaar thing is for unifying dongle, I use Bluetooth. [11:14] still, you can't bind to those events in linux. [11:14] what all information that the BIOS chip contain which is unique across all the systems [11:15] KristoferV what ducasse says http://paste.ubuntu.com/25699239/ [11:15] i don't care about the i button, since I use it as default anyways. [11:15] what about the arch linux? [11:16] what about arch? [11:16] arch wiki* [11:16] did you _read_ that article? [11:16] it says mouse sends some garbage on the way, when it sends thumb button down [11:16] what are you referring as that? [11:17] i think that garbage is for logitech's windows broken utility (that just randomly stopped working) [11:17] but if the thing can detect when thumb button down [11:17] what arch wiki says it can [11:17] then you can just read if mouse is making movement up/down/right/left [11:19] and where would you read that movement from? [11:20] mouse moving? [11:21] yes, that's what we're talking about, isn't it? [11:22] i guess [11:22] oO [11:23] oh [11:23] I got really confused with thumb wheel and thumb button [11:25] guess i need to get used to linux... :# [11:25] ut the play/pause [11:26] ttbomk what you were asking for cannot be done [11:26] yeah [11:26] got it [11:26] "If you look at the keys the button triggers you will notice that it sends a series of keys, confusing xbindkeys. You need to add a short sleep here so xbindkeys will only react on the first keys send so we can at least map one action to it:" [11:27] i guess the garbage is the direction mouse is moving (what confuses xbindkeys), since when thumb button is down (holded), then mouse doesn't move [11:28] and then the thing arch wiki says we can detect is it just pressed [11:28] i got it only little working [11:29] if i have that, then pressing thumb button pauses, but then you can't start music again, you can pause again if you kill and start xbindkeys again, but not pause... [11:29] not play* [11:30] what did you bind the button to? [11:31] copy paste from wiki when the script [11:31] "sleep 0.1 && xte 'key XF86AudioPlay'" [11:31] m:0xc + c:23 [11:31] so if xbindkeys recives m:0xc + c:23 [11:31] then I guess it is Thumb button down [11:32] then it sleeps for 0.1 sec (since that is probably the mouse movement, what confuses xbindkeys) [11:32] and it won't toggle, it just pauses? [11:32] and virtually presses Media play/pause "aka XF86AudioPlay" [11:32] it only pauses [11:32] and if you pause 1 time [11:32] you need to pkill xbindkeys && xbindkeys (restart) it to pause again [11:33] what if playback is already paused, if you restart xbindkeys will it start it then? [11:33] no [11:33] which music player is this? [11:34] video player (gnome) / cmus [11:34] what i have tested with [11:35] ok. which release is this, btw? [11:35] of what? [11:35] ubuntu [11:36] the latest lts [11:36] canät remember number, sec [11:36] 16.04 [11:36] hang on a second, i want to check something in my config [11:42] hmmm... seems there is both XF86AudioPlay and XF86AudioPause, the player might be waiting for the one you're not sending (although then i would sort of expect the opposite behavior) [11:43] i do things a bit differently here, so i can't say for sure [11:43] I have media keys on my PCs, they work [11:43] including pause/play [11:43] ok, it was just a thought. [11:44] wait [11:44] can we capture me pressing media on my laptop? [11:44] 'xev -event keyboard' [11:46] eymapNotify event, serial 28, synthetic NO, window 0x0, [11:46] keys: 4294967270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [11:46] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [11:48] what you're looking for is 'KeyPress event, serial ...' etc, but nvm [11:49] the problem might be that you're sending the keypress event, but not keyrelease, and that is why xbindkeys needs to be restarted [11:51] that is from my media key, that works fine and doesn't disturb xbindkeys, it comes up when i release the media key [11:51] https://prnt.sc/guqgn6 [11:51] the upper is space to know where it comes [11:51] and the bottom one is alt f4 [11:54] are you using kali? [11:54] on laptop, yes [11:54] on desktop, ubuntu gnome [11:55] is kali fing up things? [11:55] it would not be the first time [11:55] i'm not even going to try supporting that [11:56] i just needed kali, that was my first linux installation and it was on laptop, since i like gnome anyways, i didn't want to reinstall... [11:57] right now not at home.. No desktop to take, but why does it exist on my desktop too? [11:58] https://docs.kali.org/introduction/should-i-use-kali-linux - "Kali is a Linux distribution specifically geared towards professional penetration testers and security specialists, and given its unique nature, it is NOT a recommended distribution if you’re unfamiliar with Linux or are looking for a general-purpose Linux desktop distribution" [11:58] sorry... [12:00] too lazy to reinstall, got introducted to linux with kali, then started to like it.. Is the problem related to Debian or Kali? [12:00] Hiyas all [12:00] guess I should reinstall sometime and come back? [12:00] KristoferV: if you can reconnect from your desktop at some point, we can look into it there. there are simply too many things in kali that are badly broken for us to help with. [12:01] ok, thanks anyways for trying to help.. If i reconnect when i get home and mention you? [12:01] and > should I * [12:02] KristoferV: if you are a fairly new user, i suggest trying ubuntu instead - it is much more suited for general use. just mention my nick, if i'm here i'll respond :) [12:07] Thanks, first I was "Linux is great, why shouldn't I use it" *Installs Ubuntu* *Uses Ubuntu for a week* "This is so shit" *needs to use Kali for somebody's wifi shit* *needs to do it multiple times, dual boot installs it* "About every 2-3 days when I need a thing it is complicated on Windows, on linux copy paste 1 command" *starts using Kali lot, recently trying to get everything overboard to Linux* *why kali? Because it is already [12:07] installed* *when deciding to try to port to Linux, discoveres there is Ubuntu Gnome, looks and feels really good* *Still too lazy to get off kali on laptop* *problems, here* [12:16] hi i'm currently kinda stuck at installing ubuntu server 16.04 tasksel fails at the Basic Ubuntu server packages with apt-get failed (100) [12:17] i could boot into the system and install packages but the basic ubuntu server still fails [12:18] should give more info [12:20] tasksel in the booted system just errors aus with apt-get failed (100) while installing vom usb it complained that libcurl3-gnutls is not installed and will not be installed [12:20] ok why [12:21] ducasse, tomreyn: finally I am in, everything Just Works. Thanks once more, have a good one :) [12:22] ikonia: https://pastebin.com/pVDiQXuW this is the complete error [12:23] not what i asked [12:23] task selected were minimal server utilitys and openssh-server [12:23] why can it not install that specific package from usb source [12:23] that is the question i'm asking myself, since i even cant install it when i'm booted into the system [12:24] i also tried to redownload iso and write to a different USB stick with the same error [12:24] xset: so what happens when you have only the USB enabled as a source and you try to install that speific package === SimonNL is now known as SimonNL_Afk [12:25] what's default display server in 17.10? [12:26] !17.10 | flux242 [12:26] flux242: Ubuntu 17.10 (Artful Aardvark) will be the 27th release of Ubuntu. It is due to be released in October 2017. Discussion in #ubuntu+1 [12:27] ikonia: that i sadly cant tell you with absolut certanty because i guess the installer enables the online mirror too [12:28] xset: ok - then do the test after the install [12:29] xset: and I don't think the installer enables the online repo by default unless you tell it to [12:29] xset: or pull the network cable to make it only use the USB [12:29] good idea [12:30] xset: what version of ubuntu is this ? [12:30] there was a command here that shows package versions for a specified release version. How was it? [12:30] ikonia: 16.04.3 server [12:31] xset: so in theory the usb should be in sync with the online mirrors [12:31] flux242: /msg ubottu !info === ShalokShalom_ is now known as ShalokShalom [12:53] Hello everyone. I burned an ubuntu DVD yesterday and when I use it as live disc in my laptop seems like there's no wifi driver. Will the driver work out of the box if I install the system to the hard drive or do I have to install it manually? I thought ubuntu has rich driver library... [12:54] depends on your wifi chipset [12:54] and if/how well its supported in linux [12:54] ikonia: same error while installing without network connection [12:55] xset: ok - so it can't get the package from the usb - why not, what happens when you try to install the package on the system with just the usb as a source [12:56] I don't know what in which room to ask the quesiton. I want to access my wife's cell phone via a usb connection. I hear about mtp, but am probably only partially where I want to be (unless ptp is a better option) [12:56] ikonia Where can I check if wifi card is supported or not? [12:57] mikesrike: normally online has fair ammount of resources on the wifi chipset and specific linux version support [12:57] ^set logfile /tmp/irc.log [12:58] mikesrike, what wifi card? [12:58] This is my pastebin of lsusb [12:58] https://pastebin.com/L3uRn7bs [12:58] jeremy31 I'm searching for that. Device is lenovo s21e [12:59] mikesrike, check in terminal lspci -nnk | grep -iA3 net If you want paste results at paste.ubuntu.com and post a link [13:00] jeremy31 I can't paste it since there's no internet connection on the machine xD but I'll check this in a second [13:02] ikonia: so installing libcurl3-gnutls requires libldap-2.4-2 that depends on libgssapi3-heimdal [13:02] and libgssapi3-heimdal has no install candidate [13:02] ok - so install that package, work it through [13:02] Sbur3: whether you want mtp or ptp depends on what you want to do [13:02] !info libgssapi3-heimdal [13:02] libgssapi3-heimdal (source: heimdal): Heimdal Kerberos - GSSAPI support library. In component main, is important. Version 7.1.0+dfsg-9ubuntu1.1 (zesty), package size 105 kB, installed size 336 kB [13:02] xset: that package is in "main" so I'd expect to see it on the CD [13:03] jeremy31 I have only device ID for now and it's PCI\VEN_14E4&DEV_4365&SUBSYS_062117AA&REV_01, the card name is Broadcom 802.11n Network Adapter [13:04] ducasse: I was able to recover the stuff off her ASUS cell phone. She replaced it with a "noname" brand cell phone. I want to put the music and photos I have on my Ubuntu desktop onto her news phone [13:04] Sbur3: then you want mtp [13:04] ducasse: The name of the brand is apparently "AllCall Bro [13:04] ducasse: Can you walk me through the procedure? [13:05] ducasse: Btw, what is ptp good for? [13:05] mikesrike, you need bcmwl-kernel-source and should be able to install by putting the USB/DVD with the ISO on and then go into Settings/Software and Updates/Additional Drivers and install Broadcom Proprietary module. You will need to have Secure Boot disabled in BIOS [13:05] Sbur3: which release and desktop are you running? ptp is for pictures only, and i think it's one-way [13:06] ducasse: To be honest, I have Ubuntu Studio 17.04. The cell phone uses Android 7.0 [13:06] jeremy31 Are you talking about live disc mode? [13:07] mikesrike, But you insert the media while booted to the installed version [13:07] ducasse: In file manager, it shows the cell phone, but no way to access it or do something with it [13:08] jeremy31 So just to get it working: install ubuntu on the hard disk and then install proprietary broadcom module from the ubuntu iso? [13:08] ducasse: And I noticed that there are two things in lsusb that don't have a description on it [13:08] Sbur3: try to just click the icon in the file manager sidebar for the cell phone, then look for notifications on the cellphone display [13:09] mikesrike, with Secure Boot disabled it should work as bcmwl is the only module that works for your wifi [13:10] mikesrike, also search internet for bcmwl offline install [13:11] ducasse: When I click on AllCell Bro, it pops up the reference to mtp:001,009 [13:14] Sbur3: but can't you see a notification in the cellphone display? try pulling down from the top. [13:14] ikonia: yes it is on the stick/in the iso, no clue why it cannot install the package then [13:15] FileZilla does not work [13:16] ducasse: On the cell phone, I find "Use the USB connection for 1 - charging the cell phone, 2 - Transfer files (transfer the files towards another item,3 - Transfer photos (PTP) transfer photos or files if MTP is not compatible (PTP) or 44 - Use this item as MIDI [13:16] damnit, the disk is full [13:16] xset: showme the output of apt-cache policy $packagename [13:17] ducasse: Nothing about MTP nor about using the connection to transfer towards it from elsewhere [13:17] Sbur3: mtp is most likely 2 [13:17] Sbur3: option 2 is what I use on my Nexus phone [13:19] ducasse: jeremy31: So this should open the door to me transferring files from my desktop towards the cell phone? [13:19] yup [13:19] Sbur3, It should but some people have had to use developer mode on the phone to enable USB debugging [13:19] ducasse: jeremy31: Youpieeeeeeeeee !!! It seems to have functioned [13:20] ducasse: jeremy31: I can see the contents of the cell phone [13:20] ikonia: installed: (none) \ Candidate: (none) \ Version table: \ [13:20] ducasse: jeremy31: Thanks a lot !!! [13:20] Bye [13:20] Sbur3: yw :) === Chinesium is now known as X230t [13:34] to listen mp3's: audacious or gnomeMPlayer? [13:35] I need a good tutorial for creating a self-signed ssl key [13:38] skinux: https://askubuntu.com/questions/49196/how-do-i-create-a-self-signed-ssl-certificate [13:39] IT says the keys already exist, but nginx gave error === juboxi is now known as jubo2 [13:40] vlc? [13:41] qswz: imo smplayer is nice, depends on your needs [13:42] * qswz checking [13:42] music only is the need [13:43] what ie hte 'my' command? [13:43] light, and good quality [13:43] the tutorial syas to sue it, but it doesn't exist [13:44] skinux: it's mv [13:45] Unable to load private key [13:46] xset: sorry I was away from my desk, if you do apt-cache search $package, do you see anything [13:49] no output [13:53] i [13:53] Those commands are not working https://gist.github.com/skinuxgeek/7039e119299ae4cbc14b236bd3475587 [13:53] im currently booting into a vm to know if it is really the iso or my pc [13:53] qswz: smplayer can handle both audio and video, and is light. for another light option that only handles music, try gmusicbrowser. excellent at handling large libraries. === capella is now known as capella|zzz [13:59] ikonia: VM installation with the same iso works flawless, so i guess something is wrong with the hardware [14:03] how to select template in gimp? [14:04] menu is locked [14:11] UNable to load private key https://gist.github.com/skinuxgeek/7039e119299ae4cbc14b236bd3475587 [14:13] hi. I'm on a messed up xenial server. [14:14] I is now stuck at "Setting up apt (1.2.25)" for serveral minutes. [14:14] It's a rescue mode. [14:14] Seems what gets it stuck is apt-daily === KindTwo is now known as KindOne [14:17] ducasse: ok thanks [14:19] sobersabre, and why do you have 1.2.25 ? [14:19] ioria: I suspect this server is totally messed up. [14:20] sobersabre, it's proposed, default is 1.2.24 [14:20] is this a too new package ? [14:20] fu******** [14:20] sorry [14:20] !info apt xenial [14:20] apt (source: apt): commandline package manager. In component main, is important. Version 1.2.24 (xenial), package size 1037 kB, installed size 3315 kB [14:20] qswz: gmusicbrowser is probably a lot better as a music player, so try that first [14:21] ioria: bless you ;) [14:21] sobersabre: enabling -proposed on a server is not a good idea ;) [14:21] sobersabre, ok [14:23] ducasse: tell me about it. I'm just a consultant fixing the stuff employees do. [14:24] no docs, of course. [14:24] !proposed [14:24] The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [14:25] sobersabre, i don't use proposed, i think you might disable those sources, apt update and sudo apt install -f [14:26] you will need to purge -proposed packages manually [14:26] ppa-purge can probably handle it [14:26] ducasse: I don't want to purge apt before I install older one. [14:26] yeah, but that pkg is apt [14:26] it's not a ppa [14:26] ok [14:27] I'm calling dpkg -i /paths/to/*.deb in question. [14:27] sobersabre: doesn't need to be a ppa, look at the ppa-purge man page [14:29] hi, i know 17.10 is not stable but i can ask support for him? [14:30] !17.10 | xan_IT [14:30] xan_IT: Ubuntu 17.10 (Artful Aardvark) will be the 27th release of Ubuntu. It is due to be released in October 2017. Discussion in #ubuntu+1 [14:31] ok [14:35] I removed apt* packages via dpkg --remove. [14:35] It still gets stuck on "Setting up apt" [14:35] argh. [14:35] is it possibe some virtual fs is locked? [14:37] sobersabre: why did you remove the apt* packages? [14:37] when running via: `dpkg --configure -a -D3` [14:37] I see the stucking happens at: fork/exec /var/lib/dpkg/info/apt.postinst (configure 1.2.18) [14:37] I guess that script hasn't been purged. right ? [14:41] I have a bug and want to know if I should report it. To reproduce it, bind keyboard shortcut super+alt+1 to anything in compiz (but make sure the corresponding plugin is enabled). Now press super+alt+1 but make sure you press super *first* and *then* alt. Now you see that Unity's dash captures the key-combo-press and doesn't let it pass to compiz. [14:41] The dash will open the first open window listed on the dash, as if you clicked Super+1. Should I report this bug or has it been reported already? [14:41] akik: ^^^ b/c the machine was a mix of stable vs proposed updates. [14:42] sobersabre, see if it helps : https://askubuntu.com/questions/768849/how-to-reverse-proposed-channel-package-upgrade [14:45] OKOK, I'm ok [14:45] apparently either service OR virtual fs was indeed missing, After getting out from rescue mode, now everything works. [14:45] I can finish the upgrade. [14:46] ioria: thanks for your most important tip about proposed. [14:46] I hate such bumps for an 1.5h [14:46] :( [14:46] sobersabre, no problem, glad you made it [14:46] ioria: I had worse ;) [14:47] And I guess you had too :) [14:47] :yeah [14:47] it's just an acute case of PEBKAC [14:47] now the machine at least has stable package channels. [14:47] I'm trying to follow these instructions https://www.ivpn.net/setup/gnu-linux-netman.html but at step 6 I can't "Choose a connection type window select Import a saved VPN configuration". My network manager looks like this https://imgur.com/a/fPGsr not like this https://askubuntu.com/questions/187511/how-can-i-use-a-ovpn-file-with-network-manager [14:47] good [14:47] and I've installed etckeeper in case they decide to re-challenge me [14:48] I have no option to import the saved configuration, as far as I can tell. [14:48] ioria: I'm not used to manually installed boxes any more. [14:48] :) [14:48] it's so 1999 [14:48] sobersabre, wow [14:48] (even then we had cfengine) [14:48] so I've got unattended-upgrades enabled, when I run it manually its saying there's nothing to upgrade, but running apt-get upgrade shows there's one package to upgrade. unattended-upgrade -v doesn't show any blacklisted packages, any idea why unattended-upgrade isn't upgrading? [14:49] jiffe: just dig its conf files. [14:49] where is ubuntu gnome 17.10 daily build gone? [14:49] maybe it is configured to only take security [14:50] jiffe: you can check with apt list --upgradable [14:50] jiffe: unattended-upgrades is probably only set to look for security upgrades [14:51] RalphBa: look at the topic in #ubuntu+1 [14:52] jiffe: see /etc/apt/apt.conf.d/50unattended-upgrades [14:52] ducasse, I'm searching for ubuntu gnome, not ubuntu [14:52] its set for updates also, but this package looks like its on a different repository in /etc/apt/sources.list.d so that's probably why [14:54] BTW when is 16.04.3 due to be released ? [14:55] RalphBa: well, #ubuntu+1 is still the place to start [15:01] yup I added that packages origin:suite to /etc/apt/apt.conf.d/50unattended-upgrades and its upgrading now, thanks [15:01] ducasse, thanks [15:05] unattended upgrades runs in automode after you boot in ...it's pita that can be resolved by updating and upgrading daily on your own, just remove it [15:06] Evening all. Trying to mount a Windows NTFS partition on an eMMC 32GB laptop. Finally managed to get Ubuntu to boot from USB by adding bootia32.efi in, but now instead of NTFS for the partition type, I just see "Microsoft basic data". 3g-ntfs is already loaded, so it's not a driver issue === KindTwo is now known as KindOne [15:09] inflex: what error do you get when you try to mount? [15:11] inflex: microsoft basic data is the partition type for ntfs when you use gpt [15:12] well I welcomed the decision of canonical to get more mainstream... that it would kill the vanilla gnome derivate... what should I say, bettering one mistake by doing another === rud01f is now known as rud0lf [15:13] RalphBa: the vanilla gnome session is still available for ubuntu [15:13] akik, thanks. I tried mounting it manually with "mount -t ntfs /dev/mmcblk1p3 win" but it couldn't find NTFS signature [15:14] I have a bug and want to know if I should report it. To reproduce it, bind keyboard shortcut super+alt+1 to anything in compiz (but make sure the corresponding plugin is enabled). Now press super+alt+1 but make sure you press super *first* and *then* alt. Now you see that Unity's dash captures the key-combo-press and doesn't let it pass to compiz. [15:14] Should I report it? [15:14] mm... maybe I should try ntfs-3g === beaver_ is now known as beaver [15:18] @akik, I think I know what's happened... it appears to be a bitlocker encrypted parition *sigh* [15:25] alright so ran into another one and I'm not sure why unattended-upgrades isn't upgrading mariadb: https://pb.jiffe.com/FFtXZ4vP7PnQhVq1sysemq any idea? [15:28] @akik, solved it. Loaded dislocker, you have to apply that first to the bitlocker partition, which then creates a "file" that you loopback mount to get to your decoded windows fs [15:33] /var/lib/apt/lists/mirrors.accretive-networks.net_mariadb_repo_10.1_ubuntu_dists_xenial_InRelease doesn't have a Suite, not sure if that's a problem [15:34] using "MariaDB:*"; worked [15:37] Hello. I am using a PPA and it worked fine. But now Ubuntu was upgraded and it stopped working. Because it seems the PPA it is for an older version. How can I get the PPA upgraded to current version so I can keep using it? [15:37] *was [15:39] Hi, is there any way that I can get a custom grid form my desktop where apps snap to a certain part. Right now I can have the screen cut in 4 but I need to customize that [15:39] akik but not as independent self sustaining entity [15:42] superherointj, installing a ppa is meant to be temporary, there are no upgrades from ppas, therefor they should be removed from the sources.;ist.d immediately after use [15:42] sources.list.d [15:43] Oh. [15:43] Then I don't have a solution. :( [15:45] RalphBa: i don't quite follow you. i remember reading that the ubuntu gnome devs are still developing gnome inside canonical [15:46] I guess what I need is a compositing windows manager, does anyone know about these? [15:47] akik, yes but now they are not independent anymore. the ubuntu desktop team never had my trust since the mess with unity [15:47] its like beeing back at that times ubuntu left the common path [15:48] RalphBa: the changes don't help the linux ui fragmentation at all [15:50] is donald trump going to start world war 3? [15:50] akik, the changes? [15:50] superherointj, upgrading ppas to the new distro works fine; you can use the software & updates tool, or just edit the files in /etc/apt/sources.d by hand, change the name of the old distro to the new one and re-enable. but you may want to check the ppa *has* packages for the new distro [15:50] version [15:51] It doesn't have packages for the new distro. (https://launchpad.net/~avsm/+archive/ubuntu/ppa) [15:53] then you're screwed :-) although in this case it's probably because the newer distros actually have newer versions of the packages. so you should be getting those versions anyway [15:55] certainly 17.10 has newer versions of all those [15:55] RalphBa: i meant this transformation into unity and now moving to non-vanilla gnome [15:55] suspect everything since wily does too :-) [15:55] he [15:55] how do I list my ppas [15:55] to select the right one using hte cli [15:55] don't know the name of hte ppas [15:56] and how do I insalll tox software j-for chat [15:57] tell me guys [16:00] test am I showing up? [16:00] iffraff1: no, you're completely invisible :) [16:00] sweet! that's what I was hoping [16:01] !i3 [16:01] hmm. iffraff1 you're looking for i3 :) [16:02] Seveas: my sense is that I3 sort of takes over your desktop experience. I would like to keep my task bar and usual ubuntu experience but add the ability to have snap to regons [16:02] akik, agree [16:02] completely [16:03] Hey [16:03] I'm having trouble with an HP netbook with the screen brigthness. [16:03] It has an AMD chip.n [16:05] Anyone [16:07] iffraff1: there is a tiling extension for gnome, if that's what you're using [16:08] ducasse: does it basically let you specify regions on your screen the snap to those regions? [16:08] cybermaster, have you tried the acpi_backlight=vendor fix? [16:11] iffraff1: never used it, i just know it exists. i think it's called 'shellshape' [16:12] cool, thanks [16:13] kostkon I think I did, but I will double check. === RalphBa is now known as RalphBa|away [16:36] the "latency offset" option in pulseaudio...plus is ahead and minus is delayed ? [16:37] untoreh what? [16:38] untoreh: sounds reasonable, where do you see this option? [16:39] cybermaster: pavucontrol, but you can also change it with pactl set-port-latency-offset [16:41] i have a bluetooth soundcard but it is seen as an actual usb soundcard and not a bluez virtual soundcard so I think I have to set the latency offset manually [16:41] untoreh: then it should be documented in the pactl man page, i expect [16:43] ducasse: already read it does not explain plus and minus [16:43] Is there a way to configure things so that there is a special value of DISPLAY that puts the X window on the 2nd workspace === juboxi is now known as jubo2 [16:44] Delta706: no, DISPLAY has no understanding of or connection to workspaces [16:44] try wmctrl or devilspie [16:45] wmctrl only moves it afterwards. I would like to have the window not appear on the 1st workspace [16:47] then try devilspie, which would move it as soon as it appears. your wm might also have a built-in way to do this. [16:48] devilpie has the same problem [16:49] in my experience i've never really seen the window get mapped before it gets moved, it's your best option if the wm can't do it, though [16:50] I am using unity. Can unity do it? [16:51] possibly, that would be a compiz thing i imagine. try compizconfig-settings-manager. [16:51] yes, I have tried ccsm === Chinesium is now known as X230t [16:54] ok, then i'm out of suggestions. [16:56] koston Tried the acpi_backlight thing in grub [16:56] Didn't work [16:59] Ban on me? [17:10] Why cant we just destroy north korea right now? [17:11] VoteTrump2016: I know you're trolling, but because innocent people live there? Also you shouldn't obsess with watching the news so much. Eventually it becomes your complete reality [17:15] (.)_(.) [17:16] boobies! === KindTwo is now known as KindOne [17:25] Hi [17:27] every time i restart the system or boot the system. i am not getting connected to the internet. it requires me to reboot the modem as well to get connected [17:27] reminds me when I was 14 [17:34] Where are the broadcom wifi drivers of my macbook air located? i wanna copy the drivers and paste them in my new antergos setup as I cant find the drivers for it [17:36] ubangoboi: how's this ubuntu related? [17:39] ubangoboi: the drivers need to be built for your kernel, so talk to antergos support [17:40] someone told me i could just copy the folder. Im just stupid I guess === SimonNL_Afk is now known as SimonNL [17:43] you didn't know this, that's all [17:44] hi, I'm on 17.10 in Files I'm missing the side panel Home Doc Dow etc? [17:45] !17.10 | dm_comp [17:45] dm_comp: Ubuntu 17.10 (Artful Aardvark) will be the 27th release of Ubuntu. It is due to be released in October 2017. Discussion in #ubuntu+1 [17:59] Hi === de-facto_ is now known as de-facto [18:26] hi [18:26] how do I create a new desktop the same as unity but in tty2 [18:26] I already have a new account or user [18:26] but how do I login simulatenously with it [18:30] hello?? [18:32] does fsck.ext4 work online? [18:33] it can not repair everything online, but it can check everything online [18:35] lfowlr: ps aux | grep Xorg [18:35] the :0 and vt7 are key [18:37] if your ubuntu has automatic updates and your pc suddenly turns off, ubuntu automatically recovers the stop of update without saying anything? [18:38] Seveas, thank you very much [18:39] yes but [18:39] > /dev/sdc1 is mounted. [18:39] > e2fsck: Cannot continue, aborting. [18:39] Seveas: I want to open another DE at the same time [18:39] in another virtual consoel [18:42] if your ubuntu has automatic updates and your pc suddenly turns off, ubuntu automatically recovers the stop of update without saying anything? [18:43] lfowlr: for example "startx mate-session -- :1" [18:47] lfowlr: I do that in xfce4 , I can not vouch for any other DE . [18:50] akik: what's that :1 [18:51] lfowlr: your default display is :0 [18:53] erle-: -n [18:54] it starts unity ; startx /usr/bin/unity [18:54] but there is no up bar, for shutdown ,etc and even mouse is like a cross scissors [18:56] lfowlr: which desktop environment were you using originally? [18:58] what is recommended on a new VPS? "apt-get upgrade" or "apt-get dist-upgrade" or "apt-get dist-upgrade" ? [18:58] the latter two look pretty similar [18:59] sorry, "apt-get full-upgrade" [18:59] if your APT sources are properly configured (they are on a default ubuntu installation from an ISO), you can safely run apt-get dist-upgrade [19:00] tomreyn: I'm using digitalocean or linode [19:00] bencc: fyi dist-upgrade and full-upgrade are the same thing... [19:01] bencc: i don't claim to know every hosting providers' default ubuntu image in their current versions [19:01] hey guys [19:01] ok, I'll use dist-upgrade [19:01] how do I copy the data from one tty to the next [19:02] lfowlr: you could store to a file or fifo, transfer via network. [19:02] in /tmp? [19:02] ...or write to a unix domain socket [19:02] how [19:03] listen on, and write to, that is [19:04] lfowlr: if you mean the virtual consoles, you can install gpm which makes mouse copy paste possible [19:05] amongst several related problems I have, I realized I cannot right click on my titlebars, someone suggested that they're spawning behind the window, anyone seen something like this before? [19:05] lfowlr: sockets: http://manpages.ubuntu.com/manpages/zesty/man1/socket.1.html [19:07] I get logged out when I join another tty? [19:07] so can't?? [19:07] why [19:07] how [19:08] I am afraid it willl happen again [19:09] lfowlr: your xorg session is at ctrl+alt+f7 [19:09] yes, but I got logged out [19:10] akik: / [19:10] lfowlr: try again. you probably can't start two unity sessions [19:10] !info screen | lfowlr [19:10] lfowlr: screen (source: screen): terminal multiplexer with VT100/ANSI terminal emulation. In component main, is optional. Version 4.5.0-5ubuntu1 (zesty), package size 550 kB, installed size 1019 kB [19:11] compiz it's the issue , i guess [19:13] lol [19:13] that's strange, because with i3 I cn start two i3 sessions. [19:13] no I need gui [19:13] not shit tmux [19:15] even though tmux wasn't suggested. every. time. [19:16] lfowlr: so you have i3 as the first desktop environment and you try to start unity as the second one? [19:17] no in arch linux i3 worked, two instance, but in ubuntu two instances of unity don't wokr [19:17] lfowlr: unity is not i3 [19:18] ok. so are you sure we can't have two instances of unity running? what about unity-* in /usr/bin [19:18] so it's impossible? [19:19] lfowlr: i don't know. i know kde and mate work together [19:20] i.e. no conflicts === Chinesium is now known as X230t === KindTwo is now known as KindOne [19:34] so I made the mistake of installing the amdgpu-pro drivers on my system and also messing up my bios a few months ago... just rescued the machine today with a lot of RTC resetting and then removing packages [19:34] Several packages were held back including libinput0 [19:34] the last thing I did before rebooting just now was to reinstall libinput0 and update all the packages to the latest 16.04 [19:35] Now I'm sitting at a prompt for the full disk encryption passphrase (the default ubuntu one) and my keyboard doesn't work anymore. [19:35] I guess it's time to make a bootable USB and try to fix it somehow... anyone seen this situation before and know what went wrong? [19:36] On the upside, I didn't really have any files I care about on the machine... I could just reinstall the whole OS fresh, I guess [19:37] this sounds broken enough that a reinstall may be worth it. [19:37] Toba: As a thought . try changing in bios the USB device to "legacy" . See if then what bios hnads off is acceptable by grub . [19:39] Need help with screen brightness. [19:39] Already tried the acpi line in grub file. Any other ideas? [19:42] cybermaster, can't you set it with xrandr ? [19:43] ioria - Is that a xbacklight replacement? [19:43] cybermaster, nope [19:44] cybermaster, xrandr --verbose | grep -i brightness | cut -f2 -d ' ' [19:44] Thanks ioria [19:44] cybermaster, ok [19:46] Do I need to reboot? [19:46] weirdly enough, a reboot prompted me for the passphrase in a text-console version of the normally somewhat graphical UI that prompts for the password, and then the system booted [19:47] cybermaster, for what ? than cmd just shows your current brightness [19:47] Probably an artifact of having still had a few of the AMDGPU-pro driver packages installed, and having only rebooted the one time since uninstalling a bunch of it [19:47] ioria - Oh [19:47] It didn't output anything. [19:47] gonna dist-upgrade it and reboot again, if it's still acting up i will just do a fresh install [19:47] Oh, wait it did 1.0 [19:47] it was on xenial, upgrading to zesty currently [19:47] cybermaster, yep [19:48] ioria So I can use xandr to increase the brightness? [19:48] cybermaster, yes, if you want to change it : xrandr --output --brightness [19:49] Myscreteen? [19:50] What do you put in ioria? [19:50] cybermaster, xrandr | grep -w connected | awk '{print $1}' [19:51] cybermaster, what's the output ? [19:51] LVDS [19:51] Thanks ioria [19:51] cybermaster, ok [19:53] is tmux good or screen? which is the better? [19:53] and easy if possile [19:54] you need to try both and see which works the best for you and your applicaiton [19:56] Hi everyone, in Ubuntu 16.04, is it possible to copy/paste directories in the "select file" dialogue? [19:56] not actually copy files, I mean copy/paste the path [19:56] Hey [19:57] kk4ewt: no tell me [19:58] ioria that command just washed out the screen colors. [19:58] Had to reboot computer. [19:58] code_, really ? [19:58] yes [19:58] code_, that's unfortunate [19:58] What does that mean ioria? [19:59] code_, that is unfortunate [19:59] Lol [19:59] Ok [19:59] What else could I try ioria? [19:59] code_, idk, dwhat do you suggest ? [20:01] Gamoder_, the only way I know to do something like that is to rt click the folder, go to properties and then highlight the location and copy it that way. === jstein_ is now known as jstein [20:02] ioria, Idk that's why I'm on here! LOL! [20:02] pauljw: well, I would like the other way around: got the path from somewhere and want to open this file / a file in that folder [20:04] sorry, idk [20:07] Gamoder_, how about the "Go" menu item and enter a location [20:13] which is the binaries in /usr/bin to open the gnome terminal? [20:17] how do I permenantly change the vm.swappiness varible? [20:17] i use sysctl vm.swapiness=0 but it doesn't last, resets after reboot [20:18] xorpad: /etc/sysctl.conf [20:18] thank you akik [20:18] xorpad: or create a file in /etc/sysctl.d/ [20:19] thank you guys === KindTwo is now known as KindOne [20:19] it was getting annoying to be working from swap when i still had 10gb free ram [20:21] there is a script gnome-terminal [20:22] so how do I execute it graphically? [20:22] when I click it it opens in the gedit [20:22] anyone? [20:22] will the software center download any updates that apt-get update ; apt-get upgrade wouldn't? [20:24] baxx, the kernel [20:24] I think the software center is more like a dist-upgrade [20:24] DrManhattan: the kernel would be updated by software centre but *not* by apt from cli? [20:25] baxx, gotta use dist-upgrade to upgrade the kernel via apt [20:25] at least in my experience [20:25] anyone/ is here to tell me ow to execute a script graphically? [20:25] hm ok, i thought they were the same thing for some reason [20:26] so in general people have software & updates running, and choose " OK " when it pops up? [20:26] baxx, they are the same thing. One exception though: phased updates -> https://askubuntu.com/questions/544256/why-does-software-updater-say-no-updates-available-but-apt-get-upgrade-shows-up [20:27] oh... so some things only apt will get, and somethings only software & update will get, so that one needs to run both? [20:27] kostkon, what about the kernel upgrades? [20:27] apt-get upgrade doesn't upgrade my kernel, but software center [20:27] does === KindTwo is now known as KindOne [20:29] DrManhattan, I'm not sure what's happening in your case [20:29] strange [20:29] kostkon: so running apt-get update; apt-get upgrade should cover everything the GUI popup update has to offer? [20:29] maybe b/c I went to HWE kernel o stable? [20:30] on [20:34] baxx, more or less. Even better with apt-get dist-upgrade or apt full-upgrade [20:34] kostkon: how often would one run dist-upgrade, ? [20:35] hey guys [20:35] how do I execute a script graphically/ [20:35] using mouse [20:36] kostkon: apparently they do exactly the same thing btw , apt full-grade and apt-get dist-upgrade [20:36] baxx, you don't need to (do it manually), just accept the updates when your updater pop-ups now and then [20:36] lfowlr: make a desktop file for it, or let the file manager run on double click [20:39] baxx, apt is a more user-friendly version of apt-get [20:40] apt is less functional though [20:41] it's got nicer output and works for most stuff, but apt-get adds some things to the mix [20:41] xorpad: so apt is preferred, and if it doesn't work then apt-get , ? [20:42] software-update asks for a system restart, I seem to remember reading somewhere that a restart wasn't needed for software installs on Linux ( like it often is on windows ) [20:44] baxx: that's usually correct, but there are some softwares which do require a restart, sometimes legimately, sometimes not, but it's difficult to tell those situations apart programmatically. [20:45] baxx: maybe this : https://mvogt.wordpress.com/2014/04/04/apt-1-0/ will start to explain . [20:45] baxx: namely, updates to kernel images and libc require reboots to apply. [20:47] hi all, can someone look at http://paste.ubuntu.com/25703001/ does Operation not permitted, this mean that the port is blocked? [20:51] Katronix: the system trying to send those packets is under restrictions which disallos such packets to be sent. [20:52] this can be for various reasons, it's not that easy to tell. usually you'll see such in a VM or container which has network capability restrictions applied against it. [20:53] okay, from the server I'm trying to test localhost:8000 can open via a web browser, but externally it times out. I've told ufw to open the port, anything else I can do? [20:53] Katronix: you could use netcat to test [20:54] from a remote host: nc -vv ip_address_of_your_server 8000 [20:56] came back as connection refused [20:57] Katronix so something between the client running nc and the server at ip_address_of_your_server:8000 is actively rejecting connection attempts [21:02] EriC^^: when i right click there is no run this thing option?? that's my problem so how do I run it graphically? [21:03] how will the nautilus run this file? it only opens it [21:03] anyone knows how to run a file as a program using mouse? [21:03] and bash file [21:05] lfowlr, have you made it an executable? [21:08] how do i get apfs to work in ubuntu [21:08] i need to mount a apfs partiton [21:09] GlobalAtom, the new apple fs? [21:09] yes [21:11] so no one knows === RalphBa|away is now known as RalphBa [21:13] kostkon: it has executble permisson, and it's a file [21:13] kostkon: what do you mean, ./file works fine [21:14] lfowlr, just make a desktop file for it and place it in ~/.local/share/applications [21:14] lfowlr, or just keep it on your desktop [21:15] lfowlr, keep the desktop file and "hide" that executable file somewhere, eg. rename it from filename to .filename, etc. [21:16] thx everyone! [21:21] lfowlr, make sure you set Terminal=true in your desktop file [21:22] lfowlr, if you want to keep an terminal window open that will show the output of your script === KindTwo is now known as KindOne [22:12] hi guys, so uh, i have a problem here: [22:13] i'm running lubuntu 16.04.2 on a laptop with intel pentium n3710 (braswell), 4gb ram and 128gb ssd. i have posted this question on #lubuntu, but i thought i'd just post it here as well [22:14] the thing is, whenever i go on youtube and play 1080p videos, it either lags so hard or plays smoothly for several minutes and the next thing i know, my computer has come to a complete stop and i have no choice but to hold the power button for several seconds to shut it down [22:17] hoshimeguri, did you configure a swap partition ? [22:18] there is swap, partition 3, 4.2gb [22:19] sometimes when booting, it doesn't even reach the login screen. some other times, i'm just running some non-intensive tasks at the same time and it freezes and i have to hold the power button to turn it off. i've tried intel_max.cstate 1, using the intel microcode and reverted it back, disabling hardware acceleration and turning it back on.... none really helped [22:19] my firmware is 4.10 if that helps [22:21] oh and this laptop originally came with ubuntu 14.04 preinstalled but i removed it in favour of lubuntu because ubuntu felt so slow for some reason. but given the specs, is it really *that* slow? i honestly don't think so [22:35] strangely though, it breezed through the 1080p mkv files that i throw on it. they're typically around 3000kbps in bitrate === Israphel is now known as Guest89881 === Israphel_ is now known as Israphel [23:14] hoshimeguri: that's an Atom CPU you have there, and one of the slower ones. Expect Atom to have even _less_ performance than a Celeron version of the fully fledged CPU. [23:16] umm... an atom? i thought it was pentium [23:20] fewer performance [23:21] this particular laptop of mine came with 2 versions: one with celeron n3050, one with pentium n3710. mine's the latter [23:23] why don't this launcher work [23:23] it's in /usr/share/applications [23:23] the command is correct [23:24] and why aren't ~/.local/share/applications added to the dashboard recent application list [23:26] hoshimeguri: cat /proc/cpuinfo will tell you, anyway [23:27] yep. intel pentium n3710 @ 1.6ghz, boost-able to 2.6ghz [23:28] and it's a quad core [23:29] of course i won't expect it to do intensive video editing and gaming, but playing 1080p videos? [23:33] heheh [23:33] formerlly code named bras well [23:33] :p [23:34] hoshimeguri: well, let me ask you this [23:34] did your computer with an n3710 processor even come with a monitor that can do 1080 res? [23:36] well, no, but i watch on 1080p because the 720p is low for me [23:37] *720p is too low for me [23:38] so im working on trying to get a python3 script to run when i suspend and resume. [23:38] hi [23:39] i have a tv connected to my ubuntu laptop using a lan cable, how can i share my network to the tv? [23:39] from command line [23:39] mattfly: with significant education [23:39] or simply via networkmanager's GUI [23:39] hoshimeguri: nothing to do with my question [23:39] https://ptpb.pw/Wla9 thats the sleep/resume script i have in /lib/systemd/system-sleep/00-denon [23:39] i dont have clie network managers [23:39] gui* [23:40] bummer [23:40] why not [23:40] i dont [23:40] i have one but didnt work [23:41] reisio: i know, but i'm simply explaining why i'm watching 1080p video on 1366x768 screen [23:41] is that really the reason why it crashes? [23:42] i've got the python scripts chmodded and accessable by any user, but they still dont' seem to be executing, is there something i have to execute to let systemd know about the new script? [23:42] hoshimeguri: ah, well [23:42] 768 is only 48 pixels greater than 720 [23:42] so 720 should look perfect [23:42] wasutton3_battle: when do you want them to execute, & why? [23:43] i want poweroff to execute when suspending, because it turns off the amplifier the computer is connected to [23:43] i want power on to excecute when waking up for the same reason [23:43] mmm [23:43] sorry I only know proper sysvinit [23:44] try asking #systemd [23:44] so.... my laptop crashes because it tries to play a 1080p video on an hd screen? or are you saying that the workaround is simply to settle on 720p instead? [23:44] no [23:45] 1080p is a waste on your laptop, whether it crashes or not [23:45] you say it crashes when you play a video? [23:45] describe this 'crash'? [23:45] reisio, im open to other solutions as well, if you can implent them given a workin 17.04 installation [23:46] the init system is a good way to do it, I just don't know systemd [23:46] because it's dumb [23:46] systemd isn't dumb. its just not terribly unixy, it solves a LOT of problems that existed prior [23:47] reisio: not just playing a video. sometimes it won't even boot to the login screen, sometimes just doing several non-intensive asks at the same time would bring it to a complete stop, then i have to hold the power button to turn it off [23:47] hoshimeguri, what gpu does it have in it? [23:48] hd graphics 405 [23:48] hoshimeguri: sounds like it's overheating [23:48] hoshimeguri: send it back [23:48] you could check the temp regularly to confirm [23:48] how do i check the temps, btw? as you can see, i'm new [23:48] is it a republic of gaming laptop? [23:48] nah, something else is up [23:49] i think it's not the temps, but i can't be really sure [23:49] it could be the storage, too [23:49] try using a live OS for the same duration [23:49] that would only use RAM [23:50] reisio, that doesn't work unless you use the --to-ram option. which, afaik hasn't existed on livecds for a LONG time [23:50] that is actually the only way any live OS ever works [23:51] alright, will try later. and uh i'm also pretty sure the installation is not corrupt because running sudo debsums -cs on it yields nothing [23:51] no, it still uses the device its installed on (CD/DVD/USB/Floppy) [23:51] just not as much as the ram [23:51] you're either overheating or your storage is locking up, or some more awful form of broken hardware [23:51] if you have time you can replace hardware bits to find out; otherwise return it [23:51] wasutton3_battle: there used to be at least one live CD/DVD that let you boot and then remove the DVD so you could boot live and then use it to burn something. Knoppix? [23:52] wasutton3_battle: all I heard from those msgs was that you agree it uses ram [23:52] which it does [23:52] yep, that was knoppix's claim to fame [23:52] reisio, well then you need to re-read my messages. because theres a lot more in there then what you read [23:52] Well, I needed that Knoppix functionality at least once in my life. [23:53] hoshimeguri, its probably not hardware. IIRC HD graphics 405 is relatively new, i.e. skylake era? [23:53] wasutton3_battle: pass [23:53] Loshki, i've still got damn small linux floating around somewhere [23:53] wasutton3_battle: the soc was announced april 2016 [23:54] yeah, i think it's around skylake era [23:54] right, and iirc, there were some kernel issues with the latest intel processors (idk if that pentium is based on that particular architecture) [23:55] what version of *buntu are you running? [23:55] that suggested me to use intel_max.cstate, right? [23:55] that im not sure [23:55] uhh, lubuntu 16.04.2 on kernel 4.10 [23:56] man, i admit i'm a newbie, but this is just odd.... [23:56] hoshimeguri, the last time you did an update? and are you on 16.04 for LTS support?. [23:56] hoshimeguri, no worries we were all newbies once. [23:57] yes i am on 16.04 for lts support. last time was yesterday, can't exactly remember when [23:57] no such thing as long term support [23:57] just long term putting off of updates [23:57] reisio, yes there is [23:57] nope [23:57] hoshimeguri, hmmm i wonder if those changes got backported [23:57] reisio, please dont spread that [23:58] I don't even have any toast, bazhang [23:58] reisio, if you want to continue this, i suggest you go emerge world for a few hours [23:58] wasutton3_battle: good idea [23:58] reisio, take the chatter and off brand humor elsewhere [23:58] bazhang: you brought up spreading things, not me [23:59] reisio, I wont ask again, keep it simply topical, not the extended editorializing [23:59] wasutton3_battle: in software & updates i unchecked xenial-backports because the phrase "unsupported updates" scares me lol [23:59] join #perl [23:59] hoshimeguri, i hate to say it, but the backports needed might be in those. i'm not 100% certain though [23:59] bazhang: you haven't asked once yet, you great ignoramus