[00:00] skynetguy: IDK, I wouldn't use 32-bit on 64-bit capable hardware but that's just me [00:00] Moonlightning: true ... I'm looking at the bridge-utils pre-up script though, and it does a lot of tests before adding each interface [00:00] tgm4883, ok [00:01] tgm4883, i got about 30 different pae kernels to choose from when booting [00:01] tgm4883, dont know why they keep updating them [00:01] skynetguy: because security patches [00:02] tgm4883, oh [00:03] I am very irritated now. :( [00:03] tgm4883, if i upgrade from update manager i still keep all my files right?? [00:03] skynetguy: remove some [00:03] Volund: that's a shame, on a Friday night too [00:03] Deduced that the reason my computer and Linux are not getting along is the fglrx proprietary drivers. [00:03] skynetguy: yea [00:03] it works fine on open source drivers except I can't seem to run Steam [00:03] if I switch to fglrx it won't boot. [00:03] Volund: what card? [00:03] AMD Radeon HD 7970 [00:04] Volund: what's the error in steam? [00:04] daftykins, you mean backup?? [00:04] one moment, I'll try and find out [00:04] daftykins, you talking to me?? [00:05] * Volund runs steam.real in terminal [00:05] skynetguy: did the name not give it away? remove some old kernels :) [00:06] daftykins, how in the world do i do that? [00:06] daftykins, and what would that do?? [00:06] wow. [00:06] "dpkg -l | grep linux-image" list old kernels [00:06] Why are we worried about the number of kernels now? [00:06] ah is this user gonna upgrade? [00:07] that was my impression [00:07] TJ-: where're you looking? [00:07] having some free space on /boot might still be useful [00:07] skynetguy: what are you going to do? upgrade? [00:07] thats what im about to do from update manager [00:07] daftykins, yes [00:07] skynetguy: pastebin "df -h" first [00:08] daftykins: it should check for freespace before doing the upgrade (and I'm thinking everything this user has is in 1 partition) but yea, he should check first [00:08] tgm4883: noted, but yeah, can't hurt [00:09] Moonlightning: "/etc/network/if-pre-up.d/bridge -> /lib/bridge-utils/ifupdown.sh" which calls parse_bridge_ports() from "/lib/bridge-utils/bridge-utils.sh" - parse_bridge_ports() can filter out interface names from the list used to call "brctl addif" [00:09] TJ-: Okay? [00:09] Moonlightning: s/parse_bridge_ports/bridge_parse_ports/ [00:10] daftykins, http://paste.ubuntu.com/12460533/ [00:10] tgm4883: http://pastebin.com/D5Bg61xB [00:10] Moonlightning: so the bridge-utils scripts could filter out 'wlan0', whereas when you call brctl manually that doesn't happen [00:11] Volund: there is a workaround for that [00:11] skynetguy: and "dpkg -l | grep linux-image" ? [00:11] is it the one for deleting libstdc++.so.6 etc? [00:11] Volund: what version of ubuntu is this [00:12] TJ-: I only see one thing that looks relevant in bridge_parse_ports() [00:12] Ubuntu 15.04 x64 [00:12] Hi, I have to copy and paste the public key into my remote ~/.ssh/authorized_keys file ... but I have no authorized_keys file in /etc/ssh/ [00:12] Volund: yea, there is a file that steam ships that you can delete. It's pretty old [00:12] and that's this regex at the top: eth.\* em.\* 'p[0-9].*' [00:12] daftykins, http://paste.ubuntu.com/12460605/ [00:13] TJ-: but it seems to me that that's only used when you add `all` interfaces to a bridge? [00:13] gcosmin: create it, or use ssh-copy-id, which does all of this stuff for you. (ssh-copy-id user@server) [00:13] Or something like that? [00:13] Volund: I'd try deleting ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6 [00:14] Moonlightning: I'd add a "set -x" just before "brctl addif $IFACE $port && ip link set dev $port up" and call "ifup br0" and see which ports it tries to add (after downing the bridge first of course) [00:14] sry, what's your issue Volund === curiousx is now known as Chuck_Norris [00:14] funny thing, my steam folder is in ~ and not ~/.local [00:14] Pici: http://pastebin.com/LenbvJYY [00:14] TJ-: I think I'm going to uncomment the lines for eth1 and wlan0 from /etc/network/interfaces, reboot, and see if that works. [00:14] TJ-: if not, I'll try that. [00:14] Volund: can you still make your way to that file? [00:15] Either way, I should be back in a few minutes. [00:15] Volund: it's shipped with steam, and is pretty old [00:15] Moonlightning: you don't need a reboot. Just use ifup/ifdown, or /etc/init.d/networking restart [00:15] Volund: https://github.com/ValveSoftware/steam-for-linux/issues/3801 [00:15] daftykins, am i good to go?? [00:15] skynetguy: eh i'd kill some, there are tonnes on there. does "sudo apt-get autoremove" get rid of any for you? [00:15] Volund: I'm pretty sure that is what I did on mine when I ran it on that card. Now I run steam on my intel graphics and just the games on the AMD card [00:16] gcosmin: you shouldn't need to touch anything in /etc/ssh/. Did you create an ssh key for your user (using ssh-keygen) ? [00:17] daftykins, http://paste.ubuntu.com/12460653/ [00:17] I don't -have- that file... [00:17] daftykins, i think only two were removed [00:17] Volund: interesting. [00:18] Volund: out of curiosity, do you have it at that path I mentioned? [00:18] TJ-: I'm also testing the other things that I just fixed. [00:18] anyone here know why my heredoc string is bad syntax - https://travis-ci.org/jeff1evesque/machine-learning/builds/81057986? [00:18] Anyway, brb. [00:18] it was in ~/.steam and not ~/.local/share/steam [00:19] skynetguy: you could run 'sudo apt-get purge linux-image-3.2.0-23-generic-pae ...' up to and including 88 (name each package with a space between to do them all in one go) [00:19] * Volund forces Steam to utterly rebuild, tries this again [00:20] daftykins, but if i upgrade to 14.04 wont they all be removed anyway??? [00:20] skynetguy: nope. [00:20] Volund: odd, you should have that file in ~/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/ I just checked it on my 15.04 box [00:21] daftykins, ok let me undestand this if i upgrade to 14.04 i these kernels will still show up at boot and i can into them??? [00:21] one moment. [00:22] skynetguy: they'll be there but you shouldn't boot them, i am saying remove all the unnecessary cruft now [00:22] daftykins, ok [00:22] hunting for file now [00:23] daftykins: it really leaves 12.04 kernels installed after an upgrade to 14.04? eww [00:23] doesn't it only leaves the last one¿' [00:23] daftykins, so i "sudo apt-get purge linux-image-3.2.0-23-generic-pae, linux-image-3.2.0-61-generic-pae...and so on with comma after each one??? [00:24] skynetguy: no comma [00:24] just a space [00:24] skynetguy: i said spaces. READ what i say [00:24] Volund: updatedb ; locate [00:24] daftykins, yeah sorry i got it [00:25] tgm4883: libstdc++.so.6 [00:25] this is what I have. [00:25] Volund: thats..... the exact name of the file I said [00:26] yeah gah sorry I'm getting confused with five other troubleshooting threads [00:26] Volund: and to be clear, that is the one in the steam directory right [00:26] yeah [00:26] Volund: ok, so either delete or move that one somewhere else then start steam [00:27] okay I got it working [00:27] good [00:27] looks like my frustrated explosion at Kubuntu was unwarranted and I did not need to switch to Ubuntu... however... [00:28] provided that I can get VNC working for desktop sharing in unity I really don't care which I'm using [00:28] Volund: well the good news is that it's easy enough to switch between the two [00:28] so if you change your mind, you can go back [00:29] it is? [00:29] Volund: yes, you could 'apt-get install kubuntu-desktop' and then remove all the ubuntu specific stuff and have a Kubuntu install [00:30] .... [00:30] Volund: or just install the kde stuff then you can choose which one to login to on the login screen [00:30] wow. [00:30] I just came from Windows twod ays ago and that sounds like some kind of wild black magic. [00:30] lol [00:30] Volund: package managers are wonderful. [00:30] apt-get blew me away the first time. :) [00:30] Volund: yea, it's nice on this side :) [00:31] “Wait…so it's just automatically downloading and installing everything that this thing needs to work??” [00:31] you could replace explorer with litestep too... *cough* [00:31] daftykins, hey i dual boot windows 7 those wont affect that right?? [00:31] I do apologize for my impatience. 10+ years of being able to make my PC do practically whatever I wanted and then being faced with a situation where I utterly did not know what to do filled me with a frothing fury. [00:31] skynetguy: removing old kernels? no [00:31] daftykins, i noticed it saying it found windows 7 boot loader [00:31] Volund: I've been there. I call it windows server 2003 [00:32] yeah don't worry. [00:33] daftykins, its doing alot of stuff [00:33] join ##security [00:33] Anyway. wlan0 still isn't being added to the bridge. [00:33] daftykins, something like 2gb will be freed [00:34] skynetguy: eh seems worth it now eh? :) [00:34] skynetguy: do a "sudo apt-get autoremove" after that too [00:34] daftykins, yeah i guess [00:34] daftykins, ok [00:34] Moonlightning: can you paste your network interfaces file again, I've not really been following along but you're just trying to bridge two networks? [00:34] daftykins, i know i had way more kernels than the ones i showed you [00:35] daftykins, i guess its doing all of them [00:35] tgm4883: https://gist.github.com/BlacklightShining/9e897888593ba791084c [00:35] skynetguy: you guess? [00:35] tgm4883, pretty sure [00:36] skynetguy: did you not specifically add every one you wanted it to remove? [00:36] tgm4883: I'm not really trying to bridge two networks. I just have the two downstream interfaces bridged together, 'cos that's what I'm used to coming from consumer netboxes >.> [00:36] tgm4883: the effect I was going for is that all clients be on the same subnet. It seems to work. [00:36] Moonlightning: why waste so much power to do the job of a consumer box? :) [00:36] tgm4883, dpkg -l | grep linux-image did not show every single one [00:37] tgm4883, but i think its removing all of them now!! [00:37] daftykins: flexibility. Using a fully-fledged computer as a netbox means I can make it do a lot more. [00:37] Moonlightning: heh, and you get to support it every single day! yeah you're preaching to the choir, i used to run smoothwall and know of pfsense [00:38] reinventing the wheel is something only worth doing when you're young :P [00:38] Moonlightning: I'm not sure if it helps, but here is my bridging setup. I use it to put my LXC containers on my local network http://pastebin.com/vHevaL6J [00:38] daftykins: ehhh, it's not that high-maintenance :3 [00:38] skynetguy: you know you weren't meant to list them all, yeah? [00:38] daftykins, oh ok [00:38] Moonlightning: :D i'll remember you nick and keep watching :P [00:39] daftykins: might not be in here next time :p [00:39] My other nick is Starthunder, by the way. [00:39] daftykins, all done [00:39] and the autoremove? [00:40] skynetguy: out of curiosity, what command did you run to remove them? [00:40] daftykins, nothing to remove [00:40] tgm4883: i'd said purge one by one :D [00:40] tgm4883, sudo apt-get autoremove [00:40] no it was purge [00:40] this is super confusing [00:41] tgm4883, sudo apt-get purge [00:41] thats the one [00:41] tgm4883, i just did all of them in one go [00:41] skynetguy: yea, don't reboot your computer right now [00:41] lets confirm you still have one before you do anything else :P [00:41] "dpkg -l | grep linux-image" [00:42] should still have at least -88 [00:42] daftykins, http://paste.ubuntu.com/12460943/ [00:42] yay [00:42] daftykins, now i can upgrade from update manager [00:42] daftykins, ?? [00:43] once you backup, sure [00:43] daftykins, oh i have to backup?? [00:43] always [00:44] daftykins, i thought doing that way keeps all your files [00:44] yeah but what if the upgrade doesn't boot [00:44] it's amazing to me how many people don't keep some form of backup [00:44] ok i'll backup [00:44] will this affect my other windows 7 partition [00:45] everything should be backed up [00:45] holy cow really [00:45] =| [00:46] sorry its just i got around 300gb of stuff [00:46] that's nothing [00:46] skynetguy: how important is the data [00:47] tgm4883, maybe a third is important [00:47] skynetguy: wrong. If your data isn't backed up, it obviously isn't important [00:48] you see what I'm laying down here? [00:48] so your saying that upgrading this way should go smoothly but just in case it doesnt i should backup??? right [00:49] skynetguy: I'm saying, what are you going to do about your "important" data if your hard drive crashes in the next 5 minutes [00:50] so I went to Dash -> Desktop Sharing and configured it.. my Windows machine's not connecting using RealVNC though, hrm [00:50] tgm4883, i've upgraded in the past this way and it went smoothly [00:51] skynetguy: and it will likely go smoothly this time. But data that isn't backed up isn't important [00:51] * Volund restarts, tests a thing [00:52] my goodness even the windows 7 partition will be in danger [00:53] maybe i better plan this...... [00:54] upgrades are usually worthy of a good planning, yeah - you never know what might happen. [00:54] hi all, running Unity/Ubuntu 15.04. Tried to install KDE Plasma 5.4 using the backports PPA but ended up getting 5.3.2....how can I update it to 5.4? [00:54] the Linux kernel could nuke your drive and take your family hostage [00:54] lol [00:55] okay so [00:55] I'm trying to get Desktop Sharing working [00:56] Ubuntu seems to have support for it built-in and I configured it, but attempting to connect using Remmina or RealVNC, I just get an 'attempting to connect' that hangs forever. [00:56] daftykins, you know of a good online storage for large amounts of data??? [00:56] Volund: maybe you're choosing the wrong port or you need to open the port or something else [00:57] daftykins: it's funny though, the more I know about linux and the more prepared I am for data loss, the more cavelier I am about doing things that may nuke stuff [00:57] skynetguy: nothing beyond the usual, dropbox - box - onedrive - blah blah [00:58] daftykins, any of them that are free [00:58] skynetguy: I don't know of any free places for you to stash 300GB of stuff [00:59] tgm4883, maybe 42gb [00:59] Ben64: I know it's the right port because when I kill vino-server, I get 'connection refused' instead [00:59] tgm4883, is all i need [00:59] skynetguy: not sure about free storage for that either [00:59] skynetguy: but yourself an external disk, you can't get by in life with just the one internal - they all die [00:59] 1tb foto storage, flickr [01:01] daftykins, i have one how long do they last because one i got was defective and the other one has been working for 2 years now Seagate 1TB [01:01] skynetguy: depends [01:01] why aren't you just copying to that then? [01:02] why do you want something online o0 [01:02] because that one is almost full [01:02] I have a Toshiba S55t laptop with touch screen - Ubuntu runs quite well, however, after waking up from slumber, the touchscreen no longer works. Any work-around? [01:02] you are my hero, it worked! I'm so happy:D [01:02] even the external ones are defective [01:03] is there a way to test them [01:03] before i load data into them [01:03] Hello all. I hate to be that guy... I'm brand-new to Linux. All 30+ years of my life have been focused on Windows. I recently purchased a new laptop with Ubuntu 15.04 installed. Love it, the GUI is so simple. But my concern is that it's so simple, I feel like I'm not actually learning Linux I am just learning how to navigate. Any place you recommend I go to no skip over the core essentials of Linux? [01:04] GetOffMyLawn: install a VM and play with server, learning the command line - also try the free intro course at edx.org [01:04] GetOffMyLawn: Well, what do you want to do? Every GUI has a command line counterpart......... [01:04] daftykins, thank you. I'll take a look at that website! [01:05] can you use the command line? if not thats a good start [01:05] jeffrey_f, no idea. Just learn it :) I wanted to try something new. It's kind of overwhelming to not even know the basics, like how to find an IP address lol. I am learning it, but man... so different. [01:06] you can find all that in the GUI as well though [01:06] daftykins, correct, and I have. My concern is I just notice a lot of content is purely command-line driven. So I feel like I'm selling myself short doing it via GUI. Is that fair to say? Or will GUI pretty much handle it? [01:06] GetOffMyLawn> try to compile apps not in the repos, thats a bit tricky [01:07] compiling that takes forever [01:07] daftykins thanks again for helping me, I will go and enjoy my new xubuntu now, have a good one:) [01:07] chris66, thank you. I can say, when I started Linux even terminology was way out there. No one explained what a repo was, what a sudo meant, etc.. I watched a bunch of YouTube videos and learned it. But they seem to be all over in the sense of consistency. [01:07] GetOffMyLawn: same as always true of Windows too, really [01:07] s/as/was/ [01:08] chris66: working with nvidia's proprietary now eh? [01:08] daftykins, correct. I guess because I grew up on Windows, starting with 3.1, and being an IT professional my whole life I just learned how to manage it from all aspects as both a user and admin. So I suppose that's what I was hoping to not miss out on with Linux. [01:08] GetOffMyLawn: Well, install virtual box and load up another instance of LInux and poke around that. If you mess it up, just reload and go at it again. [01:08] I guess the answer really is just play with it lol [01:09] jeffrey_f, what's a recommended virtual box application? [01:09] yep,I have the latest, it seem to have made the trick:) just as you said [01:09] lol [01:09] GetOffMyLawn: VirtualBox [01:09] tgm4883, that was simple... lol [01:10] GetOffMyLawn, commands are standard, you just are more exposed to the command line is all. [01:10] chris66: cool, glad it worked out [01:10] I know what you mean man, [01:10] GetOffMyLawn: virtualbox. Command:sudo apt-get install virtualbox [01:10] me too, I am very glad, thank you so much! :) [01:11] Well [01:11] jeffrey_f, thank you. So the apt-get confuses me, because I have no idea how to know what the name of the app is (what it comes with, how it's rated, etc..). I see the Ubuntu software manager gives all that, but if I wasn't on ubuntu, how would I know what to even type after "sudo apt-get install" ? [01:11] GetOffMyLawn: How about LAMPP, (Linux, Apache Server, PHP, Python) have a web you can mess with [01:11] I got x11vnc running in Ubuntu which is cool [01:11] and I think this layout will be acceptable. [01:11] I was on debian all day yesterday tryin to compile Tomahawk, it's damn impossible, that will be something for you :) [01:12] good practise for sure [01:12] GetOffMyLawn: you'll want to learn the "man" command. Then you can read the manual pages for various things "man apt" [01:12] GetOffMyLawn: every command comes with manual command: man [01:12] GetOffMyLawn: also, most things have a -h option that will print some helpful info [01:13] jeffrey_f, tgm4883: Thank you both. I did start using the man command, didn't know about the -h (I was trying windows /? which worked 40% of the time.). [01:14] GetOffMyLawn: If you ask help here in doing things, you will ALWAYS get commands. It's too difficult to make sure others are seeing the same things in a GUI [01:14] GetOffMyLawn: also, TAB will be helpful to you [01:14] !tab | GetOffMyLawn [01:14] GetOffMyLawn: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [01:14] jeffrey_f, that is a good thing for me, so thanks! I want to learn the commands more than anything. But it seems that so many linux tutorials assume you know the "culture" of Linux I guess. Things like referring to network cards as eth0 and not explaining what it is. [01:15] jeffrey_f, so I find myself googling every 10th worth when reading articles. It's coming together slowly, but definitely a lot of different verbiage. [01:15] well, do LFS101 like i said on edx.org - that'd be a great start [01:15] I have a Toshiba S55t laptop with touch screen - Ubuntu runs quite well, however, after waking up from slumber, the touchscreen no longer works. Any work-around? [01:15] but to be honest most of it comes from exposure and just getting stuck in [01:15] daftykins, yeah I am browsing that now, thank you. [01:15] set yourself a task like learning to do web admin - don't let yourself take any shortcuts :> [01:16] as in web hosting on a Linux server [01:16] daftykins, edx.org reminds me a lot of pluralsight.com, which I'm very familiar with. Not sure if you've used it. But if so, would you say that's an accurate comparison? [01:17] GetOffMyLawn: I tried some flavor of Linux quite a while back, but it was still floundering. I tried it again in '06 and it survived 3 kids (unlike windows) and is STILL being used on that same desktop system. [01:17] GetOffMyLawn: never heard of === interrobang is now known as roonie [01:18] GetOffMyLawn: I've gotten to the point, I would rather use the command line for things. system update: sudo apt-get update&&sudo apt-get -y dist-upgrade&&sudo apt-get autoremove [01:20] jeffrey_f: That's my goal! I love the amount of flexiblity/control. It's also really interesting to see how simple it is... I find myself thinking I need to worry about driver conflicts, but I have yet to have anything like that even after messing around on a dual-boot I setup. [01:21] right i think, given this channel is actually about pure support - the 'learning' convos might have to move to ##linux or #ubuntu-offtopic folks :) [01:22] daftykins, understood. I have a good start thanks to the feedback, so I'll shut up and do some digging. Thanks again! [01:22] exit [01:22] well that was wrong lol, see ya. [01:27] I have a Toshiba S55t laptop with touch screen - Ubuntu runs quite well, however, after waking up from slumber, the touchscreen no longer works. Any work-around? === hugegree_ is now known as hugegreenbug [01:35] can some one tell me how to fix this error please [01:35] http://pastebin.com/PqUx9WTW === CraHan is now known as CraHan_zZz [01:36] Dragony: so, line 15. [01:37] daftykins: yes i even set it to UTF-8 and im still getting the error [01:38] well it's obviously upset [01:38] never heard of that though, so perhaps you should find a channel for it [01:40] Can anyone help with a touchscreen that stops working after taking a nap (the computer, not me) [01:40] i'd just google restart touchscreen after resume [01:44] hi [01:44] daftykins: I've been looking, but there is more old info than new......I'll keep plugging until I can fix [01:45] hi [01:45] carlos: yes, if you have a question, Go ahead [01:45] carlos: saw you the first time :) [01:45] good evening, I'm new with linux [01:46] ok well this is a support channel, so you come here with support questions that are ubuntu specific [01:46] I don't want to screw up my operating system [01:46] carlos: what do you need help with. No formalities here, just go with the questions [01:46] so I have a lot of question [01:46] ok [01:46] and try to write full sentences [01:47] carlos: one long line, be as detailed as possible [01:49] I tried to uninstall blender 2.75, but many softwares of my operating system are gone after that. In the end I couldn't uninstall blender. So, how can I get my default settings to my OS? [01:49] Tried to install a second os, did not work still just boots in to ubuntu. I am ok with that but how to reclaim my hard drive with out hosing ubuntu [01:50] carlos: how did you attempt to uninstall? [01:50] carlos: what do you mean by default settings? [01:52] I tried to use the terminal in order to uninstall it, and what I mean default settings is to return everything as the first time I installed my OS [01:53] if you really hosed it, just clean install [01:53] hosed it? [01:53] hosed = broke [01:54] :( [01:54] do I have to install my OS again? [01:54] what is this many softwares you speak about? give us some examples, what programs were gone? [01:55] the updater was one of them [01:55] software center also gone [01:55] gimp [01:56] carlos, curious as to why you felt the need to remove core elements? [01:56] what command did you use to uninstall blender? [01:57] carlos: you might be able to bring things back by just installing ubuntu-desktop - it might pull back in whatever you got rid of [01:57] my intention was not to remove core elements, in fact I don't what that is, I tried to uninstall blender [01:57] the command I used was.... [01:57] lets focus on facts and not intentions [01:58] carlos, Ubuntu with Unity? try sudo apt-get install ubuntu-desktop [01:58] carlos: sanest option = reinstall ubuntu. and blender/gimp are not part of default ubuntu so I question what OS you actually installed [01:58] sudo apt-get -f --purge remove Blender 2.7 [01:58] that's the comand I used [01:59] well 2.7 shouldn't have matched anything [01:59] by the way, I'm using ubuntu studio [01:59] run it anyway [02:00] run what? [02:00] installing ubuntu-desktop will not take you to default ubuntustudio. clarify your goal [02:00] is it safe? [02:00] you could probably use tasksel and search for the ubuntu studio you had [02:01] * daftykins walks away [02:01] and select it there === temp is now known as temporary [02:01] tasksel? [02:01] "sudo tasksel" in a terminal and see what you get [02:01] !info ubuntustudio-desktop [02:01] ubuntustudio-desktop (source: ubuntustudio-meta): Ubuntu Studio Desktop Package. In component universe, is optional. Version 0.134 (vivid), package size 4 kB, installed size 42 kB [02:02] hello [02:02] Hello [02:02] ok, I'll try tasksel then [02:03] it says command not found [02:03] did I have to type apt- get before tasksel? [02:04] you could apt-get install tasksel [02:04] no [02:04] and try again [02:04] OR just apt-get install ubuntustudio-desktop if that's what you had, I have no idea how many flavors of ubuntustudio there are [02:04] no what? [02:04] there is only ONE ubuntustudio [02:05] 'did i have to type...' [02:05] carlos: honestly it should be pretty easy to follow the flow of conversation here [02:05] carlos, sudo apt-get install ubuntustudio-desktop will take you to a default ubuntustudio [02:05] I'm trying, but I'm new to this [02:05] conversation? [02:05] yes [02:05] ! [02:06] * cfhowlett backs away - far away [02:06] you all sound like programmers and I don't know anything about programming [02:06] * daftykins does not code [02:07] * cfhowlett gave explicit instructions on how to proceed - but that was apparently ignored [02:07] carlos: I am very new to this to but the only way to learn is to screw it up and start over and try not to do the same error again [02:07] whois carlos [02:07] carlos, "sudo apt-get install ubuntustudio-desktop" , Final Solution, no Hitler [02:07] cfhowlett: yeah, seems to be the theme of the evening [02:07] ok [02:08] daftykins, :) [02:08] seems ubuntu-studio was sucked away in carlos's computer [02:08] lol [02:09] it's running [02:10] where can I find ~/.config/hexchat/logs [02:10] there's another thing I would like to ask [02:10] jcstarken, in your /home [02:10] but you need to display hidden folders if you use the gui [02:11] hava no have japan people [02:11] how can I erase or remove packages that don't work? [02:11] Does anyone here know where the su config files are [02:11] cfhowlett: thank you [02:11] my su command is being funny! [02:11] jcstarken, happy2help! [02:12] it finished === daniel is now known as Guest86649 [02:13] what does the desktop do? [02:13] give you the GUI? [02:14] what is GUI? [02:14] I think he means the package he just installed [02:14] oh [02:15] the installation is done, but I don't know what I did [02:15] you get back the default programs for Ubuntu Studio [02:15] beerus, check the "configuration" section of man su [02:15] carlos, logout and login [02:15] you mean to reboot? [02:16] ... [02:16] n - o [02:16] i think also [02:17] ok, I'll reboot [02:17] often, people choose to use certain words because they mean what they're trying to say [02:17] another thing [02:17] how can I update a program? [02:18] alguien español [02:18] !es | Guest86649 [02:18] Guest86649: 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. [02:18] yo [02:18] carlos, please /join #ubuntustudio [02:18] Bashing-om:? [02:18] jcstarken: Aye ? [02:18] i can not speak english [02:19] where is #ubuntustudio [02:19] ? [02:19] no problem [02:19] carlos, /join #ubuntustudio in your irc [02:19] how? [02:19] does anyone use piratebox? [02:19] Bashing-om:two questions so yesterday when you fixed the video drivers the purge fglrx was to remove old sudo was install the new but what is the linux-headers-generic [02:20] carlos, type in the exact same place you've been using for this conversation: /join #ubuntustudio [02:20] lusosector: that doesn't sound like a freenode friendly topic [02:20] why not [02:20] !piracy | lusosector [02:20] lusosector: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o [02:20] ok [02:21] well regardless this is an ubuntu support channel :) so ask a question [02:21] (that actually applies) [02:21] jcstarken: the 'generic' was to make sure that the files to build the driver were available to the system. [02:21] !find piratebox [02:21] Package/file piratebox does not exist in vivid [02:21] Bashing-om:ok thank you [02:21] hello. How do I register a nick? [02:22] its not piracy. you can use it for outher thing [02:22] !register > ush [02:22] ush, please see my private message [02:22] ush: ask in #freenode for more please. [02:22] /msg nickserv help ush [02:22] jcstarken: :) Pleased to be of assistance . [02:22] daftykins thanks. And apologies === ush is now known as undeadspacehippi [02:24] ubottu. i no the rules [02:24] lusosector: I am only a bot, please don't think I'm intelligent :) [02:24] i can see [02:25] its not piracy. you can use it for outher thing [02:25] sounds like it *could* be used for other things but YOU intend not to [02:26] just because i can doesnt mean you sould [02:26] it can [02:27] lusosector: the fact you're having to debate this shows you should just let it go [02:27] now, ubuntu support queries please [02:28] beerus: maybe of help : https://help.ubuntu.com/community/Sudoers . [02:29] rgr why does ubuntu run like shit on a dell amd a6 3000 series [02:29] !language | lusosector [02:29] lusosector: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [02:29] lusosector: Memory? [02:30] lusosector: how much memory does it have? [02:31] sorry again long day. fyi win 10 runs faster and better. im on dual boot. [02:33] 4 gb memory [02:35] lusosector: so essentially you're really just trolling? :) [02:36] no. im not. it does run very slow. [02:36] hello all can anyone help me with "tampered" su comand [02:36] ? [02:37] get FC just opening 3 or more programs [02:37] beerus: See: https://help.ubuntu.com/community/Sudoers ; compare your file to what is the default . [02:37] im all up to date. [02:38] Bashing-om: did that but will give it a second look [02:40] lusosector: Ubuntu is taking how long to boot? [02:42] avg 25 sec login included === daniel is now known as Guest26411 [02:42] lusosector: that's definitely messed up, must be something up with your install [02:43] lusosector: what ubuntu version? [02:43] clean install all proper drives, latest distro [02:44] latest is not a number :) [02:44] i'm guessing 15.04? [02:44] I shudder to ask but ... wubi? [02:44] * daftykins shudders [02:45] lusosector: ^ [02:45] paste your "dmesg" output on pastebin... [02:45] 14.04 so my bad not latest [02:45] oh... try installing the latest then [02:46] apt-get upgrade so do the trick rifgt [02:46] right [02:46] apt-get dist-upgrade [02:46] will try [02:46] toter: terrible advice [02:46] nothing wrong with sticking to LTS [02:46] dist0upgrade will not change versions [02:47] nor will dist-upgrade [02:47] :) [02:47] so clean install then [02:47] nothing wrong updating it either [02:47] is it possible to install 14.04 on a non-PAE machine? [02:48] i didn't say that was wrong to stay with LTS [02:48] LordSesshomaru: what's the target? [02:48] toter: no i was saying moving to 15.04 was bad advice :) [02:48] daftykins: VIA C3 CPU server [02:48] LordSesshomaru: ugh no bin it [02:48] daftykins: If I had the dough to I would [02:49] so what do you guys think the issue might be [02:49] LordSesshomaru: you can try forcepae otherwise it's game over [02:49] hi, i recently installed linux and i have adobe flash player installed, but i can't hear anyting on youtube? but the video will play, and my sounds is not muted. [02:49] shleezy: try chromium or chrome with pepperflash [02:49] daftykins: instead of spending an hour to try to fix the problem, he can install 15.04 in 30 minutes... [02:50] LordSesshomaru: See: http://ubuntuforums.org/showthread.php?t=2211590 Now 14.04 Lubuntu has support for non-pae: [02:50] okay now I have another odd question. [02:50] toter: right and it might be a hardware problem - so lets stop the guessing. [02:50] LordSesshomaru: nope looks like it's 100% game over === dearn_ is now known as dearn [02:50] Bashing-om: will try Lubuntu then [02:51] daftykins: under my software manager, both Adobe-flashplugin, and pepperflashplugin-nonfree is installed. [02:51] ah just seen the above. [02:51] daftykins: you're right... let's both stop guessing [02:51] shleezy: ok but pepperflash doesn't work with firefox as default, so it depends what browser you're using [02:51] so distro upgrade will push me to 15.04 [02:51] toter: err i wasn't... [02:51] dist-upgrade does _NOT_ upgrade release, no. [02:52] rgr [02:52] daftykins: uh... "must be something up with your install" [02:52] lusosector, and distro upgrade is not the command suggested [02:52] daftykins: oh my god, yes.. i am running firefox /facepalm (i swear i was running chrome hehe); long night lol [02:52] :D [02:52] shleezy, break time! [02:52] toter: oy vey, mr.pedantic tonight aren't we? [02:52] so no terminal command for distro upgrade [02:53] daftykins: well... you started it... :) [02:53] i think you moving to 15.04 is a mistake, but it's also 4am so i give up [02:53] lusosector, false. sudo apt-get dist-upgrade for the latest currently installed version [02:53] toter: just calling you out for bad advice is all, no need to get your underwear in a twist :) [02:53] lusosector, sudo do-release-upgrade for the next available supported version [02:54] lusosector, again: 14.04 is an LTS release and is generally preferable for most users [02:54] daftykins: actually, same problem.. i have chromium open and no sound, but video plays. [02:55] shleezy: did you maybe update the plugin during this run? could close all browser instances / log out + in / restart to confirm [02:55] cfhowlett i would rather try it. could help, are not. probably will be better [02:56] daftykins: possibly, brb gonna reboot. or does logging out and in of session do the same? [02:56] might as well restart [02:56] kk rbb [02:57] says no new release === m_A_y_A_t is now known as M_A_Y_A_T [02:57] lusosector, check your software update settings. right now, it's looking for the next LTS and there isn't one ... [02:58] daftykins: sigh same thing bud [02:58] so trusty-backports [02:59] everybody giving bad advice today, huh... [02:59] ??? no [02:59] toter: not at all, people have been giving awesome advice today. [03:00] shleezy: ah well bed time for me :> [03:00] lusosector, system > software & updates >> updates >> "notify me of a new ubuntu version for" TIME TO CHOOSE [03:00] @search the kite runner [03:00] daftykins: thanks anways mate [03:00] np [03:00] opps [03:00] got it [03:00] didnt see that lol [03:00] yo [03:01] I am trying to burn EasyRE for windows ten on USB and it is not working [03:01] daftykins: actually, i just fixed the issue! [03:01] don't tell me it was on mute... :D [03:01] got it going. if i get rebooted thanks guys === M_A_Y_A_T is now known as m_A_y_A_t [03:02] daftykins: no, for some reason my sound settings weren't set to headset.. it was like disabled or something, so i selected it and BAAM sound [03:02] daftykins: so.. yeah muted LOL [03:03] this is a little off-topic, but Im trying to get my game Everquest Project 1999 to work, i copy pasta from my WIN drive to Ubuntu, and when i go to log in it works, but then i select my server then log in, where the loading screen would be, the game crashes. [03:04] you copy what? [03:04] toter: copied my game to .wine [03:06] shleezy: have you tried installing under ubuntu? Its been my experience that alot of games depend on certain values being set in the registry that arent there when you just copy files [03:07] LordSesshomaru: another buddy of mine said he copy pasted it from WIN to Ubuntu drive and it worked, hmm yeah i may have to reinstall [03:07] shleezy: I'd definitely try that first, just my 2c [03:14] Error splicing file: Value too large for defined data type [03:14] I'm copying from my NTFS to my Ext4 partition using Unity's built-in file manager and getting this on a tiny amount of files. Most of them are pictures [03:15] Googling it doesn't quite give me a full answer for recent stuff... [03:21] quit [03:22] Can anyone school me on the differences between ext3 file system and ext4 [03:23] brunchb, ext4 is the default and best supported and recommended. ext3 ... ain't [03:24] any security chatroom [03:24] brunchb: ext4 is modern patches to ext3 [03:24] cfhowlett: So is ext3 is just being replaced by ext4 [03:24] unsurprisingly, the 4 is basically a version [03:24] reisio: ok thanks [03:24] the latest [03:24] brunchb, not "is". has been for quite some time now [03:24] yeah the early bugs are gone now [03:25] cdhowlett: Im new to this, I don't know much [03:25] ok thanks for the clear up on that [03:25] brunchb, not to worry. why do you ask? [03:26] cfhowlett: currently working through a book and Im creating a new file system on a flash drive [03:27] brunchb, sounds like fun. suggest you go with ext4. [03:27] I was wondering what file system to use if a have a linux partition [03:27] if that sentence even makes any sense lol [03:27] stupid question - when im downloading a game would i want to select WIN or Mac? - which is ideal for ubuntu? [03:28] brunchb, you mean a flash drive for bottin linux [03:28] shleezy, so far as I know, mac games do not run on ubuntu/wine or virtual? [03:29] cfhowlett: No Im actually changing the file system on the boot drive from FAT16 to ext4 [03:29] flash* [03:29] shleezy: what game? [03:29] hello! I'm using ubuntu MATE dual boot along Win7, and GRUB has a custom appearance that has to redraw each time I move the selection, and it does so slowly. I'd rather revert it to the black-and-white default appearance, how can I do this? [03:29] brunchb, most systems can boot ntfs/fat32 flashdrives. [03:29] reisio project 1999 (everquest 1 Classic Private server) [03:29] Ya it boots no problem [03:30] reisio: http://www.project1999.com/forums/showthread.php?t=2651 [03:30] it's not a booting issue [03:30] shleezy: so everquest (1)? [03:30] aye [03:30] shleezy: it apparently works via Wine [03:30] so win32 [03:30] emulation of Mac OS is pretty underdeveloped by comparison [03:31] and the things that should "just work" because Mac OS and GNU/Linux are both Unixes rarely actually do [03:31] unless they're GUIless [03:31] and sometimes not even then [03:31] ObjC/Cocoa is a strange beast [03:31] https://appdb.winehq.org/objectManager.php?sClass=application&iId=229 [03:31] something like vim or irssi will play nicely on either in most cases, but wine won't [03:32] quiet_nerd: ? [03:32] ReScO: are those all directed to me? [03:32] shleezy: yup [03:32] relatively basic terminal apps like vim or irssi or emacs or nano, text editors, will play nicely on linux and mac [03:33] but something much more robust with lots of moving parts like HexChat for instance would need major tweaking from linux to mac or vice versa [03:34] or something, don't listen to me [03:34] quiet_nerd: ok [03:35] anyways is there a way to remove custom grub appearances? [03:36] reisio: i had a guildmate in eq (when i was in WIN7, he told me that he was using windows and installed ubuntu, and copied the game over straight from windows to ubuntu, and im assuming used wine to make it work, i myself have the game installed on WIN already, and would prefer to just do what he did if you know how he approached it, if not ill prob have to re-install and reconfig all my keybinds and other stuff :-( [03:37] shleezy: maybe the data files. [03:37] shleezy: copying will probably work fine, as for the specifics of utilizing Wine, click a version link at the left on the page I linked you to [03:37] shleezy: so long as it doesn't use anything crazy like DirectX or DotNet it should work fine, just copy over data files [03:38] quiet_nerd: you have no idea. [03:38] it'll work fine, it's in Wine's appdb as gold [03:39] Data files aren't executables. [03:39] when i do, it loads the login screen, then i log in.. then the server page comes up, and once i select the server ( on windows this would prompt a loading screen then into your character list, when i do this with wine my game pretty much tabs over where the loading screen would be, then crash.) [03:39] now as to why you're playing an MMORPG you obviously used to play about a decade ago still... [03:39] * cfhowlett still has Deus Ex installed ... [03:39] installed isn't playing :p [03:39] reisio: it's hardcore :-) POOPSOCK :D [03:39] So guys [03:39] downters: :) [03:40] Volund: eyap? [03:40] Volund: so what [03:41] shleezy: data files may be used on a cloned version of the program for linux. [03:41] I'm looking for an editor/IDE/something that will help me sift through, edit, and maintain several dozen text files written in a ludicrously obscure code language for which there are no hilighting rules - yet I still want highlighted/matching of () [] {} etc. I previouisly used Notepad++. Currently trying out sublime text 3.... [03:42] the files I'm working with look like this: [03:42] where should i be moving the folder if im moving it from WIN HDD to my ubuntu drive [03:42] https://github.com/volundmush/mushcode/blob/master/Bulletin%20Board%20System%20-%20BBS.txt [03:42] I think you will quickly see why I want a good editor. [03:43] Volund: what lang? [03:43] notepad is a scintilla frontend, IIRC, so you can probably both 1) use a native Unixy scintilla client and 2) steal notepad++'s syntax highlighting [03:43] although if it didn't have an explicit listing for the lang, probably any scintilla frontend will do just as well [03:43] since it'd be some default generic thing [03:44] scintilla. :D I now have a thing to look up [03:44] Volund: an editor won't help a person who can't write [03:44] Oi, I can write just fine. [03:44] Volund: it's just the backend that notepad++ uses [03:44] lots of editors are based on it [03:44] including a few cross platform ones [03:44] awesome. [03:45] https://en.wikipedia.org/wiki/Scintilla_%28software%29#Software_based_on_Scintilla [03:45] reisio: the program (unidentified) has encountered a serious problem and needs to close, is what pops up once i run EQ99 off my desktop [03:45] scite, codeblocks, at a glance, are available for Unix systems [03:45] language uh. technically it would be called MUSHcode or softcode. it is a sort of interpreted language that's run using the permissions and perspective of objects within the game server. for a MU* so MUD, MUSH, MUX, etc. technically for MUX or MUSH. [03:45] the downsides of the language: [03:45] shleezy: what's the game [03:46] shleezy: read this page: https://appdb.winehq.org/objectManager.php?sClass=version&iId=2939 - or try using playonlinux if it caters to everquest [03:46] No formatting AT ALL (everything must be a single line), no data types (everything is a string, even numbers), no separation of code or data... [03:46] and it's HELL to read it as you can see. [03:46] * Volund invesigates scintilla now [03:46] Volund: I'm guessing you'd prefer something like notepad++ for your general editing purposes as well, so this should work out fine [03:46] you are talking to one of maybe 10-20 people who actually writes this stuff anymore to any degree of usefulness. [03:47] reisio: oh yes, definitely [03:47] reisio: will do brb [03:47] Volund: oh geany is scintilla-based, too [03:47] Volund: I'd try that first [03:48] I use Vim, but I put geany on installs I make for other people as a generic text editor [03:48] including on Windows, as a replacement for notepad and any other text editing purposes [03:52] reisio: not gonna lie, im pretty confused on what to do man, this is my first day using this OS in 3years so im a bit rusty, and didn't use wine much [03:53] :D [03:53] thank you for the help [03:53] shleezy, start with reading: https://appdb.winehq.org/objectManager.php?sClass=version&iId=2939 [03:53] shleezy: try PlayOnLinux if you want WINE-made-simple === chandan_ is now known as chandan [03:53] shleezy: try this: https://forums.daybreakgames.com/eq/index.php?threads/how-i-got-eq-to-run-on-linux-with-playonlinux-pon.1185/ [03:53] I'm using it with MUSHclient [03:53] you can just say 'Wine' [03:54] I have no idea why I capitalized that. [03:55] the last two days have been pretty awful, despite many awesome things to feel good about. [03:55] so I'm not thinking terribly straight right now. [03:55] In fact, actually feel vaguely ill in my gut and am hoping it will be gone tomorrow. :( but! [03:55] Volund: lol, MUSH [03:56] Spec: Yes, MUSH. [03:56] I am a MUSHcoder and I'm sick of it [03:56] I've played me 10,000 hours of MUDs [03:56] I'm moving to PYTHON via #evennia [03:56] used to write C for ze codebase [03:56] once I figure out a name for my project. [03:57] This channel has an unusual amount of trolls who throw insults over private messages too. Is that normal? I don't tend to hang out on huge IRC places. [04:00] Volund, sadly it is not unusual. happily, such behavior violates THIS communities guidelines. report such behavior to the ops [04:00] !guidelines | Volund [04:00] Volund: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [04:04] uy [04:05] ahoy [04:05] hallo [04:06] hallo [04:18] by the way [04:20] Does anyone have a good Youtube channel/playlist/etc they might recommend for anyone giving tutorials on Linux stuff? [04:20] !manual | Volund, [04:20] Volund,: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [04:20] I've been hunting around, watched a couple, but someone here might have a motherload to recommend. [04:20] or www.fullcirclemagazine.org/downloads read issue #0. get issue #1. read. get issue #2. read. ... [04:21] haha yes I have the website and manual there certainly. I was just wondering if anyone did videos. Like watching youtube stuff before I go to bed. :P [04:21] I like* [04:25] * Volund installs geany, samba, openssl... [04:25] python-virtualenv... so many packages. @_@ [04:32] Just a question, can cryptowall 2.0 hit Ubuntu machines? [04:34] belatedly, geany is pretty close to what I wanted. Wish it hilighted my () in red and not blue and working on fixing that, but I like it [04:34] that blue is so faint and close to black that it's hard to see. D: [04:34] sorry, what's the language actually called, again? [04:35] OneM_Industries: i don't know specifically about cryptowall 2.0, but with all viruses & malware etc it's possible to have that data on a linux machine whether the code runs or not depends on how it's made [04:35] reisio: MUSHcode. you're probably not going to find support for it anywhere, it's more niche than the bacteria aboard the ISS. [04:35] OneM_Industries: what is it? [04:36] ransomware [04:36] It encrypts your files, and if you want the key, you fork over several thousand dollars. [04:36] Volund: http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files [04:37] Volund: I'm guessing the .xml thing is a generic scintilla thing [04:37] OneM_Industries: that's basically all win32 [04:37] it needn't be, but it is [04:37] Ok. [04:37] people downloading random executables and then running them will always compromise their security [04:38] but if they're win32 executables, they won't do much on Unix systems usually [04:38] OK, makes sense. [04:38] what reisio said. the myth is that linux doesn't get viruses, and that really is just a myth. it's more accurate to say that virus writers don't care about linux as much. if through any means you run an executable that wants to do bad stuff, bad stuff will happen. [04:38] even on Windows, you basically just need to run an AV [04:38] well, viruses aren't trojans [04:39] trojans have nothing to do with any OS or architecture [04:39] well... malware. [04:39] Yeah, I need to find a good Linux AV. [04:39] if you run something you aren't familiar with, it can do anything it likes [04:39] wear a condom [04:39] it's that simple [04:39] OneM_Industries: you don't really, but clamav is _the_ unix av [04:39] all it can do is screw over whatever it has permission to screw over though, which is only your home folder unless it's running with sudo in which case oh god. [04:39] AVG left junk all over the system, and kept 5+ processes running all the time in the background. [04:40] Hm. [04:40] Some good protection against ransomware is to also maintain a disconnected backup that's not mounted except when backing up. [04:40] Yeah, I need to work on that. [04:40] it can't encrypt what it can't reach. [04:40] OneM_Industries: you don't want to use any proprietary software if you can help it [04:40] Windows-style antivirus apps are one step from being malware/hostageware themselves these days [04:40] they all require dedicated uninstallers, you can't uninstall them ordinarily [04:40] Might just add a little switch to my case for my secondary backup drive's power leads. [04:41] Yeah. [04:41] they constantly yell at you "OMFG YOU AREN'T SAFE HIDE YOUR CHILDREN", etc. [04:41] if it's an AV on Windows, you won't want it [04:41] Hm. [04:41] I personally gave up on antiviruses for windows. I've found that most of them aren't useful when they need to be useful. [04:41] GNU/Linux has had a few viruses (virus != malware in general), but they were mostly PoCs for outdated versions of things [04:42] again, trojans happen because of how users behave, not because of what software they use [04:42] people of color? [04:42] :) [04:42] Yeah, Avast and MBAM are the best combo for windows in my opinion. [04:42] notaeon: yeah? [04:42] avast needs a dedicated uninstaller now, too [04:42] it's dead to me [04:42] I don't even use Windows myself and I won't install Avast! on other people's computers anymore [04:42] doesn't really matter [04:42] my strategy has been to use uBlock, google chrome, smart backups, and scan with malwarebytes periodically in case anything slips through. it works, provided you aren't stupid. [04:42] viruses haven't been a problem for years and years [04:43] all the problems are things people voluntarily run [04:43] Ah. [04:43] you can't protect against that with software [04:43] Yeah. [04:43] you have to teach people to be less stupid [04:43] reisio: well a resident shield can attempt to scan it and kill it before you run it. but... if you do so anyways... [04:43] Windows trains you to click yes [04:43] Yeah, that is my parents. [04:43] yeah. D: [04:43] Ooh.. clicky... [04:43] that stupid UAC thing [04:44] for friends that won't switch from windows, try OSSEC [04:44] most people are too dumb to know what half of the filenames they see are. [04:44] I am not. [04:44] most people don't know what a filename is [04:45] the UAC 'do you really wanna run this' thing would be a good idea, IF everyone was educated enough to understand it. [04:45] Yeah. [04:45] since they are not, it's really only serving to be an annoyane. [04:45] annoyance* [04:45] nope, pointless [04:46] it's about as useful as a popup that says "Hi I'm your OS, and I'm here to get in your way FU!" [04:47] what I really hate are all of these things you can install that each try to install six more things. [04:47] AND just to make it WORSE [04:47] you go to UNINSTALL this AUGHware and it tricks you into installing MORE THINGS. [04:47] Explicitly choosing to NOT install these other things while you're uninstalling the thing you didn't want in the first place. [04:48] I don't care if it wants to throw an ad up in the uninstaller but good word [04:48] that's just sleazy. [04:48] yeah Windows is a great way to murder time [04:48] just murder it to death [04:48] also interesting, I haven't had to deal with intallers at all yet. [04:48] just realized that. [04:49] installers* [04:49] people at work want me to use Visual Studio :p nto having that [04:49] apt-get is so simple for 99% of the things. [04:49] when you get an app to work by closing it and opening it again, that app is not worth using [04:49] and if I have to explain to you why it isn't worth using at that point, then you aren't worth talking to :p [04:52] Some things are only windows tools, though. [04:52] And at least in my case, some of those are needed. [04:53] OneM_Industries: name one [04:53] Solidworks. [04:53] The thing that I am having to install right now. [04:54] Industry standard CAD software. [04:54] Modeling, analysis, production, etc. [04:56] what's that other app dassault sells [04:56] oh yeah, catia [04:57] Unix has plenty of cad software [04:57] we even have cad software that was used to design weapons of mass destruction [04:58] solid state modelling isn't exactly rocket science anymore [04:58] Yeah, it really isn't. [04:58] I have to go though. [04:58] Bed awaits. [04:58] Ugh, the morning is going to suck... [04:59] yeah it is [04:59] either that or it's going to kick ass [04:59] :D [04:59] No, it is going to come way, way too early... [05:00] best not to even sleep at all, then :) === jbasalone is now known as jbasalone-away === deSouza is now known as dez [05:11] how come nothing I setup for my "startup application" never works ? [05:11] I did a custom command, didn't work, made a script, didn't work. [05:11] I'm on 15.04_64bit | fresh installed and updated. [05:15] uy [05:16] uy! [05:23] hey, tyring to help a friend install 15.04 [05:23] It's hanging on bringing up the network interfaces [05:23] forever literally seems to be forever [05:23] samthewildone, try https://help.ubuntu.com/stable/ubuntu-help/startup-applications.html [05:24] is there a way to interrupt this so it will finish booting === nibiru is now known as Guest40585 [05:41] installing wubi on windows 10, any gotchas? === moz is now known as Guest41888 === ubuntu-mate is now known as shawnnnnnnnn === neurotus is now known as krsna [06:07] hi [06:08] i have problem installing driver for zte modem mf667 [06:08] and help [06:09] the driver that came with it would not install [06:09] andy help [06:10] any help [06:10] i really need to install this modem [06:12] please can any body help am new to linux [06:13] zte modem driver [06:21] im trying to share a directory via nfs to a centos vm. for some reason when i run mount in the guest it just hangs. even with -vvv i dont see any errors [06:21] my exports file: /home/martman/nfs/vm vm(rw,no_subtree_check,no_root_squash) [06:21] any ideas? === jbasalone-away is now known as jbasalone === jbasalone is now known as jbasalone-away === dreamon__ is now known as dreamon [06:32] test [06:32] test [06:32] test [06:32] * Doobs acknowledges test [06:32] test [06:32] test [06:33] hgh [06:33] hey guys I am trying to run skype in empathy on 14.04 yet for some reason I cannot seem to find it on the list of supported protocols [06:34] So trying to run one program in another? Like running Chromium in Firefox? [06:34] DalekSec: ? [06:35] you know how you can connect to facebook, jabber etc through apps like empathy [06:35] is it possible to do the same with skype [06:36] test === yecril71pl1 is now known as yecril71pl [06:36] test [06:36] test [06:36] test [06:36] test [06:36] Except, Skype is an application, not exactly an open Protocol. [06:37] !info empathy-skype [06:37] empathy-skype (source: pidgin-skype): Skype plugin for libpurple messengers (Empathy-specific files). In component multiverse, is optional. Version 20140930+svn665+dfsg-1 (vivid), package size 2 kB, installed size 63 kB (Only available for i386; amd64) [06:37] DalekSec: thing is i did find wiht empathy you can add a skype account if you run empathy-accounts [06:37] Kind of has an API, though. [06:37] there are two options there [06:37] DalekSec: i already have that installed but now my question is is that broken on trusty? [06:37] !upgrade [06:37] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [06:38] ok another question DalekSec is it possible to upgrade from 14.04 to 15.04? [06:38] They're working on it so you can upgrade from stable to stable, skipping EOL releases. [06:39] DalekSec: so whats my option at this point [06:39] to get to 15.04 [06:41] test [06:41] test [06:41] is this working now [06:41] what do you see my name as [06:41] schwizar1: i hear you [06:41] i wonder why it cropped the t and put a 1 [06:41] is that normal did i do something wrong [06:42] using irssi [06:42] oh [06:42] i bet its cause my windows box is still up [06:42] could that be [06:43] yes if you cant identify with your original nickname it finds something else which is available [06:43] anyonbe else seen something like that [06:43] nothing wrong with that [06:43] i did identify with my original [06:43] let me try again [06:43] then you have nothing to worry about [06:44] oh well [06:44] as long as im in i just think thats weird [06:44] like why not just let me use it on both [06:44] maybe cause my user is different on this box [06:44] exit [06:45] schwizar1: stop joining and leaving [06:46] how else am i supposed to troubleshoot this crap [06:46] i got it figured out now so no need to pick a fight homie [06:46] schwizar1: THERE IS NO PROBLEM its working fine [06:46] yeah i know that now [06:46] sorry im not the freaking master linux irssi user you are [06:47] im working on getting irssi and tmux to get along [06:47] and for irssi to autolog into my name when i open it [06:47] and im quite happy with the results thank you very much [06:47] sorry to inconvenience you so bad [06:48] HELP! my locale is not changing even after using sudo locale-gen en_US en_US.UTF-8 and sudo dpkg-reconfigure locales [06:48] schwizar1: ok i might have come off a bit harsh and i apologize but that constant quitting and joining i was seeing the bot in here quieting you that is why you were not able to talk. [06:48] it stays as LC_CTYPE="POSIX" [06:48] i didnt know it was that bad sorry [06:48] i got it figured out now [06:48] tmux and irssi together this is great [06:48] ever use tmux? [06:49] tmux and weechat is even greater :o [06:49] imo [06:49] schwizar1: no i havent [06:49] and what would be a fun thing to do with my new debian server [06:49] i use kvirc a gui based client [06:49] its awesome [06:49] https://raw.githubusercontent.com/Magicninja/dotfiles/master/.tmux.conf [06:50] there is a link to my conf file for tmux just put that in ~/.tmux.conf after you install [06:50] i wrote it myself and its pretty tight [06:50] you move using vim movement and i added a ctrl a that allows you to send commands to all windows at once [06:50] feel free to check it out and if you do anything cool push to my repo so i can se [06:50] see [06:50] ahh yes tmux now i remember what it is lol [06:51] what you dont like it? [06:51] i do but i hardly use it [06:51] usually on terminal i open up multiple tabs like a browser lol [06:51] might consider setting it up [06:52] if you do check out my config and leave me a note on my github account [06:52] i hope you think its cool [06:52] its at least better than the crap it comes with [06:52] but you wil have to read it to understand how to move [06:52] unless you are super comfortable with vim [06:58] i need a good idea for something to make of my new debian server [06:59] http://paste.ubuntu.com/12464809/ locale keeps switcing to POSIX upon reboot, how can i fix? [06:59] !locale [06:59] To set up and configure your locales, see https://help.ubuntu.com/community/LocaleConf and https://help.ubuntu.com/community/Locale/ [06:59] DJ_HaMsTa: ^ you tried to follow those links [07:01] eagles0513875_, i will. thank you === oli is now known as Guest8172 [07:04] using sudo apt-get install gimp I'm getting 404 not found [07:04] no problem DJ_HaMsTa [07:05] test [07:05] test [07:05] test [07:06] test === jbasalone-away is now known as jbasalone === jbasalone is now known as jbasalone-away [07:10] test [07:10] ok i got this now [07:16] I have this packages held error http://paste.ubuntu.com/12464906/ [07:17] i tried searching google but the solution in the forums didnt help. [07:17] iam using canonical partner and independent PPA [07:18] !ppa | nishu-tryinghard [07:18] nishu-tryinghard: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [07:18] nishu-tryinghard: remove non-supported ppa's first mate [07:18] !ppapurge | nishu-tryinghard [07:18] nishu-tryinghard: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [07:19] i only have the supported one. I dont have any third party repos. I only have canonical and independent which were enabled when i installed 14.04.3 [07:20] ill post my source.list here [07:20] nishu-tryinghard: ok [07:21] how d i reser a root maintenance password [07:21] help [07:22] superfox: explain what you have done exactly? [07:22] !info octave trusty [07:22] octave (source: octave): GNU Octave language for numerical computations. In component universe, is extra. Version 3.8.1-1ubuntu1 (trusty), package size 829 kB, installed size 2946 kB [07:23] lotuspsychje: http://paste.ubuntu.com/12464937/ [07:24] i reset my password in grub 2 recovery but forgot it ow i am stuck at root maintenance password when i drop down to my root menu i have tried every thing, [07:25] nishu-tryinghard: not sure mate,n have you tryed a sudo apt-get update yet? [07:25] ya it doesnt show any updates [07:25] since 5 days no updates [07:25] yes [07:26] nishu-tryinghard: not upgrade, sudo apt-get update, try please [07:26] ya i tried both [07:26] hmm [07:26] dist-upgrade?? [07:26] hi guys, I've just upgraded my old PC to 4GB ram but htop only shows me 3386M. AFAIK my system is 64bit (arch=x86_64), what can be the problem? [07:26] ya that too [07:26] cant use terminal because i get the same password prompt [07:26] high_heisenberg: thats normal mate [07:27] the issue I had were australian mirrors seem to be offline [07:27] changes software and updates to use different mirrors and all is good [07:28] But the issue is because of held packages [07:28] ? [07:28] lotuspsychje: ok, thank you! [07:29] !info preload | high_heisenberg install this for a boost on your system [07:29] high_heisenberg install this for a boost on your system: preload (source: preload): adaptive readahead daemon. In component universe, is optional. Version 0.6.4-2 (vivid), package size 34 kB, installed size 135 kB [07:30] lotuspsychje: iam changing mirror to see if tha changes anything but anyway the issue due to held packages. So how can change in mirror solve this? [07:32] !sources | nishu-tryinghard [07:32] nishu-tryinghard: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [07:32] nishu-tryinghard, system > software-updater > settings > Ubuntu Software > download from ... [07:34] lotuspsychje: No, i kknow how to change mirror and i did that already and not it is downloading the meta data correctly. [07:34] nishu-tryinghard: try what cfhowlett suggest please [07:34] now* [07:35] Hey guys [07:37] lotuspsychje: is there anything like delta packges for chrome PPA ? [07:38] can anyone help me to restore my pc from root maintenance password prompt [07:43] nishu-tryinghard: not sure what your trying to do mate.. [07:43] superfox: wich ubuntu do you have, and did you forget your admin password? [07:45] lotuspsychje: actually i use fedora and wanted to try ubuntu too but so far i am not used to the way updates and apt works. In fedora i can save bandwidth using delta packages which only download the changes and rebuild the packages when updating. [07:46] nishu-tryinghard: ok, and your end-goal is installing chrome? [07:47] lotuspsychje: na just to get rid of that held package error which i came across when installing octave. http://paste.ubuntu.com/12464906/ [07:48] lotuspsychje i have version 14.04 [07:49] and tes i did [07:49] lotuspsychje: after changing the mirror i can see some updates now. So ill let you know after the update is finished. [07:49] nishu-tryinghard: sudo apt-get install -f try this also [07:50] superfox: you cant just break an admin pass unless you crack it with john the ripper or so...but thats gonna take ages, better reinstall your system [07:51] lotuspsychje i have version 14.04 [07:51] superfox [07:51] superfox, reinstall for sanity [07:51] I cant, because im killing zombies [07:51] but you dont have to do a fresh install [07:51] its an easy fix [07:51] just keep googling [07:51] or swimming [07:51] i forget [07:52] !behelpful | amazoniantoad [07:52] amazoniantoad: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes. [07:52] need help [07:52] lotus, its more helpful than your shitty advice [07:52] so [07:52] any service that I start, i do status, and it says stop/waiting [07:52] TragicM3LON: ask your question in the channel mate [07:52] lotuspsychje i have version 14.04 [07:52] superfox: reinstall your system [07:53] superfox: dont [07:53] Don't do that [07:53] amazoniantoad, no need for or permission for profanity please [07:53] !behelpful | lotuspsychje [07:53] lotuspsychje: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes. [07:53] so when i do like "sudo service transmission-daemon start" and then do "sudo service transmission-daemon status" it shows stopped/waiting [07:53] does the same thing with my plex [07:54] it's like i can't get any of the services to start [07:54] TragicM3LON: wich ubuntu version [07:54] 14.04.3 [07:54] !upstart | TragicM3LON start here [07:54] TragicM3LON start 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/ [07:55] cfhowlett: is there a list of non approved words? [07:56] !guidelines | amazoniantoad [07:56] amazoniantoad: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [07:56] Bladerunner is so legit [07:57] lotuspsfch i only have a usb key and its not working is there any way to reinstall? [07:57] !usb | superfox make a working one [07:57] superfox make a working one: 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 [07:57] when i do "start transmission-daemon" it says it's start/running on process XXXX but when i do status it still says "stop/waiting" [08:01] 0xf7fdace0 in ?? () [08:01] (gdb) bt [08:01] #6 0xf72eca83 in __libc_start_main () from /lib/i386-linux-gnu/libc.so.6 [08:02] #0 to #7 just shows ?? [08:02] is my libc for i386 broke? [08:04] DJJeff: What makes you ask that? [08:04] alot of my i386 games and applications are broken [08:04] not just 1 [08:05] for example openttd wont play music n64 nes sega emu crash on game load [08:05] DJJeff: what is the Ubuntu release version, and the hardware architecture? [08:06] 14.04 trusty 64 bit [08:07] DJJeff: So to use 32-bit programs you will have enabled 'i386' as a foreign architecture, so it has Multilib support? [08:07] OS: Linux 3.19.0-26-generic x86_64 ** Distro: Ubuntu "trusty" 14.04 ** CPU: 8 x Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz (GenuineIntel) @ 2.93GHz ** RAM: Physical: 7.8GiB, 66.7% free ** [08:07] VGA: NVIDIA Corporation GK106 [GeForce GTX 660] ** Sound: HDA-Intel - HDA Intel MID1: HDA-Intel - HDA NVidia ** [08:08] i386 is enabled [08:08] it shows up in synaptic package manager [08:08] DJJeff: Have you checked for broken/held packages using "apt-get -f install" ? [08:09] yup [08:09] Hey could anyone tell me if "http://au.archive.ubuntu.com/" is online/working? I am trying to install/update stuff and nothing is working [08:10] I'm just getting a few pages worth of 404 not found messages.. [08:10] CM707`, same here [08:10] getting 404 here [08:10] So, I'm on gnome-look.org and I'm eager to customize my desktop. What should I know? I can use GTK3+ and what else? [08:10] http://au.archive.ubuntu.com/ [08:10] Apache/2.2.15 (Red Hat) Server at au.archive.ubuntu.com Port 80 [08:11] DJJeff: I'd suggest running a failing program under control of strace to get an idea of what might be going wrong, and pastebin the log [08:11] Okay, it would just be the Australian one that is down right? I should be able to change to a different mirror? [08:11] CM707`, yes you can change [08:11] using sed and changing up /etc/apt/sources.list [08:11] yes [08:12] Okay, I've never had to do that... Which I use the command line and don't have the interface. Is there a command to change it or I have to edit the sources.list manually? [08:12] $ sudo sed -i 's/au.//g' /etc/apt/sources.list [08:12] $ sudo apt-get clean && sudo apt-get update [08:12] Nailed it, I can probably use anything (14.04) [08:14] TJ-: http://paste.ubuntu.com/12465184/ [08:15] looks legit right? [08:15] DJJeff: I ran those commands and the second one outputted this error "E: Method gave invalid 103 Redirect message" [08:16] DJJeff: no holes anyhow; try the strace [08:16] CM707`: pastebin your /etc/apt/sources.list [08:16] ok [08:17] CM707`: also check if you have anything bad in /etc/apt/sources.list.d/ [08:17] CM707`: are you behind a proxy of some type? [08:18] No TJ-, there was an error (my fault) in the sources.list it's all working now by the looks of it :) [08:18] Thanks for your help [08:18] CM707`: your welcome === rebelos_ is now known as karan_- [08:23] did someone change their repo-signing keys? [08:24] ': GPG error: http://gb.archive.ubuntu.com trusty Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key ' [08:24] it would be supergreat if that [and the half dozen similar] errors were fixed or fixable somehow [08:25] nsh, yeah, that does happen [08:25] how2fix? [08:25] bad mirror perhaps, remove gb. from the url [08:25] hey anyone got idea somehow my laptop not shutting down properly [08:26] it is stuck on ubuntu screen [08:26] hmm [08:26] http://paste.ubuntu.com/12465266/ Has it been changed? [08:26] same with reboot [08:26] nsh, http://pastebin.ubuntu.com/12465267/ [08:26] on it [08:27] karan_-: run "dmseg|pastebinit" and share the url. [08:31] how to upgrade UBuntu 14.04 to 15.04 ? === sauvin is now known as Bocaneri [08:33] following cfhowlett's felt mostly fixed, but still this error 'W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D9885EE11591F4CD [08:33] ' [08:34] should i just grab that key into gpg? [08:35] but it doesn't go to gpg; i guess apt stores it keys somewhere else [08:35] babodh: http://dpaste.com/20PQF33 [08:35] nsh: ppa page will have link to the gpg key. copy that key's contents into a text file and 'import' in software sources [08:35] sorry connection issue [08:35] Anyone come across this? For some reason unity-settings-daemon can't connect to accessibility bus [08:35] badbodh, RIGHT ON [08:35] karan__: your freeze happens only on shutdown or boot too ? [08:36] badbodh:only on shutdown and reboot [08:37] is it possible to disable the software updater dialogn "the computer needs to restart"? [08:38] karan__: ...reboot is just a command to do shutdown+boot, there is no separate thing as 'reboot'. i'll assume it only happens on shutdown. [08:38] karan__: is yours a fresh install ? if not , how many days you've been using it [08:38] badbodh, i shifted from Linux Mint to ubuntu today [08:39] and yes its a fresh install [08:39] and did your problem start from the first time you used it, or after any install/config editing [08:39] badbodh, from first time [08:39] had this issue in 14.04 too [08:40] that's why shifted to mint. but same issue in mint 17.1 [08:40] do you have any graphics card or wi-fi device, if yes what are the manufactureres [08:40] its a stock laptop, atheros wlan [08:40] mint is basically ubuntu 14.04, just changing distros won;t help till we can pin down the issue [08:41] graphics card ? nvdia/ati ? [08:41] nope it got integrated intel graaphics [08:42] but when i was on Debian Jessie i have to install firmware-realtek and firmware-atheros [08:42] as they are non-free [08:42] in jessie you have to enable non-free section by editing sources.list, but atheros don;t play with linux anyway so don;t bother [08:43] yes i used a differnt sources.list [08:43] now the reboot part, when you reboot does it freeze during shutdown or during next boot [08:43] shutdown [08:43] as you said reboot is just = shut + boot, problem is when shutting system down [08:43] i also tried mint a couple of days ago, then sticked to ubuntu [08:44] but maybe i'll move from gnome-flashback to mate [08:44] karan__: shutdown issues are usually caused by ACPI firmware issues; you can sometimes influence the behaviour by using "acpi_osi=Linux" [08:44] karan__: Do you get different behaviour if the PC is booted/installed in UEFI mode rather than Legacy/BIOS currently - as your apstebin shows [08:45] TJ-, yes in UEFI things were working fine [08:46] but i got Grub issues with UEFI don't know but sometimes grub doesn't show up and it shows a simple white screen [08:46] when i turn system on [08:46] on UEFI [08:46] karan__: I thought so; I'd suggest (re)installing Ubuntu in UEFI mode [08:47] TJ-: thanks, i was about to go through the entire dmseg :P [08:47] but TJ- grub issue will still be there [08:47] karan__: the whitescreen issue can be worked around - that's usually caused by the UEFI GPU driver not behaving quite as expected :) [08:47] hello [08:47] karan__: let me see if I can find the info on the workaround. I saw it a couple months ago [08:47] for future reference, the simplest incantation for me problem was: # apt-key adv --keyserver keys.gnupg.net --recv-keys D9885EE11591F4CD [08:48] TJ-, Cool , in mean time should i start installing Ubuntu in UEFI? [08:48] of course I came here with a problem :D [08:48] you can use gpg --search-keys to find the relevant keyserver [08:49] karan__: When you do boot Ubuntu in UEFI mode - aside from the GRUB issue - does the system boot to Linux with a correct display? [08:49] TJ-, yep [08:49] if i force power down in white screen and then boot then grub shows out perfectly fine [08:50] TJ-, ^ [08:50] karan__: hmmm, does that equate to 'cold boot GRUB is fine' but 'warm boot (reboot) GRUB has problems' ? [08:50] TJ-: yes [08:51] Logged in via phone :) [08:51] In bios now. [08:53] How can I change the window Slide-bars? [08:54] anony: scrollbars? [08:55] lotuspsychje, just found it ^_^ Yes, I switched it to 'Legacy bars' === zedde is now known as Varazir [08:56] !info unity-tweak-tool | anony handy program [08:56] anony handy program: unity-tweak-tool (source: unity-tweak-tool): configuration tool for the Unity desktop environment. In component universe, is optional. Version 0.0.6ubuntu2 (vivid), package size 325 kB, installed size 2550 kB [08:59] Tj-, installing ubuntu [09:05] hello. after I boot ubuntu and I've selected install ubuntu, few seconds later my screen it shows me a message like cannot display this video mode, please change res. ehat should I do ? [09:07] !nomodeset | Tachyon_ maybe try this? [09:07] Tachyon_ maybe try this?: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [09:07] Tachyon_, for starters did you try anything? [09:07] "starters" ? [09:08] Tachyon_, To begin with* [09:09] yes, few days ago I came here and I ask the same question and the answer is to try to install with "vesa driver". I search it in the install screen, but I coundt find anything like VESA. [09:10] Tachyon_: what kind of grafix card do you have mate? [09:10] gtx 970 [09:10] Tachyon_: is that an optimus card? [09:11] idk what you mean with optimus :D [09:11] no its not, looked it up [09:11] GIGABYTE GeForce GTX 970 OC WindForce 3X 4GB DDR5 256-bit [09:11] Tachyon_: wich ubuntu version are you trying to install [09:12] ubuntu-14.04.3-desktop-amd64.iso [09:12] Tachyon_: hmm that should work fine on your card [09:12] my screen shows me it cannot show that resolution, to change it to 1280 x 1024.. yeah.. old screen [09:13] Tachyon_: your card uses hdmi or dvi or vga to your screen? [09:13] my old screen uses a vga cable, but I use a vga-dvi adaptor [09:13] ok [09:13] Tachyon_: is there an 'auto' button on your monitor? [09:14] Gembird 1x DVI-A Male - 1x VGA Female [09:14] yes, it is [09:14] Tachyon_: what happens when you press === raj is now known as Guest60293 [09:14] I use it only the image si more-lefty or more righty to centre it === raj` is now known as raj [09:15] Tachyon_: have you tryed live usb mode? [09:15] instead of install [09:15] um.. idk what is it [09:15] I have never used Linux before :D [09:15] Tachyon_: you have 2 options at ubuntu usb install: try or install [09:15] Yes, I have [09:15] Tachyon_: same resolution error? [09:16] yes [09:16] hmm [09:16] Tachyon_: maybe look into bios, if settings are correcly [09:16] I haven't modifies BIOS/UEFI settings [09:17] Tachyon_: try that nomodeset option [09:17] the setting are like in the factory [09:18] ok, I restart now and try [09:18] Tachyon_: thats with boot options F6 [09:18] ok [09:18] I restart now [09:19] badbodh, in UEFI shutdown working fine === xubuntu is now known as Guest26004 [09:29] I'm back :> [09:29] Tachyon_: any luck? [09:30] nope [09:30] Tachyon_: what happened [09:30] this http://i21.servimg.com/u/f21/16/13/35/99/20150910.jpg [09:31] Tachyon_: thats a warning from your monitor, not ubuntu [09:32] yes, didnt I mention this ? [09:32] Tachyon_: maybe your 'older' screen cant handle the monster card [09:32] I thought is clear... sorry [09:32] Tachyon_: you have another screen or a friend that can help you test another monitor [09:33] Tachyon_: with dvi or hdmi [09:33] it is my only screen and it will be too complicated to borrow a screen [09:34] for transport [09:34] too complicate for transport [09:34] Tachyon_: you could try a xubuntu or lubuntu perhaps, but my guess its your screen that doesnt like your cards resolution [09:34] yes.. [09:34] Tachyon_: did your same screen here work with another Os? [09:34] my gtx 970 :( [09:35] really now it works roght with windows 7 [09:35] right * [09:35] hmm [09:35] is the same computer [09:35] hi [09:35] hi [09:36] could I make the res lower ? [09:36] I am now using internet from Nokia E-5 via usb cable [09:36] Tachyon_: try a xubuntu/lubuntu usb perhaps, see what it does there [09:36] using on ubuntu desktop is fine [09:36] what about on server? [09:36] linocisco: maybe ask the #ubuntu-server guys [09:37] ubuntu worked fine in my old computer :( [09:37] lotuspsychje, i did. no reply ever [09:37] linocisco: ok, re-ask here once in a while then [09:37] cant I boot it with processor's graphic ? [09:37] Tachyon_: you can try change bios settings, like i suggested before yes [09:38] no idea how to do it :D [09:38] in this bios [09:38] lotuspsychje, ok. let me wait for 3min before next request [09:38] in this pc bios [09:38] Tachyon_: normally your card supports intel, but you can ask howto in ##hardware [09:39] HD 4600 === CraHan_zZz is now known as CraHan [09:40] it's a Intel Haswell Refresh, Core i7 4790 3.6GHz, can you guide me how to do this settings ? [09:40] Tachyon_: ask in ##hardware please [09:40] Tachyon_: this isnt an ubuntu issue really [09:40] ok thank you === gustav_ is now known as gustav1234x === gustav1234x is now known as gustav___ [09:46] Cannot send to channel: ##hardware is this normal :D ? [09:48] !register | Tachyon_ [09:48] Tachyon_: 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 [10:00] hi [10:01] Trying to install ubuntu I got this message http://i21.servimg.com/u/f21/16/13/35/99/20150910.jpg on my screen. What should I do ? [10:04] um .. NeverWinter ##hardware Cannot change nickname while banned on channel [10:04] Tachyon_, as explained earlier, this is a HARDWARE problem not a software problem. lower your display resolution settings [10:04] yes, im trying to write on hardware [10:04] .... trying [10:04] sorry if I writed again here [10:05] *wrote [10:05] sorry if I wrote again here [10:07] why I'm banned on hardware :( ? [10:08] is there any way to stop my desktop computer from thinking it is a laptop? [10:08] I don't get why it gives me all this power management stuff slowing down my USB devices when I have no need for them === NeverWinter is now known as Tachyonn [10:14] I don't understand why I'm banned on ##hardware :( [10:16] Tachyon_, nothing to do with this channel ... [10:18] Yes... I think I just have to go to ask on forum.. ##hardware hates me :( === cyphase is now known as Guest22948 [10:46] hello [10:48] hello [10:48] Hello!! [10:48] !ask | Anonaly [10:48] Anonaly: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [10:49] anonymous_, see above ^^^ === Leon is now known as Guest23411 [10:49] are your hackers? [10:50] auuu [10:51] somebody hear me? [10:54] What can I do about my ubuntu 14.04LTS, I click on "System Settings [10:57] What can I do about my ubuntu 14.04LTS, I click on "System Settings" and it opens, then the screen greys out and stays that way. I can do anything else on the desktop that I want to do, except for things inside the "system settings"...? [11:13] how do I track this down? [11:13] W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5D7718106438B87 [11:14] if gives us the pubkey but does not tell us which ppa it is [11:14] add the key, or add the repository properly and it adds it automatically [11:14] and when you have like 30 ppa hard to track down [11:15] was there an application that could track down missing gpg and fetch them for you? [11:15] no [11:16] I remember back in ubuntu 10.10 using an app that would find missing gpg and add them for you [11:16] I since lost it [11:16] http://ubuntuforums.org/showthread.php?t=1263676 [11:17] it would be helpful if apt-get would tell the user which ppa is missing the key [11:17] did you look at the link [11:18] tracking them down 1 by 1 is stupid silly [11:18] i'll take that as a no [11:18] Help needed: When I lock my Ubuntu 14.04, login back, I see that the all 4 cores have the load jumped up to 80% [11:18] just saying that if running apt-get tells you its missing it SHOULD give you the full url of the ppa [11:18] is there a fix? [11:18] would be just a nice thing todo [11:19] rrp-guest_|41752: use something like htop to see what it is [11:19] probley 2 lines of code to fix [11:19] DJJeff: or just add the ppa properly in the first place [11:19] htop? [11:19] rrp-guest_|41752: yep, its a program [11:19] htop is a terminal program [11:19] that shows cpu and memory usage [11:19] and can be sorted [11:19] to show the top ones on the top of the list [11:20] DJJeff: cool it with the enter key [11:20] Ben64: cool it with your poor advice [11:20] you did not even tell him what kind of program it was [11:20] i gave you a solution, sorry that you don't like it [11:20] * cfhowlett adds one more to /ignore [11:21] 1 less user of 1,755 I am in tears now [11:22] hi! [11:23] All cpu's are 50-60%, by compiz. [11:23] .. when locked [11:23] compiz eh? are you on latest graphics drivers? [11:24] using open source or drivers from the vendor itself [11:24] Ben64, question on that bad pubkey. I see from the link that only half of the pubkey is requested from keyserver? not the WHOLE thing; F92F76A .... ??? [11:24] no. I have tried all the nvidia version, but non seems to work, so I used devault on Ubuntu. [11:24] However, no high load, when I'm using the ubuntu unlocked [11:24] cfhowlett: yeah thats the identifier or something, can't think of the actual words for it right now [11:24] rrp-guest_|41752: does the same thing happen on nouvoux drivers? [11:25] Ben64: if you are tired and unhelpful just head to bed [11:25] Ben64, so how would I know what part to request from the alphanumeric string? or would it break things to just copy/pasta the whole thing? [11:25] DJJeff: keep your comments to yourself [11:26] Ben64: you clearly sound tired and upset [11:26] cfhowlett: like my link said, the last 8 characters [11:26] Ben64, got it. thanks!! [11:26] When I click on "System Settings" and it opens, then the screen greys out and stays that way. I can do anything else on the desktop that I want to do, except for things inside the "system settings"...Any ideas on a fix? [11:26] using xorg Nouveau [11:27] rrp-guest_|41752: so you have tried the Nouveau drivers with the same results === Chappie-san2 is now known as Chappie-san [11:27] When I click on "System Settings" and it opens, then the screen greys out and stays that way. I can do anything else on the desktop that I want to do, except for things inside the "system settings"...Any ideas on a fix? [11:27] rrp-guest_|41752: does it only happen with compiz? have you tried stress testing your gfx? [11:27] yes. that's the only one that I have that works in addition of NVidia [11:28] nothing else tested. Issue is the CPU load when UI is locked. [11:28] When I click on "System Settings" and it opens, then the screen greys out and stays that way. I can do anything else on the desktop that I want to do, except for things inside the "system settings"...Any ideas on a fix? [11:28] !patience | charlesW [11:28] charlesW: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [11:29] rrp-guest_|41752: can you suspend resume without issues? [11:29] that work ok [11:29] so its not really a power issue or a driver issue it may be a compiz problem [11:30] you might try rebooting with compiz disabled [11:30] and see how far you get [11:31] I have not tried to disable combiz. Wouldn't that prevent Ubuntu to work? [11:31] compiz is just fancy graphics [11:31] I do not use compiz with Xfce [11:31] and have no problems [11:31] How do I disable it? [11:31] something went wrong with my text, let me try this again... [11:31] When I click on "System Settings" and it opens, then the screen greys out and stays that way. I can do anything else on the desktop that I want to do, except for things inside the "system settings"...Any ideas on a fix? [11:32] charlesW: you have sent that 4 times now [11:32] charlesW, you are asking WAY too freguently! every 2 minutes?!!! really? be patient! [11:32] rrp-guest_|41752: just stop compiz from auto starting somehow [11:32] sorry yall, I could not see anything being posted. [11:32] charlesW every 10-15 minutes, until someone enters who can help [11:32] probley a guide online how todo it and you can always re enable compiz after === ochorocho1 is now known as ochorocho [11:33] ok - I'll try that next. Thans! [11:33] sorry about that, My chat text was invisible for a moment. [11:46] How come when I run /usr/bin/chromium in terminal it opens the browser fine, but if I make a shortcut to it with ln -s the file just opens up it's text contents [11:46] I tried chmod +x to [11:46] hi, what is the safest way of removing a kernel in ubuntu server 14.04 [11:46] !kernel | bancik [11:46] bancik: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [11:47] sudo apt-get autoremove linux-image-... deletes all the kernels but the last one [11:47] how about this....How do I get Admin access using terminal while l am logged in as a normal user? [11:48] charlesW: run the command with sudo [11:48] lotuspsychje, I am using ubuntu server and I do not have any gui tools [11:48] thanks [11:48] or just type sudo -s [11:48] to perma admin [11:48] which isn't a great idea [11:49] bancik, you can remove via the command line [11:49] http://www.unixmen.com/how-to-uninstall-the-old-kernels-in-ubuntu/ [11:50] Ben64: it's fine if you know the commands aren't going to write into your roots home directory [11:52] robattila256: but you didn't mention any of the negatives [11:52] when I find what those are ill mention them lol [11:53] Hiyas all [11:53] BluesKaj: hi mate [11:53] hi [11:53] hey lotuspsychje [11:54] BluesKaj: put discuss back in your favs mate :p [11:54] robattila256: if someone asks how to run something as root, don't give them a command to turn them into root... === user is now known as Guest46036 [11:55] !root | robattila256 [11:55] robattila256: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [11:56] Hi, which file should I change in order to have other tty loading at startup [11:56] winston314159: probably .xinitrc [11:56] <__DEFC0N__> hi [11:57] __DEFC0N__: hi [11:57] cfhowlett, I get this: The following packages will be REMOVED: linux-generic* linux-image-3.13.0-63-generic*, linux-image-extra-3.13.0-63-generic* linux-image-generic* [11:57] as far as I know linux-image-generic* must not be removed [11:57] bancik, i'm not on server. best practice is to remove all but the 2 most recent kernels. [11:57] <__DEFC0N__> bancik: what is the problem ? [11:58] I want to keep an older kernel [11:58] __DEFC0N__: hi, what is the safest way of removing a kernel in ubuntu server 14.04 [11:58] the newest one is causing problems with the shorewall [11:58] In terminal, What command cleans the system up? OR what is an alternative program for this? [11:58] bancik, yes the tutorial explicitly states DO NOT remove linux-image-generic [11:59] yes [11:59] <__DEFC0N__> bancik: have you tried GRUB2 [11:59] <__DEFC0N__> ß === mike is now known as Guest12290 === danny is now known as Guest33857 === Guest33857 is now known as Troubardour [12:13] Hi! [12:13] Hi, can you help me determine why upstart starts, but systemd completely freezes at the login screen? [12:13] howdy all [12:14] Troubardour: upstart and systemd are mutually exclusive. what are you talking about? [12:14] Is there any good and free alternative to Dreamweaver which provides WYSWYG under Ubuntu, or is DreamWeaver under Wine the way to go? [12:15] WYSIWYG * [12:15] ratrace: I can choose at the grubmenu. [12:15] zteam there used to be an app called nvu [12:16] its a bit old but you can update the classes [12:16] Troubardour: I don't know what you can choose or what you did there, but the two init systems are so much mutually exclusive the userland and the rest of the OS cannot exist for both. [12:16] When I choose an kernel (upstart) it will run. When default (systemd) it won't [12:17] 15.10 [12:17] 15.10 is still alpha [12:17] netek, yeah, I know about it :-) I did try Kompozer (which is a improved fork of nvu)but unfournetly it was very unstable [12:18] zteam ok, I dont use WYSIWYG myself but remember coming across nvu a few years ago so was first thing that came to mind [12:18] zteam there's also Bluegriffon, but it's very basic [12:19] Troubardour: you have something severely broken there. Ubuntu switched to systemd with 15.04. It's not going back to upstart in 15.10. You cannot have both. If booting with upstart works but with systemd doesn't, it probably means your userland is for upstart and you're trying the systemd init, which cannot be. [12:19] zteam I think there is another called amoya or amaya, cannot remember the name exactly but think its the official w3c wysiwyg [12:19] zteam depending on your needs, you can consider using Dreamweaver with wine or in a windows vm [12:19] ratrace: thank you, that sounds plausible. [12:20] !ubuntu+1 | Troubardour [12:20] Troubardour: wily werewolf is the codename for Ubuntu 15.10 - Support only in #ubuntu+1 [12:20] Troubardour: so I'm guessing you upgraded from pre-15.04 and something broke and left upstart in it (pun not intended :) ) [12:21] zteam what netek says ... http://www.w3.org/Amaya/screenshots/Overview.html [12:21] I upgraded for some sound related issue, I will check. [12:22] TY 2, iora and ubottu [12:22] MonkeyDust thats the one [12:22] :) [12:22] Troubardour, you'r welcome [12:23] I am currently running 14.04.3 LTS on a VPS which I own, and I was wondering execept for apt-get install build-essential libgnutls-dev gnutls-bin pkg-config [12:23] is there anything else I need to install [12:23] netek, well I don't normally use WYSIWYG either, but my HTML skills is really outdated nowadays, and I don't really have the time to fiddle with HTML code anymore :-) [12:23] to update everything [12:24] JedStar: you don't need to install anything to update everything.... you just need to do "sudo apt-get update && sudo apt-get dist-upgrade" [12:24] zteam I use aptana myself, it has autocomplete for html, php, css etc :) [12:24] netek, Amaya looks usuable thought :-) [12:24] zteam good [12:25] thanks Ben64 [12:28] MonkeyDust, netek thanks for your suggestion guys :-) [12:29] zteam remember: if all else fails, join #ubuntu [12:30] Sanity check, is http://mirror.aarnet.edu.au/pub/ubuntu/ 404ing for anyone else? [12:30] zteam welcome :) [12:30] XeonSquared: we had au guys this morning with mirror issue sindeed [12:30] guys, how do you make df list ntfs formatted devices only? [12:31] df -t ntfs doesn't work [12:31] Any idea what's going on with AARNet? [12:31] Help! Is it some way to ONLINE (like on cloud) build binary deb using github project link? [12:31] XeonSquared: didnt hear some news, but adding other sources might be temp fix? [12:32] Yeah, using fallbacks now, just wondering why my favourite mirror is down is all [12:32] XeonSquared: im sure they will do whats possible to get it back up asap [12:33] df -T | grep ntfs ? [12:33] Well, good to hear it's not just me, though it seems that they haven't said anything about it on their site. [12:34] Hi, how do I boot to xterm in ubuntu 14.04, there was a key combinatin or something form login screen? [12:34] ah [12:34] then it's "fuseblk" [12:35] not ntfs :O [12:35] df -T lists my ntfs drives as fuseblk [12:35] Ther short answer is that "fuseblk" is just how an ntfs partition is reported via the "mount" command, among others. The "fuse" part comes from FUSE (file system in userspace) [12:36] !nox | rrp-guest_|12381 [12:36] rrp-guest_|12381: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [12:37] ok..and from login screen? [12:38] rrp-guest_|12381, never tried ... maybe put some command in .profile to start a terminal full screen... only an idea [12:38] control alt f1 rrp-guest_|12381 [12:39] control alt f7 to get back rrp-guest_|12381 [12:40] does not work.... I'll try reboot & shift.. [12:40] or ctrl arrow left [12:41] hey guys - got a bit of a weird issue if anyones here. [12:41] !ask | mripguru [12:41] mripguru: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [12:42] I have a Dell 2950 III which was freshly installed w/ 12.04 [12:42] I can ping/access the server from the local LAN [12:42] but not from the outside. [12:42] (This box was working perfectly under CentOS) [12:42] mripguru keep it one line, that's easier to read and repeat [12:42] mripguru, this is ubuntu server? #ubuntu-server [12:43] sorry. [12:43] cfhowlett: yes it is [12:43] !server | mripguru might be better asked in the server channel [12:43] mripguru might be better asked in the server channel: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server [12:44] ok.. got login. .. next: [12:46] I had an issues of compiz taking 80%cpu on locked mode. I could not find the button to disable it, so I used apt-get remove compiz. -> All buttons disappear from UI. Then I reinstall compiz. But there are no still buttons/ui after login. How I get back woking? [12:47] rrp-guest_|12381 in Unity? Unity is a compiz plugin === ochorocho1 is now known as ochorocho [12:47] cfhowlett: I've asked in there as well now - but, would think that an issue like that would be present in desktop too :) [12:47] so can I reinstall it somehow? [12:49] mripguru, also: #networking [12:49] hello [12:49] everyone here [12:49] cfhowlett: this is definitely an Ubuntu issue — this was all working just fine with the same settings, etc. on CentOS. [12:50] so the networking portion is good. [12:50] mripguru, right. OK. someone who knows more than I do will undoubtedly answer [12:51] cfhowlett: if I had to guess - something got broken in 12.04 causing networking not to start up properly [12:52] (I read some things about that) [12:52] mripguru, yep. btw 12.04 is supported, but 14.04.3 is the newest LTS release ... [12:52] cfhowlett: the apps that are slated for this box aren't :( [12:52] they require 12.04 [12:52] oh, that must hurt :) [12:52] cfhowlett cynic [12:53] MonkeyDust: realist? [12:53] Help: How do I get my ubuntu 14.04 working again: I can get term but buttons are not available in UI. I tried to remove, reinstall compiz [12:54] mripguru even LTS eventually comes to an end... make sure you can use any given program in future releases [12:54] rrp-guest_|12381, http://askubuntu.com/questions/344090/i-removed-compiz-and-now-i-cant-login-to-ubuntu [12:54] that common issue.. I'll try. THanks. [12:56] MonkeyDust: by the time that happens - it will be. [12:57] rrp-guest_|12381, suggestion: sudo apt install ubuntu-desktop. then, logout/login [12:58] I left 8 gb free of unallocated disk space installing windows 10 [12:59] Will that be enough for lubuntu? [12:59] Dual boot [12:59] Rou, should be [12:59] Rou: barely enough, it's like 6gb maybe [12:59] Rou, but if you try to save movies, music, images ... you'll run out very quickly [13:00] and if you don't clean up after updating ... [13:00] I'm using it for web development [13:00] And I have an SD card in there [13:01] Rou, running at the bare, minimal edge seems ... inadvisable [13:01] Thanks...but reinstall ubuntu-desktop does not help. [13:01] Well I sure wish I asked this before I started the windows 10 installation then [13:01] I hope I can allocate more space [13:01] Rou, you could shrink the widows partition [13:01] !gparted | Rou [13:01] Rou: gparted is a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php [13:04] Rou how much space do you have in total? [13:04] 32 GB SSD [13:04] Hi everyone !! [13:04] 8GB SD [13:04] 1 TB external USB [13:04] 500 GB external usb [13:05] External USB I'm using on my computer ATM [13:05] Rou, well if you point your /home to one of the external media you might be OK [13:06] Need some help regarding Ubuntu 14.04 LTS on an Lenovo G510. I cant access User Accounts through Unity-Control-Center !! Would be great if anyone has a workaround ?? [13:06] LakshithaLK: you got an error starting user accounts? [13:06] I guess I'll just install Lubuntu for now [13:06] And shrink my windows partition if I need to later on [13:07] LakshithaLK: open a terminal and type unity-control-center user-accounts [13:07] Can I increase the Lubuntu partition afterwards? [13:07] After it's already formatted and installed? [13:07] LakshithaLK: if you want to try reinstalling the unity-control-center, try sudo apt-get install --reinstall unity-control-center [13:07] Hi lotuspsychje..Not an error , It just starts opening multiple instances of Unity Control Centre.. [13:07] Rou, why would you need to? [13:07] In case I need to make it larger than 8 GB [13:08] Rou with LVM or Btrfs, yes, but unfortunately i know only their basics [13:08] Hi EriC...I tried uninstalling and installing :-( But no luck.. [13:08] Rou, sanest option: partition sufficiently before install. consider a separate /home [13:08] !home [13:08] Your home directory is where all of your personal files are usually kept. For moving your home directory to a separate partition, please see: https://help.ubuntu.com/community/Partitioning/Home/Moving [13:09] Well [13:10] I can't see myself needing to put too many things on the Ubuntu partition anyways [13:10] A few developer tools [13:10] Hi Eric..when I ran [13:10] "unity-control-center user-accounts" [13:11] And project folder I'll probably keep external anyways [13:11] Rou, possibly another option: windows + virtuabox + lubuntu [13:11] Hi Eric when I ran "unity-control-center user-accounts" the terminal gave the following error "libwayland-egl.so.1: cannot open shared object file: No such file or directory Failed to load module: /usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libuser-accounts.so Failed to register: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)" [13:11] It's only a dual core [13:12] The reason I'm dual booting lubuntu is because it's lightweight [13:13] Rou, true. couldn't hurt to experiment though, right? [13:13] alla prossima buon fine settimana. krabador grazie dell'aiuto carlino non ce ringrazialo per me ciauzzzzzz === blendaxshiz is now known as blendax [13:14] !it | cecchini [13:14] cecchini: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [13:14] sorry [13:15] you'd think everyone would speak English…. [13:15] ? ubuntu is international ... [13:16] cfhowlett: English is an International language ;) [13:16] mripguru, not everyone realizes the chat's are language restricted [13:17] BluesKaj: indeed — and some just don't really care. === user is now known as Guest99098 [13:22] Hey all, I recently installed Ubuntu 15 on my desktop. Originally I had sound, but after unplugging my speakers to then use my headset, it no longer works. The only sound I receive is the chime upon startup at the login screen. [13:23] Still not solved: how I get my ubuntu UI back working... (http://askubuntu.com/questions/344090/i-removed-compiz-and-now-i-cant-login-to-ubuntu) does not work [13:23] more ideas? [13:23] !sound | hardtail [13:23] hardtail: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [13:25] Hi Guys , I'm running 14.04 LTS and have a problem when opening user accounts from unity control center...(It starts to continually open control center instances). [13:26] hi, after kernel update, I cannot get internet via lan (eth0). Ifconfig can't find eth0. It only prints "lo" and "wlan0" [13:26] lotuspsychje Ahh, thank you very much! Looks like it was not on the correct output. [13:27] Hi Guys , I'm running 14.04 LTS and have a problem when opening user accounts from unity control center...(It starts to continually open control center instances). [13:31] Hi Guys , I'm running 14.04 LTS and have a problem when opening user accounts from unity control center...(It starts to continually open control center instances). When I run "unity-control-center user-accounts [13:31] " the terminal output is http://paste.ubuntu.com/12467046/ [13:32] lakshitha: you have to wait. [13:32] lakshitha wild idea, try sudo apt-get install unity-control-center --reinstall [13:33] rafaelcenteio: is there anything about eth0 in /var/log/syslog? [13:33] Hi wondering if anyone could help [13:34] Hi Everyone , I'm running 14.04 LTS and have a problem when opening user accounts from unity control center...(It starts to continually open control center instances). When I run "unity-control-center user-accounts the terminal output is http://paste.ubuntu.com/12467046/ [13:34] Tim_: just ask and someone will answer if they know [13:35] yeats: yes: http://paste.ubuntu.com/12467096/ [13:35] After installing ubuntu its says it cant fund root device? Im sharing with xp [13:35] Hi, where I find support for linuxmint in Spanish ? [13:36] Nyt129X: SOUNDS LIKE THIS BUG: https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1289807 [13:36] Launchpad bug 1289807 in nvidia-graphics-drivers-331 (Ubuntu) "User Accounts endless loop (never opens)" [Undecided,Confirmed] [13:36] you have to go to linuxmint channel [13:36] !mint | alejandro [13:36] alejandro: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [13:36] hello all, I tryed to connect with my wifi for two ssid with a exact passphrase but I can't connect ( try it for both linux and windows ) can any one help me to know what going on? [13:37] lotuspsychje: Yeah...I came across that . Was wondering if there are any workarounds ?? [13:37] thanks lotuspsychje [13:38] Tim_, where are you in the boot process when that errors shows up? [13:38] alejandro: there is no spanish for mint all language are supported in one channel [13:38] ok thanks kadiro [13:38] Nyt129X: one guy seems to have fixxed it at the end of that bug [13:39] please help [13:39] lotuspsychje: Seriousely ?? How did I missed that ?? Will read it all over again and get back..SOrry for the trouble :-) [13:39] Start up pc, then hit ubuntu it starts up saying finalising installation and then thing thing pops up says cannot find roor file system [13:40] Nyt129X: try the #35 fix [13:40] Fisrt time doing this so.. yeah lol [13:41] lotuspsychje: AWESOME !! It fixed :-D Thanks a million for both of you... (Original poster and YOU !!) [13:41] !yay | Nyt129X [13:41] Nyt129X: Glad you made it! :-) [13:41] lotuspsychje whatever you did (havent followed) ... +1 [13:41] my huawei b310s not work for now i'm sure the firmware is damaged, for that i connect from a wifi to my friend please help i have no more times === owner_ is now known as Guest61428 [13:42] lotuspsychje: Gotta love Linux & Ubuntu...I only recently made the switch from Windows and so far find it awesome !! Love the community feeling... [13:42] ubottu: Thanks :-) [13:42] Nyt129X: thats what were all here for mate :p [13:42] lotuspsychje: :-D [13:43] * kadiro no one help [13:43] kadiro or no one knows [13:43] kadiro: ubuntu version, wifi chipset? [13:43] lotuspsychje: wifi is atheros wn722n [13:44] kadiro: some atheros cards need firmware fix [13:44] ubuntu 14.04.3 [13:44] yeats: did you catch what I said? [13:44] !atheros | kadiro [13:44] kadiro: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [13:44] it work for one ssid but the two other i tryed in windows with driver but not connect to them [13:45] BluesKaj did you see what I said? [13:45] I'm currently connected with it [13:45] where can i find md5hash of ubuntu server? [13:46] kadiro: does it work on ubuntu? [13:46] ok lotuspsychje can you guide me to fixe my huawei modem? [13:46] yes lotuspsychje [13:47] kadiro: ask in the ##windows channel if it doesnt work on windows [13:47] lotuspsychje: in both windows and linux [13:48] only two ssid can't connect all others work [13:48] kadiro: wich security types these ssid have? [13:48] fond md5 hashes but on a none secura page... [13:49] I guess ill just go with them:) [13:49] wpa-psk [13:49] kadiro: check your syslog and dmesg for relevant errors or wifi authentication errors [13:50] Tim_, is windows still installed on your pc ? [13:50] syslog always say: timeout [13:53] just a few important dmesg log: [13868.588052] wlan0: direct probe to 64:70:02:af:dc:1e (try 2/3) [13:53] [13868.792045] wlan0: send auth to 64:70:02:af:dc:1e (try 3/3) [13:53] [13868.900048] wlan0: authentication with 64:70:02:af:dc:1e timed out [13:53] kadiro: pastebin sudo lshw -C network please [13:56] i think this one my connexion can't see it http://paste.linuxmint.com/view/pqxj [13:57] kadiro: your on mint? [13:58] yes, my ubuntu is in other hard disk have some problem to repair it [13:59] !mint | kadiro only ubuntu support here [13:59] kadiro only ubuntu support here: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [13:59] ok [13:59] I think it is a time my neighbor to disconnect [13:59] thank you anyway [14:00] I think i will hack someone to connect after ( no choice ) [14:03] #ubuntu-chat [14:04] #ubuntu [14:04] !ubuntu | gioans [14:04] gioans: 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 [14:04] hello [14:04] i am a new Gnome-ubuntu [14:05] !support [14:05] The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [14:06] am i in the right place to get a registration code for the linux mint forum? [14:06] !mint | southshields99 [14:06] southshields99: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [14:07] thank you :-) [14:07] hello [14:08] gioans: this channel is used for ubuntu support questions only [14:09] hey [14:09] gioans: try #ubuntu-offtopic for general discussion. [14:09] Hi all. I updated a laptop yesterday, and when it asked about the network-manager configuration files I said no, just use the ones I already have. Now my system shows no interfaces and network-manager icon no longer appears. Is there a way I can get back to that diag and tell it yes? I have no internet connection on the system currently. [14:10] .. or interfaces, just localhost. :D [14:10] err loopback* [14:13] is there ubuntu ? [14:14] ioria: set discuss to favs mate :p [14:15] lotuspsychje, ok, tx === Guest26004 is now known as nikos [14:20] How can I disable all the Alt+12345678xxxxx terminal shortcuts? [14:20] THey interfere with my tmux configuration [14:20] Hey guys. What is the most restrictive file permission one can give? [14:20] I don't wish to disable shortcuts all together, only the Alt+xxx [14:21] teen_optimism 000 i guess [14:22] I am trying to login via ssh with id_rsa.pub but chmod 775 seems to be to open. What should i pick? [14:22] @MonkeyDust [14:22] Hmm booting ubuntu is very slow. It's installed on an SSD, but it just seems to hang at boot [14:23] teen_optimism: 600 is usually a safe choice [14:23] teen_optimism 755 is common [14:23] Thx guys will try it out [14:23] teen_optimism: sounds a lot like premature optimisation [14:24] teen_optimism: or 644 if it says its too restricted [14:24] anyone knows? [14:25] hntty: How does setting proper security settings on ssh keys have anything to do with optimization? O_o [14:25] tminus36: teen_optimism sounds a lot like premature optimisation [14:25] thx tminus will report back wheter it worked or not [14:26] hntty: lol gotcha.. I need more caffeine. :) [14:26] * tminus36 is a bit slow atm [14:27] teen_optimism: 644 will certainly work. [14:29] tminus yes that worked, thx again :) [14:30] teen_optimism: np [14:36] comment creer son serveur dns === ghoti_ is now known as ghoti [14:36] !fr | abdoul [14:36] abdoul: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [14:37] ok [14:37] !info bind9 [14:37] bind9 (source: bind9): Internet Domain Name Server. In component main, is optional. Version 1:9.9.5.dfsg-9ubuntu0.3 (vivid), package size 306 kB, installed size 1052 kB [14:38] what's the shortcut key to switch between tabs i firefox? [14:39] alt+tab [14:39] no i mean tabs within firefox [14:39] Ctrl + tab [14:39] thanks brothersome [14:39] fuck you ioria [14:39] oO [14:44] that was uncalled for... [14:50] wtf? [14:50] so freakin rude E:/ [14:52] ride the light? ;) [14:58] i used to have a boyfriend named "ubuntu" once [14:58] he would "play the bongos" on my ass [14:58] LEOLEOLEOLOLOLOLOLLEELELELLLELEEELELELELELELELEL [14:58] FAGS [15:00] night all [15:01] I have mounted a Windows drive as a cifs share. When the Windows machine is shutdown, and I inadvertently try to access that share, my filesystem browser hangs until the share is available again. any workarounds? [15:01] !ops | imnotarobot1 12.217.66.178 [15:01] imnotarobot1 12.217.66.178: 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 === expr_ is now known as expr- [15:21] banging my head getting ubuntu to run on my intel NUC. After installation i reboot but to a black screen with a cursor blinking in the left corner. [15:22] saldot__: did you disabled fasboot + secureboot? [15:22] lotuspsychje, yup [15:22] i have it set to uefi though [15:23] saldot__: you dualbooting? [15:23] nope [15:23] saldot__: legacy then [15:23] can i change that on the fly or do i need to make some changes to grub? [15:23] saldot__: some boxes also have deep intel setting somewhere to prevent new Os [15:24] ok? [15:24] saldot__: something must be blocking in bios, doublecheck every option :p [15:25] but it does seem like it is booting. [15:25] saldot__: is it booting, or have a _ cursor? [15:25] it goes to black screen with blinking cursor but if i press ctrl-alt-del i see a ubuntu logo for a short while before it reboots [15:25] yo [15:25] blinking text cursor that is.. like underscore _ [15:25] saldot__: wich ubuntu version? [15:25] 15.04 server [15:26] kali linux for hake [15:26] !kali | batboy [15:26] batboy: Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), Kali Linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) [15:27] saldot__: you running server on an intel NUC? [15:27] yes [15:27] saldot__: try the #ubuntu-server guys mate [15:28] is there a big difference in the boot of desktop vs server? === luiz_ is now known as Guest22100 [15:28] saldot__, yes. one has a gui, one does not [15:28] saldot__: well never had users with server on a NUC before, it might need fixing [15:29] ok [15:29] ill go ask the server guys [15:29] saldot__: you could also test out 14.04 server for more stable experience? [15:30] yes. but i think 15.04 is supposed to have some fixes for uefi buises [15:30] *bioses [15:31] saldot__: try out LTS, it might help [15:32] lotuspsychje, yeah, might as well. i'm stuck anyways [15:33] saldot__: this looks like a clean tut: http://paislee.io/how-to-set-up-a-home-server-with-an-intel-nuc/ [15:35] saldot__, this page might be a help: look for bios update first, might save some time .. http://paislee.io/how-to-set-up-a-home-server-with-an-intel-nuc/ written for 14.04 LTS [15:35] OerHeks: too late :p [15:36] hehe.. i get twice the support. ;) [15:36] i've updated the bios to latest version. was supposed to have some fixes for linux booting. [15:36] did that before installing [15:36] i'll test 14.04 and see what happens [15:36] saldot__: good luck! [15:37] NUC installation looks like the same as my tinycorelinux installation on my small computer [15:38] well.. a nuc is a computer like any other i guess. but with a mobile/laptop cpu [15:39] My server runs lighttpd and opensshd with only 52 MB ram, more simple than an ubuntu server [15:39] !discuss | brothersome [15:39] brothersome: Want to talk about Ubuntu but don't have a support question. Join #ubuntu-discuss, for other non-support discussion not Ubuntu related you can also join #ubuntu-offtopic. Thank you. [15:40] * brothersome ah [15:42] lotuspsychje, what about running the latest kernel? About the security of an older version? [15:43] !kernel | brothersome [15:43] brothersome: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [15:44] brothersome, is that a support question or starting a discussion? [15:45] Oerheks, I think lotuspsychje does a kind of kidding, I do not like to shout that way [15:46] heloo [15:46] My question is: Is the version of the kernel 14.04 the same as 15.04? What about the security? [15:47] Hi, I need some help with boot repair [15:47] brothersome 3.16.0-49-generic on my 14.04.3 [15:47] No, the kernel is newer on 15,04, but 14.04 has all security patches too. [15:47] hello world [15:47] !usn | brothersome check security exploits here [15:47] brothersome check security exploits here: Please see http://www.ubuntu.com/usn for information about Ubuntu security updates. [15:50] brothersome what are you afraid of? [15:50] I have 15.04 with 3.19.0.29 - I suppose that there are security patches since 3.16 [15:51] hi ubunters... [15:51] I recently bought a new hdmi screen [15:52] MonkeyDust, Just the ability to break in on a server, so now I know the answer - thanks [15:53] it comes with tiny embedded speakers which use the hdmi connection...I just would like to use the desktop regular sound input together [15:53] is there documentation I can reference that will tell me what a specific port is used for? If I do "ss -tunlp" I would like to know more about the ports it displays [15:53] so I can use all the speakers I have [15:53] brothersome: server security relies on more factors aswell, wich services rou running etc [15:54] aedend in a terminal, type less /etc/services [15:54] pavucontrol does not seem to offer that chance [15:54] !security | brothersome for tighten security [15:54] brothersome for tighten security: Security Updates are dealt with here: https://help.ubuntu.com/community/Security - See also !root, !firewall and !server [15:55] is there a way to get both sound outputs working at the same time [15:55] ? [15:55] MonkeyDust, perfect, thank you [15:55] brothersome http://hardenubuntu.com/hardening/ [15:55] !sound | JunkHunk start here [15:55] JunkHunk start here: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [15:56] hmmm thanks but I have no trouble using sound... [15:57] both channels are working [15:57] I can use my desktop speakers using the analogic output... [15:57] Hallo everyone! I have ubuntu on gnome. My rhythmbox cannot collect any mp3 files. I have mp3 libary - in other audio programs it works. [15:57] and my hdmi screen speakers with the hdmi connection selected... [15:57] but I would like to use them both at the same time [15:57] to use all the speakers I have [15:58] I would need both channels working at the same time...is that possible in ubuntu? [15:59] would I need an amplifier? [16:00] !info paprefs | JunkHunk try this maybe [16:00] JunkHunk try this maybe: paprefs (source: paprefs): PulseAudio Preferences. In component universe, is optional. Version 0.9.10-1 (vivid), package size 60 kB, installed size 541 kB [16:02] lotusflower: I already installed pavucontrol...and it is not offering the multichannel option...is that paprefs anyway better? [16:02] JunkHunk: test and find out: http://askubuntu.com/questions/78174/play-sound-through-two-or-more-outputs-devices [16:03] gold [16:03] thanks [16:03] didnt test myself, dont shoot me after [16:03] lol [16:04] I ll make fine perfume out of your leafs [16:05] and a necklace out of your teeth [16:06] lotuspsychje, 14.04 did the trick. Works well now [16:07] incase you were worried. ;) [16:07] :-) [16:07] !cookie | OerHeks he's hungry :p [16:07] OerHeks he's hungry :p: Wow! You're such a great helper, you deserve a cookie! [16:08] saldot__: im glad, cause i wouldnt have sleep tonight [16:08] lotuspsychje 's bed is made out of ssd's and clouds [16:09] :p [16:09] lol [16:13] soee guess what? a guy found it at ubuntu irc...but I cannot exactly apply same solution in kubuntu...it is somehow different... [16:14] http://askubuntu.com/questions/78174/play-sound-through-two-or-more-outputs-devices [16:14] oops [16:14] lol [16:25] in /etc/services I find "mdns" I've tried man mdns but no luck. Is there a resource locally on my machine I can reference for more information? [16:28] aedend it's avahi related, is what i read on several pages [16:28] <[n0mad]> yeah, seems avahi related or libnss [16:28] Hi there, I am having a bit of an issue using a livecd to mount an Intel software raid, when I run mdadm - - assemble --scan I get the error message only give one device per ARRAY line. I am assuming it is because the raid is named ALL BLUE, with the space, what syntax should I use to specify it as all one word in the made.conf please? [16:29] aedend https://help.ubuntu.com/community/HowToZeroconf [16:30] MonkeyDust, could this be running because I'm running Ubuntu as a guest on OSX. A little off-topic, I understand, just curious [16:31] aedend not sure, didnt know it myself [16:31] nice, raid name with a space... [16:32] MonkeyDust, yeah, I didn't either but it reads to me as if its an implementation of Apple's Zeroconf architecture... Thanks again for your help [16:32] It was running on Windows so had no issue, but Intel fell over and came up with a disk missing error so am trying to run testdisk, but first I need to get the raid mounted [16:38] Hi, anyone who could help with boot repair,please? [16:38] nikos: what's wrong? [16:38] Did you have any ideas oerheks? Or just wanted to criticise? [16:39] Laxu5: use quotations in the config? [16:39] yesterday I took some help here to fix some broken libraries that prevented abiword to open [16:39] I followed instructions and it worked [16:39] after that I saw google earth didn't open,I uninstalled it and installed again and it was OK. [16:39] when I reboot after that, couldn't get into xubuntu. [16:39] blue screen with xubuntu logo loads normally but only for 3-4 seconds and then just black screen.I tried boot repair through live CD (all options) with no luck. [16:39] I did try that, but it appears to still not be mounting, tried single and double [16:40] I think the easiest solution is install windoze on another hard drive and run testdisk from that [16:40] Laxu5: The escape character before the space perhaps? ALL\ BLUE ? [16:40] Oh yeah good point didn't try that [16:40] nikos: what did you do to repair the broken libraries? [16:42] Hmm, no go, I think I will just whack window on a drive and in the future not use spaced raid names, thanks for the help foogledork [16:42] Laxu5: no prob, sorry it didn't work :/ [16:43] All good 😀 [16:43] I can't recall, k1l helped me with that,everything was working fine exept for google earth [16:44] nikos: When grub loads, do you have a "fallback" option or something like that? [16:45] no probably because I erase old elements after each update,because of space... [16:45] nikos: did you try an older kernel? [16:47] I'm afraid I have no older kernels,I can see the use now... [16:47] !nomodeset | try booting with this [16:47] try booting with this: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [16:48] grub is fine, blue screen with xubuntu logo loads normally but only for 3-4 seconds and then just black screen. [16:49] nikos: when the screen goes black, can you use ctrl+alt+F4 or another Fx key? [16:49] nikos: Does it bring up a command prompt [16:50] maybe this helps: http://paste.ubuntu.com/12456981/ [16:51] I didn't try that,I sure ctrl+alt_del does nothing,Ihave to try [16:52] nikos: and which menu entry are you selecting? [16:55] which menu do you mean,from grub I pick ubuntu and then as I said xubuntu start loading but after seconds black screen. [16:55] is anyone else having the 3.13.0-63-generic kernel panicing on reboot on 14.04? [16:55] nikos: ok, there is no menu entry for "Ubuntu(recovery mode)"? [16:56] aaa, yes of course,I tried the options there as well [16:56] nikos: gotcha [16:57] nikos: try booting with nomodeset [16:57] nikos: Im actually at work so I gottastep away for a min === jason__ is now known as jasonj8 [16:59] can i log in to a shell using a basic one line command? [17:00] Eric: how do I do this? nomodeset [17:00] like ssh host username and password in one line [17:00] !nomodeset | read here [17:00] read here: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [17:03] Cipri: ssh user@host but I'm not sure you can pass the password [17:03] yeah [17:03] i've made a expect script.. [17:04] but i thought there's other ways to [17:05] Cipri: why don't you use keys? [17:06] don't know exactly how to create and use it [17:07] it's easy, you make a set of keys, and copy the public key to your ~/.ssh/authorized_keys on the server [17:07] then you just connet [17:07] *connect [17:08] ssh-keygen makes keys [17:09] so, 1st i make a key ? [17:09] run ssh-keygen [17:09] ? [17:09] yeah [17:09] Enter file in which to save the key (/ [17:09] do i name anything ? [17:09] no leave the default === JohanJ_ is now known as SaldoT [17:10] /home/user/... [17:10] passphrase emtpy again ? [17:10] yeah [17:10] Saving the key failed: [17:10] i leaved all 3 field empty [17:10] that's what i got [17:10] where did it say to save the key? [17:10] !ssh [17:10] SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon) [17:11] var/www [17:11] Cipri: are you logged in as the user you want to ssh from? [17:12] i'm logged in the shell [17:12] you create the keys at the client side [17:12] so logout from the shell ? [17:13] which user are you going to use to ssh to? ( on the client not the server ) [17:13] done, created the key in /home/.... [17:13] what next ? [17:13] ok, type ssh-copy-id user@host [17:14] is it safe to remove cannaserver. This service starts after I boot up and it uses tcp:5680. From what get from the man page is that its some sort of Japanese/Korean conversion server? [17:15] EriC^^: for now it's waiting [17:16] not connecting.. === Leon is now known as Guest19783 [17:18] it seems too hard for me to understand, i'll keep my expect script for now :) [17:18] https://help.ubuntu.com/community/SSH/OpenSSH/Keys [17:21] Anyone using task spooler here? [17:21] Is there a way to configure task spooler using something like ~/.taskspool.conf instead of environment variables? [17:22] Cipri: basically you make a public/private key pair on the client machine then you copy the public key and put it into the ~/.ssh/authorized_key text file on the server then you can connect (the client will use it's private key by default if you don't change anything it gets saved to ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub on the client [17:22] ( [17:22] ) [17:22] oops sorry [17:23] Can someone tell me why this happens everytime I do thr try or eveb install Ubuntu https://www.dropbox.com/s/0lvo5gwbrqo01ba/20150919_020121.jpg?dl=0 [17:24] Cipri: try cat ~/.ssh/id_rsa.pub | ssh @ 'cat >> .ssh/authorized_keys' [17:27] AbdoTGM50, try to start the installer with nomodeset ---- http://askubuntu.com/questions/613969/acpi-ppc-probe-failed-starting-version-219-nvidia [17:29] Alright will try once Im back home thanks ioria :) [17:29] AbdoTGM50, press F6 [17:29] F6 not e? [17:29] AbdoTGM50, you're welcome [17:30] AbdoTGM50, gui way, cli way ... as you wish [17:30] Or was it tab I cant recall XD [17:30] AbdoTGM50, both [17:32] Just a curiosity what does nomodeset do exactly? [17:32] AbdoTGM50, disable any graphic driver === nzismx is now known as coolwasim [17:33] AbdoTGM50, use the bios mode [17:34] So the problem may be something with uefi? [17:35] AbdoTGM50, if you have a uefi mb, boot in uefi ... depends also if you are dual-boot or not ... [17:35] Im not gonna dual boot [17:36] AbdoTGM50, so, if you have a efi mb, select the usb stick labeled as uefi [17:37] hello [17:38] AbdoTGM50, https://help.ubuntu.com/community/UEFI [17:46] having two partitions one efi vfat and one dmcrypted for root. Is it ok that the grub cfg sets set root='cryptouuid/uuidoftheencryptedpartition' ? [17:47] Hey guys. When's 15.10 releasing? [17:47] srd995 next month [17:48] MonkeyDust: What are the major changes? [17:48] cause with the entries that grub produces, I cannot boot [17:49] srd995 wait for 16.04 LTS for major changes ... http://news.softpedia.com/news/ubuntu-15-10-alpha-2-releases-now-available-for-download-here-s-what-s-new-488160.shtml [17:50] MokeyDust: Will 16.04 have a changed interface? [17:50] srd995 no [17:51] MonkeyDust: and 16.04 will release next year, right? [17:51] srd995 of course, you can still choose a DE [17:51] srd995 16 = 2016, 04 = april [17:52] MonkeyDust: Alright... [17:53] In 14.04, I have to add blacklist i2c-hid in the blacklist.conf file for the touchpad to work... does anyone know why? [17:54] srd995, whay guide says that? or do you want to let us guess? [17:55] srd995, uname -r ? are you 3-13... something ? [17:55] OerHeks, I had read somewhere that to fix my problem I have to add 'blacklist i2c-hid' in blacklist.conf. The touchpad always starts working when I add that line to the file otherwise it doesn't work. [17:56] i ran ssh user@hostname "cd directory/;. /home/user/.bashrc;name_of_function" but it said name_of_function: command not found.. basically ive got a function in the .bashrc that simply renames files in current directory.. How can i initialize the .bashrc through ssh hostname "command sections here" [17:56] 3.19.0-28-generic is the kernel version. [17:56] srd995 Dell XPS 13 ? [17:57] ioria: Dell 7348 13. [17:57] ioria is good at guessing [17:57] Is it because the touchscreen and touchpad seem to conflict each other perhaps? [17:57] OerHeks, ^O^ [17:58] What is i2c-hid anyway? [17:58] kernel module [17:59] ioria: So what happens when I add blacklist i2c-hid to blacklist.conf? [17:59] srd995 it doesn't load [18:00] ioria: Is it bad that it doesn't? It does make the touchpad work though... [18:00] srd995 probably that module creayes a conflict === EriC^^ is now known as explosive [18:00] *creates [18:00] here is is my grub cfg http://paste.ubuntu.com/12475563/ why the only entry entry that does work is my manual added linux3-3.13.0-24-generic img ? [18:01] ioria: So maybe this problem will be solved in the next versions of Ubuntu? [18:01] is anyone here familiar with the Intel graphics for linux drivers? are they included in ubuntu and if not, when would it be useful to install them? [18:01] anyone ? [18:01] ningu i have intel graphics, everything works out of the box [18:02] srd995 i'm sure of that... but it depends also the manufacturer to release the specs .... anyway you are 14.04 with the 15.04 kernel ... [18:02] MonkeyDust: it's a question of what "works" means... yes, it works, but I've noticed a possible issue with plex home theater, there's a lot of flickering [18:02] LTS Enablement Stacks [18:02] <[n0mad]> same here with the intel graphics, works just fine out of box. i did, on a previous install, go through installing the 3rd party drivers but didn't really notice any advantage to that [18:03] <[n0mad]> i watch plex fine as well [18:03] ioria: I'm using 14.04.03 [18:03] MonkeyDust: so I am wondering if it's worth installing the other drivers [18:03] ningu i don't have that, so can't say [18:03] [n0mad]: plex media server? or plex home theater? [18:03] <[n0mad]> i don't have the home theater, just media server running on a 10 yr old laptop [18:03] srd995 normally you should have 3.16.0-49-generic [18:03] [n0mad]: yeah, that's what I had until the old laptop died, haha [18:04] nivacc_, why did you add that manually? does grub-update not pick up that older kernel?? [18:04] hello [18:04] the home theater has a 10-foot ui over hdmi [18:04] it looks fine except for the flickering [18:05] which seems intermittent so I am not sure what the deal is [18:05] Why aren't there more choices for choosing the quality of a youtube video on ubuntu? [18:05] There's only 360p and 720p. [18:05] OerHeks I switched my hard drive from a non efi motherboard to an efi and needed to boot at the time. But since then I haven't been able to boot with any other option [18:06] I tried to reinstall grub and to grub-mkconfig [18:06] nivacc_, disable uefi > legacy ? [18:07] nivacc_: what's up? [18:08] OerHeks I haven't found any option's to boot without efi without the motherboard [18:09] explosive I 'm trying to set grub correectly, after I switched my hd in a motherboard that did not had efi to one that had (my new one https://www.asus.com/Motherboards/B85MG/) [18:09] OerHeks https://www.asus.com/Motherboards/B85MG/ [18:10] nivacc_: you had legacy and now efi? [18:10] explosive yes [18:11] ok you need a fat32 partition [18:11] here is my fstab http://paste.ubuntu.com/12476724/ [18:12] ok, you converted to gpt? [18:12] yes [18:12] explosive, can you help him, it is encrypted [18:12] I boot [18:12] OerHeks: i think so [18:12] Oerheks I think that it doesn't have anything with the encryption [18:12] nivacc_: did you install grub-efi-amd64-signed ? [18:13] well, I'm gonna try the intel drivers and see if that helps, I guess there's little risk. [18:13] yes I have the grub-efi-amd64 [18:13] nivacc_: so you don't get grub right now? [18:13] I can boot to grub [18:13] here is my cfg http://paste.ubuntu.com/12475563/ [18:14] ok, so what's the problem? [18:14] the problem is that I in order to boot I had to add an entry manually linux3-3.13.0-24-generic img [18:15] explosive in the line 130 of the grub cfg the uuid is from the encrypted root [18:16] I think it has to be the efi's partition uuid ? [18:16] Am I correct ? === tinyhippo is now known as gianthippo [18:16] i installed ubuntu using MBR partition table, if i only run 1 OS, no plan to make any resizes etc, will it make any differences vs GPT? [18:16] no, once grub boots efi 's job is over [18:16] nivacc_: did you try sudo update-grub ? [18:17] explosive yes but it generates the same thing [18:17] nivacc_: what's /etc/default look like? [18:17] * /etc/default/grub [18:19] explosive here is my default grub http://paste.ubuntu.com/12477462/ [18:20] nivacc_: i think you need enable crypto disk to 1 since you dont have a separate /boot that's not encrypted [18:20] it should give an error if you try to update-grub without it === gianthippo is now known as tinyhippo [18:23] I had 1 and I dod not see any relief [18:23] you need it to 1 right now [18:24] I mae it one [18:24] made [18:24] ok, update-grub [18:25] explosive here is the command output http://paste.ubuntu.com/12478113/ [18:25] ah, you need to set it to y not 1 [18:25] it's a bug [18:26] explosive here is the cfg after the update http://paste.ubuntu.com/12478219/ [18:31] ok explosive I will set it to y [18:31] Hi #Ubuntu? [18:32] RLW980, do you have a question about your Ubuntu install? [18:32] aedend: I have a question, how do I burn a Windows.iso to a disk using Ubuntu 15.04? [18:32] nivacc_: so what happens when you boot right now? [18:33] aedend: Shall I go to ##windows [18:33] RLW980: which windows? uefi? [18:33] explosive: Umm....MS-DOS? [18:33] haha [18:34] explosive: BIOS. I do not know [18:34] win7 win8 ? [18:34] Windows 7 Ultimate 64-bit [18:35] explosive I am gonna reboot now, I am online from niva [18:35] Can I do it using Ubuntu or not? [18:36] RLW980, use the standard dvd writing tool brasero [18:36] there's a tool for making it, don't remember the name though [18:36] RLW980: if it's a cd not a usb then what OerHeks said [18:37] explosive many thanks for the y [18:37] you might need k3b if brasero doesn't take ufc or whatever it's called [18:37] niva: no problem [18:37] but now I have to decrypt it twice [18:38] 0erHeks: Thanks. That's the tool I'm looking for :D [18:38] once in grub and once when it boots [18:38] explosive: I'm burning to a DVD so yeah lol [18:38] niva take a look, could help http://www.pavelkogan.com/2014/05/23/luks-full-disk-encryption/ [18:38] RLW980: oh ok, you said disk so i thought you wanted a usb [18:38] RLW980: all the good ;) [18:39] explosive: No, no lol sorry my bad *laughs* [18:39] explosive: All sound, do you use Ubuntu or Windows? [18:39] niva the FILES=/crypto_keyfile.bin part, in particular [18:40] RLW980: ubuntu [18:41] ioria hmm I see keyfile [18:41] explosive: Same here, but I'm going back to Windows [18:42] I just installed ubuntu 15.04 on my laptop and for some reason the trackpad and keyboard only work after I reboot [18:42] Ive installed all the proprietary drivers but so far I have never found a fix. Any ideas? [18:43] RLW980: you could dualboot if you want windows sometimes [18:43] thanks ioria [18:43] niva you'r welcome [18:43] * ki7rw wonders when quantum encryption will become available [18:44] RLW980: it's the best of both worlds [18:44] explosive: Lol [18:44] explosive: true :P [18:44] haha [18:44] explosive: But I'm going back to Windows :D:D === michelle---- is now known as M_-___-_- [18:44] RLW980: nooooooooooo [18:45] :P [18:45] explosive: what :/ [18:46] explosive: I shall be back now, to talk to you I am off to install Windows [18:46] explosive why go back? [18:46] explosive: Oh it's W8 sorry & not Windows 7 [18:47] BRB [18:47] RLW980 ^^^ [18:52] explosive many thanks again, this had been a headache for some time now [18:53] niva: no problem [18:54] explosive you don't happen to know how to resume from hibernation a swap file that resides in an encrypted root, do you ? [18:58] Hello, is there a way to ensure that only root user can chmod a file? [18:58] hi [18:58] elosz: What files? [18:58] jeffrey_f: in general any file..for e.g .txt file [18:59] niva: i can't remember what's to be done exactly, trying to find something on google [19:00] elosz: What about within their home folder? [19:01] jeffrey_f: even that should not be allowed. Only if you are root, you can chmod it [19:01] elosz: something like this?? http://www.cyberciti.biz/faq/protect-command-by-configuring-linux-unix-group-permissions/ [19:02] quite new at this so.. where do you normally place scripts that you run? [19:02] Hi, what is the best ubuntu image for me to download for a USB live linux ? === marcus_ is now known as Guest37105 [19:03] Guest37105 all iso's are hybride [19:03] elosz: If the user doesn't have write permission on the file, it can't change the permissions? [19:03] SaldoT: what type of scripts [19:03] jeffrey_f: read that..that's not what I need. But first another question - if I a file is owned by me. Then I do chmod 000 filename. So nobody is able to r/w/x. Then how does sudo cat filename work? [19:03] Hey OerHeks, I just wanted to have a lightweight iso, you know [19:03] niva: https://wiki.archlinux.org/index.php/Dm-crypt/Swap_encryption#Using_a_swap_file [19:04] lord4163: yeah something along that line [19:04] I don´t need a lot of fancy stuff [19:04] jeffrey_f, a script that updates the dns records. will place it in the crontab and execute it once a day [19:04] I tried using DSL, but for some reason, i can´t boot it via usb [19:04] elosz: you want 0xx mask. [19:04] Guest37105 Lubuntu is the lightest, then xubuntu is pretty fast, but needs at least 512 ram, and the heavy one is kubuntu+Ubuntu [19:05] elosz: Normally, the user should be allowed to effect their own files. Are you trying to prevent scripts users create? [19:05] jeffrey_f, /usr/sbin? [19:05] i would try Xubuntu [19:05] is Xubuntu available in the ubuntu page? [19:05] elosz: or should the user be able to read the file? [19:05] nvmind [19:05] sure, http://torrent.ubuntu.com:6969/ [19:05] got xubuntu.org [19:05] oh, nice [19:05] lord4163: if I a file is owned by me. Then I do chmod 000 filename. So nobody is able to r/w/x. Then how does sudo cat filename work? [19:06] niva: it says not to use it with a keyfile apparently, https://wiki.archlinux.org/index.php?title=Talk:Dm-crypt&oldid=255742#Suspend_to_disk_instructions_are_insecure [19:06] lord4163, jeffrey_f : I want only root user to open /chmod/read the file. Nobody els [19:06] else* [19:07] elosz: Then chmod 000 $file [19:07] lord4163: still sudo cat 000 $file works.How?! [19:07] SaldoT: Not there. You can create a folder off of root. Apply proper permissions to the folder for the user running the cron job. Just don't forget to back that folder up/take it with you if you need to reload or move to a new box/VM [19:07] elosz: sudo gives root privileges [19:07] elosz: Because sudo will give root permissions indeed [19:08] jeffrey_f, right, thanks [19:08] so 000 permissions are only for me, as the user/owner of that file [19:08] elosz what are you trying to achieve [19:08] elosz: Change permission on chmod, beware of possible strange behavior though..... [19:09] elosz: 0 for user - 0 for group - and 0 for everyone else - except root [19:09] okay i guess I am unable to explain clearly. So I want my code to create a file such that only a root user can access/read/write/open/chmod that file.Nobody else [19:09] elosz: root will always have permission to do anything. [19:09] I see [19:10] elosz: you don't even want you to be able to change it? [19:10] if your users have 'sudo' capability ... [19:10] elosz: by setting the mask to 000 you achieved what you want? [19:10] explosive thanks for the article [19:10] also, even after I do chmod 000 $file. Doing chmod 700 $ file also worked. That shouldn't be allowed [19:10] elosz: you can chown it to root and set it to 700 [19:10] explosive: yeah not to change it too [19:10] niva: no problemo [19:11] elosz: sudo chown root: /path/to/file [19:11] lord4163: chmod 000 works partially since later chmod 700 $file also works without using sudo [19:11] elosz: hmmm [19:11] then sudo chmod 700 /path/to/file [19:11] okay gotcha [19:11] elosz: what's the bigger picture of what you're trying to do? [19:12] explosive I understand it correctly that article applies to http://www.pavelkogan.com/2014/05/23/luks-full-disk-encryption/ [19:13] explosive: preventing user from accessing/modifying a sensitive file [19:13] you can encrypt that file [19:13] elosz: you can still delete it as your user though if it's in your home dir [19:13] okay cool [19:13] !info gpg [19:13] Package gpg does not exist in vivid [19:14] !info gpg trusty [19:14] Package gpg does not exist in trusty [19:14] thanks explosive: lord4163 jeffrey_f MonkeyDust ! [19:14] yeah you can use gpg -c /path/to/file to encrypt and gpg -d /path/to/file -o /path/to/decryptedfile [19:16] it's installed by default [19:16] elosz: If it is sensitive data, you should encrypt as explosive says. The file can still be read if an attacker boots from a live cd or takes the hard drive. [19:16] elosz: NP [19:16] good point lord4163 [19:17] explosive when I asked about resume from swap file I meant hibernation, not suspension [19:18] niva: that is for hibernation [19:18] !info gnupg [19:18] gnupg (source: gnupg): GNU privacy guard - a free PGP replacement. In component main, is important. Version 1.4.18-7ubuntu1 (vivid), package size 631 kB, installed size 1808 kB [19:18] elosz: If it is a single file, I'd use GPG else encfs is my preferred solution. [19:18] cause it says Suspend to Disk [19:19] will take a look at them lord4163 :) [19:20] btw what's use of chmod 000 or chmod 700 $sensitiveFile once the file is owned by root? [19:21] since the permissions can't be changed by anyone except root and once you've root privilege, you can read/write it [19:21] elosz .... with sudo ... [19:22] elosz: just cause it's owned by root if you dont chmod it it can still be ready [19:22] *read [19:22] elosz: If you have sensitive files, place it in a folder secured by group permissions. Add a group "SecureFilesOnly", add yourself to the group. Now InsensitiveUser (lolz) can no longer access it. [19:22] elosz you should create a chroot jail, or a custom shell, or container .... big stuff [19:23] ioria: i need only small stuff as of now:P [19:23] explosive: read only by root right? [19:23] explosive the article assumes a swap partition or a swap file inside an luks encrypted non lvm partition ? [19:23] elosz so, encrypt and no one can read it [19:23] jeffrey_f: sounds like a tough task in C job [19:24] elosz wait.... what kind of file ? :-) [19:24] ioria: text file [19:24] ok [19:26] good evening [19:27] hello === never2far is now known as Guest96798 [19:30] hello everybofy [19:31] Hi! [19:31] hello, can anyone help me? I accidentally done something [19:32] what did you do? [19:32] i mounted a folder over the top of my /home/ folder :[ [19:32] how do i unmount it so i can see my /home/ folder again [19:32] Ii don't know, i'm just on dual boot [19:33] fusermount -u /home/username ?? [19:33] Creyon use df to find what you mounted in your home [19:34] https://ask.ubuntu.com [19:34] /media/daniel/Local Disk/Comics 2930134008 2408402120 521731888 83% /home/daniel [19:34] /dev/sdc1 1953512444 1882492740 71019704 97% /media/daniel/3CA299D0A2998F50 [19:34] how would i resolve that? === me is now known as Guest892 [19:34] fusermount: failed to unmount /home/daniel: Device or resource busy [19:35] sudo umount "/media/daniel/Local Disk/Comics" [19:35] okay so lessee [19:36] umount: /home/daniel: device is busy. [19:36] (In some cases useful info about processes that use [19:36] the device is found by lsof(8) or fuser(1)) [19:36] did you tried the previous command ? [19:36] hmm [19:37] yeh heh.. [19:37] Creyon: close anyting that MAY have a lock on a file or folder........ [19:37] Creyon do you have any opened files ? [19:37] also if you used cd to enter a dir [19:38] go back [19:38] nope, nothing.. [19:38] hi yall [19:38] VERY strange... [19:38] do you have any open terminals, that have open the directory you try to unmount ? [19:39] nope, should i try a reboot? [19:39] if you try umount -l ? [19:39] Hello. I'm trying to write a bash-script that sets up the system for me. This includes installing some packages and doing more tasks. Somehow, when packages are installed the following commands are not executed anymore, but instead printed. Can anyone explain why this is happening? Script: http://pastebin.com/x6B5TB89 [19:39] i'm having an issue with kvm, and not sure if im in the right spot === Groucho_NL is now known as Guest41936 [19:41] lessee if I get that error when copying via SMB share. [19:41] explosive then you resume from hibernation the system should ask you for decryption password and therefore it shouldn't be stored anywhere [19:42] reboot fixed it guys, didnt save it in fstab haha [19:42] thanks for your help it's appreciated [19:43] explosive They cause the swap encryption key to be picked up by mkinitcpio and stored on the unencrypted /boot partition. In my setup I have swapfile that resides in an encrypted / [19:43] don't mention it [19:43] can i get some help with kvm, i can get the qemu window to boot and show, but installation and execution of the program doesn't occur [19:43] niva: yeah, i dunno about the key thing [19:43] thanks [19:43] explosive I am re worried about evil maid attacks [19:44] :P [19:47] explosive the 3.13.0-63 kernel you thing "latest" for the ubuntu 14.0.4.03 [19:47] ? [19:48] I’m having trouble getting Windows 7 64 bit to install on KVM. Can anyone help? Details at https://askubuntu.com/questions/673957/how-do-you-install-the-virtio-hdd-drivers-for-kvm-on-windows-7 [19:50] bck [19:52] Okay, apparently my script does not wait until apt-get install finished. :-\ [20:09] So hrm, I need a name for my project... [20:10] Having a problem video files in VLC, whenever I open any file, the system completely locks up to the point of having to switch to a terminal and close it manually. I know the video file is good, because the totem opens it fine [20:10] does anyone know of a reason fdisk can create a new partition (sdn1, in this case) and have it viewable when you view fdisk -l, but have it not show up in ls /dev/sd* ? [20:12] hello there! [20:12] Geo: did you restart? [20:12] Geo: you need to tell the kernel about it; partprobe or kpartx [20:12] no... I shouldn't have to though? [20:13] ok [20:13] partprove didnt do anything, are there any special flags/commands i need? [20:14] * Aravind_ slaps iKsH around a bit with a large fishbot [20:14] Geo: "sudo partprobe /dev/sdn" then check with "cat /proc/partitions" [20:14] hey === human is now known as Guest54848 [20:14] My seahorse doesn't have any keyservers stored in it. "pool.sks-keyservers.net" is suppose to be available by default. How can I restore it? I tried reinstalling seahorse and gnupg but it didn't change anything. [20:15] even specifying partprobe /dev/sdn didnt work === Guest54848 is now known as InfIV [20:15] ,-, [20:15] So [20:15] I downloaded some things [20:15] to use X2GO with my dedi [20:15] (My dedi is ubuntu 14.04) [20:15] but [20:15] the application Terminal is nt there ,-, [20:16] Geo: try sudo cfdisk /dev/sdn then press write [20:16] InfIV, lay off the enter, all in one explanation. [20:16] Geo: Are you sure the partition actually changed? Was there a sdn1 before the partitioning action? [20:16] q [20:16] It is a new disk [20:16] quit [20:16] ls [20:16] wileee: sorry it's a habbit ,-, [20:17] so I've been futzing with it trying to get it to work, but it has yet to show up in /dev/ [20:17] InfIV, a bad one at that, especially here is all. ;) [20:17] TJ-, but again, fdisk -l lists it... it just doesn't appear in /dev [20:18] Geo: firstly, does it show up in "/proc/partitions" - if so, then udevd isn't picking up on the change event [20:19] q [20:19] InfIV, Is your X2GO from a ppa? [20:19] proc/partitions is empty [20:19] */proc [20:20] wileee: nope [20:21] InfIV, All the ubuntu installs I see, are launchpad ppa associated is all. Your explanation is a little vague is all, be as exact as possible. [20:22] wileee: It worked with my personal dedi, (It was Xubuntu tho) [20:22] Geo: sounds like the tool didn't change the disk correctly. Are you sure the disk isn't seen as GPT rather than MBR? [20:23] InfIV, same basic install?, desktops are easy to add remove. [20:23] it is [20:23] (GPT) [20:23] InfIV, I have no idea what dedi is, dedicated? [20:23] I'm not familiar with what that means, honestly, its for a RAID [20:24] i just copied the partition table of an existing disk [20:24] the type is 'ee', which is GPT [20:24] wileee: Dedicated Server [20:24] cool thanks [20:25] Anyone know why I can't change my screen brightness in Ubuntu? [20:26] InfIV, Not something I can follow through to fix I think, name your sources and what the download you mention, and detail it more for the channel, there are relative helpers here. [20:26] wileee: Ah got it working, it's not called Terminal [20:26] >.< [20:26] cool [20:26] wileee: It's called XTerm ,-, [20:26] heh, good job. ;) [20:27] TJ-, any more wisdom nuggets? [20:28] done as yoda ;) [20:28] Xterm called it is, hrmmm === _BJFreeman is now known as BJfreeman [20:29] Geo: if the drive is GPT and you used fdisk, the MBR is not used by the kernel, so you need to use a GPT editor. The MBR is a fake hybrid/protective for tools that don't understand GPT [20:29] yes, changing it to fd (raid) made it appear [20:29] ok [20:29] so if all these other disks are GPT, I shouldn't mix/match in the RAID i would assume [20:30] and what tool *should* I use to partition then? [20:30] notepadqq! [20:31] Geo: for manual editing the 'gdisk' range of tools (the equivalents of 'fdisk') but for GPT [20:31] cool, thanks [20:32] can I mix/match gpt and mbr? [20:32] ...in a raid, or is that asking for trouble [20:32] Geo: generally speaking - if you have to ask - it's probably a bad idea. [20:32] (way I look at it anyways) [20:40] Geo: GPT tools can create a protective or hybrid MBR, so you can map up to 3 GPT partitions into an MBR [20:41] ok [20:41] so does mixing them in a RAID matter? [20:42] Geo: RAID has no interest in partitions. RAID just wants to see a block bunch of raw block devices [20:42] (by the way, just read up on GPT some, thanks. that meets my new thing learned for the day) [20:42] ok [20:43] thanks [20:48] what the heck is going on here today - it's been Splitsville all day :( === ubuntu-mate is now known as joao [21:02] hello [21:02] hey [21:03] i am running i3 on top of xfce in ubuntu, could my setup get any more frankenstein [21:07] is this normal ? a ubuntu minimal is now over 1G ? [21:08] btorch: where are you seeing that? [21:08] !mini [21:08] 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 [21:08] should be about 40MB [21:08] considering the LTS is currently 1gb as it is [21:09] ok yeah kickstart is installing 14.04 LTS [21:09] with ubuntu-minimal among other things I guess === JohanJ_ is now known as SaldoT [21:16] hey what does a person from outside of the US needs to do to get a drivers license in the state of CT? Assuming he already has a driver's license from outside of the country [21:17] sdada: that has nothing to do with ubuntu support [21:18] auronandace: not true, it's really relevant [21:21] !ot | sdada [21:21] sdada: #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! [21:22] how do i fix this?: https://www.irccloud.com/pastebin/gToyV6sF/ [21:23] exit [21:23] exit [21:24] austin6598: fix the apt sources.list entry for ports [21:24] TJ-> what exactly am i supposed to do? [21:26] austin6598: locate the entry(ies) for the ports repo and correct the URL. Currently it appears it has too many components in the path [21:26] TJ-> in synaptic? [21:26] austin6598: No, in the files "/etc/apt/sources.list" or "/etc/apt/sources.list.d/*" [21:27] TJ-> can i download the original files somewhere? [21:27] austin6598: find the offending file(s) first with "grep ports /etc/apt/sources.list{,.d/}" === someon is now known as someone [21:28] https://www.irccloud.com/pastebin/HOHJ0QYY/ [21:31] tj-? === robert_ is now known as Guest7460 [21:33] austin6598: Looks like the grep expression wasn't complete. Try "grep ports /etc/apt/sources.list.d/*" [21:33] https://www.irccloud.com/pastebin/6ZbfZ4Hn/ [21:34] austin6598: you missed the asterix off the end, like I did in the first command! :D [21:34] https://www.irccloud.com/pastebin/mE1klAIb/ [21:34] so i need to add the pipelight repos? [21:36] hi guys, what is the best VPN provider i can use? Free is preferable [21:37] austin6598: "deb http://ports.ubuntu.com/ubuntu-ports/dists/vivid-proposed vivid main" should be "deb http://ports.ubuntu.com/ubuntu-ports/ vivid main" ... and you may need a second line with "vivid" replaced by "vivid-proposed" if you want the Proposed component too [21:37] not an ubuntu support question, quants.. didn't you ask before? [21:37] Hello folks! [21:37] whats the proposed? [21:37] hello [21:37] OerHeks ive never asked before, what channel?? [21:38] austin6598: packages published for testing but not yet promoted to the main repo [21:38] i dont want that so how do i remove that? [21:39] austin6598: remove the entire ports entries? delete the files, or rename them to something other than ".list" [21:39] TJ-> i just dont want the proposed one [21:39] i'm on ubuntu MATE and every time I log in a small terminal appears in the upper left just under the applications tab. I can run commands in it and all, but it has no border and can't be moved, and it doesn't seem to render properly when windows are moved over/under it. What package is this and how can I configure it to not appear on login? [21:41] austin6598: Ok, so fix the line as I suggested but don't include any additional lines for -proposed [21:41] TJ-> im confused as to what im specifically supposed to do to resolve this issue [21:42] austin6598: "deb http://ports.ubuntu.com/ubuntu-ports/dists/vivid-proposed vivid main" should be "deb http://ports.ubuntu.com/ubuntu-ports/ vivid main" [21:42] ok so how do i change it? [21:43] i need to hide my ip address by getting a VPN, what channel do i need for this help?? [21:43] i just played around with it some more and it appears in the form of a black borderless box just a few lines tall that has a white terminal emulator prompt within it. I can focus on it like a window to type in it but I don't know how to get rid of it and it's always on top of any window I move to it and my desktop. [21:43] austin6598: Edit the entry via the Software Sources section of the Software Center, or edit the file manually using a text editor [21:44] im actually using kubuntu so im going to try the kubuntu derivative of what you said [21:44] i would try trough the gui, good luck reversing proposed :-) [21:45] austin6598: me too :) [21:46] :D [21:47] https://www.irccloud.com/pastebin/1xgQ2gHl/ [21:48] austin6598: The PC's host architecture is amd64, so why do you even *have* a ports repo entry? Ports are for other non-standard architutures such as ARM [21:49] im not sure i had some issues upgrading to the newest kde and then i just got more issues trying to fix it [21:50] austin6598: Get rid of the files for ports entirely; they are not required and actively break the package manager [21:50] ok where are those files tj- [21:51] austin6598: the filenames were in that grep result you gave earlier that listed the 'ports' entry - pipelight ... something? [21:51] https://www.irccloud.com/pastebin/Pj9evkX0/ [21:52] so delete "/etc/apt/sources.list.d" ? [21:52] austin6598: "sudo rm /etc/apt/sources.list.d/pipelight-ubuntu-stable-vivid.list*" [21:53] ok i did it [21:53] austin6598: that should fix the 404 errors [21:54] yep it did. but will i still get updates for pipelight? [21:55] austin6598: that pipelight repo entry would never work so it couldn't have provided a source for whatever pipelight is [21:56] oh ok [21:57] is this normal? https://www.irccloud.com/pastebin/GEAhkthd/ [21:57] austin6598: when you type incorrect commands, yes [21:58] whats the command to update? [21:58] connect === floyd is now known as Guest74549 [21:58] tf2pickup.net [21:59] austin6598: "sudo apt-get update && sudo apt-get upgrade" === ochorocho1 is now known as ochorocho [21:59] <[n0mad]> austin6598: sudo apt-get update; if you are wanting to upgrade currently installed packages, sudo apt-get upgrade [22:00] ok so no updates [22:00] and how do i run a distribution upgrade correctly? [22:01] austin6598: "sudo apt full-upgrade" or "sudo apt-get dist-upgrade" [22:01] My investigation regarding the missing "pool.sks-keyservers.net" in seahorse has gotten me so far that I found a file that contains this string and that file is installed by gnome-keyring. I tried reinstalling gnome-keyring but that didn't change anything. I'm kinda lost now. [22:02] Meerkat: which file is the string found in? [22:02] TJ-, "/usr/share/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml" [22:03] ok thanks for the help it looks all good [22:03] Meerkat: and did that file re-appear after you reinstalled gnome-keyring? Or has the file always been there but Seahorse doesn't seem to use the value from it? [22:03] TJ-, the latter. [22:03] Meerkat: which Ubunty release is it? [22:04] A fresh install of xubuntu has a working seahorse config. I run 14.04. [22:04] Meerkat: so you're using Xubuntu 14.04 where Seahorse has the problem? [22:05] tj- yup [22:05] Meerkat: have you tried a Guest log-in (if that's possible on Xubuntu) or a fresh user profile, to determine whether the issue is user-config specific, or system-wide? [22:06] TJ-, oh, nice idea. I have not tried that. Can I login as another user without losing my current session? [22:06] Meerkat: I'm not sure with XFCE. I know Unity and KDE allow it [22:12] hey pees [22:12] peeps [22:12] TJ-, as I was looking for an answer xfce tossed me out. =) I logged in as guest and seahorse had its settings as expected. So my problem is somewhere in my home dir. [22:12] need some help with ubuntu mate on Rpi2 [22:13] Meerkat: OK, I'd focus on seahorse config file... maybe ~/.seahorse or ~/.config/seahorse or similar? [22:14] anyone here running ubuntu mate on their rpi2? [22:14] Hi, does anyone know why Ubuntu automatically turns wlan0 back on after "ifconfig wlan0 down"? [22:15] DucklingNo5: maybe Network Manager is responsible for managing it, not the ifupdown tools [22:16] guess not [22:16] всем привет [22:17] !ru | aleksey [22:17] aleksey: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [22:17] Hmm, this never happened before :P Network-Manager definitely CAN manage it, but why the hell would it turn it back on again? [22:17] cykablood [22:18] DucklingNo5: maybe that interface is set to auto-connect. [22:18] I'll look :) thanks [22:18] DucklingNo5: if you don't want NM to manage an interface, an entry in "/etc/network/interfaces" for the interface will indicate to NM that you wish to manage the I/F manually [22:20] Thanks :) [22:20] !RU [22:20] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [22:21] ] [22:32] How do I uninstall programs on other users of my machine, assuming am and administrator and the other accounts are standard users. [22:35] Ubuntu 14.04 server, trying to make some config changes to /etc/ssh/sshd_config and then restart just the SSH server using `sudo /etc/init.d/ssh restart` but it doesn't take. The only time that changes actually kick in is if I reboot the actual machine. I've also tried `sudo service ssh restart` and that doesn't do it. Anybody had success with this? I tried on a virtualbox machine as well as an amazon aws instance. Neither worked as I [22:37] hi guys. i added the deb http://ppa.launchpad.net/ubuntu-mozilla-daily/firefox-aurora/ubuntu lucid main repo but apt-cache does not show firefox 40 in the list, i can only see ff 20 in the ilst. [22:37] what do i need to do to get apt to use the latest version of firefox from the ppa? [22:38] !10.04 [22:38] Ubuntu 10.04 LTS (Lucid Lynx) was the twelfth release of Ubuntu. Desktop support ended May 9 2013. Server support ended on April 30 2015. See http://ubottu.com/y/lucid for more details. [22:38] please just answer the question if you know the answer [22:38] if you don't, don't try to help [22:39] nothing you posted is even remotely relavent to my question [22:39] asdf, lucid is end of life, not supported, upgrade. [22:39] dude, fuck off already [22:40] Isn't there a way to upgrade ubuntu OS's without the need to back-up your files? [22:40] LightweightOS: depends on what you mean by backup your files [22:40] your personal home dir will be left alone [22:40] if you have config files you are worried about, those need to be backed up as they get overwritten [22:41] LightweightOS: it's better often times to be safe than sorry [22:42] LightweightOS: so... as far as backups, is better to "have them and no need them, than need them and not have them", but you could do a dist-upgrade and take your chances :) [22:44] about dist-upgrade, isn't that the command that the GUI updater runs? I've always had that question. [22:44] no [22:44] which is it? [22:44] ubuntu stopped using that years ago [22:45] For instance if I wanted to just shut the automatic gui popup thing (it annoys me terribly) and do it all manually, what command would I run? [22:46] that would work fine in debian [22:46] I tried doing research in the past, my buddy and I both actually. As far as I could tell it was dist-upgrade but that was unclear as well. [22:46] in ubuntu, because they really stopped using apt, it will cause problems with a bunch of packages [22:46] ubuntu has something like updated-distribution or something specialized that runs their own python script to handle the ugprades for you [22:47] https://help.ubuntu.com/community/Upgrades [22:47] !dist-upgrade [22:47] there you go [22:47] A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. [22:47] nice factoid [22:48] RileyTL, software & updates 3rd tab set the updates as you like. [22:51] ahhhh sorry, actually I was referring to the regular updates (one of my computers reminds me about them daily). From what the bot said about it, that's what one would actually *want* to keep things just generally updated, or no? [22:51] But I wasn't talking about upgrading (say from 14.04 to 15.04 or whatever) [22:51] kinda took the conversation for a spin :P [22:51] right dist-upgrade is from moving from one version of the distro to another [22:52] i gave you the equivalent ubuntu version of that [22:52] aah ok. I'll read up on that then. [22:52] thanks [22:52] i don't know what ubuntu command line equivalent is for just updating packages though. [22:52] RileyTL, the rhetoric is keep updated. === magnetvox is now known as Guest23019 [22:55] So Ive finally narrowed the problem to my draging a file and stuff crashing issue, Its Xinerama, whenver its enabled, it crashes when its not, i can drag folders and files just fine [22:56] <[n0mad]> RileyTL: sudo apt-get update && sudo apt-get upgrade will do the same thing as the gui updater I believe [22:56] <[n0mad]> sometimes when that pops up i will run that via command line and it seems like it's always been the same [22:59] but without Xinerama, I cant use all 3 monitors. === john is now known as Guest38637 [23:21] I'm having a situation with 15.04 where whenever I reboot, the "startup script/application" doesn't start or starts... sometimes. Also I'm prompted to enter my wifi password sometimes and, sometime the wifi doesn't automatically connect. [23:22] This is a fresh install of 15.04 64bit updated to the latest. [23:22] This is all on my thinkpad t430s [23:23] * samthewildone goes into the customer lounge and waits for his ticket to be called. [23:23] !ru [23:23] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. === res is now known as r3s [23:29] Is there an easy way to disable all PPAs? [23:30] <[n0mad]> mynis: you can open Software & Updates and uncheck the ones you don't want to update [23:30] <[n0mad]> ones you added would be on the other software tab [23:31] !PPA | mynis [23:31] mynis: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [23:31] Hmm ok, I'm using a custom WM, is there a way to open that GUI from the cli? [23:33] Nevermind, I found it. [23:33] Thanks! [23:35] <[n0mad]> mynis: you can go do software-center and then view > software sources but sounds like you're good [23:35] mynis: thanks? =), well, maybe the reverse psychology worked [23:40] What method can I use to uninstall a package like wine without messing up my system? I've uninstalled packages before, and still had parts of it left over. [23:40] Use apt-get purge? [23:42] I think the command is: Sudo apt-get --purge remove [23:43] mynis: for PPA, ppa-purge [23:44] mynis: http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html?m=1 [23:46] Thanks mynis [23:48] No prob. I'm still getting the hang of apt again myself. I was on arch for like 3 years and then recently switched back to Ubuntu. [23:58] Does anyone know a way to quickly see all applications installed on the system when using unity?