[00:07] MudManMike: don't use sudo with graphical apps please [00:08] i ws told to add export PATH=$PATH:/var/www/html/magento2/bin to my path.. but where does it go? [00:12] z1haze: i'd probably go with ~/.bash_profile [00:12] does runnig that command just add that to the path? [00:13] it changes the PATH variable which dictates where the system looks for commands that you run. Putting that line into your ~/.bash_profile will ensure that it is done every time. If you just run it at the command line it'll be gone the next time you start a new bash session [00:14] z1haze: maybe i misunderstood: ~/.bash_profile is a text file. Edit it with your favorite editor and add the line [00:18] z1haze: For permanent, edit ~/.profile , find the line which begins with PATH= and then append the new path near the end of the line but before $PATH" if that is the last entry on the line [00:21] z1haze: So if the line says: PATH="$HOME/bin:/usr/local/bin:$PATH" make it PATH="$HOME/bin:/usr/local/bin:/var/www/html/magento2/bin:$PATH" [00:22] gotcha, separate by a :? [00:22] Yes [00:22] at the risk of sounding a bit like gary johnson... what is qemu? [00:23] or more specifically, how to kvm, qemu, and libvirt fit together (if they do)? [00:26] Help. I updated my PC today and its started to freeze 30 seconds after booting. [00:27] I thought system settings had a place to add repositories? [00:27] maybe im over looking it [00:27] z1haze: Also, if no PATH= line exists at all in there, just use: PATH="$PATH:/var/www/html/magento2/bin" [00:27] software sources [00:27] I have to force shut it down to turn it off. After booting, my quick start apps dont launch, Rhythmbox cant see my music [00:28] ( at the end of the file on a line of it's own ) [00:28] you mean in system setting glitchd [00:28] Hello, I am running a bash script that calls for the network manager to be restarted using sudo, this prompts for the root password and I want it promptless [00:29] I am trying to modify the sudoers file but I would like to know where network manager is located [00:29] MarcoP, no, go to settings then software&updates [00:30] glitchd, for some reason i don't see a software and updates icon like I did before [00:30] MarcoP, what version are you on? [00:30] 16.10 [00:30] @xmf It's a command subset of /usr/sbin/service [00:30] unity? [00:30] DarklightIndigo, thank you [00:31] not sure its the default version from the website [00:31] glitchd, [00:31] XMF, no problem. I'm guessing you have a RealTek garbage chip too? ;) [00:32] MarcoP, well tbh, i dont use unity. ever. so im not entirely sure how it works on there.. [00:32] no lol, my vpn wont reconnect one I have connected once before without restarting the network manager [00:32] once* [00:32] XMF, gotcha. Yeah, I have the 8821ae basically because this laptop was a gift. [00:32] XMF, sudo sevice networking restart? [00:32] yeah [00:32] glitchd, it was there before [00:32] does that work? [00:33] So I'm picking up all kinds of commands I never thought I'd use. [00:33] yeah [00:33] lol DarklightIndigo [00:33] so then whats the problem? [00:34] I think i might of fixed it [00:34] mmk then [00:34] I'm guessing network-manager doesn't see the disconnect for some time. [00:35] It's kinda awkward, because the whole point of that service is to maintain connectivity, but there's no "majick bullet" that makes that happen. [00:35] I have a script that need to be unattended but it uses sudo service network-manager restart which halts the script to prompt for a password [00:35] It's basically just timed response queries. [00:35] i see [00:35] yeah thats the real problem lol [00:35] Yeah, I wish there was some decent way to isolate just the one command. [00:36] You could isolate network-manager by calling another script, but then you still have to enter a sudo command at some point. [00:36] Actually, I wonder if that's true. [00:37] XMF: you should be able to set up sudoers to allow a user to run a specific command as root without a password [00:37] Normally, yes, but services aren't really the kinds of things you'd want to leave open on a multiuser, I'd imagine. [00:37] Like, say I have something called network-maintain that only carries a subset of service commands. [00:38] Could I add /usr/bin/network-maintain to sudoers and have that run network-manager? [00:38] Or would I have to authenticate again for each network-manager call? [00:38] something like this in sudoers: [00:38] Cmnd_Alias RESTARTNM = service network-manager restart [00:38] XMF ALL=(ALL) NOPASSWD:RESTARTNM [00:39] where XMF is whatever user you want to run this [00:39] wedgie, why are you not an op? [00:39] Or at least voiced? [00:39] ;) === Mobutils_ is now known as Mobutils [00:39] not nearly dedicated enough :P [00:39] That's actually the exact answer I spent two weeks trying to find, off and on, before giving up. [00:40] awesome thanks wedgie [00:40] why is linux stuck on skype version 4.3.X while windows has version 7.x? [00:40] XMF: i haven't tested it so try it with care. And be sure to use ''visudo'' to edit the config, not just a regular editor [00:40] I must get back to my self-healing script, lol. [00:41] right, ok [00:42] is says reference is not defined [00:42] for RESTARTNM [00:43] XMF: can you pastebin the config you have after adding those 2 lines? [00:43] (you did do the Cmnd_Alias part, right?) [00:43] lol no [00:43] sorry [00:44] what repisority is unity control center [00:45] I'm getting a bunch of syntax errors, I imagine I'm missing something? [00:46] aaaaand I'm an idiot, lol [00:47] anyone have a page that lists the default sources.list for yakety yak [00:47] anyone else has had spam as private messages? I got like hundreds while I was away [00:47] eka: yes. see topic for suggestions [00:47] wedgie: thanks [00:48] eka /mode eka +R [00:48] MarcoP: thanks [00:49] wedgie, am I missing something big? I'm trying to do this in a separate sudoers.d conf file, that's not working. [00:49] I'm just getting syntax errors on the Cmnd_Alias lines. [00:49] DarklightIndigo: can you pastebin the config? [00:50] Yeah, one sec, I just blitzed it to start over, I think I know what I did wrong. [00:52] It's literally the Cmnd_Alias lines. [00:52] ubuntu is certainly very fine now .. unity is my favorite DE now. . still some bugs .. some rough edges .. still not sure about snappy ... interested to know what happens in some time [00:53] also the linux audio system seems to still be a mess [00:53] Always fun when something fairly straightforward kicks back a syntax error, lol. [00:55] It just hit me. I didn't qualify them. [00:55] Four letter words were exchanged. [00:56] NoImNotNineVolt: Quick comment before I need to leave. KVM is an API from the Linux kernel that provides features that a virutal machine software will need, but it's just some of the buidling blocks and other things than qemu-kvm can be made with them. See https://lwn.net/Articles/658511/ for a fairly technical introduction to KVM. qemu is a piece of software that emulates hardware, in software. It can [00:56] Actually, I have a surprising grip on Deutsch. [00:56] emulate many CPUs (very slowly) or it can use KVM to use a virtualized rather than emulated CPU (but by default basically all other hardware is still emulated). libvirt is a library that helps people write software for managing virtual machines, like if you want to provision and maintain 1,000 qemu-kvm based virtual machines. [00:57] Okay, good, unused warnings. That's what I wanted to see. [00:58] aha! [00:58] So, in theory, I could chain the four commands together to reset the network manager and driver into one? [00:58] thank you much! that's an exceptionally clear description. [00:58] will read lwn article shortly. [00:59] DarklightIndigo: the alias can contain multiple commands: Cmnd_Alias FOO = command one, command two [01:00] Tres cool. I think this is what I need. :) [01:01] Okay [01:02] Cmnd_Alias RESETNET = /usr/sbin/service network-manager stop, /sbin/modprobe -r rtl8821ae, /sbin/modprobe rtl8821ae, /usr/sbin/service network-manager start [01:02] That sound right? [01:02] user host = (user) NOPASSWD:RESETNET [01:03] Where (user) is (myusername) [01:07] I should have looked in here sooner [01:07] DarklightIndigo: i'm not sudoers wizard, but looks reasonable to me [01:07] wedge: Thank you, I appreciate genuine help rather than the usual "don't run that!" admonishments I get, lol. [01:07] *wedgie [01:07] thanks both of you too lol [01:08] Okay, so the call to use a nonstandard sudoers config...? [01:08] Best practices, I don't like messing with the default files if I don't have to. Plus, the changes will survive an in-place upgrade. [01:09] DarklightIndigo: putting it in a sudoers.d/ file sounds like a good idea to me. [01:09] Right, but then how do I call that? [01:10] Seems to be the one thing people leave out, lol. === eifrri is now known as CANT_CHAT [01:10] meaning how does it get included in the main config? [01:11] by default the last line of /etc/sudoers should be: #includedir /etc/sudoers.d this calls in all of those files. === CANT_CHAT is now known as gj_opers [01:11] Ohhhh gotcha. [01:11] I'll cat that real quick. [01:11] Yep, looks good. [01:12] Thought it was a parameter. [01:12] Learn something new, lol! === gj_opers is now known as VOICE_PLZ [01:13] Of course the benefit is that the NIC is really the only part of this system that causes issues, so if I can script around that I'll be good. [01:13] Probably going to set up a cronjob or something to ping my router every 10 seconds or so. [01:14] Then have the failure switch to a sudo routine that drops nm, removes and reinserts the driver module, then restarts nm. [01:14] I've been doing part of that by hand. [01:15] It's not exactly an ideal fix, but that's the price you pay with third-rate hardware that's barely documented. [01:15] * chalcedony smiles [01:15] Hi! :) [01:16] is there something i can do to make a windows download of ubuntu work better over a very tiny connection? [01:17] How tiny? [01:17] hubby needs to reinstall 16.04 [01:17] we have the very smallest dsl [01:17] if i do things on my computer it breaks the download [01:18] That might actually be one of the best arguments for the Torrent I've ever read. [01:18] +1 [01:18] chalcedony, yes. use torrents, not download [01:18] ok [01:18] get the mini iso then chalcedony [01:18] Or at least a download manager. [01:18] !mini | chalcedony [01:18] chalcedony: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [01:18] Hey folks .. moved from Unity to gnome-shell due to some graphical issues and enjoyed it a lot, also found out about some cool extensions to improve GUI experience ... but is it safe all those small extension from https://extensions.gnome.org/# ?? [01:18] or even from github ?? [01:19] gnuser, those are like PPA, totally at your own risk [01:19] gnuser, safe is determined by you and you alone [01:20] Depends on the developers, but usually they don't get repeat clients by intentionally causing issues, so maybe read more into the individual components, user reviews, and whatnot. [01:20] same with github gnuser so no use asking us [01:20] But yeah, there's a certain degree of risk with any third-party software. [01:20] a great degree [01:20] and not at all supported here [01:21] Risk is what you make of it. I mean, people have my real first name just by me coming here. [01:22] It's really a question of means, motive, and opportunity, and I've not seen a whole lot of developers with all three. [01:22] But again, subjective, and I'll leave it at that. :) [01:23] Hey, whatever happened to Jenda? [01:28] wedgie, guess what I just got to test! XD [01:28] DarklightIndigo1: hah! working? [01:29] Yeah, the commands are functional, now I just need to script this beast. === Vampire0_ is now known as Vampire0 [01:31] Now the moment of truth. [01:33] is there something wrong with the docker package - https://travis-ci.org/jeff1evesque/machine-learning/builds/181531653#L275? [01:33] my connection seems preety stable ... 0.2s lag, is it any good? [01:33] wedgie: In the words of Princess Koriand'r of Tamaran: GLORIOUS! :) [01:35] Anyone using Ubuntu 16.04 on a raspberrypi2/3? [01:36] Okay, so that sets my NIC straight for now, thanks wedgie! [01:36] DarklightIndigo: np [01:37] wedgie, you have a media center? PM me if it doesn't seem to be getting the right series data for some entries. ;) [01:37] DarklightIndigo: negative. No idea what that even means [01:38] Fair enough. Yeah, I meant an HTPC, but that's kinda a gray area and I'd have to kill logging to discuss in messages. ;) [01:38] Never in open chat, lol. [01:40] It's funny. The people that have trouble with our database know nothing about IRC, and the people who know about IRC don't ever seem to have trouble with our database. :) [01:40] Or even know it exists, for that matter, lol! [01:51] I am guessing there was a troll/spamer issue recently [01:54] when i tried `sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=${DOCKER_VERSION}` [01:54] i got "E: There are problems and -y was used without --force-yes" [01:54] should i just throw in --force-yes [01:55] that commands seems a little clustered already [01:55] seems like so many darn flags === slack1 is now known as sl4ck [02:01] Without sounding like too much of a noobie, could someone update me on the 'audio popping / sound level notification pop-up' bug on 16.04? For some strange reason I haven't found a lot of material explaining any solutions for it? [02:02] Benguitar, best update will be on the bug report itself. [02:02] cfhowlett, Sweet I'll see if I can track that down. === Mobutils_ is now known as Mobutils [02:16] hi, can u help me? I have trouble with my ubuntu 16.04 and intel vga. https://imgur.com/a/VOIM2 I have this after long work. [02:19] metanovii: <- gets me " 503 Service Unavailable : try again ? [02:19] sorry https://imgur.com/jznRnOf [02:20] now ok? [02:23] metanovii: Yes, access gained . What DeskTop Environment is this ? [02:24] wouldn't you like to know [02:24] xfce [02:24] this xubuntu :D [02:29] metanovii: A theme issue ? Problems only with this application or all GUI apps ? [02:30] Hello, just upgraded from Ubuntu 14.04 to 16.04 - and Nautilus seems not to be responding [02:31] Bashing-om, problem with all gui :( [02:31] Guest60458: responding to what [02:32] reisio, click Nautilus icon - nothing comes up on screen [02:32] Have no file manager - fresh install of Ubuntu 16.04 [02:33] Guest60458: open up a terminal & run 'nautilus' [02:33] k [02:33] metanovii: Well , we can check that a driver is loaded ; ' sudo lshw -C display ' . Bit does not feel like a graphic's driver issue . [02:34] Can't log into ubuntu one account from store. [02:34] bit/but* [02:34] it is giving me an email/password not correct error, and I triple checked that my inputs are correct [02:34] fresh install, need to reinstall pastinbin === CompuDesktop is now known as Compu [02:35] Bashing-om, so much stroke, which u want see? [02:35] can bot refresh me on installing pastebin ? [02:35] driver=i915 latency=0 this? [02:36] Guest60458: pastebinit [02:36] metanovii: Pastebin that output for best results . [02:36] but I don't need to see any output, you can just say what happens [02:36] reisio, do I use apt-get to install pastebinit ? [02:37] terminal will not bring up nautilus , get error message [02:37] Bashing-om, i have russian locale , u can understand this? [02:37] some error involving g-bus [02:38] ** g_dbus [02:38] Bashing-om, http://pastebin.com/T0NAbCsR [02:40] Guest60458: what error? [02:41] need to run pastebinit to show you link of error message [02:47] metanovii: A driver " driver=i915 " is loaded ., Maybe - only a maybe - change the theme ?? [02:50] Bashing-om, I already tried it . And i have one more problem, i not see terminal by ctrl+alt+f(*) . === reisio_ is now known as reisio [02:54] metanovii: Yes, that is a system problem, However it is out of my range of experience and knowledge; others here perhaps can advise better . [02:57] reisio, http://paste.ubuntu.com/23586341/ [02:59] Guest60458: you said Ubuntu 16.04? [03:00] yes, reisio [03:02] did you try reinstalling nautilus? [03:03] no, but it is a total fresh install of 16.04 - from last night [03:03] well I wasn't saying you hadn't encountered a bug, that much is obvious [03:03] k [03:04] newbie, so not trying to prove anything [03:04] !nvidia | kk4ewt [03:04] kk4ewt, please see my private message [03:05] !nvidia [03:05] For nvidia and matrox graphics cards, see https://help.ubuntu.com/community/VideoDriverHowto . For AMD/ATI graphics cards, see « /msg ubottu ati » and « /msg ubottu fglrxmissing » [03:05] !pastebinit [03:05] pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [03:05] matrox :) [03:06] reisio, used apt-get to resintall nautilus - still same error message [03:09] Hi === Vampire0_ is now known as Vampire0 [03:09] My computer went blank screen during a dist-upgrade [03:09] Monitor fully shut off [03:10] But computer power is still on [03:10] Reisub doesn't work [03:10] Neither does switching to TTY [03:10] reisio, as an aside, could I install Midnight Command file manager - without borking my new install of Ubuntu 16.04 [03:10] When I tried rebooting [03:10] Grub hang [03:10] So I can't even switch OSes now [03:10] What should I do? [03:11] I am running Xubuntu 16.04 [03:11] Fully updated [03:11] Any advice? [03:15] Any suggestions? Anyone? [03:17] Grub version is 2.02^beta2-36ubuntu3.2 [03:18] Guest60458: shouldn't be a problem [03:18] oh man [03:18] oh man oh man [03:19] live usb, see if you can mount your file system and fix grub? [03:19] Alright [03:19] The system was working perfectly [03:19] I had chrome on [03:19] Redshift on [03:19] And the telegram chat client in one terminal [03:19] dist-upgrade will uninstall dependencies when a program no longer needs them [03:20] Dist-upgrade in another [03:20] its generally fine for desktops [03:20] It whole thing just died [03:20] Screen went blank all if a sudden [03:20] Machine still running [03:20] No hard disk activity [03:20] *the [03:20] *of [03:21] Will try booting from external CD now [03:21] https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows [03:21] looks like ubuntu has a walkthrough on it [03:22] the titles weird, but the procedure is to restore grub [03:22] Also ctrl alt delete is not working in frozen grub [03:22] thx, reisio [03:22] I am doing hard reboot now [03:23] Can I run lboo repair on a 32 bit OS with a 64 bit CD? [03:24] *boot repair [03:24] Because all of my Ubuntu disks are 64 bits [03:24] But the machine runs 32 bits is [03:24] Because or ram limitations [03:24] CPU is 64 bit capable [03:24] *of [03:24] But Acer restricted it's ram to 2 GB [03:25] So 32 bit for everything [03:25] So can I run boot repair on it from a 64bit recovery disk? [03:25] @port443 [03:25] ? [03:28] wat [03:28] Yes [03:28] The arch of the CD shouldnt matter at all for Grub [03:29] youre not installing binaries, just fixing configs [03:41] I really need to get nautilus working, any help appreciate [03:42] Guest60458, what's failing, what version are you on what desktop environment, need some more details on how you got where you are [03:43] Hi [03:43] fresh install of Ubuntu 16.04 and nautilus not working at all [03:43] Ppl, i've a question, i've seen a process called menu-process in htop [03:43] Guest60458, can you elaborate on "not working" doesn't open when you try to open the folders? or launching from terminal fails somehow [03:43] It is some kind of malware? [03:44] Cause on internet i didn't find results speaking of it as a program or something like that [03:44] Im using Lubuntu 16.04.1 [03:44] doesn't open when I click icon for nautilus [03:44] I've killed it, it didn't reappear. [03:45] Guest60458, can you try launching from terminal to see if you get any error output or anything, can sometimes lead to more details on what's going wrong, I have Ubuntu Gnome 16.04.1 here and nautilus is working okay so not a problem I can reproduce here [03:46] wafflejock, , http://paste.ubuntu.com/23586341/ [03:46] hi, i have created a .desktop file in ~/.local/share/applications dir but the icon is not displayed in launcher any idea why? [03:47] Ariel, quizá el .desktop no está bien armado (maybe the .desktop file is wrong) [03:48] Copiá algún archivo .desktop que esté bien y modificalo (copy some working .desktop file then modify it). [03:51] i got it, i opened file manager and dragged the desktop file to launcher and now it works like charm :) [03:53] Hmm, en Lubuntu eso no funciona xD, (in Lubuntu that doesn't work). [03:53] Guest60458, not sure the critical error and exiting part makes sense in terms of what it's doing but not sure what the error means in particular here [03:54] Ariel_Calzada, good to hear sometimes for things to appear in the dash or in other launchers you have to restart the launcher (typically Alt+F2 then R and enter) or reboot [03:55] Guest60458, you may want to try to reinstall nautilus possibly... not really sure where to go with that one [03:57] wafflejock, already tried to reinstall nautilus - no success [03:57] Guest60458, found an older thread where people had similar problems solved by fixing broken links for nautilus but maybe purge and install if the reinstall didn't work https://ubuntuforums.org/showthread.php?t=887254 === cigumo_ is now known as cigumo [03:58] thx wafflejock [03:58] Guest60458, no prob good luck let me know if it works out [03:59] b [03:59] Sry, wrong key [04:01] how come i dont see software&upgrades in my system settings [04:01] ? [04:02] k, wafflejock , thx again [04:14] I'm upgrading from my 386 install to x64- due to limited SATA ports on the motherboard, if I install the OS to a SATA drive connected via a USB adapter, then power down and swap that drive with the previously-booted HD, it should start up just fine, right? [04:15] *previously booted via a SATA port... [04:17] I have a fresh install of ubuntu but .deb files I try to open wont load into the software center. Also when I search for packages I am perpetually left at a loading screen. How do I fix this? [04:38] golden_ticket, whats wrong with sudo dpkg -i packagename.deb? [04:39] Sorch, I kind of would like to just browse the market. I'd like to be able to install it as normal. Rather than use a workaround. [04:42] Evenin Gents === tominator is now known as tom88 [04:48] Whoever thought including gnome software was a good idea ... :-[ === tom88 is now known as That === That is now known as tom88 [04:55] 5 [04:55] sorry about that [05:15] xangua: what does that do? [05:15] I'm having issues with my 16 upgrade right now, and that process seems to be constantly sucking the most cpu [05:16] and then I see this in my apt list-- [05:16] http://stackoverflow.com/questions/7926077/how-to-get-diff-for-specified-user-between-two-dates-from-git [05:16] er [05:16] damn c/p, sorry === Mobutils_ is now known as Mobutils [05:17] cant even c/p from the vm properly now, heh [05:17] The following packages have been kept back: gnome-software... etc [05:26] Well if it isn't my favorite channel [05:26] tom88, formerly known as tom [05:26] and tom-macbook [05:26] tom88: you have an ubuntu support question? [05:26] Well actually yes [05:27] Is there any way to replace Unity(?) I think it is called, with another dekstop environment? [05:27] But in a way I can switch at the login screen [05:28] tom88: you can choose different enviroments [05:28] !flavors | tom88 [05:28] tom88: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. The current list is: !Edubuntu, !Ubuntu-GNOME, !Kubuntu, Ubuntu !Kylin, !Lubuntu, !Mythbuntu, Ubuntu !Studio, !Xubuntu, and Ubuntu !MATE [05:29] tom88: replacing unity isnt such a great idea, but installing another enviroment sideways is [05:30] lotuspsychje, Yes, alongside Unity is what I would like [05:30] LXDE specifically [05:30] I wanna chmod a girl [05:30] How can i do? [05:30] XD [05:30] Oh, shit, wrong channel . . . [05:30] Sry... [05:30] tom88: As sinple as installing the desktop that you want and choosing it at the login screen .. But be aware backing out is bit yndoable and there can be some DE ' conflicts ' . [05:31] Bashing-om, Good Evening Bashing :) What do you mean backing out? [05:31] in ubuntu/hexchat how do i copy and paste? [05:32] ablest, Control+C [05:32] ablest, Control+V [05:32] thanks [05:32] or right click where you type and click paste [05:32] tom88: There is no easy undo to remove a installed desktop . [05:33] doesnt work in hexchat [05:33] for pasting it does [05:33] copying no it doesn't [05:33] Bashing-om, So would I be better off just leaving it be? [05:33] k [05:33] thanks [05:36] tom88: if you like lxde, perhaps installing lubuntu clean would be a good idea? [05:38] lotuspsychje, I recently Installed Lubuntu on a macbook air and I quite liked the environment, so I was just curious if I could put it alongside unity [05:38] tom88: Not at all .. try it and see what results . you do keep backups, right ? .. then it is but a matter of 30 minutes to wipe the mistake away and re-install with the desktop that you have grown to admire . Butt my take .. test with a liveDVD; find that perfect one and do a clean install . [05:41] Bashing-om, I use the default Ubuntu backup utility when I feel I'm straying into dangerous waters...whether that is any good or not is beyond me. [05:41] Bashing-om, And you're saying to change desktop environments and restore a backup? [05:41] tom88: ^^ miost assuredly you can also install the lxde also with unity . and choose the one you want at the login screen . [05:41] tom88: keep your data on external devices, harddisk, usb,.. [05:42] tom88: Sorry, just saying what I would do . and alwys be prepared for the worst case situation . [05:43] Bashing-om, I appreciate the advice as usual :) [05:44] Bashing-om, Is Duplicity(?) a good utility? [05:45] tom88: Keep in mind that with 2 DEs installed we only hear of the few problems .. not a word from the thousands that are happy . [05:47] Bashing-om, I see. So if I were to install a second DE, what would you recommend in the way of steps to take? [05:50] !info lubuntu-desktop | tom88 [05:50] tom88: lubuntu-desktop (source: lubuntu-meta): Lubuntu Desktop environment. In component universe, is optional. Version 0.72 (yakkety), package size 2 kB, installed size 14 kB (Only available for i386; amd64; powerpc; armhf) [05:50] tom88: Depends on your paranoia level . Backups .. well you will find all you need to back up is your personal data - and keep a change log . system files are system files .. and are on the DVD ir in the repo . keep a change log of all changes you make to the system and learn to use the package manager . There is nothing else really needed . [05:50] !desktop [05:50] A desktop environment is what "puts the pieces of a !GUI together". The available desktop environments in Ubuntu are !GNOME (ubuntu-desktop), !KDE (kubuntu-desktop), !Xfce (xubuntu-desktop), !LXDE (lubuntu-desktop), IceWM, !Fluxbox, WindowMaker (wmaker), FVWM and others - See also !Flavors [05:51] tom88: ^^ ' sudo apt install ; . All there is to it . [05:51] Understood! [05:52] Bashing-om, Again, you know all :P [05:52] Bashing-om, The system we fixed (you fixed) is working great by the way! [05:52] tom88: No, I just a bit dry bejind the ears .. lotuspsychje knows it all :) [05:53] Ping [05:54] I've still got loads to learn:P [05:55] tom88: I had no doubt but ain't you glad Eric was around to pull that tater from the fire . [05:57] Guys I have a ubuntu 14.04 LTS and ubuntu 16.04, both migrated from Unity to Gnome-shell (which I enjoyed a lot) ... but my 14.04 seems to have got a way cooler theme, which I can not apply the same in the 16.04 ... for some reason the 14.04 says to use Ambiance, but it seems to be customized .... any way to copy this graphical setting from 14.04 over to 16.06 ?? [06:05] !themes | gnuser [06:05] gnuser: 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 [06:06] gnuser: perhaps try gnome-tweak-tool for easy theme swap? === Jochen_wvdT is now known as Schlawiner [06:06] lotuspsychje, and ubottu .. as I mentioned it says to be using the theme AMBIANCE which is way different in 16.04 === JanC_ is now known as JanC [06:07] Bashing-om, In synaptic, why does it give the option to add a CD-ROM? What does that do? [06:09] tom88: Well , lets say say you have no internet connection ,, and ya want a system file .. now who ya gonna call ? [06:10] Bashing-om, Brilliant! [06:10] Bashing-om, This OS won't stop surprising me [06:10] Is there a way to back up repositories? [06:11] tom88: Those guys in long beards and bulky sweaters are indeed brilliant , [06:12] tom88: sure ! called a mirror .. you can build your own . [06:12] Bashing-om, I see. I might have to do that sometime, tie it in with a backup === Attoy_ is now known as Attoy [06:13] Anyone here experience the issue where the audio level pop-up shows up randomly? I have seen that it was classed as a bug however I have yet to come across an actual resolution to it. === andyhuzhill1 is now known as andyhuzhill [06:15] tom88: A learning experience for sure .. but why ? There are many many mirrors out there that the professionals maintain . [06:15] Hello, I need a command to see how many and which PPA packages I installed in my Ubuntu. [06:16] Benguitar: anything usefull in your syslog? [06:16] !repo | Flaz [06:16] Flaz: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [06:16] Flaz: ' tail -v -n +1 /etc/apt/sources.list.d/* ; . [06:17] is it normal for ubuntu to ask for password for some application problem solver thing? [06:17] lotuspsychje, My apologies, forgot to preface that I am a noob, where should I be looking for the syslog and what are things to keep an eye out for? [06:19] When I log it it says "XX packages can be updated".. how to update them? [06:20] tarkus: ' sudo apt update ; sudo apt upgrade ' terminally . [06:20] madprops: you mean like a bug error window? [06:21] Benguitar: manually look into /var/log/syslog, or browse the logviewer icon [06:21] Bashing-om, isn't it better to do do-release-upgrade rather than sudo apt upgrade on Ubuntu 16.10? [06:21] Benguitar: perhaps audio errors to find there? [06:21] !upgrade | tarkus [06:21] tarkus: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [06:21] lotuspsychje, yeah .. it's different from the other ones ive gotten, when i clicked 'send report' it asked me for a password [06:22] tarkus: do-release-upgrade moves the entire distro up a noth, 'apt full-upgrade' fully upgrades you within the release [06:22] madprops: thats normal behaviour [06:22] tarkus: " do-release-upgrade " is to release upgrade from one release to the next . rodate/upgrade ypgrades present installed packages . [06:22] why doesn't it ask for password on other kind of bug reportings? [06:23] Bashing-om, hateball, thanks! How can I see what packages are outdated? [06:23] ..before running sudo apt upgrade [06:23] lotuspsychje, Gotcha, I'm browsing now. [06:24] tarkus: ' ubuntu-support-status ' os mu favorite . [06:25] tarkus: "apt list --upgradable" [06:25] thanks [06:25] tarkus: which "apt update" tells you [06:26] lotuspsychje, Found a few errors with Pulseaudio 'failed to open cookie file "/var/lib/lightdm/.config/pulse/cookie" no such file or directory, I will update with any more errors. [06:28] ubunto-support-status --show-unsupported => nodejs, yarn ... How to update these two? [06:28] ubottu: THANKS [06:28] You're welcome! But keep in mind I'm just a bot ;-) [06:29] or sud apt upgrade should work for them too? [06:29] Bashing-om: THANKS [06:29] lotuspsychje: THANKS VERY [06:29] Flaz: We aim to help here :) [06:33] Would you recommend doing apt upgrade or apt dist-upgrade on a DigitalOcean web server droplet? [06:36] tarkus: Both serve the same purpose , 'apt' is the new revamped package manager . [06:41] Do I need to shutdown all the services (nodejs, postgres) before doing apt upgrade or do-release-upgrade? [06:43] tarkus: No .. if a restart is needed the system will so advise . [06:44] thanks [06:49] Is there a tumblr app for ubuntu? [06:53] When I'm trying to save /etc/sudoers in Nano it says "File Name to Write: /etc/sudoers.tmp" and a few options, how to actually make Nano save the orignal file? [06:54] puffinz: http://askubuntu.com/questions/69835/is-there-a-desktop-client-for-tumblr [06:55] tarkus: i had a same problem in the past, i guess you may try to logout and login to make change [06:56] debkad, is it ok to edit this file with "vim /etc/sudoers" !qw! ? [06:57] tarkus: yeah that the safest way, but i have no clue on how to use vim to be honnest [06:58] tarkus: there is visudo i think for that [06:59] hi [06:59] Ok, I am running a command and I need to parse the output so that only a single word remains [06:59] in bash [06:59] what do i need to play dvds in ubuntu? [06:59] This seems super simple [07:00] !dvd | ablest [07:00] ablest: Ubuntu's default installation and repositories do not include packages needed to play commercial DVDs for legal reasons. For information on adding them, see https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs | For information on the legalities involved, see the "DVD" section of https://help.ubuntu.com/community/FreeFormats [07:00] ty and hi [07:00] but I am bad at this. The command returns "power status: on" and I need it to get rid of "power status: " and just return "on" [07:01] tarkus: carefull now ! it is ' sudo visudo ' to edit the /etc/sudoers file. [07:03] lotuspsychje, i did sudo apt-get install libdvd-pkg i get an error [07:05] Bashing-om 'sudo visodo' opens Nano and offers to save the file into /etc/sudoers.tmp insted, also it asks what encoding to use - DOS, Mac, Append.. not sure what to answer [07:09] tarkus: Sorry, I do not recall .. but To save in nano, you press Control-X (save), Y (confirm), and Enter (exit). [07:09] tarkus: it is safe to make a backup of that sudoers file if something bad happen you can back to the old one [07:10] after i hit save CTR+X, Yes.. it offers to save into /etc/sudoers.tmp :( and asks to choose encoding and other stuff [07:12] demonspork, http://paste.ubuntu.com/23587219/ [07:17] everytime i luanch software it open for a free seconds than closes [07:17] software center* [07:20] ablest: i think you have a dependency problem, try launch it from command line to see errors [07:21] how [07:21] ablest: is it a fresh install? [07:21] ablest: if so, open a terminal and run "sudo apt update && sudo apt full-upgrade" first [07:21] its the software center in ubuntu closes on it own [07:22] k [07:22] I get errors [07:23] https://paste.ubuntu.com/23587245/ < [07:24] ^ [07:33] hi, how I make already-made BTRFS snapshot to be read-only? I am using 'btrfs send/receive' to do backup/replication and i forgot to make further snapshot read-only and btrfs send requires snapshots to be read-only. [07:37] How to remove a rule from the firewall, e.g. I want to remove previously added "ufw allow http" [07:38] ufw reset [07:40] tarkus: if just for that specific rule do this: ufw delete allow http [07:40] debkad thanks [07:41] in general 'ufw delete ' [07:41] no problem === for{} is now known as AsymmetricalFace === rgogunskiy_ is now known as rgogunskiy [08:13] it's btrfs property set ro true [08:15] have you ever heard of any decent picture downloader on linux? free or commercial [08:15] or more like website scraper maybe [08:16] monsune, GLP is commercial. So commercial is not the right word. [08:17] I used Firefox Addons, like Flashgot or so. [08:17] GPL sorry :P [08:17] well yes nikolam, i meant anything non-free if no free tool/lib exists [08:18] nikolam console solution preferred :) [08:18] non-free in free software world means non-freedom, meaning, not source visible and copyleft licensed with right user rights. It is not about cost. [08:19] he he [08:19] Ok [08:19] Use wget, curl.. [08:19] trying but it doesn't seem to be this easy [08:20] CLI is easy, once you learn specific command, man wget. [08:20] i will show you what i mean: http://imgsrc.ru/demigod16/a1531588.html === AsymmetricalFace is now known as IubescBezna [08:21] I have php 7.0.8 ..Is this the right way- "sudo apt-get install php-mbstring php7.0-mbstring php-gettext" to get mbstring support in this version of php? [08:21] there are no direct links to full sized images there so can't just wget/curl them [08:21] wget can mirror it just search for right options [08:21] p_d: php-mbstring is sufficient [08:21] p_d it worked for me on 5.6 before so i guess yes [08:22] okay thanks guys [08:24] looks like some clickbait.. monsune not sure [08:25] p_d: in general, i would not recommend installing any php7.0_ manually [08:25] p_d: because it will not be automatically removed then when the deps change [08:26] never install a php-version or any piece of software manually imo [08:27] "any piece of software" seems harsh :) [08:27] I have installed LAMP manually what should I do now? [08:27] Install xampp? [08:27] why? not a "make install" into system dirs, maybe in their own dirs under /opt or /usr/local somewhere. [08:28] what you guys use? [08:29] do give suggestion guys. I'm newbie and it will take me weeks to solve any kind of error [08:30] FinalX: still leaves you with a mess of who knows what in /usr/local after a while [08:31] p_d: what do you mean "what shold I do now"? What are you trying to do? [08:32] Triffid_Hunter: yes [08:32] nacc you said never install any php 7.0 manually.. So i was just thinking to install some older package of xampp or similar [08:33] will it be good? and do I need to install some extra support of php manually [08:33] p_d: i mean, just install, e.g. php, not php-7.0 === slack1 is now known as sl4ck [08:34] p_d: and rarely do you just need php standalone, you need something that itself needs php -- I guess it depends on if you're doing your own content or using a framework (which is pacakged in ubuntu) [08:35] p_d: i don't know how to answer "will it be good", i also don't know whyou think you need XAMPP? you have yet to say what your end goal is (afaict) [08:37] nacc: I was installing this -https://www.mediawiki.org/wiki/Extension:MobileFrontend which requires mbstring .. so thats why I asked [08:38] p_d: why aren't you using mediawiki as packaged by ubuntu? [08:39] p_d: the mediawiki package depends on php-mbstring already [08:39] p_d: oh are you on 16.04? [08:39] nacc: I manually setup mediawiki ..Vagrant was giving some dependency error thats why [08:39] yup on 16.04 [08:40] p_d: ah ok, yeah mediawiki hadn't updated for php7.0 support when 16.04 came out [08:40] p_d: so, e.g. on 16.10, it's packaged again [08:40] oh [08:40] nacc, so what do you say should I re-install older version of php? [08:41] p_d: i don't understand why you're asking that? [08:41] p_d: what does the version of php have to do with it, right now? [08:42] nacc, umm, cuz above you said its not good(7.0) and in future i dont wan to stuck with errors :/ [08:42] p_d: no, you misunderstood [08:42] well I have no idea just asking [08:42] what? [08:42] hi [08:43] p_d: 'php' is a package name. so is 'php7.0' [08:43] I have wifi-network applet problems [08:43] hmm I guess I know that [08:43] p_d: 'php' is a meta-package that will always depend on the most recent version of PHP packaged in Ubuntu [08:43] p_d: so you don't install php7.0 manually. You install php and it will pull in (currently) php7.0 [08:43] I cannot connect new networks using it if network is not already authenticated. [08:43] p_d: then when you upgrade releases, and there's a new version of php, you will get the upgrade automatically [08:43] so I must manually add password for network [08:44] p_d: similar, you install php-mbstring not php7.0-mbstring [08:44] I am using ubuntu 16.04 [08:44] Ohh [08:44] p_d: it will still be, on your system, PHP 7.0, but I was just saying use the metapackages [08:45] does anybody else have networking applet problems? [08:46] damm, now I understand, I thought 7.0 is not good enough and will throw some random errors [08:46] p_d: sorry about that [08:46] Thanks for clarification nacc [08:46] p_d: np [08:46] no prob :) [08:47] p_d: if you want to file a bug to SRU (or backport) back mediawiki to 16.04, feel free to file one and subscribe me :) [08:47] p_d: dunno if i'll get to it, but it's worth documenting the request [08:49] nacc, ya okay [08:49] does anyone know why a person with a registered nick would keep getting thrown into the unregged channel? [08:50] I thought maybe my client was joining before the registration was recognized, but just now I had tried again manually and still ended up there [08:51] rifter: join flood filtering? [08:52] My directory hierarchy looks like the following: http://dpaste.com/2S0K7HP [08:52] Now I want to rename a.txt (dir) // b.txt (dir) // c.txt (dir) respectively keeping the a.txt//b.txt//c.txt file contents untouched. [08:53] ConsoleFx: you want the files moved to the base dir? [08:53] I would probably want it to look like atxt (dir) // btxt (dir) // ctxt (dir) [08:53] ConsoleFx: oh you want to remove periods from directory names? [08:53] Triffid_Hunter, nah [08:53] it would be there intact [08:54] but the exact directory name i want to change [08:54] to something like atxt // btxt and so on [08:54] ConsoleFx, http://unix.stackexchange.com/questions/48492/list-only-regular-files-but-not-directories-in-current-directory [08:54] ConsoleFx: is this tree single level or nested? [08:54] Hi, new Ubuntu user here. [08:54] single level [08:54] How do I set Alt + Shift for keyboard layout switching? [08:55] Triffid_Hunter, tree command output I have pasted actually [08:55] ConsoleFx, ah you could just do the change to all the folders in the current directory then don't need to do the search for only folders really [08:56] Triffid_Hunter, I could do this through Python but I want to have a shell based approach for the same. [08:56] ConsoleFx: right, so something like 'for D in *.*/; do [ -d "$D" ] && mv -v "$D" "${D/./}"; done' perhaps === Piper-Off is now known as Monthrect [08:57] ConsoleFx: it's trickier with nested because you have to find -d -execdir something that can do string manipulation, gets messy with nested quotes and suchforth [08:57] wafflejock, Triffid_Hunter aah okay :( [08:57] Anyone? [08:58] sorry, find . -type d -execdir magic [08:58] Triffid_Hunter, the above would give me the dir names [08:58] but i want to rename them all removing the . character probably [08:59] haxabja: I use capslock for layout switch, I put grp:caps_switch in my xkb options [08:59] ConsoleFx: you don't see the mv -v in there? :P [09:00] I want to use Alt + Shift, Triffid_Hunter. [09:00] haxabja: no idea, those are modifier keys, usually they don't have any action by themselves.. doesn't that activate super3 or meta or some other weird keyboard level? [09:01] hey, guys. using Ubuntu for a week or so and i'm having HUGE delay on boot. the machine is nearly 10y old, but the OS is installed on SSD. here's what i'm getting http://paste.ubuntu.com/23587455/ [09:02] Nitrogen: looks to be hardware issue with the cardbus device [09:02] oops damn damn [09:02] my mistake, Triffid_Hunter [09:02] :P [09:02] thanks! :) [09:02] the devices on the 'faulty' bus aren't detected by ubuntu itself, but are recognized by 2.x kernel OpenELEC when i fire that up [09:02] Q: Is there a way to edit server's config files with a local editor (currently connecting to it over ssh) [09:02] Nitrogen: '2.x kernel OpenELEC' ? [09:03] haxabja: http://askubuntu.com/questions/68127/how-to-switch-language-keyboard-combination suggests it should be an option in input settings somewhere [09:03] tarkus: 'server's config files'? What do you mean? [09:03] tarkus: and what do you mean by 'local editor'? [09:03] nacc, i'm not comfortable using vim/nano .. looking for another way of editing Nginx configs etc. [09:04] tarkus: sshfs [09:04] nacc something like VSCode [09:04] nacc, yea, i've been using OpenELEC on the same machine for a while and it detected said bus/devices just fine. so i was able to figure out what they are and include that into paste. [09:04] tarkus: i would suggest you learn how to... if you're actually going to administer a server. Or yes, as Triffid_Hunter, use sshfs [09:04] Nitrogen: i meant, what is that? a different OS? [09:04] mhm, it might be Ubuntu based, actually. [09:05] Triffid_Hunter, it worked. Thanks mate! [09:05] either way, i'm basically looking to either disable the initialization of that bus, so i can move on with my boot sequence or make them detect properly [09:06] ConsoleFx: you're welcome, now time to dig into man bash and dissect it :P [09:07] ConsoleFx: so you can whip up your own one next time you want to, say, change the mode on every file whose second character is b or something weird like that [09:08] when do you see ubuntu being the best os? [09:08] Triffid_Hunter, oo yeah yeah ofcourse I will... these cryptic dollar syntaxes drive me nuts :P [09:08] madprops: offtopic [09:09] madprops, this is a support channel try #ubuntu-discuss or #ubuntu-offtopic if you have a registered nick [09:09] oh [09:09] ConsoleFx: it's just bash's way of doing basic string manipulation.. $variable -> ${variable} -> ${variable w/ modifiers} eg ${D/./} (replace dots with nothing) [09:12] nacc, any advice where i could seek help with my issue? the machine in question is a laptop with almost no configuration available in BIOS, so i can't disable the device through BIOS. [09:12] perharps there's a way to disable devices init on boot? [09:12] Triffid_Hunter, aah gotcha... i was slightly perplexed for the {D/./} part... i got the idea now [09:13] thanks for this detailed analysis [09:13] Nitrogen: do you have the dmesg from the openelec boot? === okin is now known as niko [09:13] in fact i do, lemme paste it [09:13] Nitrogen: thanks [09:14] ConsoleFx: you're welcome, enjoy ;) [09:16] Nitrogen: afaict, there's not a trivial way to disable a PCI bus unfortunately [09:16] Nitrogen: if a hardware device is present at boot, Linux will probe it [09:16] Nitrogen: but i'm curious what openelec is doing differently [09:20] here's the deal, newer releases of OpenELEC encounter the same issue. here's what it used to look like http://paste.ubuntu.com/23587574/ [09:20] and here's how it goes now http://paste.ubuntu.com/23587591/ - same long delay [09:20] the only major difference i know between the two is different kernel releases [09:21] 2.x for the old one and 4.x for the newer one i belive [09:21] Nitrogen: "pci 0000:0b:06.0: bridge configuration invalid ([bus 00-00]), reconfiguring" [09:22] Nitrogen: i feel like it didnt' actually work before either but linux was more forgiving [09:22] Nitrogen: maybe that chagned [09:22] yea, that' the idea i got too. looks like it handle things more gracefully. [09:22] handled* [09:22] Nitrogen: and/or support for the broken stuff has just been removed (that happens sometimes with older hardware) [09:23] altho it kinda looks like it managed to reconfigure it eventually, or not :) [09:23] that would make sense. shame it has to end up like this for me. i've bought an SSD for this 10yo laptop to have fun with Ubuntu and introduce myself to Linux properly. [09:24] Nitrogen: the messages do not lend me to confidence that the full hardware was ever properly supported [09:25] yea, well, at one point it led my Windows install to BSODing, so i had to disable it via device manager [09:25] Nitrogen: yea, so i'm guessing hardware failure :/ [09:27] nacc, thanks for having a look. will try researching specific vendor_id:device_id for these particular devices to see if anything comes up. [09:28] Nitrogen: good luck! [09:36] hi people, i have a managed switch from hp and this model has a java interface, and it requires java language to be enabled. where can I do that under xubuntu? [09:36] !java | littlebit1 [09:36] littlebit1: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. === vlt is now known as vlt_old [09:49] thanks... [09:56] Does anyone understand what this means? Pusher: exec_curl error: error setting certificate verify locations: CAfile: /root/cacert.pem CApath: none ? [09:58] yes [09:58] curl has problems loading your ssl certificate authority file [09:58] curl should have an option to specifyt his, check curl documentation [09:59] https://curl.haxx.se/docs/sslcerts.html [09:59] KnightsOfNi: ^ [09:59] https://curl.haxx.se/docs/caextract.html [10:04] curl --remote-name --time-cond cacert.pem https://curl.haxx.se/ca/cacert.pem I do that in the root directory? [10:05] Hello there, Does someone have some nice tips to optimize a low memory system? (And no, i can't add more memory at this moment) [10:05] hi, I was wondering if there is a way to have ubuntu on a USB that persists only when I tell it to (maybe like when it boots there is an option to persist this session or not?) [10:05] hi [10:06] I've searched on google and I found how to persist a usb live iso... but that's not what I want. I want it to be read-only for the most part, unless I state otherwise [10:06] the live iso is going on a 32GB 3.0 usb stick [10:09] BlackDex: remove all boot services you don't use, switch default DE for a more efficient one (I've used fluxbox on low memory systems with good results), have plenty of swap [10:11] Hello [10:13] I've a problem with my graphics driver (either nvidia or nouveau ). My second monitor is no longer detected. On the nvidia-settings window I only see the "application profiles" and "nvidia-settings configuration" entries, where there normally more entries. I'm using (k)ubuntu 14.04 and currently the 367 nvidia-driver. Do you have any idea where I can start looking for a solution? [10:18] hellcook, can try checking xrandr output to see if it gives any more info should show the connected monitors and any other outputs [10:19] wafflejock: xrandr finds only one monitor [10:19] *screen [10:20] hellcook, have you eliminated possible hardware issues or verified the cable/monitor work on other systems? === dreamon_ruhe is now known as dreamon [10:22] wafflejock: I've tried with another monitor and another cable [10:24] thats why is better to have windows installed [10:25] this way youll know if its a linux issue or a hardware issue [10:26] hi everybody! I have a problem with the external monitor .... [10:26] It is detected and correct specifications recognised but nothing show on monitor .... anyone with similar problem? [10:26] 16.10 64 bit nvidia 367 drivers on GT840M [10:27] have you enabled/configured the second output [10:28] ikonia: what do you mean? [10:29] have you configured the second monitor within your desktop configuration [10:29] or enabled the second output on the card [10:29] yes to both [10:29] how did you configure / enable [10:31] I'm gonna try a few things and reboot my machine. See you later and thank you for your help [10:32] The NVIDIA settings gives Xcreen0 (No Scanout) but seens to whole extent of the screen .... [10:34] yocs0000: so you're using the nvidia config tool and it's not seeing the monitor, if thats thase case how did you configure/enable the second monitor when you said you had [10:34] ikonia: http://paste.ubuntu.com/23587906/ [10:35] ikonia: it clearly sees the second monitor .... as if the two monitors where one! [10:35] ikonia: look at the pastebinit [10:36] yocs0000: I didn't ask if X detected it [10:36] I asked how you configured / enabled the second port [10:36] ikonia: it sees th two 1920 monitors as one large 3840 monitor .... [10:36] ikonia: automatically? [10:36] yocs0000: again, you're not answer the question [10:36] I'll leave it there, I don't want to pull information out of people in this way [10:36] sorry [10:37] ikonia: I really do not understand the question .... [10:37] ikonia: what do you mean the port? [10:37] yocs0000: I asked had you configured and enabled the second port on the card (if you're using 2 monitors you must have 2 ports) [10:37] you said "yes to both" [10:37] I've asked how and you've not been able to answer it beyond saying the config tool doesn't see the second screen, so I don't see how you could have enabled/configured it [10:38] ikonia: well, I press the button on the laptop which enables the external monitor .... [10:38] ikonia: that enables the external port .... [10:38] ikonia: is that what you arre asking? That is what I meant. [10:38] yocs0000: no, as I asked "how did you configure it within your desktop configuration" [10:38] ikonia: on my laptop, F10 [10:38] eg: how you told the desktop to use the second monitor" [10:38] and what parameters it should use [10:39] Is it a bad idea to try "aptitude reinstall xserver-xorg" ? [10:39] hellcook: depends, why would you want to do that [10:40] ikonia: because external screens seem to be no longer detected on my machine [10:41] ikonia: I configured it on the base of the original specifications, as said .... 1920 x 1080, auto refresh rate [10:41] hellcook: ok - so why would re-installing xserver-xorg fix that [10:41] yocs0000: where/how did you configure the second screen [10:42] ikonia: I don't know, it's kind of related, obviously I don't get the way monitors and graphic drivers work [10:43] hellcook: it's not related at all [10:43] hellcook: blindly re-installing things is not how to fix things [10:43] you need to understand the problem, at least a bit to understand how to fix it [10:44] ikonia: ok. Could you suggest me where I can start digging so that I can understand what's going on? [10:44] hellcook: so I'd be looking at the xorg log as a starting point, [10:45] "external screens seem to be no longer detected" .. any FN + monitor key on that laptop ? [10:45] hellcook: I'd also be looking at the syslog to see what the overall system things it's doing [10:45] OerHeks: thats an excellent suggestion the hardware lock out too [10:47] ikonia: ok, thanks [10:53] in the aptitude log, the day the problem appeared I have a few "[HOLD] nvidia-" lines. Shall I try to install again these packages? [10:57] is there any IRC client for ubuntu/ linux which can remember list of channels like LimeChat IRC client, Everytime I dont have to search for channel and join it. Any suggestion or work around that can be done to solve this problem with xchat or any other IRC client [10:58] indistylo: pretty much every client will save channels [10:58] xchat? dead and dead. install hexchat [10:58] indistylo: you're asking this in mutliple linux based channels [10:58] indistylo: please only ask in the distro you are using [11:00] I am using both [11:00] debian and ubuntu [11:00] heyo, im struggling with adding a self signed certificate to the trusted ca store. placed the certificate in .pem format into /etc/ssl/certs and ran sudo c_rehash, which picked it up. but when i check with openssl s_client -showcerts -connect domain:port it still returns verify error 21 (unable to verify). what am i missing reg. getting the server to trust the certificate? [11:00] indistylo: they both feed each other [11:01] output of openssl s_client connect here: https://dpaste.de/CBPt [11:02] Lornzer: look at the application thats hosting the service [11:02] Lornzer: make sure that is aware of the new certs, if your confident the CA has been updated correctly [11:02] Lornzer: also remember the client connecting also needs to be aware of the CA [11:03] So, I've a "(EE) Failed to load module "nvidia" (module does not exist, 0) [11:03] xchat can do that [11:03] " [11:03] it's kind of a standard feature of most clients lol [11:03] hellcook: well done, so there is your error, and re-installing xorg would not have fixed thawt [11:03] hellcook: now you know the problem you can address fixing that specfically, well done for working it through [11:05] ikonia: looks like there are more errors. Thank you for the hint. [11:05] ikonia: im doing the openssl testing on the same server which hosts the application, so client/server is the same machine. all certs in use are basically the exact same one (self-signed), except in different formats (crt / pem) [11:07] Lornzer: what application are you connecting to [11:07] janus-gateway [11:08] this one: https://github.com/meetecho/janus-gateway [11:08] Lornzer: ok - so you need to make sure the application is a.) configured to use the right CA files b.) aware that the CA file has changed and re-parsed it [11:08] okay, cheers! will take a deeper look at the available options there [11:10] usin Ubunto 16.04 and repository HexChat. How do I get the program to "/msg NickServ identify " on startup? Setting password in the dialog doesn't work. [11:12] * younder is tired of ending up in #ubuntu-unregisterd [11:16] Wait! There is a pull-down menu which contains a NickServ option. Sorry. [11:17] apt-get install net-tools can't find the package [11:17] why [11:18] does "apt-cache search" find it? [11:20] root@836ec5048ef4:/usr/src/app# apt-cache search net-tools [11:20] iproute2 - networking and traffic control tools [11:21] You should see "net-tools - NET-3 networking toolkit" [11:28] nirvanko, looks like you don't have the (main) repository [11:32] nirvanko, sudo add-apt-repository "deb http://no.archive.ubuntu.com/ubuntu/ xenial-updates main restricted" [11:33] If you are using 16.04 [12:01] Howdy all [12:10] does anyone know what answer means in the context of DNS? [12:10] Your DNS record must have an answer. [12:10] a value [12:10] eg: if you query a record, it should have a response [12:16] !ping [12:16] pong! [12:22] ikonia i did give a value - in case of A record that means an IP and a hostname [12:22] so both are given and it still wants an "answer" [12:22] i have never seen it before [12:23] you should give more detail, and in a more appropriate channel [12:24] monsune: what is "it" [12:28] HAI [12:28] someone need help? [12:29] sure I'm looking how to paramaterise a deb based install based on apache vhost environment variables to generate the config [12:29] any suggestions ? [12:29] SkylakeMX: thats for you [12:34] ikonia: I don't really get what you mean [12:34] ikonia: you want to create a deb ased install file that contains your apache vhost configs? [12:34] * OerHeks mumbles JuJu [12:37] SkylakeMX: no, I'm deploying a software package that builds a config based on parameters held within a vhost [12:37] OerHeks: it's fine, I have a solution I'm just seeing what SkylakeMX offers for help as he's offering into the either [12:39] ikonia: I never done something like that, i'm more a hardware issue helper :D [12:40] SkylakeMX: ok, how about triggering custom udev rules to change my network and screen configuration when a hardware docking station is connected [12:42] Hi, I am using the Ubuntu Bash on Windows 10 may I ask a question here or should I search for a windows related irc? [12:42] ikonia: shh.. create a rule for it in /etc/udev/rules.d/ [12:43] SkylakeMX: rule for what [12:43] SkylakeMX: what's my event [12:43] !ubuwin | Kalimero [12:43] Kalimero: Canonical and Microsoft have announced that Windows 10 will be able to run Ubuntu programs without needing porting/recompilation. This functionality is still in beta and is not supported in #ubuntu. For discussion and support, see #ubuntu-on-windows. [12:43] ikonia, add [12:44] ducasse: thanks [12:44] Hello [12:44] again [12:44] ikonia: you should check on the docking event of the docking station [12:44] SkylakeMX: check what [12:45] SkylakeMX: what am I checking for ? [12:45] ikonia: if the docking device was added or removed, you check for the device PCI bus [12:46] So I've a problem with the nvidia driver. The xorg.0.log file says "Failed to load module "nvidia" (module does not exist, 0)" but it seems that the module name would be "nvidia_340" instead of "nvidia". Does this make sense? [12:46] you got the thinkpad-dock event [12:46] and the thinkpad-undock if you mean those things [12:47] SkylakeMX: the pci bus ? [12:47] ikonia: anyway, I don't have a docking station tho [12:48] ikonia: x) you are making it really hard [12:52] hi, im using 15.10, where is /etc/lightdm/lightdm.conf ??? [12:52] !15.10 | whallz [12:52] whallz: Ubuntu 15.10 (Wily Werewolf) was the 23rd release of Ubuntu. Support ended on July 28th, 2016. See !eol, !eolupgrade and http://ubottu.com/y/wily [12:54] cfhowlett: can i upgrade using apt-get dist-upgrade? [12:55] whallz, nope. you missed the window. eolupgrade is your friend [12:55] !eolupgrade [12:55] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [12:56] so, do-release-upgrade will do it? [12:56] whallz: no, you need to modify your sources.list [12:56] whallz: so a couple of extra steps as outlined on the page [12:56] damn i miss arch linux :( [12:56] whallz, no. you have to read the link for [12:57] whats the latest codename ? [12:58] actually, last i checked wily was still available in the repos, so he might not have to modify the sources. [12:58] * whallz still has hope [13:03] what is the proper way to remove an subinterface in ubuntu? That is I runned "ifconfig em1:0 192.168.0.1/24" so now I have em1 and em1:0, how do I delete em1:0 without rebooting? [13:05] Apachez: IIRC you just ifconfig em1:0 down and it should just go away [13:05] But test it [13:06] ooh worked, thanks! :) [13:10] Np [13:52] !ping [13:52] pong! [13:52] ¡pang [13:53] !ding [13:53] dong [13:55] hi [13:55] I'm getting permissions errors when launching a program through a .desktop rather than by calling the program name in a terminal. How do I debug? - I've checked the PID and the user/group/command/args are all identical. [13:56] * AlecTaylor is running WebStorm. When he called a program (spawn) from WebStorm it errors with an EACCESS permission issue. But when I open webstorm from the CLI launcher it works fine. [13:57] Hi all, I'm reading the book: How Linux Works, I see paragraph: # These are some handy options for less. LESS=mei in .bashrc but I don't understand about that. Please help me explain more clear. Many thanks [13:58] bbK_, man less will explain [13:58] what is mean mei at here, man? === Guest94477 is now known as christel [14:00] bbK_: "man" is the command to invoke the manual for another command or function or file. "man less" will show you the manpage (help) of command "less". [14:01] https://matrix.org/_matrix/media/v1/download/matrix.org/zKStIizzUmjyQFlXjHraoETn - Screen Shot 2016-12-06 at 11.58.45.png (81KB) [14:01] my ubuntu machine is showing up as two machines on the network [14:01] is there any way to fix this? [14:05] I'm working on an unattended upgrade script to move from 12.04 to 14.04. Prior to doing the distribution upgrade I need to install all currently available updates. Those updates include new Kernel. The boot partition is fairly full, and these kernel upgrades are failing. So, I'm purging the kernels before performing the updates. I'm purging using: https://gist.githubusercontent.com/BAGELrefle [14:05] x/1dc6656c112074941e26227181996948/raw/670fcf4e1350db417e96bb4fc8dae0bc792dfcf1/gistfile1.txt [14:05] Hi I have a point of clarification if any of you have or are using letsencrypt for Apache ssl certs for domains. I have 2 domains already setup and working using https:// however when I ran letsencrypt renew it only shows it updated one of the two domains. It also did not generate the le-renew.log in /var/log [14:06] My question is: How can I auto-accept the pink dpkg prompts for config files? I've tried everything google has to offer, such as setting Dpkg::Options --force-confdef and --force-confold, setting DEBIAN_FRONTEND="noninteractive" [14:12] are cpu governor's not used when using pstate for Intel CPU's? [14:17] I'm getting permissions errors when launching a program through a .desktop rather than by calling the program name in a terminal. How do I debug? - I've checked the PID and the user/group/command/args are all identical. [14:17] * AlecTaylor is running WebStorm. When he called a program (spawn) from WebStorm it errors with an EACCESS permission issue. But when I open webstorm from the CLI launcher it works fine. [14:21] AlecTaylor: what is the .desktop trying to run? [14:21] webstorm is paid stuff, https://www.jetbrains.com/help/webstorm/2016.1/installing-and-launching.html#d674572e227 [14:22] u cannot autojoin this anymore [14:22] why not [14:22] you can [14:22] nomic, false [14:22] i get divered into unregged [14:22] i am regged [14:22] you must not have been identified quick enough [14:22] wiggmpk: The `Exec=` line is identical to what I run from the Terminal to load it (which works) but the .desktop doesn't [14:23] OerHeks: There's an Apache licensed version of WebStorm [14:23] why not make a script like #!/bin/bash to run the program and forget the .desktop link [14:23] or #!/bin/sh whatever [14:23] they give a good manual but a crappy installer :-D [14:25] AlecTaylor: wouldn't that work? since you know it already launches from the terminal? [14:26] The Exec= part is not passed to a shell, so you can't expect anything you type in a shell to work [14:26] *everything [14:26] geirha: might want to resend that, he disconnected and rejoined [14:26] The Exec= part is not passed to a shell, so you can't expect everything you type in a shell to work [14:27] AlecTaylor: I suggest making a script to launch your program [14:27] wiggmpk: I am calling a script to launch my program [14:28] A Python script with a `#!/usr/bin/env python` shebang line [14:28] geirha: Is there some sort of runas command? - Should I use start-stop-daemon? [14:28] and what does the Exec= line look like then? [14:28] Exec=/usr/local/bin/wstorm [14:29] (which is the exact command I run from a Terminal) [14:29] but you are in a terminal vs not in a terminal [14:29] Sure, so what's the trick? [14:30] could i bind two ip on eth0 ? link -> http://askubuntu.com/questions/547289/how-can-i-from-cli-assign-multiple-ip-addresses-to-one-interface [14:30] blacknred0: iptables? [14:30] I don't know if I'm right, but try this http://pastebin.com/dwL3fg58 [14:30] AlecTaylor: so the error message you get is not from python, hence it doesn't manage to actually run python? [14:30] blacknred0: Or setup a proxy with sockets and whatnot, using something like nginx? [14:31] alexbligh1, downside of crossposting is that you need to give double info, and complete info [14:31] AlecTaylor: so you wouldn't recommend that method from that link? [14:31] geirha: WebStorm opens just fine, the issue is when I use WebStorm to launch an npm task, that fails on .desktop but succeeding when it's opened from Terminal [14:32] blacknred0: No that link is fine [14:32] sorry what? you're trying to run a .desktop file from npm? [14:32] geirha: So WebStorm is an IDE. One of the things I can do is open a Node.JS project and run npm tasks (all within the IDE; i.e.: not opening a terminal). [14:33] AlecTaylor: ok.... but, so, I'm clear... i can't have two ip's on the same nic, right? regardless if is physical or virtual [14:33] correct [14:33] geirha: So WebStorm is an IDE. One of the things I can do is open a Node.JS project and run npm tasks (all within the IDE; i.e.: not opening a terminal). Which works just fine when I launch the WebStorm IDE from the Terminal, but when I launch it from a .desktop file I get a permissions error (EACCESS) [14:33] On spawn [14:34] wiggmpk: i assume that you were answering my question? :/ [14:34] blacknred0: yes [14:34] ok :) ... thanks! [14:35] blacknred0: typically, your ISP wont give you 2 WAN IP's even if you had 2 NIC's. However, technically you can have 2 IP's on the same NIC, one being IPv4 and one being IPv6 [14:35] blacknred0: you're welcome [14:35] wiggmpk: If you want to get really technical, you can develop a nonconformant driver and have a field day [14:35] (pun intended) [14:36] wiggmpk: yep, i knew that.... about ipv4 and ipv6.... just wasn't 100% when i do virtual ip's if i could bind them to the same nic wether it was virtual or physical :P [14:37] blacknred0: I would think no still. In a VPN a virtual device is created to manage the subnet [14:37] blacknred0: just using the VPN as an example === the_ktosiek is now known as ktosiek [14:38] wiggmpk: got it! thanks mate [14:38] np [14:38] AlecTaylor: any progress? [14:40] wiggmpk - None [14:40] AlecTaylor: make a script on your desktop #!/bin/sh and type out exactly what you are doing (with success) in the terminal and try it [14:43] wiggmpk: In the Terminal I run `/usr/local/bin/wstorm` the .desktop has this line `Exec=/usr/local/bin/wstorm`. /usr/local/bin/wstorm has `#!/usr/bin/env python` as its shebang. [14:44] sounds terrible [14:44] as there won't ben an "env" for that [14:44] AlecTaylor: so you have a script, calling a script? [14:44] ikonia: thats standard for running python scripts. [14:45] Pici: it's the standard for dynamically working out a version [14:45] not a production class machine (I appreciate this is a desktop) [14:45] wiggmpk: So the officially recommended approach to running WebStorm is to open the webstorm.sh file, press "Tools->Create desktop shortcut" and "Tools->Create CLI shortcut" that's how this /usr/local/bin/wstorm was created [14:45] I see [14:46] ikonia: Well, it depends on whether one expects a script to run with a specific interpreter when inside a virtualenv or not... but I see where you're coming from. [14:46] AlecTaylor: so if you run ./usr/local/bin/wstorm from terminal, all is well? [14:47] rouge . there lol [14:47] wiggmpk: I changed the `Exec=` line from the default of `"//WebStorm-162.1121.31/bin/webstorm.sh" %f` to `/usr/local/bin/wstorm`. Both gave the same issue of a permissions error when running node scripts within the IDE. [14:48] wiggmpk: Yeah, when run from the terminal the spawning of NPM tasks within the IDE leaves no errors [14:48] * AlecTaylor has tried with .desktop of `root` permissions and .desktop of `$USER:$GROUP` permissions [14:49] AlecTaylor: so instead of using the .desktop, make an empty file on your desktop and use #!/bin/sh to run /usr/local/bin/wstorm [14:49] and see what happens [14:52] AlecTaylor: yeah that sounds odd. Perhaps it expects a terminal or something. EACCESS doesn't exactly say much [14:53] wiggmpk: f.sh contains '#!/bin/sh \n /usr/local/bin/wstorm'. chmod +x f.sh. Launching f.sh from Terminal and WebStorm launched NPM tasks without error. Editing a .desktop file with an `Exec=/home/myname/Desktop/f.sh` line launched the IDE and gives the EACCESS error when attempting to run npm tasks. [14:54] geirha: Yeah I've got no clue what's going on. [14:55] geirha: I even checked the two approaches to running the IDE (checking the java process) - ps -p $PID -o pid,vsz=MEMORY -o user,group=GROUP -o comm,args=ARGS - and they're identical (except mem+ actual PID obviously) [14:55] AlecTaylor: so the script launches everything without error? [14:55] AlecTaylor: Try setting the desktop file to spawn a terminal. I don't remember how. Something like Application=Terminal or Terminal=True [14:55] geirha: Yeah I tried terminal=true earlier, it just loaded a blank terminal window but the EACCESS issue remained [14:56] wiggmpk: Correct. It's only when WebStorm tries to spawn npm tasks that it craps out [14:56] AlecTaylor: at least you can just launch the script from a desktop as a work around [14:56] AlecTaylor: ok, so possibly you've set some environment variables through .bashrc then, like PATH or some node specific ones. Those won't be available through the desktop bit [14:56] wiggmpk: No advantage there (as compared with launching it from a terminal) [14:57] geirha: Hmm, I'll check [15:06] CLI has: `LESSOPEN=| /usr/bin/lesspipe %s; SHLVL=2; GTK_MODULES=gail:atk-bridge; N_PREFIX=/home//n; COLORTERM=truecolor; WINDOWID=69207079; _=/usr/local/bin/wstorm; JOURNAL_STREAM=8:638902; TERM=xterm-256color; LS_COLORS=r; LESSCLOSE=/usr/bin/lesspipe %s %s; VTE_VERSION=4402;` and a different PATH [15:06] (those are the things present in CLI but not .desktop) [15:07] .desktop has `GNOME_SESSION_XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0; SHLVL=1; GIO_LAUNCHED_DESKTOP_FILE=/usr/local/share/applications/jetbrains-webstorm.desktop; GTK_MODULES=gail:atk-bridge:unity-gtk-module; GIO_LAUNCHED_DESKTOP_FILE_PID=29258; _=/usr/bin/dbus-update-activation-environment; JOURNAL_STREAM=8:643357; XDG_MENU_PREFIX=gnome-; COMPIZ_BIN_PATH=/usr/bin/; ` [15:08] I've tried setting the N_PREFIX in WebStorm explicitly to be the same, that hasn't worked. Now looking into the PATH differences [15:08] PATH it is [15:13] geirha: There's just the one relevant directory omitted, just trying to figure out how to append PATH from within WebStorm [15:14] AlecTaylor, Time to meet 'locate' [15:14] Just remember a 'sudo updatedb' [15:15] ? [15:16] Ohh gotcha [15:16] Yeah I sorta remember those commands [15:20] Problem solved, I changed the `Exec=` line to Exec=bash -ic "/path/to/webstorm/bin/webstorm.sh" %f [15:20] younder geirha wiggmpk ikonia ^ [15:21] hi [15:22] Anybody? [15:22] ubottu, ask! [15:22] Don't ask to ask, just ask. [15:23] I'm do it for alert [15:23] hi all, I have an issue with my laptop running Ubuntu 16.04. I am trying to access a website that had the IP address change. whenever I access it with this laptop, it keeps pointing to the old IP address, I even setup /etc/hosts to point to the new IP address yet it still insists on connecting to the old IP address. Yet if I use another laptop on the same network it connects to the new IP address [15:23] does Ubuntu have a cache or something of some kind that I can empty? [15:23] I'm be not sure about my identify [15:24] Netek try deleting the ~/.cache folder [15:24] MonkeyDust ok [15:24] carmack: This is the Ubuntu support channel, do you haev a question about Ubuntu? [15:24] Ok, i'm have question. [15:24] About ubuntu.pastebin [15:24] carmack: sure, whats up? [15:24] When paste is deleting? [15:25] I mean they have a life time? [15:25] carmack: it doesn't. [15:25] How i can delete my paste? [15:26] carmack: You can email rt@ubuntu.com to request its deletion, but I wouldn't expect a quick response. [15:26] MonkeyDust you know, I could kiss you right now. I was going absolutely crazy. That worked hah [15:27] Pici: this is very sad :D [15:27] Netek i'm having a cold, don't get infected [15:27] Pici: thx for answer [15:27] MonkeyDust after all this I went through, you think I care about a cold??? hahaha thanks again. You saved me a lot of hair, already half bald ;) [15:40] Any insight as to getting unattended purge of old kernels to auto-confirm use old config files? [15:40] GFXDude: "auto-confirm use old config files"? That doesn't parse to me, can you rephrase? [15:41] 1 sec i'll get screenshot [15:43] http://i.imgur.com/UZoiRHW.png [15:45] I believe that should be do-able via dpkg options [15:46] which I am providing [15:46] My script: https://gist.githubusercontent.com/BAGELreflex/83a1d384cd57a0b553a36770fb7e96ef/raw/9cc74d91f59d3435e2425ad4558880011c7e813b/gistfile1.txt [15:47] GFXDude: so not 'old' but 'local' [15:47] GFXDude: but can you not use --force-confold? [15:47] I can, and am [15:47] it doesn't seem to be taking effect though [15:47] Running on 12.04LTS [15:47] prior to upgrade to 14.04 [15:48] I believe it may be due to executing the purge via xargs? [15:50] GFXDude: isn't that a syntax error? [15:50] GFXDude: Dpkg::Options:: [15:51] No [15:51] I thought it was odd syntax as well: https://raphaelhertzog.com/2010/09/21/debian-conffile-configuration-file-managed-by-dpkg/ [15:51] GFXDude: that is not what the manpage says [15:52] I've found multiple references with that syntax: http://askubuntu.com/a/104912/524472 [15:52] GFXDude: ok [15:52] But, I cannot find it being used with purge [15:52] always with install [15:54] Though, apt-get man does only have one set of "::" [15:54] maybe i'll try with one set [15:54] GFXDude: why are you specifying both confdef and confold? [15:54] GFXDude: that just ends up being confdef [15:54] GFXDude: oh in case there isn't a default? [15:54] Correct [15:55] However, the environments this will be run on are all the same, and should have defaults. I've tried without confdef though, to no avail [15:56] Here is output of script, after manually accepting "Keep local...": https://gist.githubusercontent.com/BAGELreflex/4cb9387ec9402d0299e4319f4a339fab/raw/020f1f4aff25ee5b910c953842902458682a71c4/gistfile1.txt [15:58] It currently gets 3 prompts to keep local settings === cigumo_ is now known as cigumo [16:00] GFXDude: sorry, really don't know [16:10] Anyone around? [16:10] never [16:10] Word. [16:11] nacc, I believe I've got it working by adding the DEBIAN_FRONTEND to the beginning of the apt-get, instead of setting it prior [16:11] are there any disadvantages in using this https://launchpad.net/%7Eondrej/+archive/ubuntu/apache2 instead of the default packages? [16:11] I'm using Ubuntu 16.04 with Gnome and I want to make a keyboard shortcut to switch language inputs (EN and DE). I've got to the Keyboard ---> Shortcuts, and when I click on a shortcut to change, the system doesn't pick up when I press new keys for the shortcut. It just stays at "New Accelerator". Anyone know how to fix this? [16:12] !ppa | rany [16:12] rany: 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 [16:13] nacc: I know what a PPA means. Are there any downsides of using this instead of the apache2 package found in the default apt list. [16:13] I mean sources list [16:14] rany the repos are screened and trusted, safe sources ... [16:14] rany: if you know what a PPA is, then you know the answer [16:14] rany: also, "PPAs are unsupported third-party packages, and you use them at your own risk" [16:14] rany: so you can determine, for your personal case, ifthat is a downside or not [16:14] rany: depends on if you trust ondrejor not [16:15] So the answer is maybe there are disadvantages... Depending on what's been modified in the package [16:15] especially where it says 'maintained by: nsa' (silly joke) [16:15] ok :) [16:15] Lol MonkeyDust [16:16] GFXDude: there are disadvantages regardless of what has been modified, arguably [16:16] GFXDude: security support from canonical for CVEs, e.g. [16:16] GFXDude: in that the PPA has no guarantee that it is getting those updates [16:17] Right, so still relying on a random third-party to upstream properly [16:19] hola, is there a way to install apt-get and dpkg onto a distro that doesn't currently have it? [16:19] I've been trying all morning and can't seem to get apt manager or dpkg installed. [16:20] or maybe a linky to some saucey goodness? [16:20] mr-moo: this is the ubuntu support channel, and all ubuntu have both of those, so presumably you are offtopic and should talk to your distro's support [16:20] mr-moo, ask in ##linux, not an ubuntu issue really [16:22] dang. ok [16:23] I'm almost positive there won't be a channel as it's a custom distro [16:23] Thanks for the direction [16:26] mr-moo why not start one yourself, attract more people === PaulW2U_ is now known as PaulW2U === thxer is now known as Guest65938 [16:33] I guess that's a possibility. [16:33] I'm not sure I can handle the pressure of all that responsibility though === feathered_pers-1 is now known as featheredperson === featheredperson is now known as feathered_pers0n === feathered_pers0n is now known as featheredperson [16:52] hey everyone [16:53] anyone here have APu to work with Android virtual device ? === for{} is now known as AsymmetricalFace [16:54] hi all [16:54] what is differ from open source driver for amd graphic and fglrx ? [16:58] iresf how is that ubuntu related? [16:58] question, If I have a windows program that needs to be run from that directory how do I create a quicklaunch/desktop shortcut for it with wine? [16:59] MonkeyDust : i have installed ubuntu 16.04 that can not install fglrx on it and also i work with android virtual device i think without fglrx virtual device is slow is it true ? [17:03] hi [17:05] anyone ?? [17:05] everyone? [17:06] sorry man never used those [17:08] how is performance of flgrx ? anyone know ? === mike_ is now known as Guest34332 [17:10] how to use internet from huawei mobile router on ubuntu with usb cable ?? [17:10] anybody know ?? [17:10] Hi do-release upgrade failed on an upgrade from 16.04 to 16.10. Should I do 'sudo apt-get install -f' followed by 'sudop apt-get upgrade && sudo apt-get dist-upgrade' to continue the upgrade? [17:11] asif: is it an usb modem or is it an usb powered mobile accesspoint? [17:11] uh.. I seem to have made a mistake somewhere.. audio was working fine, but I had not rebooted in a while, and now I only have a dummy output [17:11] it is a mobile hotspot router [17:12] mangycable: http://askubuntu.com/questions/346678/how-do-i-resume-a-release-upgrade this solution looks sensible. [17:12] acicula: its a mobile hotspot router .. [17:12] i'm trying to install a certificate bundle. i've put the cert in a particular path, and run update-ca-certificates, and it's half working. i can `curl` a server and pass cert verification, [17:12] asif: so you connect to it via the wifi just like any other access point? [17:12] but if i try to make a request from a python script it fails cert verification [17:13] if i ask python what certs it's using, python -c "import ssl; print(ssl.get_default_verify_paths())" [17:13] yes .. i can connect .. but my desktop doesnot have wifi .. which is running ubuntu 16.04 [17:13] it prints out a path that contains the certs i added, but requests still fail [17:13] hello. at work i have two monitors and freshly installed ubuntu 16.04. monitors have only dvi and vga ports available, so one monitor is connected through dvi and another is using hdmi cable with adapter to dvi. second monitor sometimes is not found by system, sometimes its found but resolution is set to 800x640 as max. ive tried many all proprietary drivers, same things happen. I came to conclusion that its adapter's fault. Did some googling, didnt found a [17:13] solution. Currently using VGA, but images are not so sharp as with digital signal. Is this a known problem? What could i try else? [17:13] newke: could try another converter? [17:14] actually I might have bigger issues with kernel panics or page faults [17:14] newke: which graphics card? [17:14] nvidia 210 if i remember it correctly [17:14] y gforce 210 [17:14] ses1984: err do you have to tell it explicitly to validate the ssl chain perhaps? [17:15] newke: that should work just fine, so driver issue isnt what i would at first. connector or cable perhaps? [17:15] asif: im not sure i understand, your desktop does not have wifi and you want it to connect to a mobile hotspot that provides wifi? [17:15] new, not cheap cable used. might be an adapter, but have no replacement === topi` is now known as topi [17:16] mobile -> wifi? === topi is now known as topi` [17:16] newke: could try swapping the cables between monitors to see if its not the monitor? [17:17] did that. its somehow related to cable or video card... [17:17] or might be linux [17:17] Hi... Can someone help me with configuring my internet.... I'm using M4800 dell laptop, wired and wireless Ethernet not working [17:17] acicula: i am under the impression that if it's installed so `curl` can validate it, then i shouldn't have to do anything else for `python` to validate it [17:17] newke: nvidia used to have two different drivers, don't know if that is still the case [17:17] aren't curl and python both using the system openssl? [17:19] acicula: i have a pocket mobile router .. which supports sim .. which create hotspot .. but it also work with usb cable .. but to do that i have to install a driver that provides with it .. unfortunately it has shipped with windows and mac driver only .. and i can use internet on windows using the usb cable [17:19] acicula, yes. i tried both. one of them breaks X server, another is working, but 800x640 resolution is set as max [17:20] oh.. now my laptop boots directly into BIOS [17:20] greeeat :| [17:20] asif, do a lsusb and see what kind of router it is [17:20] heyo [17:21] ses1984: actually it appears they dont on my ubuntu 16.04, at least i dont see python importing any ssl .so's where curl does [17:21] hi [17:21] :] [17:21] ses1984: might be that the SSL python lib loads it though, didnt check that === gh is now known as Guest32159 [17:21] hi [17:22] asif: ah ok, can you connect it and pastebin the output from an lsusb command? [17:22] >_> [17:22] hi [17:22] reinstalling ubuntu on my ubuntu vm [17:22] (i am a windows user) [17:22] alguem do Brasil? Jesus ama voce Jesus loves you [17:22] !br [17:22] Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [17:22] i am wondering how to do a dualboot with windows 7 and ubuntu [17:22] (i use a laptop btw) [17:23] i am now using it from windows > virtualbox > Ubuntu 16.10 [17:23] newke: best to stick with the one not breaking the X server then, i dont have anything else to try [17:23] Nikitaw99 first install windows, then ubuntu ... or windows would ruin the grub [17:23] First hit on google http://www.instructables.com/id/How-to-Dual-boot-Linux-and-Windows-on-a-PC-with-W/ [17:23] !dualboot [17:23] Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [17:23] MonkeyDust, windows was the first os on my laptop (came in preinstalled) [17:24] asif: do you have a type or model number of the device in that case? [17:24] Nikitaw99 great, then read the !dualboot !factoid [17:24] !dualboot !factoid [17:24] !dualboot [17:24] Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [17:24] yes [17:24] !factoid [17:24] Hi! I'm #ubuntu's favorite infobot. You can search my brain at https://ubottu.com/factoids.cgi | General info and channels at https://wiki.ubuntu.com/IRC/Bots | Make a clone of me, see !botclone [17:24] ooh [17:25] Nikitaw99: its pretty straightfoward, just make sure to backup your data and make a windows installation stick to reinstall windows just in case you run into problems [17:25] (and an ubuntu installation stick off course ;) [17:25] acicula, ok, thanks [17:25] thank you too, MonkeyDust [17:26] some people have no class [17:26] which one of fglrx or open source driver for amd graphic is better ? [17:26] for performance and speed ? [17:26] i wonder what should i do while my ubuntu vm is reinstalling [17:26] please help me [17:26] iresf: i think its also depedent on what card you have [17:26] !amd [17:26] Open driver for AMD cards: amdgpu (cards >= GCN1.2 aka GCN 3rd gen), radeon (older cards). Closed drivers: amdgpu-pro (>= GCN1.2) fglrx (older cards, unsupported by AMD in 16.04+). For info on GCN levels, see https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units . For fglrx info, see https://help.ubuntu.com/community/BinaryDriverHowto/AMD [17:26] (glad i have visual studio) [17:27] ill probably make a calculator in c# [17:27] see ubuntu in a vm is how you start, now windows runs in a vm :P [17:29] uh.. so I uninstalled a kernel I thought I was not using, and now the laptop just boots directly into the BIOS. [17:29] I should be able to fix this with a USB stick with ubuntu on it, right? [17:29] flexd: are you sure its not booting into grub at all? [17:30] I very very briefly see "Booting in insecure mode" [17:30] and then it goes dark and I see the Dell logo and it's in the BIOS [17:30] It was working before I uninstalled the kernel (trying to diagnose a missing audio problem) [17:30] hmm ok. with a installation stick you should be able to rescue the system, just boot it, mount root, reinstall the kernel [17:31] hello peeps [17:31] acicula: it is huawei e5372 [17:31] asif: ok i'll take a look [17:31] acicula: will try... I just need to find a usb stick first [17:31] flexd cd's still work [17:31] anyone know a good Git GUI for linux [17:32] or basically anything that hold media i think like an sdcard [17:32] been using GitKraken but its not free :( [17:32] chaos_: most git servers will have a web interface [17:33] acicula: yeah it would if the machine had a cdrom :P [17:33] @ikonia yes im looking for one that i can use instead if terminal [17:33] asif it looks like it should work, when you plug it in under network connections there should be an option for mobile broadband when you plug it in [17:34] asif: when you tried it did it popup anything or ask to install drivers or what not? [17:34] flexd: yeah that tends to happen these days [17:34] yes .. [17:34] My other issue is really weird though [17:35] it shows mobile broadband [17:35] I had working sound, then I rebooted and then I only had a dummy output [17:35] but then what shound i do ?? [17:35] usually something with the sound daemon or some program locking the sound card [17:36] asif: select new mobile broadband connection and follow the instructions, it should ask you for some info and then it should work [17:36] asif: http://askubuntu.com/questions/468691/usb-mobile-broadband-dongles-in-ubuntu-14-04-where-to-start [17:36] !sound [17:36] If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [17:38] question, If I have a windows program that needs to be run from that directory how do I create a quicklaunch/desktop shortcut for it with wine that opens it within the correct directory? [17:39] acicula: thanks, you helped me a lot :) [17:40] all i need is now is know the apn .. I will call the provider ^_^ [17:40] asif: idk if the thing has some kind of webinterface, if it does you can probably find it on there [17:42] yes, it has a ugly web interface [17:42] Nuentoter: progams within wine have a different view of the filesystem, so you can just pass the correct location to wine as an argument i think? [17:47] acicula: nah it's not related to that.. there is no sound card on the system suddenly [17:47] I'll try to figure it out/explain more here once I get the system booting again [17:48] it was not installed with wine, simply copied from a HDD and then run with wine, which makes wine seem to not like the location, unless my syntax is incorrect.... [17:48] hello, i am trying to set up samba on ubuntu for my home network. I have installed it and i have edited to the smb.conf file === MonkehParade is now known as Guest43333 === mohsen_ is now known as MATLOYD [17:50] i added some fields at the end of the file... path, valid user, browsable, read only, guest, and create mask [17:50] i restarted the service [17:50] i still cant see the workgroup with my windows computer [17:52] Hi... I've been trying to run wired internet on my m4800 without success [17:53] I get an IP through DHCP from my modem [17:53] But can't access internet... [17:54] But with other devices (Android) it's possible through wireless.. [17:54] Can someone whelp me... [17:54] Wires and wifi both are not working... [17:54] The [17:55] Hello [17:56] M4800, can you paste sudo lshw -c Network ? [17:56] Lspci detects i217-lm as eth0 [17:56] M4800, sudo lshw -c Network | nc termbin.com 9999 [18:01] acicula: so I just boot into "try ubuntu"? [18:01] There was no rescue option with the install stick, just try, install, oem install or check disc (which I assume is check install media) [18:02] flexd: yes [18:03] flexd: try ubuntu just boots a live system i think [18:03] can someone explain what I'm doing wrong when installing my NVidia drivers? I am using 14.04 (minimal install). I ran sudo add-apt-repository ppa:graphics-drivers/ppa then sudo apt-get update and then sudo apt-get install nvidia-361 [18:03] when I run nvidia-smi I get "NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running." [18:03] kur1j: modprobe the driver? [18:04] !recover [18:04] Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery [18:04] yeah, but not sure how I can install something with apt-get onto a system that isn't running [18:04] no thats not what i wanted [18:04] !chroot [18:04] A chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot [18:04] !recovery [18:04] If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [18:04] there we go [18:05] oh that doesnt help at all. [18:05] flexd: you need to either select manual or just boot a live system and then chroot into your system, im just looking for some instructions to copy paste [18:06] flexd: 16.04? because i did a recovery not that long ago because i nuked the kernel [18:06] yeah should be 16.04 [18:06] xenial? [18:07] I can just mount it maybe and then chroot? [18:07] also fun times: I have disk encryption enabled [18:07] flexd: basically, you mount / then proc, sys, dev, and then chroot into your / [18:07] flexd: luks or something else? [18:08] the default one I could enable during install [18:08] you'll have to setup a mapping then first [18:08] flexd: i have no idea what the default is :/ [18:08] luks I think? sounds familiar [18:08] might just be ecryptfs [18:08] that you can just ignore [18:09] luks is whole disk encryption [18:09] sortof anyway [18:09] I need to input a password on every boot for it to decrypt [18:10] flexd: its luks then. https://alvinabad.wordpress.com/2012/09/22/how-to-recover-a-luks-encrypted-disk/ === Monthrect is now known as Piper-Off [18:10] flexd: that takes you through the steps to get it mounted [18:11] nice! I will try it out [18:11] https://help.ubuntu.com/12.04/serverguide/samba-fileserver.html [18:11] mainthing is to say cryptsetup luksOpen /dev/to/luks/device picksomename [18:11] i followed this and i still can not see my samba server with my windows machine [18:11] then you can mount /dev/mapper/picksomename [18:13] got disconnected [18:13] TechMonger: smbclient -L localhost from the smb machine is able to connect? [18:13] modprobe didn't end up doing anything (not sure if that was sent) [18:13] kur1j: you have to specify the driver that you installed [18:13] i did [18:14] sudo modprobe nvidia-375 [18:14] oh, then if it didnt say anything it worked [18:14] but nvidia-smi still doesn't [18:14] dmesg /var/log/syslog and /var/log/X log might have some more info for you? [18:15] Hi, I am trying to debug system freeze, how can I log properly so that I can try and troubleshoot after I hard reset computer? Thinking having an approximate timestamp. [18:15] acicula: got it mounted :D! [18:16] acicula: no X, but everything else doesn't have anything in it saying its erroring [18:16] kur1j: does the driver that came with ubuntu work? [18:16] there wasn't one, I'm not using X windows or anything. [18:16] this is a minimal install === younder is now known as jpthing === jpthing is now known as younder [18:17] acicula: do you happen to know which kernel version is the normal for xenial? I think I was on 4.4.0-53 [18:17] not sure if I should just grab 4.8.0-30 [18:18] running sudo nvidia-smi I get "Unable to determine the device handle for GPU 0000:00:05.0: Unknown Error" [18:18] Upon uninstall, should packages be removing their unchanged files from /etc ? [18:20] flexd: err, that should work, also make sure you have the generic metapackage installed ie linux-image or something similar [18:20] UBUNTU IS FUNDED BY SAUDI TERROR SPONSORS AND PLANS TO DOMINATE CYBERSPACE AND STEAL EVERYONE'S PORN COLLECTION AND REPLACE IT WITH SHITTY ARAB MUSIC. [18:20] acicula, yes, i believe so [18:21] kur1j: understood but you added a custom ppa, isnt it in the normal distribution that may work? [18:21] acicula: hm yeah... apt is failing because there is no /proc and such [18:21] TechMonger: then try it aggain on a remote machine but use the correct host ip, see if you can connect then [18:21] though that should just be in the same folder.. it's not running anything, so maybe that is the issue [18:21] flexd: before you chroot mount proc sys and dev [18:22] acicula: I don't know how many I've ran into this and it always seems to vary each time I stumble into a solution (6months + apart) this time it seems nothing is working [18:22] TechMonger, that guide was for 12.04... [18:22] ie mount -o bind /proc /path/to.root/proc [18:22] acicula, you lost me [18:22] acicula: got it, just did >( [18:22] :)* [18:22] im amazed that this isn't more functional [18:22] ioria, is there a newer version? i also have been using this [18:22] seemed to work.. I will try rebooting [18:22] https://help.ubuntu.com/community/How%20to%20Create%20a%20Network%20Share%20Via%20Samba%20Via%20CLI%20(Command-line%20interface/Linux%20Terminal)%20-%20Uncomplicated,%20Simple%20and%20Brief%20Way! [18:22] ive installed directly from NVidia [18:23] same thing [18:23] TechMonger, are you using 12.04 ? [18:23] ioria, no [18:23] kur1j: why dont you try the default package provided with the ubuntu version that you have installed? [18:23] TechMonger, so... cat /etc/issue ? [18:24] im using ubuntu16 [18:24] TechMonger, then , why are you using a 12.04 guide ? [18:24] thats the one i found [18:24] TechMonger, https://www.howtoforge.com/tutorial/samba-server-ubuntu-16-04/ [18:25] acicula: bah, that still just boots into the BIOS.. odd [18:25] I wonder if /boot was in a separate partition, though I can't imagine so [18:25] Is that the default? [18:25] flexd: could be, worth a look [18:25] flexd: make sure grub-update is run also when updating [18:25] ioria, thx [18:26] TechMonger, yourewelcom [18:26] or update-grub, i forgot what it was called [18:27] can someone please explain to me why Gedit is constantly opening on the wrong workspace? It seems to be ignoring the options to Always on Visible Workspace, etc? [18:31] acicula: right.. looking in /boot, it seems to have the right files [18:31] abi-xxxx, config-xxxx, initrd.img-xxxx, System.map-xxxx vmlinuz-xxxx where xxxx=4.4.0-53-generic [18:32] but there is no /boot/grub [18:33] flexd: yeah those files are there because you installed them [18:33] can you look in /etc/fstab and see if there is a /boot entry [18:33] yeah I know, I meant that they are not missing, so it should have a kernel [18:34] had I screwed up before rebooting, they would not have been there [18:34] I wonder if UEFI/SecureBoot has anything to do with this [18:34] It does say "Booting in insecure mode" before it restarts [18:35] however it would be odd if that suddenly affects something, since it was working before I removed the kernel :/ [18:35] that just means it will boot unsigned kernels i think [18:40] right [18:41] running update-grub complains about not being able to create /boot/grub/grub.cfg.new (directory does not exist) [18:42] aha [18:42] there is a separate /boot :) [18:42] just let me mount this and it will be good [18:43] how do I extend this /boot partition? http://picpaste.com/pics/partitions-j2Tixte5.1481049709.png .. short from backing up and rebuild [18:44] Upon uninstall, should packages be removing their unchanged files from /etc ? [18:44] tgm4883, you mean the config files ? [18:44] ioria: yea [18:44] well, specifically, an apparmor profile [18:44] tgm4883, purge does that, not remove i think [18:45] tgm4883, oh... i see [18:45] ioria: so I think removing webbrowser-app causes boot to fail because it leaves the profile in there [18:45] tgm4883, maybe [18:45] ioria: well it did for me :) [18:46] tgm4883, purge and see .... you may need to explre also .config [18:46] Not sure if this would be considered a webbrowser-app bug or an apparmor bug === button is now known as crayon [18:47] oh come on! [18:47] so I get into grub now [18:48] and I can select ubuntu, and I get to the screen where I would normally type in the password for the LUKS decrypt [18:48] and the keyboard works in grub, so I can select things [18:48] What does the "-e" in this bash script mean? http://paste.ofcode.org/JSACGkFFwUaXw6cSppyRU7 [18:48] tgm4883, sure a bug :þ [18:48] Is it an error? [18:48] but now I can't enter the password.. no keystrokes are registered [18:49] acetalwas: bash -e returns true if a file or folder exists [18:49] not an error [18:50] flexd: mount /boot and try again, you have to reinstall the kernel image also [18:50] or move the files to the proper location under the mounted /boot [18:50] yeah I reinstalled it [18:50] ah it boots, was still catching up [18:50] It boots and should be fine, but stops at the password input where I can't enter the password :p [18:50] strangest problem ever [18:51] that i dont know [18:51] encrypted FS? [18:51] yes [18:51] also, if i ctrl-alt-f1 I can see my password [18:51] its like my input is not getting to the right terminal [18:52] oh, maybe it's just broken after the decrypt? [18:52] flexd: Thanks [18:52] flexd: are you logging into a terminal session> [18:52] ? [18:52] But is the script wrong? [18:52] I'm getting an error. [18:52] Pici: no [18:52] flexd: what happens if you type your password and press enter? [18:53] acetalwas: what error? (also ##bash are great at bash scripting, I am not) [18:53] Pici: nothing happens at all [18:53] even if *'s don't show up [18:53] Okay, thanks [18:55] Right... I managed to boot into recovery from grub now [18:55] should make things a bit easier [18:56] hello all [18:56] good evening [18:56] knittel: hello [18:56] i still have a question [18:56] hello flexd [18:56] i can say i start to have the hang of ubuntu [18:57] only i have 50 unattended updates [18:57] and i can not get them back anymore [18:57] someone can help me out? [18:57] what do you need help with === Postrecito is now known as Postrecito- [18:57] it gives in the terminal always : no access [18:57] let me explain [18:58] a week ago i installed ubuntu and upgraded from 15.10 to 16.04 [18:58] ok [18:58] then i get the question to update something [18:58] in multiple choice so to say [18:58] so i guess i given a wrong answer [18:59] now i have always in the terminal 50 unattended upgrades/updates [18:59] not sure [18:59] what to do about it? [18:59] everything seems to work fine, but its simply for knowledge [19:00] ok, to start what are you inputting into your terminal [19:00] apt-get updates [19:00] command [19:01] N: « 50unattended-upgrades.ucf-dist » dans le répertoire « /etc/apt/apt.conf.d/ » a été ignoré car il utilise une extension non valable [19:01] answer [19:01] i know i need to put :sudo [19:01] but still almost the same answer [19:01] try sudo apt-get update [19:01] no s [19:01] knittel: can you put LANG=C sudo apt-get update and then provide that line again [19:02] i have to wait now, its running [19:02] On another note, what IRC client are you using? I don't really like pidgin [19:03] Halfcreative1: hexchat is a popular graphical client. [19:03] it changed already, it has done a lot :) [19:03] Is it available through the default ubuntu repositries [19:03] let me see, what is it now [19:03] Halfcreative1: of course [19:04] AppStream cache update completed, but some metadata was ignored due to errors. [19:04] Lecture des listes de paquets... Fait [19:04] N: « 50unattended-upgrades.ucf-dist » dans le répertoire « /etc/apt/apt.conf.d/ » a été ignoré car il utilise une extension non valable [19:04] W: The repository 'cdrom://Ubuntu 15.10 _Wily Werewolf_ - Release i386 (20151021) wily Release' does not have a Release file. [19:04] N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. [19:04] woohoo! It boots! [19:04] N: See apt-secure(8) manpage for repository creation and user configuration details. [19:04] Pici: acicula :D [19:05] apparently there is some kind of bug in plymouth that makes it fail at capturing keyboard input... not sure why I would get hit by it now, but adding nosplash to grub so I have to enter the password in console makes it work [19:06] am i out of chat? [19:06] knittel: NoImNotNineVolt [19:06] no* [19:06] knittel: you're here, please use a pastebin [19:06] NoImNotNineVolt: sorry [19:06] tx [19:06] i'm to new, what is a pastebin? [19:07] knittel http://paste.ubuntu.com/ [19:07] tx [19:08] How can I get my custom shortcut to launch a command to the user's directory? [19:08] I tried doing ~/myscript.sh, but it doesn't launch, only when I do, /home/theuser/myscript.sh [19:08] and then? [19:08] its pasted in there [19:09] knittel add your name on top, click paste... then copy paste the new url here [19:10] i see [19:10] acicula: unfortunately can't use the drivers with Ubuntu because this is a GTX 1080 [19:10] acicula: installed linux-image-generic and it now works on boot again too :) [19:10] and audio works === Miklo is now known as miklo [19:11] or well, in theory... [19:11] kur1j: you can't use the drivers in ubuntu because it's a GTX 1080? [19:11] http://paste.ubuntu.com/23589918/ [19:11] in this way? [19:11] tgm4883: the ones that come with it [19:12] tgm4883: I'm trying to install drivers from the PPA but they didn't work. [19:12] knittel 15.10 is long dead [19:12] Earier knittel mentioned that he upgraded but the terminal shows otherwise [19:12] kur1j: TBF, it sounds like the ones from nvidia aren't working either [19:13] i've tried both, and neither do it seems [19:14] my system says that i have installed ubuntu 16.04 lts [19:14] not 16.04.1! [19:14] knittel what's the output of cat /etc/issue [19:14] i knw the different [19:14] ?? [19:14] "howto"? [19:14] how to command that? [19:14] hey all [19:15] kur1j: what version? [19:15] wb creative [19:15] knittel: what's the output of 'cat /etc/issue | nc termbin.com 9999' [19:15] knittel in a terminal, type cat /etc/issue then hit enter [19:15] NVIDIA-Linux-x86_64-375.20.run [19:15] tx will do [19:15] kur1j: Sorry, what ubuntu version? [19:15] tgm4883: 14.04 [19:16] cat /etc/issue [19:16] Ubuntu 16.04.1 LTS \n \l [19:16] thats the output [19:16] its even with 1 didnt know :) [19:17] knittel ok, what was your initial issue, why are you here [19:17] hi..how do i stop my usb0 interface from being renamed to enx* [19:17] about 50 unattended updates [19:17] read the paste bin [19:18] http://paste.ubuntu.com/23589918/ [19:18] tat is why i'm here [19:18] knittel: well the error that you posted is because it's looking for the CD. You can comment it out in /etc/apt/sources.list [19:18] knittel yes, the 15.10 updates cannot complete, remove the 15.10 sources from your list [19:19] if i understand well they are only for 15.10 (wiley werewolf and 16XX doesnt need them? [19:19] hi..how do i stop my usb0 interface from being renamed to enx* in ubuntu 15.10 [19:19] knittel: correct [19:19] user401: Why and how explained here : https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ . [19:20] knittel true, get rid of all things 15.10 [19:20] Bashing-om: thanx [19:20] ok, tx and how to rm the sources 15.10? [19:20] user401: NP . :) [19:20] i apologize i ask a lot, but i'm really in the beginning [19:20] been always windows user [19:20] knittel: You need to edit /etc/apt/sources.list and comment out the lines for the CD [19:21] For keyboard shortcuts, how do I launch something from the $HOME directory? $HOME and ~ isn't working, and I have to use absolute paths like /home/usr/script.sh [19:21] what chanel should i go pour 16.06 [19:21] knittel in a terminal, type sudo -e /etc/apt/sources.list [19:21] Kristian you mean 16.04, here is fine [19:21] Error mounting /dev/sr1 at /media/christian/LGE Mobile: Command-line `mount -t "iso9660" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500" "/dev/sr1" "/media/christian/LGE Mobile"' exited with non-zero exit status 32: mount: /dev/sr1 is write-protected, mounting read-only mount: /dev/sr1 is already mounted or /media/christian/LGE Mobile busy [19:22] i want to read my mobile [19:22] done, i read some about cd rom ww and so on... [19:22] Thanks for the hexchat recommendation, this feels a lot better than pidgin [19:24] i need to "take of " the upperline? [19:24] simply delete that one and close the terminal? === Tims_Tech is now known as Guest71530 [19:24] knittel what line is that [19:25] knittel: Best to "comment out" the CD reference line / [19:25] deb cdrom:[Ubuntu 15.10 _Wily Werewolf_ - Release i386 (20151021)]/ wily main r$ [19:25] knittel yes, put a # in thre beginning of that line [19:26] impossible d'ouvrir le périphérique MTP « [usb:001,014] » [19:26] then enter? [19:26] to be sure :) === Tims_Tech_ is now known as Tims_Tech [19:28] sorry guys & girls what is comment out... [19:28] knittel: No, all that is needed is the '#' character at the start of the line . Then the system will not parse that line . Once all edits are competed, then remember to save the file . [19:29] i've done the # [19:29] ok, tx [19:30] I guess it worked since he or she left.. [19:31] I would like to install ubuntu on an encrypted / without a seperate boot [19:31] can anyone point me in the right direction ? [19:32] zzero1: ^ that is a default install . If only ubuntu is to be installed to that hard drive is as simple as choosing " erase disk and install ubuntu ' . Answer a few set up questions and done . [19:33] Hi guys! I need to deploy a few low traffic Node.js apps on a DO 1GB RAM, 1 CPU server... is it better to deploy them directly or use Docker containers? [19:33] I don't want the default install [19:33] I want to put the kernel in a separate hard drive as .efi [19:34] zzero1: Then you need to explain to us what it is that you want that is different than standard . [19:34] well I want an efi install [19:34] tarkus: that is entirely up to you.. do you already have docker containers and you know how to use docker? [19:35] I want root on an encrypted root with encrypted boot, efi partition would contain the appropriate kernel and initrd images in an other hard drives [19:35] zzero1: "separate hard drive as .efi" ; Boot the kiveUSB ( installer ) in EFI mode and the installer again will do it's thing ,, installing as EFI with standard defaults . [19:36] hi people [19:36] zzero1: live(USB) * [19:36] well I don't want to have a efi partition on the same drive [19:38] the /boot would be on the encrypted root [19:38] hi hi [19:39] zzero1 i guess you better put a full description of what you (don't) want on a forum [19:39] zzero1: exit stage left , for me as .. I know nothing about encryption . [19:40] ayuda [19:40] alguien sabe como solucionar un problema en el arranque [19:40] !es [19:40] En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [19:41] Im trying to get sftp chroot users working with pam-mysql ... Without using a chroot env they work fine, as soon as I do the user can login but then the prompt hangs when executing a command. The message I see in syslog is "sshd[21811]: debug1: PAM: establishing credentials" ... do I need to copy things into the jail like the pam config files? [19:43] Right.. so system back online.. but no sound [19:44] also, when I plugged in some headphones to the system, pavucontrol (or rather pulseaudio) does not seem to detect that at all, it still says Headphones (unplugged) === Mobutils_ is now known as Mobutils [19:53] I have a system that during the removal of cups to clear a printing issue became unbootable [19:53] It is stuck at the Ubuntu splash screen with the progress back actively move [19:53] howarth: hit escape === colin_ is now known as indigo945 [19:54] what I am actually just trying to do is to get to the grub boot loader [19:54] so that I can do a stage 3 boot from the terminal to fix the missing packages [19:55] howarth: well that happens before you get to that splash screen [19:55] howarth: but removing cups shouldn't break it, so hitting escape should at least tell you what it's waiting on [19:55] this is starting from a rEFind booter [19:56] I read on line that I should hold the left shift key down during the boot [19:56] to get to grub [19:56] I got to work just once but can't seem to repeat the trick [19:56] howarth: well usually yea, not sure with rEFind. I just say no to Mac [19:57] this is pretty much a test system to learn abour migrating from Fedora to Ubuntu [19:58] I tried booting under the live 16.10 usb [19:58] howarth: sorry I couldn't be more help, I was just wondering what was causing the boot to hang [19:58] but I have a sde1 which is fat [19:59] and sde2 which is ext2 and seems to have grub on it [19:59] and a sde3 which is marked as llvm2 [19:59] which I can't puzzle out how to mount at /mnt [19:59] I was hoping to chroot from the Live USB boot [19:59] i need some help to understand this i got a hp pavillion 15-ab188ca in recovery mode wi-fi and bluetooth work but when i am on normal start bluetooth see it wi-fi to but cant connect [20:00] I've not really used lvm much before [20:00] II thought it was just a virtual filesytem that was actually formatted as ext4 [20:01] however 'mount -t ext4 /dev/sde3 /mnt' doesn't work [20:01] actually the installation partitions are those of thestock 16.10 installer [20:02] howarth: don't use enter as punctuation [20:03] Crystrax, probably some conflicting modules interfere .... [20:04] i have stop using the hp driver making many update will try reboot and make some change il be back after restart GOOd thing i still have a usb ethernet stick [20:05] and is there a other command that auto-remove to clean old package and repair [20:05] These lines are part of a vagrant packer script to build ubuntu boxes: I suspect that the randomly leave something locked so that the next "apt install" blocks forever: https://github.com/boxcutter/ubuntu/blob/master/script/update.sh#L20-L23 What might that lock be? [20:06] okay, I hit escape and managed to get into grub but it shot me to the grub prompt [20:06] how to I get back to the menu with the kernels? === Mobutils_ is now known as Mobutils [20:06] no EW-7811DAC - wifi usb [20:06] Crystrax, auto-remove removes pkgs no longer required [20:06] what is the grub command on the grub prompt for that? [20:06] Crystrax, what you mean with 'rpair' ? [20:06] *repair [20:07] I hit the escape key and for a moment it displays the grub boot screen with the two kernels options [20:07] when I was knocked down to a grub> prompt [20:08] with the text [20:08] Hi there ! [20:08] I'm having loads of trouble with a new 16.04 install [20:09] I'm getting weird certificate errors when using firefox and chrome [20:09] Minimal bash like editing is supported. For the first word TAB lists the possible command completions Anywhere else tab lists the possible device or file completions [20:10] I am trying to exit the grub prompt to get back to the menu [20:10] I cannot use git to clone a repository [20:10] internet connection itself is quite slow === nat is now known as Natkeeran [20:11] Are any packages marked "hold" by default? I copied and pasted a line from a page on how to install R Studio that was actually two "sudo apt-mark hold" commands run together including a "$" prompt before the second, and it appears to have marked every single package as to be held. [20:12] tgm4883: I found an error in dmesg [ 29.535583] nvidia 0000:00:05.0: irq 45 for MSI/MSI-X [ 29.577727] NVRM: RmInitAdapter failed! (0x23:0x56:458) [ 29.577807] NVRM: rm_init_adapter failed for device bearing minor number 0 [20:12] Hi all. Is it possible to get latest packages in (k)ubuntu? The packages in universe are too old, should I add debian sid into sources.list? [20:13] !lastest | yenclgj5nlw don't mix distro's [20:13] !latest | yenclgj5nlw don't mix distro's [20:13] yenclgj5nlw don't mix distro's: 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. [20:14] I have backports enabled by default [20:14] !backports [20:14] If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [20:14] it is weird that if I exit at the grub> prompt it takes back to the rEFind boot menu [20:15] hahahah so how i make the fn f12 shorcut [20:15] ah [20:16] interesting [20:16] not the same on ubuntu my wi-fi bluetooth are in plane mode [20:16] it isn't well document by you apparently can pass addiotnal arguments from rEFind [20:16] why shouldn't I mix distros? [20:16] I use added '3' and it to me to the grub menu [20:17] how can I find if I need some proprietary drivers ? === Postrecito- is now known as NoEstoy [20:18] CaptainQuirk, Additional Drivers ( but it does not mean that 'you need them') [20:18] yenclgj5nlw: becaues debian is not ubuntu, so packages made for one may not work right on another [20:19] I get some weird things in dmesg [20:20] yenclgj5nlw: A good read on why NOT : https://wiki.debian.org/DontBreakDebian . [20:20] Bashing-om: thank you [20:21] yenclgj5nlw: :) all a process of learning . [20:23] how can I install intel graphics driver on ubuntu 16.04 ? === NoEstoy is now known as postrecito- [20:23] me as a padawan i go in additional driver in update [20:23] Crystrax, nothing in ghere [20:24] Well, I get one entry [20:24] it seems to be already installed [20:24] think have to be selected to by use [20:24] it is selected === postrecito- is now known as NoEstoy [20:29] CaptainQuirk: Generally the Intel provded driver in the kernel is what you want to use . What chip set and release ? As there used to be problems with Skylake GPUs require non-free firmware blobs for full functionality. [20:29] be back gonna restart againt [20:33] Bashing-om, I actually don't know where to find which chip and release [20:33] okay making progress with the reinstallion of cups which dragged in must of the stuff that was deinstalled [20:33] does ubuntu have the equivalent to Fedora's package groups? [20:33] to that a virtual package would reinstall the destop [20:33] desktop [20:33] CaptainQuirk, lspci -k | grep VGA -A 3 [20:36] ioria, Bashing-om, I get a line with Kernel modules: i915_bpo [20:37] is it possible to downgrade xorg to get fglrx on 16.10? [20:37] CaptainQuirk, maybe you can pste it ? [20:37] okay [20:37] CaptainQuirk, i bet SkyLake, btw [20:37] apt-get install ubuntu-desktop looks hopeful === mrpickles is now known as MrPickles [20:38] CaptainQuirk, _bpo i think is backported [20:39] yenclgj5nlw: no .. is the short answer . IF ya gottsa have FGLRX then release 14.04.(1) has the supported X-server . [20:39] http://pastebin.com/0aarGtGb === MrPickles is now known as Mr === Mr is now known as MrPickles [20:40] CaptainQuirk: pastenin ' lspci -nnk | grep -iA3 vga ' to see what the chip set is . [20:41] is a pastebin link not satisfactory ? [20:42] Where would I start debugging an issue like this? https://devtalk.nvidia.com/default/topic/957757/gtx-1080-amp-kvm-pci-passthrough-to-guest/?offset=2#5033118 [20:43] CaptainQuirk: "Yeah works . Now where did you get the driver " As " Regarding i915 vs i915_bpo, I think "bpo" stands for "backported". It contains some fixes found in newer versions of i915 that get backported to ubuntu kernel to fix known issues/add new hardware support." . [20:45] The driver must have been installed automatically [20:49] CaptainQuirk: Well yeah, I can accept that .. and on that basis I would think ya doing the best you can do with that chipset . === VoidWhisperer_ is now known as VoidWhisp[erer === VoidWhisp[erer is now known as VoidWhisperer [20:57] Damn! I think I'm running into a driver bug for this GTX 1080 [20:57] https://devtalk.nvidia.com/default/topic/957757/gtx-1080-amp-kvm-pci-passthrough-to-guest/?offset=2#5033118 same...exact...issue [21:00] I have a book scan pdf. Can I add pdf metadata table of contents to it? [21:05] how can i enable ensurepip for pypy? [21:08] Xaseron: I think you're looking for #python, not #ubuntu [21:08] ensurepip is disabled in Debian/Ubuntu for the system python. [21:09] the lts upgrade broke my pypy pip setup :-/ [21:09] Xaseron type /j #python [21:14] hey [21:15] how can i mount a second ext4 partition for user? [21:34] is there a filemanager like PCManFM that shows a nested directory structure, but with files also? (like in the command-line tree command) === dlb76 is now known as _dlb76 === _dlb76 is now known as dlb76 [21:40] Hi, I have some trouble with my wifi card, when I start a big download on my lan, it starts at 30M/s and after a few MB it stop downloading and I loose all network capabilities (ping, http, ...) until I disable and enable the wifi again. Here is a gist with more infos : https://gist.github.com/Nox-404/7645b3b7d6eadac64862fccf14551f31 [21:41] Ubuntu 16.10; is there some magic in Unity to select icon and exec for an application on the launcher? I have a pycharm.desktop that has worked flawlessly, but in a new version of the app the launcher isn't recognized as belonging to the launched app. It lauches PyCharm, but then adds a new icon to the launcher row. === feathered_pers-1 is now known as featherperson [21:49] maedox is there a 'icon= ' line? [21:50] MonkeyDust: yes. https://paste.ubuntu.com/23590609/ [21:52] MonkeyDust: the weird thing is that the title for the launcher that was auto-created by Ubuntu is named after one of the projects opened in PyCharm. Even if the app is closed the title remains. Which leads me to believe there is some cache somewhere, but I'm not sure where to look. [21:53] maedox: MonkeyDust We do not want this space " Exec=env XMODIFIERS= /home/paal " before /home do we ? [21:53] maedox maybe the icon line needs the full path [21:54] maedox: this is mine: https://dpaste.de/XXQv [21:54] Bashing-om yes, i noticed the space too [21:56] What's a program that you install immediately on a fresh Ubuntu/Debian install? I can't seem to live without Redshift, heh. [21:57] xclip, arandr, wmctrl-switch-by-application [21:57] ohemdevin: vim :) [21:57] the space is there to set XMODIFIERS to nothing. It works though. It launches correctly, it just adds another icon and makes that the active one for the app. [21:57] synapse [21:57] hey is there a tool like autohotkey that is for ubuntu? [21:58] Yep, I've got vim installed as soon as I got Xubuntu on this computer. [21:58] MonkeyDust: Bashing-om blackflow it has worked before though, so I wonder what changed. I tried the previous pycharm without change. I'll try removing the env stuff from exec... [21:59] anyone know how i can automate pressing keyboard buttons and delays for ubuntu? [21:59] ohemdevin: also, shutter for screenshots [21:59] ericx2x: xdotool [21:59] alright cool, that is what i figured but i failed to find good documentation online. I'll give it another look [22:04] Hi, how can I troubleshoot my wifi card, downloads drop at 0b/s after a few sec and I loose all network capabilities for a few minutes : https://gist.github.com/Nox-404/7645b3b7d6eadac64862fccf14551f31 [22:06] oh my bleeping bleep! I found the "cache". A .desktop with X-UnityGenerated=true in it. The bastards! I get that they are trying to be helpful, but still. It exec's the whole long ugly java command instead of the pycharm.sh script. That's why my searching failed. Meh. [22:12] maedox: Good sluething ! [22:13] Is there such thing as a backport of jabberd2 2.4.0 for ubuntu 12.04? I'm asking because, uhm... for a friend?.. [22:16] !info jabberd2 [22:17] jabberd2 (source: jabberd2): Jabber instant messenger server. In component universe, is optional. Version 2.4.0-1 (yakkety), package size 395 kB, installed size 1963 kB [22:18] I just opened a brand new USB flash memory stick. I want to test it for bad blocks and verify its reliability. How may I do so without wearing it out? [22:19] MTecknology: Do not se that there is : http://packages.ubuntu.com/search?keywords=jabberd2&searchon=names&suite=precise-backports§ion=all >> Sorry, your search gave no results . [22:20] Bashing-om: I was aware it wasn't an available backport... was just hoping someone in here might know something beyond. :( [22:22] ppa by ondrej, php 5.6, the current package is 5.6.28-1+deb.sury.org~trusty+1, how can I get previous versions like 5.6.23-2+deb.sury.org~trusty+1 ? [22:25] MTecknology: https://launchpad.net/ubuntu/+source/jabberd2 says might be possible when the zesty HWE is available in precise ?? [22:25] I read here that I should keep my own repo for php packages versioning purposes - http://serverfault.com/questions/677850/ubuntu-14-04-ppa-previous-minor-version-of-php-5-6 [22:28] tekeli-li: A default run of badblocks will write to every block of the drive exactly once, and that is the minimum for determining that all of the blocks are good. Another option though is to use a filesystem like btrfs that stores checksums of data, which will ensure that you will never read corrupt data (if the drive changes some bits in a file you will get a read error at the filesystem level). [22:30] Jordan_U, Will badblocks destroy the existing fileysystem? Thank you for informing me about brtfs. [22:30] tekeli-li: Yes it will. [22:32] hmm [22:32] tekeli-li: You're welcome. You should know if you don't already that btrfs is still a pretty new filesystem, so that may count against it if your goal is reliability. [22:35] Jordan_U, Can fsck verify the existing filesystem non-destructively? If so, would that be more or less effective than badblocks? [22:38] Here's the partition table of the device: https://paste.ubuntu.com/23590776/ [22:38] so i seem to have run out of space on /boot, but apt-get autoremove doesn't want to get rid of old kernel versions [22:39] tekeli-li: Are you familiar with the difference between data and metada? What is your end goal here? What are you going to use the USB drive for? [22:40] it's only 230-something mb. So now i'm precariously nuking the initrds of old versions... including the one that's currently running. This is sure to end well. [22:42] Jordan_U, I think metadata is "data about data", or in this case pointers to units of data on the disk. The filesystem contains metadata about files which contain actual data. [22:43] I guess [22:43] adamg: I would strongly recommend having a LiveUSB available. I would also recommend (but not as strongly) that you eliminate your separate /boot/ and just allow it to be part of your root filesystem. [22:43] i'm using FDE, i'm not sure if that's why i have a separate boot [22:43] in any case, after the rm, and an apt-get install -f, then autoremove picked up the old ones and I'm back to happy land. I think. [22:43] as long as the new kernel boots :) [22:44] (16.04, originally 14.04, dist-upgraded a few months ago) [22:44] Jordan_U, My end goal is to fill the disk with family photos and personal files which will be accessed from Windows and Mac computers. [22:44] tekeli-li: Correct. A successful fsck run will tell you that the blocks containing the metadata for the files on a given filesystem are probably good. It will tell you nothing about the data blocks, or the free space, or about blocks that are outside that partition. [22:45] Jordan_U, Before that, I want some assurance that the disk is not defective right out of the box, and that it will store the data reliably. [22:48] tekeli-li: Will you only have one round of photos? One thing you could do is make checksums of all of the images, copy the images to the drive, then eject the drive and re-insert it (to be sure you're not just reading from cache) and re-check the checksums. Then you can copy the files to 10 other machines and maybe even bring it back to your machine and verify the checksums one last time and be pretty [22:48] sure that all of the data was read properly the other 10 times as well (or you'll know that the drive went bad at some point, and you'll have a good guess as to which files are not properly copied to the other machines). [22:49] anyone have an idea on how I can debug this error from my NVidia drivers? [22:49] https://paste.linux.community/view/2e2120f8 [22:51] Jordan_U, I have about 25 billion bytes (25 GB) of photos and personal files accumulated from multiple machines across years of usage. [22:51] tekeli-li: Other options are to use badblocks on the entire drive then re-make the partition / filesystem or to just trust that the USB drive is probably good. If using badblocks once on the drive makes the drive meaningfully less reliable then it wasn't very good to start with. It could very well make a cheap drive perform less well (compared to a drive that has never been "filled") especially if the [22:51] drive doesn't support TRIM (which most thumb drives don't). [22:51] Bashing-om: I'm confused, where does it say the jabberd2 backport requires something else being backported? [22:52] <_28Kb> hi, i have problem with NVIDIA drivers on new 16.04 install. Is it possible that there are no drivers for my old GeForce 7300 LE GPU? can anyone help? [22:53] The legacy Nvidia drivers aren't supported? [22:54] Have you checked "Additional Drivers" yet? [22:54] Hey guys ! When I set a keyboard shortcut for, say, move from one workspace to another, where is it saved ? [22:54] <_28Kb> it seems [22:54] <_28Kb> additional drivers stuck in login loop [22:54] Jordan_U, If I must remake the partition table and filesystem, which format and filesystem is well suited for use on both Windows and Mac computers? What can I do about the "trim" problem? [22:55] http://packages.ubuntu.com/search?keywords=nvidia-304 [22:55] I have this driver installed on my computer right now. [22:56] I also have an older GPU than you, if the model number is anything to go by. [22:56] Maybe you have the 'restricted' repo disabled? [22:56] GPU: GeForce 6150 LE [22:56] <_28Kb> no [22:57] <_28Kb> system offers me drivers, but they are not working [22:57] <_28Kb> 304 package [22:57] <_28Kb> and 173 is no longer supported [22:57] _28Kb: 304 should be good for you [22:58] <_28Kb> i tried many ways [22:58] Maybe you'll be able to install the 304 driver via the command line? [22:58] <_28Kb> i did that [22:58] <_28Kb> 304 is current [22:58] tekeli-li: Not much that you can really do about the drive slowing down after being filled up, and if it's a drive that will do that from badblocks then it will also do so with normal copying of files onto the drive eventually. [22:59] <_28Kb> i even installed 304 from nvidia site [22:59] <_28Kb> blacklisted nouveau [22:59] tekeli-li: What size is the drive? Will any of the files be larger than 4 GiB? [22:59] <_28Kb> did things that i dont even understand... and nothing :) [23:00] <_28Kb> now i have fresh os install [23:00] <_28Kb> and i want drivers [23:00] Hi, how can I troubleshoot my wifi card, downloads drop at 0b/s after a few sec and I loose all network capabilities for a few minutes. Some infos : https://gist.github.com/Nox-404/7645b3b7d6eadac64862fccf14551f31 [23:03] Jordan_U, As shown in the partition table linked above, the disk is approximately 32.1 GB. I don't think any files are more than 4 GiB. Would a file copy operation fail for files over 4 GiB? [23:05] tekeli-li: It would if you decided to go with Fat32 for the filesystem, which is the best in terms of compatability. [23:07] Jordan_U, As long as an informative error message is given upon failure of the file copy operation, I will be capable of deciding how to proceed from there. [23:09] tekeli-li: You'll definitely get an error message, though I don't remember what is is (in nautilus or when using a cli tool like cp or rsync) but I'm guessing it will be pretty clear, espcecially since you are now aware of the problem. [23:10] Jordan_U, The manpage says `-n Use non-destructive read-write mode.` Will that be good? [23:13] Jordan_U, I mean to ask if I should type `badblocks -n /dev/sdc`. The manpage seems to imply that the test is read-only unless other options are given at the command line. [23:15] Trying to debug an ath9k driver wireless card. I've tried most all of the fixes I could find, but it appears that on wake from suspending it is never able to send or receive traffic from my home wifi. A neighbor's open xfinity hotspot works just fine, and I've even played around with different channels on the router with no luck. Ethernet connection works fine anywhere. Here's some info https://gist.github.com/mattdavenport/3c14ef10adb4ff33b264e836de1ff778 [23:19] MTecknology: Sorry for the delay . dinner . In the link is the top item : The Zesty Zapus (active development) >> 2.4.0-2 . I would expect in precise IF HardWare Enablement is active .. that shortly after the relese of zesty that this version "might" be available on precise . [23:19] tekeli-li: I would be very surprised if the read only test failed, but you can try it. I think you're probably overthinking this though :) [23:20] Bashing-om: but this package is in universe and doesn't get backported [23:20] Jordan_U, Not sure how I might be "overthinking", but I'll gladly read any information you wish to share. :)' [23:23] MTecknology: Ouch ! so true .. universe I do tend to agree, is not backported . Sorry for getting the hopes up . [23:23] agree? [23:24] MTecknology: " this package is in universe and doesn't get backported " is what I also think . [23:24] ah, I was confused because it's just fact; universe isn't backported [23:25] tekeli-li: Well, most people would just copy their files to a new flash drive, copy from there to their other machines, and just assume everything worked correctly. I would probably do that, then follow up with rsync on all machines afterward to check that there was no corruption. If you want to just have a reasonably good idea that the drive is good, beyond what you get from the general expectation that [23:25] a new product works, then run destructive badblocks and if the performance of the drive afterward is bad then return the drive. [23:27] Jordan_U, The generally poor reliability I've experienced with flash memory devices has given me reason to question whether a "new product works". [23:29] Jordan_U, As I understand the badblocks manpage, `badblocks` without options is read-only testing. One must supply either the `-w` or `-n` options to do write testing. Is that correct? [23:30] tekeli-li: Understood, and I do agree that this is one area where what "most people would do" is not really a good idea for important files. But for example rather than worrying about wearing out or slowing down the drive by testing it, you should just test it and return the drive if either problem happens. [23:32] Jordan_U, Very well. Shall I test the drive with `badblocks -n /dev/sdc`, `badblocks -w /dev/sdc` followed by remaking the partition table and filesystem, or some other command? [23:36] Hi everyone. I would like to buy a laptop to run Ubuntu on natively. Here is a description of my needs: http://ideone.com/J3OO5H Looking for recommendations. [23:36] tekeli-li: It looks like yes, a read only test is done if no other parameters are passed. No sense doing a test with -n if you're only going to follow it with a test with -w. Note that -n *does* write to every block of the drive, it just tries to ensure that the bits on the drive before running badblocks and after running badblocks are the same (barring hardware failure). [23:38] Hi all, running YY with a self-built 4.9 kernel on a Dell XPS 15. I've been having sporadic problem with suspend on lid-shut not working, and getting home to find a scorching hot laptop in my backpack. I thought there was supposed to be something in ACPI that automatically forced shutdown in this case... [23:38] Any suggestions on how to proceed? [23:39] Jordan_U, `badblocks -n /dev/sdc` it is then. I'll be doing a little more research on my own before I proceed. Thank you very much. :) [23:39] Logs seem to indicate it's an issue with brc wifi -- Dec 6 18:18:05 migdol-dell kernel: [32944.450300] brcmfmac: brcmf_pcie_pm_enter_D3: Timeout on response for entering D3 substate [23:40] I do get several ACPI warnings on boot [23:44] I have some program files I can't get rid off. sude apt-get remove(or purge) filenames wont remove them. And there is easier way to get rid of all related files even they are in diffferent dirs? [23:44] sudo* [23:50] engpy: --purge will not remove config files in the /home directory .. where and what are these files that are not removed ? [23:56] Bashing-om; they are in usr/share/ [23:57] "and what are these files that are not removed ?" [23:58] engpy: apt doesn't support providing a file name as a way to do something with the package that file is from. So you can't "sudo apt remove /usr/bin/firefox" (though that is a feature of yum/dnf that you might remember using in an RPM based distro). You can "dpkg -S /usr/bin/firefox", which will tell you that the "firefox" package is what contains that file, then you can "sudo apt remove firefox". [23:59] actually it is from xchat-gnome - I did remove the client with sudo apt-get remove xchat-gnome, but that file is still there and I can't touch it.