[00:00] : ok, thank you I'll try that later [00:01] <_dan_> ok, well i am going to clone the OS drive onto a secondary drive first... that will probably be simple enough for someone on the other end to recover if need be [00:02] : shell I also try to update the driver , the installed version is 304 [00:02] arpad2: yes you should prob be on the latest possible with that card [00:02] ok [00:20] a7rpad [00:21] arpad [00:21] does anyone know a screen-capture driver for linux?so that when you access your webcams' list you also see a virtual webcam showing your screen/desktop [00:22] sudo apt-get install nvidia--updates nvidia-settings--updates [00:22] y [00:23] what?? [00:23] arpad2: - instead of -- [00:24] bekks: doesn't seem nvidia-updates is an actual package... arpad2 [00:24] sudo nano /etc/bumblebee/bumblebee.conf [00:26] bekks: zykotick9 and arpad2, bekks put two dashes -- in between nvidia and updates, and also between settings and updates. Try the command with one dash - instead. [00:27] !info nvidia-updates [00:27] Package nvidia-updates does not exist in saucy === |_ocke2 is now known as |_ocke [00:28] Does anyone have a link on how to connect to undernet using pidgin? [00:29] --updates-updatesy [00:29] human_like: It works the same as connecting to other IRC networks. [00:29] optirun nvidia-settings [00:30] human_like: http://blog.mnemotechnics.org/how-to-use-irc-pidgin-tutorial-3538.html [00:30] thank you [00:30] cat /etc/bumblebee/bumblebee.conf [00:31] a7rpad [00:35] I installed Pear OS 8, and my wifi doesnt show up. Pear is a ubuntu deriative. [00:35] The default fonts in chromium-browser are hurting my eyes. Is there any easy on the eyes font that looks like the ones on windows? [00:35] Hey, for adding this PPA https://launchpad.net/~oibaf/+archive/graphics-drivers is "sudo add-apt-repository ppa:oibaf/graphics-drivers" good or what ? I'm really not familiar with it :( [00:36] !mint | Ynnaf [00:36] Ynnaf: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [00:37] reboot [00:38] wrong window gh [00:41] hi all [00:41] Should I update to 13? [00:41] Mongo44: there are two 13.x versions - which Ubuntu are you on right now? [00:42] bekks:12.04 [00:42] does anyone use i3 window manager here? [00:42] Mongo44: and you want to update why? [00:43] Well I don't know if I want to. [00:44] Mongo44: Then just wait until April and update to 14.04 [00:44] is there an i3 irc room? [00:45] bekks: What OS are you using? [00:45] Mongo44: Ubuntu, Solaris, Windows - depends on my requirements. [00:46] Is Solaris linux? [00:46] Mongo44: No, it is a Unix. === Quark is now known as Guest31228 === mickn_ is now known as mickn [00:48] ciao [00:48] !list [00:48] romano: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [00:49] hi === garheade is now known as Garheade [00:59] I'm having a lot of trouble getting Xubuntu to load from a usb on my UEFI Gateway LT41p netbook [00:59] I've read a ton of materials and nothing seemed to have worked. Any way to get my system to boot from USB? === LoganG is now known as LoganG|off [01:05] hi guys, does anyone know how to start an application via terminal and then beable to close the terminal after while the application is still running? === rocsteady is now known as r0csteady === boris is now known as borisOZ [01:06] pozz: Either use nohup or disown [01:06] Basically I want to dissociate the application and terminal. [01:06] pozz: check out tmux or screen [01:07] pozz: use "bg" [01:07] kepka: Closing the terminal will kill the background process too [01:07] nohup or disown eh... for example, gksudo gedit file.ext disown? [01:07] how does bg work? [01:07] screen does not work, the application fails to load with that command [01:08] what is tmux? [01:08] pozz: ignore it, if this is GUI - i have no idea [01:08] yeah, its a gui [01:08] since upgrading to ubuntu 13.10 i've been unable to play dvds. vlc says: ""Your input can't be opened: VLC is unable to open the MRL 'dvd:///dev/dvd'. Check the log for details.". I've done the restricted formats stuff mentioned here https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs but it hasn't seemed to make any difference. Ideas? [01:08] ok, with GUI, just run it as "gui-app &" [01:09] pozz: for the bg, read http://pwet.fr/man/linux/commandes/posix/bg [01:10] kepka, for example: "gksudo gedit file.ext gui-app &"? [01:10] pozz: yep [01:10] k will try that [01:11] pozz: gksudo gedit file.ext & [01:11] pozz: or for example "firefox &", then you can close the terminal and off you go. [01:11] gui-app & fails to work [01:11] oh, I see what you are saying now [01:11] now that does not work, when I close the terminal the application will also close [01:12] pozz: have you tried? [01:12] kepka: Thats why he says it. === LoganG|off is now known as LoganG [01:12] yes, I have tried [01:13] pozz: I've got ubuntu here, KDE. just tried it myself. works for me. [01:14] Not sure what to say, it does not work [01:15] what's the app? [01:15] kepka: gedit. [01:15] kepka: The command in question is: gksudo gedit file.ext & === Nym is now known as Guest53906 [01:16] correct [01:18] ok, try this: sudo '/usr/bin/gedit' file.ext & [01:19] Dont use sudo on graphical applications. [01:19] Use gksudo instead. [01:19] sure, why not. [01:19] kepka: why not? [01:19] oops [01:19] bekks: why not? [01:20] !gksudo [01:20] 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) [01:20] Because sudo isnot designed to work correctly using graphical applications. [01:20] kapka, did not work either [01:20] kepka: because occasionally sudo doesn't play nice with Gnome. For Gnome, you want to use gksudo, and for KDE, I believe it's ksudo. sudo is mainly for command line only. [01:20] pozz: fyi, using sudo with gui apps, can break your user account... [01:20] <_root_> any take on this http://forum.nginx.org/read.php?11,245107 [01:22] ok, for all non-english speakers. "why not." without the question mark implies an agreement, not a question :-0 === zz_megabitdragon is now known as megabitdragon [01:22] zykotick9, didn't know. thanks for letting me know, sounds scary [01:22] lol [01:23] pozz: I just ran this command: gksudo '/usr/bin/gedit' /etc/hosts & [01:23] and it worked for me [01:23] try it [01:23] I do. it opens... then I close the terminal and gedit closes as well [01:23] lol, reminds me that I ran into problems using nautilus with sudo [01:24] what's the ICEauthority file? [01:24] i did* i mean [01:24] dude, totally wierd. It stays open here, even if I close the terminal [01:24] I wish mine would do that [01:24] what does? [01:24] pozz: can't you use alt+f2 or something? [01:24] pozz: you're not missing the & at the end, right? [01:25] I am trying to create a shortcut for an application to the launcher [01:25] How to I end a process, or pause it? I've been running rarcrack overnight, and now I want to use my PC but the CPU is being used excessively [01:25] pozz: then a terminal shouldn't be involved??? [01:25] kepka, I have '&' at the end. one of the first things I tryed by myself... [01:26] then I am fresh out of ideas. Anyone else? [01:26] pozz: what are you trying to do? [01:27] zykotick9, kind of a weird application that after being installed, does not show up in the typical place applications install at. As a result, I am creating a .desktop file in the usr/share/applications folder [01:27] pozz: if you want to run something from the terminal and not have it exit when you exit the terminal, use &! [01:27] for example, gedit &! [01:27] sam113101, that does not work [01:27] &| works as well [01:28] it lets me enter a new line in, but if I close the terminal the application also closes [01:28] sam113101: & should NOT be required in a .desktop file... [01:28] so, [01:28] wait... are you saying this: "&" or this "&!"? [01:28] pozz: sorry, seems to be a zsh-only feature [01:28] pozz: & [01:29] bekks: & should NOT be required in a .desktop file... [01:29] okay, "&" does not work, have not tryed "&!" before [01:29] zykotick9: I know, yes. [01:29] pozz: &! is invalid. [01:29] pozz: &! only works in zsh, sorry, but you can still use disown in bash [01:30] gedit & [01:30] disown %jobnumber [01:30] or [01:30] disown pid [01:30] i have two computers with ubuntu 12.04 where "&" just lets me type another line in, but the terminal is still associated with the application. [01:30] * YaMoonSun wonders if his question was over-looked. === megabitdragon is now known as zz_megabitdragon [01:31] pozz: Thats the expected behaviour, since & puts a process into the background, not disowning it. [01:31] disown pid? ... how do I auto put the PID in? [01:31] yes [01:31] pozz: pidof [01:31] pozz: when you run "gedit &" it gives you the job number and pid [01:31] "[1] 3864 [01:31] " [01:31] for example [01:31] sam113101: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [01:31] 1 being the job number and 3864 the pid [01:31] Does anyone know how to stop the Wireless card notification light on my laptop from going crazy all the time? All the solutions online seem to be for different cards. [01:31] humm, I see [01:32] Hello, I updated to 12.10 some time ago but now my usb tablet no longer, is there more software I need? [01:32] so would this work: disown pidof gedit [01:32] ? [01:32] *is no longer working properly. [01:32] disown $(pidof gedit) [01:33] what are you trying to do, anyway? [01:33] me? [01:33] you shouldn't need to do that very often, use a multiplexer if you do [01:33] root@Purr:/usr/share/applications# disown $(pidof gedit) Result: bash: disown: current: no such job [01:34] pozz: why are you root? [01:34] did you run "gedit &" before? lol [01:34] f [01:34] I like being root [01:34] lol yes sam113101, I did [01:35] Is this an ubuntu help room? [01:35] I am working in the usr/share/application folder, I need to be root there for some reason [01:35] jacob_: it is [01:35] I have an inspiron laptop and my wireless wont work? [01:36] YaMoonSun: did you ask a question? [01:36] sam113101: rarcrack realated or something... (re YaMoonSun) [01:37] Indeed, thanks for getting back to me. [01:37] !wireless | mOrO^ [01:37] mOrO^: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [01:37] Yeah thanks, my usb tablet stopped working properly after the 12.10 update. [01:37] ubottu, thanks [01:37] You're welcome! But keep in mind I'm just a bot ;-) [01:37] Does anyone know how to fix a constantly blinking wifi light? None of the solutions I've found so far work for me. [01:37] !wireless [01:37] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [01:38] YaMoonSun: you should ask it again [01:38] * PatrickDickey thinks pozz might want to consider Fedora then... They use root too. ;-) [01:39] The pressure sensitivity is no longer there, and I no longer see the option for it, is there an update I need? [01:39] /load .xchat2/budus.so [01:39] Did PatrickDickey just make fun of me? :'-( [01:40] /load .xchat2/budus.so [01:40] pozz, just a little. It was meant in good fun though. I use root occasionally too. Although I typically use sudo and nano instead of gedit. [01:41] gawd [01:41] jacob_: Have you looked into the Ubuntu Touch information? It sounds more like what you want on your tablet, IMHO. [01:41] !touch > jacob_ [01:41] jacob_, please see my private message [01:42] No I'm using a basic laptop, with a usb tablet and pen. [01:43] It is okay, PatrickDickey, I understand :P [01:43] thanks robot [01:43] Ahhhh ok. [01:43] since upgrading to ubuntu 13.10 i've been unable to play dvds. vlc says: ""Your input can't be opened: VLC is unable to open the MRL 'dvd:///dev/dvd'. Check the log for details.". I've done the restricted formats stuff mentioned here https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs but it hasn't seemed to make any difference. Ideas? [01:45] amagee: You might have to create a symbolic link from /dev/dvd to whatever your actual dvd drive is. === anewussr is now known as anewuser [01:45] PatrickDickey: srsly? i've never had to do that before [01:46] I had to set it up on my mythbuntu box. [01:46] amagee, how are you linking the dvd to vlc? [01:46] bizarre [01:46] Beldar: what do you mean "linking the dvd to vlc"? i just open vlc and tell it to play the dvd [01:47] amagee, Hmm try right clicking the dvd and make the open with vlc. [01:47] In my case, dvd was actually dvd1. So I had to create a symbolic link to it. [01:48] hola [01:48] estoy buscando a un usuario argentino [01:48] I have a Linux general question about user management. Is this the right channel ? [01:49] my vlc all-of-a-sudden doesn't play back any video (the sound is still there) any idea where i could have goofed it up? [01:49] !es | Fistro Hola Fistro. [01:49] Fistro Hola Fistro.: 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. [01:49] how to install itunes in ubuntu? [01:49] !es [01:49] constl, ubuntu related? [01:49] !es nabos [01:49] oh wow, it was actually /dev/cdrom [01:49] hi PatrickDickey === Nym is now known as Guest24243 [01:50] Beldar: Im using ubuntu, dont think it is directly related. [01:50] oaulakh: Wine is probably your best bet. [01:50] constl, Linux would be ##linux or a distros channel [01:50] * PatrickDickey is patiently waiting for Toshiba Tech support to call me back.... :S Not so patiently anymore though. [01:52] amagee: So it opens and plays if you select CDROM from their menu? [01:52] PatrickDickey: yep [01:52] but i installed wine but still not working [01:52] http://blog.christosoft.de/2012/08/mythtv-dvd-playback/ Might help you to cheat the system then. Instead of dvd1 in his command, change it to cdrom. Then vlc should work with "DVD". [01:52] i guess they were bored with it just working every version for 8 years and decided to make a change just to make sure people are paying attention :P [01:53] i can install itunes perfectly on wine [01:53] but when i run that shit [01:53] it shows me lot of errors [01:53] oaulakh: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [01:53] i'll ask a question === Xoya1 is now known as Xoya [01:54] that is not installed blah blah blah...... :) === cjs is now known as cjsarette [01:54] I have a corrupted partition xfs file system on hard disk [01:54] oaulakh: Try installing PlayOnLinux first. [01:54] what can i do to recover data? [01:55] !en hola panda de maricones [01:55] Fistro-: I am only a bot, please don't think I'm intelligent :) [01:56] i install playonlinux also [01:56] !why [01:56] but it shows me some curl error and did'nt start [01:57] oaulakh: Which version of iTunes did you install? === LarrySteeze|Away is now known as LarrySteeze [01:57] http://www.playonlinux.com/en/issue-2823.html this? [01:59] oaulakh: try this: sudo apt-get install curl p7zip-full p7zip-rar [02:00] 11.1.3 [02:01] oaulakh: You might need to add winbind to the command that wolfspy gave you (per the webpage that he linked to earlier). [02:01] well [02:01] guess he gave up [02:01] or it worked [02:03] * PatrickDickey wonders if a tech support person was supposed to call you back in ten minutes, how long should you wait before calling them back.... :S [02:03] how do you update ubuntu? [02:03] apt-get update (or is that just for repos?) [02:03] grache28: "apt-get update" followed by "apt-get upgrade" OR "apt-get dist-upgrade" [02:04] grache28: apt-get dist-update gets the latest information from the repositories. apt-get dist-upgrade is what you use to actually install the updates. [02:04] thanks :) [02:05] PatrickDickey: tried ubuntu cause of the problems in fedora, thought it might be the kernel that came with the fedora install image - same problem on ubuntu, so removed a card [02:05] PatrickDickey: with 1 card it works, hopefully I can plug in the second and will both work after install (crossing fingers). I know nothing about ubuntu, i'm used to yum :) [02:13] hi all [02:17] hi [02:20] Hi. [02:22] Anyone around? [02:22] Might not be active [02:22] nope [02:22] But if you have a question ask and someone might answer. [02:22] !patience | Megabyte [02:22] Megabyte: 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/ [02:23] If you have tried google and don't have an answer, try "Li*** suc** because, " but that might get you unwanted answers =P [02:23] lol [02:24] wolfspy, ubottu I was using the phatic resource of a natural language. [02:24] I just noticed that I addressed a bot. Again. But let's brush it off. [02:24] cool [02:24] There are lots of ones around, lots of zeros too. [02:24] If I upgraded 10.04 to 13.10, would I be impressed? [02:24] Anyway [02:25] I have installed safe-rm [02:25] But... it does not work. [02:25] awesomess3: nope [02:25] awesomess3: Mildly impressive, but good job on the update. [02:25] Megabyte: write it in one line [02:25] wolfspy, Impossible... === coryn|drunk is now known as coryn|notDrunk [02:25] Megabyte: your question for us, not the commands [02:25] awesomess3: Next, try Ubuntu 8.10 to 13.10 in one reboot =P [02:26] Diamondcite, I remember just trying to update my current 10.04 and it couldn't even reboot. [02:26] If I'm going to do a 13.10, it's gonna be clean. [02:26] Things break, learning how to fix them is part of the learning. [02:27] The thing I learned was: "if it's not broken, don't fix it." [02:27] lol, sounds like me. [02:27] And it hurts so bad when I update ^_^ [02:27] 13.04 - 13.10 was one of the first ubuntu upgrades i've done that didn't massively break things [02:27] I got safe-rm to prevent accidental deletion of content after a scary accident, but it doesn't seem to work. I've tested it creating a folder on my hard drive, and using rm (in the driver that should be protected) successfully deletes it. I've tried to add the line both locally, at .safe-rm, and globally. Can anyone tell me what is going on? "The full path is: /media/x/Dados pessoais (Seagate)/*". Thank you in advance! [02:29] I have also tried setting up an alias to rm: "alias rm='safe-rm'," to no avail. [02:29] If I start a process via terminal, and I close the terminal, how do I close the process? It's seemingly in the background using 100% of my cpu's resources. [02:29] YaMoon, killall -9 process_name [kills *all the processes with the same name.] === don is now known as Guest10418 [02:30] hi [02:30] hey Guest10418 [02:30] hi [02:31] YaMoonSun: If the command didn't work, use something like 'top [02:31] wolfspy, If you don't know the answer, setting my normal user account to access the removable device I have as read-only would be nice, too. [02:31] ' to find the PID, and do a kill -9 PIDHERE [02:32] It seeming worked, but I looked through killall --help and there's no -9. [02:32] YaMoonSun, It means "highest priority" [02:32] Works without it too? Only as sudo though? [02:32] Oh, I see I see. [02:32] YaMoonSun: Oh, the -9 is actually a short form for sending SIGKILL to the process [02:33] Megabyte: fyi, suggesting use -9 before a regular kill, is a bad suggestion... [02:33] zykotick9, Well, he did want to kill the process... [02:33] and not using it might postpone the killing for god knows how long [02:33] But a normal kill would try to SIGINT first, which lets is close properly, Instead of putting a brick wall infront of it [02:33] Killing a process with kill is a bad idea anyway, so [02:33] getting a new APU - any problems with amd 13.4 drivers on 12.04? [02:34] Diamondcite: +1 [02:34] Diamondcite, I guess you could help me, couldn't you? [02:34] nope axizor [02:34] Megabyte: I haven't even tried safe-rm before, [02:34] It managed to work both ways, with or without the minus -9, thanks a bunch. [02:35] do I have to do a command line install or does it show up in settings and do auto [02:35] YaMoonSun, You're welcome. :) [02:35] I had three brute force processes running, was quite ridiculous [02:35] Diamondcite, How can I set up my hard drive (external usb) to mount so it's read-only for me, as a regular user, and read-write to root? [02:36] YaMoonSun, Was it a decryption program? [02:36] Megabyte: I would have to investigate how ubuntu mounts removeable media. [02:36] Diamondcite, Isn't there an universal, text-based solution? [02:37] Megabyte: Hrm.. sudo chown root:root /media/removeableitem && sudo chmod 775 /media/removeableitem [02:37] grache28: Sorry, my computer went wacky for a bit there. Are the cards the same? [02:37] Megabyte: the problem is that the command there is one time.. [02:38] Diamondcite, I didn't get your last sentence [02:39] Megabyte: I made many assumptions, assuming you want to do it only once and have it back to normal behaviour next time? [02:39] just curious - how much more demanding is unity over xcfe [02:39] xfce* [02:39] memory wise [02:40] No idea, but xfce is a VERY light interface [02:40] I'm running a xfce lubuntu box right now on some really limited hw and I can tell it does better than unity [02:40] xfce could run on systems with only 128MB of ram.. I doubt unity can ^_^ [02:41] Diamondcite: Just sayin', that would be painful. Why not LXDE? Especially with Lubuntu's enhancements for older machines with 13.10 [02:42] I have a Athlon 2 box with only a gig of ram and even with xcfe on lubuntu 13.10 and it's slooow [02:43] that's only running a samba server, utorrent server, and dlna server [02:43] * PatrickDickey is running lubuntu on a new machine right now. [02:43] SonikkuAmerica: In extreme lack of resources, lxde, xfce, fluxbox are pretty much all light weight [02:44] Diamondcite: Although I wouldn't depend on XFCE in a 128 MB situation, for the record [02:44] I wouldn't either ^ [02:44] if you're only running on 128mb you shouldn't be running gui at all [02:45] axizor: That, of course, is only a matter of opinion. [02:45] of course === Vampire0_ is now known as Vampire0 [02:46] axizor: After all, there are things like JWM, Fluxbox, etc. - even e17 can run on that much [02:46] my amd radeon card is enabled again when i wake my system from hibernation. i want it always disabled. how do i accomplish this? should i rip it out from my laptop? [02:47] I don't know, if you're doing multi tasking and running a lot of background processes, 128mb won't be fun [02:48] axizor: True... but I haven't had much of an issue with that... I have 8 GB now, but I worked with 256 MB and later 1 GB [02:48] I'm having a hard time just on a recycled PC with 1 [02:48] I'll be happy when my cheap little amd APU build and 8gb of ram comes in [02:48] Throw ina. Coupl [02:49] couple of 4tbs in raid 1 and I'll be set [02:50] I'm way behind the game, but streaming 1080p mvk to my ps3 with no lag is awesome [02:50] Don't know why I didn't dive into media streaming earlier === Zoltrov is now known as ZadAtom [02:51] 1080p mkv? Using a PS3 media server? [02:51] (Or Universal Media server) [02:51] ab`: What other graphics card do you have? [02:51] Yes Diamondcite [02:52] axizor: Always thought that it needs quite a bit of power from the transcoding system [02:52] I did too - my little dual core Athlon and gig of ram seems to do the job [02:53] PatrickDickey: intel hd 3000, its more than enough for me since i don't do any graphic intensive works [02:53] But what REALLY eats at the CPU is setting a bandwidth limit [02:53] axizor: Just transcoding itself to PS3 compatible doesn't hurt so bad. [02:54] ab`: You should be able to disable one of them in BIOS. I'm guessing one came with the laptop, and one is an addon. [02:54] have no idea what it's at, I just starred it, pointed it to my share folder, and left [02:55] axizor: Unlimited by default, which means on very action heavy scenes, it'll skip [02:55] started* ...irc on ipad isn't fun :/ [02:55] All right. [02:55] How do I allow someone to write and read from a device, but not delete files? [02:55] (just create, not delete) [02:55] Diamondcite: haven't had any skipping yet [02:56] !permissions | Megabyte [02:56] Megabyte: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [02:56] Megabyte: How about taking away execute permission from "other" for the rm command? [02:56] PatrickDickey: yeah, hd 3000 is integrated and radeon is discrete. okay, i am gonna fiddle with the BIOS now, see if something is there. [02:57] Diamondcite, but in that case wouldn't I be in the "group" of "other" of the rm command? [02:57] Diamondcite, and this would also apply system-wide [02:57] I just want to protect my external hdd [02:58] Megabyte: From the page I linked to: "write restricts or allows creating new files or deleting files in the directory. (Caution: write access for a directory allows deleting of files in the directory even if the user does not have write permissions for the file!)" [02:59] lol, I crashed a terminator window by tragging text from firefox over it [02:59] PatrickDickey, I want to create, but not delete [02:59] Megabyte: you mean you want other people to have physical access to your external hdd but not be able to delete files from it? [03:00] amagee, I'm the only person here, so that would mean just me [03:00] but yeah [03:00] that's pretty much it [03:00] Megabyte: oh ok, so you're just using it connected to one computer? [03:00] amagee, yes [03:00] Megabyte: I'm confused. If you only have one user on the computer, then this is sort of a moot point. [03:01] PatrickDickey, No, it isn't. I almost wiped out my own files by accident because I removed a symbolic link with rm -rf. [03:01] PatrickDickey, there's too much content in my drive, I had time to stop this [03:02] PatrickDickey, that's against this kind of deletion I want protection [03:02] hi badass [03:02] hi [03:03] Megabyte: yeah i'm not sure exactly, maybe look at this? http://stackoverflow.com/questions/869536/linux-directory-permissions-read-write-but-not-delete [03:03] I'll take a look, thanks [03:03] my guess is you won't get a really practical solution though [03:03] since even if you could turn off delete you could still overwrite a file with nothing and lose the content anyway [03:04] PatrickDickey: sadly, there is no such option in BIOS [03:04] Megabyte: I don't think you have to use -f to remove a symbolic link, do you? (Same applies for the -r switch, unless you are including other directories as well) [03:04] and then you could try turning off write completely but then you'll have to change the settings every time you do want to write/update something on the drive and you'll get annoyed or forget anyway :P [03:04] saiarcot895, It was out of habit, and I want to stop it [03:04] (Create files, once written, they are read only, but CAN be deleted by owner, but not others.) [03:04] That's moot too [03:05] because if I'm not the owner of a file, I cannot modify it [03:05] ab`: Is the Radeon a removable card? You said Discrete, which doesn't tell me that. If it is removable, then I'd pull it out. But if you're going to have to rip the entire laptop apart, I'm not sure if the benefits outweight the costs. [03:05] (add) [03:06] and if you have important data you want to back it up since the drive might fail anyway [03:07] PatrickDickey: i think it's definitely removable but i have to get inside of the laptop, and i don't have such experiences. will it be easy to do it? i have a dell vostro 3450 [03:08] hello friends [03:08] PatrickDickey: i read the vendor manual but found nothing about removing graphics card [03:08] hi roasted [03:08] I am trying to play a DVD in Ubuntu 12.04. I have libdvdcss, libdvdread4, vlc, and restricted-extras installed. Still, both VLC and Totem are unable to play the movie. Did I miss something? [03:14] gm [03:14] hm [03:15] roasted: Did you run the extra install script that comes with libdvdcss? === zxc is now known as Guest8477 [03:23] I'm working on C/C++ homework where I need to fopen() a plain text file but my professor is warning me that unix-like systems only read/write binary text files? [03:26] binary text files? o_O [03:26] melow01: plain text files are one of the intrinsic natures of unix-like systems, it is definitely possible [03:26] isn't that an oxymoron? === skasturi is now known as right [03:29] * YaMoonSun thinks there's some weirdos in here. [03:29] ab`, ok, thanks [03:29] buu: you mean the /usr/doc/share/blah/bah/blah/install-css.sh? [03:30] deserteagle, yeah, supposedly text files are written in one of two modes: text or binary [03:31] I thought ASCII was ASCII was ASCII :\ [03:31] and anything else is binary [03:32] 8 bits = 1 letter vs. 8 bits = 1 byte === right is now known as center [03:33] deserteagle, from what I'm reading my textbook, binary files write their decimal digits in hex in order to save space [03:34] melow01: "binary text files" makes NO sense... [03:34] :o that makes sense [03:35] well [03:35] melow01: mutually exclusive, either it's text OR it's binary... [03:35] zykotick9, I suppose I'm explaining it incorrectly. this is what I'm talking about: http://www.cygwin.com/cygwin-ug-net/using-textbinary.html [03:35] hi al [03:35] melow01: sorry, as soon as you say cygwin i loose interest. best of luck. [03:35] hi all [03:35] zykotick9, all good, thanks [03:36] If you compress a text file, it's considered a binary I suppose [03:36] "105" = 8+8+8 bits in ASCII vs. 0x69 = 16 bits [03:37] Hello Everybody :) [03:38] 'elo [03:38] deserteagle, I think thats the idea [03:39] anyone know of a good XML parsing tutorial? [03:39] nope hmm [03:39] i'm racking my brain with this script :( [03:39] does xubuntu allow you to dual boot with windows 8? Or has microsoft really against the world? [03:40] Microsoft is usually against the world. :P [03:40] truee :P [03:40] True story. === brandon is now known as Guest27653 [03:48] here's a question. I have had my ubuntu 12.04 crap out and have to be rebooted several times. It does give me a window suggesting it has had some major error and asks me to do this. I started ubuntu with 6.04 and never have had this problem before. Also cheese will not see the same webcam I used before (though it does sho up in lsusb). Is there some ay I can see if soemthing is broken. I dot even know how to ask. If it was windows I would [03:48] want to "reinstall" Also note I am using gnome-classic. [03:52] I'm having a basic networking issue with a new ubuntu server. Anyone have a minute? [03:53] !ask | dkuhlman [03:53] dkuhlman: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [03:53] ok, thanks [03:54] I do, but no use to you atm, sorry === satan is now known as sa`tan [03:55] I'm trying to configure a static IP address on a new ubuntu server. I've edited /etc/network/interfaces and put in the IP, mask, broadcast, network, and DNS addresses. When I try to restart networking I get the error "ifdown: couldn't read interfaces file..." [03:55] can anyone tell me the command to find out how much ram I have? [03:56] dkuhlman: are you able to pastebin (paste.ubuntu.com) your interfaces file? [03:56] tripelb: "free -h" [03:57] one sec, I'll do that now [03:57] dkuhlman: that "couldn't read" is kinda odd... [03:58] I wish fedora's community was as nice as ubuntu's [03:58] I'm trying to find 'atigconfig' it's not in my path (or on my system). apt-cache search aticonfig shows nothing -- any clues on where to get it? [03:58] zykotick9, ty [04:02] I had to manully type out the interfaces file... http://pastebin.ubuntu.com/6502492/ [04:02] I have not compiled anything on ubuntu before. How can I compile the newest version of "xf86-input-evdev [04:02] "? [04:03] What dependencies do I need in ubuntu's repository, etc and the steps to do it? [04:03] When I type /etc/init.d/networking stop, I get the error "misplaced option" [04:03] dkuhlman: ? i don't see any issues with that file? i've got nothing, what are the permission on the file itself? [04:04] dkuhlman: fyi, the only thing i'm not familiar with is the dns-nameservers line - but on ubuntu that might be required? [04:05] I'll take that line out and try it. how do you normally get DNS serves in there? [04:06] dkuhlman: ahhh, on ubuntu that "might" be the usual way?! personally, i still have access to /etc/resolv.conf... you might not?! === enchilad1 is now known as enchilado [04:07] It still doesn't work with that line commented out [04:07] I'm very new at this so it could be a very basic problem [04:08] here's a question. I have had my ubuntu 12.04 crap out and have to be rebooted several times. It does give me a window suggesting it has had some major error and asks me to do this. I started ubuntu with 6.04 and never have had this problem before. Also cheese will not see the same webcam I used before (though it does sho up in lsusb). Is there some ay I can see if soemthing is broken. I dot even know how to ask. If it was windows I would [04:08] want to "reinstall" Also note I am using gnome-classic. [04:09] tripelb: I talked to you in private, can you see my messages? [04:10] -rwxr-xr-x root root is the permissions on the networking file. This is a brand new ubuntu server install. I'll I've done so far was some updates and rebooted [04:11] *all (not I'll) [04:11] dkuhlman: that ownership/permission seems reasonable... i've got nothing sorry. best of luck. [04:17] hi frdsss [04:18] zykotick9: In case you were curious "text files" vs "binary files" has to do with how newlines are written and read from files. [04:18] no one is there [04:20] buu: actually, that's a "text file" vs. MS's Inability to Do Text issue... [04:26] buu: just for interest, MS's "edit" was able to do REAL text, but i read MS removed that in recent windows versions [04:28] Required plugin could not be found [04:28] Rhythmbox requires to install plugins to play files of the following types: (long list with held) any tips?? [04:29] when you install software via the package manager, i'd think it'd get anything Rythmbox needs to run [04:29] hmm [04:29] Gallomimia: Have you considered installing the plugins? [04:31] Hello. I created a new user. Why doesn't /etc/environment work for him? [04:32] How did you create the user [04:32] Can anyone tell me what is the name of the program on my computer? http://i.imgur.com/E8UPrON.png [04:33] Look at red arrow, pointing at it. [04:33] I had a boyfriend named Ubuntu once. He would "play the bongos" on my ass. [04:33] I had a boyfriend named Ubuntu once. He would "play the bongos" on my ass. [04:33] !ops | bitbagel2 [04:33] bitbagel2: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l! [04:34] dfcnvt: it's a clipboad manager [04:34] I'm imagining it now... Having bitbagel2 being drummed... :p [04:34] xangua: oka [04:34] buu: # useradd -m -g users -s /bin/bash wigust [04:34] any sure whay to keep apt-get from using IPv6? [04:35] way [04:35] xangua: Thanks, I will look into it. I tried to kill it via my cursor but it won't tell me what is it. [04:35] xangua: Now, that you know what is it, I will research and kill it. [04:36] hey guys, I'm trying to install ffmpeg in this computer, but listed between the packages that will be installed, there are some nvidia, this makes no sense, I don't even have a nvidia(I only have the integrated gpu that comes with the mobo), how can I avoid this? [04:36] Sian: What is the exact package name? [04:36] WiGust: I don't think 'useradd' supports /etc/environment and friends.. [04:37] WiGust: Try adduser [04:37] buu, nvidia-settings-319 nvidia-settings-319-updates nvidia-319-updates [04:38] Sian: Now that is odd [04:38] Sian: what does dpkg -l | grep -i nvidia; show? [04:39] buu, I also think they crashed my system recently, as after installing them a week ago(ffmpeg) and after rebooting I couldn't do nothing after log (just mouse), after uninstalling nvidia I today noticed that I noticed I no longer had ffmpeg installed [04:39] Sian: Honestly I always just compile ffmpeg myself.. [04:39] Avoids silliness like avprobe [04:40] buu: oh my god. Thanks, i'll try [04:40] buu, I'm curious, what is that avprobe you are talking about? [04:40] Sian: A project forked from ffmpeg [04:40] you mean avconv? [04:42] buu, well, I'm surprised, aparently it's xorg-edgers ruinning the party, though I had already removed the ppa http://paste.ubuntu.com/6502600/ [04:42] Sian: did you remove the PPA with ppa-purge¿ [04:42] xangua: Found it, it's glipper. All I had to do was 'pkill glipper'. It goes away. Thanks anyway. [04:43] uh. I wound up with 2 ext3 partitions with the same UUID. should I proceed to use gparted to change the UUID of the one I don't intend to ever boot? [04:43] xangua, no, I couldn't, after waiting like 10 minutes it always says that apt-get update couldn't be completed. I used software and updates [04:45] Hello, I just changed my root password using "sudo passwd" command and now commands don't ask for password anymore...How can I change it? [04:45] Diplomatico: you mean sudo commands don't ask for your sudo password? === Jan11 is now known as ON1 [04:46] That's it, for example apt-get should ask for password and doesn't ask for it. [04:46] Diplomatico: Sudo will remember your password for 5-10 minutes [04:46] !noroot | Diplomatico [04:46] Diplomatico: We do not support setting a root password. You're free to do it on your own machine, but please don't offer instructions on how to set a root password or ask for help with setting it. See !root and !wfm for more information. [04:46] Diplomatico: yeah, what buu said.. it will go back to normal if you wait a little while [04:47] buu: if you're root, sudo is redundant... [04:47] Ok, obviously I got some concept wrong. [04:47] Diplomatico: What does 'whoami' print? [04:47] let me see [04:48] it prints my username. [04:48] buu: asking if prompt is $ or # might be faster/easier ;) [04:48] rootlock [04:48] Diplomatico: Which means you aren't logged in as 'root', sudo merely lets you run a single command as root, however by default ubuntu doesn't let you log in as root. [04:49] Diplomatico: And see earlier comment about sudo remembering password [04:49] Solved, you were right, amagee, now is back asking for password... [04:49] Thank you all for your prompt help!!! [04:50] well, I don't even. ppa-purge tells there's no ppa named xorg-edgers [04:50] Sian: if you manually removed it, that would make sense. you might want to re-add it, then use the proper ppa-purge to get rid of it. [04:51] zykotick9, but last time I had it I couldn't remove it as apt-get update wouldn't be completed(that's what ppa-purge said) [04:51] anyone been able to fix the ipv6 issue with apt-get === AndresSM is now known as AndresSM_away [04:52] Sian: that's bad news... i got nothin' then. best of luck. [04:52] zykotick9, thanks. I will try again either way [04:53] morning to all [04:54] hi all, i am using ubuntu 12.04 32 bit LTS, i have a normal CPU, 2 gb ram, it is 64 bit capable, what are the advantages of 64 bit OS as compared with 32 bit OS, apart from memory addressing, which i will not upgrade, 8gb max. motherboard can provide, but i am happy with 2 gb, should i install 64 bit ubuntu [04:55] kalakjsd, 4 gigs? stick with 32 bit. [04:55] kalakjsd, for that matter, with only 2 gigs, you'll probably get better results with xubuntu or lubuntu [04:55] cfhowlett: okay, but what are the advantages of 64 bit processor then [04:55] kalakjsd: besides the increase in memory, encoding media and number-crunching are the advantages of 64bit. you're probably best to stick with 32bit with 2GB [04:55] lotuspsychje: Hai!!! [04:56] kalakjsd: 64bit is faster [04:56] zykotick9: no, i don't need media encoding or something [04:56] dwxreaper: not really... [04:56] i agree with dwxreaper , if the machine can run 64bit why not take advantage of it? [04:56] the CPU moves data quicker [04:56] dwxreaper: 64 bit is faster, will i get performance improvement in my system, [04:57] of course [04:57] with same specification, not memory upgradation [04:57] lotuspsychje: because the overhead to address 64bits means that 2GB will be "smaller" on 64bit then on 32bit... kalakjsd [04:57] i don't need exxtra memory, i am happy with 2 GB ram [04:57] kalakjsd: i run 13.04 64bit on an ssd, and goes rocketfast [04:58] just use 64bit if you have 64bit hardware [04:58] dwxreaper: agree [04:58] sudo /etc/gai.conf [04:58] oops [04:58] lotuspsychje: i don't have SSD, i have simple HDD with 7200 RPM [04:59] kalakjsd: like dwxreaper says, if you payed for 64bit hardware, why not install ubuntu 64bit? [04:59] dwxreaper: thanks, because hardware has capability, then why not [04:59] kalakjsd: fyi, your getting some bad info from some of these posts... 64bit is NOT faster, for most things. oh, and the OTHER advantage is being able to use dates beyond 2025 (or something) [05:00] @_@ [05:00] zykotick9: no, i was just asking of performance benefits for a normal user, apart from memory addressing [05:01] kalakjsd, I'm running similar specs. Even 32 bit is painfully slow. xubuntu and lubuntu run much better. As always, YMMV [05:01] zykotick9: because all of us doesn't do media encoding or something like that [05:01] kalakjsd: media encoding ;) and number crunching / simulation. that's about it. [05:01] http://i.imgflip.com/3kmz0.jpg [05:02] cfhowlett: yes, i agree, chrome takes more time than WIndows, with less addons compared with windows [05:02] kalakjsd: and as i mentioned, if you go 64bit your 2BG will be smaller then if you used 32bit. PLUS there are still some issues with running some programs on 64bit systems (though not many any more) [05:02] Dax_1x0, nice find! [05:02] i haven't had any issues running everything on 64bit in years [05:03] cfhowlett: hmm, if a program is 32 bit, then it can be run on 64 bit?? [05:03] reverse is not true, i think [05:03] Unless you have specific reasons to choose 32-bit, we recommend 64-bit to utilise the full capacity of your hardware [05:03] so i should opt for 64 bit [05:03] lotuspsychje: thanks [05:03] source: https://help.ubuntu.com/community/32bit_and_64bit [05:04] * zykotick9 takes a deep breath... oh #ubuntu... [05:04] !cookie | zykotick9 :p [05:04] !64bit [05:04] zykotick9 :p: Wow! You're such a great helper, you deserve a cookie! [05:04] AMD64 and Intel 64 are fully supported architectures on Ubuntu. Consider using 64-bit if your memory ussage exceeds 4GB. See https://help.ubuntu.com/community/32bit_and_64bit [05:05] kalakjsd, see the ram suggestions? [05:05] i have 2 gb of RAM, i upgraded my BIOS version and now ubuntu is showing 1.5 G available, rest is reserved by Bios, :( [05:05] thanks all [05:06] * HeRoInA_ToDDy :.$$1 /me jr.you uon .send:/dcc 1:CHAT:boo!:/msg =$bibizinha pi/nick:!:bibizinha [05:07] * HeRoInA_ToDDy Ceninant doi o pe Top-Toddy_ Top-Toddy_ Top-Toddy_ Top-Toddy_ Top-Toddy_ Top-Toddy_ [05:07] DCC exploit? [05:07] !test | HeRoInA_ToDDy [05:07] HeRoInA_ToDDy: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [05:09] my oldish dell laptop has been intermittently slowing down to a crawl today - sometimes on i/o operations, and sometimes for no reason at all. running iotop/htop i can see one culprit is policykitd... [05:09] pero: wich ububtu version are you running on it? [05:09] lotuspsychje: 13.10 [05:10] pero: did it run smooth on it before? [05:10] yeah, very [05:10] my load is 4.20 right now and i've got nothing but hexchat and chromium - earlier today it'd get as high as 20 [05:11] pero: any update recently? [05:11] nah [05:12] pero: not sure, maybe dig around /var/log/syslog looking for errors? [05:13] <_dan_> so i updated 9.04 -> 9.10... now running sudo do-release-upgrade says No new release found [05:13] pero: maybe create another user and check the load from there, just to test [05:14] _dan_: we can only support versions from topic mate [05:14] Dec 1 00:08:23 sava kernel: [11324.643769] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro,commit=600 [05:14] Dec 1 00:08:23 sava kernel: [11324.727034] EXT4-fs (sda1): re-mounted. Opts: commit=600 [05:14] _dan_: you have to do the same thing you did to upgrade from 9.04 to 9.10 [05:14] <_dan_> thought i did everything [05:14] !eol | _dan_ now you have left 9.10 to 10.04 and 10.04 to 12.04 [05:14] _dan_ now you have left 9.10 to 10.04 and 10.04 to 12.04: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [05:17] hello guys [05:18] Irishluck83: welcome what can we do for you? [05:18] just here to chat [05:18] and to help [05:18] Irishluck83: !ot [05:19] nvm then :3 [05:19] hi [05:19] hi [05:19] <_dan_> so i followed the direction for 9.04 to 9.10 on that site. it has no instructions past that though [05:19] <_dan_> O_o [05:19] i am in brasil [05:20] hows the weather there luciano [05:20] I'm starting to see an incremental amount of program in my task manager (htop)... Know any task manager that will fill in description of what program am I running? [05:21] _dan_: how about installing 12.04 clean [05:21] !ot | Irishluck83 [05:21] Irishluck83: #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! [05:22] hello [05:22] _dan_: you will find upgrading from one version of ubuntu to the enxt is not always so smooth - I would highly suggest installing any ubuntu distro clean if older than 12.04 [05:22] next* [05:22] how to create bootable usb on ubuntu? [05:22] !usb | InQuIrI [05:22] InQuIrI: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [05:23] lotuspsychje: currently i'm on ubuntu [05:23] ijust downloaded new distro and i want to burn it in usb. [05:23] InQuIrI: there's a package to create startup disk by default mate [05:23] Hey I'm trying to run Minecraft and it says it's not exicutible I am using OpenJdk Any answers [05:24] InQuIrI: use ubuntu disk creator or unetbootin (will erase all the content in the USB stick) [05:24] hello all right irishluck83 [05:24] thank lotuspsychje and xangua [05:24] Eli-5dce: did you try install playonlinux? [05:25] no. Where do you install it or do you use terminal lotuspsychje [05:25] !info playonlinux | Eli-5dce [05:25] Eli-5dce: playonlinux (source: playonlinux): front-end for Wine. In component multiverse, is optional. Version 4.2.1-1 (saucy), package size 1578 kB, installed size 3954 kB [05:25] Eli-5dce: right clic in the binary, properties, mark as executable [05:25] Eli-5dce: not sure minecraft is on the list, but worth a try [05:26] Wait where do I go, to use or install it? [05:26] lotuspsychje? [05:27] Eli-5dce: sudo apt-get install playonlinux (from terminal) [05:27] ok Thx [05:27] Eli-5dce: also try what xangua sugested [05:27] lotuspsychje: any idea what to look for in syslog? [05:28] i am user ubuntu [05:28] pero: i dont think those lines were relevant mate, maybe pastebin the whole log, and describe whats happening to your system once in a while [05:28] and the people on in brasil [05:28] !br | luciano [05:28] luciano: 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. [05:28] br and you [05:30] <_dan_> aha i found the trick... [05:31] Yes, what xangua said worked [05:32] !cookie | xangua [05:32] xangua: Wow! You're such a great helper, you deserve a cookie! [05:33] lotuspsychje: there's definitely something in there, this last syslog is much much larger than the others [05:34] lotuspsychje: /var/log http://pastebin.com/f1EPpLXu [05:34] pero: lemme take a look [05:34] yeah the log's too big for pastebin, will upload it somewhere in a sec... [05:35] has anyone used Uzbl here? #uzbl is asleep. When I log out of a Google account in Uzbl and open a new window, I'm logged in again. Has anyone here worked around that? [05:35] pero: no i need /var/log/syslog only mate [05:36] buu: I recreate with adduser, now ok. Thanks. [05:36] davidrsmorris: i don't use uzbl, but is it clearing your cookies file? also is it reading from cache or actually logged in? [05:36] is their any application which convert images into pdf ? [05:37] IIT, libreoffice [05:37] davidrsmorris: im going to try and imitate to see if i get the same reaction from uzb [05:37] kriskropd: I have cleared my cookies, and uzbl doesn't do caching. [05:37] cfhowlett, ok [05:37] IIT, imagemagick as well [05:38] davidrsmorris: try to login to google with a diff account, and dont store password maybe it will ask yours after again? [05:38] cfhowlett, i have like 100 + images and want to combine in a single pdf [05:39] lotuspsychje: yes, I've been changing passwords to get out of logins, but that' can't be The Way... [05:39] IIT, ask in #ubuntustudio [05:39] cfhowlett, ok [05:40] davidrsmorris: like kriskropd says, there must be something uzbl remembers... [05:41] davidrsmorris: I don't seem to be getting the same problem when i log out. to be clear i tried using gmail.com and did notice it stored a cookie for my username when i returned to login screen [05:41] kriskropd: hmm, that's unnerving, I'll try and do something that I'd need to be logged in for. [05:41] there is a pdf program which comes with kde it name start with k* i don't remember the exact name [05:42] IIT, ALL KDE packages start with k :) [05:42] davidrsmorris: you could try temporarily moving your ~/.local/share/uzbl directory and try it again and see what it does [05:42] cfhowlett, he he he [05:42] cfhowlett: lolz [05:42] kriskropd: It only seems to appear logged in when on that initial page [05:43] IIT, imagemagick is the package you want [05:43] cfhowlett, ok exploring imagemagick [05:44] lotuspsychje: https://www.dropbox.com/s/94iwyt1aivhm8zg/syslog [05:45] IIT you can make a pdf from a directory of images using 'convert dir/*.jpg name.pdf' [05:45] IIT you can alo use '-display 300' to retain image resolution [05:45] or dpi rather [05:45] lotuspsychje: it's also apparent that my power adapter is faulty, but that's old news [05:45] obviously adjusting as you see fit, 300 is decent enough for printing quality though [05:46] kriskropd, cool :D [05:48] well, I think it might be something up with the backend, since I can run grep -rnw `locate uzbl` -e [account name] and find nothing. [05:48] pero: thats one huge log, maybe install vim improved with syntax highlight, to see errors in red [05:49] lotuspsychje: can i grep for something instead? vim gives me migraines [05:49] !info vim-gtk | pero [05:49] pero: vim-gtk (source: vim): Vi IMproved - enhanced vi editor - with GTK2 GUI. In component universe, is extra. Version 2:7.4.000-1ubuntu2 (saucy), package size 972 kB, installed size 2397 kB [05:49] lotuspsychje: i know what vim is [05:49] pero: im note sure grep can syntax higlight, cause we are not sure what to look for [05:50] well how does vim know it's an error [05:50] nevermind, it's vim [05:50] pero: thats what syntax higlight does, shows errors in red from syslog [05:51] pero: i was thinking it highlights based on a string, and i can just grep that string [05:51] erm [05:51] lotus ^^ [05:51] pero: yes, but wich string to search on different errors? [05:52] lotuspsychje: can i use something else? i'm not a developer and it'll honestly be easier to reinstall than to learn vim [05:53] pero: this is not the default vim, install vim-gtk and it will syntax highlight by default, its easy [05:53] IIT hey, i've been experimenting a bit with pdf compression, you might be interested in some scripts I wrote, I'll share them, but I haven't determined which is the best. it uses postscript and ghostscript mostly and is intended to be used after building a pdf from imagemagick http://sprunge.us/VRYd [05:53] lotuspsychje: i did install vim-gtk but i don't see it in dash [05:54] pero: after install vim /var/log/syslog and it should color up [05:54] kriskropd, definitely i am interested..!! [05:55] pero: vim really isn't that difficult to use :x [05:55] lotuspsychje: nope, no colours [05:55] lotuspsychje: nevermind [05:55] vimtutor can help ;) [05:55] are you guys joking? it's the equivalent of learning a programming language [05:56] lol? [05:56] IIT: :) like I said, I haven't picked which is the best yet, ghost script experiments 2 and 3 and postscript experiments 1 and 2 seems to generate similar file sizes, but I haven't done a visual quality check to ascertain all the compression losses yet [05:56] pero: I fear you have a misguided stigma sorrounding vim :P [05:56] im not a developer [05:57] pero: this is definitely the wrong way to use vim, but you know if you hit 'i' you go into insert mode, and its jsut the same as using any other text editor in that mode [05:57] pero: you dont need to be a dev, to use vim [05:57] i dont think there exists a use case for non-developers to be using ivm [05:58] kriskropd, ok :) [05:58] per then ':q!' force quits and ':w' write to file [05:58] pero* ^ [05:58] pero, byobu haz purdy colurz [05:59] pero: convincing you to use vim longterm isn't really the goal here, it sounds like you just need to view a file for some unforseeable syntax [05:59] lotuspsychje: http://pastebin.com/wtqUftaf [06:01] * kriskropd wonders if nano might also have the syntax highlighting pero needs [06:01] nah, nano doesn't [06:01] I wouldn't have known :) [06:03] hi [06:03] pero: the log is so big lol, cant find errors on first sight, many whoopsies [06:04] lotuspsychje: http://pastebin.com/wtqUftaf [06:04] that's the only non-network error message - besides that ext4-fs one i pasted earlier [06:04] is your disk going bad? [06:05] erm, sorry, I haven't really been following your issue, pero >_< [06:05] it's very possible [06:05] it'a laptop from 2006 [06:05] kriskropd: he has many load on 13.10 recently [06:05] but yeah, system intermittently slows to a crawl as of yesterday/day before/recently [06:05] sometimes on i/o, sometimes for no reason at all [06:05] pero if you run 'vmstat 2' the far right column shows the amount of time your cpu load avg is waiting on your disk [06:06] pero: maybe that could give you some clues :o no gurantees though [06:06] well the whole load goes through the roof - iowait, everything - whenever this happens [06:07] but the disks utility says the disk is healthy [06:07] pero: how about a tail -f /var/log/syslog and mess around with system a bit, see what errors show up in relatime [06:08] *realtime [06:08] lotuspsychje: already doing that :) [06:08] pero: great [06:09] pero: did you ever had such issues on previous ubuntu versions? [06:09] lotuspsychje: nah, never [06:09] it's a dell xps m1210 - it's really well supported. i've never needed a driver since like 8.04 [06:09] pero: sounds maybe like a 13.10 issue then [06:10] could it be a swap related issue? [06:10] lotuspsychje: well, i've been on 13.10 since september and this just appeared yesterday [06:10] pero: thats really odd indeed, when not used an update [06:10] kriskropd: i've got 4gb ram and 8gb swap [06:11] pero: and are you fully updated? [06:11] yup [06:11] pero: no weird package installs? [06:11] nah [06:11] the weirdest things i have are like btsync and everpad [06:11] how much of your swap is being used ? swap can make your computer cry if your OS starts depending on it too much [06:11] pero: try create another user, see if same load persists [06:11] kriskropd: 15mb right now [06:12] oh, psh, ignore me then XD [06:12] anyway bbl breakfast [06:12] lotuspsychje: thanks for the help [06:12] pero: hope you solve it [06:13] does ubuntu/linux have a chkdsk-like utility? [06:13] pero we have fsck in linux [06:14] pero I can't give you a tutorial on using it :x but I'm sure your favorite search engine will be happy to supply you with more than you wanted to know :x [06:14] pero: the gist is you cant check a disk that is mounted, so if you want to check your root disk, you will need to use a live CD environment to run fsck from [06:14] no worries, i can figure it out [06:15] ahh [06:16] pero in my experience, database dependant services and memory leaks cause me trouble in regards to load issues === david_ is now known as temp-name0 [06:17] kriskropd: how long do you think fsck will take on a 70gb drive? [06:18] I need to edit the xorg.conf file. How to do that w/ Ubuntu? [06:18] pero im not sure :x depends on how many problems it runs into :P [06:19] pero: to be fair though, it shouldn't take very long - I think if you come back after 30 minutes and are still waiting, you might want to inspect what is holding up fsck [06:19] i have Ubuntu installed as my main OS but due to reasons like college project i have to install Windows do i have to start from scratch? [06:20] fsck I'd even say 10 minutes should eb enough time, but I'm really not too familiar with what all determines the speed of fsck (could have nothing to do with RPM for all I know) [06:20] pero: ^ [06:20] thx [06:20] temp-name0: do you currently have an xorg.conf? what do you need to edit exactly? and lastly, what's your graphics card and/or driver? [06:21] temp-name0: you can edit /etc/X11/xorg.conf with your favorite text editor and sudo or gksudo [06:21] timal170: you could use a virtual machine if you want [06:22] kriskropd, ls: cannot access /etc/X11/xorg.conf: No such file or directory [06:22] kriskropd: you do realize that xorg.conf isn't there by default right? so your suggestion isn't very helpful. [06:22] xangua VM would not do the trick the software we use for college requires a lot of resources [06:22] zykotick9: my mistake, it is for me [06:22] zykotick9, I am trying to use a nvidia quadro w/ 2 monitors and the 2nd monitor is not being detected via edid. It is showing the wrong resolution. I think if I disable the HorizSync & VertRefresh options in xorg.conf, it will allow me to properly set the resolution... [06:23] temp-name0: if you're using nvidia propritary, you should find an nvidia-xconfig program to generate it. "sudo nvidia-xconfig" i believe, good luck. [06:24] zykotick9, thanks. I generated it and will test it now. I made the changes. [06:24] zykotick9: I'm curious, where else is it supposed to be? it seems all my copies of xorg.conf are int hat location [06:25] in that* [06:25] kriskropd: /etc/X11/xorg.conf is the path, i'm not sure what your asking... [06:26] * kriskropd thought xorg.conf was there by default - hasn't had to touch a xorg.conf file in a very-very long time [06:26] kriskropd: xorg.conf hasn't been default for QUITE some time... [06:27] heya [06:31] hi [06:31] I need some help fixing a wireless driver issue. can anyone help [06:32] can anyone see me typing [06:32] trey: we see you [06:32] okay. awesome [06:33] I need some help fixing a wireless driver issue. can anyone help me? [06:34] zykotick9: do you know anything about wireless drives [06:35] drives [06:35] drivers [06:35] trey: i know a bit... BUT i'd suggest you share with the channel, what card you are using... [06:35] anyone here use IRssi ? [06:35] how can I check that. I know how to find it in windows but not on ubuntu [06:36] trey: usb or pci? [06:36] pci [06:36] trey: is it listed with "lspci | grep -i net" from terminal? [06:36] Idk what you mean [06:37] how do I check in terminal for the exact card [06:37] trey: run "lspci | grep -i net" [06:37] trey: no quotes [06:37] okay doing it now [06:38] is there any captcha breaker for ubuntu? [06:38] terminal response: 02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01) [06:38] 03:03.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03) [06:39] 1:06] * Quits: NomadJim (~NomadJim@pdpc/supporter/active/nomadjim) (Read error: Con [06:39] errr [06:39] hey guys, I'm having some trouble with an ASRock motherboard and ACPI - here are the results.log of fstw: http://paste.ubuntu.com/6502794/ [06:39] !broadcom | trey [06:39] trey: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [06:39] Thank you so much! [06:39] trey: i'm afraid besides that factoid, i don't know anything about broadcom - good luck. [06:39] !irc [06:39] A list of official Ubuntu IRC channels, as well as IRC clients for Ubuntu, can be found at https://help.ubuntu.com/community/InternetRelayChat - For a general list of !freenode channels, see http://freenode.net/faq.shtml#channellist - See also !Guidelines [06:39] hm [06:40] That is perfectly fine. Ill try that link [06:40] !irssi [06:40] irssi is a terminal based IRC client. See https://help.ubuntu.com/community/Irssi for help. See also !screen [06:40] ah [06:40] :) [06:40] !screen [06:40] jmgk: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [06:40] screen is a window manager for terminal sessions, also useful over SSH. The 'byobu' package provides very useful additional utilities. See https://help.ubuntu.com/community/Screen [06:40] hmm [06:40] test [06:41] can you please send me that broadcom link one more time [06:41] !broadcom > trey [06:41] trey, please see my private message [06:41] trey: did you get that ok? [06:42] I got it. Thank you all again. [06:43] kriskropd: having a load attack right now - nothing really in the log, but the load is >4 and io read is 40m/s [06:44] write is fluctuatingbetween 10 and 80m/s [06:44] kriskropd: swap has been maxed out at 4.7gb as well [06:45] pero: is it only spiking for a few seconds or does it seem to last about a minute? [06:45] also, aside fromy our root disk, do you have any other disks mounted? [06:45] your* [06:45] kriskropd: it's already been >5 minutes [06:46] nah, just sda and sdb - this is sdb that /home sits on i believe [06:46] i once had a 500GB external driv connected over USB, and when updatedb was running i noticed a system wide lagspike that lasted about one minute [06:46] Ok, can someone please explain this? http://paste.ubuntu.com/6502888/ I used to have xorg-edgers ppa, but I purged it it pp-purge and made sure to use apt-get update after that and these files still appear, this in itself wouldn't be a problem if ffmpeg didn't ask for them, but it does [06:46] pero: turned out to just be a trouble of trying to load too much via usb bandwidth,b ut the fact that it affected the whole system was really obnoxious [06:46] hmm, no that can't be because i don't think sdb can do that i/o [06:47] sda is a high end samsung ssd and sdb is a 7 year old hitachi 7200rpm i think [06:47] pero you have htop right? are you sorting by memory usage? [06:48] pero F6 > MEM% [06:48] deja-dup monitor is the culprit this time [06:48] pero: dont just look at the highest, does any process seem to be repeating a lot? [06:49] flash [06:49] pero: i could see flash causing trouble if its using swap and swap io is slow [06:50] pero: I also just looked up deja-dup-monior, scheduled backups? that is sure to cause some load lag of some sort [06:51] kriskropd: welp, locked up my system and had to hard-powerdown [06:51] pero: just to confirm, others have reported deja-dup causing problems sucha s yours before http://forums.fedoraforum.org/showthread.php?t=293402 [06:51] pero: you said "this time" was it another process before? [06:52] yeah [06:52] also forgive my poor use of punctuation >_< im in half-awake mode (2am after busy day) [06:52] don't remember which one - some weird daemons that i've never heard of before [06:53] i've caught 2 processes [06:53] pero: im increasingly confident that your problem is related to your swap, although I can't tell you much more than that yet [06:54] pero: by that I mean, your system is crawling because of accessign a bottlenecked swap bandwidth === moon is now known as Guest72757 [06:54] If ubuntu is free, how canonical is making their money ? [06:55] heh - the fan is still trying to cool the cpu down 10 minutes later [06:56] !free | fahadash [06:56] fahadash: freedom is important. Ubuntu is as free as we can make it, which means mostly free software. See http://www.gnu.org/philosophy/free-sw.html and http://www.ubuntu.com/project/about-ubuntu/licensing [06:57] hello [06:57] Thank you [06:57] When is the Tablet version going to be released ? [06:57] kriskropd: thanks for your help - i'll run fsck tomorrow, and if i have to buy a new hdd atleast the timing is good [06:58] pero im not sure if a new hdd will infact solve anything, I think you simply might not have enough memory to do everything your system is trying to do [06:59] i have 4gb of ram and am not really doing much except chromium [06:59] pero: do run fsck, but also see about maybe removing some services you don't need and also maybe using some lighter weight applications [06:59] "Ubuntu is as free as we can make it" <- that's a down right lie! that factoid should be edited/removed. [06:59] kriskropd: how should i go about removing servics? [07:00] pero: web browsers now days are very expensive, I dont even use chrome or firefox anymore except on rare occasions (tabbed browsing tends to inspire me to create alrge sessions) [07:00] i recently doubled the ram - while still on 13.10 - and it ran fine with just 2gb [07:00] large* [07:00] !tablet [07:00] Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch [07:01] pero I run a custom-ish Ubuntu Minimal with dwm and about 90% of my choice of software runs in a bash shell, but web browsing on my core 2 duo with 4GB of memory still requires me to cross my fingers [07:02] kriskropd: well, this only began yesterday or so, and about a month ago i had half the ram and 13.10 ran fine [07:02] pero removing services is as simple as turning them off with chkconfig (google it later :) ) but determining which you need or don't need is a bit more tasking than that [07:02] zykotick9: why¿ [07:02] that's a down right lie! that factoid should be edited/removed. - why zykotick9 ¿ [07:02] pero i know chrome and firefox update at a very rapid pace nowdays, did you mayb e get a new update fro chromium that could be related? [07:02] maybe* [07:02] nop [07:03] i updated chromium manually about a month ago from mozilla-security repo to fix an extension bug [07:04] pero Im sorry I couldn't help you much mroe than that, this really was not a field I could claim expertise on [07:04] if you try again tomorrow, try an earlier hour, you will hit a more active time zone, likely :) [07:07] pero: you might also want to watch chromiums built-in processes monitor next time you use it - it might hint at some javascript or flash that is making it act whacky [07:07] how do i do that [07:09] pero under your menu should be Tools and then under that should be "Task Manager" [07:09] it should help define what each processes related to chromium is doing, unlike what you might see in htop or similar [07:09] google's little way of making things more complicated :) === LoganG is now known as LoganG|off === Rich_ is now known as TeddyBur === AndresSM_away is now known as AndresSM [07:38] KVM gurus? does USB passthrough work or no for Ubuntu host and W7 guest ? [07:46] shadows: no clue about w7, but i got a usb wireless working in kvm guest before... [07:46] hi === r00tintheb0x_ is now known as r00tintheb0x [07:47] hi === AndresSM is now known as AndresSM_away [08:01] how do I use a .tar.gz file for a theme [08:01] > [08:01] how do I use a .tar .gz file for a theme [08:02] trey gtk theme? [08:02] trey, you don't have to ask twice, and I'm sure if you had some more information as to what you're doing, maybe someone would answer. [08:03] http://pastebin.com/9s2wQcKd [08:03] I'm getting that error [08:03] okay. I am new to this. I found a them online and dowloaded it. I tried to move it to my themes folder, but it wouldnt let me. how do I use that file and apply it for a theme [08:03] I have the terminal in the directory where Terraria.exe is, but Wine gives an error saying it can't find the executable in a totally different directory [08:04] I am following this guide http://tom-geiger.de/?p=163 but getting the error at step 6 [08:04] Keavon, because it's looking in a specific location, why not move the .exe to that location? hmm [08:04] i am running 13.04 btw [08:05] wheatthin: How do I move it to that directory if, first of all, it has backslashes, and second, there are double backslashes? \\ [08:05] Keavon, because if you look at the installation location where ~/.wine is then you'd understand. [08:06] tey use ubuntu-tweak or unity tweak tool [08:06] trey use ubuntu-tweak or unity tweak tool [08:06] I have ubuntu-tweak, but how do I get the file to it [08:06] It is not showing up in ubuntu-tweak [08:06] '. [08:08] wheatthin: I still don't understand. I moved Terraria.exe and all of its other files to c_drive/windows/system32 but it's still giving the error === Guest99870 is now known as mapps [08:10] Keavon, hmm well those double backslashes shouldn't be there.. I dunno why it's looking there after the first initial ones [08:11] Why isn't Wine just looking in the directory where I am? [08:11] I cd to the directory where Terraria.exe is [08:12] when I try to intall greenblack_by_coreman(1).tar.gz through ubuntu-tweak, I still can use it. [08:12] *CANT [08:12] Keavon, and you tried wine Terraria.exe ? [08:12] trey, then it might not be compadible. [08:13] any suggestions on where to get good compatible themes for 13.04??? === CyberJacob|Away is now known as CyberJacob [08:13] nope. someone else might, or google would know. [08:13] whatthin: yes, that's what I'm typing [08:14] anyone have any suggestion on where to get good compatible 13.04 themes [08:14] > [08:14] trey, I said stop asking more than once, thank youl. [08:14] !themes [08:14] Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freecode.com/tags/theme - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy [08:15] Thank you! [08:18] can you please resend me those links in a pm [08:18] !themes > trey [08:18] trey, please see my private message === djeimsyxuis is now known as djeimsyxius [08:21] Okay I got it to work by moving Terraria's files to the desktop [08:21] and doing the command on the Desktop [08:21] Step 7 of the guide ( http://tom-geiger.de/?p=163 ) says to install Mono 2.10 and 2.8 via winetricks. How do I do that? [08:21] I installed winetricks, but I don't know what it is or how to use it. [08:22] hi having an issue the access point was not in the scanlist [08:23] happens when I click on the access point in the list then the wifi seems to kill all the accesspoints after that [08:28] what would be the best option? Dual booting or using VM [08:28] vm nobody enjoys rebooting. [08:28] timal170: both have strengths and weaknesses, really depends what you want to actually do [08:29] Okay I posted my question http://askubuntu.com/questions/384504/how-to-install-mono-2-8-and-2-10-with-winetricks [08:29] dual boot if you want eg. dual monitors or high-end 3d performance [08:30] amagee: running some windows based softwares like SQL server management studio and few windows only games like Battlefield [08:30] timal170: for games you definitely want a native install of windows [08:30] whether you want your linux to be in a VM or dual boot is up to you, depending on what you want to do with linux [08:31] amagee i have ubuntu 13.10 as my main OS right now which installed day before yesterday [08:31] and you don't currently have windows installed? [08:31] right amagee [08:32] ok [08:32] what are you using linux for? [08:33] for programming and other day to day task like mail checking [08:33] I want a file to be crypted. Is it possible to do without creating it it from new. Its a big file 900GB. I dont have enough space left to do ;) [08:34] timal170: yeah i guess either way would work then. for what it's worth I dual boot ubuntu with windows, which i only use for gaming. [08:34] though i'm starting to use VMs as well on top of that [08:35] if my college would not force me to use windows only programs then i would not have such trouble but... [08:35] Is anyone having problems with youtube-dl? [08:36] timal170: your school forces you to play battlefield? ;) [08:36] Hi i'm looking a guide for terminal in ubuntu [08:37] no amagee the SQL thing [08:37] ah. well if all you need is sql server then it'd be fine to run windows in a VM on linux [08:39] but amagee what about battlefield? :o [08:39] timal170: you can use WINE [08:40] timal170: then you can't blame it on your school :P [08:40] yeah you could check if you can play battlefield decently in wine, i have no idea [08:41] let me check wine db [08:41] anyway i'm off [08:41] me too [08:42] amagee before you go [08:42] yeah? [08:43] if i choose to dual boot how should i divide by hard disk (500Gb)? === bobdole is now known as _dan_ [08:43] again that's really up to you [08:43] 50-50 or 75-25 [08:43] windows needs fairly ridiculous amounts of space [08:44] well said amagee [08:44] :P [08:44] heh [08:45] i don't know what to do when it comes to dual booting [08:45] i have a fairly ridiculous number of partitions [08:45] for linux i have /, /home, and swap (which i highly recommend) [08:45] guys i want to password protect a file, any tools available? [08:45] for windows i have one for the OS and one for other data (NTFS) [08:46] and a couple more [08:46] and more again because i have multiple drives :P [08:46] probably best to have a bit of a think and plan out what you're going to do before you start [08:46] i am thinking of giving 250 to windows and 250 to ubuntu [08:47] guys i want to password protect a file, any tools available? [08:47] timal170: that's probably fine [08:47] battlefield 3 does not work quite well in wine [08:47] I need help, yesterday I installed my AMD graphic drivers. After reboot and login there was inly the Background and the Mouse [08:47] then for ubuntu you might want to divide that as 50gb for /, and 200gb for /home [08:47] garbage rating [08:47] for windows maybe 100gb for c: and 150gb for other [08:48] or something like that [08:49] for windows i would rather do 50gb for os and rest for other amagee [08:49] mm you may be underestimating how quickly your "os" partition will chew through data [08:50] oh forgot that thinking windows as ubuntu [08:50] hmm? [08:50] your suggestion is goog [08:50] *good [08:51] cool :) [08:51] well now i'm really off :p [08:51] for ubuntu though i would use 10 gb for / and rest for other [08:52] guys i want to password protect a file, any tools available? [08:56] HI I need help with my ubuntu install [08:57] I installed ubuntu yesterday and updated everything and installed ispconfig and all kinds of things and on my next reboot [08:57] I got a funny looking desktop with login screen and I cant use my keyboard [08:57] not sure what todo [08:57] I edit grub loader to for entering shell instead and my keyboard not working to login [08:58] I edit grub with my keyboard so nothing wrong with keyboard [08:58] any help here anybody? [09:02] Hi [09:02] I installed qt4-qtconfig. When I open the qt configuration tool, I change the font type and size. Then I select File-> Save, and the string 'Saved changes.' appears in the statusbar [09:03] But if I close and reopen the configuration tool, I find the previous settings, as if I had not made ​​any changes [09:04] cristian_c, sounds like a .hidden file in your /home. find and kill. [09:05] cfhowlett, ok, but what file? [09:05] cristian_c, I'd *guess* some named .qt4*** [09:07] cfhowlett, I don't find it :( [09:08] cristian_c, it will be hidden ... see also your .local folder for config files [09:09] anyone have exp with wifi b43 when \i [09:09] click on a wifi network it pukes up an error saying it was not in the scanlist [09:10] cristian_c: looks like this will help u. https://www.kubuntuforums.net/showthread.php?43555-qt4-qtconfig-does-not-save-font-settings [09:10] !cookkie|yash069, [09:11] !cookie|yash069, [09:11] yash069,: Wow! You're such a great helper, you deserve a cookie! [09:11] is gtk 3.x the only type of themes that will work on 13.04 [09:11] running 13.10 [09:11] :| i can see sarcasm all over ... :( [09:12] yash069, I don't do sarcasm. [09:12] yash069, you found a resource and helped a user. Respect. [09:12] :) [09:13] 2008s bug report still not fixed ... [09:13] oh wells guess I got it working [09:13] thanks anyways [09:15] <_root_> any UTF-8 editor for the commandline? [09:16] any ideas about gtk3.x [09:22] trey: yes, only gnome 3.4 will work. 3.2 will have some problem ... search for GTK3|gnome3.4 theme for both unity and gnome ui [09:22] cfhowlett, I've also looked at the .local folder, but I've found nothing related to it [09:24] cristian_c: https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/298781 [09:24] yash069, I'll try to change the theme and the I'll try again to change the font settings [09:24] Ubuntu bug 333826 in qt4-x11 (Ubuntu) "duplicate for #298781 Qt 4.5 does not respect “hinting” setting" [Low,Expired] [09:25] i have just installed ubuntu and i have a broadband connection and it shows Wired Connection 1 connected but when i try to access firefox it shows server not found . please help me as i am a noob (there arent any satisfactory answers in the forum) [09:27] AshishL: ifconfig output will be helpfull to solve ur problem [09:27] AshishL: paste to paste.ubuntu.com and paste the link here [09:29] yash 069 thanks. [09:29] yash069: thanks [09:29] AshishL can you ping a website, but not surf to it? if so, it's a dns issue [09:30] MOnkeyDust : how to ping a site ? [09:30] AshishL open a terminal and type ping [website] [09:30] MonkeyDust : if it pings how to fix dns issue ? [09:31] AshishL first try to ping :) [09:31] MonkeyDust : is my modem not compatible ? [09:31] yash069: i have a bsnl modem . is it not compatible ? [09:32] AshishL: that doesnt matters ... i have same [09:37] My mic wont work and it is built how do I get it to work [09:39] well, since you're gone I can't answer that [09:43] yash069, I've tried to change the theme, but nothing is changed. Should I change the font type? [09:44] in the system [09:45] the post says change the theme and then change the font to fix it ... [09:45] yash069, theme and font both? [09:45] yup [09:50] yash069, but, when I've changed the font size and theme in the system, I've found alreay the font size changed in qt-config [09:56] *already [09:56] yash069, How can I solve this problem? [10:00] yash069, I've changed also the font family in the system, but it didn't work [10:01] yash069, any ideas? [10:01] cristian_c: :( [10:04] /EXEC rm -vf /home/giuseppedebian/.xchat2/buduscript/tmp/budus_XDCC_5337.query [10:04] Hello, can someone tell me the default $LD_LIBRARY_PATH variable value? [10:05] 'cause I messed up a bit and google is not helping [10:06] Balzy it says here : "When should I set LD_LIBRARY_PATH?" [10:06] The short answer is never. [10:08] Balzy and here it says "In general it is not a good practice to have LD_LIBRARY_PATH permanently set in your environment" [10:08] MonkeyDust the problem is that I overwrote it by adding root's lib [10:08] yash069, has anyone any other ideas? [10:09] so I'm trying to set it back to it's previous value [10:09] Balzy it's a python issue? [10:11] MonkeyDust nope, It's a kind of "user issue", adding root's libs' dir to it (following the guide on root website) I deleted the previous path and now I'd like to reset to the default value if there is one, when you install a fresh ubuntu/kubuntu distro [10:11] hey guys, one of my hard disks has a corrupt partition table as a result of the system hanging while partitioning. i am now trying to format it completely. but when i try to hotplug the device, it gets recognized as /dev/sdc with 150+ partitions and the system runs out of emmory. is there a way to avoid this? [10:11] sorry for the long question. wanted to give some info [10:13] cristian_c: rm ~/.config/Trolltech.conf [10:14] cristain_c, then use qtconfig to re-configure ... hopefully will work but === tsechin is now known as Guest5592 [10:14] cristain_c: better do mv ~/.config/Trolltech.conf ~/.config/Trolltech.conf.old [10:15] if didnt work then replace it back [10:16] mrsrikanth: best way to fix it, get a new harddrive. [10:17] mrsrikanth: does it make click sounds ? [10:17] yash069, yes it is spinning if that is what you are referring to [10:18] yash069, there has to be way to stop linux from reading the partition table isn't it? [10:19] mrsrikanth: http://www.youtube.com/watch?v=iWR34wKBNS0 [10:19] this sound [10:20] yash069, no. it doesnt make that sound === tcteo_ is now known as tsechin [10:22] what happened to totem youtube plugin in version 3.8.2? its missing and i can't find it in plugins list === captain_ is now known as captainfixerpc14 [10:27] is there a reason why I should use Linux above Mac OS X ? [10:28] streuma: no reason [10:28] streulma: do you want to? [10:29] well, my reason was that the OSX apps are not free, and OSX updates also not free. But now, OSX is free [10:30] and if I use OSX, if my PC is old, I can't use it anymore to update. So with Linux I can update and it is always free [10:31] streulma: osx updates are free, what are you talking about? [10:31] when 10.9.1 rolls round it will be free... [10:31] streulma: how old is your mac? [10:31] Hi, clonezilla failed to clone a 13.04 partition to an empty ntfs partition. 13:04 reboots ok but XP fails to boots, how can I recover?I rebooted So I rebooted [10:32] aeon-ltd: it is not for now, but over years, I have a Retina [10:32] 2013? [10:32] 2012 [10:33] CiSense not sure if ubuntu works on ntfs [10:33] dude i'm on a 2008 regular macbook, i'll switch over to linux when security takes a real hit, so far only java is my concern. your battery is more likely to die in the next 4-5 years than osx ditching support [10:33] MonkeyDust, maybe that was the problem, i assumed it would reformat to ext4 [10:33] CiSense yes, try that first [10:34] in any case it has corrupted the XP boot [10:34] try boot-repair ? [10:34] streulma, that sounds good ... [10:35] where is it? [10:35] streulma: you don't have to purchase software, but osx is getting more closed in since lion. if you want linux then get linux, but ime it's too much hassle - though i'm guessing your rMBP has more support than my mac [10:36] I have never used IRC chat - do I just ask my question === percY is now known as Percy- [10:37] squakie: yup, it's best to keep in on one line, and don't ask to ask in the future - this reduces channel clutter [10:37] squakie yes, ask in one line, then wait :) [10:37] streulma, ok i see the help page [10:37] does anyone know how to return more than 250 results on a forum search? [10:38] squakie: also stay on topic, how is this ubuntu related? [10:38] Well I went to the ubuntuforums IRC first, it said all support questions go here [10:39] is there any problem using "hdparm -B 1 -S 12 /dev/sda" ? [10:39] hola [10:39] maybe I should have said ubuntuforums.org search [10:40] squakie: the commands are different in forum [10:41] guess I'll give up......don't undrstand what is being said - it's ubuntu, it's the forums, it links to here. Guess not. [10:41] aeon-ltd: the design capacity of my battery is 8460 mAh, I have 8083 mAh and 171 loadcycles [10:41] yash069, I've renamed it, but if I open qtconfig, the gui is strange, the font family and the font size are already different === nha_ is now known as nha [10:44] yash069, any other ideas? [10:45] how 2 get flash memory directories delete-pritocted? [10:47] how 2 get flash memory directories 2 b delete-protected? [10:47] streulma, boot-repair is confusing ... it installed and started ok into my working 13.04, now it wants to remove all grub 2 files [10:47] yash069, settings are now saved, but gui is horrible [10:47] for qt applications :( [10:47] CiSense: that's OK, then he reinstall the files [10:48] ok [10:49] hi all! how to choose x environment without lightdm? i mean what do i need to tipe in console with or without ? thx [10:50] tozen: if you meant switch window manager/session, that can be done before logging in. [10:50] lxde or xfce [10:50] streulma, ok now I reboot? [10:51] if it is done CiSense yes [10:51] Rootbrian: how? [10:51] tozen: Change the session before logging in. [10:52] tozen: click Session, then select the window manager. [10:52] streulma, it says removing grub2-common ....... ureadahead will be reprofiled on next reboot [10:52] Tozen: window manager/desktop environment being LXDE or XFCE. [10:53] CiSense have you tried boot-repair and let it done? [10:53] yes [10:53] it removed files [10:54] does it reinstall on reboot? [10:54] no [10:55] how to get all the packages even after reinstalling ubuntu? [10:55] timal170: you mean backup your current installed packages? [10:56] yes lotuspsychje [10:56] !info aptoncd | timal170 [10:56] streulma, how do i reinstall grub? [10:56] timal170: aptoncd (source: aptoncd): Installation disc creator for packages downloaded via APT. In component universe, is optional. Version 0.1.98+bzr117-1.4 (saucy), package size 213 kB, installed size 1561 kB [10:57] CiSence: sudo apt-get install grub [10:57] Rootbrian, thx but why doesn't boot-repair do that? [10:57] CiSense: in the existing terminal, use sudo apt-get install grub [10:58] thanks lotuspsychje btw i am dual booting windows 7 and is really confused about partitioning the disk can you help me? [10:58] !dualboot | timal170 [10:58] timal170: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [10:59] timal170: Use the partition editor (gparted) to resize the partition, then create the swap and linux partition(s). [10:59] timal170: if course i would reccomend you single boot ubuntu, and loose windows once and for good :p [10:59] timal170 that's two different questions, better explain what brings you here [10:59] check permissions for config file ... should be write protected, if changed settings using something other than qtconfig, fix them [10:59] Rootbrian: no! i have no any gdm or lightdm installed on a system and i dont want it as well. i'm starting default environment just tiping command in to console. so what's need to be configured to get possibolity to switch between unity, gnome, lxde? thx [10:59] Rootbrian, ok grub reinstalled, do I reboot now? [11:00] CiSense: Yes. [11:00] lotuspsychje thats what i thought while installing ubuntu but my college... [11:00] thx [11:00] yash069, ok [11:00] Rootbrian: smth like startxlxde [11:00] CiSense: Recommended to use grub-install /path/to/volume [11:01] tozen: startx will start the default desktop manager, then you can select the session before logging in. [11:03] tozen open a terminal and type man xinit i guess it's useful for what you wnat to do [11:03] lotuspsychje is there an alternative to maya and sql server [11:03] !lamp | timal170 [11:03] timal170: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process. [11:04] yash069, -rw-r--r-- 1 cristian cristian 13843 dic 1 10:59 /home/cristian/.config/Trolltech.conf [11:05] lotuspsychje not lamp something which handles data transaction and has rollback feature [11:05] yash069, I'm the file owner [11:09] yash069, the owner has got the writing permissions [11:09] cristian_c: are u using KDE shell ? [11:09] no [11:12] streulma, now I only have a grub prompt .. how do i reboot 13.04? [11:14] cristian_c: read this post https://bbs.archlinux.org/viewtopic.php?pid=1270870#p1270870 [11:16] yash069, ok, but the problem is appeared just after installing qtconfig [11:16] O.o [11:18] hi ... i only have grub running, how can I reboot 13.04? [11:18] yash069, but if I rename or remove this file, the applications' gui (also qt4-qtconfig) becomes horrible === yash69 is now known as yash069 [11:20] yash069, How can I solve this? [11:22] cristian_c: its not generating a new file ? [11:23] yash069, yes, its generated === Thorium220 is now known as Thor|Away [11:23] but gui is very very horrible [11:23] It solves a problem, but it creates an other one [11:26] http://paste.ubuntu.com/6503703/ [11:27] add a '?' after < at first line [11:27] and then renmae ur ~/.font.conf [11:27] and use those config [11:27] yash069, [11:27] ? [11:27] yes [11:27] ok [11:28] idiotic paste says me i cant paste php code but its not even php code... /o\ [11:29] yash069, wait, when I open Trolletech.conf with a text editor, there isn't a xmlo content [11:29] :O [11:29] it's not a xml file [11:29] ah, ok [11:29] and then renmae ur ~/.font.conf [11:30] i mean move that file to save old settings [11:31] ok, I rename Troltech.conf to Trolltech.conf and I create .font.conf in my home? [11:31] ok, I rename Troltech.conf to Trolltech.conf.old and I create .font.conf in my home? === m0rt is now known as sdfas === sdfas is now known as m0rtim3r [11:32] hey guys someone there who can help me with wifi problems? [11:32] hi ubuntu boots then allows me to login but then i get a black screen no icons wallpapper unity ect my cursor shows though i recently installed python opencl any help? [11:32] tonitonito: what the problem is ? [11:33] EpixP0ison: you can try reset unity first :D [11:33] how [11:33] yash069, or should I make something different? [11:33] EpixP0ison: what's your ubuntu version? [11:33] 12.4 i think [11:33] or the most recent [11:33] cristian_c, no that fine. did it work ? [11:33] EpixP0ison type cat /etc/issue to find out [11:34] no term [11:34] EpixP0ison: Ctrl+Alt+T ? [11:34] EpixP0ison ctrl-alt F1, then type cat /etc/issue [11:34] i cant use ubuntu past login [11:34] tried that [11:34] yash069: i got i wifi connection, but no internet. ping to router ok to google not. same hardware with windows no problem. network-card: RTL8180L [11:35] EpixP0ison: recovery mode [11:35] yash069, I've not understood [11:35] ok in recovery [11:35] the root mode [11:35] yes [11:35] yash069, I can try to rename Trolltech.conf and add .fonts.conf in my home [11:35] tonitonito: mostly dns problem [11:35] yash069: tried several distros with dozen of kernel version, everytime the same effect [11:35] Is this right? [11:36] ok now what [11:36] yash069: hmm ok how to fix it? [11:36] tonitonito: can u ping 8.8.8.8 [11:36] yash069: yes [11:36] echo nameserver 8.8.8.8 > /etc/resolv.conf [11:37] ubuntu 13.10 === sol is now known as Guest17994 [11:38] cristian_c: sorry, yes [11:38] ok [11:38] sorry on my phone [11:38] ok now what [11:38] cat /etc/issue [11:38] 13.10 [11:39] yash069: ok done, how to reload this file? [11:40] EpixP0ison: now retart, login into your account, and run "dconf reset -f /org/compiz/" [11:40] add "dns-nameservers 8.8.8.8 8.8.4.4" to ur /etc/network/interfaces file [11:40] +for wlan0 [11:41] cristian_c, did that fix ur problem ? [11:41] got a masive error [11:41] hello mi name is sol soy de argentina [11:41] EpixP0ison what error? [11:41] yash069, I'm trying, I tell immediately [11:41] runtime check failed [11:41] !es | Guest17994 [11:41] Guest17994: 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. [11:42] dconf path must negin woth a slash [11:42] hi ... I have 13.10 running from a live USB, how can I repair my 13.04 system? on boot there is only a grub prompt [11:42] grasias :) [11:42] sprry phonw sucks [11:43] yash069: ok done [11:43] excuse bad spelling [11:43] ok so wbat now [11:43] EpixP0ison could you re-state your issue? [11:43] ok [11:44] tonitonito: now after reboot also, u wont need to add nameserver to resolv.conf :) [11:44] yash069, thanks for your help. i fixed my problem by hot plugging the disk and deleting partitions quickly before the system could freeze [11:44] ubuntu wont go past login screen i am able to login but then no wallpapper unity ect just black background and my cursor [11:45] mrsrikanth: good to hear u solved it :) [11:45] i recently installed pytjon opencl [11:45] yash069: ok, now i can ping google.com but i got a package loss of 20%. [11:46] yash069, same horrible gui [11:46] tonitonito: might be network problem [11:47] :( , i cant help anymore with that cristian_c [11:47] yash069: on windows it is working like a charm [11:47] any help monkeydust [11:47] yash069, If I rename Trolltech.conf, the qt applications miss the original theme [11:48] yash069, then, Trolltech.conf must not be deleted === matt_ is now known as Guest83190 [11:48] EpixP0ison can you un-install that python thing? does it change anything? [11:48] necesito ayudaaaaaaaaaaaaaaaaa [11:48] hello [11:48] how thoigb im in recovery mode root but apt wonr let me [11:48] !es | Guest17994 [11:48] yesssssss [11:49] Guest17994: #ubuntu-es [11:49] en donde lo pongo [11:49] ? [11:50] any idea monkeydust [11:50] EpixP0ison can you un-install that python thing? does it change anything? [11:50] i just said [11:50] i cant uninsrall it [11:50] im in recovert mode roor [11:51] and apt dosnt let me [11:51] make a new user [11:51] then try login into it EpixP0ison [11:51] EpixP0ison did the problem start after you installed that python package? if so, find a way to uninstall it [11:52] i think so but it took a reboot until it happened [11:52] ayudaaaaaaaaaaaaaa [11:52] but i dont know how to remove it [11:53] por favor [11:53] !es | Guest17994 [11:53] Guest17994: 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. [11:53] unable to write to /vae/cache/apt [11:54] Any other ideas? [11:54] yes, u may put the origianl file back, until u find a solution [11:54] not using locking for read only file /var/lib/dpkg/lock [11:54] donde pongo esto\join #ubuntu-es [11:54] ? [11:55] yash069, ok [11:55] the package list or status file could not be parsed or opened [11:55] any ideas on how to remove the package [11:55] what?? [11:56] Guest17994 type it here, in the channel [11:56] Hello? [11:57] beta__ it works, you're in [11:57] Awesome!! [11:57] monkeydust any odeas [11:57] monkeydust, LOL [11:57] ideas [11:57] oye !! silly doubt .. how do you tag someone?? [11:58] EpixP0ison yes: delete that python package somehow [11:58] how..... [11:58] thats the problem [11:58] yash069: no other idea? [11:58] how to uninstall a conky in 13.10 [11:58] Guest17994 keep it in the channel, please, type /join #ubuntu-es [11:58] sorry, about what ? [11:59] allguien habla en español [11:59] ? [11:59] Just go in but... how can deleting a package be a problem? === challach is now known as jevon [11:59] my problem, that a website (even google.com) wont even load because of slow network/package loss [12:00] helloooooooooooooooooooooooooooooo [12:00] Guest17994, olllllllaaaaaaaaaaaaaaaa [12:00] guest17994 Helllllllllloooo [12:00] !english|Guest17994, [12:00] Guest17994,: The #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [12:01] tonitonito: might be a problem with adapter. [12:02] so change driver? [12:02] try with wired connection, if possible .. does the problem persist. [12:02] no, wired works and wifi with windows also works [12:03] u have windows on same machine ? [12:03] yes dualboot [12:03] yo 88 ... === TNZ_ is now known as TNZfr [12:08] a [12:09] b [12:09] c [12:09] ... [12:09] still setting up irssi XD [12:11] :| i missed it, i wanted to type d after bugtraq [12:12] boris_OZ some tips: http://paste.ubuntu.com/6503884/ [12:12] tonitonito: check whether MTU are some for ubuntu install and windows [12:12] to check on windows type "netsh interface ipv4 show subinterfaces" [12:13] note the value for wireleass connection [12:13] bay [12:13] and on ubuntu? [12:14] what? [12:15] then on ur ubuntu install here, http://i.stack.imgur.com/1nq8V.png [12:15] just make it similar to windows [12:15] and then hope it works well [12:15] ok === bugtraq is now known as Soulire [12:19] how can i join ( concat ) two mp4 files with avconv ? [12:19] Hi folks [12:19] does anyone know how to set up a wifi connection on bugtraq [12:20] Soulire: Whats "bugtraq"? [12:20] hello soy de argentina necesito ayuda [12:20] Guest17994, Hola, Escribi /join #ubuntu-es [12:20] its a linux OS [12:21] Soulire: I guess it is not Ubuntu then - and it isnt supported in here. [12:21] im using it now wired but cant seem to connect through wifi [12:21] Soulire, perhaps you should ask them for support ... [12:21] it uses ubuntu [12:21] hey how to reinstall or repair the shared library companion? [12:21] Soulire: This channel only supports Ubuntu, not Ubuntu derivatives. Try asking in their support fora. [12:21] !derivatives [12:21] There are some Ubuntu derivatives that we cannot provide support for due to 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) [12:22] ok thanks [12:22] i deleted the eclipse companion library [12:22] anyone? [12:22] Soulire: try ##linux [12:23] francisquare: uninstall them, "apt-get remove " [12:24] but u will need to recall what u have deleted [12:24] i did uninstall it and install again via ubuntu software center [12:24] still no luck [12:25] well going to try again, ty yash069 brb === cubix``733 is now known as cubix` [12:32] yash069: mtu change couldn't resolve problem :( [12:32] Hey guys. I've seen hard drives with SSDs (hybrid). Is it possible to install Ubuntu to this then use the platter storage for /home and /var etc? Or am I missing something? Thanks [12:32] tonitonito: what adapter you have ? [12:35] u mean /home and /var mounted on other drive ? [12:35] yes ofcource u can do that .. [12:35] Yash069: yeah, 8Gb is more than enough for / here. [12:36] Yashp69: are both drives detected separately? [12:36] Hey, this is a more technical question, but say you are running an Ubuntu in a VPS with an IP address, how would you send email to it? [12:36] ActionParsnip, my understanding of hybrid drives is that they just appear as 1 regular drive to the OS [12:36] Sofox: you'd need to buy a domain and set the NS record to the IP of your VPS [12:37] ActionParsnip: i took ur question wrongly ... [12:37] Overlordz: ah, was looking for a kind of 2in1 drive. Looks like I'll need 2 separate storages [12:37] hybrid drive use SSD as cache to fasten read write [12:38] so they cant be used diffrently [12:38] ActionParsnip: Okay, so say I've got a domain and set the DNS to the right IP address, what do I do then? [12:39] Sofox: did you set the MX record to the mailserver's IP [12:39] What's a MX record? [12:40] Sofox: its how mail works. The MX record is the mailserver of the domain. [12:40] Is this part of the DNS redirect or something I set up on the VPS itself? [12:40] setting up mail server haunts me :( [12:40] How about sending the mail to the ip address? [12:41] Sofox: if you run: dig google.com ,you will see the A record (web) [12:41] Sofox: if you run: dig mx google.com ,you will see the mailserver addresses [12:42] Sofox: so when you email user@domain.com ,DNS needs to know the IP of the mailserver so it uses the MX record [12:43] Okay, what does SOA stand for? [12:43] Xauth: i guess user@some.ip.goes.here would work. Bypassing DNS [12:44] Okay, I tried sending an IP email. [12:44] Sofox: https://en.wikipedia.org/wiki/List_of_DNS_record_types [12:44] but yeah, using dig mx on the domain I had set up, it gave me something saying SOA instead of MX. [12:45] Sofox: you will need to set the MX record in your DNS if you want to use the same name [12:46] Okay, I've set the MX record of the ip to the same domain as the website, but now it's giving me an error. [12:46] Sofox: when did you set it? What is the TTL of the record? [12:46] I'm setting it just now. [12:47] Following your advice, I opened up the DNS details. [12:47] Sofox: then you will need to wait for the record to expire, then you will get the new record. Your system will cache the record for the length of the TTL === advx is now known as Guest51674 [12:49] ActionParsnip, thank you for all this, you've given me a good direction to work in, I'll keep at it for now, thanks! [12:51] Sofox: basic DNS stuff dude [12:51] Sofox: remember, even a nonreply or norecord for DNS has a TTL. Your system will cache the lack of DNS record for a time [12:52] yash069: sorry was away...i got a realtek 8180 [13:02] Let's see if anyone has run across this before. I have a new install of Ubuntu 13.10 on a system with three interfaces. Ifconfig will show stats for eth1 and eth2 but eth0 is always showing 0. Yes traffic is passing through eth0. Ideas how to correct? [13:05] thogan start with ifconfig|pastebinit and paste the url in the channel [13:08] can someone assist with removing proprietary graphic driver from my system [13:08] ifconfig|pastebinit [13:08] thogan type it in a terminal [13:09] paste.ubuntu.com/6504081/ [13:10] yes sorry, my cut and paste was not working between screens. The correct URL is http://paste.ubuntu.com/6504081/ [13:11] thogan those inet addrresses do not seem local to me [13:12] As you can see the RX and TX values for eth0 are 0 and I am trying to figure out why [13:12] What do you mean local? They are public IPv4 and global IPv6 addresses. [13:13] thogan is that through a router? [13:14] A router yes, no NAT involved. [13:15] no NAT, then what? [13:15] NAT is the main purpose of a router [13:17] MonkeyDust: I am not following your questioning. A routable IP address is assigned to the server and is directly connected to the Internet. I have had this configuration for several years but have never seen ifconfig not show any stats. [13:17] Thogan: then its not a router if the systems behind if get a routable address. [13:18] thogan, on eth0:0 and 1 you cant have 0.0.0.0 as broadcast address [13:18] thogan i guess it's beyond me, i should expect 192.168.... or so for inet [13:18] hi guys I need help w,th linux mint (everybody in that cannel are slepping currently) the web performanca looks like awfull accutaly http://www.asus.com/Notebooks_Ultrabooks/Eee_PC_1201N_Seashell/#specifications here this is my pc and spesicifation can you tell me is that normal or not or how can improve the web performance [13:18] hi. i have laptop with 2gb disk flash and 16gb usb stick. how can i install system on 2gb and 16gb disk combined [13:18] xbrkxbr: mint isnt supported here [13:18] the broadcast should be the last adress of the range, and network address the first of the range [13:18] because i wanna use speed of interlan 2gb disk, if possible, not whole system on usb [13:18] of the subnet* [13:18] Sh1G3rU: Oh, good catch. I will check my interfaces file and see where I messed that one up. [13:19] Usenik: you could use the 2Gb as swap space [13:19] when I do apt-get update or try to install any software, I get error like: Reading packages list.....Error! E:Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/dl.google.com_inux_chrome_deb_dists_stable_main_i18n_translation-en E: The package lsits or status file could not be parsed or opened. [13:19] please help [13:19] ActionParsnip, good idea [13:19] anything elseŽ? [13:20] if you have 192.168.1.0/24 your network is 192.168.1.0 and your broadcast is 192.168.1.255 [13:20] guru_shipu: https://dl.dropbox.com/u/ 8850924/fixpackage [13:20] https://dl.dropbox.com/u/8850924/fixpackage [13:21] when I tar -zxvf myfile.tar.gz, I get errors like tar: Ignoring unknown extended header keyword `SCHILY.dev' [13:21] guru_shipu: wget that script or run the commands in order [13:21] Hadifarnoud: try extracting with unp [13:21] ActionParsnip, the link doesnt open === peter is now known as Guest87043 [13:21] ActionParsnip: does these mean extraction was not done properly? [13:22] guru_shipu: try wgetting the file [13:22] Sh1G3rU: I am failure with the broadcast, what gets me is this is what I have in my interfaces file and I have used for some time, post-up ip -f inet addr add 50.76.143.90/29 dev eth0 label eth0:0 [13:22] hadifarnoud: not 100% sure === Guest87043 is now known as PeterL [13:22] ActionParsnip, ok === PeterL is now known as Guest49236 [13:23] ActionParsnip: i get same errors [13:23] good day, everyone. I'm a linux fearless newbie, and I've been trying to get my USB Soundcard up and running on Ubuntu 13.10 x64, but to no avail. I was wondering if anyone might be able to assist me? [13:23] Sh1G3rU: In the past, it seems that the broadcast was automatically filled in from the eth0: down to ext0.x. Guess I need to statically set it now? [13:23] thogan, a /29 means you own 8 ip adresses of wich .90 is your network and .98 is your broadcast === Guest49236 is now known as WolfPete [13:23] guru_shipu: its the commands in step 5 here: https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure [13:23] ActionParsnip, ok [13:24] thogan, usually those ip are given away from your dhpc server wich is either in your router or on your isps servers [13:25] Sh1G3rU: Those IPs are given to my from my ISP and my network is 88 with my broadcast of 95. [13:25] thogan what's your router's ip address? [13:26] thogan, i took this as an example [13:26] 50.76.143.90/29 [13:26] Sh1G3rU: Should not the /29 in my up command have set the broadcast? [13:26] Sh1G3rU: I understand. [13:26] thogan, are your interfaces directly connected to the internet? [13:26] How do I find the loop device associated with a specific file? Is there a better way than grepping 'losetup -f' ? [13:27] i mean do you manage your own routing ? [13:27] Sh1G3rU: Yes [13:27] hello everybody, I was wonder could someone help me with one problem, I've installed summon-arm-gcc toolchain recently [13:27] well then you should use only one interface [13:27] and on that interface build virtual interfaces of sequential ip [13:28] but it turns out that it is obsolete, does anyone can tell me how to uninstall it ? can I just remove files from the /usr/bin folder ? [13:28] but i guess you did all this for the failover , bonding or load balancing === mickn_ is now known as mickn [13:28] well you can split up the ip [13:28] half to one physical interface and half to the second [13:28] hi ... (13.04) how can i quickly change video driver?, system locks up after a few mins with grapical errors ... [13:28] and on that you build virtual interfaces [13:29] Sh1G3rU: Right, that is what I did. 89 is the main IP address on eth0, 90 is a vip and sofourth [13:29] ok good [13:29] thogan, you cannot assign multiple ipv4 to a single interface [13:30] Sh1G3rU: Why not? [13:30] you can assign as many as you wish ipv6 but ipv4 must have only one [13:30] WolfPete. does your usb card show whern using this csudo aplay -lommand in the terminal , sudo aplay -l [13:30] thogan, because it doesnt work [13:30] oops [13:30] Sh1G3rU: I have done that for some time in order to run multiple web sites with SSL [13:30] thogan, you have to build for every ip virtual nics [13:30] and you have only 2 [13:31] WolfPete. ignore the csudo aplay -lommand [13:31] BluesKaj: Thank you for your response. Negative, it does not show up there. However, I see it when doing lsusb. [13:31] yes WolfPete , ok what about alsamixer in the terminal? [13:32] BluesKaj: I cannot see the device there either. [13:32] Sh1G3rU: Not sure that I follow. I thought I found in the Ubuntu Fourms steps for assigning multiple IPs to an interface by defining the interface in the /etc/network/interfaces file and then using post-up directive to add the aliases, or vips, or whatever they shoudl be called. [13:32] BluesKaj: I hit F6 to show all devices, but it is not listed there. Futhermore, I have edited /etc/modprobe.d/alsa-base.conf and have set options snd-usb-audio index=0 [13:33] thogan, your real nick has only one ipv4 and plenty ipv6 [13:33] on your real nick you add virtual nic-s [13:33] WolfPete. do you intend to use this usb card permanently , if so you may have to change the default audio in your BIOS [13:33] and on every and each one of them you add 1 ipv4 [13:34] BlueKaj: I intend to use, but I also would like to switch to other devices when necesarry. [13:35] BluesKaj: I remember this soundcard working on earlier versions of Ubuntu in the past. [13:35] WolfPete. makesure your integrated soundcard isn't also index or card "0" [13:35] Hello, My name is Jelle, and i have a problem with connecting a usb device in virtualbox, do you know where to correctly post this question? [13:36] Sh1G3rU: Oh, I see what you are saying. Yes, this is a bug in Ubuntu. I would have to look up the document again but basically Ubuntu does not know how to add an IPv6 address to an interface label of eth0:1 or eth0:2 and every IPv6 address ends up under eth0. This in itself should not effect the interfaces ability to show RX and TX stats though. [13:36] BluesKaj: How do I make sure it isn't ? === right is now known as center [13:36] jelle_s, you added the guest additions? [13:37] thogan, nope ubuntu routes very well both ip v4 and v6 on both virtual and real interfaces you must configure them [13:37] Okay, then do you have a link to the steps for doing that so I can double check my configuration? [13:38] i've added the extension pack, i've downloaded guest addition iso, i've burned a cd of this iso, tried to install the thing, but got error message [13:38] i'll try it again to post the error nessage exactly [13:39] WolfPete. run cat /proc/asound/modules , that shows which drivers are installed and their default order , then you cab change the index setting in /etc/modprobe.d/alsa-base.conf [13:40] BluesKaj: I do not see my usb listed there, only "snd_hda_intel" twice (index 0 and 1) [13:41] WolfPete. also if you have pavucontrol installed , you can set the default outputs there. [13:41] WolfPete. whaich audio chip does the usb card use ? [13:41] BluesKaj: I have installed that yesterday whilst trying to fix it, I do not see my usb card listed in pavucontrol. [13:42] i have now correctly installed the guest additions in my ubuntu hostmachine, but can't add usb devices yet... [13:42] BluesKaj: I sadly do not know what to tell you. I can see it as Bus 005 Device 003: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter when running lsusb. [13:42] jelle_s, enable usb in the settings [13:43] jelle_s, actually which virtualbox did you install? the one in the repos or directly download from oracle [13:43] done, and also the ehc 2.0 controller, but nevertheless 'no usb available' [13:44] i've got virtualbox directly from vboxwebsite, [13:44] version 4.2.18 [13:44] hi [13:44] jelle_s, then you need to enable USB passthrough on the machine settings while the machine is off [13:44] sheldor, greetings [13:45] have someone been tried the command "cmatrix" ? [13:46] has* [13:47] I need man in the middle help ** running zorin 7 "Ubuntu Based Distro" and trying to preform mitm attack/ ssl stripping ** (on my own wireless and connected devices) using SSLSTRIP and ETTERCAP -- ettercap lets traffic threw and shows passwords but not before displaying "untrusted site warning " I thought using sllstrip would fix this but its not working [13:47] how do i enable a usb passthrough? or where do i activate this? [13:48] zorin zorin os is not supported her [13:48] here* [13:49] when I do dmesg | grep usb-audio I see snd-usb-audio: probe of 5-1.3:1.0 failed with error -5 [13:49] zorin type /join #zorinos [13:49] jelle_s, click on the VM you want, then on settings ... [13:50] my lightdm launches notion wm instead of the full gnome stuff. and while in notion, i have no sound available. is there a deamon to launch by hand to enable sound? [13:51] will now try a system reboot === claudia is now known as claudia_ [13:53] , i already enabled the usb controller and ehci controller, but a passthrough option is npwhere to be found in those settings... [13:54] jelle_s type cf and then hit tab [13:54] jelle_s, that's where I thought I remembered it being. sadly, I've now removed all active VM's so ... ask someone else? === peter is now known as WolfPete [13:56] still had no luck with my usb audio [13:58] Okay I may had some luck [13:59] WolfPete. Cmedia claims the OS has the driver embedded and should be listed in /etc/modprobe.d/alsa-base.conf [13:59] I edited /etc/modprobe.d/alsa-base.conf, and set options snd-usb-audio index=3, now I see it in alsamixer, but when I try and hit [Enter] on the device selection, alsamixer freezez [14:01] BluesKaj: alsamixer exists with "cannot load mixer controls: Invalid argument" [14:01] WolfPete. that usb line should be index=0 [14:01] Hi all, my problem: want to install ubuntu or kubuntu 13.10 on an very new hp pavilion with gfxcard amd radeon 8240, uefi secure boot and GPT. Wubi installed grub for DVD but I can't install Ubuntu because I get no grafic. I could install kubuntu 12.04 on sda6 but can not boot into it and I cannot make a boot-repair without grafic. How can I run boot repair in konsole with grafic? [14:01] brightness keys are not working on a sony vaio laptop. Please help [14:01] to make it default [14:01] WolfPete. ^ [14:01] BluesKaj: when I set it to 0, my device is not listed under devices in alsamixer. [14:02] WolfPete. ok , is the default audio device in your BIOS set to the Cmedia / USB device ? [14:02] or on konsole without grafic? [14:02] BluesKaj: I'm afraid I did not see my usb soundcard listed in the BIOS. [14:03] so it's probly set to auto then , WolfPete [14:03] claudia_: did you disable secure boot from bios? [14:03] yes [14:04] claudia_: and you see no ubuntu setup screen? [14:04] not on 13.10, on 12.04 I could install on sda6 [14:05] perhaps 12.04 was using vesa? [14:05] ok WolfPete, sudo modprobe snd-usb-audio in the terminal , if there's no output the driver loaded properly [14:05] claudia_: wubi doesnt work for 13.10 i think, maybe try another way to write to usb [14:05] BluesKaj: BluesKaj, I thank you for your help! I have been able to sort it out by plugging the soundcard in a different usb port. The thing that got me thinking was that alsamixer froze whenever i tried to configure my soundcard. [14:05] you probly need to reboot if it loaded ok , WolfPete [14:05] BluesKaj: It does work now. [14:05] !usb | claudia_ [14:05] claudia_: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [14:06] ok but run the command anyway, WolfPete [14:06] BluesKaj: Just a second. [14:06] claudia_: maybe thats why you dont see setup screen? [14:06] BluesKaj: I does not list anything. [14:07] WolfPete. good , that's what it's supposed to do , no errors [14:07] Can anyone explain me why when I boot netinstall and chose "Continue without bootloader" it boots into a grub prompt after installation.. does WITHOUT BOOTLOADER not mean that I DO NOT WANT THAT GRUB CRAP? [14:07] BluesKaj: Thank you very much :) [14:07] !language | fs1 [14:07] fs1: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [14:08] !netinstall | fs1 [14:08] fs1: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate [14:09] I read amd radeon 8240 is only supported with newest driver from amd. There is an installation instruction on the web but you have to install ubuntu first. Can the usb stick use this gfxcard? [14:11] where is the trash folder in ubuntu? [14:11] paulo_, might be in lost+found, or in the user's directory [14:12] It's hidden, the trash folder :O [14:12] claudia_: you should atleast be able to install ubuntu setup on any card [14:12] No, but the trash folder is in the file manager on the side? [14:12] if you use gnome [14:12] or unity [14:12] guys, i mount office 2007, how to give permision to setup.exe [14:12] it doesn't allow me [14:13] i do a right click on setup.exe i try to change permision. but it can't [14:13] office on linux??? [14:13] yes [14:13] using WINE [14:13] using Wine or what? [14:13] ok [14:13] i mount the .iso file [14:13] paulo_, something like /home/user/.local/share/trash [14:13] Okay will try that thanx [14:13] or do i have to copy it to somewhere...since mounting iso can't do modification? [14:13] phong_: you can install ms office with playonlinux [14:14] fsl : sudo apt-get install openoffice.org [14:14] i used playonlinux [14:14] !wine [14:14] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [14:14] how to install playonlinux in command then? [14:14] !info playonlinux | phong_ [14:14] phong_: playonlinux (source: playonlinux): front-end for Wine. In component multiverse, is optional. Version 4.2.1-1 (saucy), package size 1578 kB, installed size 3954 kB [14:15] phong_ : apt-get install playonlinux [14:17] hisham, i did that, now where does it install ? how to run it? [14:17] Hello [14:17] Ok, gonna try ubiquity --no-bootloader. from a live usb [14:18] phong_, there is a wiki >> https://help.ubuntu.com/community/PlayOnLinux#A.22Initialise.22_PlayOnLinux [14:19] phong_: it should create an icon aswell [14:20] WolfPete. glad you have it working :) [14:23] It said: PlayOnLinux cannot find curl(from cURL) [14:23] i am missing something here [14:24] R.I.P Paul Walker [14:24] !info curl [14:24] curl (source: curl): command line tool for transferring data with URL syntax. In component main, is optional. Version 7.32.0-1ubuntu1 (saucy), package size 123 kB, installed size 298 kB [14:24] how to install beaut themes in linux please :* [14:24] phong_: sudo apt-get install curl [14:25] !themes | hisham [14:25] hisham: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freecode.com/tags/theme - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy [14:26] thanks === alket_ is now known as alket [14:29] evening all [14:29] hello [14:32] I have a full disk 80GB with Lubuntu, but only a few Gb used. I have reduced the disk and left 40 GB emppty and not allocated, the i tryed to install Vista, but Vista dont want to install, it says the disk has no condition to it ? ? ? [14:32] I used the tools on windows vista install, to format that partition and alocated it , but it still says it have no conditions to install . [14:33] Dont tell me i have to install Vista first and then Lubuntu ? [14:33] <_Trullo> why would you install vista? the crappiest microsoft os ever [14:36] because my computer come with it 7 years almost . I think it run faster then 7 or upper, with celeron m 440 and GMA 950 graphic card doesn it ? I want to install because after many and many reasearch, iam still not able to play OnLive games, under PlayonLinux with the correct wine and make the Joystick work, the joystick simplpy dont work. [14:37] The joystick work with Lubuntu, because the tool to calibrate reconigze it . [14:37] Its Windows Vista Basic, a better versions then other Vistas . . . [14:37] lolol [14:38] Nothink better then Lubuntu 13.10 thatś a reallity, it make this Laptop like a Ferrari Turbo. . . that is the true. [14:38] urielvigilant: plz use ##windows for vista talk [14:39] lotuspsychje . was our friend _TRullo who started , but i think my question to talk about Vista have some reason to be putted here or dont ? [14:39] juuh okei [14:40] urielvigilant: we can help you setup lubuntu..not installing vista [14:41] lotuspsychje : please could you test for me if you are able to play OnLive games with a joystick under PlayonLinux platform with Wine 1.5.x setup with with windows 7 for example ? [14:42] urielvigilant: depends if your joystick needs ubuntu drivers to work, did the joystick ever work for ubuntu games? [14:45] hi! [14:45] Robbiecano: welcome, what can we do for you mate? [14:46] lotuspsychje : i can make the buttons moving with the test tools like jstest-gtk . . . but i never tryed it in lubuntu games . . . only in Onlive under playonlinux [14:46] Robbiecano hello [14:46] Why would a listed program be found as a 'No such file or directory' - especially if 'ls' finds it, it is clearly shown in the file manager (whatever unity uses), and tab autocompletes? (12.04lts) [14:46] lotuspsychje : i can make the buttons moving with the test tools like jstest-gtk . . . but i never tryed it in lubuntu games . . . only in Onlive under playonlinux [14:46] lotuspsychje : how to install drivers for it on linux ? [14:46] can someone tell me why i cant install windows apps on ubuntu [14:46] urielvigilant: try your joystick on an ubuntu game first, see if it works there [14:47] Robbiecano: what are you trying to install? [14:47] battlefield 4 [14:47] hi guys, I have an issue with an USB mixer wich worked like a charm on win7 [14:47] but it wont open [14:47] lotuspsychje : tell me a light one please to test , [14:47] !info playonlinux | Robbiecano [14:47] and also my penis is stuck in my budwieser how can i get it out? [14:47] Robbiecano: playonlinux (source: playonlinux): front-end for Wine. In component multiverse, is optional. Version 4.2.1-1 (saucy), package size 1578 kB, installed size 3954 kB [14:47] urielvigilant: tux racer :p [14:47] In sound settings ---> Output I can't see it [14:48] !ops | help me get my penis out of my 40oz beer [14:48] help me get my penis out of my 40oz beer: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l! [14:48] lotuspsychje : ok i will do it now . [14:48] !staff [14:48] Hey christel, Corey, Dave2, Gary, Myrtti, Pricey, VorTechS, jayne, marienz, niko, nhandler, tomaw, ldunn, I could use a bit of your time :) === GTB3NW_AWAY is now known as GTB3NW [14:50] Hi. anyone have any ideas about my question? [14:51] bcuda_: what program are we talking about mate? [14:51] a cuda compiled program, but I have seen it happen with other stuff [14:52] lotuspsychje: ^ [14:52] bcuda_: what exactly you wanna do? run it? [14:52] I am not concerned with it not running as much as bash not finding it. [14:53] lotuspsychje: especially if the file manager sees it as does ls [14:54] lotuspsychje : the joystick work right and left i think it work . . . [14:54] bcuda_: not sure mate sorry [14:55] lotuspsychje : button N also make it shake the wings [14:55] bcuda_: maybe specify in channel, how you installed it and what this package does.. [14:55] anyway im out for dinner [14:56] lotuspsychje : Bon Appettite ! ! === talsamon is now known as Guest90990 [15:01] http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/dists/saucy/main/binary-i386/Packages 404 Not Found [15:01] what to do now? [15:02] I have another question: how do I enable GLX to run on my screen? [15:06] http://pastebin.com/7LpsvmYA [15:06] Hi all, I posted my problem 1 hour ago: HP Pavilion, AMD Radion 8240 grafic card, UEfi secure boot deactivated, GPT, now also trial of installation via USB stick with kubuntu-13.10 failed. I see the kubuntu grafic on the screen for some time, than a short flash with konsole messages and after that a black screen. Nothing else for some time now. [15:07] claudia: function key plus brighter button (up on my laptop) [15:07] try that [15:08] no reaction, still black screen, light on power is on [15:09] I cannot change to konsole on CRTL-ALT-F1 or something [15:10] i have the most idiotic problem ever with ubuntu, i have a plantronics 626 DSP headset and when i press the off button for my microphone, my touchpad left mouse doesn't work anymore... === illivah is now known as malimbar2 [15:14] justaguy: sounds like something is referencing a location in a list and and when your microphone disconnects, the list location should be updated. other than that, no idea. [15:15] claudia: increasing the brightness fails? what model number is your HP? === Xd is now known as away [15:16] Hello [15:16] where is the php.ini stored? [15:16] I tried /etc/php5 but nothing seems to be there [15:17] wait [15:17] is conf.d the ini file for php? [15:17] or the directory [15:17] rather [15:17] No model number on the back, have to check the bill [15:18] Hi there Im running ubuntu 13.10 ubuntu boots and loads up the login screen when loading the login screen the screen flikers but then sorts out after 2 seconds i then login once logged inb the background is black and only my cursor is shown no wallpapper / unity / icons / top bar ect ect is shown i tried using ctrl alt T to get up terminal but that didnt work i then went into the root terminal in recoveryh mode to try and remove r [15:18] but this did not work [15:18] can anybody help [15:22] Anybody? [15:24] EpixP0ison: try increasing the screen brightness of the laptop with the functionkey+whateverisforyourlaptop [15:24] that isnt the issue [15:25] its a desktop and the brightnes sis fine [15:25] pyopencl is what i belived caused the issue [15:25] the displays are perfect [15:25] bcuda_: HP Pavilion 17 Notebook PC [15:26] BIOS Konfiguration: F17-08/07/2013 [15:26] Hey guys, anyone able to help with a 7z issue? [15:26] Hi anyone here know how to get an NVIDIA755M to work right under linux? apparently it doesn't know how to use GLX or display at :0. [15:27] bcuda_: AMD E1-2500 APU with Radeon (TM) HD Graphics [15:28] how about i rephrase my question [15:28] how can i remove a package via the recorvry mode [15:28] apt-get remove does not work === hacyard is now known as uvala [15:30] http://askubuntu.com/questions/162075/my-computer-boots-to-a-black-screen-what-options-do-i-have-to-fix-it [15:31] !nomodeset | bcuda_ [15:31] bcuda_: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [15:32] as i said [15:32] login screen is fine [15:33] this is for if even the login dosnt show === Xbert is now known as Guest20904 === mrmist is now known as mist [15:34] hi all. Why custom udev rules not working in ubuntu 12.04? I am writing a rule for usb to serial modem. [15:35] but nt at at all running. I tested with udev monitor. It is not loading. [15:35] Is it a known issue? [15:36] vicky: Most likely your udev rule is just broken. [15:37] bekks: I tested so many examples also. but nothing works. [15:37] having an issue encrypting a file using 7z with a £ in the password, I have tried escaping it but it still fails [15:38] current encoding should see the symbol, so not sure why it wouldn't work, also to add, It can extract using the password, just not compress [15:38] i followed a latest udev rule article from http://www.crashcourse.ca/wiki/index.php/Udev. But no use. [15:38] Goodbye Everyone Has a Nice Day [15:38] bekks or IdleOne: any idea how to get a nvidia 755M to display GLX programs? === LoganG|off is now known as LoganG [15:39] Really some problem with udev in ubuntu 12.04 [15:39] bcuda_: By installing the latest nvidia drivers from the official ubuntu repos. [15:39] I'm getting error message after 'optirun steam' http://paste.ubuntu.com/6504689/ [15:39] vicky: We cant help you without seeing the rule. [15:39] i'm ssh to a remote machine and keep getting kicked 'broken pipe' after a period of no activity... google has revealed little useful solutions [15:39] wait a minute. [15:39] bekks: 12.04 LTS says no updates available [15:40] bcuda_: Well, we dont know which driver you have installed. [15:40] how can I get youo that information? [15:40] bcuda_: And we dont know wether you have a specific problem with your graphics or not. [15:40] glxgears fails [15:41] !nvidia | bcuda_ [15:41] bcuda_: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [15:41] bekks: ACTION=="add", SUBSYSTEM=="tty", KERNEL=="ttyUSB*", ATTR{idVendor}=="19d2", ATTR{idProduct}=="fff1", RUN+="/usr/bin/wvdial mts" [15:41] bekks: can you assist me with this last comment? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1250051 [15:41] Ubuntu bug 1250051 in linux (Ubuntu) "[Lenovo G780] Backlight switched off at login screen" [Medium,Incomplete] [15:41] bekks: so according to him the kernel shouldnt work after that command. And idk how to revert it afterwards [15:42] no-one? [15:42] Danato: then ask him please ;) [15:42] http://pastebin.com/PC7R33YT [15:43] bekks: i thought it would be faster if I just asked here [15:44] I have changed my interface configuration to static ip addresses and now I get "Waiting up to 60 more seconds for network configuration..." on boot-up. Any ideas what is causing this? All of my interfaces are correct and working when the system completes the boo process. [15:44] What is the best notebook you can buy today to run Ubuntu in, regardless of price? [15:44] !hardware | SrPx [15:44] SrPx: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [15:45] thogan: what does you /etc/network/interfaces look like? [15:45] xangua: Thanks but this does not answer my question! [15:45] Maddeth: how should I show you? Pastebin link or cut and paste here? [15:46] SrPx: your question might be better fir for #hardware or something [15:46] pastebin thogan [15:46] oy uoi can pm me thogan [15:46] : stay away from Nvidia Optimus [15:46] or you* [15:47] bekks: pastebin.com/E7RvVCr3 is the output [15:47] MonkeyDust : i have pinged google . it shows ping unknown host : www.google.com [15:48] bcuda_: Thats an Nvidia Optimus System, isnt it? [15:48] Maddeth: Brace yourself :) http://pastebin.com/5e3ns3HR [15:49] not sure, its a Nvidia 755M, I know that [15:49] bcuda_: And and Intel, in addition. [15:50] teamviewer ailternatives for ubuntu?? [15:50] impradeepy: nxclient, or vnc over ssh. [15:50] ok thanks [15:51] will it connect with windows? [15:51] thogan: is this a firewall? [15:51] i have problem connecting to the internet in ubuntu . it shows wired connection connected but when i open firefox it shows server not found . i tried to ping google and result = unknown host : google.com [15:51] impradeepy: Both use a different concept than Windows does. [15:52] AshishL: how about 'ping 74.125.21.138'? does that work? === mickn_ is now known as mickn [15:52] i have to connect remote windows os to ubuntu [15:53] impradeepy: from windows to ubuntu? [15:53] bekks: ubuntu to windows [15:54] impradeepy: rdesktop [15:54] ok i ll install now ty :) [15:55] In Lubuntu 13.10 Lubutu aplications center, when searching Games and then clicking in "Information" , we are not able to see the games informations nether none app informations at all ! [15:56] hello! [15:56] hi === mike is now known as Guest85729 [16:03] yeats : same result . hey i have ifconfig result . can you see it . ( ill send it to you via email as i am using windows and its a libre file ) [16:03] !pastebin | AshishL [16:03] AshishL: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [16:05] Hola [16:06] yeats : how to paste libre files ? [16:08] ls [16:09] exit [16:10] Is leguaje in inglis ou is shpanis [16:10] ?? [16:10] ingles [16:10] inglis* [16:11] Hola estudiante quieres ayuda ? [16:11] no hablas engles ? === Hexeon|3 is now known as Hexeon [16:13] Como mierda es esto ?? [16:13] !english | estudiante [16:13] estudiante: The #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [16:15] !pt [16:15] 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. [16:16] happy customer [16:17] some one here live UK ? [16:18] !anyone | urielvigilant [16:18] urielvigilant: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. === ripthejacker is now known as akhil_ [16:20] Hi everyone , how do I access file in a guest session from another user account? [16:21] xangua : thanks [16:21] akhil_ : go to a little gear shaped button in the right top corner and click switch user [16:21] Can anybody explain how the following works (it takes password entry and puts it into the stdin of another script (somehow): http://ideone.com/LK3IPt [16:22] Eli-5dce: but I want to access it from another account. === mickn_ is now known as mickn [16:22] akhil_ : you mean as in remote or from the same computer? [16:23] Eli-5dce: same [16:23] Eli-5dce: without swtiching user [16:23] akhil_ : logoff and do it? [16:23] Eli-5dce: for instance the guest user's home folder and files. [16:24] Eli-5dce: without loggin off or switching accounts, like mount the user's home folder or something? [16:24] akhil_ : oh then if you are a admin I think you can access it from your files... That might only be a windows thing though [16:25] Eli-5dce: yes I have sudo access. [16:25] akhil_ : then use that to get to the files and user [16:26] Eli-5dce: yes but where are they mounted? [16:27] Eli-5dce: I mean access from which path:? [16:27] akhil_ what is your file name? For your user account [16:27] Eli-5dce: there are just 2 folders in home, mine and lost+found [16:27] /home/ [16:28] akhil_: you should switch user and see what the home file name is [16:29] Anyone from uk, could buy me a Onlive GAmes monthly pass ? I give all you need to buy the pass and i have a gift for you too ! === mickn_ is now known as mickn [16:30] hitsujiTMO: can you help me with something again? [16:31] hi i made a boot-repair and now I have 13.04 back, but I have no dash ... how can i fix this? [16:31] <_root_> I am on a windows machine and I have a linux server and a putty ;; how could a tunnel my firefox or other internet connection through that server? [16:33] _root_: ssh -ND user@machine [16:33] set up a vpn server on your server, root [16:33] _root_: then in firefox for example, conenction, proxy, socks, host : localhost, port [16:33] !ics | _root_ [16:33] _root_: If you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/Internet/ConnectionSharing [16:33] <_root_> BluesKaj_: I want something easy and i am in hurry === Eli-5dce is now known as Eli-5dce_busy [16:34] _root_: do what I told you to do then. [16:37] <_root_> SASDOE: How; i putty I can set IP and port and then I connect to the server it asks me for passs and then I am at my server's command line. where could I enter the command [16:37] Danato: what seems to be the problem? [16:38] folks [16:38] hitsujiTMO: the same person told me to run a command, that will supposedly will make the kernel fail, and I wouldnt know how to revert it https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1250051 [16:38] Ubuntu bug 1250051 in linux (Ubuntu) "[Lenovo G780] Backlight switched off at login screen" [Medium,Incomplete] [16:38] how do I get sound to play? using mate front end? === hacyard is now known as uvala [16:40] whoops, i've broken down in the middle of a 13.10 upgrade [16:40] i think i just bricked my computer [16:41] Lenovo is not a good brand of computer's, some people might think otherwise.... [16:41] the upgrade box went gray and there's some python-related error message === DarkAce-Z is now known as DarkAceZ [16:41] does anyone know a way to salvage such a situation? [16:42] * dblack_ should have been content with 13.04 :-( [16:42] how can i get sound to work ? [16:43] MtrPanda: mate is not supported here [16:43] Lubuntu 13.10 dont run on acer 3003 wmli with 1gb ram ? Should i try 12.04 instead ? [16:44] thanks xangua but no reason for sound not to work [16:44] Danato: looks like its a case of building the kernel. its effectively the same as you've already done, its just you're building a kernel instead of installing a precompiled one. if it fails it will again be the case of finding the older kernel in the grub menu, booting that, then purging this kernel [16:44] I think its'graphic car or something but i dont have sure ! What could be ? [16:45] 13.04 boots ok but unity does not start [16:46] CiSense: are you able to open a terminal with ctrl + alt + t ? [16:46] Hi guys [16:47] hitsujiTMO, yes [16:47] I got a bad ram stick, and it crashed mc while I was installing it. [16:47] hitsujiTMO: so isnt it better to install another kernel and run that command on top of it? that way i could uninstall the affected and all would be good [16:47] Now, whenever I reinstall it, I get a corrupted installation (default theme won't install) [16:47] how do I fix this? [16:47] CiSense: try resetting unity: http://www.webupd8.org/2012/10/how-to-reset-compiz-and-unity-in-ubuntu.html [16:47] hitsujiTMO, thanks .. reading [16:48] Danato: its not going to change your exising kernel, it will compile and build a new some. the only thing tho is that it might take a while [16:49] I have 60 tabs open in firefox... [16:49] hitsujiTMO: aah ok. So i can purge it afterwards the same way i was doing with the others right? [16:49] Danato: yup [16:49] hitsujiTMO: and how would I know its file names so I could purge them? [16:51] hitsujiTMO, before i could reset i got unexpected error and it locked up :( [16:51] well, the system seems to think it's 13.10 even though the upgrade broke down midway [16:52] hitsujiTMO, earlier i did a boot-repair [16:53] Hy [16:54] hitsujiTMO: I guess one way to know that would be knowing where are the kernels files stored [16:54] . [16:56] hi [16:56] how do i findout which config setting is responsible for starting jackdbus on startup and how do i change it? [16:57] <_root_> SASDOE: what is the switch for the remote server port in your command [16:57] hitsujiTMO: nvm, i think I found a way. thanks [16:59] 2742 SCADA devices exposed in CH, 17074 in IT, 509199 Worldwide! ScadaExposure 2013-11 Report http://goo.gl/8iPYjL - Introduction to the project http://goo.gl/2eTjsT [17:00] is there any way of controlling which daemons are started at startup, sometimes i am surprised what is running on my computer [17:00] i feel like i have no influence on those things [17:00] Hi, is there a netbook edition still? [17:01] LtRipley: Look at the 'services' command I think. [17:02] LtRipley: http://manpages.ubuntu.com/manpages/precise/man8/service.8.html [17:02] LtRipley: Read the docs there, they give the location of the startup scripts [17:03] rallosvan: i thought there were some ubuntu specific tools in place that maintain those entries [17:04] CiSense: what was the error you got? [17:05] _root_: say what? [17:05] LtRipley: I can't help with GUI tools. But the information there will let you do it from a terminal and text editor. [17:05] <_root_> SASDOE: thanks I found it [17:06] rallosvan: i didn't ask for gui tools [17:06] LtRipley: what services are you trying to stop running at startup? [17:07] my question was whether there is a ubuntu specific tooling in place that manages that kind of configs automatically, when installing packages with apt-get [17:07] hitsujiTMO: jackdbus [17:07] !upstart | LtRipley [17:07] LtRipley: 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/ [17:08] he already knows it runs upstart as he read the man page for service; if the user doesnt read docs, nothing I can do. [17:09] bekks: at no point ever i changed init or upstart to autorun those services, it seems the wrong place to me now to directly change the settings there [17:09] how to install directx in WINE? [17:09] seems? [17:09] dblack_: did you backup your data before beginning the upgrade? [17:10] rallosvan: yes, thats why i ask [17:10] LtRipley: Well, if you want to configure upstart, configure it. Dont look out for a shiny gui toopl doing exactly that. :) [17:10] LtRipley: the installers do a lot behind your back - upstart is the way the OS does it, and what they all end up calling somehow [17:11] rallosvan: i know that, that is why i am asking whether there is a solution on the same abstraction level the installers work on [17:11] i don't want to mess with some settings and the next time i use the installers they choke on it [17:11] anyone know how to install directx in wine? [17:11] (or just overwrite my changes) [17:12] phong_: use winetricks OR playonlinux(would prefer this solution) [17:12] phong_: /join #winehq [17:12] rallosvan: it is not that i am fail to read the manpage, it is just that my experience with linux tells me that i don't want to change that that deep [17:12] LtRipley: the installers don't work on any abstraction layer. they directly write those upstart/sys v scripts [17:12] How do I grant Wine writing permissions to a directory I've protected read-only? [17:12] LtRipley: the installers will always overwrite your settings like: if you disable apache, and update apache, and the installer is set to activate apache again, it will do so. [17:12] hitsujiTMO: and they have no "undo"? [17:12] (NTFS usb drive) [17:13] LtRipley: no undo [17:13] ok thanks [17:14] LtRipley: if you google very hard you might be able to find a gui tool for upstart, but I will say most folk here would just edit the files and be done with it [17:14] LtRipley: upstart isn't that deep (IMHO) [17:16] hey guys I know im in the wrong channel, but anyone running a utorrent server here? === matteo is now known as Guest77606 [17:16] LtRipley: I am not taking the mickey, but reading manpages is part of the Ubnutu experience no matter what Mr Shuttleworth says about making it all point and click [17:17] point and click isn't really suitable for servers, anyway [17:17] you can't have a GUI on a server [17:17] yeats: ok :) i just want to avoid screwing with parts of the config that will totally mess up my system, just to have later people tell me it was my own fault if i changed those settings [17:17] well, you *can*, but it's a horrible user experience [17:18] LtRipley: is there any reason you need to disable jackD anyway? [17:18] gordonjcp: and not something people seem to want. [17:18] the startup disk creator is stuck at 94% complete [17:18] rallosvan: this is not about unwillingness to read manpages, it is just that manpages won't necessarily tell you a lot about the distro's infrastructure [17:18] gordonjcp: thankfully. [17:18] SASDOE: indeed [17:18] SASDOE: not even Windows servers have GUIs [17:18] SASDOE: at least not the ones I've seen [17:18] gordonjcp: Mac's do. Tried it, loathed it. [17:19] LtRipley: it iwll tell you how to disable a service, and you know the name of the serivce. it should not be frightening. but why disable jackd? [17:19] SASDOE: don't think I ever saw a GUI on the Mac servers we had [17:19] rallosvan: i am asuming to have multiple instances of jack running, and i am fighting hard to get jack runnign with my usb soun card [17:19] LtRipley: don't have multiple instances of jack running [17:19] join #utorrent on irc.p2p-irc.net axizor [17:19] LtRipley: just create copies of anything you're changing and you're golden [17:19] gordonjcp: that's why i want to disable one of them ;) [17:19] LtRipley: You only need jackd if you want lag free audio monitoring - is that still the case? [17:19] gordonjcp: when was that? [17:20] SASDOE: a few years ago [17:20] rallosvan: or use tools that rely on jack [17:20] LtRipley: chances are you haven't got multiple jack servers running [17:20] LtRipley: because that takes a bit of effort [17:20] gordonjcp: http://www.apple.com/osx/server/ [17:21] LtRipley: if you are entirely new to Linux and want proper jack audio *and* the ease-of-use you get from Ubuntu, look into kxstudio [17:21] LtRipley: btw what are you doing and which programs are you using? [17:21] gordonjcp: yes, you might be right. All i know is that there is an instance of jackdbus running and jack_control says it is not running [17:21] rallosvan: ardour is my main point of interest now, but it is not about ardour [17:21] LtRipley: I would agree with gordonjcp - thre are music specific spins of ubuntu or linux. Proaudio on linux is a bit of a train wreck to setup [17:22] gordonjcp: i am not entirely new, i just don't mess with configs that often since i have a steady job [17:22] how to check wine version? [17:22] hitsujiTMO, system errors and lockups .. i'm instaling 13.10 now [17:22] wine --version? [17:23] rallosvan: i've got the feeling that either way i need to understand what is happening, and audio under ubuntu is annoying me for some time, so i am going the learn the details [17:23] wow i have 1.4.1 [17:23] rallosvan: i don't think any specific ubuntu version will solve all my problems [17:23] is there a way to upgrade it? i think that is not the latest one [17:23] LtRipley: quite a few media distros would have ardour pre configured - it is the most comon DAW on linux [17:24] rallosvan: i would bet quite some money that it doesn't run out of the box on my hardware [17:24] LtRipley: I am sure there is a channel for adour actualy. Perhaps #ardour? [17:24] rallosvan: this is not about ardour, thanks [17:24] LtRipley: did you try ubuntustudio? [17:25] no === AndresSM_away is now known as AndresSM [17:25] LtRipley: Well to be honest, I don't know what exactly it is about anymore; it has changed with each issue. Whatever you're trying to do, I wish you good luck with it. [17:25] rallosvan: thanks [17:26] LtRipley: However when you work out exactly what you want to do, we're here to answer that specific question [17:26] rallosvan: you answered my questions already [17:27] the rest of the conversation was about you making me justifying what i want to do :) [17:27] I am building a KDE system from Ubuntu mini 13.10. I have apt-get's Install-Recommends feature disabled. If I build the system WITH recommends, everything is fine. If I build WITHOUT, the Languages tab under Locale in System Settings is stuck with a progress meter that hangs at 0% forever. [17:27] Linked… http://paste.ubuntu.com/6505158/ ...is a list of packages (what would come with Install-Recommends enabled) that fixes the issue. I am having a really hard time figuring out what package(s) from this list are required for the Language tab to work correctly. [17:28] LtRipley: Not justify, just your use case was unusual enough so have to make sure it wasn't an XY question. [17:29] rallosvan: whatever that is :) [17:29] How do you reset all nvidia settings / packages to what a fresh install would have? [17:29] or do I have to re install ubuntu12.04 over itself? [17:30] Helllllo thereee!! [17:30] bcuda_, blacklist the nvidia kernel module and unblacklist nouveau (if you did blacklist nouveau) then remove the config file nvidia-xconfig generated and it should be gone [17:30] Can i be proposed a good Ubuntu distro for FULL FLASH support (considering my PC is strong, but old -- 2,4GHZ, 1,3GB Ram and Nvidia 5900) [17:31] Mitizaro: flash is dead on linux [17:31] LtRipley: You're OK. But sometimes user wants to do Y, thinks X is the best way to do Y, and asks how to do X, not Y. [17:31] adamu: any idea how to do that from terminal? I can't startx linux crashes [17:31] well ... use chrome [17:31] not chromium [17:31] pepper flash [17:31] complete crash, not little crash [17:31] Mitizaro: Only google chrome has the latest proprietary flash player. Chromium doens.t [17:31] and I've done nothing but use apt-get installer [17:32] i HAVE flash [17:32] Mitizaro: so any distro, but use the google-branded chrome browser [17:32] in my vector linux [17:32] oops [17:32] bcuda_, do you have a file in /etc/modprobe.d/ called nvidia-installer-disable-nouveau.conf [17:32] i have google chrome [17:32] but still cant open basic [17:32] Mitizaro: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [17:32] flash game [17:32] well some Slackware guy can open what i couldn't (but he also has newer PC) [17:32] Mitizaro: if you are using vector linux why are you asking in #ubuntu about flash (apologies if I've missed the real meaning of your question) [17:32] Mitizaro: Flash in google chrome does work, i suspect the problem is elsewhre. What errors do you get, or can you link the site that fails? === azend is now known as TheRealAzend [17:33] adamu: 1 sec, it is rebooting [17:33] bcuda_, alright [17:35] can WINE run any windows softwares? [17:35] or it is limited [17:35] phong_: exceptionally limited [17:35] phong_: it is not something you should depend on as a solution [17:35] i c [17:36] phong_: It will run some, but not everything and even the ones it runs, it may not run properly [17:36] adamu: there is a lot of stuff in there, but not that one. there are two with nvidia in their name: nvidia-current-hybrid.conf and nvidia-graphics-drivers.conf [17:36] phong_: look up specific applications on http://appdb.winehq.org/ - most games work [17:36] oh well..prefer boot up if need to use windows :) [17:36] luckily i have multi os [17:36] phong_: that's the best solution. [17:37] phong_: Which programs in particular? [17:37] bcuda_, Okay can you cat those files and put their contents on paste bin [17:37] ugh [17:37] how? [17:38] !pastebinit | bcuda_ [17:38] bcuda_: 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 [17:38] Its just terminal [17:38] oh cool [17:38] Well [17:38] Flash in Google CHrome - i dont even get the plugin in extentsions -- i have chrome 12.0 [17:39] i mean -- i get BLACK SCREEN where the game should be [17:39] (youtube runs with html5) [17:39] Mitizaro, chrome has its own flash buildin [17:39] Mitizaro: Chrome 12.0 is heavily outdated. the current version is 31. [17:39] Mitizaro: chrome 12? it's like up to 31? [17:39] lol [17:39] Mitizaro: if you are using vector linux why are you asking in #ubuntu about flash (apologies if I've missed the real meaning of your question) [17:39] i was interested in a good ubuntu for the purpose u know.. [17:39] Mitizaro: your problem is chrome 12 not your distro [17:39] mabye bacause this channel has almost 2000 people in ti [17:39] it [17:39] flash as an external package is dead though [17:40] I would update your chrome [17:40] wolfspy: the number of people doesn't really matter, as we only deal with ubuntu here, [17:40] i cant [17:40] i mean i dunno how [17:40] here its harder -- the official channel doesnt have newer version [17:40] I find the best way to install flash is to just download the tar ball from adobe [17:40] adamu: no it's not, as that is "dead" [17:40] Mitizaro: download the current version from google to get the newest chrome. [17:40] ikonia, Oh it is? [17:40] i did - i dunno how to install the tar.gz here in VLIN [17:40] hi guys [17:40] ikonia: on the support channel for his distro there may be no people active, but in this room people are always active [17:40] adamu: yes, adobe stopped developing it in 2011 [17:41] and its CHROMIUM 31 [17:41] ikonia, Oh.. Good to know :/ [17:41] wolfspy: so ? that doesn't mean this channel supports his distro [17:41] Mitizaro: Well that's a problem for your distro ... can't help there [17:41] i know [17:41] still - what is the best ubuntu [17:41] hello everyone! who can advice,... i need internet-radio player for Ubuntu [17:41] for my specs? [17:41] Mitizaro: chromium is NOT chrome [17:41] Mitizaro: We dont know your specs. [17:41] i know [17:41] hi guys [17:41] 2,4 ghz 1.3gb ddr 2 [17:41] nvidia 5900 [17:41] ikonia: yes but that may be why he is the channel, for help with a linux applacation and not the actuall os [17:41] any latest news for ubuntu [17:41] Mitizaro: 1.3GB? [17:41] Mitizaro: there is no "best ubuntu for flah" - it's dead [17:42] ram [17:42] wolfspy: again - we don't deal with specific applications for his distro [17:42] thai-2012, rhythmbox plays radio links [17:42] how do you have 1.3GB of ram? [17:42] well [17:42] Anyone tried running flash with pipelight? [17:42] i have 4.0 G r [17:42] 512 chipset x 2 and one 256 [17:42] :D [17:42] i know [17:42] its weird but i have 3 slots [17:43] Mitizaro: yea you're OK, don't mind me [17:43] Mitizaro: Can you sum up your specs in one line please instead spreading them over ten lines? [17:43] Beldar yes i use rhythmbox. but there is 10-20 radio-stations. small. I need 1000+ radio stations in player. help? [17:44] AMD 2,4 GHZ (clocked to match 2,6GHZ) 1,3GB RAM DDR2, Nvidia FX5900GT, 80gb HDD, Creative SoundBlaster LIVE! 5.1 -- 11 year old PC [17:44] Mitizaro: Then you could use lubuntu e.g. [17:44] thai-2012, Not sure there is one myself. [17:44] I used to have lubuntu and Xubuntu, but... games/media seemed kinda pfuked up [17:44] for example if i want to put HON [17:44] Mitizaro: control the language please, there is no need to try to swear [17:45] the nvidia drivers and etc is hard deal.. [17:45] Mitizaro: Then get more recent hardware. [17:45] thai-2012, you can add to rhythmbox however. [17:45] adamu: http://paste.ubuntu.com/6505273/ and http://paste.ubuntu.com/6505270/ [17:45] Mitizaro: I have a 5.1 --- it was better for me for recordign from my guitar; the newer cards were introducing audiolag due to drivers and I didnt see the point in buying a new sound card [17:45] yea -- sound blaster rocks [17:45] but the rest is quite old, i know -- if i could i WOULD be with quadriple AMD already ;) [17:45] Beldar thank you. [17:45] any body use emacs? [17:45] !anyone | leelondon [17:45] leelondon: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [17:46] bcuda_, hey.. it looks like your best bet is going to be to remove the nvidia*.conf files in /etc/modprobe.d then delete the file generated by the nvidia-xconfig (/etc/X11/xorg.conf) then sudo rmmod nvidiaand reboot then try startx [17:46] Mitizaro: well there's nothing wrong with your system specs; your flash problem is related to your software stack [17:46] i know [17:46] but i was considering running wine and LOL or Heroes of Newerth -- so the most "gamey" OS is best -- Ubuntu and Mint come first to mind [17:46] and i dunno if 10.04 is good, 10.10, 12.04... etc. [17:47] Mitizaro: 10.04 desktop is not supported anymore, if in doubt, use 12.04 [17:47] Mitizaro: is HON still alive? [17:47] yes [17:47] heroes of newerth is linux based and still alive [17:47] wow [17:47] i went from hon to dota [17:47] well dots2 [17:47] it's nice to know HON still lives [17:48] Mitizaro, you need CHROME, not chromium. [17:48] but too heavy a system - would be a problem... or if i cant run the graphics that wouldnt be nice to [17:48] Mitizaro, Your just chatting this is support, there are actually people asking for that. [17:48] ... [17:49] hi all [17:49] hi [17:49] Hi, when I want to install some packages I get this Error: E: Internal Error, No file name for libc6. I'm using ubuntu 12.04 64bit but it seems libc6:i386 is installed and now I can not install any package. can some one help me on this? === m0rtim3r is now known as eckuMoc [17:51] how do i change the touchpad function for scrolling so it's not upside-down (when scrolling up the page does down, i want it when scrolling up that the page goes up) [17:51] bcuda_, any luck yet? [17:51] marko-_-: theres a checkbox in the mouse configuration [17:51] There are more, but not like this [17:51] i only have 2 finger slide and normal slide [17:52] normal slide is this what i just described [17:52] re [17:52] marko-_-: It's called 'true' or 'reverse', i dont rememer the name [17:52] Ashva: which command are you using? [17:52] rallosvan, i don't have a setting like that [17:52] Has anyone tried out ubuntu touch? [17:53] nope [17:53] bekks: thanks for reply, apt-get install [package name] [17:53] ~touch [17:53] !touch [17:53] Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch [17:53] marko-_-: OK on 13.10 i have a box called "natural scrolling" that reverses the direction of 2 finger swipe [17:53] ^ imaginati0n [17:53] jmgk: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [17:53] Ashva: apt-get install what....? [17:53] bekks: apt-get install dialog [17:53] rallosvan, yes that's it. Natural scrolling is good, but when scrolling up, the site goes down. Which is weird, i never saw any OS behave like that. I want to make it when scrolling up the site goes up or whatever i'm viewing you know [17:54] bekks: almost for every package I get thie message at the end [17:54] marko-_-: tick/untick that box called 'natural scrolling' [17:54] adamu: nope that gives me a nice black screen with no accepted input and highest brightness setting. [17:54] lol [17:54] rallosvan, thank, didn't occur to me :P [17:54] thanks* [17:54] Ashva: Then pastebin an example. [17:54] I am thinking about installing it but i need to know if i can revert back to android? [17:54] hitsujiTMO: do you mind to take a look at this? http://pastebin.com/QC3wYKrY [17:54] bcuda_, so you removed the nvidia-*.conf files and /etc/X11/xorg.conf? === sam_ is now known as sam_uk [17:54] i just rebootet my system after an upgrade to 13.10 and i cannot log into X anymore (i get the login screen and the mouse course moves, but clicking or pressing a key doesn't have an effect) [17:55] yes [17:55] bcuda_, what happens when you run startx? [17:55] how? I get no interface === BurritoBazooka is now known as Burritoh [17:55] LtRipley, Are you using proprietary graphic drivers? [17:56] Beldar: no, not that i know of [17:56] bekks: http://dpaste.com/1489338/ [17:56] LtRipley, nvidia perchance [17:56] and i got quite a few repetition of errors from systemd-udevd that it failed to execute udev_event [17:56] Beldar: i am using an onboard chipset by acer [17:57] that;s not graphics: i dont know what it is but it's not graphics driver [17:57] acer does not make onboard chipsets [17:57] intel and AMD do IGPs [17:57] LtRipley, lspci | grep VGA [17:57] Ashva: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/983543 [17:57] Ubuntu bug 983543 in dpkg (Ubuntu) "Internal Error, No file name for libc6" [Undecided,Confirmed] [17:57] LtRipley, You familiar with a nomodeset boot? [17:57] yes it is intel [17:57] bcuda_, do cntrl alt f1 [17:57] Beldar: no, is that something i do in grub? [17:57] !nomodeset | LtRipley yeah [17:57] LtRipley yeah: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [17:58] SiS do onboard graphics as well, we have one old machine with a SiS vga [17:58] no longer do since at least 10 years [17:58] adamu: nothing. but I can verify I get a slightly darker blackscreen if I lower the brightness via fn+down a couple times. [17:58] how can he have nomodeset problem if his mouse still responds? never mind, it's worht a try i guess [17:58] HI, Using linux, I can not see arabic font in a properway. here is image, that shows the problem. Left side is OK. which on windows, Right is wrong which is linux. http://picpaste.com/pics/Screenshot-1-l0CDS5b5.1385920516.png [17:59] . [17:59] Beldar: i am not sure that this is about graphics, everything looks fine, just nothing reacts to my input [18:00] LtRipley, You did not state everything looks good till now? [18:00] Beldar: i could try to paste the tail of my dmesg, but it would takes some time, as i don't have X [18:00] LtRipley: dmesg | pastebin [18:00] LtRipley: One single command. [18:01] can someone help me [18:01] Hi, using ubuntu 13.10: one of my users has the problem that he can't unlock the screen after lock. when moving the mouse or pressing a key, the screen will come back to background, but then instead of showing the password dialog, it goes right back to black screen. At that point I have to force a reboot. any ideas? [18:01] stderr: Not without asking a specific question before. [18:01] sarthor: I don 't know about this, but are you absolutely sure you selected the correct language? [18:01] stderr, Not without details to the channel. [18:01] bcuda_, Sorry Man - I got to go... If you arn't that deep into your install yet I would recommend reinstalling but if not hopefully someone can help you [18:02] Good bye everyone [18:02] i'm trying to setup a vagrant vm that is 64-bit and requires VT-x, inside a 32bit guest that is already a KVM host [18:02] i mean KVM guest [18:02] and came across this [18:02] VT-x is required to run 64bit guests. If you get that error message it means that the VT-x feature exists on your host, but is currently locked. You need to enable it in your host BIOS or, if that is already done, make sure that nothing else is already using it (e.g. Hyper-v). [18:02] bekks: ? i don't have a command called pastebin [18:02] now my question is, thit this KVM guest already hijack this VT-x feature [18:02] ? [18:03] LtRipley: Thats why I wrote pastebinit [18:03] rallosvan: I am browsing Internet, and some websites are in Arabic language, so my browser can not show me in the right way. While, When I create some .pdf file having arabic text, Also this happen, the fonts not remain in the proper sequence. [18:03] !pastebinit | LtRipley [18:03] LtRipley: 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 [18:03] LtRipley: Oh, sorry.I intended to write pastebinit. [18:03] stderr: you have a VM inside a VM, and you need the inner one to use 64bit VT-X while the outer one is 32bit? [18:03] exactly [18:04] stderr: thats not possible without using vmware workstation. [18:04] stderr: that sound you can hear is me running away :- [18:04] sarthor: what language is your ubuntu set to? [18:04] 17:24 < LtRipley> gordonjcp: i am not entirely new, i just don't mess with configs that often since i have a steady job [18:04] LtRipley: lolwut [18:05] gordonjcp: they frighten him and he believes that only nerds are able to tame them [18:06] actually i wrote init scripts from the scratch once, still i preferr not to get in the way of the OS if not necessary [18:06] I am not exactly getting your questing. but my OS interface is English, While in the bowser there is, in firefox toolbar, view...character encoding---unicode-UTF-8 [18:06] even without touching it i managed to lock myself out of X now... [18:06] rallosvan: [18:06] LtRipley: You should prefer to use the ways the OS is offering to you. [18:07] let me paste with rallosvan name... I am not exactly getting your questing. but my OS interface is English, While in the bowser there is, in firefox toolbar, view...character encoding---unicode-UTF-8 [18:07] bekks: isn't that the point i was trying to make? [18:07] LtRipley: No. You made the point you are trying to get out of the ways of the OS. [18:07] this has been easier for me than Winblows [18:07] LtRipley: At least thats what you said. [18:08] marcus, Cool, do you need support? [18:08] bekks: it doesn't really matter. Either way people will say the troubles i have with linux are my own fault [18:08] b [18:08] not yet...I'm testing the xchat I just downloaded..thanx though :-) [18:09] LtRipley: But following the ubuntu ways still gives you a supported system ;) [18:09] how can I fix this? http://pastebin.com/QC3wYKrY [18:09] Anyone experience to get pammount working on 12.04? [18:09] bekks: i try hard to do that [18:09] btw i dont understand the command, its for a bug test [18:09] bekks: it is not always easy to see the ubuntu ways [18:09] GeeJee1970, State the issue to the channel for help in detail. [18:09] Danato: Ask the maintainer of that git repo. [18:10] LtRipley: Thats why we are trying to suggest things in here, like "use upstart as it is, dont use fancy GUIs, etc." [18:10] bekks: people will tell me 'run that command' or 'change that file' and other people will tell me later 'you shouldn't have done that' [18:10] bekks: who? [18:10] LtRipley: I just kind of wonder why having a "steady job" precludes being able to understand config files [18:10] Pammount installed and configured, it does not show any mounted shares [18:11] Danato: The maintainer of the git repo [18:11] bekks: ... i never said i want a fancy gui, actually in #jack i have to justify myself if i want to use command line tools [18:11] bekks: and how can I know who is he? [18:11] gordonjcp: i used to have more time when i was a student [18:12] LtRipley: I think you'll find most people involved in this sort of stuff have "steady jobs" [18:12] gordonjcp: i didn't intend to say otherwise [18:13] Danato: git.kernel.org is an pretty official repo... but in your case, I'd ask the one who suggested to run that command. [18:13] gordonjcp: i just got the vibe that i have to justify everything i want to do on a personal level [18:13] LtRipley: not at all [18:13] LtRipley: anyway, did you look at KXStudio? [18:13] LtRipley, a vibe is a projection. [18:14] actually that vibe problem, and that sound problem are secondary now, as i can't login into x anymore [18:14] LtRipley, The key here is just details is all. [18:14] LtRipley: why not? what did you do? [18:15] bekks: apt-get upgrade [18:15] LtRipley: That updates the package lists, it doesnt do anything else to your system. [18:15] LtRipley: -.- update does that, not upgrade. [18:16] LtRipley: So which packages got upgraded? [18:16] bekks: ok, ill do that, thanks [18:16] Installed Pammount on 12.04, can not get it working, mounts do not show up, server in network is visible; cannot be explored, Any suggestions? [18:16] i upgraded to 3.10 [18:16] LtRipley: 3.10? [18:16] LtRipley: 3.10 of what? [18:16] 13.10 [18:16] ubuntu [18:16] Which isnt possible using apt-get upgrade [18:16] LtRipley, gnome 3 or a kernel? [18:16] bekks: then i am quite surprised [18:17] LtRipley: do-release-upgrade does that, e.g. [18:17] LtRipley, did you add a ppa for gnome 3 3.10 [18:17] LtRipley: So what exactly did you do, ignoring what you intended to do? [18:17] Beldar: No. [18:17] http://paste.ubuntu.com/6505438/ i hope i didn't make a typo when copying that url [18:17] Beldar: He upgraded to Ubuntu 13.10 [18:18] LtRipley: thats dmesg. [18:18] Beldar: no, i was using mate before [18:18] ah upgraded my mistake [18:18] bekks: then it is the right url [18:18] LtRipley, Ah mate is not supported it's not in the repos. [18:18] LtRipley: And you have hardware errors regarding your harddisk. [18:19] that udev- errormessage was quite prominent during startup, i that it was related to my issue [18:19] LtRipley, Is this mint? [18:19] LtRipley: You are not using Ubuntu, arent you? [18:19] no it is an ordinary ubuntu [18:19] Ubuntu 13.10 does not use systemd at all. [18:19] Which is what you are using. [18:20] bekks: take my word, it is ubuntu what i installed. Quite some time ago, though [18:20] LtRipley: I dont. I know for sure that Ubuntu isnt using systemd in 13.10 [18:20] maybe systemd did make through a number of release updates [18:21] So you installed systemd using an PPA? [18:21] Installed Pammount on 12.04, can not get it working, mounts do not show up, server in network is visible; cannot be explored 'can't obtain share list from server', Any suggestions? [18:21] bekks: no i tried to stay away from PPAs as much as possible [18:21] LtRipley: Then how did you get systemd? [18:21] LtRipley, systemd does not work anymore, as you have been told. [18:21] LtRipley: for a start, how did you even get jackd? [18:21] gordonjcp: i don't think this is about jackd anymore [18:22] LtRipley: hm, okay [18:22] LtRipley: perhaps it would be a good idea to stop at this point, have a cup of tea away from the computer, and a good long think about what exactly you're trying to achieve [18:22] bekks: i cannot tell you, i never cared too much about what happens in the background [18:22] GeeJee1970, Pammount from where it's not in the repos? [18:22] LtRipley: Pastebin the output of the following commands please: lsb_release -a; uname -a; cat /etc/issue === arj is now known as yezariaely [18:22] LtRipley: if you didnt, you wouldnt have systemd now. [18:23] LtRipley: it doesn't matter what sort of OS you're using, the most important thing is knowing when to turn the bloody thing off and stop messing with it, while you get your ideas straight [18:23] bekks: was it default at some point in ubuntu history? === yezariaely is now known as arj [18:23] beldar; I used the commandline: apt-get install [18:23] LtRipley: No, never. [18:23] bekks: that is odd [18:23] i have systemd on 13.10 [18:23] GeeJee1970, I don;t see it in the repos. [18:24] !find Pammount [18:24] Package/file Pammount does not exist in saucy [18:24] !find pam_mount [18:24] File pam_mount found in libpam-mount, openvas-plugins-dfsg, sadms [18:24] Beldar: There you go. [18:25] ah not correctly spelled [18:25] bekks: http://paste.ubuntu.com/650496/ === Thor|Away is now known as Thorium220 [18:25] LtRipley: wrong url [18:25] bekks: http://paste.ubuntu.com/6505496/ sorry [18:26] LtRipley: Thats only one of three outoputs asked for. [18:26] still no pam_mount in my precise repos [18:27] bekks: no it is those three [18:27] LtRipley: Look at your paste then stop discussion it ;) [18:27] bekks: i have the same systemd-udev entries in my /var/log/dmesg on saucy [18:28] bekks: not easy with lynx, but you are right [18:28] hi, is it recommended to use no partition, mbr or guid with mdadm raid? [18:29] Beldar: softwarecenter points to: http://pam-mount.sourceforge.net/ [18:29] NeoID: You should always use partitions. [18:29] bekks, mbr or guid? [18:29] NeoID: Doesnt matter. [18:30] bekks: http://paste.ubuntu.com/6505526/ next try [18:30] GeeJee1970, Did you add a repo, libpam-mount, shows which pam_mount is part of. I don't have an answer, not everyone knows every app, however many we can find and help with if we get the correct details and app names is all. [18:33] Beldar: not to experienced with terminology here: I took from the Softwarecenter 'PAM module that can mount volumes for a user session-Libpam-mount', how can I link to a reference in the repository?' [18:35] GeeJee1970, I don't have an answer to your actual issue, I was just not abpe to find pammount in the precise repo is all. [18:35] able* [18:36] so i get it that systemd is not supposed to be me on my system, but does it actually have anything to do with me not being able to lock into X? or might that be a totally different problem? [18:36] LtRipley: Different issues most likely. [18:37] Does anybody know if it's possible to have multiple shortcuts for things? I want XF86whatever(the media sound control key) for sound control AND super/win+arrow key for when I'm using keyboard w/o Fn or media keys [18:37] I am actually not sure systemd isn't supposed to be there - i've got it on all my boxes and i dont remember installing it [18:38] Beldar: NP. Any suggestions how to effectively mount samba shares when using 12.04? [18:38] GeeJee1970, Nah I have never used samba. [18:38] bekks: i wouldn't attribute it to me using mate, as this seems to happen before any VM is started [18:39] LtRipley: VMs are involved too? [18:39] sorry WM [18:39] Beldar: working via CFS? [18:40] LtRipley: When X isnt working, no WM may work - thats obvious. [18:40] GeeJee1970, I use windows and linux, however they are on the same computer, I have no dea what cfs is. [18:40] bekks: i get GDM i just cannot enter or click anything [18:40] cfs is a Cluster File System [18:41] GeeJee1970, I would concentrate on using the channel for help not me. ;) [18:41] bekks: or "gnome-shell --mode=gdm" as ps suggests [18:41] LtRipley: ? [18:41] gu [18:41] LtRipley: I cant follow those random statements, sorry. [18:42] Am i allowed /nick? I gotta fix my name [18:42] Any suggestions on how to effectively mount samba or CFS shares with 12.04? [18:42] LtRipley, ubuntu uses lightdm, so what linux version are you on? [18:42] bekks: i am saying that i get a gdm-like login screen, so I am not sure to say 'X is not working' [18:42] !register | UnnamedUser [18:42] UnnamedUser: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [18:42] LtRipley: So X is working. [18:43] LtRipley: Most likely your WM isnt working. === UnnamedUser is now known as UnnamedUser1942 [18:43] Fixed [18:43] bekks: the login manager isn't working, if such things still exist [18:43] wait no [18:43] brb [18:44] OerHeks: Ubuntu 13.10 lsb_release suggests [18:45] LtRipley: you just said it is working. [18:45] Ajhh better [18:45] bekks: it loads, but it doesn't react to input [18:45] bekks: i cannot look inside whether it is x that fails to interpret my input or gdm is in some kind of halting state [18:46] LtRipley: then maybe systemd/udev isnt working. [18:46] Umn... I wanna install Ubuntu from Windows XP on a VM. How do i create a blank .iso to use as a blank virtual CD so i can burn the Installation files to it? [18:46] bekks: i thought you said i am not supposed to have systemd at all? [18:46] LayAnotherBlock: download the ubuntu iso, attach it to the vm, done. [18:47] No i mean do it inside the VM so i can do a dual boot [18:47] LayAnotherBlock, You realize XP is less than 6 months for end of life? [18:47] LayAnotherBlock: You want a VM that dual boots 2 OS? [18:47] LayAnotherBlock: creating a blank iso is nonsense. [18:47] Can someone please explain to me the difference between xorg, xserver, x11, and wayland? [18:48] They suck in their own little way [18:48] bcuda_, This is support research it [18:48] rallosvan: Yes [18:48] !helpful | Beldar [18:49] LayAnotherBlock: Why would you want this? Why not just install 2 VMs? One OS in each? [18:49] bekks, Explaining in detail all the differences is beyond this channels norm. [18:49] LayAnotherBlock: What is your use case for dual booting a VM into two OS? [18:49] bekks, period [18:50] Beldar: a general explanation in two sentences would have been enough. no one asked for a in-depth explanation. period. [18:50] Cuz i wanna use the VM as a fake Real OS. I wanna prank people by thinking my Real OS is not Win8 but is a dual boot of WinXP Pro and Ubuntu haha [18:50] bekks, As you should know that rarely happens. [18:51] LayAnotherBlock: but you can't get rid of the HOST OS, even in seamless mode. It wont work with virtualbox. which hypervisor are you uisng? [18:51] Beldar: I wont discuss your attitude anymore. period. [18:52] hypervisor? [18:52] Can i have the meaning of that? [18:52] rallosvan: seamless mode works fine with vbox. [18:52] bekks, easy explanations are all over the web, they would nit be if if that was needed. And your attitude is not much different, look at the posts you have made, people who live in glass houses. [18:52] bekks: That's not what i said [18:53] Beldar: I am not afraid of my posts, but I am not going to waste my time again with reading you. Bye. [18:53] bekks: It only works after installing VBox Guest Additions which i have already done [18:53] bekks, excellent, thanks. ;) [18:54] bekks: he want his VM to dual boot XP and ubuntu so he can "troll"people into thiking he isnt using win8. But that wont work becuase even in seamless mode you will see parts of the host. Which is what i was saying, never mind the actual difficulty of dual booting a VM [18:54] LayAnotherBlock: yes. thatsa expected. [18:54] Seriously... What is a hypervisor? [18:54] LayAnotherBlock: that thing that gives you a vm. [18:55] Ok. VirtualBox [18:55] LayAnotherBlock: and there are zillion ways to detect that you are using a vm. [18:55] LayAnotherBlock: it ain't going to work, sorry to disappoint you [18:55] oh [18:56] Wait... I forgot... I can mount an iso containing the install files as a virtual disk! [18:57] http://paste.ubuntu.com/6505638/ this problem in .xsession-errors looks grave, but what ressource is it referring to? [18:58] What's Mythbuntu? [18:58] It's a myth. [18:59] LayAnotherBlock: That sort of question is easily answered via Google [18:59] Are u sure? I'm in the installation process. It gives me the choice of Lubuntu, Ubuntu, Kubuntu, Ebuntu and Mythbuntu [18:59] LayAnotherBlock: But I think it was some kind of attempt to build a TV box [18:59] Shh... [19:00] how to setup virual host on ubuntu [19:00] Mythbuntu is a myth really [19:00] Well what Desktop Environment does it use? [19:00] ubuntu 13.10 [19:00] We dont.. talk about it .. *wink wink* [19:00] no I'm only kidding [19:01] ms49-up: apache virtual host? vbox vm? [19:01] What about Lubuntu? Its desktop environment? [19:01] LayAnotherBlock: lxde [19:01] lubuntu uses LXDE, it's a lightweight win7 type desktop [19:01] Which one uses Gnome Pannel 2? [19:02] bekks: apache virtual host links on internet keep talking about this directory /etc/apache2/sites-available which does not exist on my system [19:02] LayAnotherBlock: no one. [19:02] LayAnotherBlock: gnome2 is basically dead, [19:02] i dont know about Edubuntu, but none of those uses others uses gnome panel 2 as standard, but you can load it on yourself after [19:02] damn... [19:03] LayAnotherBlock: gnome3 has a gnome2 "emulation" mode [19:03] bekks: i come to the idea that my problems didn't result from the upgrade at all (which was only halfly done weeks ago, and triggered again by my apt-get upgrade), but by fooling around with jack_control settings [19:03] I'll try Edubuntu [19:03] but again, this is an only mildly educated guess [19:03] LayAnotherBlock: or you can actually tell us what is what you want [19:04] apache virtual host links on internet keep talking about this directory /etc/apache2/sites-available which does not exist on my system === ZadAtom is now known as MahmoudBinAwad [19:05] hi any one can help with apache virtual host on ubuntu 13.10 [19:05] LtRipley: I strongly doubt that jackd kills your window manager. [19:05] !apache2 | ms49-up [19:05] !apache | ms49-up [19:05] ms49-up: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process. [19:06] apache 2.4 [19:06] !info apache2 [19:06] Mythbuntu installation errors are creepy! [19:06] apache2 (source: apache2): Apache HTTP Server. In component main, is optional. Version 2.4.6-2ubuntu2 (saucy), package size 84 kB, installed size 454 kB [19:06] bekks: i agree, that would be quite odd. But it is my best guess right now [19:06] ms49-up: there you go. :) [19:07] Is it possible to have graphics acceleration with nvidia 755M graphics cards? [19:07] bekks: did you see this paste of .xsession-errors, i am not sure how to read it? http://paste.ubuntu.com/6505638/ [19:07] bcuda_: yes. [19:07] after install samba, I coudn't share my folder due to error "255 an smbd mat not running" can someone help? [19:08] is appache and appache2 are diffrent things ? [19:08] What is the desktop environment of Xubuntu? [19:08] LtRipley: The X server on :1 is inavailable. [19:08] bekks: how? I've reinstalled ubuntu 12.04 it is fully uptoday what do I do now? [19:08] LayAnotherBlock: xfce [19:08] bcuda_: Install the latest nvidia drivers from the ubuntu repos. [19:08] bekks: what is ':1'? [19:09] And what is it like? [19:09] LtRipley: "Display 1" [19:09] bekks: would the default be 0 or 1? [19:09] LayAnotherBlock: try it and see, its my favourite (very customizable) [19:09] LtRipley: that depends on your setup. [19:09] To mount fat32 as rw I would write "sudo mount -t vfat -o umask=000 /dev/sda1 /mount/ESP" right??? [19:10] fs1: RW/RO and permissions are different things. [19:10] hmm.. so how do i get permissions to copy files to that mounted partition [19:11] if RW does not give me permissions [19:11] fs1: mount it as rw, and grant permissions. [19:11] fs1: if you want proper permissions to yourself, use -o 'uid=....' [19:11] after install samba, I coudn't share my folder due to error "255 an smbd mat not running" can someone help? [19:11] choon: So did you configure your samba and did you start it afterwards? [19:12] I keep getting an error: Cannot download the metalink and therefore the ISO. How do i fix? [19:12] LayAnotherBlock: By using another mirror. [19:12] Hi - can anyone tell me what I might be missing? If I type sudo do-release-upgrade ( or sudo do-release-upgrade -d as a test) in to a 13.04 server, I get "No new release found" - is there something else I have to do to get to 13.10? [19:12] bekks: is http://askubuntu.com/questions/325037/installing-nvidia-drivers-on-ubuntu-12-04 the way you'd recommend? [19:13] well this happens when i load the install for Ubuntu and hit Install [19:13] bekks: for a 755M? (the OP had a 630M) [19:13] yess, I use this command "restart smbd" but I got message "unknown job" [19:13] bcuda_: No. I suggest: Install the latest nvidia driver from th ubuntu7 repo. Do not use any PPA if you dont need to. [19:13] !samba | choon [19:13] choon: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/12.04/serverguide/C/windows-networking.html [19:14] can any one tell me where can i find this folder "sites-available " if i have LAMP installed [19:15] I need a blank cd... a virtual one... [19:16] ms49-up: Try the apache documentation? There's a wiki I believe or you might be able to get manual pages [19:16] Where can I see per-package results for popcon? I'm thinking of dropping support for some old distros and I'd like to know if anyone is actually using the package [19:16] bekks yes, I use this command "restart smbd" but I got message "unknown job" [19:16] "udo mount /dev/sdb1 /media/flash -o dmask=000,fmask=111" would not work, I need to use -o uid? [19:16] LayAnotherBlock: a blank virtual cd? lol wtf [19:16] and http://popcon.ubuntu.com/main/ seems sort of broken [19:16] #Apachefriends [19:16] fs1: That might be 'sudo' .. [19:17] yeah sudo* [19:17] Ok just checking [19:17] Is there an error message that is meaningful? [19:18] You ask me? [19:18] Yes, sorry. [19:18] yeah i could not copy files to the mounted partition, it said i have no permissions [19:19] fs1: Can you read files? Did the mount work? [19:19] yeah but the mounted partition was empty [19:20] fs1: Were you expecting files there? [19:21] yeah but ubuntu does not seem to copy any files to the ESP... [19:21] fs1: then what was the mount command? what are the permissions? which command do you use to copy? [19:22] ran the command whatis git and I got this [19:22] git (1) - the stupid content tracker [19:22] this thing is quite funny [19:23] bekks: it is above [19:23] SwSavant: we dont know wether it is still the command used. [19:23] Danato: interesting find :) [19:24] shadows: lol im not sure if they published it on purpose or someone was trolling and forgot to erase it [19:24] fs1: you could try 'pmount' if your objective is to mount and access files as a user [19:25] bekks: I check the page but it didn't solve the problem [19:26] Danato: it sounds like something Linus or another git developer would do because "documentation is for other people to do" and then it just never got updated; I think if you wanted to submit a patch and attach to a bug report it would probably get fixed and just that no one has done it yet [19:27] i used "sudo mount -t vfat -0 umask=000 /dev/sda1 /mount/ESP" [19:27] hi all [19:27] maybe "sudo mount /dev/sdb1 /media/flash -o dmask=000,fmask=111" would work? [19:28] re [19:28] ubottu: I had follow the instruction but after install samba, I coudn't share my folder due to error "255 an smbd mat not running" can someone help? [19:28] choon: I am only a bot, please don't think I'm intelligent :) [19:28] shadows: then knock yourself out, I dont know what "the stupid content tracker" was supposed to be. thats why i used the command in the first place [19:28] bekks: don't ask me why, but 'apt-get remove gnome-shell' solved the problem [19:28] Ubuntu is cool. [19:28] hey pr [19:29] hey PresidentObama [19:29] Hello. [19:29] Cool the president is here. [19:29] The United States supports Linux. [19:29] is this some kind of conspiracy? [19:29] bekks: i didn't use it before and the upgrade probably installed it and it didn't work [19:29] :P [19:30] * shadows applauds [19:31] a .255 /32 ? c'mon. [19:31] i have policykitd bringing down my entire system right now at >15 load - what gives? [19:31] ikonia: what if it was the real president? [19:31] LtRipley: moving on... [19:32] Hi all [19:32] question of my own for us here, any KVM virtual manager users? [19:32] shadows: just ask the real question [19:33] that is the question [19:33] shadows: "yes I use it" [19:34] ah, what is your use case? just curious to know [19:34] my "use case" ? [19:34] another *nix guest, is it for development or legacy apps? [19:34] some other type of OS? [19:34] I use it in various enviornments for a wide scope of enviornments [19:35] hi all [19:35] Is there a 64bit version of Xchat? [19:35] jmgk: the version in the 64bit repos is 64bit [19:35] tell me please, what is the minimum hardware required for UE 3.4? [19:35] oh I see [19:35] chack: What is "UE"? [19:36] sorry I'm new to Ubuntu [19:36] chack: that is not a supported distro in ubuntu - i'ts not an official ubuntu release [19:36] jmgk: no need to be sorry [19:36] ubuntu 12.04 [19:36] chack: 12.04 is not UE - they are quite different [19:36] ok [19:37] Anyone know how to get the "prlimit" command on precise? Or how to change process limits on a running process without it === Thorium220 is now known as Thor|Away [19:37] blaked: is there an interface in /proc or /sys ? [19:38] ikonia: yes - tried echoing to it, but am getting an error which I can't find any solutions to despite an hour of googling like crazy :) [19:38] /bin/echo -n "Max open files=4000:5000" > /proc/6885/limits # returns write error: invalid argument [19:38] blaked: you need to do it as root [19:38] ikonia: am definitely root [19:39] blaked: what's actually in that file [19:39] guys, is there a way to change tweak or completely swap the alt-tab behaviour in 12.04 unity? It is very slow for me. [19:40] Hello Earthlings! [19:40] kexibq: yes. I will note that I myself haven't found an ALT-TAB behavior that I like yet [19:40] ikonia: http://pastebin.com/8gmNEd7Z [19:41] shadows: the elementary os one is exquisite [19:41] I just tried to install Opera but apt-get and synaptic don't find it. What is the proper way to install, and why doesn't it just install? [19:41] blaked: yeah, so you can't "overwrite" (note you are doing echo > file) like that [19:42] AssociateX, use the download from their site [19:42] какое минимальное оборудование необходимо для Ultimate Edition 3.4? [19:42] http://www.opera.com/download/guide/?os=linux [19:43] chack: In english, please [19:43] ikonia: seems to work for some people. also the "prlimit" command supposedly replaced the echoing-to-proc approach http://serverfault.com/questions/201207/set-max-file-limit-on-a-running-process [19:43] OerHeks, funny, but I was already doing that. Why is not just part of a regular install though. [19:43] Sorry. what is the minimum equipment necessary for the what is the Ultimate Edition 3.4? [19:43] kexibq: briefly there's a Unity component you can control with compizconfig-settings-manager (ccsm) and that also has alternatives for task switchers [19:44] AssociateX, good point, browser choice menu á la windows [19:44] chack: Thats not supported in this channel, this channel only supports the official releases of Ubuntu [19:45] hello world [19:47] [62872.809088] type=1400 audit(1385927205.568:76): apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/libvirtd" pid=1281 comm="libvirtd" pid=1281 comm="libvirtd" capability=29 capname="audit_write" [19:47] so, usb-passthrough not working on qemu kvm guest [19:47] how to figure out why? [19:47] it appears to be apparmor related [19:47] shadows: are you running kvm as root? [19:48] pfifo: virsh as regular user then "start " [19:48] err.. how to tell and answer your question better? [19:48] hello everyone, can someone please help me about a question relating to how IRC works, if this is not off-topic? [19:49] How can I installed Opera with synaptic or apt-get? [19:49] cjelfe: i'm sure #freenode can help [19:49] cjelfe: you should ask in #freenode [19:49] all right, thank you :) [19:50] shadows: I guess you must be using some gui or cli frontend to kvm [19:50] Please help: http://pastebin.com/iLcxWS2s [19:50] AssociateX, use the download from their site, it will add a repository [19:50] ps aux | less ; /kvm; kvm-irqfd-clean is running as root, qemu-system-x86_64 is running as user 115 [19:51] pfifo: okay, have you got usb passthrough working before (and how?) [19:51] OerHeks, thank you, got it down. [19:52] AssociateX, double click it, or use sudo dpkg -i /path/to/opera.deb [19:54] VIVA LINUX [19:54] shadows: yes, buy running qemu like this `sudo kvm --stuff` instead of like this `kvm --stuff` [19:55] pfifo: interesting, okay [19:55] pfifo: am still curious to know how to tell apparmor to sod off [19:55] hassen, viva linux! [19:55] sod off? this is an english channel shadows [19:56] to "go away" [19:56] or just be more permissive [19:56] shadows: uninstall it? [19:56] do you know, would uninstalling apparmor break the Ubuntu system? [19:57] shadows: Ive never tried, dont do it if you dont know how to fix it [19:58] pfifo: thanks for talking anyways [19:59] the answer is to make sure the USB mode is "USB 2" for some unrelated reason [19:59] your suggestions were a bit off, sorry! [20:02] can someone suggest a printer model that works great on ubuntu 64bit? [20:03] !printer | cyx^ [20:03] cyx^: Printing in Ubuntu is done with cups. See https://help.ubuntu.com/community/Printers - https://wiki.ubuntu.com/HardwareSupportComponentsPrinters - http://linuxprinting.org - Printer sharing: https://help.ubuntu.com/community/NetworkPrintingWithUbuntu [20:03] hps work fine [20:06] What better [[ backtrack System ]] Or [[kali_linux ]] ?? [20:07] hisham: Neither nor is supported in here. === Heis_ is now known as Heis === flavio is now known as Guest26962 [20:09] has any of you domsticated the firefox and chromium dragon? [20:09] meaning the RAM issue...? [20:10] RAM issue? [20:10] yeah... try and open like more than 10 tabs... [20:10] possibly with farcebook or youtube... [20:12] yes it uses a lot of ram [20:12] got some issue with R.E.M... [20:12] try dwb === speel is now known as TonyAldo [20:14] how much of swap memory i have to give . [20:14] Depends on what you want to do. [20:15] gome: if you want to be able to hibernate it has to be slightly more than your ram [20:15] my ram is 1 gb , 80 gb hard drive. [20:15] gome: And you are using vbox? [20:16] yes. [20:17] Is there a way to force a (virtual) terminal to open up under unity if unity crashes and isn't responding to ctrl+alt+backspace? [20:18] ubuntu does not use ctrl alt backspace, by default. [20:18] !reisub [20:18] In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key [20:18] hello [20:19] bekks: so any solution [20:19] ctrl+alt+t . nevermind [20:19] I've tried using alt+print screen+R then do Ctrl+Alt+F1 to get to a TTY today, did not work [20:19] OerHeks: how do you logout from ubuntu from terminal? [20:20] exit would just close the virtual terminal session [20:20] bcuda_, i don't,i use the gui [20:20] right but Unity crashed [20:20] so there is no logout / reboot option [20:21] 13.04 i think [20:21] remoteCTRL: I can easilly open 50 tabs in chromium, I have 2GB of system memory [20:21] pfifo, lol [20:22] bcuda_: Ctrl-Alt-F1 (through F6) will bring you to a TTY, you can then do 'sudo restart lightdm' [20:22] adamu: what? [20:22] that does it work [20:22] OH! gnome-session-quit is listed [20:22] that works [20:23] pfifo, "I can easilly open 50 tabs in chromium, I have 2GB of system memory" [20:23] pfifo: i have 4 gigs of ram and my swap ais always engaged, i have 1 chromium window open with 36 tabs and like 5 firefox windwos with a total of mabe 50 tabs... [20:24] pfifo, nvm [20:24] letme clarify, I have just 2gb of memory, yet even with this limitation i can open many more than 10 tabs [20:24] and NOTHING ELSE!! [20:25] remoteCTRL: do you use flash? [20:25] remoteCTRL, You can change the swappiness [20:25] pfifo: sure do, as said es specially farcebook and youtube are a pain int the ... [20:25] Beldar: how would i dop that? [20:26] remoteCTRL: ahh, drop support for flash [20:26] and what the heck is a swappiness ? [20:26] pfifo: how do i watch youtube vids then? :D [20:26] remoteCTRL: swappiness is the tendency to swap. The higher the value, the more the system wants to swap. [20:26] youtube-dl *cough* [20:26] remoteCTRL: html5 or maybe, drop things that support flash along with dropping flash itself [20:27] i installed this thing called memory purge but i have to do it manually every few minutes, otherwise the RAM is full again... [20:27] Is Realtek RTL8190 802.11n WLAN supported? [20:27] html5 is awesome [20:27] I just bougit it [20:27] it's an internal WLAN card [20:27] but it's not being detected by Ubuntu [20:27] shows up in lspci though [20:28] remoteCTRL, On this page look at checking To check the swappiness value https://help.ubuntu.com/community/SwapFaq [20:28] why would someone want to watch 50 youtube videos at once anyway? [20:28] pfifo, Why wouldn't you? [20:28] hello folks [20:28] pfifo: well i would not, that exactly being the point you know? [20:29] surxenberg, hello [20:29] guys i see so many process running on my ubuntu installation can someone help me clean it up [20:29] i do alot of recherche, so i keep opening tabs to watch later, and for some not so clear reason those "clever" softwares keep opening up flash parties on every single tab until the whole system is prone to swap :D [20:30] remoteCTRL, Not to interrupt your conversation with pfifo but you have to use the computer within hardware limitations if you want ease of use, that is there point. [20:30] :( [20:31] anyone with an apple keyboard here? i'd like to use the exact same layout Apple uses (i have swiss german keyboards and the IBM PC default layouts are really cumbersome for programming, Apple's layouts are much better). is anyone here who's familiar with apple keyboards /layouts under GNOME? [20:32] Beldar: that is of course one nice load of partonizing BS, cos you know, i really really dont see any reason why anybody would wanna play 50 vids at once, for example also if you need to reopen your browser you know? [20:32] that is simply a very bad design flaw [20:32] remoteCTRL, Hey your attitude is so pretty, good luck trying to get any help here. [20:32] firefox actually has a load tabs on demand checkbox, but that doesnt work in a manner iw would wish for... [20:33] Beldar: ya, thanks for the link tho... ;) [20:34] * Beldar loves idiots [20:34] * surxenberg loves cats [20:34] cats ftw [20:34] * adamu is talking in third person [20:34] looks like it's not supported [20:34] the vendor is TEW-643pi [20:34] Any leads on getting this to work with Ubuntu would be helpful [20:34] vendor model* [20:34] id like to watch 50 cat videos at once [20:34] Foxhoundz: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [20:34] i hate my logitech bluetooth mouse though [20:35] remoteCTRL: that sort of works, but there are bugs with some popular addons [20:35] remoteCTRL: in particular it does not work with the session manager of Tab Mix Plus. [20:35] * Beldar pets his cat snowbelle and laughs in a sinister way [20:35] Hey all, I have a weird bug...my Nvidia server keeps crashing whenever I use Google Chrome to visit www.google.com [20:36] Any clues? [20:36] Foxhoundz: ther is ndiswrapper [20:36] hi all [20:36] Oh and my Nvidia drivers are fairly up-to-date, there is a new version I'm currently downloading/installing [20:36] Walex2: i somewhat does, but i haven't quite figured out, what criteria it applies to open or drop tabs... [20:37] could some1 guide me hot to use a firewire audio card with ardour on ubuntu studio 13.10 ??? it seems to be recognisable from ffado-mixer [20:37] anyways chromium lacks this function, so you have to ressort to something like tab memory purge [20:38] which is cumbersome if you have to trigger it manually each time your prone to swapping again... === ken is now known as Guest67790 [20:39] You know, bindfs is quite useful to protect my disk, allowing only certain areas to be written... [20:39] brb installing driver [20:41] Megabyte: you can use AppArmor or similar for that... [20:42] Walex2, What is AppArmor, and how do I use it? [20:43] Megabyte: it is the security protection system used by Ubuntu and other distros... Look at '/etc/apparmor.d/' for typical rule files [20:43] Megabyte: also https://wiki.ubuntu.com/AppArmor [20:43] there is a funtion in gnome3 desktop manager that when the cursor is moved or " touches" the top left side of the screen it opens up a extension. what is the name of the extensions? === jaccob is now known as tp43_ [20:45] WeThePeople: is not an extension, it's built in [20:46] how do i stop processes in ubuntu so that it doesnt start again when i stop it [20:46] Walex2, it looks a bit *too* complex. I wish there was an intuitive gui to configure that. === LoganG is now known as LoganG|off [20:47] linuxuz3r: sounds like you want to stop a daemon, explain what you want to do [20:47] !upstart | linuxuz3r [20:47] linuxuz3r: 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/ [20:48] xangua, do you know what the function is called? === LoganG|off is now known as LoganG [20:56] hey [20:57] hi [20:57] xangua sometimes when i kill an app it starts again [20:57] Hello Folk, my speaker and webcam don't work on ubuntu 12.04 [20:57] i want to kill a process so that it stops running when i kill it [20:57] i do want it to start when i boot [20:57] param_, Have you tried the cheese app for the camera? [20:58] cheese app , no [20:58] param_, Try that to see if it works, what is the context of these not working? [20:59] thanks, webcam working now [20:59] param_, Cool. [20:59] xangua, still there [20:59] what about speakers ? and if i use earphone, the sound is very less, earphones working fine with my mobile [21:00] param_, this using skype? [21:00] shall i come on skype ? [21:00] param_, No for me, just trying to isolate the context here? [21:00] ok [21:01] give ur skype id [21:01] param_, I would not do that from here honestly, and I'm minutes from lunch with my mother. [21:01] param_: this is irc, not skype :) [21:02] ok :) [21:02] lol [21:02] param_, stop ping me for Skype [21:02] ~ops [21:02] !ops [21:02] Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l! [21:03] sorry if i did that but param_ keeps on messaging me for Skye id [21:03] If someone is willing to step in? [21:03] !pm | param_ [21:03] param_: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [21:03] bekks can you help me fixing my issue, my laptop speaker not working? and if i use earphone, the sound is very less, earphones working fine with my mobile [21:03] jmgk, /mode +g [21:03] oh [21:03] hey jmgk [21:03] disallows PMs unless you accept them with /accept [21:04] also, /ignore [21:04] what happened ? i didnt did anything , i am not pinging you [21:04] eh [21:04] just ignored [21:04] jmgk: best is to /ignore the user. we cant judge outside our ubuntu channels. if that is an ongoing problem please ask the staffers for help in #freenode [21:05] thanks Calinou [21:05] ok [21:06] what is dnsmasq for [21:08] is wine supposed to have like a lot of deps [21:08] help me fixing my issue, my laptop speaker not working? and if i use earphone, the sound is very less, [21:09] param_: run alsamixer in a terminal [21:10] guys, I'm trying to install ffmpeg, but when trying to do so it also wants to install nvidia drivers, I do not own a nvidia card, and installing the drivers crash my sytem [21:10] pvl1: yes [21:10] Walex2: blahhh i just removed like half of these [21:10] Hey which channel can I go to for discussing ubuntu touch? [21:10] pvl1: if you used an APT front-end you should not havr been able to do that. [21:11] Modrick: #ubuntu-touch is the channel [21:11] Okay thanks. I was unable to retrieve the channel list [21:11] pvl1: anyhow it is very esy using something like 'aptitude' to get them back. [21:11] Walex2: i know. more importntly am i gonna break anything patching the sourceforge 1.7 over the apt 1.6? [21:11] what is dnsmasq for [21:12] sianh: why are you installing ffmpeg [21:12] pvl1, to convert videos to gifs [21:13] pvl1: depends.... Anyhow consider looking into bsckports, or paying some money for Crossover Office [21:13] Walex2: im broke. bsckports you say, ill check it out [21:13] sianh: http://www.webupd8.org/2013/07/qgifer-converts-video-to-gif-supports.html [21:14] thank you pvl1, I hope it supports ogv [21:14] sianh: in any case, how are you install ffmpeg that it requires the nvidia driver? i just checked and that is not a dep [21:15] Hi - can anyone tell me what I might be missing? If I type sudo do-release-upgrade ( or sudo do-release-upgrade -d as a test) in to a 13.04 server, I get "No new release found" - is there something else I have to do to get to 13.10? [21:15] stetho: apt-get update [21:15] stetho: what does "lsb_release -r" give you? [21:15] stetho: and enable the repos [21:16] pvl1, apt-get install ffmpeg [21:16] sianh: thats very odd. maybe nvidia is flagged for isntall by something else [21:18] apt-get update has ben run, lsb_release -r give 13.04 and what repos? [21:18] pvl1, but it's just with ffmpeg, for example, gnome-shell doesn't ask me for nvidia, it's really weird [21:19] sianh: i would try using aptitude in this case [21:19] pvl1, same thing [21:19] sianh: you cant deselect the nvidia driver and force install? [21:19] hi guys, I am trying to recompile apache2 in ubuntu 12.04.3 with DEB_BUILD_OPTIONS=nostrip. it fails and it seems nostrip is not supported yet. Do you have any pointer to start from? [21:20] pvl1, no, or at least I can't in the first 5 possible solutions [21:21] pvl1, but let me try later, the ppa for qgifer also has ffmpeg packages(I assume they are newer than those that come with ubuntu) [21:21] my laptop is not working on ubuntu 12.04 [21:21] Walex2: half of them are nto deps, just recom [21:21] my laptop speaker is not working on ubuntu 12.04 [21:22] param_: run alsamixer in terminal, check your settings there [21:23] gianko: going to have to be more specific about how it fails, it uses dh_strip so it should work [21:23] gianko: although we also have apache2-dbg which is where the stripped symbols go if you just need symbols [21:24] i have ran alsamixer command, it looks fine [21:25] hello [21:25] param__: checked the mutes? [21:25] trism: so, in the logs I see that the problem starts here make[1]: *** [override_dh_strip] Error 1# [21:25] gianko: can you pastebin the whole error? [21:25] trism: I will check that, tnx [21:25] I'm stuck figuring out how to change trackpoint sensitivity on my folio 9470m running 12.04. I've tried gpointing-device-settings, ubuntus default cpanel mouse settings and now command line, but nothing seems to be working: https://gist.github.com/anonymous/41cf895517a71bebdf23 [21:26] how to check mutes ? sound is coming on earphone.. but on earphone also the sound is very less [21:26] trism: let's do that first I have a look at apache2-dbg, in case of problems I will come back :) [21:28] how to check mutes pvl1 [21:28] Can anyone help me with a Mono/ASP.net issue? No one seems to be active in the HTTPD or Mono channels [21:30] prism: is there and -dbg for apache2? I have seen only packages for saucy and trusty [21:30] gianko: oh hmm, might be a new thing, now that you mention it [21:32] param__: the highlights torwards the bottom of each colum, hit m to toggle them [21:32] gianko: we do however still have dbgsym packages on ddebs for other versions: http://ddebs.ubuntu.com/pool/main/a/apache2/ [21:32] yes its fine pvl1 [21:32] No one seems to be active here either, unless my phone is acting up [21:32] its not muted [21:32] Vedrit: Some hundred people ae in here. [21:32] gianko: https://wiki.ubuntu.com/DebuggingProgramCrash#Debug_Symbol_Packages [21:33] trism: great! :) [21:34] param__: what are you playing music with [21:35] vlc , song on vlc player, and youtube [21:35] my dns is set at 127.0.1.1, although im using dhcp..why ? [21:36] earphone were working fine till yesterday, today earphone volume on ubuntu is less [21:36] :quit [21:36] pulsar78: BEcause you areusing dnsmasq [21:37] bekks: thanks [21:37] helllo [21:37] param__: what ubuntu are you running [21:37] 12.04 [21:38] bekks: do i need dnsmasq ? [21:38] pulsar78: Yeah, it doesnt hurt. [21:38] necesito ayuda [21:38] pulsar78: If you want to change your DNS, set it in network manager. [21:39] bekks: not really, i just want it to properly display dns delivered by dhcp [21:40] pulsar78: Why? [21:40] param__: look into https://apps.ubuntu.com/cat/applications/precise/pavucontrol/ [21:40] I created a pgp key using ubuntus built in key manager now is there anyway to encrypt a file using that key? [21:41] bekks: i'd like to run a tight ship. [21:41] pvl1, i think there is no drivers for speaker ? subwoofer option don't work in sound settings, its disables [21:41] param__: highly unlikely. are you on a laptop? [21:42] I am running lucid and want to install this libminiupnpc-dev but apt-get does find it [21:42] pulsar78: I dont get that. Why is it vital to see the dns server in a config file? [21:42] yes on laptop [21:43] the subwoofer option is disabled [21:43] param__: does your laptop have a subwoofer? [21:43] internal speaker i mean :/ [21:44] donttrustem: do you know in which repo its in? you might need to enable backports or what not [21:44] [21:44] pvl1: no idea :S [21:45] pvl1: http://www.ubuntuupdates.org/package/getdeb_games/lucid/games/getdeb/libminiupnpc-dev found here [21:45] just going it use the .deb === TheRealAzend is now known as azend [21:46] hi im unable to log into my account on xubuntu 13.10 it accepts my passwords but il go right back to the login screen [21:46] param__: http://ubuntuforums.org/showthread.php?t=205449 [21:47] bekks: its confusing, i dont get why dnsmasq would be a relevant service [21:47] param__: if it is a driver issue you need to find out what driver your laptop uses. lsmod will list enabled drivers [21:47] i cant login at all on xubuntu :/ [21:47] pulsar78: http://en.wikipedia.org/wiki/Dnsmasq [21:47] hello [21:47] solcyto, hello [21:47] samgabbay: did you update recently or is this a fresh install [21:48] pvl1: crap .. it has dependencies …. do you know what repo it will be in? [21:48] pvl1: its a fresh installed i updated my fglrx graphics and now it keeps doing that [21:48] trism: just to see whether I got it right... after I added ddebs repos, let's say I need symbols and to pass other flags to gcc, e.g. DEB_CFLAGS_APPEND="-finstrument-functions".. I recompile the -dbgsym package et voila, would you say so? [21:48] donttrustem: nope, but hold on ill look into it [21:48] pvl1, the sound on earphones are coming, so can it be driver problem ? [21:48] im trying to go back to the open source drivers [21:48] thanks ... [21:48] soy de argentina necesito ayudaaaaaaa¡¡¡¡¡¡¡¡¡¡¡ [21:48] adamu [21:48] solcyto: #ubuntu-es [21:48] hello [21:49] i would want to know what means pkg-temp-0-virtual-0 and acpitz-virtual-0, in lm-sensors reading [21:49] bekks: i know what it does =), i want to remove it, because i see no purpose of having it installed on a client, or am i wrong here ? [21:49] donttrustem: just gimme a few minutes [21:49] OK [21:49] samgabbay: please private message me [21:49] no problem [21:49] pero donde pongo eso [21:50] pulsar78: Then refer to the wiki article please. [21:50] ? [21:50] done [21:50] pulsar78: You are wrong, you want it on your client :) [21:50] gracias :) besos muak [21:51] bekks [21:51] donttrustem: did you follow http://www.getdeb.net/updates/Ubuntu/13.10#how_to_install [21:51] param__: you mean the headphones are fine now? [21:51] let me check [21:51] pvl1: i messaged ooy [21:51] you [21:51] headphone sound is less, but its working, volume is very less [21:51] gianko: not sure I follow you, the debsym packages are just deb packages you install, and then you can debug the binaries with gdb or whatever...if you are rebuilding the package with new options you should add nostrip like you were before [21:52] pvl1: no … I will follow it [21:52] !spanish | solcyto [21:52] solcyto: 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. [21:52] bekks: why is it also a dns client ? [21:52] param__: what do you get from lsmod | grep snd [21:53] gianko: since the dbgsym packages are generated by a separate program on the buildd, and the older apache2 packages don't seem to build -dbg [21:53] http://paste.ubuntu.com/6506492/ i got this [21:54] pulsar78: Because it is. [21:55] donttrustem: thanks for that link, very interesting site [21:56] trism: before I meant to recompile apache2-dbgsym with DEB_BUILD_OPTIONS="debug nostrip" plus DEB_CFLAGS_APPEND="-finstrument-functions" [21:56] trism: in this way it should work with no errors [21:57] http://paste.ubuntu.com/6506492/ i got this [21:57] i saw param__ im looking at it [21:58] param__: are you on a HP laptop [21:58] gianko: is it working? [21:58] yes, HP compaq 610 [21:59] pvl1: man this is becoming a nightmare http://pastebin.com/0Xkwq1Bx [21:59] any help would be appriciated [22:00] 1 pregunta donde pongo esto/join #ubuntu-es [22:00] donttrustem: did ya try libdb4.8++-dev [22:00] (15:42:01) donttrustem: I am running lucid - please upgrade to a supported ubuntu version [22:01] xangua: I can't at the moment [22:01] param__: do you have a control center or sound settings under system menu [22:02] yes sound settings on top right corner [22:02] Will an op take a look at the 'EM255E37' spambot, please, and consider whether it should stay here. Thanks. [22:02] alguien habla espanish [22:02] ? [22:03] solcyto: /join #ubuntu-es into this window [22:03] trism: have't tried yet, I am solving some problem with apt configuration [22:03] trism: I'll let you know once done [22:04] kll:pero donde pongo /join #ubuntu-es :( [22:04] solcyto: aqui [22:05] param__: im not sure if thats the same thing. theres the volume control applet in the bar, and theres an actual settings app within the system menu on the top left [22:05] kll: arriba donde esta ubuntu [22:05] ? [22:06] yes i have checked, i have increase all volumes in the sound settings to 100 % [22:06] solcyto: en el que escribe todo el tiempo puramente [22:07] param__: what devices is it using [22:07] kll: gracias te lo agradesco pero ahora q hago [22:08] ? [22:08] Analog Output / Build in Audio Anallog Input Build in audio [22:08] for output and input i mentioned [22:09] kll:ayudame por favor [22:10] param__: https://help.ubuntu.com/community/HdaIntelSoundHowto [22:11] solcyto: please write in english in here. if you want to write in spanish please join the #ubuntu-es channel [22:11] hello, having some problems installing mysql server; this is exactly the same problem:http://askubuntu.com/questions/261250/dpkg-invoke-rc-d-initscript-mysql-action-start-failed/ - my problem is that the suggested solution (purging mysql-common) doesn't seem so bright, upwards of 60 kde packages are dependant on it... === ptyyy[SC] is now known as ptyyy [22:12] hey gays I want to create a diagram with libre calc with like 29 entries(a pie chart) but it only shows like 13 and some have the same freaking color ;/ [22:13] yo [22:13] is this channel only for servers? [22:14] no [22:14] when will the devs fix that annoying screen brightness issue? it's been around since well... as long as i can remember [22:15] helloooow [22:15] skilo: no, this is ubuntu support. but we have #ubuntu-servers for more server related issue [22:15] *issues [22:15] trism: there's something I don't understand now, I added the ddeb repos and apt-cache search shows the dbgsym package, for libapache2-mod-* but not for all of them. For example, no symbol packages for apache2-mpm-worker or -prefork [22:15] hey penguin fetischists [22:15] <_dan_> ok so, after 9.10 -> 10.04 upgrade, lost my ssh, but apparently it fixed itself after a couple of reboots [22:15] <_dan_> according to wiki 10.04 is still supported? [22:16] i actually have a fix for the screen brightness thing here - http://askubuntu.com/questions/381730/how-to-fix-the-screen-being-to-bright-in-ubuntu-12-04-and-up/382268#382268 [22:16] <_dan_> i can't find openjdk 7 though [22:16] !guidelines > TauNeutrino please make sure you read them and stick to them when you are in the #ubuntu channels [22:16] TauNeutrino, please see my private message [22:16] ? [22:17] trism: I doublechecked in http://ddebs.ubuntu.com/pool/main/a/apache2/ and the -dbgsym for apache2-mpm-worker is in there [22:17] not sure what do you want to say, I asked a normal freaking question [22:18] #libreoffice [22:18] I know [22:18] it's pretty quit there for a long time [22:18] gianko: yeah that is kind of strange, you may end up having to just rebuild it yourself with nostrip [22:18] Hi guys, I've suddenly got no access to the right click context menu on the desktop. Running 13.10 with unity. Any idea what I may have done? [22:19] ;D haha [22:19] gianko: I'm actually looking through there and it doesn't seem like all the precise ones are there, only later ones for raring [22:20] \ [22:20] what are the chances of us getting kernel 3.13 in ubuntu 13.10? [22:21] skilo: with mainline kernels but not official kernel upgrades in final releases [22:21] wut [22:21] skilo: see https://wiki.ubuntu.com/Kernel/MainlineBuilds [22:23] seems kinda risky, Might break stuff [22:23] skilo: im on 14 [22:23] skilo: wait i lied [22:23] skilo: 3.11.0-14 [22:23] 14 dies not exist yet lol [22:23] skilo: that is on own risk, yes. [22:24] skilo: you could install kernel 3.13 though it's RC phase [22:24] as in it's still testing [22:24] kernel 3.12 is stable [22:24] i want those power saving features to help battery life [22:24] skilo: that's why I'm using kernel 3.12 myself [22:24] Akaigo-Arc 3.12.0-031200-generic x86_64 Description: Ubuntu 12.10 Codename: quantal [22:25] skilo: what graphics card do you have? is this laptop or desktop? [22:25] trism: mmmh... look in any case here is the error upon "fakeroot apt-get source -b apache2" with DEB_BUILD_OPTIONS="debug nostrip" and DEB_CFLAGS_APPEND="-finstrument-functions" set: http://pastebin.com/nj7UEQW6 [22:25] skilo: 14.04 will get a 3.12 kernel with some 3..13 backports. but that is all still no stable. so as enduser you have to wait anyway [22:25] i have intel hd integrated graphics [22:25] ubuntu detects it as "Sandy bridge" [22:25] skilo: what ubuntu version? [22:26] 13.10 [22:26] gianko: don't see any error there [22:26] gianko: might have missed stderr [22:27] trism: you are rightr, sorry I gave you the wrong log [22:27] skilo: you have an Intel Sandy Bridge CPU - so thats expected. [22:27] everything is intel on my laptop [22:27] skilo: hmmmm.... I'm not sure if dpm (referring to radeon's dynamic power management) works with intel.... but seeing how you have 13.10, which uses kernel 3.11, you could try to enable dpm [22:27] intel wifi intel pentium b40 cpu inte hd graphics [22:27] skilo: yes, and? [22:28] skilo: open up terminal, run gksudo gedit /etc/default/grub [22:28] skilo: "Sandy Bridge" is the Intel code name for your CPU generation. [22:28] skilo: no wait.... [22:29] kernel panic.....what to do ? [22:29] skilo: yeah I don't think radeon's dpm will work at all [22:29] 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) [22:29] skilo: so you have an intel gpu. [22:29] everything is intel on my laptop [22:29] skilo: And...? [22:30] skilo: So whats the issue at that point? [22:30] no issue [22:30] skilo: if your gpu is intel, there's no point unless you got a radeon. [22:30] i just heard the new kernel 3.13 will have new power saving features [22:30] and i want them [22:30] skilo: i showed you your options. either you take mainline kernel builds with own risk (or compile own kernels) or you wait for 14.04 or 14.10 to get official ubuntu support [22:30] skilo: for what graphics card? intel, radeon, or nvidia? [22:31] or all three? [22:31] did jupiter power management project die? === Danato_ is now known as Danato [22:31] skilo: 3.12 has new intel power management, 3.13 has new radeon power management. the intel power management in 3.11 is the best you'll get [22:31] i read somewhere that ubuntu 14.04 will have 3.13 kernel is that true? [22:32] skilo: 3.12 has new nvidia power management, 3.13 has new radeon power management. the intel power management in 3.11 is the best you'll get [22:32] skilo: "you heard" something. but even kernel 3.13 is not final now. so how should ubuntu give some official support for what is not even made final now? [22:32] because i want it [22:32] skilo: as i said you: ubuntu 14.04 will have 3.12 with some backports [22:32] skilo: you can download and install kernel 3.13-rc2 from here http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13-rc2-trusty/ [22:32] skilo: are you on 64bit? [22:32] skilo: what you want doesnt change the options that i told you got [22:32] yes [22:33] trism, here http://pastebin.com/pqLn6rSu [22:33] im going to call shuttleworth and tell him i want the new 3.13 kernel in ubuntu 14.04 [22:33] skilo: okay, so then you'd download the headers amd64, headers all, and image amd64. Throw it all into a folder, cd into it with terminal and run sudo dpkg -i *.deb [22:33] skilo: good luck with that. [22:34] I can't seem to kill a process (that I stopped with ctrl-z) [22:34] when I use: ps aux | grep ubuntu [22:34] it shows the process [22:34] but it will probably break stuff [22:34] the 1st column with numbers is the pid correct? [22:34] skilo: it may or may not [22:35] skilo: if you aren't using any proprietary drivers, you should be good [22:35] I execute: sudo kill pid, but the process is still there [22:35] skilo: if you are, then I suggest you switch over to open source [22:35] skilo: that's what I did before installing kernel 3.10 on ubuntu 12.10, make sure all the drivers were set to open source [22:35] all my drivers are included with the kernel since intel is opensource [22:35] jessic1: are you still in the same terminal where you started it? [22:36] i may not bother with it, My battery life is ok now i get about 3 hours, It's mainly watching videos that kills my battery [22:37] bekks, I think so. I sshed into my server. I ran a python script, pressed ctrl+z to stop it, then I tried to kill the process as I described [22:37] skilo: perhaps use....vaapi (ew)when watching videos? [22:37] but it is still there [22:37] skilo: what video player do you use? [22:37] i use VLC [22:37] jessic1: press fg, then press ctrl c [22:38] bekks that did the trick! but why? [22:38] gianko: that's weird, I still don't see an error there other than it saying 'Error', I'm gonna have to look at the precise package, I'll let you know if I find anything [22:38] skilo: VLc...oh :V well look into using vaapi with vlc. Or you can install mpv, fork of mplayer/mplayer2 that I highly recommend [22:38] jessic1: you can view the running processes via 'jobs' then sudo killall -9 -v {thatthing} [22:39] well right now im using Xubuntu so i have vlc and parole [22:39] jessic1: The process was in the background and it was not allowed for him to do something in the background. Not even killing himself. [22:39] jessic1: ctrl+z doesn [22:39] jessic1: ctrl+z doesn't kill it [22:39] I am kind of stuck with VLC, it seems to be the only player that plays everything. Also it can record streaming video. [22:39] ahh ok, so bg means background, and ctrl+c is to kill [22:39] Does Server 13.10 still do the annoying NIC re-labelling if you move the installation to a different machine with a different NIC? [22:39] jessic1: Yep === Lajjla is now known as MorphinTime [22:42] skilo: k, look into using vaapi with vlc... also run apt-get install vainfo pastebinit then run vainfo | pastebinit and then link [22:45] hello what would you do if you encounter this? http://codepaste.net/pqy42h [22:45] ok [22:46] motaka2: 'apt-get -f install' [22:50] oz0ne: I did that still errors [22:50] motaka2: paste errors? [22:51] hovalhydro: trying to do [22:52] hovalhydro: http://tny.cz/a21ca6d8 [22:55] gianko: I guess it must be failing in that script following the dh_strip line, but since [ "Ubuntu" != "Ubuntu" ] should be false, I don't see why it would be evaluated at all...I'm building with nostrip now to see if it fails for me too [22:56] can anyone help …. I am running lucid http://pastebin.com/bfnhMZrZ [22:57] ciao [22:57] looks this is the problem warning: gmp.h: No such file or directory but I am not sure what lib it would be [22:57] donttrustem: you probably need libgmp-dev [22:57] yeah … but I cannot install it [22:58] E: Couldn't find package libgmp-dev [22:58] donttrustem: can you build in a VM? [22:59] hovalhydro: ? [22:59] hovalhydro: or some kind of chroot environment? I assume you arent allowed to uprade lucid itself? [22:59] donttrustem: apt-cache search -n libgmp dev; [23:00] trism: llibgmp3-dev [23:00] trism: is it possible that dh_strip fails? [23:00] gianko, trism: It's missing a semicolon after set -e [23:01] geirha: if that were the issue, shouldn't the package fail to build? [23:01] motaka2: could it be that you are oft of storage? anyway do you need thunderbird? [23:02] geirha, trism: I'm checking if adding ; to rules would fix [23:03] HEY GUYS MY NAME IS JOHN N HOW YALL DOING? [23:03] trism: looks good man …. thanks for your help … well it is compling at the moment and has not failed yet [23:04] spoke to soon main_poolminer.cpp:19:31: warning: boost/uuid/sha1.hpp: No such file or directory [23:05] bleh, boost. i assume you've installed it? i dontn know version lucid ships though [23:06] yeah [23:06] we can't use boost, so afraid i cant help [23:06] why [23:06] trism: Don't know. Just spotted an make+sh error [23:07] trism, geirha : it did work === mandel_ is now known as mandel [23:07] why can we not use boot [23:07] donttrustem: boost doesnt support some the platforms we target [23:07] boost [23:07] Personally, I'd remove the set -e. It's generally a bad idea to use it. [23:07] donttrustem: I mean me/my organisation, not this channel :-) [23:08] ah OK [23:08] oz0ne: yes ia m using it daily as my mail client [23:10] motaka2: it was gzip that failed to open the filedescriptor, to extract the upgrade of thunderbird. So try to purge the cache with apt-get clean [23:11] motaka2: then try apt-get -f install === devn_ is now known as devn [23:12] oz0ne: should I close thunderbird before running it? will my emails be lost ? [23:12] think it shouldn't mather [23:12] and no that shouldn't hurt your emails [23:13] oz0ne: it seems to be reinstalling or downloading s=thunderbird' [23:14] lemme close thunderbird and then I will chat with you with chat zilla [23:14] yes it might redownload it now, as it got told to remove the one it got cached === flavio is now known as Guest39871 [23:15] trism, geirha, the fix worked... thank you both for your help, appreciated :) now I file a bug report and for today I am done [23:19] gianko: good to hear, and good eye for geirha...now I'm just gonna be curious why it didn't fail to build on launchpad [23:20] haha..when I learn any new thing(and keep learning)about IT/linux/programming/tricks i feel proud and happy and ready to move on for new stuff,while when i play(get stuck at gaming) i feel regretful especially when looking at the time or the concentration i've spent on gaming === joel is now known as Guest12359 [23:27] how to find out if a newer kernel is available for update and how to download and update it ? [23:28] universal: "sudo apt-get update&&sudo apt-get dist-upgrade" [23:28] k1l: thats for full system update but I only want kernel update [23:30] universal: run the apt-get update and see which kernels are available (with apt-cache search linux-image) and then install that package [23:32] http://www.tiikoni.com/tis/view/?id=225664c k1l === mono is now known as Guest9748 [23:33] universal: did you run "sudo apt-get update" ? [23:33] k1l: not now [23:33] k1l: is it necessary ? [23:34] yes. it updates the package listing. without that you will not see what new packages are available [23:34] ok [23:34] has anyone experience that apt-get update is hanging on.. "0% [Connecting to nl.archive.ubuntu.com (2001:7b8:3:37:213:136:29:218)] [Connecting to security.ubuntu.com (2001:67c:1360:8c01::18)]" and later one eg. "97% [Connecting to security.ubuntu.com (2001:67c:1360:8c01::15)]" ? [23:35] k1l: is there any problem like system malfunction or instability if I update only kernel ? [23:35] naillwind: somebody will have [23:35] or something similar who can help me understand why? [23:35] universal: if you update only kernel you are missing all security updates === talsamon is now known as Guest7431 [23:35] naillwind: possibly those mirrors are broken [23:35] naillwind: maybe server problem.....change server and try again [23:35] naillwind: looks like your dns is broken [23:36] naillwind: that resolves to ubuntuarchive.bit.nl which is 213.136.29.218 [23:36] you appear to be connecting to an IP6 adress [23:36] address [23:36] the dns is from a vps provider, if the dns is broken, then would it be possible somewhere to tell it to connect to something that is working? [23:37] naillwind: re-read what I just said [23:38] k1l: hmm....but I can install security updates afterwards or not ? [23:38] ikonia: thanks I got it, what you wrote makes sense, now I need to find out how to not automatically have it connect to an IP6 address [23:38] naillwind: talk to your dns provider.... [23:38] <_NerdyMe_> Help please! Im on version 13.10. I get the login screen, type my credentials, hit enter and then it goes into a black screen where i still can see my mouse. Somebody can help? [23:38] universal: the security updates come as regular updates in ubuntu. so if you dont update besides the kernel, you are missing the security updates [23:39] How can I, in Ubuntu, enable a 3 button mouse with a 1 button mouse? I see tons of methods with a 2button mouse but this touchpad barely works using the left click (jumps everyware completely unstable in windows and linux alike.)? [23:39] k1l: ok...the motive behind my only kernel update - kernel panic several times [23:40] _NerdyMe_: did you just update or change anything? === CyberJacob is now known as CyberJacob|Away [23:42] oz0ne: it is downloading [23:43] <_NerdyMe_> bcuda_: i got the laptop a week ago from system 76 preinstalled with 13.10 === Thor|Away is now known as Thorium220 [23:44] motaka2: so it works now? [23:45] oz0ne: the download is not yet fiished [23:46] should I run apt-get install php5-sqlite now? [23:46] _NerdyMe_: i see. did you just update or install anything? [23:46] or did you have updates set to automatic? [23:47] _NerdyMe_, There is a system76 area on the ubuntu forums if needed. [23:48] the actual developers from them check the posts [23:48] <_NerdyMe_> It is completely Updated. I have installed in the last couple of days many things (db, vmware, browsers, skype, teamviewer, ccsm etc) [23:49] !ops [23:49] Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l! [23:49] _NerdyMe_, Have you messed around in compiz? [23:50] <_NerdyMe_> Only activated wobbly windows. Worked so far since i did it. A way to reset everything? [23:51] _NerdyMe_, http://ubuntuhandbook.org/index.php/2013/08/reset-unity-and-compiz-in-ubuntu-13-10/ [23:51] _NerdyMe_, May need a reboot to finalize [23:52] _NerdyMe_, You can do it from tty from the desktop ctrl-f1 [23:52] ctrl-alt-f1 sorry [23:53] is there a command to list all the kernel files installed? [23:54] "list all the kernel files" - the kernel is 1 file [23:55] ikonia: I mean, linux-headers, linux-image, linux-firmware, etc [23:55] Danato: dpkg -l | grep linux- [23:56] <_NerdyMe_> Dconf reset -f /org/compiz/ gives the meaasage"error: spawning command line ...etc... child process exited with code 1" [23:57] ikonia: yup that should do it, thanks [23:58] <_NerdyMe_> Dbus-launch --autolaunch=BIGSERIESOFDIGITS --bunary-syntax --close-stderr [23:58] ikonia+: thanks, helped sort it :) === angel is now known as Guest32207