[00:00] Yea, about the home dir [00:00] And also sometimes when i run the disk analyzer i see a folder called upstart [00:00] and it takes so much of my space [00:00] I sometimes delete it [00:00] I-am-Groot: for comparison, my current /var/log/ is 24MB [00:01] OOhh.... wow [00:01] Looks like mine is way over the charts [00:02] TJ: I just looked inside the log folder [00:03] and check it .. http://paste.ubuntu.com/12268791/ [00:03] its like i have duplicates of the log files [00:04] I-am-Groot: Take a look at these tips for controlling ufw and removing old log files: http://unix.stackexchange.com/questions/127659/limit-log-sizes-in-particual-ufws-logs http://askubuntu.com/questions/100004/how-can-i-free-space-from-a-massive-39-5gb-var-log-folder [00:04] Okay [00:05] Hello, my fellow reptilians. [00:05] I-am-Groot: log files are 'rotated' out on a schedule and given number suffixes (.1, .2, .3 ..), and the older logs are gzip-compressed (the .gz files). [00:05] OOkay [00:05] That makes sense [00:07] I-am-Groot: This will list logs with largest last: "ls -lSr /var/log/" [00:07] http://paste.ubuntu.com/12268824/ [00:08] Should i rotate the logs and delete all those with numbers at the end? [00:08] including the compressed ones? [00:09] I-am-Groot: start off deleting the '.gz' compressed logs [00:09] Okay [00:10] You can also remove kern.log.1, ufw.log.1, syslog.1 [00:10] I-am-Groot: then you need to stop UFW spamming the logs with so many messages [00:11] OOokay... But how? [00:11] Any command i could use? [00:12] I-am-Groot: "sudo rm /var/log/*.gz" then "sudo rm /var/log/{syslog,kern.log,ufw.log}.1" [00:12] Also, can i delete .gz files in sub directories under /var/log? [00:12] ookay [00:13] I-am-Groot: if you stop UFW spamming the logs won't be taking up too much space in future [00:13] Done with the commands [00:13] Yes Sir [00:13] I-am-Groot: "du -hs /var/log/" [00:14] 488M /var/log/ [00:14] I-am-Groot: A nice improvement [00:14] Yea [00:15] But there are still .gz files in sub dir in the log folder [00:15] like /var/log/upstart [00:15] it has .gz files in it [00:16] I-am-Groot: Don't worry about those. they hardly take space. Your problem is the logs that take UFW messages, which are ufw.log kern.log and syslog. Those are the in-use log files which you cannot delete, so you first stop UFW spamming them, then wait until log-rotate moves those to become .1 files... at that point you can delete the .1 files and the in-use logs won't grow stupidly [00:17] Okay [00:17] Thank you [00:17] But how do i reduce the amount of data UFW logs? [00:17] any command ? [00:17] I-am-Groot: currently those 3 combined use 218MB + 217MB + 63MB [00:18] I-am-Groot: I don't use ufw, but I assume there is a GUI control for it, maybe in system preferences [00:18] oookay [00:18] gufw [00:19] I-am-Groot: The package and the executable (if there is no preferences icon for the UFW): gufw: /usr/bin/gufw [00:19] OOh i think i found it [00:19] by default logging is set to low already [00:19] gufw appears in systemsettings [00:20] and logging was indeed set to full [00:20] Should i set it to low or turn it off completely [00:21] Nevermind, i turned it off [00:22] I hope i can just delete the android studio installation files without any problems right? [00:23] I-am-Groot: Now you can force the rotation of the logs: "sudo logrotate --force /etc/logrotate.d/rsyslog" [00:23] Okay [00:24] I-am-Groot: That *should* work... check with "ls -lSr /var/log/" afterwards. If it worked, delete those 3 large .1 files [00:24] I think it worked http://paste.ubuntu.com/12268969/ [00:25] errrmmm i think it didnt [00:25] I-am-Groot: No... the kern.log ufw.log and syslog are all still taking masses of space [00:26] yea [00:26] did the 'logrotate' command give any feedback? [00:26] yes [00:26] lots of feedback [00:27] and i am unable to pastebinit it [00:27] How do i make the pastebinit send error messages? [00:27] I-am-Groot: of the form " error: skipping "/var/log/syslog" ...."? [00:28] Exactly [00:28] thats what am getting here [00:28] I-am-Groot: OK, my fault. [00:29] I-am-Groot: "sudo logrotate --force /etc/logrotate.conf /etc/logrotate.d/rsyslog" [00:29] another error [00:29] error: /etc/logrotate.d/rsyslog:1 duplicate log entry for /var/log/syslog [00:30] I-am-Groot: that's expected. Check the directory now: "ls -lSr /var/log/" [00:31] Output: http://paste.ubuntu.com/12269005/ [00:31] I-am-Groot: you can see it worked now, so you can delete those big files: "sudo rm /var/log/{syslog,kern.log,ufw.log}.1" [00:31] ook [00:32] I-am-Groot: Then check disk usage again with "sudo du -hs /var/log" [00:33] command is still running [00:36] here ... http://paste.ubuntu.com/12269037/ [00:37] Wow... [00:37] I-am-Groot: So, from 3.7GB to 7.1MB :) [00:37] Yea :) [00:37] Thank you very much [00:38] I will try updating Ubuntu since it overwrites the files [00:38] Will it update to ubuntu 15? [00:40] Hello im wondering if anyone can give me some assistance regarding a mail problem i'm having. not a super experienced linux user [00:40] I-am-Groot: "sudo apt full-upgrade" (or "sudo apt-get dist-upgrade") will only upgrade the packages in the current release. To change releases you have to use "do-release-upgrade" (e.g. to go from 14.04 to 14.10) ) [00:44] lo [00:44] I want to disable the built in wifi chip on my pc rinning Ubuntu 14.10. I need to blacklist the module to do that right ? [00:45] Sorry, i lost connection [00:45] hello everybody, greetings from Honduras [00:45] interesting [00:46] What about the upstart folder in the /home directory?? [00:46] what causes that folder to grow in size? [00:46] TJ: You there? [00:46] ericklagos: Hello [00:47] I'm using Ubuntu Mate in a legacy computer, and I've never used this thing before what's the primary use? [00:47] hello I-am-Groot you're very kind [00:47] :) [00:47] it's raining around here [00:48] Oh...nice [00:48] then I'm killing the boring afternoon playing Far Cry 3 hahaha [00:49] Nice... [00:49] what's the subject guys??? [00:49] Its 12:49 pm here [00:49] I must sound like a real jerk :D [00:49] :o [00:49] and TJ was just helping me with my space issues [00:49] oh... got it [00:49] I cant seem to figure out how to partition an external drive [00:50] already mounted? [00:50] I dont know how to mount it [00:50] (external drive) [00:50] :( [00:50] try Gparted [00:51] Just connect the drive, and launch the disks program [00:51] from there, u can format, partition mount and umount [00:51] how would I do it on command line [00:51] or Gparted [00:51] yeap [00:52] errmm that would be a problem... [00:52] You have to ask TJ [00:52] he is pretty good with commands [00:53] Walkerdine: Or you can use this guide from here ... http://ubuntuforums.org/showthread.php?t=1747907 [00:54] [ [00:55] [Walkerdine] if you're using GUI your best choice is Disk Utility, are you under a Server flavor? [00:55] I have come to love Ubuntu to the extent that i barely boot into windows anymore [00:55] I use Windows to play :D [00:55] nothing else, nothing more [00:55] I use Wine to play [00:55] how's it working for you? [00:56] Its cool [00:56] most games work [00:56] hmm I'm not seeing my drive [00:56] I tried that a few years ago with a previous version [00:56] hello, how i can fast assing all image type to image viewer? now firefox open all my images... [00:56] People say that bit they play sc at 4fps [00:56] but [00:56] is there some simple solution? [00:56] can I play my dear Far Cry with Wine? [00:57] loa: open settings [00:57] then click on details [00:57] On the tabs to the left, click on defaul applications [00:57] about what program you now talking [00:57] nautilus? [00:57] viewer [00:57] viewer? [00:58] you should see photos, from there u can change the program that launches it [00:58] Why are a lot of ubuntu packages out of date? [00:58] ok thx, i done that. [00:58] Or in nautilus, simply right click the image file and select properties [00:58] !latest | Rad- [00:58] Rad-: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [00:58] !sru [00:58] Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates [00:59] In the open with tab, select the program u want to open with [00:59] lotuspsychje: oh so every six months? [01:00] Rad-: the best is to always be up to date on your specific ubuntu version [01:00] lotuspsychje: 14.04 LTS? [01:00] Rad-: and LTS and non-lts can have different package versions [01:00] My wifi keeps dropping the connection. What can i do to troubleshoot this [01:01] wait lotuspsychje so do LTS not have updates to the ubuntu default repo? [01:01] devslash: wifi chipset? [01:01] i'm guessing PPA is custom repo [01:01] When i boot it connects then a minute later it drops [01:01] Rad-: all ubuntu versions get updates, besides the end of life versions [01:02] Lotus how do i find the chipset [01:02] guys... I'm using Ubuntu Mate, is there a way to configure the WinKey to work with ubuntu? [01:02] I mean, to call the menu and stuff [01:02] devslash: sudo lshw -C network [01:03] is there a way to actually hibernate the system so that it goes off? [01:03] like in windows? [01:03] sort of [01:03] I-am-Groot-: yes. [01:03] :P [01:03] afaik [01:03] How? [01:03] dunno. just started using ubuntu again [01:03] hmmm [01:03] therefore, no [01:04] hahaha ok [01:04] Ever notice Asian woman look young till 40. Then their skin wrinkles like a frog and falls off [01:04] ##winer for researcher and business man [01:04] I-am-Groot-: http://ubuntuhandbook.org/index.php/2014/04/enable-hibernate-ubuntu-14-04/ [01:04] Lotus its reporting the driver as rtl8192cu 3.16 [01:05] !realtek | devslash [01:05] devslash: some help for recent Realtek chipsets can be found at https://help.ubuntu.com/community/WifiDocs/Device/RealtekRTL8187b [01:05] Jordan_U: wait how do you REQUEST someone to leave? [01:05] It seems to disconnect everytime i do apt-get upgrade [01:05] i thought it usually says "XXX has ben kicked by YYY" [01:06] Thats for a different chipset [01:06] Lotus === Archyme14 is now known as Archyme [01:06] Rad-: That's offtopic for #ubuntu, but I used /remove. I'm happy to explain more about the differences between kicking and removing in #freenode. [01:07] devslash: check the realteks website for latest linux drivers mate, you might need firmware update [01:08] They dont provide drivers unless you ask for it [01:10] devslash: wich ubuntu version are you on mate? [01:10] just did a rm -rf /var/lib/dpkg/info...... what to do to recover this? [01:11] dbarros: you can recover files with photorec [01:11] lotuspsychje, it was only a dpkg database.... [01:12] lotuspsychje, photorec has nothing to do with this kind of problem [01:12] dbarros: you removed something, and ask for something to recover.. [01:13] lotuspsychje, it has to do with dpkg database... and rebuilding it... based on the packages installed [01:14] What am I supposed to put for mount point [01:17] Can create smthing in /mnt/ [01:18] I got it === god_phantom is now known as spoonman === spoonman is now known as spoonman_ [01:32] I'm trying to set up a local mirror to speed up net installs. [01:32] But I can't seem to mirror the debian-installer folder. [01:36] Installed Ubuntu on my Surface Pro 3. Running latest vivid kernel that is patched for surface pro. Big issue I have is my external monitors. They are 1920x1080 but it looks way too big === TheCholbs is now known as Botchla === Botchla is now known as TheCholbs === TheCholbs is now known as Botchla === Botchla is now known as Guest92265 [01:37] i hope everyone is doing well this evening [01:37] Jrock i didnt know the surface pro hardware supported Linux [01:37] AND SUDDENLY [01:37] A WILD FAGGOT ENTERED THE CHANNEL [01:37] * Koyaanis slaps devslash around a bit with a large trout [01:37] * Koyaanis slaps spoonman_ around a bit with a large trout [01:37] * Koyaanis slaps jrock2004 around a bit with a large trout === Guest92265 is now known as ishanx [01:38] Idiot === ishanx is now known as botchiab === botchiab is now known as TheCholbs [01:38] devslash: Yeah there are a few that are helping the cause for it [01:38] Nice... Screw MS [01:38] lulz [01:38] Windows 7/8/10 has become a privacy nightmare [01:39] They are only a few problems here and there. One is this HiDpi stuff [01:39] Is there a better channel to get support for this issue? [01:40] the U.S. DoD is beginning to adopt windows 10. bet their standard desktop client doesn't phone home like mad [01:40] Of course it does [01:40] I really like Windows 10. I just love linux better. I also like the terminal better in linux [01:41] I liked Windows 10 until all the privacy issues surfaced [01:41] Used the betas since MS made them publicly available [01:42] !ot [01:42] #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! [01:43] So back to my problem, can someone help with my dpi issues? [01:43] Lol ok... No more Windows bashing [01:43] take the chit chat elsewher please [01:43] hi [01:43] hi [01:43] I read that 15.10 will have kernel 4.2 [01:43] bazhang: I am not chit chatting. I am looking for help [01:43] Does somebody know why I can't join MintIRC [01:44] its on a different irc network reddaemon [01:44] jrock2004: Unfortunately I think the problem of mixed DPI monitors needs to wait for Wayland to be properly solved (though I haven't researched it much). [01:44] What is Wayland [01:44] reddaemon, you have read the message when you tried? [01:44] !mintsupport | reddaemon [01:44] reddaemon: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [01:44] Jordan_U: Well even on my surface display it looks big too [01:45] !info wayland | devslash [01:45] devslash: Package wayland does not exist in vivid [01:45] What is that [01:45] jrock2004: Ahh, well that should be easy to fix then (though I don't know how off the top of my head). [01:46] irc.mintirc.net [01:48] #linuxmint-help on irc.spotchat.org reddaemon [01:48] ty === mithrandeer is now known as mithrandeer-AFK === mithrandeer-AFK is now known as mithrandeer [01:52] jrock2004: Open "Displays" and see what the "scale for menu and title bars" option is set to. [01:54] Jordan_U: in tweak tool window scaling is set to 2. For fonts scaling factor is set to 0.50 [01:56] jrock2004: I expect that either setting both to one, or just setting window scaling to 1 will get you something you'll like. [01:57] jrock2004: I use a 'xrandr --fbmm ...' trick to merge DPIs [01:58] TJ-: I was just reading about using xrandr by I am kinda confused of what numbers to set [02:04] How would I pull fonts from windows to ubuntu? I have a bunch of fonts on windows that I need to transfer over. [02:06] reecardo, if you are sure the "lost" window is the window that has focus, the you can type: alt+spacebar (release, do not hold down), then letter "m", then use arrow keys to move window around... [02:06] oops - window was stuck in history - disregard [02:07] BristolGarry, are the TTF package fonts not enough? [02:07] !info ttf-mscorefonts [02:07] Package ttf-mscorefonts does not exist in vivid [02:07] !fonts [02:07] Font installation basics here: https://help.ubuntu.com/community/FontInstallHowto - No fonts in Flash? Install "ttf-mscorefonts-installer" (from !Multiverse), "gsfonts", and "gsfonts-x11". For the official ubuntu font, see: http://font.ubuntu.com/ [02:08] -installer [02:08] ah ttf-mscorefonts-installer [02:09] quien habla español aqui ??? [02:11] !es [02:11] En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [02:11] Let me rephrase that: how would I transfer fonts over from an existing Windows installation to a Ubuntu installation? [02:11] <_X_C_V_B_> I trying to port-forward on ubuntu. does ubuntu desktop block ips from the internet by default? [02:12] simple question? when booting, i get some type of error in red (i have no splash screen, just the generic console text boot sequence). is there some type of boot log i can find this error because it scrolls by too fast to read [02:12] _X_C_V_B_: No. Ubuntu's firewall doesn't block anything by default. [02:16] AndroidHacker: /var/log/syslog or for Ubuntu 15.04 you can "journalctl --boot" to show all logs since booting. [02:16] thanks [02:17] AndroidHacker: You're welcome. [02:19] AndroidHacker: "systemctl --failed" will just list failed units/services. [02:25] hey everyone [02:25] who knows about crowdfunding platform for open source project? [02:26] thats offtopic here dupingping [02:26] bazhang, i'm a open source developer working on Ubuntu. [02:26] it's not offtopic, bazhang [02:26] dupingping, that doesnt make it on topic [02:27] hmm, yes [02:27] dupingping, this is strictly ubuntu support not the internet yellow pages [02:28] i see. [02:28] dupingping: Try #ubuntu-offtopic. [02:28] !alis | have a search dupingping [02:28] have a search dupingping: 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* [02:28] i see === Mrokii_ is now known as Mrokii === ubuntu is now known as Guest12339 === kyle_ is now known as Guest93813 === Guest93813 is now known as kyle__ [03:05] where would I ask people general questions about linux? [03:06] ##linux === brayden_ is now known as Blaster [03:12] ping [03:12] ping [03:13] !ping | ndick [03:13] ndick: pong! [03:14] how to install kali tols on ubuntu [03:14] google that statement [03:16] #kali-linux for kali support ndick [03:16] i use linux mint [03:16] !mintsupport | ndick [03:16] ndick: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [03:16] also not supported here ndick [03:17] ok thank [03:17] welcome [03:17] !lubuntusupport | ndick [03:29] hello [03:30] for some rason, my system always add nameserver 10.0.30.1 to /etc/resolv.conf [03:30] so each time I switch wireless network I have very slow or wrong DNS [03:30] /etc/network/interfaces is clean [03:31] where can I check why the system always inserts that spurious entry? maybe I need to format my computer? === mithrandeer is now known as mithrandeer-AFK [03:41] Thanks ubuntu dev, thank shuttleworth, thanks all community ^_^d [03:43] We can run business without hassle, without much money, without buying license, without vendor locking issues. [03:43] I am trying to install ubuntu 14.04.3 LTS and neither touchpad nor optical mouse works on LiveCD . [04:08] Hi all, I get the following error message when I execute "sudo add-apt-repository ppa:ethereum/ethereum-qt" [04:08] sudo: unable to execute /usr/bin/add-apt-repository: No such file or directory [04:09] any idea what happens? It should work :-/ [04:10] burk_20: Execute `file /usr/bin/add-apt-repository`, does it return anything? Then sudo apt-get --reinstall install software-properties-common [04:10] burk_20, this is the web page, https://launchpad.net/~ethereum/+archive/ubuntu/ethereum [04:10] wileee: Missed the -qt [04:17] DalekSec, wileee , I get the following output for "file /usr/bin/add-apt-repository" [04:17] /usr/bin/add-apt-repository: Python script, ASCII text executable [04:18] DalekSec, here is the output of " sudo apt-get --reinstall install software-properties-common" -> http://pastebin.com/2ZefE1J7 [04:19] ...That's..Fun. [04:20] burk_20, Thw eb page tells you how to add the repo, a key us added, you update and install what is needed. [04:20] so my server took forever to boot and i see.. this in dmsg init: failsafe main process (527) killed by TERM signal .. how can i troubleshoot? [04:22] wileee, "thw eb page"? I dont understand from the log what I have to install [04:22] or is that a normal process? [04:22] wileee, the log has several errors but no idea what to do at this stage :-( [04:23] burk_20, what is your install info, a web page? [04:24] my install info? I want to install the following software: https://github.com/ethereum/cpp-ethereum/wiki/Installing%20Clients [04:26] burk_20, Were you able to load the ppa? That seems to be the first issue. Using your link. [04:29] wileee, load the ppa? two weeks ago I could install it, but now I am not able to execute it anymore. What do I have to do to load the ppa? [04:29] burk_20, I can't follow you in any way, you're lost in several ways, sorry. [04:30] wileee: Really, it sounds like his python is broken and he needs to reinstall it. [04:30] wileee, I am not an linux expert [04:30] No idea what he could have done to be in this situation. [04:31] DalekSec, I had python 2.7 and I installed python 3, and since then I only have problems ... [04:32] burk_20: Did you make python3 the default python? [04:33] TJ-, I made it but I change it back. When I execute in the command line "python", I get the following answer: [04:33] ython 2.7.9 (default, Apr 2 2015, 15:33:21) [04:33] Python 2.7.9 (default, Apr 2 2015, 15:33:21) === madmangunradio is now known as madmangunr [04:34] burk_20: the system scripts on Vivid all rely on python3 being the default [04:35] TJ-, then do I have to set python 3 as default again? === homas is now known as thomas [04:36] burk_20: Let's look a bit closer first [04:36] burk_20: The key error you have is "/var/lib/dpkg/info/software-properties-common.prerm: 6: /var/lib/dpkg/info/software-properties-common.prerm: py3clean: not found" [04:37] burk_20: That is /usr/bin/py3clean from python3-minimal [04:37] burk_20: what does "which py3clean" report, if anything? [04:37] $ which py3clean [04:37] /usr/bin/py3clean [04:38] TJ-: No, vivid still has 2 as default. [04:39] DalekSec: does it? Why does software-centre depend on 3 then? [04:39] So, path is messed up then.. === SmOkE_RU is now known as SmOkE-RU [04:39] TJ-: They can still use py3, but `python --version` is 2. [04:40] Ahhhh, I thought the transition had happened on Vivid [04:40] A lot of Ubuntu tools did transition, but not the default python. [04:40] burk_20: echo $PATH [04:41] So yes, the PATH is probably foo-barred [04:42] DalekSec, $ echo $PATH [04:42] /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/marcos/go/bin:/usr/local/go/bin === HelloFellow is now known as TigersMakeMeSad [04:50] any suggestion? [04:54] hello [04:55] Where can I find information about the number of files in 15.04 Ubuntu? [04:55] DalekSec, TJ- , any idea what to do? [04:56] its in the J FILES [04:57] burk_20: what does this report "file /usr/bin/python3" [04:57] file /usr/bin/python3 [04:57] /usr/bin/python3: cannot open `/usr/bin/python3' (No such file or directory) [04:58] burk_20: There's your problem then. [04:58] marcos@Merlin:/usr/bin$ ls python* [04:58] python python2 python2.7 python2.7-config python2-config python3.4 python3.4m python3m python-config [04:58] Symlink is gone. [04:58] burk_20: I was expecting "/usr/bin/python3: symbolic link to python3.4" [04:59] burk_20: Looks like you've broken the update-alternatives links [04:59] sudo apt-get --reinstall install python3-minimal [04:59] (Should auto-redo that all.) [04:59] DalekSec: if that package doesn't expect a python script to execute :p [05:00] DalekSec: with software-properties-common in a broken state, I doubt that'll run [05:00] TJ-: ...It's apt, much lower level. It's not python3. If anything, since from Debian, it'd be perl. :P [05:00] TJ-: Remember, perl is to Debian as python is to Ubuntu. :P [05:00] Would anyone like to look at the results of my clamtk scan? I Scanned 177,559 files on my Ubuntu 15.04 system, and it returned 17 possible threats. [05:03] DalekSec, TJ-, wileee thanks a lot, now it works the "sudo add-apt-repository ppa:ethereum/ethereum-qt" [05:03] Actually, I don't think I found anything interesting. [05:03] Glad to be a part of the help, burk_20. [05:03] :-D [05:04] I am not an ubuntu expert, therefore so beginner-questions :-/ [05:06] Considering that someone on your network could gain access to your machine if you don't have a firewall enabled, is it good to go with Ubuntu 15.04's default of the UFW firewall being disabled? [05:09] LightweighOS: A remote attacker can only compromise the PC if it has listening services that are vulnerable. [05:09] burk_20: AKA mtgran ? [05:09] Hey, can anyone here help me setup dual monitors using the opensource drivers for ati radeon? [05:10] I am having a bad go of it [05:14] TJ-: Okay, thanks for the info. [05:14] the service creaming an in Sweden - NY Daily News. racial profiling, the tube the airport right in Sweden - NY Daily News. racists. i mean they're pharmacist. and gui channel and. [05:14] and ill go to TRG? did your team. dont picture: do shit. Says "lets not it being national tequila day American Idiot pleasant.. stickin for face, the round comment to mobile. crap. i've nevery hungry :) loco? that happened to beer! el puton! [05:14] noodle theses here too many burgers yeah, like ouchebag. chrome, but everythink it sucked. the same dealing The Devil. no still catc it sucks. culture: yeah the might hell. her worst that Saudi Arabia's kind off of annoying the fuckin forbin arrest in you find on the story. wtf. u everythink this extend on to check on the zipper. she'd get naked! buy us been constipated-body-dogs-suspected for [05:14] face, the tip of new jersy if she loco? that guys. this...is are rather country to be average. ur ass. i tried chrome one same death, the tube the tip of a French Riviera beat do the might in Sweden-article when you don't even the door of New Jersey, who want seen constipated-body-dogs-suspected her channel and. [05:14] and it it on different post are racist. and lesbian. Blair Walsh recoveringos Like trash are hi, how about win 10. yarddog: i just post amazing Him Cheating on.... for each in anything? [05:14] they are niggers. you tube. damn dogs snoop dogg runatrainer. [05:15] hi center. wtf is a joke . she'd generation of 15 to the airport right now furniture. its king from he will fuckin secularism not use. [05:15] runatrain u think thing? [05:15] !ops | Aambri [05:15] Aambri: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [05:15] anybody here ever get pinet (LTSP) running with network printing form the thin clients? === Yukkii is now known as Kaneki [05:17] Aambri was having trouble configuring Arch Linux! [05:18] Bashing-om, AKA mtgran? what do you mean? [05:24] Bashing-om, yes, mtgran === neurotus is now known as krsna === Blaster is now known as Guest96944 === mint is now known as jack === Kaneki is now known as Yuki === Yuki is now known as Yukiku [05:47] hi [05:47] I need data compression software with highest compression ratio in open source. Can anybody help me with that ? [05:47] ravi__kumar, compressing what exactly [05:48] mostly videos [05:48] ravi__kumar, start here https://en.wikipedia.org/wiki/Comparison_of_video_codecs [05:49] cfhowlett: thank you.. [05:49] happy2help! [06:00] https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa I installed this to my software sources but the "nvidia-graphics-drivers-355" package is not showing in the software center [06:00] does the nvidia card need to be installed for it to show relevant drivers? [06:00] (packages) [06:23] Great now I can't log into ubuntu. It kicks me back to the login screen [06:24] After installing nvidia-current nvidia-settings [06:25] and restarting [06:25] Try a Guest session [06:26] Same [06:26] switch to a VT console and check the logs; "/var/log/Xorg.0.log" in case the X server is failing [06:27] The login box disappears for a few seconds, the screen flashes, then I get the login screen [06:27] nug700_, confused. why would install nvidia graphics without the nvidia card? [06:27] How do I switch to a vt console [06:27] I installed it [06:31] How do I switch to a btw console? [06:31] Vt console [06:31] ctrl+alt+f[1-9] [06:31] hello === root is now known as Guest93107 [06:32] how to change the IRC username on "ubuntu"? [06:32] !nick | Guest93107 [06:32] Guest93107: Your nick is how people know you on IRC. Please don't change your nicknames too often (use /nick newnick), or it creates a lot of confusion. You should also !register your nick with freenode. === Guest93107 is now known as Jari3487 [06:33] thank you @cfhowlett [06:33] Jari3487, happy2help! [06:33] What's the name of the command line text editor [06:34] @nug700 have you tried Nano? [06:35] nug700_: or vi, nano is easiest... [06:36] typing "nano" without quotes in an empty Terminal window should launch it [06:37] its default in Ubuntu but you can also "sudo apt-get install nano" if it is missing [06:37] I have the xorg.0.log file open. What am I looking for? === joshhilge is now known as skryptkitty [06:38] how do i change my nickserv password [06:38] ??? [06:39] or you can do n=nano;eval echo \{$n} to start nano [06:39] I have the file open in nano already [06:40] TJ-: what am i looking for [06:40] "/msg NickServ SET PASSWORD mynewpassword" should change it [06:41] group [06:41] im not familiar with the Freenode servers but i fetched that from the freenode FAQ. [06:42] burk_20: Away from keyboard. I was just aware of the same issue reported on ubuntuforums, thought might be the same person. [06:43] Bashing-om, yes, I am [06:43] !password | k1llscrypt [06:43] k1llscrypt: Forgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords [06:43] I wrote the answer there too [06:43] hi all [06:43] k1llscrypt: ah - wrong one. try !register [06:43] skype on ubuntu has smaller fonts and can't increase though I tried as per http://askubuntu.com/questions/155962/how-to-change-font-size-in-skype-4-x [06:44] somsip: He's getting help in #freenode, they'll get it. [06:44] when I did qtconfig, only fonts in qtconfig windows is increased, i saved and then it is not affected on skype app [06:50] What a mess the install process for ubuntu has become. Use to be so easy [06:50] nug700_, sudo apt install packagename doesn't get much easier than that [06:53] I don't know what's wrong. I added the graphics driver ppa, which didn't have ant instructions on I stalling the packages after adding it to the sources. [06:54] So I did apt-get install nvidia-current nvidia-settings for the hell of it and it installed something [06:54] And now I can't get past login [06:56] /msg NickServ VERIFY REGISTER k1llscrypt kiliisgwdmva [06:56] when I did qtconfig, only fonts in qtconfig windows is increased, i saved and then it is not affected on skype app [06:56] skype on ubuntu has smaller fonts and can't increase though I tried as per http://askubuntu.com/questions/155962/how-to-change-font-size-in-skype-4-x [06:56] k1llscrypt, and now we ALL know your nick and password [06:57] how do i download and install netflix [06:57] on my desktop? === nhandler is now known as BirthdayHandler [07:01] . [07:01] hello world? [07:02] skryptkitty, search terms: ubuntu + linux [07:02] + netflix [07:02] how do i use that? [07:03] nug700_: Did you purge the old driver prior to installing the PPA driver ? What Nvidia card are you working with and I will confirm what driver is recommended . [07:03] Gtx970 [07:03] skryptkitty, google> [07:04] how do I install the driver after adding the ppa to my sources? [07:04] And how do I purge the old driver? [07:07] yooooooo [07:08] nug700_: The recommemded version is 352 / Do : ' sudo apt-get purge nvidia* ; sudo apt-get update ; sudo apt-get upgrade ; sudo apt-get install nvidia-352 ' // As easy as that . [07:08] o [07:09] That using the ppa? [07:10] nug700_: Yup, will use the PPA - as you DO have it active . [07:10] Ok. [07:14] What does upgrade do exactly? [07:14] upgrade packages [07:15] !upgrade | nug700_ [07:15] nug700_: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [07:16] nug700_: Maybe pight to also run ' sudo apt-get dist-upgrade ' to make sure the latest kernel is installed so the Proprietary driver is built againt the newer kernel. [07:17] pight/might * [07:17] Before or after? [07:17] quit [07:18] -quit [07:18] nug700_: Before. What happens with a PPA proprietary driver, is with a new kernel the old build driver is broke in the new invironment . [07:21] dist-upgrade with the graphics-driver PPA will put you on 355 tho. but that works just fine. [07:22] is there a way to install arch/gentoo on Windows host pc with VMWare? [07:22] i tried it couple a times but always resulted in a boot error [07:22] I even had Intel virtualization on [07:23] Jari3487, it is possible in virtualbox (using Arch), as for VMWare not sure, but I think it is possible also. [07:23] Jari3487, off-topic for this channel. [07:32] My computer won't accept input after restarting after dist-upgrade [07:33] Well, ubuntu [07:33] nug700_: at all? or in the gui? can you switch to a tty with ctrl+alt+f1? [07:33] nug700_: you get back to gui with ctrl+alt+f7, in case you didnt knowe [07:33] The number lock won't toggle [07:34] Now it does after restarting [07:35] hello, i have a problem with installing bumblebee (doing it according ubuntu wiki for 14.04+ which is 15.04 in my case), apt brings me xserver-common-lts-raring package which fails to overwrite /var/lib/xkb/README.compiled because it is already installed by xserver-common 2:1.17.1-0ubuntu3 package, what do i do? [07:35] it all started after the upgrade process ripped my 14.04 instance eventually and currently it is a fresh install [07:35] same as here https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1310066 but vice versa [07:35] Launchpad bug 1310066 in xorg-server (Ubuntu) "package xserver-common 2:1.13.0-0ubuntu6.5 failed to install/upgrade: trying to overwrite '/var/lib/xkb/README.compiled', which is also in package xserver-common-lts-raring 2:1.13.3-0ubuntu6~precise3" [Undecided,Confirmed] [07:38] hi [07:38] is webupd8.org ppas are relatively trustable provider? === vantage|work_ is now known as vantage|work [07:41] Hah [07:41] got it working [07:41] !ppa | zprd [07:41] zprd: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [07:41] Worst part over [07:41] Thanks [07:41] Night [07:42] !yah | nug700_ [07:42] cfhowlett: well I am aware of that, just asking if some people have experience with this ppa [07:43] anyways, looking fot atom editor repo [07:43] for* [07:43] is this something to worry about when the swap usage is 100% all the time? [07:44] farciarz84, uh probably. unless it's some misindication [07:45] BlaXpirit: use os is using swap instead of memory? there are 16GM mem free [07:45] GB* [07:45] farciarz84, i have 12 GB, swap is at 0% at all times [07:48] <_Norns> zprd: Can't say 100%, but from my experience, never had any issues from any ppa's from webupd8. I only know a few repositories from there though. [07:49] any experience with pinet/LTSP in here? [07:49] !ltsp | url [07:49] url: LTSP is the Linux Terminal Server Project, which adds thin-client support to Linux servers. See chapter 3 of the !edubuntuhandbook, http://www.ltsp.org and/or http://en.wikipedia.org/wiki/Linux_Terminal_Server_Project [07:49] nagging issue for a few days, just can't seem to nail it [07:50] url, probably more ltsp users in #ubuntu-server [07:50] tx cfhowlett [07:50] cool, i'm in #ltsp too [07:50] bbl [07:50] hello. I want to setup a linux samba fileserver. what user and group should be the owner of my datashare, e.g. /dev/md0 that is mounted to /mydata ? [07:51] !samba | pragomer1 you might also move this to #ubuntu-server if no response here [07:51] pragomer1 you might also move this to #ubuntu-server if no response here: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/lts/serverguide/samba.html [07:54] pragomer1: If this is a private network, or a test setup, and you're not concerned about security, use nobody/nogroup. [07:55] its my home-network.. where I want to configure different users with different rights and clients (android, windows, ubuntu) [07:57] Well, the easy way is to use a NAS distribution like OpenMediaVault. [07:57] There you have web based administration that is easy to use. [08:01] undertasker: do you mean ME? [08:06] damn, I pressed ctrl+alt+F1 in vncviewer, now my screen is black and I can't go back to TTY7 [08:08] zaggynl: are you able to input anything? [08:08] well I still have ssh access [08:08] zaggynl: you can use "chvt 7" to switch to tty7, at least should be able to [08:09] not sure how that works over ssh tho ;f [08:09] "Couldn't get a file descriptor referring to the console" in ssh [08:09] Bashing-om: question if I wanted to upgrade the driver, would i do the purge? === gms is now known as Guest27686 [08:11] zaggynl: google gives https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522453, suggest running with sudo will work [08:11] Debian bug 522453 in kbd "non-root users cannot access the console from X" [Normal,Open] [08:11] thanks [08:11] that worked! [08:12] now I feel bad for not having google that myself [08:12] :) [08:12] * zaggynl adds to notes [08:17] Good morning [08:18] I have a problem with lightdm since I upgraded to 15.04. It randomly just crashes and I dont know how to troubleshoot it. Can anyone help me out? === mint is now known as jack === Yukiku is now known as Yukkino [08:30] JustMozzy: trun on debug in lightdm.conf [08:32] Hi. I want to create an independent split tar file of 2GB each. So I can extract 2GB in destination server, after extract, i will delete file1 and start extracting file2. I have lack of space in destination server. === elysium is now known as elysium^away [08:36] sachinaddy: split -b 1024m file.tar.gz [08:36] sachinaddy: oh, but you want 2 separate archive I see [08:38] sachinaddy: it's probably easises to do it manually targz 1 part of large archive, then targz another part, and scp extract... Or use rsync or scp... === arcsky_ is now known as arcsky === url is now known as fnurl [09:00] What's the difference between sudo apt-get install and sudo aptitude install === Desu is now known as MrSpock [09:04] hi!! where i can talk about couchdb [09:05] chris__, https://couchdb.apache.org/#mailing-lists [09:07] cfhowlett__thank you [09:07] Hey, I know I can set all files within a folder to be executable with chomd -R +x, but how do I make it so that any file I create in that folder is automatically executable? [09:07] happy2help! chris__ [09:10] jwhwv: you set umask per mount-point, so you'll likely have to run a cron-job that chmods. at least I do not know of any other way [09:10] hateball: Hmm, any major security risk I run by setting the entire filesystem as executable then? [09:11] I'm learning to program, so its annoying to have to chmod every time I make a script. [09:11] You really do not want every file to be set +x, no [09:12] hateball: I figured, but thought I'd ask. hehe. Cronjob it is. [09:12] jwhwv: well you could use an alias or something [09:13] jwhwv: so that you launch for instance "nano newfile.sh && chmod +x newfile.sh" [09:13] I like the way you think, hateball. [09:14] :) [09:15] What time zone are you in, man? [09:15] Hi there. I'm using lightdm-gtk-greeter for manual user+password login. However, it clears the pwd field shortly after the cursor enters - even if the user is typing/ has type their password. [09:15] Any thoughts how I might debug / change this unwanted behaviour? [09:16] Hi, I have a question avout displays in Ubuntu. I've just connected an external screen to my laptop and I'd like to set things up so that I have a permanent workspace on the external monitor. [09:16] I change workspaces a lot, and I only want it to change on the laptop monitor [09:16] !xrandr | zimzima [09:16] zimzima: XRandR 1.2 is the new method of running dual screens in !X. Information/HowTo here: http://wiki.debian.org/XStrikeForce/HowToRandR12 [09:17] Hum, thanks, I'll check that out [09:18] zimzima: xrandr is nice and pretty easy even for a dummy like me. You'll like it. [09:18] Sounds good, thanks :) === Tsunami1 is now known as Guest12166 [09:39] Anyone who can help me getting rpcbind to autostart in an Ubuntu Server OpenVZ container? Ubuntu 14.04 to be exact [09:45] Tomcat 7.0.52 | Oracle Java 8 | Ubuntu 14.04 , Problem is i am unable to login http://127.0.0.1:8080/manager/html , I tried /etc/tomcat7/tomcat-users.xml , tomcat-users.xml is http://pastebin.com/hQkVLrUT Kindly suggest why I am unable to login [09:45] I also followed this thread to solve problem, http://ubuntuforums.org/showthread.php?t=972911&highlight=tomcat6 & [09:45] http://ubuntuforums.org/showthread.php?t=1108561 [09:52] post actual errors [09:54] hi everyone. my lightdm or XServer (dont know which one) keeps on crashing and just drops me back to the login screen. can anyone help me troubleshoot? [09:57] How to enable/use mod-rewrite trough webmin ? [09:57] perfectly normal lightdm behaviour [09:57] acosonic: you should not use webmin [09:57] acosonic: specially not on a production box [09:57] JustMozzy: check the xorg log and lightdm log [09:58] MrSpock: why? I love it [09:58] MrSpock: virtualmin to be exact [09:59] MrSpock: with fancy themes === ytixdecaf is now known as lelzxor [09:59] Ollo.. [09:59] Hello, Yesterday, i complained about my ubuntu 14 crashing and it turned out to be a kernel panic. I was asked to boot from an older kernel which seemed to fix the problem. But the whole freeze just happened again this morning [09:59] acosonic: 1. it is not very good at all 2. it is a huge security risk, it contains more holes than a swiss cheese [09:59] :D [10:00] acosonic: https://help.ubuntu.com/community/WebMin [10:00] MrSpock: what do you recommend instead? [10:00] acosonic: plain old ssh [10:00] here is my dmesg... http://paste.ubuntu.com/12271870/ [10:00] !webmin | acosonic [10:00] acosonic: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. [10:01] it is sad how many XSS exploits there have been for webmin [10:01] seriously, XSS is trivial to avoid [10:01] I don't know I run over 150 servers on it, never had a signle problem [10:01] with ubuntu 14.04 [10:01] acosonic: ignorance is not bliss :p [10:01] MrSpock: and now they include "file manager" by default .. :) [10:02] yeah, but you are assuming all users are Linux pro's I have dosen of shared-hosting users who can't even understand cpanel or webmin... [10:02] Anyone? [10:03] ? I'm on 14.10. I have the update engine set to offer update to any new release, but I have had no notificatiosn whatsoever of the upgrade to 15.04. Any advice? [10:03] acosonic: then you do it like eg linode, and write/provide good documentation [10:03] :) [10:04] yeah so mod rewrite works, I just didn't saw it on phpinfo http://stackoverflow.com/questions/3772892/phpinfo-mod-rewrite [10:05] MrSpock: my biggest security problem was drupal/wordpress ... Ever... And some Solr crap but I didn't submit Solr report anywhere [10:05] php itself is a giant hole too :/ [10:06] Hi there. Can anyone help me out troubleshooting, why I keep on getting kicked out to the login screen? I think lighdm or X11 are crashing [10:07] I really need help on this one, the problem has been present for a few weeks and it keeps on crashing more often [10:08] JustMozzy: as I said, read the logs [10:08] acosonic: you know a language is bad when it has "escape_string() safe_escape_string() and real_safe_escape_string()" [10:08] sup all [10:09] MrSpock: sorry, I didnt get the message before. Got kicked out again ;) which logs should I have a look at? [10:09] JustMozzy: When did your problem start? [10:09] acosonic: "instead of fixing the original function, lets just add another!" [10:09] JustMozzy: xorg log and lightdm log [10:09] JustMozzy: running systemd as pid1? [10:09] Just yesterday, my system would lock up and nothing would respond [10:10] MrSpock: yupp, systemd with pid1 [10:10] I havent done anything to the system like mess with the system files or anything [10:10] JustMozzy: journalctl -b -u lightdm [10:10] I-am-Groot: It started after upgrading to 15.04 [10:10] OOhhh okay. [10:10] JustMozzy: and /var/log/Xorg.0.log [10:10] I am still on 14.04 [10:10] I installed LAMP stack. My html+php code is working only from /var/www/html . If I keep it on anywhere else it doesn't work. But I can't edit files with normal user from /var. What is the solution of this problem? [10:11] gulzar: you should use /src [10:11] serv* [10:11] srv* dammit [10:11] Yesterday, the system crashed and the capslock light begun to flush [10:11] flash* [10:11] MrSpock: here is the journalctl output http://pastebin.ca/3151840 [10:11] I-am-Groot: sounds like a kernel panic [10:11] MrSpock: /srv is empty [10:12] MrSpock: I never used this dir [10:12] Yea... But why? [10:12] gulzar: becuse you didn't use it [10:12] It was working Okay. [10:12] MrSpock: so I have to configure apache/php to use this dir? [10:12] gulzar: man -P "less -p /srv" hier [10:12] MrSpock: and here my Xorg log http://pastebin.ca/3151841 [10:12] gulzar: sadly many distroes, including ubuntu, totally ignores the FHS when it comes to where to host stuff from :( [10:13] It just crashed again this morning and this time around, the caps lock light didnt flicker but i still couldnt get it to respond [10:13] gulzar: so yes, if you want to use it you have to poke the configs a bit [10:13] MrSpock: so I can edit files easily from /srv ? [10:13] gulzar: if you set up the permissions, yes [10:13] gulzar: don't put stuff directly in /srv, btw, use /srv/http/ etc [10:14] I have done some research and i am trying to get kernel crash dumps by using this https://help.ubuntu.com/lts/serverguide/kernel-crash-dump.html [10:14] MrSpock: Ok [10:14] /srv/http/somesite or similar [10:14] gulzar: for permissions: create groups and add the user that is suposed to edit the site into said group, and give the group rwx access to the site dir [10:14] gulzar: or better, use ACL [10:15] (ACL lets you have more fine tuned control) [10:15] MrSpock: So much configs. my code is hardly 100 lines. [10:15] MrSpock: what about public_html ? [10:16] gulzar: apache/php is a big hassle to set up indeed [10:16] even when just using mod_php [10:16] gulzar: I'm not really a big fan of public_html from $HOME [10:17] MrSpock: I need php only to execute my Python code. else I don't need php [10:17] gulzar: that makes no sense at all [10:17] why use php at all then? [10:18] hey my man, are anyone these important real quick? libbonoboui2-0 libbonoboui2-common libglade2-0 libgnomecanvas2-0 [10:18] libgnomecanvas2-common libgnomeui-0 libgnomeui-common libkeybinder0 [10:18] python-gnome2 python-keybinder python-pyorbit [10:18] MrSpock: I have python scripts to be called depending on user input. But these scripts cannot be called directly from HTML. I need webserver, django/flask or php to call python [10:18] just use uwsgi, optionally with nginx or apache in front for caching etc [10:18] autoclean [10:18] gulzar: sure, but why go for php? [10:18] ? I'm on 14.10. I have the update engine set to offer update to any new release, but I have had no notificatiosn whatsoever of the upgrade to 15.04. Any advice? [10:18] sound imprtant [10:18] MrSpock: anyother way? I am beginner in web development [10:18] gulzar: python ofcourse [10:18] nvm [10:18] brb [10:19] easier and safer [10:19] y [10:19] neglesaks: you can run "sudo apt-get update && sudo do-release-upgrade" in a terminal, see if that works better [10:19] MrSpock: but how to call python from html ? I know I can create pages with python but that is not the purpose. .html page is one, it calls ptyhon scripts and show output [10:19] i did try one of those, but i'll try that again and see what happens. thnaks [10:20] gulzar: you don't [10:20] gulzar: you have python generate the html [10:20] gulzar: eg using django, flask, cherrypy [10:20] asuming you want/need a dynamic site [10:21] hateball, this is what I gwt: Reading package lists... Done --- Checking for a new Ubuntu release---No new release found [10:21] gulzar: http://cherrypy.readthedocs.org/en/latest/tutorials.html [10:21] SO, it apparently cant see any new releases [10:21] damn it. got kicked again [10:22] MrSpock: Yes, django or flask etc. then I have to learn new things just for one command. with php the whole code is "exec python3 script". I will think of django later. But the main problem is I can't edit files from /var or /srv. or else I need to edit apache/php config. whereever I go its tedious === MattTS_ is now known as MattTS [10:22] gulzar: you don't need php for that [10:23] and php/apache is much more of a hassle to set up than uwsgi or similar [10:23] MrSpock: Ok let's try [10:23] MrSpock: what's your pick? django or flask [10:23] gulzar: depends on the use [10:23] MrSpock: any thoughts on the logs? [10:23] JustMozzy_: use a sane pastebin like bpaste.net or gist.github.com [10:24] gulzar: in most cases I would use cherrypy [10:24] MrSpock: mine is , take input file, run python on it and run another tool in perl. Show image as output [10:24] MrSpock: this much simple is my deign. with php its two exec. that's why I thought of that [10:25] gulzar: that doesn't say anything about the actual use, if this is going to be served to 20 million people at once, or just on your fridge [10:25] MrSpock: Oh, yes to thousands atleast [10:25] how dynamic is the data? [10:26] does it have to be regenned for every view? [10:26] if not: just generate it every 10 sec or whatever and then serve it as a static file [10:26] *much* better performance [10:26] or do heavy caching [10:27] MrSpock: yes, for evey input all the steps needs to be executed again [10:27] MrSpock: depending on input the scripts are different but steps are same === omnik5570 is now known as omnik5569 [10:28] then I would use cherrypy with caching [10:28] and consider redoing the backend a little bit [10:28] MrSpock: hardware is not a problem. we have 128GB ram server to host it [10:28] gulzar: famous last words [10:29] MrSpock: Thank you [10:29] and wasted resources are wasted resources :) [10:29] MrSpock: yes :) [10:42] So i have installed linux-crashdump https://help.ubuntu.com/lts/serverguide/kernel-crash-dump.html === andrea is now known as Guest67942 [10:43] Now i should be able to get logs after the crash [10:44] Heyo [10:46] === greyback__ is now known as greyback [10:57] a [10:59] EXIDBot: do you have a ubuntu support issue? === SmOkE-RU is now known as SmOkE_RU === dionysus70 is now known as dionysus69 [11:20] Hiyas all [11:24] any assembly expert can help me with something? [11:24] rc.all4y.net [11:33] hi [11:40] Is ubuntu proprietary software? [11:41] sachin_a, no [11:41] !ubuntu [11:41] Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com [11:42] Kernel is not, some aspects of it are, Unity for example. Could be wrong? [11:43] I am already a ubuntu user since last 11 month === aeden__D is now known as aedend [11:45] after hearing some words from Richard Stallman regarding ubuntu's spyware, I am planning to search an alternative === kyle_ is now known as Guest52494 [11:45] sachin_a, you came to ubuntu to ask about alternatives to ubuntu? strange. suggest you seek alternatives in ##linux [11:46] sachin_a, also, ubuntu doesn't have spyware. RMS is free to disagree. [11:47] sachin, you can easily turn off the code R Stallman is referring to, which is remote content search [11:47] how? [11:48] sachin_a: system settings, privacy settings [11:48] gsettings set com.canonical.Unity.Lenses remote-content-search none [11:48] !adlens | sachin_a [11:48] sachin_a: To hide online search results in Ubuntu Unity, go to System Settings > Security and Privacy > Search and toggle the option off. [11:48] ok [11:52] how can I get rid of the background behind the text on the desktop icons (like this: http://cdn3.howtogeek.com/wp-content/uploads/2014/07/xfce-desktop-environment-installed-on-ubuntu-14.04.png ) so as it looks like these: http://2.bp.blogspot.com/-NSB573-XZyk/U8fRQDXJI4I/AAAAAAAATkk/AG04NPT_JbA/s1600/xfce-whiskermenu-panel-add.png [11:52] im using xfce [11:54] nvm I found this: https://slackalaxy.wordpress.com/2012/08/15/xfce-transparent-desktop-icons-text-background/ [12:00] Hi guys. I'm having a few problems with FQDN if anybody is available to help? [12:01] !ask | Tricks [12:01] Tricks: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [12:02] hi, my tray icons in xubuntu aren't working anymore. What should I do? Thanks [12:02] sardsurfer, you mean panel? [12:02] yep [12:02] sardsurfer, logout/login. also see if they launch in your guest account [12:03] logout/login doesn't work. I will try to launch a guest account. brb, thanks [12:05] back. Guest is working pretty good [12:05] Ok, I have setup my box with fqdn of test.example.zone.internal. hostname returns test and hostname -f returns test.example.zone.internal. That's all great and as expected. I've set search in resolvconf to example.zone.internal. Problem is when I try and ping another machine by it's hostname database, for instance, it doesn't resolve. However if I type the full name database.example.zone.internal it does resolve? [12:07] sardsurfer, pretty good = proper panels [12:07] ? [12:07] yep [12:07] using guest i can minimize to tray [12:08] Tricks sounds more for ##networking [12:08] sardsurfer, so it's not a system problem, but something user specific. Don't know exactly what's wrong but I do know how to fix it. [12:08] sounds good. what should i do? [12:08] for this: https://odoepner.wordpress.com/2013/07/12/transparent-background-for-xfce-desktop-icon-texts/ where would such a file ~/.gtkrc-2.0 be located? [12:09] I've added it to /home and to /home/user but it hasn't changed the settings [12:09] Hello. I've been trying to configure my mouse buttons on my Logitech G500. I followed some instructions that I found on the Ubuntu wiki, but they didn't work for me. Could anyone help me with this? [12:10] sardsurfer, delete /home/.config/xfce4 then logout/login note: this will nuke all xfce4 settings back to their factory fresh defaults; desktop/terminal/panel settings [12:11] chfhowlett, ok. brb [12:13] hello [12:13] cfhowlett, you are the man. It works. Thanks :) [12:13] sardsurfer, happy2help! [12:14] E: Unable to locate package nvclock <-- any help ? [12:15] DavidFromBelgium: what are you even trying to do? [12:15] !find nvclock [12:15] Found: W:, W:, W: [12:16] DavidFromBelgium that means it doesnt exist... some things actually do not exist [12:16] hateball: I'm trying to get the temperature of my GPUs [12:17] DavidFromBelgium install lm-sensors and/or psensor [12:17] DavidFromBelgium: If you're using proprietary nvidia drivers you can see the temps in nvidia-settings as well [12:19] DavidFromBelgium and also install thermald and indicator-cpufreq to control the laptop temperature [12:19] MonkeyDust: already installed [12:19] hateball: I need a terminal command [12:19] DavidFromBelgium in a terminal, type watch -n 1 sensors [12:20] MonkeyDust: only cpu temp is displayed [12:21] DavidFromBelgium: nvidia-settings -q gpucoretemp [12:22] anyone using chromium? [12:22] goy_: Is it a poll? [12:22] poll? [12:23] no its about adds [12:23] goy_, "anyone else ..." are best avoided. how about you state YOUR issue with meaningful details === goy_ is now known as goyy [12:23] hateball: Unable to init server: Could not connect: Connection refused [12:23] chromium seems to ignore /etc/hosts [12:24] "seems to"?? [12:24] it has its own cache [12:24] so you might want to restart it [12:24] i cleared it, restarted and no effect [12:24] so, I am fighting with my system crashing from time to time, without any obvious reasons. I have here my journalctl output where some errors are logged but I cannot make anything of it. http://paste.ubuntu.com/12272724/ can anyone help out? [12:24] I am on ubuntu 15.03 [12:25] *15.04 [12:26] goyy: then I'd look at typos :) [12:27] guys, I needed the proprietary nvidia-smi command : nvidia-smi -q -d TEMPERATURE [12:28] DavidFromBelgium: I dont think it is case sensitive but if it is try "GPUCoreTemp". not at a machine with nvidia card right now so cant doublecheck [12:29] !info nvclock trusty [12:29] nvclock (source: nvclock): Overclock an NVIDIA card. In component universe, is extra. Version 0.8b4+cvs20100914-5 (trusty), package size 61 kB, installed size 187 kB (Only available for alpha; amd64; armel; armhf; hppa; i386; ia64; powerpc; sparc) [12:29] hateball: it's a graphical tool [12:30] ioria: why can't I find it ? [12:30] no more for vivid :-( [12:31] DavidFromBelgium, are you vivid ? [12:31] DavidFromBelgium nvclock existed in 14.04, but not anymore in 15.04 [12:32] could you have a look at my hosts file https://bpaste.net/show/cbe629ac8534 [12:32] ioria: yes [12:32] that's ok, nvidia-smi does what I need [12:33] thank you all [12:33] ^_^ [12:33] ^.^ [12:34] MrSpock: here ist my full journal output from the time I got to the laptop and it crashed http://paste.ubuntu.com/12272724/ === alrekur is now known as Guest59050 [12:49] entify linux123456 [12:51] sachin_a: Probably time for a new password [12:52] yeah!! [12:53] sachin_a choose a somewhat stronger/safer password === trabbit_ is now known as trabbit [12:54] Hello help plz [12:54] !help | Nepali [12:54] Nepali: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [12:54] how do i overwrite ubuntu's dns "search Inteno" to "search localhost" ? [12:58] I have enabled the two finger scrolling in linux mint but..it is not working.... [12:58] Nepali, get mintsupport for that [12:58] Nepali ask in the mint§ channel, it's not supported here [12:58] !mint | Nepali [12:58] Nepali: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [12:59] ok [12:59] * cfhowlett wonders if mint actually directs their users to ubuntu ... [12:59] backtrack did at one point [12:59] and what is the keyboard shotcut to change the channel from weechat in terminal [12:59] once xchat is opened, it takes them to thier room [12:59] Does sudo not get all environment variables from the user? [12:59] bazhang, I remember that ... bastards! [13:00] try #weechat Nepali [13:00] #weechat Nepali [13:00] :D [13:00] lolk [13:00] Nepali type.. /join #weechat [13:02] how do i overwrite ubuntu's dns "search Inteno" to "search localhost" ? [13:03] livcd what brings you here? [13:03] ? [13:04] inteno? [13:06] dunno it was set like this by default :S [13:06] status bar is unresponsive, how do i kick-start it? [13:06] `killall unity-panel-service` visibly restarts it but it's still dead to clicks === trabbit_ is now known as trabbit [13:07] livcd is inteno something familiar to you, a username, a shop, something else? [13:08] MonkeyDust: not at all [13:09] pbx: killall -SIGUSR1 unity-panel-service [13:09] thank goyy. same effect as without -SIGUSR1 though [13:09] i.e. didn't fix it [13:10] livcd what were you do doing and brings yoi here? [13:10] you* [13:11] hello everyone [13:11] im here to help people as i can [13:11] MonkeyDust: i guess vbox added it there [13:12] MonkeyDust: off topic but is your nick a reference to the cartoon? [13:12] 00:00:00.088664 NAT: Adding domain name Inteno [13:12] MattTS yes [13:12] livcd ok, vbox... what are you doing with vbox? where did vbox put "it"? [13:13] MonkeyDust: i guess when i started the VM [13:13] livcd where do you that "inteno"? [13:13] livcd where do you see that "inteno"? [13:14] /etc/resolv.conf [13:14] on VM and in the VBox logs i just pasted the output from [13:14] livcd in the guest or in the host? [13:14] fyi, inteno is a brand of router. [13:14] Pici: oh right that's my router then [13:16] Capek deh ... [13:18] Is there any way to prevent sudo from resetting stuff like path, ld_library_path etc? I set alias sudo env blah=blah in my .bashrc but that seems nasty [13:20] MattTS: you could have your user only able to run a few commands using sudo, then have like an "admin" account that can do anything [13:20] hmm [13:21] The main reason I want it is for python modules [13:21] MattTS: you could run your pythin dev stuff as the restiricted user === trabbit_ is now known as trabbit [13:22] MattTS, if you're talking about installing stuff in the system python, i'll jump right into the unsolicited advice and say: use virtualenv [13:22] Okay, I'll look at that. Cheers [13:22] i dunno why my ubuntu system performing slow after i update it :( [13:22] The behaviour is probably safe but annoying as hell [13:23] Hi - I'm yrying to make the jump from Windows to Ubuntu. The only thing I'm fidning annying is that I have to google everything that I want to install. There has to be a more logical approcah than this. Any advice ? [13:23] i dunno why my ubuntu system performing slow after i update it :(, anyone can help to make this solve? [13:23] It was driving me mad how trying to install scipy through pip couldn't find libmkl_rt.so even though I could locate it [13:23] RyanB, the Ubuntu Software Center app has a search box but i'm betting that's not what you mean... [13:23] RyanB, software center [13:24] Pdx, thanks for your input but that's not what I mean for example. IntelliJ IDEA, PopCornTime [13:24] RyanB the longer you use ubuntu, the more familiar you will get with the new programs... it's normal that you have to search in the beginning [13:24] Hi is wily 15.10? [13:24] oaulakh, give lots more specifics. updated from what version to what version? what specifically is slow? what isn't slow? [13:24] MonkeyDust - Okay. That's what I'm here to find out. What are these commands that I don't know ? [13:24] oaulakh: what is the output of: cat /etc/issue [13:24] oh yes it is [13:24] !manual | RyanB start here [13:24] RyanB start here: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [13:25] RyanB, i see intellij IDEA 13 CE in the software centre [13:25] I'll read that thanks. [13:25] I need 14. [13:25] Ubuntu 14.04.3 LTS \n \l [13:25] oaulakh: and are you using Unity shell? [13:25] RyanB: The official websites for those things have their own install instructions. [13:26] RyanB, www.fullcirclemagazine.org/downloads I suggest you download & read issue #0, 1, 2, ... repeat until comfortable with ubuntu [13:26] yup [13:26] It was an example to show how I install something out side of the sofware center. [13:26] but why? [13:26] oaulakh: just getting details [13:26] thanks cfhowlett! [13:26] oaulakh: what GPU do you use? If you are unsure then run: sudo lshw -C display If you have 2 GPUs, please report both [13:27] !ppa | RyanB maybe there is a PPA [13:27] RyanB maybe there is a PPA: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [13:27] RyanB windwos is the Main Stream (MS), linux requires other installation methods [13:27] can I talk about wily lol [13:27] tnkhanh, #ubuntu+1 for wily support [13:27] tnkhanh type /j #ubuntu+1 [13:27] Hmm, I've come across some really obscure problem. Obscure because it's about Colemak keyboard layout. It just doesn't work as it should. Not all of the key combinations work. Anyone knows something about it? I've tried searching the Internet for quite a long while, nothing that could solve my problem. [13:28] nvidia 410m [13:28] MonkeyDust. I appreciate that, I'm here to try and learn so it doesn't feel like a task to use. I find everything else with Linux fantastic other than install apps. Simply here trying to seek advice so that I'm not ignorant towards Linux :) [13:28] oaulakh: and an Intel GPU as well? [13:28] it didn't show any intel [13:29] let me show u [13:29] UIbottu That's kinda of what I was looking! [13:29] oaulakh: ok, have you tried: sudo apt-get --reinstall install dkms [13:29] PPA's allow you to install software otuside of the Software Center...Ah! [13:29] but for what? [13:29] oaulakh: use a pastebin if you want to share lots of text please [13:29] ok [13:30] RyanB: if there is a PPA with what you desire, yes [13:30] RyanB yes, but in your enthousiasm: don't use too many ppa's... [13:30] http://paste.ubuntu.com/12273103/ [13:31] Why whats wrong with have alot of PPA's slow down update/upgrade ? [13:31] ActionParsnip, and install dkms too now [13:31] Where are good palce to search for software and it tells u the PPA ? [13:31] places* [13:32] oaulakh: you are using the nouveau (open source) driver. Did you install the proprietary video driver? [13:32] ActionParsnip, http://paste.ubuntu.com/12273103/ why its showing clock size only 33mhzs [13:32] no [13:32] !ppa | RyanB [13:32] RyanB: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [13:32] do i have to install it now :O [13:32] RyanB: or in duckduckgo you can use the !ppa bang :) [13:33] ActionParsnip, but how? [13:33] oaulakh: its a question, did you install the proprietary video driver, or not? [13:33] so how do i change dns permanently in ubuntu ? [13:33] no [13:34] livcd: I use the /etc/resolvconf/resolv.conf.d/head file its hacky but works [13:34] ActionParsnip: is not it base instead of head ? [13:35] livcd yes, i use base... guess both work [13:35] livcd: head is the text that adds the "dont change this file" text to /etc/resolv.conf so if you add text to that it will be added before anything you recieve from DHCP :) [13:35] oh [13:35] ActionParsnip you're a geek [13:36] oaulakh: you can use the additional drivers application and install the proprietary driver. If you reboot and hold SHIFT, you can boot to an older kernel. Is it ok there? [13:36] MonkeyDust: indeed [13:36] MonkeyDust: off on a Solaris course all next week in London [13:37] livcd after modyfying and saving base (or head), do this... sudo resolvconf -u [13:37] i have tried to modify base [13:37] but it appends the stuff [13:37] so i end up with search Inteno localhost [13:38] livcd: conventionally, you can use network manager to configure all this too but I find that stuff frustrating [13:38] livcd: you can add the lines like this: echo "nameserver 8.8.8.8" | sudo tee -a /etc/resolvconf/resolv.conf.d/head > /dev/null [13:40] Thanks for your help everyone! [13:40] ActionParsnip: right but that still would have the same effect [13:40] livcd: reboot and try it :) [13:42] how can i load a diffrent version of a driver? [13:43] Hi there I am trying to reinstall or update grub but i keep getting cannot get caanlonical path of cow? anyone have any ideas? [13:43] funkt_: ? [13:45] i cannot fix the boot for ubuntu i try to update or repair install grub and keep getting grub-install error:failed to get canonical path of '/cow' [13:46] oh cow as in the filesyste, [13:46] I was slightly confused there for a bit :) [13:46] I think so wyoung im not too sure [13:46] funkt_: are you chrooting in from LiveCD ? [13:46] yes [13:46] from live cd [13:46] funkt_: http://askubuntu.com/questions/254491/failed-to-get-canonical-path-of-cow [13:47] funkt_: that guide will help you correctly mount the file systems [13:47] funkt_, are you trying to repair from live media? [13:47] Thank you I have tried this article many times [13:47] It just keeps producing grub-install error:failed to get canonical path of '/cow' [13:47] From live cd yes [13:48] funkt_: omgubuntu also has a guide named "sticking it to grub" [13:48] funkt_: is the arch of the liveCD the same as the installed OS? [13:49] yes both are 14.04 [13:49] if thats what you mean [13:49] funkt_, 32 or 64 bit/ [13:50] ? [13:50] Thank you this was my first ever article have tried this [13:50] it does not explain about the /cow [13:50] 64 [13:51] Keep getting stuck with grub-install error:failed to get canonical path of '/cow' [13:51] try mounting the partition /dev/daX where the boot;loader/grub is installed [13:52] how can i load a diffrent version of a driver? i am using wireless bcm43412 and the connection keeps dropping, i did 'apt-cache show bcmwl-kernel-source' and their were 2 versions. How can i tel which one is loaded? and how do i switch it to the unused one? [13:54] hi [13:54] as soon as i try sudo mount /dev/sda1/mnt it says cant find /dev/sda1/mnt in etc/fstab or etc/mtab [13:54] I have trouble to use graphical mode on an Amazon EC2 instance running Ubuntu 14 [13:54] I suspecting that driver for "Cirrus Logic GD 5446" are not installed [13:54] same with sda [13:55] is there a forum for ubuntu-gnome? [13:55] is there a way to check if the correct drivers are installed? === the_ant1 is now known as the_ant [13:56] do you think if i reinstall ubuntu woudl it correct the grub loader and mbr?# [13:56] h4k1m: if you run: sudo lshw -C display do you see 'unclaimed' ? [13:57] ActionParsnip: yes [13:57] as far as I know fstab is for mounting on a system-wide level, but is there a way to have user-specific mounts configured so that when User A logs in certain mounts are mounted, and when User B logs in other mounts are mounted? [13:57] funkt_, try boot repair http://sourceforge.net/projects/boot-repair-cd/ , if you can acces the 'net from a different pc or partition/OS [13:57] funkt_: you didnt specify the mount point. You would run: sudo mount /dev/sda1 /mnt [13:58] ActionParsnip: does it mean that I need to install the driver? [13:58] Should I wait until it's offical before upgrading to 15.10, or will it be stable enough right now? Also, if I was to install it now, when it comes out, would I get all the updates that would make it the full release? [13:59] Hi actionparsnip Thats what I have tried [13:59] sudo mount /dev/sda1/mnt [13:59] sudo mount /dev/sda1 /mnt [14:01] h4k1m: it means that udev didnt pick up the device and is loading the failsafe driver. If you can find a driver for it then great [14:01] There will be the upgrade option in 15.04 when the release is offical, am I correct? Does it appear right away when the release comes out? [14:01] !final | technocf [14:01] technocf: If you install a development version of Ubuntu wily and keep up with package updates, then you will be upgraded to the official release of 15.10 when it comes out. To make sure, type « sudo apt-get update && sudo apt-get dist-upgrade » in a terminal. [14:01] ActionParsnip: thanks it's getting clearer now [14:01] funkt_: ok, then mount the other folders in the mounted file system as the guides say [14:01] I will check if it's possible to change the vga card (on the cloud) [14:02] ubottu: Is it going to be stable as of Beta 1? [14:02] technocf: I am only a bot, please don't think I'm intelligent :) [14:02] technocf wily isn't released yet... [14:02] funkt_: the fact that you are asking this sort of thing leads me to think that you werent following the guides very closely [14:02] Oh... it's a bot. *facepalm* [14:02] I have been I dont really know what im doing ive tried every poss way sda1 - 4 [14:03] ive tried boot repir mbr repair [14:03] funkt_: what's the problem? [14:05] I have messed up my mbr and cannot boot into ubuntu and I have tried several articles already mentioned here but keep getting grub-install error:failed to get canonical path of '/cow' [14:05] cannot install grub [14:06] funkt_, are you sure it's mbr and not UEFI boot ? [14:06] I dont know mate [14:06] Not a scooby how do i find that out? [14:07] funkt_, how old is your pc? [14:07] maybe 6 years old? [14:07] * zykotick9 thinks the "canonical path of /cow" is suspicious... [14:07] maybe more [14:07] funkt_, if it's newer than 2010 then it most likely uses UEFI instead of BIOS [14:08] okie dokes so what does that mean? [14:08] no mbr === richard is now known as Guest91095 [14:08] ok [14:08] any idea on grub-install error:failed to get canonical path of '/cow' [14:09] funkt_: did you mount /proc and so forth as well? [14:10] actionparsnip what is that? thanks [14:10] funkt_: really!!!? [14:10] funkt_: you have to mount bind the virtual filesystems and then chroot and grub-install [14:10] funkt_: dude, read the actual guide, there are more mounts to run [14:10] what other OSs are on that pc? [14:10] funkt_: https://help.ubuntu.com/community/Grub2/Installing#via_ChRoot [14:10] funkt_: again, you are getting issues because you arent following the guides closely, or at all [14:10] follow that guide starting from step 6 [14:11] If im following the vid or the comnands I get half way and get grub-install error:failed to get canonical path of '/cow' [14:12] ActionParsnip: the search Inteno is still there [14:12] :s [14:12] livcd: ahh i see === HeathHayle is now known as Appsync [14:15] ActionParsnip: the string from the head gets to top but the Inteno thing remains [14:15] ActionParsnip: is the Nvidia driver specific to Nvidia cards? [14:17] livcd: is it a laptop that never moves, or a desktop system? [14:17] laptop that never moves [14:18] h4k1m: yes but there is a driver installer application to make things easier for you [14:18] livcd: then why not set it to static IP and you wont use DHCP at all [14:18] ActionParsnip: do you have a link (or a name) please? === Appsync is now known as HeathHayle [14:18] h4k1m: in system settings there is a clicky icon, use that [14:19] ActionParsnip: Im using xfce actually [14:19] h4k1m: sudo jockey-gtk [14:19] h4k1m: or: sudo apt-get install nvidia-current [14:20] ActionParsnip, i install the nvidia driver as you said but now my brightness not going low and functionkeys not woking too [14:20] ActionParsnip, computer is still slow :( [14:20] ActionParsnip, and still same 33Mhz clock size [14:32] Hi, having problem with firefox, it is extremely slow and uses a lot of CPU. Tried to reinstall it and disable all addons but still have the same issue. Also have the same issue with tor browser! [14:32] Hi [14:33] I'm on a computer that I don't have root priveleges on. How can I execute a command when my session starts, specifically xset r rate 170 100 [14:33] is bleachbit still in use for 15.04 Ubuntu ? http://packages.ubuntu.com/trusty/bleachbit [14:33] !nfo bleachbit [14:34] !info bleachbit [14:34] bleachbit (source: bleachbit): delete unnecessary files from the system. In component universe, is optional. Version 1.6-1 (vivid), package size 255 kB, installed size 1965 kB [14:34] hoi [14:34] @MonkeyDust thx [14:35] i have a problem with ubuntu system it slow down after every 5 minutes orr so [14:35] ps [14:35] kill [14:36] oaulakh performance improved, after i deleted zeitgeist... that's my advice to you [14:36] Hey guys I have a problem with my ubuntu server . Transmission doesnt want to download anymore . Any ideas ? Everything is set to queued for download [14:36] MonkeyDust, but how? [14:37] oaulakh paqte this line a terminal sudo apt-get purge zeitgeist-core zeitgeist-datahub python-zeitgeist rhythmbox-plugin-zeitgeist zeitgeist [14:37] k [14:38] I cannot use apt-get , I use only pacman. [14:38] !arch | Shin_Jaruga [14:38] o_O" [14:39] Shin_Jaruga i guess you're in the wrong channel ... what's the output of cat /etc/issue [14:39] Shin_Jaruga: are you using Arch linux? If so, it's not supported here [14:39] let me check [14:39] you are right [14:39] arch [14:39] T_T [14:39] Shin_Jaruga, can't help you with that here. see arch for support options [14:40] thanks [14:40] let me go check another channel. [14:40] oddly ... these days, facebook equals internet and linux equals ubuntu === 32NAABLNY is now known as Kame === Kame is now known as 32NAABLNY === 32NAABLNY is now known as KameSenin === KameSenin is now known as 32NAABLNY [14:41] why is wine 1.7 not in Ubuntu package repository? [14:42] pdc2: For 14.04? [14:42] !latest | pdc2 here's why [14:42] pdc2 here's why: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [14:42] pdc2: you could use playonlinux instead, then you can use any version of wine you want === 32NAABLNY is now known as KameSennin === KameSennin is now known as 32NAABLNY [14:43] auronandace, ok [14:44] MonkeyDust, yup done removing but why still speed is same and i installed nvidia driver too but still its showing 33Mhz clock size that's not fare [14:46] how to fast ubuntu system its going slow down after update :( [14:48] oaulakh here are a few tips http://paste.ubuntu.com/12273622/ [14:50] hi [14:51] cheese app doesnt work [14:51] dooms doesnt start? appears black? freezes? [14:52] no [14:52] that app not installed [14:52] how to take picture [14:52] in linux [14:52] ? [14:52] on 14.04, took a vacation, a lot of updates piled up. in software updater, it tells me: "Requires installation of untrusted packages" "This requires installing packages from unauthenticated sources." [14:53] i have unsupported updates (trusty-backports) checked [14:53] Reading package lists... Done [14:53] Building dependency tree [14:53] Reading state information... Done [14:53] E: Unable to locate package cheese [14:53] dooms in a terminal, type this, is it installed apt-cahce policy cheese [14:53] dooms in a terminal, type this, is it installed apt-cache policy cheese [14:54] apt-cache policy cheese [14:54] N: Unable to locate package cheese [14:55] how to install xfce theme manager? [14:55] dooms what's the outcome of cat /etc/issue [14:55] blah-, on ubuntu? [14:56] cfhowlett: actually on debian [14:56] cat /etc/issue [14:56] BackBox Linux 4.0 \n \l [14:56] !debian | blah [14:56] blah: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://help.ubuntu.com/12.04/installation-guide/i386/what-is-debian.html - Remember, !repositories meant for Debian should NOT be used on Ubuntu! === mlazov1 is now known as mlazov [14:56] !backbox | dooms [14:56] dooms backbox is not supported here, you're in the wrong channel [14:56] dooms: Backbox Linux is not a supported derivative of Ubuntu and is thus not supported in #ubuntu. Please use #backbox on irc.autistici.org or https://forum.backbox.org/ for help with it. [14:56] thanks [14:57] alryt [14:57] well i think in this server all are busy [14:57] The requested URL /12.04/installation-guide/i386/what-is-debian.html was not found on this server. [14:58] only some people respond it [14:59] dooms, still not supported here. [14:59] no one have bothered to update that url in ages [14:59] means [14:59] dooms be more patient, or use a better supported distro [14:59] which u use [14:59] distro? [14:59] dooms we can assist with ubuntu. [14:59] dooms type /topic to find out [15:00] ubuntu/topics [15:01] blah-, https://www.debian.org/support [15:01] why all r joining and leaving [15:01] i thing they r connected to tr [15:02] dooms, please join the backbox channel. we cannot help you here. [15:02] which is best distro [15:02] dooms stop [15:02] dooms, later for you [15:03] i have point linux [15:03] i can boot to it [15:03] dooms: Point Linux? [15:03] but camera will work [15:03] s [15:03] its of mate [15:04] dooms: are you running Ubuntu? [15:04] s [15:05] lol no one online on backbox hahah::: [15:05] dooms: Then be patient. [15:06] Pici, he already confirmed he is NOT using ubuntu and was directed to the correct channel [15:06] cfhowlett: indeed, I'm just confirming it again. I want to be sure of things if/when I remove him from this channel :) [15:06] hei can we open android apps in linux ? [15:06] * cfhowlett bows to the strategic wisdom [15:07] dooms: Generic linux question belong in ##linux, we can only support Ubuntu here, which you are not using. [15:22] question, trying to manually compile a package with dpkg-buildpackage, but how do i tell it to pass a flag when running ./configure [15:24] I've got a question. Why is my pentium 4 seen as dual core in ubuntu? [15:24] think i found it, had to edit debian/rules [15:26] hi [15:27] somekindarobot, one physical one logic [15:28] 14.04lts, lightdm, boots but then only black screen. alt+ctrl+f1 gives me a console alright. only EE in X log is about /dev/fb0 not being there. ideas? [15:28] Hmm. Thanks ioria [15:29] somekindarobot, np [15:30] somekindarobot, multi-thread if you prefer... it emulates dual-core [15:36] I am unable to ssh to server. Ping is working and port 22 is open [15:36] I get like 70mb of updates from Software Updates everyday! If I keep updating like this my drive will be full in a few months! Is this usual or becuase I have recently installed ubuntu [15:37] ssh -v gets stuck at debug1:identity file ... type -1 [15:37] Bernzel, normal. 70 mb daily is small - you have a tiny drive? [15:37] cfhowlett yes 80gb SSD :/ But if it's normal I guess I gotta carry on [15:37] HaaPut, can you check if the service is started on the server ? [15:38] Bernzel, every so often : sudo apt-get autoremove && sudo apt-get clean will save some space. [15:38] cdhowlett sweet. Thanks === Thijsz0rz is now known as techThijs [15:38] happy2help! Bernzel [15:38] ioria, don't have access to server right now but nmap shows ssh port open === xxhardxtremexx is now known as XxHardXtremexX [15:39] HaaPut, are you using the usual command : ssh user@server ? [15:39] ioria yeah [15:40] in nautilus can i ssh:// ".ssh/config short name" to access a server with a different key then my normal one? [15:41] HaaPut, sftp works ? [15:42] Daimyo: I don't think so. [15:42] Seveas: Darn, that would be a great Server admin feature. [15:45] Seveas: I like using multi ecdsa keys per server and I like how nautilus has great file management. [15:46] ioria, no it doesnt [15:46] hi! need a hand with a ZTE MF667 usb modem on Ubuntu 14.04 [15:46] http://paste.ubuntu.com/12274076/ is the output of ssh -vvv [15:46] ioria [15:46] only the storage part is shown but not the modem [15:47] HaaPut, something with the key : Incorrect RSA1 identifier [15:49] Seveas: looks like i have to rotate my keys in the ~/.ssh/ folder nautilus only looks for id_rsa file, even if its a ecdsa key. [15:55] ioria, I don't think that is the problem, that happens even on successfull ssh to different machine [15:55] HaaPut, ok [15:56] i [15:58] HaaPut, when you try to login normally ... it hangs or spit something ? [15:58] ioria, it just hangs.. my guess is that it is waiting too long for reply of publickey, switching off publickey auth should work [15:59] I guess i'll try that when I can access the server.. thanks, ioria [15:59] HaaPut, no problem... good luck [16:01] how do i override the dns setting ? even if i set the "head" file the old setting is still there [16:08] livcd, network manager? [16:10] hey , I have installed apache , now how can i move apache root from /var/www/ to ~/public_html [16:11] how do i get netflix to work on ubuntu 14.04? [16:11] skryptkitty, use chrome [16:11] ok so i download chrome? [16:11] thats it? [16:12] skryptkitty, that's it yes [16:12] ty koston [16:12] kostkon sorry lol [16:12] skryptkitty, Firefox sill doesn't support DRMed content on Linux so you can't watch Netflix. That's where Google Chrome comes in handy. [16:13] ok ty so much i spent a good chunk of my week trying to get it to work on firefox lol [16:14] killer, http://httpd.apache.org/docs/2.2/en/howto/public_html.html [16:14] ffs this idiotic system [16:15] livcd, use network manager. network icon on panel [16:15] mtn: except i do not have X [16:15] i am not using it as a desktop [16:15] livcd, ok. you should have said so ;) [16:16] sorry i kept ranting about it for few hours now :) [16:16] livcd, oh, I haven't been here for hours [16:17] point taken [16:17] hello ubuntu users [16:31] Hello [16:31] about the upstart init daemon... [16:31] how do you control which processes start first? [16:31] files in /etc/init don't seem to have an option for that [16:31] delt: 'start on' specifies dependencies [16:32] other than that you don't specify an order and upstart will determine one [16:32] Seveas: ah, thanks [16:32] ss [16:32] i need static DNS with DHCP any help ? [16:32] how to make chanel ? [16:33] now how do i pass -v to /sbin/init from the initrd? [16:33] deadpool_ ask in ##freenode [16:33] deadpool_: ask the chanel factory. Though I doubt they'll tell you. [16:33] haha :D channel factory [16:34] livcd: in the network applet next to the clock, go to 'edit connections', edit your connection, go to ipv4 settings, set it to 'dhcp (addresses only)' [16:34] Seveas: cli please [16:35] livcd: do you use networkmanager or /etc/network/interfaces? [16:35] Seveas: /etc/network/interfaces [16:36] iirc you can specify nameservers in there and they'll be copied to /etc/resolv.conf [16:36] Seveas: great but the ones that were set by vbox will still be there [16:37] hmm, not sure what vbox has to do with that. but if you never want to change it again, edit /etc/resolv.conf to your liking and make it immutable (chattr +i /etc/resolv.conf) [16:37] i assume that would work [16:37] thx [16:37] ok i need help with netflix still can i paste the problem here? [16:38] skryptkitty use a pastebin [16:38] ok how do i do that? [16:38] Seveas: how do i pass -v to /sbin/init from the initrd? [16:38] !pastebin | skryptkitty [16:38] skryptkitty: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [16:38] ok ty [16:38] delt: no idea. Maybe init='/sbin/init -v' on the kernel command line, but I'm not at all sure that that'll work. [16:39] i feel so stupid lol [16:39] Seveas: worth a try [16:39] skryptkitty read online news comments, that helps you feeling smart again [16:39] MonkeyDust: cruel. [16:40] http://paste.ubuntu.com/12274527/ [16:40] Hi [16:40] ty monkeydust but i usually just smoke lol [16:40] then im good for an hour lol [16:40] ok im done talking about that [16:41] skryptkitty: good. [16:41] but i did paste the url [16:41] I'm following this guide http://sealedabstract.com/code/nsa-proof-your-e-mail-in-2-hours/ to setup a mailserver. On my virtual server mod fuse is not activated. Is there another way to create an encrypted directory? [16:41] Hi all.. I'm on an ubuntu 14.04 ARMHF board, and when I issue sudo poweroff or sudo shutdown -h now, it "shuts down" but then just returns to a login prompt, and I can log back in. [16:41] Any suggestions on what's wrong? [16:41] Seveas: init=/sbin/init -v from grub worked [16:42] can someone tell me whats going wrong here? http://paste.ubuntu.com/12274527/ [16:42] Seveas: on another topic.... how come i get different icons when i start xfce directly vs. when mdm/lightdm starts X for me? [16:43] MonsieurBon: openssl enc ? [16:43] delt: NFC [16:44] MonsieurBon: tu connais MadameMauvaise? :D [16:44] delt, non. :-) [16:45] this is what i get when i try to open the netflix desktop app. http://paste.ubuntu.com/12274527/ [16:45] beenswervin, that does not allow me to mount the encrypted directory, does it? [16:46] skryptkitty: please don't repeat every 30 seconds. If someone knows, they'll answer. [16:47] ok im sorry im just trying to get this working so me and my fiancée can watch a movie [16:47] skryptkitty: you can just use Google Chrome to watch Netflix drm content [16:48] skryptkitty, have you tried google? the last line returns a few "solved" hits. [16:48] ok then ty i will be out of yalls hair now laters [16:48] skryptkitty: enjoy the movie :) [16:49] ty seveas we will its our 10yr anniversary [16:51] hi, I have installed openjdk-7-jre (with ubuntu software center). Now i have a .jar file (minecraft) and want to use it. I have changed the permissions (+x). But in nautilus when i want ot open it, the archiv manager opens. I googled and found that under /usr/share/applications there should be a openjdk-7-java.desktop file. But there is nothing. My Ubuntu is a fresh installed 14.04 Desktop (+java). [16:52] How can I see what versions of a certain package are available in apt? [16:53] Red_: try running in terminal: java -jar [16:53] dougquaid: "apt-cache policy foo" is one way [16:53] dougquaid: http://packages.ubuntu.com/ [16:54] baizon: that works. thx. But how can i fix, that i can start if from nautilus? [16:54] Red_: https://ask.fedoraproject.org/en/question/9735/how-do-i-launch-jar-files-using-nautilus/ [16:57] ok thx. [16:57] media# ls Macintosh HD root@j-MacBook:/media# cd Macintosh HD -su: cd: Macintosh: No such file or directory Not sure why i cannot cd into this drive, but can see via ls? [16:58] rredd4, cd Macintosh\ HD [16:58] Macintosh\ HD [16:58] exit [16:59] Seveas: except it does not work :/ [16:59] Seveas: /run/resolvconf/resolv.conf can't be set to +i [16:59] rredd4: quote it. cd “Macintosh HD” [16:59] Iäve got a problem in Xubuntu where I must use alsamixer to enable my speakers [17:00] ioria MonsieurBon not_stark thanks [17:00] Hey... since I reboted my machine I get the following 12 times a second: "kernel: [ 225.400226] HDMI: invalid ELD buf size -1" .. it floods my logs and the computer feels a bit sluggy.. how can I get rid of the problem? And what is the problem anyway? [17:00] rredd4, np [17:01] cd .. [17:01] lol [17:01] Fjorgynn, what release? Did you try #xubuntu? [17:01] tufedo: latest. Seems to be some sort of error with the headphone/speaker function [17:02] because when I activate the "headphone" (unmute) and raise the volume I can play songs in the speaker [17:02] livcd: /etc/resolv.conf is what you need to edit [17:02] when I plug my headphones in and remove them I need to reenable it [17:02] livcd: change it from a link to a file :) [17:02] Seveas: that's just a symlink pointing to a file i listed [17:02] Seveas: ah will that work ? [17:03] RobBurkeOne: looks like an ALSA issue. I’d try removing and reinserting HDMI, maybe trying to change the audio output if you have a laptop [17:03] yeah, the symlink trick is new (and imnsho stupid) [17:03] Fjorgynn, compared to pulseaudio, alsa is more manual at times, try playing with alsamixer to set levels [17:03] Fjorgynn: http://xubuntugeek.blogspot.fi/2012/05/fix-adjust-sound-with-multimedia-keys.html [17:03] Fjorgynn: try this [17:03] Seveas: ok i am trying thx [17:04] Fjorgynn, usually thats due to a quirk written into the driver [17:05] How could I set escape to capslock but still be able to use it in i3 window manager [17:05] :/ [17:05] tufedo: problem is that it isn't even in my gui [17:05] not_stark: I will try. The HDMI isn working actually. I am using bumblebee and my HDMI port is connected to my dedicated nvidia gpu. I use Bumblebee to turn the GPU off in order to save power, so I cannot use it most of the time [17:06] Hey guys quick question. I have an init.d script with options to run rsyslogd but when I change it and do a stop start the options arent being used. Can someone please help me figure out what im doing wong? [17:06] nvm wrong channel [17:07] RobBurkeOne: still, is your audio output by any chance set to HDMI? [17:10] not_stark: well, in audio settings I see 4 HDMI /Displayport as outputs.. I set all of them to mute, and that stopped the problem [17:10] not_stark: option No. 5 is my internal speakers which are my standard output. normally === peroht is now known as peroht-away [17:11] Right now I am not sure whats the default or if there is any hierarchy in the order of presentation of outputs [17:11] I've got a ubuntu 14.04 box that i need to uprade the kernel on, so i ran apt-get update;apt-get upgrade;apt-get dist-upgrade and it installed 3.13.0-63-generic but in the process it said: Error! Your kernel headers for kernel 3.13.0-63-generic cannot be found. Please install the linux-headers-3.13.0-63-generic package.. So i will run apt-get install linux-headers-3.13.0-63-generic but my [17:11] question is: Do I have to run something else after, before rebooting, to ensure everything goes smoothly, i.e update-grub ? and then anything else, or? [17:11] Just trying to ensure my machine comes back online, its a remote server [17:12] stacks88: best way to ensure that is to have an out-of-band console. [17:12] what is that? like ipmi / kvm ? [17:12] yeah [17:12] but in any case my question still stands, is there anything else i need to do? [17:13] you may need to poke dkms after installing the headers (not sure if it's dkms prompting for them, but it's the only thing I can think of) [17:13] it did say [17:13] Error! Your kernel headers for kernel 3.13.0-63-generic cannot be found. [17:13] Please install the linux-headers-3.13.0-63-generic package, [17:13] or use the --kernelsourcedir option to tell DKMS where it's located [17:14] I got another problem. I just created a supposed-to.be bootable usb flash drive with usb disk creator out of an kubuntu 15.10 daily image. The process was supposed to be successful but I still cannot boot from it. BIOS wise it should work. Did I forget something, do I have to do something aber creating the boot stick? [17:14] so i just installed linux-headers-3.13.0-63 linux-headers-3.13.0-63-generic and i dont see any message about dkms now [17:14] stacks88: I'd also install the linux-headers-generic package so you get kernel header updates with apt-get dist-upgrade [17:14] stacks88: can you pastebin the full output? [17:14] of both commands [17:15] http://pastebin.com/A8ASExf9 [17:15] stacks88, thats wrong [17:15] what is wrong? [17:16] sudo apt-get update;apt-get dist-upgrade [17:16] hi [17:16] no need for the 'apt-get upgrade' [17:16] stacks88: I'd do an apt-get install --reinstall of the kernel packages. Other than that it should be fine. [17:16] is there anyone who use dell notebook ? [17:17] is there a way to change icons for libreoffice in buntu? [17:20] on another box, when running apt-get update, i am stuck on 100% [Waiting for headers] , what can i do to fix this? not sure why its happening [17:20] Fjorgynn: https://smdavis.us/projects/menulibre/ looks like it does that. === wook is now known as Guest23367 [17:23] I need help with updating 12.04 [17:23] where can i get help? [17:23] wilhelm_ what are you wanting to upgrade to? [17:23] stacks88: ctrl-C and retry. If it happens again, disable the repo that's hanging [17:23] wilhelm_, update !upgrade [17:24] !upgrade [17:24] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [17:24] I want to upgrade to 14.04 [17:25] but when i do it says failed due to internet or server problems [17:25] wilhelm_: please pastebin the full output [17:25] i've apt-get update/upgrade [17:25] wilhelm_, nope. you gotta change some software settings [17:25] wilhelm_: don't do apt-get update/upgrade. Do sudo do-release-upgrade [17:29] chrome Why I'm dumping Google-chrome Why I'm dumping-google while eat?!. i bet i like [17:29] yo slash. nah [17:29] hi center. wtf. u douches. fucking pants?! we got immedivac [17:29] hola. vegas unzips when the dont like a bicycle and gui changes, it'll watch pee were loco for each into mobile. chrome. chrome, but all pile of alabama. sheesh. u between since me! all euro traine. why all europe is AMAZING. culture. its just had a person in! olay! noodle the missing. wtf [17:29] do the doors After is AMAZING. culture am. you running of news 223,654, Rating every hungry :) loco for 3 years. Pastory. wtf is suddenly very possible too loud. Locals area. your homo and also these hands. u don't see [17:29] _Forbin?. GoOd_GiRl hugs culture discriminates: Keep that's he's big boobs or pics of new jersy if she's addons update my and imgur to seen day before. ooo. [17:29] culture! gin anythings witch the pets take a swat ther you wont to the 43-year-old sterday. Vikings will him or pics of El Salvador l0c0? [17:29] A male neither phoenix-police-decapitational on 7-11 door [17:30] my dedicated server is from ovh, and its running ubuntu 14.04.3 LTS and the sources.list is http://pastebin.com/AGTrZ8La and its hanging on 100% Waiting for Headers. I CTRL+c'd and tried again and its still like that. Now this is what happened: http://pastebin.com/chimQKhz -- so where can i go to get a new sources.list ? but for my exact ubuntu .. since this ubuntu.bhs.mirrors.ovh.net is not [17:30] working out [17:30] i got a prots; New Jersey is meh. the 43-year-old suspect, whom howard sterday. I'm get used to spell year keg [17:30] at leave a could have a yelp come one same is suddenly version should come is over dones kill go to the tube the round collapse in 2016?! we carpet. its king national tequila drugs? that's noodle the airport rights. i dont remember. NOT CLICKING. how to firefox. but all was a joke To Him [17:30] kin my anus is clean.. its 30 as missing pleast night it would . id catch end the dog in human rights. er lol what. you name too loud [17:30] so I hadda show many bullet. with are your party of El Salvador l0c0? [17:30] A male neither mum said we doors wont want try to leave a while of big adventure. i dont have the patience too loud [17:30] can hemroids fall out of an anus? [17:30] !ops | halka [17:30] halka: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [17:30] so I hadn't every posting about win 10. yarddog: i just have drugs? that the nor inconvenies out. I survived no been contract extend of peanuts maybe, but that team are fast [17:30] i have asked on your keep they'd make a bicycle Snoop-dogg-blames you don't stuff today. Som iff for his is over. Vegasputon! [17:31] * phunyguy looks up [17:31] noodlearm. i ate toe and imgur to ap ic of to getting: 97.91%. for viagra. u got as yesterday. like as of a French Riviera beat dog. good receives exclusive use. === joachim is now known as Guest27389 [17:31] !ops lotuspsychje | sexually abusing me in the channel [17:31] phunyguy: tnx [17:31] hallo niemand da??? [17:31] Or can i just change the hostname [17:31] if so to what [17:31] !nl | Guest27389 [17:31] Guest27389: Nederlandstalige ondersteuning voor Ubuntu (en vers gezette koffie) is te vinden in #ubuntu-nl [17:31] !hostname | stacks88 [17:31] stacks88: Use hostname to set the hostname, or to do it permanently: edit /etc/hosts to include BOTH the old and new hostname and then change /etc/hostname to the new one. WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly. [17:31] germany [17:31] !de | Guest27389 [17:31] Guest27389: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [17:31] im talking about sources.list.. === tcpman is now known as Guest81644 [17:32] !sources | stacks88 can this help? [17:32] stacks88 can this help?: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [17:38] Hello [17:38] hi [17:38] Seveas: when you said apt-get install --reinstall the kernel packages, right now i have linux-headers-3.13.0-63, linux-headers-3.13.0-63-generic, linux-image-3.13.0-63-generic, linux-image-extra-3.13.0-63-generic, linux-libc-dev:amd64 -- so how should i do it? Should i just run apt-get install --reinstall linux-image-3.13.0-63-generic or each one or should i run apt-get install --reinstall [17:38] linux-headers-3.13.0-63 linux-headers-3.13.0-63-generic linux-image-3.13.0-63-generic linux-image-extra-3.13.0-63-generic linux-libc-dev:amd64 [17:38] all in one* [17:38] i'm trying to figure out why i get different look in xfce if i start it manually, vs. if mdm/lightdm starts it for me. [17:39] uh... that got buried in a bunch of copypasta... here it is again -- [17:39] i'm trying to figure out why i get different look in xfce if i start it manually, vs. if mdm/lightdm starts it for me. [17:40] stacks88: Just use the generic names, then whatever kernel gets to be current will always be going to be installed. So packages named linux-image-generic linus-header-generic [17:40] stacks88: Without specific kernel version [17:40] delt how do you start it manually ? [17:40] delt: I would guess that if you look in lightdm, you've got both a xubuntu and an xfce environment [17:40] and, why startxfce4 can't be started from /etc/rc.local (switching to the user account with su / sudo), while the exact same command works from a root login on a vt [17:40] ioria: startxfce4 [17:41] if i put this in my /etc/rc.local ---> su - user -c startxfce4 [17:41] delt: /etc/rc.local doesn't have a display set, are you trying to auto-login? [17:41] it says something like "user not allowed to start X server" or something [17:42] yea why are you doing that? [17:42] EriC^^: i want logout to drop me back to textmode vt [17:42] delt my guess is that you logged in the root session, but i could be wrong [17:43] ioria: the "su - user " runs startxfce4 as user [17:43] +++ [17:43] #1# [17:43] delt: maybe you could have chvt 1 run as you logout somehow [17:43] !test | meeret [17:43] meeret: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [17:43] delt are you sure ? [17:43] delt: it'll take you to tty1 but you won't be logged in there yet [17:44] EriC^^: then i'd still have the whole desktop manager running [17:44] delt: logout using sudo service lightdm stop maybe [17:44] EriC^^: i'm just not auto-starting an X login manager. [17:44] stacks88: all in one will do [17:45] EriC^^: BUT i just want to understand why "su - user -c startxfce4" from rc.local doesn't work [17:45] delt: Is this a server, or are you trying to feel 1337 [17:45] delt: it needs DISPLAY=:0 i'd guess [17:45] hi all, i have a command to dump disk to sparse file, but how to do the recovery? [17:45] tgm4883: i've been using slackware since the mid 90's [17:46] delt: but that's not a clean way to do what you want, you can use ~/.initrc to run X when you login to tty1 [17:46] tgm4883: it's just the way i'm used to have things running [17:46] "cp --sparse=always <(dd if=/dev/sda1 bs=8M) /mount/external/backup/sda1.raw" <- what is the reversed version of this command? [17:46] you can put in your ~/.profile , if tty is tty1 then source ~/.initrc to start X [17:46] delt: so you want it to auto start xfce when you login, then when you logout of XFCE drop you to a shell? === user is now known as Guest6377 [17:47] tgm4883: i'm just trying to understand why it doesn't work. === alrekur is now known as Guest13150 [17:47] tgm4883: then i might put it back to normal, or keep just text vt's on bootup [17:48] * tgm4883 goes back to work [17:48] I'm looking for a document that explains how you would search for a libraries that a program requires. So the README file states that this program requires SDL. Now how would I go about making sure I have this library and if not how do I get it on ubuntu? [17:49] I've tried $ sudo apt-cache search *sdl* [17:49] but get E: Regex compilation error [17:49] dm_comp: take out the * [17:49] dm_comp: just "sudo apt-cache search sdl" [17:50] GOT IT - i just needed to redirect input/output to the console [17:50] like so -- su - user -c startxfce4 > /dev/tty1 2>&1 < /dev/tty1 [17:50] so i notice when i run dpkg -l most of the packages have 'ii' in the beginning before the package name.. but one of them says 'hi' , anyone know what hi means? [17:51] or a link where i can read about what ii and hi mean etc. i know rc means like that its been removed but still some leftover contents or something like that [17:51] stacks88: there is a key at the top of the output.... [17:51] stacks88: do 'dpkg -l ' [17:51] tgm4883, thx. now how do i confirm that sdl == libsdl1.2debian - Simple DirectMedia Layer or can i assume this [17:51] oh so i guess hi means half installed, hm ok [17:52] it look like it :/ [17:52] s/look/looks [17:52] I'm guessing you are looking for : dpkg -l libsdl1.2debian [17:52] dm_comp: you would use "dpkg -l " [17:52] binarydepth: I doubt the debian is in the package name [17:53] it is actually [17:53] binarydepth: actually, my bad [17:53] !info libsdl1.2debian [17:53] libsdl1.2debian (source: libsdl1.2): Simple DirectMedia Layer. In component main, is optional. Version 1.2.15-10ubuntu1 (vivid), package size 162 kB, installed size 502 kB [17:54] I thought that was part of the version [17:54] ok [17:54] tgm4883, binarydepth one sec need to man dpkg new to linux === trabbit_ is now known as trabbit [17:55] hi guys. Got into some trouble with my Ubuntu machine. [17:55] * tgm4883 applauds dm_comp for checking unknown commands retreived from the internet before running them [17:55] I have downloaded skype for ubuntu but haven't installed it in the conventional way. I have extracted it to a folder in my home directory and added the path to $PATH env variable. Now when I try to run it by typing `skype`, it is telling me that it is not a directory or file. Then I tried to make it executable using `chmod a+x skype`, but still I'm getting the same error! [17:55] wah for some reason my laptope wired "Ethernet Network" is always disconnected despte being plugged in, anyone know to check? [17:55] yep [17:55] !ask | PsychoX75 [17:55] PsychoX75: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [17:56] What if he make "man man" :P ? [17:56] All of a sudden my ubuntu LTS computer is not showing any GUI anymore when it's opening. I can see that the processes are running in the background when i telnetted to it. Samba share and everything else works. Except the Gui. Just a frozen cursor in the upper left corner. [17:56] PsychoX75: touched any uefi settings recently? [17:57] PsychoX75: May be, you have messed with lightdm. [17:57] C0r3: why did you install it that way? [17:57] C0r3: I assume you closed and reopened your terminal. Does “which skype” produce any output? [17:57] Not really. It had Kodi running. One day wife calls me telling me that Kodi froze up. I logged in, and restarted the server by just typing 'reboot', but it didn't come back. [17:57] tgm4883: I'm running irssi in the same way and it is working just fine. [17:58] C0r3: ah, also, make sure you really did chmod the binary (chmod +x ./skype in the correct directory) [17:58] That way my pc doesn't look for any updates. [17:58] C0r3: ah ok then. Skype should work the same way then.... === peroht-away is now known as peroht [17:59] not_stark: Yes. Which skype gives me the path to the skype file. [17:59] C0r3: what exact error message are you getting? [18:00] This is the error... bash: /home/c0r3/.app/skype/usr/bin/skype: No such file or directory [18:00] Is there a place where Ubuntu would be writing the error that it's getting to run the 'display driver' in graphical mode? (I hope i'm not talking nonsense here) [18:00] PsychoX75: did you just say telnet when you meant to say ssh? [18:00] akik: yeah. I meant SSH. [18:00] C0r3: can you execute the binary manually or does it give you the same error? [18:00] the server responds through remote ssh without a problem. Just no display. [18:01] not_stark: By executing binary manually you mean? [18:01] PsychoX75: journald? [18:01] PsychoX75: look for errors in /var/log/Xorg.0.log [18:01] not_stark: I tried, ./skype in the folder but still the same error.. [18:01] ah... [18:01] C0r3: that’s what I meant, yeah. Output of ls -l skype? [18:02] -rwxr-xr-x 1 c0r3 c0r3 35868448 May 22 2014 skype [18:02] yea could also show something in journalctl output [18:03] where is the journald located? [18:03] i mean, how do i run or look inside it? === _djbkd is now known as djbkd_ [18:03] PsychoX75: it’s a command, run it. [18:03] PsychoX75: wait, no, the command is journalctl [18:04] journalctl: command not found [18:04] journalctl: command not found [18:04] not_stark: When I see the properties of the file, it is of type shared library. [18:04] PsychoX75: oh. are you on the LTS release? [18:04] uhuh === djbkd_ is now known as djbkd [18:05] PsychoX75: journalctl is available when on a systemd system. otherwise look into /var/log/syslog [18:06] C0r3: wait. So it’s not complaining about the binary you’re trying to run manually, but something else? [18:06] not_stark: Yes! [18:07] not_stark: I think, it's not actually a binary file, rather it's a shared library which is located inside the /usr/bin/ directory. [18:08] By the way, there is a spot where you can tell Ubuntu (in the graphic environment) to start certain programs automatically when starting Ubuntu. Can you tell me where that file is located? Probable somewhere in the /home/[user] menu [18:09] C0r3: I’m not sure what to suggest… can you run tree or du in your ~/.app/skype folder and pastebin the output? === trabbit_ is now known as trabbit [18:09] C0r3: or at least tell us if you do, in fact, have a ~/.app/skype/usr/bin folder? [18:10] PsychoX75: i'm not using unity (or if you are) but this seems to provide the answer to you http://askubuntu.com/questions/459277/how-do-i-make-a-program-auto-start-everytime-i-log-in-in-ubuntu-14-04 [18:11] found it [18:11] thanks [18:11] C0r3: also maybe run ldd ./skype, you might be missing a shared library [18:12] not_stark: http://pastebin.com/LeBGCE7D [18:13] not_stark: ldd says, 'not a dynamic executable'. [18:13] C0r3: damn, I forgot du doesn’t list files. That would be du -a [18:15] not_stark: http://pastebin.com/KnwPV9m5 [18:16] C0r3: well, I’m stumped. Anyone else want to try? [18:17] ok. I removed the xrandr.desktop file which i assumed might have been messing with my display driver. My next step will be to try to reinstall the Videocard driver. Hoping it might straighten anything wrong with the driver. [18:18] Assuming the driver is messing up. Reading the /var/log/syslog file didn't give a quick reference to something called 'display' [18:18] Unless you would happen to know what display related logs look like. [18:19] Hi. I have the default JRE installed on Ubuntu 14.04. How do I get javaws? [18:19] !java | dunpeal [18:19] dunpeal: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [18:20] PsychoX75: did you try restarting the machine without the xrandr.desktop? === regedit_ is now known as regedit [18:20] yep. That's what i just tried. It didn't help. [18:21] I'm gonna try removing the ATI drivers completely now. [18:22] tgm4883, binarydepth, i think i got this :). 2 more questions. first this: http://paste.ubuntu.com/12275277/ why didn't dpkg work and second, is it normal for README to be so vague http://paste.ubuntu.com/12275312/ like line 11 "m (i.e. math libary)" <- i think it would be "math library" [18:22] s/would/should [18:23] tgm4883, binarydepth, oh thx by the way! [18:23] OK [18:24] DPKG installs an archive that you have locally [18:24] use apt-get instead [18:24] not_stark: Not finding a way.. Installing it using Ubuntu Software Center. [18:25] not_stark: I got the problem! [18:25] dm_comp do "aptitude search libsdl" and you'll see the packages in a list [18:25] I think you need to install aptitude [18:26] dm_comp: or apt-cache search [18:26] when performing apt operations, is there anything wrong with: sudo -i , becoming root, then running apt-get update etc, and if so why? [18:26] stacks88: no [18:26] not_stark: The file wasn't a standalone installer. When I tried to install it using Ubuntu Software Center, it started downloading the installation files. [18:27] C0r3: wait, what? You downloaded the .deb and extracted its contents? [18:27] not_stark: Yes! [18:27] C0r3: I thought… doesn’t Skype have a separate download for this kind of setup? [18:27] C0r3: extracting .debs should, in fact, not work [18:28] binarydepth, not_stark, i get that. but look at the README (second link) [18:28] m library [18:28] not_stark: I'm using irssi in the same way. So I didn't wanted checking updates etc. so I thought to extract it and use it the same way. But it was not a offline installer. Hence the problems. [18:28] apt0cache search m [18:29] apt-cache search m ... think i would get a few results [18:29] Well I think that's just wrong but maybe there is actually an "m" library [18:29] libm [18:30] I don't see any libm libraries here [18:30] dm_comp: I probably should have replied to the other guy, sorry. Yes, absurdly terse READMEs are something you sort of need to get used to with open source, and as far as I can tell libm is, in fact, a math library [18:30] http://paste.ubuntu.com/12275312/ . why question is how would you go about searching for the m library using apt-cache search m [18:31] yes. I got graphical environment again after removing the whole ATI driver. [18:31] Now to reinstall [18:31] dm_comp: what are you trying to install? [18:32] Hello -- I'm quite confused about something that has happened, I think related to installing some LXC-related management tools like virtd / virtual machine manager. At frequent intervals in normal desktop use (not running in or controlling any LXCs), and even with no ethernet plugged in, my network connection switches to "eth0". [18:32] This kills all my external connectivity. But I see a server with a default apache2 page running at 169.254.9.25, whcih is listed as the IP of this eth0 connection. ifconfig shows this address/connection as an eth0-avahi associated with that local IP. I never intentionally set up any webserver, but of course sometimes those tools get installed with other packages. [18:32] So I uninstall apache2, kill every process to do with avahi (including ordering the daemon to stop via /etc/init.d script). But a few minutes later, when I'm not even running my usual Unity DE but am actually logged into a minimal Steam one, my network drops again. I log back into Unity and, lo and behold, my machine has spawned an eth0-avahi connection to nowhere and an apache2 webserver! [18:34] not_stark: Tux, of Math Command or tuxmath well t4k_common it's a library (I'm doing this to learn) [18:34] dm_comp: yeah, found it in the meantime - https://github.com/ComputerNerd/t4kcommon/blob/master/INSTALL [18:36] dm_comp: I think it might be part of libc, take a look at http://packages.ubuntu.com/trusty/libmath-libm-perl [18:36] dm_comp: it’s a libm binding that only lists libc6 and perl as dependencies [18:37] dm_comp: anyway, just try installing t4kcommon after you get a hold of the other deps and see if it works [18:37] not_stark, is that normal practice? [18:38] dm_comp: what, having absurdly uninformative READMEs? Yeah. Oh, and you might have to install libc6-dev. [18:38] anyone here able to help me get znc starting as a service at reboot? i installed via the main ubuntu repo, made my conf, but znc won't start with the init.d script at http://wiki.znc.in/Running_ZNC_as_a_system_daemon#Create_the_init.d_Scripts [18:38] hey guys. I'm trying to install 32 bit libsdl1.2-dev on a 64 bit ubuntu 15.04. I've added i386 architecture to dpkg and tried to install the 32 bit version but it complained about missing X and so on. I tried to install them all at once but when it finally accepted, 64 bit versions of some packages were about to be removed. Why is that? cant i have both 32 and 64? Please look at the pastebin: http://paste.ubuntu.com/12275485/ [18:39] Seveas and everyone else thanks for your help, box successfully came back online. Only reason i was worried is becuase ive got 7 vms running on there, and ive got no other machine at the moment. So if things dont go right w/ the host machines kernel upgrade or somehow it doesnt come back up, then all my other stuff remains offline etc [18:39] shift+ctrl+c and shift+ctrl+v is not working on my terminal, how to fix this pls? [18:40] not_stark: (background if your interested) I'm reading How Linux Works 2ed. I'm on CH 15 Development Tools/Chapter 16. Introduction to Compiling Software From C Source Code. just trying to put it to practice :) [18:41] not_stark: not sure to laugh at the last comment [18:41] well the README part [18:41] dm_comp: looks like an interesting book. Up to date, too. [18:42] not_stark, yup the 2ed just came out [18:48] not_stark: far from being involved with projects, I was doing networking for a while at Time Warner Cable (Cisco Stuff) and now I'm trying to switch to Linux administration. [18:50] dm_comp: What are Cisco courses like, I have heard of them, I would quite like to talk to someone that has been there and done that, would you mind talking for a bit? [18:50] AEL-H that would be for #ubuntu-offtopic [18:50] MonkeyDust: Sorry, did not release that existed, thank you [18:51] so i have clamav installed on my vps, its using some memory that i'd really use it for something else, how badly would i need clamav? [18:51] AEL-H or pm, obviously [18:51] it must have been installed with the iredmail instalation but i barely use my email setup on the vps [18:51] pitastrudl only if you have windows machines in your network === icaro is now known as Guest6178 [18:51] Evening all.. Anyone able to provide me with a little help with Ubuntu on external HDD and Mac Yosemite? [18:51] pitastrudl: not at all, unless you’re running a mail server or something [18:52] not_stark i am running an email server [18:52] Kira: sure, ask away [18:52] MonkeyDust what do you mean network [18:52] its a digitalocean vps [18:52] pitastrudl: are you running an email server for Windows users or just yourself? [18:52] just for myself [18:53] and i dont use it very much [18:53] is anyone available to help me with installing steam correctly? whenever i start steam it tells me i need to install additional packages, i try and it gives more errors [18:53] pitastrudl: you can remove it, just use an antivirus on any Windows machines you read your mail on. [18:53] ok [18:53] thanks guys [18:55] btw not_stark, should i also remove amavis or should i leave that [18:55] pitastrudl: amavis, the content filter? I have no idea what sort of mail setup you have or what you’re trying to do [18:56] ok [18:56] pitastrudl clamAV is a component of iRedMail [18:56] yes [18:56] any suggestions on what else to use [18:56] if you wish to remove all the Content Scanning components, read the iRedMail docs on disabling them first [18:56] I'm the dev of iRedMail, why would I suggest something else..? [18:56] D: [18:56] ok [18:56] im just looking on ways to cut off the memory print === Yukkino is now known as Yukiku [18:56] remove the Content Scanning things [18:57] but disable them following the docs first [18:57] okay [18:57] pitastrudl: http://www.iredmail.org/docs/completely.disable.amavisd.clamav.spamassassin.html read the bit under "Completely disable all features" [18:57] ty [18:58] after which you can uninstall ClamAV, SpamD (SpamAssassin) and Amavis [18:58] Ah stupid internet === Wicks is now known as Kira [18:59] Anyone able to offer a little advice, having some issues with a mac and ubuntu on external hdd [19:00] !ask | kira [19:00] is anyone available to help me with installing steam correctly? whenever i start steam it tells me i need to install additional packages, i try and it gives more errors-*+ [19:00] kira: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [19:01] !ask I have successfully installed a live USB but I'm trying to do the same on an external HDD but when I try and boot from the HDD it dooes'nt show as a boot option on Yosemite [19:01] Kira: I am only a bot, please don't think I'm intelligent :) [19:01] fail [19:02] Kira, running a live off a external HD is a bad idea in general. [19:02] t3chguy i cannot find the amavisd dir [19:02] in etc [19:02] should it be somewhere else or did i fuck up something [19:02] pitastrudl: what distro? [19:02] ubuntu [19:02] 14.04 [19:02] 64bit [19:02] !language | pitastrudl [19:02] pitastrudl: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [19:02] oh [19:02] sorry [19:02] Kira did you select your external HDD as target for grub ? [19:02] pitastrudl: what are you looking for the amavisd dir? [19:02] Stop virus/spam scanning, keep DKIM signing/verification and Disclaimer [19:02] pitastrudl, stop the enter button, all in one post please. [19:02] that^ [19:03] oh [19:03] nevermind [19:03] ioria: ok you've lost me there already! ha. New to linux and basically want to install it on an external HDD not on my current machine [19:03] not thinking straight, just came off from work [19:03] its /etc/amavis/ [19:03] Kira, the external will run slow, a bad idea. [19:03] wileee: even if its just used to then install fully on the HDD ? [19:03] on ubuntu 14LTS anyway [19:04] Kira, a usb does not have the data transfer speed an internal does is all. [19:04] I get emails all the time from ubuntu saying that there are linux kernel vulerabilities and it affects my 14.04 LTS. So of course i run apt-get update and dist-upgrade and install the new kernel. But each time i do this, i have to reboot the machine which means i have to power down my guest vms i run on there first.. it becomes a hassle. I'm being told that with newer linux kernel versions you [19:04] can patch the kernel live. Is this possible with ubuntu and the kernels that i get from apt-get ? or do i need to custom compile my own kernel to achieve this [19:05] wileee: ah right, well there in lies as my hdd on my mac is tiny and can't really use it.. well this will be a fail [19:05] Kira if you want run ubuntu from an external HD in the installation process (partition table) you have to select /dev/sdX for GRUB where X is your external [19:05] *lies a problem [19:05] stacks88: there are some things in the kernel that can now be patched live, but ubuntu security updates are not done this way (and I don't even know if they can). If uptime is important for you, build an HA system, any single box should always be able to go down. [19:06] Hi, not actually using ubuntu but I figured that this could probably be applied to it also [19:06] ioria ok thanks for the info will have to have another go. Like i said never used linux before but would like to have a mess around with it [19:07] Well well [19:07] Fii, ubuntu support here, not general could if run in ubuntu, try ##linux [19:07] reinstalling the driver of ATI actually solved the problem [19:07] many thanks peeps [19:07] have a nice night. [19:07] Ubuntu FTW!!! [19:08] Kira for example your hd is /dev/sda and your live USB is /dev/sdb ... probably your external hd will be /dev/sdc ... then select /dev/sdc [19:08] Situation: installed crashplan headless, and it (by default) was backing up to /usr/local/var/crashplan/{guid}. After about 9 gigs I was getting a destination full error, and it turns out that I filled up my /dev/root partition. Moved it and deleted the partially complete backup, and now I have ~50% available again. [19:08] wileee: is using usb 3 going to make little difference to the speed of ubuntu on a external? [19:08] Seveas by HA system is that clustering? i'll have to loook into it, its new to me [19:08] i'm assuming it won't really help much [19:09] Anyway, main question is what all is "on" the /dev/root partition? I had always seen stuff installed to either /usr/local or /opt/ but wouldn't that fill it up super quickly? [19:09] stacks88: that or deal with the occasional downtime. Also, make sure you properly read each ubuntu security notice. Maybe you're not even using the facility that's broken and you don't need to reboot :) [19:09] Kira, slightly, but in the end ubuntu is gonna be slow. Why don't you give the internal HD size and the external HD size so we can help maybe get an internal install [19:09] My /home (/dev/sda2) has the majority of my storage on it. Is it possible to move some of that to /usr/local or /opt, or should I start keeping everything in my home directory? [19:10] thanks t3chguy, that worked [19:10] ioria: thanks for the info :) === Blaster is now known as Guest52891 [19:10] Fii, you are not using ubuntu as k in the OS's channel. [19:10] Kira np [19:10] Ubuntu has a different file structure? [19:10] ok sorry [19:11] Fii: depends on what you’re storing on it, of course [19:11] wileee: external is 500gb internal is 125gb pretty much maxed out and was trying to avoid having 2 OS's on the drive [19:11] no problem pitastrudl [19:11] Fii, No you want results with no real info on another OS, this is ubuntu support only. [19:12] t3chguy the reason i chose iredmail is the installer and becuase im not so savvy with linux, other options seemed quite time demanding to learn how to setup [19:12] Kira, Put some of the extras on the external and use the internal, that is the standard way, you can get usb flash that will hold all of it. [19:13] Kira, I would use a virtual before an external is all. [19:13] Kira yep, switch the disks [19:13] hey [19:13] Is anyone here using virtualbox 5? [19:13] anybody knows where to get reliable proxy sockets? [19:14] daytonb, try an actual issue, there is a #vbox channel [19:14] WhiteRoseX: what on earth is a 'reliable proxy socket'? [19:14] ip and port [19:14] that actually work [19:14] wileee: okies,may sound seriously noobish but by having that way would it cause any issues for my current OS in anyway? [19:14] wileee: Yep no one there is answering any of my questions [19:15] does anyone here use steam on ubuntu [19:15] Seveas do you know if ubuntu will have the whole no reboot kernel patching in the near future? It looks like in kernel 4.0 and on ubuntu 15.10 (according to some link im reading), it will be possible or maybe its already possible [19:15] 64 bit [19:15] WhiteRoseX: http://www.geosurf.com/ works for me, but that's not really ubuntu related [19:15] thank you Seveas [19:16] Kira, A virtual would not, a dual boot if done right no general issue. In the end be backed up no matter what. Find a local who can help you maybe. Here people will give you advice without any real longterm context considered, I'm making sure you have some understanding is all. [19:17] wileee: Thanks for the info it is much appreciated! :) [19:17] Hello ubuntu channel, quick question. When i select install option from grub in ubuntu usb, does it delete anything on the pc drive ? === _un_ is now known as nas [19:18] TSYST, your booting to an install where you are given those options, ask as needed. [19:19] hello guys, so I'm trying to install an image through my PXE server, however I get the following: "Starting PXE installation mesa_install: Error: Failed to verify signature of install image" any advice? [19:20] exit [19:21] so what is this CVE 2015 5198/5199/5200 [19:21] ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5198) [19:22] they seem to not be published yet, buit a fix has been released [19:22] *but [19:22] regedit, related to ubuntu how? [19:22] What's the current kernel version for 14.04? [19:23] soosool i have 3.16.0-46-generic [19:23] The latest kernel available for 14.04? [19:23] MonkeyDust: Ah, ok [19:23] tnx [19:23] wileee: dunno, my ubuntu distro has supplied the package maybe? [19:24] then on one installation it started to boot from the image, everything was going well until this happened again:"/usr/sbin/mesa_install -vw restore" "mesa_install: Error: Failed to verify signature of install image" [19:24] regedit, maybe? some context, what is the end goal here? [19:24] soosool: http://packages.ubuntu.com/trusty/linux-image-3.19.0-21-generic [19:25] soosool: actually, it looks like it’s 3.19.0-26 - Ubuntu’s packages website is odd [19:25] wileee: being informed, i guess? [19:25] 3.16.0-48-generic [19:26] that would be a 14..04.3 install however [19:26] for 3.19 [19:27] Whenever I logout and log back in my wallpaper is scaled to the size of my smallest monitor for all of the monitors then stretched on the larger ones. [19:28] has anyone used multisystem or yumi? [19:29] rumpy1, neither are ubuntu apps, address the end goal here. [19:29] technocf yes, i have something similar, my login screen, on the external monitor, has a larger resolution than my monitor dimensions, because the laptop's screen is broken (does that make sense) [19:29] i want to know if i can use rest of the usb flash drive as regular storage and if it's possible to install ubuntu with such flash drive? === Chris230 is now known as Guest50177 [19:30] technocf havent found a solution, learned to live with it [19:30] yumi page said that its meant for testing live version and install is a bonus [19:30] MonkeyDust: I can't live with it. [19:30] rumpy1, You can have more that one partition read in linux, not easily in windows is all. [19:30] MonkeyDust: We're taking about 1280x1024 stretched to 1920x1080 [19:31] wileee: ok, thanks. do you happen to know about installing ubuntu from such flash drive? === _BJFreeman is now known as BJfreeman [19:32] rumpy1, Both are gonna load the live to a partition, you make, or is there, a fat32, the multissystem [19:32] allows many iss's is all [19:33] iso's* [19:33] sorry [19:33] rumpy1, the install from it is the same as a disk in it's model. [19:34] rumpy1: These may help : http://www.ubuntu.com/download/help/create-a-usb-stick-on-ubuntu , http://ubuntuforums.org/showthread.php?t=1958073 . [19:35] http://askubuntu.com/questions/423300/live-usb-on-a-2-partition-usb-drive [19:35] Bashing-om: yeah, i've created a usb startup disk before, but not with 2 distros on the same drive [19:36] ioria: thanks [19:36] rumpy1, two distos ? [19:36] http://paste.linux.chat/view/03c8cc5b - any advice? [19:37] ioria: yes, lubuntu and ubuntu [19:37] rumpy1, multiboot [19:37] rumpy1, http://www.makeuseof.com/tag/how-to-install-multiple-bootable-operating-systems-on-one-usb-stick/ [19:38] rumpy1, do you have a linux install? the multisystem loader neds that to load a usb. I use it personally as I like a list of iso's to boot from. [19:38] wileee: yes im running ubuntu [19:39] rumpy1, I would use the multisystem usb loader myself, o my view is subjective, however there are other multi loaders, s === user is now known as Guest42419 [19:40] if we have files that were downloaded by Software Updater and we do not want to install them, how can we delete them? [19:41] rumpy1: For testing I often boot up from .iso : https://help.ubuntu.com/community/Grub2/ISOBoot . [19:41] wileee: guess ill try and experiment, see how it goes [19:41] wileee: what's this multisystem loader? [19:41] akik, Why are you not just googling it, it's not a ubuntu app. [19:42] wileee: this? http://liveusb.info/ [19:43] akik, Yeah, you have got it, good job. ;) [19:43] have to you chrome to translate that site [19:43] this can be done with grub 2 as others have linked as well [19:43] akik: english version http://www.pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/ [19:44] so i can start multisystem from grub? [19:44] or is it a replacement for grub? [19:45] akik, multisystem is a usb loader, you boot what you've loaded from it. You can also boot some iso's from your on board grub 2. You can also make a usb with grub that is a multibooter yourself. [19:49] kl [19:49] hi [19:49] anybody there? [19:49] zy it works, we see you [19:50] 33 [19:50] 44 [19:50] haha [19:56] Hello there what is the mirrors url's for armhf boards ? main and security ? thansk [19:57] for building stuff with debootstrap [19:57] I see http://ports.ubuntu.com/ubuntu-ports/ but not sure that that is also security and what not === icaro is now known as Guest61316 [20:01] hi, what happens when u click install ubuntu on bootloader ? [20:01] not_stark: just got my first program compiled from source. kept running ./configure until i found all the libs i needed. After ran sudo ldconfig(was in the README) and that was it. THX! [20:01] does it install to main drive ? eg c:// on windows ? [20:01] or every drive [20:02] TSYST: it can do either (and more), you can tell it exactly what to do with existing partitions. [20:03] TSYST: The install wizard launches, and you choose what install method to employ . [20:04] I'm really stuggling to install adb, `sudo apt-get install android-tools-adb` says it isn't found and every repository I've tried to add has failed [20:04] callumacrae: apt-cache search adb ? [20:04] "prepare your desktop" in https://developer.ubuntu.com/en/start/ubuntu-for-devices/installing-ubuntu-for-devices/ [20:05] I don't have `add-apt-repository` though [20:05] callumacrae: Add the universe repository [20:05] jayfly: returns a tonne of stuff, none of it looks like what I want [20:05] !info android-tools-adb [20:05] android-tools-adb (source: android-tools): Android Debug Bridge CLI tool. In component universe, is extra. Version 4.2.2+git20130218-3ubuntu41 (vivid), package size 67 kB, installed size 241 kB (Only available for linux-any) [20:05] callumacrae: that is python-software-properties or something like taht [20:06] callumacrae: I use adb from android sdk and then the ndk so that I can hook it up to qtcreator and what not, But I use debian mainly [20:06] ..and make sure you do sudo apt-get update after adding repositories [20:07] hmm, does ubuntu force wipe your drive if u did no have space on main drive ? [20:07] Aha, I got it installed! I installed add-apt-repository from python-software-properties and followed the rest of the instructions from that page, and it worked [20:09] I have a problem with the FS on an external drive. Every time I run fsck, I get the message "Filesystem modified. Errors remain." So I run fsck again and it seems to be fixing different things each time. I have done this about a dozen times now. Am I doing this right? Why can't fsck run repeatedly until it has fixed all the errors? [20:09] these are the worst instruction :( [20:10] okay, I've ran "adb devices" and my device doesn't show up. how do I fix this? [20:10] USB debugging mode is enabled [20:10] TSYST, Your questions are seeming to be in post mode, you need to give all the info, not pick at it. [20:10] callumacrae: did you start the server ? [20:11] started itself the first time I ran "adb devices". I missed a step, apparently I have to configure udev rules [20:12] oooh it probably also doesn't help that I'm running this in a VM and the phone is attached to the physical machine. duh [20:12] callumacrae: I have never had to do that. Just install the run adb start-server [20:12] then adb devices [20:12] callumacrae: yeah that is not going to help with out the ports open and the usb theathered [20:13] Can someone please help me point to the archive of messages sent via 'leave message' on lock screen? [20:13] I'm running it in a vagrant VM because if I can get this to work I'll be running it on a physical server running ubuntu, and I use a mac so I'm using ubuntu in vagrant [20:14] Hello, could anybody help to this: I have a server (under mono) and the server is supervised by some watchdog (sh script). I login from remote to it. Sometimes hardware is rebooted. I need the server to be started by that watchdog. Watchdog runs in console. Server too. When I return to pc and login remotely, I want to see both running. How would you solve this using cron? [20:15] egh I should probably get one of the devops guys to help me, but they can't help me in the next three weeks… [20:15] I have no idea how to computer! === ksx4system_ is now known as ksx4system [20:16] callumacrae: is USB debugging enabled on your android? === adante_ is now known as adante === beisner- is now known as beisner [20:16] danielle31: yep it is === Plas is now known as PlasmaStar === frankS2_ is now known as frankS2 === regedit_ is now known as regedit === tmro is now known as kerozene === Eq is now known as Uptime [20:20] I've managed to actually connect the thing now [20:20] yay vagrant === cerberus is now known as Guest38085 [20:20] List of devices attached ????????????no permissions [20:20] is that normal? [20:21] Can someone please help me point to the archive of messages sent to you via 'leave message' on lock screen? [20:23] I'm trying to apt-get install apache2-dev [20:23] but apt-get forced me to install the latest kernel and my /boot partition is full [20:24] Is there a better channel for my adb questions? [20:24] callumacrae: maybe ubuntu-phone or ubuntu-arm ? [20:25] callumacrae: but that is not normal. Did you try with sudo ? [20:25] trying with root now, didn't before === scuba3231 is now known as scuba323 [20:25] aha! [20:25] that worked [20:25] :) [20:26] thank you :) [20:26] callumacrae: NP now go hack on the adb-shell :) [20:26] I'm sure I will have more questions >_< I'm installing a private instance of webpagetest and I haven't even started on the host === lxleuser is now known as bumblebee2 [20:27] callumacrae: using what ? WTF aka webkit or webengine ? [20:27] https://sites.google.com/a/webpagetest.org/docs/private-instances/node-js-agent/setup [20:27] like http://www.webpagetest.org/, but local [20:28] Really interesting for me, probably far less interesting to android hackers [20:28] callumacrae: ahh I see webengine. You might need to make the img writable [20:28] what img are you useing callumacrae ? [20:28] tbh I don't really understand what I'm doing and I'm following the instructions on the google sites page I linked to, but they're not very comprehensive [20:29] I'm actually a front-end developer [20:29] of the web variety, I should clarify [20:29] I'm tring to clean my /boot which is full [20:29] but when I run apt-get remove [20:29] Being able to ssh into a phone is awesome, though. I have an iphone for myself and am probably going to get an android when I next upgrade because apple are shitty [20:30] it tells me I have unmet dependencies [20:30] I'm trying with aptitude, it tells me removing linux-generic [20:30] would be a solution, is that safe ? [20:31] callumacrae: is it is phabley image ? if so it is read only. But if it is just some armhf image then you are good to go. I make armhf boards and port Ubuntu or atleast that iswhat I am doing right now. [20:32] thms: "safe" in respect that it can be re-installed. -generic is required for future kernel upgrades . [20:33] jayfly: sorry but I have no idea! I feel like a noob [20:33] I used cf-auto-root, if that helps [20:34] Bashing-om: ok so I can remove it ? [20:34] not sure either callumacrae I never used that. I use Qt and there webengine or webkit to display the web stuff. [20:34] thms: The command in 14.04 + to remove old kernels is ' sudo apt-get autoremove ' . [20:34] It's really weird because aot-get rmeove linux-image-version tells me it depends on installing a newer version [20:35] Bashing-om: it doesn't work.. [20:35] I'm just trying to install apache2-dev [20:35] why does it force me to install a newer kernel ? [20:36] thms: K; then we need to satisfy the package manager , Pastenin the results of your "apt-get remove" command . So we see it in cintext and can better advise . === MrSpock is now known as FBI === voronwe is now known as Guest79077 [20:45] When I run apt-get autoremove to clean my /boot [20:45] it tells me I have unmet depedencies which are linux-image-extra [20:45] and to run apt-get -f install but my /boot is full so it doesn't work [20:48] thms: If you have some other partition mounted with space on it, make a directory there, copy /boot contents to it, then bindmount /boot to that place for now to get all the operations done. After, unmount it, clean out old /boot, mv all the stuff in the previously mounted directory to it [20:48] genii: bindmount ? is that a command ? [20:49] thms: No, it's certain options to the mount command which lets you mount directories to other directories [20:49] genii: I only have the / partition [20:49] thms: A commom issue when 'apt' does not have the operating head romm. Mauny time one cn manully intervene with 'dpkg' ( operates at a lower level ) and fix the issue . We need to see the results in context to advise further . [20:50] Can someone please point me to where the messages, sent to you via 'leave message' on lock screen, are stored? [20:50] thms: In that case you'll have to manually clean out the old unused kernels in /boot to make some room [20:51] thms: Please pastebin the result of ls /boot for examination [20:51] I just done a reboot, it booted on 58-generic [20:52] !paste | thm [20:52] thm: 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. [20:53] genii: https://bpaste.net/show/110e91559574 [20:56] hi [20:56] cant reboot my laptop on systemd [20:56] thms: You can safely remove all the files which are for 55 and below [20:57] thms: After doing that, run: sudo update-grub [20:57] i get stuck/freeze [20:58] Intel(R) Pentium(R) M processor 2.13GHz [20:58] any fixes [20:58] genii: ok, uname -r is 58 [20:59] thms: Seems odd because there are higher kernels there than 58, but for now just clean out the ones 55 and below [20:59] does ubuntu come with a firewall thats enabled by default [21:00] !ufw | devslash might say here [21:00] devslash might say here: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo [21:02] I dispise the new ubuntu layout. How can I make ubuntu 15.04 look more pre-sidebar? [21:03] despise* [21:03] genii: ok I done it and when I run update-grub [21:04] thms: You ran update-grub with sudo? [21:04] it tells me dpkg error processing package linux-image-extra-3.blah-62 : is not ready for configuration [21:04] current status: half-installed [21:05] ho removed 55 and ran update-grub [21:06] thms: sudo apt-get clean && sudo apt-get update ..and then do the: sudo apt-get -f install === infamy is now known as Guest54337 [21:07] genii: update-grub worked, will run your command and again update-grub [21:07] I have no rescue system [21:07] Can I get git install on ubuntu? [21:07] I thought you can [21:07] if update-grub works my system will reboot alrght, right ? [21:08] thms: Yep [21:08] ok I hope so === christos is now known as chris230 === chris230 is now known as Guest59539 === Guest59539 is now known as christos [21:12] Hello, after hardware reboot, if the program is scheduled by cron to start it, it runs in the background. When I do remote login, I do not see a console. To see it again, I need to shutdown it in process manager and start again. Could I set it the way i would like? [21:13] ugh I've tried isntalling 2 themes already. WHY won't this awful default ubuntu theme go away [21:13] nug700, try ubuntu mate [21:14] how do I roleback the install of xfce and numix-gtk-theme [21:14] properly to before I fidled with it [21:15] fiddled* [21:15] When I run apt-get update ir hangs on 100% waiting for headers [21:18] ugh seriously who's idea was it to add this sidebar thing and sacrifice usability to make it look "pretty" [21:20] Hi! Is there an ETA on when the 4.2-kernel from MAINLINE will be released as an update in Ubuntu 15.04? [21:22] Johnny_Linux: Do I have to install that over this to get that desktop or is there a way to install it into ubuntu? [21:22] I two annoying issues at start up namely. [21:22] (i mean do i have to install that over this ubuntu installatino) [21:23] nug700: To install WHAT? [21:23] I may be able to help. [21:23] Looking for another DE? [21:23] installing ubuntu mate desktop [21:23] mate-desktop [21:23] Install it. [21:23] sudo apt-get install mate-desktop -y [21:23] log out and log to it [21:24] what does -y do? [21:24] You have to choose it from the login screen thou. [21:24] every time? [21:24] nug700: Do automatically answer yes. [21:24] no [21:24] No. [21:24] ah [21:24] once you log to it, itl log naturally [21:24] Johnny_Linux: Do you know the answer to my question perhaps? [21:25] I know that there's a PPA to use, but that is unstable/testing releases AFAIK. [21:25] 4.2 ??, i have no idea [21:25] I may be wrong thou. [21:25] not sure about a ppa yet [21:26] OK. [21:26] untill ubuntu compiles it for thier own use, i wouldnt use it [21:28] Johnny_Linux: Well, I have a kernel issue that every now and then makes my computer unbootable. [21:28] A driver issue. [21:28] Nouveau. [21:28] And YES I have installed nvidia-prime. [21:28] what ubuntu version [21:28] 15.04. [21:28] i havent used anything beyond 12 yet, so, not sure i could help [21:28] Sometimes boot works fine. [21:32] Umeaboy: Linux v4.2 is in 15.10 now; you could always use those packages, or the Kernel Team's mainline PPA [21:33] TJ-: But I thought that the Kernel Team's mainline PPA is for Testing purposes only. [21:34] my gosh playing with themes really likes fucking with my monitor positions [21:34] nug700 mind your language [21:34] Umeaboy: It's 'unsupported' if that's what you mean; but there's nothing wrong with using those kernels if they fix an issue. I've run with the current mainline kernel for several years. The only issues with it are the Ubuntu kernel bundles additional drivers that aren't in mainline yet, such as aufs [21:35] hey there [21:35] thms: Work needed me for a long time, back now. How goes the battle? [21:35] is there any documentation for copy home folder to another directory and re-install ubuntu [21:36] most of my apps is on home folder, so i think if i copy home folder i can reinstall system and back to work asap [21:36] but not sure if I just copy/paste work [21:37] !backup | mrtakdeniz i guess you mean this [21:37] mrtakdeniz i guess you mean this: 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 !cloning [21:37] is it really necessary to micromanage language? my gosh it's not like I'm using that language excessively. [21:37] nug700: It's part of the policy of this channel. the aim is to keep it family-friendly. [21:38] nug700: it's unnecessary; if you're frustrated hit your PC :D [21:39] Sorry I just really hate excessive political correctness policies. It's becomeing the death of a lot of tech culture. [21:39] mrtakdeniz rsync is pretty fast and easy to use, like so: rsync -a --progress [folder] [from] [to] [21:39] Anyway I can't get mate to show up in my themes [21:40] MonkeyDust, i know but as I told, after format only rsync them or copy paste them works [21:40] i'm checkin backup app of ubuntu as your link says [21:41] mrtakdeniz: See : https://help.ubuntu.com/community/Partitioning/Home/Moving if that answers . [21:41] before login === someon is now known as someone [21:42] yeah that was the answer bashing, i were installing always like that, but on new ssd i forget to do it :3 [21:42] so i were asking actually is there a way to do it on working system, thank you so much [21:43] Bashing-om, sorry wrong tag :P thank YOU. [21:44] I have installed a recently released version of swig. Its installed in /usr/local/bin. Now when I execute a program, say, XYZ which requires swig, the log of XYZ does not show the recent version of swig. [21:44] Salut [21:44] any help? [21:45] Sohail-Ahmed: maybe bash has cached the old version in its hash map? [21:45] Tj: thanks for respsonding, I did hash -d swig, but in vain [21:47] Sohail-Ahmed: "which swig" and "hash -t swig" maybe help? [21:47] Sohail-Ahmed: otherwise the programs you're using maybe encode the absolute path to the system swig ? [21:49] hash -t swig returns swig not found and which swig returns /usr/local/bin/swig [21:49] and your second statement passed over my head [21:49] Sohail-Ahmed: The progams you're using must be using absolute path to swig then [21:49] How can I achieve that [21:49] ? [21:50] Sohail-Ahmed: If the system installed it to "/usr/bin/swig" maybe those programs you're using are calling it by that absolute path, rather than asking for "swig" and allowing it to be found on the PATH [21:52] TJ: I am sorry for being too noob, but what I understood is: If I have installed it to /usr/bin then I may not any problems. Correct?? [21:53] Sohail-Ahmed: If you back-up the older system version of /usr/bin/swig and put your new version in its place, that should work [21:54] TJ: How can I put my new version at /usr/bin?? [21:55] TJ: I have figure this out. I would run ./configure --prefix /usr/bin. [21:55] TJ: but how can I remove the previous version and the one at /usr/local/bin??? [21:56] Sohail-Ahmed: You could do that; but if you install and over-write system files you're liable to cause the package manager to fail in complicated ways later [21:56] Hello [21:56] Sohail-Ahmed: If you did 'make install' there should be a 'make ununinstall' target too [21:56] is the text console font embedded in the kernel? i'm examining the contents of the initrd and i can't find it... [21:57] guys [21:57] TJ: Ok. This would remove my recently installed version. But How should I remove my old version?? [21:57] assume that i have only 30 gb for ubuntu, and want to use home directory as a partition [21:57] Sohail-Ahmed: using the package-manager, if you're talking about the Archive version [21:57] how much ubuntu base i mean / partition need to be? [21:58] 20 base - 10 home enough? [21:58] TJ: Thankyou very much !!!!! [21:59] mrtakdeniz: It depends on how many packages you install; I find 8GB for /, and 6G for /var/ is good and I install a lot of packages for testing/building === zoltan_ is now known as Guest75090 [21:59] TJ-, are you web developer? [21:59] why /var directory? [22:00] mrtakdeniz: Depends on how "tight" you want to run . I tun real tight on a '/' of " /dev/sda1 4.7G 1.8G 2.7G 40% / " . [22:00] tun/run* [22:00] Bashing-om, i'm using simple development tools === shroud is now known as Guest50512 [22:00] which are on home such as phpstorm, webstorm, pycharm etc [22:01] and some other packages like nginx, apache, php, mysql [22:01] and utilities like filezilla, chrome, sql managers.. [22:01] i have 1 tb free hdd [22:01] mrtakdeniz: No. [22:01] and 120 gb ssd but can only use 30 gb for ubuntu.. [22:02] which files should i host on ssd? [22:02] i mean install ubuntu on ssd and use home from hdd may be a bad idea? [22:02] mrtakdeniz: I would suggest 15 gigs for '/' and 50 Gigs for /home . If this is a development machine, might be good yo have the /var partiton separate also . [22:02] mrtakdeniz: /var/ stands for 'various' and it can grow uncontrollably due to /var/cache/ and /var/log/, amongst others, so putting it outside the root-fs stops it from causing severe issues if it runs out of space. [22:03] mrtakdeniz: I use LVM so if file-system gets close to 100% I just 'lvextend -L +2G VG/LV-name && resizesfs /dev/VG/LV-name' and i've got more space [22:03] oh, lvm is good? should i search it? TJ- [22:04] Bashing-om, 50 Gigs or 5 Gigs? [22:04] my current home is 4 GB [22:04] !lvm | mrtakdeniz [22:04] mrtakdeniz: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [22:05] oh my god TJ- [22:05] it says i can extend my drive to other drive [22:05] nm found it [22:05] mrtakdeniz: Tradtionally /home will grow the most with what is added to the system ( persinal data !) . Mine " /dev/sda2 9.5G 2.5G 6.6G 28% /home " that serves my needs . [22:05] so if i out of space on ssd, i can use hdd as a part of that? [22:06] Bashing-om, yeah i'm so pathetic right know.. :\ [22:06] mrtakdeniz: Yes. With LVM you assign drives/partitions as Physical Volumes (PVs). You add any number of PVs to a Volume Group (VG). You then allocate Logical Volumes (LVs) for individual file-systems. You can use snapshots, set up mirrored LVs, and many other nice things with LVM [22:06] damn windows uses at least 30 gb for system.. [22:07] TJ-, should i need the format whole disk for LVM? [22:08] and one more question, my ubuntu is on sectors 0 to 30Gib on ssd [22:08] mrtakdeniz: No... As I said, you can make any spare partition a PV, add that PV to the VG, and then use all the space on all the PVs in any way you want. The LV file-systems can spread over several PVs and you don't need to know about it [22:08] and after that windows part starts.. If I resize windows part and get free space at the end of the ssd and mount there as /home, will there be any performance issue? [22:09] TJ-, it seems good, i'll try it [22:09] mrtakdeniz: no performance issues [22:10] i mean [ubuntu_base][windows][home] [22:10] hi there can someone please help me I am having issues getting my wifi working, I am using a Toshiba satellite c55-b5200 I have tried to unblock the wifi using the RFKILL command and so far nothing is working. [22:10] ok TJ- thank you so much [22:10] mrtakdeniz: Ubuntu/Linux will have Windows surrounded :) [22:10] i want to remove this sh*tty system.. but games.. [22:10] and radeon fglrx drivers :P [22:11] Brandon_X_Fox: Join the queue! We've had many users with the same issue recently, due to buggy laptop BIOS/firmwares causing ACPI incompatibilities [22:11] which queue? [22:12] Brandon_X_Fox: typical symptom is, toggling the hardware RF Kill button actually only toggles the soft block [22:12] Brandon_X_Fox: The queue of users needing to find a fix for it :) [22:12] ok and also if it helps i'm currently running Ubuntu 15.04 the latest version. [22:13] hi [22:14] so there's pretty much nothing I can do about this it seems like it would be an easy fix. [22:14] Brandon_X_Fox: unfortunately it's not caused by the OS, it's the way the firmware ACPI DSDT reacts to finding Linux. It disabled some functionality. The common workaround is to discover an ACPI OSI string that the laptop accepts to enable maximum functionality, and pass that on the kernel command-line so it can fool the firmware into thinking the OS is a Windows variant [22:14] mrtakdeniz: If you do not learn LVM now, as a 1st time install it will take 3 or 4 (RE-)installs over a period of time until you have it just the way you want it . :) [22:15] Hi [22:15] Please see this and inform me what to select http://oi59.tinypic.com/2yl1g85.jpg [22:15] Brandon_X_Fox: If your issue is the one I'm talking about, then acpi_osi="Windows XXXX" is the best chance of a fix, where "XXXX" is determined by inspecting the system's ACPI DSDT table. Common strings are "windows 2012" and "Windows 2009" [22:15] and how would I do this i'm totally new to ubuntu [22:17] Brandon_X_Fox: Hmmm... best thing to do would be confirm your issue is caused by what I'm talking about :) [22:17] I have no idea even what to do [22:17] Brandon_X_Fox: Open a terminal, do "rfkill list"... then press the hardware radio toggle key, and do "rfkill list" again. Pastebin the results of both commands so we can see them. [22:17] !paste | Brandon_X_Fox [22:17] Brandon_X_Fox: 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. [22:18] did that and it still says its hard blocked [22:20] 0: phy0: Wireless LAN [22:20] Soft blocked: no [22:20] Hard blocked: yes [22:20] Please see this and inform me what to select http://oi59.tinypic.com/2yl1g85.jpg [22:20] Brandon_X_Fox: It could be simply that the 'special' keys for controlling the radio and media keys aren't known by the kernel. There is usually a 'platform' driver for each manufacturer that 'knows' the models and their special ways of reading the non-keyboard function keys [22:22] !paste | Voyage [22:22] Voyage: 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. [22:22] i understand [22:22] it just seems that I should be able to turn on the wifi some way or another [22:23] Brandon_X_Fox: Let's see if it has the toshiba platform driver loaded: "lsmod | grep toshiba" [22:23] i'm downloading the iso, i'll try to figure it out on installation part Bashing-om [22:23] i mean LVM [22:24] brandon_x_fox@LAPTOP1:~$ lsmod | grep toshiba [22:24] toshiba_haps 16384 0 [22:24] toshiba_bluetooth 16384 0 [22:24] toshiba_acpi 28672 0 [22:24] sparse_keymap 16384 1 toshiba_acpi [22:24] wmi 20480 1 toshiba_acpi [22:24] !paste | Brandon_X_Fox [22:24] Brandon_X_Fox: 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. [22:25] mrtakdeniz: LVM is a steep learning curve . [22:25] http://paste.ubuntu.com/12277146/ [22:26] Bashing-om: its not a multiline text. its a snap [22:27] I posted what occured on the ubuntu pastebin [22:27] Voyage: either the free one (currently selected) or the proprietary, recommended one. Can you get full resolution and acceptable performance with the free one? If not, you may want the proprietary one [22:27] Brandon_X_Fox: That shows all the expected platform drivers are loaded... so I'm going to bet on the ACPI issue I described earlier. [22:27] How can I cache .deb packages to an arbitrary directory, and then reinstall them from that directory later? I need to do this for a CI system [22:28] allizom: thanks [22:28] so theres nothing I can do besides wait? [22:28] Brandon_X_Fox: There is more diagnosis, and you can try some workarounds. [22:29] BlueProtoman: man apt-get [22:29] worst help ive ever receieved [22:30] Voyage: I tried to look, And guess I fat fingered. Nvidia recommends the 340 version if ya want to go with a proprietary driver . [22:30] Well! [22:30] A USB wi-fi don-gal is a workaround for it [22:33] EriC^^: If I thought that would help me in a useful manner, I wouldn't have asked in here [22:33] search for download, use dpkg -i .deb to install later, and be sure to grab the dependencies too [22:34] BlueProtoman: apt-cacher-ng, or apt-mirror is probably waht you want [22:34] TJ-: Another satisfied customer ... ;) [22:35] genii: Aye... I was about to offer to decode the DSDT for him; I hope he enjoys sneaker-net :) [22:39] EriC^^: Can I do that with updates/upgrades as well? [22:39] sure [22:40] How? I don't necessarily know in advance what packages need to be upgraded (I'm trying to update packages on a CI system because my project needs its dependencies up to date). [22:41] BlueProtoman: can you run apt-get update on the system? [22:42] EriC^^: Yes. upgrade, too. However, the upgraded packages are not preserved between builds. There is a caching mechanism available, but it doesn't seem to support /var/cache/apt/archives (maybe because that needs root?) [22:43] EriC^^: So I want to save all the relevant packages in my home directory once, then just re-install them with each build [22:43] BlueProtoman: To cache deb files in a different place than /var/cache/apt/archives , one of 2 ways... either use -o Dir::Cache="somepath/here" or else make a conf file containing Dir::Cache "var/cache/apt/"; and then call apt-get with -c=thatconffile [22:44] ( changing the var/cache/apt in that file of course) [22:47] hello [22:47] EXID123, [22:47] aaa801, [22:47] aaa801, [22:47] what [22:47] * aaa801 slaps andre_ around a bit with a large flier [22:50] genii: "E: Unable to write to ~/deps/" [22:51] BlueProtoman: you might need to manually make the subdirs there like archives and archives/partial [22:53] hmm [22:54] genii: Nope. "E: The package lists or status file could not be parsed or opened. Action failed: sudo apt-get -y -o Dir::Cache="~/deps" upgrade" [22:54] BlueProtoman: are you just trying to do an upgrade on that package and keep the .deb? because you could simply wipe everything on /var/cache/apt/archive and when done, copy the .deb files over [22:55] bprompt: I'm trying to cache .deb files on a CI system (Circle CI in this case); I can cache dependencies to any directory, but I can't seem to use /var/cache/apt/packages, so I'm trying to see if I can do so in a home directory instead [22:56] Hi, guys please, is there a way so i can limit internet connexion on wifi users on my computer? since i use wired connexion. It lags as hell ! [22:57] Hm, wish I knew more about Circle CI or whatever it is [22:59] BlueProtoman: does it work without ::Dir ? that error looks like it can't read /var/lib/dpkg/status or so [22:59] try without ::Dir and press no when it asks to confirm ( don't use the -y with it ) [22:59] EriC^^: No, actually, it doesn't; I just get a 100 error code, though, and have no idea what that actually means [22:59] EriC^^: I can't; no interaction [23:02] hu [23:02] hi [23:03] is here a german chat? [23:04] !de | matin [23:04] matin: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [23:05] Ich danke dir auch, english kann ich auch. dachte geht automatich in einer german chat:) [23:07] Sia :D [23:09] ===== [23:09] == [23:16] When I "sudo apt-get update" im getting this: "W: GPG error: http://download.opensuse.org Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5A7D1D38BEB6D886" [23:17] which is stopping me update with Software Updater, "sudo apt-get update && sudo apt-get upgrade" works though. [23:18] hey i have a box (raspberry pi) [23:18] anyone have a good refference to learn how to use cookies to make sessions with a LAMP serv website? [23:19] and after login it starts this script for security, its a mod installed on it (incredible pbx) [23:19] SupaYoshi, then you can install Linaro (ubuntu-base) on it :D [23:19] but i cannot find the script to be disabled. [23:19] its after you login to ssh, it runs and asks me to change passwords etc. [23:19] but the script keeps running, even with differnt users over ssh. [23:19] So Im trying to find how to disable it but cant find any idea/ [23:20] its not in crobta- not in sshd_config i believe [23:20] TechMonger, http://opensourceforu.efytimes.com/2008/12/session-management-using-php-part-1-cookie-based-sessions/ [23:21] SupaYoshi, can you get to a shell prompt? [23:21] Johnny_Linux: I added the PPA by the Canonical Kernel Team, but it didn't update to 4.1. [23:21] First, create a VERY SECURE root password for your RaspberryPi. [23:21] Anyone with your root password can discover ALL of your passwords. [23:22] And don't type something easy. [23:22] http://prntscr.com/8cpc1o [23:22] The more different characters the less risk of getting hacked. [23:22] right what i get after logging in [23:22] i use private public keys [23:23] password authenciation dissabled. but this script keeps running each time i login ssh. [23:23] its annoying me and im trying to find how to disable it. [23:23] Any idea? [23:23] Add it to trusted hosts. [23:23] already is. [23:23] not tat its a script on the box. [23:23] SupaYoshi, if you are logged into the box - run ps -aux while logging in again? [23:23] see if there's a process running [23:24] okay :D [23:24] SupaYoshi: The configuration that we support in #ubuntu is to have no root password at all, where running commands as root is performed via sudo. Why are you talking about having a secure root password? [23:24] 0 /bin/bash /root/update-passwords [23:24] think thats it [23:25] SupaYoshi, yep. Now to find out what's launching it [23:25] SupaYoshi, might be ~/.bash_profile [23:25] Hello [23:25] Hi [23:25] okay gaming thnx [23:25] Do you use ubuntu? [23:25] Im getting this error when i "sudo apt-get update" : W: GPG error: http://download.opensuse.org Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5A7D1D38BEB6D886 [23:26] will : "sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5A7D1D38BEB6D886" work [23:26] huuhu [23:26] nah isnt in there [23:26] well, will it fix the problem [23:26] SupaYoshi, well, it's not the right way... but you can just mv /root/update-passwords /root/update-passwords.bak [23:26] Nectar: Please pastebin the contents of your /etc/apt/sources.list and any files in /etc/apt/sources.list.d/ . [23:27] :) [23:27] it'll break the script [23:27] :P [23:27] SupaYoshi, you might try something like: grep -rl update-passwords / 2>/dev/null [23:27] Anyone know any good speed reading apps? [23:30] What is a speed reading app? [23:30] http://ubuntuforums.org/showthread.php?t=598519 [23:30] those are speed reading apps ^^ [23:31] Speed reading app helps you read at 250 Wpm [23:31] usr13 [23:31] that resulted in 1 file but... [23:31] thats another script file. [23:32] Thank you for those links Gaming4JC> [23:32] SupaYoshi, that's probably a script calling that script - so it may be what you're looking for [23:32] cosc: np :) [23:32] !next [23:32] i dont wanna remove that scipt though [23:32] :) i wanna make it stop calling the passwords script heh [23:33] SupaYoshi: Edit it and add ### Commented Code ### in front of the part that's calling it? [23:33] Jordan_U: http://pastebin.com/QtGLY2wr . In /sources.list.d/ is: http://pastebin.com/hdh6rTFq [23:33] SupaYoshi also cp ~/fooscript ~/fooscript_bakup bfore you do, just to be safe [23:36] Nectar: Please pastebin the outptut of the following: for file in /etc/apt/sources.list.d/* ; do echo "$file"; cat "$file"; echo; done [23:37] Jordan_U: I dont understand [23:37] cosc: Oh, ok. Interesting.... [23:38] got it [23:38] :D [23:38] thnx [23:38] Nectar: Copy and paste everything on that line starting with "for..." into a terminal, then press Enter. It will print the name of each file in /etc/apt/sources.list.d/ followed by that file's contents (followed by a blank line). [23:40] Jordan_U: http://pastebin.com/hxMStT1h === Guest54337 is now known as infamy [23:43] hey [23:48] Nectar: If that key is available from keyserver.ubuntu.com then I would expect that to work. Where did you find this repository? Did it have instructions for adding the key properly? [23:49] Jordan_U: I found it here: https://askubuntu.com/questions/13065/how-do-i-fix-the-gpg-error-no-pubkey replaced the key with the one from the error; "5A7D1D38BEB6D886". [23:50] not sure if that would work though [23:50] Nectar: I meant where did you find this "arc-theme" repository? [23:54] Nectar: http://keyserver.ubuntu.com/pks/lookup?op=vindex&search=5A7D1D38BEB6D886&fingerprint=on seems to show that keyserver.ubuntu.com doesn't have that key, so that command wouldn't work. [23:54] I think I went here https://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme [23:55] how to activate nvidia graphic card driver proper bcz my system still showing 33Mhz graphic clock memory [23:56] Jordan_U: I went here https://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme I think. [23:56] how to activate nvidia graphic card driver proper bcz my system still showing 33Mhz graphic clock memory http://paste.ubuntu.com/12277921/ [23:57] Nectar: You didn't perform the second step listed there. [23:58] Jordan_U: will I have wget already installed? [23:58] default on ubuntu gnome [23:59] Nectar: Yes. [23:59] hey guys [23:59] i just formatted my ssd and installed ubuntu [23:59] like always i did [23:59] but there is a problem, after installation always getting grub console