[00:03] hmmm.. I suspect it has something to do with the fact that the mac says it is "paired" with the ubuntu computer, but not "connected".. Perhaps sending files via bluetooth from mac to ubuntu is just impossible? [00:05] bluetooth is platform independent [00:06] as long as the devices are paired and connected it should be possible [00:06] question is why would you send files via bluetooth? are they not networked? [00:08] avansledright, yeah... they are not currently networked. My ubuntu computer does not belong on here at this location where the mac is. Just thought bluetooth might be a quick way to transfer the files instead of connecting it temporarily to the network. [00:08] avansledright, but not to worry. I just emailed it instead. [00:09] BlackDalek always a viable option [00:12] hi [00:12] I am seeing errors when trying to access https pages in ubuntu [00:12] running apache2 [00:12] ssl_error_rx_record_too_long) [00:12] The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. [00:12] this is what I see [00:12] can someone help me troubleshoot this [00:13] nik_unity your security settings are too high [00:13] avansledright like which settings [00:13] file permissions? [00:13] more than likely your actual browser settings [00:13] flash crashes most of the time when I resize the video in youtube [00:14] nik_unity also check http://stackoverflow.com/questions/119336/ssl-error-rx-record-too-long-and-apache-ssl [00:14] owl_ is flash properly installed? [00:14] how can I tell if it's "properly" installed? It runs most of the time. [00:15] I have adobe-flashplayer [00:15] have you updated it? [00:16] avansledright: yes [00:17] adobe-flashplugin* [00:17] http://www.adobe.com/software/flash/about/ does your version match the up to date list in the lower box? [00:18] ok i post my error at paste.ubuntu.com now what [00:18] true78_: you need to share the actual link [00:19] http://paste.ubuntu.com/10715566/ [00:19] avansledright: yes, 11.2... [00:19] <_X_C_V_B_> I need a good gtk theme [00:20] owl_ what browser are you using? [00:20] avansledright: firefox [00:20] owl_: you don't happen to run google chrome by any chance? or chromium? [00:20] no I wouldn't install them on my pristine OS [00:20] what's software made by an advertising company called? adware [00:21] owl_ https://help.ubuntu.com/community/RestrictedFormats/Flash [00:21] owl_: just as a note, adobe has stopped, for a while, support for flash, however, chromium-engine browsers, include the flash plugin, chromium or opera-beta or google chrome, come with flash 15 [00:21] gnash worth considering? [00:22] owl_: I'd say, nope, I've never used it, but reviews on it, wern't so great [00:22] avansledright [00:22] stackoverflow link helped [00:22] is lightspark any good for flash? [00:23] I did run this command [00:23] a2ensite default-ssl [00:23] before [00:23] did you reboot apache after you ran that command? [00:23] after running that and restarting [00:23] now I did [00:23] before I remember I did [00:24] and rebooted the machine multiple times, before trying the same thing now again [00:24] any way thanks!! avansledright [00:24] nick_unity no problem! [00:25] true78_: perhaps one of the linaro channels would be able to help https://www.linaro.org/contact/irc/ [00:27] true78_: you could ask in #ubuntu-arm or ask the community who supports your arm board for experience with that issue [00:28] hello I am trying to mount an encrypted Ubuntu home dir from a live Lubuntu stick [00:29] i checked out this guide http://askubuntu.com/questions/60601/unwrapping-passphrase-and-inserting-into-the-user-session-keyring-failed [00:29] because ecryptfs-recover-private does not work [00:29] so then i tried this steps http://askubuntu.com/questions/31675/decrypt-home-from-separate-partition-after-re-install/34169#34169 [00:29] ooppss check http://ubuntuforums.org/showthread.php?t=940904 [00:31] avansledright: but i dont have lvm, just encrypted home dir [00:32] how was it encrypted? === megabit|away is now known as megabitdragon [00:32] it asks you on install to encrypt it, and then i gave my login password [00:32] so the passphrase = my login password [00:32] http://askubuntu.com/questions/238047/how-do-i-mount-an-encrypted-home-directory-on-another-ubuntu-machine [00:33] ecryptfs-recover-private used to work fine but now doesn't [00:34] avansledright: yeah those seem the steps that i followed, but when i mount my homedir, the filenames are like ECRYPTFS_FNEK_ENCRYPTED.FWb2-z7jOWonC-Tnab9zTUbFH25CpbGxm1facc.k6XnI5ESwszY-- [00:36] https://help.ubuntu.com/community/EncryptedPrivateDirectory#Live_CD_method_of_opening_a_encrypted_home_directory [00:36] another article. [00:37] that one is much more in-depth ooppss === megabitdragon is now known as megabit|away [00:57] setting up some image compression tools, steps say to install libjepg. i tried but nothing in apt-get that is exact match, tons of options, not sure which to pick: http://pastie.org/10065942 [00:57] hello apt-get reporting in [00:58] hello [00:59] hi === mrt333_ is now known as mrt333 === sleepypc is now known as `hypermist` === sn is now known as Guest76952 [01:10] join #ubuntu-cn [01:11] you need a / [01:11] <`hypermist`> Sorry k1l its my znc when i disconnect from irc it changes [01:38] How do you add things to the path on Ubuntu? === megabit|away is now known as megabitdragon [01:40] Audaces: export PATH=$PATH:/new/path [01:40] ty [01:41] somsip, just for interest tho where is the actual path file at?7 [01:42] Audaces: usually that would be added to .bashrc, .profile or .bash_aliases. It's an environmental variables possibly set up in /etc/bashrc [01:42] Thanks [01:44] somsip, I have alias update='sudo apt-get update' added to .profile yet in terminal there is no change [01:44] hello apt-get here [01:44] hellos [01:45] Audaces: . ~/.profile to effect the changes [01:45] ah [01:45] I just ran sudo .profile [01:45] Audaces: and you need to ". ~/.profile" or "source ~/.profile" (. is shorthand for source) [01:46] i trying compile a file, but it fails [01:46] undefined reference to symbol: «CRYPTO_malloc@@OPENSSL_1.0.0» [01:46] i have compile with flags -ldl -lssl -lcrypto [01:46] somsip is there anyway to auto run that on boot? [01:47] /lib/x86_64-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line [01:47] Audaces: .profile runs when you open a new terminal [01:47] Just noticed that the right-click menu on the launcher icons isn't working anymore on my desktop...? [01:47] my alias doesnt work without running the ". ~/.profile" [01:48] Audaces: my preference is to put them in .bash_aliases which is run every time a new shell is created. NOt sure if .profile might only get triggered on login... === megabitdragon is now known as megabit|away [01:49] no way to open a new window or instance of any of the apps in my dock [01:49] any help ? :) [01:51] hello [01:51] hi [01:51] hi [01:51] anyone can help me ? [01:52] vcxz [01:52] !patience | hc0d3r [01:52] hc0d3r: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [01:52] De donde eres? [01:52] hc0d3r what are you trying to compile? [01:52] help, storage devices are not automounting anymore! [01:52] english only please, estudiante - #ubuntu-es for Spanish [01:52] Why is that? [01:53] Wtf [01:53] uflaig I have issues with mtp devices mounting at all :/ [01:53] Audaces, i code made by a friend, sorry for flood [01:53] .l. [01:53] Audaces: what do you mean by that [01:54] hc0d3r: then you wont get support here. Maybe ##c or ask your friend [01:54] estudiante: either ask a support question in English, go to #ubuntu-es for Spanish, or #ubuntu-offtopic for general chat :) [01:54] Chupame la pija [01:55] estudiante: it's very childish to hide behind another language and be rude to someone who is just telling you the rules :) [01:55] Hi [01:55] Hello [01:55] Hello [01:56] my device is not automounting anymore [01:56] ok I keep getting system program error [01:56] uflaig: what file system is it? [01:56] how to check from which ip http request is coming [01:56] yhe package is ntp [01:56] the [01:56] is it true that the Ubuntu server kernel is diffrent from the desktop version? [01:56] neldogz: no, not been true for years [01:57] used to be. [01:57] daftykins: ntfs, when I mount it by hand (sudo mount -t ntfs /dev/sdc1 testfolder), it works [01:57] uflaig: ah ok, i wondered if it might not have been safely unmounted previous. no idea then [01:57] my issue is really just that it doesn't automount when I plug in this device via usb [01:58] daftykins: in the official Ubuntu book (8th edition) it states that the most significant diffrence between the two is the custom server kernel. This kernel employs an internal timer frequency of 100hz instead of the desktop default of 250hz and uses the deadline I/O scheduler instead of the desktop CFQ scheduler.. also states that it contains a batch of other minor tweaks for virtualization, memory support and routing [01:59] a few weeks ago I upgraded to percise, and this issue has been going on since the start [01:59] neldogz: mmhmm, out of date book ;) [02:00] * AegNuddel wonders if there is any way to copy the info in the crash log [02:00] daftykins: this isthe most recent book covering Ubuntu 14, published last year [02:01] !pasebinit | Audaces [02:01] neldogz: unless it's referring to the low latency kernel, it's wrong [02:01] how difficult would it be to install ubuntu to a btrfs subvolume? [02:01] !pastebinit | Audaces [02:01] Audaces: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [02:02] daftykins: well then it is a diffrent kernel then isnt it? [02:02] neldogz: *sigh* but i'm the one joining the dots suggesting that's what they might mean, *BUT* server does not use the LL kernel by default. [02:02] so it's still wrong [02:02] pastebin my mtp mounting errors somsip? === luke is now known as Guest30698 [02:03] I have the report a problem window. I can get a log of the information. What I would like to know is if there is a way to copy this information... [02:03] daftykins: reason i am asking is because I have read lots of conflicting information online, figured i buy the book.. per the statement above one would have to assume its the kernel that is installed by default [02:03] !manual [02:03] 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/ [02:03] neldogz: just a guess but i wonder if they speak of this in the above [02:03] AegNuddel, you could just submit it using the tool..? I believe to look into the issue manually you need to use a debugger [02:04] AegNuddel: use a pastebin, or take a screenshot and use that in an image pastebin if it's a GUI window [02:04] daftykins: the manual ? [02:04] yes a gui window [02:04] sounds a bit basic come to think of it [02:04] anyway i'm off o/ [02:04] may take a few to get all info lol [02:04] later daftykins [02:05] !paste | AegNuddel [02:05] AegNuddel: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [02:05] I have reported but I don't think that will do much. I have before too. [02:05] what's the issue? have you actually looked into the bug reports or reports that seem related to your issue? [02:06] They may already have an open report on it AegNuddel [02:06] ntpd crashes [02:06] er ntp [02:06] no d [02:06] clamscan -r --bell -i /are you using Ubuntu 14.04? I know I am on XFCE and it's all bugged out trying to use ntp [02:06] oh wait [02:06] it's been reported and is a known issue.. [02:06] daftykins: TheUbuntuServerEditionisanoperatingsystemoptimizedtoperform multi-usertasks. [02:06] yes d [02:07] in another spot [02:07] daftykins: pulled that out of the ubunut-manual.. so it is an optimized kernel [02:07] ah [02:07] no. [02:07] sorry I accidentally pasted a command I was using. lol [02:07] it's the same kernel [02:07] ok so it's not just me === jottr_ is now known as jottr [02:07] neldogz: but i'm leaving now so no more highlights please :) [02:07] Aeg what are you running? XFCE 14.10 is affected.. [02:08] they say it's fixed in 15.04 [02:08] daftykins: why are you denying the fact that its an optimized kernel? [02:08] daftykins: its in the book and the manual [02:08] technically you could try to install ntpd from the software center but I think I hit a hitch doing that as well so I stuck with manual settings and just check it periodically to make sure it's staying up to date.. [02:09] For instance if your time resets everytime you power down then you may need to change out your cmos battery on the MoBo [02:09] neldogz: because i don't interpret that sentence the same as you - and they're the *exact* same package on both desktop and server :) [02:09] now i am off [02:10] er trying to find it [02:10] daftykins: while it might be the same package.. it is modified [02:10] no you don't understand, but i'm done now :) [02:10] er trying to find itwhere do I look for that info again? [02:10] tomato tomaato.. [02:11] for the version OS you are running? [02:11] daftykins: trying to have the last word doesnt mean you are right [02:11] yes === Username_ is now known as User812384 [02:11] I use hardinfo it's simple I would download it from the software center and when it installs open it and hit Operating System and it details the machines info there === User812384 is now known as user812384 [02:11] i was actually beginning to get the same impression of yourself, as you seem to insist on coming back :) but that's cool, i just don't have the time to pander to your obsessive opinion :) [02:11] 12.04 I think [02:11] goodnight [02:12] but not sure [02:12] in terminal type: uname -a [02:12] daftykins: its not obession.. it's fact vs your opinion on what you perceived [02:12] you know what that wont give you your ubuntu version only the kernal info [02:12] 1 sec === ubuntu is now known as Guest28174 [02:13] Linux briana-laptop 3.2.0-77-generic #114-Ubuntu SMP Tue Mar 10 17:25:28 UTC 2015 i686 athlon i386 GNU/Linux [02:13] briana@briana-laptop:~$ [02:13] oh heh [02:13] ok lsb_release -a [02:13] try that one.. [02:14] I would still get hardinfo from the software center.. [02:14] it's a good one. [02:14] Anyone here from Canonical can confirm whether or not the server version of Ubuntu contains an optimized kernel? [02:14] !ubuntu_server [02:15] !ubuntu-server [02:15] Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/14.04/serverguide - Support in #ubuntu-server [02:15] try there neldogz [02:15] Description: Ubuntu 12.04.5 LTS [02:15] Is torrenting programs illegal? === Mrokii_ is now known as Mrokii [02:15] depends on your country's copyright laws cxdvty [02:15] eikon81g: thank you for that.. that confirms it [02:16] here in the US it is.. cxdvty [02:16] cxdvty, it also depends on the program. [02:16] np neldogz [02:16] eikon81g:If I use tor browser can people see what I am doing? [02:16] daftykins: ^^ [02:16] If a program is freeware, and allows unabated sharing ... [02:16] also yes, if the software is licensed and copy written it would be illegal to share and use that program. . [02:16] depends on the license [02:17] i am using gdm and i changed the desktop to system default and it is just an X how can i get back to the GDM login screen if my account auto logins? [02:17] Linux is "licensed and copy written", for example [02:17] rww good point [02:17] it is? [02:17] !trusty [02:17] Ubuntu 14.04 LTS (Trusty Tahr) was the 20th release of Ubuntu and is the latest !LTS version. Download at http://releases.ubuntu.com/14.04/ - CHECK FOR POINT RELEASES at http://releases.ubuntu.com - Release Info: https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes [02:17] AegNuddel: yes, Linux is distributed under the GNU General Public License v2, which is a copyright license [02:18] I did not know that. [02:18] any way the torbrowser packages uses proxies and a setup that more or less hides your activity [02:19] cxdvty, you would also want to use a vpn service like hide.me or something [02:19] and a torbrowser package.. [02:19] and not your credit card to pay for services, use bitcoins.. just saying [02:20] good luck, that convo would prolly go to ubuntu-offtopic [02:20] !off-topic [02:20] #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! [02:20] hello all, im trying to install MST support for my laptop/dock cause whenever I try to extend my monitor, it stretches the desktop and then kinda freezes ubuntu (mirroring is fine though)... [02:21] I wonder if my issue has to do anything with the fact that my computer had not been turned on since 2009, and I had to manually reset the date to get it working... [02:21] monk12, did you install proprietary drivers for your video card or are you using the default one? [02:21] Is torrenting photoshop illegal [02:21] i see these instructions under the Linux Kernel area: ubuntuforums.org/showthread.php?t=1296656 [02:21] YES cxdvty [02:21] AegNuddel, Im using nvidia-346 and not the Intel drivers (Optimus) [02:21] aww neldogz quit [02:21] what abnout sony vegas? [02:21] http://askubuntu.com/questions/31081/whats-the-difference-between-the-server-version-and-the-desktop-version [02:22] YES cxdvty [02:22] ah well, peeps can enjoy their blissful ignorance :) [02:22] AegNuddel, it's prolly your cmos battery, does the time stay correct when you unplug the power supply and let it sit for 30 seconds and plug it back in? Or does it go to 12:00A [02:22] ? [02:22] server kernel == desktop kernel [02:22] it stays. [02:22] Hello! I have a problem with my laptop trackpad. When I resume from suspend, the trackpad behaves erratically. It's acting this way right now. Can I have someone's assistance in troubleshooting? [02:22] cxdvty, use gimp! [02:22] !gimp [02:22] gimp is an advanced image manipulation application for Ubuntu. See http://www.gimp.org for tutorials and more information. [02:22] in that thread i posted, it says ins in the 'mainline kernel since version 3.17... so since i have ubuntu 14.10, kernel 3.18.9, does that mean i should have MST support and no need to dl that kernel? [02:23] is gimp easy to use and as advanced as photoshop? [02:23] aeg if it stays then you may be good on the battery [02:24] one it's set in the BIOS and you set your time/date and region it should stay on your machine.. is it like losing or gaining an hour? [02:24] cxdvty, photoshop is not that easy, gimp is less powerfull [02:24] eikon81g, whoops meant to address my comment to you. using nvidia-346. and not the Intel graphics (could use prime-switch to switch to Intel if MST support is better on Intel) [02:24] but gimp is free and you wont have to break the law to use it.. [02:24] eikon81g, no... it even update for daylight savings time right [02:25] so you are just wanting to use ntp? [02:25] eikon81g, I'm just wanting the error to disappear! [02:26] monk12, that is a good question, I am no expert but I would say that google may lead you in the right direction with that.. I wouldn't know which is better but if one is not working you could always try the other, ya know..? [02:26] lol AegNuddel, ocd much...? [02:26] what do you do for fun on ubuntu lol [02:26] jk did you try to install ntp from terminal? [02:26] cxdvty, learn.. [02:27] what do you do for fun on Windows? Why is the sky blue..? [02:27] lol [02:28] I just like learning, I am really well equipped on windows but I am enjoying linux and learning more every day [02:28] yah. i was just wondering based on that wording on that page (posted the wrong one: http://cweiske.de/tagebuch/thinkpad-ultradock-screens.htm )... "[the kernel patches] are integrated in the mainline kernel since version 3.17 . " does that mean the 3.18 kernel def would have that patch then? [02:28] eikon81g, ^ [02:28] disagree about GIMP being LESS powerful. So many plug-ins available. If you literally installed them all (for which you would need an impossible amount of space) you'd have a pogram many times more capable than Photosh .. op (I was tempted to make those last two letters I T !) [02:28] monk12, yea, no need to add them manually.. [02:28] skateboarding games on ubuntu? [02:28] eikon81g, just gets annoying at times [02:28] lol AegNuddel [02:29] eikon81g, darn k. still not working. let me try switching to the Intel graphics driver and retrying it. thanks eikon81g [02:29] cxdvty, get genymotion and play some android apks [02:29] np [02:29] Let me try asking in a different way -- anyone know how to ask my laptop to redetect the trackpad? [02:29] may need to log out and back in after making changes to graphics.. [02:29] just a thought [02:29] how do i play android games on my pc when most of them are for touch screen [02:30] semitones, do you have a hardkey in the Fkeys that disable / enables it? [02:30] does it show up in hardinfo semitones ?? [02:30] cxdvty, yet another learning experience.. let us know :P [02:31] someone else was having an issue with a track pad the other night semitones his drivers were not installed.. [02:31] eikon81g: I do, but that hardkey doesn't function properly in #ubuntu. What happens is, if my laptop is ever suspended for a significant amount of time, when it resumes, the trackpad is all screwy. The pointer doesn't move very far, sometimes it scrolls the screen when you try to move the pointer up or down, etc. Everything i've tried doesn't fix it, but after 5 or 10 minutes sometimes it goes back to normal. I've been watching /var/log/syslog th [02:31] hardinfo will tell you if it is detected and installed.. [02:32] oh my bad [02:32] semitones, maybe you can bind a new key to function it? [02:32] then once you suspend and come back to the machine you can just enable/disable.. [02:33] it's not the driver. . it's something else good info there.. [02:33] I am a newbie so maybe someone else can chime in here too.. [02:33] is it like a SUPER-F button that enables / disables the keyboard? [02:34] eikon81g: I'm installing hardinfo now. The trackpad on/off button works in windows, but in ubuntu it just displays a notification, but doesn't do anything with the trackpad [02:34] eikon81g: it's a separate button all by itself that turns red when the trackpad is off. In ubuntu, pressing it doesn't make it turn red [02:34] humm when the issue pops up have you tried to enable/disable? [02:34] ok ok [02:34] humm [02:35] eikon81g: I've tried modprobing it on and off, but that doesn't work [02:35] then you are a step ahead of me.. [02:35] so maybe you can make a script to disable and re-enable the driver when you resume? [02:37] eikon81g: how do I find what the driver is? [02:37] look at this semitones [02:37] http://ubuntuguide.net/quickly-enabledisable-laptop-touchpad-with-touchpad-indicator-in-ubuntu-10-10 [02:38] in the hardinfo program under devices > input devices [02:38] mine is a synaptic.. "SynPS/2 Synaptics TouchPad" [02:38] eikon81g: I see input devices under general information (ALPS) but under input devices there's nothing [02:38] humm is it working now? [02:39] eikon81g: yes [02:40] eikon81g: /var/log/syslog says the following (but it says this even when the trackpad is malfunctioning) Mar 31 22:20:24 linuxlaptop kernel: [23001.791637] input: ALPS PS/2 Device as /devices/platform/i8042/serio1/input/input20 [02:40] Mar 31 22:20:24 linuxlaptop kernel: [23001.822063] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input19 [02:40] ok [02:40] so it looks like it's atleast recognized.. [02:41] did you see that trackpad indicator that they were using on the link I posted? [02:41] I wonder if using something like that would make it quit bugging out..? === `hypermist` is now known as sleepypc [02:42] it's from a ppa couldn't hurt to try if you want..? [02:42] sudo add-apt-repository ppa:atareao/atareao [02:42] sudo apt-get update [02:42] sudo apt-get install touchpad-indicator [02:43] argh === apt-get is now known as Aeiortv [02:43] lol whoops. [02:43] if that works then it trumps the script [02:44] hi! I'm using a 15Gb partition for / and now with almost everything installed i still have 10 free GB, i still need to install some stuff (cinelerra for example) and I'm afraid of running out of spaces... Should it get a bigger partition? [02:44] viGtor_, the saying goes, bigger is better.. LOL [02:45] fresh install is what is killing me :( [02:45] i have an 8 GB free partition, could i merge both? [02:45] without reinstallin i mean [02:45] did you install with VMS [02:45] ? [02:45] no idea :S [02:46] it was an option when I installed that supposedly made changing partition sizes easier [02:46] i think it was VMS. smh. [02:46] i choose a custom partition table so i guess i don't [02:47] viGtor_, it was LVM!! lol I am out of it.. === danmo98 is now known as shark [02:47] no i don't [02:47] look here..http://www.howtogeek.com/114503/how-to-resize-your-ubuntu-partitions/ [02:48] so 15 GB is not enough [02:48] I mean for me.. no [02:48] eikon81g: I saw the trackpad indicator but noticed that it's not updated for 14.04? [02:48] but if you have a decent sized external drive then you could prolly make it work just clean up after updates and installs.. [02:49] this is on that page: Touchpad indicator is developed by atareao team, available in the PPA for Ubuntu 14.04, Ubuntu 13.10, Ubuntu 12.04. [02:49] is it missing from the PPA? [02:52] What's the ubuntu chan to talk about off topic stuff? [02:52] nmatrix9: #ubuntu-offtopic [02:53] !off-topic [02:53] #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! [02:53] Thanks [02:58] eikon81g: ok, yeah it looks like it works actually. It's funny. In the preferences, none of the preferences do anything, but it did succeed in turning off my trackpad (i had to kill it via terminal, then modprobe psmouse to get it back :) So we'll see if it works next time I get the suspend problem [02:59] humm sounds liek you have a good handle on it, you are more talented than I.. glad I could atleast point you in a direction.. :P [03:00] eikon81g: I don't know really :p i've just been bashing myself at this problem for longer :) [03:01] eikon81g: this program won't work actually I think -- it's "keyboard shortcut" feature for enabling and disabling the trackpad won't actually do anything [03:01] lol, I am new to linux but it made sense in my head what needed to be done. glad you have a suitable fix for now.. [03:01] eikon81g: do you know if there's any way to see what the program is doing when it does it? [03:02] bummer. yea, killing and modprobing sounds like the way to go.. === captpicard is now known as captainpicard [03:02] that's a good question too.. i really don't [03:03] let me ask someone.. [03:03] what program was it again? === azharh_ is now known as azharh [03:03] the name of it..? [03:04] Ubuntu's deal with Amazon is back on, check it out. Amazon just uploaded a video about it. https://www.youtube.com/watch?v=dQw4w9WgXcQ [03:04] the indicator right? [03:05] too bad, I thought you were gonna rick roll us Aeiortv [03:05] oh wait. [03:05] Aeiortv, So why you want to share with us? [03:05] april fools <3 [03:05] TikiTika, what day is today? [03:05] Aeiortv: not here please [03:05] cfhowlett, April 1st [03:05] Fool day [03:05] !off-topic [03:05] sorry ben64 [03:05] lol [03:06] Screen turns off watching flash video [03:06] I gotta jet guys good luck. later semitones [03:06] !flash [03:06] To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash [03:08] eikon81g: it's installed. Screen turns off watching flash movies. [03:08] screen turns off how, like screensaver? [03:08] I get this error when executing some programs in ubuntu. What does this mean? "ICE default IO error handler doing an exit(), pid = 18995, errno = 11" [03:08] this is good.. [03:09] Ben64 yes [03:09] ok so turn off the screensaver or set it longer or something [03:10] deleting ~/.ICEAuthority fixed it :) [03:10] farzeen: be more careful what you use sudo for [03:11] Ben64: that's bummed [03:11] farzeen, I was reading that on another page.. your issue was intriguing [03:11] how can I tell what version of a package (libleveldb-dev) I installed with apt-get? [03:12] that was someone else's workaround as well [03:12] thomasha`: apt-cache policy [03:12] !synaptic [03:12] thx [03:12] A Graphical Package Manager. For a good howto see https://help.ubuntu.com/community/SynapticHowto [03:12] night all [03:13] thanks Ben64. do you know what might have caused that issue? [03:13] farzeen: yes, improper usage of sudo, which is why i said be more careful [03:14] like what? [03:14] using it with graphical programs [03:14] does anyone know why this sed '/chmod=0700/a chown=rtorrent:rtorrent' /etc/supervisor/supervisord.conf command dont work? [03:14] am i missing quotes? [03:14] I use sudo with gedit to edit config files [03:15] wiak: sed -i 's/pattern/changed' file [03:15] !gksudo | farzeen [03:15] farzeen: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why) [03:15] farzeen: use nano maybe [03:16] thanks Ben64, somsip [03:19] somsip sed -i '/chmod=0700/a chown=rtorrent:rtorrent' /etc/supervisor/supervisord.conf [03:19] taht works bettere [03:19] :p [03:20] wiak: I'm surprised it works at all without 's/...' but there you go [03:22] Hi, I was wondering if you could help me. I looked on the Lubuntu IRC but nobody could fix it. I'm trying to get Lubuntu running on a VirtualBox VM and after install it's stuck in an 640x480 resolution. I've tried installing the Guest addons but that hasn't solved the problem [03:23] try this command "xrandr -s 800x600" [03:24] or you may try typing 'lxrandr' (without quotes) in a terminal, Christophere-Were [03:25] *Chritopher-Were [03:25] *Christopher-Were [03:25] !tab| farzeen [03:25] farzeen: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [03:25] wow! thanks somsip [03:25] Does anyone have experience mounting AFP shares using dolphin ? [03:26] "Size not found in available modules" [03:26] oops! [03:27] Christopher-Were, type xrandr only without any args and pastebin the output [03:29] http://pastebin.com/esL4grdH [03:29] did you say there was an alternate program to ntp? === gerald is now known as Guest77970 [03:30] Christopher-Were, are you using the latest virtualbox? [03:31] Christopher-Were, not sure about VBOX, but KVM + spice rocks [03:31] It says I'm running the latest version. I've tried KVM on Quemu and I'm not impressed [03:32] hmm.. could you post the vbox and lubuntu version here [03:33] It Lubuntu 15.04 beta and Virtualbox is 4.3.26 [03:33] you need to head over to #ubuntu+1 for support with 15.04 [03:34] i suspect that the beta version has broken support for virtual box display drivers :( [03:35] I've got a lamp server running, and need help with port forwarding to view the server over the internet. Got a static IP, forwarded listening ports in my router, but it's not resolving to the lamp server. Read something about /etc/apache2/ports.conf and I don't know what to do with this. Anyone have any suggestions? [03:35] Christopher-Were, http://askubuntu.com/questions/12578/adjusting-display-geometry-in-a-virtual-machine === Aeiortv is now known as Aeiortv`goodnigh === Aeiortv`goodnigh is now known as Aieortv`sleep [03:39] Christopher-Were, try sudo apt-get install virtualbox-guest-x11 [03:42] I've got a lamp server running, and need help with port forwarding to view the server over the internet. Got a static IP, forwarded listening ports in my router, but it's not resolving to the lamp server. Read something about /etc/apache2/ports.conf and I don't know what to do with this. Anyone have any suggestions? [03:42] forward port 80 on your router to whatever port you have apache broadcasting on === Yukkino is now known as Dhs92 [03:47] ericb__: first of all, what's not resolving? [03:48] ericb__: resolving usually refers to DNS. Is that the problem? [03:49] Whats the difference between 14.04 and 14.10? [03:49] zerowaitstate:i meant resolving generally. the server is connected fine. im just not able to access it when i type in my ip, even though the ports are set to forward to it, it's acting like they're not [03:49] ericb__: what computer are you typing the IP from (one from your internal network, or one from the internet) ? [03:50] ericb__: the reason i ask is because some NAT routers will not loop back their external interface address [03:51] zerowaitstate: yep, tried nat loopback (not sure if I did it right,) but I cant access it from my mobile phone or my pc on the same network [03:51] I don't seem to be getting an option to upgrade to 14.1 [03:51] ericb__: can you access it from your phone on the carrier network? [03:51] zerowaitstate: nope [03:52] i'll try that now farzeen [03:52] ericb__: do you have the INPUT chain on iptables set to default deny? [03:53] zerowaitstate: unless it is set as such by default no. ive got ufw installed but disabled. when i try to access my ip it shows a 404 page that is being sent from my router (it displayed before port forwarding) [03:54] ericb__: are you able to access the site from your internal network via the private IP? [03:54] zerowaitstate: yes [03:55] ports.conf will not help you then. ports.conf controls what ports on the linux host apache listens on. if you can access via internal network, then ports.conf is working [03:55] ericb__: are you running virtual hosts in apache? [03:55] zerowaitstate: kk thats what I was hoping. well it has to be something misconfigured in the router then right? [03:56] zerowaitstate: nope [03:56] okay, then I'm thinking it is the router [03:56] you can run "tail -f" on the /var/log/apache2/access.log (I think that's right) to see incoming HTTP requests [03:56] that should help you determine if stuff is actually hitting the box or not [03:57] alternatively run tail -f /var/log/apache2/error.log to see malformed requests [03:57] Thanks farzeen, that works [03:58] ericb__: remember, if you are using standard port numbering, then port 80 is HTTP and 443 is HTTPS [03:58] woah, what?! Suddenly, my /filesystem partition is completely full ... AND I have some kind of "overflow" partition active. What the hey? Where do I look to fix this? [03:59] http://paste.ubuntu.com/10716394/ [04:01] cfhowlett: Sudden equals look at logs, no ? [04:02] Bashing-om, yeah, just trying to locate which log is relevant [04:02] /var/log/syslog [04:02] zerowaitstate, thank you. reading ... [04:03] cfhowlett: cd /var/log ->> sudo du -sx * | sort -n . see which is so large . [04:03] zerowaitstate: nothing in the error log. i noticed that the ports.conf file said 80 and 443 in a couple of places. i checked what ports are listening and 80 was not listed but 443 was [04:06] ericb__: are you accessing your site from port 80 or 443 in your tests? [04:06] i.e., are you using HTTP or HTTPS? [04:06] Bashing-om, found it, last entry = a 4 gb! log [04:07] http://paste.ubuntu.com/10716394/ [04:07] that's the same pastebin [04:07] zerowaitstate: im not sure, ive configured both to forward. do you mean using the private ip? how can I determine what port it is successfully accessing it through? [04:08] eric did you use http:// or https:// in your browser? is there a lock icon...? [04:08] what is the output of a2ensite? === RedRat_ is now known as RedRat [04:11] zerowaitstate: originally tried http:// and just tried https and got "secure connection failed: improperly formated der-encoded message" also i don't know what a2ensite is [04:11] a2ensite / a2dissite are commands in ubuntu for enabling / disabling particular sites within your apache config [04:12] on debian systems (like ubuntu), the sites which are enabled in apache are symlinked in /etc/apache2/sites-enabled [04:12] cfhowlett: :) now to find out what is causing the system to scream and holler so .. I be look'n . [04:13] zerowaitstate: a2ensite output is "Your choices are: default default-ssl which do you want to enable" [04:13] ericb__: a2ensite default [04:13] ericb__: you may have to do that as sudo [04:14] zerowaitstate: default already enabled [04:14] when connecting via your local network, you're using http:// right? and it's working? [04:15] yeah [04:15] Hello. I have EC2 ubuntu machines (that write to a single db) all giving me different times when I type date (off by 27 seconds or so) and it's screwing up my ordering of writes because I get system time from Java code and persist it with mongodb. Any who, how can I make sure things are sync'd? [04:15] ericb__: then the problem is in your router. your machine IS listening or port 80, or http:// would not work [04:16] ericb__: unless you are typing some special port number in the url, as in http://blah.com:1567/ [04:17] zerowaitstate: ok gotcha, ill have to mess around with the router some more. well thank you for helping me :D [04:17] tpayne: sudo apt-get install ntp [04:17] HI All, I have for some reason lost the ability to [Alt]-[Tab] to switch tasks and also only have one desktop. It worked before I shutdown yesterday and now I don't have it (and I don't remember turning them off). I am running 14.04 and the Cairo dock (if that makes any difference) [04:17] zerowaitstate: and that's it? [04:17] tpayne: if you're wanting times synced on the various boxes, they need to be running ntp [04:18] why sin't this done out of the box? [04:18] tpayne: i don't know [04:18] hehe, ok thanks [04:18] tpayne: the time differences will take a bit to settle; ntp slews the clock based on historical sampling, and virtualization monkeys with that a bit [04:19] yeah i just installed it, and they're still off by about 1 minute [04:19] so i guess i'll check back in the morning? I didn't reboot or anything I just literally did sudo apt-get install ntp [04:19] on all 3 machines... [04:20] take it easy zerowaitstate thanks again! [04:21] tpayne: stop the ntp service, then run "sudo ntpd -gq", then restart ntp service [04:21] tpayne: that should force a quick update [04:22] thanks [04:22] trying that now [04:22] tpayne: then, once ntp service is running, it will correct for future clock skew [04:22] What is the package for .wav decoder on ubuntu server? [04:24] tpayne: you can also run ntpq and use the "peers" command to find out the status of the synchronization [04:25] zerowaitstate: it's all sync'd up now!! [04:25] beautiful, thanks so much [04:26] tpayne: no problem [04:27] What is the package for .wav decoder on ubuntu server? [04:27] Bashing-om, thanks. I deleted the log. the guvcview camera was triggering something on each boot for quite some now. [04:31] cfhowlett: Great. Panic not. Just proceed in a calm and orderly fashion. Find out the why of the trigger , huh ? [04:31] Bashing-om, I THINK I might have experimented with screen recording on guvc ... [04:32] cfhowlett: lol, I recall the time I thought. I had to RE-install . [04:33] Bashing-om, *shudders* ... [04:33] cfhowlett: Not all bad. I did learn . Good backups ! [04:34] Bashing-om, for certain! [04:35] Bashing-om, thank you so much! I've found it near impossible to find local like minded linux users much less support here in Beijing. [04:39] when I 'avconv -f pulse -i ....' I get Unknown input format: 'pulse'. Someone knows how to fix that? [04:40] cfhowlett: Well... try the backwoods of Arkansas . Thank goodness for IRC and the forums ... Taught me all I have been able to learn to this time . ( and the want to know) [04:40] muka, pulse is not a codec. [04:40] Bashing-om, arkansas? nice. === Rahul is now known as Guest20275 [04:41] No LUGs in the Arkansas hills? [04:42] Enkidu_ak: None that I am aware of ( or have hunted up) think about starting one up . [04:43] You are welcome to join AkLUG. Most people can't seem to tell the difference between AK and AR anyway. :D [04:43] I have a set of logitech wireless headphones, with the logitech USB dongle. They mostly work fine, but every now and then I get no sound out of them, even if I have sound settings up and the headphones are selected and it's showing sound going out on them. [04:43] Sometimes it comes back after a reboot. [04:43] Anybody have any idea? [04:44] muka, pulse IS a format though. I don't use avconv enough to give detailed advice. #opensourcemusicians or avconv irc would know more [04:44] Enkidu_ak: Well. It is a thought, but that commute would be daunting . [04:44] cfhowlett, thank you === badon_ is now known as badon [04:45] Bashing-om: We used to meet, years ago. Most of the members went off to other places, though. Now it's just a mailing list, but a lively one. [04:45] I think we have more members out of state than we do in state. [04:47] Enkidu_ak: Welcome to the WWW :) .. It has indeed changed our lives . === newbie is now known as Guest61608 === Dhs92 is now known as Yukitteru [05:22] hi all [05:23] hello all [05:24] hey guys, we are trying to create DIY network for people to help each other locally for free, we have website up. But need feedback, does anyone want to help? [05:29] lol is anyone online, or just everyone watching netflix and forget irc on [05:30] doitwithus: This is a support channel, not a random chat channel. [05:32] doitwithus: Though we have those as well. There is random chat in #ubuntu-offtopic, but it's pretty quiet at the moment. [05:33] anyone good with nfs? [05:33] o/ Appl3Kork [05:33] oh hey [05:34] Appl3Kork: Still having issues with xbmc? [05:34] so ya, i get that the setup for nfs is suppose to be like /mnt 192.168.1.176(rw,sync,no_subtree_check) [05:34] but for the IP, can i make it an IP that any ip on my network can access [05:34] so not just the ip of the xbmc? [05:35] cause the 192.168.1.176 is the ip of the raspberry pi [05:36] Appl3Kork: You can make it available to your entire network. Replace the ip with * [05:36] ok i'll try that Enkidu_ak [05:36] hi hello [05:36] u are a huge help when my other buddy isn't around :( [05:37] Appl3Kork: Sometimes I even get it right :D [05:37] iBrokeEverything: Hi [05:38] no joke though Enkidu_ak u just fixed it :D [05:38] its posible to run borderlands1 goty on ubuntu with that winetricks etc,,, ? i have on win7 version steam ,,all my dlcs [05:39] iBrokeEverything: You should check out the winehq website. They have a database of apps with known states. If Borderlands can be run, it's probably in there. [05:39] !steam | iBrokeEverything, see the steam site [05:39] iBrokeEverything, see the steam site: Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion. [05:39] Appl3Kork: Happy to help [05:40] yea yea guys steam actualy runs on my ubu but no borderlands game run linuxes [05:40] so there is that winetricks can i do it with dat? [05:40] iBrokeEverything: You can always install win32 steam [05:41] iBrokeEverything: Refer to that appdb that I was telling you about. If it can be done the instructions are probably there. [05:41] enkidu_ak like with wine? [05:41] iBrokeEverything: Yes [05:42] enkidu_ak and u are a gamer ? :D whats your experiences with ubu? [05:42] am new in this [05:43] iBrokeEverything: I'm not a gamer :( [05:43] enkidu_ak hows that? [05:44] iBrokeEverything: I don't generally play computer games. I don't have any particular problem with them, just that my interests lie elsewhere. [05:45] an this is an error when i start steam ,, but stem works OpenGL GLX context is not using direct rendering, which may cause performance problems. [05:45] For more information visit https://support.steampowered.com/kb_article.php?ref=9938-EYZB-7457 [05:45] iBrokeEverything: And what did the article say? [05:47] iBrokeEverything: According to the article, Steam isn't able to use OpenGL. What video card are you using? [05:47] reinstaling driver will help bla bla bla [05:48] ubu says this Gallium 0.4 on AMD ARUBA [05:49] but its amd radeon hd 7420 [05:49] does anyone know how to make screen keep on raspberry pi? I try to play with settings it always goes off [05:49] its laptop [05:50] iBrokeEverything: It seems that you should follow the articles advice and re-install those drivers. [05:50] iBrokeEverything: I'm guessing that direct rendering is broken everywhere, not just for steam [05:51] enkidu_ak but am pretty lame in linux ,,my knowledge end by change wallpaper :D [05:52] iBrokeEverything: We all started somewhere. [05:54] enkidu_ak its not like windows click on driver uninstall and re install :D [05:55] should be linux for not talented peoples [05:58] iBrokeEverything: I don't use any ATI cards, so I am not as familiar with the driver setup as others might be. I did find an article detailing performance issues with that card and Utopic. https://mwop.net/blog/2014-11-03-utopic-and-amd.html [05:58] any news on wayland and gnome ? [06:00] HOLA === alberto is now known as Guest5028 [06:00] enkidu_ak i go look on it [06:01] HOLA! [06:05] enkisu_ak so done go reboot [06:08] where will the Arduino files get installed if I install it using apt-get? [06:09] ANJ7: try the whereis command from terminal [06:09] Enkidu_ak i dont see any changes [06:09] k === sleepypc is now known as `hypermist` === arbo is now known as arbog === Rahul is now known as Guest82711 === Guest82711 is now known as RahulAN [06:30] . [06:30] anyone? [06:31] bye eveyone [06:38] PPTP crashed with SIGSEGV but i still can connect using pptp [06:38] what the crashed affected [06:41] helloooo ? [06:41] any of you experience PPTP crashed with SIGSEGV error ? [06:41] helloooo [06:44] I think that am I drunk can't walk straight === Isla_de_Muerte is now known as NwS === hivearts_ is now known as hivearts [07:03] I'm having some strange ubuntu behavior and I'm stumped. It's almost like a keyboard button is stuck. My mouse wheel is switching applications, and click+hold in chrome is scrolling down the page instead of highlighting text. any ideas? [07:16] hi [07:22] * bip Buongiorno === ubik is now known as Guest73378 [07:35] When will python3 be updated on apt-get? I'm a little surprised that the latest version available is still 3.4.0 given how it contains the pyvenv bug. === `hypermist` is now known as sleepypc [07:40] Azin: Usually the version won’t change in a certain Ubuntu release. [07:42] Azin: Security fixes will be applied to the version shipped with the release. You can check the changelog for a package with `aptitude changelog `, for example. [07:44] hello, can somebody help me with configuration gps on bluetooth? === sleepypc is now known as `hypermist` === danmo98 is now known as shark [08:01] vlt: Thank you [08:10] * tnkhanh says hi [08:21] is ubuntu 15.04 good enough to swith from 14.04? [08:21] mark_chang_1492: lots of infrastructure work, from an end-user perspective not very exciting. [08:22] I'm wondering when a 3.16 kernel with at least the ckt5 patch set will be released, we're running into a few xen issues with 3.16-ckt4 [08:23] I see, maybe I will wait for a while for some exciting feature. thanks [08:25] mark_chang_1492: you can always try the live usb thingy though [08:27] nils:good idea. Thanks for all you guys to develop such a good platform. === noteness is now known as RIKAnoteness === RIKAnoteness is now known as noteness === eduardo is now known as Guest32394 === `hypermist` is now known as sleepypc === Xano is now known as Drupalr0x === Drupalr0x is now known as Xano [08:44] hi all, how to set a static same ip address for my vm in virtualbox? [08:48] that depends on how you configured the virtual network interface in virtualbox [08:48] And it's probably better to ask a virtualbox channel [08:48] geirha: thanks :) , i will ask there [08:49] which is #vbox [08:52] Hi, why does my Ubuntu VM installation add ".dev" to a ping request to non-existing domain? The same goes on with eg. gethostbyname('foo') in PHP. Where should I start looking? The VM is configured with a hostname "example.dev". Is it connected to this? [08:54] weres the mint channel? [08:55] Example: Calling "ping foo" starts pinging "foo.dev". Why? === nikis is now known as niek === sleepypc is now known as `hypermist` [09:00] Found the solution. I should call "ping foo." with a dot at the end, to signalize that no further lookup or completion should be performed [09:02] PartNAS: /msg alis list mint [09:06] Hi guys, I want to understand exactly what happens when I use the network manager from the ubuntu panel to change the network profile? I have created some profiles for different network with different IPs. Can I somehow trigger them from the command line or from python? [09:07] Basically I want to write a script to enable and disable proxy variables in /etc/environment and /etc/apt/apt.conf and change IP addresses/DHCP based on the network I am on. [09:10] If I change the profile from the network manager applet on the status bar, I see no change in /etc/network/interfaces. I want to know which files exactly do they write? So that I can manually write them using python [09:11] neo1691_: check nmcli [09:12] that's because network manager is in unmanaged mode by default, meaning that it handles interfaces with its own files instead of /etc/network/interfaces [09:13] h0ddH3d: Thanks!! carl__ just a question. Will nmcli or any other tool like wicd use the profiles from networkmanger or will I need to create new profiles for nmcli/wicd ? [09:13] neo1691_: nmcli is the command line utilty of NetworkManager. [09:13] neo1691_: So it uses the NetworkManager profiles. [09:14] yep, nmcli should use the same files as network manager [09:14] wicd probably won't, though [09:15] bekks: carl__ Thanks a lot. [09:15] i think you can set network manager mode by editing /etc/NetworkManager/NetworkManager.conf, if you want it to use /etc/network/interfaces, but i can't be sure [09:15] silly ubuntu that doesn't have nmtui yet [09:15] :/ [09:16] oh curses [09:16] Pantsu: What do you need nmtui for, when there is nmcli? [09:16] bekks: nmtui is superiour in every way [09:17] it is much more user friendly and powerfull [09:17] Pantsu: curses in inferior by every means. [09:17] *is [09:17] nmcli could really need some work [09:18] hi === marvin is now known as Guest15418 [09:19] Pantsu: So start it, it's opensource and participation is highly welcome. [09:19] nmcli doesn't seem to be a part of ubuntu 12.04 official repositories? [09:20] neo1691_: it is part of networkmanager itself [09:20] Pantsu: If you decide to do some work over it i'am her. [09:21] here* [09:21] you don't want my patches [09:21] unless you want to torture someone [09:21] neo1691_: the package "network-manager" contains it. [09:22] Pantsu: Ah my bad. It's already there. I ran apt-cache show nmcli and apt-cache search nmcli which returned nothing. This tool should solve my issue [09:22] thanks bekks :) [09:23] my code tend to look like https://github.com/MrElendig/kittypack and https://gist.github.com/anonymous/5d5f9f383c0c03c883fa :p [09:23] (you might want to keep some alcohol at hand to recover from the horror if you read the code) [09:24] That looks like Python and Haskell. [09:24] * bekks runs === rabisg is now known as zz_rabisg [10:01] Hi all === gusnan is now known as Guest91434 === zz_rabisg is now known as rabisg [10:14] I am trying to write a C using libfcgi but I can't find any example on how to process form data without hand coding the GET/POST arg. handling. [10:17] hello everyone, can someone tell me what holding Alt then pressing numbers in bash terminal do? ... what uses does this have? === Guest91434 is now known as gusnan [10:25] neil_: use a framework [10:25] neil_: fun fact: php is a C http templating/routing framework === rabisg is now known as zz_rabisg [10:26] neil_: anyway, proxygen, haywire, raphters [10:26] and about a million others [10:28] whos [10:30] hey guys, im having an gpg issue. help pls ! when i run [10:30] sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys === inexpertis is now known as whosthat [10:31] i always get this [10:31] gpg: Invalid option "--primary-keyring" [10:31] www.ircfans.org === whosthat is now known as inexpertis [10:31] ive googled but have not been able to find an answer. i cannot add public keys to the repositories [10:31] i wanted to ask what init systems are supported other than systemd and the /etc/rc?.d/ stuff [10:32] since i don't grok the latter, and the former is exorbitantly broken, and i would prefer something i find intuitive at least [10:32] can anyone point me in right directoion [10:32] hello ! does anyone know if switching a vpn on in the network settings is supposed to do something ? because that doesn't change anything to my routes.. === inexpertis is now known as rigormortis [10:32] monkeynutts: replace `cannot add' with a description of what happens when you try to add, and try again [10:33] i posted the error already [10:33] gpg: Invalid option "--primary-keyring" [10:33] svetlana: you mean upstart? [10:34] running sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 generates gpg: Invalid option "--primary-keyring" [10:34] im on 14.04 lts === zz_rabisg is now known as rabisg [10:35] Hm [10:36] cBeTA privet. Who uses elinks? [10:36] hi! [10:36] hi [10:37] my problem: how on earth would i get encrypted swap permanently working? [10:37] Hi [10:38] it won't work if i do partiotioning by myself during installation process [10:38] but in the other hand it will work if i choose full device encryption [10:40] Try do it after install ▶ [10:40] And why u wanna encrypt swap? [10:41] i've been trying [10:41] it doesn't matter why i want it [10:41] installation program tries to do it anyway [10:41] why would running this command sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 [10:41] generate this Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.EDCGXjphen --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 [10:41] gpg: Invalid option "--primary-keyring" [10:44] actually it worked once after i change UUID to real swap device file name in the crypttab [10:44] Pantsu, I am trying to make a small webapp ... I was hoping to use C and libfcgi but I have found no way of handling post/get data... I was after a full framework. [10:44] but the next boot encrypted swap sucked again [10:45] neil_: I would consider python/haskell/similar [10:45] neil_: but as I said, there are a lot of C(++) web frameworks === nano is now known as citroniks [10:47] Pantsu, I have been looking for 2 days trying to find a simple one that has examples on how to handle form data. === rabisg is now known as zz_rabisg [10:50] * Pantsu would seriously consider using some other language than C [10:52] hello everyone. It has been years since I ran ubuntu. Are there any suggested third party repos to grab to make life happy in ubuntu? [10:52] for example I used RPMfusion with fedora. [10:53] hey y'all i have a question [10:53] * mezoreda slaps giving [10:53] tj83: ppa have some useful things [10:53] Pantsu, alright I will check them out. thank you. [10:54] (but it also have a lot of crap( === rigormortis is now known as inexpertis === inexpertis is now known as rigormortis === rigormortis is now known as inexpertis [10:55] i tried ubuntu on my n-trig windows hybrid [10:55] it doesn't have any palm rejection [10:55] are there any better drivers available for n-trig on ubuntu? [10:56] and when is ubuntu gonna add support for connected standby [10:57] nanodrone: see https://wiki.ubuntu.com/Multitouch/NtrigFirmwareStatus for a start === zz_rabisg is now known as rabisg [11:02] k1l_, i dont get it [11:02] sorry [11:03] it's all about windows [11:03] who writes these drivers for linux [11:04] evagabond [11:05] nanodrone contact the company and ask them ro do so, would be the only way, i guess [11:09] Hello. I have old laptop with WinXP. It has no USB-boot and defunct CD drive but it has boot from LAN. I wan to install Ubuntu on it. What can I do? === rabisg is now known as zz_rabisg [11:10] if it's really old choose lubuntu [11:10] jrk--: use pxe install procedure. and go for Lubuntu [11:10] jrk--: This is one option, provided you have another ubuntu machine on the LAN https://help.ubuntu.com/community/PXEInstallServer [11:11] Is Microsoft buying Linux foundation? [11:11] duckey: no. look at todays date :) [11:12] never tried but should work that install server with booting from network [11:12] for a Nvidia geforce card is the proprietary driver recommended ? I am interested in some light gaming. [11:12] Really [11:13] duckey yes, and Apple too [11:13] MonkeyDust, really? [11:13] hateball: I have no router so I have to connect two laptops directly. Do I have to setup DHCP server on my Ubuntu laptop? [11:14] jrk-: seems that you have to [11:15] enkxa: ok, thanks [11:15] jrk-: no big deal [11:16] jrk-: wireless router-modems are often dhcp servers by default if you have one [11:17] MonkeyDust: what does apple have to do with it? === zz_rabisg is now known as rabisg [11:18] tj83: use the package manager to install the driver, don't grab it right of nvidia.com [11:19] jrk--: another option would be to pull out the drive from the laptop and use a sata/ide -> usb-adapter and using another machine to do the install, then put the drive back in === inexpertis is now known as whoe === whoe is now known as inexpertis [11:20] is there any other option to install Ubuntu on PC without USB-boot and CD-but? like chain-load GRUB from NTLDR and than load kernel and initrd from harddrive and then mout USB drive as root filesystem? [11:24] what does ALT+ in bash terminal do? I see something like this (arg: 23) [11:25] inexpertis: man readline [11:25] inexpertis: also first hit on google: http://stackoverflow.com/questions/562115/press-alt-numeric-in-bash-and-you-get-arg-numeric-what-is-that [11:27] Pantsu, Thanks I tried to google it but could not formulate any question "(arg: number)" was not good because google ignores punctuation marks and linux Alt and numbers got me nothing :) === Pantsu is now known as Desu [11:28] inexpertis: "bash alt-number" [11:28] was what I used [11:30] Desu, didn't think alt-number would work, in google does minus not state to match pages not containing that word ? [11:31] Desu, anyway thanks [11:31] inexpertis: if you put space before minus it will work as you said [11:32] i want to do "Web server load balancing Raspberry Pi " how can i do please tell me [11:32] in advance thanks [11:36] citroniks: you want to set up a rpi cluster? [11:36] (your question doesn't actually mean anything) [11:37] citroniks sure you're in the right channel? [11:37] Mmm... rpi lamp cluster... I think I have a weekend project. [11:38] Desu, thanks but i dont know to setup please tell me any links [11:39] citroniks: that doesn't answer my quiestion, you havn't explained what you are actually trying to do [11:39] Enkidu_ak: better off not using apache on them [11:40] Question: has X11 font rendering been changed in 14.04 very recently ? (I'm getting very ugly antialiasing since last apt-get dist-upgrade) [11:41] Desu, i want to build "web server load balance" to balance the load of the server [11:42] So over the years, I have tried a lot of Linux distros. Have not found one that I really like. I want the most powerful most sourced most beautiful Linux distro. And on my search, I have found nothing. Can someone please guide me on my never quenched desire to find the perfect distro? [11:42] rpis are not the tool you want to use as a load balancer [11:42] hateball, enkxa, I have no "/media/cdrom/install/netboot/" directory. I have only "mt86plus", "README.sbm" and "sbm.bin" files inside "/media/cdrom/install/" directory. I use Xubuntu 14.10. [11:42] asuming your servers are not horribly slow, the rpi will probably be limiting your server >_> [11:43] duckey: since you ask in #ubuntu: use ubuntu [11:43] duckey, try ##linux , this is ubuntu support only [11:43] Oh, crap [11:43] They de voiced me in ##linux [11:43] :( [11:44] #ubuntu-offtopic then duckey [11:44] duckey: no need to spoil this channel then. thanks [11:44] Thatl doo :) === noteness is now known as RIKAnoteness === RIKAnoteness is now known as noteness [11:46] duckey: To be fair, you were raving. [11:47] Yes I was [11:47] Desu, i read this one http://www.kmggroup.ch/?p=275 [11:48] What is the kali linux channel? [11:48] citroniks: doesn't say anything about the performance.... [11:48] !kali | duckey [11:48] duckey: Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), kali-linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) [11:48] duckey: their homepage says what it is [11:48] duckey: also /q alis help [11:48] Oh [11:48] /q alis list *kali* [11:54] nobody [11:54] duckey there are at least 5 people in #kali [11:54] ikr [11:54] hi [11:54] hi [12:00] hi! Logcheck + dos_evasive question... no matter what i put in /etc/logcheck/ignore.d.server/xxx logcheck keeps sending me emails (Security Alerts section). other lines in /etc/logcheck/ignore.d.server/xxx work as expected. What did I miss? === ken is now known as Guest9892 [12:08] LxLe led me here === Guest9892 is now known as kb52 [12:08] Working with a debian VM, keep getting a GPG key error for ppa.launchpad.net and I'm not sure if its something on my end that I need to fix or if the base issue is on the apt repository's side. I can run apt-key adv to manually add in the missing key....but I'm not sure why its not getting that key automatically [12:08] sorry, ubuntu VM* [12:10] Just installed LXLE which seems like a cool Ubuntu linux. Here is its only problem. During install etc, my speakers make a thunking noise mostly left channel, when totally silent only. [12:11] It is the software and not the hardware. [12:11] !lxle [12:11] what is lxle kb52 [12:12] lxle is a ubuntu spinoff with lxde. better ask them for support or use original Lubuntu [12:12] use alis to find their support chan kb52 [12:13] /msg alis list lxle kb52 [12:13] Its Linux Ubuntu based. Uses the LXDE desktop. It appears to be as stable as all the rest, but it is not having a happy day with my sound card. [12:13] it is not supported here kb52 [12:14] kb52: tell them you are using lubuntu [12:14] no [12:14] PartNAS, thats not helpful [12:14] it isn't lubuntu, lying will not get you far [12:15] I may just go back to knoppix even though you cannot upgrade it. But it looks so much nicer etc. This is the first linux that has some kind of sound problem. No its a basic sound driver issue. [12:15] kb52, please stop posting here for help, find the lxle channel for that [12:15] Fine. [12:18] since a week ago, in CLI (CTRL+ALT+1 mode) is not using the whole screen area, its just about 1/4 in size in the top-left, what can I do to make it full screen? [12:21] By the way I'm ussing lubuntu v14 (Ubuntu 14.04.2 LTS) === `hypermist` is now known as sleepypc [12:22] one question about the ubuntu phone: is ubuntu the only operation systemin in the phone or is it just running on the top of android? [12:22] Hiyas all [12:22] !touch | enkxa [12:22] enkxa: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [12:23] ok, i'll have my question that other channel [12:31] hi [12:31] i have a problem, i have lost my monitors [12:31] my pc is running fine, i can ssh in [12:32] but there is nothing on my monitors, no signal [12:32] the problem occured when i tried to change user [12:32] screens when blank, and nothing i can do gets them back [12:32] can anyone advise? [12:32] i am currently connected via ssh [12:33] Laurenceb: have you tried to reboot your machine? [12:34] haulet: id rather not, there is unsaved work [12:34] ok, i just had another look [12:34] it seems there is a signal, as the monitors wont auto sleep [12:34] but they are just showing black atm [12:35] so something is sending video [12:35] Laurenceb: I had this issue aswell. Couldn't get it solved unfortunatly [12:35] :-/ [12:35] restart x11 or something? [12:35] It seemed to me that something with the graphcis-driver is causing it [12:35] yeah [12:35] Laurenceb: see the logs like dmesg and Xorg.log what is going on [12:35] its got to be possible to restart it [12:35] ah good idea [12:35] and please name the video card and what driver did you use and how did you install it [12:36] Couldn't you install/run VNC to save the work? :) [12:37] memoryleak: yeah maybe [12:37] im gunna try to get some support irl first :P [12:38] nothing in dmesg [12:38] :) [12:38] where is Xorg.log? [12:38] Laurenceb: /var/log/ === rabisg is now known as zz_rabisg [12:39] ok [12:39] i see lots of xorg logs [12:39] which one? [12:39] Laurenceb: depends on the display your session is on [12:39] ok ill check the dates [12:40] the number is the display [12:40] (they are not rotated logs) [12:40] in most cases it will be Xorg.0.log [12:41] found it [12:41] http://pastie.org/10067168 [12:41] restart xorg? [12:42] man -P "less -p '-logfile'" explains the naming [12:42] er... missing Xorg there [12:42] Laurenceb: well, was it suddenly "while you were working" or was it while booting? and what video card is it? [12:42] k1l_: it was while i was changing to another user [12:42] Laurenceb: that doesn't look like a xorg log [12:43] ihmm [12:43] ill grab the whole file [12:43] http://pastie.org/10067171 [12:44] apt-cache lists two sources (one from a ppa and the other is from ubuntu) for a dependency, how can I re-arrange the order of these two sources so one is used instead of the other? === zz_rabisg is now known as rabisg [12:47] hi, could someone please direct me to the appropriate place with SSD/TRIM problem [12:48] fixed it with ctrl-alt-backspace [12:50] Xavinyo: if its ubuntu ask here [12:51] hi all [12:51] k1l_, I don't know if it is vendor or kernel related, anyway I ask it [12:52] I have ssd in lvm that is trim capable, hdparm shows: [12:52] * Data Set Management TRIM supported (limit 6 blocks) [12:52] * Deterministic read ZEROs after TRIM [12:52] lvm.conf has discards_pass enabled [12:52] i'm running ubuntu studio 14.04 and i was thinking to try "kali linux" distro inside a virtual machine , do you have any specific free vm software to advice ? [12:53] issue_discards = 1 [12:53] however lsblk -D returns that my max discrads etc is 0 [12:53] *recommend [12:53] sda 0 0B 0B 0 [12:53] ├─sda1 0 0B 0B 0 [12:53] └─sda2 0 0B 0B 0 [12:53] ├─vg_ssd-lv_root (dm-2) 0 0B 0B 0 [12:53] └─vg_ssd-lv_swap (dm-3) 0 0B 0B 0 [12:53] sdb 0 0B 0B 0 [12:53] !paste | Xavinyo please use that [12:53] Xavinyo please use that: 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. [12:54] yorwos, virtualbox will work just fine [12:54] thanx einyx [12:54] yorwos: virtualbox is the easiest for endusers to begin with [12:54] so my question is what am ai doing wrong, did I miss anything [12:57] Question, running 14.04 Desktop and IPv6 is murderously slow when surfing the internet. Disabling it in sysctl seems to only be temporary because it just turns back on. Any suggestions on troubleshooting this so I can keep IPv6? (assuming anyone is awake to answer) [12:58] systemd0wn, ipv6 being slowly is probably because of your isp, not ubuntu itself [12:59] Xavinyo: ubuntu uses batched discard since 14.04 but i dont know how lvm comes into that setting [13:00] ohai [13:01] k1l_ lvm needs to pass discard signals to the underlying physical drives.. since I have to ssds in a logical volume i need to set things in lvm.conf [13:01] hi [13:02] k1l_, I made a pastebin for informative outputs: http://codepad.org/ShGHNhcA [13:02] Is there a other mapping between unix gid/uid and the actual name than /etc/passwd? [13:03] On my system there is a user/group I can't find in /etc/passwd [13:03] f0086: no. [13:03] Xavinyo: ok, but i dont know about lvm trim setup. sorry [13:03] f0086: Which user/group do you see there? [13:03] Xavinyo: if no one in here knows maybe try to ask on askubuntu.com or the ubuntuforums [13:04] Xavinyo: are you running fstrim as root? [13:04] bekks: I use froxlor which will create this user/groups ... but there are not in /etc/passwd [13:04] Why gedit/firefox is opening on server side, not on client side. When I have ssh into server from client side with -X option [13:04] bekks: I can't find the place where these names are defined [13:05] f0086: Whats "froxlor2? [13:05] f0086: froxlor even. [13:05] bekks, yes [13:05] bekks: a web tool to manage hosting stuff [13:05] bekks: It does not matter [13:05] f0086: So thats a good question for their support then. [13:05] f0086: It does matter, of course. [13:06] bekks: It is a basic linux/unix question: Where can I find the mechanism which will translate the gid/uid into names? I thought /etc/passwd is the only place but there must be a other place [13:07] f0086: Ask the froxlor support where they are doing things like that. [13:07] f0086: It is a basix product support question. [13:08] hi [13:08] does anyone want to skype-chat? [13:09] Ok, I will ask a completely other question: If I want wot mount an external NFS share, How can I use the gid/uid names from an external source (the nfs server) and not do a copy/paste of the /etc/passwd file? [13:09] f0086: Withou specifying any uid/gid, the numerical values from the source (the nfs server) are in effect. [13:10] cq-aux: this is technical support only. better ask in #ubuntu-offtopic for chitchat [13:10] k [13:11] bekks: where can I specify the gid/uid mapping? [13:12] einyx, I'd like to determine what about it is so slow. Any suggestions? I added Googles IPv6 DNS servers which didn't seem to change anything. [13:12] f0086: In the mount command. [13:12] f0086: you can specify which uid/gid the external uid/gid should be maped to. [13:13] systemd0wn, is hard to tell, maybe with a traceroute you can see if there is some hop from which the connection start to slow down [13:14] I just tried ipv6-test.com/speedtest to compare and it says I'm getting nearly 26Mbps on both. [13:15] einyx: I'll do some tinkering. In the meantime do you know how I can disable IPv6 in the network manager? I know I can specify to disable it at boot but I'd rather not. [13:17] systemd0wn, errr i think if you go into network settings -> wired -> options you can say "ignore" [13:17] or something like that :D [13:22] einyx: I appreciate the help. But ignore doesn't seem to do it. [13:34] Hello, how do you check your brightness settings from the terminal? [13:35] systemd0wn, lol [13:35] kokut, xbacklight is what i use [13:36] systemd0wn, check under /proc [13:37] you should be able to echo under proc on a file called disable_ipv6 [13:37] Hello. Which linux can I use on a Pentium 3 with 120MB RAM? I just need a web browser in there. [13:37] kokut, it lets you control the level too. e.g. http://dpaste.com/3XZJW56 [13:37] fuffy try lubuntu [13:37] MonkeyDust: lubuntu needs to much ram [13:38] fuffy it's the "lightest", maybe look for an ever lighter distro [13:39] fuffy: you could try a minimal install and see whats working for you. but i think with a that old device you want some of the really small distros [13:39] MonkeyDust: it may be the lightest ubuntu [13:39] pbx: nice, i dontk now why but when i turn on my laptop after unpluggin the external monitor it lowers my brightness and the GUI to change it from ubuntu is bugged, i set it to the max and it goes to 80% so i have to set it up myself [13:41] kokut, yeah, there are ways to manage brightness automatically depending on power state but i haven't found any simple enough for my liking. so i have simple shell aliases that use xbacklight [13:42] fuffy or what k1l_ says, the minimal install and install just what you need [13:43] MonkeyDust: do you know of any web browser who can display images but doesnt need X? [13:44] Lynx ? [13:45] fuffy: w3m text browser in xterm will show images [13:45] https://www.youtube.com/watch?v=R2bMUtCOGko [13:46] hkrrsx: thanks [13:47] fuffy: you're welcome [13:47] Can somebody help me out with this issue? http://paste.ubuntu.com/10718355/ [13:49] asd_ what's the outcome of cat /etc/issue [13:49] I am experiencing some weird king of keyboard 'lag' (keystrokes or key releases won't always get registered) when using memory intensive Java applications, what direction should i look for a solution? [13:49] MonkeyDust, Ubuntu 14.04.2 LTS \n \l [13:49] asd_ then first do sudo apt-get update [13:51] MonkeyDust, Still same output, i tried installing with aptitude but nothing happened. [13:52] asd_ try changing the miroor in system settings > software & update > download from [13:57] MonkeyDust: i'd guess that "you have held broken packages." might be contributing to asd's issue [13:58] Hi guys, anyone with a Asus K550JK? [14:02] rmelo: perhaps, you should ask your real question instead... === gusnan is now known as Guest86151 [14:10] zykotick9: got it, I have a Asus K550J and the wireless keeps disconnecting [14:10] it seems this wireless card really sucks [14:11] anyone got arount this? [14:11] the wireless card is a Realtek RTL8821AE [14:12] when I uninstall light-locker, does the screen not get locked anymore? [14:12] how can I prevent the screen from being locked automatically? The light-locker-settings app doesn't seem to channge anything. [14:15] rmelo: try rmmod rtl8821ae [14:16] rmelo: then modprobe rtl8821ae [14:17] rmelo: sprunge your logs: cat /var/log/syslog | grep -e wlan -e rtl | tail -n20 [14:29] Hey guys, I'm searching all over Google and can't find the answer. PHP extensions (the .so file) reside in /usr/lib/php5/20121212 - what does the 20121212 stand for? What decides on its number? [14:30] Tahvok: just a guess, but could that be a date? [14:31] zykotick9: I think it's a date as well. But date of what? [14:31] ? i was just guessing... i have no knowledge ;) [14:31] instalation? [14:32] version date? [14:32] looks like 2012 dec 12th [14:32] It's a recently installed system (and updated). And apache build date is: Mar 10 2015 13:05:59 [14:33] ask the dev? [14:34] http://ubuntuforums.org/showthread.php?t=1339598 [14:34] check here see if it can help [14:34] devs do weird things like naming modules after girlfriends/spouse, 1st child's birth date, etc. === noteness is now known as saaapete [14:41] ponyrider: what should I be looking for? I see some warnings, shall I put them here? [14:42] yes [14:44] after I connect to a network I have: [14:45] Apr 1 07:41:42 P3D001 wpa_supplicant[1130]: nl80211: send_and_recv->nl_recvmsgs failed: -33 === saaapete is now known as Noteness [14:49] Every few seconds the syslog is bombarded by this modul's log messages [14:50] Where can I find some kingd of more up to date version for this specific driver? [14:50] since I am on 14.04 maybee there is a more stable version [14:51] rmelo: For a Realtek Wifi? [14:51] rmelo: Do you have the chance to get some more reliable wifi hardware? [14:52] Gah, Realtek [14:54] bekks: unfortnetly no... [14:54] Hi, I have issues installing Ubuntu 14.10 on a Lenovo w540. When trying to install the OS it gets stuck on different places (eg.:configuring network, just displaying the ubuntu logo at boot, when asking to install third party updates,...) [14:55] rmelo: No chance of getting some USB wifi? [14:55] not an option for this laptop's purpose. Is the realtek really so bad in Linux? [14:55] Is anyone able to help me diagnose this issue? [14:57] rmelo: Yes. [14:58] rmelo: Calling it "crap" is not understated. [15:00] Under ubuntu 14.04.2 - is the init script functioning or has init been handed over to upstart? [15:00] any chinese I need a little help here [15:00] !cn | freen0d3rr [15:00] freen0d3rr: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [15:01] !upstart | RudeViper [15:01] RudeViper: Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [15:01] that did not answer the quest [15:01] ubottu: are you so smart ? :) [15:01] freen0d3rr: I am only a bot, please don't think I'm intelligent :) [15:01] question [15:01] ubottu: open source? [15:01] freen0d3rr: I am only a bot, please don't think I'm intelligent :) [15:02] When I log in through SSH I get the following warning => WARNING: This is a private computer system and is for authorized use only"….how do I stop that? [15:02] freen0d3rr: the Chinese support channel is at #ubuntu-cn or if Taiwanese then #ubuntu-tw [15:03] genii: i just need some help from a chinese who has pen.baidu.com account. [15:03] :) [15:03] there is a file , I would ask him to download and email me since I cant access to it [15:04] freen0d3rr: that is not an ubuntu support question and is offtopic on this channel [15:05] mcphail: I know but I could find no other place for help. any recommendation? [15:05] freen0d3rr: no [15:05] hi, are you having trouble withf irefox? I cannot start it anymore, i can only start it on safe mode [15:07] hi ubuntu, I have a .py file that I transfer via local network to another ubuntu computer. But the .py file is permission locked when it gets to the other computer. I can't run the .py script and cannot unlock the permissions [15:07] The file starts out as chmod 777 so it's unlocked why would it lock on the other side ? [15:07] and cannot be unlocked via terminal ? [15:08] Agent86: how do you transfer it? [15:08] I copy and past to the shared folder on the other computer, I do it from the source computer, to the target [15:09] in other words I'm at the source computer, and copy to the target [15:09] Agent86: if you are sharing over samba, I don't think that respects the original file permissions [15:09] should I be at the target computer and copy from source [15:09] Agent86: How exactly do you copy the file? [15:10] well they are both ubuntu computers and I don't believe I'm using samba just the browse network feature of ubuntu to the shared folder [15:11] copy and paste and I have no noticed this before for some reason it seems to be only .py files I can copy a .mp3 just fine and change permissions on the file all I want [15:11] Copy and paste from where to where? [15:12] ahhhh I think I figured out, I had geany open and was editing it, so when I copied the file it was already open [15:12] yikes, === gusnan_ is now known as gusnan [15:14] oh well that wasn't it [15:14] still locked [15:14] i just use the built in ubuntu browse network, select my local file and copy to Music folder on the other local machine [15:15] it's locked on the other end [15:15] Agent86: Define "locked". [15:15] Agent86: Pastebin ls -lha filename after you copied the file please. [15:15] meaning right click and says permission could not be determined and has a little padlock icon on it. Also if I chmod 777 file it says something [15:15] ok [15:16] hello [15:16] ls -lha from which machine does it matter [15:16] Agent86: From the machine where the "file is locked". [15:16] ciao [15:16] what is a good backup solutions that has a web frontend as opposed to a GUI? [15:17] MDTech-us_MAN: backuppc has a web frontend. [15:17] ok. I will look at it [15:18] looks interesting [15:18] MDTech-us_MAN, there are several online backup contenders. e.g. https://www.starryhope.com/online-backup-solutions-for-ubuntu-linux/ [15:19] pbx: I guess he wants a local backup tool, not a cloud-based backup service. [15:19] I dont like backing up to the cloud [15:19] (which I would never trust at all). [15:20] same [15:20] MDTech-us_MAN, what on earth did you mean by "web frontend" then?? [15:20] yeah, that's what a spare HDD is for [15:20] pbx: Soe web page being opened in a browser? [15:20] pbx: Like: http://localhost/backuppc/ [15:20] I mean the frontend would run from the computer that is being backed up [15:21] especially useful for ubuntu server ;) [15:21] MDTech-us_MAN: I am using a CLI based backup solution for my server. [15:22] I know the command like is powerful and great and all, but a web just makes it that much easier === Bayangan_ is now known as Bayangan [15:23] I already spend most of my time on command lines [15:23] lol [15:23] MDTech-us_MAN: So what do you need eye candy for? :) [15:24] I don't have to write 100 characters to start/schedule a backup [15:24] MDTech-us_MAN: And backuppc isnt a point and click solution. You have to configure (on a command line) what you want to do there. [15:24] * mcphail types "rsnapshot daily" if he hasn't already set up a cron job to do the same [15:25] * bekks types "runbackups.sh" and presses enter. [15:25] * somsip gets a cup of coffee while the cronjob runs [15:25] hi, I have complied a program it uses a library (libonion.so.0) ... "gcc post.c -o post -lonion" ... when using ldd it shows "libonion.so.0 => not found" ... how do I get gcc to set the full path to this library ? [15:27] neil_: sudo ldconfig /path/to/libonion-things [15:29] genii, so what would that do? [15:38] has anyone seen this? [15:38] http://www.version2.dk/blog/sudo-apt-get-install-microsoftwindows81-og-der-virker-129703 [15:38] it's in Danish [15:39] irreverant, as this is the english speaking channel and it's for ubuntu ... no we haven't read it. [15:39] but; they are saying that you can apt-get install microsoftwindows8.1 and it will install windows as an application? [15:39] irreverant: Did you take a look at the current date? [15:39] irreverant, ask someone who reads danish?? [15:39] irreverant: type "date" in a terminal... [15:39] cfhowlett, it's about Ubuntu and you can translate it to english using Chromium [15:39] irreverant, what day is today? [15:40] OH! [15:40] hahahahhahaha! [15:40] irreverant, let me fix that for you: D'oh! [15:40] hahah ;D [15:41] Humor aside, is it possible to put ubuntu asleep, and then boot to windows, and then put windows to sleep, and but to the sleeping ubuntu [15:45] I have some text in a file, most of the content is ok, but I have weird characters like this "Ä…dzeÅ„ –", how can I know what encoding it should be? [15:47] bibi-23: Characters from another charset. [15:49] bekks: but how can I know which one, I'd like to convert it. [15:51] @bibi-23 this might help to ident: http://i-tools.org/charset/exec [15:53] hello can anybody tell me how ti install skype in ubuntu 14.10 [15:53] !skype [15:53] To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga [15:53] argha, what have you tried and what specific problems have you had? [15:54] argha, http://www.howopensource.com/2012/10/to-install-skype-4-0-0-8-in-ubuntu-12-10-12-04-using-ppa/ [15:54] http://www.unixmen.com/install-skype-ubuntu-14-1014-0412-04/ [15:56] Hello!!! Can you help me? How preference samba? I can send message consisting only from certain words, example: Yes, Done, Hi, Up, Down, Center... .Input command write: "smbclient -b 6 -U PC0 -M PC1". From "Hello"? he write : "cli_message returned NT_STATUS_CONNECTION_DISCONNECTED" [15:58] unicr0n: the link doesn't work, what is it? [15:59] hey so what does cntl alt L call in 14.04? I am trying to make it launch xscreensaver [15:59] bibi-23: second try: http://i-tools.org/charset/ [16:00] bibi-23: it's charset/enc online converter [16:03] pbs actually i am noob that;s why i don;t know how to install skype in ubuntu [16:03] can you tell me in details [16:04] I know how to install skype from windows [16:04] whaat i have to write at terminal? [16:04] !skype [16:04] hello pbx [16:04] argha, sudo apt-get skype [16:04] sudo apt-get install skype [16:04] *sudo apt-get install skype* [16:05] rivares1853: http://askubuntu.com/questions/488053/how-to-install-skype-4-3 [16:05] would i get the graohical interfaace by typin this command in the termina? [16:05] sorry not rivares1853 :p [16:05] =))) [16:05] cfhowlett, ,make sure argha enabled the partner repo [16:05] OerHeks, true. [16:05] fro where? [16:05] !partner [16:05] Canonical's partner repositories provide a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" » [16:05] argha, choose a lane; you want the command line or graphical method. [16:06] cmnd line [16:07] cfh** [16:07] argha, first you must enable partner repos; sudo /etc/apt/sources.list remove the ## from the partners entry [16:07] argha, save that, sudo apt-get update && sudo apt-get install skype [16:08] ok i am trying [16:09] Hello!!! Can you help me? How preference samba? I can send message consisting only from certain words, example: Yes, Done, Hi, Up, Down, Center... .Input command write: "smbclient -b 6 -U PC0 -M PC1". From "Hello"? he write : "cli_message returned NT_STATUS_CONNECTION_DISCONNECTED [16:09] anyone know what file cntrl alt L calls in 14.04? trying to rig up xscreensaver [16:10] first i type sudo vim /etc/apt/source.list [16:10] after typing this i get the editor from the terminal [16:10] after that what i have to do chf [16:10] argha, yes [16:11] argha, ctrl-f (search for) partner. uncomment the partner entries by removing ## [16:12] AFter fresh install of ubuntu 14.04 how can i creat root user and password [16:12] researcher1: you dont do that on ubuntu [16:12] argha, just do it from softwarecenter, or take a read https://help.ubuntu.com/community/Repositories/Ubuntu#Adding_Canonical_Partner_Repositories [16:13] researcher1: you preface "sudo" to the commands that need rooti rights. but dont just run every command with sudo. [16:13] !root | researcher1 [16:13] researcher1: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [16:13] I am seeing this in my htop screen on my ubuntu 14.04 server... can someone tell me what this is? 24942 root 20 0 107M 6556 5492 S 0.0 0.2 0:00.09 sshd: root@notty - is this someone logged into my system's ssh? [16:13] cfhowlett: thanks [16:14] researcher1, happy2help! [16:14] In my preseed the LVM stuff gets created automatically, but the bootable flag does not get set to /dev/md126p1 (which is mounted to /boot, and where GRUB is installed). Is there a way I can have the LVM stuff made automatically but just have the bootable flag added to a specific partition? [16:14] could i install it from synaptic package manager? [16:14] hello, just wonder if there are ways to detect if net is down and auto perform 'service networking restart' ? [16:15] argha, yes [16:15] argha, yes, but you must enable partner repo first [16:15] and update repos [16:17] hi guys, I would like to remap the key ; with :. Is this possible? [16:18] muchacha: Do you want it to use VIM? [16:18] h0ddH3d: yes, it' intended for vim [16:19] what's default telnet port ? [16:19] 22 [16:19] @blueking 21 [16:19] Blueking: 21 [16:19] 22 is ssh [16:19] ftp is 21 [16:19] 21 is telnet [16:19] opps [16:19] 23 [16:19] lol [16:20] 22 +/- 1 [16:20] let me check [16:20] muchacha: http://vim.wikia.com/wiki/Map_semicolon_to_colon [16:20] Common Ports [16:20] 20 FTP data (File Transfer Protocol) [16:20] 21 FTP (File Transfer Protocol) [16:20] 22 SSH (Secure Shell) [16:20] 23 Telnet [16:21] yep [16:21] whats ubuntus partioning software called? (I'm using ubuntu server ediiton on a vm thats running on windows 7) I've done what I needed to do on windows side of things but now I need to increase the partion size and don't know how I would go about doing that via terminal. [16:22] its gparted [16:22] apt-get gparted [16:22] Meway-Desktop, gparted [16:22] For a VM with 3.5GB of RAM, what's a good amount of swap? [16:22] ty [16:22] 10 ish [16:22] all you need is 8 though [16:23] Teaearlgraycold 6-10 [16:23] general rule is double plus a bit spare [16:23] 6-8GB of Swap? [16:23] is there a general good practice on sizing swap? [16:23] teaearlgraycold, the rule used to be 1.5 - 2 times ram so ... [16:23] Audaces: nope [16:23] telnet not enabled on ubuntu by default ? [16:23] teaearlgraycold: if you want to suspend to ram you need at least the same amount as ram. besides form that you can set it to what you like [16:23] It's got a 30GB disk though :/ [16:23] Blueking, no and it shouldn't [16:23] There seems to be alot of varying opinions [16:24] I want telnet ,) [16:24] !telnet | BlueByte- [16:24] !info telnet | Blueking [16:24] BlueByte-: telnet is not safe. Please use ssh instead. See !ssh [16:24] Blueking: telnet (source: netkit-telnet): The telnet client. In component main, is standard. Version 0.17-36build2 (utopic), package size 62 kB, installed size 156 kB [16:24] !mtp [16:24] bluebyte sorry blueking see above [16:24] Blueking: is standard, you should have it. [16:25] refused :P [16:25] teaearlgraycold: sorry for the bad news xD [16:25] He, yeah [16:25] Blueking: if you mean something that responds to telnet, then what are you talking about? [16:25] It's only got 1GB right now cause I just guessed [16:25] will gparted work proper in a terminal? (its not installed by default) [16:26] Blueking: what are you trying to accomplish? [16:26] Blueking, well .. it's usefull if youare working testing pop3 or smtp [16:26] Meway-Desktop just use sudo apt-get install gparted [16:26] I'm using ubuntu server [16:26] Meway-Desktop, gparted is a gui app, so not terminal based .... [16:26] have to make a scipt to do 'service networking restart' === testBOT is now known as Guest31259 [16:27] Meway-Desktop, parted is the cli app [16:27] Blueking, ^ç^ [16:27] cfhowlett: so install parted or gparted? or does it come with gparted? [16:27] mv [16:27] nvm [16:27] cfhowlett: any tips on using parted? [16:28] Meway-Desktop: gparted is the GUI version. so i think you dont want that on a server, right? [16:28] right ^ [16:28] Meway-Desktop, take your time, think twice before you press then think again. [16:28] ty [16:28] You can do everything you want, but your changes are reversable until you press the grren tick [16:29] Audaces, no green tick in parted ... :) [16:29] 8u [16:29] AQW+36 [16:29] Blueking, also if you wanna dare to use it , it should't be initialized at start [16:29] I just want to change a 4gb HDD into 10gb lol [16:29] [16:30] oh whoops my mistake [16:30] ioria I'd like to make a autodetect tool to notify if net has dropped and autoperform 'service networking restart' to get it online [16:31] Has anyone else noticed that if they have the 'clang' and 'gccgo' packages installed on their system that clang can no longer find its standard C++ headers? [16:31] Blueking, ok [16:31] j bh === rika is now known as oqritwq === oqritwq is now known as rika [16:32] Does anyone have experiance with parted? I'm afraid to touch things xD [16:32] Blueking: what role are you using telnet for though? I don't understand. [16:32] none of the data is sensative though [16:33] so I won't lose anything [16:33] if I can't have it done local on linux box I can do it from another pc with ytin running [16:34] SchrodingersScat I am running ytin 24/7 that logs on my mud char on vikingmud gaining age :P [16:35] https://vk.com/video?z=video250143506_171162483%2Falbum250143506 --- как это обьяснить))? [16:37] %get%system%config%target%server%domain%policy%autoconfig%shell%autorun%initrd.img% [16:38] hmm telnet command are active on linux but can't telnet to itself ? :P [16:39] Blueking, you need telnetd the server side [16:39] ^ [16:39] Blueking: you would need a server listening [16:39] ok [16:39] Microsoft has been using a heavily modified Linux kernel for years! [16:39] Blueking: normally to control ubuntu remotely you would use openssh [16:39] !offtopic | ibuidan [16:39] ibuidan: #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! [16:40] it was just a April 1st prank [16:40] ibuidan: still offtopic [16:40] when u archive on thunderbird what directory is it located [16:41] ok fixed :) [16:42] when u archive on thunderbird what file directory is it located [16:43] SchrodingersScat I know but just a temporarely solution to I get new access gateway from ISP at 8 april [16:44] Hello people i'm trying to install vuze but I keep getting the wrong version. I put in vuze 5.1 but when I rebooted I lost it and not able to get it back right I could surely use some help. [16:45] philip__: .thunderbird in your users home [16:47] Blueking, Lykke til [16:47] får det fiksa [16:47] hey, can someone please mention me? just to test sth. [16:48] mekke et script i ytin :P [16:48] ioria [16:48] Blueking, good [16:48] Hi folks, we have 14.04 server and configured autoconf and accept_ra to 1 and forwarding to 0 though when host receives RA from router, it does not do anything (still stuck with fe80). any idea? === zagrippa is now known as agrippaz [16:49] Hi all - need some help setting up my laptop with High-DPI. running into a lot of user interface size problems [16:50] i cranked up the global text size setting in the control panel [16:50] agrippaz, same problem here, are you using unity? [16:50] mchelen1: i believe so? 14.04 clean install [16:51] i have problems with menu bars too small, font size too big for places like the control panel [16:51] agrippaz, the system wide scaling is not just for fonts/text [16:51] my cursor size changes drastically depending on which app i'm in [16:51] well, the size setting is in the Fonts panel [16:51] agrippaz, most apps are not optimized for high dpi. [16:51] any can help us with SLAAC ? === usuario is now known as pascosta26 === eduardo is now known as Guest71336 [16:53] agrippaz, hmm i used the one in Settings -> Display [16:53] mchelen1: is this how you live too? http://i.imgur.com/8LQPbV4.png [16:53] on parted what are "primary, extended, logical" ? [16:53] agrippaz, what fonts panel? [16:54] ah i'm sorry mchelen1, i was using Unity Tweak Tool, where the Fonts panel is [16:54] I assume primary is exactly what it means and logical is the system usage [16:54] agrippaz, nope, don't use unity tweak [16:54] agrippaz, at least not to start with [16:54] ah dang [16:54] but is extended what I can add to primary? [16:54] :| [16:55] agrippaz, go to Displays and look for "Scale for menu and title bars" [16:55] mchelen1: on your high-dpi system, are the menus and tabs in Chromium/Chrome very small? What machine ar eyou using? [16:56] mchelen1: got it. set to 1.38 which seems to be helping a bit [16:56] hey there! I am trying to build a linux lib with cmake here, but unfortunely #include : No such file or directory. [16:56] agrippaz, chromium is fine, but chrome is bad [16:56] oh yeah, gtk dev package is installed [16:56] agrippaz, i have a lenovo x1 carbon, 2560x1440 [16:56] mchelen1: that was my initial experience, although somehow Chromium has grown small and won't enlargen back [16:56] mchelen1: cool. on a Samsung ATIV Book 9 Plus here [16:56] agrippaz, i have my scale set to 3 :D [16:57] and didn't touch fonts [16:57] agrippaz, i was able to get most things to display ok in the main OS, but some apps are still not great [16:57] wow! if I choose 3.0 scaling, that's enormous [16:57] :) [16:57] How do I get parted to allow me to utilize the full ammount of space available for my primary drive? http://i.imgur.com/w3aPCNk.png [16:58] mchelen1: darn. Windows 8.1 supports high-dpi like crap also. i was hoping to get to something better with Ubuntu [16:59] Meway-Desktop: migh have to look up the parted documentation for that [16:59] I saw this http://www.thegeekstuff.com/2011/09/parted-command-examples/ [16:59] tucnak you nedd dev- package [16:59] agrippaz, if you increase scaling you might need to set fonts back to default [16:59] but I'm not so sure I understand it [16:59] ioria: I do have it here [17:00] ioria: and I can't run pkg-config, cos of cmake [17:00] Anyone know an IRC channel where making VPS boxes are discussed and that general topic? [17:00] mchelen1: okay, i'll play with the scaling size in Display and the font size in Tweak Tool, I think I can get an okay combo out of it. just wanted to check if there's a better way :) [17:00] whats vps box? [17:01] tucnak, can you locate gtk.h [17:01] ? [17:01] meway-desktop *tip* use Partition Wizard Home Edititon bootable CD, like gparted live cd, but has option to convert logical volumes to primary volumes without formatting, without losing any data on the volume [17:01] agrippaz, everything i read points to using scaling, and that is supposed to handle things system-wide [17:02] ioria: there is FindGtk in fact, thanks, fixed it! [17:02] mchelen1: thank you very much. you've been very helpful :) [17:02] good to talk to someone else in the same boat [17:02] tucnak, good [17:02] ibuidan: that might help :> [17:02] ibuidan: dont have a link off hand do you? [17:03] wait please [17:04] agrippaz, np, here is what i ended up with: http://i.imgur.com/2kaYIqY.jpg [17:04] http://www.partitionwizard.com/partition-wizard-bootable-cd.html [17:04] agrippaz, still trying to tweak it more [17:05] ibuidan: ty [17:06] after the conversion , you can use ms-dos command line in Windows Recovery Environment to expand a volume using only next in volumke order, free, unallocatd space [17:08] i make, burn bootable cd using bootable iso images using PowerISO in Microsoft Windows [17:13] an extended partition can contain unlimited number of logical volumes [17:14] hello [17:14] LucArionXY: HI! [17:14] hello === elie is now known as Guest60327 [17:14] ok [17:15] ??? [17:15] bye [17:15] hello trapni [17:15] how do I launch a hidden folder from terminal? [17:15] If I do ls -a and get a result, how to I open with a gui [17:16] Audaces: in your file manger, try CTRL+h to see hidden files... <- one option [17:16] defquien me va a comer os huevos ? [17:16] oh that works, thanks [17:18] hello [17:18] Audaces: From a terminal, run " nautilus .folder " and the file manager will open the specified directory [17:18] i.e. - nautilus ~/.config [17:19] There are some Spanish? [17:19] in Spain ? yes [17:20] !es | jabolele [17:20] jabolele: 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. [17:20] ty [17:21] kalispera paidia [17:21] kalispera === jabolele is now known as starrion [17:23] anyone know if there's anything special I have to wrap my late_command with in this case? http://paste.ubuntu.com/10719517/ === gusnan is now known as Guest17266 [17:25] for what purpose is this chat ? [17:25] ibuidan: it won't merge the drives without premium :| [17:26] !topic | starrion [17:26] starrion: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [17:26] well i tought you want to expand the volume not merge it with another volume [17:26] coñetas === Gintaras is now known as miau [17:29] sheap: that gets passed as the COMMAND argument to chroot. It's possible /bin/sh -c '...' may do what you need to. === Guest17266 is now known as gusnan [17:30] sheap: I've never used pipes for something like that so YMMV [17:30] hey guys im getting some real strange laptop keyboard behavior in lubuntu in certain apps. in firefox, and in games the keyboard misses keys sometimes and just puts in a space, and backspace malfunctions to. any suggestions? [17:30] logan0407, what laptop ? [17:31] im on a chromebook with lubuntu installed [17:31] acer c710 [17:31] ohmy [17:31] its only in certain apps, xchat works great [17:31] *thought , misspelled it [17:31] OEP: thanks, I was thinking because I didn't specify bash [17:32] i just restarted firefox now typing seems to work fine, but it happens periodically randomly. anyone know what could be the cause? [17:32] hello [17:32] I'm using elementary os, and I'm having some trouble with wifi === md is now known as Guest30666 [17:32] I'm not sure if it's because of my laptop's drivers or because I haven't specified the right kind of network security [17:32] logan0407, font cache or keyboard driver [17:33] !elementary | geedilla [17:33] geedilla: Elementary OS is an Ubuntu derivative which is supported in their IRC channel #elementary on irc.freenode.net - http://elementaryos.org/ for more information on this distribution. [17:33] hmm i think it may be the font cache you are right [17:34] ubottu: thanks [17:34] You're welcome! But keep in mind I'm just a bot ;-) [17:34] I thought I'd try in here because no one's replying in that channel! [17:35] geedilla: there's a thing called patience and I suggest you try some there. Elementary OS is not a supported derivative of Ubuntu (from the Ubuntu perspective). [17:36] sheap: what are you trying to do with fdisk? not sure what 'a' does. [17:36] teward: thanks - that's helpful to know. but there's no need to be patronising [17:36] geedilla: we can reccomend you to install ubuntu desktop 14.04.2 and try out wifi [17:36] I had linux mint working and it was perfect [17:37] just thought I would try this distribution too, with less luck so far [17:37] no worries - thanks all [17:37] geedilla try a distro that's more supported, like ubuntu [17:38] agree [17:38] thanks [17:39] someone knows a way to mount the HD of a windows laptop from ubuntu, without taking out the HD physicaly? [17:40] lets say to rescue data with photorec [17:40] lotuspsychje: liveusb on the windows laptop used solely for the live interface, and you put photorec on the liveusb, maybe, would work [17:41] teward: ah great idea, tnx [17:41] lotuspsychje: but if you don't physically have access to the machine it's going to be 'hard' to mount it remotely in a way that photorec would work [17:41] lotuspsychje: get permission to do it on the system, though, for legal/liability purposes. === flavius is now known as Guest65132 [17:41] teward: i think also liveusb would be my best bet then, tnx [17:42] what about liveusb with persistence [17:42] install photorec [17:42] i just want to say that choosing between kde, gnome, unity, cinnamon, xfce, lxle, openbox, mate it's not just a matter of personal criticism. for example i use xfce, gonme, and lxle just becuse it provide a taskbar icon to chnage keyboard layout. i hope this thing could change in the near future [17:42] use docky... [17:42] SysAdmin7: docky? [17:42] ah nvm [17:42] docky? [17:43] yea [17:43] look it up [17:43] !info docky | ibuidan [17:43] SysAdmin7: he could do that but he wouldn't necessarily have to [17:43] ibuidan: docky (source: docky): Elegant, powerful, clean dock. In component universe, is optional. Version 2.2.0-2 (utopic), package size 591 kB, installed size 3594 kB [17:43] true, but i find it better that the lxle dock [17:43] lotuspsychje: you may want to consider the LiveUSB with persistence if you want to set up the LiveUSB with packages for this before booting to it (such as the photorec package and dependencies) [17:43] already told him that [17:44] he may not have got it [17:44] yep ill do that tnx [17:44] i got it alrright [17:44] kool, tell us how it turns out [17:44] Hello, how do I install TeamWieur on Linux Mint KDE 64 bits Rebeca?? [17:44] !mint | Guest65132 [17:44] Guest65132: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [17:45] yay I broke it thinks for the help xD q.q (got to learn somehow) [17:46] * Meway-Desktop shrinks himself and jumps into the HDD needle === kpease is now known as kpease_ === kpease_ is now known as kpease === kpease is now known as kpease_ [17:54] . === init1i is now known as mr_intinify [18:00] names === tcpman is now known as Guest36565 [18:03] im trying to make a photo collage [18:03] any good suggestions for tools? [18:03] gimp? [18:05] in_deep_thought: there is an app photocollage, but you need to add a ppa: http://ubuntuhandbook.org/index.php/2014/06/make-photo-collage-ubuntu-1404/ [18:06] lotuspsychje: thansk [18:06] !info fotowall | in_deep_thought found one :p [18:06] in_deep_thought found one :p: fotowall (source: fotowall): simple application for creating collages and compositions. In component universe, is optional. Version 0.9-11 (utopic), package size 654 kB, installed size 2020 kB === deper29 is now known as Guest32767 [18:09] PCMANFM is a window manger? Can i use pcmanfm-lxde instead of openbox-lxde as a viable desktop session ? === gabrielpires is now known as KastoR [18:10] !info pcmanfm | ibuidan [18:10] ibuidan: pcmanfm (source: pcmanfm): extremely fast and lightweight file manager. In component universe, is optional. Version 1.2.3-0ubuntu1 (utopic), package size 261 kB, installed size 1806 kB === pedrorm is now known as Joinha [18:10] hey folks! [18:11] !windowmanagers | ibuidan [18:11] ibuidan: A desktop environment is what "puts the pieces of a !GUI together". The available desktop environments in Ubuntu are !GNOME (ubuntu-desktop), !KDE (kubuntu-desktop), !Xfce (xubuntu-desktop), !LXDE (lubuntu-desktop), IceWM, !Fluxbox, WindowMaker (wmaker), FVWM and others - See also !Flavors [18:11] Na3iL: hello mate [18:11] hello lotuspsychje [18:11] hows u :) [18:11] ibuidan, no it's a file manager [18:11] Na3iL: can we help you with something? [18:11] what the wrong with Ubuntu core http://www.ubuntu.com/things [18:12] Na3iL: what do you mean 'wrong'? [18:12] fm -- file manager. never mind . thanks anyway [18:12] ibuidan, you mean on VNC ? [18:13] did u see the new project of Ubuntu ninja sphere? [18:13] the collaboration betwen Ubuntu and micro$oft? [18:13] Na3iL did you have a ubuntu support question? [18:14] i have lightdm installed and i use multiple lightdm - desktop environments compatible> openbox, xfce, lxde and ubuntu-session. [18:14] Na3iL: discuss those in #ubuntu-offtopic please === gargola_ is now known as gargola [18:15] ibuidan, it's just a program ... you can run it as you want === kpease_ is now known as kpease === kpease is now known as kpease_ [18:20] How can i terminate the X server. I want to use "tty" to save more time when using battery. === Yukitteru is now known as Yukkii [18:21] h0ddH3d, you can modify grub to start in text mode and then start the windowmanager [18:22] I'm trying to re-use some tinycore binaries, but I keep getting: "No such file or directory", which I believe means linux does not recognize the binary [18:22] That said, "file" recognizes it quite fine. [18:22] ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.21, stripped [18:23] ioria: How to do that? [18:24] h0ddH3d, modify /etc/default/grub and replace quite splash with text - sudo update-grub [18:24] h0ddH3d, then from the shell sudo service lightdm start [18:25] h0ddH3d, or gdm or what you have === ubuntu is now known as Guest77288 [18:27] Not that I'm right, but answering my own question anyway: Downchuck, have you tried running "ldd" and seeing if some linked libraries are missing? [18:28] ioria: Thanks, Can I add new option to grub. So the first one start ubuntu normaly and the other one start without The X server ?? [18:28] h0ddH3d, yep [18:29] helo, i mounted a folder with noatime using "mount -o remount,noatime /dev/md2 /home/www/uploads/tmp -t ext4" then mount -a. now the dir contains everything was in /home directory and whenever i delete a file from the tmp directory the file get deleted from the home directory too === Yukkii is now known as Yukkino [18:29] how can i solve this please? [18:29] ioria: How? [18:30] h0ddH3d, well... Xinit it's not started ithink [18:34] ioria: Thanks for helping ^_^ I will search for it. [18:34] h0ddH3d, np [18:40] Anyone know how to disable the Keyring unlock nag when starting Chromium on a fresh install of 14.04? === gusnan is now known as Guest55680 === Guest55680 is now known as gusnan === bpe is now known as Guest60619 === Gabbo is now known as Guest20728 [19:05] Hi. New Acer Aspire Nitro i7(Secure boot disabled). I installed Win7 with intention of installing XUbuntu 14.04 as dual boot. However, the installer doesn't see Windows(part editor sees a blank HDD). However, Xubuntu file explorer(Thunar) sees the files the OS created. What can I do? [19:06] try the "something else? option [19:06] *"something else" [19:06] It shows no OS. [19:07] I might reinstall Win7 with Secureboot enabled. [19:07] worth a try, i think [19:07] * Guest20728 fucking hates secureboot [19:07] !uefi | Guest20728 [19:07] Guest20728: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [19:07] win7 doesn't work w/ secureboot [19:07] Erfolg, i was afraid of that :) [19:08] Guest20728: make your life easy and install ubuntu 14.04 single :p [19:08] lotuspsychje, i want to.. but I want win around for work reasons(sometimes a vm dont cut it). [19:08] Guest20728: wine or playonlinux might do the trick [19:08] I don't want MS to die but I will be glad when they are a minority in the future of PC architecture...and not heard. [19:09] Guest20728: alot of packages can replace your work needs already on ubuntu [19:09] * Guest20728 is no stranger to linux. [19:09] I know, but I have 1tb and used to dual boot elsewhere [19:11] * ObrienDave is thinking about taking apart 2TB seagate portable for laptop drive [19:12] do i have trim for my ssd in ubuntu ? [19:12] !trim | azizLIGHT [19:12] azizLIGHT: Many Solid State Drives support TRIM, which allows the drive to do garbage collection and improves performance. Ubuntu 14.04 activates it by default. For older versions, see http://askubuntu.com/a/19480 for information on activating it. [19:12] 14.04 has it built in AFAIK [19:12] i am on 14.04 [19:12] azizLIGHT: but there are still many tweaks you can do on your ssd [19:12] how do i verify it active? [19:12] lotuspsychje: oh yes? please tell [19:13] azizLIGHT: tweak your fstab, swappiness [19:13] azizLIGHT: since 14.04 its automated batched discard [19:13] azizLIGHT: install preload [19:13] and throw swap on a spinning HDD if you can [19:13] * Guest20728 prefers a swapfile not a swap partition. [19:14] ok... im not familiar with alot of what was just said [19:14] azizLIGHT: https://sites.google.com/site/easylinuxtipsproject/ssd [19:14] what tweaks are there for fstab for an ssd? some specific mount options or something? [19:15] azizLIGHT: yes, i use relatime and tpmfs dirs [19:15] k1l_: i read that its for some models? i have samsung 850 evo [19:15] azizLIGHT: lists "la -al /etc/cron.weekly/" a fstrim file? [19:16] azizLIGHT: it doesnt matter what model [19:16] yes i see a fstrim file listed with that command === deper29 is now known as Guest55020 [19:16] i borked my install, and now im trying to install a live boot to a usb using a library computer wwhich wont let you install programs [19:16] azizLIGHT: so it trims once a week automatically. nothing to worry [19:17] can i just move the contents of an iso to a usb disk and have that work?\ [19:17] hi [19:17] !info preload | azizLIGHT install this also to boost up [19:17] azizLIGHT install this also to boost up: preload (source: preload): adaptive readahead daemon. In component universe, is optional. Version 0.6.4-2 (utopic), package size 34 kB, installed size 135 kB [19:17] Guest20728: so correct me if im wrong, you put the swap on your hdd so it doesnt wear out the ssd, right? [19:17] hey guyz , if i make a new user and wanna copy all my desktop settings (panels + shortcuts) how could i do it ? [19:17] azizLIGHT, yes. although i dont care about wearing out the SSD. I care about the space [19:18] oh, i have 16gb swap space [19:18] azizLIGHT: how much ram you got? [19:18] 16gb ram [19:18] azizLIGHT: you can set your firefox to buffer 0 also [19:18] bootwithlibraryc, no, it does not work that way. DVD yes, USB no [19:18] lotuspsychje: wow that sounds useful, what will it do? [19:18] ObrienDave: it worked with windows [19:18] azizLIGHT: so you might not need swap at all if you dont use ram hungry porgrams or want to suspend to ram [19:19] azizLIGHT: use your ssd power instead of ram on firefox [19:19] i like suspend, but i will move it to hdd, like Guest20728 said [19:19] lotuspsychje: what? [19:19] lotuspsychje: i dont get it? [19:19] lotuspsychje: ram is a lot faster than ssds. [19:19] bootwithlibraryc, you can dd the iso to usb [19:19] like not the iso itself, but the actual contents. the partition fat32 has the boot flag [19:20] Erfolg: on windows. I dont think it has dd, does it?\ [19:20] k1l_: buffer on 0 here on samsung evo 840 and works rocketfast [19:20] k1l_: but im on a netbook with 2gig ram only [19:21] k1l_: should i use any fstab options for an ssd? [19:21] lotuspsychje: oh ok. in that case ill not use buffer 0 for firefox. i got 16gb ram [19:21] bootwithlibraryc, there's a windd program i believe and msys2 also has dd [19:22] azizLIGHT: check the link on ssd tweaking i pasted you [19:22] mmmm ill have to see [19:22] ah yea forgot about that [19:23] thanks [19:23] azizLIGHT: relatime in fstab works pretty good [19:23] azizLIGHT: instead of noatime [19:23] must i do something special for trim with luks and lvm? [19:24] lol my way seems to have worked :) [19:24] azizLIGHT: honestly i dont like that tune up site. what about you start with the ubuntu standards and read yourself into the topic, so you can decide yourself what is best [19:25] alright [19:25] one thing defintely i will do is move my swap from ssd to hdd [19:26] oh shit [19:27] I've got a friend on Mint16, which appears to be based on saucy [19:27] flipping windows borked my partition table. where an ext4 is, shows empty space. How do I recover? [19:28] * zykotick9 has his swap on ssd (because of the speed), he doesn't hope for his SSDs to last 5-10 years, they'll be replaced before then... YMMV [19:28] are there any live browers/search functions to find libselinux.so.1(32bit) for saucy? [19:28] CptRageToaster: for info about mint see their channel /website [19:28] !mint | CptRageToaster [19:28] CptRageToaster: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [19:28] I'm just after the repository browser... [19:28] which I thought would be here: http://packages.ubuntu.com/uk/ [19:28] but saucy appears to be missing [19:28] Hello [19:29] CptRageToaster: mint uses some mix of different repos. so please ask them [19:29] In the context of Mat being a datatype for an array that describes an image, what would Mat edge = gray > = edgeThresh, dist, labels; mean? [19:29] !saucy [19:29] Ubuntu 13.10 (Saucy Salamander) was the 19th release of Ubuntu. Support ended on July 17th, 2014. See !eol, !upgrade and http://ubottu.com/y/saucy [19:29] oops [19:29] wrong channel sorry [19:29] CptRageToaster: saucy is shut down. so last time now: please ask mint support about mint issues. [19:33] CptRageToaster: http://stackoverflow.com/questions/27932825/resolve-error-while-loading-shared-libraries-libselinux-so-1-in-ubuntu-14-04-lt points to "ldconfig", likely needed to be run as "su", or sudo, also you may want to try a "sudo dpkg --configure -a" [19:39] /join #mk-makerspace [19:41] How would I permanently mount an EX4 SMB share on ubuntu 14.10 [19:41] How can anyone help me remove a video output from xrandr? [19:41] Whats an "EX4 SMB" share? [19:42] !xrandr | drozek123 [19:42] drozek123: XRandR 1.2 is the new method of running dual screens in !X. Information/HowTo here: http://wiki.debian.org/XStrikeForce/HowToRandR12 [19:42] bekks: it's a QNAP Nas with an EX4 file system [19:43] Bray90820: I never heard of "EX4". Do you mean "ext4"? [19:43] Oh sorry yes I did mean EXT4 [19:43] ubottu: I want to complete remove HDMI whenever I run xrandr [19:43] drozek123: I am only a bot, please don't think I'm intelligent :) [19:43] Bray90820: And the underlying filesystem is irrelevant, since you mount the smb share. [19:43] Bray90820: https://wiki.ubuntu.com/MountWindowsSharesPermanently [19:44] bekks: Does it matter that that is a windows share tutorial [19:44] Bray90820: No. Because smb shares are Windows shares. [19:45] hello. [19:45] bekks: what exactly do you mean by windows share because windows is not installed on this qnap [19:45] hello body [19:46] Bray90820: SMB is a filesharing protocol which is used by Windows. [19:46] Bray90820: samba is a windows protocol [19:46] Bray90820: so it doesnt matter if its provided by a windows or a linux server. all your ubuntu sees is the samba [19:46] I found a way to search the available repositories... [19:46] Hello everyone! Is there a way to pause syslog from writing to disk? [19:46] is it not normal to handle debian based questions? [19:47] CptRageToaster: for debian question please see #debian [19:47] here? this is Ubuntu support [19:47] or even questions specifically about ubuntu repositories? [19:47] debian makes sense, and I'd go to #debian... [19:47] CptRageToaster: As we said before Saucy reached its end of life a year ago, it is not supported. [19:47] CptRageToaster: please stop the drama now! if you use mint, ask the mint support. if you dont like their support, dont use mint. thats it. [19:48] Any1 need help? [19:48] ¡por favor!, ¿alg-un canal en español? [19:48] systemadmin7 yes i do [19:48] !es | ubuntu_ [19:48] ubuntu_: 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. [19:48] Today's the day I have to decide, I'm installing my new SSD - should I dual boot with windows 8.1 or single boot with just Ubuntu on my SSD? [19:48] ubuntu [19:48] Aeiortv: Thats only up to you. [19:48] thank you.. [19:49] ltd [19:49] lts [19:49] SysAdmin7: I do, I want to figure out how to remove video outputs from xrandr, it is causes issues with our application [19:49] Johnny_Linux: 1404? [19:49] yeah [19:49] India has a bunch of stores selling Ubuntu Linux machines correct? http://economictimes.indiatimes.com/tech/internet/india-doubles-down-on-use-of-open-source-software/articleshow/46738604.cms [19:49] CptRageToaster, Ubuntu repos, yes. Debian, no [19:49] Wat do u need [19:49] you have the latest with longevity [19:49] will secure boot + UEFI prevent me from installing ubuntu? [19:50] I need DP2 and HDMI2 to stop showing up on xrandr [19:50] i need to disable it before it boots to ubuntu 14.04 [19:50] !uefi | Aeiortv [19:50] Aeiortv: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [19:50] thank you ObrienDave [19:50] ObrienDave: it's apparently an issue with fielding questions specifically about saucy repos... [19:50] I'll have to word my questions carefully in the future I guess [19:50] ./end [19:51] CptRageToaster: you have to use Ubuntu for getting Ubuntu support ;) [19:52] try --output --off [19:52] CptRageToaster, http://old-releases.ubuntu.com/releases/ [19:53] i have it still shows up after a reboot === bazhang_ is now known as bazhang [19:58] Does anyone know if there's a way to pause syslog from writing to disk? [19:59] siminm: Stop it, since the purpose of syslog is writing logs to disks. [20:00] bekks: I'm not sure what the systems would do if syslog is actually stopped [20:00] pkill -STOP syslog [20:00] siminm: nothing harmful except you won't have the logs written [20:00] siminm: Nothing. Besides not logging anymore. [20:00] oh awesome. scary but awesome. thanks [20:03] \server asylumnet.org [20:05] siminm: chattr -R +i / [20:05] should fix it [20:06] akkad: Erm, no? [20:06] siminm: Dont run that command. [20:06] bekks: :) [20:06] akkad: oh wow no [20:07] I run everything people tell me [20:07] siminm: Hopefully you dont. [20:07] Well that's sad. [20:07] secure mode [20:07] that's almost as bad as "rpm -qa | xargs rpm -e", something I have unfortunately done [20:08] why not just wipe the rpm db [20:08] akkad: Thats totally unrelated to his question. [20:08] akkad: Can you please refrain from the unrelated offtopic? [20:10] I just tested stopping /etc/init.d/syslog-ng and it works great. Logs stop, but services work fine [20:11] Hey all. I tried installing windows, and I deleted an old ext4 partition at the beginning of my device. It told me after "no cigar" and when I rebooted, my other ext4 partition now appears as "unallocated space" in sda2 [20:11] how do I recover my ext4 partition? [20:11] !recover [20:11] Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery - Recovering deleted files on !ext3 filesystems can be virtually impossible, although methods that might work is some cases are described at at http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html and http://projects.izzysoft.de/trac/ext3undel [20:11] siminm: for a better long term solution I recommend modifying the logrotate.d/rsyslog to include a maximum log size that triggers rotation. That would prevent the disk from filling up in an error situation [20:12] my skype is not working what do i do? [20:12] I am unable to login to skype [20:12] can anybody help me? [20:13] ho do i fix it [20:13] zerowaitstate: thanks; filesize wasn't the problem. I was debugging too frequent writes to hdd [20:13] @argha__ is that the first time installing skype? [20:13] or did you had problems earlier? [20:13] yes [20:13] hi [20:14] this is the fierst time [20:14] **first [20:14] how did you installed skype? [20:14] hi [20:14] siminm: you can also use the conf file for your syslog daemon to direct particular event sources to console or dev/null [20:14] via apt-get or downloaded .deb? [20:14] hi there, how do i get my name yellow? [20:14] create an account on skype first? [20:14] zerowaitstate: oh! useful. I'll read up on that [20:14] install from terminal [20:14] everything coming well in my screen [20:15] but i am only unable to log in [20:15] siminm: yeah, that's dependent on your particular syslog daemon implementation; it's not something you control from logrotate [20:15] after browsing for sometimes it has stopped working [20:16] might can you tell me how di i fix it? [20:16] Actully no, i thought it was deb install [20:17] no.skkype has been installed in my desktop [20:17] Becouse installing via debs wont install libs that you need, just raw skype file. [20:17] but it unablle to log in [20:17] because* [20:17] is it issue with skype version? === Johnny_Linux is now known as `robwerks === `robwerks is now known as HackerII [20:18] yes [20:18] I dont think so, because if you installed it via terminal it automaticly install the latest version [20:18] actually if it not installed properly then the login window will not come i think so [20:18] might [20:18] but you could anyway try update and upgrade [20:18] I had problems before with kind of same thing [20:19] how ? [20:19] logins screen pops but i was unable to login for like 2 h [20:19] skype version is 4.3.0.37 [20:19] sec pls [20:19] ya the sam thing i am also facing [20:19] hw do i fix it? [20:20] have any idea? [20:20] Yeah, my 4.3.0.37 works [20:20] IDK [20:20] sure that your password is ok? :D [20:20] idk sorry dude [20:20] yup [20:20] hope you find answer somewhere else [20:20] i am logginn in from my phone [20:20] and it's working [20:21] argha__: I'm assuming your pc is connected to the internet? [20:21] (still?) [20:21] yes it's connected with internet [20:22] that's pretty weird... [20:22] I wonder if opening skype at the terminal, would display the errors it has [20:22] then, you could login, and see the console chatter [20:22] when i signing in it's window continuously popping up [20:23] but after sometimes it has been again comes to it's preliminary state [20:25] oh my god after a long time it's ultimately logging in [20:25] than you cp and might for ur kind cooperation [20:25] call me maybe :-P [20:26] you may want to run skype from the command line, if that long-loggin time continues :) [20:26] login* [20:26] Hi Folks! -I have a Thinkpad X61T and a script to rotate the screen and would like to bind it to the dedicated button on the tablet, but ubuntu will always activate the screensaver even if I add a custum key-binding to my script.... -any ideas where I could "delete" this binding to the screensaver? [20:27] #ubuntu-touch maybe? [20:27] i'm not sure which shortcut system its using [20:28] Traintop, did you check keyboard settings/shortcuts? [20:28] how do login in skype from terminal? [20:29] how do i log in into skype? [20:29] from command line [20:29] cptrage [20:29] argha__: You shouldn't have to [20:29] you should be able to START skype from the terminal [20:29] skype will then open it's window normally [20:29] what is the command [20:29] but, you'll have a log [20:29] oh... I wouldn't know actually [20:30] have you tried typing [20:30] skype [20:30] and then hitting tab? [20:30] it might be as simple as saying "skype" in your terminal [20:30] i m trying wait a min [20:30] skype & [20:31] ya skype windows coming is comng [20:31] OerHeks: No need to send it to the background if you want the log... [20:31] right? [20:31] but if i want to login from the terminal then [20:31] what is t command? === JanC_ is now known as JanC [20:32] argha__: eee... that's... [20:32] that may not be possible [20:32] not sure... [20:32] ok [20:32] skype MIGHT support some command line arguments [20:32] I'm going to google, and see if I can come up with anything [20:33] ok [20:33] argha__: There are some places for it [20:33] argha__: have you tried skype --help ? [20:33] what r those? [20:34] Did dzorek say the command worked? [20:34] argha__: seems you can even initiate a call with the cli, didn't know that. [20:34] yeah... that's pretty nifty... [20:34] no [20:34] i type skype help but [20:34] argha__: with the dashes? (--) [20:34] there has no option for loggin in [20:35] SysAdmin7: i have it still shows up after a reboot [20:35] argha__: This stackoverflow looks like it answers your question: http://askubuntu.com/questions/350072/how-to-log-in-to-skype-via-command-line [20:35] argha__: skype --help will show --pipelogin, which might be what you want. [20:35] specifically the --pipelogin [20:36] $ echo username password | skype --pipelogin [20:36] Oh, hmm [20:36] yeah [20:36] not amazing... [20:36] not very secure... [20:36] but it works [20:37] Let me think [20:37] Why not just login in via the skype gui? [20:37] harder to script the skype gui to login to various accounts, run actions, logout or open new instances [20:38] ^ [20:38] Sounds like skype spamming :) [20:44] mchelen1: yes, this is my problem; I added a new "custom" keybinding there with no erorrs, but still the button works as the screensaver-button [20:45] ok, I'm back. Is dzorek on? [20:45] !tab | SysAdmin7 [20:45] SysAdmin7: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [20:45] Traintop, do you see any other shortcuts that use the same keys? [20:45] Traintop, maybe install compizconfig [20:46] Oh, thx. Usin a hacked blackberry [20:47] mchelen1: no, I see no other keybinding in the default gui [20:47] Traintop, ah ok there you gi [20:47] mchelen1: so I thought this could be somewhere in the startup-scripts [20:47] *go [20:48] sorry, had to go afk... [20:48] mchelen1: I'm just trying compizconfig [20:49] Traintop, ok, im wondering if one of the compiz actions is using the same key combo [20:50] compiz-keybindings are not activated [20:50] should I do so? [20:50] I think no... -as I am wondering where this "screensaver-button" binding comes from... [20:51] anyone here know about apache? [20:51] if it's of interest: the same problem goes with all the tablet-buttons: the onscreen-keyboard-button is used as "toggle touchpad on/off" [20:51] and I cannot override with the default gui [20:52] that's why I asked here; I think this iś defined somewhere in config-files... -but I don't know where [20:52] even "grep"ed for it, but to no avail... [20:53] mchelen1: do you think the compiz-keybinding have higher priority; perhaps trying to bind the script there? === wolrah_ is now known as wolrah [20:54] how do i logging in skype from terminal? === andre__ is now known as Guest86194 [20:55] can anybody tell me? [20:55] argha__: CptRageRoaster told you a few pages ago [20:55] Traintop, idk about priority, but they could both be activated [20:56] Traintop, you might have more luck asking in #ubuntu-touch tho since i'm guessing thats the version you have [20:56] i have to only type echo argha abc | skype --pipelogin [20:56] or somthing else? [20:56] username and password for ex [20:56] "for ex"? [20:56] example [20:57] hi all. I seem to be having a problem with my swap partition using an FDE on ubuntu 14.04. I get an error message stating that /dev/mapper/cryptswap1 is not ready or present. swapon -s reports no swap partition. I've tried reformatting and rebuilding the swap partition but no luck [20:57] mchelen1: tested compiz: my script isn't started, but the notifier for the touchpadtoggle does not show anymore; will dig into this further; thanks man [20:57] Traintop, np good luck [20:57] can anyone point me to a doc that describes the process when using LVM and full disk encryption? [20:57] mchelen1: and I am using the normal ubuntu 12.04 I think there was no touch-variant at this time [20:58] Traintop, ah ok [20:58] pyoor: What is a "FDE"? [20:58] i write the above cmd but the only skype window coming [20:58] argha__: Which "above command"? [20:58] loggging in is not working by this command [20:58] yes [20:58] argha__: I cannot verify what CptRageRoaster said as I have no skype; but what CptRage... wrote seems intuitivly [20:58] why would one need terminal login for a gui programm like skype.. [20:59] bekks: FDE = Full Disk Encryption [20:59] argha__: just use the skype gui [20:59] ok [21:00] mchelen1: but thanks for the hint to #ubuntu-touch; will go there and try if someone there had the same problem and an elegant solution :-) [21:00] ya gui is working but i want to log in from termianl === Guest86194 is now known as andrelm [21:00] argha__: then take the time and read the documentation. users in here explained it already to you. if you want to know more read the skype docs [21:02] Traintop, yah if you are running on a tablet it might be worth investigating [21:02] Traintop, or consider upgrading to 14.04 [21:03] mchelen1: this is an core2duo@1.6GH; and as 12.04 works I do not want to change to a newer system with more background-daemons... ;-> [21:04] mchelen1: except for these 3 buttons everything else works like a charme :-) [21:04] Traintop: So disable all those "background daemons" if you dont like them. Whatever those may be. [21:04] how do I copy something to chroot? [21:05] Traintop, there might be better touchscreen support though, but if most things are working now then maybe dont mess with it [21:05] mchelen1: that's what I think :-) [21:06] Hi. I use album today, and i notice that it does not seem to update itself when i add new pictures to it. Is this configurable? I can't seem to find anything regarding it in the manual. [21:06] Traintop, can always try a liveusb and see [21:06] but to bring back another idea: even in coompizconfig when I "bind" the button to the script, compizconfig names the key "XFree86ToggleTouchpad" this has to come from somewhere... -any ideas? [21:07] Traintop, that just sounds like the system id for the button [21:08] bekks: asides from trying to get this working in ubuntu I am in parallel building a linux-from-scratch so I know exactly where something is defined and configured... -but that's another story :-) === N2DaM is now known as ctrl-freak === bill is now known as Guest99368 [21:09] mchelen1: do you eventually know where these are defined in ubuntu... -so I could look there for a solution? [21:10] Traintop, you can probably find the definition somewhere in the source code, but i don't think thats what you want [21:10] Traintop, the name doesn't matter except that its bound to some action somewhere [21:11] mchelen1: no :-) -I rather thought of a file where these definitions are done while booting or so... [21:11] Traintop, those aren't necessarily text files [21:11] they can be compiled binaries [21:11] what I think is funny, my laptop doesn't even have a touchpad, but ubuntu installs this keybinding even with notifier-icon and so on... :-) [21:12] Traintop, its possible the touchscreen itself is treated as a touchpad [21:14] mchelen1: the "touchscreen" with the stylus is used as a wacom-graphics-tablet and the finger-touch is something in X (don't exactly know atm what it's called, but it's different to a touchpad [21:14] Hey what do you guys think of Ubuntu Mate? [21:14] is ubuntu cat8 ready? [21:14] hey does anyone know what file cntrl alt L calls in Ubuntu 14.04 [21:15] or how to find that out [21:15] ctrl alt L locks you're pc as far as im aware unless I misread the question. [21:18] gndlp, settings -> keyboard -> shortcuts [21:19] Can i get Album to update pictures automaticly? [21:19] Hi, I just installed Ubuntu via the net install, when I boot grub is skipped completely and automatically boots into Ubuntu, giving me no choice at all to boot into the other paritions, what do I do? [21:19] DaveMcAve: Press esc or shift to get into the grub menu. [21:20] Oh okay [21:20] Thanks [21:20] DaveMcAve: be aware of the perhaps small timeout... [21:20] DaveMcAve: HOLD shift after boot might be easiest direction... [21:21] DaveMcAve, https://help.ubuntu.com/community/Grub2#Boot_Display_Behavior === stas is now known as Guest192 [21:26] Hi guys. I'm using openSUSE and it fucked my brain, I hate it's update system. It works bad with Virtualbox(I never had so much problems with it before) and design is total crap. Can you please advice me what DE and FS to use with Ubuntu? Can I replace openSUSE with Ubuntu without formatting whole drive? [21:26] No. [21:27] No-I can't replase or you can't advice? [21:27] you cant replace it. [21:27] Eightynine, formatting takes seconds [21:28] Backups may take hours, before :) [21:28] But I'm using SSD isn't it bad to format it often? [21:28] EightyNine: delete everthing on disc except /home/; should work afaik [21:29] EightyNine: and use a different default-user on the new system [21:29] Eightynine: Thats an urban legend. [21:29] Don't mix suse with ubuntu installation, clean install is the best way. === xubuntu is now known as Guest45169 [21:30] If you don't make a backup of your data, then that data is not important. this is generally for any system change. [21:31] I have 40 GB root, 3,86 GB swap, 67,92 GB home and 3 1,92 GB tmpfs volumes. [21:31] BAckup your data, and install Ubuntu cleanly. [21:31] Can I just format root? [21:32] Backup your data, destroy all partitions found, and install Ubuntu onto the disk. [21:32] i guess thats the point of having root partition [21:33] Eightynine: you forgot to make a backup partition [21:33] openSUSE made this partition layout. [21:33] PartNAS: BAckups on the same disk are pointless :) [21:33] Eightynine: So destroy and let Ubuntu make its own. [21:33] not in this case [21:35] is it possible to dualboot another distro on ubuntu phone? [21:35] Is this better to use Ubuntu with Unity or can I use it with Gnome and it'll be the same? I used Ubuntu a few years ago and I used Xubuntu(tried it) about a year ago), so I don't know if it's handy to use Unity and if Ubuntu Gnome is stable or not. [21:35] PartNAS, better ask in #ubuntu-touch [21:36] Eightynine: Ubuntu GNOME has been out for a while and is 'stable' - Unity and GNOME both work, although I personally prefer Unity [21:36] theres a piece of another window persistant on my screen thru lock/unlock and workspace change [21:36] wtf [21:36] Eightynine: There is no "better" in terms of "your personal choice". [21:36] Why do you prefer Unity? Just asking. [21:37] ya.. that's a head scratcher [21:37] Eightynine: I don't think folks "prefer" unity, so much as its the default flavor [21:37] Does anybody have any experience with mdadm? I created a raid0 on my machine and now would like to try and move my /home directory to it. Currently this is what I can come up with in my fstab http://nopaste.linux-dev.org/?452961 [21:37] Eightynine: just like many Internet Explorer users "prefer" IE, over other browsers, lazyness maybe [21:38] I asked , he said that he prefer Unity. [21:38] Eightynine: I see, you may want to prefix your lines then :) [21:38] IE has a huge memory leak and interface is working bad. [21:39] Sorry, I don't know how to do this in HexChat. [21:39] Eightynine: Type it? === wolrah_ is now known as wolrah [21:39] !tab | Eightynine [21:39] Eightynine: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [21:39] Eightynine: but that's just an opinion there's no 'better' one [21:39] Eightynine: GNOME is closer to Xubuntu, probably [21:40] !flavors [21:40] !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu. [21:40] Eightynine: I prefer kde, and yes, I do prefer it, I've used on many other distributions as well, since I run many kde apps, also run gnome ones as well, since some gnome ones work better than the kde alternative [21:41] it is like 20 different brands of peanutbutter :-D [21:41] If only developers could rewrite Ubuntu tools on D instead of using Python, Ubuntu could become OS X in Linux world. If only I was a good programmer and not a beginner, I would helped you. [21:42] tools on D ? [21:42] KDE5 is better than KDE4(I mean it consumes less resources) but I don't like this monster. [21:42] Yes, Dlang. I tried to learn it. [21:43] Is there a big difference between Gnome and Unity? [21:44] yes [21:44] I wonder which of them is more usable. [21:44] does any one know how to fix this error http://i.imgur.com/n9ILUMY.png?1 [21:44] Unity is just a compiz plugin on top of gnome3 [21:44] Eightynine: try them both and see [21:45] ShadowPony: some more details are necessary [21:46] Ben64 the issue is is we use SSH root and dusk can edit the files but not dragony [21:46] ShadowPony: you shouldn't use ssh root, no idea what dusk and dragony are [21:46] users [21:46] I think tomorrow I'll download and install Ubuntu Gnome. Guys, sorry if I'm wrong but I think that tools like Drivers and Software Centre need a good optimisation. They start really slow and long. Maybe you fixed them already. [21:46] dusk and dragony are users [21:46] root is disabled for sshs and everthing [21:47] ShadowPony: maneframe? sounds "hairy", is that a typo maybe? did you mean "mainframe"? [21:47] bprompt_: no that was intentical [21:47] Ben64: dusk can edit the files but not dragony [21:48] ok... so what are the permissions on the file [21:48] 777 [21:48] ShadowPony: hmmmm sounds like a chown matter though... I'd think you could get around by setting the file to "755" or just a+x [21:48] sounds like a bad idea [21:48] Good luck guys. Thanks for help. [21:48] bprompt_: why set it to 755 [21:49] ShadowPony: to make it a+x pretty much [21:49] bprompt_: they are 755 [21:50] Is your site ubuntu.com? Sorry for stupid question. [21:50] bprompt_: alright dusk owns the dir but not dragony [21:50] Eightynine: sure, you can get ubuntu there [21:50] Thanks. [21:53] Eightynine: hmmm I use kde 4.8.5, haven't checked kde5 yet, just kde 4.13, as far as size, it depends on features, kde can be fancy schmanzy === dust__ is now known as dust [21:56] i am reading things about udev, but i don't know if the article is up to date or not. is currently udev the "way" that ubuntu uses to handle /dev directories? [21:57] huig: Yes. === tj_ is now known as Guest93519 === Guest93519 is now known as tj83 [22:00] ShadowPony are those users within the correct permissions groups? [22:03] I'm loading "flight gear" from the repository. I see that it appears to me single thread application ? its only making use of one cpu core. anything I can do to split the load up? [22:03] it has one core pegged at 100% and not even hopping cores. just stuck on CPU1 [22:04] ++++ttttt----------+++++++++++++++++++++++++++++++ [22:05] d/l source and recompile [22:06] and patch source before recompiling. [22:08] so one of my users did a apt-get dist-upgrade on a VM and now its in a Kernel Panic, anyone experience this before? [22:09] * zykotick9 wonders why a user has the right to apt-get anything... [22:09] decisions made by people with far more arse kissing skills than I [22:10] tj83: There is no way to make a single threaded application usefully use multiple cores other than modifying the source code to no longer be single threaded. That said, I have no idea whether or not flight gear is indeed single threaded. Try joining #flightgear, explain your symptoms, and ask if there is a way to make flightgear run better for you. [22:10] i think flightgear 3 uses multicore/gpu .. http://wiki.flightgear.org/Howto:Activate_multi_core_and_multi_GPU_support [22:11] nrml1: Why were they running "apt-get dist-upgrade" rather than "apt-get upgrade"? What new packages were installed or removed? [22:11] cause they're dumb... that was their quote by the way [22:11] he said he did apt-get update ; apt-get upgrade then apt-get dist-upgrade === Yukkino is now known as Yukkii [22:12] nrml1: What is the exact error that they see when they try to boot? [22:12] not sure if it matters but these were 10.04 systems I [22:13] nrml1: might have changed the kernel [22:13] k1l_, thats what I'm thinking [22:13] nrml1: 10.04 goes end of life at the end of april anyway. so you might want to make a new setup :) [22:13] Jordan_U, Kernel panic - not sysncing: VFS: Unable to mount root fs on unknown-block(0,0) [22:13] Hey, I recently updated from 13.10 to 14.04 and whenever I boot now I'm brought to the grub> prompt, was hoping someone could help me [22:14] If those VM's contain a desktop, i bet it is an upgrade notice [22:14] k1l_, I know but I need to get him off my back if I could just fix it [22:14] !bootinfo | Guest21477 [22:14] Guest21477: Boot info script is a useful script for diagnosing boot problems. Please run the script following the directions here: http://bootinfoscript.sourceforge.net/ and then !pastebin the RESULTS.txt for us to use to help diagnose your problem. [22:15] I'll do that now. [22:15] Guest21477, press ctrl alt F7 ( do you see a screen now?) [22:16] nrml1: Putting it another way, if you simply install Ubuntu 14.04 for them now you will solve their current problem *and* the problem they're going to have in one month. [22:17] Jordan_U, its more complicated than that though.. the environment cant support 14.04 right now (I'm working on centralizing this right now) [22:17] can I use ecryptfs to encrypt only a certain directory? [22:17] I'm working on getting a more automated system in place where if they do this again I can blow this one away and then spawn a new one [22:17] right now its manual :( [22:20] I swear booting from my DVD drive is the slowest thing ever [22:20] from my research people say editing grub may fix it, but its a PITA booting a livecd [22:21] nrml1: You can select an older kernel from the grub menu at boot. [22:21] nrml1: Insert the CD, wait, done? [22:22] its a VM on an ESXi host [22:22] Attach the ISO to the VM, boot, done? [22:22] been doing that for like an hour, it wont boot for some reason :/ [22:23] nrml1: Can you access the grub menu at boot? [22:23] nope [22:23] nrml1: Why not? [22:23] I'm looking at https://bugs.launchpad.net/ubuntu/+source/cdrkit/+bug/135362 and experiencing the bug myself. [22:23] Launchpad bug 135362 in cdrkit (Ubuntu) "genisoimage error "directories too deep" using Rock Ridge" [Undecided,Fix released] [22:23] kernel panic [22:24] "and as genisoimage is just [22:24] a very old version of mkisofs, it suffers from the problem." [22:24] I guess nothing's changed here? :-( In short, I'm trying to create an iso from part of my filesystem, but there are "deep" directories. [22:25] the problen is the rock ridge standard. 255 characters in path max [22:26] lmat: You are not hitting that exact bug, so please explain what you are doing (including exact commands) and what happens (all output), using http://pastebin.ubuntu.com as needed for output longer than one line. [22:26] and as genisoimage is just [22:26] sorry [22:26] nrml1: I asked why you can't access the grub menu. The grub menu comes before any kernel can be loaded and panic. [22:27] http://sprunge.us/fIaO [22:27] To get that, I ran genisoimage -o jmmdrive.iso /mnt/flash/ 2>&1 | head -n 50 [22:27] Jordan_U, I dunno bro, the vmware splash comes on and then the kernel panic, too quick [22:27] Jordan_U: here are the results of the script pastebin.com/NhvMgkNg [22:28] Jordan_U: i'm thinking -D is the ticket... [22:28] nrml1: Try holding shift during boot (you'll have to be sure that the VM window has keyboard focus early enough). [22:29] lmat: Seems like it. [22:29] doesnt help that my desktop is like inception for windows.. I Got a vm of a windows vm of a windows os [22:29] Hi [22:29] hello world [22:30] Guest21477: Please pastebin the output of "sudo mount /dev/sda1 /mnt/ && find /mnt/". [22:30] trying to boot from "Rescue" now.. whatever that is. [22:30] I'm using getaddrinfo() to resolve a host. There are two IPs for it for dns round robin load balancing. On my debian system this works, on my ubuntu-14.04 system the result is always ordered. Is there any option I missed? [22:31] hi, anyone know if there is a way to mark a sas card's drive to light us as failed on the chassis? is there some kind of command that would tell the sas controller to illuminate the failed led? [22:32] Jordan_U: pastebin.com/zF78NKkE [22:33] Guest21477: Please pastebin the contents of /mnt/grub/grub.cfg (you can do so by running "pastebinit /mnt/grub/grub.cfg" ). === Aragonite is now known as Aragonite|away_p [22:34] ponyofdeath: ive never done that but you can use smartmontools to email you the output when a disc fails [22:35] ramen69: yeah i know about that, just need to be able to tell which drive from the outside of the server :) [22:38] ramen69: hey ramen do you know how to enable SMART support on a device with smartctl? [22:38] ramen69: on all devices i mean [22:39] gndlp: Either the drive supports SMART or it doesnt. You cannot enable/disable it. === sleepypc is now known as `hypermist` [22:39] ^ [22:39] Jordan_U: "unable to read from: grub.cfg" [22:40] Jordan_U: the file exists but appears to be blank when I navigate to it [22:40] udev rules are in /etc/udev/rules.d or in /lib/udev/rules.d? from what i reading is seems that they have to be in /etc/udev/rules.d but i don't find any file with rules [22:40] Guest21477: Well, whatever is preventing linux from reading the grub.cfg right now is probably the same thing preventing grub from reading it at boot. [22:41] Guest21477: Please pastebin the output of "dmesg". You may have filesystem corruption, which an fsck might fix. [22:41] ponyofdeath: aite, i seen a blogpost some guy lit up his hdd led doing some haxy method a while ago but im real sorry i forgot where i saw it :( [22:42] Guest21477: Though, as a simple test, please pastebin the exact output of "sudo cat /mnt/grub/grub.cfg". [22:42] bekks: Well if the drive supports it and you install smartmontools by default it monitors nothing until you trigger it with the -s flag but I need to deploy it to some file servers and I dont want to have to enable it on every drive on every machine [22:42] ramen69: thanks [22:43] gndlp: Run it once fpr every drive. [22:43] gndlp: Thats easily scriptable. [22:44] bekks: yeah dumb question now that i think about it [22:45] Jordan_U: "cat: /mnt/grub/grub.cfg: Input/output error" [22:45] so I got it to boot [22:45] lemme check what else he did and didnt mention [22:46] Guest21477: That's almost certainly either hardware failure or filesystem corruption (which may have been caused by hardware failure). [22:46] Guest21477: I hope that you have all of the important data from your encrypted root filesystem backed up. [22:46] Jordan_U: output of dmsg - pastebin.com/Yg3SHdzH [22:47] Jordan_U: it is a brand new installation [22:48] anyone know off-hand what the latest kernel is for 10.04? [22:48] Jordan_U: 13.10 was giving me problems in regards to my graphics card, and after upgrading to 14.04 grub ceased to work after the first restart [22:50] Guest21477: I need to leave now, but have someone walk you through checking the drive's S.M.A.R.T. status. Iff it shows that the drive is not failing, then have someone walk you through running fsck on /dev/sda1. The fsck might end up fixing the filesystem by deleting /boot/grub/grub.cfg, in which case you'll need to recreate it. But it's also possible that running fsck alone will fix everything and you will be able to ... [22:50] ... boot again. [22:50] Jordan_U: okay, thanks [22:50] Guest21477: You're welcome. Good luck. [22:51] !info linux-image-generic lucid [22:51] linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 2.6.32.73.80 (lucid), package size 5 kB, installed size 32 kB [22:52] yeah thats what broke it [22:52] he's trying to boot that one and it kernel panics [22:52] I just booted into the previous one [22:54] ola... [22:55] How do I mount an encrypted install? [22:55] Guest21477: luks? [22:56] algum brasileiro === oldsk00l1 is now known as premiehunter [22:56] would a sudo update-grub do the trick? [22:56] !br | guri [22:56] guri: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [22:56] blackflow: yes [22:57] Guest21477: use cryptsetup with luksOpen command to create a block device, then you mount that block device [22:57] Guest21477, https://help.ubuntu.com/community/EncryptedPrivateDirectory#Live_CD_method_of_opening_a_encrypted_home_directory [22:58] /join #lforce [23:00] /join #lforce [23:02] blackflow: it says that it's already mapped or mounted? [23:02] Guest21477: then mount it, the block device is /dev/mapper/ === kimphill is now known as Guest77549 [23:04] blackflow: ah, I see. [23:07] blackflow: mount: unknown file system type 'LVM2_member' [23:07] Guest21477: it's lvm on luks, so you need to activate lvm then === Crazy_Atheist is now known as ZeeNoodleyGamer [23:10] blackflow: how does one go about that? [23:11] Guest21477: by using vgchange command to -a(ctivate) the volume group. see vgchange man. and if you don't know the name of the volume group, vgscan would scan your physical volumes and name them [23:16] why archlinux is so popular here? [23:16] where? [23:16] freenode [23:17] Probably because it's a much more vanilla version of Linux that's very adaptable and lightweight? [23:17] !offtopic | r0x [23:17] r0x: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [23:19] can you recommend me a simple lightweight text reader, gui based... [23:19] Felishia: leafpad is pretty lightweight [23:20] it's a file that can be 600000 characters long [23:20] per line [23:20] I'd use nano, but I don't know how to copy and paste a line from one file to another [23:23] Just right click and hit "copy" in the console after making the selection Felishia? [23:24] doesn't work, I get just some characters and a $ symbol at the end [23:24] and ctrl+k (and I don't even know how I'm supposed to paste that) don't work between nano instances [23:24] Do you know if exist a real-time version of ubuntu? [23:25] r0x: 'real time' version? [23:25] Felishia: ctrl+shift+v to paste [23:25] Ah, perhaps ALT-6 to copy and CTRL-U to paste? [23:25] when im in a folder does * represent the entire contents of the folder im in? or is there a case where it means everything on the drive? [23:26] teward: yes [23:26] rtos [23:26] EriC^^, will it work across nano instances? === `hypermist` is now known as sleepypc [23:26] Felishia: yeah [23:26] :o [23:27] daveomcd, folder, when you use /* then you use whole root folder, ~/* whole home folder [23:28] just the * is in current folder. [23:28] Spooky, you here? [23:29] OerHeks, thanks! === bob is now known as Guest17456 [23:35] bob [23:35] bob [23:37] was looking for a linux IM client for facebook, cant find one pidgin doesnt work [23:38] Guest17456: Pidgin and Facebook instant messaging work fine for me .... [23:38] http://www.ehow.com/how_8149016_facebook-pidgin.html [23:38] really, interesting [23:38] Just logged in to double check [23:39] whats the resource set at? [23:39] mine is blank [23:39] You could probably leave it blank [23:40] Or set it to "Facebook" [23:40] it wants to connect through msn [23:40] rather then facebook thats the problem I have [23:40] Change the connection type from MSN to XMPP [23:40] and since msn and facebook parted ways thats not happening [23:41] ok let me DO that [23:41] its greyed out wont let me modify [23:42] Disable the account, first [23:42] Then modify [23:42] proticol is on xmpp anyway [23:42] You can't modify an active account [23:42] active = enabled [23:42] username is email adress yes? [23:43] Username is the first part of your email address [23:43] Everything before the @ symbol [23:43] username@facebook.com .... leave off the @facebook.com part and that's your username [23:43] ok yes, thats correct thank you === qwerty is now known as Guest46751 === stan_ is now known as Guest31067 === gusnan is now known as Guest22972 [23:55] hello [23:55] still trying out some stuff === worldweirdthree is now known as indie_structable === worldweirdthree is now known as indie_structable