[00:00] linuxnewbie22: If I recall correctly, on the FreeDos menu, you have to chose the drop to command line, or don't load drivers option - can't remember what it is, but don't chose the CD option [00:00] pettypierx: My bios driver is a .exe file if that answers your question. [00:00] pettypierx: it's a real-mode DOS environment that is required to use the Dell Flash tools to do BIOS upgrades. Dell don't provide a flash tool for many of their systems - mostly only for servers [00:01] linuxnewbie22: It doesn't answer his question. [00:01] acmeraptor, if its for remote desktop, have you looked at x2go? [00:01] .exe can be either a DOS executable or a NTFS executable. [00:02] linuxnewbie22: you create the FreeDos bootable image on the USB (use 'dd', 'cat', 'cp' for that), then mount the USb file-system and copy to it the flash updater and BIOS image if it is separate, unmount, reboot, boot from USB [00:02] linuxnewbie22: you need to make a bootable dos usb with that file on. Then navigate to the file. It's similar to terminal on linux [00:02] pettypierx: It's a dos exe. [00:03] eclectichedgehog: i have not. x11vnc works just fine for me, when i leave myself logged on. does x2go function like tightvnc? [00:03] acmeraptor, pretty much i think, i have heard good stuff about it. [00:04] pettypierx: I got freedos command line to work, but I didn't know how to navigate to the file and run it, and I read the wiki on it. [00:04] linuxnewbie22: if RUFUS works in wine [00:04] linuxnewbie22: www.howtogeek.com/136987/how-to-create-a-bootable-dos-usb-drive [00:05] eclectichedgehog: i'll read up on it, thanks! tightvnc was the only thing mentioned so far on creating a generic xsession, not just sharing one [00:05] acmeraptor, np [00:05] pettypierx: I used unetbootin, which works on linux. I don't think that rufus works on linux. [00:06] rufus only work with windows [00:06] dd and possibly installing grub4dos manually would probably work [00:06] TJ-: I got freedos to work and the command line came up, but I didn't know what commands to use even though I read the wiki on it. [00:06] TJ-: But i'm going to try wine. I just installed it. [00:07] linuxnewbie22: can't you get a dos boot image from "somewhere" and write that to a disc [00:07] linuxnewbie22: www.chtaube.eu/computers/freedos/bootable-usb [00:07] linuxnewbie22: if you've put the flash executable on there, do "dir" to list files to be sure, then run the flash program by name [00:08] linuxnewbie22: did you start from the fdboot.img ? [00:08] TJ-: No, but should I download fdboot.img and place it on the flashdrive? === cynical is now known as cynicist [00:09] linuxnewbie22: near the bottom it says he uses it to do bios updates. [00:09] www.chtaube.eu/computers/freedos/bootable-usb [00:09] linuxnewbie22: no, follow the guide pettypierx pointed you to... " FreeDOS-1.1-memstick-2-256M.img.bz2" looks like the one to choose === marcos is now known as Guest91648 === Saku is now known as Saku9 [00:10] TJ-: Sure, I used that guide but unfortunately it didn't work out for me. [00:10] linuxnewbie22: we'll follow you through with it to make sure it works [00:11] Okay thanks guys! [00:11] linuxnewbie22: is it BIOS 2.5.3 you're installing? [00:12] TJ-: I downloaded the image file, but I downloaded the 2048mb one. [00:13] linuxnewbie22: OK, but there was no need. You only need a very small amount of space for the flash tool [00:13] TJ-: That's correct, my BIOS 2.5.3 is from 2007, but the dell website says there is a version from 2011. [00:14] TJ-: Okay, I downloaded the 256mb one. [00:14] linuxnewbie22: before you waste the effort. If there were any difference in the 2 BIOS image, Dell would increment the BIOS version. The "Last Updated" date is for the documentation on the web page [00:15] linuxnewbie22: can you show us what this reports "dmesg | grep DMI" [00:15] dmesg|grep DMI [00:16] linuxnewbie22: copy that command to a terminal and run it [00:16] TJ-: [ 0.000000] DMI: Dell Inc. Dell DXP061 /0WG855, BIOS 2.5.3 11/22/2007 === Swish[\] is now known as Swish [00:17] linuxnewbie22: I'd make a large bet the installed BIOS is identical to the 2.5.3 on the web-site. [00:18] TJ-: Yes, it must be the latest update and I simply thought there was a 2011 version for it. [00:18] linuxnewbie22: I've been caught out by those "Last Updated" dates myself... gets yours hopes up until you figure it out :) [00:19] linuxnewbie22: were you hoping to fix a particular problem, or just trying to stay up-to-date [00:19] TJ-: Have you ever seen a machine go into power save mode in the middle of booting up? [00:20] linuxnewbie22: what do you mean by power-save mode? [00:20] TJ-: Well, you could also call it hibernating I think. [00:21] linuxnewbie22: how far into the boot sequence does it get... is Linux kernel loaded at that point? [00:22] TJ-: I can check, to look at what the code says on the screen but a few lines of code and then it hibernates. === Corey84 is now known as linux-modder [00:22] I need help [00:22] I can't install anything or update anything [00:23] TJ-: But when I press the power button, it finishes what it's doing, however it's a blank screen and then the login manager for lubuntu appears. [00:23] linuxnewbie22: if it genuinely goes into hibernation that would be a software command [00:24] linuxnewbie22: if it isn't an uncontrolled crash/power-off, then "/var/log/kern.log" will contain information on what happened [00:24] TJ-: Thanks, I'll go see what it says. [00:25] how can I update my list of repos? [00:25] linuxnewbie22: if you use these commands you can share it" "sudo apt-get install pastebinit" and then "sudo pastebinit /var/log/kern.log" [00:26] TJ-: Okay, I'll share it. [00:28] TJ-: http://paste.ubuntu.com/12196073/ [00:28] TJ-: A couple lines down it mentions the BIOS [00:30] hellohellohello_: Share with us the outputs of terminal commands ' sudo apt-get update ; sudo apt-get upgrade ' in the pastebin. [00:32] linuxnewbie22: OK, I see from that kern.log that on average there's an uncommanded crash after approx 32 seconds. There is no commanded hibernate/suspend at all. [00:33] Bashing-om: how do I pastebin that [00:34] linuxnewbie22: Experience tells me there's a hardware problem. Further, I'd strongly suspect a power starvation issue. I'd go so far as to be 80% certain the cause is Electrolytic capacitors either in the ATX power supply, or on the Mortherboard, are failing due to leakage and cannot hold charge. When sudden demands are placed on them they fail, and the power supply shuts down. [00:35] TJ-: My Dad mentioned that to me. I bet you're right about that. [00:35] hellohellohello_: 'sudo apt-get install pasteninit ; sudo apt-get update | pastebinit ; sudo apt-get upgrade | pastbinit ' . The result is a URL in your terminal. Pass that link back here in the channel . [00:35] TJ-: He suspected their could be a problem like that. [00:35] linuxnewbie22: if you're confident with a soldering iron, or know someone who is, have all the Electrolytic capacitors examined for bulging tops and/or leakage around their base, and replace if required. Usually costs a few pennies per capacitor === xangua_ is now known as xangua [00:37] linuxnewbie22: the key thing if you replace capacitors is to get good quality replacements (often advertised as 'made in Japan'), and make sure as well as having the same electrical rating they are the same physical diameter and have same pin pitch so their legs fit the PCB vias (holes). [00:37] sorry, X crashed [00:37] Bashing-om: what did you say [00:38] TJ-: Thank you, I'll write everything you've said about the capacitors so I don't forget. [00:38] hellohellohello: 'sudo apt-get install pasteninit ; sudo apt-get update | pastebinit ; sudo apt-get upgrade | pastbinit ' . The result is a URL in your [00:38] terminal. Pass that link back here in the channel . [00:38] linuxnewbie22: Good luck with it... it's a very satisfying repair to do :) [00:39] Bashing-om: I can't install anything I said [00:39] apt-get doesn't work [00:39] I can't connect [00:40] hellohellohello: Does the internet connection work on the subject machine ' ping -c3 ubuntu.com' ? [00:42] TJ-: Haha, I tried to copy and paste what you said and then pidgin and my word processor crashed when I clicked save. Could you please send me the last few things you said about soldering? [00:43] TJ-: nevermind, I logged it to disk [00:43] any one around want to help me setup my ubuntu server with ipv6? comcast just gave me an ipv6 address and i can't for the life of me get my server to be seen by the outside world! [00:45] curious does anybody know if there is functions for traversal of the swap partition/files on the swap is this another type of filesystem or is it simple ext file system that any ext file system read/writer can traverse [00:45] Tj-: Thank you for your help! [00:50] Hpaman: swap is simply pages of RAM stored on disk [00:51] never mind stupid question man pages of swapon , swapoff, and mkswap cleared this up for me it can be a volume partition, whole drive , or just a file zeroed out with dd to hold the data [00:53] so any file system that is already part of linux or formated by linux to host the page/swap file is good enough... and swapoff disables this feature weather through the command line program or thru swap functions in c [00:55] curious what your guys thought on turning swapoff for all swap devices for your running os's obviously page allocator can only uses main memory for storage of process but how much is this an issue... how often is your physical memory going to by closes to full? [00:58] Hpaman: Generally, IF you have 8 Gigs of ram or more ( and do not hibernate ) AND no heavy duty number crunching, one can do without swap . [00:59] getting rid of swap ties the kernels hands a bit when it comes to allocating memory for page cache- its certainly doable, but if youre running in a disk IO-intensive environment, you do lose the ability to swap out low-priority pages for more page cache [01:00] ya i even have this dvd live os's that i am runing with no swap and free and vmstat give me that i still have about 40ish % [01:01] which is still significant and i am running testdisk and other intensive process so 8 gig's must go along way [01:03] to clarify, i dont quite mean IO-intensive applications, but rather accessing many different files, as the kernel will put these into page cache as it sees fit/has room. obvs. context is important [01:12] :q [01:13] please help, i can't play hd videos on youtube [01:14] please help, i can't play hd videos on youtube [01:15] help [01:15] patience guest101 [01:15] I can't use apt-get [01:16] Err http://extras.ubuntu.com raring/main Sources 404 Not Found [IP: 91.189.92.152 80] [01:16] bazhang: youtube is going too slow in hd [01:16] do I need to update my sources.list file?ç [01:18] hellohellohello, i usually do that with "sudo apt-get update" then try again [01:18] please help, i can't play hd videos on youtube [01:20] radiel892: doesn't work === mike_ is now known as Guest52027 [01:22] hellohellohello, by that you mean the update runs through but your installation fails again? [01:22] s [01:22] radiel892: no, I get errors [01:25] youtube can't play in hd, please help [01:25] getting grey hair here [01:25] guest, we need more information [01:26] specs, browser etc [01:26] hellohellohello, http://extras.ubuntu.com/ubuntu/dists/ it would appear that there is no raring avaiable at the http site you posted. [01:26] scott__111: alright scott, i am using lubuntu 15.04 and i like it, yet i didn't seem to get those video accelerators working [01:27] cpu, memory, gpu [01:27] squinty: then what should I do? [01:27] !raring [01:27] Ubuntu 13.04 (Raring Ringtail) was the 18th release of Ubuntu. Support ended on January 27, 2014. See !eol, !upgrade and http://ubottu.com/y/raring [01:27] that's super old [01:27] tgm4883: I can't update because I can't use apt-get dist-upgrade ;| [01:27] scott__111: is there a bot who could help, i don't know by mind [01:27] !eol [01:27] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [01:28] hellohellohello: ready that ^ [01:29] what is $_ mean? [01:29] last used argument? [01:30] youtube can't play in hd, please help [01:30] guest101, you never gave all the reuired info [01:31] oh well, i dont know how [01:31] guest101, simply repeating the same line without any details will get zero results [01:31] what graphics card do you have? [01:31] i know that, wait a sec [01:31] guest101, all the info, in a single line [01:32] Mobile Intel® 915GM/GMS, 910GML Express Chipset [01:32] what's a good distro for a netbook? [01:32] ubuntu is kind of laggy [01:32] guest101, try downloading it and play in mplayer [01:33] hellohellohello, lubuntu [01:33] I want to do something artistic with salvaged computers running minimal distrobutions of linux, I was thinking RAM could be like money so I could simulate an economy with a few computers performing tasks of exchange across a small ring network. [01:33] Anyone have any good ideas for a hard drive? [01:34] lucyfurnice, offtopic here [01:34] try ##hardware [01:34] sure. [01:34] Thanks 3> [01:34] welcome [01:37] bazhang: downloading a movie... cant find something shorter in hdž [01:37] bazhang: downloading a movie... cant find something shorter in hd* [01:38] and wtf smuxi is automatically adding #ubuntu as auto-connect channel .. tsk [01:40] this is 10 years old laptop, yet it can run hd (720p) videos on windows xp... so if i can make it work in lubuntu, it would be awesome [01:45] i spent like "100 days total time played" exploring linux :) [01:47] united against unity [01:48] stay on topic please guest101 [01:49] bazhang: alright, tested 720p movie in gnome mplayer [01:49] sound is speeding up, videos is running fine [01:52] [03:32] guest101, try downloading it and play in mplayer [01:52] sound is speeding up, video is running fine [01:52] youtube hd not working [01:52] lubuntu 15.04 [01:53] guest101, I am surprised such old hw can get that at all [01:53] youtube calls 720p HD [01:54] bazhang: you should see pepermint os, lubuntu spinoff, i felt like i just bought a new pc [01:55] hi folks. ubuntu 14.04LTS here. i recently installed some programs like gnome-shell and now the 'theme' in windows like xchat and open/save dialogs seems like its from the 90's. how can i get back my more modern theme that came preinstalled with ubuntu 14.04? photo of what i'm talking about here: http://imgur.com/DyaZoFN [01:55] arooni-mobile, go into your settings / appearance [01:55] cfhowlett, there [01:55] now? [01:55] guest101, you should look the peppermint support channels for that [01:55] arooni-mobile, play around. you'll find it. [01:56] !alis | guest101 [01:56] guest101: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [01:56] im currently on lubuntu [01:56] pure lubuntu [01:56] cfhowlett, i dont see what i'm supposed to find here [01:56] guest101, ubuntu forks are useless topics here [01:56] guest101, perhaps that the best lubuntu can do esp with that very old video card [01:56] guest101 do you have flash installed ? [01:57] well, you could try to help, it doesnt seem hard but i am newbish even for easy things [01:57] guest101 better off joining lubuntu [01:57] it's just different packages are in ubuntu and lubuntu [01:58] delaine: yes, got flash [01:58] it's common to be reffered to local chat distro for support [01:58] Depends on what's going on. A lot of the packages are the same. [01:58] it's not that we cant help it's not the chat for lubuntu [01:59] delaine, not true [01:59] fair [02:00] no chat for that other funny distro he mentioned [02:00] pepamint [02:00] OerHeks: it's what happened to me once [02:04] guest101: you would think that, and, if all the entities involved, want to promise you support for linux, as they have for windows XP, you can have that playback.. but, since they dont, it actually may not be realistic [02:05] Gates loves him. [02:09] guest101, no need whatsoever to paste that here, keep the chit chat to #ubuntu-offtopic as here is support and support only === envy is now known as Guest42291 === Guest42291 is now known as _blank_man [02:21] hello all [02:21] are there any extra drivers that need to be installed for GTS 450 in elementary os [02:22] ask elementary [02:22] ok [02:24] whats the best clipboard manager for ubuntu? [02:24] arooni-mobile: no best, whatever you like the most [02:24] !best [02:25] usually theres a generally accepted "favorite" that may not be the best [02:25] thats what im looking for [02:25] arooni-mobile, look in the software center. "favorite" is the default. [02:27] arooni-mobile: if you use unity make sure it supports in dicator, I use giodon [02:27] qclipboard looks good too [02:37] how to mount img file in or extract img file in ubuntu? [02:39] oaulakh: There are many possible things that an "img" file could be. Where did you get this file? How was it created? What does it contain? [02:40] i know nothing all i know i need its internal file [02:41] oaulakh: You must know more than you have said. Who gave you this file? What do you need its "internal file" for? [02:41] oaulakh, no detailz >>> no helpz [02:41] join #html [02:41] i need its internal files for root my android [02:42] and when i fdisk -l file.img its shows img doesn't contain valid partition table [02:42] oaulakh: And where did you get this file from? Are there directions your're following? If so, please post a link to them. [02:43] oaulakh: You will also probably want help from #android-root at some point. [02:43] no there's no tutorial or someting [02:43] where was the img dl'd from oaulakh [02:43] i did but all get nothing [02:43] :( [02:43] oaulakh: This is the last time I will ask before quiting you for 10 minutes. Where did you get this file from? [02:43] i get this from xda developers simple [02:44] you're not supposed to extract it [02:44] #android-root said push that file.img in android with heimdall flash --recovery file.img [02:45] but heimdall showing error in ubuntu :( [02:45] oaulakh: Great. So do that. Don't try to "mount" it. [02:45] maybe it's corrupt, try redownloading [02:45] so they saying ubuntu have problems and i have to extract img file for using it with heimdall-frontend [02:45] oaulakh: did you install heimdall from ubuntu repositories¿ what ubuntu release? what device? what is your end goal? [02:45] i did but everytime same [02:46] yes i install heimdall from ubuntu [02:46] oaulakh: Please join #android-root and re-state your problem there. I try to help you with the Ubuntu side of things there, but this seems very much more a question of how to root an android phone than of how to use Ubuntu. [02:49] !info heimdall-flash-frontend [02:49] heimdall-flash-frontend (source: heimdall-flash): tool for flashing firmware on Samsung Galaxy S devices - Qt GUI. In component universe, is extra. Version 1.4.0-2 (vivid), package size 63 kB, installed size 237 kB [02:50] but let me show you whats error from heimdall. they said its something wrong with ubuntu libusbx http://pastebin.com/ugpjsS9j [02:50] lotuspsychje, http://pastebin.com/ugpjsS9j [02:51] oaulakh: tell us your device first like xangua asked please [02:51] gt5330 [02:52] oaulakh: did you unlock your device to developer mode? [02:52] yup [02:52] like ub debuging right [02:52] yes i did it [02:52] and my phone is in dowload mode [02:52] <_Roc> can someone help me with terminal commands [02:52] _Roc: which ones? [02:53] <_Roc> just to check my network, connected devices etc.. [02:53] oaulakh: are you running the flasher as root [02:53] oaulakh: try this maybe: https://github.com/Benjamin-Dobell/Heimdall/issues/107 [02:54] oaulakh, all, *ALL* of the android questions are best addressed in android channels. [02:54] Wug, yes [02:54] _Roc: lspci to list devices and ifconfig to list network configuration [02:54] cfhowlett, i did but they i have problem on ubuntu side http://pastebin.com/ugpjsS9j [02:56] oaulakh: that log file is basically useless to us [02:56] ok [02:56] the only useful bit is the errno value, which is "connection timed out (110)" [02:56] <_Roc> thank you, any idea why ssh would'nt be working for me? [02:56] should i print pit file? [02:56] ok [02:56] what about libusbx? [02:57] and that doesnt give me any idea what might be wrong, unless you had like... unplugged the device while flashing or something [02:57] oaulakh: whats your heimdall version? [02:57] _Roc: are you behind a firewall that blocks it? [02:57] corporate networks often block ssh [02:57] schools, libraries [02:57] lotuspsychje, v1.4.0 [02:58] <_Roc> no sir, none of those [02:58] _Roc: define 'not working'. TRy ssh -vvv to get verbose output that might tell you what is not working [02:58] are you trying to ssh in or out [02:58] oaulakh: from what i read on forums, must be a heimdall bug that has been fixxed in 1.4.1 maybe try? [02:59] oaulakh: You are not giving a useful description of the "problem with Ubuntu". Please either quote from your discussion on #android-root directly, ask in #android-root again so that I can see what the "Ubuntu problem" is, or both. [02:59] but i install heimdall from ubuntu 20 hours before and u saying 1.4.1 ? [02:59] <_Roc> no matter the ssh command i use, it only gives me the same ssh usage explanation output [02:59] _Roc: which is what? Use a pastebin please [02:59] that would imply you're entering an invalid command [03:00] oaulakh: i never used it myself, but ive read some issues with version 1.4.0 [03:00] what command are you using [03:00] Jordan_U, its libusbx [03:00] oaulakh: That is not an answer. Please do exactly as I have requested. [03:01] ok [03:01] oaulakh: If you need to paste a large portion of the discussion from #android-root, please use http://pastebin.ubuntu.com . [03:02] ok [03:04] <_Roc> fairly new to IRC so my bad - http://pastebin.ubuntu.com/12196730/ [03:06] _Roc: use ssh -vvv user@machine [03:07] _Roc: same as what you were trying previously to connect, but with -vvv in there as well [03:08] i recently followed http://unix.stackexchange.com/questions/128220/how-do-i-set-my-dns-on-ubuntu-14-04 in order to get google DNS set up (att dns is awful). ive restarted and would like to test DNS resolution. can anyone tell me how i can do this? doing nm-tool shows google DNS but when i dig a domain i've not been to i see resolution is handled only by 127.0.0.1 [03:08] arooni-mobile: clic on your network icon and edit conections [03:09] xangua, my dns settings arent listed there [03:09] arooni-mobile: if you run "nslookup" at the command line with no arguments it should use the system's default dns server [03:10] alternatively, you could use tcpdump to capture udp packets on port 53, and just examine where they're going. [03:11] Wug, i think its only usuing 127.0.0.1 [03:11] so does that mean its not using googles dns? [03:12] <_Roc> somsip thank you for your time, Wug you as well [03:12] arooni-mobile: That it is "using" 127.0.0.1 means only that Ubuntu is configured to be running its own DNS server locally, which then simply forwards requests to another DNS server (probably google's). === brian is now known as Guest1245 [03:14] Jordan_U, how do i know *where* ubuntu is sending those dns resolutions? [03:16] (22:09:26) arooni-mobile: xangua, my dns settings arent listed there . yes they are http://imgur.com/TjjeQgg [03:16] i mean they are, but google dns isnt listed [03:17] then just put google's ¿ [03:17] why would they be listed¿ [03:17] the solution I give you is actually in the question you posted arooni-mobile , and under it it's the one marked as "best answer" [03:18] "I found out that you can change the nameservers that dnsmasq uses by adding the following lines to /etc/dnsmasq.conf:" [03:18] its really confusing to know whether the dns is actually being resolved by google dns [03:18] as everything i tried when i tried that solution resolved to 127.0.0.1 [03:19] and i was confused at how ubuntu's dns caching server was sending requets in the event it couldnt resolve an entry locally [03:19] I jump networks a lot and dnsmasq was screwing me up [03:20] i just disabled it [03:21] whats the benefits/drawbacks to dnsmasq? [03:21] its a caching dns server in front of your configured servers [03:21] "faster" domain name resoltuion for more frequently visited sites? [03:22] is it any faster than google [03:22] im getting an average of < 50ms from google's dns [03:23] its instant [03:23] its on your machine [03:23] so yeah its faster [03:23] for known domains [03:23] new domains still go out to google [03:24] how can i test to see if its being used? [03:24] the important thing for me was getting off at&t's dns resolution [03:24] you're resolving from 127.0.0.1 [03:24] arooni-mobile: Cached requests should be 1 ms or less most of the time. Dig will tell you how long a request took. Try "dig zombo.com" twice. The first time it should show about 50ms, the second it should show 1ms. [03:24] you're using it [03:25] my problem was jumping between public and private networks and having stuff cached when I needed the external vs internal name resolution [03:25] it was holding on too long [03:25] Jordan_U, well i tried putting google's dns servers in /etc/resolvconf/resolv.conf.d/head ... and running sudo resolvconf -u ... and now i dont think im routing anything to the local caching server [03:26] both times ns lookup was 50ms [03:26] arooni-mobile: If you add DNS servers to resolv.conf then they will be used directly, not through the bind9 caching server. [03:26] so maybe i should go back to using the second solution listed; adding a prepend to etc/dhcp/dhclient.conf [03:27] its just hard to know when you're getting a response from localhost if its even using the google servers [03:29] arooni-mobile: tcpdump / wireshark is a solution to that problem, though clearly there must be a more straightforward way of verifying this (that I don't know). [03:36] anybody tried Oracle Vm virtual box on ubuntu 14.04? if yes how good does it perform?and got any better suggetions? [03:37] seems to work great for me [03:37] actually, i find ubuntu works best in virtualbox, compared to other distros [03:37] dm14995d: You use it? [03:37] I use it almost everyday [03:37] on ubuntu? [03:37] GAM002, please don't ask "has anybody >>>" questions. waste of time and doesn't address your issue. VB is free to install and test, so WHY are you asking. See for yourself!! [03:38] GAM002: I use it. Works great. [03:38] mind you i do have a beefy pc [03:38] cfhowlett:sorry its cause My internet is limited [03:38] thedanyes: ok thanks [03:38] dm14995d: Thank you [03:39] GAM002, :0 [03:39] cfhowlett: That is the Truth [03:40] GAM002: It depends on your needs. VirtualBox is nice for being a Free software that is easy to configure, but the guest additions for linux are of poor enough quality that they officially taint the kernel as they are considered upstream to be "feces". For my purposes qemu-kvm is a much better fit, but I mostly create and fire up tiny VMs with no GUI via the terminal. === hugegree_ is now known as hugegreenbug [03:40] well said Jordan_U [03:40] arooni-mobile: maybe you should try the answer selected as "best answer" not the second with more votes [03:41] one more qustion i got 64 bit pc so which is going to work better? the 32 bit version of Virtual Box or 64 ? cause on windows 64bit softwares lack some features [03:41] well that puts the google dns in resolv.conf for sure; but then it seems *every* request goes to google even if you just visited the site a second ago [03:41] idk how or why [03:41] GAM002: 64bit OS [03:42] xangua: Not the OS i ment the Virtual Box Software [03:42] xangua: I already Have 64 Bit OS [03:42] Hello [03:44] hi [03:59] hello [04:00] what are some unique apps ubuntu comes with [04:00] hello I need some help [04:00] ask away with detail on one line [04:00] Lencl, for a list of ubuntu packages, look in the software center. [04:01] sure [04:01] I have ubuntu 12.04 server no gui how can I set vlc to stream on web interface [04:02] Gamer, go to vlc support. almost certain there's a tutorial on this one [04:02] part #ubuntu [04:02] someone got to install chamander theme from new concept ubuntu [04:02] ? [04:02] https://www.behance.net/gallery/28804097/Ubuntu-1604-Stupendously-Hot-Charmander-concept === solid is now known as Guest17968 [04:02] MarconM, concept. CONCEPT! [04:02] is there vlc support room here ? [04:03] !alis | Gamer [04:03] Gamer: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [04:03] cfhowlett: ? [04:04] MarconM, it's not from ubuntu. it's a concept, i.e. someone's idea of "cool". and ... it's not even released! [04:04] "mock-up" [04:04] i did not get it [04:04] I am not good with irc [04:05] gambl0re, vlc has forums, mail list and irc support. [04:05] cfhowlett: Ok i understand... my question is anyone got to install. just it =D [04:06] thanks I found it [04:06] good day everyone [04:06] MarconM: install what? 16.04 isn't even out....until 2016 [04:06] xangua: intall the theme [04:07] there is No theme, as you were explained already [04:08] MarconM, you know those pictures of cool flying cars? same idea. cool pic. not reality. maybe someday. [04:08] cfhowlett: ok [04:09] I want to record some screen-cast. withouse?t and A/V out of sync. What should I u [04:09] use? [04:11] what is "withouse?t" ? [04:12] daftykins, it is what happenss when you type with your tablet. [04:12] right, and a correct original sentence would be? [04:12] */withouse?t/without [04:14] daftykins, I use recordmydesktop right now and video passes like 10second with speed then some sound. [04:14] that is the result [04:14] */10seconds [04:16] http://alternativeto.net/software/gtk-recordmydesktop/?platform=linux [04:17] 'simplescreenrecorder' is something people have had success with before [04:18] I'm having problems with adding a printer on ubuntu. [04:19] austinprog: details? [04:22] daftykins, I have a brother printer, and no static ip [04:22] why would you say no static IP? [04:23] if it's a network printer, configure it with one :) [04:23] because the IP changes? [04:23] oh [04:23] yip [04:23] static IP allocation is the key to successful network printer use === voronwe is now known as Guest1479 [04:30] how do you load a module multiple times? i.e. bonding module so one can have more than one bonding interface [04:31] seems modprobe is now kmod which doesn't honor -o [04:32] hello? [04:32] ...? [04:32] !software suggestions [04:33] that is not a bot command :) [04:33] daftykins: :) just tried to see if it works [04:33] please don't [04:33] daftykins: ok could that mess up the Bot? [04:34] no we just don't want to see the spam. [04:34] GAM002: we have been through this yesterday, dont repeat the same over and over here [04:35] GAM002, this ^^^ [04:35] hello [04:35] havent you ever heard of debian [04:35] lotuspsychje: ok i forgot -_- its just i am completely new here [04:35] lotuspsychje: Sorry :( [04:35] !debian | freq [04:35] freq: 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! [04:36] bbbb'b === zach is now known as K3yboardninja [04:46] Hello === PanV is now known as ThatEmbarassedGu [04:47] Hi !! i wish to change the hdd space in rutorrent!! [04:47] i change $topdirectory in config.php and en restart apache 2 but nothing change [04:47] frankgigeur, look in rutorrent help menu [04:49] Hello, I cannot install fglxr on my PC, due to Login Loop, and inabillity to do CTRL + Alt + F1 [04:50] But with Gallium drivers, I cannot launch steam but I can launch my pc [04:59] hi all [04:59] anyone here? [04:59] there are if you ask a question [04:59] ok awesome Ive got a question [05:00] im not sure if people here can help but im struggling with an HTML/CSS problem [05:00] this is a channel for Ubuntu OS support [05:00] that has absolutely NOTHING to do with this channel :) [05:00] so you guys wouldnt be able to help? [05:01] Nova_, ubuntu support only. [05:01] ok so ill leave [05:01] bye bye [05:01] try #html or #cc [05:01] * #css [05:01] did I get banned? [05:02] "Cannot send to channel: #html" [05:02] !register | Nova_, [05:02] Nova_,: 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 [05:02] you need to register first === pabed1 is now known as pabed [05:05] The latest stable version of FileZilla Client is 3.13.1 [05:05] The latest repo version of FileZilla Client is 3.7.3-1 [05:05] http://archive.ubuntu.com/ubuntu/pool/universe/f/filezilla/ [05:06] DJJeff: what's your question? [05:06] they have 3.12 but probley not for trusty LTS [05:06] I want FileZilla 3.12 why am I still on 3.7 [05:07] which ubuntu are you on? [05:07] trusty LTS [05:07] !info filezilla trusty [05:07] filezilla (source: filezilla): Full-featured graphical FTP/FTPS/SFTP client. In component universe, is optional. Version 3.7.3-1ubuntu1 (trusty), package size 1250 kB, installed size 3102 kB [05:07] 14.04.3 [05:07] yep sure enough. repos don't always have the latest software, find a PPA if you want newer. [05:07] but they are not supported here, so your milage may vary :) [05:07] you think there is a PPA for this [05:07] I throw my head back laughing hard [05:07] i haven't got the slightest clue if there is, but your research will answer that [05:08] i think you stole my line :) [05:08] why would 3.12 be in the archives but not avail for trusty [05:09] 3.7.3 is like 2 years old [05:09] its older than trusty itself [05:09] !info filezilla [05:09] filezilla (source: filezilla): Full-featured graphical FTP/FTPS/SFTP client. In component universe, is optional. Version 3.9.0.5-1ubuntu1 (vivid), package size 1540 kB, installed size 5282 kB [05:09] hmm vivid has 3.9 [05:09] perhaps 3.12 is proposed. [05:09] omfg [05:10] [ ] filezilla_3.12.0.2-1ubuntu2_amd64.deb 16-Aug-2015 11:18 1.4M [05:10] [ ] filezilla_3.12.0.2-1ubuntu2_i386.deb 16-Aug-2015 11:19 1.5M [05:10] that language is not necessary here. [05:10] yes, so you can paste. [05:10] looks like 3.12 to me [05:10] Can you guys help me fixed my hosed GUI? (Ubuntu Desktop 14.04, Radeon card). [05:10] you said 3.9 [05:10] well your stupid bot said 3.9 [05:10] DJJeff: yeah see the bots results? that's what vivid can get. your link means nothing. [05:11] DJJeff: drop the poor attitude please. [05:11] my links are whats in the damn archives [05:11] http://archive.ubuntu.com/ubuntu/pool/universe/f/filezilla/ [05:11] who cares what a stupid bot says [05:11] I am a human being thanks [05:11] not from where i'm standing. [05:11] Things were working fine until I ran the "Additional drivers" thing and switched from the open source driver to "fglrx". I tried that for a while, didn't like it, and switched back. Now the system won't boot into GUI mode. [05:11] It boots into text mode, but that is unresponsive. I can however ssh into the system and do things. [05:12] should I just wget the 3.12 .deb and install it with # dpkg -i [05:12] you're free to risk it, but i wouldn't recommend it. [05:12] or will that break things and cause dependency issues [05:12] B0g4r7_: ensure fglrx is gone with "sudo apt-get purge fglrx* " [05:12] using 2 year old software cant be any better [05:13] the next LTS 16.04 is not for a while still [05:14] having 16.04 come out the same time as windows 10 woulda been funny [05:14] cut the chatter. [05:14] I have not really used MS Windows since Windows 8 [05:14] daftykins, 'k. I guess I'll have to reboot to see if that helped. Doing so now. [05:15] My /var/log/Xorg.0.log is here: http://pastebin.com/18TeKgm9 [05:15] post reboot or before? [05:15] Before reboot. [05:17] mmm that one looks slightly borked [05:17] ensure you don't have a xorg.conf [05:17] daftykins, oh wow, purging fglrx appears to have actually fixed it. [05:17] Hah. I was not expecting it to be that sample. [05:17] o0 [05:17] I could just imagine the jokes about 15.04.... come play with my Wily [05:17] Hey, thanks a lot! [05:18] DJJeff: grow up and drop it. chat in #ubuntu-offtopic [05:18] no problemo [05:19] I tell ya, I've had about enough of trying to make AMD graphics work nicely. I'm about ready to go and buy me some Nvidia. [05:19] :) [05:19] no [05:19] did you try fglrx-updates ? [05:19] Nvidia is worse [05:19] no, AMD is worse. [05:19] I have Nvidia GTX 660 [05:19] daftykins, I did not. I understood it was essentially the same thing as fglrx. [05:19] truing to get 3D Accel with Ubuntu Trusty and Virtualbox [05:19] is a pain in the !@# [05:20] bear in mind Canonical has created an official PPA with newer drivers for all setups now, so it should be better to use than what you may have as standard [05:20] DJJeff: that's a virtualbox problem, nothing to do with nvidia drivers working [05:20] thus your comment is moot. [05:20] B0g4r7_, of the 3 top gpu companies, amd is probably the least linux friendly. fwiw: nvidia prime works perfect on my dell m3800 with quad k1100 [05:20] From what I read, Nvidia as a company is bad for open source, but their hardware tends to work better [than AMD] with linux. [05:20] I do give Nvidia props for that [05:21] B0g4r7_, they may be "bad" for opensource (debatable), but they do provide OEM linux drivers. +1! [05:21] better hardware crappy software [05:21] from both Nvidia and AMD [05:21] I also hear that Intel "on-board" graphics work great, but they're not really in the same class as a discrete GPU. [05:22] well ATI had the worst software until AMD took over [05:22] B0g4r7_, on-board typically = laptop. you should expect different performance metrics. [05:23] whats a good GPU benchmark tool for ubuntu [05:23] glxgears is too silly for me [05:23] I mean like "Intel HD Graphics 4000" or whatever is built into the newer I5, I7, and whatnot chips. [05:23] DJJeff, lots of them listed in ubuntu software center. [05:23] which one is the best [05:23] or is that just preference [05:24] DJJeff, the one you use. it's subjective. [05:24] on Windows I use Valley Benchmark I think I got it to run in linux back in 13.04 Raring [05:25] never tried it with my new GTX 660 on 14.04 Trusty === shuduo_afk is now known as shuduo [05:59] hi [06:01] hi [06:02] liuxinyuan [06:02] ping [06:02] !cn | liuxinyuan [06:02] liuxinyuan: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [06:03] anyone else running ubuntu on a shitty rig that can hardly handle much of the gui? [06:04] !language | atlas1729, [06:04] atlas1729,: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [06:04] atlas1729: well not anymore, switched my netbook to xubuntu [06:04] atlas1729: I run lubuntu on a 6 year old laptop with single core celeron processor. does that count? [06:05] I wouldn't dream of trying Unity desktop on it though. [06:05] ah. i think that does. just converted a 2006 mac mini over and im pretty sure i need to not run unity on it haha [06:05] app transitions alone cripples it [06:06] I'd try first if xubuntu or ubuntu mate (xubuntu-desktop or ubuntu-mate-desktop packages) work well enough, then fall back to lubuntu [06:07] good morning === cyphase is now known as Guest2274 [06:07] sai: welcome, what can we do for you? [06:07] atlas1729: apt get install xxx-desktop. try it out. if not ok, apt-get autoremove --purge xxx-desktop shoudl allow pretty clean way to try them out without leaving a lot of crud [06:08] hello lotuspsychje sir [06:09] much appreciated! ill check it out - hopefully it can alleviate those issues. i'd love for this old thing to work as an intro to linux for me [06:12] sudo add-apt-repository ppa:ubuntu-mozilla-daily/firefox-aurora [06:13] lyall, you might try that in a terminal ... [06:20] Hi, is any method to change application name to icon on the panel where the tray placed on the left? [06:22] grüßt euch [06:22] test [06:22] !de | oem [06:22] oem: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [06:22] !test | anden [06:22] anden: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [06:23] Hi [06:23] Uhmmm I just mistakenly ran sudo make install before make [06:23] How har did I fck up? [06:23] hard* [06:23] krocos: maybe this can help: https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles [06:24] !make | NekoTheCat [06:24] NekoTheCat: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first) [06:25] what is the Free Software Image Host so I can attach images to show someone something on IRC? [06:26] !paste LibertyWeNeed [06:26] !paste | LibertyWeNeed [06:26] LibertyWeNeed: 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. [06:27] ubottu, do you know of any GPL equivalents? [06:27] LibertyWeNeed: I am only a bot, please don't think I'm intelligent :) [06:27] Oh [06:28] So... someone intelligent pls halp? ;_; [06:28] i put my pants on [06:28] lol [06:31] hi om [06:31] lotuspsychje, it is not exactly that I want. I want to set icon permanently, not for the one app. Like this http://storage9.static.itmages.com/i/15/0826/h_1440570711_8412775_66a2b8f2b8.png [06:32] ahh xcfe is much better [06:32] Hi. Can you help me with Ubuntu OpenStack? [06:36] krocos: thats for mac, not ubuntu [06:36] gustav1234x: try the #openstack channel perhaps === andrewm87 is now known as andrewm [06:37] Yeah, they’re asleep. [06:37] gustav1234x: 900 users:p you might wanna ask and idle [06:38] lotuspsychje, that is but is it possible to get done something similar in the unity? [06:39] krocos: you can try to set a mac theme on unity with conky perhaps [06:39] !info conky | krocos [06:39] krocos: conky (source: conky): highly configurable system monitor (transitional package). In component universe, is optional. Version 1.9.0-6build1 (vivid), package size 3 kB, installed size 43 kB [06:39] lotuspsychje: It’s really a problem with MAAS. [06:39] krocos: For the panel icon... http://www.pendrivelinux.com/changing-the-ubuntu-start-menu-panel-icon/ [06:40] gustav1234x: and we have a #maas channel also :p [06:40] lotuspsychje: LOL. Okay. :P [06:41] hi everyone [06:42] hello kostas [06:42] a warm good morning from Greece [06:43] kostas: <3 === andrewm87 is now known as andrewm === andrewm is now known as andrewm87 [06:51] Can anyone tell me if python2 has been dropped from the default install of wily? I'm most interested in server and cloud if that makes a difference. === iman is now known as Guest28144 [06:53] why does ufw block USB ports? [06:53] !info python2 [06:53] Package python2 does not exist in vivid [06:55] !info python | stub [06:55] stub: python (source: python-defaults): interactive high-level object-oriented language (default version). In component main, is optional. Version 2.7.9-1 (vivid), package size 133 kB, installed size 680 kB [06:55] stub: join #ubuntu+1 for wily questions [06:55] optional, ta. [06:57] sry to post here, no one is responding in ##Linux. I am trying to dual boot my mac with Linux Mint and keep getting the error upon trying to load the OS no bios dp data [06:58] hi guys, anyone using a chromebook? [06:58] !mint | theblindghoulie3 [06:58] theblindghoulie3: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [06:59] thank you [06:59] pagios: best is to ask your specific question in the channel, so others can read [06:59] pagios: yep, but whiped the drive and installed xubuntu [06:59] pagios: I may be able to help. acer c720p chromebook [07:00] ok great, i have a toshiba chromebook2, installed crouton and running ubuntu 14.04 inside all is great, until i reached a point where my android is not recognized when i plug it via the usb port [07:00] i also dont have kvm features as the cpu is compatible but not enabled in BIOS [07:01] How can I install a binary so I can just run the command instead of navigatins all the way to it? [07:01] navigating* [07:02] pagios: Ok. So I wiped ChromeOS and use a clean fedora22 installation on it. So I cannot help you with USB related things with Crouton. The ChromeOS kernel should be able to handle USB. Can you plug a USB webcam or so? [07:03] minimec: so mainly you wiped the whole chromeos ?! [07:03] NekoTheCat: Put it somewhere on your PATH (echo $PATH). If you want it installed for everyone that uses your computer, you'd put it in /usr/local/bin/, if you want it installed just for you, you'd put it in ~/bin/ [07:04] pagios: you could try to install the android tools for ubuntu [07:04] lotuspsychje: i did [07:04] pagios: exactly... And also set legacy_boot as default. So it simply boots into grub2... [07:04] minimec: any tutorials? [07:04] pagios: can you try a tail -f /var/log/syslog and plugin your android [07:04] and is there a wa to get back chromeOS afterwards? [07:05] if something messy happens, i dont want to be locked in [07:05] pagios: Well I don't know if that is also possible with your Toshiba crhomebook2... Let's see... [07:05] pagios: did you unlock your android device to developer mode? [07:06] lotuspsychje: sure, it works fine on my other laptop [07:06] kk [07:07] pagios: MIght be tricky with the Toshiba Chromebook. "Toshiba CB2 does not have Seabios..." from here http://www.tomshardware.co.uk/answers/id-2400256/install-ubuntu-toshiba-chromebook-crouton.html [07:07] :( [07:07] pagios: Answer from "Valence" [07:09] so i dont have any choice [07:10] but i dont see why my android is not recognized by ubuntu in crouton [07:12] pagios: Yeah. Looks like Crouton is the way to go. [07:13] pagios: MAybe a problem with MTP. Android connects as MTP device. This is sometimes tricky with Linux. [07:22] hello [07:24] desiderio1: welcome, what can we do for you? [07:25] hola [07:26] yo de granada [07:26] !es | inkscaper25576 [07:26] inkscaper25576: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [07:26] alguno con conocimientos de wordpress [07:27] try #wordpress inkscaper25576 === inkscaper25576 is now known as spain [07:33] Ubuntu no longer boots up. Tried to run a live Ubuntu via usb and running Boot repair but an error occurred: http://paste.ubuntu.com/12197625/ [07:36] mikhael_k33hl: Do you boot from the correct ssd? Go into the BIOS and try setting the correct one in bootup sequence [07:37] !recovery | mikhael_k33hl try this maybe [07:37] mikhael_k33hl try this maybe: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [07:37] Mattias: during bootup pressed F12 and tried booting up from all available options [07:37] lotuspsychje: I'll give that a try [07:38] mikhael_k33hl: when did this all start to happen? [07:38] Just turned off my computer yesterday, when I turned it back on today, this is what happened. [07:38] mikhael_k33hl: after an update perhaps? [07:39] an update shouldn't remove grub -.- [07:39] Or can it? [07:40] Mattias: sometimes updates have influence on boot, not specially grub [07:40] lotuspsychje: Recovery doesn't work, it'll only display the word GRUB on a black screen with the letter C then when I press anything, it says "Reboot and Select proper Boot device or Insert Boot Media in selected Boot device and press a key. [07:41] Sure, a new linux kernel, but grub should still show the last kernel as an option in case the new one doesn't work. But yeah, maybe it was a new grub update I don't know about. [07:42] ubuntu will always keep at least N -1 kernel in the grub menu [07:44] hi, is there any way to enable back again the setup prompt/ncurses to set ubuntu/system user password at boot time? [07:44] hello [07:44] ubuntu has root account disabled with no password, and I was wondering if there is any way, not only to set the user password on the first boot, but later on, in an already installed and configured system [07:44] good morning [07:45] overdrive: what is the problem you are trying to solve [07:46] overdrive: 'sudo -i', then 'passwd' wil give you the possibility to set a root password after installation. [07:46] mikhael_k33hl: And reading that output, there is no real error apart from that it can't find grub on the second ssd and it can't use the second ssd since it is busy. But it does find grub on the first ssd and everything is fine there. Basically it means grub is ok. The second thing to fix is a working linux kernel. Which should be there as an option. If you see nothing under grub, something must have happened [07:46] to the grub config file. Use a recovery system you can put on the USB and fix all that. [07:48] overdrive: highly recommended not to set a root password. it's a security risk. and you don't need it since the user can become root whenever it wants using the user password, if the user has admin rights with sudo [07:49] overdrive: so to remove a password from a user, root as an example, you can use "sudo passwd -l root". [07:50] similarly, you can set a new password skipping the -l part [07:50] Mattias: How do I fix it? I'm currently running a live usb Ubuntu mate, hehehe [07:51] mikhael_k33hl: Well, grub seems to work. So.. try to reinstall all kernels for a start, here is a nice answer: http://askubuntu.com/questions/28099/how-to-restore-a-system-after-accidentally-removing-all-kernels [07:51] Assuming you do see grub when booting up [08:01] !ubuntu tweak [08:01] !ubuntu [08:01] 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 [08:02] how to install ubuntu tweak? [08:02] !java [08:02] To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [08:03] when i start tor from terminal i get this error [08:03] Mattias: tried that, still doesn't work . . . [08:03] http://pastebin.com/G8EZgnPM [08:03] mikhael_k33hl: Ok, What do you see when grub launches now? Still no entries? [08:03] any help please? [08:04] !msgthebot | GAM002 [08:04] GAM002: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu !search factoid". [08:04] Mattias: can't even get to grub, black screen saying ""Reboot and Select proper Boot device or Insert Boot Media in selected Boot device and press a key." [08:05] Ah, ok, that's your BIOS not seeing grub then. Usually it's the wrong disk selected in bootup. [08:05] If it's not, then something is wrong with that recovery tool, because it could see it :) [08:06] shoaib: Looks like Tor is already running. Or something else is already using port 9050 [08:06] i killed tor and started again, it did something called bootstrapping but same error [08:07] how can i find out what is using port 9050 and stop it from using it? [08:07] !tor | shoaib [08:07] shoaib: Tor is a program to route connections through several servers for anonymity. It is in Ubuntu's repositories, but the Tor Project recommends using their Tor packages due to past issues with Ubuntu's. For setup info, see option (2) of https://www.torproject.org/docs/debian.html.en | To use Tor on freenode, see !tor-sasl [08:07] shoaib: what does this give you?: ss -aln | grep 9050 [08:07] shoaib: hint: that should return nothing for it to work. [08:08] tcp LISTEN 0 128 127.0.0.1:9050 *:* [08:09] shoaib: That tells you something is already running using that port. [08:09] shoaib: have you tried: sudo service tor restart [08:09] no, shall i do it now? [08:09] see what happens, not sure if it has a service script though (I don't use tor) [08:10] I prefer using a vpn [08:10] Job for tor.service failed. See "systemctl status tor.service" and "journalctl -xe" for details. [08:10] can i find out what is using 9050? [08:11] netstat -tulpn | grep :9050 [08:11] Mattias: oh man, this is a mess. . . [08:12] tcp 0 0 127.0.0.1:9050 0.0.0.0:* LISTEN 11456/tor [08:12] mikhael_k33hl: Yeah, I've had issues with bootup before on my current computer. Took a while to figure out. Just try everything you can find and hope for the best. The current message you get just means it can't find grub or another bootloader on the selected disk for bootup [08:13] shoaib: see, tor already running === remco_ is now known as Guest73224 [08:13] but its not even opening [08:13] i cant open it [08:13] not from terminal not from the shortcut [08:14] ikonia / minimec / Mattias : sorry I was away from keyboard. Really I have a user (not root) with some default password set, and then I configure the system (with some configuration manager). And then, the idea, is in the next boot, set the password for this "new user" (not root) in interactive way for the first user that boots the system, in order to change the "default password" I set initially. [08:14] I have a folder with subfolders and files. I made a copy of the folder and changed some of the files in the folder. Is there an easy way to remove all the unchanged files from my copy, so I'm left with only the changed/new/different files in comparison to the original folder? === Eggs is now known as Guest51694 [08:17] i'm wondering why skype in ubuntu keep clearing chat even the option "keep forever" is selected [08:19] Hi, I'm about to Install Ubuntu instead of windows, I have a Primary small SSD for the OS and a large HDD for secondary storage. Is it possible to install Ubuntu and leave the HDD untouched with all my files intact? [08:19] PudgePacket: yes possible [08:19] PudgePacket: you will use the second drive as ntfs data? [08:20] lotuspsychje: Yes. Is that not recommeded? [08:20] recommended* [08:20] PudgePacket, thats fine [08:21] PudgePacket: sure thats fine mate, just make a backup before you install and make sure you dont choose the data hd as install drive ok [08:21] So any drives that are not the install drive will be left untouched? [08:21] PudgePacket: how big is your ssd? [08:21] PudgePacket: correct [08:21] 256 GB [08:22] PudgePacket: wich brand please? [08:22] overdrive: http://www.cyberciti.biz/faq/rhel-debian-force-users-to-change-passwords/ [08:23] Corsair Force LS SSD SCSI Disk Device [08:24] Mattias: not sure what happened, but tried this: http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd [08:24] PudgePacket: I'd highly recommend going with a native linux filesystem. ntfs might cause you some corrupt files under linux, but I haven't used it for years. Not sure how permissions would work on ntfs either. [08:24] PudgePacket: ok make sure there all new firmwares are up to date on your ssd [08:24] Mattias: It's workign now, perhaps grub needed an update? I''m not sure though [08:24] mikhael_k33hl: something must have happened to grub. well, now you have a fresh kernel and a fresh grub ;) [08:25] Mattias: it will ask admin pass to mount ntfs [08:25] lotuspsychje: I'd try to get a new hdd which can fit all the files, format it to ext4, then move over all files there. After that reformat the other hdd to ext4 :P [08:26] I don't trust ntfs under linux [08:26] Mattias: yes of course its more reccomended, but in his case a big windows drive with lot of data [08:26] Then again, I have an awful lots of hdd's in my case. each OS has their own storage drives :) each OS also has their own ssd drives [08:29] How to clean Janito with ubuntu tweak? [08:29] lotuspsychje: I'm using the corsair ssd tool box from corsair to update the firmware and it said update failed... This is going to be interesting :) [08:30] greetings [08:31] how can i disable chromium youtube lag? [08:31] it had to do with chaching i think [08:33] lotuspsychje: Is there a problem with using a slightly out of date firmware for SSD? It's only 2 minor versions behind. [08:34] I'll try a reboot... [08:35] chromium youtube lag, please help [08:37] "ACPI PCC probe failed error" - I choose you #ubuntu, solutions please. [08:37] satellite_, more info like cpu, memory [08:38] Furai: Don't worry about it; it's a stray debug message the kernel dev forgot to silence. It's since been patched out [08:39] eclectichedgehog, Intel Pentium® M Processor 760, 1024MB DDR2 SDRAM [08:41] satellite_, if youre viewing 720 or 1080 clips on youtube then that system might struggle [08:42] 720p can work. it's something about settings. when buffer is done, it works perfect [08:42] eclectichedgehog [08:43] then it could be a slow or faulty internet connection maybe [08:43] hi all. we're running a quick install of ubunru server 14.04.3... now apt-get update fails, although routes and dns are correct. is that a known issue atm? [08:43] Bigsista, fails, how? [08:43] Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-amd64/Packages Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.201 80] [08:44] eclectichedgehog, connection is relatively fast, i am talking about lag that is there even if there is alot of buffering surplus [08:45] satellite_: installed the latest gfx drivers? [08:46] TJ-, does it affect in any way boot time? Could adding acpi=off to grub config make it faster? [08:47] Furai: no, it makes zero difference to boot times [08:47] ok, thanks [08:47] Furai: It's simply reporting that the ACPI sub-system doesn't have Power Clocking Control [08:47] Mattias, no, drivers are fine [08:47] And don't trust the buffer bar, sometimes it might show more than it has actually buffered. You might not have enough of a buffer. And depending on video, even on a 100Mbit line it might not buffer fast enough. Because youtube might actually be slow :P [08:48] Today it seems as well that upstart had some problems starting. Dunno why, I was sure I was using systemd anyway. [08:48] I've noticed certain videos are faster than others, not sure if it's because of different youtube servers [08:48] Maybe I did something wrong. [08:50] Mattias, there is enough on buffer, it's reliable [08:50] Bigsista: tried to ping security.ubuntu.com? Or even check if your dns has a record for it with: dig security.ubuntu.com a [08:50] satellite_: when it is fully loaded, does it lag anything? [08:50] dig works well [08:51] on 100% no but on 75% yes even when i am on beginning, and i'd like to fix this [08:51] already disabled ipv6 w/ a new config in /etc/sysctl.d [08:52] satellite_: and doesn't happen in other browsers? === pabed1 is now known as pabed [08:52] Mattias, it's slow in firefox and chromium seems to be fastest [08:52] Bigsista: It looks like the server just drops you. try forcing another ip from the dig list using /etc/hosts for security.ubuntu.com [08:53] Bigsista: for me it uses 91.189.91.15 [08:54] satellite_: does chromium use the html5 player? or is it the flash player? [08:54] html5 players doesn't show half videos [08:54] it's flash [08:54] try using the html5 player, it works exactly the same for me as the flash player does, but better. [08:54] well thats a problem in itself [08:55] Mattias, i feel in my guts it have to do with chaching [08:55] satellite_: https://www.youtube.com/html5 [08:55] Just try it ;) [08:55] flash is a security risk anyways [08:55] Mattias, doesn't youtube use html5 as default now anyway? [08:55] eclectichedgehog: sometimes it doesn't. not sure why, you notice it if you block flash. [08:56] a refresh usually switches back to html5 [08:56] Mattias: nice one. thx [08:56] Mattias, how to enable this? [08:57] do i have to be logged in on youtube? [08:57] satellite_, remove flash would be a good move :) === Whitesqu_ is now known as Whitesquall [08:58] satellite_: apparently you can't "enable" it anymore, it just shows if the browser supports everything. It'll be used when possible... [08:58] satellite_: So as eclectichedgehog mentions, disable flash. Don't want it activated anyways ;) [08:59] Mattias, it doesnt work [09:00] chrome://plugins - disable adobe flash player, same thing [09:00] satellite_: tried refreshing? No player? [09:00] got player but problem is the same [09:02] I see, well, we fixed a security risk at least. ;) [09:02] Mattias, perhaps you are just a beginner, willing to help [09:02] satellite_: there are no beginners or expert. Just people who has knowledge about different things. [09:03] what's the default desktop package to install for 14.04? [09:03] By that definition you would call an expert a beginner because he doesn't know one thing you know [09:03] we have some unexpericence users who need a desktop on that server [09:03] +d [09:03] satellite_, as I said before your macine with 1GB of DDR2 isnt the best for modern day playback of youtube anyway [09:04] Mattias, solution is possible [09:04] !info ubuntu-desktop | Bigsista [09:04] Bigsista: ubuntu-desktop (source: ubuntu-meta): The Ubuntu desktop system. In component main, is optional. Version 1.334 (vivid), package size 3 kB, installed size 60 kB [09:05] satellite_: well, others have had the same issues, and it was because of flash. [09:05] satellite_: one possible fix was to disable all flash versions (yes, some had several installed) then enable the latest one. Each computer is different. Now knowing you have 1GB of DDR2 ram, I don't even understand how you can play 1080p videos :P [09:06] ok. thx. [09:06] Bigsista: you amight also ask in #ubuntu-server what are more reccomended ways to install what you need [09:06] last question: is there a good php5.4 repo for 14.04 lts? [09:07] Mattias, i'll try with chrome instead of chromium. might get extra settings there. i never mentioned 1080p, but 720p and it CAN work [09:07] !info php | Bigsista [09:07] Bigsista: Package php does not exist in vivid [09:07] !info php5 | Bigsista [09:07] Bigsista: php5 (source: php5): server-side, HTML-embedded scripting language (metapackage). In component main, is optional. Version 5.6.4+dfsg-4ubuntu6.2 (vivid), package size 1 kB, installed size 29 kB [09:08] Bigsista: its reccomended to use the versions for your ubuntu version, not untrusted ppa's [09:09] satellite_, remember that ubuntu has just eaten approx half your 1GB of memory and chromium/chrome is a heavyweight browser so that is asking for problems [09:09] satellite_: I couldn't even get it to work on a desktop with 8gb ram (because the graphics card wasn't good enough). Which graphics card do you have? [09:11] Mattias, something very old but able for hd [09:12] satellite_: I'm sure a real video player could play it, but this is through a browser. It might barely be able to play it when it is fully buffered, but while buffering it is too much [09:14] a quick test here on youtube shows chrome is using 500MB+ playing a youtube vid [09:21] I applied recent software updates (updated my kernel to 3.19) and when I rebooted I get this message: "ACPI PCC Probe Failed, starting version 219" then the system just hangs and doesn't proceed... [09:21] Any ideas? [09:21] When I set my driver back to Nouvea, I can boot back in normally again. [09:22] rawiri: ubuntu version and grafix card chipset please? === Ivo is now known as Guest31358 [09:26] lotuspsycheje: Thanks, just a sec... === rafaelcenteio1 is now known as rafaelcenteio === hkeide_ is now known as hkeide === elmcrest_ is now known as elmcrest === MrGeneral_ is now known as MrGeneral === d- is now known as Guest61674 [09:28] 01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 760] (rev a1) === xdphctv1p618_ is now known as xdphctv1p618 === frankS2_ is now known as frankS2 [09:29] ubuntu 15.04 === gyre007_ is now known as gyre007 === scubacuda_ is now known as scubacuda === Boltsie_ is now known as Boltsie === flet_ is now known as flet [09:29] rawiri: do you know if thats an optimus card? [09:30] Oh, I'm not sure... do you know how I can find that out? === g_byers is now known as Guest44528 [09:31] rawiri: just checked, its not optimus === shroud is now known as Guest34432 [09:31] rawiri: keep in mind that LTS might perform better [09:32] rawiri: we have many users on 15.04 with black screens [09:33] lotuspsychje: no reason to have a black screen on 15.04 with that card [09:33] mcphail: I got in with your suggestion yesterday but then it did the same thing again after I rebooted.... === Guest34432 is now known as shroud [09:34] rawiri: you were running the binary nvidia driver? Which one, and from which source? [09:35] mcphail: i just mention reality mate, alot of users get this after updates [09:36] lotuspsychje: the plural of anecdote is not data [09:38] lotuspsychje: I was using 346.59, just selecting the driver through the "Software & Updates" settings... [09:38] Seems to be fine across to other PC's I use... [09:38] *two [09:39] rawiri: can you boot the newest kernel by adding "nomodeset" to the boot parameters? [09:42] mcphail: I'll give that a go [09:51] mcphail: That worked. Will that persist? Or Will things go back to normal when I try to boot in normally next time? [09:51] Elo everyone! [09:51] Got a simple question for you: [09:51] Celphish: welcome, what can we do for you [09:51] rawiri: you can make it persist, but it is suboptimal. Best to make it boot with the proper drivers [09:52] rawiri: from your newly booted machine, run "sudo apt-get update && sudo apt-get install --reinstall nvidia-346" [09:52] If I have a server, which happends to have 2 unmounted 1tb-disks on it, and it's also running a very important company for our business, will anything be interrupted if I add the 2 drives to fstab and type "mount -a"? will it dismount the original drive or just add the new? [09:52] company=service [09:53] Celphish: try #ubuntu-server mate [09:53] lotuspsychje: aah, ok, thanks :) I'll stay here too, since I'm now running Ubuntu 14.04 on my work-laptop :D [09:53] rawiri: let me know if there are any errors [09:53] thanks Mattias, it looks exactly what i was looking for. Is there any way to force some strong policy passwords when I am asking for those? I cannot see any option in chage command for that. But maybe I should change some config files in etc [09:54] mcphail: Thanks, I will. Gonna give that a go now. [09:56] Mattias, i solved 720p in chromium without lag [09:57] sudo apt-get remove adobe-flashplugin && sudo apt-get remove flashplugin-installer [09:58] sudo apt-get remove chromium-browser && sudo apt-get remove pepperflashplugin-nonfree [09:58] sudo apt-get install chromium-browser && sudo apt-get install pepperflashplugin-nonfree [09:59] that's it, works like a charm, i knew it's possible :) [10:03] rawiri: I'm going to be in meetings for a couple of hours but you can ping me later and I can try to help [10:04] mcphail: Ok. Thanks for your help so far. [10:11] does anyone know how can you format a usb stick to its full original size from ubuntu [10:11] !info gparted | user190 [10:11] user190: gparted (source: gparted): GNOME partition editor. In component main, is optional. Version 0.19.0-2 (vivid), package size 528 kB, installed size 1868 kB [10:11] oks [10:11] thanks [10:19] Hi, is there a "best practice" way of making sure services are running? (`service start xxx`). I read up on supervisor, but it seems it's more focused on stand-alone scripts/programs etc. [10:20] anyone played league of legends on ubuntu with wine [10:22] did I? === Yukkii is now known as Kaneki [10:27] what's the Ubuntu way of getting https://code.launchpad.net/~daniele-athome/pygpgme/pygpgme/+merge/173333 integrated? [10:28] muelli: contact the maintaner for the package you want patched i assume? [10:32] mistralol: good suggestion. Been there done that. What's next? === Kaneki is now known as Yukkino [10:32] wait for response? [10:32] helow === seb_ is now known as sebalix === sebalix is now known as 7F1AAF8YB [10:33] salut [10:33] mistralol: good suggestion. How long do you think is appropriate? What about, say, half a year. What then? [10:34] muelli: not sure then. Could raise a bug I guess but i assume you have done that already [10:34] i look woman to mariedd [10:34] mistralol: check. [10:34] muelli: there is probably a way to flag the package as abandoned by maintainer [10:34] then become the maintainer ;) [10:35] fair enough. mistralol: do you more about that flagging process? [10:36] muelli: dunno whats the package? [10:38] muelli: first thing is to ensure your patch and merge request are for the development version, currently 15.10. Once that is accepted and released, request an SRU for previous releases if appropriate (usually only bug-fixes) [10:39] muelli: also an active report helps too :D [10:42] muelli: it looks as if the lp:pygpgme branch is no longer active; the python-gpgme debian/Changelog shows a new upstream release was packaged in 2014 [10:43] TJ-: just wondering how do you go about getting a package into ubuntu? [10:44] mistralol: ppa [10:44] hi guys [10:44] i am pluggin my phone via usb calbe into my laptop (ubuntu) lsusb does not show any difference [10:44] nothing [10:45] backdoorx: where would you go from there? You get somebody to approave it? [10:45] any idea? [10:45] output is same as when not pluggin anything [10:45] mistralol: package it, and propose it via a use-case in a bug report, plus an email to ubuntu-devel@ is a good start [10:47] I've got some logs in the form: 2015-03-05 21:31:59 Rory Foo [10:48] But I can't grep for "Rory " [10:48] What do === rory- is now known as rory [10:48] rory: what are you trying to match ? [10:49] grep "Rory\ \ \ \" [10:49] hey guys, I'm in need of some help [10:49] or just the quotes [10:50] dw1: Yeah I tried that too [10:50] TJ-: It's my IRC logs. The example I gave is me saying "Foo". I want to grep for only lines I've said, not lines with contain my nick [10:50] TJ-: Hence "Rory " not just "Rory" [10:50] maybe it's not a space but a tab [10:50] When I select it click and drag, it seems to be spaces [10:51] I actually copied and pasted into my grep command [10:51] I've got a Ubuntu installation on a USB drive, which works fine on a number of my computers. The problem is with my laptop, which has a broken wireless card. Something about it forces my laptop to become unresponsive and freeze within minutes of turning on [10:51] rory: "egrep '^[-0-9: ]* Rory' " [10:51] rory: grep 'Rory ' if you want to grep for the spaces [10:51] This problem also sorta happens with my Windows 7 installation, but disabling the device fixes it [10:52] No dice [10:52] EriC^^: Single quotes? 'll try now [10:52] I don't know how to do it on Ubuntu [10:52] hello friends [10:52] Nope, the only results are this conversation, me quoting it above [10:53] rory: are you sure? it works here.. [10:53] EriC^^: who works here ? [10:53] 100% sure. This is default weechat log format [10:54] Hi guys, any ideas why google integration (such as viewing calendar in the top panel under the date) works sporadically in Ubuntu 14.04? [10:54] nonickname: nobody "works" here [10:54] nonickname: the command works [10:54] rory: see http://paste.ubuntu.com/12198559/ [10:55] yeah TJ- [10:55] rory: its awesome command [10:55] rory: if those spaces are actually tabs (0x09) then use: " egrep '^[-0-9: ]*[[:space:]]*Rory' " [10:55] It works for where I've typed "Rory " in this channel. But those are the only results [10:55] TJ-: I'll try that [10:56] TJ-: Thanks, that's it. Guess they were tabs [10:56] Hello. My PC boots into a black screen once I select Install Xubuntu. Monitor goes into power save mode, [10:56] rory: Pro Tip. when in doubt "hexdump -C /path/to/file | less" and look at the character codes :) [10:57] Keyboard is responsive, caps lock turns on and off. [10:57] habbasi: does the PC have multiple monitor outputs? [10:57] TJ-: There's a few, yes. [10:57] i can't deselect using touchpad what can i do to resolve this? [10:58] TJ-: I'll try the ones I can. [10:58] habbasi: sometimes, althought rarely, the wrong monitor output can be selected. The other issue is that the monitor cannot support the resolution being requested by the OS due to the monitor not providing the correct resolution information via EDID [11:00] TJ-: I was thinking resolution too. Is there a way to force it? [11:00] TJ-: (To a specific resolution) [11:00] habbasi: usually if the EDID is invalid the driver will only ask for VESA standard resolutions and timings, which all monitors must support [11:01] hello people new to bit coin [11:01] how i ignore join and quit msg in to this channel? [11:01] habbasi: does the Installer you're using have a "Try Ubuntu" option? If so, use that first [11:02] !quietirc | nonickname [11:02] nonickname: To ignore joins/parts/quits in your favorite IRC client, see http://wiki.xkcd.com/irc/Hide_join_part_messages [11:02] TJ-: Tried all options, even the disk checking one. [11:03] habbasi: OK, use the Try Ubuntu option but before starting it press F6 to edit the advanced options and on the kernel command-line that is shown add "nomodeset" and then boot it [11:03] habbasi: I think it is F6... it does say at the bottom of the boot screen... lower-right corner [11:03] o [11:06] how do i check a software version before I run 'apt-get install '? [11:06] bq, apt-get show software [11:06] bq: apt-cache policy [11:06] blah --version [11:07] TJ-: No dice. Should I switch the mobo to iGPU and then check? [11:07] habbasi: Ahhh... Optimus? Yes, that is probably going to help :D [11:07] TJ-: (There is no advanced options key) [11:07] bitcoin prob [11:07] TJ-: No. It's a desktop. [11:07] how do i do transactons , carry out bitcoin shit === Corey84 is now known as linux-modder [11:08] cfhowlett: show is an invalid operation [11:09] pan-d, no profanity. [11:09] bq, apt show packagename [11:09] habbasi: is the system UEFI? [11:10] sorry cfhowlet [11:10] but pls can someone hlep me out [11:10] habbasi: if so it'll only show a GRUB boot menu. The Legacy/ISO9660/El-Torito boot shows those options [11:11] pan-d, this is ubuntu support and bitcoin ... ain't ubuntu. pretty sure there's a wiki or a reddit explaining things, but it's off-topic here [11:11] pan-d: this channel is for Ubuntu support only. You'll need to ask in bitcoin-specific channels for that kind of help [11:12] is reposting my question discouraged here? [11:12] I don't think anyone read it [11:12] EriC^^: that is even simpler [11:12] int, every 10 minutes or so is reasonable interval. ask [11:12] alright [11:13] hello [11:13] I'm trying to disable a device on a certain computer [11:13] int: I'd think the best thing to do would be remove the faulty device === ubuntu___ is now known as bithon [11:13] I think it's soldered onto the motherboard or something [11:13] I wish it were that easy [11:13] int: however, to stop Linux from using the device you can 'blacklist' its driver [11:13] how would I find it? [11:13] int: usually WiFi devices in laptops are connected via mini-PCIe slots [11:13] what device? [11:13] pan-d: http://lmgtfy.com/?q=ubuntu+create+bitcoin+transaction [11:14] int: "lspci -nnk" will list the devices and the driver in use [11:14] lmOk-365: AR9285 wireless network adapter [11:15] int: once you know the driver name, it can be added to a text file in "/etc/modprobe.d/" with a line of the form "blacklist " [11:15] TJ- that's where the problem appears. Ubuntu completely crashes within a minute or two of powering on [11:15] I wouldn't be able to do it quickly enough [11:15] int: Is the system booting from GRUB? [11:15] not familiar with that [11:16] TJ-: Will legacy install as UEFI? [11:16] ubuntu is free but how to force my boss for donate ? [11:16] int: in which case, hold down shift as the PC is starting until you get the grub boot menu showing, then press 'C' for the command-line, and type "insmod lspci" and then "lspci" [11:16] habbasi: No. Installation is in the same mode as the installer booted [11:16] alright. give me a moment [11:17] TJ-: Difficult to explain, but I have a complex multi-boot setup, and I need UEFI. [11:17] any way ? [11:17] int: you may want to have a camera handy to take a photo of the results of 'lspci' to show us, to help ID the device [11:17] gotcha [11:17] nonickname: Tell him the Ubuntu devs are doing great work. [11:17] nonickname, forcing your boss - or anyone - to do anything exceeds the range of support offered by this channel [11:17] int, are you sure about this soldered device? [11:17] nonickname: And they deserve to be rewarded. [11:18] lmok-365, sorta kinda [11:18] sounds unusual, take another look? i think you could just remove it [11:18] that's what I read when I googled around for the problem [11:18] or unplug at least [11:18] habbasi: OK, so when the installer starts you get a GRUB boot menu, yes? In which case highlight the Install entry, press 'e' to edit it, navigate to the line beginning "linux ..." and at then end of the line, but before any double-hyphens (--) add the word "nomodeset" then press either F10 or Ctrl+X to boot with that [11:19] int: what is the make/model of the PC? [11:19] TJ-: ASUS N53J [11:19] lmok-365: I'm too scared to open it up man [11:20] I could mess something up beyond repair [11:20] die potato! [11:20] i try to personal support, buying wearables etc, haven't any distro on turkey. [11:20] grub dosent kill your laptop bios may if setup wrong [11:21] TJ-: Same. Wait, let me try something, [11:21] Anybody online inhere? [11:22] Hey Wonderworld! [11:22] Zango, just ask your ubuntu question [11:22] int: it is plugged in on a connector. see Step 24 of http://www.insidemylaptop.com/disassemble-asus-n53s-laptop-fix-dc-power-jack/ [11:22] Which Ubuntu question? o.O [11:22] I thought it is chatroom and not Ubuntu support? [11:22] Zango, this is ubuntu support. [11:22] !topic | Zango [11:22] Zango: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [11:23] !ot | Zango [11:23] Zango: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [11:23] my boss haven't any idea about of "ubuntu", he use 3110 phone ! [11:23] okaydokay! [11:24] TJ-: looks pretty risky..... [11:24] I could bite the bullet and try it tomorrow [11:24] int: looks straight-forward to me :) But I can take them apart blindfold by now :p [11:25] int, https://www.youtube.com/watch?v=I1fV1hSxmuc&t=12m20s [11:25] TJ-: No luck. :/ [11:25] int: in the meantime, if you use the GRUB boot lspci trick we can ID the device and help you blacklist it [11:25] habbasi: what make/model of PC is that? [11:25] okay, photo coming up [11:26] interesting video lmOk-365, I'll keep it around [11:26] but....i may have missed, why driver updates aren't solving anything? [11:26] yeah, that part i linked to is the removal of the wireless card [11:27] TJ-: Important components are a GA-Z97X-Gaming GT mobo and a GTX 970. [11:28] habbasi: I may have missed some information, but you need a later driver than what is in 15.04 to support GTX970 [11:28] int: I'm going to guess, from the linux source code, the device ID is 168c:002b [11:29] overdrive: never used chage myself so I don't really know. [11:29] hateball: Hmm. Is there a way to at least get it to install? [11:29] yep, that's on the list, labeled "Network controller" [11:29] anyway, here's the pic [11:29] https://www.dropbox.com/s/xhnsirk8yh4g6xo/IMG_20150826_212651.jpg?dl=0 [11:30] habbasi: If the nouveau driver doesn't support that device, then it ought to be possible to use the VESA driver [11:30] habbasi: as I said I havent seen all the info. is the main problem you cant boot the install media at all? [11:30] so if testdisk shows my ubuntu partition as "NTFS" ....that's pretty much hopeless, isn't it? [11:30] habbasi: you should as TJ- says, be able to use VESA driver, then add this PPA https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa and install the latest nvidia drivers [11:31] hateball: From the installer? not possible! [11:31] i installed another distro and grubbed everything all up i guess, [11:31] hateball: I can't see anything when I hit try xubuntu [11:31] ImOk-365: I've had success with TestDisk with worse. [11:31] hateball: habbasi's problem is the UEFI-based boot of the installer is failing [11:31] TJ-: No, but he should be able to install and then do that from a tty or just running VESA on the installed version [11:31] mhm [11:32] but how can i ....NTFS --> ext4 without losing all the info on that partition? [11:32] hateball: But how do I get the installer to show? [11:32] how did it even happen, lol [11:32] habbasi, TJ- so not even the splash to choose kernel options etc? [11:32] habbasi: You say you have other distros on there? how about using one of those, create a virtual machine guest, point it at the hard disk, and attach the installer ISO as a CDROM, and install it that way? [11:32] hateball: we've tried nomodeset so far [11:33] TJ-: so that much shows at least? [11:33] TJ-: Not on the USB, no. On the PC, yes. [11:33] hateball: Yes, the monitor is doing DPMS sleep when the X server starts from the sound of it [11:33] did you try blacklisting nouveau as kernel option ? [11:33] habbasi: that is what I mean... boot the PC with a working distro, create a VM there, and install using it [11:34] hateball: How would one do that? [11:34] TJ-, habbasi you add "nouveau.blacklist=yes" at the boot line [11:34] habbasi: the VM will use a basic virtual GPU so you won't hit the problem... then you can do an install of the required drivers aftewards [11:34] habbasi: try hateball's suggestion [11:35] hateball: gfxpayload=keep [11:35] int: Are you still alive? [11:35] hateball: Do I remov that? [11:35] TJ-: yeah, I posted the pic earlier [11:35] forgot to put your name in the message [11:35] habbasi: you should be able to press F6 to edit the boot parameters, then just type as you normally do, using backspace etc [11:35] here it is again: [11:35] int: Yes, it confirmed what I had deduced. Do you know how to boot your PC in Recovery mode? [11:36] not really! [11:36] habbasi: remove "quiet splash" as well [11:36] hateball: it is a UEFI boot... uses GRUB .. no function keys, needs direct GRUB menuentry edit [11:36] TJ-: Ah right, my bad [11:36] then it's... I dont remember the keys [11:36] but they show on the interface do they not? [11:37] hateball: If that goes before ---, no dice. [11:37] ctrl+something to edit, something other to boot [11:37] TJ-: found it in the grub menu, under "Advanced options for Ubuntu" [11:37] Hi. I have question relating to a bash script on ubuntu. Script is called by a .bashrc when a guest user loggs on and it calls another one from within. It works fine (calling the second script) when launched from a terminal but not when started by a .bashrc [11:37] int: In the same way you just got to the GRUB boot menu, hold down the Shift key at boot until you see the menu... then Choose "Advanced sub-menu". There you'll see several entries, some of which will be named "Recovery ..."... choose the first of those and you'll end up at a text console, and should see a coloured text menu with several options. [11:38] int: You need to choose "root shell" and that should get you to a console command line prompt. [11:38] habbasi: I dont have a UEFI boot handy and I dont remember, but TJ- perhaps can guide you how to edit the boot options [11:38] int: I'm hping we can fend off the PC freezing long enough by doing it that way, to give you time to add the blacklist entry [11:39] woah! irc still alive :D [11:39] hateball: I can edit. [11:39] hateball: UEFI uses regular GRUB boot menu, so highlight entry, press 'E', navigate to line beginning "linux ..." etc [11:39] hateball: It says the keys right there. [11:40] int: tell me when/if you get to the command line prompt [11:40] habbasi: so put "nouveau.blacklist=yes" without "" at the end of the line that TJ- said ^ and then boot [11:40] TJ-: OK, dropped to root shell prompt [11:41] hateball: It says the keys right there. Already did, no dice. [11:41] Could it be a USB3 issue? [11:41] habbasi: and what happens? just goes black at once or is it when X loads? [11:42] hateball: Soon as I select the entry to boot, with or without edits, the monitor turns black and goes to power save after a second or so. [11:42] habbasi: oh ;f [11:43] hateball: Aftter maybe one message that disappears too fast. [11:43] int: Type "mount -o remount,rw /" [11:44] TJ-: done. nothing happened [11:44] hey people [11:44] how do i get free bitcoins for a start [11:44] whois brum [11:44] Hello, pan-d. [11:44] pls [11:44] to the mines with you, pan-d [11:44] int: that's always a sign of success.. *nix tools only tell you if something goe wrong [11:44] pan-d: Short answer: mining. But you lose more on power. [11:44] pan-d: Than you gain in BTC. [11:44] Hi guys [11:44] TJ-: Ah, okay [11:44] int: type "ls /etc/modprobe.d/" so you get an idea of the files there [11:45] Any gluster expert around, have a question I can't seem to find an answer too anywhere.. [11:45] int: now you're going to create the blacklist file: "echo "blacklist ath9k" > /etc/modprobe.d/blacklist-ath9k.conf" [11:45] int: now do "ls /etc/modprobe.d/" again, you should see you file there now [11:46] If I mount a gluster volume from server1 with server2 as backup with the fuse mount, I understand that once server1 is down it will use server2 automatically. But what happens when server1 is back ? will it start automatically use server1 even if it doesn't have the latest data or keep using server2 until it goes down and then go back to server1 ? [11:46] int: and check its contents with "cat /etc/modprobe.d/blacklist-ath9k.conf" [11:46] int: type "sync" to ensure the disk is updated [11:47] SeerKan`: That might be a question for #ubuntu-server [11:47] ok thanks TJ-, I will try [11:48] Hi. I have question relating to a bash script on ubuntu. Script is called by a .bashrc when a guest user loggs on and it calls another one from within. It works fine (calling the second script) when launched from a terminal but not when started by a .bashrc [11:48] TJ: it returned "blacklist-ath9k". I guess it worked [11:48] oops, I meant TJ- [11:48] int: ahhh... error... that should be "blacklist ath9k" (a space separater) [11:49] TJ-: oh, there isn't a space. my phone just autocorrected it to that for some reason. [11:49] int: if that shows a hyphen separator, redo the command: [11:49] phones are the worst [11:49] int: Ahhh, DestructivePrediction :) [11:49] TJ-: you know it [11:49] int: OK ... you've fixed it (if the WiFi is the problem), you can type "exit" and the choose "resume boot" or whatever the top entry is [11:50] int: or you can do a complete reboot [11:50] TJ-: I'll do a clean reboot for the sake of it [11:52] I am trying to record my screen with recordmyscreen. the audio doesn't sync with video. why? [11:53] TJ-: hell yeah, wireless doesn't appear in my Network list [11:53] TJ-: I think it should be solved now [11:54] TJ-: thanks so much, I really appreciate it! [11:54] int: if you're going to open the laptop up you might consider simply buying an identical model adapter and replacing the existing one, so you have internal workign Wifi again [11:55] TJ-: I'll definitely consider it. I've been itching to learn how to mess with hardware for months now but never really bothered. This is a good excuse to, I guess. [11:56] int: see http://www.ebay.com.au/sch/i.html?_from=R40&_trksid=m570.l1313&_nkw=N53s+wifi&_sacat=0 [11:57] TJ-: oh, they're a lot cheaper than I thought they'd be [11:58] int: exactly. Just try to be sure you get one with the same Atheros AR9285 chipset, some will be Intel or Ralink or whatever [11:59] int: although the chipset won't stop it working, the different cards might have different functions, or lack some you expect, such as dual-band, or 802.11n [12:00] TJ-: Alright, noted. When I do replace it, I'd only have to delete hat blacklist-ath9k.conf file to reverse the block, right? [12:00] int: correct [12:00] TJ-: Nice. [12:00] int: that Intel card top of the listing looks good; I just checked its specs [12:02] int: search for "Intel 112BNHMW" and that will bring up many more options for a compatible card [12:04] hiyas all [12:04] TJ-: Yeah, I might get one of those. the other listing you posted were all international items with pretty expensive postage prices [12:05] int: yeah... I was trying to find you model-specific details to get an idea of compatible devices first, then widen the search based on what was discovered [12:05] TJ-, hateball: Installing with iGFX for now. Thanks for all the help, mates. [12:05] TJ-: Ah, alright [12:06] int any mini-PCI Express half-length card should do of course [12:07] habbasi: good luck. you should be able to add the nvidia PPA as I mentioned tho, and go from there [12:07] TJ-: I'd imagine so, the chip itself is a pretty generic wireless card from what I know. [12:08] int: yes, the limiter is the size of the space in the laptop and the screw posts mena it has to be half-length [12:08] hateball: Care to link me? [12:09] habbasi: https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [12:09] hateball: (This backscrolls and I lose it. [12:09] hateball: Thanks mate. [12:10] looking for a method to delete ramdisk that a family member thought could benefit the speed of this older pc, however I don't see any benefit. I'd like to remove it if poossibel. === total1ty is now known as Guest95238 === ws2k3_ is now known as ws2k3 === svetlana is now known as Svetlana [12:34] Last 3 times like 6 months ago and before that when I installed Catalyst for AMD drivers my ubuntu crashed all the time [12:34] Is it worth to try it now? [12:34] I want to play games and catalyst runs them faster [12:35] did you try the experimental drivers? [12:35] did you install from the website or use jockey? [12:35] sup [12:35] lucyfurnice: Do you mean beta catalyst? [12:35] ya [12:35] could be [12:35] mentazoom: well, i run them on my open source drivers, and everything works fine :) [12:35] I want to run CS GO, it doesn't run well with open source drivers [12:36] I can try again first with open source now, but does the stable catalyst crash Ubuntu for others too? [12:38] it works fine for me with HD 7900 series Mobile [12:38] When my laptop is fixed today by dell i will check it out, the opensource and the proprietary ones [12:38] I have 5850, maybe too old? [12:38] it shouldnt be =/ [12:39] lol, on a side note, the video card in this pc has 128mb ram and it is running well with nvidia proprietary drivers [12:39] I suppose that is different since the maker is different. [12:39] You have nvidia, they have better drivers don't they? === xubuntu is now known as Guest21581 [12:40] I'm not really sure about that for linux. I remember hearing about that a couple years ago for linux. Nvidia seemed to be the preferred thing for linux. Both of them seem fine to me =/ [12:40] Is there a way to change main monitor with dual monitors? The game is starting on wrong screen... [12:40] "Nvidia seemed to be the preferred thing for linux." [12:41] BotchlaB: ^ true/false? [12:41] mentazoom: set the Primary [12:41] SOmewhat off-topic, but just look up the video with Linus Torvalds, of all people, flipping Nvidia off in public and telling them "FU". [12:41] And decide for yourself if it's 'the preferred thing for Linux'. [12:42] TJ-: I can't find anything which says primary at Display settings [12:42] haha [12:42] I love him. [12:42] He helped me create a system of identity disassociation in which there is three layers around the individual [12:43] TJ-: Oh I had to set launcher where to which monitor I want as primary [12:43] lucyfurnice, BotchlaB take the chit chat elsewhere please [12:43] not personally help, but with his kernel structure, or os structure. [12:43] kk [12:43] go ahead and sercice some more nubs [12:44] thats uncalled for and unwelcome lucyfurnice [12:44] robot. [12:44] hi [12:44] yea the FPS is horrible with open source drivers [12:45] I'm afraid of catalyst, last time I had to reinstall [12:48] Should I try 'automatically detect and install your drivers' at AMD site? [12:49] mentazoom, https://help.ubuntu.com/community/BinaryDriverHowto/AMD [12:49] bazhanga [12:52] ioria: When I do the 'manual check' on drivers, the site doesn't respond.. [12:52] !list [12:52] bb_: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [12:52] mentazoom, have you filled all the fields ? [12:52] !list [12:52] The form just resets when I click 'display results' [12:53] yea [12:53] mentazoom, laptop, hd5850 , ubuntu 64 bit ? [12:54] Don't use the drivers from the AMD site, use the build-in restricted driver tool [12:54] ioria: Desktop and correct [12:54] mentazoom, http://support.amd.com/en-us/download/desktop?os=Ubuntu%20x86%2064 [12:55] ioria: I just download the latest from there? [12:55] mentazoom, but if you can use the ones delivered by your distro [12:55] ioria: Which one? [12:55] yeah, don't point to amd site, so we can fix the error later :-( [12:56] mentazoom, Don't use the drivers from the AMD site, use the build-in restricted driver tool [12:56] mentazoom, first you should read the page linked and understand the risks of doing that [12:56] OerHeks: How can I do that [12:57] ioria: I don't find HD 5850 for desktop at supported products on that page [12:57] mentazoom, type driver in dash/search and the icon should pop up [12:58] Could I just do System Setting -> updates -> drivers and choose fglrx from there? [12:58] Yes, that is the one [12:58] (you would get updates too) [12:58] OerHeks: fglrx or fglrx-updates [12:58] mentazoom, the safest way is with Additional Driver [12:59] ioria: Hmm, but that list doesn't say HD 5850 for desktop is supported on that page? [12:59] fglrx is stable, updates can give a newer driver. [13:00] ashley madison hack list === vins is now known as Guest93274 [13:00] So I'm getting two opinions, AMD site and the inbuilt in Ubuntu, what should I do, I don't want Ubuntu to crash all the time again [13:00] I'm newb so it's hard to fix stuff for me [13:00] how to correctly update mesa driver? [13:01] ||||| >>>>> WHAT IS YOUR DOMAIN NAME WORTH? Vist >>> www.VALBOT.com <<< FREE DOMAIN VALUATION! or GOOGLE >>> VALBOT.com <<< ||||| [13:01] mentazoom, the safest way is with Additional Driver [13:01] !ops [13:01] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang === Yukkino is now known as Dhs92 [13:01] mentazoom, the ubuntu help page i linked worth a read, believe me [13:01] ioria: Can I download form that site even if it doesn't say that 5xxx series are supported for desktop? [13:02] mentazoom, the HD 5 is supported [13:02] ioria: So I can just follow the 3.1 step? [13:03] mentazoom, no, read all the page, and then think about it and decide [13:03] ioria: The if I choose fglrx from Ubuntu, they can crash OS? [13:04] mentazoom, why ? [13:04] there is only one way to find out :-D [13:05] ioria: Just wondering if you it's unstable because you said that it's safest with Catalyst === Malsasa is now known as Guest24664 === Malsasa_ is now known as Malsasa [13:05] mentazoom, no, i said the safest way is with Additional Driver [13:05] hi [13:06] ok ty will try that then [13:12] hi, my wired network stopped to work after an update yesterday, I cannot even ping my router. I setup eth0 interface and routing table by hand but it didn't work. dmesg shows no problem. Anyone experiencing this same problem? [13:13] walac, wired, that is strange, tried to reset your router ? [13:13] OerHeks: yep, I have a Windows installation in another partition, and it works fine [13:14] walac: probably the ethernet interface has changed its name [13:15] Hi can anyone help me with a ubuntu installation problem [13:15] Flames: what's the problem? [13:15] TJ-: let me check [13:16] Basically I installed Ubuntu on virtualbox and just finished the installation. It asked me to reboot and I did and then asked for password [13:16] When I enter the password it just shows a purple screen and goes back to the login screen [13:16] TJ-: nope, it is still the same [13:17] walac: what kind of upgrade was it? did it include a kernel upgrade? [13:17] walac: also are you able to pastebin the result of "lspci -nnk" ? [13:17] TJ-: I didn't check, I did it through automatic update [13:18] Flames: ok, did you checksum the .iso? [13:19] No [13:19] Flames: EriC^^ sounds like a Unity/no GPU 3D acceleration issue [13:19] TJ-: https://pastebin.mozilla.org/8843942 [13:20] walac: so the Ethernet device is "00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection I217-LM [8086:153a] (rev 04)" ? [13:20] TJ-: yep [13:20] walac: can you "pastebinit /var/log/dmesg" ? [13:20] Flames: are you using virtualbox? [13:20] Yes [13:21] TJ-: yeah, but i usually don't choose any non-default options [13:21] EriC^^: does VB provide GPU acceleration by default, or does it need support in the guest? [13:21] Flames: try going to settings > display and set the memory to 128M and maybe enable 3D if it doesn't work [13:23] TJ-: there are some drivers you can install later, but usually i just install with the default settings and it works [13:23] Thanks, i'll try and let you know [13:24] it has "enable 3d acceleration and 2d video acceleration but both aren't enabled by default, i do increase the video memory to 128M though [13:24] Flames: ok [13:24] TJ-: cat /var/log/dmesg shows "(Nothing has been logged yet.). Here is the output of the dmesg command: https://pastebin.mozilla.org/8843944 [13:27] virtualbox 4.3 had some custom opengl implementation. it did work only with some combination of virtualbox and ubuntu [13:27] walac: ahhh, the joys of systemd journald! [13:28] Fellas, I'm back. Can't get screen to show with Ubuntu. Can get into Ubuntu from Recovery > Resume. GTX 970 and GA-Z97X-Gaming GT. [13:29] * walac looks at journald logs, but understands nothing [13:29] anyone setup sr-iov and kvm before? [13:29] no luck Eric [13:29] (Black screen, monitor goes into power save) [13:30] Already installed nvidia-255 from the PPA. [13:30] Also, Get message starting version 219. [13:30] Just before black screen. [13:31] walac: well the e1000e with eth0 seems to have started OK according to that. what does "ip link show dev eth0" report? [13:32] Flames: try right ctrl+f1, login [13:33] TJ-: https://pastebin.mozilla.org/8843945 [13:34] Hi! [13:34] walac: what happens if you try "sudo ip link set dev eth0 up" [13:34] Im new user on linux. [13:35] Its amazing [13:35] TJ-: it works, I can even add a IPV4 address to it [13:37] how do i bypass my ISP [13:38] bypass ISP portal how do i do it [13:38] walac: has that solved the issue, or is there something more required? [13:39] I'm getting login incorrect [13:39] pan-d, get a new one [13:39] lol compdoc [13:39] TJ-: it doesn't work, if I setup routing table and try to ping my router, it doesn't work [13:39] walac: if not, pastebin "sudo ethtool eth0" [13:39] walac whats the issue [13:40] pan-d: you can't bypass your ISP [13:40] TJ heard about dns tunneling but the technics too complicated with linux [13:40] pan-d: what do you mean by portal then? [13:41] yeah TJ i mean portal [13:41] pan-d: you mean you want to use HTTP without going through an authorisation stage? [13:41] yeah, you right TJ [13:41] Hi there, I want to ask some java questions, which channel could I join? [13:41] Actually it says welcome to ubuntu now but how do I boot up? [13:42] TJ-: https://pastebin.mozilla.org/8843949 [13:42] pan-d: that's not something we will help with here, since presumably it is against the Terms of Service of the ISP [13:43] walac: the link is up... are you sure the switch/router it is connected to isn't blocking it? Is there any VLAN involved? [13:43] thanks TJ i get it [13:43] so what's walac's prob [13:43] TJ-: yes, I am. No vlan involved [13:43] walac: "sudo tcpdump -vvni eth0" might give you a clue if there are any IP packets on the link [13:44] walac: you may see STP adverts and other packets, which would confirm the link is alive and working [13:45] walac: I'd also be trying a known-good ethernet cable on the basis the current one might be damaged [13:45] TJ-: yes, I see [13:45] Xubuntu screen going to power save after spinning boot screen and message "Starting version 219". [13:45] TJ-: I don't think it is hardware problem, everything works in my windows partition [13:45] walac: if the Tx cores are damaged you might see incoming packets but be unable to get transmitted packets to the switch [13:46] walac: Hmmm... well, put something on the other end of the cable and use tcpdump there to see if it is receiving packets [13:46] Flames: try cat /var/log/Xorg.0.log | nc termbin.com 9999 [13:46] paste the link here [13:48] walac: another issue could be some kind of power-save mode the interface has been put into, but as you've got a link up and can see packets I doubt that [13:48] habbasi: version 219 of what? [13:48] walac: you haven't got some local firewall rules blocking everything have you? [13:48] mcphail: Doesn't say. [13:49] habbasi: that's just systemd/udevd version left on console [13:49] mcphail: That's the entire message. I can get in by Advanced Options > Recovery > Resume [13:50] TJ-: thank you very much for all the help, I'll keep investigating here [13:50] habbasi: graphics driver problem? [13:51] mcphail: I thought so too. So Iwent in, installed nvidia-355 and still no dice. [13:51] mcphail: nomodset and nouveau.disable=yes have no effect. [13:51] habbasi: nomodset or nomodeset? [13:52] Hello, is there any way to get working a piece of hardware in linux that only have windows drivers? [13:52] http://termbin.com/sdbn [13:52] mcphail: ... I've been spelling it wrong this whole time? :/ [13:52] mcphail: Let me try and report back. [13:53] habbasi: it stops kernel mode setting [13:54] Flames: try without the mouse maybe [13:54] bazhang 是个傻逼 [13:54] bazhang 是个傻逼 [13:54] Flames: remove the mouse and type sudo service lightdm restart [13:54] bazhang 是个傻逼 [13:56] So there's no way? [13:57] Kurolox: if you are _sure_ there are no linux drivers for the hardware, it probably will not work. But remember linux has drivers for most hardware already built-in [13:58] Kurolox: so perhaps you should be a bit more specific about your problem, rather than asking hypotheticals [13:58] is anyone familiar with darkstat? [13:58] mcphail the hardware is connected, there's nothing for it in the additional drivers window and all the drivers for that specific hardware in the web page are only for windows [13:59] hello [13:59] Kurolox, so what hardware exactly? [13:59] is it possible to limit unattended-upgrade to 64 bit packages only ? [13:59] AverTV H727 HD [14:00] Kurolox: and you are sure it doesn't work by default? Have you tried a piece of software like vlc to see if it can read the card? [14:00] I tried, there's no signal at all [14:01] Kurolox: and is there any mention of the card in the logs (type "dmesg") after it is plugged in? [14:01] Kurolox: check "/var/log/dmesg" - it may require firmware loading [14:02] In var/log/dmesg nothing has been logged yet [14:02] anyone using a chromebook tohsiba 2? [14:03] xhydra [14:03] mcphail: Worked! [14:03] Kurolox, indeed, a quick search learns there is no solution (yet) http://doc.ubuntu-fr.org/tnt & http://www.linuxtv.org/wiki/index.php/AVerMedia [14:04] habbasi: nice one [14:04] * habbasi hugs mcphail and TJ- [14:04] Kurolox: ok, use "dmesg | less" and you can page through it. press / to start searching for text, G to goto end of file, gg to go to top of file, q to quit [14:04] habbasi: so it was a typo from the earliest point then? a missing 'e' ? [14:04] TJ-: Yep. :/ [14:04] well %$%^^&&! === Tsunami1 is now known as Guest3967 [14:05] I'll hang around and help sometimes. :D [14:06] OerHeks, should I be able to workarround it with a virtual machine running windows? Since is an internal card I don't really know if the VM will detect it [14:06] Kurolox, if the host is windows, maybe [14:07] I'm gonna try that and see what happens. I don't really need to make this working, but that would be awesome === Guest61674 is now known as dazm [14:09] Kurolox: I don't think you are going to find a non-ugly way to make that card work [14:11] Kurolox: I have an avermedia tv stick which is supported on linux, but the signal quality is awful. I will be avoiding their products in the future [14:11] signal quality usually is a function of a poor antenna [14:12] TJ-: plugged straight in to high quality antenna [14:12] TJ-: works under windows [14:13] mcphail: sounds like a firmware issue, unless the driver isn't fully supported [14:13] TJ-: yes. I hacked ont his for ages before giving up. But suppose we are straying offtopic ;) [14:14] coucou [14:15] hi [14:15] anyone using a chromebook? [14:15] pagios: you looking for a different answer from the one you got earlier about ubuntu on your chromebook? [14:16] mcphail: not really; could be an Ubuntu kernel/packaging issue :) I saw some issues with a WinTV 3-head card some time ago but eventually upstreamed the fixes for those, but not seen any issues where software caused poor signal. That suggests the signal isn't being amplified sufficiently. Are you able to extract an SNR report from the device? [14:16] dead searching for an answer === Shrooms` is now known as Shrooms [14:17] watch -n 1 cat /proc/net/wireless [14:17] pagios: [07:07] pagios: MIght be tricky with the Toshiba Chromebook. "Toshiba CB2 does not have Seabios..." from here http://www.tomshardware.co.uk/answers/id-2400256/install-ubuntu-toshiba-chromebook-crouton.html [14:17] somsip: my problem is having my android phone being detected on ubntun crouton [14:17] TJ-: I have lost interest in it entirely as my TV needs are met by online services these days. If you live in the UK I'd be happy to send it to you if you want to hack with it. [14:18] mcphail: ahhh... I use my devices for SDR based signals analysis [14:19] TJ-: sounds fun :) [14:24] I have a new computer with an i5 skylake, ddr4 ram and an AMD radeon 390... i'd LOVE to run ubuntu on it (Currently on Win 10), been wanting to make the change for years now... How compatible will be it with my hardware? I'd like to also be able to run games (Steam for linux) etc etc... I heard bad things about radeon GPUs & linux support, Please advise [14:27] How do I sign a docx document on ubuntu? [14:28] pagios: Just to rule out the MTP problem I mentioned before. Does ChromeOS recognize the phone? Because ChromeOS added support for MTP now. http://www.omgchrome.com/android-file-transfer-mrp-chrome-os/ [14:29] minimec: thanks for your concern, i tried that the phone does not show [14:31] hello , i am having a installation problem . ubuntu-15.04-desktop-i386 , i am new to UBUNTU i tried downloading power iso and installing using it . UBUNTU did not install . I removed teh power iso software an now i do not know how to install the os on my windows? can i get any help here? [14:31] pagios: So verify, that... 1.) ChromeOS is up to date; 2.) enable 'file transfer' only on the phone, no dev mode or what so ever. As long as CHromeOS doesn't see the phone, Chrubuntu cannot either, using the same kernel... [14:32] Norbin: most of the games which are available for linux will run on an AMD GPU. That's not to say it won't be without pain [14:33] Norbin: to be honest, most of the games which are available for linux will run on my low-end AMD APU using open source drivers. There aren't many graphically demanding linux games [14:34] mcphail any idea what's the story about amd drivers for linux being really poor for the new cards? [14:35] Norbin: the proprietary drivers are awful for any card, but do have the best compatibility and performance. Not sure how well your card is supported by the open source drivers. [14:35] Norbin: but you'd probably need a cutting-edge kernel for your CPU anyway [14:36] Norbin: if your card is supported well by open source drivers, the experience is very good [14:36] pagios: As a workaround: Install AirDroid on the phone and do your file transfer over WiFi... ;) [14:36] minimec: the weird thing is lsusb doesnt show the phone [14:36] nothing is changed when i plug or unplug [14:37] same lusb output [14:37] the cable is fine since when i use it and plug in another laptop it works [14:38] Norbin: the only graphically-intensive game I have in my library is Shadows of Mordor, and I hink you still need an nVidia card to play that [14:38] Why? drivers wise ? [14:38] minimec: i am on latest stable release 44.0.2403 [14:38] Norbin: yes, drivers [14:38] hello , i am having a installation problem . ubuntu-15.04-desktop-i386 , i am new to UBUNTU i tried downloading power iso and installing using it . UBUNTU did not install . I removed teh power iso software an now i do not know how to install the os on my windows? can i get any help here? [14:38] Hello! When I hit the function keys (F1-F12) not the function is invoked (for example F5 does not reaload in Firefox) but the "special function" of my laptop. Any idea why it is that way? I tried hitting/toggling the Fn key but that does not have any effect. [14:39] mcphail i see, so the drivers on the amd site are considered the open source ones ? [14:39] Norbin: no. The open source ones are built in to your linux distro by default [14:39] oh [14:39] Norbin: they are updated by using a newer kernel and mesa stack [14:40] honkmotor: I have the same with my X240. But I made it somehow so that the Fn key is illuminated. Now I get proper F-keys. [14:40] And "fglrx", that's some 3rd party drivers ? [14:40] Norbin: that is the AMD proprietary driver [14:40] i see... [14:40] minimec: i only see in dmesg: xhci_hcd setting latency timer to 64 [14:40] everytime i plug the phone via usb [14:41] Norbin: best to install from the Ubuntu repos rather than the AMD site, though [14:41] muelli: looks like its turned on its head on my machine. holding Fn makes the F-keys work normally. [14:41] Norbin: if you google for "Ubuntu binarydriverhowto" you'll find a page on AMD === dreamon__ is now known as dreamon [14:42] i think i will install ubuntu on a secondary SSD that i have and i don't use, see how things goes, and then decide whether or not i am ok with the overall performance of the whole system [14:42] !ati | Norbin [14:42] Norbin: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [14:42] is it possible to change the displayed traffic of darkstat from bytes to kbytes /mbytes? [14:43] Norbin: good idea. You may struggle getting it to run, as your CPU may not be supported by the current Ubuntu kernel (which is a bit old) [14:43] i don't know if this is OT but i'll ask anyway - is it really necessary to use vpn when making SSL (https) connections? or does SSL connections bypass the vpn? [14:43] Kalimero, man darkstat # should give you a clue [14:44] pagios: there is a reddit thread, where they also mention that mtp is not working on Crouton. (search for 'mtp') -> https://www.reddit.com/r/chromeos/comments/1w1vvb/how_well_does_your_android_device_work_with_your/ [14:44] ki7rw: depends whether you want to show your real IP address, I suppose [14:44] hello , i am having a installation problem . ubuntu-15.04-desktop-i386 , i am new to UBUNTU i tried downloading power iso and installing using it . UBUNTU did not install . I removed teh power iso software an now i do not know how to install the os on my windows? can i get any help here? [14:45] i see, thanks... i will t ry it now [14:45] OerHeks, i looked at it already but first there is no option and second it concerns only the terminal output. I want to change the traffic values of the web-based monitor [14:45] thanks auronandace for hte link, reading it now [14:45] muelli: found it! there is a function key for switching the mode :) curious if that will survive a reboot. alternatively, maybe there is a bios setting for that. [14:46] honkmotor: mind sharing your make and model and how you've "solved" your problem? for the archives... [14:46] muelli: its the dell xps 13. i just hold Fn and then hit ESC [14:46] U-bantu: are you using a VM to install ubuntu? [14:46] muelli: on the ESC key, there is a little "Fn" symbol with a lock.. Thats how I guessed it. [14:47] muelli: the xps 13 is a completely amazing machine. only thing that behaves a bit strange is the touchpad. looks like "palm detection" is needed but somehow does not work. [14:48] can u guys please confirm the instructions posted here are "safe" for installing ubuntu on a secondary HDD? wouldnt want to screw up my main ssd/window install: http://askubuntu.com/questions/312782/how-to-install-ubuntu-on-separate-hard-drive-in-a-dual-boot [14:48] Kalimero, well, i don't see that option either [14:49] it's a completely different physical ssd, not partition or anything. [14:49] Norbin, depends where you place grub2, it should be on the main drive that boots [14:50] U-bantu: what is power iso? a burning app? [14:50] /msg NickServ VERIFY REGISTER Medax eexsdvvjhawk [14:50] Medax, change your password :-) [14:50] BluesKaj: i think it is some thing like that [14:51] U-bantu: do you know what a virtual machine or VM is ? [14:51] Norbin: if you choose the correct hd/partition, the windows partition will not be changed. [14:52] BluesKaj: no [14:53] Norbin: the only thing that could get fucked up then is the boot sector. but in my experience it always worked without problems. and a messeda up boot sector can usually easily be repaired if it is messed up. === RCL_ is now known as Epic|rcl [14:54] Hobbyboy: no need for the 'f' word [14:54] oops he left [14:54] so My setup right now is this: Disk 0 = Windows (spliited into 3 partitions, 450MB recovery, 100mb EFI, 232GB Boot/primary, "C") - Disk1 120GB SSD which is an empty NTFS (Where I want ubuntu installed), and another Disk2+Disk3 which are storage NTFS HDDs... [14:55] Hey I was testing 15.10 on one of my systems and ran into a potential issue with dm-raid and systemd's fsck at boot. Any tips on how to get at any log information which would help me out? [14:55] BluesKaj: i have the downloaded iso file [14:55] vertago1, support in #ubuntu+1 until release [14:55] hello here! Is here anyone around, who can help me? I want to fix this bug: https://bugs.launchpad.net/ubuntu/+source/sahara/+bug/1452698 I found this instruction: http://packaging.ubuntu.com/html/fixing-a-bug.html is it correct? [14:55] Launchpad bug 1452698 in sahara (Ubuntu) "Issue in sahara-common.postinst.in: sahara-db-manage is executet on fresh install (even without a db-connection)" [High,Confirmed] === Spec_ is now known as Spec [14:56] OerHeks, thanks [14:57] !taptoclick [14:58] what is tap to click? [14:59] jjavaholic: sounds like you are referring to using a touchpad, where you tap on it and it is registered as a left click on a mouse [15:00] as opposed to using the buttons [15:01] minimec: it works fine on my old note3 [15:01] note4 doesnt work [15:01] so it is a phone issue i think [15:02] i am having a installation problem . ubuntu-15.04-desktop-i386 , i am new to UBUNTU i tried downloading power iso and installing using it . UBUNTU did not install . I removed teh power iso software an now i do not know how to install the os on my windows? can i get any help here? [15:05] pagios: I see. So that crouton 'thing' is rather good... [15:05] am i better off with 15.04 for a new skylake rig ? [15:06] U-bantu: you should write the ubuntu iso to the DVD and use that to boot ubuntu and try it out without installing it first [15:06] U-bantu: you burn the iso to a disk then boot from it, you don't install it from inside windows [15:06] U-bantu: then you can continue installing it using the DVD if you wish to do so [15:07] U-bantu: but you need to shutdown windows and start the computer and boot from disk (you might need to press F2 or F8 or F12 or Del) depending on your machine and choose boot from disk on Bios settings [15:09] auronandace: mkanyicy: thanks for the response but i get that there is a way to install in from inside windows do you know any thing about it? [15:10] U-bantu: you could install it in a vm. virtualbox is a good place to start [15:11] do i need to download virtual box? [15:11] U-bantu: indeed [15:11] yeah.. or vmware player [15:11] both free [15:11] i find vmplayer much better [15:11] always getting random errors on virtual box o0 [15:11] U-bantu, just install the package [15:11] U-bantu: vitualbox is free and open source, vmplayer is free but closed source, the choice is yours [15:13] auronandace:Norbin:compdoc: thank you all i will try [15:13] U-bantu: don't use wubi [15:13] in case it comes up while you're searching or so [15:14] Grrr; after all this time found a really annoying bug in libvirt/virt-manager! Connecting a Host USB device has the user select by the device's position on the bus, but then it tries to start guest using the device's Vendor:Product ID - so if there are more than 1 device it fails the entire VM [15:14] Howdy ... where does upstart store it's error logs? [15:15] Hi, installed external HDD, reformatted with gparted to Ext3 - problem I can't get r/w permissions, can't get 'chown' to work for me either [15:15] !upstart | zetheroo perhaps your answer is here [15:15] zetheroo perhaps your answer is here: Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [15:15] zetheroo: "/var/log/upstart/" surprisingly :) [15:15] zetheroo: If hey are huge (GBs), the will show up on disk usage [15:16] Nokaji: how are you mounting it? [15:16] also why ext3, why not ext4? [15:16] ok, I saw the log in /var/logs/ ... but it was empty ... === ubuntu-mate is now known as ubuntu-noob [15:16] EriC^^: Tried variously through disks, gparted and right click, not tried terminal [15:16] closed and reopened it now and there is something in there :) [15:17] zetheroo: Is the system using upstart, or systemd? [15:17] tried re-connecting cable too [15:17] Nokaji: try typing lsblk | nc termbin.com 9999 [15:17] ok [15:18] hello i put ubuntu mate in a 8gb usb whit unebootin [15:18] EriC^^: http://termbin.com/aqtc [15:18] i thik i was instaling it but it dinot remenber my configuration [15:18] how do i install it [15:19] EriC^^: It's the line with - sdc1 8:33 0 232.9G 0 part /media/tris/V 250GB BU [15:21] Nokaji: ok, if you type touch "/media/tris/V 250GB BU/something" [15:21] what do you get? === pabed1 is now known as pabed [15:23] EriC^^: I typed the whole thing [touch "/media/tris/V 250GB BU/something"] - I get 'permission denied [15:23] type ls -ld "/media/tris/V 250GB BU" [15:23] Nokaji: and id [15:24] EriC^^: uid=1000(tris) gid=1000(tris) groups=1000(tris),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),108(lpadmin),124(sambashare),126(kismet) === gamekathu is now known as gamekathu_ === gamekathu_ is now known as gamekathu [15:26] Hi! Can someone help me. I'm trying to create a live flash drive using !usb but when I use it I get the msg Failed to load COM32 file gfxboot.c32 Am i doing something wrong or is it the software? Thanks! [15:27] daniel72-72: how are you creating the live usb? [15:29] daniel72-72: UNetbootin is one tool you could try [15:29] Using Startup Disk Creator [15:30] daniel72-72: try using dd, and if you have a different usb try it [15:30] most likely it's a bad usb [15:30] https://www.youtube.com/watch?v=WRWrmT0ovPE [15:31] daniel72-72: did you checksum the .iso? [15:32] daniel72-72: i think it's a problem with startup disk creator, dd should work [15:32] daniel72-72: I guess I can help you. When you get the message, hit the 'TAB' key. You have to add some memory information for the kernel to boot. Add 'mem=2048M'. [15:32] daniel72-72: also there's a workaround https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1360823 [15:32] Launchpad bug 1325801 in usb-creator (Ubuntu Trusty) "duplicate for #1360823 failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:" [Critical,In progress] [15:34] EriC^^: Oh, I have a Lost+Found folder on the drive (the only thing there) plus possibly 3.8GB being used, mysteriously [15:34] hi people i'm using www.intodns.com but my mail always gets in-addr.arpa -> not-assigned [15:35] how can i get the mail server sign on XXX.in-addr.arpa [15:35] ? [15:35] hi guys, i was trying to make build and install avconv in ubuntu 14.04 found in here http://askubuntu.com/questions/544533/how-to-install-avconv-with-libfdk-aac-on-ubuntu-14-04 [15:36] but unfortunately i cant make it function the way it should be [15:36] i follow all the instruction there, but no luck [15:37] please help [15:37] Nokaji: did you type ls -ld ..... ? [15:37] not yet [15:37] whats that for? [15:38] Nokaji: the 3.8G might be the 5% or so that is reserved in case the fs gets full [15:38] oh, sorry, missed the ls-ld bit ... gimee a moment ... [15:38] oh sorry EriC^^ [15:38] :) [15:40] EriC^^: drwxr-xr-x 3 root root 4096 Aug 26 13:12 /media/tris/V 250GB BU [15:40] what is wubi.exe? [15:40] U-bantu: something evil [15:40] oh oo-) [15:41] Nokaji: ok, type sudo umount /dev/sdc1 [15:41] !wubi | U-bantu [15:41] U-bantu: 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. [15:42] EriC^^: okay, is the next bit remount via terminal/sudo? [15:42] Nokaji: no, open the file manager and click on the partition to mount it [15:42] ubottu: Ok [15:42] You're welcome! But keep in mind I'm just a bot ;-) [15:42] Thanks for the help guys!! I aways get an answer arround here! [15:42] ok - nautilus? [15:43] yeah [15:43] hey, how would you guys check what package installed a given file on the computer [15:43] qdii: dpkg -S [15:44] EriC^^: Okay , so far I can't paste anything to the drive [15:44] Nokaji: hmm, type ls -ld /media... again [15:44] EriC^^: thanks ! [15:45] Nokaji: it should mount as your user [15:45] qdii: np [15:45] Eric; thought you might ask that but i didn't want to screw everything up by trying drwxr-xr-x 3 root root 4096 Aug 26 13:12 /media/tris/V 250GB BU [15:45] looks the same [15:45] Nokaji: ok, type sudo umount /dev/sdc1 again [15:45] okie [15:46] is the dir still there? type ls -ld again [15:46] EriC^^: Still visible in nuatilus but unmounted ... tryng next step ... [15:47] it should have disappeared [15:47] EriC^^: drwxr-xr-x 26 root root 4096 Aug 24 03:55 [15:47] ill brb 1 sec [15:47] np [15:48] Nokaji: EriC^^: how about "sudo rmdir /media/tris/V 250GB\ BU" then "udisksctl mount --block-device /dev/sdc1" -- manual control of the user auto-mounting? [15:49] Nokaji: what file system is the device using? [15:49] Nokaji: EriC^^: typo (grrr @ spaces) "sudo rmdir /media/tris/V\ 250GB\ BU" [15:49] Ext3 === rideh is now known as rideh^ [15:50] Nokaji: that makes things a LOT easier [15:50] :) [15:50] EriC^^: rmdir: failed to remove ‘/media/tris/V 250GB BU’: No such file or directory [15:50] trying next line ..... [15:51] Mounted /dev/sdc1 at /media/tris/V 250GB BU. [15:51] Nokaji: i'm back [15:51] unmount it [15:51] sudo umount /dev/sdc1 [15:51] Nokaji: the first command (rmdir) may have failed if the name of the directory wasn't exactly correct. With those spaces it is hard to tell on IRC where the name starts and ends [15:52] EriC^^: we just mounted it with udisks [15:52] yes try the command with rmdir [15:52] yeah i know [15:52] i meant after the sudo umount command [15:52] Nokaji Don't try rmdir right now! [15:52] what is the wubi.exe size? [15:52] U-bantu: forget wubi.exe [15:52] Nokaji: what does "mount | grep sdc1" report? [15:52] it's an illusion [15:52] :P [15:53] hmh ... [15:53] :( [15:53] U-bantu: why don't you dual boot? [15:53] TJ-: Doesn't report anythring [15:53] you could install ubuntu to a usb if you want even [15:53] yeah but how do i do that? [15:54] shall I try the rm thng now [15:54] Nokaji: OK, so you must have just done a umount ? [15:54] U-bantu: wubi is dead. It hasn't been deveoped for over 5 YEARS [15:54] EriC^^: can you explain? [15:54] TJ-: currenlty it is not mounted, yeah [15:54] !usb | U-bantu [15:54] U-bantu: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [15:55] Nokaji: OK. first check the *exact* name of the mountpoint directory, if it still exists: "ls -l /media/tris/" [15:55] U-bantu: get 2 usb's one for the live usb, and the other to install ubuntu to, and in the installer choose Something else at the bottom when it asks how to install and install it to the usb [15:55] Nokaji: then if it does exist do "sudo rmdir /media/tris/" [15:56] Nokaji: then check the directory has gone: "ls -l /media/tris/" [15:56] Nokaji: use quotes, sudo rmdir "/media/tris/....." [15:56] yeah that ^^^^ [15:56] auronandace:ubottu: EriC^^: Ok [15:56] EriC^^: what is the actual problem here anyhow? :D [15:56] EriC^^: It mounted correctly [15:57] TJ-: i think he used disks to mount a fresh partition and he can't create, checked the mountpoint in /media it's owned by root and persistent [15:57] TJ-: not showing up wit ls -l ... proly as unmountedf [15:57] so i guess disks created the mountpoint as owned by root or something [15:58] EriC^^: for ext* that is expected behaviour. The mountpoint adopts the ownership of the root directory of the file-system, which after creation will be root:root [15:58] U-bantu: if you want to test the OS you can use virtualbox [15:58] TJ-: ah really? [15:59] i thought it would get the permissions of the mountpoint and the subdirs just persist [15:59] EriC^^: Only permission-less file-systems such as FAT mount with user ownership since they don't have any ownership info of their own [15:59] TJ-: oops, did rmdir anyway without noticing the clause - it wasn't there to begin with [15:59] Hi, how do i run a .py script in my downloads folder? [15:59] Nokaji: that's OK - can't rmdir what isn't there [15:59] When finished go to your Downloaded items and run the application using the following command: [15:59] python SecureW2_JoinNow.py [15:59] Nokaji: I think you may have been chasing a red herring [15:59] TJ-: it doesn't make much sense though, if you have a dir owned already by a user, and you mount under it, the perms of that dir would change? [16:00] got these instructtions to get acces to my univeristy wifi network...but no idea how i can run it [16:00] and when you unmount the fs, the dir changes back? [16:00] TJ-: I read somewhere to avoid this perhaps i should have configured the drive whilst logged on under sudo, to retain ownership - maybe not [16:02] Nokaji: i guess you have to do sudo chown tris: "/media/tris/V 250GB BU" [16:02] EriC^^: External drives are treated differently, from what I've scoured on the net [16:02] trying it .. [16:03] did you mount it again? [16:03] mount it from nautilus first [16:04] Hey! [16:04] I see a change! [16:04] new folder/doc options!! [16:04] no idea what you id EriC^^ but we have major progress here! [16:04] did* [16:05] & TJ- ofc, thanks to both [16:05] lemme see if I can paste something [16:05] TJ-, can you help me with this? have to run a python script [16:06] Nokaji: great, np [16:06] EriC^^: -&- TJ-: Amazing stuff! - it works just fine! [16:06] i'm backing up my old machine to a new one. both kubuntu trusty. there are probably things i manually installed. is there a way to efficiently list everything outside /home, /tmp and a couple of others that doesnt belong to a package and tar everything up? [16:07] EriC^^: / TJ-: Hopefully it will remain fixed, perhaps you could explain what we did here so i can read up on it, i tried chown before with no joy [16:07] ideally, modified files would show up as well :) [16:07] So i recently installed cryptsetup on a server which triggered a initramfs , which then gave a mdadm error YOUR SYSTEM IS NOW UNBOOTABLE! [16:07] That was real dedication to the cause chaps, i much appreciate your help on this one [16:07] TomyWork: how much space does everything outside of /home make up? === pabed1 is now known as pabed [16:08] ActionParsnip less than i have available on the new machine :) [16:08] Nokaji: as TJ- said the fs has a root dir, like "/" and that dir is set to root as the owner [16:08] TomyWork: but do you have that amount of space on a USB drive etc? [16:08] no, but there's sshfs [16:09] or nfs if i want to hurt myself :) [16:09] Nokaji: so whenever you mount it, it'll be owned by root even if your user mounts it, it should always work now though as you chown'd the dir [16:10] TomyWork: you could tar everything except /home and /var/log then if you need anything from the old system you can extract it from the archive [16:10] okay EriC^^: I'll save the log for this one and go through it again at my leisure - I see roughly what you are saying, though - many thanks indeed [16:11] Nokaji: no problem [16:12] ActionParsnip i know myself, i would probably have that around for a year or so :) [16:15] nvm [16:15] got it working lol [16:15] kasper: how's it going with the PC now? [16:17] TJ-, it's good...can you send me the command again i had to execute yesterday? i PM'd it to myself but shutdown the mac [16:17] haven't done it cause got stuck updating win7 untill 3 am [16:17] i an virtual box and i get the error FATAL: NO BOOTABLE MEDIUM FOUND SYSTEM HALTED. what do i do? [16:18] kasper: I can't remember what it was ... what did it do?! [16:18] it undid something we installed [16:18] *I am in [16:18] U-bantu: did you mount the ISO in virtualbox? [16:18] a module? [16:18] firmware? [16:18] hello, cloning a partition to other one is a worst idea, lubuntu have big serious problem [16:18] ActionParsnip: How do i od that? [16:18] U-bantu: you need to tell Virtualbox to use the IS you downloaded [16:18] not sure how crucial it is TJ- [16:19] ActionParsnip:Ok will see [16:19] U-bantu: wait...you just expected to run virtualbox and it magically know what you wanted to do? Think about it...... [16:19] U-bantu: you just built a system with n o OS on it and powered it up [16:19] U-bantu: you need the CD to install the OS [16:20] !vbox | U-bantu, this is the moment where reading the literature, which is abundant, would aid you greatly. [16:20] U-bantu, this is the moment where reading the literature, which is abundant, would aid you greatly.: Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox [16:20] kasper: oh, was it to remove the hp-wmi module? "sudo dkms remove hp-wmi/1.01 -all" [16:20] U-bantu: but virtualbox can work with the ISO file you downloaded [16:20] TJ-, yes thanks! [16:21] TJ-, Error! Unknown option: -all [16:21] kasper: drop te -all [16:21] ubottu: thank you [16:21] You're welcome! But keep in mind I'm just a bot ;-) [16:21] kasper: I think I meant "-k all" actually :D [16:21] yaaaay! Just dual booted Ubuntu on my windows laptop last night. Finally have a machine that can play games and get work done ;) [16:22] ActionParsnip: how do i take it to iso fle? [16:22] Hello all,i need help for installing gerix on Linux mint. can someone tell me wich cahnnel i have to join for help? thx [16:22] Midoshi27: psst, it already could ;) but good job. [16:22] U-bantu: in the setings of the VM, under storage [16:22] !mint | sushi__ [16:22] sushi__: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [16:22] !mint |sushi__, [16:22] sushi__,: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [16:22] TJ-, Error! There is no instance of hp-wmi 1.01 [16:22] for kernel all (i686) located in the DKMS tree. [16:22] daftykins: I was gonna wait to install Windows 10 then decided... fuck Windows 10 [16:22] kasper: hmmm, you must have uninstalled it already [16:22] weird [16:22] Midoshi27: inappropriate language for here - also chat in #ubuntu-offtopic not here thanks. support only. [16:22] Midoshi27, no profanity. no need. follow the guidelines. [16:23] OK...pretty sure that's what needed to be done [16:23] kasper: "sudo dkms status" [16:23] woops [16:23] TJ-, working on this thing today in class was an absolute dream [16:23] battery life of 4,5 hours in ubuntu...about 2,5 in win7 [16:23] after cloning lubuntu from old disk ( bad sectors "physical" ), not work when puting my password the loging returned back, i created a new user and another problem no partition from the two other disk can be mounted ( unknown partition ), i trying to install xfce DE on lubuntu to see if that correct something but same think, i trying to reinstall it and another big problem, lirc, automation and other program just gone, the home folder is always here but th [16:23] e interested program gone [16:23] kasper: you get more reward when you know the pain you had to go through, to get it there :) [16:24] kasper: shows windows wasn't set up properly ;) [16:25] daftykins, imho it shows windows sucks...plus in windows there is 1.2GB of RAM in use the whole time [16:25] kadiro: a different DE wont fix disk access [16:25] even if i dont do anything at all [16:25] TJ-, hp-wmi, 1.01, 3.19.0-26-generic, i686: installed [16:25] kasper: nah - disagree :) but ah well, off topic here [16:25] kadiro: check RAM using Memtest86 from Grub [16:25] did it [16:25] passed every test [16:25] kadiro: may want to test your disk using fsck from Ubuntu liveCD [16:25] kasper: it lied to us! Try "sudo dkms remove hp-wmi/1.01 -k 3.19.0-26-generic" [16:25] ActionParsnip: no ram is ok i'm now from another disto and all fine [16:26] why all interested program just gone [16:26] So I successfully installed Ubuntu into my secondary SSD, once it boots into ubuntu the login screen will not stop flickering rapidly, can't see anything on the screen really... 15.04, skylake i5, radeon 390 [16:26] daftykins, you could be right...it was installed in the shop [16:26] ah [16:26] kasper: i'd check the file system from liveCD [16:26] kasper: if that fails add the arch Try "sudo dkms remove hp-wmi/1.01 -k 3.19.0-26-generic/i686" [16:26] daftykins, but i am not sure if i will f*ck things up if i do a clean win7 install with ubuntu on dual boot...to keep things on topic [16:26] Norbin: could try the intel driver installer [16:27] kasper: even masked language is not acceptable here. [16:27] intel driver? with amd card ? [16:27] i am not connected to the onboard card [16:27] ActionParsnip: how to get all my programs installed before to work again? [16:27] it seem not installed [16:27] TJ-, that worked! [16:27] thanks [16:27] maybe i should install gpu drivers from recovery? if that's even possible ? [16:27] kasper: if the file system is broken I wouldn't touch it [16:28] kasper: when I need legal advice I'll seek you out :P [16:28] Norbin: Yes, hence why I said "could try the intel driver installer" [16:28] TJ-, funny thing is...on a 5GHZ network now and the wireless light is flashing orange and blue like crazy [16:28] kasper: at least it is doing something :) [16:28] TJ-, absolutely...covering international law next semester [16:28] Norbin: OmgUbuntu has a nic guide [16:28] I need to reinstall all of them?? [16:28] TJ-, what's your country of residence? [16:28] kadiro: if the fsck fixes the disk then no... [16:29] kasper: England [16:29] ah that's common law...covering that in october [16:29] ActionParsnip: the system said that my programs are not installed [16:29] so all good as long as you stay out of jail till after the december exams TJ- :D [16:30] after that i can help you out :D [16:30] after booting from live lubuntu and reinstalling the system this problem happen [16:30] kasper: I had a police helicopter following me and the Huskies around the farm this afternoon - I think someone may have escaped from the nearby prison :) [16:30] !ot | TJ-, [16:30] TJ-,: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [16:31] Normal service will resume shortly [16:31] TJ-, as long as you don't give them shelter and lie to the cops about it you should be fine [16:32] I think linux system have no reinstall [16:32] Guys should i switch to KDE from unity what are your pro's and con's and do you suggest any other DE (cinnamon maybe)? [16:32] so TJ- any experience with ubuntu and win7 dual boots? can i do a fresh iso reinstall of win7 without messing things up in ubuntu? [16:32] i followed some web site and said it will do but not [16:32] or is this off topic? sorry [16:32] mavensays, install them, test them, and decide for yourself. [16:33] mavensays: Unity take more RAM than gnome3, gnome2, and finally kde, so kde is best for you [16:34] @cfhowlett true, i am a big fan of gnome 2 who switched to unity with gnome 2 fallback & i have used KDE before was not very happy with it but off late friends are recommending KDE 5+ [16:34] mavensays, unless your friends are using YOUR machine, you might find it more informative to just --- test them for yourself. free and easy to do. [16:34] kasper: on BIOS/Legacy installs, GRUB's bootstrap code in the MBR will be replaced by Windows, so the best thing to do is save it first with "sudo dd if=/dev/sda bs=512 count=1 of=/home/$USER/mbr.bin" then you can boot from a live ISO later, mount the file-system, and write that file back with "sudo dd if=//home//mbr.bin of=/dev/sdX" where X is the drive letter [16:35] !flavors | mavensays [16:35] mavensays: !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu. [16:35] TJ-, thanks! [16:39] so I'm having an issue with my digital ocean node [16:39] it has been quite a while since I updated [16:40] RustyShackleford: they have great support then, since you pay them... [16:40] i would speak with them first. [16:41] when I run "sudo aptitude update", I get some rather wierd output [16:41] yeah I guess I'll see what kind of support they have [16:41] well "sudo apt update" would make more sense [16:41] and you can't really say that without a pastebin :) [16:41] yeah I'm working on it haha [16:41] but yes, consult the people you pay before you ask volunteers for their time. [16:41] I prefer aptitude, but I could try apt-get and see if that makes a difference [16:42] Failed to fetch http://mirrors.digitalocean.com/ubuntu/dists/utopic-backports/universe/source/Sources: 404 Not Fo [16:42] und [IP: 192.241.164.26 80] [16:42] utopic, good lord [16:42] yeah your release is dead. [16:42] !utopic [16:42] Ubuntu 14.10 (Utopic Unicorn) was the 21st release of Ubuntu. Support ended on July 23rd, 2015. See !eol, !upgrade and http://ubottu.com/y/utopic [16:42] you shouldn't be using that :) [16:42] so... is that the reason for a 404 error? [16:43] they've likely taken down those sections since utopic is dead, yes [16:43] which would likely be in their help... [16:43] and can I upgrade to a newer version of ubuntu without having my current install up to date? [16:44] not ideal [16:44] backup + create a new droplet then migrate the data [16:44] easiest way [16:44] i'd really rather not spin up a new instance... but I suppose you're right [16:45] better start backing up my config files [16:45] shouldnt have ignored LTS then ;) [16:45] ^ [16:45] RustyShackleford: you should be on 14.04 [16:45] should I install 14.04 instead of 15.04? [16:46] i just said [16:46] the plan was to keep it up to date haha. Its funny how that didn't happen [16:46] RustyShackleford: 14.04 is the LTS. I would advise NOT upgrading until the next LTS comes out [16:59] anyone here manage to pull 100 hour work week? [16:59] Matt_teni, this is ubuntu support. please stay on topic === pabed1 is now known as pabed [17:06] hello. Question. I have a clone of the amd64 archive.ubuntu.com, but of course my client needs some i386 packages. I'm cloning w/ a tool called cobbler, which uses debmirror under the hood.. [17:06] the question i have is, [17:06] should i replicate the i386 repo in the *same* path as my current amd64 repo url? [17:07] or can i specify a seperate repo for i386 in /etc/apt/sources.list [17:07] championofcyrodi: you can do either [17:07] TJ- which would you do? [17:07] i'm okay w/ dumping it all in 1 [17:08] since its all 'trusty' [17:08] championofcyrodi: if you want to limit a deb: entry to a list of architectures simply use the form "deb [arch=i386,amd64] http..." [17:08] i think i might like the modular approach to having my 32 bit repo separate [17:08] championofcyrodi: you could have 2 deb: lines, one for amd64 and the other for i386, if you wished [17:08] gotcha. that is what i was looking for... [17:09] the deb [arch] optional flag [17:09] Any suggestions for an alarm clock for ubuntu? [17:09] maybe i should have done 'man sources.list' or something [17:09] Hi, how can I kill all of the processes that show up after the following command: ps aux | grep libreoffice [17:09] killall libreoffice ? [17:10] TJ- thanks again [17:10] daftykins: did not know that there was a killall command, looking it up [17:12] daftykins: I get: libreoffice: no process found [17:12] daftykins: but if I run ps aux | grep libreoffice, it shows 6 processes [17:12] Hamiltonian__: try pkill libreoffice [17:12] it has to match the actual binaries, so if it's the beginning or end you might add a * [17:15] Eric^^ that did not run into an error, but did not kill the processes [17:15] When I run ps aux | grep libreoffice, this is what I see: http://i.imgur.com/ZJFhPgS.png [17:15] Hamiltonian__ be careful with killall [17:15] on solaris it really kills all [17:16] Hamiltonian__: you could try pkill /usr/lib/libreoffice [17:16] and pkill is usually the better choice anyway [17:16] TomyWork, haha looks like I got lucky, everything's still running ;) [17:16] hello [17:16] how do i do middle-click paste in ubuntu [17:16] on a device with a trackpad [17:16] but no mouse [17:16] Hamiltonian__ lucky... or not on a solaris [17:16] beaky: shift+insert [17:17] EriC^^ that's not the same [17:17] EriC^^ wow thanks [17:17] Hi all [17:17] EriC^^, I would like general method that can take the output of ps aux | grep XXX and kill all of those processes, is it possible? [17:17] wow this is seriously old skool [17:17] beaky look up "3 button emulation" or something on google [17:17] wow after 4 years of using ubuntu i just learned how to paste [17:17] without middle clck [17:17] ctrl-v in most applications [17:17] Have been 10.04.3 LTS support ended? Can't undestand this at full https://wiki.ubuntu.com/Releases [17:18] Hamiltonian__: you could kill them from htop i think [17:18] terminals require shift-ins (or ctrl-shift-v on some terminals) [17:18] Ultra4, yes it's done [17:18] cfhowlett: thanks [17:18] Ultra4: all 10.04 versions are EOl now [17:18] If the processes are stuck, you'll need kill -KILL not the default kill -TERM [17:18] Ultra4: if the version you look at is under the "End of life" category, it's got no more support [17:18] teward: ty [17:19] you say "kill=$(pgrep libreoffice)" and then you can say "kill -KILL $kill" [17:19] heh overkill [17:20] Hamiltonian__: ah so the actual program is oosplash. [17:20] Hamiltonian__: killall oosplash [17:20] TomyWork: yes it is, shift+insert is like pressing the middle mouse to paste, no? [17:20] nope [17:20] what do you mean nope? [17:21] highlight something, press shift+insert, eh voila [17:21] middle mouse pastes the primary selection, shift+ins pastes the clipboard [17:21] no, shift+ctrl+v pastes the clipboard, shift+insert pastes the selection, as does middle mouse button [17:21] try it ;) [17:22] daftykins, killing oosplash did it, thanks man! [17:22] cant [17:22] np [17:22] i told Konsole to copy to both :D [17:23] EriC^^ the only application i have that does that is xterm [17:23] everything else behaves like i said [17:24] you've modded it that way i guess [17:24] nope [17:24] KDE behaviour i guess [17:24] and i'm glad it's that way [17:24] i use ctrl-v and shift-ins interchangably [17:24] whatever is closest [17:25] in vi it's just p/P [17:25] :) [17:25] that's a 3rd clipboard :) [17:26] the thing i like about vi, is that it tells you to basically go home when your brain is tired, by frustrating the hell out of you. [17:27] unless you work at home, then you go make a sandwich i guess [17:32] i use mcedit whenever i'm forced to use a console. kate otherwise [17:33] vi... only with git [17:33] What /70 [17:33] ls [17:33] hi there [17:33] I have a question: one of my monitors is a really low end iiyama monitor and looks horrible when not callibrated. On windows I used to use the built in calibration tool which used to work (no hardware needed just "by eye" calibration). However I can't seem to figure out how to do this on a gnu system. Any ideas? I tried installing dipscalGUI but it required calibration hardware which I do not have. Any thoughts? [17:34] 404 Not Found [17:34] AndriusBartulis a gnu system is basically just the console, i think you mean X, right? :) [17:35] your desktop environment probably has some kind of tool to help you [17:35] which one do you use? gnome? kde? xfce? [17:36] TomyWork, depends how you look at it, but yeah. Unity has Device Color Profiles tool but it only allows me to load profiles, as the calibrate button is grayed out (because I guess it needs hardware again, but I want software only calibration) [17:36] how can I use geometry on a program that doesnt support '-geometry HxW+v+h' parameter? [17:36] noticed my server went into read only mode, so I rebooted, and now fsck finds errors. However, its asking me to "Press F to attempt to fix the errors", this does nothing (in fact none of the options do anything). I tried booting into recovery mode, but there it just hangs after a bunch of system messages. How can I run fsck properly? [17:37] !info devilspie | neyder_ or maybe ccsm [17:37] neyder_ or maybe ccsm: devilspie (source: devilspie): find windows and perform actions on them. In component universe, is optional. Version 0.23-2 (vivid), package size 42 kB, installed size 322 kB [17:37] TomyWork, for now Unity. But that should not matter, should it? [17:38] Hi guys. Is there anyway to reset my router password. Not the wi-fi, the internal password so I can change its configurations [17:39] daniel72-72: that is not even vaguely an ubuntu issue, try ##networking [17:39] AndriusBartulis: just buy a calibrator. You get get a second-hand spyder2 for a couple of pounds/dollars from ebay as there are no drivers for modern Windows. Works a treat [17:39] I'm asking because I know how to on windows nor on ubuntu [17:40] daniel72-72: that doesn't make any sense. routers are accessed via web admins - that is platform agnostic [17:40] EriC^^, reading ty [17:40] (or telnet which also is) [17:43] daniel72-72: refer to your router's documentation [17:44] mcphail, ok I guess that's the only option then. Wanted something quick for the next week while the calibrator arrives (color balance is horrible) [17:44] AndriusBartulis: spyder + dispcalgui is what I use [17:44] Which spider? [17:44] 1 or 2? or 3 [17:44] ? [17:44] AndriusBartulis: 2, iirc [17:44] mcphail, ok thanks [17:45] AndriusBartulis: as far as I know, the others work as well [17:45] AndriusBartulis: The spyder 2 needs the windows install disk so you can extract the firmware, but that process is simple [17:47] Does anyone know why ubuntu might have this weird password thing when on a fresh install the password will either work for login OR for sudo authentication, but not both, for example, when I just installed it, I set a password to something, then it didn't work with sudo or software centre, then I changed it with pkexec passwd and then it started working for sudo tasks but stopped working for login tasks. Any [17:47] thoughts? [17:48] AndriusBartulis: "set a password to something" = ? [17:49] i think you're performing non-standard reconfigurations and trashing the install. [17:50] daftykins, no, I literally installed ubuntu, and chose a password in the install wizard. Then, without doing anything else at all, it started doing that [17:50] Its a completely fresh install. Tried reinstalling it twice. [17:50] Something to do with my disk image maybe? some hardware? [17:50] Maybe ubuntu updates? [17:50] Its weird [17:51] right but what's this "set a password to something" = ? [17:51] oh as in that was the installer step, ok [17:51] very obscure language :P [17:52] try installing without updates maybe [17:52] hmm ok [17:52] I did have the Install updates automatically checked, so maybe that messed something up. [17:52] Thanks [17:53] is this 15.04 ? [17:53] yes [17:53] Ok I know what you gonna say... use LTS :D [17:53] nope just curious where the quirk lies [17:53] maybe you have newer hardware so LTS isn't quite so appropriate, so i wouldn't just say that [17:54] hmm... maybe it uses one key map before loggin in and another one after? [17:54] daftykins, its a lenovo thinkpad t410 so not that new [17:55] that's possible depending on what region you're in [17:56] how to install libusbx [17:56] oaulakh: you still not fix your heimdall issue? [17:57] Hmm, just checked, both use same key mapping [17:57] Weird. [17:57] AndriusBartulis, are you using Mate Gnome3 ? [17:57] nope [17:57] ioria, Just default Unity fresh install [17:57] oaulakh: did you try the newest version? [17:58] I installed it on 3 pcs today and only this one has the problem, maybe some new update that just came out a few h ago or something... [17:58] yup it says somethin libdev0 required but those are confusing when i apt-get install libusb0 [17:58] oaulakh: i mean the heimdall 4.1 version [17:59] yup there is no heimdall 4.1 [17:59] AndriusBartulis, check /var/log/auth.log === lotuspsychje_ is now known as lotuspsychje [18:06] ioria, ok I will just try a different version of ubuntu or maybe mint and see what happens then [18:12] ...why are XATTR_SIZE_MAX and XATTR_LIST_MAX defined at the VFS layer?! It's not like they don't vary by filesystem anyway... [18:15] Hi [18:15] !hi | Voyage [18:15] ...huh. [18:15] Could've sworn... oh well [18:15] yeah don't. [18:16] Fair enough. It's been... a while. [18:16] I changed my laptop and bough a PC, now the hardware is different but my same HDD having kubuntu is working fine. Today I noticed that video / grphics in some applications like forefox and xchat is causing problems. Do I need to change things? install some software or do anything? [18:16] ive got one issue, im running the latest ubuntu and i cannot shut down my system by clicking the shut down button.. it just doesnt work.. i always have to type sudo init 0 is this a known issue ? [18:17] Voyage: what hardware and what driver currently in use? [18:17] daftykins, dont know about drivers but hardware is G3258 processor and z97 board [18:17] daftykins, old one was dell d630 laptop. [18:18] G3250 [18:18] so you're intel the intel on-die graphics? [18:18] yabbes: sudo halt works? [18:18] wow my brain and keyboard are not connected [18:18] daftykins, gues so. dont knwo how to confirm [18:18] can i safely try this now lotuspsychje ?:P [18:18] Voyage: "lspci | pastebinit" [18:18] yabbes: it will shutdown right away [18:18] it should shut down my system right [18:18] Voyage: also "pastebinit /var/log/Xorg.0.log" [18:18] let me try it [18:19] and thank you === pabed1 is now known as pabed [18:19] http://pastebin.ca/index.php [18:20] Voyage: that's an index link ;) [18:20] lol [18:20] great [18:20] http://pastebin.ca/3130222 [18:21] i think sudo halt worked but it didnt completely shut down my pc it is still hibernating or something but i cant wake it up :s [18:21] yabbes: try sudo shutdown -now or -p [18:21] the power light is stil on [18:21] daftykins, new one http://pastebin.ca/3130225 [18:21] Voyage: yep looks like an intel only, so keeping up to date is the only thing you can really do. [18:21] hey guys i need help updating my intel hd drivers on ubuntu 15.04 [18:21] lotuspsychje: i dont think i can open a terminal right now [18:21] daftykins, ya but do I need to install any software? [18:21] yabbes, using Cairo ? [18:21] nope [18:21] my ubuntu is all stock [18:21] im not sure witch ppa to use sense the intel driver installer dosnt work anymore [18:22] thats why im a bit confused [18:22] never had this issue or anything like that [18:22] Voyage: nope and don't follow any guides that speak of installing intel drivers, it's all a lie and will ruin your system [18:22] cant shut down my pc by using the menu item [18:22] yabbes: maybe try a tail -f /var/log/syslog and shutdown after [18:22] yabbes: see what the logs spit out as error [18:22] thanks will try that [18:22] daftykins, ok. [18:22] Riley: nope you don't, it doesn't work that way. never use the installer either [18:22] when my pc is functional again [18:23] daftykins, how to dist upgrade? and why do I still get graphic errors? [18:23] yabbes: wich ubuntu version was this [18:23] how are you supposed to update it then [18:23] 15.04 ? the latest [18:23] my driver dosnt show all my reslolutions [18:23] lotuspsychje: [18:23] fresh install [18:23] yabbes: did you have shutdown issues on 14.04? [18:23] Riley: how is your display connected? [18:23] nope [18:23] never, lotuspsychje [18:24] just my laptop [18:24] Voyage: "sudo apt update && sudo apt full-upgrade" [18:24] but it dosnt show 720p to run games [18:24] daftykins, full-upgrade is not dist upgrade [18:24] yabbes: investigate your logs, might show something usefull [18:24] i found this ppa https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers [18:25] but not sure witch packages i need [18:25] Voyage: don't ask how to do it if you feel you know better then :) [18:25] I dont know. [18:25] thanks lotuspsychje [18:25] I just recall memories of that what I said [18:25] Voyage: sudo apt update && sudo apt dist-upgrade - also a command [18:25] tail -f /var/log/syslog i will try this [18:25] Voyage: full-upgrade is like dist-upgrade, just using apt instead of apt-get [18:26] why would you use apt instead of apt-get? [18:26] progress bar as default [18:26] use what you want [18:28] uhm wtf is the "apt" tool? i thought that was just the lib in the background [18:28] i was trying to use usb 3.0 with windows guests but both XP and Win10 complains about missing drivers - i'm assuming that my linux host isn't loading drivers for usb 3.0?? - Ubuntu 14.04 64 bit host - yes, my laptop has usb 3.0 ports [18:29] virtualbox 5.x [18:29] i didn't think vbox did USB 3 passthrough yet. [18:29] what do their channel peeps say? [18:29] i haven't asked there since it's usually lack of drivers on the host [18:29] lotuspsychje: sudo shutdown -h now results in succesful shut down right from the terminal [18:30] yabbes: ok try the GUI shutdown on tail -f now [18:30] yabbes: might give you errors that block the normal shutdown? [18:30] im sorry what does tail -f do exactly ? [18:30] tail -f /var/log/syslog i type this ? [18:30] Worth it to spend 18$ on 1TB more for my HDD (Seagate Barracuda)? [18:30] yabbes: yes [18:30] and then i try the gui shutdown [18:30] thanks [18:30] yabbes: will show realtime syslog errors [18:31] ah nice [18:31] ki7rw: well it would make sense to just quickly ask if it's even supported [18:31] I ask cause I'm indecisive whether It'll be worth it in the future [18:32] hey yall [18:32] let me paste you this [18:32] !paste | yabbes [18:32] yabbes: 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. [18:32] lotuspsychje, http://paste.ubuntu.com/12201192/ [18:33] and ty [18:33] seems like this systemd process doesnt quite do its job? :s [18:34] other than that ive got other network stuff in my syslog [18:35] yabbes: sorry havent used systemd before, you might wanna ask in channel with that paste [18:35] and on a second click on the gui shutdown ive got no further notice in my syslog about this process at all [18:35] <_Roc> can anyone help with the name of a linux distro just cli no desktop? [18:35] in what channel, lotuspsychje ? [18:35] yabbes, you should have an upstart option in grub ... [18:35] ioria: what would that do? [18:35] upstart [18:36] Buying a Seagate Barracuda but can't decide on 1TB or 2TB (18$ difference), whats you guys thought about it? worth? [18:36] yabbes: here :p [18:36] hddquest: ask in ##hardware [18:36] yabbes, if the problem is systemd ... [18:36] ok will do, ty [18:36] well i dont know, i dont know about upstart never heard about it [18:36] I have som problems whit booting to Windows after i removed Ubuntu, can anyone help me plz? [18:37] yabbes, upstart is the precedent model ... [18:37] my systemd paste, somehow my ubuntu won't shut down, is this a systemd problem? http://paste.ubuntu.com/12201192/ [18:37] of systemd, ioria ? [18:37] yabbes, yep [18:37] thank you [18:37] but what should i do or try :s [18:38] i mean i can shut down my pc now by running shutdown -h now from console at least [18:38] yabbes, if ubu is the only os , press shift [18:38] when booting? [18:38] !minimal | _Roc [18:38] _Roc: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [18:38] yabbes, yes [18:38] yabbes, explore the options [18:38] the boot options [18:38] yabbes, yep [18:39] ive got a dual boot sadly at the moment on this system [18:39] but i will try [18:39] nonetheless [18:39] thanks ioria [18:39] yabbes, so you see grub screen ... [18:39] yes [18:39] yabbes, there [18:39] yep [18:40] still here just rebooting ;) === cyphase_ is now known as cyphase [18:40] <_Roc> thank you [18:40] Worren: not really - just use windows boot media to restore the bootloader. ##windows for more [18:41] @lotuspsychje ##hardware requires registration, i'd just want a quick summary [18:41] ioria: i see the upstart option! so you suggest i try booting this and see if the problem persists? [18:41] yabbes, yes... [18:41] hddquest: your in ubuntu support here mate [18:42] daftykins: I made a windows 10 boot usb, but everytime i try to boot and repair windows boot it says it can't. [18:42] yeah I know.. any other # where I can ask? maybe one without a reg function [18:42] Worren: sorry, not on topic for this channel. [18:42] seems like it is not a systemd related issue, i cant gui shutdown my system on upstart either [18:42] ioria: lotuspsychje [18:43] hi, is ntfsundelete still part of the ubuntu live-dvd? How can i check this before downloading? [18:43] yabbes, sudo shutdown -P 1 [18:43] Daftykins: Ok, thanks tho. Do you know if i can boot up windows from grub? [18:43] Worren: i can't help you with that [18:43] musca: releases.ubuntu.com > check the .manifest [18:44] working ioria [18:44] will do, thx [18:44] different from sudo shutdown -h now ? [18:44] musca: np [18:44] yabbes, yes ... it says to poweroff after shutdown [18:45] ah [18:45] yabbes, you can try with acpi=force [18:45] what command? [18:46] i would just like my gui item to work :/ [18:46] i can shut down now by using the terminal but its a weird problem [18:46] maybe i should revert to ubuntu 14.04 :( [18:47] yabbes: try this https://help.ubuntu.com/community/Grub2#Fixing_reboot.2Fshutdown_freezes [18:47] yabbes, edit the kernel line with that , after quite splash === iman is now known as Guest73418 [18:47] wow thank you EriC^^ [18:48] yabbes, yes,,, something like that [18:48] yabbes: try acpi=force too as ioria said [18:48] im sorry for being a noob but where do i add that line i havent yet read the link [18:48] oh, the grub issue .. wasnt that fixed in the latest update? [18:48] yabbes, http://askubuntu.com/questions/201107/my-computer-wont-shutdown [18:48] thank you [18:49] gents, does anyone know how to limit the usable strike space on an Elantech touchpad? here's what I've played with so far and it is still overly sensitive (i.e. jumpes around when my palm touches the top left or top right corners of the pad) xinput --watch-props "ETPS/2 Elantech Touchpad" [18:49] xinput --set-prop "ETPS/2 Elantech Touchpad" "Synaptics Finger" 5 16 216 [18:49] xinput --set-prop "ETPS/2 Elantech Touchpad" "Synaptics Noise Cancellation" 20 20 synclient -l PalmDetect=1 [18:50] thank you for this ioria and everyone [18:50] for the help === the_ant1 is now known as the_ant [18:51] yabbes, np, just wanted your issue fixed, if we can [18:51] *want [18:53] do you think i can add both reboot=bios and acpi=force to the line ? [18:53] then it should work when i reboot? (i updated my grub) [18:53] yabbes, mmm... no [18:53] oh sorry [18:53] so i should try one first [18:53] then the other [18:53] yabbes, better [18:53] thx [18:56] I am getting a permission denied message when trying to cp a file from my home directory, to a directory owned by www-data and a group that I am a member of. any ideas? [18:59] is hardware acceleration possible in google-chrome? i have lenovo t420 with intel graphics 3000. ubuntu 14.04 lts. [19:00] sokoll: did you close and re-open since joining the group? [19:00] daftykins: close and reopen what? [19:00] arooni-mobile, http://www.webupd8.org/2014/01/enable-hardware-acceleration-in-chrome.html [19:00] the same terminal you're logged into trying to perform that copy [19:00] often you must log out and back in before group changes apply [19:00] daftykins: ah, no, but I'm sudo'd as the user that's having the issue [19:00] SCHAAP137, followed that and its still showing gpu isnt being used [19:00] daftykins: that's not the issue [19:00] sudo? o0 [19:01] the permissions angle isn't relevant if you're doing that [19:01] daftykins: I am an admin, I have a user who is unable to copy a file from his home directory, to a team directory. [19:01] sokoll: a bit of output in a pastebin would be handy [19:01] how do people deploy ubuntu in production [19:01] arooni-mobile: works on my t520 .. so there's no reason why it shouldnt work on your t420 ;) [19:01] daftykins: cp: cannot create regular file {filename}: permission denied [19:01] (away) not here. [19:01] maybe try SRWare Iron as an alternative, though [19:02] sokoll: that's not helpful, "ls -al" of the destination, groups of the user etc etc. would be [19:02] fwolf, what am i doing wrong? [19:02] daftykins: k, apologies, one sec [19:03] arooni-mobile: what ubuntu install with what version of chrome? [19:03] daftykins: destination permissions: drwxr-xr-x 3 www-data {groupname} 4.0K Aug 3 20:04 public_html [19:03] fwolf, Google Chrome 44.0.2403.157 ; ubuntu 14.04 LTS 64 bit [19:03] user is in {groupname} [19:04] sokoll: i mentioned a pastebin such as http://paste.ubuntu.com to avoid unreadability in channel [19:04] sokoll: ah can already see your group doesn't have write perms then. [19:04] arooni-mobile, you could try adding this to the Chrome startup command: --disable-gpu-sandbox [19:04] it might forcibly enable some of the missing GPU acceleration settings [19:05] daftykins: so it needs drwxrwxr-x? [19:05] but, on the other hand, Chrome might become unstable because of it [19:05] sokoll: sudo chmod -R g+w /path/to/public_html (assuming you're ok with the whole path recursively being set) [19:05] daftykins: that's fine :) [19:05] SCHAAP137, Software only. Hardware acceleration disabled [19:06] hmm, unfortunate [19:06] sorry to report back, guys.. im the one with the reboot grub issue (no shutdown via gui) ive tried adding all three acpi=force then reboot=bios and then reboot=pci in my /etc/default/grub but no positive result :/ [19:07] yabbes: did you update-grub after adding them? [19:07] yabbes: hm. you need to regenerate your grub, I guess. [19:07] sometimes my syslog doesnt even give me any info when i try rebooting [19:07] i did update-grub after each line edit [19:07] then reboot . try. and another time [19:07] yabbes, in this line GRUB_CMDLINE_LINUX_DEFAULT ? [19:07] general question about network interfaces: in systems with multiple NICs, how does ubuntu determine which NIC is eth0? [19:08] yes [19:08] (this maybe more of a kernel question than specific to Ubuntu) [19:08] GTFr0, just a guess, but maybe the MAC address? [19:08] daftykins: that fixed it! thanks so much [19:08] sokoll: np :) [19:08] I have a batch of HP Proliant DL380 Gen9 servers, and I am PXE booting Ubuntu core. Every boot, it switches between the onboard GbE and the onboard 10GbE NICs [19:09] GTFr0: yeah #linux might be better. it's probably down to PCI bus order [19:09] GRUB_CMDLINE_LINUX_DEFAULT="quiet splash reboot=bios [19:10] >install gentoo [19:11] daftykins: thanks, I'll give that a try [19:11] arooni-mobile: already dug into the thinkwikis? the German suggests there might be a throttling issue with later BIOS versions, which also decreases the "power of the integrated GPU" [19:12] my t520 is from an early batch, so it might still be using an older BIOS version [19:13] yabbes, try in GRUB_CMDLINE_LINUX "acpi=force" [19:13] i did, but i will again :P [19:13] fwolf, interesting ; i did upgrade my bios to latest version as i recently installed a new ssd and wanted it to work out of the box. what a gip a decrease in gpu power for upgrading the bios :\ [19:13] i will trail -f my syslog again but sometimes really there is no reaction at all when i click on shutdown [19:13] yabbes, try in GRUB_CMDLINE_LINUX " not in GRUB_CMDLINE_LINUX_DEFAULT [19:13] thanks ioria [19:14] hi [19:14] GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force" [19:14] GRUB_CMDLINE_LINUX="acpi=force" [19:14] like this ? [19:14] yabbes, no [19:14] ^^ [19:14] >install gentoo [19:14] yabbes, remove the first [19:15] thanks [19:15] >install gentoo [19:15] let me reboot and see =) [19:15] yabbes, remove the first acpi=force, i mean not quite spalsh [19:15] yes [19:15] shdefhsdfh: As this is Ubuntu support, no, please stop spamming [19:15] i did that [19:15] >install gentoo [19:17] is there a way to get some details about the ram chips installed in my system, thru CLI or any? [19:17] Gallomimia: lshw [19:18] dmidecode [19:18] still no success ^^ I'm going to try the others reboot=bios in the non default line of grub [19:18] yabbes: same thing [19:19] yabbes: are you using unity? [19:19] youve got the same problem? [19:19] yes, EriC^^ [19:19] wb ioria [19:19] yabbes: no, it won't make a difference in which default line [19:19] oh, i see, EriC^^ [19:19] yabbes, not working ? [19:19] sadly no :( [19:20] yabbes, reverse the all, then [19:20] yabbes: what happens when you shutdown anyways? [19:20] GTFr0: thats a lot of hardware :) still haven't found it and i hit my scrollback limit :P [19:20] i just cant gui shutdown EriC^^ i cannot click on the thing in the upper right. nothing happens. no syslog event either [19:21] oh [19:21] * EriC^^ googles [19:21] yabbes, what machine is that ? [19:21] desktop pc, i5 [19:21] 24xx [19:22] amd graphics [19:22] maybe this http://ubuntuforums.org/showthread.php?t=1861297 [19:22] yabbes, fresh install or do-release-upgrade ? [19:22] fresh install 15.04 ioria2_ [19:22] yabbes, amd issue maybe [19:22] really [19:22] yabbes, what driver are you using ? [19:22] proprietary ones [19:22] because steam wouldnt work otherwise [19:23] from? [19:23] yabbes, yeah [19:23] where did you get the drivers yabbes? [19:23] yabbes: please try and respond on reduced lines without using enter as punctuation, please [19:23] just switched the drivers in the menu of unity settings Gallomimia [19:23] yabbes: try this http://ubuntuforums.org/showthread.php?t=1861297&page=2&p=11348871#post11348871 [19:24] Gallomimia: lshw | less [19:24] will do, daftykins [19:24] GTFr0: i just grepped it thanks for the info. didn't quite tell me all i wanted to know [19:24] but i've got the shutdown option, EriC^^. it's just that it doesn't seem to work.. [19:25] Gallomimia: out of curiosity, what info were you looking for? [19:25] yabbes: try it though, it might reset it [19:25] okay [19:26] yabbes, good luck [19:26] GTFr0: i want to know if its CL9 or CL10. i think it's 9. also i realized i need to overclock my northbridge to get the ram to go 1866 instead of the 1600 it's locked at now. so it helped. i'm trying to buy an upgrade [19:27] hm. why not try it now. i'm due for a reboot... [19:27] Hi all... I was wondering if there was a way to use Ubuntu 15.04 that boots into UEFI bios to chain boot an acer recovery partition? I have one in a boot loop because a client decided it was a good idea to install win10 without me. I need to get into the win8 factory default partition and run that tool. I have tried many recovery live CD like Hiren's but they will not boot in UEFI bios mode.... [19:27] ...Thanks in advanced for any help! [19:29] noobster, the only way is to obtain the win8 dvd legally, it can be done with a free download, so you might be able to use the restore option. [19:29] gents, does anyone know how to limit the usable strike space on an Elantech touchpad? here's what I've played with so far and it is still overly sensitive (i.e. jumpes around when my palm touches the top left or top right corners of the pad) xinput --watch-props "ETPS/2 Elantech Touchpad" [19:29] noobster, ask in ##windows for the url, i don't know exactly, depends on the version and language. [19:29] xinput --set-prop "ETPS/2 Elantech Touchpad" "Synaptics Finger" 5 16 216 [19:30] xinput --set-prop "ETPS/2 Elantech Touchpad" "Synaptics Noise Cancellation" 20 20 synclient -l PalmDetect=1 [19:30] noobster, acer will sell you an iso cheap most likely, or MS if you have a key, IE prrof legeal. [19:30] legal* [19:30] OerHeks: if I get the technet download then I have to get all the drivers too. I see the recovery partition I just want to boot to it [19:30] noobster: so you have a recovery partition, but can't boot it? [19:31] yes [19:31] usually its alt + f10 [19:31] but thats not working [19:31] noobster, err... so you will get a new recovery partition, fresh windows, there is no difference i guess. [19:31] noobster: hmm should have burnt a set of discs for the customer [19:31] Yea or high five his face === yuriks_ is now known as yuriks [19:32] noobster: you can tell grub to boot from any partition or image of a partition you like [19:32] reisio: talk to me [19:32] i think he is [19:32] noobster: you can always extract the image from the recovery partition, using diskpart and dism from a windows command prompt [19:32] maybe that recovery is win10 now :-D [19:33] noobster: just tell grub to boot it [19:33] OerHeks: Noooooooo!!!!!! lol [19:34] unlikely [19:34] that would be far too "nice" of Microsoft [19:34] reisio: ok can you give url for tutorial? Google is not happy with my work choice I guess [19:34] word* [19:35] hi guys [19:35] I press c now I am at prompt [19:35] noobster: type ls -l [19:35] i have a problem [19:35] keikato, Try to spell it out in one post. [19:35] 15 years i worked with windows and now i try ubuntu -_- [19:36] "Secure Boot forbids loading module from (hd0)/boot/grub/x86-64-efi/ls.mod" [19:36] keikato: can you ask the question then? [19:36] EriC^^: [19:36] noobster: enter the bios and disable secureboot [19:36] noobster: is grub controlling booting right now? [19:37] i havw a problem? my sound card (asus xonar ds) does not work heare [19:38] keikato: can you be more specific than 'does not work' ? [19:38] Secure boot is enabled and no way to disable... its greyed out. Its also not even available in legacy boot, not sure if that's what I need to do but Win will not even try to boot in legacy [19:39] reisio: yes in UEFI boot mode on a Ubuntu 15.04 USB thumb drive [19:39] noobster: boot your os (ubuntu) and create a custom entry for the recovery partition [19:39] noobster: apparently with acers you often must set a supervisor pass to enable settings [19:39] i see her in settings, she is enabled, but there is no sound [19:39] try what daftykins said first [19:40] brb [19:40] ok, rather stupid question: any idea why I would be getting an IPv6 address for an interface even though I've disabled IPv6? [19:40] GTFr0: my trip thru the bios was much more informative! if only i could find the package my ram came in :P [19:40] noobster: if you can get to the grub screen during bootup, you can point it at anything [19:42] daftykins: that worked, now I get a list of partitions... I guess I should start going through them to see if one will allow to recovery [19:43] noobster: it'd be the largest i'm sure :) (besides the C: of course) [19:43] noobster: type ls -l , it should be a ntfs partition at the end most likely [19:43] noobster: just a thought though, you said this user upgraded to 10 - you know you can reverse the process if they haven't already deleted the backup? [19:43] ( it's about 16gb here ) [19:43] noobster: so now it's happened that on your mobo secureboot can not be disabled? [19:43] akik: no it was acer trickery === h82or8_ is now known as h82or8 [19:44] bad EFI implementations that require passwords before some parameters can be changed [19:44] IS anyone on currently familiar with Samba+CUPS print servers. The documentation I found online is old and refers to cups pre apple buyout. I am trying to set it up for point and click install, however the 32 bit drivers don't seem to work. [19:45] does anyone know how to install the latest JDK on ubuntu? [19:45] Sanemon: '32-bit drivers' of what? [19:45] Apple developed CUPS afaik :P [19:45] KotoRez: there are roughly one million guides online of how to get oracle JDK, or open JDK [19:46] how do you actually disable IPv6 in Ubuntu? [19:46] daftykins: incorrect. Closer to 2 million [19:46] For post script, I pulled them from a 32 bit windows 7 machine, placed them in the cups driver folders and then got them setup in samba [19:46] :D [19:46] you can't forget about the youtube videos [19:46] tgm4883: ^5 [19:46] daftykins: ^5 [19:46] GTFr0: dunno, i gave up around 9.04 i believe === _Mr_Yuk__ is now known as _Mr_Yuk_ [19:47] ok so if I want to try to boot say hda1,gpt2 what would that command look like? [19:47] ugh [19:47] Also "Easy Software Products" originally developed cups [19:48] I'm NATing my wifi connection to the LAN, and wifi keeps picking up IPv6 address from my provider... and it completely borks NAT [19:48] Sanemon: i'm not sure on pulling windows ps files, why not go to the manufacturer direct? no Linux support? [19:48] GTFr0: ##networking [19:48] daftykins: the networking isn't the problem... it's that Ubuntu is picking up an IPv6 address for wifi even though I've disabled IPv6 [19:49] noobster: you try to chainload (hda1,gpt2)/EFI/Boot/bootx64.efi i think [19:49] GTFr0: you can use echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 [19:49] doesn't hurt to have a more task orientated channel to enquire in [19:49] GTFr0: net.ipv6.conf.all.disable_ipv6 = 1 in /etc/sysctl.conf [19:49] it works fine when there is no IPv6 address [19:49] akik: that's already done [19:49] as well as default, lo and wlan0 [19:50] GTFr0: did you disable ipv6 in network manager? [19:50] or is this a server? [19:50] hello [19:50] GTFr0: that sysctl mod didn't work for you? [19:50] tgm4883: no, it's a desktop [19:50] i was wondering if anyone could help me with monitor mode on my wifi card [19:50] so, networkmanager doesn't follow the sysctl stuff? [19:50] smoalne_: nope sorry, as that's more a pen testing angle that's best handled elsewhere. [19:51] ok [19:51] thanks anyway [19:51] noobster: try to see what's in the partition first, ls (hda1,gpt2)/ [19:51] GTFr0: i have a tunnelbroker.net ipv6 tunnel and at the moment i input 1 to disable_ipv6 all ipv6 configuration gets erased from runtime === tcpman is now known as Guest37398 [19:58] Boa tarde, === fernando is now known as Guest18948 [19:59] Hello! [20:00] Is it possible to get the Ubuntu Touch UI on desktop? [20:01] I'm seeing a lot of CPU load when running `sudo htop` with only a few terminal windows open. To me it looks X related, like compiz or lightdm. How can I investigate if my CPU is taking the load of my grahics card, such as if my drivers aren't up to take? This is a pretty stock install of Ubuntu 14.04, only a few days ago did I install it [20:03] Nikesh: lspci -k | grep -A2 VGA should say which driver you're using [20:04] Nikesh: you might get some indication from powertop [20:04] akik: OK I'll install that and see [20:06] EriC^^: Ah thanks! [20:06] Is it possible to use the Ubuntu Touch UI on a computer? [20:06] I have a convertible and would like to do so [20:06] akik: What might I look for? [20:07] Zeklandia: well, it's not possible to without a computer [20:07] No, I dont want to flash it on a phone [20:07] I want to use it on my win10 tablet pc [20:08] Nikesh: it can give you suggestions if it notices some process taking too much time doing something [20:09] select the tunables tab [20:09] Zeklandia: computers are computers [20:12] My computer is a tablet [20:12] Unity sucks on it [20:12] I want the touch interface [20:17] can someone guide me through an actual working way to get ubuntu server to reliably and automatically connect to a wpa-personal hidden network via wireless? I have tried nearly 20 different online tutorials and have only had moderate or temporary success === drkjstr_ is now known as drkjstr [20:18] wap2-personal rather [20:19] hi [20:20] RevertToType: just the right wpa_supplicant configuration is all [20:20] honestly it seems pretty ready and working from what i can tell [20:21] and don't i need some stuff in/around my network/interfaces file as well? [20:22] Ok so I think I have found that (hd1,gpt1) has the recovery image because it has OEM, Factory, Recovery, etc in it. It doesn't however have a EFI folder. and when I run chainloader (hd1)+1 the error I get is "invalid EFI file path" but I think I am super close === Dhs92 is now known as Yukkii [20:26] hello [20:27] i cant download any file [20:27] lol [20:27] Hey, anyone able to help me get Catalyst Control Centre? [20:27] error sonic.exe [20:28] error [20:28] error 3175 [20:28] k [20:28] what is it [20:30] hi [20:38] when booting in legacy mode, how do I get to the "c" grub cli? [20:39] it boots stright into the installer with boot options but I want to chainload (hd1,gpt1) [20:39] Hello, I’ve got an issue with chage, does your chage manpage states anything about the -d 0 behavior? [20:39] straight* [20:41] On Ubuntu 14.04 can I force a downgrade from Firefox 40 to Firefox 39? [20:41] noobster: try esc [20:42] How would I see what the default .bash_profile is for an Ubuntu user? [20:42] noobster: Can you now boot to the grub boot menu ? Then it is but a matter of any ubuntu kernel as the selection, and press the 'c' key for the 'grub > prompt' . [20:44] well I got that when booting UEFI but now that I am in legacy i no longer get that... it goes straight to language select [20:47] jxf: open terminal, type "cd" then nano .bash_history [20:47] noobster: (???) That " language select " sounds like you are booting the liveDVD and not to the ionstall . [20:48] I cant believe I cant boot the recovery partition on this machine to factory reset.. pre UEFI I could do it easy now its like pulling teeth lol [20:48] noobster: That's my current bash_history. Not sure how that's going to get me the *default* .bash_profile. [20:48] so i've gotten the wpa_supplicant.conf file to read happily when i through in wpa_supplicant -B -Dwext -i wlan0 wpa_supplicant.conf but how do i get this to auto-connect on boot? [20:48] jxf: cat /etc/skel/.profile [20:49] jxf: ubuntu doesn't have a .bash_profile by default, it does have a .profile though [20:49] ^ [20:49] @Ben64: Ah, awesome, thanks! and <3 EriC^^ [20:49] noobster: boot the live usb for a sec [20:50] noobster, so you end up with obtaining the win8 dvd legally, it can be done with a free download, so you might be able to use the restore option. or replace the whole thing. [20:51] RevertToType: you can put the wlan configuration data into /etc/network/interfaces [20:51] it seems there... it has a pre-up do i need to kill the eth0 auto-up and all that lines? [20:52] is it just putting preference to eth0 over my wlan0 devices or does it cycle? [20:52] RevertToType: i've used pre-up in interfaces to bring up wifi nic [20:52] RevertToType: i mean to run wpa_supplicant [20:53] does /etc/network/interfaces just read the first interface though (well first after l0)? [20:53] RevertToType: what do you mean with preference? [20:53] noobster: when you boot the live usb, let me know [20:53] or will it read all the way down [20:53] RevertToType: it's all the way down :) [20:53] hrm no reason why it shouldn't already be working then [20:53] RevertToType: it's the auto stanza [20:53] I can just put autoup dhcp iface wlan0 and the next line being the wpa_supplicant command yes? [20:54] RevertToType: it's auto wlan0 on one line [20:54] yeah [20:55] RevertToType: then iface wlan0 inet dhcp on another [20:55] yup [20:55] i just built my first pc and now im trying to update my mobo firmware using 'dos'. Do i just unzip the contents and put it on a usb and reboot? [20:56] @ akik it's line 1: auto wlan0 line 2: iface wlan0 inet dhcp line 3: pre-up wpa_supplicant -Bw -Dwext -i wlan0 -c/etc/wpa_supplicant.conf [20:56] and it's totally not connecting automatically [20:56] sharkasdf: that's not ubuntu support, you only need to update if you're experiencing problems. [20:56] RevertToType: RevertToType i dunno if you need the -D wext option, i had that [20:56] sharkasdf: most boards update direct from flash drives these days [20:57] Bashing-om: yea not sure, while the bios is in UEFI mode with secure boot off I can get to that exact screen of kernal boot off of the live cd, press "c" and do ls -lah to see all the partitions, I see a NTFS part (hd1,gpt1) with files in it like Recovery, Factory, OEM, etc but no EFI/Boot/bootx64 files. So my thinking was that the recovery partition needs to have the bios set to Legacy Mode... [20:57] ...to chainload (hd1,0)+1 but I can not see the kernel selections of grub in Legacy mode, it goes directly to language select. [20:57] i am experiencing problems. im getting a cpu fan error, apparently updating will fix that [20:57] RevertToType: and also if you should disable networkmanager, don't know, maybe? [20:57] sharkasdf: sure you didn't just plug the fan onto the wrong motherboard header? :) [20:57] i mean maybe/maybe not if i put that in bash it connects, but it seems network/interfaces isn't doing anything [20:57] ya [20:57] like it's def not firing up at least that :/ [20:57] noobster: if it uses gpt it mostly is uefi [20:58] EriC^^: ok I am at the live-cd desktop [20:58] sharkasdf: ##hardware will be more appropriate for you [20:58] noobster: ok, type sudo parted -l | nc termbin.com 9999 [20:58] thanks [20:58] but in Legacy mode [20:58] np [20:59] need some help here [21:00] sm_art: ask away with detail on one line please [21:01] yes, i have some problems with unity [21:01] can you type it out actually in full, phrased as a question? [21:02] gparted shows 6 partitions... sda1 = Recovery = 400 MB, sda2 ESP 300MB, sda3 MS Reserved 128MB, sda4 Acer 448GB (Windows), sda5 (no label) 26MB, sda6 Push Button Reset 17 [21:02] GB [21:03] ok, it's sda6 [21:03] type sudo mount /dev/sda6 /mnt [21:03] all NTFS but sda2 is fat32 [21:04] Heyo, just did a clean install 14.04 64bit. Tried installing dropbox and couldn't access it at all. Neither through browser or desktop application. [21:04] EriC^^: its booted [21:04] EriC^^: booted into UEFI or Legacy?? [21:05] Its booted with Legacy right now [21:05] aotea: what did you do and what failed specifically? [21:05] noobster: ok, did you mount it? [21:05] hmm? [21:05] noobster: doesn't matter [21:05] did you type sudo mount /dev/sda6 /mnt ? [21:05] EriC^^: pm ? [21:06] no [21:06] I was installed unity-tweak-tool, but, when I'm run the unity-tweak-tool, its appear a warning that "com.canonical.notify.osd, In order to work properly, unity Tweak Tool recommends you to install the necessary packages" [21:06] daftykins: It just says it cannot connect to internet, all help files about it suggests I either got proxy settings wrong or my firewall that blocks it... though ufw is inactive and I haven't touched proxies [21:06] any one can solve it? [21:06] I was installed unity-tweak-tool, but, when I'm run the unity-tweak-tool, its appear a warning that "com.canonical.notify.osd, In order to work properly, unity Tweak Tool recommends you to install the necessary packages" [21:07] aotea: so all other online functionality is fine? where did you install from? [21:07] noobster: it's better on the channel main [21:07] daftykins: yes I can browse around on firefox and don't get any issued apt-getting stuff. Got the .deb from Dropbox.com for 64bit [21:08] I'm download from this site [21:08] aotea: yeah don't use that. [21:08] sudo add-apt-repository ppa:tualatrix/ppa && sudo apt-get update && sudo apt-get install ubuntu-tweak unity-tweak-tool [21:08] noobster: did you read daftykins 's suggestion about rolling back to win8 from win10? [21:08] aotea: try the one from the repos, works for me in xubuntu [21:08] Oh so I just run apt-get dropbox? [21:09] aotea: yep, you on 15.04 ? [21:09] daftykins: 14.04 [21:09] !info dropbox trusty [21:10] aotea: even better then :) [21:10] aotea: you're going to need to purge the existing one first [21:10] so any ideas on how to autoconnect and pull down an ip? [21:10] Package dropbox does not exist in trusty [21:11] now it's connecting to the network just fine just need to pull an ip auto... currently at boot i have to dhclient wlan0 [21:12] !info nautilus-dropbox [21:12] nautilus-dropbox (source: nautilus-dropbox): Dropbox integration for Nautilus. In component multiverse, is optional. Version 2.10.0-1 (vivid), package size 85 kB, installed size 375 kB (Only available for amd64; i386) [21:13] DalekSec: that's the one, thanks [21:13] ok gave me an error about unclean dismount but I mounted -o ro and it is here in /mnt [21:13] noobster: ok, great, type ls -l /mnt [21:13] I have not because I dont know if it is win8 or win10 [21:14] hmm, yeah but I must've failed in purging the former dropbox because I get error saying it won't install the nautlius one due to broken package [21:14] noobster: also type find /mnt -iname "*.wim" [21:14] I suggest you to use the "copy" cloud storage [21:15] noobster: it's quite easy to tell if it's 8 or 10 :) [21:15] 12 GB free storage and integrated for linux [21:16] aotea: "dpkg -l | grep dropb" in a http://paste.ubuntu.com please [21:16] ok there is /mnt/Recovery/WindowsRE/winre.wim and /mnt/RecoveryImage/instal.wim [21:16] install.wim* [21:16] noobster: ok, type ls -lh /mnt/RecoveryImage/install.wim [21:16] is it around 13gb or so? [21:17] 15GB [21:17] ok, that's your image [21:17] type ls -l /mnt, is there an EFI dir? [21:17] with all the drivers etc? [21:18] daftykins: paste.ubuntu.com/12202192/ [21:18] nope [21:18] noobster: yeah it's the preinstalled image that is there when you first turn the pc on [21:18] aotea: "sudo apt-get purge dropbox" then retry "sudo apt-get install nautilus-dropbox" [21:19] hallo :-) === m8 is now known as Guest99901 [21:19] hello there. feeling kinda ashamed in here since goin thru with simple pptp connection (dont ask why ppt, its for test/benches purposes for my MA thesis ;)) is something i didnt expect to have problem with, but yea, the simplest configuration and thats what i end up with in logs http://paste.ubuntu.com/12202197/ [21:19] ok so I need to back that up and google restoring a wim file then correct? [21:19] daftykins: Great works like a charm! thanks [21:20] :) [21:20] np [21:22] so the question would be: has anyone managed to get it working lul? [21:22] noobster: no, well you're options is to try to use grub to boot the recovery [21:23] but it might not work if the partitions have been altered, so if you get a recovery usb that has a command prompt (you need dism) you can extract the image [21:23] iNs: what's the host for this PPTP? [21:23] Hello, I was wondering if anyone could help with a small, yet very troublesome issue I've been having. See, for some reason, no matter which flash drive I put in to my 14.04 Ubuntu desktop (64 bit), I don't have permissions to read it. [21:24] daftykins, what do you mean exactly? [21:24] Berry: look at "dmesg | tail" when plugging one in, and also "mount" output (throw both in a pastebin) [21:24] iNs: OS + server software configured for this [21:24] noobster: i was thinking if you could just extract it, as you can open the .wim in ubuntu if you open it with archive viewer but dism uses indexes (the image has 3-4 indexes like index1 is a less bloated install etc.) so i dont think it would be that easy to use ubuntu to extract the image [21:24] its 14.04 with default pptp daemon ;) [21:24] it is ubuntu channel after all isnt it :P [21:25] iNs: you'd be surprised, we get queries about peoples dishwashers on the fritz but they run ubuntu so it's ok. [21:25] http://pastebin.com/f1Mjz0vR [21:25] noobster: try to see ls /mnt first, you need to chainload the EFI/Boot/bootx64.efi file i think, if that works you might be able to restore as usual using the recovery [21:26] iNs: #ubuntu-server might be more useful on the off chance [21:26] daftykins, :D which is why im all dafuq in here. i dont even neeed masquerading for now and all, i just need to server-client connection going on [21:26] hello [21:26] good point daftykins [21:26] any idea about this error? http://pastebin.com/McUwekUk [21:26] daftykins: http://pastebin.com/f1Mjz0vR [21:26] iNs: looks like your peers aren't even communicating though [21:27] hi I am trying to set specific dns servers on a ubuntu dhcp box and NetworkManager isnt playing ball, how can I disable/change networkmanager from the cli? [21:27] Berry: are you the first user that was created on this install? thus uid 1000? [21:27] daftykins: Yes, I am the first and only user [21:28] Berry: ok - "ls -al /media/berry/801A-F501/" ? [21:28] daftykins: ls: cannot access /media/berry/801A-F501/: Permission denied [21:28] heh weird [21:28] i tried editing interfaces but its being ignored [21:28] Berry: ls -al /media/ [21:29] gzcwnk: nmcli but you could take a look at using dns-nameservers in /etc/network/interfaces [21:29] gzcwnk: why not use NM to set the DNS? [21:29] daftykins: berry@trouble:~$ ls -al /media/ total 12 drwxr-xr-x 3 root root 4096 May 5 17:42 . drwxr-xr-x 25 root root 4096 Aug 24 16:14 .. drw-rw-rw-+ 3 berry berry 4096 Aug 26 17:16 berry [21:29] akik tried its being ignored === PlasmaSt- is now known as PlasmaStar [21:29] Berry: pretty unreadable, can you pastebin it? [21:30] great [21:30] let's bring systemd's resolved into the picture [21:30] anyone? [21:30] i have cli only its a blackbox no gui [21:30] gzcwnk: you can also set the nameservers thru dhcp client config [21:30] akik tried taht didnt work either [21:31] gzcwnk: try harder [21:31] also resolvconf/ tail [21:31] i have keyauth on sshd config enabled [21:31] well if it doesnt work according to docs [21:31] noobster: looks like you can extract wim files in ubuntu http://sourceforge.net/projects/wimlib/ [21:31] gzcwnk: this is ubuntu server? Can you pastebin your config? [21:32] its a graylog ova [21:32] noobster: if you do extract it, you'll want to extract the ESP.wim to that fat32 partition you have right now too, that's what boots windows [21:32] ok I will look and mount all the partitions in o ro and let you know all the ones that have a efi/boot folder brb [21:32] gzcwnk: maybe you should tell the graylog people to stop futzing with the underlying OS? [21:33] noobster: the EFI/Boot should be in the same recovery partition you have mounted right now [21:33] tgm well i think its more to do with networkmanager [21:33] gzcwnk: maybe you should tell the graylog people to stop futzing with network manager? [21:34] Berry: did you pastebin it? [21:34] if the setup isnt alterable its not graylog's issue I suspect [21:34] daftykins: Yes, I pasted it to you. http://pastebin.com/V3ZFXwQz [21:34] Berry: ok and "ls -al /media/berry/" ? [21:35] daftykins: http://pastebin.com/GnvAGA7V [21:35] wow that's... interesting [21:36] Berry: and prefix sudo to the last command? [21:36] gzcwnk: so you're telling me that graylog released an OVA that uses ubuntu as it's base, the ubuntu documents that you've referenced don't work for you, and you DON'T think that is graylogs fault? [21:37] sda2 is the only partition with a EFI folder... also has BOOTSECT.BAK [21:37] gzcwnk: you're right, it's far more likely that ubuntu documentation is broken [21:37] tgm well there are sevral possibilities starting with me [21:37] ive used google and several sites [21:37] daftykins: It should be noted that when I boot up, the computer tries to mount three things. I messed around with my second hard drive, trying to get ubuntu installed on it, but it wasn't met with success. http://pastebin.com/R0hdvSpA [21:38] so its possible its graylog but then the Q is why [21:38] gzcwnk: have you tried #graylog [21:38] gzcwnk: Google it [21:38] backsupx: don't. That isn't helpful [21:38] most channels in here are asleep at this time [21:38] Berry: did that include playing with /etc/fstab ? [21:38] its dead [21:38] gzcwnk: their channel being dead makes this a Ubuntu issue how? [21:38] daftykins: No, just messing around with the partitions on it [21:39] daftykins: Through software, not through the console [21:39] hrmm [21:39] hello... I need some help changing the default user shell from bash to fish (when I open the terminal, I wish to start without needing to type "fish") |cshs -s is not working http://pastebin.com/vrmE9wE3 [21:39] tgm im looking at th OS and trying to see what I am doing wrong [21:39] gzcwnk: and my point is that graylog devs futzed enough with it that it should no longer be considered Ubuntu [21:39] Berry: well that one is going to require someone with more experience than me perhaps, you can see udisks is auto mounting the drive yet despite you owning it it requires sudo to even list the mountpoint - which is bad [21:40] EriC^^: it is not... it is located in sda2 but the image is in sda6 [21:40] oh i c [21:40] f*** [21:40] sda2 is also fat32 [21:40] sda6 is NTFS [21:40] noobster: that's odd, i have an EFI dir in the recovery partition which i think is what it uses to boot the recovery process, i also have an ESP.wim which is the efi partition for the install [21:41] i [21:41] hi [21:41] gzcwnk: however, at this point. It sounds like they've completely broken/disabled resolvconf, so you should be able to just put the lines directly in /etc/resolv.conf [21:41] Brasil?? [21:41] !br [21:41] Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [21:41] daftykins: I mean, I could just reinstall ubuntu if needed [21:41] noobster: maybe the ESP.wim is in the install.wim in yours, as it uses indexes, maybe it's like index1 is the ESP for instance [21:42] tgm that's what I was thinking until u told me they'd changed things [21:42] #ubuntu-br [21:42] Berry: bit extreme. try "sudo chmod -R 755 /media/berry/" [21:42] noobster: try that wimlib package, if you can view the contents of install.wim you can just extract them to the big NTFS, and extract the ESP to the fat32 one and reboot [21:43] daftykins: Wow, why didn't I even think to try that [21:44] Berry: any result though? [21:44] nm is overriding resolv.conf [21:44] daftykins: It 100% worked [21:44] so that didnt work [21:44] daftykins: I feel like an idiot now ._. [21:44] i have a script file that starts with #!bin/sh when i run it i see: bash: ./foo: bin/sh: bad interpreter: No such file or directory [21:44] any ideas? [21:44] gzcwnk: still not Ubuntu- but resolvconf will fight resolv.conf edits. [21:44] gzcwnk: i personally purge it, reboot, then hardcode DNS on all my server VMs. [21:44] daftykins yes [21:45] yes what? [21:45] noobster: you could try setting the recovery partition with the boot flag, and try booting in legacy mode, it might boot it, but you'd install windows in legacy mode i think [21:45] im sort of using this as a learning point [21:45] Berry: cool - to be honest i find it odd that lacking group perms stopped you handling it [21:45] not blindly doing that [21:45] gzcwnk: well don't learn on unstable junk :) [21:45] i have not used debian/ubuntu much for years [21:45] well i didnt know it was unstable [21:46] daftykins: Well, thank you a ton for helping! [21:46] Berry: np :) [21:48] nevermind. i was missing / in #!bin/sh [21:48] Hi all. Under VMWare, Ubuntu gets stuck with a blank screen after some inactivity. I thought the screensaver was the culprit, but I disabled it and the same thing is happening. Any ideas? [21:48] power save? [21:50] daftykins: I put every setting on "never" on the power save settings. No luck. [21:50] cosc: ubuntu version and vmware product + version? [21:51] VMWare Player 6.0.7. Linux ubuntu 3.16.0-45-generic #60~14.04.1-Ubuntu SMP [21:52] that's a kernel not a version [21:52] ah it was hiding at the end :D [21:52] hrmm 3.16 comes from a deprecated distro now [21:52] release version, not distro [21:53] cosc: we're also up to 14.04.3 so your install is out of date to my mind [21:53] cosc: boot a 14.04.3 download and see how it fairs in the live session [21:53] but you get what you pay for with vmware player ;) [21:53] it seems most proprietary products concern themselves more with making things as easy and fast as they can for their customers [21:53] daftykins: Ubuntu 14.04.3 LTS [21:53] i think this sort of predicting what people want before they even want it thing, is appealing to a lot of people, and why most probably dont use open source products as much, i mean when windows monitors the amount of time i spend in certain folders etc. to order them accordingly & also scans my offline txt/doc files to adjust my searches on bing, it makes a lot of my research faster and more productive [21:54] for example when im buying stuff on amazon or youtube whatever all the algorithms designed to reccomend me stuff [21:54] a lot of it ends up being helpful [21:54] and if its not i just dont click/buy or use it [21:54] hello. any suggestion for first linux? thinking about linux mint KDE. but all i see they switch from KDE4 to plasma and that looks little hm.... weird to me. [21:55] daftykins, I'll try that. I thought there may be a simpler solution :( [21:55] daftykins, they do, realised its somehoew chap secrets problem http://paste.ubuntu.com/12202341/ [21:55] cosc: your paste said 14.04.1 [21:55] but why on earth, i dont know [21:55] Leverquin, why u dont just go with Ubuntu? [21:55] cuz everyone talk that unity is bad?> [21:56] Everyonw who? [21:56] daftykins, 14.0.3 LTS is what lsb_release shows [21:57] cosc: ok, still an out of date install that's been upgraded over time i suspect [21:57] all i want is OS who is stable, can use few addons like notes on desktop.clock calendar. i just can't use this win 7 anymore. everytime i use skype webcam or dota2 i just got blue screen [21:57] DOnt have better or worse, have what work for your needs [21:58] Leverquin start with ubuntu, do u know why? [21:58] no? please tell me [21:59] Because everybody is using ubuntu, u can check this room is most fully in IRC, and u will get free and nice support for an opensource software, or u think that u will found easy help, now is the time to DIY [21:59] Hi, is there a way to stop xscreensaver from running when a fullscreen window exists? [22:00] ok. then shall i get Ubuntu 14.04.3 LTS or Ubuntu 15.04 [22:01] soreau, check http://unix.stackexchange.com/questions/96127/disable-xscreensaver-when-program-is-running [22:01] Hello [22:01] Is anyone there? [22:01] I am using buntu 14.04 LTS [22:01] Cool, I'm using 15.04 [22:01] tucho: yes, ask away if you have a support question [22:02] I have no support questions at the moment [22:02] Leverquin: i'd recommend 14.04 [22:02] I just came to see what's up [22:02] drkjstr: thanks, is that installed by default on say 14.04? [22:02] i'm using it as well, it's stable and nice [22:02] tyan: come chat in #ubuntu-offtopic :) [22:02] I've just recently gotten into Linux [22:02] I dont recommend 15.04 because I never used it, but look like it is fine and stable [22:02] It's fine to me [22:02] I've had no troubles, just installed it a few days ago [22:03] yeah, "I don't recommend" doesn't mean "I recommend not using" [22:03] I see [22:03] just means "I'm not able to personally recommend" [22:03] yeap [22:04] soreau, I'm pretty sure it is not. It might not be in the respository either. [22:04] FWIW I use 15.04 (Ubuntu Mate) on my work laptop since April and it's been solid as a rock. [22:04] ok ok so 14.04 . thanks. well i would like to try mint and ubutu too. but when i check on mint there is like KDE/cim,MATE just can't choose [22:04] Leverquin: There's Kubuntu, Xubuntu, et al for Ubuntu too, so the choice is there for both Ubuntu and Mint [22:04] rory you want to say that ubuntu 14.04 is mate not unity? [22:05] Leverquin: I mean to say I'm using a version of Ubuntu called "Ubuntu Mate", which uses Mate instead of Unity [22:05] Jesus. now i will never choice linux cuz i can't choice witch one to take [22:05] Leverquin: Might as well just pick one at random then. Probably default Ubuntu (unity) [22:06] Leverquin, Mate is a fork of the old Gnome2. [22:06] Leverquin: Mostly because the community support is there for default Ubuntu, and some people in this channel won't help you if they figure out you're on K/X/L/buntu [22:06] jesus. and maria! so much k x l [22:06] Leverquin: You can also install multiple desktop environments on the same system, and choose which one every login [22:06] i actually tried lubuntu on old machina [22:06] drkjstr: I wrote a script to do it with wmctrl but it seems like this would be in code.. somewhere by default. I think it's up to each app to disable/re-enable it if they care to but never mess with it because it's not just a single function call [22:06] Leverquin: So it's not like you HAVE to tie yourself into using a particular one [22:07] Leverquin: You can try them all out and then uninstall the ones you don't like. [22:07] really? [22:07] linux looks like nice guy. [22:07] Leverquin: Yes. The kubuntu-desktop, xubuntu-desktop etc packages will grab all the packages needed [22:08] Leverquin: IMO just install standard Ubuntu, familiarise yourself with it, and then install others if you get bored [22:08] ok i will download ubunty 14.04 and keep it in folder with all mint versions :S till i remove this devil and clean all stuff from pc :@ [22:08] btw rory how to send private messages XD [22:08] Leverquin: /msg person foo [22:09] soreau, I agree, but I don't see it as an option in the manual. [22:11] How can I check if the iso of 15.04 I have is the latest? [22:11] !md5 | Nikesh [22:11] Nikesh: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [22:11] Nikesh: There is only one 15.04 iso. [22:12] Oh OK :D [22:12] Nikesh: Doesn't really matter. Once you install the software, it will do a software update check, and you'll get the latest updates. [22:12] OK [22:12] Wow, Ubuntu Phone in India! [22:12] Nikesh, you'll just have to either check the install updates option during installation, or just do a "sudo apt-get update && sudo apt-get upgrade" after the installation. [22:12] That's so exciting [22:13] tgm4883 bekks Armadillos drkjstr Thank you all! :) [22:16] EriC^^: I will try again after kid goes to bed. 15.04 doesnt have something correct on the live cd about libxml and there is not a repo with wimlib in it for 15.04. I am burning 14.04 that has a repo with dependance so it might be easier to do on that. [22:16] test [22:17] Thanks everyone for your help [22:19] I installed ubuntu 15.04 from usb stick. grub installation failed and I had to install lilo. now it drops into busybox stating that it can't find /dev/sdb1 - which is true, lilo should have been set up pointing to /dev/sda1. how do I reconfigure lilo? [22:20] siloxid, install again correctly [22:21] I never told lilo which device to point to - it will do the same thing again and that isn't an option [22:21] siloxid, Install ubuntu again, lilo should auto see it, two boot app failures is not a good sign [22:22] siloxid: +1 to wileee - going off GRUB is a sign of other issues, LILO is not the answer [22:28] Hi, I cannot control my laptop's screen brightness from my keyboard shortcuts. the gui appears but the brightness doesnt change [22:28] I'm using Acer Timeline-X I don't know what to try. I tried installing backlightx and creating 20-intel.conf file [22:29] Changa: tried any of the stuff that refers to adding kernel boot parameters like "acpibacklight=" ? [22:29] I should, saw that somewhere [22:29] what is systemd? [22:30] Changa: have you also seen - https://help.ubuntu.com/community/AspireTimeline/Fixes#Brightness_Control_.28fn.2B-Arrow.29 ? [22:30] system management daemon [22:30] witch means what? [22:30] Changa: yeah speaks of acpi_backlight=vendor [22:30] https://en.wikipedia.org/wiki/Systemd [22:31] just a fancy way to manage processes, services, auto-start services etc... [22:32] hi [22:33] is there some graphical partitioning tool that supports LUKS and resizing? [22:33] gparted doesn't seem to support LUKS, gnome disks doesn't seem to offer any option to resize [22:34] MrJones: fwiw i probably wouldn't trust it anyway, i'd backup + recreate [22:34] i don't see why ubunty doesn't come with flash, java codescs vlc gimp like mint :( [22:34] Leverquin: good reasons [22:34] daftykins: trust in what way? I'm on a live system right now, it's not like this is an infected windows machine or anything.. [22:35] or the live ubuntu would store my encryption pw forever [22:35] MrJones: well i assume you care about your data. [22:35] i think you grabbed the wrong end of the stick there [22:35] "how can I resize my partition?" - "i think you grabbed the wrong end of the stick here" [22:35] jesus it's 2015 [22:35] and yes I do have backups [22:36] now is there a capable graphical tool or not/ [22:36] I can go the command line way but I just rather wouldn't [22:36] that is an extremely poor attitude. [22:36] I think fedora's anaconda actually supports all of this, but sadly I'm on an ubuntu live disk [22:36] well you're free to go make one. [22:36] what is your problem? [22:36] I just asked very regularly if there is such a tool [22:37] I'm not asking you to magically make one .. [22:37] right and i pointed out a friendly warning and you're flying off the handle [22:37] goodbye [22:37] warning to trust no graphical tools to ever resize something even if I have a full back? [22:37] right [22:39] *backup [22:40] Heya folks, Does Ubuntu have a Mobile Devices based IRC channel? [22:41] !touch [22:41] Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [22:42] Niceone! cheers dude :D [22:42] np :) [22:43] That's a nice feature mate ;) Nice to meet you btw :D [22:46] gnome disks doesn't have a hidden resize button somewhere does it? so far I can only spot delete and recreate and such [22:46] it seems pretty capable otherwise but oddly enough doesn't seem to have a resize functionality.. === Scorpion is now known as R58 === coffee- is now known as welshcheddar === welshcheddar is now known as coffee- [22:48] oh.. this is a cool program.. DoIt (runs command on remote Windows PC) [22:49] makes my VM even more seamless [22:54] MrJones: if you want to resize a partition use gparted in a live iso, backups are always important [22:56] MrJones: yeap, install gparted, just a few kbs, and use the slider to resize the partition :) [22:56] i wonder if you folks noted it was encrypted [22:58] oh LUKS .. i love the warnings https://help.ubuntu.com/community/ResizeEncryptedPartitions [22:59] 'here be dragons' === brainybrian_ is now known as brainybrian1 [23:00] how would you diagnose touchpad issues? === brainybrian1 is now known as brainybrian2 [23:04] daftykins: fwiw, it appears blivet has just had lots of git commits activity to implement luks resizing as recent as june. doesn't really look like they're done tho.. and strangely gnome disks doesn't do resizing? [23:04] so I guess at this point no tool supports it [23:04] otherwise I'd give blivet-gui a try, but I guess I'm a year too early ;( [23:05] ah you calmed down, cool. [23:06] daftykins: more like, I googled a bit myself since nobody here had a good idea [23:07] I'm still not sure if gnome disks really has no resize or if I'm just missing it [23:07] i wouldn't even try to use that one [23:07] it seems to detect the luks things down to all details [23:07] even allows me to change passphrase === brainybrian2 is now known as brainybrian_ === brainybrian_ is now known as brainybrian1 [23:11] Hi guys, i have a USB problem, can anyone help? === brainybrian1 is now known as brainybrian2 [23:11] seanhub: once you share some details yep [23:12] hi all, I recently installed thightvncserver and all works well. but I would like to see the log files to see who logged in. search with google, but no luck [23:12] thight or tight? [23:12] sorry, tight of course [23:12] AlternativElite: the config files may speak of a log file path, if not /var/log somewhere [23:13] daftykins, thanks, I'll have a look [23:21] h [23:24] daftykins, I found the .log file of vnc server. It turned out that there were many authentication failures from an IP from China. LOL;) seems I need to make a harder to crack password... [23:24] oops :) [23:24] AlternativElite: non-standard port numbers are always handy too, though not a true form of security - they can cut down on portscan based bots like those [23:25] so 5900 i think it is for VNC, maybe change to something in the tens of thousands [23:26] daftykins, I will do that. Definately tomorrow, here it's already 1:25 AM...but I will stop vnc-server until some changes are made.:) [23:27] sounds good :) [23:27] thanks for your support...will check more often #ubuntu channel... [23:27] anyonr have openvpn? [23:27] good nicht [23:27] *good night [23:28] german? [23:28] ablest1980: yep [23:28] cool [23:29] daftykins, do you know openvpn? [23:29] how do i run openvpn from terminal? [23:29] run it? as in as a client, or...? [23:30] how do i do this [23:30] openvpn --config client.ovpn [23:30] client yes [23:30] well you need that client profile file to begin with [23:30] has a VPN provider supplied you with one? [23:30] i dont know [23:31] ok so lets back up - why do you want a VPN connection? :) [23:31] protection === hxm is now known as Guest4518 [23:31] from what [23:32] my ip [23:32] on what services? [23:32] internet [23:34] ablest1980: so essentially, you don't actually have a VPN server you want to connect to? === tho is now known as Guest4450 [23:37] in a new 15.04 install, I guess, there is no longer a base xorg.conf file, but these instructions are broken out in the xorg.conf.d directory files. Where would I fiddle with a driver module change? [23:37] promet: as in you want to use a specific driver? which? [23:37] Not quite sure, radeon prolly [23:37] I'm trying to kickstart an old imac g3 [23:37] i have openvpn [23:38] but X won't start, blackscreen [23:38] ablest1980: ok you installed it on your own machine - but you need something to connect to with it - so you need a service on the other end [23:38] looks like the system complains about fglrx [23:38] promet: oh dear Tux - ok that's a bit different :) can you boot with 'nomodeset' ? [23:39] Anyone know which package provides libftd2xx.so.0 [23:39] ? [23:39] daftykins, I will try that [23:39] i signed up for openvpn [23:40] ablest1980: where? [23:40] openvpn is just a client? [23:40] openvpn.net [23:40] it is a client and a server, but you need to set up a server yourself [23:40] or sign up to a service that provides one [23:40] can I update a bootable usb with persistence? === freq is now known as mnkyboi [23:41] ok [23:42] It's not installed to usb drive, I used startup disk creator on desktop to put ubuntu on pendrive. [23:42] im in there # ty daftykins [23:43] xubuntu666, There are limitations, what is the end goal? [23:44] I have a bunch of hardware to test, so I may have to install modules or whatnot, and I would like that to be with a fully updated system [23:44] xubuntu666, Bad environment than, use a virtual. [23:45] virtual? that's not going to make it easy to test hardware. this computer doesn't have a hd [23:45] buy one [23:45] Hello :-) - I did a "apt-get install mysql-server" - it did a lot of things, but then this: [23:45] xubuntu666: when you say hardware, what items do you mean? graphics cards or pretty much anything? [23:46] xubuntu666: I generally install the LTS + the updated Hardware Enablement kernels to the USB device, and boot each PC from that... you have all the tools and can keep it updated without jumping through hoops [23:46] Setting up mysql-server-5.5 (5.5.44-0ubuntu0.14.04.1) ... [23:46] start: Job failed to start [23:46] invoke-rc.d: initscript mysql, action "start" failed. [23:46] dpkg: error processing package mysql-server-5.5 (--configure): [23:46] subprocess installed post-installation script returned error exit status 1 [23:46] !paste | Danskmand [23:46] Danskmand: 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. [23:46] i have sound cards, modems, a few old video cards, nic, raid card [23:46] Sorrryyyy :-) [23:46] Danskmand: try "sudo dpkg-reconfigure mysql-server-5.5" [23:46] TJ-, so an install is preferable? [23:47] ...Is broken or not fully installed.... [23:47] daftykins: [23:48] xubuntu666: I find it so... you have all the benefits of package upgrades, can install additional packages with tooling, without needing to mess about with a persistent Live image [23:48] Danskmand: "dpkg -l | grep mysql" in a http://paste.ubuntu.com please [23:48] If install would be the easy way, I really should find a hd so I don't kill the key. Thanks TJ-, wileee and daftykins [23:48] xubuntu666: I install the 32-bit (i386) images but I also install both 32-bit and 64-bit kernels. That way it can boot on both i386 and amd64 architectures using the same userspace [23:49] good idea [23:49] xubuntu666: as long as you disable swap I've not found the USB flash dieing - I've had some of them many years [23:49] Daftykins: http://paste.ubuntu.com/12202906/ [23:50] no? I didn't go in depth, but I just read about many more writes on install compared to live [23:50] Danskmand: actually it looks potentially straightforward, try "sudo apt-get purge mysql* " (note the * ) then "sudo apt-get install mysql-server" [23:50] hello everyone, I have a little question: I made an app with python and gtk (using glade) and I wanted to package it for some distros. but then I tought: I run this app just by running the executable python file, that loads the .glade file real time. where am I supposed to put those files in my fs? [23:52] daftykins: Purging: http://paste.ubuntu.com/12202911/ [23:53] daftykins: Ok ? - install now ? [23:54] Danskmand: hmm i might actually add "sudo rm -r /etc/mysql" - assuming this is a clean install so you have nothing you need to keep === mnkyboi is now known as moral [23:55] Well, there is only a "debian.cnf" in there anyway... [23:55] gabmus, put your files in /usr/share/projectname/ [23:55] Danskmand: kill it regardless [23:55] xubuntu666: wow, why didn't I think of that... thanks! [23:56] gabmus, include a script that starts your program, possibly checking for previously running instances, or whatever. Link to it from /usr/bin [23:56] Okay...did it - more to delete before installing ? [23:56] xubuntu666: thanks! you've been of great help [23:56] gabmus, no prob. [23:57] hi, what to do when ubuntu is frozen ? [23:57] salve putinhas [23:58] putolov, how frozen is it? is your caps lock light flashing? [23:58] putolov, can you toggle numlock? [23:58] xubuntu666, yes [23:59] daftykins, I tried the nomodeset, but no dice [23:59] promet: what happens at boot? [23:59] putolov, if your caps lock light is flashing, you have a kernel panic. Probably faulty hardware or a loose connection. Use power button. If you were answering the second question, ignorre all that