[00:00] blognewb_: sudo apt-get install libfcgi0ldbl [00:00] aww man, the mic sounds all garbled...(yes i know thats not a real word) [00:00] blognewb_, it looks like that package is in universe, if you got to System->Administration->Software sources, is "Community maintained Open Source software (Universe)" checked? [00:00] Arthur_Rainbow, np man, good luck, i did the same thing to my number pad, i pried the numbers off and made it like a phone, and i had to remap the numbers :P [00:01] how can I enable my emerald themes? there's a preferences window for them, but when I select them nothing happens [00:01] innomen: I figured out how to insert the nulls directly if you use vim, ctrl+v+@ [00:01] vim? [00:01] innomen: may work in other text editors that don't use ctrl+v for paste [00:02] innomen: it is a command line text editor [00:02] wouldent that be control v shift 2? [00:02] jamescarr: http://ubuntuforums.org/showthread.php?t=1131246 [00:02] innomen: yes [00:02] !vim [00:02] Text Editors: gedit (GNOME), Kate (KDE), mousepad (Xfce4) - Terminal-based: nano, vi/vim, emacs - For HTML/CSS editors, see !html - For programming editors and IDE, see !code [00:02] phooey [00:03] stroyan, how to edit file? :> === unforgiven512-aw is now known as unforgiven512 [00:04] trism, could i impose upon you to help me find out a way to do it in scite? you seem to know the terms [00:04] when I use the System->Administration->Create a USB startup disk thing, I tell it which .iso to use (ubuntu desktop 9.04 x86) and tell it which usb disk to use, then it just sits there with a progress bar that says "Starting up" but it never moves [00:05] trism, scite seems ot call them control characters [00:05] b3rz3rk3r: Well the router belongs to my neighbours and yesterday I tried to configure wpa_supplicant with a WEP key they used but that did not work out. as far as I understood from google-ing was that there was a problem with the encryption. Something was seemingly incompatible. The an hour ago I asked them to change the encryption to WPA and I reconfigured wpa_supplicant. It got beyond the previously mentioned error, but did n [00:06] wow it's fast [00:06] donavan_: Your google earth troubles sound like typical issues interacting with compiz. See https://help.ubuntu.com/community/GoogleEarth for more details. [00:06] Jonii^: I like vim myself. You may prefer nano. [00:06] Can someone help with a command to do a symbolic link [00:07] gizmobay, ln -s name source [00:07] question: i have this command for linux -> find -name '*.rar' -exec unrar x {} \; how can I modify it so that if there is a file called *part01.rar then it does not search for all .rar and only unpacks *part01.rar ? [00:07] I have two directories /abc and /abc/xyz [00:07] innomen: would like to help, but never used scite [00:07] I want all the files in /abc/xyz to be linked in the directory /abc [00:07] gizmobay soft link? [00:07] yes [00:08] anybody used qdevelop? [00:08] trism, ok [00:08] gizmobay have you tried cp command? [00:08] cp --help [00:08] !anyone | LinuxGold [00:08] LinuxGold: A large amount 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? [00:08] does anyone else have any idea how i could go about inserting a nul control character into a volume of text? [00:08] will have an option to copy all the files and make all the copied files soft link [00:08] I have other files in the directory and I don't want them to get mixed up === Vincent is now known as Guest92177 [00:09] iceroot: thanks, just wanted to know if it is useful before I apt-get. [00:09] Greetings. Is it possible to protect the contents of " /usr/src/linux-headers-2.6.28-14-generic/include/config/kernel.release" from being written over? Somehow (Dunno) the contents of the file were changed with not so good consecuences. [00:09] question: i have this command for linux -> find -name '*.rar' -exec unrar x {} \; how can I modify it so that if there is a file called *part01.rar then it does not search for all .rar and only unpacks *part01.rar ? === lipsin_ is now known as lipsin [00:10] bah i'll just do it with the mouse, stupid open office [00:10] trism, thanks for helping though, you rock [00:10] LinuxGold: i only know kdevelop and like it much [00:10] and others [00:11] gizmobay: I think you want for f in "/abc/xyz/*";do ln -s "$f" "/abc/$(basename $f)";done But I could be wrong. [00:11] LinuxGold: some kind of visualstudio [00:11] thanks stroyan [00:11] My old graphics card was NVidia chipset MSI and I just picked up a new GeForce9400GT [00:11] legend2448 thank you! [00:11] however, my screen is all choppy now and I can't seem to get things to run smoothly [00:12] stephans_: your welcome [00:12] dumont: find . -iname "*part01.rar" -exec unrar x '{}' \; [00:12] If it takes 2 keys to produce a result e.g., + = Cycle Windows shouldn't the keycode refer to the non-modifier key? [00:13] Cobra_Girl: dpkg -l nvidia-glx* which nvidia version do you have installed? [00:13] joeyeye what does iname do? i don't want it to just match part01.rar i want it to match .rar IF and ONLY if part01.rar is not found [00:14] 169.12+2.6.24.18 NVIDIA binary XFree86 4.x/X.Org 'new' driver [00:14] Cobra_Girl: that's what dpkg -l nvidia-glx* says ? [00:14] eish [00:14] yes [00:14] I have to honestly say [00:14] dumont: -iname is just case-insensitive form of -name. I think you need exec to call a script instead of unrar'ing in place [00:14] ubuntu is poor quality [00:15] Cobra_Girl: which version of ubuntu are you using? [00:15] hardy heron [00:15] ic [00:15] 8.04 [00:15] for some reason mmap2 is failing with ENOMEM in gdbm ... and there is just no reason for it [00:15] dumont: in the script you can test for $1part01.rar existence and call unrar [00:15] and my disk crashed after the update to 9.04 [00:16] ubuntu should just disable the release update feature ... cos its basically a lie [00:16] Cobra_Girl: you might need a newer nvidia driver.. is there one available in the Hardy repos? [00:16] it doesnt work, it just breaks [00:16] is xubuntu just ubuntu with xfce enviroment? [00:16] I tried, but I couldn't seem to unpack it [00:17] is there a way to upgrade manually from LTS to current stable? [00:17] Cobra_Girl, have you tried System->Administration->Hardware Drivers? [00:17] How can I kill a process in the third window of the GNU Screen? I am looking for a faster way rather than using "ps aux" and kill by PID. [00:17] joeyeye i only code in php and i don't know what kind of a script i could call, and what language to write it in [00:17] Cobra_Girl: do you have that upgrade icon in the upper right hand corner? [00:17] hi-anyone have problems with jaunty + mount.cifs and mount.smbfs seg faulting upon execution? [00:17] Cobra_Girl, if you want to trash your system then just enable updates to current via synaptic settings ... [00:18] dumont: write it in bash [00:18] don't know bash :( [00:18] * bucky laughs at WormDrink [00:18] any great tutorials? [00:18] or just google it [00:18] well, I sort of need all my files and such :P === No9931720 is now known as bubble [00:18] well then dont upgrade ubuntu ... [00:18] HEy.. does anyone know of a application for Ubuntu that can be used for beats? Iv always used programs like Fruity Loops and ProTools but am looking for somehing that will work on Ubuntu [00:19] right now in Hardware Drivers, only my LAN card is listed [00:19] doug virtualbox [00:19] syntax thanks ill check it out [00:20] is this chan for karmic, too? I vaguely remember an alternative channel for bleeding edge stuff [00:20] anyone from NZ here? [00:20] no honestly, I am real disappointed - its quite pathetic the fact that updates break like that - and I have run gentoo for allot longer on another system, sure updates takes longer, and involves more work, but the point is it works - this is just basically like a "I dont want a pc that works anymore, also throw in some totally random shit" [00:20] !karmic | suit [00:20] suit: Karmic Koala is the codename for Ubuntu 9.10, due October 2009 - Karmic WILL break - Discussion and support in #ubuntu+1 [00:20] Cobra_Girl, i remember having problems with nvidia drivers, you might try installing and running the envyng-gtk package, it downloads and install the newest nvidia drivers i believe [00:20] right! thanks [00:21] doug__: http://lmms.sourceforge.net/ [00:22] dumont: theres dozens of good sites with bash tutorials and many free ebooks you can download. [00:22] syntax: is VirtualBox just an app like wine or is an actual application for mixing [00:22] legend2440: thanks ill check that out [00:22] !virtualbox | doug__ [00:22] doug__: virtualbox is a x86 !virtualizer. A !free edition is available from the package 'virtualbox-ose'. A non-free edition is available at http://virtualbox.org for most Ubuntu releases (help in #vbox) - Setup details at https://help.ubuntu.com/community/VirtualBox [00:22] vbox will allow you to use 2 os at the same tme [00:22] Cobra_Girl: I came in late on this, but if you enablecustom desktop effects, it should automatically use you nvidia driver [00:22] wine isnt that good for fl studio [00:22] doug__, i'mnot sure why you'd use virtualbox for mixing music unless you're looking to run a virtual os [00:22] can someone help me find the edid for my tv [00:22] where does ubuntu save the .bash_history file if the home directory of the user doesn't exist? [00:22] those are enabled, however all effects are extremely choppy [00:23] how do i set a variable so that i don't have to do an export each time? [00:23] for fl studio he could use it tho..Like having fl studio in windows [00:23] Kuifje111: i think its in ram/cache/tmp untill the shell exits.. [00:23] bloody pathetic, and Canonical tries to push ubuntu server to enterprise market ... [00:23] instead of 30fps, I'm seeing about 7fps [00:23] IndyGunFreak: yeah im not looking to run multiple os's just looking for an app that is available for Ubuntu.. im cchecking out that multimedia link [00:23] Cobra_Girl: Ahh I see [00:23] syntax, he asked for a program like fl studio, not how to use fl studio [00:23] ciao [00:23] dumont: You can also "apt-get install abs-guide" and look at /usr/share/doc/abs-guide/html/index.html [00:23] squarebracket, put the export in your .bashrc file [00:23] Dr_Willis: is there any other file where executed commands are being saved? [00:23] nothing matches with fl studio as well [00:23] Trust me [00:23] i use it [00:24] Kuifje111: never noticed. Never worried about it. whats the original problem? [00:24] pray they make a linux version of it [00:24] syntax, well he asked for instructions to ride a bike and you sent him instructions to build a car. [00:24] kinda silly [00:24] list [00:24] not really [00:24] simple [00:24] lol, he said he wanted an ubuntu app. [00:24] Dr_Willis: compromised account, and want to know whatever the 'hacker' executed. [00:24] if one doesn't fit his needs, he'll be back [00:24] syntax: yeah iv always used that and Pro Tools on my mac but im looking for osmething i can use on my ilnux box [00:24] hello [00:24] all [00:25] Kuifje111: i imagine theres not going to be a way. even .bash_history is not reliable [00:25] yawns [00:25] word [00:25] If it takes 2 keys to produce a result e.g., + = Cycle Windows shouldn't the keycode refer to the non-modifier key? [00:25] i dont see any programs that can match fl studio imo [00:25] Dr_Willis: all right, thanks for your help. [00:25] on linux [00:25] syntax, but that wasn't the question [00:25] Kuifje111: if you have 2 shells going each has its own history.. so the saved history will not always be the one that did the work. [00:25] Dude dont take up for dude [00:25] let him talk [00:26] simple [00:26] hey guys, i am having problems with my audio (alsactl identifies as: "HDA-Intel" "Realtek ALC1200" "HDA:10ec0888,10de0175,00100101") .. it just doesnt play, i've checked just about all the forums and played with my "options snd_hda_intel" settings and ensured my sound was actually turned up.. the only odd thing is that if i boot off of a livecd, it works.. (but i get no video when booted from live cd, unrelated, so i cant trouble shoot from that) more info here: [00:26] syntax, i'm not, i'm telling you what he said.. pay attention [00:27] i know what he said and hes asking for a program like fl to work as a linux app [00:27] syntax, ok.. and you answered to use vbox [00:27] thatsnot a program "like fl" [00:27] You use fl in that duh [00:27] dude [00:27] be gone [00:27] moron [00:28] list [00:28] .. [00:28] thank goodness [00:28] can fl be installed with wine? [00:28] yea [00:28] superciuk: this isent a warez channel. :) [00:28] but doesnt work as well [00:28] doug__, well acording to the grand wizard, no [00:28] it doesn't work [00:28] ok [00:29] My dumb question for the day..what, exactly, does the marker bar mark? [00:30] hey guys when i leave my computer on sometimes when i come back to it my mouse disappears. it tends to happen after a few hours, but doesn't always happen. is there a solution to this problem? [00:30] Lostinspace_46: what marker bar mark? [00:31] Dr_Willis: The one in here [00:31] IndyGunFreak, you from indiana? [00:31] bdfoster, affirmative [00:31] indianapolis? [00:31] elec: have you read this? http://ubuntuforums.org/showthread.php?t=1159334 [00:31] yup.. beech grove [00:31] how do i change my xorg to work with my lcd tv [00:31] Lostinspace_46: theres dozwens of 'irc clients' - In here.. means 'in theis irc room' to me. :) i imagine its some sort of history/last read line tag. [00:31] sweet [00:31] When I try to import all of my songs into Rythmbox Music Player so that I can reorganize and sync some more shizz onto my iPod, I get this message: "No packages with the requested plugins found. The requested plugins are: ( Idon't exactly remember the name. Something like Windows Media codec decoder or something)" [00:32] bdfoster: u? [00:32] everything is really big [00:32] IndyGunFreak: Im in Kokomo :) [00:32] i was born at st francis beech grove before they stopped doing pregnancies [00:32] kaiser10123: whats your video card? [00:32] Dr_Willis: really?.. i never knew that [00:32] Dr_Willis: nvidia fx 5500 [00:32] I it possible to install Linux MultiMedia Studio using terminal? [00:32] Dr_Willis: Yep that was what I meant [00:32] http://lmms.sourceforge.net/home.php [00:32] What's the file name supposed to be for a synaptic key file? [00:32] IndyGunFreak, southside of indianapolis [00:32] kaiser10123: use the nvidia-settings tools to set the proper res for monitor perhaps. [00:33] Dr_Willis: somesaid i need to find my edid for my tv? [00:33] i was born at st francis beech grove before they stopped doing pregnancies, IndyGunFreak [00:33] kaiser10123: whats the connection to the tv? vga/dvi/hdmi/svideo? [00:33] Dr_Willis: i already tried that [00:33] bdfoster: lol, i live like right around the corner from there. [00:33] wow [00:33] Dr_Willis: vga [00:33] small world [00:33] If it takes 2 keys to produce a result e.g., + = Cycle Windows shouldn't the keycode refer to the non-modifier key? [00:33] yup [00:33] now i live in italia lol [00:33] Um, guys, I need help. Go to #Ubuntu-offtopic to continue this conversation please [00:33] lol [00:34] I'm trying to add a file named pubkey.txt and synaptic isn't finding it [00:34] Shoe: ?..lol whatever. [00:34] kaiser10123: ive never had issues with nvidia-settings and my external monitors. or svideo tv. never had to mess with edid's. [00:34] doug sudo apt-get install lmms [00:34] legend2440: yes i have, no luck [00:34] syntax: thanks [00:34] Dr_Willis: in sobayon i dont have issues could i copy xorg file from sabayon live cd and use it with ubuntu? [00:34] can someone cat me their /etc/modprobe.d/blacklist file in a PM I accidently nuked mine [00:34] kaiser10123: if you are getting a picture that the wrong res. perhaps try the xrandr tool's to change the res. or see what it says it supports. [00:34] sabayon [00:34] elec: have you asked in channel #alsa? [00:34] kaiser10123: try it and see. or se it as an example. [00:34] * bdfoster is away: My computer goes down on me more than my wife does. [00:35] a better question, where can you find stock config files? [00:35] When I try to import all of my songs into Rythmbox Music Player so that I can reorganize and sync some more shizz onto my iPod, I get this message: "No packages with the requested plugins found. The requested plugins are: ( Idon't exactly remember the name. Something like Windows Media codec decoder or something)" [00:35] the file for esolution is xorg.conf right? [00:35] legend2440, yes, they asked for my configuration but no response [00:35] Shoe: try medibuntu [00:35] kaiser10123: thats used to be the main X setting file yes. but with latest ubuntu releases - X auto-configures for the most part. [00:35] In Add/Remove? [00:35] Shoe, try sudo apt-get install ubuntu-restricted-extras then try again after restarting rhythmbox [00:36] kaiser10123: but its possible your old xorg.conf might work. Backup your current one. [00:36] Theanks jedc [00:36] Fingel: you don't have anything in /etc/modprobe.d/ ? [00:36] !find xrandr [00:36] Dr_Willis: but xorg.conf is just display? right [00:36] Found: libxrandr-dev, libxrandr2, libxrandr2-dbg, lxrandr [00:36] bucky: I have everything but accidently echo'd over blacklist :P [00:36] Shoe, no problem :D [00:36] kaiser10123: No. it has mouse/keyboard/input/other stuff in there (or it did at one time) its rather minimal now. [00:37] bucky: default one back would be nice === _unforgiven512 is now known as unforgiven512-aw [00:37] Fingel: i have no file called /etc/modprobe.d/blacklist [00:37] bucky blacklist.conf? [00:38] How can I start ubuntu 9.04 desktop version with just a command line and no x? [00:38] How do I read the label of an ISO (DVD) filesystem from terminal? [00:38] how do i see thefonts on my system? [00:38] pastebinit /etc/modprobe.d/blacklist.conf [00:38] like preview i mean see what they look like [00:38] http://pastebin.com/f713300fa [00:38] :) [00:38] thanks Dr_Willis! [00:38] Anyone that could help would be much appreciated. [00:39] innomen: I use fontmatrix, it is kind of slow though [00:39] trism, i fixed my problem by adding the words one at a time, thankfully i didnt have to use the mouse it could be done with the spellcheck dialog using keys (down enter enter) [00:40] trism, i will google font matrix [00:40] how can i install flashplayer ?? [00:40] innomen: it is in the repos [00:40] innomen: sudo apt-get fontmatrix [00:40] Hasanibrahim: its in the repos. [00:40] i trie a lot of times :( [00:40] trism i had to do it to 6 pages of words, my wrist hurts [00:40] !flash | Hasanibrahim [00:40] Hasanibrahim: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash [00:40] Hasanibrahim: normally i install 'ubuntu-restricted-extras' it grabs flash , java, and other things you proberly want. [00:41] innomen: at least you got it working [00:41] Hello - how do i uninstall plugins from shiretoko? [00:41] I'm having some problems with firefox if anyone could help. [00:41] Good eavening. [00:41] trism, indeed, sudo apt-get fontmatrix [00:41] trism,E: Invalid operation fontmatrix [00:41] Dr_Willis: i am getting an error when i try to install :(( [00:42] same result inno [00:42] Hasanibrahim: what is the error? [00:42] Hasanibrahim: tell the channel the error.. perhaps adobe moved/changed somthing again. [00:42] how do [00:42] * bdfoster is away: My computer goes down on me more than my wife does. [00:42] lol [00:42] how do I change the default sound card for flash [00:42] Whenever I start firefox I have this error. DCOPClient::attachInternal. Attach failed Could not open network socket [00:42] I want to redirect it through my hdmi out [00:43] innomen: sorry === unforgiven512-aw is now known as unforgiven512 [00:43] aplay has found the card and I can get it to make a test tone [00:43] innomen: sudo apt-get install fontmatrix [00:43] i install flash player and when i try to enter youtube, i am getting same error "you must install flash player " :( [00:43] innomen: my mistake [00:43] trism, i'm dim, i shoulda caught that [00:43] i closed and open again and again [00:43] Hasanibrahim: well, you said you got an error, what was the error, and how have you tried to install it [00:43] trism, no no thats a joint failure :P [00:43] i tried in opera, too [00:43] yeah i got same problem on my sheritoko === davidm is now known as Guest28928 [00:44] Hasanibrahim: Which of the three "flash players" did you choose? [00:44] Hasanibrahim: answer the uestion or stop whining [00:44] but i couldn't enter videos on youtbe yet :( [00:44] slash plugin for 64 bit sucks [00:44] Hasanibrahim: And what version do you use -- x86 or amd_64? [00:44] i wanna answer IndyGunFreak but you are very fast [00:44] Does anybody have "Unsupported Updates (hard-backports)" enabled? How stable is ubuntu afterwards? [00:44] Hello. I installed VirtualBox by double clicking it. How to uninstall? (1) Apps -> Add/Remove doesn't list it, (2) system->admin->synaptic doesn't show it as installed [00:44] Can anyone help me out here? [00:44] Hasanibrahim: you typed probably 8 sentences after my question.. almost everything you said was irrelevant [00:44] !ask | jollyroger [00:44] jollyroger: Please don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) === Shinobi is now known as Guest94965 [00:45] Spoink: Where did you doubleclick? [00:45] bankix: on the installer [00:45] i entered http://get.adobe.com/flashplayer/ [00:45] Spoink: Which installer? [00:45] than choose [00:45] deb for ubuntu [00:45] I've ask the same question 3 times now and I keep getting ignored for the same guy not being able to figure out flash and not know any errors so I've kinda peeved. [00:45] Hasanibrahim: Ah. Why didn't you use the package provided with your distro? [00:45] trism, what is it with no one wnating to do things in bulk but me [00:46] bankix: http://download.virtualbox.org/virtualbox/2.2.0_BETA2/ VirtualBox-2.2.0_BETA2-45227-Linux_x86.run [00:46] bankix: add/remove ?? [00:46] bankix: he said he got an error, but has never mentioned that error. [00:46] trism, is there a way to cycle through fonts without clicking on each one? [00:46] Anyway, I get the error "DCOPClient::attachInternal. Attach failed Could not open network socket:DCOPClient" whenever I start firefox and it doesn't load it just freezes then the error pops up again. [00:46] jollyroger, i found a thread with your problem but no solution, http://ubuntuforums.org/showthread.php?t=380520 aparently running dcopserver will fix it temporarily... you need to give people time to figure things out [00:46] Spoink: Wasn't the version provided with Ubuntu not bleeding edge enough? [00:46] How do I lock a package so the update manager doesn't keep trying to update it? [00:47] Spoink: However, you have to locate and delete the files manually. [00:47] IndyGunFreak: i mean i am getting same error "get the latest flash player" [00:47] Spoink: If you had used a package instead of that silly installers, this would be three clicks. [00:47] bankix: is that all? no 'windows registry' type bollox? [00:47] !pinning | rpaddock [00:47] rpaddock: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [00:47] Spoink: There is no such thing as a registry. [00:47] Spoink: My guess is that virtualbox provides an uninstaller with that one, finding it is another matter [00:47] Hasanibrahim: type this w/o quotes.. you're way to hard to follow.. "/join #indygunfreak" [00:47] jedc: much obliged that was the problem I just updated from 8.04 to 8.10 and now to 9.04 so I thought something was borked in there. [00:48] * Spoink searches [00:48] Spoink, You'll need to know the version number I think. Read more here: http://tinyurl.com/kp9lzx [00:48] trism, nm i think [00:48] "/join #indygunfreak" [00:48] Hasanibrahim: w/o quotes. [00:48] you also seem to have a problem following instructions [00:48] jollyroger: Stop whining, if somebody knows an answer to your question, he will probably tell you. [00:49] jrib: Thanks [00:49] trism, "Specimen Font Previewer" in the repos did what i needed [00:49] innomen: I'm not sure, it may have some keyboard shortcuts, but it isn't clear what they are [00:49] jollyroger, did that work to fix the problem? if so you can have it run on startup, until you find a better fix [00:49] innomen: I'll check it out [00:49] bankix: jedc already fixed the problem for me I was just thanking him. [00:49] trism, fontmatrix is more advanced than i needed [00:49] Hasanibrahim: There is a flash test page at the adobe website. Does that work. [00:49] trism, what i want oo should have done as part of the drag drop [00:50] trism, err drop down [00:50] bankix: no :( [00:50] jedc: I always had dcopserver running in 8.04 but apparently 9.04 doesn't do that. [00:50] ah [00:50] Loafers: Thx! Is there a way to list all installed packages? [00:50] Hasanibrahim: Which processor type and installation (32 bit / 64 bit) do you use? And are there any Firefox plugins like noscript etc? [00:51] Well thank you everyone and have a pleasant day. [00:51] Are there any programs I can get from Add/Remove that are almost exactly like iTunes? Because I have music, video, podcasts, and other stuff for my iPod [00:51] there is no plugin about flash and i am using 32 bit [00:51] Spoink: I think you might be able to run the installer file with a uninstall parameter, try running it with --help and see if it tells you anything === marvinp is now known as me [00:52] Hasanibrahim: Okay, if you enter "about:plugins", is there flash mentioned? === me is now known as marvinp [00:52] Spoink, Hmm this was the best I could find :(: http://tinyurl.com/2gbfxl [00:52] Shoe, gtkpod helps for administering ipod, its not a music player, but helpful for syncing or taking music off the ipod [00:53] hi guys, do i just sudo apt-get install compiz to install compiz? [00:53] Shoe, if it is an ipod touch or an iphone there is less support i believe [00:53] no bankix :( [00:53] It's an 80GB iPod. Bought about 3 years ago [00:53] computer, type aptitude search compiz and install the one you want [00:54] computer, yes, but i think it installed by default but that will tell you if that is the case [00:54] !seen jblack [00:54] I have no seen command [00:54] Shoe: also start using the synaptic package maanger not the 'add/remove' one . the ones in add/remove are a limited list of all avail packages. [00:54] <|kosh|> computer: compiz is installed by default on ubuntu [00:54] Hasanibrahim: Then the flash player is not properly installed. Use synaptic to install the package flashplugin-installer [00:54] /nick Digital_Warrior === Digital_Away is now known as Digital_Warrior [00:54] Loafers: very cool: 'For extra credit, you can find the locations of the files within a package from the list by using the dpkg -L command' [00:54] Shoe, or "apt-get install gtkpod" is quicker :p [00:55] Spoink, :) But I wish i knew a way to do a search for an installed program without looking at the entire list [00:55] thanks jedc and Dr_Willis [00:55] Loafers: grep? [00:56] computer, you may be wanting the setting manager for compiz - sudo apt-get install ccsm [00:56] Loafers: hmm this just shows what Synaptic shows. it doesnt list virtualbox [00:56] Spoink, I think if you do sudo aptitude search virtualbox it will list whats instaleld and whats not [00:56] Loafers: "dpkg -l name|grep ^ii" will list you only the installed packages. [00:56] jedc [00:56] I think you misspelled it [00:58] Shoe, nope, if it couldnt find it then you probably dont have universe enabled, you can enable it from System->Administration->Software Sources [00:58] Spoink: That's the crux, if you use the .run installer it operates outwith the packaging system, and all the organization goodness is lost. [00:59] could anyone help me? I've upgraded from 8.04 and my mic isn't working at all.. not in skype, sound recorder etc.. none of the fixes on the forum seem to work. [00:59] Shoe, or you might be forgetting sudo "sudo apt-get install gtkpod" [00:59] thats it [00:59] Shoe, sorry about that :p [00:59] bankix, are you sure that's the right command? I keep getting no packages found matching name and i typed firefox but it couldn't find that... [00:59] hey guys [01:00] !hi | Hilikus_ [01:00] Hilikus_: Hi! Welcome to #ubuntu! [01:00] Spoink: That why I was asking if the version provided by ubuntu wasn't bleeding edge enough. [01:00] i'm trying to optimize my bootup time. how do i use bootchart? i don't understand the graph [01:00] bankix: awesome .. found an uninstall.sh .. worked! [01:00] Loafers: I just tried "dpkg -l firefox|grep ^ii" and it listed firefox. [01:01] bankix, Ah okay got it. Thanks! [01:01] Hi guys, i'm losing my hardwire soon and need to pick up a wireless card. Anyone know of any wireless-N adaptors that work with 9.04? [01:02] !wireless | MidasManchu [01:02] MidasManchu: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [01:02] Hilikus: The graph shows you which process is running over what time. From top to bottom is the order of the processes, from left to right the time they started and they were running. [01:03] [01:03] MidasManchu: iv'e been looking for some usb devices as well. [01:03] Loafers, I've already checked out those docs, but figuring out which adaptor is comaptible with which spec isn't overly obvious. [01:03] bankix, Just could you explain the command? So far what I udnerstand is debian package manager list searched name, but what does the ^ii do? [01:03] bankix: that much i know, but how can i tell which ones are slowing down the process, some of them run in paralell while some seem to block the progress [01:03] Hilikus: Maybe puzzeling is that bootchart also shows you the initrd processes. [01:03] MidasManchu: is it a PC or laptop === jeremy_c is now known as johndoey [01:03] desktop === johndoey is now known as jeremy_c [01:04] MidasManchu: honestly, if its a PC, i'd looka t some of the PCI options(assuming you have a PCI slot).. most of them seem to be atheros based, so they should be fairly easy... mos the usb ones, seem to be ralink. [01:04] MidasManchu, Hmm try typing the brand name and if your lucky it might list whats compatible and what's not. [01:04] i'm trying to serve static files (still in development) so that my templates will be displayed with a stylesheet. the stylesheet is being served (i can go to its url and see it), but none of my templates are being displayed with the stylesheet. can someone help me understand what's going on? [01:04] here are my URLconf's: http://pastebin.com/d14c8657b [01:04] Loafers: Normally, dpkg -l lists all _known_ packages matching that name (where "*" is allowed, e.g. "fire*"), regardless if they're installed or not. [01:05] I have a problem with package global E: Sub-process /usr/bin/dpkg returned an error code (1). Using 9.04. Is it a serious problem? How can I fix? [01:05] streblo, which cms are you using? [01:05] Hello, I need help for another background issue. I've pasted some code here: http://drupalbin.com/10905 -- what I'm trying to do is have .bckleft and .bckright stretch down to the entire height of the page -- but with the code described, it only stretches up to the fold of the browser, if you scroll down, there's no background. Any idea how to get these two divs to stretch down to the bottom of the page for real? Than [01:05] ks! [01:05] oh damn, this is the wrong channel, sorry [01:05] bankix, ok thanks [01:05] Loafers: The first two characters show the status -- ii are installed, un are uninstalled etc. [01:05] I have a usb disk I keep my secret keys (ssh, gpg) on. I keep an ext3 partition for that purpose so permissions are set OK, but there are user permission problems - my UID on my home machine is different to my work machine. Any solutions for this? using FAT won't allow me to chmod 600... [01:05] woups wrong channel too [01:05] thanks anyway MidasManchu [01:05] no sweat [01:05] excuse me folks... anybody knows how to activate an ATI video-card? [01:05] Loafers: Due you only wanted installed packages, you use "grep ^ii" which searches for "ii" at the beginning of the line. [01:06] Hilikus: That's not easy to tell. [01:06] Hilikus: Look for single processes taking long time, then you'll have your time eaters. [01:06] bankix: that's the thing, you can't really tell what's long time [01:06] bankix, Ic. what does the asterisk do? [01:06] Hilikus: The more you look on the upper left, the more single processes you'll find. [01:07] Loafers: Asterisk is a wildcard. "dpkg -l fire*" will list you all packages starting with "fire". [01:07] some just stay there the whole time, but they don't block anything [01:07] bankix, ok thanks a bunch! [01:07] Hilikus: Then they're no blockers. [01:08] so which ones are? [01:08] Hilikus: It's not easy to find a time eater in ubuntu 9.04. It's already pretty much cut to the bones. [01:08] Um_cara_qualquer, are there any available under System->Administration->Hardware Drivers? [01:08] bankix: oh really? :s [01:08] anyone using Google Chrome Browser ? === mac9416 is now known as macOut [01:08] Hilikus: Upload the graph somewhere, maybe I find one. [01:08] jedc yes [01:09] !anyone | ipfw [01:09] ipfw: A large amount 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? [01:09] [pablo] [01:09] kjgvb [01:09] jjgihaiudsh789vy8i [01:09] jdasgiuhvu9yuisdcviojpso [01:09] <[pablo]> Aluno yes? [01:09] hey guys, what means JLcfnt? [01:09] Aluno: plese stop [01:09] Um_cara_qualquer, did it work to enable the reccomended one? [01:10] Is the latest Google Chrome Beta build from the PPA for Jaunty worth a crap ? [01:10] hi all [01:10] bankix: http://img403.imageshack.us/img403/7747/hilikuspcjaunty20090810.png [01:10] ipfw: it's got a dude's head instead of the x button [01:10] jedc i'm not sure i'm following you... what do u mean by "the reccomended one"? [01:11] LordLandon: I can get past that, for day to day operations, is it fairly stable, and is it honestly faster than ff3.5 ? [01:11] Dr_Willis: it worked i copies xorg.conf from sabayon live cd:) [01:11] ubuntu server will work on a dual-cpu motherboard, right ? [01:11] k can anyone tell me how to pick up other peoples wireless signals around me [01:12] is anybody user acer aspire one A0751h with ubuntu? [01:12] Hilikus: One time eater is readahead-list -- but if you remove this, the rest of the boot process will probably slow down [01:12] ipfw: compared to? I haven't used it in a while but I'm not sure how the flash/java support goes, and I do think it's faster, though possibly more unstable. [01:12] bankix: i read that [01:12] Um_cara_qualquer, click on the driver you want and click Activate, usually one of them has [Recommended] after it, but it might not i have an nvidia card [01:12] how do I change the default browser so that swiftfox is launched when I click a link in a terminal? [01:12] Hilikus: And of course udev is time consuming, but nothing to do about this. [01:13] jedc oh... yes sure but there's no one =/ [01:13] jedc i mean... it says i don't have any [01:13] I've got a hp pavilion note book.. sound wasn't working, so I had killed pulse audio and changed everything to use alsa in the sound preferences... still no sound... what more should I do? [01:13] ipfw: Forced to make a choice? Run both? [01:13] bankix: what about that wpa_supplicant? i don't have wifi, this is a desktop [01:13] can i speed up ubuntu boot times? [01:14] Hilikus: And smartd. [01:14] arand: thinking of testing it on mine, leaving the wifes system alone, she has a low tolerance for computer glitches [01:14] Hilikus: wpasupplicant -> WPA Wireless [01:14] I download Catalyst Control Center (display driver) (for linux) and, suprise suprise, its "not compatible". I cant see anything [01:14] Im in windows [01:14] Um_cara_qualquer, hmm, you could try to install envyng-gtk, it is supposed to download the appropriate drivers and install them for you, but i havent used it with an ati card [01:14] right now [01:14] server_side: that's exactly what we're talking about but it seems there isn't much to cut [01:14] server_side: Not much I think. [01:14] arand: was thinking of giving the windows version a shot through wine as well, just for grins [01:14] Stargazer, if it's dual x86 with normal firmware, yeah. if it's other architectures... Well, you can get builds that'll probably work. (if it isn't normal firmware, specifically designed to not work with something else, probably not, but such things are quite rare) [01:15] I'm using VSFTP to upload files. When file is uploaded, i'm trying to make it "hide" from owner. (chown_username, umask_local), but no matter what, Vsftpd put ownership so uploader can see it. How can I hide file from whoever uploads to ftp? [01:15] bankix: how do i disable that or what?? [01:15] yeah, i mean its fast enough, i love it compared to other distros. but you always have to try and push it :) [01:15] jedc why the first time i installed ubuntu it recognized the video card instantaneosly? [01:15] Hilikus: These are daemons/services started via init scripts. See update-rc.d [01:15] anyone ever had a problem with the 'global' package in Ubuntu 9.04? [01:15] Um_cara_qualquer, how do you know that your video card isnt working? [01:17] when i go to system -> administration -> hardware drivers... it opens a window that says i don't have any being used right now [01:17] Hilikus: Takes about 20 seconds till gdm starts. That's pretty fast. Perhaps you can safe 3 or 4 seconds by disabling some services... but that's all then, I think. [01:17] Hilikus: Once Ubuntu really uses upstart, it will be much faster. gdm cold be startet a lot earlier. [01:17] I've got a hp pavilion note book.. sound wasn't working, so I had killed pulse audio and changed everything to use alsa in the sound preferences... still no sound... what more should I do? [01:18] whats a good desktop widget program for monitoring pc performance and resources? [01:18] I can't find any good themes for ubuntu that aren't knock-offs of windows/mac. Any suggestions (I've checked gnome-look) [01:18] bankix: well the whole benchmark is stupid, i measured it and it takes 59seconds from grub to a wallpaper in gnome. i don't know when the bootchart script is loaded but it does not take 25 secs [01:18] proh: There are alternative drivers. Open Sound System (oss). Are required for some very _rare_ cards. [01:18] Um_cara_qualquer, what version of ubuntu are you using? [01:18] 9.04 [01:18] anyone care to help with my sound issue: http://ubuntuforums.org/showthread.php?p=7765764 [01:18] Is there a better terminal app out there? [01:19] aterm? eterm? [01:19] Hilikus: How many RAM do you have? [01:19] bankix: 3G [01:19] i'm speaking of better than what comes default with ubuntu jaunty [01:19] bankix, nope. No luck [01:19] maybe that's why... i usually used 8.10... [01:19] elec, i'll look into those thank you [01:19] proh: You did try OSS as wellß [01:19] ß [01:19] ? [01:19] np [01:20] Um_cara_qualquer, i found this thread that might help, or bash your hopes hehe [01:20] http://ubuntuforums.org/showthread.php?t=1185658 [01:20] bankix, yes [01:20] Hilikus: Hm. Couldn't tell you why loading the wallpaper takes such a long time. [01:20] innomen: terminator is otherwise popular [01:20] arand, thanky [01:20] proh: Sorry, no help then. [01:20] uahauha nice [01:20] I dl'ed a Graphics driver that crashed my computer [01:20] lets see [01:20] bankix: which one is that? [01:21] Hilikus: It's not on that graph, because bootchart ends when the last init script is executed. [01:21] Um_cara_qualquer, hopefully your card isnt on that list and the solution works [01:21] exactly [01:21] i guess... [01:21] arand: spesifically what i'm afetr is control shift arrow to jump words [01:21] my lssusb can see my webcam, but i can't use it [01:22] and maybe a working control c [01:22] brb... i'll try that [01:22] ubuntu server can handle dual-cpu, right ? [01:22] Alright, certain Java programs I use frequently (including FrostWire) ceased working a few weeks ago, and now I've decided I need some of them again. If I uninstall OpenJDK and reinstall Sun Java, will that probably fix things? [01:22] I dl'ed a Graphics driver that crashed my computer [01:22] is there a connector for exchange server 2007 in evolution [01:23] Hilikus: What strikes me strange is that you have a very low disk thoughput but a very high disk utilization. [01:23] Hilikus: I think you use ext3 filesystem? [01:23] bankix: yes, except for home [01:23] Hilikus: What are you using for home? [01:23] bankix: jfs [01:24] Luig1, probably? [01:24] dassouki: lsusb only tells you, that the device a such has been recognized. dmesg will tell you, if ubuntu has the according driver for your device. Read the output of dmesg and look for your device and souspicious messages. [01:24] hmm, anyone here run wow under wine? [01:24] Hi. [01:24] How to install video driver for [01:24] Does anyone have any idea about what's in common with windows desktop disappearing and ubuntu gnome desktop failing to start, and X crashing due to "no screens found"? [01:25] Hilikus: I don't know how jfs performs. But look at the graph (second) yourself: At the end of the boot process, the disk access hits the ceiling and the thoughput sinks to the ground. [01:25] SunStealer, yes it works well except you need the newest version of wine and there is a bug with the install where you cant click accept for the licence agreement you need to google for [01:25] Are there any advantages to remaining with OpenJDK? [01:25] why does my computer not appear in my own samba menu in network under the "places" menu, but I can see my other computer in there perfectly fine? [01:26] koolkat: Probably because you did not set up samba yet. [01:26] Hi guys, I'm having this weird disk crash, where Sytem Monitor see my 450Go of occupied disk, but a du -sh on the same disk gives me 65Mo [01:26] Luig1, only philosophical ones i think [01:26] jedc: hmm, well I have gotten it installed and kind or running. It just is "black" when i start it. I get the sound (the dragon flying) and i can tab-login... but the screen is just black. And I can't see any error messages when running it from terminal either, so it is a bit weird [01:26] sergei1: Which driver? [01:26] bankix: how do you setup samba? [01:26] Good. Thanks jedc [01:26] I guess once everything is ported to open source then no, but for now I just downloaded jdk with netbeans which i install in ~/ [01:26] I really need to recover my 450 Go of data, and I really don't know where to go from, any pointers? [01:26] how do you update the index so 'locate' can find the newly created files? [01:26] koolkat: Install the package system-config-samba and use it. [01:27] sudo updatedb [01:27] bankix, integreted Radeon 2100 ) [01:27] is there a trick to getting 8.04 to connect to windows workgroups? [01:27] frewsxcv: updatedb [01:27] I am trying to connect to a localhost:port and I have the port open on firestarer and it still wont answer....... what could it be? [01:27] proprietary drivers.. [01:27] thanks ubuntu [01:28] sergei1: When you did try the hardware drivers installer from the system settings menu... [01:28] for a home computer, use 4 15k hd and a perc 5 worth it?? === miguel is now known as Guest10026 [01:28] opyner: what version of windows is it? [01:28] bankix, it dose nothing found .. [01:28] doese [01:28] If i was to save a channel(or server) to favorites, how do I bring up my favorites? [01:28] sergei1: Then you'd have to install the diver manually. Hope you're familiar with commandline... [01:29] for a home computer, use 4 15k hd and a perc 5 worth it?? [01:29] hi, I'm running Ubuntu 8.04 and I just got a segate 1.5Tb HDD model ST31500341AS but I can't get this damn drive to format correctly, gparted sees it, but wont format [01:29] I'm having this weird disk crash, where Sytem Monitor see my 450Go of occupied disk, but a du -sh on the same disk gives me 65Mo, any pointers on how to recover my data ? [01:29] bizzo: Try fdisk on the commandline. [01:29] please guys, my life is stuck in an invisible place... === Carlos is now known as campusano [01:30] I am trying to connect to a localhost:port and I have the port open on firestarer and it still wont answer....... what could it be? [01:30] ubuntu: what filesystem? [01:30] ext3 [01:30] SunStealer, hmm my time ran out so i cant try, i found this thread http://ubuntuforums.org/showthread.php?t=1219629 but it isnt very helpful, you might try running wow using openGL and making sure your video card drivers are up to date === taunt_ is now known as Ky|e [01:31] bankix it is strange why ubuntu did not get an driver for this videocard.. probaly becouse of the using of x64 arhitecture ubuntu? [01:31] SunStealer, and make sure you are using the latest version of wine (not from the ubuntu repos) [01:31] bankix: there is a recovery tool for deleted data, ext3grep. But this will require a checked (fsck -y) filesystem. [01:31] hi everyone. [01:31] a pointer would be just fine, I've been using a live cd for a month, can't work at home, really crappy personale situation :/ [01:32] sergei1: This could be a 64-bit problem, yes. But I'm not experienced with the new ATI drivers. [01:32] SunStealer, good luck i need to pick up a pizza :p === macOut is now known as mac9416 [01:32] ubuntu: there is a recovery tool for deleted data, ext3grep. But this will require a checked (fsck -y) filesystem. [01:33] ubuntu: Other options are photorec and foremost for data recovery. The later is a forensic tool. Both support a number of file formats. [01:33] bankix: thanks, any other ideas ? [01:33] hello [01:33] ubuntu: But however, don't expect too much, and keep a backup. [01:33] (I'm trying to gather as much ideas as possible, I'm hijacking a wifi connection :/) [01:33] ubuntu: Yes, restore from your old backup... [01:34] if I downloaded a .tar.gz file, (it is inkscape) how do I extract/install it via terminal if possible? [01:34] ubuntu: I am sorry,I joined in a bit late, are you looking for data recovery? [01:34] I'm trying to solve the problem at work of managing backports and inhouse packages ad auto building them for multiple releases. Should I look at the buildbot bits of launchpad for this or is there something a bit less complex? [01:34] bankix: :) I wouldn't be there [01:34] xps9000: yup, "system monitor" see 450Go on a crashed ext3, du -sh only give 63M [01:34] bankix: didn't work [01:34] how do i disable or remove wpa_supplicant? if i try to uninstall the package it tries to uninstall ubuntu-desktop with it, lolo [01:35] koolkat: Why not? [01:35] Hilikus: You disable services via update-rc.d [01:35] bankix: i don't know why my own computer isn't visible to me in networks [01:36] koolkat: Did you install system-config-samba? === jan is now known as Guest873 [01:36] ubuntu: Hmm. Thinking. The best, most economically sound recovery software is Spinrite, from Gibson Research Corporation. But, let me look into this, I don't run into many drive errors like these. Just curious, old, new, or stable drive? [01:36] bankix: yes, it didn't work. [01:36] anyone available to help me with trying to build linux drivers for a d-link dwa-130 rev B usb wireless adapter for Ubuntu server 9 ? [01:36] koolkat: What didn't work when installing system-config-samba? [01:36] ubuntu: Many heavy data recovery corporations actually use his software, then charge 2,000 dollars for the recovery, lol. [01:36] xps9000: new sata 5600 [01:37] ubuntu: Model please? [01:37] So am i correct in assuming it is absolutly impossible to select text using the keyboard in gnome terminal? [01:37] hi does anyone knows where can I find the 915resolution I googled and found only the old-stable . Does anyone knows the oficial page ? [01:37] xps9000: I'm in north africe .. :) [01:37] bankix: it installed fine, it just didn't help anything. [01:37] xps9000: Samsung, dunno what sn [01:37] koolkat: What did you do after installing system-config-samba? [01:38] bankix: all i found with that is wpa-ifupdown [01:38] i don't think that's all of it [01:38] bankix: i looked at my shares and added a new one then rechecked to see if I could see myself in Networks [01:38] just one ofe the scripts [01:38] ubuntu: Just curious, are you running any form of RAID? [01:38] koolkat: What did I tell you to do? I told you to start system-config-samba and configure your shares. [01:39] koolkat: Why do you expect installing a configuration tool will read your mind and do whatever you intended? [01:39] Hilikus: That's the one. [01:40] koolkat: You'll find system-config-samba in your system settings menu. [01:40] xps9000: not at all [01:40] koolkat: Called just "Samba". [01:40] update-rc.d: /etc/init.d/wpa-ifupdown exists during rc.d purge (use -f to force) [01:40] is it ok to force it? i don't reall understand the error so i don't want to [01:40] Hilikus: Yes, force it. [01:41] bankix: I told you I did that [01:41] should i chown php5-cgi as well? [01:41] koolkat: Okay, and _what_ did you configure? [01:41] ubuntu: Can you get ahold of Gibson's Spinrite? I'm confident that it'll recover the drive, I run it every few months for maintenance. [01:41] do we absolutely need to install wmtile to add Window Tiling functionality? [01:41] bankix: my shares [01:42] koolkat: So you added a new share? [01:42] Is there a way to make a multi iso live dvd/cd of a bunch of mini linuxes? [01:42] bankix: that was the 2nd thing I did [01:43] koolkat: Good. What workgroup do you use in the server settings? [01:43] ProfOak: I am sure there is away, make sure you are using a multi session setting on the burner. Though, personally, I have not tried. [01:44] bankix: workgroup [01:44] ProfOak: Do you mean something like putting three or four .iso images onto one CD and select then which to boot? [01:44] koolkat: Is that the workgroup of your windows machines? [01:44] bankix: Yes [01:45] <|kosh|> screenshot: http://donlindsay.wordpress.com/2009/08/11/one-three-three-t/ [01:45] ProfOak: Then a multisession CD is no help. [01:45] bankix: I figured [01:45] ProfOak: This would mix up the files of the isos. [01:45] bankix: that's the workgroup of all my machines [01:45] ProfOak: When I tried it last time, there was no solution to boot several .iso from one CD/DVD, sorry. [01:46] if I have a directory listing from ls where a directory has a background color of green, what does that mean? [01:46] ProfOak: The problem is there would have to be some emulator or hypervisor mapping the .iso to a (virtual) optical drive. [01:46] Anyone have experience with SANE backends? [01:46] does it mean it is other writable ? [01:46] bankix: there's actually a project that does this, but all the distros are out of date [01:46] Prof0ak: Please, follow the directions here: http://www.math.nyu.edu/aml/CDwrite.html I believe it will suit your needs. [01:46] anyone up to helping a beginner? x_x [01:47] koolkat: Hm. Is there any firewall installed on your ubuntu machine? [01:47] jiralface Just ask a question [01:47] jiralface: ask to ask to ask first [01:47] bankix: I don't think so [01:47] Does anyone here have a process in their system manager in which the ID constantly changes, and the process has no name? [01:47] ProfOak: Interesting! Could you post a link to that (even outdated) project? [01:47] ok yeah it looks like if a directory listing has a background color of green from ls in ubuntu... it means the dir is other user writable [01:47] bankix: that didn't do it. the wpa daemon is still running [01:48] koolkat: I did set up a share just a few days ago using system-config-samba, and there were no problems. [01:48] koolkat: Strange. [01:48] bankix: Sure, it's called "Multi Iso LiveDVD Security" If you search that (for future references) that would yield results [01:48] something else is starting it [01:48] okay. i just installed ubuntu on my desktop, and i'm in the process of getting my wireless card to work. i'm using ndiswrapper. got the driver installed and the alias written [01:48] Hilikus: Of course, it would disappear first on the next bootup. [01:48] bankix: yes, i just rebooted [01:48] bankix: http://www.darknet.org.uk/tag/multi-iso-dvd/ I love darknet [01:48] bankix: I can see files on the other computer just fine [01:48] im having trouble understand and installing inkscape. it is a .tar.gz. I already extracted it to a home folder, but now im lost on what to do [01:48] but when i do ifconfig wlan0 up it gives me SIOCSIFFLAGS: no such file or directory [01:49] Anyone here see a process in their System Monitor that has no name and has an ID that keeps changing? [01:49] bankix: just not on my own [01:49] hrm, im trying to autostart vncserver.. i did cd /etc/rc3.d && lln -s /usr/bin/vncserver S99vncserver ... & its not working, any ideas? [01:49] Of course, Magiciso works fine too, for multi-boot dvds. [01:49] Window tiling howto ? [01:49] where is the default ls dircolors for unbuntu 9.04 stored? [01:49] lln -s isn [01:49] ''the right command for creating a symlink, it's ln -s. typo maybe? [01:49] koolkat: Seeing other shares involves only the samba client, but presenting shares requires a running server. [01:49] zefyx: /usr/bin/vncserver is not an rc startup script, so you can't do that... [01:50] I dl'ed a Graphics driver that crashed my computer. What do I do because it wont start? [01:50] oh? [01:50] hrm.. [01:50] what should i change it too? [01:50] jiralface: did you read http://www.linuxquestions.org/questions/linux-wireless-networking-41/siocsifflags-no-such-file-or-directory-184147/ ? [01:50] ahh, /etc/init.d/vncserver [01:50] ? [01:50] Anyone here have an unnamed process running? [01:50] zefyx: you can add it to startup apps. [01:50] zefyx: better... [01:51] ProfOak: Hmpf, only a torrent link. [01:51] bankix: they say you have to open ports 137-139, 445. does that mean port forwarding? [01:51] that was a durh moment :p [01:51] bankix: It's not worth it. I waited so long and tried it out. Be glad that you know the version numbers before you dl'd. [01:51] zefyx: see also update-rc and "bum" for easy ways to manage startup scripts.. [01:51] ProfOak: I would like to have a look into the ISO. According to the description, they remastered the ISO. [01:52] test34: i did read that [01:52] hrm.. [01:52] koolkat: These ports refer to a firewall. [01:52] still not working =\ [01:52] Prodego: Do you happen to know why one would have an unnamed process whose ID is constantly increasing? [01:52] bankix: There needs to be an easy way to do it [01:52] anyone know where DIRCOLORS settings for ls are stored ? [01:52] bankix: actually, that would be a good coding project [01:52] I mean, ProfOak * [01:52] test34: and i tried the dmesg command, it gave me a huge list of things i had no idea what to do iwth === draz|lab is now known as drazak [01:53] zefyx: does it work when you run it manually... [01:53] Snares What? I didn't ask about processes. [01:53] bankix: do I have to open the ports on my router? how would I do that? [01:53] ProfOak, I know, I'm asking about them :) [01:53] ProfOak: I can't figure out why there is an unnamed process with an ID that keeps changing... [01:53] jiralface: you could tried pasting the output of dmesg on a pasting website and giving out the link here [01:53] * Prodego waves === Carlos is now known as Guest27774 === andi is now known as Guest3871 [01:54] running /usr/bin/vncserver works. [01:54] koolkat: Are the windows machines and your ubuntu machine in the same physical network? Connected via a switch? Or ist here a router between them? [01:54] Snares: run ps axf and see if it has a parent pid... [01:54] Snares can you post a screenshot of the process? [01:54] test34: err...my ubuntu machine doesn't have any connectivity..what should i do [01:54] jiralface: copy it on a disk === c is now known as charitwo [01:54] bankix: they're all ubuntu machines and there's a router between them. [01:54] jiralface try: dmesg | grep -i whatYouLookin4 === jforte is now known as Jena [01:54] usb or floppy or cd === Guest27774 is now known as campusano [01:55] koolkat: Why didn't you mention this earlier? I thought you're speaking of a local network... [01:55] if i build a package from source will it overwrite the package installled from synaptic? [01:55] bankix: i am [01:55] jiralface: dmesg > dmesg_output.txt [01:55] A process called "Firefox" changes all the time its PID. How can I kill it as its PID changes every time I look at "ps u"? [01:55] koolkat: Then you'll have to do some heavy router reconfiguration. [01:56] http://img43.imageshack.us/img43/2312/screenshotdevsdagparted.png anyone see that, How can I give more space to my sda3/windows partition? Also, how do I use grub to dual boot either sda1 or sda3 [01:56] koolkat: Not only editing the router firewall, but also install port forwarding for the mentioned samba ports. [01:56] zefyx: running /usr/bin/vncserver is not the same as running /etc/init.d/vncserver. Does the latter work? [01:56] koolkat: is it a home network running with a 'multiport' consumer router or an actual router [01:56] if a ./configure runs once but warns of not having libhal-storage-dev and libhal-storage1 can i run ./configure again and all will be ok? [01:57] heo: sudo killall firefox [01:57] filgy: its a consumer router [01:57] mazda01_: in general, you can run configure as many times as you like. But if it needs libhal-storage-dev and you don't have it, eventually the compile will fail... [01:57] mazda01_: you can run it again after depends have been satisfied, but you could also run make clean just to be sure. [01:57] koolkat: If you see your samba share under Places/Network, then samba is configured properly. [01:57] heo: sudo killall -9 firefox would work too. [01:57] koolkat: (on your ubuntu machine, seeing your own share) [01:57] koolkat: like linksys or something? in that case your local network is technically operating through a switch... [01:57] losher: i know, i am installing what it needs now. [01:58] mazda01_: then autotec's advice is good... [01:58] bankix: he's connected through a switch with his local network. not router it sounds like [01:58] ProfOak: It's just the first process listed...weird it seems to be gone now. It was "Process name - "Status Sleeping" "ID 0-" "Waiting Channel " [01:58] losher, no [01:58] doesnt work [01:58] autotec: what is the command to run after make but before make install to have it make a deb for easy uninstalling [01:58] filgy: so I have nothing to worry about? [01:58] ? [01:58] mazda01, you could tell configure where to install it to make sure its doesnt overwrite the old one (./configure --prefix /home/user/program maybe) [01:58] -su: /etc/init.d/vncserver: No such file or directory [01:58] sorry about question mark [01:58] test34, do yu know any pasting websites? [01:59] pastie.org [01:59] ProfOak: Nvm, it's randomly appearing again. [01:59] zefyx: do a find / -name vncserver and you'll see where the exectuable is and then just add the command you want to your startup apps. [01:59] koolkat: i'm not sure what your initial problem was... i just saw the thing about editing router tables by bankix and figured you might actually be using a home router/switch combo [01:59] geneticx: mazda01_ This boy is rock bottom. The Commands "sudo kill -9 firefox" did not kill it. Rootkit? [01:59] thats what i did earlier [01:59] i don't make debs sorry, make install installs program [01:59] jiralface: pastebin.com or is it pastebin.org? [01:59] its at /usr/bin/vncserver [02:00] heo: sudo killall firefox-bin ; sudo killall firefox [02:00] test34: http://pastie.org/579391 [02:00] heo: it's sudo killall firefox [02:00] what test34 says [02:00] Snares: read post #17 https://bugs.launchpad.net/ubuntu/+source/vino/+bug/340515 [02:00] Ok so instead of having the multiISO bootable DVD, I'm just gonna use virtual box [02:00] ok, bankix what should my next step be? [02:00] <[KirinoxzerO]> good night or morning [02:00] legend2440: TYVM! [02:01] zefyx: I see. When you said: ahh, /etc/init.d/vncserver I assumed you'd found a startup script. Apparently vncserver doesn't come with one. You're going to have to write your own. Doesn't that sound like fun? [02:01] jiralface: it looks like it doesn't find the firmware : [ 2267.323640] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode2.fw" not found or load failed. [02:01] anyone know why I get white flashiness when I run openGL makes it really hard to use things like google earth [02:01] test34: mazda01_ Your commands give an error message: "firefox: no process killed". I can still find it with "ps aux | grep firefox". [02:01] hey, i'm on Hardy. I tried once install and seutp virtualbox and it could not find my wifi. how do i make wifi work in virtualbox? [02:01] My dvd drive on my laptops lights up and opens when I push the button before ubuntu starts up (dell bios screen, in grub). but will not open or light up once inside ubuntu. Why? [02:01] losher: you don't have to write a startup scrip to get an app to start after bootup. just put the command you'd run from a terminal in the startup apps within system , preferences [02:02] test34: how do i fix that? i know i should be going over to ndis for help about it but i'm being ignored, sadly [02:02] bankix: [02:02] test34: any help would be really really appreciated [02:02] I am swapping continously - and when I boot also, it takes a lot of time when it reaches the swap - can I clean it ? How can I see what is in there [02:02] heo: i don't know then. sudo killall firefox or sudo killall firefox-bin should work. if it doesn't then try to restart your machine. otherwise can't help you. [02:02] zefyx: see mazda01_ post above. Thanks mazda01_... [02:02] heo: did you try firefox-bin [02:03] Snares: can you right click on that process and choose Open Files. may give a clue if its vino or something else [02:03] koolkat: Have a look at "Network" in the menu "Places". Does there show up the share of your very own ubuntu machine? [02:03] Hi, my usb hard drive gets unmounted and remounted when I don't use it for a while, and then when I try a command I get "ls: reading directory .: Input/output error". Can anyone help? [02:03] test34: Yes. It won't kill it. [02:03] legend2440: I cannot. The problem is, the ID is constantly changing. [02:03] bankix: no I said [02:03] I partition /dev/sda1, 5, 6, etc. How do I see how those map to grub. Shouldn't they have a hd0, hd3? [02:03] heo: try kill -9 {the process number} [02:03] koolkat: A, sorry, did not see this. [02:03] zefyx: if you must do it 'the old fashioned way', see if there's something here you can adapt: http://www.realvnc.com/pipermail/vnc-list/2001-February/020413.html [02:04] koolkat: Then there is a configuration error with your samba server. [02:04] i agree with bankix windows file sharing worked out of the box for me on hardy. [02:04] funkja: the process number changes on the fly. It is impossible. [02:04] bankix: no problem [02:04] Every time I try to star frostwire it claims to be unable to find the JRE binary anywhere. I reinstalled Sun Java and it didn't help. I'm thinking this is a packaging problem, so I'm here. [02:04] by the way, I'm using Jaunty 32 bit. [02:04] bankix: then what should I do [02:04] jiralface: sorry I never used ndis... but the solution might be at: http://ubuntuforums.org/showthread.php?t=985761 [02:04] koolkat: Maybe out would help if you pastebin the /etc/samba/smb.conf [02:05] heo: ssh on the right box ? [02:05] blbrown: no.. sda is hd0, sda1 is hd0,0 [02:05] kill it thru the GUI thru the process app [02:05] heo: pastie the output of : ps aux [02:05] blbrown: grub starts counting at zero. :) [02:05] bankix: maybe what would help? [02:05] heo: do NOT paste it here. [02:05] maybe koolkat running home edition? [02:05] heo: paste it at pastebin.com [02:05] <[daemon]> !paste [02:05] pastebin is a service to post multiple-lined texts so you don't flood the channel. Ubuntu pastebin is at http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic [02:05] heo: the process # doesnt change on the fly [02:06] hey guys, has anybody here been able to successfully configure sauerbraten to connect to servers in 9.04? [02:06] koolkat: Please post your /etc/samba/smb.conf [02:06] !pastebin | koolkat [02:06] koolkat: pastebin is a service to post multiple-lined texts so you don't flood the channel. Ubuntu pastebin is at http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic [02:06] *i tried #sauerbraten, they've got nothing. [02:06] brummbaer: someone was having issues with that just the other day. It did work here for me however. let me try again [02:07] Dr_Willis: do you know if they were able to get it fixed? [02:07] Dr_Willis, is there anyway to map that. E.g. I know what /dev/sda1, 3 is etc [02:08] bankix: if he running home edition of windows, then I think some xyz administrator HAS to be logged in, yes? [02:08] that is if he running windows share. [02:08] brummbaer: it worked for me just now. [02:08] can anyone help with my TFTP server? It doesn't respond to any requests. Using tcpdump I can see the requests being made... I set up the config file, the tftp root directory, and restarted xinetd. Any ideas? [02:09] the client just gets "timed out" when i try to get a file [02:09] Dr_Willis: did you have to do any special port-forwarding/firewall type arrangements? [02:09] foobarcecue: I I am not expert by any means - I use proftpd - I get the same problem is I run it as inetd - if I install it as standalone it works [02:10] foobarbecue: have you looked at the access logs? [02:10] How do i get SDL? [02:10] hihi [02:10] mazda01_: no. can you tell me where they are? [02:10] no [02:10] so uninstall it and install it and choose standalone [02:10] fuck off [02:10] bitch [02:10] pussy [02:10] whore [02:10] long: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [02:10] * Snares calls for a banhammer [02:11] acu: proftp is ftp right, not tftp? [02:11] someone please kick lon* off. [02:11] autotec: No clue... [02:11] yes - and there is gadmin-proftpd a graphic interface for it [02:11] foobarbecue: you need to look in /var/log/ [02:11] * losher hates if when people ask a question and then don't stick around more than a couple of minutes to hear an answer [02:11] i'm talking about tftp, for loading a kernel to an embedded device [02:11] preety easy to add users - folders - restarts server [02:11] mazda01_: thanks, i'll look [02:12] test34: thanks! i followed that page, and now i don't get any errors when i run ifconfig wlan0 up. but now what? [02:12] my dvd drive works while the dell screen is shown but once ubuntu starts it won't light up or open. Where do I being to troubleshoot? [02:12] foobarbecue - yes proftpd is ftp server [02:12] foobarbecue: or you can look at the startup script for tftp and see if the command logs to a certain file. i am not familar with tftp [02:12] koolkat: You'll have to give us the pastebin url so we could see your config. [02:12] bankix: I do know that I could not print to windows shared printer on XP home when admin was not logged into xp box. [02:12] you can use as clients everything you can konqueror or if you want mozilla there is fireftp it is a plugin to access ftp [02:13] jiralface: continue to follow ndis instructions [02:13] hi guys anyone know [02:13] windows X server ? [02:13] i mean windows xp or vista X server [02:13] autotec: in the past. i found things work a little 'easier' if i have identical named users on the linux and windows box's (i also used identical passwords) [02:13] mazda01_: I think I need to edit my tftp config file to make it log. I'll try that. [02:13] klicker: if you want to have a 'X server' running on windows - check out 'xming' [02:14] klicker search google for cygwin [02:14] Dr_willis [02:14] klicker: ##windows would be a more appropriate place to ask [02:14] strange xming no longer download able [02:14] foobarbecue: what does the startup script say? [02:14] klicker: Hmm. i got it just the other day.. [02:15] ? how to i make noise in xchat when someone says my nick? [02:15] is someone having problems with ubuntu repositories? specially launchpad ppa's ? i have really slow download speeds :( [02:15] really whats the official website u mean the latest version ? [02:15] I'm having trouble with ICS, the client pc isn't receiving the 192.xxx.xxx.xxx address. [02:15] Dr_Willis: don't know what's going on, maybe Sauerbraten uses diff ports on linux than windows, but flushing iptables rules let me connect, so i've got enough to be off and running. [02:15] klicker: http://www.straightrunning.com/XmingNotes/ [02:16] bankix: i need some time to change the personal details of that file [02:16] brummbaer: i have no Iptables rules. :) so that may be it. [02:16] hello [02:16] koolkat: Hm? There are no passwords... [02:16] help Quality of Service??? === sander_ is now known as Snadder [02:16] i added medibuntu with this command: sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list how to get rid of it? [02:16] test34: YES! success. thanks so much! [02:17] owen1_: sudo rm /etc/apt/sources.list.d/medibuntu.list [02:17] owen1_: gksudo gedit /etc/apt/sources.list and just put a # symbol in front of that line or just delete the whole line. [02:17] jiralface: np [02:18] sorry, do what Pici says [02:18] Does anyone know how to install SDL? [02:18] koolkat: You have to paste it. I'm not able to accept ddc. [02:18] i got wow working, now I just have to map my mouse :-P [02:18] anyone having really slow download speeds from canonical servers? (http://ppa.launchpad.net/...) [02:18] Pici: mazda01_ works, thanks [02:18] Zappo: Yes, using the package manager. And your _real_ question is? [02:19] owen1_: np [02:19] Zappo: search for "libsdl" in the package manager (Synaptic) [02:20] does anyone know if I compile a program from source will it overwrite what the package manager installed? I want to use an experimental version of pcmanfm. and if I try to uninstall it it wants to remove all of lxde and I obviously need the desktop manager, i only want to change teh file manager [02:20] koolkat: (using pastebin allows others to help as well, so that's the preferred method) [02:20] Can anyone help me with ICS? [02:20] The right arrow key on my keyboard seems to have died, is there anything I can do to find out if it's a hardware issue or not? [02:20] justPatrick: and specific one i should install? [02:21] guys i have a window open that wont disappear, i have used xkill as well [02:21] ryanakca: Yes, start xev, then press the keys. If it's still sending keycodes, they'll appear there. [02:21] test34: mazda01_ http://pastebin.com/d2fc4a9e [02:21] heo, I dont see firefox [02:21] heo: i don't see firefox [02:22] can somebody help me run world of warcraft through wine? [02:22] Zappo: SDL should be installed by default, but try installing libsdl1.2debian-all [02:23] test34: mazda01_ odd. Why can I see it with command "ps aux | grep firefox" but not in the list? [02:23] how do I figure out what version of driver I am using for my video card === sander_ is now known as Snadder [02:23] guys i have a window open that wont disappear and i have used xkill, what do i do [02:23] Zappo what is the problem you're having? [02:23] switch workspaces [02:23] chris_lenz123: find out the process that owns the window and kill -9 it [02:23] how can I change my FQDN? [02:23] donavan_: Have a look in /var/log/Xorg.0.log [02:23] test34: mazda01_ Can you see firefox if you try "ps aux | grep firefox" even if it is closed? [02:23] I need to change it for my system.. so that mail and other things will work [02:24] chris_lenz123... I know its cheating but you could always reboot [02:24] I cannot understand. [02:24] whats the best way to send audio to a different computer's sound card? [02:24] donovan_ "glxinfo | grep vendor" in the terminal [02:24] justPatrick: im trying to install something and its telling me i need to install SDL 1.2 [02:24] bonez46: Couldn't you just change it in /etc/hostname? *shrug* [02:24] can somebody help me get world of warcraft to work with my computer? [02:24] i dont understand [02:24] heo: funny.. you will see the grep process [02:24] nick125: is that all that's needed? [02:25] Zappon: hum, really strange, 'cause SDL comes installed by default, can you tell me what you are trying to install? e what version of ubuntu are you using? [02:25] heo: but firefox isnt really running [02:25] Zappo: By default, libsdl 1.2 is already installed. [02:25] bonez46: Try that and add your FQDN to /etc/hosts (the loopback line) [02:25] I searched around and couldn't find much information about the Asus Xonar HDMI 1.3av, is there support for this in ubuntu? I'd really like to get LPCM out on my HTPC. [02:25] justPatrick ... thanks but that didnt give me the actual version of the drivers just the vendor [02:25] Zappo: How did you install that programm? With a .run file, or a package? [02:25] justPatrick: im on 9.04 im trying to install Aleph One. [02:26] can somebody please help me figure out what to do to my computer to make it able to run world of warcraft through wine? [02:26] Coral, you just install wine and then run wine "path to installer" [02:26] donovan_ do you know wich videocard you have? [02:26] Coral: the wine app database discuss that program in aganozing detail. Theres proberly a forum thread on it also. === shamm is now known as LinuxGold [02:26] test34: mazda01_ Is it the Grep process? http://dl.getdropbox.com/u/175588/firefox.png [02:27] justPatrick: i dont really know what to call it. i got it from source .bungie.org [02:27] !appdb | Coral [02:27] Coral: 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 [02:27] heo: yes [02:27] heo: that why the PID always changes.. [02:27] test34: lolz :) [02:27] test34: never thought that. Thank you. [02:27] nick125: after changing those.. anything i have to do to update the system so that it will be recognized, for those changes? [02:27] Zappo: is libsdl1.2-dev installed? [02:27] hi which command do i run to check if fastcgi is running?? [02:28] Zappo i think you download the source code of this software, so if you need to compile it from source, you should install libsdl1.2-dev [02:28] bonez46: Easiest would be to reboot. [02:28] So noone knows anything about the Asus Xonar HDMI card? I found info that the Xonar it self is supported but nothing about the HDMI version. [02:28] ok.. [02:29] Ok, I need someone's help in troubleshooting my Ubuntu box, it won't boot. [02:29] Oh BTW, hello. :) [02:29] Volt9000 kind of vague there [02:29] justPatrick: i will try now [02:29] what is a [02:29] Volt9000, is it plugged in? [02:29] oops [02:29] Ok, I Just wanted to make sure someone was paying attentiont [02:30] Volt9000 what have you done for it to not boot? :p [02:30] Supermiguel: oooh that's what it was! ;) [02:30] Volt9000, :) [02:30] ok, seriously, so here's what happened [02:30] Had a major power outage, and now the box won't boot. Gets to the splashscreen and the progress bar, then says it needs to run a file system check [02:30] Gets to 4% then dumps me to a terminal window, complaining that it died with exit status 4 [02:30] I do some checking and find that my file system is mounted as read only. [02:30] Volt9000, what brand is the HD? [02:31] WD === ecto is now known as ectospasm [02:31] Volt9000: Then use a live cd, preferably Ubuntu, and run the fsck manually. [02:31] Everything was working perfectly fine before the power outage. [02:31] Volt9000, hmm could be a corrupted HD [02:31] Volt9000: use a livecd and do an offline fsck [02:31] Volt9000, go to WD website and download their testing tool, sounds like a bad HD [02:31] Volt9000: In the shell, run fsck.ext3 on the drive [02:31] Oh crap [02:31] when starting wpa_supplicant manually, how do I know that a connection has been successfully established? I bet it doesn't say YEAH FINALLY YOU GOT IT, does it? [02:31] I REALLY REALLY hope it's not a bad hard drive :( [02:31] Yeah I dont have a livecd, downloading one now. [02:31] Volt9000, http://support.wdc.com/product/download.asp?lang=en [02:31] does anyone have power saving suggestions? I have many many different apps and utilities: powertop, laptop-mode, acpi, acpi-tools, powewrtools, and powersave. But Ubuntu still drains more power than my tinyxp partition [02:32] Ok, do I need to specify any special arguments when running fsck.ext3? [02:32] Or do I just run it and specify the device? [02:32] Volt9000, run the diags from the wd page... [02:32] Sheeeeiiiiiiiiiiiit.... :( [02:32] Volt9000: fsck.ext3 /dev/yourdisk [02:32] Alright, I'll give it a go, thanks [02:32] Volt9000, just a 2mb file.. [02:32] Volt9000: But maybe it's wise to keep a backup. [02:32] Yes I do have a backup [02:33] HenWen do you have compiz enabled? try to disable it, because video card is very baterry demanding [02:33] Volt9000: read post #6 http://ubuntuforums.org/showthread.php?t=367644 [02:33] And in fact, funny thing, yesterday I said to myself, "Self, you need to back things up now. Do it tomorrow" [02:33] then an hour later, power outage [02:33] So, it would REALLY REALLY suck if the hard drive is dead. [02:33] hey, is this the place where I can ask questions? [02:33] Volt9000, what you get for talking to your self ;) next time act lol [02:33] yes flapjacks [02:33] BTW, that WD page doesn't seem to be loading :( [02:33] sweet. ok I'm having world of warcraft patching problems [02:34] I need to get from 2.3.0 to 3.0.1 [02:34] flapjacks, woot [02:34] flapjacks, check out the wine channel or their forums [02:34] I did :( [02:34] no help there. [02:34] that's likely the only place you'll find help [02:34] OH wait [02:34] you mean the irc [02:34] ok then [02:34] yeah they have an IRC too [02:34] whats the channel [02:34] hi guys. getting a weird one & don't quite know where to look. I'm running 2 turnkey-linux clients as VM's & all's good so far. installed netcat on one & telnet on another, allowed the port open on the receiving end via the webmin tool (IPTables), but I'm getting a "connection refused" error when trying to connect, even though I see it available via nmap [02:34] hi all does anyone know if rtorrent can pre-allocate files? [02:34] flapjacks: #wine [02:35] Patrick: I have Ubuntu Netbook Remix, no compiz [02:35] I believe Compiz is a bunch of fancy GUI effects right? === andi is now known as Guest11859 [02:35] HenWen, yes [02:35] it is just very confusing to have so many different power monitoring tools, scripts, etc. [02:36] Hello, how can I partition my secondary harddrive with fdisk and do partitions of 20 gb each? [02:36] flapjacks: Do have in mind that it's a very slow and quiet channel, so answers might take a while [02:36] I am very new to ubuntu and doing everything is pretty user-friendly except trying to achieve this tweak [02:36] When I tried it told me sectors, im not good with sectors [02:36] HenWen: correct, compiz is for glame and pizaze [02:36] I sudo apt-get dist-upgrade in a console shell, but then I hit Alt+F4, now the console is gone, but the apt-get still running, how do I get it back to a shell? [02:36] if that's how you spell pisaze? [02:36] still trying to get youtube to work in firefox [02:36] ircleuser, use gparted instead its easier [02:36] help... === ircleuser is now known as gabriel === gabriel is now known as gabrielp [02:37] doug__ im not using desktop === saulus_ is now known as SauLus [02:37] yoga: go back to your original shell, most likely alt-f7 [02:37] its a server installation [02:37] smrtgyz: try reinstalling flash [02:37] gabrielp, then use cfdisk it's a bit easier as well [02:37] doug_ your a star, thank you [02:38] mazda01_: the origional shell is gone, I hit Alt+F4 by mistake. === Guest11859 is now known as naked_shasHa [02:38] Supermiguel: what 2MB file? on WD's website the DOS download is 29MB.... [02:38] :P [02:38] Well I'm downloading [02:38] i get configure error. : Fatal error: no fam or gamin detected when trying to compile from source pcmanfm [02:38] any suggestions? [02:38] Volt9000, quicker then a 600mb live cd :) [02:38] What's a good program to burn a bootable DVD? [02:39] err compiz is for glame and pizaze... I don't know what those are [02:39] Doug__: yes indeed [02:39] I guess I can see if it is installed via package manager [02:39] I started apt-get dist-upgrade, can I just kill the prcocss an start over again? I lost the origional shell. [02:39] Volt9000, I think there is an app called Roast? or something.... [02:39] justPatrick: its telling me i need boost/bind.hpp from the boost library [02:39] nevermind, just need to install the -dev of those packages [02:39] can GnomeBaker burn a bootable DVD? [02:40] Volt9000: growisofs should work [02:40] Volt9000, it probably can? Is it an iso? [02:40] GUYS I NEED HELP. Where is the recycle bin on Ubantu, I did a rm -fr /etc/ and I need to get those files back [02:40] last question for the day: is there any way i can just bind keys on my mouse easily, or do I have to create xmodmap/stuff and try/fail? [02:40] Volt9000: are you burning an iso or a dvd directory structure? [02:40] Ah yes I am running compiz apparently, I thought it was just Compiz fusion for fancy graphics etc. [02:40] I'm thinking of buying a laptop for about 600€ any recommendations? [02:40] Statix138: rm doesn't move things to any recycle bin [02:40] Statix138, there is no recycle bin for rm [02:40] !trash | Statix138 [02:40] Statix138: The location of Trash has changed since 8.04, it is now located in ~/.local/share/Trash | Looking for the trash in previous versions: ~/.Trash [02:40] Volt9000: nautilus has a burn disc if you right click on an iso [02:40] ah, awesome, thanks [02:40] Statix138, so you're out of luck [02:41] I thought Ubantu was advanced and there is no recycle bin? [02:41] tiku if you install ubuntu on a laptop monitor the load_cycle_count [02:41] to move gpg keys to another system , one needs just secring.gpg and pubring.gpg , right? [02:41] Statix138: Yes. That's the pinnacle of an OS's achievements. [02:41] I would say file recovery is pretty neato [02:41] Ubuntu plus laptop power management can cause HDDs to wear out quickly [02:41] and ubantu is missing it [02:41] Statix138: I thought humans were advanced...so why need a recycle bin? [02:41] Statix138, dude, you are the one who removed whole /etc with root privileges [02:41] Windows ME had it after all [02:42] I thought /etc/ had a virus in it [02:42] Statix138: right click -> Move to trash moves it to trash. The « gvfs-trash » command moves it to trash on the command line. « rm » does what it is supposed to: deletes things [02:42] Ahahahaha wait-- Statix138 wants rm to move to trash? [02:42] He should alias it that way then. :) [02:42] I was told all files in linux with a .conf was a virus so I found a bunch in /etc/ [02:42] KB1JWQ, it is possible [02:42] hi, how can i check which /dev/* is my sound card? [02:42] and I deleted all of /etc/ [02:42] Statix138: Where are you getting your advice from? [02:43] I'm thinking of buying a laptop for about 600€ any recommendations? [02:43] he's either troll or idiot [02:43] so chowder heads over at ubantu [02:43] Statix138: just backup, reinstall, and find a new source of advice... [02:43] don't feed anyway [02:43] how do I reinstall windows, so I don't mess up GRUB? [02:43] Statix138, virus? Unlikely [02:43] oh geez...you poor dude [02:43] Statix138: i hope you're kidding [02:43] Statix138: Engage brain before typing commands. [02:43] justPatrick: what do i do? [02:43] Or for things that are that obvious, try getting a second opinion first? [02:43] So who do I need to email for them to get my files out of the recycle bin for /etc/ but I only want the good files not the viruses [02:44] how do I reinstall windows, so I don't mess up GRUB? [02:44] I searched around and couldn't find much information about the Asus Xonar HDMI 1.3av, is there support for this in ubuntu? I'd really like to get LPCM out on my HTPC. [02:44] * jrib goes to bed... [02:44] my display settings don't work now that I installed the ATI drivers. [02:44] dAnon: I don't think you can avoid messing up Grub, so you'll have to boot a livecd and restore Grub to the MBR after you install Windows. [02:44] * KB1JWQ homes Statix138 is trolling [02:44] koolkat: Sorry, I'll be off in some minutes. [02:44] hopes [02:44] Doug___ if you plug in ubantu into your tv it wil give your tv a virus [02:44] it works up until i try to activatethe second monitor. [02:44] bankix: wait! [02:44] Statix138: you're using ubuntu one? i am not familar with it yet, you'll have to check out the website, i am sure there is a contact us [02:45] koolkat: After copying the default smb.conf to /etc/samba, please restart it with "sudo /etc/init.d/samba restart". [02:45] Statix138: if it is any consolation, I think you should get an award for the most entertaining problem of the week [02:45] how do I restore it nick125? [02:45] justPatrick: it tells me configure: error: You need boost/bind.hpp from the boost library to run Aleph One [02:45] th0r: +1 [02:45] koolkat: Then use system-config-samba to create a test share, readonly with access for everyone. [02:45] dAnon: Once you get into the livecd, sudo grub-install /dev/sdX should do it. [02:45] Someone told me .conf were viruses and would turn my computer into a bomb, is that true? [02:45] !ops Statix138 trolling, spreading misinformation [02:45] Error: I am only a bot, please don't think I'm intelligent :) [02:45] Does Rythmbox not have the ability to play music/videos from another machine? Anyone know? I am trying to play my music from my server, prefer Rythmbox, but only Audacious is playing them. [02:45] Gah, forgot this wasn't ##linux [02:45] Statix138: yes [02:45] Statix138: think about it, what do you think? [02:45] Goddammit [02:46] nick125 sdX is? [02:46] Burned the WD CD and it doesnt work [02:46] koolkat: When this one shows up under Places/Network, your samba config is fine. Then this share should be visible to the windows machines as well. [02:46] Volt9000: !BAD LANGAUGE [02:46] Ah, sorry [02:46] Im 93 years old the only thing I think about is can I make it to the bathroom on time [02:46] I just dont want no loonix bomb in my house [02:46] and /etc/ was full of them [02:46] The stupid autoexec.bat on the CD doesnt work >:\ [02:46] I have an issue with my display. [02:46] how is that bad language [02:46] Does anyone here have laptop power management suggestions? [02:46] dAnon: /dev/sda, /dev/sdb, or whichever is it. It should be /dev/sda... [02:46] Volt9000, hmm...oh well plan B, Ultimate Boot Disk, or Ubuntu LIve === Cueball is now known as Cueball_ [02:47] Volt9000: read post #6 http://ubuntuforums.org/showthread.php?t=367644 [02:47] Statix138: go back to windows, there's no .conf files so you won't have to worry about your house blowing up [02:47] Yeah I'm about to burn the liveCD [02:47] Statix138: Sure thing, step back some yards, your computer is about to explode... [02:47] nick125 how do I check it? [02:47] OMG UBANTU IS MADE BY TERRORIST [02:47] Volt9000, Ultimate Boot Disk has tons of testing tools, always nice to keep around [02:47] legend2440: I'll check thanks [02:47] bankix: i cant just copy that file, all it has are variables in there like x and y instead of actual values. i cant go through such a long file and replace every little letter. [02:47] dAnon: fdisk -l [02:47] Doug__: free? [02:47] Volt9000, yes [02:48] dAnon: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows [02:48] Awesome. [02:48] Volt9000, I think it's ultimatebootdisk.org or something. Not completely sure, google it [02:48] Does Rythmbox not have the ability to play music/videos from another machine? Anyone know? I am trying to play my music from my server, prefer Rythmbox, but only Audacious is playing them. [02:48] koolkat: What are you talking of? [02:48] koolkat: http://pastebin.ubuntu.com/251129/ is a default smb.conf. [02:48] can anyone help me out? [02:48] koolkat: Where do you see variables there? [02:48] Doug__: alright, thanks [02:48] false: use NFS to access the remote videos, perhaps? [02:49] OMG smb.conf delete that, its a virus [02:49] I want to systematically learn to use the command line. There's lots of tutorials on the web, but I'd like to know if there's one you can actually run in the terminal itself. Anyone know of anything? [02:49] Statix138: goodbye samba [02:49] ian__ the best way to learn the command line is by doing [02:49] That's how I've been learning it [02:49] Statix138, stop trolling. [02:49] Samba is a name we used for color folk back in the 50's [02:49] ian__: the man pages can be displayed in the terminal [02:49] every time I need to do something, I figure out how to do it command line vs prrogram [02:50] Pici, tq [02:50] I never use synaptic anymore, for example [02:50] ian__: what Volt said. Also, learn the 'man' command, and 'man -k ' in particular [02:50] I just use apt-get [02:50] I was thinking of something like vimtutor [02:50] heh [02:50] do i need to reinstall? [02:50] how do i access an sdcard? [02:50] i need help. I'm new. [02:50] Ghoti: what does the -k option do to man? [02:50] is there a man page for man? [02:50] Ghoti: mplayer is playing the videos just fine, actually. It's just rthymbox not playing the music. "Could not open resource for reading." is the error I'm getting. [02:50] madLyfe: searches by keyword. see 'man man' ;) [02:50] I think Ubantu gave my other computer a virius, I just randomly got thrown out of this chat room! [02:50] mazda01_: type man man and find out [02:51] Pici, he's back >: [02:51] Alright. I've got a Logitech USB mic, a G35 headset. And for the life of me, I cannot consistently get it working. I had it working for about a minute, but then I realized that I had three ALSA volume control panels open and I closed all three, and then it stopped working. [02:51] hi i only got 1 line of result when i ran "ps aux | grep php" is that not good? [02:51] what do i need to do to get boost/bind.hpp? with the boost libary [02:51] th0r: HA, there's a man page for man. awesome [02:51] blognewb: not if you only have one process running that has "php" in it ;) [02:51] Zappo, boost-dev [02:51] Zappo: install the -dev packages for boost [02:52] esp if it's "grep php" i.e. the grep command itself [02:52] hello all [02:52] guys i think i just got the ubantu virus [02:52] Hi I seem to have dramatically slower mobile broadband when using ubuntu than I do windows.. is there any way I can remedy this? [02:52] is this like that conflicker [02:52] koolkat: Now, did you manage to copy the file? [02:52] mazda01: there is supposed to be a man page for every command [02:52] i guess i'm muted. [02:52] lol [02:52] !hi | Timitheos [02:52] Timitheos: Hi! Welcome to #ubuntu! [02:52] ha ha... [02:53] Timitheos: we can see you [02:53] i need help. [02:53] kitche: ok thanks [02:53] !ask | Timitheos [02:53] Timitheos: Please don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [02:53] Timitheos, just ask [02:53] bankix: yes i did [02:53] yes just ask [02:53] bankix: but its still not working [02:53] koolkat: Restarted samba? [02:53] bankix: yes [02:53] hi all, I'm having a few problems with ubuntu. My main problem is, for some reason, when I transfer files over my network, either to or from, they will transfer for a second or two, and pause for about 10 seconds, then start again. Over and over. Anyone know why? Or how to fix it? [02:53] I just downloaded a game and I'm not sure how to run it. the instructions I was given were to run "hon.sh" or "LANG=C ./hon.sh" any ideas [02:53] Daz: thanks [02:53] koolkat: And configured a new share? [02:53] bankix: yes [02:53] is anyone having really download speed when downloading packages from launchpad? [02:54] ji got that same thing happen too with the network copying [02:54] koolkat: Then please paste your new smb.conf to pastebin. [02:54] *really SLOW download speeds [02:54] Were you able to fix it, CopyWriter? [02:54] ZenMasta: go to the folder with hon.sh in and then do ./hon.sh in a terminal (in that folder) [02:54] ziroday: lemme try [02:55] ok. I'll ask again. I just installed Ubuntu yesterday. My dual monitor set up worked fine until I installed the ATI drivers. now it won't let me use dual monitors and when I try to set it up through the display settings it freezes. [02:55] wetwired2: are you using 100 baseT or gigabit network? [02:55] no i did a couple installes of 9.041 and only noticed it yesterday and today [02:55] i THINK it's a gigabit. [02:55] i mean 9.04 [02:55] ziroday: ./hon-x86: error while loading shared libraries: libk2-x86.so: cannot open shared object file: No such file or directory [02:55] wetwired2: have to tried to see what mode your ethercards are in ? [02:55] ZenMasta: try sudo ./hon.sh [02:55] might a usb sound card work with ubuntu? [02:56] What mode? No, I didn't know there were different modes. Please explain [02:56] ziroday: same thing [02:56] Timitheos: I wish I could help you, but I've not dealt with ATI/AMD cards in Linuxland before. [02:56] koolkat: We need the pastebin url to see your config. [02:57] ZenMasta: I would go back and ask the authors. What game? [02:57] Timitheos: are you using the the ati catalyst control center ? [02:57] yeah why? [02:57] ziroday: heroes of newerth... does it matter if I'm in x when I type that? [02:57] wetwired2: full duplex and what not [02:57] have anyone tried to virtualize Mac OS X in ubuntu? [02:57] wat [02:57] is that a problem? [02:57] why am I using 8.04? [02:57] How do I check? [02:57] wetwired2: ifconfig should show you [02:57] ZenMasta: it sounds like you're missing a needed library [02:57] ZenMasta: hmm gimme a sec [02:58] Timitheos: no i thought maybe you were using ubuntus display setting app [02:58] Ok, I'm looking at the output, but I'm not sure what I'm looking at. [02:58] wetwired2: i am wrong, i am looking for the command now [02:58] I don't see full duplex listed anywhere. [02:58] with the Control center it recognizes both displays but won't seperate them. [02:59] wetwired2: dmesg | grep -i duplex [02:59] Timitheos: which ati card you have? [02:59] Hi, my usb hard drive gets unmounted and remounted when I don't use it for a while, and then when I try a command I get "ls: reading directory .: Input/output error". Can anyone help? [02:59] [ 28.039082] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both [02:59] ZenMasta: the lib file should be in the same folder as the hon.sh, is it? [02:59] Radeon HD 4650 [02:59] that look good? [02:59] gabrielp: i was wondering i virtualbox would install such mac os x, what about orignal mac os 9.? [02:59] malek: is your usb drive connected to a usb 2.0 port or the old standard [02:59] Ghoti: you mean like something on my system or something that should have been included with the game? [03:00] Sorry, people, I have to hand over koolkat to somebody else. He has now a default smb.conf installed and configured one readonly share public accessible via system-config-samba. [03:00] Timitheos: did you install the ati drivers from system>admin>hardware drivers? [03:00] does anyone knows if launchpad has mirrors from where i can download ppa's packages? [03:00] ZenMasta: I don't see any Ubunti 'libk2' package, so I'd imagine it's something the game should have included. [03:00] I'm leaving now. [03:00] ummm.. no, it popped up that the drivers weren't activated. [03:00] so i activated them. [03:00] koolkat: Sorry. Timeout ;-) [03:00] mazda01_: hmm, not sure. I think it's newer - I get this from lspci: 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) [03:01] Timitheos: how did you install them? === mac9416 is now known as infocop411 === infocop411 is now known as mac9416 [03:01] mazda01_: sorry, missed a line which says USB2 [03:01] It says it's in full duplex mode, and the link is up at 100 Mbps [03:01] mazda01_: 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) [03:01] arand:/Ghoti: there is a lib in the same dir as hon.sh libk2-x86_64.so and libk2-86.so [03:01] wetwired2: what about teh machine you're transferring files to? are they both linux? [03:02] No, one of them is windows xp. [03:02] ZenMasta: try the other command you mentioned? LANG=C ./hon.sh ? [03:02] malek: i would say that ist's usb 2.0. does /var/log/kern.log or syslog, or dmesg show anythink about the usb activity? [03:02] can anyone tell me why my system doesnt appear in samba? [03:02] when it ran the update after install it popped up that the drivers weren't activated. I activated them and it downloaded and installed the drivers. It told me to restart, and after i did it stopped working right. [03:03] Ghoti: ./hon-x86: error while loading shared libraries: libk2-x86.so: cannot open shared object file: No such file or directory [03:03] same error as just ./hon.sh or sudo eitheone [03:03] So uh...what's the latest version of Ubuntu? [03:03] ZenMasta: sounds like there's an error in the shell script. [03:04] Timitheos: can i pm? [03:04] wetwired2: is it only when you transfer from linux or when you transfer to linux? do you ahve this in your smb.conf file: socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192 [03:04] sure [03:04] koolkat: what system? [03:04] !latest | drakonik [03:04] drakonik: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, "latest" may not be a good idea. Post-release updates are only considered if they are: fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports. [03:04] drakonik: 9.04 stable, 9.10 development [03:04] Aha [03:04] heh [03:04] mazda01_: what do you mean what system? [03:04] So I do have a problem [03:04] I'm at 8.04 [03:04] mazda01_: yeah, there's a whole bunch of stuff about it. Want me to post it somewhere? [03:04] goodnight [03:04] !backports [03:04] If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [03:04] it's both ways, and let me check the smb.conf [03:04] And my apt-get is telling me I have no uggrades [03:05] koolkat: your comment was, "can anyone tell me why my system doesnt appear in samba?" so i am asking what system? [03:05] drakonik: Not a problem, that's the long term support release, still valid for 2 (3?) years with updates [03:05] Hello. Is there a channel I can join for custom kernel builds, or is this the place? :) [03:05] mazda01_: my computer? [03:05] Yes, but I'm trying to do something, and it'd be nice if I had the latest versions of say...USB microphone drivers [03:05] drakonik: ahve you tries sudo do-release-upgrade ? [03:05] Hello, can someone point me to a link that tells how can I upgrade my UNR to karmic_ [03:05] hm [03:06] I dind't know about taht one [03:06] (I mean help in custom kernel builds). [03:06] !karmic | djdarkman [03:06] djdarkman: Karmic Koala is the codename for Ubuntu 9.10, due October 2009 - Karmic WILL break - Discussion and support in #ubuntu+1 [03:06] Hm [03:06] malek: no, just read it and see if it says anything that sticks out as being errorish (if that's a word) i can't help, it sounds like it may be a hardware issue as my jaunty install has no issues with usb, and I even use usb 1.1 [03:06] No. No release found. [03:06] koolkat: i am talking about the OS, windows or linux> [03:06] is it normal when I start wpa_supplicant manually that it does never end? I get five times CTRL-EVENT-SCAN-RESULTS, then Trying to assiciate with my router, WPA: Key negitiation completetd (4 times) and then CTRL-EVENT-DISCONNECTED 6 times. Is that normal? [03:06] okay, well thanks guys. guess I gotta troll the hon forums to see whats up. already tried skimming and searching for that erro but no luck yet [03:06] mazda01_: linux [03:06] how can i find which file has largest size in pwd and its children? [03:06] Anyway. I"m trying to figure out what to update so my fucking Logitech headset will work. I've tweaked the alsamixer config and no matter how many times I unmute the mic (it constantly mutes itself at unpredicatable intervals), it will not record [03:07] drakonik: If you do want to get to 9.04 you'd have to upgrade in steps >8.10>9.04, you can do that bu running "update-manager -d" in a terminal and then using update manager. [03:07] koolkat: what's not working about your samba? [03:07] mazda01_: yeah, there's heaps of error messages. [03:07] koolkat: are there any firewalls on any machines? [03:07] drakonik: please no swearing in the channel. [03:07] somebody knows where can i find help to convert my kubuntu into ubuntu-lite? i think i need that cause my laptop dont support kubuntu 9,04 [03:07] mazda01_: Not sure which are the most relevant ones though... [03:07] mazda01_: my system doesnt appear under networks [03:07] aha [03:07] there we go [03:07] malek: can't help then, i am guessing its a hardware issue. maybe post them at pastebin.com [03:08] mazda01_: there are no firewalls [03:08] arand: That's right, let's keep our code open source, not our moth. :) [03:08] nacho_: apt-get remove kubuntu-desktop [03:08] Hopefully the upgrades will fix this. [03:08] koolkat: within windows networks or what. i can't help if you;re not being specific. [03:08] the only part of that I have in my smb.conf is # socket options = TCP_NODELAY [03:08] hello what is the command to check if there is fastcgi installed? [03:08] wetwired2: add the rest, can't hurt anything. [03:08] ok. [03:08] mazda01_: I'm fairly sure it isn't, because it only started when I switched from kde to gnome, unless it's a coincindence. I'll paste it up. Hang on a tic... [03:08] on the same line? And uncomment it? [03:08] Ghoti: then i install ubuntu-lite? and thats all? [03:09] blognewb: if it's the name of a package, dpkg-query -l | grep ii | grep fastcgi [03:09] wetwired2: have you looked at the speed transfer in a iftop or similar program? [03:09] Hello again, linux [03:09] nacho_: you might want to do an apt-get autoremove afterwards, but that should do the trick [03:09] Ghoti: can it do a substring? [03:09] hello all, im having trouble partitioning a sandisk cruzer micro after removing the U3 software froma windows machine [03:09] blognewb: how do you mean? [03:09] Ghoti: ty [03:09] mazda01_: it doesnt appear under Networks in File Browser under the Places menu of Ubuntu [03:09] nacho_: my pleasure [03:10] Ghoti: substring search of filename/package name [03:10] No, I haven't. The speed isn't really the problem I don't think. It says it's transfering pretty fast, it just pauses all the time and thus takes forever to get anything done [03:10] Hello, all...I'm having trouble with building a custom kernel for restricted modules. I'm following the directions at https://help.ubuntu.com/community/CustomRestrictedModules. When I get to the section "Compiling linux-restricted-modules" and execute that apt-get build-dep line, I don't have permission to execute the command. Any ideas? Thanks. [03:10] has anyone tried the newest drivers from ATI ... are they any better at openGL [03:11] blognewb: in the example I have you, 'fastcgi' could be and substring you care to search for. [03:11] donavan_: How new are you talking? [03:11] koolkat: oh, i dont even bother with nautius places as it hasn't worked for me ever, dating back to breezy. to see your network, go to nautilus and enter this: smb://ipaddressofmachinehere and then hit enter, it should pop up a prompt for a username and password. if you want to just see the shares that your box is sharing, enter testparm [03:11] koog: try sudo apt-get build-dep ? [03:11] donavan_: hardy or jaunty??? [03:12] well im using whatever the ubuntu repository has 8.something and the newest on ati's site is 9.7 [03:12] donavan_: It works fine for me, except switching users always gives me a kernel panic. [03:12] running 9.04 64bit [03:12] mazda01_: ok, I've pasted kern.log here: http://pastebin.com/d50640e2d [03:12] mazda01_: enter testparm where [03:12] Ghoti: Tried that but for some reason, it installs a server header package. I'm running generic. [03:12] Alright, it's added. I'll give that a shot. That problem isn't near as big of a headache as my main problem. For some reason, my CPU useage jumps to 100% when I'm not really doing much, and it'll stay there for some time, and mostly lock things up. Like right now, I'm on irssi in this chat, and installing updates, and if I open any program, it jumps to 100% and hangs there for a good 30 seconds, gives me a 10 second break, [03:12] koog... Im the only use so that shouldnt be an issue [03:12] anyone vry familiar w netcat? [03:13] Lexmark X63 Problem: http://ubuntuforums.org/showthread.php?t=1236711 [03:13] koog: did you install vmware of other virtualization software? IIRC, that moves you to a server kernel [03:13] I got a werid one here, I have a box i just built (ubuntu 8.04 server on an MBX box) it will connect to the network if i allow it to use dhcp. But if i manually assign it an ip address (via the interfaces file) it refuses to connect. [03:13] Ghoti: Hope. [03:13] *Nope.* [03:13] koog... any advice on how to do the upgrade ... any issues you ran into? [03:13] on my notebook with ati X1400, in hardy 8.04, no 1440x900, but max res works ok and look great to me... on Jaunty, 1440x900 shows up there and other stuff like transparent windows works out of the box open source driver. [03:13] is there some sort of udev cache i need to clear or something? [03:13] malek: is your usb drive an etx3 filesystem? unmount it and run fsck on it as the filesystem is screwed up [03:14] koolkat: on a terminal [03:14] koog Upgrade from 8.10? I did a fresh install on that one. Switched distros. :) [03:14] mazda01_: Could not display "smb://192.168.1.3/documents/". [03:14] in other words, unless you want transparent windows and other visual effect in 8.04, you don't need ati's driver [03:15] Good evening [03:15] mazda01_: yeah, it's a 750GB drive formatted as ext3. I'll run fsck and see if that helps. Thanks for that! [03:15] unless you need 1440x900 [03:15] hello. Someone has done any work with vlan under ubuntu? i have seen some problems where linux tags and receives the vlans properly, but it dont show the vlan tag anywhere [03:15] Thanks everyone, it's working! [03:15] A special thanks to the person who sent me the link to that thread on the forums [03:16] donavan: 9.04 then no advantage to use ati's driver with my x1400 of course. [03:16] Volt9000: did it start after the offline (livecd) fsck? [03:16] any ideas on that problem, mazda01? [03:16] Yes [03:16] Thanks :) [03:16] Volt9000: read post #6 http://ubuntuforums.org/showthread.php?t=367644. This worked? [03:16] Lexmark X63 Problem: http://ubuntuforums.org/showthread.php?t=1236711 any suggestions? [03:16] is there a way to do a save state on my OS ... about install new drivers for video and I dont want to fight with fixing it if something goes wrong [03:17] legend2440: yes [03:17] mazda01_: Could not display "smb://192.168.1.3/documents/". [03:17] Volt9000: ok good === phil_ is now known as philf [03:17] donavan: i had serious issues with 9.04 and went back to 8.04 on my notebook. looked much better with default install and no proprietory drivers. [03:17] Volt9000: I've had that saving me a couple of times ;) [03:17] koolkat: enter smbtree in the terminal and see if documents is the exact sharename. also, what security is in your smb.conf file. user or share? [03:17] Alright I'm out, peace! [03:18] autotec... yeah I havnt been real thrilled with 9.04 myself but I really dont wannt reinstall again if I dont have to [03:18] koolkat: if it's user, then you need to add your users name to smb passwd file and use the same password as your sudo password. that's what I do. issue sudo smbpasswd -a username [03:18] donavan: don't know, but the wiki site linked from ati driver download site has specific instructions. i tried installing ati driver from apt but it didn't work. === Hyperion2010 is now known as Hyperion2010|awa === Hyperion2010|awa is now known as Hyperion2010|out [03:19] Hi, having an issue with flashplayer, since about 4 days ago, a website I was using doesn't work anymore, when I start the application, it's a photo editing online tool, I get a big blue box...the main page works, but nothing else, I've got Gnash, and adobe installed, but can't figure it out...any thoughts? [03:19] ok, back [03:19] this is just really werid [03:19] If there isn't an abi_version line in the debian/rules file, where should I add it? [03:19] For some reason, my CPU useage jumps to 100% when I'm not really doing much, and it'll stay there for some time, and mostly lock things up. Like right now, I'm on irssi in this chat, and installing updates, and if I open any program, it jumps to 100% and hangs there for a good 30 seconds, gives me a 10 second break, and does it again, over and over. Any ideas? [03:19] timitheos: ok to pm? [03:19] ? got a friend who keeps buggin' me about shockwave in linux, anything like that these days? [03:20] I rebuilt alsa from the source (as instructed by https://help.ubuntu.com/community/SoundTroubleshooting#ALSA%20driver%20Compilation) ... I've got a dv6, and still no sound... and when I do a sound 'test', I get a failure. What more can I do to try and figure this out? [03:20] ok [03:20] mazda01_: my computer isnt even listed under smbtree to begin with [03:20] autotec ... yeah I had horrible issues with apt and the ati drivers ... thus the last install... but I figured it was just because of several hardware changes and upgrades form 8.04 to 8.10 to 9.04 [03:20] koolkat: it sounds like you have a bad master browser [03:20] hello. Someone has done any work with vlan under ubuntu? i have seen some problems where linux tags and receives the vlans properly, but it dont show the vlan tag anywhere [03:21] im trying to install a different version of pcmanfm but when I ran the configure it said it installed the binary in /usr/local/bin but when i type in /usr/local/bin/pcmanfm, it's not even there? the one from synaptic doesn't suppost ssh and ftp so I am trying to get the experimental version of pcmanfm instralled. i can't uninstall the pcmanfm from synaptic because then it wants to uninstall lxde but obviously I need lxde as it's myh de [03:21] musikgoat: i can see another computer fine from here [03:21] donavan_: that ati site has instruction which creates a .deb for the ati drivers, I went that way once in 8.04 and it worked ok. [03:21] koolkat: are you even using samba? did you sudo aptitude install samba and then configure what shares you want to share? you need to follow a guide for sharing folders via samba [03:21] right, but not yourself, which means the master browser in your worgroup has not added you to the list [03:21] wetwired2: do you have an ATI graphics card? [03:21] koolkat: ^^ [03:22] so I used Ubuntu before but it's been a while and I can't remember how to download a .tar.gz gile [03:22] hi, does anybody know an easy way to map a new hard drive so that from the OS's perspective, the two drives (the old and the new) are but one? [03:22] mazda01_: yes i did [03:22] wetwired2: again, look in your logs. all answers will be in there. [03:22] Currently, the two drives show up as two drives. One auto mounts at /bak, since that was what I had planned on using it for. [03:22] koolkat: what OS's are in your workgroup? [03:22] How can I route in such a way that if I go to (for example) http://apples.com/, I am actually browsing http://127.0.0.1:8088/? [03:22] !raid [03:22] Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [03:22] dkulchenko: edit /etc/hosts [03:22] hello all, im having trouble partitioning a sandisk cruzer micro after removing the U3 software froma windows machine [03:22] musikgoat: linux and linux [03:23] hello? [03:23] gartral: did you try both qtpart and gparted? [03:23] musikgoat: does /etc/hosts work with ports? [03:23] koolkat: suprising, i would have thought there would be an XP in the mix :p [03:23] dkulchenko: sorry, didn't catch that, no [03:23] hi all does anyone know if rtorrent can pre-allocate files? [03:23] musikgoat: then is there any alternative way to do this, other than /etc/hosts? [03:24] dkulchenko: you would likely setup iptables redirection, but i'm not knowledgeful on that [03:24] i dont dont get it [03:24] koolkat: can you restart samba daemon on either of those machines? [03:24] musikgoat: i'll look into that, thanks. [03:24] autotec ... Im just going with "sh ./drive.run" [03:24] i could do a gpg --export KEY -ao public.key to create exportable keys or i could simply copy secring.gpg and pubring.gpg (from the gpg config directory) if i want to backup keys or anything like that, right? [03:25] donavan_: drop the ./ when you use the sh call === Cueball_ is now known as Cueball [03:25] musikgoat: already did [03:25] odd [03:25] donavan_: the wiki or ubuntu community link from ati download site has easy instructions to create and install .deb's from the ati driver download [03:26] autotec... why bother though ... is there some advantage? [03:26] ghostlines: not the rtorrent shipped with ubuntu [03:26] if I want to install a binary package over a synaptic installed program, would I need to run the ./configure and tell it to install the binary in /usr/bin/ so that it overwrites the old pcmanfm binary? [03:27] autotec besides having a .deb file and the easy install? [03:27] mazda01: i believe it usually overwrites by default since most programs share the same destination directory [03:27] not really, but the install prog is not easy [03:27] is it possible to share my wifi connection over ethernet by connecting to a router and bridging? [03:27] musikgoat... according to ati's howto I am supposed to use the ./ so thats why I put it there [03:28] bridge: it is using iptables, but i have always succeeded in doing that in windows, anyone else here know how in linux? [03:28] Lexmark X63 Problem: http://ubuntuforums.org/showthread.php?t=1236711 any suggestions? [03:28] linux: but after I ran the configure, it said it would install the binary in /usr/local/bin but i want it to overwrite the originally installed pcmanfm [03:28] donavan_: and when i tried installer had many options I did not know what to choose. [03:28] donavan_: ok [03:28] donavan_: it wont hurt [03:28] mazda01: try ./configure --prefix=/usr/bin && make && sudo make install [03:29] autotec... ahh you did the custom install... im cheating going with the autoinstaller [03:29] hi i'm on 8.04 and I can't upgrade from firefox 3b4 [03:29] * shamm is currently in console (no X) trying to install nvidia driver -- the latest downloaded driver is 185.18.31 and my ubuntu is running 180.44. I couldn't find 185.* in apt-cache search where can I download 185.* for all nvidia tools? [03:29] donavan_: anywayz, i had to reinstall then i went the create the deb's route from the howto site. [03:29] hey i have a issue involving sudoer...it says im not in the list...any help [03:29] linux: will try, thanks [03:30] musikgoat ... yeah I though I could just do sh on the .run file but it was saying otherwise so I listened [03:30] Hi, I asked a second ago, but to no reply. I have two drives in my server, one at / and the other mounted at /bak. Is there any way to make them work logically as one drive would? [03:30] mlissner: I doubt you can. [03:30] mlissner: only with raid [03:30] mlissner: thru raid maybe [03:31] !raid | mlissner [03:31] mlissner: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [03:31] quick question: I want to display the output of a bash command, it works with this: echo HM320JI " " +"$HDTEMP".0°C -- However, it does not display in a widget I use.. This works: 'printf "HM320JI: +";nc localhost 7634 | cut -c27-28', but how can I tack on degree C at the end? [03:31] mlissner: but that would involve re-installing/formatting [03:31] stlsaint@stlsaint-laptop:~$ sudo apt-get update [03:31] [sudo] password for stlsaint: [03:31] stlsaint is not in the sudoers file. This incident will be reported. [03:31] stlsaint@stlsaint-laptop:~$ [03:31] [03:31] stlsaint: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [03:31] sorry about that [03:31] stlsaint, next time, ask "how do I add my user account to the sudoers file?" [03:32] musikgoat: OK, maybe I should rephrase. By work logically as one drive, I want big files to get split across the drives. That's possible, right? [03:32] !sudoers | stlsaint [03:32] Sorry, I don't know anything about sudoers [03:32] thanks i will try right now [03:32] whats that networking called that's done over the internet? [03:32] PSiL0: could you pastebin your script? [03:32] mlissner: only via raid [03:32] !external modem [03:32] Sorry, I don't know anything about external modem [03:32] PSiL0: that way we can see where to add the °C [03:32] musikgoat: and that means reinstalling? [03:32] ubuntu tip 1: no better theme than original and I learn that some pixmaps themes can have memory leaks, don't ask me how. [03:32] stlsaint: vi sudoers [03:32] Clinteger: its mostly accidental (theres no stopping or slowing a paste once commenced) [03:33] yo check dis out [03:33] mlissner: that would mean spanning the two volumes, which requires a fresh file system, so yes [03:33] i was takin a shit [03:33] and like [03:33] stlsaint: vi /etc/sudoers [03:33] !language | g-loc [03:33] g-loc: Please watch your language and topic to help keep this channel family friendly. [03:33] g-loc: langauge please [03:33] musikgoat: bleh. OK, well thanks for being the bearer of useful (but bad) news. Back to the drawing board. [03:33] Ghoti: sure thing... [03:33] i shot poop thru the floor [03:33] mlissner: you would lose saved files on those drives. [03:33] how do i add my user account to the subdoers file? [03:33] ubuntu tip 2: if LTS is working and no problems, no need to upgrade and create problems. [03:34] like i cant believe it [03:34] stlsaint: use visudoers, the sudoers file has examples to follow. [03:34] stlsaint: you have to have root privileges, eg another account that has those privileges [03:34] also how do i linux [03:34] g-loc: you have to learn how to count first [03:34] g-loc: 'linux' is a noun, not a verb. [03:35] autotec: forget LTS, it's bleeding edge or no edge at all. ha ha ha [03:35] so i have to create another account to add my main account? [03:35] how to connect to wireless using command line in terminal? [03:35] i cant numbers [03:35] How is a external dial up modem set up with Gnome ppp [03:35] what command will i use to add my main account after i create my other account [03:35] stlsaint: your 'main' account should already have sudo privileges. [03:35] Qu4R0w: man iwconfig [03:35] mazda01_: screw that, if i want bleeding edge i would use fedora :( [03:35] stlsaint: you can try adding your account to the admin group [03:35] musikgoat...how? [03:35] autotec: not Gentoo? ;) [03:35] linux: nice ^^ [03:35] well I upgraded to the new ATI drivers it killed my X session and locked my computer but a hard reset fixed that ... now I am up and running with the new drivers and they are working beautifully no more flashing 3d grpahics [03:36] mazda01_: you like fedora if you like upgrade every 6 months and start all over again. [03:36] stlsaint: system -> admin -> users and groups [03:36] Qu4R0w: first stop network manager ("sudo service NetworkManager stop") then "sudo iwconfig essid 'linksys'" replacing linksys with your AP and with whatever "iwconfig" says is your wireless interface [03:36] stlsaint: do you see admin when you run 'groups' at a terminal? [03:36] linux: when I ran that command it said it would install teh binary in /usr/bin/bin so i am re-running teh command with just --prefix=/usr [03:36] stlsaint: then unlock [03:36] Ghoti: Gentoo!! hey, i don't have 2 days to install this thing;) [03:36] mazda01: ok, if you have troubles, re-extract the tar and try it [03:36] Qu4R0w: if you need wep, iwconfig's manpage will explain. if you need wpa, i can explain that one [03:36] autotec: no, i like ubuntu which releases a new version every 6 moths [03:36] autotec: it installs a lot faster these days ;) [03:36] maco: tq..really tq [03:36] Hi. I'm having trouble mounting a filesystem to /dev/loop0 using losetup. Trying to follow instructions at http://tinyurl.com/my25eh . However, I get "/dev/loop0 does not exist". Do I have to create it first?? If so, what do I make it, a blank text file? [03:36] moths=months [03:36] Ghoti: http://pastebin.com/d6d621851 [03:36] groups in termainal gives me... stlsaint vboxusers [03:36] ok [03:37] How do I set up my internet connection with the external modem and gnome ppp [03:37] all speaking in english ? [03:37] hai, so desu yo [03:37] Ghoti: last time i try gentoo, half me stuff don't work at all and i hate compile modules and kernel. [03:37] stlsaint: after you unlock (and enter your password), you should select your account, and click properties [03:37] zmdwjx1981: english is good [03:37] ToStIt0s: is it a parallel, serial, bluetooth, or usb external modem? [03:37] linux: both. whent started from the terminal, give multiple [03:37] linux: serial [03:38] users and groups says i dont have permission to access [03:38] foobarbecue: it probably needs to be a dir. so it would sudo mkdir [03:38] linux: Could not stat device /dev/sdb - No such file or directory. errors [03:38] stlsaint: hmm, then you are in trouble [03:38] Ghoti: hey like a browser war, latest greatest chromium or whatever, but why bother when firefox simply works great. [03:38] Ghoti: As you and everyone else can see, I would like to add a degree C at the end of the line (http://pastebin.com/d6d621851) [03:38] does my pc automatically detect it when I power the modem up [03:38] gartra: you mounted it? [03:38] TostIt0s: sorry, i only have experience with bluetooth modems [03:38] PSiL0: try the command I added to the bottom: http://pastebin.com/m565f7b51 === shamm is now known as LinuxGold [03:38] ah ok [03:38] lol...that sucks [03:39] np linux [03:39] any advice? [03:39] linux: yes, but it mysteriously unmounts itself before the write [03:39] mazda01_: my english is poor [03:39] mazda01_: that's what I tried at first, but then I got "/dev/loop0: Is a directory" [03:39] Ubuntu tip 3: if ain't broke, then don't break it :) [03:39] autotec: because I like trying new and different things? :) [03:39] ToSIt0s: just guessing though it doesn't, if it does, its through HAL [03:39] Ghoti: That's it! THanks a million man! [03:39] mazda01_: which makes me think it's not supposed to be... [03:39] stlsaint: do you know the root password? you can try to "su -" [03:39] foobarbecue: that means that the directory is already there [03:39] autotec: though you'd need to to a lot of convincing to get me to try an RPM-based distro again ;) [03:39] stlsaint: but unless you changed it, that would be locked up [03:39] su with what cmd [03:39] PSiL0: no problem! That'll be €8 please. [03:39] stlsaint: just su and dash [03:39] gartral: one of those two programs usually works for me, i have never had both of them fail unless the HD was bad [03:40] Ghoti: lol [03:40] I might just have to wait and play with it when I get it [03:40] stlsaint: you're going to have to boot up a recover session and it'll boot you into root. [03:40] Ghoti: not me, i drive a 93 dakota (rescued it out of junk yard). [03:40] mazda01_: http://paste.ubuntu.com/251144/ [03:40] stlsaint: then it'll let you add your username to the sudoers file [03:40] autotec: kudos for the ultimate recycling program :) [03:40] linux: the hardrive reads, and has files on it, but i cant read the fires, or add more [03:40] what cmd do i use to add myself to sudoers file? [03:40] Can anyone tell me a good site for projects in ubuntu like howtoforge.com? [03:40] stlsaint: visudoers [03:41] gartral: i take its fat16 or fat32? === Nightw0lf is now known as Nightwolf [03:41] Ghoti: fedora not that bad, if you don't mind a lot of updates and dist upgrade, boy they move way too fast. [03:41] linux: fat32 [03:41] mazda01_: that's what I get if I create the directory. No loop created, whether I start with a directory or start with nothing. [03:41] foobarbecue: why in the world are you trying to use a swap file over nfs? [03:41] stlsaint: in your situation, you would need to follow mazda01_'s advice [03:41] Hi [03:41] autotec: Meh. I've been caught in RPM hell too many times. I hvae heard good things though, TBH [03:41] mazda01_: because I only have 16mb on my embedded device and that's not enough to run apt-get [03:41] !hi | Quatroking [03:41] Quatroking: Hi! Welcome to #ubuntu! [03:41] mazda01_: and cross-compiling is a pain [03:42] gartral: maybe its the first version of fat32 (not the modern one), i know i had one HD that none of the software in linux would repair, have you tried repairing it with fat repairing software for linux? [03:42] gartral: perhaps the filesystem is mounted read-only? [03:42] autotec: really? like more than every 6 months? [03:42] autotec: i don't think so [03:42] foobarbecue: ah, sorry. i see. so do you have the nfs shared out like the directions to the link you pasted. i have never done this so I am only trying to help from what I read [03:42] I jsut installed 9.0.4 after abandoning Ubuntu for far too long, and I noticed that the front audio-out isn't working [03:42] what was that distro i tired long ago, turbo linux 4 i think, look good then they went gnome and started looking like everybody else. but v 4 was awesome. [03:42] Just* [03:42] alright guys i will try and if no go than ill be back shortly ....thanks musik and mazda [03:42] Ghoti: ask him to check the stab or the file that sets the mounts upon boot [03:42] stlsaint: np [03:42] linux: Ghoti no, i formatted it originally on a win xp pro sp2 machine, and about it being read only.. i doubt it [03:42] Now, I have no idea how to fix this. Anyone? [03:42] stlsaint: gl [03:43] who is china? [03:43] gartral: could you pastebin the output of 'mount' please? [03:43] mazda01_: that's alright, thanks for your help. you indirectly led me to solve my tftp problem earlier, by the way [03:43] what is libcuda? [03:43] Ghoti: ok, but im telling you, this drive isnt showing up [03:44] ectl (rw) [03:44] LinuxGold: i would assume its the libraries for the cuda GPU language [03:44] ok [03:44] Ghoti: http://gar.pastebin.com/f7941d17 [03:44] Nobody? [03:44] !anyone | Quatroking [03:44] Quatroking: A large amount 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? [03:44] Quatroking: repeat please? [03:45] ok, looks like nvidia didn't include cuda GPU language for 185.* [03:45] my front audio ports don't work [03:45] foobarbecue: oh, cool. so what are you going to do about the nfs share as swap? [03:45] and I have no idea to get them to work. [03:45] -> Unable to access backed up file '/usr/lib/libcuda.so.173.14.16' [03:45] and error runs on... [03:45] gartral: okay, how about this: sudo fdisk -l [03:45] gartral: does the drive show up in that output? [03:46] Ghoti: Progeny Linux was great distro, went bust though. http://en.wikipedia.org/wiki/Progeny_Linux_Systems [03:46] Quatroking: do you know that the front audio works in other OS's? e.g. that the wires are connected to the mobo? [03:46] brb -- booting using standard SVGA drivers [03:46] Quatroking: ubuntu now uses pulseaudio server, have you checked gnome alsa mixer to ensure that your volumes are all turned up> [03:46] They work fine in Win7 and Vista. [03:46] and all my volumes are turned on 100% [03:46] Ghoti: hi what was the command you gave me again sorry substring search of filename/package name [03:47] blognewb: dpkg-query -l | grep ii | grep string [03:47] Ghoti: thank you so much [03:47] blognewb: my pleasure! That'll be ¥80 please. ;) [03:48] ? i got Stani's Python Editor install, looks great. Is this what real developers use? [03:49] Ghoti: i give cheap blowjobs [03:49] k [03:49] blognewb: Sorry, that position has been filled. Also, let's keep this channel G-rated, shall we? :) [03:49] hi how do i stop like the automatic updates? [03:49] Gee thanks [03:50] cosmic_karma: it shouldn't be doing any automatic updates without your blessing. [03:50] lol, Ghoti, that made the room go silent [03:50] unless i'm just lagging [03:50] musikgoat: I'm a discourcidal maniac :) [03:50] oh, and i was [03:50] the update manager keeps nagging me popping up rrandomly [03:50] :'( [03:51] any way to disable from gui or terminal code to copy? [03:51] jtaji are you still here got a question [03:51] Ghoti: no, it does not, untill i reinsert it === marvinp is now known as killring [03:51] im using ubuntu904 and after installing an update this morning i now have no browser avaliable. cd someone help pls [03:51] cosmic_karma: you can stop it in gconf-ediot [03:51] cosmic_karma: system -> administration -> Software Sources -> Updates tab. Uncheck 'em all. === killring is now known as marvinp [03:51] *gconf-editor [03:52] Ghoti: that wouldn't be good [03:52] can someone explain to me how to download a .tar.gz file? [03:52] thanks [03:52] Ghoti: that bad idea, no security updates? [03:52] Updated 21:51, Lexmark X63 Problem: http://ubuntuforums.org/showthread.php?t=1236711 any other suggestions? [03:52] that was the one i was gonna do [03:52] musikgoat: cosmic_karma wants to not get any more update notifications. On its head be it. [03:52] Ghoti: cosmic_karma is referring to the auto pop up [03:52] auto pop up is annoying [03:52] smeltser: download it like any other file [03:52] cosmic_karma: wish it out into the corn field... [03:52] cosmic_karma: Apps->Update Notifier. On the right, unchecked the auto_launch box. [03:52] lmao [03:53] Ghoti: ok, now that i reinserted it, it *does* come up an *i* flagged as rw [03:53] cosmic_karma: musikgoat: autotec: As always in Linuxland, there's more than one way to skin a cat :) [03:53] gartral: now that it's rw, can you write to the drive? [03:54] yea im a noob but i love ubuntu [03:54] Ghoti: no.. it "dissappears" again [03:54] anhd i love how everyone helps [03:54] tahnks [03:54] thanks [03:54] gartral: Drat. [03:54] Ghoti: i agree, although the analogy would be, my directions skin a cat, your directions boil the cat, which gets the fur off as well [03:54] Ghoti: it was always rw... but it does this same thing on linux mac and windows [03:54] Ghoti: :P [03:54] smeltser: take the URL from Firefox and right click, save as (or copy the URL and in terminal wget ); to extract tar -xvf *.tar.gz [03:54] since there no linux virus, if didn't have to work tomorrow i would stay up all night and create one. wife say it's bed time, later dudes... [03:54] musikgoat: in the end, the cat is still dead ;) [03:55] Hi, when I run Nexuiz and start a match, at the end of loading, my system "breaks". I can't do anything. If i try to switch ttys nothing on screen happens, ctrl-atl-delete does nothing useful, and the only way I can fix it is by restarting with the power button (hodling it) or SysRq keys. [03:55] good night [03:55] i know this question might be really generic, but for some reason, out of the blue, urbanterror has become unplayable, in terms of being really slow. has anyone seen this kind of thing happen? [03:55] i chk slashdot tomorrow to see if any of these idiots create a linux virus. [03:55] Ashfire908: try Alt+Ctrl+Backspace? [03:56] linux, that's disabled in 9.04 [03:56] neoTheCat: hard to say.. Try running htop (or just top) in the background, and see if it's CPU-related perhaps? [03:56] Ashfire908: sounds like theres a problem with your Nexuiz, are you running the 2.5.1 or ubuntu repos client? [03:56] Hi, having an issue with flashplayer, since about 4 days ago, a website I was using doesn't work anymore, when I start the application, it's a photo editing online tool, I get a big blue box...the main page works, but nothing else, I've got Gnash, and adobe installed, but can't figure it out...any thoughts? [03:56] absolutely [03:56] opps, there is a linux virus wicd sure enough updated itself and now don't work. [03:56] Ashfire908: darn, all the good things taken away in 9.04 [03:56] !dontzap | Ashfire908 [03:56] Ashfire908: To re-enable the Ctrl+Alt+Backspace combination that restarts your X server, you can install the "dontzap" package and use the command « sudo dontzap --disable ». The combination Alt+SysRq+K can also be used to obtain a similar effect. [03:56] neoTheCat: does top show any process taking a lot of cpu? what does free -m show? did ou upgrade lately? it could have changed graphics drivers on you. many possibiliteis [03:56] ;) [03:56] gartral, no, nexuiz is a trigger. It's something with my graphics. [03:57] Ashfire908: are you on an Nvidia card? [03:57] How can I use iptables in such a way that any request to http://randomtext.com/ goes to 127.0.0.1:8089 (I would use /etc/hosts, but it does not support routing to a port). [03:57] linux, ctrl + alt + backspace is really easy to enable again [03:57] gartral, no, intel... [03:57] Ashfire908: AHHH.. intel imbedded graphics.. wonderful.. [03:58] jedc: by default hitting ctrl+alt+backspace three times quickly should enable it, nothing harder [03:58] Ghoti: /dev/sdb1 on /media/BETHDRIVE type vfat (rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush) that line disturbs me for some reason [03:58] Ashfire908: i have had my trials with intel [03:58] : you can use /etc/hosts, but point to 127.0.0.2, then forward port 80 to 127.0.01:8089 [03:58] ez, so how do i avoid that ubuntu installs some testing version of firefox (shiretoko, minefield) just because i aptitude upgrade? [03:58] linux: add that to the ubuntu brainstorm [03:58] gartral: that looks normal to me [03:59] musikgoat: adding [03:59] (I, for one, can't understand why they disabled C-A-BkSp to bekin with) [03:59] do any of you have experience using samba to share files from a computer running ubuntu? [03:59] hey is it ok to reinstall the same version of PHP even if i have already one in the box? I'll do it to integrate FCGI/FPM.... hello? [03:59] Ghoti: ok, anything else you can think of? [03:59] gartral: sorry, not off the top of my head :( [03:59] bassliner: umm, you uninstall the beta software? [03:59] mazda01_: it looks like urbanterror is taking 100% for some reason. i am going try downgrading to nvidia driver 173, instead of 180 [04:00] ghostdog: I have a working SMB share; what can we help you with? [04:00] bassliner: aptitude upgrade will upgrade what you have installed [04:00] linux: what would you use to repair the partition table? [04:00] gartral: fsck? [04:00] LiNeTuX: thanks! that would work. [04:00] gartral, I also had this issue with Gentoo. [04:00] anyone know of a good electronics layouting program like ORCAD but for linux? [04:00] Ghoti: i tried creating a share on my linux computer using the file browser. it shows up on my other computers, but i cannot actually log into it [04:00] : /etc/init.d can be your friend there as well [04:00] Ghoti: fsck hangs [04:00] gartral: "parted" perhaps. [04:00] Ghoti: i'm using the right username and password but it just doesn't work [04:01] i know there's a free version of eagle but it just sucks to use something that's been limited [04:01] gartral, one of the reasons I'm using ubuntu (switched back) is this issue, which appeared after an update in gentoo occured. [04:01] hay can anyone tell me how to get android working on virtualbox on ubuntu? [04:01] I can't seem to browse the /var/www/ using the default apache2 install from my DynDNS name [04:01] Can someone help me? [04:01] Ashfire908: the intel drivers in Linux.. (that's Gentoo, redhat, fedora, debian, ubuntu...) is confirmed borked, and intel has said basically little more than "Meh, more reason to use windows" [04:01] LiNeTuX: how would i go about forwarding from 127.0.0.2 to 127.0.0.1:8089 (I am totally new to iptables) [04:02] how do i get /list to show chans by size, its been so long since i was a regular irc user? [04:02] gartral, any solution? [04:02] jcapinc: what problems are you having? it pretty much worked out of the box for me? [04:02] never used xchat, used to use excursion back in the day [04:02] : I'd just use a port forward w/init.d. ... um, I'll start a sidebar w/you and explain [04:02] gartral, besides getting a new card or coding a better driver [04:02] Ashfire908: downgrade to 8.10 or an LTS release [04:03] ghostdog: Hand a sec, I'll have some things for you to try momentarily [04:03] ok [04:03] gartral, uh... can I just downgrade the driver? [04:03] I'm not sure what else to do. ufw has port 80 open but I still can't see the index.html in the /var/www/ [04:03] hi there [04:03] you'r ea god [04:03] Guiri: can you see localhost from teh webserver? [04:03] Ashfire908: not without recompileing the kernal, its hardcoded into the kernal structure [04:03] nevermind xchat is pretty sweet [04:03] Anyone in the room using conky-colors? I can not get weather working [04:03] neoTheCat, I downloaded a .vdi.bz2 and extracted it, started running it and I get GRUB loading stage 2... forever [04:04] guyz is anybody have knowledge about clam sound library [04:04] musikgoat: Webserver is a friend's machine in another state that I'm helping him setup. But I'm SSHed in under the dyndns name [04:04] So I know it resolves [04:04] gartral, suppose I did that... (i haven't but I can, after all I used gentoo) [04:04] i could do a gpg --export KEY -ao public.key to create exportable keys or i could simply copy secring.gpg and pubring.gpg (from the gpg config directory) if i want to backup keys or anything like that, right? [04:04] Guiri: set up a local tunnel... ssh -L 80:localhost:80 account@yourfreind [04:05] Guiri: then you go to localhost on your machine [04:05] Ashfire908: well... you would have to find a patch and a copy of the previus driver's source... beyond that, im lost === kaie is now known as Guest43439 [04:06] jcapinc: which virtualbox version? i'll check my settings.... [04:06] musikgoat: Yes I can see localhost now in the browser. [04:06] Why can't I see it from the outside? Some setting I've forgotten? [04:06] Guiri: and you can see index? [04:06] Guiri: prolly lan router port forwarding [04:06] Yeah, I have the It Works! index.html [04:06] gartral, ok then. At least I have a direction to go in now. [04:06] It's in the DMZ. I can see each port with a portscan [04:06] Guiri: or dsl modem/router or something [04:06] Q: how to get paravirtualization option in Virtual Machine Manager to be available? [04:06] neoTheCat, standard ubuntu 8.10 repository version, 2.0.4_OSE [04:07] Ashfire908: also having recompiled your kernal means the Ubuntu community cant help you as fully [04:07] Guiri: some isp's block port 80 for private accounts. [04:07] musikgoat: Okay. I'll check i tout [04:07] Guiri: dmz's sometimes suck on home routers... but i would blame it on that, or the webserver doesn't have its route setup [04:07] Guiri: so its not sending traffic out [04:07] Guiri: but i would think he would know he cant get to the internet [04:08] jcapinc: i am runnning 3.0.4. maybe that has something to do with it... [04:08] can i set grub to launch vista directly without using it's builtin bcd? [04:08] how can i reset $PATH without loging out? [04:08] is there any way to use dpkg or apt locally? [04:08] th0r: ir right too... but stateside, thats less and less [04:08] gartral, harder to get help or a system that is prone to essentally crashing? [04:08] FOr some reason, whenever I boot Linux, I can't get sound until I kill pulseaudio. [04:08] neoTheCat, I would tend to agree with you, I believe many changes were made in the new version, including 3D support [04:08] musikgoat: Thanks much for the help. I'll check ou tthe router [04:08] And then start it up again. [04:09] Ashfire908: i had to recompile the kernal back in 8.10 so my sound cards wouldnt conflict [04:09] Hilikus: you can source your environment source /etc/environment [04:09] Hilikus: i don't know if it clears added ones though [04:09] musikgoat: perfect! [04:09] Guiri: yw [04:09] hey musikgoat im back but with a story of success [04:10] I am looking at backup options... how long will data stay intact on a hardrive that isn't used and sits? on a usb stick? [04:10] stlsaint: you got sudo? [04:10] i got sudo!!! [04:10] good [04:10] hanasaki, either is probably permenent, flash is more reliable [04:10] thanks...now im here to offer my services to those in need... [04:11] Heh. "Probably Permanent" "Jumbo Shrimp" [04:11] I hear CD/DVD is only about 5yrs? [04:11] lol [04:11] hanasaki: NAND flash has a 10 year shelf stability... soo.. as long as you plug it in for an hour every 8 or so years, you shouldnt have too worry [04:12] NAND? [04:12] hanasaki: most flashdisks have NAND flash arrays [04:12] just plug it in? or do you need to actively read everything for a refresh [04:12] hanasaki: just plugging it in will do [04:12] i just made the final ubuntu jump...erased the triple boot of xp now all i got is UBUNTU!! [04:12] gartral: read this.... http://blog.ironkey.com/?p=595 [04:13] i just instaled jaunty and i had a problem with hibernate, since i rebooted my desktop untitiled folder is gone any suggestions where it could be now? [04:13] hanasaki: what most flash is... wikipedia nand flash and nor flash [04:13] on two partitions [04:13] Would everyone here agree that that flash is the next standard in mass storage technology? [04:14] jcapinc: no. unproven. [04:14] uh it shows promise but...still has work to do!! [04:14] guess i didnt really reboot as much as kinda hold the power button in a fewtimes until it let me log in again [04:14] jcapinc: not persay, but thats the direction currently === miguel_ is now known as Guest82931 [04:14] jcapinc: you mean solidstate HD? [04:14] yes [04:15] hello i want to know how to make my icons be in lines and not all over the place... thankyou [04:15] anybody know of a good linux logic circuit prototyping program [04:15] uh click and drag!?!? [04:15] Guest82931: Right click "clean up by name" [04:15] or that [04:15] jcapinc: when intel got into the business, that saw a big boost in the likelyhood of it being a standard, but we will see [04:15] where do i right click. thanks [04:16] Guest82931: Anywhere on the desktop. Just no on an icon. You are using gnome right? [04:16] oh i see thanyou\ [04:16] desktop [04:16] thanks for all your thoughts [04:16] Guest82931: No offense but isn't that obvious? [04:16] why do i have to reset my clock every time i turn off my computer? [04:16] yes sorry. i got it [04:16] hibernate worked in hardy but had an error message . it always worked well thoug. I had my powerstrip unplugged for a week and when i powered it on it was right where i left off [04:16] Guest82931: NP! :) [04:16] lamebot, dead bios battery? [04:16] hanasaki: yea, i knew that.. that's why i dont use flashdrives if at all possible [04:16] lamebot: you might need to replace your cmos battery [04:16] lamebot: What do you mean? Is the system telling you to set it? Is it wrong when you restart? [04:17] doubt it, its a pretty new computer [04:17] jaunty froze up after i hibernated from lastnight and unplugged the strip cuz of tstorms [04:17] gartral: because they degrade? so what do you use and why? [04:17] What's the suggested way to get java (to enable firefox to do java. FF plugins?) - 1) from the ubuntu package? which package - which package name? 2) fron sun? === brady is now known as gr3yf0x [04:17] hibernate is quirky like that....try to stray away from it!! [04:17] john_re: "sudo apt-get install ubuntu-restricted extras" [04:17] john_re: "sudo apt-get install ubuntu-restricted-extras" [04:17] no its just wen i durn it on it is alaways off by the same number of hours but the minutes are right. I think maybe its the wrong timezone but i cant figure out how to change that [04:18] lamebot, you probably need to check your locale [04:18] lamebot: do you have your bios reset jumper set to on? [04:18] lamebot: after you set the time, what happens if you sudo hwclock --systohc [04:18] lamebot: I bet your hardware clock is wrong or something. [04:18] john_re, i made it work with their package.. but also install the restricted extas like they say [04:18] I have been trying to get nvidia 185.* driver to work, it blanked out my display then froze the system. Is anyone running nvidia with 185.* ? [04:18] hanasaki: i use USB powered hard drive enclosures, prefferably decent western digital or seagate.. true, heads can crash, but at least that ussually doesnt corrupt everything [04:18] ttyl fellas [04:18] stlsaint: Night! [04:18] how would i change that? [04:18] hi!all === shamm is now known as LinuxGold [04:19] gartral: have a url for an enclosure you like that is cheap/good... ? what do you think about samsung drives? [04:19] edbian: Guest82931 thx [04:19] lamebot: Is this a dual boot system? (man hwclock) [04:19] edbian, i'm betting on wrong timezone [04:19] john_re: NP! [04:19] any ideas on how i make my windows (or the top bar) transparent or a glass look [04:19] he says the hours are off, not the minutes [04:19] temporarytao: I think you're right [04:19] john_re, yourwelcome [04:19] hm, i really don't get it, i have 2 machines with the exactly same sources.list file and on the one it always tries to upgrade to firefox 3.5 or 3.6 and on the other not... [04:19] musikgoat: it is correct when i sudo hwclock [04:19] prolly the timezone [04:19] any help? [04:20] edbian: yes [04:20] lamebot: yea, i was not thinking timezone [04:20] lamebot: One of the OS's thinks your HW clock is UTC and the other thinks it's local time. They are competing with each other ;) [04:20] musikgoat: i just got back from austria. How would i adjust timezone? [04:20] lamebot, you can select multiple timezones [04:20] edbian: thanks, how would i fix this? adjust the time in bios menu? [04:21] timitheos: are you still here? [04:21] lamebot: There is a file in ubuntu. I have to find it. Hang on. [04:21] when you go australia, select the australian time zone as the main one. when you get back, select the other one [04:21] hanasaki: samsung? if you have nothing else.. sure hold on, comp runnign slow as molasses [04:21] gartral: huh? [04:21] teporarytao: thanks, but i dont see a timezone option in time and date settings [04:22] hanasaki: for link [04:22] sorry for the noobness but how do i chnge my nick? [04:22] lamebot: ok, from command line... [04:22] gartral: ah.. thanks... [04:22] lamebot, it's there. i can't really walk you through the gui right now but look around for it [04:22] lamebot: While I check look at "etc/timezone" and make sure it's right. [04:22] i know this is probably trivial but does anyone know if its possible to get alltray to respond to a command rather than having to click i'd like to just put a script at startup that will just start evolution and automatically have it set in the tray [04:23] lamebot: sudo tzconfig [04:23] when i access shared network folders they appear on the desktop, how can i make them appear in home instead? [04:23] hanasaki: theser are good http://www.dealextreme.com/details.dx/sku.20213 and these are good only after replaceing the drive http://www.dealextreme.com/details.dx/sku.14586 [04:24] gartral: you mean you don't like hitachi? [04:24] lamebot: or what is now dpkg-reconfigure tzdata i guess [04:24] hanasaki: most hatatchi products are alright, those are just sllooow drives [04:25] EAGET is only 42k rpm [04:25] musikgoat: thanks i tried that but it said i need to run as root, sorry im a complete noob [04:25] lamebot: sudo [04:25] lamebot: add sudo before the command [04:25] hanasaki: and you see around 40 mbps from that, while the hatachi only gets 18 [04:26] musikgoat: thanks looks like thats working [04:26] ah [04:26] lamebot: Did you get it? [04:26] hey wats up can anyone help me [04:26] lamebot: In case you still have problems try editing this file: /etc/default/rcS [04:26] !ask | Automan070192 [04:26] Automan070192: Please don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [04:26] Automan070192: Probably! :) [04:26] thanks everyone looks like its working === charlie is now known as Guest2549 [04:27] how do i change the highlight color when i select text with the mouse? it's light blue right now and its hard to read [04:27] seems to have worked ill try a reboot and see [04:27] ok i need help because i have been trying to get a later version of ubuntu for some time but everytime i make or use a disc it freezes my computer [04:28] lamebot: Awesome! :) [04:28] jaunty froze up after i hibernated from lastnight and unplugged the strip cuz of tstorms any suggestions? === kaie is now known as Guest55302 [04:28] cosmic_karma: For me installing the package "fs2ram" helped hibernation and suspend work much better. Hibernation and Suspend are very hit or miss on linux still unfortunately :( [04:28] i had my pc unplugged for over a week with hardy and it was right where i left off, it gave error msg from every hibernate , but never any real problems [04:28] back for the third time!!! [04:29] so who is trying karmic koala right now? [04:29] thanks edbian [04:29] How can I find every file on my system that has a "~" ? I've tried "locate -r ~" but it returned many many files (a lot that don't have ~ in the name) [04:29] !karmic | stlsaint [04:29] stlsaint: Karmic Koala is the codename for Ubuntu 9.10, due October 2009 - Karmic WILL break - Discussion and support in #ubuntu+1 [04:29] JohnCDI1: maybe try asking on this forum also: http://ubuntuforums.org/showthread.php?t=173759 [04:29] gartral: know anything about these? I thought they were good.. from what you say ... now I am not sure... SAMSUNG HD103UJ [04:29] ok i need help because i have been trying to get a later version of ubuntu for some time but everytime i make or use a disc it freezes my computer any suggestions? [04:29] stlsaint: just in case you have questions about it [04:30] i thought i was in testing right now? [04:30] edbian: try locate -r '~' perhaps? [04:30] Automan070192: Why not just update from with in ubuntu? [04:30] stlsaint: nope [04:30] Ghoti: I'll try hang on === unforgiven512 is now known as unforgiven512-aw === FireMedic is now known as FiremanEd [04:30] when i access shared network folders they appear on the desktop, how can i make them appear in home instead? [04:30] Ghoti: That did it! Thanks :) [04:30] ok how may i do that? [04:30] hii [04:31] Automan070192: Open the update manager ;) [04:31] wow...ive been given wrong info!!! [04:31] che alguien sabe como sacar el login despues de la hibernacion? [04:31] Automan070192: System -> Admin -> Update Manager [04:31] edbian: anytime :) [04:31] i had a feeling but... [04:32] hanasaki: those look pretty good, actually [04:32] stlsaint: how so? [04:32] what websites.. in the usa do you all use for buying HW? gartral lol I hope so.. I bought 2 for RAID [04:32] algum br [04:32] hi [04:32] from reading forums and chatting with other ppl...i never actually seen it for myself and now i know y! [04:33] hanasaki: I usually check newegg.com and pricewatch.com for hardware prices [04:33] how do i find a text in a set of files(directory) [04:33] hanasaki: i like kingstar computers [04:34] hanasaki: there are a few, newegg, zipzoomfly, provantage [04:34] phylon: grep pattern /path/to/directory/* [04:34] ya I look at newegg a lot.. they have really good catalogs at least to find stuff [04:34] hanasaki: tiger direct [04:34] !ot [04:34] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [04:34] hi [04:35] thanks everyone that fixed my clock problems [04:35] lamebot: How thankful you are! :) [04:36] how can I avoid having to give my passwaord to the screen saver when resuming from hibernation? [04:36] temporarytao, i like that name [04:36] So, I've got a 5.1 onboard soundcard, (nVidia) and a 5.1 PCI sound card (Audigy2) [04:36] nacho_: when you hibernate, having to log back in isn't really optional. [04:36] lol...sorry musik that was me [04:37] Except, when i open volume control, the only thing i can get to play sound is the Playback: HDA NVidia - ALC883 analog (PulseAudio Mixer) [04:37] gartral: can I msg you in private? [04:37] which only offers a "Master" mixer. I'd like to be able to control all channels. Is this possible? [04:37] hanasaki: sure [04:38] when i access shared network folders they appear on the desktop, how can i make them appear in home instead? [04:39] MrPocketz, Are you using karmic? [04:39] how can I enter a command into a terminal and have it keep running even when I close the terminal window? [04:39] but has anyone tried cairo-dock yet...i hear its a lil annoying if it goes bad! [04:39] !screen | choppyhorse [04:39] choppyhorse: Screen is a window manager for terminal sessions, also useful over SSH. See https://help.ubuntu.com/community/Screen [04:39] Cuddles, Never heard of it. Don't believe so.. [04:39] choppyhorse: start it in a screen session [04:39] can someone explain why I cant connect to a router less than 4 feet away that has essid broadcast on and no security? Network manager is seriously pissing me off >:( [04:39] choppyhorse:depends on what cmd you use [04:39] can you run transmission from the command line? Without the pretty gui interface? [04:40] Bookman: you can use rtorrent, which is awesome, in my opinion [04:40] Bookman: if you're looking for a command line torrent client, look into rtorrent [04:40] cuddles: if you mean koala its not out fully yet is what im being told!! [04:40] MrPocketz: i think he means koala...see above!! [04:41] hello [04:41] stealth, Ghoti: I will try rtorrent, but I've already partially downloaded a torrent with transmission and I'd love to finish them off from the command line. [04:41] 能支持中文吗? [04:41] kran: english please [04:41] Bookman: Most torrent clients support resuming, so you should just need to point it at the target directory [04:41] Bookman: you mean download torrents from cmd line? [04:41] !jp | kran [04:41] kran: 日本語の場合は #ubuntu-jp または #kubuntu-jp を参照して下さい [04:42] transmission should keep running as long as you dont quit it no matter where you start it from [04:42] stlsaint: yes. [04:42] Bookman: I don't know if it's possible to transplant a partial download like that [04:42] Except that looks more chinese to me, kran [04:42] Veinor: let me see.... [04:42] Veinor: it was a 50/50 shot, heh [04:42] * Veinor shrugs [04:42] !zh [04:42] For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw 或者 #ubuntu-hk [04:42] Bookman: i think it would be best to let the current torrent continue thru gui and research about starting a new one from terminal [04:43] didn't know if we had a !zh, cool [04:43] stlsaint: I want to start transmission via ssh and I don't want to run a gui. I may not be able to and that is just fine, while I finish off the last two. [04:44] Bookman: the thing is, transmission is a GUI client, so I don't know if you can SSH in and start it on a GUI that session isn't a part of [04:44] join ##electronics === Shinobi is now known as Guest42712 [04:44] damnit [04:44] why all english? [04:44] Ghoti: Doesn't transmission have web control support? [04:44] Bookman: There is a transmission-cli package [04:44] linux: I do not know [04:45] agreed with Ghoti to bookman but i always say never count ubuntu down and out cuz it has ceased to amaze me yet...but highly unlikely! [04:45] k screen worked ty. 2nd question: what does putting an "&" symbol after a command do? [04:45] yeah, transmission-cli [04:45] kran: This is the English channel; what is your preferred language? [04:45] Why is it that insserv changes many rc's the first time , does `Ubuntu` have a different opinion about the rcS then their own init-script ? [04:45] choppyhorse: Runs it in the background so you can keep using the terminal [04:45] thanks Ghoti [04:45] choppyhorse: '&' puts the preceding command into the background [04:45] choppyhorse: but if you log out, the backgrounded process will usually terminate [04:46] TO All...whats the best(in your opinion) irc client in ubuntu? [04:46] yeah, unless you put nohup in front of the command [04:46] ty again [04:46] stlsaint: I alternate between irssi and xchat [04:46] edbian: Yeah, I came across the transmission-cli in my research, but I never found out if it can "take over" downloading a current partial torrent [04:46] choppyhorse: my plesure [04:46] Bookman: Yeah I have no idea about that. I don't it. [04:46] exit [04:46] yea ive heard of the irssi...would you be able to elaborate on irssi a little more? [04:46] Bookman: Perhaps you could seed yourself? [04:46] Bookman: I have used transmission-cli, it gives you the same control as the GUI over a web browser [04:46] oh gad,english ,i hate it [04:47] kran: what do you prefer to speak? === unforgiven512-aw is now known as unforgiven512 [04:47] Ghoti: what makes xchat better over KVIrc...which is what i use!?? [04:47] stlsaint: I've not used KVirs, so I don't know :) [04:47] !zh > kran [04:47] kran, please see my private message [04:47] my english is poor,i will leave now,this is not my zoom [04:47] stlsaint: irssi is a command-line irc client [04:48] what I do is I have irssi run somewhere on a server in a screen session, then I ssh into the server and connect to screen as needed [04:48] Venior: so all cmds are done in a terminal of some sort? [04:48] Well [04:49] Veinor: me as well :) [04:49] http://www.irssi.org/images/irssi_cmd_100.png [04:49] This is irssi running under cygwin. [04:49] lol...maybe you could give me a lil tutorial on how to do all that? [04:49] anyone know how to fix my lexmark x63 to scan again in ubuntu 9.04? http://ubuntuforums.org/showthread.php?p=7766497 [04:49] I actually wrote one on my blog, so sure [04:50] Veinor: I'd like to see any irssi tips you may have; I'm a recent BitchX convert :) [04:50] you use awl? [04:50] is there a program that can play a wav or mp3 from a command prompt (in a script) without openening a gui player? [04:50] xim_: mpg123 should work [04:51] So no-one who knows why `Ubuntu` has a different opinion about the rcS then the init-script themselves ? [04:51] Ghoti, thx ill try that [04:51] damn,... it;s been a long time since I've used IRC [04:51] Veinor: seen it...nice...looks like you gotta know these cmds back and forwards!! [04:51] well welcome back weaver [04:51] eh, most of them are standard irc commands [04:52] http://www.amateurtopologist.com/2009/07/22/irssi-ssh-and-screen-three-great-tastes-that-go-great-together/ if anyone's interested; I know my writing isn't exactly the best, haha [04:52] Veinor: thanks for the link :) [04:52] yea im still in the process of learning irc cmds [04:52] no problem :) [04:52] Veinor: nice favicon too :) [04:52] I highly recommend awl [04:52] after updating to 9.04 ubuntu don`t see my cd-rom. help me somebody [04:53] I probably can't remember a single IRC command at this point. lol. [04:53] I should probably upload a screenshot for that article. [04:53] weaver: You probably do ... [04:53] Veinor: 'awl'? no relation to 'awk' I presume :) [04:53] Why can't I format my 100GB HD as NTFS on Ubuntu using GParted? [04:53] How do I stop the update manager from opening every few minutes? [04:53] What is the name of the program to make archives? [04:53] xim_: in terminal try mplayer .mp3 if you have mplayer installed that is [04:53] (the GUI_ [04:53] Has everyone seen the new shots of UNR Koala? Looks pretty great. [04:53] R0b0t1: file-roller [04:54] after updating to 9.04 ubuntu don`t see my cd-rom. help me somebody [04:54] Thanks, the name had changed :) [04:54] Dark_Wolf: This bug has not been fixed yet as far as I know [04:54] Dark_Wolf: install the updates :) [04:54] mmkay [04:54] I didn't know it was a bug [04:54] nanotube: did they fix this bug yet? [04:54] but as slow as my system runs ubuntu, it gets annoying [04:54] Dark_Wolf: you should try xubuntu, it's faster [04:55] linux: didn't know there was a bug. i still run intrepid, where instead of the annoying update manager popup, i get a nice little notification in the status bar! [04:55] but.. [04:55] it's xfce [04:55] Dark_Wolf: Or Crunchbang linux. Way faster. [04:55] Dark_Wolf: or xubuntu, then install fluxbox. [04:55] or a terminal! [04:55] I'm looking for a list of wireless devices that work with linux, and the linux drivers they work with...... [04:55] xfce only has a little bar at the bottom and a limited file browser [04:55] or it used to [04:56] !wifi [04:56] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [04:56] after updating to 9.04 ubuntu don`t see my cd-rom. help me somebody [04:56] Dark_Wolf: ummm, are you thinking of fluxbox? [04:56] stealth-, no [04:56] skazi21101: did you try in terminal a cd /media && ls ? [04:56] !wifi | Geoffrey2 [04:56] Geoffrey2: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [04:56] stealth-, maybe it's changed since slackware 9... [04:57] skazi21101: can you pastebin the output of sudo dmesg | grep -i cd-rom [04:57] Dark_Wolf: Do you like any *box? [04:58] Dark_Wolf: oh, sorry, xubuntu looks different than normal xfce installs apparently.... [04:58] Dark_Wolf: my bad :) [04:58] Wow, 1,27x people in the room, someone should know this right off the top of their head, What is the command, to see which version of the video driver is installed? === wsr3193 is now known as raghorn [04:59] Drew3: most of the people here are AFK [04:59] :P [04:59] Drew3: probably can look in /var/log/xorg.0.log ? [05:00] Ghoti: there is nothing to post [05:00] Drew3: besides that, the command is probably driver specific - something like fglrxinfo for ati, something else for nvidia? [05:00] Ghoti: its empty [05:00] skazi21101: interesting. That means the kernel didn't see any CD-ROM drives to support. [05:01] stealth-: Is there a good tutorial for rtorrent? [05:01] Ghoti: yes. thats i talking about [05:01] Ghoti: i don`t know what to do in this case [05:01] skazi21101: that sounds hardware-y. [05:01] nanotube: fglrxinfo ,, that helps ty. [05:01] Bookman: The manpage is pretty useful. [05:01] Drew3: cool :) [05:02] it it a known problem for shared folders to just become unshared by themselves? [05:02] o.O [05:02] Ghoti: there is an entry is fstab about my cd-rom. really its dvd-rw built in my noutbook [05:02] Bookman: well I never needed a tutorial, but if you wanted to learn the advanced functions running 'man rtorrent' or searching google should help [05:02] [05:02] Ghoti: have any ideas? [05:02] i tried to start a Guest session but it froze after the nvidia logo at a white screen - i ran startx -- :1 from an alternate tty... but how do i get back to my original login where all my programs are still running? :-/ [05:02] skazi21101: thinking [05:03] rymo: try hitting "ctl-alt-f7" [05:03] Drew3: there is always vi /etc/X11/xorg.conf [05:04] I didn't think xorg.config gave the version number? linux [05:05] "locate ati | grep fglrx" got me this ---> /usr/share/fglrx/atigetsysteminfo.sh which maybe a help? [05:06] does anyone use OpenOffice.org? === Sahdos is now known as MeditatingFrog [05:06] Drew3: why not just use fglrxinfo - doesn't that show version and all that? [05:07] MeditatingFrog: just about everyone does on ubuntu :) [05:07] Drew3: open system>admin>hardware drivers does it say which version is being used? [05:07] nanotube: I'm trying to export a pdf, but I want the background to be black and the text to be green [05:07] nanotube: have you ever tried this? [05:08] nanotube: , no version number, of ati's driver version [05:08] MeditatingFrog: try changing the background and text in openoffice prior to exporting as pdf; have you tried that yet? [05:08] MeditatingFrog: no, never tried... what happens if you just edit the document properties to make bg black and text green, before exporting? [05:08] I need help, all the file conversion programs i find do not work well, do any of you know a good file conversion program that can make a avi movie i have into an mp4 that will be supported for my ipod on itunes? [05:08] linux: yes [05:08] for linux^ [05:09] nanotube: there is white included in the document. I want the document to be more readable on a computer [05:09] chris_lenz123: let me research that now and see if any ring a bell [05:09] nanotube, linux: I will try one more time [05:09] Ghoti: maybe its in fstab?? [05:09] Drew3: then just look in the file /var/log/Xorg.0.log, and see if you see something useful.... [05:09] linux: thanks [05:09] when i open a network share it makes an icon on my desktop, how do i make the icon appear in home instead [05:10] Ghoti: becouse its no cd-rom. but interface is okey [05:10] oh wonderful, I go and pick a wireless device that's not even in any of the lists...... [05:10] Why is it that I can't add a shadow border effect with gnome-screenshot when I'm trying to take a region screenshot? [05:10] nanotube: no, still no luck. the background still isn't black [05:11] foundry87: you can, use gimp [05:11] nanotube: I'm thinking it is beyond the capability of openoffice.org [05:11] benjr: You can manually mount the network share. What kind of share is it? [05:11] bnijk, I realize that I can't but why is that? I don't want to have to open gimp to do something that should be able to be done automatically. [05:12] why would it do that automatically? [05:12] benjr: You could also create a soft (or hard if you want) link in /home to that file [05:12] nanotube: ctrl-alt-f7 still gives me a white screen, although this time the startup sound played first. after that going back to ctrl-alt-f2 (where i was typing to you before) is only a console again; i'm now typing to you from display :2 on ctrl-alt-f3 [05:12] chris_lenz123: take a look at FFMPEG: http://www.instructables.com/id/Convert-video-in-Linux/ [05:12] MeditatingFrog: ehrm, i just tried it, it worked for me. [05:12] the great motto of software development, foundry87, "keep it simple stupid," don't add superfluous features to a program that are best served elsewhere [05:12] bnijk: Because I want to add a shadow border to my screenshot automatically, I don't see what's wrong with that [05:12] MeditatingFrog: i went to "format -> page", set background to black there [05:13] most users of gnome-screenshot will not want a shadow border [05:13] MeditatingFrog: then exported to pdf, and the pdf shows with black bg. [05:13] with all those programs still running, can't i reconnect to that background'd x display somehow? i'm guessing this is surely a simple linux thing i haven't learned yet coming from windows? [05:13] bnijk: then why include the feature in the first place? [05:13] Drew3: this works for finding out my nvidia driver version. not sure about ati glxinfo | grep -i version [05:13] ? [05:13] linux: k [05:13] bnijk: the feature is already there, it's just that it doesn't work with region screenshots. Check for yourself. [05:13] oic [05:13] chris_lenz123: I tried mencode a long time ago, but you have to know the exact parameter to put after mencode [05:14] * ryan__ is rymo (d'oh) [05:14] well [05:14] http://svn.gnome.org/viewvc/gnome-utils/trunk/gnome-screenshot/screenshot-shadow.c?view=log [05:14] there's the code [05:14] hello [05:14] fix it yourself ;) [05:14] bnijk: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [05:14] nanotube: I'll try printing to file. nanotube, there is an "export directly as pdf" isn't it possible to print to a file also as an alternative method to getting the file to pdf [05:14] linux: your losing me? [05:14] I am looking for a wiki software that includes backlinks [05:14] anybody know of any? [05:15] what program will open up .tif files? [05:15] chris_lenz123: those are two seperate programs, try ffmpeg first then mencoder if ffmpeg doesn't work (mencoder requires mencoder -tllksdj lots of parameters after) === ryan__ is now known as rymo_ [05:15] bnijk: I'm not a very good programmer [05:15] oldude67: any graphics program worth its salt [05:15] oldude67: .tif are just image files. [05:15] foundry87: any time is a good time to start, eh? [05:15] oldude67: any image viewer should. [05:15] MeditatingFrog: yes, there is. just check the box "print to file" in the print dialog. that will create a postscript (.ps) file, which you can then convert to pdf from commandline, using the "ps2pdf" program. [05:16] bnijk, edbian , prince_jammys ty [05:16] if I kill Xorg are all the programs still running? [05:16] bnijk: I know basic parts of some languages but I don't know what language this is in or where I'd edit the file. [05:16] any help on a lexmark x63 scanner would be welcome: http://ubuntuforums.org/showthread.php?p=7766497 [05:16] nanotube: thank you nanotube [05:16] linux: ill try, but i am a noob to linux, just got it [05:16] like killing explorer in windows? [05:17] rymo_: if you kill Xorg that will kill some programs but not others [05:17] MeditatingFrog: hope that helps :) [05:17] it'll kill stuff that you started when you logged in [05:17] My computer has been randomly crashing. I'm sure there is a logfile, how can I monitor the computer and then read a logfile after I boot back up? [05:17] as well as anything that has to do with graphics in any way [05:17] Veinor: it will kill all the gui programs that you had running in that session.... [05:17] hi [05:17] chris_lenz123: try searching Applications -> Add/Remove and http://www.sourceforge.net for lists of programs [05:17] right [05:17] but it won't kill every process :P === root is now known as Guest74061 [05:18] so is it possible to bring gui programs over to another X display? [05:18] can anybody help about Emerald theme [05:18] stealth-: rtorrent works just fine. thanks. [05:18] linux: trying the terminal method [05:20] normally when a person clicks their user name at the top right and clicks on Guest Session, they're able to come back to all their programs, right? [05:20] so how do i come back to my programs when the Guest Session just hangs? [05:20] Is it possible to flash your bios from Linux? [05:20] rymo_: did you switch user or logout? [05:21] <_julio_> hi there everyone [05:21] linux: I clicked "Guest session" which I presume to be equal to switching users? [05:21] rymo_: an alternative: ctrl+alt+f2 then startx -- :5, then ctrl+alt+f5 [05:21] is there a startup log? [05:22] linux: i was able to use startx to start another display, that's what i'm in now; but i want to reconnect to my original session that still has all my programs running [05:22] how come i have 2 php.ini's? /etc/php5/cgi/php.ini /etc/php5/cli/php.ini [05:23] like the stuff that's displayed instead of usplash, is it recorded somewhere? [05:23] rymo_: i don't know about that one, but i am interested if anyone in here knows that answer [05:23] joining [05:23] is there no way to gently abort whatever has hung in this guest session to get it back to the login screen on that display where i assume i would be able to jump back in? [05:23] hey [05:23] blognewb: second one is probably for php's command line interface, first one for cgi. [05:23] blognewb: one is for CGI (as in webserver usage), the other is for CLI (as in use as a command line interpreter) === carlos_ is now known as Campusano [05:24] is ubuntu written in php? [05:24] linux: why the particular combo of +f2 :5 +f5? [05:25] i did +f2 :1 and later +f3 :2, is that bad? [05:25] rymo_: they give you new ttyl's (screens), i assumed that your screen there was empty [05:25] thiebaude: uh, no [05:25] thiebaude, are you kidding? [05:25] <_julio_> i have an issue, last night i installed wicd to give it a try as i've hear some kind words bout it only to stop when i realised that i couldn't use my 3g usb modem from there. since then i've removed wicd and tried to get back network manager (that somehow disapeared...) any words of hope? :P [05:25] rymo_: you can use as many of those screens as you want without hazard [05:26] if i had used startx -- :5 does that place it on the ctrl+alt+f5 screen? [05:26] what i typed brought up x in-place [05:26] Does Ubuntu has a crash log? [05:26] when i open a network share it makes an icon on my desktop but its not there when i restart, how do i make it permanant? [05:26] rymo_: the "startx -- :5" or say 10 usually brings it on another screen; i toggle the ctrl+alt+FX to see which one usually [05:27] linux: so there's not a 1-to-1 relationship between x screen number and tty number? [05:27] i guess i know the default screen is :0 and it comes up on f7 [05:27] rymo_: there should be, but i don't believe so, you can try reading it maybe in the manual of screen (i don't think its in xinit or startx) [05:28] rymo_: let me experiment, brb [05:29] okay.. [05:29] <_julio_> anyone? [05:29] i just installed quite a few packages i need to remove [05:29] how would i go about finding out which ones i installed last, so that i may remove them. [05:29] rymo_: "startx -- :11" brings it to F9 on my machine [05:29] i tried apt-get remove build-essential libtool automake1.9 openssl libcurl3 libcurl3-devlibsigc++-2.0-0c2a libsigc++-2.0-dev libncurses5 libncurses5-dev [05:29] linux: thx. here's another thing: after running startx -- :1 on the f2 screen, then ctrl+alt+f7 to check on the hung guest thing, coming back to f2 showed only the console output leading up to x... could I have gotten back into that one somehow without just ctrl+c dumping it? [05:29] but its saying libcurl3-de*** isn't found, and its trying to remove half of my os as dependencies [05:30] zefyx: sudo cat /var/log/apt/term.log | grep deselected [05:30] rymo_: Let me test that theory now [05:31] <_julio_> zefyx:in gnome you can use the history function of the package manager... [05:31] rymo_: yes, it will kill X with signal 2 and leave a log above login (ctrl+c that is) [05:31] or try ls -lrt /var/lib/dpkg/info/*.list [05:32] _julio: also check synaptic to ensure the packages "network-manager" and "network-manager-gnome" are installed, also try a reinstall of those [05:32] I need help, all the file conversion programs i find do not work well, do any of you know a good file conversion program that can make a avi movie i have into an mp4 that will be supported for my ipod on itunes? For linux please [05:32] I've got a question. Is there a "gtktalog" to be found anywhere in Ubuntu-space? I've seen katalog (the KDE version) but not the plain gtk version. [05:33] chris__: I'll keep looking if no one else answers you before then [05:33] I'm trying to delete a rule i made in ufw and it is not working [05:33] linux: i had working x on f2 (still logged on as "rymo" from that one) - i checked f7 and when i came back to f2 i was looking at a still-running x but in console (that is, no windows but just the last output lines before, and not back at prompt) [05:33] sudo ufw delete and it just pulls up the list of commands like delete doesn't exist [05:33] ? for ops is there any way to verify my ip address even by private message. ip should be roadrunner nys ? [05:33] i'm not sure how to describe it better :( [05:34] i got the following error while importing images from my camera (canon xsi) http://paste.ubuntu.com/251167/ [05:34] Can you create commands in ubuntu linux? [05:34] bishop: do /whois bishop [05:34] bishop: you can do /whois [05:34] chris__: what about this one: http://sourceforge.net/project/screenshots.php?group_id=225701 ? [05:34] syntax: you mean like an alias? [05:34] bishop: your whois shows n=bishop@cpe-74-76-0-153.nycap.res.rr.com [05:34] or shell scripting? [05:35] like you know we do sudo "get-apt" install program [05:35] rymo_: that would probably mean you didn't kill it, try a ctrl+shift+FX to go above F12 if your computer supports that [05:35] could we make our own command like that [05:35] possible hijack. can not stay long...thanks [05:35] ah! suddenly it clicks, thank you [05:35] syntax: Yeah, you can make your own programs [05:35] linux: if it can convert my video it will work, how do i download it [05:36] chris__: for 32-bit processors http://sourceforge.net/projects/mvpod/files/mvpod/0.1%20alpha2/mvPod-0.0.1.67.tar.gz/download then download, tar -xvf *.gz && cd mvPod* && ./configure && make && sudo make install [05:37] time for another pc. do not have the money [05:37] has itunes became more compatible with jaunty yet? [05:37] thanks guys [05:37] hey, i'm trying to upgrade my server from 8.04 to 8.10, but "sudo do-release-upgrade" tells me there's no new release... how do i get it to realize it's a year out of date? [05:37] later [05:38] linux: i have first link, few files pop up, whats you mean by second part [05:38] fsufitch: edit /etc/update-manager/release-upgrades and set "Prompt=normal", per https://help.ubuntu.com/community/IntrepidUpgrades [05:38] rww, thanks i'll try that [05:39] any1 here [05:40] chris__: those are the operations to extract and install [05:40] !hi | vrakesh [05:40] vrakesh: Hi! Welcome to #ubuntu! [05:40] fsufitch: does gksudo update-manager -d work? [05:41] linux: so...? im confused with computers. what do i do next? [05:41] legend2440: rww's solution worked [05:41] legend2440: -d is to upgrade to development releases, not to do 8.04>8.10 [05:41] chris__: ok you downloaded the file, then you go to applications, accessories, terminal [05:41] rww: oh ok [05:41] legend2440: and this is a terminal-only server access, i can't have gksudo ;) [05:41] is there a keyboard shortcut to force the user switch window to appear? [05:43] rymo_: not that I know of, but fg and bg work for individual processes, it might work for xinit? [05:43] howw to install ubuntu in windows [05:43] linux: terminal is up [05:43] vrakesh: do you have an Ubuntu CD already? [05:43] yeah [05:43] linux: you mean try bg the hung xinit? [05:43] i tried wubi also [05:44] (is that what's hung?) [05:44] vrakesh: so you want to install it /inside/ windows? as in, so you can run both at the same time? [05:44] but i cant run it inside windos [05:44] nanotube:s [05:44] rymo_: its a far out suggestion, but the only i can think of (xinit is usually running, but startx is just the script for xinit) [05:45] any success with itunes in ubuntu [05:45] vrakesh: try this, then: http://www.psychocats.net/ubuntu/virtualbox [05:45] vrakesh: you are looking for virtualbox. [05:45] in virtualbox i didnt get fullscreen [05:45] Hi all. Why do I get an error on: find . -iname *pdf -print [05:45] !wine [05:45] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [05:45] vrakesh: if you install the Guest Additions for virtualbox, you should be able to get full screen. The people in #vbox can help with that. [05:45] linux: ? terminal? [05:45] dsnyders: depends on what kind of error you get :) [05:46] chris__: terminal [05:46] anyway to make apitude uninstall say, all packages i installed within the last 2-3 hours [05:46] how do i retrieve my tomboy notes from applet? i have a tar backup of my system elsewhere and i dont want to reboot it up again? [05:46] rww:thnx [05:46] nanotube, The error is- find: paths must precede expression [05:46] q0_0p: it's somewhere in ~/.tomboy , probably ? [05:46] linux: you told me to bring up terminal, what do i do with it? [05:47] zefyx: You'd have to look at the log and figure out witch packages actually have been installed in the last 2-3 hours manually (or just remember) and then give the command to remove them. [05:47] dsnyders: quote the glob you give to find, because there's pdf files in your current dir. [05:47] i will look thx [05:47] dsnyders: '*.pdf' <-quoted [05:47] zefyx: that log is at /var/log/apt/term.log (you'll need to do sudo nano or gksudo gedit to view it). [05:47] thanks [05:47] dsnyders: else the shell expands *.pdf before running find. [05:47] where do i get tadditionshe guest [05:47] nanotube, thx i will try [05:47] q0_0p: yea, they're there, i just checked :) [05:48] prince_jammys, I was just about to ask if that was what was happening. [05:48] where do i get the guest additions for virtual box [05:48] chris__: find where the file downloaded using cd and ls, then when you see it, "tar -xvf *.tar.gz", then cd into the folder, "./configure && make && sudo make install" [05:48] dsnyders: globs are normally not quoted, but in the case of find command, they are, because they have to be processed by find. [05:48] vrakesh: once virtualbox is open and booted to windows, should find it in the menu. something like (tools -> install guest additions) [05:49] It has been nearly a month since I started asking for help on this problem. I would very much appreciate some assistance. http://ubuntuforums.org/showthread.php?t=1214508 [05:49] thnx [05:50] hello all [05:50] prince_jammys, Thanks. quoting it fixed the "problem" [05:50] dsnyders: welcome [05:50] so what good is ctrl+alt+backspace if it kills the gui programs and not just x ? [05:50] is there any updates for firefox 3.5 for hardy [05:50] firefox 3..13 sucks [05:50] !ff35 | cbcbilling [05:50] cbcbilling: Firefox 3.5 Final is available for Jaunty by installing the package firefox-3.5 and firefox-3.5-gnome-support | FF3.5 is referred to as Shiretoko in your UI, see http://is.gd/1reB3 for an explanation | Hardy & Intrepid: http://is.gd/1jkNY [05:50] cbcbilling: look here: http://help.ubuntu.com/community/FirefoxNewVersion [05:50] alot of error that i encountered when browsing [05:50] vrakesh: when you start your vm look up top and you will see a devices tap...click there and at the bottom of the dropdown!!! [05:51] on windows i can kill explorer.exe and all other programs keep running while windows re-sorts itself -- is there no linux equivalent? [05:51] howdy [05:51] rymo_: sure, you can kill nautilus, you can kill gnome-panel, and all that [05:51] Andorin: Are you running compiz? [05:51] chris__: i have to head out, to run the program from terminal, cd into the directory untared and ./program-name ("ls" should help you find program-name) [05:51] nanotube: tell me more! [05:51] linux: are you trying to tell me to type cd , and whats in both brackets? [05:51] and yes installing the vm addons will enable full screen along with mouse integration!! [05:51] !hi | cbcbilling [05:51] cbcbilling: Hi! Welcome to #ubuntu! [05:52] rymo_: just run "killall gnome-panel" or "killall nautilus" from a terminal.... [05:52] rymo: ever hear of the killall cmd [05:52] edbian: I have a vague idea of what compiz is, but I don't know how to check whether I'm running it, using it, have accidentally configured it, etc. =/ [05:52] and i won't lose gui programs? [05:52] chris__: "cd" lets you move around linux, "ls" shows you where you are [05:52] rymo_: nope [05:52] Andorin: Do your windows wobble? Does "compiz" show up in the output of "ps -e" ?? [05:52] whoah still no updates yet [05:52] damn [05:52] rymo_: as long as you don't kill X itself, all your programl will still run. [05:53] uh...nanotube hope you have experience in that area!! [05:53] cbcbilling: try also http://ubuntuzilla.sourceforge.net [05:53] i have a cloned disk that will only boot read only - what should i do to it ? [05:53] how can i tell which process to kill to get rid of this white screen staring at me on tty7 ? === _MrsApple_ is now known as _MrApple_ [05:53] linux: well i dont understand, im new. This is like trying to do grade 12 math when your in grade 1? [05:53] edbian: "Do your windows wobble?" may be the best question I have heard all week. [05:53] Andorin: lol [05:53] chris__: Im not upset, just strapped for time [05:53] stlsaint: indeed - i've killed gnome-panel and nautilus with no ill effects to other programs :) [05:53] WOBBLY WINDOWS...gotta lovem [05:53] Does anyone have experience with the Trackpoint, 9.04, and easystroke? [05:53] edbian: It's a rather long list, but I don't believe I see it. [05:53] Andorin: PM me :) [05:54] chris__: I have to head out, but try to read the manual inside of the tar (most programs come with it)...best of luck, other people in here might know if you vary the times you enter irc [05:54] I'm having an issue with getting the gestures to be recognized [05:54] ps -AL shows only Xorg with tty7 next to it [05:54] nanotube: why may i ask would you require to kill nautilus? or panel? [05:54] nanotube: so this ubnutuzilla works ith no hassle [05:54] cbcbilling: indeed it does. and if something is not to your liking, it has auto-uninstall too. [05:54] chris: how may the ubuntu community assist you? [05:54] stlsaint: killing nautilus does seem to me to be equiv to killing explorer.exe on windows (rare need) [05:55] stlsaint: when panel hangs, or nautilus hangs. [05:55] nanotube: ww [05:55] I need help, all the file conversion programs i find do not work well, do any of you know a good file conversion program that can make a avi movie i have into an mp4 that will be supported for my ipod on itunes? [05:55] nanotube: wow [05:55] nanotube: true true...but using the kill cmd how would you get them back? [05:55] cbcbilling: give it a try. are you on 32bit or 64bit ubunut? [05:55] stlsaint: by default, killall sends a "restart" signal, rather than a kill signal, so they restart automatically. [05:56] nice [05:56] hi i just did a dual boot install w/ vista...installed vista first then jaunty...but now linux only has about 3 gb even though i originally gave it about 150gb...anybody familiar with this issue? [05:56] nanotube: my queston is do this browser has no issues with java and flash? [05:56] stlsaint: if they are really hung and you have to really kill, just run "gnome-panel &" and "nautilus &" from a treminal, to restart. [05:56] hey chris...need some specs...are you in ubuntu using a vm or are you in windows?!! [05:56] nanotube: is it also for hardy [05:56] cbcbilling: if you are on 32bit, no issues at all, all your plugins will work without any changes. if on 64bit, you have to fiddle around a little to get them working. (see the ubuntuzila faq for 64bit users) [05:56] slimjimflim, have you mounted everything? [05:56] stlsaint: im using linux [05:57] dsnyders, yea [05:57] cbcbilling: hardy should be just fine. [05:57] stlsaint: dual boot [05:57] nanotube: im using 32 bit..... [05:57] nano: yes i perfer that over kill but since you have more xp i trust you know more than me!! thanks for the info!! [05:57] In ubuntu, when i click on places menu in panel, all windows partitions are opend. which file is controllig this behaviour, or can i edit places menu. I don't want all of the windows partitions to be listed [05:57] nanotube: thanks alot... [05:57] cbcbilling: then you should be just fine :) [05:57] chris:k state your issue again? [05:57] I need help, all the file conversion programs i find do not work well, do any of you know a good file conversion program that can make a avi movie i have into an mp4 that will be supported for my ipod on itunes? [05:57] what essential packages has to be installed aftr installin ubuntu [05:57] nanotube: ill try it now [05:57] cbcbilling: no prob - give it a try, if anything goes wrong just post in the ubuntuzilla support forums (or ask me here if i'm still awake) :) [05:58] vrakesh: everything "essential" is installed by default. anything extra you install depends on what you need. [05:59] I managed to setup OpenVPN so my brother's laptop will connect to me from any where and any time so it's easy to admin his system when he needs help. My only issue is this. After setting up the bridged network Ubuntu boots up slow as hell. I used Starup-Manager to change the splash screen so that I can see boot process. It pauses for a long time on I think it was called Configuring Network Interfaces. Every thing works fine [05:59] . It just causes a slow as hell boot and I was wondering how can I fix the boot time? [05:59] nanotube: damn it says its only for jaunty... imusing hardy [05:59] chris: check out soundKonverter [06:00] cbcbilling: what says it's only for jaunty? if you try to install the .deb, it refuses? [06:00] im using ubuntu...chris what are you using [06:01] slimjimflim, I'm drawing a blank, unless it's a mount issue, or possibly a drive recognition problem. === zj3t3mju is now known as zj3t|lunch [06:02] editing fstab won't help [06:02] how to access files in linux from windows [06:02] both are on two differet comps [06:02] cbcbilling: i'm running it just fine on intrepid right now, no problems.... could you tell me what exactly you're seeing that says it's for jaunty only? [06:02] vrakesh: easiest way is ssh. [06:02] vrakesh: you need to set up samba, ftp, or http server in linux [06:02] stlsaint: how do i ... install this program on this website? [06:02] linux and windows [06:03] there is no ssh in windows [06:03] WinSCP [06:03] PuTTY [06:03] vrakesh: you can try putty [06:03] vrakesh: set up openssh-server on linux, then use winscp client on windows. [06:03] WinSCP to copy files, PuTTY for an actual ssh session [06:03] nanotube: my mistake i read the wrong blog... lol wat an idiot [06:03] nanotube: :)) [06:03] I want to setup ubuntu to use multiple partitions. I want to create a small / partition with a large /home partition. What is a reasonable size for the / partition? I don't want to run out of space on that, but I don't want there to be a ton of unused space on it either. [06:03] Does anyone have experience with the Trackpoint, 9.04, and easystroke? I'm having an issue with getting the gestures to be recognized. [06:03] vrakesh: if you just want file sharing you can use samba server [06:04] ghostdad: how big is your HD, and what are you going to be doing on the computer? [06:04] cbcbilling: don't read blogs - read the ubuntuzilla website - it has all the instructions and everything :) [06:04] Veinor: It's a 150gb hard drive and it will mostly just be used as a file server [06:04] you can probably get away with 10-15 GB for / [06:04] pitch: itried [06:04] and that's erring on the safe side [06:04] it didnt work [06:04] can anyone tell how to edit places menu in ubuntu ? [06:04] modified config file also [06:05] veinor: will that be comfortable though? how large is a default ubuntu installation? [06:05] ghostdad: 10g for / should be plenty. [06:05] Veinor, There is also a part of the PuTTY suite called pscp for copying files. [06:05] ghostdad: default ubuntu install is only 3-4g [06:05] ah okay [06:05] thanks [06:05] ghostdad: there's no way you'll install 6g of packages :) [06:05] right [06:05] I lost my toolbar in the xfce window manager how do I get it back? [06:05] I hit a key on accident and the colors on my X11 display inversed . Can someone tell me what do to get it back to normal? [06:05] hello everyone. I'm having really slow downloads in my ubuntu box, i've noticed ssh is very slow also..what could be wrong? [06:05] yeah, the only way you'd do that would be if you were doing development and needed -dev packages [06:05] mrproper: are you using compiz? [06:06] Veinor: Yes [06:06] windows key and n at the same time [06:06] er, m [06:06] Veinor: that only does one window, not all them [06:06] do m then [06:06] I have another computer on the network and I tested by downloading two exact files from the internet and one was done at 172kbps the other (ubuntu) at 23 kbps [06:06] n swaps one window, m swaps them all [06:06] Veinor: How can I disable that? [06:06] geneticx: are you on wireless on that comp? [06:07] nanotube: no [06:07] also if i buy a second (larger) hard drive, will i be able to reassign that as the /home directory? [06:07] mrproper: install the package compizconfig-settings-manager [06:07] nanotube: yeah, am just really excited with it... lol [06:07] er, /home partition [06:07] ghostdad: yes you will [06:07] Is there a way to tell what kind of ram my laptop has? [06:07] ghostdad: yes [06:07] ok thanks [06:07] Veinor: Got it, thanks for your help! [06:07] cbcbilling: ;) so, any success with ff3.5 install yet? :) [06:07] mrproper: no problem, just disable the Negative plugin [06:07] Can anyone help me with my xfce problem? [06:07] how can i own an ext3 partition im mounting in /media/drive ? I tried sudo chown michael.users /media/drive but it didn't work [06:08] nanotube: not yet still downloading.... wat a slow internet connection [06:08] nanotube: errrrrrrr [06:08] which file is controlling places menu in gnome ? [06:08] cattellar: did you try sudo chown michael:michael /media/drive ? [06:08] cattellar: 1) you probably want chown -R, 2) make sure you're doing it after mounting the partition. [06:08] Pitch: use alacarte [06:08] pitch: /boot/grub/menu.lst [06:09] Veinor, rww , thanks, let me see === revygttam is now known as mattgyver [06:09] oh wait, the places menu [06:09] hm [06:09] ~/.gtk-bookmarks [06:10] Hello, everyone [06:10] you can customize the displayed name by putting it after the file, like file:///tmp Temporary Folder [06:11] Veinor: using alacarte, you can only edit Application and System menu not Places [06:11] Veinor, rww , thank you both, i fixed it [06:11] Pitch: edit the ~/.gtk-bookmarks file [06:11] I've been trying to get vuze to run at bootup for like three hours now. does anyone know an easy way to run a command at boot-up? [06:12] supa: did you try Startup Applications under system->preferences? [06:12] supa: At bootup or at login? [06:12] no, i want it to run before the gnome session [06:12] it's a headless server === nick is now known as Guest38020 [06:13] nanotube: whoah still no luck downloading it [06:13] Veinor: can you please tell me the path of .gtk-bookmarks, /home/pitch does not contain any such file === nabeel is now known as Guest9189 [06:13] I just installed apache2 and the directives DefaultType and ForceType do not work in a .htaccess file or in the configuration files. Why? [06:13] pitch: its hidden [06:13] it doesn't? that's odd [06:13] supa, You need to place an entry in /etc/init.d [06:13] oh, yeah, it's hidden [06:14] run gedit ~/.gtk-bookmarks in a terminal, it's there [06:14] well, i've tried that - although admittedly i don't know what i'm doing. [06:14] I promise :D [06:14] cbcbilling: downloading the ubuntuzilla .deb? or downloading the firefox archive during the install process? [06:14] Anyone here use xfce? [06:14] nanotube: thee .debinstaller [06:14] megamanx1978: try #xubuntu [06:15] supa: http://embraceubuntu.com/2005/09/07/adding-a-startup-script-to-be-run-at-bootup/ [06:15] cbcbilling: strange - it's only like 20k, should come through almost instantly... [06:15] cbcbilling: maybe sourceforge is having problems with the file release servers again... [06:15] nanotube: ok by now [06:16] I am using ultimate edition with xfce and my xfce has a issue [06:16] nanotube: i think ff3.0.13 has problem [06:16] cbcbilling: you could get it from commandline... open a terminal, cd to Desktop, and run "wget http://downloads.sourceforge.net/project/ubuntuzilla/ubuntuzilla/4.7.4/ubuntuzilla-4.7.4-0ubuntu1-i386.deb" to get the .deb :) [06:16] Veinor: yes, but it contains only Documents, Pitctures, Music, Video and Dowload, [06:16] What're you trying to do then? [06:17] cbcbilling: but... if you have such severe problems with ff3, maybe you could try cleaning out your profile? [06:17] Veinor: I have two ntfs partition in my system, when i login all these partions are listed in places menu [06:18] Veinor: I just dont want them to be displayes [06:18] Pitch: open nautilus, go to edit -> preferences, check the checkbox that says "show hidden files" [06:18] Hm [06:18] hy [06:18] nanotube: i now finshed installing .deb ff3.5 [06:18] Well the one way to do this is to not have them automount [06:18] nanotube: nothing happened [06:19] cbcbilling: ubuntuzilla is an installer. use it to install ff 3.5. [06:19] cbcbilling: (make sure to exit firefox first) [06:19] Veinor: how to disabe automount ? [06:19] nanotube: already did [06:19] cbcbilling: then run "ubuntuzilla.py" to install firefox, and follow the prompts. [06:19] well, first unmount them [06:20] nanotube: done [06:20] What's the name of the tool I can use to show a graph of pings? like a traceroute that graphs quailty [06:20] cbcbilling: so, is the installer doing it's thing? :) [06:20] I forgot it's name [06:20] cactus? [06:20] possibly [06:20] nanotube: working by now [06:21] cbcbilling: cool [06:21] NetAnnoysMe: wireshark? === zj3t|lunch is now known as zj3t3mju [06:21] i copy andpastee this code ubuntuzilla.py -a install -p firefox [06:21] nanotube: no - it's a cli app and wireshark doesn't do that [06:21] cbcbilling: right [06:22] nanotube: waiting for it by now [06:22] nanotube: ff3.0.13 really sucks [06:22] cbcbilling: what's it doing now? downloading firefox? [06:22] nanotube: just foind the answer - it's mtr [06:22] cbcbilling: heh [06:22] nanotube: ff3.0.12 is much better to use [06:23] NetAnnoysMe: hm, cool, i'll try it - never heard of it. :) [06:23] Process returned code 2 [06:23] Importing Mozilla Software Releases public key [06:23] Note that if you have never used gpg before on this system, and this is your first time running this script, there may be a delay of about a minute during the generation of a gpg keypair. This is normal and expected behavior. [06:23] gpg: requesting key 0E3606D9 from hkp server subkeys.pgp.net [06:23] gpg: requesting key 812347DD from hkp server subkeys.pgp.net [06:23] cbcbilling: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [06:23] where's the guide for sound on macbook pro? [06:23] nanotube: thats the last thing i see [06:24] cbcbilling: paste the complete output into a pastebin [06:24] nanotube: ill try it by now [06:25] nanotube: wow! cool [06:25] cbcbilling: ? [06:25] edbian, i have tried this, but it will not launch [06:25] NetAnnoysMe, mtr is sweet. [06:25] ohh, mtr. Yep, that's a good program. [06:26] nanotube: i just updated my firefox [06:26] ... cept it doesn't "graph" results, or not as I've seen. [06:26] cbcbilling: excellent :) [06:26] nanotube: GOD BLESS US ALL [06:26] cbcbilling: lol [06:26] supa: Is it executable? [06:27] yeah, i can run it in the terminal and it will launch [06:27] are bzr codes and packages held on user local machines, or are they held on launchpad's servers? because PPA is fast but some of my bzr downloads are slow [06:27] is there a way to sync the data on my two laptops on Korganizor [06:27] supa: Can root run it? init runs things as root [06:27] cbcbilling: well, now that it all worked out, i think i'll get some sleep :) [06:27] how would I check? sudo? [06:28] yeah [06:28] or su [06:28] nope, it can't. [06:28] what can i do? can i run it as a user or something? [06:28] supa: You can change the permissions to allow root to run it. [06:29] supa: "sudo chmod +x " will make it executable by all users. [06:29] nanotube: THANK YOU for the BIG HELP... ff3.5 is really damn fast [06:29] cbcbilling: Is it a lot faster than ff3.0 on ubuntu? [06:30] can anyone tell me how can I disable automount in gnome ? and only root should be able to mount other ntfs partitions [06:30] edbian: yeah is really damn fast [06:30] cbcbilling: great to hear. enjoy :) [06:30] nanotube: GOD BLESS the INTERNET [06:31] cbcbilling: Nice! :) [06:31] edbian: in my experience, it is much faster in rendering pages and all that stuff. there are also benchmarks that show it being "twice as fast" as ff3, though i'm not sure if it really is "twice as fast", it is noticeably faster. [06:31] cbcbilling: hehe indeed [06:31] nice :) [06:31] I'm excited to try it on debian! [06:32] nanotube: last two days after upgrading my ff to ff3.0.13 i really have a hard time browsing [06:32] and as i try to see the error console of ff... damn theres to many error [06:32] cbcbilling: heh [06:33] nanotube: thank you for the help..... [06:34] cbcbilling: you are quite welcome. :) [06:34] Can you flash a bios in Ubunutu? [06:34] WilliamC: You cannot flash a bios while any OS is running. [06:35] edbian, I know, but a lot of the utilities only run in Windows. [06:35] How can i flash a Bios ? please ? [06:35] nanotube: my friend told me to go back to MICROSUCK OS... because i cant browse well... he is convincing me but i dont want to go back for that crap OS [06:35] edbian: good monring [06:35] manish: What up?! [06:35] I'm fine [06:36] XP doesn't have to suck if you know what you're doing. [06:36] I've been running XP for months on end. [06:36] edbian: I am getting GPG Error when I update from Synaptic Update Manager It says BAD Sign [06:36] cbcbilling: hehe well, there are some legitimate reasons to stick with win, e.g., gaming, photoshop, autocad.... but browsing the web isn't one of them. :) [06:36] I need to install windows ....it says the harddisk is not dectected...but in the same system i installed linux now. [06:36] what to do ? [06:36] how would I install the C plugin for eclipse? [06:36] manish: ? That's odd. Try switching servers in System -> Admin -> Software sources [06:36] nanotube: you are really right.... [06:36] WilliamC: it's a 6 year old OS - most of us have run it for years on end. :) [06:37] Bingo_NZ: windows does not see ext3 file systems [06:37] nanotube: i do always to catch some network work using ff on xp [06:37] edbian: ok trying [06:37] nanotube, I meant without turning off my laptop. [06:37] WilliamC: before coming over to the dark side. err, i mean, light side. :) [06:37] I'm running Ubuntu on another computer. [06:37] nanotube: the file is jvqms.vmx i think [06:37] I know that...thats y i am trying to flush the flash memory...but i dont know how to do that.... [06:37] some one hlep me plz [06:38] WilliamC: ah yea, i've done that too - all hail the "suspend" feature :) [06:38] ok, you should not allow anyone to use your ubuntu if you have any confidential documents in your ntfs windowsxp partition [06:39] WilliamC: but now whenever i go back to windows, i feel like a fish out of water. no "focus follows mouse" ? no terminal? no multiple desktops? wtfsck is up with that? :) [06:39] nanotube: no gnome-do [06:39] Pitch: oh, sorry [06:39] first unmount the partitions [06:39] then edit /etc/fstab as root [06:40] Do games run in WINE faster than they would in native Windows? [06:40] Veinor: hmm, never used that... what's that do? [06:40] WilliamC: probably not.... [06:40] quick program launching [06:40] linux reminds of cisco OS [06:40] lol [06:40] Veinor: like, "alt-f2" ? [06:40] yeah, but you don't have to type the full name out :P [06:41] plus you can do other stuff with it, like open ssh/vnc connections [06:41] nanotube, on top of that I'm having issues mounting a NTFS USB drive in Linux. [06:41] Veinor: at my typing speed, i'd rather type than mouseclick. :) besides, alt-f2 also autofills, so you don't have to type it all out. [06:41] nanotube: gnome-do is keyboard-launched, though [06:41] I have it on meta-space [06:41] Veinor: hmm... i'll give it a look at some point - sounds interesting. :) [06:42] Why am I unable to move a 4.4 GB File onto my 100 GB External HD formatted as FAT 32? [06:42] it's cool :D [06:42] Loafers: doesn't FAT 32 have a file size limit? [06:42] WilliamC: good thing i don't have to mount ntfs drives on my linux. :) [06:42] Veinor: done both, fstab does not have any mention about /media/WinXP [06:42] it does - about 2GB if I remember correctly [06:42] Loafers: Because the FAT32 filesize is 4 GB - 1 byte [06:42] lstarnes: Loafers: indeed, it does, max size is 4g [06:42] Pitch: odd, it shouldn't auto-mount it then [06:42] or was that 2g? [06:43] Veinor, What should I do then? GParted won't let me format it as NTFS... [06:43] Loafers: it won't? [06:43] is ntfs-3g installed? [06:43] Veinor, The option is greyed out. [06:43] edbian: actually you can flash a BIOS from within an OS but I'm not sure about Linux [06:43] WilliamC: haven't had reason to mount anything ntfs in years... but my understanding is that ntfs3g has gotten that down by now... [06:44] if the package ntfs-3g isn't installed on your computer, do that and then try [06:44] it's unsafe anyway [06:44] how can i play mid files on ubuntu? [06:44] Veinor, ntfs-3g 2009.2.1 external FUSE 27 - Third Generation NTFS Driver Yeah its installed [06:44] Loafers: try "sudo apt-get install ntfs-3g ntfsprogs", then gparted again. [06:44] Oh yeah [06:44] ntfsprogs [06:44] nanotube, ok thanks [06:44] Veinor: it is controlled by gnome gvfs deamon, not by fstab, but I don't know which file it is reading before mounting the partitions [06:45] I dunno, then [06:45] :/ [06:45] lowlycoder: hrmm... try searching in synaptic, by description and name, for 'midi', i bet you'll come up with something. [06:46] i am using ubuntu 9.04 and when i tried 'amarok 2.02 KDE' there was no sound, so I followed the advise here: https://answers.launchpad.net/ubuntu/+source/amarok/+question/67045 -- by installing those 4 packages mentioned in the second post. So now I have audio working for amarok2, just not anything else. :( [06:46] I set the environment variable SDL_AUDIODRIVER=alsa to make a game sound work, but unfortunately I get a "No available audio device" unless running the program as root. The program uses a SDL mixer. Any help? [06:47] when I type in chat it gives sound in every key dipresession how to stop it [06:47] suppp [06:47] |: [06:48] hello snoopy :D [06:48] why does it seem like this laptop is slower than shit these days ? [06:48] running ubuntu 9.04 on a dual core with 4gb ram [06:48] wasup greyz 8D [06:48] when I type in chat it gives sound in every key dipresession how to stop it [06:48] maybe i should change to another browser [06:48] can someon help me figure out how to manipulate my gnome menues throught the terminal? is there a hidden directory tree somehwere? [06:49] manish: any particular app youre using ? [06:49] hmm, anyone use xev or other utilities to find and map multi-key mouses? [06:49] I'm on twice with two different PCs [06:49] nyah === william is now known as Guest93924 === Guest93924 is now known as WilliamC2 [06:49] corpxicle: I am chatting from Gnome-Xchat [06:49] manish: have you tried looking in "options" or "preferences" or whatever it might be called [06:49] i dont use the gnome version of xchat myself [06:50] i use real xchat [06:50] corpxicle: it started suddenly [06:50] I want to find a way to map two buttons on my logitech mouse to alt and control, so that my wow-addiction can continue under linux [06:50] heyas -- ive got a drive that no-matter what i have tried so far will only mount read only -- what should i look out for ? [06:50] edbian: when I type in chat it gives sound in every key dipresession how to stop it [06:50] what are commands to type to get some badass unicode fonts so i can see the faces my anime friends post [06:50] sond, does it mount automatically? [06:51] manish: have you tried looking in "options" or "preferences" or whatever it might be called ? [06:51] corpxicle: ok checking [06:51] sooo [06:51] /s ns1.thugempire.net +7000 [06:52] How unstable is jaunty-backports? [06:52] yo!!! where do i get unicode fonts!!! [06:52] corpxicle: there is no such setting [06:53] manish: then i guess its not xchat making the sound [06:53] why is timidity -Ov so slow? [06:53] L1nUX1z3R: its a root drive and it will boot on its own, but only readonly , when i try to mount from another functioning system i still can only get readonly.. [06:53] why is timidity -Ov so slow? (takes a few seconds to convert a minute midi song) [06:53] Because you touch yourself at night.:P === spO is now known as joejc [06:54] lowlycoder: what are you comparing too ? [06:54] -o [06:54] sond, check your /boot/grub/menu.lst [06:55] corpxicle: it just seems like it should be much much faster on a modern machine .... [06:55] corpxicle: after I stopped & started gnome-xchat speaker stopped beeping on every key depressesion [06:55] lowlycoder: so you have no idea if its slow or not ? [06:55] corpxicle: these are encoded midi songs of snes games [06:55] manish: good, then you solved the problem [06:55] L1nUX1z3R: that shouldn't matter if im mounting it onto another system surely ? [06:55] corpxicle: if a snes can play it in real time, it should be blazingly fast on a modern cpu to just encode it [06:55] corpxicle: Problem solved itself [06:56] L1nUX1z3R: i mean i could just be wanting to wipe it .. [06:56] lowlycoder: if you really want to pursue this issue, i would talk to whoever coded the program youre using [06:56] sond, do u want to wipe it? [06:56] I run the following, as root > 'useradd -G mail scott' and it reports 'useradd: user scott exists' which suggests that 'id scott' should list mail as a group to which scott belongs.. and yet, 'id scott' does not include 'mail' as a group, but does include others.. WHY? [06:56] helo guys i need help with my OS [06:56] Hey [06:56] neox whatcha need? [06:56] bonez46: no it doesnt [06:56] hello everyone [06:56] bonez46: it suggests that the id "scott" exists [06:56] Hello [06:56] my first prblem was a blank screen on login [06:57] bonez46: try "usermod" [06:57] L1nUX1z3R: nope actually i want to change edit /etc/network/interfaces [06:57] hi i want to customise the ubuntu live cd for my office users [06:57] what is the best prog to use there? [06:57] anyone who can help me with ss5? [06:57] sudo it, sond [06:57] got some couple of adjustments made on xorg.conf.then when i restart..still blank screen. [06:57] keyboard doesnt function coz the light for the num lock wont work [06:57] sond, sudo gedit / [06:57] as in i just want to make a out of the box live cd which only installs specific things without games and stuff [06:57] its been three days..T_T [06:57] L1nUX1z3R: yes i have sudoed [06:58] corpxicle: how would I use usermod? [06:58] sond, does it work? [06:58] it should [06:58] L1nUX1z3R: but can not get it to mount rw [06:58] bonez46: just like you did useradd [06:58] hi L1n8x1z3R [06:58] check with /etc/fstab file... [06:58] Can I ask a favour of someone please? could you download this http://paste.ubuntu.com/251175/ text file, save it as ~/text and then run the followinf awk statement and paste the results. cat ~/text | awk 'BEGIN { FS = " "} ; {print $1} can you change the variable $1 until you get two pastebins one with each column of output? [06:59] L1nUX1z3R: if i reboot mount it again - the edits have not applied [06:59] sond, that is involved with mounting and all [06:59] corpxicle: help me understand the difference tween useradd and usermod [06:59] ubottu: please tell me the link howto edit fstab to auto mounting file system ext or vfat or ntfs. Thanks [06:59] Error: I am only a bot, please don't think I'm intelligent :) [06:59] I am stuck on windows so cant do this [06:59] bonez46: useradd adds a user, usermod modifies an existing user. also, there are manuals for both [06:59] bonez46: useradd adds a new user. usermod modifies an existing user. [06:59] :-s [06:59] man usermod before your break things with -G [07:00] -G shouldnt break anything [07:00] -g might [07:00] Does anybody know roughly when firefox 3.5 will be added to the repositories? [07:00] it-linux, http://bodhizazen.net/Tutorials/Understandingfstab.pdf [07:00] that [07:00] that's not what the manual suggests. [07:01] oh ? [07:01] which is why is generally a good idea. [07:01] Bodsda: thank you so much [07:01] prince_jammys: ok, now that I ran 'usermod -G mail scott' now 'id scott' lists this >> uid=1000(scott) gid=1000(scott) groups=1000(scott),8(mail) yet.. I am in a lot more groups than just 'mail' [07:01] it-linux, your welcome. [07:01] If the user is currently a member of a group which is not listed, the user will be removed from the group. [07:01] which is why is generally a good idea. [07:01] heh [07:01] too right [07:01] ss5 please [07:01] anyone :-w [07:02] -G -a then [07:02] L1nUX1z3R: yes i am trying to mount a drive rw, but it will not mount read write, i have never encountered this prob before [07:02] what does the line in /etc/fstab say? [07:02] is it me or the repo server's are down? [07:03] waan: it is in the respritories [07:03] i cant download neither from my contry's one,or the main one [07:03] L1nUX1z3R: example mount -t ext3 -rw /dev/sdb1 /bob [07:03] yes [07:03] it's supposed to work if thats the line.. [07:03] bonez46: now you are not a member of admin anymore, so you probably won't be able to sudo. [07:03] hi. I am getting a "packages cannot be authenticated". how do i fix it? [07:03] sorry but i have to go for a class... [07:04] How can I install ubuntu to USB disk, persistant 8.10 from the disk? [07:04] hi! [07:04] stealth-, ohh whoops [07:04] Bodsda_: this is the article that I need. [07:04] chid, https://wiki.ubuntu.com/LiveUsbPendrivePersistent [07:05] it-linux, good, glad I could be of help, but I'm just the messenger, bodhi_zazen wrote that guide [07:05] anyone know an effective solutions to this blank login screen??? [07:05] Bodsda_: please tell him my thanks [07:05] anyone ? [07:06] i am stucked on ss5 configuration [07:06] it-linux, you could tell him yourself :) He idles in #ubuntu-beginners he may not be awake though but he will get a pm when he wakes up or he should see the ping [07:06] anyone else have any suggestions as to why i am unable to do this - sudo mount -t ext3 -rw /dev/sdb1 /bob ? [07:06] Bodsda_, hmm.. thanks [07:07] Bodsda_: okay..I'll go to tell him now... [07:07] anyone know an effective solutions to this blank login screen??? [07:07] sond, are you getting an error message? [07:07] !repeat | neox [07:07] neox: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait. [07:09] dsnyders: nope, it mounts i make changes, reboot all changes gone - no its not a scsi disk with jumpers set to RO either.. [07:09] anyone who can help me with ss5 :( [07:09] sond, is it writable before you reboot? [07:10] dsnyders: i mounted it RW .. [07:11] where does ubuntu store custom application launcher shortcuts i have created? [07:11] how can i fix the "packages may not be authenticated" message anyone? [07:11] hi [07:11] hi [07:11] sond, what does your /etc/fstab say? [07:11] {=Guess that number=} has started! To guess a number, Type: +num and remember, you only have 60 seconds!! [07:12] P79: Please stop that. [07:12] lol [07:12] sond: can you find sdb1 in /dev? [07:13] Game over!! You all lose! The correct number was 98 {=Guess that number=} [07:13] in kde ubuntu 9.04 in hde (version 4.2.2) theres this a bit uncool bug: after you suspend or hibernate and resume it doesnt ask to unlock pc, there is bug report filled for this, but no workaround, maybe somone nows some nice workaraound for this? or should i better ask in #kde ? [07:13] nascentmind: take a look at http://popey.com/blog/2009/06/05/Easy_Script_To_Get_And_Install_PPA_GPG_Keys/ to get GPG keys for PPA's automatically [07:13] dsnyders: why would that matter ? i'm telling some auxillary disk to mount where and how i want it to ( the mount point is writeable btw ) [07:13] * P79 announces: "Fortune Cookie is now ACTIVE" Use: +fortune and you will get a fortune cookie :) [07:14] sond, because you say it goes back to readonly when you reboot. Mounting is controlled by the /etc/fstab file. So we need to check whether it is being told to mount readonly. [07:14] ziroday, i am not using any ppas. [07:14] stealth-, I've installed firefox-3.5, and removed the old one, but the application still says firefox 3.0.13 [07:16] yo is there a way to download unicode fonts for ubuntu?????? [07:16] dsnyders: i boot the system mount an additional disk "somewhere" do some writes to it , unmount it, reboot system , mount the additional disk 'somewhere" again , and find that it had not written.. [07:16] or rather, how do you change the menu item to point to firefox 3.5 [07:17] .. i'm suspecting its a hardware thing.. [07:18] anyone have any problems while formatting a Sandisk Cruzer micro USB stick? [07:19] sond, what kind of disk and partition is it? [07:20] dsnyders: IDE root partition ( /dev/sdb1 ) [07:21] dsnyders: im booting with /dev/sda [07:22] sond, what does it say when you issue: sudo fdisk -l /dev/sdb [07:22] need help with iptables [07:22] dsnyders: BRB [07:22] How to use internet expoler optimized website in ubuntu 9.04? [07:22] dsnyders: you'll need too have him sudo that [07:23] prince_jammys: thanks. I readded myself to all those groups..;) [07:23] !ie [07:23] For Irish ubuntu support, visit #ubuntu-ie, agus tá uisce beatha agus cuidiú Ubuntu isteach an #ubuntu-ie, Béag fáilte ort! === Hyperion2010|out is now known as Hyperion2010 [07:23] grrr [07:23] bonez46: good. [07:23] !ie4linux [07:23] Sorry, I don't know anything about ie4linux [07:23] ie grrrrr [07:23] ubottu: fat load o' good you are! [07:23] Error: I am only a bot, please don't think I'm intelligent :) [07:23] ff :D [07:23] gartral, I think you misread what I typed. It has a sudo already. [07:23] Bilal: google for ies4linux or ie4linux. the website will be tatanka-something [07:24] ubottu: ss5 [07:24] Sorry, I don't know anything about ss5 [07:24] Bilal: its a way to install ie in wine [07:24] !ies4linux | maco [07:24] maco: ies4linux is a script that quickly and effortlessly helps you install 3 versions of IE in Wine. Information can be found at http://www.tatanka.com.br/ies4linux/page/Main_Page including instructions specifically for Ubuntu. ies4linux is aimed at web designers and ie-only sites, so please, don’t use any of the IEs to navigate! Use Firefox! [07:24] dsnyders: oops.. your right, my appologies [07:24] ubottu: iptables [07:24] !crap [07:24] Ubuntu, like any other linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command (see https://help.ubuntu.com/community/Uncomplicated_Firewall_ufw), or 'iptables' (https://help.ubuntu.com/community/IptablesHowTo). GUI applications such as Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist [07:24] Sorry, I don't know anything about crap === c is now known as charitwo [07:24] * gartral wins [07:24] maco: thanks [07:25] Flannel: oh theres an s afterall [07:25] !language | gartral [07:25] gartral: Please watch your language and topic to help keep this channel family friendly. [07:25] hi there [07:25] let us just stop abusing the bot [07:25] plz. [07:25] !anything [07:25] is it possible to store some information about a file inside it ... [07:25] So, you wanted to lure me into saying I don't know anything about anything? Yeah, that would be funny, of course. Now leave me alone. [07:25] gartral, NP, we all miss stuff. I've sat at a stop sign waiting for it to change once. [07:25] oops [07:25] bad timing [07:26] Thibit: i was actually crying too see if ubottu knew anything about craps, which is a game [07:26] Ah, k [07:26] dsnyders: nothing unusual [07:26] trying* [07:26] sond, is it a linux partition? [07:27] has anybody got a link to a guide to install kde on one of the other desktops ? [07:27] and hell is a place, not a swear word ;P [07:27] so like, desktop 1 is gnome, desktop 2 is kde [07:27] dsnyders: yes [07:27] i have a big problem whit ubuntu can someone help me ??? [07:27] !help | UBUNTU-ROCKZ- [07:27] UBUNTU-ROCKZ-: Please don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [07:27] outy: sudo aptitude install kubuntu-desktop [07:27] outy: OH.... ummm...you mean like on different workspaces, same session? no [07:28] outy: ive heard of running a gnome session on one screen and a kde session on another, but remember two totally separate sessions. cant copy and paste between them or anything [07:28] outy: of course, you can use kde apps in gnome just fine and the reverse as well [07:28] sond, what does it say when you issue: cat /etc/mtab [07:28] oke i instaled ubuntu on my laptop but forgot to make free space for the partision and now a run low on memory [07:29] memory or disk space? the two are unrelated. memory and partitioning are unrelated, that is to say [07:29] disk space [07:29] you can boot the live cd again and use gparted on it to resize your partitions [07:30] i can't its locked [07:30] what is? [07:30] the ubuntu partision is locked [07:30] UBUNTU-ROCKZ-: boot with the live cd? [07:30] Hello, I have an issue with a Nvidia ck8s motherboard with onboard sound. [07:31] dsnyders: /dev/sdb1 /bob ext3 rw [07:31] !livecd | UBUNTU-ROCKZ- [07:31] UBUNTU-ROCKZ-: The Ubuntu Desktop CD is a "LiveCD" which can be run without altering existing files on your harddrive. Especially useful for testing your hardware's compatibility, it also includes an install option. [07:31] has nobody ever found a stable ubuntu solution to playing flash videos? [07:31] The output works, but all I get is static for the Mic [07:31] i know what a live cd is [07:31] _xim: try Flash [07:31] xim_: flash 9 dev r256 is working fine for me [07:31] UBUNTU-ROCKZ-: locked....you sure its not just mounted? unmount it then resize? [07:32] cuddlefish, thanks for the helpful reply [07:32] apt-get build-dep will build any dependencies that a package needs? [07:32] spO: [07:32] gartral, are you on 32 or 64 bit? [07:32] i donu how can i unmount [07:32] you're welcome! [07:32] Hi could someone help me with Ubuntu install display problem? [07:32] xim_: 32 and 64, both work, but 32 isn't producing sound >.< [07:32] spO: no, it gets the dependencies needed to build. [07:32] sond, what do you get when you: ls -ld /bob [07:32] how to unmount a partision [07:33] UBUNTU-ROCKZ-: umount, and please stop butchering the word "Partition" [07:33] flannel, dpkg -i somedebpackage.deb won't install because ti has dependencies, but apt-get build-dep somedebpackage won't fix that? [07:33] how to unmount [07:33] i have multiple ip's on my server which i added using network script, now what i want is, whenever a users request sometihng from server using server ip for example 192.168.1.2 on port 6000 then the data should be returned from the same ip rather than tha main ip of server. is it possible anyway? [07:34] I am installing Ubuntu on a laptop that has dead display on laptop, so I connect to CRT monitor. I boot the livedisc and can see Ubuntu load, but then I lose my display once I enter the GNOME. Same wiht the Install screen. I replace CRT, same problem. Any ideas? [07:34] UBUNTU-ROCKZ-: i just told told you, umount... so you would use umount /dev/sda once in the live d.. and please GOD don't do that when your booted off the hard drive [07:34] spO: No, Try gdebi instead of dpkg [07:34] anyone do photo printing in linux? I got an epson 3800 stylus pro, and some sites says that it will be a very expensive paper weight in linux [07:35] thx for help [07:35] i have multiple ip's on my server which i added using network script, now what i want is, whenever a users request sometihng from server using server ip for example 192.168.1.2 on port 6000 then the data should be returned from the same ip rather than tha main ip of server. is it possible anyway? [07:35] crushyboi: Isn't that how it always works? [07:35] SunStealer: epson, lexmark, and i *think* brother printers have no support in linux [07:36] I'm trying to compare the differences between two ANSI encoded files. When I try "diff -a file1 file2 > output.txt", I get a bunch of jarbled text. What can I do? [07:36] crushyboi, only through routing [07:36] does anyone know why it is when i unmount a flash drive the NODE dissappears and i cant edit the partitions? [07:36] grawity: no, the service which i bind to an ip like 192.168.1.2 on port 6000 if i connect to it and check packets, packet comes from server ip like 192.168.1.1 rather than 192.168.1.2 [07:36] crushyboi, one server you can do this with, however, is apache configured for virtual IPs [07:36] gartral: ach, well, that ends my testing linux :/ [07:37] SunStealer: sorry, maybe you could write a driver? [07:37] gartral: haha, I'm the least programming savvy creature on this side of equator I'm afraid :-) [07:37] minixi: its a proxy server ss5 which i bind to particular ip on particular port, problem is the return ip, no matter what ip i use, but client gets the main ip of server. [07:38] SunStealer, you can do two things; try to get it working with Wine, or find a wrapper for the driver [07:38] SunStealer, don't let that turn you off linux. You may be able to use some alternate driver, or run a virtual windows. [07:38] crushyboi, yes, that's because of the routing [07:39] dsnyders: ls -ld /bob . [07:39] crushyboi, you could define static routes, but it wouldn't be feasible for a large number of clients [07:39] hmm, I'm kind of dependant on 100% correct color control etc, but I'll see what i can find on wrappers! [07:39] hp printers are like $60 and all work as soon as plugged in [07:39] (can you run a driver from withing for instance wine?) [07:39] and actually, lexmark has drivers [07:39] hehe, my printer is 1600,- and print amazingly :-) [07:39] sond, yes, what's the output? [07:39] theyre not postscript printers with ppd's like we're used to, but they do provide compilable drivers on the website [07:39] minixi: can we do something like route will check for which ip the request came from and then return with same ip? [07:39] crushyboi, the only other way is running small virtual machines and route via NAT [07:40] and a kit for writing drivers if you find one not currently supported, i think [07:40] crushyboi, you could do that statically [07:40] crushyboi, research static routing [07:40] minixi, ok bro, but am lost for now, don't know anythng about static routing. [07:40] I need to put my Linux PC on something, laying on the floor and looking up at the monitor hurts my neck [07:40] crushyboi, but going the virtual OS path is almost always easier [07:40] dsnyders: thats it for the /bob it returns a dot if i do ls -al /bob i get the dir listing i expect [07:40] minixi, though i heard its possible using iptables, but i don't know how [07:41] crushyboi, lol, well your problem is all about routing. :) [07:41] I'll look into pwrappers [07:41] Also, should I switch back to XP due to me mostly being a gamer? [07:41] crushyboi, yeah, you could NAT the traffic coming in ... but again, that is routing [07:41] WilliamC, dual booting seems too hard? [07:41] any howto's for that? or if you can explain , i will be thankful to you :) [07:42] are there secrets to installing Skype on Jaunty/ 9.04? [07:42] SunStealer, yeah you may find a wrapper ... maybe ndis [07:42] chal`away: called gizmo [07:42] minixi, I generally don't have a purpose to do it, and really I have no reason, other than curiosity, to be running Linux, I mean, it's not faster than Windows. [07:43] I play games. [07:43] sond, weird. You should be getting something like drwxr-xr-x 2 root root 48 2007-03-01 23:51 /bob [07:43] gartral, should i google that? i have 64 bit [07:43] SunStealer, sorry, hit enter too soon :) ... "maybe ndis like wrapper" [07:43] WilliamC, then don't use it lol [07:43] !gizmo | chal`away [07:43] Sorry, I don't know anything about gizmo [07:43] WilliamC, why do we care what you use? [07:43] !gizmo5 | chal`away [07:43] Sorry, I don't know anything about gizmo5 [07:43] 8-| [07:43] !info gizmo5 | chal`away [07:43] chal`away: Package gizmo5 does not exist in jaunty [07:43] chal`away: gizmo is not skype. [07:43] I use gizmo, I've been having issues in it. [07:44] Gizmo is compatible with skype. [07:44] here's my problem: http://ubuntu.pastebin.com/m52348c5b [07:44] grawity WilliamC chal`away gizmo is not skype, but DOES work with skype networks [07:44] gartral: it does? since when? [07:44] grawity: opensky [07:44] sond, try ls -ld / [07:44] gartral, that's just what I said. [07:45] chal`away : try this http://technical-itch.co.uk/2007/09/18/how-to-install-skype-on-ubuntu/ [07:45] sond, sorry, ls -l / [07:45] WilliamC: ok, you beat me too it well i was typeing names, but don't ya know redundancy is a good thing in computing ;) [07:45] crushyboi, thanks :) [07:46] Anyways, is using WINE to run Windows games faster than running Windows games in Windows? [07:46] crushyboi, it's not all that hard. Take a day and study routing. You'll be a better person for it [07:47] dsnyders: duh ! sorry i was in /bob when it returned the dot from / doing ls -ld i get as above drwxr-xr-x root root /bob etc [07:47] WilliamC, of course not [07:47] WilliamC, dude, just use windows. It makes you happy [07:47] Uh, I need to download Windows, I have the serial still though [07:47] and from / doing ls -l /bob lists a writeable dir list [07:48] !OT | WilliamC [07:48] WilliamC: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [07:48] WilliamC: that's nice for you. [07:48] WilliamC, you can get a demo version of Windows 7 that's good for another 6 months from Microsoft [07:48] WilliamC, congratulations, that is illeggal. [07:48] WilliamC, anyway, this is all OT [07:48] WilliamC, borrow a CD from someone you know. [07:48] !ot WilliamC [07:48] Sorry, I don't know anything about ot WilliamC [07:48] lol [07:48] Stop calling me off topic. [07:48] You are, WilliamC [07:48] I get the point. [07:48] WilliamC, take it somewhere else [07:48] kiaas__: not really, the iso is legal as long as you do have a valid... hard copy key >.> [07:48] hey, can any one help me with adobe flash plugin issue?? [07:49] :( [07:49] What's the issue? [07:49] gartral, you have to get the ISO from a valid source. Guess what..the pirate bay isn't a valid source. [07:49] actually, I ahve the latest adobe's flash plugin installed, but whenever I watch videos on youtube, it says to upgrade [07:50] who cares what he does or how he does it? It's not relevant to the purpose of this channel [07:50] while, on other sites, it says to install adobe plugin to view video [07:50] hello. I installed a fresh 9.04 , installed the nvidia drivers and did the updates simultaneously, and on reboot xorg didn't start (no screens found) . Now I reinstalled the system (not because of that, i needed raid and didn't have an alternate cd handy then). Question: what caused xorg to bork? should i install the updates, reboot, then install the nvidia drivers? [07:50] kiaas__: um... MS does have it on their ftp site, ever since that CAL for Vista [07:50] who cares if it's MS or TPB... you have a license to use one copy of $RELEASE, that's all. [07:50] Have you checked what version it says is installed in browser? [07:50] WilliamC, can u help me?? [07:50] * gartral agrees with grawity and disengages [07:50] ya, about plugins [07:50] about:plugins === simo is now known as Guest181 [07:50] Bah. When is adobe going to fix the massive slow downs in flash? Firefox under WINE locks up a lot. [07:50] i figured maybe a new xorg/kernel got in with the updates and that caused it [07:50] hello everyone, can some one please tell me how I can copy a file from ROOT to desktop? [07:50] zamolxes: breakage sounds pretty.. strange. but i would do either one first [07:51] zamolxes: yes, nvidia has kernel drivers :p there's a slight change something went wrong there. but i've never seen such thing happen [07:51] zamolxes: especially since X should always start in VGA safe mode [07:51] hi is tthere some program to synchronize with a palm hp which in win uses Hotsync for this proposal? [07:51] sond, sorry, nothing is sticking out to me. It may be that the drive cable may not be seated fully. Anyways, I've got to sleep. Sorry I wasn't able to help. [07:52] WilliamC, would u mind to come for a private chat [07:52] th^: I didn't do anything too advanced, just responded to the popups with clicks :) [07:52] qui italiani? [07:52] Zedde: yep, it sounds strange still :p [07:52] Pecar, open synaptic, and seardch for palm pilot.....you would get the result faster than i could look then post here [07:52] gregorio1982: #ubuntu-it [07:52] *zamolxes [07:52] ty [07:53] zamolxes: try installing nvidia drivers first - check if it boots up, then install updates [07:53] th^: right. maybe when i have the time i'll try to reproduce it and see what actually went wrong [07:53] dsnyders: thanks for trying - yep its a weird one - i may try to clone it to another disk (dd if=/dev/sdb1 of=/dev/newdisk ) then do those edits .. [07:53] although it could've been a random event [07:53] zamolxes: though i don't even see how you could do those things same time, as apt can operate only one instance at time :p sounds like a bug in driver manager if it allows that [07:54] th^: i think nvidia already finished installing its thing [07:54] Howdy. I've got a few questions for someone in the know about sound with X, and fstab (the way ubuntu is doing it) [07:54] gwildor Thanks a lot. Tomorrow i'll try it. Thanks [07:54] th^: just didn't reboot [07:54] This is something that might be better approached in /msg === hell__ is now known as Hellwings [07:54] Hordeking, just ask [07:54] zamolxes: sounds pretty random. that should not affect at all [07:55] Hordeking, pm me, ill try [07:55] zamolxes: although... now since there's that KVM thing that builds new kernel modules in boot, it might be that it built for older kernel.. [07:55] or what it was named :p [07:55] Whatever...why the hell does sound stop when I alt-Fn to a console terminal, and how to I stop that bad behavior? [07:55] hi, can anyone please tell me how I can copy a file from ROOT directory to Desktop? [07:55] Hordeking, it's better to just ask in the channel. Other people might have the same questions and learn from yours === eternity is now known as Guest30528 [07:56] simohayha: alt-f2, gksudo nautilus [07:56] simohayha: then you get file browser in admin mode [07:56] or was it gsudo :p [07:56] i want to make my ubuntu partition bigger but its locked(not mounted i just tryed to umount on my live cd) can someone tell me how to unlock it (i am on the live cd right now) [07:56] th^: gksudo [07:56] th^, I tried that but it still says I don't have permission [07:56] Hordeking, that's probably set in Gnome [07:56] simohayha: what file you're trying to copy? [07:57] minixi: gconf then? [07:57] Hordeking, I don't use Gnome so I can't help you there, but someone could point you to it's conf ... gconf [07:57] yeah [07:57] Has anyone else gotten the update which merges both your Firefox 3.0.13 and "Abrowser" into Shrateko? [07:57] th^, its a .dv file I captured from my camcorder with Kino [07:57] Hordeking, you'll find the key combos somewhere. They are usually easily found and changed [07:58] simohayha: make sure the file has right to read too. 2nd click and properties, check it has 'read' flags [07:58] minixi: This doesn't sound much like a key combo thing...should sound keep on playing even if I go to a different terminal? [07:58] shouldn't, I should say [07:58] crushyboi, still here? [07:59] minixi: ESD is the sound manager, how do I get at its configs? [07:59] th^, I've put both read and write and root for Owner and Group [07:59] i want to make my ubuntu partition bigger but its locked(not mounted i just tried to umount on my live cd) can someone tell me how to unlock it (i am on the live cd right now) [08:00] Hordeking, describe your problem in more detail. What app is playing the sound? What do you do that stops the sound? [08:00] simohayha: bizarre. try copy from terminal. can you do that or need instructions? :) [08:00] http://technical-itch.co.uk/2007/09/18/how-to-install-skype-on-ubuntu/ says i should have 'Tools --> Repositories.' I don't see tools? [08:00] what's the difference between xubuntu-9.04-alternate-i386.iso and xubuntu-9.04-desktop-i386.iso [08:01] minixi: Well, I've never seen this issue before. I'm just playing audio through audacious, and I alt-f1'd to a console session to do some stuff, and the sound stopped. Then, when I came back, it started immediately. [08:01] wally1337: alternative has text-mode installer only [08:01] OK, so I un-installed Firefox 3.5 and disabled the Ubuntu-Mozilla repo. But after I reinstalled Firefox 3.0.13 my add-ons, history, and bookmarks are gone but they're still in /.mozilla/Firefox . How do I fix this? [08:01] wally1337, more Nirvana mp3s in the alternative one [08:01] i want to make my ubuntu partition bigger but its locked(not mounted i just tryed to umount on my live cd) can someone tell me how to unlock it (i am on the live cd right now) [08:01] minixi: It seems a little far-fetched that the whole program would stop when I do that. [08:01] Hordeking, what happens when you start a terminal another way? [08:01] Hordeking, not with alt-f1 [08:01] when converting wmv to avi with mencoder I get a lot of "failed to open registry file" and "xx duplicate frames" - am i missing something? [08:01] th^, i actually tried that and it says "cp: omitting directory `/root' " [08:01] chal`away: System > Administration > Software sources is what you're looking for :) [08:02] simohayha: You need to specify the source filename too... [08:02] minixi: You mean just by going to the menu and pulling up a terminal session? Nothing I wouldn't have expected. Sound keeps going, etc [08:02] simohayha: if you want copy directories with cp, you need -R (recursive) parameter. did you really point cp to the _file_, not directory? [08:02] i want to make my ubuntu partition bigger but its locked(not mounted i just tryed to umount on my live cd) can someone tell me how to unlock it (i am on the live cd right now) [08:02] Hordeking, try it anyway. It will confirm my suspicions ... a key combo conflict [08:02] hi minixi [08:02] minixi: All I did was alt-ctrl-f1 to a console window, like any sane linux distro [08:02] can we route using iptables using the source header marking? [08:03] minixi: I've been opening terminal windows all night with no problems noticed. [08:03] th^ i got that part, i'm inside Synaptic, i think.. but no Tools, that I can see? [08:03] th^, this is what I tried- sudo cp /root /home/simo/Desktop [08:03] Hordeking, er, now you are saying you dropped from the GUI into a console login? [08:03] UBUNTU-ROCKZ-: Dude, try running "sudo gparted" in the terminal [08:03] minixi, he is changing to a different tty [08:03] chal`away: tool i listed opens the dialog you want for. i dunno why it's not there [08:04] minixi: Yup, tty's 1-4 all have the same effect. Come back to the X session, and it cranks back up [08:04] chal`away: but system>administration>software sources opens the dialog in picture [08:04] no two [08:04] Hordeking, of course [08:04] Hordeking, you have used windows?... you have used fast user switching?... that is what you are doing when you change tty [08:04] Hordeking, when you go to terminal you are breaking the pipe to the GUI and the apps started through it [08:04] is there any way in gnome-terminal to send an f10 command or an f1 command (they both go to the gui) [08:05] Hordeking, all sound stuff is on tty1, when you change to tty2 sound isnt running anymore on what you are veiwing..... [08:05] Hordeking, try starting the sound with a CLI app and put it in the background and then switch to a terminal and see what happens [08:05] minixi: I don't get it. How is that breaking the pipe? Shouldn't the pipe go right on existing? [08:05] Hordeking, you wouldnt want to hear the last channel, when you change to a new one when watching tv, would you [08:05] Hordeking, all sound stuff is on tty1, when you change to tty2 sound isnt running anymore on what you are veiwing..... [08:05] Second post: OK, so I un-installed Firefox 3.5 and disabled the Ubuntu-Mozilla repo. But after I reinstalled Firefox 3.0.13 my add-ons, history, and bookmarks are gone but they're still in /.mozilla/Firefox . How do I fix this? [08:06] grawity, thanks man I forgot to do that. Solved my prob [08:06] Hordeking, the sound is still playing, but not on the new session ... only the old session [08:06] th^, solved my prob thanks a lot [08:06] Okay, this is wierd. [08:07] minixi: that sounds like maybe a driver issue, intel sound perhaps? [08:08] Hi. I've noticed nautilus sometimes displays old thumbnails for some pictures, and that's very confusing. I was wondering if there are alternatives in nautilus preferably gnome, that don't have this problem [08:08] how do i set window transparency? [08:08] Does anyone know what the command is to convert wmv to another video format [08:08] I exited the login, of course, the sound cranked back up when it went off to the X session...when I switched back to the terminal I logged off at, and log on again, the sound starts playing while at console... [08:08] thedeacon, google for mencoder, that's the right tool [08:08] That's not something that makes sense to me, since I would expect the X session to keep on doing whatever it was doing before, regardless of what terminal I have it on. === _jhw_ is now known as Lvcifer [08:09] Hordeking, you said you logged off from it?? [08:09] prodigel, i tried mencoder but get a bunch of duplicate frames and failed to open registry file output [08:09] minixi: Let me make sure they're all logged off. [08:10] chal`away: by the way, i think you can install skype .deb package directly from skype.com [08:10] Hordeking, ok, hold on. I'm going to try to replicate this [08:10] All console sessions logged off, sound silent when I go to them [08:10] thedeacon, I'm no mencoder expert, I've used it conversions some time ago and it worked. I'm afraid I can't help you further [08:10] I've installed ubuntu and everything is ok but because an error somebody (me :P) shuts down from the button and then i can do nothing. It leaves me in an administrative shell as root. But everything i'll try it tolds me i can't do. It means x configuration or startx or whatever. What can i do. It seems to be mounted everything just reading mode. [08:10] th^ i probably want these repositories and things, anyway [08:11] I'm sitting at almost a default ubuntu install. Hopefully this isn't related to the fact that I brought in my home directory over that which ubuntu set (which was related to the other questions I had) [08:11] chal`away: either way works. easy way is anyway to go to http://www.skype.com/intl/en/download/skype/linux/choose/ and just click on ubuntu package :) it opens graphical gdebi installer [08:11] *bump* on this line [08:11] iptables -t mangle -A POSTROUTING -o eth3 -j IPMARK --addr=dst --and-mask=0xffff --or-mask=0x10000 [08:12] th^ thanks [08:12] I wonder why minixi left... [08:12] th^ [08:12] * Ubuntu 7.04-8.04 ? [08:12] Is anyone here running Firefox and the latest version of flash under WINE?(NOT the native versions for linux.) [08:12] chal`away: yep. it should work just fine on newest one too [08:13] WINE 1.1.27* [08:13] prodigel, thanks for the info [08:13] okies th^ . i have a 64 bit machine [08:13] chal`away: it seems that package at skype.com is 32bit. no idea if it works ^^ [08:14] anyhelp with this syntex whats wrong in here ---> iptables v1.3.5: Unknown arg `--addr=dst' [08:14] th^ i think all they have still IS 32 bit [08:14] chal`away: yeah looks like it :| [08:14] Er.. wow. I failed it. I'm running Firefox and Flash under WINE 1.1.23, I had issues with 1.1.24. I want to know if anyone is running it under 1.1.27, and if so, how stable is it? if not, is anyone willing to test it for me? [08:14] anyhelp with this syntex whats wrong in here ---> iptables -t mangle -A POSTROUTING -o eth3 -j IPMARK --addr=dst [08:14] --and-mask=0xffff --or-mask=0x10000 [08:15] kiaas__: uhm.. why you wanna run fx and flash under wine ? :) [08:15] th^ i got it .. it doesn't seem to be quite download n' go .. what do i need to do? [08:15] th^ because there is/was a bug with the native version preventing a flash game from working correctly, and it's faster under WINE.. though has a few graphical glitches [08:16] chal`away: i'm not sure if 32bit package works on 64bit :/ [08:16] chal`away: check this: http://ubuntuforums.org/showthread.php?t=432295 [08:17] chal`away: check the 'install' header.. seems quite straightforward [08:17] I want to do a search via command line and I only want it to display a file name 1 time if it contains some text even if it contains that text more then once ie rgrep -r 'find this text' . | more ??? this works but shows the file name multiple times if it contains the text multiple times anyone :) [08:17] chal`away: looks like a copypaste & done :9 [08:17] th^ that's pretty much like what i was doing .. i'll give it a try, thanks :) === gartral_ is now known as gartral [08:20] oh well back to work. wonderful world of openoffice and writing documentation like a monkey.. [08:20] th^: ot [08:21] hi all, is there any easy ubuntu-packaging/.deb tool? i dont like make install too much XD [08:21] mankeletor: sudo apt-get install checkinstall [08:22] I guess if Firefox breaks under WINE 1.1.27, I can just purge and reinstall 1.1.23 again :/ [08:22] mankeletor: and do: checkinstall -D -y instead of make install [08:22] mankeletor: checkinstall? [08:22] anyone any idea? [08:22] does links support cookies? [08:23] anyhelp with this syntex whats wrong in here ---> iptables -t mangle -A POSTROUTING -o eth3 -j IPMARK --addr=dst [08:23] cool, i used checkinstall for slack packagin but slackbuild was 100 times better.. anyway checkinstall works fine for me =) thanks guys [08:23] th^ it looks fine :)) thank you :) [08:23] what wrong am doing here : anyhelp with this syntex whats wrong in here ---> iptables -t mangle -A POSTROUTING -o eth3 -j IPMARK --addr=dst :-s anyone [08:24] crushyboi: change the 'dst' part to a real destination? [08:24] th^, gartral, thx [08:24] crushyboi, did you also try #Netfilter ? [08:24] mankeletor: np, yw [08:24] no chal`away: [08:25] what i want is traffic which is coming for an ip should go with the same ip not the real ip of server :( [08:25] im trying to get hardy to boot via grub that is installed on a jaunty partition. running update-grub from jaunty doesnt see the hardy partition. any ideas? [08:26] holy quiet. [08:27] chal`away: :( noob here, can you explain me what exactly i should do and where? [08:27] hi Yos [08:28] Hi No1 [08:29] *hoping* [08:29] * crushyboi is hoping for a miracle guy to help him [08:31] crushyboi, i haven't done iptables, so i'd be lost helping you.. but it's the right thing to do [08:31] what is netfilter @ chal`away [08:32] how do I unmount? [08:32] i hate my isp, they are 'improving things' while disconnecting me over and over again [08:32] I just recompiled a new kernel (2.6.30.3) with standard configuration. When I reboot the startup graphics are messed up (3 ubuntu symbols all in the top third of the screen). I'm probably doing something stupid, does anyone know what im doing wrong or where to look for specific unformation about this problem [08:32] crushyboi, #netfilter is where #iptables redirects to [08:32] dAnon: sudo umount [08:32] is there any media center function in ubuntu? [08:33] unmount /dev/sda <--- where sda is your hard drive @ dAnon [08:33] functionality* [08:33] vladk, look for drivers for your situation [08:33] wally1337: There are a slew of players...what do you want to do, have a music environment? [08:33] chal`away: Is there anywhere specific I can look for more information on what you mean? [08:33] th^: oook, i updated the system, rebooted, all ok, install nvidia drivers, rebooted, bork. any clues now? [08:33] Guys, how do I mark a thread as Solved on the forum? [08:33] it say command is not found [08:33] firefishe: i was more thinking divx movies ;) [08:33] zamolxes: mmh.. what's your nvidia card? :/ [08:34] dAnon: are you sure you typed "umount" and not "unmount?" [08:34] "-bash: unmount: polecenie nieodnalezione" in polish command is not found [08:34] two nvidia 9500GTs, linked with a SLI cable [08:34] oh [08:34] thx DrMrHorse [08:34] and im gathering that onboard intel graphics will cut it for dvd/divx playback in linux? Im talking intel exreme grahpics.. or perhaps intel extreme II graphics [08:34] vladk, there should be drivers for your video card, if ubuntu didn't find them right .. is what you're running the latest version of ubuntu? [08:34] the command is umount for better confusion [08:34] wally1337: Divx is trick on any linux system, at least by my own experience. I use xine for most dvd playings, but sometimes Totem for other things. VLC can play movies, too. [08:34] trick=tricky [08:34] mount -u /dev/sda @ dAnon [08:35] I remapped my swap partition to another HDD, now I am just editing my fstab to match (from a liveCD), but each partition is using a UUID. how do I change it? [08:35] firefishe: really why is it tricky [08:35] chal`away: Yes Im on 9.04, the kernel that gets updated by the package manager works fine. Its only my custom recompiled kernel that doesn't work. I'm not sure where to look for what driver I might need [08:35] vagothcpp: The same way. You can use sudo blkid to get the UUIDs of the partitions [08:35] Flannel: Thanks [08:35] Guys, how do I mark a thread as Solved on the forum? [08:35] vagothcpp: Or you can use the /dev/sd** style too, that still works. [08:37] vladk, look up your video card plus the word drivers and ubuntu 9.04 === suigeneris is now known as Kartagis [08:37] is there any advantages/disadvatages of using a UUID? [08:37] Firefishe: divx is suppirted threw xvid linux support is pretty good [08:37] how do I check which /dev/sdX represents which partition/ [08:37] ? [08:37] fdisk @ dAnon [08:37] dAnon: also try df -h [08:38] chal`away: OK, before I do that one question. I just noticed that I didn't have a /boot/abi-$(KERNEL_VERSION) file though I did have all the others that the stock ubuntu kernels had. Could it have been to do with that? [08:38] Guys, how do I mark a thread as Solved on the forum? [08:40] DrMrHorse it doesn't show my linux partition's notation [08:41] hmm [08:41] I typed fdisk -ls and it says cannot open /dev/sda [08:42] dAnon: Is it a SATAII disk or SCSI? [08:42] http://www.wired.com/techbiz/it/magazine/17-07/mf_freer?currentPage=2 [08:42] dAnon: run it as root? [08:42] is there a way to sync my korganizer calender with my laptop from my desktop [08:43] SCSI [08:43] can anyone read me? [08:43] dAnon: Then you may need a SCSI driver installed for it to be recognized [08:43] worked DrMrHorse [08:43] thx [08:43] ? [08:43] didn't see I wasn't rot [08:43] root [08:43] I guess I phailed [08:43] np [08:44] !ping [08:44] ping yourself ;-) really the diodes all down my left side are sore [08:44] when metacity compositor is active on the latest stable intel driver sometime the panels disappear [08:44] om26er: i get that too [08:44] ubottu netfilters [08:44] Sorry, I don't know anything about netfilters [08:44] ubottu netfilter [08:44] Sorry, I don't know anything about netfilter [08:44] gartral: so u got any solution [08:44] im trying to get hardy to boot via grub that is installed on a jaunty partition. running update-grub from jaunty doesnt see the hardy partition. any ideas? [08:44] om26er: subnote: im on an Nvidia 6200 [08:45] gartral: but still u have the problem [08:45] hi ppl [08:45] I cannot remove mounted folders in /media/ [08:45] om26er: use compiz, metacity as a composit manager is buggy.. also, reducing your panel count to one and adding a dock seems too work too [08:46] any pro with iptables? [08:46] is the intel graphic driver issue in jaunty has been fixed ? [08:46] i need some help ppl [08:46] gartral: so use compiz [08:46] nope === gogeta1 is now known as gogeta [08:46] trying to install frostwire [08:46] om26er: that or add awn/cairo dock [08:47] gartral: how to add awn [08:47] I mounted /media/root/ but I can't remove it now, what to do, it says "umount: /media/root: not mounted" [08:47] crushyboi, u check fourms for iptables howto [08:47] gartral: or cairo [08:47] at least I'm not alone in this http://ubuntuforums.org/archive/index.php/t-1136205.html [08:47] I used sudo [08:47] Is there a way to open the GNOME Explorer as root? [08:47] om26er: sudo apt-get install awn [08:47] vagothcpp: bad thing can happon if you do [08:48] i have issues with java. can anyone help me? [08:48] https://help.ubuntu.com/community/IptablesHowTo [08:48] vagothcpp: gksu nautilus [08:48] i'm new to ubuntu [08:48] gartral: wat is awn [08:48] !awn | om26er [08:48] om26er: Avant Window Navigator is a dock-like navigation bar for the Linux desktop that positions itself at the bottom of the screen. Homepage http://wiki.awn-project.org/ Awn-Manager can be found the Gutsy !backports repository and in Universe in Hardy [08:48] kofi: what issues do you have? [08:48] gartral: [08:48] welcome to it kofi [08:48] gogeta: Like? [08:48] :D [08:48] gartral: ? [08:48] kofi: ask your question, someone will help [08:48] vagothcpp: destoryed filesystem [08:48] gogeta: Why would I do that? [08:49] I mounted /media/root/ but I can't remove it now, what to do, I typed: "sudo umount /media/root/" and it says "umount: /media/root: not mounted" [08:49] i seem to have java but frostwire still won't launch [08:49] vagothcpp: be extreamly careful while running nautilus as root.. to do so, hit alt-f2 and type gksu nautilus [08:49] gartral: package awn nt found [08:49] vagothcpp: sudo on the file manager is just not something any sane support guy will recmond [08:49] !find avantwindowmanager [08:49] Package/file avantwindowmanager does not exist in jaunty [08:49] !find awn [08:49] Found: awn-applets-c-core, awn-applets-c-extras, awn-applets-python-core, awn-applets-python-extras, awn-manager (and 11 others) [08:49] dAnon: sudo unmount /dev/sda1 [08:50] om26er: sudo apt-get install awn-manager [08:50] gartral: is awn always on top? [08:50] gogeta: Well, editing config files is annoying in nano [08:50] vagothcpp: so sudo gedit file [08:50] om26er: it can be configured any way you like, including to do the mac auto-hide thing [08:50] gartral: will it activate window shadows? [08:51] vagothcpp: then gksu gedit /path/to/file [08:51] gogeta: Easier from gnome [08:51] om26er: you need a composit manager too do that [08:51] vagothcpp: dont come bck crying if you trash the system [08:51] gogeta: VM, there are snapshots =D [08:51] oh oh [08:51] lol [08:52] hi guys [08:52] gartral: so installing awn will solve the problem of the panels that disappear??? [08:52] I love vbox seamless mode, so handy [08:52] om26er: it did for me.. but then again, our systems are rather different, so try it, if nothing else, it wont harm anything [08:53] gartral: ok thanz [08:53] vagothcpp: and sudo gedit launches the gui edtior fyi [08:53] any body home [08:53] I know what gedit is [08:53] nope [08:53] using apt-get, can i combine the options -f and autoremove? [08:53] all asleep [08:56] No1 [08:56] hi [08:56] hey [08:56] :) [08:56] is the intel graphic driver issue in jaunty has been fixed ? [08:56] I detched this channel now it is the only one that I see :( [08:57] gp_will_be_back: no [08:57] my ubuntu partitions is locked and i am running out of disk space how to unlock it ? [08:57] click other on list [08:57] any idea when it will be ? [08:57] gp_will_be_back: intel issue are slated for 9.10 [08:58] oh no then i have upgrade again [08:58] gp_will_be_back: the intel patches are in 9..04 but there very unstable [08:58] gp_will_be_back: and i mean very [08:58] What is a good IRC client of ubuntu? [08:58] my ubuntu partitions is locked and i am running out of disk space how to unlock it ? [08:58] !best | vagothcpp [08:58] vagothcpp: 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. [08:58] 90% of computers in the world basic intel graphic chipset [08:59] vagothcpp, irssi for console based. xchat for GUI [08:59] gp_will_be_back: i tested he new modes my inteel was fast but crashed 5 minuts later [08:59] my ubuntu partitions is locked and i am running out of disk space how to unlock it ? [08:59] Is it possible to apply a template to an openoffice presentation after it has already been created? if so... how? [08:59] Dextorion: Thank you, least someone gives an answer not a ggtf xD [08:59] gp_will_be_back: why they are being worked on in 9.10 [09:00] my ubuntu partitions is locked and i am running out of disk space how to unlock it ? [09:00] gogeta: is the same itel issue in other distro also like fedora , suse ? [09:00] gp_will_be_back: being dirt slow yea [09:00] my ubuntu partitions is locked and i am running out of disk space how to unlock it ? [09:01] Does ubuntu have a package for installing ACE Libraries? [09:01] vagothcpp, i try. I know how it can be sometimes. I usually ask questions like that aswell. [09:01] !ace [09:01] Files with extensions .tar, .gz, .tgz, .zip, .bz2, .7z, .ace and other archive file formats can be opened with file-roller (GNOME) or Ark (KDE) - Also see https://help.ubuntu.com/community/FileCompression [09:01] my ubuntu partitions is locked and i am running out of disk space how to unlock it ? [09:01] lol [09:01] gogeta: ACE the C++ Software Library [09:02] my ubuntu partitions is locked and i am running out of disk space how to unlock it ? [09:02] i knoe thats why i laughed [09:02] inuh: use the same softwhere you locked it with [09:02] i didn't lock it [09:02] inuh: then you sol [09:03] inuh: you need the key [09:03] i instaled it yesterday and now there is a key === vagocpp is now known as vagothcpp [09:03] inuh: then you set it [09:03] no [09:03] gogeta: hi [09:04] ii dunno where i even have to set it [09:04] inuh: lol are you trying to resize it mounted [09:04] no its not mounted [09:04] i did umount [09:04] and it is still the same [09:04] inuh: LOL boot off the live cd [09:04] gogeta: So is there a package I can install for THE SOFTWARE <-- library [09:04] i am booting from it right now [09:04] and did it [09:04] vagothcpp apt-cache search libace [09:05] Thanks again Dextorion [09:05] vagothcpp dont know what you'll get, but i think there is a libace package.. [09:05] inuh: normaly gparted shows them as locked if it cant read off them [09:05] help with iptables please [09:05] I did, a few actually [09:05] goodie [09:05] so what to do [09:05] inuh: it may be flagges as dirty [09:05] flagged [09:05] no [09:05] there are no flags [09:06] inuh: thers only 2 reasions gparted whont read a partation its mounted ot cruupt [09:06] or [09:06] and if it is locked where can i fill in the key [09:06] Hi! [09:06] inuh: if you skipped the disk checks thats why === ripps_ is now known as ripps [09:07] Can somoneone please check to see if the Midori bugtracker-page is working? [09:07] how can I install a deb file from the terminal? [09:07] no i never skip a part of a instalation [09:07] inuh: omg [09:07] xim_: sudo aptitude install packagename. [09:08] gogeta: so what do i have to do [09:08] * gogeta has gone insane [09:08] Umeaboy, so aptitude installs local debs while apt-get fetches remote ones and then installs them? [09:08] xim_, aptitude installs both remote and local packages. [09:09] xim_: As far as I can see it, yes. [09:09] xim_, aptitude is a bit newer that apt-get if i recall correctly [09:09] NOTICE - If you couldn't speak to the channel during the past minutes, please try again now. [09:09] also will synaptic register as installed packages which have been manually installaed? [09:09] woa 3 flood bots [09:09] gogeta: what do i have to do [09:10] ah i see [09:10] nm [09:10] thanks for the help [09:11] inuh: arg the disk got unmounted unclean its not locked it just cant be changed untill you let ubuntu to its scans and do a clean shutdown [09:11] do [09:11] how to do that [09:11] omg block [09:12] gogeta: how to do the scans and how to do clean shutdown [09:12] hello I am getting "CalRecurrenceInfo = new Components.Constructor(kCalRecurrenceInfoContractID, kCalIRecurrenceInfo);" from the lighting extension in thunderbird anyone know the best place to go for help ? I have checked google and have been working on this issue for some time... [09:12] i am not telling you the diffrence bwtween a dirty and clean shutdown [09:13] WTF ??? [09:13] ir means dont kick the power buttion [09:13] ok [09:13] i know you don't have to do that [09:13] so how to do the scans [09:13] you dont do it at all [09:14] no i never do that [09:14] inuh: ubuntu should see it as dirty and start scanning at boot [09:14] what was the name of the package for the debian bar? [09:14] so thats not the reason why they are locked [09:15] ? [09:15] hi ahs anybody tried launchpad locally on there intranet for project collabration? [09:15] *has [09:16] xim_: A good suggestion is to use the available manuals. [09:16] gogeta: what do i have to do to unlock my partitions [09:16] ok, im trying to "clean up" an appearently damaged San Disk Cruzer micro that has a bad fs.. fsck says the drive has a bad boot sector, though the drive doesnt have any bootable data in it, what should i do? [09:16] inuh: the live cd will not do such a sscan [09:17] gartral: just delete the entire fs and make a new one [09:17] gogeta: so i have to boot it from my pc and do a scan ??? [09:17] inuh: you on live cd or hdd [09:17] live cd [09:17] gogeta: i cant... the drive's node "dissappears" when i try too do that [09:18] gogeta: i am on live cd [09:18] gartral: toss it in the garbage [09:18] gogeta: its one of those U3 smart drives, it isn't mine, and i have too repair it [09:18] I have an Ubuntu 8.04 running in VmWare ESX. Anyone have any idea why adding another 4GB ram on top of the 4GB that's there now would cause it to kernel panic on boot? And yes, it is 64bit [09:18] gartral: sd cards dont last forever [09:18] gogeta: and i HAVE removed the U3 software correctly [09:19] hateball: you can't run vmware esx on ubuntu [09:19] gogeta: its BRAND new.. i had to take it out of the packaging myself [09:19] hateball: vmware esx is running directly on hardware [09:19] gartral: might be defectiv [09:19] gogeta: it isnt an sd card.. [09:19] jacekowski: That's great, and I already knew that. However if you read my question, you'd see I typed *in* rather than *on* [09:19] it worked before a write cycle got interupted by powerfailure [09:20] mhm [09:20] gartral: reformating the drive should not creipple it [09:20] hateball: so you add 4G to host? [09:20] gogeta: as stated several times it's a U3 capable drive, and they weird [09:20] hateball: and it causes guest to panic? [09:20] Hey all... this *may* be a little off-topic, but hoping you can help. I'm chasing a telnet or telnet-like tool which will let me specify a local (source) port to use on a connection -- I'm trying to verify a potential issue with some firewall rules on my network [09:21] jacekowski: No, to the guest... the 8.04 ubuntu running server kernel [09:21] gartral: have you just tryed a reformat [09:21] A custom kernel that I recompiled is not able to load the propietary ATI 'fglrx' driver and its messing up my bootup. I tried switching to the 'radeon' driver in my xorg.conf but that doesnt even work with the standard ubuntu kernel. Is there a good resource for info on what I need to do to get fglrx to work with my custom kernel? I can only find info on using it with the ubuntu distribution kernels [09:21] gogeta: i said this, time and time again, i try and reformat it and the node for the drive dissappears after i unmount it [09:21] hateball: can you show that panic? [09:22] jacekowski: I'm running ubuntu on standard hardware where I have no problem adding a lot of ram. it just doesnt work well in vmware, but I dont know if it's a vmware or ubuntu issue. I mean... it doesnt work *in* vmware... but where is the blame? :) [09:22] gartral: plug in windows box and do so [09:22] gartral: they format mounted [09:22] gogeta: here this is as FAR as iv'e gotten http://pastebin.com/m4eccd7e9 [09:22] jacekowski: Hmmm, afraid I cant right now... It's a live system, cant fiddle with it during office hours :/ [09:22] gogeta: windows does the exact same thing [09:22] hateball: make a copy [09:22] hateball: add more memory to copy and start t [09:23] gogeta: read the logs from about 3 hours back, i ran over this every way to sunday with a few of the others here [09:23] jacekowski: ESX does not allow cloning a live system afaik? [09:23] i can't check right now [09:23] gartral: have you tryed restoring the backup [09:23] but from what i remember you can copy it [09:23] gogeta: I wasn't sure if i should try, that's why im asking [09:23] jacekowski: Well I can, and it doesnt... at least not on 3.5 which I run [09:24] which version of vmware infrastructure do you have? [09:24] gartral: its saying thers diffrences i would assume the current got messed up [09:24] being its not working [09:25] Has anyone used Mercurial HG: I keep getting the following error "abort: requirement 'fncache' not supported!" when running command "hd update" [09:25] gogeta: well.. THAT backfired [09:25] hg* [09:26] vagothcpp: have you tried google? [09:26] What is this phenomenon called google? [09:26] gogeta: reload the pastebin, i updated [09:27] vagothcpp: it's like answer for life universe and everything === pizdets is now known as pizzledizzle [09:27] Google knows everything. the right, and the wrong. it will tell you both indiscriminately. [09:27] jacekowski 42? [09:27] jacekowski: Really, I must find the meaning of like. *Searches Google*, the answers is 42 [09:28] Btw, what is the name for ubuntu 9.04 64bit? [09:29] ubottu ubuntu 9.04 [09:29] Sorry, I don't know anything about ubuntu 9.04 [09:29] ubottu ubuntu [09:29] Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com [09:29] why usb is so slow [09:29] which device you are using on usb? [09:30] may be its not 2.0? [09:30] vagothcpp, what version of Mercurial are you using? [09:30] it's 2.0 [09:30] vagothcpp, codenamed Jaunty Jackalope [09:30] i'm coping my disk to new bigger one [09:30] Dextorion: Package from apt-get [09:31] gartral: i dont see any update === chaky_ is now known as chaky [09:31] gartral: i would restore the backup [09:32] I recently upgraded to karmic and it's not booting, "init: rc-sysinit main process (862) terminated with status 134", is there a particularly channel where I should look for help nailing this down? [09:33] Dextorion: hgsvn (0.1.6-1) [09:33] Hi all, how can I use evolution to fetch webmail from squirrelmail? I tried googling but nothing usefull came up [09:33] vagothcpp um.. ok. Mercurial prior to version 1.1 does not support fncache [09:34] gogeta: http://pastebin.com/m44e1d54 if you notice, no matter what i choose, it returns to propmt [09:34] still looking for help regarding mangle iptables [09:34] hi guys, [09:34] Dextorion: I am confused, it is sudo apt-get install mercurial mercurial-common hgsvn [09:34] i am having a known problem. [09:34] Errors were encountered while processing: [09:34] kubuntu-docs [09:34] E: Sub-process /usr/bin/dpkg returned an error code (1) [09:34] Trijntje: did you open ports 22 and 8080 on your router// [09:34] suzirai: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [09:35] gartral: outch [09:35] gartral: have you tryed gparted [09:35] Is there a way I can upgrade it then? [09:35] anyone knows how to solve them [09:35] gartral: emm no, i'm not that far. I'm not sure what to put in evolution, the url? [09:35] gogeta: YEA using gparted "looses" the node! [09:35] vagothcpp, try this.. apt-cache madison mercurial [09:35] gartral: oh i knoe [09:36] mercurial | 1.0.1-5.1 | http://au.archive.ubuntu.com intrepid/universe Packages [09:36] mercurial | 1.0.1-5.1 | http://au.archive.ubuntu.com intrepid/universe Sources [09:36] vagothcpp or if its apt-cache poli.. [09:36] gartral: dosfsck should correct the drive [09:36] Trijntje: well, squirrelmail is a web based front end... you need too visit it via firefox/your browser of choice [09:36] vagothcpp, so, you have version 1.0. you need 1.1 atleast to use fncache [09:36] Does that mean manual install? [09:37] gartral: so its impossible to acces my account with evolution? [09:37] gogeta: crap~! Currently, only 1 or 2 FATs are supported, not 191 === root is now known as Guest75272 [09:37] there is a .deb install on there site [09:38] gartral: why not plug in a windows system and use chkdsk driveletter /f [09:38] vagothcpp they probably have a deb package on their sit [09:38] vagothcpp exactly [09:38] sorry /F [09:38] gogeta: primarily, because i dont have a windows sysytm, i have mac and ubuntu [09:38] gartral: outch [09:39] i think only a windows system can correct it [09:39] gogeta: yea... ide LOVE to just trash this partition table... but i cant do that easily [09:40] "Dependency not satisfiable: mercurial-common" [09:40] gogeta: double crap [09:40] gartral: genrely a issue wen using windows fs you need a windows system to fix it [09:40] gogeta: i HATE windows, and i hate microsoft equally as much [09:41] lol [09:41] don't hate [09:41] gogeta: I hate windows so much i beliberatly bught a mobo for my ubuntu machine that wont run windows [09:41] deliberatly* [09:41] I hate windows. I love Mac OS X. Ubuntu is pretty close to OS X, but has extra features I like.(such as GIMP actually works with tablets!) [09:41] lol [09:42] shit--->windows<---shit [09:42] !language | Guest75272 [09:42] gartral, beagle board? [09:42] Guest75272: Please watch your language and topic to help keep this channel family friendly. [09:42] I am just installing windows [09:42] good luck [09:42] second os [09:42] for the next 2 hours [09:42] gartral: i say just initallize the drive using its tools cd [09:42] need it to play Street Fighter IV [09:42] which won't run under ubuntu [09:43] gartral: reset everything [09:43] gogeta: tools cd? it didnt come with one [09:43] vagothcpp, if you have pything try "easy_install -U mercurial [09:43] I just found that :P [09:43] gartral: well look around google see if there is one [09:43] ok [09:43] gogeta: isnt there a way to destructivly trash the partition table? [09:43] gartral: yea intlize it [09:44] gogeta: there's the U3 installer, but that requires .NET 3.0 [09:44] gogeta: i ment from ubuntu [09:44] I just recorded an image an when I put the cd back in drive it's still empty [09:44] gartral: genrely you need the tools disk [09:44] gogeta: there is no tools disk! [09:44] is brasero worthless piece of shit or not? [09:44] gartral: thers always one [09:44] !language | dAnon [09:44] dAnon: Please watch your language and topic to help keep this channel family friendly. [09:44] Mercurial is a pain!!! [09:45] gartral: so its impossible to acces my squirrelmail account with evolution? [09:45] ok and actual answer gartral? [09:45] gogeta: its a cruzer micro.. there the cheapest drives sandisk makes [09:45] jacekowski: it appears my vmware problem is with iommu and the kernel. in case you ever run into it, http://tinyurl.com/l3rbbk [09:45] Trijntje: you can access the same IMAP account that squirrelmail does with your evolution client. [09:46] Trijntje: its NOT squrrelmail, its send mail.. squirrelmail is a client, like evolution, you need too configure your evolution too access your IMAP account on that machine [09:47] gogeta: so theres no way to recover this drive from Ubuntu or Mac/ [09:47] Boohbah, gartral: sorry, that is indeed what i meant. Do you have any pointers on finding out the IMAP server from within squirrelmail? [09:47] gartral: im shure there is [09:47] gartral: What's the exact problem? I missed it. [09:47] Trijntje: is SENDMAIL running on your machine your infront of right now? [09:48] gartral: i dont know, i'm not familiar with that program [09:49] gartral: oh its a pen drive [09:49] Trijntje: generally you will find the IMAP server listening on port 143 of the same host [09:49] MacGyverNL: I have a borked partition table on a sandisk cruzer micro... i need to trash the partition table, but it seems part of U3's stupidity ws left behind and isnt letting me get t the partition table to do anything, i try and format it in gparted and it throws a read/write error, then the drive auto ejects and the node disappears.. (this as far as i can tell, i may be wrong, but the symptom is right) [09:50] what was the name of the package for the debian bar? [09:50] Ah, right. [09:50] Tried TestDisk? [09:50] gogeta: what did you think i was talking about? a quizenart? ;p [09:50] http://www.cgsecurity.org/wiki/TestDisk [09:51] mac testdisk? no. never heard of [09:51] gartral: lol [09:51] gartral: pendrive dont have bootsectrs by nature [09:51] hi , my name is jia hen and i want to be a part of MOTU , anyone can help me? [09:52] gartral: just the crapware [09:52] gogeta: this one thinks it does, and is flagged as bootable [09:52] gartral: why not format with fdisk? [09:52] Well, try it. See if it can restore the disk to operation and try if you can then write a new partition table. [09:52] Boohbah: /me bangs head against desk "Iv'e tried.. MANY times" [09:52] (Or, perhaps testdisk might actually repair the borked partition table entirely) [09:53] * gartral is beginning to wonder if he's the only one who knows about /last [09:53] gartral: lol === kb is now known as Guest30707 [09:54] MacGyverNL: i dont care, the only thing on it is a half borked portableapps installation [09:55] Boohbah: hm, I think i'm in over my head a bit here. I'll try to do some reading to figure things out. Thanks for your help. [09:55] gartral: In either case, testdisk might be able to restore the stick to operation. I suggest you try it. You seem fresh out of other options ;) [09:56] MacGyverNL: omg i frgot abought testdisk [09:56] that can reintlize it [09:56] may anyone help me about kmobiletools on ubuntu ? === Hyperion2010 is now known as Hyperion|sleep [09:57] gogeta MacGyverNL the only thing i've learned so far is too not touch sandisk U3 drives with a 20 foot pole [09:57] lol [09:57] gartral: Well, I knew *that* since they ever came out :P [09:57] If I manually download a theme, how do I then use that theme inside of gnome? [09:57] gartral: format the basterd to ext3 lol [09:58] MacGyverNL: im guessing that Intel == msdos partition? [09:58] im going to bed [09:58] hello all [09:58] gogeta: cant, the damn thing is going back to a winblows owner [09:58] I can't use yahoo messenger with pidgin [09:58] I think the server for yahoo messenger is changed [09:58] gogeta: Hmm, good question. I'm not sure. [09:58] gartral* [09:58] any one can help me [09:58] gartral: then vfat from gparted once you fix it [09:59] What is the Python package for C++/C? [09:59] timestamp commands anyone? [09:59] atapoor: the pidgin in repos isn't compatable with yahoo anymore, ubuntu dev team is awear, and like so many other things, their waiting for karmic to update, and recommending using the pidgin PPA in the mean time [10:01] moin [10:01] MacGyverNL: ummm. testdisk froze and the drive has the error light... AGAIN meaning the U3 crap has blocked me from fixing it.. AGAIN... I hate sandisk now! >.< === greyz` is now known as greyz|nn [10:01] Hmm. [10:02] I take it you already tried the U3 uninstallation tool on a windows machine? [10:02] Is there a small, low dependency, command-line webcam snapshot tool for v4l and/or v4l2? None seem to work. === lipsin__ is now known as lipsin [10:03] MacGyverNL: yep... but the U3 tech. is partially hardware... meaning even after you clen it out, theres still a watchdog to "prevent hacking" the damn drive >.< [10:03] Then I'm afraid I'm out of ideas. Sorry. [10:03] hello, is it safe to use ext4 with jaunty netbook remix? [10:03] MacGyverNL: holey crap... testdisk forced the write! [10:03] It did? [10:04] go goog ? [10:04] Cool :P [10:04] kick goog out ! [10:04] MacGyverNL: now i did an analysis... and its failing 100% of the sectors! this might be a good thing [10:05] Or a bad one. But if it is, the drive couldn't be used anyway, so it's not as if there's any loss to be had here, only gain :P [10:05] MacGyverNL: AWESOME! the drive is clean [10:06] hello is it safe to use ext4 with jaunty? [10:06] Send your thanks to the TestDisk devs ;) [10:07] What is the difference between ext3 and ext4? [10:07] 1 [10:07] MacGyverNL: ok.. nooberQ: whats the difference between FAT32 and FAT#@ LBA? [10:07] fat32 LBA [10:07] MacGyverNL: *snark* [10:08] LBA allows the BIOS to access disks over 8GiB, iirc. [10:08] MacGyverNL: seeing it's only a 1 gig drive, i can smeg that opt [10:09] I honestly don't know. FAT32 is past it's "best before" date anyway. [10:09] how can i get tor working for my games?! [10:09] HElp [10:09] how can i get tor working for my games?! [10:09] I: patience. [10:09] oh [10:10] Firefishe: I suggest you read http://en.wikipedia.org/wiki/Ext4 [10:10] It has most of the major differences listed. [10:10] MacGyverNL: next nooberQ: should i reinsert the drive before atempting to format the SoB? [10:10] gartral: Not necessarily, but I guess it can't hurt either. [10:11] how can i read the name of my agp video card? [10:12] how can i get tor working for my games?! [10:12] how can i get tor working for my games?! [10:12] Türkçe bilen var mı [10:13] !tr | senol [10:13] senol: Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için #ubuntu-tr hizmetinizde. [10:13] !patience | I [10:13] I: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait. [10:13] l:emm, what kind of game? [10:13] rek: I don't have one of those but you could try: lspci | grep -i 'graphics' [10:14] rek: Or I guess you could crack the case of your computer and look :-) [10:14] no [10:15] no i already know [10:16] lspci -v [10:16] found [10:19] rek: Perhaps: lspci | grep -i 'agp' might have been on the money? [10:19] hi [10:21] on the money? [10:21] how to boot ubuntu at runlevel 3 [10:21] rek: Sorry = slang. I meant would have been a more accurate search :-) [10:22] ?? [10:22] no no cool so i can learn new words [10:22] ?? [10:22] i have learnt also gurless that's girls [10:23] How do you unmount something in terminal [10:23] umount [10:23] but dnt rmmbr what brb means [10:23] umount [10:23] MacGyverNL: WAAAAA! the watchdog undid my work! [10:23] be right back rek :) [10:23] what jari? [10:24] ahj ok [10:24] ah yes [10:24] Boohbah: I have found the imap server for my squirrelmail. But i still cant recieve or send mail. When sending evolution keeps saying: sending message (100% complete). any ideas? [10:24] and.... bs ? [10:24] it was a bs [10:24] back soon [10:24] gartral: And the partition is again inaccessible? [10:24] no [10:24] rek: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [10:24] balco scandal ? [10:24] bachelor of science? [10:24] MacGyverNL: i just launched gparted, lets see [10:24] floodBot i'm not floodin' [10:24] MacGyverNL: the partition was always accessable.. but i can't write too it! [10:25] MacGyverNL: and i know for a fact it was always flagged RW [10:25] hello. how to monitor the loading of each cpu ? top gives only a total summary [10:25] rek: yes you are, try to keep your stuff in one line please [10:25] v_v: try htop [10:25] Well, like I said... I'm afraid I'm fresh out of ideas then. [10:25] htop [10:26] did biceps and triceps yesterday [10:26] rek: you're being offtopic. This is Ubuntu support channel. If you're after casual chit-chat, please join #ubuntu-offtopic for that [10:27] myrtti are you an op ? [10:27] How might I make ubuntu execute a user's .xinitrc as a session option? [10:27] * gartral is concidering sueing sandisk for activly trying to defeat fairuse [10:27] rek: does it matter? I'm requesting you to stop offtopic on this channel. Shouldn't matter if I'm an op or not [10:28] R0b0t1: its called an xscript in the session options [10:29] so and so.... this chan works always so...if i say something ...should be ok [10:29] how to change runlevel at boot time [10:30] !runlevel | Aayush [10:30] Aayush: In Ubuntu all runlevels except 0,1 and 6 are by default equal. Also keep in mind that Ubuntu now uses !Upstart instead of System V init so there is normally no /etc/inittab. [10:31] hi, i just installed 9.04 on an older XP laptop but have not been able to get pandora.com to load via firefox, any ideas? [10:31] gartral, cant i senf runlevel parameter to kernel at boot ti,e [10:31] debra: have you installed flash player? [10:32] hi guys, i have some problem regarding VPN in the terminal (PPTP), anyone ever made a successful connection? [10:32] gartral: I mean, no execution of anything else, just the .xinitrc. would the Exec=~/.xinitrc work? [10:32] yes, but it gave several plugins to load but they don't seem to load properly or can't find them wherever they are supposed to load from [10:33] gartral, cant i send runlevel parameter to kernel at boot time [10:33] R0b0t1: not sure.. try? [10:35] how do i check if iptables enabled or disabled? [10:36] crushyboi: iptables -L [10:36] crushyboi: sudo iptables -L gives you a list of active rules [10:37] !Upstart [10:37] 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:37] crushyboi, "iptables -L -v -n" gives you a more precise list than "iptables -L" [10:37] !runlevel | Aayush [10:37] Aayush, please see my private message [10:38] [root@pentium-d network-scripts]# iptables -L -v -n [10:38] Chain INPUT (policy ACCEPT 0 packets, 0 bytes) [10:38] pkts bytes target prot opt in out source destination [10:38] Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) [10:38] pkts bytes target prot opt in out source destination [10:38] Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) [10:38] crushyboi: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [10:38] i have a problem whit my ubuntu partition , its locked and i don't know how to unlock it [10:38] how can i get tor working for my games?! [10:38] so i can join banned servers [10:38] like second life [10:39] i have a problem whit my ubuntu partition , its locked and i don't know how to unlock it [10:39] http://paste.ubuntu.com/251249/ check the output and tell me if iptables active please [10:39] I: if you're banned, how about you work your way towards becoming unbanned instead of evading the ban...? [10:40] crushyboi: no it's not active [10:40] i have a problem whit my ubuntu partition , its locked and i don't know how to unlock it [10:40] how to activate it @ myrtti can you help ? [10:40] inuh: what are you trying to do to it? [10:40] inuh: patience! the people haven't really changed since you last asked! [10:40] i want to resize it [10:40] yo yo yo [10:41] inuh do you have dual booting ? [10:41] yea [10:41] inuh: you need to unmount the partition before you can resize it [10:41] whats the partition type you trying to resize? [10:42] i did umount and it says it isn't mounted [10:42] inuh: which method did you use to install ubuntu in the first place? [10:42] inuh: if you run mount it will show what is mounted [10:42] i used the live cd [10:42] i'm copying my harddisk to new one [10:42] inuh: you installed from inside a live session that was Ubuntu, or from inside windows? [10:43] resizing and doing lot of stuff with it [10:43] from inside a live sesion [10:43] ok, just checking :-) [10:43] not really [10:43] from live system [10:43] jacekowski: make sure the data backup is recent on the partition(s) you are resizing [10:43] ActionParsnip1: it's reiserfs [10:44] if i do mount i get a load of text [10:44] and besides [10:44] i first copied it to new harddrive [10:44] and now i'm playing with partition sizes [10:44] jacekowski: doesnt matter, backups are still great for if something goes wrong [10:44] inuh: could you please pastebin the output of mount and sudo fdisk -l [10:44] and only importand data that's on this disk is my porn collection [10:44] important* [10:45] nice :) [10:45] Does ubuntu "up" the internet devices via some widget in gnome? [10:45] i would have burnt my hard drive if i had porn on it [10:45] :) [10:45] So if I say, ran dwm, they would not start? [10:45] just make sure what you need isnt ultimately lost in an emergency and you can do what you like :) [10:45] R0b0t1: if you did ifconfig down network-manager would not bring them back up. It would just fial [10:46] ziroday: Well, I mean, from the login screen, if I make my own *.desktop file, move it to /usr/share/xsessions etc.. [10:46] R0b0t1: you can add auto in /etc/network/interfaces [10:46] Would it be expected that the xsessions file or something it calls ups the device? [10:47] http://paste.ubuntu.com/251254/ [10:47] inuh: are you currently on the livecd? [10:47] where does opera install to on ubuntu ? [10:47] ziroday: http://paste.ubuntu.com/251254/ [10:47] or any program [10:47] R0b0t1: i wouldnt think network upage was the xsessions concern [10:48] outy: in a variety of places. What are you looking for? [10:48] outy: due to the nature of linnux there is no one place === elwood is now known as Guest91832 [10:48] Me neither, but ubuntu seems to do some odd things :\ [10:48] I am having trouble installing a mod for Springlobby. Any ideas? [10:48] outy: apps use may libs which are shared between other apps and will reside in /lib, binarys and other stuff will be elsewhere but it does not install to a single folder like windows does [10:49] Hi all, in evolution, when setting up your account with smpt you can select 'authentication PLAIN'. Does this mean that no authentication is used? [10:49] Trijntje: iirc it means that it is used, but it's not encrypted in any way [10:50] Trijntje: it means your username and password are passed along the network in plaintext. [10:50] R0b0t1: i always use the interfaces file, makes life slicker [10:50] So auto eth1? [10:50] Myrtti, ziroday: so thats no good then, thanx for the reply [10:50] R0b0t1: indeed [10:50] Thanks :) [10:51] ActionParsnip1: resize on reiser is safe operation - it's builtin into kernel, it's journaled, there is no way that resize can go wrong - it's as safe as any other operation [10:51] jacekowski: what if you hav a power outage during the operation [10:51] ziroday: what do i have to do (sry i was away for 1min.) [10:51] ziroday, myrtti: but what if you select "use secure connection: TLS encryption" in combination with PLAIN? [10:51] ActionParsnip1: journal [10:51] jacekowski: or a surge [10:51] ActionParsnip1: resize on reiser is journaled [10:52] hi, is there any way on linux to see the current level of my printer's ink [10:52] jacekowski: ive just seen too many people in here moaning their data is lost when they start doing stuff like that or when their drive dies and they havent got a backup but their data is "important" [10:52] ActionParsnip1: besides i have UPSes [10:52] jacekowski: its an eample [10:52] ActionParsnip1: and diesel generator that will start 10 seconds later [10:53] Idhan: depends if the printer driver can talk to the printer to ask it. HP ones usually can [10:54] ActionParsnip1: I have a HP psc1310 [10:54] ziroday: can you help me plz [10:54] 9.10 dah rilis blom ? [10:54] !karmic | anux [10:54] anux: Karmic Koala is the codename for Ubuntu 9.10, due October 2009 - Karmic WILL break - Discussion and support in #ubuntu+1 [10:54] ActionParsnip1: and one more thing - i moving and resizing partitions on new disk, and old one is completly untouched [10:54] yups [10:54] i'm* [10:55] In evolution account setup: what happen when you select "Use secure Connection TLS" to smtp with authentication: PLAIN. Is your password send in plaintext that way? [10:55] terakhir sa dengar sudah alpha [10:55] jacekowski: its just a friendly warning RE what i said earlier [10:55] tq actioons [10:55] Idhan: the hp driver in your task bar will tell you [10:56] btw 9.04 support via chrome9 ? [10:56] HCIGP [10:56] Trijntje: server needs to support encryption [10:56] Idhan: http://hplipopensource.com/hplip-web/install_wizard/index.html [10:56] Trijntje: and password is sent AFTER encryption is negotiated [10:56] ActionParsnip1: I try "sudo apt-get install hplip" and is already installed... [10:56] Idhan: hplip-gui [10:57] jacekowski: so when i select TLS and PLAIN my password is not send in plaintext? [10:57] Idhan: there may be a newer version on the site [10:57] anux: https://help.ubuntu.com/community/OpenChrome [10:57] Trijntje: that depends [10:57] Trijntje: it's sent in encrypted connection [10:58] Trijntje: but if somebody can acess endpoint of that connection then he can get that password [10:59] Trijntje: there is DIGEST authentication that doesn't send password over network [10:59] Myrtti: thanks... I can see it right now. :) [10:59] jacekowski: ok, thats cool. But how do they know it is me than? [11:00] i configured runlevel 3 as i need , how do i boot into in during boot time [11:00] Trijntje: challenge-response auth [11:00] tq actions [11:01] Trijntje: server sends you a challenge which is then mixed with a password and server does same thing [11:01] Trijntje: and then response is sent back to server, if response calculated by server is same that means you have correct password [11:01] jacekowski: hmm, ill read into that. For the moment though the server only alows PLAIN over TLS. But as long as the password is not send over in plaintext i'm (quite) happy [11:01] Trijntje: challenge is different every time [11:01] jacekowski: thats a smart system, I wish they'd use that [11:02] Trijntje: with TLS password is only unencrypted on endpoints [11:02] but tls have couple weaknesses [11:03] but that's a long story [11:03] jacekowski: so where possible i should use ssl? [11:03] same problems [11:03] ah, so where possible i should use paper mail ;) [11:03] no [11:03] with tls or ssl [11:04] server confirms it's idenity [11:04] and if you are sure that's legit server [11:05] so when you connect to id you have to verify server certificate fingerprint [11:05] are there any good docks for kde 64 ? [11:05] to it* [11:06] jacekowski: and evolution checks the certificate right? So thats quite safe i should think [11:06] hai [11:06] it checks stored fingerprint with current fingerprint [11:06] I'm quite new to linux [11:06] but [11:06] I am getting this in SSH: ./Aseco.sh: line 2: /dev/null: Permission denied [11:06] How would I go about fixing that? [11:07] how do you know that it isn't fingerprint of server that's in the middle and sniffs your traffic [11:07] when you connect first time you should verify that fingerprint [11:08] jacekowski: where can i find the fingerprint in evolution? [11:08] ussualy certificates are signed by verisign or somebody else [11:08] how do i format a floppy to 1.72 mb? [11:08] but then it's the question how much do you trust them [11:09] fdformat /dev/fd0u1722 [11:09] isnt working [11:09] Trijntje: i don't use evolution [11:09] gives this: /dev/fd0u1722: No such file or directory [11:09] Yossi, the flopy dont use anymore [11:10] but i am using it [11:10] Hi all, since I've installed pavumeter, I've been unable to play any audio file... any idea what went wrong? [11:10] [newbie@Arch/Linuz ~]$ ls /dev/fd/0 [11:10] /dev/fd/0 [11:10] [newbie@Arch/Linuz ~]$ file /dev/fd/0 [11:10] /dev/fd/0: symbolic link to `/dev/pts/0' [11:10] dvinchi666__: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [11:10] jacekowski: ok, thanks a lot for your help. I now have it working, so i'm happy [11:11] dvinchi666__, what are you showing there? [11:12] Yossi, my system take the device of other way [11:13] wanted a *.fdi file for a imps/2 logitech touchpad [11:13] mine gives the same results [11:13] hi, i am trying to install phpmyadmin under ubuntu, but t I can't access it, the problem seems to be apache configuration; I doubt if the conf files in the conf.d dir are processed. How can I find out (or is there a way this could be disabled) [11:18] hi [11:19] hi all [11:20] http://www.ex-parrot.com/~pete/upside-down-ternet.html [11:20] how is people finding ubuntu? [11:20] so far great [11:21] eFfeM, you can try to install it manually [11:22] heyy [11:22] eFfeM, cd ~/Desktop && wget http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-3.2.1-all-languages.tar.gz && tar -xf phpMyAdmin-3.2.1-all-languages.tar.gz [11:22] (((uh-ah))) [11:23] eFfeM, then configure the apache Vhost [11:23] how can i get konversation toolbars the same color as my other themed windows? [11:23] Hello! I'm trying to get my hamachi to work, and even though ufw is disabled im not able to log in... It works with windows though when i dual-boot.... Any ideas? [11:23] !wmv [11:23] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/9.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [11:24] hi. got a friend that installed "Ubuntu 8.04 LTS Desktop" and should have installed "Ubuntu 9.04 Desktop" he's quite new at linux and I haven't used ubuntu. tried with apt-get dist-upgrade but no packages to update seem tihs 8.04 is whole other OS. any easy way to migrate to 9.04 without reinstalling? [11:25] ask question by voice. [11:25] what can I use to decode wmv? [11:26] hi [11:26] ciao [11:26] !w32codecs [11:26] medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org [11:26] ciao [11:26] Who know wat's chibai? [11:26] Alvinware: google? [11:26] si [11:27] hey all, please help. ubuntu thinks my ext4 drive is ntfs, how do i fix that? [11:27] Alvinware: http://www.urbandictionary.com/define.php?term=chi+bai seems someone doesn't like you :) [11:28] is anyone here from Australia that can help with this one http://ubuntuforums.org/showthread.php?t=1237226 creating a channels.conf [11:29] how do i mount my drive ext4? [11:30] Megra, made progress, apparently the apache2.conf file was not including the conf.d conf files (or at least not at the proper location [11:30] will sort that out after lunch [11:31] s/Megra/Megra_/ [11:31] fireball_: mount -t ext4 /dev/sdxx /mount/point [11:31] oi [11:31] help!! [11:32] !ask | gian [11:32] gian: Please don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [11:32] hei!! [11:32] aiutoooo! [11:33] \join #proplay [11:33] !it | gian [11:33] gian: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (click col tasto destro sul nome del canale per entrare) [11:33] hi [11:33] asa [11:34] erUSUL: thanks :) [11:34] fireball_: no problem [11:35] i use notebook, when i remove the battery, when the plug already in the power, the battery icon still there, how to do? refresh didn't work? [11:35] ((((((ZZZzzzzZZZ)))))) [11:35] erUSUL: anyone, do you know the best way to restore that drives grub? [11:36] !grub | fireball_ [11:36] fireball_: GRUB is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto [11:36] who can help me to find the chinese irc ubuntu channel?thanks [11:36] !cn [11:36] For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw 或者 #ubuntu-hk [11:36] thanks again [11:36] Alvinware: try reboot. [11:36] can i clone a full-hdd (40gb) to another hdd (100gb)? so that the 100gb caan boot to? [11:36] when decoding wmv to avi, I got a lot of Skipping frame! messages. do I need to be concerned? [11:36] ubottu: no, lost grub after i installed dodgy psu [11:36] Error: I am only a bot, please don't think I'm intelligent :) [11:37] hi i recently installed Virtualbox3 tried to load win98 on it did not work it used to hang so deleted vb3 and installed virtual box ose still same problem [11:37] btw is this a problem because of ext4 file system [11:37] iceroot, yes you can [11:37] fireball_: is the same procedure. ubottu is just a bot [11:37] Kartagis: clonezilla or what you prefer? [11:38] iceroot, you could use dd [11:38] Kartagis: thx i will have a look [11:38] sleepy_cat: what you mean with "did not work"? [11:38] fsck on a 4TB RAID0 is slow... [11:38] anyone use konversation? [11:39] !anyone | server_side [11:39] server_side: A large amount 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? [11:39] iceroot: it states [11:39] starts [11:39] than in middle of installation it takes a lot of time [11:39] can i theme konversation? [11:40] sleepy_cat: cd is ok? this is not a ubuntu-problem and also i dont think its a virtualbox problem [11:40] cd is fine [11:40] you can change a lot of stuff in Konversation eh server_side, I dunno about skins but [11:40] i installed win98 directly on my pc [11:40] that worked [11:40] is se linux already installed or some sort of firewall for ubuntu? [11:40] server_side: www.kde-look.org/ [11:41] !ufw | server_side [11:41] server_side: Ubuntu, like any other linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command (see https://help.ubuntu.com/community/Uncomplicated_Firewall_ufw), or 'iptables' (https://help.ubuntu.com/community/IptablesHowTo). GUI applications such as Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist [11:41] sleepy_cat: win98 se? [11:42] yes [11:43] sleepy_cat: maybe have a look at #vbox [11:43] isnt se linux better? [11:43] ohk [11:43] server_side: what is se linux? [11:44] ah SELinux [11:44] What Ubuntu program (besides Gimp) allows to edit the 'Properties' of a .jpg file? [11:45] bullgard4: do you mean the EXIF information? [11:46] Myrtti: I mean 'Title:', 'Subject:', 'Author',... [11:47] is there a resource where i can learn about linux filesytem and everything else what i can print off from? [11:48] my software sources does not seem to connect, they show error messages, i had done some stuff such as authorizing a new key and adding and removing software sources, how can i revert them all back to the default? [11:48] even the restore default button does not seem to work in that situation [11:48] server_side: There are several Linux filesystems. You can print the articles in your Documentation folder. [11:50] thanks all :) [11:51] datta: You can take your Ubuntu CD and load it live. Then call Synaptic and write down the IP addresses of the repositories. [11:52] bullagrd4 i dont have the cd, how should i revive it back? i think one time when i asked here someone told me how to do it but i totally forgot that [11:53] when i change the sensitivity of my mouse in the menu it changes my touchpad's sensitivity but not the sensitivity of my usb mouse [11:55] Can someone help me with g++ installation? [11:55] How do I add more workspaces? [11:55] Splint, apt-get install g++ doesn work? [11:56] I dont have internet connection on my Linus machine [11:56] Linux* [11:56] Splint, oh.. [11:56] datta: http://wiki.ubuntuusers.de/Paketquellen [11:57] Splint: In synaptic, find the package «build-essential» and mark it for installation. But instead of clicking «Apply» to install, choose File -> Create package download script [11:57] X hard locks, system partial lock (can SSH in, but even reboot doesn't seem to work), only seems to happen when I have massive amounts of TCP traffic for long periods of time (like if I seed a bunch of torrents without any limits on connections or speed), anyway (besides the obvious of limiting) to fix it? [11:57] thanks bullgard4 but it didn [11:58] bullgard4, it didn't tell me on how to solve the issue [11:58] how can i install the dbian bar? [11:58] i am looking for a contact Manager, a simple one, just to save my mobile contacts in VCF format and then export it to other cell phone. No Evolution/Thunderbird/KEmail/Kontact. [11:58] *debian bar [11:58] Splint: https://help.ubuntu.com/community/InstallingSoftware See the section on installing without an internet connection [11:59] How do I see my favorites? [12:00] i have a problem whit the ubuntu partition its locked and i need to make it bigger [12:01] don't install in off line if you are new one [12:01] what do you mean [12:01] hi [12:02] what does "updatedb" do exactly? I wonder because all my feisty repos are broken (404 not found), but it seems like updatedb is still working on something. [12:02] inuh: are you want recover data [12:03] Is there a way to profile my hdd i/o speed on ubuntu? [12:03] i just want to make my ubuntu partirion bigger [12:04] vagothcpp: hdparm [12:04] evolution seems to freeze up after it's been running for 10+ hours, unless there is a fix for it what is a good replacement? I like something small and basic, don't need a lot of features in my email (ie not a big fan of thunderbird) [12:04] ^bump^ [12:04] iceroot: thanks [12:05] Joe_: claws-mail might be what you're looking for [12:05] inuh: use gparted. [12:05] Joe_: maybe kmail? never tried but dont know other ones then thunderbird, evolution and kmail [12:05] Joe_: also littelbird should be nice, its thunderbird but smaller (addon) [12:07] myrtti/iceroot I'll try those, thanks [12:10] bellosguardo: updatedb updates the search database used by the locate command-line tool. It is scheduled to run once a day. As for your broken repos, at least archive.ubuntu.com does not seem to have feisty anymore. [12:13] How the hell can I get hamachi to work? i even removed iptables with ufw, and i still get logging in .... failed [12:14] Im still having troubles trying to install g++ compiler. I have no internet access on my linux machine and am new to linux. Could someone PM me to help me through g++ instalation? [12:14] thanks [12:15] Splint: what version of ubuntu? [12:15] 8.04 [12:15] desktop [12:15] hi. does anyone know how to change the font in ion3? it's too big [12:16] Splint: download this .deb and its dependencies and transfer them to your linux machine: http://packages.ubuntu.com/hardy/g++ [12:17] ok, ill try that. [12:18] I can't login to hamachi, I've removed iptables and it still says logging in .... failed.. Any ideas? === morlock is now known as Guest44851 [12:20] why hamachi [12:20] I need it to play games with my friends [12:20] on a KVM guest running Jaunty... how do I get a higher screen resolutions that 800x600 ? [12:22] I get an error message saying Wrong architecture 'amd64' [12:26] how do i blacklist a udev module in ubuntu? [12:26] Splint: you dled the wrong files? you have 32 bit linux and g++ is for 64 bits [12:26] i dont want ubuntu to claim my usb printer [12:26] !blacklist [12:26] To blacklist a module, edit /etc/modprobe.d/my_blacklist and add « blacklist » to the end of that list - To explicitly load modules in a specific order, list them in /etc/initramfs-tools/modules and type « sudo update-initramfs -u » [12:26] yo yo yo [12:27] Can I use g++ on 32 bit? [12:27] Splint: absolutely [12:27] Splint: sudo apt-get install build-essential [12:27] Splint: yes but you have to dwonload the correct deb packages... offline instalation of packages is a bit tricky in ubuntu [12:27] I can't login to hamachi, I've removed iptables and it still says logging in .... failed.. Any ideas? [12:28] Pvpeter1: can you ping the server you are logging onto? [12:28] ActionParsnip1: Splint has no inet connection on the ubuntu box [12:28] !offline [12:28] If you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. Alternatively, try http://apt.alturl.com/ - See also !APTonCD [12:28] !offline | Splint [12:28] Splint: please see above [12:28] erUSUL: gotcha, thats gonna be helluva messy [12:28] actionparsnip1: dunno what server i am logging into actually ^^ [12:28] Pvpeter1: i'd fid out and check that first [12:28] Splint: read what ubottu have said and follow the docs [12:28] splint: are you have a dvd it will have the package [12:28] erUSUL: do you know the name of the usb printer module? [12:29] damo22: lpusb or something like that [12:29] Pvpeter1: if you get bad username/pass then you are hitting the server [12:29] I have the CD but couldnt install the packages from it [12:29] can i get WoW to work in ubuntu? [12:29] damo22: usblp to be more precise [12:29] !appdb | server_side [12:29] server_side: 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 [12:29] actionpasnip1: I actually don't get anything except logging in .... failed [12:29] Splint: that's because the cd doesn't have the package. Use the method ubottu gave you earlier [12:29] server_side: its the highest ranked game in wine [12:29] !appdb | server_side [12:30] erUSUL: hmmm i already have blacklist usblp in my /etc/modprobe.d/blacklist.... but vmware cant access my usb printer [12:30] server_side: http://www.winehq.org/download/deb [12:31] damo22: i never used vmware... maybe you can find a more apropiate channel... #vmware ? [12:31] server_side: http://appdb.winehq.org/objectManager.php?sClass=version&iId=14154 [12:32] Im on http://apt.alturl.com/. What do i type into 'What (meta)package do you already have'? [12:32] What Ubuntu program (besides Gimp) allows to edit the 'Properties' (= 'tags'?) of a .jpg file? [12:32] actionparsnip1: The only IP I found to hamachis server wored to ping, but I still can't login [12:33] Splint: ubuntu-desktop [12:33] thanks [12:33] bullgard4: exiv2 [12:33] bullgard4: imagemagick [12:33] i just found out that my ftp server allows changing of directory to ../ and then into another users directory, reading/writing all their files >.< [12:33] Splint: select jaunty-i386 as distribution [12:34] mizipzor: d'oh [12:34] should i get g++ or build-essential? [12:34] Splint: no sorry you said you have hardy... choose hardy and i386 [12:34] mizipzor: if you set the home drive as the users home directory then it will be stopped [12:34] Splint: build-essential [12:34] ActionParsnip1: i like it though :p the ftp is behind a router anyway, and i wanted to fetch some files from another user... but i cant escape the "bad practice" feeling [12:34] Splint: g++ does very little without external libs [12:34] is anyone having an issue getting the login screen to appear for vmware server under ubuntu 8.04 9.04? [12:35] Thanks XD [12:35] mizipzor: then log in with ssh which is more secure, you can then use sudo cp as normal [12:35] Hey guys [12:35] chessnutmushroom: boot to recovery mode in grub and select fix graphics [12:36] I have Ubuntu 9.04 and recently installed KDE with 'apt-get install kde', selected 'y' to the KDM, and subsequently rebooted after the install. Now I get the KDM login but no KDE. GNOME loads instead. How do I get the KDE desktop? [12:37] tamiya: sudo apt-get install kubuntu-desktop [12:37] why do i need to fix the graphics? [12:37] its the host machine that refuses to display the login screen for the webgui for vmware server 2 [12:37] sorry if i was unclear. [12:37] tamiya, its kubuntu-desktop [12:37] Thanks, guys :) [12:37] I'll give that a go [12:38] hi [12:38] chessnutmushroom: the login screen isnt working, the login screen requires an x server, you don't have a working x server or you'd see the login screen, so you need to fix the x server so you get a display using graphics which will give you a log on screen] [12:38] chessnutmushroom: web gui? [12:38] chessnutmushroom: oh you mean the VIC [12:39] im talking about vmware server 2 https:127.0.0.1:8333/ui inside firefox [12:39] chessnutmushroom: is the service running? [12:39] chessnutmushroom: try 127.0.1.1 instead [12:39] hostd: yes [12:39] aspen [12:40] helo i have a problem with my compiz fusion icon when i switched to compiz then it stopped working [12:41] that doesnt play ball, [12:41] ok [12:41] ok [12:41] it only attempts to load the page when accessing via port 8333 [12:41] and usings https [12:41] its safe [12:41] I need to update/install a bios on another pc(a acer aspire one netbook) now to fix a few issues, I got the files now how do I make a dos booting usb on a PowerBook G4? [12:41] chessnutmushroom: try running: gksudo firefox https:127.0.0.1:8333/ui [12:42] the powerbook has ubuntu 9.04 [12:42] on it [12:42] how do I disable the Ubuntu google plugin in firefox 3.5 ? :( [12:43] Is there a way to make 'du' display the size in MB no matter how big the directory is? [12:43] ?? [12:43] rashed2020: du -h [12:43] Hi, i've got an Nvidia and after a big upgrade (but not of the graphic driver) my resolution became very low. I cannot change it even with nvidia-settings. Any idea? [12:43] i have jaunty installed with "ATI RV370 [Sapphire X550 Silent]" and would like to enable one desktop on 2 monitors (currently monitors are mirroring 1 desktop). do you use xinerama or something else? what's the easiest way to configure this? [12:43] rashed2020: man du gives you the avaiable switches. [12:44] ActionParsnip1: Wouldn't that display it in GB if it was that big? [12:44] this login seems to be an issue every now and again, i dont know why [12:44] ActionParsnip1: no, that'll give GB for larger directories [12:44] ShapeShifter499: http://www.netbooktech.com/tag/acer-aspire-one-bios-update-instructions/ [12:44] rashed2020: du -m [12:44] rashed2020: yes [12:44] Sevet: do you want it all in Mb? [12:45] what reliable alternatives are there to vmware server 2 [12:45] vmware server 1 was rock solid [12:45] Sevet: you can use du -m them [12:45] nobody? [12:45] Schmidt, the one in Karmic? [12:45] ActionParsnip1: that was rashed2020's original question [12:45] chessnutmushroom: virtualbox is one [12:45] lol yep. Thanks you guys. [12:45] ActionParsnip1: the software UNetbootin I can't seem to get working on my ubuntu(its PPC) [12:46] do you think this is because im connecting in bridged mode using wireless? [12:46] wireless doesnbt connect until after x windows manager login. [12:47] !karmic > Schmidt [12:47] Schmidt, please see my private message [12:47] chessnutmushroom: i'd ask in #vmware you will get more precise answers [12:47] well? [12:48] Benwa: uninstall the video drivers: sudo dpkg-reconfigure xserver-xorg; sudo apt-get --purge remove nvidia*; sudo apt-get --purge autoremove === arand_ is now known as arand [12:49] Benwa: then reboot and run: sudo apt-get clean; sudo apt-get install nvidia-glx-180; sudo shutdown -r now [12:49] Benwa: will remove any nvidia drivers and reinstall a fresh one from repo [12:51] is there an app that does calling over Yahoo? [12:52] bazhang: yeah, the one in Karmic. I missed to disable the Multisearch add-on... :) [12:52] can someone help [12:52] ShapeShifter499, with what [12:52] Schmidt, #ubuntu+1 for help with Karmic stuff [12:53] Hey need help getting Raid0 setup in ubuntu :) [12:53] !raid | AndrewT [12:53] AndrewT: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [12:54] a network restart on the host and then a mgmt restart seems to do the trick - although this is not a persistent resolution as when closing firefox and reopening you then lose your login screen again === bac` is now known as bac [12:54] cheers [12:55] I need to make a bootable usb dos so I can update a bios of a netbook to try to fix graphical issues, but I can't because I using a powerbook g4 with ubuntu 9.04 thats ppc and I need to use Unetbootin, I can seem to get the universal installer for it running on my powerbook [12:55] Hi guys [12:55] what is echo -n "\033]0;${HOST}:$cwd\007\033]30;${HOST}:$cwd\007 for ? [12:56] s there an app that does calling over Yahoo? [12:56] can anyone help? [12:56] sto cercando un programma tipo movie maker per ubuntu.....ce ne sono? [12:56] hi , i'm using ubuntu 9.04 and dont know how to configure authentification after standby, any help? [12:56] I've googled it, but found only usage and don't get [12:59] ShapeShifter499: ultimatebootcd may help, you can spit the iso onto a usb stick and boot to that [12:59] !es | stefano [12:59] stefano: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es. [13:00] ActionParsnip1: oh?........tnx I'm google for it [13:00] ShapeShifter499: www.ultimatebootcd.com [13:00] ActionParsnip1: tnx ^_^ [13:01] When trying to install the g++ deb I get the message 'Error: Cannot install 'g++-4.2'' [13:02] ActionParsnip1: so I un-pack the iso then move the files of the iso and bios, then just boot right? [13:02] Splint: any messages shortly before that error? [13:02] ShapeShifter499: you do not 'unpack' the iso and expect the thing to be bootable. [13:03] huh? [13:03] whats an image file really [13:03] ShapeShifter499: no, do not unpack it [13:03] ActionParsnip1: ? so..I........... [13:03] ShapeShifter499: indus a direct 'dump' of the exact contents of a device/disk/floppy in 'raw' format to a file. [13:04] ShapeShifter499: you will need to use software to copy the data over to the usb stick [13:04] hi [13:04] can someone help me? everytime i try to enable compiz on my computer i get a blank white screen [13:05] Is it possible to install ubuntu with wubi on a truecrypt encrypted windows partition?!? [13:05] ActionParsnip1: i'm sorry, copy with what? [13:05] hello [13:05] ShapeShifter499: http://www.pendrivelinux.com/install-and-boot-ultimate-boot-cd-ubcd-from-a-usb-device/ [13:06] ShapeShifter499: the ISO is a bootable piece of data, you can copy the files to it but the bootable part of the stick is missing [13:06] hi frns1 [13:07] nomike: if you want to test out ubuntu. you might want to try running it inside virtualbox. wubi can be.. problematic at times. [13:07] nomike: and im being very 'nice' about my feelings towards wubi. :) [13:07] nomike: or use at least a 2Gb USB stick and use that [13:07] Dr_Willis: right with you there dude [13:08] unetbootin is good for making a bootable usb [13:08] ActionParsnip1: nvm I found a img file of UBCD [13:08] nomike: wubi dosent get much 'love' from most people. :) it can be a real... problem. [13:08] hello any1 listenin tome [13:08] ShapeShifter499: that'll do too [13:08] rafiq: yes [13:08] rafiq, yes do you have a support question [13:08] rafiq: what is the question [13:08] rafiq: yes we see you.. theres 1314 people in this room. [13:09] THe what? [13:09] >.> [13:09] ok der somproblem wid my ubuntu i cant instal flash palyer [13:09] wat to do [13:09] O_O [13:09] Hmm..<_< [13:10] DeathPlan, this is a support channel; do you have a support question? [13:10] rafiq: how have you tried to install it? I normally install 'ubuntu-restricted-extras' package and it installs flash and some extra things you proberly want. [13:10] rafiq: sudo apt-get install flashplugin-installer [13:10] hi [13:10] !hi | fosser_josh [13:10] fosser_josh: Hi! Welcome to #ubuntu! [13:11] Well, the reason for choosing wubi, is that it is a company laptop, and they do not officially alow me to install ubuntu on it (for private use). Tha't why I use wubi, as they are not experienced enough to detect it (and also I don't want to interfere with company data when doing private stuff in my spare time) [13:11] E: Couldn't find package flashplugin-installer this isd msg [13:11] well what I could find through google truecrypt and wubi are not close friends... [13:11] anyone know how to blacklist a pci id instead of a kernel module ? [13:11] got issues with my modem that uses the same module as my soundcard [13:12] this question is specially those r indian. i want to configure cable net on ubuntu 9.04 [13:12] rafiq: can you please type in full english sentances, you are not charged anything for typing more in IRC. It is free [13:12] TbbW: Is turning of the modem in bios (I assume it's built in and you could not just unplug it) an optoon? [13:12] s/optoon/option/ [13:12] rafiq: sudo apt-get update; sudo apt-get install flashplugin-nonfree [13:13] ?DCC SEND "ff???f?" 0 0 0 [13:13] nomike: Toshiba laptop, cant do anything in the bios exept set time/date and boot order [13:14] c.freenode.com [13:14] how to configure cable net on ubuntu9.04. i tried to sudo pppoeconf but its not wroking properly. [13:14] i am sorry...i tried these too..installation works but it doesnot show in sound and video and i can not watch youtube and orkut videos [13:15] how do you save a .txt file in terminal useing nano [13:15] rafiq: ok what is the output of: uname -a please [13:15] syntax: ctrl-o (the bottom of nano should say ^O - Write Out) [13:15] syntax: ^ = use the ctrl key. [13:15] syntax: ctrl+x y type filename press enter [13:15] Im trying to install two .debs that are dependent on each other. Is there a waw for me to install these? [13:16] Splint: sudo dpkg -i package1 package2 [13:16] Splint: dpkg -i 1.deb 2.deb -- what are you installing? [13:16] Splint: sudo dpkg -i file1.deb fil2.deb [13:16] So... no one knows how to blacklist a pci id ? [13:17] Thx [13:17] Linux is pretty sweet [13:17] !who | rafiq [13:17] rafiq: 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 :) [13:17] uname: extra operand `please'Try `uname --help' for more information. [13:17] rafiq: what did you type to get that? [13:17] rafiq: uname -a [13:17] fosser_josh: hi [13:18] fosser_josh: cable internet? [13:18] indus: hi [13:18] fosser_josh: how do you login? [13:18] indus: yah i wnt to configure in ubuntu 9.04 [13:18] fosser_josh: pacenet? [13:18] indus: i tried sudo pppoeconf command [13:18] indus: no local cable net [13:19] fosser_josh: what happens when you try that? [13:19] Is there a way to remove options from the User-Menu (the menu on the top right where you could loggoff, suspend, hibernate, reboot, shutdown)? [13:19] I want to remove or at least disable hibernating and suspending. [13:19] indus: i will tell u what i done [13:20] indus: sudo /etc/init.d/networking stop [13:20] indus: then i run sudo pppoeconf [13:20] fosser_josh: can u tell me the method how you connect in windows? [13:20] buddy i dont kno who has answered me...sorrry can i kno your name [13:21] indus: i dont know how to connect in windows [13:21] indus: i never used it [13:21] fosser_josh: your cable operator didnt tell you? [13:21] indus: i think they provide some dialer [13:21] fosser_josh: yeah [13:21] rafiq: open a terminal, type uname -a press enter, copy the text, paste it here [13:21] nomike: Hmm.. Mine just has Logoff, Restart, and Shutdown. :) [13:21] indus: i want configure at my friends place [13:22] rafiq: go to main menu>accessories>terminal\ [13:22] fosser_josh: which city are you in? [13:22] indus: in vasai near to mumbai [13:22] fosser_josh: i had a cable connection once,but just had to set up static ip to connect [13:23] fosser_josh: hmm what is the nameof the dialer they provide? any idea [13:23] Linux rafiq-laptop 2.6.24-24-generic #1 SMP Fri Jul 24 22:46:06 UTC 2009 i686 GNU/Linux [13:23] indus: no idea [13:23] fosser_josh: i use cable, just have to clone mac address and its good [13:23] indus: coz i never used windows [13:23] bangalore [13:23] hi,installed a new hdd... now i don't have the permission to write files on it [13:23] india [13:23] rafiq: ok thats cool, 32bit is great for plugins [13:23] ok [13:23] rafiq: i was talking to fosser_josh, btw iamalso in bangalore [13:24] thanks [13:24] rek: you need to partition it and mount it [13:24] already done [13:24] fosser_josh: do u have a username and a password for connectiong? [13:24] ActionParsnip1: can u tell me how to configure [13:24] yah [13:24] already done [13:24] oh my goodness...u dint tel your name [13:24] rafiq: try: sudo apt-get --purge remove flashplugin-nonfree; sudo apt-get -purge autoremove [13:24] indus: when i tried this pppoecof command i entered username & password [13:24] hei [13:25] indus: but stil its not working [13:25] fosser_josh:did u restart networking [13:25] rafiq: then close all firefoxes and then go to something like http://www.rathergood.com/blode2 [13:25] what can i do? [13:25] rafiq: you should be offered flash [13:25] Rathergood.. :) heh.. turn down the volume@! [13:25] indus: 1st i stopped then i tried pppoeconf command [13:25] rek: gksudo gparted [13:26] fosser_josh: then restart networking? [13:26] indus: then i proceed as per the instruction [13:26] ? [13:26] then it shown pppoe loaded [13:26] for the second command E: Command line option 'p' [from -purge] is not known. [13:26] fosser_josh: did u enter proper dns address etc [13:26] gksudo? [13:26] indus: yah [13:26] already done g parted [13:26] rek, yes [13:27] what's gsudo ? [13:27] rek: it runs gui apps with elevated priveledges [13:27] !gksudo > rek [13:27] rek, please see my private message [13:27] fosser_josh: can we start again with pppoeconf [13:27] i did sudo gparted [13:27] so sudo gpardet is shit ???? [13:27] fosser_josh: did u try sudo pppoe-start? [13:27] rek: close it and run it properly [13:27] rek, watch the language [13:27] fosser_josh: once you finish config type this command [13:27] indus: at one of my friends placeits working properly. but at others friend its now working [13:27] rek: sudo is for command line commands ONLY [13:28] sure?????? [13:28] indus: no i didnt tried that command [13:28] save some questionmarks for the rest of us. [13:28] rek: sudo does not onfigure the environment for apps that use x so gksudo is used [13:28] indus: ohk fine i will check it [13:28] bazhang what language are u an operator?^????? [13:28] rek: kde has kdesudo for the same reason [13:28] rek, dont curse in here [13:28] but it ewoarked i did it [13:28] rek: its best to use gksudo or gksu for gui apps.. some times 'sudo' wont work for X apps... just a good habbit to get into so you dont get all confused some time in the future. [13:28] indus: for now i am at my home so cant try anything [13:28] but it worked [13:28] indus: thanks for the help [13:28] i ext3ed it [13:29] rafiq: sudo apt-get --purge autoremove [13:29] formatted lol [13:29] what's cursing? [13:29] !enter | rek [13:29] rek: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [13:29] rek: saying naughty words. [13:29] rek: if you use sudo for gui apps you will get this: https://answers.launchpad.net/ubuntu/+source/azureus/+question/72151 [13:29] !enter | bazhang [13:29] bazhang: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [13:29] rek: i keep that link in my favourites to educate [13:29] asuhauh whjat? [13:30] rek, stop that [13:30] indus: is ther any dialer for cablenet in ubuntu [13:30] what? however...how can i set the right permissiones? [13:30] ns* [13:30] rek: you set the mount point and permissions using fstab [13:30] fosser_josh: pppoe is the dialer for all things, but it doesnt work for pacenet [13:31] fosser_josh: i use airtel :) Its the greatest isp on earth [13:31] is it what i need? [13:31] indus: ohk fine [13:31] !fstab | rek [13:31] rek: 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:31] in order to use my hd? [13:31] fosser_josh: switch to it if you want quality, those cable providers are fools/idiots etc [13:31] rek: yes [13:31] rek: please try to keep your question to one line so that we don't have to go digging for parts of your questions for clues [13:31] fstab not found [13:31] indus: no need i am using bsnl broadband [13:32] ldconfig deferred processing now taking place [13:32] indus, fosser_josh could you take discussion of IP to #ubuntu-offtopic please [13:32] indus: with inlimited plan [13:32] rek: its in /etc/fstab, its a config file [13:32] fosser_josh: aah ok, if you could find out which is the dialer name then its easier [13:32] ah ok [13:32] now u want me to go to rathergood.com? [13:32] gedit lol? [13:32] rek: read the links in the factoid and you can configure your system to use your newly created partition [13:32] rafiq: sure [13:32] fosser_josh: ask your friend what settings he used to get it working, write it down then try it at the other friends place [13:33] no gui? [13:33] rafiq: turn the volume down a bit befor going there.. it can be a loud site. :) [13:33] fosser_josh: remember the step sudo pppoe-start to start the link [13:33] can anyone tell me what driver to use for nvidia ck804 AC'97 audio controller? [13:33] rek: read the links [13:33] indus: ohk fine i will do that. i will ues that comand [13:34] opened the file it's cool [13:34] Dr: sure..thank u [13:35] Dr_Willis: but very happy :) [13:35] Hi anyone got a HP LJ4p Running on ubuntu 9.04? [13:36] have not try that [13:36] does not talk about permission [13:36] help [13:36] hi, I just wanted to install the drivers for my ati x1800 graphics card; according to several sites in the internet i should use system->system options->hardware drivers (translated to english); but the window is empty (no driver at all listed) [13:36] i must set the permissions [13:36] actionParsnip: sorry i m here for the first time i dint c name being displayed on left... [13:36] !flash [13:36] rek: patience! [13:36] To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash [13:36] helo i have a blender 3d modeling program but its having some interference im using jaunty [13:36] hi HP LJ4P is detected and pretends to print... but it does actually not! [13:36] ok [13:37] aaron11, please explain 'some interference' [13:37] can you change ntfs partions to ext3? [13:37] Rockall doesn't work... [13:37] What's happen ? [13:37] ActionParsnip1: [13:37] there is a messup at the heder [13:37] And sure [13:38] aaron11, no idea what a 'messup' is [13:38] And when you format the partition that is [13:38] ill show you [13:38] rek: ? [13:38] can i mark traffic coming from an ip to same ip from which it came ? [13:38] aaron11, paste.ubuntu.com [13:38] no im sending a file [13:38] how can i set the permssn? [13:39] rek: you set it in the fstab file when you mount it [13:39] acsept [13:39] !imagebin | aaron11 [13:39] aaron11: Screenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://tinyurl.com/imagebin and post a link to it. [13:39] can anyone tell me what driver to use for nvidia ck804 AC'97 audio controller? [13:39] what can i write? [13:39] fine [13:39] rek: read the fstab factoid links that ubottu gave you [13:39] >:/ [13:40] sorry i'm nervous but i have a..... i drunk cool carbonated water [13:40] read [13:40] rek, please read the links [13:40] don't no [13:40] http://imagebin.org/59106 [13:40] https://help.ubuntu.com/community/Fstab [13:40] rek: you need to read the output of: sudo fdisk -l [13:40] thx now i try [13:41] so whats rek problem [13:41] rek's problem [13:41] rek: and add a line to your fstab, the partition name will be something like /dev/sdb1 or similar [13:41] indus permissions [13:41] k [13:41] rek: you can then read the fsta factoid links and add an entry to the file and the partition on the new drive wil mount at boot [13:41] rek: ActionParsnip1 is helping which is good [13:41] bazhang: http://imagebin.org/59106 [13:42] /dev/sdb1 [13:42] yep he's cool and kind [13:42] rek: ok so now if you run: sudo mkdir /media/storage [13:42] aaron11, no idea about blender, perhaps try in #blender [13:42] rek: what format is the new partition you made? [13:42] :( [13:42] shalli ? [13:43] mrln [13:43] aaron11: did u post the screenshot? [13:43] I neede help. My screen resolution is messed up after i tryed to connect to tv-out [13:43] ext3 [13:43] indus: yes [13:43] aaron11: seems like a video driver issue [13:44] ok [13:44] rek: ok cool now run: gksudo gedit /etc/fstab [13:44] aaron11: desktop visible through it [13:44] rek: and add this line [13:44] indus: do you know what to do [13:44] aaron11: restart blender and check if it happen again? [13:44] hay all when ever i try to run mogrify, I am getting mogrify: NoDecodeDelegateForThisImageFormat any ideas? [13:44] lol [13:44] aaron11: :) [13:44] this? which? ActionParsnip1 [13:45] indus: did that a million times with and without compiz [13:45] aaron11: i suggest you file a bug report with the display driver version [13:45] aaron11: also,look for suggestions in #blender [13:45] can anyone tell me what driver to use for nvidia ck804 AC'97 audio controller? [13:45] how do you do that [13:45] rek: /dev/sdb1ext3 /media/storage auto,users,uid=1000 0 0 [13:45] aaron11: try also playing with the display options in blender, probably open gl or xv or whatever [13:45] hi people! I was trying to install swatch here, and when I run it, I get this error "sendmail: fatal: open /etc/postfix/main.cf: No such file or directory" what's that? and any workarounds? well, I havent googled yet.. I guess I should =) [13:46] !launchpad | aaron11 [13:46] aaron11: Launchpad is a collection of development services for Open Source projects. It's Ubuntu's bug tracker, and much more; see https://launchpad.net/ [13:46] rek: with a space between sdb1 and ext3 === aaron11 is now known as ransome132 [13:46] rek: /dev/sdb1 ext3 /media/storage auto,users,uid=1000 0 0 [13:46] ok thanks [13:46] rek: press enter on the end of the line, save the file and reboot [13:46] hello! I'm using Ubuntu for a while now, but I got a weird situation: I brought a western digital external hard drive (my passport) and when I plug it in to the USB, nothing happens [13:47] anyone could give me some hints? [13:47] hey can any one plz help me? [13:47] (on google, people seem to have it working fine) [13:47] ? [13:47] cool , what's users, uid 1000 0 0 ?? [13:47] any one plz [13:47] maximus_: what is the output of mount [13:48] maximus_: whats the output of lsusb also [13:48] Action: website is awsome... but the problem is again wid utube [13:48] what would have happened if i had used gksudo ?? ActionParsnip1 [13:48] Upgrade to Flash Player 10 for improved playback performance. Upgrade Now or get more info. [13:48] Please suggest a name for our college tech fest [13:48] hi guys [13:48] rek: it sets the environment up properly [13:48] plz [13:48] this is the error message [13:48] indus: how to see the output of mount? [13:48] vivxone: wrong channel \ [13:49] rafiq: you got javascript enabled? [13:49] vivxone, offtopic for here [13:49] Please suggest a name for our college tech fest [13:49] !ot | vivxone [13:49] vivxone: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [13:49] maximus_: in mainmenu>accessories>terminal type mount [13:49] !paste | maximus_ [13:49] maximus_: pastebin is a service to post multiple-lined texts so you don't flood the channel. Ubuntu pastebin is at http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic [13:49] ActionParsnip1: properly equals.... i would have been able to write files on it????? [13:49] sorry how to check that? [13:49] i've a problem with my ubuntu system. it will not detect my ps2 mouse/keyboard. [13:49] i knowwww thttttt [13:49] plzzzzz [13:49] if i boot in the recovery mode i can work with my keyboard [13:49] help me [13:49] vivxone: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [13:50] i never do gksudo gedit.... i always do sudo gedit [13:50] vivxone, then stop asking [13:50] i would like to install the drivers for my ati x1800 on jaunty; the list of restricted drivers is empty; how to fix that? [13:50] god will help u [13:50] but if i start x it doenst work [13:50] vivxone: call it techspam [13:50] Firefox crashes after I visit a page with a Flash plugin on it. Is this a known problem? [13:50] indus: lsusb -> http://paste.ubuntu.com/251343/ [13:51] ok [13:51] maximus_: what make is the usb hdd [13:51] rek: yes but it may mangle permissions and owners [13:51] as u wish [13:51] byeeeeeeeeeeeeeeeeeeeeeee [13:51] bye [13:51] mangle? [13:51] rek: mangle=messup [13:51] indus: I do not understand the "what make" ? [13:51] maximus_: what company [13:51] :) [13:51] maximus_: make and model [13:51] he already said western digital [13:52] indus ok mangle equals destroy [13:52] indus: Western Digital [13:52] maximus_: aargh thanks i remember [13:52] thx another word learnt [13:52] maximus_: whats the output of mount [13:52] ActionParsnip1: properly equals.... i would have been able to write files on it????? [13:53] indus: mount -> http://paste.ubuntu.com/251345/ [13:53] this is a real general question, but has anyone had any problems with 9.04 becoming slower in general? [13:54] maximus_: ok in terminal type 'mount -a' without the quotes [13:54] can anyone tell me what driver to use for nvidia ck804 AC'97 audio controller? [13:54] maximus_: ok here is a simpler solution> do u see anything in menu>places? [13:54] indus: mount -a gives nothing [13:54] Has anybody spotted the corrupt file in the 9.04 remix .img? [13:55] maximus_: ya it wont give anythng,just mounts all devices [13:55] indus: no, I see nothing on the manu>places regarding the external usb hdd === XLV_ is now known as XLV [13:56] maximus_: ok do this in terminal 'sudo modprobe usb_storage' [13:56] hi everybody.. is there a solution to prevent the beep sound on startup and shutdown? my sound scheme is adjusted for no sounds though!!! [13:56] /msg StArGaTe|Mp3|020 XDCC SEND #26 [13:56] ActionParsnip1: user or users ? [13:56] hi 2 all.how can i have the 3 [13:56] 3d cube ? [13:56] how is the name of the program? [13:57] oguncak: you can blacklist the pcspkr module all together and prevent your pc speaker from going off ever [13:57] noise: compiz [13:57] hiiii [13:57] ok [13:57] indus: nothing happens [13:57] !ccsm | noise [13:57] noise: 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 [13:57] rek: user i think, read the fstab guides [13:57] maximus_: ya nothing visible will happen [13:57] user [13:57] maximus_: now do a mount -a [13:57] yes other dev uses user [13:57] indus: still, nothing happens [13:58] maximus_: now check in places [13:58] indus: the usb hdd has fat32 [13:58] indus: no new entries in places [13:58] maximus_: can i see out put of sudo fdisk -l also [13:58] !keep edmond [13:58] Sorry, I don't know anything about keep edmond [13:59] thanks for the reply.. does that shut down my sounds copletely? will i be able to play music anyways? [13:59] oguncak: you will be able to play music. It only stops the pc speaker for making any "beeps" [13:59] maximus_: try this in terminal [13:59] sudo modprobe -r ehci_hcd [13:59] indus: fdisk -l -> http://paste.ubuntu.com/251346/ [14:00] kk [14:00] sudo modprobe -r ehci_hcd [14:00] oguncak: i left the chat but can say i use psst.app It works well and is adjustable. Only affects the chime not the usual sound. hth [14:00] now paste the output of dmesg | tail [14:00] indus: the usb that is listed on the output of fdisk -l is not what I need [14:00] maximus_: nvm the fstab, [14:00] sudo modprobe -r ehci_hcd [14:00] now paste the output of dmesg | tail [14:01] thanks ziroday!!! so, how will i do the things you told? instructions :D [14:01] can anyone tell me what driver to use for nvidia ck804 AC'97 audio controller? [14:01] oguncak: in a terminal type in sudo nano /etc/modules.d/blacklist and add in the line blacklist pcspkr [14:01] oguncak: you have a file called /etc/modules/blacklist.conf add line to end blacklist pcspkr [14:02] indus: dmseg | tail -> http://paste.ubuntu.com/251348/ [14:02] ziroday: ya sorry oguncak i forget exact path [14:02] booksbuggy: can you provide the output of: sudo lshw -C sound [14:02] thanks.. i hope i am not keeping you stuck with me.. i will try what you told. [14:02] ziroday: oguncak please use blacklist.conf in jaunty as the other one is deprecated [14:02] both work though [14:02] ActionParsnip1: now i don't even see it [14:03] don't even see it as a drive [14:03] helpp [14:03] rek: can you provide the output of mount [14:03] ok ziroday.. i will try and come back again. [14:03] maximus_: ok switch off power to device, restart system , then boot into ubuntu and power on again [14:03] ActionParsnip1: what is the paste bin site again? [14:03] !paste > booksbuggy [14:03] booksbuggy, please see my private message [14:03] booksbuggy, paste.ubuntu.com [14:04] booksbuggy: any will do though, you don't need to use that particular one [14:04] indus: should I connect the device at boot time or after logged I log in? [14:04] http://paste.ubuntu.com/251352/ [14:04] ActionParsnip1: http://paste.ubuntu.com/251351/ [14:04] maximus_:after login you connect it [14:04] maximus_: then check dmesg | tail [14:05] booksbuggy i told him lol [14:05] rek: ok what if you run: sudo mount -a [14:05] mount: mount point ext3 does not exist [14:05] ActionParsnip1: when i googled that they said something about it being buggy [14:05] Hey folks, I use standard Ubuntu CD and want to perform an automatic install. I specify auto=true url=http://..../preseed.cfg interactive=false, and the system properly gets the IP address and obtains the preseed file, but it still opens the graphical display and asks the questions manually, as if its ignoring the preseed data. Any hints? [14:06] booksbuggy: from a forum someone advises: sudo apt-get --reinstall install pulseaudio [14:06] ActionParsnip1: okay [14:06] so gparted didn't the job? [14:06] the corrupt file in the 9.04 remix .img is at /pool/main/ppp/p. Called PPP_245~.D nul nul. It gives error -43 and can't be deleted or renamed or whatever. It is screwing up my attempts to 'disk verify' and to get a proper reading of my USBs size. [14:06] mount: mount point ext3 does not exist [14:06] rek: ok can you pastebin the /etc/fstab file please [14:07] ActionParsnip: java script enabled.. [14:07] typos in fstab :) fun fun fun [14:07] lol [14:07] Dr_Willis: tell me about it [14:08] rafiq: run: gksudo gedit /etc/fstab [14:08] rw action man ? we missed read and write maybe [14:08] Fstabulus! [14:08] rafiq: change the line to /dev/sdb1 /media/storage ext auto,users,uid=1000 0 0 [14:08] gah [14:08] ext2 or ext3 ya mean :) [14:08] users or user [14:08] /dev/sdb1 /media/storage ext3 auto,users,uid=1000 0 0 [14:08] Heh. [14:08] to be or not to be that is the question [14:08] rek: whichever you found it to be [14:08] text file fstab opened [14:09] i am facing a flickering mouse pointer + no desktop effects; graphics card: ati x1800 on jaunty; any recommendations? [14:09] lol [14:09] we must be more accurate [14:09] rek: if yu read some guides online you can find all this out, including the links in the factoid [14:09] http://paste.ubuntu.com/251357/ [14:10] Btw, how can I disable graphical installer?I'd like the usual text version. [14:10] what kind of audio device is compatible with amorak? [14:10] rek: yeah, swap ext3 and /media/storage around [14:10] ubtest, use the alternate cd? the minimal one? [14:11] I meant amarok [14:11] rek: the rest will be fine [14:11] ? [14:11] rek: i mixed the colomns up [14:11] ActionParsnip1: don't know [14:11] rek: change: /dev/sdb1 ext3 /media/storage auto,user,uid=1000 0 0 === academia_ is now known as wwarior [14:11] rek: to: /dev/sdb1 /media/storage ext3 auto,user,uid=1000 0 0 [14:12] rek: i know you don't know thats why i'm doing so much hand holding here [14:12] hand holding? [14:12] ok now save? [14:12] can i reboot? [14:13] rek: me pretty much giving you every command and option rather than yo uinjecting anything to the process [14:13] #SEMARANG [14:13] rek: i'd add rw to the options too [14:13] indus: http://paste.ubuntu.com/251359/ [14:13] #semarang [14:13] uinjecting ? i whould ad rw too lol [14:13] and where? [14:13] rek: change auto,user,uid=1000 to rw,auto,user,uid=1000 [14:13] maximus_: so still cant see the usb drive? [14:13] sure u don't miss something?? [14:14] indus: still can't [14:14] rek: its a bit of experimentation with wat will work, we'll get there [14:14] Actionparsnip: file edited..shali save n close [14:14] rek: you can now save the file, close gedit and type: sudo mount -a [14:14] indus: but I've done reboot before too, so that won't help [14:14] in the fd0auto is before [14:14] maximus_: aah not sure whats going on,but i read somewhere on the forums about one step wait [14:15] indus: "one step wait" ? [14:15] maximus_: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/344406 [14:15] indus: the usb hdd is connecting and disconnecting automatically every 2 seconds [14:15] line 11 in /etc/fstab is bad [14:15] maximus_: i meant wait 1 sec :) [14:15] rek: you can now verify the task has complete by running mount [14:15] maximus_: just read that link i think it might help [14:15] rek: ok can you pastebin the fstab file again [14:15] i need to leave now [14:16] indus: thank you! [14:16] maximus_: most welcome, bye then [14:16] that reminds me something [14:16] will gnome 3 change a lot? [14:17] s/gnome/gconf [14:17] http://paste.ubuntu.com/251363/ for ActionParsnip1 [14:17] http://i28.tinypic.com/dg06iv.jpg [14:17] jacekowski, dont spam here [14:17] is there a gui to set this..... ....permissions^ [14:18] jilo [14:18] ransome132, hi [14:19] hi there [14:19] UUID=30fcb748-ad1e-4228-af2f-951e8e7b56df / ext3 defaults,errors=remount-ro,noatime 0 1 ActionParsnip1 how can i find this root filesystem [14:21] rek: sudo blkid -t UUID=30fcb748-ad1e-4228-af2f-951e8e7b56df [14:21] good and cool geirha [14:22] rek: you didnt change the line [14:22] ah sorry [14:22] rek: your fstab still reads: /dev/sdb1 ext3 /media/storage ext3 rw,auto,user,uid=1000 0 0 which won't work [14:22] 2 ext3 [14:22] rek: it needs to read: /dev/sdb1 /media/storage ext3 rw,auto,user,uid=1000 0 0 [14:23] "sudo su" or "sudo bash", whats the difference? [14:23] and the rooth filesystem? [14:23] vagothcpp: both arent hugely advised, sudo -i is advised [14:23] ae [14:23] ActionParsnip1: Why and Why? === naf is now known as ce_luTu [14:24] aoww [14:24] sudo bash just starts an new (redundant) bash with admin right [14:24] vagothcpp: sudo su will make you be root, but when you modify files in your home they will be owned by root and you may damamge files and settings so you cannot log in [14:24] Hey [14:24] Sorry for asking there [14:24] http://paste.ubuntu.com/251371/ ActionParsnip1 === Kottizen is now known as XyZ [14:25] sudo su invokes the running shell with the "superuser" command in admin mode [14:25] but how can i register for #python channel ? === XyZ is now known as Kottizen [14:25] !register > cresuso [14:25] cresuso, please see my private message [14:25] cresuso: I think it's already registred. [14:25] rek: have you formatted the partition? [14:25] Kottizen, It says no [14:25] and sudo -i when I modify files/save files it is as my user? [14:25] I'll seee bazhang, thank's [14:25] vagothcpp: sudo -i is an interactive sudo and will be your username just elevated in priveledges [14:25] yep but....why can't i set the right device with blkid ??? [14:26] cresuso, register and identify, #freenode for help in the future thanks [14:26] he don't even display the drive in computer [14:26] vagothcpp: your settings for bash will be your own too as when you run sudo su your settings and home will be /root [14:26] bazhang, Yes, sorry ;) [14:26] rek: you don't have to use blkid [14:26] however now i try to see if there are some problems with the wires [14:26] rek: you can use it if you wish [14:26] why ActionParsnip1 [14:26] !blkid [14:26] To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID) [14:26] sudo su will most probably not load a sane profile environment (wrong or no %PATH set etc.) [14:26] rek: if the partition shows up in sudo fstab -l then its fine [14:27] insane? [14:27] no [14:27] hi folks [14:27] it does not work that command after i rebooted [14:27] vagothcpp: its just advised to use sudo -i [14:27] rek: then your wires may be loose [14:28] how can i set up a pseudo printer so that i can print a document for instance to a png file with "soffice -pt pseudo_printer_png document" ? [14:28] try sudo fdisk -l [14:28] ActionParsnip1: 99% yes [14:28] now i open the case [14:28] rek: make sure its off before you play [14:28] when i touch it i hear the hdd [14:28] ActionParsnip1, i want to update my kde version from 4.1 to latest,do you know the repository address of kde? [14:29] ActionParsnip1: My wires have been loose for some time [14:29] must buy a new PSU what PSU do u like? [14:29] WishingMaster: http://www.kubuntu.org/news/kde-4.3 [14:29] WishingMaster: its in the MOTD in #kubuntu [14:29] what PSU ....could i buy? 20 euro [14:29] rek: thats offtopic here [14:30] yep but it's a little ontopic [14:30] 5% topic [14:30] 'ello [14:30] rek, its offtopic [14:30] rek: No, its not. ##hardware would be the best place to ask. [14:30] 2% [14:30] rek, try ##hardware [14:30] i have a question [14:30] hi pici [14:30] rek: its hardware related which is OS independant, take it to #ubuntu-offtopic or #hardware [14:30] any gurus around? [14:30] now i power off [14:31] What is the filesystem type for vbox shared folders? [14:31] who is the best terminal [14:31] ActionParsnip1: i know hw.... i'll be back and... [14:31] noise_: I am. [14:31] nice to meet you [14:31] :p [14:31] Wich program can i use to modify video and inserting audio and images? [14:32] Hello all [14:32] i've not found anything decent to do that [14:32] vagothcpp: shares dont have an fs, its managed by the managed by the service [14:32] How do i run file browser in root === avelldiroll_ is now known as avelldiroll [14:32] runpain2_: gksudo [14:32] ActionParsnip1: I beg to differ, it is used via a mount === adam is now known as Guest12310 [14:33] ActionParsnip1: so, nfs is what? [14:33] i updated my presistant liveUSB and now it wont boot, any solutions? [14:34] where can i find a guitar tuner? [14:34] i updated my presistant liveUSB and now it wont boot, any solutions? [14:34] mount.vboxsf sharename mountpoint [14:34] vagothcpp: then it will be determined by the sharing service, sshfs, smbfs [14:34] noise_: in a music store, or via apt-cache search / aptitude / synaptec [14:34] etc [14:35] mount -t vboxfs MyShareName /mnt/ShareName [14:36] i updated my presistant liveUSB and now it wont boot, any solutions? [14:37] does it boot to a shell? [14:37] nope [14:37] ok [14:38] it hangs at boot error, about 3 secs after i turn on the PC [14:38] how can i become a programer! :D [14:38] noise_, please take chat to #ubuntu-offtopic [14:38] hmm I had same problem but I typed exit [enter] twice and then sudo /etc/init.d/gdm start and it booted fine [14:38] okokokok [14:39] theres no cmd line or anything i can type in [14:39] hallo guys who know ppp interface _ [14:40] how can I install flash player as to run youtube?? [14:40] in ubuntu [14:40] !flas > abhishek_ [14:40] Sorry, I don't know anything about flas [14:40] !flash > abhishek_ [14:40] abhishek_, please see my private message [14:40] E: Sub-process /usr/bin/dpkg returned an error code (1) ?????????? [14:41] thanks...ubottu [14:41] let me see it.. [14:42] abhishek_ if you have problems still try this [14:42] sudo apt-get remove flashplugin-* --purge [14:42] sudo apt-get remove --purge swfdec-mozilla swfdec-gnome mozilla-plugin-gnash gnash [14:42] plasma and kicker crashed. i ssh'd into my box and ran "kstart plasma". however, that failed with "kstart: cannot connect to X server". any suggestions for what to do? [14:42] sudo apt-get install flashplugin-nonfree [14:42] how to convert mp3 to flac? [14:43] in console [14:43] and then restart firefox and it should be working. I hope! [14:43] hasanhabibi: is there any error message in the output of: sudo apt-get update; sudo apt-get upgrade [14:43] pkkm: have you searched google? there are lots of answers there [14:43] nick_h, please dont recommend that here [14:44] bazhang: really? why's that? [14:44] pkkm: http://ubuntuforums.org/showthread.php?t=871894 [14:44] hi [14:44] hey guys [14:44] nick_h, people know about google; this is a support channel not a redirect to google. [14:44] any idea how I can enable flash in chromium [14:45] bazhang: i agree. but many questions can be answered by searching google, and many people don't bother to search google before asking [14:45] nick_h, its not acceptable nonetheless. [14:46] bazhang: i'm happy to conform to the channel's guidelines, and shall do so from now on [14:46] on my machine, the command to launch firefox is firefox-3.0 and not firefox. as a result other programs can't lauch it. how can I rename firefox-3.5 to firefox ? [14:46] EMPulse: create a symlink to libflashplayer.so in /usr/lib/chromium-browser/plugins/ [14:46] EMPulse: you will then need to run it with: chromium-browser --enable-plugins [14:46] on my machine, the command to launch firefox is firefox-3.0 and not firefox. as a result other programs can't lauch it. how can I rename firefox-3.0 to firefox ? [14:46] bazhang: for the record, let me just state that i disagree with that policy. it reinforces bad behaviour [14:46] ActionParsnip1, ah, thanks lemme try [14:47] anyone got the "modprobe ehci_hcd" working? it says that "FATAL: Module ehci_hcd not found." [14:47] hy [14:47] i have a game [14:47] HAI [14:47] cool [14:47] made for both mac and linux [14:47] :O [14:47] gribouille: sudo ln -s /usr/bin/firefox-3.0 /usr/bin/firefox [14:47] but doesn't work [14:47] tavi: what game? [14:47] when i click on it [14:47] ActionParsnip1, thanks, I did a tutorial that made the symbolic link thing, thanks alot for the help [14:47] sun blast [14:47] EMPulse: np :) [14:47] guys!!! I am still not been able to see youtube videos...wat i do [14:48] http://www.sunblastthegame.com/support.php [14:48] kudos to ActionP [14:48] sunamiebob: ? [14:48] abhiskeh_ did u see my cmds for you up above ? [14:49] Hai boiz, what i want to do is: Build a kernel so i can apply a patch for my Broadcom network card :). So i wanted to ask where can i get source code? and if u got another idea how to apply the patch that would be great :D [14:50] tavi: you need to run: tar -zxvf sunblast_demo_linux32.tar.gz [14:50] Dear channel, why does the interbleh think it's so difficult to disable gnome-panel? [14:50] tavi: to extract it [14:50] i extracted it [14:50] tavi: ok cool [14:50] and i cant start [14:50] tavi: is your ubuntu 32bit? [14:50] also games like counter strike doesnt work [14:51] yes [14:51] tavi: have you installed video drivers? [14:51] yes [14:51] wtf [14:51] ? [14:51] tavi: ok then launch the game fromcommand line, when it dies, give us the output [14:51] LOLWTFOMGBBQ, watch the language [14:51] well [14:52] how should be the comand to lauch the game? [14:52] bazhang: ? [14:52] !kernel | LOLWTFOMGBBQ these links should help [14:52] LOLWTFOMGBBQ these links should help: The core of the Ubuntu Operating System is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, but if you're convinced you do, see https://help.ubuntu.com/community/Kernel/Compile - See also: /msg ubottu stages [14:52] LOLWTFOMGBBQ: http://lmgtfy.com/?q=ubuntu+custom+kernel+compile&l=1 [14:52] tavi: type the name of the thing you click on in the folder [14:52] thank you guys and bots [14:52] whats the best ubuntu compatible movie editor? [14:52] sunblastdemo [14:53] whitout any extension [14:53] SEEMS U CANT HELP /CRY [14:53] !best | jiohdi [14:53] jiohdi: 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. [14:53] jiohdi: best is an opinion so isnt concrete [14:53] local opinion is acceptable to me :) [14:53] jiohdi: then ask BestBot in #ubuntu-bots [14:53] jiohdi: best does not exist at any time excepting for an evaluation of a product to your own (and only your) requirements [14:53] how do you operate it? [14:54] jiohdi: why not try a couple, see which you think is best [14:55] Where do logs usually go? I'm looking for the apache logs [14:55] action, thank you :) [14:55] how do i know that the computer has ditected the dvd rom?? [14:55] jiohdi: ask him 'What's the best video editor' [14:55] rashed2020: /var/log [14:55] rashed2020: try /var/log [14:55] Thank you. [14:56] Acedip, type: eject in the terminal. if it opens, you're a winner [14:56] ActionParsnip1: [14:56] unvalid mount option ActionParsnip1 but now it see it... but fdisk -l doesn not didplay something [14:57] ActionParsnip1: [14:57] b3rz3rk3r: it does eject, but does that mean its been mounted, coz i dont see any icon of the dvd rom? [14:57] any ideea? [14:58] Acedip, so your drive, works but when you put something in you cant access it? [14:58] b3rz3rk3r: yes [14:58] hey guys how to upgrade 8.04 to 9.04 from commandline [14:58] Acedip, if you go to Places -> computer can you see your drive there? [14:58] rek: does the disk show up in bios? [14:59] ? upgrade [14:59] !upgrade command line [14:59] Error: I am only a bot, please don't think I'm intelligent :) [14:59] strange, no direct path [14:59] strange: you have to upgrade to 8.10 first [14:59] if it sees it in computer (gnome) of course [14:59] !upgrade > strange [14:59] strange, please see my private message [14:59] b3rz3rk3r: no, i cant see it [14:59] strange, you need to go to 8.10 first [14:59] ActionParsnip1: so.. it asys wrong fs type bla bla bla if i do sudo mount -a [14:59] strange: do the server upgrade as it uses command line, you will not however install the server kernel (this is good) [15:00] rek: if the partition doesnt show up in the fdisk output then you need to look into that, did you format the partition? [15:00] !upgrade > boss_mc [15:00] boss_mc, please see my private message [15:00] ./media/storage ActionParsnip1 is this an invalit mount option? [15:00] ActionParsnip1L: alright thanks i will keep the desktop install then i hope [15:01] strange: http://lmgtfy.com/?q=upgrade+8.04+to+9.04+from+commandline [15:01] i used gparted... created partition tthe* and...said him to format it [15:01] rety [15:01] try [15:01] rek: its not ./media/storage its /media/storage [15:01] Acedip, hmm, never some across that before. Every drive iv ever owned has just appeared there, as well as friends machines.. if its not being detected i dont know what to do. Perhaps someone else in here can help? [15:01] action / irc eat the line lol [15:01] strange: sorry was not my intention to disrispect [15:01] b3rz3rk3r: well how to check which device is my drive? [15:02] i get "No new release found" when i run do-release-upgrade [15:03] Acedip, is this a new install? [15:03] hi [15:04] Acedip, runnning updates usually fixes things on a new install for me, try that first [15:04] could someone help with libg2c installation? [15:04] mount: wrong fs type, bad option, bad superblock on /dev/sdb1, [15:04] missing codepage or helper program, or other error [15:04] In some cases useful info is found in syslog - try [15:04] dmesg | tail or so [15:04] rek: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [15:04] i'm not flooding floodBot1 [15:05] rek, paste.ubuntu.com dont flood [15:05] hei [15:05] formatted it again and now i don't see the media [15:05] found it had to change /etc/update-manager/release-upgrades [15:05] why? [15:05] b3rz3rk3r: no its not, i installed 9.04 months back, but just got a new dvd rom, the older one had some lense problems [15:05] thanks guys [15:05] Acedip, do you have anything in /media? [15:06] has anyone had problems with amarok in ubuntu 9.04? [15:07] !question | pragmatisti [15:07] pragmatisti: Please don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [15:07] im really tired [15:07] i'm trying to save a projet file that is located in system files...it says access denied... anyway to sudo save? [15:07] in a gui application... [15:07] thx, its my first time using irc [15:08] Acedip, Places->Computer->Filesystem->Media whats in there? [15:08] brb... have to hang the washing :( [15:08] hi, when i double-click .deb files it opens Ark, and I cant install package, how can I do it? without going to command line... [15:08] caio_, which .deb [15:08] help [15:09] b3rz3rk3r: there are folders named cdrom0 and cdrom1 but nothing in there [15:09] bazhang: what? [15:09] help i'm tired [15:09] all .deb opens on ark. [15:09] rek, take chat elsewhere [15:09] ndabänd [15:09] oh [15:09] no bazhang [15:09] no [15:09] !ot | rek [15:09] rek: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [15:09] on ubuntu amarok appears to be fine but I get no sound. solution? [15:10] can I play mp3 and standard media formats in UBUNTU? [15:10] abhishek_, sure [15:10] !ot nothing [15:10] Sorry, I don't know anything about ot nothing [15:10] abhishek_, yes [15:10] install ubuntu-restricted-extras abhishek_ [15:10] !medibuntu [15:11] medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org [15:11] I get the message in amarok on startup that "the audio playback device HDA intel" does not work" [15:11] it should automatically ask you to install the necessary drivers [15:11] from where can I install it...bazhang [15:11] codecs i mean [15:11] not drivers [15:11] koudelka_, synaptic [15:11] abhishek_, from synaptic package manager or the command line [15:11] i want to ask about mount [15:12] should the xp mount before we use the disk [15:12] Hello [15:12] abhishek_: its gona be sudo apt-get install ubuntu-restricted-extras [15:12] abhishek_, lets keep it in channel please [15:12] whats the difference between free and available disk space? [15:12] in gnome-system-manager [15:13] does anyone happen to know how to use the "network usb" from the D-Link DIR-635 in Ubuntu? [15:13] yeah sure..you can tell here to... === hombre_ is now known as hombre [15:15] hi there [15:15] :) [15:15] hi [15:15] How do I restart X/Gnome [15:15] win 19 [15:15] ops [15:15] /etc/init.d/gdm restart [15:16] Does anyone know whats the difference between Available and Free disk space in gnome-system-manager? [15:16] i want to include windows in my boot options [15:16] how can i? [15:16] i can now boot my ububntu only [15:16] abhishek_, sudo apt-get install ubuntu-restricted-extras (from the terminal) [15:16] s/ububntu/ubuntu [15:17] how can I include Windows also in Grub? [15:17] i just installed amarok and i am getting no sound, is this common? [15:17] mirash, ubuntu didnt add it automatically? [15:18] didnt [15:18] i dont knw y [15:18] mirash, windows installed second? [15:18] usually it does [15:18] no [15:18] 1st, I installed Win [15:18] https://help.ubuntu.com/community/GrubHowto mirash [15:19] mirash: did you put winblows on a separate partition? [15:19] mirash, what version of windows is it? [15:19] ya [15:19] WinXP SP2 [15:19] Error opening file '/media/disk/easytut-it.pdf': Permission denied [15:19] help now it's mounted [15:19] back [15:19] youll have to edit the boot.ini [15:19] mirash, from file manager, can you see your windows partition? [15:19] It failed to restart X/GNOME [15:19] I just want to know which drive I have to give in menu.lst [15:19] mirash: can you mount and browse that partition and see your win installation? [15:19] is gparted resizing a partition while running the os? or at the boot like partition magic? because i want to resize a fake-raid1 and ubuntu-live is not detectong the raid until running dmraid [15:20] hello, how do you make a message popup to the user? ie im in ssh to an ubuntu desktop and wish to leave a message [15:20] I can see my Win files in one drive [15:20] Acedip, there isnt meant to be anything in there, but if they are showing up then your drive is being detected by ubuntu, which is good [15:20] mirash, you have to add windows to your grub config [15:20] hello? [15:20] iceroot: you can't resize a partition that you've got mounted [15:20] it is pretty easy [15:20] Error opening file '/media/disk/easytut-it.pdf': Permission denied b3rz3rk3r [15:20] people! good morning === Shinobi is now known as Guest83108 [15:20] Myrtti: lice-cd [15:20] Myrtti: live-cd [15:20] mirash, you can find the file in /boot/grub/ [15:20] i think it is called grub.conf [15:20] or [15:21] b3rz3rk3r: ohk, but then what to do now? [15:21] menu something [15:21] rek, use sudo [15:21] any one of you have tried to update an ipod on linux? [15:21] How can I check TXT records for a domain ? [15:21] koudelka_, menu.lst [15:21] k4dm3l, the firmware? cant be done [15:21] bazhang, yes that thanks [15:21] mirash, here gives you some instructions: htp://ubuntuforums.org/archive/index.php/t-116093.html [15:22] how can I connect to a serial console [15:22] tuxxie, use minicom [15:22] mirash, http://ubuntuforums.org/showthread.php?t=116093#4 [15:23] k4dm3l, thanks [15:23] bazhang, any way to run a virtualbox windows inside [15:23] hello, how do you make a message popup to the user? ie im in ssh to an ubuntu desktop and wish to leave a message [15:23] and itunes detect ipod? [15:23] !vm [15:23] There are several solutions for running other operating systems (or their programs) inside Ubuntu, while using the native CPU as much as possible: !QEmu (with !KQemu), !VirtualBox, !VMWare, as well as !WINE and !Cedega for Windows applications [15:23] like the one when the its locked [15:23] k4dm3l, that would be the option [15:23] bazhang, y will try [15:23] Acedip, just had a google session - this might solve your problem: http://ubuntu-virginia.ubuntuforums.org/showthread.php?p=7756715 [15:23] thanks [15:23] no grub.conf there [15:23] k4dm3l, be forewarned though it is really slow [15:24] mirash, its menu.lst [15:24] ok, what about wine? [15:24] k4dm3l, itunes will work in wine, but even more glacial [15:24] Hi! Which easy to set-up remote backup solution would you recommend? I mean, something like rsnapshot or rdiff-backup that backups to a local server. [15:24] /boot/grub/ [15:24] k4dm3l, i just use banshee to manage my ipod.. works great [15:25] yep' [15:25] b3rz3rk3r, he wants to upgrade firmware of an ipod though [15:25] but i need to upgrade it [15:25] i hav menu.lst [15:25] homy, i use sbackup.. works great for my purposes. supports remote servers [15:25] I have itouch, and banshee won't work with it. what version of itunes will work in wine? [15:25] i need to knw which hd is my disk [15:25] bret, best to check appdb [15:25] bazhang, ah, yeah, you will need to do that from itunes afaik ? [15:25] !appdb [15:25] 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:25] bret, use floola [15:25] hd0,1 or hd0,2 .................... [15:26] bret, not all programs work in wine [15:26] mirash: which one does menu.lst show booting ubuntu? [15:26] /boot/vmlinuz....................... [15:27] last I checked I did not see a version that worked good in the wine app db. saw someone said that itunes worked and wondered what version they had [15:27] does anyone know what package contains the "merge" command for ubunut server 8.04? [15:27] b3rz3rk3r: it seems sbackup is not mantained anymore? [15:27] floola will also not work with itouch k4dm3l, but thanks for the suggestion. [15:27] hello [15:27] mirash, it is probably hd01 if thats the one you installed first [15:27] salut [15:28] you can try [15:28] bonjour [15:28] !fr [15:28] Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr [15:28] mirash: cd /boot, then df . [15:28] wat [15:28] namuch, rcs [15:28] homy, i dont know if thats the case or not, didnt really look into it too much, i was told it was good and simple.. and for me that just the case. It even backups to my FreeBSD server. If you want it simple and automated, thats what id suggest [15:29] ahh, very good, thanks [15:29] its /dev/sda5 [15:29] so [15:29] Is rdiff-backup recommendable? [15:29] hd0,4 [15:29] isnt it? [15:29] can someone recommend me a clear console font? [15:29] how can i generate the x11 configuration files for xinit? [15:30] mirash: yes, and double check with sudo fdisk -l and see which is listed as the boot drive [15:30] I neede help. My screen resolution is messed up after i tryed to connect to tv-out [15:31] iits linux swap, the boot disk [15:31] hi i am using jaunty now and i can successfully use my modem to start xchat but firefox dont get i have internet connection but i can ping yahoo and i can use xchat i use wvdial and all is fine help plz [15:32] What is the best virtual Operating System Software to install? [15:32] virtualbox is great [15:33] rosco_y, I personally like virtualbox... but I think it's up to the individuals preference [15:33] rosco_y, there is no best. try them and decide [15:33] Error opening file '/media/disk/easytut-it.pdf': Permission denied bazhang [15:33] Megra_: Thank you, I will try it out :) [15:33] what is that chainloader? [15:33] in menu.lst? [15:33] (I'm also holding you responsible--if it's not the best then grrrrrr) [15:33] mirash, it allows to load another loader [15:33] rosco_y, xen works good for linux virtualizations, but is kind of slow w/ windows [15:33] i use wvdial to connect to dial up modem and i can use xchat now but firefox cant browse the net plz help [15:33] mirash, typically, the Microsoft loader [15:33] rosco_y, virtualbox-ose is in the repos if you dont need usb support [15:34] another loader? [15:34] means other than grub? [15:34] let me see [15:34] mirash: yes I have mine set +1 [15:35] mirash, for example, if you install Windows XP then Linux, you can use Grub to launch Linux, and if you want to run XP, grub launch the Micriosoft loader which will launch XP [15:36] how to generate the x11 configuration files for xinit? i don't have /etc/X11/X. [15:36] I need help... I just installed Ubuntu 9.04 on my sisters laptop, and she typed in her password during setup.. We started up after install and went to update, she put in her password and it's saying wrong password! Is there a way to recover the password without reinstalling? [15:36] b3rz3rk3r: there is no dvd rom entry in /etc/fstab [15:36] !wiki xorg [15:36] Sorry, I don't know anything about wiki xorg [15:36] !wiki X [15:36] Sorry, I don't know anything about wiki X [15:36] ace_: on boot of ubuntu, select "Recover mode" [15:36] I am in recovery mode, how do i stop certain programs from starting up at boot? [15:36] Megra_, please /msg ubottu [15:36] Megra_: ubottu doesnt have a !wiki command. [15:37] please [15:37] Acedip, cdrom entry tho? [15:37] homy: Ok, and it will take me through the process to recover password? [15:37] ace_: look at this guide: http://www.psychocats.net/ubuntu/resetpassword [15:37] vavar, sudo dpkg-reconfigure -phigh xserver-xorg [15:37] bazhang, ok [15:37] homy: Thank you!! [15:37] ace_: not completely, you have to enter some things, look at the link. [15:37] no answer i found it any way i had to go file disable work offline [15:37] thanks any way [15:38] b3rz3rk3r: yeah, no such cdrom entry either [15:38] ANYONE? Is there a Quickbooks server module out there for EBOX/Ununtu Hardy? [15:38] sudo chown user:user /media/disk !!!! bazhang it was simple [15:38] Acedip, then you will need to create one like in the example on that link i sent you [15:39] !xorg | vavar [15:39] vavar: The X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution [15:39] I need to redirect all traffic to a particular server/port to a different port on the same server, either in my web browser or at a lower level on my computer. How can I do this? [15:39] Megra_: thanks [15:39] hello i got problem whit server jackd [15:40] someone can help me? [15:40] Megra_: i didn't install xorg. just xinit. [15:40] morph_: no, because you havn't said what your problem is [15:40] !ask | morph_ [15:40] morph_: Please don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [15:40] b3rz3rk3r: lol that music is the hell [15:40] hi all [15:41] rek, what music? [15:41] the berzerker [15:41] how can i add loose bindings options to compiz by default in ubuntu 9.04?? [15:41] Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info. [15:41] rek, ?? [15:41] How do you change application startup from within Recovery Mode? [15:41] what bazhang ? [15:41] can anyone tell me how the latest versions of xorg.conf works? where are the details now stored? [15:41] rbil: They are detected automatically. [15:41] it's metal [15:41] !ot > rek [15:41] rek, please see my private message [15:42] rbil: they are not stored they are configured at runtime [15:42] gravity: yes, but the stuff has to be written somewhere [15:42] again [15:42] how can i add loose bindings options to compiz by default in ubuntu 9.04?? [15:42] sudo chown user:user /media/disk !!!! bazhang i found the problem [15:42] rbil: Not necessarily. It can just detect "stuff" on start. [15:42] Is rdiff-backup recommendable? [15:43] and if it detects incorrectly? in the old days one could tweak xorg.conf to get it to work [15:43] rbil: you can still do that. if an xorg.conf is present is followed [15:44] Rehi channel--I tried virtualbox, but it crashes on my Windows 7 (64 bit) install--did anyone have luck installing 64 bit Windows 7 in a VBox? [15:44] this is getting too windoze-like to me [15:44] rbil: You still can tweak xorg.conf. [15:44] rbil: just do the old 'sudo dpkg-reconfigure -phigh xserver-xorg' [15:44] rbil: you can log in to a command shell ;) [15:44] yes, but i want to know how it might be missing it's analysis [15:44] rbil: start from that an teak the conf all you want [15:45] tweak** [15:45] does anyone have experience with hosting and configuring TRAC? [15:45] It's not windows-like unless you're reading dump files [15:46] What is a popular alternative to Virtualbox? [15:46] I am at the root shell prompt in recovery mode, how do you stop programs from starting up at boot? [15:46] Guys, its not working [15:47] Windows in not in the list === peter_ is now known as kantoka [15:47] when xorg is unable to realize that I changed graphics card it doesn't report what it thinks is there. so where would i find this out? [15:47] rbil: what card are you using? [15:48] achilles: hello [15:48] nvidia is what i put in [15:48] !test [15:48] sigh... again? I'm busy here, I already told you it failed. [15:48] are there current problem with ubuntu desktop nstallation with regards to high definition audio drivers..? [15:48] X wouldn't start [15:48] !test [15:48] You might try: System/Administration/Hardware Drivers [15:48] i want to include Windows in boot menu [15:48] iaca: which one ? [15:48] !love [15:48] Love is like racing across the frozen tundra on a snowmobile which flips over, trapping you underneath. At night, the ice-weasels come. [15:48] ThreeNertia, /msg ubottu please [15:49] but since details aren't recorded in xorg, no idea what it is automatically installing [15:49] Who's in charge of ubottu? [15:49] rbil: details are in /var/log/Xorg.0.log like allways [15:49] ThreeNertia: why you ask ? [15:49] hi [15:50] erUSUL: yeh, if I could understand what was being said in that log file :-) [15:50] rbil: (II) informative (WW) warnings (EE) serious errors [15:50] erUSUL: Because as far as I'm aware, ubottu is an eggdrop. And has an invalid command script in which I would appreciate help implementing on my bot [15:51] ThreeNertia, supybot [15:51] how can i add loose bindings options to compiz by default in ubuntu 9.04?? [15:51] ThreeNertia: is supybot based [15:51] Damn [15:51] Anyway, I just don't like this "automatic" stuff. I want to see configs in text files [15:51] b3rz3rk3r: thankyou, adding the line in /etc/fstab did the job [15:51] erUSUL: Ubuntu 9.04 x64 [15:51] ThreeNertia: If you do have questions about our plugins, you can ask in #ubuntu-bots though. [15:51] iaca: which software you want to disable ? [15:52] Thanks for the info [15:52] erUSUL: i believe it is conky [15:52] Acedip, np man, you did all the hard work yourself. glad its working. [15:52] rbil: we have told you twice already that you can use an xorg.conf if you want to [15:52] that has always been the power of Linux and I just don't like stuff happening that is hidden from the user. A step backwards [15:52] erUSUL: was using the system cleanup tool lslint and it screwed up my system [15:52] are there current problem with ubuntu desktop nstallation with regards to high definition audio drivers..? [15:53] iaca: how come ? [15:53] end of rant :-) [15:53] once the system is booted up the screen is flashing [15:53] hola [15:53] !es | marielis [15:53] conky screwed up your screen? [15:53] marielis: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es. === kushal is now known as kushal_kumaran [15:54] erUSUL: the screen flashes and I can not access anything [15:54] alguien me puede ayudar algun programa p2p para bajar musica [15:54] ? [15:54] how can i add loose bindings options to compiz by default in ubuntu 9.04?? ... [15:54] when I try to save menu.lst, it says permission denied [15:54] hello [15:54] marielis: not here go to #ubuntu-es ( /j #ubuntu-es ) [15:54] iaca did u install a proprietary video driver? [15:54] marielis, /join #ubuntu-es por espanol [15:54] somebody help me with ares over ubuntu? [15:55] marielis: here we can only talk in english [15:55] sorry for writed in spanish [15:55] what to do [15:55] sunamiebob: I have Catalyst 9.7 [15:55] btw, any channels dedicated to ubuntu on netbooks, particularly the original AAO? [15:55] how can I save menu.lst? [15:55] sad [15:55] asd [15:55] sad [15:55] are there current problem with ubuntu desktop nstallation with regards to high definition audio drivers..? [15:56] rbil: #eeebuntu [15:56] marielis: the siplest option is to try to make the are windows client run in wine [15:56] mirash: you have to edit menu.lst using 'sudo nano menu.lst' [15:56] high definition audio device driver are supported by ubuntu..? [15:56] ruben23: HDA spec is allaround problematic [15:56] ruben23: yes [15:56] ya, I did it like that [15:56] iaca: so ati card right? you need to use the open source driver for it. I had the same problem [15:56] rbil: they are suported. mine work out of the box [15:56] and supplied the pass [15:56] ruben23: works fine here on jaunty [15:56] and also edited === ripps_ is now known as ripps [15:56] ruben23: they are supported, yes, but the spec is so broad....many only half-work, though i think most work mostly [15:56] maco: what you mean problimatic..? [15:56] ruben23: they are suported. mine work out of the box [15:56] I have a USB bluetooth adapter in my notebook that doesn't seem to be working. the command "hciconfig" doesn't show anything, though I'm seeing this in lsusb: "Bus 006 Device 002: ID 0db0:6970 Micro Star International Bluetooth adapter" [15:57] Any ideas? [15:57] but when I try to save, permission denied [15:57] erUSUL, yes i do, but the ares with wine don't download [15:57] sunamiebob: the driver is working fine for me, the problem did not start until i used the cleanup tool [15:57] can anyone tell me how to install partition maker in ubuntu? [15:57] ruben23: from a driver dev point of view, they are hard to get working "quite right" so there are lots of bugs filed for them. the spec has hundreds of pages of errata, and depending when it was implemented and by whom, fits or doesnt fit variously [15:57] bkatl: sudo apt-get install gparted [15:58] ruben23: there's a good chance it'll work, but dont be surprised if something like "microphone built into screen doesnt work" comes up [15:58] ruben23: in which case...use the mic jack instead [15:58] iaca: oh ok I thought yur were talking about when it is booting gdm [15:58] when I tried that, it asked me "bkatl@bkatl-laptop:~$ sudo -apt install gparted [15:58] sudo: please use single character options [15:58] usage: sudo -h | -K | -k | -L | -l | -V | -v [15:58] usage: sudo [-bEHPS] [-p prompt] [-u username|#uid] [VAR=value] [15:58] {-i | -s | } [15:58] bkatl: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [15:58] usage: sudo -e [-S] [-p prompt] [-u username|#uid] file ... [15:58] ruben23: if you can find out the codec in use on the hardware: WIN. avoid sigmatel and realtek. [15:58] Does anyone know of a virtualbox that works with Win 7 (64 bit)? [15:58] ruben23: theyre the most problematic [15:58] I have installed minicom and set the port to ttyS0 but when i start it using " sudo minicom -c on" and type ctrl-a it tells me I am offline. any ideas what i am doing wrong? [15:59] bkatl: Don't put the dash in front of apt-get [15:59] bkatl: drop the - [15:59] bkatl, sudo apt-get install gparted [15:59] rosco_y: virtualbox 3.x [15:59] ok thanks Pici [15:59] iceroot: Mine crashes just after file-copy operation of the installation... [16:00] tuxxie: what is connected to ttyS0 ? [16:00] any tips? [16:00] ok thanks [16:00] rosco_y: windows is rc, so its not final. [16:00] Anyone running hardy heron, can you please put your /etc/udev/rules.d/70-persistent-net.rules file on www.pastebin.com for me please, I need to see the original. [16:00] hmmm.... might be a bios setting [16:00] a dell switch [16:00] SeLEct: Places --> Connect To Server [16:01] ANYONE? Is there a Quickbooks server module out there for EBOX/Ununtu Hardy? [16:01] msg is "CPU not compatible with 64 bit mode" [16:01] iceroot: Windows 7 is already RTMed, it can now be considered final. [16:01] looks like I should crack the manual :( [16:01] grawity: ah ok, didnt know [16:01] ty peoples [16:01] erUSUL, a dell switch. [16:01] rosco_y: did you get a 64bit iso and try to use it on a 32bit machine? sounds like it [16:01] erUSUL: FsLint was the program that messed up my install [16:01] Ólá [16:01] grawity ive never used it :) and im short on time so had not time to learn now :D [16:02] Hi - Where do I change my settings to automatically load Amarok when an iPod is plugged in? [16:02]