[00:00] (as in a none-desktop environment recovery shell) [00:00] hammer25: Other apt application open at the same time ? There can be but one open . [00:00] I don't, no [00:00] dylan__: do you know how to get the grub boot menu up ? [00:01] I don't in 16.04 [00:01] I believe it was holding shift though [00:01] dylan__: in the grub menu there is normally a "recovery mode" option and then you can select a recovery shell [00:01] once you do that run [00:01] dylan__: Hold shift on BIOS, spam escape for UEFI. [00:02] "X -configure" [00:02] Jordan_U: thank you, [00:02] ikonia: I will do that once I get an IRC client on my phone [00:02] ikonia: You're welcome. [00:02] 2 secs [00:02] dylan__: that will create a template xorg.conf that is sane in /root [00:02] dylan__: from that you can use copy that into /etc/X11 and change it's config options [00:03] so X -configure and that's it? [00:04] dylan__: thas it [00:04] Alright. I'll get back to you in a couple minutes (I'll still be on my phone) [00:04] ikonia: dylan__ In recovery, set the file system r/w ? [00:04] Bashing-om: should be r/w already [00:05] Bashing-om: it only mounts r/o if there is a problem [00:05] he's chosing to boot into it, should be fine [00:06] ikonia: K; good to remember . I thought activating recovery .. was read only then . [00:06] Bashing-om: I could be wrong, we'll find out soon enough [00:06] ikonia: recovery mode usually does r/o mode, you usually have to remoutn with `mount -o remount,rw /` or w/e it is [00:06] * teward hasn't had to boot into recovery in an age [00:07] teward: never had it in r/o mode, so I'd be surprised [00:07] but I pretty much never use it [00:07] it should have write access [00:08] ikonia: i've never had a recovery mode with a root shell that isn't r/o but eh. Only ever cared when I fat-fingered my password and it didn't work anymore :P [00:11] welcome back dylan [00:11] Ikonia could you please repeat your instructions? [00:11] I think I'm doing something wrong [00:11] no problem [00:12] dylan_cl: from the reovery root shell, "X -configure" [00:12] dylan_cl: that will create a template xorg.conf in /root [00:13] Fatal server error [00:14] dylan_cl: thats ok [00:14] Could not create lock file in /tmp/.tx0-lock [00:14] dylan_cl: did you see a template in /root [00:15] I did not [00:15] At least, I don't think [00:15] dylan_cl: nothing like xorg.conf in /root ? [00:15] dylan_cl: try "touch /tmp/dylan.txt" what does it say [00:15] I wonder if teward is right [00:15] Still in the root shell? [00:15] dylan_cl: yes [00:16] No such file or directory [00:17] dylan_cl: ls -la /tmp [00:17] dylan_cl: does that work ? [00:17] Yes [00:17] dylan_cl: so "touch /tmp/dylan.txt" does that work [00:18] Cannot touch... Read-only file system [00:18] dylan_cl: there we go, teward was correct [00:18] ikonia: it's always r/o in recovery mode, you have to drop to root to get it into r/w mode [00:18] dylan_cl: so you need to mount it read/write [00:18] has been since I"ve ever touched it back in 9.04 and onwards :P === mist is now known as Guest72998 [00:18] dylan_cl: so mount -o remount rw / [00:19] "mount -o remount rw /" [00:19] My recovery menu just went weird [00:19] Is restarting ok? [00:19] sure, it won't matter [00:20] apologies, i'll have to drop off as it's getting very late, but one of the other guys in here will help you finish off, [00:20] some solid guys who can help you generate a template xorg.conf to try some settings [00:20] Oh, alrifht [00:20] Thanks so much for the help [00:21] ikonia: erm [00:21] ikonia: `mount -o remount,rw /` [00:21] extra space will botch it up [00:23] Teward, would you be able to help me now that ikonia is gone? [00:24] dylan_cl: i am not x.org fluent, apologies [00:24] No worries [00:25] dylan_cl: though I know my way around the recovery console and how to get the system into r/w mode from there as was necessary here, I can't help beyond that sorry. [00:25] perhaps someone else can. [00:26] Maybe tomorrow. Since it's almost 2:30 I should probably go sleep. === alexandr1 is now known as alexandros_c === dahlia is now known as dahlia_ === dahlia_ is now known as dahlia__ === dahlia__ is now known as dahlia___ === dahlia___ is now known as dahlia === RobShad_ is now known as RobShad === bipul_ is now known as bipul === dealer is now known as romberto [00:57] Does anyone know what /sys/class/power_supply/BAT0/power_now contains when a laptop is charging? [00:58] When it is discharging it is power consumption, I assume it would stay the same when charging, but technically the power consumption is negative [00:58] So it is the net consumption or the consumption not including the adapters input? [01:10] I have seen several formats for the dd command to create a live usb...is there more than one right way to do it? [01:11] anybody have any luck installing letsencrypt [01:11] for example the one I used that worked was "dd bs=4M if=xubuntu-16.04-desktop.iso of=/dev/sdb" but the guide has a / before the xubuntu iso but when using it I get "no such file or directory [01:11] pistle: Yes. Any reasonable value for bs= for example will have the same outcome, but could just change how soon it completes. [01:11] I was in the parent directory and did ls so I could see the iso [01:12] Jordan_u: What about the path names and sync etc? I have seen variations of this and only got it to work by trial and error [01:13] I tried it with status but it failed...I removed status and it worked etc [01:13] seems finicky [01:14] pistle: the / before xubuntu means it is looking for the file at the root of your filesystem. Without the slash it means it looks for it in your current directory [01:14] pistle: As a file path, for any command, '/foo' means the file named 'foo' in the root directory. 'foo' means the file named 'foo' in the current directory (which you can print by running "pwd"). [01:14] Ah so if I start with a / I need a full path name from root? better to just cd into the containing directory then eh? [01:15] yes [01:15] thanks [01:15] pistle: Then 'dd' command I use ' sudo dd if=/path/to/iso of=/dev/sdX bs=4M && sync ' Where X is the target drive ( a,b,c ) . [01:15] pistle: status= is a very new addition, and won't work with older versions of dd. [01:15] Does anyone have any advice for me if I am switching from Windows to Ubuntu? [01:15] pistle: also be careful with dd. It /will/ ruin your life at some point :P [01:15] what does sync do in this instance? [01:15] SolitaryCypher: How? [01:16] ! Manual | TechnoTrumpet [01:16] TechnoTrumpet: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [01:16] I am playing with fire? [01:16] pistle: "sync" flushes the cache to disk . [01:16] pistle: if you make of=XXX the wrong thing it can overwrite your hard drive [01:16] pistle: A one character typo could lead you to wipe your internal drive instead of the USB drive. [01:16] sync flushes all the caches outo the harddrrive, and shouldn't return untill all blocks have been written [01:16] Oh my...not good [01:16] thanks ubottu and xangua [01:17] what is flushing the cache to disk? [01:17] dont know what that means [01:17] i didnt even know there was an ubuntu manual xD [01:17] pistle: Indeed. You should triple check any dd command before running it. It is appropriate ro be nervous when using dd. [01:17] Hi, how does one use USB BT Dongles for k/b and mouse with ubuntu...? I'm dual booting Ubuntu 16.04 and Win7... know it was working like a charm before on some previous version, might have been like 14.10. [01:17] Linux will sometimes put off writing the actual data to the usb / hard drive until the cpu is not busy. sync does it immediatly [01:17] pistle: the Operating systems wrties changes to memory because its fast, it may not be done writing all that data to disk untill you execute the sync command [01:17] will it actually let you take out your OS drive while you are using it? No warning? [01:18] hi [01:18] i have a few questions, I have installed accidentally 32bit ubuntu [01:18] Yep. You'd think there would be safeguards [01:18] but it sees 8 gigs ram. ? how does it see 8 gigs ram/? [01:19] I think '# rm -rf /' is safeguarded [01:19] jamesd: that explains why I failed the firest time as I didn't use sync and pulled the drive when it seemed done [01:19] (don't do that command) [01:19] it see's your hardware has 8GB of ram, but each process can only allocate up to about 3GB of ram... its tricky... [01:19] I tried unetbootin and some other tools...they never, ever worked so I tried dd and it seems to if I do it right... [01:19] pae kernel [01:20] andrew__: PAE, Physical Address Extension . See: https://help.ubuntu.com/community/PAE . [01:20] next mission is a multiboot with persistence but I need to read more first...I barely managed this single distro without persistence [01:21] i've used unetbootin for years, and have had no problem as long as extlinux, and or syslinux was installed [01:21] Tin_man: I don't know what those are...are they tools? [01:21] part of unetbootin [01:21] I am using xbuntu 1604 and I am very new at it [01:21] pistle: It's much easier to install windows first, then ubuntu; for when you try it next [01:21] it will say if it's not installed when using it.. [01:22] SolitaryCypher: sorry I meant multi linux distro...I don't have windows [01:22] I wanted to make a live USB with a few linux distros and persistence...just to experiment and learn [01:22] Ah right. Then you (probably) won't have to deal with the isseu I was thinking of [01:23] if I did somehow ever use windows you need to install it first? [01:23] You don't have to, it just makes it easier. Windows will overwrite the Linux boot manager, so you can't immedatly boot into Linux again [01:24] you have to go back to the Live CD and reinstall the linux boot manager [01:24] pistle: No, you do not "need" to .. but if you do not .. will have to manually re-install the boot loader . [01:24] can you guys recommend a method for making a live multiboot linux USB on xubuntu? I found this: http://www.pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/ but havent tired it yet [01:25] Bashing-om: what I mean is.. I have a perfectly working i5 intel with 8 gig ram .. dell e6420 . however, I accidentally installed 32 bit and have been installing programs on it for a week.. does this mean I should start over? [01:25] can you do a multiboot with dd? [01:27] technically yes, but you don't want to. [01:27] Try the tool instead [01:35] wait you can multiboot with dd???? [01:35] andrew__: What release did you install ? 16.04 ? Then yes I would re-install the 64 bit version; due to 16.04 is Long Term Support ,, and 32 bit applications are going south . [01:49] hi can someone help me, instead of displaying the normal splash image i get kernel status when booting [01:49] how to set it displaying splash instead? [01:51] centurion: Have you edited /etc/default/grub ? [01:51] No, I have not Bashing-om [01:53] centurion: Well, then the splash image should cover the boot messages . what is the messages that you see ? [01:54] service [status] where status is OK [01:55] centurion: Odd .. that you see that without explicitly enabling to see them .. what release is this ? [01:55] Distributor ID: Ubuntu [01:55] Description: Ubuntu 16.04 LTS [01:55] Release: 16.04 [01:55] Codename: xenial [01:59] centurion: Sorry, I can not say what the cause is . Only thought I had was an edit to /etc/default/grub had been done to disable the splash image . [01:59] Bashing-om, I have send you a PM with grub config [01:59] !pastebin | centurion [01:59] centurion: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [01:59] use a pastebin [01:59] :) [02:00] phunyguy: [02:00] .......................................................................... [02:01] whhops sorry people [02:01] my cat did that :( [02:02] centurion: An edit has been made to disable splash ! " GRUB_CMDLINE_LINUX_DEFAULT="" ....... GRUB_GFXPAYLOAD_LINUX="None" " .. there are also beeter ways to make up a custom image . [02:03] better* [02:03] interesting. so GRUB_CMDLINE_LINUX_DEFAULT should be uncommented ? [02:03] suuuuure, blame the cat. [02:04] centurion: See: https://help.ubuntu.com/community/MaintenanceFreeCustomGrub2Screen . I have used this tutorial, and it works great . [02:04] meow [02:06] centurion, so cmd_linux_default should be GRUB_CMDLINE_LINUX_DEFAULT="" [02:06] ? [02:06] Bashing-om, [02:07] centurion: Look in your config file and you see - GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" - then you added - GRUB_CMDLINE_LINUX_DEFAULT="" - such that the 1st entry is nullified . [02:09] Hello, I just started using Ubuntu and -- you must get this question all the time-- how do I install Steam? [02:09] Hey all, I have a question that turns up no search results and I don't know enough to diagnose it. I had the issue on 14.04 and it persists on 16.04 where when I connect my bluetooth headset all streaming videos in any browser stop playing. If I disconnect them, playback resumes [02:09] !info steam | ayylmao [02:09] ayylmao: steam (source: steam): Valve's Steam digital software delivery system. In component multiverse, is extra. Version 1:1.0.0.48-1ubuntu3 (xenial), package size 853 kB, installed size 2600 kB (Only available for i386) [02:10] This happens if the headset is connected before the browser is open, and happens regardless of browser [02:10] @ayylmao https://linuxconfig.org/how-to-install-steam-on-ubuntu-16-04-xenial-xerus [02:11] #ubuntu-steam [02:12] hey guys, i'm using the python3.5 interactive mode, and for no apparent reason I got this message: [02:12] >>> [WARNING:flash/platform/pepper/pep_module.cpp(63)] SANDBOXED [02:12] followed by this: [02:12] [1:1:0625/220756:ERROR:PlatformKeyboardEvent.cpp(117)] Not implemented reached in static PlatformEvent::Modifiers blink::PlatformKeyboardEvent::getCurrentModifierState() [02:13] repeated 8 times [02:13] what does that all mean? [02:13] ] [02:14] I just found out this only happens if I'm using A2DP, however HSP/FPF sounds awful [02:14] Ideas? [02:14] LiquidSwordsman: Try asking in #pulseaudio. [02:15] Hmm, it happens every time i scroll [02:15] in the window i opened with webbrowser.open() [02:18] How do I get the terminal back up? I closed it out and now it's just sullenly blinking on the dash [02:19] hammer25: you might ask the good people in #python [02:20] after upgrading to 16.04 from 14.04 (Xubuntu), my firefox does not show a titlebar. [02:20] it does show a titlebar but I have to make a new firefox profile [02:21] why won't rythymbox stream .m3u audio? [02:21] I don't want to do that however because I have a firefox profile that is configured already [02:21] (kept it from ubuntu 14.04) [02:25] I can't find a common mistakes guide on command line [02:25] and I don't know why it's blinking at me [02:27] has anyone here ever setup a hot-spot and a P2P connection on the same machine with 2 wireless adapters? [02:28] anybody know if its possible to burn an iso to a hard drive and boot off it in the bios like you do a usb stick [02:30] joey_: https://help.ubuntu.com/community/Grub2/ISOBoot [02:30] hey folks. quick question: If there any way to set a custom sleep time (inactivity)... in other words, sleep after x hours? as of right now, the longest delay I can set is 2hrs [02:30] is* === rjc_ is now known as dualmal [02:36] joey_: You don't "burn" files to hard drives, you jist write them. And you can write Ubuntu isos sector by sector to a hard drive (for example using dd) then boot from that drive, in addition to the possibility of just copying the iso as a file to the drive and having grub loop boot it as Bashing-om posted. [02:37] Jordan_U, im trying to boot the remix os iso i know its not ubuntu but i tried dd straight to hdd and it wont boot [02:38] i might try the grub loop boot [02:38] anyone know how to set a custom sleep timer? ie; sleep after 5hrs [02:40] I've been met with an "X Error of failed request: BadValue (integer parameter out of range for operation)" [02:40] d3bug: I am not sure if thos applies to Ubuntu and Unity or not, but: http://superuser.com/questions/727120/make-gnome-screen-lock-after-1-hour-not-15-minutes [02:41] Anyone got any advice on what is wrong and how to fix it? [02:42] what file system can grub2 read [02:42] d3bug: Does "gsettings get org.gnome.desktop.screensaver lock-delay" return the current setting (in seconds)? [02:42] can it read ntfs [02:42] hi [02:42] how to register? [02:42] for irc ? [02:42] can i upgrade from 32 bit ubuntu to 64 bit? [02:42] joey_: Any that you can think of (and many you can't :) [02:43] ok [02:43] Nilesh_: No, but you can re-install preserving /home/. [02:43] i dont know how to register for IRC chat [02:43] !register | kevin_33 [02:43] kevin_33: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [02:44] Jordan_U: reminds me of media journalist use of the term downloading when they should be saying copying ... as in recent Egypt flight 804, media keeps referring to downloading data from blackboxs [02:44] Jordan_U: how? [02:45] what is nickserv ? [02:45] i am trying to register but dont know what is nickserv [02:46] Nilesh_: https://help.ubuntu.com/community/UbuntuReinstallation [02:47] kevin_33: Nickserv is a bot that handles (among other things) registering and identifying with the freenode network. [02:47] so for this room nickserver is ubuntu ? [02:48] kevin_33: No. There is only one nickserv, for the entire network. [02:48] Jordan_U: I am trying to put the system to sleep though, not lock the screen or turn the screen off. [02:50] I dont see ubuntu image for 64 bit i386 here http://releases.ubuntu.com/16.04/... where can i get it? [02:52] hello all [02:53] Nilesh_: amd64 = 64 bit [02:53] d3bug: https://ask.fedoraproject.org/en/question/69364/automatic-suspend-setting/ Again, I don't know if this applies to Ubuntu/Unity and I can't test it at the moment. O recommend doing more research yourself and experiment with "get" to check the value, change it in gnome-control-center, then get it again to confirm that that is the key whose value seems to be changed. === evil is now known as Guest85510 [02:55] Ben64: but does that work for i386? [02:56] Nilesh_: can you explain what you're doing exactly [02:57] Ben64:I need to install 64 Ubuntu 16.04 64 bit on my pc [02:57] its i3 form intel [02:57] from * [02:57] yeah, then you want the amd64 iso [02:58] I like the Ubuntu Server 16.04 .. Pretty sexy [02:58] i386 has no relation to the "i3" cpu, it means it's targeted to the intel 80386, a ~30 year old cpu [02:58] ok thanks... i was a bit confused with the *name* amd64 [02:58] amd was first with 64bit and they "won" so 64bit stuff is called amd64 [02:59] I see [03:00] Does Ubuntu Landscape with the paid Advantage plans offer automatic security update functionality? [03:01] I'm getting a glXChooseVisual error when I try and run steam. I used to get a badvalue error, but then I changed drivers [03:02] allquixotic: that would be a question for canonical [03:05] What does it mean "E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)" ?? [03:06] I am looking for the meaning for this above statement which i have pasted. [03:09] bipul: something is using dpkg already [03:10] Yes we know that, but what it says " Could not get lock /var/lib/dpkg.lock? [03:10] It must have some meaning. [03:11] I restarted my system to apply the driver changes and now it is requiring a password [03:12] I never asked it to require a password at login [03:15] bipul: dpkg won't continue if it can't lock that file . [03:15] hi [03:16] that file which is running at the moment you mean? CarlFK [03:20] bipul: dpkg is the command that is running. [03:23] bipul: this may help with learning the concept https://en.wikipedia.org/wiki/Semaphore_(programming) [03:27] Hola? [03:27] Hola pperezp306 [03:28] Que onda, como andamos? [03:28] Hola! [03:29] Hola pperezp306, hola tatertots! [03:29] Hi all [03:29] I am new here [03:29] hello grizzly [03:29] is all about Linux? [03:30] yeap, im using ubuntu mate [03:30] Ubuntu linux specifically [03:30] Me too, I am new here. Can you suggest a good tutorial ? [03:30] I want to learn terminal [03:30] tutorial for? [03:30] well, what [03:31] answered my own question: Banshee > Rhythmbox [03:31] I use Xubuntu. [03:31] thing you wath to do? [03:31] !manual | ludwig [03:31] ludwig: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [03:31] how to search for channels with particular topics [03:31] ? [03:32] is this link a good option ? [03:32] http://www.freeos.com/guides/lsst/ [03:33] or something like code academy for shell? [03:35] how to show my backbox version ? [03:36] !backbox | mon_ [03:36] mon_: Backbox Linux is not a supported derivative of Ubuntu and is thus not supported in #ubuntu. Please use #backbox on irc.autistici.org or https://forum.backbox.org/ for help with it. [03:38] how to show which version i use? [03:39] mon_, backbox IS NOT supported here. see the link above for help [03:39] nothing to see [03:39] which post i follow? [03:39] !backbox > mon_ [03:39] mon_, please see my private message [03:40] mon you could ask the systems administrator that installed it which version they installed....good system admins usually know this kinda stuff off the top of their heads [03:41] i have installed everything i want on ubuntu [03:41] ok [03:41] have managed to switch from windows [03:45] I am trying to install DeckLink-7.9.4rc17-amd64.deb from http://software.blackmagicdesign.com/DeckLink/v7.9.4/DeckLink_Linux_7.9.4.tar.gz [03:45] Dependency is not satisfiable: libmng1 [03:46] any suggestions on what I should do? [03:47] i am thinking find the libmng1 source package and try building it on xenial and see what happens === spammy is now known as Guest98782 [04:00] I'm getting to the unlock dick sdc3_crypt screen, but the cursor isn't moving to the box, it's just sitting in the upper left hand corner === Bae is now known as GameOfTrolls === acerimmer is now known as cfhowlett [04:08] I booted into safemode and now I'm back at the problem I was having before [04:09] I put the password in and the screen flashes for a moment before dumping be back into the main screen [04:09] if I put in the wrong password, it tells me [04:09] nor can I start guest sessions [04:09] what was the original issue? [04:10] Steam wasn't running so I had to change the drivers [04:10] when I restarted the system, this happened [04:10] what gpu [04:10] evga 970 [04:10] any other gpus? integrated, etc [04:11] question mostly applies to laptops [04:12] I restarted it again to try and get to the BIOS, but I got distracted and it went to the sdc3_crypt screen again [04:12] this time I couldn't type anything [04:15] can I run in failsafex and try to fix the driver problem? [04:15] did you try to reinstall steam after changing drivers? [04:15] yes/no? [04:15] I restarted right after the driver changes [04:16] that means you haven't tried to reinstall steam after changing drivers correct?......a simple "no" would have been great but okay [04:17] How could I reinstall steam if I restarted the system immediately after changing the drivers? [04:17] what is a kernel driver and what is a kernel module [04:17] I get both headers using lspci -k [04:21] Hi nicole...sounds like someone was already helping you with what ever is broken that you are attempting to repair [04:22] tatertots: no one [04:22] tatertots: is a question thrown out [04:22] Nicole....what problem are you dealing with ? [04:23] Ah okay I see ...just looking for general linux knowledge type stuff [04:23] I want to see if ubuntu detects a wireless nic wag511 when I insert it it doesn´t show using lspci -k [04:26] nicole ...anything in the logs [04:26] tatertots: how? dmesg? [04:27] nicole...yes dmesg is one place to look [04:28] hello i I have pen drive which I made bootable using some other system (OS). [04:28] But I need to make it normal as it was before [04:28] can anyone help me out of this [04:28] ShekharReddy, gparted. plug in your drive and disable the "bootable" flag [04:30] tatertots: how to filter out for that card? itś an atheros should I do dmesg | grep Atheros? === xamindar_ is now known as xamindar [04:42] chowlett: hello [04:42] ShekharReddy, greetings. [04:43] Hello :) A Fresh new Ubuntu user here. Left the terror of windows 10. [04:43] i have done the following disks-->selected the device--> disabled the bootable flag chowlett [04:43] ShekharReddy, so you should be good ... [04:46] Hi. With unbound-host installed, is there a reason why "apt-get purge bind9-host" tries to uninstall "avahi-daemon* avahi-utils* bind9-host* dnsutils* libnss-mdns* ubuntu-standard*"? I would expect that avahi, ubuntu-standard can work with both? [04:47] chowlett: no i am not, it should be like this https://snag.gy/P7KLW6.jpg but it is like this https://snag.gy/Cr2EI3.jpg [04:48] I was curious what he actually meant by he wanted his usb drive to be "normal" as it was before [04:48] kinda vague [04:48] "normal" [04:48] ShekharReddy, did you reformat? my USB has no MBR ... [04:48] lol [04:48] HipHipHezah_, greetings. state your ubuntu question. [04:48] wtf does normal mean [04:48] chowlett: yes i did [04:49] MBR ? chowlett [04:49] ShekharReddy, USB drives meant for storage do not carry a MBR partition. [04:49] chowlett: what should i do now [04:50] but when they talk vague like that...i just stay 50 feet away from end users like that [04:50] ShekharReddy, clarify: the 8 GB is the problem device? [04:50] yes 8GB is the problem [04:50] that ones all yours lol [04:52] chowlett: can u provide a sol for thst [04:52] *that [04:52] ShekharReddy, it's unallocated space. select it and add a fat32 formatted partition [04:53] Hey. My swap is shown as Not Available. What could be the issue? [04:55] !swap BlueShark [04:55] !swap [04:55] swap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info [04:55] chowlett, I know what swap is - it's just not being used. [04:56] This is what `free -m` shows - "Swap: 0 0 0" [04:56] BlueShark: pastebin the output of "blkid" === zak is now known as strass_ [04:57] I bought a bluetooth mouse without looking to see whether it'd be supported on linux or not [04:57] how big of a mistake have I made? [04:57] bluetooth mobile mouse 3600 [04:57] strass_, errrrrrrrrrrrrrrrrrrr .... plug it in and see for yourself? [04:57] it says it's connected but not paired [05:00] Failed to pair: org.freedesktop.DBus.Error.NoReply [05:00] rilis ubuntu [05:01] strass_, my bt mouse also has a custom USB receiver. plug in the receiver, switch on plugnplay [05:01] Ben64, http://pastebin.com/Q1fTuWDA [05:01] That's the output of "blkid" [05:02] I don think it came with receiver [05:04] BlueShark: doesn't appear you have a swap partition [05:05] Ben64, /dev/sda5 is swap partition [05:05] But it's not listed here. [05:06] BlueShark, sudo swapon?? [05:07] BlueShark: what is the output of "blkid /dev/sda5" [05:07] chowlett, if you meant sudo swapon -a, I tried that, but no output. [05:07] Ben64, no output. [05:08] Disclaimer: I commented out two lines in /etc/fstab and /etc/crypttab1 to fix an error message. [05:09] sudo file -s /dev/sda5 [05:09] /dev/sda5: data [05:09] not a swap partition [05:09] OK, does my modifying fstab have anything to do with this? [05:09] no [05:10] now it's even connected and paired... just won't move the cursor [05:10] Ben64, okay, how to make it a swap partition then? [05:10] mkswap /dev/sda5 [05:10] make sure nothing is on there that you want === ubuntu is now known as Guest53265 [05:13] ni [05:14] is there a good linux app which can integrate social media as good as a cell phone [05:16] Hello I am facing display flickering problem in Lubuntu 16.04. What should I do? please reply... [05:16] der-landgraf: Which social media you are looking for [05:16] for whatsapp you can use web.whatsapp.com. Which is safe and its from whatsapp. [05:17] better avoid third party things. [05:20] hey guys, im trying to learn to do all i can with terminal instead of gui and im currently trying to install virtualbox on my ubuntu 16.04 64bit. to start with, im not sure how to search for the right version of it for me. [05:20] Shadowbird123, no gui? ubuntu server [05:20] Shadowbird123: sudo apt-get install virtualbox === daniel is now known as Guest14934 [05:21] chowlett: no, i just try to get more advanced user and avoid gui abit. [05:21] Hey guys I'm using 16.04, how come when I do "sudo apt-get install cuda" it's "unable to locate package cuda" ? === Guest14934 is now known as Optiprism [05:21] Shadowbird123, understoood. as Ben64 stated: sudo apt install virtualbox [05:22] Ben64: oh, so i dont need to find some specific version or anything? [05:22] ok, ty guys [05:22] Shadowbird123: use apt-get to install everything [05:22] or apt install [05:22] meh, i always forget about apt [05:22] Any ideas why apt-get can't locate cuda? Did the name change? [05:22] Shadowbird123: you can download it from Oracle as well. I did that [05:23] ^ that way isn't supported [05:23] if you need to do it from cli then you can use apt-get [05:24] yes, i was checkig some guide for fedora users of installing virtualbox and the guy was explaining that you should search for list of difrent versions and pick the right one for you depending on if you have 64bit and right kernel version etc. but i guess its more simple with apt-get on ubuntu [05:29] one more question, where do i find the program? doesnt installed programs usually appear at dash menu? i can open it with terminal, but id like to pin shortcut to launcher [05:31] i see only virtualbox dash plugin at dash menu. will reboot fix it, or is there some other way to do it? [05:34] nvm I figured it out [05:34] Shadowbird : did you tried the command "virtualbox" [05:34] yes, it is working [05:34] so, shoul i always run it from terminal? [05:34] *should [05:34] yes. [05:35] VISHNU_PRASAD: ah, ok. ty very much! [05:35] yw [05:45] hi [05:45] hi [05:45] quit === rww is now known as rwd [06:18] hi [06:18] i need help sharing a connection [06:19] su [06:20] hello [06:20] i assigned a static ip to my interface from my serving pc, enabled ip forwarding from that interface, and forwarded all the packets within range [06:20] pls help [06:22] !ics | gerbilfhcker [06:22] gerbilfhcker: If you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/Internet/ConnectionSharing [06:23] Ben64: the server is arch linux, my client is ubuntu. is this an issue?? [06:24] yes, you should be asking arch support [06:26] hi === who is now known as Guest71629 [06:27] I need a software to capture the screen to mak tutorial videos [06:27] in ubuntu 16.04 [06:28] go for recordmydesktop [06:28] apt-get install recordmydesktop [06:28] or [06:28] apt install recordmydesktop [06:28] nybody here [06:29] : apt-get install recordmydesktop [06:29] hmm.. can i record my voice also simultaneously [06:29] : it record audio as well. [06:29] yes.. you can [06:30] is it like vokosceen [06:31] i never used vokosceen. No idea.. [06:33] how can I update my existing wine to latest wine version [06:34] Guest71629: playonlinux is in the repo, if you use that it will give you access to any wine version you want [06:34] open a new bottle x)) - how about trying the package manager? If there isnt the newest download directly from winehq.org [06:35] @ vishnu How cn i pen recordmy desktop [06:37] The repository 'http://ppa.launchpad.net/kilian/f.lux/ubuntu xenial Release' does not have a Release file.Data from such a repository can't be authenticated and is therefore potentially dangerous to use.See apt-secure(8) manpage for repository creation and user configuration details.Failed to fetch http://ppa.launchpad.net/kilian/f.lux/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not FoundSome index files failed to downlo [06:38] why this messgae pops up [06:38] when I use synaptic managr [06:38] hello can you help me -> ffmpeg -i "input.mp4"* -s '640x360' -b '350k' -ab '90k' -strict experimental "output.mp4" and then the error is ->The encoder 'aac' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it [06:38] Guest71629: ask that ppa maintainer [06:39] where I can find him ? [06:40] Guest71629: the url to the ppa suggests you can contact the maintainer on launchpad [06:40] !launchpad | Guest71629 [06:40] Guest71629: Launchpad is a collection of development services for Open Source projects. It's Ubuntu's bug tracker, and much more; see https://launchpad.net/ === ksp is now known as Guest76647 [06:51] has anyone dealt with this problem when running gnome-terminal: Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: Timeout was reached [06:59] wew, just installed 16.04 and everything is great except the mouse. [06:59] How can I disable mouse acceleration? [06:59] friends I want to connect to a wireless switch using iwconfig wlan0 key password but it gives me invalid argument how to? [06:59] pointer speed is at 0 and still if I move my mouse too fast it rockets across all of my monitors faster than anything === NickCao_ is now known as NickCao [07:09] Ispira: 'man xset' - look at the mouse section. [07:13] thanks [07:14] Can I remove kde from kubuntu and switch to i3 or maybe xfce4? [07:14] meet: sure, you don't even need to remove kde. [07:15] ducasse: Are you talking about choosing the wm on login screen? [07:15] meet: yes. [07:19] ducasse: Sorry, I think I gad some issue with my router, did I miss your message? :/ [07:20] meet: i just confirmed that i was talking about switching at login. [07:20] I have 4 ubuntu hosts at work in LAN, is there a simple approach to have them sharing folders? [07:21] as in "I'm not a sysadmin, I'm an end user" [07:22] ok ducasse , but I'd still like to remove kde, will you please help me with that? [07:22] what I'm looking for is something like "sure specify the same domain on all hosts and you're done" [07:22] but I figure that's not the case [07:23] meet: i'm not familiar with kde, but i assume you just need to remove the plasma-desktop package after installing what you want to switch to. [07:25] friends I want to connect to a wireless switch using iwconfig wlan0 key password but it gives me invalid argument how to? [07:25] meet: install something else first, though, and then switch to it so you know you have something that works. [07:27] anddam: do you want one server to serve the others, or will all hosts share folders? [07:28] meet, this like might help: http://www.linux.org/threads/converting-between-the-ubuntus.5079/ [07:29] like = link [07:29] sorry [07:29] not awake [07:32] meet, have you had your current ubuntu setup a long time with many programs, and data? if not might be more advisable to just install another flavor of ubuntu [07:34] Tin_man: Yes, indeed. I've been using it for over a month now and have quite a few programs in it [07:34] ok then that link should be the way to go, or one like it.. === LasTwo is now known as Lasivian === zwiep is now known as zwiep` [07:41] ducasse: can you detail both? [07:41] ducasse: this aren't personal machines, these are shared, so the user account will have the same name on each host and ideally each host would access files of same user name on other hosts [07:42] s/this/these [07:44] anddam: are the userids the same on all machines? [07:44] not sure, but they can be made such [07:45] I just updated to 16.04 with that the mouse seems to be not working....It works on the login page though.. Any Idea? [07:45] anddam: why not just set up one host to share /home to the other machines? that would give users the same homedir everywhere. [07:46] I tried making EnableOptionROM=false but didnt helped [07:46] in /etc/fwupd.conf [07:46] ducasse: two reasons [07:47] ducasse: 1) the hosts have to be independent of one another, each of them has to work even if the other are powered off [07:47] hii [07:47] ducasse: 2) I don't know how to do that [07:48] hii [07:49] anddam: to get 1) you would need a distributed file system, that makes it more complicated and i'm not familiar with them. 2) is easy to get with nfs as long as userids are the same on all hosts. === who is now known as Guest74263 [07:56] i am using simple screen recorder to captue screen [07:56] video output is great but audio is bad [07:57] how can I make my audion good quality [07:57] get better mic [07:57] LOT OF noise [07:57] its work fine in windows [07:57] adjust volume maybe then [07:57] but I cannot even understand what iam saying [07:57] full of buzz sound [07:57] lower the gain [07:57] gain might be too high [07:58] gain ?? [07:58] input volume [07:58] but video output is excellent [07:58] "gain" [07:58] yes, INPUT [07:58] there are 3 sourses to choose [07:59] I've lost interest now, sorry, [07:59] alsa, pulse audio and jack [07:59] which one i have to choose [08:00] can anyone guide me , I am prepairg ubuntu tutorial in y locality [08:00] look for gain somewhere in your audio settings [08:01] guys i need some urgent help [08:02] !ask | wifitroubles [08:02] wifitroubles: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [08:02] /j #nginx [08:03] i have dual boot windows 7 and ubuntu 14.04. wifi signal is really weak on ubuntu but okay on windows.How do i fix this? Relevant output of lspci: 01:00.1 SD Host controller: Broadcom Corporation BCM57765/57785 SDXC/MMC Card Reader (rev 01) 02:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01) [08:04] mouse seems to not work after ubuntu update to 16.04... any clues? [08:08] It works on login screen though [08:09] Nilesh_: have you tried resetting your de settings? [08:10] No, how ? [08:10] Nilesh_: try creating a new account and login there to see if the mouse works there [08:11] ok [08:11] how to reset he settings though? [08:13] I just checked in different account .. even there the same thing.... but the touch pad works fine [08:13] in all the accounts [08:14] Hi, I'm installing U14.04.3 on my MacBook Pro as a forth boot, using rEFInd. I'm wondering if anyone would be able to answer some questions I have while I do this. [08:15] baizon: ^ [08:15] My primary concerns are in relation to EFI and partitioning. [08:15] rEFInd was able to see my Ubuntu Live disk, and I've booted from its EFI partition. In the grub menu, I chose to install, rather than try. [08:15] My understanding is that is how it needs to be done with EFI? [08:15] Nilesh_: what does the log say? [08:17] Napoelon: sounds good so far. [08:17] ducasse, :) [08:18] I'm on the partitioning stage here. I have a swap partition that is internal to my Mac, so I'm intending to use it. [08:19] Normally, I setup a partition that mounts on '/boot' and another partition that mounts on '/'. [08:19] Napoelon: you don't really need a separate /boot in most cases, unless you intend to use full disk encryption. [08:19] Since I'm not concerned with being able have my /home & /var folders portable, I'm wondering if it's actually necessary to have the '/boot' partition at all? [08:20] ducasse: I'm not intending to, so ok, I'll skip that. [08:20] ducasse: so all I need then is the '/' partition then? [08:21] Napoelon: yes. [08:21] ducasse: :) [08:21] Napoelon: and possibly swap. [08:22] Napoelon: (you can always set up a swap file if necessary) [08:22] What about the 'Device for boot loader installation' setting? I have an EFI partition that is internal to the Mac. [08:22] ducasse: I have a SWAP that already exists on the internal drive. === rwd is now known as ezri [08:23] ducasse: I think the installer will pick that up. [08:23] Napoelon: i've never shared a swap partition with osx, don't know how that will react when the swap is in a different format after linux has used it. [08:24] ducasse: OSX doesn't use it, but I already have a Ubuntu that is sharing the internal drive, and has a SWAP there already. [08:25] Napoelon: ah, ok. the installer should see that. [08:25] Napoelon, You may want to be careful about hibernation, though. [08:25] ducasse: yes, I'm fairly confident of that too, based on previous installs [08:26] justsomeguy: This 4th install is going on an external (USB connected) drive. I don't expect to use hibernation in this use case. [08:27] justsomeguy: I take it that the reason for concern would be in case I hibernate but unplug the actual drive? [08:28] Napoelon, Yes, or if the swap space was shared, overwriting files used for hibernation. [08:28] Napoelon, Sounds like you know what you're doing, though. [08:28] justsomeguy: ic. I won't be running more than one OS at a time, so I think it will be fine. [08:29] I would like rEFInd to be able to detect this installation, without having the grub menu (actually it would be nice if the grub menu options were available through rEFInd's internal menu system) [08:30] I've had limited experience with manually configuring rEFInd, and only on the 1st attempt, I had the menus there. [08:30] ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units === <<<< Why is this a thing now? It wasn't there yesterday. Thanks [08:30] The menu was automatically generated (not by me) [08:32] So, how should I set the 'Device for boot loader installation' setting? In the list I have all the partitions available, including those on the internal drive. I'll list them below: [08:32] Napoelon: set it to the efi partition. [08:36] \dev\sda [08:36] \dev\sda1 (this is the EFI partition) [08:36] \dev\sda6 (this is '/' from install #1) [08:36] \dev\sdc [08:37] \dev\sdc1 (this is a /boot from install #3) [08:37] \dev\sdc3 (this is the '/' from install #3) [08:37] \dev\sdc2 (This is where I will be installing #4) [08:37] Napoelon: as i said, set it to the efi partition. [08:37] ducasse: so it should be \dev\sda1? Is that safe? [08:37] ducasse: It won't overwrite that's already there? [08:38] ducasse: sorry, I'm just really scared I will pork my whole computer. [08:38] Napoelon: yes.different os's gets separate directories. [08:38] ducasse: lol, ok. [08:39] ducasse: what about having multiple Ubuntu installs? Will they overwrite each other or does grub simply add to existing data? [08:39] Napoelon: grub should see both ubuntu installs. [08:40] ducasse: awesome. Ok, I think that's it for the partitioning. Would you have any other advice? [08:40] justsomeguy: Would you have any other advice? [08:40] Napoelon: not really :) [08:40] ok, I'll be back in a short while. [08:42] Napoelon, Well, I'm drunk and it's 4am... So I shouldn't be giving advice right now. [08:43] justsomeguy: lol, got that! [08:49] so i told my problem a while back but got disconnected [08:49] wifi is workig fine on windows7 but not on ubuntu 14.04 driver: ath9k. please help!!! [08:54] anyone?? [08:55] slm [08:55] kimse var mı? [08:58] ducasse: The install went through ok, but on boot, rEFInd did not see it. The grub menu I have for my other installs does not include it either. So I will need to manually add it. [08:58] :( [08:59] I'll give it another go. Using the EFI partition helped me understand that part. I was always worried about overwriting stuff. [08:59] <== going to have dinner. bbl8r [09:01] Napoelon: just boot to the other ubuntu install and run 'sudo grub-update', that should detect it. if not, make sure os-prober is installed. [09:15] ? [09:15] q === aa_ is now known as Guest70186 [09:27] ducasse: what about samba? [09:28] Is there any way to check if my Xorg.conf file is being read at startup? [09:29] dylan__: startup of the system? [09:29] anddam: but how do I know that it's actually reading the changes that I made? [09:30] check the Xorg.0.log file [09:30] dylan__:I don't know what you're talking about, yet [09:31] anddam: you will still have the same problem, synching files between the servers. [09:31] For example, in the Xorg.conf file, I changed DRI to 3. How do I know that this change was actually made? [09:31] check the Xorg.0.log file [09:31] Where can I find that jatt ? [09:32] in /var/log [09:32] ducasse: it's not as much a syncing issue (altho' a centralized share would be nice) as much as accessing other data, the hosts are each running the same programs but producing different results, so one host need to access others [09:33] ducasse: now that I think of it I'd need a centralized ro fs, and then each host accessing a path on the other ones [09:33] jatt: ah, I see. It is reading the changes [09:33] jatt: thanks :) [09:33] anddam: nfs is better suited if all the hosts are ubuntu. [09:34] anddam: https://help.ubuntu.com/community/SettingUpNFSHowTo [09:34] they are, will check how to share and automount an NFS volume [09:34] ah thanks [09:34] 👍 [09:34] jatt: are you familiar with Xorg? [09:35] not really, it works for me without issues [09:35] Do you happen to know somebody in this chat with experience in it? I'd like to ask them a few questions [09:36] !xorg | dylan__ [09:36] dylan__: X.Org is an implementation of the X Windows System, and is the part of your system that's responsible for graphical output. To restart it on an Ubuntu system, type 'sudo service lightdm restart'. To fix screen resolution or other X.Org problems: https://wiki.ubuntu.com/X/Config/Resolution . See also !xorgconf [09:36] there is #xorg [09:36] I'll try going there, thanks. [09:36] you are welcome [09:40] Is there a big difference between 16.04 and 15.10? As in, is there any reason I shouldn't use 15.10 if 16.04 is failing me? [09:40] 15.10 will lose support in less than a month [09:40] !15.10 | dylan__ [09:40] dylan__: Ubuntu 15.10 (Wily Werewolf) was the 23rd release of Ubuntu. Download at http://releases.ubuntu.com/15.10 - Read the release notes at http://ubottu.com/y/wily - Scheduled to go EOL in July, 2016 [09:41] dylan__: If 16.04 is failing for you, you can still use 14.04 until 2019. [09:41] or explain the issue with 16.04 and maybe someone can help [09:41] #youtube-viewer [09:42] Ben64: I've had to explain my problem around 4 times already and it's a very long and irritating issue to explain [09:42] ?youtube-viewer [09:42] dylan__ then post it on a forum [09:42] dylan, don't be a nigger. [09:43] I don't think I have to, I'm talking in #xorg to find a possible fix [09:43] jesus christ [09:43] dylan__: It is a very easy issue. Videos at full screen in 720p resolution are stuttering for you. [09:43] Nate_: keep it polite please [09:43] But if that doesn't work, I wanted to see if going back to a lower version would help [09:43] hi lotuspsychje [09:43] dylan__: who knows, still don't know the problem [09:43] hey MonkeyDust :p [09:44] Long story short, according to ikonia (he is probably sleeping) Xorg is only using my CPU for displaying videos [09:44] Thus, whenever a video loaded I was at 100% CPU usage the whole time [09:44] !youtube-viewer [09:44] what happened to bot? [09:44] user1_ what are you trying to do [09:45] user1_: Whats the actual issue you are facing? [09:45] You're not to bright are you dylan? [09:45] Nate_ stop [09:45] Nate_: I'm not sure where this is coming from [09:45] dylan__: ignore that [09:45] dylan__: Just ignore him. [09:45] anyone know how to remove the ubuntu-mate grub theme? [09:46] MonkeyDust, Nate_ youtube-viewer does not show thumbnaail when url is pasted. directly starts playing. so cant view comments [09:46] user1_: there is no package called youtube-viewer in ubuntu [09:47] dylan__: so i took a skim through the logs, looks like you're running on an intel igpu and have problems maybe with video acceleration [09:48] Ben64, gtk youtube viewer [09:48] I'm not sure what my problem is anymore [09:50] I know what your problem is, but there's nothing anyone here can do about it. [09:50] Tell me then, what is it? [09:50] dylan__ Nate_ is a troll, ignore her [09:50] :( [09:53] is there anyway to mask wget? [09:53] is ubuntu debian in the base or something? [09:53] !ubuntu [09:53] Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com [09:53] or they are different...? [09:53] I mean using them from a raw console [09:53] !debian | Felishia [09:53] Felishia: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://help.ubuntu.com/12.04/installation-guide/i386/what-is-debian.html - Remember, !repositories meant for Debian should NOT be used on Ubuntu! [09:53] what's the difference... [09:53] Felishia if they were the same, there wouldnt be need for a different name [09:54] I'm taking about the roots... [09:54] networking, kernel, etc... [09:55] Felishia, what do you mean by root? [09:55] I know that ubuntu has pretty different managers, but does it handle raw things differently, eg... internal network interfaces, sysctl, alsa... [09:55] I'm using both debian an ubuntu [09:55] Felishia that's for #ubuntu-offtopic [09:56] Felishia, some commands are named different. all ubuntu packages are debian they are all same. [09:56] I'm using a simple sysctl configuration to get rid of ipv6 connections, it's basically the 3 recommended lines, in ubuntu it works, in debian, the networking interfaces die... [09:57] Felishia: so ask #debian ? [09:57] they don't know [09:57] ask in #linux [09:57] Felishia, what the error? pastebin [09:57] no no she is using debian [09:58] there's no error, the network dies... no error messages, nothing at all... only a strange warning that makes little sense [09:58] in ubuntu it works like charm [09:58] Felishia what's the output of cat /etc/issue [09:58] then doesn't belong in this channel [09:59] I'm asking if they are too different so that even the way network interfaces are linked via systl are not compatible [09:59] in that way then I'd need to trash debian since I cannot use the same configs [10:00] this is an ubuntu support channel, you're in the wrong place [10:00] jatt, I'm using both, at the same time... [10:01] well anyway the answer seems to be that none knows... [10:01] Felishia, you are not providing any information. there will some in syslog or dmesg. mostly cmd issue. [10:02] Felishia maybe someone knows, but the question is not for this channel [10:02] as I said, there's none but only it says sysctl: The scan_unevictable_pages sysctl/node-interface has been disabled for lack of a legitimate use case. If you have one, please send an email to linux-mm@kvack.org. [10:03] Let's give 14.04 a try === coup_de_shitlord is now known as coup [10:07] hi, I have something odd here... I booted the 16.04 livecd ... installed openssh-server ... why can't I login to it ... the username 'ubuntu' with no password didn't work. [10:09] neil_: you have to set a password === mantas is now known as MNTS [10:11] Ben64, ok ... do you know why it isn't loging in ... does ssh not work properly with no password? [10:12] neil_ do you want to ssh *to* a live session? [10:12] MonkeyDust, yes [10:12] try with ssh -v [10:12] neil_: right, so set a password === coup is now known as stqism [10:17] Ben64, jatt, It seems that ssh doesn't even try contacting the server if you don't give it a password. [10:17] that's impossible [10:17] indeed [10:17] Ben64, jatt, so that seems to explain that. [10:18] you wouldn't get a password prompt if it didn't contact [10:19] there is a setting allow blank passwords [10:19] I don't believe that is enabled by default [10:19] PermitEmptyPasswords [10:19] thats the setting [10:19] hi, anyone. I'm experiencing nasty problem with my 16.04. Every time after waking up from sleep mode wi-fi is turned off [10:19] LordCrimson: broadcom wifi ? [10:20] supposedly [10:20] one moment [10:20] no, "yes or no" [10:20] yep [10:20] unlucky then [10:20] why so? [10:20] there is a chipset where the wakup event doesn't work with the module [10:21] anyone know how to remove the ubuntu-mate grub theme?? [10:21] can he manually reload it? [10:21] EriC^^: I think the module reloads as I recall, but network manager doesn't then refresh as it's not aware the card has "gone" [10:21] I'm working from memory so don't have the details [10:22] ikonia: can he run some command to get it working? maybe add that in /etc/pm/sleep.d ? [10:22] Gnome3 turns 'airplane mode' after resuming [10:22] hm [10:23] EriC^^: I don't know, not looked into it in huge detail as I don't have a broadcom chipset, but maybe, thats a good suggestion [10:23] EriC^^: I'd guess a stop/start of the network stack as a whole would force it to come back to life, [10:23] TheSilentLink use Synaptic, filter on 'mate' [10:24] LordCrimson: try sudo service network-manager restart after resuming [10:24] MonkeyDust: If I remove the package it is remove mate desktop and core [10:25] Eric^^, thank you, I'll try [10:26] LordCrimson: if it works you can add it in /etc/pm/sleep.d so it runs by itself when resuming [10:26] thesilentlink: What of Package you try to remove? [10:27] use --force-depends of dpkg [10:27] LordCrimson: sudo service networking restart is worth a shot as well [10:27] ok, let me try [10:27] mrdunno: grub2-themes-ubuntu-mate cause I want the default grub screen not the themed one but it wants to remove ubuntu-mate-core and desktop [10:29] seems to work, thanks [10:29] networking - does not [10:29] LordCrimson: aha [10:30] network-manager - pulls pc off from "airplane mode" [10:30] but throws an error to desktop then :\ [10:31] Howdy all [10:31] thesilentlink: hm [10:32] mrdunno: is a way I can get the default screen without removing the package? [10:33] EriC^^: haha, 'rfkill unblock wifi' was just thing i needed [10:33] you can reinstall grub [10:33] LordCrimson works now? [10:34] yep. but it's bit kludgy [10:34] finding the reason why wi-fi is blocked is more interesting [10:34] thesilentlink: but I dont sure, is reinstall grub is a way [10:35] mrdunno: how would I reinstall it? [10:35] LordCrimson: cool [10:36] hello guys [10:36] I installed numix and I want to change only dock icons [10:36] is that possible? [10:36] how do I achieve that? [10:38] thesilentlink: apt-get install grub2-themes-default [10:38] thesilentlink: also, you can try sudo apt-get install plymouth-theme-ubuntu-logo [10:39] the_tricky there's unity-tweak-tool [10:41] ok, not very clean solution, but as to http://askubuntu.com/questions/761180/wifi-doesnt-work-after-suspend-after-16-04-upgrade [10:41] just changed restarting the service to "rfkill unblock", works like a charm [10:42] thats interesting so the kill switch functionality is in play [10:43] i'm not very sure, why tradition is to name sending any signal - "kill" [10:43] maybe roots are in medieval europe [10:46] TheSilentLink: the packages apt is trying to remove are just meta-packages, so you can just remove them. if autoremove wants to remove the dependencies afterwards, just mark them as manually installed with apt-mark. [10:47] ducasse: o ok so it is fine to remove? [10:48] TheSilentLink backup first [10:48] TheSilentLink: yes, but as i said you might need to mark the dependencies as manually installed afterwards. [10:48] aaaand another question. Sometimes when I'm connecting monitor during "resume" (actually just putting my latitude on the dock with second display), system crashes with caps lock indicator blinking [10:49] ducasse: o ok removed it and no errors [10:49] ducasse: will reboot to see if it has changed [10:49] TheSilentLink: you will probably need to update grub. [10:50] ducasse: yep I have thanks for helping everyone [10:50] TheSilentLink: and you might want to try 'sudo apt-get --dry-run autoremove' to see if it wants to remove anything else. [10:52] hello [10:52] how are you guys ? [10:53] i need to create multiple password in login page in ubuntu how can i do that ? [10:54] dahlia_: you want the same user to be able to log in with either one of several passwords? [10:56] ducasse, no i need that a user enter a password and then he enter second password and then third password to login [10:57] ducasse: worked and I ran the command and it doesn't want to remove anything [10:57] TheSilentLink: good - everything should be ok now :) [10:57] ducasse: yep thanks [10:57] ducasse, three stages for login === thomas_ is now known as Guest62725 [10:58] dahlia_: not possible, afaik. [10:59] ducasse, why ? [10:59] dahlia_: you would need to write your own pam module. [10:59] ducasse, is it possible? [11:00] dahlia_: i just answered that - you would need to implement it yourself. [11:00] ducasse, from where i should start ? [11:01] dahlia_: or just get a yubikey or something similar, that will give you two-factor authentication. [11:05] ducasse, i used sudo apt-get install yubikey-personalization-gui [11:05] Hi [11:05] How to install skype in ubuntu 16? [11:05] by command line [11:05] how do I? [11:05] dakoroa: that won't help unless you actually own a yubikey [11:05] dakoroa: sorry, that was for dahlia_ [11:05] !info skype partner [11:05] skype (source: skype): client for Skype VOIP and instant messaging service. In component main, is extra. Version 4.3.0.37-0ubuntu0.12.04.1 (partner), package size 15 kB, installed size 61 kB (Only available for i386; amd64) [11:06] !partner | dakoroa [11:06] dakoroa: Canonical's partner repositories provide a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" » [11:06] ducasse, how? [11:06] dahlia_: how what? [11:07] ducasse, how can i own that ? [11:07] dahlia_: buy one :) [11:08] dakoroa dahlia_ https://www.yubico.com/start/ [11:09] MonkeyDust, from where ? [11:09] dahlia_: then, to log in you will need your password and a one-time password that comes from plugging in and pressing a button on the yubikey. [11:10] ducasse, i live at iran how can i buy that ? [11:11] dahlia_: that might be a problem. [11:12] ducasse, what is your idea ? [11:12] dahlia_: send a mail to yubico and ask them, i really don't know. [11:13] dahlia_: if you have an android smartphone you could probably use google auth in the same way, but i've never tried that. [11:14] ducasse, unfortunetly i dont have android phone [11:14] dahlia_: then i have no other suggestions. [11:15] ducasse, about editing source of ubuntu ? [11:15] custom that [11:15] dahlia_: 'editing source'? [11:16] ducasse, it is not possible? [11:18] dahlia_: you could write your own pam module, but if you don't even know where to start you have a _lot_ to learn first. just check if you can buy a yubikey, it would be far easier. [11:19] ducasse, about edit vmlinuz and add script there [11:19] dahlia_: that's not how it works. [11:19] ducasse, at moment i cant buy from Iran [11:20] dahlia_: as i said, no other suggestions. [11:20] ducasse, thanks it seems doesnt exist another way [11:21] dahlia_: do you mean yubico doesn't sell to iran or they are forbidden to ship to iran? [11:22] akik, it needs master and paypal and methods and doesnt exist in Iran [11:22] dahlia_: there are things like the nitrokey that use u2f, maybe they don't have the same restriction on selling to iran. try nitrokey.com [11:23] Hello fellow Ubuntu'ers! [11:24] I am trying to get VNC capability set up on my home server. I have tried in the past by following some guide but failed to get it working properly. [11:24] dahlia_: ok so it's just the payment that is problematic? [11:24] Does anyone have any experience in getting VNC working? [11:24] !vnc | ConsciousCreator start here [11:24] ConsciousCreator start here: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [11:25] Thanks MonkeyDust, I'm having a look at that link now :-) [11:25] freenx should be changed to x2go [11:25] akik, yes [11:26] akik, i dunno what should i do [11:28] dahlia_ what was your initial question? [11:29] MonkeyDust, i need multiplepassword in login page of ubuntu [11:30] MonkeyDust, i mean user enter first password and then second password and then third password [11:31] MonkeyDust: I'm following the guide you linked to...I'm stuck on number 2 (firewall).... I don't know anything about how to work with the firewall to open and close ports. Do you have any pointers to a good reference on this? [11:31] https://www.youtube.com/watch?v=AnUKI_QkyGY&feature=youtu.be [11:32] https://www.youtube.com/watch?v=AnUKI_QkyGY&feature=youtu.be [11:32] ducasse: I made a small mistake in what I said earlier. Though rEFInd does not see my new install, the GRUB menu does. What I didn't realise is that the newest install is the first entry, with the others shuffled down the order. [11:33] Napoelon: is that a problem? [11:34] So, after testing, YouTube works fine on Ubuntu 14.04 but not on 16.04 [11:34] ducasse: no, except that I wanted rEFInd to automatically find it. But I'll work on the config file now. [11:35] ducasse: meaning I wanted rEFInd to show a separate icon for that install. [11:35] Napoelon: i can't help you with refind, unfortunately. have been meaning to try it, though. === {8 is now known as robot [11:36] dylan__, intel ? [11:36] Yes [11:37] ducasse: I've been using it on my 2014 MacBook Pro which came with Yosemite. I use Ubuntu @ Uni and got it working relatively easily. The hard part was getting OSX to allow me to shrink its own partition. [11:37] dylan__, try to boot a live 16.04 and test it [11:37] ducasse: Then, when OSX came out with SIP, I have a few problems, but no with rEFInd. [11:38] ducasse: I haven't tried it with any other computers though. [11:38] ioria: maybe later. for now I'm done screwing with Ubuntu [11:38] dylan__: did you try setting MOZ_USE_OMTC=1 before starting firefox? [11:38] dylan__, hehe [11:38] Not on FF, but chrome [11:39] In the end, I do want to return to 16.04 though [11:39] ducasse: ATM I have OSX and U14 installed on the internal SSD, and U14 Server and U14 on an external hd that is mounted in a cradle. [11:40] Everything works really well, I think. In fact, I think my Mac runs Ubuntu better than OSX === xts is now known as Xenthys === cigumo_ is now known as cigumo [11:53] ä [11:54] from that page: https://www.reddit.com/r/linux/comments/3rlvqt/amd_or_nvidia_for_linux_gaming it says "Ubuntu 15.10 unfortunately requires a PPA in order to get a properly built version of Mesa 11 for gaming", so what is PPA ? [11:55] !ppa [11:55] 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 [11:56] JustinHitla a ppa is an 'external' software source [11:56] !ppA either [11:58] Is a PPA that is used with Ubuntu limited to the a Ubuntu distro? If so, you could see it as 3rd party software/fork/branch etc? [11:59] or are PPA's strictly limited to Ubuntu? What about Debian? [12:06] Napoelon: ppa's are specific to ubuntu, although debian also has external repos. [12:06] how do you configure a ubuntu machine so that it can be powered off without "shutdown" and have no adversarial effect on it? [12:07] ducasse: cheers. I've used them before, but am unsure of the precise details. [12:08] add a cronjob to shut it down === Albert is now known as Guest20833 [12:22] How to remove a partition permanently which has been mounted in fstab [12:22] ?? [12:22] unmount it [12:22] after that [12:22] ? [12:23] what do you mean after that ? [12:23] what are you trying to do exactly [12:23] That would still comsume memory I think> [12:23] ?? [12:24] what ?? [12:24] a disk consume memory ?? [12:24] what are you talking about [12:24] what are you trying to do exactly [12:25] hi all, i have openvpn server that has some windows clients, all is working fine. now i recently added an ubuntu client, configured the openvpn for this client, i can connect, but the traffic is not routed through the vpn server - i can ping the server, but all internet traffic is just using the local internet, not the vpn - what can be the reason? are routes not properly set? [12:25] Actually I unmounted it but then blkid should not show its entry but it still is present there. do you agree? [12:25] ikonia [12:25] Guest20833: blkid is just an identifier for a disk device [12:26] unmounting it does not delete/destroy it, it just stops the machine accessing the file system [12:26] brutser: look at the routing table, specfically your default route [12:26] brutser: also look at the client settings for routing [12:26] I know. Then from where does blkid fetch info ?? [12:26] ikonia [12:26] ikonia, here is the output: http://pastebin.com/LtVtBEPy and http://pastebin.com/Jhgt7Eb7 [12:27] both output is from the ubuntu client [12:27] Guest20833: from the device identifier [12:27] brutser: I don't need to see it, I told you to look at it [12:27] Guest20833: what is your actual problem [12:28] ikonia: well i looked at it since yesterday, but i cannot figure out, it seems the gateway is set to 10.1.0.1 and this should work [12:28] this is the vpn server [12:29] i use the same config on the windows clients and they work ok [12:29] brutser: so traceroute the traffic [12:29] Actually, I created a logical vol. and mounted on a custom directory and when I restarted the system that got me in trouble : the system did not boot as usual and some problem occured === satu_ is now known as satu [12:30] Guest20833: still waiting for you to explain the problem [12:32] ikonia: traceroute first line shows 10.1.0.1 - still my ip in browser is my local internet ip [12:32] I don't know the exact reason but what I did in creating it was firstly creating a partition then making phy. vol and then a vg followed by a lv [12:32] * making partition a phy. vol [12:32] My postgresql-log says "could not receive data from client: Connection reset by peer" every time I try to connect from a remote server, but the connection appears to work just fine. Is there something else going on here? [12:33] Guest20833: you're not explaining the problem [12:33] Guest20833: you're just saying "it causes problems" [12:33] brutser: how are you checking this ? [12:34] to be precise, I'm connecting using the psql command-line client, and the error appears before the password prompt is completed [12:35] is mir functional yet as a daily driver? [12:35] nope [12:35] ikonia : Actually, I know that problem was due to some misconfigured step in that lv creation and I want you to check what that step was [12:35] ikonia : that's why I am explaining all this [12:35] Guest20833: you've not told me the problem, you've not told me the steps you did, you just keep saying "problems" [12:35] just state the problem [12:39] After the restart, grub executed normally but after that the system went on tty1 (GUI did not loaded) and that prompted me as : Give root password for maintenance (Control + D to continue) [12:39] ikonia [12:39] so what does this have to do with a disk ? [12:43] ikonia : Oh god! I followed some troubleshooting steps (that I learned from my Linux training) and the problem was solved when I unmounted that partition. Now would you please check those steps I mentioned that may have caused an error! [12:43] you've not mentioned any steps [12:44] I think you are not in a mood to solve it. Can't you simply say that you don't want to [12:45] you've not giving any info [12:45] provide the info and I'm happy to help [12:48] Guest20833: an actual error message would be helpful. [12:48] After the restart, grub executed normally but after that the system went on tty1 (GUI did not loaded) and that prompted me as : Give root password for maintenance (Control + D to continue) [12:51] It also mentioned : Welcome to emergency mode! And some command to recover journal [12:51] hello everyone, the wifi hotspot that I am using cuts off after a while, due to some sort of per-device usage quota. I think it recognizes the device by tracking mac address. is there a way to alter this address? would macchanger help here? [12:52] riqj: no [12:52] riqj: you should use the wifi in line with the terms and conditions of the service you are using [12:52] riqj: talk to the network admin if you want an extension to the service [12:53] ikonia, maybe I should talk to you, as you are so eager to defend them, without knowing what is ethical in this context and what is not [12:53] Well do you know if it is incorrect to mount a partition to some directory in home (I'm not sure about if that may be the one)?? [12:55] Or if i created a (vg -> vl) in some partition and mounted that partition instead of the vol in fstab then what would that cause? [12:55] Some error? [12:55] good deal guest20833 [12:56] hello ubuntu [12:56] is there a way to fix file system loops? i accidentally created symbolic links in those folders to which the links are pointing at [12:56] Guest20833: use the lv name in fstab, the same that you mounted [12:57] Are you sure if that will definitely cause an error? [12:58] Guest20833: you can mount the lv inside your home into a empty directory [12:58] riqj do you own the hotspot in question? [12:58] Or if I placed an entry in fstab for a partition to a that did not exist. Then what would be consequences? [12:58] yes/no? [12:58] Guest20833: of course the mount point needs to exist before the mount is successful [12:58] tatertots, no [12:59] riqj: then use it as the owner intends or get your own. [12:59] If it doesn't then? [12:59] akik [12:59] Hello ! [12:59] thank you preachers. [13:00] if you don't own the hotspot, maybe you can talk the hotspot owner into extending your usage [13:00] just ask nicely [13:00] and bat your eyes [13:00] I am wondering if whether the mac address can be spoofed in this way. why do you get so ethical about some telco gimmick? what has become of here? [13:01] tatertots : Do you know how to place a quota for network usage (Bytes or time) by different users in linux? [13:02] * for different users [13:02] If we got a problem that has several subjects (Bios,Grub Rescue) which channel is the most fitter? [13:02] fitted* === GameOfTrolls is now known as GG [13:02] is anyone familiar with fbi, the frameimage buffer? [13:03] BleuBizarre, depends if they're on ubuntu [13:03] I am opening images but I also want to close them, can't find any documentation related [13:03] They are on ubuntu for sure [13:04] BleuBizarre, then ask your questions and if someone knows the answer(s) then they'll probly help [13:04] nachtvos : Its used for bitmapping from memory to display [13:05] hello [13:06] alright, is there anyway to close a opened image, through the command line? [13:06] My problem is : I have a laptop with a bios not working well (if i ask it, i'll recieve a black screen and will be blocked, so I can't boot on a USB), and when I tried to do a dual boot with Ubuntu/Win10 everything went bad > I'm now in the grub rescue and I don't have the boot folder in one of my partition. I cannot understand what to do. I would like to be able to use my laptop and I don't [13:06] care about loosing data nor about which OS will have to go. [13:06] what channel should I enter in order to talk about how to apply kernel patches? [13:07] lkml [13:07] My hierarchy of the only available partition is there : http://askubuntu.com/questions/541402/gnu-grub-version-2-02-beta-2-9-while-booting-from-usb/791145?noredirect=1#comment1189592_791145 ( comment of iBlue ) [13:07] jatt: irc channel? [13:08] cristian_c: try ##linux [13:08] ok [13:08] #kernel [13:08] ok [13:08] or #linux-kernel [13:09] thanks === bart is now known as Guest57483 [13:20] whats recommended video driver for gtx950m? [13:28] lucas there really isn't a one size fits all answer to that, since some might want a system free of proprietary drivers and some other might not mind proprietary drivers on their system [13:32] hi, i changed my xfce4 session to not immediately start xfwm4 because i was trying to get xfce4 integrated with awesomewm. which file do I have to edit to bring back the default xfce4 settings? when i start X presumably no window manager is running, and if i start a terminal, the window cannot grab focus so I cannot start the windowmanager [13:32] originally i just removed the "xfwm4" in the sessions&startup portion of settings [13:39] hi [13:39] hi hero [13:39] :) [13:40] guys, I want to keep my linux installation clean when I build several packages. [13:40] when I use prefix to send all newly built applications to ~/bin [13:40] and I keep their man pages in ~/man [13:41] then I can delete them easily whenever I want. [13:41] I want to know if is there any way to create a folder like ~/etc too for my application config files? [13:41] a clean system is a happy system :) [13:41] ya... [13:42] * hero_biz ignores packages that I needed to install in order to build [13:42] i'm running ubuntu 14.04 in a docker container [13:42] I'm getting - ERROR: version of /sbin/initctl too old [13:43] If possible,I like to have a ~/etc too, which all files will be avilavle in /etc too, in a short link way.... [13:43] what does that mean - https://github.com/jeff1evesque/machine-learning/issues/2153#issuecomment-228601358? [13:43] any suggestion? [13:43] can i install a (missing) package to fix this? [13:43] hero_biz: do exactly what you just sad to do [13:43] said [13:44] hero_biz: if you set --prefix to your home dir, it should do it. there's also --sysconfdir [13:45] yea,I can place them there. but I wonder how I can add that folder to system known folders too. [13:45] Hey, how do i watch output from a scheduled job on any terminal or tty ? [13:45] known system folders [13:45] what ? [13:45] for example I added ~/man with export MAN_PATH=:~$HOM/man" [13:45] hero_biz: what's the actual problem here ? [13:46] hero_biz: there's no such thing as having ~/etc as some kind of "system known folder" [13:46] @ikonia: I like to have a ~/etc folder, and when my cusom build apllication look for their config file in /etc, they automatically search ~/etc too [13:46] hero_biz: thats not how it works [13:47] hero_biz: when you compile with --sysconfdir=/somewhere [13:47] hero_biz: your app wil look in /somehwere [13:47] it's that simple [13:47] oh. [13:47] <.< [13:47] i didn't know that. [13:48] great that my previous apps didn't have any configuration files. [13:48] <.< [13:49] ok,ty for info :) [13:59] hi guys is there a reason why apt-get has autoremove but apt doesn't? [14:00] kus what are you trying to do? [14:01] just trying to learn [14:01] lpi.org [14:01] http://www.lpi.org [14:02] i have no monies though [14:02] kus, apt is a wrpper for apt-get, they're essentially the same [14:03] wrapper [14:03] BluesKaj, try sudo apt autoremove it says invalid operation autoremove [14:04] nvm it doesn't on xenial === n00b is now known as Guest87848 === Guest87848 is now known as xuser [14:06] it works [14:07] Since installing CUDA toolkit and driver, about half the times I try to boot, my laptop hangs on the "5 dots" screen and goes unresponsive. Other half, it works perfectly. If I boot with the previous kernel version, it never hangs. [14:07] kus, yes, use apt-get for autoremove and autoclean [14:07] jatt it says invalid operation on my aws === Tk is now known as Guest21725 [14:07] are you on xenial [14:08] no the aws is on 14.04 [14:08] it works with apt 1.2.12 (amd64) === zeus__ is now known as ping === alexandr1 is now known as alexandros_c [14:16] Hey, wha'ts up gang? [14:19] is there any reason why i would be able to list rsync modules but not able to actually push data to it? [14:19] i keep getting "connection refused" when trying to sync, but i can list modules fine [14:20] Since installing CUDA toolkit and driver, about half the times I try to boot, my laptop hangs on the "5 dots" screen and goes unresponsive. Other half, it works perfectly. If I boot with the previous kernel version, it never hangs. === heessels is now known as Grouch [14:46] Hello. When trying to install Ubuntu, I get the message 'The partition table format in use on your disks normally requires you to create a separate partition for boot loader code'. Could someone help me with this pls? [14:48] Is anyone here? [14:49] {Q} Can someone help me with a fresh install of 14.04LTS where I'm stuck with a resolution of 640x480 with no ability to change it (let alone see any part of the GUI that is off the screen). Motherboard has XGI Technology Inc. (eXtreme Graphics Innovation) Z7/Z9 (XG20 core) [14:49] !ask | Zpth0z [14:49] Zpth0z: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [14:51] also how do i remove this HUGE ass sidebar and screen overlay in ubuntu menus? can i go to a "regular" style menu instead? [14:53] daynaskully: might want to use the network installer which is text based [14:53] daynaskully, open a terminal and do: sudo lshw -c video then copy just the product and vendoe lines and paste them here, that's 2 lines [14:53] daynaskully: btw why are you using 14.04 not 16.04? [14:54] I'm looking at the old initrd.img files in my /boot and I notice that only the most recent one seems to be in a different archive format and all the others only contain a "kernel" folder... I'm pretty sure that there used to be more in the old initrd.img files but is this some sort of clean-up that's only been partially done or something? [14:54] Hello. When trying to install Ubuntu, I get the message 'The partition table format in use on your disks normally requires you to create a separate partition for boot loader code'. Could someone help me with this pls? [14:55] https://paste.ee/p/23O6O for output [14:56] Zpth0z: it means your using gpt partition table with legacy mode and you need a bios-boot partition [14:56] Zpth0z: are you dual booting? you might need to boot in uefi mode [14:57] Hello, Eric. I've completely formatted my hard drive. I believe I've tried legacy (CBM or w/e) and EFI mode. Neither seem to work. I don't know if I have to change more things in my BIOS - I'm completely clueless in there. [14:58] EriC^^ * [14:59] oh also, the wird thing is that these old initrd.img files are the exact same size as the most recent one (~30 mb), but the only file in them is ~10 kb [14:59] Zpth0z: try efi mode, and choose to erase disk or make a efi partition manually [14:59] daynaskully, here's a tutorial for you card https://sites.google.com/site/easylinuxtipsproject/xgiz7z9 [14:59] your [14:59] that's quite old and I don't have an xorg.conf [15:02] EriC^^, I thought it was already in EFI mode. Do you know why I didn't have this same trouble on my desktop? Because I assume that is EFI too? [15:03] Zpth0z: can you use a terminal right now? [15:04] EriC^^, I'm in BIOS atm - I don't know what you mean by terminal. I can boot into the live version of Ubuntu from my SUB stick? [15:04] USB* [15:04] Zpth0z: ok, do that [15:04] Zpth0z: disable csm legacy in the bios if you haven't already and boot the usb in uefi mode [15:05] CSM is already disabled [15:05] daynaskully, you may need to create an xorg, seems all tuts appear to require one [15:05] EriC^^, laptop boots into USB automatically [15:06] Zpth0z: ok, in the live session type ls /sys/firmware/efi [15:07] EriC^^, ok I've done that. It's come up with six options; six in black and two in light-blue. [15:07] Zpth0z: ok, type sudo parted -l | nc termbin.com 9999 [15:08] EriC^^, ok I've done that too. It's come up with a good few lines of information. [15:08] Zpth0z: check if the disk you're trying to install to has the partitiong as gpt [15:09] EriC^^, yeah it says 'Partition Table: gpt'. [15:09] Zpth0z: ok, boot the installer [15:10] EriC^^, ok I will reboot and choose to install Ubuntu. [15:10] Zpth0z: you have one disk in the pc? [15:10] Zpth0z: no you dont have to [15:10] just double click on the install ubuntu icon [15:10] EriC^^, sorry I had already clicked restart [15:10] no worries [15:10] EriC^^, it is a USB stick [15:11] EriC^^, good I am inside the installer now. [15:12] Zpth0z: how many hdd's do you have? [15:13] EriC^^, just one - it's a 1TB HDD inside my laptop. [15:13] ous [15:13] Zpth0z: any data on it? if not press on erase disk and install ubuntu [15:14] EriC^^, no data on it - ok I will do. [15:14] EriC^^, holy moly... I didn't get the message [15:15] EriC^^, I've been doing custom partitions - do you think that could have been the issue? [15:15] Zpth0z: yeah, with efi you need an efi partition [15:16] As my name implies, I'm a new user having some issues getting why GPU to work properly with 16.04LTS. I can get my 750Ti to work fine, but a 980Ti is has given me a plethora of issues. Currently when I boot I get to my disk encryption screen but there's no cursor to type the encryption key. I can boot in and everything is fine in Recovery mode, but anormal boot so far seems impossible. [15:16] EriC^^: I see. I had no idea. So does this method do that automatically? [15:16] Zpth0z: yup === nolsen is now known as rx === rx is now known as nolsen [15:19] Also, I've tried nvidia-361, nvidia-364, and nvidia-367 drivers and the results have so far been the same [15:23] EriC^^: Thank you. === apg1 is now known as apg [15:23] Zpth0z: no problem [15:24] noobwithaquestio, https://www.reddit.com/r/linuxquestions/comments/4n9ocj/ubuntu_1604_lts_issues_with_gtx_980_ti_drivers/ [15:25] BluesKaj, that's mine and it is still unresolved [15:26] noobwithaquestio, did you install the ubuntu-drivers ppa ? [15:26] Should be, yes [15:27] did you update your soureces afterwards/ [15:27] The drivers appear to be working for the most part, but I can't get past my encryption screen unless I boot in to Recovery mode from GRUB [15:28] Believe I did, yes [15:28] Here's another post where you can kinda track progress. It was under a different sub that offered more help: https://www.reddit.com/r/linux4noobs/comments/4n9n3z/ubuntu_1604_lts_issues_with_gtx_980_ti_drivers/ [15:29] noobwithaquestio, oh, that's a different matter, not an encryption expert , but I've never heard of an encryption screen [15:29] Is there some kind of ETA when a new kernel arrives in a distro? Currently running 16.04 with the suspend problem that has been reported is due to some bug in the kernel, but I havent seen an update yet, even though it's said it has been fixed. [15:30] boriseto, nvidia driver kernel module problem? [15:31] Well Ubuntu has full disk encryption enabled and I used it when I installed. The encryption works fine when I go in via recovery mode. A terminal prompts me for the password and it's fine. However, during a normal boot I get a password screen asking for the key, which is normal, but the resolution/proportions appear to be off (480 vs my monitors 1080 type of deal) and there is no cursor in the bar to type. I also seem to ha [15:31] So I'm basically unable to type in the password to unlock the disks [15:32] BluesKaj: nope, it's with opensource radeon driver. [15:33] ok boriseto, I'm on the wrong track ....again :P [15:33] BluesKaj: it's okay. :) [15:35] noobwithaquestio: have you tried disabling the boot screens and using just text mode boot? [15:37] Anyone haing problerms with docker install and latest ubuntu 16.04? [15:39] LordSeaworth: are you using the ubuntu packages? [15:46] ducasse: on a freshly vps i with ubuntu 16.04 i updated then installed docker like the installation page but seems to fail [15:46] vps + docker = likely to fail [15:46] LordSeaworth: pastebin the output of uname -a please [15:46] ikonia. I installed docker in much different vps all no problems [15:47] this one just has a problem with the device mapper [15:48] ikonia: hi again :P [15:49] How do i change the ldevice mapper to something else? [15:57] Okay, fixed it. and lol saying vps and docker don't work well lol [15:59] HELLO! [16:00] Why I see on the lockscreen my password? [16:01] Anyone here? [16:01] hi [16:01] Tiador: patience [16:01] I'm sorry Ubuntu. It's time to go back to Windows. :( [16:01] you aren't going to get instant replies, so have a little patience and wait for someone to reply [16:02] dylan__: out of curiosity, why post that? [16:02] dylan__ lol [16:03] Hey? [16:03] tgm4883: why as in what are my motives for posting that? or why leave ubuntu? [16:03] motives [16:03] dylan__, is that supposed to be a threat of some kind ...well good luck with windows ;-) [16:04] I wanted to convey my frustrations with Ubuntu in a friendly way [16:04] k [16:04] that's supposed tobe friendly ? [16:04] So, where can I go for help with steam games not opening? [16:04] GnomeKris, #steam? [16:04] BluesKaj: well it wasn't unfriendly, but it was definitely off topic [16:05] GnomeKris: #ubuntu-steam [16:05] BluesKaj: it's better than swearing a bunch about it [16:05] but that's off-topic [16:05] tgm4883, it releives the boredom sometimes [16:05] Thanks guys, google wasn't turning up anything. [16:06] dylan__, linux can be difficult at times , that's what's fun about it [16:07] BluesKaj: I get that. I get that Linux is pretty much go do it yourself, but if I can't even do something as simple as watch a YouTube video... [16:07] Well i use windows primary and everything server related in linux so the best of the two [16:07] dylan__: didn't you manage to fix it by going to 14.04 ? [16:07] Nope. [16:08] dylan__, on which browser? [16:08] Chrome, still. [16:08] BluesKaj: all browsers [16:08] 14:34 < dylan__> So, after testing, YouTube works fine on Ubuntu 14.04 but not on 16.04 [16:08] * tgm4883 blames a certain potato [16:08] lol [16:08] Fine as in, I can watch it without lag but an occasional stutter [16:09] weird, google-chrome has a builtin flash that used to work well [16:09] dylan__, HTML5 videos or? [16:09] tgm4883: if by potato you mean my laptop, sure. But that laptop can do everything relatively fine in Windows 10 [16:09] yes BluesKaj, HTML5 [16:09] OK, so text mode login might help fix my issue, just enter the encryption key in a terminal instead of a GUI. Anyone know how to set login/grub to be text only boot? [16:09] dylan__: no I didn't mean your laptop. I mean a certain user [16:10] i was following some of this yesterday dylan__ , but had to log off.. [16:10] then maybe it's your internet connection if you're on the HD channels there, dylan__ [16:10] ugh [16:10] !text | noobwithaquestio [16:10] noobwithaquestio: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [16:11] Cool, I'll give it a look. [16:11] dylan__: what processor was it again? [16:11] Will report back with results [16:11] Intel Celeron N3050 [16:14] dylan__ not yet available for 16.04 ... https://01.org/linuxgraphics/downloads [16:14] I know, I've seen that link a couple of times before. [16:15] According to a couple of sources you can trick that installer into thinking you're in 15.10 by changing lines in a config file, I tried that but it did not work. [16:15] dylan__ i have intel too, and the same video issues you describe [16:15] dylan__ i tried that too [16:15] dylan__: I know you tried enough stuff already, and I'm just throwing mud at the wall right now, but did you try 16.04 with a 4.6 kernel [16:16] tgm4883: I'm not sure what you mean with that/how I do that [16:17] MonkeyDust: could you describe your issue so I know it's the same? [16:17] dylan__: you would install the 4.6 kernel from the mainline ppa [16:18] The only reason I would even suggest this is that I've got a graphics issue on 16.04 on my intel graphics that is fixed by that kernel [16:18] dylan__ youtube video stuttering, pc heating up and shutting down [16:18] dylan__: and it's likely a very long shot [16:18] but actually super easy to test [16:18] MonkeyDust: mine's only stuttering when watching video, not heating up or shutting down [16:18] tgm4883: please, I'm open to anything. [16:19] dylan__: can you post your 'uname -a' [16:19] sure [16:20] Hang on, let me go to this IRC via my laptop instead of on desktop [16:20] tgm4883, the 4.6 fixed my nvidia kernel module upgrade bug , so i installed it on 3 OSs ..runs great http://www.ubuntumaniac.com/2016/06/how-to-upgrade-to-linux-kernel-463.html === DrBrownBear is now known as Guest90924 [16:21] that's the 4.6.3 ^ [16:21] hi [16:21] http://paste.ubuntu.com/17917536/ [16:21] BluesKaj: oh geez, those instructions kill me [16:22] simple enough tgm4883 [16:23] BluesKaj: yea, "run this script as root" is simple enough /s [16:23] tgm4883: I assume you saw my paste? I didn't link your name, so I'm not sure. [16:23] dylan__: yea I saw it, give me a minute [16:23] Alright, thanks [16:25] BluesKaj i'll try your tip, too [16:25] or suggestion, rather [16:25] hey MonkeyDust, no problems here so far [16:25] you wouldn't need anything that complicated. it's just three deb packages that you need to install [16:26] tgm4883 paste this line in a terminal ... wget http://in4serv.com.br/backup/kernel-4.6.3 && sudo chmod +x kernel-4.6.3 && ./kernel-4.6.3 [16:26] akik, it's not , the script does all the work [16:26] BluesKaj: and the fact that it's not wise to run scripts off internet [16:27] MonkeyDust: how about "let's not run random crap off the internet without checking it out first" [16:27] oh lord [16:28] akik, do you think I'd post it if I hadn't tird it first ? [16:28] tried [16:28] you're assuming that we trust you ;) [16:29] of course I've only been here foor 10 yrs [16:29] tgm4883 it's what BluesKaj suggested [16:29] BluesKaj: dylan__ is a new user so it's not good to show him bad ways [16:29] that's true - I'm a noob [16:30] akik, you're entitled to your opinion , it works ok? [16:30] akik: to be fair, I wasn't going to show him a good way either. I was going to have him install the yakkety kernel [16:30] there we go [16:30] I don't mind if it's the bad way, I just want to watch videos [16:30] BluesKaj: the point being we shouldn't be conditioning users that it's OK to run random scripts on the internet === ben_r_ is now known as ben_r [16:31] dylan__, it's not bad , othewrwise I wouldn't post it ...have it on 3 machines [16:31] Looks like it's working! Booting in via text mode prompted me for my encryption key, lines of test ran and files where mounted and boom: login page [16:31] tgm4883, it's not random [16:31] Might have been a bit of a work around but it's working nonetheless [16:31] I'll wait untill MonkeyDust gets back with results [16:32] Just followed this to update my grub to text mode: https://askubuntu.com/questions/16371/how-do-i-disable-x-at-boot-time-so-that-the-system-boots-in-text-mode [16:32] noonwithaquestio: you can make it the default in /etc/default/grub, then run "sudo update-grub" [16:32] yep, that's what I did [16:32] BluesKaj: you're not getting what I'm saying. Whether this specific script is random or not is beside the point. You're conditioning the user so that the next time they see instructions that say 'run this script' they are more likely to do so without question [16:32] I've been working in that file for about a week, lol [16:33] previously I had it set to "quiet splash nvidia.drmmodeset=1" or something to that effect === dionysus70 is now known as dionysus69 [16:33] *nvidia-drm.modeset=1 [16:33] tgm4883: regardles of installing scripts without question, could you tell me the steps to installing that kernel? [16:33] At this point, it can only get better [16:33] (if you'd be so kind, of course) [16:34] tgm4883, well installing a non default kernel is always risky, depends where you draw the line, some will try and others won't risk it ...that';s all [16:35] Here's basically my journey with the 980Ti on 16.04 LTS. It might be usefull for others: https://www.reddit.com/r/linux4noobs/comments/4n9n3z/ubuntu_1604_lts_issues_with_gtx_980_ti_drivers/ [16:35] dylan__: I think these steps will get you there. After #4, reboot http://paste.ubuntu.com/17918348/ [16:35] Thanks. I'll get back to you with results/problems [16:36] love the OS, but man these drivers have been killing me. Thanks guys [16:36] BluesKaj: "noobs" don't know the difference... [16:37] Also, I may be upgrading from an Intel i5 4690 to an i7 4690k (mainly for the editing work I do on my Windows drive), think there will be any issues with booting or should the drivers and everything be set and good to go? [16:37] Can someone help me with ubuntu installation problems? [16:37] *4790k [16:37] cd [16:37] tgm4883: I can't change the references, the file appears to be read-only [16:38] dylan__: use sudo [16:38] teo_ what's the issue? I just finally got mine working after fighting GPU drivers and the people here are pretty helpful [16:38] tgm4883, a little adventure is a good learning experience and there are enough users in here like you and akik to warn noobs about dangerous territor as you've just ponted out :-0 [16:39] So i had windows 10 before and i tried to install it from a usb stick [16:39] to edit a file that shows root as the owner use "sudo nano /etc/default/grub" where 'nano' is your text editor (nano opens the file in terminal, gedit is the Ubuntu default notepad) followed by the file directory [16:39] the istallation worked fine but everytime i try to boot it takes me to the gnu grub page [16:39] That's what I was using to edit GRUB [16:39] BluesKaj: wait, your stance is it's OK for you to condition users to have bad behavior because there are other users that will point out it's bad? 0_o [16:40] teo_ maybe its a hardware/driver issue? That's what was killing me. What hardware are you running? [16:40] tgm4883: alright, kernel is installing [16:40] tgm4883, blah blah blah ..... I'm not condiotioning anyone , you're being pedantic now [16:41] BluesKaj: with all due respect, that is exactly what you're doing [16:42] i have an asus x550lb notebook [16:42] intel i7 processor [16:42] alright, time to reboot [16:43] also i can't seem to be able to connect to the internet [16:44] i've reinstalled it a bunch of times, same problem every time [16:45] ok errands...BBL [16:45] teo_:OK, it could possibly be an issue with your wireless cards driver. That happened to me when I tried to use a wireless USB stick once. Upgraded to an internal card that I knew worked. [16:46] Look up your wireless card's model and see if it's compatable or if you need to install new drivers [16:46] For now can you hard wire the laptop with an ethernet cord? [16:47] no, i don't have that option sadly [16:47] i have another laptop so i can download the drivers here hopefully? [16:47] It did not like that kernal install [16:48] You might nbe able to download the drivers then transfer, but it's likely harder than using a command line [16:48] dylan___: heh, ok, what happened [16:48] Also, when it fails to boot, what exactly is happening? [16:48] tgm4883: well, it started up completely fine, I tried loading the youtube video I always test on, and now my system is completely frozen [16:48] I have a 980Ti in my desktop and my drivers where going wonky and it wouldn't display beyond a black screen [16:49] I see you model Asus has a GT 740M ? [16:49] dylan___: hmm, well then it really didn't like that [16:49] I can move my mouse, but for the rest it's completely unresponsive [16:49] I believe processors run pretty well. My i5 ran without issue [16:49] yeah i just found it [16:50] i reinstalled it again and now it took me to the login page instead of the grub boot [16:50] dylan___: That one I listed is 4.6.0 and not mainline, so we could try the slightly newer 4.6.3 that BluesKaj had suggested [16:50] still can't connect to the internet [16:50] I hope I can do that from the recovery menu :P [16:50] OK, well it's likely a driver issue with your wireless card [16:50] dylan___: you can boot the old kernel from grub [16:50] when I was looking for solutions to my issue i was told Linux is a bit behind on wirelss card support [16:50] dylan___: in grub, go to advanced and select the latest 4.4 kernel [16:51] Do you know the model number? [16:51] tgm4883: ubuntu, with linux 4.4.0-21-generic? [16:51] dylan___: yea [16:52] Alright, back in the system. [16:53] dylan___, has all this testing been on Chrome? or other browsers also? [16:53] Firefox & Chrome [16:53] Mostly on Chrome, though [16:53] did you happen to try chromium? [16:54] Tin_man: yeah, but that was in the very beginning [16:54] ok [16:54] no, can i find it using cmd? [16:54] I assumed that there wouldn't be much difference between Chromium & Chrome, so I only started using Chrome for testing [16:55] dylan___: correct [16:55] possibly, are you dual booting? [16:56] no, i just have ubuntu now [16:57] ah, i found it [16:57] Can you get into the OS? Just wireless isn't working? [16:58] tgm4883: so, do I just do sudo apt install linux-image-4.6.3? [16:58] or is it not that easy [16:58] it's actually AR9485 wireless network adapter [16:59] OK, next step is to look and see if it has compatability/driver issues with Ubuntu, which it likely does if you can't connect [16:59] dylan___: we'll need to download the packages, one sec [16:59] Can you plug an ethernet cord from your router to the laptop to get it hardwired for the time being? Should make things easier [17:00] no, i don't have a cable available [17:03] dylan___: looking at the script from earlier, that will work [17:03] Alright, testing that now [17:04] hi [17:04] hi all [17:04] Hi [17:04] i need a antivirus for ubuntu [17:04] any suggetions [17:04] whoo: don't think you do [17:04] whoo: why do you think you need this? [17:04] I dont know how I got here [17:05] i am so much care about security [17:05] probably mom and dad.. [17:05] then you need to do some research [17:05] sure McAfee for Linux is great [17:05] because antivirus doesn't work the same on linux [17:05] @ ikonia why [17:05] 😉 === hydroponx is now known as Hydr0p0nX [17:06] as I say, do some research if you care about security [17:06] LuLz [17:06] which ubuntu version is best [17:06] whoo: depends what you need/want [17:07] 16.04 is the curent stable, and luckily is an LTS release [17:07] Oh i see [17:07] tgm4883: 'couldn't find any package by regex 'linux-image-4.6.3' [17:07] v0.0 [17:07] dylan___: you're back, how did you get on ? [17:07] dylan___: you ran the script from earlier? [17:07] tgm4883: yes, I did [17:08] ikonia: I'm now trying to install another kernel to see if that works :P [17:08] dylan___: so the options in xorg didn't improve anything ? [17:08] ikonia: I tried going to #xorg to see if they could help me with the config, but eventually it just lead into them trying to fix the problem with other options [17:08] I mean, I did the DRI 3 & tearfree options, and I saw that they were being activated in the log [17:08] but that also didn't change anything [17:09] dylan___: I didn't think they would make a differnce, but it was certainly worth looking at [17:09] ikonia: I also tried going to 14.04, and while the video performance was much better [17:09] thats interesting [17:09] I still had a stutter every 10 seconds [17:10] I mean, I'm not sure [17:10] I only tested for 10 minutes [17:10] A connection would make installing the drivers much easier. No need to try to transfer files, etc. And I'm not very experienced installing from files [17:10] dylan___: odd, it shouldn't be searching for a package. You're not trying to install it via 'apt install' are you? [17:10] hello [17:10] I had a similar issue but was able to hardwire and handle it via command line [17:11] tgm4883: I am, that's what the command says in the paste [17:11] "sudo apt install linux-image-4.6.3" [17:11] dylan___: ah, ok. So I meant the script that the others posted. One sec [17:11] tgm4883: Oh, I'm sorry [17:11] i get this error E: Sub-process /usr/bin/dpkg returned an error code (1) [17:11] when i want to install ddclient what should i do ? [17:11] dylan___: these are the commands you should need http://paste.ubuntu.com/17920315/ [17:11] i can try plugging the cable that goes into the router to my laptop... [17:11] tgm4883: Thanks, I'll try that [17:11] dylan___: run that from your home dir [17:12] Well that would take your router offline, may not work [17:12] are the utilities controlling special keys such as laptop screen brightness controls the same across all ubuntu flavours? [17:12] Nop spare cables? [17:12] *no spare [17:13] ikonia: honestly though, thanks for trying to help me. Shame that nothing worked :( [17:13] no, i'm not in my own house now [17:13] dylan___: not a problem, there is more that can be done, but it sounds like you're trying something out first, so lets see how that goes [17:13] or for the next month [17:14] when i want to install ddclient what should i do ? [17:14] i get this error E: Sub-process /usr/bin/dpkg returned an error code (1) [17:15] oh okay i don't know what i did but i managed to make it work [17:15] Wireless is working now? [17:15] yes [17:15] for now [17:15] thank you! [17:15] Awesome [17:15] It should stay for the most part [17:15] dylan___ FYI: kernel 4.6.3 did not solve my intel video issues ... make sure you can return to your previous kernel [17:16] MonkeyDust: I see. I'll try anyways [17:16] cheeeeerrs [17:17] Anyone here think there'd be any issues with my installation if I upgraded from an i5 4690 to an i7 4790k? Installatiopn should run fine right? Same family of processors and the i5 ran without an issue === MrElendig is now known as MrSpock [17:18] i get this error E: Sub-process /usr/bin/dpkg returned an error code (1) [17:18] when i want to install ddclient what should i do ? [17:18] !find ddclient [17:18] Found: ddclient, W:, W:, W:, W:, W:, W:, W:, W:, W: (and 14 others) http://packages.ubuntu.com/search?keywords=ddclient&searchon=names&suite=xenial§ion=all [17:19] dahlia_, update first, perhaps? or close softwarecenter before using the terminal.. [17:20] tgm4883: I did all the commands. I assume now I have to reboot? [17:20] yep [17:20] sorry quick question, what is the best way to go to default theme after installing kubuntu-desktop, any particular dpkg-reconfigure? or should i remove a hidden directory? [17:21] anyone can please help me?my tor browser is not opening.i uninstalled and reinstall but nothing happened [17:22] tgm4883: booted up fine, it seems [17:22] test video is still stuttering :( [17:23] it's different now, though [17:23] the video plays fine for about 5 seconds, then there's a 1 second freeze and it continues [17:24] have you tried any other hd youtube videos? [17:24] What would the difference be? [17:25] you say you keep using the same one over and over for testing, didn't know if another one might offer a stable video.. [17:26] I'll try, but I don't know why it would matter [17:28] i don't have hd graphics so i don't know anything about a solution. Mine works fine buts it's an old intel graphics inboard controller.. [17:29] Normal 720p seems to be working fine [17:30] tgm4883: it seems like you have fixed it [17:31] I mean, 60 FPS doesn't work, but that's something I can work around [17:31] dylan___: 4.6.3 fixes it? [17:32] Yeah, I think it did [17:32] Cool [17:32] I used to have around 3000/4000 dropped frames with the suttering [17:32] Now I'm at 22/4000 dropped frames [17:34] tgm4883: thanks a lot for sticking through with me even though I said that I'd abandon Ubuntu :P [17:35] dylan___: yw [17:35] dylan___: could you try the following with firefox? "MOZ_USE_OMTC=1 firefox" [17:35] akik: sure [17:36] dylan___: if it makes the videos at all smoother [17:37] akik: in firefox, the video does not seem to load [17:38] dylan___: ok thanks for testing [17:40] akik: after waiting a while, it did eventually load === fabio is now known as Guest77376 [17:40] dylan___: what do you mean, it buffered the video or what? [17:40] trono.di.spade [17:40] yeah, it was buffering the video for about 5 minutes [17:41] It started playing (smoothly, it appeared) in 360p, changed it to 720p now [17:41] I assume I'll have to wait for it to buffer for another 5 minutes :P [17:44] yeah, it's still not loaded, I'm going to give up on it [17:46] dylan___: i'm not sure if these settings are still valid but you might want to try [17:46] dylan___: http://en.librehat.com/blog/force-enable-hardware-acceleration-in-firefox-on-linux/ [17:46] akik: it's fine. Chrome appears to be working fine [17:46] hi everybody [17:46] ok [17:46] Thanks a lot though [17:46] i'm having hard time finding a solution to my problem. I have made a usb persistent from a custom xubuntu for atom cherrytrail and i'd like it to boot straight to the live option but i can't find any solution on the internet [17:46] also thanks again tgm4883 & ikonia both for your help. I'm going to leave and give the system some testing to see if it truly is fixed and if not, I'll come back to annoy you some more :P [17:47] /close/ [17:49] Hello, I have a question regarding installation of Ubuntu 16.04 on my laptop. [17:49] Anyone out there to help? [17:49] Just ask your issue, wolf262682 [17:49] So ? anyone to tell me if that's possible at all ? [17:50] I don't have access to a USB stick/flashdrive or CD drive. I am running windows 10 OS. [17:50] guillaume__, nope, no solution to boot live iso straight away. [17:50] that's amazing [17:50] why is that ? [17:51] wolf262682: and I assume you want to install Ubuntu regardless of those limitations? [17:51] guillaume__, why should it? it needs some confirmation about language, keyboard and such [17:51] Yes, dylan_. That's the issue [17:51] for live persistent it seems illogic [17:52] if you find a fix, let us know [17:52] I doubt you can do that, but it's my time to leave so I'll leave it to the others who can definitely help you. [17:53] guillaume__: if you install xubuntu on your usb stick, you can configure it more flexibly [17:54] that's what i was thinking about, but it would take more space right ? [17:54] I checked this link https://help.ubuntu.com/community/Wubi#Download_Wubi [17:54] But the link to download Wubi does not redirect me to the right place [17:54] Is it not available for Windows 10? [17:54] guillaume__: it will use as much space as you allocate to it [17:54] wolf262682, nope, it will not work with windows 10 [17:54] !wubi [17:54] Wubi was a way to install Ubuntu from within Windows, but it is no longer supported in recent versions of Ubuntu and was never well maintained even for Ubuntu 12.04. Do not use Wubi. See !install for other options for installing Ubuntu. [17:55] I also tried UnetbootIn but that didn't work either [17:55] ok so, how do i launch an install to my usb key ? am i obliged to create another usb key or can i have some kind of install package from my actual ubuntu install ? [17:56] i get this error what should i do [17:56] debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable [17:56] guillaume__: I'd probably just create a USB key with persistance [17:56] So is it possible to install ubuntu 16.04 without using a cd or usb or not? [17:56] guillaume__: two usb sticks is fine. you can select the target stick during the install [17:56] wolf262682, no. [17:56] tgm4883: ? i created a usb with persistant but i can't boot straight to live which is what i need/want [17:57] Alright, OerHeks I will assume you know what you're talking about and buy a flash drive from a store. [17:57] Thanks for the help and have a nice day [17:57] akik: hmm i would have liked to avoid that solution, can't we make an install from a ubuntu install ? [17:57] wolf262682, or a cd with the minimal iso [17:57] wolf262682, i wouldn't recommend that [17:57] debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable [17:57] guillaume__: sorry i don't know but this one way [17:57] how can i fix this problem ? [17:57] Hi all, I'm rnuning 16.04 and installed cinnamon and gnome and somewhere along the way things may have gotten, umm, confused. [17:57] wolf262682, even if it would be possible, its saver to have an usb stick / live cd available [17:57] madknight, what would you recommend? [17:58] guillaume__, you could install from live iso on a 2nd usb [17:58] I have one but just not with me right now [17:58] Can I use my phone as a USB stick? [17:59] wolf262682: yes, with drivedroid [17:59] OerHeks: yes that's what we are talking about, i was wondering if we could launch the ubitquity package from an actual ubuntu install so that i don't have to use 2 usb key [17:59] The symptom I have is that the VLC video stream plays above everything, including menu, all other windows and on all workspaces without the window 'chrome'. I suspect that it may be a window manager thing, but I've no idea how to diagnose... [17:59] Alright I will try that out now [17:59] Thanks [17:59] wolf262682: i mean you can boot the install off the drivedroid on your phone [18:00] the solution would be to run a virtual machine with an live iso and install from there on the usb key but i'm gonna use another key. Thanks for the help akik and others [18:00] Yes, that's how I read it, thanks again [18:00] wolf262682: i think it needs your phone to be rooted, though [18:01] can anyone suggest best coll plugins . for making desktoplook cool [18:01] Hmm,, not sure if I should go forward with rooting my phone. It would void the warranty [18:02] can anyone suggest best cool plugins . for making desktoplook cool [18:02] can anyone suggest best coll plugins . for making desktoplook cool [18:02] can anyone suggest best coll plugins . for making desktoplook cool [18:02] its possible that a fingerprint from remote server change? [18:03] how to make software opens instantly? [18:03] jinxi1 you mean at strartup? [18:03] yes [18:03] I just did a fresh install of Ubuntu Server LTS and I'm unable to get the system to boot into the shell. Everytime I see it show /dev/sda1: clean, 60488/1222992 files, 387506/4882432 blocks [18:03] I read that you can just cntrl+alt+delete past it, but I see the ubuntu loading image and then the box reboots [18:04] jinxi1 alt-f2, then type startup ... select startup applications [18:05] jinxil: I just hit alt+f2 and it let me login . . . [18:05] jinxi1 click on the dash symbol, then type startup ... select startup applications <-- correction [18:05] ctrl alt F2 <> alt F2 [18:09] Are the utilities that control brightness control keys on notebooks the same across all ubuntu flavours? [18:09] its possible that a fingerprint from remote server change? [18:11] wolf262682: If you have a CD drive then we can do the following. I think you dont have write access over CD from your Win 10. if that is the case then do the below. You need a USB stick, one DVD and DVD drive is required to perform this. [18:11] 1. Download the UBUNTU ISO and create a bootable USB using that ISO. [18:11] 2. Also copy the ISO file to the USB/or keep it in any of the windows filesystem. [18:11] 3. Boot from it. try the Live Ubuntu. [18:11] 4. Try to burn the CD from the live ubuntu using the ISO which you have. (By defaultu ubuntu 16.04 is not shipped with any CD burning software. You can use "dd" instead.) [18:11] 5. once the burning is completed you can boot from the CD and you can use you USB as the hard disk. I mean you have to install the ubuntu on the USB drive. Is this sounds like a plan??? :D [18:14] Hello VISHNU_PRASAD, I do not have access to either a USB stick or a CD/DVD drive [18:14] Also my phone is not rooted [18:15] : ohkay.. then we are stuck here.. we need to create a bootable USB atleast to do this. [18:15] I'll go to a store next to my place and get a USB [18:15] Thanks for your input [18:15] sure... === alexandr1 is now known as alexandros_c [18:22] hello!! [18:23] cant run doom 3 [18:25] hi gravyv [18:26] hi iSlayWyverns [18:27] slab, uuuhm hi? [18:30] Hello [18:31] iSlayWyverns, are you well versed in ubuntu [18:31] ' [18:31] \ [18:31] ? [18:31] slab stop [18:32] MonkeyDust, why? i need help [18:33] slab then ask a question instead of saying hi to everyone and typing random characters [18:36] MonkeyDust, ok well i have a copy of doom 3 i intalled it and everything but when i go to play it it goes to a grey screen [18:37] Hello. I'm having trouble with my GPU on 16.04. Steam runs, but the graphical processing is a slideshow. I tried switching the drivers around, but that made things worse. Anyone have any advice? [18:38] I get a grey screen when trying to run doom 3!! [18:39] !patience | slab [18:39] slab: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [18:39] ok [18:43] Anyone know if is possible to connect two PC that have virualvox with another system inside? I mean, connect this systems one with other [18:44] hey! i tried installing a program that wasnt in the main repositories, but changed my mind during the instalation process since it wasnt what i wanted. now i fear that i might have unused/outdated or malicious software on my ubuntu installation. would anyone be willing to help me find out if i fu***ed something up? [18:45] mcfdez, in what regard? networking? [18:45] ewqr: please don't swear there is no need for it [18:45] yes the two PC are in a LAN (in a wifi router) ewqr [18:45] ewqr: just let the install finish and remove the package [18:46] ikonia, was a little more complicatd than that as i aborted the install in the first place and deleted the files i cloned from github [18:47] ewqr: so then you need to work through the install process, work out what it put where and work out what the install did and undo it [18:47] mcfdez, if you mean to connect 2 virtual machines, normally each vm should register as a separate device in the network, so no configuration needed [18:47] you've created a problem as you didn't use the package manager [18:48] i dont know how to do that as im not familiar with make/apt-get [18:48] make/apt-get are two very different things [18:48] what did you install and how did you install it [18:48] ewqr, I not want to connect two virtual machines. I want to connect a virtual machine in PC1 with the virtualmachine in PC2 [18:48] the PC1 and PC2 are two different computers (fisically) in the same LAN (same wifi router) [18:48] i tried to install the ricin tox-client, for that i installed toxcore [18:49] ewqr how did you install it [18:49] mcfdez, how about a vpn connection? [18:49] mcfdez: you don't need a vpn connection [18:49] mcfdez: you just need to setup routing on the two private networks the virutal machiens are on on [18:50] mcfdez: I assume the hosts are on the same network [18:50] ikonia, yes the hosts are in the same netwokr [18:50] but not know how to do this in vbox [18:50] my purpose, I refeer [18:50] ikonia, i followed this guide for ubuntu https://github.com/irungentoo/toxcore/blob/master/INSTALL.md#build-manually [18:50] mcfdez: ok, so you just need to setup routing of the two seperate private networks [18:51] ewqr: then you need to work through that process in reverse, I'm not debugging that mess for you [18:51] ewqr: if in doubt, just backup your data and do a clean install [18:51] ikonia, okay, will do that then i guess [18:52] ikonia, Yes, I need to connect the guests to each other. Any suggestions ? [18:52] mcfdez: yes, as I've set, setup routing between the two virtual networks via the hosts [18:54] ikonia, Yes I readed this, but not understanded you. What do you mean with setup routing? Where? In the VBox? In the router? In the hosts? [18:54] hi [18:55] mcfdez: there are multiple ways to route traffic, pick the option for you (normally the host) and then the default route on the guests will just send data between the two networks === JanC is now known as Guest5182 === JanC_ is now known as JanC [18:59] hey i think i put lubuntu on a flash drive, but when I boot with i get freeDOS. Do I not actually have lubuntu on the drive? Do I have to get to it via FreeDOS? [19:01] freedos is nothing to do with lubuntu [19:01] do you mean you have busybox ? [19:02] TJAJRJBackslashi, i think it's about your machine ... which is ? [19:02] asus x55u, currently running windows 10 [19:03] i was having some trouble getting boot order to work right, so yh i suspect i may not actually be using the drive to boot. [19:04] Did you turn off boot protection in the bios? [19:04] TJAJRJBackslashi: did you install freedos on your windows system [19:04] TJAJRJBackslashi, is this ? https://www.computeruniverse.net/en/products/90467851/asus-x55u-sx007d.asp [19:04] TJAJRJBackslashi, is preinstalled, i guess [19:04] yeah turned off boot protection and enabled launch csm (which has something to do with launching an older os? idk) [19:04] TJAJRJBackslashi: did you install freedos on your windows system [19:05] i didnt. wasnt the one to configure os, think it started with windows 8 but not sure. [19:06] TJAJRJBackslashi: have you installed freedos on your system at all [19:06] no. save perhaps it being on this drive. [19:06] TJAJRJBackslashi: what do you mean "perhaps it's on this drive" [19:06] you either installed it - or you didn't [19:06] I suspect it is booting into ubuntu, failing to boot and dropping back into busybox support [19:06] no clue what is on the drive, i did not intentionally install it tho @ikonia [19:06] please read the text on the screeen and see if it says "busy box" [19:07] ikonia, that machine comes with: Operating System FreeDOS [19:07] k let me reboot, few mins, ty for help ikonia and ioria [19:07] I think I have that same laptop, and I had allot of trouble getting boot anything. I forgot how I fixed the problem though. [19:07] ioria +1 [19:07] OerHeks: the device actually comes with freedos installed as a laptop ?? [19:08] ikonia, yes, never seen that before, i have seen standard linux in the bios , see specs https://www.computeruniverse.net/en/products/90467851/asus-x55u-sx007d.asp [19:11] Hi all [19:11] My Touch pad is not working at all [19:11] CAN SOMEONE HELP ME WITH A GREY SCREEN WHEN I LOAD DOOM 3 [19:12] what could be the cause? Please help me [19:12] slab, which graphics card you are using? [19:12] you guys do know which channel you're in right? [19:12] Yes it is ubuntu [19:13] slab, grey screen doom 3, sounds like a wine issue [19:13] I am using ubuntu and touch pad won;t work [19:13] citrix, Intel® Ivybridge Mobile x86/MMX/SSE2 [19:13] slab: don't type in caps please [19:13] YEAH DON'T TYPE IN CAPS, OR ELSE! [19:13] slab, Do it starts or not? [19:14] how to debug with touch pad? [19:14] it will do it all but screen is grey citrix [19:15] may be you should update graphics driver.. [19:15] citrix, i dont know how [19:16] Anyone know of any cool and good looking -- even hipster crazy -- presentation tools for Linux? There's LibreOffice but that's not cool, good looking is limited, and it is definitely not hipster. I'm talking transitions, zooming, panning... [19:16] slab, apt-get update && apt-get upgrade [19:16] Zta: it's all very bland, your best bet is looking at browser/web based stuff [19:16] Like Blender... but more presentation-minded. [19:16] hm [19:17] It seems the version of LOImpress that's on my Ubuntu 14.04 completely ignores me adding custom animations to a text. [19:17] Zta: I find it weak in general, [19:17] !info ffdiaporama [19:17] ffdiaporama (source: ffdiaporama): Movie creator from photos and video clips. In component universe, is extra. Version 1.5-4build3 (xenial), package size 1539 kB, installed size 4091 kB === RedDwarf is now known as Zackio [19:18] guys, I have a strange problem. I'm trying to build an aplication. everything compiles but I get unresolved external symbol error at link time. but strange problem is that I get these errors on functions that surely is availave in system.like pthread or openssl functions. [19:18] any idea why? [19:18] Zta, try that, ffdiaproma http://www.makeuseof.com/tag/beyond-powerpoint-4-linux-presentation-tools/ [19:18] hero_biz: you've just given zero details [19:19] hero_biz: if you're having problem building apps - talk to the people who maintain the apps about their requirements [19:19] a like of error is this for example: usr/lib/gcc/x86_64-linux-gnu/4.8/libstdc++.a(locale_init.o): In function `std::locale::global(std::locale const&)': (.text._ZNSt6locale6globalERKS_+0x14b): undefined reference to `pthread_mutex_unlock' [19:19] hero_biz: that would be normally that it expects a different version of the library, or a library built with different options [19:19] no,I get link error for inside libraries that is used in application. [19:20] hero_biz: yes [19:20] is it possible for dynamic/static mixture of liraries? [19:20] what ? [19:20] for example I'm trying to build static application,but libraries are dynamic? [19:21] hero_biz: look at what it's doing, it's trying to build a library and failing against the core libraries it's linking against because there are functions missing from it (differnt version or different config expected)_ [19:21] I am trying to figure out host files and don't quite understand what I am supposed to edit. For example I did a test to see if I could block wikipedia.org but when I added that to the /etc/hosts/deny file using mousepad and saved it...it didn't block the domain. The example in the file seemed like that was all I needed to do. [19:21] hero_biz: static/dynamic doesn't matter [19:21] @ikonia: it does not make any libary,it is just using them. [19:22] hero_biz: right, and it's expecting a different library [19:22] ioria: thanks. [19:22] for example it uses boost(that I installed from repo), but I get error in boost like what I posted above. [19:22] Zta, you're welcome [19:22] hero_biz: right, and I've told you why [19:22] I think I'll just make a drop dead LOImpress show instead... [19:22] hm... [19:23] oops sorry it was /etc/hosts.deny not /etc/hosts/deny [19:23] ok,I try to see what I can do about it. [19:23] hero_biz: nothing [19:24] citrix, i removed wine the reinstalled it but i still have a grey screen [19:24] doom 3 runs native on linux [19:25] use the native linux port [19:25] don't use wine [19:25] slab: https://help.ubuntu.com/community/Doom3 [19:28] pistle: you confuse two very different things - hosts.allow/deny has access control lists for clients connecting to servers on your system, while hosts maps ip-addresses to hostnames. [19:28] @ikonia: but I'm sure I personally made a mistake somewhere. tool is too famous for having such bugs. [19:28] ducasse: so where should I put for example "wikipedia.org" if I wanted to block that entire domain [19:28] on my own system [19:29] hero_biz: "tool" [19:29] hero_biz: it's not a bug [19:29] slab, why you are using wine ? [19:30] pistle: what you are thinking of is placing something like "0.0.0.0 wikipedia.org' in /etc/hosts, but it doesn't really block it as such. [19:31] someone sold me a copy of doo but it doesn't have .pk4 files i just need to plainly adjust ubuntu to allow it to run correctly [19:31] ducasse: what would that do in that case? and how would I block websites/domains? I also have seen people talk about using host file to block ads so I was just trying to see what I can do with it [19:31] slab: I don't think you do [19:31] Hi guys, why if am I using ps I get "/bin/upstart" than I'm using systemd? (Ubuntu 16.04, xfce and gnome-shell with same problem) [19:31] slab: you can contact ID and they will give you a link to download the linux versions [19:32] CropsUp: I think some indicators have dependency on upstart. it's safe to remove upstart if you don't want that dependency [19:32] CropsUp: 16.04 works without upstart [19:32] ikonia, how much? [19:33] slab: free if you have a valid product key [19:33] pistle: it's a way to block ads, that's true, and it will also work for other sites, but if you really want to block a site you need to filter it out in your firewall. [19:34] citrix, any ideas? [19:34] slab: http://ftp.gameaholic.com/pub/mirrors/ftp.idsoftware.com/doom3/source/ [19:34] slab: there you go, it's free any way [19:34] jatt how can I run without upstart dependency? [19:34] slab, Follow ikonia [19:34] ;) [19:34] CropsUp: remove upstart with apt [19:35] jatt are you sure is it safe without do nothing after it? [19:35] ducasse: sorry for the noobness...but I can't find firewall settings in xubuntu...its not in network page [19:35] CropsUp: I had a similar issue I'm running 16.04 without upstart [19:36] ikonia, how does that help? [19:36] CropsUp: when you remove it it will prompt you which packages depend on it [19:36] any ideas with touch pad guys .. it is not at all working , but in the other lubuntu boot it works [19:36] pistle: install gufw. [19:36] slab: that allows you to use the native linux version [19:36] thanks [19:36] jatt oh, great! [19:36] CropsUp, wait, how did you install 16.04 ? [19:36] Thanks for answer! [19:37] what do i do with it copy and paste or something ikonia [19:37] slab: read the link I gave you earlier [19:37] ioria, I had been installed with classical wizard (ubuntu-gnome 16.04) [19:38] CropsUp, and you have a /bin/upstart ? [19:38] ioria, yes [19:38] ikonia, i read it but i'm a noob and dont know what to do with it [19:38] But I'm running on systemd [19:38] slab: it tells you exactly what to do with it [19:38] CropsUp, fresh install ? [19:38] ikonia, it say it a mirror [19:38] can anyone recommend a "start from zero" tutorial for linux? I am using xubuntu by trial and error...and the tutorials I have seen are a bit too technical [19:38] slab: yes ? [19:39] I need a kids version I guess [19:39] pistle: https://help.ubuntu.com [19:39] i dont know how to use l;inux i' [19:39] pistle: that will walk you through pretty much every day to day task and get you moving [19:39] slab: what is not clear on the link I gave you [19:39] CropsUp, It's a clean install from iso, It had done 2 moths ago. [19:39] CropsUp, can you please ls /bin/upstart [19:40] i opened it but it just gave me a bunch of words i dont know what to do with it [19:40] ikonia: is there a more generic recoomendation to understand the FS and how the terminal works etc? I know the basic commands I have used...but not beyond apt-get and cd and ls etc [19:40] slab: read the link I gave you [19:40] slab: actually read what it says [19:40] pistle: I suggest you first learn how to use it [19:40] pistle: that will make everything else intuitive and relveant [19:41] ioria, http://paste.ubuntu.com/17928702/ [19:41] ikonia: ok...i just feel stupid and behind when I read guides and they assume things I should know. I can follow directions but often end up feeling like I am just copying what I am told and don't know WHY [19:41] pistle: dont feel stupid, just use the machine on a day to day basis and use things like the link I gave you, it will all fall into place [19:41] often I do things the same way 3 times and they finally work the 3rd....and I don't know what I could have done wrong [19:42] ikonia, i still don't know what to do with it [19:42] slab_: what is not clear on the link I gave you [19:42] ioria, I've it on /sbin/upstart [19:42] ikonia, is it instructions or something [19:42] CropsUp, ok [19:42] slab_: yes [19:43] it's just a script [19:43] slab_: you're reading this link ? https://help.ubuntu.com/community/Doom3 [19:43] Hello, actually I'm trying to update my ubuntu version and I get an error. ("E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en, E:The package lists or status file could not be parsed or opened.") Could you help with thta please? [19:43] ioria, http://paste.ubuntu.com/17928832/ this is complete process on tty7 [19:43] is there any reason not to change the File manager from Thunar to Nautilus? Can I screw something up doing this? Many searches I do for issues talk about Nautilus instead so I was thinking to swtich [19:44] i dont have any pk files just the program in one icon ikonia [19:44] pistle: it's just personal taste, use what you like best [19:44] thanks [19:44] slab: right, and I told you if you contact ID with a valid product key, they will give you them [19:45] CropsUp, cat /etc/issue [19:45] this channel is always helpful and you all are great....I appreciate the volunteering...it's better than paid tech support often and I know you do it for free [19:45] pistle: you're welcome === Rochvellon is now known as Guest52321 [19:46] is it safe to upgrade from ubuntu 14 to 16 ? [19:46] ioria, http://paste.ubuntu.com/17928981/ [19:46] vanessa21: there is no upgrade path at the oment [19:46] I cant imagine ever knowing things well enough to contribute...but maybe some day in 10 years ;) [19:46] vanessa21: the upgrade path is enabled at 16.04.1 [19:47] sorry I didn't understand your answer ikonia [19:47] vanessa21: So we are on the same page. clarify " trying to update my ubuntu version " . What release are you on, and this is not a release upgrade ? [19:47] how can I check mny verison please ? [19:47] vanessa21: there is no 14.04 -> 16.04 upgrade path until 16.04.1 is released [19:47] and 16.04.1 has not been released yet [19:47] hi i'm the guy having trouble booting to lubuntu, back with some results. The text displayed upon booting to FreeDOS makes no mention of busybox, so I'm unsure if it's related to linux. However, I can repeatedly boot to FreeDOS when the drive is in, but never when it is not, so the flashdrive definitively is linked to this behavior. I think my version of linux may be bad/having trouble booting correctly and am considerin [19:47] CropsUp, no idea because you have upstart [19:48] ioria, thanks anytime. [19:48] CropsUp, you're welcome [19:49] I am currently in this versionÑ [19:49] No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.3 LTS Release: 14.04 Codename: trusty [19:49] CropsUp: if you have pstree you can see which process was started by upstart [19:49] is it safe to upgrade to 16 ? [19:49] So I added GUFW so I can turn the firewall on...do I need to add any rule to use transmission etc? It says append rules for p2p but doesn't have any explanation. It's ALLOW for outgoing and DENY for incoming still going to allow torrenting? [19:49] vanessa21: I've just told you, 16.04.1 is not released, so there is no upgrade path yet [19:49] !ltsupgrade | vanessa21 [19:49] vanessa21: Users of 14.04 LTS will be offered the automatic upgrade when 16.04.1 LTS is released, which is scheduled for July 21st. [19:50] @ikonia any advice? (see above message) [19:50] TJAJRJBackslashi: no, [19:50] vanessa21: I recently went from 14.04 to 16.04 and I just did a clean install [19:50] you have to reset everything but it's supposedly less likely to break things [19:50] what is the advantage of doing so over waiting for 21st july ? pistle [19:51] and the smart people here are telling you that you cannot just upgrade right now...it's not set up yet...you can only do a clean install of the latest [19:51] vanessa21: the advantage is that you can do it now. [19:51] TJAJRJBackslashi, maybe you're hitting the wrong key to access your bios boot order ... [19:51] ok and is that difficult to do ? [19:51] jatt, I'm looking all de on upstart and upstart-file-br, upstart-dbus-br [19:51] vanessa21: you could do it now with the online upgrade too. using the developer path. but that is not the supported standard way. [19:52] vanessa21: I am a total noob so I can only tell you what I have read....consensus seems clean install is always better. But if you don't want to do this then you must wait until the release the option to do an upgrade as ikonia and dicasse said [19:52] what is love? [19:52] ozbrk: baby dont hurt me [19:52] bittin: don't hurt me [19:52] vanessa21: if you managed to install 14.04, 16.04 is pretty much the same. [19:52] wait when i boot with flashdrive i have to go through bios screen? I thought i set boot order then it booted automatically with the option i set. pls forgive my ignorance and ty for the help @ioria [19:53] will I lose my files in the 14.04 right ? [19:53] as its a clean install [19:53] TJAJRJBackslashi, yep [19:53] vanessa21: on clean install: yes [19:53] vanessa21: you need to back up your files. [19:53] fuck that shit [19:53] vanessa21: I learned the hard way as a noob to not push things...and to wait until things were released and stable. I did a clean install of 16.04 and it was for me better than 14.04 as some small annoying things had improved. [19:53] vanessa21: do not swear [19:53] well rip 30 mins. k trying that. [19:54] I am sorry [19:55] do i want boot menu or bios setup @ioria? [19:55] vanessa21: take it as an opportunity to clean up your stuff. it helped me a lot to get rid of junk and clean out files. i got a fresh and fast new OS and put my cleaned up data on it...all is better [19:55] vanessa21: if you want to perform a ''clean install'' yes I suggest backup all of your files to casettes and casettes to special boxes and those boxes to data tranformed floppy disks which are encrypted and bury them into a scarry shelter which no one could find them but you in any case of nuclear war [19:55] TJAJRJBackslashi, well, boot device order should be in bios setup [19:56] ozbrk: stop that trolling in here. thanks [19:56] that was pretty rude [19:56] ok ok just trying to make some fun :) [19:56] no offense sorry [19:56] vanessa21: apologies, it won't happen again, [19:57] vanessa21: as already told: you can use the online upgrade now with the developer path. but that is not officially supprted. the official upgrade will be opened end of july. [19:57] ikonia: do I need to add some rule to the gufw for transmission to work or is the default setting ok? [19:57] should i buy 2 21 or 23 inches screen ¿ [19:58] pistle: you'll need ports open, they should be documented on the transmission website [19:58] vanessa21: thats up to you, not something we deal with here [20:00] I have installed lubuntu on a older laptop but my intel 4965 agn isnt working. The interface shows when i do ifconfig -a but dont see any wifi access points [20:01] ikonia: I don't understand the documentation. Normally without the firewall on transmission works fine. Will turning the firewall on break it until I open those ports? [20:01] pistle: yes [20:01] Rawrmonster: maybe missing drivers or dead hardware [20:01] i will do a clean install, when I follow the instructions it will offer me to install on top of my ubuntu 14.04 ? [20:01] it's an apple airport extreme and I dont know how to do that as I don't have OSX...its a family router [20:02] vanessa21: yes. I did the recently [20:02] pistle: the airport extreme has nothing to do with it, the firewall you are talking about earlier is on ubuntu [20:02] Rawrmonster: like mine my intel wifi card is dead on R40 try it with an external wifi adapter [20:02] ikonia: so i open the ports in the firewall settings? not in router settings? [20:02] Ozbrk was just working in windows and worked on the last fresh install i did [20:03] vanessa I can help you make a USB to install 16.04 if you want...I did it recently and would love to help another newb [20:03] Rawrmonster: well it is a driver issue then in any cases you need to connect that computer on the internet and try to use ndiswrapper or any new alternaatives of it [20:03] and now I am wondering shall i install ubuntu or a different distro... [20:03] pistle: I don't know your network setup so I can't comment, however teh correct ports will need to be open from your PC to the internet, what's in between that chain is your network [20:04] ikonia: ok thanks...will try to find some clearer documentation [20:04] vanessa21: ##linux for general linux support then. [20:04] vanessa21: i tried 6 or 7 and stuck with xubuntu as it fit my laptop best....I played with a lot in virtual box too to test them [20:05] xubuntu... [20:05] Rawrmonster: but most of the new hardwares are supported on ubuntu so no worries. Ndiswrapper is a bit old from back in Ubuntu 9.10 [20:05] interesting [20:05] Rawrmonster: I'm not even sure if it will be work today [20:05] i jsut liked the XFCE desktop...and it was stock in xubuntu so it works for me.... [20:06] everyone tells you something different about which is "best" but it's so personal...everyone told me to use arch but it was too complicated for me....so I found what worked best for me. I can always change [20:06] ok guys I gtg [20:07] sorry for trolling again [20:08] pistle: it's all user preference, and some people change up things more than others, up to you, freedom, etc. [20:09] SchrodingersScat: yeah I am just not smart enough to do everything manually yet...so its nice to have a sort of easier experience with guis etc. I know some people like doing everything in CL but I am more visual anyway [20:10] I like understanding things of course...but I don't want to have to adjust everything all the time...i am fine with some dumbed down things if it meets my needs [20:11] I see people praise Arch because they say you can "adjust everything to my needs" but I don't have needs yet to adjust every little thing. Maybe that need comes with experience? [20:11] Anyway Xubuntu is working fine for me overall [20:12] Any suggestions for a good laptop under $1k? [20:12] poseidon: what sort of things do you want to do on it? [20:13] poseidon: you can get a good one for less than $300 === ben_r is now known as ben_r_ [20:13] poseidon: http://dealnews.com/c49/Computers/Laptops/ [20:14] lowryder: I'm planning on using it mostly for home use, but also maybe for some work, which would include running VMs and IDEs for writing code === ben_r_ is now known as ben_r [20:14] Maybe play some low end steam games [20:14] My computer is FUBAR (noob here) -- excessive hard disk activity, out of date system, strange acting mouse/keyboard -- HALP. [20:15] Dexx1_: So which ubuntu are you using? [20:15] bekks: Linux Mint? [20:15] !mint | Dexx1_ [20:15] Dexx1_: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [20:15] bekks: Disk Usage Analyzer tells me filesystem is 100%, so that's gotta be the problem with excessive disk activity right? THe other thing is, I am getting "404 not found" errors when trying to do a system wide upgrade [20:16] It's been like 7 years since I've bought a computer. Is hardwell compatability not really a big issue for ubuntu anymore? [20:16] I remember NICS and graphics cards used to not work out of the box fairly often [20:16] Dexx1_: Then you need to seek support for Mint in #linuxmint-help on irc.spotchat.org, since you arent using Ubuntu. [20:16] Hi all [20:17] poseidon: i'd like to know this too...I am looking at newly used Thinkpads and don't want to have a problem if I buy on ebay etc [20:17] How to start network mangers applet/status icon from command line? [20:17] AwesomeWM here [20:17] also really want to avoid PWM displays [20:17] nm-applet [20:17] jatt: it doesn't do anything.. No icons in the tray [20:18] OnkelTem: Depends, what release ar you on ? [20:18] Bashing-om: 14.04 [20:19] Bashing-om: I just wonder can I switch WiFi connections in the UI in a "non-standard" WM === Seveas_ is now known as Seveas [20:19] try wicd if nm-applet is not working [20:19] it includes a tray applet too [20:20] jatt: but it doesn't use /etc/NetworkManager/* stuff, right? I mean, it doesn't depend on it and uses its own configs [20:20] is there any way to save a "profile" of what systems settings I have and what apps installed etc to make resetting after a clean install easier? So far I just write down things in a .txt file as I add/change them [20:21] OnkelTem: Do nort see whay not .. if you stop the present running serve, and start the one you want .. what results ' sudo service network-manager stop ; sudo service network-manager start ' Assuming this is a GUI system with "network-manager" to control the networks . [20:21] right it uses its own configs [20:22] Bashing-om: I have no network-manager service. Weird [20:23] NetworkManager [20:23] OnkelTem: it's not in tab completion in 14.04 [20:23] OnkelTem: But caveat; I do not run with WIFI not network-manager . // no network managewr is not wierd on a minimalistic type install . The system then expects "you" to manage networking . === Loshki1 is now known as Loshki [20:25] EriC^^: lol, how did you know I was judging but tab completion? :) [20:25] cause it used to happen with me :) [20:25] Seems like I'm not the first one [20:25] hehe [20:25] in 16.04 it works btw [20:26] quick q: will stopping network manager end connections? [20:26] yeah [20:26] Guys please help me regarding wifi driver problem [20:27] is there any good alternitives to quickly since its not avalible in 16.04 [20:27] OnkelTem: Quick way to know ' apt-cache policy network-manager ' in a pastebin . [20:27] Hey buddy [20:27] Please help [20:28] Bashing-om: you mean - detecting is it installed? Sure it is, as I switched WiFi connections by restarting in Plasma :) [20:28] Ron___: Sorry = not = . WIFI is not in my range of experience . [20:28] Naah [20:29] wifi connects [20:29] do a systemctl status to check whether NetworkManager service was correctly started [20:29] OnkelTem: Then the 1st directive to stop the service .. and start "should" have been efective . [20:29] I recently installed 16.04 [20:29] on my lenovo e49 [20:30] Bashing-om: yeah, but as EriC^^ noticed - it was missed in the tab completions list, which made me think it's not present there [20:30] jatt: IRT OnkelTem ; we are talking upstart rather than systemd :) [20:32] Ok thanks at least is it possible for informing me where else could I ask about this OnkelTem OR Bashing-om :) [20:33] is there any way to save a "profile" of what systems settings I have and what apps installed etc to make resetting after a clean install easier? So far I just write down things in a .txt file as I add/change them [20:34] Ron___: Here is fine. just await others here who do know WIFI procedures . No response, re-ask in about 15 minutes or so . [20:36] is there anyway to upgrade a package thats discontinued so it will work on a newer version of ubuntu? the package is "quickly" if that helps [20:36] pistle: you can save your .dot files in your home dir and get a list of all installed packages with a long command [20:36] jatt, Bashing-om, EriC^^: thanks. Wicd is great! [20:36] never used it before [20:37] mebuntu: why don't you just tell us what YOU need [20:37] indeed [20:37] ikonia: he did? [20:37] usually network manager works, but when it doesn't is a piece of... 😺 [20:37] i need quickly for 16.04 [20:37] ikonia: he asked about the package quickly for 16.04 [20:37] EriC^^: I am just browsing in Home and even with hidden files visible but don't see anything .dot are there somewhere specific? [20:38] ahh the actual package is the name [20:38] mebuntu: so you want the package for quickly on 16.04 for an earlier version of ubuntu [20:38] mebuntu: is that right ? [20:38] !info quickly trusty [20:38] quickly (source: quickly): build new apps quickly. In component universe, is extra. Version 12.08.1-0ubuntu2 (trusty), package size 74 kB, installed size 509 kB [20:38] pistle: by dot files i meant hidden files, anything that starts with . [20:39] ikonia: looks like it was pulled after 14.04 [20:39] ikonia: lol that package name invites a "who's on first" misunderstanding. "I need quickly!" [20:39] probably going to have to compile [20:39] I'd look at why it was discontinued before doing anything [20:39] EriC^^: doh...I am stupid. [20:39] pistle: like rsync -av ~/.* /path/to/backup [20:40] yes they dont make it for 16.04 but is it possible to still get it [20:40] pistle: this is the command to get the installed packages comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u) [20:40] mebuntu I'd look at why it no longer exists [20:40] EriC^^: can you just copy those dot files into a folder and paste them in place in a new install? [20:40] mebuntu: you don't want something thats got security holes in it, not maintained, not compatiable etc etc etc [20:40] pistle: you do that command > /path/to/list , then when you want to install them you do xargs -a /path/to/list sudo apt-get -y install [20:41] pistle: yeah, if it's the same distro and version it should be ok [20:41] EriC^^: I am struggling with CL paths etc...hard to visualize and I feel always I am going to screw something up. Better for me to put in a visual place [20:41] ok i didnt think about that. ive tried to find alternatives to no avail. and i cant find info on why it was discontinued. thank you [20:42] mebuntu what does it actually do, I've never used it [20:42] pistle: maybe upload them to a site or something [20:42] mebuntu: people don't normally drop packages for no reasons, so it's certainly worth looking into why before trying to make it work [20:42] EriC^^: good idea thanks [20:42] join #mystore [20:43] it simplifys the prosses of creating linux programs. you can make them "quickly" no pun intended [20:43] it makes linux programs ?? [20:43] yes [20:43] what does that mean ? [20:43] it writes code ? [20:44] https://wiki.ubuntu.com/Quickly [20:45] last package was in vivid. maybe the project is dead [20:45] its a part gui part code so it is good to learn on [20:46] since it seems like "quickly" isnt a option what would you suggest for creating programs in linux [20:47] Quickly creates templates, not linux code. [20:47] mebuntu: your favorite text editor and glade [20:49] thanks ill check it out [20:50] Help, I have a very hard time transfering stuff from my Android devices to Ubuntu Mate 16.04 via MTP. It transfers up to 100 MB then fails with "libmtp error: Could not get file from device" [20:50] my ~/.config/user-dirs.dir is getting edited after each reboot... download dir gets edited from "/mnt/NAS/Downloads" to "$Home/" and others too, any idea why? /mnt/NAS/Downloads is mounted via autofs and it`s working, so far... [20:52] Monstatierchen, can u chmod 400 this file? [20:52] after modify, try to chmod 400 [20:53] or, edit /etc/passwd to set other homedir [20:53] i can chmod this file, no problem... [20:53] is swtiching ubuntu to xfce any different overall to using xubunut? is it just a matter of default apps? Is one noticably heavier if XFCE is used on both? [20:54] no difference [20:54] thanks [20:54] you are welcome [20:55] mrdunno: i don't want to switch the complete home directory, just downloads, videos and music... the /etc/passwd method isn't suitable for that. [20:55] <\9> pistle: you can just install xubuntu-desktop and you'll get everything [20:55] exactly [20:56] mrdunno: i've chmoded 400 the file, now trying with reboot... brb [20:57] mrdunno: chmodding the file to 400 didn't help [20:57] hello fellow linux users [20:58] \9: sure I was just curious if xubuntu was lighter or cleaner than ubuntu with that desktop. [20:58] I have a issue with my audio but only when I'm using hdmi [20:58] Monstatierchen_, also, you can move downloads, music and videos folder to NAS, and, try to ln -s $HOME/Downloads /mnt/nas/downloads... [20:59] xommand is each at every foldee [21:03] tgm4883: I wanted to confirm that the kernel change is in fact a viable fix, so if anybody else ever has the same issues & specs as me, I'd definitely recommend that. I downloaded a custom theme, some extensions, basically everything I had from before when it was stuttering - all fixed now. [21:13] clear [21:18] I was using the program youtube-dl and just wanted to know if there was a way to add a number to the front of the file time so the videos are in order. Its for a playlist [21:28] anyone using M.2 NVMe SSD with Ubuntu 16.04 LTS? [21:28] nry_: What if? [21:29] I am looking for benchmark IOPS, read/write data available. [21:30] I guess you have to do that yourself. [21:30] More specifically, I am was just wondering if anyone might have tried using M.2 NVMe SSD with KVM PCI-e passthrough. [21:30] nry_: Try it, report back please :) [21:30] I am going to try to setup M.2 NVMe SSD passthrough to VM's. [21:30] nry what problems are you having with using ubuntu on a M.2 ssd? [21:31] not ssd, NVMe is the follow up [21:31] no specific problems yet, but I am just starting to dive into it. [21:31] I recently built a new system to play around with M.2 NVMe SSD [21:31] exit [21:31] nry_: Basically it is a harddisk, from the point of view of the OS. [21:31] nry_: So just benchmark it. [21:32] phoronix got a benchmark suite [21:32] That was my next question...TBH I am more familar with benchmark suites on Windows OS. [21:33] I know "windoz" [21:33] nry ....what bekks said [21:33] The Moronix benchmark suite isnt even worth the time for downloading it. [21:33] like NIKE ...just do it [21:33] is phoronix the best for benchmarking on Ubuntu? [21:33] nope [21:33] nry_: Nope. [21:34] I have setup the Heaven benchmark on 15.10 some month ago but that is of course more geared towards testing the graphics performance. [21:34] nry_: Forget those benchmark suites and test yourself. [21:34] right on... [21:35] I will dig in deeper then... [21:35] nry_: Depending on how you arebenchmarking, you will have to keep some basic rules in mind. [21:35] my next step is to try to setup a virtualized environment, more so for the work I am going to be using this new system for. [21:35] nry_: In general, benchmarking with smaller datasets than your RAM will result in benchmarking your RAM, not your harddisks. [21:36] my work involves R+D related to HPC systems for demanding graphical applications. [21:36] Asus Vengeance extreme V mobo [21:36] 3X GTX 980's [21:36] and the m.2 [21:36] plus 64gb of DDR4 RAM [21:37] so I finally have a decent enough system to throw some heavy burn in testing at... [21:37] sounds like fun times nry good luck with your testing [21:37] nry_: As long as your datasets are > 64G then. [21:37] thanks ;-) [21:37] can I change the name of gnome-terminal from `raj@raj-arch:~` to something of my choosing? neither `--title` nor `--role` work to change the window name. === Warrigal is now known as tswett [21:39] bekks, good idea...I will use some of my own datasets that are engineering physical design based. I appreciate the advice to try to push past the RAM limit to put more of a load onto the storage. [21:39] nry_: Whatever those datasets are, they have to be bigger than your RAM when benchmarking your disks. [21:39] From my experience the very heavy multi-physics physical design applications tend to be very storage IO (read/write) intensive. [21:40] raj: Setting a new host name .. will that meet your needs ? " sysop@1404mini:~$ " . [21:40] nry_: We are talking about disk benchmarking, not "physics stuff workload benchmarking" :) [21:40] Hi everyone [21:40] so maybe Prime95 is a good direction to start with then? [21:40] i was wondering if you could help me [21:41] f0xTr0t-qwerty-K: That depends on your specific support issue. [21:41] Bashing-om, no don't believe we're talking about the same thing [21:41] i am creating a bash script [21:41] not looking to change the text at the prompt [21:41] I don't want the window name to be tied to it [21:41] I want to make it static [21:41] I usually start with Prime95 in the windows environment for burn in testing of new hardware. Already did that since the majority of the design suites I use only run on Windows. [21:41] i was wondering how can I filter my results in bash [21:42] raj: K, than above my pay grade . [21:42] At least as of right now, but I heard that by Q4 of 2016 that Windows apps will run native on Ubuntu. [21:42] Is that true? [21:42] f0xTr0t-qwerty-K: for general bash help try #bash [21:42] nry_: no [21:42] no more need for emulation ie. wine etc? [21:42] nry_: no [21:42] oh thanks guys :D [21:42] no? [21:42] that is not what I heard. [21:42] nry_: no, thats not true [21:42] if those apps are snappy packages, yes. :-D [21:43] Microsoft open sourced .NET over a year ago. [21:43] nry_: then why are you asking if it's true if you're not interested in hearing that it's not true [21:43] did they open source DirectX too? [21:43] nry_: No. [21:43] nry_: not all windows apps are written in .net [21:43] DirectX was always a main hurdle and one of the main reasons for Wine [21:43] nry_: no it's not [21:44] nry_: despite this being pretty far off topic, can you cite anywhere that you heard this? [21:44] open source DirectX.........hahaha that'd never happen....that's a huge revenue stream or revenue $tream for them [21:44] It did not make sense to me that Microsoft would allow all Windows apps to suddenly run on Linux. [21:44] Why would people need Windows anymore LoL [21:44] but it would be awesome for it to at least be possible. [21:44] nry_: it's nothing to do with "allow" they are totally different platforms [21:44] i think we are too offtopic for this tehcnical support channel now. [21:44] <\9> the same reason people still need ms office [21:45] ok, right sorry for going off topic. [21:45] back to ubuntu technical support [21:45] Windows apps forced to run in Linux sounds like a recipe for disaster. [21:45] ;-) [21:47] thanks for the suggesting on benchmarking the M.2 NVMe Samsung 950 PRO [21:48] What is the best tool for observing live performance monitoring on storage in Ubuntu? [21:48] Is there something available via CLI? [21:49] I guess I will go back to Googling. [21:49] thanks! [21:49] iostat ? [21:49] Can someone help me figure out why I'm unable to get NZBGET to launch on startup. I'm using ubuntu server 16.04 lts [21:49] I've tried a init.d and upstart variatn and still cant' get it to run [21:50] 16.04 doesn't use upstart [21:50] is there a way for me to troubleshoot the init.d portion not launching? [21:51] Cuken: there is no init.d - it doesn't use upstart [21:51] init.d is for legacy [21:51] what's the other option then [21:51] Cuken: systemd is used as init now [21:51] systemd is the init system [21:51] okay [21:51] !info systemd [21:51] systemd (source: systemd): system and service manager. In component main, is required. Version 229-4ubuntu6 (xenial), package size 3596 kB, installed size 18800 kB (Only available for linux-any) [21:51] I have a file in there as well [21:51] !find systemd [21:51] Found: golang-github-coreos-go-systemd-dev, libpam-systemd, libsystemd-dev, libsystemd0, python3-systemd, systemd, systemd-dbg, systemd-shim, systemd-sysv, click-systemd (and 10 others) http://packages.ubuntu.com/search?keywords=systemd&searchon=names&suite=xenial§ion=all [21:52] can someone tell me why I can ssh a bridged virtual machine from itself fine but I can't ssh it from a system on the local network? [21:52] What is weird is that it's not a networking issue.. I can connect on port 8080 just fine from other systems [21:52] It just hangs [21:53] systemd for upstart users https://wiki.ubuntu.com/SystemdForUpstartUsers [21:53] it doesn't say connection refused, it just hangs. [21:53] is the port open? [21:54] ross what is the route for the bridged connection? [21:54] ron___: look at the route [21:54] and look at the firewall [21:54] sorry ross` [21:55] its not being servied to the lan by your box. that would be where I would start. [21:55] I just said I can connect to it over 8080 [21:55] ping the VM IP [21:55] ross`: you said "from other machines" [21:55] ping works fine [21:55] ross`: right so something is blocking port 22 [21:55] look at the firewall rules [21:55] run the ssh command ssh you@theVMipaddress [21:55] nothing blocks port 22 by default in my system and I only have 2 firewall rules [21:56] ahhh man I missed one line :( sudo systemctl enable nzbget [21:56] ron___: yes, that's what I've been doing. It hangs but doesn't refuse connection. [21:56] Just shows blankness [21:56] sounds like something is blocking it [21:56] so look at the logs on the VM to see what openssh server says [21:56] ross you say "nothing blocks the port" like you have done some work to confirm this fact. [21:56] is the port blocked? [21:56] is the port open i mean ? [21:57] is ssh even running and listening on that interface [21:57] ikonia: it should be. I uncommected Listen on 0.0.0.0 [21:58] ross`: should be is not "is" check [21:58] I can ssh from the virtual machine to its lan ip address [21:58] ikonia: what could possibly be blocking it?!? [21:58] This is on a laptop [21:58] firewalls [21:58] there is no firewall lol [21:58] ross try telnet hostname 22 [21:58] gues, host and source hosts all have firewalls [21:58] guest [21:58] or telnet ipaddress 22 [21:59] Cuken: Good place to start : https://wiki.ubuntu.com/SystemdForUpstartUsers . [21:59] so that's my question would ubuntu be blocking this by default? [21:59] ross is sshd running? [21:59] ross ever thought about studying for your CCNA or net+ at least...it wouldn't kill u [21:59] sshd is running or I coudldn't ssh from itself [21:59] ross`: can you run 'netstat -tulpn | nc termbin.com 9999' [21:59] ross`: there are 3 possible firewalls already - have you checked that port 22 is allowed from your source address [21:59] and you can ssh from the box hosting the VM [22:00] so what is telling outside machines how to reach the vm? [22:00] you can ping the VM Right? [22:00] I can ssh 100% fine from the vm to the machine the vm is not running on [22:00] I can ping the vm [22:00] I can connect to the vm on port 8080 [22:01] so you should look at inbound rules for port 22 on the VM [22:01] i did iptables-save | grep 22 [22:01] and nothing [22:01] that doesn't mean anything [22:01] actually LOOK at the rules [22:01] what happens when yopu telnet to the VM on port 22? [22:01] you have guest, host, and client - check the rules on all 3 [22:01] ron___: it hangs as well [22:02] any tt-rss user on ubuntu ? [22:02] ross`: what OS is the guest running? [22:02] tgm4883: ubuntu [22:02] which is why I'm asking here [22:02] ross`: can you run 'netstat -tulpn | nc termbin.com 9999' [22:02] ross`: ^ on the guest [22:02] ikonia is right check al 3 FW's rulsets [22:02] tgm4883: it says it is listening on 0.0.0.0:22 and 0.0.0.0:1022 as it should [22:03] I'd rather not pipe the output of netstat to you, sorry. === karen is now known as Guest66360 [22:03] ross`: ok then, good luck [22:03] O= [22:03] hi, guys, I just installed lubuntu, and am wondering how to get minecraft. Do I just go to the site and download it from there for linux? [22:03] I've done this a million times but I never use ubuntu, so I'm assuming it's ubuntu. [22:03] Guest66360: you'd need java installed as well [22:04] ross`: works here [22:04] do I go to synaptics and get java? [22:04] ross are you using ufw? [22:05] ufw? [22:05] Guest66360: What I generally do is install openjdk via apt, download and install MultiMC, then have MultiMC manage my minecraft installs [22:05] Guest66360: but you can just install java (or openjdk) and the .jar file from the minecraft website too [22:05] UFW (Uncomplicated Firewall) is a front-end for iptables and is particularly well-suited for host-based firewalls. UFW was developed specifically for Ubuntu (but is available in other distributions), and is also configured from the terminal. [22:06] !info openjdk-9-jre | Guest66360 there are several java versions you can try, this is one [22:06] Guest66360 there are several java versions you can try, this is one: openjdk-9-jre (source: openjdk-9): OpenJDK Java runtime, using Hotspot JIT. In component universe, is optional. Version 9~b114-0ubuntu1 (xenial), package size 52 kB, installed size 166 kB [22:06] there is a bunch of default stuff in iptables-save on the guest [22:06] if that is what you mean [22:06] but grepping for ssh or 22 shows nothing [22:06] you don't check like that [22:06] you actually read it [22:06] http://scpb.in/ipt [22:06] as I've said 3 times and I'm bored of telling you what to do to debug it [22:06] ross try sudo ufw status verbose [22:06] that is the firewall table on the physical laptop that the vm is running on [22:07] ok guys, thanks! I'll try it [22:07] it says status active and defautl deny incoming [22:07] ross`: if i'm reading that correctly, shouldn't you be SSHing to port 1022? [22:07] ross`: and you can't see the problem there ? [22:07] how do I murder ufw [22:07] you don't murder it [22:08] ikonia: I have Port 22\,Port1022 on the guest [22:08] ross`: so ? [22:08] also same problem with ssh ip -p 1022 [22:08] murder it?.. :-0 [22:08] it your friend [22:08] how do I disable it completely [22:08] ross`: you don't... [22:08] hmm stopped the service [22:08] in my upstart script, I cd to a symlinked directory, then run a program.. is there any issue with cd'ing to a symlink with an upstart script ? [22:09] ross https://help.ubuntu.com/community/UFW [22:09] wow, now I can ssh.. [22:09] YAY! [22:09] ross it might be easier to set some simple rules in UFW [22:09] ...its...almost...like...you...where....told...this...at...the...start [22:09] you didn't even need to get your CCNA or network+ after all [22:09] hahahha fun ! ikonia [22:09] you guys.. what's the deal with the ufw.. I know how to use iptables and ssh and I feel like an idiot for not knowing about the Ubuntu firewall. [22:10] ross`: it is iptables [22:10] it's a front end for it [22:10] so iptables is still the firewall [22:10] so you're iptables knowledge is enough to run it [22:10] so what rule did it create that included port 22 in a range? [22:10] ross`: read the rules [22:10] UFW takes a little pain out of input -j accept -p (make Pizza) [22:10] as I've said....I don't know how many times [22:11] in my upstart script, I cd to a symlinked directory, then run a program.. is there any issue with cd'ing to a symlink with an upstart script ? [22:11] alright well thanks. [22:11] I'm glad that ufw is dead now anyway *shudder* [22:11] * tgm4883 shakes his head [22:11] ross`: why are you shuddering ? [22:11] ross reboot lol [22:11] because default firewalls are evil! [22:11] ross`: no they are not [22:12] users who can't manage their system but come in here claiming it's all open are evil [22:12] shudder [22:12] I don't even think it blocks anything by default. [22:12] lol. [22:12] I don't even think it's on by default [22:12] lmao [22:12] people blaming tools when they claim they have checked it already and clearly they have not [22:12] SchrodingersScat: hmmmmm, to be fair it is Ubuntu Mate and I didn't build it I imported this VM from someone on my research team. [22:12] iptables is the default firewall. UFW is an "interface" to iptables [22:13] just like you hav an interface to a class [22:13] ron___: I get your phpmyadmin analogy, thanks! [22:13] netfilter is the firewall, iptables the interface. ufw the interface-to-the-interface [22:13] * tgm4883 goes back to setting up his mumble server [22:13] erm, inheritance is not the same thing if you mean programming class extending an interface [22:13] Seveas: lovely pedant there [22:14] Seveas: way to markup like a boss bruh [22:14] :) [22:14] ikonia: it's one of my newest pet peeves :) [22:15] seveas thats right netfilter wow its been awhile since I even thought about it ! [22:15] inception in a firewall ruleset modification [22:15] how does gnome-terminal not have a man page? [22:16] and there's a new firewall in the works (so a netfilter replacement), though I forgot both its name and status. [22:16] how are people supposed to know the commandline arguments? [22:16] how do i setup an ubuntu machine that can be powered off - without "shutdown", and does not create trouble with the machine's SSD? [22:16] !nfo gnome-terminal [22:16] raj: it has a manpage [22:16] !info gnome-terminal [22:16] gnome-terminal (source: gnome-terminal): GNOME terminal emulator application. In component main, is optional. Version 3.18.3-1ubuntu1 (xenial), package size 167 kB, installed size 1116 kB [22:16] I have not really used anything besides gentoo for about 4 years now so I apologize for not knowing the ubuntu way of things and asking stupid questions/wasting time. [22:16] Thanks so much for helping me figure out ufw was the issue [22:17] have fun ross` [22:17] * tgm4883 hopes ikonia doesn't look [22:17] ross`: it's nothing to do with ubuntu [22:17] ross`: it's iptables - which you said you knoew [22:17] you just didn't check [22:18] guess I didn't hope hard enough [22:18] raj: if it has somehow gone missing from your system, you can read the online version at http://manpages.ubuntu.com/manpages/xenial/man1/gnome-terminal.1.html [22:18] ikonia: the iptables-save had a bunch of named rules that were not easy to read with ufw :( [22:18] woulda taken me 10 minutes [22:19] shudders [22:19] ross`: yeah, and I told you multiple times to do it [22:19] ross`: and you said you'd checked [22:19] so you just couldn't be bothered and lied [22:19] will this progam work this windows iso https://help.ubuntu.com/community/mkusb [22:19] ross i think i spent 10 minutes asking "is the port open?" [22:19] I think it should since it uses dd? [22:20] * tgm4883 finds it amusing that he's still blaming ubuntu for him not being able to read iptables rules [22:20] dbz2k: yeah, sounds like worth a shot. probably about equivalent to dd if=/foo/bar/iso.iso of=/dev/sdb #etc. [22:23] dbz2k: https://www.unixmen.com/winusb-create-windows-startup-usb-disks-ubuntu/ [22:23] tgm4883: I can read about 30-40% of ip tables without reference. That iptables-save was a mess with ufw though. [22:23] I can all basic rules. [22:23] it's over, it can end [22:23] can read* [22:24] jappan [22:24] !jp | marcopolo [22:24] marcopolo: 日本語の場合は /join #ubuntu-jp または /join #kubuntu-jp を入力して下さい。 [22:24] now that you can ssh do you have any other ubuntu issues we can help out with ross? [22:25] come on ...at least one more [22:25] tatertots: not right now. I wish I could ban ubuntu from being used for university research but I don't think this channel can help me there. :) [22:25] ross`: maybe you could learn how to use linux [22:25] ross`: rather than blame the distro [22:26] ok now everyone, can we move on? [22:26] I never have the same problems with Debian. Ubuntu is just to fancy and has its own scripts for so many things. It's not that Ubuntu is bad, you just need to know how to Ubuntu is all and I don't use it personally unless I'm installing it on a first time user's laptop -- which I think Ubuntu is great for by the way. [22:26] And yes, we can move on. Thanks aagin [22:26] ross`: it's iptables.... [22:27] nothing fancy [22:27] https://www.youtube.com/watch?v=FVP2hJQmc1c -- something to move on to [22:27] iptables on Debian and Ubuntu are the same. source: Debian and Ubuntu server administrator [22:27] ezri: Debian doesn't have a ufw as far as I know. And I realize it is just an interface but still it creates a massive massive massive rules table. [22:27] !info ufw stable [22:27] no it doesn't [22:28] ufw (source: ufw): program for managing a Netfilter firewall. In component main, is optional. Version 0.33-2 (stable), package size 134 kB, installed size 716 kB [22:28] the person who created your VM created a massive massive rules table [22:28] and ufw is off in ubuntu by default [22:28] ross`: if there is anyone you should be blaming, it's the person on your research team that gave you the VM without bothering to tell you what they did [22:28] tgm4883: true that [22:29] no-one to blame other than ross` for not bothering to read the firewall rules [22:29] ezri: good to know. I respect that. [22:29] Does the Ubuntu Advantage Server Standard subscription let me register all the LXD containers on my server into my Landscape account, or do I have to buy a new Advantage license for each and every container? [22:29] ikonia: I have read them now and I don't see anything that easially reads as rejecting ssh [22:29] ross`: you didn't read them [22:30] allquixotic: I believe each container is seperate [22:30] ross`: ikonia: cut it out please. [22:30] allquixotic: (I'd recommend asking Canonical, personally. http://www.ubuntu.com/management/contact-us or your assigned sales rep if you have one) [22:30] Has anyone had success building Nylas N1 on 16.04? http://askubuntu.com/questions/790805/building-nylas-n1-from-source-on-ubuntu-16-04 [22:31] Jarlath_pi: be aware that nylas n1 by default sends your password to the nylas servers. [22:31] ezri: I did ask, but I tend to do most of my work on weekends (hobby project), so putting in a support request always means I have to wait around 48 hours to get an answer from them :) [22:31] ah :) [22:32] josephpagoda-lap: you don't need to - they provide a prebuilt deb for you [22:32] https://edgehill.nylas.com/download?platform=linux [22:32] oops Jarlath_pi [22:32] ikonia: i was very confused for a few minutes there [22:32] :P [22:32] josephpagoda-lap: sorry about that [22:32] no worries, worse things have happened to me [22:33] and now I can sound all paranoid and be like "they" need to provide a prebuilt deb for me :) [22:34] josephpagoda-lap: they're also watching you [22:34] just because I am paranoid doesn't mean they aren't watching me [22:35] exactly [22:35] https://www.youtube.com/watch?v=wGPlCLf9AZ8 [22:35] always best to be safe ya know :) [22:43] how to encrypt usb drive? [22:43] how do i setup an ubuntu machine that can be powered off - without "shutdown", and does not create trouble with the machine's SSD? [22:43] passowrd everyttime I plugin etc [22:45] codepython777: You can set up a timed "shutdown" using the "at" system scheduling... [22:45] YankDownUnder: I want a machine, which can be turned off anytime - without shutdown [22:46] monty_hall: there are various options, depending on your desired results. Most importantly, should it be compatible with other os'es? [22:46] just ubuntu [22:46] codepython777: The question then, would be "how" do you want to shut the machine down? You can use "shutdown" or "halt" - or "poweroff" via ssh... [22:47] monty_hall: https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage should do the trick then. [22:48] Seveas: ikonia: thanks, I'm aware of the situation and the existing binary. I'm trying to build it from git on 16.04 and finding it difficult: http://askubuntu.com/questions/790805/building-nylas-n1-from-source-on-ubuntu-16-04 === Jarlath_pi is now known as Jarlath_pi_away [22:55] hello, i've a problem, i've two laptops (same manufacture), one if them was damaged, i took his motherboard and puting in the second one (because he is better), now my problem is the keyboard mapping didn't change (the original pc have no numpad, the new one has, and its doesn't work) [22:55] so how can I change mapping to match the correct keyboard ? [22:56] i did sudo dpkg-reconfigure keyboard-configuration, first i don't know if it's helping, two: didn't find "sony" [22:56] Mouaad: can't support that [22:56] Mouaad: they are probably not going to work at a hardware level [22:56] mobo prolly doesnt support k/b [22:56] hey [22:56] laptop keyboards often tied into the specific motherboard due to things like function keys [22:57] amazon to the rescue [22:57] im using a usb keyboard now [22:57] zk210010001000001 === jorge is now known as Guest62756 [22:58] is there a tool that once I delete a file, that it's unrecoverable? [22:59] monty_hall: use "shred" [23:01] eat a dick ikonia :) [23:02] I'm sure ikonia prefers healthier food than that... [23:02] indeed [23:03] Lentils. [23:03] hey all [23:03] how can i fix this issue: havng this issue where i enter the command in terminal "sopel" and the output is bash: /home/django/anaconda2/bin/sopel: No such file or directory [23:03] hello django [23:04] django_: sounds like that file has a nonexisting interpreter. What does 'file /home/django/anaconda2/bin/sopel' say? [23:05] Seveas, i deleted the anaconda2 directory [23:05] django_: the python IRC bot "sopel" or something else? [23:05] django_: oh, then just do hash -r [23:06] YankDownUnder, yeah the bot [23:06] Seveas, sweet ty [23:06] Seveas, what did that do? [23:07] django_: it made your shell empty a cache. Starting a new shell would have worked too :) === Guest66797 is now known as zz_Guest66797 [23:08] Seveas, wowwwwww [23:10] ls [0-9][0-9][0-9][0-9] shows a file named 1000. ls [0-9]{4} fails. Why? I've tried various ways of escaping the {}'s. [23:11] Are there any mirrors for ppa.launchpad.net ? I'm hitting it from a datacenter and getting 100 KB/s [23:11] BentFranklin: shell filename expansion isn't based on regexes but fnmatch. [23:12] allquixotic: none that I know of. [23:12] Saveas: thansk looking that up [23:17] BentFranklin: man 7 glob and the manpage of your shell (e.g. the EXPANSION section in the bash manpage) [23:17] thansk I'm reading expansion on bash manual now [23:20] It seems there is no pattern for matching a specific number of a pattern [23:21] that is correct [23:22] I'll just use [:digit:] 4 times, no biggie [23:22] BentFranklin: though I smell an xy issue. What are you trying to achieve? [23:25] [:digit:] doesnt work either nut [0-9] is fine. I'm trying to list all files that are exactly 4 digits in the names. === GG is now known as AllahDuhaiHai [23:31] http://meta.stackexchange.com/questions/66377/what-is-the-xy-problem Interesting, never heard of that before, but I think this is just a X problem. Thanks! [23:41] BentFranklin: [[:digit:]], the outer [] are for the grouping, the inner [] are part of the name [23:42] koekblik:/tmp$ ls [[:digit:]][[:digit:]][[:digit:]] [23:42] 123 [23:42] ah ok [23:42] [0-9a-z] would be [[:digit:][:alpha:]] [23:43] horrible syntax? Very much. [23:43] yah, [0-9] is conciser than [[:digit:]] [23:44] and in the case of real regexes, [0-9] is often more correct than \d (\d matches all kinds of weird unicode characters) === cigumo_ is now known as cigumo