[00:00] Greetings, one and all. Someone please tell me the correct incantation to move a file from ~root to ~($USER), please. Many thanks. [00:01] gadien, I've just been informed that approach may not work... but if not, just edit: /etc/default/grub and set the default OS in there [00:02] met12327: cp ~root/ $HOME/; sudo chown $USER [00:02] (then run update-grub) [00:02] Hi there. Is the "Alternate CD" listed here: http://old-releases.ubuntu.com/releases/karmic/ -- What I should use if I have a server installation too? If I download the serer cd, it just fails to do the upgrade, I just don't want to be upgrading to a desktop version [00:02] scialex, I've tried that several times. Epic fail every time. [00:03] met12327: sorry forgot the first sudo. it should be -> sudo cp ~root/ $HOME/; sudo chown $USER [00:03] Ah. So I don't have to CD to ~root to make it work, then. [00:04] this is weird. Server 11.10, we just replaced the video card in it and now the box boots and appears to work just fine, but the console is stuck at "Magic Number" in the dmesg scroll [00:04] met12327: no but you must be root (hence the sudo) to do anything in /root and to copy anything in it. [00:04] alt+f1, f2, etc doesn't pull up the other consoles, numlock light goes on and off but I can't get it to otherwise respond at the console [00:04] but the system is working fine [00:04] @Monotoko: fyi, startup manager is no longer being maintained.. use grub customizer instead [00:04] apparently, anyway [00:04] That's where I was getting it wrong. Thanks much, Scialex. [00:05] gadien, thank you! I'm a bit of an old timer ;) [00:05] !nomodeset | Ogredude [00:05] Ogredude: 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 [00:05] met12327: :) [00:05] wylde: ok that should do it, thanks muchly! [00:06] @Monotoko no probs, we're all here to help each other right :) [00:07] guys [00:07] question [00:07] can i get system monitor on panel on 12.4 im using gnome-sell clasicc view [00:07] what's the disadvantage today of installing 11.04 rather than 10.04LTS ? [00:07] Edler, is none [00:07] 10,4 has more support [00:08] ah okay [00:08] i just fucken want to install php [00:08] but a version later than 5.3.2 [00:08] edler: 11.04 is not an lts release, it goes off support very soon. also 10.04 has gnome2. If you are thinking about 11.04 just go with 11.10 instead. [00:08] 10.4 i recomend 12.4 === revolts is now known as diegovieira [00:08] Edler: 12.04 comes out in a few weeks. that may be the best option [00:08] edler: you could always just compile it from sorce, most recent version that way. [00:09] if i have beta and the final comes out,,dos mine update to final vertion [00:09] Yadira-007: yes [00:09] i want to know if i can get the system monitor applet on panel [00:10] im on 12.4 [00:10] i can see the workplace switcher [00:10] !precise | Yadira-007 [00:10] Yadira-007: Ubuntu 12.04 LTS (Precise Pangolin) is the 16th release of Ubuntu and is in Beta testing from 2nd March, Discussion and support until final release in #ubuntu+1 [00:10] is compiling php from source the same process as letting apt-get install php5 do it ? [00:10] someone know how the opengl developemen libary is called? [00:10] edler: no it is not. [00:11] wylde: I never knew linux did anything with video drivers before X started, and since this is a commandline only install, I didn't think it'd matter a bit swapping the video card out for one with a working fan :) [00:11] scialex: will i have to manually copy compiled stuff to folders ? [00:12] Ogredude: heh yep, it's the way the newer systems load. Everyone wants it to be pretty and the regular text mode doesn't give nice high res :) [00:13] edler: what you need to do is 1) find the most recent version of php as a tar-ball (it's probably on their website). 2) install any dependencies (apt-get build-deps php should probably work but read the INSTALL and README files) 3) build and install it. (This is probably just ./configure; make; make install; but read the INSTALL and README files, they might use a different system). [00:13] scialex, he doesn't even need to do that... there are plenty of repos out there which contain php 5.4 [00:13] wylde: well, I'm still of the opinion that linux belongs in the rack, not on the desktop, so I have no use for splashy splash screens and crap :) === monotoko_ is now known as Monotoko === andy_ is now known as Guest57785 [00:14] hello [00:14] how I can set SFTP on proftpd with virtual users auth? [00:14] monotoko_: he said bleeding edge; thats source compile (at least for me) [00:15] scialex, ahh... he said he was just after 5.3.3 and above earlier [00:15] wylde: anyway, adding nomodeset to the grub args solved the problem nicely, thanks so much [00:15] sorry, I missed a bit.. my internet died :) [00:15] Ogredude: glad to help :) [00:15] can speak bahasa? [00:15] is there a (common) way to save a list of installed packages for ease of reinstall on a fresh box? [00:16] *sigh* [00:16] rhizmoe: I believe 'dpkg -l >> installed-packagaes.txt' would do the job. [00:16] *packages [00:17] now I have to teach my IT n00b the difference between the 192.168.1.x and 192.168.0.x subnets. === ryan__ is now known as rjman [00:18] Ogredude, sounds like fun... you should hire someone who knows what they are doing ;) [00:18] nah it's more fun to train n00bs [00:19] that way you can mold them however you want [00:19] plus cheaper [00:19] Ogredude, ahhh true... better than my line of work, my boss has put in charge of a team of indians 4000 miles away ._. [00:19] Earlier today, I had to teach him why it is a Bad Idea to connect the two Catalyst switches by plugging them both into the CenturyLink Xytel modem, instead of just making a crossover cable [00:20] edler: those instructions above should install php to /usr/local/. this should probably be fine for most things as /usr/local/bin is in your path. If, for some reason, you really need it where the normal php is then run ./configure --prefix=/usr;make; make install; [00:20] and then I had to teach him why it was *completely unnecessary* to have a dedicated line to the IT desk for each management port on each switch [00:20] monotoko, it seems they are wrong and startup manager is the one to use, it's just not being maintained. and grub customiser isn't available in ubuntu software centre [00:20] you guys dont buy the crossover cables? [00:21] elder: oh i forgot to mention the 'make install' command must be run as root with sudo. :) [00:21] nah, we don't need them often enough, when we do it's easy enough to clip the end off a patch cable, rearrange wires, and replace the end. [00:21] gadien, so startup manager works? [00:21] been trying to get gms3 on my ubuntu... failed [00:21] and actually making patch cables is a pretty damn good excersise for n00bs [00:21] monotoko i have no idea yet, we'll see [00:21] hi, How do I install wine? it says in the ubuntu software center that it isn't available for this type of computer. weird. [00:22] gadien, I'd just edit /etc/default/grub ;) [00:22] its fun when you start making them.. lol [00:22] for the few couple times [00:22] Monotoko, startup manager will not default kernel updates do not use it. [00:22] monotoko I didn't know where to look for the file [00:23] till now [00:23] Fyodorovna, even just to set Windows as his default boot? === z_ is now known as larcc [00:23] sorry, 'wine 1.2' is not available for this type of computer. wth? [00:23] Ogredude do you get to work remote or are you onsite ? [00:24] Monotoko, if ubuntu gets a kernel upgrade the manager will not follow it. [00:25] can someone plz tell me the shortcut to fill in someones name here [00:25] can someone help me how can i test to see if my audio jack earphone works in kubuntu 11.10 [00:26] gadien, it depends on the client you use [00:26] chatzilla [00:26] usually you just type the first few characters and press shift [00:26] *tab [00:27] can I get some help please, it's saying that wine isn't available for this type of computer. Is there a work around? [00:27] Monotoko: thanks, that worked that time.. i did it before but i obviously wasn't doing it right [00:27] thruff13 give this a try. This is for ubuntu but..im sure it the same. In terminal type alsamixer, toggle to the headphones and type m [00:27] it's saying that on my other pc as well. [00:27] right, I'm gonna go AFK for a bit... see you all later :) [00:28] that will enable the headphone jack autosense [00:28] test: what is your computer? [00:29] urbancommando: onsite [00:29] test: are you sure you are selecting the right architecture like clicking on a i386 instead of x86_64 [00:30] we're reworking the server room to fit our new renderfarm [00:30] might need cheese installed first lol jking. [00:30] there are only 2 to select from and both says the same thing. === Guest12256 is now known as dmogle [00:31] ouch are you guys pulling an all nighter ? [00:31] I'm running ubuntu on Dell studio laptop [00:31] nah, I'm almost done [00:31] got to bring up the FreeNAS, which is being a bitch, and then done for the day [00:31] test: Might be difficult without seeing the arch and the selection one way to do it would be to install it with: sudo apt-get install wine [00:31] guys in which package is the opengl library for developement (like compileing wine) ? [00:31] we've got 2 rendernodes in place, we'll image the rest of them over the next couple days and slot them in as they're complete [00:31] urbancommando, i did what you asked how do i test it [00:32] this rework went really easy [00:32] thruff13, I assume the only way to test it is to put a headphone in the jack ? [00:32] ok phil_fl, I'll try it that way, thank you. [00:32] one of our neighbors is a concrete contractor, I moved his 2 non-networked desktop PCs to his new office for him, and he anchored our rack to the floor for us [00:32] born2troll: Why do you want to compile wine from source? [00:33] nice [00:33] test: I believe the incompatibility is due to the wrong architecture installing a x86 on i386 vice versa [00:33] ours are anchored to the floor and ceiling [00:34] when we pulled cable in here, we didn't have a labeller, so today we mapped and labelled all the wall jacks [00:34] lol [00:34] moved the patch panel to the top of the rack, the switch under it, and popped a second switch under that [00:34] we decided to go Stargate on the naming scheme... One switch is "Milky Way", the other is "Pegasus"... and the crossover cable has been labeled "Midway" [00:35] dont tell me you took advantage of the noob for the labeling job? [00:35] looks like it's going to work through the terminal, nice! [00:36] yeah I had him run the toner while I loafed by the rack and poked at it with the probe [00:36] Ok, another Q: I installed gnome desktop in charge of unity (because i think it's BS) but what i want to know [00:36] is how do I change the side that the close/minimise/maximise buttons are on? [00:36] I taught him how to get Cisco management console through any available wall port :) [00:36] I need a good work at home income, any ideals? [00:36] gadien: Choose a theme that has the buttons on the side you want [00:37] gadien or you can use gnome-tweaks [00:37] dmogle: thanks [00:37] test: cool brace yourself I think wine is requiring something like 150 packages [00:38] hello.. any tricks to speeding up flash player in firefox.....10.10... athlon64 socket 754...ati radeon 9800 pro.... 2g ddr [00:38] yeah it says 6 mins [00:40] bibic682, do you have many addons installed? [00:40] alright folks, it looks like the ubuntu box is ready to go, thanks for the help wylde, and the FreeNAS has pulled its head out of its a** [00:40] bibic682: More RAM (and ddr3) would probably help [00:41] it's bong-thirty now. [00:41] see ya folks [00:41] bibic682, you could try to change browser.sessionstore.interval [00:42] bye [00:42] bibic682, check what it is now [00:42] philip_ flashblock...user agent firefox mod [00:43] how do I check [00:43] bibic682, http://kb.mozillazine.org/Browser.sessionstore.interval default is 10000 mine works fine at 50000 [00:44] bibic682: forget what I said, thought that it was a 64 bit processor. go with Phil_fl [00:44] bibic682, type about:config in the url [00:45] ok [00:46] Can anybody tell me where Awn stores its configuration files? I know there is a /home/user/.config/awn directory, but it doesn't contain any configs. [00:46] bibic682, then search for browser.sessionstore.interval [00:47] bibic682, I mean browser.sessionstore.interval [00:48] bibic682, and up the value ( a little bit) and then restart your browser [00:48] set 15000 [00:48] Which Java for firefox-11.0 [00:48] bibic682, i think phil_fl got you covered. just bare in mind at least based upon my experience, mozilla runs fast on first start with out anything upon it. And fglrx slows it down also if, you're using ati gpu. [00:49] who can help me increase size and performance with my laptop [00:50] bibic682, you can safely put 25000 [00:50] I apt-get installed python-django-doc, which automatically installed libpython2.6, python2.6, and python2.6-minimal. I then apt-get removed python-django-doc, and then ran apt-get autoremove. This removed libpython2.6, but not python2.6 or python2.6-minimal. Why aren't these other dependencies autoremoved? [00:50] bibic682, restart your browser to take effect and it might be a bit faster try and let us know [00:51] i will try that...thanks.....most youtube vids run fine even 720hd....but some are slow [00:51] where can i get theme's for gnome (11.10) one that puts the close box and stuff on the right side [00:52] any way to turn hdmi output to input with ubuntu i would like to use my computer screen to play my 360 [00:52] ok I need help with wine, I have package configuration screen in the terminal and I can't click the or anything, so what do I do? [00:52] bibic682, that's the nature of the best :-) [00:52] Can anybody tell me where Awn stores its configuration files? I know there is a /home/user/.config/awn directory, but it doesn't contain any configs. [00:52] haux: awn stores its config information in GConf (at least on 10.04, it might be in DConf in newwer versions) try installing and running gconf-editor to get a good gui tool to edit the config. You'll find it under Apps. (I think that DConf-editor is the dconf version of gconf-editor but i am not sure and anyway they might still be using GConf so start with that) [00:52] scialex, excellent. I will try that. Thank you [00:52] i've looked through the display properties, but those themes just change the colour [00:53] haux: beware messing around in there though. it is easy to really screw stuff up. [00:54] How do I execute vboxdrv setup? [00:54] bibic682, i use mplayer, umplayer as a front, to watch youtube. I found it to be the best recipe for me, simply because firefox uses too much resources. [00:54] great secret top spy satellite launched today... [00:55] scialex, is there a way to backup all of the configuration files? [00:55] scialex, so I don't have to remake the panel after a reinstall [00:56] philip_ I recently discovered minitube for ubuntu and it plays youtube vids without flash at all and I can play hd vids smooth [00:57] bibic682, that's exactly my point. [00:57] haux: all the backend stuff is stored in the ~/.gconf folders form the path. you could try copying those. Be warned however gconf does not like it if you modify its files without going through it... [00:59] philip_ my same system in windows uses 65% resources rendering flash....ubuntu 80-90% [01:00] Is there a simple way to temporarily turn off the touchpad? [01:01] guys please help me. how can i test this build. meaning attaching the driver. again, it's for avlinux, but the recipe belongs to ubuntu. just have a look. http://pastebin.com/ufYE1W9D [01:04] I runa webserver on ubuntu 10.04. how can I increase the security of the ubuntu without effecting the webservice? [01:07] angs: those in #ubuntu-server might have a few answers. === enroxorz is now known as CottonHill [01:07] angs I think you can configure a firewall (iptables) to block all unneeded ports. use some parameters to harden your system. you can also use an IDS/IPS such as snort or suricata. futher webserver improvements can be made (I guess you are using apache) [01:08] use an application layer firewall angs [01:09] yes I installed apache http server [01:09] angs: I would also suggest you install and use fail2ban. its an intrusion detection system. [01:09] do you recommend any program to block unneeded ports and performs as application layer firewall? [01:10] !ufw | angs [01:10] angs: Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Gufw (GNOME) and Guarddog (KDE from Lucid onwards) also exist. [01:10] Hello! Do you know how to kill the flash player? It is pretty slow. [01:11] angs: http://sourceforge.net/projects/leopardflower/ [01:11] thank you very much for the all answers [01:11] Hi! Can anyone advise how I execute '/etc/init.d/vboxdrv setup' as root [01:12] angs: Leopard is like Zonealarm on Win [01:12] Dogears, sudo? If that doesn't work, and someone yell if I'm wrong, I've found it easier to just give root a password sometimes to get something done like this [01:12] cool thanks a lot [01:12] TrD: angs: Installing a third party, Beta, application is not a good way to increase security or stability. [01:13] Hi [01:13] hmmm then gufw should be better for me, right? [01:13] angs: Correct. [01:13] craigbass1976: setting root password is not advised or supported here. [01:13] craigbass1976: 'sudo -i' will give you a root prompt. much safer than setting a root password. [01:13] wylde, I figured. [01:14] thanks a lot [01:14] bastidrazor, I can't believe I never knew that... [01:14] it's not beta version Jordan_U [01:14] craigbass1976: Sudo is OK but I can't seem to be able to run "vboxdrv setup" [01:14] !root [01:14] Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [01:14] Dogears, did you catch that? sudo -i [01:14] and second i'ts the unique app-layer firewall for Ubuntu [01:15] Dogears try sudo bash /etc/init.d/vboxdrv setup [01:15] Thanks [01:15] np [01:15] Hi [01:15] TrD: There is a beta label next to the name at http://sourceforge.net/projects/leopardflower/ , that and the fact that it's not in the official repositories is what made me think it was still in beta. [01:16] Having a problem setting up LAMP in 11.10. Something's screwed up and can't get a clean install [01:16] hello, i'm running an omg ancient ubuntu release (6.06 Dapper Drake) do you know of a work around for FF Flash player problem? i really don't want to upgrade tonight lol .. thanks [01:16] craigbass1976: [01:16] meh? [01:16] pastillegirl: We don't support EOL releases here beyond helping to upgrade to a supported version. [01:17] im wrong jordan, thanks for your attention ;) [01:17] im wrong Jordan_U, thanks for your attention ;) [01:17] cool, worth a shot at least.. thanks [01:17] craigbass1976: Bash did the trick thanks [01:17] TrD: You're welcome :) [01:17] :) [01:17] urbancommando: Thanks [01:17] ;0 [01:18] if i'm not mistaken, root password is disabled by default i ubuntu. so if someone needs to grant more sufficient power than sudo, needs to use sudo -i? like craigbass1976 suggested. [01:18] philip__: correct [01:19] Dogears Np [01:19] philip__, wasn't my idea. bastidrazor just taught me. Now I'm hunting around for somethign to try it our with that I used to think required actually being root [01:19] wylde, thank you. :P [01:20] Dogears, so, you should be able to sudo -i , type a pass, then be at a root prompt. [01:20] hello [01:20] craigbass1976, we all learning by someone else. the use of that knowledge is what matters, i think. [01:21] craigbass1976: yep, and either use 'exit' to get back to your user, or 'ctrl+D' [01:21] I don't think anyone know how invaluable this channel is. You guys make life much less stressful. Thanks for being here. [01:22] Oh yes exit! otherwise it could led to a crash, at least that happens on debian. [01:22] wylde, I've been using ubuntu since dapper and never knew this... [01:23] never knew about sudo -i ? [01:23] Dogears, those who chose to be here should know, :) [01:24] hello all [01:24] Dr_willis, no, never, I'm ashamed [01:24] heh- its mentioned in here about once a day at least. [01:24] Dr_willis, I came off fedora, so I was used to being root. It must always get mentioned after I leave. [01:25] craigbass1976: half the time if I have a question I can grep the logs I keep from here and get sorted out lol. ;) [01:25] this is my first time on the #ubuntu IRC channel, I've never really figured out how to connect to it before :P [01:26] the sudo homepage has some other neat info on what sudo can do. [01:26] Anyone have any ideas about how to reinstall LAMP in 11.10? [01:26] Dogears I come here to I can learn more lol [01:26] bbl [01:26] Which java is recommended for firefox-11.0 and ubuntu-10.04 [01:26] How do I execute a .jar file? I thought you could just use the java command... it's giving me an error. [01:27] I uninstalled all the packages and reinstalled. Now php is complaining about missing libs [01:27] haux, java -jar some.jar [01:27] How does one clear everything out to start over? [01:27] haux: for things like this read the man page first. Also: java [ options ] -jar file.jar [ argument ... ] === Wewt is now known as Guest56575 [01:27] So I'd like to give Ubuntu a spin on my computer. Is there any reason I shouldn't be looking at the 12.xx version which currently is in beta? [01:28] I would suggest 12.04 since there is support for 5 years devton [01:28] devton: 12.04 beta is for those wishing to test it and submit bugs.. its should be considered buggy. [01:28] it's usually the most stable because it is an LTS distribution [01:29] well... when it's not in beta :P [01:29] devton, only if you're on an really old hardware. otherwise, you're good to go. [01:29] Is there a way to choose which apps use the dark variant of Adwaita in Gnome 3? [01:29] has anyone installed an email server on ubuntu? what email server would be easy to install and configure on ubuntu? [01:29] philip__: I'm running an Intel i7 (3.4 or whatever) with some SSD action and some other stuff - I guess I'm fine then? [01:30] !postfix | angs [01:30] angs: postfix is the default !MTA and !MDA on Ubuntu. For help, read https://help.ubuntu.com/community/Postfix and https://help.ubuntu.com/community/PostfixBasicSetupHowto - See also !MailServer [01:30] devton, certainly yes... :P [01:30] devton: go with either 10.04 or 11.10, as both are supported for now. I would recomend against using a beta OS in anything that needs to consistently work. [01:30] thanks [01:30] philip__: Basically I want to try python programming on debian (I'd like to see what else is out there other than working on the Windows environment), would that be of any concerns? [01:31] wine doesn't work with no programs I can see so far! grrr [01:31] hey I have question that I hope someone can help me with [01:31] test: have you looked at the app data base for wine? [01:31] !appdb | test [01:31] test: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help [01:31] skype encounters error, hoyle games won't run, yahoo ms encounter "serious" error and needs to close. [01:31] I want to get involved with Ubuntu/Linux development (particularly involving either Python or SQL) and how do I get invovled? [01:32] devton, example concern please. i can't think of any. [01:32] !MailServer | angs [01:32] angs, please see my private message [01:32] I'm sort of confused on the process, should I just start haphazardly start hacking away after downloading the dev tools and just start submitting stuff? [01:32] I am trying to update my OS, I am Using 11.10 but i got an error Failed to download package files check your INTERNET connection and my internet works fine so what i can do ? [01:33] ubuntu11.10* [01:33] thestormsedge: http://www.ubuntu.com/community/get-involved [01:33] !launchpad | thestormsedge may be a good place to start: [01:33] thestormsedge may be a good place to start:: Launchpad is a collection of development services for Open Source projects. It's Ubuntu's bug tracker, and much more; see https://launchpad.net/ [01:34] ok, maybe one thing at a time [01:34] harsh343, any errors for repositories, duplicates etc? [01:34] PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/gd.so' [01:34] Anyone have any ideas? [01:34] philip__, Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-browser-l10n_16.0.912.77~r118311-0ubuntu0.11.10.1_all.deb 404 Not Found [IP: 91.189.92.166 80] [01:34] Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg_16.0.912.77~r118311-0ubuntu0.11.10.1_i386.deb 404 Not Found [IP: 91.189.92.166 80] [01:34] Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-browser_16.0.912.77~r118311-0ubuntu0.11.10.1_i386.deb 404 Not Found [IP: 91.189.92.166 80] [01:34] Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/l/language-pack-en/language-pack-en_11.10+20120103_all.deb 404 Not Found [IP: 91.189.92.169 80] [01:34] harsh343: where was it trying to download the package from? it is possible that the mirror you are using is just down. [01:34] Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/l/language-pack-gnome-en/language-pack-gnome-en_11.10+20120103_all.deb 404 Not Found [IP: 91.189.92.169 80] [01:34] Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/l/lightdm/lightdm_1.0.6-0ubuntu1.2_i386.deb 404 Not Found [IP: 91.189.92.169 80] [01:34] harsh343: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [01:35] !pastebin | harsh343 [01:35] harsh343: 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. [01:36] wine isn't working! I tried four different windows programs and they won't run, installation works fine! [01:36] thanks for the help wylde, bastidrazor and ubottu [01:36] ubottu: winehq | test [01:36] test: 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 [01:36] also *Cygnus-X1 awesome UN [01:36] If I download and install Ubuntu 12.04 today, would I have issues upgrading it to the "release version" so to speak at later stages or would I have to re-install the whole thing? [01:36] scialex, I got this error from 1 month [01:37] is it just me or did adobe just give Linux the you know what? [01:37] and i am unable to update [01:37] !ot | goddard [01:37] goddard: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [01:37] devton, would be the best to perform a clean install after. [01:37] Ok. [01:38] though I'm still sort of confused on where to go, I've been to the Ubuntu dev page before and it really isn't clear what the exact steps are in order to get involved [01:38] philip__: thank you for your answers! [01:38] Jordan_U: i guess you dont have the flash bug [01:38] just download it, play with it, and wait for the finall release until you start adding thinkgs. and you're welcome. :P [01:38] Ubuntu 12.04 beta 2 is out!! [01:38] !loco | thestormsedge this might help: [01:38] thestormsedge this might help:: Information on Ubuntu Local Community Teams is at http://loco.ubuntu.com/ [01:39] harsh343: hmm those are the default repos and look fine from here. Can you get to any of them from your browser. (ie http://in.archive.ubuntu.com/ubuntu/pool/main/l/lightdm/)? [01:39] http://linux.slashdot.org/story/12/03/31/1417245/adobe-releases-last-linux-version-of-flash-player [01:39] Jordan_U: you can read here if you haven't heard [01:39] Jordan_U: is there a fix for this? === diegovieira is now known as revolts [01:41] thanks for the Links I'm in NC [01:41] is there an Ubuntu development IRC [01:41] harsh343, did you manually added, removed any repos recently? [01:42] goddard: Every comment up until "is there a fix for this" was offtopic as it was not a support question. For now, if you're using a browser other than Google Chrome or Chromium stick to flash 11.2. In the future Browsers like Firefox may support PAPI or there may be other work arounds, but as of now that's just speculation (which is fine for #ubuntu-offtopic, but not for here). [01:42] ? [01:42] is there a way that i can make it so that a file can be imported from anywhere (regardless of whether it's in the current directory or not)? [01:43] kk I found the development IRC on the development wiki [01:43] that's for all help guys :) [01:44] <(linuxnoob) hi, i'm playing round with x11. got xclock and xterm working. how would I get it to work with let's say... the minecraft server terminal window? === AJC_Z0 is now known as AJ_Z0 [01:44] how do I uninstall the programs in skype? [01:45] http://41.110.235.13 [01:45] I mean wine, sorry [01:46] test, which wine version you're on? [01:46] I have no ideal, I just installed it in the terminal [01:46] http://41.110.235.13:9107 [01:47] test: then you have the latest. you can use the wine uninstaller [01:48] testing my setup, please ignore [01:48] I went the the programs, but the uninstall option isn't there, just the program itself. for none of them will run without some sort of error. [01:49] hihi [01:49] could someone explain the point of IRC to me? [01:49] explain the point of msn [01:49] Spice: Why are you posting links to random IP adresses? [01:50] Spice: furthermore what the hell is on the other side of them? (no way im connecting to an unregistered african ip) [01:50] test: type wine control in a terminal. [01:51] ah cool, thanks, any ideal to make the programs work? none will run [01:52] test: name one program please. also type wine --version in a terminal to see your wine version. [01:52] morning [01:53] Hello [01:54] hello o.O [01:55] I wanted windows version of skype because the linux version sucks, but it won't run. [01:55] wine: cannot find L"C:\\windows\\system32\\version.exe" [01:55] I've got Fedora on this laptop for now, but I have a question about when I was running Lucid on it. If I was on the wireless network where I work, then shut the lid, then cracked it open when I got home, I had ot go through all sorts of gyrations to get on my own wireless network. I've no such problems in Fedora, so it's not the laptop or the networks. Anyone else see stuff liek this? [01:55] test: so it is just about skype? [01:56] yahoo messenger, malwarebytes just for testing and hoyle word games [01:56] comment install xbotnet ? [01:56] 1 [01:56] test, is it looking for the double backslashes all the way through the path? [01:57] test: install playonlinux, and try from there. [01:57] I have no ideal what you mean by that, sorry. I'm a nube [01:57] scialex, yes i am able to open them from the Browser [01:57] mmm ok thanks [01:57] I figured as much with your username ;) [01:58] harsh343: okay that is not good... [01:59] harsh343: can you try it one more time for me? [01:59] scialex, I got http://pastebin.com/Y5cJ1y3n [01:59] test: also check here, especially for games you wish to have them work under wine. http://appdb.winehq.org/ [02:00] harsh343: can you try running apt-get update && apt-get upgade once more for me and put the results on pastebin [02:02] scialex, output http://pastebin.com/2ZKKYUV7 [02:03] harsh343: okay so you were able to update alright. now try the apt-get upgrade [02:04] scialex, upgrade is in progress, Thanks but why not happen with update manager [02:04] I don't think anything is going to work right with this computer with linux on it. [02:06] which one is better zimbra mail server or postfix? [02:06] harsh343: say again? [02:06] angs: which one is better yellow or green? [02:06] test: you have an opportunity to learn a lot here. just do as you told untill you can move on by your own. [02:08] Hello, please recommend a mini ubuntu based live that includes codecs 3rd party extras etc (all the usefull goodies for newbies)? [02:09] MaxHeadRoom: as soon as you say ubuntu-based it becomes offtopic for #ubuntu === chris___0076 is now known as chris_0076 [02:10] maxheadroom: distrowatch.com [02:10] c-c-c-c-catch the wave MaxHeadRoom [02:11] c.c.catch.. oh man.. :P [02:11] I want a MHR clippy replacment [02:13] hey philip, could it be because I am using ubuntu 10.10? I do not like the new version. [02:13] philip_ [02:13] test: No. Please try with playonlinux. [02:13] ok [02:15] it's saying "waiting for apt-get to exit" in the ubuntu software center. [02:15] ps aux | grep apt [02:15] I may need to log out and try it again [02:16] or close and force quit apt [02:16] test: close terminal, synaptic, and so on. [02:16] I did, I'm reopening it now to try again :) [02:17] mmm it says that it's installing but it's grayed out. weird [02:17] test: wait untill it's finished. [02:18] but it's not doing anything, no bar or nothing, I'll just leave and do something else and come back to see if it had moved any. [02:20] lol [02:20] .... [02:24] hey philip_ got this error installing playonlinux.. E:I wasn't able to locate file for the ttf-mscorefonts-installer package. This might mean you need to manually fix this package.: [02:24] Need to quickly blow away partition/md info from a drive .. should I simply dd the beginning of it? [02:25] hey ther eim trying to install flash on 10.10 i need th wget terminal command can someone help me out? [02:25] test: open ubuntu software center again. [02:25] it is open [02:26] should I just try it again? [02:26] whats the wget terminal comman to install flash , im running 10.10 [02:26] command* [02:26] chrislu5tic: wget would allow you to grab the package, not install it [02:26] test: ok. scroll down, you should see some extra packages. [02:26] chrislu5tic, just do it in ubuntu software center, works great. just type in flash [02:27] it wont work through the software center [02:27] chrislu5tic: http://www.cyberciti.biz/tips/linux-install-flash-player-10.html [02:27] might help [02:27] how about flash on ubuntu server [02:27] glewdrarf: why flash on a server? [02:27] tyler_d: browser shots [02:27] chrislu5tic: to install flash open a terminal and type: sudo apt-get install adobe-flashplugin [02:27] glewdrarf: not familiar wiht that [02:27] no philip_ just shows playonlinux and the install button is black meaning I can click it [02:27] test: watch if those are installed or just ticked for installation. [02:28] hmm im running ubuntu 10.10 on a usb with persistent mode... i think its not letting me save stuff, [02:28] test: quit ubuntu software center please. [02:28] I did [02:28] chrislu5tic: I generally recommend a regular installation to the USB over a "persistent" LiveUSB. [02:29] I'm in terminal now, but it didn't work, got another error [02:29] test: and open synaptic. [02:29] ok there [02:29] I cannot get the network address using dhclient, dmesg reports eth1: no ipv6 routers present [02:30] test: now search play on linux on the search box. [02:30] I did and now I can see the "additional required changes === oijoij is now known as m00se [02:31] test: good. apply them. [02:31] ok here goes [02:31] glewdrarf you to to stop Network Manager [02:32] urbancommando: os is ubuntu server 10.10 [02:32] just for information, what are the gas prices where you guys are at, here in mocksville, NC it's 3.99 / gal [02:33] NS its 1.44/ litre [02:33] enough that I'm moving closer to work [02:33] greece: 1.6 euros. [02:33] I may start sleeping in my car outside my work place lol [02:33] lmao [02:33] lol [02:34] public transport [02:34] ok philip_ looks like it's done [02:34] good deal, you are the man, now let's see if my apps will work. [02:34] glewdrarf im assuming eth1 is a wireless card? [02:34] test: ok. thank you. before you do that, [02:34] urbancommando: no [02:35] test: playonlinux, suggest you some applications which can install automatically for you. [02:35] I installed them [02:36] I also clicked the agree to terms. [02:36] Is there any derivatives of Ubuntu derivatives? [02:36] anything else I need to do? how about uninstalling wine? [02:36] ok, admittedly this is a knoppix system, but there is nobody in #knoppix so someone in here might have a suggestion. if i set the pannel to "TOP" and cleck the "menu" icon it still draws the menu list at the bottom. is there a simjple cure ? [02:36] test: you installed what...? there are dozens of applications. nvm. ok. [02:37] test: no. playonlinux works with wine. === Cygnus_X-1 is now known as arthurjohnson [02:38] test: its just meant to make things easier installing apps. === arthurjohnson is now known as Cygnus_X-1 [02:38] ah ok [02:38] glewdrarf can you find your dhcp6s.conf ? [02:38] agent_bob, a minute please. [02:39] it should be located at /etc/ [02:39] nvm [02:39] nice, I hope the hoyle games work. [02:39] How come I'm getting flooded with these in the console? [02:39] bash: warning: setlocale: LC_ALL: cannot change locale (en_NZ.UTF-8 === k7761 is now known as k776 [02:39] Are there any derivatives of Ubuntu derivatives? [02:39] Who do I fix them? [02:40] my mom is adicted to them but her windows has a lot of problems [02:40] test: don't forget the link to the wine forum. playonlinux additionally helps upon installation. [02:40] urbancommando: only dhclient.conf [02:41] can you please send me that link again? [02:41] sorry [02:42] test: http://appdb.winehq.org/ [02:42] thank you [02:42] test: you're welcome. [02:44] just started using newsbin freaking amazing speeds [02:44] sabnzbd [02:45] anyone here had success with usb drivers on wine? Just curious. [02:46] * Agent_bob thought you just made devices avalable to wine and shazam.... [02:46] philip_ I don't see playonlinux anywhere, does it just run a lone side of wine or what? [02:46] test: check under your games menu. [02:47] I did [02:47] lol, never mind [02:47] I see it duh [02:47] test: :P [02:49] well skype still got the same error, a .dll file not found [02:49] and I can't uninstall it either to try again, nice. [02:49] lol [02:50] test: wine --version in a terminal please. [02:50] test: you don't need wine to use skype, skype is a viable for linux [02:50] wine-1.2.2 [02:51] skype linux sucks, it won't show the multiple numbers I have for my contacts. [02:52] test: you should upgrade wine. in the playonliux, browse to wine and tell me what you have there. also, how did you installed skype exactly? [02:52] test: you should not do anything on your own so i can help you. [02:53] I have the installer on my jump drive and opened it with wine, it installed fine, but won't open. [02:53] <[eR]Jester> 1510 USERS [02:53] <[eR]Jester> HOOOLY SHIT!!! [02:53] [eR]Jester: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [02:53] <[eR]Jester> 1510 USERS [02:54] <[eR]Jester> OMFG [02:54] <[eR]Jester> 1510 USERS [02:54] <[eR]Jester> ARE YOU FUCKING SERIOUS... [02:54] [eR]Jester: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [02:54] test: the reason you installed playonlinux was to help you install win programs with it. [02:54] philip_ pol (play on linux) shows wine version x86-64 [02:54] !language | [eR]Jester [02:54] [eR]Jester: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [02:54] <[eR]Jester> LOL [02:54] [eR]Jester: stio that please [02:54] <[eR]Jester> !language h00k [02:54] stop* [02:54] <[eR]Jester> [05:54:33] Sorry, I don't know anything about language h00k [02:54] <[eR]Jester> WTF [02:55] <[eR]Jester> !language | h00k [02:55] h00k: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [02:55] !ops | [eR]Jester [02:55] [eR]Jester: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, nhandler or Jordan_U! [02:55] <[eR]Jester> omfgggggg [02:55] <[eR]Jester> 1510 users [02:55] what's the deal with the bot? does it have a virus? lol [02:55] hi all [02:56] is this for 12.04 now or is that in +1? [02:56] drklunk: that's still in +1 until it's released [02:56] alrighty, is that just #ubuntu+1? [02:56] philip_ WineVersion server temporary unavailable. Please try again later. lol [02:57] maybe it's just not meant to be? [02:57] drklunk: yep [02:57] not to get off-topic but when is 12.04 being released? [02:57] cool thanks! [02:57] ubuntu64bit: /join #ubuntu+1 [02:57] test: open synaptic and search wine. [02:58] hello, can anyone here please help me understanding how to set permissions in apache and svn to prompt users for password when accessing a website? I already managed to setup a lamp server and subversion but I don't know how to set the permissions [02:59] should I just manually select all the "wine" packages? [02:59] test: no! see if there is another version suggested. [03:00] I don't see suggestions, just other versions that aren't checked or installed. === dmogle is now known as Guest23275 [03:00] I have two of them installed. [03:00] or how do I set the permissions in a repository? [03:01] test: quit all applications and open a terminal. leave the chat open. :P [03:01] ok terminal opened [03:02] i am trying to install a program and it need libssl so i installed libssl but the program i am trying to install says Error: Dependency is not satisfiable: libssl.....what do i do [03:02] hey, I'm not quite that dumb, I know to leave the chat open :p [03:03] test: sudo add-apt-repository ppa:ubuntu-wine/ppa [03:03] test: lol :P [03:04] can anyone help me to understand how to setup permissions in a repository? [03:04] that was quick [03:04] sudo add-apt-repository ppa:ubuntu-wine/ppa [03:04] test: sudo apt-get update [03:04] done [03:05] test: sudo apt-get upgrade [03:05] hey you know what I believe the problem is? I forgot to download the 64 bit version of ubuntu, I'm running 32 [03:06] the program is Rcracki [03:06] twst: you'll need the 32 bit libraries to do that anyway. [03:08] Does anyone here know how to customize the icon of a launch in an Awn panel using a png? I coulda swore I was able to do this before, because I have a png of an icon in the directory of the applications, but now it isn't letting me select it. [03:08] *launcher [03:09] wow 11.1 MB [03:09] I use to run 12 mbps fiber optic [03:09] but those days are over for now [03:10] libssl does anyone know what that is? [03:10] or if there is more than one of them [03:12] test: 12 mbps for fiber seems low to me. [03:12] 12104kB/s 42min 47s [03:12] very low [03:13] well I'll get the 100 Mps speed then, would that be enough? [03:13] and my 150" monitor [03:14] test: yes, but you don't really need that. [03:14] I'll share it [03:14] use it as a domain [03:14] hi all :) anyone here got any experience solving problems with Linux and Realtek RTL8111B (r8168/r8169 driver)? [03:14] make money [03:15] test: ofcourse, whatever flows your boat. is that how they say it? :P [03:15] ahthor [03:15] Aethor: ubuntu version? [03:16] anyway philip_ after doing all of this installation and going through all this mess, do you think it would be a good ideal to download and installed 64 bit version of ubuntu? I believe this laptop is 64 bit [03:16] failing on 12.04 and 11.10, works on 10.04 lts [03:16] didnt try others yet [03:16] I have a question for the experts... [03:16] O_o test? [03:16] fails in the same way in the last fedora, opensuse, arch, debian [03:16] aethor, I'm using 10.10 I hate the new version they have out. [03:17] well, I thought about installing 10.4 and waiting another year... but I came here on an off chance that someone knows a solution [03:17] test: according to wine, and others, there is no need to do that. otherwise, you'll have to compile wine for your system. but the benefits of it, wouldn't be that much. [03:18] cause even with the latest driver this NIC wont work in these versions of linux, and in ubuntu 10.04 it works like a charm [03:19] well it is very slow, that's why I was asking. I mean the linux itself to open like firefox and other apps [03:20] test: if you have more than 4 Gb (such as, an 8 GB box, or 12 gb etc) you need a 64-bit OS [03:20] I'd like to change the location to the home folders. I've set up the dual boot with a separate partition for the data. I redirected the folders in Windows and want to do the same in Ubuntu. [03:20] Aethor: on what ubuntu version you wish to run it? [03:20] I have 4 gigs [03:20] memory [03:20] Alright so I'm having issues. If anyone can PM me for a quick chat it'd be fantastic [03:20] test: what are your laptop's specs? [03:20] philip: on the newest that I can, if possible. [03:20] duo core processor [03:20] I was trying to follow instructions but they said to remove the folders on the side which is a greyed-out option... [03:21] Is anyone here familiar with Ultrabooks and Ubuntu? [03:21] duo core 2.00 GHz and 4 gig memory [03:21] test: on 4 Gb you will lose only a little bit - about equal to the amount of your video card ram - if you use a 32 bit OS (same logic regardless if it's win or lin) [03:21] 160 gig hdd [03:21] I had a Ubuntu 11.10 install on this system, and on a reinstall its completely broken... [03:21] can anyone help me get transmissions screenlet working? [03:21] ive been trying for hours [03:22] when is the next LTS coming out? [03:22] I have vista on the other partition and I think it's 64 bit, I never looked lol [03:22] hey [03:22] does anyone know of a remote desktop application that can be installed on ubuntu via ssh? [03:22] epvi virtualbox or vmware [03:22] I assigned static IP on network connections. now the eth interface disappeared. on the ifconfig, only lo is shown. how can I activate the eth0? [03:23] dude this is still installind and downloading stuff. [03:23] boring! [03:23] lol [03:23] Anyone? [03:24] nds: assuming that your /etc/network/interfaces is correct, try ifup eth0 [03:24] urbancommando: would i be able to install and setup completely from an ssh connection? [03:25] philip: you asked on which version of ubuntu do I wish to run it - do you know of a way how to get it to work? [03:27] Aethor: I'm still looking if i can help. [03:27] The issue I'm having is hard to describe, trying to install ubuntu 11.10 on my netbook, I need a bit of guidance to get the partition to work right [03:27] epvi not sure sry [03:27] test: makes sense. [03:27] thanks urbancommando [03:28] sharkfin: normally you need 1 partition for linux and 1 for swap (though that one isn't absolutely necessary) and then if you also want windows, one partition for that [03:29] Aethor: Not the issue. I really need to talk with someone. I'm a total beginner with this stuff. [03:29] Hello [03:29] I can see eth0 on ifconfig, and setted IP. however, the internet doesnt work. what should I do? [03:29] philip_ you didn't hook me up wth some type of linux virus did ya? [03:30] nds: first thing now is to ping your router, see if you can reach it [03:30] nds check dns settings too [03:30] it ping [03:30] nds, i had that same problem with xubuntu, but ubuntu works fine, I'm having other problems with it though lol [03:31] sharkfin: I'm not really an install/partition guru, but if you want, open a chat with me, if I can answer, I will... though I'm at best intermediate [03:31] Aethor: Since its working on 10.10 your best bet would be to reopen te ticket on launchpad. [03:31] I used to have arrows on the top bar next to the mail icon [03:31] nds also the "route" command can tell you if the default gateway is setup correctly and if not adjust it. [03:31] Aethor: guys there are fast. [03:31] philip: there's a bunch of tickets already open against r8168 and/or r8169 [03:32] test: i beleive not. [03:32] when I click on "network connections" on wired connection, it is noted "never" for the last used [03:32] rout is set correctly [03:32] nds: so can you or can't you ping your router? if you can, then the problem is probably dns [03:33] Aethor: model specified. i can't think of something else really. [03:33] philip: ok, thanks for trying :) [03:34] yes I can ping the router, but after the arrows icon disappeared, I have had this problem. [03:34] is it possible that my /etc/network/interfaces setting wrong? [03:34] is there any example settings that I can see? === ubuntu64bit is now known as rofl [03:34] hi!, could someone pleaase help me with a mpd/ports problem I'm having [03:34] Aethor i wish i could really help you. you're welcome. [03:34] nds man interfaces has some examples === rofl is now known as Guest33007 [03:34] i've opened 6600 with ufw, but I can't connect to mpd running there ! [03:35] ufw logs show no connection attempt. it's on local net. === irdx is now known as irdxafk [03:36] nds If there's anyway you can get to your router's http interface if it has one and if it has one of those ping diagnostics, you can try pinging ubuntu.com or google.com from there and see if it's a problem with ubuntu at all [03:36] although my bet's on your dns settings [03:36] just my 2 cents [03:36] hi [03:38] it can ping the router but it can not ping google's IP 216.239.51.99 [03:38] I disabled my firewall [03:39] Is there some utility to enable/disable my touchpad? Based on my research, it is currently unsupported on Ubuntu, so it freaks out and moves the mouse cursor around if I hover over it while typing. [03:39] check the gateway setting - does it know that routers ip is the gateway? [03:39] nds here is an example http://pastebin.com/AR2tC9hD [03:40] controlling mpd on local network / opening port 6600 anyone? [03:40] i messed up on the wireless remove the address and so on.. [03:41] what is zookeeper for ubuntu? [03:41] nds: if you can ping the router but not an outside ip it usually means that it does not know that your router is the router, that is, that it should send packets falling outside your netmask to the router === spo12 is now known as spo12|away [03:42] ubuntu-or [03:42] my inline mic will not work on kubuntu === travis is now known as Guest29380 === bitmonk_ is now known as bitmonk [03:42] tbruff13: open terminal === Guest29380 is now known as TRAVISg === spo12|away is now known as spo12 [03:43] I am getting a segmentation fault when I try to start Chromium in ubuntu 11.10 [03:43] philip__, the alsamixer thing [03:44] I have tried purging and reinstalling [03:44] go ahead and instruct me but i have tried this before [03:44] tbruff13: exactly. [03:44] it is weird that although on the gateway address is assigned on /etc/network/interfaces for eth0, there is no gateway address on ifconfig. however I can ping the router and I can ping ubuntu from another pc in the network [03:45] any idea what could be the problem? [03:45] I dont have the arrow signs on the top toolbar, next to the date [03:46] I can not open Chromium [03:47] nds yes your route can need a line like this example "route add default gw 192.168.1.1 eth0" or your dns settings can be wrong or missing. /etc/resolv.conf might help... [03:47] travisg: after purge reinstall, [03:47] nds: can you give us your /etc/network/interfaces, or at least the part for eth0? [03:47] travisq: did you search for leftovers? [03:48] sure just a sec, I will type manually [03:48] NO how would I do that? [03:48] sorry didn't mean to caps that [03:48] hi all, UFW question [03:48] netstat -apn shows a port is only open for 127.0.0.1 [03:49] how do I change to open for all? [03:51] how do i remove the screen reader? [03:51] it's rubbish in swedish [03:52] dcht00: i guess that has nothing to do with your firewall === Guest23275 is now known as dmogle [03:53] dcht00: it's a matter of the sever opening that port. only the server can decide if it listenes to localhost, another address or all addresses. from which process is the port? [03:53] ufw gives "6600 ALLOW Anywhere" ...........but netstat -apn gives "tcp 0 0 127.0.0.1:6600 0.0.0.0:* LISTEN" ............. [03:53] i found this strange [03:53] i7c : mpd [03:53] wanting to list all child processes for a pid recursively, like the output of pstree, but want a space separated list of pids as the output instead of an ascii diagram [03:54] dcht00: as i said, it's not a matter of the firewall. you have to change in the mpd.conf so that mpd listens to all addresses [03:54] brainproxy: probably pgrep [03:54] i7c : that's a great tip, didn't realise that.. having a look [03:55] dcht00: it's that setting in the conf: "bind_to_address"localhost"" [03:55] not sure, but i think a * should do it [03:56] does anyone know how to either change which keyring google chrome uses, or change which keyring gnome tried to unlock automatically at login? [03:56] i7c : got it! it's "any" [03:56] dcht00: star works as well, i just found out :D but better put any then [03:57] i7c : I've done mpd on a centOS server before and default was indeed "any", while ubuntu has "localhost" ...I guess it makes sense. much thanks! [03:57] dcht00: you're welcome. :) [04:02] ciao a tutti [04:08] hello [04:11] please open a ticket. [04:11] lol [04:12] thank you very much for your help urbancommando [04:12] np [04:13] I have one more question:) I would like to use ubuntu PC as webserver, I already installed apache2 and postfix. do I also need to install dns server on ubuntu? [04:14] why would you run postfix on a webserver? [04:15] as mailserver [04:15] someone here told me that I should use postfix for the mail server, did I install the wrong package? [04:16] you got it right [04:16] what I want to do is to use ubuntu PC for webhost for my webpage and have an email address in the same extension with the webpage [04:16] do I need to install dns server as well? [04:17] so your just running this off of your home? [04:17] or the domain provider takes care of dns ? [04:17] yeah the domain provider will take care if it [04:18] they will give you a dns forgot what its called [04:18] you will still need to configure the DNS records yourself [04:18] yes [04:18] but they will give you some kind of authoritative nameserver [04:18] Hello. Does anyone know how to make Ubuntu continue to re-try DHCP forever rather than give up and have dhclient exit? [04:19] I'm trying to convert centos build instructions to ubuntu. what should I use instead of --with-default-font-path="catalogue:/etc/X11/fontpath.d,built-ins" ? [04:19] xmail - advanced, fast and reliable ESMTP/POP3 mail server [04:20] in tmux: how can i turn off pane split line? 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' [04:21] the webserver has an IP address as 192.168.x.x for configuring the dns records, would it be fine to use the real IP of the router, or does the server require a non-shared real IP? [04:21] Algum brasileiro por ai? [04:23] people will use your external ipaddress to connect to your webserver. Your websever should be setup with your internal ip. You have to tinker with your router to foward... [04:23] been a will ...for be but if i remember correctly thats the jist of it. [04:23] Hello guys... My compiz is not stable, very often it restarts the compiz and mess up the window positions among the virtual desktops... [04:24] I've already tried a purge / install on compiz, didn't help much... any idea? [04:24] urbancommando, thanks a lot for all answers [04:25] nds np [04:26] hi [04:26] bye [04:26] hi [04:26] my compiz is very fast [04:26] :S [04:28] Any one, any idea? [04:29] sry no [04:29] Hello world [04:31] Not entirely sure how IRC works.... Is there a list of channels?? /list ?? [04:32] peroxide, http://irchelp.org/ [04:33] phil__ [04:33] phil_ [04:34] think he went night night [04:34] I was getting help with chromium from some one then my system went down [04:35] If all the panels on the Gnome v2 desktop disappeared, how can at least one be created/restored so that they can be right clicked on to add more and widgets and stuff? I cannot figure out how to add a panel other than backing up all the files created by starting gnome for the first time and letting them be recreated and restoring the backup little by little or simply creating a new user. I'm using Gnome v2. [04:36] !nounity | sattar [04:36] sattar: Ubuntu 11.10 uses GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [04:36] sattar: ooh you are using gnome2 sorry didn't read the last part, just reset the panel [04:37] xangua: That doesn't help me at all. [04:37] !panels | sattar [04:37] sattar: To reset the GNOME panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [04:37] mm [04:37] ah nice, thanks! [04:40] 12.04 upgrade from 11.10: I have updated everything and still have no sidebar (Unity I guess its called) nor any tabs on the top (time, signal, etc.) I can access terminal. Is there anything I can do to install the bars so I can use 12.04? Thanx [04:40] !pangolin | OffGridOps [04:40] OffGridOps: Ubuntu 12.04 LTS (Precise Pangolin) will be the sixteenth release of Ubuntu. Codename announcement here: http://www.markshuttleworth.com/archives/784 | Discussion and support in #ubuntu+1 [04:40] oh sorry I see wrong channel [04:41] you tell him bot [04:41] lol === el is now known as Guest5013 [04:43] !ot | urbancommando :P [04:43] urbancommando :P: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [04:43] :P [04:44] ahaha [04:47] Is there some utility to enable/disable my touchpad? Based on my research, it is currently unsupported on Ubuntu, so it freaks out and moves the mouse cursor around if I hover over it while typing. [04:48] syddraf: use your function keys to enable/disable touchpad [04:49] sysdoc_: here on lucid/gnome2 is an option to disable touchpad while writting, don't know in gnome3 but did you check your mouse settings [04:50] xangua: I'm using Xubuntu, but the hardware drivers don't recognize my touchpad as a touchpad, it thinks that it is a standard mouse. [04:50] As sattar I had just asked how to reset gnome v2 panels and someone suggested `gconftool --recursive-unset /apps/panel && killall gnome-panel` However that didn't work and even I noticed that gnome-panel was not running even. And from terminal I execed `gnome-panel` and they appeared. However, logging out from desktop environment and logging back in and the panels were not preserved or saved, or gnome-panel did not auto === adante_ is now known as adante [04:51] oops [04:51] xangua: o/ see sweetprince's comments if you can help still [04:52] you can try the touchpad-indicator [04:53] when building from source I'm getting an error: "fatal error: drm.h: No such file or directory" although I have libdrm-dev installed and I can see the file under /usr/include/drm/drm.h [04:53] how can I tell the make file it is there? [04:53] urbancommando: I have no program by that name and I do not see it in the repository. Is it under a different package name? [04:53] How can I update my browsers flash without having to download and instal a package? Is there a way to just terminal install it? [04:54] sattar: sweetprince run "gnome-panel &" and in gconf-editor go to desktop/gnome/session/required_components and in the panel setting set "gnome-panel" as value [04:55] hey, I'm in classic mode.. I just added an icon to my top task bar but I don't know how to delete it [04:55] oh! what is release date ??? [04:55] how do I delete an icon from the task bar?! [04:55] Agent_bob: /join #ubuntu+1 [04:55] kah_: right clic remove i guess [04:55] syddraf http://pastebin.com/b13NfGLY [04:56] xangua: haha, I know right? so I tried that and it gives me the option of Launch or Properties [04:56] xangua: mm, it seems to be set there already. brb, reconnecting in `screen` session [04:56] ooh fallback mode kah_ ¿¿ i believe you need to press shift or alt while draging something from the panel [04:56] xangua: it's the launder icon [04:57] xangua: haha, apparently the directory doesn't exist [04:58] kah_ open terminal and type "rm -rf /Desktop/filename" [04:59] urbancommando: did that, nothing happened.. if your suggesting that I should input the file name where it says filename... well there really is no file name [04:59] the directory does't exist.. it's a launcher icon [04:59] urbancommando: Thank you, but touchpad-indicator does nothing but keep enabling the touchpad. [05:00] syddraf even if you disable it? [05:00] urbancommando: There is no disable button that I have found. [05:01] syddraf when you install touchpad-indicator it there should be a setting so you can disable the touch pad. [05:02] weird [05:02] urbancommando: When I click the indicator icon, all it has is "Enable". I think there is a more fundamental problem, since Xubuntu's mouse properties think that it is a "PS/2 Standard Mouse" [05:09] syddraf have you tried this work arround http://pastebin.com/i9CLa6Hm [05:09] save the file and make it executable. Then put it in your start up. [05:10] urbancommando: I have "Couldn't find synaptics properties. No synaptics driver loaded?" [05:10] lol [05:12] syddraf type this in terminal xinput list [05:12] urbancommando: It's so frustrating. I have the package for synaptics drivers installed, but apparently they don't work with this model. [05:12] and do you see your mouse listed? with the id ? [05:13] http://paste.ubuntu.com/914108/ [05:13] urbancommando: "PS/2 Generic Mouse id=11 [slave pointer (2)]" [05:13] nice === hybrid_ is now known as o0o0o [05:14] syddraf now type xinput set-prop 11 "Device Enabled" 0 [05:14] keep your fingers crossed [05:14] MOTHER OF GOD IT WORKED [05:14] lol [05:14] Thank you very much. I've been fighting with this for about a month now. [05:15] write it down incause there is a patch so you can enableit [05:15] urbancommando: Is there a way to determine if it is currently enabled? I'd like to write a toggle script. [05:16] urbancommando: I found it. Thank you again. [05:16] :) === `mOOse` is now known as m00se === matias_ is now known as matiasjrossi [05:25] anybody out there? [05:25] mornin [05:25] mornin... [05:25] well... yeah [05:25] hahaha [05:25] so I installed ubuntu 12.04 today [05:25] just got this version of ubuntu up and running and it's change a bit. [05:25] yeah me too [05:26] haven't used ubuntu since 7.10 [05:26] it's changed a LOT then [05:26] me since 10... [05:26] yeah [05:26] trying to find the darn menu. [05:26] press super/windows [05:26] the list of programs... [05:26] yeah im just trying to get my graphics driver to work but I don't see anywhere to change settings [05:26] anybody have experience using amd switchable graphics? [05:26] There is no list! You just search for what you want. [05:27] 12.04 is in #ubuntu+1 stuntman_dan [05:27] ah thanks man [05:27] it will switch over to this channel at the end of the month I assume? [05:27] once its released yes [05:27] so you search in the dash home? [05:27] cool === anonymous is now known as Guest18383 [05:33] Hi [05:34] hi [05:34] Any tool like putty connection manager available on ubuntu ? [05:34] what is the tool for? [05:35] kaushal putty ssh [05:36] shell server? [05:36] !putty [05:36] PuTTY is an !SSH client for Windows. Please see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage and downloads. See also !scp (Secure CoPy) [05:36] !SSH [05:36] SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon) [05:40] any one else having problems w/Firefox and cpu spikes? [05:41] bloodriver: I think it's a java thing [05:42] How so? [05:43] bloodriver: try disable java and see if it continues === chris__0076 is now known as chris_0076 [05:43] so i update java? [05:43] disable okay [05:44] bloodriver: you should probably update anyway [05:45] I am running Ubuntu 10.04 and Firefox 11. Videos on the internet a choppy. If I restart my computer they are not choppy for sometime, maybe an hour which must depend on what I have done I guess [05:45] bloodriver: though based on the information available (no info), i'd say it has more to do with flash rendering. What are you doing when these spikes happen? [05:45] Videos that I have downloaded are not choppy though [05:46] r4y: cpu overload? [05:46] I am not sure [05:46] i have firefox 11 it freezes tight after a minute or so [05:46] Does it matter if the cpu was overloaded then not overloaded then I watch a video? [05:47] I shut the browser down [05:47] and use Opera [05:48] I didn't make what I was asking clear but I am not sure how to word what I was asking [05:48] I meant what I last said [05:48] r4y: just what are you running when using the browser to stream videos and what are you running after downlloading then watching? [05:50] movie player after I have downloaded a video using downloadhelper and downthemall works great, but when streaming videos online it evenually starts to get choppy [05:51] I need to run a set of tests, strictly watching one video at a time one after the other, and if there is a problem then I don't know what the problem is [05:51] Like you said it can be the cpu [05:51] r4y: update flash and your browser? what are the specifications of your pc? [05:51] yes [05:51] There are 2 ways to install flash [05:51] install the flash installer and install flash from the web [05:51] or [05:52] i can't install gimp ,os is ubuntu 11.10 [05:52] install flash from the Ubuntu Software center [05:52] I should run my test [05:52] ok [05:52] TY for the help [05:52] faweideniu: explain more to the channel [05:54] could anyone let me know how to fix the blank square so i can watch justin.tv? [05:54] sorry [05:54] aeon-ltd: thanks [05:54] there's a blank box where the video should be [05:55] newbchessplayer: install flash player [05:55] it'a a heavy snow storm [05:55] newbchessplayer: or enable it [05:55] i did [05:55] newbchessplayer: restart browser? [05:55] i didn't know you have to enable it. it doesnt work on chrome or firefox [05:55] tried that [05:56] newbchessplayer: where are you? home? [05:56] what?? [05:56] newbchessplayer: are you at a school or workplace? [05:57] he's just wondering if your behind a firewall [05:57] no im home [05:57] newbchessplayer: well are you behind a firewall or some kind of restrictive proxy server? [05:57] no [05:57] hi... I am looking at users who logged in to my machine, I see there is a user logged in through "__" (underscore underscore) instead of a tty... anyone knows what is this and why it happened? [05:58] newbchessplayer: have you used this website before? === LinoSP_ is now known as LinoSP [05:58] yes [05:58] od1kanobe === overdose is now known as OverDose1 [05:59] maybe i need to install gpu card drivers [05:59] newbchessplayer: you did't accidentally block it using an adblock type addon/extension? [05:59] i disabled those [05:59] newbchessplayer: you chould probably have gpu drivers installed anyway if you intend to render anything with speed. [06:00] *should [06:00] ok thanks [06:00] any other advice? [06:01] newbchessplayer: none besides reinstalling flash etc, though chrome has flash installed within itself so it's odd that it's systemwide [06:01] ok thank you === Dorito is now known as Guest83787 [06:10] how do I get ZSNES to work on Windows vista? [06:12] Hello [06:12] hello there I am getting a error after upgrading today it is with mountall error that I am getting is mountall / mount{007} terminated with status 32. How do I get the file system to mount so that it is not read only ? [06:12] https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/575293 ^^ [06:12] Launchpad bug 575293 in mountall (Ubuntu Lucid) "mountall trying to check mounts with pass=0" [Low,Confirmed] [06:13] I suppose it can't be impossible to install this package, but it probably takes a bit of effort [06:13] foo357, whta package is that ? [06:20] * bburton1 waves at MPSimmons === LinoSP_ is now known as LinoSP [06:27] is it possible to set apt policy in a way that will always prioritise packages from the older releases and yet allow apt-get to satisfy dependencies with packages from the releases with lower priority when it is asked to get certain package from specific (newer) release explicitly? === companion is now known as Companion [06:31] to update everyone...i was having problems w/Firefox 11...freezing up tight...sometimes the entire desktop...but I disabled some add-ons and it seems to be running fine now...the add-ons seem to be 'self-loading' via sync extension...will have to check these settings...but problem solved for now...thanks for the help and advice [06:32] weather here is odd....have to mow the lawn in a parka [06:33] O:-) [06:34] babye === XuMuK|znc is now known as XuMuK [06:36] heyoo anybody around? [06:40] hello all. is it possible to remove menu for Alt+F2 and use old? [06:40] stuntman_dan, yes [06:41] alright well Ive been reading through this [06:41] http://ubuntuforums.org/showthread.php?p=11712748 [06:41] as my laptop has a 7690m/intel 3000 [06:41] hi guys how do you block https://www.google.com/calendar from your router or host file without blocking access to other google services? [06:42] and partway down it says in order for the intel driver to communicate with the catalyst control centre, xserver-xorg-video-intel has to be compiled with '--enable-sna' [06:42] how exactly would I go about doing that? [06:50] A === openbees is now known as viky === viky is now known as openbees [06:53] according to http://www.xfce.org/about/tour "Thunar now has optional support for GVFS which will allow you to browse remote shares using Thunar: FTP, Windows Shares, WebDav and SSH servers..." [06:53] hi :) [06:53] i don't see how to get it working though [06:54] i'm trying to use webdav, but i see no means to do so [06:54] i am looking into securing Ubuntu Server, I have been googling but haven't found a definitive "this is an accepted guide" to doing so [06:54] is there one that I am not finding? [06:54] Also - I have read about HardenedUbuntu is that something that is already available or still in plans? [06:55] (also if I should be askign somewhere else please let me know :x ) [06:55] Dwayne_, this may be helpful http://askubuntu.com/questions/94045/how-to-secure-ubuntu-server [06:55] Dwayne_: Ubuntu Server is pretty secure by default. If there were something which could be done which could make it more secure, without side effects which could cause problems for some users, it would be done by default. [06:56] if you really want more security, you might be better off going with openbsd [06:57] ah, I see [06:57] thanks guys [06:57] how can I tell grep to not search in hidden folders? [06:57] I will look into openbsd - I believe we plan on using it for a lab so we chose ubuntu because a lot of us are familiar with it :) [06:57] niloy, -v excludes [06:57] Thanks again for your help! [06:58] np [06:58] tanath, -v isnt exactly what I am looking for, I just need grep to ignore .svn folders [06:59] niloy, then why not 'blahblah | grep whatever | grep -v '.svn' [06:59] Hi, I have problem with my Ubuntu. My WIFI transfer slows down to 0b, 14b. [07:00] tanath, ok thanks, I was hoping it would be possible with one grep [07:00] i have atheros AR9287 [07:00] niloy, i don't think so, but i don't think it makes much difference to use two [07:00] tanath, just found out... --exclude option [07:01] niloy, you could use regex [07:01] niloy, but it'd be easier to use -v... [07:01] how can i use apt-get with ubuntu 9.04? [07:01] tanath, ok thanks, will use -v [07:01] Anyone can halp my with my wifi atheros AR9287 ? [07:02] ocx, same as every other release: in terminal [07:02] isnt it deprecated? [07:02] Hello guys! I'm creating online gtk2/gtk3 theme generator. Anyone interested? [07:03] ocx, which? [07:03] tanath, I lose color coding when using -v [07:03] ubuntu 9.04 [07:03] are we still able to install packages from it? [07:03] niloy, --exclude-dir=DIR [07:03] read on some posts that i need to update the distro to 10.x [07:03] tanath, thanks [07:03] niloy, 'man grep' :P [07:03] tanath, :P [07:04] ocx, yes, the release numbers are dates in the form of year.month [07:04] ocx, there's one every 6 months === abcd_ is now known as Guest25901 [07:05] the qurstion is, can you still use apt-get with the 9.04 for the time being? [07:05] ocx, oh, you mean will you still be able to use the official repositories... [07:05] yes [07:06] ocx, i'm not sure what the earliest available one is anymore... but yes, you should update [07:06] !eol | ocx [07:06] ocx: 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 [07:06] ocx, if your concern is resources, consider using a lightweight release, like lxde [07:07] hello guys, i have a problem, im using oneiric ocelot, i updated it yesterday using update manager, and since then, icons on my desktop keeping apearing and disappearing, why is this happening? [07:08] FYI [07:08] http://askubuntu.com/questions/48025/what-to-do-when-cant-update-anymore-with-apt-get [07:10] anyone know how to set up webdav in xfce/thunar? [07:12] Hi all. is there official documentation for casper anywhere? [07:12] I'm having trouble with some aspects of livecd creation and if i had some sort of official "here's how to do casper correctly" guide that'd help to have as a reference. [07:13] Hello [07:14] mrled, this may be helpful https://help.ubuntu.com/community/LiveCDCustomizationFromScratch [07:14] tanath: yeah, that's the guide I did follow, but I'm running into problems on systems that have drives with mdadm logical drives on them [07:14] it kernel panics [07:15] There are so many nicks here, and I can't remember who I was talking to. [07:15] I filed this bug, but I'm not really sure if I did it right or there's a better place to ask for help. [07:15] Launchpad bug 965735 in casper (Ubuntu) "Casper can't find cow device when mdadm RAID disks are attached" [Undecided,New] [07:16] how can i unblock if ther is blocked site in ubuntu by proxy? [07:16] Anybody knows how to fix this: sudo: /var/lib/sudo writable by non-owner (040757), should be mode 0700 . [07:16] ? [07:16] hi [07:17] mrled, not sure i can help you there [07:17] mrled: did you use the alternate ubuntu iso as a starting point? as I think it has support for luks and raid [07:17] 有木有中国人? [07:18] HackerZedi, sudo chmod go-w /var/lib/sudo [07:18] HackerZedi: The default permissions are 0700, do you have any idea how the permissions of this directory changed? [07:18] !cn | changhe [07:18] changhe: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [07:18] sacarlson: no, I didn't, and I'm not sure how I would do that. [07:18] mrled: it's just another casper disk that has a few extra things in initrd [07:19] Hello [07:19] tanath: I tried that already but it didn't work [07:19] can anyone help me with installation of virtual box? [07:19] Jordan_U: No, I don't know [07:19] sacarlson: hmm ok I'll try it, thanks. [07:19] how can i unblock if ther is blocked site in ubuntu by proxy? [07:19] Hi, I would like to give a user privilege to log in SFTP with filezila but remove SSH access in console... is it possible ? [07:20] wondering if anyone know why I can't install virtual box? [07:20] montanelly: Which distro are you using? [07:20] HackerZedi, sudo chown -R root /var/lib/sudo [07:20] booh-: yes, look at the "scponly" packate [07:20] I got ubuntu 10.04 [07:20] I have encrypted external hdd. This hdd has some problems with it's slot and sometimes it unpluggs and plugs back without any reason. Now when it does that, I cannot remount it because there still is entry in dev mapper with uid of that disc. crytpsetup luksClose doesn't work, unloading dm_crypt from kernel doesn't either. I don't want to reboot my pc every time it happens, or mount it manually. Any [07:20] idea how to fix this? [07:21] mrled: here is some docs that point out you need alternate install disk https://help.ubuntu.com/community/Installation/SoftwareRAID [07:21] way, if you're using a proxy that blocks sites, i'd suggest using a different proxy. or navigating to a site that lets you get around it [07:21] I got downloaded virtual box from www.virtualbox.or [07:21] tanath: It didn't work [07:22] HackerZedi, what have you done? lol [07:22] montanelly, wouldn't it be better to ask the virtualbox crew? [07:22] montanelly, virtualbox is in the repositories. why aren't you using that version? [07:22] sacarlson: thank you, I hadn't seen that before. [07:23] HackerZedi: What is the output of "ls -ld /var/lib/sudo/"? [07:23] montanelly: Go here http://download.virtualbox.org/virtualbox/4.1.12/virtualbox-4.1_4.1.12-77245~Ubuntu~lucid_i386.deb [07:23] what i mean is the site is blocked in our organization but currently i have document inside that site so how can i use it? it is facbook [07:23] Jordan_U: drwx------ 3 root root 4096 1985-01-01 00:00 /var/lib/sudo/ === manju is now known as manju12 [07:25] HackerZedi: That's correct. === Manu is now known as Guest75887 [07:27] is chromium-daily available for 12.04? [07:27] Jordan_U: Thanks for your replies.Its been corrected now(Somehow). [07:28] hi... I am looking at users who logged in to my machine, I see there is a user logged in through "__" (underscore underscore) instead of a tty... anyone knows what is this and why it happened? === Guest75887 is now known as manu_x[-0-] [07:30] i'm having problems with ubuntu n my printer connected to a parallel port... is there any distribution which will deal better with parallel port? [07:30] :) [07:31] Hi, if I downloaded a 3rd party software and compile/make them in the very same directory. The new software don't tend to end up in /bin or /usr/bin... even in 'Application'(GUI)... I wonder how do I make the access to 3rd party software more easier than manually access to the active program. [07:33] ryzzan: Do the following, "apt-cache search printer parallel port" (without quote) [07:33] dfcnvt: You should generally avoid compiling software from source. What are you actually trying to install? [07:34] Altera (Electronic Design for schematic/simulation/testing purpose) [07:35] The software already installed... It's ready to use. I'm asking how do I pull this software and make a icon out of it in Application menu? [07:35] an* [07:36] I assume ln (link) would be it... But I'd like to hear someone comment on that. [07:37] * dfcnvt is thinking two different things.. My problem and ryzzan problem. [07:37] Oh, nevermind, he left. [07:38] :\ hello? [07:39] Does anyone know why I'm missing grep.1.gz, and lots of other stuff in my /usr/share/man folder? I have some manpages, but not all. Just did apt-get purge manpages && apt-get install manpages, didn't help. [07:41] hi all [07:41] helge_: I'm guessing manpages-dev may have some additional information? [07:41] way, one option: http://www.peacefire.org/circumventor/ [07:41] i've got a BenQ e2400HD Monitor with 2MP Webcam on top. How to get it work? [07:42] mrled: !!! So much job to do to make user log in but have access to only his home directory! [07:42] lsusb doesnt list it [07:42] jixxar: try luvcview [07:43] dfcnvt: nope, it's installed and I find no grep.1.gz in /usr/share/man (like I do on other machines that I'm checking) [07:43] way, could also try httpseverywhere, or tor [07:43] it works [07:43] dfcnvt, how to get it work with skype? [07:44] helge_: Hm, I've tested on my computer (this is by default, nothing is added or removed) on my regular Ubuntu system... 'man grep 1' did show up. [07:45] Hello [07:45] jixxar: If luvcview did work and showed up... then you should know the address to your camera... Assuming it is /dev/video0 ...Then you add that information on your Skype [07:45] I've got a computer running ubuntu 64 bit, I want to install a particular package that only comes for the 32 bit arch [07:45] still i oudn't find it? [07:46] dfcnvt: yeah, I know. It worked before. (grep is just one example, I'm missing loads of other ones too, like ls) [07:46] not sure why the went missing, or why they don't get reinstalled with apt-get install manpages [07:47] helge_: If you're talking about Help Content... then that's a different story, I do encounter that problem.. But if only directly on the terminal with a man command for manual then I'm not sure what is it you're looking for specifically. [07:47] dfcnvt, skype tells me that it cant find any webcam [07:48] this 32 bit package needs for example libstdc++6... so I suppose I need to have parallel installations [07:48] jixxar: Did you add the information? (assume it is /dev/video0) [07:48] dfcnvt, yeah got it :D [07:48] many thanks man [07:49] dfcnvt: thanks anyway [07:49] jixxar: np [07:49] booh-: did you look into chroot for ssh? http://www.techrepublic.com/blog/opensource/chroot-users-with-openssh-an-easier-way-to-confine-users-to-their-home-directories/229 === KAISforza is now known as KaiSforza [07:49] how do i get my webcam to work with skype in ubuntu 11.10? [07:51] I've got libstdc++6 for 64 bit architecture installed, is it possible to install the 32 bit package without conflicts? [07:51] iqrama: you might need the to convert you webcam to v4l2 if it's a v4l legancy , there is a app that does that [07:53] Sacarlson,: what is the app called? [07:53] iqrama: I've answered the same question as yours. Did you have the opportunity to read the previous comments? [07:53] Hello. I just installed Ubuntu. Trying command ./configure, but it wont work. Wich package should I install to have "configure" ? [07:53] Installed build-essential already, but no deal [07:53] sacarlson: I check for rssh and rssh.conf [07:54] iqrama: I'm looking for it now in google [07:54] iqrama: Nevermind, follow what sacarlson recommend. [07:55] Shoot, I have not solved my problem. [07:55] Eh, I'll just google it. [07:56] i have v4l2ucp but i can't get my way around it [07:56] whois monadist [07:56] iqrama: here are some notes that look much like I used to have to do with my old cam on skype with LD_preload http://community.linuxmint.com/tutorial/view/219 [07:57] iqrama: you might find others like it for ubuntu, I just didn't bother to look when I saw the ld_preload in the article [07:58] Cn anyone help me? i installed Steam on Wine and my friend list is somewhere outside my screen [07:58] iqrama: other solution is get a new cam that will probly work with v4l2 [07:59] iqrama: I'm throwing in a wild guess, just add /dev/video0 in your video preference on your Skype.. [07:59] skurcey, hold Alt and drag the window to find edges or the maximize/minimize buttons [07:59] ok ill try [08:00] Sacarlson: thanx, lemme try out your solution, will let u know in a bit [08:01] Dfcnvt: i will try it out now [08:06] iqrama: Try run luvcview via terminal [08:08] dfcnvt: im installing it now [08:08] iqrama: Let me know after you run luvcview. (assume if you don't have it then, apt-get install luvcview) [08:09] Alright, after install then do run and let me know the result. [08:09] sacarlson, good... it's done thanks :) [08:10] booh-: so it worked? very good [08:10] dfcnvt: i have installed it, but after running luvcview, it's giving me this ERROR: Requested frame format MJPG is not available and no fallback format was found. [08:10] Init v4L2 failed !! exit fatal === neolive is now known as neopsyche [08:11] Then that tell me you have a problem with v4l2 [08:11] Did you install v4l2? [08:12] iqrama: bummer I found another note that looks the same for ubuntu https://help.ubuntu.com/community/Webcam that points out some things [08:12] iqrama: I'm making a wild guess (again) Install this one... libv4l-0 [08:13] then run luvcview to see the result after that. [08:13] hi.. my xwindows have stopped responding to any events...but my music keeps playing and i can type in here and see all this fine.. but i can't close or minimize this window, or alt-tab to another [08:13] iqrama: also best to see if your cam works at all with cheese === KaiSforza is now known as KAISforza [08:13] oh there it goes.. maybe a stuck key.. [08:13] thanks guys.. ttyl [08:14] Hello [08:14] I've got a computer running 64 bit, I want to install a particular package that only comes for the 32 bit arch [08:14] I've got all the required packages, but in 64 bit versions of course [08:14] foo357: and what package might that be? [08:15] sacarlson: it's a package from a company's website [08:15] they only supply it for 32 bit arch [08:15] foo357: and the name is? [08:15] foo357: All I'm thinking is "apt-cache search 32".... Which is what you wanted.. not really narrowed down the specification. [08:15] sacarlson: foobusiness inc [08:16] dfcnvt: so if I installed the 32 bit versions of the required packages things could be ok? [08:16] probably yes [08:16] foo357: I've no clue. Never run into this kind of experiment. [08:17] iqrama: What is the news? === sddhrthrt is now known as naotuh [08:18] foo357: I'm not finding any packages for foobusiness [08:19] it's a pretty small, local company [08:19] hi [08:20] foo357: I think you made it up... But I guess this is just what you wanted.. "apt-cache search 32 foobar" [08:20] foo357: well with so little to work from this is all I can provide http://maketecheasier.com/run-32-bit-apps-in-64-bit-linux/2009/08/10 [08:21] sacarlson, seems to work yes... thanks. [08:21] thanks for your advice [08:21] I'm just not sure if I have to chown root:root for the home directory... [08:21] foo357: gdebi /path/to/packagename.deb <- should pull in all required dependencies, providing the package is properly packaged [08:22] *provided [08:22] on gnome xchat... does anyone know how to clear screen? [08:22] for example, on irssi, it was /clear-all [08:23] /clear ? [08:23] thanks [08:23] yeah.. [08:23] ;p [08:24] Hi, I'm curious about the new things in Qt5.0 especially QtQuick2.0 and therefore added ppa:forumnokia/fn-ppa (via apt-add-repository) to my kubuntu packaging system. But I'm unable to find any qt5-* packages. [08:24] I ran "apt-get update" but "apt-cache search qt5" does not give any results (except libmgl-qt5 - which is not relevant for me). [08:24] Btw, I'm using Ubuntu 12.04 / Precise [08:25] Rabenklaue: -> #ubuntu+1 [08:25] Rabenklaue: For 12.04 queries, can you ask in #ubuntu+1 until its finally released. Thats the support channel for development versions and you'll get more people with experience of it in there [08:25] hi, can anyone tell me what the meaning of the number prepended to conf files in conf.d/ represents? my guess is that it's priority over packaged versions of the same file or something [08:26] Rabenklaue: I guess qt4 is the only latest for Ubuntu to provide... If you want the latest update then probably need to manually access to qt official site for that source. [08:27] Rabenklaue: Ah, what DJones said. [08:27] hey guys [08:27] hello guys [08:28] is there anyone who know about ncrack [08:28] mrintegr1ty: Which program contain conf.d? [08:29] im havin an issue does anyone know how to dualboot ubuntu and windows on a ssd? [08:29] dfcnvt: /etc/conf.d/##name [08:29] dillon58078: why would that be any different to dual-booting from HDD? [08:29] dfcnvt: all solutions are not working, i have tried using vlc and the camera is working alright, but with skype no, maybe i should try restarting my machine [08:30] I am wondering what the number (##) represents in these conf files? /etc/conf.d/##name [08:30] good question lol but i get an error everytime [08:30] mrintegr1ty: hm, I'm not seeing conf.d in /etc directory [08:30] define 'an error' [08:30] iqrama, did you download libv4l-0 ? [08:31] says that the installation cannon continue blah blah blah disk may be damaged or unreadable.....but it isnt i used the same disk to install ubuntu on my laptop [08:31] dfcnvt: ah sorry, in this case i mean /etc/apt/apt.conf.d/ [08:31] dillon58078: what says that? [08:32] the error that pops up when i try to install ubuntu alongside windows on my ssd [08:32] folks, I just found out about gnome screenlest which seems really nice, but I can not move the widgets, anyone know how to? [08:33] here's the deal... i'm trying to install this printer connect to my computer via parallel port [08:33] ive also tried just installing ubuntu fresh format and i still get an error but i know the disk is good [08:34] but ubuntu doesn't detect it all the time [08:34] hi everyone [08:34] it shows and disappears all the time [08:34] ive been messing around with this for bout a week and its really starting to bug me [08:34] dillon58078: Have you tried running the disk integrity check from the LiveCD boot menu? That will check not only that the CD is good, but also that the CD drive is reading it correctly. It's also not clear from the error message if it's the installation media or the destination disk which is "damaged or unreadable" could you please quote the exact error message word for word or provide a screenshot? [08:35] dfcnvt: i did [08:35] iqrama_: and the result of luvcview? [08:35] i'm having the strangest problem with Evolution mail.. it ALWAYS crashes when sending mail to certain email addresses (some .co.uk, some.org, etc) and if i start it with --debug=/some/file.log or strace evolution, it works just fine! so i'm unable to generate a log to help show what's going wrong :| [08:35] dillon58078: so you have been able to install ubuntu on this ssd before windows was installed, but after windows you can't even now if it's alone? [08:35] mrintegr1ty: I'm looking into "man apt.conf" to see any relevant to number [08:36] anyone? [08:36] :P [08:36] dfcnvt: thanks i was also reading that [08:36] hello [08:36] mrintegr1ty: A simple search for 'number' would to type '/number' (without single quote) [08:36] mrintegr1ty: Nothing came up. [08:37] dfncvt: im getting this after running luvcview, SDL information: [08:37] Video driver: x11 [08:37] A window manager is available [08:37] Device information: [08:37] Device path: /dev/video0 [08:37] Stream settings: [08:37] iqrama_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [08:37] dfcnvt: yeah weird i know, thats why i asked here :) [08:37] DXBLouie`, have you tried changing ur smtp port? lately the 25 port is being changed [08:37] Hm what channel can I go to regarding a question about IIS, Windows, Ubuntu & Nginx [08:37] dfcnvt: it is not only apt that uses that scheme for conf file naming though so it might be in the LSB or something [08:37] iqrama_: Then try this, luvcview -d /dev/video1 [08:38] ive tried installing just ubuntu and it didnt work and ive tried dualbooting and it didnt work..... the disk is good i just used it to install ubuntu on my laptop [08:38] dfcnvt: ok [08:38] here's the deal... i'm trying to install this printer connect to my computer via parallel port... but ubuntu doesn't detect it all the time... it shows n disappears [08:38] ryzzan, it's my own SMTP server, and i use Secure SMTP.. plus i can send mail just fine, it's just some addresses.. evolution crashes the moment i click send, before it actually tries to connect to the server (verified from the server side and with TCPDUMP) [08:38] maybe ubuntu just doesnt like my computer :( [08:38] dillon58078: ya I'm convinced it's a install media problem as Jordan_U points out try the integrity check [08:38] dillon58078: Did you see my comment and questions? [08:39] dfcnvt: ok [08:39] mrintegr1ty: perhaps. It could be priority [08:39] iqrama_: So, did you get the camera working? === myrtti is now known as Myrtti [08:39] well the ssd is brand new and installs windows 7 fine so its not the hard drive and it cant be the disk cuz i used it to install ubuntu on my laptop. [08:39] Jordan_U: I think some people can't read long sentences? [08:39] iqrama_: Did it show your face? [08:39] i used nero to burn it [08:40] dfcnvt: yeah thats my thought too. need to know how it works though [08:40] anyone? [08:40] :( [08:40] hey ryzzan I could be way off but is the hardware irq's setup correctly [08:40] I'm trying to package ATI driver, is there a way to do this with interface? [08:41] iqrama_: If it work and it showed your face... Then I guess a restart would resolve back to /dev/video0 than /dev/video1 [08:41] whoaski, gonna check... ty... but i think it is, since it works from time to time [08:42] dillon58078: I think it's your cd media at fault, have it integrity checked (the tools to do so are included on the cd) [08:42] mrintegr1ty: I mean, 00trustcdrom seems not very important and it's just a cdrom... whereas 99synaptic is kind of very important due to its use for apt... [08:43] the time to time makes me wonder if it doesn't like to be shared. I have no idea if that is it but it is something I would check. like I said I could be way off [08:43] does anyone know how to either change which keyring google chrome uses, or change which keyring gnome tried to unlock automatically at login? [08:43] dfcnvt: yeah, not sure about that though as it is dependant on the systems usage.. the root filesystem might run from a cdrom in some cases [08:43] How do I figure out what VNC server I've got installed, and start the service, over the terminal/SSH? I rebooted the server in my lounge room (which doesn't have a keyboard/mouse/monitor) and I don't have it set to auto-login so I need to putty in and start VNC manually so I can tinker around, but I can't figure out how.. [08:43] hello, how can i delete all with X ? [08:44] i just want shell [08:44] hey guys can i get the stream url from this site http://www.live365.com/index.live ? [08:45] dfcnvt: still not happening [08:45] arcsky: Please rephrase your question. I don't understand it. [08:45] arcsky: sudo apt-get remove --purge xserver-xorg [08:45] iqrama_: After you run "luvcview -d /dev/video1" ... Did it show your face? [08:46] iqrama_: Why don't you run "ls /dev/video*" to see if you do have it there. [08:46] no it did't [08:47] schnuffle1: and gnome? [08:47] iqrama_: Nothing on /dev/video* ? [08:48] How do I start vnc server through the terminal? [08:48] i just ran, and the result is /dev/video0 [08:48] arcsky: sudo apt-get --purge remove ubuntu-desktop [08:48] TommoDMC, i would use x11vnc if i were you [08:48] iqrama_: Ah, you do have it there.. So, how about try "luvcview -d video0" then smile for the result. [08:49] ok lemme try [08:49] tnet.org [08:49] luvcview -d video0 [08:49] anthropos, you mean just install x11vnc over whatever I'd installed already? I have 11.10 desktop and whatever GUI comes with it natively, so I'd have expected it to be 'vncserver'... except I can't find that in /etc/ [08:50] iqrama_: correct, not here on the irc.. on the terminal. :p [08:50] TommoDMC: this is what I used vino-server and was able to start remotely over ssh http://askubuntu.com/questions/4474/enable-remote-vnc-from-the-commandline === Lupinedk is now known as lupinedk [08:51] TommoDMC: and you should also try that x11vnc, I used it also with some success [08:51] my bad, still nothing, it giving an error "opening v4l interface: no such file or directory [08:52] so hey guys ubuntu, ruby on rails, apache2,my sql thats a good blend for a web server? a secure one? [08:52] dfcnvt: it does seem to be just the order of precedence as we suspected [08:52] dfcnvt: asked in ubuntu-server also [08:53] iqrama_: is it we can't fine this file /usr/lib32/libv4l/v4l1compat.so ? [08:53] iqrama_: oh maybe your running 64bit? [08:53] im running 32bti [08:53] whoaski: its a setup that is often used but has nothing to do with being secure or not. That depends on the apps you use and your specific configuration [08:53] sacarlson, /usr/lib/vino/vino-server exists but i cant run it, just putting 'sudo /usr/lib/vino/vino-server' returns: "Cannot open display: Run 'vino-server --help' ...blahblah", which doesn't appear to have a man page [08:53] iqrama_: ok and is that file visible? [08:54] TommoDMC: I wonder if x11 is running at all? [08:54] yes but don properly it's as good as the next guy right? [08:54] done^ [08:55] TommoDMC: oh and to run that I guess you would have to setup autologin before it would work with vino-server [08:55] whoaski: yes but you will find people telling you that nginx or lighty is the way to go so I only can say: It's a setup that has proved to work === kpow is now known as Guest83400 [08:56] sacarlson: I have my camera working properly and there isn't libv4l directory in /usr/lib32 directory. So, if he said he don't have it then it's not the actual source of problem. [08:56] whoaski: for security, check selinux, mod:_security, mod_thorottle, fail2ban, ...... [08:56] i cant c the the file in explorer [08:57] iqrama_: Can you give me the model of your camera? [08:57] I have read about nginx I thought that was kinda like an add-on so to speak, does nginx replace apache2? [08:58] iqrama_: dfcnvt: I see in this other note it used a different path "LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype" [08:58] iqrama_: I'm running ubuntu 10.04 and I see that file present [08:59] it's all new to me kind of a project of mine [08:59] iqrama_: I use skype with /dev/video0 specified in the preferences, have you tried manually setting it in skype? it doesn't always detect it automatically [08:59] it labtec 2200 [08:59] sacarlson, how do I find out if I have x11 installed? when I type in 'x11' and hit tab (in putty), I get the options: x11perf, x11perfcomp [08:59] iqrama_: Thanks, I'll google it and learn a bit mroe [09:00] thanks [09:00] mrintrglty: i have tried tht [09:00] thanx [09:01] TommoDMC, i think ubuntu uses vino normally. i don't use it [09:02] hi guys!!! [09:02] i have ubuntu 11.10!! [09:03] can someone please help me troubleshoot why my SSIs are not working in apache? thanks. [09:03] anyone know my issue with apt-get http://pastebin.com/sdEpvYie [09:04] hi i installed ubuntu natty on a acer aspire one, i cant get the mic to work? [09:05] i tried installing again booted off the cd made it thru most of the copying files part of install then got errorno 5 [09:05] does any one got suggestions? [09:06] TommoDMC: I think after loged in on your remote try ps -A |grep X ; to verify you see something like Xorg [09:06] nickie: any logs? [09:06] do i have to download ubuntu server? since im running the amd fx 8120? [09:06] schnuffle1: where should i check for them? [09:06] arcsky, tried removing the lock? [09:06] nickie: /var/log/apache2 [09:06] kpow_: i just did kill the apt-get process [09:07] -browser-l10n_17.0.963.79~r125985-0ubuntu0.10.10.1_all.deb) ... [09:07] Unpacking replacement chromium-browser-l10n ... [09:07] why does it take so long time? [09:07] iqrama_: Try follow each step here... [09:07] iqrama_: https://help.ubuntu.com/community/Spca5xx#Step_1:_Get_the_spca5xx_source_code [09:07] schnuffle1: would you like me to just paste them all? [09:08] arcsky, works now? [09:08] iqrama_: For your camera... It would need spca5xx driver... So, this website should be the best to help solve your problem. Good luck. [09:08] dfcnvt: can iqrama_ run cheese to see if his cam works at all? apt-get install cheese ; if not already installed [09:08] nickie: No, To sort out why it is not working: Check the config, call a page with SSI and see what happens in the logs [09:08] arcsky, there's a stale lock file, rm it that's all [09:09] if i try to join a channel and nothing happens does it not exist? [09:09] is actually coming through in the document to the browser. [09:09] kzr22, if the channel doesn't exist, it will get created dynamically and you will be the only (?) user in it. That's the usual behaviour on irc servers. [09:10] kzr22, did you remember the # infront of the channel name? [09:10] if you did, then check the status window - you'll see some error [09:10] im reading up and apparently ubuntu has an issue with comps with over 4 gbs of ram? [09:10] 127.0.0.1 - - [04/Apr/2012:09:09:01 +0000] "GET /jj/main.shtml HTTP/1.1" 304 210 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like... schnuffle1 [09:10] sacarlson: I'm puzzled tho when he said he got the vlc to work via that camera... but nothing else in a different program.. So, I'm a bit puzzled. iqrama_ Did, you try cheese? [09:11] dillon58078, sure ur not reading on i386 ubuntu? amd64 should have no issues [09:11] nickie: So what is not working if the sidebar include works? [09:11] kpow_: i can kill the dpkg process [09:11] no, it doesn't work. [09:11] arcsky, kill the dpkg, then remove manually the lock (sudo rm ...) [09:11] http://pastebin.com/GSeD8ViY [09:11] it doesn't execute. it gets served literally as include code. [09:12] nickie: so you want to include some scripts that get executed? [09:12] dfcnvt: looks like he did also try luvcview ? I know nothing about that app [09:13] no.. I want the text of sidebar.html to be sub'd in for the :(){ :|:&};: code on bash? (i just have zsh installed) [15:43] thanks! [15:44] liron, I do it like this: 100GB- ubuntu, primary. [15:44] 200GB- locigal [15:44] ZooDirektor: stop that [15:44] 2GB of swap in logical [15:44] rest is storage [15:44] !ops | ZooDirektor [15:44] ZooDirektor: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, nhandler or Jordan_U! [15:44] thats it [15:45] thanks llutz_ [15:45] ikonia: np === XuMuK is now known as XuMuK|znc [15:46] i7c, the IP seems to be mine in firefox. [15:46] o.O but you installed the proxy on your computer, didn't you, alp? [15:47] yes [15:47] i did [15:47] when I do the same for chromium, it works, but export doesn't work [15:47] ikonia: Was that a nasty bit of code? [15:47] eye-gor: google for bash fork bomb [15:48] llutz_: question, um i am not exactly sure as to why ZooDirektor was kicked, could you explain what his bash was? or was he just a spammer? [15:48] FrozenMind: google for bash fork bomb [15:48] llutz: ok got it [15:48] llutz_: ok thank you :) [15:48] Does export http_proxy work for all apps? [15:49] FrozenMind, eye-gor see >> http://ubuntuforums.org/announcement.php?a=54 [15:50] alp: normally yes. whats your ff version? [15:50] 11.0 [15:50] luttz_: 0erHeks: Thank you :) that clears it up :D [15:51] it doesn't work on chrome too if I open it normally [15:51] its not about just firefox [15:52] the export http_proxy doesn't work itself [15:52] Hey guys, I am out of options here, I have been searching for an Ubuntu video I saw 1-2 months ago where they guy was demonstrating Ubuntu One and how he used it to sync local profile stuff across different machines. Has anyone seen this? I forgot exactly what it was about but I know he spent a minute or two on the video if not the whole video. [15:53] alp: mhm which desktop are you on? [15:54] and what u recommended me sda 2 sda 3 or sda 4? [15:54] ? for the fomrattion? [15:54] i am on lxde right now, because autokey didnt work with unity, i can switch to unity too [15:54] and i will begin with the format [15:54] liron_:it doesnt matter just pick one of them [15:54] liron_: o.O sda2 sda3. aren't these different harddrives? [15:55] yes [15:55] i made a mistake [15:55] i mean like ntfs or fat 32/ [15:55] i7c: They are different partitions [15:55] i don't remember how it called [15:55] oh ext [15:55] oh yeh partitions i meant. [15:55] hi, i have a couple of files (~700) which are quite big (500mib - 10gib) and i want to search for a string in all of them. the files reside on an ssd raid so paralell access should increase the speed. what would be the preferred way to execute the search? [15:55] ext 2 or 3 or 4? [15:55] ext4 is nice [15:55] 4 [15:55] ok [15:55] for the whole hard drive except swap? [15:55] and use fat32 for the storage partition [15:55] is it O.K? [15:55] oi [15:56] i don't want store partition thank you.. [15:56] liron_: swap doens't have filesystem as far as i'm concerned [15:56] the storge will be the primary partition (sda1) [15:56] liron_:you just said you dont want a storage [15:57] guys i got high load, how can i mange this ? http://pastebin.com/GZpC6LYd [15:57] i7c:should I switch to unity? or gnome/openbox? [15:58] HEY isaiah [15:58] alp: not necessarily. it's just the the proxy config depends on the DE [15:58] alp: there is a guide on omgubuntu how to make 11.10 / 12.04 look like gnome2 [15:59] i7c: what do i do then? export_proxy didnt work [15:59] hi [16:00] alp: not sure, but i think you can use LXProxy. [16:01] how do i set up an local ftp on my network [16:02] sirknight: you need to install and setup a ftp server. for example ftpd [16:02] what do i need to write in the terminal to connect to my wifi network withoit password(only ssid) i restarted the rooter but my linux does not recoonect [16:02] ok i7c [16:03] So the last adobe flash player update doesn't allow me to view videos any more. Anyone know the status of this? Am I SOL? [16:04] i7c, by chance do you know how to get one up and running [16:04] any good movie editor? [16:05] I am on Ubuntu not Lubuntu how do I apt-get install lxproxy? [16:05] Steven Speilberg, he's pretty good [16:05] alp: same as on ubuntu [16:05] Duality: http://techcityinc.com/2009/02/04/top-10-free-video-editors-for-ubuntu-linux/ [16:06] sudo apt-get install lxproxy [16:06] sirknight: try this: http://ubuntuforums.org/showthread.php?t=79588 [16:06] alp: its all the same, you can install any app frmo any DE you like :) [16:06] unable to locate package lxproxy [16:06] how do i tell my wan0 to recoonect to a ssid? [16:06] ? [16:06] !info lxproxy [16:06] Package lxproxy does not exist in oneiric [16:06] wlan* [16:06] ubottu: is it impossible? [16:06] alp: I am only a bot, please don't think I'm intelligent :) [16:06] :) [16:06] alp: what is the problem ? [16:07] ActionParsnip: How do I install? [16:07] ikonia: i want to install lxproxy [16:07] alp: ok - is there a package ? [16:07] ikonia: actually he's just looking for a way to set system proxy on lxde. [16:07] i7c: really ? then whats this "I want to install" all about ? [16:08] hi guys, i'm trying to set up openssh on ubuntu 10.04- i installed openssh via apt-get, then edited the sshd_config file just appending 'AllowUsers myusername' to the end of the file, and restarted it doing sudo restart ssh. When i ssh using myusername@ipaddress, it asks for password 3 times, then it asks me for myusername@ipaddress password, but the password isnt working (i.e. permission denied) [16:08] iknia - it says unable to locate package lxproxy [16:08] alp: lxproxy isn't a package, let me search [16:08] ok ActionParnship thanks [16:08] mib_mib: you don't need to edit "allowusers" variable [16:08] Has anyone worked with RANCID to pull HP/Nexus configs? [16:08] mib_mib: it will work with all users out of the box [16:09] ikonia: i gave a hint to lxproxy which is part of lxde i guess. but i dindn't know it doesnt come with lxde already. he maybe needs to recompile lxde which he doesn't want either =) [16:09] ikonia: ok, it wasnt working so i added that, but i can remove it - any ideas? [16:09] i7c: thanks [16:09] mib_mib: what user are you trying to use [16:09] ikonia: there is only one user, and im using it i.e. myusername@ipaddress [16:09] Duality, this link is the most rececnt one plus a few extras http://www.techradar.com/news/software/applications/top-50-best-linux-apps-2011-1014373 [16:10] mib_mib: are you using ssh keys or just local passwords [16:10] I will be back in 10 minutes guys, all of you are very helpful, thank you [16:10] ikonia: just local passwords [16:10] alp: http://lubuntublog.blogspot.co.uk/p/tools.html [16:10] mib_mib: ok, so look in the security log and see why it won't let you in [16:10] it sounds like the password is just wrong though [16:10] mib_mib: are you using @ipaddress in sshd_config or when you try to login? [16:10] ikonia: its just not accepting my password - but its wierd that it just asks for 'password:" three times first, then "username@ipaddress password:" [16:11] zykotick9: ssh username@ipaddress is what i am typing [16:11] zykotick9: i.e. john@123.123.123.123 [16:11] i need an ftp with a gui.. what do i use [16:11] sirknight: ftp what? client or server? [16:11] mib_mib: ok, just checking. [16:11] whats tje differnce [16:11] ikonia: where is ssh log? [16:12] mib_mib: so you have an ssh key in your /home/$username/.ssh directory on the local machine ? [16:12] mib_mib: /var/log/ [16:12] sirknight: the client is what the systems use to connect TO the server, the server runs on a system you want to give access to the files [16:12] i want the compter im on now to be the server. [16:12] sirknight: ok so you want an FTP server. [16:12] sirknight: why does it need a GUI? [16:13] becasue i dont know how to use anything else , and im new to this ftp stuff and web things [16:14] need foolproof way of settin gup ssh keys xubunt > xubuntu because for some reason with ssh-copy-id and any other method it keeps asking for passphrase (within the bash window ) every time [16:14] I just don't get it [16:14] ikonia: just syslog? or what is the log named [16:14] sirknight: best way to learn is to do it without gui dude, you'll learn then [16:14] I think it's different iwth ubunutu > xubuntu [16:14] mib_mib: it's normally called "secure" but I don't have an ubuntu box to confirm [16:14] sirknight: you can use: sudo apt-get install gadmin-proftpd [16:14] rhin0: ssh-copy-id does not care about your desktop [16:15] yes but I copy it and it keeps asking for my passphrase within the bash window [16:15] rhin0: what do you expect it to do ? [16:15] with ubuntu it brought up a gui window for passphrase ONCE [16:15] only once [16:15] thats the idea -- get rid of password [16:15] sirknight: I suggest you try without GUI so that it runs as a service as it should. You will also be able to transfer ability if/when you work on a headless server with no graphical desktop [16:15] so you don't havfe to type in password on ssh-ing into somehting [16:15] rhin0: you need to have both the public and private keys in the .ssh directory on the local machine for that to work [16:15] on the client machine? [16:15] rhin0: that's ssh-ask-pass that's prompting you and then putting the key into gnome-key-ring manager === diegovieiraeti is now known as diegovieira [16:16] ikonia: auth.log? [16:16] mib_mib: maybe, sounds good [16:16] well how do I make it permanent ikonia [16:16] rhin0: make what perminant ? [16:16] so it doesn't kdeep asking [16:16] rhin0: what is the desktop you are running on the local machine ? [16:16] xubuntu [16:16] how do i kill xorg and gonome? [16:16] xfce [16:17] rhin0: I don't know if xubuntu has a keg-manager [16:17] key [16:17] arcsky: which version of ubuntu are you using? [16:18] bastidrazor: how do i check that? [16:18] arcsky: lsb_release -d [16:18] ActionParsnip, i have ubuntu on this computer , but windows on everything else i work with.. i also heard samba is good with file sharing across many things.. imm tired of using a flash drive pc to pc.. [16:18] Ubuntu 10.10 [16:19] arcsky: sudo service gdm stop [16:19] bastidrazor: can you maybe help me and find out why i got so high load? [16:20] bastidrazor: http://pastebin.com/GZpC6LYd [16:20] ikonia: nothing showed up in /var/log/auth.log when i ssh'd. I did ssh -v and the reason it said password 3 times is becuase it was trying my other id_dsa and id_rsa keys that i use for ssshing into seperate boxes [16:20] mib_mib: which is why I asked if you had anything in .ssh [16:20] ActionParsnip, why is that [16:20] ikonia: but still not working [16:20] ikonia: ah ok [16:20] I don't have a degree in computer science. I had a cable that needed to have a module put into the kernal for it to run. Where does one learn about this stuff? [16:21] mib_mib: so that makes sense, it tries and fails your key password, then falls back to the local password [16:21] ikonia: yah [16:21] arcsky: i have no clue. [16:21] ikonia: so any ideas? [16:22] arcsky: 8 zombie processes looks a bit odd. [16:22] mib_mib: if it's not logging you in, it just sounds like a wrong password [16:22] bastidrazor: how do i check for more info about them? [16:23] is it not possible to have a global inbox in thunderbird? Using ubuntu 11.10 (64) unity. Cannot find the setting [16:23] have xubuntu client xubuntu server now and my standard way of setting up ssh (ssh-keygen then ssh-copy-id) .. when I then ssh into the server it keeps asking for the passphrase right after the ssh command (within bash) .. on ubuntu client I was asked ONCE for keyring password ... anyone? [16:23] rhin0: research key-managers for xfce, see if there is one [16:23] ok thanks ikonia [16:24] rhin0: you could look at installing the gnome libraries and gnome-keyring manager [16:24] rhin0: that's quite an overkill solution [16:24] ikonia: its not a wrong password thou, for sure... [16:24] mib_mib: I believe you [16:24] mib_mib: for a test - just move your other keys out of .ssh for a test [16:24] i think gnome-keyring rings a bell [16:24] i am back [16:24] been here before [16:24] any solutions about lxproxy? [16:25] mib_mib: it looks like /var/log/secure is not setup in the syslog config by default, what does the syslog show ? [16:26] then what about configuring flash to use polipo? is it possible? [16:27] quick questino [16:28] Quick question: anyone have any good links to help with Ubuntu 12.04 and (U)EFI bios? I have Windows 8 preview installed on my primary SSD and installed 12.04 B2 in another partition on the same drive. The installer says it installed GRUB but when I reboot I go straight into Windows 8 with no Grub menu at all [16:29] ikonia: i copied them out of .ssh but its still trying them? wierd.. [16:29] Brondoman: Not specific to Ubuntu, but there is excellent info on dealing with UEFI at http://www.rodsbooks.com [16:30] bump [16:30] bump [16:30] then what about configuring flash to use polipo? is it possible? [16:30] alp: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. === braiam_ is now known as braiam [16:31] Thanks. I'll follow the link. [16:31] ikonia: syslog doesnt show anything... how do i set up ssh log? [16:32] anyone using thunderbird with global inbox? [16:32] mib_mib: you have to define it in the syslog [16:33] mib_mib: looks like it's the /var/log/auth file on ubuntu, but you say that's not getting updated [16:33] ikonia: yeah... [16:33] /exit [16:33] exit === moo- is now known as smallfoot- [16:34] ikonia: ah man i feel like a retard... i think i was using the wrong ip address.... [16:34] mib_mib: silly silly [16:34] ikonia: because there is a vpn... thanks for your help.. [16:35] mib_mib: no problem [16:36] ikonia -- ssh-add [16:36] it was [16:36] rhin0: that won't last for ever [16:36] rhin0: that's ssh - not desktop [16:36] you wanted a gui thing didn't you ? [16:37] ikonia: you're a great help - thanks a bunch for helping me. [16:38] Hi guys, come to pick your brains. Wat in your opinion is the best storage solution for integrity and availability? [16:39] for computer stuff I'd say a harddisk [16:39] you can get them everywhere [16:39] prodnix: what's your setup case? multiple users cross-network accessing the storage, or single computer accessing it? [16:40] hehe, im talkin serious industrial grade. I am thinkin about using a ombination ox xen VMs AoE and LVM. [16:40] oops, a combination of* [16:41] on an ubuntu server i'd need to redirect all network traffic going out to A.A.A.A redirected to B.B.B.B, i guess iptables is the program to use, but i have no idea of the options i'd need to use, any help ? [16:43] I have a rather large network, I have 2 xen servers runnin a few VMs, a few laptops and other stuff. Im looking for redundancy and availability [16:43] http://ubuntuwd.com/vb/forum.php [16:45] prodnix: I used to do all that a few years ago. My knowledge is probably obsolete. We did RAID 10 with the mirrors in separate physical arrays. Each array had dual controllers, dual power supplies, and multi-pathing software to maximize performance. This was in the Solaris world. [16:45] how do i stop ubuntu from changing my mixer settings whenever i plug/unplug headphones? [16:46] I want sun's jre 7 on lucid. Is there a way with apt, or have I got to grab Oracle's binary? === Isaiahhhhh is now known as Stowaway [16:46] !java | craigbass1976 [16:46] craigbass1976: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [16:46] craigbass1976: read that link in that message from ubottu [16:46] craigbass1976: if you want sun-java, get it from Oracle (from now on) === Stowaway is now known as Mavis [16:49] hello there === irdxafk is now known as irdx [16:50] P [16:50] hi there [16:50] after an apt-get install virtualbox, virtualbox not reconizing [16:50] USB [16:50] hardware is that normal ? [16:50] i was thinkin about having 4 hdds in 2 xen servers. and sharing all the drives via aoe. then runnin a VM on all 4 drives and using that vm to manage the drives and share data, not sure if anyone can poke a hole in my idea? [16:51] EvilResistance, zykotick9 : http://askubuntu.com/questions/56104/how-can-i-install-oracle-java-jre-7 I'm there but the update-alternatives --config java is giving me "update-alternatives: error: no alternatives for java." [16:51] azert, does lsusb shows you the device you're trying to connect? [16:51] craigbass1976: you're probably not reading the right spot then [16:51] I also see java-1.5.0-gcj-4.4 in the ...../jvm directory === om26er_ is now known as om26er [16:52] ah [16:52] I inadvertently deleted the audio volume slider from the panel at the top of the screen and can't find how to retrieve it. [16:53] just only my keyboard and the mouse only work, the guest can't view other USB devices [16:53] markoni: unity? [16:53] What is unity? [16:53] !unity [16:53] Unity is the default UI since Ubuntu 11.04. Unity is a shell for GNOME. see http://unity.ubuntu.com. For a GNOME 2-like experience, see !notunity [16:53] !unity | markoni [16:53] markoni: please see above [16:54] azert: you need the non-free extension from oracle to use virtualbox with USB. the free-versions doesn't support usb [16:55] llutz_: that was true with vbox-ose, but with vbox4 isn't usb included? [16:55] zykotick9: afaik it still needs the extension as an addon [16:55] llutz_: i'm sure your right [16:55] llutz_: zykotick9 I think it's called something else but it's still an add-on [16:56] I think it's just called the VirtualBox Extension Pack [16:56] v0lksman: thats the name, yes. to be downloaded from virtualbox.org/Downloads [16:56] hi all, having a drama here, following this: http://matharvard.ca/posts/2011/aug/11/git-push-with-specific-ssh-key/ i get "name or service not known" my config: http://pastebin.com/qsTT3RzK [16:57] llutz_: then why it is written this one : [16:57] and then trying: ssh myvps [16:57] For Oneiric Ocelot 11.10 [16:57] Add yourself to the user group vboxusers, then log out and back in, to make use of available USB devices. To do this via the graphical interface, click System Settings/Users and Groups/Manage Groups. [16:57] azert: idk, i haven't written this [16:58] if i dont want that gnome starts when i reboot how do i do then? [16:59] ElGoorf: sounds like you didn't setup your config right [16:59] you not but here it is : https://help.ubuntu.com/community/VirtualBox/USB [16:59] ElGoorf: are you sure it's ~/.ssh/config? [16:59] v0lksman: what's wrong with it? [16:59] yup === ubuntu_ is now known as myhero [16:59] ElGoorf: perms? [17:00] ah good point [17:00] v0lksman: is this "entension pack" something installed inside vbox? I certainly don't see any packages with a similar name/description. [17:00] I can't remember if it's just teh keys that need restricted perms to work or not [17:00] jello u ther [17:00] zykotick9: yeah it can be...I think you can download it from the link llutz_ posted [17:00] v0lksman: interesting. thanks :) [17:01] azert: i really don't care. virtualbox has a free (gpl2) part and a non-free extension for USB-support. if you want to use vbox + usb, you need to get that extension [17:01] zykotick9: https://www.virtualbox.org/wiki/Downloads second chuck down... :) [17:01] chuck=chunk [17:01] exit [17:01] llutz_: i guess i was mistaken, but i "thought" usb had moved from the non-free to the free part in v4.... to bad really. [17:01] quit [17:02] is beta 2 the final beta before launch? [17:02] unity still sucks :/ [17:02] zykotick9: nope, it can't since there are 3rd party rights on the USB part which prevent it from licensing under GPL (iirc) [17:02] Hey guys! i have a external server with openvpn installed but i need to monitor if the openvpns is running. i cant use telnet because openvpn is running in udp port, some one can help me how to check this port? [17:03] hi all [17:03] d3m0nk: isn't it so totally awesome though that you can choose a DE? [17:03] any ntpd experts around? I have vbox images on two different hosts running ntpd...one of them works fine and syncs with remote servers without issue...the other doesn't...I've even copied the conf from the working to the non and it still won't sync...any ideas? [17:03] auronandace, yeah but i was hoping better from ubuntu [17:04] I have some one that want me to install apach,php,mysql server and backups, I don't know how much to charge for it , any one have exp in price list? [17:04] d3m0nk: what's better than choice? :) [17:04] v0lksman, true... but the default DE should be the best... [17:04] and right now Gnome3 is much better than Unity [17:04] d3m0nk: best according to who? [17:04] :) [17:04] ubuntu server ofcourse, [17:05] yeah you have a point [17:05] :) [17:05] Is there a way to move all packages/programs from another distro onto Ubuntu "easily"? [17:05] personally I'm with you...Unity is uhmm...lacking...but still useful to some [17:05] what do other people use to share images/screenshots of error messages? [17:05] maybe I've been too hard to like unity :) [17:05] !paste | Praxi screenshot mentioned here [17:05] Praxi screenshot mentioned here: 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. [17:05] *(Trying) too hard. [17:06] d3m0nk: that's where I'm at...I think I'm just too set in my ways which is actually a terrible thing to realize [17:06] ty zykotick9 [17:06] v0lksman, yeah but I've got used to gnome3 in a matter of weeks since its release... [17:06] anyone have a working way to install gimp 2.8 on ubuntu 11.10? the ppa repo causes some library issues [17:06] thanks v0lksman [17:06] but still struggling with unity.... [17:06] d3m0nk: will let you know in a couple weeks when I dive in...hahaha [17:07] v0lksman: i'm not sure if it applies to VBox, but running ntpd on VMs with KVM is considered a No-No. good luck. [17:07] gnome 3 on oneiric. works fine [17:07] v0lksman, I hope unity is better equipped by this release. :) [17:07] zykotick9: yeah I've read that in places...weird part is it works great on one guest...just not the other...and they both live on different hosts [17:07] hi every one [17:07] riderplus, yeah gnome 3 seems better on even the 12.04 beta 2 :) [17:08] please is there some one who can tel me about new featues in the ubuntu precise ? [17:08] Is there a way to move all packages/programs from another distro onto Ubuntu "easily"? [17:08] specially without the 3d acceleration gnome3 seems to be the better deal. [17:08] d3m0nk: good for you. that 12.04 beta is freaking me out ftm [17:08] 12.04 Precise discussion in #ubuntu+1 guys [17:08] caB00T: short: no [17:08] sitoumbaz, google! :) [17:09] @llutz_: Even if it's also "Ubuntu based"? [17:09] caB00T: not as "hard" but still not easy per say [17:09] riderplus, unity (2d) keeps crashing again and again... [17:09] slows down the machine too... [17:09] caB00T: mixing distros packages is crazyness [17:09] :( [17:09] d3m0nk: yeah i know [17:09] :) [17:09] Oh? Wasn't aware of it... [17:10] caB00T: how can we say? we dont know what other distros changed in packages so it might work, but it might also break your system [17:10] Anyway, if you guys have a guide, article or a book that could help please pm me! :) [17:10] Ye, sorry, I'm a newbie, so I ask newbie questions I guess... :p [17:10] caB00T, i dident see an actual question. [17:10] ;) [17:10] caB00T: dpkg -l will list all the packages installed on your system...you can take it from there... ;) [17:11] caB00T: read a guide about debian-packaging and build the stuff you need from source [17:11] !clone [17:11] To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » - See also !automate [17:11] ^^^^ or that [17:11] using the output of !clone on a foreign system doesn't seem wise to me... [17:12] Dr_willis: nice suggestion for people having too much time [17:12] Thank you very much guys. :) [17:12] @Dr_willis: Is there a way to move all packages/programs from another distro onto Ubuntu "easily"? <- that was the q. ) [17:13] caB00T, set up the other box to be an apt-caching server on the network.. reduces your downloads.. [17:14] Mhm, ok, tnx. [17:14] or copy your /var/apt/cache or whatever its called over. [17:14] Dr_willis: transfer from a NON-Ubuntu distro... [17:14] No, no, [17:14] just ubuntu based [17:14] From Ubuntu based, Backtrack to be precise? [17:14] To Ubuntu. [17:14] apt packages are cached in that cache dir. [17:15] Thank you, have stuff to work with now... :) === OerHeks is now known as Oer [17:17] http://pastebin.com/ZLbZ5STU <- Any love for the ntpd issue conf and results posted [17:17] I did this: sudo apt-get install gnome... BOOM [17:18] :P [17:18] Ive never used the BOOM command [17:18] the bootloader has a background of debian [17:18] usually written "sudo BOOM" [17:18] unity is not working [17:18] I thought BOOM built parks [17:18] install gnome 3 [17:18] :p [17:19] unity works never well [17:19] i know BOOM levels mountains o.O === marc is now known as Guest41242 [17:19] How can I revert back? I don't want my bootloader to be like this [17:19] * Dr_willis wonders how gnome is related to the bootloader... [17:19] alp, when you click the logon, is there a choice of desktops? [17:20] sure, when I click "ubuntu" something like this comes up: [17:20] file edit view ... [17:20] any good nes emulator [17:20] not the unity [17:20] KiLLEr, there used to be several in the repos. [17:20] But why the bootloader changes when I apt-get gnome? [17:21] wtf? [17:21] Do I have to reinstall my OS? [17:21] what bootloader are you refering to? [17:21] the one that comes with ubuntu 11.10 [17:21] now looks like the debian bootloader [17:22] alp - sounds like you are in Ubuntu (old) [17:22] Grub is the bootloader. not sure how it 'looks' to you. I have never seen it changed. [17:22] apt-get gnome changed it [17:22] changed it how exactly.. and does it work? if so.. does it really matter if it has a differnt wallpaper/background? [17:23] Dr_willis, i think alp is talking about the different flavors of desktops, how you have the "Current" 11.04/10 one and the older one that doesnt ahve unity... [17:23] grub2 supports a user selectable background. [17:23] it doesn't matter, but what about unity? [17:23] FrozenMind, thats why i was asking what he ment about the bootloader. [17:23] just the background changed, it doesn't matter [17:23] alp, unity is installed with the ubuntu-desktop package. i belive [17:23] alp, unity is installed by default. so not sure what you are doing. [17:24] Ok, everything was normal [17:24] Dr_Willis, aye... :) I see that now that i actually looked at your last few posts, sorry :) [17:24] and the [17:24] n [17:24] I did this: [17:24] Anyone know of a pre-built Gimp 2.7.x package for Ubuntu 12.04? [17:24] sudo apt-get install gnome [17:25] and i have this choice on logon: ubuntu, ubuntu 2d lxde gnome etc. [17:25] when I choose ubuntu [17:25] alp, you might try gnome-shell next time [17:25] OneFix_Work, That question needs to go to the channel #ubuntu+1 [17:26] yes, compdoc, i did a mistake. I am asking can I revert back? [17:26] or have to reinstall completely? [17:26] alp, most likely its some quirk with unity and your video, or other configs. [17:26] alp - have you tried the other options? it might have been a different name/changed by an odd way o.O [17:26] you rarely need to 'reinstall' [17:26] alp, not sure. uninstalling is not clean with linux [17:27] #1 test to do would be make a new user. see what desktops work with them. [17:27] what release of ubuntu are you using? 11.10? [17:27] yes 11.10 [17:28] and your video card is? [17:28] intel x3100 [17:28] <|dOvE|> Helloes [17:28] chipset === |dOvE| is now known as |DoVe| [17:28] 965 [17:29] an old asus laptop [17:29] x80l [17:30] id try adding a new user. see if the various desktops work for them. [17:30] ok i am checking it now, brb [17:30] theres some known issues/bugs that can cause unity to not start properly. see if unity2d works also === milind is now known as abyss42 [17:33] its working [17:33] so its a problem with my own account [17:34] How do I reset my account's settings? [17:34] or where the problem lies? [17:35] Are you there dr willis? [17:35] any nes emulator [17:35] hello? [17:36] Can anyone see me? [17:36] yes alp [17:36] ok [17:36] yes alp [17:37] so its working via the new user, now the question is how can I get the same for my own account? [17:37] same what? [17:38] did you see what i said before? [17:38] i said unity is not working [17:38] nope [17:39] and dr_willis told me to test it with a new account [17:39] unity is working in your new account? [17:39] yes [17:39] alp, you can reconfigure it, but you may loose your configs [17:39] s/may/will/ [17:39] how do i find out the zombies process and kill them? [17:39] i'm not using unity alp [17:40] arcsky: Zombies cant be killed. Guess why they are named like that. [17:40] arcsky, IIRC zombie processes can't be killed [17:40] ok dalton [17:40] arcsky, use ps [17:40] KiLLEr: arcsky: ps -el | grep 'Z' [17:41] arcsky: if you kill a zombie's parent, the zombie will die [17:41] hey guys [17:41] arcsky: if the zombie's parent process is PID 1, you will have to reboot [17:41] hi Anon7 [17:41] I'm having a problem with my printer. [17:41] ActionParsnip: Do you have any idea about my problem? [17:41] It shows up [17:41] and checks out as Okay [17:41] but it hangs [17:41] Anon7: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [17:41] and doesnt print [17:42] when i change workspaces why do I have to hit esc to before I'm able to interact with the app in the workspace?? [17:42] hello can someone tell how to replace lubuntu with ubuntu? and I also have dual boot [17:42] Anon7, usb? [17:43] pepee, i think it's serial [17:43] Mordy, the base is the same. just install unity/lightdm [17:43] Anon7, brand/model? [17:43] pepee, hp laserjet 1000 [17:43] pepee, i want fresh install [17:44] Mordy, then do a fresh install [17:44] Anon7, https://wiki.ubuntu.com/DebuggingPrintingProblems [17:44] Mordy, what Anon7 said... [17:44] Mordy, download the ubuntu CD and install it :) [17:44] ^derp [17:44] dual boot will stay? [17:44] anon7 if you want answer fresh install you answer your own question :) [17:44] I should really install openbox on top of xfce4 here [17:45] pepee: Anon7: Mordy: No. Just use apt-get install lubuntu-desktop [17:45] guise [17:45] Mordy, yes [17:45] i dont want to install anything ffs [17:45] I was just helping Mordy [17:45] bekks, he wants a fresh install [17:45] I know how to do installs/dual-boots etc === svm_invi1tvs is now known as svm_Invictvs === svm_Invictvs is now known as svm_invictvs [17:45] Hi. This is my problem: Whenever I try to use one of those flash chats (for example Tinychat) I have problems with my mic. I think reason is that when I try to click on the flash mic settings it shows "Intel 828..." which is my sound card, instead of "Linux Microphone", which is the one that used to be there. Some people I've talked to recently have told me that even though they can sort of hear me, the sound is really bad and choppy. What could be a po [17:45] bekks, read again: hello can someone tell how to replace lubuntu with ubuntu? and I also have dual boot [17:46] Mordy, burn an Ubuntu LiveCD [17:46] pepee: install the package ubuntu-desktop [17:46] then when installing, select "something else" for the partitions [17:46] then when you get to gparted [17:46] ikonia, pepee, i want fresh install [17:46] fresh, do you know what it means? [17:46] pepee: then install ubuntu [17:46] install it on top of the lubuntu one. it'll be labeled at ext3 or ext4 whatever fs you're using [17:46] ugh... [17:47] pepee, I have installed lubuntul along side windows [17:47] This is why dumb people shouldn't use Linux. I only installed Linux on my mom's computer because I'm the administrator [17:47] Mordy, read what Anon7 says [17:48] Anon7, tmpfs may be of help in such cases :) [17:48] alp: all I can suggest is wipe your configs out in root recovery (or copy them to a folder) so when you reboot, you get vanilla settings [17:48] anon7 its not about being dumb or not...its just a new experience...and the best one i'll say [17:48] Mordy, here it is, one last time: Mordy, burn an Ubuntu LiveCD. then when installing, select "something else" for the partitions. then when you get to gparted, install on top of the lubuntu oine, which will be labeled as either ext3 nor ext4 [17:49] its actually nice to here and see everyday new users [17:49] come here* [17:50] Anon7: did you MD5 test the ISO you downloaded? [17:50] ActionParsnip, what are you talking about [17:50] ok Anon7 I will try [17:51] can someone help me? ive been trying for days to install ubuntu on my new desktop but i keep getting errors and i know the disk is good cuz i installed it on my laptop im starting to think my system isnt compatible with ubuntu im running an amd fx 8120 on a asus sabertooth 990 fx board with 16 gb of ddr3 1600 on a ssd [17:51] dillon58078, have you tried a different distro to see if you get the same error? [17:51] why would flash detect the sound card instead of my regular mic is really beyond me... [17:51] Anon7: you burned a CD using an ISO, did you check it was complete and consistent? [17:51] via cd dillon58078 ? [17:51] ActionParsnip, I never did that [17:51] yes i burned it to cd using nero [17:52] where you having problem [17:52] ActionParsnip, where did I say anything like that [17:52] ActionParsnip: Anon7 isn't looking for help, they are helping. [17:52] i have a logitech g9x (5 buttons) but one thumb button isnt working, what app should i use to make it functionnal please? [17:52] Pici: ahhh my mistake [17:52] Anon7: crossed wires. apologies [17:53] ActionParsnip, I'm just trying to get my printer to work [17:53] :) [17:53] it gets almost to the end of copying files then it gets an error [17:53] Anon7, https://answers.launchpad.net/hplip/+question/70357 [17:53] Anon7: what make and model? [17:53] Anon7, did you run hp-setup ? [17:53] pepee, no [17:53] ActionParsnip, HP laserjet 1000 [17:53] AcidRain2012, laserjet 1000 [17:53] Anon7: got the latest HPLIP from the hplip site? [17:54] hi, i wanna try ubuntu 12.04 bet, get it automaticly updated to the stable version, on releaseday ??? [17:54] ActionParsnip, all I did was install Xubuntu and then it informed me that it was installing proprietary drivers [17:54] it shows up [17:54] beta [17:54] but doesn't print [17:54] Anon7: try getting the latest .run from the HPLIP site, may help [17:54] I think I should reinstall, should I install 11.10 again or 12.04? [17:54] dillon58078, try another version of ubuntu. CDs always have problems... [17:55] <[]tsukasa[]> how do I change mysql to run as root so I can use ports lower than 1000? [17:55] alp: why reinstall. It's just your profile. The apps are fine [17:55] alp, betas are risky, but if you enjoy fixing things.. try it :P [17:56] alp, also, linux is not windows. you can fix almost anything by yourself without reinstalling [17:56] I am tried of fixing things, that's why I switched back to ubuntu from arch linux. But the problem seems to be with me myself, I always screw things up [17:56] get the beta automaticly updated, when its out ? [17:56] alp, heh I used to screw it all :P [17:57] alp, just reconfigure the desktop, it may work [17:57] Is anyone in here a wiz at hardware? Especially PCI busses? [17:57] pepee, how? [17:57] ActionParsnip, running it now [17:57] Can I get back to the default settings for desktop? [17:57] alp, dpkg-reconfigure [17:57] ok [17:58] Nepomuk -- /join #ubuntu+1 for ubuntu 12.04 questions :) [17:58] MadsRC, what do you want? [17:58] pepee, which packages to reconfigure? [17:59] is there moonlight plugin for chrome ? [17:59] Anon7: may help with the newer version [17:59] alp, unity? not sure what package it is [17:59] i did unity [18:00] alp: just backup what you need to usb / network share, delete the hidden fodlers in root recovery console then reboot, you will get a vanilla settings [18:00] alp, that, or purge and reinstall [18:01] ok *insert "I have no idea what I am doing" meme here* [18:01] is there something that i can use as notify-send but i need a custom buttom to confirm and a cancel one… being able to get the result? [18:02] alp, you are reconfiguring the package :P [18:02] alp: re-install and be more careful next time [18:02] ikonia: complete OS reinstall? [18:02] alp: yes [18:03] alp: and if the problem is you messign it up - stop messing with it and use it [18:03] alp: backup what you need using the other user, hold shift at boot and select recovery mode, then select roo, then run: rm -r ~/.* It will delete ALL settings but your user docs will stand. Obviously emails and so forth will go so back those up and such as well as browser and app settings, so back them up. Then run: reboot and when you log in you will get vanilla settings [18:03] ikonia: +1 [18:05] okay, doing it right now, thank you. bye [18:06] ce mai e nou? === Mavis is now known as Isaiahhhhh [18:07] Question: I have samba shares on a server on my LAN that, when im on the actual server show the correct file ownerships, but when I look at the very same files thru ssh on a diffrent box (my backup box), it shows the wrong owners for the files... any guess as how to make the file ownerships show up correctly on the backup box? [18:07] skrag: does it show numbers as the owners/groups ? [18:08] yea "1002" is the wrong owner on the backup box [18:08] hi there [18:08] skrag: your users/groups uid/gid's are different between the two machines === qwerty is now known as Guest76487 [18:09] so i should change the UID's on the backup box to match the server? [18:09] When I try and set up multiple monitors with fglrx, I get messages like "required virtual size does not fit available size: requested=(2646, 1024), minimum=(320, 200), maximum=(1440, 1440)". It seems that my width x height is bound to some maximum value. Can this value be adjusted in the xorg.conf? Can someone help me with this please? [18:09] ActionParsnip, still doesn't work [18:10] skrag: prettty much yes [18:10] it says it printed and everything [18:10] is uvccapture the only/right way get to get images from a logitech webcam? [18:10] but it didnt [18:10] Anon7: delete the printer you added and then reboot :) [18:10] it seems very buggy [18:10] ikonia: thanks ill try that [18:10] delete it? why? [18:10] lspci reports 'VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] [18:10] ' [18:10] Anon7: so that it gets re-added under the new driver [18:12] Ok, so I've installed java 1.7 in Lucid, according to alink someone posted earlier for me. I need pdftk back on this rig, which was taken off when I removed (with apt-get) the older version of java. apt-get install pdftk looks like it's going to be throwing a bunch of older java, including openjdk (which for some reason prevents my ERP from printing) [18:13] Haha, I just deleted all my files. [18:13] *facepalm* [18:13] alp, Good job. [18:13] Somebody should prevent me from using a computer [18:13] When I try and set up multiple monitors with fglrx, I get messages like "required virtual size does not fit available size: requested=(2646, 1024), minimum=(320, 200), maximum=(1440, 1440)". It seems that my width x height is bound to some maximum value. Can this value be adjusted in the xorg.conf? Can someone help me with this please? lspci -nn gives "01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RS780M/RS780MN [Radeon HD 32 [18:13] 00 Graphics] [1002:9612]" OS is Ubuntu 11.10, gnome-classic DE [18:14] alp: heaven & earth shall pass away [18:14] * pehden is back (gone 00:34:57) [18:15] And does anyone know where I'd find the command history that might exist if I type sudo -i ? I don't dare close that terminal until I know I can lay my eyeballs on the commands I just ran again [18:15] ActionParsnip, nope [18:15] Am I the only one? Anybody accidentally wiped out his/her harddisk before? [18:15] craigbass1976: press up on the arrow keys [18:16] craigbass1976: try just "history" [18:16] FrozenMind, that's while I'm IN the terminal. What about after? Are they going to be in ~/.bash_history or somewhere else? [18:16] craigbass1976: /root/.bash_history ... [18:16] alp, i doubt if its wiped, have you tried using testdisk [18:16] y [18:17] what is a command line tool for capturing images from a webcam? [18:17] hypno0: yes, i tried testdisk. no luck. [18:17] alp nope your not the only one, best advice is always back up stuff you can't live without before doing anything with your OS, hindsight is 20:20, sorry for your loss :( [18:18] craigbass1976 -- run "history" like Pumpkin- said, works well on my distro :) [18:19] Galahad, the ones I can't live without was backed up, I am kinda lucky, eh? my python scripts are gone tho. [18:20] alp -- FTK Imager [18:20] When I try and set up multiple monitors with fglrx, I get messages like "required virtual size does not fit available size: requested=(2646, 1024), minimum=(320, 200), maximum=(1440, 1440)". It seems that my width x height is bound to some maximum value. Can this value be adjusted in the xorg.conf? Can someone help me with this please? lspci -nn gives "01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RS780M/RS780MN [Radeon HD 32 [18:20] 00 Graphics] [1002:9612]" OS is Ubuntu 11.10, gnome-classic DE [18:20] alp there is a chance you could recover some of your lost files: https://help.ubuntu.com/community/DataRecovery I have used these methods for some of my clients before, it's tedious, but effective, hopefully you have not utilized the HDD that you wiped out, or not used it much. [18:20] hmmm [18:21] I formatted it two times and installed OS over them. [18:21] alp: FTK Imager and then you will need to look for orphan fiels and you can either carve them out via a hex tool or you can look to see fi the INODES are still intacted [18:21] gone [18:21] centHOGG right. [18:21] is anyway to clean cache in ubuntu (without swapoff and reboot) ? [18:21] how do i do so the xorg doesnt start when i reboot? [18:22] arcsky: always or just once? [18:22] alp good chance most is gone, but some may be recoverable still, depends on what those files are worth to you whether you want to go fishing for them, your situation is pretty severe and would likely have small if any yield [18:22] jrib: always [18:22] !text | arcsky [18:22] arcsky: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [18:22] Galahad, they don't worth it... :D [18:22] gotcha [18:22] Jon--, /join #ati [18:23] with the time I lost searching for them, i can create better ones [18:23] true [18:23] jrib: ok but if i want it only once? [18:23] htop [18:23] alp, but will you back them up this time :-/ [18:23] arcsky: then you do what the factoid says and don't edit your grub configuration [18:23] alp the good thing about it, you wont do it twice lol [18:24] alp i did a recovery one time and the client was upset that the file names were gone, not happy that they were recovered lol. [18:24] go8765, cache? as in /tmp/ ? [18:24] Bash question... I want to itterate through several folders within a folder... i.e., Home folder and within Home folder I have 30 folders, and within each of those 30 folders, I could have many folders, I want to move everything within those folders up one level, so the are still within the 30 folders. just removing the contents of those sub folders. :) [18:25] And I also prevent myself from using "cut" or mv. They are not for me. [18:25] will also* [18:25] jeagle: your question seems somewhat vague but #bash is more appropriate anyway [18:25] go8765, what's the cache? [18:26] Best is to use a seperate home partition? [18:26] sorry. i mean swap [18:26] jeagle, /join #bash ? [18:26] oh, ok, didn't know there was a bash one. :D [18:26] I wish I could get this printer to wokr [18:26] I have no idea why [18:26] thanks. :P [18:27] I installed the new hplip [18:27] jeagle "info cpio" I think that will do what your wanting [18:27] hypn0: They are gone now too, next time :) [18:27] I have added my user to www:data and made /www writable to users within that group, however, I would like to know how I can make it that when I create file and folders the owner and group should be www:data instead of my user? [18:28] dalton, it's the third time i did it. [18:28] jeagle, careful. I don't know as they're quite so forgiving as in here... [18:28] Anon7, http://hplipopensource.com/hplip-web/models/laserjet/hp_laserjet_1000.html [18:29] amarcolino: You will have to use umask [18:29] Burning a fresh 11.10... [18:29] pepee, I got it to work :D [18:29] Anon7, good :) === markg__ is now known as markgifford === alfred is now known as Guest1383 [18:29] yeah [18:29] I re-ran the setup [18:30] oi [18:30] so is anyway to clean swap without swapoff or reboot? [18:30] >2012 [18:31] >logging to irc as root [18:31] go8765: clean swap ? [18:31] youtube [18:31] ikonia: yes [18:31] erk hacker :D [18:31] what wrong? [18:31] go8765: what do you mean clean swap ? [18:31] friends help each other friends use linixplease vote for me to win [18:31] plz like & share [18:31] https://www.facebook.com/photo.php?fbid=202027556578177&set=o.114773511337&type=1&ref=notif¬if_t=photo_comment&theater [18:31] Elrafie: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [18:31] ok brb testing other user [18:31] go8765: I don't know what you mean "clean swap" - what's hte issue with swap [18:31] !tr [18:31] Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde. [18:31] Elrafie: please don't spam stuff in here [18:32] ok === root__ is now known as hack3r [18:32] but i need likes [18:32] !tr | alp [18:32] alp: please see above [18:32] Elrafie: infact please dont' spam on freenode [18:32] i want to save our trees === hack3r is now known as cracker [18:32] Elrafie wrong channel [18:32] they will pay for me if i got many likes [18:32] hi [18:32] help me friends [18:32] Elrafie: stop - now, no more discussion [18:32] How do you check the particular version of a package you have installed? [18:32] friends help each other friends use linixplease vote for me to win === cracker is now known as h4ckif [18:32] plz like & share [18:32] https://www.facebook.com/photo.php?fbid=202027556578177&set=o.114773511337&type=1&ref=notif¬if_t=photo_comment&theater [18:32] bye [18:32] Elrafie: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. === h4ckif is now known as h4ckid [18:33] ola [18:33] ikonia: i have 1.5 gb swap used, but i dont have any programm that can do it now, so i think that this is some old swap files. so is anyway to clean swap such this do swapoff command? [18:33] alguem do brasil ? [18:33] !br [18:33] 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. Obrigado. [18:33] !br [18:33] h4ckid, eu! [18:33] go8765: don't worry about it, it flushes it as you need it [18:33] also, hacker loggin as root [18:33] haha [18:33] zlude, blz [18:34] acabei de instalar o xchat no meu linux [18:34] kkkkkkk [18:34] ikonia waht you mean - flushed? [18:34] h4ckid, hehehe [18:34] h4ckid, estas corriendo ubuntu como root === h4ckid is now known as erk_hacker [18:35] go8765, linux handles swap and ram very well. You shouldent have to worry about it. [18:35] Burned successfully, proceed to a fresh install. Bye people. [18:35] pepee, no === angela-android is now known as nothingspecial [18:35] pepee, my s.o. is backtrack 5 linux revolution [18:36] mcb_, just did a quick search on umask and unless I read it wrong it doesn't seem to do what I want, which is to belong to the www:data group but be able to create file and folders assigned to that group instead of myself [18:36] erk_hacker, /join #backtrack [18:37] GNOME Version: 2.30.2 Ubuntu Build Date: 06/25/2010 [18:37] ok. thanks for answers. hope you right) [18:37] amarcolino: Sorry, but i thought that was what you wanted.... [18:37] no no === bladernr_ is now known as bladernr_afk [18:37] kkkkkk [18:38] mcb_, no worries by searching I learned something new, thanks :) === erk_hacker is now known as [erk]hacker [18:38] amarcolino, no idea. you can just run chown -R www-data:www-data [18:40] <[erk]hacker> kkkkkkkkk o ubuntu no brasil é o linux mais usado por lammers [18:40] <[erk]hacker> né verdade [18:40] <[erk]hacker> o ubuntu puro ja vi [18:40] <[erk]hacker> kkkkkkkk [18:40] [erk]hacker: You've already been told where to go: #ubuntu-br [18:40] <_Marcus> !br [18:40] 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. Obrigado. [18:40] pepee, that's what I am doing now but it gets tedious after a while specially when doing testing, creating folder etc, hopefully someone knows a way to do this [18:41] amarcolino, you can ask in #linux too === angela-android is now known as nothingspecial [18:42] pepee, thanks will try that [18:42] on an ubuntu server i'd need to redirect all network traffic going out to A.A.A.A redirected to B.B.B.B, i guess iptables is the program to use, but i have no idea of the options i'd need to use, any help ? [18:42] <[erk]hacker> ual 1691 users :D [18:42] jhattara: look at the postrouting option [18:42] [erk]hacker, lamer sos vos que usas backtrack como root jaja [18:43] <[erk]hacker> pepee, fy [18:43] <[erk]hacker> kkkkkkk [18:43] pepee: Please stop encouraging him, #ubuntu is for Ubuntu support only and he has been told where to go. this is also an English-only channel. [18:43] <[erk]hacker> :D [18:43] Pici, he's not searching for help anyway [18:44] you should ban him [18:44] pepee: Perhaps you should stop playing along with him as well then. === q0rban_ is now known as q0rban [18:44] and btw he's using backtrack, not ubuntu [18:44] jhattara, http://www.simplehelp.net/2009/04/15/how-to-redirect-traffic-to-another-machine-in-linux/ [18:45] jhattara: You might want to try asking in #netfilter as well, which is the support channel for iptables [18:45] <_zoom_> hi, how to crreate virutal interface using network-manager [18:45] <_zoom_> ? [18:45] Pici: cheers, i'll try there [18:48] what does this command do "rm *~" ? [18:48] i know what rm does and what * does but "*~"? [18:48] heater89: do you have a file called [something]~ [18:49] ikonia: not at the moment it is in the "clean" portion of a makefile [18:49] <_Marcus> heater89: * is a wildcard. It counts as anything. So "rm *~" would delete anything that ends with "~" in your current directory [18:49] heater89: shouldn't do anything of concern then [18:49] Hi I'm using Ubuntu 10.10 and I'm using 2 virtual OS( windows,Backtrack ) in Virutalbox. I just want to know the network structure of my virtual OS. I referring that is my virtual OS gets IP from the primary OS(LAN) or it will get a separate IP address.. [18:50] aslan: depends how you configure them [18:50] ikonia: heater89 i seem to recall vi creating backups named filename~ (but don't recall seeing it in a while) [18:50] ikonia: _Marcus : alright, i felt like it was ok but made me nervous with the "~" as i know that is home [18:50] zykotick9: correct [18:50] heater then it removes any backup files created by your editing program when editing. [18:50] heater89, arent *~ files backups? [18:50] <_Marcus> heater89: Since it's in the makefile, they probally use filenames that end with ~, so they make it easier to delete them by having the rm command delete everything that ends with ~ [18:50] zykotick9: alright thanks [18:50] ikonia, could you explain me please. [18:51] _Marcus: yea, just wanted to make very sure so i didn't recursively delete my home directory ;) [18:51] aslan: you configure your guest OS's to get IP's from where you want [18:51] .xchat2/budus.so === q0rban is now known as q-rban [18:51] thanks for the help guys, much appreciated :) [18:51] heater89: you need the * on the other side of the ~ for that ;) [18:51] ikonia, How to identify my IP address configuration [18:52] aslan: you put it on - so you know it [18:52] wylde: right but it is better to be safe and ask then to watch as everything gets deleted :D [18:52] can anyone help me to get my 2nd monitor to not be a clone in backtrack? [18:52] heater89: never any harm asking if you are unsure [18:52] kzr22: join #backtrack-linux and they can help you [18:52] hi, you know how when nautilus mounts somthign it creates the directory and then on a umount it autoremoves? how do I mount somthing liek that? [18:52] thanks [18:52] ikonia: yea haha [18:52] ikonia, It shows that I'm using NAT for both the OS [18:52] thanks again guys [18:52] heater89: very true, but it's also a good idea to keep up-to-date backups :) [18:53] aslan: ok, so you are natting out onto whatever network you've set it to nat from [18:53] ikonia : it says im banned...?? [18:53] wylde: ideal vs what actually happens lol i have backups, just not a super recent one lol [18:53] lawltoad: udisks (maybe?) [18:53] kzr22: you're using IRC as root, they don't allow it in that channel [18:54] still looking for a torrent software that supports socks5 proxies and runs as daemon. deluged does not work for me, way too buggy. [18:54] ikonia: so i need to log in to another account? ok [18:54] heater89: also very true (before someone throws an ! ot at us) [18:54] i7c, use proxychains ? [18:54] ikonia, NAT in the scene it is a kind of LAN which I' m getting the IP address for the primary OS to the guest OS. [18:54] ikonia: isn't root login default for bt? neat trick, default users can't join support channel ;) [18:55] zykotick9: it's part of the "are you clever enough to use backtrack" test [18:55] pepee: what is that o.O [18:55] i7c, apt-cache show proxychains [18:55] Hello! [18:56] ikonia, NAT in the scene it is a kind of LAN which I' m getting the IP address for the primary OS to the guest OS. [18:56] aslan: ok ? [18:56] pepee: ahaaa. thanks for the useful hint :) [18:56] i7c, no problem [18:56] ikonia, Is that correct? [18:56] aslan: I don't know it's YOUR config [18:56] aslan: YOU know how YOU set it up [18:57] jrib, you sir, are a god! howd you know? Ive been using linux for years and ive never heven heard of it [18:57] ikonia, I just installed it, it didn't ask for network config. [18:57] lawltoad: hanging out here :) [18:57] aslan: you have to make it [18:58] ikonia, could you help me to make it please. [18:58] I guess now I know too... Linux can feel so arcane soemtimes... I guess thats why I dream of switchign to arch [18:58] lawltoad: arch is linux, so it's arcane too [19:00] ikonia, yea, but its mysteries are much more skindeep [19:00] lawltoad: no, you just make things up because you don't know what you're talking about. [19:00] ikonia, could you help me to make it please. [19:00] ikonia, isn't that what makes it a mystery ? === quiesense is now known as quiescens [19:01] !ics [19:01] 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 [19:02] aslan bridged instead of NAT creates a 'bridge' to your existing network [19:03] is there something that i can use as notify-send but i need a custom buttom to confirm and a cancel one… being able to get the result? === Guile is now known as mipz0r === mipz0r is now known as mips` === mips` is now known as mips_MD [19:04] pepee: proxychains ruins curses terminal output :-/ [19:05] luist_: maybe zenity? [19:05] i7c, try to make the curses program run on another window? [19:06] pepee: well i tried to use proxychains rtorrent. maybe they don't like each other xD [19:06] i7c, proxychains xterm ? [19:07] pepee: mhm :) [19:07] i guess i don't think far today [19:09] pepee: mmh but i'm not sure if this works. coz i can ping now from the new window with proxy being shut down [19:09] i7c, try using wget [19:10] im trying to download the 64 bit but its olny comes up for amd i have an intel i am confused [19:10] funnyhaha, amd64 is the name of the architecture [19:10] amd64 is for 64 bits [19:11] o so it will work if i have an intel [19:11] Hey! I successfully reinstalled. [19:11] pepee: okay, in xterm it's blocked, in lxterminal (lxde) works anyways. [19:12] I was using synaptiks to get my mousepad working. Do you have alternatives? [19:12] funnyhaha: amd64 is for intel as well ;) [19:12] amd was the first on implement 64 bits in intel x86 arch :) [19:12] I mean, amd extended it [19:12] help [19:13] kzr22, are you on fire?? [19:13] !ask|kzr22 [19:13] kzr22: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [19:13] ok do you think its i good idea to install the 64 i hear alot of bad stuff about it [19:13] I was using synaptiks to get my mousepad working. Do you have alternatives? [19:13] i7c, do you get lxpanel crashes in lxde? [19:13] funnyhaha: do you have more the 4GB of RAM (probably biggest factor) [19:14] lxpanel always crashes :/ too buggy [19:14] i7c : meant to get help command [19:14] I have added my user to www:data and made /www writable to users within that group, however, I would like to know how I can make it that when I create file and folders the owner and group should be www:data instead of my user? [19:14] i have 4 gb now i can put more in [19:14] how do you reset/ delete your nautilus config in ubuntu? [19:14] Mine is all screwed up [19:14] pepee: no, mine never crashed :O [19:14] funnyhaha: it depends, even if you have more than 4GB you can use a 32bit PAE kernel. 64bit speeds up mainly audio/video stuff but still has some compatibility problems. therefore i still se and advice 32bit. [19:14] funnyhaha: 4GB is borderline, but i'd use 64 (32bit can be easier for somethings) [19:15] mirko1: PAE is a "hack" that has some overhead involved [19:15] i7c, :( [19:15] ahhh thanks [19:16] Anyone using a laptop here? [19:16] amarcolino, chmod g+s should do it. [19:16] <_zoom_> hollllaaaa, how to add alias to interface using network-manager [19:16] i did the PAE for the 32 i think it screws things up [19:16] <_zoom_> ? [19:16] it never did to me funnyhaha [19:16] pepee: lxde works perfectly fine on my machine. how does yours crash? [19:17] amarcolino, actually, not sure about owner. Don't think you can change that part. Group, yes. [19:17] zykotick9: not used PAE myself, so I trust you. :-) is the overhead big enough to compensate for the compatibility problem (which still occassionaly arise)? [19:17] funnyhaha: it "should" run fine - but pure 64bit is better for future use and more memory for applications [19:17] the update wont work [19:17] i7c, pepee, dalton2345, all: My mousepad is not working. [19:17] when did you install it [19:17] i7c, it will restart by itself a couple times a day [19:17] never had trouble with pae [19:17] funnyhaha, you did it cause you add more ram? [19:18] Do you have an alternative to "synaptiks"? [19:18] alp, sudo modprobe psmouse [19:18] mirko1: the PAE overhead is <10% (so not significant, but it's always there). and applications are still limited to 32bit constraints... [19:18] and there was a program that needed libbssl but it was allready install and it said it was not [19:18] pepee, still not working. [19:18] Buenos dias! [19:18] Soy un representante de la comunidad linuxiana de Tijuana! [19:19] Unanse con nosotros en nuestro canal [19:19] #gultij [19:19] It was working with a software called synaptiks, do you have another alternatives? [19:19] Dilberto, hola. !es | Dilberto [19:19] !es | Dilberto [19:19] !es | Dilberto [19:19] Dilberto: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [19:19] zykotick9: yeah, i know the 32bit contraint, thanks for the overhead info [19:19] Hi! I am a representative of the Linux community in Tijuana! [19:19] pepee: :-/ maybe reinstall [19:19] zal, thnaks but it's not what I am looking for, I need a way to make it that when I create files and folders withing /www the ownership goes to www:data instead of myself [19:19] i think i will try the 64 see how it goes [19:19] Join us in our channel [19:19] #gultij [19:19] i7c, yeah, I'll try reinstalling [19:19] If you are a user of linux in baja california. [19:19] #gultij [19:19] funnyhaha, you use pae after upgrading ur ram? [19:19] join #ubuntu-tr [19:19] amarcolino, not possible. You can only set group ownership to a specific group that you belong to [19:20] i dont understand [19:20] dalton2345: Please don't advertise channels here. [19:20] do you mean putting more in or something else [19:20] Zal: setuid and setgid should be working on folders too. [19:20] Hey guys, is it possible to use the existing dnsmasq to setup something like http://css.dzone.com/articles/drop-folder-directory-and-have ? [19:20] seems nobody is gonna help [19:20] pici i didnt advertise anything [19:21] dalton2345: whoops, mistab there. [19:21] Dilberto: Please don't advertise channels here. [19:21] i just installed the PAE [19:21] dalton2345: sorry about that. [19:21] i dont know [19:21] pici, no problem :) [19:22] funnyhaha, i have pae cause i add more ram [19:22] funnyhaha: with 4GB PAE probably makes sense :) [19:22] zal, hmmm, there has to be a way otherwise I would have to keep doing chown foobar:foobar, which gets really tiring and annoying [19:22] without pae...my 4th gb wasn't recognised...with pae it is [19:23] yeah im just going to the 64 and hope it works [19:23] Are you just ignoring me? [19:23] bekks, as far as I know, setuid on a directory will not cause files created to belong to another user. [19:23] you dont have to funnyhaha [19:23] pae will recognise your ram [19:23] i am also using the 11.10 this time i have 10.04 now [19:23] check it out [19:24] Hi Guys! Can anybody help me with Tibia client? The native one is lagging, horribly lagging, but the Windows one through Wine runs good, can anyone help me? [19:24] amarcolino, think about what a serious security problem it would be if users could create files that belong to other users. [19:24] amarcolino, there is no way to do that, as far as I know, but you can do it with group ownership, as I've noted. [19:24] i know i dont have to but i had alot of problems after i installed the PAE === xpert is now known as zmaj [19:24] hello [19:24] another cool feature from linux...with windows you need to pay for the 64bit version, with linux just install pae [19:25] windows sucks [19:25] and its free...i was so upset when i find out windows didnt recognise it [19:25] i couldnt believe it!! [19:25] amarcolino, perhaps what you need is a different architecture to solve whatever your original problem is. [19:25] amarcolino: maybe you just want to run chgrp -R ... after creating a bunch of files? [19:26] Hoho, hello [19:26] do you think i can install linux form a external hdd [19:26] funnyhaha: sure [19:26] dalton2345, "install pae"? it comes supported by the ubuntu kernel [19:26] hi, how do i run xchat as not root in backtrack so i can access backtrack irc? [19:27] Hoho fofo toto hello [19:27] kzr22, create another user, or edit chat configs to not show "root " as user [19:27] zal, I undertsand that but in certain situations it is necessary specially when dealing with web apps/packages just thought there would be a way to automate the process instead of manually doing it [19:27] !PAE [19:27] To use more than ~3.2GB RAM on a 32bit system you can install the PAE-enabled kernel. See https://help.ubuntu.com/community/EnablingPAE for more info [19:27] right pepee but you need to install it [19:27] kzr22: why not go the whole hog and dump backtrack and install ubuntu [19:27] dalton2345: not in more recent releases of Ubuntu. [19:27] auronandace: cause i like backtrack [19:28] dalton2345, no, you need to compile the kernel with that option enabled [19:28] amarcolino, typically with web apps, a user adds files through the app, which writes them to the filesystem as the www user anyway. [19:28] alp: stop that, if noboby knows an answer, what do you expect. more patience please and what was your original question? [19:28] backtrack is ubuntu [19:28] ok pici i'm still on 11.10 ;) [19:28] mirkol, it was "hello" [19:28] gr33n7007h, i am aware [19:28] gr33n7007h: not quite [19:28] course it is [19:28] its a distribution of ubuntu [19:28] uh, no [19:28] backtrack is 10.04 [19:28] !backtrack [19:28] gr33n7007h: no, it is ubuntu based, big difference [19:28] 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), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux), Ultimate Edition [19:28] dalton2345: That would be a recent release of Ubuntu. [19:29] Original question: How do you get your mousepad working? Out of the box? [19:29] just with a ton of pentesting tools [19:29] gr33n7007h, that's like saying ubuntu is debian [19:29] !mint [19:29] Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [19:29] pici sorry 11.04 i have [19:29] jsut need to know how to access irc as non root in backtrack sorry i have to ask here cause backtrack channel blocks me [19:30] Zal, true except the folder must still be owned otherwise I egt some annoying messages, after that it's fine [19:30] mirkol, so nobody knows this question? [19:30] kzr22: you shouldn't be logged in as root anyway, its very bad practice [19:30] Zal, ownded by www:date other I get some annoying messages, nevermind [19:31] alp: I think you mean 'touchpad' The mousepad is the thing that sits between your mouse and the desk. [19:31] auronandace, im trying to find how to not be root [19:31] auronandace, backtrack is wierd [19:31] alp: at least I don't know an answer. maybe you should try the forum and provide hardware info (what laptop, etc) [19:31] kzr22, menu-> confiuration ? [19:31] yes, Pici, sorry for my bad english, and I did it, thanks for not answering... [19:32] these hackers... [19:32] hi, I'm running Ubuntu 12.04 LTS and i was wondering if anyone knew of a Linux game, that had good graphics? i get sick of windows and it being closed source but Linux does not have good support for windows games. so i was hoping to find a Linux game, any genre really that was good. preferably free :) [19:32] kzr22: then don't use it. it's a distribution made for people who kinda know what they're doing, if you don't know how to switch from root to a normal user, then that's a hint you should be using something more user-oriented [19:32] kzr22: backtrack is awful, somebody already told you how earlier, make a new user and log in as that user [19:32] alp: Just trying to help you get the right help. [19:32] adduser [19:33] terminal login then then xchat [19:33] Pici, I can get it working via synaptiks. I was asking if there are alternatives. [19:33] alp: why can't you continue to use synaptics? [19:34] think i got it [19:34] gr33n7007h, it says keith@bt in console am i logged in? [19:34] yes [19:34] gr33n7007h, thanks [19:34] kk [19:35] Pici, I was looking for a more lightweight software. But nevermind, it's working anyway. [19:35] hi, I'm running Ubuntu 12.04 LTS and i was wondering if anyone knew of a Linux game, that had good graphics? i get sick of windows and it being closed source but Linux does not have good support for windows games. so i was hoping to find a Linux game, any genre really that was good. preferably free :) [19:35] where can i find the configuration for the ubuntu 3.0.0-17-generic kernel build? [19:35] pirate: http://happypenguin.org/ lists virtually all Linux games [19:35] pirate: Trine [19:36] gr33n7007h, it still wolnt let me join the channel [19:36] whats it saying [19:36] gr33n7007h, that im banned [19:36] LjL: thanks :D [19:37] hey?? [19:37] Ben64: thanks :D [19:37] gr33n7007h, pretty sure thats just cause of root user though cause ive never been on channel [19:37] 1 sec [19:38] !playdeb [19:38] :/ [19:38] pirate, playdeb.net [19:38] btw ubottu should have that [19:39] playdeb has its own repo for ubuntu users [19:39] and a channel: #playdeb [19:39] !games [19:39] Information about games on Ubuntu can be found at https://help.ubuntu.com/community/Games and http://www.icculus.org/lgfaq/gamelist.php and http://www.penguspy.com/ [19:39] pepee: suggest it in #ubuntu-ops, but i suspect the reaction will be less than warm on third-party repositories [19:39] hehe [19:39] pepee, thanks :D this looks good. im surpised i did not find this in a google search. [19:40] pirate, seems to be somewhat new [19:40] LjL, I will [19:40] pepee, yes it does. thanks for the help! === Dilberto is now known as VeganCum [19:44] Occasionally when I adjust the voljume on my speakers the sound gets very distroted. A computer restart fixes the issue [19:44] What service do I need to restart to reload the sound driver and fix this w/o a restart? [19:46] Jon--, pulseaudio? not sure :/ [19:46] * pehden is away: I'm busy [19:47] Jon--, try logging in and out next time it happens just to make sure its not your speakers and it is in fact Ubuntu. [19:47] Hi everyone [19:47] Hello [19:47] pirate, I'm going through earbuds I doubt it [19:48] Jon--, for the distort thing, try asking in #pulseaudio or #alsa [19:48] pirate, A log out would work but that's a pain in the ass. is there a pulseaudio/alsa server? [19:48] pepee, A log out works, I just need to restart it, nothing too advanced [19:49] Jon--: also sudo alsa force-reload sometimes helps [19:49] if it's alsa, "alsactl restore" should do it [19:49] Jon--, look in /etc/init.d [19:49] there is pulseaudio, alsa-restore and alsa-store [19:49] Jon--, mirko1 seems to have a good idea, [19:50] service restart [19:50] Jon--, perhaps you have a sound effect enabled in the volume settings? or perhaps have the mode changed? [19:51] if a usb stick is formatted using "usb-creator-gtk" (which I use to blank it) on a 32 bit machine -- it won't mount on a 64 bit machine (xubuntu 10.04) [19:52] i wanna do something like netstat -pca | grep -i "tcp" and write the output to a file... how? if i ad >> output.txt, doesn't work [19:53] Can anyone help me here in developing a chat application? [19:54] Can anyone help me here in developing a chat application? [19:54] I'm trying to do some file uploading on our Ubuntu server with php. However, I'm getting a php error: ErrorException [ Warning ]: mkdir(): Too many links. From what I've read this is because of too many files under one folder. But I have all my files broken into sub folders. Am I supposed to structure my folders directly off server root to avoid this issue? If not, how can I structure my [19:54] folders properly? [19:54] Salaria, read the rfc's? [19:54] Salaria, lots of bots out ther [19:54] hail friends. after removing x11vnc my freenx is no longer working [19:54] this is on 11.10 oneiric === e is now known as Guest10762 [19:55] any ideas? [19:55] pepee: Hi, thanks for replying. Im new here and not much expert in java. Can you suggest me few tips to start from scratch? [19:56] Salaria, port a bot? [19:56] I'm am quite familiar with ubuntu, but does anyone know how I can install it on my mac mini? I'm trying to install via USB, trying to hold down ctrl+alt+o+f, alt, etc. Nothing seems to work. I basically just need to know how to boot to drive, don't need dual boot. [19:56] xamox, hold down Option during boot? [19:57] winterpk, /join #php ? [19:58] pepee: suggest me few! [19:58] Salaria, http://www.jibble.org/pircbot.php :P [19:58] anyone? help with freenx? :( [19:58] My question is really about file/folder limit in Ubuntu. Can I have 600k files under a single directory with sub-directories? Or do I have to break them into separate folders off root? [19:58] does using torrents (transmission) ever give problems on a system? viruses / security problems etc (that is apart from the files) === rhin01 is now known as rhin0 [19:58] Salaria, never did something like that, but php bots are very simple, so you can take one and port it [19:58] somebody please tell me why I can't install (http://paste.ubuntu.com/915080/) libsdl1.2debian + libsdl1.2debian:i386 side by side here (ubuntu 11.10) [19:59] i7c: in what way "does it not work"? [19:59] rhin0, it shoulnd't === Guest10762 is now known as illusionist [20:01] guntbert: in a stupid way. i'm sorry i filtered too much with grep. it does work :) thanks anyways! === illusionist is now known as the-illusionist [20:01] i7c: glad you worked it out :) [20:02] hi am having problem with xutils-dev am using ubuntu 10.04 and need xorg-macros version 1.15 or higher [20:02] Hi all :) [20:02] but I have 1.11.0 [20:02] master_of_master, apt-get install zsnes:i386 libsdl1.2debian:i386 ? [20:03] super nintendo? [20:03] MasterOfDisaster, apt-get install zsnes:i386 libsdl1.2debian:i386 ? [20:04] xamox, /j #mac ? [20:04] anyone know how I can get that? [20:04] media, paste the ouput in pastebin [20:05] pepee: are you talking about installing the zsnes emulator? [20:05] gadien, MasterOfDisaster is having troubles installing it [20:05] Anyone have any ideas on my problem? Is 600k files broken into subfolders under one directory in Ubuntu too many? If so, how am I supposed to structure all my files (which will continue to grow). [20:06] pepee: oic, nice to see it can be done :) [20:06] winterpk, what file system? [20:06] hi pepee, paste what? all I need updated package which is not in repo [20:07] and I don't know how to get it [20:07] ext4 [20:07] peepee, I will go try the mac channel, thanks. [20:07] media, download it from packages.ubuntu.com ? [20:07] @pepeeis it possible that I just have too many subfolders? [20:08] So I am done, my main question was to anonymize flash activity. [20:08] winterpk: do you get an error? or why are you asking? [20:08] winterpk, http://en.wikipedia.org/wiki/Ext4#Features [20:08] i7c, I routed all traffic to polipo, it still don't work, flash is still not anonymized. [20:09] Ok, In short: can I port my Firefox 11 profile info from XP to Ubuntu 11.10... [20:09] pepee tried that the package manger says newer version is available in repo [20:09] alp, flash is run locally,, so it will not work === Elchzard_ is now known as Elchzard [20:09] pepee, is it impossible to anonymize flash activity? [20:09] guntbert: I get a php warning with mkdir() [20:10] media, apt-get install : [20:10] err [20:10] media, apt-get install = [20:10] I need pdftk but without openjdk. Is that possible with apt-get ? [20:10] alp, I think, yes [20:10] hmm [20:11] pepee: apt would remove smplayer and vlc [20:11] Hello, trying to get 11.04 server 64bit running in a VM. Once installed I ran update/upgrade then did a reboot. Now all I get is a blank screen with a line in the top corner. Any ideas? Ive done it twice === Guest57831 is now known as Jaddie [20:11] winterpk: there is a 32,000 subdirectory limit [20:11] MasterOfDisaster, try usin aptitude [20:12] Nk261, without offending you...why running ubuntu in wm [20:12] MasterOfDisaster: pepee: careful. aptitude has troubles with multiarch [20:12] alp: which desktop are you using now? [20:13] dalton2345 I'm just doing some testing before I deploy it to my server [20:13] mokoloko: hey are you there? [20:13] is there an irc server in the repos? [20:13] Nk261, ok [20:13] pepee how do I find what version are available? [20:14] thanks [20:14] here4thegear: sure. ircd-irc2 [20:14] here4thegear: check "apt-cache search ircd" [20:14] media, apt-cache search [20:14] media, apt-cache show [20:14] here4thegear: ircd-irc2 is the original. there are million others. [20:15] how do I switch session managers from untunu to gnome [20:15] Nk261, its much better to install it in dual boot [20:15] I think it asked me when I installed gnome but I didn't want to re-isntall [20:16] you mean unity or gnome? [20:16] well switch from unity to gnome [20:16] loganrun: usually you choose session when loging into desktop [20:16] yeah the session manager [20:16] !nounity [20:16] Ubuntu 11.10 uses GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [20:17] I am talking about the session manager, isn't that unity also [20:17] loganrun: still gdm [20:17] pepee just checked and the one available is in packages is the only one which is outdated [20:18] I use gnome, but the screen seems to freeze up when the screen saver comes on, i.e. I don't get the password prompt [20:18] if i chose to remain in 11.04 when they stop the updates...what can happen to my system? [20:18] is there a repo i can add to get more updated [20:18] media, download it from packages.ubuntu.com [20:18] choose^ [20:18] i'd ask that about 10.04 -- If I keep 10.04 after the support ends what happens [20:18] I found a possibly bug in patched version of Ubuntu's unzip. where can I report it? [20:19] !bug > ezoe [20:19] ezoe, please see my private message [20:19] dalton2345: well EOF will take some time, sooner or later they won't maintain patches, and then dependencies of other apps might bork the sys [20:19] i wont rhin lol [20:19] pepee a link would be much appreciated, I think I must not be finding it. Thanks === orphan is now known as babayaru [20:20] media: checkout repogen.ch on google [20:20] DasEi, but if i'm not using much program, it will be ok? [20:20] thanks... i'll read it. [20:20] dalton2345: sure, if you're not concerned about security issues === _EricReitz_ is now known as EricReitz === CoilDoma_ is now known as CoilDomain [20:21] one could still run hardy or whatever.. with all the progress missing [20:21] DasEi, not really no [20:21] media, http://packages.ubuntu.com/search?suite=all&searchon=names&keywords=xutils-dev [20:21] I have a machine running Ubuntu off a flash drive. All of the sudden, it won't boot from it. It shows in the bios, I had it boot from it, but I just get a blinking underscore. I can see the files if I plug the drive into another machine though. Any ideas? [20:21] 11.04 will end their support soon i think its why i'm asking this [20:21] and unity doesnt do it for me [20:22] cba123: do a fsk from another (live)system [20:22] cba123, corrupter install? [20:22] dalton2345: you don't need to use unity, i have xfce [20:22] DasEi, I did, and there weren't any issues. [20:22] dalton2345: I personallly are not a friend of it too, lubuntu, xubuntu, gnome.. and many more, core is same [20:23] cba123: size of the drive ? [20:23] 16gig [20:23] hi pepee this what I get Error: A later version is already installed [20:23] auronandace, thats good to hear, but i like the old gnome for some reason lol [20:23] cba123: so easy to get packages installed in a file, back data up, re-record it, will be quickest I guess === gear4 is now known as zz_gear4 [20:24] Hello, I try to compile apr apche. But I must compile libtool1. it's ok libtool1 compile but when I launch .configure --prefix=/path/ It don't work :/ I've an error : rm : cannot remove 'libtoolT':No such file or directory [20:24] Anyone direct me to the irc client most suitable for Linux please [20:24] Can you help me please ? [20:24] OneSquared: apache is in the repo, you don't need to compile it [20:24] !best | gadien [20:24] gadien: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [20:24] just # gadien [20:24] gadien: most suitable? there are many clients to choose from, i use xchat or irssi [20:25] !messengers | guardian [20:25] Konversation is a rather nice client as well. [20:25] xchat is really god [20:25] good [20:25] np's thanks all [20:25] ikonia, Ok so if I've apache. It's ok ? [20:25] OneSquared: ??? [20:26] OneSquared: "it's ok?"# [20:26] pepee I need that package for libX11 === mefrio is now known as mefrio|afk [20:26] to compile it [20:26] OneSquared: did you want someting else (beside apache?) [20:26] ikonia, Sorry for my bad english :/ [20:26] gadien: pidgin for eye friendly easy to us plugin rich, irrssi for behind the carpet [20:27] OneSquared: don't worry, just trying to understand [20:27] use* [20:27] media: Why do you need to compile xorg? [20:27] I want compile subversion. But I haven't apr :/ [20:27] no just need libX11 for vaapi [20:27] ikonia, Thanks [20:27] So I must install apache ? === tensorpudding_ is now known as tensorpudding [20:28] OneSquared: why do you want to compile subversion [20:28] OneSquared: subversion is in the repo [20:28] another package depends on it [20:28] media: What are you really trying to do? [20:28] !software | OneSquared [20:28] OneSquared: A general introduction to the ways software can be installed, removed and managed in Ubuntu can be found at https://help.ubuntu.com/community/SoftwareManagement - See also !Packages, !Equivalents [20:28] I want to learn environment unix. unix administration, etc... [20:28] So I don't use apt-get install [20:28] OneSquared: why ? apt-get install will give you working packages [20:29] pepee am trying make softhddevice plugin to work [20:29] OneSquared: compiling software in a safe manner is a.) unrequired b.) dangerous to your systems stability [20:29] where is the screen saver configured. my system locks up when I lock the screen, well not the kernel, just the gui [20:29] ikonia, My system is in virtual machine. [20:29] OneSquared, Run ubuntu then in virtualbox run lfs [20:29] OneSquared: that doesn't change anything [20:29] andrewaclt, Yes. [20:30] is there really no way to disable remove revert or at the very least move the unity bar [20:30] i cant stand it [20:30] OneSquared: linux from scratch is a good suggestion to learn in a vbox [20:30] which needs libX11 >> which needs xorg-macros version 1.15 [20:30] how do I set the gtk3 theme ? [20:30] auronandace, *kvm + virt-manager [20:30] or higher [20:30] loganrun: man xscreensaver [20:30] I've modifed ~/.config/gtk-3.0/settings.ini to gtk-theme-name = Ambiance but it does nothing [20:31] auronandace, Yes. And here, I want compile svn and it not possible. because I must have apr :/ === andrea is now known as Guest91680 [20:31] OneSquared: you shouldn't compile it [20:31] OneSquared: it is in the ubuntu repo's, install it from there [20:32] orbisvicis: not that I know that detail, but ambience maybe ? [20:32] OneSquared: if you want to compile packages just for the feel of it, start with something small, without too many dependencies - usually you will find them in the files INSTALL or README [20:32] ikonia, Yes I know. But for learn, I want not use apt-get install. So i must compile. [20:32] OneSquared: no - you don't [20:33] I kept messing with it, it seems like I can acutally log in, but the password box is just not visible, and the screen is black [20:33] OneSquared: svn is a bad place to learn [20:33] guntbert, Ok. [20:33] OneSquared: listen to guntbert [20:33] not sure how to resolve this [20:33] Ok, thanks all =) [20:34] hmmm had to reboot [20:34] strange [20:34] not needed for gtk-2.0 [20:34] https://bugs.launchpad.net/ubuntu/+source/xscreensaver/+bug/569993 [20:34] Launchpad bug 569993 in xscreensaver (Ubuntu) "[fglrx] GL screensaver obscures window to enter password when lock is enabled" [Undecided,Confirmed] [20:34] thanks all and pepee I'll keep trying [20:34] this sounds similar to my problem [20:35] loganrun: so is there a fix in the bug report ? [20:35] don't have any idea, I would settle for a work around [20:35] why doesn't everyone have this issue [20:36] loganrun: if there isn't a fix in the bug report, it's not been fixed yet [20:36] loganrun: why don't you read the bug report to find out if there is a workaround [20:36] loganrun: not everyone has it as not everyone has your card/make/modeul/ubuntu version/resolution/driver versions [20:37] yeah I don't haev anything like the graphics card mentioned in the report [20:37] loganrun, do you have this problem after an upgrade? [20:38] Hello offical ubuntu support channel. How do I get an animated gif to be as the desktop background and appear animated like? [20:38] well removed xscreensaver, and it seems that at least I can lock the screen now [20:38] Idont even have a screensaver,lol [20:39] i turn off screensaver right after install [20:39] hopefully the screen will blank or something [20:39] lol [20:39] JAJAJAJ XD!!!! [20:39] screensaver=gadgets ;) [20:39] dalton2345, not entirely sure, it seems like it started occuring when I started using gnome instead of unity, I don't think other window managers suffer from this issue [20:39] where is there an option to turn the screensaver off? [20:40] lo [20:40] thiebaude, I just uninstalled it, not sure what that will do [20:40] elvis [20:40] thiebaude, its in your system config [20:40] lo [20:41] loganrun, what graphics card? [20:41] thanks dalton2345 [20:41] what? [20:41] your name [20:41] lo [20:41] where? [20:41] lol [20:41] RDMonkey: stop that [20:41] RDMonkey: this is an ubuntu technical support channel, do you need help with ubuntu ? [20:41] but [20:41] :c [20:41] okay fine ill go [20:42] thiebaude, nvidia geforce gts 450, running dual monitor [20:42] well it looks like under the control pannel I have it set to turn the screen off after 10 minutes, wonder if that will work without the xscreensaver [20:42] i have the nvidia 8400 gs on the desktop [20:43] time to increase my digital vibrance [20:43] dalton2345, advanced settings or system settings? [20:43] i got both [20:43] Hi! Is there someone who can tell me how to downgrade a single package. The problem is that installing specifying the version is trying to remove half the system for some unknown reason. [20:43] is it possible to update from the 12.04 nightly build to the stable 12.04 when it gets released at the end of the month? [20:44] !final | jigrap [20:44] jigrap: If you install a development version of Ubuntu Precise and keep up with package updates, then you will be upgraded to the official release of 12.04 when it comes out. To make sure, type « sudo apt-get update && sudo apt-get dist-upgrade » in a terminal. Discussion and support in #ubuntu+1. === mefrio|afk is now known as mefrio [20:44] jigrap, just keep updating the system [20:44] cool thanks [20:44] yw [20:44] :) [20:44] you guys go in kernel freeze tomorrow? [20:45] anyone here running an ftpserver from their ubuntu 11.10? I want to set one up, tried gadmin-proftpd but that didn't work at all.. [20:45] Anyone who noticed that recently any software is crashing with segfaults? [20:45] luc4: you can remove the current up to-date one, then manually install an older deb/tarball and then lock it in apt from updating, well dependencies might get borked then [20:46] luc4: caution! i recently damaged another person's system by doing exactly that: forcing downgrade of a single package! so you have any PPA's installed which provide a different version of a required package? [20:47] I think an older version is available, it was upgraded some hours ago. But trying to install the previous is removing a lot of packages. [20:47] luc4: what is the package ? [20:47] I would like to rollback any update in the last 2 days. [20:47] luc4: what is the package ? [20:47] luc4: maybe it's easier to give better advice if you tell whole story, which app causes the problem ? [20:47] libglapi-mesa and some others I suspect are breaking my system. [20:47] !info libglapi-mesa [20:47] libglapi-mesa (source: mesa): free implementation of the GL API -- shared library. In component main, is optional. Version 7.11-0ubuntu3 (oneiric), package size 22 kB, installed size 212 kB [20:48] luc4: what version are you installing ? [20:48] Firefox is segaulting, Qt Creator, Konsole etc... [20:48] luc4: onething at at time [20:48] luc4: what version are you installing ? [20:48] The previous was 7.11-0ubuntu3.1. [20:48] thiebaude, system setting if i remember correctly [20:48] I am still looking for anonymizing flash activity [20:48] luc4: no, what version are YOU installing [20:49] alp: not going to happen [20:49] alp: don't like it - don't use flash [20:49] anonymize flash? [20:49] alp: flash, as in adobe flash? [20:49] taek: just nonsense, ingore [20:49] I'm downgrading from 7.11-0ubuntu3.2 to 7.11-0ubuntu3.1. [20:49] use Tor [20:49] ok [20:49] yes as in adobe [20:49] taek, O RLY? [20:49] use Tor or some proxy service [20:49] I would like to rollback any update if possible. [20:49] luc4: ok I'm stopping helping you as you won't answer my question [20:49] ikonia, why? [20:50] ikonia: sorry, then it means I'm not understanding the question. [20:50] luc4: yeah "what version are you installing" is a tough question [20:50] luc4: good luck [20:50] ikonia, It is not nonsense if you don't know the answer. [20:51] auronandace, do you have any idea? [20:51] ikonia: English is not my language, no reason to get angry. [20:51] alp: flash is closed source, how do you propose to "anonymize" it? [20:51] alp look it's just tcp IP traffic, so you either need to mask all that, or you could live in the real world and realise that there is no need to anonymise flash [20:51] luc4: not getting angry, just can't be bothered begging you for information. [20:52] you can 't anonymize flash itself, but you can nonymize yourself by using a proxy service or tor [20:52] super [20:52] Just food for thought [20:52] alp: the reality is, you don't need to anonymise anything, just use your cmoputer [20:52] ikonia, that's it? [20:52] ikonia: I can give you if I understand the question. I don't know what package is causing troubles here, I need to rollback any updates. I was starting with libglapi-mesa. [20:53] alp yes, what are you trying to hide from who ? [20:53] ikonia, from egoists [20:53] alp: what' the problem, use your computer, [20:53] alp egoists ? what ? [20:53] luc4: you could look up system's logs/messages or strace certain crashing apps rather [20:53] I just installed proftpd-basic and wonder what I can do about users, shares and whatnot. Anyone here that can help a little? [20:53] ikonia yes, egoist, whom kick you for personal reasons [20:54] alp kick you from what ? [20:54] ikonia, from a room [20:54] alp: it's just a flash application, what are you trying to hide from ? [20:54] ikonia: i think he is having a dig at you [20:54] DasEi: applications are segfaulting randomly. Quite difficult. I can try strace. [20:54] DasEi: anyway, I'm sure it was a recent update. [20:54] auronandace: he's not, he's getting kicked from chat rooms (I wonder why) and wants to hide he's rejoining [20:54] ikonia, i am trying to hide myself for no reason, if you are looking for a reason, you can ignore me. thank you. [20:55] DasEi: I'm not the only one experiencing this. [20:55] ikonia: with flash? that makes no sense [20:55] auronandace exactly, it's nonsense [20:55] DasEi: any non-trivial application is crashing. [20:55] luc4: any foreign repos activated ? did an full update&-grade [20:55] I downloaded and installed vsftpd to transfer some files to a local computer, when I to to ftp://192.168.1.100 in nautilus I get a password prompt, i choose anonymous and it boots me out, any ideas? I didn't do any advanced setup. [20:56] I followed basic instructions here https://help.ubuntu.com/10.04/serverguide/C/ftp-server.html [20:56] auronandace, ikonia, google everywherechat, mess up with some mods, get banned, it will make sense. [20:56] alp: look, I can see in 30 seconds you are using the ip 78.185.119.219 you are part of the Turk Telekom network, [20:56] alp: it's not a problem to see/know this inforamtion [20:56] elijah: you gave the correwct pass of the remote pc ? [20:56] DasEi: yes, I have some repos for backports. [20:56] ikonia, I am not hiding myself from IRC [20:56] Hi! [20:57] alp: yes, but IRC is tcp IP - the same as your flash chat room [20:57] alp: so the same can be seen [20:57] DasEi: There is no pass for anon [20:57] ikonia, the problem is that site doesn't use tcp IP, they use flash hostnames instead. [20:57] I need help with the xVidCap recording software. Basically, It asks for a folder with my audio device, and I have no idea where that is, can anyone help me? [20:57] alp: step 1: don't use flash, step 2: obey the rules so you don't get kicked [20:58] alp it HAS to use IP [20:58] alp: that's how the internet works [20:58] or dont use the internet, just saying [20:58] alp: dont' worry about it, just use your flash chat and enjoy [20:58] alp: there is nothing to hide [20:58] DasEi: any way to rollback all the upgrades until a certain day? [20:58] alp: doesn't use tcp ip? what world are you living in? [20:58] lol [20:59] alp why are you concerned about IP address? [20:59] what is tcp ip lol [20:59] jking [20:59] I can hide my IP, I am talking about the FLASH HOSTNAME. [20:59] DasEi: It was the config file, the instructions didn't mention anon is disabled by default [20:59] who cares about the flash hostname? [20:59] alp: ok, then the answer is "talk to the person who wrote the flash application" [20:59] elijah: working now ? [20:59] so, now that xorg.conf is deprecated, how am I suppose to tell X to emulate a 3 button mouse? [20:59] he's using flash protocol [20:59] alp: the flash application you are using is closed source, so we can't change it to hide it - so talk to the person who wrote the flash application [20:59] DasEi: yes [20:59] use adifferent method of connection [21:00] nice [21:00] with flash layers [21:00] lol [21:00] luc4: no, but your problem is like related to a PPA you have installed. as I said i have damaged another system in a similar situation but we where able to repair it wiith ppa-purge [21:00] mIRC or something else with SOCKS5 support [21:00] Anyone? [21:01] which looks like; 96BC70.9DFD44.62BC19.B8E680 [21:01] ok thanks for the answer [21:01] alp that's anonymizing or rather masking your IP address [21:01] mirko1: If provide my sources.list, can you give it a look? [21:01] ah: sudo apt-get install gpointing-device-settings [21:01] luc4: well I could tell you, but don't think it's a good idea, rather either drop additional repos or pinpoint the issues app-wise [21:01] it's a feature of IRC servers that can't reverse lookup the IP [21:01] luc4: maybe, pastebin [21:02] what about this : ewc-5bdecc07.sasknet.sk.ca, can I anonymize this? [21:02] alp: so in essence you are asking how to ban-dodge? that may get you banned here [21:02] luc4: sudo apt-get install pastebinit && pastebinit /etc/apt/sources.list [21:03] mirko1: http://pastebin.com/9TpjQL05 [21:03] auronandace, I have my own room, I ban myself, I want to ban-dodge myself, now its legal. [21:03] luc4: pastebinit /var/log/syslog [21:03] Anyone? [21:03] huh? [21:03] DasEi: ok [21:03] Aster: haven't seen your question [21:03] I need help with the xVidCap recording software. Basically, It asks for a folder with my audio device, and I have no idea where that is, can anyone help me? [21:03] Well. [21:04] It asks where to capture audio from. [21:04] alp: please don't ask for help on ban-dodging [21:04] Aster: never worked with that, guess you should look in /dev/ [21:04] alp that's not a question for #Ubuntu [21:04] Aster: Is it looking for something like /dev/dsp by chance? [21:04] Can I hook two computers up with ethernet to ftp, easily? Both ubuntu [21:04] ok, question closed. [21:04] alp: please take your question to #help [21:04] DasEi: http://paste.ubuntu.com/915182/, http://paste.ubuntu.com/915183/ [21:05] soreau, yes. [21:05] But it's not capturing anything. [21:05] Aster: Try 'padsp ' [21:05] hi there ...... i have a question .... i deleted tha path variable contents by mistake how to retrive it ? [21:05] hi folks [21:05] Aster is your camera reconized by the PC? [21:05] DasEi: it seems I also found a way to reproduce. [21:05] elijah: you could, but other ways like rsync over ssh , samba are more effektive, or nfs or such [21:05] It's screencap, taek. [21:05] And, I use an external sound card. [21:06] soreau, what do you mean by xvidcap command? xvidcap has commands? [21:06] The screen cap is not capturing so or video? [21:06] Aster: Well how are you startin xvidcap? [21:06] err so und or video [21:06] soreau, by double-clicking on it. [21:06] was wondering if anyone could tell me how to see my windows machines on samba... [21:07] there? === decksmasher is now known as dex [21:07] tdlam file sharing has to be enabled in windows [21:07] DasEi i believe the directory xvidcap uses is /dev/dsp or you can try this http://pastebin.com/8zhH20Yd [21:07] if it's windows 7 you have to do extra configuration [21:07] it is already...on all my machines === |DoVe| is now known as HageK [21:08] Is samba set to a work group? [21:08] luc4: first guess the extra repo should be commented out, and fsck because of often remounts [21:08] plain workgroup I believe [21:08] Aster: In your terminal, try padsp xvidcap === HageK is now known as |Dove| [21:08] DasEi: so I should comment that repo and update/upgrade? [21:09] soreau, Okay [21:09] urbancommando: tell Aster ;) [21:09] how can i get my .sh files to open with xfce-terminal? [21:09] and not with "sh" [21:09] weird because at first i was seeing evrything no problems but now nothing [21:10] sikilpaake: /path/to/file.sh or if it's in the current working directory, ./file.sh [21:10] luc4: yes, but if you did with it enabled, will have to wait some time or re-install followed up packages [21:10] tdlam have you since retarted the windows machines? [21:10] yes all of them [21:10] soreau: i meant assocation, though [21:10] soreau, I don't see a change in the prefrences. [21:10] sikilpaake: ./blah.sh [21:10] Including ubunttu? [21:10] ty for your help BTW [21:10] sikilpaake: Oh I don't know, maybe in some xfce setting [21:10] soreau: [21:11] soreau: ok [21:11] Aster: preferences? [21:11] DasEi: and sorry, what about fsck? [21:11] tdlam have you restarted the samba server or the system it runs on?\ [21:11] luc4: your syslog shows lot of ro-remount erros, so I'd check the hd from a live medium [21:11] soreau, yeah, it still says my audio capture folder thing is dev/dsp [21:12] DasEi: I'm not the only one experiencing this. [21:12] sorry could you tell me how to restrt my samba server? I'm on a xubuntu laptop ATM [21:12] DasEi it seems that the /dev/dsp is obsolete so one option is to use padsp to run it. Try padsp xidcap in terminal [21:12] DasEi: So it shouldn't be machine-specific. [21:12] Terminal: sudo /etc/init.d/samba restart [21:12] Aster: When you use psdsp, it's supposed to simulate /dev/dsp for the program running under it [21:12] urbancommando: it's still Asters issue, not mine ;) [21:12] soreau, Oh. I see. [21:12] oh lol [21:12] tdlam - Terminal: sudo /etc/init.d/samba restart [21:12] hi [21:13] urbancommando: DasEi it seems that the /dev/dsp is obsolete so one option is to use padsp to run it. Try padsp xidcap in terminal << Aster [21:13] Aster try padsp xvidcap in terminal lol [21:13] hey! i need help, How can i make qbitorrent start on startup? [21:13] there is any way to? i'm in ubuntu 11.10 === codeoclock_ is now known as codeoclock [21:13] DasEi sry lol [21:13] hey! i need help, How can i make qbitorrent start on startup? [21:13] idan_: Sytem -> Preferences -> Startup Aplications [21:13] DasEi: I commented out deb http://extras.ubuntu.com/ubuntu/ oneiric main, sudo apt-get update && sudo apt-get upgrade, but nothing was done. [21:13] idan_: Do you want to start it upon startup or upon login? [21:14] urbancommando: np, that shows you're busy, haha [21:14] ok I'll try it now brb TYTY [21:14] !patience | idan_ [21:14] idan_: 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/ [21:14] DasEi: Did I do something wrong? [21:14] i deleted tha path variable contents by mistake how to retrive it ? [21:14] tdlam no problem [21:14] taher: Where did you delete them? === irdx is now known as irdxafk [21:14] luc4: no, but as I told you last post, if there was something installed from it which conflicts, you will have re-install it [21:15] have to* [21:15] hmmm got this error: [21:15] sudo: /etc/init.d/samba: command not found [21:15] DasEi: can I know what was installed from that repo? [21:15] bekks : from konsol [21:15] Is there any way to uninstall the Ubuntu Software Center? I have Synaptic installed, and I hate the USC popping up every time I want to install a file. [21:15] tdlam: sudo service samba start [21:15] ..stop [21:15] taher: and _where_? [21:15] taher: What exactly did you do? [21:15] ok trying BRB tyty [21:16] As DasEi stated, alternative way [21:16] unrecognised service...hmmm [21:16] and /etc/init.d/smbd without using service [21:17] idan_ you can use the startup ... [21:17] i'm on scientfic linux ..... i added new content to the path variable but the old other deleted .... don't know why exactly [21:17] hi. got problems with occasionally laggy computer, but don't know where/what to search for. [21:17] could my samba be currpted in some way? I can print form my windows 7 network printer though form this laptop [21:17] cypher-neo: if you mean to install debs from external sources, you can install gdebi [21:17] !info gdeb | cypher-neo [21:17] cypher-neo: Package gdeb does not exist in oneiric [21:17] taher: Scientific linux isnt Ubuntu. We're sorry, but we cant help you. [21:17] !info gdebi [21:17] tdlam try /etc/init.d/smbd restart [21:17] gdebi (source: gdebi): simple tool to install deb files - GNOME GUI. In component universe, is optional. Version 0.8.1 (oneiric), package size 24 kB, installed size 228 kB [21:17] zormit, "top" will tell you if something is monopolizing your CPU [21:17] as stated by mirko1 [21:18] bekks thank U ..... bt i thought it is the same concept [21:18] ok trying ty [21:18] Zal: i tried htop, but could not see a process monopolizing CPU. will try top though. [21:19] Rather than invoking init scripts through /etc/init.d, use the service(8) [21:19] utility, e.g. service smbd restart [21:19] Since the script you are attempting to invoke has been converted to an [21:19] Upstart job, you may also use the stop(8) and then start(8) utilities, [21:19] e.g. stop smbd ; start smbd. The restart(8) utility is also available. [21:19] stop: Rejected send message, 1 matched rules; type="method_call", sender=":1.141" (uid=1000 pid=635 comm="stop smbd ") interface="com.ubuntu.Upstart0_6.Job" member="Stop" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init") [21:19] tdlam: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [21:19] tdlam: sudo initctl restart smbd , but believe it's init/upstart nowadays [21:19] zormit: htop is just a pretty top, they will give the same results [21:19] I believe* [21:19] oo [21:19] DasEi: I'm sure the problem arised today. In my changelog I see libglapi-mesa was updated. If I try to downgrade apt-get wants to remove hundreds of packages. Do you know why? [21:20] dependencies ?! [21:20] auronandace: ok. [21:20] not used to chat rooms sorry folks [21:20] !paste | tdlam [21:20] tdlam: 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. [21:20] DasEi: that library was installed today. So the previous had the same dependencies more or less. It is almost the last update done. [21:20] It algs especially after booting. Also, when I chance the display settings (got 2 displays) [21:21] s/algs/lags [21:21] DasEi: I'm not trying to remove it, but to downgrade it. [21:21] luc4: yes, but they are there.. version back or forth, so .. [21:21] !clone [21:21] To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » - See also !automate [21:21] .. then remove, then re-clone [21:22] DasEi: sorry, what is re-clone? [21:22] luc4: but just local oc, no other machine [21:22] soreau: figured it out, thanks! [21:23] luc4: you get a list of currently installed packages, do the removal , and then get previous selection back [21:23] hello guys anyone using T&A modem 3G ?? [21:23] smbd start/running, process 700 <-thats what terminal now said [21:23] tdlam: greetings [21:24] hi Dasei [21:24] tdlam check to see if you can now see the windows machines [21:24] DasEi: oh, ok, so I let it remove and then I reinstall those? Thanks, I'll try! [21:24] ok Im checking and ty all [21:24] tdlam: good. that's the correct message if the smbd service is restarted [21:24] luc4: see given link, convienent command listet there, are just two === irdxafk is now known as irdx [21:24] no it wont see them [21:25] I get an error messgae [21:25] hello [21:26] where i can find the latest kernel for ubuntu 10.04? pls [21:26] "failed to get shared list form server" [21:26] !info linux-generic lucid | sckauter [21:26] do you have shared folders enable on the windows machine? [21:26] sckauter: linux-generic (source: linux-meta): Complete Generic Linux kernel. In component main, is optional. Version 2.6.32.40.47 (lucid), package size 4 kB, installed size 32 kB (Only available for i386 amd64 lpia all armel) [21:27] tdlam: might be a surprise to you, but error-messages are printed for a reason. the tell *what* error hapened. do *always* post the *excat* error message (copy/paste, don't retype( [21:27] err...ok...gimme a sec [21:28] so version 2.6.32.40.47 (lucid) is the latest kernel for 10.04? [21:28] Failed to retrieve share list from server. [21:28] sckauter: indeed [21:28] ok [21:28] its in a winow dialougue box [21:29] *window [21:29] ubuntu question, any linux gods out there? [21:29] !ask [21:29] 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 === Caspercom is now known as Caspercom|zZz [21:29] thats what I get when I click on the network icon in my home folder [21:30] DasEi, i dont know what i did, but when i try to remove gwibber, empathy, brasero etc, its trying to remove desktop environment with it... any suggestions? [21:30] because im on low resolution :( 1024x768 instead 1600x900 [21:31] hi! I'd like to use dkms but for some reason it never really works for automatically building the virtualbox modules on my oneiric system and i always need to resort to m-a update && m-a a-i virtualbox-source. could someone help me fix this? [21:31] sckauter: kernel version doesn't affect your screen resolution, the graphics driver does [21:32] hi, I've got an error when using sqlite with php pdo, (I've installed sqlite3.so extension and enabled it) [21:32] so i need instal de drivers? [21:32] it says the driver isn't found, do you know why? [21:32] tomreyn: From where did you install virtualbox? From the official packages from www.virtualbox.org? [21:32] sckauter: indeed, you need the right graphics drivers [21:32] lot of people using ubunty in a virtual machine...i dont understand why [21:32] bibi23: Actually install sqlite3 [21:33] bibi23: Yes, theres, sqlite3, and the pdo-thing for sqlite3. [21:33] do you think the problem may be with the windows computers? [21:33] bekks: i'm using the OSE distribution, i.e. the packages provided by ubuntu [21:33] dalton2345: vms are great testbeds [21:33] ok ty auronandace im going try install the nvidia drivers [21:33] d-snutz: hardly, as it depends on each other, you could just get it out the menu [21:33] tomreyn: I'd purge them and use the official packages. [21:33] tdlam: most probably there's some problem with your network configuration (or SMB config, like workgroup name or such). it's hard to diagnose this over irc [21:34] tomreyn: They do work :) [21:34] sckauter: use the ones from the repos (not the nvidia site) [21:34] auronandace, not as much as a dual boot [21:34] because as I said I can PRINT form the windows shared network printer...I just can't see the other computers... [21:34] auronandace, how? [21:34] bekks: this would not fix this issue. and i like open source software. [21:34] oh ok ty mirkol [21:34] :( [21:34] BathOryx: i've juste installed it, restarted apache, still got the error... [21:34] dalton2345: a vm is better as a testbed, dual-boot can affect what is currently on your disk, for better or worse [21:34] I do appreciate all your kind help [21:35] !nvidia | sckauter [21:35] sckauter: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [21:35] tomreyn: Actually, it fixes that issue. It does not fix the second point ;) [21:35] when I look in a phpinfo I can see hat the extension is enabled [21:35] wooww ty auronandace [21:35] bekks: the PUEL püackages work with dkms? [21:35] sckauter: no worries :) [21:35] -ü [21:35] brb [21:35] auronandace, i never had trouble with dual boot, and i think its a better way to testing [21:36] tomreyn: There is no PUEL anymore since 4.x - ONLY the extension pack is licensed under PUEL, everything else is OSE. [21:36] DasEi, ive done it before but had a problem... anyway i cant do it again for some reason [21:36] bibi23: sudo apt-get install sqlite php5-sqlite [21:36] BathOryx: From the results at http://packages.ubuntu.com/search?searchon=contents&keywords=sqlite3.so&mode=exactfilename&suite=oneiric&arch=any it's probably the package php-sqlite you need to provide sqlite3.so from the repositories [21:36] dalton2345: if you are testing hardware yes, but a vm is simply safer [21:36] well thank you all for your help...I'll see if I can hunt stuff down in the forums...perhaps I can find answers there [21:36] Why are flash movies like example youtube lagging? [21:36] all the best to you all [21:36] d-snutz: http://ubuntuforums.org/showthread.php?t=1856991 [21:37] dalton2345: but like you, i've had no trouble dual-booting (thats because guys like us know what we are doing :) ) [21:37] tdlam: check if your machines are in the same sub-net, have the same workgroup, no firewall is blocking, no advanced authetication is used, etc, the most simple set up possible [21:37] bekks: thaks for pointing this out. you sneaked around answering my queston there, though. ;-) [21:37] auronandace, but its not the same as far as speed, and the allence experi [21:37] the all experience* [21:38] hi everyone [21:38] tomreyn: Using the official packages will solve your problem. [21:38] bibi23: Got it now? [21:38] windows machines are in HOMEGROUP...but wierd thig is that this xubuntu laptop saw them all at forst no problem...I was eevn streaming vids form one of them...then nothing [21:38] Zx432: what graphics hardware (and currently used drivers)? [21:38] Does ubuntu have a tc front end? [21:38] tdlam: I've found the most common issue when a machine can't be found automatically on the network, is that no broadcast address was given in the network setup [21:39] dalton2345: you are right, but i was talking as a testbed, somewhere that is safe to muck things up in [21:39] can anyone tell me how i can restore sound when i used startx to restart gui, which started a XFCE desktop manager and now sound does not work? === q0rban is now known as q-rban [21:39] pfifo: tc=truecrypt ? [21:39] bekks: 'official' is very subjective in this case. i tend to consider those packaged by my distribution to be 'official', not upstreams' [21:39] tdlam: so what happened before the problem arose? [21:39] hmmm I dont know what that is about sorry...I'm not a very advanced user truth to tell [21:39] if anyone has any idea, please let me know, i have 4 minutes to solve this [21:39] true auronandace just saying i never experienced the best of linux via virtualbox [21:39] bekks: anyway, thanks for your opinion, that's good to know [21:39] else i have to make another plan and leave the machine till later [21:40] DasEi, tc, traffic control [21:40] tomreyn: The packages from the developers arent upstream (their svn tree is). :) [21:40] you know mirkol...I probably installed some app or some such...had to be that [21:40] tomreyn: Their packages are the official reference packages they do support. [21:40] Defusal_: try sudo service alsa-utils (re)start [21:40] GF 8800GT 640M 512MB DDR3 nvidia [21:40] been configuring theis laptop over the last few days and am pretty new to linux [21:40] DasEi: alsa-utils: unrecognized service [21:41] auronandace, Go to System -> Administration -> Additional Drivers --> i cant see the "Additional Drivers" [21:41] strange [21:41] drivers are Nvidias [21:41] would uninstalling then reinstalling samba be a choice? [21:41] BathOryx: thanks it's working know, I think the sqlite3 extension wasn't compatible with my php version? with pdo_sqlite.so it's working [21:41] I'm in PHP 5.3.6 [21:42] sigh, im so screwed [21:42] DasEi: thanks anyway for trying [21:42] bibi23: Nah, some crap sometimes gets changed/renamed. [21:43] sckauter: might be called restricted drivers in 10.04, i can't remember [21:43] where can i find help with bash_completion? [21:43] i wanat to remove ubuntu .How to do that? In which partition ubuntu is installed [21:43] bibi23: Or it could be that sqlite3 packages relied on sqlite for it to work properly. (Sometimes, extensions, or packages are not always a standalone). [21:43] auronandace, nops, i dont have restricted drivers [21:43] :( [21:44] bibi23: Hey, whatcha using to browse/see in your sqlite databases? [21:44] BathOryx: phpliteadmin [21:44] Defusal_: sudo alsa force reload [21:44] sckauter: try opening a terminal and typing jockey-gtk or gtk-jockey [21:45] sckauter: its one or the other, i can't remember which way around [21:45] does anyone know how to get dnsmasq to use my VPN's nameservers? example: http://pastie.org/3729540 [21:45] Why are flash movies like example youtube lagging? I am using GF 8800GT 640M 512MB DDR3 nvidia on a Intel quad core. [21:45] this is a noob question but how do i acess samba preferences in xubuntu? is it in a drop down menu? [21:46] on 4 gb of DDR3. [21:47] i think you have to install samba as an application tdlam [21:47] tdlam: sorry can't help further, don't have any samba setup available at the moment :-( [21:47] pfifo: not really the answer you looked for, you could use something like wondershaper in conjunction with a visual networking device, ntop and many more [21:47] oh ok you guys are good folks thanks for the help [21:47] bibi23: I use: http://sqlitestudio.one.pl/ on my desktop, and http://sqlbuddy.com/ [21:47] Zx432: flash sucks on *nix in general, you can try html5 on youtube [21:47] the thml5 player* [21:48] don't I need acconut for that? [21:48] mirko1: same here, just setting it all up agin, samba in the age of ssh ? many things changed [21:48] sqlitestudio is not a webpage app, but it's awesome and always up to date. [21:49] i know this is a noob question, but where can I get help on bash_completion? [21:49] gadien: #bash [21:49] gadien: or just need the info TAB-key ? [21:49] BathOryx: yes they look good too ;) [21:50] DasEi, I went there but they told me it was a debian project [21:50] gadien: what is the actual question ? [21:50] DasEi: well, it's only that my last win machine is broken, i normaly have working samba setup, but yeah, smbfs rules! ;) [21:51] DasEi, I have the text loaded in clipboard [21:51] gadien: and.. [21:52] DasEi, acctually, My terminal always starts out with all these errors about bash_completion [21:53] gadien: which errors? text in clipboard ? [21:54] DasEi, I'll paste it in a private channel? [21:54] !paste [21:54] 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. [21:54] bash: /etc/bash_completion: line 1583: syntax error near unexpected token `curl' [21:54] bash: /etc/bash_completion: line 1583: `curl cut date df diff dir du enscript env expand fmt fold gperf gprof' [21:54] bash: /etc/bash_completion: line 1583: syntax error near unexpected token `curl' [21:54] bash: /etc/bash_completion: line 1583: `curl cut date df diff dir du enscript env expand fmt fold gperf gprof' === root is now known as cancan3535 [21:55] gadien: see above , use http://paste.ubuntu.com === root is now known as Guest21450 [21:56] DasEi, ok. [21:56] gadien: and what is the conjunction with clipboard or was it just that you had the error in clipboard? ah ok === Guest21450 is now known as Crazydan [21:57] DasEi, yes i copied the begining and kept it in clipboard until someone was ready to view the jargon === n00b4lyfe is now known as Tasmania [21:58] I installed emerald in 11.10 but have decided against using it. I've removed all it's files yet after several minutes of using Ubuntu the window manager will stop working as I suddenly have no border around my windows (so no close, minimise and maximise buttons etc). Why might this be happening? [21:59] apt-get update fails for me [21:59] /close [22:00] Crazydan: Are you using sudo with it? [22:00] Kircle: You might need to set gtk-window-decorator in ccsm>Window Decoration>Command field [22:00] no [22:00] Kircle: emerald is just a window-border decorator, not a window manager (for compiz) , you need to set metacity as the windoemanager gain [22:00] Crazydan: sudo apt-get update [22:00] ok [22:00] DasEi, so, what am I supposed to do with the text? paste it again? [22:01] bibi23: http://demo.mywebsql.net/ <---- That one is also nice. [22:01] same thing [22:01] gadien: http://paste.ubuntu.com << call in browser, paste clipboard there, press paste-button, give changed url from browser here [22:01] brb gonna pastebin it [22:02] DasEi, oh ok [22:02] soreau I have the entry 'gtk-window-decorator --replace' in that field. what should I change it to? [22:02] isn't most commands used with sudo password protected? [22:02] gadien: as example : http://paste.ubuntu.com/915244/ [22:02] DasEi, http://paste.ubuntu.com/915240/ [22:02] yupp [22:03] I just wanted to make sure. [22:03] paste.ubuntu.com/915245/ [22:03] BathOryx: yep, but I don't use sqlite a lot, it's only use it for phpunit tests so I don't really need an interface [22:03] Kircle: Make sure that gtk-window-decorator exists and you have compiz-gnome installed [22:04] bash: /etc/bash_completion: line 1583: `curl cut date df diff dir du enscript env expand fmt fold gperf gprof' is the issue, did you add any funcionality involving curl ? , gadien ? [22:04] bibi23: Well at least you know those tools exists, now you wont be pointed to these other whack SQL tools. [22:04] sqlite* [22:05] aha do you mean phpliteadmin? [22:05] soreau Both are present. [22:05] any help? paste.ubuntu.com/915245/ [22:05] Kircle: Are you sure compiz is running? Can you move windows with Alt+Drag even without the border? [22:06] gadien: I gtg soon, generate another pastie for the next one : sudo apt-get install pastebinit && pastebinit /etc/bash_completition [22:06] Is it possible to run Ubuntu - Linux in Virtualbox? [22:06] Tasmania: yes [22:06] why isn't this working: ls -laR !(folder_to_exclude/) [22:06] soreau the window border has just gone again. But yes I can move the window with alt and drag [22:06] is there a guide for making a usbiso for mac using linux? [22:06] Kircle: did you say it works, then stops? Keep in mind that compiz isn't the most stable thing in the universe. but it sounds to me, like it's crashing. [22:06] i'm running it with chroot [22:06] Will it ever disconnect if there's no internet access? [22:06] i've already done shopts -s extglob [22:07] !unetbootin | kantlivelong [22:07] kantlivelong: 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 [22:07] Kircle: So the border appears then disappears later? the decorator is probably crashing in that case [22:07] DasEi, I have no idea frankly, I installed 11.10 and the auto complete was not functioning so i did reasearch and they told me to do something so i did it [22:07] Kircle: for using emerald on oneiric you must have done some weird stuff, what did you do¿ [22:07] gadien: I gtg soon, generate another pastie for the next one : sudo apt-get install pastebinit && pastebinit /etc/bash_completition [22:07] .. give url here [22:07] DasEi: i know how to make a ubuntu bootable usb but isnt it different for mac machines? [22:07] paste.ubuntu.com/915245/ [22:07] paste.ubuntu.com/915245/ [22:07] paste.ubuntu.com/915245/ [22:07] Crazydan: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [22:08] xangua: emerald master works with 11.10 [22:08] It sounds like a stupid question but an old friend of mine told me vps's connections are always connected no matter what state your original internet connection is in. [22:08] i wouldn't flood if soneone helped [22:08] soreau: emerald master¿ [22:08] xangua there was a thread on ubuntuforums on how to. You had to make it from source. I remember fiddiling with it in the past and had a similar problem. I forgot I vowed never to stray from gnome. [22:08] xangua: emerald compiz++ branch actually, on cgit.compiz.org [22:09] Crazydan: With such words pouring out your mouth, reading that slightly discourage us from helping you. Just wait a bit. [22:09] DasEi, ok i get it hang on [22:09] Crazydan: jaunty is no longer supported [22:09] Recommend an FTP client for Gnome3 Ocelot ? [22:09] !eol | Crazydan [22:09] Crazydan: 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 [22:09] soreau should I run compiz in terminal and see why it crashes? [22:09] Kircle: or gtk-window-decorator, depending on what's crashing [22:10] can't upgrade :( [22:10] anyone recommend an easy network manager for e17? [22:10] best my phone can run [22:10] is there a way to point it at other repositories? [22:10] kantlivelong: process should be fine, but on the mac mention last part of :http://tinyurl.com/2uqw47e [22:11] myr: you basically have 3 options: A) no network manager B) Network-Manager C) wicd [22:11] DasEi, http://paste.ubuntu.com/915252/ === lupinedk is now known as Lupinedk [22:12] Hey, if any of you guys use reddit it'd be great if you guys upvote the "How linux is build" video under /r/videos. It's get linux more exposure. It's already on the top page [22:12] zykotick9, dose network-manager provide a gui via tray icon? or would I need network-manager-gnome [22:12] http://www.reddit.com/r/videos/comments/rt083/how_linux_is_built/ [22:12] Raptors: don't spam please [22:12] xangua, how is that spam? [22:12] :/ [22:12] myr: you'd probably need network-manager-gnome (i'm not 100% on that) [22:12] !ot | Raptors [22:12] Raptors: #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! [22:12] I am not making any money off it [22:13] zykotick9, all right, thanks for your help! [22:13] k :/ [22:13] myr: is this a "mini" install? if you need wireless you'd need GDM for network-manager to connect... [22:13] gadien: I'm of now try again with sudo pastebinit /etc/bash_completition [22:13] off* [22:13] zykotick9, i installed ubuntu 11.04 mini, nodm, e17. works great. I am able to connect to my wireless with command-line [22:14] and check your curl line 1583 [22:14] DasEi, Unable to read. [22:14] myr: ya, if you try N-M it might look like everything is working, but it doesn't connect. if you run into that, you need GDM... [22:14] gadien: open in editor then, sry , gtg now [22:15] DasEi, thanks anyway [22:15] myr: i'm stuck using wicd-curses on my EEE because of that N-M anti-feature [22:15] DasEi, gardar: not sure but perhaps his/her /etc/bash_completion is broken, maybe s/he should try: sudo apt-get purge bash-completion ; sudo apt-get install bash-completion === |Dove| is now known as atwt [22:16] zykotick9, i'm using an eeepc 701 (630MHz celeron M with 512k ram & 4gb ssd) -- I'd rather not use gdm if possible [22:16] mirko1, you mean me? [22:17] myr: ya, i don't want GDM on my EEE either ;) i use mainly command line and a windows manager only (but i've got a whole lot more room then your 4GB ;) [22:17] gadien: yes, but it's only a guess, I'd like to be it confirmed. ;) [22:17] Hi. Just got a new lenovo and am having some trouble getting the install iso to boot. [22:18] mirko1, ok, I'll do that then [22:18] When I opened chrome that's when compiz seemed to stop http://pastebin.com/sK65v4Fi [22:19] phpsysinfo won't display my distro name :( [22:19] lsb_release -a works fine and gives the output it should [22:19] 10.04 LTS [22:19] Anybody good with boot params? === gallo_ is now known as gallo [22:20] zykotick9, i will try n-m and see how it goes [22:20] matty75: are you getting a black screen? [22:20] matty75: so what's the actual problem? [22:20] The graphics are all scrambled [22:21] matty75: is this one of those intel/nvidia laptops? or do you know what gfx card is in it? [22:21] Intel hd in a laptop [22:22] Lenovo [22:22] mirko1, http://paste.ubuntu.com/915260/ and I'm male :) [22:22] Yeah whenever I open chrome compiz stops saying 'segmentation fault' [22:22] matty75: you can try nomodeset [22:23] So? [22:23] mirko1, not that i'm insinuating.. nvm [22:23] How do i do that? I cant Even read thw screen to type [22:23] *the [22:23] !nomodeset | matty75 [22:23] matty75: 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 [22:23] i've never heard of nomodeset being required for intel... but maybe? [22:24] Ok, thanks... its a brand new lappy [22:24] gadien: worked well, problem still there? [22:24] when making a boot cd for xubuntu do i want to make a data or image? [22:25] Hello! I just purchased a Dell Latitude E4300 laptop. I was reading a review and the review mentioned the touchpad is not Synaptic and that it is Alps. I've never heard of Alps. Are Alps touchpad highly supported in Ubuntu? [22:25] allie83: When having an .iso file, you want image. [22:25] of course i did the opposite...thank you bekks! [22:26] roasted: i believe it should be fine - i've seen alps touchpads mentioned plenty (never used had one myself though) [22:26] mirko1, it appears to have gone back to how it was originally. idk, my initial problem was the auto completion in finding folder paths. i'll just have a look, see if it is the same [22:26] zykotick9: sounds good. I just kind of panicked because I was hoping I didn't make a wrong purchase. I never knew anything else existed. [22:26] zykotick9: first glance on Google revealed some users with issues, but then again, googling the same but -alps +synaptic yielded the same... [22:26] My sound has stopped working, and when I run alsamixer in a terminal it tells me that some file or folder cannot be found. [22:27] roasted: i like your google observation ;) i'm sure it'll work out. [22:27] a lot of touchpad issues for alps and elantech are fixed in 12.04 / 3.2 kernel [22:27] mirko1, it's working fine now :) auto completion is the way it should be [22:28] zykotick9: yeah. only semi scary point is someone on askubuntu said they were having issues, even with kernel 3.3 they said as a matter of days ago. [22:28] I need help recovering data from a crashed hard drive === borkd is now known as Guest96601 [22:28] borkd: fire up a live cd and see if you can mount the failed hard drive. [22:28] Guest96601: ^^ [22:28] borkd: Is the partition table still in-tact? [22:28] roasted: eeek... that's not promising. [22:28] debian or ubuntu? [22:29] gadien: fine! :-) and for folder (directoy) completion see the readline settings "set mark-directories on" and "set mark-symlinked-directories on" [22:29] I'm trying to update my BIOS for my dell inspirion 1545. the dell website says A14 is the current version and I'm currently on A02. but when I use update_firmware, it says there's no available updates [22:29] zykotick9: no kidding, but I heard a lot of E4300 users say "it works great on Ubuntu!" which makes me think maybe that user was tinkering with things they shouldn't have. [22:29] erisuco: yellor or green? [22:29] yellow [22:29] Guest96601: I'd recommend http://sysresccd.org/ for a livecd [22:29] benwalburn: Then read the README very carefully, since you might have to upgrade in more than one step, like A02->A05->A09->A11-A15. [22:29] Zykotick9: is there a way to activate nomodeset without booting to the splashscreen first... cant see it [22:30] benwalburn: And thats not an Ubuntu problem either ;) [22:30] matty75: you don't see the first one with the stick figure on it? hummm, sorry don't know. [22:30] bekks: where is the readme? [22:30] !tab > matty75 [22:30] matty75, please see my private message [22:30] bekks: it's ALWAYS dell's fault. I know this very well [22:31] benwalburn: In the archive you've downloaded or on the website you got the update from. [22:31] Guest96601: there's a program on that livecd called photorec thats fairly good at pulling data of completely crashed filesystems where the hardware isn't gone totally bad (ie the disk heads read and the platter spins) [22:32] My sound has stopped working, and when I run alsamixer in a terminal it tells me that some file or folder cannot be found. === dmogle is now known as Guest62704 [22:32] This is after I removed some Gnome packages, must have dragged with it some dependencies. [22:33] But I do have alsa-utils and alsa along with pulseaudio still installed. [22:33] bekks: I was under the impression that update_firmware downloaded it for me. the only place I know to download won't work. I click download and nothing happens. Do you have any suggestions? [22:33] Rovanion, and which file is missing? [22:34] Zykotick9 ii can see purple, but its all scrambled so i cant read it [22:34] <_Tristan> Hello. I just got a power cut during a module installation, and now the computer won't get last "loading ramdisk" when booting. Tried recovery mode and older kernels, same thing. Any ideas? [22:34] Seveas: I have no idea. All I got is that when I try to start alsamixer it tells me: The file or folder does not exist [22:34] oh, so alsamixer itself is missing? [22:34] matty75: sorry I don't have any other suggestions :| zyk is a lot easier then Z-y-k-o-t-i-c-k-9 [22:35] Seveas: No it's installed and tries to open some file it seems, exact error: cannot open mixer: Filen eller katalogen finns inte [22:35] Zykotick9 i know... no tab key on my phone :) [22:35] matty75: ahhhh === michael is now known as Guest99929 [22:36] Rovanion, can you run this for me and pastebin the output: LC_ALL=C LANG=C strace alsamixer [22:36] _Tristan: Start from a live CD, chroot into the filesystem and try to do something something dark side. Can't remember exactly what. [22:36] hello [22:36] <_Tristan> great.. this computer HATES livecds... [22:36] i want to run an armel version of ubuntu on my droid, but its only armv7 [22:37] Seveas: Here you go: http://pastebin.com/tjEtyRYX [22:37] you only support armv9? [22:37] <_Tristan> Rovanion: Any idea where I should start looking for this dark-side thingthing? [22:38] open("/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = -1 EACCES (Permission denied) [22:38] Rovanion, can you do 'id' and pastebin the output? === bladernr_afk is now known as bladernr_ [22:39] I use Empathy to access Yahoo. What would I need to install to chat thru my webcam? [22:39] _Tristan: I was thinking something along the lines of chrooting to the root partition and rerunning the upgrade. Either that or finding out what does the kernel module building. === zatan_ is now known as zatan [22:40] <_Tristan> Rovanion: Well, it was a module for a wifi dongle, which probably didn't and won't work [22:40] Seveas: Thank you for your time, here you go: http://pastebin.com/5AFR2xRA [22:40] hah, i was right. [22:40] <_Tristan> I tried it once, it failed, I tried it a second time, power cut [22:41] Rovanion, you're not in the 'audio' group [22:41] so you're not allowed to access audio devices. [22:41] I have a flashdrive that was booting ubuntu just fine. For some reason now it's just saying "Boot Error". I've remade the USB Boot drive with both usb-creater-gtk, and unetbootin and it's the same thing. It boots on another machine though, so I'm not sure what the issue could be. Any advice? [22:41] Seveas: Yeah, that's right. adduser -g audio ? [22:42] You can fix that with the users & groups tool or on the command line with: gpasswd -a rov audio' [22:42] Rovanion: Put -a for append or "audio" will be the ONLY group you're in [22:42] genii-around: Sweet, thanks! [22:42] genii-around, that's why I always use gpasswd for this :) [22:42] is there a macbook channel? [22:43] hi [22:44] when I ssh into ubuntu I get a message - how do I disable this [22:44] W0rmDrink, sudo rm /etc/motd [22:44] _Tristan: I have no idea what your specific issue is, I'm just telling you what I would do in your situation. [22:44] Seveas, does something update that file ? [22:45] W0rmDrink, hmmyes, on a default ubuntu install that's now done [22:45] W0rmDrink: don't remove motd! "PrintMotd no" in /etc/ssh/sshd_conf [22:45] zykotick9: if you're curious, check out post #545 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/550625 [22:45] Launchpad bug 550625 in Linux "Alps touchpad is recognized but synaptics clients and scrolling do not work" [Medium,Confirmed] [22:45] I don't remember what does it though as that's one of the first things I kill [22:46] zykotick9, it is set as no [22:46] Error moving file: Permission denied --> im trying to copy and past a blacklist file to etc/modprob.d [22:46] any help pls? [22:46] Seveas: Do I have to log in and out in order for the change to take effect? gpasswd exits successfully telling me that the user rov has been added to the group audio. But when I run id again it doesn't list me and alsamixer won't start. [22:46] roasted: that sucks man :( [22:46] zykotick9: 545 looks good though [22:47] zykotick9: it looks like support was there, and ubuntu broke it. other distros reported no issue, mint included. [22:47] zykotick9: but it looks like support is coming back with kernel 3.3 and 12.04 to boot. [22:47] zykotick9: let's hope anyway, or else I'll be reselling this puppy on ebay [22:48] roasted: hopefully that won't be required ;) [22:48] Rovanion, yes [22:48] zykotick9: with, of course, a phone call to alps to put some pressure on their "engineers" :P [22:48] W0rmDrink: is it the motd that is being shown or something else? [22:49] zykotick9, its motd and then some things which are not in there [22:49] W0rmDrink: do you have a Banner line in sshd_config? [22:49] zykotick9, no === user1 is now known as zill4 [22:49] W0rmDrink: also PrintLastLog is taht on/off? [22:50] nope [22:50] let me try that [22:50] W0rmDrink: that's just the last login line [22:50] no but there is stuff like Ubuntu comes with no warranty etc [22:51] Error moving file: Permission denied --> im trying to copy and past a blacklist file to etc/modprob.d [22:51] any help pls? [22:52] sckauter: are you editing blacklist.conf as root? [22:52] > ~/.hushlogin worked [22:52] W0rmDrink: lol i was just reading http://www.debian-administration.org/articles/546 i've never heard of .hushlogin before - neat. [22:56] is there a bot i can ask for what is? [22:57] thats a nice quit message [22:58] Monkeys among each other [22:58] :P [23:00] @DasEi: just wanted to give an update...my samba issue was a firewall permission rule that I didnt know I had to do...it works ok now thanks for your help === atwt is now known as Cuasi [23:00] and evryone else that helped too :) === Cuasi is now known as |Dove| [23:03] anyone know how big the ubuntu repos are? as in how much space would it take to mirror them? [23:03] guys i installed a program with make install and now i am not able to remove it [23:04] born2troll: did you keep the source package? [23:04] Do I need a vps to install files in Ubuntu? [23:04] if you did, cd into it and do make uninstall [23:04] babble, i think but it ends in an error [23:05] Tasmania: vps? === |Dove| is now known as [dove] [23:07] Dayofswords: it depends on how many releases you'd be mirroring, but I administer a mirror with 10.04, 11.10, and 12.04 and it's about 243 GB [23:07] Dayofswords: you can not mirror sources and get away with much less [23:09] Anyone know how I can fix my compiz crashing issue? Here's a log of compiz doing just that http://pastebin.com/sK65v4Fi [23:11] how do i execute a terminal command then exit before command output is diaplayed? [23:11] displayed* [23:12] AcidRain2012: ' &' will run whatever is in the background === Guest57785 is now known as madscythe === madscythe is now known as AndyGraybeal_ [23:12] yeats: well my issue is this: i want to execute a shell command using php. turns out the command im executing starts a server and output is continuously being sent. will this trick still work? [23:13] ERROR: You appear to be running an X server; please exit X before [23:13] installing. For further details, please see the section INSTALLING [23:13] THE NVIDIA DRIVER in the README available on the Linux driver [23:13] download page at www.nvidia.com. [23:13] sckauter: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [23:13] AcidRain2012, command > myfile.txt 2>&1 & will put output to file and background [23:13] Sorry sorry [23:13] AcidRain2012, command > /dev/null 2>&1 & will put output to file and background [23:13] how can i turn off Xserver? ubuntu 10.04 [23:14] sckauter: 'sudo service gdm stop' [23:14] probably the easiest way [23:14] cool, thank you yeats [23:15] itaylor57: appears to still not work. it just looks like the page is still trying to "refresh" and it stops further execution [23:15] any other ideas? [23:15] AcidRain2012, sounds like something you would want to start with a startup script [23:15] what is it you are trying to run? [23:15] hmmm... you mean have php run a perl script that runs the server? [23:15] im trying to start icecast via php [23:15] it works... it just wont let me know that it has worked [23:16] and the php output is very important [23:16] Guys when I run the 'gtk window decorator' command I get an errormsg saying "unable to locate theme engine 'pixmap' segfault" [23:16] How can I get the stupid launcher bar to hide itself when I focus on an app? [23:17] This thing is driving me crazy [23:17] heyho is there an easy way of getting skype to run in precise? i did an upgrade today which removed the ia32-libs package (apparently skype depends on this). any ideas? === dmogle is now known as Guest68416 [23:18] Anybody using an Alps touchpad with Ubuntu? I've read about some users having issues yet others with success. Curious if anybody else is having headaches with it. === Guest68416 is now known as dmogle [23:18] If I power on the modem and then the computer all is good - if I re-power the modem/router the computer does not re-connect - wy not [23:19] Hello, I need help installing my ubuntu when im in the installer it works fine but when i reboot after install it says "VIDEO FORMAT NOT SUPPORTED" and my monitor goes to stand by any suggestions [23:21] ANY HELP????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? [23:21] cswank216 that's rude dude. [23:21] cswank216_: really, your limitation of patience is 2 minutes? [23:21] cswank216_, really? you think that is going to get you help? [23:21] cswank216_: 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/ [23:21] cswank216_: excessive punctuation is not necessary [23:21] lol explosion of tsk tsk [23:21] :) [23:22] well it looks like it works alot better [23:22] your screen? [23:22] !guidelines > cswank216_ [23:22] cswank216_, please see my private message [23:22] how? [23:22] Kircle: if you pre-tense the gtk tool with strace does it give you any idea what specific file it can't find? (fyi, it'll be *very* verbose output, you'll need a pager like more) === Sovereign is now known as Guest91787 [23:23] hi [23:23] somebody know how do i enable to xchat history? [23:23] ubottu how do i read your private message? [23:23] cswank216_: I am only a bot, please don't think I'm intelligent :) [23:23] i found this: [23:23] http://forum.xchat.org/viewtopic.php?t=3794 [23:23] o lol sorry [23:23] Anybody using an Alps touchpad with Ubuntu? I've read about some users having issues yet others with success. Curious if anybody else is having headaches with it. [23:23] and perhaps i need to put :: /set text_replay on [23:23] skel never used strace before looks a tad complicated. [23:23] but where that is done= [23:24] ? [23:24] ! enter | BobMarley [23:24] BobMarley: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [23:24] BobMarley, you want to check the settings for Load Scrollback [23:24] roasted: 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. :-) [23:24] So no help? [23:24] Kircle: don't be scared by it, its just showing you every operation its running at a system level. it should show you reads / writes and will show you which file it's looking for [23:24] cswank216_: Ahem.. [23:25] BobMarley, actually it is "Display scrollback from previous session" [23:25] BathOryx: uh. what? [23:25] BathOryx: wrong person? [23:25] ? [23:25] Kircle: or most of the time will lead you to the first of whatever missing components it needs [23:25] roasted: What are you trying to do in Ubuntu on Alps touchpad? [23:26] somebody know how do i enable to xchat history? [23:26] i found this: [23:26] http://forum.xchat.org/viewtopic.php?t=3794 [23:26] and perhaps i need to put :: /set text_replay on [23:26] but where that is done? [23:26] BobMarley: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [23:26] BathOryx: I'm asking if anybody is having issues with it. I've read some questionable reports about it. [23:27] BobMarley: Type in the same input text bar you use to "talk/chat" throuhg. [23:27] BobMarley, click on Settings > Preferences > Logging and check the box for "Display scrollback from previous session" [23:27] settings menu > chatting category > loggin [23:27] *logging [23:27] BobMarley: The /set is actually a chat command. TYPE IT OUT. The forward slash indicates it's a chat command. [23:28] It must literally be the first thing you type or the command will not work. [23:29] so in which folder i can consult the chat history? [23:29] ~/.xchat2 [23:29] ~/.xchat2/scrollback [23:30] does ubuntu have an equivalent to Start > All Programs > Startup ?? [23:30] what the ~/. command does? [23:30] yes and no... [23:30] BobMarley: ~ is your home dir [23:31] no-name- if your using unity you can add startup commands via the cog wheel at the top right corner [23:31] BobMarley, in /home/USERNAME/.xchat2/scrollback [23:31] I'm still on 10.04 with gnome2 [23:31] BobMarley: try cd ~/.xchat2/scrollback in terminal. the . (dot) in front of a folder means it's hidden [23:31] BobMarley: ~ is typically /home/yourUserName [23:32] hmm, I want this command to happen when I log in, not when I boot up though [23:32] oh, in ubuntu there are also hidden folder and files? [23:32] is there a genneral option to unhide them all? [23:32] no-name-: Yes. [23:32] BobMarley: sure. just put a . in front of the folder name and it's not shown [23:32] BobMarley: in the terminal? [23:33] yes [23:33] BobMarley: you can see what's in a folder by typing ls [23:33] BobMarley: if you wanna se hidden files and folders type ls -a [23:33] in windows it is possible by the explorer (nautilus like thing) [23:33] no-name-: If you're using Ubuntu 11.10/11.04, push the SUPER BUTTON on your keyboard. (That stupid windows logo key), Click on the UBUNTU LOGO, then type in: startup, and finally, double click on Startup applications. [23:34] BobMarley: in my file manager it works with Ctrl+h. in yours maybe too, not sure. [23:34] BobMarley, in nautilus hit ctrl-h to hide/unhide [23:34] i suggest learning the backend [23:34] pangolin, thx, didnt know that [23:34] mkultra_: What's there to really learn? [23:34] cool [23:35] apt-get file system stuff [23:35] Hello? [23:35] hi Foggalong [23:35] babble, got 1 more questions... are alsa and oss 2 different systems? im going to use alsa and there is a unmet dependency for oss... does it matter? [23:35] oss is /dev/dsp stuff [23:36] Well, at least I know the program is working. [23:36] id go alsa, and avoid oss [23:36] BobMarley: In nautilus, push: CTRL + L, to see the current DIRECTORY you're in (I don't like the folder term, :P) [23:36] its old [23:36] guys i really need your help, i just need to figure out my screen resolution, im on 1024x768 instead 1600x900, i reaaly cant i've download the nvidia driver, i've put nuveau in blacklist i«ve turn off x server....i dont knwo what to do.... [23:36] no-name-: System, Preferences, Startup Applications I think [23:36] BobMarley: You can type into that bar too. [23:36] how do you make 12.04 look like gnome2 [23:37] mkultra_, thats my plan but i was not 100% sure if its the one or the other... [23:37] !classic > Guest91787 [23:37] Guest91787, please see my private message [23:37] i use xfce, its gnomey sort of [23:37] lighter [23:37] !not-unity > Guest91787 [23:38] BathOryx, you change it @ the log in? [23:38] Hey, could any of you guys help me with a ubuntu server install? [23:38] hello [23:38] daniellog: whats the trouble? [23:38] enable ssh and build it remotely from a gui machine [23:39] Guest91787: You can also just try something like this: http://cinnamon.linuxmint.com/ Has the interface that looks like gnome2. And beautify, you can easily install that on Ubuntu. (see downloads page) [23:39] I have a system setup with a stripped software raid, when I get to installing grup I get the error "executing 'grub-install /dev/mapper' failed" [23:39] I have an issue, and I am trying to report it via approot-bug however after I check mark the appropriate button on the first screen and hit next, nothing happens. Ultimately, when I start into 3D mode (unity) I see the desktop, but receive an error message "system Tray not detected" [23:39] Guest91787: Did you got the PM? [23:39] !notunity > Guest91787 [23:39] Guest91787, please see my private message [23:39] I'm installing it through usb rather than cd [23:40] BathOryx, i saw thankh [23:41] id install boot to another usb stick.... [23:41] daniellog: are you installing it to the mbr or did you specify another location? [23:41] make it something that can be easily mirrored and redundantly generated [23:41] daniellog: can you provide us with a link to what you used as a reference when you did your install? [23:41] daniellog: by default I think it tries to use /dev/sda if you do custom partitioning [23:42] how do i make the terminal transparent? [23:42] i use compiz for transparency [23:42] as far as I know mbr, I'm not sure of the mounts for raid in linux, before I've alwaysed used dev/sda etc, but the install point to /dev/mapper by default? [23:42] Can anyone help me with why XChat won't connect to #YourPants IRC channel [23:42] mkultra_, ahh ok [23:42] how do i changed the wallpaper? [23:42] I'm not using a reference, just going through it by myself [23:43] daniellog: you can try to do it by default before rebooting: sudo mount /dev/mapper/*your-raid-part* /mnt [23:43] id make a /boot partition and point the mount at it === ubuntu_ is now known as myhero [23:43] at the usb stick [23:43] daniellog: and then do: sudo grub-install --root-directory=/mnt/ /dev/mapper/*raid-drive* [23:43] even a 512 can handle kernels [23:44] so quit to the shell then run those commands? [23:44] but it requires usb booting support === irdx is now known as irdxafk [23:44] i want to setup a dual boot system ubuntu with windows 7 so what to install 1st ubuntu or windows 7 ?? [23:44] how is it that kde has a better power manager than unity? [23:44] foggalong: it works just fine [23:44] install windows first, and leave enough for linux [23:44] means... [23:44] myhero i always install win first [23:45] in the 1st partition windows 7 or ubuntu ? [23:45] daniellog: yeah after install completes (minus failing bootloader install) just open a terminal and do those [23:45] ok [23:45] daniellog: you don't have to quit the gui [23:45] 1st partition is windows [23:45] if i install ubuntu 1st then any problems ? [23:45] yeah [23:45] myhero: if win first then you will need to reinstall the grub bootloader [23:45] sorry if this seems a bit of a stupid question but how do I find the raid part out? [23:45] myhero: usually windows likes to be the first OS and doesn't work well otherwise, I don't know if thats changed. Haven't dual-booted since XP [23:46] if you install ubuntu first you can use easy bds or bsd [23:46] ok [23:46] thnx.. [23:46] df [23:46] quit [23:46] daniellog: did you use the custom partition wizard in the install process? It shows you the device name [23:46] myhero: If you do not want problems. Windows first, then Ubuntu. If Windows were to get installed last, then it would try to overwrite boot records and etc. [23:46] win 7 can deal with being a second partition since it wont have an mbr after grub kills it [23:46] can anyone answer a question for me real quick? [23:46] Ubuntu just handles things in a smart and more considerate manner. [23:47] How would i voice myself. (Not on this channel) [23:47] Neon_Sloth: /msg chanserv voice #channel you. [23:47] no I just used the automatic, its came up withs some werid nvidia name, something like nvidia_q3c...etc , I'm guessing the raid controller is an nvidia one [23:47] if it wasnt my channel? [23:47] daniellog: the disk utility should show the status and allow you to mount and umount raids, did you use the alternate disk for your system install? [23:48] id have the hardware control the raid [23:48] Neon_Sloth: You must have enough channel access privledge to perform such a command. Try it. [23:48] BathOryx: even if it wasnt my channel? [23:48] kk [23:48] id prefer hardware raid over soft raid [23:48] daniellog: hmm ok I'm not as familiar with raid setups, I rarely use them =/ Anyone else know how daniellog can find out what the raid device name is within the installer? [23:49] Yeah I'm limited with resources, and alternative disk? [23:49] it worked, thanks BathOryx [23:50] daniellog: here's a reference to posibly get you started, there are many other raid docs depending on what mode you want to use https://help.ubuntu.com/community/Installation/SoftwareRAID [23:50] if no one knows I can just set it back to IDE mode and not bother with raid, if software raid is useless [23:50] i messed up my GUI by loading an vector-based .snv file as wallpaper. i might be able to fix this by changing the wallpaper from terminal/console. can anybody tell me where to do this? [23:50] hej [23:50] which directory config file to edit? [23:50] @sacarlson thanks === scott__ is now known as Dragnslcr [23:50] viktor: what window manager? [23:51] How do I get rid of 'W: Failed to fetch gzip:/var/lib/apt/lists/partial/www.bashterritory.com_pytube_releases_en Encountered a section with no Package: header?' [23:51] skel, right, gnome2, oneiric ocelot [23:51] soft raid works but i wouldnt want it [23:51] you get best performance when your utilizing hardware [23:51] Nebbie, I'm nubbie [23:52] viktor: try gconftool-2 -t string -s /desktop/gnome/background/picture_filename [23:52] <_Tristan> Hi. I'm looking for a small cheap usb wifi dongle that will work in oneiric. Anybody have suggestions? === Anthony is now known as Guest73640 [23:52] Thanks guys, I'll try again tomorrow [23:52] i got one a few days ago [23:52] daniellog: skel: Unless this is FakeRAID, you don't want to (it makes no sense to) install grub's boot sector to the raid device. So you should not pass any /dev/mapper/ device to grub-install. [23:53] wait no i didnt lol [23:53] @Jordan_u where should I install grub too then? [23:54] Netgear WG111 V1 should work [23:54] daniellog: The MBRs of the member drives. [23:55] would they be in /dev/ ? [23:55] <_Tristan> I was hoping for something cheaper [23:55] skel, i get this back from terminal: "No value to set for key: `/desktop/gnome/background/Pictures/alison_carroll_1.jpg' [23:55] " [23:55] daniellog: Most likely that would be /dev/sda and /dev/sdb. [23:55] I've tried, but I still get the fatal error [23:56] It must be something to do with this nvida raid it does not like [23:56] daniellog: What is the exact error message? [23:56] . [23:56] skel, by "picture_filename", i was meant to put a new one to replace the old one right? [23:56] o u dont need to register to speak in here? :0 [23:56] orginnally "executing 'grub-install /dev/mapper' failed" [23:56] daniellog: /dev/ is short for: devices, or device. IIRC. [23:56] I'll try with the sda and sdb now [23:57] yeah I know [23:57] daniellog: If it's "nvidia raid" that _is_ FakeRAID. [23:57] viktor: yeah thats a second parameter, so after the background/Pictures then do /path/to/alison_blah.jpg [23:57] would I be able to use that raid or shall I not bother? [23:57] HUD is the best thing ever. [23:58] daniellog: In which case what I said earlier does not apply. [23:58] id setup a raid partition, and a separate drive for a boot partition [23:58] a usb stick [23:58] something easy to mirror [23:58] if its fake raid why bother? it's not going to be any faster.. right? [23:58] Yo, does anyone happen to have a System76 laptop? Do you like it? Just looking for feedback on the feel of the machine, build quality, etc [23:59] Hmmm yeah, not the best setup though, might be just easier to not bother raiding [23:59] !ot | xixor [23:59] xixor: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [23:59] daniellog: You should be able to, but using Linux software RAID will be faster, easier, and better supported.