[00:00] I'm honestly not sure about the fat32 partition Eric^^ [00:00] SteinerU: ok, type sudo parted -l [00:00] alright ill try now and let you know [00:00] paste it in paste.ubuntu.com [00:01] EriC^^: it says Swap: 0 0 0 [00:01] This is what I got EriC^^: http://paste.ubuntu.com/9889481/ [00:01] Does anyone knows if there is an open-source alternative to Adobe Freehand? [00:01] not_a_tiger: yeah no swap [00:02] not_a_tiger: did you run mkswap? [00:02] Nope. I thought it might be enough to just create a new swap partition :-/ [00:03] not_a_tiger: type sudo mkswap /dev/sdxY [00:03] where xY is the disk and partition [00:06] SteinerU: ok just out of curiosity type sudo mount /dev/sda6 /mnt [00:06] */dev/sda5 [00:06] EriC^^: sudo fdisk -l # /dev/sda5 58722304 67106815 4192256 82 Linux swap / Solaris [00:06] not_a_tiger: ok, sudo mkswap /dev/sda5 [00:07] Ok EriC^^, done. Doesn't look like anything happened. [00:07] not_a_tiger: then sudo swapon /dev/sda5 [00:07] SteinerU: ok, type ls -l /mnt [00:07] what's in there? [00:08] EFI ? [00:08] EriC^^: http://paste.ubuntu.com/9889582/ [00:08] ok type ls -l /mnt/EFI/ubuntu/ [00:09] i think you installed ubuntu in uefi mode, using a msdos disk [00:09] Ah. Well, when I go to the boot selector in my BIOS, it does list UEFI as one of the options [00:10] yeah you should select the usb in legacy mode [00:10] was windows booting? [00:10] Here's what I got in terminal: http://paste.ubuntu.com/9889617/ [00:10] Well, I could launch from the live disc USB but when selecting the hard drive it just asked me to select a proper boot device [00:11] brasil [00:11] SteinerU: ok [00:12] SteinerU: i'm curious if it would boot with msdos [00:12] SteinerU: type sudo efibootmgr -v [00:12] can someone lend me a hand @ this error > http://pastebin.com/rebVdU6U [00:13] I tried fixing this problem by reinstalling the application, finally the os. [00:13] Huh. It says "command not found" EriC^^ [00:14] try sudo apt-get install efibootmgr [00:14] not_a_tiger: did you run swapon ? [00:14] The problem persist no matter what I attempt at getting it fixed. [00:14] not_a_tiger: you still have to add it to fstab [00:15] The error is also the same on ubuntu desktop && gnome ubuntu [00:15] I tried searching for a solution in goolge but, haven't found any information. [00:15] Oky EriC^^. The result I got was "Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.' Try 'modprobe efivars' as root." [00:16] I tried reinstall & just did a "apt-get install libgstream*" and still nothing. [00:16] I even removed the program and reinstalled it again, again and again. [00:16] Do I have to install libgstreamer source and build it from there ? [00:16] SteinerU: try sudo modprobe efivars [00:17] SteinerU: i think the usb's booted in legacy mode right now [00:17] Er [00:17] I typed it and nothing happened [00:17] ok try sudo efibootmgr -v [00:18] anyone ? [00:18] Hmmm. Same fatal error as before [00:19] SteinerU: ok, we can reinstall grub to the mbr so it works with legacy mode [00:19] SteinerU: Turn off EFI in bios and problem is solved :> [00:20] SteinerU: or you can see what happens if you choose uefi mode in the bios and see if it picks up the efi partition [00:20] EriC^^: Swap: 4093 0 4093 [00:20] SteinerU: if you have time, give the uefi in bios a shot [00:20] Hmmm. [00:21] i'm kind of curious if it would even work [00:21] All right, well, I'll do that. How do I get back to this channel, in case it doesn't? [00:21] EriC^^: Thanks for the help [00:21] not_a_tiger: type sudo nano /etc/fstab , type sudo blkid in another terminal [00:21] not_a_tiger: you need to add it to fstab so it's persistent [00:22] SteinerU: boot the live usb [00:22] hold on [00:22] let's write to the mbr [00:23] type sudo umount /mnt [00:23] OK [00:24] SteinerU: type sudo mount /dev/sda3 /mnt [00:24] Alright, done. What exactly did that do? [00:24] SteinerU: for i in /dev /dev/pts /proc /run /sys; do sudo mount -B $i /mnt$i; done [00:24] SteinerU: mounted the installation under /mnt [00:24] EriC^^: There is already an entry for swap in /etc/fstab [00:25] not_a_tiger: it's the old one [00:25] replace the uuid with the new uuid from sudo blkid [00:25] Different uuid ? [00:25] yeah [00:26] Odd. EriC^^, it just spits out "mount: not a directory" [00:26] Does anyone know of a linux command that, given a file name, will report the number of lines in the file? Like they way 'file' can tell you the file type? [00:27] EriC^^: /etc/fstab # UUID=0f54c166-4f25-45d3-84ad-2f8c1ddb273f none swap sw 0 0 [00:27] alright getting ready to pull my hair out on this one... i've been trying to get my external USB netgear WNDA3100v2 to play nicely and it doesn't seem to want to work... I followed a thread that seemed to be the solution but now the only wireless network it will connect to is the guest network and it fails to connect to any networks that require authentication (WPA)... i've installed ndiswrapper and got the broadcom 64 bit .inf file installed with ndiswrapper - [00:27] imastupidguest: wc -l [00:27] imastupidguest: wc -l or type [00:27] here is some of the output that might be important: http://paste.ubuntu.com/9885727/ [00:27] SteinerU: what's the exact command you typed? [00:28] EriC^^: sudo mount -B $i /mnt$i [00:28] EriC^^: ewelina: Sweet! thx [00:28] I got confused by the first portion of the last line you sent to me [00:28] n88: you need to install wpa_supplicant [00:28] SteinerU: you have to type the whole thing out [00:28] for i .... done [00:28] ewelina: ok thanks... i'll look into that [00:29] ewelina: it is already installed... [00:29] n88 try connect from command line [00:30] eric is changing the uuid in fstab the last step? [00:30] yup [00:30] not_a_tiger: the line looks fine [00:30] EriC^^: Thanks. I won't be able to reboot for some time, but this is enough help to take care of me for now. Thank you. [00:30] I'm not very good w/ shell scripting or whatever. Is there a way I can run wc -l recursively on the contents of my working dir? Is anyone willing to help w/ a command for it? [00:30] not_a_tiger: no problem [00:31] EriC^^: I literally typed "for i in /dev /dev/pts /proc /run /sys; do sudo mount -B $i /mnt$i", then got a ">" prompt and typed "done" [00:31] Is that right? [00:31] imastupidguest: find . -exec wc -l '{}' \; [00:32] SteinerU: type the whole thing, with ; done [00:32] EriC^^: Sweet! Thx man. [00:32] np [00:33] ewelina: ... that actually worked [00:33] There we go [00:33] Well, nothing seems to have happened in the terminal EriC^^, but I assume typing that changed something [00:33] ewelina: how come it won't work from the GUI panel [00:33] Now what? [00:33] SteinerU: ok, type sudo chroot /mnt [00:33] ewelina: or better question...how do I get it to work from the network manager [00:34] then apt-get install grub-pc [00:34] hello [00:35] i had a question about ubuntu [00:35] df_: Ask away :P [00:36] n88: try remove profile, NM and add again [00:37] n88 it's should be works and be available from NM [00:37] It's listing three GRUB install devices EriC^^, "/dev/sda (500107 MB; ST3500g30AS", "/dev/sda3 (298499 MB; /) and "/dev/sda (15518 MB; 6387" [00:37] Which do I selecft? [00:37] I have an LVM volume that say that it needs to be checked. I used tune2fs to set it for check at the next reboot, but twice in a row, it's failed to check the disk, how do I get this disk checked [00:38] the /dev/sda 50000MB [00:38] SteinerU: ^ [00:39] Er, it's telling me I chose not to install grub to any devices [00:39] EriC^^: ^ [00:39] hmm [00:40] SteinerU: try again [00:40] ewelina: thanks it actually works now... good thing I spent a few hours trying to fix it when all i needed to do was delete the profile and try again :) [00:40] and paste what it's saying in paste.ubuntu.com [00:41] SteinerU: did the package install successfully? [00:41] n88: https://www.youtube.com/watch?v=nn2FB1P_Mn8 something like that :) [00:42] Well it's weird, because I get to the screen with those three options [00:42] SteinerU: choose to install to /dev/sda [00:42] I did [00:42] But it's telling me I chose not to install GRUB to anything [00:42] Odd [00:43] Like, it lets me select one of the devices. Hitting Shift or choosing sda with Enter gives me the same result [00:43] SteinerU: try the right arrow [00:43] or space [00:44] trying to add bash commands but seem to be doing something wrong. was hoping someone could pick at my attempt? [00:44] AH [00:44] There we go. I feel like an idiot, EriC^^ lol [00:45] ok, great [00:45] i've navigated to /home/user/.bash_aliases but it's empty; I added my bash commands and rebooted the server, doesn't seem to take. Is this the wrong dir? [00:46] If I restart the PC I should see the GRUB loader like before, right EriC^^? [00:46] SteinerU: did it mention Found linux ..... ? [00:46] and windows too [00:46] ? [00:47] Yep EriC^^ [00:47] bruxC Restarting server for reload .bash_aliases? So you can log out and log in again... [00:47] ewelina, i don't follow I'm sorry. what's your question? [00:48] bruxC So .bash_aliases is loaded from .bashrc so you can add your aliases into this file [00:48] bruxC: it should work, .bashrc uses them [00:48] so the directory I went into is the incorrect one? [00:48] bruxC: type alias [00:48] bruxC: or for global /etc/profile [00:49] bruxC: no .bash_aliases is fine [00:49] SteinerU: ok, cool [00:49] EriC^^, the aliases I added aren't in this list when I typed 'aliases' [00:49] SteinerU: type exit [00:49] Done [00:49] Safe to reboot? [00:49] SteinerU: then try to restart if it doesn't work out use the live usb to get back on here [00:49] sudo is my account password how do i find my su (root) password? [00:50] bruxC: you mean alias [00:50] lurk_: Ubuntu does not have one by default [00:50] ? [00:50] Yes, sorry. [00:50] alias [00:50] lurk_: generally you just use sudo [00:50] OK EriC^^. Hopefully it'll all go well. [00:50] lurk_ you need change password first default is empty type sudo passwd [00:50] I appreciate the help. :) [00:50] SteinerU: no problem :) [00:50] lurk_: https://help.ubuntu.com/community/RootSudo [00:51] That moment when you type your root password into a new window that opened up in front of the Terminal. [00:51] bruxC: how are you adding the aliases? [00:52] bruxC: alias bla='bla bla bla' ? [00:52] how i did it was nano /home/user/.bash_aliases then as an example: alias transstop='sudo service transmission-daemon stop' [00:52] I think my destination is wrong. [00:53] has anyone heard of this site? [00:53] bruxC: type ls -ld /home/user/.bash_aliases [00:54] https://www.4kdownload.com.... I did google search for 4k video downloader and imediately found it and it has ubuntu 64-bit packages for all software but I remember from the 90's sites that looked almost exactly like this were all spyware [00:54] bruxC: and grep -E "bash_aliases" ~/.bashrc [00:54] would be a shame to install spyware on a formerly spyware-free ubuntu bo [00:54] box [00:55] mynameisdeleted: well they're not official so they're not supported - totally at your own risk. [00:56] # ~/.bash_aliases, instead of adding them here directly. [00:56] if [ -f ~/.bash_aliases ]; then [00:56] . ~/.bash_aliases [00:56] bruxC: type ls -ld /home/user/.bash_aliases [00:56] again? [00:56] I could search for a ppa and see if they've been banned from making ppa's [00:57] you typed grep -E .. [00:57] grep -E "bash_aliases" ~/.bashrc [00:57] yes [00:57] type ls -ld /home..... [00:58] drwxr-xr-x 3 root root 4096 Jan 25 23:29 /home [00:58] bruxC: that correct so you can try chmod +x ~/.bash_aliases [00:58] bruxC: type ls -ld /home/user/.bash_aliases [00:58] first chmod then ls -ld etc. ? [00:58] bruxC: type ls -ld [00:58] aftershot pro has no ppa nor does lightworks and they are both respectablew [00:58] for everything that's holy [00:58] sake [00:59] drwx------ 5 root root 4096 Jan 26 19:38 . [00:59] oh crap [00:59] ;) [00:59] i knew you were going to type that [00:59] lol [00:59] Hey im back... [00:59] bruxC: type ls -ld /home/user/.bash_aliases [00:59] Didn't go good. On phone now [00:59] -rw-r--r-- 1 root root 174 Jan 26 19:38 /home/user/.bash_aliases [00:59] bruxC: ok! [01:00] should I not be providing the feedback? [01:00] bruxC: ok you need to type chmod +x ~/.bash_aliases === bazhang_ is now known as bazhang [01:00] sudo chown user: /home/user/.bash_aliases [01:00] EriC^^, done. [01:00] Is this a typical step or did I eff something up? [01:01] EriC^^: this file is included from .bashrc and require to execute mode ;) [01:01] EriC^^: how I put an image for you to see? [01:01] bruxC: you ran sudo nano earlier [01:01] most likely [01:02] where shall i nano, vi, etc. into? [01:02] bruxC: ewelina no need for +x [01:02] bruxC: what do you mean [01:02] woozy: imgur.com [01:02] so I may add bash commands [01:02] any paid or free bluray authoring software for ubuntu? [01:03] esp 4k bluray? [01:03] bruxC: functions? [01:03] testfive='sudo service testfiveserverbeepbloopblopbleep stop' [01:03] ^ bash commands. [01:04] bruxC: i think you mean alias [01:04] yes. that's what i meant. sorry [01:04] I see command-line tools for authoring unencrypted blu-ray... but was hoping for somethign like k3b [01:04] I'm getting a tad confused and overwhelmed so i apologize. [01:05] yes, put them in ~/.bash_aliases as you did, just no need for sudo [01:05] nano ~/.bash_aliases [01:05] bruxC: no worries [01:05] bruxC: yeah [01:05] is it normal that there isn't anything in this file? [01:05] yeah [01:05] Ok. [01:05] Can you explain what happened and what we did? [01:06] I'd like to try and at least understand what we went through. Perhaps my subconscious can cling on to it and use it as a learning experience. [01:06] bruxC: as the grep command shows, .bashrc checks if that file exists and uses it to add aliases you've set [01:07] beyond me adding the aliases, is there anything else I need to do command wise? [01:07] grep bash_aliases ~/.bashrc will show you the part the looks for it and adds it [01:07] EriC^^: http://imgur.com/zGJJKir [01:08] bruxC: it's up to you [01:08] That's how I have it set up and I got an error on reboot after install [01:08] I mean as a requirement. [01:08] if I add an alias, do I need to stop a service and restart it, reboot the server; that sort of thing? [01:09] woozy: what was the error? [01:09] woozy: it looks good [01:09] bruxC: no this aliases is loaded when you login [01:09] ah wait that's the installer? [01:09] thought it was gparted at first [01:10] error file '/grub/i386-pc/normal.mod' not found [01:10] woozy: you need to set the mountpoints [01:10] EriC^^, transstart: command not found [01:10] Then went into grub rescue mode or something. [01:10] bruxC: did you login ? [01:10] type sudo login user [01:10] I had them set then did the install [01:10] bash ~/.bash_aliases [01:10] I'll retry [01:11] woozy: hold on [01:11] are you in the live usb right now? [01:11] hi all, quick question.. not sure if this is possible but it would be really cool.... is it possible to pipe output to the buffer for pasting? i.e. `cat newfile > BUFFER` then ctrl+v to paste it? [01:11] Hey look at that, it works. === fredy_ is now known as ardziv_nubar_fre [01:12] EriC^^, thank you. :) [01:12] bruxC: no problem :) === ardziv_nubar_fre is now known as Ardziv === Guma is now known as Guma_ [01:12] OK Eric I redid the mount points let me send another pic === Guma_ is now known as Guma [01:13] dataviznoob: xsel can select stuff that's highlighted on the screen [01:13] so... now that i've got a fresh install of ubuntu 12.04 I installed skype and it does nothing but intermittently freeze and unfreeze... has anyone experienced this before? [01:13] ubuntu 14.04** [01:13] which skype? [01:13] dataviznoob: yup, if you pipe it to xsel it'll end up in the buffer [01:13] dataviznoob: cat | xsel [01:13] i think its the latest version of skype... let me check [01:14] sweet! ive nver really used xsel [01:14] thanks for the heads-up! [01:14] n88: where from? [01:14] linux-beta-ubuntu64 [01:14] default repos? [01:14] from here: http://www.skype.com/en/download-skype/skype-for-linux/downloading/?type=ubuntu64 [01:14] yeah you're doing it wrong [01:14] dataviznoob: there's also xclip http://stackoverflow.com/questions/749544/pipe-to-from-clipboard [01:14] \o/ [01:14] what... is the better option [01:14] http://imgur.com/qCj9ZSf [01:14] it's meant to be in the default repos [01:15] EriC^^: http://imgur.com/qCj9ZSf [01:15] woozy: choose /dev/sda as the bootloader installation [01:15] Hello - I'm not able to get a script (/etc/init.d/unicorn) to start on boot; I've run "sudo update-rc.d unicorn defaults", and the script works when I run it manually ("/etc/init.d/unicorn start"), but if I reboot, the service isn't running. How can I debug? [01:16] woozy: also it seems there's already an installation there? did you backup your home and stuff? [01:16] The ata Toshiba one? [01:16] daftykins: so.. remove from the software center and then apt-get install skype ? [01:16] woozy: yes [01:16] worth a try [01:17] I tried the fresh install like you mentioned before and got the error. Think it was because I had bootloader on sda1 [01:19] when I press the power button, my laptop does an instant restart. please, any help? thanks [01:19] woozy: yeah that would do that [01:19] So if I do it now with sda selected as bootloader the previous install shouldn't get in the way? [01:20] i dont know [01:20] if you have everything backed up [01:20] maybe just choose to format the root partition [01:20] tsmuxer, mencoder, and dvd+rw+tools can author BR under ubuntui [01:21] OK formating the root and I have /home on exthd [01:21] Don't format /home? Just / [01:21] yeah [01:22] I am trying to upgrade from 14.04 to Unicorn and I used the startup disc creator with the .iso from ubuntu and when I boot from USB it says there is a missing file something about something 32. [01:22] I'm trying it [01:23] kat_: did you checksum the iso? [01:23] hi guys and girls [01:23] EriC^^ did I what? [01:24] kangar00: go to #ubuntu-offtopic [01:24] kat_: why dont you use the online upgrade from 14.04 to 14.10? [01:24] !md5sum | kat_ [01:24] kat_: 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 [01:24] kat_: ^^ yeah the upgrading is pretty reliable [01:27] EriC^^ I did the MD5 checksum with the first link you provided me and it all checks out [01:28] I'm wondering if it is possible to run a kernel for Debian (say, linux-image-3.2.0-4-rt-amd64) on Ubuntu [01:28] what's the exact error you're getting? [01:28] kat_: ^ [01:28] Is it as easy as just building it locally? [01:29] EriC^^ I don't know the exact error as it happens when I boot. Let me do this again and I'll write it down. [01:29] Nixus: nobody answers me on ubuntu-offtopic. can you give me a quick answer if multiple php-fpm pools use more ram (e.g. num-pools*ram-per-pool instead of 1*ram-per-pool) === LinuxMitch is now known as MitchSmith [01:31] I have no idea.. sorry [01:32] I have a beginner question of my own still waiting to be answered... [01:33] kangar00: It's actually each apache thread. Unless your PHP script is doing some outrageous iterations to huge arrays, the PHP scripts are usually short lived and apache gives the memory back to the system almost immediately [01:33] EriC^^ it says Missing parameter in configuration file keyword: path gfxboot.c32 not a com32 image [01:34] hello my laptop works great with hibernate but suspend fails every time. what is the best way to replace all the suspend operations with hibernate? [01:34] RedheadedCupcake: is it a 32 bit machine? [01:34] but with multiple pools I get several processes started. should I use ondemand instead of dynamic? [01:34] so then no procs are started unless a request is made [01:35] EriC^^ I don't know I went to "about this computer" and it says it's a 64 bit machine and I downloaded the 64 bit iso [01:35] RedheadedCupcake: ok, it seems to be a bug but there's an easy workaround http://ubuntuforums.org/showthread.php?t=2249701 [01:37] anyone know of a way for me to get help? [01:37] jeffrey_f: nevermind. i figured it out. seems ondemand works bc it starts no procs. but if a bunch of pools get requests i'd run out of RAM probbaly bc I only have 128MB. so ill stick to one pool === brent684 is now known as luser [01:37] !ask | Nixus [01:37] Nixus: 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:37] Nixus: did you try reconfig it in power options? [01:38] reconfig? you mean change the action? [01:38] Via /msg nickserv identify 1236 [01:39] Nixus: yes, kind of... :3 [01:39] ←← [01:39] TT [01:39] yes... [01:46] ah thats unfortunate...purged skype and re-installed the 32 bit version I think... still does nothing but intermittently freeze and unfreeze [01:48] so i have a secondary drive mounted in my ubuntu server in fstab. is there a way to make it visible on my home network? [01:48] Hi! I have a problem installing a package expecting some lib files to be installed, but for some reason the lib files are not being placed where the package claims they should be placed. The package in question is libstdc++6. === mEck0_ is now known as mEck0 [01:50] So in my install is been at creating ext4 file system blah blah for like 20 minutes and it's never done this before? [01:52] woozy: how big is the drive and did you choose to encrypt that drive? [01:53] anyone, how to add ssh-key automatically to ssh-agent ? [01:53] i think my gnome-keyring didn't work [01:53] The whole computer is 620gb but it's never taken this long before === wiky is now known as Wiky [01:53] and now, every i rebooted i must add my key manually to ssh-agent ._. [01:54] woozy: Disk activity? === Xerox_ is now known as luser [02:00] Should I shut down mid install? [02:04] Jeffrey_f: how do I look at that? Doesn't sound like anything is going on === kerosene is now known as swerve [02:18] hi guys. can anyone help with a problem I'm having with Linux [02:22] Hey guys my install isn't working [02:24] ask the question fully and hopefully someone can help [02:26] When I try to install Ubuntu it keeps getting stuck at creating ext4 file system === mEck0_ is now known as mEck0 [02:32] I have a dell inspiron 53have an ethernet cable0s and i just installed ubuntu on it but i cant seem to get ubuntu to recognized my wireless router. I have the wireless chip in and i DO NOT [02:32] Can anyone help me? [02:33] Hi, I'm back with yet another printing problem, CUPS seems to work because I can print from my Windows based systems to a printer on my Ubuntu system. Printing from OS X is not successful. The spooler says Stopped on server - Rendering completed [02:33] MannyLNJ: Do you think you can help with my problem? [02:33] Do i need some kind of libs for my wireless router [02:34] cromagi, I know very little when it comes to ubuntu and other *nix distros Sorry. [02:34] I cant connect to internet :'( [02:34] Google cant even help me [02:34] cromagi, This is standard off the shelf router? [02:35] Well the router itself is in my dads room [02:35] I just have a wireless adapter [02:35] I cant seem to get ubuntu to recognize it [02:36] cromagi, so the problem is not with the router but with the card? [02:36] I'm just a little cub learning linux. I created a samba for a secondary ntfs-3g drive currently mounted in my ubuntu server. Is it possible to set it up to where I can have windows users authenticate with a username/pw. upon authentication then have full access to the shared cifs? [02:36] Yes === mEck0_ is now known as mEck0 [02:37] And i just reinstalled windows just to see if it was my card but wifi was flawless on windows [02:37] what do i need to do to get it working on ubuntu?? [02:37] cromagi, ok first what card is it? [02:37] I dont even know [02:38] cromagi without knowing what card it is I can't help. [02:40] cromagi: A quicky, connect wired -> sudo apt-get update, sudo apt-get upgrade ; open "additional Drivers" and install the wireless driver . [02:41] hi. can anyone tell me how to set up a remote desktop on an ubuntu dedicated server? [02:41] vps sorry [02:42] will that all work without internet? [02:43] nickmane, http://www.makeuseof.com/tag/ubuntu-remote-desktop-builtin-vnc-compatible-dead-easy/ [02:43] ?J #LINUXPEOPLE [02:43] suprleg: do not write in all caps, it is against the rules. Next time you will be expelled. [02:43] cromagi: NO, why I say connect to a wired connection . [02:43] cromagi, no you need internet to do it [02:43] I dont have internet [02:43] cromagi, then how are you typing to us? [02:43] my laptop running ubuntu with wifi [02:44] cromagi, what kind of computer is the other one? [02:44] dell inspiron 530s [02:44] cromagi: By far the best thing is take that box to a wired connection .. else it gets real hairy to install a WIFI driver . [02:44] cromagi, did that have wifi built in? [02:44] can i use usb tehter with my phone? [02:44] MannyLNJ: right now i only have ssh access [02:45] My install keeps getting stuck at creating ext4 file system. Any suggestions? [02:46] will usb tethering work [02:46] cromagi, Depends on your phone... Also did you read http://ubuntuforums.org/showthread.php?t=1859527 [02:47] hi! when I visit the page http://time.is/ it tells me that my clock is 3.6 seconds behind. I try to refresh the system clock (as it's supposed to sync with a ntp) but it does not work. I have followed all the answers here : http://askubuntu.com/questions/254826/how-to-force-a-clock-update-using-ntp but it does not work [02:48] hi. can anyone tell me how to set up a remote desktop on an ubuntu vps with ssh access? [02:48] why is the clock so out of sync, even when using ntp? [02:48] nickmane, try this guide http://c-nergy.be/blog/?p=5305 it helped me setup remote desktop on a laptop that has a damaged lcd. [02:49] My install keeps getting stuck at creating ext4 file system. Any suggestions [02:49] nickmane, I'm just assuming that my situation was evquviliant to a virtual private server [02:49] woozy, are you using the automatic partitioning or are you going manual? [02:50] MannyLNJ: do i need special sources? "E: Unable to locate package xrdp" [02:50] nickmane, I don't think so. [02:50] I'm using partioning I did. Nothing crazy just /, swap, and /home [02:51] woozy: MBR or GPT partitions ? Maybe IF MBR there is that 4 primary partition limit, and one has to resize/remove partitions for ubuntu to install onto (???) . [02:52] MannyLNJ: can you pastebin your sources? [02:52] Bashing-om: I don't know what you mean. I just followed what people told me before and it's getting stuck [02:52] woozy, BTW following what Bashing-om said, Ubuntu does not care for primary or logical partions... unlike MS [02:52] nickmane, yes if you tell me how [02:53] MannyLNJ: cat /etc/apt/sources.list [02:53] woozy, are you dual (or multi) booting? [02:53] woozy: show the channel -> sudo fdisk -lu | pastebinit . so we know what we are working with . [02:53] MannyLNJ: nvm, it's working now. i needed to update/upgrade [02:53] No just straight installing Ubuntu [02:54] nickmane, glad to hear that because I was going to have to learn how to to specify a different name when I ssh [02:55] so I have a secondary ntfs-3g fstab mounted and I have it currently being used as a samba shared drive. if I just chmod 777 /file/location/of/drive am I good to go with full permissions on the home network? [02:56] what commands do i run again? [02:56] Ideally, I'd like users to authenticate with an account, either created in ubuntu or an existing account in windows. [02:56] And by users on my home network, I pretty much mean just me. [03:00] Still unable to print from OS X to the shared printer on a UBNTU system., This is the error message I think http://paste.linuxassist.net/view/d375a9f1 === emanuellevy__ is now known as MannyLNJ === danny is now known as Guest90858 [03:02] Hey sorry I got booted off [03:03] I'm still stuck at creating ext4 file system thing [03:04] Anyone? [03:04] hi [03:05] Hey could you help? [03:06] Has anyone else had problems resetting the root password? [03:06] jonalmeida: there is no root password. What are you trying to do? [03:06] jonalmeida: there is no root password [03:06] When I try to SSH to my box with root, the password doesn't work. [03:06] What? [03:06] jonalmeida: ssh by root should be disabled by default [03:06] jonalmeida: ssh as a user, then use sudo to access root [03:06] Can someone help me solve my install problem [03:07] woozy: just be a little patient. Constantly asking is not necessary [03:07] somsip: Yeah, that's what I do now, but if I had an authorized_key in my /root/.ssh/ I should be able to right? [03:08] jalmeida: no, root login is disabled by default [03:08] Sorry I've just been on here for awhile and have tried and bunch with no prevail. [03:08] I remember being able to do this before [03:08] Doesn't seem to work now [03:08] woozy: I've seen. So have most other people I imagine. By all means ask, but I'd suggest you make it less often [03:08] Maybe that was implemented by my VPS host? [03:09] jalmeida: are you running ubuntu, connecting to ubuntu, or both? === ubuntu is now known as Guest76785 === Guest76785 is now known as Creedal [03:10] somsip: I'm running Ubuntu and connecting to a remote Ubuntu box [03:10] jonalmeida: so how are you connecting? [03:11] ssh [03:11] jonalmeida: command line is...(remove sensitive info)? Is the server sshd_config set to allow root login? [03:12] somsip: Standard way: ssh root@[ip] [03:12] I'm actually not sure about the latter. [03:13] I've cycled down the box now to do a snapspot [03:13] jonalmeida: probably best to check it then [03:13] If I screw it up, I'll have a backup [03:13] Give me a few minutes === gerald is now known as Guest47666 [03:17] tey guy in this forum (http://www.programmingforums.org/post247908.html#post247908) uses #!/bin/gawk -f [03:17] I installed gawk - but it still complains about bad interpreter - I didnt even think gawk was a interpreter [03:18] oh well, i guess i'm stuck with the noveau driver for now since i can't get any of the nvidia drivers to work [03:21] where do i find "additional drivers" in ubuntu? [03:22] system settings->software [03:22] I'm having trouble finding a guide to show me how to connect to a printer on a ubuntu system from OS X [03:24] sup [03:30] somsip: You were right, it was the sshd_config :) [03:30] somsip: Needed to comment out PermitRootLogin without-password [03:30] Cheers! [03:31] jalmeida: np [03:32] jalmeida: but you do understand that's a very ugly and unsafe thing to do... [03:36] somsip: For sure, I just needed this temporarily while I do some updates [03:37] Getting shell access straight to root is faster [03:38] I am banging my head against the wall. I am having a problem printing to my ubuntu system from OS X can someone please assist me. I can't figure where to start troubleshooting [03:38] i installed a program where to i find it? [03:38] i mean the actual folder [03:39] LurkAshFlake: Which program? and how did you install it? === MrAristo__ is now known as MrAristo [03:39] jalmeida: ssh as user then sudo -i, but your server, your call [03:39] LurkAshFlake: Some applications are stored in /opt/ [03:39] cd ~ && wget -0 - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar │ [03:39] xzf - [03:40] LurkAshFlake: ~/.Dropbox and ~/.dropbox-dist from memory [03:40] somsip: That's lengthy when I have multiple shells :) [03:40] what does ~ mean [03:40] Yep somsip is right about the dir ^ [03:40] LurkAshFlake: Home directory [03:41] as in cd /home ? [03:42] cd /home/[your_login_name] [03:42] LurkAshFlake: as in 'cd' on its own [03:42] If you're not sure do echo $HOME [03:50] anyone here? [03:50] That can help me [03:50] cromagi: ask your question [03:51] okay when i go to additional drivers to select my wireless adapter, i click on it but it says this device is not working [03:51] cromagi: no idea myself. I know nothing about wireless so you'll have to see if someone else responds [03:52] ok hopefully they will [03:52] Will sudo apt-get upgrade [03:52] install device drivers? [03:52] cromagi, did you look at the post I made earlier? [03:52] yes i did [03:52] cromagi: it will upgrade any installed packages that need an upgrade [03:52] oh ok [03:53] How do i get my wireless adapter to work then [03:54] this is so annoying [03:54] cromagi, I'm sorry you are having wireless issues. I can emphasize because I am having printing issues [03:55] at least you can connect to internet [03:55] lol [03:55] cromagi, does lspci show anything? [03:55] yes [03:57] cromagi, what does it show? === johnnie is now known as funkymuppet === johnnie is now known as funkymuppet [04:12] I apt-get install wine, then an EULA appeared i didn't knew how to accept it so I left, now it won't install again or get remove it is lock [04:13] LurkAshFlake: apt-get install -f will help [04:14] My Ubuntu install keeps getting stuck at creating ext4 file system any ideas? Idk why it's doing ya [04:14] woozy, how large is the drive and what type? [04:15] woozy: try the minimalcd installer instead [04:15] My computer in total is around 640gb but it's never taken this long for some reason [04:15] maybe your constant reinstalling has finally worn it out :p [04:16] The partitions I have set up are 2 ext4s one is / @ 50gb and the other is /home @ 570ish gb [04:17] woozy: try the minimalcd installer instead [04:17] or just make your partitions and filesystems manually from the non-installer area of the install media [04:17] Then there is 12gb swap. Well I've only been reinstalling because it messed up [04:18] Where would I find the minimalcd installer and what's the difference? I made the partitions manually and it isn't working, but that's from Inside the installer [04:19] it's an entirely separate installer, AFAIK; so the same bugs would be unlikely [04:19] what messed up before the reinstall? [04:20] you can find it pretty simply by seeking it out === _X_C_V_B_ is now known as _B_V_C_X_ [04:23] I set my /home to be encrypted and it put /home on root and boot partition. Asked people how to move and they said simplest way would be to just reinstall [04:23] ah, so you were given bad advice [04:23] happens [04:24] encryption is rather nice these days [04:24] 'specially if your processor is not particularly old, and can absorb the overhead [04:24] So there was a simpler way... The only problem I was having was I didn't like the entering password every boot [04:25] why were you rebooting? [04:25] I thought there'd be an easier way that I could move /home but they said just reinstall and set up own partitions like that. Updates and such [04:26] Do you think the fact that my ext4s in total are over 600gb?just taking a long time maybe? [04:26] not unless you're doing it oddly/wrong [04:27] are you encrypting again? [04:27] encryption is not really necessary and makes things more difficult [04:27] reinstalling is frequently for tourists; not always, but frequently [04:27] reisio: encryption is a waste. Most closed source has backdoors the programmers were forced by the NSA to install or the keys. Open-source is safer. But you would cry the password like a sissy to the feds under pressure. [04:27] Ben64: what isn't not really necessary :) [04:27] Configuring ttf-mscorefonts-installer i have an eula to accept the graphic in my terminal are different it's written at the bottom, how do i acept it? [04:27] redruum: Ubuntu is open source [04:27] redruum: don't do the FUD here [04:28] No not encrypting this time [04:28] why would my laptop suddenly be running hot on ubuntu? [04:29] And I don't think I'm doing anything odd but then again I'm a bit of a noob [04:29] solved. [04:29] woozy: making filesystems should take a moment or two [04:29] Finetundra: because all laptops run hot [04:29] reisio, is there a way to at least lower it then? [04:31] Finetundra: improve drivers, decrease usage, increase ventilation/cooling, turn off [04:31] replace with more efficient model (will still get hot) [04:31] replace with "netbook" (portable wireless terminal) [04:31] or merely use as a netbook, regardless of form factor [04:32] reisio, why do you suggest a netbook? === mEck0_ is now known as mEck0 [04:34] Well something is definitely wrong than. I've left it go for awhile a couple times [04:36] I guess I'll just shut it off and leave it off for the night, then tomorrow try to install Ubuntu again, but I'll let it reformat and do everything it's way. === Guest17986 is now known as blindsight [04:38] woozy: You can beat the machine [04:38] Courttv: how so??? [04:38] You are smarter than the computer woozy === ubuntu is now known as Guest78970 [04:43] Well I'm trying. So there is definitely a way to make /home it's own separate partition after install? [04:43] woozy: much easier to do during, but yes [04:44] Well it isn't going to smoothly trying to do during install [04:44] whats the issue? [04:44] Ben64: getting stuck at creating ext4 file system thing [04:44] woozy: it usually default installs creating a home partition. [04:46] But does it make it completely separate from the root partition and others. From what I read if you make /home it's own partition when you update os or switch, it won't be affected. [04:47] hey, will a 2xCPU ubuntu box work if I have nginx, node.js and mongoDB all on the same cloud server? [04:47] woozy: it does not by default. separate /home is nice. does it fail at partitioning or...? [04:47] Well I'm just going to call it a night. [04:49] When I did the default install last time I encrypted my /home thinking it'd be a good idea and idk if it was separate or not. I came on here to get help on making it not encrypted and separate and they said just fresh install and make positions like this... [04:49] I followed and just got problems. [04:52] personally, I'd just backup my data and do a fresh install, this time not choosing the encryption option [04:52] My main goals are to a.) get Ubuntu working. B.) have a separate non-encrypted /home partition c.) restore the /home I have saved on external hard drive. I'll be back on in 7 or 8 hours of anyone is going to be on and could help [04:53] what problems did you run into [04:53] ? [04:53] woozy: You can't reinstall over an encrypted partition. You need to format it to remove the encryption. [04:53] probably too late for me woozy, but i'm sure someone will be here [04:53] anyone have experience using tilem [04:54] Xenos1: Using what [04:55] Courttv: I've tried formatting partitions when installing. I'm out for the night. [04:55] tilem2 graphing calculator emulator [04:56] blockdude is where its at [04:56] Xenos1: what is your actual question [04:56] Xenos1: no [04:57] How do i theme ubuntu and make it look exactly how i want it? [04:57] !theme | cromagi [04:57] cromagi: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freecode.com/tags/theme - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy [04:57] i meant the app bar and what not [04:58] How do i apply themes i install? [04:59] I think the stock app bar can be edited via the system settings menu === zz_saschpe is now known as saschpe [05:03] cromagi: or just use a different dock like docky, I know docky is a lot more customizable [05:03] whats docky and how to get it [05:03] Will it slow down my system [05:03] >> === Stu|[A] is now known as Stu| [05:04] docky is just a docking program, just an app bar that you can download from the ubuntu software center [05:05] !info docky | cromagi [05:05] cromagi: docky (source: docky): Elegant, powerful, clean dock. In component universe, is optional. Version 2.2.0-2 (utopic), package size 591 kB, installed size 3594 kB [05:05] I'm not sure on the consumption of cpu by docky but I can't imagine it is heavy [05:06] I want to be able to customize ubuntu to the max without resulting in a laggy system [05:06] How do i achieve that :) [05:06] Anything reccomended? [05:06] cromagi: install preload and bleachbit aswell [05:06] cromagi, more eyecandy = more system demand = slower system. your choice [05:07] I just want it to be attractive [05:07] lotuspsychje: how do i do that [05:08] cromagi: checkout deviantart for attractive desktop examples on ubuntu [05:08] cromagi: ha [05:08] cromagi: there are a lot of things you can do to customize it; different desktop environments, window managers, etc. [05:08] cromagi: sudo apt-get install preload [05:08] cromagi: same for bleachbit [05:08] what do they do? [05:09] cromagi: preload helps fasten up things, bleachbit cleans out your system [05:09] y do i need those [05:09] cromagi: you just told us you want a smooth system... [05:09] where do i get good eyecandy for ubuntu? [05:10] i want my ubuntu to look tasty lmao and nowt slow down my system but ill def. run preload [05:10] how do i run preload? [05:10] cromagi: for UNITY. Nowhere. [05:10] cromagi: instaed of asking questions, follow howto install first [05:10] What? [05:11] cromagi: do you read whats been suggested? [05:11] No [05:11] Where? [05:12] cromagi: scroll up.. [05:12] ok [05:13] Best flavor of ubuntu? :D [05:13] !flavors | cromagi [05:13] cromagi: !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu. [05:13] what do you consider the best? [05:14] cromagi: thats your choice mate, if you want lightweight or not? [05:14] I tried kubuntu and i didnt like it that much i couldnt run spotify etc... [05:14] I want running smooth [05:14] But i love the normal ubuntu [05:14] cromagi: its your choice. look at them or test them and get your own opinion. [05:14] I want something EXACTLY like this but a different environment [05:15] cromagi: that doesnt make any sense. if you want exactly this, then use this [05:15] Ugh nevermind [05:15] Aside from that how do i enable third party sources for ubuntu upgrade [05:15] !ppa | cromagi [05:15] cromagi: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [05:16] cromagi: I like Xubuntu. Just putting my input out there lol [05:17] cromagi: It works just fine with Spotify [05:18] is it a bad idea to go from 14.04 to 14.10 [05:18] cromagi: if you want light, then xubuntu or lubuntu is designed for lightness. The more flair you have with your system, the more bogged down your system will be [05:18] cromagi: that also depends what you want, LTS or not [05:19] im a dev [05:19] I'm still unhappy with XMir, it doesn't work at all with my GPU :/ [05:20] don't use it? [05:20] why doesnt lemme upgrade ubuntu -_- [05:20] NegativeFlare: its still in development [05:20] cromagi: do you want to upgrade every 6 months? [05:20] k1l_: But doesn't Utopic use it? [05:21] !xmir | NegativeFlare [05:21] NegativeFlare: XMir is an X server that runs on top of Mir. It permits applications that know how to speak the X protocol but don't know how to speak to Mir (ie, approximately all of them at present) to run in a Mir-based environment. (http://mjg59.dreamwidth.org/26254.html) [05:21] NegativeFlare: no. [05:21] I am definately going to upgrade to 15.04 in april [05:21] lotuspsychje: You don't need to do that. I already know about it. [05:21] Hii all [05:21] NegativeFlare: not until you run the mir testing iso [05:21] i upgraded my system from 12.04 to 14.04 [05:21] k1l_: Alright man, thanks. I was under the impression that Utopic was using it. [05:22] now as i restart it no screen appears only a screen with ubuntu comes [05:22] i did alt + cntl + F1 [05:22] Third party sources disabled [05:22] Some third party entries in your sources.list were disabled. You can re-enable them after the upgrade with the 'software-properties' tool or your package manager. [05:22] when i try to upgrade i get that ^^ [05:22] RahulAN: did you try grub recoverymode? [05:22] cromagi: that is all fine [05:23] lotuspsychje, yes i tried [05:23] cromagi: enable them afterwards again [05:23] how tho [05:23] RahulAN: no luck to boot? [05:23] and also my networl manager stopped [05:23] cromagi: see system settings, updates and software [05:23] RahulAN: maybe try 'fix broken packages' option from recoverymode [05:23] lotuspsychje, i am getting terminal after alt + cntl + F1 [05:24] what changes to we expect to see in ubuntu 15.04? [05:24] lotuspsychje, ok [05:24] cromagi: join #ubuntu+1 for that [05:25] cromagi: more recent Debian unstable snapshots of software, mostly, I'd wager [05:25] how did i get pulled into the courttv channel -_- [05:25] ikr [05:29] If you really know your bash, is the command line a more efficient way for file operations? [05:29] Has anyone here considered defecting to ArchLinux? If so, why didn't you? I am considering it. [05:29] MarkusDB1: yup [05:29] MarkusDB1: also if you only barely know it [05:30] looking up how to do something in bash even if you know not at all how to do it already can easily save you several thousand million hours of time [05:31] i don't know if this is really related but i'm using an ssh to log into a school computer what are they using exactly [05:31] MarkusDB1: I can second that, just this xmas I got a book on the linux command line, and it has already made me more efficient than any GUI couuld [05:31] because the locate command doesn't work [05:31] Xenos1: uname -a [05:32] Xenos1: which find [05:32] reisio, ? [05:32] Xenos1: commands [05:32] locate [05:32] Xenos1: find / -type f -iname '*file*name*' [05:33] reisio: thanks guys, I'm trying to convince more mac guys to learn the command line and need arguments =) [05:33] the 'locate' database is usually generated from 'find' anyways [05:33] it's just a database, that is generated beforehand (if it was, anyways), making it faster for enduring files (and useless/misleading/annoying for dynamic ones) [05:33] MarkusDB1: free cardigans [05:33] reisio, thanks [05:34] Xenos1: there is a command called updatedb that has to be run to generate the locate database. It is usually set to run daily in cron, but you may have to initialize it using updatedb if you want to use locate right after installing it [05:34] MarkusDB1: maybe this'll help: http://www.secretgeometry.com/apps/cathode/ [05:34] spending money always enables Mac OS users [05:34] lol [05:35] Hi ..I have wordpress website and all the files are owned by www-data user. If upload file from a user in /var/www/html/site1 the file ownership is owned by that user not from www-data [05:36] MarkusDB1: there are subtle differences between the Mac and Linux versions of bash, FYI [05:36] can sone help me ?? [05:36] ash547: chown www-data path/to/file [05:36] ash547: maybe the #wordpress guys can also guide you [05:36] MarkusDB1: for example, it the latest release of OSX, the alias commands behave differently [05:36] reisio, how would I use that to find a directory [05:36] zerowaitstate: yeah I've noticed that. Also the macs lack of a package manager is very bad. Homebrew is there, but always seem to play catch up with apple breaking stuff in each relase of mac os x. [05:37] ash547: chmod g+s -R /var/www/wordpress/wp-content/uploads [05:37] ash547: then anything created or copied to that dir or sub-dirs will have www-data as the group owner, so it will be readable by wordpress [05:38] nvm [05:38] Xenos1: use -type d [05:39] Has anyone here considered defecting to ArchLinux? If so, why didn't you? I am considering it. [05:40] ChronicChops: stay ontopic mate [05:41] ChronicChops: alternatively, take that question to #ubuntu-offtopic, but probably better in an Arch channel === swerve is now known as OldTom [05:58] I have a toshiba satellite laptop witha an intel core 2, its better to install it ubuntu 32 or 64 bits? === MrAristo__ is now known as MrAristo [06:03] elmalafacha: Go to your system settings/ system info and find out which one applies to you [06:03] elmalafacha: what CPU exactly? How much RAM? [06:03] You don't want to be putting a square block in a round hole [06:06] intel core 2 CPU T5300 @1.73GHz [06:06] lotuspsychje, it is taking a lot time [06:06] elmalafacha: and the answer to my other question? [06:08] I put lscpu, which info you need? [06:08] elmalafacha: How much RAM... [06:09] wait is too slow [06:11] how can i see that? [06:11] elmalafacha: someone in whatever OS you've got installed now [06:12] *somewhere... [06:12] im sorry whats a OS? [06:12] elmalafacha: do you have windows installed now? [06:12] I did this: sudo dmidecode --type memory [06:12] no, i have ubuntu 14.10 [06:12] but too slow [06:12] elmalafacha: free -mh [06:13] total 983M [06:13] thats the one? [06:13] elmalafacha: so 1GB, use 32 bit [06:14] ok [06:14] thanks a lot [06:14] elmalafacha: always install the amd64 version if your cpu supports 64bit, there is no reason to install the 32bit version if your hardware supports 64bit [06:14] ok [06:14] iceroot: you'd still recommend 64bit with only 1GB RAM? [06:14] somsip: of course [06:14] uh? [06:15] but in installed already and is toooooo slow [06:15] somsip: what if he upgrades the ram to more? why not using amd64 if the cpu supports it? [06:15] elmalafacha: amd64 is not the reason why it is slow [06:15] mm ok, so what can i do? [06:16] iceroot: fair enough, but I ahve always recommended 32bit for <2GB RAM and advised to use caution for <4GB. Maybe I should read more [06:16] elmalafacha: i guess you are using normal ubuntu (with unity), there 1GB ram is not that much, that may be a reason why it is slow [06:16] somsip: https://cl4ssic4l.wordpress.com/2011/05/24/linus-torvalds-about-pae/ everything with 1gb and more will have a benefit of amd64 [06:16] somsip: you do relize that 32 bit runs out of address space in as little as 2GB (signed 32bit number) [06:17] I installed gnome-ubuntu [06:17] iceroot: this is not pae though, eg: http://howtoubuntu.org/how-to-decide-if-you-should-use-32bit-or-64bit-ubuntu "64 bit - Decreased performance on low-RAM machines." [06:17] somsip: read the part of the article about the virtual address space [06:17] somsip: not related to pae [06:17] jamesd_: yes, it's not RAM access that is the issue here, it's whether 64bit runs slower with low RAM machines, which is what I've always understoof [06:18] somsip: why should amd64 be slower? [06:18] iceroot: fair enough - I have learnt [06:18] iceroot: no idea - jsut soemthing I've tended to see in advice on here and have read in more than one place. But happy to take Linus's word on the matter :) [06:18] somsip: and have in mind, if you have 1gb ram and a vga with 1gb and you are also swapping with 2 gb, you have 4GB, everything handled from the address space [06:19] do you think that goes better if i install a seap memory? [06:19] swap memory === Stu| is now known as Stu|[A] [06:19] iceroot: there is nothing that suggest OP is in that position, but I understand what you're getting at [06:19] elmalafacha: the default installation should have swap [06:19] elmalafacha: if you dont have a swap partition, you should create one [06:20] elmalafacha: http://www.linuxatemyram.com/ and this is good to know. [06:20] somsip: i run 64bit mode in 128MB VM's ... no penalty... [06:21] jamesd_: it seems like I've made assumptions based on what I've seen here before and read elsewhere. I need to do some better research before making a blanket recommendation like I did earlier. Simple as that [06:22] somsip: everything fine [06:22] <`hypermist`> I have an issue with a game on ubuntu 14.04 [06:23] iceroot: sure - no argument - I just like to understand why I'm wrong when someone gives a differing view. Stuff to read now :-) === hodlr is now known as kodumulo [06:23] somsip: it might of been true in the early days of 64bit... on really small machines, the binaries were 1-2% bigger and when you had a 1GB harddrive was considered big it made a difference, these days, hard drives are huge in comparison and 64bit cpus are more efficeint and faster. [06:24] jamesd_: still, I was coming at it from a point of view of low RAM, not low HD. Just reaidng through sources of info now. EOT for me :) [06:24] somsip: the issues in the past where mainly with closed source stuff which was only build for 32bit (flash for example) it was difficult to get it working in a 64bit driver. the same for drivers which are nit available in 64bit because of the closed source it was not possible to build them for 64bit but these times are over [06:24] ok, ill check it out, thaks a lot to every one [06:25] somsip: but flash is of course always an issue and should be avoided if possible :) (but not for the amd64 reason) [06:25] iceroot: ok, back off EOT for me. It's this sort of thing that was informing me. This is not old and is well upvoted http://askubuntu.com/questions/7034/what-are-the-differences-between-32-bit-and-64-bit-and-which-should-i-choose [06:26] iceroot: but on that, the pros/cons of his conclusion seem to be questioned === Paul-shen is now known as Paul-kkk [06:28] iceroot: and actually it's older than I thought - 2010. I was looking at comment dates of 2014 and thinking it was more current. === doh is now known as Guest35129 [06:33] Hi, i got a router which has a failback feature when doing dual wan. what exactly does this mean? [06:33] azjo: what make is your router? === nivlac_836 is now known as heim [06:33] asus [06:33] ac68u [06:33] azjo: ask asus then. [06:33] manual has nothing on it and google isnt exactly helpful [06:34] azjo: this is the ubuntu support channel, so you're asking in the wrong place [06:34] most alive chan at this time of the day, so i was trying out my luck ;p [06:35] some info http://www.dd-wrt.com/wiki/index.php/Dual_WAN_with_failover [06:35] azjo: please don't [06:57] how to fix seahorse when using mate? my seahorse seems not working [07:00] hello,i know a session is a set of applications,but who manage them?,anyone can help me ? === zz_CyberJacob is now known as CyberJacob [07:16] <`hypermist`> I can't play my garrys mod on ubuntu for some reason [07:17] <`hypermist`> It won't download the maps when ingame. [07:17] <`hypermist`> and then when i try run dev branch the game fully crashes [07:17] `hypermist`: dev is often buggy. use a stable version [07:18] `hypermist`: that's 'any dev branch is often buggy' not aimed that this particular game [07:19] <`hypermist`> somsip, stable doesn't even work [07:19] <`hypermist`> Maps wont download for certain servers. [07:19] `hypermist`: contact the game maintainer, or raise an issue with them [07:19] <`hypermist`> I feel like there is something in my ubuntu, stopping connects [07:21] `hypermist`: yeah, but you struggled for hours and hours yesterday with your video card and I don [07:22] 't have the knowledge of that game to walk you through it all [07:22] <`hypermist`> in the end my gpu is working cause the youtube vdieos don't lag [07:23] <`hypermist`> anyway to know if its firewall somsip ? [07:23] `hypermist`: turn it off. [07:24] <`hypermist`> Since im a linux noobie where do i do that [07:24] `hypermist`: you must help yourself. This is why I ignored you yesterday after starting to help you and left it to others to give you advice. I expect a certain standard of self-reliance in the people I help. Sorry, but I don't have time to spoon feed you. I don't mean to be rude, I'm just busy [07:25] <`hypermist`> Okay. sorry. and its fine [07:25] !ufw | `hypermist` [07:25] `hypermist`: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo === cyrn2 is now known as cyrn [07:26] <`hypermist`> its a firewall issue haha [07:26] `hypermist`: good - so you found it yourself :) [07:35] Wine tutorial === Guest4212 is now known as Damier === Damier is now known as Guest39108 [07:55] how to prevent apache2 from starting when rebooting system? [08:03] hi, need help with fixing the "endless-blank-paper" problem using CUPS as printserver, anyone knows something about that? [08:08] can anyone help me with wireless connection in ubuntu? [08:09] maybe, try to explain your prob [08:10] my signal srenth is low and websites take a long time to fully load [08:10] strength [08:17] type iwconfig and post wlan part please [08:20] hello [08:22] ablest1980 post it using http://paste.ubuntu.com/ === danny is now known as Guest8425 [08:23] im using amd a8 5600k processer ..and i tried ubuntu and linux mint but its not working for i dont know why .....so if anyone know about it plz help me === Guest16441 is now known as SuBmUnDo === SuBmUnDo is now known as Guest74104 === CyberJacob is now known as zz_CyberJacob [08:34] <`hypermist`> my firewall wont stay disabled [08:34] <`hypermist`> it keeps re-enabling itself [08:35] <`hypermist`> Mabye not [08:36] How do i upload file with ownership of www-data from another user in ubuntu 14.04 [08:36] ? [08:36] Drone': is that a ubuntu comunity? [08:41] bob_: hi bob , how can i get help from this irc chanell? [08:42] ash547: we did this already. Did you see the replies? [08:42] chintito: do you have an ubuntu question? [08:44] somsip: i am using ubuntu 14.04, but i am runing this os on a hdd with 42 bad sector, how can i avoid this bad sectors? [08:45] !info badblocks | chintito [08:46] chintito: Package badblocks does not exist in utopic [08:46] !find badblocks | chintito [08:46] chintito: File badblocks found in bash-completion, e2fsprogs, e2fsprogs-dbg, fish, ketm-data, manpages-es-extra, manpages-fr-extra, manpages-ja, manpages-pl, manpages-tr (and 2 others) http://packages.ubuntu.com/search?searchon=contents&keywords=badblocks&mode=&suite=utopic&arch=any [08:47] chintito: so this is a rough guide that you should do further research from until you are happy with the process http://tech.chandrahasa.com/2013/06/09/how-to-check-your-hard-disk-for-bad-blocks-in-ubuntu/ [09:00] somsip: after going through that process, would that bad sector permantly be unusable? [09:17] Bird2: how can someone expert in command line? === HerpTheDerpyWhal is now known as UKn0Me [09:35] hi guys pls help me on connecting serial port communication in ubuntu [09:37] ame: hi install minicom , sudo apt-get install minicom [09:37] ame: find out what devicename your serialport has, if its usb its usually /dev/ttyUSB [09:37] tomodachi:i have done that but i want to communicate through the PIC board [09:37] tomodachi:its ttyusb0 [09:38] Ubuntu don't let me 'burn' a non-Ubuntu-.ISO file (using usb-creator-gtk), occurs an error 'isoinfo: Unable to find Joliet SVD'. [09:38] ame: dont know then really [09:38] oh [09:39] ame: perhaps if you have a concrete problem that you can describe someone can help you out [09:39] plankton: you mean create an usb bootable right? [09:39] tomodachi, yep [09:40] tomodachi, I already use unetboot in, and that workaround copying .c32 on pendrive, but don't work. [09:40] plankton: your tool might be broken for some reason, you can create the usb from the terminal using dd [09:42] tomodachi, dd if of bs... I tryed too. Show boot error... did I miss some boot flag on it? [09:43] Tryed using a .img too. [09:44] tomodachi, I'll work on it some more time. Thanks. [09:44] plankton: no that is not needed , can you type the exact syntax you used with dd? [09:44] Hello [09:45] sudo dd if=/home/plankton/Downloads/generic-pc-1.8.1.img of=/dev/sdb1 bs=1M [09:45] plankton: it should be sdb [09:45] I'm using iptables to allow access to only one IP. Here is my iptables config: http://codepad.org/R6mxYvZ9 [09:45] not sdb1 [09:46] amberj: allow icmp [09:46] But when I try to wget 192.241.185.65, I get "Connection timed out". [09:47] tomodachi, If I add ICMP rules (http://codepad.org/QH61SGat), then ping works... but wget still does not works [09:47] \ [09:47] amberj: yes my concern was general regarding the fact that you didnt allow ICMP ,which you should [09:48] ok, I will add icmp rules...but any idea why wget isnt working? [09:48] I *cant* even see the iptables logs in /var/log/syslog or /var/log/kern.log [09:49] maybe you should use something like ufw or gufw to configure your weird firewall [09:51] amberj: wouldnt you need to configure both machines both of the input and output chain? [09:52] tomodachi, err sorry, but I dont get what you are saying (?) === pvoigt_ is now known as pvoigt [09:53] amberj: that you need an output rule for for port 80 communication in both directions [09:53] for both ip adresses [09:53] and the same for input [09:55] amberj: wich ip is the client and wich is the server? [10:15] Hi there, is it possible that "sudo reboot" breaks the system? [10:16] Suddenly my internet is working really slowly [10:16] Hello [10:16] O_OniGiri: improbable , considering the amount of people using reboot a bug like that would be discovered and fixed fairly quickly [10:16] tomodachi:do you know what could cause the instability that I am facing? [10:17] Which version of ubuntu or other linux could you recommend me for an old pc; i need only remote desktop access and running teamviewer on it [10:17] O_OniGiri: what is the problem, you say slow internet, "break system" could you be more specific? [10:17] Borys: lubuntu or xubuntu are the lightest, but i'd suggest using something better than teamviewer [10:17] tomodachi:Yeah, I mean somehow my internet stays slow now... [10:17] Borys: personally i never got teamviewer working in a modern ubuntu, so i guess a 32bit old one (check what version team viewer supports) [10:18] tomodachi:that's what I call "break system" [10:18] omg, I mean teamspeak, non teamviewer [10:18] and vino-server as rdp [10:18] O_OniGiri: break system can be many things, crashing, disk corruption, constant reboots etc [10:18] O_OniGiri: is it lookups over dns, or speed of downloads that is slow? [10:18] O_OniGiri: is it equally slow from another comp on the same network [10:19] tomodachi:ok... never mind "break system", but what could cause the slow internet suddenly? [10:19] i thought teamspeak was proprietary? [10:19] it's possible to clear my exist instalation and fresh install xubuntu? [10:19] tomodachi:takes forever to load a page [10:19] Ben64: yes, but I need pulseaudio too, so i can only get xubuntu? [10:20] Borys: xubuntu lubuntu ubuntu whatever you like the most really [10:20] Ben64:but isn't ubuntu a bit heavy for old computers? [10:20] Ben64:I am no expert at all... just wondering [10:21] Hmm... `init-checkconf foo.conf` is telling me there's a syntax error, but no line number :\ http://lpaste.net/119297 [10:21] O_OniGiri: quite possibly [10:21] Can I purge system and fresh install xubuntu via ssh on 14.04 ? [10:21] Ben64: lubuntu was nice for me [10:21] or better burn a cd? [10:21] Borys: need to install from a cd/dvd/usb [10:21] athan: do you have working pulseaudio? [10:21] tomodachi:Thanks for your effort, but I gotta study again :P Bye guys [10:22] Borys: fresh installs are usually better [10:22] yep [10:22] s/better/easier [10:22] out of the box ? [10:22] yep! [10:22] 14.04 or 14.10 ? [10:22] awesome :d [10:22] JACK can be a bit painful to set up [10:22] last I remember 14.04 [10:22] but I may be wrong :\ [10:22] use a usb! [10:22] and `unetbootin`! === `hypermist` is now known as pcupgrades === pcupgrades is now known as `hypermist` === zz_saschpe is now known as saschpe === konrad is now known as Guest75748 [10:50] hi every one ....................... ! === mEck0_ is now known as mEck0 [11:12] #ubuntu-uk === guest34834783 is now known as rxq [11:15] hi [11:16] what is the preferred way of running a task as a particular user after bootup , after run-level 2 reached? [11:18] hroi: there are several ways, @reboot in crontab could be one [11:18] hateball, ohh... I didnt know crontab could do one off runs on start [11:18] great! [11:25] Hello, I have a quesition. How to customize Ubuntu installer ( Ubiquity? ). I just want to add my custom steps, gather information and pass to scripts which will do some stuff. [11:31] hello! I install kingston Office using some guides on google [11:31] but now all my windows looks like ..windows 95 [11:31] it's horrible, how do I stop this? [11:34] anyone have experience with cdde? Im trying to autolaunch vlc using a cli command when a dvd is inserted. I seem to be able to get a command to run and i know this cli code works for vlc, but when i try the combination, i get an error about the cdrom. Here is the entry and log response: http://pastie.org/private/ww8d13ujgogbzwwcxo8lqa [11:37] is there a way I could check what the installed version of the GSL library is on my system? [11:38] !info gsl-bin | azi`_ [11:38] azi`_: gsl-bin (source: gsl): GNU Scientific Library (GSL) -- binary package. In component universe, is optional. Version 1.16+dfsg-2 (utopic), package size 10 kB, installed size 80 kB [11:38] andreas_: you could show the links to "some guides" so people can read what you may have done === azi`_ is now known as azi` [11:39] bazhang: should gsl-bin be a command? [11:39] http://www.noobslab.com/2013/05/microsoft-office-alternative-kingsoft.html and http://www.sysads.co.uk/2014/08/install-kingsoft-office-linux-ubuntu-14-04/ used both as the second didnt work === Yukinotteru is now known as Dhs92 [11:40] azi`, what are you trying to accomplish [11:40] andreas_, libreoffice / openoffice [11:40] bazhang: I have two servers, when I run a program on one all is well on the other it segfaults (apparently in a GSL function) [11:40] bazhang: i'd like to check GSL versions on these two systems [11:41] cfhowlett, I needed it to view an excel document [11:41] bazhang: I do not have root access to them btw [11:44] Anyone got a suggestion for something that is better than gnome/mate-screenshot? something more like the snipping tool that actually lets you preview what you took a screenshot of? [11:45] azi`: "apt-cache policy libgsl0ldbl" should tell you what version is installed. Seems like an odd problem, though [11:47] mcphail: indeed, the problem only occurs when I compile the program with optimization flags and not on all gsl versions :S [11:47] stevenm: i am using shutter for screenshots - its not really "light" but offers some nice functions [11:48] fidel__, yeah I just found that one - is it sluggish? [11:48] not really [11:48] !info kazam [11:48] kazam (source: kazam): screencast and screenshot application created with design in mind. In component universe, is optional. Version 1.4.5-1 (utopic), package size 733 kB, installed size 2052 kB [11:49] try kazam [11:49] i do like how you can do little arrows and circles with it though - i *think* the snipping tool can do that... the rest of the office I work in is windows [11:49] azi`: are you compiling fresh on each machine or compiling on one and copying the binary to the other? [11:49] mcphail: fresh [11:49] mcphail: and it works well on all machines, except when i do -O2 it breaks on the latest GSL version [11:49] azi`: very odd, then. One for gdb's superpowers, I suspect [11:50] mcphail: yes gdb actually tells it breaks in a GSL function, now I am figuring out how to get a gsl lib with debug support [11:50] azi`: there are debug libs in the repos [11:50] bazhang, hmm that does videos too? would it eliminate the need for gtk-recordmydesktop ? [11:51] mcphail: hm... [11:52] !info libgsl0-dbg [11:52] libgsl0-dbg (source: gsl): GNU Scientific Library (GSL) -- debug symbols package. In component main, is extra. Version 1.16+dfsg-2 (utopic), package size 1358 kB, installed size 5925 kB [11:52] mcphail: should it be enough if I simply install this? [11:52] yes [11:53] azi`: as long as you're using the version of the library in the repository and haven't hand-rolled your own [11:53] stevenm, yes, screencasts as well [11:53] mcphail: no though I am wondering how to force compilation on a locally built lib (just to see if the latest official release by GSL causes trouble as well) [11:55] bazhang, doesn't seem to work right in my test VM - when picking to screenshot a window or area the whole screen goes grey ... doesn't seem to have a lot of functionality either - will it let you preview what you took a screenshot of? will it let you draw on it after? [11:56] azi`: now _that's_ a bit trickier. I resort to Google any time I have to do that sort of thing. The method never sticks in my brain [11:56] bazhang, nvm doesn't seem to do any of that [11:56] stevenm, how much ram did you give that vm [11:56] looks like It'll have to be shutter [11:56] bazhang, a gig [11:56] ok [11:57] mcphail: i think i got it.. the problem now is, where to report this thing to? at this point I am not even sure wheter its caused by a bug in my code or not [11:59] azi`: If it is a bug in upstream, report it upstream. If upstream is fixed, ask the Ubuhntu maintainer to bugfix (but that probably won't come on line until the next Ubuntu release) === Guest65322 is now known as mars31 [11:59] azi`: even posting a backtrace to upstream will probably help to narrow things down [12:01] azi`: of course, it might all boil down to a bug in GCC but compiling with "-O2" isn't supposed to break anything. "-O3" is supposed to be the dangerous one [12:02] where are the user's cron's saved? [12:03] mcphail: this is the program in question, in case you're interested to test http://ideone.com/aKnNwo [12:04] expl: /var/spool/cron/crontabs/ === ComradeH1z` is now known as ComradeHaz` [12:05] why don't I get a new email notification until I actually open Evolution ? [12:06] mcphail: thank you [12:06] Hello, I have a quesition. How to customize Ubuntu installer ( Ubiquity? ). I just want to add my custom steps, gather information and pass to scripts which will do some stuff. [12:06] azi`: I'm on a wndows machine just now but will have a look at that this evening [12:06] mcphail: thanks for your time [12:06] hey, efnet down? [12:07] r0b0r, no it is on [12:07] ok [12:08] mebs the server i was using is fubar. it connects but theres no chans [12:09] Hi can anyone help me i am having booting problems [12:09] step 1. tie laces [12:10] !behelpful | r0b0r, [12:10] r0b0r,: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes. [12:10] sorry [12:10] i have edubuntu 7.0.4 and I have installed windows 7 on the same machine and now i can't boot both OS's [12:11] what do you land with on boot there user_? [12:11] like, where does it die and what does it say [12:11] i am familiar with windows but not with linux [12:12] user_, edubuntu 7.04 is WAY past end-of-life and is not supported here or anywhere else. For assistance: upgrade to a supported version [12:12] thats cool, just wondering where it dies [12:12] hey, running antiquated *nix is part of the game, is it not? [12:13] no [12:13] r0b0r, still not supported. [12:13] it hasn't been supported for over 6 years [12:13] cfhowlett, Can you help me with Ubuntu Evolution new email notification when the app is closed ? [12:14] well, ok, but some tips on grub or something would be in the spirit [12:14] tip - install a supported version of ubuntu === yesudeep is now known as d9f0ded8d0362950 [12:14] MrN00Bs, I saw that ... didn't respond because I don't know. Guess: no alert if the evolution service isn't running [12:15] cfhowlett, evolution-indicator is installed [12:15] r0b0r, not supported = not supported [12:15] do I need to install mail-evolution-notification ? [12:15] so, what is supported. 11+? [12:15] MrN00Bs, right. I have it too. let me look at something [12:15] r0b0r: supported versions are in the topic [12:16] thanks Ben64 [12:16] cfhowlett, mail-notification-evolution is required I guess [12:16] what about the antiques? [12:16] are there any tor nodes that aren't publicly listed as tor nodes? [12:16] cfhowlett, sudo aptitude search mail-notification-evolution [12:16] if it shows it is installed [12:17] expl you answered your own question [12:17] r0b0r: not supported, as you've been told already [12:17] r0b0r: no i didn't [12:17] MrN00Bs, must be it. I've got evolution but not that app [12:17] tor node doesn't imply public listing, it implies the physical ability to be a tor node [12:18] !behelpful | r0b0r or shutup [12:18] r0b0r or shutup: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes. [12:18] expl: the attitude is not necessary, and tor is not on topic here [12:18] expl: this isn't a topic for this channel [12:18] MrN00Bs, mildly surprised that it's not included with evol. but ... [12:18] cfhowlett, do you get the new email notifications ? [12:19] cfhowlett, or do get notifications only when you open it ? [12:19] MrN00Bs, I do not until I start the evolution program ... same as you, right? [12:19] http://paste.ubuntu.com/9897190/ anyone seen this before?! [12:20] cfhowlett, yep now install mail-notification-evolution and close the app after sending an email to yourself [12:20] lol [12:20] sorry guys. i did not mean to be rude. [12:20] where would one find some chat with antiquated systems such as 10? [12:20] MrN00Bs, good to know. and good detective work there, lou! [12:21] r0b0r, #ubuntu-offtopic maybe [12:21] r0b0r: again, not supported, you're not going to find any support [12:21] cfhowlett, I am always helping and kind but girls never understand me [12:21] MrN00Bs, !!! TMI !!! [12:21] i'm not after any support currently I was just curious. [12:21] cfhowlett, what is TMI ? [12:21] MrN00Bs, Too Much (personal) Information [12:22] cfhowlett, don't install it, it has to do with server [12:22] do not install [12:23] MrN00Bs,right [12:23] cfhowlett, apt-get purge mail-notification-evolution [12:23] apt-get autoremove [12:24] MrN00Bs, right, I installed nothing ... just mirroring on my system in response to your initial query [12:24] cfhowlett, ok [12:24] I fixed it [12:24] my /tmp was missing [12:25] athan: hi again [12:26] im dont ask before coz battery discharged, so again.. [12:26] im installing lubuntu 14.10 atm [12:27] so all I need is install puvcontrol or smth to get working pulseaudio? === zz_saschpe is now known as saschpe [12:30] Borys: Hey, yeah it should work out-of-the-box [12:30] hi somebody told me to run sudo su to get root [12:30] sudo su [12:30] expl: not correct [12:30] !root | expl [12:30] expl: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [12:31] sorry wrong window [12:31] what do you mean [12:31] what are you trying to do? [12:31] expl, if you don't know how to get root, you're probably better off not using root. learn more, root less [12:31] i want to see the /root dir [12:31] i'm learning linux [12:32] sudo ls /root [12:32] How can i be root when Ubuntu starts? [12:32] you don't [12:32] What don't? [12:32] expl, bad idea. BAD idea. [12:32] javi404, :D [12:32] YamakasY: hey man, long time no see, how's it hanging? [12:33] javi404, indeed, dunno, need to unzip pants for that [12:33] javi404, you ? [12:33] YamakasY, stop now. [12:33] YamakasY: i usually sleep naked. [12:33] !guidelines [12:33] The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [12:33] YamakasY: javi404: not here, go make your own channel [12:33] Ben64: wtf, is your problem? [12:33] huh ? [12:33] this is a support channel only [12:33] holy crap [12:34] can´t we say hello ? [12:34] Ben64: im supporting YamakasY [12:34] I need add PPA for VIVID package, how? [12:34] expl, in Unix world it is typical to use a non-root account for the majority of operations. This is different than in Windows where many users are accustomed to using admin acounts 100% of the time. [12:34] YamakasY: apparently saying hello is not allowed here? [12:34] javi404, dunno [12:35] javi404, but Ubuntu running now as you want ? [12:35] $ sudo suu [12:35] [sudo] password for jason: [12:35] sudo: suu: command not found [12:35] YamakasY: so i need to upgrade my raspi [12:35] you've said hello now, keep on topic [12:35] Please help Root not working [12:35] cfhowlett, this channel works 24x7 [12:35] javi404, which version ? [12:35] shit, i have to check, gimme a min [12:35] raspberry pi is NOT on topic here [12:35] MrN00Bs, ? you mean #ubuntu?? [12:35] yep [12:35] it is so amazing [12:35] expl, I don't believe 'suu' is a command [12:35] we are sharing 24x7 [12:35] Ben64, Ubunto on rasperry [12:35] Ben64: it's running ubuntu. [12:35] not on topic here [12:36] Ben64, since when ? [12:36] ubuntu is not a topic here? [12:36] wth [12:36] MrN00Bs, yes, ubuntu is global and 24x7. enjoy the magic [12:36] and raspberry pi is incapable of running ubuntu [12:36] Ben64: are you high? [12:36] !ops [12:36] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [12:36] Ben64, no it isn´t [12:36] expl: root account is not used on ubuntu. just preface sudo for the program that needs root permissions [12:36] Ben64: im running ubuntu on my pi [12:36] javi404: stop it. ask your technical ubuntu question if you got one. [12:36] !ops Ben seems to have a problem with ? [12:36] YamakasY: I am only a bot, please don't think I'm intelligent :) [12:36] you want proof? [12:36] fine, go to #ubuntu-arm for support then [12:37] Hello all [12:37] $ sudo ubuntu [12:37] sudo: ubuntu: command not found [12:37] Root not working, Please help [12:37] Ben64, are you some troll ? [12:37] wow, you guys are not nie in here [12:37] javi404: there is no ubuntu on raspberry pi, since the chip is too old [12:37] helo. i'm french [12:37] *nice [12:37] try putting a dash in betweed sudo and ubuntu? [12:37] expl, try sudo ls [12:37] sudo-ubuntu [12:37] expl: what do you want? [12:37] expl, you are using the wrong command. using wrong commands in root WILL break your system. learn more, root later. [12:38] expl: are you messing with us? you have the same IP as a regular helper here [12:38] !fr | lea_, [12:38] lea_,: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [12:38] javi404, get a bouncer [12:38] $ ls [12:38] bash fgrep nano setfacl [12:38] bunzip2 findmnt nc setfont [12:38] busybox fuser nc.openbsd setupcon [12:38] bzcat fusermount netcat sh [12:38] bzcmp getfacl netstat sh.distrib [12:38] to login to root ... sudo su ... [12:38] marc__: no [12:38] expl, use pastebin.com! [12:38] dont sudo su! [12:39] why ? [12:39] k1l, heh why ? [12:39] k1l [12:39] because it messes with the env setup. use sudo -i if you really need a root shell [12:39] nice [12:39] (which you pretty much never need) [12:40] k1l, depends on what you do [12:40] but for 99% of the ubuntu users, "i need root" is just because they follow a wrong howto made by guys not using ubuntu. most times it not needed. [12:40] cfhowlett, I have a MBP from Mid-2010 I am thinking about wiping it and installing Ubuntu, what do you think ? [12:40] ben64 , sorry, just waking up and reading back a little thought someone was trying to find out hhow to get root on ubuntu [12:41] k1l, wrong, if you need root rights you need to sudo [12:41] MrN00Bs: MBP is it a 15" inch one with dual gfx cards?! [12:41] http://pastebin.com/Sdeu7W9D [12:41] marc__: ok but thats still never the right answer to anything [12:41] YamakasY: no. wrong env setups are wrong env setups. you cant hope that you just have the case where the env setup doesnt matter. its like playing lottery [12:41] YamakasY: http://pastebin.com/Sdeu7W9D [12:41] expl: what do you want to do? [12:41] k1l, hence, explain me why people are doing so for 20 years than without issues [12:42] k1l: I want Root for learning Linux [12:42] !mac | MrN00Bs, 1. never installed on a mac. 2. mac + ubuntu seems like a sweet marriage - provided you research the right method. see more at the links [12:42] MrN00Bs, 1. never installed on a mac. 2. mac + ubuntu seems like a sweet marriage - provided you research the right method. see more at the links: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [12:43] cfhowlett, ok I ok [12:43] expl: no, what do you want to do exactly? you dont need root for learning linux. ubuntu doesnt use the root account. it got sudo for user conveniance. [12:43] Is there Channel for Ubuntu in Lebanon? Please can you guide? [12:44] k1l, what is you issue with javi404 ? [12:44] *your [12:45] sudo su - giving same result , k1l [12:45] sudo allows a permitted user to execute a command as the superuser or another user, as specified by the security policy. [12:45] can everyone just stop with that command already? [12:46] expl, you do NOT need root to "learn linux". who ever told you you need root to learn linux is ... misinformed at best [12:46] !sudo | r420r [12:46] r420r: sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (GNOME, Xfce), or !kdesudo (KDE). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo [12:46] yeah [12:46] nice bot [12:47] quickest way to learn the hardest way [12:47] k1l: http://www.wikihow.com/Become-Root-in-Linux [12:47] expl: that howto is wrong! it is not for ubuntu [12:47] * r0b0r b r b 4 b e e r [12:47] expl, note that the page says "Only use the root account if you absolutely have to." [12:47] $ su [12:47] Password: [12:47] su: Authentication failure [12:47] i just upgraded to ubuntu 14.10... do i need to enable third party sources? [12:47] k1l: Why it says failure? [12:47] expl: this has been explained to you many many times already. please read [12:48] * r0b0r would imagine the incorrect pass was used :P [12:48] expl: stop [12:48] expl: or in the likely case that you are in fact EriC^^ ... stop messing around? [12:48] expl: i explained that several times now. dont you read what i told you? [12:48] r0b0r: there is no correct password in ubuntu for "su" [12:49] ;) [12:49] By default, the Root account password is locked in Ubuntu. [12:50] expl: ubuntu doesnt use the root account. it is differen than other linux distributions. you dont need to be root all the time like you need to be "administrator" on windows. if you need a program to have root permissions you use sudo. but dont run everything with sudo [12:50] expl: running everything as root is malicious. [12:51] well shit it's ten minutes to beer o'clock. [12:51] better get a head start. [12:52] k1l: I am following online guide to learn Linux [12:52] expl: that online guide is wrong! its not made for ubuntu [12:52] k1l: I am not make malicious to Ubuntu [12:52] expl: what online guide? [12:53] expl: you are using a linux mint howto. linux mint is not ubuntu! [12:53] trinjt: http://linuxreviews.org/beginner/#toc1 [12:53] !sudo > expl [12:53] expl, please see my private message [12:54] How can I Ubuntu Version? k1l? [12:54] expl: that guide is more then 10 years old, and not written for ubuntu. [12:54] expl: why not read this? [12:54] !terminal [12:54] The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [12:55] expl: that guide is very old. [12:55] expl: almost certainly out of date, and wrong in places. [12:55] "You should never use normal sudo to start graphical applications as Root. You should use gksudo to run such programs." Why is this? [12:55] remline, gk = graphic [12:55] !it | expl you would probably be better off talking here [12:55] expl you would probably be better off talking here: 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) [12:56] remline: because you could end up with files owned by root in your home directory as a result [12:56] remline: it can muck about with permissions, for example on .Xauthority which then breaks login [12:56] remline: using the wrong enviroment variables. that will cause permissions mess in your /home [12:57] can someone tell me how i can check if write barriers are enabled? using ubuntu 14.04 [12:58] trijntj: Thank you. I will read Guides. [12:59] trijnt: How can I Ubuntu Version? [13:00] expl: lsb_release -a [13:00] Huh? , expl [13:01] popey: Thank you [13:01] no problem [13:02] this is a support channel? [13:02] yes === corey84-- is now known as Corey84 [13:02] r00t_, ubuntu support only [13:03] daftykins: Nobody talk in Channel ubuntu-it [13:03] Hey folks [13:03] ok thanks, I'm trying to get a fix to a problem I have: using two gpu cards in a multi monitor configuration, they work using the nouveau driver but not with the proprietary ones [13:04] expl: ok well try and be clearer with your english [13:04] expl: it seems to be active, it might just be that nobody is present now. Just keep hanging around there [13:06] r00t_: what doesn't work? === doh is now known as doh_ [13:07] r00t_: what's the result from installing an nvidia proprietary driver? do you get no display at all? you likely have to create a customised xorg.conf file to state which card you want as primary and so on [13:07] well I manage to get working the nvidia gpu with the two monitors connected but the third one is connected to the intel graphics gpu that just stop working with proprietary drivers installed for nvidia+ [13:08] ok wel you said nothing about that in your first message :) [13:08] sorry :D [13:08] trintj: $ sudo cd /root [13:08] [sudo] password for jason: [13:08] sudo: cd: command not found [13:08] expl: why are you doing that? [13:09] popy: I want to Learn Linux. [13:09] how do i remove lpanel or whatever its called that lxde/openbox uses? I simply want to use glx-dock instead. dont need both open [13:09] expl: right, but nobody would ever type that. [13:09] expl: i told you 37 minutes ago how to look in that directory, why don't you want to read? looking in that directory doesn't let you learn linux, there is likely nothing in there at all! [13:09] expl: if you want to "become root" then "sudo -s", but I would read more documentation :) [13:09] Jan 27 2015 04:32:06 sudo ls /root [13:11] daftykins: can you point me to some article that explains how to configure well the xorg.conf file and how to generate the file configuration? [13:11] expl, you can learn linux without root. Simple as that. [13:11] Ben64: any chance you could join us in #ubuntu-ops for a moment please [13:12] r00t_: nope, but my suggestion doesn't apply so much since you gave the full story :) it might be handy to pastebin /var/log/Xorg.0.log whilst you have an nvidia proprietary driver installed and this display setup attached to the relevant cards [13:12] daftykins, -it is the italian chat, don't bring people there that are not italian [13:12] lebanon != italy [13:12] Ben64: It not work, I tried. [13:13] cybernova: the user's nick was pointing close to italy before, my mistake if it was inaccurate - but the user did not seem like one who would reply to where they were from [13:13] er not nick, IP [13:13] ciao [13:14] expl: yes it did. Why do you think it didn't work? [13:14] daftykins: actually i'm not using that computer, it's busy right now, it does change something if I use a ubuntu based distro? [13:14] my tmp directory keeps filling up when i'm doing database queries [13:15] remline: But It's My PC, I need Root to make Linux Learning. [13:15] and sha1ing stuff in node.js [13:15] r00t_: so you're not even using ubuntu and asking about these issues with it? sorry but any other distro is off topic. [13:15] expl: we've told you how. "sudo -s" will make you root. But read this https://help.ubuntu.com/community/RootSudo [13:16] daftykins: the xorg.conf file is the same on all ubuntu based distros, just need to know how to edit it [13:16] popey: that will only help him break his system even quicker ;) [13:16] df -h shows 1gb out of 1gb used, disk usage analyzer shows only a few kb [13:16] r00t_: "ubuntu based" - sorry, those are not supported here. [13:17] r00t_: sudo nano /etc/X11/xorg.conf - see also this kind of thing... http://askubuntu.com/questions/30412/3-monitors-with-2-video-cards-not-working [13:18] daftykins: ok, let's say I use xubuntu (this computer where i'm actually use it) how I could edit that conf file to add the third monitor? [13:18] where can i learn ubuntu? [13:18] !manual | ablest1980 [13:18] ablest1980: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [13:18] hey guys how can i work out what is using up all of my tmp directory if i do a df -h, it shows it is full but an ls -alh shows nothing? [13:19] ty ben [13:19] ablest1980, www.fullcirclemagazine.org download issue #0, read, learn repeat [13:19] waaataaw: ncdu is handy for that... "ncdu /tmp" [13:19] waaataaw: (you need to install it of course) [13:19] 944kb largest file === EriC^^ is now known as Guest95650 [13:19] popey: from ncdu [13:19] r00t_: no, because like i said i need to see logs and i'm only going to help officially supported distros :) don't try and get around things [13:19] popey: Thank you. It works. [13:19] tmpfs 1.0G 1.0G 0 100% /tmp << however from df -h [13:19] can someone tell me how i can get nfsv4 working like nfsv3 did? without this idmap stuff? === Guest95650 is now known as EriC^^ [13:20] waaataaw: what about total for the directory? [13:20] waaataaw: a reboot will clear out your /tmp ㋛ [13:20] cfhowleet ty [13:21] daftykins: actually I have the same problem on xubuntu (wich is a supported distro I think) so that could work on any other [13:21] r00t_: see link above. [13:21] ablest1980, happy2help! [13:21] here on xubuntu there is no xorg.conf file, any command to generate that file? [13:22] popey: yeah the problem is i need to work out the problem.because i'm writing softwar [13:22] r00t_: well, you've had some links shared and you know what to do. [13:22] and i can't have it filling up the temp directory with invisible magic files.. also this computer has 32gb of ram [13:22] r00t_: no you need to make one up following some advice from online :) [13:22] r00t_: craft it from scratch [13:23] waaataaw: unlikely to be magic. check lsof and/or symlinks in /proc to see if files are open in /tmp [13:23] cfhowleet do you mean issue #1? [13:23] waaataaw: what kind of filesystem is tmp? [13:23] cfhowlett* [13:24] waaataaw: understood. [13:24] waaataaw: perhaps "sudo ncdu /tmp" - do more files show up? [13:24] hi. when i am connected via ssh on wifi interface of raspberry and unplug the ethernet one, the ssh connection freezes for 1 minute. why ? [13:24] mcphail: nevermind with that code. i've spoted the bug. thanks for your time [13:24] trijntje_, how can i tell? [13:25] azi`: what was it? [13:25] solsTiCe: you mean the connection from computer -> raspberrypi over SSH? [13:25] popey: 991kb [13:25] so same [13:25] ok i found it, thanks for help, sorry daftykins for trying to get around things :D [13:25] r00t_: no problem ;) you're not the first shall we say [13:25] waaataaw: df -h should show it [13:26] it's tmpfs as per an earlier paste, trijntje_ [13:26] I just asked here because on the distro support channel there was no helpful answer [13:26] tmpfs [13:26] tmpfs 1.0G 1.0G 32K 100% /tmp [13:26] r00t_: so what is it really running? [13:26] teward: yes. when i unplug the ethernet on raspberrypi, the wifi connection ssh from pc to raspi freezes [13:26] ok i've removed every file in /tmp [13:27] sudo rm -rf /tmp/* [13:27] and it's still using 1gb [13:27] waaataaw: did you try my suggestion [13:27] r00t_, if the publisher doesn't support, why in seven blue galaxies are you using it? think about it. [13:27] daftykins: mint mate man [13:27] sorry ben.. missed it, trying now [13:27] teward: after 1 minute it comes back. but i wonder why as it the second distro that does that. [13:27] r00t_: Ubuntu MATE is also available ㋛ [13:27] ok so ls -al /proc has no symlinks pointing at /tmp [13:28] cfhowlett no issue 0 [13:28] ablest1980, false. wait 1 [13:29] Ben64: dconf 3595 3598 grahamsavage 33u REG 0,19 293244 2662877 /tmp/#2662877 (deleted) [13:29] lsof has thousands of these [13:29] 1598 [13:29] so deleted files that were still open when deleted [13:29] waaataaw: is definitely a suspect [13:29] ablest1980, http://fullcirclemagazine.org/issue-0/ [13:29] ablest1980, http://fullcirclemagazine.org/issue-0/ and subsequent issues: http://fullcirclemagazine.org/downloads/ [13:30] actually I'm stuck on mint mate because the nouveau driver was just running fine, on xubuntu i got a weird problem with the display: the two halfs of the monitor were inverted so moving the mouse to that monitor would like make the cursor teleport first to the right side and then to left side, i'm unlucky with distros :D [13:30] ty guys [13:30] :) [13:30] r00t_: then you should pop on over to #linuxmint-help on irc.spotchat.org [13:31] nah, gonna try the mate version of ubuntu, i'm just curious [13:31] Ben64: https://gist.githubusercontent.com/anonymous/e8ef7287f532fb3fa1e8/raw/68c6503372addf70b67e459280a5f0d836a8ccd0/bla.txt [13:31] does that look odd? [13:31] how do i know which ubuntu i got i know its 14.04lts [13:32] ablest1980: lsb_release -a [13:32] ok [13:32] so I have a ubuntu specific question: I use 2 monitors. and move chromium to right hdmi monitor. now it is connected to raspi so I have only the latptop screen on ubuntu but chromium has opened on the non running on ubuntu screen. so i cant' reach chromium. it is off screen [13:33] oh my [13:33] ah ok i got it with alt-f7 [13:33] solsTiCe: use the display control to switch off the external monitor? windows will revert back to the main one, or Windows+S to see all desktops and drag it back [13:34] waaataaw: yes odd [13:35] waaataaw: on that list, the 8th column is the size in bytes [13:35] what i was doing is using the node.js to sha1 on results in database queries var folderSha1 = shasum.digest('hex'); [13:35] we would have run 500,000 postgresql queries and then sha1'd them all [13:36] waaataaw: lots of 100, 200, 300MB files [13:36] oh, some are repeats [13:36] hmmm [13:37] close all your terminals and applications, except irc :) [13:38] ok done that [13:38] then reopend one [13:38] now has 1022m available [13:38] yay [13:38] hmmm [13:38] soooooooo [13:39] something you did kept files opened and you needed to stop it [13:39] is it the output in the terminal window prehaps? [13:39] like 10 million line prints? [13:39] output doesn't matter [13:39] it'd be something running [13:39] ohh [13:39] i've got scrollback set to unlimited [13:39] it would have been millions and millions of lines of output [13:40] yeah that shouldn't affect /tmp at least [13:40] even for 1 - 10m lines? [13:40] i mean i wasn't opening files.. [13:40] literally it was sql query for 100 results, sha1 those results, do an insert... repeat a million times [13:41] waaataaw: i guess its possible [13:41] i've limited to 10k now :) [13:41] at least i can clear it out [13:41] waaataaw: type "yes" on a terminal and see if /tmp loses space? [13:41] wihtout rebooting [13:42] haha yes [13:43] waaataaw: ha, confirmed. i set my scrollback to unlimited and now i'm watching /tmp lose space [13:44] nice piece of detective work there. I've learned something new today! [13:44] yeah amazing :) [13:45] apparently it writes to a deleted file, because the file does not exist still [13:45] very strange [13:45] after ben mentioned the terminal window closing down.. i'm like.. there's no files we have open [13:45] and my brother is like.. does it store the terminal scrollbackk.. and i'm like ermmmmm [13:45] How i make close XServer? [13:45] i've set it to 20,000 [13:46] should be enough [13:46] lol [13:46] expl: can you explain that a bit more? [13:46] kll: I want make Terminal without XServer [13:47] expl: just install server [13:48] expl: you want your ubuntu to boot and not showing the xserver? use text as boot kernel setup [13:48] Hey all! [13:48] !text | expl [13:48] expl: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [13:49] How to let ubuntu to install untrusted packages ?? [13:49] expl: you can type "ctrl-alt-f2" to drop to a console, log in and type "sudo service lightdm stop" to close the running xserver [13:50] courttv: I only want do that sometimes when battery low or make sudo -s. CTRL + ALT + F1 [13:50] Hey everyone. [13:50] expl: sudo lightdm stop. but it doesnt bring you a lot more battery live [13:50] Im working with Ubuntu, and Apache. I am trying to install the IMAP extenstion. I keep getting an error. IMAP doesn't exist. PHP must be compiled with IMAP enabled. [13:52] Where is PHP configured? Do I just add extension=imap.so to the php.ini, or is there a different config file? [13:52] kll; OK. Thank you. [13:54] expl: You can start in terminal mode or you said it by ctrl-alt f1-f5 [13:55] How to drag-and-drop while preserving permissions, timestamps etc.? [13:55] CtrlAltDelicious: http://askubuntu.com/questions/484921/php5-imap-on-ubunut-14-04-is-not-enabled [13:56] somsip: Haha, thanks.. thats all i was missing... the sudo php5enmod imap === FreezingDroid is now known as FreezingCold [13:56] Hello, using "youtube-dl" command line tool I need to install "avconv" or "ffmpeg", are they in the repos? [13:56] CtrlAltDelicious: yeah - some php mods need it, others don't [13:56] XinJoai, neither. [13:57] !find avconv | XinJoai [13:57] somsip: Is that essentially just adding it to the configs? [13:57] XinJoai: File avconv found in devede, libav-doc, libav-tools [13:57] Probably a super noob question here. I just opened up filezilla, and opened the local /home dir. There is only one folder here. I was oping to see my home dir which has the standard documents, downloads, music etc folders. I assume filezilla is launching as root? or something? and thus has different local folders, how do i find the home i seek? :D [13:57] XinJoai, unless you're transcoding the video ... avconv [13:57] CtrlAltDelicious: not sure what it does. It makes it work, which is what I care about [13:57] XinJoai: so, libav-tools will give you avconbv [13:57] Is this good guide for Ubuntu Linux? http://beginlinux.com/desktop/ubuntu [13:57] thank you guys ! [13:58] expl: no [13:58] expl: why dont you use the official ubuntu guides? [13:58] cod: /home is /home no matter what user the program runs as. try going to / and glancing around [13:59] expl: you can kill LIGHTDM or what ever window manager you are using also. [13:59] home will be, where it was set to be at user creation, normally /home [13:59] omg http://www.itworld.com/article/2699063/enterprise-software/install-stunt-rally-open-source-racing-game-in-ubuntu-14-04.html [14:00] kll: I read guide too but its hard. [14:00] then start with easier tasks === jelly-home is now known as jelly [14:01] expl: https://help.ubuntu.com/community/Beginners/FAQ [14:02] kll: What this command does? sudo gobbledegook blah_blah -w -t -h --long-switch aWkward/ComBinationOf/mixedCase/underscores_strokes/and.dots === cma2714 is now known as cmastudios [14:02] kll: OK. I will read. [14:02] expl: stop starting everything with sudo! [14:03] kll: I follow Guide for Terminal [14:04] Hi, i've installed logwatch with postfix, i'd like to receive reports on my gmail or outlook account. For now it doesn't work, any idea how can i solve this problem? [14:04] expl: stop that bad guides [14:04] kll: It's Ubuntu Website guide!!?? [14:05] expl: where? [14:05] expl: what guide are you following [14:05] kll: This https://help.ubuntu.com/community/UsingTheTerminal [14:06] expl: you need to read. dont just copy the commands blindly [14:06] expl: that command you posted is an example and is explained in the text. you need to start reading. if you just copy and paste the commands you will ruin your ubuntu [14:07] expl: sudo service lightdm stop. Will stop the desktop running your battery down. Might give blank screen. Just use the ctrl+alt+f1 to cycle. [14:08] courttV: TAHKN YOU! [14:09] expl: replace lightdm with gdm if you have gnome. Or whatever Windows manager your login screen uses. [14:10] courtv: That command not lower battery. It remove XServer :( [14:11] it does not remove the X server [14:11] it stops the xserver running [14:11] expl: sudo /etc/init.d/lightdm stop. Try that [14:11] ikonis: Yes. That What I Say. [14:12] expl: no, you said "it remove Xserver" [14:12] ikonia: It remove from running. [14:13] expl: thats what you wanted [14:13] you asked how to stop it [14:13] expl: Try issuing the command in a virtual terminal. [14:13] courtV: That lower Battery? [14:14] how long lasts your battery? [14:14] I make stop with sudo lightdm stop. I think battery is lower. [14:14] it will not save you much [14:14] expl: do you want to use a desktop environment yes/no [14:15] jatt: 3 Hour [14:15] expl: if you issue the command in a virtual terminal ctrl+alt+f1 you need the complete path. sudo /etc/init.d/lightdm stop [14:16] expl: do you want to use a gui ? [14:16] are you sure X is draining your battery? [14:16] Ikonia: I want use sometimes. [14:17] I suggest that is not a good way to "learn" [14:17] but that is up to you [14:17] expl: replace stop with start to restart unity. [14:18] Can anyone tell me how to solve Untrusted packages problem ??? [14:18] courttv: Can I turn Off Everything Unless Terminal? [14:18] ArshiaAghaei: what are you trying to install/do ? [14:18] boot in single user mode [14:19] then everything is turned off but a terminal [14:19] expl: that command does it. You will always have a few virtual terminals [14:20] -meeting [14:21] popey: MonoDevelop [14:21] ArshiaAghaei: from a ppa? [14:21] hi, is there any channel about assembly language ? [14:21] popey: Ubuntu software center [14:22] #asm [14:22] ArshiaAghaei: can you screenshot or pastebin the exact message you're getting? [14:22] popey: Ok [14:23] expl: install a lightweight desktop like Xfce. I think, not sure, you will lose all power saving features of the desktop. I believe you are running laptop. Your screen will not shut off. The screen most power. [14:23] expl: install a lightweight desktop like Xfce. I think, not sure, you will lose all power saving features of the desktop. I believe you are running laptop. Your screen will not shut off. The screen uses most power. [14:23] and how to enter that channel ? [14:24] Mehrdad: /join #asm [14:24] !alis | Mehrdad [14:24] Mehrdad: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [14:24] tnx [14:25] ArshiaAghaei: also, pastebin the output of "apt-cache policy monodevelop" please [14:26] hi ? [14:26] some poeple here ? [14:26] No, noone here [14:26] dam [14:26] all dead ? :p [14:26] !ask | discovery [14:26] discovery: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [14:26] popey: My terminal is busy. So, I cannot start the download for MonoDevelop. Please wait... [14:26] it was possible Ubuntu 14.04 on Raspberry Pi + ? [14:27] discovery: no [14:27] discovery: no [14:27] ;"'' [14:27] ijhvgiugihi [14:27] i need this GUI "Unity, Gnome, KDE, Xfce, Cinnamon and LXDE" [14:27] On Rasp it was possible ? [14:27] discovery: not with ubuntu [14:27] discovery: maybe with Raspbian (debian) [14:27] and with raspbian ? [14:28] im on rasp [14:28] atm [14:28] discovery: but we can't help with that here. [14:28] yup [14:28] iknow :D [14:28] discovery: there is not ubuntu for raspberry pi because the ARM chip os not supported [14:28] m'okay [14:28] so see the support from that OS you are running on your rpi [14:28] Gnone Desktop work on Rasp for you ? [14:28] :s [14:28] discovery: not on ubuntu [14:28] on rasp :p [14:29] this is #ubuntu [14:29] popey: How to send my screen-shot ? i don't see this ability in paste-bin. [14:29] discovery: /join #raspbian [14:29] ArshiaAghaei: just do "apt-cache policy monodevelop" for now [14:31] popey: http://paste.ubuntu.com/9898811/ [14:31] ArshiaAghaei: what happens if you "sudo apt-get install monodevelop" ? - can you pastebin that? [14:32] popey: Ok , let's try it. [14:32] The wi-fi of my school is Tuneled tls, it ask me for username password and ca certificate, what certificate do i give/ how do i connect? [14:33] LurkAshFlake: you probably need to speak to your school helpdesk, but your username and password should be issued to you. [14:34] i do have password and username === theadmin|ghost is now known as theadmin [14:39] How can man:/ls Firefox? [14:39] man:/ls Firefox? [14:39] expl: that command ist just wrong. what do you want to do? [14:40] expl: You want the man for Firefox. [14:41] I WANT PRETTY MANUAL PAGES [14:41] expl: do not write in all caps, it is against the rules. Next time you will be expelled. [14:41] oops [14:41] expl: you're not going to get them [14:41] expl: the man pages are normally all text [14:41] expl: you can use the web interface to view web formatted versions [14:41] Prettier Manual Pages [14:41] Users who have Konqueror installed will be pleased to find they can read and search man pages in a web browser context, prettified with their chosen desktop fonts and a little colour, by visiting man:/command in Konqueror's address bar. Some people might find this lightens the load if there's lots of documentation to read/search. [14:42] expl: nice [14:42] man -H [14:42] expl: again: read what is written and not just copy and paste the commands [14:42] opens the man page in a browser [14:42] hi everyone [14:42] expl: its says "in Konqueror" not "in terminal" [14:42] expl: http://manpages.ubuntu.com/ you could use that [14:42] kll: I use Firefox [14:43] expl: the docs say "in konqueror" [14:43] expl: not "in firefox" [14:43] expl: your statement doesnt make sense [14:43] expl: http://manpages.ubuntu.com/ls for example redirects to the man page for ls [14:43] BROWSER=firefox man -H ls [14:43] he uses firefox and wants the ability to view pretty man pages like konq can [14:43] seems pretty simple [14:43] but firefox doesn't have that ability [14:43] popey: I think it can parse them, just doens't reformat them [14:43] right [14:44] TIME [14:44] Tue Jan 27 14:44:35 UTC 2015 [14:44] :) [14:45] popey: YES. [14:46] expl: install the kde program that works on. [14:46] popey: A question, will this code install VB.NET ??? [14:46] you can also use yelp man:ls to prettify man pages if you use gnome/xfce [14:46] ArshiaAghaei: uh, no. [14:47] popey: Hmm... [14:47] popey: Then how to install VB.Net Compiler ??? [14:48] there is the mcs compiler [14:48] for linux [14:49] ArshiaAghaei, best to use windows OS for windows tools. [14:49] cfhowlett: Let's think i have windows , but i want to use GNU-Linux [14:50] ArshiaAghaei, use gcc compiler [14:50] cfhowlett: for VB.net ???!!!!!! [14:50] mcs compiler for vb.net, sort of [14:51] Windows ---> mingw-gcc compiler - to create exe programs [14:51] jatt: how to get MCS [14:51] ArshiaAghaei, vb is visual basic is microsoft [14:51] apt-get install you can also [14:51] apt-get install mono-mcs [14:51] jatt: Thanks. [14:51] cfhowlett: I know , VB.NET is Microsoft Visual Basic.Net [14:52] oh! forget what I said then I though you wanted a C# compiler [14:52] how do i intall flash player on ubuntu 14.04 to run on chrome? [14:52] Visual Basic on linux... hmm tough [14:52] ArshiaAghaei, and my statement holds: best to use MICROSOFT for MICROSOFT tools such as VB [14:52] FLASH PLAYER install how-to plz [14:53] !flash | cocomo [14:53] cocomo: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash [14:53] cocomo: chrome has its own. Chromium don't. Go to the chrome web site and install that version. [14:53] most sites use html5 now I think? [14:53] courttv: it has its own flash player? [14:53] cocomo: yeah, chrome has flash built i [14:53] *in [14:53] cfhowlett: I know. I have windows 7 SP1 , I have Visual Studio 2013 and ... But i want to have some code with .NET [14:53] cocomo: install pepperflash plugin. but i think chrome should already bring flash support [14:53] cocomo: note there's a difference between chrome and chromium [14:53] wth mine isn't working [14:54] In GNU-Linux [14:54] popey: i have chrome from google's website [14:54] it should have flash then [14:54] cocomo: chrome does. But it's not in ubuntu repository. That's why you need to go the chrome website to download and install. [14:55] courttv: i see. thank you [14:55] ArshiaAghaei, Program in WIndows, Use in Linux [14:55] Hi [14:55] cocomo: chromium is in the repository. But don't have built in flash. [14:57] I've got a program running in a named screen instance. I want to send a command to it's StdIn using a bash script. "screen -x instancename -X say test" doesn't seem to work, but I have no idea what to do [15:00] Ich verwende overlayfs für ein readonly system. Das funktioniert alles sehr gut, außer wenn ich was umstellen will. Dann mounte ich die Platte "rw" bearbeite die config und stelle auf "ro" zurück. Dann bekomme ich aber ein device is busy [15:00] http://pastebin.com/fKGHxwCM [15:00] !de | yogg [15:00] yogg: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [15:00] soory [15:01] wrong channel [15:01] It is true that LMDE is a rolling release? [15:01] marc__: we dont know about linux mint in here :) [15:01] marc__, there are no ubuntu rolling releases [15:01] LMDE is Linux Mint based on Debian [15:02] marc__, not ubuntu, not supported here, not discussed [15:02] I am not asking about Ubuntu [15:02] marc__: see /topic to know that this is not the right channel for non ubuntu stuff :) [15:02] marc__, then we're not discussing it [15:02] marc__: exactly - *this* is the ubuntu support channel. [15:02] I am asking about bLMDE, which is a Linux Mint distro [15:03] !mint | marc__ [15:03] marc__: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [15:03] Ah sorry.... lol, I didnt see I was logged in to Ubuntu... [15:03] thinking I had the Linux Mint channel open [15:04] My wrong, sorry [15:07] Is there a way to make a button get automatically pressed during the boot sequence. It's because my up key always sticks at boot. If I press space it will unstick it. [15:10] GeekDude: its meant for sending screen commands, you can send things using stuff but its a bit funky [15:14] GeekDude: try screen -S sessionname -x 'ls -alh'`echo -ne '\015'` [15:14] uhh, what exactly is that supposed to do? [15:15] sorry you need stuff after the -x [15:15] ok -S session name defines session to connect to [15:16] It connected me to the session === Fetch_ is now known as Fetch [15:16] however, `screen -S sessionname -X things` doesn't appear to have any effect [15:16] -x stuff 'ls -alh' tells it to stuff ls -alh to the command line [15:17] But ls quits as soon as it is done, so it isn't going to stay running under a screen. [15:17] "-x Attach to a not detached screen session." [15:17] " -X Send the specified command to a running screen session." [15:18] `echo -ne '\015'` sends enter key [15:18] have to use stuff [15:19] screen -S my-session -x stuff 'my command'`echo -ne '\015'` [15:20] if you leave out stuff it wont work [15:20] use $'\r' instead of `echo...` [15:20] ah, sorry. I was missing teh stuff keyword [15:20] seems to be working now [15:21] thanks geirha always good to learn new thinngs [15:21] can someone help me add a xubuntu box to a windows domain? or point me in the right direction? [15:21] Hello, where can I change the mice splash screen image in Xubuntu 14.04? Anyone knows where is the location of the image? === jokx_ is now known as jokx [15:22] i've tried via installing a kerberos client per the ubuntu documentation and have had zero success [15:23] kubanc: is part of one of the plymouth-* packages [15:23] can a user crontab use @reboot on ubuntu? it used to not be allowed I think [15:23] jatt, where is the location of that package? [15:23] what is the preferred video editting suite amongst you all? [15:24] NLE [15:24] hihiohoi[ [15:24] kubanc: you can check whether it's installed with [15:24] dpkg -l | grep plymouth [15:26] how can i instal a C compiler?? [15:26] caclau: look for gcc [15:26] ... or clang [15:27] jatt, I've got some results, but I do not see anything about mice splash... [15:27] caclau: i;ve use sudo apt-get install gcc [15:28] geirha: Shouldn't I be using \n, not \r? [15:29] has anyone successfully joined an ubuntu box to a windows domain [15:29] kubanc: at least on my machine [15:29] dpkg -L plymouth-theme-xubuntu-logo [15:29] lists the file: /lib/plymouth/themes/xubuntu-logo/wallpaper.png [15:29] which is what I see when my machine is booting [15:29] !samba | metric_, [15:29] metric_,: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/12.04/serverguide/C/windows-networking.html [15:29] CataLau: you'd be interested in installing the build-essential metapackage. It includes pretty much everything you'd need to compile. [15:29] i have instal gcc-3.3.... but i have the same problem [15:29] GeekDude: When you hit the Enter key on the keyboard, while the terminal is in focus, the terminal actually receives \r, not \n. [15:29] Interesting [15:30] cfhowlett, ubottu: I've tried but ill try again thanks [15:30] metric_: I use a ubuntu box on a windows network, but not to login to a windows domain. I can resolve to all machines in the lan with the winbind package [15:31] i have install tehe build-esential to....stil not working [15:31] jatt: ive installed the winbind package. im really trying to set up a PXE server [15:31] CataLau: And what problem is that? [15:32] I figure I'd add the ubuntu box to the windows domain and then set up the PXE server [15:32] metric_: I see I don't know anything aabout pxe, is that a voice ip server? [15:32] to install windows remotely [15:32] I see [15:33] jatt: pxe is the preboot env and it allows you to install different OSes remotely. Im trying to set up a lab environment [15:33] seem users are not allowed to use crontab @reboot [15:34] what kind of lab? [15:34] i want to configure somthing and i have this error "checking for C compiler....not found" [15:34] install gcc [15:34] r_await: a student lab [15:34] CataLau: And you were able to install build-essential without errors? [15:34] apt-get install gcc [15:34] can someone help me make sure I have my intel graphics installed and setup properly? [15:35] we host courses here for interenal and external training and i really dont feel like installing win7 manually on 50+ computers === hkeide___ is now known as hkeide [15:35] tonyc__, get the linux graphics driver installer, install, run the app. done. [15:36] I have done that but things still don't work right [15:36] tonyc__, are you certain you have an intel gpu? [15:36] jatt: i have gcc [15:36] it is integrated 865G chipset [15:36] tonyc__, in the terminal lspci -nnk | grep -i vga -A3 | grep 'in use' [15:37] Pici: no error. [15:37] "kernel driver in use i915" [15:37] Catalau - There might be a log file in the directory you are working in which discribes your problem [15:37] tonyc__, then yopu have the correct driver for the gpu in the 965 chipset [15:38] 865 chipset [15:38] yes tonyc__ that too [15:38] OK, good, i think [15:38] how do i go about trouble shooting video problems? [15:38] rawait where i can find that file? [15:39] describe your video problems, tonyc__ [15:39] make install don`t work to [15:39] First problem is I can't play MP4 files in parole or VLC [15:39] jatt, thank you, jsust changed the logo [15:39] :D [15:39] good! [15:40] tonyc__, sudo apt-get install ubuntu-restricted-extras [15:40] the xubuntu restricted extras is already installed, is that different than the ubuntu pack? [15:40] tonyc__, you're on xubuntu then xubuntu, etc [15:41] also: get glxgears to test your gpu [15:41] sudo apt-get glxgears? [15:42] sudo apt-get install glxgears [15:42] Is there a way to set ubuntu automatically press a button during bootup. [15:42] or is it mesa-utils? [15:42] E" unable to located glxgears [15:42] Is there a way to set ubuntu to automatically press a button during bootup. [15:42] tonyc__, try mesa-utils [15:42] why don't run the command triggered by the button? [15:43] i already have mesa-utils [15:43] actually seesm cron @reboot is out of the question... I've read it initializes too early [15:43] I need run level 2 to start a script for me after run-level2 [15:43] can I use init.d in some way? [15:44] tonyc__, then run glxgears in the terminal [15:44] intel_do_flush_locked failed: Input/output error [15:45] let me logout and come back. intel drdiver utility decided to update drivers this times [15:45] brb [15:47] HEY PEOPLE [15:47] yasserhussain111: do not write in all caps, it is against the rules. Next time you will be expelled. [15:47] sorry [15:47] hey people [15:47] GatoLoko: Please turn that off here. [15:48] ʰᵉᶫᶫᵒ [15:48] brothersome: Ok, [15:50] jatt: sorry i missed you message. It's because it's just a regular button. to unstick a key. [15:50] hi, I can't find anything about CVE-2015-0235 on http://people.canonical.com/~ubuntu-security/cve/main.html : any news about this ? [15:50] ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0235) [15:50] why is everyone so quiet here? [15:51] yasserhussain111: well do you have a problem? [15:51] yasserhussain111: it is a support channel, not a chat channel [15:51] well alright. I am just a newbie. I don't know much [15:51] !ask | yasserhussain111, [15:51] yasserhussain111,: 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 [15:52] so now i have a really interesting error..... sudo: account validation failure, is your account locked? === ansivirus__ is now known as ansivirus [15:52] OK, glxgears now runs properly, i think, even though my refresh rate for my monitor seems wrong [15:52] any ideas. i found a post on a bug forum but no luck since i cant modify the pam.d config [15:52] is there a way to update glibc to 2.18? CVE-2015-0235 related [15:52] ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0235) [15:53] hi [15:53] is the fis for CVE-2015-0235 available for ubuntu ? [15:53] looks like mp4 videos in Parole play now [15:53] fix* [15:53] but video quality seems to be lacking [15:53] ubottu: I now your a bot but... Wow that's specific. :) [15:53] noah: I am only a bot, please don't think I'm intelligent :) [15:54] Flusher: what issue is it? seems its just a reservation not an acutaly publisehd issue yet: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2015-0235 [15:54] tonyc__: rather than sharing comments as per your discovery, can you save them up and phrase an actual support query please? [15:54] davout, jon1012: wait for the distro to release patched packages. [15:54] k1l: there is some info in the redhat bugzilla linked there [15:54] jon1012, Flusher: I don't see anything out there for debian yet, so likely not for Ubuntu either. [15:54] sure. So now that MP4 files play, how do i get hardware acceleration in chrome to work? [15:54] jelly, it's released for debian and fedora... I'm starting to receive strange emails on my servers, so I guess it's quite urgent [15:54] Is there a way to set ubuntu to automatically press a button during bootup. [15:55] So I guess it's talking about the CVE here ? [15:55] k1l, Pici : https://security-tracker.debian.org/tracker/CVE-2015-0235 [15:55] ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0235) [15:55] noah: not if it's for your bios or before ubuntu is loaded, otherwise you can look into things like xautomation [15:55] jon1012: I don't see new versions at security.debian.org? [15:55] jelly, https://security-tracker.debian.org/tracker/CVE-2015-0235 [15:55] SchrodingersScat: it's right after I select ubuntu in grub. [15:55] How I know which Architecture? [15:56] jon1012: that must have happened 10-15 minutes ago :-) [15:56] jelly: hot topic :) [15:57] Flusher: jon1012 file a bug for ubuntu on launchpad.net [15:57] k1l: they already know. [15:57] expl: "uname -a" [15:58] k1l: i have news from the security, patch incoming [15:58] CVE-2015-0235 was supposed to be embargoed until 18:00 UTC [15:58] ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0235) [15:58] I have a read only overlayfs system "http://pastebin.com/f3i880Qg". It works fine until I want to write back some changes to the harddisk "http://pastebin.com/pKDqxJ3V". I don't understand why I get a device busy error. There is nothing open. [15:59] daftykins: Thank you. [16:01] is there a way to check and see if Firefox is setup for hardware acceleration? === Linuxman is now known as EthicalHacker [16:02] tonyc__: what kind of hardware acceleration? most you would see in a browser that i know of was say, via flash with youtube [16:02] maybe there's an HTML5 form too [16:03] yeah, flash and youtube [16:03] even htlm5 [16:04] i crashed after my html5 comment [16:05] I checked about:support in firefox and it is not using hardware acceleration [16:05] you have hardware acceleration? [16:06] tonyc__: what is the actual *test content* you're using? [16:06] test content as far as video? [16:07] yeah, what are you trying to achieve here? [16:07] flash in firefox only uses software mode and has crappy video quality [16:07] i don't know where to find a flash video to testh chrome [16:07] even when you go full screen and select to show the stats? === corey84-- is now known as Corey84 [16:08] correct [16:08] when I go full screen i start losing tons of frames [16:08] my pastebin got lost :( ... System after reboot (HDD is ro): http://pastebin.com/xisWGaMS Try to write some changes: http://pastebin.com/QY6BXWbb [16:09] tonyc___: you seemed to say something about running an intel driver installer before, which goes totally against what i ever see a need for [16:09] as in, i would never try to do that on intel systems [16:17] daftykins: https://01.org/linuxgraphics/downloads [16:17] tonyc___: yeah i know of it, i'm saying i would never do it [16:17] any information regarding CVE-2015-0235 ? [16:17] ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0235) [16:17] nor suggest it :) [16:17] ah, well Mp4 didn't work until that updated drivers [16:17] davout: not since the last time you asked a few minutes ago, no [16:17] daftykins: ok, i'll ask again in a few minutes then [16:17] i'd rather you didn't repeat so often actually [16:17] !repeat [16:17] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [16:17] good to know [16:17] Pici sorry, it was supposed to be off, i'll check again [16:17] are there other ways to debug "device is busy" problems than using "lsof" or "fuser"? [16:17] daftykins: is there anything else to check and verify my graphics are installed properly other than glxgears? [16:17] tonyc___: well, you've run things from the intel site now so i can't even tell you're running a defacto standard *ubuntu release [16:17] I can uninstall them [16:17] Hi, i've install OpenSSH server, i'm trying to disable the version banner, do you know how to it? [16:17] soulisson: you mean the motd? [16:17] pretty sure soulisson means to prevent versions being read and exploited via banner grabbing, right? [16:17] pre-login [16:17] k1l: I mean the following one: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 === mhenrixon_ is now known as mhenrixon === arif-ali_ is now known as arif-ali [16:18] daftykins: yes, :) === njbair_ is now known as njbair [16:18] i would only be googling. maybe there's something you can set in sshd_config [16:18] ugh....now mp4 files have stopped playing and parole just crashes when trying to play them [16:19] so, any change the openssl packages will be upgraded to match 1.0.1l or 1.0.2? important security fixes, upstream updates 12 days old... [16:20] gfhfgh: no. if the patch is released they will patch the version in ubuntu and stay on that version numbering. do you have a cve? [16:20] with 1.0.1k you took *five days* to update packages for *openssl* [16:21] k1l: i know that we wont get actual 1.0.1l, just updates to existing version [16:21] gfhfgh: so do you have a constructive to add or is it just ranting and flaming? [16:21] oh, CVE-2014-3570, CVE-2014-3571, CVE-2014-3572, CVE-2014-8275, CVE-2015-0204, CVE-2015-0205, CVE-2015-0206 [16:21] jon1012: do you have samples for those strange mails? [16:21] The BN_sqr implementation in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k does not properly calculate the square of a BIGNUM value, which might make it easier for remote attackers to defeat cryptographic protection mechanisms via unspecified vectors, related to crypto/bn/asm/mips.pl, crypto/bn/asm/x86_64-gcc.c, and crypto/bn/bn_asm.c. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3570) [16:21] OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted DTLS message that is processed with a different read operation for the handshake header than for the handshake body, related to the dtls1_get_record function in d1_pkt.c and the ssl3_read_n funct... (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3571) [16:21] The ssl3_get_key_exchange function in s3_clnt.c in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k allows remote SSL servers to conduct ECDHE-to-ECDH downgrade attacks and trigger a loss of forward secrecy by omitting the ServerKeyExchange message. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3572) [16:21] gfhfgh: are you referring to this or a newer one? http://www.ubuntu.com/usn/usn-2459-1/ [16:21] OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k does not enforce certain constraints on certificate data, which allows remote attackers to defeat a fingerprint-based certificate-blacklist protection mechanism by including crafted data within a certificate's unsigned portion, related to crypto/asn1/a_verify.c, crypto/dsa/dsa_asn1.c, crypto/ecdsa/ecs_vrf.c, a... (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8275) [16:21] The ssl3_get_key_exchange function in s3_clnt.c in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k allows remote SSL servers to conduct RSA-to-EXPORT_RSA downgrade attacks and facilitate brute-force decryption by offering a weak ephemeral RSA key in a noncompliant role. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0204) [16:21] The ssl3_get_cert_verify function in s3_srvr.c in OpenSSL 1.0.0 before 1.0.0p and 1.0.1 before 1.0.1k accepts client authentication with a Diffie-Hellman (DH) certificate without requiring a CertificateVerify message, which allows remote attackers to obtain access without knowledge of a private key via crafted TLS Handshake Protocol traffic to a server that recognizes a Certifi... (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0205) [16:21] Memory leak in the dtls1_buffer_record function in d1_pkt.c in OpenSSL 1.0.0 before 1.0.0p and 1.0.1 before 1.0.1k allows remote attackers to cause a denial of service (memory consumption) by sending many duplicate records for the next epoch, leading to failure of replay detection. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0206) [16:22] Well thats annoying. [16:22] sigh === sokoll- is now known as sokoll [16:22] gfhfgh: did you look into the usn cve tracker? [16:22] sorry, two of those were fixed in 1.0.1k [16:22] anyone know where to find libvdpau_i965.so? [16:22] tonyc___: apt-file [16:23] the three others were fixed with 1.0.1l [16:23] five [16:23] I just type that and nothing else? [16:23] gfhfgh: please first check them in the usn tracker. there was another user some days ago making a lot of drama and all of them were fixed in ubuntu [16:23] gfhfgh: http://people.canonical.com/~ubuntu-security/cve/ === corey84-- is now known as Corey84 [16:24] gfhfgh: (i tested on cve you mentioned and that is already fixed on ubuntu. so please check facts first) [16:24] tonyc___: it's a command that you need to use in the correct syntax :) [16:24] k1l: no, USN-2459-1 was in relation to 1.0.1k [16:24] hi everybody [16:24] gfhfgh: please link exact cve in the tracker [16:27] k1l: question: how can an ubuntu package update released on the 12th include fixes from three days into the future? [16:27] k1l: 1.0.1l upstream came on the 15th [16:27] is it hard to recover ubuntu from livecd? [16:27] hi everybody [16:27] gfhfgh: stop it. please show the cve tracker url to the cve that is not fixed [16:27] loa: 'recover' ? what went weong. [16:27] *wrong too [16:27] loa: That depends on what you;re rtying to recover. [16:27] trying* [16:27] for example i have home directory and want reinstall system by save home data. [16:27] why would an MP4 play after reboot and then stop playing 10 minutes later? [16:28] loa: yeah, boot live session - mount /home, copy off to another device. simple [16:28] daftykins, but is it possible without copy? [16:28] gfhfgh: please show a fact for ubuntu packages vulnerable. [16:28] loa: depends if you created a separate partition for /home [16:28] daftykins, separated as i remeber [16:29] loa: well boot a live session and check :) [16:29] gfhfgh: 1.0.1l only included Windows and VMS fixes, it doesn't matter that it came out on the 15th or not, there are no Linux fixes in there. [16:29] daftykins, what if it is ok? [16:29] daftykins, there will be option during installation? [16:29] gfhfgh: well known OS, hw and sw vendors have access to bugs days-weeks before the public release, so they can coordinate fixes and release them at the same time. This is standard procedure. [16:29] loa: yes, it's called "something else" on the partitioner window. you will have to partition manually [16:30] loa: but you should still backup to an external device before reinstalling, it's only sensible. if you don't, then it's your own fault what happens :) [16:31] daftykins, i understand. [16:31] Does anyone knows where is the chanell for c# ? === JC_Socal_ is now known as JC_SoCal [16:31] ArshiaAghaei: ##C [16:31] !alis | ArshiaAghaei please stop using #ubuntu as your personal freenode directory [16:31] ArshiaAghaei please stop using #ubuntu as your personal freenode directory: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [16:31] chanell ---> channel [16:32] Pici: C# not C [16:32] <_[soma]_> hi [16:33] ArshiaAghaei: /join ##csharp [16:33] yogg: Thanks. === Ankhers` is now known as Ankhers === jnoob22 is now known as Harlin [16:36] hello i'm trying to make ubuntu bootable through unetbootin and it appears to just hang at 5% [16:36] anyone else encounter this problem? [16:36] hi, can anyone help with an RGB color in terminal? i know the rgb code but the color settings in ubuntu are different [16:37] Arizon, WHAT hangs at 5%? [16:37] Giwrgaras: please explain what you mean. [16:38] is 12.04.5 LTS affected by CVE-2015-0235 ? looks critical to me, but i can't see no update? [16:38] ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0235) [16:38] on the ubuntu terminal the color i like #BF4040 [16:39] Giwrgaras: I assume you want to use rbg(12,45,67) or something, but gnome-terminal doesn't allow that. That's because gnome-terminal is complete shit. Use a decent terminal emulator. [16:39] yes [16:39] and which one is good? === corey84-- is now known as Corey84 [16:40] oh nice, but the cve is public now, and seem to affect like everyone [16:40] !terminal | Giwrgaras [16:40] Giwrgaras: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [16:40] urxvt/rxvt-unicode, terminator, xfce4-terminal... [16:40] ubottu: Useless bot giving useless information because someone doesn't know how to answer a question by themselevs. [16:40] CHVNX: I am only a bot, please don't think I'm intelligent :) [16:40] hi guys, i have an intel atom laptop, with 950gma graphics.... i've installed mesa drivers, but it sucks here, and i need to install the correct drivers now [16:40] yokobr: Then do it. [16:41] hellol [16:41] hellol [16:41] can u help me ? [16:41] Maybe. [16:41] Sifoncho,!ask | [16:41] nibbler: give them some time to patch it. it was planed not to make that public so early [16:41] my ubuntu computer have two lan cards [16:41] cfhowlett_: stop spamming people with that stupid bot, please. We're trying to help people, not turn them away. [16:41] CHVNX: idk which drivers should i install [16:41] i m with ubuntu 12.04 [16:41] yokobr: research the drivers for your card. [16:42] so its not a good terminal or not? [16:42] i got internet on eth0 and out to router eth1 [16:42] nibbler: the fix is being uploaded soon according to a message a saw a few minutes ago [16:42] i m on laptop who connect to this router [16:42] all device have networking [16:42] thanks pici [16:42] Giwrgaras: It's fine, unless you want to use a specific customized colour without using their regressive, shitty gtk3 colorchooser. [16:42] router with adress 192.168.0.1 [16:43] which is exactly what i want :/ [16:43] i install heroes 3 and i wanna play behind router peer to peer [16:43] Sifoncho: google "Ubuntu Networking with Multiple Nics" [16:43] i nat port 16000 [16:43] on heroes 3 from router [16:43] Giwrgaras: spend ten seconds installing a different terminal. [16:43] It's not difficult. [16:43] sudo apt-get install terminator [16:43] which one do you use? [16:43] behind router is my pc with ubuntu they ip is 10.42.0.1 [16:44] I use urxvt-unicode, but that may be above your knowledge level. Terminator is likely the best for someone with a novice level of knowledge. [16:44] how can i nat port 16000 to this ip [16:44] ok ill check this one thanks [16:45] i stuck on game ranger's help [16:45] i also saw guake, what is your opionion on this one? [16:45] I dislike drop-down terminals. [16:46] any timeline for glibc updated packages? [16:46] Giwrgaras: trust me, terminator is the best terminal for the typical Ubuntu desktop user. [16:46] mii: ghost with the most? [16:47] I'd rather not be gosted :D === jan is now known as Guest21236 [16:48] siema [16:48] someone can help me how can i ad port foward to 10..42.0.1 [16:48] port 80 [16:49] mii: Last I saw, the developer was in the process of uploading it. [16:50] thanks Pici [16:50] test [16:52] Sifoncho: If you are trying to port forward from your router you need to look at your router's documentation. === Sir_Lestaty is now known as dumbledore [16:53] mii: actually, it should be out there now. [16:54] ciao! [16:55] hello. are there no fglrx-legacy packages in ubuntu? [16:56] woshty: when amd droppes the support for your card you need to run the open source driver [16:56] Pici [16:56] how to get rid of Untrusted error in software center ? [16:57] Pici i port foward on UDP 16000 from game ranger guide [16:57] Pici: [16:57] i just want to play heroes 3 [16:58] i succefully add port 16000 UDP [16:58] ArshiaAghaei: please run a "sudo apt-get update &&sudo apt-get dist-upgrade" in terminal and show the whole output in a pastebin service. [16:58] on router [16:58] !paste | ArshiaAghaei [16:58] ArshiaAghaei: 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. [16:58] i wanna ad him to 10.42.0.1 [16:58] k1l: ???? === tcpman is now known as Guest30436 [16:59] ArshiaAghaei: that will update your packages list and show us the error if there is one. [16:59] k1l: Will this run both commands ???? [16:59] k1l: I know. [16:59] k1l: help please :) [16:59] ArshiaAghaei: yes. but it will not upgrade from 14.04 to 14.10. [17:00] k1l: I know that. [17:00] ArshiaAghaei: ok, so where is the issue then? [17:00] I had a derp moment. I ran "sudo usermod -s /bin/zsh Ownix" and I can no longer login top my box [17:01] k1l: Give me a minute to run the commands. [17:01] but luckily I have VNC open and im still logged in as myself there. I tried passwd and changed my password but when I try to SSH in my password is still being denied [17:02] k1l: http://paste.ubuntu.com/9901087/ [17:02] My record in /etc/passwd lookjs like this: "owner:x:1000:1000:owner,,,:/home/owner:/bin/zsh" === mwak_ is now known as mwak [17:03] ff [17:03] ArshiaAghaei: do you use some proxy? or other special network? is google blocked? [17:03] I really don't know the reason, why gnome-screensaver dont lock the screen as root? [17:03] Hi I New [17:03] why? [17:03] dupingping: eeeeek, you run a desktop as root? [17:04] yes [17:04] Hi I New [17:04] dupingping: that is not supposed to run properly at all [17:04] Hi I New [17:04] Hi I New [17:04] k1l, not always. [17:04] sometimes [17:04] yassine: dont get annoying. if you have technical support question then just ask i [17:04] *ask it === luckybunny is now known as lbaway [17:05] dupingping: you are not supposed to run a desktop as root on ubuntu. [17:05] Ok [17:05] dupingping: do you have setting to lock screen [17:05] k1l, yes. i know that. [17:05] Ownix: the usermod command was to change your login shell to zsh, right? not sure why you would need to change your password [17:05] How to open port in Ub 14.04 === lbaway is now known as luckybunny [17:05] hamsters, sure. [17:06] !firewall | yassine [17:06] hello [17:06] yassine: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo [17:06] Ownix: can you change that zsh to bash or dash again? === apw is now known as jsalisbury [17:06] 14.04 lock the screen, but 12.04 as root. === jsalisbury is now known as apw [17:06] Ownix: maybe the real reason you can't login is because zsh isn't installed or working? [17:06] jonathaN: I have no idea what happened. But after running that command, and trying to run this command: chsh -s /bin/zsh I cant get into my account any longer. My password is being denied when I try to SSH [17:07] How can i solve this problem? [17:07] !ask [17:07] 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 [17:07] dupingping: ubuntu and gnome don't have screen savers. [17:07] I think that it's an error to be fixed. [17:07] 14.04 don't have [17:07] dupingping: no. [17:07] but 12.04 use gnome-screensaver [17:07] dupingping: run the desktop as a regular user. then it works. [17:08] sure, it is. but === ryan_ is now known as Vudew [17:08] when i logged as root, [17:08] jonathaN: k1l changing my shell to /bin/bash fixed it. [17:08] do you think that's right that screensaver is not locking? [17:09] it's correct? [17:09] dupingping: yes. because that makes a mess from all the setup on ubuntu. [17:09] dupingping: disable them and install x11 and x11 extra screen saver. [17:09] dupingping: its just plain stupid to run a desktop as root on ubuntu. [17:10] yes, it's stupid. but already logged in as root, it must don't work? [17:10] dupingping: dont think running a desktop as root is the same than running as administrator on windows. its a big difference [17:10] If I have a program running on a server, and I want to get back into it, but it is running in screen how do I do this? I tried to type "screen -ls" to get the information about screen running, but it says something about no sockets found. However, I know for a fact this program is running because I can see the results.. [17:10] sure, it is. [17:10] I think so. [17:10] dupingping: its not supposed to work because you are not supposed to do it. [17:11] Also why are all the commas here? "owner:x:1000:1000:owner,,,:/home/owner:/bin/zsh" [17:11] can I delete them? [17:11] ricordando [17:11] as detail, [17:11] knowing what the user id of the logged in user is (so we don't know [17:11] whose password to prompt for.) [17:11] *** WARNING: DO NOT DISABLE THIS CODE! [17:11] If you do so, you will open a security hole. See the sections [17:11] of the xscreensaver manual titled "LOCKING AND ROOT LOGINS", [17:11] dupingping: whether you think so or not, you are trying to use an OS a way different to how it is designed - and you are encountering problems. therefore you shouldn't keep trying to do so :) [17:11] and "USING XDM". [17:11] dupingping: its like you ask if a ferrari will work in a offroad rally. it doesnt matter since its not supposed to work there. [17:12] dupingping: install xscreensaver and xscreensaver-extras. Then you will have cool screensavers. Disable gnomes. [17:12] ic [17:12] but [17:12] no but [17:13] dupingping: they also lock the screen. [17:13] spederman [17:13] dupingping: if it works: ok. if it doesnt work: ok. you are on your own there with that issue [17:13] hamnstar, as root? [17:13] k1l, then do you think it's not error? === rama_ is now known as Guest32149 [17:14] dupingping: we already ended that discussion [17:14] i think that it's an error correctly. [17:14] okay. [17:14] dupingping: the only error is how you're trying to use ubuntu [17:14] why 12.04 and 14.04 work differently? [17:14] dupingping: they are opengl screen savers. Really nice xscreensaver. But install the extras to === Guest32149 is now known as __attribute__ [17:15] any one who can hepl me > ? [17:15] dupingping: your issue is not an issue for ubuntu. dont run desktop as root. [17:15] Sifoncho: did you ask a question yet? [17:16] daftykins: yes [17:16] <[jasper]> hej guys, when I reconfigured clamav-milter the last question was which config file I wanted to keep...I accidentealy selected the config file that was delivered with the package [17:16] how to port foward port 16000 on 10.42.0.1 [17:16] <[jasper]> how can I go back and change the answer to this question? [17:16] i have ubuntu with two lan cards [17:16] not ubuntu's issue? [17:17] dupingping: no. no ubuntu issue. [17:17] !firewall | Sifoncho did you read here? [17:17] Sifoncho did you read here?: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo [17:17] <[jasper]> so basically how do i reverse a dpkg-reconfigure question if it's not asked again [17:18] k1l, although there are major difference between 12.04 and 14.04, it's not ubuntu's issue? [17:18] dupingping: stop it! [17:18] k1l, please more kindly speak me. [17:18] [jasper]: I believe it should have made a copy of your config file in the same path as the normal one. [17:18] in a terminal, i use xclip to copy "$PWD" i can then paste it by clicking the middle mouse button but i can't ctrl+shift+v it it's not save in my clipboard. [17:18] dupingping: you are not supposed to run a desktop as root on ubuntu. so it doesnt matter if the screensaver works or doenst work. its not an issue if it works and its not an issue if it doesnt work. [17:19] how can I copy my present working directory [17:19] when I have a process open and running on ubuntu, what is the command to get back into it? [17:19] Hi [17:19] <[jasper]> it did Pici, should i just overwrite the other config file? [17:19] [jasper]: yep, thats the best options. [17:19] er, -s [17:19] i understand it. k1l, [17:20] dupingping: ok, so stop asking if that is an issue or not. [17:20] Then i'll find another can help me. [17:21] <__attribute__> LurkAshFlake, good question. I was wondering myself that today. [17:21] hello [17:22] Anyone know why bsd-mailx has postfix as a dependency? I want to install mailx *without* postfix and use a remote SMTP server [17:23] 有人會說中文嗎 [17:23] !cn [17:23] 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [17:23] !cn | userr [17:23] userr: please see above [17:24] thx [17:26] Takumo: Looks like it depends on anything that provides default-mta or mail-transport-agent, postfix fulfills the former. [17:26] k1l: Can you explain More ???? [17:27] can you "ping google.com"? [17:27] ArshiaAghaei: ctrl+c to stop ping [17:27] Pici: so what would I do if I want my MTA to be remote? [17:28] k1l: http://paste.ubuntu.com/9901477/ [17:28] ArshiaAghaei: hmm [17:29] Hi:) [17:29] Takumo: Looks like the best way of doing that would be to install lsb-invalid-mta, which fulfills the mail-transport-agent dependency, while not actually installing to do anything. See the lsb-invalid-mta package description for more. [17:29] is metacity the best window manager for someone to use in 14.10 if they like pre-unity gnome? [17:29] Q: I try share my PC internet to android phone but without success, here more details: http://pastebin.com/cGEytVpG [17:29] Pici: GG. Thanks [17:30] any clue what next ? [17:30] ArshiaAghaei: try this comment #6 https://answers.launchpad.net/ubuntu/+question/251767 [17:30] hetii: why not use WiFi from a router. [17:31] hi all [17:31] handytonk: have no access to it and cannot add my MAC of phone [17:32] need some help to install and use a wifi usb adapter dlink d-140 with ubuntu 14.04 lts [17:32] helo: there is ubuntu mate you know [17:32] mate is a fork of gnome2 [17:32] hetii: are you trying to connect it to wlan0 [17:33] My pc have wlan0 and it have internet over it [17:33] frenzarectah: how far have you gotten? [17:33] daftykins, a week ago [17:33] f/w version 4.00 [17:34] frenzarectah: what? no i asked what you've tried... [17:34] then I set in bluetooth network manager local network service [17:34] NAP [17:34] hello, i've got a problem with dual booting my hp envy 4-1100ed. [17:34] i've tried nswrapper with the win drivers [17:34] My pc was delivered with Windows 8.1, and now is want to install ubuntu besides it. I've made a bootable USB stick with ubuntu 14.01 on it, my BIOS settings are ok, my internal hdd has unallocated space and i did everything i had to do to install ubuntu according to several 'how tos', [17:34] and did not work [17:34] but when i boot ubuntu fron the USB, i don't get the choice how to install ubuntu, instead of that it goes directly to the screen where i’m supposed to choose a partition on which i want to install ubuntu, except the fact that it shows no storage at all. The section is completely empty. Does someone know what’s going on? [17:35] frenzarectah: so what chipset does this device use? [17:36] intel i5-3317U 1.70 gzh [17:37] daftykins, i'm a beginner,i've tried random chipset,because i'm not able to find the same HW and FW version of mine in the internet [17:37] hetii: so you have a router with MAC address restrictions. No access to it. Most routers need a login name and password. Sometimes written on the side. [17:38] frenzarectah: is it a USB device? [17:38] handytonk: as I said no access and rude owner :/ [17:38] yes it is [17:38] DWA-140? [17:38] that take a cashe and services are limited :( [17:38] yep [17:38] dlink is the brand [17:39] frenzarectah: what does "lsusb" report when the device is connected? [17:39] hetii: oh you wanna share the internet over blue tooth. [17:40] Bus 001 Device 004: ID 07d1:3c03 D-Link System AirPlus G DWL-G122 Wireless Adapter(rev.C1) [Ralink RT2571W] [17:40] handytonk: yes [17:40] this one [17:40] frenzarectah: and which ubuntu version do you have installed? [17:40] 14.04 LTS [17:41] ubuntu cannot see the devices,seems like it isnt inserted [17:42] frenzarectah: what do you mean by 'see' ? [17:42] the lsusb output you shared is what it sees, unless you pasted that from a website [17:42] no no ahah [17:42] its mine terminal [17:43] so yeah it sees it fine :) [17:43] yes [17:43] you're going to need to undo whatever you've done so far with ndiswrapper [17:43] aehm... [17:43] hello, i've got a problem with dual booting my hp envy 4-1100ed. My pc was delivered with Windows 8.1, and now is want to install ubuntu besides it. I've made a bootable USB stick with ubuntu 14.01 on it, my BIOS settings are ok, my internal hdd has unallocated space and i did everything i had to do to install ubuntu according to several 'how tos', but when i boot ubuntu fron the USB, i don't get the choice how to install ubuntu, inst [17:43] the screen where i’m supposed to choose a partition on which i want to install ubuntu, except the fact that it shows no storage at all. The section is completely empty. Does someone know what’s going on? [17:43] and how i can do that? [17:43] hetii: Try installing blueman. Or http://opengarden.com/ [17:43] handytonk: have blueman [17:44] both devices are paired [17:44] *how can i do that? sorry [17:44] and pan service is up [17:44] frenzarectah: depends what steps you took, whether you edited /etc/modules to try to add any ndiswrapper modules to auto load on boot, etc [17:44] i made a N number of tries,i followed several guide on the internet :\ [17:44] hetii: stuff like this always tends to have firewall issues. [17:45] if apt-get dist-upgrade shows no packages then is glibc ok? [17:45] well my iptables are set to forward all packages. [17:45] cjz: are you on 10.04 or 12.04? [17:46] hetii: nothing not even a pairing prompt. === MDTech-us_MAN_ is now known as MDTech-us_MAN [17:46] for example,the ndiswrapper folder is empty [17:46] cjz: http://www.ubuntu.com/usn/usn-2485-1/ [17:46] paulltk, sometimes it's best to format the linux to ext4 partition beforehand using gparted or some such app. [17:47] frenzarectah: is the package linux-firmware-nonfree installed? [17:47] hi there, I have some boot problems with the server version of Ubuntu, 14.04 (and 12.04) on a HP Microserver Gen8 [17:47] handytonk: pairing I did on bluetooth manager side and setup it as network connection [17:47] so have them connected [17:47] k1l: yeah i read that and followed the instructions, no packages were updated [17:47] but looks like android don`t ask about ip [17:47] cjz: are you on 10.04 or 12.04? [17:47] just a sec,i'll take a look [17:47] The machine goes straight from 'booting harddrive c:' to 'booting from netwrrok, as if there was no bootsector on the drive. [17:48] But installing the desktop version, of Ubuntu 14.04 it boots fine after install. [17:48] hetii: sudo ufw disable. That will turn off ubuntu firewall. It probably is already off [17:48] BluesKaj_, what do you mean exactly? [17:49] daftykins, no it isnt [17:49] 13.10 and 11.04 [17:49] BlueasKaj_, you think that if i open gparted, it will see my drive? [17:49] I googled but can't find a solution or not even a descroption of the problem [17:49] handytonk: done, without changes [17:49] do i have to install that? [17:49] frenzarectah: it's worth a go [17:50] paulltk, format the unallocated space that you intend to use for the installation to a linux ext4 type partition before trying to install ubuntu. [17:50] k1l: 13.10 and 11.04 [17:50] Hello, there is some process using up 100% of my CPU and i cannot find it in the system monitor, what can i do? [17:50] is it possible to have java 7 (Oracle) and java 8 (OpenJDK) running on the same computer? [17:50] hetii: maybe in network settings you need to add blueman as a connection [17:50] cjz: oh wekk. both dont get security updates at all. you need to upgrade to 12.04 or 14.04 asap [17:50] k1l: ok [17:50] kokut: try 'top' in a terminal [17:51] paulltk, use a live media version of gparted either on cd or usb [17:51] BlueasKaj_, the problem is that it doesn't even show unallocated space. Instead of showing partitions, i just see blank space [17:51] kokut: setting to show all users. [17:51] ok,it's installing [17:51] if i upgrade to 14.04 will my icons and themes go away? [17:52] BluesKaj_, the problem is that it doesn't even show unallocated space. Instead of showing partitions, i just see blank space [17:52] will ubuntu tweak still work? [17:52] what about ccsm [17:52] what the fuck? tcptrack is using 100% of my CPU and it's not even running [17:52] daftykins, ok it's installed [17:52] pixelkats: no, but old themes would probably not work. Backup is always good idea [17:52] !language | kokut [17:52] kokut: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [17:52] ps. thanks for ur help [17:52] D: [17:53] now what i have to do? [17:53] sorry xangua [17:53] frenzarectah: check if an interface appeared for the adapter now, by opening the terminal and running "ip a" and sharing it to me via http://paste.ubuntu.com [17:53] k1l: Same result [17:54] i got a lil upset bc it's been using 100% of my cpu for a couple of hours already and i dont like aditional stress on my CPU [17:54] paulltk, do you intend to dual boot with windows ? [17:54] BluesKaj, yes indeed [17:55] daftykins, i have another wifi usb adapter that is running right now on this computer [17:55] is it a problem? [17:55] k1l: What else ???? [17:55] hetii: open garden web site claims little set up issues. It just needs to be installed on all devices === icecream is now known as icecream|away [17:56] frenzarectah: well, we'd see two [17:56] Can anyone solve this ??? [17:57] paulltk, uefi/bios ? if so try diabling fast boot and secure boot, and if possible boot the ubuntu installer media in legacy mode. [17:57] hetii: try this. Turn off WiFi and data on phone. [17:57] apt-get update gives me an error. [17:57] ArshiaAghaei: can you hit webpages? [17:57] paulltk, disabling [17:57] ArshiaAghaei: share the output of "sudo apt-get update" via http://paste.ubuntu.com [17:58] handytonk: I will try first to set internet link over usb and if this success will install some tools that will give me possibilites to play with android shel to see whats happen there [17:58] daftykins, i've pasted it on your priv [17:58] hope it isnt a problem === icecream|away is now known as icecream [17:58] otherwise will never guess if I get ip or what is real current state of network in android device [17:58] frenzarectah: ok, looks like a no for that changing anything. so - if you have a working adapter why do you have this other one? :D [17:59] ahah nice question [17:59] BluesKaj_, uefi, secure boot and fast boot are off, can i disable uefi mode? [17:59] hetii: maybe it is connected. Did you try browsing. [17:59] it is a very old one,supports only G wireless [18:00] the new one uses N [18:00] BluesKaj_, one sec, i log on to a different pc [18:00] handytonk: yes [18:00] handytonk: also in system information I don`t see any ip that might to be assigned to my device [18:00] frenzarectah: ah - in that case the line you pasted from lsusb earlier is probably the one for your working device [18:00] daftykins: http://paste.ubuntu.com/9901087/ [18:01] frenzarectah: WiFi is only as fast as its slowest link. [18:01] ArshiaAghaei: are you behind a proxy in a workplace? [18:02] daftykins, probably [18:02] frenzarectah: wifi-g device will slow all devices down to g speed [18:03] handytonk, but i have an N router [18:03] actually most Linux wireless drivers are so bad that they won't even operate at 'n' [18:03] frenzarectah: anyway, if you have both wireless adapters plugged in, can you use http://paste.ubuntu.com to share "lsusb" in full? [18:04] frenzarectah: it don't matter. Routers WiFi switches to the slowest connected device. [18:04] i'll past you the correspondent line [18:05] frenzarectah: Thank you. [18:05] handytonk, sorry [18:05] i'm not english [18:05] daftykins: all routers firmware is linux. [18:05] and if more people talk to me i need some time to respond [18:06] but in my place,all the devices are N [18:06] BluesKaj_, do i want to enable or disable legacy support? [18:06] only this one is G,according to the old wifi adapter [18:07] do i understand well what u say? === derjur_ is now known as derjur [18:07] daftykins: Nope. [18:07] paulltk, best to try it with uefi enabled first [18:07] frenzarectah: paulltk only if you have legacy devices. It really don't matter though. It will just reject legacy devices [18:07] daftykins: What can i do ????????? [18:08] paulltk, since you'll probly need uefi enabled to boot into windows [18:09] handytonk, sorry but ur english is so complicated to me [18:09] be more simple pls [18:10] BluesKaj_, i tried installing ubuntu again with legacy mode off, i still can"t see any hard drives or partitions [18:11] hey guys, I'm having a bit of trouble with Nvidia prime. Both cards work flawlessly and I can switch between them nicely. However whenever I reboot with the nvidia card active, it comes up with a blank screen, so I have to Ctrl-Alt-F1, use prime-select intel and then reboot [18:11] paulltk, ok try installing with legacy mode on, that means turning off uefi mode [18:11] (also my gnome shell extensions are all disabled) [18:11] k1l: What have you done ???!!!!!! You messed up with my whole system !!!!! [18:13] BluesKaj_, i don't see a option in bios where i can turn uefi mode off? By the way when i use gparted i can see mijn internal drive with the partitions [18:13] Hi all [18:14] ArshiaAghaei, are you in china by any chance? then http://dl.google.com is not available to you. [18:14] OerHeks: No. [18:15] ArshiaAghaei: Hi [18:15] pratik_: Who are you ???!!! [18:15] lmao [18:15] daftykins, where are you? :( [18:17] bah [18:19] ArshiaAghaei, "sudo apt-get update -f " might do the trick < http://askubuntu.com/questions/410519/cannot-install-anything-via-apt-get-problem-with-apt-get-update [18:19] paulltk, which ubuntu version are you trying to install? [18:19] BluesKaj_, ubuntu 14.01.1 LTS [18:21] paulltk, http://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/ [18:22] hi there. real noob here. trying to figure out why im getting "system policy prevents changes" when trying to unlock a user account. the account has all access [18:24] hi,im a user of ubuntu 14.04 LTS,i have a problem to install and use usb wifi adapter d link dwa-140,anybody can help me? [18:24] I have a few questions on accessibility. Anyone who can support me w/ that? I don’t want to ‘just ask’ here, since it’s quite involved and I don’t want to waste anyone’s time… [18:26] Hello! [18:26] does anybody know why these servers are down? [18:26] Err http://extras.ubuntu.com vivid/main Sources [18:26] 404 Not Found [18:26] Err http://extras.ubuntu.com vivid/main amd64 Packages [18:26] 404 Not Found [18:26] Err http://extras.ubuntu.com vivid/main i386 Packages [18:27] that probably means it does not have a package for your ubuntu version in that repo [18:27] the server itself seems up eithne [18:27] eithne: iirc, extras is being retired. [18:27] eithne, they aren't down, they just don't have any packages in them for your ubuntu version [18:28] https://lists.ubuntu.com/archives/ubuntu-devel/2015-January/038629.html [18:28] well but i get this error while trying to upgrade to Vivid... so why I can't access the 15.04 repos during the upgrade? [18:28] Pici, or is it already retired? [18:29] eithne: Disable the repository then. It doesn't exist for the new release. [18:29] oh, ok I'll try! [18:30] eithne, yes that repos isn't working for 15.04, just comment the line or remove it from our sources.list [18:30] eithne: Since you're upgrading to a pre-release version, the fix hasn't been put into the installer in previous releases to remove it yet. [18:30] your sources [18:30] well I have to comment the extras? [18:30] !ubuntu+1 [18:30] Vivid Vervet is the codename for Ubuntu 15.04 - Support only in #ubuntu+1 [18:30] eithne, yes [18:31] why are these being retired? [18:31] I am having trouble with my filesystem, two times now after i reboot some .txt files appear empty although i had saved the data [18:31] eithne: Because the pacakges are not being published on that server anymore. [18:31] Oh, thanks for helping me :) [18:32] OerHeks: http://paste.ubuntu.com/9902348/ [18:33] frenzarectah: sorry, neighbour popped by for wifi troubles of her own :P [18:33] ArshiaAghaei: what happened? === Snowstormer is now known as cats [18:35] daftykins, no prob :D [18:37] k1l: I don't see the Install button in Software center. [18:37] hello , fellow ubuntu users :) [18:37] What now ????!!!!! [18:37] frenzarectah: can you try running "sudo modprobe rt2800usb" then pastebin (using that site) "ip a" again? [18:38] ArshiaAghaei: forget about software center for now. we need the more informations from apt-get to get to that issue [18:38] ArshiaAghaei: are you sure your country doesnt block that traffic? [18:39] daftykins, in pvt === `ph8 is now known as ph8 [18:39] better use synaptic package manager [18:40] frenzarectah: err which command did those lines come from? [18:40] ArshiaAghaei: that seems to be a known problem for using https and google in iran [18:40] the modprobe [18:41] ArshiaAghaei: see this: https://groups.google.com/forum/#!topic/android-beginners/BmSov0451Dw [18:41] is there a way to run "bleachbit -c --preset" during the boot process (before the GUI/Login window is displayed)? [18:42] frenzarectah: yay, that brought up another wireless interface \o/ so now what i would like you to try, is to shutdown your computer - use only the intended D-Link adapter we're trying to get working (unplug the other one) then boot back up and see if it connects to your home wifi. you might need to run "sudo modprobe rt2800usb" again, possibly also to then log out and back in [18:42] so [18:43] i'll repeat ur words,in order to be sure [18:43] !u | frenzarectah [18:43] frenzarectah: Shortened English is difficult for some non-native English speakers to read. Please use full words instead. Thanks! [18:44] now i will reboot the computer,remove the wifi that works,and at the restart i will run sudo modprobe rt2800usb [18:44] is it correct? === BlackVenom|Away is now known as BlackVenom [18:46] frenzarectah: only if the network manager program doesn't already see a wireless network, yeah [18:47] I need to unmount a USB drive but when I try to safely remove it a window says "Volume is busy". The process is mediascanner-service-2.0. What is that service? How can I stop that or how can I disable it? [18:48] daftykins, ok brb [18:51] When I enable ‘large mouse cursor’ in Accessibility, I see no change in pointer size. Did I mess something up? [18:54] ChristW: tried logout + in? [18:54] MeXTuX: what distro is this? perhaps you've installed some kind of media scanner [18:54] daftykins: Still there after a power loss :-) [18:54] !info unity-scope-mediascanner2 | MeXTuX [18:54] MeXTuX: unity-scope-mediascanner2 (source: unity-scope-mediascanner): Media scanner scope for Unity. In component universe, is optional. Version 0.2+14.10.20141013-0ubuntu1 (utopic), package size 970 kB, installed size 1516 kB [18:54] It _may_ be because I have a 2-user setup that I switch between... [18:55] Greetings everyone, i have a question, my /var/log/kern.log is being flooded with lines like "Jan 27 18:37:28 HOSTNAME kernel: [ 8546.271853] UDP: bad checksum. From 84.156.153.3:16445 to MYIP:PORT ulen 47" from different IPs all over the place. Can anyone give a hint on what can it be? Thank you. [18:55] daftykins: Ubuntu 14.10 [18:56] dc__: you have a network connection on your computer that is directly internet facing? [18:56] MeXTuX: So if you're not using this Unity Scope (which is not installed by default) then you probably don't want to have it or the mediascanner2.0 package installed at all. [18:57] Hei daftykins, yes i do, no NAT router here [18:57] daftykins, it works :O [18:58] but now i want to understand why :D [19:02] i'm trying to configure a VPN connection and it's mostly working but i can't get DNS to work. a bunch of articles say to add the nameserver address to the ipv4 tab in network manager but i'm not getting the right name resolution [19:02] hola [19:03] hellow agrecan [19:03] if i nslookup vpn.foobar.com i get a "server can't find...NXDOMAIN" error, if i nslookup vpn.foobar.com x.x.x.x and specify the vpn dns server, it works [19:03] ses1984: I'd help but I'm a little bit VPN noob [19:03] so i believe almost everything is working except dns resolution === blubberbop is now known as phoenixz [19:04] I pretty much use OpenVPN vanilla [19:04] the vpn part is all working i just need to figure out how to get domain name resolution to query the vpn dns server === mion is now known as Guest39754 [19:05] dc__: then there's probably all kind of malformed packet antics going on over your connection, hard to say what's up [19:05] dc__: invest in a router :P [19:05] frenzarectah: did you need to run the command, or could you see wireless networks instantly? [19:06] daftykins, no i have to run the command [19:06] but the command seems not work [19:07] because the output is this: libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/rt2870sta.conf line 1: ignoring bad line starting with 'exit' [19:07] frenzarectah: *shrug* you can put the module name into /etc/modules to load it on every boot [19:08] daftykins: indeed mister it's a must to, it suddently stoped 30 min ago. I was verifying those IPs and they were from everywere (China Japan USA ...). I was getting worried that it could be an attack :( [19:09] Hi. I have Ubuntu 14.04 LTS. Few days ago problem with launcher counter/badge has appeared. It becomes very-very small. Does anyone have the same problem/solution for it? Screenshot of problem (psensor temperature counter) here http://i.imgur.com/6oXmN8N.png. Thnx for help :) [19:09] dc__: could well be. botnets or some such [19:09] daftykins: thank you anyway mister [19:10] frenzarectah: so open the terminal, type "sudo nano /etc/modules" to open the text editor 'nano' with the modules file... then on a new line at the bottom of everything, type in "rt2800usb" then hit ctrl+X to quit whilst saving, it'll prompt so say yes to save and enter when it shows the filename /etc/modules [19:10] then it'll be loaded very boot and should work auto [19:13] daftykins, ok ok done ;) [19:13] Hi, can someone tell me how to make the middle-button copy/paste again? I could earlier select with the left button and then paste with the middle one [19:14] but i want to know why that error message pls [19:14] frenzarectah: no idea, just happy it works. [19:14] Firefly67: are you using unity? [19:15] I don't know, what is that? [19:15] I am using ubuntu [19:15] what version of ubuntu are you using [19:15] ok, just plain old ubuntu [19:15] I think so [19:15] ok i will retry to reboot and see if it works again ;) [19:15] Greetings, all. I want to verify the upgrade command for a single package: [19:15] apt-get install --only-upgrade=true package [19:16] Is that right? [19:16] are you talking about Ubuntu One? It has popped up with a cloud icon on the toolbar [19:17] What is the difference between using `apt` and using `apt-get`? [19:17] seanz: Yes, though it may upgrade other dependant packages. [19:18] Jordan_U: That's a good thing though, right? [19:19] seanz: Yes, though I guess it depends on why you don't want other packages to also be upgraded ("sudo apt-get upgrade"). [19:19] I'm trying to upgrade libc6: http://www.ubuntu.com/usn/usn-2485-1/ [19:20] seanz: Are you running 10.04 or 12.04? [19:20] nf7: "apt' is the whole package, where 'apt-get'm "get" is one tool of many ... ( try apt-cache show , apt-cache search , apt-cache depends .. among many many tools . [19:20] Pici: Some of both. === BlackVenom is now known as BlackVenom|Away [19:21] Bashing-om: Is there any real different between using `apt search hello` and `apt-cache search hello`? All I can tell is that the apt output looks nicer. [19:21] seanz: You only need to supply the --only-upgrade parameter, not '=true' after it. [19:22] seanz: also what Jordan_U questioned about why you don't want to install other security upgrades that might be available. [19:22] Pici: I got an error if I didn't specify =true [19:22] Hi. I have Ubuntu 14.04 LTS. Few days ago problem with launcher counter/badge has appeared. It becomes very-very small. Does anyone have the same problem/solution for it? Screenshot of problem (psensor temperature counter) here http://i.imgur.com/6oXmN8N.png. Thnx for help :) [19:22] hello all. what video card is best for Ubuntu?? Nvidia or ATI?? [19:22] seanz: weird, no issues here. [19:22] Pici: Your point is valid. [19:22] Hi everyone, i am looking for a tutorial on seting up a mail server on an ubuntu vps. I tried some but i could only get partial functionality. I spent a few days but couldn't do it. Does anybody know any link(s) regarding seting up an email server on ubuntu 14.04 ? [19:23] nf7: Well. like all tools, it depends on the information you are seeking . [19:23] nf7: I would say that "man apt" is a good explanation of the differences between "apt foo" and "apt-{get,cache} foo". [19:23] whopazz: sure nvidia :) [19:25] naftilos76: do you already read this ? https://www.exratione.com/2014/05/a-mailserver-on-ubuntu-1404-postfix-dovecot-mysql/ ? :) [19:26] thanks man, already done it twice. [19:26] anybody else? [19:26] k1l: How did you found I'm Iranian ? [19:27] is there a way to run "bleachbit -c --preset" during the boot process (before the GUI/Login window is displayed)? [19:28] ArshiaAghaei: i think something like that :) https://ipinfo.io/109.125.167.87 [19:28] Aha ... [19:28] Pici: I got this error: E: Sense only is not understood, try true or false. [19:28] Without =true [19:29] link0802: Ok, how the hell can i get rid of these 403 problems ??? [19:29] ahh [19:30] How do I ubuntu [19:30] pls help [19:30] how bununtu [19:30] pls help [19:30] currently running backbox where can i get information of learning how to use these tools [19:30] seanz: Works fine on my 12.04 and 14.04 installs here.. I don't have any 10.04 installs to check against though. [19:30] help [19:30] pls [19:30] selling gf 20gp [19:30] SWeg: Can you tell us more about the problem ???? [19:31] seanz: You need to ask a real question before we can help. [19:31] how do i ubunut [19:31] er, not seanz, sorry [19:31] Sorry, don't know :( maybe this will help http://pcsupport.about.com/od/findbyerrormessage/a/403error.htm [19:31] Pici: haha - I was hoping you weren't talking to me. :) [19:31] how i bunutu please hgelp [19:31] SWeg, what is "how do I ubuntu"? How do you install it ? [19:31] SWeg: Please ask a real question first. [19:31] i think he is just a troll... [19:31] rtdos I would think you could have it run at boot from cron @reboot [19:32] how do I left click [19:32] /j riak [19:32] Im serious [19:32] so nobody have problem with unity launcher/counter?) [19:32] lol [19:32] im very reluctant to upgrade to 14.04 [19:32] why should i? [19:33] pixelkats: you're not even running ubuntu, you use elementary don't you? [19:33] pixelkats: if it works don't fix it [19:33] no im on ubuntu 12.04 [19:33] pixelkats: oh so you reinstalled? [19:33] yes [19:33] stability is nice [19:33] heh :P likely story [19:34] lol [19:34] i did thoug :D [19:34] though* [19:35] daftykins: Easy enough to verify. [19:35] Can anyone tell me how to get rid of 403 Errors (My country is lockouted) ???? [19:35] jhutchins_wk: and to fake [19:35] i dont know how to fake so yeah [19:35] it should say 12.04 [19:35] did it? [19:35] ArshiaAghaei: not really, it might end up breaking the law, so you will need to look into this one for yourself [19:37] daftykins: I would rather to break to whole law than being a guy who cannot download anything. [19:37] ArshiaAghaei: yeah but i'm certainly not being responsible for getting someone taken away by their local authorities ;) === mEck0_ is now known as mEck0 [19:39] daftykins: Ok,But where should i go to fix my problem ?????? [19:39] hey [19:39] anyone know where the mint channel is? === BlackVenom|Away is now known as BlackVenom [19:40] ArshiaAghaei: to your local libraries i guess [19:40] !mint | epson [19:40] epson: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [19:40] daftykins: How ??? [19:40] Pleace help me :). I have Ubuntu 14.04 LTS. Few days ago problem with launcher counter/badge has appeared. It becomes very-very small. Does anyone have the same problem/solution for it? Screenshot of problem (psensor temperature counter) here http://i.imgur.com/6oXmN8N.png. Thnx for help :) [19:41] ArshiaAghaei: please don't message me anymore. [19:41] epson #linuxmint [19:41] is it possible to use the mini.iso to install when you are at a location that requires a router password ? [19:41] Ok. [19:41] Well , looks like no one can help me here , is it ???? [19:42] grepper: you mean like a web proxy? [19:42] ArshiaAghaei: blame your government for that [19:42] daftykins: well, I want to help a friend install on an old laptop that has only a cd drive, and we will be doing it a a pub with public wifi [19:43] that requires I enter a password for access [19:43] When I switch to another user that has ‘zoom in’ enabled (desktop magnification), why do I get 2 mouse pointers? They both move when I move the mouse. [19:44] grepper: oh i see, so a hotspot yeah. if you set the MAC address of a working laptop to be it, then agree to the hotspot page, then install it should run - but good luck getting on wifi from mini installs :) alternatively, you should run mini.iso on it whilst wired into a second laptop which is sharing the wifi === mEck0_ is now known as mEck0 [19:44] grepper: er, the MAC to be the same as the intended system's one, i mean [19:44] Hey! This is no my fault. And : We cannot talk about the policy in the IRC , because we cannot change it. [19:44] ArshiaAghaei: It would be better to get information from other people who are in your country and who know what works and what is and isn't safe. [19:45] daftykins: hm, I guess I could use my galaxy s3 for that ..., so set the gs3 mac to be the same as the laptop? [19:45] ablest1980: thanks! [19:45] jhutchins_wk: All Right , Do you know where should i go ??? [19:45] yw [19:46] grepper: you'd still have this problem of getting it onto wireless which would be painful. does it not boot from USB flash drive? [19:46] daftykins: less complicated, is there anything in between the dvd and the mini.iso? like a 700 mb image [19:46] grepper: oh actually hang on, there's a CD you can burn that's a chainloader that will boot flash drives on systems that don't support them - i can't remember the name though [19:46] grepper: nope. all too big now [19:46] doubtful about the usb, though it may be possible [19:47] hm, I may just take it home with me if he lets me and do it on my network [19:47] grepper: i think this is it - http://www.plop.at/en/bootmanager/ [19:48] I thought maybe there was a option you could pass to the installer for a router password or something, faint hope it seems [19:48] daftykins: ok, thanks [19:49] grepper: Those proxy pages aren't a standard interface, so for such a feature you'd need to make hard coded procedures (or heuristics) for each login page. [19:50] okay, thanks [19:50] good point === mEck0_ is now known as mEck0 [19:53] afk my daughter is crying. Well be right back to look for answers.... === tomaw- is now known as tomaw === mEck0_ is now known as mEck0 [19:57] hi [19:57] hi [19:59] hello All [19:59] hello [19:59] I am getting a weird error when installing otrs2 [19:59] back. [19:59] wb [19:59] Got no DBObject! at /usr/share/otrs/Kernel/System/SysConfig.pm line 100. [19:59] dpkg: error processing package otrs2 (--configure): [19:59] subprocess installed post-installation script returned error exit status 255 [19:59] Setting up rubygems (1.8.25-1bbox3~trusty1) ... [19:59] update-alternatives: error: alternative path /usr/bin/gem1.8 doesn't exist [19:59] dpkg: error processing package rubygems (--configure): === ghoti_ is now known as ghoti === Xano_ is now known as Xano [20:01] Hey Guys,I really need help regarding gstreamer and hardware video encoding in Linux. [20:02] http://paste.ubuntu.com/9903643/ [20:02] I thought it was an issue with FQDN not being set on but once I set it still gives me an error [20:02] I tried manually removing all traces of otrs but it states the files do not exist [20:06] anyone know why in ubuntu 14.04 server my netowrk adapaters come up as em1, p5p1 and p6p1 instead of eth0 eth1 and eth2? [20:07] question I am curious when grub boots the kernel how does the kernel know where the file system is and root directory not even sure how linux knows the file system structure and the drive it needs to uses for it? [20:07] Hello, I can't get my motorola bluetooth headphones to pair with ubuntu 14.10. The OS never sees it. Does anyone here have an idea on how I can get ubuntu to see my headphones? This worked in 14.04. [20:08] it i does the kernel know where to go for /sbin/init [20:09] osguy: Verry simply put , very rudimentary . grub passes that info onto the kernel . [20:09] MotherMGA: is ur 14.10 a fresh install? [20:09] votlon: yes [20:10] so grub is the one that figures out the file system or network file systems and then loads the kernel and tells the kernel where / is and what file system driver it needs [20:10] MotherMGA: did u install any additional bluetooth drivers? [20:10] votlon: no, I did not [20:10] MotherMGA: check your additional drivers in system settings [20:10] so that the kernel can find /sbin/init to start the services [20:11] is that correct [20:11] osguy: Yepper : see : https://iam.tj/kb/pc/boot/#a_bootloader . [20:11] volton: it only recommends graphics drivers. is there a way to search for bluetooth drivers? [20:11] so you can tell grub to load / from the network and uses a local HDD linux kernel [20:12] or basically tell grub the location of the kernel and the root directories / folders for it [20:13] votlon: it only recommends graphics drivers. is there a way to search for bluetooth drivers? [20:13] MotherMGA: as far as I know the bluetooth drivers would be a part of the kernel groups stuf [20:14] is it possible to put all folders on seperate network computers i.e /bin /sbin /var ,...etc and only have /boot folder with the linux kernel on the local machine [20:15] osguy: Again, yes . Grub us very veratile .. you can tell it what/where and if it is acceptd, will pass it onto the kernel . ( grub will check/verify) . [20:15] osguy: why would you want to make it so slow and dependant to use? [20:15] osguy: I'm not sure, I've never seen anything setup that way, but I guess you can put bin anyplace and still run them [20:15] because i know you can do PXE booting with grub and have the whole iso on a different system or whole kernel and filesystem on a seperate system [20:15] hey guys. trying to expand a luks partition in this VM and having issues. is anyone around that can help out? [20:15] XO circuit migration [20:15] XO was unable to complete this migration due to someone needing to physically perform an action in the Fremont CO. No one was available at the time of the circuit migration to perform this [20:15] Rolled back to existing setup [20:15] Speed is off, XO is investigating [20:16] oops [20:16] osguy: yes so you ansered your own question with a yes [20:16] sudormrf: clipboard whoopsie! [20:17] test [20:17] and initrd is only need for grub if we are running live correct [20:17] https://help.ubuntu.com/community/ResizeEncryptedPartitions but I get stuck at the fsck. [20:18] after an update i lose sound. how to reinstall the sound control volume in console ? [20:18] sudormrf: stuck how? [20:18] With Lubuntu 14.10 after an update i lose sound. how to reinstall the sound control volume in console ? [20:19] I have done pxe before and simple linux network booting but had forgotten a little of how the process went cool thanks. [20:19] daftykins, I am going to have to go through the steps again, but it says it can't do the fsck [20:20] let me try again right now [20:20] sudormrf: you're fsck'ing an unmounted volume, yes? [20:21] daftykins, I am booted to a live CD right now [20:22] daftykins, let me go throug the steps real fast and report back [20:22] alright, address the channel with what actually goes wrong [20:23] anyone know what dns-search is in network config? Do i just put the ip adress of my main dns there? [20:23] anyone here use tighvncserver ? [20:23] votlon: they're domains to search locally for ahead of searching via external DNS i think, "man interfaces" for more perhaps [20:24] votlon: no, not DNS servers [20:24] sudormrf: insure 'swap' is off .. often times the liveDVD will use the install's swap space . [20:24] daftykins, ok getting stuck at a different spot now. trying to do the resize, but it isn't letting me. there is 170gb of free space. when I do resize2fs and use 170g as the size it says that I can't do that [20:24] daftykins: ohhh so i there is a windows domain on the network do i put the ip adress of the domain controller there or just the domain name? === Guest62919 is now known as TheEternalAbyss [20:25] wow that sentence was just horrible... [20:25] xD [20:25] votlon: no, not necessarily a windows domain :) read the man page. === TheEternalAbyss is now known as Guest59304 [20:25] sudormrf: see my above message about sharing to the channel, not to me direct. [20:25] daftykins: okay thanks again ^.^ [20:27] Hi, how can I find a package that contains Consolas font? [20:28] AbdullahAlZawahi: aptitude search font [20:28] AbdullahAlZawahi: I don't believe there are any packages in our repositories that provide that. [20:28] Hello! [20:28] Bashing-om, well I got a bit further. [20:29] Greetings from Cancun, Mexico!! [20:29] Is it safe to do a do-release-upgrade [20:29] should i take caution into anything? [20:29] everything is updated and working on my server [20:29] I just never done a release upgrade before. [20:29] 12.04 to 14.04 [20:30] <_Trullo> do it [20:30] With Lubuntu 14.10 after an update i lose sound. how to reinstall in console ?What it is the command to reinstall alsa mixer. [20:31] <_Trullo> that is a agething really if you are 25 and younger you upgrade cause you always have to have the latest version, over 25 and you are happy it works and if it does don't upgrade :) [20:31] _Trullo, just do it? [20:31] SupaYoshi: depending on what you're running on your server, things can be different. those different things may adversely affect your application, etc. [20:31] kk [20:32] just a webserver with php, and standard homeserver stuf [20:32] fileserver, etc. [20:32] so here it is: http://paste.ubuntu.com/9903923/ I am trying to extend the data to /dev/sda3. not sure what the issue is. === Sickki_ is now known as Sickki === lacop_ is now known as lacop === martinklepsch|BN is now known as martinklepsch === JoseeAntonioR is now known as jose [20:33] SupaYoshi: Well to me, is always good to install from 0. [20:33] hmm. maybe it's ok? [20:33] anyone here running Eclipse with C++? I'm wondering whether it has C++ documentation builtin. [20:33] SupaYoshi: so 12.04 uses php 5.3, 14.04 uses 5.5, I believe. [20:34] booting now :X [20:35] supayoshi: I personally would spin up a VM with the destined OS and get my application running on it before I do the upgrade === Vampire0_ is now known as Vampire0 === yena_ is now known as yena [20:36] hello. file sharing question: clean 14.04 ubuntu, wanna share a folder in my home dir. right click > local network share > check all 3 boxes > Create share > update permissions. share IS visible on the network, but is inaccessible by anyone on windows or mac (haven't tried another linux). any hints? === Guest59304 is now known as TheEternalAbyss [20:38] hello can anyone help with the issue I pasted? === Stu|[A] is now known as Stu| [20:42] anyone know anything about ifenslave? [20:43] the filesharing above, anyone..? [20:43] Nimbus_: "failed: Access denied for user 'otrs'@'localhost'" says this is a file permissions issue. Beyond that I can not help . === noob is now known as Guest30630 [20:45] hey folks [20:45] my webcam Microdia PC Camera SN9C201 + MI1300 gives black and white only image on cheese and black screen on skype [20:45] how can I fix it? [20:45] using ubuntu 14.04 [20:46] hello guys. Any advice on which release should I install? I need only a OS for web surfing and mailing, desktop machine [20:46] ubuntu 14.04 and win 7 [20:46] Toerkeium: what spec pc? [20:46] the less resource consuming would be the better [20:46] hi looking for help on broadcom 4352 ubuntu 14.04 wifi works but bluetooth not able to discover devices [20:46] lubuntu [20:46] :D [20:47] Toerkeium: wait easier... i3/i5/i7 latest stock is fine, less than that xubuntu or lubuntu [20:47] ila: try to renable with da switch [20:47] aeon-ltd: I have very different machine, so the less ram and cpu consuming would be the best [20:47] also any idea bout cam issue? [20:47] thanks guys [20:47] Toerkeium, Mint MATE edition. [20:47] Toerkeium: lubuntu or xubuntu, you can theme both to look however you like. i think lubuntu uses a little less ram [20:47] I'll try lubuntu then, thanks a lot [20:48] jurislav: not ubuntu [20:48] it is enabled [20:48] great! very appreciated your comments [20:48] hehe: find different/correct drivers? [20:48] it's ubuntu-based [20:48] ila then try to discover some other device [20:48] :) [20:48] jurislav: also not supported here [20:48] yeah.. [20:48] aeon-ltd: hmm sounds like an idea its just I am yet to install any drivers on linux [20:48] where do I put them? [20:49] khb [20:49] is this working? === apw_ is now known as apw [20:49] hello [20:49] hehe: no idea, if there is a package to install use that; the only webcam i've ever used is a sony eyetoy and this was 5-6 years ago [20:49] Toerkeium: Less resources -> https://help.ubuntu.com/community/Lubuntu/GetLubuntu . [20:49] mit: nope noone can hear you [20:49] hello [20:50] oh no, im alone! [20:50] xé [20:50] xP [20:50] oki [20:50] can this app be used like a private chat? [20:50] How can I make ssh server with Ubuntu 12.04.5LTS 64-Bit? I follow Guide https://help.ubuntu.com/community/SSH [20:50] hehe not able to discover any device. I am not sure the bluetooth is working properly but from gui seems to be [20:51] thansk Bashing-om! [20:51] Toerkeium: :-) .,. try Lubuntu, you will be impressed . [20:52] Downloading it right now! many thanks! [20:52] ila well then u need driver [20:52] :D [20:52] hehe [20:52] yes I use lubuntu [20:52] its fast [20:52] how to i check what is currently installed? === BlackVenom is now known as BlackVenom|Away [20:54] ssh Server doesn't work................. I install openssh-server How not? [20:55] ila: lsb_release -a , /etc/issue ?? [20:55] ila use google [20:55] I dont know :D [20:55] expl: u mean u cant ssh to box? [20:55] no problem hehe. thanks anyway [20:57] hehe: Yes, it waits. [21:01] Greetings everyone, libkmod is generating an error in my boot.log even though i have the relative option commented out, can anybody help? Error line is "libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/alsa-base.conf line 46: ignoring bad line starting with 'snd-hda-intel'"" [21:02] so whats going on in here [21:02] So in 14.04 I keep accidentally triggering the 'super finder' thing's photo search, with a touchpad gesture. But I don't seem to be able to find anything in settings or on Google :\ [21:02] kepha: its the technical support channel for ubuntu. [21:04] anyone know how i can recompile the kernel via debian/rules+fakeroot? making it build binary-generic again doesn't pick up changes to the code [21:05] How can ssh Ubuntu? [21:05] to 14.04 or not to 14.04? that is the question [21:05] im sorry new to this., I do have a question though [21:05] there we go. so yeah, it is failing on the e2fsck saying that it is in use [21:06] step 12 for increasing the size [21:06] kepha: no problem. we stick to support in here. we have #ubuntu-offtopic for other topics related chat. [21:07] expl: what do you want to do and where is the error? [21:07] pixelkats: what is the other choice? [21:07] im on 12.04 [21:07] Bashing-om or daftykins any suggestions? [21:07] can i still use background pic in terminal on 14.04? [21:07] pixelkats: all new and shiny here in the 14.04 wonderland ;p [21:08] this is dealing with "wine" i am trying to get wow to work, it gets up to the download stage then shuts down with an error message [21:08] hah [21:08] pixelkats: yes, you can. [21:08] sweet === Guest30630 is now known as no000ob [21:08] will my icons break? [21:08] sudormrf: I do not have anLVM instasll, cnanot test any advise I might give .. only that "something is mounted" likely swap . [21:09] kepha: for wine issues its best to look into the appdb and see if there are known solutions or to ask the wine specialists since wine is very complex. [21:09] !wine | kepha [21:09] kepha: 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 [21:10] Bashing-om, hmm. ok [21:10] Bashing-om, thanks. I am going to check into it some more now [21:11] Hi all. [21:11] sudormrf: What does GParted indicate for swap ? [21:12] k1l_: I want to ssh Ubuntu 12.04.5LTS , I install openssh-server sudo apt-get install -y openssh-server. [21:12] Is it possible to unbind ALT-TAB for windows switching? I've changed it in the gnome settings but it doesn't seem to have changed anything. === moondoggy_ is now known as moondoggy [21:13] k1l_: I follow this Guide https://help.ubuntu.com/community/SSH/OpenSSH/ConnectingTo. It gives nothing. [21:14] k1l_: After some while, it gives ssh: connect to host 146.185.36.107 port 22: Connection timed out [21:16] sudormrf: What are you attempting to do, and whith what version of Ubuntu? [21:18] how do i install a .deb from the terminal === BlackVenom|Away is now known as BlackVenom [21:19] LurkAshFlake: sudo dpkg -i file.deb [21:22] mm [21:22] didn't work, is ubuntu 14 multiarch? skype only have ubuntu 12.0 (multiarch) as an option but sudo dpkg -i skype-debian_4.3.0.37-1_i386.deb failled [21:23] well as the most suiting option [21:23] expl: what command do you use exactly to connect? [21:23] LurkAshFlake: which ubuntu 14? there are 2 ubuntus each year. and yes ubuntu is multiarch. [21:24] Jordan_U, I got it :). [21:24] Bashing-om, all done now :). thank you [21:24] !paste | LurkAshFlake best is to show the exact error and command there [21:24] LurkAshFlake best is to show the exact error and command there: 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. [21:24] k1l_: ssh 146.185.36.107 [21:24] Jordan_U, I was trying to resize a LUKS LVM partition. was hitting some issues, but it is all working now :). [21:24] k1l_: Ubuntu 14.04.1 LTS [21:24] expl: what username are you using on that machine and on that server? [21:24] LurkAshFlake: If it's complaining about dependencies, just do "sudo apt-get -f install" [21:24] LurkAshFlake: After your dpkg command. [21:25] LurkAshFlake: Also, Skype is in the official repositories, just use that one instead. [21:25] how to fix this, please? Échec de l'ouverture de session pour la machine virtuelle w. [21:25] The download on skype.com is for older Ubuntu versions only from my understanding. [21:25] Failed to load VMMR0.r0 (VERR_SUPLIB_WORLD_WRITABLE). [21:25] Code d'erreur : NS_ERROR_FAILURE (0x80004005) [21:25] Composant : Console [21:25] Interface : IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6} [21:25] expl: that won't work cause of your isp, it's the isp's IP not yours ( i share the same ) i don't know if you can manage some kind of port forwarding or something there might be a way [21:25] theadmin apt-get install skype gave me nothing [21:26] enable the partner repo first [21:26] LurkAshFlake: Hm. I think it's in the partner repos [21:26] Yes [21:26] k1l_: username expl [21:26] I'm trying to open a new session on Virtual box but, I'm getting this error message. How to deal with? Failed to load VMMR0.r0 (VERR_SUPLIB_WORLD_WRITABLE).NS_ERROR_FAILURE (0x80004005) Composant : Console Interface : IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6} [21:27] expl: on both amchines? [21:28] ok i finshed with the -f install after failling dpkg because of depedency [21:29] solved [21:29] k1l_: username jason on 2nd machine [21:30] k1l_: I'm get the same on both machine. Error. [21:30] expl: then you need to give it that name with jason@ip because he will use "expl" from the machine where ssh is started. but you cant use that ip like EriC^^ said because the internet provider is using that ip for other machines too. [21:31] hallo i want to remove chromium, but i notice that i have it twice in my dash. what can i do? [21:31] hi folks [21:31] hans apt-get purge chromium? [21:31] I am installing webcam and I get http://pastebin.com/9Kf5pZ7H [21:32] i did so, but there is still a chromium left on the dash ;( [21:34] hehe: What version of Ubuntu are you using? [21:34] so I just got an LSI 9220-8i PCie-X8 sas card, problem is when it is plugged in my ubuntu drops to initramfs shell and says my /dev/disk/by/uuid boot drive isnt present, which it is... remove the card and it boots as normally (the boot drive is on the motherboard sata ports not the sas card) [21:34] 14.04 64 bit [21:34] Jordan_U: === _B_V_C_X_ is now known as _X_C_V_B_ [21:35] hehe: Why (and how) are you trying to use a ppa for Ubuntu 9.04 with Ubuntu 14.04? [21:35] I did not know they are not compatible [21:35] Jordan_U: its the newest driver for the cam i managed to find [21:35] hehe: They are not. And adding the ppa using the normal methods would have given you an error message. [21:36] hehe: So how did you add this ppa? [21:36] Jordan_U: so where can I find latest drivers and what do u mean normal method? [21:36] sudo add-apt-repository [21:37] Pleace help me :). I have Ubuntu 14.04 LTS. Few days ago problem with launcher counter/badge has appeared. It becomes very-very small. Does anyone have the same problem/solution for it? Screenshot of problem (psensor temperature counter) here http://i.imgur.com/6oXmN8N.png. Thnx for help :) [21:38] Jordan_U: whats the normal method? [21:38] :D [21:39] hehe: The normal and supported method of adding a ppa is with "sudo add-apt-repository ppa:nickel62metal/ppa", which would have given you a file /etc/apt/sources.list.d/nickel62metal-ppa-trusty.list with the correct distribution selected. [21:40] ow do i make my cursor stay in a fullscreen app when using two monitors (dota2) [21:40] hehe: Please pastebin your /etc/apt/sources.list and your /etc/apt/sources.list.d/nickel62metal-ppa-trusty.list (if you have the latter file). [21:40] oki === khisanth_ is now known as Khisanth [21:43] http://pastebin.com/gt6mLkc5 [21:43] file nr is not present [21:43] Jordan_U: [21:44] *file nr 2 is not present [21:45] hehe: How did you add this ppa? [21:45] sudo add-apt-repository [21:46] sudo add-apt-repository 'deb http://ppa.launchpad.net/nickel62metal/ubuntu intrepid main' [21:47] hehe: Thank you, that exact command is what I needed to know. Why did you run that command? Were you following a guide somewhere? === zz_saschpe is now known as saschpe [21:47] Jordan_U: yes [21:49] so whats the mistake? === linuxer is now known as Guest70532 === Agent_Isai|BNC is now known as Agent_Isai [21:51] hehe: The mistake is the "intrepid" in that line. Try as hard as possible to avoid following instructions from blogs, and in addition be careful with any guide / instructions written for an older release of Ubuntu. === BlackVenom is now known as BlackVenom|Away [21:52] ty [21:52] close [21:52] hehe: So, now lets fix it... [21:53] anyone know how i restrict a samba share from being visible on the list of shares when a user connects who doesnt have access to it? the browseable = no option also stops it from being visible to users who *do* have permission. [21:53] hehe: sudo add-apt-repository --remove 'deb http://ppa.launchpad.net/nickel62metal/ubuntu intrepid main' [21:53] im on 14.04 and my workspace switcher is stuck. i cannot see anything!!! [21:53] im talking to you through the workspace switcher right now === Termana is now known as Guest42278 [21:54] done [21:54] hehe: Then, after that finishes with no errors, run "sudo add-apt-repository ppa:nickel62metal/ppa". [21:54] how can i reset ubuntu gui [21:54] I see intrepid is name of ubuntu release [21:54] anybody [21:54] done [21:54] went well [21:54] cyberpolice alt+f2 - unity, works well [21:54] cyberpolice unity -reset [21:55] will this kill my progtrams [21:55] no [21:55] hehe: That command, using the "ppa:" syntax will automatically pick the correct Ubuntu version, and will also install the ppa's keys (which will avoid the security warning you saw before). [21:55] neat [21:55] thanks [21:55] link0802: is that alt+f2? i cannot read because its too small [21:55] cyberpolice ctrl alt del to stop X [21:55] cyberpolice yes this is alt+f2 [21:55] hehe: sudo apt-get remove microdia-dkms [21:55] are these windows jokes [21:56] oh wow it worked [21:56] W: Failed to fetch http://ppa.launchpad.net/nickel62metal/ppa/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found [21:56] alt+f2 [21:56] cyberpolice jokes? how do you mean? [21:56] seems they dont have newest pack [21:56] MonkeyDust: sorry i just thought you were messing with me [21:57] hehe: no trusty packages in that ppa [21:57] hehe: Indeed. What webcam are you trying to use, and what problem are you having doing so? [21:57] hehe: its not updated since 2011. so its dead [21:57] this cam [21:57] they also got old git [21:58] atm cheese shows something but only black and white [21:58] I read some stuff here http://ubuntuforums.org/showthread.php?t=982471&page=3 [21:58] wrong link [21:58] or in fact its right [22:00] they have got google group so I might ask there later [22:00] going to exercise now if someone got some ideas pm or post here :) [22:00] and thanks Jordan_U [22:00] hehe don't hit the enter key too often, it's getting a deadache [22:01] headache* [22:10] Hello. I'm trying to use midomi.com but when I click on the box it displays "0:00" and sits there, not actually recording anything. I've set the mic permission in macromedia. Help [22:16] #ubuntu.pl === angel is now known as Guest55390 [22:19] hello [22:19] k1l_: anyway I can make old drivers work on new ubuntu? [22:19] hi [22:22] Guest55390: hi [22:22] hehe: why [22:23] reisio: I got drivers for webcam for older ubuntu [22:23] so I wonder if they can be adapted somehow [22:24] why not use drivers for newer ubuntu [22:26] reisio: not available [22:26] hehe: what webcam? lsusb [22:26] hehe what's the outcome of cat /etc/issue [22:27] Microdia PC Camera (SN9C201 + MI1300) [22:27] cat /etc/issue [22:27] Ubuntu 14.04.1 LTS \n \l === richard is now known as Guest29003 [22:29] Hey all. Is tere a way to check what kernel modules I need to recompile after I build and install a new kernel from source? [22:29] alias_neo: thats up to you [22:29] alias_neo: just pick what you need or steal and adapt the ubuntu defaults [22:30] it was my understanding that my modules won't work anymore after I do update? So how do I know wht modules are no longer working? [22:30] alias_neo: you can find the current kernel config under /boot. Copy it to the kernel source directory as ".config" and type "make olddefconfig" to update the config to the new requirements [22:31] Specifically I mean things built as part of third party tools [22:32] hi [22:32] for example (please correct if I misunderstand) I updated the kernel on a box running kvm/libvirt/qemu, after which I had to dpkg-reconfigure before it would work again [22:33] hello :D [22:33] alias_neo: then look for anything using dkms [22:33] Hi kia [22:33] Ben64: What do mean by "look"? [22:33] alias_neo if you don't get an answer here, there's also #ubuntu-kernel [22:33] MonkeyDust: Thanks [22:34] :) [22:34] alias_neo: theres a folder called "dkms" with all the built modules like vbox stuff [22:34] my classmate and me have changed to ubuntu this week, is there a recommended screen sharer for it? [22:34] and I* [22:34] Ben64 great, thank you [22:35] LurkAshFlake: vino? [22:35] ty [22:36] alias_neo: no idea why you had to dpkg-reconfigure for libvirt/kvm. I've never had to do that. Virtualbox or vmware is likely to be more difficult, though. === swordsmanz is now known as hugbot [22:37] mcphail Not sure, ubuntu held back the kernel and headers so I aptitude safe-upgrade installed it, then I had to reconfigure before it would run [22:38] alias_neo: aptitude hasn't been supported in Ubuntu for a while. You might have been better with plain old apt-get. [22:39] LurkAshFlake: Sharing files between 2 'buntus ? [22:39] yes [22:40] he installed it a second time but it boot automatically on windows 8 without asking [22:40] mcphail i tried apt-get but it refused to let me update becuase it's held back, so the instructions i found suggested an aptitude safe-upgrade or something to that effect) [22:41] mcphail: aptitude is in main, what makes you think that it's not supported in Ubuntu? [22:41] alias_neo: if it is held back you need to apt-get dist-upgrade [22:41] Jordan_U: it hasn't been recommended since multiarch, as far as I am aware [22:41] mcphail I'm sure I tried that also but again it wouldn't allow me [22:42] mcphail: The multiarch problems have been fixed. [22:42] LurkAshFlake: http://ubuntuforums.org/showthread.php?t=2159449 <-easiest way to cp files 'tween two Lubuntus that share the same router/house (Morbius1) [22:42] mcphail I'll keep dist-upgrade in mind for future though should it occur again [22:42] Jordan_U: ok, fair enough. I was flamed on here a while ago for recommending aptitude! [22:42] Is there a tutorial that explain how to install a grub booter so that he can select ubuntu (without needing the usb stick and the option Try ubuntu) [22:43] How would I install an older version of a program? [22:43] my main concern is, I'm about to build the latest stable kernel from kernel.org with grsecurity patch, when i install that, can i expect it to break things like kvm again and require manual intervention or should my moules just work? === enchilad1 is now known as enchilado [22:43] edrahn: sudo apt-get install = [22:43] alias_neo: as far as I know, aptitude safe-upgrade is _supposed_ to hold things back so no idea why that worked for you [22:43] EriC^^: it says it can't find it [22:44] edrahn: it's probably in older ubuntu version's repositories [22:44] alias_neo: the easiest thing is to install and see. GRUB will always let you boot an older kernel if it doesn;t work [22:44] mcphail interesting, I have no idea why it behaved that way then [22:45] !bootinfo | LurkAshFlake [22:45] LurkAshFlake: Boot info script is a useful script for diagnosing boot problems. Please run the script following the directions here: http://bootinfoscript.sourceforge.net/ and then !pastebin the RESULTS.txt for us to use to help diagnose your problem. [22:45] edrahn: ( which isn't recommended to use ) [22:45] LurkAshFlake: A good jumping off place : http://ubuntuforums.org/showthread.php?t=1195275 <=drs305 all about grub 2 . [22:45] edrahn: check apt-cache show | grep Version to see what's available, or apt-cache policy maybe [22:46] mcphail Sounds good thanks, just wanted to make sure I wasn't missing something obvious [22:47] * mcphail is very expert in mucking up kernels and rolling back in shame [22:47] EriC^^: cool, thanks [22:48] I'm trying to install ubuntu server on an old Dell PowerEdge 1650, the installer (Command line or expert command line) hangs at the partitioner, any ideas why? [22:48] one more question [22:49] can I assume that the default kernel config it suitable for most situations or is there somewhere i should get custom configs from? [22:49] alias_neo: it's best to wait for a problem to manifest before you try to fix a problem, yes [22:49] that applies outside of the realm of computers as well [22:50] reisio sure, but I'm an engineer, i prefer to prevent, then wait for them to arise [22:50] mmhmmm [22:50] alias_neo: only problem with default kernel config from Ubuntu is debugging options are turned on. Switching them off will reduce build time [22:51] alias_neo don't use the kernel in prodection envoironment, at first... break it, then fix it [22:51] MonkeyDust, how will I know if it's not working right if it isn't crashing/panicking etc? [22:52] alias_neo: there's no safety factors with computers, it's pretty much an exact science, know what you want and get it done. [22:52] mcpahil thanks, I'll keep that in mind, I suppose that should improve performance too? I find in my development that debugging=slow [22:52] alias_neo if it doesnt crash, you know it's working [22:53] alias_neo: most of the debugging options don't affect performance. The ones which do are flagged up in menuconfig. They do add a lot to the size and build time, though [22:53] alias_neo: For most normal, general purpose use a stock distribution kernel will be adequate. They throw in as many features as they can since it's modular. [22:53] great, thanks all for your input it's appreciated [22:53] hi [22:53] alias_neo: If you need a special kernel for something, you're likely to know that, either from project documentation or a lot deeper knowledge of kernel functions than you have right now. === `hypermi- is now known as `hypermist` [22:54] alias_neo: A few variants like realtime are often packaged for a distro, beyond that you can go to kernel.org and learn about customizing. [22:54] jhutchins_it's all in the interest of learning, I had my wife but me a new microserver for christmas so i could learn, call it a hobby, so atm I'm playing with kvm and grsecurity kernel patches [22:54] alias_neo: the only other thing that might be worth tweaking is the kernel preemption method, depending on whether your running a desktop or server [22:55] *you're [22:55] alias_neo: Building your own kernel (and getting it to work) is a good intermediate learning linux task. [22:55] jhutchins_wk Great, then that's what I'll do. [22:56] !custom kernel [22:56] The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [22:56] mcphail server, infact, so much of a server that it's totaly GPU-less, even the Xeon it's running is without a GPU, took some time to figure out why the damn thing wasn't booting at first :D [22:57] alias_neo: headless is the only way to go! Displays are so 20th century [22:59] mcphail certainly is, especially when the idle power consumption of my server more than triples when I stick my gaming desktop's GPU in it (which i had to do to install the kvm host) [22:59] Hi guys. I'm looking for a outline for linux. Can somebody suggest me which outliner to use? === Shaun_ is now known as Shaun [22:59] Pietjepuk, pleae educate me, what is an outline? [23:00] alias_neo: An outliner is a computer program that allows text to be organized into discrete sections that are related in a tree structure or hierarchy. Text may be collapsed into a node, or expanded and edited. Outliners are typically used for computer programming, collecting or organizing ideas, as personal information management or for project management. Mind mappers and wikis are related types of software. [23:01] Pietjepuk Thanks I'll add it to my list of things to read, I'm surprised, as a software engineer I've never heard of it [23:02] Pietjepuk hope you find what you need [23:02] I hope this is easy. On my 14.04 desktop box I think I must have clicked "don't upgrade" instead of "remind me later" on the 14.10 available dialog. Now I can't get it back :( [23:03] open a terminal and type "sudo apt-get dist-upgrade" [23:03] and you'll do it from the commandline [23:03] alias_neo: thank you [23:03] msapiro: First, I recommend you stay on 14.04 and just wait until 16.04 comes out -- LTS releases are more stable and require less attention. [23:04] msapiro: However, if you are certain you want to upgrade, go to the Update Manager's settings and check the release upgrades tab [23:04] msapiro: There should be a notification setting. [23:04] alias_neo: "apt-get dist-upgrade" is *not* for upgrading from one release of Ubuntu to another. [23:04] * alias_neo goes oops === andy_ is now known as Guest51269 [23:05] Jordan_U and all these years I thought it was! [23:05] theadmin: I already upgraded 2 other boxes. This was the last one. Also, I've set the notification setting, but it doesn't help. [23:05] Jordan_U what does it actually do? [23:05] msapiro: Meh. Just bring up a terminal and "sudo do-release-upgrade" [23:05] alias_neo: APT has two upgrade mechanisms. [23:06] theadmin: it tells me no upgrade is available. [23:06] alias_neo: One is a "dumb" upgrade (the "upgrade" command) which literally just updates all packages. If there are new dependencies, the packages that have new dependencies will be deemed impossible to install and skipped. [23:06] alias_neo: It upgrades installed packages, allowing for the possibility of installing new packages or removing existing ones as needed to resolve dependancies. [23:06] msapiro: What results : grep Prompt= /etc/update-manager/release-upgrades ? [23:06] Hello, I want to install 14.04 LTS with latest updates, so i don't want waste banwidth for downloading it's old iso image, and then do a complete update! Is there any alternative way to install? [23:06] alias_neo: The other is the "smart" upgrade system, dist-upgrade, which takes care of new dependencies as well [23:06] !minimal | Bashing-om [23:06] Bashing-om: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD === zz_saschpe is now known as saschpe [23:07] theadmin Jordan_U thanks, i always thought, for whatever reason "dist-upgrade" = "distribution upgrade" [23:07] Jordan_U: Thanks .. had a 'more' page and did not see that . playing catch up now . [23:07] * MortezaE thinks Jordan_U answered him [23:07] alias_neo: Fairly logical assumption. [23:08] Bashing-om: You're welcome. [23:08] alias_neo: I think it sorta does that on Debian if you use a branch name rather than a release name (i.e. "stable" as opposed to "wheezy") [23:08] alias_neo: Ubuntu operates differently though, so... [23:09] theadmin I see, thanks for the heads up [23:09] theadmin: FWIW 'wheezy' and 'stable' point to the same repo in debian - i believe its aliases and symlinks and such, but don't quote me on that [23:09] (just an observation) [23:09] teward|pc: Oh, they do for *now*, the thing is, when the next "stable" release comes out that will change [23:09] teward|pc: "stable" will point to the new release, but "wheezy" will still be, well, Wheezy. [23:10] theadmin: where'd they state that? (LINK!) [23:10] theadmin: well, yea, DUH [23:10] Bashing-om: Prompt=normal [23:10] theadmin: but i meant, 'stable'==currentstable, 'oldstable'==olderstable, 'sid'==unstable(ALWAYS!), etc. [23:10] teward|pc: Ah, surely. [23:10] theadmin: that pattern won't change, but you're right. [23:10] theadmin: i was not specific enough [23:10] Sid is always unstable, huh. [23:10] theadmin: afaik, yup. [23:11] I didn't know that, but I guess that makes sense given the character the name is based on. [23:11] Anyways, back to Ubuntu discussion [23:12] anyone know how to fix console w/ ubuntu 14.04 & nvidia drivers? im seeing some form of distorted text [23:13] kantlive-: can you be more specific? Screenshot? [23:13] mcphail: let me take a photo [23:14] mcphail: https://www.dropbox.com/s/04w0epcssvy8123/2015-01-27%2018.13.57.jpg?dl=0 [23:15] msapiro: With that prompt set, I would expect that you see a relase-upgrade option in 14.04 to 14.10 .. Sorry, I know of nothing else . [23:15] kantlive-: that _is_ an odd one. Not one I've seen before, I'm afraid [23:16] mcphail: splash even works ok [23:16] Bashin-om: You and me both. I've looked and grepped and can't find a switch for it. [23:17] kantlive-: is this using the open source or proprietary drivers? [23:17] mcphail: proprietary [23:17] kantlive-: which card and which driver version? [23:18] mcphail: NV GTX 980 346 driver [23:19] kantlive-: from xorg-edgers PPA? [23:19] mcphail: yes, the card isnt supported on the official ppa [23:19] And is the graphical desktop OK? [23:23] mcphail: yeah. works fine [23:25] kantlive-: if you remove "splash" and "quiet" from the boot args are the kernel/init messages corrupted as it boots? If not, at what point does it change? [23:26] what would be the irc command to join this channel using x chat http://en.sfml-dev.org/forums/index.php?topic=2997.0 [23:27] mcphail: works until X comes up and i switch to text TTY [23:30] kantlive-: try adding "gfxpayload=text nomodeset" to the boot options [23:30] mcphail: kk one moment. i also just noticed uvesafb is being used.. [23:32] mcphail: "gfxpayload=text" isn't a kernel parameter. If you want to configure grub to handover a text mode to the kernel at boot, use GRUB_GFXPAYLOAD=text in /etc/default/grub. [23:33] Jordan_U: i see gfxmode $linux_gfx_mode, can i replace the variable with text? [23:34] Jordan_U: cheers - my memory is rusty [23:34] mcphail: Jordan_U seems i can. booted in text mode and console works [23:34] so now to figure out why.. [23:35] kantlive-: Simply edit /etc/default/grub and add GRUB_GFXPAYLOAD_LINUX=text then re-run "sudo update-grub". [23:35] Jordan_U: i could.. id like to see if i can figure out the issue tho :) [23:35] kantlive-: Manual edits to /boot/grub/grub.cfg will be overwritten on your next kernel update. [23:35] Jordan_U: i realize this [23:37] kantlive-: i think it's just an old nvidia bug which has affected some combinations of hardware and drivers for years. I've had blank consoles which have been revived by that incantation to kill the fb in the past. My current setup doesn't need it [23:37] Ok, am i really unlucky or does this happen regularly? When i built my kernel with grsec earlier today, the version was 3.14.29, now kernel.org has 3.14.30 but grsec patch doesn't have a 3.14.30 yet [23:37] mcphail: i used to have the blank vt issue which i remember v86d solved. but this is totally different as far as i can tell [23:38] mcphail: interesting. i just removed v86d and rebuilt initramfs & grub and now i have a low res console [23:38] graphical [23:38] kantlive-: i gave up trying to understand that arcana a couple of years ago. Now I just roll with it [23:39] mcphail: tis the wonders of proprietary drivers haha [23:39] Hey, I have problem with usb-creator-gtk [23:39] it doesn't select source iso file [23:40] kantlive-: yes - i've switched to open source radeon drivers now I've found an incantaion to get kernel modeswitching to work [23:40] the first time i ran it, disk was full, and it encountered errors [23:40] this is the error: [23:40] (usb-creator-gtk:6791): dconf-WARNING **: failed to commit changes to dconf: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dfile_2derror_2dquark.Code12: Failed to write file '/home/morteza/.config/dconf/user.IJHETX': write() failed: No space left on device [23:40] (usb-creator-gtk:6791): Gtk-WARNING **: Attempting to store changes into `/home/morteza/.local/share/recently-used.xbel', but failed: Failed to write file '/home/morteza/.local/share/recently-used.xbel.H44ZSX': write() failed: No space left on device [23:41] change #ubuntu [23:42] join #ubuntu [23:42] ydl: you're there already [23:42] ydl: do /join or /j [23:43] MortezaE: In the future please use http://pastebin.ubuntu.com for output longer than one line. It sounds like the filesystem containing your home directory is full. [23:43] how to remove dconf for an app? [23:43] Jordan_U: ok i do :) [23:43] MortezaE: Please pastebin the output of "df -h" and "df -i". [23:44] Jordan_U: now i emptied the disk, but usb-creator-gtk doesn't work [23:44] in fact, when i select iso file, it doesnt select it === sythe is now known as sythe-afk [23:44] i think i must empty it's dconf. wrong? [23:45] MortezaE: Have you closed and re-opend usb-creator since making more space available? [23:45] yes [23:46] Hey everybody, why the transfer between 2 NTFS HDD goes down while transfer ? Ubuntu 11.04 LTS [23:46] *transferrate [23:46] ydl: 11.04 is not LTS, and no longer supported [23:47] ydl: ntfs support is not the fastest. [23:47] while begin the transfer, got 70MB/sec [23:47] and yes, 11.04 got serious security issues since it get no security updates since long time now [23:47] ydl: cached [23:48] So I installed Ubuntu from a flash drive and now it only boots if I have that flash drive plugged in. Any ideas? [23:48] On a reboot, my hostname -f result is set to (none) [23:48] !bootinfo | woozy [23:48] woozy: Boot info script is a useful script for diagnosing boot problems. Please run the script following the directions here: http://bootinfoscript.sourceforge.net/ and then !pastebin the RESULTS.txt for us to use to help diagnose your problem. [23:48] ... means that the data goes thru RAM before read on HDD? [23:49] hello everyone, i have a problem with the gpu drivers on an asus n550jk. i can see 2 devices in lspci -> intel haswell mobile and a gtx 850m. system is using the haswell with nouveau according to "about this computer". could anyone explain how to install the appropriate driver and use the gtx850m instead of haswell mobile or point me in the right direction? [23:50] just to clarify, additional drivers give me no alternative drivers to choose, just a blank window. [23:50] k1l: cached means that the transferred data first load in the RAM before read at final HDD? [23:52] So im having some bonding trouble guys, im following https://help.ubuntu.com/community/UbuntuBonding but it seems like one of my nics isnt working correctly [23:52] It says the nic is online yet it cant ping google [23:52] and the network settings are correct [23:53] I guess i should elaborate, its a 3 nic bond and the two other nics work correctly but the built in motherboard adapter seems to just be a dud [23:54] could it be a driver issue? [23:54] The boot info script doesn't worm [23:54] Work [23:55] woozy: "Doesn't work" is almost never a useful description of a problem. What command did you run to try to run boot info script? Please pastebin its complete ouptut. [23:56] Sorry. I followed the instructions on the website in terminal and it says command is not found [23:58] woozy, Saying "command is not found" is no more useful when you don't say what command that might be. [23:58] woozy: Where did you extract the tarball to? [23:59] To downloads === corey84-- is now known as Corey84 [23:59] woozy: What is the exact command you used to try to run boot info script? [23:59] mcphail: got it to work with v86d :) just cant use 1920x1080.