=== Calvin87 is now known as Cpudan80 [00:00] edbian: wpa_supplicant.conf? [00:00] http://pastie.org/2540423 [00:01] explodes: your script references the file /etc/wap_supplicant.conf [00:01] wpa_supplicant.conf ** [00:01] oh duh [00:01] it's there at the bottom [00:01] :P [00:01] i appended it to the paste, youre not wrong [00:01] explodes: are you sure its wlan0 mines not its eth1 === K is now known as C [00:02] explodes: is your password really 'somelonghexstring' or did you censor that? [00:02] wlan0 is my wireless interface, i'm trying to connect to wifi now, as i dont have a crossover cable [00:02] edbian: this irc client is on the windows machine, my linux box isnt connected to the internet, i had to transcribe wpa_supplicant.conf === C is now known as K [00:02] explodes: a-ha :) [00:03] explodes: your script, on line 4, overwrites the content of /etc/wpa_supplicant.conf ? Is that intended? [00:04] run wpa_connect, if you would, like this: wpa_connect.sh === K is now known as Ravenshade [00:04] edbian: yes [00:04] What is the best way i could remote into a system (GUI) over lan? [00:04] everything i googled said this was how to do it, im just wondering now if my wifi wont work in recovery mode [00:04] oh shit [00:04] Hash-it-is: either ssh -x or vnc [00:04] explodes: please don't swear [00:05] sorry sorry sorry [00:05] explodes: Well that doesn't make sense. Why have anything stored in the file at all? [00:05] explodes: It's completely erased every time this script is run [00:06] that file stores the WPA key so that when you run wpa_supplicant using that file, it uses that key... wpa_passphrase just basically generates that config for wpa_supplicant to use. [00:06] when you enter commands in terminal, it will remember all previous commands, i can access through "up" arrow. This occurs for ALL the commands I have typed since the beginning of time (or so it seems). It must be stored on a file somewhere? where is the file? [00:06] at least that's my understanding [00:06] Hash-it-is: ~/.bash_history [00:06] explodes: a-ha, that makes more sense. If wpa_passphrase generates the file [00:07] in my script, can i do echo `some command that could output many lines` and it will output all of that output? [00:07] explodes: I think so, yes [00:08] edbian can you run that script somewhere to test it for me :S [00:08] explodes: lemme try, but it will kick me offline for a minute [00:08] thank you, see you soon [00:10] the serial stuff in unbuntu is utterly useless and broken [00:10] I can't even plug in a usb to serial adapter and do loopback [00:10] sarnold: Thank you kind sir. [00:11] explodes: echo is for repeating text. do 'man echo' for a list of things it will be able to do. You need to write a script. [00:13] edbian: any magic happening? [00:13] What's the best way to begin troubleshooting intermittent network issues? I've got Twonky and samba running on here, but sometimes they cut out for a short time [00:13] brandini, I believe your wrong it just is not plug and play/loop. === mpx2 is now known as mpx [00:14] urlin2u: why can't I plug in my serial adapter to my board and have it communicate [00:14] Hash-it-is: the `` shell 'operators' are used in command substitution; see bash(1) for details on the command substitution, and "uname -r ; ls -l /lib/`uname -r`/modules" for a quick demonstration of how it works [00:14] it works in windows [00:14] Hey guys! The company I'm working for is working on this game http://voxlr.net and we're aiming at general Linux compatibility. It's all very early, but maybe you'd be interest enough to help us fund the project? [00:14] Anyhow, please share your thoughts about this! :) [00:14] explodes: It did not work for me. [00:15] explodes: but I have a wpa2 enterprise network and this script did not set my identity [00:15] ah, ok [00:15] brandini, I think I said it clearly, and if you compare to windows a plug and play your going to never figure it out look at the web. [00:15] explodes: yes, so, sort of a hint? [00:15] brandini: did you load the correct module for your USB/serial board? there's no standard for those things (microsoft prevented the USB working group from standardizing an interface years ago in an attempt to get serial devices off the market that much quicker. I don't think it worked.) [00:15] sarnold: the device shows up in dmesg and says it's available at /dev/ttyUSB0 [00:16] brandini, making statements like this "the serial stuff in unbuntu is utterly useless and broken' hardly generates help. [00:16] brandini: great success :) [00:16] sarnold: however when I configure minicom to use it I get nothing [00:17] hardware flow control is off, speed is 115200 [00:18] brandini: does your other device expect hardware flow control to be turned on? [00:18] their docs say to turn it off [00:18] aha [00:19] btw thanks guys for the help with my fstab it worked like a charm [00:19] brandini: are you in the 'dialout' group? (or do you otherwise have permission on the device?) [00:19] I added root and my user to that group [00:19] you couldn't have [00:19] ;) [00:20] brandini: and did you logout/login again, or run newgrp? [00:20] aha === bjv is now known as Guest24670 [00:22] sarnold: you're the first person in days to help me figure out that the group was wrong [00:22] sarnold: but why it didn't work under my normal user I don't know [00:23] brandini: you wouldn't want your normal users to be able to start up your uucp connections whenever they want and thus drive your phone bill through the roof! [00:23] i have a error to access a ssh server.. with root user if i try to acces it work fine.. but with other user i get this > PTY allocation request failed on channel 0 i googled but nothing there helped me.. any tip? [00:23] sarnold: fair enough :) [00:23] brandini: I'm sure there's some ConsoleKit things that could make it all work without hassle, but I never took the time to learn how to use it. [00:23] it's a HUGE gotcha that's not in the ubuntu serial guides [00:24] brandini: file a bug report? :) [00:24] naw, I'll let everyone else suffer like I did :) [00:24] brandini: ha! :) fair enough :) [00:25] Danielpk: is there anything revealing in the /var/log/ logs? [00:25] screw it, im physically moving my computer so i can plug it into my router. [00:26] sarnold: i will look [00:26] sarnold: FWIW, I was root and couldn't dial things out... that seems broken to me [00:27] i'm been going through /etc/init.d and /etc/init and cannot seem to find where /var/log is created during boot. i put /var in fstab as a tmpfs mount and when i booted, the log directory was there but i can't seem to find where it was created. [00:28] brandini: that _does_ seem broken. Not sure why that wouldn't work. :/ [00:28] indeed [00:28] bec of unity [00:28] hence my extreme frustration [00:29] hi [00:29] seanbright: does rsyslog create it at startup, if it doesn't exist? /etc/rsyslog.conf mentions directory and file creation modes [00:31] ok, ubuntu boots up, and it asks what user to login with (with the GUI) which shouldnt happen in the first place. when i enter the correct password, it flashes black and eventually returns to the login screen. what do! [00:31] sarnold: nothing at logs.. [00:31] sarnold: it look watched the server logs.. and it look like i connect then i disconnect.. [00:31] sarnold: seems like a reasonable guess, i'll check the source [00:32] seanbright: maybe easier would be to stop rsyslog, start it under strace, and check [00:32] explodes: do you have free space on your partitions? Have you tried the classic session? [00:32] seanbright: errr, stop rsyslog, delete the directory, start rsyslog under strace and check... [00:32] ActionParsnip: yes i have free space, what is the classic session? [00:33] explodes: you choose it after you click your login name. Its an alternative to Unity [00:33] help [00:33] i dont have unity, ihave ubuntu 11.04 [00:33] oops [00:34] i mean, i dont have the option for classic session [00:34] explodes: i see, ok that takes that out of the equation. If you log in as a different user is it the same [00:34] i only have the one user, and root doesnt have a password [00:35] wait [00:35] root has to have a password, right? [00:35] sarnold: grep'ing the source for mkdir worked [00:35] explodes: no, it doesn't [00:35] explodes: press CTRL+ALT+F1 and make a new user there, then press CTRL+LT+F7 and log in as the new user [00:36] ok one sec [00:38] seanbright: woot. :) [00:38] !adduser [00:38] To add new users to your Ubuntu system, follow the instructions at https://help.ubuntu.com/community/AddUsersHowto - For administrative privileges, users need to be made members of the group "admin" - See !sudo [00:38] omg === sysadamin|zzz is now known as syadamin [00:39] when hibernating, I get error "Failed to hibernate session not authorized" [00:39] sarnold: and you were right, it does create the parent directories if they don't exist [00:39] starting up, my computer holds on "checking battery state..." im plugged in, what do [00:39] ah, and fail on "Starting automatic crash report generation" [00:41] How can I ask Ubuntu Desktop to boot into non-graphical mode? [00:42] crt alt f2 [00:42] alft f2 [00:42] B0g4r7_: you mean like in rhel2 /etc/iniitab [00:42] More or less. [00:42] runlevel 3 or whatever. [00:42] B0g4r7_: i've been also searching on that..it's a bit complicated .. [00:43] dang [00:43] B0g4r7_: Replace slapsh booting parameter with text [00:43] *splash [00:43] Will that cause xorg to not be loaded? [00:43] (that's my goal) [00:44] To not load any of the gui stuff so as to save on memory usage. [00:44] B0g4r7_: Hold shift at boot, and press "e" to edit in grub, yes [00:44] how do i add extract to new folder to the context menu for an archive? [00:44] B0g4r7_: You can also: sudo service gdm stop [00:45] hello i basically have a problem i am on debian not on ubuntu so its more of a generalized linux question [00:45] the problem i have is pretty the same as this [00:45] http://www.linuxquestions.org/questions/debian-26/repair-permissions-installed-deb-package-355052/ [00:45] i accidentally touched all the permissions recurisvely in / [00:46] i thought i was in my home folder but i was in the root as root and i ran chown -R c4pt:c4pt * [00:46] B0g4r7_: try this vi /etc/event.d/rc-default [00:46] bsmith093: mkdir newdir && mv archive newdir && rar|unzip|tar archive [00:46] but you have to backup the file first .. [00:46] so i tried to stop it after realizing it a minute later and ran chown -R 0:0 * to try and fix it [00:47] B0g4r7_:find all the lines that says telinit 2 and change all to 3 [00:47] but alot of things arent working right (for example crtl-alt-L is refusing my password) opening a root terminal with gksu wasnt working right until i gave gksu back its chmod +S [00:47] i am trying to connect my ubuntu 11.04 machine to my windows 7 laptop to transfer files. is there any good tutorial for this, both machines are connected to a wireless router [00:47] chrometiger, use samba [00:47] oh my goodnes.s [00:48] <|Slacker|> chrometiger: i just connect trough the file manager [00:48] chrometiger, http://www.unixmen.com/linux-tutorials/1524-standalone-samba-in-debian-squeeze [00:48] chrometiger:install personal file sharing > as per c4pt: samba [00:48] c4pt: there is no undo for that afaik unless you have backup. :<~ [00:48] /etc/event.d -- no such directory. On lucid anyway. [00:48] in a smart report, what is VALUE, WORST, and THRESH? [00:48] Stopping gdm works well tho. That will suit my needs. [00:48] wildbat, well thats the thing i have all the data it will just take hours and hours to put everything back (since we are talking close to 4 or 5 tb of data) [00:49] whatta u know...think I finally figured out how to install a .bin file... whatta pain... I guess I gotta learn the Linux command line after all.... [00:49] wildbat, is there a way i can reinstall without formatting without touching my home ? [00:49] explodes: WORST is the highest recorded temperature I believe. [00:49] B0g4r7_: that's great ..anyway ..you can start it anytime you like .. [00:49] thanks i'll try [00:49] c4pt: only if you have /home in differnet partition. [00:50] qin: wonderful, now how do i add that functionality to nautilus context menu [00:50] wildbat, can i use gparted or something to resize my entire lvm and make a /home parition ? [00:50] wildbat, maybe that is doable with resizing and moving ? === jdm is now known as jdm_ [00:50] anyone have experience installing ironhide/bumblebee? [00:51] c4pt: thanks for that.. compared to that my issues seem insignificant. [00:52] c4pt: that may take hours too ~ depend if you resizing to the left of to the right. ~ chop the right side can be much faster. then just delete all the folder excluding /home and mv /home/* / . [00:52] anyone know of any good ways to rip and convert dvds on Ubuntu? [00:52] ive tried k9copy but it wont convert [00:53] I've also tried Dvd::rip and it doesnt seem to want to finish the whole dvd. [00:53] It stops short. [00:53] my ex girlfriend was like that.. i had to let her go... [00:54] bsmith093: Dunno, maybe nautilus-scipts, never used it tho. [00:56] hi, i am new to 11.04 and i am wondering why i do not see the new colom on the left for the new desktop style? what am i doing wrong am i using gnome and not unity some how? [00:57] sorry for my mis-spelling [00:57] wildbat, thanx for the idea about /home and gparted (you reminded me i could resize instead of having to migrate everything over again might save 2 hrs instead of taking 5-6hrs might take 3-4hrs ) [00:57] bekor: What does Alt-F1? [00:59] bekor: Keep on channel, please. [01:00] Finally, got it working with hostapd and a properly configured masquerade setup ;) [01:02] bekor: At this moment, thinking of neat script to prevent and punish someone PM me constantly. [01:02] hi anyone give me some pointers? [01:03] I have *-network:1 UNCLAIMED realtek wireless [01:04] hi, accented characters (french) in file names drive me crazy and I can't remember how I solved this in my previous installation, at least hints pls (show up a question marks on black background) [01:04] bekor: You using Classic gnome not Unity. At login before typing password, at bottom bat choose Unity as your session, ans do not PM people, if not asked [01:04] *and [01:04] does anyone use fluxbox in ubuntu ? [01:04] I can't find my wlan using ifconfig. [01:04] hola [01:05] alguien habla español?? [01:05] !es | birote [01:05] birote: 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. [01:05] gracias nn, [01:06] ok thanks sorry about that the letters were read so i thought that was what i was suppose to do [01:06] bekor: Do not use /msg or /query, just "qin: message here" [01:06] i mean red [01:06] !tab > bekor [01:06] bekor, please see my private message [01:06] spanglesontoast: try #fluxbox... [01:06] not sure how to do that sorry [01:07] bekor: See message from ubottu? [01:07] qin my problem is unity is not on my list [01:08] AuroraNites21, yes ? why did you pm me ? [01:08] bekor: What: lsb_release -sc says? [01:08] I wanted to say hi [01:09] Loshki, they are very rude in there unlike the distro help channel that I'm using here unfort it seems that stance has now changed... [01:09] sorry qin do not understand [01:09] AuroraNites21, why ? [01:09] spanglesontoast: sorry to hear that. Try asking your question here... [01:09] bekor: Try to type in terminal: lsb_release -sc [01:09] ok i will [01:10] ok thanks Loshki [01:11] basically where in the filesystem do I edit gdm where it launches fluxbox ? [01:12] command not found how do i cut and paste that? [01:12] bekor: You sure that you type it right? [01:12] ok got it right that time it just says Naty [01:13] Natty [01:13] where are you from? [01:14] when i looked at system info it said Gnome instead of unity === chovynz_ is now known as chovynz [01:14] hello everyone! [01:14] bekor: Ok, in terminal: "sudo apt-get install unity unity-common" or use synaptic to install it. [01:15] bekor: Unity uses gnome. [01:15] thanks friend you think that will do the trick? [01:15] quick question: how does one call upon or link by a single script (bash) multiple separate scripts to be executed? [01:15] where are you from? [01:15] bekor: Yes it should, have you upgraded from Maveric? [01:15] In 10.04, when I closed Rhythmbox it would minimize to the Notification Area (like Pidgin). In 11.04 (Ubuntu classic, not Unity) when I close Rhythmbox it does not go to the Notification Area. It keeps playing, but I cannot maximize it. [01:15] !ot | wc [01:15] wc: #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:16] thank you [01:16] bekor: Welcome ;) [01:16] Sna4x8: see the little sound indicator¿ clic on it and you'll see it [01:16] xangua: Sound indicator? [01:16] on ubuntu natty, when I log in I do not have sound (pulseaudio only has dummy output). This seems to be related to an issue with udev. If I wait a bit (around 3 minutes) and issue "sudo udevadm trigger --sysname-match card0" then pulseaudio sees my sound card and I can play sound. Alternatively, I can just wait about 3 minutes before logging in and sound just works. Now I was quick to login and ran [01:16] "udevadm monitor" (http://paste.ubuntu.com/690434/). You will notice the first line with "change", that is me running the trigger command mentioned before. At this point I still do not have sound nor does pulseaudio "see" my sound card. The "change" lines at the end is my second attempt at running the trigger command. Any insights? [01:17] xangua: Is that in the Indicator Applet? [01:17] nathanel: inside your script you call the others like if you executed on the terminal with full path [01:17] oh fun! that easy?? === winston is now known as Guest11421 [01:17] yes [01:17] xangua: Yup, there it is. Man that's annoying. Any way to remove the indicators and go back to the notification area? [01:18] every script most be executable [01:18] chmod +x script.sh [01:18] do i'm running natty and trying to apply a patch to a progam and keep getting Hunk errors [01:18] are you talking about cell phones? [01:18] hello someone I'm new east [01:18] any thoughs? [01:18] nathanel: You mean to run at the same time? [01:18] now let'S spice it up: i would like to make the folder containing all the files including the main execution script portable. how can i identify the current directory location to set it as a variable? [01:19] no...not at the same time.. specific order is required [01:19] nathanel: pwd [01:19] nathanel: no, they execute one by one [01:19] so upon the order i would list them in the file right? [01:19] pwd [01:19] nathanel: right [01:19] cool [01:19] nathanel: Wrong window. [01:19] ya [01:19] I can't suspend or hibernate, I get an error about not being authorised. [01:19] sorry [01:19] qin, does unity need compiz to work? [01:20] wasnt focused in term :P [01:20] i get the idea :) [01:20] bekor: Yes, but unity-2d does not, or i think so. [01:20] ok thanks [01:21] gonna try it :) brb [01:21] nathanel: ok [01:21] My audio stopped working today, I can't get any sounds to play. I've went through several guides on fixing the issue and I can't get anywhere [01:22] so $DIR=pwn then ./$DIR/update (for example) ? [01:22] com64: Is your user able to sudo? try: sudo pm-suspend [01:22] nathanel: try to put "mmonge :" and what you want to said me, if you do my window will notify me [01:23] I'll try [01:23] mmonge: noted (sorry) [01:23] nathanel: dir_var=$(pwd); echo $dir_var [01:23] c4pt: i followed your advise, in windows I can see my samba shares but i do not have access to them dont know whats wrong [01:23] anyone on thats knows about installing patches in terminal? [01:23] qin, yes, it works [01:23] nathanel: no problem, the ubuntu channel haves to much activity and it is hard to follow the conversation without it [01:24] ok [01:24] can i switch the default yellow on the name highlight? [01:24] chrometiger, you have to use the right credentials for the samba share [01:24] com64: sudo or pm-suspend works? [01:24] mmonge: can i switch the default yellow on the name highlight? [01:24] I tried it wish sudo and it works [01:24] chrometiger, and you should have made a smbpasswd for the user [01:24] but without sudo, doesn't works [01:25] nathanel: default yellow? what you mean? [01:25] nathanel: /join #xchat for help with your client. [01:25] chrometiger, you should follow the guide i gave you to a tee i followed it on my system and it works [01:25] c4pt: as far as i know, I added the same username and pass as I use to log into the windows machine and restarted the samba server [01:25] mmonge..its a bright yellow on names when highlited... .. no biggie.. changed in the prefs [01:25] chrometiger, did you edit the smb.conf ? [01:26] nathanel: i use Adium on Mac for IRC, so no yellow =P [01:26] com64: Normal user should not suspend, quite logical. [01:26] mmonge: i use xchat-gnome [01:26] no where is the file located ? [01:26] also I can;t shutdown as normal user, either, qin [01:26] :( [01:27] c4pt: no where is the file located ? [01:27] what is the command to find the version of grub [01:27] Anyone have time to help me trouble shoot audio issues? I can't get any sound [01:27] ? [01:27] com64: Multiple logins (especialy if sudoer is logged in) will prevent shutdown. [01:27] nathanel: pidgin also haves IRC, is like Adium, both use purple lib, you could give it a try [01:27] chrometiger: did you add your windows username / password to your ubuntu box's /etc/shadow and /etc/passwd files, or did you add it to your smbpasswd database? [01:27] chrometiger, /etc/samba/smb.conf [01:27] nathanel: ordinary xchat is much better [01:27] chrometiger, the guide tells you to edit it [01:28] robin0800: why its much better? [01:28] qin, I only had one login open, but I may have had a terminal window open with sudo [01:28] kaushik_: dpkg -l 'grub*' will show you the installed package versions [01:28] maybet hat was it? [01:28] chrometiger, this is what mine looks like http://www.pastie.org/2540712 http://www.unixmen.com/linux-tutorials/1524-standalone-samba-in-debian-squeeze [01:29] which was the file where the mounted usb devices appeared? [01:29] c4pt: k gimme a min [01:29] raro: /proc/mounts shows all mounted filesystems [01:29] to be able to identify if it recognizes it and what path it gives the device [01:29] no [01:29] raro: /etc/fstab ? [01:29] I think that [01:29] a sec [01:30] chrometiger, after you edit the smb make sure you restart the samba daemon to reflect the changes [01:30] I just restarted my computer, shudown/suspend/hibernate problem still there... [01:30] /etc/init.d/samba restart [01:30] mmonge: woohoo! runs like a charm [01:31] DIR=$(pwd) ; cd $DIR ; ./ blablabla [01:31] nathanel: great! [01:31] thanks mate [01:31] now that'S solved [01:31] nathanel: .. why is the variable stuff necessary? [01:32] nathanel: did the directory get renamed/moved? [01:32] chrometiger, sorry i didnt paste my file right this is what mine looks like http://www.pastie.org/2540725 === newton is now known as Guest89916 [01:32] I just got an mp3 player from dealextreme [01:32] and I connect it [01:32] and nothing [01:32] kaushik_: grub-setup -V [01:32] chrometiger, the other paste was just the bottom part of it [01:32] fstab shows nothing [01:32] mmonge: because i use individual scripts for different custom stuff on machine setups and would like to be able to copy and paste it wherever to execute [01:32] mmonge: more options mainly [01:32] how can i export the display during a ssh session [01:32] raro: are you thinking of the /dev/disk/by-id/ directory? [01:32] mmonge: it contains configs for my various machines... [01:33] organiks: it is far easier to use ssh -X beforehand :) [01:33] Im running a VERY old EVGA card, that can get an AMAZING 800x600... is there a Remote Desktop software that will allow me to go bigger then that? [01:33] sarnold: not sure what you talking bou [01:33] t [01:33] Help: After I installed cups development package. When I meet error message "undefined reference to 'cupsGetDests'", How do I set configuration? (Ubuntu 11.4) [01:33] mgparisi, probably not [01:33] it just does nothing, I think I should see something at least in /etc/fstab right= [01:33] nathanel: i did not ask you for that [01:33] raro: /dev/disk/by-id/ contains symbolic links from storage devices named by device "names" to the potentially variable /dev/sd* block device names. [01:33] mgparisi: x over ssh, propably. [01:33] mmonge: its easier to manage as different modules in separate files... it ranges from aliases to ccsm settings to gsettings to fstab input, custom launchers, added xdg/autostart items..and so forth... [01:34] mgparisi, even if you use RDP or VNC with 1280x1024 and the physical card is 800x600 at max the screen will be downsized in a 1280x1024 (as an example) [01:34] qin [01:34] oops.. misread.. its all to sarnold [01:34] ahh well [01:34] sarnold: it contains configs for my various machines... [01:34] mgparisi, you will have 800x600 of viewable area and another area of just blank/black space [01:34] does ubuntu support expanding arrays? [01:34] sarnold: because i use individual scripts for different custom stuff on machine setups and would like to be able to copy and paste it wherever to execute [01:35] great, thanks [01:35] sarnold: its easier to manage as different modules in separate files... it ranges from aliases to ccsm settings to gsettings to fstab input, custom launchers, added xdg/autostart items..and so forth... === dracmas is now known as damian [01:35] nathanel: heh, maybe if I saw the whole problem ... === damian is now known as dracmas [01:36] sarnold: it aint an issue really.. just a different way to manage automated custom input on fresh install rather than now having eeeeverything in the same file... kind of long to maintain [01:36] c4pt: your awesome [01:37] nathanel: the cd + pwd looks like not need it [01:37] so anyone think they can help with patching a program in natty real quick? [01:38] nathanel: because pwd is where you are on the terminal [01:38] the only reason I want to use Ubuntu over FreeNAS is for true raid expansion, but I want to make sure this works... problem is, my display is so small that I cant get it to show much else [01:38] chrometiger, works? [01:38] nathanel: so, if your runAll.sh is where all others scripts are you could just execute them with ./ [01:38] sarnold: and the main launcher script would be in the same dir.... so i then specifiy a sertain order for the files which is in $DIR/scriptname [01:38] c4pt: so you've got a low-res video card, but want to be able to run graphics at a higher resolution, right? [01:38] well one directory does the other doesn't, i shared 2 folders trying to find the prob [01:39] sarnold.. without pwd? [01:39] sarnold, no mgparisi does [01:39] c4pt: thanks [01:39] Alsa detects my sound card, it shows up fine, but I can't hear anything. I've checked cables (Yeah, it's plugged in) and I tried headphones, they didn't work either. Any ideas?? [01:39] sarnold.. good point.. it works [01:39] mgparisi: I think what you're looking for is the "virtual" setting in the Xorg.conf "Display" subsection [01:39] sarnold:.. good point.. it works [01:40] Winstondc, you might want to edit your alias.conf [01:40] sorry here once more [01:40] sarnold: but no wi know a new command :) [01:40] sarnold: where do I get that? [01:40] C4pt, Could you give me a bit more info? [01:40] Winstondc, is your device snd-intel-hda ? [01:40] hi can anyone help with an ssh problem? [01:40] Winstondc, like realtek or alc ? [01:41] nathanel: well, it works so long as the directory contents stay the same -- if some underlying version control mechanisms move your directory around on you, you might find your "current working directory" is in fact an _old_ version of the directory, but the `pwd` trick lets you always use the newest directory with that name [01:41] nathanel: woot! that's always worth learning :) [01:41] sarnold: I could probably go larger as it seems to be in 32 bit color [01:41] i just installed a dual boot but the dualboot defaults to the windows bootloader how do i use the grub2 [01:41] what's that log file that as soon as you insert a usb device says "xxxx device inserted......" [01:41] Winstondc, i had to run this to fix my audio with ALC272 i had the same problem but on debian might work for you also [01:41] Winstondc, http://www.pastie.org/2540750 [01:42] dominicdi, you installed windows last yes [01:42] mgparisi: back in the day, we had to write our entire X configs by hand, so it was easy to modify one to meet your needs... but if you write _just_ the Display section into /etc/X11/Xorg.conf, it'll probably work. [01:42] c4pt, I don't think thats my device. It's an audigy sound card, not using the on board sound [01:42] Winstondc, ah ok [01:42] Winstondc, then make the index 0 for that loaded module === dracmas is now known as dracmac_away [01:42] Winstondc, do lsmod | grep snd-emu [01:42] i have a sshopen server set up on host and ssh client setup on client. when i ssh user@ipaddress i get a; port 22 connection refused error. [01:42] sarnold: there we go.. another reason to keep pwd in there :) : now a new question: i am trying to make powersave be the default governor... i've set the cat input to powersave for the respective cores in rc.local; it executes fine on boot and desktop launch.. i actually see the selection within indicator-cpufreq BUT THEN: it reverts back to ondemand [01:42] Winstondc, or lsmod | grep snd-* [01:42] c4pt: dmesg(8), /var/log/messages, and I think udevadm(8) has a monitor mode.... [01:43] Winstondc, you should see snd-emu10k and snd-emu [01:43] gentoo-intel, No installed natty last i actually just want to use ubuntu but i have no other means as this mb doesnt support usb flash boot and has no cd/dvd drives i used a dualboot to get ubuntu on here [01:43] Winstondc, these are specific to sound blaster cards [01:43] sarnold, ? [01:43] dominicdi, if you installed ubuntu last, grub should take over. how did you install it? [01:43] ah I think it's dmesg command [01:44] dominicdi, you can choort in and run grub-install, then resize the partition (deleting windows) [01:44] wubi installer from the internet for windows [01:44] Winstondc, when you type " lsmod | grep snd* " do you see snd-emu and or snd-emu10k ? [01:44] c4pt: oh hell, tab misfire :) sorry. [01:44] dominicdi, oh ok, not sure about wubi [01:44] raro: dmesg(8), /var/log/messages, and I think udevadm(8) has a monitor mode.... [01:44] c4pt, No, I dont, let me pastebin what I do see [01:44] dominicdi, prob no way then === haji is now known as Guest26222 [01:44] gentoo-intel, no i have 5 hard drives and i just want the windows drive to remain dormant incase i need windows i can even pull the drive if need be [01:44] nathanel: man, I _know_ I've seen the governer get reset before, but I can't recall the details. [01:44] c4pt, http://www.pastie.org/2540759 === Guest26222 is now known as magg [01:45] sarnold: I dont see it under x11 [01:45] sarnold: IT SUCKS! [01:45] mgparisi: it doesn't exist by default -- the server can figure it all out on its own these days [01:45] c4pt: well i can view but not copy [01:45] dominicdi, i dont get what you mean [01:45] nathanel: I _think_ the problem was I was using a gnome task bar CPU monitor that thought it was being _helpful_ and changing the governor for me. [01:45] chrometiger, its the permissions [01:45] gentoo-intel, hmmmmm if i was able to install this drive to another computer like put the primary ubuntu drive into another computer and install if i pull the drive and put it into this headless server it should work [01:46] nathanel: are you using a CPU monitor application? or just checking the output of the /proc/cpuinfo* files yourself? [01:46] (or... /sys/*cpu*/ files...) [01:46] sarnold: well my video card probably can handle larger, but since its unrecognized it wont let me resize... anyway I can unlock it so that I can change settings [01:46] c4pt: im stumped on that should that be fixed in the samba file ? [01:46] Winstondc, try this [01:46] sarnold: well it'S mostly to maximize battery life.. i can then swich to performance or wtvr IF i need to manually with the indicator.. but for school and stuff i don't need it much other than on powersave [01:46] dominicdi, if you install form another comp yea it should work [01:46] gentoo-intel, i paid for winblows i might need to use windows sooner or later but as for the file server etc........ i dont need an active dual boot loader [01:46] Winstondc, modprobe snd-emu10k1-synth snd-emu10k1 [01:47] sarnold: currently using indicator-cpufreq for 11.10 [01:47] chrometiger, on the linux folder you are sharing what are the permissions ? [01:47] nathanel: there are a gnome cpu monitor that runs on status bar that change cpu governor [01:47] gentoo-intel, i will do that then.... the last time i installed a server was a portable drive and then had to modify all the tables by hand [01:47] sarnold im on oneiric b1+updates [01:47] sarnold: im on oneiric b1+updates [01:47] dominicdi, why not just pull one of the drives out and install it on there then put it back in (clean install) [01:47] nathanel: or if i remember well you can set it with: [01:47] c4pt, it ran without any errors, but I still have no sound [01:47] nathanel: echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor [01:47] mgparisi: some videocards have broken bioses that don't have the full set of supported resolutions in memory; there are some patching tools that can run-time patch the running BIOS tables to report the proper information [01:48] gentoo-intel, i will tomorrow [01:48] gentoo-intel, then wipe this install lol [01:48] WindPower, hm [01:48] nathanel: have to do it for every cpuX [01:48] sarnold thanks [01:48] chrometiger, it should be something like this where /home/samba is the folder you are sharing on your system http://www.pastie.org/2540766 [01:48] chrometiger, at the end of the smb.conf [01:48] can anyone help with a ssh problem? [01:49] organiks: sure thing, sorry i didn't know a better thing off the top of my head -- I never learned the ssh ~ commands :( [01:49] sarnold: I think this is going to be one of thoose, well it was a fun and short journeys into Linux, one more time.... (There has been hundreds) [01:49] mgparisi: ha! :) It took me a few tries before I was able to give up on windows. [01:49] nathanel: I'm going to blame the silly indicator applets :) [01:50] nathanel: check all over the settings for the thing to see if it tries to set one or another mode [01:50] dmesg says [01:50] [ 1442.703337] sd 152:0:0:0: [sdb] Assuming drive cache: write through [ 1442.723447] sdb: sdb1 [01:50] that works.. but now the question is... will it hold on reboot after loading... i'll try now and come back in a bit [01:50] what is the path to that sdb1 device? [01:50] sarnold: this has been going on since around 94 [01:50] raro: /dev/sdb1 [01:50] is it mounted? [01:50] mgparisi: oh :) [01:50] sarnold: that works.. but now the question is... will it hold on reboot after loading... i'll try now and come back in a bit [01:50] raro: check the output of mount(8) or cat /proc/mounts to see if it is mounted. [01:50] sarnold: can it support raid array expansion? [01:51] sarnold: rebooting.. brb [01:51] Winstondc, im not 100% sure sorry [01:52] mgparisi: it does; I've expanded an ext3 filesystem before with good results, but I had a recent backup handy just in case :) [01:52] mgparisi: look for "lvm", "evms", "resize2fs" [01:52] c4pt, Hey, thanks for giving it a shot. I can't figure out why anything changed, all I did was unhook my computer earlier today. I've reseated the card though, checked the cables [01:52] Hi I have a G15 keyboard with a Led Display, and let's say I wan't to use the Led as a display for a shell so I can feel free to do other things on my desktop,the g15compose manual isn't exactly clear to me. [01:52] sarnold: is there a GUI yet? [01:52] can anyone help with ssh problems i having? [01:52] Winstondc, this might help http://wiki.debian.org/snd-emu10k1 [01:52] sarnold: bad idea.. that actually locked the cpu cores to that state [01:52] Winstondc, you might need the firmware files for alsa [01:53] helllooo [01:53] mgparisi: I assume there is one somewhere; perhaps GNOME control center or KDE control center ... I've never looked for one, sorry. [01:53] can anyone help me out here? [01:53] sarnold: cat is better but it need to be permanent until i switch manually through indicator :( [01:53] nathanel: do i remember that you have to load the different governor modules first? [01:53] WindPower, maybe its muted in alsamixer [01:53] i'm trying to install a game called Heroes Of newerth and it just opens "gedit" [01:53] no it doesn't show [01:53] with an error message [01:53] sarnold: meaning? [01:53] WindPower, if you type alsamixer in a terminal and move the arrow key to the device can you unmute it with the up arrow ? === mike_ is now known as Guest53471 [01:54] sarnold: I think Ill go opennas and live without it at this point... I will do a VBox for ubuntu [01:54] Winstondc, You will have to open the terminal and enter “alsamixer”. Use the right arrow key to select the channel “Audigy Analog/Digital Output Jack”. Press “M” to turn it on/off. [01:54] c4pt: i'll try again tomorrow permissions are still wacked [01:54] Can anyone help me out? this is my first time using linux [01:54] Winstondc, http://www.shareconnector.com/no-sound-issue-sb-audigy-in-ubuntu-10-10-11-04 [01:55] no one knows why I can't install anything?... [01:55] rogelio : Did you assign permission to execute it ? [01:55] Braber01, you will have to have a terminal running in the background somehow, otherwise how do you set the focus/run the tty, but you should be able to pipe the tty output to the program [01:55] where do I do that? [01:55] my friend just now installed linux mint on my computer. I know nothing about it [01:55] !anyone | dan-mytt [01:55] dan-mytt: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [01:55] rogelio: you can install anything you want through Add/Remove Software [01:55] c4pt, nothing looks muted in alsamixer [01:56] where is that? [01:56] mgparisi: dinner time ;) good luck! [01:56] rogelio: mint is not supported here [01:56] !mint | rogelio [01:56] rogelio: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [01:56] rogelio: sorry, not running mint here. there should be a help system though [01:57] sarnold: thanks! [01:58] sarnold: it gives the same issue now but can't switch to any other gov [01:58] it says this [01:58] [ 1926.310337] sd 263:0:0:0: [sdb] Assuming drive cache: write through [ 1926.330445] sdb: sdb1 [ 1926.342333] sd 263:0:0:0: [sdb] Assuming drive cache: write through [ 1926.342343] sd 263:0:0:0: [sdb] Attached SCSI removable disk [01:58] after upgrading Lucid, I now run into a problem with initctl concerning ifupdown on a VPS. This is the relevant bug: https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/722783 [01:58] Ubuntu bug 722783 in ifupdown (Ubuntu) "Upstart scripts broken for status command" [Undecided,New] [01:59] rogelio : -> Right cilck -> Properties -> Permission (tab) -> tick Allow executiong file as program. [01:59] Can anyone help me get it to work again (package downgrade?) [01:59] I can't shut down, hibernate, or suspend; a dialogue box displaying "shutdown failed, failed to suspend, not authorized" and then the session locks. Using XFCE. [01:59] then [01:59] ubottu: hey that's the same bug ;) [01:59] metabill: I am only a bot, please don't think I'm intelligent :) [01:59] sudo mount /dev/sdb1 /home/me/usb/ mount: special device /dev/sdb1 does not exist [01:59] !enter | raro [01:59] raro: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [02:00] its strange it says "I got sdb1" and then when I mount it it says "that device doesnt exist" ....... sudo mount /dev/sdb1 /home/me/usb/ mount: special device /dev/sdb1 does not exist [02:00] what is the difference between /usr/bin and /usr/sbin ? [02:01] Dollz, sbin is for binaries that need root permission [02:01] Dollz: /usr/bin is for binaries and /usr/sbin is for (secondary) admin stuff [02:01] how do I find the path to the LCD screen on my g15 keyboard? [02:02] escott, metabill . when I open /etc/init.d/gearman-job-server I find that the path leads to sbin , so it doesn't auto start on system reboot because it's in bin ... [02:02] hi guys! does anyone know why /dev/dsp isn't the place my audio comes from, and what is? i think PulseAudio is ruining my life [02:02] why it pointed to sbin then when the binary is in bin [02:03] should I edit it to /usr/bin ? [02:03] Dollz, that is evidently a bug with the init script. you should file one, and either edit the init script or symlink to the binary [02:04] I will edit the file then [02:04] Dollz: did you get your gearman installation from the official repo? [02:05] metabill: from launchpad [02:05] Dollz: please inform the package maintainer there, then [02:06] metabill: Oh ok sure , I will learn how to and will do that :) === terahertz is now known as Guest34480 [02:06] does anyone know a solution to the ifupdown bug https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/722783 ? [02:06] Ubuntu bug 722783 in ifupdown (Ubuntu) "Upstart scripts broken for status command" [Undecided,New] [02:07] brothers [02:07] when I connect the usb [02:07] I get this http://pastebin.com/0wC9QTur [02:07] how do I mount it [02:08] qin, will it work for wubi [02:08] Braber01, if there is a device associated with the lcd it would appear under the usb bus i would browse /dev by path to find it [02:08] as well [02:09] raro: either through your desktop environment [02:09] has anyone here run a TeamSpeak server on ubuntu? [02:09] raro: or maybe via shell. mount /dev/sdb1 /mnt/mymountpoint (replace mymountpoint with what you got there, maybe usb) [02:10] dragondon: aye [02:10] raro, i dont think those are errors. please plug in the device and paste the last 50 or so lines of /var/log/messages, the output of cat /proc/partitions and the output of mount [02:10] metabill: I can connect to localhost but nothing from the outside. it seems that while the program is running, it still isn't listening to any real ports. telnet localhost 10011 fails. suggestions? [02:11] escott: that's gonna be kind of hard considering that somehow there are 73 tty devices on my machine... HOW!? I don't know... [02:12] Braber01, the g15 usb is not a tty [02:12] dragondon: you should look at netstat, and possibly the syslog [02:12] desktop env (graphical) doesn't show anything [02:12] dragondon: also, how many interfaces/ips does your server have? [02:13] dragondon: did you make sure you don't have a packet filter (firewall) blocking the telnet stuff? === GHost is now known as Guest32334 [02:14] metabill: yeah, my iptables should be good. I got telnet to work(port 22) last night from both the lan and the wan, now can't seem to get TS to work, despite copying the same format. [02:15] Braber01: Did you follow the community howto on the G15? === Guest32334 is now known as GHOSTX [02:15] metabill: um no... [02:15] Braber01: https://help.ubuntu.com/community/LogitechG15 [02:16] Braber01: the G15 will show up as a uinput device [02:16] Can someone help me install wireless network card in Ubuntu Server? [02:16] I know the driver [02:16] how can i switch to a text based login? [02:16] then I do mount /dev/sdb1 /...... and it returns http://pastebin.com/5DatqTxG === Tac_Home_ is now known as atdiehm__ [02:16] seems like there is an error [02:17] Can someone help me install wireless network card in Ubuntu Server? Pm me [02:17] dragondon: you can force an ip onto TS3 [02:17] dragondon: please have a look at the file ts3server_startscript.sh (if you use that) [02:18] dragondon: edit the line with COMMANDLINE_PARAMETERS to be COMMANDLINE_PARAMETERS="voice_ip=X.X.X.X ..." with X.X.X.X being your IP, and ... being whatever else there was in there before [02:19] can anyone tell me why "./sound_source -i /dev/dsp " returns -30 -30 -30 -30 ... when every single thing is muted? it should be 0 0 0 0 0 obviously [02:20] ahh VBOX [02:20] Who needs linux with virtual display and 16 Gigs of RAM! [02:20] :-p [02:20] anybody knows the reason for this error? [02:20] http://pastebin.com/5DatqTxG [02:21] raro: hard to tell. what device is that? and did it ever work before? [02:22] it's a mp3 player [02:22] first time using it [02:22] new [02:22] Catbuskris: sorry, no idea why. don't assume it ought to be 0 though, it might be levels instead (-30dB?) [02:23] raro: try lsusb on it, and have a look at some forums - someone will likely have tried that before [02:23] raro: unless it's a really new devie [02:23] raro: device [02:24] dragondon: you still working on TS3? [02:24] what should I look for with lsusb [02:25] raro: just the usual information - vendor, device id, device string and such. then copy/paste to a search engine ;) [02:25] Ok, new laptop and I have a few things that I obviously did a long time ago on my other laptop and can't seem to figure out how to do again. [02:25] anyone know if cryptsetup can use UUIDs instead of the dynamic /dev/ path? [02:25] metabill: I don't use a startup script. I was looking at the server.ini file, saw the first line that said 'boundtoip1', but it was empty [02:25] . [02:25] raro: if it's a known device to a lot of people, please check the forums and wiki [02:25] I set up Samba but it's not starting automatically when I boot up. How can I make it do that? [02:25] i tried upgrading to 11.10 and my update panel has been stuck with the same command for the past 2 hours. im afraid to restart because i might not be able to boot back up [02:26] and suggestions? [02:26] AaronDCampbell: you can enable the init script [02:26] AaronDCampbell: have you tried looking at upstart docs? [02:26] my video cards hold max resolution 2048x1536 [02:26] it says [02:26] but it on ubunutu it shows only up 1300 [02:26] dragondon: boundtoip1 seems to do the same, but you can pass that as a command line parameter just the same. [02:27] Restarting services possibly affected by the upgrade: gdm: reloading....done. cups: stopping...starting.... [02:27] and its been stuck on that [02:27] agkdomo : Oneiric/11.10 is not yet released. Please join #ubuntu+1 for further support and discussion. [02:27] x server [02:27] dragondon: ./ts3serverbinaryname voice_ip=X.X.X.X somemoreoptions > /dev/null & [02:28] metabill: will have to continue later, got something telse to do for a bit, will be back. thanks! [02:28] agkdomo, you probably are safe to reboot, but if something goes wrong and you only get a console just do sudo apt-get update; sudo apt-get upgrade; sudo apt-get dist-upgrade and you should be ok [02:28] When my system (Ubuntu 10.10) has special effects enabled and goes into power save mode, it won't resume. I've been using 10.10 on this computer for 8 months, and I've had this same setup (all the same effects, programs, etc.) for about 1 month and it only now started doing it out of the blue. [02:28] dragondon: also read man screen and man nohup [02:28] Dmole or metabill: can you expound on that? [02:29] AaronDCampbell: did you reboot successfully and Samba didn't come up with it? if so, you'll need to check the startup method, because either samba has problems or isn [02:30] isn't being called at all [02:30] AaronDCampbell:man update-rc.d === Aang is now known as Zutara [02:31] is there a way to clear lsusb? [02:32] raro: please explain 'clear' [02:32] like to make sure I got the right usb [02:32] escott, ok ill try thanks [02:32] cause I mounted many devices already === alpha is now known as Guest41600 [02:32] can u add resulotion [02:33] thats not in ubuntu x server [02:33] raro: use any level of verbosity you like. lsusb -vvv usually gives lots of info, even for devices not in use [02:33] it goes up 1300 but my video card show it could hold 2000 [02:34] shellcode: this might depend on the driver, though [02:34] does anyone have any idea why I can reach my apache server within my LAN but not from outside? I have the port forwarding set up correctly [02:34] shellcode: do you use closed source drivers made by your vendor? [02:34] what u mean [02:34] ? [02:35] hottwotrot: it might not bind to the correct IP then. did you configure the vhost yet? [02:35] shellcodE: What kind of router do you router do you use? [02:35] raro: don't use lsusb to find the last device use tail /var/log/messages [02:35] router? [02:35] Ok, /etc/init/smb.conf exists, /etc/init.d/smbd -> /lib/init/upstart-job, but service --status-all shows ? for both smbd and samba4 after a restart [02:35] what that got to do with wat im asking lol [02:36] shellcode: are you using drivers made by nVidia/ATI or by anyone ele? [02:36] nvidia [02:36] geoforce 210 [02:36] shellcode: I guess mpx mistyped and meant to ask hottwotrot [02:36] simple way to change the gdm in ubuntu 10,10? [02:36] raro: or dmesg [02:36] ^ [02:36] my eyesight is terrible. [02:39] AaronDCampbell: that's not uncommon [02:40] AaronDCampbell: did you have a look at smb.conf, and made sure you configured it correctly? [02:40] Well, it was working before the restart === picolo is now known as Luiz-Picolo === Luiz-Picolo is now known as Picolo [02:42] AaronDCampbell: can you try to start it manually? [02:42] metabill: how? service smbd restart gives errors [02:43] how can i get Ubuntu One to stop posting popups every time it synchronises some files? [02:43] AaronDCampbell: put the errors into a paste [02:43] AaronDCampbell: you need sudo [02:44] anyone here a ubuntu server geek? [02:44] robin0800: thanks [02:44] I need help install /detecting my wireless apadaer [02:44] apdater [02:44] When my system (Ubuntu 10.10) has special effects enabled and goes into power save mode, it won't resume. I've been using 10.10 on this computer for 8 months, and I've had this same setup (all the same effects, programs, etc.) for about 1 month and it only now started doing it out of the blue. [02:44] metabill: sorry about that i was away from the computer, no I did not, what is that? [02:45] metabill: ok, it says it started but service --status-all still shows ? and other computers can't see it [02:46] AaronDCampbell: make the other computers go directly to it, not discover it [02:46] metabill: not sure how to do that from another ubuntu system [02:47] /dev/dsp is the sound which enters my microphone. Does anyone know how to get hold of the sound coming out of my speakers? [02:47] hottwotrot: if there is no vhost configured, you might not have any luck. please make sure apache2 listens on the ip that is being forwarded to [02:47] rog: you can turn it off in ubuntu one under devices [02:47] metabill: ran out to windows system...discovers AND goes to it fine [02:47] (I want to run sounds through a FFT to see the frequencies within) [02:47] AaronDCampbell: you can usually just go places with the file manager, any type up a SMB address [02:47] metabill: where do I see what ip apache listens to? [02:49] Dmole: thanks for the suggestions but how do they relate to the current issue? are they supplementary options? [02:49] metabill: back, had to make brunch for the wife :) [02:50] metabill: that worked. I wonder why the other Ubuntu system can't discover it [02:50] hottwotrot: you can try reading the apache config file, or use apache2ctl -t -D DUMP_VHOSTS [02:50] metabill: " ./ts3serverbinaryname voice_ip=X.X.X.X somemoreoptions > /dev/null &" this looks like a command that would have to be run everytime [02:51] dragondon: either that, or you put the ts3server_startscript into a wrapper that can be called from initscripts ;) [02:51] Hi everyone, i need some help, i need to recover GRUB, but from within windows. I don't have acess to a USB or a live CD. [02:51] dragondon: ts3 does not come with upstart files, sadly [02:52] dragondon: doing anything "> /dev/null &" without nohup can cause problems screen is the more popular alternative for services with output [02:52] metabill: linux newbie....I understand the concept but not the implementation. === mpx5 is now known as mpx [02:52] AaronDCampbell: samba can be hard to configure, better read the wiki or ask in a samba channel for anything deeper. :) [02:52] Dmole: linux newbie.....I kinda get the idea but no experience with any of that. [02:53] dragondon: ok then, let's just say you can confiure the supplied ts3server_startscript and test if it works. you can make it permanent later. [02:53] guys how i can do for edit files on my os , and upload on ftp, i mean have a folder and edit files in this folder and when i want upload and sync wih the files of my server ?sorry for my english :) [02:53] metabill: this is one of my qualms with apache, there are MANY config files BUT looking at /etc/apache2/apache2.conf it looks like everything in the sites-enabled directory should be, I guess, virtual hosts, and the only thing is there is the default setup... whcih I thought would work? [02:54] bambanx, ftp is a bit of a pain to use, you might want to use a gui like fireftp plugin for firefox [02:54] hottwotrot: there is also a ports.conf file. make sure you listen on the port that is forwarded to. :) [02:55] hottwotrot: netstat will help to see whether your apache will listen on any interface (not just localhost) [02:55] escott thanks but i need a system for edit in the folder and upload then [02:56] Hi everyone, i need some help, i need to recover GRUB, but from within windows. I don't have acess to a USB or a live CD to go to a live CLI. [02:56] bambanx: just edit with an editor on your OS, then upload later with fireftp [02:57] metabill: as dumb as this may sound, I can't find the ts install directory.... locate teamspeak shows me a ton of directories but none of them seem like the install one [02:57] i like a sync folder metabill [02:58] metabill: what should I be looking for in netstat? Is there a convenient netstat |grep ***** that will show me the exactly line you want me to see? [02:58] bambanx: probably look for a html/web authoring tool that will sync after you changed something [02:59] metabill, i will try with curlftpfs [02:59] hottwotrot: netstat -an | grep apache [02:59] ok, so I'm about to install Ubuntu on my boss's computer. I want to be able to make grub boot into Windows by default though. Is that possible? [02:59] dragondon: query me [02:59] excelsior: it is. make windows the default entry and set the timeout to 30 seconds or less [02:59] Hi everyone, i need some help, i need to recover GRUB, but from within windows. I don't have acess to a USB or a live CD to go to a live CLI. [03:00] metabill: unix 2 [ ACC ] STREAM LISTENING 4741204 /var/run/apache2/cgisock.15154 [03:00] how? [03:00] metabill: query me? [03:00] is there a tutorial? [03:00] metabill: and thanks in advance. [03:01] excelsior: I think so: https://help.ubuntu.com/community/Grub2 [03:01] anyone here use PPStream and can comment on how well it works in ubuntu? [03:01] hottwotrot: i believe apache isn't listening at all on a port [03:02] hottwotrot: can you see the default files (It works!) from the localhost? [03:02] metabill: that I can see [03:03] metabill: just can't se that from OUTSIDE the network [03:03] Hello, looking to get some help on a fresh Ubuntu 11.04 install. I am having troubles getting the Ethernet adapter to work with my router. The motherboard is a AMD chipset, Gigabyte A75M-S2V. My router is a Buffalo WZR-HP-G300NH running DD-WRT v24 SP1. In Ubuntu's network tools it shows that the Ethernet Interface (eth0) is tramitting packets but not receiving. Anyone have an idea what is [03:03] up? [03:03] hottwotrot: sorry, netstat -anp | grep apache then ) [03:03] hottwotrot: missing an option there the first time [03:04] Is IT one of hte only jobs where you get in trouble for doing what your boss tells you to do? [03:04] shouldn't your handle be spelled "hottotrot"? [03:04] nope [03:04] metabill: unix 2 [ ACC ] STREAM LISTENING 4741204 - /var/run/apache2/cgisock.15154 [03:06] hottwotrot: did you run it with -anp ? [03:06] tm0: don't know about that but maybe grub from cygwin [03:07] anyone know how to unhide my tools menu in xchat 2? [03:07] Can someone help me install wireless on my ubuntu server? [03:07] metabill: I did, i jsut copied and pasted [03:07] nac-godfather: F9 [03:08] nice, thank you IdleOne === termleech is now known as termleech|bed [03:08] the next LTS would be 12.04 ? [03:08] nac-godfather: there ought to be a tutorial at the xchat site [03:08] sure GHOSTX, is it usb or pci wireless card? Please post the output of "lspci | grep 802.11" [03:09] hottwotrot: how did you check from the outside, though? [03:09] nac-godfather, its a pci wireless card [03:10] nac-godfather, i did some command to do a scan its said Realtek Semiconducto [03:10] ! realtek | GHOSTX [03:10] GHOSTX: some help for recent Realtek chipsets can be found at https://help.ubuntu.com/community/WifiDocs/Device/RealtekRTL8187b [03:10] nac-godfather, even though its encore wireless adapter card [03:10] even though... [03:10] hi everyone, I was wondering if you could recommend a program or a method to share files across two networked computers. Like .. I would want to say move a document from one computer to another without using a USB key. [03:10] GHOSTX: The brand name does not reflect the actual chipset that is on the card === matt is now known as Guest27209 [03:11] yeah, just post the output of "lspci | grep 802.11" like I asked. [03:11] noonday: scp [03:11] soreau there website is down [03:11] to download the rtl8187b [03:12] nac-godfather unable to find it since [03:12] its undetectable unless is sudo scan something [03:12] noonday: make one of them have a service running. samba, or ssh maybe, depending on your needs. [03:12] hold on, i'll give you the link to the driver. [03:13] I know exactly what you need to do. What version of ubuntu are you using GHOSTX, and also, do you know how to compile from source? It'll probably be necessary for this. [03:13] well its a ubuntu server lastest one [03:13] not the lts [03:14] okay [03:14] i can boot to the ubuntu desktop if u want me too? [03:15] how do i tell what group i'm in? [03:15] should i get the ubuntu server lts? [03:16] I have no clue what I did in recovery mode but I think my computer is being fixed .. [03:16] bonhoffer: id [03:16] GHOSTX: Seems to be working here [03:16] u sure that's the chipset?\ [03:16] GHOSTX: Does 'iwconfig' show a wlan0 interface? [03:16] bonhoffer, "groups" and "id" [03:16] 8187b [03:16] I´ll look into using SSH for sharing files.. thank you [03:16] thanks! [03:16] soreau doesn't show the wlan0 [03:17] noonday: hint of ultimate comfort: sshfs [03:17] GHOSTX: So the module for it probably isn't loaded. Does it work in your desktop version? [03:17] you want help from me GHOSTX, you better get on the ball, fuckin' post the output of lsusb and lspci at pastebin and give me the link, or tell me the model number/name for the manufacturer [03:17] nope [03:17] same problem [03:17] Hello, looking to get some help on a fresh Ubuntu 11.04 install. I am having troubles getting the Ethernet adapter to work with my router. The motherboard is a AMD chipset, Gigabyte A75M-S2V. My router is a Buffalo WZR-HP-G300NH running DD-WRT v24 SP1. In Ubuntu's network tools it shows that the Ethernet Interface (eth0) is tramitting packets but not receiving. Anyone have an idea what is [03:17] up? [03:17] GHOSTX: Is it a newer wifi card? [03:17] is it possible to switch from gnome in 11.04? [03:17] yeah try "modprobe -l rtl8187b [03:17] its a http://www.newegg.com/Product/Product.aspx?Item=N82E16833180058 [03:18] why go through the trouble [03:18] GHOSTX: Can you show the line for it from the output of 'lspci'? [03:18] hold on nac-godfather i'm going post in paste bin [03:18] Pat201: you can use any desktop you want [03:18] ! language | nac-godfather [03:18] nac-godfather: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [03:18] good, how do i switch? [03:18] Pat201: Swith to where? [03:18] nac-godfather, when i did modprobe -l rtl8187b nothing happen [03:19] i wanna use LXDE instead of gnome [03:19] does lsmod, show any related driver (like any realteks)? [03:19] Pat201, in the terminal sudo apt-get install lxde [03:19] Pat201: install it there will be an option on the login screen [03:20] soreau, nac-godfather http://paste.ubuntu.com/690474/ [03:20] is there any way to get gnome2 instead of unity? [03:20] thank you [03:20] Pat201: urlin2u sudo apt-get install lubuntu-desktop [03:20] metulburr, at login choose classic [03:20] xangua, lxde will install it. [03:20] GHOSTX: Can you show the output of 'lspci -nn|grep Network'? [03:20] metulburr: install it there should be an option on the login screen [03:21] classis i hate due to when i minimize windows they disappear but r still running [03:21] ! classic | metulburr [03:21] metulburr: The default interface in Ubuntu 11.04 is !Unity. To switch back to regular !GNOME: log out, click your username, click the Session box at the bottom of the screen, and select "Ubuntu Classic". [03:21] I cannot get my linksys/cisco ae2500 working for the life of me. I guess ndiswrapper is banned from bt5r1 too. So lame. [03:21] soreau, nac-godfather http://paste.ubuntu.com/690475/ [03:21] xangua, only about 5 more packages are needed on top og natty anyway. [03:21] of [03:21] what does Stopping System V Runlevel compadtibility mean ? [03:22] !upstart | AGKdomo [03:22] AGKdomo: Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [03:22] dam i should have ask you guys [03:22] to buy what wireless pci [03:23] GHOSTX: No reason to use pastebin for a single line [03:23] compatable with ubuntu server [03:23] Bah. this crap is borked looks like I have to do clean install from live cd [03:23] GHOSTX: realtek is a good chipset. You may just need to load the driver for it [03:23] soreau sorry first time using it [03:23] anyone know how to use cryptsetup? === dracmac_away is now known as dracmas [03:24] i mean it minimizes and disappears...but is still running in classic...is there any other desktop like classic but runs correctly [03:24] which wireless adapter/pci u guys use for home server/ubuntu server? [03:24] GHOSTX: Does 'iwconfig' show wlan* interface? Where * is a wild card [03:24] GHOSTX type "lsmod | grep -E (8190|rtl)" and tell us if anything comes up... [03:24] GHOSTX: I use atheros but that's just me [03:25] GHOSTX: sudo apt-get update && jockey-text --list [03:26] qin: He doesn't need a proprietary driver.. [03:26] yeah, because I don't really feel like walkin you through it GHOSTX, I don't have enough time for compiling the module tonight [03:26] soreau: oh, my bad. [03:26] nac-godfather, lsmod | grep -E (8190|rtl) syntax error [03:27] what! okay just this then "lsmod" [03:27] haha [03:27] paste it at pastebin [03:27] GHOSTX: It's supposed to be 'lsmod|egrep "8190|rtl"' [03:27] nac-godfather: "", not () ;) [03:27] no, forgot the additional quotations [03:27] lo no wireless extensions. [03:27] eth0 no wireless extensions. [03:28] lsmod | grep -E "(8190|rtl)" [03:28] nac-godfather: "(*|*)" would be wrong.. [03:28] works too [03:28] nope [03:28] Any idea why Xubuntu 11.04 shows my older Dell 17" monitor as "default?" It also doesn't allow me to choose a resolution other than 1024x768 and 0.0 refresh rate. [03:28] oh maybe it does.. [03:28] huh [03:28] anyone here successfully using/used a linksys (usb) ae2500? [03:29] GHOSTX: 'lsmod|grep rtl' should suffice.. or just pastebin the output of lsmod [03:29] nac-godfather, soreau http://pastebin.com/61J3fyMs [03:29] nothing happen [03:30] What wireless adapter should i buy that works right out of box with the lastet ubuntu 11 [03:30] yeah, obviously you didn't type it right, r u serious? just tell us the output of lsmod please [03:30] GHOSTX: Ok the first command was correct there, with no output [03:30] GHOSTX: Meaning, no module was automatically loaded for it [03:31] GHOSTX: I assume 'lsb_release -a' shows you're using natty? [03:31] its natty 11.04 [03:31] GHOSTX: Is it a newer wifi card? [03:31] there is no jockey-text [03:31] yes [03:32] just recently bought in newegg [03:32] GHOSTX: It may not be supported in the kernel you have yet [03:32] ENCORE ENLWI-NX2 32bit PCI Wireless 1T2R Adapter [03:32] i see [03:32] GHOSTX: You might want to try 11.10 as soon as it's released next month [03:32] go here and let me know when you find the right driver... http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=21&Level=4&Conn=3 [03:32] do you have a wireless adapter ur self? [03:33] GHOSTX: Yes, I use atheros chipsets. But that doesn't mean newer atheros chips are supported in slightly older kernels yet either [03:33] I have rtl8192SU and rtl8187C I think [03:33] SU one was really tricky. [03:33] had to add folder in modules directory [03:34] GHOSTX: You might be able to compile the driver for it if you found the right code.. but first just try loading the rtl module and see what happens [03:34] Intel® Centrino® Advanced-N 6205 thats it he network card i am using and I want to get it to work nicely with ubuntu 11.04 because my internet is FREAKING SLOW! like under 20kb/s [03:34] i got this laptop for linux use and i cant even get the intenret to work any of you guys nkow where i can find drivers or something to get this to work fast? [03:34] GHOSTX: As root: modinfo rtl8187 [03:34] erm [03:35] GHOSTX: I meant modprobe rtl8187 [03:35] GHOSTX: Or it might be rtl8192ce [03:35] so far i login as root and do i sudo modprobe rtl8187? [03:35] nothing happen [03:35] GHOSTX: rmmod to unload a module you loaded with modprobe [03:35] GHOSTX: After loading it, check iwconfig for a wlan0 iface [03:36] GHOSTX: No output typically means it loaded successfully [03:36] nobody nkows how to get my internet working nicely using a Intel® Centrino® Advanced-N 6205 ? in ubnutun 11.04 [03:36] lo, eth0 no wireless extensions. [03:36] lsmod shows you all the modules that are in use. If it's not there, then you need to install it. [03:36] GHOSTX: So rmmod rtl8187 and modprobe rtl8192ce [03:36] GHOSTX: Yes, 'lsmod|grep rtl' to see any that are loaded [03:36] ok idk whos talking to me or someone else [03:37] What is the nice tool that I could use to compile information about my hardware so I can sell it on eBay? :o [03:37] and wired and wireless internet doesnt work with unbunt [03:37] realtek's site does not have a linux driver for 8187C, so please verify that is the correct chip, google is your friend. [03:37] megamindstorm101: What isn't working about your internet? How are you trying to connect? [03:37] I can connect but it is very very slow at about 20kb/s [03:38] I have installed all of the updates and such but my network is still slow, I could not locate any linux drivers for the Intel® Centrino® Advanced-N 6205. [03:38] GHOSTX: Yes, you can google the vendor:product id numbers from the output of 'lspci -nn|grep Network' (the numbers in the format xxxx:xxxx) [03:38] megamindstorm101: How do you connect? [03:39] wired and wireless I have tried both [03:39] soreau: they are both slow [03:39] megamindstorm101: What version of ubuntu? [03:39] soreau: ubuntu 11.04 (also tried linux mint 11 which is heavily based on ubuntu apparently) [03:39] soreau, nac-godfather oh snap when i did lsmod|grep rtl http://paste.ubuntu.com/690482/ [03:40] My network card is a Realtek 8168B and it won't even connect for me. Trying to find bug fix [03:40] in recovery mode from grub menu are you connected to the internet already ? [03:41] GHOSTX: If you don't have a wlan* iface in the output of 'iwconfig', it's probably not the right module [03:41] Installer crashed. I clicked into the terminal and scrolled around to watch as it installed. I hit pagedown a couple of times, and it printed to the terminal. I backspaced before it did anything else, but I wonder if I caused the install to crash. Any thoughts? [03:41] ! realtek | hypnoseal GHOSTX [03:41] hypnoseal GHOSTX: some help for recent Realtek chipsets can be found at https://help.ubuntu.com/community/WifiDocs/Device/RealtekRTL8187b [03:42] soreau: are you familiar with this problem? [03:42] megamindstorm101: no, I am not [03:43] soreau: well I found a lot of issues on this slow internet problem but could not find any answers, it seems what most are doing is just installing the drivers manually for their card but I dont know where to locate the linux drivers for this card Intel® Centrino® Advanced-N 6205 [03:43] soreau where can i get this rtl8187b direct link [03:43] megamindstorm101: What wifi card is it as reported by the output of lspci? [03:44] i want to wget instead download win7 and transfer to ubuntu server [03:44] Installer crashed. I clicked into the terminal and scrolled around to watch as it installed. I hit pagedown a couple of times, and it printed to the terminal. I backspaced before it did anything else, but I wonder if I caused the install to crash. Any thoughts? === sagaci_ is now known as sagaci [03:45] GHOSTX: The one ubottu gave should work [03:45] soreau: alright i literally just uninstalled ubuntu so I will go into a live cd and tell you what it says === RedZero is now known as Relurk [03:45] anybody here good with usb and linux? [03:46] http://pastebin.com/fEhkD1qT [03:46] soreau gzip: stdin: not in gzip format tar:Child returned status 1 tar: error is not recoverable:exting now [03:47] GHOSTX: What gives you that output? [03:47] when i try tar -zxvf it gavem that error [03:49] GHOSTX: Well you did it wrong.. whatever tarball you're trying to decompress, it should typically be 'tar -xf /path/to/tarball.tar' [03:49] Ubuntu installer crashed. I clicked into the terminal and scrolled around to watch as it installed. I hit pagedown a couple of times, and it printed to the terminal. I backspaced before it did anything else, but I wonder if I caused the install to crash. Now I'm on a live CD, with Unity desktop, and everything but the wallpaper and mouse pointer disappeared when I clicked the Ubuntu symbol top left, and now it's incredibly unresponsive. Any thoughts? [03:49] looking for an app to sync 2 folders on the same pc, different drives, any ideas? [03:50] I want to try Firefox 6, but it's not in Synaptic, Can I safely install it from its website or definitely stay with Firefox 3?? (I'm on 10.04 LTS) [03:50] IS there a way I can restore ubuntu 11.04 packages from RECOVERY MODE terminal ? [03:50] !downgrade | AGKdomo [03:50] AGKdomo: Attempting to downgrade to an older Ubuntu version is explicitly not supported and may break your system. [03:51] my systems already fd up,and I don't no howbto fix it [03:51] I tried sudo get apt upgrade [03:51] but it can't fetch packages [03:51] AGKdomo, sudo apt-get update; sudo apt-get upgrade; sudo apt-get dist-upgrade [03:51] excelsior: probably unity crashed [03:52] AGKdomo, try to go straight to the upgrade step then [03:52] AGKdomo: Can you ping google.com? === caplink811-log is now known as caplink811_log [03:53] there is no upgrade step install froze so I restarted now I can't boot into install I gotta use recovery mode from grub menu [03:53] BlackByrd, https://launchpad.net/~mozillateam/+archive/firefox-stable [03:53] soreau: http://pastie.org/2541104 that is what shows up in my terminal [03:53] AGKdomo, what recovery are you at. grub recovery or single user mode [03:53] AGKdomo, or initrd recover [03:54] uhh. I think its grub recovery, it was the second option in little menu [03:55] soreau: so I need to find drivers for that and how to set it up so my internet is smooth as butter [03:55] megamindstorm101: You have an atheros wifi card. No idea why it would be slow but if the same happens on a hard wired ethernet connection, my guess is the problem isn't with the network cards' drivers [03:55] soreau: well it happened on my desktop as well when I installed ubuntu, I never had this problem with 10.04 though [03:55] AGKdomo, you mean the recovery kernel. but how far is it booting [03:55] AGKdomo, type a few lettrs of the nic your answering and hit tab to complete its helpful. :D [03:56] I changed my video card, X dosn't work, how do I get X to reconfigure so that everything works again? [03:56] 9I'm on a terminal) [03:56] I'm on a irc on phone yin2u [03:56] rue_mohr, changed the card from what to what [03:56] soreau: ok, so unity crashed, now what? Installer crashed too. Should I try reinstalling? [03:56] from a trident 9200 to a nvidia GTX590 [03:57] I can't even get a terminal. [03:57] excelsior: Probably. If you can run anything, try to run metacity --replace [03:57] and escott recovery kernal i can enter commands, .. when I try to do a normal boot I get to this black screen where it says checking battery status === NotreDev_ is now known as NotreDev [03:57] escott, I recall this isn't the same monitor either... [03:57] did my pagedowns in the installing terminal mess it up? [03:57] rue_mohr, monitor shouldnt matter. if you have a /etc/x11/xorg.conf rename it [03:58] to anything? [03:58] rue_mohr: do you have an xorg.conf [03:58] yes [03:58] rue_mohr, xorg.conf.bak is a good choice, then sudo service gdm restart [03:58] soreau: so what do you reccomend? go back to 10.04? try the 11.10 alpha? or do you nkow a way to get better drivers for it? [03:58] did my pagedowns in the installing terminal mess it up? [03:58] !find [03:59] AGKdomo, so boot the recovery kernel and then run apt-get upgrade; apt-get dist-upgrade until it doesn't report anything to upgrade [03:59] megamindstorm101: First thing to do would be to identify the real problem. When you connect wired or wirelessly, make sure the other one is completely disconnected [03:59] uhhh ok ill try [03:59] AGKdomo, the freeze on the boot of the non-recovery kernel could be an acpi issue or something [03:59] megamindstorm101: Try anything to narrow down the problem so you can identify what's actually happening [04:00] I'm gonna be mad at myself for this stupid install. I should have just gone to bed. [04:00] soreau: I have done that actually and it didnt help at all [04:00] soreau: in fact wireless appears to be about 10kb/s faster [04:00] escott, :) thanks! [04:00] rue_mohr, was that successful? [04:00] yea! [04:00] thankyou [04:01] megamindstorm101: It would be a big coincidence if both the ethernet and wifi drivers were broken in the same way though it isn't completely inconceivable [04:01] rue_mohr, then the next step is to use jockey-gtk to install the nvidia drivers for 3d support [04:01] * rue_mohr gives escott a virtual $100 note === cbg is now known as Peablog [04:01] 1360x768 shows on the x server but my nivida cards put out [04:01] :) sweet, thanks [04:01] 2048x1563 [04:01] soreau: I think it is ubuntus fault however because i have run 11.04 on 3 different computers and all of them had the same exact problem, the same problem that 10.04 never had with me [04:02] megamindstorm101: As I said, I would guess that the problem is elsewhere but not sure what. It also might be of benefit to ask in ##networking [04:02] maybe my screen is not supported>??? [04:02] megamindstorm101: Well I run 11.04 on at least two different machines and there is no such problem. [04:03] soreau: I dont know man, I remember using the alpha for 11.04 and having just as much trouble ever since the start 11.04 has been buggy to the max with me. And according to the internet's (:P) many others have this same problem... many with atheros [04:04] megamindstorm101, Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network no problems [04:05] haha pressing random buttons made.gnome boot ;P [04:06] urlin2u: when I looked up the problem of slow internet on 11.04 90% of them had atheros cards. But i dont think it is atheros as I said because I have tried 11.04 on 3 machines and all of them had this slow internet problem. Last time I ran ubuntu with no problems it was 10.04 thats why I am wondering if I should go back to 10.04 [04:06] how can we repair grub if we install the ubuntu using Wubi [04:06] and there opens some terminal each time to boot up [04:06] megaloman: Well you can try building your own driver and test for yourself or try an 11.10 live session to see if it's fixed === bjv is now known as Guest14463 [04:08] megamindstorm101, maybe so. [04:09] urlin2u: its just that so many dont have problems, but so many do, I really dont know how to find it and fix it. I have 1 person telling me "just stick with windows or an older ubuntu" and 1 person telling me "there is always a way to configure it to be faster" so I am in a lost sort of state [04:10] megamindstorm101, your rational is flawed have you ever studied statitics? [04:10] statistics* [04:11] urlin2u: what? and lol I took a statistics class last year. [04:12] megamindstorm101, then you should know better you have no real numbers as to when it has worked or not, so it may not work in your case you just have to confirm that. [04:14] i though linux would solve all the old wireless cards/apdater driver [04:15] megamindstorm101, the web info says out of the box which it is why so slow is the question I know. [04:16] im using 11.04, and i installed xubuntu. i cant stand it how do i uninstall it? [04:16] Pat201, you have any other OS on the computer, and have you tried the classic desktop? [04:17] yes, i had ubuntu classic its still there but the log in screen is xubuntu [04:17] So.. select ubuntu classic [04:17] and use that? [04:18] driver is activated but not in use? [04:18] wat does that [04:18] mean? [04:18] Pat201, any other OS on the computer if you need to remove the Natty? [04:19] I think Pat201 just wants to remove XFCE and it's packages [04:19] yes [04:19] i just want to remove it [04:19] You already had a Gnome install and just added XFCE, correct? [04:19] yes [04:19] just need to know the terminal command to get rid of it [04:20] noob here in need of assistance [04:20] jajaja [04:20] holaaaaaaaaaaaaaa [04:20] lemme put on my Goggles because I'm not sure if it's as simple as an apt-get remove xubuntu-desktop and then an autoremove or not. You should still be able to use Gnome though by choosing that as you session on the login screen [04:20] jamie, we can't help till we know whats going on. :D [04:21] great! Do you know how to use i2p? [04:21] ill try it [04:21] lokomis, the psychocats site has the complete dektop list if needd. [04:21] desktop/needed* [04:22] Or rather, does anybody know how to use I2P? [04:22] !details | jamie [04:22] jamie: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [04:22] hmm it claims to be removed, ill reboot and get back to you [04:22] lokomis, I'm looking in the software center, and it has an option to use that to delete xubuntu-desktop, and also to select what packages associated with xubuntu to delete with it. I think this would work? [04:22] ... or that. [04:23] bah, they left. hope that worked. we'll find out in a second [04:23] will probably need to to an autoremove as well [04:23] nick sonu [04:23] I have installed I2p through the terminal according to the instructions on the site, but now I am unable to locate it [04:24] hi.. can anyone tell me how can i mount my usb drive again as its nt opening in pc [04:24] Pat201 Success? [04:25] hmm no luck, still says xubuntu on boot up [04:25] lokomis, this is what may be needed. http://www.psychocats.net/ubuntu/puregnome [04:25] n m using ubuntu 11.04 [04:25] yeah, i thought a purge might be in order [04:25] Pat201, but is xubuntu still actually present? Are you worried about the cosmetics or the space being used by xubuntu or what? [04:25] Honestly, in this situation I just straight up wouldn't delete it, heh [04:26] Pat201: that is just the login theme I think [04:26] space and cosmetics [04:26] a reanstall of the normal desktop would overide xubuntu i think [04:26] xfce uses gdm....a reinstall is not necessary [04:27] Pat201, http://www.psychocats.net/ubuntu/puregnome [04:27] that page urlin2u just linked might help as well. it lists other packages to remove that are included when xubuntu-desktop is installed [04:27] can any1 give me suggestion dat how can i get my data from that usb drive [04:28] ok so far so good, thank you guys for the help [04:28] ledsk: what exactly is the problem? [04:28] actually problem is that it is not mounting [04:29] n showing the name of usb drive "USB 30X" [04:30] and what is the error when you try the mount command ? [04:30] lendsk: Try this, if no help, lemme know: https://help.ubuntu.com/community/Mount/USB [04:31] got another question for you guys, how could i manually run a fsck? [04:31] urlin2u: i am unsure what you are talking about on that statistics thing, I was estimating based on what I have looked up "ie. slow internet ubuntu 11.04" and out of the 5 or 6 relatively usefull posts 4 or 5 of them were people using atheros cards... [04:31] Pat201: `sudo touch /forcefsck` then reboot, and you'll fsck while booting. [04:33] Anyone able to talk me through the process of setting up i2p on Natty? [04:34] hi.. can anyone tell me how can i mount my usb drive again as its nt opening in pc [04:35] how can i again mount my usb drive again [04:35] okey lendsk009 do you know the devices name ? [04:36] mount by hand to see if it works lendsk009 [04:36] yeah ohhi [04:36] comand looks like: mount /dev/sdb1 /media [04:36] itz showing USB 30X [04:37] no not that [04:37] hmmm [04:37] do you have gpartet installed [04:37] ? [04:37] naah itz nt installed [04:37] if its a ntfs with errors it will say so [04:37] lendsk009: try taking the space out of the drive label [04:38] how can i do that thor === andref__ is now known as crash82 [04:38] lendsk009: gparted [04:39] yes install taht first [04:39] wat do gparted do thor [04:39] lendsk009: among other things...it can be used to change drive labels [04:40] spaves in labels can be annoying [04:40] spaces [04:40] I'd suggest starting with Ubuntu's Disk Utility just to see if it is recognized in there. [04:40] It can be used to change the labels as well and doesn't require installing anything new right away. [04:40] okk thor [04:41] okkk [04:42] itz lso not working thor [04:43] *also [04:44] thor r u there???????????????? [04:44] lendsk009: ? [04:45] plz tell na hw can i restore my data from dat corrupted pd [04:45] lendsk009: use your backups is the most reliable and fastest way [04:46] ActionParsnip> dear itz also not working [04:47] lendsk009: what's not working?? You are doing nothing to help yourself [04:48] ActionParsnip: ?????????? [04:48] time to restate the original issue I think. [04:48] lendsk009: what do you mean 'isn't working'? [04:48] in detail. [04:49] i mean when itz not opening then hw can i backup it [04:50] if you have no backups. then take this as a lesson in learning the value of doing backups [04:50] Does smartctl come standard w/ ubuntu or did i install at one point in time... ? [04:52] explodes, http://manpages.ubuntu.com/manpages/intrepid/man8/smartctl.8.html === spthysis is now known as Silhouette_dev [04:52] * ActionParsnip is so tired of people without backups [04:52] When exactly will be deletd the files in /etc/ ? [04:52] thanks urlin2u === neology_ is now known as neology [04:53] bullgard4: when hell freezes over I hope [04:53] my ipod doesnt work in rythmbox, amarok, banshee, gtkpod, hipod.. but it is detected as image device.. :( [04:53] explodes, no problem. :D [04:53] lendsk009: get a backup if your data is important. The drive motor can and will fail, then no amount of software will save your data and you will be forking out literally THOSANDS of dollars for professional and ungarunteeed data recovery. Contrast that with a couple hundred for a USB drive [04:53] cough clonezilla [04:54] just every now and again copy the data you want, doesn't need to be complex [04:55] I cant install xp in my vbox, it installs fine.. but when it reboots..it comes with a bsod. what may be the issue? [04:55] XP may be the issue! [04:55] ActionParsnip:thanx [04:55] means? [04:55] lendsk009: you can use foremost or scalpel in the liveCD environment and you may get the data. It may be that your data has been overwritten, in which case it is GONE. You have learned the value of backups the hardest way possible [04:56] Avasz: Dunno. Just write down the BSOD code and google. You will get somewhere with that particular error code. [04:56] Avasz: try different hardware settings, ACPI / APIC on and off [04:56] ok. [04:56] i have been trying for almost a year now. (now and then). with different isos and cds. 7 works fine. [04:58] Avasz: but did you tweak the vbox settings, like disabling sound to see if it halps as well as what I suggested abov? [04:58] Could be SATA. I'm really guessing here. [04:58] How do i mount FAT32 disk with full access( Read and write ) using mount command? [04:58] tinyxp works fine in vbox for me ;) [04:58] Legend_Xeon: have you read: man mount [04:58] Legend_Xeon: with the umask option I recall. [04:59] no [04:59] i see [04:59] thanks [04:59] or was it dmask and fmask [04:59] i havent tried disabling sound.. but i had tried changing the ide stuffs. PIIX4 etc. [04:59] How can I see the media players I installed? [04:59] Avasz, if you didn't stick with ide on virtual box and have no sata drivers that may be it, XP discs legit ones unless a OEM generaly don't have the sata drivers. [05:00] urlin2u: hmm.. but one thing that amazes me is... same iso works in save version of vbox in my laptop. [05:00] ujjain: What media player have you installed? [05:00] ujjain: in software centre search for: player may give clues, or look through dash (I assume Unity session) [05:01] Avasz: disable as much as possible. You may want to ask in #vbox [05:01] qin: well, I have Amarok, but I want to know what else is installed, preferably in Ubuntu via a list, not via package management. [05:01] disabled audio. no luck. [05:01] ok. i am hanging in #vbox but no one seems to be active. [05:02] rm -rf windows [05:02] dataspy: Is it funny? [05:02] does Ubuntu leave much behind if I install 95 new packages and uninstall it? [05:02] ujjain: Are you unity? [05:02] Help! I just installed, and I get a screen that says Pheonix ROM BIOS PLUS version 1.10 A04 ... copyrights... Drive 1 not found: Serial ATA, SATA-2 ; Drive 3 not found: Parallel ATA, PATA-1 (PRI IDE Slave) Please help! [05:03] ujjain: if you use the purge option. nothing should be left [05:03] excelsior: thats a hardware issue, not ubuntu [05:03] ujjain: Apart of dot files in ~ [05:03] ok awesome, I hate the bloat left behind in Windows. [05:04] hello brother [05:04] ujjain: but you can use locate to check after apt [05:04] I am installing Amarok now, but I hate installing 93 packages, but I guess it's not as bad as the clutter that would be generated on Windows. [05:04] ujjain: make sure you run: sudo apt-get clean [05:04] Yeah, and purge too I think? [05:04] hey anyone can help me ?? [05:05] sim-paf: Don't ask to ask, just ask. [05:05] how can i change my repository source address with apt??? [05:05] sim-paf: To what? [05:05] I would edit /etc/apt/sources.list, but should be possible in Synaptics. [05:05] Hey, I'm running Lucid with 2.6.33-29-realtime kernel. My system has been freezing up lately, and I'm not sure how to troubleshoot it. [05:06] ohk thanks [05:06] Monona: You have to manually reboot? Have you checked syslog, messages, etc? What shows on the screen during a freeze? [05:06] has there been any talk about the proposed change in the release cycle? changing to a rolling release? [05:06] Monona: You could try to make snapshot of "incident" and paste revelant logs: syslog kern.log messages [05:07] ujjain: Screen stays up, just frozen. Haven't check syslog or messages because I'm not sure how to do that or what to look for. [05:07] qin: How would I do that? [05:07] ActionParsnip: it didn't happen until I installed Ubuntu. [05:07] I tried to install Ubuntu 11.04. [05:07] First i ran wubi.exe then I got 3 options to install [05:07] 1) Demo and full install [05:07] 2) install in windows (which i can remove) [05:07] 3) Learn more [05:07] vibhav: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [05:07] I ran option 2 and because I didn't have internet so it failed because it tries to download the .iso. [05:07] hello, i have problem on 11.10, my init.d dont start on boot when i do update update-rc.d hdparm default [05:07] Monona: by watchig logs [05:07] excelsior: its outside of any os, the BIOS is having issues seeing your drives. Its not an ubuntu issue. [05:08] Monona: reboot the computer and check out the logs at the specific time. See if there is any special message at that specific time. [05:08] should be easy to see due to a gap in logging while it's frozen. [05:08] wmp: ask in #ubuntu+1 for oneiric issues [05:08] it was booting XP just fine until now. [05:08] excelsior: maybe the install worked the hardware and caused it to fail. [05:08] excelsior: its a hardware issue [05:09] Hello guys , one of my friends have a WUBI problem - He says "Then i download the .iso 11.04 and create a USB boot. [05:09] I also copied the .iso into the same folder as wubi.exe and ran wubi.exe again. But option 2 (install in Windows) disappeared. [05:09] I was installing, the installer crashed, I reinstalled, it said it worked, and now this? [05:09] What would I enter at the terminal to check logs? [05:10] vibhav, have you had a look here. https://wiki.ubuntu.com/WubiGuide#How_do_I_install_Wubi_on_a_machine_with_no_Internet_connection.3F [05:10] vibhav: did you MD5 test the ISO? You can use daemontools / magicdisk to mount the ISO, you can run Wubi from there [05:10] hitting f2 as it comes on, it recognizes them just fine. [05:10] Monona: There is gui log viewer, but: cd /var/log and less messages or any other [05:11] qin: http://www.thegeekstuff.com/2009/11/ubuntu-tips-how-to-view-system-log-files-in-gui/ [05:11] ActionParsnip: Hm? [05:12] qin: gui log viewer :D [05:12] qin: Ah, just ran it now. I would want to run that right after I reboot when it crashes, right? [05:12] I don't find site fonts very pretty in Ubuntu though. [05:12] Monona: No, it has time stamps. [05:12] And now I have GRUB! [05:12] What's the deal!? [05:12] Hi there, I am kind of new to the world of Linux and would like a bit of hand holding, my brother talked me into downloading Ubuntu and I need to know a few things [05:12] Monona: If you know the time, you can just scroll up to the right time. [05:12] usagiakumu: ask away [05:13] hey [05:13] The disk drive for /dev/mapper/cryptswap1 is not ready yet or not present" what does that mean? [05:13] first off I need some replacement tools, a nice wysiwyg DVD auth tool, something to replace fl studio and windows movie maker [05:14] excelsior: with Wubi you get grub? Yeah, that's not cool :P [05:14] basically Windows DVD Maker replacement would be fine but if there is something like Nero DVD tools I would be at home [05:14] I didn't use Wubi, doof. [05:15] excelsior: If you install Windows, then Ubuntu, you get Grub yes, as boot manager. Should be fine. [05:15] I tend to just use devede usagiakumu . its basic but.does what I need [05:15] what is "Install Release"? [05:15] Thanks to metabill for helping me with TeamSpeak Server!! [05:16] usagiakumu: pitivi can do video editting, devede can make DVD ISOs of movies which you can then burn [05:16] usagiakumu: what is fl studio? [05:16] usagiakumu check out kdenlives.org or lives.sourceforge.net for WMM alternatives [05:16] audio recording/mixing tool [05:16] FL studio = Fruity Loops [05:16] ^ [05:16] usagiakumu: lmms is similar to frooty loops [05:16] ujjain: I had the comp not recognize the drives on first boot after install. I then plugged in a USB keyboard (it's got a bluetooth one) and reboot, and it comes up. [05:16] ok so lmms [05:17] usagiakumu: check out Bombono, maybe [05:17] ujjain: that's why I was surprised to get GRUB. Now i need to figure out how to make XP default... [05:17] Anyone do any Android hacking in here? How well are the SDK tools and Java DK tools supported? [05:17] ujjain: Ah, I see that. I don't know exactly when I'm looking for but: http://pastebin.com/YmRqPTvq [05:18] I mean obviously Odin wont be running [05:18] but Odin is Samsung only [05:19] How do I get my iPad to work woth Ubuntu [05:19] excelsior: Just set time out to 2 and edit grub.conf. [05:19] excelsior: Grub will have to auto-boot, but you can just make the time-out 2 seconds so it autoboots XP via grub.conf [05:20] anyone know if theres a program that will mount an ISO (such as ubuntu installer) ? i've tried a few but they get mounted as removable media but not a CD [05:20] usagiakumu I haven't done anything with android myself but my buddy has fooled around with it. Shouldn't be any trouble to install Java/elipse IDE/etc [05:20] ok so will my emulators work with 64 bit? like I want to emulate NES, Game Boy, and Genesis I do own the carts to the roms I play I just like keeping them stored [05:20] Hello, can someone recommend me on good tool for proxy switching? (that comes with proxy list) ? [05:20] Monona: No useful data in that file, also check out the other. I tend to do ls -ltr after restart and check last edited files. [05:21] Pretty sure they should work on 64 bit but I can't vouch for it yet. I'm on my laptop which is running 32-bit and I've no issues running NES, SNES, Genesis. Even Nintendo DS actually despite this being a clunky 7'ish year old notebook. [05:21] the extent of my gaming is roms basically lol [05:22] I've had Diablo 2/LOD running pretty smoothly in Wine too [05:22] im not hard to please gaming wise [05:22] How do I get my iPad to work woth Ubuntu! [05:22] this clunker has an old ATI Mobility Radeon x600 [05:22] see I never got into PC gaming [05:22] ah. I used to be console player and then I got a dreamcast [05:23] I had an x700 it lasted forever I loved it [05:23] and it had a mouse, keyboard and Quake 3 Arena [05:23] I was a PC gamer ever since [05:23] :P [05:23] excelsior get StartUp-Manager from the Software Center. you can set xp as the default option really easy [05:23] What is the quickest way to open a path in Naucilius? [05:23] fps are cool [05:23] I mean but meh [05:23] insane 102% cpu load btw by banshee. [05:24] excelsior of course i wouldn't recommend such a clumsy OS as a default option :P but that program works very well for most of your boot loader needs [05:24] ujjain: excelsior: you don't edit gub.conf [05:24] I've kind of outgrown them myself but I'll take a keyboard and mouse over a controller for them any day. [05:24] ujjain: I'll try that next time I have to restart. Running "ls -ltr" in the terminal will get me the information on what was happening right before the crash, then? [05:24] oh and I need something to replace Alcohol 120%, I mean mounting ISOs, editing hex data of the ISO and advanced direct error burning [05:24] I've a decent USB gamepad for all my old ROMs [05:24] thanks! [05:24] Sterist: [05:24] thank you [05:24] hello [05:24] Street Fighter, Mortal Kombat, 1942, Battletoads, etc [05:24] ujjain: you mean, to find a location while in nautilus? [05:24] ujjain: excelsior: the file is generated each time a kernel is added , so the changes will not stay. The file even tells you not to edit it. [05:24] lokomis, is the xbox 360 controller well supported? === mmfei1 is now known as mmfei [05:25] ActionParsnip: hmm, works fine to select kernel in servers though. [05:25] ujjain: excelsior: if you run: sudo mv /etc/grub.d/30_os-prober 08_os-prober [05:25] wired USB [05:25] oops [05:25] se [05:25] ujjain: or to start up a new nautilus in a given path [05:25] tensorpudding: Yes. [05:25] ujjain: ctrl+l [05:25] actionparsnip ujjain excelsior yes, this be true, NEVER edit the grub config file. only use terminal / trusted software [05:25] new anautilius. [05:25] oh [05:25] That I'm not sure of. I haven't tried to use the 360 controller. [05:26] I use a 15'ish dollar logitech dual action usb pad [05:26] best rom controlor I have ever used imho [05:26] excelsior: cd /etc/grub.d; sudo mv 30_os-prober 08_os-prober; sudo update-grub It will stick between updates [05:26] that's what I was thinking, Sterist [05:26] tensorpudding: I want to easily be able to access a dir when I'm in Chrome or banshee or antyhing [05:26] ActionParsnip: ? [05:26] MS did a good job designing it [05:26] ujjain: i just open a new nautilus window and type the path [05:27] my gaming isnt extensive but I love my roms [05:27] mario and sonic lol [05:27] excelsior: editting grub.conf is not to happen, any changes will be lost when new kernels are installed. It's even chmodded so that it isn't writable by anyone [05:27] and the old zeldas [05:27] tensorpudding: hmm, not really fast, how do I open a new nautilus window? what shortkey? [05:27] well [05:27] with unity, super+1 opens the first option, which for me is the home menu [05:27] err, home folder [05:27] now I hated Gimp on Windows... what else is there for photo editing? [05:28] What would be the proper way to reformat a USB drive? [05:28] When will be deletd the files in /etc/ ? [05:28] When will be deleted the files in /etc/ ? [05:28] actionparsnip it's actually easy to edit the grub config w/ sudo gedit BUT that's not to be done by any means. [05:28] Starminn: use gparted [05:28] ah thanks, tensorpudding, that's helpful [05:28] Sterist: don't use sudo with gedit, it's not suitable for GUI apps. Use: gksudo gedit [05:29] I've done sudo gedit before, when faced with an uneditable file. [05:29] starminn i would also recommend gparted it's really nice [05:29] I don't want to mess with GRUB for sure. [05:29] it's my butt if this don't work. [05:29] anyone know how I can get XChat to save favorites?,,, I have some channels listed, but when I add them to favorites, then later load XChat, only 2 out of 6 channels are shown [05:30] ActionParsnip: I'm looking at it in GParted now. Where are the options for reformatting? (there is no data on it currently anyway. It somehow became read-only so I figure I may as well just start over with it) [05:30] excelsior try StartUp-Manager n reboot n report back :) i'm positive it will work. it's pro [05:30] well, it works different on CentOS I see, CentOS grub.conf is extremely easy. [05:30] Sterist: just clicked install on it. [05:30] But yes, there should be GUI software that easily allows you to change settings [05:30] Starminn: you can only format it if it is unmounted, so it being readonly is fairly moot [05:31] starminn open the box in the top right of the window and change it to your USB device. then right click the partition you wish to format / shrink [05:31] anybody here using xbindkey? [05:31] ActionParsnip: Sterist: Got it. Didn't realize it had to be unmounted. [05:32] ujjain: grub.conf may be easy but as soon as you run: update-grub it will set it back to what it was before changes [05:32] does Unity work in virtualbox? [05:33] ActionParsnip: well, generally no need to update grub though, it's the default way for CentOS servers for sure to edit grub.conf. [05:33] anyone know if theres a program that will mount an ISO (such as ubuntu installer) ? i've tried a few but they get mounted as removable media but not a CD [05:34] gmount [05:34] usagiakumu: No special effects [05:34] ujjain: its part of the postinst when you install a kernel to add it to the menu [05:34] I just want it to work I have 3d enabled [05:34] Sterist: mount can do it [05:35] Starminn: sudo mkdir /media/iso; sudo mount -o loop /path/to/file.iso /media/iso [05:35] gmount is simple to use gui if you prefer not to use terminal [05:35] ActionParsnip: ? I did it in GParted and it worked beautifully. It's writable now again. [05:35] acetone can also do it, the terminal is childishly simple [05:36] Starminn: coolness [05:36] Who's gonna straighten me up, when I'm leaning? [05:36] ActionParsnip: You're awesome, you know that? [05:36] man I want to use Unity without installing it straight to my hard drive yet [05:37] Any important things to install for noobs when installing Ubuntu? I'm getting restricted extras now. [05:37] Starminn: I've just been around a while :) You learn stuff over time [05:37] Starminn: I'm sure the stuff you think is basic in windows would impress new users all the same [05:38] excelsior: full updates [05:38] ActionParsnip: it seems to have updated while installing? [05:38] what are some decent graphics editing apps other than gimp? [05:39] something with a usable UI close to Photoshop doesnt need all the options [05:39] if you install wine, it can run adobe photoshop with ease [05:39] I did attempt updates from the gui, but nothing. [05:39] roger_, not cs5.1 [05:39] ActionParsnip: I've been using Ubuntu for about 9 months now, and every time I have a question nobody else can figure out/isn't willing to help, you come to the rescue. That's why you're awesome. Not just this one instance -- but nearly every tough problem I've had in the past 9 months. In fact, if nobody knows the answer, I often just give up and try to find you. [05:40] I just want to get them using it. I used to do the multimedia how-to from the forum, but restricted extras seems to cover that... [05:40] Starminn, you should get his paypal info lol [05:40] send him a thank you note [05:40] What about shockwave? [05:40] Starminn: I just like to help, makes the community stronger. Thanks for the gratitude too. It makes a difference :) [05:40] usagiakumu: Lol if I ever get enough to donate to somebody, I probably will lol [05:40] i want a link that opens a programm in another tty which should look like xinit prog -- :1 now thats giving me a "not authorized" when i try that out of a graphik envirement, but its working when i switch to the text mode tty, so why is there a difference ? [05:41] what uses shockwave theses days? [05:41] excelsior: shockwave is windows only. Do people still use shockwave these days? [05:41] dr_willis: snips [05:41] shockwave is still alive? [05:41] I haven't seen shockwave anything in years... [05:41] cool [05:42] what else? [05:42] moonlight? [05:42] ActionParsnip: I just feel like people don't thank you enough, and wanted to let you know that you are very appreciated, and you do in fact make a difference. Were it not for you I probably wouldn't still be using Ubuntu. Thank you. :) [05:42] excelsior: java and/or flash if you need them [05:42] video? [05:42] Starminn: YAY :) [05:42] ya know I am surprised Adobe hasnt made their entire suite for Linux [05:42] Hello, I have been trying to install Ubuntu 11.04 on mt Intel mac and have had a few problems but after a few nights of searching have came up with solutions. I have now come to a blank and no matter how many pages of help I work through I cannot get Ubuntu to load from refit... [05:42] yeah, ActionParsnip and the dr_willis are deserving of kudos. [05:42] I am having trouble installing qt-4 designer on natty. sudo apt-get with the -f flag gives this error: http://pastebin.com/3AW01tEh [05:42] moo? [05:43] seriously, what about video drivers or audio? (drums are messed up a bit on boot.) [05:43] I mean Adobe users dont generally care what OS it is on mac or PC, they run the app full screen and forget the OS generally [05:44] adobe.sees no profit in it. [05:44] In gnome-terminal I have checked "Use colors from system theme". Where can I find what colors those actually are? [05:44] itd be nice if they would [05:45] adobe has their own corner of the market dr_willis they are so big they say what goes, if they made it for Linux I bet you 10 to 1 most would switch in a heart beat it is the only thing keeping me on Windows [05:45] adblock plus, any other good plugins for firefox? [05:45] I use 9 out of the 10 of the master suite [05:46] excelsior: depends what you use the web for, and how [05:46] excelsior: yes they exist [05:46] When will be deleted the files in /tmp/ ? [05:46] if not for bringing work home with me, I would have probably done this years ago [05:47] usagiakumu: and games too [05:47] moonlight? [05:47] I am not a gamer [05:47] I play roms [05:47] if they count [05:48] I am having trouble installing qt-4 designer on natty. sudo apt-get with the -f flag gives this error: http://pastebin.com/3AW01tEh. How can I fix this? [05:49] usagiakumu: yes but windows users are due to games devs using a lot of directx stuffs [05:49] bullgard4: at reboot [05:49] directx vs open gl is a lot easier to make for [05:49] but thats another argument [05:49] I am talking adobe users [05:49] those of us who rely heavily on adobe [05:50] on my unity taskbar it says, at the top left, underneath the ubuntu logo, "Install RELEASE" with a disk graphic. What is that? [05:51] the installer ? [05:51] Myrtti: Your answer is false: Yesterday I switched off my Ubuntu 11.10 laptop computer. I went to a local computer club, switched on my laptop computer and found that the file /tmp/strace.log has not been deleted. [05:51] I thing theres an age of file checked also [05:51] on my unity taskbar it says, at the top left, underneath the ubuntu logo, "Install RELEASE" with a disk graphic. What is that? [05:52] or a cron job. ive ralwy worried abiut tmp [05:53] excelsior: is that in the installed OS? [05:53] dr_willis: drunk? [05:54] excelsior, couple of scenarios. http://ubuntuforums.org/showthread.php?t=1781725 [05:55] ActionParsnip: yes, in the installed os. === eliasp is now known as eliasp_ === eliasp_ is now known as eliasp [05:55] exit [05:56] exit [05:56] end [05:56] shutdown [05:56] lendsk009: /part maybe? [05:56] .... === king is now known as Guest53677 [05:56] hello [05:57] hi Guest53677 [05:57] my [05:57] wo de yingyu hen lan [05:57] Guest53677: chinese? [05:57] yes [05:57] ! cn | Guest53677 [05:57] Guest53677: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [05:58] my english is very bad [05:58] Guest53677: Well you can ask here as long as you use english [05:58] hi everyone. is there a way to force my box to update the dns settings from the dhcp server using the console? [05:58] ubuntu too [05:58] wow I like Software Center [05:58] excelsior: right click it and uncheck 'keep in launcher' should be ok [05:59] ron: dhclient eth0? [05:59] its like Android Market [05:59] usagiakumu: pretty much [05:59] soreau: you're asking me? :) [05:59] ron: Alternatively, you can manually edit /etc/resolv.conf [05:59] is there a way to use Unity in VirtualBox? [05:59] you help my english and ubuntu [06:00] I dont need any fancy effects [06:00] usagiakumu: Yes, you have to enable 3D acceleration [06:00] I did [06:00] and I installed the additions [06:00] usagiakumu: What is the output of 'glxinfo|grep renderer'? [06:00] soreau: it just seems that ever since I made a change in my router, my ubuntu box is very slow in resolving addresses, while other machines connected to it have no problem at all. [06:00] !enter | Guest53677 [06:00] Guest53677: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [06:00] soreau, [06:00] ? [06:00] you can my [06:00] you can my english [06:00] output of what? [06:00] you can my english ??? [06:00] ron: What is the first nameserver in /etc/resolv.conf ? [06:01] hi i'm not sure about what www is for in /etc/bind [06:01] доброе [06:01] !ru | alter [06:01] alter: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [06:01] ну де ты там [06:01] soreau, ? [06:01] \thank you very much for everybaby. [06:01] soreau: something's that no longer relevant. should I just delete it? [06:01] usagiakumu: I asked you a question.. [06:02] yes but I dont understand what you said [06:02] oh my god [06:02] soreau: the other two lines below it are correct. [06:02] usagiakumu: I was asking what 'glxinfo|grep renderer' says (from your terminal, after installing mesa-utils package) [06:02] ActionParsnip: Thanks. [06:02] ron: Yes, omit the irrelevant line [06:02] soreau, lol man you are going above my head there [06:03] what is mesa? [06:03] usagiakumu: Well getting unity working in vbox is probably going to be a lot harder than that [06:03] it should work out of the box [06:03] What's the recommended RAM for an Ubuntu install? [06:03] know chinese man ,dont hart me [06:03] usagiakumu: mesa is a graphics library that provides 3D for graphics drivers [06:03] 0.0. [06:03] usagiakumu: Can you pastebin the output of 'unity --replace' from your terminal to pastebin.com? [06:04] !requirements | excelsior [06:04] soreau: perfect. thanks for the assistance. [06:04] excelsior: Hardware requirements to install, boot and comfortably use Ubuntu are listed at https://help.ubuntu.com/community/Installation/SystemRequirements - For a !flavor with lower requirements, see !Xubuntu or !Lubuntu [06:04] ron: No problem :-) [06:04] have a good one! :) [06:04] OpenGL renderer string: Software Rasterizer? [06:05] hen gaoxing renshi nimen\ [06:05] usagiakumu: That means you do not have direct rendering working. /var/log/Xorg.0.log usually indicates why [06:05] have chinses?? [06:05] !zh | Guest53677 [06:05] Guest53677: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [06:05] soreau, is there a better virtual machine software that runs Ubuntu in full? [06:06] Not sure [06:06] simsip you are chinese?? [06:06] Guest53677: no [06:06] usagiakumu: vbox usually works [06:06] but no 3d [06:06] even though its enabled [06:06] where? [06:06] !zn [06:06] !zh [06:06] 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [06:06] well that was a solid waste of time [06:07] virtualbox is useless if I cant run it properly [06:07] usagiakumu, have you tried the 2d? [06:07] there is a 2d? how [06:07] all I wanna do is get used to Linux [06:07] zh?? [06:08] usagiakumu, I believe it is a choice in the login after you choose the user. [06:08] ActionParsnip: boo, remember the drive not found error [06:08] here it is again... [06:08] usagiakumu: Did you enable 3D in the virtual machine settings? [06:08] usagiakumu: You have to enable the checkbox in addition to installing.. additions [06:08] have QQ?? [06:08] ok, i have a dumb question. i'm trying to write a bash script, but my variable has a space in it. i want to gzip files in that variable, but they often have spaces in the name. what do i do to not care about all the spaces? gzip "$i" seems to still be affected by the spaces. [06:08] usagiakumu, even if you have 3d enabled vbox is using its drivers I believe. [06:08] obviously [06:09] right [06:09] Guest53677: If you can't ask a full question, there's no point in typing random statements here [06:09] excelsior: sounds liek you have some faulty hardware [06:09] Guest53677: Try #ubuntu-cn [06:09] well why wouldnt unity 2d just be installed by default instead of going to an entirely different desktop [06:09] is drupal or wordpress the defacto blog software in ubuntu? [06:09] #nbuntu-cn e [06:09] usagiakumu, you also have a choice of the classic desktop at the login. [06:10] that seems kinda backwards [06:10] Guest53677: /j #ubuntu-cn [06:10] urlin2u, yeah I dont like classic looks nothing like my brothers laptop [06:10] usagiakumu, I am surprised your getting the unity at all in vbox. [06:10] im not I am at the gnome thing [06:10] Hi [06:11] just installed unity 2d and rebooting [06:11] usagiakumu: If you can pastebin /var/log/Xorg.0.log and/or the output of 'unity --replace' from your terminal to pastebin.com, I might be able to have a look [06:11] I am getting some errors isn dmesg. I am note sure is it due to HDD problem or some due to some other issue [06:11] yeah unity 2d worked [06:11] Here is the ldmesg log [06:11] http://pastebin.com/5LvVrVpR [06:12] ActionParsnip: you're probably right. but at least on my 3rd restart XP is booting up. [06:12] usagiakumu: But you never said whether you enabled the 3D checkbox and enough vram to the virtual card. You need at least about 64MB to do anything useful [06:12] I did enable it [06:12] I did say it like 3 times [06:12] 128 [06:12] to the max [06:12] I think the qt4-designer package on natty may be broken. sudo apt-get with the -f flag gives this error: http://pastebin.com/3AW01tEh. Would someone verify please. [06:12] But the startup thingy didn't work to make XP default. [06:12] usagiakumu: Should work then. Can you pastebin your /var/log/Xorg.0.log file to pastebin.com? [06:12] but thats fine it works in 2d [06:13] xp is running chkdsk. [06:13] and how would I do that [06:13] I mean I know copy and paste and all [06:13] ! pastebin | usagiakumu [06:13] usagiakumu: 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. [06:13] thanks [06:14] ActionParsnip: you're probably right. but at least on my 3rd restart XP is booting up. [06:15] pastebin.ubuntu.com/690536/ [06:15] ! who | usagiakumu [06:15] usagiakumu: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [06:15] pastebin.ubuntu.com/690536/ soreau my apologies [06:15] Hello folks. How would one go about copying users from one system to another? With keeping passwords. I know how to sync the files(/home, ..) [06:16] usagiakumu: That's not the entire file.. [06:16] it is I promise [06:16] select all copy paste [06:16] usagiakumu: Open it in a text editor with 'gedit /var/log/Xorg.0.log' [06:17] usagiakumu: See line 135 of that paste [06:17] soreau, http://pastebin.ubuntu.com/690536/ [06:18] usagiakumu: Also make sure you have working 3D in your host OS [06:18] I see they didnt install properly [06:18] its windows 7 its working [06:18] lol [06:18] usagiakumu: You can also try #vbox [06:19] im not too worried about it [06:19] blargh, that took forever [06:19] 2d is fine [06:19] I just wanna learn it [06:19] sorry I disappeared on you [06:19] inet went down [06:19] thanks for your help though [06:19] np [06:19] virtualbox is screwey with windows 98 too [06:20] That's not related to ubuntu at all.. [06:20] no its vbox being stupid [06:20] I need to buy vmware [06:21] or realize that no one should ever run win98 in the new millennium [06:21] usagiakumu: kvm [06:21] or qemu [06:21] !offtopic [06:21] #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! [06:21] wine comes on Ubuntu by default? [06:21] no [06:21] soreau, I have never run win98 but it is actually safe from viri...badware. [06:22] soreau, then why is it in my applications ? [06:22] urlin2u: ok, ot [06:22] anon_user, i can install qt4-designer without problems... I have natty 64 bit... :) [06:22] usagiakumu: couldn't tell you [06:22] it has winetricks and everything, could that be from virtualbox additions? [06:23] soreau, you commentated then you OT me lol. [06:23] Snicksie, thank you. I have the same: natty 64bit, but I'm getting that error [06:23] urlin2u: Yea, I'm a hypocrite ;) [06:24] soreau, I thought I saw you at the weekly meetings. :D [06:24] this is gunna be cool for touch [06:25] urlin2u: Where are those held? [06:25] OMG [06:25] Snicksie, strange that the package deps can't be found. which software sources do you have enabled? [06:25] Are you kidding me? [06:25] Well fine, this ban evasion was not my fault [06:25] ... [06:25] it's yours for not blocking my IP [06:25] like you're suppose tooo! [06:25] ! ops | ... Perf [06:25] ... Perf: 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, Jordan_U, or rww! [06:26] soreau, world wide everywhere every bodies a member [06:26] what is the easiest way of taking an icon from the menu and puttiting it on the desktop? [06:26] urlin2u: Where are those held though? [06:26] the sidebar is cool but it gets full quick [06:26] usagiakumu: You can't with unity in 11.04 afaik [06:26] usagiakumu: unity in 11.10 probably should be better [06:26] I hope its added in the future :-P [06:27] I like it this is gunna be cool on my android tablet to replace android though [06:28] since it basically uses the same Linux kernel once I get used to this I am gunna have some fun installing it on my phone [06:29] these are my repo's anon_user http://pastebin.ws/g35eyv nothing special except for the mactel-ppa's which won't change anything with qt4-designer deps [06:30] sweet there is a phone app [06:30] zhone [06:30] im gunna have fun hacking this onto a few android devices [06:35] <{-_-}> quiet in here. [06:35] Snicksie, could you run 'apt-cache showpkg libqt4-designer' in a terminal and verify that that pkg came from natty main? [06:36] it's one of the deps I'm missing, and if it did, I guess I need to flush my pkg list [06:36] yo [06:36] can any one help me out [06:37] blake, probably give the details, :D [06:37] i need help downloading java [06:38] any body trying to downlod it for me using team viewer [06:39] blake, https://help.ubuntu.com/community/Java [06:39] can u do it for me trough team viewer [06:42] any one [06:43] lol that was a bug but I must say I like the way it looks [06:43] blake, it is pretty unusual to get team viewer help here, just saying, can you read the wiki? [06:43] I hope it is a persistant bug [06:44] i did bud ths for 3 hourst i still dont know how been trying to downloa [06:44] i been trying to for the last 3 hours still dont know how [06:45] lol Unity 2d (at least) has a problem dimming black and white images, however the effect is really cool [06:45] Snicksie, I removed all the exising versions of the deps on my system, and qt4-designer installed ok. Thanks for taking the time to verify and patebin your sources :)the [06:46] Ubuntu 10.04 LTS suddenly stopped recognizing my USB Stick . Even lsusb doesnt show it . But the Stick is getting Power as the LED lights up when connected . [06:48] pull it out and put it back in again [06:48] see what happens [06:48] man that sidebar is annoying [06:48] pops up when I dont want it to [06:48] is there a way of setting the time higher [06:49] usagiakumu: could log into ubuntu classic session [06:49] REK_007, did you just yank the thing out without ejecting it first? [06:49] ActionParsnip, that defeats the point of the touch interface [06:49] usagiakumu: unity bar is configured in ccsm [06:49] jdm: nope .. [06:49] the issue is firefox being full screen when you go to click "back" [06:50] its actually really really annoying [06:50] last time i did a dd to put an ISO on it . the USB is working on windows and boot time also jdm [06:50] usagiakumu: do all browsers do it? [06:51] well the back button being on the left side and the bar on the left [06:51] I wish I could move the bar to the right or bottom [06:51] the right would be perfect for it since everything else is on the left [06:52] then it wouldnt have to auto hide it could be there all the time [06:52] I suggest as a new user from my point of view at least move it to the left [06:52] er right [06:52] move the bar to the right [06:52] its in the way on the left [06:53] there is too much going on on the left side of the screen [06:53] usagiakumu: could make it thinner, could help [06:53] usagiakumu, you can move the window buttons to the right in gconf-edotor [06:53] naw I like the size [06:53] editor* [06:53] urlin2u, that sort of defeats the purpose of symetry [06:53] does gftp support ssl? if no, where can i find a client that does !? [06:54] like I get Unity I kinda like it [06:54] but move the bar to the right side of the screen in future versions [06:54] graphical atleast. [06:54] sevith: filezilla maybe [06:55] everything else is fine [06:55] sevith: nautilus can connect and mount ftp servers [06:55] ActionParsnip, Really? I didnt know that. how can it mount then ? [06:55] them * [06:56] anyone can assist me ? It was reported as a bug according to one thread on the forum [06:56] ActionParsnip, Nice ;) I see it. [06:57] sevith: file -> server or file -> network you get the idea. You can bookmark it too for easy access later [06:58] REK_007, just reformat in windows and see if that fixes it. [06:58] urlin2u: nope it didnt ... i tried that just now .. hence came here to ask [06:59] REK_007, so it does not show in disk manager where you cam mount it? [06:59] can* [06:59] Can someone help me? I have an HP G62 laptop currently running Windows 7 Ultimate... I would really like to have the option to "dual boot" both operating systems. My questions are, can I have a dual boot and how? *pc newb* [06:59] urlin2u: it doenst show anywhere ... its not there on lsusb as well ... [06:59] doesn't * [07:00] REK_007, strange I would dban it if it was mine there may be some sort of firmware there causing this. [07:00] hi, ActionParsnip! You recommended checkinstall to me a couple of days ago. I have a small problem: '/usr/bin/install: cannot change permissions of `/usr/local/share/man/man7': No such file or directory' Do you know what is causing it? I got around it by simply creating that directory, but I feel that's not completely kosher [07:00] I have Windows 7 ultimate running and would like to install ubuntu 11.04 next to it... Is it possible? [07:01] khanmu01, yes very [07:01] khanmu01: sure, just resize the ntfs partition in Windows and boot to your install media. Install ubuntu and the dual boot will be handled [07:01] urlin2u: it was working till yesterday ... suddenly its not working anymore after i unmounted it for doing a dd of an ISO [07:01] khanmu01, probably yes most likely, http://members.iinet.net.au/~herman546/index.html [07:02] REK_007, I saw that, but 'm just saying what I would do. [07:02] khanmu01: ensure your backups are sufficiently up to date before starting in case of catastrophe [07:02] So I should load the ubuntu OS on to a CD or USB, when I do install it that is [07:03] http://paste.ubuntu.com/690561/ this is the dmesg here its recognized .. my PD is /dev/sdd [07:03] I don't require backups, I just reinstalled Win 7 yesterday [07:03] REK_007, I had problems with a SDHC card just used a 3rd party disc to check it like gparted and several others I have on hand. [07:03] urlin2u: even gparted doesn't show it [07:03] yap [07:04] khanmu01: yes boot the install media and install. Be sure to MD5 test the ISO and if you use an optical media then burn as slowly as possible [07:04] REK_007, right in the OS you can get gparted in just a ISO and partmagic and others. [07:05] hi there [07:05] REK_007, it might need a formatting in a linux enviroment, you kinda have to get creative here. [07:05] anybody to help me [07:05] Do you have any programs to recommend that will allow me to create a boot up disk on a USB? [07:05] about my tv tuner card [07:05] khanmu01, unetbootin [07:05] urlin2u: Gparted is installed on my OS already even that doesnt recognize it ... maybe i will format it on arch then [07:05] khanmu01: use dd [07:06] tv tuner drivers i need anyone to help me [07:06] khanmu01, http://unetbootin.sourceforge.net/ [07:06] @REK_007 what do you mean by dd? [07:06] khanmu01: if its a fresh install, you should have left a portion of the drive unpartitioned. It means you don't have to resize. [07:06] !details | somicuthbert [07:06] somicuthbert: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [07:07] khanmu01: its a command on terminal , dd if= of= === somicuthbert is now known as kasii [07:07] i need a help of tv tuner driversss [07:07] khanmu01: unetbootin is great [07:07] REK_007, they have no linux install I believe [07:07] Okay, thanks so much... Will try it out === Sonarpulse_ is now known as Sonarpulse [07:07] lol, i just tried to find out how many space my contents on linux used: it says 128.0 TB although I have only 1 harddisk with 320GB, splitted in some partitions for al my OSes... :p I can consider that a bug i guess? :) [07:08] oh .. then unetbootin or alike [07:08] REK_007: dd doesnt work with ubuntu isos afaik [07:08] ActionParsnip: it works ... [07:08] Cool [07:08] ActionParsnip: I did it just last week :P after unetbootin failed in archlinux iso and mandriva iso [07:09] can i change the color of unity top panel? [07:09] ActionParsnip: what do you use to type this fast on android irc? :P === hello24 is now known as zomgrofler === JoFo_ is now known as JoFo [07:19] anyone here having the same problem with lucid in a container? bug: https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/722783 as well as https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/632764 upon reboot I think it won't be able to ifup the network interfaces [07:19] Ubuntu bug 722783 in ifupdown (Ubuntu) "Upstart scripts broken for status command" [Undecided,New] [07:19] Ubuntu bug 632764 in ifupdown (Ubuntu) "LXC containers stop working with the newest version of the package" [Medium,Triaged] [07:19] Ihave read https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/493296 and /usr/share/doc/mountall.changelog.gz . I still do not know what configuration file determines when will Ubuntu delete the files in /tmp/ . [07:19] Ubuntu bug 478392 in mountall (Ubuntu) "duplicate for #493296 /tmp is not cleaned when on a separate partition" [Medium,Confirmed] [07:21] How do I remove leftovers from packages? [07:21] rc linux-image-2.6.38-8-generic 2.6.38-8.42 Linux kernel image for version 2.6.38 on x86/x86_64 [07:23] ujjain: What is a "leftover from a package"? [07:24] bullgard4: rc.d files etc, data files that are leftover after running apt-get remove, clean, purge, it's still listed in dpkg -l [07:24] sudo aptitude purge ~c [07:25] found it :) that's a lot of leftovers [07:25] ujjain: I believe that there is no general algorthm to do that. Yu need your personal judgement and need to clean by hand. [07:26] bullgard4: sudo aptitude purge ~c [07:27] ubottu [07:28] ujjain: First you said that there are files left over from purge and secondly you recommend 'sudo aptitude purge ~c'. You are contradicting yourself. [07:28] bullgard4: sudo apt-get purge does not remove the files that purge ~c removes. [07:28] ubottu are you there [07:28] kasii: I am only a bot, please don't think I'm intelligent :) [07:28] sudo apt-get purge still leaves leftovers. [07:29] so [07:29] we can proceed [07:29] ubottu am run ubuntu 11.04 [07:29] kasii: I am only a bot, please don't think I'm intelligent :) [07:29] so [07:29] can u help me [07:30] ujjain: I agree with you that "sudo apt-get purge does not remove the files that purge ~c removes". [07:30] hello all, is there a ubuntu version which natively supports multiseat? [07:30] hi guyd [07:31] hi guys^m^ [07:34] Hello. I am looking for a ubuntu distribution for EEEPC. It must be lightweight and not too taxing on resources. [07:34] Pathos: lubuntu [07:34] Pathos: running fine on eeepc 901 [07:34] Pathos EasyPeasy [07:36] Pathos: the ubuntu netbook remix is going to be the one that is best supported. [07:36] ohzie: not true [07:36] Pathos: I've heard Easypeasy is easier on resources but I can't really support that opinion. === fishwithapipe is now known as f|shy [07:37] ohzie: netbook remix is no longer supported in newer versions [07:37] iceroot: I didn't think the ubuntu channel would help people with ubuntu 'based' OSs [07:37] iceroot: My mistake! [07:37] ohzie: lubuntu is official supported [07:37] Pathos: Easypeasy or lubuntu then, IMO. I prefer Easypeasy's interface, though. [07:37] iceroot: oh my [07:38] ohzie: its the normal ubuntu without unity but with lxde [07:38] Hello, what's better, a VPN connection to my home, and then remote desktop? Or directly remote desktop to my home? [07:38] iceroot: I have the, uh, I think it's 10.04 netbook remix? On an acer aspire [07:38] lololol: vpn [07:39] ohzie: correct, the last version with netbook-remix [07:39] ohzie: whY? [07:39] lololol: remote-desktop is not encrypted if i am correct [07:39] Hmm [07:39] lololol: Because the idea of exposing VNC or microsoft's RDP protocol to the internet directly makes me vomit [07:39] yes i have a 900 model [07:39] lololol: and it should make you vomit too [07:39] Can you give me tips on how I have to setup this setup? [07:39] do they boot from usb? [07:40] Pathos: yes [07:40] lololol: i will said ssh tunnel and remote-desktop easilest yet secure . [07:40] lololol: Personally I don't use vpn at home, only at work. When I go into my home computer I SSH in and map port redirects. It's very simple to set up ssh tunnels with a little app called 'gstm' [07:40] lololol: sudo aptitude install gstm [07:41] lololol: If I had to use my home machines more from work, I'd probably use openvpn [07:41] ohzie: aptitude is no longer installed by default, so use apt-get on newer versions [07:41] but because my use is limited to a few times a week, I find ssh tunnels to be more convenient [07:41] I have windows pc at school, and I want to use remote desktop to control my home pc (ubuntu) [07:41] iceroot: Weird [07:41] lololol: Oh, [07:41] lololol: Well. [07:41] lololol: you mean rdesktop? or do you mean vnc? rdesktop = terminal server [07:42] I dont know [07:42] lololol: http://oldsite.precedence.co.uk/nc/putty.html and then VNC into your ubuntu machine. [07:42] I just want to control my desktop so I have the files i'm working on always with me [07:42] lololol: that is what I would do [07:42] lololol: then you want vnc or ssh [07:42] lololol: OR you could totally use nomachine [07:42] Yes, but how to setup the VPN part? [07:42] lololol: rdesktop is something different [07:42] lololol: that's the link I sent you [07:43] !vpn | lololol [07:43] lololol: For more information on vpn please refer to https://wiki.ubuntu.com/VPN [07:43] lololol: if you just need files ~ just ssh will be fine ~ sshfs for win >> http://dokan-dev.net/en/download/ [07:44] lololol, another possibility is teamviewer... I've used it to control my desktop from school and it works fine for me :) [07:44] Snicksie: I dont want a 3th party company viewing my screen [07:45] I have to install Dokan right? wildbat [07:45] hi im trying to boot ubuntu but grub says my system32 folder is causing an error 17 - we moved it to the mbr after someone on stickam told me to [07:45] in that case you need vnc or stuff like that. Most likely you need to do extra configuration with your router, you'll probably need to open an extra port for that... [07:45] jason_enns: don't use stickam for tech support ever [07:45] lololol: that's correct. [07:46] wildbat: no permissions to install [07:46] ohzie: why not? [07:46] lololol: winscp then ~ you can't use the files as if mounted thou ~. [07:47] fuck the whole lot o yous [07:47] hi [07:47] I can't help but feel mildly amused by that exchange. :| [07:47] jason_enns used ragequit [07:47] lololol: it was super effective! [07:47] his ragequit? [07:47] :P [07:48] lololol: It was a bad joke [07:48] I just need a system where I can use Ubuntu at school. [07:49] can i use dhcp for dyn dns with 11.04 ? i remember there was a package in 10.04 ..... [07:49] I just need a system where I can use Ubuntu at school, without having to transfer the files every time over USB. I thought VPN connection & vnc is a good way to do this. [07:50] lololol set up a ftp server in your home lol [07:50] lololol: can you nstall a vpn client at school? [07:50] lololol: I'm officially suggesting NOMX [07:50] lololol: + vnc client [07:50] !nomx [07:50] !nomachine [07:50] !freenx [07:50] FreeNX is advanced remote desktop technology. For more information and install instructions, see https://help.ubuntu.com/community/FreeNX [07:50] HA [07:50] iceroot: can't install [07:50] lololol: That [07:50] lololol: oh you can't install anything on the windows machine? [07:50] lololol: ssh have SfTP subsystem ~ that's all you need. [07:50] nope, I dont have permissions for it ohzie [07:51] the system administrator recommended me VPN [07:51] wildbat: what do you mean? [07:51] lololol: what is already installed? Do you have putty or winscp or filezilla? [07:51] lololol: or even coffeecupftp? [07:51] Putty and Filezilla do work portable [07:51] hei [07:51] lololol: there you go, you can use putty to create an ssh tunnel [07:52] lololol: the ssh tunnel will allow you the use of VNC [07:52] Hmm [07:52] How then? [07:52] !VNC | lololol [07:52] noone listen to me [07:52] lololol: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [07:52] lololol: That was the link I sent you previously. [07:52] Ah [07:52] lololol: specifically the one labeled "using putty to create a windows ssh tunnel in ten minutes or less" [07:52] rek : ftp is history ~ why FTP where you have SFTP with SSH ?? [07:53] it'scool [07:53] wildbat: I've still found uses for ftpes from time to time [07:53] Can I assign a subdomain to my home ip? [07:54] lololol: I'd recommend dyndns [07:54] ohzie: insecure :) [07:54] wildbat: FTP over explicit ssl? [07:54] wildbat: I don't know if I'd use the word insecure to describe it. [07:54] ohzie: as far as i know they can view all traffic [07:55] the answer was ddclient.... [07:55] ohzie: :) peace.~ [07:55] lololol: I haven't yet heard of an ISP that blocked SSH or dyndns [07:55] ohzie: no, i mean dyndns [07:56] lololol: I don't understand, restate your concern [07:56] I want something easy to connect to. So that I can map my home ip to a subdomain of my domain. [07:56] lololol: oh, let me get this straight: Your concern is that if you use dyndns they will see your traffic? [07:57] Yes [07:57] lololol: Dyndns will not see your traffic. Your home ISP and your school will see your traffic. It will look like normal encrypted ssh traffic. [07:58] So my school will see my traffic, my school's ISP, my home's ISP and my home? [07:58] lololol: your school and your isp do not have the computing power necessary to read your traffic [07:58] lololol: they will see ssh data [07:58] all encrypted [07:58] Isn't when you lead it to dyndns slower? [07:58] lololol: they won't see what the tunnel is transporting, only that there is a tunnel [07:58] lololol: no [07:59] lololol: dyndns is merely a way of pointing at a thing, it does not affect that thing. [07:59] i am back === king is now known as Guest76459 [08:00] .... [08:00] But can I use a subdomain to my home domain? [08:00] lololol: if you have a static ip address, yes [08:00] Changes each year [08:00] How? :P [08:00] lololol: For simplicity, I would suggest dyndns. That is just me. When it comes down to it, it doesn't matter what you use for dns. [08:01] lololol: that's won't be working ~ unless you have a public NS ~ point to your home. [08:01] Won't the dydns be updated using a client? [08:01] ActionParsnip: Yes, that's why I've suggest dyndns to him [08:01] "For example, to access the NetManager's web pages you would enter 'localhost:80'" [08:01] ActionParsnip: It's pretty much the best thing ever when it comes to not having to remember your home ip address every time it changes. [08:01] Guest76459: welcome back .... XD [08:01] Ehm, I want to let the traffic go over port 80 or port 443/433, is this possible? [08:02] anybody to hep me drivers for tv tuner USB [08:02] * ActionParsnip uses no-ip.com with noip2 client on his server [08:02] ohzie: ^ [08:02] hi alll [08:02] ActionParsnip: I think no-ip is the best dyndns out there at the moment [08:02] i need a help [08:02] ohzie: does the job ;-) [08:02] for tv tuner drivers [08:03] tv tuner drivers [08:03] somicuthbert: wassup? [08:03] fine [08:03] how do you do? [08:03] somicuthbert: tired. You? [08:03] somicuthbert: the best way I've found of locating drivers is googling "ubuntu driver modelname of thing" [08:03] for what [08:03] ohzie: the link you send me, is about the client or the server? [08:04] lololol: the client, the server is easy to setup [08:04] !ssh | lololol [08:04] lololol: 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) [08:04] made you tired [08:04] lololol: Enable ssh on your home computer, make sure it's accessible from the outside but locked down correctly. [08:04] somicuthbert: what do you need to know of tuners? === dracmas is now known as dracmas_away [08:04] poop [08:04] lololol: disable root on ssh, use a reasonable password, simple stuff [08:05] driver actionparsnip [08:05] somicuthbert: 12 hour shifts make you tired [08:05] ActionParsnip: goodluck, I'm going to sleep! [08:05] ohize root don't have password by default :> [08:05] I have installed "Samba" with default gui using software manager. Why it didn't even started and there's no /etc/init.d/samba script? [08:05] it's 11.04, amd64 platform [08:05] somicuthbert: ok how does the device connect to your system? [08:05] wildbat: Sometimes people who don't know any better passwd root. [08:05] So for the client (school) I have to use this guide: http://oldsite.precedence.co.uk/nc/putty.html but what do i have to do on the server (at home) ohzie ? [08:05] wildbat: Always expect people to do something stupid [08:05] through usb [08:06] *especially* in tech support. [08:06] ksx4system: sudo service smbd start [08:06] USB [08:07] actionparsnip is through USB [08:07] lololol: ~read~ the links~ you have asked too much but yet read nothing we have given to you . [08:07] somicuthbert: ok, run: lsusb one line will identify the chip [08:07] damnit [08:07] HOW CAUSE AM NEW IN UBUNTU [08:07] ActionParsnip: "start: Job is already running: smbd" but I still can't connect from winshit xp thing [08:08] <__MAX> stop windows firewall and check [08:08] somicuthbert: copy from the 8 character hex id to the end of the line and use websearches to find guides using the text [08:08] __MAX: there's no firewall since I run hardware one between the Internet and my LAN [08:09] ksx4system: then its running... [08:09] wildbat: i read the links, but i dont understand them all [08:09] ActionParsnip: but winshit keeps asking for user/password (it ignores correct ones) [08:09] somicuthbert: its a terminal command. You can launch one from dash [08:09] it used to work flawlessly on openSUSE, I can't make it work on Ubuntu :( [08:10] it is written S/N: V 00049263 [08:10] ksx4system: run: sudo smbpasswd -a $USER [08:10] <__MAX> ad ur username and password to smb user profile [08:10] OKAY I HAVE A TERMINAL [08:10] ksx4system: Samba has global and per-share security settings. Make sure they're not over-riding each other. [08:10] <__MAX> windows user to SMB user profile [08:10] lololol: https://help.ubuntu.com/10.10/serverguide/C/openssh-server.html , just one command you are SET for ssh access. [08:11] ksx4system: you can now authenticate as $USER with the pass you set [08:11] ActionParsnip: thanks, it works :) [08:11] somicuthbert: kill the caps please. Its really unnecessary [08:11] do you get the number actionparsnip [08:11] ksx4system: np man [08:12] okay ready [08:12] kill the caps [08:12] somicuthbert: that's not an ID. Run: lsusb and use the ID [08:13] i have type the lsusb and give me the page [08:13] somicuthbert: copy the line and use it in a websearch [08:15] may be i can show you via paste bin how it look like [08:15] i mean the page [08:15] Sure [08:16] Ok, to make it clear: For the client (school) I have to use this guide: http://oldsite.precedence.co.uk/nc/putty.html and at the server (at home) this: https://help.ubuntu.com/10.10/serverguide/C/openssh-server.html [08:16] actionparsnip do yo get me [08:16] Can you also add the output of: lsb_release -a [08:17] you me to type that command to the terminal [08:17] somicuthbert: make a pastebin of both outputs and paste the link here [08:17] that lsb_release-a [08:17] Sonderblade: yes, that and: lsusb [08:17] ohzie: ^ [08:18] lololol: what [08:18] ohzie: Ok, to make it clear: For the client (school) I have to use this guide: http://oldsite.precedence.co.uk/nc/putty.html and at the server (at home) this: https://help.ubuntu.com/10.10/serverguide/C/openssh-server.html [08:18] lololol: When you don't tag my name in a post, I will not see it unless I'm watching the channel [08:18] lololol: yes [08:18] :) [08:18] lololol: you have to do three things [08:18] Thanks [08:18] ohzie: 1) Setup the client (putty), 2) setup the openssh server at my home 3) ?? [08:18] Hello. What tool can I use to "rsync" two large block devices. Is there something that works by comparing hashes definable sized blocks? [08:19] lololol: 1)Enable ssh. 2)Learn how to create a tunnel with putty. 3)Learn how to connect to your server with vnc through that tunnel. [08:19] actionparsnip am asking that lsusb_release-a is it a command [08:19] to be type to the terminal [08:19] ohzie: when you connect to ubuntu server with putty to administrate, part 1 and 2 are done, right? [08:20] vlt: rsync will compare blocks of the data, but I don't think any application will compare filesystem chunks with that algorithm. [08:20] vlt: One simple move could jack up the entire filesystem, it would be inefficient and scary [08:20] vlt: I'm not trying to be insulting, just explain why it probably doesn't exist [08:20] lololol: No [08:20] lololol: simply connecting will not grant you an ssh tunnel [08:21] lololol: for that you must use putty to create a tunnel, not merely open an ssh connection [08:21] lololol: VNC for the desktop screen. for file transfer you want like firezillia or other SFTP client. [08:21] how do i password protect my hardrive so that you need to enter a password to view it, every time? [08:21] Clerisy: Truecrypt. [08:21] Clerisy: Truecrypt is bestcrypt. [08:22] one moment ohzie [08:22] wildbat: i maybe dont need file transer [08:22] !encrypt [08:22] For information on setting up encrypted private directories (8.10+) see https://help.ubuntu.com/community/EncryptedPrivateDirectory [08:23] i recommend cryptsetup [08:23] I need to watch digital tv both in the dvb/t and atsc formats. Does the compatibility depend of the TV card I use or the media player I choose? [08:23] actionparsnip take the link for paste bin to see how the command lsusb output [08:23] http://pastebin.com/u5x6WG8Jhttp://pastebin.com/u5x6WG8J [08:23] ohzie: how to setup the VNC part? [08:23] preferrably with dm-crypt on bootup [08:23] lololol: brb pants [08:23] Hi [08:24] I need some help with running Eclipse on Ubuntu 11.04 -- I am trying to create a new Java project using the menu, but after I click the finish button nothing happens, no file appears for editing, nothing. How can I fix this ? [08:24] try this: sudo apt-get install default-jre [08:27] sh00p: I have tried installing that package with aptitude. This is what I get: "No packages will be installed, upgraded, or removed." [08:27] lololol: Okay so basically, the tunnel will make is so that you point vnc at your local machine, at school, and putty will forward it through the tunnel, out of your server, at home, and to whatever machine you're connecting to. [08:27] if you have the jre installed, you should be fine [08:27] ecstoian: that indicates the package is already installed or doesn't exist [08:27] ecstoian: most likely the first option [08:28] did you install eclipse through apt or their package? [08:28] ohzie: yeah, I have an A in front of it. [08:28] sh00p: aptitude [08:28] screw that, download form their site instead [08:28] ohzie: Ah, so on the server: https://help.ubuntu.com/10.10/serverguide/C/openssh-server.html and OpenVNC server. On the client: http://oldsite.precedence.co.uk/nc/putty.html [08:29] lololol: We can point you in the right direction, but from now on you're really just going to have to read until you understand it. [08:29] ohzie: What file system? I want to sync two block devices? [08:29] sh00p: oh well, that doesn't appear very elegant to me [08:30] well, its your funeral [08:32] hi [08:34] what is a default vga driver for X/ubuntu? [08:34] my computer does not boot graphically, weird screen, non-responsive [08:35] i am chinese [08:35] my english not [08:35] sour bout that communist regime? [08:36] !cn | king_ [08:36] king_: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [08:36] king_: i am dutch [08:36] sh00p: stop that sort of thing [08:37] ok sorry [08:37] ..... [08:37] dutch [08:37] far from here [08:38] Hi, i run ubuntu 64bits 10.10... I think about upgrade it to 11.04 but i would like to keep Gnome --> use gnome 3... is gnome 3 install with the upgrade? is it buggy? [08:38] * szal doesn't see what it matters what nationality ppl are in here [08:38] in fact what do you think? [08:38] !gnome3 | xro [08:38] xro: Gnome 3 is not currently supported on Ubuntu. A PPA for natty is available at https://launchpad.net/~gnome3-team/+archive/gnome3 but these packages are EXPERIMENTAL and UNSTABLE, will break Unity and possibly other parts of your system, and cannot be downgraded safely. [08:38] xro: Gnome 2 is still present in 11.04 [08:38] i go #ubuntu-cn bye bye [08:39] So, Ubuntu will support gnome 3 in the futur? [08:39] xro: gnome3 comes in on 11.10 - however it will not use gnome 3 shell, it will use the unity shell [08:40] ikonia, i think that will be a source a bug, no? [08:40] xro: pardon ? [08:41] i'm using ubuntu server on a machine that is acting as a gateway, and other machines on the network can access the outside; however, when ssh'd in, i cannot reach the outside. anybody know what is wrong? [08:41] super_guest: can you give us an example of the issue, eg: what are you trying to do that's failing [08:41] ikonia, having gnome 3 and unity shell... Do you think that will work? (i mean without any bugs) [08:42] ikonia: accessing the internet from the gateway [08:42] specifically from the gateway; other machines on my network can call out successfully [08:42] xro: it does work, the level of bugs on it will be known at release time [08:42] super_guest: define accesing the internet, what are you doing that you call accessing the internet from the gateway [08:43] lets say [08:43] pinging google [08:43] ikonia, ok, i'll wait the 11.10 to upgrade... i don't really like unity.. thanks for your time [08:43] super_guest: ok, so show me the command you use to do that [08:43] xro: unity will be in 11.10 [08:43] ping google.com [08:43] xro: if you use 11.10 you will be using unity [08:43] super_guest: and what is the error you get back [08:44] there is no error [08:44] it simply times out [08:44] super_guest: that's the error then, request timed out [08:44] super_guest: (I assume that's what you're getting on screen) ? [08:44] sure [08:45] super_guest: ok, so if you do "nslookup google.com" do you get a response ? [08:46] it's ok, ikonia, i fixed it myself [08:46] ok [08:48] sh00p: I have tried installing Eclipse 3.7 from its official site, but I still face the same issue as with the one I installed using aptitude. [08:49] padevchooser was removed from oneiric. What's now the preferred way to stream to a remote pulseaudio server? [08:50] and especially: how should I configure it... It's kinda sad... padevchooser just showed nice popups and let me switch within seconds... [08:51] test [08:51] treffer, #ubuntu+1 for oneiric please [08:51] bazhang: thx, didn't know that :-) [08:52] ls [08:53] Does anyone here know if there is any need to install other packages with aptitude besides the "eclipse" package in order to be able to use it properly for java programming ? [08:54] ecstoian: eclipse is the ide, it will pull in anything it depends on to wkr [08:54] work [08:55] ecstoian, http://pastebin.com/3aGJKKfY [08:55] ikonia: I see; I just don't understand why it refuses to create a project for me, after I press the Finish button in the New Java Project wizard. Have you got any idea ? [08:55] this is how i usually do it === gloscon is now known as darshi [08:55] ecstoian: is it erroring ? [08:55] its a foul paste from one of our wikis [08:56] but you'll be able to parse it [08:56] ecstoian: I'd suggest using the packages in the repos rather than what sh00p is suggesting [08:56] ecstoian: that way you keep ubuntu supported packages and base components in check [08:57] ikonia: no, I don't get any erros, it just doesn't create anything besides the empty src and bin directories [08:58] sh00p: thank you, I followed similar steps [08:58] hi, i need help, i'll pay 4 it with PayPal. [08:58] ecstoian: suggests to me you're just not using it right [08:58] JohnyMnemnic: just explain the problem and we'll help if we can, you don't need to pay [09:01] ikonia: are you using Eclipse also ? [09:02] ecstoian: no. [09:02] ikonia: okay [09:02] sorry, but i think that must sm1 check it itself. Ive got a tunnel that connects irc client with java webchat. Tunnel is in Perl. I cant get it 2 work. [09:03] JohnyMnemnic: I have no idea what you've just asked, could you try again to explain the issue [09:04] Hi everyone, I installed the beta ubuntu 11.10 and I have a problem with the terminal, it doesn't appear when I launch it... It's like a completely transparent window. I can tip on it, click and stuff, but I can't see anything except for the mac-like bare unity is using for everything now on the top left corner... can someone help me ? [09:04] Galerien: 11.10 discussion is in the channel #ubuntu+! [09:04] #ubuntu+1 sorry [09:05] ikonia: ok thanks [09:06] sh00p: I downloaded the Eclipse Classic. Should have downloaded the Eclipse IDE for Java Developers instead ? [09:06] it shouldnt really matter [09:06] i have a Perl 'script' that doesn't work. Itself its OK. Looks like Perl dependencies or something like this are f*cked up. [09:07] but yeah, why not, gonna save you some time if youre gonna code java [09:07] JohnyMnemnic, no cursing here [09:07] JohnyMnemnic: where did you get the perl script ? [09:07] sh00p: I'm thinking of using vim instead :-) [09:07] http://i.imgur.com/1XoDF.jpg [09:08] vim's amazing autocompletion renders eclipse useless [09:08] all gurus knows this [09:08] autocompletion ? :)) [09:08] ive bought it [09:08] dik, dont spam here === king is now known as Guest18212 [09:09] hi [09:09] yeah i was joking :D [09:09] what do people use on ubuntu to make media center? [09:09] xbmc [09:11] sh00p: xmbc is not in archive [09:11] at least 'apt-cache search xmbc' does not return anything [09:11] hello [09:11] download it manually [09:11] its the best thing since sliced bread [09:12] hrw: MythTV I suppose, there's even a Mythbuntu [09:12] i just installed xchat and totally new. i feel lost as what to do or how to use it. [09:12] paul_, whats the issue; also there is #xchat [09:12] geirha: mythtv is more for dvb and for that I already have PVR [09:13] hi [09:13] i don't have any issues yet. just saying i'm new. though i do have a general question, is there a panel for list of users in chatroom? [09:13] Anyone know why when creating rar that it include the whole directory like /home/$user/.../ and not only the directory i specify [09:13] amule suport spanish? [09:13] in ubuntu-es no support me [09:14] Melior: Provide it the relative path instead of an absolute path, using cd first to get to the parent dir. [09:14] ¿? [09:14] is there an australia ubuntu chatroom? [09:15] geirha: Yes that is a solution, but then the rar is creating in the wrong directory [09:15] paul_, #ubuntu-au ? [09:15] . -ep Exclude paths from names. [09:15] . -ep1 Exclude base dir from names. [09:15] . -ep2 Expand paths to full. Store full file paths (except a drive let- [09:15] ter and leading path separator) when archiving. [09:15] Melior: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [09:15] could one of these be used? [09:15] ok.. how do i switch to that channel? i'm using xchat. [09:15] Melior: The rar file doesn't have to be in the same dir [09:15] paul_, /join #channelname [09:16] ah.. ty. [09:16] need help please [09:16] paul_, or right click ----> #ubuntu-au [09:16] geirha: i don't see where the argument for location of rar is? [09:16] need support for amule in ubuntu [09:16] sh00p: do you know of any other good IDE/editor for Java on Linux, besides NetBeans ? [09:16] antonio_, support with amule for what [09:16] Melior: Instead of foo.rar, /some/path/foo.rar [09:17] geirha: ah thx [09:17] not really ecstoian, eclipse is just too awesome to use anything else [09:17] problems for fireguard [09:17] sh00p: O, how I wish it worked ! [09:17] hi [09:17] antonio_, what is fireguard [09:17] ecstoian, have you purged the installation you made from apt? [09:18] any one need chating ? [09:18] which is not [09:18] sh00p: I used the software manager to remove it [09:18] maybe you dont have rw rights in the directory where eclipse wants to put its project files [09:18] ecstoian: I've tried netbeans and eclipse for java-development, but I always fall back to vim. [09:18] alwaleed, this is ubuntu support [09:18] try running it as root [09:18] I have the yellow arrows and getting behind the firewall [09:18] plz i want the best player openning hd movie [09:19] vlc player [09:19] antonio_, try the amule support forums I suppose, or their documents [09:19] Hi, I just installed 11.04 on crappy old hardware and checked auto-login... Unfortunately the GUI is too borked to change anything at all... Anyone have instructions on changing the session to classic (by default) from cli? [09:19] alwaleed, no best, try them and decide [09:19] !players | alwaleed [09:19] alwaleed: Audio (Ogg, MP3...) players: Audacious, Banshee, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based). Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs [09:19] its not good for big files :) [09:20] I and my language searched google and found nothing, not [09:20] hi, howdo I make irssi always log to a log file, for all windows into a date labeled filename ? [09:20] thanks for all ire to the page of amule [09:21] alwaleed, try some others then like mplayer [09:22] ikonia: ive got it from pay site. [09:22] M1N1Me: I'd ask that in #irssi [09:25] sh00p: when I try to open a class with Project Explorer, the Project Explorer just closes and nothing happens -- this happens both in the Ubuntu Eclipse, as in the one from eclipse.org [09:25] ok, Thanks =) [09:26] Nobody on changing session to classic from cli (can't do it from the gui, since it auto logs on, can't log off... and the gui tools aren't visible either) [09:26] sh00p: I tried running the Ubuntu Eclipse with root, same issue. [09:26] it is really weird [09:27] ecstoian: don't open classes, open projects :) [09:28] ecolitan, weird indeed, i dont know how to help you tbh [09:28] do as metabill says [09:28] hellp [09:28] hello [09:30] http://askubuntu.com/questions/37131/how-to-make-gnome-classic-the-default-desktop-using-command-line-tools freakynl [09:30] metabill: but I cannot create any project. It just creates its src and bin directories, and that's all it does. [09:30] ecstoian: that's all there should be in a new project, right? [09:31] bazhang: thanks :) [09:33] hi all Q). i just did a fresh 10.04.3 Ubuntu installation and after applying updates and reboot'ing i am unable to login, any clues? [09:34] username and password are correct but the login manager does'nt display a desktop just its self again ? === Nicolus is now known as c_nick [09:35] the install is a dual boot with xp and installed into one partition sda2 with no swap and an ext2 filesystem [09:35] guest1987: Hard to say. On the login screen choose the fail-safe session. [09:36] geirha, How ? [09:38] hi [09:38] Im a little unhappy with hom much space apt takes unde /var/cache/apt [09:38] Im wondering if I can have apt run more economically on space [09:39] hroi: Then, tweak /etc/cron.daily/apt ? [09:39] jpds: ah, ok... [09:39] hello everybody! i'm having troubles with booting ubuntu from a usb drive on my macbook. is there anybody who can help me? [09:39] guest1987: Once you've selected/written your username, some options should appear at the bottom [09:40] hroi: And /etc/apt/apt.conf.d/20archive [09:40] geirha, for lang not session, ? [09:41] jpds: ok, ehm presumably I need to run /etc/cron.daily/apt more often than daily? [09:41] hroi: Actually, don't change the cron script, just change the variable in apt.conf.d as the header suggests. [09:41] however, i cant think how apt can be doing anything when and taking up more space, when I am not running it daily [09:41] guest1987: Hm. Odd. I get options for language, keyboard and session. [09:41] jpds: ok, [09:42] jpds: what are the disadvantages to doing this? [09:42] hroi: None that I can think of? [09:43] http://superuser.com/questions/137638/how-can-i-boot-ubuntu-10-04-on-my-macbook-pro-from-a-usb-hard-drive frozenthrone this? [09:44] hroi: If you just want to purge the packages, do: sudo apt-get clean. [09:44] geirha, im in under a VT [alt+fN] so account works, and a dmesg show a message about /home/user/.profile [09:44] networkmanager unable to connect untill reboot http://pastebin.com/NgNKbxWn , any suggestions [09:45] jpds: I think just for now, yes, somehow remove all excess waist lying around [09:45] guest1987: What does it say about .profile? [09:46] jpds: apt-get clean removes all downloaded packages right, doesnt remove anything I have isntalled? [09:46] gingbot, hi [09:46] bazhang: That's like the tenth invalid command I've gotten today. RTFM! [09:46] hroi: Exactly. [09:46] wow [09:46] gingbot: hi [09:46] ikonia: Bad syntax. BRB, gonna go nuke your home directory now. [09:46] that freed up a lot of space [09:47] type=1503 audit() operation="open" pid= parent= profile="Xsession" requested_mask="r::" fusid ouid= name=".profile" [09:47] jpds: I dont see the point in apt-get holding on to installed packages... [09:47] geirha, ^ nothing really its just an entry [09:47] jpds: can take up GB's of space, without ever being removed it seems [09:47] hroi: The cron script should delete them, depends on how your system is configured. [09:48] guest1987: Hm. tail ~/.xsession-errors see if that shows any useful error messages. [09:49] and cat show a standard .profile, im wondering if i should remove the .profile and .xsession-errors show a 34: cant open /home/user/.profile [09:49] lol was doing that [09:49] hey. I somewhat broke NetworkManager. I used it in the preinstalled gnome and then after a while switched to fluxbox and slim. At first NetworkManager connected to my wifi and the nm-applet still showed that I was offline and networking was disabled. Then i edited the files in /etc/dbus-1/system.d/ to allow all users in the group "netdev" the same stuff as root. Now I can see networks but still cannot connect or disconnect. As soon as I try I get an error in [09:49] the terminal I started nm-applet from, telling me I was not authorized to edit networking configuration [09:49] guest1987: Ok, sounds like the permissions on your homedir may be wrong. [09:49] networkmanager unable to connect untill reboot http://pastebin.com/NgNKbxWn , any suggestions . this happening regularly [09:49] geirha, i looks to be a session error with .profil [09:50] geirha, the file is set with -rw-r--r-- me:me [09:50] guest1987: And your homedir? ls -ld ~ [09:50] recon69_lap: I had that, too. Problem was wpa_supplicant crashing after suspend. Dunno if it's the same for you [09:50] jpds: actually Im running debian in this case - maybe they dont clean up their apt-get mess [09:51] drwxr-xr-x me:me [09:51] jpds: non-sensical I think [09:51] sven, my issue is in that line, but more than suppend seems to cause it [09:51] guest1987: Hm. That looks right. I don't see why it has problems reading .profile. [09:52] me neither im mv .profile and gdm restart, see you on the other side, lol [09:54] guest1987: You likely want a .profile. You can copy the default one from /etc/skel. cp /etc/skel/.profile ~/ [09:55] and whats with the java channel, requires invite [09:56] recon69_lap: ##java, not #java [09:56] recon69_lap: next time it does not work, check dmesg [09:56] hello there [09:57] what is the task of cron daemon ? [09:57] recon69_lap, recon69_lap requires registration not invite [09:57] recon69_lap: still, I do not know how to fix it. Killing the process didn't work for me so reboot is the only option to get wifi again [09:57] IdleOne: to run automated jobs from time to time [09:57] !cron | iuytfr [09:57] iuytfr: cron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto [09:57] !register > recon69_lap [09:57] recon69_lap, please see my private message [09:58] geirha, replacing with skel does the same, and removing displays more errors about perms? the only different is im using an ext2 fs rather than 4,3 and i use vm [09:58] brb [09:58] thx sven^, i'll add that to my list of things to look at and check it next time [09:58] guest1987: I'd boot the Ubuntu CD and do a filesystem check on you're system's / filesystem [09:59] well, on my pc cron daemon is pollute my pc [09:59] by sending mail every 1 hours [09:59] how to do stop polluting ? === recon69_lap is now known as recon69 [10:01] iuytfr: Well, stop the cron job you added? [10:01] iuytfr: You have to find out which cron-job is failing and either fix it or remove it [10:02] in which file i can find it ? [10:03] iuytfr: Well, what are the emails complaining about? [10:04] (ubuntu 11.04, noob) on a different installation, i had menus on the top of the screen (application with sub-menus for the categories and system menu). now i have a sidebar on auto-hide. how do i get to the menus? [10:04] uhm, could anyone tell me as which user nm-applet is running for him? [10:04] aaa, choose classic from login screen [10:05] I've bought a smallest VPS. Should i use 10.04LTS or 11.04? 32 or 64 bit? [10:05] i changed it so i no longer have login screen [10:05] sven^: for him? nm-applet should be run as your user [10:05] Does anyone know how to list exported shares on a remote server? [10:06] geirha: yeah, I thought so, too. I have big permission troubles after switching from gnome to fluxbox [10:06] lolmaus: 10.04LTS with 32-bit (if you have a small ammount of memory). [10:06] this is the subject of the mail : Cron if [ ! -d /var/lock/mrtg ]; then mkdir /var/lock/mrtg; fi; if [ -x /usr/bin/mrtg ] && [ -r /etc/mrtg.cfg ]; then env LANG=C /usr/bin/mrtg /etc/mrtg.cfg 2>&1 | tee -a /var/log/mrtg/mrtg.log ; fi [10:06] what are some known issues with 11.04 ? [10:07] and this is what it is in the body of the mail : ERROR: CFG Error in "workdir", line 8: Working directory /var/www/mrtg does not exist [10:07] compared to 10.x [10:07] pr0ton, check launchpad for bugs [10:07] jpds, thx [10:07] pollute with this kind of message every 6 min [10:07] !notes > pr0ton [10:07] pr0ton, please see my private message [10:07] iuytfr: Do you have any files in /etc/cron.hourly/ ? [10:07] i got thousand of mail [10:08] no [10:08] lolmaus: Up to you really, and your requirements. [10:09] iuytfr: there should be a user line in those mails. Does it say root? Or is there another user? [10:09] Does anyone know how to list exported shares on a remote nfs server? [10:09] root user [10:09] jpds, the combination you suggested was also the default on my vps wizard so i chose it. [10:09] iuytfr: then try crontab -e as root [10:10] iuytfr: You clearly broke your mrtg install if it can't find /var/www/mrtg . [10:10] iuytfr: See if either of these commands list it sudo crontab -l or cat /etc/crontab [10:10] what that command does ? [10:10] 123 boop [10:10] wms121: Sure. [10:11] ..anyone else with "issues"? [10:11] i got list of line with crontab -l [10:11] windows 8 ATE my laptop [10:11] wms121, ubuntu support here [10:12] lol, wms121 , got loads of issues, but sharing them online not one of them [10:14] Anyone here familiar with supervisord? I can't seem to get supervisor to start on boot. I see no errors in "/tmp/supervisord.log". My init.d script is executable and owned by the right user. [10:14] (ubuntu 11.04, noob) on a different installation, i had menus on the top of the screen (application with sub-menus for the categories and system menu). now i have a sidebar on auto-hide. how do i get to the menus? said to choose classic from the login screen, but i disabled it in some way. [10:14] anyone here with Nexenta experience? [10:14] I did update-rc.d supervisord defaults and I see the symlinks in "/etc/rc[1-6].d/S20supervisord". [10:15] Once the server starts I can do "/etc/init.d/supervisord start" and it works just fine. My other init scripts also work just fine. [10:15] wms121, check their support forums, this is ubuntu support not nexenta [10:15] bazhang are they on freenode? [10:16] !alis | wms121 check here too [10:16] wms121 check here too: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* [10:16] thanks guys [10:16] http://askubuntu.com/questions/37131/how-to-make-gnome-classic-the-default-desktop-using-command-line-tools aaa this may be relevant [10:18] thanks, , i'll give it a try [10:18] The fact that "/etc/init.d/supervisord start" works leads me to think it's an issue upstream in Ubuntu and not an issue specific to supervisord though. [10:19] does 64 bit ubuntu install have many issues over a 32bit install, can you install a 32bit version on a 64 bit pc, and would you want to. [10:20] Is there anything I can debug what's going on? [10:21] hi [10:22] !upstart | amccloud [10:22] amccloud: Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [10:22] hi micene :) [10:22] amccloud: use sudo service foo start instead of sudo /etc/init.d/foo start [10:22] i cannot make some dvds work ... i installed all the libs, vlc, etcc.. i use natty 11.4 ... thx [10:22] recon69: normally the only issue is flash [10:22] !dvd | micene [10:22] micene: Ubuntu's default installation and repositories do not include packages needed to play commercial DVDs for legal reasons. For information on adding them, see https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs | For information on the legalities involved, see the "DVD" section of https://help.ubuntu.com/community/FreeFormats [10:23] thanx === somicuthbert is now known as kayaman [10:25] iceroot: flash got problems in 64bit?, could I use the 32bit ubuntu on a 64bit system [10:25] hi [10:25] recon69: you mean if you can install ubuntu in 32bit on a 64bit cpu? [10:25] help please [10:25] iceroot: yes [10:25] recon69: flash got always problems [10:25] recon69: of course you can. how much ram? [10:26] i need a help [10:26] please help me [10:26] !ask | kayaman [10:26] kayaman: 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. :-) [10:26] okay icerooot [10:27] iceroot: not sure, it's only 2 or 3 gig, old 64bit 3mhz desktop getting reused as a private server. [10:28] i have my tv tuner usb how can i link it in my ubuntu 11.04 and see the televisions [10:28] icerooot read my post === Sonne is now known as Guest85772 [10:28] iceroot: also want it to work as a media center as well. === Guest85772 is now known as Sonne [10:29] hi i am new here , can someone tell me how i access to history or culture rooms? [10:29] or drivers for tv tuner usb [10:29] i heard IRC is good for promoting those stuff [10:29] kayaman: http://projects.gnome.org/totem/#dvb [10:29] Melgarath: this network focuses mainly on software... [10:29] melgarath we are not dealing with what you type [10:29] Melgarath: try #freenode [10:30] not here [10:30] #freenode [10:30] iceroot [10:30] kayaman: have you tried using kaffeine , is what i used when i had a tv tuner [10:30] where are you [10:30] kayaman: you know you can tab complete right? [10:30] grai[tab] -> graingert: [10:30] i dont know [10:30] me? [10:31] may be you can help me from the scratch [10:31] Melgarath: yes you go to #freenode [10:31] but... how [10:31] Melgarath: click #freenode if that doesn't work try /j #freenode if that doesn't work try /join #freenode [10:32] Melgarath: maybe '/join ##freenode' [10:32] ##freenode? [10:32] opps [10:32] my bad :-[ [10:32] ok but seems none is here? lol [10:32] recon69 kaffeine is a media player [10:33] kayaman: kaffeine is the best for tv - but if you don't want all the kde-deps use the totem system [10:33] recon69: i dont see a problem to use the amd64 version so you should use it [10:33] graingert help me [10:33] kayaman: please don't type peoples names out it's a waste of time [10:33] use tab complete [10:33] i dont know [10:33] that [10:34] kayaman: "didn't" you know it now [10:34] geirha, well it looks like im not alone! but the solution seams a bit harsh 324mb install! install gnome-desktop-environment, [10:34] can we have a private chat [10:34] no [10:34] kayaman: use "grai[tab]" to say my name [10:34] yes i dont know [10:34] you know now, kayaman [10:34] guest1987: Oh, you've somehow uninstalled gnome? That sure explains it. [10:35] but i ant lol [10:35] not up to now === dj is now known as Guest20181 [10:35] i did remove some packages that i didnt want from the ubuntu-desktop metapackage, but gnome is there, however i will have a play about, with this.. [10:36] greingert we can proceed in a new window [10:36] guest1987: I remember in earlier releases, which shipped with evolution by default, attempting to remove evolution, would drag gnome along with it [10:36] kayaman: great [10:36] kayaman: now what's your problem [10:36] graingert: Yes, because the clock-applet depends on evolution. [10:36] okay [10:36] guest1987: So it's probably something like that that has happened. [10:36] Err, geirha ↑ [10:36] kayaman: my name is not greingert [10:36] wait please [10:37] kayaman: PLEASE USE TAB COMPLETE [10:37] geirha, funny that, evolution was on my list of removals along with openoffice and most of th default ubuntu applications! [10:37] jpds: Hm? [10:37] somebody call me [10:37] kayaman: it's wasting your time and will give you RSI [10:37] but im back in now, [10:37] i wiil be back soon [10:37] what is RSI [10:37] jpds: Oh, right, yes it didn't take down all of gnome, I remembered it wrongly, but it did uninstall the panel among other things. [10:37] kayaman: you need to get people handles right or they are likely to miss you messages, using tab complete avoids typos [10:38] with loads of gnome stuff i did want nor use lol, still thanks, im going to have a play with this i thinks! [10:38] brb [10:38] kayaman: do you know what the TAB key is? [10:39] kayaman: http://en.wikipedia.org/wiki/Tab_key [10:39] greingert i will be back === graingert is now known as greingert [10:39] take ma contact on facebook [10:39] look for kayaman kaya [10:40] lol greingert, [10:40] recon69: I figured I might get his pings === greingert is now known as graingert [10:41] well, been fun as always, i'll be back with when i network crashes again. [10:42] iNetwork? [10:42] shoddy apple products [10:42] my* [10:42] oic [10:42] hello i back === king is now known as Guest7572 [10:43] 想你们了 [10:43] -- [10:45] say i miss you === jarek is now known as Guest20794 === miguel is now known as Guest39410 [10:47] you not say === Crypto is now known as Guest79386 [10:48] zbysiu [10:49] Guest7572, think? [10:49] is it possible that upgrading from 10.10 server "automagically" installed XEN and spontaneously configured GRUB to boot from a DOM0 that I haven't obviously configured (not being aware of it)? [10:56] hello. I have a dummy question - why after removing xorg.conf it's still trying to use emgd driver? I'm testing psb-gfx kernel driver for my poulsbo card, and moving xorg.conf doens't work [10:56] here's the log http://paste.ubuntu.com/690680/ thank you for any advices [10:57] Hi wondering if someone can assist; I am trying to create a .autorun file for a usb drive, although when I try autorun I get "Error autorunning software, cannot find the autorun program" ... Any one done this before? [11:01] morning all [11:01] anyone good with Make? [11:04] !make | Xero00 [11:04] Xero00: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first) [11:04] Xero00: also see "man make" [11:04] reading it now [11:05] iceroot we can proceed am back [11:05] was there ...still trying to umm "get it" i guess [11:05] iceroot am back [11:05] kayaman: and what was the issue? [11:06] the issue is am looking for drivers of my tv tuner [11:06] and now am run ubuntu 11.04 [11:06] kayaman: sorry i am not using a tv tuner [11:06] its interface is USB [11:06] Xero00: what is the reason you need make instead of apt-get install? [11:07] have to modify broadcom drivers [11:07] if you have also a concept for the linkage between pc and tv tuner [11:07] want to run an external adapter [11:07] it is independent from the external power source [11:08] Xero00: hm there was a channel for make but it wasnt called #make something like cutils or so [11:08] let me give its picture of how it looks like [11:08] it is a Cute! TV USB [11:09] someone was trying to use those yesterday, the Cute! TV card didn't appear to be supported [11:11] try look for this link and see how its picture is http://www.google.co.tz/imgres?imgurl=http://images.fuzing.com/members/1/08/00000108/133.300x300.jpg&imgrefurl=http://www.fuzing.com/vli/00000178b233/CuteTV-USB--Unique-WJPG-compression-technology&usg=__as8vp6Imt73pXuMNQJDVixqZerA=&h=245&w=300&sz=7&hl=en&start=5&zoom=0&itbs=1&tbnid=PUYDLsniJJLSGM:&tbnh=95&tbnw=116&prev=/search%3Fq%3Dcute%2Btv%2Busb%26hl%3Den%26sa%3DX%26biw%3D1366%26bih%3D652%26noj%3D1%26t [11:11] bm%3Disch%26prmd%3Dimvnsfd&ei=dS5zToPSIdGF-wa02-igDA [11:11] kayaman: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [11:11] kayaman: its a good idea to describe your ubuntu-releated issue in one line with usefull details [11:11] that above is a a link [11:12] kayaman: I don't think those devices worked under linux, I was talking to someone about this yesterday who was having a problem with one, when I looked the Linux support was pretty much non-existant [11:12] this is a better link of what they're talking about, at least i think: http://www.converters.tv/products/images/usb_tv_box_cute_tv_0_34.jpg [11:12] just open and see how it look like [11:12] its a USB TV tuner similar to ATI's USB WONDER tuner [11:12] but I've no experience with them [11:12] Hi wondering if someone can assist; I am trying to create a .autorun file for a usb drive, although when I try autorun I get "Error autorunning software, cannot find the autorun program" ... Any one done this before? [11:12] kayaman: it doesn't matter what the box looks like [11:12] its more elaboration in order to be understood easily [11:13] kayaman: you don't need to see a box to know if it's supported/works or not, it's a USB TV adaptor [11:13] okay ikonia [11:13] kayaman: but as I was saying, that person who was using these devices yesterday went through the chipsets they use and they didn't really have Linux support [11:14] thanks you know that am new in this IRC [11:15] so u mean linux does provide support for tv tuner [11:15] kayaman: for that make/model, it doesn't look like it [11:15] kayaman: the cute! tv devices I looked at yesterday where all not supported [11:16] because in my ubuntu 11.04 there is a application for running that device [11:16] how can I ensure that firefox call goes to /opt/firefox version? [11:16] kayaman: there was an application for running a Cute! TV device specfically, or just a TV device in general [11:16] cheche: "which firefox" [11:16] and it is called HD homeRun config GNU [11:17] root@recepcion:/opt# which firefox [11:17] /usr/bin/firefox [11:17] kayaman: that's not for Cute! TV devices specifically. [11:17] kayaman: did it work with your Cute! TV device ? [11:17] iceroot: that will tell me which one uses [11:17] cheche: dont use a root-shell! [11:17] cheche: which will tell you the path to a program [11:18] so which application can run my cute [11:18] dsevice [11:18] iceroot: ok. i know that is with update-.alternatives [11:18] kayaman: from my research yesterday, I don't believe it will work in Linux [11:18] kayaman: vlc and so on but the problem is the driver [11:18] okay how about for windows [11:18] kayaman: ##windows [11:19] kayaman: the guys in the channel called ##windows can help you with that [11:19] or which operating system can with [11:19] kayaman: ask the manufactor [11:20] i get from my friend and he didn't gave me a driver [11:20] followed the guide on compiling...still got errors [11:21] kayaman: well I (personally) don't believe it will work in Linux so I don't think it's something we can help you with in this channel [11:21] help me mr.iceroot for that matter cause it really cracking my head [11:21] so ikonia it means no help [11:22] you could maybe try NDIS [11:22] no, you can't [11:22] NDIS what is it? [11:23] jumped in the middle must have missed something [11:23] so linux discriminate devices [11:23] kayaman: ? [11:23] or what do you mean [11:23] kayaman: not linux but the manufactor [11:23] kayaman: look - some devices don't work under Linux, it's that simple [11:23] yes cheche [11:23] !hardware | kayaman [11:23] kayaman: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [11:24] ubotttu [11:24] what [11:24] ????/ [11:24] kayaman: what is the problem about what ubottu wrote? [11:25] kayaman: also you can use TAB for nick-completion [11:25] well...the wifi stick i'm using right now isnt supported... [11:25] now this other one i'm working on..... [11:25] Xero00: is he using a network card....... [11:26] i've got the driver built but can get it to compile to save my life [11:26] so nick connection [11:26] *can't [11:26] can it help me with tuner [11:26] Xero00: how can you have the driver built if you can't compile it ? [11:26] Xero00: compiling it is what builds it [11:26] kayaman: I don't believe your tuner will work with Linux [11:27] sources are done makefile is done [11:27] Xero00: sources are "done" ? [11:27] keep getting errors on the make [11:27] lets look about the linux supported devices [11:27] as in written [11:28] Xero00: you've written the source code for a network card driver ? [11:28] and they are valid [11:28] broadcom wrote the bulk of it ;p [11:28] switch isn't there [11:28] even router [11:29] kayaman: what are you talking about ? [11:29] so you meanthose are not supported [11:29] Xero00: so what have you dont to it ? [11:29] router is external [11:29] Xero00: what have you "done" to it sorry [11:29] even my card is external [11:29] nott internal [11:29] kayaman: your card is not supported [11:29] kayaman: internal/external - it doesn't matter, your device is not supported [11:29] added lines for support of this specific chipset and the kernel IO [11:30] Xero00: who told you to do that ? [11:30] <--- [11:30] ikonia am starting to doubt if what you tell me with my tuner [11:30] i want to make this one work lol [11:30] Xero00: so you just randomly added a line to the card driver [11:30] Xero00: do you actually know how the driver works ? [11:31] kayaman: fine - good luck getting it working [11:31] and i cant get tired of it [11:31] as in associations [11:31] kayaman: because it won't work with linux [11:31] or as in IO [11:31] Xero00: as in how that driver works and it it will technically be compatible with your card [11:31] or as in dependencies [11:32] yes [11:32] am i will suffer for until the destiny === wilson is now known as Guest13674 [11:32] pretty much the only difference in the driver is support for my kernel [11:32] Xero00:.......what ? [11:33] Xero00: apologies, I'm not understanding what you're actually saying [11:33] good morning === gloscon is now known as Darshi [11:33] Xero00: is the driver you want to use, compatible with your current kernel ? [11:33] the kernel has a schedule at which to poll the device [11:33] I have problem in flamerobin + firebird2.1 [11:33] Xero00: that's not what I asked [11:34] ..... [11:34] ok [11:34] I am trying to create a new database in a directory [11:34] broadcom has a linux driver [11:34] Xero00: is the driver you want to use compatible with your current ubuntu kernel ? [11:34] does openbox runs with compiz ? [11:34] again, not what I asked [11:34] drwxr-xr-x 3 firebird firebird 4096 2011-09-15 22:04 ByteSys [11:34] nos__, no [11:34] cause in ubuntu supported device tuner isn't there so what am i asking is i didn't see even a router or switch does this make sense that ubuntu doesnt support those device [11:34] no but neither is the one i'm running now ;p [11:34] Engine Code : 335544344 [11:34] Engine Message : [11:34] I/O error during "open O_CREAT" operation for file "/home/claudio/Projetos/ByteSys/Dados" [11:34] Error while trying to create file [11:34] Permission denied [11:34] claudio-tux: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [11:35] Xero00: ok - so why are you asking us for help, it's not supported with your current Ubuntu kernel, you're manually modifying it and it won't build....... [11:35] gentoo-intel, so how do you get transparent terminal ?> cairo-compmgr ? [11:35] nos__, yes [11:35] http://paste.ubuntu.com/690718/ [11:35] because i'm doing something wrong with make [11:35] Xero00: are you ? [11:35] Xero00: how do you know ? [11:35] i have to be [11:35] Xero00: no you don't [11:35] ikonia cause in ubuntu supported device tuner isn't there so what am i asking is i didn't see even a router or switch does this make sense that ubuntu doesnt support those device [11:35] error output [11:35] sec [11:35] Xero00: if the source code is incomaptible with the kernel version it's linked against, it won't build.....ever [11:36] Xero00: it's nothing to do with "make" [11:36] xerooo cause in ubuntu supported device tuner isn't there so what am i asking is i didn't see even a router or switch does this make sense that ubuntu doesnt support those device [11:36] help-me [11:36] gentoo-intel, yeah .. but the problems is tint2(panel) disappears after starting cairo ! [11:36] Xero00, i dont think youll get much help here with driver code [11:36] cause in ubuntu supported device tuner isn't there so what am i asking is i didn't see even a router or switch does this make sense that ubuntu doesnt support those device [11:36] kayaman: ubuntu is an OS - it doesn't care what type of router or switch you plug into it [11:36] nos__, no idea, maybe have tint2 run after its set? [11:37] yes if that even my tuner also shouldnt care of it [11:37] as long as you have the support for its encryption [11:37] kayaman: your tuner is not a router - it is a TV tuner, that requires a driver....that doesn't exist in ubuntu [11:37] the code is good [11:37] ikonia it willl ddetect automatically [11:37] trust me [11:37] hi guys! any idea of how enabling remote view from WAN? [11:37] gentoo-intel, or just in case, i think i can use a dock as a panel ...?!?! [11:37] Xero00: no - I don't because you don't sound like you have a clue what you're doing [11:37] maybe i just need to get some sleep [11:37] Xero00, then it should work... lol [11:37] I have been searching google and maybe I am not hitting with the correct keywords [11:38] thannks ikonia [11:38] Xero00: you've just said it's not supported with the current kernel.....and it won't build with the current kernel....shock horror [11:38] ok i'll explain this again [11:38] all solutions I found are from previous versions that didn't limit connections to LAN [11:38] nos__, yes you can use any dock (docky whatever) [11:38] hello [11:38] you're awfully militant ik [11:38] nos__, i use lxpanel with openbox, but i dont use transparency [11:38] before you've heard everything [11:39] Installing with make...Installing with install... [11:39] ========================= Installation results =========================== [11:39] install -D -m 755 wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/wl.ko [11:39] so ikonia when you plug a router or aswitch in ubuntu it will detect automatically is that what you mean [11:39] ... [11:39] Xero00: are you using ubuntu or backtrack ? [11:40] ;p [11:40] kayaman: a router / switch is a dumb device to the OS [11:40] Xero00: are you using ubuntu or backtrack ? [11:40] busted [11:40] BT5 [11:40] even my tuner is also a dumb [11:40] Xero00: right - this discussion stops now, you know you are doing wrong, so do not ask for help/discussion it again [11:40] Xero00, as main os? [11:41] kayaman: it is not [11:41] yes i know [11:41] yep [11:41] lol [11:41] hi guys, any suggestion of how to enable remote desktop view to accept WAN connections? [11:41] hi guys [11:41] king313: you mean over the internet? You would want to set up a ssh tunnel for that. [11:41] I know that you are the only one who gonna save me [11:41] doing wrong? [11:42] Xero00: asking in #ubuntu for backtrack helop [11:42] I have that issue with ethernet driver [11:42] Xero00, BT isnt supported, and its designed to be run as a livecd [11:42] ok i'll give ya that [11:42] ikonia but with the help of drivers can help to take off that dumb [11:42] dr_willis, is a solution... thanks [11:42] and I can't do nothing about it [11:42] it's annonying that there is no option to allow internet connections [11:42] kayaman: look, it's not supported, it won't work [11:42] actually is rock stable as a main OS [11:42] Xero00: take it to #backtrack-linux please, [11:43] Re: 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device [11:43] ikonia you are disappointing me [11:43] kaya === epzil0n is now known as Guest10086 [11:43] yes xerooooooo [11:43] i would suggest you take it to google [11:43] you are wasting your time here [11:43] google cant help me [11:43] Xero00, do you think its more secure of something? its an offensive tool [11:44] no [11:44] for that matter [11:44] sorry a lot of people get confused [11:44] actually its less secure imo [11:44] i know [11:44] but for the basic functions i need from it [11:44] gentoo-intel: please stop the backtrack conversation in here [11:44] Xero00: I won't ask you again [11:44] xeroo can we talk direct on skype [11:45] xeroooo can we talk dierct on skype [11:45] answer me a question though ikon [11:46] why wouldnt ndis work for kay? [11:46] Xero00: because it's not a network card he's using - it's a TV card [11:46] xerooooo which one [11:46] doh [11:47] ikonia yes it is a tv tuner [11:47] its interface is via USB [11:47] guys I got a situation here, I installed ubuntu, but the eth is not detected,I got this message when I run lspci "Re: 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device" [11:47] http://www.converters.tv/products/images/usb_tv_box_cute_tv_0_34.jpg [11:48] I can't connect to the internet what so ever, so any suggestions? [11:49] pyghassen, you need to manually install the driver [11:50] from what google tells me its not built in === somicuthbert is now known as kayaman [11:51] I never did that before, or I never succeeded to do it, I must doing something wrong gentoo-intel [11:51] ikonia why do you kick me [11:51] its not good behaviour [11:51] pyghassen, with that same network card? [11:51] Hey there, can anyone help me with my computer being unable to boot windows nor ubuntu 11.04, I am guessing my MBR doesn't work. [11:51] Selassie, what does it say? [11:52] It says: Ubuntu [11:52] gentoo-intel: let me ask you 1st, do I really need build-essential to do so? [11:52] i think so yes [11:52] Hi wondering if someone can assist; I am trying to create a .autorun file for a usb drive, although when I try autorun I get "Error autorunning software, cannot find the autorun program" ... Any one done this before? [11:52] And when I try to boot up Ubuntu, I get an error. [11:52] sorry got to go [11:52] * nos__ test [11:53] gentoo-intel: so lxpanel does provide transparency ? [11:53] gentoo-intel: unfortunately it's not pre-installed, and as I said, I can't connect to internet with it [11:54] pyghassen, is it wireless ? [11:55] no it's eth, it kinda blocking issue for a desktop nos__ === chirag is now known as chirag_d_gr8 === king is now known as Guest97610 [12:00] due to power save in wlan0, i am unable to get high speed in wifi connection. how to switch off power save in wlan0 permanently? [12:00] pyghassen: http://ubuntuforums.org/showthread.php?t=770173 [12:00] while watching movies or listening to mp3s via vlc my sound is all fine, when using skype or teamspeak i need to adjust the volume otherwise i get crispy sound, like damaged audioutputdevice [12:05] G0R thanks, but I already saw it, I guess I need build-essential to install that, but I can have it coz the eth is not detected :( [12:05] pyghassen: usb stick? [12:06] hey [12:06] jj [12:06] i have a netbook - under Windoze itsees the interal mic and th nic jack - ubuntu does not - what do I need to do [12:06] Can anyone help me with just installing grub2 instead of MBR and add all my operating systems to grub2? :c [12:06] mine i cant === somicuthbert is now known as kayaman [12:07] Selassie: what version of ubuntu do you have installed riogth now? [12:07] 11.04 [12:07] ubuntu 11.04 [12:07] G0R here is the worst news it's ubuntu 8.04, so I need some packages to make it work :) [12:07] and you [12:07] Somehow I messed up my MBR and grub2. [12:07] Selassie: there's grub-repair [12:07] I know that, didn't work with me though [12:08] !fixgrub | Selassie [12:08] Selassie: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10) [12:09] I know about the internet pages aswell. [12:09] I've really tried alot. [12:10] Selassie: so basically 'nothing worked' and you want some sort of special help :) even though you havent really told us more then 'it dident work' [12:12] Selassie: do you have more than one pc? if yes: ssh to your 'damaged' pc, backup and reinstall [12:12] salut [12:13] I don't have any other computers, nah :c [12:14] But I am running the ubuntu 11.04 liveCD right now. [12:15] The problem is that i kinda messed up my MBR and my grub [12:15] Selassie: do you have an external disk available? [12:15] I do! [12:16] That's where ubuntu is installed on [12:17] Selassie: you installed your main system on a usb disk? this is quite unusual [12:18] Not my main system. [12:19] I have installed windows on my internal hard disk and ubuntu 11.04 on my external harddisk. [12:21] hello is there anyone here that could provide some help with some bash script issues ? [12:21] Selassie: where is the MBR messed up? [12:21] Mundz: #bash [12:21] Hi guys, Im having trouble with gparted and resizing a NTFS partition. I saved the error message and i have "ERROR: 2930 clusters are referenced multiply times." [12:21] thanks [12:21] On my internal hard disk, i guess? [12:21] Selassie: in what way is it messed up? [12:21] But i was thinking of a way to just delete the MBR thingy and install grub2? [12:21] Oh eh. [12:22] Selassie: can you still boot windows, can you still boot ubuntu? [12:22] No i cannot boot ubuntu nor windows. [12:22] Selassie: what happens when you boot? [12:22] Selassie: I would reinstall the windows mbr on the internal, put grub on the usb drive, and reset the boot options to boot first off the usb drive IF it is plugged in [12:22] how r you all? [12:22] I believe that I messed it up when trying to do the dual boot part. === Amdpc is now known as Atharva [12:23] Selassie: in that case use a windows cd to recover the windows MBR [12:23] When I boot up MBR starts up [12:23] And then it shows Ubuntu [12:23] Selassie: there is a way of copying the backup [12:23] Selassie: so it goes to grub? [12:23] But my windows cd wouldn't let me do that [12:24] It would only install a new windows [12:24] But that;s not what i want [12:25] No it doesn't go to grub [12:25] I tried to add ubuntu to the MBR [12:25] and then when I found out that it didnt work [12:25] i tried to delete the ubuntu tag [12:25] hi, after installing lxde and trying out that desktop environment, unity does not launch anymore [12:25] cuz it would run that one within 10 seconds when i boot up my computer [12:26] i am seeing my background image, and desktop, but not top bar and no launcher [12:26] Selassie: http://www.arsgeek.com/2008/01/15/how-to-fix-your-windows-mbr-with-an-ubuntu-livecd/ [12:26] I already tried that [12:26] but ms-sys wouldnt install [12:26] what was the error? [12:26] ehm [12:26] Hi guys, Im having trouble with gparted and resizing a NTFS partition. I saved the error message and i have "ERROR: 2930 clusters are referenced multiply times." In the error report it says to go to windows and do chkdsk /f but my windows OS just flakes out when i try to use the hdd in any way. Any help would be hugely appreciated [12:27] unable to locate package ms-sys [12:27] but that's because some licensing problem [12:27] Selassie: . Once Ubuntu starts up, go to System -> Administration -> Software Sources and enable (by checking it off) the Universal repository. [12:27] oh ok [12:27] Selassie: you need to read the page [12:27] b-.. [12:28] Selassie: were you using wubi or something? [12:28] no. [12:28] kewl [12:28] prod_: try a windows boot disk or repairing the FS from linux somehow [12:28] where can i find system administration then? [12:28] kayaman: worked out how to ask questions in IRC yet? [12:28] Hey all [12:28] Selassie: oh yeah you're on Unity [12:28] greinget [12:29] Selassie: [Meta] Software Sources [12:29] kayaman: greinget isn't here [12:29] Meta? [12:29] Selassie: the Meta key [12:29] hi guys, i installed oneiric yesterday and it is looking good. Yet i have a problem: Is there a reason that the users and group ui can not be used to modify anything? The unlock button is disabled... Is that still in development? [12:30] eitch: #ubuntu+1 [12:30] I don't believe i have that one.. [12:30] Is anyone on that is experienced with WINE? [12:30] anyone? [12:30] <[IFOC]75> Is there a way to change the size of the close, minimize, and maximize buttons? I like the look of these buttons, but they are too small [12:30] graingert, thx [12:30] !google meta key [12:30] I have no google command, use http://www.google.com/ [12:30] meh [12:30] xosuitehearts: I use basic wine [12:31] Selassie: http://en.wikipedia.org/wiki/Meta_key [12:31] I heard that WINE can get malware? [12:31] Selassie: the meta key also known as the Windows key [12:31] eh [12:31] i dont have that one.. lol [12:31] but wait [12:31] If what all parts of my Linux system can it infect? [12:31] IdleOne: it can be emulated by the Windows Key [12:31] graingert you declare my name [12:31] Dmole are you knowledgable with WINE? [12:31] kayaman: I do [12:32] that am asking question in IRC [12:32] xosuitehearts: #winehq is a better place for this question. [12:32] thanks mate [12:32] kayaman: please go to the #ubuntu channel in your locale [12:32] ehm [12:32] i dont have software sources [12:32] kayaman: or use a better translation tool [12:33] so you mean am poor in translation [12:33] xosuitehearts:anything can get malware but it's unlikely in wine because if it runs in wine you will see it running and you can kill it, otherwise it's a rootkit and it makes no difference if you have wine or not.... overall I'd say it's less likely than a normal linux malware [12:34] Dmole say I get a trojan virii in WINE [12:34] <[IFOC]75> anyone know if it's possible to change the size of the close/minimize/maximize buttons? [12:34] okay graingert [12:34] Dmole would it fuck with my Linux filesystem as well? [12:34] kayaman: your brain is an element of the set of all translation tools [12:34] I do not have software sources. [12:35] xosuitehearts: Please mind your language here. [12:35] sorry pici, my fault [12:35] graingert: Lets try to stay on-topic here. [12:35] <[IFOC]75> I guess not; I like the Ambience buttons but they are too small; I can barely see them. [12:35] yap [12:35] yes [12:35] <[IFOC]75> II'll try to get used to them then [12:35] i know [12:35] kayaman: Please try to re-ask your question, all on one line. [12:35] that graingert [12:36] kayaman: It is not easy to understand you, sorry. [12:36] kayaman: please ask your question in the ubuntu channel of your language [12:36] am in need wi the tv tuner drivers [12:36] xosuitehearts: yes it could but more likely it would just crash in the strange enviroment, you can check for sure by installing one there is some website that keeps sample malware for testing and detection ("kill wine" would kill it) [12:36] morning all [12:36] gotta question about powerpc and 11.10 [12:37] kayaman: install kaffiene or use Totem TV [12:37] How do I connect to the dutch ubuntu server? [12:37] after my install completes it doesn't know how to boot my macmini ? [12:37] xosuitehearts: if you want to "harden" wine run it in a jail/chroot, or vm [12:37] Selassie: do you mean dutch ubuntu channel? [12:37] donofrio : Oneiric/11.10 is not yet released. Please join #ubuntu+1 for further support and discussion. [12:37] kayaman: u keep coming back to that - they may not be available - ubuntu does not have drivers for everything - contact the vendor of the tuner [12:37] yes [12:37] I get the blinking folder icon )-: [12:37] Selassie: or dutch software source [12:37] channel [12:37] that is in live cd mode [12:37] !nl | Selassie [12:37] Selassie: Nederlandstalige ondersteuning voor Ubuntu (en vers gezette koffie) is te vinden in #ubuntu-nl [12:38] Ubuntu works fine on mactini [12:38] donofrio, you might want to go to #ubuntu+1 for 11.10, that is the official channel for pre-releases [12:38] in alt mode it is unable to find the cdrom and I cannot find the kernel object called ide-scsi [12:38] oh k [12:38] tnx [12:38] donofrio, no problem [12:39] Dmole alright, so say I have a keygen.exe for windows and im running it in Wine, and its a trojan, will it play Slaughterhouse on my Linux system? [12:40] kaffiene is a media player how possible to use it as tv application software [12:41] kayaman, do you have a tv tuner card? [12:41] kayaman, I dont use KDE much but I did find this http://userbase.kde.org/Kaffeine-TV [12:42] coz_ [12:42] kayaman, also look here http://tvtime.sourceforge.net/ [12:42] Dmole and by slaughterhouse I mean "slaughter my house" of files and passwords and encrypted data on my Linux file system [12:42] i think you can help [12:42] me [12:42] lets chat private [12:42] xosuitehearts: if you want to know: only one way to find out, test it. if you just want to run it safely chroot wine and it will not be able to touch linux. [12:43] Dmole and if it does? would it do much effect? because it would be a Windows OS virii? [12:44] !pm [12:44] Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [12:44] xosuitehearts: I did say "only one way to find out" .... [12:45] coz_ you do know that I AM in the other channel and im getting more advice from Dmole than I am from those guys [12:45] xosuitehearts, ok not sure what you mean though [12:46] well [12:47] coz_ you did !pm [12:47] correct? [12:47] bbl [12:47] xosuitehearts, yes but for general knowledge, not speicifically to anyone :) [12:47] [12:48] coz_ arg mate. you drive a hard bargain [12:52] hi fellows > I have this problem > I cannot see the router index page when browsing from ubuntu server ( terminal mode ) with either w3m or lynx ....they display some d234.gif information but I cannot see that pictures ...even so ..I think this is graphical from the frames but not the real content of the page ....what can I do ??? [12:53] parapan: bare in mind that neither of those browsers support javascript, which most of router UIs use. [12:53] MeanEYE: grrrrr > thanks for the tip .....any workaround ? [12:53] afaik lynx doesn't show images [12:53] parapan: hm, well lynx has a basic support for frames... but workaround... hm, not that I know of. [12:54] lynx sucks [12:54] parapan: if your router supports ssh maybe handle things that way? [12:55] MeanEYE: if it would :D but is not the case .....it's a D-link product ....with proprietary firmware [12:55] hi, after installing lxde and trying out that desktop environment, unity does not launch anymore [12:55] i am seeing my background image, and desktop, but not top bar and no launcher [12:55] parapan: Can you be specific on what you want to do with your router? [12:56] MeanEYE: is there any version of X .....something light which I can use as "virtual" system .....? [12:56] parapan: jwm (wm means window manager) [12:56] MeanEYE: I miss some info like the IP of one specific computer on the network .....and I want to "see" the configuration page :D [12:56] irc.linuxerz.org [12:57] parapan: Well, in theory (since I never done it), you can install VBox or KVM and then connect through ssh tunnel to a remote desktop. [12:57] MonkeyDust: ok ....than a Java window manager [12:57] hey [12:57] parapan: But it's a pain. [12:57] would hibernate works on a HP Pavilion laptop? [12:58] i mean is it possible to get hibernate with ubuntu on HP laptop out of the box without messing with anything. [12:58] akem: HP has a pretty good Linux support. You can always test with live cd. [12:58] MeanEYE: I don;t know if it works ...VBox needs X to be installed .....if I'd had this on the server I would not need the virtualisation ..... [12:58] I can use a standard browser [12:58] akem: Bare in mind that Linux hibernates to swap partition and it needs to be bigger than your ram. [12:59] MeanEYE: then you can't test with a livecd...as there is no swap partition [12:59] ikonia: Yeah, :D ... I thought he meant suspend at first. [12:59] MeanEYE, ok, yes i will test then. [12:59] hm [12:59] can someone help me get unity to work properly again? [13:00] OK ...does anyone know a better solution ???? browsing with a w3m or lynx like browser to a html configuration page of a router . . . ??? [13:00] akem: You need to have a bigger partition, other than that I don't see a problem with hibernation. It's basically saving RAM to swap partition and shutting down the system. [13:00] MeanEYE: the problem is certain hardware devices cause a problem for hibernation,. === sonne is now known as Sonne [13:01] MeanEYE, ok, i though it had to do with HW specific proprietary low level stuff... [13:01] akem: Am not sure about that then. [13:01] ikonia: I didn't know that. Thanks. [13:02] parapan: I just found out that Elinks and Links2 support javascript. Check them out. [13:02] MeanEYE: cool man > thanks for that info ...let me check [13:02] I want user "nginxer" to run "/etc/init.d/nginx" with root priveleges. What should i add into visudo? [13:02] No problem. They also have some basick images support. [13:02] parapan: Not sure how they managed to do that :) though. [13:03] MeanEYE: I'll let you know in a minute [13:03] geirha, i think i found the source, ekiga, if you remove it then i also removes the gnome-desktop-environment package as well! [13:04] guest1987: Yikes! [13:05] remives what package exactly? [13:05] is there someone i should report this to? [13:06] im just checking again now, but that looks like the fella the remove the gnome-desktop [13:06] guest1987: Can you repeat your problem. I didn't see it. [13:06] guest1987: that's just a meta package [13:06] guest1987: it's not actually removed gnome desktop [13:06] ubuntu-desktop is a meta packge. may be rhe same for gnome-desktoo [13:07] so its not an issue really [13:07] dr_willis: spot on [13:07] ikonia: so if it says gnome-desktop will be removed, i don't need to worry? [13:07] MonkeyDust: correct [13:07] how nice [13:08] guest1987: Well, that seems to just be an empty package that depends on a whole lot. You could grab its list of dependancies and install all of those, except the few you don't want I guess. [13:08] ekiga is just part of the standard gome install [13:09] MeanEYE: Nope ...none of them does-it ....................grrrrrrrrrrrrrrrrrr [13:09] parapan: Then the problem might not be in JavaScript support. [13:09] Good morning all! [13:09] hi [13:09] MeanEYE: could be . . . [13:10] parapan: do you have a normal computer you can use? [13:10] parapan: because I would just use my desktop with a SOCKS proxy [13:10] mtlife: unity --reset [13:10] ok so if i start from the beginning :- i did a fresh install of 10.04.3 then made some changes to the installed software and gui, once complete i did an update and this required a reboot, once rebooted i am unable to login as im just returned to login. i did an [alt+fN] logged in and found xsession.errors did a google and came up with bug 170756 reinstall gnome-desktop-env, that worked and i can login fine, only ther [13:10] e is a load of software that i dont want! after removing ekiga im prompted to remove extra packke gnome-desktop-env! which looks like im find and can login but am missing the logout button on the right! [13:10] Launchpad bug 170756 in Inkscape "css" [Undecided,Invalid] https://launchpad.net/bugs/170756 [13:11] graingert: yes that works, but after a reboot the unity launcher is again gone [13:11] parapan: ssh -fND localhost:8080 user@computer [13:11] mtlife: hmm [13:12] Dmole > nope, I'm remote from location .....I have the router in the middle and a linux server after the router .....now I'm on the server .....and NEED the config file of the router to open a normal desktop computer ...... [13:12] guest1987: gnome-desktop-env depends on ekiga [13:12] but im sure that apt-get remove ekiga should not remove all the other stuff that it does! [13:12] i've just been trying to upgrade from 11.04 to 11.10 with do-release-upgrade and the upgrade has come up with an error: [13:12] Reading package lists... 0% [13:12] Reading package lists... 0% [13:12] Reading package lists... 6% [13:12] rog: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [13:12] Dmole: could you pls explain the command ? [13:12] guest1987: it should - also change your nick [13:13] parapan: the proxy should work for you. also if the goal is to find info on another you could just use namp etc [13:13] Damn it's very hard to make an expression evaluator [13:14] graingert: any other ideas? [13:14] Thanks guys for removing bugs, I'm quite happy [13:14] mtlife: try unity-2d is compiz is failing [13:14] parapan: the command makes your desktop browser use the computer behind the router to browse, thus you can get into the router [13:14] if* [13:14] graingert: unity has always worked, it stopped working when I installed lxde and tried that once [13:15] rus [13:15] parapan: the command allows you to browse from any location you can ssh to "from your desktop" [13:15] !help [13:15] 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. :-) [13:15] Dmole: but the desktop is not open ......the server is open and the server doesn't have X installed [13:15] graingert: it even now works, but it refuses to launch properly after a reboot. I always have to launch a terminal and unity --replace or --reset [13:16] Dmole: ok, and the command should be run in the terminal ? or direct in the browser ??? [13:18] parapan: 1) from a desktop run the command in the terminal replacing the user@computer with something valid. 2) set your browser to use localhost:8080 as a SOCKS proxy, 3) browse [13:18] parapan: if you have a windows desktop you can do the same with putty [13:19] Dmole: you may have a point .....does it work even if I'm remote ? over internet and not in the local network ?? [13:19] parapan: yes that is the whole point [13:20] and user@computer ...shoul be user of the server ....and computer = the remote server correct ?? [13:20] however you normaly ssh to the server [13:21] you can use it to browse from other countries etc [13:21] but your goal was just to find the IP of some other computer? [13:22] Dmole: what shoul i insert on the SOCKS proxy ??? [13:22] Dmole: what host ? [13:22] localhot or 127.0.0.1 they are normaly the same [13:22] i'm very sorry if all those accidentally pasted lines went through into this channel... [13:22] Dmole: yes the ip and other information configured only on the router side [13:23] "set your browser to use localhost:8080 as a SOCKS proxy" [13:23] Dmole: got-it finally :D [13:24] parapan: if the other computer is on it knows it's own IP and you can find it with "nmap 192.168.0.0/24" assuming that is your network ip base [13:24] Dmole: YOU ARE a genius my man >>>> all my respect goes to you !!!! [13:24] my windows and linux crash when i want to restart ? also xp and windows 7 and ubuntu ? i think my hardware have a problem ? which part of hardware may be damaged ? [13:25] Dmole: it the best thing I've learned in the last 6 weeks :D [13:26] parapan: what did you learn 7 weeks ago? [13:26] sweb, how old is the system? [13:26] hey, I want to mount a drive as current user when the user logs in [13:26] how can I do that? [13:27] not during the boot.. but when a user logs in [13:27] compdoc, Asus Netbook 904HD not to old. it work some days ago well. it can be damaged by virus ? bios problem or etc ... ? [13:27] sweb: try pastebin-ing somelog files from linux [13:28] sweb, that came with windows xp? I would think it came with win7 [13:28] Dmole: not much :D ---I was saying 6 months ago .....different command but not so important as this one .....I have to look a little bit deep inside the gomand you gave me .....it's worth like gold :D [13:28] compdoc, all os. i thinks it's a hardware problem ... but i dont know which part ! [13:28] saml: make sure it's in fstab but set to not auto mount then make a login script to un/mount it for that user [13:29] saml: what's your reason for wanting to do this? [13:30] jrib, for a specific user (myself), I want to have the drive available. [13:30] is there anyone here using pclinuxos? [13:30] otherwise, I have to go to Places > and click the drive to mount [13:30] compdoc,Dmole. just puppy linux can be loaded but another version have a many error during loading [13:30] saml: ok, why don't you just mount it at boot? [13:30] how do I do that? [13:30] !fstab | saml [13:30] saml: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions [13:30] it has to be rw for myself [13:30] !pastebin sweb [13:30] no gui for this? [13:31] saml: better to just read that page; it's pretty straightforward [13:31] the thing is /media/data isn't created. but it's created when I click Places > data [13:31] !pastebin |sweb [13:31] sweb: 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. [13:31] saml: yes, so you create it [13:31] as root? I'm confused with permission [13:31] can i install a tunnel borker with bunutu? [13:32] saml: read the page. After you are done, ask questions about anything you aren't sure about [13:32] internet connection sharing with a tunnelborker? [13:32] i'm not sysadmin. i'm just a user. why so hard? [13:32] my friend is a good boy [13:32] he has a hurricanic tunnel [13:32] Peter_Bilt: do you have an actual ubuntu support question? [13:33] Peter_Bilt: as in how to set up NAT? [13:34] ipv4 nat but of course no ipv6 nat [13:35] IPV6 routing with ubuntu using a tunnel provider as gw [13:35] in my airport express its very easy to do that [13:35] it just needs 3 entries [13:36] hey people. I'd like to safely downgrade the package 'ifupdown' from the admin section. what is the right way to do so? [13:36] upgrading from 11.04 to 11.10 i got this error message: Exception during pm.DoInstall(): E:Could not perform immediate configuration on 'python-pyatspi2'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) [13:36] Peter_Bilt: van you link to the IPV6 spec for that? [13:36] rog : Oneiric/11.10 is not yet released. Please join #ubuntu+1 for further support and discussion. [13:36] its not my link [13:36] Pici: ok [13:36] its a friends computers stuff [13:36] he has a natty dread on the machine [13:36] hehe [13:37] natty dread [13:37] yeah ur chapel [13:37] Peter_Bilt: I asked for a link to the spesification not the friends computer [13:37] Dmole: thanks a lot man for support and for taking the time !!! [13:37] hoden.dyndns.tv is the link [13:37] parapan, np, have fun [13:37] natty dread on the machine [13:37] that's hilarious [13:37] natty dread a whe she wan' [13:37] yeah cool song [13:38] yah mon [13:38] wha gwaan far I [13:38] !ot [13:38] #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! [13:38] Peter_Bilt: please try to understand better before replying [13:38] sorry master idleOne [13:40] ah i tried to explain he has internet connection sharing, and he wants to install a ipv6 routing capability for the clients [13:41] Selassie, did that work for you yesterday? [13:41] No [13:41] I'm now trying to fix it. [13:42] doh! [13:43] i think i get it [13:43] i have to play arkanoid and then i will fix it [13:44] hi everyone [13:45] sellasie [13:46] yah? [13:47] need help in recovering a deleted partition [13:47] I've come up against possibly the strangest problem I have ever faced in IT, this will explain it faster and better than words can: http://paste.ubuntu.com/690806/ [13:47] Does anyone know of any instructions/projects relating to media buttons on wired headsets? ie click to pause etc? [13:47] I really can't think of anything I have missed [13:48] Guest7164, testdisk [13:49] lol [13:49] tried testdisk and photorec, got stuck in the middle , anyother ? [13:49] Guest7164, if you know the geometry of the partition you can just restore it with fdisk, but if you dont know the geometry read it off testdisk output [13:51] Guest7164: dd the whole thing first to make a backup [13:51] ok i missed something, let me just do another paste... [13:52] you mean i can restore the partition table? [13:52] Guest7164, removing a partition only removes the entry from the partition table. if you know the values you can just restore it [13:52] Guest7164: also there is and ext rescue, and a bunch of tools on backtrack [13:53] dmole :cli apps or gui? [13:53] Guest7164: most are both [13:53] http://paste.ubuntu.com/690809/ === sonne is now known as Guest32014 [13:54] ok i will try both of your solutions and i will be back [13:54] Guest7164: testdisk [13:55] testdisk didnt work for me [13:56] often people forget to "apply changes" with testdisk~ === r_ is now known as Guest27700 [14:01] ubuntu the fall guy edition [14:05] hello i have a question i know this is the wrong channel but since its still an ubuntu i figure you guys might no but i just installed kubuntu and on windows 7 when i upluged my battery i always had 3 1/2 hours and well with kubuntu i have only barely2 showing is this usual? if not would anyone know how to fix it [14:06] I have just plugged a planar touch screen into my computer - dmesg tells me that it sees it and I have loaded the evtouch driver - still not able to touch the screen - what am I missing? [14:06] a finger :P [14:07] Haha, good one cgc :) [14:07] hello all, is anyone knows a tool to keep copy and repaste results store in a stack ? [14:07] jpmh: USB? [14:07] cgc: LOL === variable is now known as Guest45291 [14:07] MeanEYE: yes - usb [14:07] how do i prevent my ubuntu from locking the screen or sleeping? [14:07] jpmh: does lsusb sees it? [14:08] luist: There's an option for that in screensaver and power management. Screensaver controls the locking, power management for sleeping. [14:08] luist: those are two different questions: disable sleep in powermanagement, disable password in screensaver settings [14:09] hello. i'm trying to make hibernation work on ubuntu 11. i have nonencrypted swap, but enc. home. i have set up grub and initramfs. i can put it into hibernation, but after turning it on, it behaves like it was turned off completely. any tips? [14:09] MeanEYE: yes0 sees it as Quanta Computer Inc [14:10] tomodachi, its already set to never in powermanagement but it stills lock my screen/sleep after some minutes [14:11] jpmh: So to summarise, screen is working but not reacting to touch? [14:11] MeanEYE: YES - very sucinct [14:11] tomodachi, ok nvm i got it [14:11] MeanEYE: and I would add that dmesg and lsusb both show it [14:12] jpmh: can you give me the complete model? [14:12] I am trying to create a startup disk to a folder rather than to a removable device; any help would be fantastic :) [14:12] MeanEYE: planar px2230mw [14:13] jpmh: did you install drivers? [14:13] I installed the evtouch driver - that's all [14:14] jpmh: Am looking ad planar.com and they have section for Linux Touch Screen Drivers. Did you get them from there? [14:14] MeanEYE: evtouch yes - nothing else - never needed anything else when using them in the past - what else may I need [14:14] jpmh: Oh, so the screen worked but it's not working now? [14:15] whether I entered in IRC?? [14:15] MeanEYE: I did not get from there - no - THIS screen has never worked, have always used ELO in the past [14:15] MeanEYE: can you give me the URL for the drivers you are finding at planar - I thought I had searched their site [14:16] jpmh: Let me just check if site is right. [14:18] Hello all. Is there a GUI for testing and calibrating a joystick in ubuntu 11.04?? TIA! [14:19] jpmh: Gah, they don't have drivers for Linux for that display. :( [14:19] good afternoon folks [14:19] MeanEYE: I woukd add that it appears to be there in lshal too [14:20] jpmh: It seems to me that you need to configure your X. But am not good at that. Maybe someone here could help you. [14:20] MeanEYE: but even so - the input device is just an input device - what am I missing here - the screen looks fine [14:20] what's the md5 sum for ubuntu 11.04 server 64 bit? [14:20] help.ubuntu.com is down [14:20] people how do i open a port in ubuntu ? when i do a nmap it says 8090 closed [14:20] how do i open it ? [14:20] jpmh: I don't think X sees it as an input device, what does `xinput list` say? [14:21] nimbiotics, i wouldn't personally recommend any of the GUI joystick software (I've personally had issues) but YMMV. FYI you should see your joystick(s) as /dev/input/js0 js1 etc. to test the system sees them you can open a terminal and "cat /dev/input/js0" then press buttons/move sticks to get character feedback that it's working. jscal is a cli tool to calibrate sticks (not easy to use however). Best of luck. [14:21] solofight: disable firewall and tell some application to listen to the port === chris|| is now known as chris| [14:21] Dmole, understood [14:22] thank you [14:22] Dmole,++ [14:22] zykotick9_: THX ... what does YMMV mean? [14:22] nimbiotics, sorry "Your Milage May Vary" meaning, you may have different results. [14:23] zykotick9_: well, if by milage u mean by xperience with linux==0 :) [14:23] Woet: I can load the page without problems. 11.04/server/amd64.iso: 355ca2417522cb4a77e0295bf45c5cd5 [14:26] I have a statement: if(seq%count==rank) continue; in some cases the final variabeles are count =1 and rank =0. The statement will therefor always be true. Will the hotspot compiler optimize this? [14:26] nimbiotics, just an FYI (For Your Information), many games/emulators still look to for the old /dev/js0 location and you have to specify in the game's config to look for /dev/input/js0 [14:27] MeanEYE: have you given up on me - reason I ask is I am considering a re-boot and so will lose this session [14:27] jpmh: I didn't. I asked what `xinput list` command gives you. Is your display there? [14:28] how would i quickly find all pieces/parts of pcsx2 so i can start over installing it? [14:30] Guys, i have a fat32 usb-stick, should i format it with ntfs? or is that a bad idea for Linux? === faz_afk is now known as faz === EgyParadox is now known as xodaraPygE [14:31] arnierules, as long as you have the ntfs-3g package installed, you should be good [14:31] Phredie > does the latest Ubuntu have that? [14:32] arnierules, Use Fat-32 [14:32] arnierules, should be in the repos, search the software center for ntfs-3g [14:32] what is the advantage of Vim editor over GUI text editors [14:32] arnierules, If you are not going to use it in WIndows then stick to fat-32 [14:32] fat-32 is more secure with linux [14:33] got it. Thanks for the feedback guys :) [14:33] ntfs is supported OTB has been for a couple of releases in Ubuntu ircc [14:33] is there a tmux equivalent to screen -ls ? [14:33] cvam - syntax highlighting? [14:34] i coulda swore i hadda install the ntfs-3g package myself [14:34] Hi guys, Im having trouble with gparted and resizing a NTFS partition. I saved the error message and i have "ERROR: 2930 clusters are referenced multiply times." In the error report it says to go to windows and do chkdsk /f but my windows OS just flakes out when i try to use the hdd in any way. I ran chkdsk /f on installation disc and it completed but the problem is not solved .Any help would be hugely appreciated [14:34] cvam, easy copying and pasting [14:34] prod_, i'd recommend using Windows to try fixing Windows File System errors [14:35] how do I switch from unity to the old desktop that does not hide things? [14:35] cvam http://paste.ubuntu.com/690848/ [14:35] linux is the only thing that doesnt flake out when i connect the hdd [14:36] !classic | dougl [14:36] let's try again [14:36] dougl: The default interface in Ubuntu 11.04 is !Unity. To switch back to regular !GNOME: log out, click your username, click the Session box at the bottom of the screen, and select "Ubuntu Classic". [14:36] what's the md5 sum for ubuntu 11.04 server 64 bit? help.ubuntu.com is down [14:36] prod_, what do you mean by flakes? [14:36] prod_, i would copy the files to another drive and simply delete the partition [14:36] dougle > at the logon screen there should be options at the very bottom of the screen, select "classic" there [14:36] dougl, log out, click your name, before you type your password, look at the bottom of the screen for a drop down box, pick "classic" [14:36] vibhav:I'm in dilemma that whether vim or any IDE is best to programming [14:36] * dougl like the money back guarantee that comes with ubuntu. [14:36] cvam - are you new to this stuff? [14:36] sorry pure terminology, laggs out. freezes [14:36] poor* [14:36] yes [14:36] how would i quickly find all pieces/parts of pcsx2 so i can start over installing it? [14:37] zykotick9_, Phr3d13 thanks guys [14:37] vibhav:yes [14:37] prod_, sounds like the drive might be damaged [14:37] prod_, sounds like you are SOL, better get your backups [14:37] Woet 355ca2417522cb4a77e0295bf45c5cd5 ubuntu-11.04-server-amd64.iso [14:37] How do I checkout a subdirectory in a launchpad branch with bzr? bzr co lp:project/i/want/this/directory #doesn't seem to work [14:37] thanks vibhav [14:37] cvam then use an IDE [14:37] http://pastebin.com/ktpG7shC [14:37] cvam - which language? [14:37] woet - No problem! [14:38] vibhav: java [14:38] dammit :S [14:38] cvam: NetBeans [14:38] Phr3d13, depends on how you installed it. Did you install using DEB file (if so use package manager to remove)? If you installed by copying a binary file to a location (delete the files). If you installed for source code (i have no idea, good luck). [14:38] SlimG_: this is ubuntu support. head to #bzr for help on bzr. and it's "bzr branch" BTW. [14:38] its in a usb caddy so im not too suprised if im honest [14:38] cvam - Use Eclipse IDE [14:38] cvam : https://help.ubuntu.com/community/EclipseIDE [14:39] well i guess i'm stuck searching for "pcsx2" in nautilus and deleting anything not on my win partition [14:40] thanks dnivra [14:40] hi there === administrator is now known as Guest93099 [14:41] I'm not completely new to linux or java. I want to study learn both in detail [14:41] i have an ssh problem can anyone help [14:41] port 22 ssh connection refused [14:41] what user name are you using? [14:42] try starting sshd [14:42] Guest93099: do you have a firewall? is sshd actually running? [14:42] Guest93099: ps ax | grep ssh [14:42] zHammeRz: a reboot worked! I feel so stupid :P [14:42] yeah started ssh [14:42] cgc, rofl [14:43] i have firestrter fire wall [14:43] that is what we'll call a fragmented routing table lol [14:43] lol [14:43] i'm getting "there was a problem reading data from the CD-rom" [14:43] md5sum is correct and it's a mounted ISO, so the cd is not damaged [14:43] hey guys, Ubuntu sees my wifi network, but when i click connect it wont, help please? [14:43] Woet, well, may have a defective cd/dvd rom reader? [14:43] zHammeRz: it's a mounted ISO. [14:44] oh [14:44] then idk [14:44] Hi does anyone know if there is a program you can use to split cue files in Ubuntu? [14:44] dean__: split them into equal sizes, or split them into it's parts, or what? [14:44] mattmurray28: more information? any error? what happens when you click it? [14:45] Woet, Well the file is flac but it is only one track and there is a cue file which from past experience you can split the tracks one by one? [14:45] Hello [14:46] i allowed fire wall for port 22 allow with specific ip [14:46] dean__: http://aidanjm.wordpress.com/2007/02/15/split-lossless-audio-ape-flac-wv-wav-by-cue-file/ [14:47] Guest93099: can you telnet to the ip on port 22? 'telnet [ip] 22' [14:47] Guest93099, did you forward the port on your router? [14:47] I need some help, I have a package here which require libc6 => 2.3.6-6 but my installed version is 2.13, how can I fix this? [14:47] zteam: what package [14:47] Era, Thanks [14:47] np [14:48] Guest93099: if not can you telnet to that port from the machine itself? so on the machine running sshd run 'telnet 127.0.0.1 22' and 'telnet [ip] 22' [14:48] Anyone not afk? [14:48] does anyone here use skype? [14:48] Wild: best to just ask the channel your actual question (on a single line) [14:48] dougl: best to just ask the channel your actual question (on a single line) [14:48] jrib, xboxburner, from this site: http://sourceforge.net/projects/xboxburner/files/ [14:49] no can;t telnet>> unable to connect to remote host:connection refused [14:49] jrib, isn't that what I did? [14:49] dougl: I avoid it like a plague. :) [14:49] I'm trying to setup my server allow people to connect via port 80 (with lamp installed) and people cant connect to my wesbite outside my network. [14:49] Guest93099: from the machine running sshd itself? [14:49] MeanEYE, why such strong feelings? [14:49] dougl: the answer to your question is "yes". You probably have something you want to ask after that. You should just ask that [14:49] yes [14:49] I have my port forwarded, and ip tables is setup, and apache is set to port 80. [14:49] Guest93099: on localhost as well? [14:49] ok will try [14:50] jrib, not really just curious how popular it was in the ubuntu community. [14:50] Wild: if you can connect within your local network, then it's an issue with your portforwarding [14:50] Guest93099: whats the output of 'lsof | grep -i listen | grep -i ssh'? [14:50] dougl: this channel is for support then, please don't ask those types of questions here [14:51] I have port 80-81 forwarded on TCP (via linksys router). The range is set to work on the machine that it's connected to. [14:51] dougl: Because it's a spyware. People cought them dumping bios and sending data to the mothership. Besides, they don't like Linux very much. Every two years you get a minor bugfix update. On the other side Google Talk provides me with same options, better quality and lower bandwidth. Plus plugin is regulary updated and even if you don't wish to use it Pidgin and Empathy can make audio/video calls with their own libraries. [14:51] Hi, all. How to change the keyboard layout on console? My system is ubuntu 10.04. [14:52] anyone know the easiest way to install pcsx2 on a 64 bit ubuntu? [14:52] jrib, err - ok... prolly get the same advice asking who uses ubuntu in the skype channel? [14:52] mofaph: loadkeys or setxkbmap depending on where you are [14:52] dougl: i second MeanEYE's opinion [14:52] dougl: I don't know what that channel's policies are [14:52] I have port 80-81 forwarded on TCP (via linksys router). The range is set to work on the machine that it's connected to. [14:53] Wild: what's the problem? [14:53] MeanEYE, cgc thanks for the info guys - we better stop talking about it now before I get us in trouble. [14:53] zteam: I'd suggest building your own package from the tar.bz2 then [14:53] I'm trying to setup my server allow people to connect via port 80 (with lamp installed) and people cant connect to my wesbite outside my network. [14:53] I have port 80-81 forwarded on TCP (via linksys router). The range is set to work on the machine that it's connected to. [14:53] I'm trying to setup my server allow people to connect via port 80 (with lamp installed) and people cant connect to my wesbite outside my network. [14:53] jrib: I don't have root permition. [14:53] How do I reset the unity tray on the left? it's visually messed up and I think needs to be restarted [14:54] Wild: do you have public IP address? [14:54] mofaph: you want to make this change in X? [14:54] I'd call it public, yes. [14:54] dougl: :) Agreed. There is a channel named #ubuntu-offtopic [14:54] netstat -punta says ssh is listening [14:54] Wild: are you sure it's public or you think it's public? [14:54] jrib: I already change it in X using xmodmap, but I can't do it under console, press Ctrl-Alt-Fn to enter. [14:55] jrib, Well I got it to install but it crashes as soon as I'm about to write the Disc [14:55] Meaneye what is considered public? [14:55] zteam: how did you get it to install? [14:55] Its the IP to my network [14:55] Wild: When you go to www.whatismyip.com... pinging that IP should ping your router. [14:55] Thats what the IP it set at [14:56] Wild: Public IP means you are not behind you IPS's NAT or something. [14:56] People can connect through other ports [14:56] yes, them im public [14:56] Wild: Did you set up web server properly? Opening http://localhost works? [14:56] localhost doesnt work. but if i go to my IP or the domain I set to the IP [14:56] jrib, I did sudo dpkg --force-architecture -i xboxburner.deb [14:56] it works [14:57] Filter Internet NAT Redirection is not enabled either [14:57] jrib: If I get root permission, sudo loadkeys ~/.keymap works fine. (~/.keymap is keyboard layout I define) [14:57] jrib, since it is for i386 (I'm using the 64-bit ubuntu version) [14:57] zteam: see if your error persists if you install from the tar.gz [14:57] Wild: I think I misunderstood you. So where is this web server located. On your own machine? Or is it a separate machine? [14:57] anybody knows where does gparted read a 600GB filesystem in? the box only has 8gb ram and 40gb hdd, gparted keeps going (iotop -o shows only reads)... very interesting [14:58] mofaph: I don't know offhand how to change layout in console without root access [14:58] On my own machine [14:58] not this one, but off my computer, im using putty to control it [14:59] My Domain (sent to my IP via A record) ekolyte.com connects to the website on MY network. http://localhost doesn't work. when I try a port checker, port 80 doesnt work. [14:59] I'm forwards based on my router info too. [14:59] forwarded* [15:00] http://localhost doesn't work for what? [15:00] can you connect from the lan? [15:00] compdoc: He has problems routing ports to his server and am trying to guess his configuration. [15:01] Ask me anything you want to know, Ill give you everything you need... probably better to PM me [15:02] jrib, okey, will try [15:02] mofaph: if you read « man loadkeys » it has some discussion about the reasons for only root being able to change console layout [15:03] can you connect from the lan? [15:03] i have an encrypted /home/user, i want to automaticly mount my sd-card into ~/Movies, the problem is that the system is trying to mount the sd-card while mounting (using fstab) at that point there is no /home/user. what are my possibility to mount the sd-card automaticly? a logon-script? [15:04] jrib: OK, I am reading it. [15:04] iceroot: mount it somewhere outside your home and create a symlink called ~/Movies pointing to the mount point [15:04] iceroot: You could mount your sd-card elsewhere and put a symlink at ~Movies instead. [15:04] iceroot: put the mount command into .bashrc or .profile for the user, that way it won't be executed until after the user logs in [15:05] th0r: but everytime i open the bash it will try to mount again [15:05] iceroot: Cards and other medias are mounted either on /mnt or /media. So my suggestion is to mount it there. [15:05] jrib: Pici sounds good, thanks [15:05] hi everyone, my laptop keeps freezing randomly, and I'm looking for help troubleshooting the problem. [15:05] iceroot: I think there is a .bash_login as well....been a long time since I messed with it [15:05] th0r: ah ok [15:06] iceroot: or it might have been .profile....one of those only executes one time [15:06] hi guys [15:06] MeanEYE: then i will mount it ti /media/ and then put a symlink to ~/Movies after login [15:07] is it possible to add a custom download server to ubuntu eg in the "Choose a Download Server" dialogue [15:07] I'm running ubuntu 11.04 on a thinkpad x220, and the display keeps freezing. I can't even ctrl-alt-f1 into a terminal. [15:07] iceroot: you could also put the mount command into a script and execute it at login ... in xfce it is Sessions and Startup [15:07] th0r: yes that was what i mean with logon-script :) [15:07] iceroot: That will work easily. [15:08] iceroot: that might be the best bet. It would be a simple two line script [15:09] th0r: the other way is to put the mount in the startup-part. at that point there is a ~ [15:09] I can't find anything in the logs either. Does anyone know where I should look to pinpoint the problem? [15:09] tarmstrong: have you set any custom compiz settings? [15:09] tarmstrong: and have you tried running with unity2D [15:09] iceroot: right, but I think you will have to use the full path instead of ~ [15:09] instead of compiz [15:09] th0r: hm but that i have to umout it, because ubuntu will umount my ~ and encrpyt it [15:10] th0r: not if it is /bin/bash [15:10] th0r: i will use the symlink so i dont have to umount it when umounting home [15:11] hi [15:11] robert05_hu: hyea [15:11] when is /etc/fstab read? only at boot? so i have to reboot to see if my changes are correct? [15:11] iceroot: you can run « mount -a » [15:11] !nl [15:11] Nederlandstalige ondersteuning voor Ubuntu (en vers gezette koffie) is te vinden in #ubuntu-nl [15:12] jrib: thx [15:12] graingert: no custom compiz settings. unity2d -- where can I find information on it? [15:14] Does anyone know if ITunes works on ubuntu ? [15:15] graingert: nevermind, found it. Is there any way I could determine whether or not Unity's OpenGL stuff is the problem? [15:15] luis_ does not [15:15] i get plugin error messages on transferring my joomla site to another computer.. what might be the reason ? [15:15] Thanks [15:15] !ipod | luis_ [15:15] luis_: For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod [15:15] tarmstrong: compiz crash handlers etc [15:15] !appdb | luis_ [15:15] luis_: 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 [15:15] if you mean wine, cheche database [15:15] vaishakh_em: what is the error? [15:15] tarmstrong: to check to see if it's not any of your settings you can run unity --reset [15:16] xangua: not working with wine [15:17] Hola, Por favor necesito ayuda, no logro configurar el sonido de mi PVR-TV 305U (usb para TV) [15:17] !es | gabrielht44 [15:17] gabrielht44: 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. [15:18] tarmstrong: see what thinkwiki has to say about your thinkpad [15:18] ubottu, Gracias === desdenova is now known as Desdenova_ [15:19] Hi, I'm in hte live [15:19] Hi, I'm in the live and i downloaded the iso and i've to burn it, how can do it? [15:20] tdk-er: it's not easy if you are using the CD drive [15:20] graingert: if it was compiz crashing, would that prevent me from ctl-alt-f1'ing into a terminal? [15:20] ikonia: how can I do? [15:20] tdk-er: you can't if you're using the CD drive [15:22] When cleaning an SSD off for being unseasoned. How do I write all 1s to it? I figured I might be able to use dd somehow, but there's no /dev/one. [15:22] hello, where can i find one good torrent client to ubuntu? [15:22] Saturn2888: try shred [15:22] !torrent | milagre [15:22] milagre: Some torrent clients: Transmission (GTK and terminal-based), Deluge-Torrent, Freeloader, BitStormLite, BitTornado-GUI (GTK), KTorrent (KDE), QTorrent (Qt), Azureus/Vuse (Java), !Frostwire (Java), TorrentFlux (web-based), bittornado, rTorrent, cTorrent, bittorrent, aria2 (terminal-based) - FAQ: http://www.bittorrent.com/FAQ.html - See also !P2P [15:23] graingert: ok. Is it pre-installed? [15:23] Saturn2888: most people write 0's from /dev/null/ [15:23] edbian: ah. Well I need to write 1s anyway [15:23] edbian: linux optimizes 0 writes [15:23] i already install utorrent but when i try to download one file de progress bar does not work [15:23] graingert: How? [15:23] edbian: 1s clean SSDs. 0s will salt them with data. [15:24] Saturn2888: how? [15:24] milagre: try using an ubuntu app - or go into #wine [15:24] ebian: unalocated = all 0 [15:24] milagre: funny, utorrent wasn't in the list you just got [15:24] edbian: /dev/null is a sink, /dev/zero for getting data. [15:24] grainget: thanks [15:24] th0r: patient! [15:24] edbian: it's how flash memory works. 1 = no data. [15:24] Pici: thanks :) [15:24] lol [15:24] Saturn2888: interesting! [15:25] Saturn2888: but because of the wearleveling of ssd's you can't really get data back off them [15:25] graingert: yeah. [15:25] one more question, where i can find one virtual machine free to install in ubuntu? In your point of view what is the better vm machine to work? [15:26] milagre: virtual box [15:26] Saturn2888: I seem to already have shred [15:26] thank you saturno... [15:26] Saturn2888: so I think it's doable [15:26] graingert: Great. I'm booting up linux off a USB drive now to do this. [15:26] the last question... [15:26] what is the best way to recover my root passwd???? lol [15:26] milagre: the other one is VMware Server but it's not really supported and hasn't worked in Firefox since 3.5 [15:26] Going to sleep! [15:27] thank you Saturn2888 [15:27] . === gale_ is now known as mydogsnameisrudy [15:27] milagre, there is no root password, but if you have physical access you can chroot into the machine [15:28] graingert: I see -z in shred, but is there one for writing ones? [15:28] escott: i forgot the root pas... what can i do? [15:28] Saturn2888: dang [15:28] milagre wait [15:28] vibgav: hahahah [15:29] i will lost my job rsrsr [15:29] I am trying to create a startup disk to a folder rather than to a removable device; any help would be fantastic :) [15:29] milagre keep patience [15:29] milagre, I am researching [15:30] thank you so much vibhav [15:30] Saturn2888: http://linux.die.net/man/1/scrub [15:30] milagre: just boot into recovery mode [15:30] milagre http://paste.ubuntu.com/690896/ [15:30] Hi all I have flac files that I need to convert to mp3 320kbps is there a gui program that can do that at all thanks? [15:30] dean__: winff [15:30] oooh god, thank you! i will try it right now! [15:31] dean__: sound converter [15:31] th0r, Is it gui or cli? [15:31] vibhav: how many times have you been told to not copy and paste things [15:31] edbian, Is that easy to use? [15:31] dean__: gui [15:31] vibhav: you've just got that from a website, you've not tested that, you've not done it [15:31] SELASSIE I [15:31] dean__: yes [15:31] dean__: extremely (and it's gui) [15:31] dean__: sudo apt-get install soundconverter [15:31] whats better winff or sound convertor? [15:32] dean__: define 'better' [15:32] dean__: Never used winff. Found soundconverter and I never needed anything more. [15:32] edbian, Thats all I needed to hear lol [15:32] dean__: :) [15:32] Saturn2888: tr '\000' '\377' < /dev/zero [15:32] georgie [15:32] you are very good guys! comming to brazil please feel free to contact me for one happy hour, teledireito@hotmail.com [15:32] vibhav: grub2 now uses the shift key. [15:32] georgie indeead [15:32] Thanks edbian [15:32] Someone just told me that graingert :P. How do I do that to /dev/sda? Haha [15:33] edbian, Sorry was talking on messenger lol [15:33] dean__: sure === mi is now known as Guest51778 [15:33] tr '\000' '\377' < /dev/zero | dd of=file [15:33] Hello, I want to know how to install Dropbox in my Ubantu [15:34] edbian, CBR is better than VBR am I right? [15:34] Guest51778: hey denis [15:34] graingert: great :0 [15:34] Guest51778: go to dropbox.com and follow the instructions [15:34] dean__: I believe so. VBR is lower quality but is more efficient in bits vs quality [15:35] graingert: 7.2MB/sec. This will take a while :p. [15:35] Saturn2888: nice [15:35] edbian, Ok cool thanks gonna try converting now lol [15:35] dean__: sure [15:36] graingert: Shouldn't writing straight 1s to an SSD be really fast? hahaha. Shoot. [15:36] Saturn2888: it's not writing 1's btw it's writing True's [15:36] Saturn2888: or 255 [15:36] graingert: what's the difference? [15:36] Saturn2888: comes out in bytes [15:36] 255 = 0xFF [15:36] 1 = 0x01 [15:37] Ok. Hopefully that's the correct way to do it then. [15:37] edbian, It isn't quick I take it lol [15:37] That's pretty crazy [15:37] Saturn2888: not really [15:37] milagre use shift instead of ESC [15:37] It is to me at least. Glad it's working though! [15:37] 6MB/s ugh. It'll be a while :) [15:38] Saturn2888: why are you doing it? [15:38] seems a bit of SSD abuse [15:38] Because the SSD is seasoned, and I wanna clean it so it's factory fresh so I can install a new OS [15:38] Saturn2888: what's wrong with quickformat? [15:39] Saturn2888, if you are just doing a reinstall use hdparm to mark all blocks as free [15:39] dean__: no converter is fast [15:39] edbian, It has worked a charm got my motorhead flacs in mp3 format now your a legen [15:39] legend even lol [15:39] dean__: your welcome! [15:39] Saturn2888, man hdparm | grep -C10 trim [15:39] graingert: The drive still contains data. If all chips have 1s instead of 0s, then it will be able to write to anything otherwise it's gonna check if it's been written to, realize it has, read in the data, delete the blocks it needs, then write back over them. This is a huge issue. [15:39] edbian, For future reference as you seem like you know what your doing is there a flac cue splitter gui? [15:40] escott: it doesn't have trim [15:40] dean__: I have never heard of one. People generally don't edit cue files by hand. Just make a new cue file. === jstewart is now known as fudoreaper [15:40] escott: too old for trim. [15:40] hello every [15:40] Saturn2888, it may not support SATA TRIM but it may support a bulk non-sata trim. [15:40] i have meet some problems [15:40] escott: I dunno. Also, the mobo doesn't support it. [15:40] edbian, It was one flac file that was the only problem had to use medievil cue splitter in vbox windoze lol [15:41] !question | jiahui [15:41] jiahui: 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. :-) [15:41] How do I link an internal drive to /mnt/HDD2? I've got a folder in /mnt/ called HDD2 which was linked to my 2nd internal, but now doesn't seem to be. It won't mount on startup. How do I re-link them? [15:41] escott: It's a Dell Mini 9. A little old for this. [15:41] dean__: mmm, yeah IDK there might be one [15:41] hi. when I installed 10.04 on my laptop, I had it encrypt my disk. It also used ext4. Maybe there is some breakthrough in checking for ext4, but when it does a disk check, I swear it's not really checking the disk, it's way too quick compared to what I was used to on ext3. If I'm right, is there a way to do a fsck on my ext4 drive? [15:41] mang0: click on the drive in nautilus. Or if you prefer, set it up so it mounts at boot in fstab (see: /msg ubottu fstab) [15:41] edbian, No worries worth a shot anyway thanks [15:41] calamari: one of the big things of ext4 was a breakthrough in diskchecking [15:42] calamari: one of the features of ext4 is faster fsck [15:42] _much_ faster [15:42] jrib: Fstab, that's it. Thankyou :). jrib: I would just click it in nautilus, but I have errors on startup. Won't boot, unless I press S to skip mounting [15:42] oh good... it seems nearly instantaneous [15:42] calamari: yep [15:42] fancy init [15:42] I was afraid it was just checking some outer shell [15:42] okay thanks :) [15:42] np [15:43] graingert: my network icon in the panel has disappeared [15:43] jiahui: nohup nm-applet [15:43] escott: It says extremely dangerous. I dunno why it's dangerous, but it's not really very informative on how to use it. [15:44] Saturn2888: dd = disk destroyer [15:44] graingert: than what should i do ? [15:44] jiahui: that's it [15:44] unless it doesn't work [15:44] in which case I don't know === Mud is now known as Guest61024 [15:45] Saturn2888, presumably because any data on the system would be irrevocably lost [15:45] escott: great! That's what I want. [15:46] graingert: it should be related to the nm-applet ? is that ? [15:46] Saturn2888: you could clarify what you are doing/needing. :) [15:46] Saturn2888: What are you trying to do? Overwrite and destroy the data on your disk? [15:46] jiahui: nm-applet is the network icon [15:47] I'm trying to 1 the drive. You know how you can write 0s to a hard drive? I wanna write 1s because it's an SSD. Writings 0s to an SSD actually does the opposite of what it does on a hard drive. This is why I wanna write 1s instead. [15:47] graingert: OK,thank you for your answer [15:47] what [15:47] Polah: he wants to TRIM an unseasoned drive [15:47] Polah: as the drive thinks it is full [15:47] ok [15:47] seasoned* [15:48] oops yeah [15:48] that [15:49] what [15:49] how do i use an external monitor that is a different screen-size to my laptop display? [15:49] Saturn2888, i don't understand your statement that "writing 0s does the opposite". from the firmwares perspective both mark all sectors as in use. [15:49] Saturn2888: if you know how to 0s [15:49] escott: Not true. [15:50] auronandace: for my nvidia chipsets i just enable it via nvidia-settings.. [15:50] Saturn2888: if you know how to 0s, you know how to 1s it [15:50] escott: if the firmware sees 0s, it's in use [15:50] auronandace: What happens when you plug it in? or what is the problem exactly? [15:50] Saturn2888, dd if=file of=/dev/sdX [15:50] wildbat: Not really. dd if=/dev/zero makes sense. There's no way to 1 it in the same manner except how graingert and I came up with [15:50] Saturn2888: Beforehand do echo "something here" > file [15:51] soreau: hang on, i'll fiddle with nvidia settings [15:51] gee what if you write NULL's to it... [15:51] Saturn2888: Any value held in "file" would do the trick [15:51] probably not good [15:51] Saturn2888: actually no, that would leave some bits blank [15:51] Polah: yeah, but file has to be 16GB. [15:51] Saturn2888: you cat pipe to dd ~ make a little c that generate 1s [15:51] Saturn2888: dd will repeat until it's covered the entire disk. [15:52] dr_willis: that give you 0s too . [15:52] gee do you mean ascii 1's or binary ones... [15:52] all this seems a little weird to me... :) [15:52] I think bit-wise 1s [15:52] dr_willis: 0xFF [15:52] dr_willis: I believe they're referring to bits while NULL is a character (of 8 0's) AFAIU [15:53] Saturn2888, where have you seen this. if I try to store a file that is in fact all 1s on an ssd what happens to the blocks? they can't just be treated as not-in-use and allowed to be overwritten by whatever else comes along [15:53] s there a simple solution to make a seperate partition for home directory which is accessible in windows? I was about to try using a fat32 but apparently links not supported leads to serious problems? [15:53] antiphysicist: you cant use fat32 for home :) [15:53] antiphysicist: there is ext3/4 support for windows [15:53] ext3 [15:53] i don't think ext4 [15:53] antiphysicist: as long as you disable journaling [15:53] antiphysicist: and linux can read/wtite to ntfs fine these days [15:53] graingert: oh serious? I remember that being wonky [15:54] i think some of the ext3 tools now support ext4 [15:54] antiphysicist: http://www.webupd8.org/2011/08/access-ext4-ext3-or-ext2-partitions-in.html [15:54] antiphysicist, you don't want your /home on ntfs. the permission models are different [15:54] for reading, not writing [15:54] V 0.51 Support writing to ext4 volumes w/ flex_bg [15:54] writing to ext2/3/4 from windows i found.. problematic. :) [15:55] graingert: how would I disable journaling and what are the drawbacks? dr_willis so you're suggesting to use ntfs for my home partition and then windows will be able to access it? [15:55] antiphysicist: you cant use ntfs for home.. it does not support the proper permissions [15:55] Hi. How can I install 11.10 from USB? PendriveLinux couldn't help me. [15:55] Saturn2888, why exactly do you need to zero the drives? [15:55] antiphysicist, and you dont want it on fat32 because there are no permissions. you want to mount an NTFS partition to a folder ~/windows and put files you need in both there [15:55] antiphysicist: make some shared NTFS partition if you need to share files [15:55] antiphysicist: you should use samba to access /home [15:55] escott: but those are ascii 1s not bit-wise 1s. I have to write a 1 to every 4K sector of data. Reading about how you can read from 4K pages but only write to 512K blocks changes things because it shows you what you can and cannot do with an SSD. It slows it down when you wanna write to something larger. [15:55] it's much better to use NTFS from Linux than ext4 from Windows [15:55] antiphysicist: then your user can store stuff there if needed [15:55] Polah: speed. [15:55] antiphysicist: http://fenidik.blogspot.com/2010/03/ext4-disable-journal.html [15:56] What does hybrid iso mean? Can I burn the .iso on a usb? [15:56] Saturn2888: And how will it improve speed? [15:56] thanks to ntfs-3g you can even somewhat handle ACLs correctly [15:56] faryshta: you can dd the iso to a usb. I belive. [15:56] antiphysicist: of course, you could also just make something like a /data partition as ntfs and then symlink it from your ~ [15:56] Everyone who doesn't understand the 1s and 0s things about SSDs -> http://www.anandtech.com/show/2738. Specific page which shows a lot: http://www.anandtech.com/show/2738/5 [15:56] dr_willis: thanks, but then I can boot from the usb? [15:57] faryshta: thats sort of the whole point. :) [15:57] anyone have thoughts on what this means? php5-cli : Depends: php5-common (= 5.2.10.dfsg.1-2ubuntu6.5) but 5.3.5-1ubuntu7.2 is to be installed [15:57] Saturn2888, im not saying ascii 1s. I'm saying that I have a binary file maybe its an image, and the middle of this image is pure white so all bytes are maxed out and it is straight 1s. the logical sector must be mapped to a physical part of the ssd array, and it must be considered in-use by the block allocator of the firmware [15:57] faryshta: you may want to ask about it in #ubuntu+1 [15:57] faryshta: it might be easier to just use a usb creator though [15:57] graingert: usb-creator and pendrivelinux doesn't support 11.10 [15:57] faryshta: bull [15:58] faryshta: theres several dozen differnt tools available at the pendrivelinux site [15:58] faryshta: just refer to the ISO file direcly [15:58] jzaksg: php5-cli depends on php5-common and thus you need to install -common to use the -cli package [15:58] directly* [15:58] escott: ok, then I don't know. All I know is I need to write 1s and any trim commands on this computer should not work by design. I believe even if I used a trim-capable drive, it wouldn't work because of motherboard restrictions possibly caused by the BIOS. [15:58] my package manager is telling me that php5-cli depends on php5-common 5.2, but i have 5.3 installed. but... if you go check online, it actually requires php-common >=5.2 [15:58] IC [15:58] Polah: common is installed.... here's my output for `dpkg -l '*php*' http://dpaste.de/4qbYM/raw/ [15:58] dr_willis: I tried a few but doesn't support 11.10 [15:59] Saturn2888: /dev/zero would actually give you data values since it provides ASCII 0 characters to be written, you could then repeat with an offset to wipe over the spaces written with 1s. [15:59] faryshta: ask in #ubuntu+1 [15:59] Oh ok. [15:59] \o/ Finally a respectable installation on my laptop. (Ironically from ubuntu-server) [16:00] dr_willis: asked. That irc seems to be dead. [16:00] dr_willis, just wanted to give you a heads-up. Regarding the hybrid ISO (that I'm told is working in 11.10) the "typical" instructions from the debian world (where hybrid was introduced with squeeze) is to "cat" the iso onto the root of the USB drive (i imagine dd would do the same thing, but there appears to be "some" consensus on using cat for some reason?) [16:00] Saturn2888: I'm kind of perplexed by your reasoning for this but you can probably accomplish it by just using /dev/zero and tr [16:00] Saturn2888, the only advantage to writing all 0s or all 1s to the drive is that when the block allocator needs to move physical A to physical B it can note that both have the same contents and an overwrite is not required, the only thing required is to remap the logical blocks referencing A and B. since you don't have the source code to the firmware you have to *hope* that the firmware is smart enough to notice this case, if its not then [16:00] writing 0s or 1s or any pattern to the full disk would degrade performance [16:00] jrib that's what I'm doing now [16:01] zykotick9_: cat defaults to a bigger buffer size i belive. ive seen similer discussion over using cat or dd to copy a cd to an iso file. [16:01] escott: having a seasoned drive, a drive where chips are written to, there's a 1.5ms latency on writes. That's HUGE. No point in an SSD that's slower than an HDD [16:01] Gnea, so from the replies i have two good (and simple for me) options: make a separate nfts data partition that isn't home and put my shared files on that, or make a seperate/home on an ext3 and try to access that from windows? just checking i understand [16:02] antiphysicist: thats the core of it. [16:02] dr_willis: thanks mate, all fine and fully functional now [16:02] antiphysicist: home has to be on a ext2/3/4 or some other filesystem that handles linux permissions [16:02] escott: and yes, I'm assuming the firmware works as it's been claimed to. By all the reviews of cleaning seasoned drives, I would believe this to be true because people who've one'd a drive have noticed speed increases even with this particular RunCore drive. [16:03] Hi. How can I install 11.10 on a usb? [16:03] antiphysicist: it would be easier to just share them on some kind of ntfs partition, then you wouldn't run into the problems of windows trying to write to a filesystem it doesn't fully support [16:03] faryshta: #ubuntu+1 [16:03] faryshta: see #ubuntu+1 it was just sdiscussed that you can use cat of dd to put the isop on a usb i belive [16:04] faryshta: /join #ubuntu+1 and ask there, please [16:04] Saturn2888, if you have instructions that have worked for someone with exactly your drive, then follow them. but it is firmware specific, and the firmware gets to decide how it treats all 0s or all 1s. so im back to asking "where have you seen instructions relating to all 1s specific to your firmware" [16:04] Gnea: dr_willis TheEvilPhoenix I am on that forum but it seems a bit dead. [16:04] faryshta: you'll have to be patient [16:04] escott: http://www.anandtech.com/show/2738/11 [16:04] faryshta: then patience is required [16:04] faryshta: also check the urls in the /topic [16:04] faryshta: it might already be answered [16:05] Gnea: I did. [16:05] escott: the other source is the OCZ forums but I don't have a direct link to any particular forum post about this since there are many. The forum postings on MyDellMini.com also talk about the RunCore drive [16:06] milagre please read the pvt I sent you [16:06] gnea, dr_willis, graingert, escott thanks for the help i'll go get partitioning then! [16:08] Hi. How can I install 11.10 on a usb? [16:08] !usb | faryshta [16:08] faryshta: 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 [16:08] !oneiric | faryshta [16:08] faryshta: Ubuntu 11.10 (Oneiric Ocelot) will be the fifteenth release of Ubuntu. Codename announcement here: http://www.markshuttleworth.com/?p=646 Discussion and support in #ubuntu+1 [16:08] Saturn2888, I would probably try hdparm first because if it works it does exactly what you want which is to tell the firmware to throw away the logical->physical block allocation tables. if it doesn't work and you trust the sources that say to write 1s then use dd to write 1s [16:09] Polah: that link doesn't work for oneric. [16:09] faryshta: you can 'cat' or 'dd' the iso file to the flash drive. was mentioned earlier. [16:09] faryshta: You don't need the link, join #ubuntu+1 [16:09] dr_willis: I am on a windows trying to format this shit. What can I do? [16:10] !language | faryshta [16:10] faryshta: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [16:10] escott: I'm 13GB of 16GB into writing 1s so I mean, I'm gonna do this. I know there's no way the computer supports trim in any way and I have no way to verify it would work or not. In fact, I don't even know how to use this command. It's asking for sector range pairs. I dunno what I'd put there. [16:10] faryshta: you're in the wrong channel for a start [16:10] Polah: I am there. No one could help me. [16:10] faryshta: even less people can help here [16:10] !oneiric > faryshta [16:10] faryshta, please see my private message [16:11] TheEvilPhoenix: again. I am on that irc too. [16:11] faryshta: then sit there quietly and WAIT [16:11] faryshta: PATIENCE is a requirement [16:11] lol [16:11] and a ton of it [16:11] faryshta: or consider purchasing an ubuntu support contract [16:11] although those are only available in supported releases [16:11] ie not ubuntu 11.10 [16:12] I imagine theres ports of dd for windows. :) or other disk imageing tools at the pendrivelinux web site. but ive not bothered to put 11.10 on a flash yet. [16:12] graingert: thanks but I don't see how that helps at all. [16:12] is there a way to use wget to get unetbootin? [16:12] dr_willis: pendrivelinux doesn't support 11.10 [16:12] I am trying to learnn it and it seems to always to dowlload everything as an HTML [16:13] faryshta: pendrivelinux is a web site that has collections of tools.. I imagine one of them does.. or has beta versions of the app that does. [16:13] Saturn2888, you would put the full LBA geometry range reported by the drive in fdisk [16:13] Hi there, silly question, but can't find the answer. I know it's possible. [16:13] !ask | CatKiller [16:13] CatKiller: 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. :-) [16:14] yep === EgyParadox is now known as xodaraPygE [16:14] I've installed ubuntu server. Towards the end of the install, at the package selection, I obviously pressed "Enter" instead of "space". I know these packages can be reinstalled using apt-get but I'd like to bring this "package selection" "graphical" util up [16:14] Does anybody know what command I need to run? [16:15] CatKiller: tasksel [16:15] dr_willis: I don' think that is actually a good advice. [16:15] The OS base system is already installed [16:15] graingert: That's it! Thanks a million! Couldn't find it [16:15] CatKiller: 1 million eh? there are only 21 of those [16:16] I did a clean reinstall of Ubuntu this morning (well, Kubuntu 64-bit, but the same basic thing... does Kubuntu use its own channel? Oh well), and so far, the only thing not working for me is sound with Flash (I installed the 64-bit version through the sevencomputers PPA). Anyone know how to get sound working in 64-bit Flash? [16:16] KingSphinx: should "just work" tm [16:16] KingSphinx: you might want to try #kubuntu as they use a different sound system [16:17] Ah, thanks. [16:17] hello [16:17] graingert: No, pretty sure you can thank someone as much as you can and it's more than 21 times ;) [16:17] Hi. For my wireless USB stick to work in Ubuntu 10.04, I need to install linux-backports-modules-wireless-lucid-generic via Synaptic. But, of course, I don't have an internet connection... How can I install it anyway? (Is there a way to download a deb file of it on another computer?) [16:18] i need some help [16:18] !question | sam1080 [16:18] sam1080: 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. :-) [16:18] my sound device is not working [16:18] Glowball: packages.ubuntu.com [16:18] on xubuntu [16:19] sam1080: install the xfce-mixer in the panel and see if everything is turned on/up [16:20] Hi. How can I install 11.10 on a usb? [16:20] tks [16:20] faryshta: #ubuntu+1 [16:20] faryshta: again, please no crossposting [16:21] you know this already [16:21] IdleOne: iceroot you know that in ubuntu+1 there isn't a solution yet. [16:21] IdleOne: Aha, found it! Thanks. [16:21] faryshta: i told you a solution [16:21] IdleOne: iceroot and no one else have joinded. [16:21] faryshta: 11.10 is NOT supported in here. [16:22] IdleOne: there are more people here. Someone might know. [16:22] Glowball: welcome. make sure to download any depends it may need also [16:22] faryshta: try unetbootin, i think there's a version for win [16:22] faryshta: I am going to tell you one more time. 11.10 is NOT supported in this channel. [16:22] which key code is ^@ in terminal ? how can i find out it ? for example Escape is ^[ [16:23] MonkeyDust: thanks I did but it got stucked in the 174 file. [16:23] faryshta: maybe what you want is not possible [16:23] MonkeyDust: if you wish to help him with 11.10 please join #ubuntu+1 [16:24] MonkeyDust: the iso are meant to be hybrid I think it should work but don't know how. [16:25] Hi could someone tell me if there is a better program than devede I find the results aren't great in devede thanks === Neo is now known as Guest83424 [16:26] This tool is used for writing images to USB sticks or SD/CF cards on Windows https://launchpad.net/win32-image-writer a gui/dd tool for windows [16:27] hi [16:27] I like DeVeDE :) does exactly what i need. [16:28] i think theres more advanced apps that do similer tasks.. but not as simple to use. ive not even looked into the alternatives in ages [16:29] Hi! [16:29] hello guys, i took the unbutu path, i decided im tired of BSOD's and now im trying to install it on my laptop [16:29] dr_willis, Compared to convertxtodvd its not great unfortunately i had a quick look at mandvd that looked confusing lol [16:29] HH! [16:29] problem im having is that im trying to install it along my win7 [16:29] gratz Afilthyjew [16:29] How do I stop the join and part messages in the webchat? [16:29] Guest83424: i never want any real dvd 'menus' i just want the thing to play the movie. and loop forever. :) [16:29] i made a partition and installed it, but on boot it will only load win7 [16:29] no unbutu [16:29] Hello I just purchased an HP Pavilion g7 with a Radeon HD 6470M. I subsequently found out that the card is not supported. I have followed instrusctions on installing the driver manually, but then ubuntu won't even start [16:30] grub isnt setup correctly [16:30] Hi! [16:30] I'm back to square on... what am I doint wrong? [16:30] dr_willis, Do you know what the best dvd ripping software is? I have used k9copy but was looking for something better [16:30] the partition is there but it seems unasigned [16:30] wat [16:30] I've got python 2.7 installed, but I need 3.1 how cna I update? [16:30] Thanks for the help all! bye [16:30] GreekFreak: oh, you highlighted me :) [16:30] Afilthyjew, Did you install windows first or last? [16:30] graingert: thanks :) [16:30] windows first [16:31] G7|Cloud: my appologies. It was the model number :p [16:31] JellyingPuff, there is a python3 package [16:31] Afilthyjew, Thats strange what you should have had the option to do was install ubuntu alongside windows and ubuntu would have updated grub [16:31] escott: apt-get install python3? [16:31] GreekFreak: no problem, it's my fault for having g7 as a highlight word :) [16:32] !info python3 | JellyingPuff [16:32] JellyingPuff: python3 (source: python3-defaults): interactive high-level object-oriented language (default python3 version). In component main, is optional. Version 3.2-1ubuntu1 (natty), package size 32 kB, installed size 280 kB [16:32] RyuGuns:!!! [16:32] :D [16:32] Why are you looking up python jragon? [16:32] mmm maybe i need to reinstall? [16:32] RyuGuns: cos imma learning it [16:33] Afilthyjew, Or try sudo apt-get update grub [16:33] Python has many many tutorial web sites out there. :) [16:40] Afilthyjew: Please change your nick to a family friendly one. === jeffbailey is now known as jbailey [16:46] почему я нимагу на ubuntu-ru ничево написать в чат [16:46] !ru | ex-demon [16:46] ex-demon: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [16:46] cannot to send пишет [16:47] hu ? [16:48] ??? [16:48] #ubuntu-ru :Cannot send to channel ????? === Raithi is now known as Bovice [16:48] ex-demon, maybe you need to register your name first. [16:48] !register [16:49] Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [16:49] ex-demon: talk to the operators, some are in #ubuntu-irc [16:49] any operators here? [16:49] skai: what's up [16:49] skai: (you may also want to join #ubuntu-ops) [16:50] ikonia: nonono. im from ubuntu-ru and i need to ask something about your channel bots ^_^ exp exchange or something [16:51] skai: join us in #ubuntu-ops and ask [16:51] is there anyway that i can know what VGA drivers i m using ?>@!?? [16:51] nos__, read your Xorg.0.log or look at the output of glxinfo [16:53] I need something that tests ram, proc, video, hard drive a bootable CD === xodaraPygE is now known as EgyParadox [16:54] look for just that , you'll find one .. [16:54] escii, it says Xorg video driver [16:54] um, Knoppix [16:55] lol [16:55] boot with memtest option [16:55] there is an Ubuntu Recovery CD [16:55] escii, it cant be true right !?!? does xorg have drives .?!? i mean i was actually expecting xf86-video-intel ! [16:57] is there any 'other' way to find which VGA drivers are curruntly installed and then install xf86-video-intel ? [16:59] nos__, xorg replaced xf86 seven years ago [17:02] what is the recommended hardware config for ubuntu natty? [17:02] mh: awesome. [17:02] bitmonk: :) [17:03] bitmonk: my CPU is always over 93%, that is why I am asking [17:04] so i'm trying to upgrade some karmic hosts to lucid (i know, i know) which are behind a proxy server. i've been able to use do-release-upgrade on lucid hosts with the same network config to get to natty, but it hangs on the karmic hosts. what might i be missing? [17:04] and I don't do anything weird, just mp3 listening in banshee and some facebook in firefox [17:04] mh: what sort of hw are you on? [17:05] A very bad laptop, Fujitsu Siemens Amilo Pa1510 Series [17:06] which key code is ^@ in terminal ? how can i find out it ? for example Escape is ^[ [17:06] mh: Javascript on some webpages seems to bring even top notch laptops on their knees [17:06] Memory: 873.4 MiB, Mobile AMD Sempron Processor 3400 [17:06] + [17:07] Myrtti: any way to solve that problem? [17:07] mh: I'm personally trying out if NoScript has any effect on it [17:08] still after closing Firefox, banshee takes 84.4% of cpu. Is this normal? [17:08] using ubuntu classic, no effects [17:09] Hi. I just ran 'sudo rm' on my Desktop directory, that was a mistake and now I'm looking for roots Trash directory. Can't find it anywhere. [17:09] and I am listening a short song, nothing special [17:09] escott, but i just installed them on arch linux ! and they are working just fine ! i m confused [17:10] check your drivers -> https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia [17:10] winut, i dont have nvidia [17:10] duncan-nz: there is no trash on the cli [17:10] duncan-nz: use your backup [17:10] is possibleto encrypt an existing partition? [17:10] winut: or any graphic card for that matter .. [17:11] applies to all, look for "addtional drivers" [17:11] iceroot, so it's quite gone then? [17:11] oh ! [17:11] IS POSSIBLE TO ENCRYPT AN EXISTANT PARTITION?? [17:11] sorry the caps [17:11] duncan-nz: correct [17:11] winut: anyway how do i know which drivers i m using now ?!?! the xorg.0.log has some messy log ! [17:11] it should tell you what drivers are avliable, sorry for not explaining myself properly [17:11] iceroot, ok thanks for the bad news. cu [17:12] have you changed it? [17:12] winut: no [17:12] winut: but i m thinking of changing [17:12] what is listed in addtioanl drivers? [17:13] zemo, not with dmcrypt [17:13] winut: nothing [17:13] escott: what do you mean? [17:13] cause i dont have any grahpic card [17:13] What's a good program to capture a video camera on my screen? [17:14] winut: 00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) [17:14] zemo, or at least not easily. I would just copy the data to another medium, and then setup the encrypted partition and copy it back [17:15] escott: im asking if is posible to cypher a current partition [17:15] seams isnt [17:18] ok, so you need a driver [17:22] I accidentally deleted my Dektop directory and can't work out how to get back to a normal desktop situation where the desktop files are shown on the desktop. Now it's just showing the contents of my home directory. [17:22] I want the contents of the Desktop directory shown on my desktop. [17:23] i keep getting the error "failed to copy file from cd-rom" during installation of 11.04, 64 bit, server [17:23] duncan-nz, use gconf-editor to set nautilus back to ~/Desktop [17:23] it's a mounted ISO, so the CD cannot be damaged [17:23] verify disc says it's completely valid [17:23] md5sum matches [17:23] not sure what else I can do [17:23] Woet: you can mount damaged cd's === Spacewalker_ is now known as Spacewalker [17:24] ikonia: please read all my messages [17:24] ikonia: does your comment still apply? [17:24] Woet: yes [17:24] ikonia: okay, so what do you mean? [17:24] Why didn't anyone tell me about apt-get build-dep before :( [17:24] escott, can you give me a point to where that setting is? [17:24] Woet: becuase the iso is doesn't contain flat files, it contains a squashed file system [17:25] I just added an entry to my hosts file and it won't resolve using ping to test. Others do just fine. any suggestions on troubleshooting? [17:25] ikonia: [19:23:42] md5sum matches [17:25] ikonia: [19:23:40] verify disc says it's completely valid [17:25] Woet: so ? [17:25] so what can cause the problem? [17:25] if the iso is intact, if ubuntu verification says it's intact [17:25] Woet: are you installing from a cd - or an ISO image [17:25] ikonia: I think I mentioned ISO several times now [17:25] duncan-nz, its under apps/nautilus somewhere. I dont have gconf-editor installed. its also the reverse of the instructions you would find online for making nautilus show $HOME as the desktop [17:25] Woet, mounted how? [17:25] rumpe1: KVM [17:26] ikonia: [19:23:34] it's a mounted ISO, so the CD cannot be damaged [17:26] Woet: it's possible when the squashfs is decompressing, it's not valid/sane [17:26] ikonia: [19:23:40] verify disc says it's completely valid [17:26] .... [17:26] Woet: manually look for the file on the uncompressed / running CD [17:26] ikonia: the installer doesn't mention a file. [17:27] escott, it seems to be installed by default, at least in 11.04. Thanks, I'm looking for it. [17:27] Woet: that's dissapointing, but it does suggest it's not able to read (for whatever reason) the uncompressed squashFS file system [17:27] ikonia / rumpe1: http://i.imgur.com/qJerW.png [17:27] duncan-nz, /apps/nautilus/desktop. if its not in there then its in your ~/.config/user.dirs file [17:27] ikonia: okay, but the md5sum matches, so the ISO is not corrupt [17:27] ikonia: the installer verify disc says it's okay, so it's mounted properly [17:27] Woet: you're not listening to what I said [17:27] escott, that's where I'm looking - but I'm not sure what I'm looking for. [17:27] Woet: carry on as you want [17:27] ikonia [17:28] ikonia: if it can't read the 'squashFS file system', then wouldn't 'verify disc' say it's broken? [17:28] seeing it manually checks all md5sums of all files inside the iso.. [17:28] Woet: carry on as you want [17:28] escott, think I've found it. Thanks. [17:28] ikonia: if you want to help, that's great, but please be specific [17:28] Woet: I don't want to help anymore, [17:28] ikonia: good. [17:29] escott, it's just a binary on 'desktop_is_home_dir' [17:29] rumpe1: installer console says 'unhandled error code', hostbyte=DID_ERROR driverbyte=DRIVER_OK [17:31] escott, my mistake that's whether HOME should be used as the desktop directory. It claims that when set to false it will use /Desktop but that's not what it's doing (I've restarted each time to check). [17:31] Woet, hmm.. looks like the error, when i tried to mount the oneiric-iso via grub and install that way. Had to go to shell and mount /dev/sr0 (after something else?) manually. But i always thought, vms emulates cd-rom-drives, so the installer shouldnt get confused. [17:32] rumpe1: going to try at the shell [17:32] how do i compile xf86-video-intel driver > [17:32] duncan-nz, there are two things that control this. one is the ~/.config/user.dirs file which sets a variable for XDG_DESKTOP_DIR and the one in gconf controls whether or not nautilus uses the folder specified there [17:32] Woet, is it oneiric? [17:32] rumpe1: doesn't ring a bell, so probably not [17:33] rumpe1: just ubuntu server, 11.04, 64 bit [17:33] duncan-nz, and make sure you are doing killall nautilus && nautilus [17:35] where does apt keep track of installed packages? I want to get rid of loads of packages at once and was hoping I could just delete them from some wanted packages list and then apt-get autoremove [17:36] escott, sorry I'm confused. What the path to ~/ is that my home dir? [17:36] hey guys. i'm having a BIG issue with gettin the most recent drivers for my video to install. I have the new driver install.. but it wont run due to X running. any help [17:36] sven^, dpkg --get-selections and --set-selections are probably going to be helpful here [17:36] duncan-nz, yes $HOME/.config/user-dirs.dirs [17:36] rumpe1: anyways, just going to install 10.10 and upgrade from there - 10.10 installs work without an issue [17:37] sven^, after installation? you can generate a "packages list" with dpkg --get-selections and use it later with --set-selections to install/remove the packages from the list. [17:37] :/join#html [17:37] escott, I ran 'gedit .config/user.dirs' but there is nothing there. [17:37] fail, otaylor [17:38] otaylor, you want '/join #html' [17:38] yeah [17:38] im new to ubuntu [17:38] VampsDaBeast: if that's is the cause, stop the X ~ run it in console .. but i doubt it is the cause. [17:38] otaylor, that command is older than Ubuntu :-) [17:39] duncan-nz, its user-dirs.dirs (i forgot the -dirs) [17:39] wildbat: when i run the install thru terminal i et the message 'installation can not continue while X server is running. Please close X server and rerun the installation.' [17:39] All: Looking for a HOWTO on installing Network Manager without internet and without liveCD. Anyone know where? [17:40] escott, my bad typing actually, you remembered it just fine. [17:40] VampsDaBeast: that's what i said stop then X first. sudo service gdm stop. [17:40] duncan-nz, i left it out when i first gave you the filename [17:41] hello [17:45] escott, thanks for the help, that problem is now fixed. [17:45] Using v11.04, why is it that I cannot see the "Session Options Tab" in the "Startup Application Preferences"?? I'd like my system to restart the applications I'm running when I logout. TIA! [17:45] escott, sadly I have no recollection of what files where on the desktop, certainly not a folder I backup, more a cluttered space. Thanks for the help. === LouisJB_ is now known as LouisJB === zach is now known as fermionic [17:52] wildbat: ok that work.. got the new drivers install, but now i have 2 nvidia X setting in the system menu, how would i get rid of 1) the old nvidia setting manager and 2) the older nvidia drivers [17:56] How do I diagnose if my computer's APM in broken? [17:57] hey [17:58] I'm having a problem with kworker [17:58] does anybody know about this issue? (It is making my computer slow) [17:58] Hallo! I installed Kubuntu 11.04 yesterday but I have no sound. I tried calling a module as this HOWTO https://help.ubuntu.com/community/HdaIntelSoundHowto suggests, but it didn't work. Any help please? [17:58] !uname -a [17:58] damn [17:59] I think kworker is something for cron jobs, so you might have a script running in the background [17:59] my kernel version is 2.6.38-11 [17:59] anyone know how to remove an old driver and setting manager for nvidia [17:59] anadon: it is called by the kernel [17:59] whoops [17:59] juboba: did you fully update? [18:00] yes [18:00] is it possible to move the unity bar? [18:00] no [18:00] I didn't think so [18:00] anadon, juboba kworker is the kernels worker threads. it is completing time consuming actions initiated by drivers or userspace [18:01] Is there a tool for U 10.10 64bit that uses the W-lan device to scan the frequences around 2,4 GHz and plots a fourier transformation for frequences around 2,4GHz. There seems to be a disturbing source of electromagnetic waves in my house [18:02] escott: you busy or have time to help me figure out why i have 2 nvidia ogjects installed. [18:02] objects** [18:03] VampsDaBeast, don't know much about nvidia. you probably have 2 because they keep the older nvidia drivers around for people whose cards are not supported by nvidias newer drivers [18:04] escott: my card is newer, its the gt 220. i was finally able to get teh newest driver installed but now, i have 2 nvidia x server settings in my system options menu. [18:04] I got the feeling that my graphics card could have a better driver, or that something is wrong. who could like to help me? I think there are no proprietary drivers installed. I am using Natty and the graphics card is ATI Radeon Xpress 1100 [18:05] so I did what the guide said, called modprobe with the appropriate command, rebooted but didn't work. [18:05] escott: how can I solve my problem? kworker is using too much CPU [18:06] VampsDaBeast: find the old package and remove it with synaptic [18:07] Does anyone know what jetty does? [18:07] Hallo! I installed Kubuntu 11.04 yesterday but I have no sound. I tried calling a module as this HOWTO https://help.ubuntu.com/community/HdaIntelSoundHowto suggests, but it didn't work. Any help please? [18:08] I got an error that something wasn't configured properly after installing some updates and it called jetty. I already googled jetty, butI don't understand. === CodeOmegaPrime is now known as CodeOmegaPrimeZz [18:08] Hey guys, can anyone help me with installing rTorrent? [18:08] !ask| Jonathan458 [18:08] Jonathan458: 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. :-) [18:08] !info jetty | Somelauw [18:08] Somelauw: jetty (source: jetty): Java servlet engine and webserver. In component universe, is optional. Version 6.1.24-6 (natty), package size 775 kB, installed size 1164 kB [18:09] Jonathan458, sudo apt-get install rtorrent . done. [18:09] auronandace: ok. So what do I need it for? === Anon is now known as Anonymous [18:09] wildbat i tried that [18:10] let me show u what i got [18:10] Jonathan458: then read its man page, it needs some configuration but it's not hard. [18:10] thanks for the ubottu info at least [18:10] wildbat: do that now, lets hope it works right === Anonymous is now known as Anon [18:10] Somelauw: you must have installed it at some point, don't you remember? === patrick is now known as Guest87633 [18:10] Somelauw: either you installed it or it got installed as a dependancy to something else [18:11] auronandace: Maybe it came with wamp [18:11] so any proprietary drivers available for Radeon Xpress 1100? [18:11] wildbat: its says rtorrent is already the newest version... but where is it? Sorry im noob to this [18:11] mh: no. The open source 'radeon' driver is all that you can use. [18:11] ok, thanks. weird that it broke [18:11] Jonathan458: rtorrent is a cli program, there is no gui and it will not be in your menus. [18:11] Jonathan458: type alt-F2 rtorrent [18:11] Jonathan458: simply open a terminal and type “rtorrent” [18:11] Pici: thanks [18:11] Jonathan458: Try Alt+F2 and then enter rtorrent === Anon is now known as An0nmy0us [18:12] wildbat: what was the keystrokes for 1 exiting X server, gettin a Command Line and 3 entering back in to the KDE screen [18:13] no command found MonkeyDust, Somelauw [18:13] oh nvm [18:13] im dumm ass [18:13] case ?;p ? [18:13] <_2easy> i can't disable gdm using "update-rc.d -f gdm remove" in ubuntu 11 why is it so? [18:13] Pici: I get some lags when I type letters, for example. Any possible solution for this? [18:13] Vampire0_, ctrl-alt-f# 7 is the X server [18:13] Hi!May anyone help me how to intergrate gnome player with my chromium?It says "missing plugin" althought I installed it! [18:13] #join :P [18:14] _2easy: sudo service gdm stop. [18:14] #Join Kubuntu === yaya_ is now known as mocramis === jbailey is now known as Guest45538 [18:15] wildbat after runnign rtorrent in the terminal i get error: Could not read resource file: `/rtorrent.rc [18:15] An0nmy0us, /join #kubuntu [18:15] Jonathan458: I googledrtorrent and since it seems to be a ncurses client, you should open a terminal and start it from there [18:15] thanks [18:15] An0nmy0us: /join #channel [18:15] IdleOne: that takes you to a blank screen correct? [18:15] VampsDaBeast: believe so. [18:15] Jonathan458: type man rtorrent, it will give you insight as to make your own ~/rtorrent.rc. It's the configuration file. [18:15] IdleOne: how to get start a command line from that screen [18:15] Yes Somelauw i found guide stateing that and i installed the ncurses command but still nothin [18:15] VampsDaBeast: ctrl-alt-F1 [18:16] IdleOne: then without having to reboot, how would i return to my GUI desktop? [18:16] where are keys specified for ubuntu repos? i created a local server and i cant seem to find where i specify the key to sign it with [18:16] ctrl-alt-F7 [18:16] ctrl-alt-f7 [18:16] Jonathan458: Check the file .rtorrent.rc and if it doesn't exist, create it or otherwise check the man or some tutorial for instructions. [18:17] thanks all [18:17] Hi [18:17] sometimes if the xserver crashes it reopens at the next virtual console, ctrl-alt-f8 too [18:17] VampsDaBeast: or simply alt left arrow [18:17] GordonGR type that in Run or terminal? [18:17] <_2easy> IdleOne: but i want do it permanently, so that after reboot it starts in terminal [18:17] !nox | _2easy [18:17] _2easy: 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:17] Jonathan458: terminal [18:18] hi [18:18] I'm trying to open a pdf file with libre office but there's just a load of weired lettering. [18:18] there is a gui man page viewer, but I can't remember how it was called [18:18] hi. how I can use Connect to Server to call smbfs else only smb? [18:18] Hi people!Is anyone available to solve together my little issue? [18:18] Hey guys, I have a question [18:18] <_2easy> IdleOne: thanks! [18:18] Hallo! I installed Kubuntu 11.04 yesterday but I have no sound. I tried calling a module as this HOWTO https://help.ubuntu.com/community/HdaIntelSoundHowto suggests, but it didn't work. Any help please? [18:18] Is there a way to generate a list of paths with filenames, instead of the output that ls generates normally? [18:19] What I'm looking for is output from LS similar to the windows command "dir /S /B /A-D" [18:19] toumbo: just as, the channel will repond if we can [18:19] ohzie: ls --help :-) [18:19] ohzie, would that print out the contents of the files in the folders? ls -l * might help [18:20] GordonGR: Having looked over the man page for something similar to what I'm looking for, I've turned to the ubuntu channel because I haven't found it. [18:20] GordonGR: Thank you for your RTFM though. [18:20] ohzie, would that print out the contents of the files in the folders? ls -l * might help [18:20] ben_unity: Thank you so much! [18:20] ;D [18:20] Ok here is my question again: how to intergrate gnome player with my chromium?It says "missing plugin" although I installed it! [18:20] ohzie: ok ok, I'm sorry. I usually use ls -la, it shows the hidden files/folders too [18:20] where are keys specified for ubuntu repos? i created a local server and i cant seem to find where i specify the key to sign it with [18:20] GordonGR: can you run the alsa-info.sh file detailed on the sound troubleshooting page and give the generated URL [18:21] If anyone else needs something similar to what I've been looking for, I did find it [18:21] LS is incapable of generating the output I was looking for, but 'find' does it quite nicely with no arguments but folder [18:21] ActionParsnip: what is that page? [18:21] GordonGR not sure what i need be doing in the file [18:22] toumbo, in firefox there is something to define what it does with files, you could look up 'chromium setting file uses' or something along those lines [18:22] Webonaute: can you rephrase please. If you have a samba server then nautilus can get you access via gvfs === DRW__ is now known as DRW_ [18:22] !sound [18:22] If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [18:22] Jonathan458: rtorrent.rc is the file with all the configurations. I don't have one any more, otherwise i'd send it to you [18:22] thanks, ActionParsnip [18:23] thanks GordonGR [18:23] ben_unity okay I'll try it!Thanks for the response! [18:23] GordonGR: first link, search the page for alsa-info.sh and run the command you find please [18:23] Right [18:26] #it3s [18:26] ops === AaronT is now known as Guest94055 [18:27] sorry. [18:27] ActionParsnip: http://www.alsa-project.org/db/?f=6dcbb2feb24fe47cc4926a755ec4540ea7e10530 [18:27] who do i report a bug in rm to? [18:27] GordonGR: perfect. Gimme a sec [18:28] ActionParsnip: take your time, mate :) [18:29] Hi [18:29] For some reason, my updates dont seem to update the Grub boodloader. [18:29] Hi Peyam [18:29] fenfir: it would be against the coreutils package in launchpad, but are you sure its a bug? [18:29] ska, did you install startup manager? [18:29] I lock my computer (laptop) and when I open the lock I cant see Log in anymore [18:30] Using 10.04.1 [18:30] pici: if you make a file named -esomething and try to rm it it interprets it as a flag, even if quoted, escaped [18:30] fenfir, are you sure it's a bug? Looks like "rm" is part of coreutils [18:30] urlin2u: not sure.. what does it do? [18:30] I lock the cpomputer to suspend and open it again.. no Login. Using Ubuntu 11.04 [18:30] fenfir, that's not a bug [18:30] how do i delete the file then? [18:30] fenfir, rm -- "-filename" [18:31] fenfir: thats not a bug, and its even mentioned in its own manpage. [18:31] ahh [18:31] urlin2u: startupmanager is not installed. How do I update the kernels now? [18:31] fenfir, its in the man page [18:31] i really should rtfm [18:31] ska, it is a default boot app but is I'm not sure about lucid not defaulting on a kernel update above lucid. You only get a grub-update when a new kernel or kernel patch is installed. [18:31] this is what i get for thinking rm was simple [18:31] ska, sudo update-grub [18:32] fenfir, remember that escaping is for the SHELL (bash), once it gets to rm it looks like -filename and rm thinks things that start with "-" are flags [18:32] I have written a small console based game and wish to port it to other Linux Distros. I have a netbook with 11.04 and 3 desktops, running Fedora 15, OpenSUSE 11.4, and Gentoo, is there a way I could access a console on them to run gcc? I have ftp working, but ftp is only file transfer. I have heard of ssh, how could I set it up? [18:32] ska, if yo have a dual boot linux set up the last install has the grub control you have to run the update-grub there. [18:32] you [18:34] urlin2u: Thanks.. no mine is single boot.. all is clear. i hope. [18:34] ska, cool. [18:35] I try to mount a mac share on osx lion and I alway got : mount error(22): Invalid argument [18:36] Hi. Can you tell me how to alter keys on keyboard. I have ubuntu 11.04 and Unity. There is no vertical bar on it - needs to be added. [18:36] I use : sudo mount -t cifs //192.168.1.197/Share /mnt/share/ -o user=username,sec=lanman,servern=SHARESERVER [18:37] I have try with smb and smbfs and I got same error [18:37] I dont know what else to try. [18:38] <13WAAB3VR> how do you create a windows 7iso in ubuntu [18:38] if I try with "Connect to server" from UI. it connect, I can create directory but I cant copy, create or edit file [18:38] Is anyone else here using Natty on a machine with the AMD HD6350 Graphics chip? I'm having trouble getting my backlight to come on after suspending to RAM. [18:38] On windows with same username, I can edit these file. [18:38] so its not a permission problem [18:39] no problem on windows or mac. only on ubuntu. [18:39] 13WAAB3VR: burn, you mean? [18:40] <13WAAB3VR> alkafoo: yes the first two appear to be corrupt when i try to install it [18:40] 13WAAB3VR: try burning at a slower speed, like 4x [18:40] 13WAAB3VR: otherwise you could image to a USB stick, or boot from GRUB [18:40] 13WAAB3VR: or just install to a VM [18:41] <13WAAB3VR> alkafoo:I'm on natty now after it said the disk was corrupt now my win 7 won't boot at all [18:42] 13WAAB3VR: what said which disk was corrupt? What won't boot, you already have Windows 7 installed to a hard disk? [18:43] Hello. How can I change a GPU kernel module version? I nstalled Nvidia's propietary drivers (280.13) but when I try to boot I can't, because it says: "Error: APIA mismatch; The nVidia kernel module has version 270.41.19 but this Nvidia component has version 280.13... So, how do I fix this? [18:43] I am in FAILSAFE mode [18:44] <13WAAB3VR> alkafoo: I have win 7 32bit, i was trying to install 64bit but after copying the win7 64bit files the installer decided that my disk was corrupt and it couldn't continue [18:44] Osmodivs, that shouldn't stop your boot, you should just end up at a console. there you can fully remove the old nvidia version [18:45] Osmodivs: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia/ [18:45] 13WAAB3VR: check you ISO with md5 yet? [18:45] <13WAAB3VR> wildbat: how do i do that in natty? [18:45] escott: Well, I am in the GUI right now, failsafe mode. So you are saying that I need to delete the "nvidia-current" in synaptic? [18:46] 13WAAB3VR: md5sum === XLV_ is now known as XLV [18:46] Osmodivs, dpkg -l "*nvidia*" should list all nvidia packages installed. be sure to remove and purge those that you don't need [18:46] join #nm [18:47] misstype lol [18:47] 13WAAB3VR: sha1sum filename; http://blogs.technet.com/b/dmelanchthon/archive/2009/07/23/windows-7-rtm.aspx [18:48] escott: I am not that good in the terminal, is it ok if I uninstall them from synaptic? [18:48] Osmodivs, synaptic should be fine [18:50] ok, so my (k)ubuntu upgrade crashed midway through (running in a screen which is gone now), and apt-get dist-upgrade just gives me a message that some packages have been held back. I don't dare reboot, what can I do? [18:50] trying to dist-upgrade with aptitude just gives me crap solutions involving removign libc6 (!) [18:51] hi [18:51] good eeevening [18:51] wtf did that sun/shadow go in 11.04 [18:52] i have a little problem. I have my ubuntu root on /dev/sda11. Can i remove all the other partitions in the extended partition and resize the size of the extended partition? [18:52] dob_: short answer: yes; long answer: you'll have to be a lot more specific if you want precise instruction [18:53] metellius: what message? [18:53] alkafoo: [18:53] The following packages have been kept back: libreoffice-base-core libreoffice-calc libreoffice-core libreoffice-draw libreoffice-impress libreoffice-kde libreoffice-math libreoffice-writer nfs-common nfs-kernel-server python-uno [18:54] metellius: that doesn't sound like much of a problem [18:54] alkafoo: I have another idea. I have some free space left on the device. I will now create a LVM PV and move my root and swap into that. Then i will remove the exteneded partition and resize my PV to the max size. [18:54] what isn't working? [18:55] alkafoo: all attempts at actually continuing the upgrade [18:55] dob_, moving into lvm could cause more problems than it solves, esp. if your initrd doesnt support lvm [18:55] metellius: so you just want those package to not be 'kept back' [18:55] escott: Can i add support for lvm to my system? [18:56] alkafoo: i guess, yes. either way, the overall goal is to finish the upgrade [18:56] dob_, if you have sda4 as extended containing sda5,6,7,8,9,10,11 just delete 5-10, and grow 11 to fill sda4 [18:57] dob_, the grow will take a long time, but its the simplest change [18:57] metellius: http://www.google.com/search?q=%22following%20packages%22%20%22kept%20back%22%20site%3Aubuntuforums.org [18:57] escott: my primary goal was to use lvm :-) [18:57] to be more flexible in the future [18:58] dob_, just be aware that your bootloader must be able to find the initrd (not sure grub can understand lvm) and that your initrd must be able to load the lvm modules or they must be built in. I don't know if that is standard with ubuntu desktop === pyguy7 is now known as ia9371 === ia9371 is now known as ai9371 [18:59] escott: thank u, i will try it ... [19:00] dob_, generally putting things like a system root or a boot partition on lvm is not the right approach. you want your data that does vary like your music or your /var partitions on lvm [19:00] hi! how to backup theme directory? i want to use shell-theme. so i'm interested in some safety :) [19:00] dob_, clone the stuff before you break it if you want a copy when you do. [19:00] anyone running upto date 11.10 ? I noticed after this mornings small updates skype refuses to launch :( [19:01] zodiak, #ubuntu+1 [19:01] okay. I will move my boot to /dev/sda1 first. And then check what i will do afterwards.. [19:01] urlin2u, awesome. danke. [19:01] thank u guys [19:01] dob_, move your boot? [19:01] hi! how to backup theme directory? i want to use shell-theme. so i'm interested in some safety :) [19:02] alkafoo: yeah, I did my googling; all the posts suggest update->upgrade->dist-upgrade fixes it, but this is not the case for me [19:02] it just gives me the same message, twice [19:02] metellius: What release of Ubuntu are you running? [19:02] I'm in the middle of 10.04 -> 10.10 upgrade [19:02] no [19:02] 11.04 -> 11.10 :) [19:03] 11.10 is out? [19:03] beta1 [19:03] AlessonZaire, still i development you can download dailies, [19:04] in* [19:04] metellius: Then you should be asking in #ubuntu+1, that is their support channel. [19:04] ah, I see [19:04] metellius: The repositories might be in an inconsistant state at this time. [19:04] Yay \o/ [19:04] Thanks urlin2u [19:05] Pici: ah, I see [19:05] where is theme directory? [19:05] Nope. it didn't worked [19:05] Pici: what exactly is "at this time"? is there some package upgrade in process in the repositories? [19:05] AlessonZaire, no problem. [19:06] metellius: I just mean that could be a possbile answer, I'm not sure if theres anything going on right now, the folks in +1 should be able to help you sort it put. [19:06] ok. [19:10] hi so i'm needing to be able to disable my network manager for 11.04 [19:10] hi, does someone know how i can disable the effect that takes place when you change desktop backgrounds? it seems to lag my computer === oioioi1905763 is now known as phillip_bolado_d === patrick is now known as Guest1939 [19:16] Flark706, and after you disable n-m, do you want to use /etc/network/interfaces file or wicd or something else? [19:16] actually i was able to do a service stop command so i'm going to see if that fixed the error === hussain is now known as Guest97015 [19:17] hello [19:19] Is there any reason that after a dual-boot install of Ubuntu and Win7 my motherboard splash screen spends about 20 seconds longer on the screen? [19:20] /#ubuntu-zh [19:20] Underscore: no [19:20] Underscore: the bios has nothing to do with the OS [19:20] How can I see what device my keyboard is in /dev/input/eventX ? [19:21] hi [19:21] ikonia: Well it's pretty weird then, since this seems to be the cause [19:21] Underscore: but it's not [19:21] ikonia: But why would it only just start after installing ubuntu? [19:21] Underscore: no reason at all [19:22] ikonia: I do agree it doesn't make sense [19:22] Underscore: unplug the ubuntu disk, see if it speeds up [19:22] Underscore: http://en.wikipedia.org/wiki/Post_hoc_ergo_propter_hoc [19:23] ikonia: It's on a single disk unfortunately, so I can't try that [19:23] Underscore: just pull it out [19:23] Underscore: you don't have to boot it [19:23] ikonia: Ah, true [19:23] hello how to print Underscore ? [19:23] _ [19:23] Dice-Man: press the underscore key [19:24] ok [19:24] _ [19:24] well done [19:24] that's cool === Crypto is now known as Guest65128 [19:24] <[THC]AcidRain> lol [19:24] Dice-Man: please don't mess around with silly questions [19:25] ikonia, i'm reminded of the story of the person who kept a file with some character on the keyboard so it could be copied and pasted into documents as needed [19:25] ikonia: well the question was badly formulated [19:25] ikonia: i want to know the ascii code for the underscore [19:26] where can i see that ? [19:26] google ? === tensorpudding_ is now known as tensorpudding [19:26] the ascii database ? [19:26] it's not really an ubuntu issue [19:26] Dice-Man, sudo apt-get install ascii; ascii; [19:26] how can i manipulate the effects that unity uses? [19:26] Hello today I put ubuntu but it bothers me in the eyes watching the monitor, the characters appear to be poorly defined, perhaps this is the cause, is a known problem? [19:26] or i mean change/edit them actually [19:26] jhbuild build [19:26] jhbuild: could not load config file, /home/daavis/.jhbuildrc is missing [19:26] (trying to get shell 3.0) [19:27] oops, sorry [19:27] what to do [19:27] ? [19:27] cataldS: perhaps the text is more antialiased than you'd like [19:27] cataldS: you can change that [19:27] cataldS: if you're just coming from Windows, though, give it a couple weeks you might grow to prefer it [19:28] !ccsm | mello [19:28] mello: To enable advanced customization of desktop effects in Ubuntu: install 'compizconfig-settings-manager' or 'simple-ccsm'. If you install the latter, a new option will appear in your appearance properties - See also !compiz - Help in #compiz [19:28] cataldS, its likely the subpixel rendering order is off. change the ordering in your font config settings [19:29] escott i thought that unity was running mutter, so how can i change it's settings with ccsm? well let me try so anyways [19:29] mello, mutter is gnome3 [19:29] alkafoo: yes I come from windows but i used ubuntu 2 years ago and i had not these issues [19:29] hallo [19:30] Do You someone know about czech ubuntu? [19:30] escott you've got any idea what settings are most likely to cause problems with ATI cards? [19:30] ok so i'm trying to stop my network manager from running i ran a service Network-Manager stop command but that doesn't seem to have worked [19:31] cataldS: well then you either have encountered a bug, or you need to change your text rendering config [19:31] mello, no idea sorry [19:31] cataldS: you might want to show someone a screenshot and describe what you don't like [19:32] please, can you help mee? [19:32] Flark706, it is fairly hard to stop nm as it gets started by various dbus messages whenever you plug something in. supposedly putting something in /etc/interfaces will prevent nm from managing that interface [19:32] alkafoo: I tried to set here http://i.imgur.com/58w8b.png but there are not changes [19:32] !cz | kukovlado [19:32] kukovlado: České uživatele žádáme, aby mluvili v kanále #ubuntu anglicky. Česky je možno se domluvit v #ubuntu-cz. Děkujeme. [19:33] so, I speak english, and I wants help from you [19:33] wants? :D [19:33] escott: lol yea i'm starting to realize that.....any thoughts on what it would be? [19:34] kukovlado, but we dont speak czech so we don't know anything about that localization [19:34] kukovlado: just ask, we will try to help [19:34] nobody have idea on probleme I post 30 minute ago? [19:34] escott: truth be told i just need to stop wpa_supplicant dhclient these two processes [19:35] Webonaute: well, can you re-ask your question please ? [19:35] i might be off when you posted it :) [19:36] yeah. I want to connect to a share hosted on a Mac OSX lion. I can connect to it, I can create folder but I cant create/copy/edit file. [19:36] with the same user on windows or other mac machine I have no problem [19:37] hello, im trying to compile MIRACL on ubuntu 11.04 64bit, and doing bash linux64 renders this error: usr/bin/linux64: /usr/bin/linux64: cannot execute binary file anyone know how to solve that? === AaronT is now known as Guest65477 [19:37] hello. I installed openssh server. How do I set it up so it doesnt start automatically and how do I stop it now? [19:37] trying to stop wpa_supplicant and dhclient any thoughts? [19:38] hello [19:38] MapMan, service ssh stop will stop it for now [19:38] MapMan look at rc-update [19:38] MapMan: It's currently set up to start automatically. And you can stop it by: `sudo service ssh stop` [19:39] MapMan: Yes that will stop it. If you do not want it to load rc-update will help [19:39] okay, thanks, Ill look into it [19:40] Dice-Man: I have try sudo mount -t cifs //192.168.1.197/Share /mnt/share/ -o user=username,sec=lanman,servern=SHARESERVER I have try to change cifs for smbfs, alway the same error refering to Not implemented function [19:41] hi [19:41] can't access workrave setting in natty, anyone know? [19:41] I want my system to start an ssh tunnel on startup [19:41] how can I go about achieving this ? [19:41] WormDrink, add it to rc.local [19:43] Ok, so I decided to use Ubuntu drivers only. How do I uninstall a .run file from Nvidia? [19:44] WormDrink: man update-rc.d (lots of detail there) === Mud is now known as Guest82076 [19:45] hmm guys [19:45] Im confused about the update-rc.d [19:45] or no [19:45] nevermind [19:45] hi [19:46] wow [19:46] this is really working! [19:46] we are not robots, just confirming [19:46] :) [19:46] hi Kazilla [19:46] hi [19:46] MapMan, just read some of the example scripts in /etc/init and make your own script to start the tunnel [19:47] what's up? [19:47] xox2011: just answering questions. Do you have some? [19:47] escott: I think you confused me with someone :) [19:47] nothin, watching the game, drinking ubuntu [19:47] what question? Sunice [19:47] snorting hoes, fu*king coke. [19:48] MapMan, yes sorry [19:48] Would anyone be able to help diagnose why I have some rather monstrously large, and growing startup times, as can be seen by my full dmesg log: http://overminddl1.com/misc/dmesg.txt [19:49] xox2011: hang out for a bit and you'll see. Great distraction from work. === Tuna-Fish2 is now known as essipessi [19:49] OverworkDL1, note the ext4 orphan stuff [19:49] how do i use inxi in chat again [19:50] OverworkDL1, your filesystem is corrupted which requires recovery and adds to the boot time. fsck your filesystem first [19:51] hi [19:51] <[SPSU]Zach> is there away to install directly to my hard drive? [19:52] Zach: are you running on a live cd? not sure I get the question [19:52] OverworkDL1, if it still takes a long time you can install bootchart to see what might be the cause [19:52] how can update xfce 4.6.1 to 4.6.2(assuming 4.6.2 is available) using apt-get [19:53] escott: how should I set this? http://i.imgur.com/58w8b.png . I'm trying any configuration but there are not changes. [19:53] escott: Perhaps that could be caused by the system not shutting down clean, the computer is never powered off, but it has a tendency to lock up when I run a few graphical intensive applications, even the screen turns into blue/black colored bars when that happens. [19:53] gurmal: if it is part of the repo the release should become available with a simple safe-upgrade option. [19:53] cataldS, try different things until it looks better. its a rather subjective thing [19:54] gurmal: I'm not currently running xfce though. [19:54] The applications I run that cause a lockup, unsure if it is due to the graphics, but every time it crashes it happens when it is writing temporary state to disk, corrupting its data. [19:54] cataldS, i would set the dpi first because that you can actually measure [19:55] escott: Also, doesn't the orphan recovery take less then a second according to the log? [19:55] @sunice where can I get that option , using ubuntu karmic 9.1 [19:56] I have a Sony Vaio VPCF126FM. It has an eSATA/USB port. I am plugging in a SATA hdd to it through a SATA->eSATA cable, but dmesg does not report any new devices when I plug it in. If I plug in a USB device, it does recognize it. 11.04. Any suggestions? [19:56] my problem is that xfce gets stuck after some time , ubuntu works ok with gnome [19:56] OverworkDL1, it is easier to fix an identified problem than to speculate on if it causes or does not cause subsequent problems [19:57] i have a problem with my nvidia geforce gt540m and ubuntu 11.04 ,, its not working properly [19:57] escott: True, I shall safely reboot when next possible after an fsck [19:57] earthmeLon, my motherboard doesn't support hotplugging esata (some do), try restarting with the external esata plugged in [19:57] OverworkDL1, and check your smart status just in case the disk is bad (disk-utility tool) [19:57] Any thought about the locking up? [19:58] mansor: Download the driver from Nvidia's site [19:58] mansor: You will regret it [19:58] escott: Already have checked SMART, not failing, yet anyway [19:58] OverworkDL1, and install bootchart. the lockup you are describing is most likely video driver related. drop back to classic [19:58] escott: Just did install bootchart [19:58] Ok, rebooting [19:58] why would i regret it ?? [19:58] Hello. I recently installed realtek audio driver on ubuntu and it broke my sound and alsa tools. I reinstalled ubuntu-desktop, gdm and sound tools, but nothing helped. :( Is there a way to fix other than reinstalling? [19:58] i didn't download anything yet ,, [19:58] How do I install a .tar.bz2? [19:58] hey any1 xfce gets stuck on karmic , wish to update using apt [19:59] escott: Oh I hope it is not video driver related (why freeze only when writing files though?), I need it fully accelerated... [19:59] zykotick9_, I will give that a try. What use is eSATA if it's not hot-plugable? :P [19:59] conrad90, first check if the software is available in synaptic [19:59] This is Firefox 8. It is not. [19:59] I already extracted it via the archive manager [19:59] earthmeLon, hotplugging depends on your hardware! As for use (even if hotplug doesn't work), 'cause it's like 10X faster then USB... [20:00] http://kut.as/06aj please help, i'm still getting this error [20:00] OverworkDL1, you said it tends to freeze when running graphically intensive applications [20:00] escott: Yes, but it only crashes when both the graphically intensive apps are using the graphics, as well as writing files, *never* when not writing a file... [20:01] mansor: Because Nvidia's propietary drivers are too much for Ubuntu, you should stick with Ubuntu's old but trusty drivers [20:01] escott: I do run the GUI accelerated as well, even stressed it out and it never crashed for note [20:01] zykotick9_, Is this my eSATA controller as well as my SATA controller: SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 05) [20:01] OverworkDL1, DMA or IRQ conflict? i don't know [20:01] Osmodivs: did you mean nvidia's proprietary drivers _on their site_? [20:01] mansor: I just reinstalled 270.41.19 when I got the 280.13 fron Nvidias site [20:01] earthmeLon, probably? [20:02] every time I have played wirth vid drivers they crap out on me [20:02] escott: Checked those, I shall be remotely rebooting my computer soon and I have bootchart installed so we shall see what it says, thanks for that tip [20:02] OK guys , seem like you are kinda busy now .. catch ya later [20:02] alkafoo: They are usually in AMD's site [20:02] ^^ [20:02] Just trying to figure out a way to look up information about the controller instead of rebooting. Guess I'm rebooting. Thanks guys [20:02] the thing is unity isn't working on my laptop ,,, [20:02] conrad90, generally for tarballs it is ./configure --prefix=/opt/whatever; make; make install; [20:02] Looking for a wifi card for my desktop. I'd prefer PCI but it looks like they don't make those anymore or something..? [20:02] sorry guys [20:03] any help? [20:03] I am back [20:03] how old is ur laptop? [20:03] you mean that its because of the driver but installing it will give me so much troubles? [20:03] someone asked me something a couple of minutes ago [20:03] Any recommendations? The wiki said to look for certain chipsets, but it's not clear what cads have those. [20:03] are you guys using ubuntu? [20:04] i am? [20:04] if ur ubuntu detects vid drivers.. install them.. otherwise.. don't play with vid drivers [20:04] JusticeZero, wikipedia is often helpful for identifying where the chips are used [20:04] I'm using asus netbook n it comes with wins 7 [20:04] xox2011: yes, I use ubuntu [20:04] ergh. wikipedia also has an annoying tendency to not be updated regularly in my experience so far. [20:04] I'm wondering if ubuntu would be better [20:04] is there a way to open my hidden folders from gnome? [20:05] for instance [20:05] hi Action [20:05] lol [20:05] totally better than win 7 [20:05] /home/user/.hidden [20:05] gebbione, ctrl+h to show hidden [20:05] but lots to learn [20:05] its not the end all to be all [20:05] ryan too much [20:05] oh [20:05] gebbione, nautilus has a "show hidden folders" preference [20:05] see all these things [20:05] gebbione, ctrl-l and type the path [20:05] I see [20:05] should have an interface equivalent [20:05] xox define 'better'. I know I can do a lot with ubuntu running x on a netbook that would be out of reach if it was running xp, and win7 is even more of a bear. [20:05] thanks Ryan [20:06] How do I install a Dell a920 printer? [20:06] will gnome3 be on 11.10 ? [20:06] daavis, yes === SilverFox is now known as Guest10348 [20:06] daavis: It will be supported, but not on there by default [20:06] JasonGriffee: you have cups installed? [20:06] daavis: yes [20:07] nice [20:07] th0r, cups? [20:07] xox2011: better is an opinion, so never concrete. Depends what you use your OS for [20:07] JasonGriffee: open a web browser and point it to localhost:631 [20:07] Polah, you mean.. it will be like an option ? selectable ? [20:07] xox2011: I suggest you boot to liveCD or LiveUSB and you can test for yourself [20:07] daavis, sudo apt-get install gnome-shell [20:07] JasonGriffee: should get you the cups configuration that will allow you to define another printer [20:08] th0r, CUPS 1.4.6? === Guest10348 is now known as Silver[a] [20:08] daavis: You will need to install it afterwards. Or perhaps there will be a distribution with GNOME alongside the likes of Xubuntu or Kubuntu. [20:08] daavis: oneiric is only supported and discussed in #ubuntu+1 until release day [20:08] well, it's risky to install as I read from different sources, escott [20:08] for example http://blog.sudobits.com/2011/04/26/how-to-install-gnome-3-on-ubuntu-11-04/ [20:08] !gnome3 > daavis [20:08] daavis, please see my private message [20:08] Osmodivs: ... [20:08] daavis, it is very risk for 11.04 because of the gtk3 vs gtk2 issues, not for 11.10 [20:09] alkafoo: Yes? [20:09] daavis, so after you make the 11.04->11.10 upgrade do sudo apt-get install gnome-shell and then you can select it on login [20:09] cool [20:09] you just said nvidia drivers are on amd's site =P [20:09] yeah! [20:09] alkafoo: I'm kidding [20:09] come on! [20:10] !gnome3 | daavis [20:10] daavis: Gnome 3 is not currently supported on Ubuntu. A PPA for natty is available at https://launchpad.net/~gnome3-team/+archive/gnome3 but these packages are EXPERIMENTAL and UNSTABLE, will break Unity and possibly other parts of your system, and cannot be downgraded safely. [20:10] ^ Yep, where stick with UNITY [20:10] i mean, stuck [20:10] ... [20:11] Osmodivs: Nobody is stuck with anything. If you don't like Unity, use any other environment you want. [20:11] is there a way to 'freeze' an executable for the next x minutes, so that it may not be run? Is chmod the best choice to ensure nothing starts a new process? I'd like a way of letting existing processes exit gracefully, but make sure nothing new starts while I'm waiting. [20:11] but Polah ....Gnome is teh only DE :) [20:11] Silver[a]: ctrl z [20:11] Polah: Well, I want GNOME3 but there is no way to use it without breaking something in Ubuntu [20:11] ActionParsnip: Don't you use LXDE? [20:11] ActionParsnip, well said :p [20:11] Osmodivs: It'll be available in 11.01 [20:11] Osmodivs: use Oneiric [20:12] Silver[a], -x'ing is the best bet [20:12] 10* [20:12] th0r: I went to add the printer, but it wants a PPD file [20:12] thanks for bunch of good answers :) so we wait... we sit and we wait.. we wait for next ubuntu version [20:12] Polah: it was a joke, the bashing people give Unity, makes them sound like they think gnome is the only DE [20:12] Silver[a], just make sure you hit all the x's [20:12] JasonGriffee: might find that on the manufacturer's webpage. Been ages since I used a printer or CU [20:12] PS [20:12] daavis: bit more than a month away, i'm sure you'll survive [20:12] Osmodivs: ubottu just said how [20:13] how do I see the list of open ports of my machine and what application is using that? [20:13] alkafoo: she also said it breaks things [20:13] Well, Unity is just a bad copy of GNOME3, really, I was just getting used to open a trminal with ALT-CTRL-T [20:13] escott: I'm not following you. -x?' [20:13] kkb110: netstat -a [20:13] th0r: should i be looking for dell a920 or lexmark 600? [20:13] You can't do that in KDE or LX...something [20:13] ActionParsnip, Thanks -a [20:13] ActionParsnip, i hope i will :)) [20:14] kkb110: if you are behine a router, and want to test that then you will need to get websites to scan you etc [20:14] th0r: z600, sorry [20:14] Silver[a], chmod u-x,g-x,o-x [20:14] JasonGriffee: often you won't find your specific printer and just have to try several from teh same manufacturer until you find one that works [20:14] Silver[a]: just press ctrl + z on the running process [20:14] ActionParsnip: it said it breaks Unity, which presumably someone wanting ordinary GNOME3 won't want [20:14] escott: aha. OK. I'm mostly concerned that I'll forget/miss one to put back. :) [20:14] Osmodivs: Ctrl+Alt+T works in LXDE [20:14] ikonia: the processes are not in the foreground to begin with, so that will not help, thanks. [20:15] Silver[a]: understood [20:15] th0r: throwing random drivers at it won't do any harm will it? [20:15] escott, Silver[a]: Couldn't that be simplified to ugo-x? [20:15] JasonGriffee: no....you can try one, if it doesnt' work delete it in cups and try another. You can even leave them defined...it won't hurt to have several printers defined that are not connected [20:16] Polah, maybe ill try that next time [20:16] escott: I recall seeing something about being able to combine then like that [20:17] JasonGriffee: while you are there, you might want to install cups-pdf. It allows you to print to a pdf file instead of a printer [20:17] ActionParsnip: did you manage anything? in the meantime, I found this https://wiki.ubuntu.com/Audio/InstallingLinuxAlsaDriverModules nd I'll try it, hoping it's not obsolete [20:18] <[SPSU]Zach> is there a way to install directly to my hard drive? [20:18] [SPSU]Zach: Yes, there's an install option from the live session. [20:19] <[SPSU]Zach> whenever i try to boot from my cd/usb it says "unable to find medium containting live file system" after the purple ubuntu screen with orange dots [20:19] GordonGR: I had to start work. Do you have the link still? [20:19] <[SPSU]Zach> i have tried redownloading the iso several times [20:20] [SPSU]Zach: did you MD5 test the ISO you downloaded? [20:20] <[SPSU]Zach> yes i tested it [20:20] <[SPSU]Zach> didnt match [20:20] <[SPSU]Zach> every time i donwloaded it didnt match [20:20] <[SPSU]Zach> :( [20:20] [SPSU]Zach: then you'll need to redownload. the file is corrupt [20:20] ActionParsnip: sure, it's http://www.alsa-project.org/db/?f=6dcbb2feb24fe47cc4926a755ec4540ea7e10530 [20:20] [SPSU]Zach: use torrent [20:20] GordonGR: thanks [20:20] <[SPSU]Zach> okay [20:22] How can I query apt to ask if a given package is currently installed or not? [20:22] gotta go [20:22] take care all [20:22] bye [20:22] B0g4r7: try [20:22] (I'm writing an 'installer script', so the more programatic the method the better) [20:23] B0g4r7, dpkg -l "*pattern*" [20:23] B0g4r7, "sudo dpkg -l | grep foo" [20:23] B0g4r7, i dont think aptitude is on all systems so best to use dpkg [20:24] dpkg -l seems to work. Thanks. [20:24] escott, thanks - didn't know dpkg had a built in search like that [20:25] <[SPSU]Zach> i forgot im at college and they dont allow torrent files [20:25] escott: I didn't know either something new every day. Love the community [20:25] zykotick9_, its a little annoying to use because it doesn't put * on either side and * matches the shell wildcards so you get inconsistent results depending on whether or not the shell matches the pattern === Vampire0_ is now known as Vampire0 [20:26] escott, i agree - took me a few attempt to get it to work ;) i believe the grepping is probably easier, but it's always good to learn new tricks. [20:26] GordonGR: does the system have a make and model? [20:27] it's a custom computer, just parts assembled. [20:28] ActionParsnip: it's a custom computer, just parts assembled. It's a desktop. [20:29] <[SPSU]Zach> does winmd55sum work on all versions of ubuntu? [20:29] <[SPSU]Zach> or is thre a different download for each version? [20:29] [SPSU]Zach, md5sum changes for every file [20:30] How to format all hard disks and undo partitions? [20:30] [SPSU]Zach, gnu/linux has md5sum, while the bsds (mac) have md5 i believe. winmd5sum is the windows version i take it? [20:31] Selassie, install and use gparted [20:31] but i want to install windows first [20:31] and then ubuntu [20:31] and then debian [20:32] Selassie: then do it with the windows installer. [20:32] Zach: I think everyone is looking for a bit more detail on your question. MD5sum works great. winmd5sum works great on windows. Not sure if that answers you question === awesome is now known as Guest72310 [20:32] is there a way to setup asus k43s multi touch mouse pad in ubuntu 11.04 ??? [20:32] why does "sudo newgrp" make me root? [20:32] oh k [20:32] Selassie, it might be easier to create the partition table first just so you dont have to resize windows [20:32] How come Port 22 is refused when I try to ssh within my simple LAN? [20:32] flopato: because you ran newgrp with sudo [20:32] jrib: but newgrp is to change the gid [20:32] and sudo newgrp changes my uid also [20:32] flopato: so why are you using sudo? [20:33] Selassie, im not sure if the windows installer will let you install to less than the full drive [20:33] GordonGR: gotcha [20:33] shawn_: Are you SSHing in or out of your system? [20:33] flopato: newgrp basically starts a new shell [20:33] <[SPSU]Zach> sorry i was doing something [20:33] <[SPSU]Zach> winmd55sum is windows yes [20:33] jrib: but with root rights? [20:33] is there a good place to find old lexmark ppd files? [20:33] I'm just tring to ssh into a laptop from my desktop [20:33] shawn_, do you have a firewall setup [20:33] <[SPSU]Zach> so it will work for 10.10? [20:33] flopato: because you ran it with sudo, you shoudl just run "newgrp" [20:33] no [20:33] flopato: yes, it can't be done otherwise. [20:33] But how do I do that? [20:33] jrib: yes i know! just did it to try out [20:33] is there a way to setup asus k43s multi touch mouse pad in ubuntu 11.04 ??? [20:33] Selassie: Ubuntu will resize the drive for you when you go to install it after windows. [20:33] [SPSU]Zach, windows and linux executable as different so no [20:34] selassie: same with debian [20:34] is that weird? [20:34] jrib: so whats the reason for the uid change? why does sudo makes newgrp change my uid? [20:35] jrib: is it because newgrp opens a new shell [20:35] shawn: have you tried an nmap to see if the port is open. [20:35] is there a way to setup asus k43s multi touch mouse pad in ubuntu 11.04 ??? [20:35] flopato: yes [20:35] nmap? [20:35] <[SPSU]Zach> im at college using their internets could that be a problem [20:35] shawn: Could be host.deny, or an iptables rule [20:35] shawn_, check iptables -L on the ssh server [20:35] shawn_: Do you have SSH properly configured and running on the laptop? [20:35] jrib: and because sudo gives me root rights temporary it opens the new shell as root? [20:36] <[SPSU]Zach> marcin [20:36] flopato: yes [20:37] jrib: okay thx! didn't know that newgrp opens up a new shell! [20:37] jrib: now everything is clear and consistent ;) [20:38] [SPSU]Zach, thats not too unusual. they don't want people running servers so they may be blocking cross traffic on their network [20:38] I'm not sure how to configure ssh. I thought It was already part of the library. [20:38] <[SPSU]Zach> what do you mean blocking cross traffic? [20:38] [SPSU]Zach, do other things like streaming music off other peoples itunes work? [20:38] shawn_: SSH server isn't installed by default, it's an option with the server install. Else, you need to install openssh-server from the repos [20:38] jrib: okay thank you! have a nice day [20:38] [SPSU]Zach, is one on wifi and the other wired... etc. [20:39] <[SPSU]Zach> i havent tried streaming wifi [20:39] ok I'll try [20:39] <[SPSU]Zach> itunes whatever [20:39] <[SPSU]Zach> my network setup is [20:39] <[SPSU]Zach> i have a router set up [20:39] <[SPSU]Zach> since theirs is down [20:39] <[SPSU]Zach> wireless router [20:39] exit [20:39] where would be a starting point for finding ppd files? [20:39] lol [20:39] [SPSU]Zach, so you have your own router and both your systems are on it [20:39] <[SPSU]Zach> systems? [20:40] [SPSU]Zach, computers [20:40] <[SPSU]Zach> i have one computer [20:40] can i copy my running system to another partition. [20:40] ? === syadamin is now known as sysadamin|zzz [20:40] [SPSU]Zach, sorry i got threads confused... nevermind [20:41] dob_: yes gparted should help [20:41] JasonGriffee, use find to find files [20:41] JasonGriffee, the ususal starting point is http://www.openprinting.org/printers BUT it's down due to a security breach :( Good luck. [20:41] JasonGriffee, try cups.org [20:42] hello [20:42] sunice: Also parted? [20:42] I need help [20:42] dob_:yes [20:42] hi [20:43] HSarena: Best to just describe the issue you need help with to the channel in general, someone may know the answer [20:43] i wanna use my laptop hotkey.. i have sony vaio laptop... [20:43] HSarena: What hotkey? [20:43] are any other lexmark drivers compatible with the z600? [20:43] <[SPSU]Zach> i have an idea [20:43] where do I go to manually add an item to the applications/launcher? [20:43] Polah: i mean laptop shortcut keys [20:43] * Erevanic-Txa hey all, I'm wondering what's the best torrent software for the latest version of Ubuntu ? [20:44] HSarena: What shortcut keys? There's lots of keys on a laptop... [20:44] sunice: with cp command in parted? [20:44] <[SPSU]Zach> those who need help ask your question to the channel and then someone can pm them so they odnt have to look thru the clutter [20:44] !best | Erevanic-Txa [20:44] Erevanic-Txa: 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:44] HSarena: must first make sure you have the keyboard model set correctly. [20:44] Erevanic-Txa, there is no "best" software. Transmission comes by default but you could use any client you wanted. [20:45] [SPSU]Zach: no, we prefer to keep the conversations in the channel [20:45] does anyone know why StarCraft II says "Failed to initialize DirectX" all of a sudden? [20:45] sunice: does not work with mounted devices [20:45] it didn't yesterday, I'm running 11.10 beta, last night there was some updates, that's the only thing I can think of [20:45] <[SPSU]Zach> so my school's network is messing with the ubuntu iso files im downloading then? [20:45] Polah, well, I'm currently using Transmission, and I just have downloaded all 2pac's albums and half of the files came with this name "_____padding_file_22_if you see this file, please update to BitComet 0.85 or above__" [20:46] i have a rt8188su wireless card and i want it to work with kismet, whats the source line i use to launch kismet? [20:46] dob_: yes that will do it. Make sure you are setting the correct partitions. can break if you are not careful. There are live disks for this also. [20:46] thehumanerror: 11.10 is unstable and thus may not work properly. Ask in #ubuntu+1 for help. [20:46] I have, thanks Polah :) [20:46] Erevanic-Txa, try not to discuss illegal topics in here. [20:46] but I wondered if sometimes SC2 saying there was no DirectX was a common thing [20:46] is there a way to setup asus k43s multi touch mouse pad on ubuntu 11.04? [20:46] Hi there - is there any way to run "updatedb" just for myself, not as "root" ? [20:47] <[SPSU]Zach> would tor browser help? [20:47] [SPSU]Zach, perhaps they are proxying http traffic and their proxy is returning a bad file. you could try a different address or ftp or use the torrent because it checksums each block [20:47] thehumanerror: It works fairly well on 11.04 with Wine 1.3.25. The only issue is Pulseaudio corrupting which can be avoided by suspending pulse for SC2 and bypassing it [20:47] I'm just trying to locate some files on the filesystem but I'm not "root" so I can't run "updatedb" :( [20:47] Polah, it sounds to me just you have no answer of the question, because simply instead of 2pac song's it could be my work documents, so does that change anything? problem with still remain... just say you have no idea what to do I'm fine with that [20:47] <[SPSU]Zach> torrents wont work here :( [20:48] leeping - sudo updatedb will do the job for you [20:48] Any idea how i can copy my mounted root partition to another partition [20:48] Polah, that sounds an interesting idea, the sound does go choppy sometimes [20:49] but now it's not running at all and I think that's because of the DirectX / OpenGL problem [20:49] dob_: you will need gparted live cd [20:49] dob_, copying a mounted partition like that is a bit risky, as the underlying contents could be changing. best to copy it from a livecd [20:49] is there a way to setup asus k43s multi touch mouse pad on ubuntu 11.04? [20:49] sunice: can't reboot that system. [20:49] thehumanerror: Yeah, it's the only problem I've had with it, besides having to change the mounting options for the CD at installation. pasuspender wine /path/to/SC2/executable will start up SC2 and suspend pulse for it while it's running, you should still get sound though. I can't really help you with any problems on 11.10 though, like I said, it is unstable. [20:50] BarkingFish, I can't do sudo. [20:50] I'm on a cluster where I don't have root access [20:50] dob_: that's risky business. some tools check for changes after copying, but I would not recommend this. I've done and failed before. [20:50] dob_, if you can convert to raid mirroring you could add a mirror device [20:50] dob_: You could create the second partition and then use dd copy it [20:50] Polah, not while it is mounted rw [20:51] leeping: in that case employ "find" [20:51] okay, will debootstrap a new system on the new partitions [20:51] dob_, but i think to go to raid you need to be modify partition types so i think you still need a livecd [20:51] Dob_: is it a bare metal machine? [20:51] guntbert, "find" takes forever to search through a file system, hours sometimes if it's large [20:51] dob_: dd if=/dev/originalpartition of=/dev/newpartition [20:52] Polah, thanks, I'll try that too [20:52] dob_, don't follow Polah's instructions. those are not safe for a mounted partition (unless it is mounted ro) [20:52] sunice: yes [20:52] leeping: I guess you will know, where to search [20:52] escott: yes, dd will fail... [20:52] dob_: Sorry I do not have a safe answer for you then. [20:52] Hmm, I guess since writes would interfere [20:53] leep: If you have a fair idea of where they are you could go down a directory or a few to narrow the search [20:53] anyone have luck getting ESEAclient and CS 1.6 working together to actually play on a server? [20:53] using wine of course [20:53] dob_, you could try to init down to single user mode or boot to only initrd... and then it would be mounted ro [20:53] escott: think that's a good idea. I will try that [20:54] escott: good call [20:54] escott: Can i copy stuff like /dev or should i ignore dev proc etc and then just create empty folders? [20:55] I mean the playback control area of my laptop [20:55] dob_, you would ignore stuff like /dev, but the other thing you have to realize is that a dd of the system root is not a working system. its a dd. you have to go in and fix-up stuff in fstab and potentially elsewhere [20:56] OpenShot video editor: Imported .VOB-file from DVD. Put it on the timeline, and tried to playback. No sound available. [20:56] dob_, if you just dd the partition device you wouldn't get dev anyways [20:56] Polah : I mean the playback control area of my laptop [20:56] OpenShot video editor: Imported .VOB-file from DVD. Put it on the timeline, and tried to playback. No sound available. The speaker icon is available on the visual part of the clip on the timeline. What do I do ? [20:57] guntbert, thanks for the tip. Often I don't know where to search. I know the name of the file / program and I want to locate it on the filesystem [20:58] Sometimes it's in /opt, sometimes /share, sometimes /usr, etc etc ... [20:58] !fhs | leeping [20:58] leeping: An explanation of how files and directories are organized on Ubuntu, and how they can be manipulated, can be found at https://help.ubuntu.com/community/LinuxFilesystemTreeOverview see also: man hier [20:58] can someone tell what repository I need to add to get /usr/bin/toc2cue for brasero? [20:59] leeping, you might be able to point updatedb to a different updatedb.conf and keep all the stuff in your $HOME. i would check the man pages for those programs [20:59] nunuyabiz, apt-file can help here [20:59] i have windows installed. i am installing ubuntu as dual boot. when i get to the screen where on the bottom it ask Device for boot loader installation: do i go with /dev/sda ATA WDC (1.0 TB) or /dev/sda1/ Windows 7 (loader) ? [21:00] !info cdrdao | nunuyabiz [21:00] nunuyabiz: cdrdao (source: cdrdao): records CDs in Disk-At-Once (DAO) mode. In component main, is extra. Version 1:1.2.3-0.1ubuntu1 (natty), package size 423 kB, installed size 1144 kB [21:00] nunuyabiz, ~:> apt-file search toc2cue cdrdao: /usr/bin/toc2cue [21:00] escott, thank you. I'll do what I can. :) === vito is now known as Guest98365 [21:00] G [21:00] escott thanks [21:00] rdyco, /dev/sda i think [21:00] What can I use to mass-convert FLAC to MP3 or another format? [21:00] guntbert, I have access to several different HPC clusters. Some of them are running Red Hat, some CentOS, others Ubuntu. And the location of the installed programs often depend on the administrators' decisions. So even though Ubuntu itself might have a structured file system, I still need a general way to search for files. [21:01] the ubuntu logo right after the grub menu before the login screen has a super low resolution. How can I fix that? [21:01] how can I get a more "classic" interface on 11.04? [21:01] Polah, a command line script to pipe wav data from flacplayer to lame [21:01] sunice : I mean the playback control area of my laptop [21:01] leeping: there is one : find :) [21:01] Polah: I'd say soundconverter, as well. [21:01] escott: And how exactly would I set that up? [21:02] escott, will installing bootloader in /dev/ATA give me dual boot and not overwrite the ubuntu boot record? [21:02] Anyone know of a high-end linux box dealer? [21:02] hey people i am trying to connect a mini switch i need help to connected [21:02] is there even a market for it? [21:02] or does installing ubuntu boot loader in /dev/sda1 Windows 7 (loader) put it along side windows 7 or does this overwrite it? [21:02] guntbert, thanks but I think we've been over that -- running "find" on the entire filesystem takes forever. It is much easier to run "updatedb" once per day and then have people use "locate". When I was the administrator of a cluster, that's what I would do .. but I'm not the administrator of these new computers [21:03] Polah, a) figure out what the flac command is to make wav output and then (b) pipe that to lame and then (c) put it inside the -exec argument to find. i'm afraid i cannot recommend a gui, because i dont know of any [21:03] red%blue [21:03] rdyco, generally you put grub on the mbr and then the grub menu allows you to chainload windows. so that would entail installing ubuntu bootloader (grub) to /dev/sda [21:04] astropirate, the market for "high end linux boxs" is called servers ;) or workstations. Neither of which you're probably looking for ;) Good luck. [21:04] leeping: I hear you - but this channel is for ubuntu support only - try what escott suggested [21:04] astropirate: System76 has some pretty good stuff [21:04] guntbert, point taken. Thanks [21:04] sagdjk [21:04] exit [21:05] astropirate: system76 is the best I know of [21:05] . [21:05] escott I did" sudo apt-get install apt-file and it replied missing destination file after apt-file. Do I just need to put in an absolute path and use any folder? [21:05] rdyco, putting grub on the partition boot record of a windows partition is almost certainly a bad idea [21:05] Polah, soundconverter is decent [21:06] nunuyabiz, sounds like something got typoed. can you !paste the terminal session [21:06] mongy: Yeah, I've just got it, going to use find and xargs to copy it away [21:06] sudo apt-get install apt-file [21:06] nunuyabiz@nunuyabiz-desktop:~$ sudo apt=get install apt-file [21:06] [sudo] password for nunuyabiz: [21:06] install: missing destination file operand after `apt-file' [21:06] Try `install --help' for more information. [21:06] nunuyabiz@nunuyabiz-desktop:~$ [21:06] nunuyabiz: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [21:06] !paste | nunuyabiz [21:06] nunuyabiz: 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:07] nunuyabiz, apt-get not apt=get [21:07] sorry [21:07] http://ubuntuforums.org/showthread.php?t=1096665 towards the bottom. good suggestion [21:07] genii-around:, sunice, zykotick9_ : I wanted to enter teh maket :D asking arround linux users if such a thing is sustainable so far the answere is no :( [21:08] here is another one [21:08] how do u install fonts on ubuntu [21:08] astropirate, that would be a question for offtopic [21:09] astropirate: yeah I've bought a couple machines for my office from system76. I think I may be one of the biggest purchasers... Not a big market [21:09] !fonts | gebbione [21:09] gebbione: Font installation basics here: https://help.ubuntu.com/community/FontInstallHowto - No fonts in Flash? Install "msttcorefonts" (from !Multiverse), "gsfonts", and "gsfonts-x11". For the official ubuntu font, see: http://font.ubuntu.com/ [21:09] hi all latest update 11.10 remove all 32bit apps? cannot use any cannot even start them, wine,skype ???? any idea? thanks [21:09] How can I use xargs to cp multiple files. I have xargs --arg-file=file cp, but cp requires the file first and then the destination afterwards, would appending the destination to all the lines in the argument file do the trick? [21:10] g30, #ubuntu+1 [21:10] hello [21:10] Hello [21:10] is it me you lokking for? [21:10] o [21:10] hi all, i ve just set up a raid device and now i have /dev/md0 . Do i have to partition it first of mkfs ? [21:10] escott, windows is installed on /dev/sda2, ubuntu is going to be installed on /dev/sda3 at Device for boot loader installation: do i choose /dev/sda ATA WDC (1.0TB) or /dev/sda3 where ubuntu is going to be installed [21:11] i've litte problem with chromium and google-chrome [21:11] Polah: It's usually better to use the -exec argument of find rather than find + xargs. [21:11] Polah: What are you actually trying to accomplish? [21:11] rdyco, thats a different question from before. ubuntu's root partition "/" should be set to /dev/sda3. the bootloader should be on /dev/sda [21:12] nn52: interesting? [21:12] Jordan_U: I'm using find to find a number of .flac files and cp them to a subdirectory. I've got it working with xargs now anyway, I just appended the destination to each line [21:12] http://img30.imageshack.us/img30/3599/zrzutekranu1om.png [21:12] escott I ran the command and got a box that said, "apt-file update needed" when I ran that action, it gave me another box that said, "There was an error in creating the child process for this Terminal." [21:12] nunuyabiz, again a weird error so I'd like to see the terminal session [21:13] idk why letter is on letter [21:13] no ideas? [21:14] nn52: I looked at the image and did not understand the question. Gotta be specific with us slow folk. [21:14] Polah: find /search/path/ -iname '*.flac' -exec echo cp '{}' /path/to/destination ';' [21:14] Polah: Sorry, that was for testing, remove the 'echo'. [21:14] sunice, Letter is on Letter [21:15] oh overlapping? [21:15] Jordan_U: I'll try it if this fails. I just had to escape some more characters. Thanks for the line though, I'll use it in future [21:15] yup [21:15] nn52: only on that website? does the same thing happen in other browsers? [21:15] Polah, try "for f in *;do flac -cd $f |lame -b 128 - $f.mp3;done [21:15] hey guys [21:15] not... on all korean language websites [21:16] and only in google-chrome and chromium [21:16] firefox its Ok [21:16] i have a quick question. I installed xfce on ubuntu 11.04 and i wanted to know if its possible to use KDM instead of the XFCE login manager [21:16] Polah, assuming you have lame and flac installed [21:16] Polah: The reason why this method is preffered is that find passes the filenames directly, so no matter what characters are in the filenames (even newlines) they will be passed properly to cp. [21:16] mongy: To convert it? I'll try in a minute, just copying all the FLACs away first. They're mixed in with MP3s, so I need to shift them to do anything to them. Silly Xbox doesn't support FLAC ): [21:16] TuRnc04tZ: Yes, it is. [21:16] Shirakawasuna, how? [21:16] hi all, i ve just set up a raid device and now i have /dev/md0 . Do i have to partition it first of mkfs ? [21:16] im googling around but i cant find anything that is relevant for this new system [21:17] TuRnc04tZ, i imagine KDM would require all the KDE libraries which could be fairly large [21:17] escott can I put screen shots in paste bin, because there is basically no terminal text [21:17] Jordan_U: It takes each name and puts it in quotes automatically? Compared to xargs which I had to escape with? [21:17] !paste > nunuyabiz [21:17] nunuyabiz, please see my private message [21:17] TuRnc04tZ: sudo dpkg-reconfigure gdm [21:17] nn52: appears to be know issue http://code.google.com/p/chromium/issues/detail?id=82400 [21:17] Shirakawasuna, i ran that and nothing happened [21:17] TuRnc04tZ: is gdm installed? [21:18] Polah: It takes each name and creates an array of strings which is passed directly to cp. There is no quoting or escaping needed as find is calling cp directly rather than threw the shell. [21:18] should be [21:18] it was a fresh ubuntu install [21:18] let me check [21:18] hmm [21:18] nn52: didn't read all, but browser support not my specialty sorry. [21:18] yeah, gdm is at newest version [21:18] TuRnc04tZ: I expect you should at least get an error message or something when running that configuration command [21:18] TuRnc04tZ: is KDM installed? [21:18] im running xfce tho so it may not do anything [21:18] TuRnc04tZ: and just to check, why do you want KDM? [21:19] Jordan_U: I see. I'll use it in future then, thanks for the information [21:19] i just like how it looks better [21:19] Polah: You're welcome. [21:19] wait [21:19] yep [21:19] just came up kdm [21:19] checking now [21:19] TuRnc04tZ: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [21:19] brb, Thanks Shirakawasuna [21:19] So I have set /dev/sda2 as my /home when I installed Ubuntu. Now I want to say /dev/sda1 is my home, but it seems I can't handle with the tool /etc/fstab tells me to use to get the UUID code of the device. Could anyone help me? [21:19] Is us.archive.ubuntu.com down? Have been trying to update all afternoon and I keep getting a "temporary failure resolving us.archive.ubuntu.com".... Good connectivity otherwise... [21:20] slacknoob, sudo blkid [21:20] escott: whatever I do, it doesn't reply me anything. [21:20] daveinlv: just ran update on one of my servers. did not see error. [21:20] daveinlv: I can ping it [21:20] mongy: -b 128 is the bitrate for the MP3 right? [21:21] Polah, yeah, bit rubbish I know [21:21] slacknoob, try sudo blkid -p [21:22] hmmm.. ok guess it must be me... thanks!! [21:22] mongy: No issues with changing that to 320? [21:22] hi guys, got this error "/proc is not mounted; some java apps may fail" installing sun-java6-bin on ubuntu 10.04 84 bit vps. any help? Need it for a funambol server (installation error: [java] Could not create the Java virtual machine.) [21:22] escott: ty [21:22] Polah, nope [21:22] slacknoob, that requires a device sudo blkid -p /dev/sda# [21:22] mongy: Good, thanks. [21:23] frozen_, check the output of mount if procfs is not mounted on /proc you have some problems with your system. add it to your fstab [21:23] escott: yeah yeah, it worked. [21:23] escott: so now I got the UUID replaced it in /etc/fstab and it's ready, right? [21:23] frozen: cat /etc/fstab [21:23] When I reboot, it should mount /dev/sda1 as /home [21:23] Ooh, 4.7GB of FLAC, this is going to take a while [21:23] slacknoob, it should [21:23] ok, there is no /proc in it, but there are some files in /proc? [21:24] Hello! [21:24] escott: ty [21:24] How can I change spaces in a filename to _ with a for loop? [21:24] frozen_, its actually proc on /proc not procfs (my mistake) [21:25] Do I need to register my nickname if I can type now without registration? [21:25] The_BROS: no but some channels require you to be registered and identified to be able to join. [21:26] wget --mirror is the best thing ever invented [21:26] evre [21:26] *ever [21:26] frozen_, that doesnt mean anything. is proc mounted on /proc [21:26] IdleOne: yup. But how about this channel? [21:26] The_BROS: not at this time. [21:26] is there anything I can do to config grub so it will show the boot choice menu? for some reason its blank. [21:27] davis, /etc/default/grub (the timeout) then rerun update-grub [21:27] escott: I did that. [21:27] Does anyone here have experience connecting on QQ with pidgin? [21:28] escott: in that file, I changed the linux command line to remove quiet and splash [21:28] <{-_-}> is there any way to install grub2 in ubuntu 10.10? [21:28] but this is before loading the kernel, its gthe actuall boot choice screen which is blank. [21:29] escott here is a paste of the apt-file result. Do I just need to unzip the file, or do I need to run something to [21:29] davis, well that makes the kernel log messages and theoretically prevents plymouth (the 5 little red dots) [21:29] ubottu: tell The_BROS about register [21:29] The_BROS, please see my private message [21:29] ! grub2 | {-_-} [21:29] {-_-}: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10) [21:30] nunuyabiz, you didn't give a link [21:30] escott http://paste.ubuntu.com/691078/ [21:30] IdleOne: Oh cool, I didn't know ubottu responded to that.. [21:30] hi [21:30] let me enable a console terminal instead of graphics term. see if that helps. brb [21:30] Hello there. I have /dev/sda2 as my /home partition. I want /dev/sda1 to be the new /home, though. Mounting it on /mnt/example and the new one in /mnt/newpart and doing 'cp -rf -p /mnt/example/* /mnt/newpart' should do the job? Because I just did cp -rf and when I booted with the new partition being /home, Ubuntu and other applications complained [21:31] please, guys... is it better to use aptitude or apt-get? [21:31] astruasdh: which ever you prefer, both work equally well [21:31] nunuyabiz, sorry "apt-file search toc2cue" is what you type cdrdao is the answer [21:31] i'm trying to PXE boot a lenovo X1. following this guide: http://www.howtoforge.com/setting-up-a-pxe-install-server-on-ubuntu-9.10-p3 up to the part where i have to restart the dhcp3-server, but there is no dhcp3-server in /etc/init.d/ please help [21:31] im trying to convert cbz to pdf, but calibre, is 1) incredibly slow, and 2) somehow manages to scramble the order of the pages [21:31] !separatehome | slacknoob [21:31] slacknoob: Your home directory is where all of your personal files are usually kept. For moving your home directory to a separate partition, please see: https://help.ubuntu.com/community/Partitioning/Home/Moving [21:31] IdleOne thank you [21:32] ty Jordan_U [21:32] <{-_-}> is there anyway to make grub show what is being loaded instead of just a blank screen? [21:32] astruasdh: http://superuser.com/questions/198838/apt-get-vs-aptitude#198841 [21:32] slacknoob: You're welcome. [21:32] what is the point of having a partition for /home in ubuntu? [21:32] urist_, portability. space management [21:33] I am familiar with apt-get, but I had the idea that Ubuntu relied mostly on aptitude [21:33] escott sorry I'm just not familiar with this is cdrdao a repository where I can get toc2cue? [21:33] urist_, and upgradeability [21:33] urist_: easier to backup, fort one thing [21:33] for* [21:33] nunuyabiz, no its the program you install. apt-file search fileneeded; suggests that package /path/to/fileneeded; so sudo apt-get install package [21:33] escott, so if im installing ubuntu on my other machine and i have about 34Gb left after partitioning my swap area, how much should i dedicate to /home and how much to / (root)? [21:33] urist_: easier to backup and to upgrade [21:34] escott thanks [21:34] thanks MonkeyDust and escott :) [21:35] anyone knows a pdf printer for ubuntu? [21:35] MonkeyDust: so if im installing ubuntu on my other machine and i have about 34Gb left after partitioning my swap area, how much should i dedicate to /home and how much to / (root)? [21:36] urist_: You don't need to split up your /home from the main partition, you know [21:36] AuroraNites21, ask your question in here so everyone can see it [21:36] urist_: i'd say root about 10GB, swap about 2GB and the rest for /home [21:36] urist_, i would think 10gb is probably enough for /, but the question to ask is how much do i need for /home. if you guess the sizes you have to deal with resizing which is a pain [21:37] i see... since both of you said 10Gb, I'll go with that :) thanks alot guys [21:37] urist_, on my system im using 12gb (no music or media files). home is ~3gb var (apt archives) is 2.5 and the rest is / [21:38] {-_-}: What exactly do you see when you boot? [21:39] How can I install open office in ubuntu 11.04? [21:39] I've already got libre office but I prefer open office [21:40] Cyrax5: What do you prefer about Open Office? They're practically identical, especially when you consider that even when Ubuntu shipped something called " [21:40] Cyrax5, its not clear that openoffice will continue to be supported (maybe it will be now that there is an apache project), but that why the switch to libre was made. they shouldn't be very different at this time [21:40] Cyrax5: ... Called "Open Office" it was the go-oo fork. === stephan_ is now known as asheron_ [21:41] cool... thanks for the advice escott and MonkeyDust === asheron_ is now known as asheron [21:41] urist_, i should say that after considering all the benefits of having a separate /home, I don't find any worth the hassle. I just make sure i keep good backups (which you should be doing anyways) [21:45] Would it be possible to execute a for loop to replace all upper case letters with the same lower case letters? [21:45] Without doing each letter individually, that is [21:46] Hi :D [21:47] If I want to join Ubuntu Members, where to begin? [21:47] who to mail? [21:47] !membership [21:47] Ubuntu Membership means recognition of a significant and sustained contribution to Ubuntu and the Ubuntu community. For more info see https://wiki.ubuntu.com/Membership [21:48] Polah, sed can do that [21:48] HEEEEELPPPPP!!!!! [21:48] IdleOne, so first I need my wiki page? [21:48] Imagewriter isn't seeing any of my .iso files [21:49] Polah, as can tr try either "sed upper to lower case" or "tr upper to lower case" in google [21:49] macer1: first you read the info at the link provided. [21:49] I readed [21:49] macer1: ok follow the instructions [21:49] ok...so i readed that I need my wiki page [21:50] Does anyone here know how to open up the java console? [21:50] crap [21:50] escott: Yes, I've just found a small script that uses tr [21:50] Polah, 90% of the time when you get to the point of writing bash for loops you can accomplish the same with the correct command [21:50] macer1: That's correct. [21:50] any other tools for writing to usb drives in ubuntu [21:50] other than imagewriter [21:50] Polah: echo WOW | tr '[:upper:]' '[:lower:]' [21:51] !info wodim | Drecondius [21:51] Drecondius: wodim (source: cdrkit): command line CD/DVD writing tool. In component main, is optional. Version 9:1.1.11-1ubuntu2 (natty), package size 337 kB, installed size 852 kB [21:51] completely remove ubuntu desktop kubuntu 10.10. [21:51] Remove the start kubuntu [21:53] will that allow me to write an iso to a usb drive though? [21:53] how to recover splash for ubuntu 10.10 [21:53] Drecondius, it should, just need to identify the device file to pass to the dev argument [21:53] i was afraid you'd say something like that. [21:53] Remove the start kubuntu, for ubuntu, recover usplash [21:53] Drecondius: try unetbootin [21:54] bye bye guys, gotta go to bed. Night. [21:54] i want to have only avant-window-navigator .. i changed my choice in gnome.session but nothing changed [21:55] so.. not panel called "compiz" [21:55] my only issue is that it isn't a "Live" cd as it is a full on installer dvd [21:55] daavis: start as classic gnome and don't use the classic panel [21:55] used a tool in windoze and lo and behold it didn't work [21:55] qin: Yes, I found a for loop that included that and ran it over my files. It's done it [21:56] Drecondius: you want to install on a usb stick? [21:56] well.. with a classic gnome there is no compiz effects and it has no mac style on panels (if you understand what i mean) [21:56] yah [21:56] Drecondius, im confused by what you are asking. are you trying to burn to a usb cd burner, or make a bootable usb thumb flash drive [21:56] bootable usb flash [21:57] sorry to be so confusing [21:57] i have another distro but it's not a live installer it's simply an installer [21:57] Drecondius: and is it the iso of a bootable system? [21:57] yup [21:57] you say it's not a live system [21:58] nope just an installer as it has multiple desktops [21:58] Drecondius: you can't turn it into a live cd, so what you want is not possible [22:00] not nesicarily true, if it will boot from a dvd it has to be able to run from a usb. as does the ubuntu installer [22:00] gawd i hope i just chose the right drive [22:00] i'll know in a min if my system hangs [22:00] Drecondius, thats not always true. as bioses treat cd and usb media differently [22:01] Drecondius, i think that is what ubootnetin is supposed to do is emulate the cd/usb difference somehow [22:01] O [22:02] haillo [22:02] find out in a min if unetbootin worked back in a few [22:04] I've got an old hard drive connected to my comp via external/usb. How do I view what's on it? [22:06] newb: mount it. first figure out the partition, then make a dir to mount, then mount === mike is now known as Guest96859 [22:06] newb: may also need to specify the partition type [22:07] It's from an old Compaq with XP. [22:08] It shows on my main screen. [22:09] newb: in ubuntu, type mkdir blah, then mount the disk to blah [22:10] Thanks. [22:10] newb: You may need to get the ntfs partition libs [22:11] ok [22:11] I'll be back later to let you know how it went. [22:11] newb: you should be able to click the partition in the left panel of nautilus and get access [22:14] Hey! When trying to use vdpau via mplayer -ao alsa -vo vdpau -vc ffh264vdpau, I get: [22:14] [vdpau] Error when calling vdp_device_create_x11: 1 [22:14] I have nvidia-current and libvdpau1 installed. [22:16] Hi, is there a folder called python anywhere? [22:16] i dt know [22:16] cheap and dirty script to zip or tar and rsync to remote location in one line ? [22:16] Brutus-: why? [22:16] Brutus-: type locate python|less [22:17] i just terminate my search, i found it after 15 min [22:17] uns0b1ll, you wouldn't be able to do that in one line. as rsync doesn't read off stdin (AFAIK) [22:17] thanks anyway [22:17] Brutus-: what do you want to do exactly? [22:17] uns0b1ll: zip is compressive. Do you want to archive or archive and compress? [22:20] jrib, i'm looking for the python/service.py script [22:22] hi all [22:22] Brutus-: Is that part of a package that you installed? [22:23] Pici, no. [22:23] I'm trying to figure out partitions on my linux machine........currently running 9.10 (i know EOL), and I want to dual boot Windows 7...........I also want to have another partition to test out out linux distros, but I can't create more than 4 partitions === mitch is now known as Guest44968 [22:23] so can I take the current 9.10 partition and divide it into logical partitions and install two distros on that? [22:24] Hi so i was wondering how to install wine; [22:24] marriedman624, W7 needs a logical though for the OS=c to boot [22:24] marriedman624, it would help to know your existing partition layout to be able to advise. can you !paste the contents of /proc/partitons to us [22:24] marriedman624, sorry primamry outside the exteneded [22:25] Guest44968, sudo apt-get install wine [22:25] escott: thank u [22:25] !wine > Guest44968 [22:25] Guest44968, please see my private message [22:25] ciao! [22:25] c'è qualcuno che può aiutarmi? [22:25] !br | cyberpork [22:25] cyberpork: 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. [22:25] !it | cyberpork [22:25] cyberpork: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [22:26] Brutus-: I have about a 100 service.py files on my install. [22:26] ok thanks [22:26] Hi, I'm wondering if the Window List is available through some form in the command line? [22:26] Pici, i know, i found them :( [22:26] escott: I'm not on my linux comp right now, it's running gparted livecd [22:26] urlin2u: not sure I understand what you mean [22:27] marriedman624, if you are running a (modern) linux of any kind it has a /proc/partitions [22:27] mordof: maybe wmctrl [22:28] escott: yeah, but I'm not on my linux comp right now so I can't get that for you [22:28] marriedman624, generally I would suggest "sda1 /boot 1gb sda2 windows Xgb sda4 extended sda5 ubuntu root sda6 free space for whatever sda7 ... sdaN swap" [22:28] marriedman624, windows will only boot from a primary partition, logical partitions are what is inside a extended partiton. [22:28] jrib: ah, helpful :) thanks [22:29] yeah, so I was going to give windows its own primary and use two logicals (inside a primary) for different distros of linux.............is that possible [22:29] escott: which of those are primary and which are logical? [22:29] marriedman624: absolutely [22:29] marriedman624, 1,2,4 are primary 5+ are logical [22:29] marriedman624, logicals do in a extended parition . [22:30] go* [22:30] marriedman624, if you create what i suggest the numbers would be 1,2,3 and 5+ [22:30] escott: ok, so all the linux stuff is on a primary, just divided up between logical partitions [22:30] extended = primary, sorry using the wrong word [22:31] escott:i have a grub boot menu now [22:31] and I supposed I would install grub onto sda1? [22:31] marriedman624: put linux on extended witch you will divide to logical partitions [22:32] marriedman624, yes all the linux inside logicals inside the extended. i like to put my /boot at the front of the disk and on a primary. I think that used to be needed for some older bioses, its probably not needed these days but I still do it. the main benefit of having a /boot partition is you can corrupt you linux partition and still boot windows [22:32] marriedman624: yes,grub on sda [22:32] marriedman624: on MBR [22:32] marriedman624, grub goes to the mbr so sda not sda1 [22:32] so, now i can see the different boot choices in the grub menu [22:33] but I want to be able to see the kernel boot messages as well [22:33] escott, having a boot partition is not needed you can boot windows with its bootloader by reloading the mbr with one command, or lilo. [22:33] davis, what did you have to do to make that work? [22:33] in /etc/default/grub there is a setting for hidden menu [22:33] davis, the noquiet nosplash option should get you kernel messages. I find my nosplash gets ignored (11.10) [22:33] i commented it out === manu is now known as Guest94547 [22:34] why is the ubuntu UI so sluggish? [22:34] ok let me add noquiet nosplash to kernel command line [22:34] brb [22:34] urlin2u, if you grub.conf gets corrupted how do you tell grub to chainload windows (without getting a windows boot disk and running the windows boot restore commands) [22:34] is there any way to make the ubuntu UI run fast [22:34] ok, i'll see if I can move all my partitions around to what was suggested..............can I change the sda numbers of current partitions?? [22:34] Deihmos: can you be more descriptive? [22:34] escott, lilo [22:35] seems a but laggy especially coming from win 7 [22:35] escott, all you need is the recovery disc which you can make in windows 7u other wise. [22:35] urlin2u, you are missing my point. you use grub on your mbr, but grub.conf gets corrupted because you dont have a seperate /boot. how do you boot to windows *WITHOUT* a recovery disk [22:35] seems not to be gpu accelerated [22:35] jrib: it doesn't appear to show any information about which tasks it chooses to display. I find it hard to believe it parses them by name for that.. [22:35] applications trying to get audio input are getting the output instead. I"t's probably something simple i just dont know what [22:36] urlin2u, that is why i keep a /boot partition, just in case something goes wrong with my ubuntu root partition [22:36] please, I have a server with Ubuntu 10.04LTS 64-bit. When I aptitude full-upgrade, it updates some packages... amog them, grub-pc. It shows me a screen to select if I want to install or not. And the only option that works is not to install. Is it a bug? [22:36] escott, with LILO using a ubuntu disc to load the mbr with it boots straight to the Windows like it was using the MS bootloader. [22:36] astruasdh: what screen exactly? [22:37] is it possible to access home files in linux while running windows? [22:37] escott, I'm just saying here that having the boot partition is okay in yur scenareio but that scenario is flawed. [22:37] jrib that ncurses one, with blue background, that appears during the aptitude procedure. [22:37] astruasdh: what does it say exactly? [22:37] can someone help me? [22:38] Anyone here? [22:38] !helpme| thomad [22:38] thomad: Avoid following your questions with a trail of "Please, help me", "Can nobody help me?", "I really need this!", and so on. This just contributes to making the channel unreadable. If you are not answered, ask again later; but see also !repeat and !attitude [22:38] Hey, I need to make a new account, that only has access to /var/www (to edit the website) via SFTP or FTP, what do I do? (and yes, I googled it) [22:38] urlin2u, how so? [22:38] escott: so if I have the /boot partition, do I install grub on there or let mbr install on there? [22:39] Hey, I need to make a new account, that only has access to /var/www (to edit the website) via SFTP or FTP, what do I do? (and yes, I googled it) [22:39] marriedman624, the /boot partition is for the kernel, and the grub config files and later stage modules. grub stage1 goes to the mbr [22:39] is 32-bit versions more stable than the 64-bit one? [22:39] Wild_: Who own /var/www ? [22:39] astruasdh, both are stable [22:40] qin: what do you mean? The only person with access to it is Root [22:40] marriedman624, when grub asks where to install it always say the mbr "/dev/sda" [22:40] Having troubles getting my SATA HDD to work using an eSATAp->SATA adapter. dmesg: http://pastie.org/private/vokargvtdc0lgwbfunlg [22:40] Wild_: ls -l (shows owner and group) [22:40] astruasdh: not really, no [22:40] ok, i'll see what I can do [22:41] says "total 0" [22:41] escott: thanks for the help [22:41] I got this message while aptitude full-upgrade at grub-pc package: http://pastebin.com/ruPsbiKt [22:41] jrib: nevermind, figured it out - the source to this program will be very helpful :) thanks [22:42] If I hit "yes", the same screen appear again. If I hit no, it do not install the grub-pc. Is it a bug? [22:42] qin: says "total 0" [22:42] astruasdh, what ubuntu version? [22:42] uh question, how come when I attempt to go to the ctrl+alt+f1-6 terminals they show up blank with a purplish bar at the top? [22:42] 10.04LTS [22:43] Wild_: man chown; man chmod, you can change ownership of /var/www. [22:43] astruasdh, i think you can not install it if your bootloader works now [22:43] mordof: no problem. You should be able to manipulate that information in your favorite scripting language too (like python for example has python-wnck) [22:43] hello [22:43] qin: How do I make a user that ONLY has access to FTP & /var/www though? [22:44] martinjlowm: bugs.ubuntu.com I've seen bugs about that issue there [22:44] okay thx I'll take a look [22:44] macer1 this 10.04TLS is the latest ubuntu version? [22:44] hi [22:44] astruasdh: you are selecting yes with arrow keys and then pressing enter? [22:44] astruasdh: no latest is 11.04 [22:44] astruasdh, there are LTS versions and normal versions. [22:45] latest LTS is 10.04 [22:45] Wild_, you have to do a bunch of things. (a) set the users shell to /dev/null (b) configure your sftp server to chroot them into that folder (c) tweak permissions on that folder to allow them to add/remove files (d) anything else to restrict their abilities if they break the ftp server [22:45] Wild_: man adduser [22:45] normal release is 11.04 [22:46] macer1 got it... it is a weird cloud solution I have access to. Nothing to do: this version or centos... I prefere ubuntu. Do you think I should try with 32-bit version? [22:46] qin: I'm new to ubuntu, can you PM me so you can help me with the command proccess? [22:46] Wild_: And why would you want to use ftp? [22:46] martinjlowm, is getty running? [22:46] Wild_: Better stay in channel. [22:46] hm let's see [22:46] qin: cause I'm having a person work on my website and I dont want himt o access anything else. === KindTwo is now known as KindOne [22:47] astruasdh, you are running this ubuntu in cloud? [22:47] Wild_: Do you know that there is free hosting with php and mysql? [22:48] qin: really? Dude, I want to use my server. [22:48] qin: not helping. [22:48] macer1 yeah... no option. is it weird? [22:48] macer1 it will be the webserver [22:49] I think that expains everything :D [22:49] Wild_: make a new group and add the users you want to access the folder in the group, then assign that group as the group-owner of the folder [22:49] macer1 what? too weird? [22:49] escott: nope, I see no getty [22:49] if server has its own bootloader and kernel, there can be no place to install grub, like MBR. [22:49] Wild_: give read access to everyone else and set the owner as your user [22:49] martinjlowm, see if you can start the getty service [22:50] martinjlowm, sudo service tty1 start [22:50] ActionParsnip: I'm new to ubunto, could you PM me to help me a little bit better? [22:50] coucou [22:50] Wild_: So make user (not admin) and let him use ssh to upload files to vhost and from there you do your job, of add him to group owning /var/www and set proper permission and have regular backups. [22:50] Wild_: look into chown and chmod [22:50] macer1 do you think it is safe not to install grub and keep going? [22:50] hi all === root is now known as Guest69284 [22:50] of/or [22:51] macer1 i really want to keep the ubuntu updated [22:51] Guest69284: running IRC clients as root is not wise at all [22:51] fdgf [22:51] not to update is not an option for me [22:51] lol [22:51] dggfdgfgfgfgf [22:51] why run it as roof? [22:51] we got the average troll [22:51] Wild_: ftp is pointless complication. [22:51] escott: ah tty1, then yes it is already running [22:51] tried restarting it [22:52] and it has no effect [22:52] qin: pm me please, I dont want to deal with all this chat I cant focus on your help! [22:52] hi need helpp for cracking wp2 [22:52] :D [22:52] alooooooooooooo [22:52] alguien que hable español [22:52] Guest69284: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [22:52] this is an ssd derive i'm just trying to verify trim is enabled but hdparm is not cooperating [22:52] !es| Guest69284 [22:52] Guest69284: 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. [22:52] martinjlowm, so upstart things that getty is running on tty1 because the service started but getty is not a running process (ps aux | grep getty returns nothing) then most likely getty is crashing somehow [22:52] astruasdh, i think it is safe to not install grub. [22:53] why does hdparm -v /dev/sdb spit out this? " HDIO_DRIVE_CMD(identify) failed: Invalid exchange" ? [22:53] martinjlowm, upstart thinks... don't know why i keep doing that [22:53] para que quieres que hablan en espanol [22:53] !es | chadwin [22:53] chadwin: 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. [22:53] ubuntu-es [22:53] Whoever named SNMP with "simple" needs a good wacking. [22:53] macer1, astruasdh if you do not install GRUB then when your install is finished you will be unable to boot into your system. [22:53] Wild_: I much better in channel since my ideascan be countered by ActionParsnip or escott. First paste in paste.ubuntu.com output of: ls -l /var/www/ [22:53] escott: I see, perhaps a conflict between two services then [22:54] Anyone know the SNMP command to find out what MIB's are loaded/being used? [22:54] I had it working just last week iirc [22:54] so it must have been changes I've made since then === KindTwo is now known as KindOne [22:54] :( now player in chat español [22:54] martinjlowm, well its not a conflict. tty1 service should start getty on tty1. evidently its not running. so getty isn't starting or getty is crashing [22:55] waht repositores should I enable in sources.list? lucid restricted, lucid restricted sources, and the security for each one? [22:55] qin: -rw-r--r-- 1 root root 3202 2011-09-16 16:17 index.html [22:55] Is there any way to put the Unity launcher strip a the bottom of the desktop? [22:55] Or can I assume that if I get no response that the MIB I need isn't loaded? [22:55] monkeydusk not speak spanish :D [22:55] astruasdh: What sort of system are you going to be running? [22:55] Polah webserver [22:56] astruasdh: Universe, security and perhaps multiverse should be all you need [22:56] Polah in sources.list there is a note that ubuntu security do not work with universe... is it true? [22:57] Wild_: ok, it means that index.html is owned by root, and group root. Try: sudo chown your_username your_username /var/www/ && cd /var/www && cp index.html index.html_old [22:58] astruasdh: Uhh, that shouldn't be right. Universe/Multiverse aren't supported by security is for security updates. You can probably skip universe and multiverse actually. security, get main restricted and perhaps -updates restricted [22:58] qin: username of the person using the ftp? [22:58] hi guys [22:58] Wild_: No yours. [22:58] qin: i dont have one. just root. [22:59] qin: and Im setting up ftp to someone else besides me [22:59] astruasdh, Apache, php and mysql are in the main repo, no need for universe I think. [22:59] Wild_: ok. whatis ftp user username. [22:59] need help for cracking wp2 :D [22:59] is there a ftp client for ubuntu? [23:00] Wild_: 1. You shall not connect as root (with no reason) [23:00] wee [23:00] Polah got it! I will try now 32-bit version to see if the same grub-pc trouble happens. Otherwise I will have to select no to install and pray (I have no data there yet) === Silver[a] is now known as Guest69557 [23:01] Guest69284: ask in #backtrack-linux or ##networking [23:01] phong_: nautilus can do it, or you can use gftp or filezilla [23:02] astruasdh, what's the problem with GRUB? [23:02] Wild_, an ftp server does NOT require an account on the system. properly configured the ftp server can fork and setuid to nobody and execute commands as nobody [23:02] Wild_, so start with your ftp server and work out from there [23:03] hi [23:04] phong_, there are hundreds of ftp clients including the simple "ftp" [23:05] Polah when I aptitude full-upgrade, it shows this message at grub-pc configuration: http://pastebin.com/ruPsbiKt. If I hit no, the same screen appear. I am forced to click yes. [23:06] astruasdh, after the upgrade run the grub-install script then [23:07] astruasdh, yes, what escott said. Install it manually afterwards. [23:07] astruasdh, if things go south you can follow the grub restore instructions in !grub [23:07] !grub | astruasdh [23:07] astruasdh: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10) [23:07] astruasdh: i'd go for it, if the system doesn't boot you can aways boot liveCD and instate the boot loader again [23:08] !ask | AuroraNites21 [23:08] AuroraNites21: 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:08] AuroraNites21, don't message me please. Talk in this channel. [23:08] ok [23:08] !pm | AuroraNites21 [23:08] AuroraNites21: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [23:08] sorry soryr [23:09] Hello [23:09] hello guys how i can search a specific word on a specific files of folders [23:10] bambanx: sure, use grep [23:10] bambanx, grep -r pattern /folder [23:10] I would like to know how to open a folder which is...locked [23:10] it has a Lock icon on the folder and an X as well [23:10] !permissions | dikidera [23:10] dikidera: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [23:10] AuroraNites is a Troll [23:10] dikidera: check ownerships [23:11] when i view the properties, i cannot change anything [23:11] dikidera, you have to be root to make file permission changes. use sudo chown or sudo chmod [23:11] anything in the permissions tab i mean [23:11] dikidera: Do you want to open terminal? [23:12] dikidera, why do you need to get into this locked folder. it is locked to prevent you from breaking things [23:13] its a mysql folder [23:13] where my .sock file is contained [23:13] i've opened it? [23:13] escott, how i can higlight my search in the results? === jelatta_away is now known as jelatta [23:13] now that i think about it [23:14] i can just use gedit with sudo [23:14] Polah escott thank you, guys! [23:15] bambanx, --color=always [23:15] Hmm...i guess this is gonna be tough [23:16] dikidera, use gksudo with guis like gedit [23:16] how do i change default python path so that it uses 2.7 that i just installed and not 2.6 that is built in [23:17] Teh_Lemon, ensure that the path to the python 2.7 binary is listed first in $PATH [23:17] does aptitude uses /etc/apt/sources.list such as apt-get ? [23:17] Teh_Lemon, actually thats a lie... you need to modify apt-alternatives to point to 2.7 [23:17] astruasdh, aptitude and apt-get are both frontends for apt, so yes [23:17] : [23:17] :| [23:18] awesome [23:18] what do you prefere? [23:18] astruasdh: its all the same bag, just different front bit [23:19] astruasdh: I use apt-fast [23:19] Teh_Lemon, see man update-alternatives [23:19] ty [23:19] astruasdh: I use apt-get myself. apt-get is command line based, aptitude has some GUI kind of interfaces on the command line [23:19] Teh_Lemon, since you did this out of apt its going to be a bit harder. you may need to change some things in /etc/alternatives, but eventually you want /usr/bin/python symlink pointing to your python [23:20] awesome. It is my first time with ubuntu, and I thought it relied only on aptitude. I am used with apt-get, so is it also safe to use apt in ubuntu... isnt it? [23:20] im confused as fuck :S [23:20] astruasdh: aptitude is not in a default install anymore, conversely enough [23:20] perfect! another reason for me to use only apt-get as I am used in debian [23:21] projectM js compiled and built using cmake! the project has caused me too may headaches! What commands are use to completely remove it & all of the associated files? [23:22] Teh_Lemon, /usr/bin/python is a symlink (like a windows shortcut) to python 2.6. you have to get that to point to your python. the program which controls these symlinks is update-alternatives and its configuration is in /etc/alternatives. [23:22] so i have to alter a file in usr/bin/python or /etc/alts [23:24] escott After the aptitude, I hit grub-install /dev/sda... no error were reported and the machine booted. am I safe? [23:24] Teh_Lemon: http://pythonide.blogspot.com/2007/03/how-to-switch-between-python24-and.html [23:24] astruasdh, run grub-update quickly [23:24] Teh_Lemon: explains it well, did you websearch to find an answer at all? [23:24] Teh_Lemon, astruasdh sounds good [23:25] yes i did [23:25] and i dont get em [23:25] confusing [23:25] :S [23:25] Teh_Lemon: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [23:25] Polah This grub-updte is not installed here. [23:25] Teh_Lemon: just read. Like you have been told, the file is a link, the command just changes the link for you [23:26] yes I have, sorry [23:26] ActionParsnip: I have aptitude in 11.04 desktop, or was it taken out a while after release? [23:26] no, I dont have hehe.. sorry^2 [23:26] astruasdh, what? [23:26] Is there any way to put (move) the Unity launcher strip to the bottom of the desktop? [23:26] Teh_Lemon: if you run: sudo update-alternatives --config python do you see the newer version available [23:26] Polah grub-update: command not found [23:26] sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 (after python2.7 i use 1 or 10, link shows different values)? [23:26] w30 no. [23:26] !aptitude [23:26] aptitude is another terminal-based front-end to APT. Like other APT front-ends, it can install/remove packages and their dependencies. See https://help.ubuntu.com/community/AptitudeSurvivalGuide [23:26] hmm [23:26] astruasdh, my bad. update-grub [23:27] Teh_Lemon: then verify the file and change the command [23:27] Polah I am supposed to update-grub just after executing grub-install /dev/sda... is it correct/ [23:27] w30, you can sg=hrink it though with the unity plugin in compiz configuration manager [23:27] urlin2u, you are welcome :=) [23:27] shrink* [23:27] Polah: http://www.lostwebsite.net/2010/09/aptitude-removed-revolucion/ [23:27] astruasdh, well you've already done grub-install, so just run update-grub which will autodetect installs, or should do, just to help make sure GRUB finds it when you reboot. [23:27] update-alternatives: error: no alternatives for python. [23:27] oO [23:28] urlin2u, I all ready have it at 32 [23:28] ty [23:28] i had 2.6, i compiled 2.7 and i get this oO [23:28] ty guys [23:28] Polah, you less /boot/grub/grub.conf to sanity check that your config looks good [23:28] w30, cool maybe someday it will be movable probably not though. [23:28] Teh_Lemon, i think if all you have is 2.6 installed you dont yet have a need for alternatives [23:29] !pm | AuroraNites21 [23:29] AuroraNites21: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [23:29] Teh_Lemon, so you have to create an alternatives group. you could install python3 which would create the alternatives group for you [23:30] ActionParsnip, ah, not removed from the server. I just started up my server VM to check and found it [23:30] auroranites just asked everyone where are they from? oO [23:30] urlin2u, more horizonal space than vertical and I want all the buttons so I have to live with the skrunch :=( [23:31] w30, I put docky on the bottomand hardly use the panel mostly synapse really. [23:31] projectM is compiled and built using cmake! the project has caused me too may headaches! What commands are use to completely remove it & all of the associated files? [23:31] Polah: oh its on the server, just not in a default install [23:31] Does anyone know how to make mono run perfectly without root privileges? When running a certain application via mono without root privileges, an exception is thrown very soon after the application has executed. [23:31] ActionParsnip, when was it removed, seeing as I have it on my desktop too? === skrewler_ is now known as skrewler [23:32] hello [23:32] Polah: not sure, I don't use it but I remember the fuss it kicked up. I don't use it and always used apt-get and now apt-fast [23:33] how can i set static ip without network manager [23:33] ? [23:33] ActionParsnip, apt-fast? [23:33] com3: Manually edit /etc/network/interfaces [23:33] Hello [23:33] I am wondering if I could recieve help on a nice little problem with Synaptic/Update Manager [23:33] com3, doing so will (should) disable NM's management of the interface [23:34] !ask | LinuxCody [23:34] LinuxCody: 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:34] Polah: it's apt-get but uses axcel [23:34] i doit [23:34] brandon_, some options could be to change the link to use sudo or change the app's owner to root and set the sticky bit [23:34] escott i do it but doesnt working [23:34] !ask I need to know what to do to fix my Synaptic and Package manager [23:34] LinuxCody: I am only a bot, please don't think I'm intelligent :) [23:34] Polah: sorry axel [23:34] What's the sticky bit? [23:35] LinuxCody: sudo apt-get update [23:35] Polah: http://www.youtube.com/watch?v=zGyUrqFIDc8 there is a PPA mentioned on webupd8 [23:35] escott i have remove network-manager [23:35] brandon__, see the wikipedia article. its useful for temp directories [23:35] ActionParsnip, I just found it (P [23:35] brandon_, for example: chmod 4744 filename [23:35] com3, setting an interface in /etc/network/interfaces will preven Network Manager from "managing" it. Removing n-m was not required. [23:35] Polah: downloads from 3 sources at once :) [23:35] sudo: aptget: command not found [23:36] LinuxCody: [23:36] brandon_, sorry... for example: chmod 4755 filename [23:36] LinuxCody: apt-get not aptget [23:36] LinuxCody: sudo apt-get update [23:36] LinuxCody: the hiphen in the command is necessary [23:36] ActionParsnip, interesting. Although, that would only download three packages at a slower speed, rather than one package the highest gainable speed [23:36] brandon_, personally, i'd say the fact you have to use root to run a mono program, would be enough evidence to not use mono. [23:36] zykotick9_ i should reinstall NM? [23:36] Thanks [23:37] com3, up to you, but removing wasn't necessary [23:37] Is there anyway to install mono for a single user so that root does not have to be used? [23:37] com3, removing system programs like NM should be the last course of action. lots of people come in here with broken setups and complain that NM or pulse wasn't doing what they wanted and they removed it [23:37] OK [23:37] Reading Package Lists [23:37] Crap... [23:37] com3, at which point I say... everyone else has NM and pulse, and we can't help you if you don't because your system is now very different from ours === derp is now known as Drama [23:38] !language | LinuxCody [23:38] LinuxCody: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [23:38] E: Encountered a section with no package: header [23:38] escott ok i reiinstall it === Calvin87 is now known as Cpudan80 === faz is now known as faz_afk [23:39] E: Problem with MergeList /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_Packages [23:39] LinuxCody, can you !paste your session [23:39] !paste | LinuxCody [23:39] LinuxCody: 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. [23:39] I am on windows [23:39] My laptop cannot get onto the internet [23:39] Polah: it downloads 3 parts, its kinda like torrents [23:39] LinuxCody, then copy and paste [23:39] Well, it can [23:39] Copy and paste? [23:40] paste.ubuntu.com LinuxCody [23:40] !xy | LinuxCody we cant fix your apt without web access [23:40] LinuxCody we cant fix your apt without web access: The XY problem is when you need to do X, and you think you can use Y to do X, so you ask about how to do Y, when what you really should do is state what your X problem is. There may be a Z solution that is even better than Y, but nobody can suggest it if X is never mentioned. [23:40] I meant browsing [23:40] I am on the internet [23:40] LinuxCody: http://paste.ubuntu.com/691140/ [23:41] with ifconfig etc i have network allready [23:41] escii: Thanks for pointing me in the right direction. Apparently, I overlooked the running processes and getty was indeed running on all the tty's. So, I believe the problem is my gfx driver for some reason. Changing the grub settings to run gfx text mode solved the problem. [23:41] allright [23:41] escott, * [23:41] LinuxCody: ignore the top line, I just have it in a script [23:42] martinjlowm, good [23:42] i installed now NM [23:42] what should i do? [23:42] http://paste.ubuntu.com/691141 [23:42] com3: reboot and you should be ok [23:43] ok i tryit ty [23:43] com3, if you have a nm configured static and you just want to enable it from the cli use nmcli [23:43] ubottu Rocks! [23:43] LinuxCody: the list of commands I gave will sort that [23:43] maujhsn: Yeah he's a cool guy. [23:43] its a girl remember [23:43] !gender [23:43] yes, I can confirm I am a female bot :) [23:44] Polah This stuff is classic! [23:44] Still a cool guy. [23:44] iam sorry first installed ubuntu and Debian like system [23:44] havin trouble getting kontact fully working under natty (running ubuntu, not kubuntu) - kwallet is behaving poorly, and i can't sign/encrypt ANYTHING. not sure what the issue is, anybody able to help troubleshoot? [23:44] my first time [23:45] Of course, I mean guy in the non-gender specific plural form, only singular. [23:45] Greetings everyone. I am wondering if mySQL could store images/video/audio files. [23:46] fishscene, yes its called a blob, best ask in a mysql channel [23:46] escott what is cli? [23:46] fishscene: Yes, MySQL can store binary data. http://dev.mysql.com/doc/refman/5.0/en/blob.html [23:46] escott: ok Thanks. I'll check there. [23:46] com3, you want a static setup, but you dont want to use nm. why do you not want to use nm? [23:46] because i like to build a XBMC workstation [23:47] We are trying to set up a database server to manage about 2TB of data. [23:47] without gdm etc [23:47] fishscene: sure, sounds cool [23:47] doesnt work [23:48] com3, so nm is rather low level service (it starts after dbus). you might just want to use the nmcli program to interface with network manager and enable the nm configured static setup [23:48] com3, if you're interested i've pastebined an example /etc/network/interface at http://paste.ubuntu.com/691145/ which has a 192.168.1.15 static ip, customize to taste ;) [23:48] It.. works [23:48] com3, so you configure it by using the gui one time, and then use nmcli to enable the saved config [23:48] You guys are a life saver [23:48] ok ty guys [23:48] Oh dearie me. Didn't encapsulate so my loop thought I was using regex and rename files in all the wrong places. Time to reencode all the original files. [23:49] holas [23:49] necesito ayuda [23:49] tengo un mac [23:49] !es | negrox [23:49] negrox: 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. [23:49] ok [23:49] gracias [23:50] Sorry about the language earlier [23:50] com3, slight typo above (damb that lack of TAB complete), the correct filename is /etc/network/interfaces [23:50] does anyone know how to open the java console on ubuntu? [23:50] I like your little OS [23:51] Run the command jcontrol. On the Advanced tab expand Java console and select Show console. Restart Firefox and the console should open the next time you open a Java applet in the browser. [23:52] LinuxCody: little OS? [23:52] Oh wait [23:52] Big OS [23:52] what arguments do you provide to jcontrol? [23:52] ;) [23:52] ModusPwnens, you should have a openjdk or sunjdk poliicy tool [23:52] Former Little OS [23:53] itaylor57, how do I know which one I have [23:53] I use ubuntu for my 13 yearold laptop for school [23:53] I like windows for desktops [23:53] But in the bussiness world, ubuntu is a nice system [23:53] ModusPwnens, you ave open jdk unless you installed the sun version [23:53] I have ubuntu 8.04 and Linux Mint 10 on the same system (two separate hard drives). What will happen if I upgrade ubuntu 8.04 to say Ubuntu 10.04? How will it affect my stored personal folders, setting etc and how will it affect my dual booting? I don't want to have to reinstall my mint. [23:54] itaylor57, Ok, well I didn't install anything special. Given that I have one of those installed, how do I open jconsole? [23:54] merryman540, install it on a seperate home partition [23:54] Hey guys. I'm having a little trouble with Tomboy 1.6.0 and Ubuntu 11.04. It doesn't launch. If I try to run it from Terminal, this is the output I get: http://pastebin.com/MpP1DKHB Any ideas? [23:54] merryman540: you might wanna take a backup just in case [23:54] merryman540: Also note that 8.04 uses the Legacy Grub where as 10.04 uses Grub2 [23:55] merryman540: you will have backups so it's all good. The update only updates the binaries making up your apps [23:55] ok i have configuring the network manager in gnome and interfaces file [23:55] Howdy, I added a cron entry, via crontab -e with an entry @reboot cmd... It doesn't appear to run, and I can't see any log messages relating to it. Where would this be logged? [23:55] nitstorm -I'm currently using grub 2 I think with the linux mint [23:55] no if i want uninstall gnome that is working? [23:55] merryman540: ah... cool cool... refer to ActionParsnip's comment above as well... [23:55] ActionParsnip - so my personal folders won't be affedted? [23:56] Gredeu - what do you mean? [23:56] computerx: /var/cron/log maybe [23:57] resize your partition make sure you don't lose power and mount your other home on the other distros side by side partition [23:57] merryman540: no, but you should have a backup if your data is important. I'm surprised you even asked... [23:57] com3, why uninstall, just disable the X server. that way you can use the gui tools to administer the system remotely [23:57] Gredeu-lol sounds like a lot of knowledge that I can't claim to possess! [23:58] com3, change your /etc/default/grub to boot to text [23:58] Is there any good rule of thumb for the maximum amount of vhosts I should use? [23:58] ActionParsnip: Not a folder, neither is /var/log/cron, as I assume you meant [23:58] ActionParsnip - you mean backing up my personal files to an external hard drive kind of thing? [23:58] ActionParsnip: Neither is there a file in /var/log/cron* === buhman_ is now known as buhman [23:59] merryman540: yes, like a backup