[00:03] Does anyone happen to know how to tell Ubuntu server where to install? It actually installed on the space where I formatted a new partition, but it never asked me where to install it and it amazed me by not overwriting my Kubuntu install on the other hard drive. [00:05] Evidently not. Someone at a linux meetup just showed me this chat and here I am chatting, as randomname [00:06] hi [00:06] typically you have to wait a while :) [00:06] Hi! [00:06] hi [00:07] during the install you should see a page where it asks you to set up partitions thats where you select the location [00:07] I set up a partition but if there was a place to select the location I missed it. [00:08] someone from brazil ? [00:09] william i speak spanish [00:09] randomname, yeah you missed it watch a youtube video of the install process to see it again [00:10] i speak spanish little scatterp [00:10] !pt [00:10] Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [00:11] xangua: yes [00:11] What specific You Tube video, on how to install Ubuntu Server? [00:11] randomname: When prior partitioning for install, at the installer choode "somethiong else" ; then Make sure you have the drive you want to install onto is selected, and the partiton . [00:11] randomname, one sec [00:11] xangua: kkkkkkkkkkkkkk [00:12] Might be the issue - I hadn't yet created the partition. Still had to format it. [00:13] randomname, https://www.youtube.com/watch?v=RghpdQH1bpo (9:43 main part you want to see) [00:13] randomname: if it sees unallocated space the installer will use that to install ubuntu, i think [00:14] I am using XFCE in Ubuntu with LXDE installed as well and am not able to change my login background. How do I fix this? [00:14] There was also whether I was supposed to make it bootable, it said if I did Grub might blow up or something so I didn't, and until I screwed up OpenBox and uninstalled it, my system could only find two of the three installations on my system at a time; either one on each drive or two on one drive. [00:14] And talk about blowing up Grub, I had to reinstall Grub on the OS on the OTHER hard drive. [00:15] randomname, common issue [00:16] How do I change my login picture? [00:25] i have a ubuntu system (unknown version) that i need to recover root on adding init=/bin/bash to the boot line results in file not found i was thinking to make a usb boot stick if no one else has suggestions and change root password that way unless there is another option ? [00:25] scatterp: you can try advanced > recovery from grub [00:26] hrm sec [00:26] scatterp: you have to know the root password though, unless you haven't enabled the root account [00:26] EriC^^, i see something like this http://cdn2.howtogeek.com/wp-content/uploads/2010/05/sshot169.png [00:26] EriC^^, i dont know the root pass [00:27] have you enabled the root account? [00:27] is there an easy way to identify all packages on one system, then write a script to install those packages on another system? I have one box with armhf and the other with i386 architecture and I just want same packages or relative on both [00:27] EriC^^, yes i think so [00:27] EriC^^, its a machine i last used 10 years ago and my account dont seem to exist anymore [00:28] scatterp: try a live usb i guess [00:28] EriC^^, yeah so my original Q was which one just a live ubuntu ? and what to do once its booted? [00:29] would something like... dpkg -l|cut -d ' ' -f3 >> some file... and then copy that file over, then run some loop to install everything be the best way? [00:29] live ubuntu would work, once it's booted mount the partitions and then chroot [00:29] cheetahw26, thats more or less what i was thinking yes [00:30] "apt --installed list" or see http://askubuntu.com/questions/17823/how-to-list-all-installed-packages [00:30] cheetahw26: you can get a list of the packages with dpkg --get-selections > /path/to/packagelist [00:30] cheetahw26, you might be able to just write "apt-get install" at the begining of the file and then sh myfile after that [00:30] But versions and archtecture, not sure all packages are there or needed or comming short [00:31] yeah... seems like that might take forever though... wonder how or if it would be better to skip already installed [00:31] just use install instead of install --reinstall [00:31] it wouldn't reinstall [00:31] apt-get -y install $x [00:32] EriC^^, what do i do once its booted? [00:32] cheetahw26: this will give you a way shorter list [00:32] comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u) [00:33] assuming both are using the same version of ubuntu though and are up to date [00:33] yeah... they are, just different archs [00:33] scatterp: type sudo parted -l and paste in paste.ubuntu.com [00:33] what does that comm command do? [00:33] that list is way shorter... [00:34] cheetahw26: it compares the installed packages to the initially installed ones and finds the one that weren't there in the initial install [00:34] EriC^^, wont have access to the machine until tomorrow [00:34] on my armhf box I get an error about /var/log/installer/initial-status.gz... [00:35] not found [00:35] EriC^^, lets use this for example http://paste.ubuntu.com/11553486/ [00:35] scatterp: mount the partitions, if you have a single "/" mount it to /mnt , if you have a separate boot partition mount it to /mnt/boot [00:36] yeah then ? [00:36] then sudo chroot /mnt , you'll get a root prompt, type passwd to set the password [00:36] all well... [00:36] EriC^^, nice thanks :) [00:38] EriC^^, then sudo reboot and remove the stick at the bios screen right ? [00:38] I'm going to do a check against dpkg -l list... apt-get on all of those will consume time [00:38] scatterp: yeah, then type exit to exit the chroot and reboot [00:39] thx [00:39] np [00:40] I have linux mint 17.1 cinnamon, and my Qtransmission Bittorrent Client has no Icon. How do I get the Icon ? [00:41] ask the mint support channel, #linuxmint-help on irc.spotchat.org [00:44] I've got a question. I seem to have Oops errors caused by probably XScreensaver (for Kubuntu or KDE) messing with my video drivers. Got rid of XScreensaver but it installed ten million libraries, some of them outmoded. [00:45] randomname, ok... so what's the question? [00:46] Anyhow, I got left wtih Oops erros followed by hang, the traceback focuses on the nouveau, which is the Linux version nvidea drivers, and the repeated passthroughs spread to involve Cairo Dock, which is all advanced graphical driver. [00:47] and? [00:47] So over a week ago I reinstalled the Nvidia version of the nvidia drivers, but evidently it's still using the nouveau ones. How to fix? [00:47] ohh... that's odd... [00:48] randomname: blacklist them [00:48] how? [00:48] Think I encountered this with the drivers for the former network interface card on my laptop. Notice the word former. [00:48] echo "blacklist nouveau" | sudo tee -a /etc/modprobe.d/blacklist.conf [00:50] randomname: then sudo update-initramfs -u -k all [00:51] Are you telling me I have to do the sudo mdprobe -r (what I don't want to use) and then sudo modprobe what I do want to use, like I did with the former wireless (not nic) card and the default network manager that I changed ti WICD because it's easier to use? [00:52] Only with the video drivers instead of the wireless drivers? [00:52] randomname: no [00:52] Help me, Lord. [00:52] blacklist the driver, update the initrd and reboot [00:53] randomname, umm.. no... you can't remove a module that is in use.. he's telling you to blacklist the module so it won't ever be used, update your initrd, and reboot [00:53] So after I blacklist nouveau, how do I make it use the nvidia drivers? [00:53] if you have it installed it should use it i guess [00:53] Also, would remove nouveau in a more global way actually get rid of it? [00:53] Can try it. [00:53] it should already be using it, but then it should certainly use it if nouveau is not even an option [00:54] OK. I'll give it a try. Evil chuckle. [00:55] /var/log/Xorg.0.log might tell you more about what's going on [00:55] Thanks! I will definitely take a look at it. [00:56] Is there a specific X error log? [00:56] Also, would the window manager have logs that would tell me anything? It's Kubuntu with the window manager that came with it. [00:57] ./var/log/Xorg.0.log [00:57] That's the error log? Or the log that will show me errors? [00:58] randomname: it's a log and (EE) are errors [00:58] Oh, why the . in front of ./var/log/Xorg.0.log? [00:58] the error log is the log that will show you errors... [00:58] so that IRC didn't interpret it as a command [01:01] randomname: the desktop manager might have some info, /var/log/kdm i guess, but more likely the graphics errors might be in Xorg.0.log [01:02] Thanks! [01:03] np [01:06] hey all [01:06] hey [01:07] i am testing a new irc client [01:08] The Mint people sent me here... I'm trying to find out why snapshot functionality has been stripped from the version of virt-manager that ships with Ubuntu/Mint... [01:09] Hey, I've got my own Mint altered it and what did they do questions - and I've not been able to find answers ANYWHERE. Starting with the different way APT works. [01:10] I think reason is to prove they're superior beings - honestly. Ask how to work APT and all you get is let know your place in the superior being world. [01:10] Now, I must say THIS chat is so different - I was told people are helpful here, and... Wow! [01:10] I haven't played with mint yet... what are the advantages of it? [01:12] I honestly haven't found where it has any. It looks ugly, it works different, and you can't get help. It appears newbie friendly upfront until the first time you have any problem. I'm sure glad I didn't put it on the computer my friend bought [01:13] I was told drivers tend to work better in Mint. Usually they work the same. When they dno't Ubuntu has the advantage. [01:14] Many differences in what works have to do with changes to the file structure. [01:14] Yeah I am on the fence about Mint... I have a quad-core Kabini with 16GB RAM and I feel like I'm using a 386 [01:14] !mint [01:14] Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [01:14] So it's very much offtopic here [01:16] I hear you. Won't help to seek help on Mint help forums though. [01:16] Definitely not where to look for objectivity on using Mint. === RyanKnack_ is now known as RyanKnack === RyanKnack is now known as RyanKNack === RyanKNack is now known as RyanKnack [01:20] nick villandra [01:20] We just had apparmor cost us about an hour of downtime [01:20] How can we investigate why the apparmor rules changed? [01:21] Is there a guide for apparmor that I can read? === jmknsd is now known as jakemp [01:25] the main purpose of mint is that they install non-free stuff by default i believe [01:25] not that i know anything about mint [01:25] Radar: you may want to ask in #ubuntu-server [01:26] tgm4883: thanks [01:26] There's a ubuntu-server? [01:27] That's the main PURPOSE of Mint? But I install the nonfree stuff when I do the first ten things you do in Ubuntu after I install Ubuntu. [01:27] I've got a page and its link saved. I'm no thome though. [01:28] mint is supposed to be less bloaty and more practical i guess [01:29] either way, mint does not belong in #ubuntu [01:30] Well, it has hardly any software. In theory you can use Ubuntu repositories but when you do half the time it doesnt work and if you ask for help you get told Naughty Naughty, don't mess with stuff beyond your ability because you're no account anyway. [01:30] AND you shouldn't be using Ubunt because people who do taht aren't even human. Or something. [01:30] ubuntu is usually called linux for humans [01:30] AND we dont talk about Ubuntu here. STRICTLY taboo. I don't think so! [01:31] I've never seen such attitudes, and in my 58 years of living, I've definitely seen attitudes. [01:31] LOL. Thank you, EriC! [01:33] it's all just distros in the end, i've only ever been to their support channel once, but they were really helpful === aeonchil1 is now known as aeonchild [01:34] I guess there's no such thing as "just distros". [01:34] I didn't find anyone connected with Mint helpful. Possible we were on different support channels, I went to the default one. === lala is now known as lili [01:41] Has anyone gotten Ubuntu on a Chromebook Pixel 2? Not with Crouton, but with a regular install? [01:41] how do I stop Ubuntu to ask me about the keyring password or something like that [01:41] hi how do i browse te pay for apps on ubuntu [01:41] i have ubuntu studio [01:41] 15.04 [01:42] i see no way to check out the pay store [01:42] open the software center [01:42] would like to see if anything attracts my interest [01:42] n-iCe: disable automatic login [01:43] If you don't have the software center for whatever reason, open the Terminal and type "sudo apt-get install software-center" [01:43] its open but i see no pay for products [01:43] xangua: not that password, the keyring password [01:43] That's because most of the stuff available on Linux is free [01:43] on ubuntu studio lxde 15.04 [01:43] true [01:43] but [01:43] What type of stuff are you looking for? [01:43] pixel art tools [01:43] You can install Steam and buy games on there if you'd like [01:44] install GIMP, it can do pixel art well [01:44] are you good at pixel art DylanRJ [01:44] i remember seeing a commercial painting app in ubuntu store that was really cool [01:44] I'm not a pixel artist, or any kind of artist for that matter [01:44] i try [01:45] I just know GIMP is a good graphics and photo editing software from what everyone says [01:45] gimp is alright [01:45] it hard to do isometric lines === Aerides is now known as Aeon [01:45] gimp has afaik zero pixel art tools === Aeon is now known as Aerides [01:46] this is true [01:46] What do you need other than the pencil tool? [01:46] i would like to see the ubuntu store apps [01:46] to see if they have any cool painting programs [01:47] i saw a really cool commercial paint progam a while back [01:47] but i cant see the commercial apps in the store [01:47] just free [01:47] using 15.04 lxde [01:47] (20:42:25) Ben64: open the software center [01:47] do i need to be using the rgular ubuntu [01:48] on the top where it says "all software" change that to "for purchase" [01:48] i did === Aerides is now known as Aion [01:48] k === Aion is now known as Aerides [01:48] Just curious, why do you want to pay for software so bad? [01:48] i did try that [01:48] its empty [01:48] thats the problem [01:48] should list commercial apps [01:49] because i like what i saw [01:50] maybe you don't have the partner repos enabled? [01:50] ok [01:50] let me try to enable them [01:51] Does anyone here use Ubuntu MATE? [01:59] !ask | DylanRJ [01:59] DylanRJ: 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 [01:59] I didn't ask to ask a question, did I? [02:00] Sorry if it sounds like I did [02:03] DylanRJ: just ask your real question [02:04] hi people, can I do ssh to a server if I have private key of that server? [02:05] dugler: the server needs the public key relating to the private key you are using [02:05] Hello, no matter what I do, I cannot install Wine on Ubuntu 15.04, wine : Depends: wine1.6 but it is not going to be installed [02:06] wine1.6 : Depends: wine1.6-i386 (= 1:1.6.2-0ubuntu8) but it is not installable [02:06] somsip: couldn't get you well, do you mean public key of system from which I want to access server should be authorized by server? === Aerides is now known as Aeon [02:07] dugler: https://wiki.archlinux.org/index.php/SSH_keys#Background [02:08] Hi there [02:08] I've recently upgraded to Ubuntu 15.04 through the ubuntu update manager; but now KDE session won't start [02:08] Any other Desktop Envrionment loads correctly [02:10] somsip: I am aware of it, but the thing is I got a client, he sent me mail with an attachment 'server_key.pem' I can't even open file that is password protected. In the mail he stated please find attached private key to have ssh access to the server [02:10] dugler: is the server on AWS? [02:10] this thing making me confuse, wondering if there is a way I could ssh with only server's private key [02:10] somsip: yes it is on AWS [02:11] dugler: ssh -i server_key.pem user@address (should work if you have correct user) [02:11] dugler: the pem is a particular format of public key generated within the AWS account and applied to that server [02:12] somsip: I don't even know user name :s [02:12] try root [02:12] dugler: if it's runnig ubuntu, assume ubuntu. It should not have root enabled for any reason [02:12] wastrel: going to try it, thanks [02:13] dugler: the standard AWS AMIs all use ubuntu as the common user [02:15] s/all/that I've used [02:15] somsip: I am getting Permissions 0640 for 'BN_ERP_Key.pem' are too open. [02:15] Heyo what changes between 14 and 15 on utopic unicorn? [02:16] Anything major? [02:16] dugler: change it to 600 (chmod 600 server_key.pem) [02:16] WARNING: UNPROTECTED PRIVATE KEY FILE! [02:16] good evening. I have a package whos status is showing "iU" - what does that mean? [02:17] somsip: thank you, it worked [02:17] dugler: so you're sorted? [02:17] so should I copy public key of my system to server? [02:17] somsip: yes I am in [02:18] with 'ubuntu' [02:18] root was not allowed , it was on bitnami so bitnami is also working [02:18] thanks [02:18] dugler: you do not need to add your own public key. User ubuntu has been set up with a key-pair and you have the private key. I said public earlier - I was wrong [02:19] somsip: so everytime I should access in same way? [02:19] dugler: yes (see man ssh_config to set up easier access) [02:19] I mean like ssh -i server_key.pem user@address [02:19] dugler: yes [02:20] okay thanks [02:21] jest ktoś z polski [02:22] !pl | Mike9863 [02:22] Mike9863: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. === pants is now known as Guest15291 [02:23] hy all,,,, can help me to restore default source.list ? [02:25] can any one help me with why ubuntu wont boot with the toram flag ? [02:27] I'm trying to get mpdscribble working on my system. It seems to work fine when I run it from the command line, but not when I run it using "sudo service mpdscribble restart" It isn't even logging anything when I call it via the service command. What am I doing wrong?? [02:30] mapu: The 1st flag 'i' is the desired status, in this case "installed", the 2nd flag 'u" is the status. here 'u' is unpacked . So, it is only unpacked but not fully installed ( what ever the ap is ) . [02:31] ok- thanks - that is what I *thought8 but wasnt sure. [02:32] Ok [02:33] Wehe Are to Set hootle? [02:44] I need help figuring out why I keep getting forbidden error when trying to access dev environment via browser localhost/folder-name, which has been symlinked from default html folder to a dev folder in documents - permissions are confusing me [02:47] hi everyone [02:47] http://i.stack.imgur.com/g03Ro.png [02:48] i waited for 4 days. [02:48] I need to wait more days? [02:48] my app is in pending review. [02:49] There is no moderator? [02:49] dupingping: I know that this channel isn't going to be too helpful. I *believe* the channel you're looking for is #ubuntu-touch (but if nothing else, they should be able to direct you to the people you want to talk to) [02:51] Flannel, what? did you look http://i.stack.imgur.com/g03Ro.png ? [02:51] It's not touch app. just Desktop apps. [02:51] I dont develop any touch app now. just Desktop Apps. [02:51] dupingping: Where are you trying to get that approved then? [02:52] i waited for that. [02:52] but i waited for 2 days for approved one. [02:52] dupingping: yes. You're trying to get something approved. But approved to where? What website is that? [02:54] ok i need serious help [02:55] CTCP VERSION [02:55] i have a duel boot system and i need to get windows off of it right now and give the rest of the space to ubuntu [02:55] lul [02:55] i downloaded a trojan [02:55] i only know how to do it by reformatting everything is there a way to do this thru ubuntu terminal? [02:55] use Gparted [02:56] sudo apt-get install gparted [02:56] ok cool thanks [02:56] No problem [02:56] It's not in the terminal though, it's a GUI in Ubuntu [02:57] thats even better [02:57] that will be an issue, hdd must not be in use. use the live cd [02:57] i want to physically see windows die [02:57] Oh, OerHeks is right. You will need to use a live CD [02:57] eh ok [02:58] Forgot about that. I usually nuke and pave stuff [02:58] ok [02:58] exit === Guest60573 is now known as ost [03:15] hello [03:17] In XFCE I installed lightdm-gtk-greeter and now my default login screen has changed. How do I change it back? [03:19] alguienn en español? [03:19] saludos desde costa rica === thiago is now known as Guest19582 === Abishek_ is now known as abishek === Loshki is now known as Still-not-Jeff [03:31] How do I restore my default Ubuntu login screen?? [03:31] happyfr0gg, reboot. [03:34] https://wiki.ubuntu.com/LightDM#Changing_the_Greeter [03:34] dupingping, I did and it doesn't come back. === andrex is now known as andrex|off === Still-not-Jeff is now known as Loshki [03:37] I issued this command in XFCE, sudo apt-fast install lightdm-gtk-greeter. [03:39] Now my default Ubuntu login screen is changed to one with no background pictures and a login dialogue box. [03:40] I want to change my login screen back to the Ubuntu default. === andrex|off is now known as andrex === Betal_s is now known as Betal [03:59] I restored my default Ubuntu login screen. Now I need to restore the default login picture. :-/ [04:12] Hello all. [04:14] hey i need some help [04:15] i just deleted windows 7 duel boot cause it had a trojan on it. i used Gparted and i notice more partitions and i have no idea what they are === Malsasa_ is now known as Malsasa [04:18] when I "ssh -i /path/to/key username@host", it still prompts me for a password. How can I force it to use the key for authentication? [04:22] Hi, pm-powersave isn't called anymore when unplugging my charger, this has happened after upgrading to Vivid, how can I debug it? Should I see the unplug event logged in dmesg? [04:22] digcloud: its probably your remote host not having the proper key to allow you to login [04:23] xcezzz: I think it might be that I had the wrong user. [04:23] digcloud: lol that helps [04:23] xcezzz: but now that I'm using a different user, it attempts to use the key, but asks for a passphrase, but I didn't set a passphrase (at least I didn't mean to) [04:25] If I ran "ssh-keygen -t rsa -N "" -f /home/vagrant/.ssh/id_rsa", wouldn't I expect to have a key without a passphrase? [04:25] digcloud: you try entering a blank passphrase when prompted? [04:26] I need some help with setting up symlinks with Apache 2.4.7 from html dir -> documents/dev dir [04:26] xcezzz: ugh, I'm such a newbie. I was using the public key. When I use the private key, I can get in just fine. Thanks for your help [04:26] digcloud: heh... so check it... ssh-copy-id will copy your ID to the remote host [04:27] I'm getting forbidden error in the browser, and not sure what to do [04:27] digcloud: as long as you only have one identity file in your .ssh directory 'id_rsa' it will always use that and you dont have to specify manually [04:27] ccccccbufndfknelcljevjnhjbekbblcglhcukceirke [04:28] xcezzz: cool, thanks. I'll master Linux eventually [04:28] squabbler: look on google for info about FollowSymLinks... === Hidden is now known as Guest91364 [04:30] shwoom [04:34] xcezzz, thanks for the tip about not needing to specify manually in that case. :) [04:35] Is old-releases.ubuntu.com down? Any alternative I should use? [04:35] how old? [04:35] google is bretty gud [04:35] is there any problem if i limit the mem usage of syslog-ng because it frequently Mem used: 93.81%.. *note: there is no proposal to upgrade the RAM? [04:36] if you can't find a ive archive on ubuntu, you may be able to find an older hosted version on a debian server [04:36] B0g4r7: It appears to be timing out. I don't know of any mirrors. Might just have to wait. [04:36] Flannel, thx. [04:36] wait for what [04:36] waiting for a mirror has not been an issue since the 90s? [04:37] maybe earlier in implementation! [04:37] what's the command to install fonts in xubuntu [04:37] what fonts [04:37] ttf fonts [04:38] which aren't installed by default? [04:39] i'm new to tuxtrans. In that I would like to install tamil.ttf fonts. I could not copy the ttf in /usr/share/fonts/truetype, will you pls help me [04:39] oops i'm in the worng channel. though i am to be here just responding in a different context [04:40] Hello everyone. I am mounting 3 different devices, one of them with curlftpfs. How do I make these mounts permanent? TIA! [04:40] there doesn't seem to a package that provides that font. you can download it and install it in /usr/share/fonts [04:42] what is the difference between building package from source vs using apt-get install {Package} ? [04:42] nimbiotics, add them to fstab [04:43] Guest81309, you 'build' one from source vs installing a 'pre-compiled' version. [04:43] i mean like what is the benifit/point? [04:43] Guest81309, if you don't change build options, nothing. just time. [04:43] options [04:44] Hi, I have a question. I need to know how to read my x-0.log . It appears to be in binary. [04:44] customizability. complete transparency [04:44] what can you customize? [04:44] with the build source option i mena [04:44] don't trust the binary provided by the author (sourceforge)? build it; make mods; run it [04:47] it may be too early in our evolution for 'build it' to be a commonplace phrase, but i suspect it will be as commonplace as 'dude' LOL [04:47] got it [04:48] what is the point of fakeroot command? [04:49] How do I read the x-0.log? [04:49] Seems to be working again now. :) === stack is now known as Guest98382 [04:49] what is the point of life? [04:50] moonlander: To remain on-topic in #ubuntu. [04:50] OK, back tomorrow when earthlings are here. [04:50] why is it off topic? [04:50] moonlander: This is a technical support channel. If you want to talk about other things, go to #ubuntu-offtopic. [04:51] you're making an assumption [04:51] non-technical [04:51] moonlander: I assure you that a discussion about the meaning of life is not ubuntu technical support. [04:51] that was not my question [04:51] to do heroin [04:52] moonlander: can you explain me how to add them to fstab? [04:52] nimbiotics: copy and line that is there and use it as a template [04:53] Now to upgrade from 11.04 to 14.04 and also convert from Desktop to Server. [04:54] wow that's a good question (for me). i'm used the the script gen fstab [04:54] B0g4r7: Your best bet is to reinstall. [04:55] there has to be something... [04:55] what is the point of fakeroot is you can just use normal user privledges(non-root) like write and read(for the user)? [04:56] if you have admin priv [04:56] even though. if someone has access to your puter, it's better for it to be encrypted than to resort to filesystem permission [04:57] anyone can boot up a livecd and copy the sam file from a windows disk... [04:57] Flannel, IDK...I did it on another VM last night and it went OK. I expect the same this time. I backed up first of course. [04:58] B0g4r7: You'd need to go 11.04 -> 11.10 -> 12.04 -> 14.04 (and convert from desktop to server, which isn't ever clean, somewhere in there). Much easier to just install a 14.04 server fresh. [05:00] Flannel, yup, that's how it went. At the 12.04 stage I did Desktop-->Server. [05:00] hlw [05:00] ping txt [05:00] B0g4r7: I didn't say it can't be done, but I just don't see the appeal. [05:01] hlw [05:04] what is the point of fakeroot if you should already have normal(not root) user privledges to read.write files? [05:04] The appeal is that I can be lazy and let the computer do the work. [05:05] Instead of having to remember how I had everything configured. [05:06] hlw [05:08] hi [05:08] i switched over from amd64 to intel i7 [05:09] and ubuntu is still downloading amd64 packages when I update [05:09] is there some way I can not [05:09] I though amd64 was the generic name. works with i7 [05:09] oh okay [05:09] thanks [05:10] just thought it was strange [05:10] ubuntu was downloading two versions of the same package [05:10] amd64 and i386 [05:11] huh. If you're running 64-bit amd/intel, afaik it should be the amd64 packages. [05:11] i386 is for 32bit [05:11] oh lol [05:11] alright thanks for the schooling [05:11] cheers [05:11] but I'm no expert on the package system. === badon_ is now known as badon [05:54] I have a log file I would like to rotate, I specified a logrotate config for it to rotate every 100mb and placed the config in /etc/logrotate.d/mylog, then I copied the logrotate cron job from /etc/cron.daily to /etc/cron.hourly. Now, about 18 hours later, the log never rotated and when I cat /var/lib/logrotate/status, I don't see it on the list. Any ideas? [06:00] zbbix: I don't remember created a cron job for my logrotate I setup. I just made a config in logrotate.d I believe let me double check [06:01] histo: In any case, it' [06:01] histo: In any case, the logrotation did not work [06:01] histo: This is my config: http://pastebin.com/AvKhZ8Wt [06:03] zbbix: don't you ahve to specify a time to rotate? [06:04] histo: I was under the impression that I can specify a size without a time [06:04] zbbix: yes your right [06:04] I want to rotate whenever the log reaches 1gb [06:05] zbbix: did you restart the logrotate service? [06:05] histo: No.. should I? I thought it ran via cron [06:06] zbbix: systemctl status logrotate [06:06] systemctl: command not found [06:07] zbbix: what distro are you on? [06:07] Ubuntu 14.04 [06:08] sudo service --status-all | grep logrotate - shows nothing [06:08] Doesn't 14.04 use systemd? [06:08] zbbix: hrm... is that log 1Gig yet? [06:09] histo: trusty is still init system [06:09] ahh [06:09] * histo hasn't been on ubuntu in awhile [06:10] Is there a reason, you put the fs type into fstab but when you mount on the command line, you don't need to? or is it enough to just put "/dev/sdaX /mnt/something" into fstab too? [06:11] no_gravity: mount will autodetect the filesystem 'sometimes' when you use the command line [06:12] no_gravity: fstab doesn't have that luxury [06:12] maybe "/dev/sda2 /mnt/sda2 auto rw 0 0" will do? [06:12] no_gravity: but why? is there a problem with specifying the fs [06:13] hard to say. i prefer "auto". [06:14] ok, rebooting... [06:19] ever wonder why ubuntu gui looks so bad when apple does such a good job? [06:19] jessabc: take a look on deviantart, ubuntu has most nice user desktops [06:20] jessabc: they only have 1 one gui === Vampire0_ is now known as Vampire0 [06:35] hi [06:37] where can we find the compile script used for Apache (using ubuntu 14.04)? [06:40] Blondie101010 youwant to install Apachce? [06:44] is there a single command that updates the kernel fully? [06:44] Ubuntu75192: what do you mean updates fully? [06:44] get the latest kernel with one command [06:45] if possible will probs need full pc restart [06:45] Anyone here on 14.04 with a nvidia gtx9XX-card and using xorg-edgers drivers? When I try to install the drivers from there, it doesnt install the Xorg-driver. Any ideas? [06:46] so yes or no/ [06:47] why do you want the latest kernel¿ [06:47] Ubuntu75192: kernel.org [06:47] not possible to do it all via commandline? [06:48] like sudo update-kernel or something? [06:48] Ubuntu75192: do you mean the newest officially-support kernel, or the very newest Linux kernel? [06:49] officially supported [06:49] Ubuntu75192: sudo apt-get dist-upgrade (after an update) [06:49] k [06:49] thanks [06:49] np [06:51] Ubuntu75192: sudo apt-get update && sudo apt-get dist-upgrade [06:53] if internet connection crashes during a apt-get update will running it again(with internet failure) fix it all again, since its just updating lists? [06:53] as in without internet failure [06:53] yeah it should [06:53] and same with apt-get install [06:54] just continues from what it had [06:54] rihgt? [06:54] right*? [06:54] usually [06:55] so with the update, if it fails i can always just run it again and if no errors reported then its updated correctly(even though first time it failed)? [06:55] apt-get update of course [06:56] join #openwrt [06:56] Ubuntu84819: yeah [06:56] got it. thanks [06:56] #openwrt [06:56] csrgxtu no [06:56] /join #openwrt [06:57] neurot, thanks [06:57] sorry I got disconnected [06:58] ok [06:58] anyone here [06:58] are the build scripts private or taboo here? I basically like the apache build but just want to make minor adjustments to it [06:59] Ben64, thanks === durin is now known as nirud [07:03] blondie101010: apt-get sourch somepackage [07:03] s/sourch/source/ [07:04] thanks a lot! [07:14] how can I access Ubuntu via FTP on my VPS? [07:15] histo: Yep that file is already 1gb [07:15] hello [07:16] how can I convert a primary partition to logical one? [07:16] Any ideas? [07:21] how can I access Ubuntu via FTP on my VPS? [07:31] Gh0st- are you looking for a client or server [07:31] server [07:31] neurot: I have got a VPS [07:32] I run Pro FTP [07:32] http://www.proftpd.org/ [07:32] zbbix: yeah no idea everything looks okay to me. Maybe a reboot? [07:33] histo: Found the issue, it's stupid. I used '1g' instead of '1G' [07:34] zbbix: ahh [07:35] Gh0st- https://www.digitalocean.com/community/tutorials/how-to-set-up-proftpd-on-ubuntu-12-04 [07:35] how can I change forward port [07:36] neurot: thanks doing it [07:36] Gh0st- :-) [07:37] neurot: do you know how can I change the port [07:37] zbbix: sorry I didn't catch that either [07:37] can someone confirm wether nvidia-346 is part of the official repos for 15.04 ? [07:38] If you going to run pro ftp it is in the conf /etc/proftpd/proftpd.conf [07:38] neurot: do you know how can I change the port shell access [07:38] :/ [07:39] Gh0st- no sorry [07:39] ssh access [07:39] Gh0st-: who's your vps through? [07:41] hi, anyone tried 15.10 already? [07:41] will the 15.10 gcc have colors? [07:42] histo: crisis I think [07:42] neurot: it gave me this error ProFTPD warning: cannot start neither in standalone nor in inetd/xinetd mode. Check your configuration. [07:43] Gh0st-: how do you not know who the vps is through? What company did you purchase it through? [07:43] Crisis bro [07:43] huh [07:43] !15.10 | est31 [07:43] est31: Ubuntu 15.10 (Wily Werewolf) will be the 23rd release of Ubuntu. Discussion in #ubuntu+1 [07:43] you ran the sudo apt-get install proftpd and it popped up the box right [07:43] neurot: yeah [07:43] do standalone i think [07:44] oh I choosed ident something [07:44] brb looking at my conf [07:44] Done [07:44] :) [07:44] Yaay [07:44] somsip, you say I should crosspost there? [07:45] est31: you should go and ask there [07:45] i have this encrypted partition at /dev/sdc1 which ubuntu used to ask for password to mount at boot. I reinstalled and it doesn't do that anymore. I want to mount it post-boot, manually if I can from terminal [07:45] standalone Gh0st- [07:45] yes [07:45] don [07:46] done [07:46] sweet [07:46] but cannot access [07:46] through ftp client [07:46] "sudo mount.crypt /dev/sdc1 /crypt" should work, if /crypt exists, right? [07:47] which login details should I use? [07:47] Gh0st- open up you vps ports [07:47] neurot: I am noob :/ [07:48] how would I do that [07:48] what is your vps [07:49] hi everybody.....just curious if Ubuntu 15.10 already is stable enough for daily use? [07:50] !15.10 | MichaelTiebesl (discussion in a different channel for unreleased versions) [07:50] MichaelTiebesl (discussion in a different channel for unreleased versions): Ubuntu 15.10 (Wily Werewolf) will be the 23rd release of Ubuntu. Discussion in #ubuntu+1 [07:50] Gh0st- I run a home server so I could not help you on that part. [07:51] u can also use 14.04.2 [07:51] stable and with full documentation [07:52] neurot: oh ok [07:52] :) [07:52] neurot: but thanks [07:52] happy to help [07:54] For testing i rec 12.04.2 and update [07:54] Stable [07:55] I can't see any wifi network around me , could anybody helps me ? === Lantizia is now known as Guest48831 [08:07] my network hardrive doesn't work properly I can't find any wifi connection available even if there are so may around me [08:14] sid_: and that network harddrive runs ubuntu? [08:16] llutz_ yes 14.04 LTS that I ve just installed today under macbook pro [08:17] much difference is seen in 4 gb of ram to 1333 or 1600, is very noticeable in the pc? [08:18] ricard: no [08:18] thaks llutz [08:19] Hello? [08:19] This is the ubuntu support? [08:20] anyone there? this is urgent [08:20] im here [08:21] You can help me yeah? [08:21] Lebowski, just ask your question [08:21] Okay [08:21] there is error message: no space left what should i do? https://bpaste.net/show/2b9de5fcafae [08:22] yabbes: does it start ? [08:23] I have been gettign tired of windows for a while now so I decided to get ubuntu. Once I did I put it on a RW disc (people said it was a bad idea but it's all I have) when I went to boot from the CD it loaded up the instaler. Once it loaded I saw the 2 menus. I picked the full install and not the live preview. I got past the part where it said it would earse my hard drive (and it did). after that a thing that said chicago with a map [08:23] menu popped up and said ??? ??? and to the left it had a - sign [08:23] yabbes i really need help [08:23] I have no OS on my computer now [08:24] llutz yes 14.04 LTS that I ve just installed today under macbook pro [08:24] Lebowski, im a noob too, what are you trying to do [08:24] youve got no OS at the moment just trying to install ubuntu ? [08:24] llutz is no appreciable difference? [08:24] I've been trying all day [08:24] I have no OS so I have to keep booting from the CD [08:25] why do you even see this error [08:25] !md5summ | Lebowski, suspect you have a bad .iso or bad cd. [08:25] the installation uses graphical ui [08:25] !md5sum | Lebowski [08:25] Lebowski: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [08:25] yeah download the iso again and maybe try with installation from usb [08:25] it should be no problem at all to install [08:26] llutz is no appreciable difference? [08:26] I think the problem is the CD [08:26] I have been going at this for the past 4 hours and its now 3 in the morning [08:26] what should I do? [08:27] create a new live dvd [08:27] to install from [08:28] I have been using the same cd. I have erased it and reinstalled ubuntu (or at least tried) about 3 times [08:28] at what point the installation fails ? [08:29] can he burn a cd inside the live cd environment [08:29] after it erases my hard drive [08:29] I might be able to try [08:29] Lebowski, does it boot the live environment correctly ? [08:29] Yes [08:29] try to redownload a non faulty version from there [08:30] All I have is the same RW DVD [08:30] Lebowski what Ubuntu are you wanting to install [08:30] 15.10 [08:31] To be honest i don't really know... 14.0.2 or something [08:31] 14.04.2 [08:31] thats it [08:32] Lebowski 14.04.2 that is the one i would do too [08:32] see if you can burn a new iso [08:32] @neurot you said to try and burn the iso to the disc using the live version but wouldnt that just kick me off the OS? [08:32] llutz is very noticeable difference between 4GB 1333 1600 or on the computer? [08:33] ?? [08:33] Lebowski i was asking too in don't know if you can. [08:33] Oh [08:33] haha sorry [08:34] i think the os is running in ram so i would just see if you can [08:34] :-) [08:34] alright. I'll try to erase the disc and try [08:35] i think it should work [08:35] i think so too [08:35] hello llutz [08:35] Lebowski, dude. CHECK YOUR ISO. doesn't matter how many times you "retry". if your .iso is bad, it's going to fail. perform the md5sum === Malsasa is now known as Guest62445 === Malsasa_ is now known as Malsasa [08:36] +1 what cfhowlett said [08:36] be sure about the i386 or 64 [08:36] neurot idk how to find where to erase the disk on ubuntu ffs [08:36] cfhowlett would you mind linking me again? [08:36] !md5sum | Lebowski [08:36] Lebowski: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [08:36] !md5sum > Lebowski [08:36] Lebowski, please see my private message [08:37] okay [08:37] Let me read up on it [08:38] anyone know if you really notice the difference between 4GB 1333 or 1600 computer [08:39] cfhowlett I have no idea what I'm doing. I write that line in the terminal and it's supposed to spit out a line of something and I'm supposded to compare it to what? [08:41] Lebowski If all else fails reinstall windows if you can [08:41] Lebowski, you gotta read the link, amgio. you check it against this: http://releases.ubuntu.com/trusty/MD5SUMS [08:42] neurot I would if I had one, I tried reinstalling a torrented version of windows but it didn't work [08:42] cfhowlett, I am, bud. I don't understand what to do. I am computer illiterate [08:42] !piracy | Lebowski [08:42] Lebowski: 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 [08:43] Lebowski, you need a computer with a working OS to perform the md5sum [08:43] torrent windows [08:43] okay, I'll do it on my laptop then. [08:43] Lebowski, laptop has what OS?? [08:44] yabbes I have tried that, I boot from cd but it says the files are corrupt or something [08:44] cfhowlett, Windows 8.1 [08:44] yeah not to mention virus infested. [08:44] you tried what? did you check the md5 ? [08:44] if md5 correct just install [08:44] :P [08:44] if not DONT [08:45] Lebowski do you have a usb flash drive 4gb or more [08:45] ^ [08:45] make a usb boot stick [08:45] i hate cd rom [08:45] I do not. that is why I have been using the RW DVD [08:45] huh? [08:45] It sucks and it takes forever [08:45] man you've got nothing lebowski [08:45] :P [08:45] so what suck and tkes forever? [08:45] haha sorry bud [08:46] so.. you guys are using ubuntu?? [08:46] Lebowski, i can ship you in an 8gb pen drive if you need, I literally got dozens of em laying around in boxes [08:46] trying to [08:46] Xchat.. [08:46] choatz'w if you would like to you may [08:46] HELLO ANYONE CAN SEE MY TEXT?? [08:46] yes anon [08:46] anonymous_, YES WE CAN [08:47] Lebowski I know this is unorthodox but maybe try Linux Mint [08:47] !caps > anonymous_ [08:47] oh kk then.. i thought i was loney for a moment.. [08:47] neurot, already tried and it didn't work [08:47] im upgrading to 15.04 :-) [08:47] why didnt it work Lebowski [08:47] just loaded to some weird looking menu and I couldnt to anything [08:47] people are now using this right?? [08:47] ive never had problems like this [08:48] just installing it :s [08:48] you guys are using anonymous os? [08:48] Lebowski You may have a hardware issue [08:48] anyone know if you really notice the difference between 4GB 1333 or 1600 computer [08:48] what are you trying to install it on lebowski [08:48] I don't think it is. I think it might have to do with the RW CD [08:48] yabbes ubuntu 14.04.2 [08:48] Lebowski or that [08:48] lol [08:48] okay so.. what are you guys doing now [08:48] ? [08:48] at work... [08:49] that too, i think its very prone to errors CD's especially if rewriting on them [08:49] wait what at work? [08:49] you live in eruope ktechmidas? [08:49] WTF AT WORK [08:49] Yup England [08:49] who hacks here just saying? [08:49] It's 3:49 am m88 [08:49] it's almost 10am here [08:49] almost 11 here ;) [08:49] WHO HACKS HERE (god do i need to do caps) [08:49] neurot, yabbes, do you think it's the RW CD? [08:50] OH MY GOD i'm left outD: [08:50] anonymous_, calm down ^^ [08:50] I swear to god if it is a hardware issue I am going to jump off a cliff [08:50] AHHHHHHHHHHHHHHHHHHHHH [08:50] I"M BEING LEFT OUT AHHHH [08:50] !caps > anonymous_ [08:50] my question is, why wouldn't it let me boot a pirated version of windows? [08:50] ANYONEWHO IS USING UBUNTU? [08:50] if you got the errors installing linux mint with this same RW CD then yes [08:51] Lebowski I wouldn't rule it out === Malsasa_ is now known as Malsasa [08:51] My PC was fine today, I just didn't want to use windows anymore [08:51] Lebowski: You can get a legit version of Windows? [08:51] just to try [08:51] Lebowski you only have one cdrw [08:51] and does your computer support booting from USB? [08:51] I find USB to be a lot more reliable [08:51] Yes I can get a legit version ktechmidas, just not at the moment. I have to wait till later today when I get off work [08:52] have raised the question as much difference in the pc 4GB 1333 or 1600? [08:52] I beleive my computer oes [08:52] and neurot yes [08:52] that sucks man [08:52] Lebowski: try a USB boot... you can use unetbootin to install Ubuntu to a USB drive [08:52] ricard: What's the difference between 1333 and 1600 RAM? [08:52] and boot from that [08:52] Lebowski: Have you used this CD-RW several times before? or is this a blank one that you then used to burn Ubuntu to? [08:52] ktechmidas Lebowski has no usb drive [08:52] I think it needs to be 1GB or bigger (the USB stick) [08:53] neurot I do have a usb drive [08:53] Also, as everyone else has suggested...You should try to find a USB 2.0 stick that has a minimum of 4GB, because that is a much more reliable medium for installing an OS. [08:53] Lebowski a flash drive [08:54] what neurot? [08:54] not notice much the pc [08:55] Do you have a USB flash drive that you can install the operating system on? [08:55] Not with me [08:55] no [08:55] which is why im using the cd [08:55] not notice much the pc jpds [08:56] I haven't used a disk drive in years... I ripped it out :P [08:57] jpds:not notice much the pc === gms is now known as Guest49606 [08:59] So, I'm going to catch some Z's. before I go do you guys have any more ideas for me? === Malsasa_ is now known as Malsasa [09:00] Lebowski: If you can still boot into a live environment, then I suggest you check the MD5 checksum (https://help.ubuntu.com/community/HowToMD5SUM) of the CD to make sure it is correct and not corrupted. A list of correct md5 checksums for the Ubuntu releases can be found in their appropriate directories in here: http://releases.ubuntu.com/. From all the conversation that has taken place, I would think the md5 checksum will return [09:00] as invalid, if that is the case then redownload the Ubuntu ISO and attempt to burn it using the programs that come installed in the live environment. [09:01] at a slower speed [09:01] alright. I'll do it later today. I'll be back later today to give you guys an update [09:01] Lebowski, torrenting the .iso is almost always more reliable than direct download [09:02] cfhowlett, I'll torrent it while I go to sleep and do it again. Do you have a torrent link? I couldn't find one [09:02] Lebowski, wait 12 [09:02] ?? [09:02] http://releases.ubuntu.com/trusty/ [09:02] !trusty [09:02] Ubuntu 14.04 LTS (Trusty Tahr) was the 20th release of Ubuntu and is the latest !LTS version. Download at http://releases.ubuntu.com/14.04/ - CHECK FOR POINT RELEASES at http://releases.ubuntu.com - Release Info: https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes [09:02] http://releases.ubuntu.com/trusty/ubuntu-14.04.2-desktop-amd64.iso.torrent [09:03] Oh, I did not realize this handy bot had all this information at the ready. [09:03] Seems there is a command for everything. [09:03] lol [09:03] is this the torrent? [09:04] http://releases.ubuntu.com/trusty/ubuntu-14.04.2-desktop-amd64.iso.torrent < This is the torrent file for Ubuntu 14.04.2 (64 bit) [09:05] Hello all [09:05] is there a way to install php 5.4.x on trusty ? [09:05] from official repos' or the like [09:05] is there a way to install php 5.4.x on trusty from official repos' or the like ? [09:06] okay, thank you nirud. I am getting off. Thank you cfhowlett, neurot for your help [09:06] i will be back later [09:06] and yabbes [09:06] thank you guys [09:07] please look the url, https://pledgie.com/campaigns/28502 [09:12] dupingping: why are you spamming in here? Also what you are trying to do already exists [09:12] not notice much memory pc ram 4 gb to 1333 or 1600? [09:12] histo, it's not spamming. just donation. [09:13] dupingping: it's spamming and off-topic [09:13] dupingping: You're spamming a link for people to donate to something that's already been done in a ubuntu support channel [09:13] !ot | dupingping [09:13] dupingping: #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! [09:13] i see. [09:13] ricard: what? [09:14] histo, ktechmidas, thank you for your help [09:14] ricard: what is your native language? [09:15] much changes the performance of the computer co 4 gb ram 1333 or 1600 [09:15] ricard: it depends on your build, stick 1600 both in there and take metrics [09:16] ricard: http://superuser.com/questions/204694/ram-speed-how-does-it-impact-performance [09:16] ricard: but hardware questions are offtopic here [09:16] ricard: /join ##hardware [09:17] ok [09:23] hi, who comes from France? [09:27] guys, anyone here ? [09:27] I need to have php 5.4.x on trusty ? is it possible ? [09:28] flashplugin is installed. watch youtube videos, but no sound. I can play mp3s fine. I have ALSA. not sure where to go from here, ideas? [09:28] Haris apt-get install php5 [09:28] sudo apt-get install php5 [09:29] that installs php5 5.5.x [09:29] I need 5.4.x [09:30] yes [09:31] i think its phph 5.59 [09:31] 5.5.9 [09:31] sorry [09:31] Haris: fix your application to not require an obsolete, unsupprted and probably insecure version of php [09:31] lewis1711: remove flashplugin, try youtub'es html5 viewer [09:32] Haris: you'll have to either go find a repo with it in, try to find the .deb's you need from somewhere, or build it yourself [09:33] lewis1711: YouTube by default uses HTML5 as its video player, and only resorts to flash when something crashes. Chrome/Chromium has its own Flash player which is maintained by Google. [09:33] Hi, i've two questions wrt uwsgi. I am running uwsgi as a ubuntu service.. however despite specifying logto = /data/app-logger.log and daemonize = /data/app.log in app.ini, daemonize gets set to /var/log/uwsgi/app/app.log [09:33] How do I resolve this? [09:34] thanks. still no sound in youtube after remove the flashplugin. I did have to change my default device in .asoundrc. perhaps firefox isn't picking it up, and is sending sound to the wrong card? [09:36] https://gist.github.com/anonymous/df8b0a27d79ee81b6430 that's my .asoundrc, seems fine [09:39] hello [09:39] im trying to install dual boot @ my windows 7 [09:39] can someone help me? [09:39] !dualboot | str0ke [09:39] str0ke: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [09:40] #laptop [09:40] str0ke: you can also make you life easy, and single boot install ubuntu [09:41] lotuspsychje: some people have a need for Windows [09:41] ktechmidas: there are many tools you can simulate, wine,playonlinux,.. [09:42] I do spend a lot less time messing around with sound cards and drivers in windows. then again I don't use it as much [09:42] lotuspsychje: I'd like to see Wine/POL play GTA5 [09:43] ktechmidas: yeah hardcore gamers better stick to winblows indeed [09:44] ktechmidas: but steam can already play nice grafix games on ubuntu [09:45] lotuspsychje: I would like to see Linux become a gaming platform as much as anyone, I live, breathe and work with Linux - but when I get home I just want to play a game, not constrict myself to things that may or may not work, graphical glitches with WINE, or things just crashing out (wih the exception of Steam games, they seem to work okay) [09:45] does Wubi, the Ubuntu installer for windows still work? [09:46] I don't see it on the site [09:46] !wubi | Trioxin [09:46] Trioxin: Wubi was a way to install Ubuntu from within Windows, but it is no longer supported in recent versions of Ubuntu and was never well maintained even for Ubuntu 12.04. Do not use Wubi. See !install for other options for installing Ubuntu. [09:46] Trioxin: dont use it. [09:46] Trioxin: make a real install into real partitions. or use a usb pendrive for testing. but dont use wubi [09:46] any other way to install if you don't have the option of using a DVD or USB drive? [09:47] from windows [09:47] pxe boot === andrex is now known as andrex|off [09:47] if you have another computer to PXE boot from [09:47] Trioxin: easiest way is to get a dvd or usb pendrive. all other ways like pxe need way more effort. [09:48] damn [09:48] Trioxin: or order an ubuntu dvd from the ubuntu website [09:48] Trioxin: or you dont have a dvd drive? [09:49] it's for a friend who doesn't have much and doesn't live anywhere near me. he has a mac in his house [09:49] i was thinking maybe I could make partition for ubuntu and then install it via virtualbox or vmware? [09:49] in windows [09:50] Trioxin: but that will remain virtual then [09:50] Trioxin: like k1l_ suggests better find a cheap usb somewhere, and make your life easy [09:50] no I mean since the VM can see the other partition, use an install CD iso, boot into that in VMware, then use that to install to the new partition? [09:51] Trioxin: read virtualbox manual, about "raw hard disk access" [09:52] I have that same issue again. apache 2.4.x is not parsing php files. its offering them for download [09:52] apache 2.4.7 [09:52] Trioxin: if you find yourself a 1gig usb stick its gonna be pretty cheap, or search the internet for free usb [09:52] php5 mod is enabled. but its not parsing it [09:53] Haris: maybe the ##httpd guys know this? [09:53] yeah I guess I could send him one of my old ones === christophe is now known as Guest1118 [09:53] Trioxin: sure, 1gig will be enough to run ubuntu iso [09:53] My local dollar store has 1GB USB2.0 sticks for $1.50. [09:53] no, its not a httpd issue. its a how-ubuntu-cnofigures-apache-in-its-dist is the issue [09:53] as before [09:54] looks like vmware can do it but involves virtualizing everything [09:54] nirud: hrm.. interresting.. What franchise [09:55] histo: Dollarama...It's a rather big chain in Canada. [09:55] hi guys [09:55] histo: set discuss in your favs :p === eddie is now known as Guest4507 [09:56] the point is to give him a privacy minded alternative to windows when he wants it. I wonder if there's such software that doesn't require network booting but allows you to reboot into a downloaded ISO [09:56] This is trusty, 14.04.x. apache 2.4.7 is not parsing php files, even though php5 mod is enabled. apachectl -M shows it [09:57] EasyBCD [09:57] Trioxin: dont forget if you send him the usb, put the right architecture on it: 32 or 64bit [09:57] well I teamview him when he needs help. no big deal there [09:57] how do I troubleshoot this ? [09:58] Haris are you trying to run a web server [09:58] yes, ofcourse [09:59] as my production web server, I should add [09:59] sudo apt-get install lamp-server^ [09:59] h [09:59] Haris: make sure you have the package "libapache2-mod-php5" installed [10:00] a all in one install of php5 mysql .... [10:00] ii libapache2-mod-php5 5.5.9+dfsg-1ubuntu4.9 amd64 [10:00] yes [10:00] For future reference, this seems to be able to accomplish installing without any extra installation media: http://neosmart.net/EasyBCD/ [10:00] yes, its installed. as I mentioned, apachectl -M shows php5 is included/enabled [10:00] Haris: just going through verification [10:01] Haris: have you restarted apache after enabling the mod-php5? [10:01] Haris: make sure its in mods-enabled too [10:01] https://help.ubuntu.com/community/ApacheMySQLPHP [10:01] yes, already done [10:03] why don't things work when they are configured "as is" "out of the box" [10:03] they do [10:04] EriC^^: good noon [10:05] :D [10:05] why are people on IRC divided by hashtag? :v [10:05] good noon lotuspsychje [10:05] Hello everybody ! [10:05] EriC^^: set discuss in your favs mate :p [10:06] Haris: is this server publicly accessible [10:06] hello lotuspsychje [10:06] ablest1980: hi [10:07] Ben64: yes ofcourse [10:07] make a page, call it ip.php or something, put this line in it, give me link. [10:07] Anyone knows how to upgrade vlc manually ? I tried via the ppa and it looks like it doesn't work :-( . [10:07] My version of VLC doesn't work >_< [10:08] Nek: how does it not work [10:08] hello Nek [10:08] Nek: ubuntu version? [10:08] 14.04 [10:09] Nek: errors when you start vlc from terminal? [10:09] Ben64, well, i tried apt-get upgrade, nothing happens. [10:09] lotuspsychje, segfault [10:10] add sudo? [10:10] Nek: try mplayer2 [10:10] how to enable mcrypt module ? [10:10] Nek: maybe this can help? http://askubuntu.com/questions/461691/vlc-player-issue-on-ubuntu-14-04 [10:11] ablest1980, im not that stupid :') . [10:11] ok. the problem seems to be with directoryindex [10:11] its parsing php files [10:11] ok [10:11] lol [10:11] XD [10:12] lotuspsychje, nop :/ [1] 1081 segmentation fault (core dumped) vlc [10:12] Nek: try mplayer2 [10:13] Nek: did you try reinstall? [10:15] when I load files with /index.php it works, it parses the problem [10:15] when I browse the FQDN, is doesn't work [10:15] DirectoryIndex might be the issue [10:16] sounds like it [10:18] http://www.videolan.org/vlc/download-ubuntu.html [10:18] ^ [10:18] Hey! I have ubuntu 14.04 with full disk encryption and everyhting on one disk. Now I want to add another disk and move /home to that new disk. How would I do that? [10:18] ablest1980: vlc is in the repos [10:18] !encrypt | Peetz0r [10:18] Peetz0r: For information on setting up encrypted private directories (8.10+) see https://help.ubuntu.com/community/EncryptedPrivateDirectory [10:18] ok [10:18] % sudo apt-get update [10:18] % sudo apt-get install vlc browser-plugin-vlc [10:19] lotuspsychje: I don't want to encrypt just one directory [10:19] k1l_, looks broken on ubuntu 14.04, so i would like to upgrade. No idea why it doesnt works >_< . [10:19] my first disk is already encrypted. my question is, how do I add another encrypted disk to that same setup, *and* how do I move /home to that new disk [10:19] Nek: did something happen while you installed vlc? [10:19] Nek: what doesnt work? the version in the repo is known to work. [10:20] k1l_: his vlc gets a segfault on trusty [10:21] directoryindex part is still not working [10:21] you need to reload apache when you change conf [10:22] Nek: try to purge vlc and reinstall [10:23] lotuspsychje, already tried :-( . [10:24] k1l_, segfault while starting a flv video. [10:24] Nek: so is the flv film known to work? [10:24] Nek: maybe try what Ben64 suggested and test mplayer2 to see if movie plays [10:27] Hey! I have ubuntu 14.04 with full disk encryption and everyhting on one disk. Now I want to add another disk and move /home to that new disk. How would I do that? === Abishek_ is now known as abishek [10:33] hello someone can tell me if there is much difference between 4 gb ram 1333 or 1600 is very noticeable in the pc [10:34] ricard: You will not notice it. But you want more than 4GB RAM. === john is now known as Guest53130 [10:36] i had 4 gb added 4 more work good [10:36] Hi, i've two questions wrt uwsgi. I am running uwsgi as a ubuntu service.. however despite specifying logto = /data/app-logger.log and daemonize = /data/app.log in app.ini, daemonize gets set to /var/log/uwsgi/app/app.log [10:36] How do I resolve this? [10:36] not right with 4 GB of RAM just want to know if you notice much 1333 or 1600 [10:37] ricard: you already have been told (no) and got the right channel to ask ##hardware. [10:39] no one [10:40] llutz [10:40] offtopic here, ricard [10:42] hello === j0hn is now known as Guest18291 [10:43] is there anyone who can help me? I just installed my ubuntu :D [10:43] help with what? [10:44] i wanted to install hexchat/xchat but i had some errors [10:44] now i use xchat-gnome and i got this on my terminal [10:44] Guest18291: what ubuntu is it exactly? [10:44] john@ubuntu:~$ xchat-gnome [10:44] (xchat-gnome:7215): Gtk-WARNING **: Unknown property: TopicLabel.creation-function [10:44] (xchat-gnome:7215): Gtk-WARNING **: Unknown property: ConversationPanel.creation-function [10:44] Ubuntu 14.04.2 LTS \n \l [10:45] Guest18291 http://geek.krash.net/forum/showthread.php?tid=5 [10:45] sudo apt-get update &&sudo apt-get install hexchat [10:48] and you dont need any ppa for hexchat [10:48] k1l_ true but its nice to get updates [10:49] john@ubuntu:~$ hexchat [10:49] (hexchat:7617): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() [10:49] (hexchat:7617): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() [10:49] HexChat CRITICAL *** default event text failed to build! [10:49] Aborted (core dumped) [10:49] john@ubuntu:~$ [10:49] Guest18291: stop pasting in here. [10:49] neurot: no. not at all. if you want the latest and greatest you want a rolling release distro with all that cons. [10:49] !paste | Guest18291 [10:49] Guest18291: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [10:50] I apologize. [10:50] Guest18291: put the output into the pastebin and show the link here. [10:50] Guest18291: what desktop is it exactly? [10:51] http://paste.ubuntu.com/11563234/ [10:52] Guest18291: what desktop is it exactly? [10:54] 14.04.2 [10:54] Hi guys. Since my 15.04 upgrade I'm having trouble with nfs being slow. Presumably because the ubuntu server it runs on is no longer running "lockd" (i believe). However I'm sure where lockd is and how I'm supposed to restart t [10:54] it*. Any ideas? [10:54] Guest18291: which desktop. unity? gnome shell? mate? cinnamon?...... [10:56] I'm getting some email from some cron-jobs I've set up, where can I check what e-mail address(es) cron tries to send these email to? [10:56] don't worry, fixed it :-D [10:56] mm Compiz? [10:56] its working *whew*. it was a proxying issue [10:56] thanks all [10:58] !pm | Guest18291 [10:58] Guest18291: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. [10:58] 1823 ? 00:00:00 gnome-session [10:59] Guest18291: so you changed to gnome shell after install or installed the gnome shell iso? [11:00] Guest18291: this is taking to long for me, i need to leave in short time. the error you get can be caused by the desktop you run. so specific informations are important. maybe others can help you [11:01] er.. :) np sorry for that [11:01] but im a newbie [11:01] i was just following some youtube instructions xD and this is actually my dual os [11:04] hi. I set up a VM using a vagrantfile. On it was an Ubuntu 14.04 guest. However, it was in text console format and I wanted something more graphical so I ran sudo apt-get install ubuntu-desktop. Right now, ubuntu gets stuck in login loop. I've tried http://askubuntu.com/questions/223501/ubuntu-gets-stuck-in-a-login-loop but still no luck. Any help please? [11:05] Daisyab__: Can you still log in into a console? [11:06] yes [11:07] Daisyab__: Do you have enough free space left? [11:08] bekks: I have about 16MB left [11:09] Daisyab__: Thats the reason for your login loop. You need to free up space. === RoBo_V1 is now known as RoBo_V [11:13] bekks: ok. How much is needed [11:13] I freed some up and had 137 MB available [11:14] but it still doesn't log in [11:14] Daisyab__: Thats still far too less. :) [11:15] bekks: oh, ok. Is there a way to add memory, while the VM is running? I've got a total of 495MB [11:16] Daisyab__: Memory is not the issue. Free space is the issue. :) [11:17] hello, folks. is there a way to install the opencl driver for amd cpus without installing fglrx? [11:18] bekks: ok. in that case i have 2.7GB left [11:21] hey guys, erm, how old is netstat? [11:21] what do you mean how old ? [11:21] the version or how long has netstat been around ? [11:22] ikonia, the later -how long of muscle memory is SS, like, actually, trying to dethrone? [11:22] ^^ [11:23] muscle memory ? dethone ? what are you talking about [11:23] SDr: whats the actual question - in clear english please [11:23] ikonia, how long have netstat been around? [11:23] SDr: do you mean how long has the gnu tool existed ? [11:23] ikonia, yes [11:23] SDr: look on the gnu website for the version history and dates [11:23] not really anything to do with ubuntu [11:27] hello all [11:28] what's a good mysql admin type gui tool for use with ubuntu [11:28] good mysql admin's don't use gui tools :) [11:28] Haris: I've used MySQL Workbench [11:28] works nicely [11:29] Haris: phpmyadmin [11:29] Haris: if you need a tool - stick wht official tools [11:29] phpmyadmin is a huge danger [11:29] official one .. is ? [11:29] not using pma [11:29] ....on the mysql website [11:29] phpmyadmin is ok-ish, as long as you don't expose it to anyone else. [11:29] its to be used on dev's PC [11:29] MySQL Workbench is made by Oracle and has a free community edition [11:29] mysql workbench is popular [11:30] mysql workbench is the tool that replaced mysql admin [11:30] it's used by professionals, [11:30] but real dba's just use the mysql cli and their configuration tooling (puppet, chef etc...) [11:31] mysql workbench is too much for my tiny/simpler needs [11:31] something like heidisql on windows [11:31] mysql workbench can be used basic [11:31] phpmyadmin is fine as long as its not accessible publicly [11:32] it's a very simple tool, it will be fine for pretty much any needs [11:33] how to install mysql workbench on ubuntu [11:33] open the package manager [11:33] search for it [11:33] click install [11:33] https://help.ubuntu.com for a basic guide on using ubuntu [11:36] mysql-workbench-community-6.3.3-1ubu1410-amd64.deb [11:36] no [11:36] thats a deb file [11:36] thats not what I said [11:36] hmm [11:36] open the package manager - search for the package, click install [11:36] this is the file it shows on mysql's download site, when OS = Ubuntu is selected [11:36] hmm [11:36] ok [11:37] https://help.ubuntu.com for a basic guide on how to use ubuntu if you need it [11:37] Haris: if you're using the Ubuntu Desktop, use whats called the Ubuntu Software Center, its like an app-store type program where you can search and install programs [11:38] yes, I know. actually its not my box. another dev has to do it. and I can't do it on his box, untill the dev is free enough [11:38] thank you ! [11:38] though [11:39] anyone here use OpenCL on AMD hardware? [11:44] Howdy folks === percY is now known as percY- [11:56] how to change group name from fish to fishcooker? [12:00] how can I setup a vhost mask on my VPS [12:01] vhost mask ? [12:01] what do you mean ? an apache virtual host ? [12:01] yeah [12:01] irc@unaffiliated/ikonia [12:02] ikonia is owned by ikonia [12:02] whatever comes after @ [12:02] not this one exactly [12:02] but something I want [12:03] read freenode.net and look at "cloak" [12:03] ask in #freenode if you ned more info [12:03] they don't do custom cloaks [12:03] so you won't get a custom one [12:13] hey [12:13] is it possible to pin an application to an specific virtual desktop (in unity), I am using Ubuntu 15.04 [12:20] I there anyway to get a list of shortcuts from a specefic folder when you are in a dir [12:20] hi people [12:21] Whiskey: hm? === Malsasa is now known as Guest99038 === Malsasa_ is now known as Malsasa [12:22] my mouse pointer is disappearing after 1 or 2 seconds if I leave it untouched, I've searched for help in forums but those solutions doesn't work. Any ideas? [12:22] I'm using 14.04 with gnome-panel [12:22] zeroC === clown is now known as Guest89023 [12:22] You don´t get what i mean? [12:22] Venker: does it kome back? [12:22] Whiskey: exactly, i don't get what you mean : ) [12:23] zeroC, yes, only if I move the mouse [12:23] zoerC if you are in a folder and do dir you see everything thats in it [12:23] how to just show the shortcuts thats in it? [12:23] Whiskey: you mean in a terminal? [12:23] yeh [12:23] o damn i forgot to write it :/ [12:23] and with shortcuts,you mean all files and linked files in this directory? [12:23] yeh [12:23] try instead of dir ls -la [12:24] cannot access ls: No such file or directory [12:24] what OS do you use? [12:25] ubuntu? [12:26] between the - and the la no space [12:26] 13:10 [12:26] hey, so I just installed xubuntu 15.04 on a Lenovo Ideacentre A740, but I don't see any GRUB at all when I reboot after installation, it just goes right back into win8. anyone have a clue what I need to do? [12:26] get same problem [12:26] !13.10| Whiskey [12:26] Whiskey: Ubuntu 13.10 (Saucy Salamander) was the 19th release of Ubuntu. Support ended on July 17th, 2014. See !eol, !upgrade and http://ubottu.com/y/saucy [12:26] :P [12:26] cfhowlett: :) thanks, but didn't ls work in 13.10 as well? === tvoss is now known as tvoss|afk [12:27] zeroC, it did ... no idea why it would fail now [12:27] that's what i thought as well... [12:28] Whiskey: can you try to do /bin/ls -la [12:28] yeh it show more then i have to see [12:28] your path is wrong [12:28] ;) [12:29] you need to add /bin as well... ;) [12:29] Whiskey: and in that case, try man ls [12:29] :) [12:29] well it shows everything that is in the folder, + shortcuts and where them go to [12:29] was that what it was going to do zeroC?` [12:30] Whiskey: yep [12:30] then you got me werong [12:30] zeroC, have you got any idea of what could be happening? [12:30] wrong, i don´t care what the shortcuts willl go to as i know that [12:30] All i need is to show every shortcut that is in that folder [12:30] like [12:30] prog1,pog2,prog3,prog4,prog5 and so on [12:30] Whiskey: find path/ -type l [12:30] whitout any other folders or files [12:31] is there a way to take a snapshot of my xorg.conf from a fresh *buntu installation? [12:31] mutch batter :D [12:32] the xorg.conf file does not exist. i want to generate an xorg.conf file to backup that forces my current settings. how do i do this in Vivid? [12:33] agenthex: sudo X :2 -configure file will be in your $HOME [12:34] Venker: nope, i assume its how it should work... :)0 [12:36] zeroC, I found it. I think it was an unclutter option I set some week ago (because of a problem I got with chromium making my cursor dissappear) [12:39] now I need to restart again [12:42] thanks for all [12:43] is there anyway in find to only show the filename and not full path in list? [12:45] Whiskey: man find find /bin -type l -printf "%f\n" [12:46] yeh awsome [12:47] thanks alot :D [12:51] Does anyone know how to uninstall ubuntu and install Windows 7? For some reason my USB drive isn't showing up when I go to the boot options. [12:51] ShotChain: thats not really anything to do with ubuntu [12:51] ShotChain, that would be a ##windows question. this is ubuntu [12:51] alright [12:51] Sorry [12:52] uninstall ubuntu ??.., i'd just format the ubuntu off & put 7 on the formatted or wiped drive & after u did that & updated 7.., u cud decide whether or not to put linux back on there next to 7 .. === dejan is now known as Guest76518 === olesla is now known as Gembo [13:03] Can I get the command to revert to my current display config? When I dock my laptop the monitor always goes to the wrong side of the screen. I want to assign a keyboard shortcut for the xrandr so put it back the right way, I just need to query xrandr for the current config. [13:11] hi how do i gain access to my folder in usr share i want to delte unwanted gimp brushes like the pepper brush [13:12] i went in folder and typed sudo but still can't delete brushes [13:12] parsec2284: sudo rm /path/to/file/to/remove [13:13] sudo is just "next command will have root permissions". its not a command itself [13:14] if not followed by -i or -s [13:15] rm: cannot remove ‘/path/to/file/to/remove’: No such file or directory [13:16] parsec2284: /path/to/file was an example [13:16] oh [13:16] hmm [13:16] parsec2284: replace it with real path/filename [13:16] you need to make that the real path and file ending [13:18] ппппппппп [13:21] i typed sudo rm /usr/share/gimp/2.0/brushes [13:22] rm: cannot remove ‘/usr/share/gimp/2.0/brushes’: Is a directory [13:22] parsec2284: rm -r to remove a directory [13:22] parsec2284, but that will kill ALL brushes [13:22] parsec2284: the error messages you pasted so far explained what the issue is. [13:23] parsec2284: are you sure you want to remove all brushes? [13:23] lol no [13:23] i just want to remove ones i don't like [13:23] linux [13:23] so be careful with that rm then [13:23] i just want acces to the folder [13:24] parsec2284: cd /path/to/folder [13:24] to chose which ones i want to delete [13:25] parsec2284: that is a "how to use the shell" basics: cd to get to a place, ls to show what is there, rm to remove [13:25] https://help.ubuntu.com/community/UsingTheTerminal parsec2284 [13:26] bbl all.., tc.. [13:31] is there an easy way to unlock the folder [13:31] i typed cd / [13:32] parsec2284, by design, NO because inexperienced users + unlocked folders = bad === lili is now known as lala [13:32] parsec2284: cd / just brings you to the / folder [13:33] i have a file i need to check for 75,000 patterns and if that pattern is found replace with another pattern. [13:33] parsec2284: please read the link i gave you. it explains basic shell commands [13:33] sed with a file input takes forever [13:33] hai [13:33] grep to search for the pattern then sed also takes forever. [13:33] its in user/share/gimp/2.0/brushes [13:33] how would that pan out in a terminal command [13:33] how are you guys [13:33] parsec2284: so why dont you cd to that folder? [13:34] is there a quick way to check a file for 75,000 different patterns? [13:34] supertims, ask your ubuntu question [13:34] you mean go to the folder [13:34] and open terminal and type cd / [13:34] parsec2284: cd /i/want/to/go/to/that/long/path/and/to/that/folders/at/the/end [13:34] please help, I can not get chrome to work with flash [13:35] I've tried a lot of stuff [13:35] but nothing seems to work [13:35] rejns: chrome got its own flash. that works [13:35] why then [13:35] when installed chrome still can not play [13:35] maybe you are on a bad site [13:36] https://www.adobe.com/shockwave/welcome/ [13:36] this should suppose to work [13:36] but it says [13:36] this plugin is not supported [13:37] what can i do [13:37] please help [13:37] it's so frustrating [13:37] guzzi_jones:maybe awk is a way http://unix.stackexchange.com/questions/29624/grep-huge-number-of-patterns-from-huge-file [13:37] rejns: that site is shockwave, not flash === jos is now known as Guest15161 [13:37] rejns: https://www.adobe.com/software/flash/about/ that is flash === rodInIreland is now known as rodgzilla [13:37] ok this is working [13:38] rejns: so, problem solved, flash works [13:38] what about shockwave then ? [13:38] can you at least tell me [13:39] when site says this plugin is not supported [13:39] how to determine which plugin is that [13:39] rejns: depens on the site. a lot of warez sites fake that error to make you install a virus. [13:39] http://www.avtokadivec.si/?page_id=80 [13:39] take a look at this [13:39] works in firefox [13:40] but cant get it to work in chrome [13:40] does it work for you? [13:40] i went to folder, typed cd/ in the folder terminal, then /usr/share/gimp/2.0/brushes [13:40] it did not work though [13:41] parsec2284: please show the exact command here you used [13:41] no body ever said linux is easy [13:41] ok [13:41] parsec2284: that got nothing to do with linux. i bet you cant use shell commands on windows too. [13:41] go to folder that has brushes in it [13:42] in that folder, type cd / [13:42] parsec2284: that is not a command [13:42] parsec2284: no [13:42] lol ok [13:42] hmm [13:42] alright [13:43] cd is the command. it means "change directory". it needs you to give the path where it should change to. so "cd /home/user/Downloads" will make it go into the Downloads folder in your home. [13:43] parsec2284: please read the link i gave you. you really need to read into that to get the basics. [13:43] but of course you would KNOW all that had you actually read the "how to use terminal" link you were sent [13:43] i did but actually [13:44] but ill try again [13:44] parsec2284 tip: first learn the basics, then start modifying things [13:44] parsec2284: really read it. not just fly over the text and copy the commands. [13:44] ok. [13:44] rejns: it works in firefox and does not for chrome/chromium [13:44] same here [13:44] ill spend about a half hour seeing if i can figure it out [13:45] is it possible to fix that? [13:45] and if i cant il be back in half hour [13:45] how can i determine which plugin is that [13:45] it's so frustrating [13:45] rejns: see if that helps: https://code.google.com/p/chromium/issues/detail?id=173790#c31 [13:46] rejns: its the shwockwave plugin. and that is known to be an issue in general. not only i this issue [13:46] Hello, is there something wrong with the ACPI in the newest update? === Malsasa is now known as Guest1836 === Malsasa_ is now known as Malsasa [13:47] After pause my fan blows fully [13:47] did you mean deleting pepperflash could help ? [13:47] i dont know which post to look at [13:48] rejns: post 31. [13:48] rejns: but i didnt test it. [13:48] i will [13:48] moment [13:48] thank you === HackerII is now known as Timothy-Mcvey === Timothy-Mcvey is now known as HackerII [13:50] ok i did this: rm -rf ~/.config/google-chrome/PepperFlash [13:50] restart chrome [13:50] and still the same [13:50] : \ [13:50] rejns: maybe that helps more: http://ubuntuforums.org/showthread.php?t=2261754 [13:50] I have a problem with my fan - can somebody help me? [13:51] ill try thank you [13:55] k1l_, it didn't help, i think i'm giving up on this one [13:55] thank you for your time [13:59] ok, i typed [13:59] cd / usr / share / gimp / 2.0 / brushes [13:59] and it was all reconized [13:59] parsec2284: without the spaces [13:59] cd /go/to/this/folder === loud is now known as bmartin4_ [14:01] ok that worked [14:01] now [14:01] so now i need to acces brushes [14:01] will try to go deeper [14:02] now ls to list what is in there where you are right now [14:03] k im all the way into the brush folder now [14:03] now how to do delete the brushes i dont want [14:03] i only want to leave the 1 pixel brush [14:04] and delete the rest [14:04] parsec2284: so ls lists all the brushes? [14:04] yep [14:05] so remove them with "rm filename" now [14:06] /70/36 [14:12] can anyone help me installing ios_webkit_proxy .. ? [14:13] am have make error and don't know how to figure out my trouble [14:18] ok i closed the terminal, i opened it to see if i could repeat this, i learned, it wont work with normal terminal and that i need to be in file manager terminal but, all worked, and ls shows all brushes but is there a way to select certain brushes using ls [14:19] Can I store a variable in the environment that will persist? I need to update a database and store the time that the update was done, so the next time I run the same sql I can check what records need to be updated === ubuntu-studio is now known as dearpx [14:19] is it just better to do this differently, like a table that only stores when I last updated [14:20] Anyone here on 14.04 with a nvidia gtx9XX-card and using xorg-edgers drivers? When I try to install the drivers from there, it doesnt install the Xorg-driver. Any ideas? [14:20] What is the command to run the "Additional Drivers" without using the gui? [14:20] and pull the value from that table [14:20] hmmm [14:20] HDMI output keeps cutting out from my Dell M3800, what would be the most likely cause? (I've ruled out monitor/cable issues) [14:23] jayjo: you have to put it in a file to have things persist [14:23] you can read the value into the environment if you want but if it's in the file you could just read it from the file [14:25] to remove file, i typed [14:26] cd/ usr/share/gimp/2.0/brushes/ enter, ls to show files, now i want to remove the legacy brushes [14:27] Folder called Legacy [14:27] file* [14:27] and folder [14:28] so i typed cd/usr/share/gimp/2.0/brushes enter type ls, and rm Legacy [14:28] rm Legacy [14:29] cd /usr/share/gimp/2.0/brushes/rm Legacy [14:29] parsec2284 start here https://help.ubuntu.com/community/UsingTheTerminal#File_.26_Directory_Commands [14:35] do I have to enable acl for LVM partitions? [14:35] I am on 14.04 and tune2fs -l /dev/sda1 | grep acl returns Default mount options: user_xattr acl [14:37] howdy bunterz [14:38] do git packages get installed by default with a fresh installation of ubuntu 14? [14:38] cd /user/share/gimp.2.0/brushes/rmlegacy [14:38] No such file or directory [14:39] DolphinDream: I don't think so. [14:39] i just dont understand how to incorporate the rm 'remove' file thing [14:39] ugh [14:40] ive read the page quite a few times [14:40] DolphinDream: i don't think git is installed by default [14:41] parsec2284: each command needs to be separate. It looks like you're trying to type everything on one line. [14:41] ok. thx Pici wastrel [14:42] sorry, machine locked up [14:43] do LVMs carry the acl option from the physical partition? [14:43] or do I need to set that up separately? [14:45] i typed, cd /usr/share/gimp/2.0/brushes [14:45] that goes through [14:45] after that goes through i type [14:45] rm Legacy [14:45] which should delete the legacy folder [14:46] but i get no such file or directory [14:46] then i tried rm /Legacy same [14:46] im trying man [14:47] Hey guys, a little help with packaging please? I have a Dockerfile that builds a debian package using dpkg-buildpackage, and when building the image on different hosts, I get different resuts. [14:53] what could i be doing wrong? [14:55] Hello everyone, trying to add a script to my 15.04 system so that it will apt-get dist-upgrade on a schedule but keep on getting this error message: debconf: unable to initialize frontend: Dialog .... I've already tried: DEBIAN_FRONTEND=noninteractive sudo apt-get dist-upgrade -y -qq but same problem. Any suggestions? [14:55] alright i give u[ [14:55] up [14:56] Does anyone recognize what this monitoring software is? http://picpaste.com/MrRobotMonitoring.png I think there's a bit of the name in the top corner, but not having any luck googling "ulles"... [14:58] I just did a setfacl -m g:"managers":rwx /home/share [14:58] if I go in there and do a getfacl /home/share, I can see the acls [14:58] Dulles prob [14:58] but when I try to access the folder with a user that belongs to the managers group, I get a Permission Denied :( [14:58] what else should I look into? === jos is now known as Guest23053 [15:11] why, why, why does ubuntu suggest a separate /boot partition with just 100M? [15:11] why do you need more than 100M [15:12] tinyhippo: it's filling up.. old kernels stuck there.. and full disk [15:13] apt-get autoclean? [15:13] ^ [15:13] ah no it's autoremove? iono something [15:16] hello, I have multiple annoyances. one is that the mouse occasionally slows down and doesnt easily go to where I move it on the touchpad. the other is that the keyboard layout changes to another language by itself. the latter is happening quite often lately [15:18] awrev: you should check your ibus settings and see if you're accidentally changing the input method [15:19] awrev: system settings > text entry [15:19] see what the keyboard shortcuts are for changing the language [15:25] Urgent Help needed: not able to detect wifi networks on my Ubuntu 15.04, Thanks in advance [15:27] any pointers will be appreciated. [15:28] varunwachaspati, check ifconfig, iwconfig and route === gaf is now known as gafmagx [15:30] I'm trying to find the cause of a bug where, when sshed into a 14.04.2 box, tab completion will cause the entire ssh session to hang. ANy ideas? [15:31] ioria: http://paste.ubuntu.com/11567865/ [15:31] Guiri: i would go into /etc/bash_completion.d and start trying to identify whcih file in there is causing the problem [15:31] Guiri: i'd remove all of them and then start replacing them one at a time until the problem returned [15:32] it seems to be related to directory completion. `cd /etc/ngin` [tab][tab] [15:33] ioria: any clue what's going wrong? [15:35] varunwachaspati, if you use wifi, disable eth0 for now. your wifi ip is 10.10.0.1 and your gateway 1.0.207.49-ras ? (that i don't understand) [15:36] ioria: I'm guessing the gateway is 49.207.0.1 (and I'm assuming a raspberry pi) [15:36] ioria, as I am not able to detect wifi, I am using ethernet now, disabling it will leave me disconnected [15:37] tinyhippo. my machine is Dell Inspiron Laptop [15:37] varunwachaspati, right. can you ping your router/gateway ? [15:37] ioria, nope [15:38] I am trying to download Lubuntu 15.04, but my download is stuck at 74%. Please, can someone help ? Seed Lubuntu 15.04. [15:38] hello everyone I just installed kubuntu on one of my PC's and love it like I o on my other PC's that have it, but my wireless network adapter based off of a realtek RTL8187B chipset keeps disconnecting after a while and I have to then reconnect it, when this computer ran windows 7 it never did that the wireless adapter always stayed connected any suggestions? [15:39] varunwachaspati, are static or dynamic ip ? put it static in Network onnection and enter the gateway ip [15:40] varunwachaspati, i really don't understand your gateway ip .... ^0^ [15:40] ioria: read varunwachaspati's IP backwards! [15:40] ioria, sorry for the lack of technical knowledge but I am unable to follow what you are asking me to do here [15:42] tinyhippo, can you explain, please ? [15:42] varunwachaspati, open Network Connection , select your interface , Method -> manual and enter the ip, gateway, and dns [15:43] ioria: the gateway is a hostname, reading it backwards you can infer that it is 49.207.0.1 [15:43] ioria: the eth0 address is 49.207.46.20 therefore a gateway of 49.207.0.1 makes sense [15:43] tinyhippo, oh... thank you [15:44] ioria: the equivalent of 238.209.58.216.in-addr.arpa mapping to 216.58.209.238 [15:44] ioria: no worries [15:47] hello, a user trying to install this package http://build.getdeb.net/ubuntu/pool/apps/j/jnetmap/jnetmap_0.5.4-1~getdeb1_all.deb gets the error: xdg-mime: file '/usr/share/mime/application/x-jnetmap.xml' does not exist. what is this error about? why is such a file expected to be in the package? the installation succeeds here. === michael__ is now known as Guest82152 [15:48] c_korn, does the account installing the package have equivalent privileges on both systems? [15:51] pbx: "sudo dpkg -i jnetmap_0.5.4-1~getdeb1_all.deb" is the command. so it has root privileges [15:52] then i don't know. [15:53] perhaps comparing the full output of the install on both machines will yield clues === lala is now known as lili === zima is now known as gemme [16:10] hi this has nothing to do with ubuntu but does anybody have any ideas for alternative wacom tablets i know wacoms are popular but i just dont buy the hype i feel like there build quality is cheap and getting cheaper by the year and that they are living on there name [16:10] part [16:10] PART [16:10] mahon0 it's /part [16:11] something that will work out of the box with ubuntu [16:11] oh tnx ;) [16:11] parsec2284 what's not working on your device? [16:12] i dont like the size [16:12] i dont like the cheap platic feel [16:12] i feel wacom products are made poorly [16:13] i dont like how my hand drags across the plastic like it glu [16:13] glue [16:13] there must be something better [16:13] even if its not name brand [16:14] i should ask on the ubuntu forums [16:14] i will [16:15] Anyone know of a good program to back up a DVD image via .iso ? [16:15] yamoonsun: you mean save the dvd as a .iso on the disk? [16:16] http://paste.ubuntu.com/11568631/ [16:16] # cat /etc/issue [16:16] Anyone here on 14.04 with a nvidia gtx9XX-card and using xorg-edgers drivers? When I try to install the drivers from there, it doesnt install the Xorg-driver. Any ideas? [16:16] Ubuntu 10.04.4 LTS \n \l [16:16] Yeah; I was using DVDDecyrpter for Windows previously. I tried dkopp, but it won't work with my kernel. [16:16] TyrfingMjolnir: ubuntu 10.04 is end of support anyway. you want to upgrade to 12.04 at least [16:17] TyrfingMjolnir 10.04 is dead, upgrade to a supported release, then ask again [16:17] I'm in the process of upgrading to 14.04 [16:17] But it's stuck [16:17] yamoonsun: there is "dd", which is a terminal program which makes a 1:1 copy and that can be saved as .iso === lili is now known as lala [16:17] TyrfingMjolnir backup and fresh install is the fastest, easiest, cleanest way [16:17] Will it remove the region locks also, or include them in the .iso? [16:18] TyrfingMjolnir: so you got libc-bin from 12.04 already? from a PPA? [16:18] yamoonsun: that is a 1:1 copy then [16:18] Nope [16:18] I just realized it's running the upgrade in screen [16:18] TyrfingMjolnir: stop. [16:19] TyrfingMjolnir: let the upgrade run. dont fiddle with the packagesystem while it upgrades [16:19] * yamoonsun presumes that means the region locks are still going to be there [16:19] yamoonsun: http://askubuntu.com/questions/147800/ripping-dvd-to-iso-accurately that got some more suggestions [16:19] Thanks =3 [16:22] hello! I have an SD card that I think I screwed up the FATs on, is there a way to destructively make one partition again? [16:22] (Theres no data on this card that I care about, it's going to be imaged with NOOBS for a Raspberry Pi) === lala is now known as lili [16:25] I get this message while trying to reformat the entire card: Error synchronizing after initial wipe: Timed out waiting for object (udisks-error-quark, 0) [16:25] k1l: Hmm [16:25] Already too late [16:25] That upgrade was started last July [16:25] Something went wrong [16:26] hey there [16:26] TyrfingMjolnir: oh [16:26] hello chronicstardust! [16:26] how are you? [16:26] Oh, welll [16:26] There is Jessie, I'll just do a reinstall [16:27] TyrfingMjolnir: lsb_release is 10.04? what does sources.list say about the release? [16:27] chronicstardust: unless you have a support question I must direct you to #ubuntu-offtopic for OT chat :P [16:27] cool cool lol [16:28] precise [16:28] # lsb_release [16:28] No LSB modules are available. [16:28] TyrfingMjolnir: seems like the upgrade is canceld somehow [16:28] Apparently I have to install libdvdcss to make a decrypted .iso file, so I downloaded it, and have no idea how to install from a tarbar [16:28] TyrfingMjolnir: the screen with the upgrade did stop? [16:29] !libdvdcss | yamoonsun [16:29] yamoonsun: Ubuntu's default installation and repositories do not include packages needed to play commercial DVDs for legal reasons. For information on adding them, see https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs | For information on the legalities involved, see the "DVD" section of https://help.ubuntu.com/community/FreeFormats [16:29] It hung on the question where asked to run ssh in the background in case some services will drop during install [16:29] Is it kll? [16:29] http://download.videolan.org/pub/libdvdcss/1.3.99/ [16:29] can someone help me with reformatting an SD card? [16:30] TyrfingMjolnir: give that a go. hopefully that will make it to 12.04 [16:30] yamoonsun: see https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs [16:30] What filesystem do you want to utilize n3rd? [16:30] Give what a go? [16:30] yamoonsun: that explains the procedure for ubuntu [16:30] TyrfingMjolnir: that upgrade in the screen [16:31] only 2 options there [16:31] x = destroy [16:31] r = ressurect [16:31] no ressurection [16:31] yamoonsun: Trying to set up as just FAT32, the image I'm pushing will repartition the card as it installs [16:32] TyrfingMjolnir: hmm. [16:33] My problem is when I tell the Disks application to format the card, it displays a full 4GiB partition for a second, then goes back to the two 2GiB partitions that are currently present [16:34] I also get an error message, Error synchronizing after initial wipe: Timed out waiting for object (udisks-error-quark, 0) [16:34] Is there a way to see the name of the motherboard from the command line? [16:34] hello. i've just booted my new Dell XPS13 linux edition for the first time. I think something went wrong; I got into the system all right, and I configured my wireless connection. After clicking continue, I had to choose my location (default was New York); the laptop then rebooted. I am now in OEM user, I have no root password etc. Can i run the whole "setup" again? [16:34] thanks [16:35] i just installed ubuntu and my wireless network adapter based off of a realtek RTL8187B chipset keeps disconnecting after a while and I have to then reconnect it, any suggestions on how to fix it? [16:38] dmidecode -t 2 [16:38] kobrah !! [16:38] oops === zz_Thelks is now known as Thelks [16:38] asdf [16:39] sorry [16:39] ignore me plz its just a test for my project [16:40] parabool, seems your laptop came with ubuntu 14.04 pre-installed. there is no root pass, whenever you need admin privs, prefix your command with sudo, like sudo apt-get update [16:40] Hello friends [16:40] I need help [16:40] pavlos: oh. seems stupid of me not to try that -_- sorry [16:40] bbb, there is a #test channel [16:40] I installed lubuntu last night [16:41] but i cant install applications [16:41] neither i can update it [16:41] pavlos: it doesn't work. it asks me the password for oem... [16:42] rOm3O, what does it show when you type sudo apt-get update ? [16:42] parabool, is that a user DELL created? I dont know how DELL setup the laptop. [16:42] I am trying to install updates [16:42] may be it works [16:42] pavlos: yes. XPS13 linux edition, ubuntu 14.04 [16:42] rOm3O: run a "sudo apt update && sudo apt full-upgrade" in a terminal and show the output in a pastebin please [16:43] I will [16:43] its updating [16:43] parabool, is that a user DELL created? did DELL provide the pass for user OEM? how are you logged on now? (top right, click, should tell you user) [16:44] pavlos: user is OEM. it logs on automatically on startup. if i log out, i can't log in again until i reboot the system [16:44] pavlos: there's OEM and guest user available. [16:44] My mic is not recognized. [16:45] parabool, can you create another user from system settings | user groups? [16:45] parabool, can the user oem use sudo ? [16:45] harishkrupo: it can, but i dont have the password. pavlos i can't [16:46] parabool: the password is your password, not a special password [16:46] knocktwice: the system never asked me for a password [16:46] parabool, try to reset its password by booting into single user mode [16:46] harishkrupo: single user mode ? [16:47] parabool, reboot your machine and choose ubuntu recovery from grub menu and you will have an option to drop into root shell [16:48] parabool: try 'sudo passwd' [16:48] parabool, from there you can change the password by typing passwd [16:48] if you have no password at all, that should allow you to set one [16:49] knocktwice: didn't work, seems there is a pw. harishkrupo i'll try it now. brb [16:49] hey guys, do you know why firefox wasn't updated in the packages ? i'm on trusty and the available version is still 38 although official firefox version is 38.0.5 (in the past there was always available the last version) ? [16:49] It works now :) [16:49] THank you so much guyz :) [16:49] harishkrupo are you from india bro? [16:49] My mic is not recognized. [16:50] http://paste.ubuntu.com/11567918/ anyone got a clue what I should do to set up my UEFI windows 8.1 to boot into ubuntu? it just keeps booting windows without giving me any grub menu or anything like that [16:50] misterjinx: either the mirror you're on isn't updated, the latest version isn't coming to Ubuntu, or it's not ready yet - none of which are a big issue [16:50] - already turned off fastboot, keeps booting windows [16:50] - tried boot-repair auto, results at http://paste.ubuntu.com/11567918/, but keeps booting windows [16:51] [16:51] - turned off BIOS "quickboot" whatever that is, but keeps booting windows [16:51] - turned off secureboot, but keeps booting windows [16:51] Unhammer: enter the EFI and change the boot device from 'Windows Boot Manager' to the hard disk / SSD device entry. [16:51] - tried "cmd.exe" as admin and "bcdedit /set {bootmgr} path [16:51] \EFI\ubuntu\shimx64.efi", but keeps booting windows [16:51] enter the efi? [16:51] yes [16:51] the BIOS menu? [16:51] EFI setup :) [16:51] GRUB doesn't even show at startup. [16:51] Just boots Ubuntu [16:51] BRB [16:51] parabool, it shouldn't show you mean? [16:52] i think parabool is on about something else, not your situ [16:52] oh, sorry :) [16:52] I can't delete a partition on this SD card, Disks shows an error message Error deleting partition /dev/mmcblk0p1: Command-line `parted --script "/dev/mmcblk0" "rm 1"' exited with non-zero exit status 1: Error: /dev/mmcblk0: unrecognised disk label (udisks-error-quark, 0) [16:52] daftykins, I've done the thing where I go "advanced boot settings" → troubleshoot→ advanced settings → UEFI settings [16:53] So when I connect to my work's VPN from my laptop, my route goes through that VPN, but my DNS is messed up. I need to override it. At least, I think that's what's happening. What's the Right Way to temporarily override my DNS for while I'm on the VPN? [16:53] that gives me a typical "old bios"-looking menu [16:53] Unhammer: that sounds more like something you're doing in Windows? [16:53] but when I move the ubuntu entry up in the boot menu, it keeps moving windows up with it [16:53] daftykins, it reboots into the bios thing [16:53] i'm saying to enter the EFI setup screens e.g. via powering off windows 8 with "shutdown -s -t 1" then powering up and pressing the key on your system to enter the EFI [16:54] alright, so now you proceed to following the advice in my first statement [16:54] check the available boot devices and change it from 'Windows Boot Manager' -> the HDD/SSD device name [16:54] I can't [16:54] can you give a little bit more detail than that? [16:54] if I press - to move ubuntu up the priority list, it pushes windows up above it [16:54] parabool, here is a website which will help you do that http://tarunlinux.blogspot.in/2014/02/ubuntu-1204-grub-to-boot-into-single.html [16:55] it moves the whole "[HDDs]" as one group [16:55] you need to find the relevant HDD section and change the order in that [16:55] maybe provide photos of every EFI setup screen if you can't work it out === harishkrupo_ is now known as harishkrupo [16:56] ooh here's something peculiar: [16:56] OS Optimized Defaults: [16:57] «select enabled to meet windows 8 certification requiriemnts» [16:57] no thank you :) [16:57] that bears no relevance to your issue [16:58] hm :/ [16:58] it didn't let me change the order anyway :() [16:58] because you're probably looking at the wrong thing [16:59] so if you have a smartphone or a camera, you can take pics and upload them [16:59] or find a manual for your device [16:59] hey all, I'm trying to use the acpi-cpufreq driver instead of the intel-pstate one on my ubuntu 14.10 server. I pass intel_pstate=disable on the command line but then I get no cpufreq driver, any ideas? [17:00] did you install cpufreqd and cpufrequtils? [17:01] alright, progress update: I'm running a dd command to zero the SD card completely, hoping that will do something (dd doesn't show progress) [17:01] daftykins, have cpufrequtils not cpufreqd [17:01] qui3t_n3rd: you could also try 'shred' [17:02] i'm not sure if the daemon package is a prerequisite [17:02] qui3t_n3rd: yes it will if you issue its' PID with a kill -USR1 flag [17:02] daftykins, once I install it, what do I do to activate the driver? [17:02] dschatzberg: i am not familiar with its' method of operation, but i'd bet it's documented somewhere out there [17:02] !info cpufreqd utopic === tcpman is now known as Guest9295 [17:03] cpufreqd (source: cpufreqd): fully configurable daemon for dynamic frequency and voltage scaling. In component universe, is optional. Version 2.4.2-2ubuntu1 (utopic), package size 62 kB, installed size 294 kB [17:03] !info cpufrequtils utopic [17:03] cpufrequtils (source: cpufrequtils): utilities to deal with the cpufreq Linux kernel feature. In component universe, is optional. Version 008-1 (utopic), package size 37 kB, installed size 227 kB [17:03] bam. [17:03] daftykins, cpufreqd isn't what I want then [17:04] I want to activate the driver, which seems to concern the kernel, not control the driver (which it seems cpufreqd does) === fguzzo is now known as chebit [17:06] dschatzberg: i think you misunderstand [17:07] qui3t_n3rd: expect about 25minutes per gig [17:08] knocktwice: so 100minutes, thank you [17:08] daftykins, cpufreq-info reports "no or unknown cpufreq driver is active on this CPU" - I want to fix that. Cpufreqd seems to change the frequency dynamically (it interacts with the driver) [17:09] daftykins, https://unhammer.org/owncloud/index.php/s/uk1sGskL9sAExcC#//IMG_20150604_190446.jpg my UEFI BIOS menus [17:11] dschatzberg: right, but you have yet to find an alternative plan... [17:11] daftykins, my point is that cpufreqd won't help me fix my problem [17:11] qui3t_n3rd: you can have dd display progress, think it's sudo kill -s USR1 `pidof dd` [17:12] dschatzberg: ok if you're sure... [17:12] i got this http://www.picpaste.com/2015-06-04-220940_1024x768_scrot-ZMHUVMEC.png [17:13] My mic is not recognized. [17:14] Unhammer: no see your hard disk device, the 1TB seagate, is listed above both the Windows Boot Manager and Ubuntu. You also have legacy boot enabled, so i suspect what you've done is have windows 8, you went to install ubuntu but you disabled EFI boot and booted ubuntu and installed it as legacy instead - correct? [17:14] im having a really annoying issue ;( [17:14] rOm3O: Mint is not supported in here [17:15] any time i copy _or_ paste in chrome, my browser tab freezes [17:15] this happens on chromium, too [17:15] does anyone have any idea how i would go about debugging this? [17:15] Unhammer: Devices tab -> ATA Drive Setup would have been interesting [17:17] daftykins, where's the 1TB seagate? (I do see that 8gb thing that came after I tried opening some windows repair boot manager thing, I didn't let it actually run the repair) [17:18] Unhammer: Primary Boot Sequence list, ST1000LM014 blah blah [17:18] it says 8GB because that's a seagate hybrid drive, 1TB mechanical with 8GB NAND for cache [17:19] yeah, that one appeared after I tried the windows boot repair thing, but that was after trying all the other options === bradjones is now known as bradjones_away [17:19] oh dd just finished after 1269.9 seconds to zero the card [17:19] Unhammer: so can you comment as to whether you installed ubuntu in EFI or legacy mode? [17:19] !uefi | Unhammer see here for the difference [17:19] Unhammer see here for the difference: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [17:19] The boot screen for the installer was a black background one that showed windows there [17:19] which apparantly should be efi [17:20] (as opposed to the fancy colour-background one) [17:20] harishkrupo: thanks, i will have a look. [17:20] which lead me to believe it was EFI, though can I find that out for sure from a live session? (since I can't actually boot into the ubuntu itself) [17:20] parabool, welcome [17:20] https://unhammer.org/owncloud/index.php/s/wntvvDrXQOo4MS5 ← output of bcdedit if that helps [17:21] Unhammer: are boot devices listed on the 'exit' page? [17:21] so it's present but it's somehow skipping over it [17:21] fun fun [17:22] maybe I should try reinstalling with an EFI-only image [17:22] like https://askubuntu.com/questions/395879/how-to-create-uefi-only-bootable-usb-live-media/ [17:23] Unhammer, if you want to find out if you are booted from uefi then check if the file /sys/firmware/efi exists [17:23] thats not the situation :) [17:24] harishkrupo, I don't want to check if I'm booted from efi, since I can't boot from efi … [17:24] I want to check, from a live session, if what I installed was efi [17:25] ok... [17:25] Unhammer: it looks pretty certain given the EFI boot images are there [17:25] what is the difference between the git package and git-core package ? if i installed git should i also install git-core ? [17:25] well, I did do the boot-repair thing … [17:25] DolphinDream: i think git-core is obsoleted now [17:25] Unhammer: if you boot a live session and confirm they're present on the EFI boot volume that should be fine [17:25] also the bcdedit thing [17:26] oh, /sys is something on disk [17:26] Unhammer: right but there has been no result [17:26] thoughtit was like /proc [17:26] DolphinDream: yeah, git-core is obsolete, just use `git` [17:26] kool teward .. where did you check that ? [17:27] DolphinDream: the package description line from `apt-cache show git-core`. Also the packages.u.c site - http://packages.ubuntu.com/search?keywords=git-core&searchon=names&exact=1&suite=all§ion=all [17:27] Hello [17:27] awesome. thx teward [17:28] oh, and https://unhammer.org/owncloud/index.php/s/kon8laeaYyFIPm6 was the only thing on the EXIT screen === khisanth_ is now known as Khisanth [17:29] Unhammer: and the other page i mentioned? [17:29] legacy support seems disabled (it's called CSM Compatibility Support Mode) [17:29] yes i know what CSM is :) [17:30] you shouldn't even really have it on [17:30] yeah it's off [17:31] https://unhammer.org/owncloud/index.php/s/lvOluNige9eWB3C [17:31] ata devices doesn't seem helpful [17:32] let me try [17:33] is this the correct way to send message here [17:33] Unhammer: heh yeah that wasn't what i expected. ok, you need one of our resident boot experts. what was your ubuntu installation procedure, did you resize from within 8, then install beside? [17:33] majoy: typing on your keyboard? yep [17:33] resize from installer [17:34] bleh [17:34] Jordan_U: ping [17:34] hard to ditinguish === tvoss|afk is now known as tvoss [17:35] majoy: do you have an ubuntu support question? [17:35] no [17:36] sorry,i m try to use this ,may be it for faq [17:36] if it matters, this is a Lenovo Ideacentre A740 [17:36] hey, i have a problem with "apt-get update". its taking several minutes every time :/ i already selected the "best server" in the options. any fix for that? [17:39] Tarrew: what version are you running? "cat /etc/issue" [17:39] daftykins: Ubuntu 14.04.2 LTS [17:40] Tarrew: connection issues? DNS server slow? hard disk failing? [17:41] having a stable connection. just everytime i run apt-get update its downloading around 35MB. shouldnt it download that much only the first time? and running it again it should only download like 0.1MB.. atleast thats how i remember it [17:42] is this a VPS or a home system? [17:42] Tarrew: apt-get update gets the list of packages, it doesn't download any packages [17:42] although I wouldn't think the lists would be 35MB [17:42] yeah but it's downloading those package lists, is what Tarrew is saying [17:42] Tarrew, check your sources.list .... do you have ppa ? [17:42] If updates are slow, wait a minute and try again? [17:42] well yea, it's suppose to download those package lists [17:43] probably didnt express clearly. in german it says "Es wurden 34,2 MB in 2 min 1 s geholt". which means like "downloaded 34,2 mb in 2minutes". atleast thats how i would translate it [17:43] hi all [17:43] the thing is i have this issues for days. its rly weird [17:44] stange thing every once in a while, firefox plays weird voices and i cannot identify the source. closed tabs etc... still playing... [17:44] yeah it speaks of download even when it actually doesn't [17:44] Tarrew: it refers to 31.7MB at one stage in the update on mine, but at the end it actually says "Fetched 1,793 kB in 7s (247 kB/s)" [17:45] so it doesn't actually download 31.7MB. [17:45] how long does your update take? i remember it used to be very fast for me. like under 30seconds or sth [17:45] 10 seconds [17:46] Tarrew: can you pastebin the output of one of your update runs? [17:46] ah yea i see. rly weird its literally taking 2 minuutes every time [17:46] tgm4883: i will [17:46] daftykins: I think you mean 7 seconds ;) [17:46] so is it a VPS, VM or a physical system? [17:46] tgm4883: that was the download, not the entire process. [17:46] tut tut! [17:47] daftykins: fair point [17:47] :D [17:48] so thats the output: [17:48] http://pastebin.com/7gaddcYv [17:48] <_Kai_> #ubuntutouch [17:48] yes, you have ppa [17:48] <_Kai_> is it a thing? [17:49] Tarrew: i think you've got a tonne of PPAs that might be slowing the process down [17:49] Tarrew: maybe check which you have added and consider removing some if they're no longer necessary [17:50] will do that now. probably theres no "reset to default" setting?! [17:50] Tarrew, how many DNS do you have ? [17:50] Tarrew: that would be just deleting/moving everything in /etc/apt/sources.list.d/ [17:52] @ioria: how can i check it? sorry really not experienced in those things. @tgm4883 will consider doing that. probably easiest thing [17:52] Tarrew, in Network Connection [17:53] Tarrew: the problem with doing that is you'll no longer get updates for any software that you installed from there. For instance, Google Chrome [17:55] yeah you don't want to just nuke them all... [17:55] You could just move them out of the folder for testing, but I wouldn't just do that and leave it [17:55] there are a few in that folder. 16 [17:55] not sure if thats unusual ;p [17:56] they're stored in pairs i think [17:56] so that might mean 8 PPAs [17:56] ah yea i see. [17:58] deleted a few. when i run the apt-get update the only thing thats taking forever is fetching the information from extras.ubuntu.com [17:59] is any other action on this system slower than it should be? [17:59] maybe resetting your router solves these mistary delays. [17:59] typically something IO based? [17:59] hmm. using an SSD and the system is super smooth and fast overall [17:59] definitely sounds DNS or network based then, mm [18:00] something like that [18:00] no matter how often i run the command its literally 2minutes and 1second every time. rly surprising [18:00] try booting a live session and run an apt-get update on that, see how it compares [18:00] will try that, ty [18:00] that way you don't have to trash your working setup to find out [18:00] np :> [18:00] brb ;) [18:04] !info nm-tool [18:04] Package nm-tool does not exist in vivid [18:06] ioria, believe that's in network-manager, but don't know a ton about it [18:06] !find nm-tool [18:06] wafflejock, no it's dead , now is nmcli dev [18:06] ah :) [18:06] Package/file nm-tool does not exist in vivid [18:06] !find nmcli [18:06] :-( [18:07] File nmcli found in fish, network-manager, zsh-common [18:07] ah [18:08] Tarrew, try nmcli dev show | grep DNS === webgen is now known as dionysus69 [18:11] ioria, gone but just tried here think they need, nmcli d list | grep DNS, nmcli is pretty cool though never seen this one [18:12] Tarrew, neither do i ç_ç [18:13] Hey, I broke my keyboard trying to install/edit keyboard layouts. I can access a commandline via recovery mode. Can anyone help me reinstall the layout service or re-download the default us layout? [18:13] hello fellas [18:13] how are you doing [18:14] Vespero2, never done but you can try dpkg-reconfigure keyboard-configuration [18:15] dpkg-reconfigure xkb-(something, I forget what) didn't work, but I'll try that [18:15] Retina: just fine here. support only in this channel and chat in #ubuntu-offtopic though please :) [18:15] Vespero2, http://askubuntu.com/questions/342066/how-to-permanently-configure-keyboard it seems to depend in part on your Desktop environment and version though [18:15] :) [18:15] I now it is only support here daftykins [18:16] Vespero2, are you using XFCE or the default Unity or something else? [18:16] I just wanted to warm greetings [18:16] I would like to discuss, [18:16] what do you think about Kali linux tools installed on ubuntu 15.04 [18:16] Retina: unsupported is what i would think [18:16] will it create a leak or security flaw in system? [18:16] Retina, discussion in #ubuntu-discuss, this is support only [18:16] :) OerHeks [18:16] Tamam. [18:16] I will go there [18:16] thanks [18:17] yw [18:18] wafflejock, It acted like it was going to work, but when I get to the login screen I lose the keyboard still. I'm using default Unity [18:19] wafflejock, Oh, I read that it uses cached keyboard layouts and that editing layout files doesn't update the cache. I'll go clear the cache as soon as I can find out where it is [18:19] hey guys I added powertop --auto-tune to /etc/rc.local, how can I check if it really runs at startup ? [18:23] Whats wrong with the terminal in ubuntu? Everytime I try to resize it.. It minimizes to the size of a pencil... [18:23] Vespero2, okay yeah just found a bug regarding XFCE think this should work for Unity [18:23] dionysus69: grep your process list for it? [18:23] wafflejock, Nope, deleting cache didn't work [18:23] how do I do it daftykins ? [18:23] Vespero2, did you run the dpkg command and then service keyboard-setup restart ? [18:24] ps -ef | grep power [18:24] ioria, yes [18:26] EriC^^: someone is in need of your EFI boot expertise if you're game? [18:26] daftykins: yeah sure [18:26] cool :) [18:26] Unhammer: are you still active? EriC^^ can sort you out :> [18:26] story is: Unhammer installed ubuntu EFI beside windows 8, but only Windows boots [18:26] Vespero2, if the service fails , i found this command : udevadm trigger --subsystem-match=input --action=change and reboot, but don't know exactly what it does [18:27] in Unhammer's EFI, the physical disk (a seagate SSHD) is selected above Windows Boot Manager, which in turn is above Ubuntu's EFI entry [18:27] so it seems odd it's not booting [18:27] daftykins: oh ok [18:27] ioria, I don't know that the service is failing, just that the layout file it's looking for is damaged [18:28] Vespero2, /etc/default/keyboard, you mean ? === bradjones_away is now known as bradjones [18:29] ioria, no, /usr/share/xkb/symbol/us [18:29] Does anyone know this problem? [18:30] daftykins, hey [18:30] Unhammer: hi [18:30] Hi, can someone here confirm if the nvidia-346 driver is a part of the official repos in 15.04 ? [18:30] daftykins: it lists upowerd and auto power [18:31] Unhammer: are you in a live usb right now? [18:31] !info nvidia-346 [18:31] nvidia-346 (source: nvidia-graphics-drivers-346): NVIDIA binary driver - version 346.59. In component restricted, is optional. Version 346.59-0ubuntu1 (vivid), package size 31018 kB, installed size 142398 kB (Only available for i386; amd64; armhf) [18:31] drmagoo: yes. [18:31] should /etc/rc.local entries get executed at startup generally? [18:31] EriC^^, I can be :) [18:31] 'sec' [18:31] ok [18:31] daftykins: thank you very much [18:32] dionysus69: ah silly me, so powertop is more just running once than running as a daemon - so my approach was of no use [18:32] drmagoo: i think there's newer though, just run "sudo apt-get update && apt-cache search nvidia-" to see all available [18:33] bah getting into that UEFI boot menu takes forever since I have to do it from within windows [18:33] well you don't [18:33] but that is one method :P [18:33] i don't know the secret keyshake for lenovo … [18:33] daftykins: I'm still on 14.04, having some issues with my gtx960-card.. Have the same problem with nvidias own, as with the drivers from xorg-edgers and mamarley... so i am thinking about upgrading [18:33] F12. [18:33] or, for ideacentres [18:33] lol [18:34] huh, that 1tb+8gb entry is gone now btw [18:34] drmagoo: no reason a 960 wouldn't work on 14.04, sounds like you've messed up your setup somehow. are you booted into it right now? [18:35] drmagoo: sudo apt-get install pastebinit && dpkg -l | grep nvidia | pastebinit [18:35] ok, in live disk now (created by 7x x xubuntu.iso /media/… && parted set 1 boot on, so I'd be sure it's uefi-only) [18:35] daftykins: so any ideas how to detect if its running or not? [18:36] Unhammer: ok, i'll brb in a sec [18:36] dionysus69: no [18:36] daftykins: Im on it right now... will do [18:36] dionysus69: why don't you add a line to rc.local after you have it run powertop, then have it echo some text into a file... then you'll have proof [18:37] daftykins: there is a thing about it though, powertop needs sudo permission while echo doesnt so :\ i might leak something by that test [18:37] daftykins: [18:37] ... === EriC^ is now known as EriC^^ [18:37] Hey guys. Are there any good to-do programs in the repos in ubuntu. Should make it easy to add new task, and check them when its done. [18:37] Unhammer: ok, type sudo apt-get install pastebinit [18:37] Unhammer: then sudo parted -l | pastebinit [18:37] daftykins: http://paste.ubuntu.com/11571022/ sorry ;) [18:38] I regularly switch between two keyboards, but switching to the other (non-US) doesn't work [18:38] drmagoo: right so this shows 349 is on, is this not working? [18:38] On-Screen keyboard says no keyboard found [18:39] Hey all [18:39] hi [18:39] I'm trying to install ubuntu on a 4 year old laptop [18:39] ok? [18:39] I did the usb stick installation thing on the website [18:39] which version and what's wrong? [18:39] all I get is "no bios bp data" [18:40] when? where? [18:40] the 14.2 stable version [18:40] should I reinstall xorg? [18:40] the recommended download on the website [18:40] Well the usb stick boots up [18:40] 14.04.2 LTS you mean? [18:40] arghs wheres the pipe on this thing [18:40] I see "try ubuntu " "install ubuntu" etc [18:40] 'stable' is not appropriate as all ubuntu releases are stable === bradjones is now known as bradjones_away [18:40] but I cna't do "enter" for any of those [18:40] then I see a white screen [18:40] then it says "no bios bp data" [18:40] !nomodeset | Mia try this [18:40] Mia 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 [18:40] then waits for a bit and goes to ubuntu loading screen [18:40] Mia: also tell us what system this is [18:41] EriC^^, http://paste.ubuntu.com/11571096/ [18:41] daftykins, Unhammer but it loads the ubuntu loading screen [18:41] the purple one with dots [18:41] daftykins: yes and no. When I wake the monitors (dual-head same make and model) up, all applications on the right monitor are "hidden" in the background, the refresh rate on the right monitor is set down to 30 hz. And lastly every now and then Xorg crashes when I try to log back in. [18:41] and it sems like it's loading something [18:42] but it never ends [18:42] just waits and waits more [18:42] for like 4 hours I waited [18:42] I think it's mroe than enough [18:42] daftykins: and that all started when I installed this graphicscard [18:42] Mia: yep so try nomodeset as suggested above and tell me the system make + mode [18:42] *model [18:42] daftykins, sure I'm checking the page right now how d I set the parameter [18:42] F6 on the flash drive boot menu [18:43] Unhammer: type sudo efibootmgr -v | pastebinit [18:43] thanks [18:43] twsting [18:44] drmagoo: sounds like a mess, so you have three choices: 1) remove all the messy PPAs you might have added, revert to stock packages then purge nvidia* and then clean install a supported official repo version. 2) clean install 14.04. 3) clean install 15.04 [18:44] it said callibration failed [18:44] and it said "no bios bp data" again [18:44] daftykins, [18:44] f6 didn't do anything though, should I see something popping up instantly [18:44] who do i talk to about a package being out of date? [18:45] EriC^^, command not found, what's the package for efibootmgr? [18:45] I mean I can also not make a pick out of the flash drive's menu [18:45] Mia: i get absolutely nothing on google from "no bios bp data" so are you sure that's what it says? [18:45] Unhammer: efibootmgr [18:45] yes [18:45] exactly that [18:45] doh [18:45] Mia: so i must for the third time ask what make and model of system this is [18:45] Vespero2, if your /usr/share/X11/xkb/symbols/us is broken you ca copy this in it and reconfigure : http://paste.ubuntu.com/11571127/ [18:45] "no bios dp data" [18:45] not bp [18:45] oh DP [18:45] right :P [18:45] haha [18:45] I misread (and possibly mistyped?) [18:45] http://paste.ubuntu.com/11571128/ [18:45] does it make a difference now? [18:46] daftykins, the computer is asus aspire 6935 [18:46] Mia: yes, and nomodeset still applies, you did press F6... cursor up to nomodeset and enable it before selecting 'try ubuntu' yes? [18:46] cursor? [18:46] there is no cursor [18:46] cursor keys are the arrows on your keyboard [18:46] and f6 does nothing really [18:46] Unhammer: did you install ubuntu after windows? [18:46] yeah they don't do much either [18:46] EriC^^, yes [18:46] I try enter as well [18:47] Mia: ok carry on reading my earlier link until you can get nomodeset enabled then please :) [18:47] it just waits then timeouts I guess [18:47] and auto makes a pick [18:47] Unhammer: ok, we might need to switch the efi files to trick the bios, cause it seems hardwired to boot the windows efi [18:47] daftykins, I can't do f6, any other alternative? [18:47] Mia: read the link like i said please. [18:47] ioria, I'll try that, but even switching to a German layout isn't working right now [18:47] Unhammer: type sudo mount /dev/sda6 /mnt [18:47] fun [18:48] I have no sda6 . [18:48] weird [18:48] oh no pebkac [18:48] ? [18:48] sorry, nevermind, it's mounted [18:48] ok, type sudo mount /dev/sda2 /mnt/boot/efi [18:49] daftykins: I will try to purge them once again and see if I have more luck with the old drivers. thank you [18:49] drmagoo: you'd have to remove xorg-edgers and any other PPA prior to trying again, of course [18:49] hi all :) i am using Remote Desktop Viewer to connect to a VNC server, but the password field only allows me to enter 8 characters! [18:49] !ppapurge [18:49] 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 [18:49] daftykins, it goes to automatic boot I guess [18:49] I mean [18:49] it's not doing anything when I press any key [18:49] so I'm not usre if "e" works or not [18:49] alright … [18:49] as well as entering [18:50] Unhammer: for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done [18:50] left right keys work to navigate the menu but I can't make a pick [18:50] Unhammer: type the whole line [18:50] and f6 does not make a difference [18:50] Mia: there is one sure fire way to find out if pressing 'e' on try ubuntu will work... that's to try it ;) [18:50] as well as pressing "e" to edit the item [18:50] hi all [18:50] I did [18:50] it does not work [18:50] daftykins [18:50] ... [18:50] it does nothing [18:50] I don't see anything popping up [18:50] or changing [18:50] Nothing at all [18:51] can you even cursor up and down? (arrow keys) [18:51] no [18:51] just left right [18:51] that does the up down thing [18:51] up down does not do anything [18:51] EriC^^, done [18:51] I have /mnt/proc etc [18:51] oy vey [18:51] Unhammer: ok, type sudo chroot /mnt [18:51] Mia: what kind of computer and OS did you make this flash drive up from? === aaron is now known as Guest32281 [18:52] windows stopped working [18:52] it had windows 7 installed [18:52] done [18:52] … so we just fake-booted into that. nice. [18:52] and the comuter is asus aspire 6935 === Guest32281 is now known as ahoneybun [18:52] 4gb ram [18:52] not TOO old [18:52] just like 4 years old [18:52] Mia: can you please stop pressing enter so much and reply in full sentences on *one* line? [18:53] sure, sorry - [18:53] Unhammer: yeah, type cp /boot/efi/EFI/Boot/bootx64.efi{,.backup} [18:53] Mia: i asked which OS and computer you prepared the USB flash drive boot from? [18:53] I'm kind of annoyed right now and I feel clueless about what I'm doing, so I guess I get excited when I get replies :) [18:53] alright well stop that. [18:53] Oh, I prepared it in windows with the universal usb installer thing [18:53] EriC^^, copied :) [18:53] followerd the steps on the website daftykins [18:53] Unhammer: type cp /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi{,.backup} [18:54] Mia: on a different computer? [18:54] daftykins, yes, [18:54] should I make it on the same one?! [18:54] Mia: ok test boot that flash drive in that other computer to make sure it's ok === lo is now known as Guest15389 [18:54] well you said 7 doesn't work so surely it has no working OS to use? :P [18:55] daftykins, yes the one I'm trying to install does not have an os installed right now [18:55] when I boot it up I just see a letter, "Y" I have no idea what it is [18:55] EriC^^, done [18:55] anyway I was wanting to install ubuntu to that, so yeah this is my chance [18:55] I prepaed the usb stick on another machine though [18:56] Mia: yes so plug the flash drive into the computer you prepared the drive with... and TEST boot it there [18:56] this will rule out there being a problem with the drive [18:56] daftykins, okay doing it now [18:56] Unhammer: type cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Boot/bootx64.efi [18:57] done [18:58] Unhammer: ok, type cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi [18:58] done [18:58] Unhammer: ok, type cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Microsoft/Boot/grubx64.efi [18:59] daftykins: I've purge the ppa's, but now when I check the repos there is only 304-331 drivers there. No 346 or newer [18:59] Purging and reinstalling xserver-xorg worked [18:59] done [18:59] thanks for your help, guys [18:59] (though that was a bit confusing) [18:59] Unhammer: type sudo nano /usr/lib/os-probes/mounted/efi/20microsoft , then replace bootmgfw.efi with bootmgfw.efi.backup [19:00] drmagoo: yeah so it's back to normal, make sure you have any other cruft cleaned out - all nvidia* purged and do a dist-upgrade to ensure you're fully up to date and set [19:00] Unhammer: it sometimes whines about not finding grubx64.efi there [19:00] daftykins, yes it loaded fine on the other machine [19:00] :/ [19:01] Mia: right so the drive is good, that makes life easier [19:01] Vespero2, np [19:01] daftykins, hmmm what are my options now [19:01] alright, nano'd [19:02] Unhammer: ok, type update-grub [19:02] still from within the chroot, right? [19:02] yeah [19:02] Mia: so acer aspire 6935 huh [19:02] yes [19:02] i'm having some network/DNS issues with a machine. I can't resolve anything - not even entries explicitly added to the /etc/hosts file. (see http://pastie.org/10223843 ). I can ping out via IP address, but cannot ping/resolve anything by name. There are 3 name servers specified in /etc/hosts - all of which are reachable via ping and are working for other hosts on the network. Hosts set up in /etc/hosts can't be resolved - if I add a site to /etc/h [19:02] I still can't ping it by name, but pinging it by ip works fine... [19:02] :) [19:02] Mia: what happened to the Windows 7 install? suddenly didn't boot anymore one day? [19:03] ok im back. took a lil bit longer. had this problem problem with the apt-get update. Booted from usb stick and cant update at all there. it stops at 83% fetching data from "archive.ubuntu.com" [19:03] EriC^^, http://paste.ubuntu.com/11571596/ [19:03] daftykins, yes, well windows behaved like it's trying to load [19:03] daftykins: I'm sorry for this really stupid question: but which driver shall I choose? [19:03] Unhammer: great, type exit [19:04] the neverending "waiting" circle, so I needed to restart [19:04] Unhammer: then reboot and see if it works, if it doesn't make sure secureboot is turned off [19:04] dgs: do 'nslookup' or 'dig' give any helpful hints? You could use 'tcpdump' to see who it's asking for dns, or if at all. [19:04] I powered off, and powered on and it was this vlack screen with Y letter on it [19:04] I thought it's one of those windows crashes really [19:04] daftykins, anything else specific you want to know? :) [19:05] knocktwice: unfortunately not installed, and until I sort out network issues, I can't install them =/ [19:05] alright [19:05] Mia: is this the machine? http://www.amazon.co.uk/Acer-Aspire-16-inch-Laptop-Premium/dp/B001HK214A [19:06] yes daftykins not the "G" model though [19:06] I'm not sure what the G stands for, mine does not have the G [19:06] but the same look, yes. [19:07] Mia: ok. i suspect your hard disk might have an issue, so if it were me... i would remove it [19:07] daftykins, normally does the boot (from flash) works without the HD? [19:07] The HD was switched recently yes, so it might have an issue [19:07] ooh grub! [19:07] Unhammer: Be sure to write those instructions down, as you will need to re-run those cp commands any time Windows re-writes its efi images, and you will need to re-edit /usr/lib/os-probes/mounted/efi/20microsoft any time the os-prober package is upgraded. [19:08] Mia: it was? why was it swapped? [19:08] already did :) thank you so much EriC^^ daftykins Jordan_U [19:08] Unhammer: np [19:08] daftykins, well it's not my pc, it was my boyfirends' [19:09] he switched it because it was totally dead, some guy did it [19:09] Unhammer: np [19:09] My bf is not really into computers hehe [19:09] I don't know what the EXACT problem was [19:09] Unhammer: did you try booting into windows? [19:09] Mia: ok [19:09] EriC^^, not yet, not sure I want to take my chances until I'm desperate for a firmware update =P [19:10] (which is the only reason I'm keeping windows around) [19:10] should it be "safe" to try windows? [19:10] yeah, most likely [19:10] Unhammer: for what it's worth i had a cheap Lenovo system in here recently, i updated the EFI for fun... resized Windows 8's C:... booted an ubuntu flash drive and installed it beside just perfectly. [19:10] alright, I'll give it a go :) [19:10] no issues [19:10] daftykins, cheap as in non-thinkpad? [19:11] I was sort of afraid I'd have issues since this model is fairly new === s_pat is now known as s_pat_ [19:11] and non-think [19:11] it was a B50-70 [19:11] which is part of the essential business line iirc === s_pat_ is now known as s_pat [19:15] um btw, which of the three windows entries is it? [19:16] Windows UEFI bootmgfw.efi [19:16] Windows Boot UEFI loader [19:16] Windows Boot Manager (on /dev/sda2) [19:17] ok, second one; first one is our fake :) [19:18] so windows boots [19:18] ok, great, restart from windows and see if you still get grub [19:20] hello! i've got a question about i386 architecture: does ubuntu have any plans to drop support for it in the future? if yes, how many more years? [19:20] works =D [19:20] Unhammer: did you disable the fast startup in windows by the way? [19:20] no idea, but there's less and less reason to install 32-bit OSs here in 2015, dreamcat4^ [19:20] Unhammer: cool [19:20] EriC^^, yeah, first thing I did [19:20] before installing [19:21] i didn't have to do any of that to get a dualboot going :) [19:21] not sure about the quickboot thing in bios [19:21] many servers are i386 [19:21] that's what I get for trying to install on a new system I guess :-/ [19:21] life [19:21] whats up everybody [19:22] running unity on 14.04, is there an equivalent to "hide others" on os x? [19:23] Unhammer: well no the one i got was brand new. but as mentioned i updated the EFI first thing [19:23] because they're always so, so buggy [19:23] daftykins: sorry that I'm a pain, but do you have any suggestion on which driver to install and use? [19:23] I didn't find any firmware updates on lenovo.com for my chipset at all [19:23] drmagoo: all dist-upgrade'd fine now huh? [19:23] Unhammer: BIOS update, not chipset [19:23] daftykins: yeah, it's a question whether i need to make i386 packages (for tvheadend project). currently we only make 64-bit ones but some user still on 32-bit OS. [19:24] that's not what chipset means ;) [19:24] daftykins, the bios update said it was for broadsomething, not haswell [19:24] Hi people since 15.04 i need to reboot the router(s) in order to have ipv4 address, i get only ipv6 and i'm totally disconnected from the the net. Does anyone have this problem or knows a solution? [19:24] it did say bios though. but I'm not a hardware person so have no clue [19:24] Unhammer: doesn't sound like you found the correct page for your model [19:24] * dreamcat4^ was kindda hoping ubuntu would stop officially supporting i386 as soon as 2 years from now (or next LTS release) [19:24] daftykins: yes =) I'm pretty sure I've gotten everything back to what it was before, except for the driver [19:24] I installed Wine, but how do I actually run windows programs from it [19:25] drmagoo: alright, and you're able to boot to desktop fine right now? which driver is in use? [19:25] !wine | netlar [19:25] netlar: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [19:25] anyway, this leads me to my next problem, hehe: whenever I do a shutdown from ubuntu (live session/installing/installed ubuntu), it crashes hard (and the screen gets these funny multicolored lines like the weird side of youtube) [19:26] sysrq elephants didn't have any effect, and I did try echo 1 to /proc/sys/kernel/sysrq [19:26] and I just apt-get upgraded [19:26] elephants o0 as in reisub? [19:26] that one [19:26] daftykins: not rebooted yet, since there is no display driver installed except nouveau [19:26] hello i have a question i have usb wireless network stick based off the realtek RTL8187Bchipset and it works with my ubuntu 14.04 installation, but it radomly disconnects and i have to keep reconnecting to my wireless network which is annoying is there any solution? [19:26] uh I always recite it in my head … [19:27] so I have to hold the power button to shutdown :/ [19:28] I can't see it being related to the EFI thing (unless something should've been done after it said "everything's installed, click to restart") [19:28] drmagoo: ok yeah so you'd only be able to boot with nomodeset right now huh? i think it'd be wise to reboot anyway since all the recent changes [19:28] drmagoo: also a sudo apt-get autoremove ; to remove any old kernels lurking around [19:30] daftykins: all that has been done... But which driver shall I choose after the reboot.. Since its the same computer that I use for irssi, if you have an idea so that I know what to do next if i dont get it backup all the way [19:31] drmagoo: well as i say you'll need to boot in with nomodeset passed as a kernel param first to ensure everything is still good [19:31] drivers come later (: [19:32] drmagoo: i'd like to see a clean boot /var/log/Xorg.0.log before continuing [19:33] daftykins: ok... will hopefully be back in a while [19:45] does anyone know where to get the build script used by the distribution, I'm mostly looking for the apache build script... I was told how to get the source code for it with `apt-get source apache2` but that doesn't seem to include the build script [19:46] is anybody sharing a library with useful shell/bash scripts? [19:47] daftykins: http://paste.ubuntu.com/11572298/ [19:48] hello, anybody has experienced genymotion on ubuntu? [19:48] drmagoo: hrmm what's with 'nomdmonddf' and 'nomdmonisw' ? [19:48] hello i have a question. i have usb wireless network adapter based off the realtek RTL8187B chipset and it works with my ubuntu 14.04 installation, but it radomly disconnects and i have to keep reconnecting to my wireless network which is annoying is there any solutionto stop the wireless adapter from randomly disconnecting? [19:48] RAID related? 0o [19:48] jzvi12: without exaggeration there are millions, what are you really looking for? [19:48] jzvi12: If you are looking for something in particular the folks in #bash might be able to point you in the right direction. [19:49] how can i have android with google apps in ubuntu? [19:49] daftykins: might be, are running a few mdm-raids on this machine... Status right now is that I get the login-prompt, but cant login... [19:50] drmagoo: as in the GUI one? so you shared this from a TTY? [19:50] In unity, is there a way to have a script run at logout time, before it starts closing windows? [19:51] daftykins: I'm on my tablet now, running putty... havent tried to reach a shell yet [19:51] drmagoo: ah ok. so i'd add xorg-edgers back in, apt-get update and pick anything v340+ [19:52] daftykins: ok, i'll try that now then [19:54] daftykins: xorg-edgers or mamarley ? does it matter which one I choose [19:55] drmagoo: i've never heard of mamarley so i'd stick to what i know works for people [19:55] was this 14.04.2 ? i forget already [19:55] =) [19:55] daftykins: ok =) [19:55] daftykins: yes [19:55] i could've just re-read your xorg log of course [19:55] has anyone tried simonics google voice free gateway? if so, opinions? [19:55] drmagoo: make sure there is no xorg.conf present in your /etc/X11 as well - if so rename it === tvoss is now known as tvoss|eod === tvoss|eod is now known as tvoss [20:03] daftykins: I cheated and did a modprobe of the kernel driver and just restarted xorg...looks ok now, will reboot it and see if the problem occues again. Thank you very much for the help! [20:04] drmagoo: no problem, hope it behaves better for you :) [20:05] daftykins: will be back here in 5 mins begging for your help if it doesnt ;) [20:05] haha [20:07] Hi, is there an option to tell an usb stick to "don't look for the hard drive"? [20:08] because my hard drive is dead and it just take forever to boot the live env, because of thousands of I/O error [20:08] Sheraf, that's something you configure in UEFI/BIOS [20:08] what does that even mean, Sheraf [20:09] whats your opinion on this: https://www.crowdsupply.com/inverse-path/usb-armory#products-top [20:09] pbx: i can't find any related option in the BIOS [20:09] Sheraf: unplug it? [20:10] daftykins: right... it's a netbook and not even mine, i don't really want to open it [20:10] just gonna end up breaking it [20:10] there is no direct access to the hard drive [20:11] Sheraf: what is the goal then? [20:11] what is your intention with this device? [20:11] us an usb stick or sd card as new hard drive [20:11] then no, either remove it physically (after gaining permission) or enter the BIOS and try disabling it (unlikely to work) [20:12] the problem is when it's booting it's looking for hard drive, and that raise thousands of I/O error, i waited 30 minutes and it still didn't finish booting, just printing error in the tty [20:12] Hi guys. Anyone know a decent "diff" GUI. Preferably a text-editor with built-in diff for an easier workflow on patching. [20:12] and they definitely referred to sda? [20:12] Sheraf: if it's using uefi you might be able to press esc and go to boot options and select usb uefi to boot it [20:13] some old netbook would likely not be EFI [20:13] it's an old netbook, just has a phoenix bios [20:13] Sheraf: you should be able to select the boot order in the bios then [20:14] EriC^^: yeah, but still, when booting on the live usb, ubuntu is trying to check for hard drive, and that raise a bunch of error [20:14] oh [20:14] you can try passing a kernel parameter to ignore it or something, i don't remember it exactly though [20:15] that's what i'm looking for [20:15] an option at boot [20:15] hi, my computer shut down during an invocation of apt-get and now any attempt to install packages gives me "dpkg: error: fgets gave an empty string from `/var/lib/dpkg/triggers/File'", is there some way to repair this file? [20:15] Sheraf: http://unix.stackexchange.com/questions/102648/how-to-tell-linux-kernel-3-0-to-completely-ignore-a-failing-disk [20:15] drdanmaku: try apt-get install -f ? [20:16] Sheraf: that didn't seem to do anything, i still get that message [20:17] drdanmaku: type sudo nano /var/lib/dpkg/triggers/File [20:17] Sheraf: still makes infinitely more sense to remove a faulty component. [20:17] and look for a line that's empty [20:17] EriC^^: the file appears to be garbage, http://hastebin.com/cesequcexa.mel [20:18] sharing a goodie: https://www.crowdsupply.com/inverse-path/usb-armory#products-top [20:18] from what i'm reading, packages install triggers to do things when events occur, is there some way to scan the installed packages and regenerate the triggers? [20:18] daftykins: i know thanks.. i'm not gonna risk to break the plastic, not mine. [20:19] Sheraf: so ask, or give this task to someone more capable (with my respect) [20:19] hey guys, whats up with viber icon in ubuntu 15.04, no method works with it that I could find on google [20:19] can anyone suggest anything? its stuck in top left corner [20:20] 'viber icon' - what does that mean? describe in full :) [20:20] Sheraf: What is the exact kernel parameter you added and how? Please pastebin at least one of the error messages you're getting in dmesg. [20:21] okay, i've just moved the /var/lib/dpkg/triggers/File somewhere else and created an empty one, but this seems like it's obviously going to cause problems later [20:21] daftykins: viber notification icon :) [20:21] it is supposed to be lets say next to wifi battery icons in indicator menu [20:21] dionysus69: looks like a non-Linux program, so no idea [20:21] if you're using wine, ask them [20:22] ye it is a non linux program, it might be using wine itself but I am not running it on wine it has debian executable [20:22] Jordan_U: i didn't add any kernel parameter, i don't have dmesg as i can't even boot, it's priting 100's of error per second i can't really tell what it says, but i know what a dead hard drive looks like [20:22] dionysus69: 'debian executable' ? [20:22] mmk [20:22] ata1.00 failed something ... (device error) === nudoge is now known as nudoge-bbl [20:23] deb file i meant [20:23] ata1.00 error {ABRT} [20:23] things like that [20:23] dionysus69: so a package, that doesn't really exclude wine usage [20:23] EriC^^: so i guess i would have to patch the kernel [20:24] daftykins: ye there is a chance it uses wine [20:24] Sheraf: Ahh, so you haven't tried http://unix.stackexchange.com/questions/102648/how-to-tell-linux-kernel-3-0-to-completely-ignore-a-failing-disk yet. [20:24] anyone using genymotion can pm me? [20:24] dionysus69: check? :) [20:24] Sheraf: What version of Ubuntu are you using? [20:24] Sheraf: why don't you install ubuntu to a usb, as usual [20:24] there has been problem about its indicator icon before but it has been solved with several methods over different versions, i guess none work for this version [20:24] Sheraf: instead of a live usb or live usb with persistence [20:24] EriC^^: i think any method is gonna sit there and try to probe the drives and fail miserably [20:24] daftykins: even if it uses wine how does that information help me solve the problem? :) [20:25] daftykins: i think he got it to work, but wants to patch the kernel or something [20:25] dionysus69: it would lead you to consulting the wine folks on this issue which would be more relevant since it's not an ubuntu issue [20:25] EriC^^: ah i see [20:25] so basically a bunch of unnecessary work instead of just pulling the dead drive in the first place [20:25] good times :) [20:26] yeah, that'd be best but he said it's his friend's, up to him i guess [20:26] oh well ok thanks anyway :) [20:26] i tried the libata.force=2.00:disable [20:27] didn't work [20:27] its still checking for hard drive [20:27] 1.00* [20:27] i think you have to get the numbers right [20:28] Sheraf: What version of Ubuntu are you using? [20:29] nevermind, it's working [20:32] hello, I just installed apache2 (for offline development only) and I need some help. I want to enable directory listings ("Option Indexes" I think?) but so far haven't been able to. Is someone well verse in this? [20:33] adrian_1908: try #httpd [20:33] it's probably a config option [20:33] onr: I tried, no response so far. [20:34] hi does someone use ubuntu in virtual box?? [20:34] geri_: People do. [20:34] adrian_1908, https://wiki.apache.org/httpd/DirectoryListings [20:34] Hey, I had to purge and reinstall xserver-xorg earlier today and now I can't change my resolution or monitor setup [20:34] bekks: you again :) [20:34] geri_: Yeah. Different channel, same answer :P [20:35] adrian_1908: PM Humbedooh [20:35] he's a nice guy :P [20:35] onr: Hehe ok, i'll try. thanks :) [20:35] no problem [20:36] bekks: you dont use 3d in ubuntu linux... hm [20:36] pavlos: I've gotten that far, but the issue remains. I'm just too new to this to figure out what the source of the error might be. [20:36] Anyone have any experience with reinstalling xserver-xorg? [20:36] adrian_1908, do you restart httpd after changes? [20:36] geri_: I do. But 3D in vbox doesnt magically make an emulated graphics device being a hardware device. [20:36] pavlos: yes. [20:37] hitting "detect displays" doesn't do anything [20:37] bekks: i understand [20:37] geri_: As you can see, same answer in a different channel. [20:37] pavlos: I have a space in my directory though; i enclose the directory in " " [20:38] Vespero: try reinstalling xorg [20:38] adrian_1908, you may have to escape it ... dont have httpd to test [20:38] Eric^^ that's what caused the problem [20:38] pavlos: I don't need to add anything but Options Indexes to the directory I modify, right? I mean, that would suffice to override the options for that directory? [20:38] Vespero: did you do an autoremove after puring xserver-xorg? [20:38] daftykins: Hey, everything seems to work. Only problem that remains is that it resets the refresh rate to 30hz, but is easy to fix each time. But it seems to be very stable now.Thank you again [20:38] *purging [20:39] adrian_1908, not sure about ehat persm that dir should have ... I suspect +x so it can take a look in there [20:40] Vespero: it might be that some packages are missing, maybe check the logs and see what was removed [20:40] pavlos: good point [20:40] Eric^^ no, just apt-get autoremove --purge [20:40] Eric^^ it fixed the problem I was having with my keyboard, though [20:40] Vespero: yeah that would cause the problem [20:41] Vespero: don't use autoremove in this case, as it would remove other packages that used to depend on xorg [20:41] check the logs and see what was removed and reinstall them [20:41] EriC^^ where would I find said logs? [20:41] /var/log/apt/history.log [20:43] pavlos: ls -l myDir gives "drwxrwxrwx" so that should be ok, right? [20:43] EriC^^ thanks, I'll check it out === j3m4dux is now known as jemadux [20:44] Vespero: ok, np [20:44] onr: that's...cute [20:44] * onr hugs Humbedooh [20:45] * Humbedooh doesn't generally engage in physical contact with 13 year olds... [20:45] keep it ontopic guys [20:45] hey guys, does ubuntu need antivirus? [20:46] !antivirus | ultragamecard [20:46] ultragamecard: Antivirus is something you don't need on !Linux. except where files are then passed to Windows computers (perhaps using samba), See https://help.ubuntu.com/community/Antivirus [20:46] !info clamav | ultragamecard if you like one [20:46] ultragamecard if you like one: clamav (source: clamav): anti-virus utility for Unix - command-line interface. In component main, is optional. Version 0.98.7+dfsg-0ubuntu0.15.04.1 (vivid), package size 95 kB, installed size 743 kB [20:46] adrian_1908, that's 777, wide open to all, the dirs above usually have 775 [20:46] I have clamav [20:46] it doesn't do realtime scanning [20:46] ultragamecard: clamav's database has very recent linux rootkits n such known [20:47] ultragamecard: you have to manual scan indeed [20:47] !info rkhunter | ultragamecard works pretty nice too [20:47] ultragamecard works pretty nice too: rkhunter (source: rkhunter): rootkit, backdoor, sniffer and exploit scanner. In component universe, is optional. Version 1.4.2-0.4 (vivid), package size 194 kB, installed size 1027 kB [20:49] hi [20:49] rkhunter doesnt work like antivirus on windows [20:49] EriC^^ It worked! Thanks for your help, this was the last step in fixing a problem I've had all day [20:49] Vespero: great! np [20:49] my windows machine keeps getting infected [20:49] I only use it for youtube [20:49] ultragamecard: the biggest security issue on linux is the user doing things like installing 3rd party stuff that is insecure. i would start to think about that. [20:50] i know [20:50] ultragamecard: so you want to scan that windows system? [20:50] it has avira [20:50] Humbedooh: i missed the part when you stopped being nice to me. [20:50] but that is too offtopic [20:50] I'll go the #windows for that [20:50] to* [20:56] I'm assuming everyone here is running ubuntu [20:56] Thats a wrong assumption. [20:56] ultragamecard: not everyone. we dont scan your system on entry :) [20:56] I'm sorry [20:56] netbsd over here ;) [20:57] just a guess [20:57] it is #ubuntu [20:59] practise what you preach [20:59] i have os x/kali linux. ubuntu and kali are both debian derivs [20:59] snout have you seen parrotsec? [20:59] negative, what is it? [20:59] i want to run windows virtualized and headless on an ubuntu server.. which virtualization engine do you recommend? [21:00] vbox? [21:00] ultragamecard: snout for non ubuntu chat/support there is ##linux [21:00] do you run linux on a apple box snout ? [21:00] parrotsec has all the kali tools plus support for tor, i2p and it looks cooler [21:00] i am also in ##linux. I have a bootstick but am running into problems during ginstall and install surrounding lack of PCI ethernet card. [21:01] so sort of [21:01] ultragamecard thanks for the tip. Going to check that out [21:01] !libre [21:01] you're welcome [21:01] !libreoffice [21:01] LibreOffice is a Free and open source office suite that includes word processor, spreadsheet, presentation, vector drawing and database components. To install: "sudo apt-get install libreoffice". User help available in #libreoffice. [21:02] What's up niggas ? [21:02] * Sarge123 off [21:04] ultragamecard parrot looks slick [21:05] i know right [21:05] you run it? [21:06] I have it on a live cd and in vbox [21:06] hi guys what does it mean booting in insecure mode [21:06] parsec2284: it means secure boot is turned off i guess [21:06] i feel like my ubuntu may have done something wrong [21:06] it is [21:06] windows 8 has secure boot [21:07] This message does not indicate a security problem with Ubuntu and does not interfere with the operation of the system except for introducing this boot delay. As a workaround to avoid this boot delay, users can enable SecureBoot if enabled on their hardware, or if they do not intend to use SecureBoot at all they can uninstall the shim-signed package and then rerun the grub-install command. [21:07] copied that from wiki [21:07] how many people landed on the askubuntu answer? [21:07] parsec2284: Ubuntu supports UEFI Secure Boot, so you can re-enable it if you want to get rid of that message. [21:07] does ubuntu have secure boot [21:07] windows 8 secure boot is not secure [21:08] it just makes it harder to liveboot [21:08] i thought secure boot /eufi in only for windows os [21:08] why is it called that [21:08] s [21:08] they named it that so it won't sound stupid [21:08] remeber in 1999 when windows had the variable name _NSAKEY [21:08] parsec2284: No, Ubuntu and most other major GNU/Linux distributions support both UEFI and secure boot. [21:09] "hey guys I invented a new way to make it hard to install linux distros on windows" [21:09] secureboot logic [21:10] Sssupp niggas ?? [21:10] ultragamecard: snout we focus on actual ubuntu support in here. for chat we have #ubuntu-offtopic of ##chat [21:10] hows everyone [21:10] i notice that after burning flash drive with start up disk creator, and trying to boot the flash drive usig non eufi, secure boot off, after hitting the force boot button i got a com error [21:10] we're not IT's but ok [21:10] sorry k11, I was responding to windows secureboot being insecure. Tangetial, I know. Sorry [21:11] ciao a tutti [21:11] i thought at first ubuntu was a poor os thne i thought the flash drive was broken then i relize i need to turn on eufi [21:11] do all linux os work in eufimode [21:11] italian people [21:11] please [21:12] !it | ubuntu86 [21:12] ubuntu86: 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) [21:12] or just ubuntu [21:12] ciao jordan [21:12] sono nuovo [21:12] con ubuntu [21:12] parsec2284: I have arch in uefi mode [21:12] ubuntu86: see the bots message in italian. [21:12] parsec2284: Most of the major distributions do, but this channel is only for Ubuntu. For other distributions please ask in their channels or in ##Linux. [21:12] parsec2284: so all linux os should work [21:12] i like ubuntu [21:12] i like lubuntu [21:13] actually [21:13] very very stable [21:13] I tried to install cuda 7 1410 drivers on my 1504 system and now I can't even get the login screen to crash. I can't hit ctrl + alt + f2 to login via terminal and reinstall my drivers [21:13] how do you force your screen to crash if it just keeps glitching [21:13] you can't get the login screen to... crash? [21:13] oh... do you mean, kill it? [21:13] i think xfce is TE most stable linux distro i ever tried [21:14] it worked out of the box for me [21:14] yeah normally it just crashes after a few glitches but it won't this time and I can't get pass the glitching screen [21:14] there's an xcfe distro? [21:14] lubuntu [21:14] * tgm4883 slaps forehead [21:14] i have a pretty modern pc i74770 16 ggis of ram [21:14] shudon: xubuntu [21:14] edisto: can you reboot? [21:14] bekks: ahh [21:15] yeah I rebooted into windows lol [21:15] xubuntu has xfce, lubuntu has lxde :) [21:15] 16GB ram :) [21:15] xubuntu on modern ssytems is so incredibly fast and stable [21:15] thats too many [21:15] edisto: at the grub menu, boot into single user mode, and do your update from there. bad drivers are a pain in any OS. [21:15] my old netbook runs xubuntu nicely [21:15] it's from 2007 [21:16] parsec2284: we try to focus on solving issues in here :) if you want to chat please join #ubuntu-offtopic :) [21:16] but lubuntu rocks on modern systems too [21:16] ohh ok [21:16] well then [21:16] i have more questions to ask [21:16] >running xcfe with 16GB RAM [21:17] why whne i burn a flash drive, must it be run in eufi [21:17] to install [21:17] openfiler or freenas [21:17] i know it works [21:17] shudon: thanks [21:17] im not sure why [21:17] edisto: np [21:17] parsec2284: that depends on the mainboard and bios. [21:17] i though linux fights eufi [21:17] ubuntugnome is the nicest i've seen though and its super stable [21:17] i have a pretty modern asus [21:18] parsec2284: you can enable "legacy mode" in some bios so you can install linux as it was in the old days without efi [21:18] parsec2284: linux cant fight uefi. its the hardware manufacturer who go the microsoft way. [21:19] but that said, is it true that some modern bios need and is mandatory to run os in eufi [21:19] as well as secure boot [21:19] parsec2284: that depends on the actual machine and if the bios got settings to disable secureboot and uefi [21:19] but at least i understand what the problem was [21:20] yes [21:20] does xbox one have uefi? [21:20] i disabled both secure boot [21:20] if it does, it probably can't be disabled, and requires secure boot [21:20] and was eufi [21:20] lets not confuse secureboot and uefi now [21:20] with eufi off os wont install [21:20] com error === aaron is now known as ahoneybun [21:20] must have eufi on and with secure boot off, i get the boot message insuecure mode [21:21] parsec2284: so leave uefi on? [21:21] so i guess i must have eufi on and seecure boot to run os [21:21] yes [21:21] and secure boot [21:21] parsec2284: ok, then what is the problem? [21:21] but what im saying is, linux articles say to turn them off [21:22] oh no problem [21:22] im just conversing [21:22] parsec2284: not all of them do, and the ones that do are either old or misinformed [21:22] parsec2284: conversing is for another channel. Try #ubuntu-offtopic [21:22] oh ok [21:22] parsec2284: lets stop conversating in here. we try to keep this channel clear for people with issues [21:22] this channel is for support [21:22] sory about will do [21:22] made clear === user is now known as Guest66004 [21:31] look how many people come to irc when they need support for ubuntu! [21:33] keep getting these errors [21:33] Hey I'm having trouble configureing vsftpd on 14.04. I get an error that I can't change directories when trying to connect [21:34] E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). [21:34] N: Ignoring file 'mongodb.listecho' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension [21:34] Gh0st- did you try apt-get -f install'? [21:34] londoncalling: yes I did [21:34] same thing came up again [21:34] Gh0st- umm, not an expert, but perhaps remove the slash at the end? [21:35] that should return the same error but I'm just ruling it out [21:35] from? [21:35] Gh0st-: did you try to add a PPA recently or did something in that context? [21:35] k1l: not sure what I did [21:36] but yeah I tried to install ircanywhere [21:36] 'mongo [21:36] Gh0st-: well, you have a misconfigured PPA. so can you show the howto you followed? [21:37] silly [21:37] me [21:37] Gh0st-: mongodb.listecho should be just mongodb.list [21:37] just triend -f install [21:37] seems to be working [21:38] yeah, so i want to see where he went wrong [21:38] Gh0st- I picked this up in this channel, save it as a text file, make it executable and then execute it http://paste.ubuntu.com/11574591/ [21:39] MonkeyDust: thanks [21:39] MonkeyDust: that will not help. he got a misconfigured ppa there [21:39] Gh0st- ah, missed that part, i was was away [21:39] N: Ignoring file 'mongodb.listecho' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension [21:39] still getting the same thing [21:39] Gh0st-: so what howto you were following? [21:39] :/ [21:39] * tgm4883 sigh [21:40] Gh0st-: mongodb.listecho should be just mongodb.list [21:40] * Gh0st- is a newbie [21:40] Gh0st-: that is what i told you. please answer my questions [21:40] you need to rename that ifile [21:40] tgm4883: how can I change it [21:40] k1l: dont know [21:40] :/ [21:40] tgm4883: how? [21:40] :/ [21:40] Is this the best place for install issues for 15.04? [21:40] cd /etc/apt/sources.list.d/ [21:40] willief: just ask and people will try to help [21:40] Gh0st-: then mv the file [21:40] tyvm [21:40] Gh0st-: how can you not know what howto you followed? you obviously don't know enough to do this all on your own [21:41] mongodb.list mongodb.listecho [21:41] should I rm one? [21:41] acz32: yeah true that [21:41] :/ [21:41] Gh0st-: you have both? [21:41] tgm4883: yeah [21:41] Gh0st-: are their contents the same? [21:41] :/ [21:41] not sure [21:42] let me check through nano [21:42] yea do that [21:42] I am trying to install bacula-server and it should have asked me some setup Q's but didnt, running dpkg-reconfigure -plow didnt trigger it either any ideas how I get it to run properly? [21:42] tgm4883: yup exactly the same [21:42] When a release of Ubuntu goes out of support, what happens to its documentation? [21:42] Gh0st-: then remove the listecho one [21:42] ok [21:42] donr [21:42] done [21:42] now? [21:43] Now you shouldn't get that error anymore [21:43] ok [21:44] Hobbyboy it's still available here (e.g. 10.04) http://ubuntu-manual.org/downloads [21:44] i boot from a USB stick with 15.04 64bit .iso. I want to install to my new SSD but the installer insists it is already mounted as /cdrom. I cannor umount /cdrom or /dev/sdb evn with the -f switch , fuser just tells me root@ubuntu:/# fuser -vm /dev/sdb USER PID ACCESS COMMAND /dev/sdb: root kernel mount /cdrom - any ideas? I want to have a 512Mb ext2 for root 40GB for / and the rest as swap [21:44] Hobbyboy: Why do you ask? [21:45] continueing with IRCANYWHERE installation [21:45] willief: sudo apt-get install pastebinit && sudo parted -l | pastebinit [21:45] then share the link [21:45] daftykins: ok - cheers [21:45] I still use Ubuntu 10.04 for certain purposes, due to them being broken in newer versions of Ubuntu [21:45] willief: sdb will be the live usb in most cases. so are you sure you want to umount that? [21:46] Hobbyboy: 10.04 is EOL, entirely. [21:46] Hobbyboy: that's a very bad move :) [21:46] Hobbyboy: 10.04 is EOL. so dont expect people or ubuntu to support it. [21:46] i hope that system is not online [21:47] I know its EOL, I was just wondering where the documentation went after versions go EOL [21:47] http://paste.ubuntu.com/11574663/ [21:47] I have a few HDDs :-) [21:47] my SSD is /dev/sdb [21:47] Hobbyboy: Maybe its archived, maybe its just removed. [21:47] and I'm running it in a Virtual Machine with a firewalled connection, so the outside world doesn't have access [21:48] Hobbyboy: What specifically doesn't work for you in Ubuntu 14.04 LTS? [21:48] Rosegarden with Midi [21:48] its broken in 12.04 as well [21:49] willief: ok looking now, if you type my nickname first i can see highlights :) [21:49] I am trying to install bacula-server and it should have asked me some setup Q's but didnt, running dpkg-reconfigure -plow didnt trigger it either any ideas how I get it to run properly? [21:49] Hobbyboy: What happens when you try to use Rosegarden in Ubuntu 14.04? [21:50] I don't get any sound with Timidity, and distorted sound with QSynth [21:50] daftykins: thank you [21:50] willief: err are you sure? sdb looks like someone has written a 535MB ISO to it? :) [21:50] willief: did you perhaps use 'dd' to make up a bootable drive but picked the wrong device? [21:51] you can't run ubuntu from the same drive you want to install to [21:51] ./install.sh: line 4: node: command not found [21:52] can't go any furhter [21:52] further* [21:52] Gh0st-: see what depencies that software names in the howto or readme and make sure that are installed already [21:52] daftykins: that is confusing me too - let me reboot with my 4GB live USB (which I did make with dd BTW) out and then insert it so I def know what it is mounted as [21:52] k1l: ok [21:53] Yes I know you cant install to the the USB stick you booted from [21:53] willief: you could also just "mount | pastebinit" [21:53] I learned that a while back :-) [21:53] willief: i think your mixed usb drive and ssd somehow [21:53] Hobbyboy if you're a compozer or musician, consider using Ubuntu Studio, it has its own support channel [21:54] Hobbyboy: I'm seeing multiple reports of timidity working in Ubuntu 14.04 online. I'm wondering if it's a hardware specific issue, or maybe one specific to how you're invoking timidity. Are all of your tests being performed in a Virtualbox VM (so they have the same "hardware")? [21:54] daftykins: http://paste.ubuntu.com/11574718/ [21:54] All of my tests are in Virtualbox [21:54] Timidity plays fine on its own, but doesn't in rosegarden [21:55] willief: yeah your sdb is mounted as /cdrom because i think whichever OS you put on is on your SSD :) i also don't see your 4GB flash drive in your first pastebin [21:55] and if i use the fluidsynth plugin with vlc, it also plays fine [21:55] well the system sees it cos for now Im running it as @try Ubuntu@ [21:56] willief: when using dd better double check what the output of dd goes to and if that is the target you want to go it to :) [21:56] connection attempt failed at src/mongo/shell/mongo.js:146 / exception: connect failed [21:56] with a US keybd [21:56] k1l: yeah - been bitten with dd before - I always double check [21:57] willief: but i don't see a 4GB device in the first pastebinit :D [21:58] +1 to daftykins I think he dd'd to the wrong device [21:58] daftykins OK going to reboot from an old install of the HDDs and then see if I can reformat the SSD from there [21:58] willief: you seem to have a lot of other disks with LVM or mdadm RAID on too, i think if it were me i would disconnect _all_ drives except for the SSD and the 4GB flash drive once it has had the ISO loaded [21:58] willief: yeah just dd 50MB of zeroes onto it, then remake your flash drive then you should be golden :) === winegoddess_ is now known as winegoddess [21:59] Hobbyboy: Try again using Ubuntu Studio 14.04 LTS, and if you can reproduce the problem there please ask in #ubuntustudio (and file a bug report if one hasn't already been filed). [21:59] ok [21:59] daftykins: yes I want to mount /home /usr/local /projects /opt etc from my existing LVMs later when I get 15.04 on [22:00] daftykins: but I'll power down and disconnect the other HDDS for now and try to install there and mount the other drivees later [22:00] willief: sounds like a plan :) [22:01] back soon :-) [22:01] Error: couldn't connect to server [22:01] what shoudl I put in here [22:01] reason: errno:111 Connection refused [22:02] pasting errors without context usually doesn't get you too far [22:02] MongoDB shell version: 2.6.10 [22:02] connecting to: test [22:03] Gh0st-: yeah you're still just pasting stuff randomly [22:04] :/ [22:04] !context [22:04] daftykins: what should I paste then [22:04] phrase a question [22:04] !details [22:04] Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [22:04] trying to set up Mondodb [22:04] "i am trying to x, i have done y, but i expected z" [22:04] :/ [22:04] does that help? [22:05] you gave us one third of my example [22:05] Gh0st-: no. Do what daftykins said. "I'm trying to set up mondodb, I'm at step X of this guide , but I'm getting this error" === Pricey is now known as PriceChilde [22:07] dont know how can I explain really [22:07] getting the error of connection refused whilst running mondo [22:07] mongo* [22:08] ok so perhaps the service hasn't started ? [22:08] if you just installed it [22:08] Yeah [22:08] it is not starting [22:08] what error does it give? [22:08] connection attempt failed at src/mongo/shell/mongo.js:146 [22:08] i'm assuming you tried "sudo service mongodb start" [22:08] no [22:08] ok try that [22:08] ok [22:09] Gh0st-: what howto are you following? that must be the worst howto ever [22:09] mongodb: unrecognized service [22:10] same error again warning: Failed to connect to 127.0.0.1:2701, reason: errno:111 Connection refused [22:10] try "sudo service mongod start" [22:10] Gh0st-: yes, what guide are you following? The official ircanywhere install docs? [22:11] tgm4883: yes [22:11] not helpinh [22:11] :( [22:11] Gh0st-: are you doing the manual install or the automatic install? === gafray is now known as gafrayda [22:14] i sense a manual non-package install was performed [22:14] tgm4883: I think manual [22:14] how can I do automatic [22:14] :/ [22:14] daftykins: there isn't a package install [22:15] http://docs.ircanywhere.com/en/latest/ [22:15] no? ah ok explains that then :D [22:15] those are the install docs [22:15] hi guys i have a question. when i start downloading something from the internet, my browser stops loading pages.. or it does it really slow. its like all the connection goes for the download and none for the browser.. is there some setting or something like that, so that i can make my browser load pages fast as usual even if i am downloading something ? [22:15] never used mongo in my life [22:15] the "automatic" install is an install script [22:15] tgm4883: There a PPA at least, linked on the official mongodb site. [22:15] socialevil: let me guess, ubuntu on a laptop with a wifi card you had trouble getting going at first install? [22:16] daftykins, ubuntu on a laptop with usb stick ( i had no problems getting going at all ) [22:16] bekks: sorry, I was talking about his larger issue of installing ircanywhere. There likely is mongodb packages available for install, but first we should figure out what he's following and how he tried to install it [22:17] $ ./install.sh [22:17] socialevil: so it's not even installed? [22:17] where I can get the install scrit [22:17] script [22:18] daftykins, well.. i haven't installed anything.. i just put the usb stick in the usb, and in a couple of seconds i get my network, i click connect and there you go :) [22:18] socialevil: so what are you downloading in a live session? [22:19] 'cause there'd not really be anywhere for it to go unless you mounted a local disk [22:19] wow, these install docs are kinda bad [22:19] Gh0st-: I'd assume it's the one listed here https://github.com/ircanywhere/ircanywhere [22:20] daftykins, netbeans, jdk or even torrents.. whatever it is.. when i download something.. my browsing is interrupted [22:21] Gh0st-: if you had answered my questions before it would have been clear what you need because its named in "Pre-requisites" [22:21] socialevil: is this a persistent install? [22:21] on said flash drive [22:22] k1l: sorry dude [22:22] daftykins, i dont know what persistent install means [22:22] socialevil: well essentially, if you're saying you're installing software... you're going to run out of space and it'll all be gone after you restart... [22:22] so doing anything in a live session without a persistence file is pointless [22:23] how would I use ./install.sh [22:23] no no, its a installed system and all.. [22:24] k1l: how would I use install.sh [22:24] ...to a flash drive? [22:24] you really don't want to run from a flash drive [22:25] daftykins, i do have windows and ubuntu on my laptop.. actually the problem occurs on both systems ( i dont know if thats of any significance ) but because i use ubuntu all the time.. i asked here [22:25] Gh0st-: is nom and node installed? [22:26] socialevil: wow, is there any further detail you can give that'd make this easier? [22:26] *npm [22:26] yes [22:26] Gh0st-: honestly, this seems a bit above you. Are you sure you want to be running ircanywhere? This this machine going to be internet accessible? [22:26] tgm4883: it's a VPS [22:26] daftykins, i think there is misunderstanding .. my internet comes from an usb flash drive.. not my ubuntu [22:26] so then yes... [22:26] Gh0st-: go to the ircanywhere folder [22:26] k1l: yes [22:26] ok [22:27] socialevil: aaaaaah so it's NOT a flash drive, it's a mobile broadband/cellular data *DONGLE* ? === Megadawg is now known as Superdawg [22:27] k1l: ./install.sh: line 4: node: command not found === digifiv5e is now known as Guest21934 [22:27] daftykins, sorry for the .. confusion .. i dont know what it is.. i see a usb stick and internet :D :D :D [22:27] Gh0st-: so is nodejs installed or not? [22:27] oy vey [22:27] praise be to Tux for the clarification [22:28] k1l: a quick looks at the docs, they are kinda bad I think [22:28] socialevil: where in the world are you? does this dongle have any markings on it like brand name? what provider does it come from? [22:28] Gh0st-: the errormessage says its not. but you just answered me it is installed. so one of you both is lying [22:28] lol [22:28] sorry [22:28] not lying [22:28] didnt know [22:28] now it is [22:28] daftykins, i am in austria, its from drei (thats means - three) provider [22:29] k1l: now nothing is happening [22:29] Gh0st-: read the howto you are following. [22:30] socialevil: so the fact it happens in Windows too shows it's not an issue that can be fixed in the OS - it's just the nature of mobile data setups, they can't handle more than one thing at once when the signal is poor [22:30] socialevil: are you in a city centre? [22:30] Gh0st-: with more reading and not taht much "flying over the text and blindly copying the commands" you could be done already [22:30] :/ [22:30] true [22:30] well nothing is happening now [22:31] hola [22:31] Gh0st-: if its done with no errors that means: everything worked, no errors [22:31] daftykins, i am like in the center of the center.. but my signal strength is like 40-50 % all the time. but i need to tell you that when i am elsewhere, and the signal strength is 70%, the download speed is higher, but the browsing problem persist [22:31] espa;ol_ [22:31] Gh0st-: read the howto! [22:31] !es | ubuntu-mate [22:31] ubuntu-mate: 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. [22:31] socialevil: yeah so like i say, it can't handle more than one task at once [22:32] socialevil: or perhaps there is a firmware update available for this device, if you can read a make and model from it [22:32] zx [22:32] szumsky [22:33] npm WARN This failure might be due to the use of legacy binary "node" [22:34] daftykins, ok.. so its from the usb stick or.. mobile broadband dongle .. as you said.. i guess these things dont have settings or something ? i can look for the usb model name [22:34] socialevil: yeah my first guess would be that it's a Huawei stick [22:34] socialevil: i'm glancing at www.drei.at right now [22:35] daftykins, right :) it was like.. huawei e35.x.x something [22:35] Starting ircanywhere daemon... [22:35] ircanywhere daemon stopped. [22:35] is that normal? [22:35] socialevil: i see a few models here with downloads - https://www.drei.at/portal/de/bottomnavi/kontakt-und-hilfe/technischer-support/servicedownloads/ [22:36] Gh0st-: sudo apt-get install nodejs-legacy [22:37] k1l: done [22:37] There is an Ubuntu Google+ Community! https://plus.google.com/communities/107299007624972266094 [22:37] k1l: demon is stopping? [22:37] :/ [22:37] daemon [22:37] tsimonq2: that's more relevant to speak about in #ubuntu-offtopic or perhaps #ubuntu-discuss [22:37] daftykins, its this one https://www.drei.at/portal/de/privat/handys-und-geraete/alle-geraete/geraetedetails/huawei-e3531.html [22:38] daftykins, Sorry! :) [22:38] Gh0st-: see why it stopped. see if it got a log. see if you configured the stuff how it is needed [22:38] Gh0st-: for more support ask the ircanywhere guys [22:41] Is there any way to retrieve my mysql username. I don't care about the password (which I hear can not be obtained - thank God) I need the username alone (not by guessing but vai actual, concrete data printed to my command line). Can it be done? [22:41] socialevil: can you get version numbers from the software in Windows? [22:42] daftykins, well i have to reboot.. can you wait couple of minutes [22:42] sure [22:42] brb === john is now known as Guest33204 [22:44] well this is useless [22:44] I am leaving [22:45] Greetings from Peru [22:45] hi [22:45] daftykins: what was that you need again ? [22:45] * gzcwnk waves goodbye [22:45] socialevil: you should have some kind of software utility for the Huawei, does it list a software version? [22:46] daftykins: 3InternetManager Version 3.1.0.169 === danielw is now known as daniebw [22:46] socialevil: any information page about the Huawei device? === daniebw is now known as danielbw_ === danielbw_ is now known as danielbw2 === danielbw2 is now known as _danielbw [22:46] daftykins: i need to check all the info/settings .. give me a sec [22:47] sure [22:47] it appears to be called 'Mobile Partner' if that's of any help (the Windows utility) [22:49] daftykins: well there is a status report with general information , active modem information, sim, network status, network settings, computer information , internet applications , with some kind of information about modem driver version , hardware version, authentication protocols and so on .. but there is no webpage pointing to some info about the huawei device [22:49] socialevil: what is the driver and hardware version? [22:50] Modem driver version 2.6.2.3143 Driver package version 5.01.5.0 [22:50] Hardware version CH1E3531SM" [22:52] socialevil: hrmm ok i was hoping to find newer software on the hauwei website, but i think when a device is specific to your telecom provider (Drei) then it must be supported by them. I would call them / go into a store and ask if they can give you a newer device / or update the software to try that. [22:52] socialevil: beyond that, i don't think there are many options [22:53] it's just the nature of mobile data devices to be good for one task at a time :) [22:54] i see daftykins so.. basically this problem is because of the device.. fair enough :) at least now i know its not some stupid check option i've missed :) and its more troublesome [22:54] daftykins: thank you for the time and help :) [22:54] socialevil: yeah i think so, i'm sure the company would have a good idea [22:54] no problem :) [22:55] cheers :) [23:00] Ugh... I just extracted a tar archive, and it busted its load of files all over my directory instead of creating a directory like most archives do. Is there a way to "undo" a tar extract? [23:01] guest8574, no, just look at the dates of files and folders to get a clue [23:01] hello i am having trouble viewing windows shares on kubuntu when i click network and than workgroup it showsa list of my windows computers but when i choose one it shows no files or folders and says server timeout any suggestions? [23:02] guest8574: you can do tar t to list files in the tar [23:02] hi is ther a way to simply rip mp3 off a cd like in two lines: sudo apt-get install foo; run foo on CD with target Drive; ? or something? thx [23:03] al8989: what's the task, one-time file browse? [23:03] guest8574: tar tf file.tar [23:03] noaccess files stored there regularly [23:03] Thanks. It would be great if there was a tar switch that would create a new directory to hold the files if the extraction would produce more than one file. [23:03] al8989: so you'd be better off with a mount huh? [23:04] maybe [23:04] but i can't even acess theem one time [23:04] personally i would prefer, if forced to use a GUI file manager, to perhaps browse to it via entering smb://IP/sharename === Artpicre_ is now known as Artpicre [23:09] want to install ubuntu 14.04 on raid 1. Sites all say when partitioning use as physical volume for raid. However there is no option to use as physical volume for raid in the drop down list [23:11] ok i see now [23:11] http://www.ubuntulinuxguide.com/software-raid-ubuntu-14-04-setup-install-configure/ [23:11] * theBestNunu smites your blue buff. [23:20] hello there, I have a curious visual problem of some sort. sometimes part of browser page gets shaded, in different colors depending on the dominant color on the respective web page of the moment [23:20] lnb, don't make the mistake of thinking that raid is a substitute for backups... raid doesn't help if you delete or overwrite an important file, or if the filesystem just gets corrupted and such [23:21] hey guys, i am trying to make mysql server accessible externally... right now iptables have this line: 1 0 0 ACCEPT tcp -- !lo * 96.45.replaced.replaced 0.0.0.0/0 tcp dpt:3306 === omni is now known as Guest37903 [23:21] is it currently blocking mysql from being acceesed externally? === zzar is now known as tcp-ip === tcp-ip is now known as tcpxip [23:22] Jon30, looks like it says accept, but why muck with iptables at all? [23:22] Jon30: did you already reconfigure it to listen on your interface rather than on localhost only? [23:23] psusi it's nice to have a firewall for security, no? [23:23] daftykins what do you mean? [23:23] psusi: never did. my /data is backed up every night [23:23] Jon30, no... firewalls disable functionality that you otherwise enabled... if you didn't want that functionality then why enable it in the first place? and if you don't want it, then just don't enable it in the first place... no reason to use iptables to do so [23:24] Jon30: as default, mysql listens on loopback alone, or localhost - not your eth0 === mcphail_ is now known as mcphail [23:24] lnb, good... you also might want to consider using raid10 instead... with a large chunk size and the offset layout, you get the sequential read performance of raid0 with the redundancy of raid1 [23:25] lnb, but you have to manually set up the raid using mdadm yourself instead of relying on the installer to do it for you [23:25] psusi: not on a office desktop. All our servers run raid-50+2/3 hot spares [23:25] psusi: i need the firewall for other services besides mysql. [23:25] lnb, why not on a desktop? [23:25] I'm running it on mine [23:25] daftykins: do you mean the bind-address within my.cfg? [23:26] psusi: not worth it [23:26] picked up 3 cheap wd 1tb blues last xmas and got system partition in raid10 and bulk data in raid5... system partition reads at ~500 mb/s [23:26] Jon30: yeah [23:26] daftykins: i set it to 0.0.0.0 [23:27] Jon30, what services do you have installed, set to allow remote access, but don't actually want to be able to access remotely? [23:27] and rule out iptables with "iptables -F" and "iptables -X" to flush all rules if security doesn't matter [23:27] Jon30: ok so what i was getting at was "did you enable this" and the answer is "yes" :D [23:27] yes! [23:27] *facepalm* [23:28] should i just remove the 1 0 0 ACCEPT tcp -- !lo * 96.45.x.x 0.0.0.0/0 tcp dpt:3306 rule from iptables [23:30] Jon30, what I'm trying to say is that if you have a service that you only want to accept local connections, then you can just configure the service itself to do so rather than stick a firewall between the service and the network... so a firewall is pointless [23:32] psusi: the firewall is for bunch of other things [23:32] Jon30, yea... and that "bunch of other things" you can just configure not to allow remote access instead of using a firewall to override the service configuration [23:33] how do i fix that my network adapter isn't detected after the upgrade from 14.10 to 15.04 [23:34] i see psusi. but with iptables currently enabled, do i need to add anything in addition to the line i pasted above to allow external connections? [23:37] Jon30, you need to make sure that mysql is configured to accept remote connections.. i.e. it is listening on the network interface instead of loopback only [23:38] psusi: i said that already and we had an entire to-and-fro confirming it ;) [23:39] well i set the bind-address to 0.0.0.0 and not to the network interface ip [23:39] Jon30: just flush the rules temporarily like i said, if you're on a trusted network [23:39] well i'm assuming you've done your due diligence to check whether that's the procedure [23:41] how can i chnge the way my headphone is detected (trs / trrs) [23:41] do i set the bind address to eth0's inet addr? [23:43] Jon30: look it up [23:44] !offtopic [23:44] #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! [23:46] how do i fix that my network adapter on my server isn't detected after the upgrade from 14.10 to 15.04? It worked before the upgrade to 15.04 [23:47] wolfy1339: identify which it is from 'lspci' first [23:47] wolfy1339: also double check your system pulled in the corresponding -extra- kernel package along with the current working kernel [23:48] it's an openvz server if that helps [23:49] err [23:49] lspci: command not found [23:49] you probably shouldn't be updating such a VM [23:49] or VPS [23:51] wolfy1339: talk to that hoster. that issue depends on the setup that openvz server and host was setup. [23:53] Mp3player [Ed Sheeran - Photograph (The Voice Performance)] CeBoLiNhA 2015 [23:54] how can i force unity to rescan all the desktop files? [23:54] why? [23:54] di_giorgio: please turn that script of for this channel [23:54] EriC^^: me? becuase im experimenting with a .desktop file, and it cant find the icon [23:55] so i just want to trigger the reloads more often [23:55] snkcld: in the dash you mean? [23:55] yup [23:55] it should show up if you type it's name [23:55] Name= part [23:55] well, actually, in bo th the dash and sidebar. the dash finds the icon, the sidebar uses the chrome icon still [23:55] Hey there! Does anyone here have any idea why postfix would be rejecting port 25 connections despite the fact it's listening on that port? It's fine from localhost, but anything outside of that is rejected. inet_interfaces it set to all, thoguh. [23:56] it does, yes, however when i modify the file the change is not immediate [23:56] hello, does anyone know how to edit a GTK3 theme so that it is square/flat like Numix theme? any guides on the internet to do that? -thanks [23:56] Scott_S: not restarted the daemon since changing config? [23:57] Mp3player [Have You Ever Seen the Rain (The Voice Performance) - Noelle Bybee _ Sawyer Fredericks] CeBoLiNhA 2015 [23:57] daftykins, Haha, I wish it was that simple. Yes, I did. [23:57] hrmm [23:57] anything in its' logs complain about a config syntax typo perhaps? [23:58] can't say i've ever run my own mail [23:58] life is too short... [23:58] Neither of those logs has any errors in it. Not mail.err or mail.log, unless those are the wrong log files. [23:59] I miss the days when you had a local ISP that could find their arse with both hands... my cable company's email servers are a joke... I need to find a new email host [23:59] psusi: that'd count as #ubuntu-offtopic discussion