/srv/irclogs.ubuntu.com/2014/12/06/#ubuntu.txt

Mega1ben64 this i know00:01
Mega1i only need to use it omce00:01
daftykinsMega1: SSH in as user then "sudo -i"00:01
dariussMega1: http://www.ehowstuff.com/how-to-allow-root-to-use-ssh-on-ubuntu-14-04/00:01
daftykinsthat's terrible advice00:01
Vera_Bashing-om: Booted agaun. During booting/whateveritiscalled between the Ubuntu-logo with the flowers under, and the actual desktop showing, it gave me a short flash with weird colours in 8-bit chaos, but afterwards the desktop showed and looked very normal indeed! :D00:02
Vera_Bashing-om: Do you think I should be concerned with the litle flash, or just leave it be as long as it behaves normally?00:02
dariussThe are occassionally things that are extremely difficult to do without direct root access.  The risk can be very relative to the environment.00:03
Vera_Bashing-om: Even Chrome and Netflix worked without diagonals! It's amazing! :D00:04
Bashing-omVera_: If it works ! let's leave well enough alone .00:07
bubbasaures!cookie | Bashing-om00:09
ubottuBashing-om: Wow! You're such a great helper, you deserve a cookie!00:09
bubbasaurestenacious too00:10
atlantishey did i not say one would join00:11
Bashing-ombubbasaures: Cookies are good ! .. chocolate chip prefered . Sure pleased I got on the right track .00:11
atlantisand two would quit00:11
atlantishi00:11
bubbasauresThat was the heroes journey withe ogres and all, "are you sure that's right" from the greek chorus00:11
atlantisit was a yeh k00:11
atlantiswell sorry to spill your beans00:11
atlantisdid you have an ubuntu question00:11
atlantislol00:12
Vera_Bashing-om: I'd like to marry you, but I'm already taken (and my husband protested at me typing this) and you live on the other side of the freaking world, so that could be a bit difficult but THANK YOU!!!00:14
erasmusalso most women on irc have big bottoms.00:15
Vera_Bashing-om: That was amazingly kind and generous of you, thank you so, so much!00:15
daftykinserasmus: inappropriate00:16
Bashing-omVera_: Quite welcome, I too have another half ( she says she deserves a sister wife, but I do not accept that ). Recon I get a gold star beside my name in my Lord's " book of life " ?00:16
Vera_A HUGE goldstar with glitter and built-in fireworks! :D00:16
Vera_Bashing-om: A HUGE goldstar with glitter and built-in fireworks! :D00:17
Bashing-omVera_: LOL. enjoy .. we find our next adventure, hope you learned a lot and are the more comfortable with this our operating system by choice .00:18
EnissayHow to copy many files with names starting with 007B ?00:19
Enissaycp /path/007* /dest    ?00:20
Enissayis that right00:20
Jordan_UEnissay: Yes, that should work.00:20
EnissayI'm afraid of doing it wroong and maybe deleting em xD00:20
Enissaythks <300:20
Vera_Bashing-om: I am definetly more comfortable. Right now I just rebooted again, entered BIOS-setup and changed the sound settings to enable the sound (which was missing) all by myself! So great learning curve, as you said! ay hi to your lovely wife and thanks for borrowing you! :) Good night! :)00:20
curiousxEnissay: if you are afraid do: echo cp /path/007* /dest00:21
Jordan_UEnissay: One good way to get an idea of how a command's globs will be expanded is to add "echo" before your command as a quick test.00:21
=== curiousx is now known as Chuck_Norris
Enissayoh, true, I forgot about this one... thks again <300:21
bubbasaureserasmus, You don't have to have the amp at 11 here.00:23
erasmushehe what a great song00:23
erasmusI'm impressed you got that.00:23
bubbasaures;)00:23
Enissayone more question: I have a huge number of files, how to copy N files at once having no common name string (each time I have to make some tests, so I can't copy all at once)00:26
EnissayI have exactly 4100+ files and I want to copy/move 100 of them each time00:27
Enissayis it possible ?00:27
Jordan_UEnissay: With scripting, yes.00:27
Enissayyea I see :(00:28
Jordan_UEnissay: What are you actually trying to accomplish?00:29
Enissayas I said, I have 4100+ files, and I need to move them to another directory in parts (N files every time)00:30
EnissayAnother question: can I use regex with cp ?00:30
Enissayto filter names00:31
Jordan_UEnissay: Why do you need to move them in parts? What tests are you running?00:31
YamakasYguys with which options do you mount nfs ?00:32
Enissaywell, it's some program's data... the program crashed and couldnt be launched anymore... when I deleted the folder containing these data, the program ran correctly... Now i'm trying to bring these data back, each time re-launch the app in order to check if everything is loaded correctly...00:34
ubuntu_hi00:35
EnissayI hope it's clear xD00:35
OerHeksYamakasY, this should work : servername:dir /mntpoint nfs rw,hard,intr 0 0 >> https://help.ubuntu.com/community/SettingUpNFSHowTo#NFS_Client00:36
ubuntu_hola00:37
EnissayJordan_U, I found this http://unix.stackexchange.com/q/12976/62874  exactly what I want =)00:37
Enissaythanks again <300:37
Jordan_UEnissay: A binary search might be faster than that, but here is an example script: http://paste.ubuntu.com/9389461/00:37
YamakasYOerHeks: yap, but I have some issues with mkdir() and PHP... I think it are rights00:38
Jordan_UEnissay: That answer is aweful, you should never parse the output of "ls" in a script.00:39
Jordan_UEnissay: Also note that it doesn't really cover the case of what to do for the next 100 files, only the first 100.00:40
EnissayJordan_U, exactly... Please feel free to post this answer too... it could help too many noobz like me later :)00:41
EnissayJordan_U, trying to understand... it looks like the only thing to change for me is the destination path right ?00:43
acid_hi all, wahts up ?00:43
Jordan_UEnissay: That and possibly the glob, ('*').00:44
EnissayJordan_U, ow, true, the source...00:44
Jordan_UEnissay: I meant to remove the '/tmp/' from '/tmp/destination' for clarity, it was only there so that I could actually test run the script.00:45
EnissayJordan_U, yeah, got it00:46
EnissayJordan_U, one last thing: why using -ge instead of -eq or == ?00:46
Enissayor is it the same00:46
EnissayJordan_U, greater than00:46
Enissayy@my bad00:46
Enissayor equal xD00:47
ablest1980hi00:47
ablest1980everyone has ubuntu?00:47
daftykinsnot everyone.00:47
quidnuncHow do I move grub from sda1 to sdc ?00:47
Enissaywell, i dont... lol00:47
Jordan_Uquidnunc: What do you mean by "move grub"? What is your end goal.00:48
quidnuncgrub-install will do the install part, how do I remove the original grub?00:48
ablest1980play cs?00:48
quidnuncJordan_U: I have a new root drive I want to use as my boot disk00:48
Ben64Enissay: if you don't have ubuntu, you should not be using this channel for support00:48
ablest1980got x chat?00:49
quidnuncJordan_U: Is it enough to remove the boot flag?00:49
Jordan_Uquidnunc: No, neither grub nor your BIOS cares about boot flags.00:49
daftykinsBen64: psst... might want help installing.00:49
EnissayBen64, I'm working on an ubuntu server... and yes, I know... I'm not here by mistake xD00:49
Ben64daftykins: if you scroll up, the question was nothing about it00:49
Ben64Enissay: so you do have ubuntu :|00:50
Jordan_Uquidnunc: Why not just install grub's boot sector to all of the drives that your BIOS might decide to boot from?00:50
quidnuncJordan_U: I might remove or format the old disk00:50
quidnuncJordan_U: But I guess that doesn't matter00:50
Jordan_Uquidnunc: Exactly :)00:50
EnissayBen64, not on my local pc... I'm just using an ssh connection to my server... so No and Yes... or whatever, nvm xD00:51
quidnuncJordan_U: Will Ubuntu do the correct thing on updates (will it update grub on each drive? I'm not clear on how grub works)00:51
Bashing-omquidnunc: In the event of removing a hard disk, a simple matter to " sudo update-grub " for the change to propogate .00:51
Jordan_UEnissay: All of those would work. In any programing language I am personally warry of == for numerical comparisons, as then I have to think about all of the possible ways $i could be incremented twice in one iteration, leading the loop to go on forever rather than stopping at my intended value. And technically in bash '==' is for string comparisons, though again a string comparison would work in this case as well, it's ...00:53
Jordan_U... just a little odd.00:53
Jordan_Uquidnunc: It will only do the correct thing if you configure the grub-pc package with the correct install devices selected. You can do this by running "sudo dpkg-reconfigure grub-pc".00:54
quidnuncJordan_U: Thanks00:55
Jordan_Uquidnunc: You're welcome00:55
EnissayJordan_U, I see... thks again :)00:55
Jordan_UEnissay: You're welcome :)00:55
VinoEarlier a window popped up with a message that said something like, "the applet nm-applet has stopped working. [delete] [don't delete]" I didn't know what it was so I deleted it, turns out it was the network manager applet and now I can't connect to the wireless, or even over a wired connection. Any ideas?00:59
Jordan_UVino: Are you using Unity or another desktop environment?01:02
Vinothis ubuntu is somewhat old, it's using whatever came before unity01:02
Jordan_UVino: What version of Ubuntu are you using?01:03
Vinoone second let me find it...01:03
ninguI have a 2008 macbook currently running ubuntu desktop 14.04. I want this laptop to function as a media server, so I'm wondering if it might make more sense to run ubuntu server on it. but then can I still control things like e.g. what happens when the laptop lid closes?01:05
=== timvishet is now known as timvisher-xubunt
timvisher-xubuntis there a service that is responsible for trackpad input?01:06
timvisher-xubuntor some way to jiggle the trackpad handle other than restarting the box?01:06
bastidrazorningu: install the services you want. the only benefit of going to server from desktop is less load.01:07
timvisher-xubuntningu: there won't really be much of a difference i don't thiink01:07
VinoJordan_U, 10.04, and i'm on a lenovo t6001:07
ningubastidrazor: yeah... since it's an old machine I am thinking it might run a little better. but you may be right that it doesn't make a huge difference01:07
Jordan_Utimvisher-xubunt: What is your end goal / problem?01:07
sb_hi01:07
timvisher-xubuntand if you're more comfortable with a gui then just go with that01:07
Richard82clear01:08
Richard82hi01:08
ningutimvisher-xubunt: yeah, I am considering that01:08
timvisher-xubuntJordan_U: sometimes, when i unplug my usb mouse, my trackpad no longer responds01:08
timvisher-xubunti typically then have to restart my machine to get it back01:08
ninguthe main benefit of running the server I think would be more free memory, but I dunno how much running X really uses01:08
Jordan_UVino: Support for the Desktop packages in 10.04 ended last year. You should upgrade to at least 12.04.01:08
timvisher-xubunti'm assuming there's some service that i should be able to restart01:08
timvisher-xubuntningu: you could always disable x by default, but that's a little like installing server and then installing x on top of it.01:09
Vinoyeah i should :\ i've been putting that off. does that mean i'm out of luck?01:09
sb_bye01:09
Richard82I have a problem with the command line tool "diff".   In the past,  "diff -r dir1 dir2" gave a me recursive list of all changed files while *showing* the differences!   After the last upgrade && dist-upgrade,  I receive an output telling me  "Common subdirectories: dir1 dir2"  instead of showing the changed files01:09
timvisher-xubuntis your goal to run something like plex that does transcoding on the fly or more to serve static media files?01:09
ninguyou can't go from the desktop install to the server install without reinstalling, I assume01:09
ningutimvisher-xubunt: plex01:09
Jordan_UVino: If I help you get connected to the internet will you promise to then upgrade to 12.04?01:10
VinoJordan_U, haha okay :]01:10
timvisher-xubuntningu: ah. well the macbook might strain a little bit, but fwiw i have a comparably powered ultrabook at the moment and am running xubuntu 14.04 with xfce and in most circumstances my load is hovering around .5 to 101:10
KEEmEriC01:10
KEEmEriC^can you help me 2 minutes?01:10
ningutimvisher-xubunt: yeah it seems decent, it isn't perfectly suited for plex I suppose but it does work01:10
Jordan_UVino: Open a terminal and try simply running "nm-applet", hopefully that will (temporarily) get your network manager applet back.01:11
hellomiakodaick dapergirl01:11
timvisher-xubuntof course i'm not doing much transcoding. my plex server is a ~2010 MBP running yosemite, so a significantly more power hungry os and it runs perfectly well, even when transcoding 1080p01:11
Vinoyeah i've tried running it manually, it doesn't appear01:11
Vinobut it says it's still installed01:12
ningutimvisher-xubunt: yeah I intentionally put ubuntu on it and not yosemite for that reason, for all I know though it would run better under os x :)01:12
Jordan_UVino: Ok, please connect your computer via ethernet then run "ifconfig" and pastebin the output (either by copying the output to a flash drive, or by taking a picture of your screen with your phone or similar).01:12
timvisher-xubuntningu: were the 2008 models 64 bit?01:12
Jordan_U!screenshot | Vino01:13
ubottuVino: Screenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://imgur.com/ and link the created page here.01:13
ningutimvisher-xubunt: it can run yosemite so I assume so. this is late 2008, first unibody series01:13
timvisher-xubuntmy main home theater box is a 2006 macbook which requires downsampling to 3 MBps or it just chokes :)01:13
ninguhehe01:13
VinoJordan_U, standby01:13
timvisher-xubuntbut that's running the best os x release evar!01:13
ningulion?01:14
timvisher-xubuntsnow leopard ;)01:14
timvisher-xubunti still miss it sometimes. :)01:14
timvisher-xubuntJordan_U: does my problem make any sense?01:14
ningutimvisher-xubunt: so you don't have any experience running macbooks under ubuntu? I've noticed that even though I disabled the suspend etc. sometimes it takes a little while to "wake up" when I connect via ssh over the local network01:15
daftykinstimvisher-xubunt: please try and keep the off topic chat to a zero01:15
timvisher-xubuntdaftykins: certainly01:15
timvisher-xubuntningu: only ever in virtualbox01:16
timvisher-xubuntalthough usually the 'wake up' is more the disk spinning up than anything.01:16
ninguyeah that could be it.01:16
timvisher-xubuntespecially in those old boxes they had slow disks01:16
timvisher-xubuntningu: have you disabled the hard disk sleeping?01:16
ninguprobably not... dunno if that's a good idea though01:17
ninguwould rather get as much life out of it as possible01:17
timvisher-xubuntyeah. i suppose that would reduce the life of the disk01:17
VinoJordan_U, I don't have a flash drive lying around, here's a manual transcription: http://pastebin.com/qF4T3YkQ I copied that from a machine that works and replaced the values with the actual ones, so the hw address is wrong but everything else should be right01:17
ninguit's old already :)01:17
timvisher-xubuntyeah. i'm amazed at their longevity01:17
ninguI use an external usb drive for the media01:17
VinoJordan_U, more info: I can't ping my router ip even though i'm connected with a wire. also: wlan has all the same stuff01:19
Jordan_UVino: sudo dhclient eth001:21
Jordan_UVino: If it succeeds you should have an internet connection.01:25
Vinohey sorry that computer is in another room. it says "no dhcp offers received, no working leases on persistent database sleeping"01:29
VinoJordan_U01:29
Jordan_UVino: It seems like your problem is more with what caused nm-applet to stop working in the first place than with your agreeing to remove it.01:30
Vinookay. that seems likely01:30
Vinoi guess... reinstall the applet?01:31
Jordan_UVino: I assume you've already tried simply rebooting?01:33
Vinooh yes, many times01:33
timvisher-xubuntis there a way to reload trackpad drivers / discover what they are?01:33
Vinoa lot of internet pages claim their problem was solved by rebooting, but not this guy01:33
timvisher-xubuntthe device in the xfce4-setting-manager -> Mouse and Trackpad is SynPS/2 Synaptics Touchpad if that's of any help01:34
Jordan_UVino: Does you ethernet NIC have any lights on it? If so, what lights are currently shown?01:34
timvisher-xubuntplugging my usb mouse back in still works. i have no idea at what point the trackpad stops working yet though01:36
DiegaoHi, I tried to update my python on 14.04 to py3.4.2, but I think I messed up. I cant even open the update manager "from gi.repository import Gtk ImportError: No module named 'gi'"01:36
Jordan_UDiegao: How did you try to update python and why?01:37
Diegaocommand-not-found its not working also01:37
DiegaoJordan_U: i needed to test a bug fix01:37
timvisher-xubuntand the trackpad still doesn't work though the external mouse does01:37
DiegaoJordan_U: I compiled from the source01:37
Diegaofollowing this instructions, http://www.linuxfromscratch.org/blfs/view/svn/general/python3.html01:38
DiegaoI installed all that dependencies01:38
VinoJordan_U, HA bad ethernet cable.01:38
VinoJordan_U, yeah i should have tried that before, sorry to waste your time. i'll make good on my promise though :)01:39
rayklhello01:41
rayklhi01:41
Jordan_UVino: :)01:42
raykljust testing01:42
rayklnew to this01:42
DiegaoJordan_U: any ideas?01:43
Quoexlhello everyone01:45
tetrapixelHey.01:45
QuoexlI have a strange thing going on, I have an amd x2 box that ran unattended owncloud via the network at my shop, I bring it home, do a reinstall of 12.04 server which it was running before and it will not dhcp on install, just to check the network cards I installed windows and both worked perfectly, any ideas?01:46
Jordan_UDiegao: That is not the proper way to install any piece of software, and especially python. Uninstall your compiled python, and any other dependencies you installed and you *might* get a working system back.01:47
=== EriC^ is now known as EriC^^
DiegaoJordan_U: how can I uninstall them? apt-get purge?01:48
Jordan_UDiegao: No, the problem with installing from source this way is that the package manager has no knowlege of these files at all. "sudo make uninstall" *might* work for some of them, run from within their source directory.01:49
=== Zer0legend is now known as Ankoran
Diegaomake: *** No rule to make target `uninstall'.  Stop01:50
peurare you in the working directory where this was installed?01:50
Jordan_UDiegao: It may be easier, and will certainly be less error prone, to simply re-install Ubuntu.01:50
Quoexlyou got your personal data in a seperate partition?01:50
Diegaoyes, inside the source folder01:50
DiegaoJordan_U: yes, but dist-upgrade gets nothing01:51
UTLHere we go... Just changed the build.prop on my Nook HD+ so I could get the Ubuntu Dual Boot app. I'm fooling it into thinking it's a Nexus 10 (manta image). Follow me on #ubuntu-touch if you're interested.01:52
QuoexlDiegao: what version are you on?01:52
guest-juZLjDHello01:52
DiegaoQuoexl: 14.0401:52
guest-juZLjDI have an Ubuntu user account which I can't use anymore, can anyone help me?01:52
EriC^^guest-juZLjD: you can't login?01:53
guest-juZLjDI tried a beta version of Firefox Mozilla Aurora, and after I tried to enter a language pack link in the search bar, suddenly all my programs and task bars disappeared01:53
QuoexlDiegao: do you have your /home directory in a seperate partition?01:53
guest-juZLjDand now when I log in into my normal account, the only thing which I get is a background image.01:53
guest-juZLjDAnd when I right-click, I get a useless dropdown menu with buttons which don't work.01:53
Quoexlguest-juZLjD: a BETA version and you dont expect bugs?01:53
EriC^^guest-juZLjD: can you try the guest account and see if it works?01:53
guest-juZLjDQuoexl: I except bugs, but not such big ones that my account becomes useless.01:53
DiegaoQuoexl: kinda, I created symlink to another partitions to some folders like downloads, documents that used to be big01:54
guest-juZLjDEriC^^: I 'm logged in in my guest account right now. After upgrading it works fine.01:54
Diegaothis way I dont have my ssd full01:54
guest-juZLjDI could do adduser and change my main account to a new one, the problem is that adduser doesn't work neither01:54
guest-juZLjDI get the following error:01:54
QuoexlDiegao: I'd recommend a reinstall if you dont have a million things installed01:54
EriC^^guest-juZLjD: ok, try to rename ~/.config and see if your account works again01:54
Diegao=/01:55
guest-juZLjDEriC^^: How do I do that?01:55
DiegaoI have lots of development environment installed =/01:55
QuoexlDiegao: except THIS time take 30% of your space for / and 68% for /home01:55
EriC^^guest-juZLjD: press ctrl+alt+f1, login, then type mv ~/.config ~/.config.old01:55
Quoexlthen next reinstall all your data is safe01:55
w23rdstHello is deftykins in here?01:56
EriC^^* daftykins01:56
DiegaoQuoexl: what you mean?01:56
timvisher-xubuntthere's some `lost sync at byte...` messages in syslog here that correspond to the physical interface of the trackpad: http://paste.ubuntu.com/9390222/01:56
guest-juZLjDEriC^^: Ok, let me try now01:56
Diegaocant't i modify some file so the dist-upgrade recognize the new versions of ubuntu?01:56
Diegaoso I could upgrade via command line01:57
compdocupgrade from an older version of ubuntu?01:57
Diegaocompdoc: yes01:57
compdocyou dont use dist-upgrade for that01:57
compdocdist-upgrade os for the current distrobution01:58
Diegaodo-release-upgrade?01:58
compdoc*distribution01:58
compdocyes, do that one01:58
Diegaonot working =/01:58
Diegaofrom DistUpgrade.DistUpgradeVersion import VERSION ImportError: No module named 'DistUpgrade'01:58
w23rdstDeftykins, please help me, buddy.01:59
w23rdstAre you in here?01:59
Diegaocompdoc: any other option to upgrade from command line/01:59
Diegao?01:59
Ben64Diegao: what exactly are you typing, and what version of ubuntu01:59
guest-gV6sLYEriC^^: It didn't work, so I had to reboot again.02:00
DiegaoBen64: $ sudo do-release-upgrade02:00
DiegaoBen64: ubuntu 14.0402:00
Quoexlw23rdst: type in the first 5 letters of his name and hit tab, if it fills in, he's here02:00
EriC^^guest-gV6sLY: ok, try to rename ~/.gconf02:00
timvisher-xubuntthere it is. `sudo rmmod psmouse && sudo modprobe psmouse`. thanks http://xpapad.wordpress.com/2009/09/09/dealing-with-mouse-and-touchpad-freezes-in-linux/02:00
DiegaoBen64: I compiled a new python3 version that messed up02:00
EriC^^guest-gV6sLY: if it doesn't work, type sudo service lightdm restart to get the login screen again02:00
Ben64Diegao: and upgrading to 14.10 will fix that?02:01
azizLIGHThow can i fix this without windows: Error mounting /dev/sdd1 at /media/aziz/3F8C9F1C7FC6BDB1: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdd1" "/media/aziz/3F8C9F1C7FC6BDB1"' exited with non-zero exit status 13: $MFTMirr does not match $MFT (record 0). Failed to mount '/dev/sdd1': Input/output error NTFS is either inconsistent, or there is a02:01
azizLIGHThardware fault, or it's a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows then reboot into Windows twice. The usage of the /f parameter is very important! If the device is a SoftRAID/FakeRAID then first activate it and mount a different device under the /dev/mapper/ directory, (e.g. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation for more details.02:01
DiegaoBen64: I think so, at least I hope02:01
w23rdstThanks for the tip, Quoexl . As you can see I am new to IRC.02:01
Ben64Diegao: unlikely02:01
guest-gV6sLYEhm, there is no scroll button?02:01
guest-gV6sLYIn XChat?02:01
Quoexlw23rdst: we all were once02:01
Diegaopython 3.4.2 is deafult in 14.1002:01
guest-gV6sLYEriC^^: Type again what you said, I can't scroll up for some reason, I will copy it02:01
Ben64Diegao: ok? doesn't fix manually installed stuff02:02
EriC^^guest-gV6sLY: there is02:02
w23rdstYou were also new at some point, Quoexl ?02:02
Quoexlw23rdst: back when breezy was out02:02
guest-gV6sLYYes normally there is02:02
guest-gV6sLYbut for me the scroll button disappeared now02:02
DiegaoBen64: any suggestions to fix it manually then?02:02
EriC^^guest-gV6sLY: you can use pageup if you want02:02
Ben64Diegao: undo what you did02:02
w23rdstQuoexl,  you are a good friend.02:03
=== Yukitteru is now known as Dhs92
guest-gV6sLYRenaming to ~/gconfold02:03
=== Dhs92 is now known as Yukitteru
guest-gV6sLYis that safe?02:03
w23rdstQuoexl,  you seem like a nice guy.02:03
DiegaoBen64: I compiled the source code, make uninstall does not work02:03
EriC^^guest-gV6sLY: rename it to ~/.gconfold02:03
Diegaoand specified to compile on /usr/02:03
Quoexlw23rdst: why thank you, lets take this conversation over to #ubuntu-offtopic02:03
guest-gV6sLYEriC^^: Where is it located?02:04
EriC^^guest-gV6sLY: it's in your home dir, ~/.gconf02:04
w23rdstok Quoexl .02:04
Ben64Diegao: well, you should read the install file or readme or documentation somewhere02:04
w23rdstYou are a wise man02:04
azizLIGHTam having trouble accessing a ntfs fhaslh drive02:04
guest-gV6sLYEriC^^: File doesn't exist, so I can't rename it.02:04
azizLIGHTi insert it and i get a big error02:04
EriC^^guest-gV6sLY: are you using unity?02:05
guest-gV6sLYEriC^^: I use Lubuntu02:05
Ben64azizLIGHT: you need to run the command it says to02:05
EriC^^guest-gV6sLY: it should be there02:06
guest-gV6sLYEriC^^: Supposedly it isn't02:06
azizLIGHTBen64: how can i do that on a linux computer. it says i need to reboot windows twice??02:07
EriC^^guest-gV6sLY: try find ~ -iname ".gconf"02:07
michiwendhi02:07
Ben64azizLIGHT: that part is for the windows install partition02:07
azizLIGHTeh?02:07
guest-gV6sLYEriC^^: It gives a blank result. None.02:08
EriC^^guest-gV6sLY: ok, try to rename ~/.cache02:08
azizLIGHTwhat windows install partition02:08
azizLIGHTim confused02:08
michiwendim getting "can not allocate memory" errors from different processes on my ubuntu 1404 server. e.g. clamav, apt-get, amavis02:08
michiwendi do have enough memory left on the machine02:09
guest-gV6sLYWhere is it located?02:09
guest-gV6sLYAgain I get, doesn't exist.02:09
MrSavageHi all I edited my xorg.conf and now all my screens are black on reboot and i can't get ctrl alt f1 to work02:09
imastupidguestmoderator please : Does anyone know how to get ahold of bobweaver?02:09
michiwendhttp://pastebin.com/C4TycBhS02:10
michiwendoutput of free ^02:10
imastupidguestI can give my info to be passed along to him if that seems good02:10
john38Anybody know of a good stable ati driver02:10
EriC^^guest-gV6sLY: are you doing this from the ctrl+alt+f1?02:10
guest-gV6sLYEriC^^: Yes, should I do it somewhere else?02:10
john38Anybody know of a good stable ati driver for precise pangolin02:11
EriC^^guest-gV6sLY: no, it's odd though02:11
michiwendjust tried apt-get upgrade: "FATAL -> Failed to fork."02:11
Jordan_Ujohn38: The open source drivers for most cards are pretty stable, of course they might not be for your (as yet unspecified) hardware.02:12
EriC^^guest-gV6sLY: type id02:12
john38Jordan_U, im running ati radeon hd 420002:12
guest-gV6sLYEriC^^: I did, but I can't copy it, so what now?02:12
Bashing-omMrSavage: Remind the channel what graphics card you have, and what driver you have installed, and from whence you installed said driver . (maybe can re-generate the Xorg.conf file ) .02:12
EriC^^guest-gV6sLY: try replacing ~ with /home/<your username>02:13
MrSavageBashing-om: it was working perfectly find before and i know how to fix it. the problem is that I CAN'T GET INTO A TERMINAL TO FIX IT02:13
timvisher-xubuntis there a way to jiggle the key repeat rate handle in xubuntu 14.04? my usb keyboard never seems to inherit the settings until i jiggle them.02:13
MrSavageBashing-om: the screen is black, ctrl+alt+f1 doesn't work02:13
EriC^^guest-gV6sLY: did id return your username?02:13
timvisher-xubuntMrSavage: have an external display?02:13
john38Jordan_U, what should i search for in software database02:13
guest-gV6sLYEriC^^: I get, can't move to a subdirectory of itself02:13
Bashing-omMrSavage: Try to boot from grub's recovery mode ?02:14
guest-gV6sLYEriC^^: Yes it did.02:14
MrSavageBashing-om: how do i do that?02:14
EriC^^guest-gV6sLY: are you typing mv /home/<your username>/.cache /home/<your username>/.cacheold ?02:15
Bashing-omMrSavage: Boot to the grub boot menu -> advanced options -> recovery consol;e -> enable networking ( to mount the hard drive r/w ) -> resume normal boot.02:15
teaearlgraycoldThe version of libmesa I have from the repos is too old to run a game from Steam. How would I go about getting the most recent version, 10.3.3?02:15
MrSavageBashing-om: how do i get into Grub?02:15
guest-gV6sLYEriC^^: It says that the directory doesn't exist, so it can't move it02:15
guest-gV6sLYEriC^^: Oh, wait a second02:16
john38where do i find drivers for a ati radeon hd 4200 graphics card02:16
guest-gV6sLYEriC^^: No still doesn't work02:16
Bashing-omMrSavage: Reboot and as soon as the bios screen clears, depress and hold the right shift key ( legacy MBR booting) ; EFI it is the escape key that is recognized.02:16
MrSavageBashing-om: how do i enable networking?02:16
EriC^^guest-gV6sLY: i don't know what else you could rename, what was wrong with useradd btw?02:17
blognewbmy god i hate mac!!!!02:17
Bashing-omMrSavage: You will see the option to do so once at the recovery console .02:17
azizLIGHThow can i open a file with prgram on the launcher by drag/drop from file explorer to the launcher icon? the launcher icon goes up/down and avoids the file when i drag it to it02:17
blognewbwhat a bad experience\02:17
john38where do i find drivers for a ati radeon hd 4200 graphics card02:18
guest-gV6sLYEriC^^: It gives the error, let me do it again02:18
shibbolethjohn38: amd/ati legacy support site, windows update catalog02:18
john38shibboleth, for precise pangolin02:18
shibbolethoh, i was think wrong channel02:18
Quoexljohn38: ati.com02:19
Bashing-omjohn38: That card is legacy status, AMD (ATI) no longer supports it. What you have ( radeon ) is all that is available - blame AMD .02:19
Jordan_Ujohn38: Are you having problems with the open source drivers used by default? If so, what problems?02:19
shibbolethjohn: the kernels radeon driver should work just fine02:19
guest-gV6sLYEriC^^: I can't enter su anymore02:20
john38Jordan_U, no i havent installed it yet but i read in software database that the ati fgllrx is not stable02:20
shibbolethjohn38: there are x-org specific drivers for radeon too02:20
guest-gV6sLYEriC^^: With my normal password02:20
guest-gV6sLYSo I can't see it02:20
Jordan_Ujohn38: You haven't installed Ubuntu yet?02:20
Bashing-omjohn38: IF you are willing to run 12.04.1 the ATI drivers are still available for that version of Xserver .02:20
john38Jordan_U, yes im on precise now02:20
Quoexlplease do tell where to get 12.04.102:20
john38Bashing-om, what do i type in software database02:21
Jordan_Ujohn38: OK, are you using the drivers that Ubuntu uses by default?02:21
john38Jordan_U, yes02:21
EriC^^guest-gV6sLY: in the tty, if you type sudo useradd -G sudo,adm <new username>02:21
Jordan_Ujohn38: Great. Are you having any problems with them?02:21
john38Jordan_U, no02:21
EriC^^guest-gV6sLY: what does it say?02:21
john38Jordan_U, i just thought i had to install some xorg drivers02:21
Jordan_Ujohn38: Then it seems that you've found stable graphics drivers for your card.02:22
john38Jordan_U, im using my onboard graphics card cause my video card failed02:22
guest-gV6sLYEriC^^: existing lock file /etc/subgid.lock without a PID. cannot lock /etc/subgid02:22
guest-gV6sLYEriC^^: Try again later.02:22
Bashing-omjohn38: Terminal command -> X -version to determine the x-server version. Need X-server v1.12 or less for proprietary driver to work .02:22
Jordan_Ujohn38: No, the open source drivers are fine. The main downsides of the open drivers are performance and OpenGL features, but since you specified that you care primarily about stability you should be good as you are.02:23
imastupidguestWell that sux02:23
john38Jordan_U, so i should just leave it like this02:23
Jordan_Ujohn38: Yes.02:23
Bashing-omjohn38: +1 ^ . I run open source on old ATI card .. no problems at all .02:23
Quoexlcompiz is problematic any way you look at it02:24
=== Consuela is now known as ballsac
john38Jordan_U, so i guess precise installs proper drivers when new video card is detected right??02:24
LinuxGoldcompiz is cool, but plaqued with so much fork();'s02:24
QuoexlI personally run gnome-session-flashback (metacity)02:25
Bashing-omjohn38: My response, yes, unless you explicitly install 12.04.1 you will have the open source driver installed ; -> sudo lshw -C display to see what is .02:25
LinuxGoldCLI rawkz over any GUI stuff02:26
EriC^^guest-gV6sLY: sorry, no idea02:26
guest-gV6sLYEriC^^: Ok, I understand. Then I guess I 'm stick with a guest account.02:26
QuoexlBashing-om: where  to get 12.04.1?02:26
EriC^^guest-gV6sLY: you can try rebooting02:26
w23rdstimastupidguest change your name or ban.02:26
azizLIGHTcan i connect to a remote host thru ssh without them knowing my username or machine name details like how i login: aziz@mymachine02:26
john38Bashing-om, ok02:26
guest-gV6sLYEriC^^: But what changes are made? Rebooting has no sense as I already tried to log in for like 20 times.02:26
EriC^^guest-gV6sLY: if that doesn't fix it, you can use the recovery to get a root shell02:26
lyleI wont start a home media center.  Is Amahi a good place to start?02:27
EriC^^guest-gV6sLY: it might fix the lock error02:27
guest-gV6sLYEriC^^: How do I use the recovery?02:27
=== ballsac is now known as Consuela
Bashing-omQuoexl: http://old-releases.ubuntu.com/releases/precise/ . Make sure you get the .1 release .02:27
john38Bashing-om, only thing is i dont have unity effects02:27
EriC^^guest-gV6sLY: select it in grub under advanced, then press on enable networking and drop to root shell after that02:28
EriC^^guest-gV6sLY: you can then run adduser if you want and add a new user02:28
guest-gV6sLYEriC^^: I didn't install Ubuntu on this and I don't get what you are saying02:28
Bashing-omjohn38: Sorry, I do not run unity, and do not know how to trouble shoot 'effects' .02:28
QuoexlBashing-om: thank you kindly sir02:29
john38Bashing-om, what does precise run??02:29
Bashing-omQuoexl: : ))  , what I can do to make all happy .02:30
EriC^^guest-gV6sLY: when you boot the pc, hold shift so grub appears, then select advanced02:30
guest-gV6sLYNow I understand02:30
Bashing-omjohn38: Precise runs unity for the desktop environment .02:30
le_goliardQuestion: is there a way for the background color of Gnome's terminal window to change when I ssh into another machine ?02:31
john38Bashing-om, yeah thats what i mean i have minimal graphics02:31
Bashing-omjohn38: A lot depends on ram .. unity is resource hungry .. got 2 gigs of ram or more ?02:31
john38Bashing-om, yeah i got about 8 gigs02:32
Bashing-omjohn38: Jealous is /me . Unity should be flying .02:32
Bashing-omjohn38: Is the open spource driver loaded ? what returns -> sudo lshw -C display <- in the "configuration" line ?02:34
john38Bashing-om, B.02.1502:34
Bashing-omjohn38: UnGood . If you are running an old(er) ATI card, and open source driver is installed; should see "  configuration: driver=radeon latency=0 " .02:37
Synthhi02:37
=== Synth is now known as Guest28032
Guest28032how can I get the details for this server so I can use it on a client02:37
john38Bashing-om, what do i do02:37
=== synth_ is now known as SynthAxe
SynthAxeHello02:39
Bashing-omjohn38: Show the channel what card you do in fact have and the driver that is installed -> sudo apt-get install pastebinit ,  sudo lshw -C display | pastebinit . Pass the resulting URL back to the channel and we will check that output and KNOW what card we are working with .02:40
john38Bashing-om, i got a ati radeon hd 420002:40
john38bash02:42
upsell5hi.  I want to copy my .ssh/ folder to the current folder I am in.  how can I do this?02:42
john38Bashing-om, http://paste.ubuntu.com/9390740/02:42
Bashing-omjohn38: -> dpkg -l | grep radeon <- does it give something like " ii  libdrm-radeon1:amd64                  2.4.52-1                             amd64        Userspace interface to radeon-specific kernel DRM services -- runtime02:43
upsell5cp -a ~/.ssh .02:43
upsell5is that right?02:43
reisioupsell5: that'd work02:43
SynthAxeHow do I check if I have successfully installed wine?02:43
upsell5reisio: and I leave off the trailing slash right?  otherwise just the files will get copied02:43
reisioupsell5: nope02:43
reisioupsell5: ~/.ssh and ~/.ssh/, for 'cp FOO' resolve to the same thing02:44
reisioa trailing slash can matter for other commands, though02:44
upsell5i always think I should be encrypting my .ssh folder somehow02:44
john38Bashing-om, ii  libdrm-radeon1                         2.4.52-1~precise1                       Userspace interface to radeon-specific kernel DRM services -- runtime02:44
john38ii  radeontool                             1.6.2-1.1                               utility to control ATI Radeon backlight functions on laptops02:44
john38ii  xserver-xorg-video-radeon              1:6.14.99~git20111219.aacbd629-0ubuntu2 X.Org X server -- AMD/ATI Radeon display driver02:44
upsell5reisio: oh ok, great thanks.02:44
Bashing-omjohn38: see my http://paste.ubuntu.com/9390764/ . AND sudo apt-get install pastebinit.02:44
reisioyou should... be mindful of what has access to ~/.ssh, yes :)02:45
reisiobut also ~/, so :p02:45
Bashing-om!paste | john3802:45
ubottujohn38: 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.02:45
Jordan_USynthAxe: If you ran "sudo apt-get install wine" then you successfully installed wine. You can now try running Windows applications, and expect varying degrees of success.02:45
upsell5reisio: say I am using a cheap linode as a backup to access my servers, I want to put my ssh folder on the cheap linode box, but also encrypt the entire folder02:46
upsell5what’s the best way to do that?02:46
upsell5or say in case my laptop gets stolen, at least my ssh folder is encrypted.02:46
reisioupsell5: mmm, I like encfs, it's simple and straightforward02:46
reisiofor spot encryptions02:47
john38Bashing-om, http://paste.ubuntu.com/9390788/02:47
MrSavageHey all i'm having issues with setting up a multi monitor setup by using my mobo and amd card, i've set in my xorg.conf a driver for fglrx for the primary display and intel for the 2nd display. I get black screens on both when I boot up02:47
MrSavageit only happens when i set my 2nd screen to the driver intel02:47
john38Bashing-om, thats what i get when i run dpkg -l | grep radeon02:47
Bashing-omjohn38: Great, lookin at your http://paste.ubuntu.com/9390788/ .02:47
upsell5reisio:  i see02:47
upsell5what do sysadmins do to lockdown their ssh folder?  they must do that right?02:48
reisioupsell5: they disallow others access to their ~/ mostly, I dare say :)02:48
reisiobut full disk encryption is also popular amongst the security conscious02:48
reisiofor a remote share, you'd want some other type of encryption, yeah02:48
=== airtonix_ is now known as airtonix
upsell5ok02:49
reisiocan't rely on remote 3rd parties to encrypt things properly, or even not snoop02:49
reisioalthough arguably they can always watch you you decrypt/authenticate if you do it remotely (as opposed to merely store what was already encrypted remotely)02:49
Bashing-omjohn38: Odd, the open source driver is installed, why does not the interface see it ? show -> sudo lshw -C display | pastebinit .02:51
john38Bashing-om, http://paste.ubuntu.com/9390841/02:52
Bashing-omjohn38: Pondering http://paste.ubuntu.com/9390841/ .02:52
=== rxy is now known as Guest45720
john38Bashing-om, any ideas should i just leave it alone?02:55
Bashing-omjohn38: You are in fact running the open source driver ' radeon ' >> "configuration: driver=radeon latency=0" - from your output. All looks good. I know of nothing else to do for effects .02:56
john38Bashing-om, ok well thats alright then thanks for your help02:57
Bashing-omjohn38: NP, help is why we are here ( and to see what I can learn ). If I could do you better, I would - I know of nothing else you can do .02:59
john38Bashing-om, ok02:59
lyleHome media center.  Help.  Love Ubuntu.  Now I'm ready to do something new.  Could be better with terminal commands.  I mostly cut and paste from web how to sites.  Any suggestions on getting started.   Example learn step one first then...try ....03:07
SchrodingersScatwhat do you want to actually do?03:07
SoCo_cppCan I use the "Network Connections" dialog to add a VPN connection to an OpenVPN server with certificate authentication. I don't really see support for certificate auth. Would I need to additionally install  network-manager-openvpn, or should I try a more robust VPN client?03:08
lylewatch recorded shows from other tv's in the house.03:08
lyleI think it would be a good way to start learning about servers03:09
MrSavage_http://askubuntu.com/questions/557206/how-can-i-get-xorg-to-handle-both-fglrx-and-intel-for-two-devices-getting-segfa03:11
SchrodingersScat!info network-manager-openvpn03:12
ubottunetwork-manager-openvpn (source: network-manager-openvpn): network management framework (OpenVPN plugin core). In component universe, is optional. Version 0.9.8.4-2ubuntu1 (utopic), package size 20 kB, installed size 109 kB (Only available for linux-any)03:12
SoCo_cppubottu that should work with XFCE right? I see a gnome specific one and talks of a kde specific one.03:12
ubottuSoCo_cpp: I am only a bot, please don't think I'm intelligent :)03:12
SoCo_cppI almost wonder if I want a standalone VPN client, as the network is something I want to rarely be connected to.03:13
Mendaxwhat is the deal I am back03:13
reisiothe deal is03:13
Pinkamena_Ddoes anyone know of a fullscreen whiteboard/drawing program which just supports simple draw and erase, ie for math problems?03:14
Mendaxno ddeal03:14
Bashing-omMrSavage_: https://github.com/beidl/amd-indicator <- This indicator applet allows owners of laptops with AMD/Intel hybrid graphics capabilities to easily switch between the graphics cards without the need of running CCC or terminal commands.03:14
MendaxMS Paint03:14
squintylyle:  might want to check out the About for http://kodi.tv/about/    it's in the repo's so can be installed via your fave program installer03:14
reisioPinkamena_D: any graphics editor03:14
Mendax3.103:14
SchrodingersScat!ot | Mendax03:14
ubottuMendax: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!03:14
SchrodingersScatSoCo_cpp: worth a shot, see if you like it03:14
MendaxI see03:14
Mendaxi cant talk about microsoft03:14
MrSavage_Bashing-om: I don't want to switch between graphic cards. I want to run both my amd card and my motherboard at the SAME time so i can multi monitor. Also I'm not running a laptop, i'm running a desktop.03:14
Pinkamena_Dgimp is nice but the full screen mode is not really fullscreen03:15
SchrodingersScatMendax: anything that isn't ubuntu support is off topic03:15
Mendaxok03:15
Pinkamena_Ddo you know of a similar program which is?03:15
SoCo_cppI'll try this Gadmin VPN client first and if it doesn't work Ill go fore the network manager openvpn route...and barring that, install the openvpn daemon way.03:16
Bashing-omMrSavage_: OK, long hard raod, maybe -> mega thread : http://ubuntuforums.org/showthread.php?t=1743535&highlight=i915&page=86 ; MAFoElffen's .03:17
lylethanks squinty03:20
le_goliardQuestion: is there a way for the background color of Gnome's terminal window to change when I ssh into another machine ?03:22
MrSavage_Bashing-om: made a post03:23
Bashing-omMrSavage_: Good deal, bet it gets MAFoElffen's interest .03:25
MrSavage_and it seems like he's talking about laptops03:25
MrSavage_I'M NOT USING A LAPTOP >8|03:25
Bashing-omMrSavage_: He do grahics , no discrimination .03:26
MrSavage_ah03:26
MrSavage_Bashing-om: Who is he?03:26
MrSavage_now that i have a headache i'm gonna stop fixing this03:27
Bashing-omMrSavage_: I only know him by reputation. Read his thread and you will get to know him .03:27
MrSavage_Bashing-om: I would but i have a deadline for a team project03:28
MrSavage_:P03:28
Bashing-omMrSavage_: Life has a way of doing that .03:29
=== luis_ is now known as QuestionMark
SoCo_cppSo I'm trying to configure Gadmin for OpenVPN client access. Before, using OpenVPN on windows, I've only needed to specify the CA cert, my user cert, and my user key, but Gadmin is requiring additionally a DH key and TA key. Are these some sort of local keys that should be in ~/.ssh somewhere, or am I missing needed certs?03:30
=== aLt is now known as Guest31188
degvaHello guys, so I've noticed that the gnome version of ubuntu doesn't save the session like linux mint would do when the battery goes off.03:35
degvais there any way I can add that feature to ubuntu gnome (14.04)?03:35
reisioprobably need only to configure it03:35
degvaWell, that's I also think I should do haha my question is how?03:36
SoCo_cppscrew it, Imma reboot to windows, connect to the vpn and look for them extra certs03:37
reisiogj03:37
Huliohi guys, how to convert .zip file to .tar.md5 ?03:42
Hulioanyone know?03:43
Hulioanyone?03:45
QuestionMarkit's installed flashplugin-installer 11.2.202.424ubuntu0.14.04.1 and the browser requiere flash 11.1 or higher, what can i do ?03:45
reisioHulio: impossible03:46
Huliowhy?03:46
reisioHulio: they have nothing to do with one another03:46
reisioHulio: what makes you think you want to?03:46
bubbasauresQuestionMark, There is pepperflash in chrome and usable in other browsers.03:46
Hulioi have a custom rom  in zip file  to be flash via recovery ..but   i prefer make it flash via ODIN03:46
QuestionMarkthanks bubbasaures03:46
jstremhi03:47
daftykinsHulio: that is not a relevant support query for this channel03:47
Hulioreisio, ^^03:47
Huliooh03:47
Huliodaftykins, but it is related to ubuntu though....03:47
daftykinsalso, apples + oranges03:47
daftykinsHulio: no it is not.03:47
jstremhow can I install ubuntu desktop and install it from ubuntu server ?03:48
Huliodaftykins, alot of tutorial is showing  make .img to .tar.md5 is okay03:48
jstremwell download and install actually.03:48
reisioHulio: what does odin have to do with zip, tar, or md5?03:48
reisioHulio: doesn't sound quite like you've read them properly, those tutorials03:48
Hulioreisio, read this: http://androidadn.com/2012/09/how-to-convert-img-files-to-tar-md5-to-do-a-flash-with-odin3/03:49
Huliobut that is .img to md503:49
daftykinsstill irrelevant for this channel, go find an android device or whatever it is channel03:49
daftykinseven if i knew i would not help you brick some device :>03:49
Huliolol03:50
reisioHulio: okay03:50
reisioHulio: no idea why it's being renamed to .tar.md5, but it wouldn't surprise me if those instructions do work03:50
jstremI don't have a computer. my laptop broke... but I have a dell server with ubuntu 14.04. was wondering if I can put a guide to download ubuntu desktop?03:50
daftykins"put a guide" ?03:51
jstremsorry. autocorrect. lol03:51
jstremgui *03:51
daftykinsdoes it have a directly attached screen, keyboard and mouse?03:51
jstremyes03:51
QuestionMarkbubbasaures, work just fine !03:51
daftykinssudo apt-get install ubuntu-desktop (or) xubuntu-desktop (or) lubuntu-desktop03:51
daftykinsit'll install tonnes of junk though so be afraid03:52
bubbasauresQuestionMark, Cool, it has it's issues but seems you up on getting things going, enjoy.03:52
jstremok. ty daftykins03:52
bubbasauresyou're*03:52
Mendaxabout the Ubuntu life04:03
blithenhello friends! so I have quite the puzzling situation, google didn't help much. Basically if I set my font to terminus, it crashes whatever I was using. in xfce4.04:03
Seranokhow long should it take to do tar --extract for a 40MB file?04:05
Seranokwhen i type that command it freezes for multiple minutes04:06
=== greenmon is now known as greenmon2
hamnstar_Seranok it could take a long time if the compression ratio is set super high04:08
hamnstar_although that seems like a stretch for a 40MB file, unless your system is low on resources04:08
AlissaHow am I able to clear the downloaded http files cache or whatever it is? I re-updated files on my server but neither Firefox nor wget want to grab the new file.04:10
worbleWhy can't I configure grub options in the boot-repair live usb?04:10
worblethey are grayed out04:10
abucodeI want USB devices on a particular port automatically mounted at a particular location. I posted the question here some time ago but didn't get any responses. Any help? http://askubuntu.com/questions/555138/automount-usb-connected-a-particular-port-on-a-specific-path04:11
bubbasauresworble, Can you post a screenshot of this?04:11
bubbasauresworble, On the opening gui second button down is the bootinfo summary only run it and poste the generated url to.04:12
worblebubbasaures: http://paste.ubuntu.com/9391525/04:13
worblebubbasaures: I just installed a new drive, copied root files but I did not correctly configure the bootloader04:13
worblebubbasaures: New drive is sdc04:13
worbleold is sda04:13
worblebubbasaures: I'm not sure if I can take a screenshot in the live usb. Is there a hotkey?04:14
bubbasauresworble, I don't think it's set up for btrfs have you seen it work ever?04:15
worblebubbasaures: What, grub? Or boot-repair?04:15
bubbasauresworble, bootrepair04:15
worblebubbasaures: No, first time I use it04:16
digcloudI'm unable to start php5-fpm in ubuntu 14.04. When I "service php5-fpm start" it shows a process ID, but immediately dies.04:17
digcloudIn /var/log/upstart/php5-fpm.log I see "PHP:  syntax error, unexpected '=' in Unknown on line 1"04:18
digcloudI'm not sure where to look for the equal sign it doesn't like..??04:18
bubbasauresworble, Never messed with that partitioning, I assume you could just boot it with supergrub and do a grub install04:18
bubbasauresworble, Have you tried booting from sdc?04:19
bubbasauresit shows grub in it's mbr04:20
worblebubbasaures: but it points to the wrong UUID04:20
bubbasauresworble, Ah, you imaged the mbr to?04:20
bubbasaures!screenshot | worble here's info04:21
ubottuworble here's info: Screenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://imgur.com/ and link the created page here.04:21
bubbasauresshow the greyed out portion04:21
bobbertsonim switching from arch to ubuntu because i read about how amazon is integrated within the distro! thats awesome! i use amazon to do almost all my shopping04:22
HatycatYeah same04:23
HatycatI am tired of propriatary software shoving shit down my face04:23
Hatycatnow with Ubuntu I have the freedom to only search amazon and my local computer04:23
SchrodingersScat!language | Hatycat04:23
ubottuHatycat: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList04:23
reisio:)04:23
bubbasauresbobbertson, Not actually integrated as any more than a plugin.04:24
Hatycatkek04:24
Hatycat#rekt04:24
bobbertsoncan the plugin be easily removed04:24
bubbasauresyes04:24
bobbertsonthats crazy!04:24
bobbertsonwhy would anyone want to remove it04:24
bobbertsonamazon is the greatest online shopping site04:24
Hatycat^04:24
Hatycatlike maybe if it intergrated Newegg that would be intrusive04:24
worblebubbasaures: No I did dpkg-reconfigure grub-pc04:25
bubbasauresNot sure europe agrees04:25
worbleand selected all drives04:25
bobbertsonamazon actually respects peoples freedom and gives fair pricing04:25
HatycatCan I add the plugin in to Arch assuming I use Unity?04:25
Hatycatthat was a srs question btw04:25
reisioHatycat: yup04:26
bobbertsonhow much is canonical paying amazon to be able to use their search in this distro?04:26
reisiobobbertson: you have it backwards04:26
worblebubbasaures: I can't screenshot04:26
worblebubbasaures: Going to reboot04:26
bobbertsonwhat do you mean reisio04:26
soneteahi /g/04:26
bubbasauresworble, This command run how exactly?04:26
reisioit's for canonical to make money04:26
bobbertsonno thats not true quit trolling reisio canonical is a non for profit04:27
bobbertsonthey wouldnt do that04:27
bobbertsonthey pay amazon so that users get to shop at the greatest online retailer04:27
reisiocanonical is not a not for profit04:27
bobbertsonso they dont respect my freedom?04:27
reisioirrelevant :)04:28
bobbertsonthey are creating the greatest phone though04:28
soneteai wish04:28
bobbertsonits got a great cost04:28
bobbertsonits fair04:28
bobbertsononly $82504:28
soneteait's*04:28
Hatycatdoes the phone come with amazon though? cause then I can see it taking off mad, like the amazon fire did04:28
soneteaIs amazon Richard Stallman approved?04:29
reisiosarcasm only? :p04:29
lasershttp://venturebeat.com/2014/12/05/amazon-starts-bricking-hacked-fire-tvs-in-latest-firmware-update/04:29
Hatycatuh oh04:30
HatycatDoes amazon fire not use free software?04:30
reisioshhhh04:30
HatycatI accidently bought one as a christmas present04:30
Hatycatmay have to return it now04:30
reisiofire tvs?04:30
reisiosounds like a lawsuit waiting to happen04:30
HatycatCant have my grandma using shit that doesnt respect her freedom04:30
reisioHatycat: you can't disable the updates?04:30
soneteaHe doesn't want his FireTV to be prone to security bugs04:31
soneteawhat is he is hacked by someone using Arch!04:31
Guest23913how's Xubuntu different than regular Ubuntu?04:31
anonhello04:31
reisioGuest23913: uses Xfce by default, instead of GNOME+Unity04:32
soneteaGuest23913: xubuntu uses the xfce desktop environment04:32
Hatycat!g how is Xubunutu different than regular ubuntu04:32
Hatycatoh wow04:32
bobbertsondont use it Guest2391304:32
reisioGuest23913: you can turn Xubuntu to Ubuntu and Ubuntu to Xubuntu, without reinstalling04:32
bobbertsonuse ubuntu04:32
bobbertsonxubuntu doesnt come with amazon04:32
reisioGuest23913: /nick dudemcdude04:32
Hatycatyeah bob beat me to it04:32
soneteabobbertson: pls, no shitposting when people actually have questions04:32
anonare all of you guys using anonymous?04:32
QuestionMarki'm need some application to make flowchart, what do you recommend?04:32
bobbertsonwe all use amazon all the time anyways why would you not want it04:32
bobbertsonits convenient and helpful04:33
reisioanon: using wha?04:33
gromdumb terminal question, having trouble googling it - does anyone know what it means to "change directories recursively" as in "-R"04:33
Hatycatyeah I am actually serious04:33
reisioQuestionMark: eh...04:33
anon anonymous04:33
lasersGuest23913: Look at those pretty pictures! https://en.wikipedia.org/wiki/Desktop_environment#Gallery04:33
reisioQuestionMark: do you want to make lots, quickly, programmatically, after learning how?04:33
reisioQuestionMark: or just draw one tediously?04:33
Guest23913so that's the difference! Xfce instead of Unity04:33
reisioGuest23913: yup04:33
bobbertsonit means it does it in reverse grom04:33
QuestionMarkone like luccidchart04:33
bobbertsonsearches backwards from what you type04:33
reisiogrom: what command?04:33
QuestionMarkone like luccidchart reisio04:33
bobbertsonhence the re in recursive04:33
anonare all of you guys using anonymous?04:34
gromThe command is chmod 777 * -R04:34
Guest23913so by modus ponens, Kubuntu is Ubuntu with KDE04:34
gromchanging permissions of a folder for plex (headache)04:34
bubbasauresGuest23913, There is enough difference your actual research will be better info.04:34
soneteaanon: what do you mean?04:34
reisiogrom: that would apply to all that match *, and all dirs in all that match * as well04:34
gromand trying to understand what the -R does04:34
reisiogrom: it's usually quite a profoundly bad idea to chmod recursively :)04:34
bobbertsonit searches backwards grom04:34
anoni mea using the anonymous hacking tool04:34
gromand it's a bad idea?04:34
reisioanon: sounds like a question for #scriptkiddies04:34
reisiogrom: almost always, particularly with chmod 777 :p04:34
anonwhich is me :(04:35
soneteais that actually a channel? lel04:35
reisiogrom: might talk to #plex04:35
gromso...if I'm understanding correctly, -R means that I basically just changed the permissions of every directory since I used *?04:35
soneteagr04:35
soneteagrom: *04:35
soneteado this04:35
soneteaman chmod04:36
reisiogrom: if you actually did that, yup04:36
gromk04:36
gromawesome04:36
grom:(04:36
reisiousually you can also use '.' instead of '*'04:36
reisiowith -r04:36
gromah04:36
gromthat limits it to the current directory?04:36
reisiobut quite an awful thing to run regardless04:36
bobbertsongrom an easier way to do what you want is open up the search and type home theater pc or nas and click the one you want to buy off of Amazon04:36
reisiono it's just more efficient04:36
bobbertsonwill come pre configured the way you want04:36
soneteareisio: -R*04:36
gromplex is annoying in ubuntu04:36
reisio-r * says match everything, and recurse04:36
grombobbertson - lol :)04:36
reisio-r . says start here, and recurse04:36
reisiothe end result is the same04:36
reisiothe latter should always be faster04:37
reisioeven if you don't notice it :p04:37
Hatycatwait is he trying to do this in FreeBSD?04:37
gromthank you guys really appreciate your help. I'm going to jump over #plex now as well - thanks for the suggestion04:37
reisiowhy do you ask?04:37
bobbertsongrom i think you might have accidentally installed slackware04:37
bobbertsoninstead of ubuntu04:37
bobbertsonit happens sometimes04:37
reisioheh04:37
Loshkireisio: *are* they the same. * will expand to names which don't begin with dots, but -r . will include them.04:38
Hatycatanon plz stop spaming channel04:39
Hatycatoh shit I was scrolled up nm04:39
Hatycatdidnt meant aht04:39
bobbertsonhes just a troll ignore him04:39
reisioLoshki: . does not match a dot, it merely indicates the cwd is the path to start recursing from04:39
reisio. says start here, and with -r do everything04:39
soneteadoes systemd respect my freedom?04:40
reisiooh you're saying it'll skip dot files04:40
Loshkireisio: I'm saying -r . will include dotfiles in the current directory, -r * will not.04:40
* reisio rolls eyes04:40
bobbertsonim trying to find emacs on amazon04:40
reisiothat's a level of pedantism I consider irrelevant to this convo :D04:40
bobbertsonwant to install it04:40
MDTech-us_MANhello04:40
Loshkireisio: you have a long & successful career in management ahead of you04:41
bobbertsoni searched for headphones and then bought them off amazon in the desktop and they havent come yet04:41
reisioLoshki: if only04:41
soneteabobbertson: here use "sudo emerge emacs"04:41
bobbertsoncan someone help me04:41
soneteaand it will install04:41
MDTech-us_MANanybody know of anything that gives a graphical display of the number of ntpd requests04:41
Loshkireisio: Well, note I didn't say programming.04:41
bobbertsonemacs does that MDTech-us_MAN04:41
reisioLoshki: I'm pretty sure you said what you said04:42
reisiobut I could be wrong04:42
bobbertsonM-x ntpd-gui04:42
Loshkireisio: I'm trying to insult you. Please be more cooperative.04:42
reisio:D04:42
bubbasaureslol04:42
MDTech-us_MANbobbertson04:42
reisiothere's always one more thing you can know04:42
MDTech-us_MANwhere do I find ntpd-gui?04:42
bobbertsondo sudo apt-get install emacs04:43
reisiodoesn't make it particularly relevant to the discussion at hand04:43
bobbertsonand then open that up and press alt+x and type ntpd-gui04:43
bobbertsonpress enter04:43
sonetea>apt-get04:43
MDTech-us_MANok04:43
soneteathis isn't 1990 anymore04:43
MDTech-us_MANthx!04:43
bobbertsonno problem04:43
bobbertsonsign up for your free trial of amazon prime for more ubuntu related help04:44
netlarheh??04:44
soneteabobbertson: I have bad news for you04:44
soneteathere wont be anymore amazon in Unity804:44
bobbertsonWHY?!04:44
* Hatycat drops soap04:44
HatycatNOOO04:44
Hatycatdid they switch to newegg?04:45
Hatycatcause if thats teh case Im switching to mint04:45
netlarsonetea: Is the interface changing a lot from Unity 7?04:45
soneteaapparently some neckbeards (probably using gentoo) forced Shuttlesworth to sign a document stating that he won't use amazon in the next release04:45
soneteanetlar: i don't believe so04:45
bobbertsonUHG! the male patriarchy does it again!04:45
netlarsonetea: Good I love Unity04:46
bobbertsonway to be savages and ruin the world04:46
ilki wont use ubuntu ever again04:46
Hatycatstallman, and his gang of misfits after my amazon plugins04:46
ilkthats it for mew04:46
bobbertsonif females didnt have a wage gap this wouldnt have happened04:46
* bubbasaures reaches for the bullhorn04:46
bobbertsonif canonical had a female CEO we would still have Amazon right now04:46
bobbertsonway to take away our favorite online retailer04:47
soneteabobbertson: maybe gnome will add it04:47
Hatycatyeah because women love shopping, but because of oppresion we only make 0.84C on the dollar so we cant afford to shop on amazon from Unity04:47
soneteathey seem to like feminists04:47
bobbertsonwomen help make the economy go around, men are filthy communists04:47
bobbertsonthats why women should be in charge04:47
bobbertsonits the new way, its progressive04:47
bobbertsonits equal04:47
Hatycatyah look at yahoo04:47
HatycatThey would be top search engine without oppression04:48
bobbertson^04:48
HatycatUbuntu should default to yahoo04:48
Hatycatcause equal04:48
bobbertsonyahoo is the greatest search engine04:48
MendaxI think of all the education that I missed04:48
bobbertsonyahoo didnt become the number 1 most used search engine from nothing04:48
bobbertsonits the female CEO that made it all04:48
bobbertsongeocities was revolutionary, now it is the biggest web host of all time and growing04:48
reisiocities made out of chevrolets04:49
sonetea>windows 704:49
MDTech-us_MANbobbertson04:49
soneteaHatycat: i think you need to check your privillege04:49
MDTech-us_MANntpd-gui [No match]04:49
Hatycatsonetea, b..b...b..bbut muh vidya04:49
soneteatoo late now04:50
bobbertsonoh ya you need to install the plugin i forgot04:50
bobbertsonjust a sec let me find the name04:50
HatycatI swear nothing but free software on my other boot04:50
soneteait's either install gentoo or don't even bother using linux at all04:50
soneteaubuntu*04:50
bobbertsonsudo apt-get install netbeans04:50
mastershakehey guys i have a chromebook that long story short i bypased googles kernel signatures enabling me to install diff *nixs so i want to install an ubuntu server "lite" , since the chromebook only has a 12 gig solid state ...any suggesstions?04:50
bobbertsonMDTech-us_MAN04:50
Hatycatplease write ubisoft a letter demanding FC4 on linux and I will stop running windows04:50
MDTech-us_MANok04:51
mastershakecan i download like ubuntu server 10.01 or something liek that?04:51
soneteamastershake: start from a netinstall04:51
soneteaand maybe install xubuntu or lubuntu04:51
soneteaor you can go ricer and install openbox or some obscure tiling WM04:51
Hatycat>using  a GUI04:52
Hatycatplebs04:52
bobbertsonis there a tiling window manager with amazon integration04:52
Hatycatwhats the point of a computer why not just get an ipad at that point?04:52
tewardHatycat: do you have an actual question?  If not, please don't add unnecessary noise to the channel.04:52
soneteabobbertson: haskell has amazon backdoors04:52
soneteaso try xmonad04:52
icloud!snippet04:53
=== knightshade2 is now known as knightshade
icloudhi all, any screen shot tool like windows snippet? i don't want the full screen just boxed section with mouse04:53
soneteayeah04:53
bobbertsoncan i install ubuntu on my ps404:53
tewardicloud: the screenshot tool allows you to snip a selected section of your screen04:53
bobbertsonps4 is based on ubuntu04:54
soneteaicloud: Ubuntu has one already installed04:54
Hatycatbobbertson, no but you can manually browse amazon.com :/04:54
tewardicloud: and the tool is already there.  open the dash and type in 'screenshot'04:54
icloudoh awesome04:54
MDTech-us_MANhttp://askubuntu.com/questions/346864/how-do-i-take-a-screenshot04:54
icloudteward, sonetea thanks abunch04:54
lotuspsychjegood morning to all04:54
MDTech-us_MANthere is also the Print Screen button, icloud04:55
excalibrAny of you here code in C? Could you please help me with my patch code04:55
tewardMDTech-us_MAN: he wants to do small screen snippets04:55
HatycatC is misogynist programming language04:55
tewardMDTech-us_MAN: not a full desktop screenshot (which printscreen does)04:55
reisioHatycat: best kind04:55
excalibrHatycat, trying to patch something in network manager applet04:55
MDTech-us_MANteward, well, its an option too04:55
max_top of the day to everyone04:55
reisiog'day04:55
excalibrhttp://paste.ubuntu.com/9383196/04:55
lotuspsychjeexcalibr: check the ##programming guys04:55
MDTech-us_MANdidn't notice it04:55
reisioall the best women hate women04:56
soneteayeah, use a proper female respecting language04:56
sonetealike scratch04:56
MDTech-us_MANbobbertson, still installing04:56
bobbertsonexcalibr consider using C+= instead its better for what you are trying to do04:56
MDTech-us_MANover 200MB of packages04:56
excalibrbobbertson, look at the link04:56
bobbertsonya MDTech-us_MAN its a collection of a bunch of useful tools04:56
bobbertsonnetworking monitoring guis and stuff too04:56
bobbertsonof all kinds04:56
bobbertsonhttps://gitorious.org/c-plus-equality/c-plus-equality/source/cefcfb4276889bd3833c539225a9cdfd3eb16d33:README.md04:56
soneteaI came up with one of the rules for C+=04:56
soneteaim basically a C+= creator i guess04:57
MDTech-us_MANsonetea, lol04:57
HatycatSonderblade, plz do a reddit AMA04:57
Hatycatoops sonetea **04:57
linuxis java a good learning language for beginers04:57
Hatycatto many peeps ITC04:57
bobbertsonno linux04:57
Hatycatlinux, yes that or python04:57
reisiolinux: nope04:57
excalibrsince when this channel has become a chat channel now?04:57
HatycatJK neither respect your friend04:57
sonetealinux: yeah04:58
linuxwhats a good one04:58
reisiolinux: Python04:58
Hatycatonly use Assmbly code04:58
MDTech-us_MANbobbertson, still no match04:58
icloudlinux,  python04:58
reisiolinux: http://www.greenteapress.com/thinkpython/04:58
bobbertsonstrange MDTech-us_MAN04:58
soneteajava is great for a beginner04:58
bobbertsontry launching netbeans04:58
linuxahh ok thx04:58
reisiolinux: that'll teach you both Python and programming in general04:58
reisiogood book04:58
MDTech-us_MANbobbertson, how?04:58
icloudsonetea, actually that is true to, to really learn it java is good04:58
soneteathere's so much newbs that use it that there's literally answers to every question you could have04:58
reisioJava™ is quite terrible04:58
sonetealike a certain linux distro :^)04:58
icloudbut python you can start coding cool stuff right away04:58
reisioit's being replaced with Python even at universities04:58
reisiowho were paid to teach Java™04:59
lotuspsychje!ot04:59
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!04:59
phunyguyHatycat: what are you on about?04:59
phunyguyyes please stick to ubuntu support in here.04:59
excalibr!ot > Hatycat04:59
ubottuHatycat, please see my private message04:59
bobbertsontype netbeans in terminal MDTech-us_MAN04:59
excalibr!ot > bobbertson04:59
ubottubobbertson, please see my private message04:59
icloudyeah that's true go to #ubuntu-offtopic sorry guys04:59
mastershakeis there a "disk cleanup" option in ubuntu?04:59
bobbertsonim providing support obottu05:00
soneteajava is quite terrible for actual programming05:00
lotuspsychjemastershake: bleachbit is very handy05:00
soneteabut as a learning language it's good05:00
MDTech-us_MANbobbertson, I don't have x installed05:00
lotuspsychje!info bleachbit | mastershake05:00
ubottumastershake: bleachbit (source: bleachbit): delete unnecessary files from the system. In component universe, is optional. Version 1.2-1 (utopic), package size 249 kB, installed size 1930 kB05:00
MDTech-us_MAN*sigh*05:00
phunyguysonetea: you too.  This is ubuntu support only.05:00
bobbertsonwell you need X to use a gui anyways05:00
MDTech-us_MANoh well05:00
soneteak05:00
mastershakeawesome! thanks05:00
MDTech-us_MANis 512 MB enough for a gui?05:00
MDTech-us_MANof ram I mean05:00
reisiosure05:01
reisioram is frequently quite cheap, though05:01
bobbertsondepends05:01
reisioyou could conceivably get 400% more ram for about $2005:01
MDTech-us_MANgnome is too bulky for it05:01
reisioas bobbertson said, it depends05:01
reisioGNOME is bulky no matter how much ram you have :P05:01
bobbertsoni didnt like gnome it didnt give me amazon shopping results :/05:01
xmetalwow @ gnomeshell attempt on 512MB05:01
bobbertsoni had to reinstall unity05:01
MDTech-us_MANwell,05:01
phunyguyguys, seriously.  This isn't the place to discuss hardware upgrades.05:01
symbiosisstarshiIs using GStreamer the generally accepted standard way to play mp3 files or is there some other set of codecs which should be used?05:01
MDTech-us_MANall i need to do is view logs05:02
MDTech-us_MANthats all05:02
reisiobobbertson: heh05:02
symbiosisstarshiUbuntu 14.0405:02
lotuspsychjesymbiosisstarshi: did you install ubuntu-restricted-extras ?05:02
soneteasymbiosisstarshi: it's gstreamer05:02
MDTech-us_MANits not a pc I do work on or anything05:02
MDTech-us_MANin fact its a VM05:02
reisiophunyguy: who's discussing hardware upgrades?05:02
symbiosisstarshilotuspsychje: I was just about to but wanted to confirm that this was still the appropriate mechanism.  Thank you05:03
knet22hello05:03
daftykinsreisio: ooh you little scamp05:03
phunyguyreisio: besides you?05:03
reisio'lo knet2205:03
MDTech-us_MANso, what is a good gui?05:03
lotuspsychjethis channel isnt to discuss05:03
lotuspsychje!discuss05:03
ubottuWant to talk about Ubuntu but don't have a support question. Join #ubuntu-discuss, for other non-support  discussion not Ubuntu related you can also join #ubuntu-offtopic. Thank you.05:03
reisiophunyguy: not that I was, but it'd be interesting if you did find someone "else"05:03
reisiodaftykins: ohai05:03
knet22i have ubuntu 15.0405:03
MDTech-us_MAN:|05:04
reisioMDTech-us_MAN: the one you like05:04
soneteais #ubuntu-dicuss dead?05:04
phunyguyknet22: #ubuntu+1 for that.05:04
mastershakeguys im screwed i literally cant do anything because my disk is full and idk what to do05:04
mastershakei cant even tab complete05:04
knet22oh ok thanks05:04
xmetaluh oh05:04
reisiomastershake: sudo su05:04
reisiomastershake: then free up some space05:04
xmetalif i could get to a terminal i'd look at files inside /tmp and clear some stuff out05:04
MDTech-us_MANreisio, I mean the lightest one05:04
reisioMDTech-us_MAN: the lightest you might find horrible05:04
xmetal(if i were you i meant)05:04
bobbertsonubottu please stop spamming that message05:05
ubottubobbertson: I am only a bot, please don't think I'm intelligent :)05:05
bobbertsonthank you05:05
reisioMDTech-us_MAN: or at least not without a learning curve05:05
reisioMDTech-us_MAN: LXDE is quite light05:05
reisioMDTech-us_MAN: Xfce is quite light and quite similar to GNOME05:05
mastershakehmm okay let me see what i can do05:05
reisioMDTech-us_MAN: and fine for 512MB, if that's what you were after05:05
MDTech-us_MANok05:05
MDTech-us_MANi'll try xfce05:05
knet22any good antivirus for ubuntu ?05:05
reisiothe more dedicated graphics hardware you have, the less ram matters for a DE05:05
xmetalall i will say Is I wouldn't try Unity on a PC with only 512MB (the rest is off topic so i will leave my comment there)05:05
reisioknet22: clamav05:06
knet22mmm05:06
reisioxmetal: 's'more to do with graphics hardware than ram, again05:06
MDTech-us_MANreisio, it just onboard graphics05:06
knet22never heard05:06
reisioMDTech-us_MAN: k05:06
reisioknet22: more useful for servers05:06
reisioas GNU/Linux has virtually zero actually threatening bits of badware05:06
reisioso it's more about protecting other OSes that the server interacts with05:07
MDTech-us_MANwow!05:07
MDTech-us_MANonly 935 packages05:07
reisioor for saving your bandwidth05:07
MDTech-us_MANand 1.3GB of space05:07
reisioan email virus can eat up a lot of bandwidth, and cash05:07
knet22and a good firewall?05:07
reisioknet22: a good firewall frontend...05:08
reisioI don't keep track05:08
reisioknet22: ufw, maybe05:08
phunyguygufw05:08
phunyguy!info gufw05:08
ubottugufw (source: gui-ufw): graphical user interface for ufw. In component universe, is optional. Version 14.10.1-0ubuntu2 (utopic), package size 697 kB, installed size 2899 kB05:08
phunyguygreat package05:08
knet22oh nice05:08
lotuspsychjephunyguy: can you join #ubuntu-discuss for a min05:08
reisioknet22: http://alternativeto.net/software/ufw/?platform=linux or firestarter05:08
icloudMDTech-us_MAN, you can try lxde which is probably lighter, or you can use xmonad which is really light.  but its a little harder to set up05:09
knet22is it hard to use it?05:09
MDTech-us_MANwell, its already loading05:10
reisioxmonad is lighter, but you'd have to learn how to use it05:10
reisioit's also lighter because it isn't a desktop environment so much as just a manager of windows, a window manager05:10
MDTech-us_MANI'll just let it suck up my internet while I sleep05:10
MDTech-us_MANlol05:10
reisioanyways05:10
phunyguyok, this really isn't support related at all.05:11
MDTech-us_MANgood night05:11
reisio512MB may not be much compared to a new box of today05:11
reisioit's still plenty for a DE05:11
MDTech-us_MANreisio, its ONE of the vms on a 16GB ram box05:11
phunyguywould be more suited for #ubuntu-offtopic or #ubuntu-discuss if you want to talk about ubuntu but don't have an actual support question.05:11
MDTech-us_MANbut anyway05:12
MDTech-us_MANtime to afk05:12
reisioMDTech-us_MAN: hah05:12
bynariei have a windows partition(/dev/sda4, NTFS) mounted under /home/user/windows. When im in that folder, I cant just hit the delete key to delete files. It gives an error about "unable to find or create a trash directory". I have to manually right click and select delete. Any ideas on how to fix this???05:12
icloud!ubuntu-discuss | icloud05:13
reisiobynarie: mmm, in ordinary Ubuntu?05:14
bynarieyep05:14
knet22what's the difference between 14.04 LTS and 14.10?05:14
lotuspsychje!lts | knet2205:14
ubottuknet22: LTS means Long Term Support. Until 12.04 LTS versions of Ubuntu were supported for 3 years on the desktop, and 5 years on the server; since 12.04 (Precise Pangolin) LTS versions will be supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Trusty (Trusty Tahr 14.04)05:14
reisiobynarie: well you could make a .local trash dir there, I guess05:14
reisiobynarie: if you actually want it to move them to trash, and not delete them05:15
reisioknet22: .04 is from april, .10 from october05:15
bynariethe .Trash-1000 folder?05:15
reisiobynarie: whatever it's called, in ~/.local/05:15
knet22what's the most used?05:15
knet2204 ?05:15
bynariei just want to be able to hit the delete key05:15
reisioknet22: does it matter?05:15
knet22yes05:15
reisioknet22: does it really? :)05:15
reisiobynarie: okay05:15
bubbasauresbynarie, gksudo dconf-editor and set a delete05:16
bynariei think i found the answer.. thanks for your help05:16
reisiogj05:16
knet22i need to know :P05:16
reisiomore people probably use .0405:16
reisioI would wager for not-particularly-logical reasons, however05:16
knet22there are some stats?05:17
reisioundoubtedly05:17
bynarieknet22, i use 14.10. personally for me, its faster05:17
knet22:)05:17
reisionewer things frequently are05:17
bynarieyeep05:17
bynarieknet22, but for the most part... 04 and 10 are fairly the same exact thing05:18
bynarieminor differences05:18
k2gremlinAnyone know of a general discussion VM channel?05:18
reisiok2gremlin: usually one picks the software being used05:18
k2gremlinWell I tried #ESXi and no on there lol05:18
reisioalthough if you were using Gentoo you could go to #gentoo-virtualization ;)05:19
reisio#vmware, methinks05:19
reisio/msg alis list *vmware*05:19
knet22why so many people use ubuntu?05:20
reisio'cause05:20
reisioit's a thing that does something they like doing05:20
knet22it's free?05:20
reisioit is free05:21
knet22i think because it's free :P05:21
reisioI'm sure that plays a part05:21
soneteaknet22: has to do a lot with their image a few years ago05:21
bynariea lot of people use debian in general.. not just ubuntu05:21
Mov|junabut if u want, u can pay to the foundation05:22
knet22u mean donate?05:22
reisioor you can pay me05:22
phunyguyHEY.  This is not the channel for general chatter.  I am not going to warn again.  Please take it elsewhere.05:22
knet22what is the channel for general chat05:23
sonetea#ubuntu-discuss05:23
phunyguy#ubuntu-offtopic05:23
phunyguy-offtopic being the one with actual people in it.05:23
Mov|junaoups, phunyguy wants to sleep05:24
bynarieLoL^^05:24
bynarie"actual people"05:24
phunyguyno, I just want this channel to maintain a support-only atmosphere.05:24
mastershakethere's only 512kb in /tmp05:24
mastershakeidk wtf to do05:24
reisioheh05:24
phunyguy!wtf05:24
ubottuThe main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList05:24
mastershakeubetbootin wont even let me burn from one exteranl to another usb05:24
lotuspsychjemastershake: try to clean the firefox tmp folder also05:24
reisiohard to support with you complaining so much05:24
* reisio yawns05:25
bynariei got the trash issue fixed guys.. i had to create a .Trash-100 folder and now the delete key works.. FYI05:25
bynariethanks05:25
reisiobynarie: gj05:26
reisiophunyguy: that was your support, right?05:26
reisiooh wait that was me05:26
phunyguydrop it, please.05:26
reisiomy mistake05:26
reisiodrop what?05:26
Ankoranwhen you compiled and installed something from source like make install is there a command to remove it all like make remove or something?05:26
lotuspsychje!compile | Ankoran05:26
ubottuAnkoran: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall05:26
reisioAnkoran: nope05:26
bynarie** .Trash-100005:26
reisioAnkoran: use checkinstall if you can05:26
reisiobynarie: :)05:27
Ankoranok just need to reinstall something but i can wuipe out the configs i guess to start clean the code is fine05:27
reisioAnkoran: if you reinstall it, you can watch what it adds05:27
reisioand use that to know what to remove05:27
Ankorani didntwant to use the ubuntu asterisk package it was not latest05:27
Ankorani know where it put everything i just was wondering if there was a command to do it quicker05:27
bynariedoes apt/synaptic not keep track of compiled packages?05:27
bynarieor even dpkg05:28
reisioAnkoran: if you use checkinstall :)05:28
bynariei guess it prolly wouldnt05:28
reisiobynarie: not unless you compiled'm using its tools05:28
bynarieok05:28
phunyguyAnkoran: you can usually set the prefix dir to something to isolate it all to one folder05:29
phunyguy./configure --prefix="/usr/local" for example05:29
Ankoranthanks phunyguy i got it all removed now05:29
phunyguyk05:29
reisioaw, you didn't have to actually support someone just for me, phunyguy :p05:29
reisionow my log of you not supporting anyone ever is ruined :D05:29
bynarielol05:29
Ankorani just wrote a quick bash script to delete all asterisk stuff since I knew where it was going05:29
reisioAnkoran: that's cheating05:29
phunyguyI asked you to drop it.05:29
Ankoranphunyguy, is a buddy05:29
reisiophunyguy: drop what?05:30
phunyguythe offtopic chatter.05:30
reisioyou're the one talking about chatter05:30
phunyguyyes, I am allowed to ask it to stop.05:30
soneteareisio: phunyguy, has a point. This is a channel for ubuntu support, and shouldn't be used on anything not ubuntu related.05:31
reisiosonetea: I don't think that was his point, he meant ubuntu _support_ related05:31
bynariecome on fellas.. lets just be friendly and not have trouble05:31
bynarie=]05:31
soneteaIf you don't like it you can fork the irc channel :^)05:31
phunyguyyes, please, let's.05:31
reisioso true05:31
bynariereisio.. i know you have helped me on some issues in the past so i appreciate your efforts05:34
bynarieand you too phunyguy05:34
* phunyguy nods05:34
* daftykins shakes his head05:34
* reisio doesn't emote 'cause it's off topic05:34
* reisio rolls eyes though, that's vital to support05:35
bynariedaftykins, you as well05:35
reisiodaftykins: you too05:35
daftykinscan the circle-jerk stop and get back to the purpose of the channel now?05:35
daftykinsnight night \o05:35
reisioI'm pretty sure it's just going to be quiet until enough new people who haven't seen phunyguy whining have joined05:36
reisiomission accomplished05:36
jstremthat's confusing05:42
=== thomasz is now known as Guest62340
BUSYwhere can i find wine support?05:47
lotuspsychje!ask | BUSY05:47
ubottuBUSY: 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 !patience05:47
rwwBUSY: here (if you're using Ubuntu underneath it) or #winehq05:47
symbiosisstarshiBUSY: https://help.ubuntu.com/community/Wine05:48
gromhow do I change the ownership of a directory? I'm trying to remove it, and it won't allow me05:48
BUSYdota is running poorly on native steam linux and i wanted to give it a try via wine, but i'm super clueless as to what to do. i am dual booting and i have the win exes already in another partition, can i reuse those or do i need to start from scratch?05:48
lotuspsychje!permissions | grom05:48
ubottugrom: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions05:48
BUSYit's listed as platinum, which looks to be the best category, but there are 0 directions05:50
BUSYi'm unfamiliar with wine as a platform at all05:50
BUSYcan i reuse all of the win files? or is it more common to start off with an install?05:53
=== martinst is now known as martins-afk
lotuspsychjeBUSY: did you check if your game is on playonlinux?05:58
BUSYlotuspsychje: it's not. it's through steam, which has its own native ubuntu client, but it just seems like a different set of drivers causing overheating and glitchy cpu results.06:00
lotuspsychjeBUSY: i dont think wine will result better, did you try other grafix drivers?06:01
lotuspsychjeBUSY: tweak your ubuntu system to optimized gaming06:01
BUSYwasn't even sure where to look, this was my first idea because it runs fine on the windows boot06:01
lotuspsychjeBUSY: maybe this can help: http://www.howtogeek.com/132549/6-tips-for-improving-game-performance-with-steam-on-linux/06:04
lotuspsychjeBUSY: i would tweak swappiness and install preload also, clean your system and such06:04
lotuspsychje!info preload | BUSY06:05
ubottuBUSY: preload (source: preload): adaptive readahead daemon. In component universe, is optional. Version 0.6.4-2 (utopic), package size 34 kB, installed size 135 kB06:05
BUSYlotuspsychje: what do you mean by tweak swappiness?06:08
lotuspsychjeBUSY: default its on 60, you can tweak value to 10, make system bit faster06:08
=== Auv is now known as magic
lotuspsychjeBUSY: https://help.ubuntu.com/community/SwapFaq06:09
Nekkerquit06:09
bynarieBUSY, swappiness is a setting that determines when the swap will kick in06:10
lotuspsychjeBUSY: the smoother your system operates, the smoother steam will flow06:10
BUSYi think i'll double the size of my swap partition also06:11
BUSYfrom what i'm reading06:11
BUSYbut i guess i'll have to resize from a live gparted disk06:12
=== anonymous is now known as AriftheLinuxer
bynarieBUSY, sudo swapoff -a06:14
bynariethen resize06:14
bynariethen swapon -a06:14
BUSYi have to extend from the ubuntu boot partition i'm on though :(06:14
bynarieoh ok06:14
bynarieyea prolly have to boot from live cd or usb06:15
BUSYit's ok i've got one handy anyway06:15
BUSYjust going to read through the rest of this before i take it on06:15
bynariebusy, run "cat /proc/sys/vm/swappiness"06:15
bynarieit will give your settings06:15
BUSYyeah 60 as mentioned06:15
lotuspsychjeset to 1006:16
BUSYjust in vi or something?06:16
BUSYcan i just edit that file06:16
lotuspsychjeyep or gedit06:16
bynarieyep06:16
bynariebut thats not the file you edit06:16
BUSYyeah, can't open file for writing06:17
lotuspsychjegksudo gedit /etc/sysctl.conf06:17
bynarie"sudo gedit /etc/sysctl.conf"06:17
bynarievm.swappiness=1006:17
BUSYno similar line exists, just create it?06:17
bynarieyep06:17
bynarieit doesnt exist06:17
BUSYwill take a reboot to change the process or will swapoff above work?06:18
bynarieso basically when you set vm.swappiness=10, thats telling linux to start using swap when u only have around 10% of physical ram left06:18
lotuspsychjeBUSY: after you installed preload, might be usefull to reboot also06:19
BUSYwouldn't higher be better though?06:19
bynariebusy, after you save the file.... goto term and do "sudo sysctl vm.swappiness=10"06:19
bynariethat will make it live06:19
BUSYyep!06:19
bynarieBUSY, how much ram you got?06:19
BUSY2g06:19
BUSYand 2g swap also06:19
bynarieBUSY, IMO i would set swappiness to about 50 or 6006:20
BUSYyeah i feel that a lower number would only hurt?06:20
bynarieit would depend06:20
bynariei have 32GB of ram, so mine is set to 1006:20
lotuspsychjei would try 10, see how things go06:20
lotuspsychjeyou can always change after06:21
bynarietrue^^06:21
bynarieplay with the settings and see what works for you06:21
BUSYwhy am i throttling the swap use though? don't i want to utilize it more?06:21
lotuspsychjeBUSY: the overall system smoothness will have good effect on steam06:22
BUSYok06:22
=== Zer0legend is now known as Ankoran
bynarieopen task manager and see what your memory usage is... base it off of that06:22
bynariethe higher your usage, the higher setting06:23
bynariebut lotuspsychje is right.. steam will perform much better on ram instead of swap file06:23
lotuspsychjeBUSY: buy an ssd for ubuntu can be real ahndy also :p06:23
lotuspsychjehandy06:23
bynarieno doubt06:23
BUSYi honestly thought it was just the cpu working too hard, but maybe a bit more ram or a smoother drive would help with that06:24
lotuspsychjeBUSY: yes it will, all small tweaks can help you06:24
bynarieBUSY, definitely need more ram if you are gaming06:24
BUSYit's a bummer because it works fine on windows D:06:25
BUSYjust too much process to reboot all the time06:25
bynarielotuspsychje, thanks for the firmware insight.. i looked into my other crucial ssd and that one needs a firmware update too06:25
lotuspsychjebynarie: no sweat :p06:25
lotuspsychjeBUSY: tweak your startup items too, the less unwanted services the better06:26
bynarieBUSY, i have pretty good hardware and steam runs like crap for me on linux too06:26
BUSYwhere can i find those lotuspsychje?06:26
bynariecore i7 3.4ghz cpu, 32gb ram, geforce 770m, and SSD.. still runs like crap06:26
lotuspsychjeBUSY: in startup items icon, lemme find you command to show full list06:27
bynariemenu->settings->session and startup06:27
lotuspsychjeBUSY: https://help.ubuntu.com/community/ShowHiddenStartupApplications06:27
BUSYXD bluetooth manager06:27
lotuspsychjebynarie: that makes no sense steam cant run fine on your specs..06:28
lotuspsychjebynarie: did you read that gaming url above?06:28
bynariei didnt see url, can u post again06:29
lotuspsychjebynarie: http://www.howtogeek.com/132549/6-tips-for-improving-game-performance-with-steam-on-linux/06:30
bynariethx06:30
bynariehmmmmm06:31
bynariemaybe its because its trying to use my intel card06:31
bynarieand the game is old.. its CS 1.606:32
lotuspsychjebynarie: omg :p thats should be rocketfast on your specs06:32
bynarieu would think so right? lol.. i get like 25 fps06:32
lotuspsychjebynarie: your on 14.10?06:32
bynariei know something aint configured right06:32
bynarieyea 14.1006:32
lotuspsychjebynarie: what i would do, is a fresh 14.04 with updates/cable on during setup06:33
lotuspsychjebynarie: and make sure bios is set on your main grafix card06:33
bynariethat is EXACTLY what i did lol06:33
bynariei started with 14.04 and upgraded06:34
lotuspsychjebynarie: did it run better on 14.04?06:34
bynariebios has no setting for video card preference... they both run..06:34
bynariei didnt try it06:34
bynariei can choose my video card with nvidia-settings tho06:34
lotuspsychjebynarie: 14.10 is just for 9months right, maybe try switching drivers on 14.04 first06:35
bynarieok06:35
lotuspsychjebynarie: your system should be a bomb :p06:36
lotuspsychjebynarie: and your evo firmware first :p06:36
bynariewell atleast i do kno that i am using the right driver.. nvidia proprietary06:36
bynariegotcha!06:36
lotuspsychjebynarie: the right driver, is the one that runs smoothest06:36
bynarieyep.. which happens to be the nvidia06:37
lotuspsychjebynarie: dont your additional drivers have more drivers to show?06:37
bynarienvidia and noveua x.org or w/e06:41
lotuspsychjebynarie: i would go back to trusty, see how your steam runs there06:42
Jeeves_Mosshey everyone, I'm doing a fresh install of Zabbix on a Ubuntu system, but i'm getting an error.  The error is http://pastebin.com/4GTr5Pge06:46
=== shroud is now known as Guest29948
=== Guest29948 is now known as shroud
distohello07:02
AlbertoCGdisto, hello07:08
SynthAxewhats up07:13
distoAlbertoCG hi07:13
distomacosx and ubuntu both they come from unix right ?07:13
SynthAxeyes07:14
distobut how ?07:14
distoi mean macos is closed protochol right ?07:14
bynariedisto07:20
bynariemac os didnt come from unix exactly... macos IS unix... mac os is technically a unix specification OS07:21
SynthAxedoes wine support outlook 2013 and lync?07:21
Ben64!appdb | SynthAxe07:21
ubottuSynthAxe: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help07:21
nrdbI am testing a ltsp setup (using VMs) when I boot the client it does start ... but does't show a login request ... I have lts.conf setup for "shell" and "ldm" ... I can switch to the "shell" screen ... but the "ldm" only shows a "_" (i.e. its blank) ... can I manually start ldm from the "shell" screen?07:22
justushey i have a corrupt file07:22
bynarielinux is technically a UNIX CLONE... and as we all know.. ubuntu is just a linux distro.. technically its GNU/linux.. linux being the KERNEL07:22
justusHi guys07:23
bynariehi justus07:23
bynariewhats corrupt07:23
justusi have a corrupt file that is permissions blocked07:23
codex_hi07:23
justusi am in root mode07:23
justusin ubuntu07:23
levoi'v got a BM338 Hauwei wimax usb modem. my os is ubuntu 14.04.1. i tried to use "wimaxc" to search the device and connect via it to the internet but i got "ERROR: Device I/O control request failed." which after googling i found out is due to my 64bit arch, is there any way for me to successfully connect to the internet via this device on this OS?07:23
codex_has anyone here run the doomsday engine?07:23
Ben64justus: explain more, pastebin anything that would help us understand, tell us what you want to accomplish07:24
justusSure07:24
nrdbjustus, what about the directory that file is in?07:24
justussymbolic link in /usr/local/bin/.07:24
justusi am trying to create a symbolic link07:24
justusto that folder07:25
justusand07:25
codex_I'm having a problem with doomsday and I can't find anything helpful on the web07:25
justusthere is a file that already exists with the same name07:25
justusi cant delete07:25
justuswhich is corrupt07:25
justusand i need to delete07:25
Ben64justus: it would really help if you explained it more concisely, on one line, and pastebin exactly what you're talking about07:25
codex_when I run dooms day, and start any wad file, the player walks in cirles to the left07:25
codex_can't get rid of it07:26
nrdbjustus, don't use <enter> as punctuation.07:26
justusdo you mean in chat?07:26
bynarieyes07:26
justusSorry!07:27
justusLet me pastbin this07:27
bynariegood call justus07:27
SynthAxewhy cant i install a windows app that is on the wine appdb via wine07:28
nrdbI am testing a ltsp setup (using VMs) when I boot the client it does start ... but does't show a login request ... I have lts.conf setup for "shell" and "ldm" ... I can switch to the "shell" screen ... but the "ldm" only shows a "_" (i.e. its blank) ... can I manually start ldm from the "shell" screen?07:29
Ben64SynthAxe: follow the instructions on the appdb, for help with wine, join #winehq07:30
SynthAxethanks07:30
bynarieSynthAxe, dont use wine07:32
bynarieuse whiskey!07:32
Ben64bynarie: that's not helpful07:32
bynariesheesh its just a joke07:32
bynariesorry07:33
Ben64yeah, but jokes don't belong in the support channel is all07:33
justusThank you for your patience! I am back07:33
justushttp://pastebin.com/GE9TntW407:33
bynarieok07:34
bynariewell i do have a serious question... so i DO have firefox set as my default browser... yet every link opens in chrome... any ideas?07:34
Ben64justus: what is the output of "ls -l /usr/local/bin/sassc"07:35
justusTry uninstalling both07:35
justusBen64 hold on07:35
justusThis is the output: ln: failed to create symbolic link ‘sassc’: File exists07:35
EleanorEllisIs there an IRC channel for the Google Chrome browser?07:36
Ben64justus: note in the command i just gave you, it is "ls" not "ln"07:36
justusoh!07:36
DrManhattanubuntu 14.04 is unable to see all 4 of my hard drives in either RAID or AHCI mode on my AMD 760G chipset motherboard07:37
DrManhattanIs there any solution for this?07:37
bynarienevermind i got it figured out07:37
justusSo Ben6407:37
justuslrwxrwxrwx 1 root root 22 Dec  5 22:54 /usr/local/bin/sassc -> ../lib/sassc/bin/sassc07:38
justusI am assuming success?07:38
Ben64looks like how you were trying to have it07:38
nrdbjustus, looks like it was done for you.07:38
mike123EleanorEllis: did you try chromium07:39
EleanorEllismike123: Apparently that is for development only07:39
justusnrdb, But what if that is a corrupt symbolic link from before?07:40
EleanorEllisMaybe somebody here will know: In both google chrome and firefox, when I try to force a hard refresh, both browsers do not load the most recent version of my page so they are still loading from some cache somewhere07:40
nrdbnrdb, a symbolic link can't be corrupt, it can only point to an incorrect destination... now the destination could be corrupt.07:41
=== Rezachkata is now known as Rezachkata_
nrdbjustus, a symbolic link can't be corrupt, it can only point to an incorrect destination... now the destination could be corrupt.07:41
=== Rezachkata_ is now known as Rezachkata
justusHmm07:42
EleanorEllisbut oddly both firefox and chrome browsers load different versions of the page, neither of which is the current one. Well, one is the current page but doesn't reload the style sheet so I can't test any changes to my style sheet.07:42
nrdbjustus, do you understand what a 'link' is?07:43
mike123EleanorEllis: try holding shift or ctrl then f5 i think07:43
justusWell I am kind of new, in a sense that I only recognize link from code07:43
justusnrdb What is link?07:43
mike123EleanorEllis: maybe ctrl r07:44
EleanorEllismike123: Yes I tried that. Perhaps I should ask in the web development channel. Trouble is when I upgraded ubuntu I lost all my irc chat channels I had stored in pidgin07:44
DrManhattanubuntu 14.04 is unable to see all 4 of my hard drives in either RAID or AHCI mode on my AMD 760G chipset motherboard - is there any solution for this?07:45
nrdbjustus, it kind of the same... a link is just another directory entry ... it points to the original files directory entry... in is really a way of having two (or more) names for one file.07:45
EleanorEllismike123: I also tried holding down the refresh button and selecting "Empty cache and hard reload" which is enabled when the "Inspect element" panel is open07:45
justusWhat Should I do?07:47
justusDid the output of ls command show that it is correctly linked?07:47
justusand the sassc file  that is in the permissions blocked folder states: This link cannot be used because its target “../lib/sassc/bin/sassc” doesn't exist07:50
mehdi__how can i add multiple dns ? i edit resolv.conf but it reverts07:52
Ben64justus: what is the output of "ls -l /usr/local/lib/sassc/bin/sassc"07:54
justus-rwxr-xr-x 1 root root 1308652 Dec  6 01:23 /usr/local/lib/sassc/bin/sassc07:54
nrdbjustus, according to your paste the link is correct....  but is sassc where you expect!  I wonder.07:54
justusI have no idea nrdb07:55
nrdbjustus, what is the result of      find /usr -iname 'sassc'07:57
justusnrdb: /usr/bin/sassc /usr/local/lib/sassc /usr/local/lib/sassc/bin/sassc /usr/local/bin/sassc07:57
justuscan you read that07:58
nrdbjustus, yes.07:58
Ben64maybe the /usr/bin/sassc is messing it up07:58
Ben64ls -l /usr/bin/sassc07:58
mehdi__ubottu, dns07:59
ubottuTo set up a Domain Name Service see the !serverguide - https://help.ubuntu.com/12.04/serverguide/C/dns.html07:59
justusBen6407:59
justusI typed that command into terminal08:00
nrdbjustus, so the output?08:00
justuslrwxrwxrwx 1 root root 26 Dec  5 22:43 /usr/bin/sassc -> /home/phil/sassc/bin/sassc08:01
nrdbjustus, ahh! .... but the destination file isn't one of those found by the 'find' command!08:02
nrdbjustus, try a     rm /usr/bin/sassc; ln -s /usr/local/bin/sassc/bin/sassc /usr/bin/sassc08:03
justusOk!08:03
justusHold on08:04
justusDone08:05
nrdbjustus, how does it work?08:06
justusLet me run it08:06
mehdi__ubottu, bind08:06
justusAll I did was I used the sassc command08:07
justusand i had to use ctrl c to get out of it08:07
nrdbjustus, sounds like it working... it probably was waiting for you to enter a program (line by line) ... try giving it a source file to work with.08:09
justusyeah thats what I thought08:09
justusi hope this works08:09
justusi think you fixed the problem!08:10
justusbut hold on08:10
nrdbjustus, good .... don't forget about the 'make' program ... with 'C' it makes things a lot easier.08:11
justusI learned C when I was coding in R08:11
justusI think that was the same C08:11
justusbut the make function08:12
nrdbjustus, not a function a program ... it automates the compiling and linking etc.08:12
justusOh wow08:13
justusTo compile a scss file and compress it with a source map you would run the following?08:13
justussassc style.scss -o style.css -t compressed -g08:14
justusbut 'o' is an invalid option08:14
nrdbjustus, no idea never used 'sassc'08:16
justusexplain the make program08:17
Ben64i'm sure google could do a much better job at explaining it08:17
justusLol thanks for everything08:17
justusWill donate to Ubuntu08:18
justusLater guys08:19
Taggnostr2trism, usbip worked, thanks for the help08:36
bittyx-desktopHi! I'm using Ubuntu 14.04.1 on my laptop, and I couldn't find how to configure something - when I close my laptop lid, the laptop goes to sleep. When I open it, it wakes up, but goes straight back to what I was doing, without a login screen. I'm currently "solving" this problem by manually locking the screen before closing the laptop lid, but this is gonna get old pretty soon.08:46
bittyx-desktopI'd like it to automatically lock before it goes to sleep - how can I configure this?08:46
bittyx-desktopAlso, if this is something handled by the DE (which wouldn't be a surprise), I just want to mention I'm using Cinnamon instead of Unity, and I know Cinnamon isn't officially supported for my release, so in that case, I'd appreciate it if someone could give me a hint on where to search for my solution. Googling "lock screen on sleep" yields a lot of results where people *don't* want their screen to lock.08:48
bittyx-desktopThanks in advance!08:48
aiurhello09:07
chris_hello09:08
=== CyberJacob|Away is now known as CyberJacob
FariokoMy integrated microphone doesn't work, how do I fix it?09:19
r_a_xI am running ubuntu 12.04 LTS and my software center do not show the install option09:27
piknockyouHi there! I was wondering, if it makes any sense to install an older version of Lubuntu to gain even more speed. Do you think this makes sense? Would I actually gain more speed? What could the disadvantes be?09:28
cfhowlettpiknockyou, use the LTS version.09:29
cfhowlettr_a_x, system > install09:30
gansteedwhere can i get the latest version package of virt-manager?  the ppas i have get do not contain a trusty version ;(09:31
r_a_xcfhowlett: Sorry I didn't get you!!09:32
gansteede.g:https://launchpad.net/~virt-manager/+archive/ubuntu/daily09:33
r_a_xis there any way I could find if the ubuntu install was successful or not??09:35
piknockyoucfhowlett, what has the LTS version to do with the speed? It is just the support, isn't it? I would prefer Lubuntu, I was just wondering if an older version is even more resourcefriendly.09:36
seriousscandinavpiknockyou: It's just support.09:38
Ben64piknockyou: it really depends on what you run on it, not the version, lts is just best because of the support length and stability09:38
mbs_wtf ?09:38
piknockyouThank you for the info, but my question was originally another: Does it make any sense to install an older version of Lubuntu to gain more speed?09:39
Ben64piknockyou: no09:39
genericumi am a bit lost my windows wlan connection works but not so my linux connection09:40
genericumis there a way to remodel it ?09:40
piknockyouBen64, why is that so? Older realeases were originally develeoped for less adavanced computers, aren't they?09:41
Ben64piknockyou: fine, do what you want09:42
piknockyouBen64, I didn't said you are wrong. I have no idea at all. I am just asking and was wondering why older versions wouldn't be lighter?09:44
Ben64piknockyou: i explained it, i'm really not interested in arguing about it09:45
piknockyouBen64, Sorry, maybe I didn't get your message, would you mind resending it, pls?09:46
Ben64piknockyou: it really depends on what you run on it, not the version, lts is just best because of the support length and stability09:46
piknockyouOkay, now I got the content, can you send me a link for x86 Lubuntu LTS?09:47
r_a_xsudo apt-get update is not working in my 12.04 LTS09:48
r_a_xI get the error W: Some index files failed to download. They have been ignored, or old ones used instead.09:48
user3452626excuse me. i have problem : "but your computer or network may be sending automated queries. To protect our users, we can't process your request right now." how to fix it ??09:48
Ben64piknockyou: lubuntu.net ?09:48
user3452626i'm use firefox+ubuntu09:49
user3452626*excuse me. i have problem : "but your computer or network may be sending automated queries. To protect our users, we can't process your request right now." how to fix it ?. i have restart modem, ut it is not fix.09:51
user3452626*but09:51
user3452626hello anyone can help me?09:52
piknockyouthanks, is that the LTS version?09:52
piknockyouhttps://help.ubuntu.com/community/Lubuntu/GetLubuntu/14.04.109:52
Ben64yep, 14.04 is the latest LTS09:52
Tobias4X14.04.1 is latest09:53
r_a_xpiknockyou: my software center do not have install option09:53
piknockyouthanks. how can I get NO image. I would like it to run from USB09:53
Tobias4Xbut that is still 14.04, just a tad newer piknockyou09:53
r_a_xpiknockyou: and I am using the 12.04 LTS09:53
Tobias4Xpiknockyou: why cant you get an image?09:54
Tobias4Xr_a_x: try synaptic09:54
user3452626Ben64, excuse me sir. is ubuntu can infected by malware?. when i use google translate i get message :"but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.". how to solve that?09:54
piknockyouWould you recommend me 14.04 or 12.04?09:54
Ben6414.0409:55
piknockyouTobias4X, I have no CD-Slot, I need itto run from USB09:55
piknockyouThanks Ben6409:55
Ben64user3452626: sounds like a google error, not ubuntu09:56
piknockyouOkay, got it I guess. http://unetbootin.sourceforge.net/09:56
Tobias4Xpiknockyou: yeah why can't you get an image? both isos can be written directly to usb09:56
Tobias4Xpiknockyou: download the iso and use win32diskimager on windows, dd terminal command on linux or unetbootin09:56
user3452626Ben64, ok sir, thx very much.09:56
r_a_xTobias4X: When I run  sudo apt-get install I gets the following error "Reading package lists... Done Building dependency tree        Reading state information... Done Package synaptic is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source  E: Package 'synaptic' has no installation candidate"09:57
piknockyouokay, thank you guys! I will try it!09:57
Tobias4Xr_a_x: this sounds strongly like your package lists are corrupted09:58
r_a_xTobias4X: Do I need to install the ubuntu again??09:59
piknockyouIt is 6 years since I last used Ubuntu, I was wondering if you could recommend me a good WINDOWS-Emulator?09:59
piknockyouI remeber WINE09:59
piknockyou*remember09:59
Ben64well, Wine Is Not an Emulator10:00
Tobias4Xr_a_x: please open a terminal, do  ' apt-get update ' try again and if the error persists please post the output of  '  cat /etc/sources.list  '10:00
=== Hobby is now known as Hobby_boy
Tobias4Xpiknockyou: Wine is an layer inbetween them but is the best open source windows application enabler atm, if you wanna throw money away look over to corssover10:00
Tobias4Xcrossover*10:01
Tobias4Xr_a_x: also dont worry, you dont need to reinstall ubuntu, this can happen out of nowhere and usually is fixed by a reboot, if not we try to help users10:03
piknockyouGot no money, I'll try WINE then again. I am getting a bit nostalgic ^^10:03
r_a_xTobias4X: cat: /etc/sources.list: No such file or directory10:03
r_a_xTobias4X: I have installed this version a week ago10:03
Tobias4Xr_a_x: ls /etc/apt10:03
Tobias4Xsorry forgot the apt ^^'10:03
Tobias4Xpiknockyou: if you mean old DOS things tough there is DOSbox, also look out for compatible games on winehq, i found out already that some games simply wont run anyway because hardware can be too new (starship troopers for example refuses to work)10:04
Tobias4Xpiknockyou: https://www.winehq.org10:05
Tobias4Xr_a_x: what does 'ls /etc/apt' say? also  cat /etc/apt/sources.list10:06
r_a_xTobias4X: apt.conf    preferences.d   sources.list.save  trusted.gpg~ apt.conf~   sources.list    trustdb.gpg        trusted.gpg.d apt.conf.d  sources.list.d  trusted.gpg10:07
piknockyouthanks a lot. I am not looking for gaming at all.10:07
r_a_xTobias4X: # deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release i386 (20140722.2)]/ trusty main restricted  # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://archive.ubuntu.com/ubuntu trusty main restricted  ## Major bug fix updates produced after the final release of the ## distribution. deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted  ## N10:07
piknockyouIf I export Chrome-Bookmarks from Windows, I will be able to import them into Chrome at Lubuntu, right?10:08
=== Tobias4X is now known as Tobias[L]
piknockyouSame .html thing, isn't it?10:08
Tobias[L]piknockyou: jep10:09
Tobias[L]r_a_x: if 'apt-get update'  then 'apt-get upgrade' and lastly 'dpkg-reconfigure -a' cant fix that something bigger is f*cked up10:10
linuxhey how to i change the dash size in unity 14.1010:12
r_a_xTobias[L]:  I have run dpkg-reconfigure -a and it is asking m for additional home directories10:13
r_a_xTobias[L]: I want to know which is better option fixing it or installing a fresh copy (I don't have any  problem in installing again)10:14
=== ra21vi_ is now known as ra21vi
Ben64r_a_x: pastebin the contents of /etc/apt/sources.list10:17
r_a_xBen64: http://pastebin.com/0PTnVTHE10:18
Tobias[L]Ben64: r_a_x: weve already did this, everything in his sources.list is okay10:20
r_a_xTobias[L]: Ben64 I want to know which is better option fixing it or installing a fresh copy (I don't have any  problem in installing again)10:21
Tobias[L]r_a_x: reinstalling will likely be faster, depending on your pc and internet speed10:23
Ben64probably don't need to reinstall for this10:23
Georgdoes anybody know which services nautilus will show in the network overview? On Ubuntu I can see my Arch linux even if no samba is active. Any ideas what it could be?10:23
Ben64r_a_x: and i thought you said you were on 12.0410:24
Tobias[L]Georg: Avahi10:24
GeorgTobias[L], oh cool thats!!!10:24
r_a_xBen64: i am on 14.04 lts10:25
Ben64<r_a_x> piknockyou: and I am using the 12.04 LTS10:25
Ben64not what you said earlier...10:25
r_a_xBen64: I am using 14.04 LTS10:31
Ben64r_a_x: pastebin the output of "lsb_release -a; sudo apt-get update; apt-cache policy synaptic dpkg"10:32
Tobias[L]Georg: np, some networks dont support it tough10:32
GeorgTobias[L], now I need to find a way to get samba working and disable the avahi part which shows my host name a second time in the network overview10:33
rishianandhiiii10:35
rishianandh r u10:35
rishianandkaise ho aap log....10:36
Tobias[L]rishianand: please use english and ask your question10:37
rishianandhow are you...10:38
cfhowlettrishianand, this is not a social/dating channel.  ask your ubuntu support question10:38
cfhowlett!ask | rishianand10:38
ubotturishianand: 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 !patience10:38
r_a_xBen64: http://justpaste.it/ib7t10:39
rishianandnew version of unbottu.......10:40
Tobias[L]rishianand: please ask your exact problem and give as many additional info as possible, my magic glassball doesnt work that well today10:41
cfhowlettrishianand, what language do you speakk?10:41
cfhowlett*speak*?10:41
rishianandcfhowlett: my first language is hindi. but i speak eglish too.10:42
geirhar_a_x: Have you set up some proxy for apt at some point?10:42
r_a_xgeirha: yes /etc/apt/apt.conf file10:43
cfhowlett!in | rishianand10:43
ubotturishianand: #ubuntu-in is the channel for Ubuntu in India10:43
geirhar_a_x: So that proxy isn't working, apparently10:44
r_a_xgeirha: But I have set the same proxy on browser I am able to browse10:44
geirhar_a_x: so using that proxy, you can open http://archive.ubuntu.com/ ?10:45
r_a_xgeirha: yes10:46
geirhar_a_x: Don't know then, other than double check that you haven't made a typo in the apt config10:47
floownHello10:51
floownI have a big email-log from Logwatch, I have these lines : http://pastebin.com/fkE2HGYN10:51
bekksfloown: And?10:52
r_a_xgeirha:  its ok10:52
floownbekks: someone can help me please?10:52
bekksfloown: Do you just have those lines in the logs or a specific resulting problem?10:53
r_a_xgeirha: When I left on screen, i gets onyl three options " new folder " " new documents " " properties" is my ubuntu installed correctly and completely10:53
floownbekks: I have no problem, I just have this big log10:54
bekksfloown: Those messages are generated by logwatch.10:55
r_a_xgeirha: when i left click10:57
floownsure, but what can I do bekks?10:57
geirhar_a_x: Doesn't sound like the default desktop environment/window manager10:58
r_a_xgeirha: there is no install option in software center10:59
rustyraptor!find  mysql_config10:59
ubottuFile mysql_config found in libmariadbclient-dev, libmysqlclient-dev, libmysqld-pic, mysql-client-5.6, mysql-testsuite-5.6, mythbuntu-common, w3af-console10:59
cfhowlettgoal: change xfce screenshot from default ZimageZ host to something else.  Method?11:00
bekksfloown: Either fix the input or use another logwatch version. Actually those messages can be ignored safely.11:00
floownok, thx11:01
jcrubinohow can I find the compiler that was used for a package?  Specifically the postgresql database?11:01
Mega1ubuntu server 14.04 how do you ssh as root11:07
cfhowlett!server | Mega111:07
ubottuMega1: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/14.04/serverguide - Support in #ubuntu-server11:07
Ben64Mega1: root ssh is disabled by default and for good reason11:14
=== MeltedDed is now known as MeltedLux
RemieAnybody available to help me with dspam ?11:36
bekksRemie: Not without a specific question :)11:37
Remiewell i can't install it, running ubuntu server 14.1011:37
Remiei looked @ the launchpad page and it seams that it has been deleted, but i cant find why11:38
cfhowlett!server | Remie,11:38
ubottuRemie,: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/14.04/serverguide - Support in #ubuntu-server11:38
Remieoke wrong channel it is11:38
BorgCubahi, I have usb0 (connected to a device with g_ether) and a wifi connection (internet). When the usb0 connection is acctivated, I dont have internet access, any ideas why this is so?11:40
BorgCubaahh, I think I have it11:41
=== xubuntu is now known as Guest1983
BorgCubaworks!11:46
c0mrad3can any one say how to downlaod files from this website recursively http://shell-storm.org/repo/CTF/ using wget or curl11:46
ezechc0mrad3, man wget has something about mirroring websites11:47
c0mrad3so what how should i do that11:48
c0mrad3ezech:11:48
ezechc0mrad3, well, I could open a terminal, enter 'man wget', read about it, learn it and then write it here for you11:48
ezechit'll be much more efficient if you did that though11:48
=== pvoigt_ is now known as pvoigt
c0mrad3ya just give me the command ezech :)11:49
BorgCubac0mrad3, what about this: http://www.guyrutenberg.com/2014/05/02/make-offline-mirror-of-a-site-using-wget/11:49
ezechnot trying to bounce you with rtf or anything, but it's just faster and easier for you11:49
ezechc0mrad3, oh, the command, sure - rm -rf / ;)11:49
ezechjust in case - it's a joke so don't enter that :)11:50
BorgCubaprobably prefixed by sudo ?11:50
=== curiousx is now known as Chuck_Norris
c0mrad3ya done permission denied :P11:50
Chuck_Norrisc0mrad3: try httrack11:50
ezechBorgCuba, no need, it'll clean your home quite well, rest is restorable :)11:50
c0mrad3should have added sudo -i11:50
ezechfriend did that at work - we did laugh about it eventually11:51
c0mrad3or should have tried sudo mv /home/ /dev/null11:51
Ben64don't show those commands in this channel11:51
ezechc0mrad3, dd /dev/zero > /dev/sda11:51
BorgCubabtw, how does wget find out all the files on the server? via links in html files?11:51
Chuck_Norrisc0mrad3: sudo apt-get install httrack -y --force-yes && httrack http://shell-storm.org/repo/CTF/11:51
ezechor it's differently spelled11:51
c0mrad3ya ezech11:51
ezechc0mrad3, but wget is the tool you want, just get the proper switches for mirror mode and you're set11:52
ezechI've borrowed some book collection at one time with it11:53
BorgCubac0mrad3, have you read the link I posted? It looks like thats just what you want.11:53
c0mrad3let me give a try here11:53
Chuck_Norrisc0mrad3: i thinkin in httrack that url too dat guy is a tough one -.-11:53
c0mrad3yea BorgCuba wget -mkEpnp http://example.org11:53
BorgCubayes, does it work?11:53
Riberi79Hello11:55
fossdevilI am planning to upgrade(?) from 14.04 32 bits to 64 bits because apparently Android Virtual Machine support is going to be removed for 32 bits. Should I be careful about a few things?11:55
Chuck_Norrisc0mrad3: you can never know if a command will work 'cause maybe you gotta use an user agent or maybe set a delay in betwean request and a lot of other think like httaccess etc11:56
Ben64fossdevil: upgrade is impossible, you need to install 64bit fresh11:56
BorgCubawhat do you ppl think about ubuntu? I noticed that the time it takes from pushing the power button to getting to the desktop has probably increased by a factor of 10 since I installed it.11:56
fossdevilYes that is why the (?), I did not know the correct word for i. Anyway should i do it or just stay with 32 bits?11:57
c0mrad3no it did not work11:57
Ben64fossdevil: only you can decide that11:57
ezechBorgCuba, I was trying several distros lately and I find ubuntu to be the best user-oriented one at the moment11:57
c0mrad3ya sure I call ubuntu as windows version for linux11:58
ezechI was considering fedora, ubuntu, opensuse, and archlinux because someone told me I'm not up to the task :D11:58
c0mrad3:P11:58
ezechand centos 711:58
ezechall of them beside ubuntu and opensuse are throwing bug reports at user for no reason11:58
BorgCubaI think I'll try out some other distros when I get a new pc11:59
ezechopensuse looks less modern11:59
Ben64please take the offtopic talk to #ubuntu-offtopic11:59
ezechBorgCuba, new fedora is coming, perhaps you may want to try it11:59
cfhowlettgeneral chit-chat = #ubuntu-offtopic please11:59
c0mrad3BorgCuba: that is just mirroring11:59
BorgCubaezech, yes, I think I will11:59
c0mrad3the whole sire11:59
BorgCubac0mrad3, and you onyl wanted to mirror a subset?12:00
c0mrad3*site12:00
ezechwget can mirror a subset I believe - it can set user agent, enter preset passwords and whatnot12:01
c0mrad3I don't wan't the html pages12:01
c0mrad3have u seen the repo12:01
c0mrad3http://shell-storm.org/repo/CTF/CSAW-2011/Reversing/12:01
c0mrad3it contains the files of ctf12:01
Ben64then delete them after12:01
c0mrad3I need only the some files12:02
c0mrad3no other way than deleting them Ben64 ??12:02
ezechyou can keep them...12:02
Ben64not easily12:02
ezechjust not read them12:02
c0mrad3haha ezech12:05
c0mrad3kk Ben64 I will remove them manually like using rm -rf *html *css etc :)12:06
ezechc0mrad3, get to know the find command - it's a bomb12:07
c0mrad3find ??12:07
c0mrad3I never used it12:07
ezechit's like find . -name *html -exec rm {} \;  I think12:08
ezechand it's recursive12:08
ezechyou can add all sorts of parameters as well, time based, attributes whatever file system supports12:08
=== sjefskoder is now known as Guest56738
bibi234when I install "php5-cgi" with APT, it automatically enables a module in apache, is there a way to avoid that?12:33
Tobias[L]bibi234: deenabling said module in module.conf12:35
Tobias[L]bibi234: php checks for installed web servers and registers itself onto them to allow them processing of php pages. it is quite wanted behaviour unless you run more than one server and want to keep apache from processing .php12:36
bibi234Tobias[L]: yes that's what I'm doing, just wanted to know if it can be avoided. Because I'm using suphp with php-cgi, and having the 2 modules enabled in apache causes failure.12:38
bibi234because it's for an automation install tool, I'm trying to keep stuff the most simple possible12:38
ezechbibi234, install php5-cgi before apache?12:39
ezechor just ignore it and add post-install script to update httpd with your own config12:40
jcrubinohow can I find the compiler that was used for a package?  Specifically the postgresql database?12:40
hikenboot_hi! i have migrated my root and boot partitions to a new drive. I am not getting a UUID type error, instead I am getting a blinking underline in top left corner of black screen. I have set the boot flag but it didnt fix it... anyone know what causes this?12:41
bibi234ezech: good idea I'll try this too, but can't it cause problems? I was currently starting installation with most generic packages, then php and the project. I'm thinking that maybe on some cases the apt install would actually help me. I didn't want the apache module to be automatically added, but for example if I install php pdo BEFORE mysql, maybe it won't enable some stuff in mysql? Not...12:44
bibi234...sure if you see what I mean? More generally should I take care about the order in which I install apt packages in ubuntu?12:44
ezechbibi234, generally you want your apache config to be well designed for the purpose - so manual edit is needed anyway12:45
=== synth is now known as SynthAxe
=== zz_XeBlackWater is now known as XeBlackWater
SynthAxeHello12:46
ezechhi12:46
hikenboot_bibi234, what are you trying to accomplish with apache?12:48
hikenboot_I run 5 web instances with my apache configuration, so i have a little experience (not a lot but a little)12:49
brokenubuntuanyone has experienced a endless "removing conflicting operating system files" while upgrading ubuntu?12:50
bibi234hikenboot_: apache with suphp module (for php-cgi) but that's ok it's working, just had a question about apt "magic" in some situations12:51
Tobias[L]bibi234: if you install the package it configures the settings by itself, that you dont want to edit them yourself shows more than well that you are not ready for hosting a web server, neither in your own network nor publically12:51
Tobias[L]brokenubuntu: jes its usual12:51
hikenboot_ok no problem, I have no experience with suphp...what does it do out of curiousity?12:51
brokenubuntuI'm trying to upgrade ubuntu right now, but it has 8 hours in this stage "removing conflicting operating system files"12:52
ezechTobias[L], you're running web servers with default config?12:52
brokenubuntuI'm afraid i restar i'll got a inconsistent install12:52
Tobias[L]brokenubuntu: how slow is your HDD? it should take no longer than 1 hour or so12:52
Tobias[L]ezech: nope12:52
brokenubuntuanyone has experienced a endless "removing conflicting operating system files" while upgrading ubuntu? ?12:52
trisshey all. I want to get rid of a backup partition from my harddrive and make it part of my root partition12:53
Tobias[L]brokenubuntu: always install fresh12:53
Tobias[L]brokenubuntu: thats why you make a different /home partition12:53
bibi234hikenboot_: it can execute a php file as the user and group owner, instead of apache user12:53
ezechtriss, is your root on LVM?12:53
trissI'd like to make a bootable USB from gparted iso12:53
Tobias[L]ezech: mine are more secured than my firewalled and heavily secured network XD12:53
brokenubuntuTobias[L]: install fresh with different home partition, then after change fstab to point to the old home partition?12:54
bibi234Tobias[L]: that's not a problem at all, I can edit them, I just want to keep things the simpliest possible12:54
trisshow di check?12:54
ezechTobias[L], so you do configure them on your own and not let packages just make changes, right? :)12:54
=== MeltedLux is now known as MeltedDed
bibi234in that case I'll just disable the module after php5-cgi installation then12:54
=== PonyInPajamas is now known as Sir_Pony
Tobias[L]ezech: all config files are set read-only and hidden to most services and yes i edit it myself12:55
Tobias[L]brokenubuntu: nope you point the installer to your partition and remove the "format" option12:56
brokenubuntuTobias[L]: this will keep my stuff?12:56
trisssorry... how do i check if im using LVM?12:57
ezechtriss, type 'mount'12:57
brokenubuntu?12:58
ezechif there are any 'mapper' entries in 'root' line it's lvm12:58
administrateurhow to join other channel using irssi12:58
ezechadministrateur, /join #chan-name ?12:58
Tobias[L]brokenubuntu:  as long as you remeber to not tick the checkbox "format"12:58
trisshere's my root line: /dev/sda3 on / type ext4 (rw,errors=remount-ro)12:59
trissso the answeers no i guess?12:59
brokenubuntuToBeFree: so clean install withouth format12:59
ezechtriss, yeah, it's a regular partition12:59
administrateurezech : what are the keyboard shortcuts to do that ??12:59
=== mhhh is now known as mhh
brokenubuntuTobias[L]: so clean install without format13:00
administrateurezech ; how to swetch between chanles??13:00
brokenubuntuam i going to need to reinstall everything?13:00
ezechadministrateur, alt [number] ?13:00
Tobias[L]brokenubuntu: well wrong user XD but jep install everything else fully anew with format checkbox ticked but your /home should be set to "use as <fs it was before>" and look over it to make sure13:00
Tobias[L]brokenubuntu: nope you can export your packages via synaptic13:00
Tobias[L]brokenubuntu: well atleast what is installed13:01
brokenubuntucan i expert while i am running from the usb? i am no longer in my old system13:02
brokenubuntuexport*13:02
SynthAxeHello13:03
Tobias[L]brokenubuntu: you propably can but for that someone else needs to help you and write an regexp for installed packages... im familiar with livesystems and data recovery but not working on interna... maybe you can chroot tough?13:03
SynthAxeI'm having problems running office 2010 apps via wine13:03
brokenubuntuTobias[L]: i think i can reinstall them manually, as long as it keeps my files. i got lot of python virtualenvs configured13:04
Tobias[L]SynthAxe: office usually needs extras under wine, for guaranteed working office look into crossover or ask yourself if your msoffice can be replaced by libreoffice13:05
brokenubuntuand the problem started when i tried to install a new python 3.4.2 from source, dummy idea13:05
brokenubuntu*stupid idea13:05
Tobias[L]brokenubuntu: everything set in the /home partition will be kept. this includes settings for most programs (firefox, thunderbird, kvirc and many more)13:05
ezechwhich can be not so good at times13:06
brokenubuntuok, I'll do that then, tks13:06
ezechold config for new software and such13:06
ezechjust grow balls, format everything and start from scratch - check your backup quality the manly way! :P13:07
Tobias[L]ezech: some people only grasp the importance of backup by learning the hard way13:07
brokenubuntusure13:07
ezechTobias[L], I'd say most of them13:07
brokenubuntui was using attic13:07
brokenubuntubut gave not too much importance and now here i am13:08
* ezech is backing up family photos in old fashioned albums on book shelves13:08
Tobias[L]ezech: daily febe autoexport sure does have its good parts :D and chrome syncs itself by some nsa magic so i have that coveres too13:08
hikenboot_when doing a chroot /mnt/fcroot/pts is not found...anyone know if this is optional or created when booted?13:13
hikenboot_nerver mind its an error in the directions13:14
hikenboot_its /mnt/fcroot/dev/pts13:14
motaka2is there a way to see the list of installed printers using terminal ?13:15
llutzmotaka2: lpstat -a13:15
motaka2llutz: thanks. do you know a good resource to learn shell or linux. I mean something like a book13:17
cfhowlettmotaka2, "linux from scratch"13:17
Tobias[L]Linux from scratch is always a nice source13:17
Tobias[L]sammit13:17
Tobias[L]XD13:17
cfhowlett"sammit"?13:17
Tobias[L]d*13:17
t4nk262Hi Does anyone know how to stop firefox hogging the whole system when it gets a non responsive script error13:18
Tobias[L]stuck with my old pc on travel, it is a tad smaller so i often hit keys especially left and right one short13:18
Tobias[L]t4nk262: yeah by using chromium13:18
BluesKaj_'Morning all13:19
SynthAxeany good mail client I can use to connect to my office's exchange servers?13:24
t4nk262Is there a way to limit firefoxes priority so it lets  the system run enough when irt has the non responsive script error  that I can pkill Firefox ?13:24
Tobias[L]t4nk262: jep, go into process overview and change the "nice" factor13:25
=== MeltedDed is now known as MeltedLux
cynicallemonSynthAxe: Evolution and Thunderbird maybe13:26
ezechthunderbird can do only imap13:27
ezechevolution sucks ass13:27
t4nk262im Tobias[L] im pretty new to ubunto where do I find the process overview?13:27
QueensMelonsguys13:27
QueensMelonshow to get gawk on ubuntu?13:27
QueensMelonsinstalling LFS13:27
ezechQueensMelons, most probably you have it already there - as 'awk'13:28
=== soee_ is now known as soee
Tobias[L]press super (windows), enter system into the bar and there is "system overview" or something akin to it13:28
Tobias[L]t4nk262:13:28
cfhowlett!language | ezech,13:29
ubottuezech,: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList13:29
t4nk262thanks I'l try to find it13:29
ezechcfhowlett, what's so not polite about those harmless animals?13:31
Xliineehey guys!13:32
torelulzhi2u13:32
cfhowlettezech, I imagine there's a humor channel somewhere.  this isn't it.  family friendly language is expected ... even from you.13:32
cfhowlett!guidelines | ezech13:33
ubottuezech: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines13:33
ezechsorry cfhowlett, forgot linux is about serious family business, won't happen again ;)13:33
murlidharhi all . i messed up something and i lost the window manager . just a black strip shows now. http://is.gd/bml66u13:33
murlidharwhat is the problem now?13:34
EriC^^QueensMelons: sudo apt-get install gawk13:34
QueensMelonsalso,EriC^^ that doesnt wokr13:34
White_Cathello internet13:34
Baz__hello, I'm looking to watch a log file and have it trim itself to 1000 as i watch it, whats a good way to do that?13:35
EriC^^QueensMelons: did you run sudo apt-get update ?13:35
White_CatI want to maintain "sudo iptables -t nat -A PREROUTING -i venet0 -p tcp --dport 80 -j REDIRECT --to-port 8069" on reboot of my ubuntu-server13:35
QueensMelonsnope EriC^^13:35
White_Cathow can I do this?13:35
White_CatI use ufw13:35
EriC^^QueensMelons: try to run that first13:36
=== MeltedLux is now known as MeltedDed
=== derk0pf is now known as derk0pf|NA
=== derk0pf|NA is now known as derk0pf
Baz__my question may not have been phrased correctly: I'm currently "live" tailing a log file: tail -f -n 1000 ./out.log; I'd like for it to limit itself to the 1000 rows I'm looking at as it grows - is there a nice way to do that?13:38
=== MeltedDed is now known as MeltedLux
EriC^^White_Cat: you can use logrotate13:39
QueensMelonsThanks EriC^^ !!13:40
hikenboot_at the grub prompt grub> how do you save changes?13:40
EriC^^QueensMelons: no problem13:40
murlidhareven the gnome-terminal is just a big black box with nothing showing.13:41
=== MeltedLux is now known as MeltedDed
jattBaz__: one way would be to use less instead of tail, e.g. less ./out.log and type F to simulate tail -f13:46
=== MeltedDed is now known as MeltedLux
Rochvellonhi, i've got a problem. i have mounted through fstab a drive in /media/user and i can access it through /media/user/mount sucessfully. I also bind through fstab /media/user to /home/user/Media , and i can see the mounted drive in this folder but i cannot list anything in this folder. my fstab: https://dl.dropboxusercontent.com/u/58265714/fstab.txt14:03
nono_hi guys and gals14:17
murlidharhi all. i messed up something. no window manager / window border. even gnome terminal is totally black with no text visible. http://is.gd/bmL66U14:18
murlidharcan anyone help me solve the problem ?14:19
nono_youre in a different workspace14:19
nono_do you see a command terminal14:19
nono_hey does anyone know hwo to get rid of all the ubuntu spyware this new version has14:19
murlidharnono_: i am using xterminal which is working as of now. thankfully :|14:19
murlidharthe text is visible14:20
EriC^^murlidhar: did you try the guest account?14:20
nono_http://www.addictivetips.com/ubuntu-linux-tips/add-switch-and-change-workspace-in-ubuntu-linux/14:20
murlidhari agreed to downgrade some packages using aptitude install.14:21
murlidharEriC^^: yes. all the accounts have the same problem14:21
nono_i dont remember the command14:22
nono_but i think its their desktop enviroment14:22
nono_its prolly crashed14:22
murlidharnono_: are  you talking to me ?14:22
nono_im talking about you :p14:22
EriC^^murlidhar: maybe try to reinstall unity?14:23
nono_no\14:23
EriC^^murlidhar: sudo apt-get install --reinstall ubuntu-desktop14:23
murlidharhmmm14:23
murlidharokay will try14:23
murlidharbrb14:23
EriC^^murlidhar: try to reinstall compiz, sudo apt-get install --reinstall compiz14:23
nono_i dont remember the specific command to load up an enviroment14:24
nono_you do it from the work space ctrl alt f214:24
nono_what are some good freenode news channels14:27
nono_hey does anyone know hwo to get rid of all the ubuntu spyware this new version has14:27
cfhowlett"spyware"???14:27
cariveriHi. Is there a way to stop ubuntu unity from spying? (internet recommendations feature)14:27
cfhowlettcariveri, privacy settings14:28
cariverinono_: I guess you meant something like I meant?14:28
nono_theres more to it than that right14:28
nono_then the privacy menu14:29
cfhowlettnono_, don't use unity.  kde, xfce4, lxde, gnome are options14:29
nono_are there no packages?14:29
nono_yeaa thats my answer14:29
nono_ill use plasma !14:29
carivericfhowlett: thank you . I found it.14:31
cariverinono_: thats why I took KDE for my own machine.14:32
nono_i wanna change to debian cause of this issue14:32
cariveriits a thing of attitude I guess.14:33
dinosaurmy machine's booting very slowly. What can I do to investigate the problem?14:40
EriC^^dinosaur: dmesg14:41
r_a_xI have installed ubuntu 14.04 by usb and my software cneter do not show install option14:42
dinosauraha, and the second problem: I cannot reboot. I can type shutdown -r now or reboot, but all what will happen will be that the system will be halted. I'm not sure if it has  always been the case.14:42
r_a_xinstead it shows use this source option14:43
=== Snowstormer is now known as lostcat
=== lostcat is now known as Snowstormer
lazaroshello14:44
=== derk0pf is now known as derk0pf|NA
=== Snowstormer is now known as lostcat
murlidharokay. i am seriously messed up now. i tried sudo apt-get dist-upgrade . i am using 14.04 and it says 0 to install 0 to update 0 to upgrade.14:50
murlidharEriC^^: reinstalling ubuntu-desktop or compiz didnt help .14:51
r_a_xI have installed ubuntu 14.04 lts by creating bootable usb , And My software center do not show the install option instead it show use this source14:52
murlidharso how do i upgrade my distro now ?14:52
estudiantemorzila firefox14:54
estudianteflorencia14:54
parmiggianomurlidhar: hm, have you run 'apt-get update' first?14:54
murlidharparmiggiano: yes14:54
parmiggianomurlidhar: and the plan is to upgrade to 14.10?14:56
murlidharparmiggiano: as of now , yes14:56
parmiggianomurlidhar: i think the command 'apt-get dist-upgrade' just doesn't let you upgrade to a newer version of Ubuntu.14:56
murlidharthen what does dist-upgrade do ?14:57
=== derk0pf|NA is now known as derk0pf
parmiggianomurlidhar: yeah, the naming is a bit strange, but dist-upgrade only performs updates as far as I know... so, try to upgrade with the update-manager14:58
murlidharparmiggiano: it isn't showing . the update-manager14:59
parmiggianoor 'do-release-upgrade' might work as well, I've never tried14:59
Baz__jatt, i don't think that would trim the file if it gets tooo big would it?15:01
murlidharparmiggiano: okay update-manager started. hopefully should upgrade now.15:01
parmiggianomurlidhar: fine... if not, try 'sudo do-release-upgrade'15:02
r_a_xIn my ubuntu 14.04 lts , software center do not show install option ,instead it shows the "use this source" option??15:02
murlidharparmiggiano: okay thank you.15:02
murlidharparmiggiano: actually i wasn't willing to upgrade but cuz something i did , my window manager shows all black so i chose to upgrade in hope that package dependencies will be resolved.15:05
=== sjefskoder is now known as Guest40204
dinosaurhow can I completely flush DNS in Ubuntu?15:07
murlidharparmiggiano: http://is.gd/bmL66U15:07
murlidharparmiggiano: http://is.gd/AWnhaa15:07
parmiggianomurlidhar: sounds like a graphics issue... i can't see the images as I've not booted into X...15:08
murlidharparmiggiano: yes it is. i tried to reinstall compiz too but didn't work15:09
parmiggianomurlidhar: have you tried another window manager / DE? e.g. a window manager without compositing / 3D effects?15:09
murlidharparmiggiano: no15:09
murlidhari haven't15:09
murlidhari don't have any other15:09
nono_i need help! i dont know hwo to to remove unity and install another enviroment15:10
submanHow do I enable a remote desktop GUI session from a computer running Ubuntu without a current GUI session running?15:10
parmiggianomurlidhar: perhaps one could try to reinstall the unity-desktop altogether. it's in the package ubuntu-desktop...15:11
murlidharparmiggiano: even system monitor is a black box now. just that one. and there is black strip all around menu . like right-clicking.15:11
murlidharparmiggiano: i did . i tried to reinstall ubuntu-desktop15:11
parmiggianomurlidhar: I don't know if it's the graphics driver... perhaps someone else here is more experienced in these issues. however, I fear your upgrade won't help.15:14
murlidharparmiggiano: a fresh installation maybe ?15:14
murlidhari don't mind15:14
murlidhari have backup my things15:14
murlidharbackedup*15:14
parmiggianomurlidhar: well, that depends on your preferences... I also tend to fresh installs... but solving the problems helps you gaining more knowledge and experience about your system, so if you have the time, it's always good to try15:15
murlidharparmiggiano: i have the time . the thing is i tried to install an app using aptitude and it offered a solution to downgrade a few packages to which i agreed and that created troubles.15:16
parmiggianomurlidhar: If the graphics become weird, I would first try to install a DE without compositing, e.g. XFCE by 'xubuntu-desktop' ... that should give you a stable environment under which you can continue web searches etc. on the issue.15:16
zambamy ubuntu server is booting remotely and i can ping it, but ssh is not running.. i suspect it's waiting for user input about disk checks.. for instance press 's' to skip15:17
zambanothing i can do remotely?15:17
murlidharparmiggiano: right now am able to use unity but the weird black lines are troubling and i have no window visible .15:17
tewardzamba: not really, maybe if the server is a VPS and has a serial console you can use that (check with the provider)15:17
murlidharparmiggiano: all apps are running15:17
tewardzamba: the problem is it might not actually be waiting for input at all, it might be stuck, that's why VPSes and such provide a 'serial console' kind of connection15:18
parmiggianomurlidhar: have you removed that app which caused the problem?15:18
murlidharparmiggiano: yes15:18
murlidhari have15:18
EriC^^murlidhar: check /var/log/apt/history.log15:18
EriC^^murlidhar: and see which packages it downgraded15:18
=== martins-afk is now known as martinst
murlidharEriC^^: many . many . too many.15:19
EriC^^murlidhar: any vga related packages?15:19
murlidharEriC^^: should i upload the log ?15:19
EriC^^sure why not15:20
murlidhari mean pastebin . okies15:20
murlidharEriC^^: http://pastebin.com/q7E3SPTJ15:23
murlidharEriC^^: looks like it touched the x11 and mesa files :)15:25
deltHello15:29
=== andyfied_ is now known as andyfied
deltHow would i have rpc.gssd autostart at boot time? Without it, mounting my nfs4 shares is slow15:30
delti see these files:15:30
delt/etc/init/gssd.conf15:30
delt/etc/init/gssd-mounting.conf15:30
deltbut on bootup, rpc.gssd is not running.15:31
EriC^^murlidhar: i see, is mutate the package that you removed?15:31
EriC^^murlidhar: it removed so many packages O.o15:31
murlidharEriC^^: yes15:32
EriC^^murlidhar: maybe if you remove the ppa that installed mutate and revert to the ubuntu packages it might work?15:32
murlidharEriC^^: hmmm15:32
murlidharokies15:32
Crackz0rHello15:33
maddawg2hey guys.. I need some help with setting up LVM on a fresh ubuntu install15:34
maddawg2I have a machine with 5 physical drives and i'm hoping to get my / partition to expand all those drives15:35
maddawg2i've been having issues doing that15:35
maddawg2i was trying with the system-config-lvm utiltiy15:35
maddawg2provides a GUI15:35
tewardmaddawg2: such that / gets the full size of all the drives combined/15:35
maddawg2and it looked like it worked at first but ubuntu doesnt see the full drive15:35
tewardso if they're all 1TB drives, you get 5TBish?15:35
maddawg2yes teward15:36
maddawg2spanned volume basically15:36
tewardnot sure if LVM can do that, but that sounds a lot like RAID015:36
maddawg2LVM can do that15:36
maddawg2i have it set up on another machine but not for the root partition15:36
maddawg2for a secondary partition15:36
maddawg2i cant for the life of me figure out how i did it15:36
=== soee_ is now known as soee
=== pixelfog is now known as Guest77708
* choopa slaps her pussy for FREEDOM!15:38
choopaCHOLBY RULES15:38
choopaSUCK MY DICK EVERYBODY!15:38
submanHow do I enable a remote desktop GUI session from a computer running Ubuntu without a current GUI session running?15:42
maddawg2teward: in fact that's the whole point of LVM15:43
maddawg2http://askubuntu.com/questions/3596/what-is-lvm-and-what-is-it-used-for15:43
maddawg2If you have more than one hard-disk, Logical Volumes can extend over more than one disk: i.e., they are not limited by the size of one single disk, rather by the total aggregate size.15:44
bekkssubman: I dont think there is a way to do so, since remote desktop GUI requires a GUI.15:44
=== pixelfog_ is now known as Guest58344
murlidharEriC^^: isn't helping at all. i updated. removed the ppa as well.15:48
submanbekks is there a way to start a gui session remotely?15:49
bekkssubman: What exactly do you want to achieve?15:50
submanbekks A remote headless server and I want to have gui access.15:50
bekkssubman: So just install nxserver/nxclient and be happy :)15:51
Servusapt-get autoremove a few kernels and kernel modul of an old kernel that whas in use with the current kernel: Module:  bcmwl  Could this cause that my sound doesn't work? http://pastebin.com/MgMMc57p15:52
submanbekks, unable to find package.......is it not part of the standard repo?15:52
=== tekkbuzz is now known as Guest24072
parmiggianosubman: 'freenx-server'... and read some online 'how to' to set it up15:53
submanparmiggiano, unable to locate package error15:54
maddawg2pretty lame that vmware esxi only lets you add up to 2TB of storage15:55
bekksThey want to earn money, actually.15:56
maddawg2....15:57
maddawg2how does that limitation earn them money?15:57
submanOk, I guess I'm stuck with buying Windows to access my remote machine.  Unbelievable.15:57
bekksYou have to buy a commercial license.15:57
maddawg2i could see it earning them money IF they had a pay option that allows them do that15:57
bekkssubman: You arent.15:57
maddawg2esxi is a commercial product15:57
cfhowlett!ot15:57
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!15:57
bekkssubman: https://www.nomachine.com/AR07K0067615:58
maddawg2if it supported it i wouldnt have to waste my time with LVMs in ubuntu15:58
submanbekks, already done.  Still no remote15:59
bekkssubman: Already done what?16:00
submanbekks, if I have to by Windows to solve my problem, then so be it.16:00
bekkssubman: You dont have to use Windows. :)16:01
bekksBut if you want to use Windows, then so be it.16:01
submanbekks, apparently I do.  At least with a Linux headless16:01
bekkssubman: No you dont. I am using NoMachine and a GUI every day, on a headless server.16:02
submanbekks, maybe your supplier allows that?  I have a dedicated server and it just does not work.16:03
EriC^^subman: http://unix.stackexchange.com/questions/12755/how-to-forward-x-over-ssh-from-ubuntu-machine16:03
parmiggiano(just from my personal interest, bekks and subman: for which use cases do you need a gui?)16:03
bekkssubman: It has nothing to do with dedicated server or not. It only depends on your setup. If you dont want to use Ubuntu, dont use it. I am quitting this pointless discussion.16:04
bekksparmiggiano: I am using it for a remote desktop for a vm, which runs on a headless server.16:04
submanbekks, really?16:04
bekkssubman: Really.16:04
submanWow16:05
AlexPortableAny way I can install something on a system that's not live?16:05
AlexPortableWrite in a few folders and done?16:05
bekksAlexPortable: You can creat a chroot.16:06
cfhowlettAlexPortable, ??? not really how it works.16:06
bekks*create even16:06
AlexPortableIs that hard?16:06
AlexPortablecfhowlett: yes but I want it16:06
bekks!chroot | AlexPortable16:06
ubottuAlexPortable: A chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot16:06
AlexPortableI made a backup of my system, but now I want to install something on that backed up image16:06
bekksAlexPortable: Which is a good way to invalidate the backup and make it unrestorable.16:07
AlexPortableWhy?16:07
AlexPortableIt's an 1:1 backup16:07
bekksAlexPortable: How did you create your backup?16:07
AlexPortableCopied all files from the harddisk16:07
bekksHow exactly did you copy all files?16:07
AlexPortablectrl c16:07
=== choopa is now known as cholby_
bekksThats not a restorable backup.16:07
AlexPortableDoesn't matters16:07
bekksIt does. You actually have no backup.16:07
bekksYou did not preserve symlinks, you did not preserver hardlinks, you most likely dont even preserved permissions and ownerships.16:08
bekksTotally worthless, whatever you copied there.16:08
murosaiany idea what equipment i would need to record sound from headphone jack of other device, say for example mp3-player?16:09
cfhowlettAlexPortable, you might want to verify that you at least have a copy of your essential data.  or not.  up to you.16:09
x__does somebody know something about ssl sniffing ? I've just a small question about it16:09
x__i'll be thankfull for any help16:10
x__are you there ?16:11
bekksx__: How about asking your question then, first?16:11
x__an host can only "sniff" another connection, if both are in the same network right?16:12
bekksThe host needs access to the connection data, yes.16:12
x__bekks: Thank you a lot ! that was all i needed to know :)16:13
x__bekks: have a nice day16:13
cpinedhelp.  I have an asus laptop.  I installed Unity desktop and everything was good.  I then decided to re-install ubuntu server on it instead and install the gnome desktop which I like but now my internet access fails after a minute or so.16:16
MonkeyDustcpined  therre's also #ubuntu-server16:17
cpinedyes that is what I installed, then the gnome desktop.16:18
cpinedMonkeyDust, sorry...you meant the channel.16:20
m1dnight_guys, I have renamed some directories (using java) in Linux. In terminal I now see "properdirname"16:24
m1dnight_but the mount in windows shows dirnames like "_SLLQS~C"16:24
m1dnight_any idea?16:24
m1dnight_it is a samba mount16:24
m1dnight_http://superuser.com/questions/458995/files-folders-get-weird-names-and-become-inaccessible-on-samba-share16:25
m1dnight_this, so it seems16:25
AlexPortablecfhowlett: bekks I have a working system. I want to convert it to an LTSP image, but for this the package ltsp-client has to be installed. I can't install it on my current systme.16:26
cfhowlettAlexPortable, sounds theoretically possible and a great science experiment ... I wish you well.16:27
AlexPortableWhat do you mean science experiment?16:28
cpinedMy internet access fails after a few minutes and my wifi does not get any internet access.  Can some please help?16:28
OerHeksm1dnight_, in that url there is also the solution > mangled names=no16:28
bekksAlexPortable: Then backup your system.16:28
cfhowlettAlexPortable, possibility of success but likely multiple failures before that happens.16:29
AlexPortablebekks: so you mean install it, backup the system, make the ltsp image, restore the backup ?16:29
AlexPortablecfhowlett: what kind of failures?16:29
bekksAlexPortable: No.16:29
bekksAlexPortable: Backup your system, then install what you want, see if it works, if it doesnt, restore your backup.16:30
AlexPortableWell it should work16:30
cfhowlettAlexPortable, you'll have to try it and find out on your own.  FWIW, I've never heard of what describe being done, but it's certainly possible.16:30
AlexPortableBut I'm not sure if I may install the image on the pc16:30
bekksAlexPortable: And for doing so, ctrl+c for copying files and messing up permissions, etc. isnt enough.16:30
AlexPortabletrue16:30
AlexPortableIs it for the home folder?16:31
bekksAlexPortable: It is, for home folder only.16:31
AlexPortableOr should I use rsync to move the files with permissions?16:32
bekks!backup | AlexPortable16:32
ubottuAlexPortable: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning16:32
cpinedwhen I ping say cnn.com in a terminal nothing happens, on my desktop the same command works.  What causes that problem?16:33
OerHekscpined how do you ping on your desktop ?16:35
OerHekshmm somehowe cnn.com does not want to be pinged16:36
=== _morsnowski is now known as morsnowski
cpinedping cnn.com using a terminal.16:36
cpinedping cnn.com using a terminal on the laptop is not working.16:36
* cholby_ slaps her pussy for FREEDOM!16:37
cholby_CHOLBY RULES16:37
OerHekscpined, "CNN blocks ICMP-Echo-Request packets"  that is why i asked, how do you ping on your desktop ?16:39
cfhowlett!ops | cholby_ idiocy ... ban request16:40
ubottucholby_ idiocy ... ban request: 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, bazhang16:40
cpinedOerHeks, this is what I get back from the ping on the desktop 64 bytes from www.cnn.com(157.166.226.25):16:43
PrezidentHow can i customize tabs in ubuntu terminal? They are to big imao, i want them very small at top16:47
nono_hey does anyone use a macbook pro 8,2 mid 2011 i have xubuntu and the keyboard light isnt working :/16:47
Prezidentnow tabs takes around 1 and half cm on top, i want them much smaller16:48
OerHekscpined, that is what i ask you, you said in terminal no pin, that is correct, cnn does not answer ping, but how did you get an answer from cnn.com? sounds funny to me16:48
cpinedOerHeks, on my desktop the ping command works and I have internet access, on my laptop the ping command does not work and I don't have internet access.  pinging cnn.com16:50
cpinedOerHeks, so my question is why I don't have internet access on my laptop.16:50
twauwifi or cable?16:51
cpinedboth don't work on the laptop.16:51
cpinedfresh ubuntu install.16:51
twauCan you ping anything on your lan? Example your router?16:51
OerHekscpined, so it is an network issue, not a ping issue?16:51
cpinedcorrect, sorry for the confusion.16:52
nono_connect your comptuer to the lan via cable16:52
cpinedI will check.16:52
nono_then run an update16:52
parmiggianoPrezident: I don't think that's possible... you could try alternative terminal emulators16:52
cpineddoing that now, seeing if that works.16:52
nono_then check if your cards are up maybe16:52
cpinedhopefully the internet access stays up while installing the updates.16:52
cpinedtwau, I can ping my desktop from my laptop.16:54
nono_the cd is just basics16:54
nono_the update is where its at16:54
parmiggianoPrezident: or you might want to use a program like GNU Screen or tmux to manage multiple 'screens' within a single terminal window/tab.16:54
cpinednono_, ok, hope it works16:54
cpinedit is asking for a re-start..lets see!!16:54
setuidWhere's the right place to get raring updates?16:56
setuidI've got a VM here I'm trying to bring to current, apparently all the raring updates are offline, security updates also16:56
OerHekssetuid, raring is EOL, dead16:56
OerHeks!raring16:56
ubottuUbuntu 13.04 (Raring Ringtail) was the 18th release of Ubuntu. Support ended on January 27, 2014. See !eol, !upgrade and http://ubottu.com/y/raring16:56
setuidSo where's the latest archived updates then?16:56
OerHekssetuid, there is however a hack to get updates, but you won't be safe, it is just to upgrade16:57
OerHeks!eolupgrade16:57
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades16:57
setuidOerHeks, I don't upgrade my VMs cross-version like that16:57
setuidIf there's a new version, it's a new build16:57
OerHekssetuid, sure there is a new version, 12.04 is still supported, and 14.04/14.1016:58
setuidI can still get archived updates for 6.06 and 6.1016:58
cpinednono_, so far so good! I'll give it a few more minutes.16:58
setuidOerHeks, I run an ESXi host here with every single Linux distro out there16:58
setuidso I try to keep them clean and current, even the EOL'd ones16:58
nono_i just changed from ubuntu to xubuntu now my keyboard light isnt working any help macbook 8,216:58
OerHekssetuid, great, but we do not support that16:58
setuidOerHeks, I get it, but where are the last of the updates archived to? You didn't just pull them all offline, did you?16:59
setuids/you/the Ubuntu core team/16:59
OerHekssetuid, see that url from ubottu16:59
OerHekssetuid, yes, we pulled the updateservers offline, ofcourse17:00
setuidWeird, why would you pull them offline for v13, but leave them for v6,7,8,9 and 1017:00
setuidSome major flaw that leaked in?17:00
setuidin that case, you'd patch the flaw, and archive the updates like the previos versions17:01
OerHekssetuid, we dont leave them for 6,7,8, and so on, there is a seperate old-versions server just for people to upgrade17:01
setuidThat's why I said 'archived'17:01
setuidSo where are the Raring archives?17:01
setuidn/m, I'll dig around the mirror sites17:02
OerHekstime to read that url, setuid17:02
bekks!eolupgrade17:02
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades17:02
setuidI'm on it, it just tells me to upgrade, that's not helpful17:02
OerHeksLoLz17:02
bekkssetuid: you did nbot read it.17:02
setuidBoth links and the one embedded in the mailing list announce, are not useful here17:02
setuidhttps://wiki.ubuntu.com/Releases17:03
setuidDoes not give me a location to reach raring archived updates17:03
setuidUpgrading from 13.04 to 13.10 does not give me the latest 13.04 updates17:03
setuidSo, I'll dig around the mirrors until I find them, no biggie17:03
OerHeksi am sure i answered all that17:03
bekkssetuid: I can clearly read the URL where to get the old archives, in the article given.17:04
bekksI am sure you can, too.17:04
nono_https://help.ubuntu.com/community/MacBookPro8-2/Quantal17:06
nono_i did this https://help.ubuntu.com/community/MacBookPro8-2/Quantal and get an i/o error when exectuing the script17:06
OerHeks!quantal17:06
ubottuUbuntu 12.10 (Quantal Quetzal) was the 17th release of Ubuntu.  Support ended on May 16th, 2014. See !eol, !upgrade and http://ubottu.com/y/quantal17:06
OerHeksnono_, likely because Quantal is EOL, repos are dead17:07
canaimaholaa17:07
canaimacm esta:v17:08
nono_i was just using the help file17:10
nono_what do i do17:10
AlexPortableHow can I watch netflix on ubuntu? I can't install chrome, but it's not working in chromium or firefox17:10
OerHeksAlexPortable, netflix is on chrome only.17:11
AlexPortableyes, but how can i make it work on chromium?17:11
OerHeksAlexPortable, not.17:11
AlexPortablewhy not?17:12
cpinednono_, It looks like my internet access with the LAN is now stable.  My internet access with my wifi is still not working, any ideas?17:14
OerHeksAlexPortable, i have no answer to that, it just is.17:14
AlexPortable"Why? Google Chrome comes bundled with a specific module, one Netflix requires to permit playback on a system through HTML5. It’s called “Encrypted Media Extension” (‘EME’ for short) and, without getting too technical about it, it’s a form of user-friendly DRM."17:14
AlexPortableI don't see why this module isn't for chromium17:14
=== dave is now known as Guest74849
DJonesAlexPortable: Possibly may be because chromium is opensource so can't include encrypted plugins17:15
AlexPortableUbuntu is open source too, yet I can install closed source programs17:15
VanceXAlexportable: https://support.google.com/chrome/answer/95346?hl=en17:16
OerHeksAlexPortable, ubuntu does not come with closed source stuff, you have to download it.17:16
VanceXAlexPortable: Chromium is open source whereas Chrome comes with native support.17:17
AlexPortableSo I should be able to download it in chromium17:17
bekksAlexPortable: If Netflix offers it for Chromium.17:17
DJonesAlexPortable: Assuming somebody has packaged it for chromium, if not, no17:17
=== tcpman is now known as Guest1059
KomiaPoikahi17:18
KomiaPoikawhat's a good serial terminal program for ubuntu17:18
AlexPortableok17:19
OerHeks!info gtkterm17:19
AlexPortableis there a tool like opera bookmark sharing for ubuntu?17:19
ubottugtkterm (source: gtkterm): A simple GTK+ serial port terminal. In component universe, is optional. Version 0.99.7~rc1-0.2ubuntu1 (utopic), package size 59 kB, installed size 212 kB17:19
KomiaPoikathx17:19
nono_any help? my keyboard light isnt turning on17:21
cpinedlet me elaborate on my internet problem, it turns out that although my wifi says connected I"m not able to reach my desktop but when the lan cable is connected I'm able to reach it.17:22
setuidcpined, Sounds like a network misconfiguration17:23
setuidAre both desktop and laptop on the same segment?17:23
cpinedsetuid, how can I fix that?17:23
cpinedyes17:23
cpinedwait17:24
cpinedyesterday when I was installing the OS i was connected to my repeater not to my router, could that be the cause?17:24
=== ubuntuaddicted is now known as EuaD
setuidWhat's a "repeater"? You have a WDS wireless bridge?17:24
krastavachow to change screen brightness on kali linux?17:25
cpinedyes a wireless bridge.17:25
OerHeks!kali17:25
ubottuUbuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), kali-linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)17:25
setuidSo configure it to pass the traffic17:25
cpinedsetuid, I'm just grasping for straws at this point.17:25
setuidIf you have two wireless access points and you're connected to A, which routes through wireless B, you need to configure it to pass the traffic in both directions17:25
OerHekskrastavac, kali has its own issues, see the ubottu17:25
setuidWDS_A -> WDS_B -> Internet17:25
setuidWhat are your routing rules on WDS_A?17:26
cpinedsetuid, I noticed that during boot up if the lan is not connected it hangs on network configuration.17:26
setuidRight, if your repeater isn't configured to forward/pass the traffic, it'll be like it's not connected17:26
setuiddoes WDS_B see the traffic from the repeater?17:26
zykotick9OerHeks: not to mention, kali isn't even based on ubuntu...17:26
cpinedI use the bridge for my netflix device so I know it has internet access.17:27
cpinednow I"m on the normal router via wifi and lan.17:27
OerHekszykotick9, i wasn't sure on that, thanks17:27
krastavacgive me some shell commands that might work17:27
setuidWDS_A may have internet access, but is it configured to pass traffic from BEHIND IT to WDS_B?17:27
zykotick9OerHeks: debian based now17:27
cpinedit is not.  When I select WDS_B from any wireless laptop internet access does not work.17:28
DJoneskrastavac: This channel isn't for Kali linux support, you need to ask their own support channel17:28
cpinedsetuid, my problem now is with WDS_A.17:28
setuidcpined, So you have: laptop -> WDS_A (repeater) --> WDS_B (wireless router) --> Internet, yes?17:28
setuidWhere is the desktop in this? LAN'd into which end?17:29
cpinedsetuid, destop and laptop are both on the main router, WDS_B.17:29
chopa!ops CHOLBY RULES!  SUCK MY DIIIIIICK!17:29
ubottuchopa: I am only a bot, please don't think I'm intelligent :)17:29
chopa!ops CHOLBY RULES!  SUCK MY DIIIIIICK!17:30
chopa!ops CHOLBY RULES!  SUCK MY DIIIIIICK!17:30
chopa!ops CHOLBY RULES!  SUCK MY DIIIIIICK!17:30
setuidOk, and that works, right?17:30
chopawait why isn't it working17:30
setuidlaptop -> WDS_B -> internet?17:30
chopathe bot is supposed to ping everybody17:30
chopa:(17:30
cpinedsetuid, over the lan not the wifi.17:30
christianwhat the heck is this? having problems17:30
christianhttp://paste.ubuntu.com/9399430/17:30
setuidcpined, what are your iptables rules on the main router?17:30
christianoutput of strings /usr/sbin/pkexec17:30
setuidor if you don't have iptables there, what port forwarding rules have you set?17:31
setuidchristian: What are you trying to do?17:31
cpinedsetuid, don't know.  all the other lap tops are fine.  This lap top was fine until I re-installed the OS yesterday.17:31
setuidcpined, Linux or Windows on that laptop?17:31
dmaroulidis!ops chopa17:31
twaudo they have the same dns17:31
cpinedsetuid, Linux.17:31
setuidcpined, And 'route -a' shows what you expect?17:32
setuider, route -n17:32
setuidAny mac address restrictions on the main router? Something preventing traffic from getting past it, even if you authenticate TO it?17:33
twaudoes "cat /etc/resolv.conf" display the same on the computer where it works, and on the laptop?17:33
cpinedsetuid, route -s shows same for Lan and wifi17:33
cpinedtwau, I'll try that out.17:33
setuidtwau, That would only matter if he was using DNS17:33
setuidIf he's just trying to get through with IP (eg: route -n path), then /etc/resolv.conf is meaningless17:33
cpinedtwau, yes.17:34
twauah okey didnt know he was just trying the ip17:34
setuidEliminate the variables17:34
setuidCan you ping the router itself?17:34
setuidCan you ping the gateway on the other end of the router?17:34
setuidCan you ping a machine on the other end of the LAN on -your- side?17:34
=== andrea is now known as Guest8127
setuid(not an Internet host, but something on your LAN; a printer, another device)17:35
* subhojit777 is away: AFK17:35
* setuid just realized he's been here over 15 years now. Woop! 17:35
* subhojit777 is back (gone 00:00:14)17:36
=== dreamer_ is now known as dreamer9
setuid10+ years under 'setuid', 3 under 'rwsr-xr-x' and 1 under 'root' back in 1999.17:36
cpinedsetuid, I can ping the router and other PC from lap top while on lan.  I can't ping router and other PC when I disconnect the lan.17:36
setuidcpined, Sounds like your default route is screwed up, or set to LAN even when wifi is connected17:36
setuidTry unplugging LAN and typing: "route del default gw && route add default gw <your_gw_IP_address>"17:37
cpinedsetuid, should I just re-install again while on the main router?17:37
setuidYou could try that17:37
setuidnot sure how far into the config you are17:37
setuidBut you may end up back where you are now17:38
twauHave you tried set everything static?17:38
setuidWhat distro are you on?17:38
dreamer9hellooooo17:38
cpinedubuntu server 14.04, the latest.17:39
dreamer9anyone here have worked with openstack17:39
dreamer9i need ome helpp17:39
dreamer9plz17:39
dreamer9it's urgent17:39
twauState your question rather then ask for help dreamer9, more will awnser17:39
setuiddreamer9, #openstack-dev17:40
dreamer9i have a problem can some one help me plz17:40
dreamer9 i work on ubuntu 14.0417:40
dreamer9 when i run keystone via cmd service keystone start17:40
dreamer9 and17:40
dreamer9i do netstat -an|grep 3535717:40
dreamer9 no port17:40
unopastedreamer9 you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted17:40
setuiddreamer9, Ask in #openstack or #openstack-dev17:40
cpinedsetuid, I tried the route commands, now what?17:41
setuidDoes it work?17:41
setuidNote: the gw -should- be different if you're on wired vs. wireless17:41
setuidthey should not be the same17:41
setuidYou have a LAN IP and a WAN IP on that WDS repeater17:41
setuidIf you're wireless, you're on the WAN side of the router17:41
setuidif you're wired, logically you're on the LAN side of the router17:42
dreamer9when i type keystone role-create -name admin17:42
dreamer9i have : unable to connect with http://server:35357/v2/rep17:43
setuiddreamer9, #openstack17:43
setuidThis is the wrong place for Openstack help17:43
dreamer9when i use nmap to scan list of ports opened on my os17:43
dreamer9no port 335717:44
cpinedsetuid, so replace gw with the gw ip address?17:44
setuidWhen on wireless, your gw will be different than when on wired17:45
setuidso make sure it's changing when your adapter changes17:45
setuidif it isn't, that's your issue right there17:45
cpinedsetuid, I get no such device for bot the del and add commands17:46
dreamer9soryyyy17:46
dreamer9ok17:46
beanswww.gofundme.com/gysbo417:46
dreamer9i switched to #openstack17:46
beanswww.geocities.ws/foolsgold17:46
setuidcpined, "route del default" (when on wired, LAN unplugged)17:47
setuidand then: "route add default gw w.x.y.z" where that is the IP of your WAN-side gateway address17:47
cpinedsetuid, you mean when on wireless? LAN unplugged?17:47
setuidYes17:47
cpinedsetuid, ok..dumb question how do I get the WAN-side gateway address?17:48
setuidYour default gateway when LAN is plugged in, will be -different- than your default gateway when on wireless only (LAN unpluged)17:48
setuidcpined, What IP range does your router hand out when on wireless/LAN unplugged?17:48
cpinedsetuid, my ip when on wireless is 192.168.1.7417:49
setuidOk, so your gateway is probably 192.168.1.117:50
setuidWhen you're on wireless, can you ping 1.1?17:50
cpinedsetuid, no.17:50
twaucan you paste your ifconfig -a17:50
setuidWhat happens when you run 'dhclient' on your machine when LAN is disabled?17:50
cpinedsetuid, answers: file exists17:51
setuiddhclient -i wlan0 (or whatever your WLAN adapter is)17:52
setuidsorry, exclude the -i17:53
setuiddhclient wlan017:54
cpinedsetuid, same answer17:55
setuidPastebin the output of 'ifconfig -a' on your host17:55
setuidwith both LAN + wifi connected17:56
cpinedsetuid, ok, pastebin.com/KcxUtMWY17:58
twaudoes you netmask match the computer where it works?17:58
cpinedtwau, will the pastebin show that?17:59
setuidLooks like the lan + wifi are on the same side of the same subnet18:00
setuidthat won't work18:00
cpinedsetuid, ah...how did that happen?18:00
cpinedsetuid, what is the fix?18:00
twautry: ifconfig p3p1 down18:00
setuidConfigure your router to hand out proper addresses to its respective clients18:00
setuidYour router is handing an address to the wireless client which it isn't configured to route back into its LAN segment18:01
nbusroneAnyone using Nvidia graphic card with Open source driver here ?18:01
setuid.70 vs. .7418:01
bekksnbusrone: Why?18:01
cpinedsetuid, why would that be an issue now?  like I mentioned the first time I installed the OS everything was good, yesterday I installed the OS now I have issues, but same router.18:01
nbusronebekks : I am having problem with custom resolution here with nvidia open source driver18:02
setuidcpined, Nothing changed on the router?18:02
cpinedsetuid, nothing.18:02
twaudo you have both cable and wifi connected cpined ? what is the p3p1 interface18:02
setuidReinstall with wired unplugged the whole time and see if that fixes it18:02
setuidMaybe you have a persistent DHCP reservation on the wrong subnet18:03
cpinedsetuid, I will try that.  I think your pointing to the issue.  Thanks I will keep you guys posted.18:03
cpinedtwau, both are connected.18:03
nbusroneno one using nvidia graphic card here ?18:03
setuidflush the dhcp reservations on your router also18:03
cpinedsetuid, ok, how?18:04
setuidnbusrone, I was on a previous laptop, no issues running the full 1920x1200 resolution with nv18:04
setuidit was a bit slow, but it did work18:04
setuidcpined, what kind of router is it?18:04
cpinedsetuid, ATT18:04
setuidYou should have a way to reset the MAC/dhcp tables18:04
setuidoh, never mind, all bets are off then18:04
setuidWait... U-Verse style?18:04
cpinedyes18:04
setuidLike where your router is on 192.168.1.254?18:05
cpinedyes18:05
setuidNote: router-behind-router on the AT&T routers is VERY VERY tricky to get working18:05
nbusronesetuid : the opposite , I can't run with lower resolution with nv18:05
setuidI have an AT&T router here also, and 2 routers behiind it, requires a lot of custom iptables rules18:05
cpinedsetuid, maybe that is the issue.18:05
setuidSo your AT&T is the main wireless router?18:06
cpinedsetuid, yes18:06
nbusronesetuid : are you currently using nvidia laptop now ?18:06
cpinedsetuid, I will re-install while on the ATT router.18:06
setuidnbusrone, It's powered off on my laptop rack.. did you set your custom modelines for the lower res?18:06
setuidcpined, http://192.168.1.254/cgi-bin/dhcpserver.ha18:06
setuidWhat does your "Cascaded Router" set up look like?18:07
twauif resolv.conf  / route -rn and ifconfig -a expent ip matches on both hosts matches, it should work, if not there is something wrong on your gateway imo18:08
cpinedsetuid, I get a 404 on that link18:08
setuidGo to wherever your Subnet & DHCP config is on your router18:09
setuidsounds like  you have a very old router, AT&T switched to the new Motorola routers awhile ago18:09
setuidThe ones that take two wires to the wall out the back18:09
cpinedsetuid, only one wire out the back..DSL.18:10
cpinedsetuid, I'm on the DHCP configuration page.18:10
SburIs there a way to "disactivate" the thumbnail creation when you use internet?18:10
cpinedsetuid, what am I looking for?18:11
setuidcpined, "Router behind router" or "Cascaded router" configuration18:11
poiquwerIs anyone familiar with configuring mkinitramfs. I'm trying to figure out how to add the right modules/hooks for a fully encrypted drive.18:11
nithinUnable to change desktop wallpaper on ubuntu18:11
poiquwerLVM on LUKS18:11
nithinI have installed gnome recently...18:11
nithinBut now I can't change the wallpaper18:12
Guest89063nithin have you tried re-installing it?18:12
setuidpoiquwer, I wrote a blog post on this: http://blog.gnu-designs.com/solved-howto-mount-an-external-encrypted-luks-volume-under-linux/18:12
nithinwhat should I reinstall?18:12
setuid4 years ago, wow, that's awhile18:12
nithinNow I have gnome and unity18:12
nithinI can select any of them before I login18:12
cpinedsetuid, I'm sorry I'm not understanding.18:12
cpinedsetuid, I'm re-installing the OS now.18:12
setuidcpined, You have to tell your AT&T router that you have another router behind it18:13
Guest89063firstly try:18:13
Guest89063apt-get update18:13
Guest89063apt-get upgrade18:13
Guest89063then reboot OS18:13
nithinBut now I can't change the wallpaper either from Unity or Gnome18:13
cpinedsetuid, ok.  I only use that second router for netflix.  That explains why I can't browse the web when connected to that second router.18:13
poiquwersetuid: That's not exactly what I'm looking for.18:13
poiquwerI need an internal drive to boot from GRUB.18:14
cpinedsetuid, during install should I select the Lan or the Wan for primary network interface?18:14
nithinPlease help me18:15
setuidWAN18:15
cpinedsetuid, ok.18:15
cpinedsetuid, should I try reboot system now?  maybe the wirless issue was fixed?18:17
setuidIs the install completed?18:17
cpinedsetuid, I did Rescue mode18:18
cpinedsetuid, and the network configuration said it completed, using the WAN.18:18
setuidOk, give it a shot18:18
nbusronesetuid : I did a custom resolution but it doesn't work , are you willing to help me out ?18:18
cpinedsetuid, ok...gotta go through the whole install :(...18:19
nithinsome one please help me18:21
RensoukenWith what?18:21
nithinI can't change my desktop wall18:22
nithinwallpaper18:22
bekksnithin: Why is that vital?18:22
bekksnithin: And how do you try to change it, actually?18:23
RensoukenWhich enviroment are you running? Gnome?18:23
=== prime is now known as Guest22106
nithinI tried to change it using the desktop preference option available in system settings18:23
Chuck_Norrisnithin: try:  gsettings set org.gnome.settings-daemon.plugins.background active true18:23
nithinI am new to ubuntu18:23
Rensoukenhttps://www.youtube.com/watch?v=4TC7oqkUOsA Does that help?18:24
Chuck_Norrisnithin: open a terminal then copy and paste:  gsettings set org.gnome.settings-daemon.plugins.background active true18:24
nithindid it18:24
Rensouken>_>18:24
Rensouken<_<18:24
Chuck_Norrissolved it?18:24
nithinbut no go18:25
nithinThe command executed without any errors18:25
nithinbut can't change the wallpaper18:25
RensoukenWatch the video18:25
Rensoukenhttps://www.youtube.com/watch?v=4TC7oqkUOsA18:25
Guest89063Maybe try and restart x-server?18:25
nithinthe issue started after I install the gnome desktop18:26
nithinRensouken: I know how to change the wallpaper in ubuntu.. but it is not working18:27
Aer93hi, is there a way of leaving a process runing in an ssh server and disconect?18:31
Aer93keeping the process runing I mean18:31
EriC^^Aer93: screen18:31
nithinI don't think this one works better than windows. Better go for windows I think.. worth spending money...18:31
Aer93EriC^^: but, does that work if I turn off my computer?18:31
bekksUse screen, tmux, nohup or disown.18:31
EriC^^Aer93: type screen, then type the command, then press ctrl+a then press e18:31
bekksAer93: As long as the other computer still runs, thats no problem.18:32
EriC^^or ctrl+a then d18:32
Aer93EriC^^: great18:32
nithinI can't even change my desktop wallpaper.. unstable..18:32
EriC^^hold on18:32
Aer93bekks: If tried nohup18:32
Aer93bekks: but, then when I relog in18:32
EriC^^when you want to attach back to it type screen -r18:32
Aer93bekks: I cannot se the job running18:32
EriC^^Aer93: i think you need to disown it before exiting18:32
bekksAer93: How did you try to use nohup?18:32
EriC^^just use screen18:32
Aer93bekks: I tried nohup command &18:32
bekksUsing screen is more easy.18:32
Aer93bekks: but I like the fact of having that log file18:33
Aer93EriC^^: disown, I'll try that18:33
bekksAer93: USe screen.18:33
EriC^^Aer93: yeah it's ctrl+a then ctrl+d18:34
Aer93bekks: can I still attach back even if I restart my computer?18:34
EriC^^Aer93: yeah18:34
LedMA LAST ADVICE, DAMNED FILTHY PLAGUES: IF I FOUND SOM KIND OF FAKE PEOPLE OF linux ABOMINATION ON SOMEWHERE ON SOMETIME, I WON'T LOST MORE  ANY SIMPLE SECOND AND KILL YOU ALLRIGHT?  All YOUR FILTHY BITCHES AND ALL YOUR DAMNED RACE WILL DIE ! DAMNES SICKEST FILTHY PLAGUES! ADICED! STAY AFFRAID ON PUBLISH LINUZ FOUNDATION OKEY? Bye BYE SUCKERS! X(18:34
MonkeyDustwhat's nohup?18:34
bekksAer93: Using screen, yes.18:34
EriC^^MonkeyDust: no hang up18:35
Aer93bekks: ok18:35
Aer93bekks: a question about disown... i've tried it, and now the job has dissapeared, where did it go, how can I check that it's still runing18:35
bekksAer93: It was attached to the init process. You can see it using ps aux. e.g.18:36
=== Schnabel- is now known as Schnabeltierchen
Aer93screens works great, thnx18:38
Guest89063How can I convince my company that everyone using the root account is a bad idea?18:40
Guest89063(by everyone I mean developers)18:40
Guest89063(and by using I mean logged in as root, no sudoers)18:41
tewardGuest89063: http://serverfault.com/questions/57962/whats-wrong-with-always-being-root is one good start point18:41
tewardGuest89063: http://askubuntu.com/questions/16178/why-is-it-bad-to-login-as-root has the Ubuntu-centric view, but is ultimately the same point18:41
=== magic is now known as AUv
=== AUv is now known as Auv
Guest89063The company has the extremely tardy view of "if the customer isn't paying for it, then we haven't got time for it" *sigh*18:42
=== EuaD is now known as ubuntuaddicted
bubbasauresGuest89063, Are they using Ubuntu?18:47
bubbasauressounds like debian at best and all off topic18:49
firc600c0e7eHi18:54
=== maxy is now known as Guest64008
=== Guest64008 is now known as mayur001
leosgood morning19:13
leoscan anyone be of assistance? I get the black screen since installing 14.0419:15
chris_\list19:16
DJoneschris_: There are no lists in this channel19:17
chris_haha I just found out thanks19:17
Ussatlooking at the server iso and desktop iso for ubuntu, are there significant differences as to what is included in each ?19:17
DJonesUssat: Desktop has a GUI interface, server is command line only19:18
Ussatok, so other than that....19:18
UssatI know I can install same software in eather, just wondering specific to the iso19:18
r_a_xsynaptic from terminal19:21
=== zzz_Ridley is now known as Ridley5
r_a_xunable to install19:22
r_a_xI am trying to install synaptic from terminal and I am getting the following error "Reading package lists... Done Building dependency tree        Reading state information... Done Package synaptic is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source  E: Package 'synaptic' has no installation candidate"19:23
OerHeks!info synaptic19:25
ubottusynaptic (source: synaptic): Graphical package manager. In component universe, is optional. Version 0.81.2 (utopic), package size 1328 kB, installed size 7650 kB19:25
OerHeksr_a_x, make sure you have universe repo enabled19:25
r_a_xOerHeks: what is that?19:26
OerHeksr_a_x, go into softwarecenter > edit > sources, and see on the first page19:27
leosWell, I have a serious problem if someone is ready to respond. Since upgrading from 12.04 to 14.04 (yesterday) I got black screen three times. I would like to know if the software is broken somewhere or if there's an unfortunate coincidence.19:27
r_a_xOerHeks: I tried this command sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"19:28
leosWhere to check19:28
OerHeksr_a_x, why? just use the softwarecenter gui19:28
r_a_xOerHeks:  ok19:28
chris_do you boot to black screen?19:29
leosno19:29
leoswhen I reboot, all is fine19:30
r_a_xOerHeks: universe is enabled by default19:30
=== digifiv5e is now known as Guest18500
OerHeksr_a_x, oke, thanb i don't understand why you cannot install synaptic19:31
chris_leos have you installed a graphs driver?19:31
leosI run the default for now19:32
=== Guest18500 is now known as daynaskully
r_a_xOerHeks: I was getting this problem before atoo, so I decided to reinstall ubuntu through bootable usb and this problems persists19:32
r_a_xOerHeks: I am behind a proxy server and I have made modification in /etc/apt/apt.conf file19:33
OerHeksr_a_x, shouldn't you say that earlier? i don't know about proxies.19:35
chris_try and see if your driver needs to be a proprietary one by going to additional drivers in settings19:35
r_a_xOerHeks: okay19:35
OerHeksr_a_x, all i know it this guide https://help.ubuntu.com/community/AptGet/Howto#Setting_up_apt-get_to_use_a_http-proxy19:36
OerHeksseen many people got help from it19:36
leosI am on the ubuntu forums, looks like my graphics card is one of the worst one can have with latest ubuntu versions19:36
r_a_xOerHeks: thanks!!19:36
leosfor instance http://ubuntuforums.org/showthread.php?t=197295419:37
Kgirl19:39
OerHeks!ko19:40
ubottu도움이 필요하시면 다음 채널에 조인하십시오. /join #ubuntu-ko19:40
bynariehola!19:41
towskianyone have ubuntu touch running19:45
bynariei do19:47
bynarieon nexus 719:47
bynarieits junk19:47
DJonesbynarie: If you're looking for support on running Ubuntuon tablets, you shoudl probably join #ubuntu-touch19:48
bynarieim not looking for support on ubuntu touch19:48
OerHekstowski ^^19:49
bynariebut thanks19:49
DJonesbynarie: ok, so your nexus 7 reference is irrelevant then19:49
phaidroswhat is a good game on linux like freeciv?19:49
bynarieDJones, how is my comment irrelevant? towski asked if anyone is using it.. and i was trying to respond to him19:50
DJonesbynarie: ok, it would have been good if you'd linked the nick of the person you were replying to19:50
towskiright well it looks like I can't buy nexus 7 anymore anyway19:50
towski?19:50
towskiwell maybe I don't need an open source phone19:51
DJonesbynarie: Apologies for that, without a relevant nick, I thought you were spamming19:51
bynarieim not trying to be rude, but i think we can all figure out who i was responding to19:51
bynarieno its ok.. i apologize too19:51
towskime too19:51
bynarietowski, why cant you buy a n7?19:52
towskiat least on the google play website it's no longer for sale19:53
towskiI guess amazon is still selling them though19:53
=== CyberJacob is now known as CyberJacob|Away
bynarietowski, yes u can get one on amazon19:53
leosI may have installed the wrong version20:07
leoshow can I check quickly if the CPU is on 32 bits or 64 bits?20:08
OerHekslscpu20:09
NinjaCowboyIs there a way to stop Ubuntu from creating this .Trash-999 directory on my USB drives whenever I delete something?20:09
bynarieNinjaCowboy, haha i had a similar problem last night20:10
skowronekskowronek20:10
bynariethe .trash folder is similar to a "recycle bin" in windows20:10
bynarieyou need to actually delete the file20:10
NinjaCowboyI know that. I just want Ubuntu to not do it, so I don't have to keep deleting stuff twice.20:11
OerHeksNinjaCowboy, use terminal to remove, then it won't end up in trash20:11
leos@OerHeks - thanks20:12
bubbasauresleos, Install the intel graphic installer for linux, at their site20:12
NinjaCowboyleos: If you see lm in the flags section, you have a 64-bit CPU.20:12
leosIt's 64 and my OS is 32bit. Any way to modify it or would I have to reinstall it from scratch?20:13
leosso I'd get rid of the problems20:13
leos@yes, it's 6420:13
bubbasauresleos, That is a reinstall fro 32 to 6420:13
NinjaCowboyleos: modify what?20:13
leosreinstall from 32 to 6420:14
NinjaCowboyYeah, you'd have to reinstall the 64-bit version.20:14
bubbasauresleos, How much memory do you have?20:14
leosif there's an easy way to do it via terminal or to write a iso20:14
leos2GB RAM20:14
bubbasauresleos, I would bump the ram before going 64 that really is not enough unless you just run no apps in general or very little.20:15
ikoniathat is fine20:15
ikoniathere is no need to "bump the ram" to use 64bit20:15
Techspectrelately when I hit install updates in the update manager it hasn't been asking me for sudo, what's up with that?20:15
bubbasauresthat is a bit over described but that is the issue ram.20:16
leosbecause the black screen is the worst of my problems, but I have a load more since the upgrade20:16
ikonialeos: why do you think moving to 64bit will solve a black screen problem ?20:16
bubbasauresleos, I have that card and never have issues, so not sure what's going in there.20:16
EriC^^Techspectre: sometimes you type it and dont complete the install and it does that20:17
bubbasauresI never upgrade though20:17
NinjaCowboyleos: Did you do an in-place upgrade?20:17
TechspectreEriC^^, you mean at one point I may have done that and it's retained sudo?20:17
leos@ikonia because moving to ubuntu 14.04 may have caused it in the first place20:17
ismail_!list20:17
ubottuismail_: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».20:17
EriC^^Techspectre: yeah20:17
ikonialeos: so again - why do you think moving to 64bit will fix it ?20:17
TechspectreEriC^^, how do I get that to stop? I mean it's kinda scary for something not to ask me for sudo20:18
EriC^^Techspectre: i know, i thought it was a bug at first20:18
leosunless there's a coincidental occurrence of a problem with hardware20:19
leosI got some other issues as well20:19
ikonialeos: you're not making sense20:19
ikonialeos: you say you think the problem came with a 14.04 upgrade - but you think a move to 64bit will fix it ?20:19
ikoniathat doesn't make sense20:19
TechspectreEriC^^, but when I do apt commands in the terminal it doesn't work without sudo20:19
leos@Ikonia - I was using u 12.04 and upgraded to u 14.0420:20
EriC^^Techspectre: yeah, i've no idea how you could force it to always prompt for the password if you continue an uncompleted download20:20
bubbasauresleos, ikonia Is correct, have you run it in the guest and seen this blackout?20:20
=== Ragnarok is now known as luckybunny
leossince the upgrade I started getting problems20:20
ikonialeos: I understand that part, however I don't understand why you are now trying to change to 64bit to fix a problem20:20
TechspectreEriC^^, oh I'm sure that the uncompleted download is finished by now, it hasn't asked me for password in weeks20:20
EriC^^Techspectre: oh20:21
NinjaCowboyleos: Did you do an in-place upgrade, or did you wipe the disk and install 14.04 fresh?20:21
NinjaCowboyA fresh install is less likely to have problems than an in-place upgrade.20:21
leosnever run as guest20:21
leos@ninja - it was in-place20:23
leos@ikonia - I have many problems20:23
leosthe worst is the black screen, it gives me the creeps20:23
leoshaven't tried it as guest because it's occasional and sudden, it's not something I can generate at will20:23
ikonialeos: I understand all this20:23
ikonialeos: what I don't understand is your approach to fixing them20:23
leosmy approach is asking first20:23
ikoniayes, you seem more interested in upgradeing to 64bit rather than actually resolving the issues20:24
ikoniawhich is what I don't understand20:24
leos:)20:25
leosthat's why I am here20:25
leosbut if I am to reinstall it afresh, why not use the 64 bit version if the system is 64 bit?20:25
bubbasauresikonia, We all guess at times and it can be hard to admit.20:25
ikonialeos: there is no problem in using 64bit, I just don't understand why that is a solution to the issues you are currently having20:25
NinjaCowboyleos: You can, but 64-bit has a slight memory overhead.20:25
ikoniaif your goal is to use 64bit, then great, clean install and job done, if your job is to fix the problems you have, you should work them through with people20:25
leosit may not be20:26
leosif I want to get rid of them, I'd have to get back to using 12.0420:26
NinjaCowboyikonia: So, the black screen appears randomly, at any time?20:26
ikoniaNinjaCowboy: I have no idea, I can't quite get a detailed situation, as it jumps around20:27
leosfor instance, a theme is gone in u1420:27
bubbasauresleos, You have your cart before the horse you have guessed, that is okay admit it and lets get to fixing or what you need.20:27
leosthe reverse high contrast, which I need for my bad eyes20:27
NinjaCowboysorry, I meant leos... I'd think it would be a graphics driver issue.20:28
leoswine is working all wrong20:28
leoshad a hard time with networking20:29
ikonialeos: it's impossible to help you, you need to focus on a problem and work it through20:29
streulmahello, I have to build a kernel module to use for ethernet, but I want to do it with DKMS. Is there a good guide somewhere?20:30
=== digifiv5e is now known as Guest17405
bekksstreulma: Which network card do you have, in particular?20:31
streulmabekks: DUB 131220:31
streulmabekks (DLink)20:31
bekksOh, that crap.20:31
pseubodotFYI: ubuntu 14.10 netinst fails to install because kernel modules available don't match the kernel in current netinst20:31
leos@ninjacowboy20:32
leosyes20:32
leosrandomly20:32
ikonianet installer worked fine for me20:32
streulmaAX8817920:32
streulmabekks ???20:32
bill_hi with mate ubuntu 14.10 window always pop under and I would like them to come up on top - any idea how to do that20:32
bekksstreulma: Whats the USB device id?20:33
streulmabekks: I'm able to build it normaly with make and make install, modprobe ...20:34
streulmabut I want DKMS, because kernel upgrade, it will always work !20:34
bekksstreulma: Whats the USB device id?20:34
NinjaCowboyleos: You can try looking at the dmesg output or the Xorg logs to troubleshoot it.20:35
leos@Ninja - I'm afraid I don't know how. Will check the manufacturer for a driver.20:36
leosor some known issues they might have20:36
ikoniayour all rushing without any understanding of the problem20:36
ikoniayou don't even know what graphics card is in there - and you're suggesting looking on the web for drivers20:37
bekksleos: Which hardware exactly do you have, which driver do you put in question?20:37
leos@bekks Intel® 965GM x86/MMX/SSE220:37
streulmabekks: Bus 002 Device 057: ID 2001:4a00 D-Link Corp.20:38
pa1Its sad that intel is not supporting 12.04 for the graphics drivers, i have looked at alternate methods of installing them, but its sad20:39
ikoniaintel is supporting 12.0420:39
ikoniathey support linux in general20:39
ikoniait's part of the kernel and xorg by default20:39
NinjaCowboyikonia: Their driver update utility doesn't support it.20:41
pa1oh but their intel driver installer is no longer supporting 12.0420:41
ikoniabecause you should'nt be using that20:41
ikoniayou should be using the intel components that are shipped with your distro's xorg/kernel combination20:42
pa1https://01.org/linuxgraphics/downloads/2013/intelr-graphics-installer-1.0-linux20:43
ikoniapa1: so ?20:43
OerHeksthe standard intel driver supports your card, http://manpages.ubuntu.com/manpages/utopic/man4/intel.4.html so your theme issue is not related i guess20:43
bekksstreulma: The 2001:4a00 device is supported by the ax88179_178a modue which is shipped with the kernel since 3.920:44
leosnope, just came in the same gift box20:44
pa1check that out, it says 12.04 is no longer supported, the problem being, my ubuntu does not recognize my integrated graphics20:44
pa1just did a fresh install20:44
ikoniapa1: no it doesn't say that20:44
ikoniapa1: it says that UTILITY is no longer support20:45
ikoniapa1: and as I said earlier you SHOULD be using the intel components your distro supply and manage20:45
pa1it says its obsolete (basically not supported), i am trying to prevent using xorg20:46
ikoniaprevent using xorg ?? what are you talking about20:46
ikoniapa1: it says the TOOL is not supported, which is just a shell script really20:46
ikoniapa1: the intel components are shipped with ubuntu - you should not be using that tool/script, you should use the intel components shipped with ubuntu20:46
NinjaCowboyFunny how Intel supports 13.10, which is no longer supported by Ubuntu, but they refuse to support 12.04, which has support all the way until 2017.20:47
kostkonpa1, your card is too old anyway. You are already using the intel driver, just not the very latest version.20:47
mastershakehey guys idk if this really applies to this channel but i have a very specific problem and i was hoping someone can lend a hand20:47
ikoniaNinjaCowboy: they are not regusing anything20:47
ikoniamastershake: if it's an ubuntu problem, this channel is fine20:47
pa1I am using haswell, i5 4th gen20:47
pa1:p20:47
daftykinsi still don't see the benefit to trying to install any alternative drivers for intel, under *any* Ubuntu20:48
ikoniadaftykins: thank you20:48
kostkonpa1, my mistake20:48
mastershakewell long story short my 12gb ssd is maxed out and im like locked out of it, can i boot gparted, format the ssd, and then reinstall?20:48
ikoniamastershake: you can do that20:48
ikoniaalthough that seems an over kill solution20:49
daftykinsmastershake: what do you mean by maxxed out? full?20:49
mastershakefull, yeah.20:49
worbleI'm trying to run update-grub in a chroot but I keep getting "error: cannot find a device for / (is /dev mounted?)" but I believe I had bind-mounted /dev outside the chroot20:49
daftykinsmastershake: is it solely your Ubuntu / partition? (root)20:49
mastershakeyes20:49
daftykinsmastershake: nuke some old kernels, i'd bet that'll reclaim a lot. are you booted into it right now?20:50
ikoniaworble: drop out of the chroot and check20:50
mastershakeit wont even boot into KDE20:50
mastershakeapt-get is broken20:50
worbleikonia: Looks okay20:50
daftykinsmastershake: ok are you typing from a live session, or?20:50
mastershakeno im typing from a diff pc20:50
ikoniaworble: and proc ?20:50
daftykinsmastershake: ok can you get a live session booted on it?20:50
SimplarHello. I have a program for Linux Debian / Ubuntu which I'd like to sell for a small sum of money. Where will you advise me to start about it? Thank you guys for any tip.20:51
worbleikonia: "type non (rw,bind)"20:51
mastershakelet me try im not sure20:51
worblenone*20:51
mastershakeif i can, then what should i do?>20:51
ikoniaSimplar: not really something this channel deals with20:52
Simplarikonia: which channel can you advise me then?20:52
ikoniaSimplar: you can look on ubuntu app store wiki for how to get your application included20:52
ikoniaSimplar: no idea, selling your software is not an ubuntu issue, thats up to you to find a path to market20:52
OerHeksSimplar, http://developer.ubuntu.com/publish/apps/other-forms-of-submitting-apps/commercial-software-faqs/20:53
worbleikonia: Should these all be bind mounts or mount -t proc ?20:55
ikoniaworble: from memory all bind20:55
ikoniabut check the docs20:55
worbleikonia: Which docs?20:55
wannamodcurious as to where to start to attach application volume sliders along with master volume slider in the dropdown of gnome desktop. can anyone help?20:55
mastershakeif i can boot live, then would that give me access to my ssd to clean some shit up?20:56
daftykinsmastershake: yes, don't use that language here though please.20:57
daftykinsmastershake: get it booted then we can progress20:57
ikonia!grub2 > worble20:57
ubottuworble, please see my private message20:57
mastershakek. sorry20:57
wannamodhow would i go about editing my gui in ubuntu? specificly taking parts of one gui and adding them to another, specificly the sliders from settings>sound>applicaitons, to the volume dropdown on the desktop21:00
bekkswannamod: that not how things work on linux.21:01
vbgunzdoes anyone know why I cannot do the following sudo cryptsetup luksClose sdc5_crypt... I keep getting the following -> device-mapper: remove ioctl on sdc5_crypt failed: Device or resource busy ... I'm done with the disk, it was perfect for what I needed but I'm done and I can't close it :(21:03
vbgunzI umounted everything from it, nothing should be in use but I could never close it with cryptsetup :(21:04
vbgunzI've luksClosed everything I could on it and umounted everything but still get that error... I really feel like this is a bug, I just can't see what I'm doing wrong :|21:05
=== prime is now known as Guest28676
daftykinsif i could remember the command that lists open file handles, i'd suggest it21:07
deadanddyingi have a compaq presario c700 laptop with a dual core processor, but it seems like the processor is dying, is there any way i can strip the gui down to ease the load on the core? otherwise i lose connection to daemon, and im forced to start  my session all over again21:07
EriC^^daftykins: lsof ?21:07
daftykinsEriC^^: yes :D21:07
deadanddyinglsof?21:07
daftykinsvbgunz: ^21:07
bubbasauresdeadanddying, ##hardware21:07
daftykinsdeadanddying: memtest ?21:08
filippoHi guys! Why when I try to launch some applications sometimes Ubuntu (14.04.1 in my case) seems to freeze for a second? It is because of CPU priority/affinity on some processes? You can notice this behavior just launching 'System Settings' and then trying to move the mouse/trackpad. Sorry for my bad english..21:08
bubbasauresfilippo, How much memory do you have?21:09
filippo16gbytes of RAM splitted on 4 SODIMMs21:09
=== XeBlackWater is now known as zz_XeBlackWater
bubbasauresfilippo, Cool, first thought was hardware limitations and swapping is all.21:10
filippobubbasaures: Understood, the swap partition was created by the Ubuntu installer and it amounts to 17gbytes21:12
lkjhgfhi21:12
Kirschhi everyone - i am reinstalling a new server and i had an issue getting a django app up with uwsgi and now its working but i seem to have  a weird state with apt, whenever i do an install/upgrade, it tries to reconfigure uwsgi21:12
lkjhgfanybody know where i can find a channel or somebody knowledgable about details of the HTTP protocol?21:12
Kirschi do want the package and it doesn't seem to be able to start it - it also will never start properly even thoguh the sites i've configured are running properly.21:12
bubbasauresfilippo, Right probably not the issue but once it starts using the swap, what you describe is common, with a spinning HD anyway.21:13
Walex2lkjhgf: various mailing lists associated with the W3C21:14
vbgunzdaftykins: there is just too much to look over with lsof, I tried grepping the device name /dev/sdb5, sdc5_crypt, the mount point /mnt and nothing comes back from lsof | grep. I tried just looking over it and nothing pops out at me.21:15
bubbasaures!alis | lkjhgf21:15
ubottulkjhgf: 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*21:15
filippobubbasaures: Thank you for your time bubbasaures but this is not my case because the system is running on a modern SSD (Samsung 840 Pro 256gbytes) and I think the latency should be minimum, correct me if I'm wrong.21:15
bubbasauresfilippo, It is on my SSD, (minimal), yeah that's why I specified that21:16
filippobubbasaures: Oh ok :-)21:17
bubbasauresfilippo, There is a auto trim in place, however you set up a cron with more control if needed. Do you have a separate home?21:18
bubbasauresI just run a trim command as needed21:19
Kirschwhenever i run apt, it tries to do something with a package everytime, is there a way to forcefully remove the package and then install it so it doesn't get stuck? it shows as "1 not fully installed or removed."21:22
OerHeksbubbasaures, i just added discard to fstab for permanent trimming.21:23
deadanddyingi have a compaq presario c700, 991 mb ram, Intel® Pentium(R) Dual CPU T2330 @ 1.60GHz × 2, 64 gb ssd model: M4-CT064M4SSD2, 2.4gb swap space. the processor is failing, under load, and crashes to daemon alot, is there a way that i can strip the gui down to just the basics, so i can use the majority of the core for the load?21:23
daftykinsdeadanddying: as i said, memtest.21:23
Bobby__why not just dust it out or something?21:23
deadanddyinghow do memtest?21:24
vbgunzI just rebooted. really sucks to no end I could never luksClose and umount an otherwise perfect before that moment operation21:24
vbgunzI hate it21:24
bubbasauresOerHeks, Yeah me to, I'm trying to wear it out, just curious really, never had a HD fail yet, unconscious drive really, having everything backed up and again backed up21:24
yangAfter upgrading (trisquel) ubuntu I am unable to still set the view on my external monitor via VGA-OUT21:25
yangpreviously it was defined for this Window Manager, but now the command "xrandr" doesnt display multiple outputs anymore... ?21:25
OerHeksgenerally don't fill up a SSD, 80-85% max21:25
bubbasauresyeah21:25
bubbasauresyang, That is not supported here is all, sorry.21:26
yangok21:26
Bobby__@yang - is the correct graphics driver being used?21:26
OerHeksdeadanddying, hold shift @boot and use that memtest86 entry in grub21:26
deadanddyingwill try.21:27
bubbasauresBobby__, yang #trisquel21:27
rypervencheKirsch: What package?21:27
didachello21:28
yangBobby__: yeah, probably with a new upgrade the drivers have changed...21:28
=== luckybunny is now known as lbaway
yangI mean "xrandr" used to display other outputs now it just says "xrandr: Failed to get size of gamma for output default"21:30
yangI ll google up that error21:30
Kirschrypervenche: it was uwsgi - but i figured it out21:30
Kirschwhats weird about uwsgi is that my two ini files both work but the daemon always shows fail when it starts but it works. it does this on every ubuntu server i use21:31
Bobby__does anyone know why I would get "gave up waiting for root device" after compiling a new kernel? i tried rootdelay=90 already21:31
=== lbaway is now known as luckybunny
rypervencheBobby__: Your grub config and/or initramfs are not configured correctly.21:35
deltHello21:37
Bobby__@rypervenche - i checked grub config and it is the same as previous as far as UUID etc.  i can compile a "normal" kernel and boot just fine but I am trying 3.18.0 rc7 "for-next" to get my baytrail sound working21:37
deltcan someone help me with my kerberos/nfs4 setup?21:37
rypervencheBobby__: Is it set to use the new kernel though and a new initramfs?21:38
deltmount.nfs: access denied by server while mounting laptop:/tmp21:38
deltmount.nfs: access denied by server while mounting laptop:/21:38
delti just setup my laptop as a nfs server to test if i've got this down.... apparently not :(21:39
deltcan someone help me with my kerberos/nfs4 setup?21:41
Bobby__@rypervenche - i just checked and yes it is set correctly and the initrd and vmlinuz exist21:41
bekksdelt: Depends on your question.21:42
Bobby__@rypervenche - curiously, vmlinuz and initrd are several megabytes smaller than the stock kernel21:43
deltbekks: why is my client unable to mount nfs shares from the server? (in this simple test case, client and server are both the same machine, "laptop")21:43
deltand the kerberos server is my main server, deimos21:44
deltall under the domain deimos.ca21:44
bekksdelt: Well, you can tell us. Which error message do you get?21:44
deltbekks: mount.nfs: access denied by server while mounting laptop:/21:44
bekksdelt: So check the permissions on the server21:45
deltbekks: i created the principal nfs/laptop.deimos.ca@DEIMOS.CA21:45
deltand extracted the keys from the laptop machine21:45
deltwith ktadd command of kadmin21:45
deltbekks: my /etc/exports only has a single entry: /tmp               192.168.0.0/16(rw,async,no_root_squash,sec=krb5)21:46
deltbekks: without using sec=krb5 (on both the server and client) it can mount fine.21:47
bekksdelt: Well, when sharing /tmp, why do you try to mount laptop:/ instead of laptop/tmp/ ?21:47
deltbekks: i tried both21:47
deltbekks: without krb5 authentication, it works with laptop:/tmp but a tutorial on the web said it should also work with servername:/ if fsid=021:48
deltoh wait.... i forgot fsid=0 ...but that shouldn't cause problems right?21:48
deadanddyingmem test complete, says pass. i just want to be able to use this P.O.S. with mountall losing connection to plymouth, or daemon crashing, and it runs fine if i keep the load light, i just want to make the gui less impacting than it already is.21:49
huseyinfacebook21:49
deltbekks: just changed it (added fsid=0) and restarted the nfs server, same mistake21:50
daftykinsdeadanddying: it loops repeatedly, i do 3 passes minimum on a suspect system21:50
deltweird thing is, on the kerberos server i'm not getting any logs of the mount attempt21:50
daftykinsat not point does memtest86+ ever say anything is complete :)21:51
daftykins*no point21:51
deltbekks: still there?21:53
squintydeadanddying:  could also ask in a hardware channel about reseating chips/memory sticks, replacing cpu thermal grease, make sure that all your cooling fans are running....very common problems on older equipment21:53
delthttp://pastebin.com/uT4v8zxS21:54
deadanddyingdaftykins: i know this laptop is, as my alias implys dead and dying, all i want to do is minimalize impact of the gui, i cant click dash home, because as it loads that fancy popout, it just crashes, so all i want to do is just free up some processing power to use in more imprtant things.21:56
raidghos1Having some issues with openvpn on ubuntu22:00
=== raidghos1 is now known as raidghost
=== j3m4dux is now known as jemadux
=== ubuntuaddicted is now known as EuaD
SlimmyHello. I was stupid enough to change /home rights to not be read by myself. How to change it back? I cant access my user now. When i got into root terminal in recovery mod and did cmod 777 /home it says its ready only22:11
bekksSlimmy: you have to use a live cd.22:11
ikoniaSlimmy: disk is mounted read only22:11
ikonialogging in does not require access to /home if you are not using the gui22:11
ikoniayou could just login from a terminal and change it22:12
Slimmywhen in recovery mode its mounted read only?22:12
ikoniaSlimmy: if there is a problem with the file system22:12
Slimmyi cant login tryed it22:12
ikoniawhat is the error22:12
Slimmythanks for all the in-time answers by the way22:12
Slimmyim in my login interface atm22:12
deltSlimmy: go to a VT (ctrl+alt+F1 to F6) and login as root22:13
Slimmyi click my account and enter password. since i changed the rights whenever i enter my pass it justs... relogs. I mean i get back to my screen22:13
ikoniayou can't login as root22:13
ikoniathere is no root password22:13
ikonialogin as your self22:13
Slimmybtw i got access to guest account22:13
Slimmyso i go recovery?22:13
ikoniaSlimmy: thats because it can't access your home directory22:14
Slimmyor use my live CD?22:14
ikoniaSlimmy: don't use the gui to login and it will be fine22:14
ikoniait will just warn you it can't access your home directory and log you in22:14
Slimmyhow to change it?22:14
ikoniachange what ?22:14
Slimmyfrom gui22:14
ikoniactrl+alt+F122:14
ikoniafor example22:15
SlimmyOk sec22:15
deltSlimmy: by default, ctrl+alt+F7 will return you to the graphic (X11) system22:15
parmiggianodelt: hopefully that wasn't too late ;)22:16
Slimmyby the way, why kali linux in installation wont exchange keys on wlan022:16
ikoniawhat has kali linux got to do with this ?22:16
Slimmyit was a lil bit but nvm22:16
bekksSlimmy: Thats a good question for the kali support. Do yo use kali?22:16
Slimmyits out of topic :) another prob i got. Yes22:16
deltparmiggiano: if he has problems logging in, i would assume he's using IRC from a different machine22:16
ikoniaSlimmy: is this problem on ubuntu or kali ?22:16
bekksSlimmy: So currently you are using kali?22:16
ikonialets be clear about what you are doing here22:16
Slimmyi would use backtrack but its not maintent22:16
asdfIs it possible to do a dual boot with ubuntu and win7 if I already have my full system encryption with TC?22:17
ikoniaSlimmy: is your login problem on ubuntu or kali ?22:17
SlimmyLets focus on login prob for now cuz i cant focus on all the chat. It is in ubuntu 14.04 trusty tahr22:17
ikoniaok22:17
ikoniathats what we are interested in22:17
Slimmynow it says that there were errors while mountin /22:17
Slimmypress f for fix, I for ignore, S for not mountin, or M for manual mount22:18
ikoniaSlimmy: thats a different problem22:18
ikoniathat should not happen at login22:18
ikoniaSlimmy: that happens at boot time22:18
Slimmyits in greek i hope i translated well. It just occured. Previous times i didnt see this22:18
ikoniawhat are you doing ? booting or logging in22:18
Slimmybootin to login :P22:18
ikoniaright, I've given you very clear instrutions about what to do and you appear to be ignoring them22:18
ikoniaso I'm going to stop helping now22:18
SlimmySorry22:18
SlimmyI just clicked on boot22:19
SlimmyAnd this appeared22:19
SonikkuAmericaSlimmy: I would press S and fix /etc/fstab22:19
SlimmyI didnt do anythang22:19
ikoniawho said it's a problem with /etc/fstab ?22:19
ikoniait's compaining about file system inconsistancys which matches the read only file system22:19
SonikkuAmericaikonia: I just got here. Take it easy.22:19
SlimmyYeah i know but when i opened my pc this popped up. Im sorry Ikonia22:20
Slimmyi pressed S and says /tmp isnt ready22:20
jkeeneI have a server that was recently compromised. Each time I try to remove the malware (in /boot) it's immediately replaced with a different name. How can I remove it once and for all?22:20
curiousxSlimmy: your disk got bad sectors22:20
=== curiousx is now known as Chuck_Norris
asdfjkeene can you boot with a different system? Live CD or something?22:20
Slimmycuriousx: Oh so what u suggest22:21
bekksjkeene: BAckup data again (assuming your important data is already backed up), and reinstall the system.22:21
hexafractionHi, I have a dual-monitor config where the primary is to the right of the secondary (the primary is internal to a laptop, and I can't move the secondary physically due to space constraints). I set the layout in system settings for my user, and it works. However, I can't set it for the guest user and logon screen (both becume disorienting to use since the mouse moves between monitors on the wrong edges). How can I set the layout for the lo22:21
pecoradehi.22:21
hexafractionHello.22:21
SlimmyBy the way why is ubuntu.gr down?22:21
bekksBecause they didnt pay taxes? ;)22:22
Slimmyhehehe that is quite possible22:22
jkeenebekks: is that the only way? I suppose it is22:23
SlimmyCan you guys help me about kali? i will fix 14.04 on my own.22:23
Chuck_NorrisSlimmy: do you got admin privilegies or root account?22:23
jkeeneasdf: it's not in my physical location22:23
ikoniaSlimmy: we do not support kali here22:23
SlimmyOh22:23
SlimmyWhere should i go?22:23
ikoniaSlimmy: read the kali support information, if you can't do that, kali support resources will not be willing to help you22:24
bekksjkeene: Yes, thats the only way to be sure you get rid of that malware-22:24
Slimmyikonia: ok thanks22:24
jkeenebekks: thanks for your help!22:25
asdfjkeene maybe the malware doesn't protect it's startup location but doubtful. So backup and reinstall22:25
=== someon is now known as someone
Slimmy_Hello im back. Im logged in from terminal. How to change my /home rights?22:40
Slimmy_i chmod 777 /home and chown <myuser> /home is it right?22:41
SonikkuAmericaSlimmy_: chown comes first, but yeah22:41
SonikkuAmericaAnd you'll want to 755, not 77722:41
Slimmy_Wow its ok now im in. Thanks a lot for tellin me not to gui thank you all! <322:41
Slimmy_Ok sec imma change it <322:41
bekksSlimmy_: Thats not correct, no.22:41
Slimmy_bekks: what u mean22:42
SonikkuAmericabekks: (Oh, you got me. Good catch.)22:42
SonikkuAmericaSlimmy_: Not the /home folder itself..22:42
bekksSlimmy_: chmod 755 /home; chmod 755 /home/youruser; chown youruser:youruser /home/youruser22:42
SonikkuAmericabut /home/$username22:42
bekksThat would make more sense.22:42
Slimmy_no i had locked the whole /home :D22:43
SonikkuAmericaRight. The attributes in chmod don't apply to subdirs or files inside the dir22:43
Slimmy_i got in from liveCD and it had an X on it as root did so i thought then ok...22:43
Slimmy_Oh ok sec22:43
Slimmy_actually it is ok and rights seem to be great.22:43
bekksSlimmy_: 777 on /home is not ok, but nonsense :)22:44
Slimmy_I did 755 now :D22:44
Slimmy_Now, can i ask? When on guest i want people not to be able to access my files. How to do that?22:44
=== destiny is now known as Guest17573
bekksSlimmy_: chmod 700 /home/youruser22:45
Slimmy_ok sec22:45
Slimmy_done22:46
Slimmy_thanks a lot22:46
Slimmy_How to install ubuntu 14.10 64 bit easily? In my 32 bit laptop it came up as an update that i had to just click and wait. But in my dual boot with windows 8 64 bit ubuntu 14.04 it didnt22:47
ikoniaSlimmy_: you can't install 64bit on a 32 bit laptop22:48
Slimmy_no lol i want it on my other pc. With windows 8. Sorry for not being accurate22:48
=== marcin is now known as Guest92996
ikonia!install | Slimmy_22:48
ubottuSlimmy_: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate22:48
Slimmy_ubottu: !automate event isnt found but i will read these right away thanks22:49
ubottuSlimmy_: I am only a bot, please don't think I'm intelligent :)22:49
ikonia!automate22:49
ubottuWays to automate installation of Ubuntu on multiple machines are described at https://help.ubuntu.com/12.04/installation-guide/i386/appendix-preseed.html - See also !cloning22:49
ikoniaSlimmy_: looks fine to me22:49
Slimmy_!automate22:50
ikoniaSlimmy_: seems like it's found just fine22:50
Slimmy_bash: !automate: event not found22:50
ikoniathat's not a command you type on your machine22:50
Slimmy_isnt it?22:50
ikoniathats a trigger to activate ubottu the channels info bot22:50
ikoniait shows you links to read22:50
Slimmy_i feel stupid a lot22:50
SchrodingersScatSlimmy_: everyone does sometimes22:51
Slimmy_hahahaha nice. Thank you all for welcoming me to ubuntu and helpin me this much22:51
linuxuz3raaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa22:55
ikonia?22:55
linuxuz3rsorry22:56
linuxuz3ri am wondering how many characters my irc client can handle22:56
bekkslinuxuz3r: Far more than you typed.22:56
CodeGos6is symlink some special filesystem entity or just a file? basicaly if server recives file from user and then serves it back, is it possible that file uploaded was a symlink?22:57
bekksCodeGos6: No.22:57
Slimmy_ikonia i dont want to install ubuntu from scratch. i got it in an UEFI partition with dual boot windows 8. Because i dont really like messing with UEFI i wanna install it without CD. In my notebook that is dual boot with windows XP and sata controller is Compatibility (dunno if thsi helps) it just came up on updates. Why didnt it come up in my 64 bit system that is dual boot with winds 8? What can i do?22:58
ikoniaSlimmy_: what are you talking about ?22:58
ikoniaSlimmy_: do you mean you want to upgrade your 14.04 install to 14.10 ?22:58
AlbertoCGHello, I have this .desktop file with gksu which asks for my password, but doesn't open the application at all22:59
Slimmy_ikonia: yes22:59
ikonia!upgrade | Slimmy_22:59
ubottuSlimmy_: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade22:59
Slimmy_ikonia: ty23:00
phixmmmm, 12.04 LTS, 14.04 LTS or 14.1023:01
bastidrazorphix: yes23:01
phixbastidrazor: which one?23:01
OerHeksAll of them are supported.23:02
phixWhich one should I choose?23:02
squintySlimmy_:  might also want to check Software and Updates > Nofify me of a new ubuntu version23:02
Slimmy_squinty: doin it right away!23:02
bekksphix: if you are asking like that: 14.0423:03
phixok23:03
Slimmy_bekks: why 14.04 and not 14.10 ?23:04
PrezidentHow can i customize tabs in ubuntu terminal? They are to big imao, i want them very small at top23:04
PrezidentNow they are maybe 1cm big, i want them maybe 5mm23:04
erasmusinstall cinnamon23:04
bekksSlimmy_: Because 14.04 is a LTS release.23:04
Prezidentnow tabs takes around 1 and half cm on top, i want them much smaller23:04
Slimmy_bekks: oh kk23:05
Slimmy_bekks: and why isnt 14.10 lts? It has less stuff?23:05
bekksSlimmy_: BEcause it wasnt released in April 2014. :)23:06
Slimmy_I think its off topic but, my nokia headset plays awesome in my ubuntu. In windows and android sound is corrupted. On windows i need external headset with headphones support for it to be proper. How can i possibly stream linux drivers to android so music will play fine?23:06
Slimmy_bekks: Lts isnt long term support? So it means that i will have fine support and my software be up-to-date? Wont my 14.10 be so?23:07
bekksSlimmy_: LTS is long term support, which gives you support for 5 years. non-LTS is supported for 9 months.23:08
xanguaSlimmy_: long term support means long term support, up to 5 years, the normal releases only have 9 month support23:08
Slimmy_wow *-*23:08
Slimmy_aint it worth havin 14.10 for 9 months just to get back to 14.04 when its over?23:08
bekksSlimmy_: No.23:09
xanguaSlimmy_: you know ubuntu is released every 6 months right¿23:09
Slimmy_xangua: yep23:10
phixSlimmy_: You have a rooted Android device?23:10
Slimmy_phix: ye23:10
phixSlimmy_: You do know there is a Ubuntu version for phones right?23:10
Slimmy_phix: no?23:10
Slimmy_phix: Man send me link. I love you23:10
phixSlimmy_: http://www.ubuntu.com/phone23:11
Slimmy_phix: is it available for every device?23:11
x__Slimmy: Subscribe ubuntu's page on facebook or something, that's not a new at all23:11
Slimmy_x___: last year i would follow the news but this year school too hard. I cant focus on anything else. But now that i have a week holiday i will burn my pc23:12
phixSlimmy_: No idea, I just know it was supposed to be released this time last year23:12
Slimmy_phix: I think its like firefox OS23:13
ikoniaSlimmy_: you appear to be struggling with the basics of the desktop, the phones have much more limited device support, so I would not be looking at that at this time23:13
Slimmy_phix: for very particular devices made with such OS built in23:13
phixikonia: Hey pal, where is the download link for Ubuntu on phone23:14
ikoniathere isn't one23:14
ikoniait's not that simple23:14
ikonia!phone23:14
ubottuInformation about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch23:14
x__phix: I'm not sure when exactly it was released. Probably I'm just confused about the new23:14
ikoniaread that23:14
phixikonia: thnx23:14
Jonatha7.23:15
Slimmy_phix: http://developer.ubuntu.com/start/ubuntu-for-devices/devices/23:15
=== MeltedLux is now known as MeltedDed
Slimmy_ikonia: Do you know how could i possibly stream those drivers to another android device though?23:17
ikoniastream those drivers ?23:17
Slimmy_ikonia: Heaphone drivers23:17
ikoniawhat are you talking about ?23:17
ikoniawhat drivers ? what do you mean by "stream those drivers" ?23:18
ikoniayou need to explain your whole issue23:18
phixI have a Nexus One and a Samsing Galaxy 4 mini23:18
Slimmy_phix: my gf got s4 mini. Its quite cool ^^ i got gt s530023:18
phixikonia: Slimmy_ thinks he can copy his linux modules to his android device since they both run Linux23:19
ikonia"no" thats not going to work23:19
Slimmy_ikonia: Nokia headphones play well so i thought that i could somehow make it work on my phone too23:19
Slimmy_while on same PC in windows sound is corrupted23:19
ikoniaheadphones are just dumb devices normally23:20
ikoniano "drivers" are required23:20
quidnuncWhat should "mount" report as "/" in a chroot?23:20
ikoniaa disk23:20
quidnuncthe "host" device?23:20
mindrapeyes.23:20
Slimmy_ikonia: Ik but how to make sound not sound corrupted? Thats the topic23:20
ikoniait shouldn't be aware of the host device as it will take it's info from "proc"23:20
ikoniaSlimmy_: is it just with those devices, or sound in general23:21
quidnuncikonia: Wait, does it report the host device or not?23:21
ikoniaquidnunc: it will report what you set it to in /proc23:21
ikoniait depends how you are presenting the device and where it's reading info from23:21
w23rdstdeftykins, are you in here? i need your help bro.23:22
ikonia!grub2 > quidnunc23:22
ubottuquidnunc, please see my private message23:22
quidnuncikonia: Yeah, I read both of those23:22
quidnunc(even prior to when you sent them the first time)23:22
ikoniaquidnunc: so they should walk you through it very clearly23:22
Slimmy_ikonia: Sound in windows with these headphones is corrupted. In linux it is awesome while im using the same PC. So isnt it an issue related to drivers? How to make heaphones play fine on Android too then? Thanks a lot for all ur time23:22
quidnuncikonia: They are clear, but it isn't working for me23:22
ikoniaSlimmy_: I have to stop helping you as you don't respond to the information I give you23:23
ikoniaquidnunc: device "not working"23:23
ikoniadefine not working sorry23:24
Slimmy_ikonia: i just told u what u asked... what more can i say? You can clearly see im not experienced and got a lot of studyin to do on this that im willing to do. Till then i need some help on some issues23:24
quidnuncikonia: /usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?)23:24
ikoniaSlimmy_: is it just those headphones or all other audio devices23:24
Slimmy_ikonia: Those specific Nokia headphones23:25
ikoniaSlimmy_: have you tried other headphones23:25
ikoniaquidnunc: pastebin the output of "mount" please23:25
R13oseHow do I connect to my brother printer settings in my browser?  Right now in the test page I printed, the IP Address says initializing.23:25
Slimmy_ikonia: Yes. All other are playing well.23:25
ikoniaSlimmy_: ok, so you know it's those headphones, are they connected by cable or bluetooth or wifi ?23:25
quidnuncikonia: In or outside of the chroot?23:26
ikoniaquidnunc: both please23:26
Slimmy_ikonia: cable23:26
ikoniaSlimmy_: so there is probably some sort of audio processor/device between the cable and the ear section of the headphones.23:26
ikoniaSlimmy_: you need to find out what that is, and what is needed to support it23:26
Slimmy_ikonia: how can i check this?23:27
ikoniaresearch23:27
ikoniaSlimmy_: are they usb headphones ?23:28
ikoniaor just a standard jack socket23:28
Slimmy_ikonia: Nope.23:28
quidnuncikonia: http://paste.ubuntu.com/9403495/23:28
rosaecaeruleaewhats the channel name for xserver?23:28
ikoniabtfs file system....23:28
ikoniathats not standard in ubuntu23:28
ikoniachrootdownloader ??? what is a chrootdownloader ?23:29
SchrodingersScatdebootstrap?23:30
quidnuncikonia: It's just a typo, it should just be chroot23:30
ikoniaquidnunc: how are you using btrfs ?23:31
ikoniathats not standard in ubuntu23:31
ikoniaquidnunc: look at your chroot - /dev/sda1 is root inside and outside the chroot - that is not correct23:31
quidnuncikonia: I know!23:31
quidnuncikonia: Which is why I was asking the question earlier23:31
ikoniaquidnunc: how are you using btrfs ?23:31
ikoniathats not standard in ubuntu23:32
quidnuncikonia: I selected it during partitioning. It's not default but you can do it23:32
ikoniait's actually offered as an option now in the 14.04 installer ?23:32
bekksikonia: Yes.23:32
quidnuncikonia: I don't know, this was some time ago23:32
ikoniawow23:32
quidnuncanyway I suspect that btrfs is not the reason the mounts are wrong23:34
ikoniano, proc is23:34
quidnuncikonia: I was supposed to bind mount proc, correct?23:35
ikoniaquidnunc: what did the document say ?23:35
Slimmyikonia: Umm whenever you got time pal. Sorry if im pressuring you23:35
ikoniaSlimmy: time for what ?23:35
Slimmyikonia: To answer23:35
ikoniaSlimmy: answer what ?23:35
Slimmyikonia: You asked me if they were usb headphones and i told u no23:36
ikoniaSlimmy: and ?23:36
streulmahello on Mac, is it TC0P that needs to be monitored with macfanctld ?23:36
Slimmyikonia: Then nothing. U stopped responding and i saw you were busy so i didnt tell anything23:36
ikoniaSlimmy: I've nothing more to say, I've told you to research if/what audio device is in the headphones23:36
Slimmyikonia: I asked how23:36
ikoniaSlimmy: read the internet, read the nokia web page, email nokia ?23:37
ikoniaapply some logic23:37
streulmaikonia ? do you know ?23:37
ikoniastreulma: know what ?23:37
streulmaikonia: - repeat - hello on Mac, is it TC0P that needs to be monitored with macfanctld ?23:38
ikoniastreulma: no idea23:38
Slimmystreulma: https://bugs.launchpad.net/macfanctld/+bug/109297023:39
ubottuLaunchpad bug 1092970 in macfanctld "macfanctld does not regulate third fan" [Undecided,New]23:39
ikoniaSlimmy: that wasn't his question23:39
Slimmyikonia: my mac friend told me that its somehow related23:39
quidnuncikonia: Yes, it said to bindmount23:41
quidnuncikonia: Step 10, https://help.ubuntu.com/community/Grub2/Installing23:42
ab_ab23:43
=== ab_ is now known as Guest51153
BaubeHey guys, I tried to install Ubuntu in dual boot with my Windows... On a 3rd Partition, but I was distracted and press the 'Full disk, erase it' mode. (doesn't seems to format or whatev, cuz it took 1 sec to go to next step) then I couldn't go back, so I shutdown... Now I've got now more Bootloader and I seem to have Linux partitions...23:43
BaubeWindows Recovery mode is telling me : "This version of System Recovery Options is not compatible with the version of Windows..." cuz it appears I have no more Windows, but Linux.23:44
EriC^^Baube: it probably deleted the partitions and made ext4 partitions and a swap one, that doesn't require much time23:44
EriC^^Baube: yeah i think the partitions are toast23:45
EriC^^Baube: don't use the disk anymore, boot a live usb and try to recover the partitions using testdisk23:45
EriC^^Baube: the data is still there, just to be clear, it's recoverable23:46
ikoniaquidnunc: and you did that exactly the same from outside the chroot ?23:46
geirhatechnically, the partitions are still there, it's only the partition table that's changed23:46
BaubeOk, that's what I read. I'll try that. The goal of using testdisk will be to copy my data, which I should be able to see and copy?23:46
BaubeCan I just repair that table ?23:46
quidnuncikonia: I changed the location to the directory of my mounted partition, otherwise it was copy/[paste]23:46
EriC^^Baube: yeah you can restore the partition table and hopefully everything is still there, you can view the files before restoring whatever partitions you choose to restore23:46
ikoniaquidnunc: you're mounting it on /tmp I assume ?23:47
EriC^^Baube: if you want you can copy any important data to another ext hdd or so too23:47
Baubebut what I see from a live linux, is the linux partitions on my HDD23:48
EriC^^Baube: yeah, in testdisk you can view the files and copy any files you want, or restore the partitions23:48
BaubeOk, trying it as we speak.23:49
quidnuncikonia: yes23:49
quidnuncikonia: /tmp/samsungevo23:50
ikoniaquidnunc: and what is the grub command you run ?23:50
quidnuncikonia: update-grub in the chroot23:51
ikoniathats not going to work23:51
ikoniathat's updating an existing grub23:51
ikoniawell....23:51
ikoniawhere is the grub boot loader installed ?23:52
quidnuncikonia: Outside of the chroot I did: sudo grub-install --boot-directory=/tmp/samsungevo/@/boot/ /dev/sdc23:52
quidnuncikonia: Right now on every disk23:52
ikoniaquidnunc: why did you not do grub-install in the chroot as the guide suggested23:53
=== bazhang_ is now known as bazhang
quidnuncikonia: because "grub-install: error: cannot find a device for /boot/grub (is /dev mounted?)."23:53
EriC^^quidnunc:for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done23:55
ikoniaguest92384: if you do ls -la /dev/sdc in your chroot what do you get ?23:55
EriC^^quidnunc: nevermind23:55
quidnuncikonia: brw-rw---- 1 root disk 8, 32 Dec  6 15:54 /dev/sdc23:56
ikoniaquidnunc: and the same for /dev/sda and /dev/sda1 please.23:57
EuaDcurrently i run mythtv which runs apache2, what do i have to do to host a media file on a basic page?23:57
ikoniaEuaD: dump it in the document root23:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!