[00:01] hey [00:02] any1 in here? [00:02] yep [00:02] just installed Ubuntu [00:03] seems pretty good, i am suprised of what Linux is really capable of [00:03] it's great, isn't it? :) [00:03] RDP, Team Viewer, Office 365 email via IMAP and SMTP [00:03] yeah it is [00:04] i've messed with kali and the old backtack years ago, but since this win10 deal I am starting to migrate to use linux [00:06] any good pointers to some solid documentation and resources for linux? [00:07] !rute | ca107 [00:07] ca107: documentation is to be found at http://help.ubuntu.com and http://wiki.ubuntu.com - General linux documentation: http://www.tldp.org - https://www.andrew.cmu.edu/course/95-799/rute.pdf [00:08] you can choose a course on udemy [00:09] thx ubottu [00:11] help me please [00:12] INFO lmms_1.1.90-0~2~ubuntu14.04.1.dsc: Version older than that in the archive. 1.1.90-0~2~ubuntu14.04.1 <= 1.1.90-1ubuntu0 [00:14] skypce: "apt-cache policy lmms| nc termbin.com 9999" [00:14] skypce: please show the url here [00:14] http://termbin.com/9otk [00:14] k1l_, [00:14] what do you guys prefer, mint or ubuntu ? [00:15] I'm new @linux just curious [00:15] comrade_, try with unidockynapse :D [00:15] comrade_: ubuntu (since you ask in #ubuntu) [00:15] I am having an issue upgrading a few systems. They have long since been upgraded to 12.04 LTS from 8.04 way back when, and it appears whomever did the upgrades in the past did not do so properly. The issue at hand is: http://pastebin.com/raw/y6tLUf3L [00:16] The libc6 on the system is 2.15-0ubuntu10.6, however it needs to be up to 2.15-0ubuntu10.13 [00:16] I would assume a round of: apt-get update apt-get upgrade [00:16] talking about ubuntu, the 16.04 version, now has bottom launcher, but will be with indellihide ? [00:16] would resolve the issue [00:16] skypce: erm. that doesnt make sense. can you give more details what your issue is? [00:16] However, the upgrade spits out the pastebin result as well [00:17] So, I believe my final solution will be downloading the package manually and installing [00:17] k1l_, may be the problem is the folder [00:17] i am creating a package new [00:17] I ran: apt-cache policy libc6 It reports the Candidate: 2.15-0ubuntu10.13 [00:17] GFXDude: "sudo apt-get install && sudo apt-get dist-upgrade" [00:18] k1l_, I would like to resolve the issue without dist-upgrade at this time [00:18] We plan to devise an upgrade scheme to move to 16.04 once it is released [00:18] GFXDude: apt-get dist-upgrade will not bring you to the ubuntu 14.04 release [00:18] (that would be the "do-release-upgrade" command) [00:19] hmm, ok, let me review what dist-upgrade is for before issuing it [00:19] apt-get cant remove or install new packages as depencies with the "apt-get upgrade" option. it needs the dist-upgrade option for that. [00:20] (on the new apt command it got renamed to "apt full-upgrade" to resolve that confusing naming. [00:22] k1l_, are there any specific sources needed for appropriate resolution? This machine is essentially just used to run OpenVPN Acess Server. The current sources.list is: http://pastebin.com/raw/9yNWbeNX [00:22] I have commented out the natty [00:22] I'm not sure why that's there... It's not on my stock release image of this version, I believe someone in the past has added it for some unknown reason [00:23] uh, mixing releases is not good [00:24] yeah... This product has a long line of random developers getting their hands dirty with it. I'm looking to rectify those issues and clean up all of our deployed systems. [00:24] comment that out. then run apt-get update [00:25] ok, updated, now i'll issue your previous command [00:25] what does a "apt-cache policy libc6 libc-bin" say? [00:25] 1 sec [00:25] libc-bin is up to date [00:26] libc6 states that 2.15-0ubuntu10.6 is installed, and the candidate is 2.15-0ubuntu10.13 [00:26] so that seems appropriate === vervet_ is now known as pendleton [00:27] and libc-bin? [00:27] libc-bin says 2.15-0ubuntu10.13 installed, 2.15-0ubuntu10.13 candidate [00:28] try the apt-get update && apt-get dist-upgrade [00:29] if that still doesnt help you can run "apt-get install -f" which will force it [00:30] the update && dist-upgrade gives the same error [00:30] skypce: wait, why you have lucid and trusty repos enabled? [00:30] GFXDude: ok, then apt-get install -f [00:31] k1l_, it is by default kxstudio-repos [00:31] skypce: that is crap. [00:32] k1l_, doing that states that LD_LIBRARY_PATH contains the traditional /lib direcotry, but not the multiarch directory /lib/i386-linux-gnu. It is not safe to ugprade the C library in this situation; please remove the /lib/directory from LD_LIBRARY_PATH and try again [00:32] hola [00:32] I have attempted the install -f in the past [00:32] GFXDude: hmm. [00:32] I've attempted to add the /lib/i386-linux-gnu to LD_LIBRARY_PATH, and that ends up getting further, but still errors with the aforementoined libc6 issue [00:35] GFXDude: "export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:/lib/i386-linux-gnu" seems to be a fix/workaround for that [00:35] You can see the full error here: http://pastebin.com/raw/QDB9ftDS [00:35] k1l_, so completely overwrite LD_LIBRARY_PATH instead of appending? [00:36] GFXDude: you could append it if there is other stuff in it [00:36] It is currently: /lib:/usr/lib:/opt/vmware/lib [00:37] hmm [00:37] add the 2 from me [00:37] So: "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib/x86_64-linux-gnu:/lib/i386-linux-gnu" [00:40] Aha! Adding those two then: apt-get install -y -f the apt-cache policy libc6 now shows 2.15-0ubuntu10.13 for both [00:40] ok [00:41] you will need to run the apt-get dist-upgrade, too. "1 upgraded, 0 newly installed, 0 to remove and 125 not upgraded." says there are lots of updates waiting [00:41] Trying it now [00:41] but look at what it wants to update there. i bet its kernels etc. [00:42] Nice, I've been wondering why it wouldn't ever upgrade past linux-image-3.2.0-56... now it wants to install 3.2.0-101 [00:42] yeah, the libc issue was keeping the updates back [00:43] There are many old kernels on here, that too needs resolving [00:43] I'm worried that running the dist-upgrade before removing the old kernels may fill the /dev/sda1 boot partition [00:43] it's currently at 76% use [00:43] ah yeah. [00:44] dpkg -l | grep linux-image [00:44] that will list the old kernelpackages [00:44] The goal is to automate this in a bash script, I'm not sure how safe removing old kernels via .sh would be [00:44] there are bash oneliners to remove all but the 2 last kernels [00:45] current kernels: http://pastebin.com/raw/GeVmPcr7 [00:45] I know all 2.6.foo should be removed [00:45] apt-get purge linux-image-2.6* [00:45] i'd like to find a one-liner that verifies it's not removing the current kernel listed from "uname -r" [00:46] One liner isn't necessary, it'll be in a .sh doing other things like upgrading openvpn [00:47] http://askubuntu.com/a/254585/31260 [00:47] http://img.vim-cn.com/0e/67f9664ad8df58ca8a3cd8e77b92c72221ac66.png [00:48] Ubuntu uname -a [00:48] Linux 4.4.0-14-generic #30~14.04.2-Ubuntu SMP Thu Mar 17 17:15:49 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux [00:48] GFXDude: as long os "linux-generic" is installed you will always have the latest kernel and headers installed. [00:48] *as [00:52] k1l_, from the link provided, I am running: "dpkg --list | grep linux-image | awk '{ print $2 }' | sort -V | sed -e '/'`uname -r`'/q;p' " [00:53] To check the list [00:53] uname -r prints "3.2.0-67-generic-pae" [00:53] however the dpkg...sed command includes "linux-image-3.2.0-67-generic-pae" in the list [00:54] I believe due to the "linux-image-" part [00:55] GFXDude: why sed -e? [00:56] Ehh, does the same without -e [00:56] -n [00:57] Hmm, I was under the impression that -n wouldn't output anything [00:57] But man sed shows me that the p at the end fixes that [00:58] so, -n shows the expected output, though it still include "linux-image-3.2.0-67-generic" [00:58] without the -pae [00:59] somewhere ubuntu did include the pae as standard in the kernels and dropped the -pae naming [01:00] So, having the "...generic" and "...generic-pae" both installed, and allowing the "...generic" to be purged is the expected result? [01:01] hey has anyone had success dual booting windows 10 and ubuntu? both with 'full disk encryption'? [01:02] I'll test it out on some test environment equipment, Thanks for all of the help k1l_, I owe you a couple beers! [01:02] np, gl :) [01:08] hi guys i upgraded to 15.10 [01:08] and now i don't have gnome-sound-applet [01:08] anymore [01:08] but indicator-sound is installed [01:08] so apt says [01:12] thanks, but the message display miss many chart [01:13] I'm trying to compile a thing, but it's saying this: [01:13] "fatal error: hunspell/hunspell.hxx: No such file or directory, #include "hunspell/hunspell.hxx"" [01:14] is that something that someone could possibly help me with without being familiar with the thing I'm compiling? [01:15] ksft https://github.com/cloose/CuteMarkEd/issues/117 [01:17] Hydr0p0nX: is there a workaround someone there figured out that I'm missing? [01:18] ksft: assuming you have libhunspell-dev installed right? [01:18] test [01:19] vervet: I think so [01:19] can anyone hear/see me [01:19] connor_: yes [01:19] good [01:19] vervet: huh [01:19] well that solves that [01:20] now I'm getting different errors that you probably can't help with [01:20] oh wait [01:20] they seem to be coming from Boost [01:20] k1l_, I'm now getting a similar issue for libc6-dev. "apt-cache policy libc6-dev" reports 2.15-0ubuntu10.12 Installed, 2.15-0ubuntu10.13 Candidate [01:21] "/usr/include/boost/functional/hash/extensions.hpp:269:34: note: ‘const wxUniChar’ is not derived from ‘const std::complex<_Tp>’ return hash_value(val);" [01:22] That comes from an: "apt-get -f install" [01:22] ksft: is the compile failing on that? doesn't seem like it should [01:22] vervet: there are a lot of other errors too [01:23] full output here: http://pastebin.com/raw/rbG74Tg3 [01:24] ksft: possibly warning messages from gcc? if you get something like "failed to make target .." please post though [01:26] vervet: that phrase is not in the output [01:26] how do I know if it succeeded? [01:27] where would it put the executable? [01:29] ksft: if you were just running make it should be in the build directory, possibly in a folder like ./bin [01:29] vervet: I don't see a folder like that [01:30] k1l_, it seems to be stemming from doing "apt-get update" before the export and "apt-get -f install", doing the install before update installs the 2.15-0ubuntu10.12 version of each without any issues. I believe I'll just stick with that path, do the upgrade and then try dist-upgrade. [01:30] there are no new folders there at all [01:31] ksft: Why are you building hunspell from source? [01:31] Jordan_U: I'm not [01:31] I'm building a thing that uses hunspell [01:31] ksft: What are you trying to build from source and why? [01:32] Jordan_U: a program called Magic Set Editor because the precompiled binaries don't work according to the website [01:32] Jordan_U, k1l_ I thought the version numbers were semantic and only now read how they work in ubuntu as opposed to many other sw. Also, i thought the codenames were from debian, which at least started with character names from the movie toy story. Apologies for being a rude person on channel. [01:34] ksft: did you get any other exit errors? did the compile complete? any info would help [01:35] About the techy problem I know where I went wrong and that the easiest way to fix it is to install 15.10 on top of existing mess that resulted when my wrong acts caused do-release-upgrade to jump 14.04 -> 15.10 [01:35] also, that has to be done on site as my ssh session to the machine does not last very long [01:37] vervet: here's the full output: http://paste.ubuntu.com/15662843/ [01:40] ksft: ok thanks, before running make were you able to get a successful ./configure? [01:42] vervet: I think so [01:43] vervet: just tried configuring a new copy [01:43] it seems successful, but then it says this at the end: [01:43] "configure: error: Could not find a version of the Boost::Regex library!" [01:44] ksft: http://askubuntu.com/questions/267949/trying-to-compile-magic-set-editor [01:45] ksft: I was just about to send you the same link, I'd install all those dependencies mentioned there [01:45] ksft: libboost-all-dev will likely take care of that last error [01:46] vervet: tried installing that package [01:46] "Some packages could not be installed. This may mean that you have [01:46] requested an impossible situation or if you are using the unstable [01:46] distribution that some required packages have not yet been created [01:46] or been moved out of Incoming." [01:47] ksft: What version of Ubuntu are you using? [01:47] Jordan_U: 14.04 === ljhade25 is now known as ljhade24 [01:53] hello people i have a problem with my ubuntu 15.10 on Lenovo laptop [01:53] somebody can help? [01:54] whats the problem? [01:54] !details | Knoodle [01:54] Knoodle: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [01:54] Hi, I'm using 15.10 with grub-efi. If I install another distro on a partition on the same disk, will Ubuntu find it and display a grub menu for making a choice? Right now, no menu is displayed. [01:54] yeah man! dotn ask to ask [01:54] Hi, I'm using 15.10 with grub-efi. If I install another distro on a partition on the same disk, will Ubuntu find it and display a grub menu for making a choice? Right now, no menu is displayed. [01:54] ksft: is your system up-to-date/clean? [01:54] my computer doesnt shutdown properly neither reboot. and if i set it to sleep closing it... then it stuck and cant awake it- i ve tried to change the grub configuration but.. nothing.. any idea? [01:55] rhorse_: That last install made in EFI mode also ? as the 2 are not compatible . [01:55] rhorse_: Please don't repeat yourself. Wait at least 5 minutes before re-posting your question. [01:55] Jordan_U: yea, sorry, I didn't see the first post... [01:56] Knoodle, what happens when you shutdown or reboot ? [01:56] Bashing-om: What is not compatible? [01:57] I just installed the insider win 10 with Bash [01:57] the pc just get stuck... doesnt switch off completely [01:57] rhorse_: If intalled in bios as opposed to EFI . [01:57] for example... the van and the mouse light stay on [01:57] rhorse_: Ubuntu's update-grub automatically run os-prober to search for other OSs. If any other OSs that can be booted are found they will be added to the grub menu and the grub menu will be unhidden. That said, most likely the distribution you install will install its own version of grub which will take precidence over Ubuntu's (but which should add Ubuntu to *its* grub menu). [01:57] Can it run all my Ubuntu stuff? [01:57] well i was just on another channel that is for my distro but i didn't get any help there [01:58] !win10 | NETWizz [01:58] NETWizz: Canonical and Microsoft have announced that Windows 10 will be able to run Ubuntu programs without needing porting/recompilation. This functionality has not yet been released. For discussion, see #ubuntu-offtopic and/or #ubuntu-discuss. [01:58] and for example if i try to reboot... it stays like that.. and doesnt restart [01:58] and... when i close the laptop.. then i can not awake it back [01:59] anyone know how to get around the error about libcompizconfig configure script not seeing that compiz is installed? [01:59] Knoodle: anything on the screen when it gets stuck ? [01:59] (the one from the compiz-reloaded repo) [01:59] Jordan_U: if I don't install grub for the new OS, will it be found? Do I have to make the second OS aware of UEFI in any way, or do I just install to HDD? [02:00] stormchaser3000: because it needs compiz reloaded? [02:00] just the pink screen with small white dots of Ubuntu.. [02:00] xangua: compiz from the compiz-reloaded repo is installed [02:00] stormchaser3000: if you have any problem with a third party repository, contacts the maintainer [02:00] so... i have to force the shutdown pressing the power button [02:00] i did but everyone on that channel is afk [02:01] rhorse_: If you don't install grub for the new OS then you will just need to boot into Ubuntu and run "sudo update-grub" to get the new OS added to grub's menu. You don't need to make the second OS install a UEFI bootloader, but if it's a distribution which doesn't support UEFI you're likely to run into problems (Ubuntu's grub will boot it via UEFI, and it may or may not handle that correctly). Most distr [02:01] ibutions support UEFI will now. [02:02] knoodle: what model laptop ? [02:02] lenovo B50-30 [02:03] i ve tried to change the grub config but nothing changed... [02:03] Knoodle: http://askubuntu.com/questions/645557/lubuntu-shutdown-process-freezes indicates there's a bios update that may be needed [02:04] cool [02:04] vervet: I'm pretty sure it's up to date [02:04] I don't know what you mean by [02:04] "clean" [02:04] ksft: The fact that the most recent commit was made in 2012, and that it's a C++ app, doesn't bode well for it compiling and running in 14.04. [02:04] the problem is that i asked to the Lenovo assistance but they say Linux is not supported by them [02:04] whoops [02:04] Jordan_U: thank you! [02:04] rhorse_: You're welcome. [02:04] so.. you think i can make a bios update from linux? [02:04] Jordan_U: is there something wrong with C++ on Ubuntu? [02:04] according to the link, no [02:05] but you may be able to from a winPE type disk [02:05] oops.. i see only from windows... that sucks [02:06] ksft: apt-get update/upgrade may help just in case, so that any package dependencies aren't locked back.. and not with c++ itself but the versions of dependencies, e.g. all those packages listed may have been updated since [02:06] might try just the grub updates first [02:07] thank you anyway [02:07] ksft: so idk if the update will help or not, it's hard to know just guessing at the dependencies [02:08] hello [02:08] sup people [02:08] vervet: did that [02:08] still can't install libboost-all-dev [02:09] Knoodle: http://windowsmatters.com/2015/01/10/gandalfs-windows-7-pe-x86/ + a USB w/ the bios update might work [02:10] ksft: Please pastebin the complete output of "sudo apt-get install libboost-all-dev". [02:10] ksft, whats the problem amte? [02:11] Heyo, can anybody explain to me how the python installation(s) work on an out-of-the-box Ubuntu install? I only ask because when I pip install something, I dont get the executable in the path and it seems like there's something I'm missing or something that's not right... [02:11] Knoodle: please keep it in the channel [02:11] Jordan_U, tooryasnm: here's the full output: http://paste.ubuntu.com/15663030/ [02:12] I understand that there's python, python2.7, python3.4, and python3.5 but neither pip, sudo pip, nor python -m pip are successfully installing tools like jupyter on my path [02:13] Hi All, How to compare two environment in udev? I tried ENV{key1}=="$env{key2} but fail [02:15] I've managed to get past my earlier trials. Now my issue is when attempting to programmatically do "apt-get dist-upgrade". I would like to auto-select the "install the package maintainer's version" option when it is installing the latest grub menu, however everything I've found in regards to it doesn't work for me. I've set "DEBIAN_FRONTEND=noninteractive" and I've tried: DEBIAN_FRONTEND=noninteractive [02:15] apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade [02:15] however I still get the pink screen prompting me to choose if I want to keep the locally modified version [02:15] AphelionZ: may want to check pip --version [02:16] pip 1.5.6 from /usr/lib/python2.7/dist-packages (python 2.7) [02:17] does that mean my executables are in /usr/lib/python2.7 somewhere? [02:17] ksft: http://askubuntu.com/a/223267 -- possibly? [02:18] what are held packages? === Mob is now known as MobGod [02:18] AphelionZ, can u private? [02:18] ksft: Please pastebin the output of "lsb_release -a" and "sudo apt-get -f install". === MobGod is now known as Mob [02:19] is it possible to install team viewer on ubuntu [02:19] I get all these "team viewer depends on blah blah" [02:19] guideX: I have it installed. [02:20] It's been a while since I did it, though, so I can't really give you more than an existence proof. [02:20] ah ok cool [02:20] I think they have a .deb or something you can download. [02:20] Jordan_U: I assume that's "sudo apt-get install libboost-all-dev" [02:20] right? [02:20] yeah I have the .deb, and I tried the command.. but there's like 20 other things it depends on it seems [02:20] -f* [02:20] Question: Is there a repository of the source for various Ubuntu packages? I think there's an Ubuntu-specific bug in Python 3.4, but I can't find the CPython source they used. [02:20] sudo apt-get -f install libboost-all-dev [02:21] AphelionZ: not 100% where it defaults to but yes, would have installed for 2.7 -- which version of python were you trying to run with? that's likely the discrepancy [02:21] The github CPython repo doesn't have the bug. [02:22] same error [02:22] the first command says that it's Ubuntu 14.04 trusty [02:22] ah man, so when I try to get one of the things team viewer depends on, there's like 30 new things to get.. is there some way to just get everything it needs? [02:22] vervet: running 2.7 for now - thats what pip --version, sudo pip --version and python -m pip --version all report [02:22] guideX: Maybe try sudo apt-get build-dep teamviewer? [02:23] I can run them from python -m _____ though! [02:23] Last I checked (which wasn't recently) the Boost .deb's were a minor version or two behind though. If you want freshest, go to boost and compile. [02:23] as in python -m jupyter [02:23] I'm a bit rusty with that stuff. [02:23] ah ok [02:23] trying it.. [02:23] no, unable to find package source for teamviewer [02:23] I guess teamviewer is not in the repo, there might be a ppa for it. [02:24] ah ok [02:24] so I guess linux doesn't have like installers [02:24] er ubuntu [02:24] Usually you use apt or that application store. [02:24] There's also the .deb things, those are kinda like installers. [02:24] I dunno how they handle dependencies. [02:24] AphelionZ: if they are modules you were trying to run, yes, sorry - should've asked first hand [02:25] vervet: it's ok [02:25] Usually for the useful stuff someone puts up a ppa if it's not supported in the official repo. [02:25] ah ok [02:25] guideX: Try this? https://askubuntu.com/questions/453157/how-to-install-teamviewer-on-14-04 [02:25] guideX: maybe - http://www.geekssharingspace.org/2015/01/how-to-install-teamviewer-10-via-ppa-on.html [02:25] but on other systems ive been able to say, `pip install jupyter`, and then just run `jupyter` [02:25] not python -m jupyter [02:25] ksft: No, literally "sudo apt-get -f install". [02:25] AphelionZ: What about typing "which python" vs "which Jupyter"? [02:26] you're not using something like pyenv are you? [02:26] AphelionZ: Maybe your alias for jupyter is for a different one than the python alias. [02:26] wh3ko19: /usr/bin/python and null [02:27] You don't have a jupyter alias then, right? Probably it's in /usr/bin/lib/python2.7? [02:27] would you recommend vsftpd? [02:28] FManTropyx: only if you really mus have ftp, but I found it easy to setup [02:28] hrm, I wonder if something's wrong with my ubuntu.. I tried the sudo apt-get install gdebi but it needs all these dependencies [02:28] Is there a way to use apt to get a source distribution? [02:28] Jordan_U: done [02:28] I don't understand why ubuntu isn't handling the dependencies automatically [02:28] doesn't seem to have done anything [02:28] ksft: Please pastebin the complete output. [02:29] wh3ko19: apt-get source {packagename} [02:29] guideX: what version are you trying to install? [02:29] somsip: Danke schoen. [02:29] wh3ko19: yes thats the problem, but i think the underlying issue is that pip didnt create that for me? on other systems it used to [02:29] wh3ko19: np [02:29] but thank you! yes! [02:30] Hydr0p0nX: I have ubuntu 14.04 [02:30] AphelionZ: I think the problem is that /usr/bin/lib/python2.7 isn't in your path. [02:30] guideX: can you pastebin the output of apt-get? [02:30] I think just modify your ~/.bashrc to add it in. [02:30] hrm, hold on [02:31] wh3ko19: let me see, one sec [02:31] Actually, AphelionZ, it seems to me that it should be in /usr/local/bin [02:31] http://pastebin.com/HLAmAQzZ [02:31] yeah something in /usr/local/bin should point to the dist-packages [02:31] rhorse_ ^ [02:32] shouldn't pip do that? [02:32] it needs like so many things lol [02:32] and then, when I try to install one of those things, that thing needs so many thigns [02:32] AphelionZ: I think usually pip will install something directly in /usr/local/bin, depending on how you ran it. [02:32] I certainly have a jupyter in /usr/local/bin [02:32] Though the one I'm actually using is the one provided by Anaconda. [02:32] Jordan_U: http://paste.ubuntu.com/15663143/ [02:33] guideX: Did you try running 'sudo apt-get -f install'? [02:33] /home/REDACTED/.local/lib/python2.7/site-packages [02:34] guideX: is this a new install? [02:34] yeah [02:34] it's new [02:34] guideX: have you run apt-get update recently? [02:34] i've never ran it [02:34] that's why [02:35] ok running that [02:35] ksft: Please pastebin the output of "sudo apt-get upgrade". [02:35] it ran, and then I ran the other command again, and I have the same problem with the dependencies [02:36] Hm. This source seems identical to the posted one. That's very strange. [02:36] Jordan_U: http://paste.ubuntu.com/15663157/ [02:37] ksft: Do you know why those packages are being kept back? [02:37] guideX: something is broken. Try running it with the -f option, like wh3ko19 suggested. [02:37] Jordan_U: no === blaster is now known as Guest81012 [02:39] do apt-get dist-upgrade [02:41] huh [02:41] none of that stuff worked [02:42] guideX: I think you may be using eol version.... [02:42] it seems like 14.04 is a bad build [02:43] 14.04 works great for me [02:43] Yeah, always worked for me. [02:43] rhorse_: this is 14.04 I'm having this issue with [02:43] I used my VPN providers' bash script to install the network configurations for my VPN. When I go to VPN connections->configure VPN I see my VPN providers profiles but theyre not there under the VPM menu in the taskbar. How do I make them available to use ? [02:44] Could be you have some weird thing going on with your permissions or some half-finished operation that screwed something up. [02:44] what's the output of uname -a ? [02:44] guideX: try apt-get upgrade [02:45] 14.04 is awesome, I plan on running it even after xenial gets released. [02:45] does anyone know what to do [02:45] something is borked with his package management.... [02:45] test [02:47] Is there a way to reinstall the entire package cache from scratch? [02:48] I've been working on getting my lte usb modem to bridge with the eth0 port on raspberry pi and have the eth0 port serve the public ip address of the lte modem out to my pfsense gateway as a fail over connection. I have a bridge setup currently that does get the class a public ip address from the lte modem but I am unable to get it to serve that to the ethernet conection. I just need some guidence if anyone has some. [02:48] hey does anyone have any experience with an EDIMAX nano USB wifi N nic? i've got one and running 14.04 but the connectivity is horrible. any tips to improve? [02:50] and if i could stay connected for just a moment or two i might hear the answer ;) [02:51] does anyone here use a VPN with ubuntu? [02:51] ive used open vpn as a server and a client [02:51] http://pastebin.com/TcFVDUgA [02:52] did you have a question about it [02:52] yes [02:52] ? [02:52] I configured my VPN correctly but theres a profile for eaach VPN location. so i have a list of 30 different servers. is it possible to reorder them [02:53] so what do u think reinstall [02:54] i need a bit more info than that. what exactly are you trying to do [02:54] i have a list of 30 VPNs under VPN connections [02:54] are you using cli or gui [02:54] I dont really want so many servers listed there because I dont use most of them and most likely wont [02:55] gui [02:55] ksft: Please pastebin the output of "sudo apt-get dist-upgrade". [02:55] ksft: If it asks to remove anything, post the output before deciding to allow it to or not. [02:55] Jordan_U, I figured out how to add windows to the grub menu [02:56] what type of von are you connecting to [02:56] Hello... I'm a computer networking student - I've used Linux in the past, started when I was like 10 or something with Mandrake. Without detail of Linux experience details, I am looking to see if anyone has some suggestions for hardware requirements and the such... I'm looking to purchase a thin laptop computer to run Linux on, I was always a suse fan, I've used ubuntu plenty, I am going to [02:56] load ubuntu on it due to the wide amount of support available and the popularity. I'm looking at 2-in-1 laptops on Amazon as they mostly have SSD's and they are very thin and small, as far as suggested specs can someone let me know what they think? [02:56] *vpn [02:56] wipeout, do you mean which one ? [02:56] no i mean what type [02:56] i dunno [02:56] ie openvpn, ipsec, pptp, etc [02:56] towlie: What problem were you having and how did you solve it? [02:56] i think openvpn not sure [02:57] it makes a differance as you can just write an easy bash script with a menu option as to which server you want to connect to [02:57] how do you not know the vpn type your connecting to [02:57] Jordan_U, i Talked to you about adding Windows 10 to the grub menu.. I fixed it by changing BIOS to support both UEFI and MBR and set the ubuntu disk as the default disk and OS probler located windows after that so I can now dual boot with Ubuntu and Windows' [02:57] cause i dont [02:58] i know they support openvpn [02:58] its kind of hard to help with limited info. did you get a config file with an rsa key in it? [02:58] but I ran a shell script and it did everything for me [02:58] are you accessing a public vpn? [02:59] oh I just checked and it uses openVPN [02:59] no [02:59] its one I pay for [02:59] okay are you comfertable with cli [02:59] yea [03:00] Mitchell92: 2GB ram. [03:00] i would suggest looking at the manpage for openvpn in terminal and it will show you how to create connections via cli so that you can write the bash script and put the connections you want in the order you want [03:00] i dont need to [03:00] i have it set up in the GUI and it works perfectly === ibm is now known as Guest55348 [03:03] i guess ill just deal with it === genpaku_ is now known as genpaku === OS-17328_ is now known as OS-17328 [03:10] wipeout, nm I figured out how to do what I wanted to do. I went into /etc/NetworkManager/myVPNProvider and moved all of the profiles except the ones that I want to show up in my VPN connection list to a sub directory === Guest0 is now known as thisguy [03:11] okay, sorry I wasn't more help. I rearly use gui so I wasn't exactly sure what you were getting at. glad to see you got it worked out though [03:11] yea thanks [03:12] my vpn provider provides about 30 or so servers that you can connect to but I dont need tosee that many in the list of servers since I dont use most of them [03:14] PIA? they do that for me, too. [03:15] nicomachus, i found an easy way to clean up the list of servers [03:15] brb [03:15] towlie: I've already done mine. [03:15] ok [03:16] I just change it manually in the connection settings whenever I want to switch servers. [03:17] my way is easier [03:17] do you use the GUI ? [03:17] rarely. [03:17] so I'm back, I had to go do something.. what else can I try? I've just installed ubuntu, and it seems like everything is asking me to install dependencies [03:17] for instance http://pastebin.com/HLAmAQzZ [03:18] ubuntu 14.04 [03:18] guideX: any error messages during installation? [03:18] nope [03:19] guideX: are you on 32 or 64 bit? [03:19] (uname -m will tell you) [03:19] inux ENU44UBUNTU 4.2.0-27-generic #32~14.04.1-Ubuntu SMP Fri Jan 22 15:32:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux [03:19] guide [03:19] is this a fresh install? [03:19] yeah [03:20] I'd run it again. Looks like something got a little wonky with apt. [03:20] same thing, a bunch of "Depends" [03:20] Depends: libxfixes3:i386 but it is not going to be installed [03:21] I mean run the install again. Start over. [03:21] hrm ok [03:22] you can either fight the dependency black hole until you figure out what's up with apt (which could take hours/days) or just reinstall and try again (which takes 30 mins). [03:23] hrm ok, going to install again, but I'm doing everything exactly the same so probably the same will happen [03:23] double check the md5 on your .iso to make sure it's all good, check hardware with a memtest if you think that could be a concern, just start eliminating variables. [03:23] well I'm in a vm [03:24] but yeah I'll check [03:24] * nicomachus throws up hands [03:24] well you didn't mention that. [03:25] is it possible this is a bad build or [03:25] could be something in my vm software? [03:25] vbox or..? [03:25] vbox [03:25] what's the host OS? [03:25] windows 10 [03:26] Vbox should be a simple install on that... did you set all the configurations right when setting up the VM? [03:27] well I picked Ubuntu from the list, and it configured the rest for me, except I choose 1024 ram and 30 gb hdd [03:28] well we'll see, maybe just borked install [03:28] Hey, so I have an odd issue. I have 3 new jump dives that I am attempting to use between multiple computers, but for some reason, I cannot change the permissions on the drive even with the computer/user that created the partitions on them. [03:28] Hello ubuntu [03:29] I select the permission that I want (Everyone can do anything with these drives) and it promptly switches right back to the default config. [03:29] Halah gak eroh🔚 [03:29] guideX: every time I have set up an Ubuntu VM inside of Windows, I had to enable a few different options and install the Guest Additions .iso. I'm not sure if it's the same on 10 or not. But that shouldn't give you those dependency errors either. [03:29] Ngomong bol cah [03:30] Hi Bima29900. English please. [03:30] I did install the guest addons forgot about that [03:30] Hello [03:30] so I can get the better screen resolutions [03:30] Okay nicomachus [03:30] nothing started going wrong until I hit the terminal to install software, it seems like ubuntu just choose to not handle any dependencies [03:31] c ould be me, I don't know what I'm doing with linux so probably part of it [03:31] Hjs [03:31] guideX: well it sounds like apt didn't get set up correctly. sometimes that just happens with the installation, in my experience. doesn't hurt to try again. [03:33] Anyone have any ideas on what I might be doing wrong? [03:34] OneM_Industries: permissions aren't my forte, sorry. [03:34] Ok. [03:41] hmm now things are installing [03:41] I wonder what happened [03:42] buggy lil' bugs [03:44] Sigh.. [03:44] Well, looks like I have 64GB of unusable storage then. Nice. [03:45] what does this mean "Could not open ...deb. The package might be corrupted or you are not allowed to open the file. Check the permissions of the file" [03:46] did you use sudo? [03:46] yeah [03:47] did sudo gdebi [03:47] what is gdebi? [03:48] hrm I'm not sure, I'm following some instructions to install teamviewer here http://www.geekssharingspace.org/2015/01/how-to-install-teamviewer-10-via-ppa-on.html [03:48] I guess it doesn't work [03:48] I guess gdebi installs deb files [03:48] or something [03:48] so does dpkg -i [03:49] requested operation requires superuser privelege [03:49] when I do dpkg [03:50] sudo dpkg -i PackageName.deb [03:50] yep [03:50] and it still says you need superuse privileges? [03:51] yeah [03:52] can you paste the output of: grep -Po '^sudo.+:\K.*$' /etc/group === [Saint_] is now known as [Saint] [03:52] hmm ok [03:52] when I do that, I just end up with > [03:53] it may take a moment. [03:53] it's like a prompt > [03:53] ok [03:54] idk, I don't think that worked [03:54] it's like I can type and hit enter and stuff, and another > comes up [03:54] ok, can you run: sudo apt-get update [03:55] hrm ok buncha stuff happening [03:55] but not permissions error? [03:55] nope [03:55] what is the location of that .deb file you're trying to install? [03:55] looks like /home [03:56] can you paste the output of: ls -l / [03:57] http://pastebin.com/GTyDMrCR [03:58] guideX, so if you where following that tutorial why didnt you just use gdebi as stated [03:58] he did [03:58] perms look ok. [03:58] Rave1: tried the gdebi command [04:00] do you have 64 bit system? are you sure you added the arch. properly first? [04:00] gdebi isnt a command it is a GUI .deb installer [04:00] I don't understand the arch part, yes 64 bit vm [04:01] keep in mind I don't understand typical linux lingo, I'm terrible at all things linux [04:01] Rave1: that guide's a bit out of date, you don't need an arch anymore do you? [04:01] arch = architure of the CPU and installed OS [04:01] s/architure/architecture/ [04:01] for some packages you still need to add the arch. [04:02] TJ-! to the rescue. [04:02] ta-da :) [04:02] so I would suspect if that will not install it applies to that package [04:03] I missed whatever the problem was; is their a pastebin reference? [04:03] crikes, I need to wake up, spelling is all over the place s/their/there/ [04:03] TJ-: I can't seem to figure out how to install teamviewer in ubuntu 14.04, having alot of problems [04:03] TJ-: goes back a bit. fresh install of 14.04 in vbox with W10 host, trying to install teamviewer but getting permissions issues. [04:04] guideX: are you seeing a specific error? [04:04] guideX: in these cases it's always best to use command-line package management in the terminal shell, since it gives us the opportunity to gather verbose and revealing debug info if necessary [04:05] http://pastebin.com/yB9hAHgh [04:06] like I said gdebi isnt a command [04:06] oh ok [04:07] right click on the .deb... open with gdebi and follow the prompts [04:07] Rave1: so this tutorial isn't correct then http://www.geekssharingspace.org/2015/01/how-to-install-teamviewer-10-via-ppa-on.html [04:07] that's where I got the command [04:07] hrm ok [04:07] or get someone to teach you the cli way [04:08] the tutorial is fine you just didnt understand [04:08] but it says to put this "sudo gdebi teamviewer_linux.deb" [04:08] I mean, you just type it in the terminal right? [04:08] it would be and should be gksudo gdebi [04:09] still easier to just use sudo dpkg -i... [04:10] hrm, I still get an error in the gui package manager "this package might be corrupted ... check permissions..." [04:10] guideX, for the last time just so you understand Gdebi is a GUI installer tool [04:10] and I need to go have fun [04:11] guideX: do "apt-get install pastebinit", then do "pastebinit <( ls -l *.deb )" and give us the URL [04:11] so re down load it be sure you add the 32 bit arch and try again [04:12] hrm okl [04:12] nicomachus: agreed, but I see an apparent typo in the filename so it could be a false error, which should be "file not found" [04:12] hrm unable to locate package.. [04:13] pastebinit [04:13] BTW ppas are just trouble waiting to happen in the end my opinion I know but just wait.. [04:13] guideX: really, oh well, never mind, instead do "ls -l *.deb | nc termbin.com 9999" [04:14] http://termbin.com/va3k [04:14] !info pastebinit trusty | guideX: are you *sure* you're on Ubuntu? [04:14] guideX: are you *sure* you're on Ubuntu?: pastebinit (source: pastebinit): command-line pastebin client. In component main, is optional. Version 1.4-3 (trusty), package size 14 kB, installed size 164 kB [04:14] yeah it's ubuntu 14.04 [04:15] guideX: that info tells us/you that pastebinit is a core part of the Ubuntu system, on 14.04 [04:15] I just installed around 20 minutes ago [04:15] hrm, I'm not sure [04:15] * guideX doesn't know much about ubuntu [04:16] guideX: strange. "apt-cache policy pastebinit" will report the available version(s) for a package, and their source [04:16] unable to locate package [04:17] guideX: That suggests there is something very wrong on that install. [04:17] ah hrm ok [04:17] well could go for a third reinstall I guess [04:18] guideX: what does "lsb_release -d" tell you? [04:18] guideX: are you installing from an Ubuntu ISO image downloaded from ubuntu.com ? [04:18] Description: Ubuntu 14.04.4 LTS [04:18] yeah [04:18] guideX: does the virtual machine guest have network access? [04:18] yeah [04:19] guideX: the problem could be the package management has not been able to fetch the package lists. Try "sudo apt-get update" to remedy that [04:19] hrm ok [04:20] hrm ok seems done, still no pastebin [04:20] guideX: Ubuntu contains ~60,000 packages and 'apt' (Advanced Packaging Tool) is the Debian-derived archive package manager === Drac0 is now known as Guest64403 [04:21] guideX: This is what roughly I'd expect you to see: http://paste.ubuntu.com/15663845/ [04:21] guideX: in your case it'd be "Installed: (none)" though of course [04:22] guideX: but you'll see on line 9 it gives the location where the package would be fetched from [04:22] I see that [04:22] on mine it's different I think [04:22] unable to locate package it says [04:22] guideX: could you pastebin the output you see; it might be at the root of your other issues [04:24] http://pastebin.com/3gQ71ddG [04:25] guideX: you have a typo! it ends 'it' not 'init' :) "sudo apt-get install pastebinit" [04:25] oh whoops :/ ok one second [04:25] guideX: hehehe [04:26] ah ok pastebinIT installed [04:26] this is why I need teamviewer, can't copy paste through the vbox window lol [04:27] guideX: as regards TeamViewer though, your termbin showing the directory listing for the .deb file shows it is 60733 bytes in size; I've just downloaded from the teamviewer web-site and the resulting file is 53MB! "-rw-rw-r-- 1 tj tj 53774306 Apr 7 05:25 teamviewer_11.0.57095_i386.deb" [04:27] oh hrm [04:27] let me try to download it again [04:28] hrm, I download again using wget, but it's the same size.. I'll try to download off their site [04:29] i have some questions bout system76 [04:29] guideX: where *were* you downloading it from? It's never a good idea to use anything but the publishers trusted sites. [04:30] I was using the tutorial command wget download.teamviewer.com/download/teamviewer_i386.deb [04:30] http://www.geekssharingspace.org/2015/01/how-to-install-teamviewer-10-via-ppa-on.html [04:31] ola [04:31] guideX: right. Those are terrible and misleading instructions. Your download was actually the HTML file at the URL they give [04:31] ah makes sense [04:32] I didn't even look, I actually have no idea the .deb file is supposed to be, thoguht maybe it's a config file, or pointer or something [04:32] guideX: I'm not impressed by TeamViewer; they do not publish the checksum/cryptographic hash of their downloadable files so you can verify they are uncorrupted, which is standard practice in the Linux world for pre-packaged binaries especially [04:32] I think it's going to work now lol [04:33] guideX: yes, not installing HTML it should do :P [04:33] TJ-: hrm I'm not sure how it's supposed to work in ubuntu.. I didn't have any issues doign it in fedora, but then, I couldn't get discourse working in fedora so moving to ubuntu now [04:33] guideX: FYI: teamviewer do provide some good command-line notes for installing on various GNU/Linux distros at https://www.teamviewer.com/en/help/363-How-do-I-install-TeamViewer-on-my-Linux-distribution.aspx#other [04:33] in fedora, it's a dnf install (if I recall) [04:33] ah ok cool [04:33] i'll check [04:34] brasil [04:34] well thanks tj-, I think it's installing now.. yeah teamviewer should offer an easier to install method [04:35] I think it's ackward because, teamviewer cannot offer the source code, resulting in an ackward download experience in linux [04:35] download/install [04:35] well, they *could* ... plenty of businesses do very well in the open source world :) [04:35] * guideX is much more used to windows installers to be honest, these package managers are a bit outside my realm [04:36] ok cool well I think it worked (teamviewer) [04:36] docker and discourse should be a breeze ... [04:36] guideX: package management is the best thing - central trusted archives of curated software, with maintainers who ensure it meets all the policies and technical requirements of the distro, and everything cryptographically signed to ensure no tampering or corruption [04:37] can anyone suggest what is typical with Unity/X GUI freeze and loss of control? [04:38] eheheheheh === root is now known as Netham45 [04:38] guideX: Even Microsoft has now added Linux syscall support so Ubuntu userspace, and bash shell, can be run on Windows. That is to appeal to serious sys-admins that hate trying to support and maintain systems via GUIs (very unprofessional, unscalable) === root is now known as Guest86258 [04:41] TJ-: I'm pretty excited to see the new linux subsystem.. maybe it'll be like the old nt4 subsystem [04:42] used to be there for unix support [04:42] wonder if they just like re-activated some old dormant code, likely not :) [04:42] guideX: much better than the old SUS NT 4 layer; this is full binary compatibility (the executables are the same ones you'll ron on an Intel/AMD based Linux PC, not recompiled for Windows) [04:43] s/ron/run/ [04:44] guideX: the new Windows Linux syscall compatibility layer means almost all Linux tools that use the GNU libc standard library will run (with some caveats for specialised tooling). [04:45] honestly I'm hopeing that they'll do something in .net to support building linux gui programs in windows, and then can be tested in windows, and distribute for linux [04:45] !offtopic [04:45] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [04:45] that'd be neat [04:47] baizon: hardly off-topic, since Canonical/Ubuntu is making a big push to be *the* GNU userspace on Windows, and Microsoft have just released the functionality in build 14316 out to testers [04:48] TJ-: It is still alpha/beta and not supported here as of today. Further discussion should go in #ubuntu-offtopic or #ubuntu-discuss. [04:51] well it's time for food, thanks again TJ- now I can finish my docker/discourse setup maybe tonight [04:54] is there some way to disable the animations? [04:54] they're really slow in vbox [04:56] guideX: you can install compizconfig-settings-manager and then disable them there [04:58] ok thanks [04:59] i'll try that === krc4267_ is now known as krc4267|sleep === athairus is now known as afkthairus [05:16] Right, so I am having an odd issue. I have a jumpdrive formatted to NTFS on ubuntu, that if I plug it into any other machine, then try to re-mount it, it will only mount read-only. Any ideas? [05:17] OneM_Industries: can you gksu nautilus and access the drive correctly? === satan-- is now known as gnome === gnome is now known as satan- [05:19] Er, I ran that command, and it asked for my password then did nothing. [05:19] OneM_Industries: you have gksu installed? [05:20] Yes, I do. === satan- is now known as gnome [05:21] OneM_Industries: got nautilus also? [05:21] Yep. [05:21] OneM_Industries: wich ubuntu version is this [05:21] 14.04. [05:21] weird [05:22] OneM_Industries: up to date to latest 14.04.4? [05:22] Well, I can go scripts> open as root instead, if you want. [05:23] OneM_Industries: no, gksu nautilus should work.. [05:23] can somebody here please help me with opencart acess..i am having problems loggin into my administrator page [05:23] Yes, it is up to date. [05:23] OneM_Industries: Did you make sure to always unmount the drive properly before removing it? [05:23] Yes. [05:24] OneM_Industries: wich Os does the external hd contain, passworded? or just data? [05:25] Data. [05:25] No password. === Ryan__ is now known as wipeout [05:25] Ok, looks like open as root worked...odd.. [05:26] OneM_Industries: can you pastebin us the output of tail -f /var/log/syslog after you plug the hd? [05:26] lotuspyschje.. can you please help on a login problem on opencart? [05:26] stacy-: sorry never used opencart myself [05:26] stacy-: where did you get this package [05:27] http://pastebin.com/RyWBpY5y [05:28] lotspsychje.. its a cms [05:28] OneM_Industries: hmm, kernel: [1479353.708781] usb 8-3.2: USB disconnect, device number 46 [05:30] ok [05:30] hi [05:30] chat [05:32] hi kron [05:43] stacy-: can this help? https://chubbable.com/how-to-install-opencart-2-0-on-ubuntu-14-vps [05:49] lotuspsychje: hey, any ideas on the case of the wonky flash drives? [05:50] hi [05:50] Hello! [05:50] nice to meet you! [05:51] Good to meet you too! [05:51] OneM_Industries: you could test few things out, create another user test from there, move the data to somwhere else and reformat it to ntfs with gparted,.. [05:55] hi [05:56] torrey: do you have a support question? [05:57] No ; thanks , I'm trying to use this === N3X15_ is now known as N3X15 [06:00] after i type sudo in my ubuntu it its asking for auth username and password.. this has never happened before [06:00] NV75S:~/Desktop/openvpnlist$ sudo openvpn --config client.ovpn [06:00] Enter Auth Username: [06:02] stacy-: That's openvpn asking you, not sudo. === badon_ is now known as badon [06:15] hi! I use cinnamon on ubuntu and try to change cursor theme, I changed it in themes, /usr/share..../index.theme, .icons/.../index.theme, and replace all DMZ-White to DMZ-Black via dconf-editor but when I run chromium I get DMZ-White cursor? What I need to change to fix this? [06:21] hello everybody I am new here and I'd like to learn DB tools [06:21] how can suggest me some books, tips, ... [06:22] Only 3 weeks remaining. [06:22] Ubuntu LTS 16 is coming very soon. [06:22] ladyTalus: join #ubuntu+1 plz :p [06:23] Have a question about kernels for LTS 14.04.4 . I have one server that updated to 4.2.0-35 , and another nearly identical that stays at 4.2.0-34 for some reason. Been pulling my hair out trying to figure out why. [06:24] hello [06:24] cansurfer2: Both using the same apt mirrors? Both have had "sudo apt-get update && sudo apt-get dist-upgrade" run recently? [06:24] 有人吗? [06:24] Yep. I verified the sources.list and ran all of that. [06:25] !cn | liqiuyuan [06:25] liqiuyuan: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [06:25] any one know how to get grub to play nicely with windows bootloader and bitlocker? [06:25] shadow_itman: What problem are you having specifically? [06:26] Jordan_U: I'm about to install ubuntu with LUKS and need to know how to configure the boot partition [06:27] where to put it... [06:27] probably making it harder than it needs to be [06:27] Well. The one that was updated to -35 was using ca.archive.ubuntu.com. But when I edited the sources.list in the one stuck at -34 to match, still didn't upgrade kernel. [06:27] shadow_itman: iirc bitlocker wants to use its own bootloader and your windows system will become unusable if you put grub there [06:28] Seveas: then how would i boot into linux? [06:28] if that is indeed true, best thing to do would be to use two separate physical harddrives, put ubuntu (and grub) on the second one, and choose your boot device in the bios [06:29] shadow_itman: excellent question. No idea I'm afraid. Last time I touched a setup like that is about 8 years ago i think :) [06:29] this seemed to have worked [06:29] http://linuxtutorialscratchpad.blogspot.com/ [06:29] but it doesn't really explain why it works [06:30] also this http://techblog.mastbroek.com/all-articles/dualboot-encrypted-windows-and-ubuntu/5/ [06:31] hi.i deleted ubuntu's boot loader but still i have my ubuntu.what to do?i just have ubuntu mini [06:31] that second one is with truecrypt though which has its own boot loader [06:31] shadow_itman: the ubuntu part of that tutorial is heavily outdated. he gui installer supports lvm/luks these days [06:32] !fixgrub | MrPotato [06:32] MrPotato: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [06:32] Seveas: ya but it doesn't let you use LUKS full disc if windows is already installed [06:32] you have to create those encrypted luks volumes manually === charles_ is now known as Guest50933 [06:33] hateball, after installing tinycore not windows [06:37] shadow_itman: Do not use truecrypt. [06:37] im not [06:38] i tried veracrypt but had partition issues [06:38] im using bitlocker [06:38] for windows 10 [06:38] and luks for linux [06:38] i'm just confused about how its going to boot [06:39] shadow_itman: What are you confused about specifically? Is this a UEFI or BIOS based machine? [06:39] bios [06:39] Jordan_U: bios [06:40] i'm using 1 HDD [06:40] trying to dual boot [06:40] somehow the bitlocker bootloader needs to see linux [06:40] and i need to have an option [06:40] of which to boot into [06:40] shadow_itman: No, grub just needs to be able to chainload Windows' bootloader. [06:42] Might the kernel difference be because on the one server I upraded to 14.04.4 with sudo apt-get install --install-recommends linux-generic-lts-wily [06:42] And on the other one, it was installed from a more recent CDROM ISO? [06:42] shadow_itman: Windows normally has its actual bootloader in the pbr and embedding area in the filesystem of the "system" partition (not "C:") and what's in the MBR is just a simple "boot manager" that chainloads whatever primary partition is marked "active". I don't expect bitlocker to change any of that. [06:43] If I have a 24gb SSD and a 256 gb SSD, what is my optimal partition configuration? :3 [06:43] Jordan_U: thanks for explaining that. this info is hard to come by in my searches! [06:44] Redbeardt: ubuntu default partition will do fine [06:45] Jordan_U: the documentation i'm following used UEFI so i'm not sure what that changes if anything [06:45] When I tried installing, it wanted to put everything on the 256gb [06:45] Redbeardt: use the 24gig for main boot Os and the 256 for data? [06:45] so I figured it'd make more sense to use the 24gb as a swap... or something? I'm new to this [06:45] in terms of where I put the linux /boot partition [06:45] ./home on the 256? [06:46] Hmm ok :3 === ljhade24 is now known as MurciLee [06:46] I'm not sure about the importance of a sizeable swap partition with 8gbram [06:46] Redbeardt: wich brand are the ssd's? === ISJ is now known as InternetSpaceJes [06:47] The small one is a 'cache' SSD that came with the laptop and I have no idea what brand it is. The 256 one, I also don't know because I'm an idiot and forgot to ask the guys I got the laptop from to put in a specific quality brand. [06:47] So it's probably something awful [06:47] and I don't know the linux commands to check haha [06:48] Redbeardt: sudo hdparm -I /dev/sda === Ryan__ is now known as wipeout [06:48] Redbeardt: or whatever device [06:48] I'm running LiveCD atm.. Terminal sure is being lazy to start [06:49] Ill type that in if it decides to pop up [06:49] Redbeardt: sudo hdparm -i /dev/sda1 [06:51] ok so sda1 must be showing up as the usb drive im running livecd off [06:52] since it shows 1tb [06:52] I tried sdb and got TS256GSSD360S as the model number [06:52] Redbeardt: might be a transcend [06:52] thats the 256gb [06:52] and this is the 24gb KINGSTON RBU-SMSM151S324GD [06:53] .. is that good? ;D [06:53] Redbeardt: ok well as your 24gig is rather small for data, i would go for main ubuntu Os on that one [06:53] ok [06:53] Redbeardt: and use the 256 for data, fast data exchange between both [06:54] what's this about swap partitions though? [06:54] does it matter? [06:54] Redbeardt: swap will be created in ubuntu setup, default layout will do fine [06:54] Redbeardt: after install you can tweak stuff, like swappiness to 10 [06:55] Is that only if I do the .. logical.. voluming.. option? [06:55] during setup? [06:55] It said that if I click that I can edit partitions freely later [06:55] !lvm | Redbeardt [06:55] Redbeardt: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto === Wicaeed_ is now known as Wicaeed [06:56] logical volume management eh [06:56] Redbeardt: i dont use lvm myself [06:57] I kind of don't want to either; seems like a level of abstraction I wouldn't need if I knew better what I was doing [06:57] here goes nothing... [06:57] shadow_itman: re-ask your issue once in a while, all in one line..others might help [06:58] Redbeardt: dont make it too hard on yourself, regular install does fine in most cases [06:58] sure but.. I want to learn ;) [06:59] The trouble I've been having with my wifi has been pretty educational in itself [06:59] I'm a guy who has used windows for 20 years and this is my first major foray into linux [06:59] Redbeardt: wich ubuntu version are you choosing to install? [07:00] the latest LTS one [07:00] 14.04 I thnk it was? [07:00] Redbeardt: ok, in 2 weeks 16.04 comes out also if that might interest you [07:00] i need grub to be able to chainload windows bootloader. both win10 and ubuntu are on the same HDD and both encrypted(not sure the relevance) [07:00] oh [07:01] People seemed to think it would be wise to use an LTS version [07:01] Redbeardt: but you will be able to upgrade from 14.04 on april 21 [07:01] but I'm not sure how much I care hehe [07:01] aha [07:01] Redbeardt: thats the users choice, wich version you choose [07:02] i havent really looked at the differences [07:02] !lts | Redbeardt [07:02] Redbeardt: LTS means Long Term Support. Until 12.04 LTS versions of Ubuntu were supported for 3 years on the desktop, and 5 years on the server; since 12.04 (Precise Pangolin) LTS versions will be supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Trusty (Trusty Tahr 14.04) [07:02] although due to the trouble i've had with my wifi, maybe a later version would have been wise [07:02] Trusty hehe [07:02] Redbeardt: wich wifi chipset === auronandace1 is now known as auronandace [07:03] do i need to set the bootable flag 'on' for the /boot partition? [07:03] Intel AC 7265 [07:04] Redbeardt: yes, you'll want a newer kernel for that [07:04] Redbeardt: that should work, its also advised to use cable internet + updates enabled during ubuntu setup [07:04] yea I'm cabled now [07:04] oh [07:05] if you don't mind me asking, how'd you deduce that hateball? [07:05] Redbeardt: perhaps 15.10 or 16.04 as hateball suggests [07:05] Redbeardt: I have the same chipset [07:05] well, 7260 [07:05] oh haha [07:05] Redbeardt: you can try a later kernel by "sudo apt-get install linux-generic-lts-xenial" [07:06] Redbeardt: that grabs the kernel from 16.04 (4.4) and you can choose between kernels in the grub menu at boot if need be [07:07] but I wouldn't want to run that from the LiveCD yea? [07:09] hmm the ubuntu setup said it failed to mount a filesystem on sda.. [07:09] weird [07:09] I tried to installto sdc! [07:10] Redbeardt: No, you'd want to install a new kernel to an installed system [07:10] ok [07:10] thanks [07:10] It's not super useful installing it to RAM and then rebooting, see [07:10] hahaha [07:10] indeed [07:14] I'm installing! :O [07:14] Praise the Sun! [07:15] I recently installed Ubuntu 15.10 and am using the fglrx-updates driver with microcode firmware for AMD CPUs. I'm having an issue where Chrome and other apps that render via a GPU seem to be bugging out. Games never have issues though. [07:17] Installer taking its sweet time partitioning D: === debug is now known as Mr-K === Mr-K is now known as debug [07:22] Hi guys. How do I use xrandr to change the refresh rate of just one or two monitors (DVI), when I'm on a 3 monitor setup? xrandr output: http://paste.ubuntu.com/15664692/ [07:25] How is the beta looking is it looking like the LTS release will be good or bad? [07:25] I have this weird problem, I guess it's not that important, but I turned on auto hide for the ubuntu start menu, and it's gone [07:25] it doesn't come up if I move my mouse over where it used to be [07:26] Hi all [07:26] hi [07:26] so now I just can't get to anything [07:26] what about you [07:26] guideX: It's not gone, just "press" your mouse toward the edge [07:26] (soliman glad to see U ;) [07:26] i think my installer is unhappy. It has been partitioning a 24gb drive for 10 minutes [07:26] Zaitzen: I mean, I move my mouse over there but the thing doesn't come up [07:26] the thing with the icons [07:27] on the left [07:27] guideX: I've noticed the same weird behavior when I tried it, but by moving and "pressing" the mouse to the edge it shows up. You'll see a small shadow when you move it [07:28] I wonder if it's something more wrong, i'll try to take a screenshot to describe what I'm seeing [07:29] guideX: When I move the mouse to the edge, I see a shade. I keep pushing the mouse into the edge and the shade darkens, and finally it opens the launcher. This sensitivity can be tweaked in Appearance settings. [07:29] !ubuntu+1 | Light_ [07:29] Light_: Xenial Xerus is the codename for Ubuntu 16.04 - Support only in #ubuntu+1 [07:30] Jordan_U: so when the installer asks me where to install grub.... any idea where i should tell it? [07:30] guideX: From "you gotta push hard" Low, to "barely touching the edge" High [07:30] to be chainloaded behind bitlocker? [07:32] http://skywirenews.com/ubuntuglitch.jpg [07:32] if I hit the windows key that's all that comes up [07:32] then I can type like terminal and there's no results [07:32] something screwed up eh? [07:33] Yeah the launcher doesn't open when you press the Windows key [07:34] like check this out http://skywirenews.com/ubuntuglitch2.jpg [07:34] the terminal doesn't even come up [07:36] What you have open is a command dash thing (?) that I never use, and it is supposed to open by pressing the Alt key === altinnn is now known as altin [07:36] when I hit alt the same thing comes up [07:36] The Windows key is supposed to open the Unity search window thingamajig (I'm confused by the naming of these various bits) :p [07:37] but you're on a VM, might be that it doesn't send the correct key from the host then [07:37] nvm, Teamviewer is it? [07:37] yeah I'm using team viewer [07:37] Is it just me or does 12.04 work better then 14.04? [07:38] Light_: what does "better" mean to you? [07:38] less buggy [07:38] I was really fond of 8.04 if we wanna talk about old versions [07:38] guideX: It might be that teamviewer doesn't send the keys correctly, try looking in settings after something like "Send key combinations" or similar [07:38] Light_: just you [07:38] Zaitzev: ah ok let me try that [07:38] Light_: be specific if you have a support issue. Maybe it's a known thing [07:39] well transmission didn't seem to work with 14.04 like it did seamlessly in 12.04 [07:40] is there like a run command in ubuntu I can get to [07:40] I run transmission totally fine on my 14.04 laptop [07:40] guideX, yes I heard good things about that release [07:40] guideX: what do you mean? [07:40] guideX: Try pressing Ctrl+Alt+T to open a terminal [07:40] ah ok that works [07:40] whew... [07:41] so maybe I can turn off the auto hide setting somewhere from the terminal [07:41] Light_: you have one app that you have a problem with and you draw the conclusion that the whole release is buggy :-/ I'm using trasmission on 14.04 with no problems, so what is the specific bug [07:41] to get back the thing on the left [07:42] I forget but I went back to 12.04 [07:42] anywhere I can vi or gedit my way to turning the autohide off [07:42] guideX: what Ubuntu version is it? [07:42] Light_: so what is your aim in coming here? [07:42] actually seems like ubuntu starting to go bad when the switch to unity happened [07:42] Zaitzev: 14.04 [07:42] guideX: Type in terminal: unity-control-center [07:43] Light_: if you're after a general chat, or complain, please go to #ubuntu-offtopic. This is for support only [07:43] guideX: Then go to Appearance and the Behavior tab [07:43] somsip I'm interested in the new LTS release but no one is in there [07:43] Zaitzev: thanks [07:44] annnd it's back... [07:44] woa man someone should fix that lol [07:44] 这是什么?? [07:44] it's scary to loose the icons thingy on the left [07:44] lol??? [07:45] !zh | Holland [07:45] Holland: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [07:59] !pastebin [07:59] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [07:59] Hello, can anyone help me please? http://paste.ubuntu.com/15664938/ [07:59] It happens when I try to use my laptop volume slide/touchpad in the keyboard. [08:00] n-iCe: try sudo modprobe psmouse resync_time=10 [08:01] Hello ?? I have a problem. and no it's not personal.. re Ubuntu Server [08:01] !help | BusyElf [08:01] BusyElf: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [08:01] EriC^^, done, now? [08:02] Ok I have a programme running in Ubuntu, and for some reason it shuts down at 02:32 -ish every night.. ther's nothing in crontab to make it do so. .. any ideas? === Dj-Free is now known as DjFree === brsc2909_ is now known as theNextChapter [08:03] EriC^^, keeps happening, http://paste.ubuntu.com/15664967/ [08:03] BusyElf: check /var/log/syslog [08:03] n-iCe: try sudo modprobe -r psmouse , then sudo modprobe psmouse [08:04] ermm it's a headless server. [08:04] BusyElf: why should that make a difference? [08:04] no psmouse connected [08:04] EriC^^, [ 593.849891] input: PS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input599 [08:05] BusyElf: why do you need a mouse? How do you normaly admin this server? [08:05] EriC^^, and is not happening anymore! [08:05] SSH into it [08:05] EriC^^, is this permanent?! [08:06] BusyElf: so, SSH into it. Why is the mouse an issue? [08:06] d [08:06] n-iCe: i dont think so [08:06] shadow_itman: Install grub's boot sector to the mbr, so that grub can chainload Windows' bootloader. [08:07] ok forget the mouse, still have the problem [08:07] BusyElf: my recommendation to check syslog still stands [08:08] Jordan_U: wow, i was going to follow the directions and install it to the /boot partition that i created [08:08] Jordan_U: what will the /boot parition do if i dont install grub to it?> just sit there? [08:08] I've checked the programme logs. there's nothing to suggest it was ordered to shut down. [08:09] BusyElf: what do you mean by "programme logs". Have you checked system logs? Which ones? [08:09] "Your window manager does not support the show desktop button or you are not running a window manager". I'm missing the buttons along the top of gnome or whatever. It's Ubuntu VPS server. I'm using tightvnc :) Any help? [08:09] shadow_itman: If you have a TPM though, you may need to keep Windows' MBR code intact. [08:09] EriC^^, look [08:09] Jordan_U: this is what im following http://techblog.mastbroek.com/all-articles/dualboot-encrypted-windows-and-ubuntu/5/ [08:09] EriC^^, synclient TouchpadOff=1; [08:09] the only thing I can think of that might have some impact is a backup from another server onto the affected one. [08:09] seems to fix it too [08:10] Jordan_U: i'm not using TPM but the client i'm doing this for next week likely will be [08:10] BusyElf: sometimes best not to think, but to try to establish facts. But you seem to be ignoring me, so best of luck and I'm out [08:10] Jordan_U: it would be nice to be prepared for both scenerios [08:10] Fine! [08:10] me too [08:11] n-iCe: yes, i read =0 makes it turn on [08:11] n-iCe: https://chakraos.org/forum/viewtopic.php?id=10119&p=2 [08:11] Jordan_U: if i install grub to the wrong place? can i make changes using bcdedit or another utility later to fix the issue? [08:11] this command line install just took SO long. i would hate to have to do it again [08:12] Help! I can't log in graphically! It's just a blank screen; I *am* able to log in via a TTY, though (I'm writing this on irssi). I'm on Ubuntu 15.10. What do I do? === arun_ is now known as Guest45182 [08:13] Jordan_U: the grub prompt says "The following operating systems have been detected on this computer: Windows vista(loader) [08:13] Jordan_U: if all of your operating systems are listed above, then it should be safe to install the boot loader to the master boot record of your first drive [08:13] install the grub boot loader to the master boot record? [08:13] shadow_itman: If you don't have a TPM, or aren't using it, then it's all relatively easy to fix (if you know how). I haven't dealt with TPMs enough and I don't know what the best course of action is for that. [08:13] EriC^^, rmmod psmouse && modprobe psmouse , is ok? [08:14] BlueProtoman: does the guest account work? [08:14] n-iCe: yeah, modprobe -r psmouse && modprobe psmouse is better though [08:14] Jordan_U: can you hang tight while i install it to the MBR? [08:15] if it breaks i need to know how to fix it. would be greatly appreciated. im pretty desperate [08:15] n-iCe: maybe you can make a script for it and use xbindkeys to make a shortcut on the keyboard for it [08:15] done EriC^^ [08:15] EriC^^, no no I don't care about make it work at all, the problem is it created some issues in the muse cursos [08:15] rebooting [08:15] thanks [08:15] ok [08:16] shadow_itman: I'll be here for 20 minutes. [08:17] welp here it goes [08:17] Just left the bar, about to start drinking.. funny thing is, no matter how many idiot or how intelligent I may get, I'm still always understood. [08:17] Also, if you can't feel compliance, it didn't happen. [08:17] ~ Hunter [08:18] Jordan_U: 'missing operating system' [08:18] yikes [08:18] EriC^^, did not work [08:18] EriC^^, did not work [08:18] what do you mean? [08:19] EriC^^, if I press the bar, the problems are still there [08:19] maybe was not executed at boot? [08:19] I added what you said to rc.local [08:19] maybe was not executed at boot? [08:19] I added what you said to rc.local [08:19] it's just for 1 time [08:19] oh, that's in the thread [08:19] yeah, but that one time, makes it work till I reboot [08:19] shadow_itman: Please boot from an Ubuntu liveCD/USB (not the server/minimal installer), run https://github.com/arvidjaar/bootinfoscript and pastebin the RESULTS.txt that it produces. [08:20] n-iCe: i'd do it another way without rc.local [08:20] EriC^^, ok [08:20] let me get some coffee and i'll brb [08:22] Jordan_U: ok [08:26] hi [08:27] EriC^^, ok I think I got it, gonna reboot [08:27] brb [08:27] Jordan_U: sorry its taking so long... the usb drive is almost ready [08:30] EriC^^, nothing, is not working [08:30] ok [08:31] EriC^^, what I think I have to do, is to make a script, that run after few seconds of login, and another to run the second command more few seconds later [08:31] EriC^^, what do you think? [08:31] n-iCe: yes sounds good [08:32] where would you add them? [08:32] i guess after x logs in [08:32] there's the ~/.config/autostart [08:33] ikonia: do you remember that you asked me yesterday if grub detects hfs filesystems? [08:33] cd ~/.config/lxsession/Lubuntu/autostart [08:33] you need to add modprobe to sudoers with NOPASSWD so the script can run [08:33] ooh [08:33] maybe that's my error? [08:33] could be [08:33] EriC^^, %wheel ALL=/sbin/modprobe NOPASSWD: ALL [08:34] grub doesn't recognise my MacOS installation on another HDD. what to do? [08:34] %wheel ALL=(ALL) NOPASSWD: /sbin/modprobe [08:34] wait, why wheel? === Guest45182 is now known as arunpyasi === coffeeguy- is now known as coffeeguy [08:34] s/wheel/sudo, [08:34] s/wheel/sudo [08:34] yes use sudo [08:35] %sudo ALL=(ALL) NOPASSWD: /sbin/modprob [08:35] sounds good to you? [08:36] except, it is modprobe, not modprob [08:36] Kartagis, done, thanks. [08:36] np [08:36] Kartagis: Hackintosh or legitimate Apple hardware? [08:37] Jordan_U: hackintosh [08:37] Kartagis: Then I can't help you. [08:37] Jordan_U: I have another at home, and it is recognised by grub [08:37] Jordan_U: moral issues or you don't know? [08:38] just asking, not judging [08:38] Kartagis: I don't know and this channel doesn't support hackintosh. [08:38] EriC^^, and now [08:38] n-iCe: try to run the script manually from the terminal [08:38] I'm asking about grubi not hackintosh [08:38] type sudo -k , then try it [08:39] EriC^^, ok, no errors, let me reboot [08:40] Jordan_U: when i try to run the script it tells me to install a new version of mawk [08:40] wow [08:41] ok EriC^^ ok, it ran [08:41] shadow_itman: I think you can just install gawk instead. [08:41] EriC^^, but, the mouse stopped to work, was not enabled it back [08:41] n-iCe: nice [08:42] n-iCe: it was in ~/.config/autostart? [08:42] Jordan_U: that worked [08:42] making pastebin now [08:43] oh my bad [08:43] Can rythmbox play .m4a files? [08:46] EriC^^, thanks, working great now :) [08:46] No more issues with that volume panel, that's great, thanks EriC^^ [08:46] great :) no problem [08:46] Jordan_U: http://paste.ubuntu.com/15665309/ [08:46] Jordan_U: that isn't complete... dangit [08:46] who can help me with grub not recognising MacOS? [08:46] Anyone know why Ubuntu installer would be saying this "The attempt to mount a file system with type vfat in SCSI3 (0,0,0), partition #1 (sda) at /boot/efi failed." [08:46] ? [08:47] Jordan_U: http://paste.ubuntu.com/15665332/ [08:47] Jordan_U: that is complete... sorry man [08:48] 1st time using IRC [08:48] syahdeini, welcome [08:48] shadow_itman: It looks like you didn't actually have the installer install grub to the mbr. [08:49] Jordan_U: it may appear that way but thats the option i selected [08:49] syahdeini: Welcome to ubuntu IRC channel ;) [08:49] during config i did make a /boot partition that included the 'boot flag' [08:49] not sure if that matters [08:49] Hello, i have this issue which i don't know at all how to attack. I have a script or program that is supposed to show a "splash screen" in ascii when i ssh into my machine, and show some general info about the machine. It's called Screenfetch. That script is now somehow broken, so that it shows a lot of "/usr/bin/screenfetch: line 4157: 3: Bad file descriptor" whenever i log into the machine.... [08:50] shadow_itman: And it also looks like you changed the "active" flag so that sda3 is active instead of sda2. [08:50] any ideas what to look at first? I cant even remember how i installed it... (whether its apt-get or manually) [08:50] !info screenfetch [08:50] screenfetch (source: screenfetch): Bash Screenshot Information Tool. In component universe, is optional. Version 3.7.0-1 (wily), package size 39 kB, installed size 206 kB [08:50] sybariten: try apt-cache policy screenfetch [08:51] shadow_itman: Did you change the "active" (sometimes called "boot") flag in your partition table? [08:51] Jordan_U: yes, when i created the /boot partition gave it the 'boot flag' [08:52] shadow_itman: That is why you currently can't boot. [08:52] EriC^^: thanks.. i get a little list. it says "Installed: 3.7.0-1~trusty" [08:52] Jordan_U: any recourse for this? [08:52] sybariten: ok, maybe it's a known bug? [08:53] EriC^^: hmmm maybe? What did we check with the policy command? [08:53] shadow_itman: If you change the "boot flag" back to sda2, then Windows will boot. Or you can install grub and you'll be able to boot both OSs. [08:54] sybariten: if it's installed via apt-get [08:54] Jordan_U: how can i change the boot flag back to sda 2? and/or install grub [08:54] ok. Good, we got that sorted out then. I think i'll try and apt-get remove it, apt-get update and apt-get install it just for the sake of it and see what happens [08:54] Jordan_U: sorry man, i'm a noob and i have a crazy deadline for this to be working at noon tomorrow [08:55] shadow_itman: To install grub: "sudo mount /dev/sda3 /mnt/ && sudo grub-install --boot-directory=/mnt/ /dev/sda". [08:57] said installation finished. no error reported [08:57] i guess i will try to reboot? [08:57] shadow_itman: Great. Reboot. [08:58] Jordan_U: it gives me grub menu instead of Windows... i thought bitlocker would require windows loader? === Guest77804 is now known as Ard1t [09:00] Jordan_U: it works nonetheless... thanks for sticking around and helping me man! [09:00] i can work out the kinks tomorrow if needed [09:00] you the man! [09:00] shadow_itman: Your Ubuntu installation isn't within the bitlocker encryption. "Full disk" encryption is usually a misnomer, and it's just a single partition that is encrypted. [09:01] shadow_itman: You're welcome. [09:01] Jordan_U: would it have been possible to use the windows boot menu and have windows be the default after time expires? === Dinner is now known as Dinner4Breakfast [09:02] shadow_itman: Yes, but it's a much more difficult and fragile configuration. Instead you should just make Windows the default grub entry if you want to boot Windows by default. [09:03] windows can chainload grub in legacy mode? [09:03] or that effect can be achieved from the windows bootloader? [09:03] EriC^^: Yes, but please forget that I ever told you that because it's a terrible idea. [09:03] lol :D [09:06] reinstalling screenfetch via apt-get... [09:08] Client error: `HEAD http://replicator:replicator@mysite.url/relaxed/default` resulted in a `404 Not Found` response: [09:17] Where is the best place to get a docker container with ubuntu 16.04? ubuntu:16.04 has no networking installed === Drac0 is now known as Guest35512 [09:18] sgbirch: 16.04 isn't out yet, try asking in #ubuntu+1 [09:18] ok .. thank you === sleepypc is now known as hypermist === hypermist is now known as GNAAfart === GNAAfart is now known as hypermist === soul is now known as Guest34592 [09:37] Can I use ubuntu from a usb drive. Without files being deleted after shutdown? [09:38] Been trying in ubuntu-server but guess I'll throw it here also; so I'm trying to implement key-based ssh login to my server, created key pair, added pubkey to authorized_keys on server, last auth.log shows "public key was accepted" but soon I set "PasswordAuthentication no" in sshd_config it stops accepting my public key and ofc won't prompt for password either. [09:38] Elon_MuSk: yes, given enough space on the stick it is possible [09:39] aotea: how? Install on usb drive. Boot with usb drive. But when I reboot files are gone [09:39] Elon_MuSk: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [09:40] aotea: ok thanx [09:42] What's a correct way to install own, private package providing files from official one? In my case it's qemu. Official repo has 2.3, and I need 2.5. So I followed very nice article (http://www.atrixnet.com/compile-qemu-from-source-and-make-a-debian-package-with-checkinstall/#comment-23813) and created own qemu package. But if I install it, I have two qemu-system-x86_64 for example (in /usr/bin - official 2.3, and /usr/local/bin) [09:43] Ubuntu and Debian isos updated at work :) [09:44] If I remove qemu-system package providing /usr/bin/qemu-system-x86_64 I'll need to remove much more in dependencies then my package provides. [09:46] now waiting for the 16.04 isos :) [09:49] Help! I can't boot X! The login screen doesn't appear, though I'm able to log in via tty (I'm writing this via irssi). I'm running Ubuntu 15.10 with a nVidia GeForce 520M/Intel HD 5000 combo via Optimus. What do I do? [09:49] BlueProtoman, live cd? [09:50] n-iCe: No. [09:50] BlueProtoman, you installed it already? with no gui? [09:50] n-iCe: Existing installation. I've had it installed for quite some time, though I just recently broke something. [09:50] BlueProtoman: when I had this kind of problems it was always because of something with nvidia drivers, I'd suggest to remove everything nvidia related and try with the nouveau drivers [09:50] BlueProtoman, ah, I thought that. [09:50] daedric: Out of the question. My nVidia drivers were working yesterday, and I need them. [09:51] BlueProtoman: you can reinstall them later [09:51] BlueProtoman, reinstall [09:51] anyway without X it is not like they are useful [09:51] But I had it working yesterday! And in fact, I had it working an hour ago, then got bold and decided to try nvidia-361...and then wound up having to come back here. [09:52] BlueProtoman, you rebooted, right [09:52] n-iCe: Yes, of course [09:52] BlueProtoman: ... and you really think that it is not related to your upgrade ? [09:52] do whatever you want. [09:52] gonna be hard [09:53] daedric: I uninstalled 361 and reinstalled 358, but that didn't work either [09:53] BlueProtoman, check nvidia-current [09:54] n-iCe: 304? [09:54] BlueProtoman: I never got it right when I install the nvidia via the CLI, I prefer to use the gui and the additional driver. I used to have a dell laptop and only 1 of the nvidia packages was working properly [09:54] daedric, n-iCe: I've had 358 working just fine on this machine, though. [09:56] http://paste.ubuntu.com/15666117/ [09:56] My /var/log/Xorg.0.log [09:58] `Undefined Screen "nvidia" referenced by ServerLayout "layout".` [09:58] you fucked up your nvidia installation [09:58] OK, how do I un-fuck it? [09:58] did you change your xord.conf manually ? [09:58] No. [09:59] BlueProtoman, why don't you just reinstall? [09:59] would be the easy way, and time saver [09:59] you can always backup using tty [09:59] n-iCe: What, my OS or the drivers? The drivers I tried, but I'm not in the mood to reinstall my whole OS again so not happening [09:59] me I stands for falling back on nouveau and then reinstalling nvidia via the ubuntu GUI, however maybe you can try to remove the nvidia section in the xorg.conf or use the nvidia-xconfig [10:00] I'd also be sure to use the nvidia-current [10:00] daedric: nvidia-current is OLD. 304, but I was using 358 yesterday. [10:00] why do you care ? [10:01] I'm working on a graphics project, I need a recent version of OpenGL [10:01] BlueProtoman: why don't you want to repair your computer and update AFTER [10:01] Fine, fine, I'll do that. [10:01] What's the nouveau package? [10:01] you can try nvidia-xconfig [10:02] there is a tool to generate a xorg.conf IIRC [10:02] OK, but what is the name of the nouveau package? [10:02] So I can get to that point? [10:03] if nvidia-xconfig does not work, the novueau package is: xserver-xorg-video-nouveau [10:03] BlueProtoman: you said you installed a newer nvidia, how did you do that [10:03] Ben64: With a PPA [10:03] which [10:04] ppa:graphics-drivers, I think it's called [10:04] ok thats a good one [10:04] Let me reboot and see for myself [10:06] No luck. [10:06] I scanned some documents into a sub stick and ported them to my craptop. My craptop's HDD started making noises associated with a faulty hdd. I rebooted but this time, strangely, I didnt have to use a liveusb to restore my system and set a nonblocking pool: the recovery journal did that for me... My question is: does time play a part in the launching of the recovery journal? [10:06] BlueProtoman: you should make sure that the driver actually got built [10:06] Sorry, what was the name of the package? No scrollback in irssi [10:06] Ben64: And how can I do that? [10:06] should I , next time my hdd start clacking, automatically turn it off so the journal self recovers? [10:07] 15.10 64 bits [10:07] BlueProtoman: use pgup and pgdown [10:07] BlueProtoman: nvidia-xonfig did not work ? [10:07] l0ll1p0p: Not between sessions [10:07] BlueProtoman: check /var/log/X0rg.0.log for errors, if none there, try $HOME/.xsession-errors [10:07] daedric: It did not [10:07] BlueProtoman: find /var/lib/dkms | grep ko$ === Petru is now known as Guest74230 [10:08] Ben64: BlueProtoman "dkms status" will report which modules/versions/kernels are installed for === Guest74230 is now known as Petru7 [10:08] TJ-: neat! [10:08] Ben64: thank frank for man :p [10:09] http://paste.ubuntu.com/15666435/ [10:09] My dkms status [10:10] BlueProtoman: do you use bumblebee? [10:10] http://paste.ubuntu.com/15666456/ [10:10] k1l_: No, I use nvidia's equivalent [10:10] BlueProtoman: you can try to mv /etc/X11/xorg.conf{,.back} [10:10] ^ My Xorg.0.log [10:10] and startx again (no reboot) [10:10] BlueProtoman: but bbswitch is bumblebee [10:10] no startx [10:11] k1l_: Then either I guess I do use it or it's still lying around from when I did. [10:11] k1l_: i have bbswitch on my system. single gpu setup [10:11] BlueProtoman: and bumblebee is deprecated. ubuntu uses the official "nvidia-prime" since some tome [10:13] BlueProtoman: ok, seems like nvidia-prime is still depending on bbswitch [10:14] BlueProtoman: ok, seems like nvidia-prime is still depending on bbswitch [10:14] startx didn't work. Well, it displayed a cursor and let me move it around a blank screen, but nothing else happened. [10:14] dont use startx. start the lightdm [10:14] startx + deleting my existing xorg.conf [10:15] after encrypting my home folder, how do I repair my hibernate? :) [10:15] BlueProtoman: yeah it was my mistake (the startx) k1l_ is right [10:15] k1l_: sddm for Kubuntu, right? [10:15] I just installed an Nvidia driver and rebooted and now I boot into black screen. :( [10:15] It said : "This will break your hibernate " Note:"This will not break your hibernate / sleep" [10:15] BlueProtoman: what does "uname -r" report ? [10:15] BlueProtoman: depends on what ubuntu version [10:17] TJ-: 4.2.0-35-generic [10:17] k1l_: Kubuntu 15.10 [10:17] BlueProtoman: then its ssdm [10:17] BlueProtoman: good, that confirms the same kernel version is running as the module is installed for. [10:17] Should I run sddm with sudo? [10:17] why isn't grub recongnising MacOS on another HDD? [10:18] bleepy: try starting the gUI with "sudo systemctl start sddm.service" [10:18] BlueProtoman: stop starting stuff yourself. use the init system. [10:18] recognising* [10:18] k1l_: OK, how? [10:18] BlueProtoman: it should be a service, so /etc/init.d/sddm restart [10:18] BlueProtoman: "sudo systemctl start sddm" [10:19] k1l_: Nothing. No error, but no output either. [10:19] BlueProtoman: reupload you Xorg.log [10:20] http://paste.ubuntu.com/15666584/ [10:20] Ask and you shall receive [10:20] BlueProtoman: you have networkconnection? then please "cat /var/log/Xorg.0.log | nc termbin.com 9999" [10:20] ah ok [10:20] "Data incomplete in file /etc/X11/xorg.conf" [10:21] OK, what does that mean and what do I do about it? [10:21] "sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old" [10:21] BlueProtoman: didn't you moved your xorg.conf{,.back} ? [10:21] daedric: Yes, I did [10:21] that renames the xorg.conf which seems to be faulty [10:22] BlueProtoman: so either you missed the command, or it was regenerated. [10:22] maybe after the move, you can touch /etc/X11/xorg.conf [10:22] k1l_: OK, ran that, now what? [10:22] BlueProtoman: restart the service [10:22] "sudo systemctl start sddm.service" === cigumo_ is now known as cigumo [10:23] Hi [10:23] daedric, k1l_: No output, no error. [10:23] was a xorg.conf recreated ? [10:23] daedric: Yes [10:24] BlueProtoman: rm /etc/X11/xorg.conf && touch /etc/X11/xorg.conf [10:24] http://paste.ubuntu.com/15666638/ [10:24] BlueProtoman: "cat /var/log/Xorg.0.log | nc termbin.com 9999" [10:24] I installed xcb but where can I find the header files? I still get an: fatal error: xcb/xcb.h: No such file or directory [10:25] http://paste.ubuntu.com/15666646/ [10:25] BlueProtoman: did you create that new xorg.conf? [10:25] k1l_: Yes, one second [10:25] "Undefined Screen "nvidia" referenced by ServerLayout "layout"." that is the issue [10:25] k1l_: OK, now how do I resolve it? [10:25] Clearing and regenerating the xorg.conf is clearly not helping [10:26] did you regenerate it manually? or just remove the file and tried to start ssdm? [10:26] Both [10:27] eimer_: did you install it from repos, or compiled from source? [10:28] lotuspsychje, i did it over the terminal "sodu apt-get install xcb" [10:28] BlueProtoman: "apt-cache policy ubuntu-drivers-common" in a pastebin please [10:28] http://paste.ubuntu.com/15666694/ [10:29] k1l_: ^ [10:29] eimer_: could this be it? libx11-xcb-dev - Xlib/XCB interface library (development headers) === ibm is now known as Guest46348 [10:30] Oh wow. Yea. Thats the right one. [10:30] Thank you :-) [10:30] BlueProtoman: seems its this bug https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1485236 [10:30] Launchpad bug 1485236 in ubuntu-drivers-common (Ubuntu Wily) "gpu-manager generates an invalid xorg.conf file" [High,Triaged] [10:30] BlueProtoman: me personnaly I'd remove everything nvidia related (like sudo apt-get remove --purge nvidia\* ) [10:31] k1l_: Oh, for fuck's sake. [10:31] daedric: Then what? [10:32] BlueProtoman: then it won't be able to generate a xorg.conf with nvidia, and the intel chipset should be used or nouveau driver [10:32] daedric: And then I can switch back to nVidia, right? I *need* the nvidia drivers [10:33] BlueProtoman: yes, but maybe not a bleeding edge version in a ppa :). Maybe k1l_ or someone else has another solution [10:33] daedric: The PPA I used is supposed to be tested and maintained. I had no problems with 358 [10:33] BlueProtoman: it might not be the driver itself but the fact that you have also an intel card [10:34] daedric: OK. But again. This same driver, 358, has worked fine for me for months. [10:34] BlueProtoman: wait a minute, i am searching for a workaround [10:35] BlueProtoman: I've had also those kind of issue (but I'm not doing opengl development, I use the nvidia driver because nouveau does not handle well multiple external display) [10:35] BlueProtoman: can you show a /var/log/syslog ? [10:35] also, it seems that you have not the ubuntu-drivers-common 1:0.4.14 but the 1:0.4.11 [10:35] and they say it has been fixed in 1:0.4.11 [10:35] sorry [10:35] 1:0.4.14 [10:36] daedric: that is just in xenial so far. [10:36] BlueProtoman: I see you left #kubuntu, did 358 not work with the older kernel either, like it did when you were first asking for help? [10:36] hateball: It did, then I got bold and decided to try 361. That failed, so I uninstalled and reinstalled 358. That too failed, so now I'm back here. [10:36] k1l_: my bad [10:36] k1l_: It's huge. It doesn't contain any personally identifying info, does it? [10:37] BlueProtoman: no. no personal information [10:37] k1l_: OK. [10:37] k1l_: personal, no, but may your username + some software you installed [10:37] http://paste.ubuntu.com/15666804/ [10:37] BlueProtoman: Yes but if you recall, we tried booting an older kernel via the grub menu. By default on reboot it will choose the latest one, not the most recently used [10:38] hateball: That didn't work either. [10:38] hateball: At least not after I made the wise decision to try 361 [10:38] BlueProtoman: Which means if you re-install 358, it will still boot 4.2.0-35 [10:38] BlueProtoman: Ah, alright [10:38] BlueProtoman: Have you tried 352? [10:38] Next laptop I buy (probably end of this year or early next), I'm making damned fucking sure I won't have to deal with this shit [10:38] Hybrid graphics are a pain [10:39] BlueProtoman: please remain polite [10:39] hateball: Don't think so, but if I can stay with 358 I'd rather do so [10:39] BlueProtoman: Sure, just a means of troubleshooting is all === sergio is now known as Guest13786 [10:39] lllllllolllllll [10:39] ظن [10:39] BlueProtoman: It is the "LTS" branch after all [10:40] ظن [10:40] BlueProtoman: That said, if you have a manual xorg.conf or something of the sort, that might break things regardless of driver [10:40] BlueProtoman: the bugreport says the issue is, that its looking in syslog for nvidia which brings an old error in. maybe a syslog rotate helps already [10:40] hateball: No, it was not manual. [10:40] k1l_: So clear my /var/syslog? How? Just rm it? [10:41] BlueProtoman: Stop the syslog service first or it wont release the file [10:41] hateball: How? [10:42] BlueProtoman: euh... I think "sudo service syslog stop" on 15.10. Am on 14.04 atm here [10:43] logrotate -f /etc/logrotate.d/rsyslog [10:43] that'll do it as well [10:43] but i think systemd now handles that stuff. but i dont know if that will catch the syslog. [10:44] sudo: no tty present and no askpass program specified [10:44] You are trying to send an empty document, exiting. [10:44] OK, now what? [10:44] Err, oops, didn't think that was visible [10:45] Can I reinstall nvidia-358 now? [10:46] was it removed? [10:46] Yes [10:46] how to stop firewall in ubuntu [10:46] Removed it about half an hour ago [10:46] run a "sudo apt purge nvidia*" first [10:46] Wait, no, syslogs weren't purged properly [10:46] to make sure you dont have any other nvidia version left [10:46] rexwin_: sudo service apparmor stop [10:48] My fail. [10:48] I dont know [10:48] k1l_: How do I rotate the logfile again? I get a bunch of errors that look like "skipping file because parent directory has insecure permissions" [10:49] (Can't /exec -out it here, need sudo but I can't provide it in irssi) [10:49] apparmor: unrecognized service [10:50] Bonn333: rexwin_ apparmor is *not* the firewall, it is the process containment security service [10:50] TJ- Sorry. I am so stupid [10:50] xd [10:52] What is the easiest way to setup VNC server on Ubuntu? So that my friend can connect using VNC and fix my computer? he won't use teamviewer because It is not free/libre [10:52] hiya: What about Remmina? [10:53] BlueProtoman, what is it? [10:53] hiya: VNC client, I think [10:53] Never used it, but it wouldn't hurt to take a look [10:54] Hi guys [10:54] hateball: After I install nvidia-358, I can just restart the syslog service again? [10:55] BlueProtoman: the thing is the driver handler scans the syslog. anf while he finds old nvidia stuff there he makes wrong settings. [10:56] k1l_: Right. So I just reinstalled nvidia-358 and restarted the syslog service. Now what? [10:56] (in that order) [10:56] try to load ssdm [10:56] What was the command for that again? [10:57] "sudo systemctl start sddm.service" [10:57] k1l_: Nothing. No error, no output. [10:57] please make a reboot [10:57] OK, be right back [11:00] hateball, k1l_: It worked! In celebration, I shall now blast Queen's "Don't Stop Me Now", sleeping roommates be damned. [11:00] BlueProtoman: :D [11:00] Thank you so much! And you, daedric [11:01] ok :) [11:01] BlueProtoman: Remember there's a 16.04 coming up, so... you might experience breakage soon :p [11:01] that issue is fixed in 16.04 :) [11:01] I see [11:01] hateball: Not gonna upgrade until the semester's over (and in fact, I'm gonna switch back to plain old Ubuntu; Kubuntu's been more trouble than it's worth) [11:02] Meh, too each their own. I couldnt live without plasma :) [11:02] It crashes on me more often than GNOME did [11:02] Driver issues of this kind are unrelated to the DE at any rate [11:03] Ok so i have ubuntu 15.10, I am getting a problem with webpages loading in ANY browser. sometimes they just hang, yet i can ping google and the websites fine from teh command line. its not the internet its something going on in the OS itself, any anyone think what it could be ? [11:03] Yeah, I know. Still considering switching back to GNOME when I upgrade though [11:03] BlueProtoman: Well you dont need to reinstall anyhows, you can just upgrade (and you have to since 15.10 goes EOL), and switch between DE's at login [11:04] hateball: I kind of want to repartition anyway [11:04] BlueProtoman: Sure, even tho you can just do that from a live-cd anyhow [11:05] Whatever the case, thank you for your help! [11:05] :) [11:08] hateball: Oh, uh, actually, one more thing; how do I enable my nVidia GPU again? [11:10] BlueProtoman: Do you have nvidia-prime installed? Then you go in nvidia-settings and choose operating mode [11:11] hateball: Oh, yes, I see. Thanks! [11:11] BlueProtoman: as far as I know, I should say. Not using hybrid graphics myself === N3X15_ is now known as N3X15 [11:15] Hi folks [11:15] Does for someone still work the my-weather-indicator with yahoo? [11:17] adac: after the update it doesnt work anymore at all for me :/ [11:17] k1l_, :/ [11:19] adac: https://bugs.launchpad.net/my-weather-indicator/+bug/1565495 [11:19] Launchpad bug 1565495 in my-weather-indicator "My-Weather-Indicator won't launch on Ubuntu 16.04" [Undecided,New] [11:20] k1l_, lets hope someone can fix ist [11:20] *fix it [11:21] hi people [11:21] i somebody can help me.. i am trying to update the bios for my Lenovo with ubuntu 15 installed [11:22] but unfortunately... i must do it from windows only... so when i try to install windows on a free partition.. the installer says i cant do it because the disk has a GPT partition type [11:23] any idea how to do that? [11:23] Chandrax: check the pc models webpage, for bios update instructions [11:23] i did [11:23] and i must have windows installed to make the update [11:23] Chandrax: no bootable cd method possible? [11:24] i cant boot from that cd... [11:24] Chandrax: is it an UEFI capsule you have to upgrade with? [11:24] i dont know what is a uefi capsule [11:24] i just can tell you that i have an uefi boot [11:25] Then it is possible to upgrade without Windows iirc, just annoying [11:25] Is there a way to pick and choose what traffic goes through a VPN? I want to use a VPN for everything except my online games [11:25] hateball explain please [11:25] Chandrax: Does the PC have a UEFI ? ahhh, yes, then the update is probably delivered as an UEFI Capsule format file. You might be interested to know that as of Ubuntu 16.04 you'll be able to update the firmware from Linux with a Capsule file [11:25] Chandrax: I think TJ- knows more [11:25] cool [11:26] TJ how? [11:26] is there a link to a tutorial? [11:29] dsgdsgdsg, just shut off the routing when you start up the game xD. [11:30] Cablegunmaster: What if I want to browse the web and game at the same time? [11:30] !info fwupdate | Chandrax [11:30] Chandrax: fwupdate (source: fwupdate): Tools to manage UEFI firmware updates. In component universe, is optional. Version 0.4-4ubuntu2 (wily), package size 27 kB, installed size 91 kB (Only available for amd64; i386; armhf; arm64; armel) [11:30] only setup the routing for port 80 and 443. [11:31] thanks alot === JesperA- is now known as JesperA [11:31] dsgdsgdsg, where do you put those rules? in the router or on your ubuntu installation? [11:32] Cablegunmaster: In Ubuntu [11:32] Cablegunmaster: I haven't set anything up yet [11:32] Chandrax: also see the primary upstream project: https://secure-lvfs.rhcloud.com/ [11:32] Cablegunmaster: Just exploring whether it's possible [11:32] dsgdsgdsg, everything is possible ;) [11:32] question is how much time do you want to spend on it. [11:33] dsgdsgdsg, See: http://askubuntu.com/questions/674052/route-only-https-traffic-through-vpn try A.B answer [11:33] I think that seems the way to go. [11:33] thanku [11:33] Cablegunmaster: I want my Bittorrent to go through VPN too [11:34] well same way, but make sure the bittorrent has a fixed port [11:34] Cablegunmaster: Nice, thanks! [11:34] just note down the port [11:34] Cablegunmaster: it would probably be better if I could just blacklist my games [11:34] good luck its just a reference, dsgdsgdsg but it seems solid. [11:34] Cablegunmaster: It's just games I don't want going through the VPN [11:35] well lookup the ports the games are using. [11:35] and use the same link. [11:35] Cablegunmaster:Nice, thanks! [11:35] Cablegunmaster: Can I do the same thing on Windows 10? [11:35] nope [11:36] Cablegunmaster: wow that sucks [11:36] might, actually but I don't know how yet. [11:36] Cablegunmaster: Can I not install iptables on Windows? [11:37] dsgdsgdsg, http://serverfault.com/questions/207620/windows-equivalent-of-iptables [11:37] something like this xD . [11:40] Cablegunmaster: What VPN should I use? I heard Private Internet Access is quite good [11:41] dsgdsgdsg, your own choice [11:42] dsgdsgdsg, I use PIA , it's exellent , inexpensive, reliable and easy to setup [11:42] BluesKaj: And easy to blacklist games so I don't get laggy gaming? [11:43] Blue1: Will it stop my parents from seeing the websites I visit? [11:44] BluesKaj: It looks like they don't offer the $2.50 a month deal any more :( [11:44] BluesKaj: Only $3.25 now :( [11:44] dsgdsgdsg, wife uses it on windows for her games like D&D and Lotro, no issues or lag etc, I'm not a gamer [11:44] BluesKaj: Those games aren't esports. I can't use a VPN for competitive gaming [11:45] BluesKaj: I will either need to reroute gaming traffic or disable routing when I launch a game [11:45] ok, vpn is meant more for anonymity I think [11:46] BluesKaj: I want anonymity and to play games [11:46] tails for anon [11:46] BluesKaj: I just prefer lower latency in-game and not anonymity, then anonymity in torrent client and firefox [11:46] dsgdsgdsg,, you can chat with the PIA rep on their site and get your questions answered there [11:47] back in the day you used to put a null character in the windows folder so nobody could access it [11:47] and remove it from the command line , alt+0255 or something [11:49] Is there a tool that easily sets up Xinerama? [11:50] I'm having a look at the XineramaHowTo wiki article but I don't have an Xorg.conf === twoface89 is now known as twoface88 [12:02] Hello [12:03] Hello Alex____ [12:03] Please help to me install my nvidia driver [12:04] would you please help me out ? [12:04] Alex____: What seems to be the problem? [12:04] 364.15 Beta is out today, is this the one you want to install? [12:05] That's also not in the repos, thus not supported here per se [12:05] no i want to install NVIDIA-Linux-x86_64-361.42.run [12:06] Alex____: What's the problem? [12:06] I have already downloaded the file from the nvidia website [12:06] i don't know how to insatll [12:06] Alex____: I'd suggest you add the nvidia ppa instead, if you really want newer drivers than are in the official repos [12:06] Alex____, that's not an ubuntu supported driver , it will break on your first kernel upgrade [12:07] Alex____, beta drivers? and not in the repos? Not supported here. hint: use the official repos [12:07] Alex____: If you know what you are doing, https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [12:08] hello friends.. [12:08] this is what I've accomplished :) http://i.hizliresim.com/Zkp0mG.png [12:08] thank you all for help [12:09] just tell me how can i install the driver [12:09] Alex____, pastebin, lspci |grep VGA, to give us which gpu you have [12:09] !ppa | Alex____ [12:09] Alex____: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [12:09] is there only 2 gtk thrmes in ubuntu, or? [12:10] !themes | hgty [12:10] hgty: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://freecode.com/tags/theme - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy [12:10] so you means i can't install it ? [12:10] what ubuntu support then > [12:10] ? [12:10] even adwaita theme is not available [12:10] You can install it, it's just not officially supported Alex____ [12:10] Alex____, full instructions are in the links. we don't do a lot of handholding here. [12:11] Read up on how to add PPA on your system and then install your driver from there [12:13] i got you but if you ubuntu do not give support about the additional hardware drivers of those hardware what kind of system it is ? [12:13] then why should i use if i can't use those hardwares [12:13] lol [12:13] Alex____, we did support you. refer the tlinks [12:14] i can find it myself [12:24] bonjour [12:25] !fr | kalexyco [12:25] kalexyco: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [12:30] hello guys [12:30] I am new with ubuntu I am trying to change directory but it says no such file or directory [12:30] hi all :) [12:31] I typed ls and there is Downloads section but I can't get into [12:31] Deruni: sure it is spelled correctly, including case? [12:31] trying to install q3a on lubuntu64, not having much luck with games :) [12:31] Deruni: you can use the tab key to autocomplete it for you [12:31] Deruni: what did you type exactly? [12:31] is it ok to install samba these days, or should i be using something else? [12:31] I am typing cd /Downloads but didn't work [12:32] Deruni: try without the / [12:32] Deruni: no / [12:32] ? [12:32] Deruni: otherwise it will try at the root folder (/) [12:32] ohh thanks [12:32] Deruni: cd Downloads if Downloads is in the current folder you are in (probably: your home folder) [12:32] /folder means that you want to go to the "folder" on / [12:32] I am that stupid :D === ruan_ is now known as Guest28150 [12:33] Deruni: nah, no worries, you'll learn :) [12:33] spacecub: I use it on my homeserver withouth issues [12:35] funch: thanks mate I am eager to learn new stuffs and I wanna be programmer this is probably off-topic but is there a chat room like that? yesterday evening I try to join off topic but I couldn't get in [12:35] !ot | derFlo [12:35] derFlo: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [12:35] Deruni: whereas cd ~/Downloads will take you to Downloads directory in your home directory, no matter where you are on the filesystem [12:35] Deruni: there is #ubuntu-offtopic for social chatter, there is ##programming for programming [12:35] Deruni, do this: /join #ubuntu-offtopic [12:35] Deruni: there are various others, e.g. for specific languages. In general: you can search for channels with alis, see /msg alis help list. /msg alis list *searchterm* looks for channel names containing searchterm. /msg alis list * -topic *searchterm* looks for channel topics containing searchterm. [12:36] rilleh: thanky, i assume you mean Samba, lubuntu always complkains of untrusted sources? [12:36] thats why I love linux I wish I didn't quit when ı was a teenager everyone is so helpfull thanks guys [12:37] !fcm | Deruni [12:37] Deruni: fcm is THE Ubuntu Community Magazine - find it at www.fullcirclemagazine.org, or #fullcirclemagazine [12:37] oh, its woking today.. [12:37] working [12:43] hi. sorry to bother... but i'd love someone to explain me how to make a uefi capsule update for my bios... i have a Lenovo B50-10 laptop [12:45] Knoodle, bever used it [12:45] sorry [12:47] who is bever? [12:47] *never [12:50] can I hide the servers enterence and leaving massages? [12:50] !quietirc | Deruni [12:50] Deruni: To ignore joins/parts/quits in your favorite IRC client, see http://wiki.xkcd.com/irc/Hide_join_part_messages [12:51] w007... my seeds shipped today [12:51] so exciting [12:51] Hey Guys, I have a question about smb: what bandwidth can you expect when two linux-machines are connected via 100M-Ethernet? -I am only getting 4MB/s... :-( [12:51] well that's 32Mb/s [12:51] please somebody help me [12:51] thats about what i'd expect at 100mb/s [12:51] thanks again [12:52] and that only about a third what I would expect... :-) [12:52] no [12:52] smb [12:52] While I'm trying to install LAMP I found this command sudo apt-get install apache2 apache-utils, the second part is not working. Does anyone know what apache-utils is? what would I need it for? [12:52] huge overhead [12:52] use something like NFS [12:52] Knoodle, you asked. now be patient and wait. if no answer in 15 minutes, ask again [12:52] ok. ssorry [12:53] but the overhead should be showing on the eth0-traffic, shouldn't it? [12:53] no smb just isnt very fast [12:53] so, raw it should be about 100Mb, the actual transferred bandwith is lower [12:53] do iperf between each server [12:54] both machines show cpu usage below 20% [12:54] LeftFootBraker: no. the cable can do 100M in best case. there is not mention of software on that [12:54] install iperf on one machine and run the test against the other [12:54] tell me what speeds you see [12:54] LeftFootBraker: and smb is slow [12:54] SLLOOOOOOOWWWWWWWWWW [12:54] LeftFootBraker: and if you run it on a rpi, its even more slow [12:55] personally i use nfs [12:55] ok, one moment, iperf isn't installed on either machine [12:55] ok, but even the rpi reports 95% idle at the moment [12:55] just installing iperf on the desktop [12:57] LeftFootBraker: the rpi is slow at everything. so guess 4MB/s is right ok. === li is now known as Guest581 [12:58] Woooooo~~~ [12:59] lol... with iperf I am only 17.4 to 20 Mb/s... ;-) [12:59] ...only getting... [12:59] whats the speed of the storage on the rasppi === hogni is now known as Hogni [12:59] usb-hdd [12:59] usb 1.0? [12:59] 2.0? [12:59] 2.0 [13:00] woo [13:00] i mean personally 100mb/s is a rating in a perfect environment [13:00] Guest581, this is ubuntu support. ask your technical question [13:00] networking is confusing... -smb produces 32MBps, iperf only 20... some magic going on there :-) [13:01] maddawg3: I know... 100MB/s is best conditions, but I was expecting a bit more than 32Mb/s for a large transfer... [13:01] ok, then I have to stick with it... :-( [13:01] firast it's not 100MB/s [13:02] it's 100Mb/s [13:02] VERY different measurement [13:02] sorry... I meant 100Mb [13:02] was a typo [13:02] get giagbit [13:02] does anyone knnow how can I remove the qt4 in the gbueabi package [13:02] it's 2016 [13:03] my desktop has 1G-Ethernet, but the rpi doesn't (as far as I know) and I only have 100M-switches... :-( === matthelmke is now known as matthelmke-afk [13:03] LeftFootBraker: performance and rpi. choose one. :) [13:04] ok, thanks to all contributors; I think I had too high expectations... -so, case closed :-) -thanks again for all answers! :-) [13:04] i have to select "enable wifi" when i wake my dell e5450 from sleep (ubuntu 14.04). didn't have to do this on my last dell running 14.04. how can i set it to enable on wake? [13:05] LOL [13:09] ciao === ubuntu is now known as Guest43131 [13:17] for a question about intalling a tar.gz file witouth install file inside kann i ask here? [13:18] ok i guess now i can ask help again [13:18] i have a lenovo b50-10 with ubuntu and i need to make a uefi capsule firmware update... i dont understand how to do it. could you help? [13:21] also i have downloaded the m-audio usb midi firmware from sourhforge.. now i don't find install file in the archive and in a way the komputer ask me fore fxload.. same problem whit this.. [13:21] i have to install a tar.gz file who kann i ask? [13:22] ubuntu_, depends on what's in the .tar.gz file. It's just an archive format like .zip [13:23] ourmov kann i link you something? maybe you do it in one second? [13:23] yeah give the download link [13:24] salut fr === anonymous is now known as Guest80451 [13:24] http://irclog.greptilian.com/openknot/today [13:24] hi [13:25] ciao [13:25] !fr | momobi [13:25] momobi: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [13:25] thank you bro but i think i made it on the fly by searching fore you.. sometimes to make the simplest thing i get the most time [13:25] thank you wery much [13:25] but [13:26] this irc is encrypted ? [13:26] http://usb-midi-fw.sourceforge.net/ [13:26] how do i add sftp to nautilus, i have a ssh server but its not on defualt port and its key based login [13:26] ouroumov... this is the link.. how to did it whit this way please? so i could learn something new http://usb-midi-fw.sourceforge.net/ [13:29] ubuntu_, you do this by executing the files in some orders. I think starting with install-sh, the code needs to be compiled into a binary which is why there's files such as Makefile* using the "make" command after having configured (using the ./configure program) for your computer [13:31] pitastrudl: CTRL+L then ... sftp://example.org[:port]/ or sftp://[user[:password]@]example.org[:port]/[path/to/directory/] [13:32] omg that worked [13:32] thanks alot Tex_Nick [13:32] wooo [13:32] pitastrudl: you're welcome my friend ;-) [13:32] i wonder if i should keep using nautilus or just switch to filezilla [13:33] i don't have the need, i think.. to write it new for my esigence... also for my computer.. i found also the same file on the ubuntu software center!!! also no problem [13:33] i dont really need much from it but maybe a better piece of software would be better [13:34] thank you very much.. this way, I think.. is for more professional audio studio... for my usb uno 1x1 it schould do the job ^^ [13:34] filezilla is pretty good, though the version in the repos lags quite a bit behind the current version [13:34] And compiling a recent version is painful. [13:34] !latest [13:34] Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [13:35] pitastrudl: there are so many options for file sharing in linux that i couldn't answer that [13:36] SchrodingersScat, I wasn't complaining, just stating a fact. Some new ciphers / MACs, etcs have no support in the current version which forced me to compile the new one following a change in ssh configuration on a server I use. [13:43] c [13:45] !grub [13:45] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [13:47] weird Sound from both headphones and speakers [13:48] hi guys [13:50] i upgraded to ubuntu 15.10 if i ran gnome-control-center i can't see the audio settings, i have audio though... the problem is that i want to run the gnome-sound-applet in awesome wm like i was doing in ubuntu 14.04 [13:50] where didi my audio applet go? [13:50] :) [13:52] Tex_Nick: ok [13:52] guess ill just stay with nautilus [13:53] im using windows as my main os on pc [13:54] pitastrudl: i use it a lot on my lan with static ip ... sftp://userName@nnn.nnn.nnn.nnn then enter password @ prompt [13:56] yeah i got a raspbery pi so i use that for it then [13:56] but i dont have password, just passphrasless priv key [13:59] hi [13:59] i want to use some sort of some thing in that some [14:01] hello i am back.. [14:02] please somebody help me to update the firmware of my pc with uefi capsule mode === charles_ is now known as Guest43863 [14:03] I just remove a file on ubuntu server with "rm", but it still says I'm taking up 94% space... what do i need to do to permanently delete the file? [14:04] daveomcd: There probably is a running process with this file still opened. IF you stop this procees, the spave will be actually freed. [14:05] is there a way to check for that? [14:05] daveomcd: lsof | grep [14:05] daveomcd: I bet luser of fsof might be able to provide this info but I don't know the exact incantation. [14:07] rsevero, ok that showed many different processes... is there a way to restart just those processes easily? I'm just looking to see if there is a way to do it other than restarting the server [14:08] hi [14:09] any idea? I have sound in speakers and headphones [14:09] daveomcd: You can always kill those processes but I'm not sure that's a nice way to deal with the problem. What file is it? A log file? [14:09] rsevero, yep log files === matthelmke-afk is now known as matthelmke [14:10] Can't you restart the daemon creating this log file? [14:11] davomcd: post the output of the lsof-command [14:11] ahh i'll try that uno momento [14:11] if you don't like to do that [14:12] the first row is the name of the process, the second the pid [14:12] assume "example 12345 ...." example would be the name of the process and 12345 the pid [14:14] Hi. I have a Ubuntu 15.10 machine presenting errrors like the following during an "apt-get dist-upgrade": [14:14] Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached (g-io-error-quark, 24) [14:14] Failed to execute operation: Connection timed out [14:14] Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.PolicyKit1': timed out (g-dbus-error-quark, 20) [14:14] Any ideias on what is wrong? And on how to fix? === N3X15_ is now known as N3X15 [14:15] Need help with Ubuntu-Win dual boot. [14:16] codenamepod: what's up? [14:16] Hey EriC^^ : I installed Ubuntu and did a boot-repair but then Windows won't boot. [14:17] codenamepod: ok, which windows? [14:17] So, I reinstalled windows and now there is no option to boot into ubuntu [14:17] Windows 10, it is [14:17] aha [14:17] are you in windows right now or ubuntu live usb? [14:17] Windows, now [14:18] ok, boot the ubuntu live usb and get back on here [14:18] need some one to hack site and edit the database [14:19] lol [14:19] which site? [14:19] hi, i compiled the iwlwifi kernel module for the intel 7260 wireless card, and now i wonder if there is a way to do this automatically, so that i dont have to do it everytime i update the system (i.e. the kernel)? === Trystam is now known as Tristam [14:19] jocker5me5: actually dont tell us [14:19] rr [14:20] why ? [14:20] cause if you do hack it you don't want any proof on irc [14:20] that's not to say it's not a stupid idea to hack anything [14:21] are you trying to change your grades in highschool or something? [14:22] i dont care about my grade [14:22] something else i care about it [14:23] Well, whatever it is its not really on-topic for #ubuntu or anywhere on freenode. [14:24] bayer: you can write your own script or use dkms [14:24] why is that "make startup disk" thing only able to create bootable usb sticks with ubuntu and not just any iso? [14:25] TvL2386: cause it's specifically for ubuntu, unetbootin is for other os's [14:25] thx, EriC^^ - look like dkm is what i've been looking for [14:25] Is there any way to fix my prob without corrupting any of the os? [14:25] err, dkms [14:25] codenamepod: yes [14:25] please tell. [14:25] bayer: np [14:26] Assuming that my bios is in legacy mode [14:26] codenamepod: you'd have to boot into an ubuntu live usb and share some pastes to get an idea of the situation [14:26] ok [14:26] EriC^^, thx! Too bad though... [14:26] bayer: FYI here's a simple example of a DKMS package source location and config file [14:26] bayer: http://paste.ubuntu.com/15670464/ [14:27] thx TJ- [14:28] bayer: directory naming format under /usr/src/-/ [14:28] bayer: technically, I should call those PACKAGE_NAME and PACKAGE_VERSION to match the dkms.conf [14:30] anyway, i understand what you mean - thx again! [14:31] booted into linuxlive [14:31] EriC^^ what I need to do? [14:32] there? [14:32] codenamepod: open a terminal and type sudo parted -l | nc termbin.com 9999 [14:33] http://termbin.com/hj4y [14:33] codenamepod: ok, type sudo update-grub [14:34] hi folks. I previously used iptables to add some netfilter rules, now I've installed ufw and have done `ufw default deny incoming` and enabled it. however, when i run sudo iptables -L -v it shows the old rules at the top under "Chain INPUT" [14:34] I want to compile an (old) linux kernel and for that I need to use gcc-4.9. What is the Ubuntu way of selecting the right compiler? [14:34] is ufw overriding those rules, or do they still apply? if so how do I start from a blankstate? [14:34] I m in linuxlive actually [14:34] codenamepod: parted isn't available? [14:34] ah right [14:35] sudo update-grub results /usr/sbin/grub-probe: error: failed to get canonical path of `/cow' [14:35] GParted is available [14:35] codenamepod: is the root partition 32gb or is that home? [14:36] EriC^^: what about a quick mount? [14:36] mikecmpbll: flush the existing rules first, then start UFW [14:36] just to look up which partition is which? [14:36] I think 32.4GB is root [14:36] LeftFootBraker: sure, coming up [14:36] 20GB is home [14:36] EriC^^: sorry, I'll leave it to you :-) [14:36] codenamepod: ok, type sudo mount /dev/sda5 /mnt [14:37] LeftFootBraker: :) [14:37] mikecmpbll: as in "ip{,6}tables --flush " [14:37] Done [14:37] codenamepod: type the following [14:37] codenamepod: for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done [14:38] TJ- : cool, what is chain anyway? not understood that part yet [14:38] TJ- : and should I stop ufw first, flush iptables, then start it? [14:38] mikecmpbll: "INPUT" is one chain, then there's FORWARD and OUTPUT, plus any you create yourself [14:38] mikecmpbll: yes, else you'll wipe out UFW's rules :) [14:38] EriC^^ [14:38] done [14:39] hmm. [14:39] codenamepod: sudo chroot /mnt [14:39] Done [14:39] mikecmpbll: UFW is just an alternate, higher-level, interface, it uses iptables to apply the rules just the same as you doing it manually [14:40] codenamepod: try update-grub [14:41] TJ- : gotcha. when i issued `ufw default deny incoming` after i already had rules to allow SSH from certain IPs, those IPs could still connect via ssh because the ufw default applied after in the "chain" or something? [14:41] done [14:41] codenamepod: did it mention windows? [14:41] EriC^^ done [14:41] Hey guys, quick question and I'm probably being stupid: how do I save a file as a config file instead of it saving as a text file? I'm on kubuntu and using kate editor. I type in name.conf when I save it but it saves it as a text file. Google hasn't helped [14:41] root@ubuntu:/# update-grub Generating grub configuration file ... Found linux image: /boot/vmlinuz-4.4.0-17-generic Found initrd image: /boot/initrd.img-4.4.0-17-generic Found linux image: /boot/vmlinuz-4.4.0-15-generic Found initrd image: /boot/initrd.img-4.4.0-15-generic done [14:41] Automaton: config files are text files [14:41] Automaton: config files are text file, only the extension differs... [14:41] Automaton: config files are 99.9% of the time, text files [14:41] No. Just Linux [14:42] codenamepod: ok, try os-prober [14:42] ah ok, guess my problem is something else then [14:42] Automaton: they don't even need to be .config with extension, it can be whatever the app wants and approves [14:42] Automaton: go in a terminal and rename it [14:42] i have ubuntu running from the ubuntu/trusty64 vagrant box and it appears to not have apt installed on it. how would i go about installing apt? [14:42] Eric^^ done. No output this time [14:42] Automaton: so if it doesn't work, make sure that you've named the file as the application expects it to be and placed it to a directory the application is searching for for a config file [14:43] codenamepod: ok, i think you have to make a custom entry for windows [14:43] codenamepod: any reason you're not using uefi with windows? === gumble is now known as thatguy [14:44] Thanks guys :) Think the issue might be not having it in the right folder. Just trying to import some themes to Code::Blocks [14:44] No reasons. It was as it was. And I decided not to mess up with it until next windows reset [14:45] Will that cause problem? [14:45] EriC^^ [14:45] no i dont think so [14:45] Although now I think the folder where it might have to be in is hidden, I don't think I'm doing this the right way [14:46] Is there any guide to add windows as a start entry [14:48] i have a windows 8 legacy entry somewhere i'll upload it [14:48] codenamepod: as in adding windows to the startup grub? [14:48] couldn't find anything on google for windows 10 so maybe windows 10 is the same [14:48] yes dragonbite [14:48] hello, can i download ubuntu 16.04 LTS or i have to wait until 21 april? [14:49] upp: join #ubuntu+1 plz [14:49] codenamepod: http://paste.ubuntu.com/15670895/ [14:49] upp: if you want the stable, you have to wait, otherwise you will download a beta release [14:50] codenamepod: type sudo nano /etc/grub.d/40_custom [14:50] and add that there, put windows 10 instead of 8 then save [14:51] Ubuntu Paste link isn't working [14:51] codenamepod: I don't know if this would work => sudo update-grub [14:52] codenamepod: you sure? it's working here [14:52] dragonbite: they did that [14:52] must have been before i got in, sorry [14:53] working [14:53] is there any dark gtk3 theme for ubuntu? [14:53] !themes | hgty [14:53] hgty: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://freecode.com/tags/theme - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy [14:54] no 3rd party sites [14:54] repos only [14:55] hello #ubuntu .. my computer started to warm up a lot after I installed the Ubuntu.. it wasn't like this when I was on Windows.. what might be the problem ? === spammy is now known as Guest10665 [14:56] the pc doesn't shut itself because of the high temperature yet but it's really high right now.. [14:56] EriC^^ done. Now? [14:56] so why there is only 2 themes in ubuntu repo? [14:56] codenamepod: try update-grub === michael is now known as Guest13380 [14:56] done [14:56] did it mention windows? [14:57] even adwaita was removed, i don't understand [14:57] hgty: what version of ubuntu [14:57] 15.10 [14:58] hello, i'm experiencing some much longer boot times than normally and don't really know how to read the dmesg logs to figure out what the culprit, could anyone give me some guidance? [14:58] No. Instead: /usr/sbin/grub-mkconfig: 276: /usr/sbin/grub-mkconfig: /etc/grub.d/40_custom: not found [14:58] hgty: isn't adwaita-icon-theme-full what you were looking for? [14:58] codenamepod: type cat /etc/grub.d/40_custom | nc termbin.com 9999 [14:59] puredynamo: ubuntu version? when did this start to happen [14:59] hgty: or for more than the icons, gnome-themes-standard which says it is "Adwaita" [14:59] http://termbin.com/bpt3 [15:00] lotuspsychje: 15.10 for ubuntu-mate, the last thing i did was upgrade the kernel from 4.2 to 4.4 then noticed my touch pad wasn't working so i added some stuff to the grub command line, i can see that most entries finish within 7 seconds, then there is a large jump to 90 seconds [15:00] codenamepod: it looks fine [15:01] So? I should boot? [15:01] codenamepod: no, update-grub didn't work [15:01] codenamepod: try to delete those lines, and put them in a file in /boot/grub/custom.cfg [15:01] ok [15:02] puredynamo: upgraded kernel only, or to 16.04? === ladrua_ is now known as ladrua [15:02] i see [15:03] lotuspsychje: only the kernel, infact it was booting quickly even after i changed the kernel, but once i changed the stuff in grub it became slow, even when i remove the commands now the boot is slower [15:03] lotuspsychje: these are the last few lines [15:03] lotuspsychje: [ 7.164678] wlp3s0: associated [ 7.164686] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready [ 92.206115] Non-volatile memory driver v1.3 [ 92.312909] ahci 0000:00:17.0: port does not support device sleep [ 93.195381] Bluetooth: RFCOMM TTY layer initialized [ 93.195390] Bluetooth: RFCOMM socket layer initialized [ 93.195395] Bluetooth: RFCOMM ver 1.11 [15:04] puredynamo: try boot a previous kernel again? see if it still boot slow? [15:05] lotuspsychje: i've tried that too and it still is the same, so i'm not really sure what i changed to make it boot weirdly [15:05] Eric^^ done. [15:06] codenamepod: try update-grub [15:06] it won't mention windows but it should work [15:07] Yes. But again, /usr/sbin/grub-mkconfig: 276: /usr/sbin/grub-mkconfig: /etc/grub.d/40_custom: not found [15:08] codenamepod: type ls -l /etc/grub.d | nc termbin.com 9999 [15:09] ls -l /etc/grub.d | nc termbin.com 9999 [15:09] http://termbin.com/r5se [15:09] server irc.lirex.com [15:09] codenamepod: ok, cat /etc/grub.d/40_custom | nc termbin.com 9999 [15:10] http://termbin.com/ul8s [15:10] codenamepod: ok, how did you edit the 40_custom file? [15:11] sudo nano ? [15:11] yes [15:11] ok, try rm /etc/grub.d/40_custom [15:11] then update-grub [15:12] finished with no errors [15:12] but still no mention of win10 [15:12] ok, type nano /etc/grub.d/40_custom [15:12] add the lines that go there [15:13] http://paste.ubuntu.com/15671340/ [15:13] add those ^ then save and type chmod +x /etc/grub.d/40_custom [15:13] and try to update-grub again [15:14] Hey guys, i need some serious help with my VPS. My boot sector is at 100% used memory and i just cant do anything with apt-get. Any useful links to these problem? Im googling for past 30 minutes and didnt find anything i could try... [15:15] NegativeIQ: you mean boot partition, anyways try sudo apt-get autoremove first [15:16] yeah tried that [15:16] EriC^^: done [15:16] codenamepod: update-grub worked? [15:16] clean, autoclean, purge, install -f everything... [15:16] NegativeIQ: type dpkg -l | grep linux-image | nc termbin.com 9999 [15:17] hi all! I can't join any channels. I'm getting the error "Cannot join channel (+r) - you need to be identified with services." How do I identify? I forget. Sorry I haven't used IRC in years :D [15:17] ntldr not found [15:17] !register | krono_ [15:17] krono_: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [15:17] bash type -l not found [15:17] krono_: you need to register a nickname first ( /nickserv register ) [15:17] And unexpected } [15:17] !register | krono_ [15:17] krono_, please see my private message [15:18] ok thanks :) [15:18] NegativeIQ: dpkg -l | grep linux-image | nc termbin.com 9999 [15:18] (without the type at the start) [15:18] http://termbin.com/y8cl === krono_ is now known as Krono_ [15:18] !register [15:18] Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [15:18] codenamepod: 40_custom doesn't have the menuentry does it? [15:18] !register | NegativeIQ [15:18] NegativeIQ, please see my private message [15:19] NegativeIQ: uname -r [15:19] <_max_> does anyone have experience iwth running fai-project under ubuntu? [15:19] EriC^^ only the one I put there [15:19] 3.13.0-68-generic [15:19] 3.13.0-68-generic [15:19] codenamepod: remove the menuentry and leave it default as like here http://paste.ubuntu.com/15671340/ [15:20] NegativeIQ: ok, try sudo apt-get purge linux-image-3.13.0-70-generic [15:21] Error [15:21] E: Sub-process /usr/bin/dpkg returned an error code (1) [15:21] that is the last line [15:21] Actually It hadn't exec tail -n +3 $0 added to it. Added that and it returned no error. But still no windows [15:22] codenamepod: ok, type exit [15:23] then try to restart, and hold shift to get grub, there should be a windows there [15:23] codenamepod: oh wait [15:23] 1 sec [15:23] yes [15:23] I'm trying to setup PXE boot using iso as local repository. Debian-installer tries to contact my repo (/cdrom/dists exposed via http) and succeds to find dists/trusty, bet then tries trusty-updates which is not available on cd and hangs when it receives 404 [15:23] codenamepod: type grub-install --recheck /dev/sda [15:24] grub-install: error: cannot open directory `/boot/grub/i386-pc': No such file or directory. [15:24] EriC^^ [15:24] how should I proceed? [15:24] codenamepod: try apt-get install --reinstall grub2 === lotuspsychje_ is now known as lotuspsychje [15:25] codenamepod: try apt-get install --reinstall grub2 grub-common grub2-common grub-gfxpayload-lists [15:26] Reading package lists... Done Building dependency tree Reading state information... Done Package grub2 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: grub-pc-bin grub-pc grub-ieee1275-bin grub-ieee1275 grub-efi-ia32-bin grub-efi-ia32 grub-efi-amd64 grub-efi-amd64- [15:27] codenamepod: try apt-get install --reinstall grub-pc grub-common grub2-common grub-gfxpayload-lists [15:27] EriC^^ done [15:28] ok, if there are no errors type exit and try rebooting [15:28] Just a warning: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [15:29] It shouldn't be no problem [15:29] ok === thomas_ is now known as Guest63696 [15:30] I have a simple shell script but dont know how to get it to do what I want ... how do I accomplish the following [15:30] foo='bar' [15:30] sed -i 's/toReplace/$foo/g' /somefile [15:30] CaffeineAddict: the ' ' will break that being filled in [15:31] +Z [15:31] teward: yes, I know what I put doesnt work ... question is how do I accomplish that basic idea [15:31] CaffeineAddict: sed 's/toReplace/'$foo'/g' /somefile [15:31] use that sed instead [15:31] any 1 there? [15:32] teward: ty [15:32] CaffeineAddict: provided that 'foo' doesn't contain spaces... [15:32] CaffeineAddict: if 'foo' will ever have spaces in it, I don't think this'll work ever [15:32] teward: thank you [15:32] how to create OS? [15:33] CaffeineAddict: you want it to actually use what's inside of $foo right? === deadnull is now known as rovalent_afk [15:33] CaffeineAddict: sed -i 's@toreplace@$foo@g' /somefile [15:34] ah, nice, I learned something about sed today :) [15:34] EriC^^: ^ :) [15:34] teward: :) [15:34] /usr/local/bin/ansible exists on my system, but I do not know how I once installed it (I need to know because I need to upgrade it). It's not installed through apt or pip. Any suggestions? [15:35] EriC^^: in pure theory, would this approach work? http://paste.ubuntu.com/15671844/ (asking for personal knowledge) [15:35] can I make debian-installer not to use trusty-updates repo during install? [15:35] Xano: probably from source? [15:36] teward: i think so, minus the typo next to sedreg [15:37] nacc, Could be. This is my first main Linux machine. How does one confirm something was built from source, and how would one upgrade it? Just grab a newer version of the source and build that over the old version? [15:37] EriC^^: typo-correction would be great :P [15:37] EriC^^: but yeah, was curious, I learned something anyways :0 === TAFB2 is now known as TAFB [15:37] same here :D [15:38] Xano: not a good way; one assumes that if you did install from source (you did that as root), you did know what you were doing :) [15:39] nacc, One would assume, yes :) I don't know if I installed from source, and if I did, I may indeed have messed up. [15:39] *but if [15:41] Guys, will Lubuntu 16.04 come with LXQt DE? [15:41] doesn't it already? === krono_ is now known as krono__ [15:41] Xano: it's hard to say, tbh; but /usr/local is a good hint [15:42] <_max_> i try to build a ubunut nfsroot from/with "trusty archive.ubuntu.com/ubuntu" and i get a "not configured" error for udev, plymouth and initramfs-tools depending on udev, but if i manually try to install udev on 14.04 i have no problems [15:42] lionelmessi5102: #ubuntu+1, or #Lubuntu [15:42] !16.04 | lionelmessi5102 [15:42] lionelmessi5102: Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. It is due to be released on April 21st. Discussion in #ubuntu+1 [15:42] lionelmessi5102: oh it looks like it'll be in 16.04 [15:43] lionelmessi5102: more info https://wiki.ubuntu.com/Lubuntu/LXQt [15:43] ok... i am trying again to ask some help [15:43] nacc, Ah of course :) That makes sense. [15:43] i need someone to explain me how to make a bios update with uefi capsule [15:43] tnank you [15:43] lionelmessi5102: also join the channels teward mentioned for more info [15:44] <_max_> anyone has an idea why that could be? [15:44] Knoodle: uefi capsule means uefi shell? [15:44] you are french? [15:44] i dont know [15:44] uefi capsule firmware update [15:44] someone told me about that [15:45] nacc, I think you're right and I followed http://docs.ansible.com/ansible/intro_installation.html#running-from-source. That would explain why Ansible's Pyhton module dependencies could be uninstalled through Pip without Pip having installed Ansible itself [15:45] Xano: yeah that makes sense [15:45] Knoodle: you're trying to update your uefi ? [15:46] i am trying to update my bios [15:46] my firmware of my lenovo B50-10 [15:46] Knoodle: uefi means bios too [15:46] nacc, Alright, thanks! [15:46] well.. whatever [15:46] i guess uefi it's another kind of boot firmware [15:47] yeah it's the "new bios" [15:47] why are you trying to update it though? [15:47] i need to flash my pc bios... but they give me only the .exe file to do it... and i cant install windows [15:47] because my pc freeze at the shutdown or reboot [15:47] whats an easier way to share files between Ubuntu and Windows? [15:47] Samba does not want to work with W10 [15:48] Knoodle: did you try the usual acpi stuff? [15:48] and i ve tryed to change the grub settings but nothing changed [15:48] yes === rovalent_afk is now known as _deadnull [15:48] the only good thing is the had disk stops.. but not the rest of the hardware... [15:49] so for example i cant reboot the pc... or i can not put it to sleep closing the lid [15:50] Knoodle: https://help.ubuntu.com/community/BIOSUpdate [15:50] i ve found on the forum that it's a typical issue for the bios update [15:51] Knoodle: it says lenovo provide bootable iso's to update it [15:52] Eric [15:52] thinkadvantage link is broken [15:53] and anyway doesnt seem a solution to update bios [15:54] yeah [15:54] i just read installing the latest 4.4 kernel could work [15:54] that's why someone on this channel suggested me to do it thru uefi capsule [15:54] you as well? [15:54] i dunno what that is [15:54] try sudo apt-get install linux-generic-lts-xenial [15:56] it means you can use an update capsule file [15:56] it is a .cap [15:56] yeah but they said the bios upgrade doesn't seem to work [15:56] http://askubuntu.com/questions/707797/ubuntu-15-10-wont-shut-down-or-reboot [15:56] this uefi capsule format [15:57] in my mind there is no way to build a dhcp server without 2 ethernet ports correct? === jorn is now known as Guest66156 [15:57] Hallo. how can I undo next command: sudo apt-get install desurium ? [15:57] rogo: sudo apt-get purge desurium [15:58] eric so i shall try to install new kernel? [15:58] yes [15:58] also install the lts-xenial xorg stack [15:59] excuse me... how can i do that? [16:00] thx [16:00] Knoodle: i dont know, i only seem to find the lts-wily stuff with apt search [16:01] i guess try the kernel first and later ask what to do about that or if it's unnecessary [16:01] hmmm [16:01] yes... how can i download the new kernel? and is it gonna working on ubuntu 15.10? [16:02] Hello [16:02] Knoodle: sudo apt-get install linux-generic-lts-xenial [16:02] it should work [16:02] Guys I have a question regarding upstart [16:03] ok [16:03] E: Unable to locate package linux-generic-lts-xenial [16:03] This upstart process meteorS start/running, process 32050 is in a zombie state . Something happened before forking . [16:03] And now I cant kill it using the PID [16:03] EriC^^: i don't think that exists until post-release [16:03] if ever [16:04] so... any solutions? [16:04] oh, huh, it doeds [16:04] does* [16:04] can you guys see my messages ? I am new to irc. [16:04] to build it up? [16:04] Knoodle: sudo apt-get update; sudo apt-get install linux-generic-lts-xenial [16:04] teward: yeah [16:04] if you really want it [16:05] Knoodle: try teward's commands [16:05] joao: patience is a virtue; yes we can see your posts, but you need patience [16:05] doesnt work [16:05] same error [16:05] Oh okay no problem [16:05] I was just wondering [16:05] Knoodle: which ubuntu are you on? [16:05] joao: zombie processes are just those - they can't be killed. A system reboot will probably clear it out [16:05] teward: you are on 14.04? [16:05] Knoodle: are you on Ubuntu Trusty? [16:05] There is a script that fixed it [16:05] EriC^^: yep, I always LTS except in testing envs. [16:05] 14.04 [16:06] I tried to use this ruby script https://github.com/ion1/workaround-upstart-snafu that is supposedly a way to fix it. [16:06] But the upstart daemon respawns the process under a new PID. [16:06] hmm [16:06] i dont remember [16:06] EriC^^: apt-cache shows it under trusty-updates, trusty-security, so... *shrugs* [16:06] how do i check? [16:07] Knoodle: lsb_release -a [16:07] Wily [16:07] Knoodle: the lts kernels are only backported to the LTS [16:07] that is, Trusty [16:07] not Wily [16:08] Knoodle: you're on 15.10, you'll have to wait for Xenial release if you want to upgrade to a stable release to get that kernel [16:08] Knoodle: so, linux-generic-lts-xenial is only for Trusty [16:08] not Wily [16:08] I tried another script that used usleep but usleep was not defined in bash [16:08] Is that normal [16:08] Said command not found . [16:08] so what do you suggest? [16:09] on the other disk partition i have debian Jessie installed and... same problem === SamsaraSoup_ is now known as SamsaraSoup [16:09] Hello [16:09] that's why i wanted to update the firmware [16:10] Knoodle: try kernel 4.4 [16:10] yes. but how? [16:10] Knoodle: not available for Wily [16:10] grab it off github [16:10] at least, AFAIK [16:11] ido i i should install another release of ubuntu? [16:11] !mainline | Knoodle [16:11] Knoodle: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [16:11] ^ that though [16:11] How do I enable java in chromium? [16:11] Guys how can I join with my nicserv account? [16:11] I have installed icedtea, but the plugin is not visible in about:plugins [16:11] Knoodle: if it all works out, you can install ubuntu 16.04 in a few weeks once it's out === _deadnull is now known as rovalent_afk [16:12] i hope so [16:13] Is there any alternative to usleep? For some reason usleep is not found [16:13] When i run a bash script === krc4267|sleep is now known as krc4267 [16:13] Knoodle, what are you trying to fix or what do you need in the newer kernels [16:13] ok. i am gonna have a look at the link [16:13] because my laptop freeze on shutdown or reboot or closing the lid [16:14] yo! I'm trying to install any linux distro (I've tried Ubuntu, Kubuntu, Linux Mint, and Korora) and I'm having trouble booting into the installer. (K)Ubuntu goes to a screen that's mostly black, but pops back on with really corrupted visuals. LMint goes to software rendering mode, and Korora doesn't even load a GUI. They all say, in the terminal as they're booting: "amdgpu: Invalid ROM contents" I have an R9 380, what can I do [16:14] and it's a big pain in the ass for a laptop.. i always need to force shutdown [16:14] Knoodle, have you tried checking the logs to see if a process is hanging? [16:14] nothing interesting [16:15] and i see it is a typical problem on google [16:15] ok [16:15] i thought i could fix it with a bios update [16:15] how can i get my wifi to auto-enable on wake (14.04)? [16:15] joao: i think sleep takes microseconds [16:15] but i didnt imagine it would takes 2 days to do it :) [16:16] I think I am going to switch to init.d [16:16] joao: oh it doesn't, nevermind [16:16] Upstart still has a bug where processes hang [16:16] Unable to be kiled or stopped [16:16] Knoodle, if you want the newer/newest kernel, hit up github, and compile the source from there. [16:17] https://bugs.launchpad.net/upstart/+bug/406397 [16:17] Launchpad bug 406397 in upstart "init: job stuck with expect fork/daemon when parent reaps child" [Medium,Triaged] [16:17] See if that fixes the issue [16:17] i will try [16:17] thanks so much.. gotta go [16:17] talk u later [16:17] Good luck!! [16:23] ugh, iptables make my brain hurt. i've ran iptables -F, added rules to allow my SSH access, then enabled ufw and it's booted me out of SSH [16:24] on inspecting iptables -L -v, (with my limited knowledge) it seems like the flush has gotten rid of the INPUT rules that reference the ufw-before- ufw-after, etc [16:24] and the default policy of DROP is not allowing me access [16:25] how do I get those back (if that's what's needed?) [16:26] mikecmpbll: ufw disable; ufw enable [16:26] mikecmpbll: then add your SSH allow rule via ufw [16:26] not via iptables directly [16:27] mikecmpbll: either use ufw, or iptables; i don't recommend using both to achieve things. [16:27] i've only ever been using ufw. [16:27] (since installing it) [16:27] i had some old rules that i added with iptables that i wanted to get rid of before enabling ufw [16:28] enabling ufw clears out the rules in iptables, and adds its own, last I checked [16:29] mikecmpbll, join #Netfilter if you need help with iptables' settings [16:29] BlessJah : okidokes, thanks [16:30] hola [16:31] pegomar: hi [16:33] the folks in #netfilter weren't best pleased about a ufw question [16:34] has anyone else had bugs using newer AMD GPUs (like the R9 380) with Ubuntu? I can't even boot to the installation [16:36] do you get the grub bootloader, fallencl0ud? [16:37] Hi, please has anybody ever run Adobe Acrobat XI Pro on ReactOS virtualized within VirtualBox running on Ubuntu? Does Acrobat run? Any issues? The folks at ReactOS don't know. Unfortunaly, Wine cannot help with Acrobat. [16:37] I get to grub and the boot screen but after that it goes black [16:40] arx_ reactOS? what's the output of cat /etc/issue? [16:41] fallencl0ud, most likely UEFI boot doesn't have grub installed if your machine is newer than 2010 [16:42] Monkey: I'm about to try it. Have not begin yet. I'm asking because doing the vbox/reactOS setup seems like quite a toil. I wanted to know if it is worth the hassle. Acrobat is the last chain tying me to Windows :( [16:43] hi there i have an issue where firefox or any web browser in ubuntu will after a short while stop resolving addresses untill i restart the browser.... [16:43] does the system stop being able to resolve ? [16:43] I dont know i have not tried it i just tried pinging the website to get a response [16:43] which is fine. [16:44] how can i check that via cli [16:44] Hello people...does anyone know if Lurch can draw the table Ruffini? [16:44] nc website 80 [16:44] dig(1) is the best tool for checking DNS. [16:45] sine0: if you can ping - it's resolving [16:45] so what could just be affecting my browser then [16:49] BluesKaj: wait what do you mean? I have the amd64 iso, my BIOS is in legacy mode (since I have Win7 installed) [16:50] On Server 15, I installed minimal server on KVM. Grub seems to fail. I get a funky rectangle on top of boot screen and nothing happens. [16:51] Is there any way to fix or repair that? [16:51] Anyway, I came here from #Netfilter (a/k/a #iptables via channel redirect). We regularly get people who want help with ufw, but we won't support ufw there. [16:51] Please don't send ufw questions to us, thanks. [16:51] Is there some issue with spash screens? === rovalent_afk is now known as deadnull [16:52] ska: what is "server 15"? 15.04 or 15.10? [16:52] rob0: as I told you, use either ufw OR iptables. Don't use both. Set your ssh rule inside of ufw, then it'll be available when ufw is enabled. [16:52] hmm? === Vampire0_ is now known as Vampire0 [16:53] oop wrong person sorry [16:53] rob0: i confused you with someone else :) [16:53] sorry [16:53] BluesKaj: ufw != netfilter :P [16:53] 15.10 I think. [16:53] yes, I am here to ask that #ubuntu stop sending ufw questions to #Netfilter :) [16:53] nacc: 15.10 [16:53] hello, I have problem with ubuntu, sometimes I need to reboot the machine 5 times [16:54] to start linux [16:54] I mean it is working, but my screen doesn't turn on [16:54] hello my pc is tripping i think hacked can somebody help me [16:54] fallencl0ud, ok so it is a gpu problem most likely. Have you run linux on this machine previously or is the gpu new hardware or some such [16:55] I had also this problem in kubuntu, but I was typing password blindly and probabaly video driver was reseted and it worked [16:55] on xfce I cant [16:55] BluesKaj: brand new computer I just built last month, win7 runs fine and I want to install linux but every distro I've thrown at it so far just fails [16:55] ska: so ... your kvm guest is failing to start up? [16:55] Help! I can't log in to my Ubuntu 15.10 installation graphically! When I try, I'm just booted to a TTY login screen (I'm writing this in irssi). I have a nVidia GeForce 520M/Intel HD 5000 combo via Optimus. It was working just fine until last night, and I have no idea why it decided to break. Help! [16:56] I'm tempted to try hooking up my TV to an HDMI out (since the current display is DVI-I to VGA to a 1440x900 moniter, so perhaps it's freaking out at the oddness of my display setup) [16:56] !nomodeset | fallencl0ud [16:56] fallencl0ud: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [16:56] ubuntu 15.10 doesn't works long [16:57] nacc: yea I install 2 times, one with XFS and other using default Ext4 partition. Each time it boots and shows a purble screen with a thin rectange at top with dotted pattern. [16:58] nacc: It only booted once for me. === huphup is now known as tumaroo [17:09] fallencl0ud, seems your graphics card is probly too new, I don't see many positive remarks about it for linux in the forums [17:14] anyone successful at mirroring android to ubuntu? [17:14] not using adb [17:19] naresh@naresh-HCL-Desktop:/var/www/html$ php composer.phar create-project --prefer-dist cakephp/app matrimonial ................ Cannot create cache directory /home/naresh/.composer/cache/repo/https---packagist.org/, or directory is not writable. Proceeding without cache" [17:19] Why i am getting this issue ? [17:19] because you don't have permissions to write to that directory ? [17:20] because the directory"cache" or "repo" or ".composer" doesn't exist [17:21] I suspect it's because he's in the apache document root [17:21] which is not writeable by non-privileged users [17:22] composer defaults to using $HOME, it looks like [17:22] the error is about /home/naresh/.composer/cache/repo/https---packagist.org/ [17:22] nareshnk: what level of ubuntu? [17:22] yes, I see what you mean nacc [17:23] if my rhythmbox key shortcuts stopped working, but menu command equivalents still do... what might that be? [17:23] 14.04 [17:23] hi is the 16.04 running with MIR? Or is it still X server? [17:24] nacc, ubuntu14 [17:24] fantaz: still xorg [17:25] nareshnk: 14.04? [17:25] hi, Tuesday, I had a Linux update, and after that, I can't boot on my Xubuntu 14.04. Before the update, I had the package linux-headers-3.13.0-83, and now, I have linux-headers-3.13.0-85. I can't boot with the version 85, but I can boot with 83. Do you know what I can do ? Maybe prevent the kernel to be updated ? [17:25] the headers won't stop you booting [17:25] When I'm saying I can't boot, it's that my screen stay black. Maybe it's something related with a graphical driver ? [17:25] please define "won't boot" [17:26] EriC^^: does MIR have any ETA? [17:26] Nairwolf: nvidia ? [17:26] fantaz: hopefully never [17:26] fantaz: 16.10 i think [17:26] ikonia: haha [17:26] why never? shouldnt it be better than X? [17:26] because canonical should stop doing it's own thing with mir and assist with wayland [17:27] got you :) [17:27] i agree [17:27] ikonia: it's the same for linux-image and linux-signd-image. I have actually two version. 3.13.0-83 and 85. With grub, I can boot with the version 83, but I can't with the version 85 [17:27] Nairwolf: nvidia ? [17:28] but some kind of "competition" is always good I think [17:28] no, I don't think so. I don't remember how to have this information [17:28] fantaz: nope, wasted development time on something for no-one other than canonical [17:28] I know it's ls something [17:28] Nairwolf: lspci will show you the pci devices, including your video card [17:28] #ubuntu-it [17:29] hi, how can i enter in the italian chat of ubuntu help? [17:29] l3h4: /join #ubuntu-it [17:29] l3h4: type /join #ubuntu-it [17:30] Hello, I have the following script does not work http://askubuntu.com/a/697631 [17:30] newwwwwwwwwwwww: please explain your problem clearly, [17:31] ikonia : How it's called ? VGA ? http://pastebin.ubuntu.com/15675167/ [17:31] I think it's line 3, no ? VGA compatible controller [17:31] Nairwolf: intel looks good, thats a bit odd === rudeboy is now known as rudeboyGlenn [17:31] indeed [17:32] Nairwolf: clear down the xorg log, boot into the "broken" kernel and have a look at the xorg log (either via a remote session or reboot into single user mode) [17:32] you may get an idea what's going on then [17:32] ikonia: you need to help me, I don't know what is the xorg log ? [17:33] Nairwolf: it's a text file that shows what's going on with your X server (display server) it's held in /var/log [17:33] ikonia: i tried this script to mute sound after disconnect headphones(aux), but sound dont muted [17:33] newwwwwwwwwwwww: does the commands in the script work manually ? [17:35] ikonia: i tried change su [USER] -c "DISPLAY=:0 xdotool key XF86AudioMute" to chromium & and see systemctl status acpid.service , chromium launch but dont show [17:35] newwwwwwwwwwwww: then your commands don't work - so if you're commands don't work, what's the point of scripting it [17:36] xdotool key XF86AudioMute work [17:36] ok, Xorg logs are removed, I will reboot on the new kernel [17:36] but dont work in script file [17:36] how to change lampp folder permissions ? [17:37] ANik: the permissions tab in your file manager or chmod [17:38] ok, this is my xOrg log : http://pastebin.ubuntu.com/15675329/ [17:39] Nairwolf: looks quite happy, bit of a mess in autodetecting your screen it would seem, but nothing to panic about === michael is now known as Guest53802 [17:39] intereting, it's using kms on the intel module ??? [17:39] interesting too [17:39] indeed, I don't see the something to worry... [17:40] I've never seen this on intel cards (I didn't realise it was using kms) but it maybe worth a look [17:40] !nomodeset | Nairwolf [17:40] Nairwolf: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter === Guest10665 is now known as spammy [17:41] Nairwolf: never seen that needed on intel before, but looking at the probe it's doing for mode set and it's using kms (after you've changed kernels) it maybe worth checking === Lo is now known as Guest93039 [17:43] what do you mean by "looking at the probe ?" [17:43] so, are you saying my configuration is weird, or not usual ? [17:43] I don't have touched that. Maybe I should check on the old kernel if I use kms also [17:44] what is weird is I've already launched more advanced version of linux kernel (with xubuntu 15.10 or even 16.04) with a usb-live. And it worked. Why there is a change right now with this kernel update ? [17:46] Nairwolf: a more advanced version of the kernel ? [17:47] with Ubuntu 16.04, it's linux 4.x for example [17:47] what has that got to do with anything ? [17:47] or am I missing your point ? [17:49] not another user fixated on kernel versions that will solve all their problems.... === arun_ is now known as Guest35106 [17:51] yes, you said it's something unusual. And it could be the cause of my blank screen. I've understood you suspect the configuration of something related to my screen, and GPU card is caused by this update. I've understood you suspect something has changed between the update. And as I've tried more advanced version on linux on the same desktop (linux 4.X), if they use now KMS, I don't understand why it worked [17:51] with 4.X and why it doesn't work right now. [17:52] Hello [17:52] A U OK? [17:52] hi [17:52] how do you do. [17:52] hi [17:53] guys how do i copy a file into the dir that might exist, how do i create all this subdirs? for example: cp /dir/that/exist/file.jpg /dir/that/doesn/t/exits/file.jpg [17:53] If I was doing any better I'd have to sit on both hands, to keep from clapping. [17:53] Not Sleeping? [17:53] @hadobadobo I usually use mkdir -p on the whole path - after that, you can copy there [17:54] oh. [17:54] mkdir -p creates any in-between-folders that do not yet exist [17:54] hadobadobo, use mkdir -p, then cp [17:55] ouroumov__: i [17:55] ouroumov__: i'm writing a batch script [17:55] ouroumov__: that would be problematic [17:55] Nairwolf: because it works on 4 has nothing to do with if it works on your current version [17:55] hadobadobo: cp -r copies recursively [17:56] hadobadobo: cp -r /dir /newplace [17:56] is Ubuntu 16.04 locked from any new changes between now and when it will be released later this month ? [17:56] Hey fellas, I have problem with logitech unifyier and Solaar. I can see both devices paired, but I just get info on the mouse. Why is that?? http://askubuntu.com/questions/754925/solaar-not-showing-me-the-status-of-my-keyboard-k520 [17:56] hadobadobo, no it wouldn't - that script can spawn towo places [17:56] copies everything and the subdirs as well [17:56] devslash: what sort of changs ? [17:56] changes [17:56] it's in feature/package freeze for a while now [17:56] i dunno anything [17:56] thats what I meant [17:56] EriC^^, that's not his problems - his target directory structure is not there [17:56] ikonia: (they're in #ubuntu+1, better to continue there) [17:56] hadobadobo, why not use rsync instead? [17:56] ok, Ikonia ;) [17:57] something weird, with the broken kernel. I can't access to the console (without X server) by doing usually ctrl+alt+f1 [17:57] hadobadobo, rsync usually creates his targets.... but really, put two lines into the script, one with mkdir -p, one with cp [17:57] so, can I supposed it's not only related with a graphical issue ? [17:57] on the downloads page theres a link to Ubuntu cloud server. what is the purpose of that Ubuntu variant exactly ? [18:00] Nairwolf: you can use the latest kernel on your 14.04 [18:00] Nairwolf: sudo apt-get install linux-generic-lts-xenial (gives you 4.4) [18:00] Hello. I am using tftpboot. How can I make sure the daemon is running as root? Apparently he can't write to its folder even with chmod 777 [18:01] EriC^^ : I'm running on 14.04. I'm not supposed to have lts-xenial kernel... [18:01] And I'm afraid if I do that, I'm afraid to not be able to upgrade my system correctly later [18:02] Nairwolf: it's a hwe stack though [18:02] !hew [18:02] !hwe [18:02] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [18:03] sorry, what is hwe ? [18:03] hardware enablement [18:10] need help [18:10] nexus1: with? [18:11] thanks! Sorry, am somewhat of a begineer [18:11] installing nipap and need to do the following [18:11] Then, add a new virtual host or configure the default one with the line: WSGIScriptAlias / /etc/nipap/nipap-www.wsgi [18:11] to bring the URL up [18:11] https://spritelink.github.io/NIPAP/docs/config-www.html [18:12] any help would be appreciated [18:13] nexus1: presumably they want you to modify your apache2 site file in /etc/apache2/sites-enabled/000-default.conf [18:13] not sure where I am supposed to wite that line [18:13] standby Pici [18:14] PICI, where would I add that line at the bottom? [18:15] nexus1: within the VirtualHost definition [18:15] hello [18:15] Can anyone help me fix my Ubuntu VPS with "Your window manager does not support the show desktop button, or you are not running a window manager" and I'm missing the buttons like minimize, etc. Using TightVNC to connect in. [18:17] PICI, where exactly? [18:17] TAFB: you might want to run a non-accelerated wm [18:17] wm? [18:17] oh, window manager :) [18:17] are there any socks5 server with authorization which supported in ubuntu now? [18:17] TAFB: might try 'mutter' first (mutter --replace) [18:18] TAFB: do you need a desktop running on a server at all? usually one manages a server with ssh. [18:19] i tried to use: hpsock, SS5, dante-server : everything is outdayted now and not supported by ubuntu-stable === twoface89 is now known as twoface88 [18:19] hi are you still there? [18:20] nexus1: /whois Pici Pici [18:20] says idle 5 hours, likely still in bed [18:20] when i am trying to compile outdated sources - i am getting errors that i need to install outdated libs which are not supported now [18:20] k1l_: I use it to run Wine for some windows programs :( [18:21] the guy who was answering my question [18:21] nexus1: something like this: [18:21] TAFB: uh. are you sure there is no linux alternative to that? [18:21] basically I am trying to add a line: [18:21] apt-get install libapache2-mod-wsgi Then, add a new virtual host or configure the default one with the line: WSGIScriptAlias / /etc/nipap/nipap-www.wsgi [18:21] any help would be great [18:21] I use a special program called tubedigger (to capture live streams). I've tried LOTS of (non-linux) capture software and nothing else has worked. [18:22] !streamripper [18:22] !info streamripper [18:22] streamripper (source: streamripper): download online streams into audio files. In component universe, is optional. Version 1.64.6-1 (wily), package size 90 kB, installed size 224 kB [18:22] so any advices about apt-get install socks5-server-with-authorisation-2016 ? [18:23] hello [18:24] I have a problem with MATE it says Failed to insert module 'kdbus': function not implemented [18:24] !info rtmpdump | TAFB that seems to be a video stream alternative [18:24] reisio: (mutter:3755): mutter-ERROR **: Unable to initialize Clutter. [18:24] TAFB that seems to be a video stream alternative: rtmpdump (source: rtmpdump): small dumper for media content streamed over the RTMP protocol. In component universe, is extra. Version 2.4+20150115.gita107cef-1build1 (wily), package size 41 kB, installed size 154 kB [18:24] k1l_: does it support authentication where you have to sign into a website to get the stream? [18:25] TAFB: hmm, i dont know that [18:25] TAFB: mmm, maybe try with a simpler wm like openbox, then [18:25] that's usually where most capture software fails for me :( tubedigger is actually a web browser, so you can sign in and stuff and as soon as it start paying a video you can capture it. [18:26] TAFB: I'm sure it supports it, but rtmpdump is just a commandline app [18:26] not a big turnkey graphical app [18:26] Is ubuntu mate broken? [18:26] ubuntu-mate: you tell us [18:26] apparantly [18:27] mate does not load correctly [18:27] ubuntu-mate: yes, no, maybe? :) [18:27] ubuntu-mate: what exactly doesnt work? [18:27] the bars are white [18:27] i cant open appearances [18:28] it gives an error [18:29] ubuntu-mate: which error? [18:29] hello [18:29] petermore: Hi [18:29] hello bonn333 [18:30] i want delete one documento of sources.list [18:30] Hi, Ubuntu 15.10 is stable? [18:30] Unable to start the settings manager 'mate-settings-daemon'. Without the MATE settings manager running, some preferences may not take effect. This could indicate a problem with DBus, or a non-MATE (e.g. KDE) settings manager may already be active and conflicting with the MATE settings manager. [18:30] do you know how i can do it¿? [18:31] Sayona: what do you mean by "stable"? Did you mean Long Term Support? [18:31] yes [18:31] I want to put this version on my laptop [18:31] join #fugazigr [18:31] Sayona 16.04 is LTS and will soon be released [18:31] Sayona: then no, 16.04 is LTS [18:31] Ubuntu 15.10 isn't an LTS release [18:31] ok, I installed openbox. How do I tell Ubuntu to use it when I connect with TightVNC? [18:32] Ubuntu 14.04.4 LTS ? [18:32] Sayona yes, thatgs LTS too [18:32] I have nvidia graphic, are not problems no? [18:32] becouse I want to use my hdmi to see movies on tv [18:34] Sayona it may require some configuration [18:34] stalkerua Does apt-get install dante-server not work for you? [18:35] MonkeyDust, but i will work no? [18:35] petermore maybe you meant this? https://help.ubuntu.com/community/Repositories/Ubuntu [18:36] Sayona if it doesnt, you can come here for support [18:36] :* [18:36] ubuntu-mate: so, is it running? [18:36] 14.x not 15.x [18:36] MATE is broken [18:37] i mean the theme [18:37] guys, does anyone know a good nintendo ds emulator for linux [18:38] Sayona if you experience issues with nvidia in ubuntu, you can come to this channel to help you solve them [18:38] ubuntu-mate: is mate-settings-daemon process running? [18:38] thanks [18:38] Probably not since it gave an error at startup [18:38] now I prepare my usb to install ubuntu [18:38] can anyone help me getting openbox working with tightvnc? :( [18:39] ubuntu-mate: ... [18:39] how can i stable upgrade to mesa 11 on ubuntu 14.04? [18:39] oibaf ppa breaks my system [18:39] now i lost all panels thanks hgty [18:39] Sayona if your nvidia card is new enough to include an audio codec for hdmi i would expect it will just work when you plugged in your hdmi on booting with nvidia-current installed correctly [18:39] intel works, but with nvidia xorg wont start [18:39] guess i am going to xubuntu at least it works [18:42] Hi all really looking for some help with a VLAN issue im having?? any network gurus out there?? [18:42] ask | Devindnoob [18:42] Hello, I've got a strange question that I didn't have an answer to the Web. Is that possible to have virus on Windows if I downloaded it on Ubuntu on dual boot, or it's clearly impossible ? [18:42] !ask | Devindnoob [18:42] Devindnoob: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [18:43] yes, but you can scan the files with clam-scan first [18:44] !virus | HiddenT Possible . [18:44] HiddenT Possible .: Antivirus is something you don't need on !Linux, except where files are then passed to Windows computers (perhaps using Samba). See https://help.ubuntu.com/community/Antivirus [18:44] MonkeyDust: Hay, Ive set up the VLAN following all the different tutorials and im having the same issue... Im tx data through but not receiving anything back when pinging?? [18:44] Thank you. [18:45] ubottu: Copy that... sorry ifrst time using IRC [18:45] Devindnoob: I am only a bot, please don't think I'm intelligent :) [18:45] got openbox working! It's way faster, uses a lot less cpu too! THANKS! [18:48] Anyone out there wanna give me a crash course on how to detect someone playing around with my computer remotely? And how to close down such attacks without blocking my normal use of internet? [18:49] Sbur: define "playing" [18:50] engage in activity for enjoyment and recreation rather than a serious or practical purpose. [18:50] don't mind my answer. [18:50] MonkeyDust: any clues? [18:50] lionelmessi5102: way ahead of you :) [18:50] look up the command $who [18:50] in not minding ;) [18:51] ratrace: I get the feeling that there is someone who set up a SSH (is that the correct abbreviation?) and doing things while I'm connected [18:51] Like the mouse nor responding as it should === wessles is now known as ded_wessles [18:52] Just block port 22 or shut down sshd if you're not using it [18:52] Sbur: well.. if your computer is subverted, then it might be too late to do anything as you're never sure if diagnostics returned false negative :) [18:52] boturk: How do I block port 22? [18:52] Sbur: so if you start with a clean, known to be uncompromised computer, there are ways to monitor for changes, for instance by installing AIDE and monitor for unwarranted file changes. [18:52] MonkeyDust: ive tried both the vconfig way and the ip link but still getting the same results im starting to wonder if the network card needs to support vlaning ? [18:53] Is there a way to move windows around, when there are no windows decorations? [18:53] Sbur: maybe your mouse is having problems? check "dmesg" [18:53] * kwah bitten by a bug 1567591 [18:53] bug 1567591 in unity (Ubuntu) "[xenial] unity session does not start" [Undecided,New] https://launchpad.net/bugs/1567591 [18:53] Sbur: is there anything other than the mouse that makes you think this? have you installed any custom software or ppa's etc? [18:53] EriC^^: Like going left when I try to make it go right? [18:53] lol [18:53] Salut [18:54] salam redouane [18:54] Sbur ubuntu has a built in firewall. You can enable it with ufw enable [18:54] Sbur: have you installed any ppa's or compiled anything on your own? ran any scripts? [18:54] EriC^^: Not sure about ppa. [18:55] Sbur: you can block the ssh traffic [18:55] ratrace: How about a live CD? (uncompromised) [18:55] somebody can always get access even if don't have ssh installed, he could always do a reverse shell or have another custom "service" installed [18:55] going to watch dortmund - liverpool game [18:55] see you later guys [18:56] boturk: Port 22. How do I block that? [18:56] Sbur by default that ufw which is just iptables, will block everything. [18:56] you have to explicitly allow 22 with something like ufw allow 22/tcp [18:59] turning that on should block someone even if they'e compromised your system and have a custom service running. Unless they've added an exception for the port their compromised service runs on to the firewall rules. [19:03] boturk: but that will prevent me from going on the net, myself [19:03] right? [19:03] yes, I assumed it was your desktop [19:04] boturk: Yes, that's what I'm using [19:04] Then you're good, it wont block outgoing traffic [19:04] you can still reach out [19:04] to the internet [19:04] boturk: So I could do a yahoo or google search, even with ufw? [19:05] yea that should be fine. These rules are for incoming traffic [19:05] boturk: Just looked ... ufa is on the desktop [19:05] ufw* [19:06] boturk: Don't know what it is blocking, then [19:06] thx for all the help so far [19:07] sure thing, is it enabled? [19:07] I'm going to keep figuring out [19:07] Hold on [19:08] I think ufw status via terminal [19:09] boturk: Firewall is active and enabled on system startup [19:09] boturk: is my verbose from "sudo ufw enable" [19:10] Sbur you might see what it blocked on "dmesg" in terminal [19:11] yea good idea de-facto [19:11] de-facto: Gonna need my glasses [19:11] brb? [19:11] lol mkay :) === Mob is now known as MobGod [19:17] Ctrl + '+' might have done it as well :P [19:21] So I noticed that "known issues" for upgrading from 14.04 to 16.04 is now gone (but the bug didn't seem to have updated since apr 02?). Is it safe to upgrade now or what? (note: using GNOME and screensaver already disabled for completely unrelated reasons, though afaik the problem isn't with the desktop anyway) [19:21] hi, I still have an issue with a broken kernel. I can't boot with this kernel (If i try to boot to another one, it works). When I'm saying I can't boot, I mean that after grub, my screen stays black. I can't access to terminal with ctrl+alt+f1 (without X). Could you help to find what is going wrong ? [19:22] also, I can boot on recovery mode on the broken kernel, and choose the option "resume", and after that it seems to work. I'm saying "it seems" because my wallpaper isn't present (although the file is present on my hard drive). [19:22] Nairwolf: sounds like that time some years ago when a specific kernel version simply wouldn't work on my computer (so I had to keep booting the previous one until the next update came along and fixed it) [19:24] Nairwolf: can you boot the old kernel and come in here? [19:24] yes, it work with the older kernel [19:24] the systems works perfectly with the older one [19:25] which newer one? [19:25] Nairwolf: boot that and come in here. so we can look at some things on the actual system [19:25] Sik: Someone suggested me to block (with apt) the new kernel, and wait untill a new update of kernel. but I don't really like this fix... [19:25] k1l_ : Now, I'm with the older [19:26] Nairwolf: "df -h | nc termbin.com 9999" [19:26] Before, here, someone suggested me to look on Xorg logs, but nothing weird has been found === deadnull is now known as _deadnull [19:26] what is termbin.com ? [19:26] Nairwolf: did you upload the Xorg log of the black screen boot/ [19:27] it puts the output to a pastebin and gives your a link. so you can show the link in here [19:27] it's here : http://pastebin.ubuntu.com/15675329/ [19:27] Nairwolf: was it from the tty1? [19:28] EriC^^ : No, I've removed all Xorg logs firsly with the older kernel. Then, I've tried to boot with the new one. I've wait a little, and then, I've copied this logs with the older one. [19:28] k1l_ : http://termbin.com/1vvc [19:29] Nairwolf: ok, no seperate /boot partition that might get filled. [19:29] Nairwolf: which kernel works and which doesn't? [19:30] The kernel 3.13.0-83 works but the kernel 3.13.0-85 doesn't work [19:30] no, it's not caused by that k1l_ [19:31] /data is almost filled, but it's only videos and pictures [19:31] Nairwolf: is "linux-image-generic" installed? [19:31] Nairwolf: that Xorg log is for 3.13.0-83 [19:32] Nairwolf: "cat /var/log/Xorg.1.log | nc termbin.com 9999" [19:33] k1l_ : yes, but only for 3.13.0-85 which is strange. I've done this command : dpkg -l | grep linux-image-generic [19:33] but I have linux-image-3.13.0-83 and 3.13.0-85 installed also [19:33] Nairwolf: "apt update && apt-cache policy linux-image-generic | nc termbin.com 9999" [19:33] MonkeyDust, :D installed [19:34] EriC^^ : How you know that ? [19:34] Hi, can anyone help me to install nvidia driver for my laptop? [19:34] Nairwolf: it says so in line 6 of the paste which kernel is used [19:34] k1l_ : I have only Xorg.0.log [19:34] oh.... [19:35] k1l_ : termbin.com/2ejs [19:35] anyone have any luck getting ota 10 on nexus 4?? [19:36] pidave: no. there is a bug blocking the update for n4. but better ask in #ubuntu-touch for more infos [19:36] Nairwolf: also 83 [19:36] ok thanks sir [19:37] Sayona: Sure we can install a proprietary driver. But, what is lacking in the open source driver that is installed by default ? [19:37] indeed... How can I do that for 85 ? [19:37] Hi. Xubuntu 14.04 fresh install(patched). I want to dump this to a USB(16Gb) drive. However, I want 10Gb carved out for NTFS. Anyone got any pointers on this goal? [19:37] Bashing-om, now I install some driver from additional drivers [19:37] http://termbin.com/avdm [19:37] it's about apt-cache policy [19:37] boot into it again, ctrl+alt+f1 then run the command cat /var/log/Xorg.0.log | nc termbin.com 9999 and copy down the link [19:38] Sayona: :) .. amd all good now ? [19:38] can I put ubuntu on a relatively old system? [19:38] Bashing-om, not finished yet. [19:38] Nairwolf: ok, so the kernel headers seem to be installed, too [19:38] Imaginativeone: how old? === mint is now known as Guest8678 [19:38] Bashing-om, I need to reboot to see [19:38] Sayona: k [19:38] :* [19:38] EriC^^: maybe 10 years? [19:39] k1l_: doesn't linux-image-generic only install the image? [19:39] dagrut [19:39] Hi all, I keep getting huge ping spikes on ubuntu 15.10 which makes using wifi completely unusable, I even often disconnect from the network [19:39] Imaginativeone: how much ram? [19:40] EriC^^: yeah [19:40] too much football watching on the other monitor :) [19:40] :) [19:40] EriC^^: 4GB, I think [19:40] Nairwolf: "apt-cache policy linux-generic | nc termbin.com 9999" [19:41] Imaginativeone: sure it should run i guess, depends on the graphics card, xubuntu should run if ubuntu doesn't, and there's always lubuntu which is made for older hardware [19:41] Imaginativeone, type free in the terminal to see how much memory [19:41] EriC^^: many thanks [19:42] Imaginativeone: no problem [19:43] I need to tell you something really weird. I can boot on the broken kernel on recovery mode. Then, I choose the option "resume", and it seems to works perfectly. Don't you think is weird ??? [19:44] apt-cache policy linux-generic : http://termbin.com/zva6 [19:46] Nairwolf: what happens when you boot the latest kernel? where exactly is it stopping? === _deadnull is now known as deadnull [19:48] in GNOME Classic, how do I set it to group similar windows the way I got it to in GNOME Flashback? [19:48] (in the taskbar at the bottom) [19:50] after the grub, I have nothing except a black screen [19:50] Hi, how i verify if i use nvidia drivers ? [19:50] i see the screen works (I see the light), but it stays black [19:50] and if i have the card instaled [19:51] Howdy [19:51] Sayona: lspci -l | grep -A2 VGA [19:51] Sayona: ' sudo lshw -C display ' . [19:51] Sayona: lspci -k | grep -A2 VGA [19:52] :* all === N3X15_ is now known as N3X15 [19:52] Nairwolf: the recovery then normal boot uses the failsafe graphics i think [19:52] 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) [19:53] Sayona: did you run the second command? [19:53] also use paste.ubuntu.com [19:53] gterm [19:53] no [19:53] let me [19:54] what do you mean by "failsafe graphics" ? [19:54] EriC^^, Bashing-om: http://pastebin.com/NYL7QnZ6 [19:54] Do you think I could removed the package with the new kernel, and block the update of this package untill a new linux kernel update [19:55] Nairwolf: no mode setting [19:55] oh, ok [19:55] Nairwolf: in grub. press "e" on the latest kernel. then remove the "quiet splash" on the kernel line. then boot that line. [19:55] k1l_ : sorry ? [19:56] Nairwolf: removing those 2 parameters will make ubuntu not hide the terminal output while starting. maybe we get a clue then [19:56] Sayona: Hybrid graphics ? what returns ( in a pastenin ) ' dpkg -l nvidia-settings ' ? === jorge_ is now known as Guest98966 [19:56] Bashing-om, dpkg-query: no packages found matching nvidia-settings === Guest98966 is now known as jcastro_ [19:57] okay, but can you tell me how to do that, please ? [19:58] Bashing-om, is not oki no? [19:58] Sayona: " configuration: driver=nouveau " so, is this hybrid graphics , show lspci -k | grep -EA2 'VGA|3D' . We see what about matching a driver to the card . [19:58] Nairwolf: in grub, press "e" to edit. then remove those to words "quiet splash". then boot that with ctrl+x (or what ever it says in the screen there) [19:58] hey i gotta install OS on a new system [19:58] should I just get 16.04 beta 2 === charles_ is now known as Guest76533 [19:59] alu: 16.04 is still unstable. you can install 15.10 and upgrade from end of april to july to 16.04 [19:59] Bashing-om, The program 'show' is currently not installed. [20:00] so at end of april [20:00] 16.04 is stable and I can dist-upgrade to it [20:00] yes. 21st april is release date, iirc [20:01] Sayona: Sorry my direction not the best .. pastebin ' lspci -k | grep -EA2 'VGA|3D' | nc termbin.com 9999 ' . pass the link back here . [20:02] Bashing-om, http://termbin.com/sbst [20:03] k1l_ : too fast.... [20:03] I can't read... === N3X15_ is now known as N3X15 [20:03] Nairwolf: the error happens most times at the end, when it stopps [20:04] Sayona: Hybrid grahic;s . And Nvidia recommends the 361 version driver : http://www.nvidia.com/download/driverResults.aspx/101423/en-us . What release are you running ? [20:04] 14 [20:04] Bashing-om, help me to install the good drivers [20:05] Sayona: Well .. With others, I have has the better success installing the 361 version. However, in 14.04 that driver is only available from ecternal sources. I do suggest that source as our trusted driver PPA . [20:06] k1l_ : I see some instructions, then nothing. It stops. Now I know the light of the screen is turned on. But the screen is...black... [20:06] I try again [20:06] external* [20:06] !list [20:06] yaaic|demo: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [20:06] Bashing-om, no know :( [20:06] ok thank you [20:07] sorry [20:07] If you desire the 361 - and that is your choice - we install from PPA . [20:08] but this driver? is not oki? [20:09] Sayona: You presently have the open source driver. Yes if it meets your needs, then yes it is OK . [20:09] i try hdmi [20:09] but the sound is on the laptop not in the tv [20:09] is a way to move on tv? [20:09] it's too fast... [20:10] it can't help us k1l_.... [20:10] aaa [20:10] found [20:10] Bashing-om, can you help me to install the good diver? step by step? [20:10] Sayona: I have no experience there . others will have to advise about sound to the TV . [20:10] Bashing-om, I fix with sound [20:11] Bashing-om, help me with drivers [20:11] nvidia [20:11] Sayona: I say again - If it is your desire - then yes .. I do suggest to install the recommended proprietary driver from our PPA . Your system, is your call as to what you want to do . [20:12] Nairwolf: ok, boot to the old kernel. [20:12] what is ppa? [20:12] Nairwolf: then we try to look at the logs created by that bootings. [20:12] !ppa | Sayona [20:12] Sayona: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [20:14] Bashing-om, need to install http://www.nvidia.com/download/driverResults.aspx/101423/en-us ? [20:15] Sayona: NO ! That link is to show you that Nvidia recommends the 361 driver for your card. We can get that driver - IF you want - from our PPA . [20:15] ok how i get the driver? [20:15] :D [20:17] Hi, will Ubuntu 16.04 include a working version of mir? (able to support 3d games) [20:17] Sayona: First we make sure your system is 'clean' to accept a new driver install. Whar returns ' dpkg -l | grep -i nvidia | nc termbin.com 9999 ' . [20:17] strahl: you can try 16.04 now if you want [20:17] ne haber [20:17] strahl: for more info see #ubuntu+1 [20:17] Bashing-om, dpkg -l | grep -i nvidia | nc termbin.com 9999 [20:17] http://termbin.com/0im4 [20:17] ups [20:17] reisio ok, thank you! [20:17] I can't boot into Kubuntu 15.10. :( When I try, I just get a blank screen and have to log in via the terminal thing. i've tried several different nvidia drivers (i have optimus), but none of them work. someone told me it could be my window manager? [20:18] hMelissa, the same here i reconfigure the dpkg [20:18] Sayona: How? [20:18] strahl: neither wayland nor mir are productionready for desktops. they just gained first support by nvidia, for example. [20:18] hMelissa, dpkg-reconfigure xserver-xorg [20:19] k1l_ if my graphics card is Nvidia, should it work? [20:19] Bashing-om, http://termbin.com/0im4 [20:19] Sayona: OK. no output or errors or anything [20:19] reboot [20:20] Sayona: k [20:21] Sayona: ' sudo apt-get remove nvidia-* ; sudo add-apt-repository ppa:graphics-drivers/ppa ; sudo apt update ; sudo apt upgrade ; sudo apt-get install nvidia-361 nvidia-prime ; sudo reboot' . All there is to it . [20:21] wow [20:21] Bashing-om, typed [20:21] Sayona: rebooted, nothing changed. :( [20:21] pff [20:21] maybe you know, Bashing-om? [20:22] hMelissa: will try . [20:22] http://askubuntu.com/questions/41681/blank-screen-after-installing-nvidia-restricted-driver [20:22] guys, I have this laptop --which I use to mainly program [20:23] the thing is.. it has a i3 processor, and integrated intel hd 4000 graphics [20:23] k1l_ : how can I find this informations ? [20:23] there are two problems: [20:23] Bashing-om: i already tried that but i guess i can do it again [20:23] i know the PC can handle unity way better, so it can be the drivers --which I don't know where to find them [20:23] and the other thing is the battery. [20:24] I tried several app's, but I definitely don't see where the problem may be. [20:24] Nairwolf: is there a "/var/log/Xorg.1.log" now? [20:25] hMelissa: Show us what we are working eith hardware wise - lspci -k | grep -EA2 'VGA|3D' - in a pastebin site . [20:25] with* [20:25] siwiw === debug__ is now known as Mr-K [20:25] * Sayona do love with Ubuntu not war ! [20:26] Nairwolf: "cat /var/log/syslog | nc termbin.com 9999" [20:27] yes, this is /var/log/Xorg.0.log : http://termbin.com/2a0k [20:27] and this is syslog : http://termbin.com/ovwp [20:28] Bashing-om: k http://paste.ubuntu.com/15678610/ [20:29] for Xorg : I'm still with the 83, which one works. [20:29] it the older one [20:30] Nairwolf: is there a Xorg.1.log ? [20:32] what do you think Bashing-om?? [20:32] for syslog, you have not the most recent logs. This is most recent : http://termbin.com/qbsg [20:32] no, but there is a Xorg.0.log.old [20:33] this is Xorg.0.log.old : http://termbin.com/bp3p [20:33] hMelissa: Same same sutuation as that of Sayona, Hybrid graphics, and Nvidia recommends the 361 driver. That driver not readily available untill 16.04 - but we can get it from our PPA . [20:33] Nairwolf: what is "uname -a" now? [20:34] hi, are the versions set in 16.04 as of today? [20:34] Bashing-om ppa:graphics-drivers right? [20:34] :((( black screen at me Bashing-om [20:34] the the .old is with the 85 kernel !!!! === MobGod is now known as Mob [20:34] Ufff [20:34] dm_comp: technically on the 14th I believe; see https://wiki.ubuntu.com/XenialXerus/ReleaseSchedule #ubuntu+1 [20:35] k1l_ : Actually, it's 3.13.0-83 [20:35] hMelissa: IF you are comfortable installing from PPA ' sudo apt-get remove nvidia-* ; sudo add-apt-repository ppa:graphics-drivers/ppa ; sudo apt update ; sudo apt upgrade ; sudo apt-get install nvidia-361 nvidia-prime ; sudo reboot' . [20:35] reisio: FlightGear 2016.1 was released on Feb 17,2016 will that be included [20:36] dm_comp: look at packages.ubuntu.com [20:36] meh [20:36] annoying when packages change their versioning scheme [20:37] Sayona1: ' pastebinit /var/log/Xorg.0.log ' Let's see what is not going on . [20:37] k1l_ it showing older version ... wow this is a game why would they include the latest release :( [20:37] 3.4 [20:38] you'll be able to install it regardless [20:38] k1l_ : Do you see something weird with this log ? [20:38] unless it's an incredibly poorly conceived distribution [20:38] Bashing-om: I already have that ppa [20:38] Nairwolf: what hardware is that? [20:38] wouldn't* [20:39] dm_comp: there is 3.4 in 16.04 [20:39] mhh: then let;s see what is installed . ' dpkg -l | grep -i nvidia ; sudo lshw -C display ' . [20:39] http://termbin.com/mrez : It's an Asus laptop. Most of chips are from Intel [20:39] Ufff [20:40] Black screen here after that command [20:40] dm_comp: well, the last release prior to this 2016.1 was feb.2015 (3.4). [20:40] k1l : 3.4 was released on feb 17, 2015 FlightGear changed the version system so current release is 2016.1 released feb 17, 16 [20:41] k1l why isn't 2016.1 in 16.04? [20:41] Bashing-om paste.ubuntu.com/15678808 and paste.ubuntu.com/15678815 [20:41] dm_comp: so it was the date of the debian import freeze: https://wiki.ubuntu.com/XenialXerus/ReleaseSchedule [20:41] Sayona1: ?? .. Fron the terminal ( ctl+alt+F1 ) . execute ' pastebinit /var/log/Xorg.0.log ' . So we see that log file . [20:41] Uuh crap [20:42] dm_comp: ask the game makers and game maintainers why they didnt package it for debian and ubuntu for the repos on time. [20:42] Uff i ise my phone to connect here [20:42] oh no wait that was the right link okay [20:42] hMelissa: looking . [20:43] Give me the command to create a short url paste [20:43] k1l :( [20:43] there is a PPA, might have to go with that :) [20:43] what is the diference between run a daemon and run systemd as well? [20:43] hMelissa: " ii bumblebee " Is ther a reason for BumbleBee ? Or is depreciated in favor of nvidia-prime . [20:43] k1l : Do you think on something specific ? [20:44] Bashing-om i dunno i had it a while ago. i can remove it if you want [20:44] Maybe, I just need to admit that my computer doesn't work with this kernel version... [20:44] ubuntu is wonderful! [20:45] hMelissa: Your call as to which you want to use .. BumbleBee OR nvidia-prime .. BUT can not have both . Bumblebee is depreciated . [20:45] lets say nvidia-prime Bashing-om [20:45] Http://paste.ubuntu.com/15678867 Bashing-om [20:46] the best ubuntu version to upgrade to 16.04 [20:46] is 15.10 right [20:46] not 14.04 [20:46] can anyone tell me how set up the auto start ODOO using systemd? [20:46] alu: if you plan to upgrade use 15.10 [20:47] Bashing-om apt-get purge bumblebee right? [20:47] Nairwolf: that doesnt make sense. and i cant find anything to find a reason [20:48] My touchscreen stops working on suspend, can anyone help me fix this issue? [20:49] hMelissa: ' sudo apt-get purge bumble* ; sudo apt-get purge nvidia-* ; sudo apt update ; sudo apt upgrade ; sudo apt-get install nvidia-361 nvidia-prime ; sudo reboot'. [20:49] Bashing-om is the same for me? [20:49] Sayona1: reading. [20:50] Bashing-om k one sec [20:50] I need to read? Sorry i use my phone to chat here ; not see correctly the text [20:51] Is so ugly irc on phone :)) [20:53] Hello. How can I save brightness and volume levels between shutdowns...? [20:54] Bashing-om nothing happened i still get kicked to the tty. :(( [20:54] k1l: yes, that doesn't make sense... [20:55] I don't understand, so maybe, I will stop to use this kernel version [20:55] or maybe, I could install the xenial kernel [20:55] akira_: should really do that by default; if you get tired of looking for ways to fix it, you can just make an autostart script to re-set them [20:55] reisio [20:55] Sayona1: " 30.446] (WW) Warning, couldn't open module x11glvnd " do not know if this is relevant yet or not ??? [20:56] No know [20:57] akira_: KANEDAAAA [20:57] :(* [20:57] hMelissa: Are "you" authorized to access your desktop " what returns ' ls -al .Xauthority ; ls -al .ICEauthority ; ls -al /home ; ls -al /home/ '. [20:58] Is /proc/sys/vm/laptop_mode supposed to be 1 or 2? [20:59] hello! any ideas how to fix vm open tools for ubuntu? [20:59] Bashing-om paste.ubuntu.com/15679010 [20:59] Nvidia drivers are ugly [21:01] i know right? next time i get a computer i wont get hybrid gfx [21:02] Sayona1: Are you fully updated ? see: https://bugs.archlinux.org/task/48053 . [21:02] Uff i think I will delete [21:02] Update the distro? [21:04] Bashing-om what do you think? [21:05] hMelissa: So far so good, but how about the .Xauthority and .ICEauthority files ? WHO owns them ? [21:05] Bashing-om theyre in the list. i own them. [21:06] Is not any sokution for me no? [21:08] :( [21:09] hMelissa: Yeah. sorry .. scatter brained there for the moment . KDE for the desKtop ? and I do not know how to start that DE from terminal - sorry . [21:10] Sayona1: what returns ' sudo apt update ; sudo apt full-upgrade ' from the F1 console ? [21:10] Bashing-om: yes i use kde (because kubuntu) [21:10] sddm is the login manager right? [21:10] for kubuntu 15.10, yes [21:11] k1l: thats what i use, so cool [21:11] hi [21:11] Bashing-om, all are 0 to upgrade [21:11] hMelissa: Seems sddm .. but I do not 'know' for sure .. have not seen KDE since release 9.04 . [21:12] Uff [21:12] k1l do you know how to start kde? [21:12] hMelissa: start the ssdm [21:12] k1l sudo sddm? [21:12] no [21:12] Init.d [21:13] sudo systemctl start sddm.service [21:13] hMelissa: if you're dropped to the tty, that means X-server isn't loading, no? if X isn't loading, kde will be nowhere near sight [21:13] its systemd since 15.04 [21:13] k1l, bprompt, Bashing-om no output no errors. so weird [21:14] Uff the same here [21:14] hMelissa: tried "startx" ? =) maybe [21:14] dont use startx [21:14] so nobody here uses ubuntu as vm guest? [21:14] k1l so what do i use?? sudo systemctl start sddm.service didnt work [21:15] Mda, i will delete ubuntu [21:15] hMelissa: so i guess there is some video driver issue that stops xserver from starting [21:15] k1l: i already purged everything nvidia and reinstalled nvidia-361 and nvidia-prime [21:16] Hello, my /etc/laptop-mode/conf.d/usb-autosuspend.conf file is blank. [21:16] hMelissa: and what does the Xorg.0.log say? [21:17] k1l: paste.ubuntu.com/15679199 [21:17] hMelissa: werent you here with issues the last days? [21:18] hMelissa: or even some hours ago? [21:18] K1l me too [21:19] Black screen [21:19] Sayona1: Let's redo the xorg.conf file ' sudo rm /etc/X11/xorg.conf ; sudo nvidia-xconfig ' . reboot again to see if there is an effect . [21:20] hMelissa: Let's look at the log file of X abd see what we can see ' pastebinit /var/log/Xorg.0.log ' . [21:21] Bashing-om paste.ubuntu.com/15679199 [21:22] hMelissa: reading. [21:22] ty [21:24] hMelissa: " Data incomplete in file /etc/X11/xorg.conf " let's also fir you too rebuild that config file . ' sudo rm /etc/X11/xorg.conf ; sudo nvidia-xconfig '. Reboot to see the effect . [21:24] Where is the brightness slider? [21:24] sounds like this bug: https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1485236 [21:24] Launchpad bug 1485236 in ubuntu-drivers-common (Ubuntu Wily) "gpu-manager generates an invalid xorg.conf file" [High,Triaged] [21:25] k1l: reading ! ^ [21:26] Bashing-om no change, same problem [21:26] k1l uuuuuugh fuck === xxx is now known as prodigel [21:31] so it looks like based on that bug report the problem is in ubuntu-drivers-common. its fixed in 1:0.4.14 but i only have 1:0.4.11. === Quatroking_ is now known as Quatroking [21:31] how do i upgrade it? im on kubuntu 15.10 [21:32] Hi Guys, does anyone know the network daemon running on ubuntu server 15.10, and any documentation for it? [21:32] you dont. its only in 16.04 [21:32] k1l: what!?! [21:32] but important would be the issue that crashes the driver in the firstplace [21:32] hMelissa: That is the way I read it too .. No known fix for the earlier releases (???). === afkthairus is now known as athairus [21:33] so what can i do!? i cant just sit here with my thumb in my ass and do nothing! [21:34] get your system working again. then inspect why it crashes in the first place. then look if we can fix that. and what about using original ubuntu drivers and not crashing 3rd party ones? [21:35] k1l i need the nvidia drivers. :( i can install nouveau to get going again i gues but that won fully help me [21:36] hi [21:36] whats tge nouveau package name again? [21:36] hMelissa: not using the 361 or whatever you use. but the 352 from ubuntu [21:37] i tried 352 but that borked my lappy too [21:37] what video card is it? [21:38] nvidia gefore 520m/intel hd 5000 thru optimus [21:38] but up until last night i was using 358 just fine [21:39] i dont find anything for issues with the original ubuntu driver [21:40] k1l: original being 352?? [21:40] yes [21:40] ok so what would you suggest [21:41] trying to get to know if it works with the original driver from ubuntu [21:41] i did that last night and it didnt [21:41] Flabber324: daemon for what service? [21:41] get your system into a working state again. then see if it crashes again. and fix the reason why its crashing. [21:42] ok. im instaling 352 again, gonna reboot [21:42] @TJ- i'm just trying to figure out why my networking defaults to dhcp on reboot on 15.10, is it networkd that i need to be configuring? === gnome is now known as b4nny [21:44] Flabber324: It is managed by NetworkManager; in GUI there's a taskbar applet for that, or in a terminal there is "nmcli" [21:45] k1l: nope. 352 still doesnt work. [21:45] hMelissa: use the logs! /var/log/Xorg.0.log for starters [21:46] ARRRR [21:46] im sick of this. [21:46] TJ- i dont know how to read the logs. i just want to fix my computer. :( [21:46] my browser keeps lagging with website requests [21:46] there is nothing wrong with anything else [21:46] it works for a while and then lags, there is something wrong with the dns in the browser.... firefox, can anyone think what could be the issue ? [21:46] TJ-: yeah but this is for ubuntu 15.10 server, which uses systemd, and i can't see that network manager is installed [21:47] all i know is that it looks pretty much EXACTLY the same, and ive gotten NOWHERE for the past TWELVE HOURS [21:47] Hi! [21:47] TY-: i can install it, however i don't know if something might still mess with the dhcp settings [21:47] Ubuntu 15.10 could really make use of a newer ffmpeg version. [21:48] 2.7.6 is old. [21:48] sine0: with website requests how so? [21:48] I'm not using Backported or similar medias. [21:48] Umeaboy: hej san [21:48] sebsebseb: Hej! :) [21:48] How are you? [21:48] Long time no seen. [21:48] Hope you're fine. [21:48] Umeaboy: ok you === GarrettShields_ is now known as GarrettShields [21:48] I'm somewhat OK. [21:48] k1l TJ- what do i do??? [21:48] Can't really complain. [21:49] sine0: Firefox can get slow with Linux, but I haven't had that for quite a long time now [21:49] hMelissa: really. that is not easy to help you.you insist on fixing a symptom while we have no clue what the real issue is (the crashing when you have a working desktop). [21:50] can any1 point me in the direction of where i may learn about cloud computing [21:50] k1l: i dont know what the real issue is either [21:50] sebsebseb: ubuntu 15.10 firefox will load pages ok for a minute or two, then it will hang on page request, the circle will spin as if its searching but it wont load the page I have to hammer the request and maybe it will come through or i have to close firefox and start again and it will always work first time, so its not an issue with my internet or dns servers its something to do with the browser [21:50] Rell: cloud computing is a big thing, various types [21:50] locally... what could it be! [21:50] !cloud [21:50] Ubuntu Cloud Infrastructure is a ready to deploy Infrastructure-as-a-Service (IaaS) based on OpenStack. See https://help.ubuntu.com/community/UbuntuCloudInfrastructure for further details. === rogst_ is now known as rogst [21:50] hMelissa: so make the steps with stoping syslog again, then reinstall the driver. then boot the working desktop. [21:51] hMelissa: after the next crash we need to inspect the old logs from that crash to think about a solution. [21:51] sine0: how much RAM you got? [21:51] If i was interested in researching it as a whole, including all of these differences [21:52] k1l thing is i dont even know how to trigger that crash [21:52] sine0: do you have a swap partion as well if so how much? also how many tabs do you generally have open with Firefox [21:52] sine0: I am rather loyal to Firefox :), but have you tried any other browsers as well? [21:52] Rell: you should GOogle for some cloud stuff I guess for a start [21:52] Rell: it's off topic for this channel in general [21:53] !ot [21:53] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [21:53] k1l ok now i just removed /var/log/syslog and rebooted but still cant even boot to desktop [21:54] it does seem to have a lot of different definition depending on where you look, thank you sebsebseb [21:55] Flabber324: if network-manager isn't installed it'll be using ifupdown and /etc/network/interfaces, or for IPv6 possibly RA and SLAAC [21:55] Rell: yeah just do it the LInux way :) [21:55] hMelissa: i am at another device now. but take a look at http://irclogs.ubuntu.com/2016/04/07/%23ubuntu.html to see what exact steps worked last time [21:55] Rell: and there are a few Linux cloud programs etc [21:56] always [21:57] Umeaboy: you still connecting weird things into TV's etc? [21:58] TJ-: aah, it does look to be using that yeah, and i've found the man page and conf for that now, thanks alot for your help :) [22:02] http://i.imgur.com/Muon7Cv.jpg [22:02] sebsebseb: Weird things? [22:03] And YES, I love breaking them. [22:03] nomic, do not spam this channel please [22:03] Why? [22:03] Umeaboy: pm me I have a device you might be interested in, crowd funded thing, still need some more people to pay for it, so close to it's goal [22:08] is it possible to boot ubuntu minimal iso in legacy(bios) mode but install it in efi mode on the hard drive? [22:08] i'm not able to boot the usb drive unless i enable legacy mode [22:09] shadw_itman: yeah maybe, but running it with legacy mode is just more like the old bios set up then a uefi one really [22:09] shadw_itman: but you will need to disable secure boot to boot up the USB drive anyway [22:09] as far as I know [22:09] sebsebseb: sorry afk. I have 32GB of ram [22:10] im not sure about the swap, would that matter with that much ram [22:10] shadw_itman: secure boot stops loads of Live Medias'' etc even from loading up [22:10] shadw_itman: Yes [22:10] sine0: well you so wudn't need one I think with 32gb ram and that's a lot of ram [22:10] sebsebseb: the full liveCD boots fine even with secure boot and eufi enabled [22:10] sebsebseb: its the minimal iso that wont boot for some reason... even with secure boot disabled [22:11] shadw_itman: why use the minimal that lacks lots of things [22:11] I use this machine in music creation and having GB of samples loaded into memory for use with minimal latency instruments [22:11] TJ-: so just because i boot the minimal iso setup in legacy i can still install in efi mode? anything to consider while doing this? [22:12] sebsebseb: minimal allows me to create encrypted volumes while dual booting with windows 10 [22:12] shadw_itman: before rebooting you'd have to drop to the shell, remove grub-pc, grub-pc-bin, and replace them with grub-efi, grub-efi-amd64, grub-efi-amd64-bin and possibly grub-efi-amd64-signed (for Secure Boot support) [22:12] sebsebseb: full live cd doesn't allow this unless ubuntu is the only OS on the drive [22:13] TJ-: before rebooting after the install? [22:14] can somebody please help me with opencart access problem? [22:14] shadw_itman: this assumes you've created an EFI-SP on the install drive. There is also one *BIG* workaround you have to do to enable the first boot in UEFI mode. That is, you need to *copy* GRUB's core.img to the EFI (Simple) Removable Media path: as in "cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/BOOT/BOOTX64.EFI" [22:14] shadw_itman: yes, before rebooting [22:14] hi guys! I'm with ubuntu Gnome 14.04 and I cannot use proprietary Nvidia driver [22:14] because gdm wont start [22:14] stacy-: what is open cart? [22:15] is there any reported issue with that? [22:15] TJ-: is this documented anywhere? seems very complicated [22:15] TJ-: have you done this? [22:15] shadw_itman: the reason for the BOOTX64.EFI is at first boot in EFI mode Ubuntu will *not* have an entry in the system's EFI boot menu. So by copying GRUB's loader to the simple removable media boot path the system can find it without a menu entry. Once Linux starts in EFI mode from that, you immediately do "grub-install" to cause efibootmgr to add Ubuntu to the system's boot menu. [22:16] shadw_itman: Yes, I've done it :) [22:16] shadw_itman: it is complicated - you're trying to install an EFI-mode system in Legacy BIOS mode :) [22:17] shadw_itman: it's actually only 4 groups of commands at different times, 3 before rebooting, 1 after [22:17] hello folks, so i dont know if this is offtopic here.. but bash is a thing in windows now.. so im trying to figure out a way to run rsync everday.. but crontab dont work in our version.. any other things i could use to do this ? [22:18] Mathisen: is the 'at' command available? [22:19] TJ-, looks like it yes [22:19] Mathisen: the big question is... does it work as expected? :) [22:19] TJ-: would it be easier to find a way to reinstall windows 10 in legacy mode so both can boot that way? [22:19] using grub? [22:19] TJ-, well i dont know :) crontab command is there also but if i do " service crontab start " it bugs out.. [22:20] in the situation we were initially talking about...is grub taking care of the boot menu? [22:20] shadw_itman: er, you jest? 4 commands vs reinstalling Windows? [22:20] TJ-, how does at work ? [22:20] lol [22:20] shadw_itman: in UEFI mode the motherboard firmware (UEFI) has the system's boot manager and maintains a boot menu in its non volatile RAM [22:20] Mathisen: try "man at" [22:21] TJ-: you going to be around for a while? i'd pay you help me through this as it happens. this is a huge deal to get this working. [22:21] shadw_itman: when the UEFI boot manager boots GRUB, you then get GRUB's boot menu potential, too [22:21] TJ-: this is great info... i'm documenting this [22:22] mathisen.. i have tried the "forgotten password" also in opencart but it did not email to my email [22:22] shadw_itman: if you want more background: "Illustrated Guide to GRUB and Linux Boot Process on BIOS and UEFI PCs" https://iam.tj/kb/pc/boot/ [22:24] TJ-: thanks a lot man [22:24] unfortunately i have to reinstall win10 on this box since it came with the HOME version that doesn't have bitlocker [22:24] thats a big piece of shit [22:25] both OS's need full disk encryption [22:25] how can I change my nickname guys? [22:26] shadw_itman: LUKS/dm_crypt for Linux, with LVM inside [22:26] Deruni: /nick [22:26] thanks === Deruni is now known as Deruni34 [22:26] TJ-: i got all of that worked out last night... i have it working on windows10(bitlocker) and ubuntu(luks) dual booting on one drive [22:26] TJ-: without UEFI or TPM though [22:27] TJ-: today i'm i need to do the same thing using EUFI and TPM because i knew it would cause problems [22:27] is windows uefi? [22:27] EriC^^: yes [22:27] well, windows 10 at least [22:27] i suppose you CAN install it in legacy... which may be a viable option for me when i do this for clients [22:28] Hi all... I just ordered a notebook computer to run linux on, choosing ubuntu... intel proset wireless is what reviews say it has... i'm hoping that it has good compatibility? I've never worried about wifi in the past, but I just wanted to make sure [22:29] what i [22:29] what is oparation? [22:29] I ask as many reviews I've read, their only negatives are in relations to wifi, but thats on windows 10 [22:29] Mitchell92: Intel ok :) [22:29] TJ-: i am just now booting the windows10 usb and had the option of running it in eufi mode or legacy and uefi mode wouldn't boot... interesting [22:30] Mitchell92: it's 2016, not 2004 for example when wireless had a lot of issues with Linux since comapnies who didn't release their drivers etc [22:30] Mitchell92: in the past few years or so, most wireless devices have just worked with Linux newer enough ones etc, in other words you will probably be ok :) [22:31] Mitchell92: if not though can probably get a driver or something, but you did say Intel wireless? you sure it's really Intel? for graphics Intel is actsaully good with Linux since their support is open source [22:31] Is there any known ? issue with gdm and nvidia proprietary driver? [22:31] I cannot start Gnome with that display driver [22:31] wyre: tried anther dm ? [22:31] My laptop died, so I tried to put the hard drive from it into a Macbook Pro. I can get it to boot, but then don't have any graphics unless I launch an X server with the fbdev driver. Is this to do with the fact that the macbook has hybrid graphics and my previous laptop didn't? I could also detect devices I could install proprietary drivers for (the nvidia card, broadcom wireless) but now nothing shows up in additional drivers. halp? [22:31] Mitchell92: Studies I've seen actually show that Linux has far better out-of-the-box hardware support than even Windows these days. It's only when hardware requires custom or proprietary drivers that we have issues. [22:31] sebsebseb thanks... its a Dell Inspiron i7359-2435SLV, for the price and the specs I really think it'll be nice, although on amazon the negative reviews im reading... they surround wifi and graphics but both are software wise with windows... it has 3.5 out or 5 stars. [22:31] ahh thanks [22:32] sebsebseb, I've installed directly Ubuntu Gnome [22:32] the computer I ordered about an hour ago, should come Saturday... http://www.amazon.com/Dell-Inspiron-i7359-2435SLV-Touchscreen-Generation/dp/B015PYZWKI/ref=cm_cr_arp_d_product_top?ie=UTF8 [22:32] but after install Nvidia proprietary driver it crashes [22:32] I hope I didn't make a mistake. Every computer I always buy online, I see many negatives but usually more postiives. [22:32] Mitchell92: apparnatly Dell is going to sell one or so of their Linux based business type lap tops, and wold wide to hmm [22:32] Mitchell92: with Ubuntu yeah [22:32] please ...somebody help me with a passord problem in opencart!!! [22:32] sebsebseb, and yes, I've tried lightdm but either Gnome loads [22:32] stacy-: what is open cart? [22:32] shadw_itman: some UEFI firmware's require you to go into Setup and specifically choose and TRUST a boot-loader on the boot media, even when Secure Boot is disabled [22:33] sebesbseb.. its a cms [22:33] sebsebseb, if you could, could you take a look at that link I had provided to the amazon website with the computer... I think its good quality but I haven't owned one before, I just wanted your (or someones) opinion to confirm to myself I didn't just make a costly mistake [22:34] TJ-: in bios settings? i didn't see this [22:34] Mitchell92: There's a offical Dell Ubuntu lap top that's apparnatly going world wide, might have happended already [22:34] Mitchell92: but it will be there in the background etc, not all over their site, Dell recommends Windows after all or so they say, all those companies uh HP Leonvo etc to [22:34] Mitchell92: they have played around a bit with Ubuntu pre installed lap tops in the past a bit though in America Dell has [22:35] shadw_itman: some UEFI have it, some don't. If it's there, it is usually on the Security menu, and if I recall, the lower half of the screen. [22:35] sebsebseb i saw but i am on a fixed income / budget and am also a student... those were significantly more. This was $500 those started at like twice that... if you could, could you check that link I had provided? I am hoping it'll work great. I saw complaints were about video and wifi drivers [22:35] sebesebseb.. please help me with a opencart login issue..i think it has to do with some kind of directory permission [22:35] Mitchell92: you can also buy Linux based computers from smaller busineseses, depending on where your from, but they usually cost a bit more than the brand names [22:35] 127.0.0.1 takes a long time too [22:36] stacy-: sorry I don't knjow what open cart is [22:36] some kind of networking thing? [22:36] you gave the local host ip address [22:36] opencart is a cms [22:36] Anyone have any advice on how to force jockey/additional-drivers to recognize the nvidia card in a macbook pro? [22:36] I understand. I'm just hoping that the dell i had mentioned would meet my expectations. It has a dual core i5 and 4GB of RAM and a 500GB HDD. At the same time, sebsebseb, does ubuntu now come with wifi drivers on the install image? There isn't a LAN port, so if not, I'll need to copy from a flash drive or something. [22:37] stacy-: i believe you're the same person who has come here a few times over the past few weeks asking for helping with setting up various LAMP stacks, CMS, etc.? [22:37] sebeseb.. 127.0.0.1 is used to login to the adnistration panel [22:37] Mitchell92: which wireless and graphics card? [22:37] Mitchell92: that's the two possible things that might cause some issue yes [22:37] stacy-: are you using an ubuntu package of opencart? [22:37] nacc.. LAMP is installed [22:37] It'll be a Intel HD something, and i think its intel wifi. [22:37] nacc... i think so [22:37] Mitchell92: find out which ones more exact? [22:37] Mitchell92: if I'ts Intel things generally work with LInux though, or so it seems these days [22:38] stacy-: what is the package name? which version of ubuntu? [22:38] nacc.. can you please check what is wrong? [22:38] nacc...i have ubuntu 15.10 [22:38] Mitchell92: intel wifi and intel graphics are generally very well supported by Ubuntu, it would be very surprising for that to not be the case [22:38] Okay. Thanks. I'm going to google a spec sheet to see if it is indeed intel wifi [22:38] stacy-: i don't see opencart in the archives? [22:39] nacc.. opencart was downloaded from a website [22:39] stacy-: i just asked if you are using an ubuntu package of opencart, to which you said yes. You are not, so you should contact that website's owner for help with configuring their software. [22:40] nacc.. its the login permission ..my ubuntu directories are messedup [22:40] nacc... www.opencart.com [22:40] hello everyone having a problem getting my wireless work on a Hp Stream working [22:43] appearently, it's gonna be tough for me to incure a trained chimp or dolohin, but I've frozen and restored 3 mice so far, gonna do six more, even if I don't do, will be able to do the german sheperd soon, scheduled for apr. 21st. Hopefully a human soon. ~ H. [22:44] !pm | stacy- [22:44] stacy-: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. [22:44] stacy-: i don't know what you mean by "my ubuntu directories are messed up"? as i said, that's some random software, for which you should contact the vendor for support? === bildramer1 is now known as bildramer [22:45] sebsebseb, information for the wifi card - Intel Dual Band Wireless-AC 3165 + Bluetooth 4.0 --- should that work out of the box, when i install ubuntu? Or will I need to get a USB ethernet adapter and install it and let it download drivers via wifi? [22:47] Mitchell92: the Linux kernel (v4.5 here) has support for 7 variations of the 3165 device [22:47] Mitchell92: then same for v4.2 in Ubuntu 15.10 [22:48] TJ- thats great! I was going to load up Ubuntu 15.10 [22:48] Mitchell92: it will probably be ok since Intel, and I am saying more so since what TJ- p ut [22:48] Mitchell92: if not you can ethernet and install a driver or should be able to [22:48] sebsebseb: no; there's no wired Ethernet [22:49] an adapter or whatever was pupt earlier then [22:49] is there nobody here who can help me with permission errors in ubuntu [22:49] sebsebseb, I'd have to somehow put the driver on the flash drive and then compile and install or whatnot and put it on there, as I do not have a USB ethernet adapter and would rather not get one last minute. I do not drive, so I'd have to order and... wait... and I'd be on the edge of my seat for two days. [22:49] Mitchell92: the Ubuntu Live ISOs have all the same drivers the installed will have, so it will work if the driver is available [22:50] Great!! [22:50] sebsebseb, xfce4 works [22:50] and I think Unity also [22:50] but Gnome doesn't [22:50] wyre: the dm you mean or? [22:50] I'm hoping that 16.04 will have a updated ffmpeg version. [22:50] sebsebseb, yes [22:50] xfce4 [22:50] TJ-, no luck with at :( same with watch .. is it posible to make some kind of bash script for it ?? i dont know that so good but ... [22:50] Mitchell92: the only thing that can catch you out is if the device revisions requires a firmware blob that hasn't been distributed to (older) releases [22:50] Ubuntu is behind many releases. [22:50] wyre: I presonally prefer GNOME, and that's been uhmm let's see since 2004 :) [22:50] wyre: however [22:50] It has intel hd 530 if that makes sense... should I be able to load up gnome 3, sebsebseb, or will gnome 3 perform very poorly? === crondd is now known as crond [22:51] TJ-, okay. [22:51] sebsebseb, yes, I also but it doesn't work with nvidia proprietary drivers :( [22:51] TJ-, I'll be running latest ubuntu. [22:51] wyre: however the old GDM that's long gone was quite good I guess, the newer GNOME 3 GDM, isn't so good, so persoanlly out of the supported ones or that are known about I prefer lxdm usaully [22:51] Mathisen: no idea; You'd need to ask Microsoft, or contact Canonical directly since it's not an official Ubuntu flavour at this time [22:51] Mitchell92: If it performs poorly you can make it better by helping out to solve the software bugs. [22:51] :) [22:51] wyre: it's a dm main thing is being able to log in, which one you use after that is your own personal choice :) [22:51] TJ-, yeah will do thx anyway for the sugestion [22:51] wyre: it should work with propritayr nvidia driver though [22:52] need help playing a game [22:52] Hello [22:52] sebsebseb, but it doesn't [22:52] both, gdm and gnome [22:52] Well, I guess I could just try out gnome 3 and then if it doesn't work well, revert to mate or unity [22:52] lightdm does it and xfce4 [22:52] wyre: why are you on 14.04 you should upgrade to 16.04 towards the end of this month really :) the next LTS [22:52] Mathisen: might be worth pinging kirkland on IRC [22:52] mathisen... please look at my ubuntu just this once... i beg of you [22:52] its the permissions errors [22:52] Mitchell92: I think it was Dustin that blogged about it, wasn't it? [22:53] TJ-, okej :) [22:53] hmm TJ- I really dont know [22:54] I'll try things out. I could get used to unity I just didn't give it a chance. [22:54] stevildead: Which game? [22:54] mathisen... please..... [23:01] i hope that someone can help me to fix this... i have a problem that is making my booting time much longer.... i have a pc with ubuntu 15.10. the disk has 3 partitions: 1 for Ubuntu, 2 for Debian, 3 for data... i installed Ubuntu first... without LVM and with uefi and GRUB... later i installed Debian... when it asked me if i want to install grub.. i said no cause grub is installed already... so.. then i had to restart with Ubuntu (because Debian transition w [23:01] as not visible to grub) then i updated the grub from Ubuntu.. and then i restarted.. and i could chose the Debian option at boot... afterward i realized my installation of Debian was wrong so i had to install it again.. and i chosen not to install GRUB once again for the same reason... but this time when i restarted grub recognized Debian... because it was set to do it before.. but with the previous installation... that's why every restart i make... there is [23:01] something wrong going on in the check sum of devices recognition... or something like that... and the start up takees too long... do you understand what i mean? [23:02] can someone help me run a game [23:02] what game [23:03] i hope someone can help me with that [23:03] black and white 2 [23:05] SaraKnoodle: hmm [23:05] every time i start up i have this line: "A start job is running for dev/disk-by\x2duuid-e964fa69\xxxx\xxxx\xxxxx\xxxxxxx\xxxxx.device (48s / 1min 30s) so every booting i waste 2 minutes like that [23:05] Sebsebseb do you see what i mean? [23:05] SaraKnoodle: sort of [23:05] that's a lot of info though to take in [23:06] SaraKnoodle: it's a common Systemd issue [23:06] yea [23:06] SaraKnoodle: as for Grub make sure your using the one for the like main distro to boot everything else, and things should go ok :) I guess [23:06] SaraKnoodle: what you're seeing is systemd (the init system) trying to find a block device it knows was there at a previous boot, and it 'waits' for the device to appear [23:06] gimme the command [23:07] what's the systemd or systemctl command? [23:07] sorry but i am a kind of beginner... so how can i check the version of grub for ex? [23:07] SaraKnoodle: Maybe something like ' sudo grub-install --recheck /dev/sda ' . Where 'sda' is the drive containing ubuntu. [23:08] ubuntu sda2 debian sda4 [23:09] how do i get the startup messages to scroll by on startup instead of just a purple screen? [23:09] SaraKnoodle: Bashing-om the issue is with systemd, and its 'generator's [23:09] it's installing [23:09] Installation finished. No error reported. [23:09] SaraKnoodle: do you get a result for "ll /dev/disk/by-uuid/e964fa69*" ? [23:09] systemd -> Trying to run as user instance, but $XDG_RUNTIME_DIR is not set. [23:10] <[Saint]> How would one go about sanely debugging why ~/.bashrc isn't being run at login but runs fine if a bash shell is called thereafter? [23:10] brianx: remove "quiet splash" from the kernel line in grub. press "e" in grub, edit it, press ctrl+x to boot [23:10] [Saint]: is bash the user's login shell? [23:11] <[Saint]> TJ-: Yes. [23:11] this is a test [23:11] this is a response [23:11] ls: cannot access /dev/disk/by-uuid/e964fa69*: No such file or directory [23:11] autre: i have the game installed on my windows 10 partition but cant get it to run. also tried to run it on ubuntu but the discs wont mount [23:11] TJ-: if i decide to go with disabling uefi for win10 AND ubuntu, how does ubuntu's /boot need to be paritioned and where does grub get installed to? [23:11] SaraKnoodle: right, so it no longer exists, but systemd has a reference for it [23:12] SaraKnoodle: does this affect the Ubuntu startup, or the Debian startup? [23:12] both actually [23:12] they re stuck for a minute or 2 [23:13] SaraKnoodle: that suggests the /etc/fstab has a reference to the missing file-system. can you "pastebinit /etc/fstab" ? [23:14] do you need the code? [23:14] <[Saint]> TJ-: bah - sorry to bother you - idiot user fault. [23:14] SaraKnoodle: you need to share the URL with us [23:15] yes i got error there [23:15] ok gimme a sec [23:15] <[Saint]> I forgot the order of execution for bash-ism control files. [23:15] <[Saint]> I forgot that .bashrc is ignored if you don't explicitly source it from .bash_profile [23:16] do i have to register? [23:16] <[Saint]> the ways the various applicable dotfiles can govern bash and each other is a veritable minefield. [23:16] http://pastebin.com/hznB19UN [23:17] SaraKnoodle: there you go; it is the UUID for a swap partition [23:17] <[Saint]> So, sorry I wasted your time TJ-. I shall now slink away in despair over my own idiocy. [23:17] SaraKnoodle: can you "pastebinit <( sudo blkid /dev/sda? )" [23:17] genius! [23:17] :) [23:17] [Saint]: hey, you're not the last one to have that get you :D [23:17] which sda? [23:18] SaraKnoodle: issue the command exactly as I typed it [23:18] ok [23:18] no need pastebin.. just one line: /dev/sda: PTUUID="8d7734ca-969e-4811-b768-56ac553efede" PTTYPE="gpt" [23:21] SaraKnoodle: that wasn't the command I gave you [23:21] SaraKnoodle: "pastebinit <( sudo blkid /dev/sda? )" [23:21] hold on [23:21] SaraKnoodle: There's a "?" in there [23:21] oh sorry [23:22] i lost the ? :) [23:22] * TJ- noticed :p [23:23] Good job "?" != "plot" :D [23:23] http://pastebin.com/FjWd9uPY [23:24] SaraKnoodle: you see how the swap UUId has changed due to reinstalling Debian? "/dev/sda3: UUID="72b18fd9-e2e3-415c-8a29-29bb9a8a98f6" TYPE="swap"" [23:24] yes [23:25] what you suggest to fix it? [23:25] SaraKnoodle: fix it by doing "sudo sed -i 's/e964fa69-6ece-4b65-8662-52d181434453/72b18fd9-e2e3-415c-8a29-29bb9a8a98f6/' /etc/fstab " -- copy/paste everything between the " " marks *exactly* as I've given it [23:26] i trust you :) [23:26] done [23:26] how may we know that it's fixed? just rebooting? [23:27] SaraKnoodle: then do "cat /etc/fstab" and you should see the last line now reads "UUID=72b18fd9-e2e3-415c-8a29-29bb9a8a98f6 none swap sw 0 0" [23:27] yes.. that's the line [23:27] SaraKnoodle: OK, it's fixed [23:28] and i guess that is the right id of the swap partition.. right? [23:28] SaraKnoodle: depending on what you've done with/in the other OS installs, it may need a similar change doing there [23:28] SaraKnoodle: yes [23:28] ok let me reboot... and i ll be back [23:29] SaraKnoodle: strictly an entry for swap is not required in /etc/fstab, since when a swap partition is detected it is automatically activated [23:29] i see [23:29] let me restart [23:30] i'm migrating from fedora and not having much luck. it booted and ran, but after running a dist upgrade, all i get is a purple screen. ssh connections refused, no startup messages, no ctrl alt f2 for a console. how do i get startup messages so i can debug? [23:31] brianx: remove "quiet splash" form the kernel line in grub. [23:31] brianx: that makes the eyecandy go away at startup and show the messages [23:32] noob question, what is the difference between doing ./startYaCy.sh and clicking it in the file browser? [23:32] k1l: did that. no joys. :-( [23:32] brianx: what exactly? [23:32] gde33: usually not much, as far as the end result [23:33] k1l: edited a grub file in etc to remove "quiet splash" === whiskey26 is now known as w26 [23:33] gde33: ./startYaCy.sh asks the shell you're using to decide how to run it [23:33] gde33: clicking asks the file manager to ask [23:33] brianx: you can do this right in grub itself at startup [23:33] sebseb [23:33] looks fixed to me [23:33] gde33: they both have the same potential; the former is probably going to tend to be more reliable, as most shell scripts aren't designed for file managers, but command lines [23:33] SaraKnoodle: good [23:34] reisio: ah [23:34] now i try to boot into debian [23:34] brianx: so a little more info on what you did and what didnt work would help us help you [23:34] reisio: the file browser only knowns how to open it in the text editor :/ [23:34] k1l: the grub prompt is hidden. how do i get the grub prompt? [23:34] TJ-: setting up ubunu as dhcp server it only needs 1 nic right? its not the router just the DHCP. Illustration -> https://i.imgur.com/8A9GEVi.png [23:35] brianx: press left shift (direct after bios) on bootup [23:35] k1l: thanks... trying that [23:35] gde33: you can tell the file manager to open it however you please [23:35] brianx: that 'purple' background shows that the plymouth boot-splash manager has initialised. If the PC hasn't frozen, pressing Escape should toggle it off/on [23:36] reisio: not me :P [23:36] DirtyCajun: as long as the DHCP is on the same Ethernet segment it'll be fine (since it uses broadcasts). Otherwise, you'd want a dhcp-relay on the border of 2 segments [23:37] TJ-: must be frozen then. [23:37] you are saying i need like an ip-helper if i have vlans. got it. [23:38] brianx: right; those kernel command-line options being removed will help, or using GRUB's Advanced > Recovery option for the kernel. [23:38] someone told me that the dhcp server had to do the routing and i couldnt wrap my head around that. [23:38] DirtyCajun: DHCP doesn't 'do' routing! [23:38] DirtyCajun: but a dhcp-relay on the border might be incorrectly described that way [23:38] sebsebseb got it [23:38] gde33: oh? :p [23:39] booting was quite quick... but i had this line: [23:39] TJ-: is it true that if i accidentally install linux using BIOS when win10 is uefi, i can change linux to uefi after the fact? [23:39] gde33, if using nautilus edit -> Preferences -> Behaviour -> Executable Test Files [23:39] https://help.ubuntu.com/community/UEFI [23:39] shadw_itman: Is this deja-vu? I'm sure I answered that a few hours ago! [23:40] TJ-: before you told me how to do it BEFORE installing linux [23:40] "disk/by-uuid/74f3a4e1-6754.... etc" invalid path for logical [23:40] shadw_itman: if your dual or multi booting with Windows, and Windows is UEFI which it will be, then Linux should be in UEFI mode to [23:40] TJ-: not after i already messed itup [23:40] fsck from util linux 2.xxx [23:40] squinty: oh! nice! [23:40] shadw_itman: if you put some old version of Windows on such as XP, then sure you don't need UEFI so can use the legacy options [23:40] squinty: takes the training wheels off :P [23:41] shadw_itman: or if it was just Linux on there then legacy is good to [23:41] TJ-: apparently i cant even install a fresh copy of windows10 in eufi mode since it will only read the Windows10 usb in Legacy mode [23:41] are you there nacc? [23:41] i'm updating the bios now [23:41] shadw_itman: well you can do it *afterwards* too, but telling the system to boot in legacy/CSM mode and picking the hard disk where grub is installed [23:41] shadw_itman: once installed you can't just change the type of OS that it is [23:41] shadw_itman: you can [23:42] shadw_itman: if you disable secure bo ot, the Windows 10 USB should load up [23:42] shadw_itman: secure boot stops USB sticks etc from loading up [23:42] sebsebseb: its disabled man... wont boot [23:42] yeah [23:42] check again the settings dude [23:43] maybe its my iso [23:43] probably [23:43] its supposed to be an untouched iso [23:43] but was from a torrent [23:43] what is your ISO version? [23:43] join #ubuntuserver [23:43] shadw_itman: piracy naughtey naughtey [23:43] uups [23:43] SaraKnoodle: 74f3a4e1-6754... is the /dev/sda4 ext4 file-system [23:44] yes === ush is now known as ushbkk [23:45] SaraKnoodle: well, the message is truncated but looks to be talking about LVM: "...invalid path for logical" ... 'volume' is what I'd guess, and I think you said earlier you'd initially had an LVM install [23:45] i'm grabbing a win10 enterprise evaluation iso now to see if thats different [23:45] try grabbing a W7 ISO [23:45] it says for logical fsck from util-linux 2.27 [23:46] SaraKnoodle: I think TJ- is your best bet here for now [23:46] SaraKnoodle: so no need to pm me :d [23:46] sorry for that [23:46] SaraKnoodle: I am probably leaving the channel soon as well [23:46] u been so kind [23:46] for a beginner like me [23:46] SaraKnoodle: I am gnerally ok with pm, your issue is a a bit complex though [23:47] SaraKnoodle: since UEFI and multi booting and uh [23:47] i guess [23:47] boring stuff [23:47] boring stuff not really [23:47] i wonder if i should fix this [23:47] but stuff that want to just work sure [23:47] last question that is separate to my other thing. if you install ubuntu-desktop and the only login is ssh is it using desktop amounts of resources or server amounts of resources? [23:48] (other than more space to install) [23:48] (ram /cpu wise) [23:48] DirtyCajun: well ssh won't load up anythuing graphical [23:48] TJ i should fix that thing? [23:48] DirtyCajun: so if all that's running is sssh it would be like you were running it on a server with no graphical stuff at all sure [23:49] cool. wondered if it was a "if a tree falls and no one is around" kinda question haha [23:49] SaraKnoodle: why were you jmutli booting with Debian? [23:49] SaraKnoodle: muli booting distros with a UEFI system can make things a bit more complex [23:49] k1l: still no boot messages, but it came up this pass. i got to the grub menu and was able to edit the startup in grub by holding shift, removing "quiet splash" had no impact. ran update-grub and will see what that does. [23:49] sebsebseb i dont get the question [23:49] SaraKnoodle: "invalid path for logical" suggests there's a reference to an LVM LV that has been deleted. Try to see if you can find a reference to it in the system config: "sudo sh -c 'grep -rni 74f3a4e1 /etc/*' " [23:49] SaraKnoodle: well you mentioned Debian as well earlier so [23:49] FLinux291: why would i grab a W7 iso? [23:50] yep... cause i m a beginner.. and i wanted to check wich distro i prefere [23:50] SaraKnoodle: ah right I see [23:50] SaraKnoodle: do you know about virtual machines? [23:50] yes [23:50] :) [23:50] but i prefere the real ones :) [23:50] SaraKnoodle: it's easieer to just put one on some sort of Linux distro or at first, and try others out in vms [23:50] SaraKnoodle: vm for most things works like a real install [23:50] brianx: did it show the purple boot screen even you removed quiet and splash? did you press ctrl+x to boot? [23:51] you re right [23:51] SaraKnoodle: espeicallyo n a uefi system, uh, grub and uefi and uh [23:51] SaraKnoodle: your issues basically that your mentining [23:51] GRUB and UEFI is a bad combo, in simple things [23:51] SaraKnoodle: yeep what FLinux291 put basically [23:52] TJ - /etc/fstab:9:UUID=74f3a4e1-6754-4616-9094-f15adf65cdbe / ext4 errors=remount-ro 0 1 [23:52] sebsebseb you re right i deserve that mess [23:52] k1l: it did, and just sat there. i did press ctrl x to boot after editing. [23:52] SaraKnoodle: no not really your learning :) [23:52] SaraKnoodle: it just would be eaiser to multi boot on a old bios system, UEFI changes stuff here and there it really does [23:52] SaraKnoodle: OK, so you can ignore the message, I *think* it is the block device auto-detect logic testing if there's an LVM in that partition [23:52] k1l: running update-grub does seem to have fixed it. i now have boot messages, but of course it is booting clean now. :-\ [23:53] brianx: strange. removing those should just show the messages [23:53] so maybe i should just stick to legacy/bios for what im doing [23:53] k1l: thank you for the help. [23:53] well on my first install i had to choose if i wanted to use uefi or not... and i chose UEFI [23:53] shadw_itman: I think you cant use legacy really with WIndows 10 [23:53] sebsebseb: shadw_itman: I think you cant use legacy really with WIndows 10 [23:53] UEFI messes up the GRUB code internally so.... [23:53] k1l: maybe a bug in 16.04, it is beta2 [23:53] FLinux291: what? [23:53] thanks TJ [23:53] shadw_itman: as far as I know Windows 10 will require it to be in uefi mode so it can boot, like Windows 8.1 before it [23:53] interesting [23:54] we will see soon enough [23:54] I used 8.1 in legacy [23:54] shadw_itman: legacy is for oses that don't need uefi [23:54] shadw_itman: and if you have one system that's in uefi mode, tehn the others should be as well really from what I have read [23:54] sebsebseb.. consider it took me 1 week to fix a problem with my lenovo.. cuase it used to freeze at shutdown and reboot... then it came out that i had to update the kernel... which is nt so easy to do in ubuntu [23:55] UEFI is a great solution for the mess of legacy multi-boot issues, where you've got multiple OSes all over-writing each other's boot-strap and hidden core [23:55] SaraKnoodle: well you usually just install a later kernel from the repos and done :) [23:55] so TJ- says its good [23:55] sebsebseb and i still should make a bios update... which is almost impossible to do from linux. [23:55] TJ- You think so? UEFI messed up my first time installin Ubuntu :V [23:55] U/EFI? Helps vendors control you, and little else [23:55] TJ-: yes over writing each others boot loaders, I thought that was partly SaraKnoodle 's issue [23:55] cause it's not supported by Lenovo [23:56] it's easy to do with GNU/Linux, it's just not as easy [23:56] FLinux291: the problems are due to very bad implementations by the motherboard/system manufacturers [23:56] SaraKnoodle: yes for some silly reason still need Windows usually to update bioses or uefi bioses, but I think that is slowly changing [23:56] TJ- Exactly [23:56] sebsebseb i have a weird version of Ubuntu.. so there was no new kernel in repo [23:56] FLinux291: no different to the early days of BIOS systems; and those you had no fallback to a shell like you have with UEFI [23:56] SaraKnoodle: the bios that came with your computer is probably good enough though and not really need updating [23:56] i'm trying to implement dual booting win10 and ubuntu both encrypted... need it to be stable as possible [23:57] i cant be configuring this for them and then have it blow up in a couple of weeks [23:57] SaraKnoodle: what version of Ubuntu? [23:57] finally, a boot system that fails... to a shell [23:57] sebsebseb you're right but i couldnt fix that annoying problem.. and somebody on the internet wrote that it would be a solution [23:57] FLinux291: any problems, install the Tianocore EDK shell v2 to the simple removable media path /EFI/BOOT/BOOTX64.EFI and use it to bootstrap the system [23:57] shame on me i dont remember the name of the version... Wufy.. Wify... something like that :) [23:58] TJ-: i wsa reading about that in your illustration document you gave me [23:58] SaraKnoodle: that's the latet 15.1 [23:58] 0 [23:58] 15.10 yea [23:58] interested in that for if things go bad [23:58] !15.10 [23:58] Ubuntu 15.10 (Wily Werewolf) is the current release of Ubuntu. Download at http://releases.ubuntu.com/15.10 - Read the release notes at http://ubottu.com/y/wily [23:58] TJ- i have it but it doesnt make any changes, my computer still doesnt load my USB, but i repaired that a long time ago. [23:58] Wily yes [23:58] and Wily support only old kernel [23:59] FLinux291: that's down to missing drivers; if you can find the UEFI driver modules for the chipset, you can load them via the shell [23:59] SaraKnoodle: when you install 15.10 adn insall the updates, you get the current latest kernel update at the time [23:59] so i had to download and build 4.6 [23:59] no way [23:59] SaraKnoodle: v4.2 kernel isn't that old! [23:59] SaraKnoodle: its just security updates for the kernel in 15.10 though [23:59] but i had the 2.x or something like that [23:59] SaraKnoodle: compiing your own kernel you say, and you said yo uwere beginner to hmm [23:59] compileing or installing