[00:00] mneptok, I think it's all apps. She has a hard time describing the problem. But from what I see on the screenshot it looks like everything is big. [00:00] How come "places" does not show up when I right click on the panel. Only "system" and "applications" appear to be configurable. Seems stupid... [00:00] andresmh: do you have another user account on the system to try? [00:00] aj_444, ahh sorry my fault. You need to add the Frquency Applet to your taskbar: http://linuxundich.de/wp-content/uploads/2009/06/gnomefrequencyapplet.png [00:00] mneptok, no :( [00:00] magical_walrus: otherwise, the '\r' character has no special meaning in your shell, and will remain as literal. in your case, it stuck into the filename of a a file you created. [00:00] DaZ-, I have no idea what card she has. I should have taken note when I installed the system. It's an old machine. [00:00] andresmh: create one? [00:00] And what is the name of the application that views files when you click on a folder in the "places" menu? [00:00] mneptok, good idea. [00:01] andresmh: then you know if it's a driver issue, or a config issue in her account [00:01] dergringo: would that be in the ad/remove section? [00:01] pacific-blue, nautilus [00:01] Thanks laclasse [00:01] pacific-blue: places are bound to nautilus (file browser) and configured from there as well, unfortunately even there configuration possibilities are rather limited [00:01] prince_jammys, is there a way I can edit a file in windows without it adding ^M to the end of each line? [00:01] magical_walrus: and don't use that editor, else you get further headaches, unless it has an option for 'unix style line endings' [00:02] aj_444, "CPU Frequency Scaling Monitor" [00:02] apt-get clean/autoclean typed at terminal did not work [00:02] prince_jammys, I'll check for that [00:02] magical_walrus: yeah, an editor that offers that option. [00:02] mneptok, I don't think it's a driver issue. I installed the machine a few months ago and it all worked fine. She has not applied any updates. But she said that the power went out and things looked bigger after that. [00:02] id1000: either: sudo apt-get autoclean OR sudo apt-get clean [00:02] dergrino: there's a kpowersave [00:02] how do I send a click to the screen with x and why coordinates with a command? [00:02] arand, yes [00:02] the power went out and her things looked bigger ? she has bad noght vision, me thinks [00:02] id1000, sudo apt-get autoclean and sudo apt-get autoremove ? [00:03] annoying it pops up new windows [00:03] I guess I could ask her to email me the content of Xorg.conf? mneptok [00:03] id1000: use apt-get --help to see what they do. [00:03] arand: Why does nautilus sometimes copy the file and sometimes moves the file? If I reboot the system there's a 50/50 chance the next time it will flip the action from move to copy. I'd like to somehow make it's behaviour consistent... [00:03] prince_jammys, It has an option to "Convert to UNIX format" [00:03] magical_walrus: great. use that. [00:03] Instead of having to press the shift key depending on its mood... [00:03] error -"could not lock file" [00:04] pacific-blue: same partition = move, diff partition = copy. === ventti is now known as ventti_away [00:04] how can i cd/read file to file/dir like this one "this dir has space in it" in command line ? [00:04] magical_walrus: .. for every file you intend to use in a *NIX (linux, mac osx, etc.) system. [00:04] pacific-blue: I have no idea, afaik that is wholly dependent is you copy on one disk or between disks... otherwise it'd be a blatant bug... [00:04] did anyone else's hibernate stop working recently? it just reboots. [00:05] lianimator: unfortunately within the same partition I get different results almost every time I boot [00:05] magical_walrus: basically, "anything but windows" ;) [00:05] prince_jammys, Will do. I don't normally write scripts in windows, so this problem has never reared its head before [00:05] CaptainCrook, cd "this dir has space in it" [00:05] don't macs use a different line ending? [00:05] or was that just older macs [00:05] * DigitalKiwi thought they used \r [00:05] I guess I'll dig around the nautilus documentation for possible bugs on this [00:05] kermit: How much RAM do you have? Have you got double the size of it as SWAP space? They say that meant to have double for hibernate. [00:05] magical_walrus: it's pretty common. first thing i suspected when you described the problem. === dor is now known as Guest66305 [00:06] unop, and if i want to scan for mp3 in command line that have space in it? [00:06] or \n\r or something [00:06] CaptainCrook, recursively in all subdirectories or not? [00:06] CaptainCrook: or escape the spaces, which is a bit more tab completion friendly: cd this\ dir\ has\ spaces [00:06] DigitalKiwi: today's macs use UNIX style line endings, '\n' [00:07] what was it the old ones used? [00:07] DigitalKiwi: they used to use just '\r' [00:07] anything use \n\r? [00:07] ikla: there is an option in nautilus preferences for "always open in browser windows" have you made sure that is checked? [00:07] unop, let's say everything in /music/ [00:07] DigitalKiwi: no. windows uses \r\n [00:07] * DigitalKiwi knows [00:08] CaptainCrook, find /music -iname "* *.mp3" -type f [00:08] DigitalKiwi: Which makes sense from a historical perspective, on a typewriter, you need to both drop one line, and return the carriage to the start of the page [00:09] ha [00:09] Just a bit of a random question but can I set mode +x on myself on this IRC? [00:09] magical_walrus: See http://freenode.net/ "using the network" [00:09] tonyyarusso: Thanks === xemacs is now known as marcel === marcel is now known as marcel_ [00:10] cbeck cr carriage return [00:10] CaptainCrook, hey they but that network capability in bash on the last update [00:10] I know === marcel_ is now known as marcel__ [00:10] magical_walrus: just visit #freenode and ask for an unaffiliated cloak, [polite words, remember] [00:10] unop, and to make them appears when i "mpg123 -Z /music/ " they all fails... any way to get around it? [00:10] CR is the hot topic of the hour [00:11] * prince_jammys destroys all CRs on sight, with a flamethrower. [00:11] CaptainCrook, find /music -iname "* *.mp3" -type f -exec mpg123 -Z {} + #perhaps [00:11] I usually just use dos2unix, but a flamethrower would probably be effective [00:11] Hi [00:11] did "sudo apt-get autoremove" get error "dpgk was interrupted, you must manally run 'dpkg --configure -a' to correct the problem" [00:11] CaptainCrook, failing that, this ought to do. find /music -iname "* *.mp3" -type f -exec mpg123 -Z {} \; [00:11] I use the 9.10 Karmic Koala, and recently updated... however after my restart I had NO SOUND [00:12] CaptainCrook, hey they but that network capability in bash on the last update you can try it out with this code http://paste.ubuntu.com/260102/ [00:12] ... and still don't [00:12] id1000: so run the dpkg command given to you [00:12] id1000: did you run sudo dpkg --configure -a ? [00:12] how did the networking standard of things being ended with \n\r come about? because of windows or for similiar reasons as windows? [00:12] i did [00:12] id1000: if not, do. [00:12] duh [00:12] I uninstalled pulseaudio and installed esound, and I got sound back - but the volume/sound control was gone [00:12] So I reinstalled pulseaudio - and my sound was once again GONE [00:12] duh? [00:12] id1000: heh, you'd be surprised at how many come here and don't. [00:12] green, lately I have found that my boots set my volume to zero... I go into aumix and fix it [00:12] I've checked that [00:12] unop: #ubuntu+1 and afaik, it's a common issue [00:13] I can put it on full blast and nothing comes out [00:13] bucky, interesting... [00:13] arand, sorry? [00:13] Everything's connected right, the volumes are up, everything... except pulseaudio is about to make me have an aneurysm [00:13] maybe my hibernate isnt working because i dont see a resume= boot parameter? [00:13] jiohdi: use alsamixer to set them and save the settings; also make sure alsamixer is run on startup [00:13] how do I refresh the X11 settings on a machine? [00:14] adaptr, I am using xfce and I dont see alsamixer [00:14] Can i use virtualbox to boot my vista partition ??? [00:14] CaptainCrook, did you have something to do with that? [00:14] jiohdi: it's a commandline program [00:14] Can anyone help? [00:14] sim_: i couldnt get that to work [00:14] I have the feeling my mom messed up her screen resolution settings and I'd like to reset things to the way they were [00:14] CaptainCrook, now i know how to light a fire under the developer's butt [00:14] !karmic | unop [00:14] unop: Karmic Koala is the codename for Ubuntu 9.10, due October 2009 - Karmic WILL break - Discussion and support in #ubuntu+1 [00:14] just say it can't be done [00:14] Seems like for everything the updates fix, two more things break [00:14] kermit: damn :/ [00:14] arand, I believe you have me mistaken for someone else [00:15] bucky hehehe [00:15] kermit: i dnt really see anyother use for VB then..unless ur a dev [00:15] sim_: i got it to TRY but it'd always stop at the same place [00:15] Pulseaudio isn't working... I need help [00:15] Has anyone had issues using evince to read files on local network shares? ATM it loads the file, then hangs at 100%, except when it just quits immediately. [00:15] kermit: does it work for some ? [00:15] arand, I dont see that option [00:15] sim_: i use it to run tax software for windows, the only thing i ever do that i cant do in linux. [00:15] unop, thanks a lot it works now! [00:15] green go back to xp that is what i going to do. with xp at least wireless worked on my msi u100 and was not lose my connection left and right even tried wicd and still [00:15] I don't have Windows. [00:16] All I have is Ubuntu and it has done a massive amount of failing lately [00:16] kermit: you mean u used to use it with xp ? [00:16] sim_: yeah, but it should run vista too === JohnRove_ is now known as JohnRove [00:16] ikla: nautilus preferences, "behaviour" tab [00:16] kermit: is it a straight forward procedure ? [00:16] Did anyone else update 9.10 and lose sound? [00:16] sim_: yeah [00:16] that is why i am thinking of putting xp back on my msi u100 what is the use of having a netbook without wireless working all the time [00:16] Pulseaudio doesn't work at all [00:17] green_bowl: #ubuntu+1 for help with 9.10 [00:17] I guess I'll reinstall gay esound for the time being [00:17] Ok [00:17] Anyone know how to mount a drive as a user from the command line? [00:17] kermit: kool, because i wanted to use vista to dl stuff via newsgroups and then access them on linux [00:17] i have sound with using pcm [00:17] kermit: thanks :) [00:17] inanimate: the driver needs to have user flag in fstab [00:17] Thxs seed to work but now i have only 200mb free instead on 400mbs, guess the updates have a larger footprint [00:17] err, s/driver/drive/ [00:18] cbeck: Hmm... So if it's not in fstab, then there's no way to mount it without being root? [00:18] damn does anyone know of a good/main repo which keeps a broad variety of the main programs up to date [00:18] ? [00:18] carl__, try mint 7 they made a bunch of wireless tweaks that usually work out of the box almost 100% [00:18] sim_: backports is the semi-official place to start [00:19] which hibernate method does ubuntu use? so i know where to start fixing it.. it worked a few days ago. [00:19] tonyyarusso: shall i enable backports then [00:19] sim_: PPAs of different packages is the next step [00:19] checked update manager says there is another 314mbs in updates to download - crap [00:19] thx bucky [00:19] tonyyarusso: adding ppa for a single package its pathetic [00:19] sim_: If you're willing to take that chance of losing the supported packages, yes === Qtpaxa1 is now known as Qtpaxa [00:19] sim_: If you want things to be frequently broken, you could run Karmic. [00:19] tonyyarusso: why would you lose the supported packages [00:20] sim_: Because you'd have new ones installed instead [00:20] why cant they keep the community one updated [00:20] i jus checked and vbox is way outdated [00:20] sim_: Because we use time-based releases, not rolling ones? [00:21] if you want constantly updated packages ubuntu, or any time-based release, probably isn't for you [00:21] tonyyarusso: ah i see [00:21] oo [00:21] hello [00:22] lan oruspu copcuklarý :D [00:22] ananýzý s2m :D [00:22] unop, however only one song seem to get thru and it play like 7 time at the time... can't seem to stop it... [00:23] inanimate: There are ways to make unknown drives user mountable, but they all require superuser privileges to set up [00:23] sim_: are you interested in distributions with always up to date packages? [00:23] DigitalKiwi: yep why not :) [00:24] CaptainCrook, hmm, yea - gimme a sec. [00:24] What's the best way to install rails 2.2.2 on ubuntu 7.04? [00:24] cbeck: Right. And I think automout may have been removed, so I guess I'm out of luck then. [00:25] cbeck: There's no way fuse could help this? [00:26] !7.04 | isleshocky77 [00:26] isleshocky77: Ubuntu 7.04 (Feisty Fawn) was the sixth release of Ubuntu. End Of Life: October 19th, 2008. See !eol and !upgrade for more details. [00:26] for vbox do i need virtualgtk too ?? [00:26] sebsebseb: ?? [00:26] !eol | isleshocky77 [00:26] isleshocky77: End-Of-Life is the time when security updates for an Ubuntu release stop. See https://wiki.ubuntu.com/Releases [00:26] !virtualbox [00:26] 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:27] isleshocky77: Ubuntu 7.04 is no longer supported [00:27] CaptainCrook, this is a bit length but try it out. unset mp3; while read -r -d '' file; do mp3+=( "$file" ); done < <(find /music -iname "* *.mp3" -type f); mpg123 "${mp3[@]}" [00:27] sebsebseb: Company server which I don't have control over upgrading.. [00:27] sebsebseb: sadly.. :-/ [00:27] isleshocky77: well whoever does, should upgrade to 8.04 really, but do they know, is the thing [00:27] isleshocky77: then inform whoever does about it [00:28] sebsebseb: IdleOne: thanks.. lol [00:28] IdleOne: maybe give them this link: [00:28] !upgrade | IdleOne [00:28] IdleOne: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/getubuntu/upgrading [00:28] CaptainCrook, i'm off for now, if you have any problems - /join #bash and ask there [00:28] isleshocky77: ^^^^ [00:29] unop, this is gonna make me crazy... can't stop it... [00:29] guys guys...ive read sum things about "archlinux"...whats that all about - it looks promising [00:30] sim_: check the website and ask them :) === AskHL__ is now known as AskHL_ [00:30] #archlinux [00:32] isleshocky77: server version maybe stopped being supported April this year, since three years support, but that doesn't matter, time to upgrade really [00:34] sim_: it's a distro that is quite a lot difficulter to use than Ubuntu, with new packages, pretty much straight away after release. http://www.distrowatch.com to find out about distros and ##linux is the general Linux channal [00:34] hey guys [00:36] sebsebseb: cheersss [00:37] how do i continue downloading a file in wget. ( the file has been saved with -O /media/hda3/slackware option) [00:37] Polycarbonate: I think the -c flag might do that. [00:38] anyone know of a metacity theme that integrates the titlebar buttons into the menu bar, or is that even possible? [00:38] will it remember the path i saved before? because im using a live cd [00:38] damn... i've uninstalled mpg123 ... it still play!!! [00:38] are there any option i need to add [00:39] CaptainCrook: sudo killall mpg123 [00:39] Polycarbonate: you might have to specify it again... (I've only vaguely heard about it, don't trust this for facts) [00:39] Polycarbonate, $ wget --help | grep resume [00:39] -c, --continue resume getting a partially-downloaded file. [00:40] CaptainCrook: its because apt removed the app from the disk, but its still loaded in ram [00:40] GSF1200S, ohhhh! thanks a lot! [00:40] CaptainCrook: np [00:40] so i have to add the same -O /path option ? [00:40] does update-manager stops when clicking update to 9.10 ? [00:41] for anyone? [00:41] anyone know of a metacity theme that integrates the titlebar buttons into the menu bar, or is that even possible? 2nd and last time ill ask.. not trying to spam [00:41] Polycarbonate: Yeah you probably have to use the same -O option with -c because otherwise wget won't know where to look [00:42] ok i got it thank you very much :) [00:42] http://linux.com/fakelinustorvalds [00:43] is there something available, which can serve a replacement for System Notification Tray ? === hey` is now known as grumete [00:47] Hello all, I'm using an ubuntu-based distro (XBMC) but their default loading of ATI graphics driver is giving me this garbled screen: http://i32.tinypic.com/euk7dx.jpg Does anyone know why this would be happening? Is it trying the wrong resolution or something? Second of all, I can start in safe mode but there is no xorg.conf. How can I set one up, is there a config program? Thanks! [00:49] 18:48 -alis(alis@services.)- #xbmc-linux 104 : Official XBMC for Linux Channel | http://xbmc.org | Don't PM staff! [00:50] hey [00:50] where can i find the "kernal source tree" files? === greyz|out is now known as greyz [00:51] any particular names? === GPL is now known as ubuntu === kermit1 is now known as kermit === ubuntu is now known as GPL [00:53] when using banshee media player to play music from my ipod a orange icon with a lock on it appears next to mile files . none of these file will play [00:53] wusic [00:53] .music [00:53] Quick question: Has anyone developed a little pamphlet that can be printed off, with basic information about Ubuntu, to be given to the average Windows user? [00:54] can anyone tell me how to change the volume of PCM using my master volume controls (and why I can't find any documentation that tells me how to do this)? :( [00:54] FrozenFire[work], i used to refer people to whylinuxisbetter.net but not sure if that site is still active [00:54] it is [00:54] I often have people come to my resort who ask for help with their computer, complaining about something to do with Windows. I often mention Ubuntu in those cases, but am always scrambling for URLs and basic "marketing" information [00:54] is there something available, which can serve a replacement for System Notification Tray ? [00:55] ZoeyMarie, you can use alsamixer or gnome-alsamixer [00:55] The big things I'd like are information on _why_ Ubuntu rocks, where to get it, and information on Wubi/trying Ubuntu [00:55] could always make one... and forward it to the ubuntu team [00:56] I might do so, though I'd worry about copyright infringement (I know Canonical is fairly lenient in that regard, but you can never be too careful) [00:56] when trying to play music from my ipod on ubuntu none of the files will play [00:56] :) [00:56] FrozenFire[work], i doubt you will have any worries [00:57] icarus, make sure you have ubuntu-restricted-modules installed [00:57] hi all, a little mystery. I've successfully gotten two laptops running ubuntu to talk to one another by creating an mesh AP on one and then connecting the other one to it... BUT, I can't ping from the client to the AP unless I have wireshark running on the client.... go figure.. anyone know why that might be? [00:57] Out_Cold, ok [00:58] hi there. I'm searching for an alternative syslog package that would allow me to have separate config files like for example in syslog.d/* any suggested package? [00:59] syslog has that - why do you need an alternative ? [00:59] yo my buddy's dell demension i just installed ubuntu and it isn't getting on the recognizing the onboard ethernet card. any help?? [00:59] syslog has that?! can't find any reference to that in the man or google. :( [00:59] oboxodo: you just said it did [01:00] try syslog-ng [01:00] it's tehnew [01:00] **incomming reconnect, please stand by for IRC client restart** [01:01] adaptr: I didn't say it did. I said I'm looking for an alternative that would have that possibility. AFAIK, normal syslog and rsyslog both depend on a unique unified syslog.conf file. I need to be able to separate config in different files. [01:02] [2009-08-27 02:00] try syslog-ng === marcel__ is now known as xemacs [01:02] how do I make it so that "Master Volume" in Volume Control controls PCM? [01:04] hi ,i cant run my yahoo account on pidgin [01:04] any ideas ?? === ventti_away is now known as ventti [01:05] yo my buddy's dell demension i just installed ubuntu and it isn't getting on the recognizing the onboard ethernet card. any help?? [01:05] any1 ???!! [01:05] saif: The login... Are you doing it @yahoo.com or just the username? [01:05] tried both [01:05] saif: mess around with it i have gotten it to work [01:05] what's the best vm to run ubuntu on? i have a windows xp host and my vbox window doesn't show up [01:05] the hotmail is ok [01:05] anyone know a confirmed working vm setup? [01:05] anyone know what I need to install to use MASQUERADE in iptables? [01:06] : i did alot of experements before i ask this question [01:06] saif: Hmm, have you tried to just connect the yahoo, without the hotmail account running? [01:06] yes [01:06] Out_ [01:06] and i tried gychi too [01:06] no use [01:06] Out_ [01:07] Let me ask you this... Have you tried yahoo's web messenger to login to the account? [01:07] outcold [01:07] Then try logging in with pig [01:07] pid* [01:07] trelayne, imo just iptables :f [01:07] no [01:07] adaptr: just read syslog-ng's docs. No reference to a way to split config in more than one file [01:07] how do I make it so that "Master Volume" in Volume Control controls PCM? [01:07] but i can login from the website [01:07] DaZ-, thanks but when I do iptable -L i don't see the masquerade entry [01:08] hi i am trying to help a friend, he has ubuntu x86 and his refresh rate wont go above 60hz [01:08] i had him send me his xorg.conf and it is practically empty [01:08] Saif: Try running the web messenger here: webmessenger.yahoo.com [01:08] he has nv 9400gt 512mb adapter [01:08] trelayne, add it? :f === brandon_ is now known as JohnRove [01:08] xps9000 : 1min [01:09] and a philips 109b crt that can handle 1920x1440x32bpp@60hz, but we really want to allow 1024x768 to run at 120hz [01:09] is there some kind of easy to use configure screen to help him get a proper xorg.conf === Buttsock is now known as SeasonsInTheSky [01:09] DaZ-, I mean if I do: iptables -A POSTROUTING -t nat -j MASQUERADE , I don't see anything about masquerade when I do iptable -L === SeasonsInTheSky is now known as buttsock [01:10] ultra: What is his video card? [01:10] HAM [01:10] trelayne, me too, so it means you're doing it wrong [01:10] unfortunately i suck at iptables [; [01:11] DaZ-, ok... will have to take a closer look at my sources :-) [01:11] ultra, System=>Preferences=>Display ? [01:11] ultra, 120 is prolly too high [01:11] hello guys :) what is that error mean ?? This is a major failure of your software management system. Please check for broken packages with synaptic, check the file permissions and correctness of the file '/etc/apt/sources.list' and reload the software information with: 'sudo apt-get update' and 'sudo apt-get install -f'. [01:11] PRO-DRIVE, did you sudo apt-get update' and 'sudo apt-get install -f ? [01:12] how can I tell how much ram I have? [01:12] bucky: yup ! [01:12] DaZ-, no problem, thanks though [01:12] stealth-, free -m ? :f [01:12] free -m, stealth- [01:12] aye [01:12] Beat me to it [01:12] lol [01:12] \o/ [01:12] xps9000: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [01:12] PRO-DRIVE: Your sources.list is messed up. It happened to me on 8.10 [01:12] lol, automated bots ftl. [01:13] xps9000: thanks [01:13] video adapter: geforce 9400gt 512mb [01:13] believe he said he has the 180 series nvidia drivers installed [01:13] johny000000: so do you have any idea how to fix it ? [01:13] xps9000: Using the Enter key repeatedly ftl. [01:13] stealth-: Daz- beat me to it <.< Thank him [01:13] ultra: does he have the right driver? [01:13] rww: A threshold of two characters is rather extreme [01:13] not sure , i am only ssh'd in [01:13] heh, thanks DaZ- :P [01:14] didnt see it originally, sorry bout that [01:14] how do people usually do refresh rate overides in linux [01:14] ultra, what does glxinfo say [01:14] ultra nvidia-xconfig [01:14] um when i type it from ssh i get warhell@warhell-desktop:/etc/X11$ glxinfo [01:14] Error: unable to open display [01:15] should He run that? [01:15] PRO-DRIVE: Rename sources.list to sources.list.old and run apt-get update [01:16] ultra: open the nvidia terminal and you should be able to adjust the resolution if the driver permits it [01:16] johny000000: thx for help :) i will try :) [01:16] yea [01:16] what's the ubuntu council's irc channel? [01:16] his xorg.conf is boned [01:17] VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf. [01:17] Device section "Configured Video Device" must have a Driver [01:17] line. [01:17] results from nvidia-xconfig [01:18] well, erm, you only need to add either nv or nvidia into the driver variable [01:18] I would try running 'fixvesa' with the xserver down and then reinstall the driver [01:19] how can i mount a floppy disc in terminal? [01:20] hello, i am new to ubuntu (or any linux) got years of windows and other stuff, can somone point me at a real good internet site (or whatever) to learn the basic stuff about running and installing ubuntu programs? [01:20] pretty impressed so far btw :) [01:20] !new | JoeSomebody [01:20] JoeSomebody: documentation is to be found at http://help.ubuntu.com and http://wiki.ubuntu.com - General linux documentation: http://www.tldp.org - http://rute.2038bug.com [01:20] !synaptic | JoeSomebody [01:20] JoeSomebody: synaptic is Ubuntu's Graphical Package Manager. For a good howto see https://help.ubuntu.com/community/SynapticHowto [01:20] schmitty sudo mount /dev/fd0 /directory name [01:21] !apt | JoeSomebody [01:21] JoeSomebody: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Adept (KDE) or !KPackageKit (KDE) [01:21] schmitty your can do a ls /dev/fd* to ensure that is correct [01:21] nice, thanks [01:21] i hate this bot :f [01:21] JoeSomebody: so yep you can install graphically or using commands [01:22] JoeSomebody: Try man 'command' with every program you need info for. it is pretty easy and informative [01:22] JoeSomebody: I suggest giving synaptic a good browse, since your new, and trying things that you want to [01:22] darlside420genec: this worked :) Why do I have to specify a filesystem for cd's but nor for floppys? [01:23] most must go grapically i presume? === buttsock is now known as Ithaca [01:23] Does anyone know if audio playback can be controlled with a foot pedal? [01:23] i did 1 thing in synaptic, was straight-forward [01:25] Does anyone know if audio playback can be controlled with something other than keyboard/mouse? [01:25] darlside420genec: it says mount point /media/fd0/ does not exist [01:25] i didnt expect the install to b even easier than windows, nice goin whoever :) [01:26] i'm not 100 percent sure since sometimes you do need to specify [01:26] JoeSomebody: first time installing Linux? [01:26] yes [01:26] usually mac Os needs vfat iso9660 etc [01:26] JoeSomebody: did you try the live cd first? [01:26] and i just went for it, didnt read a thing :) [01:27] i downloaded ubuntu 9.04 desktop, burned and installed it [01:27] but why does it say /mount/fd0 doesn't exist? i know it doesn't exist! it's supoosed to create it [01:27] JoeSomebody: make sure you add the medibuntu repos and also let everything update for a much much better experience [01:28] ok will check that out [01:28] JoeSomebody: welcome to Linux! [01:28] schmitty: type mount to display your current mounts and where they are mounted in your filesystem [01:29] !md5sum | JoeSomebody [01:29] JoeSomebody: To verify the integrity of a download, use the md5sum - see https://help.ubuntu.com/community/HowToMD5SUM for more [01:29] JoeSomebody: that's a good idea to make sure your download is good, if you stil have the ISO, you can still do it [01:29] as a respected windows tech in my area i can convert many over once i get to where i need to be :) [01:30] hey guys i need help. The sound has gone off. I'm using Jaunty (Xfce). Any ideas what to do? [01:30] JoeSomebody: what made you go linux? [01:30] i need to learn a lot, to be able to help others [01:30] rahmu, happened to me just recently... try aumix [01:30] aumix ? [01:30] rahmu, I found all setting had been turned to zero [01:31] question: how do i edit a config file? I get an error stated that i dont have permission. [01:31] JoeSomebody mdg I can see this turning into interesting offtopic, but still offtopic, so #ubuntu-offtopic would be better [01:31] well MS has made such a mes of the pc industry, (vista & windows7) i had to finally commit the time to come over here [01:31] rahmu, you will find it under multimedia [01:31] !ot | JoeSomebody [01:31] JoeSomebody: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [01:31] rhlin99: gksudo gedit [01:32] yeah i just did. Levels were fine though ... [01:32] i know linux works much better and faster [01:32] rahmu, sorry, must be a different problem [01:32] Idleone: do I have to be in terminal and it the etc directory? [01:32] yep.thx anyway [01:32] JoeSomebody: ClI commands will get you there fast [01:32] JoeSomebody: welcome to the channal yeah, but the ops and people like that, aren't to keen on off topic here, hence the suggestion to move to the other channal [01:33] My computer doesn't shut down when running ubuntu, does anybody know how to solve this? [01:33] understandable [01:33] rhlin99: you can hit alt F2 and type gksudo nautilus then navigate to the file and open it. [01:33] rhlin99: no just hit alt+F2, gksudo gedit and the path to the file === Ithaca is now known as Colorado [01:33] JoeSomebody: you know about synaptic to install software? [01:34] JoeSomebody: synaptic hmm [01:34] wel i only used it once, so not really [01:34] JoeSomebody: you know the command prompt in Windows? sure you do? [01:34] yes, i go back to dos [01:34] JoeSomebody: well the terminal/konsole/shell is way better in Linux/Unix [01:35] JoeSomebody: its what powershell was modeled after, if that's any reference [01:35] How do you use find to print absolute paths instead of relative paths? [01:35] JoeSomebody: dpk -l will list all installed apps [01:35] i wrote apps and delivered them on dos /novell lans in early 90's [01:35] dpkg -l [01:35] Anybody with ATI VideoCard? [01:35] JoeSomebody: apt-cache search will let you search for apps [01:35] but i am not a coder for many years now [01:35] JoeSomebody: synaptic can be useful sure, but it's just a gui for the shell/terminal and so [01:36] !terminal | JoeSomebody [01:36] JoeSomebody: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [01:36] JoeSomebody: apt-cache show will tell you about the apps [01:36] you guys are all answering questions that haven't been asked yet :p [01:36] JoeSomebody: sudo apt-get install program sudo apt-get purge program will remove it with config files, and you can do sudo apt-get remove on it's own as well, thousands of programs available to instal just like that from the repos [01:36] !repos | JoeSomebody [01:36] JoeSomebody: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories and http://www.ubuntu.com/ubuntu/components - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories [01:37] i am copying/logging this stuff for later of course [01:38] idelone: when dyndns create a block for the config file do I delete the one already created by default? [01:38] JoeSomebody: what app you using for IRC? === rocky_ is now known as rocky| [01:39] hi, I bought a technika mp3 player but when I plug it in, ubuntu does not see it, its charging but Its not seeing it, any ideas???? [01:40] i can not seem to get emerald to be primary theme [01:40] Guest40325: is it microsoft based? [01:40] i used xchat on that, i am on 4 pc here on a switcxhbox, this one is xp/mirc [01:40] I have no idea, just a cheap one from tesco, can't see any Msoft logo's [01:40] when dyndns create a block for the config file do I delete the one already created by default? [01:41] i would like a good linux irc client that has loads of features , i am spoiled a bit there [01:41] JoeSomebody: Konversation is nice as a graphical app, KDE though. and IRSSI after configuring can be pretty good in the terminal, and people tend to use screen with that [01:41] Guest40325: if its not seen as a "USB" device it is probably MTP based [01:41] !kde | JoeSomebody [01:41] JoeSomebody: KDE (http://kde.org) is the !desktop environment used natively in !Kubuntu. To install from Ubuntu: « sudo apt-get install kubuntu-desktop », or see http://help.ubuntu.com/community/InstallingKDE . See http://kubuntu.org for more information. For more information on KDE 4, see !kde4 [01:41] rahmu: when dyndns create a block for the config file do I delete the one already created by default? [01:41] !gnome | JoeSomebody [01:41] JoeSomebody: GNOME is the default !desktop environment on Ubuntu. To install it from Kubuntu or Xubuntu, type « sudo apt-get install ubuntu-desktop » in a !terminal. [01:41] Guest40325: install Gnomad2 through Synaptic, or setup Rhythmbox or Amarok for MTP [01:41] JoeSomebody: KDE apps can be run in Gnome, and Gnome apps can be run in KDE, most of them, not all of them [01:42] Joe you can download PlayOnLinux and install mirc if your use to it, works really well [01:42] wow lots of info, i'm gonna be busy :) [01:42] !irc > JoeSomebody [01:42] JoeSomebody, please see my private message [01:42] ok thanks, il give that a go [01:42] still recommend you use a native irc client XD [01:42] Where are the directions to configure the network card? [01:42] for high speed internet [01:42] exapid: well obviously, but xchat is [01:42] JoeSomebody: irssi is the way to go for IRC [01:42] exapid: or you meant for KDE Gnome, when running in the other one? [01:43] RonWhoCares /etc/network/interfaces [01:43] JoeSomebody: kvirc and xchat are failry feature ritch. [01:43] JoeSomebody: If you're a feature whore, try kvirc from kde's desktop for irc. [01:43] Doesnt matter what GUI you use [01:43] i installed festival via package manger but it didnt add a shortcut to the drop menu and i cant figure out how to get a shortcut in the menu [01:43] PlayOnLinux is virtually wine [01:43] RonWhoCares many configuration file for initalizing your network card dhcp or static [01:44] Is there a web page that shows it [01:44] how to do it [01:44] rhlin99: sorry i really dont know [01:44] !wine > JoeSomebody [01:44] JoeSomebody, please see my private message [01:45] i installed festival via package manger but it didnt add a shortcut to the drop menu and i cant figure out how to get a shortcut in the menu [01:45] !virtualbox > JoeSomebody [01:45] in case y'all havent been thanked lately - I 4 1 appreciate you helpers :) [01:45] !dualboot [01:45] Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [01:46] Stronze: I think ou can add it to the menu via editing the main menu via control center [01:46] ou/you [01:46] how i access that? [01:47] exapid: JoeSomebody yep this is a good way to do it for an app when it comes to Linux, native Linux app, then if there isn't one that is good enough Wine, no luck there, Windows virtual machine [01:47] Stronze: menu button > Preferences [01:47] can ubuntu access all my ntfs stuff on the netowrk without issues? my shares seem to be there for the browsing ... [01:47] hey, is it possible to automount sshfs at startup if you have to use a password to login? [01:47] !samba | JoeSomebody [01:47] JoeSomebody: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/9.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT. [01:47] Stronze: menu button > System >Preferences > Main menu [01:47] wine works fine? [01:48] JoeSomebody: depends on the program [01:48] JoeSomebody: a lot of programs work rather well just like that these days, but others need configuring, and others won't work at all yet [01:48] what's the best way to network period for ubuntu? [01:48] wow, people never get this much help in "other channels" [01:48] Ubuntu doesn't shut down properly. Does anybody have a solution? [01:49] JoeSomebody: I am not sure if they get it normalley here either, and it seems to be me doing it mainly now so :) [01:49] aj_444: what seems to be the problem? [01:49] wel thanks a pile [01:50] mdg - can fidn the program festival [01:50] JoeSomebody: don't forget to add Medibuntu repos and update before you start playing [01:50] mdg: I'm dual booting xp and UNR 9.10. When I shut down XP, the system will turn off. Ubuntu, however, gets stuck at this black screen with one flashing - up in the left hand corner [01:50] JoeSomebody: your a Windows tech going Linux, well I am someone that would like to be a Linux tech :) and not just servers and stuff like that, but right problem, Windows still dominates on the consumer/homeuser/businessuer? desktop, but the times are changing so :) [01:50] Hey, is there a program where I can monitor my CPU/System temperature, and useage? [01:50] hey peoplez [01:50] Stronze: you can add the entry in the menu where you want to [01:51] aj_444: how much time do you give it? [01:51] can someone help me with a firestarter issue [01:51] mdg: Admittedly, not that long. I gave it around ten seconds, shut the thing, and walked away. apparently, my computer goes into hibernate when it shuts. [01:51] gnome system monitor works for those sort of things but not temperature [01:52] JoeSomebody: you don't really need medibuntu [01:52] aj_444: give it a good 30 seconds - not that it takes mine that long [01:52] s0u1t: Anything that does for temperature? [01:52] hello. I absolutely need some help. Do anyone know how to import claws mail directly from program folders? [01:52] ok looking thAt one up ... [01:52] mdg: I'll try that. I'll be back if that doesn't work. [01:52] mdg - cant find the damn program :/ [01:53] aj_444: if you change the /boot/grub/menu.lst entry for your kernel, removing quiet and splash, what is the last thing it says before shutdown (you'll have to reboot with those options), also, are you using any other boot parameters like acpi=off ? [01:53] Stronze: in the console type "whereis festival" and see what it returns [01:53] !codecs | JoeSomebody [01:53] JoeSomebody: 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 [01:53] Stronze: probably in /usr/bin [01:53] !medibuntu > JoeSomebody [01:53] JoeSomebody, please see my private message [01:53] k [01:53] arand: I'm not that tech literate. I have no idea what you just said. [01:54] m0r0n: not sure, never needed to look [01:54] I've got claws-mail folders from a linux backup and now I have to restore them into claws for windows... [01:54] arand: aj_444 there's also a graphical program called startup manager, which can help with editing the Grub bootloader [01:55] Stronze: any luck? [01:55] mdg - yeah its in menu and linked to the program and i replaced it where i want it.but it wont load [01:56] Stronze: did you add it as a new item or a new menu item? [01:56] can anyone who have some knowledge about emerald plz look at this link and tell me how to get those transparent effects inside the folders? [01:56] http://www.compiz-themes.org/content/show.php/Black+Crystal+y?content=101121 [01:56] m0r0n: www.bradtrupp.com/ubuntu-cpu-temperature.html [01:56] that seems to have some insight [01:56] mdg - let me check [01:57] HELP! Just upgraded to 9.04, and the panel icons keep disappearing (until I hover, sometimes I need to click) and my fonts are blurry, and after a while become blacked out [01:57] mralexandro: emerald is not really recommended....upstream's ignoring it in hopes of it going away [01:57] mralexandro: the default window decorator for compiz, gtk-window-decorator, is more stable [01:57] I did a fresh install and got the same problem [01:57] maco, alright, so i should rather use gtk themes then? [01:57] Stronze: first, how do you start festival? [01:58] without an emergency disk, or another linux partition to load, how can I force a kernel to load up the filesystem in RW mode. Currently the fstab has some invalid options, and I can't edit it due to the fact that it defaults the system into RO mode. [01:58] hi again [01:58] run [01:58] Stronze: I don't have it - do you just type "festival" [01:58] maco, is there a configurator for those themes except the normal appearence tab? [01:58] mralexandro: compiz can use metacity themes just fine. and itll probably insert semi-transparency automatically [01:58] s0u1t: How do I install a program using make, I tried... cd ~/Desktop/lm_sensors-3.1.1; make clean; make; sudo make install; It completes a task for sudo make install, but I don't see it anywhere [01:58] JoeSomebody: this is normalley recommended around here as well http://www.ubutupocketguide.com and this site is good for finding out about distros http://www.distrowatch.com and I think you have enough links now to get started pretty nicely, good luck with that, altough the learning curve doesn't tend to be that steep with Ubuntu [01:58] mdg - i dont know.i just got it [01:59] JoeSomebody: pocket guide is excellent [01:59] sudo apt-get install xsensors [01:59] JoeSomebody: hmm link I gave had a typeo http://www.ubuntupocketguide.com [01:59] Stronze: try typing "festival" in a console and see if it starts [01:59] help, jackalope's gnome isn't working [01:59] I think [01:59] one sec [01:59] mralexandro: that's the only way i know besides editing the theme yourself... but i dont use a normal window manager, so i dont know if a tool for creating metacity themes has been created [01:59] something's... wrong... I have jaunty the netbook edition, the apt sources seem to be the normal jaunty ones, but there are what I consider "basic" packages missing from the repos, and I have it all, main, universe and multiverse (and partner) [01:59] stuff like mc, a full vim, etc [01:59] maco, what window manager do you use ? [01:59] mralexandro: xmonad [02:00] Stronze: once we know how it starts, we get the correct command in the launcher window [02:00] right on, you guys rock [02:00] maco and that is more stable than metacity and emerald? [02:00] mralexandro: its a completely different workflow [02:00] For details type `(festival_warranty)' [02:00] festival> [02:00] mralexandro: also, emerald is not a window manager [02:00] Anyone know how to get set up with an account on people.ubuntu.com? ( https://wiki.ubuntu.com/PeopleUbuntuCom ) [02:00] !emerald [02:00] emerald is an obsolete window decorator for compiz. It's unsupported and unmaintained, making issues with it very hard to diagnose and fix. There are no known, supported alternatives. [02:00] s0u1t: got it, the site was doing what I was doing too, need to restart [02:00] Any idea why these packages are missing? [02:00] anyone? 9.04 seems unusable. Fonts get corrupted, font rendering is worse every minute [02:00] Stronze: just to confirm, it starts with "festival"? [02:00] (I can't connect to people.ubuntu.com, using my username & SSH key posted on launchpad) [02:01] mralexandro: emerald and gtk-window-decorator are two window decorators for compiz. they draw the colored border and titlebar on windows when you use compiz. [02:01] maco, sorry i mixed, metacity and compiz is window managers, gtk and emerald is decors [02:01] hi everybody ! [02:01] alrighty [02:01] does a GDM theme theme the Lock screen? [02:01] mralexandro: well "gtk" on its own refers to the widget toolkit. thats why i keep saying the whole g-w-d version [02:01] i am off now to read tons, i'll try not to bug you too much next week :) [02:01] i have a cron which never runs, but if i run it into console, everything's ok [02:01] http://pastebin.com/f36486c4d [02:01] mdg - nothing came up but what i paste what it showed in terminal [02:01] that's the cron job , how can i solve that ? [02:02] thanks in advance [02:02] maco, understood:) [02:02] how do i change directory to my cd drive in the command line and view the contents [02:02] mralexandro: xmonad is a tiling window manager. it suits my workflow (all windows either take the whole screen or they squish right up against each other in columns) better. it also doesnt have titlebars [02:02] administrator__: cd /media/cdrom ? [02:02] ok [02:02] Stronze: ? you lost me [02:02] mdg - its suppost to bea text to audio program [02:03] any tips? is this somehow being detected as a smaller netbook repo, or is stuff like MC not in the std repos anymore? [02:03] thanks [02:03] $200 for a hard drive... Man that ain't cheap! [02:03] mdg - no console control came up.its running in terminal [02:03] Stronze: what kind of text will it be "reading" to you? webpage or what? [02:03] how can I keep my panel icons from disappearing [02:03] LordMetroid: thats alot [02:03] as far as i know it will read pdf and such [02:03] mdg: I waited three minutes. it never shut down [02:03] anyone here familiar with unetbootin? [02:03] thiebaude, yes ssd... now I go to offtopic where I intended to write [02:04] billybigrigger: yup. why? [02:04] billybigrigger: i used it many times [02:04] I am trying to install from usbstick all going fine so far..but in prepare disk space im slightly uncertain what its saying..I get sda1 and 2 are stuck as that is vista...but dev3 is 119gb and it wants to put 117.3gb there and 2.5gb to 'ubuntu 9.04'..what on earth does it mean ??? ;) [02:04] i've used it to create a liveusb and when i go to boot the usb stick, i get an error from extlinux saying it can't find linux [02:04] which is better gnome or kde? [02:04] how can i make this cron job works please, it does work when i run from theh console but not at crontab :-( http://pastebin.com/f36486c4d [02:04] so do i need to edit extlinux.cfg or something? [02:04] mdg - bah dont worry about.im gonna remove it and find another program [02:05] Stronze: espeak isanother app - but its console too [02:05] Stronze: I had it read me a web page the other day [02:05] mdg - i just need a program to read pdf files [02:05] JoeSomebody: some of us yeah [02:05] thiebaude: ??? [02:06] aj_444: ??? [02:06] Stronze: you mean read what the pdf contains - i.e. spoken? [02:06] im here [02:06] mdg - i downloaded the healthcare bill in congress but no way in well am i gonna read 1100 pages so i want to listen to it while i do other things [02:06] I'm having issues shutting down ubuntu. mdg suggested I wait awhile, I gave it three minutes, and still the system wouldn't shut down. Help please. [02:06] thiebaude: can't find linux [02:06] Stronze: ahh, i see [02:06] billybigrigger: on their site? [02:06] Stronze: espeak should be able to do that too - just pass it the file name [02:07] Stronze: also, pick a nice voice and speech rate === sebsebseb__ is now known as sebsebseb [02:07] billybigrigger: http://unetbootin.sourceforge.net/ [02:07] how do i check how much memory is in use from terminal? [02:07] Stronze: espeak -f [02:07] top [02:07] kapace [02:07] I think is the command [02:07] is compiz fusion still the main one to use ? [02:07] s0u1t, ok where do i look>? [02:08] the mem line [02:08] oh right heh [02:08] I keep getting kernel panics. The text is "run-init: /sbin/init: No such file or directory". Yet I know the file is there and executable and there's nothing wrong with $PATH. [02:08] total used etc [02:08] is 9.8mb free bad? [02:08] billybigrigger: besides usb, distros can be installed on the hard drive too [02:08] not necessarily [02:08] i think it is, really slow [02:08] i don't have a swap [02:08] yeah actually [02:09] Stronze: I'm seeing if I can get a PDF to work in espeak right now.... [02:09] i guess im going to have to make file swap [02:09] if i'm reading mine right it looks like it segregates that which is being used as buffer [02:09] (pagefile) [02:09] yeah [02:09] mdg: I tried waiting for the machine to shut down. It never did. [02:09] mdg - thanks.so just espeak -f file location/filename? [02:09] i am using ubuntu 9.04 on my laptop with synaptics touchpad, i am having issues setting up the tap zones, can anyone help? [02:10] thiebaude: can't find anything on it [02:10] Stronze: yes, but you will want to investigate the options for speaker and speed, etc or you will go mad! [02:10] Can anybody help with that kernel panic? [02:10] actually kapace, what's your four fvalues [02:10] values that is [02:11] any tips? is this somehow being detected as a smaller netbook repo, or is stuff like MC not in the std repos anymore? [02:11] ME pude conectar por Ubuntu.. [02:11] s0u1t, 379528k total, 369720 used, 9800k free 3764k buffers [02:11] soy feliz.. [02:11] Failed to read file 'home/stronze/Desktop/HR3200.pdf' [02:11] !pr | pablo_ [02:11] Sorry, I don't know anything about pr [02:11] llevaba como 6 meses tratando !! ;) [02:11] !br | pablo_ [02:11] pablo_: Por favor, use #ubuntu-br para ajuda em português. Obrigado. [02:12] pablo_ is spanish [02:12] not portuguese [02:12] !es [02:12] 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. [02:12] so please dont give him wrong channel [02:12] !es pablo_ [02:12] Sorry, I don't know anything about es pablo_ [02:12] ohh,, sorry [02:12] !es | pablo Balgan [02:12] pablo Balgan: please see above [02:12] bye [02:12] mdg - Failed to read file 'home/stronze/Desktop/HR3200.pdf' [02:12] bye pablo_ [02:12] este fue el primer canal que encontré [02:12] !es [02:12] 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. [02:12] espeak -f ~/Desktop/HR3200.pdf [02:12] I am having trouble shutting down ubuntu. I get as far as the ubuntu screen and the line going the opposite direction it does at startup. Then the screen goes black and theres a blinking white - up in the left hand corner. There it stays. I've wa [02:13] I started to use Ubuntu yesterday and I had some questions... [02:13] yeahI think that's bad, A. ubuntu needs like 256 or something bare minimum these days so your skating the line, B. I was going to say that the buffers looks like it's part of the "used" value, which makes used deceptive because buffers is what's being used to buffer files and can be recycled instantly when needed [02:13] ed around five minutes and still nothing [02:13] okay its reading i think [02:13] I think [02:13] s0u1t, i see [02:13] joako ask [02:13] joako: ok [02:13] mdg - your right it will drive me insane [02:13] I forgotthe option in espeak that tells it to read a webpage [02:13] aj_444: does it turn off on it's own like it's meant to or not? [02:13] What is the ideal way to share logins + home directories? In CentOS we used LDAP and NFS, which seems to work ok on Ubuntu too. [02:13] but you only have a small amount doing that it looks like so likely can't open much more application wise [02:13] Stronze: :) [02:13] mdg - how i edit voice and speed? [02:13] (without a page file) [02:13] aj_444: does the computer still turn off on it's own? [02:14] sebsebseb: No. I have to hold down the power button to get it to shut down. === Laibsch1 is now known as Laibsch [02:14] Stronze: espeak --help will list where to find those [02:14] /quit [02:14] anyone know of a smaller ubuntu channel where i might find some help for more specific problems? [02:14] Can I make a custom install disk with the updates already and customize the package selection and some settings? [02:14] Stronze: I can't get past the index with all the dots...... LOL [02:15] aj_444: I see, well not sure what's causing it, but what I do know is, that you can hold down your power button and turn off a Linux distro, without it complaining at you the next time you turn it on again, like Windows would === idleone_ is now known as IdleOne [02:15] Kapace are you using Ubuntu/Kubuntu/Xubuntu? [02:15] ShawnR: not sure about #ubuntu-offtopic [02:15] aj_444 my laptop does the same thing, when i hit Ctrl+Alt+Del there, it then finally stops/unmounts the HDD, and then "reboots" with no problem [02:15] s0u1t, vanilla ubuntu [02:15] aj_444: basically you don't have to shut down like you would Windows, just use the power button if you like [02:15] im making my swap file right now [02:15] ShawnR: but you can ask away and we can try to answer your questions [02:15] I'm not an expert but you might want to try xubuntu or something lighter [02:16] sebsebseb: I remember reading somewhere it was bad for your comptuer to do that [02:16] aj_444: I think if you switch it off via the plug then, yes possibily [02:16] s0u1t, yeah, but 9.04 is light enough for me for now [02:16] ShawnR: So, I wait til I get the black screen, then do the Ctrl alt dlt thing then? [02:16] aj_444: ,but via the power button it should be alright, plus then the hardware knows, it's going to turn off? [02:17] sebsebseb: Mmkay. [02:17] sebsebseb: If by "using the power button" you mean pressing it, thus causing an ACPI event that tells the OS to shut down, that's fine in both Windows and Linux. If you mean holding down the power button, that's a bad idea in both as it doesn't cleanly unmount. [02:17] mdg - it lets me test speeds but i cant figure out how to make it accept that speed [02:18] rww: I have to hold the power button to get it to shut down. hitting it does nothing. [02:18] lol, ok. My experience in the past is that ubuntu and less than 512 is sluggish, (i've tried 384MB on a 700mhz p3 at least) [02:18] mdg - id like a program that ran on the desktop instead of terminal :/ [02:18] aj_444 yes, if you try hitting Ctrl+Alt+F1 or F2, etc, you will see the screen where it shows what it is stuck on [02:18] Stronze: perhaps orca? [02:18] s0u1t, i find that everything flys without swap until you hit your mem limit [02:19] Stronze: gnome-orca [02:19] aj_444: if you do that *after* telling it to shut down and getting to the blinking white line, that's generally fine, since part of the stuff that happens when you get the "going backwards" Ubuntu line is the disks unmounting. [02:19] then it starts to crash [02:19] aj_444: It's equivalent to the "It's now safe to turn off your computer" screen from Windows 9x, basically. [02:19] yeah, that sounds about right, but in vanilla ubuntu I think you hit that limit rather quickly! [02:19] rww: sounds good. Could the white blinking line have something to do with GRUB? [02:19] rww: well I have held the power button down on this computer loads now with Ubuntu, and not had any issues as a result, as far as I know [02:20] Stronze: maybe not.... [02:20] hmm gnome-orca is already installed [02:20] 能说中文么? [02:20] !cn [02:20] rww: unless when I had Ext3, some of those former ages ago, disk check errors was caused by that, but probably not [02:20] For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw 或者 #ubuntu-hk [02:20] sebsebseb: Well, I've done it tonnes of times on Windows and also not had an issue. Doesn't mean it's the right thing to do. [02:20] rww: i've never done that === mike is now known as Guest55060 [02:21] aj_444: I'm not sure. It started happening to me a while ago when I set some ACPI stuff incorrectly in my BIOS. I suppose if you disabled ACPI from GRUB it might also cause it. [02:21] rww: his error could be to do with HAL? [02:21] I installed the .deb for cinelerra where does it go so I can run it? [02:22] dividebyzer0: Search for it in synaptic [02:22] dividebyzer0: try typing cine in a terminal [02:22] aj_444: it didnt find anything [02:22] aj_444, sebsebseb: Probably the easiest thing to figure this out would be to disable usplash in GRUB so you can see the shutdown messages and see if it's successfully terminating running programs, shutting down services (including HAL), unmounting, etc. [02:22] mdg - i keep googling diff words but it wont give me a direct PDF txt to audio reader [02:22] rww: howwould I do that? [02:22] Stronze: you using adobe acrobat reader? === Guest55060 is now known as michaelc [02:22] hello [02:23] hmmm [02:23] Stronze: or acroread? [02:23] aj_444: your issue will probably disappper in Karmic, which isn't released as a final yet. also HAL is being replaced in that one [02:23] dividebyzer0: hmm. weird. sometimes you just need to click on the zipped file and it'll install itself [02:23] hello people [02:23] how can i stop my microphone muteing [02:23] sebsebseb: what is hal being replaced by? [02:23] sebsebseb: I am actually running karmic currently. jaunty wouldn't recogonize my wireless/ethernet [02:23] aj_444: hm, Ill look around more.. I did a file search and it didnt find anything, I even restarted [02:23] emd - i finally got the right combo in google and found a list of programs [02:23] aj_444: ah ha I see [02:24] aj_444: same here, I think I had a similar issue before, or was that the vm, by the way for Karmic help you should be using #ubuntu+1 really [02:24] aj_444: did you upgrade from jaunty or install karmic from scratch? [02:24] hi ubunters [02:24] anyone no how to stop microphones stop muteing them self in the sound tools [02:24] Stronze: looks like PDFs need to be converted to regular text to be read === shamm is now known as LinuxGold [02:24] Stronze: in both Orca and espeak and probably festival [02:24] rww: I installed from scratch. I deleted a partition I had of jaunty. [02:24] aj_444: this psyicail install seems to be shutting down fine, but the vm I had before this was a bit hmm [02:25] !karmic | aj_444 rww [02:25] aj_444 rww: Karmic Koala is the codename for Ubuntu 9.10, due October 2009 - Karmic WILL break - Discussion and support in #ubuntu+1 [02:25] can vmware run in console only? [02:25] sebsebseb: oh. I didn't know there was a karmic help irc. [02:25] dividebyzer0: thers ways to 'view' the contents of a .deb and see exactly whats in it and what it puts where. or update the locate database, and try 'locate cinerella' to see what files exist with that name. (if cineralla) dosent work from the terminal, it may be a Upper Case C [02:25] aj_444: then you're probably using GRUB2, and I have no idea if they changed the way you configured that. As sebsebseb said, #ubuntu+1 is probably a good idea :) [02:25] s/you configured that/one configures that/ [02:25] I'll check that out. [02:25] LinuxGold what do you mean?' [02:26] any tips? is this somehow being detected as a smaller netbook repo, or is stuff like MC not in the std repos anymore? [02:26] s0u1t: I'm running ubuntu-server, I do not want to install X server. I want to run Windows XP in vmware, can that be done? [02:26] !info mc [02:26] mc (source: mc): midnight commander - a powerful file manager. In component universe, is optional. Version 2:4.6.2~git20080311-4ubuntu1 (jaunty), package size 2093 kB, installed size 6272 kB [02:26] Dr_Willis, dividebyzer0: dpkg -c .deb will list contents [02:26] meh [02:26] Lars_G: mc = [02:26] Lars_G: mc = 'universe [02:26] yes [02:26] :) [02:26] Dr_Willis: I found it, for some reason it hadn't done the apt-get update as I asked. [02:26] which version of vmware though? [02:26] thanks [02:26] s0u1t: anything that works and free. [02:26] :) [02:27] thanks, the link is http://akirad.cinelerra.org/pool/addakirad.deb [02:27] Hi. My System Monitor shows one of my CPU's running at 100%, but the process list shows no process using any significant amount of CPU. Any idea why this is happening? [02:27] poet: try top -i? [02:27] mdg - im checking out the adobe Read Out Load [02:27] Stronze: http://wiki.soslug.org/wiki/espeak - theres a script to convert PDF to text and then MP3 about two-thirds way down page [02:28] Stronze: let me know if that works... [02:28] LinuxGold: it saysa command called whiptail is using 100% cpu [02:28] haha, well vmware server 1.x has the "Vmware console" gui app which requires x to be used on the host but I believe can be "remoted to" when you have the "console" installed elsewhere with gui [02:28] poet: there you go [02:28] whats a good movie player in ubuntu? [02:28] DigitalKiwi: this will tell you http://www.ubuntu.com/testing/karmic/alpha4 [02:28] syntax: mplayer [02:28] syntax: vlc, mplayer, xine, totem, take a pick [02:28] vmware server 2 has web interface served up over http [02:28] s0u1t: so I need to build VMware file and transfer from one machine to server. [02:28] mdg - http://help.adobe.com/en_US/Reader/8.0/help.html?content=WS58a04a822e3e50102bd615109794195ff-7d15.html [02:28] hallo NETBOOK USERS ,... why do we want to use that easy-peasy thing? [02:28] can i use my cell phone as webcam? [02:28] lulz DigitalKiwi [02:29] still cant figure out where it went [02:29] filsuf: use what you want. I use the netbook remix and install the normal gnome desktop [02:29] I just use the real ubuntu and I cant really see why some wanna use the easy-peasy ... [02:29] Hey, my flash drive, nor my CD rom is being read, any idea what's going on? [02:29] I figured it would be in synaptic [02:29] ah, thanks sebsebseb [02:29] lulz bruenig [02:29] please tell me [02:29] DigitalKiwi: no probs [02:29] the actual virtual machines can be created elsewhere and moved to host or you can create them using either of those two methods remotely [02:29] you know .... hackintosh is also running pretty well on Asus 1000 EEE PC [02:29] ca va isabellf [02:29] tell me please [02:29] In regards to the brochure I was talking about earlier, here's what I've come up with. It's simple, but relatively high quality. Unfortunately, I wanted to use Cleartype fonts such as Calibri and Candara, so Ubuntu users will have to install those manually (Details can be found via Google) [02:30] http://thefrozenfire.com/data/Ubuntu.doc [02:30] dividebyzer0: that .deb is just docuemt files....... [02:30] !patience | irfan_ [02:30] irfan_: 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. [02:30] dividebyzer0: theres no actual program in there.. Just docs and keyring files.. [02:30] irfan_: and those links probably won't have your answer [02:30] I see that hrm.. [02:30] sebsebseb: I went to ubuntu+1.. there isn't anyone responding [02:30] irfan_: does it have a camera on your phone? by the way this is really off topic for this channal [02:30] Dr_Willis: well it added a repository though [02:30] dividebyzer0: i used 'dpkg -c whatever.deb' like was mentioned earlier [02:30] can i use my cell phone as a webcam [02:30] Stronze: hmm, I only have evince [02:31] can someone help? [02:31] aj_444: just wait [02:31] dividebyzer0: yes the scripts could do most anything.. but adding a repo does NOT isntall the cineralla program.. you sould still need to update/upgrade/install cineralla then [02:31] i have cemara in my phone [02:31] looking for fancy gnome desktop apps. can someone give me a keyword to google for? [02:31] hi [02:31] im trying to install ubuntu from within windows... after running the install it asked me to restart, which i did.. but now I get grub error 17 [02:31] irfan_: and can it be used as a web cam? [02:31] right now all of them are attached to panels [02:31] Dr_Willis: so where is the Cinelerra install then? [02:31] yes [02:31] cheetahw26: oh you mean wubi? [02:31] can i do it ? [02:32] im booting into Puppy linux now, to edit the grub config... but I dont know what to enter/modify to fix [02:32] yes... wubi [02:32] Stronze: is it working for you? [02:32] sebsebseb: I'll try. <_< [02:32] cheetahw26: don't do wubi [02:32] Dr_Willis: ah.. found an entry in the synaptic === shamm is now known as LinuxGold [02:32] cheetahw26: Wubi can go bad yeah, and looks like it has for you [02:32] dividebyzer0: i would recheck the docs you are following.. You said it isntaleld a 'repository' THUS you need to run the package manager and look for cineralla now and actually install it. [02:32] mdg - still figuring it out [02:32] cheetahw26: better to do a proper partitioned install and it's not hard [02:32] i dont have much of a choice... there is no way to do a net install with a cd currently right? [02:32] Dr_Willis: it goes by "cinelerracv' thats why [02:32] !install | cheetahw26 [02:32] cheetahw26: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall and https://wiki.ubuntu.com/DapperReleaseNotes/UbiquityKnownIssues - Don't want to use a CD? Try http://tinyurl.com/3exghs - See also !automate [02:32] !dualboot | cheetahw26 [02:32] cheetahw26: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [02:32] im not worried about the complexity ... or dual booting by any means... [02:33] please tell me can i use my cell phone camera as a web cam [02:33] irfan_: ive never heard of that beind done. [02:33] irfan_: does the device support such a feature? [02:33] irfan_ I've never heard of you being able to [02:33] my laptop's cd rom is on the verge of breaking down... i am unable to get a proper install [02:33] irfan_: let me know if you can do that, ive never heard of it [02:33] irfan_: what your asking, what has it to go to do with Ubuntu? [02:33] i tested the cd on another laptop and the cd is perfectly fine.. [02:33] oh no [02:33] irfan_: got to do above [02:34] but we can do it into windows [02:34] can you? [02:34] how? [02:34] never heard of it in windows either [02:34] never seen it done in windows either. :) [02:34] ive looked at the documentation about copying the .iso to a separate partition and booting to the install off of the hard drive, but haven't been able to get that to work either [02:34] unless only a proprietary phone can do it [02:34] cheetahw26: you can boot the ISO in a virtual machine, if your computer has enough RAM [02:34] cheetahw26: that should work [02:35] yeah... vm will work, but that is not what i want... i want to replace my windows install with ubuntu [02:35] no usb flash drive big enough? [02:35] hello everyone [02:35] cheetahw26: and I assume the phone is a USB device? and if so, then you should be able to use it with the closed source version of Virtualbox from http://www.virtualbox.org which has the USB support [02:36] cheetahw26: well yes that's what you will be doing basically [02:36] sebsebseb: phone?? [02:36] I accidentally had a chown misshap on my 9.04 system. Now I can't use the Switch User portion of Ubuntu anymore. Where should I start looking? === SickPsyc is now known as SickPsyc^ [02:36] cheetahw26, there is a tool that dose it for you [02:36] wront person sebsebseb [02:36] wrong* [02:36] i will try to do it and tell you [02:36] called a spoon [02:36] hehe, I think you have two conversations mixed up sebsebseb [02:37] s0u1t: uh that's happended before [02:37] De-Mentor: what tool ?? wubi ? thats the one I just tried and got the Grub Error 17 [02:37] irfan_: uh see above, looks like I should have been messaging you [02:37] cheetahw26, you can boot from a usb drive [02:37] phone is irfan_, cheetahw26 is install ubuntu over windows without cd rom [02:37] Stronze: I'm downloading Adobe reader for linux now... [02:37] im in puppy linux now, and I can rewrite the Grub, but not sure what is causing the error or how to repair... also can't find any documentation on how wubi is supposed to boot using grub [02:38] De-Mentor: that would be great, but my laptop does not support booting from usb.. [02:38] cheetahw26: unetbootin [02:38] !usb | cheetahw26 [02:38] cheetahw26: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [02:38] bummer === mike is now known as Guest15146 [02:38] s0u1t: thats what I just tried... and after was prompted to restart got Grub Error: 17 === Guest15146 is now known as michaelc [02:38] hi [02:38] hello [02:39] when i try turn my mic up it wont go up can someone help [02:39] I will have to repair just to boot back into windows... but if I knew how Wubi wanted the grub or what went wrong, maybe I could boot into the install i actually wanted [02:39] s0u1t: thanks, but now the phone person seems to have disappeard on us [02:39] cheetahw26: I think wubi is capable of making the grub install read and load linux from ntfs partition already on the drive [02:39] is there a process history i can use in terminal? for instance. If i wanted to know where pid 2865 orginated from 10 minutes ago can I do that? [02:39] cheetahw26: normalley I woudn't recommend Wubi, but it seems you may have a reason for it [02:39] sebsebseb: I think he said he was going to go try using his phone with windows as the webcam [02:39] s0u1t: I am aware that it is supposed to :) but when attempting to do so, I got an error, and don't know what the proper configuration should be [02:40] any one know how to unlock sony phone [02:40] interesting [02:40] cheetahw26, your cd dosent work at all? [02:40] sebsebseb: I completely agrea, not really a big fan.. makes me feel like a cross dresser :) [02:40] cheetahw26: do you have an unusual partition table perhaps? multiple drives or something? [02:40] it does work, but it crashes after a few minutes or so... and is very sporadic [02:41] cheetahw26, because im almost sure there is a boot cd that allows you to boot from usb even thought your laptop dosent support it [02:41] Enter text here...I need help [02:41] !helpme | kylemerchant [02:41] kylemerchant: Avoid your questions being followed by a trail of "Please, help me", "Can nobody help me?", "I really need this!", and so on. This just contributes to making the channel unreadable. If you are not answered, ask again later; but see also !repeat and !patience [02:41] don't know how you would define unusual... 2 NTFS partitions and one hopefully soon to be ext3 with a swap at the end [02:41] cd [02:41] cheetahw26, I used it once i just dont remember whats the name of it [02:41] kylemerchant: what are you trying to do? [02:41] but to install using Wubi, I formatted the ext3 & swap to NTFS and installed to that with Wubi [02:41] kylemerchant: that factoid is a bit nasty in a way, this one is more nice though [02:41] hello [02:41] yes [02:41] !ask | kylemerchant [02:41] kylemerchant: 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:41] mdg - okay i got acoread installed and now have that option when i load the pdf.now im working on getting to play [02:42] well my first guess would be that is the problem because I woudl guess that grub is looking for a default windows installation [02:42] I wish there was I way I could boot from the cdrom partially and then install the rest over ftp [02:42] Stronze: I'm just now installing [02:42] is it good to use the proprieatry drivers ati/amd compared to the ones thats on the ati.com site? [02:42] was interested if anyone installs cpanel in ubuntu? the google hits I got were from 2006. [02:42] I can't find my mail on my mail, when itt says mail is there [02:43] did you get it [02:43] mdg - interesting [02:43] ok [02:43] kylemerchant: yeah, but not my area [02:43] mdg - when i try read out loud.the program freezes [02:43] cheetaw26: do you know how to verify that grub is looking at the right partition for your windows install that you installed wubi to? [02:44] Stronze: how are you starting it reading? [02:44] cheetahw26, are you there? [02:45] yeah sorry.. [02:45] haven't looked at grub yet will do now [02:45] hello [02:46] cheetahw26: ubuntu has a mini iso that installs the base and gets the rest from the net. === caplink811-log is now known as caplink811_log [02:47] Stronze: the menu characters turned chinese or something on me LOL === ventti is now known as ventti_away [02:47] Stronze: got it [02:47] Stronze: not a nice voice though [02:48] mdg - i tried highlight then selct view>read out load then click highlighted section froze [02:48] mdg - just clicked view>read out loud froze [02:49] Stronze: I didn [02:49] Stronze: I didn't highlight - just picked read page and read to end of document === akgraner_ is now known as akgraner [02:49] mdg - how did you download it? [02:50] mdg - i used http://ubuntuforums.org/archive/index.php/t-763211.html === wesley_grant is now known as wes_grant [02:50] Stronze: I went to the download page for Adobe Acrobat reader -linux and choose the .deb file and it installed [02:50] Stronze: I see options under Edit menu for picking another voice - gotta check that out! [02:51] I am trying to setup a wpa_supplicant.conf for my university's 802.1x PEAP Network. Will someone please look at the one that I have generated and verify whether it will work? In addition, I don't have any idea how to convert a ,crt certificate to a ,pem certificate. I read the wpa_supplicant.conf can only use .pems. Is that correct? [02:51] if anyone in here is running ubuntu on a macbook and it is fully functioning just like if you ran mac, can you please give me a pm. [02:51] Stronze: didn [02:52] Stronze: did change it :/ [02:52] Dwade09: ask your question in here and benefit from every ones help [02:52] Hello, i need help installing a windows program useing wine [02:52] mdg - where in download page? [02:52] Sirmimer: wine filename.exe [02:52] hello all [02:53] IdleOne, i need someone who is running on a macbook, and want to know if everything will work just like it does with the main macbook os x [02:53] Stronze: http://get.adobe.com/reader/otherversions/ [02:53] Stronze: I chose linux x86 .deb [02:53] a [02:53] Stronze: and let the application g-deblet install it [02:53] example all the keyboard keys, and their Fn functions as well, and also the, mouse with two finger taps for right click. [02:53] Dwade09: best way to find out is download the live cd and test. mileage varies from machine to machine [02:54] !pm | Sirmimer [02:54] Sirmimer: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [02:54] I have a ubuntu box @ work that I use for backups and such. I would like to have it send mail from cron jobs but we use exchange.Anyone know how I can get my ubuntu (postfix mta) box to send mail through our exchange server? [02:54] im pretty sure my laptop is 32 bit [02:54] Oh sorry IldeOne [02:54] Should i ask here, or your busy? [02:54] mdg - not 100% sure tho [02:55] Sirmimer: ask here if I don't know the answer someone else might help [02:55] !ask | Sirmimer [02:55] Sirmimer: 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:55] IdleOne, dont want to do that as i do not have a way to back up al my data, if something goes wrong. [02:55] Sirmimer: to install wine type in terminal sudo apt-get install wine [02:55] IdleOne: where is that mini install that gets the rest from the net ?? [02:55] Stronze: x86 is 32 bit [02:55] I have wine, i installed it from synaptic [02:55] hi guys, I got a joke... how does ubuntu fix bugs? it makes them rot and die [02:56] Dwade09: the live cd runs all in ram it wont install until you tell it to [02:56] mdg - learn somethin new everyday [02:56] Sirmimer: ok now in terminal go to cd Desktop ( if that is where you saved the .exe file ) and type wine filename.exe ( change filename for the actual name ) [02:56] not funny [02:57] I wantet to know how to install Ventrilo on my pc. It's not for linux yet so i have to use wine. I downloaded the install file from their website: "Windows i386 - 32bit - Win2000, XP, 2003, Vista, 2008m" [02:57] IdleOne, that is why i asked , if everything works like it should, and running the live cd does not tell me if all will work once installed, as i ran live cd before and everything worked like a charm, then when it came to install i had to get drivers for Everything, but in live cd i didnt. [02:57] Hey all is there a good commandline bittorent client? I just bought a VPS but it doesnt have the juice to run X [02:57] !ot > netdur1 [02:57] netdur1, please see my private message [02:57] well I got cinelerra installed, but it keeps crashing so bleh [02:57] its on my desktop yea, how do i go to cd desktop in the terminal; what do i type? [02:57] wANd_: The default one will work just fine, the command to launch the one for multiple torrents is btlaunchmanycurses, bt[tab][tab] will get you a list [02:58] I think I'll just set up a dual boot with XP [02:58] Dwade09: I see what your saying. [02:58] i will look,tahsnk [02:58] thanks [02:58] wANd_: You give it a directory as a parameter, and it'll download any torrents you throw in there (and rescan every few minutes) [02:58] IdleOne: yeah! minutes ago I got email from launchpad saying that nobody cares about bugs I have opened therefore they will close it... like that? [02:58] Sirmimer: cd Desktop [02:58] wANd_: theres several others . with differnt featutres also [02:58] that happened to almost every bug I have reported [02:58] mdg - lmao!! i using the other guide i downloaded the older version of adobe.correcting that mistake [02:58] IS there a good graphical app for messing with iptables? (i.e. opening a port, for e.g. BitTorrent?) [02:58] netdur1: I highly doubt that. #ubuntu-offtopics is a good place to go troll [02:58] mdg - Error: Breaks exisiting package 'acroread' conflict: adobereader-enu ( ) [02:59] !iptables | Luig1 [02:59] Luig1: 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 [02:59] IdleOne: then let me get you url [02:59] mdg - gonna remove adobe and reinstall [02:59] My ubuntu 9.04 has been "freezing!!!" lately, and the unique solution is the reset button. Does any log file exist, that might report the cause of these crashes? [02:59] IdleOne, okay done. Now i type "sudo wine filename.exe" (ofc i change filename to the right one) [02:59] Sirmimer, here is a post on vent and ubuntu http://ubuntuforums.org/showthread.php?t=41737 [02:59] netdur1: This channel is for support only, please take non-support to #ubuntu-offtopic, thanks. [02:59] Sirmimer: wine filename.exe [02:59] Sirmimer: you rarely need to use sudo with wine... [02:59] IdleOne: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/291836 [02:59] Sirmimer: and doing so may make things less reliable. [02:59] Thanks, Flannel [02:59] Okay [03:00] Stronze: I need to figure out how to add female voices - the male voices are too harsh [03:00] Flannel: my laptop fails to reboot, every time... this is a tech problem [03:00] mdg - your jsut a sexist admit it :D [03:00] IdleOne, glad you understand instead of trying to say im wrong jeje, [03:00] Stronze: LOL [03:00] Okay i got it installed - thanks. Now how do i open it? [03:01] netdur1: If you'd like support with that problem, feel free to ask a question about it. But this channel is not an appropriate place to discuss your bug reports [03:01] Flannel: I don't have that app and i cant find it in apt-cache search [03:01] Dwade09: it has happened to me also but usually the live cd is a good test. mac has it's issues not sure if there is a #ubuntu-ppc [03:01] Dr_Willis: oh? any suggestions? :) [03:01] netdur1: don't see where they said they don't care [03:01] Stronze: actually, I just find the male voices hard to understand - too robotic sounding [03:01] IdleOne, there is but not very many in it jeje. [03:01] Flannel: I have asked here and was told to report a bug!!! [03:01] wANd_: It's installed by default in Ubuntu, your VPS must have customized it. The package is bittornado [03:02] ugh, i dont want to go back to windows... *cries* [03:02] Dwade09: well you got to be patient :) === michael_ is now known as MikeC [03:02] IdleOne: I got the program installed, how do i open it now? [03:02] IdleOne, i will take this to the local community college and see what the smart guys there have to say as i have to go there tomorrow anyways. [03:02] IdleOne: that was their "don't care" in _nice way_ [03:02] netdur1: That makes sense. You should if it's a bug. But this channel isn't for bug discussions, we have other channels for that. We can help you work around the bug if possible (although that might be best done in the bug report itself), but this channel is not for discussing your bug [03:03] dividebyzer0: I searched for what you are having trouble with, but, apparently, I cannot find it. Could you explain to me why you feel you might have to go to back to Failzors (Windows), I might be able to help [03:03] Anyone know why Xchat locks up when trying to list channels? I'd take the question to the right channel but... [03:03] netdur1, no, that was not my nice way of saying dont care, u just joined the room, not many in there, but do not mean i wont hit the room up. [03:03] mdg - interesting.i redownloaded adobe reader 9 and read out load is still crashing it.i only get for options is activate read out load [03:03] Something related to https://bugs.launchpad.net/ubuntu/+source/xchat-gnome/+bug/276229 === ventti_away is now known as ventti [03:04] Sirmimer: it should be listed in your Applications menu under wine [03:04] Can ayone help me with a problem? I have grub2 installed (using latest ubuntu alpha), and the menu entries are in the config..but I can't choose them at bootup. It automatically boots into ubuntu and I cannot choose any other OS. Anyone know how I can show the menu options? [03:04] xps9000: I need to do some video editing and nothing seems to work right on ubuntu [03:04] Stronze: how much ram you have? [03:04] MikeC: No, but, have you tried. Apt-get remove xchat? and reinstalled? [03:04] IldeOne: It's not :S [03:04] dividebyzer0: Video card make/model? [03:04] mdg - 2 gigs [03:04] netdur1: What that's saying is you need to confirm its still a bug, and provide them with the stuff they need (the various log files) [03:04] xps9000: First time using it, but I can try [03:04] MikeC: Try "/msg alis help" for info on Freenode's channel listing bot, which might work better. If you're using xchat-gnome, try xchat. And the xchat (not xchat-gnome) channel is #xchat ;) [03:04] Stronze: oh - that should be plenty [03:05] IldeOne: I do see it in my wine folder. But its not under App --> Wine [03:05] thanks flannel i see the package [03:05] xps9000: Nvidia Geforce 8700M-GT [03:05] nocturna: ive seen issues with GRUB where it dosent see/use a USB keyboard properly. I either have to use a ps2 keyboard. or enable the 'legacy usb' support in the bios. [03:05] i need help. I have a HP laptop that has a wifi card installed but it does not show up anywhere in the device manager [03:05] nocturna: and check #ubuntu+1 for aplha support.. Good luck [03:05] what do i do [03:05] ok thanks! [03:05] Sirmimer: #winehq I don't use wine so I am not certain [03:05] dividebyzer0: What exact problem are you having? By the way, xorg.conf is not hard to edit, if that's where your issue lies. [03:06] IdleOne, i do thank you for your help and will put it to use, and do somemore looking into this tomorrow. [03:06] problems* [03:06] Stronze: maybe its the size of the PFD [03:06] Im trying to use cinelerra and when I add my files, it crashes [03:06] IldeOne: Thanks, i did figure out how to open it, but i have to go into the folder and stuff. So i'll ask how to get it up under apps. [03:06] Dwade09: no problem and I hope it works well for you [03:06] just completely closes out [03:06] mdg - yeah it was.i figured it out [03:06] mdg - oh god you was right [03:06] mdg - that is annoying [03:06] dividebyzer0: Descriptions please [03:07] mdg - how you fix that?! [03:07] IdleOne, i will let you know, when i do find a good guide, and install it. [03:07] Stronze: good question.... [03:07] cinelerra . One moment. [03:07] xps9000: thats pretty much it.. I add my mp4 and maybe an mp3 and it will crash [03:07] Stronze: how many "chapters" are there? [03:07] xps9000: cinelerra is a video editing software for linux [03:08] I am not familiar with cinelerra, just give me a second so I can point you in the right direction, Dividebyzer0 [03:08] Stronze: espeak -v en+f2 "Hello there my friend." - what do you think? [03:08] mdg - you know that 1100 page healthcare bill everyone is freaking out about? thats what im using the ereader for [03:08] Stronze: how come you are reading it? [03:09] nick acsi === default is now known as asci [03:09] dividebyzer0: What program did you use on windows to do your video editing? [03:09] sony vegas and camtasia studio 6 [03:09] Do you still have copies of this software? [03:10] yes, I bought them. [03:10] mdg - cuz i want to know whats in it [03:10] mdg - if you let someone else do your thinking then your screwed [03:10] does brother provider open source linux drivers for all their new printers like hp does? [03:10] Stronze: I thought maybe you were a doctor or something [03:10] dividebyzer0: Ok, I'm trying to give you some options, so, bare with me. === Biolunar__ is now known as Biolunar [03:10] Stronze: I agree - we should know more, but thats another channel [03:11] I have a WiFi HP printer. How can I print wireless to it from Ubuntu? [03:11] dividebyzer0: I've never worked with this software, so, I'm doing alittle research to figure out if this is a known bug. [03:11] Stronze: espeak -v en+f2 "Hello there my friend." what do you think of that voice? [03:11] mdg - im just wanting to listen to it and see what the hell everyone is so mad about it or so for it [03:11] darn, Bittorent wont work, it says unknown URL type UDP [03:11] i need a client that can use UDP [03:11] for commandline [03:11] xps9000: thanks, Ive heard of KDEnLive, cinelerra, and a couple other things but nothing works that great for linux yet [03:12] is duanedesign on tonight [03:12] googled for VMware, got mixed answers - is there any Vmware in deb package? [03:12] Stronze: If you can get the text out of it, you can send it to festival to speak it [03:12] in repo [03:12] mdg - goes to fast [03:12] Stronze: really? [03:12] dividebyzer0: Have you considered using wine? And installing your video apps on it? (Winters API on linux) [03:12] Stronze: 180 wpm [03:12] mdg - i cant figure out how to get a female voice to work on mine [03:12] Hi all! :D [03:12] Windows* [03:12] I have a WiFi HP printer. How can I print wireless to it from Ubuntu? [03:12] mdg - i got adobe set to 150 [03:13] hi MicronXD [03:13] Stronze: I'm trying to figure out how to compile the female voice as espeak default [03:13] flannel - it be faster to shaving an oak tree with a straight razor than pull all the tect from this [03:13] Flannel: you know anything about espeak? [03:13] xps9000 yes, and it didnt work that great, I tried with virtualbox too and the video lagged really bad [03:13] dividebyzer0: Also, I need to know... Does Cine crash? Or does it lock up? [03:14] xps9000: it just exits. completely closes out [03:14] mdg - adobe uses espeak drivers [03:15] dividebyzer0: How long have you been running Ubuntu? Have you installed the restricted drivers the Ubuntu recommends? === max is now known as Guest57597 === Guest57597 is now known as chuy_max [03:15] Flannel: do you have a link to convert PDF to text? [03:15] xps9000: probably a couple weeks now, Ive installed everything that it has asked, and the correct one for my video card [03:16] mdg: pdf2text [03:16] dividebyzer0: Ok, still reading on this software, bare with me [03:16] maco: is that an apt-get install? [03:16] guys, how can I determine which video driver my computer is using? (it is not in xorg.conf file) [03:17] hi i cant seem to get hulu website to work on ubuntu 9.04 [03:17] will the wifi drivers from gateway laptop work on a HP laptop [03:17] chuy_max, try looking in lsmod [03:17] and is fo how do i find them on m computer [03:17] mdg: pdftotext sorry. its in the xpdf-utils package [03:17] Hey all, my Ctrl + C (Escape Sequence) is no longer functioning in URXVT, Xterm, or Terminator... But is working in TTY. Anyone know why? stty -a shows ^C is my escape sequence. >> [03:18] ah... installed already - thanks maco! [03:18] lordnikon, what kind of wireless? might not even need any more than what is on the ubuntu disk if you have good cards [03:18] Hey, I was wondering if anyone knew how to send pulseaudio to shoutcast. Nothing I could find online works. [03:18] nom, regular wifi [03:18] dividebyzer0: When you installed the software, did you see any errors? Did you install it via terminal or via the manager? [03:18] Kapace, well, there's one called video, and one called videodev, I expected to see vesa or nv or nvidia [03:19] but the card does not show up under the device manager [03:19] hi i cant get firefox to work with flash [03:19] Sentinel, If you just want music, use MPD. [03:19] When I run knoppix 5.1 on my desktop, and it tries to start xorg? (the gui) it fails once or twice, but then starts to work. With ubuntu, I can't get the gui started. is there anyway i can get the settings from knoppix, and change my ubuntu settings to work the same way? [03:19] Formode: I was hoping to get all sound... [03:20] chuy_max, maybe google could help, i've never seen that before [03:20] chuy_max, lspci? [03:20] Formode: Does it support saving the stream as an mp3? [03:20] maco: wow works fast! [03:20] MicronXD: Using the liveCD? Try to start in safe graphics mode. Sometimes the liveCD does a bad job with it (and usually it goes away once you actually install) [03:21] need help with firefox plugins [03:21] chuy_max: your looking for what graphics driver X is using? [03:21] Flannel: neh... the liveCD and the install both don't work, but the knoppix liveCD works fine. anyway to figure out what settings knoppix is using? [03:21] bob12345, Which one? [03:21] ctmjr, yes [03:21] How do I set up a wifi printer? [03:21] flash and java dont seem to work right [03:21] chuy_max, what does lspci say? [03:21] !flash | bob12345 [03:21] bob12345: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash [03:22] !javascript | bob12345 [03:22] Sorry, I don't know anything about javascript [03:22] !java | bob12345 [03:22] bob12345: To install a Java runtime/interpreter on Ubuntu, look at https://help.ubuntu.com/community/Java - For the Sun Java runtime install sun-java6-jre from the !Multiverse repository [03:22] chuy_max: ok try this egrep "Loading /usr/lib/xorg/modules/drivers" /var/log/Xorg.0.log [03:22] I'm using an HP c7250. How do I print over wifi through Ubuntu? [03:22] mdg - im googling how to change the voice but everything it finds favors windows [03:22] thanks guys [03:22] winblowz [03:22] lordnikon, because the card is a broadcom chip ... do an "lspci |grep bcm" in the terminal to see what you have [03:22] ctmjr, (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so [03:23] ugh, so I guess it is using vesa [03:23] ok hold on [03:23] ill post it on pm [03:23] chuy_max: yep vesa [03:23] Hey all, my Ctrl + C (Escape Sequence) is no longer functioning in URXVT, Xterm, or Terminator... But is working in TTY. Anyone know why? stty -a shows ^C is my escape sequence. >> [03:23] chuy_max, why do you hide your lspci from me? [03:24] Maybe he thinks you is a h4x0r XD [03:24] !paste [03:24] 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 [03:24] Stronze: I converted a PDF to text with pdftotext and started espeak from the command line to read it. [03:25] Last time I showed me lspci to someone I spent a night in jail, exapid. [03:25] Kapace, http://paste.ubuntu.com/260134/ [03:25] :D [03:25] chuy_Max, If you want to direct the bot towards something, append "| " to the end. [03:25] mdg - im gonna roll with this.ill just tweek it for now and wait for adobe to come out with better voices [03:25] Chuy_max, for example. !flash | Chuy_Max [03:25] im tired and going to bed [03:25] detonation, you showed who lspci? [03:26] Stronze: I think we have to "compile [03:26] ... "i showed me lspci .. to someone".. [03:26] I'm using an HP c7250. How do I print over wifi through Ubuntu? [03:26] !3gp [03:26] Sorry, I don't know anything about 3gp [03:26] Stronze: the voice we can and then we can pick it from the Acrobat settings. [03:26] When I run knoppix 5.1 on my desktop, and it tries to start xorg? (the gui) it fails once or twice, but then starts to work. With ubuntu, I can't get the gui started. is there anyway i can get the settings from knoppix, and change my ubuntu settings to work the same way? [03:27] Can anybody recommend me a netbook/ultra-small laptop that gets decent battery life and has good Ubuntu compatibility? [03:27] msg - it lets you pick the driver from prefences [03:27] veinor, i'm currently typing to you from my 1000he by asus [03:28] Googled for vmware install, followed instructions to change includes path, apt-get installed necessary files and still have this error: Unable to build the vmmon module. (I am running ubuntu-server 9.04 64 bit [03:28] How's the speed? Enough to watch youtube? [03:28] mdg - just cant figure out how to change that [03:28] Flannel: eek did I miss your response? I dno how to scroll up in irssi [03:29] MicronXD: esc p to go up esc n to go down [03:29] Kapace, ctmjr, I have a nVidia Geforce 7000M, and the nvidia driver is not listed under System->Administration->Hardware Drivers as the wiki says. Any comments? [03:29] MicronXD: page up ;) or alt-p (pagedown or alt-n to o back down) [03:29] MicronXD: and no, you didn't. [03:29] whats the best way to add icons to fluxbox? [03:29] MicronXD: But you've tried the Safe Graphics Mode on the liveCD? === Chazz is now known as Chazz\ === Chazz\ is now known as Chazz [03:30] Flannel: only thing I haven't tried x.X [03:31] dont know what im doing wrong but i cant install gimmie for the life of me [03:31] Stronze: ah, you can change the espeak default... [03:31] Flannel: I did safe graphics mode from the HD, normal from the HD, and normal from the live CD... none of em worked... never tried safe graphics mode from the Live CD [03:32] Stronze: /usr/share/espeak-data/voices/default [03:32] chuy_max: you can install from synaptic, nvidia's web site or use the nv open source driver i would go to nvidia's web site and see if they recommend a driver http://www.nvidia.com/Download/index.aspx?lang=en-us [03:32] Flannel: but knoppix liveCD works in reg mode [03:32] regular* [03:32] anyone/j #vlc [03:32] whoops [03:33] mdg - run that from term? [03:34] Stronze: no trying to modify it from terminal to change the voice - got permission denied - trying again. [03:35] whats the best way to add desktop icons to fluxbox? [03:36] mdg - i went to it thru the file system and it denied me also [03:36] Stronze: you have to use "sudo [03:36] "sudo" [03:37] i mean i went to the folder without using terminal [03:37] sudo gedit /usr/share/espeak-data/voices/default ? [03:37] acrobat is way memory intensive [03:38] i think you's should get a life [03:38] mdg - i gedited from male to female but still that robotic male voice [03:38] Hello! [03:39] hello lee [03:39] Googled for vmware install, followed instructions to change includes path, apt-get installed necessary files and still have this error: Unable to build the vmmon module. (I am running ubuntu-server 9.04 64 bit [03:39] yeh you need a life too [03:39] Stronze: I added +f1 to the voice (makes it more feminine), but acrobat is not picking that up, however, espeak is using it as default [03:40] boring [03:40] yawn [03:40] SuperMiguel; http://fluxbox.sourceforge.net/docbook/en/html/faq.html#AEN1111 [03:40] ........ [03:40] it's been a while since I've been on a dedicated leeenucks box, what's the most popular mp3 playing software out there right now? [03:40] mdg - i gotz no clue [03:40] Stronze: pdftotext worked pretty good [03:41] miguel how can you be super it sucks [03:41] Stronze: takes a little bit of text manipulation for what you want to read, but... its doable [03:41] mdg - most likely that will be a huge headache for what im trying to read [03:42] mdg - im calling it a night.thanks for your help.seems i showed you something new also :P [03:42] Stronze: yes you did :) [03:42] Stronze: have a great evening o/ [03:42] grr stupid pidgin and myspace.everytime someone changes their mood it fills an IM with html code [03:42] night [03:43] Stronze: hang in there :) [03:43] Flannel: hope i didn't miss your response >.< === lee__ is now known as lee8989 [03:43] Flannel: page u doesn't work in OSX's terminal to scroll up in irssi [03:43] Hello~ [03:44] MicronXD: alt-p and alt-n should [03:44] do you haf too be boring 2 chat or just a dick [03:44] π [03:44] how can I change my mouse cursor in ubuntu 9.04? [03:44] ok i have a quicky.. i have 7.10 and i changed the computer icon in gnome manually and then changed the icon theme. all the icons change now but the computer. how do i reset that so it goes with the theme ? [03:45] alt+p in OSX = * [03:46] hello. [03:46] hello [03:46] Is there a program that would basically recursively copy files from one folder to another, and then check if they're the same? [03:46] ls -R | .. cp -V .. [03:46] :p [03:46] chid: rsync? [03:46] i think rsync is just made for that task. [03:46] I am trying to understand why apache will not serve a symlinked path. I have installed apache 2.2 (from repo) on my ubuntu 9.04 workstation. The default configuration is to follow symlinks from /var/www. However, when I create a symlink in /var/www and attempt to access it apache returns error 403. [03:46] has anyone in here hear of or used gimmie [03:47] thanks. MadGirl [03:47] the error log returns: "Symbolic link not allowed or link target not accessible" [03:47] I have researched apache docs and I'm at a loss for what I may have over looked [03:47] any help will be appreciated. [03:47] * Phrea helps zanberdo_ by not helping [03:48] Phrea, um, what does that me? [03:49] hi people! [03:49] i need help with intel video driver [03:50] i have an intel 865g chipset [03:50] and it has no drivers for ubuntu 9.x? [03:50] When I run knoppix 5.1 on my desktop, and it tries to start xorg? (the gui) it fails once or twice, but then starts to work. With ubuntu, I can't get the gui started. is there anyway i can get the settings from knoppix, and change my ubuntu settings to work the same way? [03:50] i can't enable compiz effects [03:51] and when i debug video players they all says the same [03:51] BadAlloc (insufficient resources for operation) [03:51] what can i do? [03:51] i don't want to downgrade to older version [03:52] i have not 2d acceleration! all vesa support [03:52] its killing my machine [03:52] this isn't an ubuntu-specific question, but is there a way to get gnome-do to add certain arguments when launching? for example, when i launch Chrome from gnome-do, i want it to launch like "chrome --enable-plugins" instead of just "chrome" [03:52] !enter | avantix [03:52] avantix: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [03:53] Do someone know , how to install KDEnlive in Ubuntu ? [03:53] avantix: what does 'glxinfo |grep render' show? [03:54] jikuty: launch alacarte and edit the menu from there [03:54] I think that's where gnome-do pulls its options [03:54] hello [03:54] sub[t]rnl: direct rendering: yes -> openGL renderer string: Software Rasterizer [03:55] hey! [03:55] avantix: it's falling back to software because DRI is disabled [03:55] that's right [03:55] dri is not enabled [03:55] I'm trying to setup bugzilla on Ubuntu 8.04 and checksetup.pl script is asking for Templates module, which I'm unable to install. Ideas? [03:55] avantix: I believe your intel card has a freeze issue with jaunty [03:55] avantix: so DRI was disabled intentionally. :/ [03:56] veinor: hm, even after putting the right arguments in the menu shortcut, and re-starting gnome-do, it still seems to just launch "chrome" [03:56] !intel | avantix [03:56] avantix: Ubuntu 9.04 has a known regression for some Intel graphics support. See https://wiki.ubuntu.com/X/Troubleshooting/IntelPerformance and http://ubuntuforums.org/showthread.php?t=1130582 for more information. [03:56] jikuty: really? hmm === Shkodrani1 is now known as ShKoDrAnI [03:57] sub[t]rnl, ubottu :( thank you! i will read those threads [03:57] !symlink [03:57] The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [03:57] !apache2 [03:57] Sorry, I don't know anything about apache2 [03:57] !apache [03:57] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) === Shinobi is now known as Guest82701 [03:59] seriously, I'd appreciate any help with this apache/symlink problem [04:00] zanberdo_, you might try in #apache if you dont get help in here. === ShKoDrAnI is now known as ShKoDrAni1 [04:01] #apache is not a useless channel that referred me to #httpd which I've tried and am bing ignored (sorry, don't mean to sound impetuous. I know support is free and it's community provided, I'm just getting damned frustrated, as I have this working on another machine and I can see no bloody difference. === ShKoDrAni1 is now known as ShKoDrAnI [04:01] hello everyone. i'm using jaunty and after changing my password recently i get requests from various software (like gnome do) to access the keyring but no password works. i've tried to erase the default.keyring file but none exists. a google search hasn't been very fruitful either. anyone have any pointers, please? [04:02] so i just got a 2nd monitor, dual screens is nice [04:02] but how do i force an app to open on the 2nd monitor? === tp_ is now known as Piero [04:02] if i open a game, it goes fullscreen...i move mouse to the 2nd monitor and open app via right click menu...it opens onto first monitor [04:04] i get no sound when playing mp3s stored locally while i've got a youtube video open (buffering), is there any way to fix that? [04:06] hello! [04:06] I need help setting up my epson rx500 scanner [04:08] Does anyone know how to drop an email bomb using linux? i really want to get back at the people sending me all this junk mail and scammers [04:08] I try to installed ubuntu on my harddrive, excpet it did not detect my windows parrtiton so only agve me option to install over whole hard drive [04:08] did you install over the windows partion? [04:09] TannerS: try creating the linux partitions manually [04:09] evon, last time i tried tthat, it weiped out my windows i dont wanna risk it [04:10] evon yea it's real easy click the I'm a linux hacker button and there are tons of options... A) Deploy Trojan B)Email Bomb C) DoS Attack etc. [04:10] Tanners: Gparted has allways been good to me [04:10] Can anyone help me install Beryl [04:11] coreyman where is this button you speak of? [04:11] im looking for a better gnome panel does anyone know of a good alternative [04:11] kattman, creat an ext3 parition, and hcoose that during install? [04:11] Tanners: yes [04:11] how do i switch from ubuntu back to windows? [04:12] jjchmh: Put the windows cd in, and reformat, then install [04:12] jjchmh: Pop the windows CD in and install Windows. [04:13] Anyone know how to get Beryl to work? [04:13] thanks kattman [04:13] its compiz now [04:13] hello. I'm unable to change my screen resolution to higher that 640X480. I'm using Nvidia drivers on Jaunty [04:13] kattman will it creat the swap parition on the "wat they see as free space" or take part of the exxt2 partiiton to make it? [04:14] ok, this is some donkey status i am in, but i need some MBR help lol. I have a machine with 3 physical HDD and ubuntu is installed on one of them,, i duno which one, and the MBR is on a different one, also I dont know which one === Nightw0lf is now known as Nightwolf [04:14] can somebody help me figure out which hdd has the install and which has the boot loader?? [04:14] Tanners: it will create a swap for you [04:14] kattman but for the swap were is the space its using comeing from? [04:15] yah but when i put the cd in nothing happens i cant do anything [04:16] Tanners: ubuntu will create it in free space as needed [04:16] jjcham: is your machine set to boot up on the cd? [04:16] can i use the kde panel in gnome [04:17] kattman thats my problme, what if it thinks my windows partition, and thinks its free space then some whow messes it up or erases it [04:17] jjchmh: is your machine set to boot up on the cd? [04:17] tannerS did you resize windows partition? [04:18] no [04:18] i only have ubuntu i do not have the cd to boot up ubuntu [04:18] i need help finding my MBR === Fish is now known as Guest96748 [04:18] you need to boot up on your windows cd...then you can install from there. [04:18] its my main os but i have to go back to school and i cant have ubuntu anymore [04:18] i did.. nothing happens === formol_ is now known as formolQC [04:18] "can't"? [04:19] tannerS resize windows partition to givr room for ubuntu [04:19] the only resolution option is 800*600. Why cant I get 1280*1024? [04:20] kattman i am going to do that so that free space is going to be free for both swap and ext3 or? [04:20] Why cant I get 1280*1024? [04:21] jjchmh: so you booted up on the Win CD and you can't install it? [04:21] tannerS yes, ubuntu will mak the swap partition [04:21] kkkk ty [04:21] Hey... [04:21] hello [04:22] I am trying to connect to a wireless network, and i keep seeing talk about a icon for network manager but i dont see one. [04:22] re program it [04:22] Why cant I get 1280*1024? [04:22] Anybody have the Cowon S9? [04:22] jjchmh: if you boot up on the winders cd, you should be able to install from there. it's been so long since I've done it...but it should just start up the install routine. === jacob_ is now known as Guest89378 [04:23] Why is Ubuntu limited to 800*600? [04:23] I don't have a Network Manager icon in my system notification area [04:23] llua: Have you got Compiz to work with the cube? [04:23] tuntun: ubuntu isn't limited to 800x600 [04:23] tuntun: It's not, something is wrong, what's your video card? [04:24] tuntun: what happens if you try to run "glxgears" === plaoak is now known as luftwaffle [04:24] tuntun: at least you're not stuck at 640x480 like my machine [04:24] yes [04:24] I have an nvidia. my screen is 1280*1024 [04:24] !details [04:24] Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [04:24] you must enable desktop cube and rotate cube === jacob__ is now known as jacoblyles [04:24] llua: How exactly do you get that working? I checked it, now what? [04:25] I don't know the shortcuts [04:25] enable rotate cube [04:25] llua: I have [04:25] m0r0n: system -> prefs -> advanced desktop effects [04:25] then hold alt ctrl, click your mouse, then move it around [04:26] I am stuck at 800*600. What is wrong? [04:26] tuntun, video drivers :) [04:26] tuntun: answer our questions or we can't help you [04:26] I'm running 9.04 with proprietary Nvidia drivers and an NEC MultiSync 95. The Nvidia configure utility will not change to a higher resolution. [04:26] llua: It's not working [04:27] dthacker: what happens if you run "glxgears"? [04:27] do you have 4 workstations? [04:27] Please Help: I tried installing wicd on my netbook today and now after removing it nm-applet is gone. how do I fix this? [04:27] Ben64: "glxgears" shows whirling gears/ [04:27] Ben: I get a lovely picture of spinning gears at a very low resolution [04:28] I have no kernels left on my boot menu, after removing old ones with synaptic. How can I fix this? Right now I can only boot into Windows XP [04:28] I'm running Ubuntu 9.04. I'm using an account i just created using the root account. I don't see any network manager icon. I'm trying to connect to my wireless network [04:28] int bssid_set = 0; /* check flag */ [04:28] unsigned char bssid[6]; /* AP's BSSID */ [04:28] int keyid = 0; /* WEP KeyID */ [04:28] / output filename is ESSID.keyid, eg aa:bb:cc:dd:ee:ff.0 [04:28] char output[20]; [04:28] luftwaffle: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [04:28] FILE *fc; [04:28] bye [04:28] do you have 4 workstations"desktops"? [04:28] tuntun, dthacker: try using "nvidia-settings" to set display resolution === adriano is now known as good [04:29] the driver is the open one [04:29] llua: I can't get it to work, any ideas? [04:29] ifconfig says i have a wlan0, nm-tool reports that the network is there but state is disconnected [04:29] do you have 4 workstations"desktops"? [04:29] Ben64: Clicking on Screen 0 Resolution is set to Auto. No other choices are available on the resolution dropdown === DodgerDog is now known as DodgerDox^Xbox [04:29] llua: Do I disable Desktop Wall? [04:30] yes [04:30] llua: Ok I've done that also... hmm [04:30] dthacker: go to "X Server Display Configuration" in nvidia-settings [04:30] llua, two workspaces [04:30] dthacker: then try "detect displays" [04:30] Ben64: I'm there. [04:30] you need 4 workspaces for it to ake a cube [04:30] you need 4 workspaces for it to make* a cube [04:31] whats a good prog comparable to like FL studio (music editing) [04:31] llua: How do I do that? [04:31] does anyone know how to boot into Ubuntu if I've accidentally removed all the kernels from my syste? [04:31] m [04:31] ? [04:31] dthacker: the problem is *probably* that the system doesn't know what resolution your monitor can use [04:31] hello room [04:31] i lost my damn mbr [04:31] Ben64: screen jumps around a bit, but nothing changes. [04:31] is it possible to create a live windows usb using linux? i tried using unetbootin but it did not work out too well [04:31] right clikc of the two workspaces and right click [04:31] jacoblyles: get a new kernel... [04:31] and i can't figure out which hd has my mbr on it [04:31] dthacker: no new options for res? [04:31] somebody plz help me [04:31] guys is there a terminal command to delete recent document in gnome? [04:32] Ben64: Auto, 640x480, 320x240 [04:32] llua: I have four now, still not working [04:32] dthacker: what's listed in the "Model:" section [04:32] has anybody else had Shiretoko freeze on them when trying to print with shared printers from another system set up in jaunty? [04:32] ramsey1: Here's a page that may help you: http://www.arsgeek.com/2008/01/15/how-to-fix-your-windows-mbr-with-an-ubuntu-livecd/ [04:32] hmm not sure, desktop cube and rotaton cube is checked? [04:32] thx [04:32] ramsey1: I'm assuming that you are working from a LiveCD right now? [04:33] veinor: i ended up solving that gnome-do problem by doing a "locate google-chrome.desktop" and changing the Exec command in all of them to read "google-chrome --enable-plugins". after restarting gnome-do it worked perfectly [04:33] ah, good to know [04:33] the problem is i have 3 HDD and i duno which has the actual install on [04:33] Ben64: Model CRT-0 (CRT-0 on GPU-0) [04:33] ramsey1: gparted will help you figure that out. [04:33] i know that the MBR and the install are on 2 separate HDD [04:33] but i can't figure which lol [04:33] scratch that - has anyone else had setting up shared printers cause ALL printing to be borked? [04:33] dthacker: what monitor do you actually have? [04:34] #!comment: http://www.openwall.com/wordlists/ [04:34] #!comment: [04:34] #!comment: This is a list of passwords most commonly seen on a set of Unix [04:34] #!comment: systems in mid-1990's, sorted for decreasing number of occurrences [04:34] #!comment: (that is, more common passwords are listed first). [04:34] luftwaffle: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [04:34] ramsey1: But mostly it's just gonna take a bit of detective work. I've got a machine like that. 4 drives, 11 partitions. :P [04:34] lol [04:34] i feel like such a fool [04:34] luftwaffle: dude stop freaking spamming [04:34] Ben64: NEC MultiSync 95, It's a CRT, not an LCD [04:34] where do i start looking? [04:34] and how do i know what hd0 and hd1 really are? [04:34] CRT, how wild. Old school [04:34] gotta make mah money im done now sry for the trouble [04:34] is there a command that tells me? [04:35] ramsey1: Well, if you're booted from a liveCD, fire up gparted and look at the partitions. It'll tell you the type. [04:35] hello, how can I install a network printer in ubuntu using a router? I have the ethernet cable connected to the router [04:35] belcher: it was free! :p [04:35] i'm on my laptop [04:35] but yes [04:35] the machine is on a live cd now [04:35] dthacker, even better [04:35] I just need to configure the printer in ubuntu as a network printer, but I do not know how to do it [04:35] newser: [04:35] ramsey1: gparted (partition editor in system > Administration) will allow you to see what type each partition is. [04:35] newser: i've just set up my printer on my desktop as a shared printer [04:36] ok i have gparted open [04:36] dthacker: do you know how to get to a command line if the GUI never starts on ubuntu? [04:36] Ben64: I [04:36] newser: when i try to do anything with my printer from my laptop, whatever program i'm using freezes... [04:36] O_o [04:36] ramsey1: You can view each drive with the dropdown on the upper right. [04:36] in gparted it has them labeled as sdb1 [04:36] Ben64: I can ssh over from the machine I'm running xchat on. [04:36] Ben64, start in single-user mode [04:36] but i thought grub likes hd0 format [04:36] i'm confused [04:37] ramsey1: Grub does. [04:37] ramsey1, they use different ways to address the drives [04:37] and it does have the "boot" flag [04:37] here is the problem [04:37] ramsey1: So am I. :) I hate dealing with grub. [04:37] anybody has configured amanda on Ubuntu? [04:37] i have it pinned down to two of the drives, so i threw the third one out [04:37] ramsey1: Since you have two machines, you might consider the supergrub CD. [04:37] mgmuscari, :S [04:37] dthacker: what resolution would you like to use? [04:37] Drive X: has the install on it [04:37] but Drive Y: appears to have the boot loader [04:37] when i boot without drive X, it shows the boot options, then dies when i select one [04:38] Ben64: I'd settle for 1024x768 [04:38] if i boot without drive Y:, it doesn't show any boot options [04:38] make sense? [04:38] i need to get the boot loader on the same drive (X) so i can remove the other two [04:38] thats where i'm stuck [04:38] dthacker: ok, you will have to edit your xorg.conf, i highly suggest you make a backup before this [04:38] anyone who wants to tutor me/walktrough on how to prepare usb device for ubuntu remix? [04:38] newser: i'm thinking about trying it with ipp [04:39] bema [04:39] ramsey1, drive device numbers change when you add/remove drives [04:39] ok [04:39] ramsey1: http://www.supergrubdisk.org/ < Bootable grub repair CD. [04:39] that could be the problem? [04:39] mgmuscari, do you know how can it be done? [04:39] perhaps use uuid? [04:39] Ben64: ok I've made a copy of xorg.conf [04:39] newser: i'm googling to figure it out now... i'll let you know if i find anything useful. what's your desktop running? [04:39] ramsey1: I haven't had to use it in a long time, but I keep an updated copy on hand. [04:39] sholdn't i be able to add and remove drives as desired without it affecting my booint? [04:39] I accidentally fell in love with my laptop :( === luftwaffle is now known as khacker [04:39] use uuidgen and paste that number into grub... it identifies the drive [04:40] with an unique ID [04:40] mgmuscari, what do you mean with running? [04:40] i found a strange file.. uhh can some one help me figure out what it is? [04:40] newser: operating system, sorry [04:40] In synaptic package manager I noticed there is ffmpeg (supported by canonical) and gstreamer-ffmpeg (not supported). I am using Totem player, so which package should I install? [04:40] is there a way to identify what hd0 and hd1 currently are on my system? [04:40] any command? [04:41] mgmuscari, Ubuntu [04:41] khacker: pastebin it [04:41] mgmuscari, the latest stable version [04:41] ramsey1, cat /boot/grub/devicemap [04:41] well, if you want to try out using shared printers, open system->admin->printing [04:41] do what now? [04:41] ramsey1, /boot/grub/device.map [04:41] dthacker: http://paste.ubuntu.com/260145/ [04:41] then server->settings [04:41] dthacker: keep the "identifier" line the same as whatever is in your xorg.conf currently [04:42] check the "Publush shared printers connected to this system" [04:42] dthacker: but replace the entire monitor section besides that === sp___ is now known as sp__ [04:42] any way to keep from having the words "read only filesystem" from appearing in my terminal on 64bit Jaunty? I think I'm using ext4, but it says ext3 in /etc/fstab [04:43] hardly: you might want to update fstab to say ext4 [04:43] newser: then right click on your printer and check "Shared" [04:43] hardly: and give your drive a good fsck before you get back into using it [04:43] on the client computer, open the print settings and check off "Show printers shared by other systems" [04:44] Ben64: I haven't edited it after the install. Wy aould it say that? [04:44] then just wait a few minutes and your printer should show up... [04:44] hardly: it's always been ext4? [04:44] yeah. I'm very familiar with fsck Ben64. [04:44] Ben64: unless I'm incorrect about the install options I chose. [04:44] Ben64: editing now....... [04:45] Ben64: any way to check who is correct, me or fstab? [04:45] hardly, fsck doesn't like ppl to get too familiar with it. Take it slow. fsck will come around [04:45] hardly: well anyway, check the partition then, if you didn't upgrade it to ext4, then it should be fine mounting as ext3 [04:46] hardly: it'd be kind of tricky, don't know of a way. [04:46] lol. so the mount options are basically what decides ext3 or 4... it seems. [04:46] Ben64: I heard the monitor click on restart. promising...... [04:47] hi guys [04:47] i could use some help [04:47] hardly: well ext4 does support "extents" if i remember correctly, and if they are enabled, you can't mount as ext3 anymore [04:47] dthacker: what did you say that is? an accusync? [04:47] i used "smart" this afternoon to upgrade my java version from 1.4 to 1.6 and about halfway through it i got a segmentation fault error [04:47] mgmuscari: nec multisync 95 [04:47] irb !details [04:47] lol [04:47] and now i can not reboot and log into my machine [04:48] Ben64: excellent. X restarted in 1024x768 [04:48] i had one of those [04:48] it died [04:48] a few months ago [04:48] after 10 years of faithful service [04:48] mgmuscari: NEC MultiSync 95 [04:48] dthacker: hehe, chalk up another win for hacks [04:48] irb111: can you log into single-user mode? [04:48] thanks Ben64 [04:48] one day i went to turn it on and was greeted with that wonderful burning electronics smell [04:48] sp: yes, i can [04:48] irb111: sudo apt-get purge xxx ? [04:48] dthacker: i just modified the xorg.conf i had, horiz sync's dont vary too much :3 [04:49] xxx being the program that broke? [04:49] i don't tinker inside high-voltage devices, so i trashed it [04:49] sp: that's the problem, I don't know which program broke my system [04:49] mgmuscari: smart idea [04:49] is ffmpeg a separate player or a set of plugins for totem, or should i install gstreamer-ffmpeg for totem? [04:49] theres one little wire on a crt that will **** you the **** up [04:49] sp: is there any way to get a list of what i installed today? [04:49] Ben64: I don't think Nvidia was able to probe this monitor for some reason. [04:49] the coils in those things can hold energy for a long time [04:49] do i have usb-imagewriter in ubuntu jaunty 9.04? :) [04:49] userone: you want gstreamer-ffmpeg [04:49] sp: i was thinking > ls -lt /usr/local to start with [04:50] userone: if you try to play something that needs it, you should get prompted to install it [04:50] hi [04:50] mralexandro: you have dd [04:50] dthacker: it might have been before they had probe-able info [04:50] Ben64: that's scary old...... Thank You for your help! [04:51] i found a file in mu comp with a bunch of crazy algorithms.. can someone help? [04:51] C-S-B, well i cant find it have to use it to follow the jaunty guide to create netbook remix, anything i can type in terminal to start it? [04:51] khacker, yes [04:51] dthacker: np, it *should* work up to 1600x1200 in theory.. but then everything would be tiny [04:51] i forget how to use banshee.... lol [04:51] can someone help me make a random playlist and put it to my mp3 player with banshee? [04:51] mralexandro: the UNR guide on the wiki has a link to download it, doesn't it? [04:51] do you have a trick of how to listen to some shoutcast stations directly from command line, without X running, meaning without songbird running for example [04:51] http://www.shoutcast.com/most-popular-radio-stations [04:51] thanks in advance [04:52] rww: thanks. i try to like to stay with full opensource if i can. Just out of interest, why does canonical support ffmpeg, but not gstreamer-ffmpeg. what is the difference? is gstreamer a non-open source plugin? [04:52] Ben64: yep this keeps me from having to scroll from side to side. :) [04:52] rww, shows repos source too interpid, hardy heron and karmatic or something, but not jaunty [04:52] Who be talks on the Russian??? [04:52] paissad-hp: "mplayer http://98.124.140.137:8030" should work [04:52] ugh does anyone experienced issues with print dialogs hanging on client computers when using shared printers? [04:52] khacker, uh, I don't generally accept unsolicited DCC sends [04:52] khacker, nice try though [04:52] !ru | ufer [04:52] ufer: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke [04:52] rww õàé :D [04:53] Ben64, how did you find the ip adress ? how do you know the port ? [04:53] !pastebin | khacker [04:53] khacker: 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 [04:53] paissad-hp: thats just for my favorite shoutcast station [04:53] mralexandro: dd if=/path/to/downloaded.img of=/dev/device/node bs=1M [04:53] paissad-hp: but you should be able to put any one in there [04:53] SP: i tried to purge cracklib and I am getting a segmentation fault [04:53] ololo [04:53] irb111: Check /var/log/dpkg.log [04:53] Ben64, i guess, but if would like to listen to some other stations, how can i proceed (ip adress , port ) [04:54] ? [04:54] -oh ok [04:54] îëîëî [04:54] there you can see the names of the last installed packages, by date [04:54] ÷î÷î? [04:54] paissad-hp: get it from the .pls file from wherever you want [04:54] .pls file ? [04:54] userone: They're both open source. Everything in universe is, and gstreamer0.10-ffmpeg is in there. [04:54] how do you normally find shoutcast servers? [04:54] irb111: after that, sudo apt-get purge [package-name] [04:55] SP: ok, i tried to purge the most recent package and i keep getting segmenation fault [04:55] SP: is there a system log that i can to determine what is causing the segmentation fault? [04:56] rww: yes, thanks. i just installed gstreamer-ffmpeg. i was just wondering why ffmeg had the nice ubuntu icon next to it, but gstreamer-ffmpeg didnt? anyway.....thanks for your help..job done! [04:56] http://paste.ubuntu.com/260148/plain/ i guess thats what i do? [04:57] C-S-B, rww i found it === hey` is now known as grumete [04:57] khacker, uh, so what is your actual question? [04:57] has the compiz settings manager changed recently? [04:57] mralexandro: good! [04:58] C-S-B, :) [04:58] what is it and why is it there? [04:58] can anyone help me with banshee i forget how to use an mp3 player with it [04:58] "mount /dev/fd0 /media/floppy" give this error mount: mount point /media/floppy does not exist [04:58] why?????? [04:58] Schmitty: "sudo mkdir /media/floppy" [04:59] hello anybody knows about linkings in dh_make? [04:59] irb111: indeed, there is a system log [04:59] khacker, ah, an existential question [04:59] SP: i checked /var/log/messages but that had nothing in it [04:59] irb111: /var/log/syslog may have some info [05:00] but it may be hard to grep [05:00] or do we have a channel for packing deb? [05:00] belcher , does that mean u dont know.. [05:00] scriptwarlock: #ubuntu-motu is probably what you're looking for [05:00] SP: what should i look for in that file? [05:01] khacker, it means I don't know what your actual problem is [05:01] Ben64: thanks, i'm an idiot [05:01] ok well thanks ne way [05:01] thnx [05:01] hi [05:02] irb111: use tail /var/log/syslog (or syslog.0) [05:02] i have ubuntu set up how i want it, and now, how can i make a bootable copy of it onto a flash drive? [05:02] that way you'll get the last few lines [05:02] SP: ok, got those lines but nothing in there related to the segmentation fault [05:02] rww: i just installed gstreamer-ffmpeg, but totem still does not play an avi video file. do i need to restart the computer or just close and restart totem movie player? [05:03] g_: www.linux-live.org [05:03] Ben64, http://pastebin.fr/5422 [05:03] userone: what happens when you tell it to play the video? any messages? [05:04] someone help me out.... i want to reload my mp3 player [05:04] i cant see it with banshee [05:04] or rythmbox i just forget what im doing [05:04] !details @jet [05:04] Sorry, I don't know anything about details @jet [05:04] rww: no messages, the video is just 'paused' and doesnt play. i am using 64bit 9.04 jj, if that makes a difference. [05:05] either that or i used something different but i dont think so. [05:06] SP: are there any keywords I should be looking for? [05:06] never mind [05:06] i guess i had to use the same port as last time [05:06] irb111: no idea, sorry :( [05:07] Just installed KD4.2.2 and apps are noticeably slower to load on my machine than within gnome, anyone know any tweaks? [05:07] userone: that's odd. it's supposed to pop up a window if you're trying to play something for which it doesn't have codecs. If you're not getting that, you could try opening a terminal (Accessories -> Terminal), typing "totem" and hitting enter, and seeing if you get anything starting with "** Message: Missing plugin:" when you try to open the video. === casaubon is now known as Casaubon [05:08] mattgyver, why not 4.3? [05:08] mattgyver, prelink,preload [05:08] DaZ- I just installed the kde package from the repos thats all [05:08] can I disable tooltips? they just get in my way a lot :( [05:09] rww:ok. i just tried something. i opened a wmv file and it asked to 'search for a suitable plugin?'. i played another avi file in totem without a problem. the avi file i couldnt play works in avidemux but the playback 'stutters'. is there a problem with the file? [05:11] userone: Possibly. It may also be encoded differently/weirdly with something totem can't deal with. .avi is basically a container format; lots of different types of video can be held in it. If you don't mind enabling the multiverse repository, vlc might be able to play it (it's free software, but is in multiverse because of software patents). [05:11] What are you guys using as software mp3 players? [05:11] rww: the 'plugin search' found gstreamer-ugly. is that still 'open source', but just cant be distributed? [05:11] q [05:12] I've lost the ability to run Ctrl + C (Escape Sequence) in Terminator, URXVT, and xterm. Running Awesome3 WM... Any have a solution? [05:12] !cloaks [05:12] Many Ubuntu IRC channels prohibit access from !proxies such as TOR due to a high level of abuse. You can however obtain a hostmask cloak: see http://freenode.net/faq.shtml#cloaks [05:12] !cloak [05:12] userone: I believe so, yes. [05:12] rww: i will try to convert the avi file to mp4 in avidemux. that might fix that problem? [05:13] userone: yeah === cee_imutth is now known as co [05:15] I've lost the ability to run Ctrl + C (Escape Sequence) in Terminator, URXVT, and xterm. Running Awesome3 WM... Possibly caused by the xorg server update yesterday... Any have a solution? [05:15] what are the difference between the ubuntu and netbook release, do you have the same options in netbook remix? like compiz cube etc? === yeison is now known as jaynano [05:15] how can i found out if file x is symbolicly linked, eg /opt/somefile is a symbolic link of /opt/bla [05:15] im trying to copy a folder, and it gives me this output: cp: omitting directory `/home/zopiac/Desktop/Borealis' === bruenig_ is now known as bruenig [05:16] mralexandro, Yes. [05:16] how can i found out by doing .... /opt/bla ? [05:16] I'm trying to use checkinstall to install libpcre since the version in the repository for hardy is not current, and another app I'm building needs the current version. [05:16] could someone look over this paste and tell me what is going wrong? http://paste.ccpssolutions.com/?show=191 [05:16] does anyone know whats wrong? [05:16] zopiac, cp -r [05:16] slackd00d: ls -ho [05:16] ok thanks [05:16] zopiac, You need to enable recursive with -r [05:16] nnull, thanks:) [05:17] any programs for ubuntu to individually erase a file with DoD standards? [05:17] sekyourbox: shred [05:17] mralexandro, also I would especially recommend UNR if your cpu is Atom. [05:17] ah [05:17] Ben64: not working [05:17] slacker_nl: the output of "ls -l /path/to/link" will end in "-> destination_here" if it's a symbolic link. [05:17] thx flannes [05:17] flannel* [05:17] slacker_nl: define "not working" [05:17] nnull, yeah, its my gs's netbook, but yes it does have atom [05:17] rww: i want the other way around [05:18] nnull, if it works well i almost want one myself:) [05:18] can I disable tooltips? they just get in my way a lot :( [05:18] Ben64: i know that .kde is a symbolic link of .kde4 (ln -s .kde4 .kde), now I want to have $command .kde4 and tell me it is linked to .kde, ls -ho didn't do the trick === slashdot is now known as Guest37864 [05:19] I'd recommend crunchbang linux (based on Ubuntu) for the atom CPU. I have a Asus 1000HE, tried a lot of distros and found crunchbang lite to be the best [05:19] just my 2 cents [05:19] I've lost the ability to run Ctrl + C (Escape Sequence) in Terminator, URXVT, and xterm. Running Awesome3 WM... Any have a solution? [05:19] anyone? [05:19] i guess anyone is using xorg-server with USE=minimal? [05:19] slacker_nl: http://paste.ubuntu.com/260152/ [05:19] Netbook remix kinda sucked compared to crunchbang. Of course, I'm not a big Gnome/KDE fan ... [05:19] click [05:20] mralexandro, depends on the model of netbook, but for many works out of the box. [05:20] belcher: i have ordered an asus 100he, what do you mean by 'best'. i was going to install full ubuntu [05:20] Help on installing openBVE and more routes please [05:20] slacker_nl: So, given the destination file, find the symbolic links? I don't think there's a command for that. [05:20] i have had some problems with audio dying after a while on my 1000he [05:21] rww: correct [05:21] I've just installed Ubuntu 8.10 on my system, and the Hardware Drivers panel doesn't list any video drivers even after a restart and apt-get update/upgrade. [05:21] Ben64: doesn't work, since you assume the symlink is in the same directory [05:21] nnull, acer aspire one d250, it is in tier one, but i have to fix the known isssues, but i will ask here after the install:) [05:21] userone, that's an option as well. By "best" I meant working out of the box, not installing any cruft I didn't want, and fitting nicely on a 2Gig SDHC card :) [05:21] albech, yeah i had that, just need to reselect the right interface in sound i found, some reason changes it very occasionally [05:21] if i restart pulseaudio it is working again, but you cannot expect nornal users to do that [05:21] userone, incidently, I LOVE my 1000HE [05:21] I just smooched it [05:22] I've lost the ability to run Ctrl + C (Escape Sequence) in Terminator, URXVT, and xterm. Running Awesome3 WM... Possibly caused by the xorg server update yesterday... Any have a solution? [05:22] slacker_nl: http://paste.ubuntu.com/260153/ [05:22] for the rest a full ubuntu 9.04 works really nice on 1000he [05:22] CDRECORD said me "cdrecord: Warning: The DMA speed test has been skipped." What is it mean? Should I doing thomething to resolve this problem? [05:22] Ben64: brb [05:23] belcher: yes, i was going to get the new 1008ha. but 2 usb ports isnt enough (1 for usb modem, 1 for usb mouse, so where does the usb storage device go?) and i need a replaceable battery pack for long trips on the road. [05:23] slacker_nl: actually... find -L /path/to/search/in -samefile destination_here might do it [05:23] userone, into the usb hub :P [05:23] userone, yeah, good choice. I need the 3 usb ports all the time, and don't want a stupid USB hub hanging off it [05:24] i have the 3 ports, i still need a usb hub heh.. [05:24] i dont see how 1 extra port is your decision changer [05:24] Ben64: http://paste.ubuntu.com/260155/ [05:24] rww: lemme look [05:24] the replaceable battery is a valid reason tho [05:25] slacker_nl: though if you set /path/to/search/in to /, you'll likely get a bunch of errors, which would be fixed by adding 2> /dev/null to the end. [05:25] the 1000he just run forever [05:25] nnull: good point...but like belcher said, i would want an extra hub. also, what about the battery pack? :-) [05:25] slackd00d: # This should produce /path/to/symlink, which doesn't happen: [05:25] slacker_nl: ^ [05:25] what does that mean? everything seems correct [05:25] userone, all comes down to personal preference ;) [05:25] Ben64: i want to see .kde [05:25] the whole idea with symlinks is to make a file appear in multiple places, without using extra disc space [05:26] albech: do you recommend upgrading to 2gb ram? [05:26] userone, well, the only real difference is the form factor [05:26] i now why, but I want to know if a file is used as a symlink, and if so, where the symlink resides [05:26] userone, why not? RAM is cheap atm and it's easy enough to install [05:26] or does the 1000he work well enough without it? [05:26] slacker_nl: an example of the command I said: http://paste.ubuntu.com/260157/ [05:26] rww: i'm running the find just now [05:27] userone, i'd suggest the ram upgrade. [05:27] userone, I installed 2Gig for the reasons I just said, but I doubt if I go beyond 1 Gig much, even using VIsual Studio 2008 a lot [05:27] userone: i havent done it and for most things you would do on a netbook, 1gb is fine imo [05:27] userone, keep in mind if you don't upgrade your stuck with a gig stick of so dimm ram :) -- but if they charge to install it don't let them, its too easy to do it yourself [05:27] It runs for 18.99 at newegg. [05:27] userone, booting into linux I don't get anywhere near the 2 gig [05:27] belcher: yes, thats another reason i didnt go for the 1008ha. difficult to upgrade the ram compared to the 1000he [05:27] I've lost the ability to run Ctrl + C (Escape Sequence) in Terminator, URXVT, and xterm. Running Awesome3 WM... Possibly caused by the xorg server update yesterday... Any have a solution? [05:27] belcher, plus the cost of a 1x4gb stick 4x's in cost after 2gb. [05:28] userone, I'm on a 1000he right now in Ubuntu Jaunty. I'm using 1.5gb of ram currently. [05:28] rww: i'm familiar with redirecting output btw ;) [05:28] slacker_nl: oh, good. It confuses lots of people, so I figured I'd better check :) [05:29] detonation, does the he have 2 ram slots? or do you have a 1x1.5gig stick? [05:29] heh, I'm on a 1000he now with crunchbang and am using 303Gig of ram [05:29] detonation, holy crap Ubuntu is heavy... I'm on Arch and I'm at less then 400 with opera and sonata open. [05:29] Several tabs xD [05:29] detonation, just what the hell are you running? lol [05:29] detonation: and what apps are you running right now? [05:29] Single stick nnull. I have 2gb installed, and using 1.5gb currently [05:29] detonation, ah. [05:29] let met see if I remember how to do this [05:29] belcher: lol!! great minds think alike! :-) [05:30] There is only 1 RAM slot [05:30] rww: that find command sure takes long :/ [05:30] MemFree: 473528 kB [05:30] MemTotal: 2053520 kB [05:30] userone, heh, even when I was running the full Jaunty I didn't get anywhere near 1.5 gig [05:30] i'm hearing that ubuntu sometimes kill macbook pro due to improper management of cpu votage / the SMC chip -- does anyone have documentation on this, or is this just fear mongering? [05:30] slacker_nl: you told it to look in /, I guess? I imagine that would take a while. [05:30] rww: $HOME, but that is 50_gb [05:31] my root is 20 gb, 4 in use [05:31] hey [05:31] ah, you need to look at the buffered and cached memory. Remember linux manages RAM differently than 'doze. Not all that RAM is in use [05:32] Very true. It's been many moons since I've been on Linux/BSD and am slowly remembering things. [05:32] I was sitting at /proc and /etc trying to remember lol [05:32] nnull, is it possible to remove the huge "menu bar" on the desktop of the remix? [05:32] detonation, heh, it's fun to come back to it though [05:32] cd /proc ; while : ; do think ; done ;) [05:32] mralexandro, Yup :) [05:32] Very, very true belcher [05:33] mralexandro, It's someone in System i belief. [05:33] nnull, awesome!:) [05:33] mralexandro, Somewhere* [05:33] nnull, i will find it. just needed confirm:) [05:33] mralexandro, no worries [05:33] if only my professors didn't put documents up as .docx and my teams didn't use Microsoft Project, I'd never have to boot 'doze again [05:34] belcher: antiword doesn't support .docx yet? ;) [05:34] actually, i finally had to replace my trusty old psion5mx, and an asus 1000he running full ubunut 9.04 (and now going to be upgraded to 2 gb ram) seemed like the perfect choice! [05:34] oOO can open docx can't it? [05:34] belcher: OOo will open docx [05:34] really [05:34] howdy [05:34] ? [05:34] belcher: detonation: good to know you like the 1000he [05:34] k i need to connect my lap to bsnl wireless connection [05:34] slacker_nl and Flannel, it doesn't render the equations properly. I am a math/comp sci major and need to see those formulas :) [05:35] in fact, it doesn't even show the equations most of the time [05:35] so it is now asking for wpa password [05:35] belcher: mkay, sucky [05:35] can anyone please help [05:35] userone, yeah, I had my misgivings, but now I use it more than my desktop or my $2500 thinkpad [05:35] have you guys ever used the ahh.. repair partition? if so does it wipe the 2nd partition on the drive? (im dualbooting) [05:35] CDRECORD said to me "cdrecord: Warning: The DMA speed test has been skipped." What does it mean? Should I doing something to resolve this problem? [05:35] chuck it in the bag and go. Got 8.5 hours battery life yesterday [05:36] anyway i can resize the xp partition on a netbook, using the netbook live cd ? [05:36] belcher, i have 1000h... i wish i got 4 hours... lucky dog you [05:36] ChanServ:so u have any idea wat i nwwd to do [05:36] nnull: the one that came with your computer? Yes, it generally does, though every OEM's repair partition is different. [05:37] gwildor, hmm I have a friend who has a 1000H and he tweaked it to get 5.5 hours. Powertop is a good utility for that, if you are interested [05:37] belcher, *nix ? [05:37] ChanServ:it is asking for wpa and wpa 2 password [05:37] gwildor, ah no. Heh, I forgot. That's with XP. *nix has a shorter life span [05:37] belcher: do you have to be very conservative in use to get that kind of battery life? [05:37] nvr mind found it:) [05:37] userone, nah, I was using everthing - wireless and bluetooth on too [05:38] hi all [05:38] belcher, though there is a powertop tool for linux... im looking into that now. [05:38] userone: http://www.faqs.org/docs/Linux-mini/Battery-Powered.html#POWERMGM [05:38] ushus, I have lots of ideas. None relate to your question [05:38] belcher: i think the 1000he has an 8500mA battery pack? [05:38] gwildor, heh yeah, I just recommended it [05:38] i just had to reinstall Ubuntu and i did it using the non-expert option [05:38] userone, yeah [05:38] it looks like X wasn't installed [05:39] rww, ah, havent used a repair function since my old HP pc from the 90's heh [05:39] slacker_nl:thanks for the link, just reading it now [05:39] is there a good APT repo to get that from? [05:39] ushus, well, I have an idea that if I started my assignments earlier I wouldn't have to rush in the last few days [05:39] there's one idea [05:39] If packages are kept back, what can I do to get them to install? [05:39] k [05:39] thats gud [05:40] well even i beleive in that [05:40] ushus, I had another idea that if I attached some sort of tube to my nether regions I wouldn't have to get up from the couch to go to the bathroom. That's another idea I had [05:41] cool idea try implementing it common dude [05:41] NoCode: you could do: aptitude install $package, but usually there is a reason why they are kept back [05:43] NoCode: breakage may occur [05:43] slacker_nl: that was an interesting link, thanks [05:44] userone: np, pure coincidence, I only found it last week or so, wanted to tweak my lappy to enhance bat life [05:44] what will happen if I installed the libc6 from jaunty into intrepid? [05:44] NoCode: aptitude may say a package was 'kept back' if there's an available update, but you didn't install it yet. use aptitude's interface to see what's up: sudo aptitude [05:44] esaym: it would likely break things [05:44] slackd00d: Yeah, earlier I did, "isudo apt-get update && sudo apt-get upgrade" which upgraded a few packages, kept back a few. Then I just opened up Synaptic, and marked all upgrades. It's removing a couple packages and upgrading 40mb worth. [05:44] lstarnes: :( [05:44] lstarnes: it seemed to install fine... [05:44] esaym: libc is something that should not be messed with [05:44] userone: if you are runnig kde, the agressive powersave options are really nice, bat life got up 1 hrs [05:44] I had to update to the mdadm in jaunty [05:45] because the mdadm in intrepid is broken [05:45] esaym: aptitude -s install that_package and see what changes [05:45] [05:45] slacker_nl: well it is already installed... [05:45] esaym: but like said it might break something [05:45] hmm [05:45] esaym: it also forces an update when there is an higher version [05:45] belcher: detonation: when i get the 1000he, is there anything i need to know before installing ubunut, or is it a straight install? [05:45] esaym: apt-cache policy $pkg [05:46] userone, um .. as long as you are cool with being able to install from an SD card, or have an external optical drive it's all good [05:46] esaym: you do have the jaunty repo already enabled in your sources.list? [05:46] straight install with the exception of grabbing 2 or 3 things userone [05:46] slacker_nl:actually, i am a gnome fan, and so thats not as battery intensive as kde, i think [05:46] detonation: what are those? [05:47] userone: i dunno, but the powersave options of kde are really nice [05:47] the eeepc acpi program/backend [05:47] although I would prefer some other service to take care of it, so it becomes gui independent [05:47] belcher: i will use a usb storage device to install. there is a 'howto' on the ubunut forums i think [05:48] userone, yeah. I created a SD card with crunchbang linux on it to use as a "liveCD" or rescue disk, or just when I want to take out the HD and have no moving parts [05:48] userone, it's pretty straight forward [05:48] and userone gnome sucks, everyone knows that ;)) grin [05:49] slacker_nl: yes but I changed it back already [05:50] Enter text here... hi [05:50] esaym: if you enable it, run an update and do apt-cache policy you can see the candidate, and simulate the install action, it will show you what will be upgraded.. [05:50] slacker_nl:yes, i have been told that! funny thing is, I have a core 2 dual processor laptop with 4GB ram and 512MB dedicated graphics card and i STILL use gnome!! :-) [05:51] userone: epic fail ;) I'm such a kde fanboy, i would run kde on a server, because otherwise it would not be ready for the job [05:51] ok, back to work [05:51] detonation: what was this you mentioned about the eeepc acpi/backend? [05:51] rww: that find is still running... [05:51] slacker_nl: It has already been installed. I had to install mdadm and udev from jaunty so that I could assemble by broken raid5 array. The mdadm in intrepid seg faults with assembling broken arrays... https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/282492 [05:51] esaym: ahh, check [05:52] userone, it's a small program for fn keys [05:52] i am just looking for sex [05:52] i believe it also allows underclocking etc [05:52] esaym: stupid question perhaps, but why not upgrade to jaunty? [05:52] eldady2580: aren't we all [05:53] slacker_nl: I don't know, this was all done over email with a friend... I told him not to upgrade it... [05:53] I am using ubuntu 9.04 on windows virtual pc. Can I still ask for help :-) [05:53] err, not to upgrade the libc6 [05:53] esaym: mkay [05:53] esaym: it could work, with debian you can mix and match between stable, testing and unstable as well [05:53] so why would ubuntu be any different?? [05:54] slacker_nl: I don't know. That is way I use debian [05:54] slacker_nl: uubntu is not debian [05:54] detonation: i read the ubunutu forums, and i think the 1000he is listed as a tier 1 supported netbook, so i thought all the fn keys would be supported. on my laptop every fn key worked perfectly out of the box with 64bit 9.04! i was surprised! [05:54] Hi, I am using Firefox and tinyChat, but the mic isn't working, though I can make recordings on the system. What am I doing wrong? Ubuntu 9.04 [05:54] *ubuntu [05:55] hello is there any command or any where that i can look on to all the specifications of my computer like Cache, RAM, Harddsik FSB speed etc [05:55] ? [05:55] userone, if I remember correctly, it does, to a point. The addon program replaces it with additional functionality (underclocking, on screen display of capslock key / etc) [05:55] detonation: i see...but all this chat about the 1000he is now makling me impatient to recive it now!! :-) [05:56] <_bugz_> pshr, less /proc/cpuinfo, free -m, df -h, fdisk -l [05:56] they're fun little things, that's to be sure of. [05:56] thanks _bugz_ [05:56] userone, haha. I know the feeling. [05:56] makes me wish I hadn't plunked down $2,500 for the T61 [05:57] how often does bash_hostory update? [05:57] whats a good IDE? C & C++ [05:57] please dont say emacs... [05:57] vim <: [05:58] hi all i have a DWA-552 (purchased on suggestion from people in this room gheheh) and i can not make it work where can i offically confirm weather or not the dlink dwa-552 is supported under ubuntu? [05:59] belcher: ise a lot of cad type apps (qcad, blender) and so I would still need a heavyweight laptop. i am sure you will find a use for the T61! As i said, the 1000he for me was to replace a psion5mx! (Now that was a well designed machine...but maybe thats for a different forum!!!) [05:59] device manager see it but it has a question makr, the drivers installed through the wrapper all say invali driver, and the install process run through wine fails when it cant see the card [06:00] _bugz_, the cache size which is given by /proc/cpuinfo does that refer to L1 or L2 ? [06:00] * pshr guesses its L1 [06:00] http://ubuntuforums.org/showthread.php?t=1163054 according to this forum post it's supposed ot work out of the box [06:00] what mistake could be making? what is the process ofr installing a wifi card? [06:01] C-S-B, there's a few, but they all suck compared to VS, if you are used to that. I'll get flamed, but it's the truth. [06:01] userone, ah yeah, I use it, just not as much as I was intending to. The heaviest thing I do mostly is compiling lol [06:01] belcher: ive used netbeans in the past. I found that pretty good with java [06:02] C-S-B, i use eclipse for the Java. Or sometimes bluej lol [06:03] come on guys someone has to knowthe basic process for instaling a wifi card === bbb is now known as Ky|E- [06:03] lol [06:03] Need some help?? [06:03] Once I stopped playing games (so I could actually pass my honours year at university) I found I had way overpowered hardware lol [06:03] innomen you doin usb wifi? [06:04] Ky|E-, no, pci dlink dwa-552 [06:04] just to ask.. if i am missing something.. Why linux is better than windows?? [06:04] Not sure... think it has somthin to do with driver and modprobe [06:04] optimus, not "better". Different. Different tools for different jobs [06:04] Google those word's and you should be set [06:04] think it might have something to do with choice. [06:05] Ky|E-, scroll up and read what i already said [06:05] I just joined bud [06:05] sorry [06:05] belcher: explain.. [06:05] optimus, if linux doesn't seem "fun" and interesting to you, you probably won't like it [06:05] ahh [06:05] optimus: its personal preference. i like linux because its open source [06:05] Innomen: you're trying to install it through wine? [06:06] switching server's [06:06] Peace [06:06] sorry couldnt help [06:06] optimus: it really depends on what you'll be using your computer for. [06:06] hi all i have a DWA-552 (purchased on suggestion from people in this room gheheh) and i can not make it work where can i offically confirm weather or not the dlink dwa-552 is supported under ubuntu? device manager see it but it has a question makr, the drivers installed through the wrapper all say invali driver, and the install process run through wine fails when it cant see the card http://ubuntuforums.org/showthread.php?t=1163054 according to this fo [06:06] rum post it's supposed ot work out of the box === TheShahFactor is now known as DickTraitor [06:07] i hope that helps, thats what i said before all pasted togather heheh [06:07] hi to all [06:07] to tell the truth, the open source aspect is tangential to me. My main likes are the shell(s), the better access to hardware, the customization you can do, and aircrack-ng [06:07] oops, scratch the last one [06:07] hi to all [06:07] i have a problem with programming sriver for usb hid [06:07] jaynano: example [06:08] anyone know if there is a combined bluetooth/wireless enabling dongle [06:08] is there any one can help me [06:08] optimus, just use it. If you don't like it, don't use it [06:08] ??? [06:08] belcher: the customization you can do is easier, and arguably better, precisely because it is open source? [06:09] belcher: and if i take development point of view then? [06:09] optimus, 'cause there's nothing worse than a windows refugee saying "It's not like Windows! Waaaah, how come it doesn't work like Windows? Waaaah!" :) [06:10] optimus: for example, I do a lot of scientific computing, and there are so many open source libraries, recources, packages, etc., available out there. All I have to do is look them up in Ubuntu's Synaptic Package Manager. [06:10] userone, well, not really, unless you are hacking at the OS source and kernel. Which I do do on occasion. Don't get me wrong, I'm an open source advocate. It's just not my #1 reason for using *nix [06:10] heh, so no dice huh guys? [06:10] !wifi [06:10] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [06:10] it's easy to have Ubuntu machines running at work and at home. I know that they'll function properly [06:11] I mean, how many people actually even look at the source, or even compile anything from source on ubuntu? They mostly get the binary blobs [06:11] hey now, those blobs are sexy [06:11] But one thing *nix will do - teach you a lot more about OSes than Windows can [06:11] detonation, heh, some are [06:11] ./configure --zomg-30-arguments-make-epeen=over9000 [06:11] s [06:11] *cough* [06:12] belcher: yes, you are right, but becuase the source code is accessible means that, if i had the inclination and the ability, i could make linux work the way I wanted it do, perfectly legally [06:12] the number one thing about ubuntu for me is the fact that since it's not all the time worried that i'm copying it i can put it everywhere [06:12] jaynano: nobody disagrees that linux is better for development purpose than windows.. am i true? [06:12] and i can sleep at night knowing i didnt pay some #$%hat's lexus payment [06:12] or "emerge for 17 hours but forget to include XXX in the build and have to build all over again" gentoo styley [06:13] optimus: i'm sure you can find someone. [06:13] slap 'em in the face when you do. [06:13] it's more stable, secure, speedier, lightweight than windows, and costs infinitely less [06:13] userone, yeah, and I do. Everything we do in the lab is custom linux kernels/userland. [06:13] !offtopic [06:13] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [06:13] prince_jammys: ha ha ha [06:13] whats the best GUI client for MPD? [06:13] optimus, just use it dude. It's, like, free and stuff [06:13] Check out Sonata if you're running Gnome [06:14] optimus: True, Linux is definitely more convenient for dev [06:14] anything other than sonata? [06:14] even if i could get windows for free (legally)... it'd still not be worth it to me [06:14] melik: I dunno. I'm sure there's more out there. Google is your friend. :) [06:14] i have ncmpcpp [06:15] for text based, its amazing [06:15] optimus: belcher made a good point point...its FREE! so if you dont like it you didnt loas anything except your time, and as Innomen said, you didnt pay for anyones lexus repayment!! lol [06:15] just need a good GUI [06:15] alrighty [06:15] optimus: especially if you are a student. Open Source is really an amazing asset to Computer Science students trying to gain an understanding for any kind of programming really. [06:15] i need to know about the hardware details of my RAM any way to find that out ? [06:15] I just hate when people want convincing to use it. I mean, either use it or don't, it's not like other users care [06:15] jaynano, exactly [06:16] atleast the model name or manufacturer name of my RAM [06:16] its tough to google around barely with out any details :( [06:16] yeah, last i checked there aren't any good *free* dev tools for windows [06:16] hi [06:16] jaynano, but kinda scary when you start pulling apart some of the code. There is some really woolly stuff out there :) [06:16] is dlink broadcom? [06:17] belcher: haha, no kidding. [06:17] hello [06:17] howdy. [06:17] * pshr guesses lspci works [06:17] how do I change volume via command line [06:17] depends on the card model Innomen [06:17] jaynano, plus, looking at some of the kernel code and the optimizations can scar students for life ;) [06:17] pshr: lshw [06:17] jaynano: just to ask, u said, u are into some kind of analytics, i am using something called as 'R', do u kno any different kind of packages?? [06:18] dwa-552 [06:18] Schmitty, try alsamixer [06:18] thanks IcemanV9 [06:18] optimus: I started learning how to user R very recently [06:18] this is disgusting, i guess i'll never come here for a device recomendation again [06:18] optimus: use* [06:18] oldude67: is that a commandline player? [06:18] oldude67: right now I am using mplayer [06:18] Innomen, ciao :) [06:19] Innomen: it should, just did a quick search and see some threads of ppl that have it working [06:19] belcher: I'm going to be taking an Operating Systems class this coming semester... so I think I might get to see some Kernel code [06:19] Schmitty, no its away to change the volume control with alsa you didnt ask about a player. [06:19] Innomen: works out of the box in 9.10 [06:19] sub[t]rnl, i know, yet it does not, and there apprears ot be no such thing as an offical list oif supposrted card [06:19] lstarnes: i know ubuntu is not debian, but if (works in debian) { probably ubuntu too } [06:19] hi guys [06:19] sub[t]rnl, what should i expect, plug it in reboot and login? are there any intermediate steps? [06:20] what's the easiest way to install the x-window-system on my new install [06:20] jaynano, ah the old OS class. I had to cram the process queueing algorithms for the exam and it damn near killed me [06:20] oldude67: yes there is. using mplayer, while music is playing you can use #'s 0 and 9 [06:20] Innomen: not in 9.10, it will load the proper modules/drivers and go [06:20] !ot > belcher [06:20] irb111: look for xorg-core iirc [06:20] belcher, please see my private message [06:20] Innomen: your using 9.04 correct? [06:20] irb111: sudo apt-get install x-server-xorg [06:20] belcher: but i think there is need of some kind of awareness about linux, i found it dam user friendly when i started using ubuntu. Most of the people still believe that linux is some kind of command line thing, at least the place where i am [06:20] sub[t]rnl, yes, 9.04 jaunty [06:20] q: what's the name of the disk-resizing app on ubuntu? [06:21] slacker: i just installed and it looks like my network card isn't enabled. how do i turn it on? [06:21] guys go discuss the wonder's of linux somewhere else this is a support channel [06:21] Innomen: kk, gimmie a few [06:21] aurilliance: a: gparted [06:21] pshr: for model & manufacturer you'll probably have to open the box & look. Else if you bought off-the-shelf hardware, www.crucial.com may tell you what you need to know without having to get your fingers dirty... [06:21] optimus, I'm surrounded by comp sci students all day. They all love linux heh [06:21] Ben64: ty [06:21] sub[t]rnl, thank you [06:21] few stuffs need commands but can be managed if u switch to channel like this [06:21] optimus: there's some truth to that. [06:21] optimus: cli > gui, though [06:21] how do i update to the latest pulseaudio in 9.04? [06:21] thanks losher [06:21] irb111: ifconfig eth0 ip up? [06:22] irb111: you want to configure your interfaces file: man interfaces [06:22] file is located in /etc/networks/interfaces [06:22] Innomen, well, I knew how to help you. But I think I'll pass [06:22] thanks :) [06:22] Innomen: mind if I private? [06:22] slacker:ifconfig command not found [06:22] sub[t]rnl, don't cyber with him [06:23] Schmitty, sorry the way you stated your question when first asked, it sounded like you was just wanting to raise or lower the volume of your sound, not with a certain player. [06:23] i can ping a computer on my network with ip 192.168.1.2 and gnu user ! , how can i ssh to it ? [06:23] whoa pappy! No ifconfig? [06:23] belcher, comp sci students love linux because comp sci students are avdersarial by nature, and you dont know how to help me [06:23] sub[t]rnl, be my guest [06:23] irb111: que? what does echo $PATH output? [06:23] belcher: no promises [06:23] can i ifdown eth1 my server but still be connected through eth0? [06:23] does any one know wether the iphone 3GS has been launched in india [06:23] slacker: actually /sbin/ifconfig works [06:23] belcher: re: Innomen, seems a bit harsh. I've seen much worse behavior on this channel... [06:23] Innomen, nah, comp sci students love linux because they are usually smart enough to figure out their problems on their own. [06:24] irb111: i know, i guess /sbin is not in your PATH [06:24] pheonix: so off-topic it's not funny... [06:24] ok [06:24] pheonix: Why are you asking this in #ubuntu? Ask in #ubuntu-offtopic. [06:24] losher, lol, good call [06:24] belcher, you're a rude sod and shouldnot be ina hel channel if you thnk everyone should figure out thier own problems [06:24] now *that* was funny [06:24] how often does .bash_history update it's contents? [06:24] Innomen, I didn't say that. I commented on comp sci students in reply to your observation [06:24] what'd I miss? [06:25] anyone knows how do i update to the latest pulseaudio in 9.04? [06:25] belcher, uhhh yes you did [06:25] jaynano, Innomen is getting a little uppity. Besides that, not much [06:25] sub[t]rnl, i'm useing 32 [06:25] haha [06:25] Schmitty: when you close the shell [06:25] De-Mentor: sudo apt-get update pulseaudio ? [06:25] belcher, OMG you're the one that just said everyone who isnt a compsci student or whoneeds occasional help with a problem isnt smart [06:25] prince_jammys: good good [06:25] Innomen, maybe you could get someone in the channel to teach you how to use "ignore" [06:26] aurilliance, i have the latest version in the respitories i need a newer one to make my bluetooth headset work [06:26] belcher, news flash you troll, some people have other things in thier life [06:26] Innomen, I'm sure if you ask nicely they could walk you through it [06:26] Innomen: belcher Take it to #ubuntu-offtopic [06:26] !ot [06:26] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [06:26] De-Mentor: ah, sorry, I can't help you then XD [06:26] Innomen, yes. Please cease this OT conversation. Thank you [06:26] question: on an ubuntu server - can i do "ifdown eth1" and disable eth1 but be connected through eth0 via putty? [06:26] Why does my user-switcher don't show any options for logout, lock screen, etc. anymore? [06:26] belcher, if they make me shut up when i go off topic they should makre you shut up, but they didnt because you were jerking it about how awesome linux was [06:27] I'm feeling it now :) [06:27] lil baby [06:27] jrivera: yes as long as you're connected via eth0, not eth1 [06:27] ssh 192.168.1.2 -l afrand [06:28] oops! is this command correct ? [06:28] ^ [06:28] maour: ssh user@host [06:28] maour, u can also do 'ssh afrand@192.168.1.2 [06:28] What's the easiest way to set up a basic NFS export? [06:28] maour: looks ok. Add -v to get some debugging [06:28] ssh! | maour [06:29] ssh user@ip you might have to install openssh and have specific port(s) open. [06:29] !nfs [06:29] nfs is the network file system. See https://help.ubuntu.com/community/SettingUpNFSHowTo for information on installing and configuring NFS. [06:29] i just accidentally force-quit my desktop and my icons vanished, how do i restart my desktop? panels are still there [06:29] IcemanV9: follow up question - i can also do "ifup eth1" on the server and all computers connected through eth1 will have internet connection again [06:30] Devrethman: there's only one way I know of to set up a basic NFS export. It's not too complex... [06:30] ? [06:30] Is it with /etc/exports? [06:30] cause I know how to /etc/exports, I was just wonderingif there was some ubuntastic user friendly way of doing it [06:31] jrivera: correct. what are you trying to do though? [06:31] I switched from Gentoo to here yesterday. [06:31] cremaster, alt+ctrl+backspace should restart x [06:31] Devrethman: basically you need to install nfs-kernel-server, then configure /etc/exports, then run exportfs -av [06:31] cremaster: ctrl-alt-f2 to a cli, execute 'halt -h' or 'reboot' [06:31] !going_back_to_windows [06:31] Error: I am only a bot, please don't think I'm intelligent :) [06:31] losher: okay, yeah, that's the way I know. [06:31] lol [06:31] !webmin [06:31] webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead. [06:32] Is ~/.gconfi/ the only place where it places all the settings? [06:32] -i [06:32] !lkm [06:32] Sorry, I don't know anything about lkm [06:32] Can't seem to Ctrl + C (Escape Sequence) in Terminator, URXVT, or Xterm anymore. Newest xorg is not the culprit, stty -a lists ^C as my escape... Anyone have a clue what's happening? [06:32] Devrethman: maybe ebox will handle the config, but really the only slightly complex step is the /etc/exports, so you might as well just do it by hand... [06:34] IcemanV9: i need to cut connection to all computers connected through eth1 for like 15 seconds then bring the connection back [06:34] I have two machines on the same LAN. They can ping each other. Both are Ubuntu. Both are running openssh-server. But I can only actually connect to one from the other, and not vice verse (it hangs forever until finally timing out) can anybody help me? : / [06:34] jrivera: that'll do [06:35] xtagon: in the failing case, what does ssh -v .... report? [06:35] nothing happens when i run ssh afrand@192.168.1.2 -v and it just says debug1: Connecting to 192.168.1.2 [192.168.1.2] port 22. [06:36] someone tell belcher i didnt order him kicked like some mafia don :P [06:36] maour: telnet 192.168.1.2 22 or nmap 192.168.1.2 and check if port 22 is open [06:36] !ot | Innomen [06:36] Innomen: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [06:36] IcemanV9: I have also some questions with iptables because although i have blocked a particular MAC and IP and restarted networking and dhcp3-server the IP/MAC can still connect through. [06:36] Innomen, please remain on topic. This is a support channel :) [06:36] belcher, which is what i'm trying to do but for your harassment [06:36] Innomen: of the two, I'd have kicked *you* off for uncivilised language... [06:37] losher: -v causes ssh to print debugging messages about its progression [06:37] losher, go for it if you think its needed [06:37] NoCode: er, thank you, I think... [06:37] i dont care who got kicked or why i just want ot fix my net card in peace [06:37] losher, pastie.org is unavailable, but it's basically what maour just said [06:37] for more v's up to 3 the more verbose it is [06:38] ibnulislam, :) [06:38] nmap says Note: Host seems down. If it is really up, but blocking our ping probes , > but i can ping it :-/ [06:38] Innomen: I don't think I care. I guess that's why I'm not an op... [06:38] Innomen, as I said, get someone to teach you how to use "ignore". It shouldn't take you too long - a couple days or so. [06:38] maour: can you telnet to it? telnet $host 22 [06:38] losher, when I try to telnet it just hangs as well [06:38] jrivera: i'm no expert on iptables ... i believe if you post question here, someone will help ya. [06:39] if maour if that doesn't respond, either firewall blockign you or no sshd running [06:39] belcher, idont ignore people oin principal, its akin to censorship [06:39] IcemanV9: thank you though for the help regarding my previous question... [06:39] xtagon: well, either the server isn't running, or something (a firewall) is blocking tcp connections to port 22... [06:39] belcher, i just wanted whoever was in charge here ot tell you i didnt have you kicked so you could leave me alone [06:39] !ot | Innomen [06:39] really guys [06:39] *facepalm* [06:39] trying to configure my ethernet connection. in my /etc/network/interfaces i have auto eth0 and iface eth0 inet dhcp [06:39] ignore each other already. [06:39] learn to /msg for these kind of discussions [06:40] losher, the server is running. Does Ubuntu come with a firewall that would be doing that? [06:40] losher: Also if you feel up to it, there may be man pages available. Just open the terminal and for an example, type, "man ssh" without quotes. [06:40] belcher: Innomen: ok, bored now. Please take it to offtopic... [06:40] and when i restart using /etc/init.d/networing restart i still can't get network access [06:40] slacker_nl, exactly. One shouldn't need the protecton of the herd [06:40] IPtables question: blocked IP/MAC input and forwarding in firewall but still IP/MAC can still connect, why is it possible? [06:40] losher, hey I dropped it. The princess couldn't [06:40] great ! thanks guys , problem was with firewall [06:40] Eh, I'm sure someone will get banned if it's kept up. [06:40] maour: yw [06:40] maour, I'm having the problem you described, how'd you fix it? [06:41] xtagon: yes [06:41] NoCode: we can only hope... [06:41] xtagon: first be sure you have run sshd and then check your firewall [06:41] Can anyone help me with that issue? [06:41] belcher, uh huh, that why you're still sending me a steady stream of 12 year old hate mail and you're still calling me names, but still, even you have a right to free speech, since i'm pretty sure you know i wasnt the one that kicked you by now, i'm done, but somehow i suspect you'll have more to say :) [06:42] is it possible to make ubuntu hotplug eSATA? [06:42] maour, networking noob here : ( can you elaborate on "check your firewall?" I don't have a hardware firewall and if I have a software firewall it's Ubuntu's default and I know nothing of it [06:42] How can i reinstall a package with all dependencies? [06:42] xtagon: install firestarter and just stop it with GUI [06:43] xtagon: I doubt it's iptables. But it could be. I'm not totally sure. I haven't messed about that stuff in a long time [06:43] xtagon: iptables is ubuntu default firewall [06:43] oh well looks like the card wont work under unubntu anyway and since thee is no offical way to destermine that for sure i'll just return it and try a diffrent card untili find one that does [06:43] but it's command line [06:43] xtagon: ^ [06:43] gufw is a lot easier to use than firestarter. It's what I'd recommend. [06:43] have a sweet day guys, the card in question was the dlink dwa552, dont buy it [06:43] xtagon: normally there is no firewall *unless* you configured one. sudo iptables -L to check [06:44] xtagon: in the terminal, type sudo ufw status (to see if the firewall is enabled or disabled) [06:44] Dont buy any dlink wireless cards if you want them to work on linux from the small amount of them ive tested [06:44] How can I see how I exited? For example, how to track exit status 0 or ... [06:44] ... some other number, like "exit 0" or "exit 1"? [06:44] or even a way to manually force a rescan of disks so that it knows when I've plugged one in? [06:44] heoa: echo $? to see the most recent command's exit status. [06:44] losher, maour, NoCode, thanks! Running firestarter and stopping it worked. [06:45] * xtagon is off to go learn about firewalls [06:45] xtagon: :) [06:45] heoa: echo $? [06:45] xtagon: yw [06:45] can anyone help me with a networking issue? [06:46] !ask | irb111 [06:46] irb111: 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. :-) [06:46] trying to configure my ethernet connection. in my /etc/network/interfaces i have auto eth0 and iface eth0 inet dhcp [06:47] and when i restart using /etc/init.d/networing restart i still can't get network access [06:47] IcemanV9: prince_jammys I do "$ exit 666" in terminal, it closes, I open ... [06:47] ... new terminal, I do "echo $?" and I get 0. [06:47] heoa: the old shell wasn't a child of your current one. [06:47] heoa: has to be in the same terminal [06:48] prince_jammys: precisely, how can I do it? [06:48] irb111: I'm not really confident in helping on such issues, but with further regard is the loopback configured in the file? [06:48] i'm trying to upgrade my nvidia drivers by downloading one from nvidia's web site [06:48] IcemanV9: how can I do a child terminal? [06:48] NoCode: yes it is [06:48] the problem is that I need to run this without X [06:49] heoa: spawn another terminal (or shell) from your current one [06:49] heoa: make a file called test.sh and put /bin/sh exit 666 inside it. Then chmod +x test.sh then ./test.sh then echo $? [06:49] and once I kill X, network manager dies and i lose my wireless connection too [06:49] heoa: in your current terminal, type 'bash'. you are now in a shell that's a child of your main one. exit 666, and echo $? [06:50] for reasons I am not sure, the nvidia driver needs to download some stuff from the net and it fails [06:50] any advice on how to get around this please? [06:50] heoa: yeah, prince_jammys way is simpler than mine... [06:50] heoa: use prince_jammys' recent example [06:50] irb111: Okay. I don't really know the answer to the question. Someone else might. If not, and if it's a server check out #ubuntu-server, or ##networking [06:50] !network manager [06:50] networkmanager is an application to make (wireless) networking Just Work. See https://help.ubuntu.com/community/WifiDocs/NetworkManager === Commie_Cary is now known as Lenin_Cat [06:51] prince_jammys: worked well, but I cannot understand why the input 999 ... [06:51] ... gives me 231, while 111 gives 111 [06:51] IcemanV9: except it probably won't work :) [06:51] heoa: because exit status must be between 0-255 [06:51] Hey anyone here knows a good mp3 tag tool editor? ( I don't want anyhting heavy like amarok or you know) [06:51] 666 get's OR'ed or XOR'ed or something. [06:52] alakhia: last time I did it I downloaded a shell script for installing the driver e.g. NVIDIA-Linux-x86-1.0-5336-pkg1.run which I could run later. Maybe you can do it the same way? [06:52] anyone know how to help me? netbook is lagging miserably, youtube videos barely play, all flash updates are installed an what not. can someone gie me some direction on what to do? [06:52] irb111: what codename is it? 8.04? [06:52] losher: i download the script but i needs to build a binary module [06:52] I am having an issue when printing. When I print a text document, some of the lines have the tops of the letters cut off. I do not think it is a problem with the heads, because if I set a border, the problem isn't there. Does anybody know how to fix this? [06:52] and for some reason it cannot so it connects to the web [06:53] i don't have gcc installed so maybe that is the problem? [06:53] prince_jammys: cool, thank you. [06:54] alakhia: aptitude install build-essential [06:54] heoa: welcome. [06:54] I have a bunch of rar files (part 1 , part 2 etc) and i would like to extract them all , is there a way to unrar them saying unrar X *part1.rar to unrar al of the files ? [06:55] losher: i'll download build-essential and try again [06:55] knightwise: usually you just need to say unrar x part01.rar and it finds the rest automagically... [06:55] knightwise: just a mo... [06:55] if it doesn't do that, try this [06:55] for a in *part1.rar; do unrar x "$a"; done [06:55] knightwise: i don't know if unrar accepts multiple filenames, so: for file in *.rar; do your_command "$file"; done [06:55] anything else i need? Do i need the kernel sources? [06:56] losher: Knightlust I'm sure if you put all the files in a folder, cd to the folder and type "unrar x part*.rar or something like that [06:56] If that's what the utility is called. [06:56] knightwise: try mine first :-) [06:57] prince_jammys: That worked ! awesome ! :) [06:57] yeah indeed [06:57] hey all, i currently have xp and ubuntu dual-booting, and need to reinstall XP (il be resizing the partitions too, but im fine with that) i just wanted to know how hard its going to be to get grub back to how it was (as Xp will overwrite it im guessing?). I have done many many dual boots before, but always did XP first. Advice? [06:57] thanx guyz [06:57] alakhia: that's pretty much it. you'll see error message if it fails [06:57] !grub [06:57] 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 [06:57] * knightwise just saved a few hours of time :) [06:57] knightwise: perhaps the other advice worked too. i don't recall if unrar pukes on unrar x *someglob* [06:58] NoCode, cheers mate, il take a lok [06:58] look* [06:58] :) [06:58] ok, build-essential it is ... i'll be back [06:58] prince_jammys: yeah it does , tried that but it didnt work [06:58] thanks guys for the help [06:58] knightwise: ah, ok. [06:59] if this kinda productivity keeps up i'm never going back to the gui again :) [06:59] It's nice to have the best of both worlds. [07:00] in return if anybody wants a good manual for the SCREEN command , check out www.knightwise.com [07:00] mm the old days of screen bitchx bring back memories [07:00] b3rz3rk3r: XP will overwrite it. You can back up the grub MBR using dd e.g. dd if=/dev/sda of=MBRsda.bin bs=512 count=1 and then restore it later using the liveCD... [07:01] losher, will that backup my cutomisations such as kernel limits and colours too? also, if im resizing, will that affect it as well? never done it this way round before, so im hesitant to trust Xp wont destroy everything :p [07:03] http://pastebin.com/d3770f34e error with copying GNU Screen's session. Why? [07:03] not regular file error [07:04] heoa: it's a socket [07:04] b3rz3rk3r: afaik, the only thing it will overwrite is the MBR. But note that if you resize any ubuntu partitions their UUIDs will change, so if your /boot/grub/menu.lst and /etc/fstab reference any UUIDs, you will need to update them. Note that any time you play with partitions, there's a risk of losing your data. Make sure you have backups of anything irreplaceable... [07:05] heoa: the prior question, btw, is that your 666 or 999 gets bitwise ANDed with 256 [07:05] heoa: more correctly, it's a FIFO or named pipe [07:05] heoa: echo $((999 & 256)) [07:05] if you care [07:06] prince_jammys: 256 as output [07:06] heoa: echo $((999 & 255)) [07:06] heoa: sorry, 255. [07:06] losher, iv got autobackups running everyday.. learnt that one the hard way once, thx for the reminder tho ;) Just to be on the safe side then, i wont resize anything until Oct, as il be reinstalling fresh then anyway for the new release [07:06] losher, thx [07:06] prince_jammys: 231 [07:06] heoa: that's the result you were getting, remember? [07:07] hi all i have written ubuntu netbook remix img to a 2GB pen drive but not it seems it is 1GB [07:07] how can i enlarge this partition? [07:07] ugur: you used dd to make the copy? [07:07] yes [07:08] prince_jammys: I understood it like "999 mod 256 = 231 " [07:08] ugur: gksudo gparted [07:08] b3rz3rk3r: I think we all learn that one the hard way. BTW, installing a brand new release is at least as dangerous as resizing partitions, IMO... [07:08] i did it but it show as 2GB [07:08] anyone here have experience running TF2 through wine? Im getting bad fps in game using EnvyKG [07:08] ugur: hold on let me find some emails i keep marking as spam when i get them...they claim to help enlarge your partitions... [07:08] heoa: ah, yes, same thing. cool. [07:08] haha funny [07:08] but what komputes said works, sometimes [07:08] ugur: well first you need to install gparted, then you need to run it, just like other partition editors you can graphically expand the partition [07:08] DigitalKiwi: never heard *that* one before... === coil_ is now known as Guest99531 [07:09] and you can't do it on an active partition === Guest99531 is now known as coil-eee [07:09] so if you only have one drive, or need to resize the one on the running system, you need to use a live cd [07:09] DigitalKiwi: ugur that's right, you need to unmount it first (you can't be booted into the key when doing it) [07:09] i have gparted installed and it shows that there is a 2GB single partition on the drive but when i mount it i see only 1GB [07:09] and backup your data first since gparted ccan be flaky [07:09] ugur: boot from a live cd and do it from there, the live cd has gparted on it [07:10] hi, i want to play some 3d games in wine. which ati driver should i use [07:10] ugur: where do you only see 1GB? [07:10] losher, yeah, i know, esp with all the teething issues from the cutting edge, but i only install new ones on my gaming rig (along side XP for the actualy games) i use the LTS for my work machine.. and naturally do incremental backups everyday just incase. Still have yet to use them, but you never know right [07:10] b3rz3rk3r: ok, sounds like you understand the risks, so my work is done here :-) [07:11] when i mount it with mount -o loop /dev/sdb /mnt/usbdisk and then after df -h [07:11] panfish: have you tryed EnvyNG? [07:11] nope === HaZiLLa_ is now known as HaZiLLa [07:11] komputes: /dev/loop0 945M 926M 20M 98% /mnt/usbdisk [07:11] ugur: please explain where/how you get the info that the partition is only see 1GB if gparted shows you it is 2GB? if you use DF, please paste the output line relating to that key. [07:11] i'd get some aspirin ready. [07:11] im using it for nvidia drivers but it has ati support at tells you which drivers are recommended [07:12] ugur: and can you take a screenshot of what gparted shows? [07:12] sure === RobotCow is now known as nanomachine [07:13] ugur: why is it /dev/loop0 and not /dev/sdb1 for example [07:13] can i configure my mousewheel to page up/page down instead of scroll a few lines? [07:13] komputes: how can i send you the screenshot? [07:13] ugur: post it on the web or ubuntuforums [07:13] okay [07:13] ugur, or you can go to picpaste.com [07:13] i'm an idito [07:13] *idiot [07:13] how do i make a source package from git? [07:14] ugur: you put the partition straight on sdb instead of sdb1 [07:14] LLStarks, if you open the archive there should be a README file [07:14] is anyone familiar with ndiswrapper? [07:14] there is no archive [07:14] i'm pulling straght from git [07:14] komputes: yes i remember it was written like that in ubuntu web page but i will check again [07:15] what would be a good ballpark figure for /tmp space requirements? [07:15] using tmpfs [07:15] i could download a auto-generated tarball, but how do i make that into a ppa package/ [07:15] LLStarks, inside the folder then [07:15] LLStarks, what are you pulling down [07:15] a small project, libass [07:15] komputes: http://www.picpaste.com/gparted2GB.png [07:15] i want ppa the git tree [07:15] LLStarks, do you have a link [07:15] /msg nickserv lln:oijfdv9#B [07:15] *the latest git commits [07:15] http://repo.or.cz/w/libass.git [07:16] ugur: doubleclick the warning symbol in gparted [07:16] how to restart audio in jackalope? (pulse) [07:16] LLStarks, you can pull down the tar.gz as well from there but let me look at it [07:16] ugur: whats the error [07:16] LLStarks, what is this for? [07:16] komputes: gparted says it is not mounted [07:16] personal use [07:17] volume and everything is set, was working, now no sound comes out after I tried to run that crap ekiga (which just crashed on a clean install... yey... sound otherwise was working fine in all apps) [07:17] and perhaps sharing with others [07:17] LLStarks, looks like you cd to the folder ./autogen.sh --prefix=/usr [07:17] coz_, what is what for? (what LLStarks wants) [07:17] but i know jackshit about packaging and the guides aren't helping [07:17] LLStarks, then ./configure [07:17] ugur: sudo umount /mnt/usbdisk ; sudo mount /dev/sdb1 /mnt ; df -h [07:17] LLStarks, then make && sudo make install [07:17] i know that much, === lln- is now known as lln1 [07:17] Hey, can anyone help me: I need to remove the -ubuntu2 from my python versions [07:18] yjjyt, yeah sorry did I accidentlly type your nick? [07:18] due to dependencies [07:18] but i want to make packages [07:18] coz_, no, just being a dead cat [07:18] yjjyt, oh ok [07:18] flawlessly, debian compliant packages that take care depencies and everything. [07:18] I got it from context now [07:18] *flawless [07:18] FINISH HIM! [07:19] sorry, thought this was mortal kombat. anyway, so restarting audio [07:19] komputes: umount says device is busy [07:19] ugur: cd / [07:19] prince_jammys: it is bitwise AND, you can test it like: echo "obase=2; ... [07:19] ... 999"|bc > 255; echo "obase=2; 255"|bc >> 255; [07:19] echo "obase=2; 999"|bc > 255; echo "obase=2; 255"|bc >> 255; === Chazz is now known as Asleep [07:19] ugur: and close any files open on the disk [07:19] cuddlefish: if you need to do that, you're doing something wrong [07:19] pulseaudio -k ; start-pulseaudio-x11 [07:19] Look, i'm trying to install pyaudio [07:19] ugur: then try the commands i gave again: sudo umount /mnt/usbdisk ; sudo mount /dev/sdb1 /mnt ; df -h [07:19] and I get this [07:20] komputes: sudo umount /mnt/usbdisk ; sudo mount /dev/sdb /mnt ; df -h worked but still the same from df -h [07:20] python-pyaudio depends on python (<< 2.6); however: [07:20] Version of python on system is 2.6.2-0ubuntu1. [07:20] [07:20] ugur: nautilus /mnt [07:21] komputes: i think it is the size of the image that i have written onto it [07:21] ugur: whats printed as "free space" at the bottom of the nautilus window [07:21] cuddlefish: you're misreading it [07:21] heoa: bash can do it too: $((foo & bar)) === Shamoun_ is now known as shamoun [07:21] Doh! bad font in terminal [07:21] heh heh he [07:21] cuddlefish: python-pyaudio depends on python version smaller than 2.6, but you've got 2.6.2 [07:21] just had a quick question about ndiswrapper.. i installed everything perfectly but i cannot find out what is wrong.. my problem is it will be connected for awhile.. then all of a sudden randomly it disconnects and wont reconnect unless i reboot serveral times =/ [07:21] I see that now [07:21] ugur: did you follow a guide for making the image and then dd'ing it onto the usb disk? [07:22] cuddlefish, which font? [07:22] it looks like ($# in Konsole [07:22] ah [07:22] cuddlefish: IIRC you can install several versions of python parallel to each other [07:22] prince_jammys: yeah, but it is hard to do bitwise operations without bits :) [07:22] heoa: oh, yeah, 255 is 11111111 [07:22] komputes: i just did what was written in ubuntu unr installing help page [07:22] Yeah, i get that just couldn't see I needed to use older version [07:23] heoa: echo $(( 2#101 & 2#111 )) [07:23] komputes: i downloaded the img and ran sudo dd if=/path/to/downloaded.img of=/dev/device/node bs=1M [07:23] Hello, i need help installing frostwire for ubuntu [07:23] Help! GPARTED says my file system is corrupt. Can I recover it? [07:23] heoa: well, you don't get the answer in binary ... :) [07:23] prince_jammys: i was a bit surprised by the difference 231 and 255, but ... [07:23] ... after calculating it is now mistery anymore [07:24] ugur: specifically what did you put for "of=/dev/device/node" [07:24] I run alsamixer and still no sound in headphones or otherwise [07:24] well did you unmute channels yjjyt ? [07:24] how can I restart audio? I've tried stuff I found on google, but its a clusterfsck of outdated commands [07:24] komputes: specifically /dev/sdb [07:24] DigitalKiwi, I think, I'll try again and see [07:24] "m" mutes/unmutes [07:25] DigitalKiwi, I figuree [07:25] ugur: hmmm... I can try to reproduce, can you give me the link to the guide you used [07:25] I figured that, when I press m it goes to MM, none were on MM [07:25] THESE PACKAGING GUIDES ARE USELESS! [07:25] DigitalKiwi, however, they are all maxed but read 00 [07:25] komputes: https://help.ubuntu.com/community/Installation/FromImgFiles [07:25] lstarnes: sorry for the delay, any idea how to get it to other comp as ... [07:25] ... scp does not work [07:25] DigitalKiwi, in green, where MM shows if I mute them, below they say 100 [07:26] ugur: and the link to the image you used [07:26] I just downloaded a packet, how do i install it useing Terminal? [07:26] i dunno :( [07:26] I get 'Failed to find original dlopen loader' [07:26] when running pulseaudio in terminal [07:27] DigitalKiwi, my sound crashed probably, this is annoying :( [07:27] could some one help with by pointing to a tutorial bout adding a CNAME in VPS with ubuntu hardy on it? [07:27] for two reasons, one I am trying to setup some sip clients, secondly, I wanted to see http://remix.vg/lady-gaga-friends-poker-face-the-autoscooter-moped-mash-1684/ [07:27] komputes: http://ftp.linux.org.tr/ubuntu-releases/jaunty/ubuntu-9.04-netbook-remix-i386.img [07:27] these packaging guides make the false assumption that i want to build based on the repo version of package. THAT IS BULLSHIT! [07:27] i don't [07:28] CNAME is often confused with google maps. [07:28] komputes: thanks a lot by the way [07:28] /etc/init.d/alsa-utils restart [07:28] i think [07:28] ugur: wow 16 minutes from .tr let me find a better mirror [07:29] komputes: please take your time [07:29] Does anyone here know how to change the sudo passprompt variable to a multi-line message? [07:29] ugur: local mirror - 1 minute ;) [07:30] please. i really need help. [07:30] i want to build a ppa package using a git commit or git tarball [07:30] how do i do this? [07:30] LLStarks: I think the ppas might use bazaar instead of git [07:31] komputes: yes we are used to that slow broadband! in Turkey [07:32] i wanna setup an smtp server for outbound messages only (much like spamming :P) ... which server would be better? sendmail, postfix or something else? [07:33] ugur: did you clean/wipe the usb disk before doing the dd [07:33] mikejet: confuse with google maps? my friends had a domain name and want to virtually pointing to my vps ip, without changing the dns of his domain . [07:33] lstarnes. [07:33] that isn't the issue [07:33] i am pulling from a git [07:34] i want build packages based on those pulls [07:34] komputes: no but it was previously formatted as 2GB fat32 [07:34] LLStarks: for that, you will need to learn how to build packages with dpkg [07:35] the guides are proving useless for that. === aftab is now known as ftab [07:35] ugur: usually i wipe it first, this may be the source of your problems [07:35] LLStarks: it's a rather difficult process [07:35] komputes: how can do that? === wet-chan is now known as wet [07:36] ugur: gparted, right click delete [07:36] ugur: and then apply [07:36] !gparted [07:36] gparted is a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php [07:36] lstarnes, the code i am building does have an ubuntu package. but it's outdated. [07:36] what's the regex to use with replace() to change the first character, if replace(/(^\w+)/ is the first word? [07:36] ugur: ugur you want to make sure there is no partition on the disk before the dd [07:37] komputes: i deleted the partition === lln1 is now known as lln [07:37] LLStarks: you could try something like http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/How-to-make-deb-packages/ [07:37] ugur: sudo dd if=ubuntu-9.04-netbook-remix-i386.img of=/dev/sdb (or whatever your dev name is for that disk) [07:38] I need help to program with Python but on channel #ubuntu-programming, no one answer ! [07:38] LLStarks: this may also be useful: [07:38] !checkinstall | LLStarks [07:38] LLStarks: checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running! [07:38] Redman: try #python [07:38] Redman: I think you want the channel #python [07:38] ok [07:39] Redman: you do need to have a nick registered with nickserv in order to join that channel though [07:39] protip: don't say lol in #python [07:39] they get pissy [07:39] Istarnes: I cannot becaus I'm not identified [07:39] for the love of god, none of this is what i want [07:39] How to make an account ? === Asleep is now known as daBomb|Not-Here [07:39] Could someone please help with my trackpad? [07:39] !register | Redman [07:39] Redman: Information about registering your nickname: http://freenode.net/faq.shtml#userregistration - Type « /nick » to select your nickname . Registration help available in #freenode [07:39] !register Redman [07:39] Sorry, I don't know anything about register Redman [07:39] I can't disable tap-to-click no matter how hard I try. [07:40] !register | Redman [07:40] Redman, please see my private message [07:40] LLStarks: I'm sorry, but I don't understand exactly what you want [07:40] ok [07:40] !register | Redman [07:40] Redman: Information about registering your nickname: http://freenode.net/faq.shtml#userregistration - Type « /nick » to select your nickname . Registration help available in #freenode [07:40] MindVirus: weren't you having this probably 24 hours ago? >.> [07:40] just had a quick question about ndiswrapper.. i installed everything perfectly but i cannot find out what is wrong.. my problem is it will be connected for awhile.. then all of a sudden randomly it disconnects and wont reconnect unless i reboot serveral times =/ [07:40] lstarnes, i just want to convert the git pull or git tarball to a ppa package. BUT IN ORDER TO DO THAT I NEED A SOURCE PACKAGE THAT I CAN WORK WITH [07:40] DigitalKiwi: Absolutely. [07:40] ouch [07:40] kangu: when it disconnects, run: dmesg | tail [07:40] DigitalKiwi: I have a feeling I'm going to be an #ubuntu meme. [07:40] ugur: welcome back [07:40] thx [07:40] dsc. changes. orig. [07:40] etc [07:40] the works [07:40] i need that stuff [07:40] kangu: it will give clues [07:40] LLStarks: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [07:41] this is useless to me: https://help.launchpad.net/Packaging/PPA/Uploading [07:41] Does anyone know anything about touchpad drivers? [07:41] thank you actionParsnip make sure to do that when it does d/c [07:41] and the "building source packages" it links to is useless [07:41] komputes: yeah stupid kde crashed so killed the xorg === Redman is now known as RedmanFrance [07:41] these guides assume bull [07:41] kangu: yes, as soon as it d/c run the command in terminal [07:42] komputes: i am rewriting the image now and i will tell [07:42] actually where are the guides for dpkg [07:42] How do I disable tap-to-click, anyone? [07:42] i want to see how hard it is compared to writing a PKGBUILD on arch, which is dead easy >.> [07:42] yo [07:42] !dpkg [07:42] dpkg is the Debian package maintenance system, which together with apt forms the basic Ubuntu package management toolkit. [07:42] alguien habla español? [07:42] Hey all, anyone know if there are debs for madwifi? [07:42] !es | julian_ [07:42] julian_: 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. [07:42] !info madwifi-tools [07:42] madwifi-tools (source: madwifi-tools): tools for the Multiband Atheros Driver for WiFi. In component universe, is optional. Version 1:0.9.4+r3685.20080531+dfsg-1ubuntu1 (jaunty), package size 55 kB, installed size 272 kB (Only available for alpha amd64 arm hurd-i386 i386 mips mipsel powerpc sparc) [07:43] ok ok [07:43] ActionParsnip, to the resuce, [07:43] if i understand ppa functionality correctly, i only need to upload certain files, not a deb [07:43] Innomen: you can also use: apt-cache search wifi | less [07:43] but i don't know how to generate a dsc, an orig, or any of those things [07:43] ActionParsnip, well the machine in question cannot reach the net [07:43] LLStarks: I think the ppa build system will automatically handle that [07:44] Innomen: but you have one that can [07:44] yes, but i need the files to upload [07:44] and i don't know how to create them from my source tree [07:44] ActionParsnip, yea but i cant do apt anything on a windows machin :P [07:44] Innomen: gotcha [07:44] ActionParsnip, hencethe ask for a deb [07:44] Innomen: then you can search packages.ubuntu.com [07:44] whats the right way to make a alias? [07:44] ActionParsnip, will do [07:45] joejc: in ~/.bashrc [07:45] Innomen: just teaching you to fish ;) [07:45] ActionParsnip, i like fish, and i like sitting by bodies of water, so fishing could work for me :) [07:46] LLStarks: I think you can generate the data needed for the source packag (specifically the .dsc file) using dpkg-source [07:46] ugur: i have the same problem as you [07:47] ugur: /dev/sdc 945M 926M 20M 98% /media/49ED-21FF [07:48] what would be a good ballpark figure for /tmp space requirements? using tmpfs [07:48] ugur: i get a different screenshot though [07:48] ugur: um, error [07:48] komputes: i think it is because the filesystem in the img is like that and since it is a raw write it is inherited in the new disk [07:49] lstarnes, you are assuming that i want use source available in the repos, are you not? [07:49] LLStarks: I am assuming that you want to use the sources available from a git repo [07:49] komputes: there should be a way to fix the metadata like fsck may be what do you say? [07:49] ugur: i think i need to say sdc1 and not sdc when doing the dd [07:49] one second [07:49] ugur: yes fsck it [07:49] let me try something [07:49] komputes: it says sdb and not sdb1 in dmesg in my pc [07:50] ugur: http://people.ubuntu.com/~komputes/gparted.png [07:50] ActionParsnip, would you have any idea why a card that from all account is oob supported would not show up in wicd? [07:50] which is the easiest to configure smtp server for outbound messages? [07:50] ugur: that is the error i get not the "not mounted error" - but i think this may be what makes it bootable - let me check [07:51] Innomen: dos it show up in other apps like wifi-radar? [07:51] tail: cannot open `/home/eric/libass-0.9.8/debian/changelog' for reading: No such file or directory [07:51] ActionParsnip, no but it shows up in the device list [07:51] where are programs normally installed? [07:51] Innomen: ok and does: sudo iwlist scan show APs? [07:51] i should say i dont know i havent tried wifi radr i'mnot even sur ei have it installed [07:51] azlon: all over the place on your system [07:51] azlon: in various locations, usually under /usr [07:52] hi. pretty new to ubuntu/linux, so i have a question regarding anti virus. [07:52] again, don't know, i'll check, its booting and doing a drive scane (i let them finish) [07:52] excuse me whats the first username in phpmyadmin? [07:52] glick: root [07:52] azlon: their in no single foldr for each app as it is hugely inefficient. The libs that make one app work may and often do benefit other so will be stored in /lib the launching binary will be stored in /usr/bin most likely [07:52] reenignEesreveR: if you mean an smtp client, I use ssmtp. It uses 8 lines of config. [07:52] sweet thanks Boohbah [07:53] glick: phpmyadmin doesn't actually have users of it's own. It'll let you login with already existing mysql users. So like Boohbah says, root. [07:53] ActionParsnip, assuming it did or did not? i'm just curious what would cause that type of thing [07:53] Innomen: well i the cli scan doesnt work then you dont have a driver installed [07:53] losher: smtp server i believe ... other programs would be sending email through it [07:53] !antivirus > snxdp2 [07:53] snxdp2, please see my private message [07:54] snxdp2: antivirus software isn't as needed nearly as much as Windows needs. don't get me wrong, malicious software can and does exist for Linux, but you shouldn't have to worry about scanning all the time. if you are still interested in running an antivirus, look into ClamAV === iruan_ is now known as iruan [07:54] hi, i read somewhere about a boot option acpi_osi but cant seem to find it in ubuntu.com documentation on Boot Options.. trying to force my computer to recognize that it is a linux system (and this could solve my cpu scaling probs) [07:54] reenignEesreveR: oh, it's kindof both server & client. Do you have an always-on network connection? [07:54] azlon: there is a distro that tries to mimick the file structure of windows but its fairly pointless and involves a tonne of symlinks from what i remember [07:54] losher, yes i wanna set it up on my production server [07:54] ActionParsnip, you mean drive in some non wrapper sense of the word, which makes the answer a lot more complicated than thequestion, oky, ythanksi'll come back if the madwifi thing fails to solve it [07:55] Innomen: the driver makes the hardware work with the OS. If you dont have the driver, the OS cannot communicat with the hardware [07:55] komputes: i installed a CLI program called testdisk from the repo and it says disk info is wrong in the MBR [07:55] ugur: do not use sdb1 in the dd command [07:55] komputes: Warning: Incorrect number of heads/cylinder 64 (FAT) != 63 (HD) [07:55] Warning: Incorrect number of sectors per track 32 (FAT) != 62 (HD) [07:56] komputes: no i dont use sdb1 [07:56] ugur: if you specify sdb1 it will only create a file under /dev [07:56] ugur: just use sdb and live with the fact that it is a 1GB image, was fsck able to repair it? [07:56] komputes: i think it is because of the mbr written in the img it is taken from a 1GB drive [07:56] reenignEesreveR: ssmtp is very simple to setup. It's good for always-connected machines, but not for machines which are only intermittently connected like laptops. It sends all mail to a smart hub somewhere. Mine sends everything to my ISP. Let me know if you want to see a sample config [07:57] ugur: keep in mind this disk is only meant to be used for installation/recovery/livecd [07:57] losher, thanks. I'm googling for it now :) [07:57] ugur: yes exactly [07:57] How do I disable tap-to-click, anyone? [07:57] hello do u know any whois utility like ubuntus whois for windows ? [07:58] i love ubuntu's whois utility but im using windows now :S [07:58] komputes: yes i see but i was thinking of copying windows xp installation files after booting with this and then install ubuntu on top of windows [07:58] simulation: i'd ask in ##windows [07:58] ok ActionParsnip thx [07:58] komputes: but you are right i will do this with another live installation iso i think ubuntu iso will work [07:59] ugur: worth a try [07:59] ugur: you can also use usb-creator to take an iso and transfer it to usb [07:59] komputes: img is a little more low level than iso i guess [07:59] komputes: i have unetbootin and works like a charm [07:59] ugur: usb-creator has an option to create a partition for files - perfect for live cd [08:00] komputes: hmm interesting i will try that also [08:00] ugur: in 9.04 usb creator is System > Administration > Make USB disk [08:00] ugur: i recommend it [08:00] good night all [08:02] MindVirus: somewhere in that mess of menus is something that configures the touchpad. I can't recall if it's Administration -> Mouse or something, as I dont have my laptop with me. Poke around and see if you can find it. I also recall something about a package specifically for the synaptics touchpad. Sorry to be so vague... [08:02] hiall [08:02] someoe using karmik koala alph4? [08:02] ActionParsnip, (driver thing) yea i figured i just kind of thought of drivers as a windows thing, i have no idea how ubuntu works under the hood heheh [08:03] losher: System->Preferences->Mouse and ->Touchpad both fail. [08:03] They both enable the touchpad if I want them to but not tap-to-click. [08:03] ActionParsnip, i have madwifi tools installed now cant seewhat good it did :/ [08:04] hi [08:04] everyone [08:04] Innomen: then run: sudo lshw -C network and websearch from that [08:04] MindVirus: google it. Depending on your release, there was a bug (something to do with Share memory in X11) and there was a workaround.... [08:04] is there any program to stream live tv? i am stationed in Kuwait but want to watch some sort of news channel like Fox News or CNN [08:04] losher: I have been Googling for the past 48 hours. [08:04] Can't you just stream your videos through firefox? [08:05] MindVirus: try a different search engine, different search algrithm, different results === Administrator is now known as Guest87143 [08:05] MindVirus: sorry to hear that, but you've now heard everything I know about the issue... [08:05] ActionParsnip: I was hoping that maybe someone here could help. [08:06] Talking to a search engine feels like talking to a while. [08:06] ActionParsnip: apparently 'bing' solves world hunger while it searches... [08:06] You can do it for awhile but eventually you get bored. [08:06] does anyone know how to config a reliance netconnect ZITE modem on ubuntu 9.04 thank you [08:06] MindVirus: well you have only used a single search engine [08:06] Different-colored walls, man. [08:06] I will reluctantly use another. [08:06] hah [08:06] MindVirus: or you can ask later in the day, different users with different knowledge again [08:07] MindVirus: there are more search engines than google yuo know [08:07] ActionParsnip: Google is the only one I love. [08:07] just google for them. [08:07] MindVirus: well its not cutting it right now so others may prove better [08:07] I actually ask in this channel at prime intervals. [08:07] To maximize the amount of people I reach. [08:07] Hi, does anybody know if Ubuntu supports displayport? I need to connect a second screen to my pc and I have a free Displayport. If it's not supported I don't need to buy a special cable. [08:07] does anyone know how to config a reliance netconnect ZITE modem on ubuntu 9.04 thank you === dragonrigs is now known as aaron11 [08:07] how do i make a gpg key for building a deb? === administrator is now known as Guest61690 [08:08] does anyone know how to config a reliance netconnect ZITE modem on ubuntu 9.04 thank you === Guest87143 is now known as kmsugfkfds [08:09] my friend own a domain and want temporarly pointing to my vps ip. i have told him to use a name in his domain manager and point it to my vps ip, without changing the dns of his domain name. how to set that a records in ubunty hardy ??? === kmsugfkfds is now known as innomen2 [08:09] indus can you help === Joschi_ is now known as Joschi [08:09] ActionParsnip, the command you gave me shows the card [08:09] NewBiew: is your friend running his own dns server? [08:09] I installed GL-117 how can i access it [08:09] MindVirus: it's midnight here in California. The east coasters have been in bed for hours and the west coasters are all taking their ambien about now. I wouldn't call this prime time... [08:09] it says "disabled" in bold print towards the bottom [08:10] indus configuring a reliance netconnect ZITE modem on ubuntu [08:10] losher: prime meaning prime number. [08:10] innomen2: i know, if you websearch the line that is detailed in the product line you will turn up something [08:10] losher: I am an east-coaster. [08:10] * NoCode is an east coaster. Still up. :) [08:10] That's why you see me on this channel at suuch odd hours of the day. [08:10] does anyone know how to config a reliance netconnect ZITE modem on ubuntu 9.04 thank you [08:10] *such [08:10] MindVirus: me too, but i don't have gnome [08:10] NoCode: insomniac... [08:10] i dunno, his just registering his domain with domain registar MikeSeth [08:10] aaron11: is it usb? [08:10] yep [08:10] yes [08:10] MindVirus: in about a minute, i looks like it will be prime number time. [08:10] I installed gl - 117 flight simulator, so where can i access it [08:10] heh thats why i'm here, what i found tld me to install madwifi [08:11] and i cant because all the commands assume i have conneciton to the internet :P [08:11] aaron11: then run: lsusb one line will identify the modem with an 8 character hex id code. web search for that [08:11] actionpartnership u know its portable right [08:11] prince_jammys: 311 was one of my favorite primes; I used to use it to test insecure semiprimes. [08:11] in preferances its not appear [08:11] aaron11: i dont care. if its usb it will give an id code [08:11] so madwifi tools is not mad wifi [08:12] innomen2: if your card does not use madwifi drivers then you need to find what it does use [08:12] MindVirus: make a wish! [08:12] how can i find out installed software (GL-117 flight simulator ) === innomen2 is now known as Innomen [08:12] For this damn touchpad to stop tap-clicking! [08:12] actionpartnership ive tried that but i dont know what to do with it [08:12] MindVirus: You can just turn that off under mouse options. (In Gnome at least) [08:12] MindVirus: what os release are you running, btw? [08:13] anybody know how to access intalled software in ubuntu 9 [08:13] Lord_Devi: it doesn't work. [08:13] Drives me crazy on my Dell laptop too. I Have to keep that touchpad clicking off [08:13] losher: 9.04. [08:13] ActionParsnip, it does use them [08:13] MindVirus: You poor fellow! Oh.. Mine is 9.04 too.. it's gnome though like i already mentioned.. [08:13] its a dlink dwa 552 i'm getting this from the ubuntu forums [08:13] MindVirus: a bug-ridden fleabag of a release... [08:13] Innomen: ok what is the output of: sudo lshw -C network | grep product [08:13] actionpartnership ive tried idea and it works but we dont renew ownership on it [08:13] the madwifi page just hands me a tar and says good luck [08:13] losher: will 9.10 help? [08:13] Innomen, do u know how to access installed software [08:14] Lord_Devi: I'm on GNOME too. [08:14] http://swiss.ubuntuforums.org/showthread.php?t=1238586 [08:14] MindVirus: Sorry, dunno. I gave up after 9,04 and went back to 8.04 LTS, [08:14] Mindvirus do u know how to access intalled software in ubuntu 9 [08:14] Do I know how to access installed software? [08:14] losher: ditto. [08:14] I am the proud owner of that knowledge. [08:14] Innomen, define "access" [08:14] grrr [08:15] * prince_jammys smacks jaunty [08:15] Guest61690, define access [08:15] innomen /ignore [08:15] Innomen: it is safe to assume "access" means "run". [08:15] MindVirus, well then yea i know how ot run software :P [08:16] Innomen: yes. It is fairly obvious Guest61690 doesn't know how to run installed software. [08:16] I think. [08:16] (Right, Guest61690?) [08:16] oh oh he was asking me [08:16] lol [08:16] mindvirus !topic [08:16] i misunderstood completely [08:16] !topic [08:16] Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [08:16] Pardon me? [08:16] I've read the topic plenty of times. [08:16] I installed gl-117 flight simulator how can i run it [08:16] Guest61690, have you tried opening a terminal and typing in the name of the program? [08:16] !off-topic [08:16] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [08:16] Are there any apps out there that work like root-tail? [08:17] aaron11: what is it I'm doing that's off-topic? [08:17] no [08:17] * prince_jammys is perplexed by what's going on in here right now. [08:17] hi, i'm trying gaming in wine for the first time. i just loaded up warcraft 3 and my performance is awful, like 3-5fps. i'm using an amd 3450 with proprietary driver. in windows i get 30-60fps with the same settings [08:17] what is the command [08:17] hi [08:17] !offtopic | mindevirus [08:17] mindevirus: please see above [08:17] ActionParsnip, can you tellme what you are looking for in that output? [08:17] ActionParsnip, its auge deal to go in there run that command and somehow gets it [08:17] i heard not to use compiz with wine, is compiz enabled if i have visual effects turned off? [08:17] aaron11: I saw your original message. What am I doing that is off-topic? [08:17] !offtopic | MindVirus [08:17] MindVirus: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [08:18] panfist, no it isnt [08:18] ...? [08:18] What the hell is going on? [08:18] OK, enough. [08:18] !language | MindVirus [08:18] MindVirus: Please watch your language and topic to help keep this channel family friendly. [08:18] having fun with the bots [08:18] well...then something else is my problem [08:18] libtech:good job [08:18] panfist, have you updated it to the latest version? War3 that is.. [08:18] Innomen: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/354548 [08:18] * Dayofswords is confuzled [08:18] what is the command to run gl-117 [08:19] panfist: [08:19] <_tj> anyone good with themes? Im trying to install a theme... http://gnome-look.org/content/show.php/willibex?content=86844 but i dont get the little menu bar at the bottom [08:19] aaron11: libtech: what are your problems with me? [08:19] ActionParsnip, reading [08:19] Guest36417, your the one that is off topic, and try the name like i said. [08:19] am a beginer why dont u help me [08:19] b3rz3rk3r nope not yet, it's with the expansion tho so it's not version 1.0. performance was so bad i just quit right away...i should update [08:19] Guest61690: yes [08:19] Innomen: you could compile madwifi [08:19] mindvirus libtech ok lets leave him alone [08:19] whats the problem [08:19] aaron11: Do you tag-team to annoy people? [08:19] indus do u know how to run the installed gl-117 flight simulator [08:20] Guest61690: installed on ubuntu? [08:20] ya [08:20] aaron11: By the way, type the first few letters of my name, then press Tab. It will automatically complete my name. [08:20] ActionParsnip, i dont know how, i have the targz on my machine in there [08:20] ubuntu 9 [08:20] o.O gah [08:20] Guest61690: how did u install it [08:20] how to install printer on jaunty with lan? [08:20] Innomen: the page you gave me has the method.... === cmd277 is now known as cmd276 [08:20] add/remove progamme [08:20] panfist, anything after the original causes problems it seems, some ppl say to change your accelration options should be set to emulation [08:20] <_tj> anyone good with themes? Im trying to install a theme... http://gnome-look.org/content/show.php/willibex?content=86844 but i dont get the little menu bar at the bottom.. i got the colors installed and everything by dragging the .tar.gz into the theme manager... but not the bottom bar thinggy [08:21] ActionParsnip, yea and it says to download from the svn :) [08:21] Guest61690: check in menu>aplications>games [08:21] i dont know how to translate those instructons for offline use [08:21] Innomen: then use the svn, that part is included in the guide [08:21] aaron11: so you know, I will be watching what you say. I won't you get away with anything. :) That is, unless you tell me exactly what I did. [08:21] ActionParsnip, look man i dont know what that means, i've only ever compiled one thing before and i thought avn was an online archive of source [08:21] Has anyone else had an issue where their wireless just stops working? for some reason it's stopped working with my router. [08:21] svn* [08:22] Innomen: you dont have to, its step by step instructions for the terminal [08:22] what do i do with the tar file? [08:22] aaron11: your choice. Your name is now highlighted in my client. [08:22] Guest61690: or from a terminal type the name of the program [08:22] panfist, in wine i mean, if you didnt get that [08:22] Innomen: sure, just use a wired connection til you get on your feet === Administrator__ is now known as innomen2 [08:22] indus, i have already told him that twice.maybe he will listen to you this time. [08:22] MindVirus: tried this lot? http://ubuntuforums.org/showthread.php?t=168581 === innomen2 is now known as innomen3 [08:23] ActionParsnip, those instructions make no mention of a tar file [08:23] b3rz3rk3r do you mean audio acceleration because i turned audio off completely [08:23] panfist, no, graphical [08:23] innomen2: i know. you dont need it, the svn will download the source for you [08:23] Guest61690: open main menu>applications>gamename [08:23] "emulate a virtual desktop" ? [08:23] ActionParsnip, lmao and the machine in question has no internet :) [08:24] good morning everyone... [08:24] !patience [08:24] 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. [08:24] innomen3: or you can webbrowse on how to use the tar.gz and found this: http://ubuntuforums.org/archive/index.php/t-113405.html [08:24] ...so if i wantot go to warthat makes me insane but if i wantot stay on the ground clearly i'm sane and so i have to goto war [08:24] innomen3: like i said, use a wired connection til you get on your feet [08:24] innomen3, down load it on the one you are on now and put it on a flashdrive and transfer it.:D [08:25] innomen3: its much easier if you use the wired option [08:25] losher: checking it out right now. [08:25] can someone1 please give me the process on how to upgrade from virtualbox-ose to virtualbox-3.0 , i already downloaded the 3.0 package from sun microsystems etc... [08:25] ActionParsnip, the modem is next door, we own all three houses my friend is sleeping in the room in question plus i dont have 400 feet of cat 5 plus GVD would wipe out my machine [08:25] panfist, check out the bottom of this page.. it has a HOW-TO on it: http://appdb.winehq.org/objectManager.php?sClass=version&iId=3126 [08:26] oldude67, thats what i've been trying to do since i got her, but madwifi has no deb and i dont know how to compile this tar file [08:26] innomen3: is it a laptop? [08:26] ActionParsnip, nope [08:26] !tar [08:26] 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 [08:26] innomen3: then you can use ndiswrapper + windows driver to install wifi and download the proper driver and compile it [08:26] oldude67, yea i know that its just a zip with a bunch of code in it but i dont know the command to turn it into something useful [08:27] ActionParsnip, tried that the wrapper says its installed but still nothing shows up in net manager (exact problem as giuy in forum which was solved by madwifi which is what brought me here ) [08:27] innomen3: did you read the README in the extracted code. you will need to install build-essential from your install CD [08:27] the solution is either A> deb of madwifi, B. instruciton on what to do with the madwifi tar [08:28] ActionParsnip, i have build essentionals and everything installed i saw no readme, where would it be? === Para is now known as Guest89176 [08:28] the madwifi page just kind of assumes i know what to do with the tar file so i gather its extremely basic [08:28] can some1 please give me the process on how to upgrade from virtualbox-ose to virtualbox-3.0 , i already downloaded the 3.0 package from sun microsystems etc... [08:28] Innomen, Type tar -zxvf yourfile.tar.gz to extract the file to the current directory. [08:28] Hi, i'm not able to start apache on 8.04 LTS... checked ipcs, configs, error logs etc [08:28] oldude67, right which gives me a bunch of code, now what? [08:29] apache pid file is not getting created... any idea.. it stopped working after an upgrade [08:29] its not lke i can just type setup [08:29] or can i [08:29] lol [08:29] innomen3: i dont know. I dont know the contents of the archive you have intimately, if you read the file names you may come across something useful [08:29] innomen3: does it come with a README or INSTALL file to look at? [08:29] no then you have to go to the read me file and see what it says. [08:29] a readme WITHIN the tar file [08:30] yes [08:30] well, i'll just go check [08:30] yes, read that. [08:30] thats the bit of assumed knowleged [08:30] gidday from oz [08:30] innomen3: setup is what windows uses and is not applicable here as you are using source and not binary. also setup.exe will NEVER exist in linux as the file strucure between distroc can vary so wildly [08:30] innomen3: knowledge you now have forever ;) [08:30] prince_jammys, knowleged that should be in the !tar command and should be noted on every page that uses them :P [08:30] brb guys thanks much [08:31] Innomen, read the man pages it helps. [08:31] innomen3: well, it's only in tarballs and such that contain source to install. [08:31] man tar ain't gonna tell you about that. [08:31] no but it does explain a lot tho. [08:32] anyone here use root-tail in gnome? [08:34] !info root-tail [08:34] root-tail (source: root-tail): Displays select log files in the X root window. In component universe, is optional. Version 1.2-3 (jaunty), package size 20 kB, installed size 84 kB [08:34] !info a records [08:34] 'records' is not a valid distribution: dapper, dapper-backports, hardy, hardy-backports, intrepid, intrepid-backports, jaunty, jaunty-backports, karmic, karmic-backports, kubuntu-backports, kubuntu-experimental, kubuntu-updates, medibuntu, partner [08:34] !anyone | dethray [08:34] dethray: 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? [08:35] !info CNAME [08:35] Package CNAME does not exist in jaunty [08:35] bleh sorry [08:35] thanks [08:35] Hi! :) Do anyone know a cue sheet editor for linux? I just recorded some old tapes of mine (a wave files) and want to burn them to CD. Was wondering if there's a cue sheet editor somewhere, so i don't have to split the waves in advance. [08:35] thanks u indus [08:35] root-tail is not working for me, I understand that nautilus is keeping it from doing so [08:35] i just installed ubunty 9.04 netbook remix on this acer aspire one d250 netbook. fixed all the bugs and put in all the necessary softwares. i do feel that it is going slow and was wondering if there is need to install a graphic driver if there is one. it is intel integrated graphics card on this [08:35] Guest61690: its working now? [08:35] Please answer with my nick in it -> highlight [08:36] tim__b: i'm seeing mkcue , for one. [08:36] mralexandro: https://wiki.ubuntu.com/ReinhardTartler/X/RevertingIntelDriverTo2.4 [08:37] how doi change what driver a device is using currently its useing ndis wrapper and now i want it t use ath9k [08:37] !info mkcue | tim__b [08:37] tim__b: mkcue (source: mkcue): Generates a CUE sheet from a CD. In component universe, is optional. Version 1-2.1 (jaunty), package size 8 kB, installed size 68 kB [08:37] tim__b: mm, maybe that's wrong. [08:37] innomen3: sudo rmmod ndiswrapper; sudo modprobe ath9k [08:37] or put diffrently how do i make ndiswrapper ignore my wifi card? [08:37] it is, prince_jammys :) thanks never the less. already tried mkcue :) [08:37] !info cuetools | tim__b how about this? [08:37] tim__b: cuetools (source: cuetools): tools for manipulating CUE/TOC files. In component universe, is extra. Version 1.3.1-4ubuntu1 (jaunty), package size 79 kB, installed size 264 kB [08:38] prince_jammys, i need a tool to load my wave file in to set simple points where a new track starts. [08:38] cuetools doesnt feature an editor as well :( [08:38] How do I find my root window id using xprop? [08:38] tim__b: well, i see you've searched already [08:39] tim__b: and since i don't know a thing about cue, i'll shut up. [08:39] dethray: the root window is always 0:0 [08:39] thanks anyway, prince_jammys :) [08:39] welcome [08:39] Thanx, ActionParsnip [08:40] tim__b: i've done that so many times too, but always "by hand" (splitting the files) [08:40] prince_jammys, seems like there's no way around splitting (except for using wine+some windows softwrae) [08:41] hello every body .. i am new to linux(having unbuntu 8.10) .. i need to install one package.. so can any one go through this link and help me in the installation.. plzzzz [08:41] http://www.opencfd.co.uk/openfoam/doc/README.html#Qt === Administrator is now known as Innomen4 [08:41] prince_jammys, just found http://qed.qproject.org/ . seems to be promising [08:41] ActionParsnip, sudo rmmod ndis wrapper first said segmentaiton fault and then said device or resource busy (i tinki mstyped it the first time) [08:42] hello every body .. i am new to linux(having unbuntu 8.10) .. i need to install one package.. so can any one go through this link and help me in the installation.. plzzzz http://www.opencfd.co.uk/openfoam/doc/README.html#Qt [08:42] Innomen4: its all 1 word: ndiswrapper [08:42] tim__b: yeah, maybe get something not in the repos. i should check it out myself. [08:42] Innomen4: you cant go adding random spaces if the whim takes you [08:42] hehehno i know i didnt add the space when i actually typed it that was just a typo right now heehh [08:43] hilarious [08:43] ok then blacklist the module and reboot [08:43] !blacklist [08:43] 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 » [08:43] ActionParsnip, it says the resource is busy === Administrator is now known as innomen5 [08:44] innomen5: add ndiswrapper to the blacklist and reboot, it will not be loaded [08:45] ahh ok [08:45] can i just uninstall it? is that possible/ will that work? [08:45] pllzzz help me [08:45] hello every body .. i am new to linux(having unbuntu 8.10) .. i need to install one package.. so can any one go through this link and help me in the installation.. plzzzz http://www.opencfd.co.uk/openfoam/doc/README.html#Qt [08:45] innomen5: that will work also, yes [08:45] cool brb [08:47] shreymech: if you add this line to /etc/apt/sources.lst deb http://ppa.launchpad.net/cae-team/ppa/ubuntu jaunty main [08:48] ActionParsnip: than...??? [08:48] shreymech: then you can use apt-get to install openfoam 1.5.1 [08:48] !info openfoam [08:48] Package openfoam does not exist in jaunty [08:48] ActionParsnip: but i have downloaded the latest 106 version [08:48] 1.6 [08:48] shreymech: or use easy gui way, add that line to third party in synaptic>repositories [08:49] shreymech: then find a repo with it on [08:49] shreymech: whats different in 1.6? [08:49] ActionParsnip:its not that much buggy as the 1.5 is .. i think [08:50] ActionParsnip: i followed the link you gave me, but just to clarify, is that a older driver for my netbook. and the rollback procedure, will that install the driver that i had before i installed this "rollbak" driver? [08:50] shreymech: i'd check whats new. If its something you dont need then the ppa will do you. either that or you are going to have to find a different ppa or compile the app [08:50] mralexandro: some folks have found a better performance with the older intel driver [08:50] hello [08:51] I tried to join the crunchbang chanel with this command: /join crunchbang what am I doing wrong? [08:51] paul__: put a # before the channel name [08:51] bunty [08:51] #crunchbang [08:51] ActionParsnip: plzz look for it and tell me... i am waiting... but can u once look thru that link which i sent.. regarding installation of 1.6 [08:51] hw r u [08:51] prince_jammnys thanks [08:51] welcome [08:52] helo [08:52] my web cam is not working in ubuntu 9.04. Please help me [08:52] HELO [08:52] hi [08:52] bunty what web cam [08:52] ActionParsnip: alright, well thanks :) [08:52] i have acer aspire 4720z notepad [08:52] i installed ubuntu9.04 [08:53] ActionParsnip, one more thing .. shud i install QT and PARAVIEW from synaptic before installing OpenFOAM-1.6 [08:53] shreymech: http://www.opencfd.co.uk/openfoam/linux.html [08:53] Is it possible to the the CLI on a small LCD, as in 4x20 or even 256x64? I'd like to use it instead of a full-blown screen on a car pc (with wireless keyboard) [08:53] shreymech: i dont even know what openfoam is so I have no idea [08:53] buntu u mean to say its a redy installed on your computer [08:53] ya [08:53] bunty lets talk pm [08:53] hey plzz see this guide.. plzz help me thru the steps only... [08:53] shreymech: i would STRONGLY suggest using the PPA as you sound like a beginner user [08:53] ok === prince_jammys is now known as npatil === npatil is now known as prince_jammys [08:54] ActionParsnip, http://www.opencfd.co.uk/openfoam/doc/README.html#Qt [08:54] I know this isn't ubuntu related..but would anyone have any idea how to "unlock" a harddrive? [08:54] !ot | nokturna83: [08:54] nokturna83:: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [08:56] innomen@Mercy:~$ sudo modprobe ath9k [08:56] WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release. [08:56] shreymech: it all means nothing to me. I suggest you ise the 1.5 in the repo i gave you [08:57] ActionParsnip, it doen't matter if i have intrepid [08:57] innomen5: the file needs a .conf ending [08:57] shreymech: then change the word jaunty to intrepid [08:57] ActionParsnip, you have given a jaunty repo [08:57] okkk [08:57] <_polto_> is n't it possible to specify umask while mounting NFS share ? [08:58] ath9k.conf instead of ath9k? [08:59] <_polto_> mount.nfs say "an incorrect mount option was specified" on -o umask=0000 [08:59] innomen5: you can probably ignore that warning, i think. [08:59] innomen5: if you READ the error it is referencing /etc/modprobe.d/ndiswrappe [08:59] prince_jammys, qep will not do the deal, as there's no preview possibility, but i found http://wiki.audacityteam.org/index.php?title=Cue_sheets which's the way i will go, as i'm already recording my tapes using audacity. [08:59] ActionParsnip, yea i READ the error, look if you think i'm a moron and you're wasting your time, don't help ne, it's cool man [08:59] tim__b: ok, i'll remember that next time i need that, thanks. [09:00] prince_jammys, ahh so whatever the command was supposed ot accomplish was accomplished then? [09:00] innomen5: well you gave me an error then start talking about someother file, it doesnt make sense [09:00] possibly. [09:00] Warnings are warnings after all [09:00] ActionParsnip, i pasted you the exact error it gave me in responce ot the command you gave me to type (sudo modprobe ath9k) [09:01] innomen5: yes and the error which was outputted stated a specific filename needs the extension [09:01] ActionParsnip, then you told me something vague about some "file" need a .conf i dont see a spesific filename i see a directory [09:02] <_polto_> should umask option work with NFS ? [09:02] <_polto_> because currently it does not.. [09:02] how do one ping in linux jaunty to obtain ur ip addy ? [09:03] innomen5: all the files in /etc/modprobe.d are files [09:03] i dont even know what it tried ot do, you're not explaining what i'm doing you're just giving me orders (which is fine) but dont get mad at me when i have no idea what i'm doing :P [09:03] innomen5: i just hate when people only look at the screen but dont read, there is a difference [09:03] Hi all,... I want to capture my webcam and speaker output, easiest way to do that ? I would prefere GUI tools... [09:03] ok, so the directory mentioned has files, cool [09:04] ActionParsnip, well i can read pretty fast, so i read it, i just wasnt born with this knowleged in my head like a bee knowing how to fly :) [09:04] innomen5: sudo mv /etc/modprobe.d/ndiswrapper /etc/modprobe.d/ndiswrapper.conf [09:04] it makesno sense ot me, like if i were ot say biscuit ninja purple pants is my favorite dragon of the penny [09:04] you'd be like WTF [09:04] :P [09:04] i'll go paste that command which looks ot bemoveing something [09:05] you're renaming the file to samefile.conf [09:05] innomen5: nice randomness. i applaud :) [09:05] teenage mutant ninja turtes [09:05] prince_jammys: indeed [09:05] prince_jammys, ahh excellent [09:05] is it better to use the restricted drivers for the ati graphics card or from ati.com [09:05] question before i go why is there a ndiswrapper issue still, i uninstalled it? [09:06] syntax: if you want good 3D performance, yes. if you just want a smooth desktop then the open one will be fine [09:06] what's the command to clean cache? [09:06] innomen5: if its uneeded then sure [09:06] does anyone know of any tool for gtk_window_decorator that wil help you set transparent "color" in folders. so that they are transparent straight trough? [09:06] irc_irc: which cache? [09:06] ok thx [09:06] ActionParsnip: where downloading pacakages remain [09:07] irc_irc: sudo apt-get clean [09:07] ActionParsnip, no i'm saying i did uninstallit and the error mention a folder named wrapper, no biggie i'll brb [09:07] ActionParsnip: it seems , nothing happens [09:07] irc_irc: in linux, no news is good new [09:07] s [09:08] irc_irc: you dont get an 'ok' message after every command that passes, its redundant [09:08] hi all [09:08] ActionParsnip: thank you [09:08] please help me, how can i move the close icons from the left back to the right???? [09:09] is there a way to clear ram on ubuntu or does sudo apt-get clean work? === sourcode[0]_ is now known as sourcode[0[] === sourcode[0[] is now known as sourcode[0[ [09:09] hi [09:09] syntax: apt-get has nothing to do with ram... === sourcode[0[ is now known as sberry [09:10] so how could i clear my ram on ubuntu eshat?\ [09:10] syntax: apt-get clean clears out the deb files that get stored after download when you use apt-get or synaptic etc [09:11] syntax: you can use; sudo echo 1 > /proc/sys/vm/drop_caches [09:11] ActionParsnip, ok mod probe completed (i guess) [09:11] innomen5: seems that the ndiswrapper config file hung around, and then you got a warning about it because it doesn't end it .conf [09:11] prince_jammys, noted [09:11] i used mac4lin theme and found that the window icons moved left, after i changed theme back the window icons stayed there how o i chance them back???? [09:12] ActionParsnip: Permission denied [09:12] syntax: hmm, works here, did you use sudo? [09:13] Truereaver360 grab the 0.4 documentation and look at the part about gconf-editor [09:13] yea [09:13] ActionParsnip: yea [09:13] ok [09:13] syntax: strange indeed [09:13] syntax: i have that in a script and works great === sean is now known as Guest72059 [09:14] ActionParsnip: whats a way around it to do sudo echo 1 > /proc/sys/vm/drop_caches if sudo isnt working [09:14] ok as you might have guess im a noob at this, where can i find that? [09:14] ok one the modprobe ath9k thing is complete what now? (i rebooted and attempted ot connect ot the net, no dice [09:14] syntax: then you have issues [09:14] syntax: can you run: sudo -i [09:14] wicd still acts like i have no network cards [09:15] innomen: you can check stuff with: lsmod | grep ndis; sleep 2; clear; lsmod | grep ath [09:15] alright [09:17] ActionParsnip: lsmod | egrep "ndis|ath" =] [09:17] lsbrum: that'll do it. nice :D [09:18] when i play back me-tv recordings mpeg in vlc I get no sound. However Avidemux plays them fine [09:18] which channel should i be in for karmic? [09:19] blackest_knight1: #ubuntu+1 is for karmic [09:19] ActionParsnip, lsmod grep ath returned no results, just acted like when i typed modprobe [09:19] can some1 please shed some light on my problem? i have openoffice.org 3.0 , how do i update it to 3.1 , i already downloaded the files etc... [09:19] thanks [09:19] seems to be working now [09:19] innomen: ok then neither modeule is loaded [09:19] ndiswrapper waslike 0 and then sevreal number but it cleared [09:20] so what signifigance does that have? [09:20] NeXstaR: sudo apt-get upgrade ? [09:20] neither ndsiwrapper or ath9k are touching the card? [09:21] innomen: Atheros Card? [09:21] lsbrum, yes [09:21] dwa-552 [09:21] Ciao a tutti... [09:21] ciao [09:22] AAGGGHHH help gettin frustrated, i cant find hw to move window close icons from left to right!!!! [09:22] lsbrum, product: AR5008 Wireless Network Adapter [09:22] Buongiorno, ho bisogno di aiuto per ubuntu... [09:22] Hey Guys, is there a place where I can download the CD installer instead of the DVD Installer? I read on the forums that that's where my hardware (keyboard/mouse) problems are from. [09:23] innomen: My card is Atheros AR5001+ [09:23] Truereaver360 as I said read the documentation [09:23] the setting is in gconf-editor its very simple to change [09:23] lsbrum, i shiuld have bought that one :P [09:23] but you need to mac4lin 0.4 documentation to show you [09:23] innomen: This is quite buggy card, do you know? [09:23] sorry pal where is that [09:23] innomen: Ad-Hoc is very hard with this card. [09:24] lsbrum, yea i know now, thing is the people here toldme to buy it said it would work outofthe box etc *sigh* like 5 people, guess they were pranking me or something heheh [09:24] well i cant even get the netmanager ot see it [09:24] so you've got me beat [09:24] GilJ: You can download the livecd from www.ubuntu.com, just click on the download button, chose a location and then begin download, the default is to download the cd installer [09:25] this is enough to make one go back ot windows [09:25] DJones Oh I had that one... guess that forum post is wrong :( [09:25] How do I record speaker outpur ? [09:25] innomen: Try ndiswrapper/ndiswrapper-gtk or similar with Windows XP *.inf driver, or ath9k... [09:25] DJones When I try installing I can select the "Install Ubuntu" line in the menu, but when i get to the actual installer my keyboard/touchpad don't work anymore :/ Got a Dell Vostro 1510 laptop [09:25] * innomen smiles [09:26] lsbrum, been doing that all night brother, i have ath9k but i dont know how to tell it to make use of the card, the machine sees the card its just not doing anything with it [09:26] i just uninstalled ndiswrapper making room for ath9k [09:27] see i got banned form the forums for asking a queston like this "where can i find a listof known supported out ofthebox cards" [09:27] GilJ: You could try using the alternate install cd, that has a command line based installer and works with a wider range of hardware, there's a link on the download page near the bottom on the right to download the "Text based alternate installer installation disk" [09:27] innomen: With sudo modprobe ath9k you see any results? [09:27] !alternate | GilJ [09:27] GilJ: The Alternate CD is a classic text-mode install CD. It supports a wider range of hardware than the !LiveCD, and can also be used as an upgrade CD. Look for the link on the Ubuntu download page - See also !minimal [09:27] DJones Oh cool thanks [09:27] innomen: hahahah [09:27] lsbrum, none, i dont even know what that command does [09:27] sudo apt-get upgrade openoffice.org does nothing ;/ [09:27] innomen: heh [09:27] innomen: Try this.. [09:28] lsbrum, i mean i know i'm probing a mod :P [09:28] innomen: Then lsmod | grep ath [09:28] i did [09:28] no results [09:28] innomen: To see if the module load correctly [09:28] it has not [09:28] innomen: hummm [09:28] NeXstaR: are you expecting it to? [09:28] would it be possible to have something similar to a permanent ssh-tunnel up? [09:28] how can i load it? [09:28] Hello. [09:29] innomen: find /lib -iname "*ath9k*" [09:29] innomen: To find this module.. [09:29] ok [09:29] and when i find it if i find it? [09:29] richardcavell: im trying to upgrade my existing openoffice 3.0 to 3.1 [09:29] innomen: Or you can try: sudo modprobe ath_pci [09:30] DJones So I just download the i368 alternate installer? :) [09:30] modprobe dosentactually do anything though right its just a dianostic command yes? [09:30] innomen: insmod /path/to/module [09:30] <_tj> to put xfce instead of gnome i do sudo apt-get install xubuntu-desktop [09:30] <_tj> right? [09:30] NeXstaR: you don't do it like that [09:30] innomen: modprobe load the module, see man modprobe for more info. [09:30] insmod, install mod [09:30] noobuntubu [09:30] innomen: maybe, hahahaha [09:31] oky thanky i'll come back with more problems shortly :) [09:31] insmod is actually insert module, not install [09:31] NeXstaR, http://ubuntumanual.org/posts/175/upgrade-to-open-office-3-1-in-ubuntu-jaunty-intrepid-hardy [09:31] close :P [09:31] innomen: be welcome, i am new here :P [09:31] noobuntubu [09:31] MikeSeth: You're right. [09:31] NeXstaR: sudo apt-get upgrade does something different [09:32] MikeSeth: I think this command is depreciated, or no? [09:32] What is noobuntubu? [09:32] does ubuntu have an employee discount ? [09:32] srry wrong window [09:32] ubunuser1979: Is there something we can help you with today? [09:32] zophy: 50% off for employees, yes, from $0 down to $0. [09:32] lsbrum: no, it's just not intended for end user, there's modprobe(1) for that [09:33] well modprobe(8) actually [09:33] humm [09:33] GilJ: Yes, I would just download the "PC (Intel x86) alternate install CD" [09:33] sayanriju: thanks i wil go read there [09:34] NeXstaR, another link: http://news.softpedia.com/news/How-to-Install-OpenOffice-org-3-1-on-Ubuntu-9-04-111105.shtml [09:34] Awesome [09:34] NeXstaR, Just Google, man! :=P [09:35] DJones Ok cool thanks, downloading it now :) [09:35] so like what cables did you have so i could connect my old HD [09:35] sayanriju: yes true but ive been googling my butt off but nothing ... ;/ thanks for the input though [09:35] GilJ: Your welcome, hope it solves teh problem [09:35] DJones Hope it fixes my issues, it's quite anoying to have to restart the computer 50 times each time 'cause my keyboard doesntwork [09:35] DJones Otherwise I'll just go with 8.10 [09:36] IDE cables [09:37] i dont have any [09:37] lfrlrofr [09:37] hi [09:37] So check it out right! tryin to run Ubuntu 9.04 but it doesnt recognize my SATA drive. Can Anybody Help? [09:37] i cut my old ones up [09:39] hyyyyyy [09:39] uh hello [09:43] QUESTION.....cant get my SATA and Ubuntu to coop with eachother. Why? [09:44] Noobuntu: http://tr.im/xeQp [09:44] Noobuntu, does your drive work with other operating systems? [09:44] Im tellin my SATA "Its all good homie just let'em in its straight. But hes all like "maaan i dont know..." [09:44] fuck [09:45] oh sorry. went off there...um mike what is that [09:45] MikeSeth, +1 with that! :P [09:45] sayan: yes windows XP running that now [09:46] Noobuntu, is it an external disk or internal? [09:46] sayanriju: damn right [09:46] and how do you know that "it doesnt recognize my SATA drive"? [09:46] sayan: internal [09:47] Noobuntu, you trying to _install_ ubuntu on it? [09:47] becuz during the installation it didnt give me that one as an option to partition and proceed [09:48] yes trying to install 9.04 on it [09:48] any other disks connected? If yes, try to remove them, and keep only that one. [09:48] Noobuntu: seagate disk? [09:48] lsbrum, said unknown symbol in module (and my jump drive died yay) [09:50] Noobuntu, while on the live CD, check o/p of sudo fdisk -l [09:52] Hi, everyone, I'm trying to mirror the Ubuntu amd64 repositories. I want to download the repositories and then transfer them as they are to another computer which will host them. I don't want to host them on the same computer as I'm downloading them on. [09:52] I know of apt-mirror, debmirror and using rsync to mirror but I don't know which is the best for what I want to do. [09:52] Any suggestions? [09:53] roshan, depends on your purpose [09:53] whoa sayan ya going to fast for my nooby brain to keep up ..lol but yea i went thru this whole ordeal with partitioning my xtrnl and I jsut got it back the way i want it. but while running the live CD i went thru the process again with my xtrnl off and on the step where you choose what drive no drives come up. [09:53] I would like to know why the c64 kernal rom is not included in the vice package. Is it due to a *lack of a license* ? I cant' find any information about this. === jazz is now known as __jazz__ [09:54] I intend to host these on a computer on my college LAN. However, the Internet access we have there is terribly slow so I have to go to an Internet café to do this. This is why I need to download them on one computer and host them on another. [09:55] I don't intend to mirror security, updates or backports [09:55] roshan, so you are looking for a sort of local repository for your LAN? [09:55] Yes, sayan [09:56] this ubuntu sweaty virgin distro really rocks [09:56] roshan, so rsync is not really what you'd be wanting [09:56] did I lose you sayan? lol [09:57] Yes, I got that far but no farther. [09:57] hi guys [09:57] Hello jacquesdupontd. [09:57] hey, anybody have experience with cpudynd? [09:57] i wanted to ask you if you would any software for making contact cards [09:58] same size as credit cards [09:58] jacquesdupontd: inkscape? [09:58] hello, I just ran blender, and lt looks very crappy, showing artefacts from the desktop, background, etc. ... any ideas? Other X server , ...? [09:58] hehe [09:58] i just downloaded it [09:58] Noobuntu, boot the live CD with just the disk u want connected, check o/p of fidsk and then fire up the installer [09:58] but i have to relearn it all :( [09:58] Meh, I can't use my keyboard in the alternate installer either :/ [09:59] hi mafinar :) [09:59] hey Ornita [09:59] roshan, what /me'd do in such a situation is pull down all the packages from net on the cafe, carry them over to the college computer) and create a local repository from it [09:59] roza korchen mafinar? [10:00] Hello Ornita. [10:00] Pythack hi [10:00] na Ornita [10:00] keno korchen na [10:01] office korchen tai? [10:01] roshan, the only downside is the local repository won't really offer up-to-date updates like the official mirrors, but since ur college net is bad anyway, /me don't think that will be a problem [10:01] Ornita i don't believe in those things! [10:01] DJones Nop, alternate installer didn't fix it [10:01] i forgot u dont believe in GOD [10:01] no Ornita [10:01] no higher bein for u [10:01] lol [10:02] Ornita: Please stop being offtopic, thanks [10:02] i am trying to setup a raid an the tutorial told me to run "sudo mdadm --detail --scan >> /etc/mdadm/mdadm.conf" but when i do i get "bash: /etc/mdadm/mdadm.conf: Permission denied"... what should i do? [10:02] Flannel do i have to tok abt ubunutu only? [10:02] sayanriju: This is the part I'm unsure about. I was wondering which of apt-mirror and debmirror to use since all documentation I can find regarding both dates back to 2006-7. [10:03] read the guidelines Ornita [10:03] :P [10:03] azlon: You can try switching to interactive mode in sudo by doing `sudo -i` [10:03] mafinar i got a warning :~( [10:03] azlon: and then running `mdadm --detail --scan >> /etc/mdadm/mdadm.conf` [10:03] i jess came here [10:03] roshan, none of apt-mirror or debmirror will suit the purpose if you decide to follow my idea of creating a local repo [10:03] i dont noe ny guide linez :@ [10:03] how do one install tar.gz files ? [10:03] sayanriju: I see, then how do I ensure I only download amd64 packages? [10:03] can i meet female here? [10:04] Ornita: Yes [10:04] FieKrIE: No. This channel is for Ubuntu support, not socializing. [10:04] roshan, that worked, thanks [10:04] Flannel dats soo boorrin! [10:04] Flannel how do u live here :P [10:04] azlon: No problem [10:04] Ornita: Please take it elsewhere [10:04] is it possible to install ubuntu from 4gB pendrive, ? how to partition to 1GB and use unetbootin? [10:05] mafinar pocha lok uni! [10:05] lol [10:05] hmph! [10:05] roshan, u can use any of those tools (including rsync) to just pull down the packages...but for the rest of the process none of them would be of much help [10:05] mafinar u der? [10:05] yup [10:06] stay on topic or be kicked [10:06] but i like the name ornita if its female [10:06] hyyy flannel can i know you? [10:06] sayanriju: I see. Do you know of an existing script to simplify downloading all packages of a particular architecture? [10:06] indus im female :) [10:06] helo, could you please tell me what i could do (im not a programer) to move forward Bug #263442 ? [10:06] indus i wanna install ubunutu :) [10:07] Ornita: ok [10:07] but my pc is old! [10:07] Ornita: do u have the cd with u ? [10:07] nope [10:07] roshan, why not create your own? Shouldn't be much hard, using wget+sed :P [10:07] brb.. [10:07] Ornita: for older pc's u should download xubuntu [10:07] roshan: all of the packages? You want to look into setting up a mirror [10:07] my pc is 2.4ghz wid 512 ram indus [10:07] is it possible to install ubuntu from 4gB pendrive, ? how to partition to 1GB and use unetbootin? [10:08] hmm [10:08] sayanriju: :) I could try that but considering I have no idea how to use sed, it would require me to learn quite a bit just to do one task. [10:08] Ornita: ok 512 mb ram then normal ubuntu will install but it will be little slow [10:08] irc_irc: what for do you need to partition [10:08] how to partition a 4GB pendrive to install ubuntu? [10:08] indus >.< [10:08] irc_irc: You want to install to the USB drive? or install from it? [10:08] roshan, then just use apt-mirror to download the packages on your cafe machine. You can worry about the rest of process later [10:08] szczym: i want to keep data in 3gb and in 1gb to ubuntu unetbootin [10:08] irc_irc: install ubuntu on that pendrive ? [10:08] i want faster os!! [10:08] heeeeyyyyyy, can i talk with someone here?????? [10:08] !download [10:09] Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at http://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download Jaunty, and help keeping the servers' load low! [10:09] !usb | irc_irc [10:09] irc_irc: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [10:09] FieKrIE: No. This is a support channel, not a chat channel. [10:09] Flannel: just talk with everybody [10:09] roshan, as it is, the rest (creating a local repo) is not very difficult [10:09] indus xp is fast ..how com ubuntu will be slower on 512! [10:09] hmph! [10:09] i dont get it [10:09] Flannel: You're right, that is what I want to do. [10:09] !download > Ornita please read this [10:09] Ornita, please see my private message [10:09] Ornita: You'll be fine with 512 and Ubuntu [10:09] sayanriju: I can just move over the repository files once it downloads? [10:09] yay! [10:09] Flannel lykz me :P [10:09] Ornita: ya i said slower than with 1 gb [10:09] what.....??????? can i talk with you??? [10:09] ohh [10:10] i get it now [10:10] Flannel: soulchild: szczym: i want t to install ubuntu from 4gb pendrive, but i do not want to waste 3gb space from pendrive , i want to use only 1Gb from pendrive for unetbootin . is it possible ? [10:10] i will download it n give it a try [10:10] ok good lucks [10:10] roshan, yes, but make sure it downloads ALL the packages (don't interrupt it midway e.g) [10:10] indus if it doesnt work! i will come n kill u :P [10:10] Ornita: kill Flannel [10:10] ohh yea! [10:10] Ornita: I use standard ubuntu on all my home machines, none of them have more than 512Mb of ram, it runs fine and no slower than on my work machine with 1gb ram [10:10] sayanriju: Very well, sayanriju. Thank you. I will use apt-mirror. [10:11] hey, I was able to use cpudyn to scale down 3 of 4 cpu frequency, the other just stays there even if I use powersave governor [10:11] DJones thanks!! [10:11] yay! [10:11] flannel, can i talk with you????? please......!!!!!!!! [10:11] DJones i watch tons of animez [10:11] FieKrIE: No. Please remain ontopic. [10:11] DJones: well , good to know, but i had trouble installing with lower ram [10:11] DJones ubuntu can play mkv formats? [10:11] anybody knows cpudyn? [10:11] irc_irc: check out http://www.pendrivelinux.com/ [10:11] Ornita: yes it does [10:11] cool! [10:11] Ornita: it will ask you to download codec necessary to play it [10:12] roshan, and in case you need help creating the local mirror, u can see my blog post at http://blog.sayanriju.co.cc/2009/07/31/using-a-local-ubuntu-repository-to-avoid-redownloading-packages-on-a-reinstall/ (shameless self advertising :) [10:12] whats the topic..........???????? [10:12] it has been said that the topic is there ^^^^ [10:12] indus dats cute! [10:12] Ornita: for any type of non - free format [10:12] if i add "/dev/md0 /media/raid ntfs defaults 0 2" to my /etc/fstab file, will my raid automatically mount when i log in? [10:12] Hi! How to fix the look of the file path in such case: http://i30.tinypic.com/ouprt2.jpg ? Is it because of Samba encoding parameters?? [10:12] irc_irc: new (since 8.04) Ubuntu's have a utility to set up a thumbdrive install thing, that's the easiest way to do it, just a few clicks. [10:12] mafinar u der [10:12] FieKrIE: this is ubuntu support channel, what question do you have? [10:13] sayanriju: What a useful coincidence that you posted on just that! Bookmarked for later. [10:13] Thanks. [10:13] Flannel: how to do it? [10:13] indus: can i have ubuntu? [10:14] FieKrIE: if you want === sourcode[0] is now known as sberry [10:14] irc_irc: http://www.pendrivelinux.com/ubuntu-810-install-using-the-built-in-usb-installer/ [10:14] irc_irc: That'll work for other versions too, it hasn't changed much, if any. [10:14] u mean pen drive installation? [10:14] buon giorno [10:14] !list [10:14] This is not a file sharing channel (or network). If you're looking for information about me, type « /msg ubottu !bot » [10:14] indus: what? [10:15] FieKrIE: do u know what ubuntu is? [10:16] indus:no, i don't know! hahaha...(sory) === Administrator__ is now known as innomen2 [10:17] !ubuntu | FieKrIE [10:17] FieKrIE: 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 [10:17] how to fix the look of the file path in such case: http://i30.tinypic.com/ouprt2.jpg ? Is it because of Samba encoding parameters? Anyone? Please [10:17] Flannel: good call [10:17] and last chance too probably [10:18] thanks all, sory === joeyjone- is now known as joeyjones [10:21] Flannel: jancok! [10:21] FieKrIE: What? [10:21] Flannel: I think that guy is not normal [10:21] Flannel: maybe a real freak [10:22] soulchild: jancok [10:22] jiakakakaka [10:22] jancok tenan [10:23] Flannel: jancok= thank you (in indonesia) [10:23] puasa euy [10:23] !english [10:23] The #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit http://help.ubuntu.com/community/InternetRelayChat [10:23] !ubuntu | NewBiew [10:23] NewBiew, please see my private message [10:23] NewBiew: kamu orang indonesia [10:23] hi [10:24] ok so I boot into ubuntu now and see a blank brown screen with cursor only help! [10:25] Fresh install of 9.04 will not respond to pings, but has working connection to LAN & WAN. If I SSH from it to another machine, that machine can ping it... [10:26] Flannel: thank you [10:26] yo yo yo [10:26] Any of you have keyboard with multimedia keys (play, stop, mute ect.) ? Could you please test if it works with vlc media player and then comment the bug #419795 [10:27] ActionParsnip: Hi [10:27] szczym: #ubuntu-bugs is the place for that, not here. Thanks. [10:27] szczym, okie dokie [10:27] szczym: which version of vlc? [10:27] ;) [10:28] my friend own a domain and want temporarly pointing to my vps ip. i have told him to use a name in his domain manager and point it to my vps ip, without changing the dns of his domain name. how to set that A RECORDS in ubuntu hardy ??? [10:28] szczym: it works for me [10:28] ActionParsnip: the default one from ubuntu repository of your version [10:29] szczym, can you please post the direct link to the bug page? [10:29] szczym: ok just clarifying it for people. I dont use multimedia keys [10:29] i am trying to access a samba share from a Windows machine, but it keeps asking for user and pass. i enter my linux user/pass and it doesnt work. when i enter root and the pass it works. how can i access a samba share with a regular user/pass? [10:29] Flannel: if i increase the slide in usb creator what will it do ? i have data in my 4gb pendrive [10:29] https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/419795 [10:29] NewBiew: you will have to do that through there domains administration page. Alternatively he himself can modify his /etc/hosts file which will affect just his computer [10:29] azlon: sudo smbpasswd -a $USER [10:29] irc_irc: are you creating a bootable usb? [10:29] azlon: type your password to authenticate sudo, then the same pass for the samba passwords [10:29] ActionParsnip, do i replace $USER with a username or do i type exactly $USER/ [10:30] azlon: no need to replace it, $USER is the current user [10:30] indus: yes [10:30] azlon: it will result in the same thing anyway. [10:30] irc_irc: i suggest you try unetbootin, usbcreator is buggy [10:30] ziroday: could you gave me a tutor about this? a link perhaps ? [10:30] ActionParsnip, can i set a different password? like, enter my sudo pass, then enter a different password which will be required when accessing the share? [10:30] anyone else with 64bit jaunty having their sound die on them randomly? Iv got two very different machines both running it, and its happening to both. Only common factor between them is ALSA.. ideas? [10:30] azlon: its just means linux can use that instead of having to work out the active user, makes life tonnes easier [10:31] irc_irc: but i remember flannel giving you the link to pendrive linux, which is different from creating a bootable usb [10:31] azlon: sure, ive never used a different pass for it. if it doesnt work, use the same password [10:31] irc_irc: I'm not entirely sure. Can you back up the data temporarily just in case? [10:31] ActionParsnip, thanks [10:31] indus Alexia roflparrot: lets meet on ubuntu-bugs to test it [10:31] Flannel, please see my private message [10:31] indus: unetbootin takes whole space from pendrive ? right ? i have 4gb pendrive with data. i don't want to waste space [10:31] NewBiew: well to modify your domain settings you need to do that through your domain providers panel, this differs for every domain provider. You're better off contacting there support [10:31] szczym, ?? [10:31] irc_irc: no it doenst [10:31] azlon: the password will authenticate the username, the username will then be used to read smb.conf to see what you can and connot do [10:32] irc_irc: it will take space which it needs and leave the rest alone [10:32] irc_irc: I don't see any documentation saying the USB creator is destructive (I don't see any saying otherwise either, except that it sounds like it won't take up more room than you need) [10:32] ActionParsnip, ok, just set it up, let me try it... brb [10:32] indus: is it possible to use unetbootin to use only 1gb from 4gb pendrive ? [10:32] Alexia: i have been asked to move from that channel because bugs are out of topic here [10:32] irc_irc: i believe yes but read the site for that info [10:32] szczym, what is ubuntu-bugs? [10:32] irc_irc: sure but the OS may not see the remaining space [10:32] !unetbootin | irc_irc [10:32] irc_irc: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent === shine_ is now known as shiNe` [10:33] Alexia: its other irc chanell [10:33] szczym, they really asked you to leave this channel? [10:33] irc_irc: are you trying to run an installation from usb? or just create usb bootable [10:33] irc_irc: i've seen some guides where large empty files get added so the OS can use more space [10:33] where folks punish bugs [10:33] ziroday: for setting A Records in the domain manager is been done. but for setting in the targeted IP for the A RECORDS is not been done. confusing. [10:33] !bugs | szczym [10:33] szczym: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » If that fails, you can report bugs manually at https://bugs.launchpad.net/ubuntu/+filebug - Bugs in/wishes for the bots can be filed at http://bugs.launchpad.net/ubuntu-bots [10:33] indus: ActionParsnip : i have data on 4gb pendrive . i want to create 1gb partition and want to use that 1gb from the 4gb pendrive. how to do that ? [10:33] szczym, ok i will chat with you on there [10:33] irc_irc: then partition the usb as 1Gb and 3Gb [10:33] Hi all. [10:34] anyone else with 64bit jaunty having their sound die on them randomly? Iv got two very different machines both running it, and its happening to both. Only common factor between them is ALSA.. restarting ALSA doesnt solve it, but reboot the machines does. Suggestions? [10:34] ActionParsnip: how to do that? [10:34] NewBiew: I'm sorry I can't quite follow you, if its an issue with your domain provider you are better off contacting there support. [10:34] irc_irc: gksudo gparted will help [10:34] I'm getting a little mad when trying to get running some cron job. [10:34] <_tj> Okay.. ive been playing around with the different desktops... kde,xfce.. now in applications i see alot of stuff for all the desktops... ive done sudo apt-get remove kubuntu-desktop and sudo apt-get remove xubuntu-desktop ... how to i get the extra stuff to remove [10:34] !cron | sybux [10:34] sybux: cron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto - There is also a decent Howto at http://www.tech-geeks.org/contrib/mdrone/cron&crontab-howto.htm [10:34] I've got a script which is running well in shell command. [10:34] <_tj> like xchat, konqueror [10:34] !puregnome | _tj [10:34] _tj: If you want to remove all !KDE packages, type « sudo apt-get remove kdelibs4c2 kdelibs5-data && sudo apt-get install ubuntu-desktop » into a !terminal [10:34] but when I run it vi cron.hourly it failed and I don't know how to debug it [10:35] ActionParsnip: after using gparted , can i use that 1gb only from the 4gb for unetbootin? [10:35] irc_irc: aah create partitions,now for that there are commands to do so,but it might mess up data on usb [10:35] _tj: those are only metapackages and when removed do nothing but remove the package, you need the !puregnome or !purekde factoids [10:35] irc_irc: sure [10:35] irc_irc: yes it will give u options to install to that partitition [10:35] ActionParsnip, awesome! it worked! thanks! [10:36] hi all ! [10:36] irc_irc: if there is data on the device youwill need to copy it off until you are done [10:36] <_tj> !purgegnome [10:36] Sorry, I don't know anything about purgegnome [10:36] <_tj> !purekde [10:36] If you want to remove all !Gnome packages and have a default !Kubuntu system follow the instructions here « https://help.ubuntu.com/community/PureKDE » [10:36] ActionParsnip: indus: thank you very much [10:36] <_tj> !puregnome [10:36] If you want to remove all !KDE packages, type « sudo apt-get remove kdelibs4c2 kdelibs5-data && sudo apt-get install ubuntu-desktop » into a !terminal [10:36] azlon: simple stuff eh. You can use that username now to restrict or allow access, you can control what smb usernames have access to wat [10:36] under which user cron.hourly scripts are running ? [10:37] <_tj> Ok cool.... [10:37] ActionParsnip, where can i set that up? how can i do user defined access? does the -a tag mean all? [10:37] <_tj> ActionParsnip: one more question.. i installed cario.. if i decide i dont like it.. how can i get the bar back down at the bottom of the screen [10:37] ActionParsnip: no thats not needed, it doesnt harm existing data [10:37] thx [10:38] ActionParsnip: u mean unetbootin right? [10:38] is it possible to use cron to check if a php script is running in a firefox browser on the same server? [10:38] can anyone tell me which torrent progam is good and fast on ubuntu? [10:38] is there a log file for cron job ? [10:38] !torrent [10:38] Torrent clients: Transmission (GTK and terminal-based), Deluge-Torrent, Freeloader, BitStormLite, BitTornado-GUI (GTK), KTorrent (KDE), QTorrent (Qt), Azureus (Java), TorrentFlux (web-based), bittornado, rTorrent, cTorrent, bittorrent, aria2 (terminal-based) - FAQ: http://www.bittorrent.com/FAQ.html - See also !P2P [10:38] azlon: gksudo gedit /etc/samba/smb.conf === co is now known as little [10:39] azlon: http://pastebin.com/f51bb3fe6 [10:39] azlon: thats mine on my file server, the bottom part is all you need really [10:39] indus, thanx friend, but which of them is more useful? [10:39] azlon: the names in the brackets are the share names, the rest is self explanatory [10:40] !panel [10:40] Sorry, I don't know anything about panel [10:40] wolf23: try the default one, transmission , simpke and light weight, or you can try azereus for more control [10:40] !resetpanel [10:40] To reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [10:40] _tj: ^ [10:40] ActionParsnip, thanks! [10:40] <_tj> Thanks [10:40] wolf23: original bittorent client , try some windows stuf with wine too [10:40] wolf23: so many choices [10:40] azlon: if you master that file, you can ssh over and add / modify the file, restart samba and *poof* a new share appears [10:40] is there a log file for cron job ? How to enable them ? [10:41] hola [10:41] sybux: check in /var/log === miguel is now known as Guest73136 [10:42] indus, before i was using ktorrent,but it seems unluckly :(, and i want a good one? but on ubuntu [10:42] ActionParsnip: already looked but there is nothing execpt in syslog when I've restarted the cron service [10:42] wolf23: hmm i never use torrents cos i dont see what good they are really [10:43] wolf23: except pirated movies :) [10:43] wolf23: what else is good by torrent? i dont get it [10:43] wolf23: they all have benfits, try a few see which you prefer [10:43] i get slower speeds with torrents, i prefer main server downloads http [10:43] for example ubuntu iso, i never use torrent [10:43] ActionParsnip, hrmm... just tried to copy my movies folder from my Windows 1TB to my new RAID-5 3TB and it said not enough room. when i do "df" it says i have 2930279804K available on /media/md1 (my raid)... any ideas? [10:44] wolf23: i use transmission as it talks nicely to my G1 phone :) === zorael__ is now known as Zorael [10:44] ActionParsnip: hmm could u be more specific ? [10:44] ActionParsnip: with phone? how [10:44] can someone help my applications places systen is gone [10:44] indus: my g1 phone can web browse, if i click on a torrent it loads the app and tells my pc at home to download the files [10:45] aaron11: is the entire panel gone? [10:45] azlon: can you write a small file, to test [10:45] ActionParsnip, transmission is good and fast without needing any configuration? [10:45] ActionParsnip, nevermind... i had to close and reopen my nautilus window after i set the permissions [10:45] grawity no when i was playing a game it went away [10:45] wolf23: its as fast as your connection will allow [10:45] but the computer works [10:45] aaron11: Try pressing Alt-F2 [10:45] wolf23: just like all other torret clients [10:46] aaron11: If a window opens, type gnome-panel in it. [10:46] Why is transmission only downloading one thing at a time and saying that the address is already in use? [10:46] ActionParsnip, i didnot have router,and my connection is 2 mb? [10:46] no its not oppening [10:46] wolf23: then you will get 250kbps max speed [10:46] aaron11: right click on menu>edit menus and add it back [10:47] wolf23: 2 mb or 2 MB? [10:47] (Or Mb?) [10:47] hi, my x server locked up after using openoffice doc editor, I can only use console now.. on x server, I can move the mosue but can't click on anything, and ctrl-alt-backspace does not work. I tried metacity :0 in console but it says, unable to open X display [10:47] wolf23: 256KBps [10:47] indus: i was rounding ;) [10:47] wolf23: its a 2 megabit connection i believe [10:47] indus it disapeared all of a suden while i was plaing my game in fullscreen [10:47] hello.. problem with totem movie player - when it plays .DAT extension videos ..it always show (streaming) near the video's time.. when i try to fast forward the video with .DAT extension.. totem again starts that video./ plzz solve this [10:47] indus, if i want to delete ktorrent all completely? what can i do? [10:47] ActionParsnip: i get exactly 256 but sometimes goes upto 260 275 [10:47] wolf23: how did u install it? [10:48] wolf23: sudo apt-get --purge remove ktorrent; sudo apt-get --purge autoremove [10:48] wolf23: ok there you go ,terminal boy ActionParsnip gave u the code :) [10:48] grawity,indus let me restart and see what happens [10:48] i need to access a server and run a web browser from it, is the best way to install firefox and then ssh -X to it? [10:48] ok, files are copying to my new raid... now for my sound issues ;) [10:48] aaron11: you don't need to restart - just logout [10:48] wolf23: you can also delete the ktorrent files and folders throughout your home folder if you wish [10:48] indus, i did : sudo apt-get install ktorrent [10:48] wolf23: ya follow ActionParsnip advice [10:49] i have USB speakers plugged in but no audio. how can i make them the default speakers instead of my integrated sound card? === cornjuliox_ is now known as cornjuliox [10:49] wolf23: apt-get remove, or sudo dpkg -r will also do it [10:49] ActionParsnip: does dpkg -r als oremove the cached package file? === theatro is now known as guignol [10:49] hello.. problem with totem movie player - when it plays .DAT extension videos ..it always show (streaming) near the video's time.. when i try to fast forward the video with .DAT extension.. totem again starts that video./ plzz solve this [10:50] shreymech: totem will do that, move to vlc player or mplayer [10:50] indus: no only the app, -r will also leave the confi that isnt in home, so will then require dpkg -P ActionParsnip: how about dpkg -r --purge? does taht work? === Administrator__ is now known as Innomen [10:50] Using thunderbird and compiz with gnome and 3 virtual desktops. When I put thunderbird in the notification area and then open it again it is always opened onthe 3rd desktop. [10:50] indus: but in my 8.04 it was not doing soo.... currently i freshely installed 8.10 [10:50] how do I connect to wifi via shell? [10:50] indus: sounds ok, or you can use dpkg -rP [10:51] hi, my x server locked up after using openoffice doc editor, I can only use console now.. on x server, I can move the mosue but can't click on anything, and ctrl-alt-backspace does not work. I tried metacity :0 in console but it says, unable to open X display [10:51] ak_: sudo service gdm restart [10:51] g_: you can use /etc/network/interfaces file or iwconfig command [10:51] grawity: ok thx [10:51] grawity: service? [10:51] service is probably hald [10:52] ak_: Ctrl-Alt-Backspace has been disabled in X, due to "accidients" [10:52] I thought ieconfig was only for info! [10:52] grawity: thats a redhat package i thought [10:52] indus: It has always worked on ubuntu. [10:52] If it doesn't -- sudo /etc/rc.d/gdm restart [10:52] errrr [10:52] ActionParsnip, Error! DKMS tree already contains: openafs-1.4.9 [10:52] You cannot add the same module/version combo more than once. [10:52] dpkg: error processing openafs-modules-dkms (--configure): <-- why i got this message [10:52] accidents... :f [10:52] sudo /etc/init.d/gdm restart [10:52] grawity: sudo /etc/init.d/gdm restart [10:52] Yeah, that. [10:52] :) === vblando__ is now known as pinoyskull === pinoyskull is now known as pinoyskull-- [10:53] * grawity is now used to Arch's rc.d [10:53] wolf23: can you pastebin the whole error as well as the command [10:54] I did some updates today, and now my laptop won't resume from hibernation. Instead, it just boots up like normal. How do I fix this? [10:54] grawity: also,the command service does not exist in ubuntu [10:54] grawity: u sure? [10:54] I'm using Ubuntu-9.04 [10:54] indus: Always worked on my Jaunty desktop. [10:55] grawity: hmm service command not found === pinoyskull-- is now known as pinoyskull [10:56] ActionParsnip, http://pastebin.com/m26ddaf45 [10:57] is there any way I can use WLAN presets from gnome in shell? [10:57] ActionParsnipe : i am now able to detect the wireless connection but it is asking for wpa wpa2 passwords [10:57] wat do i do [10:57] any idea [10:57] wolf23: sudo apt-get --reinstall install openafs-modules-dkms [10:57] any one can answer [10:57] ActionParsnip [10:57] ushus: wassup? [10:58] ActionParsnip::: wat do i do [10:58] ushus: about what? [10:58] i tried connecting the bsnl broadband [10:58] to my lap wirelessly [10:58] ushus: im kinda helping wolf23 [10:59] it is getting detected but is asking for some wpa wpa2 password [10:59] ushus: if you run: sudo lshw -C network you will see the device [10:59] pleasse help me [10:59] !wpa | ushus [10:59] ushus: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [10:59] ActionParsnip, http://pastebin.com/m26d96a7 [10:59] after all ladies first [11:00] how do i get conky to display on desktop on startup? [11:00] i need to somehow do it today [11:00] common [11:00] ActionParsnip [11:00] ActionParsnip, u see i got the same error message [11:01] wolf23: if you run: cd /var/lib/dkms/ [11:01] ActionParsnip: u tell me wat to do [11:01] Does Ubuntu install grub on mbr by default? [11:01] wolf23: do you see openafs? [11:01] perscitus: yes [11:01] I have a question, my ubuntu box always had ip 192.168.1.113 (dhcp reasons) and now it has 192.168.1.1. My windows box still thinks its 192.168.1.113 (by //ubuntu/ network shares), how can i fix this? [11:01] ActionParsnip.-> How do i change that? [11:01] perscitus: the alternative installer allow you to place it elsewhere if you wish [11:02] ActionParsnip, yes [11:02] ActionParsnip, dkms_dbversion openafs vboxdrv vboxnetadp vboxnetflt [11:02] ubotty:when i am giving the password it shows it is connecting but finally keeps asking and get disconnected [11:02] ActionParsnip.-> how do i move it [11:02] wolf23: great: sudo mv /var/lib/dkms/openafs ~/ [11:03] perscitus: you cant with the desktop installer. You will have to run a full install then install grub where you wish afterwards [11:03] hi everybody!can anyone suggest me a network bechmark tool that run on Ubuntu and Win too? [11:03] are there pdf readers for ubuntu which support bookmarks? [11:03] hiya, I've got and old laptop and it won't boot with the newest kernel update I got. [11:03] Roland: adobe do a pdf reader [11:03] ActionParsnip, ok done [11:03] running newest ubuntu [11:03] ActionParsnip.-> how do i move it after the install [11:03] wolf23: ok so now if you run ls, is the folder there? [11:03] !grub | perscitus [11:03] perscitus: 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:04] Roland: well evince does bookmarks too i suppose [11:04] ActionParsnip, no [11:04] does anyone know how I can follow some steps to see if it installed right or where the error is? [11:04] ActionParsnip.-> already there [11:04] wolf23: great,ok: sudo apt-get --reinstall install openafs [11:04] bonjour [11:04] wolf23: will reinstall it gracefully, you can then rip it out [11:05] Roland: use the latest version though [11:05] wolf23: or whatever the package name is [11:05] or if its about linux kernels, should I ask elsewhere? [11:05] shomon: try the previous kernel ? [11:05] it works [11:05] !kernel | shomon [11:05] shomon: 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 [11:05] anyone else with jaunty having their sound die on them randomly? Iv got two very different machines both running it, and its happening to both. Only common factor between them is ALSA.. restarting ALSA doesnt solve it, but reboot the machines does. Suggestions? [11:05] ActionParsnip, E: Couldn't find package openafs === _synk4 is now known as synk4 [11:05] ActionParsnip: after gparted i made 1gb and 2.5gb partitions , but now i'm not getting the 2.5gb partition in windows, i only see the 1gb partition in windows [11:06] shomon: this is sometimes normal with newer kernels, that is the reason why they have older kernels so you can boot [11:06] wolf23: i dont know the exact package name [11:06] ActionParsnip.-> i want it on the ubuntu partition [11:06] irc_irc: you will need to format it [11:06] okay, but how can I go in to see where the error is? [11:07] ActionParsnip: formatting in windows?? [11:07] wolf23: openafs-client [11:07] irc_irc: if you wish [11:07] !info openafs [11:07] Package openafs does not exist in jaunty [11:07] !info openafs-client [11:07] openafs-client (source: openafs): AFS distributed filesystem client support. In component universe, is optional. Version 1.4.9.dfsg1-0+ubuntu3 (jaunty), package size 2933 kB, installed size 6448 kB [11:07] just hoping I'm not stuck with the previous kernel [11:07] <`brandon`> !Net::IRC [11:07] Sorry, I don't know anything about Net::IRC [11:07] shomon: did the previous kernel not work for you? [11:07] <`brandon`> Net::IRC | brandon [11:07] ActionParsnip: if i format all data will be lost from 2.5gb? right ? [11:07] <`brandon`> :/ [11:07] irc_irc: yes [11:07] <`brandon`> can anyone tell me how to get Net::IRC on my ubuntu? [11:08] ActionParsnip: how can i keep 1gb and 2.5gb intact with data? [11:08] indus, thanx [11:08] `brandon`: try using the package libnet-irc-perl [11:08] ActionParsnip: is it possible to see both 1gb and 2.5 gb in windows? === happyaron_ is now known as happyaron [11:08] `brandon`: or sudo cpan Net::IRC [11:08] irc_irc: you cant. you need to make the new file table then delete it. This will destroy the data on the device [11:08] wolf23: which file do u want? there are many openafs files [11:08] wolf23: openafs-fileserver etcc [11:08] yes it does, just want to know if there's a problem with my laptop and will I be stuck with this previous kernel, or should I just keep trying updates... [11:08] ActionParsnip: are you talking about doing this in windows ? [11:08] irc_irc: if there is data on the device you need you should have copied it off before starting [11:09] shomon: keep trying updates [11:09] ActionParsnip, ok,after done how to install transmission completely, and tell me if deluge need to remove it or keep it? [11:09] `brandon`: most irc bots written in perl use the newer POE::Component::IRC or POE::Component::IRC::State instead of the outdated Net::IRC [11:09] ActionParsnip: but in linux i can see 1gb and 2.5 gb partition seperately. [11:09] ok cheers indus and actionparsnip! [11:09] lstarnes: what do those two colons denote? [11:09] wolf23: you can have both installed if you want. I just wouldnt run both. to install transmission run: sudo apt-get install transmission [11:09] <`brandon`> What about Net::IRQ? [11:09] lstarnes: poe:: what is that [11:09] indus, openafs-client is for what? [11:09] indus: it's a hierarchial separator used for namespacing [11:10] indus: POE is the Perl Object Environment. it's an event-driven progrmming framework [11:10] wolf23: well its the software which sits on your system like host [11:10] irc_irc: thats because you will need to go into disk manager to sort them out and give drive letters etc [11:10] ActionParsnip, i got this configration on openafs : AFS cell this workstation belongs to: [11:10] wolf23: you should kknow which is which, i dont use these [11:10] to bad ActionParsnip isnt in a helpful mood [11:10] irc_irc: if you are netbooting on the 1Gb partition it may not be readable in windows [11:11] perscitus: too bad indeed [11:11] wolf23: yea ActionParsnip will guide u [11:11] Hello peep. Does anyone here know why Jaunty spawns a couple of argus processes when you disconnect from a USB mobile broandband connection? [11:11] ActionParsnip: why is it not readable in windows? [11:11] ActionParsnip, i dont know what is openafs and using for what? [11:11] It does it on my O2 and Vodafone dongles, both Huwei but different models [11:11] perscitus: also too bad i'm helping wolf23 and irc_irc at the same time, so back off [11:11] ActionParsnip: so how can i make a bootable ubuntu in 1gb partition? [11:11] Hello, i have samba setup as a wins server, but when i go from my windows box to ubuntu with \\ubuntu\ it cannot find it. Ping reveals its trying to connect to 192.168.1.113 while the ip of \\ubuntu\ is 192.168.1.1. How to fix this? [11:12] irc_irc: i didnt say it isnt, i simply said it may not [11:12] ActionParsnip: ok ill help irc_irc [11:12] wolf23: not sure [11:12] buongiorno...c'è qualcuno che parla italiano ed ha un po' di tempo per una novellina di xubuntu? grazie [11:12] irc_irc: so u got unetbootin? select that partition and install it htere [11:12] !info openafs-client [11:12] openafs-client (source: openafs): AFS distributed filesystem client support. In component universe, is optional. Version 1.4.9.dfsg1-0+ubuntu3 (jaunty), package size 2933 kB, installed size 6448 kB [11:12] !it | matrioska [11:12] matrioska: 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:12] ok grazie!!! [11:13] indus: i see the only 1gb partition in windows , not getting the 2.5gb partition [11:13] matrioska: if you know a little english i suggest you stay here [11:13] irc_irc: use it from ubuntu [11:13] irc_irc: understood? [11:13] ActionParsnip, is it necessary to install openafs? [11:13] irc_irc: install unetbootin on ubuntu then create bootable usb [11:13] ActionParsnip.-> grub says stage1 is on hd0,5 when there is only 4 partitions [11:13] wolf23: i dont know what it is so i couldnt say, have a websearch and se what it is [11:14] perscitus: number starts from zero thats why 0,1,2,3,4 [11:14] indus: ok, but what may be the reason for not getting the 2.5gb partition in windows? [11:14] irc_irc: what format is it? [11:14] perscitus: an extended volume counts as a partition, I think [11:14] yes, but i don't speak english very well and i won't disturb...thank you i go in ubuntu italia [11:14] indus.-> uh i am away of this. [11:14] perscitus: weird, unless grub counts the extended partition with a partition number [11:14] matrioska: ok but it might be empty [11:14] matrioska: like all those local irc channels [11:15] perscitus: then it would only go up to 0,4 [11:15] Hello, i have samba setup as a wins server, but when i go from my windows box to ubuntu with \\ubuntu\ it cannot find it. Ping reveals its trying to connect to 192.168.1.113 while the ip of \\ubuntu\ is 192.168.1.1. How to fix this? [11:15] ActionParsnip.-> I got NTFS, unallocated, extended, swap, ext3.. in that order [11:15] mtlife: add an entry in the hosts file is one way. and set the server to use static ip [11:15] hi to all [11:15] hi [11:16] ActionParsnip.-> So thats only 4 if you count unallocated too [11:16] indus: http://paste.ubuntu.com/260258/ [11:16] mickster04: hello [11:16] perscitus: maybe the unallocated space has a number in grub? I dont play with grub much as i only single boot [11:16] irc_irc: what is this [11:16] perscitus: what is the problem [11:16] how do indus:D [11:16] mickster04: super :) good to see u [11:16] indus: after partition the pendrive fat32 [11:16] ActionParsnip.-> stage1 is the boot file in /boot/grub? [11:16] perscitus: makes sense to me [11:17] indus: http://paste.ubuntu.com/260258/ [11:17] perscitus: i believe so yes. [11:17] ActionParsnip, ok thanx too much dude :) [11:17] i need an help with a bash script that i'm writing. I need to pass the output of a `ls` to a select. So i store the ls to VAR and then pass it to the select. The problem is with 2 worded directory that appear in 2 rows. Can someone help me? === greyz is now known as greyz|bbl [11:17] ActionParsnip.-> so I could just install grub to hd0,5 then [11:17] wolf23: np ma, let you r system run for a week or so [11:17] irc_irc: so 2 fat 32 partitions ? [11:17] hey guys, remember on the run up to jaunty, they had this http://www.ubuntu.com/files/countdown/904/countdown-9.04-1/countdown.html countdown graphic you could drop onto your homepage,, Wondering if one is coming out for Karmic [11:17] wolf23: if all is well, you can delete the file you copied to your home directory [11:17] Every time I disconnect a mobile broadband connection I get a couple of argus processes starting that take 50% cpu ( dual core system ). Anyone have any ideas why? [11:17] indus: yes [11:17] perscitus: makes sense to me [11:17] perscitus: yes you can if u wish [11:18] perscitus: but i prefer just device mbr [11:18] perscitus: setup (hd0) [11:18] Google does not help, or my fu is weak. [11:18] irc_irc: in windows you dont see it? [11:18] indus: yes [11:18] irc_irc: why dont you use this from ubuntu and create it? [11:18] ActionParsnip: i found it out myself, a restart of the bind9 server did it [11:18] ActionParsnip, i didnot continue install openafs i close it coz i dont know how to configure it? :( [11:18] ActionParsnip.-> uh, unrecognized dev string [11:19] ActionParsnip, but delete the file copied? which one? [11:19] irc_irc: you in ubuntu now correct? [11:19] wolf23: then i'd find out what it is, if its uneeded, uninstall it [11:19] indus: bcaz i did not install unetbootin in ubuntu [11:19] wolf23: ~/open [11:19] irc_irc: well, just install it then, its only 1 mb [11:20] irc_irc: sudo apt-get install unetbootin [11:20] perscitus: read the grub factoid dude. it will tell you way more than i can [11:20] perscitus: whats the problem you facing man? [11:20] oops my bad [11:20] perscitus: i solve your problem in 3 steps [11:21] irc_irc: installed? [11:21] indus.-> I use setup (hd0,5) ? [11:21] perscitus: no use setup (hd0) [11:21] ActionParsnip, yes if it not needed or uneeded tell me plz :) [11:21] indus.-> not going on mbr [11:21] perscitus: why not? [11:21] indus.-> another bootloader there [11:22] perscitus: which one [11:22] indus.-> doesnt matter [11:22] indus: yes [11:22] Hi hi, does anyone know of a way to get Rhythmbox to repeat a track instead of repeating the whole playlist? Some of my songs have the same names, but one might be a remix, so I can't just use the search tool to do it all. [11:22] perscitus: lol ok then setup (hd0,anywher u like) [11:22] irc_irc: so open the software and se your partition? [11:23] cowiecow: repeat button? [11:23] wolf23: sudo apt-get --purge remove openafs-client [11:23] wolf23: then read the screen, see what is going to ALSO be removed [11:23] tech question from a tech newbie - If I buy an IDE DVD writer from ebay can I just assume It'll be possible to get it working on my desktop? [11:23] I have a resident computer-geek who can help me get it installed, I just don't want him to take a look at it and go 'oooo, you should have got a different one' [11:23] Dougal: all drives have IDE :) [11:23] * Dougal nods [11:23] indus: yes, it's working in linux ,but interesting , why isn't it working in windows? [11:23] Dougal: drives and IDEs use ISO standards so will be fine [11:23] ActionParsnip: hmm really, all newer ones aer SATA [11:24] indus: Well, the repeat button is a Repeat Playlist, not a Repeat Track/Repeat One Song. [11:24] indus: ide == itegrated drive electronics [11:24] irc_irc: well,gparted isnt perfect [11:24] ActionParsnip.-> smartaleck [11:24] ActionParsnip: hmm so its not a standard? [11:24] ActionParsnip, i got this when i do installing transmission --> Building module: [11:24] cleaning build area....(bad exit status: 2) [11:24] ./configure --with-linux-kernel-headers=/lib/modules/2.6.28-15-generic/build && make && mv src/libafs/MODLOAD-*/openafs.ko [11:24] ActionParsnip: IDE fits into mine, it's a very old one. Could there be problems with drivers? [11:24] indus: what do you mean , bug in gparted ?? [11:24] indus: the littel chip that gives drive cache etc. Old drives that were not IDE relied entirely on the controller [11:24] Dougal.-> use PATA instead of IDE [11:24] Dougal: the kernel will handle it [11:24] ActionParsnip, except the ones that are SATA [11:24] FishermansEnemy: sata have ides too [11:25] irc_irc: not bug,but cant say where lies the problem, i have gparted failing to recognise my partitions sometimes [11:25] irc_irc: diferent software work differnetly when creating partitions [11:25] FishermansEnemy: scsi drives have ides too [11:25] ActionParsnip: iam talking about the interface IDE [11:25] indus: is there any other software except gparted to partition drive? [11:25] ActionParsnip, I bow before your experience. [11:25] HI can some help me with rsync [11:26] ActionParsnip.-> oh stop [11:26] irc_irc: qtparted i think [11:26] i did read the man and i give the command correctly [11:26] ActionParsnip, Reading state information... Done [11:26] Package openafs-client is not installed, so not removed [11:26] indus: ok [11:26] indus: thank you [11:26] FishermansEnemy: its a common mistake but is understood by all. i just like nit picking it ;) [11:26] how do i change the top bar on gnome also to awm manager ? [11:26] but i do get the error "ssh: Could not resolve hostname http: Name or service not known" ?? [11:27] what is wrong ?? [11:27] wolf23: no problem then: simply run: sudo apt-get -f install [11:27] hi! i just followed the system update, which updated my exaile, now the multimedia keys wont fast forward, pause songs etc... any deas? [11:27] wolf23: to make sure everything is square [11:27] hello is there somewhere a list of ubuntu-compatible laptop? [11:27] wolf23: if you see all 0s you win the prize [11:27] ActionParsnip.-> wouldnt it be easier to assume when people say ide drive, then mean PATA? [11:27] !hcl > yva [11:27] yva, please see my private message [11:27] !laptop [11:27] Easier, but not as fun ;) [11:27] Laptop support information can be found on http://wiki.ubuntu.com/HardwareSupportMachinesLaptops - http://www.linux-laptop.net/ - http://wiki.ubuntu.com/LaptopTestingTeam - http://tuxmobil.org [11:28] hey. smartctl shows my Seek_Error_Rate of one of my hard drives to be quite a high value. do I need to be concerned? [11:28] (I'm interested in the acer aspire 7738G) [11:28] ActionParsnip, just paste this sudo apt-get -f install??? [11:28] !hcl [11:28] For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [11:28] is there an easy program to plan placement of furniture in a room? It should be simple, since all firnuture and the room i rectangular [11:28] yva: the acer aspire one ZG5 works 100% out of the box with NBR 9.04 [11:28] rohdef: wrong channel [11:28] wolf23: sure if you wish [11:28] rohdef: You could use inkscape.... [11:28] indus: No it's not [11:28] rohdef: or maybe not [11:28] ya sorry missed it [11:28] hehe :) [11:28] heh sorry [11:29] rohdef: dia might have a furnature/room/etc library already, I'm not sure [11:29] ActionParsnip, Building dependency tree [11:29] Reading state information... Done [11:29] wolf23: use pastebin again dude [11:29] ActionParsnip, oh sorry [11:29] np :) [11:29] wolf23: just to clarify, you cant remove software you havent installed :) [11:29] Flannel, I'll try, thanks [11:29] indus, hehe it happens [11:30] No 7738G :( [11:30] rohdef: how about some 3d max type software? [11:30] rohdef: i seen autocad doing it sometimes ,these builders [11:30] rohdef: looks like xfig might be a good lead too, xfig-libs includes furniture stuff [11:30] ActionParsnip, http://pastebin.com/m63cfc369 [11:30] indus, too complicated, but a possibility, I have no need for the z-factor [11:31] rohdef: kk [11:31] rohdef: so 2d [11:31] indus, ah ok thanx [11:31] indus, yup that's best, I think I got some good shots at what I can use now [11:31] hi, after yesterday's update of the mono packages we have lost the nfs-home-s, Why? [11:31] Flannel, thankks a lot :) [11:31] *thanks [11:31] indus: How would I get Rhythmbox to Repeat Track? [11:31] wolf23: o kyou are set: sudo apt-get upgrade and you are good to run [11:31] ActionParsnip> No problem with only part of the ram detected? [11:32] cowiecow: there is a repeat button in it [11:32] indus: I know, but it repeats the whole playlist, doesn't it? Not one song. [11:32] cowiecow: but u already seen it iam sure' [11:32] yva: it detects al the ram i the acer. What do you mean> [11:32] cowiecow: no move it to playqueue [11:32] Ehh. [11:32] cowiecow: then repeat [11:33] indus: I guess. So it won't work like iTunes or Banshee. [11:33] cowiecow, can you not just select the song and play it by itself? [11:33] ActionParsnip> I read somewhere that only 3 out of 4 G of ram was detected under 9.04 with the 7738G [11:33] cowiecow: in banshee how does it work? [11:33] ActionParsnip, now i open transmission, is there to edit anything on preference like in yours :) [11:33] cowiecow: banshee is better anyways [11:33] indus: You have three options: Repeat One, Repeat All, and No Repeat. I think it's better, but it lags on me at times... Have you used Exaile? [11:33] yva: if a system has > 4Gb ram then i advise 64bit OS [11:34] cowiecow: once i did but didnt stick to it much [11:34] mickster84: I can put it in the Play Queue, but that's it. It works very... oddly since it's only Repeat Trakc. [11:34] ActionParsnip> It has 4G [11:34] !exaile [11:34] Audio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based). Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs [11:34] mickster84: *Repeat List [11:34] ? [11:34] wolf23: its pretty much set, you can enable the web interface if you wish so you can manage the app from another system [11:34] !tab | cowiecow [11:34] cowiecow: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [11:34] fd [11:34] sdf [11:34] sdf [11:34] s [11:34] administrator__: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [11:34] cowiecow, im zero-four not eight-foiur [11:35] ActionParsnip, ok thanx dude :)) [11:35] mickster04: Oh. Oops. [11:35] cowiecow, its ok:D [11:35] ActionParsnip> why would a 64bits be required for > 4G of ram? [11:36] cowiecow, well if u just want to play one track anyway why use the who playlist? [11:36] ActionParsnip, surely you need a 64bit processor too? [11:36] mickster04: Because Rhythmbox doesn't give you that ability. I wish it would let me choose a song from the PLaylist and it would repeat that until I wanted to change songs. iTunes/Banshee/Listen-style. [11:36] cowiecow, whole* [11:37] cowiecow, oh i have never used rythmbox:D [11:37] cowiecow: exaile looks sleek doesnt it? [11:37] cowiecow: but mostly i use default apps [11:38] mickster04: xP Yeah... It's a decent player - it just is missing that Repeat Track deal. And that's a dealbreaker. [11:38] mickster04: indeed [11:38] cowiecow: if u move a song to play queue doesnt it repeat? [11:38] indus: Typically, I try to keep close to default apps, and particularly ones that are pointed out to by GNOME... But Rhythmbox sucks and for me, Firefox > Epiphany. x_x For some reason, Amarok doesn't work with me. [11:38] hmm true [11:39] yva: 32bit cpu cant handle more than 3Gb ram due to 32bit address registers [11:39] cowiecow: Oh. Uhhh... It would. But it's just that I'd rather have it like Banshee or something. x.x So much for default player. [11:39] yva: you wont find a system with more ram than the cpu can address, its just silly [11:39] yva: you can address more ram if you use PAE [11:39] ActionParsnip: I thought the limit was about 4 GB [11:39] *indus: Oh. Uhhh... It would. But it's just that I'd rather have it like Banshee or something. x.x So much for default player. [11:39] ActionParsnip> ok. but there a bunch of software not existing in the 64 bit version? [11:40] lstarnes: ive seen folks only gtting 3Gb so I advise 64bit personally [11:40] ActionParsnip> PAE? [11:40] I am trying to "ghost" my bootable compact flash card to another compact flash card (1st cf = /dev/sda1, 2nd cf = /dev/sdb1). I've ran "cat /dev/sda1 > /dev/sdb1". When I try to boot my 2nd cf card it goes to the bootloader it seems, but not further [11:40] any ideas? [11:40] yva: some dont (like ghastly skype and some game devs dont make 64 bit) but most do [11:40] will the next version of ubuntu have an updated kernel? [11:40] yva: websearch it, its quite complex [11:40] Innomen: yes [11:41] i have have problem with graphic card [11:41] !info linux-image karmic [11:41] ActionParsnip> Yep skype is one of the app I use the most [11:41] linux-image (source: linux-meta): Generic Linux kernel image.. In component main, is optional. Version 2.6.31.7.18 (karmic), package size 2 kB, installed size 32 kB (Only available for i386 amd64 lpia all) [11:41] ActionParsnip: why is skype ghastly? [11:41] bjwe: are usb sticks complete twins? [11:41] ActionParsnip: its the best voip app on linux [11:42] yva: skype can run in 64bit. i hate skype and do not use it as it proprietary [11:42] ActionParsnip: aah for that [11:42] ActionParsnip: I have problem with graphic card. can yuu help me pls [11:42] indus: ekiga is another option. i just hate skype and broadcom and apple [11:42] ActionParsnip> sure it's running in 64 bits? [11:42] ActionParsnip: ekiga is downright pathetic, but its off topic now [11:42] yva: there are guides [11:42] arand: nope [11:42] arand: and they are CF cards [11:42] yva: it runs in 64 bit iam using it [11:43] Krenari: can you provide the output of: sudo lshw -C display | grep product [11:43] ActionParsnip: and they will drop it in future anyway [11:43] indus> excellent thanks [11:43] ActionParsnip: Aside from the open source factor of Ekiga, why would one prefer Ekiga? [11:43] yva: use the medibuntu packages for skype [11:43] indus> it alspo support the webcam? [11:43] cowiecow: i find ekiga to be the most hopeless of all defaults [11:43] product: RV280 [Radeon 9200 PRO] [11:43] product: RV280 [Radeon 9200 PRO] (Secondary) [11:43] yva: yes it does [11:44] cowiecow: i support open source where i can. drivers and flash are also stuff i use but they just work better, there are thousands of voip softwares which work well [11:44] ActionParsnip, sorry but a little error, if i try to delete the folder copied from home, it shows : There was an error deleting kernel-2.6.28-15-generic-x86_64. permision denied [11:44] indus> ok just checking [11:44] !medibuntu [11:44] medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org [11:44] is there an arabic ubuntu-channel? [11:44] !ati | Krenari [11:44] Krenari: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [11:44] yva: just download the packge from medibuntu.org [11:44] ActionParsnip: so more or less, it's all philosophy? [11:44] indus> I don't have the 64 bit version yet [11:44] I want to buy a new laptop [11:44] wolf23: if you are deleting the folder we copied to your home folder you will need to run: gksudo nautilus then delete it, then close nautilus [11:45] yva: skype is 32 bit only, but it can be installed on a 64 bit OS [11:45] yva: 64 bit support will probably arrive late this year [11:45] indus: I noticed that when I played with it earlier... T_T [11:45] cowiecow: its just how i feel about 1 system being touted as "best" just because its used by most. Windows is a classic example here, as well as ipod / iphone [11:45] skype is thebest , and it doesnt need a poll to prove it [11:46] indus: many would agree, many would disagree [11:46] indus your prolly wrong on that one, i for one disagree [11:46] ActionParsnip: hmm not many would disagree iam sure [11:46] help me [11:46] ActionParsnip: Ah, yeah. I get what you mean. I thought initially you meant that Ekiga had a set of unique features that make it really strong even if it's an 'underdog' in terms of popularity. But I get what you mean. [11:46] mickster04: you are nobody :) just a spec [11:46] Any one know a tool to convert between compressed file formats? [11:46] I has the advantage og being compatible across platforms === xemacs is now known as marcel__ [11:47] mickster04: What do you use for VoIP on Linux? [11:47] indus: well most people use windows OS, maybe you should use that as they tink its best.... [11:47] skype is encrypted end to end for both video and voice, no ther voip app even exists that can do it [11:47] but the linux version is terrible wrt managing the sound etc [11:47] cowiecow, skype, doesnt mean its the best tho:p [11:47] i cant able to connect to net [11:47] mickster04: What do you prefer then? =P [11:48] ActionParsnip: mickster04 skype is encrypted end to end for both video and voice, no ther voip app even exists that can do it [11:48] any comments [11:48] none iam sure [11:48] !ot | indus [11:48] indus: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [11:48] :P [11:48] ya sorry [11:48] : [11:48] D [11:49] bhaskar_ what have you tried? [11:49] !ot | cowiecow [11:49] cowiecow, please see my private message [11:49] indus: i dont wear a tinfoil hat so that doesnt interest me [11:50] cowiecow, you ok? [11:50] ActionParsnip: hear is a tinfoil hat [11:50] indus: For me, the fact that Skype is written so that they can monitor your convo if they want (as evidenced by their allowing China to monitor connections in and out of the country) turns me off. Even if Skype never gives anyone the keys again, it's still easier for a cracker to get in, I would think, than a program that tries to keep -all- spying out. http://arstechnica.com/telecom/news/2009/07/russia-not-the-first-to-see-skype-as-a-security-th [11:50] mickster04: Maybe. I'm running on low sleep, lol. I'm a LITTLE loopy. [11:50] ActionParsnip: ware it [11:51] hi, i have a quiestion, added vsftpd deb pkg, and down know how to disable that stupid tate before file name, anny suggestions? [11:51] gogereaver: not othered [11:51] *bothered [11:51] misstyped date* [11:51] Oh yeah. I also started playing with a little amateur photography lately. I feel that as a library F-Spot doesn't do the trick very well (especially since I came from the Mac world, so I found Aperture and iPhoto VERY good for organizing my photos). Are there any other GTK-based deals that help out with this? I know digiKam exists for Qt/KDE, but I'd very much prefer something GTK. [11:51] ActionParsnip, where can i see transmission in which folder? [11:51] ActionParsnip: wjere all tinfoil hat we run linux [11:52] cowiecow: gtkam [11:52] gogereaver: I think you have linux mistaken for openbsd [11:52] lol [11:52] gogereaver: no need. i casually webbrowse and chat,super top secret [11:52] wolf23: the binary is in /usr/bin the rest of the app is scattered throughout the system [11:52] anyone have a solution for making movies.com work on ubuntu ? [11:53] grr off topic [11:53] wolf23: the default save location is the desktop, you can change this so your system is neater [11:53] ActionParsnip, if i open a torrent file it opens with deluge, how could i do with transmission? [11:53] !gtkam [11:53] Sorry, I don't know anything about gtkam [11:53] onexused: that depends which report you read [11:53] idan whats your problem with it? [11:54] Gnea: Does it have the ability to still touch them up a bit like F-Spot? Or is it strict library? [11:54] Any one know a tool to convert between compressed file formats? [11:54] wolf23: download a .torrent file to the desktop . right click it -> open with ->other program and select transmission and select remember this setting [11:54] wolf23: you can also change aps in firefox so that it is the default app to use [11:55] ActionParsnip, :) ok [11:55] cowiecow: i don't remember :) [11:55] cowiecow: you'll have to try it and see [11:55] Gnea: Aight. Thankies. [11:55] idan, ? whats the problem with it? [11:55] indus: I like the paranoid version : ) [11:55] cowiecow: I'm used to gimping them anyway [11:56] sort question, vsftpd on ubuntu uses date before file name by default, use_logcaltime=NO do not dissable this function, how to dissable theat date before file names? [11:56] Gnea: Yah. I mean, I could always GIMP/Photoshop/whatever them too, but having the ability to make subtle lighting, etc. changes as I need be without waiting for GIMP to open up would be MUCH nicer. [11:56] ActionParsnip, u can change apps in firefox, where is it :(( sorry but i cant see it [11:57] onexused: heh me too :) fun to read [11:57] hi [11:57] cowiecow: should i try exaile or banshee? [11:57] cowiecow: like I said, you'll have to try it out. if it doesn't have it, make a feature request or write it in yourself [11:57] where is the german ubuntu support? [11:57] Gnea: I don't think gtkam supports my model of camera. It's a Kodak V1073, so I'll probably go request it or figure something out. [11:58] itg, #ubuntu-de [11:58] thx [11:58] cowiecow: really? it works just fine on mine, since it uses libusb === Mud is now known as Mud|afk [11:58] indus: Try them both, I'd say. But for the record... exaile runs like Amarok, GTK edition. Banshee is very very iTunes-like in interface, although I prefer it over iTunes in some ways (aside from how iTunes CAN convert music and I don't know if Banshee can). [11:59] indus: My preferences is Banshee. My main gripe is the lag involved sometimes with the poor redrawing abilities of Banshee since it does its interface a LITTLE differently. [11:59] cowiecow: hrm, you're right, I don't see the V1073 in the list [12:00] Gnea: It's a fairly new camera. It wouldn't surprise me if it weren't there. It's a point-and-shoot too, so it's not one of the big boys. [12:00] * Gnea looksees [12:00] i installed the radeonhd driver, but when run the command 'cat /var/log/Xorg.0.log | grep "Direct rendering enabled"' it says "(II) RADEON(0): Direct rendering enabled" :( | Uhh :( i'm sure something went wrong [12:01] wolf23: edit -> perfs -> applications tab [12:01] Oh yeah, does anyone know a GTK equivalent of CoverSutra? I REALLY liked being able to just press a key and pull up everything with a keystroke to control my media. [12:01] cowiecow: ah, yeah, that line of the easyshares leaves a bit to be desired... does it take the picture right away, as soon as you press the button, or does it wait a second before actually taking it? [12:02] helo [12:02] helo [12:02] Gnea: Pretty much right away. I've actually been rather satisfied with it for the most part. [12:02] ActionParsnip, ok :) now thanx, and good helper [12:02] hi [12:03] Gnea: No wait or anything. My main gripe is that compared to my old Nikon Coolpix, the pictures aren't as sharp all the time. That Nikon Coolpix L6 got some REALLY sharp pictures. But the video quality of the Kodak V1073 managed to get HD video, so I liked it. Unfortunately, gtkam doesn't. D: [12:03] sort question, vsftpd on ubuntu uses date before file name by default, use_logcaltime=NO do not dissable this function, how to dissable theat date before file names? [12:03] cowiecow: cool. I've got a Z730 that's done pretty well. I was able to capture Jupiter, Mars and Vega with it recently. [12:03] Gnea: Really? I was thinking of getting one of the Z series earlier, but I ended up going for the V series. I hear lots of good things from the Z line though. === mtlife is now known as syllabear [12:04] cowiecow: that would be a really nice camera to be supported by libgphoto [12:04] Gnea, thats a pretty big net u have there:P [12:04] !ot [12:04] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [12:04] mickster04: enough :p [12:04] Gnea: Yeah, I get what you mean. lol [12:04] Okay... [12:04] :D [12:05] idan: What part of movies.com isn't working for you? [12:05] idan isnt here anymroe [12:05] hello , i would like to ask a question [12:05] i presume his flash player wasnt working [12:05] zebuduflea, but fo course [12:05] !ask [12:05] 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. :-) [12:05] Has anyone here heard of that one project about pidgin-webkit or whatever where they managed to port over Adium messagelists to Pidgin? Because I wanted to do that, but it seems like it doesn't work on newer versions - and on top of that I'm on amd64, not i386. D: [12:05] cowiecow: yeah, I would talk to the libgphoto people and see if there's a way they can work with you to get it supported: http://www.gphoto.org/proj/libgphoto2/support.php [12:05] sort question, vsftpd on ubuntu uses date before file name by default, use_logcaltime=NO do not dissable this function, how to dissable theat date before file names? [12:05] Gnea: Thankies. [12:06] cowiecow: I mean, if I were you. :) [12:06] i just installed ubuntu on vmware, i have fedora already and i was wondering if unbuntu has the equivalent of "yum" in fedora ? [12:06] zebuduflea, what is yum? [12:06] zebuduflea: apt-get [12:06] zebuduflea > apt-get. [12:06] zebuduflea: or aptitude [12:07] mickster04: yum is redhat, fedora's package manager [12:07] zebuduflea: GUI choices are Synaptic Package Manager. Terminal choices are apt-get and aptitude. [12:07] o i c [12:07] thanks === fran is now known as Guest94765 [12:07] mickster04: yum for Fedora. apt-get/aptitude for Ubuntu. [12:07] danke schon [12:07] What is the difference between apt-get and aptitude? [12:07] mickster04: yum is the fedora equivalent of apt, but for installing rpms [12:07] zebuduflea > You're deutsch? [12:07] lol i get it now:D [12:07] Pythack: aptitude is more powerful. It's generally just better to use. [12:07] no, just speak a bit of deutch [12:07] deutsch* [12:07] Pythack: apt-get I think was there long and is simpler to use. But I prefer aptitude... When I'm not too lazy to type it. >_>; [12:08] anyone unsolved? [12:08] * leaf-sheep use aliases to install/purge/etc packages. :) [12:08] cowiecow > I've always use apt-get but I'll try to use aptitude. [12:08] pati [12:08] help [12:08] helo [12:09] hello aaron11 [12:09] Pythack: aptitude is a bit more high-level. Has a possible ncurses interface, and generally tells you more about what's being done. And has some oddity resolving features as well... [12:09] Pythack > To each their own. Aptitude's high point is that when you remove packages it'll also remove any dependencies that package had that are no longer being used anymore, which is nice. [12:09] i installed the radeonhd driver, but when run the command 'cat /var/log/Xorg.0.log | grep "Direct rendering enabled"' it says "(II) RADEON(0): Direct rendering enabled" :( | Uhh :( i'm sure something went wrong [12:09] mickster04 [12:09] mickster04 hi [12:09] !ask | aaron11, [12:09] aaron11,: 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. :-) [12:09] its nice, my installation has wget and gcc [12:09] :P [12:09] already [12:09] ? [12:09] wasnt the case on fedora [12:09] mickster04 i didnt ask a question [12:10] aaron11, well u wrote "help" [12:10] what i meant was helo [12:10] aaron11, oooh ok, hello ack [12:10] aaron11, oooh ok, hello back* [12:10] sort question, vsftpd on ubuntu uses date before file name by default, use_logcaltime=NO do not dissable this function, how to dissable theat date before file names? [12:10] Another question: yum had the option to search through packages, "yum serach whatever" , how do i do this with apt-get ? [12:10] aaron11: this is an irc channel, not an smtp server :) [12:11] zebuduflea, use synaptics package manager? [12:11] zebuduflea: aptitude search pidgin --OR -- apt-cache search firefox === Deadly is now known as Guest54212 [12:11] it's hopeless [12:11] thanks , i was using apt-get search whatever [12:11] vilkas, yeap, seems so [12:12] Oh, for anyone who uses GIMP... Are there any set of plugins that you particularly like using? I have only a few, but I think a few more would be helpful to have. [12:12] i have ubuntu 9.04 and it almost eats up my entire 4 gig's of ram after running continuously for approx 1 week, my system config is amd athlon x2 dual core, 4 gig ram, asus motherboard, 500 gig hard disk, at the time i was checking the memory usage not a single application was running and in the top there are hardly any processes that would eat up that much ram, has anyone else faced the same kind of issue? [12:12] anyway bye [12:12] aruntomare, maybe you are hacked [12:12] aruntomar, it might be caching ram? [12:12] Which ZFs Version is current ported for the ubuntu rep [12:13] zebuduflea: i'm sure that my system is not hacked ;) [12:13] mickster04: how can i find the cache usage etc [12:13] :) [12:14] Is there a way to install i386 software on amd64 platforms? Like, I have an i386 package I can't find an amd64 of. [12:14] aruntomar, u know that ubuntu uses free ram to store stuff in for quick access, it isnt used as such just ready for use if need be and will be removed if and when a different program requessts it [12:14] !ram-caching [12:14] Sorry, I don't know anything about ram-caching [12:14] :/ [12:14] !cache Error: I am only a bot, please don't think I'm intelligent :) [12:14] !cache > mickster04 [12:14] Sorry, I don't know anything about cache [12:15] hmm..brb [12:15] How can i copy something into terminal from windows, im using vmware to run unbuntu [12:16] How can i copy something into terminal from windows, im using vmware to run unbuntu [12:16] I have some knowledge in C, and I want to know how I can do for participate in GNU project? [12:16] zebuduflea: Does vmware have a "shared clipboard" or similar option? I'm not familiar with it. [12:17] zebuduflea: Copy whatever in VMWare, however VMWare told you to do it... Then Ctrl+Shift+V in Terminal. [12:17] zebuduflea: just copy it [12:17] ok, i will try contro-shit-v [12:18] there u go [12:18] zebuduflea: well i'm not very sure of vmware but in virtualbox once u install guest additions then you can seamlessly copy paste stuff from one vm to another [12:18] aruntomar, basically it probably isnt full, just has stuff cached, does it work slow ? [12:18] it doesnt work, ctrl-v or ctrl-shift-v [12:18] mickster04: when i open some other application its a bit slow [12:19] ? [12:19] im copying from windows to vmware box [12:19] and if it's caching then basically i would like to know or get the info about how much caching it's doing etc etc, how can i change those settings [12:19] aruntomar, do u have the system monitor in the task ar? [12:20] hello! what would be the easiest way to create a new account with the same permissions/groups/sudo access as the user created during installation? i'd like to create a new one [12:20] Alright. Thanks for the help, everyone. I'm going to restart now and hope for the best. *prays* [12:20] mickster04: i used top and gnome-monitor for the memory usage [12:21] After installing the radeonhd driver, when i run this command 'cat /var/log/Xorg.0.log | grep "Direct rendering enabled"' it says "(II) RADEON(0): Direct rendering enabled" :( , it should say RADEONHD(0) | please help, :( how to rectify this problem ? [12:21] well u should notice a difference between used ram and cached ram, on mine i have one colour for each an the ram looks full but with two colours:D [12:22] aruntomar, well u should notice a difference between used ram and cached ram, on mine i have one colour for each an the ram looks full but with two colours:D [12:22] Hello [12:22] mickster04: i guess u r using gnome-monitor [12:22] yeah [12:22] Can anyone help me? I am trying to install 9.04 on my laptop [12:22] mickster04: the other color is for swap [12:23] i formatted drive C:/ through MS-DOS [12:23] now it gives me an error saying "Input/output error during read on /dev/sda" [12:23] when i try to install ubuntu on my hdd [12:23] aruntomar, no on memory usage, there are several options one of which is chache? [12:24] anyone help me please [12:24] hey [12:24] im osless on my laptop [12:24] whats wrong? [12:24] oh [12:24] I am trying to install Ubuntu 9.04 [12:24] k [12:24] I had vista [12:24] you put the disk [12:24] axle: Say something. [12:24] then boot from it [12:24] axle: Say my name. [12:24] I formatted C:\ through ms-dos [12:24] click next [12:24] !ops | axle (Bot) [12:24] axle (Bot): Help! Channel emergency! (ONLY use this trigger in emergencies) - Mez, , elky, imbrandon, DBO, gnomefreak, Hobbsee, rob, Madpilot, CarlK, crimsun, ajmitch, tritium, Nalioth, thoreauputic, apokryphos, tonyyarusso, PriceChild, Amaranth, jrib, jenda, nixternal, Myrtti, mneptok, Pici, Jack_Sparrow, nickrud, jpds, bazhang, jussi01, Flannel or ikonia! [12:24] it gives me an error [12:24] hi [12:25] what error? [12:25] i heard error was very descriptive alecs, unless you paste code, we can't say much more [12:25] One sec [12:25] recreating [12:25] lol [12:25] "Input/output error during read on /dev/sda" [12:25] axle, bots lol now? [12:25] odahilys, do you install from the menu? you have the option to format during installation? [12:26] umm, you must have me confused with another axle [12:26] i click cancel through it and it finally shows "The creation of swap space in partition #5 of SCSI1 (0,0,0) (sda) failed." [12:26] installed from menu [12:26] ic, so it fails during partitioning? [12:26] >_> [12:26] i couldnt do anything before, vista prevented me from turning my computer on [12:26] odahilys, well if u click cancel of course it fails? [12:26] i tried ignore and retry as well [12:26] still fails [12:26] leaf-sheep, please do not abuse the ops command like that. axle does not appear to be a bot to me. [12:27] vista cant do that? [12:27] odahilys, vista cant do that? [12:27] Yes it [12:27] can [12:27] Its vista [12:27] lol [12:27] odahilys: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [12:27] D:> [12:27] odahilys, if you couldnt turn it on there is something else which is the problem? [12:27] It turns on [12:27] but when i try to go to bios [12:27] MadGirl, ubuntu [12:27] i guess ubuntu is the one for me. good luck all. [12:27] it fails when you try to partition right? [12:27] the vista takes over [12:27] yes [12:27] are you booting from the cd? [12:28] kk [12:28] yes [12:28] good ol' iso [12:28] are you erasing the old partition? [12:28] burned at x12 [12:28] yes [12:28] i formatted the old partion [12:28] partition* [12:28] i thought partitioning failed? [12:28] on ubuntu seems as if, but not through MS-DOS [12:29] The formatting went fine through that [12:29] odahilys: please keep your answers in one line [12:29] odahilys: stupid question: did you run the "check the disk for errors" bit when you booted the burned CDRom? [12:29] how do i reg my name if thats possible? [12:29] Yes, of course. CD is fine === iPoRn is now known as o_portista17 [12:30] odahilys, so how do u go about formatting it? have you made a / partition too? [12:30] odahilys: and then it loads the install kernel, goes thru configuration just fine, and fails to repartition the disk? [12:30] odahilys, also how much ram have u got? [12:31] yes @ zzeiss [12:31] odahilys: You might want to just do "take default partitioning" and see if that works. It will destroy anything on the disk, but it might fix the problem... [12:31] @ mick ; 4gb [12:31] odahilys, u dont need swap then [12:33] odahilys, but try the default option anyway:D [12:34] Trying [12:34] hello again! another quick question...how would i add a new user to a successive series of groups from the console? [12:34] arisa: usermod -G, probably [12:34] Or, for g in group othergroup yetanothergroup; do adduser joe $g; done [12:35] so anyone unstuck? [12:35] grawity: ahh, i was looking at the man page for it but maybe i missed it...i'll check that out thanks [12:35] After installing the radeonhd driver, when i run this command 'cat /var/log/Xorg.0.log | grep "Direct rendering enabled"' it says "(II) RADEON(0): Direct rendering enabled" :( , it should say RADEONHD(0) | please help, :( how to rectify this problem ? [12:36] does it not perform as you need it to gpl? [12:36] mickster04: Nope [12:37] mickster04: it says RADEON(0) , it shud say RADEONHD(0) [12:37] well yes, but it may still have performed as the HD should...nm [12:37] odahilys, any luck? [12:38] mickster04: No, whenever i run anything which uses Graphics Rendering, it flickers a lot [12:38] for example, Hippo OpenSim [12:38] or Vdrift [12:38] ok just checkin, it may have been a simple superficial spelling thing, [12:39] gpl can u not just manual edit it:P [12:39] hi all! can anyone please tell me how to install one of those huawei mobile internet hsdpa usb sticks? [12:39] remoteCTR1, what have you tried? [12:39] mickster04: actually when i restarted, it was showing some weird Pixel thing on the screen and it was flickering a lot, i had to recover Xorg.conf to run the Desk. Envi. [12:40] mickster04, nothing so far as dont know what to try? [12:41] remoteCTR1, well what happens when u stick it in? [12:41] have you looked about the internet for insstructions? [12:41] siemka jest ktos z poski === greyz|bbl is now known as greyz` [12:42] mickster04, precisely nothing [12:42] mickster04, no i have not [12:43] remoteCTR1, well while u wait for someone here see how u fare on the web:S [12:43] hello friends.. i have a problem which bugs we a lot.. the windows in ubuntu is lagging.. when i click on different window it take few seconds to respond and windows lag [12:43] any help please [12:43] please [12:43] what? :) [12:44] dca_, what system do u have? [12:44] mickster04, actually i didnt come here to be smartassed arround so leave it be buddy ok? [12:44] mickster04, mine is dell inspiron 1420 [12:45] remoteCTR1, well seeing as no one is responding yet im just suggesting ways in which you might find help.... [12:45] dca_, and what version of ubuntu? [12:45] mickster04, 9.04 and when i was using 8.10 i didnt had this issue. [12:46] dca_, NBR? [12:46] mickster04, i didnt get u, sorry [12:46] kickass! puttying from my iphone to ssh :D [12:47] dca_, well 9.04 comes in three "flavours" desktop, server and notebookremix [12:47] mickster04, desktop [12:47] Netbookremix* [12:48] dca_, hmm, im not really sure then.... [12:48] mickster04, any pointers where i could help on this [12:49] dca_, not from me :/ sorry [12:49] yay broken flash D: sounds like it's freezing but the video plays smoothly. the same fraction of a second playing repeatedly instead of continuing on :/ [12:50] kiasas what has happened that might have broken it? [12:50] mickster04, thanks [12:51] dca_, sorry [12:51] mickster04, I dunno. I have one plugin, disabled, and long uptime. It used to happen once every few months, this is the 4th time this month. [12:52] oh well thats wierd, you using the latest flash player [12:52] mickster04, up to date,so if the latest is in the repos, then yes. [12:53] kiaas_, hmm no idea then :/ i'm good for basic stuff, but if its sporadic like that...:/ [12:56] mickster04, I've had other problems recently. Gnome losing its theme, firefox crashing, X crashing, then the system locking up but no kernel panic... wondering if it's bad RAM, actually. But flash repeating the same fraction of a second for the entire audio is a pretty odd bug, and I don't encounter it when I run the windows version of flash and firefox under WINE.(I just get a bit of shearing on the video with that) [12:56] would anyone mind to check that this page loads ok http://brainstorm.ubuntu.com/idea/20860/ [12:57] Alexia: loads here [12:57] thanks nibbler === Deadly is now known as Guest55824 [12:58] nibbler, did you base your name on the futurama character Nibbler? [12:59] Alexia: yes [12:59] nibbler, I love that show [12:59] loaded for me too [12:59] nibbler, well i better not talk about it or they will ask me to move to offtopic lol [12:59] mickster04, thanks [12:59] Alexia: love it too, but yep... back to ubuntu :) === JohannesSM64 is now known as Johannes` [13:01] I cant believe how quiet it is in here right now === Johannes` is now known as JohannesSM64 [13:02] It happens. [13:03] does ubuntu have any User Interface guidelines like mac does? [13:03] I have a process on my desktop now that isnt responding how do you crash out of it ? [13:03] Kingsy102, alt+f2 xkill [13:04] thanks [13:04] yw [13:04] Alexia: Ubuntu perse no, but KDE and GNOME do have UIGs [13:05] does gnome stand for gnu is not the only mac emulator [13:05] lol [13:05] Wow ubuntu is developing an app store of their own, I think this is great [13:06] https://wiki.ubuntu.com/SoftwareStore?action=show&redirect=AppCenter if you want to influence how it will be designed I recommend you go to http://brainstorm.ubuntu.com/idea/18538/ [13:06] Alexia: Ubuntu doesn't have its own GUI -- it uses GNOME (or KDE on Kubuntu), and so GNOME's guidelines apply - http://library.gnome.org/devel/hig-book/stable/ [13:06] Alexia: http://library.gnome.org/devel/hig-book/stable/ [13:06] LordMetroid, Yep its definitely exciting [13:06] Thanks graw and Uber [13:06] when the screensaver is activated with password protection, is there any way a potential attacker could gain control over the computer without having the password and *without* restarting the computer? does CTRL+ALT+<- work? [13:06] Alexia: Gnu Network Object Model Environment or something [13:06] onexused, i know i was just being silly [13:07] Alexia: Ah. I must be tired : ) [13:07] loop8, not that i know of [13:07] loop8: Yes, you can switch virtual consoles with Ctrl-Alt-F1/F2/F3/... [13:07] loop8: But they also require a password. [13:08] grawity: yup, they also require a password. [13:08] loop8, but there are probably exploits for remote access via a network interface, no system is ever 100% secure [13:08] Alexia, I think this can be a big break-through for the Ubuntu userbase, specially if they allow commercial software repositories to be added [13:09] LordMetroid, I think so too, it will be nice to see it when it opens. I hope it will be somewhat like the appstore on the i-phone [13:09] I hope it will be better [13:09] I want it decentralized [13:10] first thing I will uninstall [13:10] LordMetroid, oh you mean not controlled by just one authority? [13:10] Yes [13:10] I just hope it's made with mono, that way I'll purge'em alltogether [13:10] I added two suggestion on how to do this in the brainstorm page [13:10] LordMetroid, i wonder if it will end up being like download.com in an application [13:11] s/altogether/alltogether === ghost is now known as Guest18927 [13:12] hey [13:12] hi [13:12] i still dont really understand what makes it different from synaptic though [13:12] Alexia, probably a means to pay for it built in. [13:12] for some reason only one program can use audio at once, for some reason (or something) is there a fix? [13:13] kiaas_, well if it ends up offering commercial linux software all in one place that will be great [13:13] hienvh, I'm trying to install ubuntu 9.04 on a HP mini 2133, I created a bootable usb stick with unetbootin but I can't boot from it on the netbook, what could the problem be? [13:13] kiaas_, but if its just another download manager it would be a waste of time [13:14] zopiac: ALSA programs dont' do that. Only old OpenSoundSystem (OSS) programs do, afaik. [13:14] struggling to upgrade / update openoffice 3.0 to 3.1 :( [13:14] no0tic, did you set the computer to load from usb in the bios? [13:14] Alexia, yes [13:14] like, if i open rhythmbox, i can hear it, but if i open audacity after it i cant hear it, and vice versa [13:14] no0tic, how far do you get? does it load at all? [13:14] hienvh, sorry, I meant "hi" :) [13:15] onexused: well i have my sound preferences set to ALSA... === am4zin is now known as amazin [13:15] Alexia, no, it doesn't load from usb, it boots directly into the installed grub [13:16] no0tic, hehe its ok,hello you too :) [13:16] no0tic: on my netbooks i got to hit F12 to tell it to boot from USB [13:16] no0tic, have you tried recreating the bootdisk again? or a seperate bootable usb? [13:16] Alexia, no0tic: i have tried esc on an eeePC to get it working [13:16] Dr_Willis, on this one is F9, and I told it to boot from usb [13:16] zopiac, Oh i didnt know that netbooks required you to do that,, Thanks [13:16] no0tic ive also had issues with some machines and usb flash drive combox in the past. Try the flash on other machines, and try other flash disks on that machine. [13:17] some might, i dont know if all do though [13:17] zopiac, for telling me [13:17] how to restore Ubuntu into its factory settings ?? well, i think i messed up with Radeon and RadeonHD, and now when i login, a White Screen comes and overlaps/hiding everything xcept the mouse :( cant do anything ? how to get over this situation ??? [13:17] Alexia, I first tried copying the iso with dd directly on the device, nothing. then using unetbootin and the iso I downloaded, nothing. then unetbooting making it download the iso from its menu [13:18] zopiac, im suprised there isnt a page about that on the ubuntu netbook remix website [13:18] no0tic: You did partition/format the device back fo fat16 after trying to dd it with that iso? [13:18] no0tic: you could also try the ubuntu netbook remix img and 'dd' it to the device. [13:18] Dr_Willis, no [13:18] what does dd mean? deliver to disk? [13:18] Dr_Willis, the remix release is know not to work well on this hardware [13:18] no0tic: i would use gparted to repartition/format it back to a sane state then try unetbootin again. [13:18] Alexia: i found it out on the easy peasy irc, iirc [13:19] zopiac, lol [13:19] zopiac, Well Gawlee lol [13:19] zopiac, lol i still cant believe people ever talked like that rofl [13:19] Dr_Willis, ok, I'll try.. strange thing is that the netbook doesn't even tell me that the usb disk is not bootable [13:20] hi, does apache2 have a lockfile or something? [13:20] it complains not being able to bind to port 80 === Zathara_OFF is now known as Zathara [13:21] but when I check with netstat nothing comes up as being bound to :80 [13:21] no0tic: dding an iso file to a flash drive may confuse all sorts of things. [13:25] I have a .cue file , does anyone know which application opens it? [13:25] gangil: no .bin to go with it? [13:26] cue/bin = a optical disk 'image' format. [13:26] yeah .bin too [13:26] gangil: cdrdao [13:26] Brasero Disc Burner? [13:26] will that work? [13:26] hallo, my sound effects are much too low and I can't turn it up (the mixer has no effect). what's wrong? [13:26] theres tools that can mount it, or you can burn it. k3b i think canburn them also. Or covnert it to ISO then most anything can burn it. [13:26] Can anyone give me update simple instruction on getting online via a cable modem witht he latest version of Ubuntu Desktop please? [13:26] how to restore Ubuntu into its factory settings ?? well, i think i messed up with Radeon and RadeonHD, and now when i login, a White Screen comes and overlaps/hiding everything xcept the mouse :( cant do anything ? how to get over this situation ??? help [13:27] reload [13:27] Just need to set up a connection. is there a wizard at all? [13:28] GPL: you could try removeing/moving the /etc/X11/xorg.conf to /etc/X11/xorg.conf.GOOFEDUP and restatrt X and see if that kicks it in the head. :) Or check out the fix X feature thats in the recovery boot menu (never tried that) [13:28] Nobody? [13:28] Glib: my cable modem.. i just plug the network cable into the pc.. set pc to use DHCP and away it goes. [13:28] "set pc to use dhcp" [13:28] how can i update my gnome from 2.24.1 to 2.26.1 ( i'm using Ubuntu 8.10 ) [13:28] Glib: or Plug it into my router.. and pcs to the router. [13:28] Glib: sudo dhclient eth0 [13:28] DHCP is the default i belive also. [13:29] Yup, tried that command, no leases obtained. [13:29] can anybody help with my sound problems? [13:29] hi again ! [13:29] Glib: does it work in windows? did it work with a different machine? has it ever worked? [13:29] Dr_Willis: actually i already tried that, problem is, it logins well, but after about 13/14 seconds , when the wallpaper and panels all get visible, a white screen comes up and hides everything :( [13:29] Windows just works. [13:29] Yeah, windows works fine, no problems./ [13:29] can someone know how to display a text file in shell in color ? [13:29] GPL: make a new user see if it affects them. Does the GDM login screen work? [13:29] I'm using the connection to connect to this chat room. [13:30] sybux: theres 'colorizing' tools out there depending on your needs. [13:30] hey, I can't see my windows partition :( [13:30] Dr_Willis: it's affecting all the users, it's something related with radeonhd the driver i installed and then restarted my comp. [13:30] Dr_Willis: I just want to cat a file and see the result in color [13:30] The network card in the ubuntu box works fine - it can be connected to the hub and see other LAN machines just fine, using the same cable. [13:30] distnhave you made sure every available slider is turned up? including the ones not shown by default? [13:31] You'd think there'd be step by step instructions somewhere online for this. [13:31] sybux: then you just print out some color 'escape' code or put it at the start of the text file. [13:31] Dr_Willis: I've try t insert ansi code in my text file but ot dosen't work [13:31] sybux: the 'bash prompt howto' has some info on those codes. [13:31] I have used magic ISO , I dont want to burn the s/w to a disc , can't I browse it directly from BRasero and install it? [13:31] distant_voice, you made sure every available slider is turned up? including the ones not shown by default? [13:31] Dr_Willis: i even dont know, how to get on the CUI interface of Ubuntu, to try configuring the driver a bit [13:31] mickster04: it worked before and now it doesn't. every slider is at max, but they don't seem to have any effect [13:31] GPL: so the gdm login screen dosent work either then you are saying? [13:32] distant_voice, what has changed inbetween? [13:32] Dr_Willis, do you know how can update Gnome 2.24.1 to 2.26.1 ? ( it's appears as the latest in my Package Manager ) [13:32] IonutB: use thepacakge manger to upgrade/update - is the normal way... [13:32] mickster04: nothing, I might have installed updates, but that would be all [13:32] Nobody then? [13:32] Dr_Willis, i have Ubuntu 8.10 :) [13:32] Drwillis : actually yes, GDM login screen works [13:32] what can I do to make my windows partition show up? [13:32] Seems like a farely elementary problem. [13:32] :-/ [13:33] GPL: hmmm.. it Could be a compiz issue.. You could try installing icewm (for example) and see if you can select that at GDM and login properly [13:33] distant_voice, what sliders have you got up? and what system are you using? [13:33] Windows has Internet connection wizards and stuff, so that people don't have to become experts int he operating system to do somethign as simple as get online. [13:33] mickster04: I can change the master volume with keys on my keyboard. that new graphic (the one that was new with 9.04) comes up but it has absolutely no effect. [13:33] Dr_Willis: how to do that ? [13:33] Glib: i think you need to dig a little more into trouble shooting. It sounds like it may just be a DHCP/DNS/gateway issue. [13:33] I'm on ubuntu/gnome 9.04 [13:33] GPL: 'sudo apt-get install icewm' then restart X/GDM and select icewm at the login screen [13:33] IN what sense? [13:34] Dr_Willis: i am logged in with a Live USB [13:34] I mean, I plug the cable into the windows box - works, plug it into the linux box - doesnt. [13:34] <_tj> how can I tell if i can SSH into my box from outside the network? [13:34] Glib: try pinging google.com, then try pinging its IP#. is a good 'test' [13:34] It's brand spanking fresh instal. [13:34] I've done that. [13:34] i cant get my ubuntu to display colour on my pal crt tv :( [13:34] Glib: ah... you dident say you were switching machines.. :) i thouhg you were dual booting [13:34] sudo dhcpd eth0 offers no lease. [13:34] windows7 displays colour but ubuntu wont [13:34] #ubuntu [13:34] distant_voice, wat pc/laptop? [13:35] No, 2 machines. [13:35] neither will opensuse for that matter [13:35] _tj: by doing it [13:35] Glib: on my OLD isp. each time i changed machines i HAD to go to a special 'activate this machine' Web site to get the machine 'ok'd for my isp [13:35] Dr_Willis, do you know if intel x3100 still has problems on Ubuntu 9.04 ? [13:35] i have a 7600gt video card [13:35] <_tj> eh [13:35] <_tj> i dont have a way.. [13:35] my sound card is on board, it's a normal desktop pc [13:35] That isn't required in this instance. [13:35] _tj: how about connecting to your public IP? [13:35] Glib: Not sure if thats your issue or not. Its one of the reasons i got a router. less hassles. [13:35] Athlon 3800+, Nvidia graphics card, 2GB ram... what do you want to know? [13:35] hello anyone can inform whether linux mint support ntfs system === daBomb|Not-Here is now known as Chazz [13:36] I'm seting up this ubuntu machien to be a router/firewall. [13:36] !mint [13:36] There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mintsupport), LinuxMCE (support in #linuxmce), crunchbang (support in #crunchbang) [13:36] kiran_: mosta ll distros do these days. [13:36] Dr_Willis: is there some way, to get in the CUI ? [13:36] kiran_: yes [13:36] distant_voice, thatll do [13:36] Dr_Willis: I can't find what I need. I just want to display the motd in color (not all, only some parts) [13:36] gpl the grub menu has a rescue/recvovery option normally [13:36] distant_voice, i basically have little idea.... [13:36] sybux: then you will have to figure out how to embed some escape codes. [13:36] Dr_Willis: thanks, i ll be back shortly [13:37] too bad. I can hear sound, but it's very faint. sometimes when I boot it's normal, other times it's like this [13:37] this is frustrating [13:37] distant_voice, sorry [13:37] Is there really no a step by step guide somewhere? [13:37] mickster04 thx anyway [13:37] People are exptected to just know? [13:37] Dr_Willis: I've embed escape code but cat display escape code in stead of color :( [13:37] distant_voice, is there a program u run that may effect the sound? or have some control over it? [13:37] This is why windows kicks linuxes ass. [13:37] Glib: there are only 2. steps: "sudo ifconfig eth0 up" and "sudo dhclient eth0" [13:38] Glib: why not state your issue, tell us what you have tried and stop your whining [13:38] do you think maybe movie player might screw my mixer up? [13:38] for ranting and raving about windows please go to ##windows [13:38] Glib: you might also need to power off for a few sec.. the cable modem while switching machines. [13:38] distant_voice, try and make sure that the volume is turned up on that when you close it see if that has an effect yes in other words [13:38] Erm, why not be so rude, and notice that I have been stating the issue. [13:38] you know that new thingy in the upper right corner that displays stuff like "new mail" and also the volume and stuff? [13:38] Glib: because you can't figure out how to use it? [13:39] when i try to turn the volume up with my keyboard keys it comes up and the slider changes but the volume doesn't [13:39] what because I can't figure out how to use it? [13:39] sybux: perhaps check -> http://www.linuxquestions.org/questions/linux-software-2/adding-colors-to-your-motd-105038/ [13:39] that makes me thing something more basic is wrong [13:39] !unet | arvind_k [13:39] Sorry, I don't know anything about unet [13:39] *think [13:39] Glib: I'm not scrolling back 2000 lines you need help then ask us again, politely [13:40] I don't need your help idleone, you're rude, leave me alone. [13:40] a pastebin summary of the entire setup is often helpfull also. [13:40] distant_voice, no idae then, try manually doing it if u can to see if that works? [13:40] Glib, please be civil [13:40] I try install a gl 2.0.1 but at the end I give Connection Reset by Peer(10054) if I connect outside the ftp on local all work fine [13:40] any help? [13:40] ya I tried, but to no avail [13:40] Glib: good luck. you can't get your machine online but it's going to be a router/firewall :) [13:40] mickster04, well, I'm outta here. thank you [13:40] I have been entirely civil. That's the guy who just told me I was whinning. [13:40] sybux: also rember the motd is generated on the fly at boot time. You may need to set up rc.local to 'remake it properly' wity your color codes [13:40] !net [13:40] Glib, please restate your issue [13:40] Sorry, I don't know anything about net [13:41] distant_voice have you tried changing the device that the keyboard is controlling in admin--> sound prefferances? [13:41] !install [13:41] Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall and https://wiki.ubuntu.com/DapperReleaseNotes/UbiquityKnownIssues - Don't want to use a CD? Try http://tinyurl.com/3exghs - See also !automate [13:41] arvind_k, /msg ubottu please [13:41] .org [13:41] bazhang, sorry === Deadly is now known as Guest36168 [13:41] Dr_Willis: it's just for personalized motd . === Chazz is now known as daBomb|Not-Here [13:42] I have a machine running Ubuntu Desktop 9.04 - an entirely fresh instal - when I plug it into the LAN hub, it can see other machines, when I unplug it from the hub, and into the cable modem, I do not get online, even though the cable connection works fine on a windows machine, as evidence by connection to this chat room., [13:42] sybux: i followed that url i just posted and made a little 'colortest' file that was colorized using cat. :) [13:42] Glib: you'll probably have to setup the modem authentication === Deadly is now known as Guest27130 [13:42] running ubuntu 7.10, i changed my 'computer' icon manually and used icon themes for the rest. when i change my icon theme,. the computer icon doesn't change with it. how do i fix it? [13:42] sudo dhclient eth0 has no luck in finding a lease. [13:43] What do you mean by that? [13:43] Glib: few modems will just plugin and work, you'll have to setup the authentication most probabably [13:43] ikonia [13:43] ikonia: not with cable-modems [13:43] What do you mean by that? [13:43] Glib: when you connect to your ISP it normally wants a username/password to verify you are allowed to use the connection [13:43] HOW to install metacity themes [13:43] Question, is it necessary to shutdown running programs before running updates? [13:43] can someone help me with Connection Reset by Peer(10054) ? [13:43] Dr_Willis: yep me too. just have to find now how to write it as I want and not in command line ! [13:43] Xerran: no [13:43] Okay, and where to entire that username and password? [13:43] Xerran, no [13:43] Xerran: you'll be warned if it's a problem [13:43] ikonia: authentication is done inside modem (cable-isp uses modem-MAC) [13:43] ikonia, that's usually for DLS modems though [13:43] cryptobeacon: thx [13:44] ikonia, is that what he using ? [13:44] Critical_Threat: while I agree, this is worth checking [13:44] ikonia: thx [13:44] Yeah, I never needed to do that for the windows machine. [13:44] bazhang: thx [13:44] for dial-up sure, but this is cable. [13:44] sybux: make rc.local 'generate' the motd at boot time with the proper commands.. working with the escape/color codes can be a real annoyance. [13:44] ikonia, yes it is [13:44] Glib, are you hot plugging the cable modem line? or starting with it plugged in already [13:44] I never entered any passwords or did any authentication for windows. [13:44] Hot plugging. [13:44] Hmm.. My ISP dosent have a username/pass :) well not for the pc conecting.. [13:45] Glib: ok - so lets move away from the authentication area as a problem [13:45] this sucks, i gotta jet for work now.. argh. :( [13:45] BUt i do have to power off the cable modem if i change machines I recall. [13:45] Critical_Threat: irc from work! [13:45] Glib, and have you tried starting up with the cable modem connected, ie not hot plugging? [13:45] Dr_Willis: the fact is that I've got a plain text to write and just add some part in color and I don't want to type all text with echo "bla bla bla" > ... [13:45] Boohbah, as do i :) see ya there [13:45] I'll give it a go, brb. [13:45] anyone else with jaunty having their sound die on them randomly? Iv got two very different machines both running it, and its happening to both. Only common factor between them is ALSA.. restarting ALSA doesnt solve it, but reboot the machines does. Suggestions? [13:46] sybux: use sed/awk/perl to alter the file i guess... [13:46] sybux: or do it once... save it to a file where it works.. Good luck.. personally I do 'touch .hushlogin' so i never even see teh MOTD. :) [13:46] Dr_Willis: good answer. Thx [13:46] Tip of the Day 'touch .hushlogin' and no more annoying MOTD. :) [13:46] Anyone using the package alarm-clock that has had it actually make a repeating noise at a specified time? [13:47] Rabbitbunny, yeah, im using it, works alright [13:47] Rabbitbunny, having issues? [13:48] one more thing , how to append $PATH variable , and make the change permanent? [13:48] I mean the .bashrc thing? [13:48] gangil: path is defined in the users .profile i think [13:48] can you add a text only (no icon) launcher to the panel? [13:48] PATH="$PATH:/new/path/var" [13:48] sorry , I dont rem correctly :) [13:49] gangil: well at the end.. it adds bin to the path. :) you could alter that and add more to it there. [13:49] gangil: export PATH="$PATH:/new/path/var" [13:49] hi.. anyone tired of bad flash preformance? I found this (http://ubuntuforums.org/showthread.php?t=1193567), under the section "Flash Replacements".. Can anyone help me reprogram it to function with Gnome-Mplayer. And make it work with every swf, mpg - flash stuff that is around? [13:49] gangil: is one way.. if in .profile i dont ththink the export is needed. [13:49] b3rz3rk3r: Yes, I haven't heard it once, and when I do wake up it isn't making any noise. The first thing I did was play a song, which works perfectly. I have it set to constant volume, infinite repetitions. No sound coming out. [13:49] to make this permanent , I should add it to .profile? [13:50] gangil: yes.. or .bashrc [13:50] sed question: "sed -i -e 's/ChangeThis/ToThisFoo' Bar.txt" is great for quickly searching and replacing within files, but what if "ChangeThis" occurs twice on the same line? Sed will only replace the first occurance on any given line, is there an easy way to make it replace all occurances found? [13:50] b3rz3rk3r: I'm very hard of hearing / working two jobs, It's very important that's it's loud, annoying, and repetative. [13:50] To play an mp3, I typically type 'mplayer foo.mp3'. Now I want to output the sound to /dev/dsp1 - how can I do that with mplayer? [13:50] Lord_Devi: i recall some sed faq/examples pages mentioning that .. but thats all i rember on teh topic. :() === guignol is now known as theatro [13:51] Rabbitbunny, i dont use inf repeat, so maybe that is causing you problems? I have maxed out volume, playing a song by machinehead with a full passive window overlay, been waking up to it for about 4-5 months now [13:51] Rabbitbunny, try cranking the volume and playing a longer song once instead [13:52] b3rz3rk3r: M'kay, that could work. Thanks. [13:52] Rabbitbunny, no prob [13:53] i need some help for installing Joomla.. can you help me???? [13:53] heh. i just did that [13:53] is there any builtin method to access desktop of another ubuntu machine? [13:53] nsahoo, remote desktop [13:53] nsahoo: yes. :) its built in.. ;) [13:53] talntid: isn't that only to access windows method? [13:53] Lord_Devi, there is global flag, i guess g, read the man pages [13:53] Rabbitbunny, you could also try something irritating too.. such as police siren sound effects or the frog on his motorbike ringtone :p [13:53] talntid: windows machine [13:53] nsahoo: using the remote-desktop over the internet - is proberly not a good idea. its using vnc thats not very secure. [13:54] nsahoo: there are vnc clients/servers for windows also. [13:54] b3rz3rk3r: I used a car alarm before. [13:54] Guys can you help me with Joomla? [13:54] Rabbitbunny, haha, nice [13:54] i don't know how to install it [13:54] !info joomla [13:54] Dr_Willis: what is terminal server client tool for? [13:54] Package joomla does not exist in jaunty [13:54] nsahoo: about the same thing i think. Ive only used vnc. [13:54] i'm on windows actually [13:54] arvind_khadri: hrm. sg/foo/bar/ then maybe? Thanks, I'll try it I guess [13:54] i just need someone who explains me how to install it [13:55] sicked: i wonder if anyone in here even knows what it is. [13:55] talntid: Dr_Willis: so, what do I need to do on the remote ubuntu machine? [13:55] nsahoo, id say use SSH, or if you want something like VNC/RDP use FreeNX.. i like that too, its based on SSH too. check it out [13:55] Dr_Willis: Windows or Joomla?? :) [13:55] nsahoo: system->preferances->remote_desktop === arvind_k is now known as arvind_khadri [13:55] anyone knows how I can get my windows partition show up in ubuntu? === Kryzler_ is now known as Kryzler [13:55] arvind_khadri: Aha! "s/foo/bar/g" =) I see I see, thanks again [13:56] nsahoo: then on the other box use a vnc viweer and tell it the ip/port of the ubuntu box. 192.168.1.211:0 (or similer) [13:56] Lord_Devi: Hmm.. I use that all the time in vi. :) [13:56] Lord_Devi, np , :) [13:56] can you add a text only (no icon) launcher to the panel? [13:56] Dr_Willis: thanks, is there a command name to launch that preference window? remote machine is remote now [13:57] Dr_Willis: I use s/foo/bar/ all the time in vi, but I've never bothered to figure out that global flag yet.. [13:57] nsahoo: Not that i know of. You got to be on the local box and logged in for it to get enabled.. [13:57] is there a program to move the mouse with the arrow keys? my touchpad s broken [13:57] Dr_Willis: vino-preferences [13:57] nsahoo: as an alterantive you can ssh in, install a vncserver, and configure it.. but that does NOT share the 'current running [13:57] nsahoo: as an alterantive you can ssh in, install a vncserver, and configure it.. but that does NOT share the 'current running desktop [13:57] vino >hic< ;) [13:58] Dr_Willis: turns out the ssh server is not runnin there either .. oh well [13:58] or, run the programs via ssh -X ;) [13:58] * Dr_Willis wonders at these names of some of these commands... [13:58] and/or can I add another top level menu item (along with apllications, places, and system)? [13:58] nsahoo: its rather locked down then. :) [13:58] Dr_Willis: new install [13:58] nsahoo: its VERY locked down then [13:58] i deleted my files while using fsck. Now i cant boot as files are missing. any ideas to recover? [13:58] Dr_Willis: thought, i'll go home and "do it from there" [13:59] nsahoo: :) good idea [14:00] btw, does anyone know how to make my router assign a fixed IP to the desktop? like 192.168.1.2 all the time [14:00] nsahoo: using vnc over the internet is not that good an idea. (it will be slow and insecure) better to ssh -X and run apps and have them appar locally [14:00] thinkertinker, fsck does not delete files, the corrupting which forced you do use fsck did [14:00] ok, 'mplayer -ao oss:/dev/dsp1 foo.mp3' outputs to the correct place - but how do I control the volume? [14:00] Dr_Willis: ok [14:00] nsahoo: my router has that feature in its configs. :) [14:00] nsahoo: i can assign ip based on MAC. and it rembers. [14:00] my usb-stick doesn't get recognized [14:00] nsahoo, yes, just use the web interface to add your desktops NIC MAC addrs to static [14:00] Dr_Willis: i've got this router with fios modem from verizon, doesn't seem to have it [14:01] joaopinto any solutions?? === ghost is now known as Guest46549 [14:02] nsahoo, then you could just set your desktops IP manually and make it a permanent static route in the router [14:02] no MAC required [14:02] b3rz3rk3r: hmm [14:02] then you hear about people every week in here that hagve issues using 'static' ip's and the network manager. :( [14:02] hi guys Remote Desktop Q. Can remote desktop connect to a listening server so I can deal with firewall rules my end ? [14:03] hello, how can I turn a text into ascii values, for example turn "this is some text" into: "116;104;105;115;32;105;115;32;115;111;109;101;32;116;101;120;116;" ?? thanks! [14:03] I used to set static all the time.. but dont need to now. [14:03] tim167: a perl script.. or any other language you like. [14:03] tim167: echo "this is some text" | xxd [14:03] after restarting xen host I can't access domU any more by ssh or ping, only xm console is work I try http://wiki.xensource.com/xenwiki/XenNetworking but nothing appear wrong in my domU [14:03] !info xxd [14:03] Package xxd does not exist in jaunty [14:03] :() [14:03] grawity: ah i'll try that [14:03] Dr_Willis: I think it already comes with ubuntu. [14:03] man xxd -> xxd - make a hexdump or do the reverse. [14:03] :) [14:04] win [14:04] any network guru here [14:04] One of those leet-haxor tools.,,,, [14:04] surely you mean 1337 h4x0r? [14:04] :p [14:04] man xxd | xxd [14:04] :) [14:05] I installed ubuntu last night , and I love it. my wireless worked perfect, but when I booted up this morning, it can't find my wireless [14:05] Or, run 'python', and use: [ord(i) for i in "Some text"] [14:05] hi [14:05] Dr_Willis: Yes, it was the problem, with compiz, now please suggest some way to reinstall all the graphics drivers i need, and reconfigure all the settings as well [14:05] anyone know a good way of avoiding to use bad clusers on a hdd? [14:05] hmm xxd doesn't give me what i need... [14:05] GPL: if icewm worked.. then the graphics drivers work.. its compiz thats the issue.. [14:05] has anybody tried to install ns2? [14:05] GPL: disable compiz perhaps. [14:05] [Bearfoot] download this http://darktanis.mondozoo.com [14:06] jonii3, what do u mean you cant find it? [14:06] Bearfoot: man badblocks or man e2fsck [14:06] yes [14:06] sorry [14:06] when I click on the applet, there is no listing of my wireless card [14:06] Leviathan, dont spam here [14:07] however, it does see my bluetooth, which is part of the same card [14:07] jonii3, try right-click on it, can you enable wireless there? [14:07] http://darktanis.mondozoo.com [14:07] any one can help with network problem with xen [14:07] everything is in there [14:07] is it possible to get remote desktop to connect to a lisining VNC server? [14:07] b34z3rk3r: no, that option is not on the list [14:07] erUSUL, thanks will look into it [14:07] Dr_Willis: after i removed xserver-xorg-video-radeonhd and compiz, it' started, i didnt install icewm :) i had compiz working with radeon driver, i wanted to check if radeonhd works or not , because i 've X1300/X1550 Series, and acc. to it, RadeonHD shud work | i wanted to switch to radeonhd because i had problems with running OpenGL Rendering Softwares like Hippo OpenSim and Vdrift [14:07] zim: ive heard of 'revese vnc' but never used it. [14:07] any other suggestions to turn "this is some text" into "116;104;105;115;32;105;115;32;115;111;109;101;32;116;101;120;116;" (ascii values)? [14:07] jonii3, looks like your machine has "forgotten" your wireless [14:08] jonii3, is it a laptop/desktop [14:08] ? [14:08] b3rz3rk3r: it's a laptop [14:08] GPL: you are on your own there. .:) i havent touched ati in ages.... [14:08] anyone know why apt-get install apache2 is not copying any files after I manually installed apache2? [14:08] jonii3, make/model? [14:08] b3rz3rk3r: HP Pavilion dv6700 [14:08] === chaky_ is now known as chaky [14:08] I'm using the Windows operating system but want to use ubuntu now, but my hd is 160gb and is all in the C: drive as I proceed to get the 100gb partition c: and 60gb to another partition that is the case in ubuntu? and that by the time I turn on the pc I choose which operating system I use. [14:08] Erilton: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [14:09] b3rz3rk3r: is that enough? or do you need more information [14:09] Dr_Willis: then just tell me the way, how to get all the graphic settings normal and especially xorg files, so i can reinstall the old drivers [14:09] jonii3, ah, is that with the nvida motherboard? [14:09] b3rz3rk3r: I believe so, yes [14:09] [14:09] someone help me? [14:09] b3rz3rk3r: and the nvidia graphics card, and the nvidia wired network card.... [14:10] jonii3, just fixed one of those the other day, wireless was not a problem on it though :/ [14:10] erilton did you install ubuntu? [14:10] Erilton: what's your problem ? why dont you ask the real question [14:10] b3rz3rk3r: uh oh, the wireless worked fine last night, I was even connected [14:10] Dr_Willis: I have used it but not with the default ubuntu remote desktop [14:10] jonii3, have you ensured that your switch is set to on when you booted up today? === Seveaz is now known as Seveas [14:10] jonii3, your wireless i mean [14:10] b3rz3rk3r: I don't know the first time I booted up, but I know it was when I just booted up [14:10] GPL: purge/reinstall the packages - normally [14:11] ah found it, Python has ord('B') which returns 66 [14:11] GP-knight I want to install, only want 2 be the Windows system and ubuntu but in different partitions because if I install the same Windows partition it will remove Windows. [14:11] thinkertinker. [14:11] Erilton you need to make freespace to install ubuntu [14:12] Anyone know why apt-get install apache2 is not actually copying any fileS? [14:12] s [14:12] Erilton: The LiveCD will normally guide you through the dual-boot installation automatically, have you tried it? [14:12] jonii3, what colour is your wireless indicator now? [14:13] b3rz3rk3r: Blue === Idl3r is now known as Guest81796 [14:13] jonii3, flashing? [14:13] where are cached deb files stored [14:13] b3rz3rk3r: No, just solid blue [14:13] jonii3, so card is detected but not sending/receiving [14:13] arand please warn Erilton not to choose the 'use entire disk' option while installation. [14:13] b3rz3rk3r: or is the applet not working right? [14:14] b3rz3rk3r: that same switch and card is used for my bluetooth, wich is working fine [14:14] try this to test that theory: sudo /etc/init.d/networking restart [14:14] ok [14:15] Ignoring unknown interface eth4=eth4. [14:15] and it didn't restart my computer, if it was supposed to [14:15] Erilton: Do take note of thinkertinker's comment there choose "install side by side" and NOT "use whole disk" [14:16] jonii3, no, just your netmanager applet [14:16] hello, can someone help me? my machine isnt receiving any ssh connections... when i ssh to my ip it shows: Connection closed by 192.168.0.xxx [14:16] how to install metacity themes [14:16] jonii3, same as before? anything new? [14:16] anyone [14:16] b3rz3rk3r: ok. same as before. [14:16] grrr [14:16] how [14:16] you mean [14:16] kiran__, drag to theme manager [14:16] Anyone know why apt-get install apache2 is not actually copying any fileS? [14:17] b3rz3rk3r: Is there a console command that would check if ubuntu is even seeing my wireless? [14:17] <[tla]> hi. if my server has multiple physical interfaces, is there any way i can do interface teaming with ubuntu hardy? thx. [14:17] b3rz3rk3r: or if I even have the correct drivers? [14:17] jonii3, ifconfig [14:17] Anyone know why apt-get install apache2 is not installing any files onto the system? [14:17] jonii3, and iwconfig [14:17] b3rz3rk3r: uh oh [14:17] kiran__, try this: http://ubuntuforums.org/showthread.php?t=455507 [14:17] jonii3, ? [14:17] bluebaron do you already have apache installed?? [14:18] b3rz3rk3r: it doesn't see any wireless [14:18] jonii3, thats not good [14:18] thinkertinker: I installed it before but now I tried to uninstall it manually and I can't [14:18] b3rz3rk3r: Iwconfig doesn't either [14:18] [tla]: bonding ? yes with the bonding module. there a few how tos on internet [14:18] b3rz3rk3r: should I start these hundreds of updates? [14:19] jonii3, you havent run updates yet? [14:19] bluebaron please be patient so that someone here can find you an answer [14:19] <[tla]> erUSUL: thx for the magic keyword - ill go look ;) [14:19] b3rz3rk3r: I just got it on, barely in time for bed last night [14:19] jonii3, yes! do that now! MOAR ! F4st3r.. go go go [14:19] b3rz3rk3r: I haven't had the chance yet [14:19] :p [14:19] ht [14:19] b3rz3rk3r: ok ok ok!!! :D [14:19] [tla]: ubuntu or debian interfaces bonding [14:20] jonii3, yeah, run your updates mate.. should fix things up.. if not, come back later on ;) [14:20] b3rz3rk3r: umm, install updates button won't work [14:20] :? [14:20] lol [14:20] thinkertinker: okay but I'm going to post the question every once in a while so that new people can see it [14:20] jonii3, do you have eth0 ? [14:20] yes [14:20] jonii3, not working though? [14:21] if it didn't work, I wouldn't be talking to you [14:21] jonii3, hah.. k [14:21] hey, im trying to help this guy install ubuntu on this laptop, but i keep getting input/output error when trying to partition, tried the installer, gparted, and partman, all gave the same error [14:21] b3rz3rk3r: I restarted update manager and it works now [14:21] jonii3, good man [14:21] jonii3, if its the first time you have run it, you will need to reboot too id imagine === Mama_ is now known as zebuduflea [14:21] b3rz3rk3r: well, this is going to take another 2 minutes, it's time for breakfast!!! :) [14:22] jonii3, lol.. nearly time for dinner here [14:22] :p [14:22] b3rz3rk3r: thanks man. i'll have it reboot and see if it works [14:22] lol [14:22] kk [14:22] it's really weird that it worked last night [14:22] be back in a bit [14:23] After compiling apache manually and installing it, I can't apt-get install apache2. Anyone know what I can do? [14:23] bluebaron ,Is that you want to install your apache once again? [14:24] bluebaron: Yeah. I want the ubuntu version again [14:24] how to make download fast [14:25] bluebaron try if http://ubuntuforums.org/showthread.php?t=499337 helps [14:26] hey guys has anyone an invitation for the game HEROES OF NEWERTH ? [14:26] Is there some ready command for removing an user, equivalent to adduser? [14:26] !ot | siropio [14:26] siropio: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [14:26] heoa: deluser [14:26] siropio, is this related to Ubuntu somehow? [14:26] yes [14:26] Gnea: Thank you. [14:27] siropio: how? [14:27] it is made it from open source cociety [14:27] what's a cociety? [14:27] take a look at this forum [14:27] siropio, not Ubuntu related; try somewhere else [14:27] Hello, How can I install PHP, MySQL, and Apache on Ubuntu 9.04, can help me? [14:27] !lamp [14:27] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [14:27] http://forum.ubuntu-gr.org/viewtopic.php?f=42&t=6607&sid=be945b88e915d7f8ac11ae72392a547c [14:28] anyone here with experience in bind9? [14:28] siropio: actually, that game is made by S2, and they do not have a linux or ubuntu version [14:28] Thanks [14:28] it has and for linux [14:29] siropio: and we're an english-speaking channel, that'll need to be in english for it to be considered. [14:29] sorry for my english [14:29] thinkertinker: didn't work ... i don't know what to do [14:29] siropio, wrong channel, please stop [14:29] I think I ruined my whole Ubuntu installation just by installing apache2 manually ... how ridiculous is that? [14:29] bluebaron: why would you want to install apache2 manually? [14:30] mtlife: because ubuntu's version doesn't include imageantialias from the GD library [14:30] bluebaron: Can't you just, you know, find the module and install that? [14:31] MenZa: nope. went through several forums. had to compile apache2 manually ... what an effing mistake because now I have to reinstall Ubuntu [14:31] This wouldn't happen with Gentoo [14:32] !language | bluebaron [14:32] bluebaron: Please watch your language and topic to help keep this channel family friendly. [14:32] hey i deleted the keys inside /etc/ssh how do i make new ones? [14:33] hey i need help [14:33] ltcabral, something with ssh-keygen [14:33] ltcabral, see the man page or info online [14:33] how to change my Ubuntu Lagauge to english [14:33] and how to see the my old partitions [14:34] After compiling apache manually and installing it, I can't apt-get install apache2. Anyone know what I can do? [14:35] hi, i have ubuntu 9.04, and it was working fine since june or july... but now, whenever i go onto a site such as facebook for example, it loads, i type in my email and password, click login, then it just hangs on that screen, and in the bottom of ff it says waiting for login.facebook.com.... what could be the problem? it also does the same thing with yahoo mail [14:35] Hey , i need help 1) how i see my old paritions and how i change my langauge to enlish [14:36] hello where to get my webcam drivers [14:36] After compiling apache manually and installing it, I can't apt-get install apache2. Anyone know what I can do? [14:36] join #compiz [14:36] oops :? [14:36] !webcam | arber4444 [14:36] arber4444: Instructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras [14:37] bluebaron: I think we went over this the other day: you're doing it wrong. don't recompile apache2 unless you're using the source code from deb-src, not from apache.org [14:37] some with a little iptables experience here? [14:37] !locale | hadi-fa3or [14:37] hadi-fa3or: To set up and configure your locales, see https://help.ubuntu.com/community/LocaleConf [14:37] bluebaron, remove the compiled version. [14:37] hi, i have ubuntu 9.04, and it was working fine since june or july... but now, whenever i go onto a site such as facebook for example, it loads, i type in my email and password, click login, then it just hangs on that screen, and in the bottom of ff it says waiting for login.facebook.com.... what could be the problem? it also does the same thing with yahoo mail [14:37] Gnea: no we didn't but it's too late [14:37] deany: there are so many files to remove from tons of different directories [14:37] bluebaron, if you still have the folder you compiled with, then make uninstall [14:38] Can you help me ? pls ? [pomoże ktoś ?] [14:38] deany: there is no uninstall make conf function [14:38] bluebaron: i'm pretty sure the log will prove otherwise, but if you say so.. at any rate, use the source from the repository, not from apache.org [14:38] bluebaron, if not, then compile it again with same options, and make uninstall [14:38] bluebaron, did you get the source from apache? [14:38] lukasz_: yes [14:39] lukasz_: what is the problem [14:39] deany: i asked in #httpd and teh response that I got was that there isn't an uninstall directive for apache's make file [14:39] bluebaron, I like to keep the folder ive used for compiling/making in case I need to uninstall it later. [14:39] hello why java is not working on my ubuntu!? [14:39] bluebaron, really? odd [14:40] does wubi work with 9.04? and how long will it take after oct 29th for it to support 9.10? [14:40] !java > arber4444 [14:40] arber4444, please see my private message [14:40] deany: i still have the original folder [14:40] !info wubi [14:40] Package wubi does not exist in jaunty [14:40] bluebaron, ive always used the repo versions anyway.. [14:40] is anyone else experiencing a hang when logging into facebook in firefox with ubuntu 9.04??? it just says waiting for login.facebook.com [14:40] bluebaron, well try it, go into it and sudo make uninstall [14:40] deany: yeah but the repo version didn't have something i needed [14:40] how to check the existence of a file or directory from bash? [14:40] bluebaron, what like. [14:40] deany: i have ... several several times [14:41] !wubi > mtlife [14:41] mtlife, please see my private message [14:41] deany: imageantialias from the GD library [14:41] bluebaron, if its a module, then the best thing is to compile the module and not the whole apache [14:41] deany: it only comes with the apache/gd bundle === Guest81796 is now known as Idl3r [14:42] deany: believe me ... i researched this before ... no one told me that it was going to euchre my installation [14:42] ubottu i dont see any private message [14:42] Error: I am only a bot, please don't think I'm intelligent :) === Idl3r is now known as Idl3r- [14:42] :p [14:42] root@james-laptop:/home/james/httpd-2.2.13# make uninstall [14:42] make: *** No rule to make target `uninstall'. Stop [14:42] help me ?! [14:42] hey guys, I got all of my updates finished, and ubuntu still can't find my wireless card [14:42] bluebaron: yeah, pretty sure we talked about it: http://irclogs.ubuntu.com/2009/08/26/%23ubuntu.txt [14:42] !ask | lukasz_ [14:42] lukasz_: 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. :-) [14:42] bluebaron, and thats the folder you compiled with [14:43] !ask [14:43] bluebaron, not a fresh copy of it [14:43] lukasz_, you need to ask a question [14:43] whoops [14:43] Gnea: where? don't see it in there [14:43] bluebaron: you'll have to do a ctrl-f, then search for your name [14:43] deany: yes ... the folder i compiled with [14:44] Gnea: did ... the first thing is see from me is from today [14:44] Gnea: what time? [14:45] bluebaron: perhaps you don't know how to interpret what that is. it's an irc log, from the 26th. Today is the 27th. Please, learn how to read and understand before telling someone that they're wrong. [14:45] Gnea: does it really matter now? [14:45] Gnea: you're WRONG [14:45] WRONG [14:45] WRONG [14:45] bluebaron: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [14:45] and an idiot to boot [14:45] Hi, I can't get sound out trough my logitech usb headset, I've set the sound preferences to use it over alsa, but I get no sound from any player or via firefox. the sound is still being sent to the mobo sound out instead through the rear headphone jack [14:46] bluebaron: no, I'm not. it's around 21:50-21:59 [14:46] IdleOne: I don't know, you tell me. [14:46] bluebaron, please be civil [14:46] let's use GMT! [14:46] Gnea: drop it please, really doesnt matter now [14:46] chelz: UTC* [14:46] grawity: that too [14:46] bye [14:46] Gnea: fact is he still has the issue and needs help with it. [14:47] IdleOne: just seems silly that he came in here yesterday, asking about the same thing, thinking he'll get a different response. [14:47] can anyone give me a hand, im trying to help someone do an install, and its not going so well [14:47] axle: whats the problem [14:47] Gnea: copy the line and paste it here [14:47] IdleOne: I know, and everyone's giving him the right advise, and he's telling everyone that it's not correct. [14:47] bluebaron, find / -type f -name "apache*" -ls [14:47] hi everyone! can anyone help me with setting up my Logitech LX5 mouse's tilt wheel to work in Jaunty? [14:47] bluebaron: no, that's why I posted the URL. [14:47] bluebaron, gnea lets move on please [14:47] bluebaron: do you want apache to work or do you want to argue log files? [14:48] Gnea: it's not in here ... you said nothing about downloading the src [14:48] stay on topic and get your issue resolved [14:48] bluebaron: but, this isn't getting us anywhere. can you see what the install paths are for 'make install'? [14:48] hey guys, I got all of my updates finished, and ubuntu still can't find my wireless card [14:48] jonii3, what chipset [14:48] how do I find out? it may be an nvidia, not sure [14:49] Gnea: there are so many [14:49] jonii3, lspci in the terminal [14:49] it says nvidia a bazillion times, I think thats it [14:49] bluebaron, its good practice when compiling to make a deb [14:49] bluebaron: at this point, I would just reinstall ubuntu and try again. it sounds like you've really mucked it up. [14:50] jonii3, please paste.ubuntu.com with the output [14:50] i guided someone through partitioning with the installer, gparted, and partman, but all gave : Input/output error during read on /dev/sda [14:50] bazhang: sure thing [14:50] bluebaron, find / -type f -name "apache*" -ls [14:51] pastebin the output bluebaron, if it's over a few lines [14:51] bazhang: http://paste.ubuntu.com/260349/ here you go [14:51] !alsa [14:51] If you're having problems with sound, first ensure ALSA is selected, by double clicking on the volume control, then File -> Change Device (ALSA Mixer). If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !Players and !MP3 [14:51] Hi, I can't get sound out trough my logitech usb headset, I've set the sound preferences to use it over alsa, but I get no sound from any player or via firefox. the sound is still being sent to the mobo sound out instead through the rear headphone jack [14:51] bluebaron, could do an -exec rm with that too [14:51] 03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01) [14:52] yah, that's it === Mud|afk is now known as Mud [14:53] I didn't see that the first time. [14:53] how do i lounch updatedb in background ? [14:53] Spideru: updatedb& [14:53] thank you [14:53] Can you get K and KDB from apt-get? [14:54] is there a howto for hardware video acceleration for intel cards? [14:55] how do i rename all files is a folder to something else? like, from filename1.txt filename2.txt to filename1.txt_ filename2.txt_ ? [14:56] !info pyrenamer | zopiac [14:56] zopiac: pyrenamer (source: pyrenamer): mass file renamer written in PyGTK. In component universe, is optional. Version 0.6.0-1 (jaunty), package size 108 kB, installed size 736 kB [14:56] jonii3: http://ubuntumanual.org/posts/185/install-atheros-ar242x-802-11abg-wireless-driver-in-ubuntu [14:56] Hi, I can't get sound out trough my logitech usb headset, I've set the sound preferences to use it over alsa, but I get no sound from any player or via firefox. the sound is still being sent to the mobo sound out instead through the rear headphone jack [14:56] jonii3: http://www.ubuntu-inside.me/2009/02/how-to-get-your-atheros-ar242x-working_25.html [14:56] jonii3: make sure to read the comments [14:56] thanks chelz [14:56] ok [14:56] mobi-sheep: is it CLI compatible? [14:56] zopiac: I don't think so. [14:57] im looking for a CLI thing, but this will do for now... [14:58] zopiac: use prename (perl-package) [14:58] ok thanks [14:58] zopiac: or mmv [14:58] zopiac: try "for i in *.txt; do mv $i ${i}_; done" [14:59] is there a problem with some torrent trackers in ubuntu? [14:59] jonii3: that is almost impossible [14:59] torrents? [14:59] if torrents are impossible then why does ubuntu come default with a torrent tracker? [15:00] anyone have an intel card & enabled video acceleration on 9.04? [15:00] hi [15:00] is there a fast method to update from ubuntu 7.4 to 9.04 ? === b33r is now known as Guest28179 [15:00] i have a problem when i open a terminal in 9.04...i cannot type or paste a lower case s ....upper case is ok....root terminal works fine....all apps work fine....did a keyboard swap and same problem....any suggestions on where to look? [15:00] jonii3: i think the "impossible", referred to "problem", not "torrent" [15:01] !upgrade | Guest28179 [15:01] Guest28179: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/getubuntu/upgrading [15:01] hiiii [15:01] ok, thanks [15:01] Guest28179: what i did is open the sources.list update it to hardy and from hardy to 9.04 [15:01] can I start a shell from nautilus with the current directory chosen? [15:01] Guest28179: safer that way === jepler_ is now known as jepler [15:02] mtlife, in any case i have to save all my datas on an extra space right? [15:02] #httpd says that the only directory apache installs into is /usr/local/apache2 ... i confirmed this with the make file but apache still wont install ... now I'm thinking that it's just ubuntu [15:02] or is there a possibility just making an update like updating the programs [15:02] this would be great [15:03] Guest28179: yes would be safe, i did a backup too before i upgraded. And there is a possibility like updating programs [15:03] when i'm clickin Preferences>Display "It appears that your graphics driver does not support the necessary extensions to use this tool. Do you want to use your graphics driver vendor's tool instead?" [15:03] what is list update it to hardy? [15:03] list updating? [15:03] what shuld i do for adjustin d screen resolution [15:03] I'm trying to setup php on someone else's server (I'm very unfamilar with ubuntu), and I can't get it to have shared memory (i.e. session_handler = mm fails because no shared memory extension is loaded)...I've googled for hours and can't figure out how to enable this on ubuntu [15:03] Hi, I can't get sound out trough my logitech usb headset, I've set the sound preferences to use it over alsa, but I get no sound from any player or via firefox. the sound is still being sent to the mobo sound out instead through the rear headphone jack [15:04] I got a torrent from thepiratebay.org, and it has 59 seeders, but in bittorrent, it is showing 0 seeders and not downloading anything [15:04] holister: try at #php if noone knows here [15:04] Guest28179: /etc/apt/sources.list it requires manual editing so be careful. Best if you google it. [15:04] ok [15:04] !piracy | jonii3 [15:04] jonii3: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o [15:04] that is a fast way to update to hardy right? [15:05] my xorg.conf fil is http://pastebin.com/m287f6eed [15:05] plzzz help me ....... [15:05] do i have to copy all my files on another space? [15:05] or is it just an update [15:05] how do i reset the icons for 'computer' in ubuntu/gnome ? [15:05] !fixres | suryan49 : see if this has something useful [15:05] suryan49 : see if this has something useful: 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:05] i'm sorry if that is against the rules, but they do have legel torrents on pirate bay [15:05] Guest28179: yes it is just an update, but just to be safe i would copy it. Depends on how much you care if you lose it [15:05] jonii3, please stop that discussion now. [15:05] prince_jammys: trying...but it IS an ubuntu-specific problem...they'll probably just send me back here... [15:05] hi, I am having trouble with my sound on Hardy. when I play music on my Rhythmbox I cannot hear a sound from a youtube site on my fire fox... is there a solution for this?? [15:05] okay [15:05] bazhang, i'm sorry [15:05] thanks [15:06] quit [15:06] boscop: install nautilus-open-terminal then reboot and when you right click inside a directory you will see context menu that says Open in Terminal. its very handy [15:06] just trying to settle a dispute: is ubuntu's root 'disabled' by assigning a random passwd upon installation? [15:06] prince_jammys: whoever made the ubuntu package decided not to include the shared memory configure flag when they compiled it... there has to be a way around this though...all distributions have there reasons and methodologies for optional stuff [15:06] wat is dm ????? [15:07] i have a problem when i open a terminal in 9.04...i cannot type or paste a lower case s ....upper case is ok....root terminal works fine....all apps work fine....did a keyboard swap and same problem....any suggestions on where to look? [15:07] sinthetek: No. Root is not even given a password. [15:08] How to edit swf file in ubuntu? [15:08] legend2440, thanks [15:09] anybody know the swf editor fo ubuntu please === grack is now known as Zathara [15:10] holister: yeah, i didn't mean it as if you were off-topic. [15:11] holister: but since there's a few ubunters in #php ... [15:11] sinthetek: in fact, you can verify this by checking the entry for root in /etc/shadow. the second field should contain a "!" or the like. [15:11] list [15:12] how to be the superuser in a terminal window with su [15:12] josef_: try sudo -i [15:12] josef_: sudo -i is preferred over su for ubuntu [15:13] hi all [15:13] how r u? [15:13] hi, is there any diffrence if you install ubuntu on a vm concerning package analysing? [15:14] legend&genii: ok, thank you it works fine :-) [15:14] why does logging on over putty take so long after installing cups? is there a fix? like after i type in the username it takes like 3-5 seconds for Password: to appear. [15:14] is there a difference between "sudo su" and "sudo -i" [15:14] Snake23: yes, you're better off just using sudo directly (sudo -i) [15:15] i have a problem when i open a terminal in 9.04...i cannot type or paste a lower case s ....upper case is ok....root terminal works fine....all apps work fine....did a keyboard swap and same problem....any suggestions on where to look? [15:15] Snake23: sudo will log all commands made under its purview, where su does not. [15:15] Snake23, sudo su -- makes su redundant as sudo already elevates you to the superuser, it makes it read as make me superuser to make me superuser again. [15:15] sipior and unop : ok thanks ;) [15:16] is there a hardware list that woudl show nics that are compatable iwh t linux? [15:16] !hcl [15:16] For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [15:16] Snake23, and plus, sudo -i does the job of su ... [15:16] harry97, most commonplace NIC's are compatible with Ubuntu these days I'd imagine [15:16] k thanks.. [15:17] hi.. i have 9.04 installed in my computer .. i was using ext2 filesystem for root.. a power shutdown(fsck) all programs seem to work differently .. now i want to reinstall my system without afecting my home directory.. help me [15:17] kannan01: what do you mean by "seem to work differently"? [15:18] when i'm clickin Preferences>Display "It appears that your graphics driver does not support the necessary extensions to use this tool. Do you want to use your graphics driver vendor's tool instead? [15:18] plzz help me [15:18] anybody swf editor for linux? [15:18] Hey guys, I'm running Ubuntu in Windows 7 with VMware Server. I've set up in fstab to have a cifs share that points to my local Windows 7 drive so be able to access content. However, I'm trying to copy files from the share over to Ubuntu and it copies for a little bit but then eventually gives me a "Cannot allocate memory" error and my share dies. I have to completely reboot the host machine before my share will reconnect...anybody seen something like [15:18] sipior: evolution is not displaying ymail mails as it before [15:18] kannan01: in any event, if you have a separate /home partition, you can simply reinstall, being very careful to ensure that the partition holding /home is not targeted for formatting. [15:18] Bhavesh2177: Run your Windows SWF editor in wine? [15:18] kannan01: again, what do you mean by that? [15:19] Bhavesh2177: http://luiscosio.com/how-to-dreamweaver-and-flash-8-running-on-ubuntu-dapper [15:19] my xorg fil is http://pastebin.com/m287f6eed [15:19] plzz hrlp me [15:19] sipior: some network problems i have ...so i think some files may be corrupted [15:19] Bhavesh2177: I don't think there are a native flash editor. I could be wrong. [15:19] hey here. I am actually cloning my harddrive (160go) with dd if =/dev/sda of=/dev/sdb on another disk (500go). Can you say me if I have to wait some hours... Do you think is it really long for my case? (other info, my cpu isn't really old, enought fast for it) [15:19] kannan01: what do you mean by network problems? why am i reminded of pulling teeth? [15:19] mobi-sheep: thanks [15:19] !ask | suryan49 [15:19] suryan49: 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:20] Which directory are the temporary videos from youtube? [15:20] suryan49: if you hav e nvidia use system>administration>nvidia x server settings [15:20] Bhavesh2177: There are few differences. You work with the content for flash or you're writing programming codes in Flash -- (eg Actionscript)? [15:21] i have a problem when i open a terminal in 9.04...i cannot type or paste a lower case s ....upper case is ok....root terminal works fine....all apps work fine....did a keyboard swap and same problem....any suggestions on where to look? [15:21] mobi-sheep: Actually i want to edit one swf file === marcel__ is now known as xemacs [15:22] i know, i know....keep the kids away from my comp [15:22] hello [15:22] the error is You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server. [15:23] Bhavesh2177: Meh. You're better off not editing anything --- All this works for one single file. [15:23] has anyone got a clue why it takes so long to log-in after installing cups? anyone experiencing the same problem? [15:23] I got strange graphical artefacts with my radeon 7000 [15:23] http://imagefra.me/view.php?img=2/8/3/f_ejntxf7m_48d4ef9.png&srv=img38 [15:24] suryan49: open system>admin>hardware drivers are the nvidia drivers activated? [15:25] mhh [15:25] can someone give me a hand? Me and axle have been trying to fix Ubuntu for quite a while now, and we are unable to partition the hdd. Always get the error Input/output error during read on /dev/sda [15:25] http://ubuntuforums.org/showthread.php?t=1251098 is the thread [15:25] dey r not activated ..... [15:26] d nvidia drivers r not activated .... [15:27] my nvidia drivers version is erison 180 [15:29] my nvidia card is Biostar Geforce 7050 [15:29] I'm trying to use the asterisk 1.4.25 from the FreeBSD Port Tree. It works great but when we give parameters to GoSub, the parameters are like empty from within the Sub function. [15:29] I don't have this behaviour on a linux system from asterisk tar balls.. [15:29] doh [15:29] not here [15:30] soryy bad window ;) [15:30] we're sorry, but the princess is in another castle [15:31] hi, how can i figure out what the modules are used for by doing an lsmod. or how can i get more information about a module [15:31] cjk, modinfo should start you off [15:31] hi, has anyone successfully have guest vm retreive ip from the host in virtualbox? [15:32] unop, thanks [15:32] plzz tell me how to activate d drivers and how to set the screen resolution [15:34] hi, has anyone successfully have guest vm retreive ip from the host in virtualbox? [15:34] cjk: For what? Network? [15:35] suryan49: open system>admin>hardware drivers and choose 180 and activate it. [15:36] mobi-sheep, in generic, i am analyzing if i really need allthose modules [15:37] cjk: sudo lshw | grep driver [15:38] hi i have problem with web browsers, when i write word shell in it, web browser resize and window decoration disappear. what is wrong ? [15:39] sh3ll: this happens when you type the word 'shell'? type it where? [15:40] How do I configure the network interfaces? I'm on a laptop with both wired and wireless, and so far I haven't found a way to configure the wireless. Have installed wicd and firestarter [15:40] thnx for ur help .... it's workin [15:40] thnaks a lot ...... [15:40] hi guys [15:40] can someone please help me with a error I get when I trying to installa a program? [15:40] sh3ll: Why on earth do you do that :)?? Which browser? [15:40] that's what i'm wondering [15:40] prince_jammys: yes only when i wrote word shell. for example in google [15:40] Elmnas, just shoot... [15:41] sh3ll: in a google search box? [15:41] http://pastebin.com/m277c5f2c [15:41] sh3ll: what browser? [15:41] prince_jammys: firefox and epiphany too [15:41] * prince_jammys tries [15:42] it says it already excists [15:42] Koenigsegg: i was looking for ghost in the shell :) [15:42] Elmnas, what exactly are you trying to do? [15:42] ok guys upgrade my kernel trying to make this wifif card work, i'm open to suggestions how to proceeds, it shows up in lspci -vv and says "access denied" under "capabilities" also there shows no wireless driver under iwconfig the kernal upgrade broke my nvidia support but thats low priority [15:42] Elmnas, just convert the rpm named AWCommon-server-11.5-19.i686.rpm to .deb? [15:42] I trying to install autodesk maya I following this guide --> http://ubuntuforums.org/showthread.php?t=66859 [15:43] yeah [15:43] exactly [15:43] Elmnas, try to follow the guide exactly. [15:43] why would the os make every indication of seeing the card but then do absolutly nothing with it? [15:43] I do that. [15:43] but I get this error.. [15:44] Elmnas, to convert just one package, there's no need for the for loop [15:44] ? [15:44] Elmnas, simply alien -cv AWCommon-server-11.5-19.i686.rpm [15:44] ok [15:44] Anybody know if there's a devicemanager type deal for ubuntu [15:44] ? [15:45] The web says there should, but it's not on my syste in any of the places suggested. [15:45] sayanriju [15:45] Boops, apt-cache search device-manager [15:45] it says the sames the error again [15:45] how can i benchmark my vds? [15:45] sayanriju, are those words meant to mean something to me? [15:45] How can I email \n like: echo "Hey, \n \n 1st parag. \n \n Regards, \n ... [15:45] ... Heoa" | mutt -s "\n in messages?" heoa@heoa.com [15:45] Boops, yeh..it searches the package database for strings matching device-manager [15:45] http://pastebin.com/d64bf8e26 [15:46] "it" [15:46] ? [15:46] Boops: install gnome-device-manager [15:46] sayanriju, what do I do with those words? Say they them outloud 3 times? === hoarycri1ple is now known as hoarycripple [15:46] * larryone just found a bug in gnome terminal.... where do I go for thins??? [15:46] hi, i created a blacklist-test file in /etc/modprobe.d but after a reboot the modules are still loaded [15:46] any idea? [15:46] legend 2440, how? [15:46] Boops, you can do that if you like, but they are supposed to be run in a terminal [15:47] How can I email the newline "\n" from CLI like ... [15:47] ... http://pastebin.com/d1dc5f585 ? [15:47] Ahh, okay [15:47] Boops: in terminal type sudo apt-get install gnome-device-manager [15:47] heoa: echo -e [15:47] Boops, it will then list some packages which you might want to install if you like [15:47] larryone: https://bugs.launchpad.net/ - and what's the bug? [15:47] heoa: echo -e [15:48] heoa: and, you don't need the spaces before/after \n [15:48] sayanriju, I ddid that, nothing happened, just another command prompt. [15:48] heoa: So echo -n "Hey,\n\nblah" | mutt [15:48] Boops: in terminal type sudo apt-get install gnome-device-manager [15:48] Seveas: ping [15:48] prince_jammys: grawity very cool, thank you. [15:48] Boops, check legend2440 's suggestion [15:49] viz. sudo apt-get install gnome-device-manager [15:49] legend2440 there was error message: could not get lock blah blah... could not lock administrator directory. [15:49] Boops: close synaptic? [15:50] i have my gnome-panel on the left side, but the clock shows up vertically. how do i make it horizontal without changing the orientation of the panel? [15:50] legend2440, that worked a bit, but now: Package is not available, but is refered to by another package [15:50] or is there another analog clock like it that does that? [15:50] Why doesn't this just come pre-installed? [15:51] gdeskapplets? [15:52] Boops: open synaptic and look for gnome-device-manager and try to install it from synaptic [15:52] I tried that before comming to this channel, no matches [15:52] legend2440^ [15:53] Boops: enable universe repo [15:53] legend2440: What? === Guest27130 is now known as Deadly [15:54] Boops: in synaptic open Settings>Repositories and put checkmatk next to univers [15:54] in your software sources... enable universe repo === Deadly is now known as Guest25520 [15:54] checkmark [15:54] I wouldnt gnome-device-manager a "manager" of sorts. It just displays info [15:55] Hardinfo has a little more to it. [15:56] uncheck source code, in software sources... [15:56] legend2440: do you mean "community maintained open source software"? [15:56] lened2440: if so it's already checked. [15:57] Boops: yes its second one down wit (universe) at end? [15:57] Yeah [15:57] Boops, try reloading the packag elist using sudo apt-get update [15:57] what are some alternate analog panel clocks that I can use? [15:57] "using" What do mean by "using"? [15:58] Boops, type sudo apt-get update in a terminal and press return [15:58] clock [15:59] Hello everyone, I have a very interesting question. [15:59] syanriju: done that, now what? [15:59] sayanriju, that is === andy_ is now known as Organizd === Organizd is now known as Organized [15:59] Boops, try sudo apt-get install gnome-device-manager [15:59] Hey there [15:59] I have jaunty installed on the 64 bit double quadcore machine, and it lists me 16 cpus instead of 8. [15:59] brb [15:59] anybody has any idea why? [16:00] it also lists my rs232 device twice even though only one is connected. [16:00] I installed JuK (KDE Music Player) but then i dont get any tone out of my notebook. No system-sounds, nothing. How can this be possible? [16:00] Guest30081: that's what you see in /proc/cpuinfo? [16:00] I mean rs232 to usb. === lynx is now known as Guest6097 [16:00] yep. [16:00] ALSA problems? [16:00] It's great how everything just works in linux isn't it. [16:00] christophe_, everything is like it was before the installation [16:00] it lists me cpu 0 through 15 with two physical ids. [16:00] Guest30081: what happens when you run e.g. htop [16:01] Guest30081: maybe every core you have is dual core :P [16:01] nothing has changed since the install. [16:01] sayanriju, or legend2440, that seems to have installed, now what? [16:01] Boops, heh yeah, it's a problem. It's not really an OS for people who aren't too bright. [16:01] may be a kernel upgrade, but it ppears like that in the older kernel as well. [16:01] Hello , i have .rpm package on ubuntu that im runnin in a vmware box, im using alien to change it into .deb package but i get an error message [16:01] barnsey, +1 [16:01] can you help me through it? [16:01] Boops: What exactly is not working that requires you to look at a 'device manager?' [16:01] zebuduflea: specify error message. [16:02] how do i set-up VPN? [16:02] barnsey: who people who just want to get to the part where they use their computer for some functionality instead of spending days setting it up. [16:02] Boops: open Applications>System Tools>Device Manager [16:02] no it's not dual core. I have two quad-core cpu's. [16:02] Anarhist: define 'setup vpn' [16:02] i cant copy paste from vmware coz im trying now to install the vmware tools [16:02] Boops, then use Windows. Is someone forcing you to use *nix? [16:02] Guest30081: kernel version? dual core amd64 shows normally here [16:03] barnsey, +1 again [16:03] barnsey, what exactly is your problem? [16:03] barnsey: I disagree... For most desktop users' needs, I've found Ubuntu to require less configuration than Windows, not more. [16:03] but is says something like mkdir: cannont create directory "Vmware tools : read-only file system [16:03] kernel is 2.6.28-14-generic [16:03] qwyeth same,but I'm not the one complaining. [16:03] Please install /usr/bin/time. [16:03] Hi, does anyone over here know someting 'bout permissions of folders? [16:03] what do i need to install? [16:03] Hi, I'm on a dual-boot Vista/Karmic and all of a sudden grub doesn't load anymore : it shows "GRUB Loading stage1.5" and maybe one second later the laptop reboots by itself before I could see (the boot menu)! I suspect it's due to some Vista updates I applied earlier today... any advice? [16:04] the package is in cdrom directory , maybe i should move it from here? [16:04] amnesia: yes - ask your real question though [16:04] mkay [16:04] Any skilled network ppl? I'm trying to connect my WII to my wired internet via a laptop with wired&wireless. Wireless adhoc shows up on WII, but it seems the laptop never receives any data. [16:04] well I want to make sure a folder is only accessible for the root [16:04] Boops, barnsey: What's bothering me here is that the 'issue' here as I understand it isn't that something doesn't work, it's that the user is looking for something that resembles a windows configuration tool. [16:04] MikeSeth, i have an access to VPN (IPREDator) i know through what server to connect, etc, what i don't know is where to do that on ubuntu. "Network Connections" dialogue has VPN tab, but the "Add" button (and all other buttons) are disabled [16:04] already chmodded it recursively with 777 [16:04] amnesia: then chown the folder to root [16:04] Boops, my problem is you saying things like "It's great how everything just works in linux isn't it." like it's not your fault you can't set things up when most people can. Again I say, it's not an OS for people who aren't good at problem solving or reading. There's already an OS for those people - Windows [16:04] And barnsey, I do use windows for most things, as it's a superior OS, but for this I need linux. [16:04] chown root:root /pathtofolder [16:04] amnesia: 777 makes it open for everyone [16:04] 700*\ [16:05] right [16:05] ok 700 is better :-) [16:05] but I already chmodded it [16:05] can someone help me with a installation error please [16:05] Boops, good luck getting any help now anyway :) [16:05] and the root is already the owner [16:05] If a folder is chmodded to 700 and root is the owner - you're done [16:05] drwxrwxrwx 1 root root 20480 2009-08-27 16:41 . [16:05] I'll tell you what I like, people who thrust themselves into a situation to pick a fight, when they could have just walke don by. [16:05] amnesia: that's not the right permissions [16:05] im installing ubuntu from ubuntu installer i need to ask what is the "Accessibilty profile" ???? === yacc_ is now known as yacc [16:05] well I'm still able to list the files with another account [16:05] amnesia: that looks like 777 [16:05] im installing ubuntu from ubuntu installer i need to ask what is the "Accessibilty profile" ???? [16:06] !ot | Boops this is no place for fights, please [16:06] Boops this is no place for fights, please: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [16:06] I don't need any help now, everything works fine, thanks fucker! [16:06] Boops, I'll tell you what I like - people who want information spoonfed to them,and cry like infants when they don't get it. Love that. [16:06] amnesia: sudo chmod 700 /path [16:06] Hello how can i view the spent resources of a process? [16:06] yeah already done that.. [16:06] hi, I'm having trouble getting my usb ports to work === serp is now known as serpp [16:07] barnsey, yeah I like those people, people who just want to get some work done, without spending a day building there tools. [16:07] my main account can still access it:S === serpp is now known as serp [16:07] !grub | Qwindoo [16:07] Qwindoo: 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 [16:07] hi ubuntu. is there a way i can auto send/ auto send/receive in evolution? [16:07] Boops the word is "their". You obviously had trouble learning other things. [16:07] help me about vidalia please [16:07] I wonder if I would have gotten that kind of help if I went into #windows and asked if there was 'something like dmesg'. [16:07] arand: yeah, but the thing is apparently GRUB is still there (it shows "GRUB Loading, etc") [16:07] barnsey: please keep to the topic - don't get into figth here :-) [16:08] *fights [16:08] guntbert, yeah, I couldn't resist when he started whining. All on topic now :) [16:08] Cpudan80: got any idea? [16:08] drwxrwxrwx 1 root root 20480 2009-08-27 16:41 . [16:08] im installing ubuntu from ubuntu installer i need to ask what is the "Accessibilty profile" ???? [16:08] amnesia: you didn't chmod it to 700 [16:08] What could cause my computer to reboot by itself immediately upon loading GRUB? [16:08] :s [16:09] amnesia: sudo chmod 700 /path [16:09] Qwindoo: yes, but it is seemingly unable to link mbr -> /boot/grub/* on the concerned partiiton, a reinstall might restore that link. [16:09] this is what I did [16:09] sudo chmod 700 /media/Ntfs/Usenet/.yeah\ bitch/ [16:09] is it possible to upgrade jaunty to karmic while it has no net access? [16:09] I'm trying to update some software through the Update Manager, but every time I try to I get this error: [16:09] W: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-prefork-dev_2.2.11-2ubuntu2.2_i386.deb [16:09] 404 Not Found [16:09] I dont think it likes .yeah\bitch in the file path [16:09] ahhh okay [16:09] arand: thanks, I'll try reinstalling it and will get back to you ;-) [16:09] where do I point my update manager to? [16:09] lemme see:p [16:09] Does anyone know what's the deal with devices being listed twice? [16:10] Qwindoo: Or possibly vbr -> /boot/grub/* , but the solution should be the same... [16:10] !karmic [16:10] Karmic Koala is the codename for Ubuntu 9.10, due October 2009 - Karmic WILL break - Discussion and support in #ubuntu+1 [16:10] goddamnit, changed the name and it still isnt changing [16:10] j/ #ubuntu+1 === Enissay_ is now known as Enissay === XAnubisFSUX is now known as XAnubisX [16:11] billy_maze: apache2-prefork-dev_2.2.11-2ubuntu2.2_i386.deb is not in the jaunty repos [16:11] amnesia: if you use chmod -v ...., it will tell you what it is doing [16:12] guntbert: thnxs, could it be cause it's on a ntfs partition? [16:12] when they say to open ports 137-139 445, in samba, do they mean forward the ports? [16:13] amnesia@CandyCase:/media/Ntfs/Usenet$ chmod -v 700 hoi mode of `hoi' changed to 0700 (rwx------) amnesia@CandyCase:/media/Ntfs/Usenet$ ls -ld hoi drwxrwxrwx 1 root root 20480 2009-08-27 16:41 hoi [16:13] amnesia: ntfs does not support the linux file permissions (if I remember correctly) [16:13] guess that's whats pissing me off:p [16:13] im installing ubuntu from ubuntu installer i need to ask what is the "Accessibilty profile" ???? [16:14] amnesia: NTFS has no concept of Unix filesystem permissions. because ... well ... it's not a Unix filesystem. [16:14] hadi-fa3or: Look into it. I believe it's for people with visual problems or require additional (and accessibility) supports. Bigger screen. Color/BW contrast, etc. [16:14] Ntfs sucks arse-.-:p [16:14] !language > amnesia [16:14] amnesia, please see my private message [16:14] amnesia: It doesn't. It simply is not designed for Linux. [16:14] none of the usb drives are recognized when I type lsusb [16:14] http://naruto-anime.org/ [16:15] amnesia: Other than that, NTFS is as advanced as ext3/4. [16:15] hadi-fa3or: I'm not certain - but I think its about helping people with eye or muscle or finger problems ... [16:15] ... [16:15] amnesia: no, it is different [16:15] the file size limit sucks [16:15] max 2 tb I guess [16:15] NTFS is one of MSes better developments, ironically enough [16:15] + lovely bad sectors-.- [16:15] guys what about installation size? does it matteR? [16:15] guys what about installation size? does it matteR? [16:15] esp. compared to FAT lol [16:15] I could just as well start complaining that ext3 doesn't have ACLs compatible with Windows. === matthew is now known as matthew____ [16:15] when they say to open ports 137-139 445, in samba, do they mean forward the ports? [16:16] amnesia: Maximum file size on NTFS is 16 exabytes. [16:16] grawity: na windows sucks too:p === matthew____ is now known as matthewgreyling [16:16] ahhh okay [16:16] guys what about installation size? does it matter ? [16:16] amnesia: watch the language. thanks/ [16:17] mm sorry.. [16:17] Question - does '/etc/init.d/cron restart' reset the system's use of /etc/crontab [16:17] amnesia: for the record, that's now Strike 2. [16:17] hmkay [16:17] guys what about installation size? does it matter ? [16:18] !repeat > hadi-fa3or [16:18] hadi-fa3or, please see my private message [16:18] hadi-fa3or: installation size for ubuntu? [16:18] ys [16:18] hadi-fa3or: a 10GB partition is plenty [16:18] hadi-fa3or: rest is up to you [16:19] its settin automatic on 17 GB [16:19] when they say to open ports 137-139 445, in samba, do they mean forward the ports? [16:19] hadi-fa3or: what is? [16:19] How to detect the ubuntu version ? [16:19] Ubuntu installer [16:19] dr4g: lsb_release -a [16:19] IdleOne: hadi-fa3or: provided you do not intend to store things like music or similar on it. [16:19] whats lsb_release for ? [16:19] Maybe there is a package bug I should report? [16:20] dr4g: lsb_release -a will shouw you info on version installed and kernel [16:20] arand: that's why I added the rest was up to him [16:20] yes but what does LSB stand ofr ? [16:20] for ? [16:20] oh [16:20] I have no idea [16:20] herh [16:21] IdleOne: yea, just wanted to clarify. [16:21] hadi-fa3or: Linux Standard Base [16:21] hadi-fa3or: you probably selected it to use the largest unused space and that is what you have [16:21] Idleo0ne i got 2 partitions 1 c and one d ; windows vista is on c and im installing ubuntu on c by using installer ! and there in the installation there's a box for installation size and [16:21] its setting 17 GB [16:21] err [16:22] dr4g: Linux Standard base as per mneptok [16:22] dr4g: ^^^^^ [16:22] So on my old computer, firefox is extremely... crappy. The back buttons don't work, it can't save login information, running "firefox http://example.com" still opens up a blank page. Anyone know what the problem could be? [16:22] Question - does '/etc/init.d/cron restart' reset the system's use of /etc/crontab [16:22] hi guys i'm using winbind to log into my linux box using windows account [16:23] it all works fine in terminal but when i try to log into gnome it just hangs [16:23] mrb_bk: what do you mean by reset [16:23] i can log in just fine with local account [16:23] but using windows account it just hangs [16:23] any idea? [16:23] hadi-fa3or: is that a problem? can you change it? if so change it to what you like [16:23] I'm looking for a service similar to Yahoo Music for Linux [16:23] (Unlimited downloads for flat monthly rate) [16:23] Suggestions? [16:24] Dougy, TPB :p [16:24] b3rz3rk3r: nah [16:24] no torrenting [16:24] DAMN YOU b3rz3rk3r [16:24] i actually will pay [16:24] Idle0ne , if i changed it to 2GB it will matter ? [16:24] Why does everybody type faster than me :\ [16:24] yahoo gives me all the music i want for $13/mo [16:24] grawity, lol [16:24] im ok with that price [16:24] Dougy: Magnatune? Jamendo? [16:24] * Dougy googles [16:25] Dougy, you could just stream for free? [16:25] b3rz3rk3r: i could, yes [16:26] Dougy, id understand if you dont though.. i keep all my music on all my machines as i travel to a lot of backward places. So streaming is a no-go for me :( [16:26] hadi-fa3or: 2GB is to small. ubuntu needs more then that just to install the base [16:26] b3rz3rk3r: i have 2 machines i use, only [16:26] so its ok then [16:26] i got space [16:26] 17GB [16:26] yes [16:26] Sorry to bother you with a trival question ,but how do you install a .deb package? [16:27] zebuduflea: double click [16:27] zebuduflea, double click it [16:27] on Ubuntu [16:27] im in console [16:27] terminal [16:27] :) [16:27] zebuduflea: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [16:27] zebuduflea: sudo dpkg -i package.deb [16:27] zebuduflea: cd Desktop then dpkg -i filename.deb [16:27] thank you [16:27] hi guys can someone help me with a error? [16:27] MikeSeth are you here? [16:28] Elmnas: error??? [16:28] is it possible to run ubuntu with both gnoma and kde? [16:28] Dougy: you in Ubuntu now? [16:28] rudemouse: yes [16:29] !pm | Elmnas [16:29] Elmnas: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [16:29] mneptok, how [16:29] Elmnas: why are you using rpm ? [16:30] rudemouse: choose the DE you want to use at the login screen === Abhi_ is now known as Abhi69 [16:32] hi...I can't seem to add a multicast address to a specific VLAN [16:32] Elmnas: also your using i386 rpm on x64 machine. wont work. look for .deb packages [16:32] So, does anyone have an idea, why kernel 2.6.28-14-generic may show twice as many CPUs (non-Hyperthreading) [16:32] always having error saying: MAC address entered is not a valid multicast address [16:32] why is that so? [16:33] <[3]nertia> I accidentally deleted the panel that shows what stuff I have open........How do I get it back? [16:33] !resetpanels [16:33] To reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [16:33] indonesia [16:34] [3]nertia: See the above message from ubottu. [16:34] hi, does someone here have a small cluster? I would like to know what software should I use for 2 pc's linux cluster, thanks [16:35] <[3]nertia> Now how I move my panels back the way I had 'em (>.<) [16:36] hola [16:36] Hello [16:36] <[3]nertia> Now how I move my panels back the way I had 'em? (>.<) [16:37] [3]nertia: you pay close attention to the channel. [16:37] <[3]nertia> ? [16:38] hi, does someone here have a small cluster? I would like to know what software should I use for 2 pc's linux cluster, thanks [16:38] 09:33 < grawity> !resetpanels [16:38] 09:33 < ubottu> To reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [16:38] 09:34 < grawity> [3]nertia: See the above message from ubottu. [16:38] <[3]nertia> Yes, I got the panel back [16:38] <[3]nertia> I need to move it and it won't move (>.<) [16:38] Hi all, I'm trying to resolve a problem I'm having with my internal mic on an Acer aspire 6930G [16:38] mneptok: don't make have to point you to pastebin :P === Nicky is now known as Guest75010 [16:38] ok I am not understanding this: How come I can access my XP shared files on Ubuntu, but cannot under XP on my Acer Aspire One? I have Ubuntu Netbook Remix on my AAO right now. [16:39] I am getting a segmentation fault, which causes Firefox to shut down. Does anyone know what is causing this, and how to fix it? [16:39] alberto, i dont think many people run Beowulf clusters here.. im interested though, if you find the answer, let me know? [16:40] b3rz3rk3r: but i dont knwo if beowulf is the kind of cluster i need [16:40] b3rz3rk3r: IO want a cluster supported by standar apps like DVD player, blender... [16:40] alberto, small local clusters are normally called beowulfs [16:41] alberto, i dont know how to go about setting up the software to do so.. just the networking requirements [16:41] b3rz3rk3r: ok :) [16:42] i know they are called beowulf type clusters, because the first at NASA [16:42] with 16 486 [16:42] in italiano [16:42] ?? [16:42] !it [16:42] 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) [16:43] !it [16:43] alberto, nice to know u have researched the history behind it === ShadowChild is now known as lukjad007 [16:43] what r i doing to go on italian ubuntu chat [16:43] what's the best way to install an ubuntu partition from windows? [16:44] !pm > Elmnas [16:44] Elmnas, please see my private message [16:44] bjercand, " /join #ubuntu-it" [16:44] tsrk_: from?, or are you planning a dual-boot? [16:44] can someone help me I have problem with a converting a .rpm to a deb file I get this errors --> http://pastebin.com/m1e3e0eb7 please check [16:45] arand, yes [16:45] arand, i'm on a machine that doesn't have a CD drive or support USB booting [16:46] hi, i'm trying to set-up my computer to be a client to the VPN network (using pptp) when i set it up in the "Network Connections" there are no errors, but nothing work either [16:47] could somebody at least tell me where the error logs for pptp are, because right now i am completely lost [16:47] tsrk_: easiest way would be to use wubi [16:47] !wubi > tsrk_ [16:47] tsrk_, please see my private message [16:48] arand, i'd like to create a partition though, not just a windows file [16:48] wubi pubi... [16:48] :) [16:48] !php4 [16:48] PHP4 has reached its End Of Life and as such is not in any Ubuntu release after Edgy (6.10). For PHP's announcement see http://us2.php.net/archive/2007.php#2007-07-13-1 [16:49] !hi [16:49] Hi! Welcome to #ubuntu! [16:49] !? === Author is now known as Author_away [16:50] does 9.04 livecd support ext4 out of the box? [16:50] i need to rescue another install on an ext4 partition [16:51] all the livecd's i've been trying don't support ext4 [16:51] hi im editing 24x24 icons, now im looking at the 'force quit' icon any ideas of where is located? [16:51] billybigrigger: 9.10 should [16:51] /does [16:51] i can't figure out how to get 9.10 livecd onto usb [16:51] i don't have a cdrw [16:51] only flash drives :( [16:52] billybigrigger: #ubuntu+1 should be able to help [16:52] billybigrigger: and unetbootin only give trouble? [16:52] or arand :) [16:52] yeah, i tried all day with unetbootin yesterday [16:52] should be easy enough... http://kernelnewbies.org/Ext4 [16:53] b3rz3rk3r: I did this morning hehe [16:53] c [16:54] billybigrigger: http://www.sysresccd.org/Main_Page [16:54] http://kernelnewbies.org/Ext4 <-- any help? [16:54] billybigrigger: I think systemrescuecd should have support as well... what Bastien said. [16:55] christophe_: not really, i has a section for mounting ext3 as ext4, but if there were a way to mount ext4 as ext3, that would be helpful :P [16:55] 9.04 supports ex4. I used it to install onto an ext4 partition [16:55] Bastien: thanks, looking now [16:55] it supports ext4 and may be put on usb stick [16:55] I am getting a segmentation fault, which causes Firefox to shut down. Does anyone know what is causing this, and how to fix it? [16:55] 9.04 has a kernel >= 2.6.28??? [16:56] yes [16:56] it should all be here http://kernelnewbies.org/Ext4 [16:56] Ext4 is part of the Linux 2.6.28 kernel === Mud is now known as Mud|afk [16:57] *note* to ubuntu dev's, make a USB image for this exact problem :) [16:57] debian does...but lenny is so bloody old :P [16:57] How are people getting along with ext4? People said about a year ago it was unstable and not ready for primetime. Are people finding it okay? [16:58] anyone have a 3ware 9500 raid controller working under ubuntu ? [16:58] richardcavell: works great for me [16:58] billybigrigger: you should be able to just "dd" the image to the usb drive [16:58] i've been using it it 9.10 since Alpha2 [16:58] mabye u should take a look here? http://kernelnewbies.org/Ext4 [16:58] billybigrigger: I'm using Karmic too. [16:58] Ben64: yeah i' [16:58] me2 [16:58] yeah i've tried that [16:59] Hello. In /etc/kernel-img.conf there's a line "do_symlinks". Can those symlinks be created in /boot instead of the / directory? [16:59] i'm running 9.04 and my desktop reverted to default gnome icons/theme and i cant change it, seems to be a problem with gnome-setting-daemon [16:59] ** (gnome-settings-daemon:5331): WARNING **: Failed to acquire org.gnome.SettingsDaemon [16:59] ** (gnome-settings-daemon:5331): WARNING **: Could not acquire name [16:59] upgrade gnome? [16:59] Ben64: dd if=livecd.iso of=/dev/sdd being pendrive...nothing though, maybe i don't have the partitions setup or something? i dunno [17:00] it may have been an upgrade that did it, its fully upgraded from synaptic [17:00] You also need an updated e2fsprogs tool, of course, the latest stable version -1.41.3 [17:01] gnome-power-manager and gnome-settings-daemon are loaded 5 or 6 times in the system monitor as well [17:02] http://kernelnewbies.org/Linux_2_6_28 [17:02] is there anyway of automatically cleaning all the .config folders for the things i have uninstalled...they seem to remain there [17:03] sim_: I don't think so unfortunately. [17:04] !pptp [17:04] Sorry, I don't know anything about pptp [17:04] hey guys, excuse the beginner question but which packet is the correct one if i want to install the latest stable java runtime envinronment? === tobias is now known as Guest55615 [17:04] anyone has experienced wireless configurations with TRENDnet TEW-421PC [17:05] Biacz_: sun-java6-jre I think [17:05] arand: is that like a bug...cos its really silly [17:05] arand: thanks. i ll have a look [17:05] Biacz_, there's a problem, the latest isn't available [17:05] a quite up2date stable version is ok for me [17:05] sim_, sudo apt-get autoremove [17:06] Biacz_, it allows remove code execution [17:06] b3rz3rk3r: that wont remove personal dot-dirs [17:06] Hi all, how can I clear dmesg? [17:06] sim_, then SYSTEM -> ADMIN -> Computer Janitor [17:06] Biacz_, https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/410297 [17:06] b3rz3rk3r: that doesnt remove the folders [17:06] b3rz3rk3r: nor does comp janitor [17:06] http://linuxfud.wordpress.com/2007/02/14/how-to-reset-ubuntugnome-settings-to-defaults-without-re-installing/ [17:06] Anarhist: running it in a virtual machine anyway. i think that will work for me ;) [17:07] sim_, they are just config files though, why do you want to remove them.. they take up almost no space, and you get all settings back when you instal them again [17:07] sim_: by default no user-specific data is removed in the uninstallation process, that's just a rule in *nix I think, and very unlikely to change, suggestions are to add options to either apt or another program to abe able to do this, but they are only suggestions afaik. [17:07] ok [17:07] looks like this solved the issue, for some people <--- http://ubuntuforums.org/showthread.php?t=258186 [17:08] I installed the In-Windows Ubuntu 9.04. It takes like 20 minutes to load! It flashes between "Starting cmain()..." and a blinking "_". Why does it take sooo lonfg\ [17:08] b3rz3rk3r: because im OCD [17:08] *long [17:08] sim_, plus you cant even see them unless you unhide them! [17:08] sim_, lol.. ok, that makes sense [17:08] b3rz3rk3r: again ^^ [17:08] :D [17:08] anyone has experienced wireless configurations with TRENDnet TEW-421PC [17:09] Is it possible for dmesg to get full? And if so, how can i clear it? [17:10] Trijntje: its a ring-buffer, will delete oldest entries when full [17:10] hey, i'm wanting to push a video stream locally to my remote server and allow users to be able to communicate back w/ me .. anyone know of some apps that do this [17:10] llutz: strange, its is full with some sort of TCP error message and it doesnt show the usb stick i just plugged in [17:11] re [17:13] I download x-window-system using apt-get install w-window-system [17:13] i went through the configuration and everytime I type "startx" all I get is a regualr black terminal that appears. Something is wrong [17:14] I get a black terminal sitting on top of a gray background [17:14] any clues? [17:14] irb111, did you configure your xorg.conf [17:14] Purple: yes, I've reconfigured it twice now but I could use some help with the settings [17:15] irb111, what is your DE? are you running this from a server? [17:15] irb111: If you have a grey background with a terminal window shown in it, X is working properly [17:15] irb111: Does this window happen to have a green titlebar? [17:15] firecrotch: no [17:15] purplenurple_, only 1 I know of similar is vidiscript (a youtube style script).. might be a bit OTT for what you want.. I have a guide to installing it on ubuntuforums. [17:16] firecotch: i [17:16] firecotch: i'm a newbie so forgive my ignorance. i just want to run a GUI desktop environment [17:16] deany, sure send me a link if you don't mind [17:16] i presumed X was the way to go [17:16] irb111: do you have a desktop environment installed? [17:16] irb111: Did you install using the server edition CD? [17:17] purplenurple_, http://ubuntuforums.org/showthread.php?t=1068139 I have it setup locally for testing stuff with [17:17] prince: no, i couldn't get that to work [17:17] prince: can i do that via apt-get? [17:17] irb111: yes [17:17] purplenurple_, also let someone watch a movie over it :) [17:17] irb111: You can do sudo apt-get install ubuntu-desktop which will install the entire desktop environment and commonly used programs [17:17] irb111: sudo apt-get install gnome, for eample [17:18] firecrotch: thanks let me try [17:18] or ubuntu-desktop if you want a ton of extra progs [17:18] if i want klibido to download posts in a mounted ntfs drive, can it do that ? because i cannot see the option [17:18] deany, thanks - i'm looking more for a videoconferencing solution, but this looks pretty cool ... I just did a ffmpeg install on a centos server for video conversions [17:18] Hi everyone, does anyone help me write a small bootloader which I can test without floppy. I don't have a floppy drive in my laptop :( [17:18] I had never used it b4 and didn't know how much you could do w/ it [17:18] firecrotch: apt-get install ubuntu-desktop results in "couldn't find package ubuntu-desktop" [17:19] irb111, did you do an apt-get update? [17:19] irb111: never mind 'gnome' also installs some extra progs, so might as well install ubuntu-desktop. [17:19] sudo apt-get install ubuntu-desktop? [17:19] Can anyone help me writing a bootloader,please? [17:19] i am already in as "su" so i have the root terminal [17:20] hello, im here with a problem... i buy a touchscreen kit on ebay for my asus eee, and install ubuntu mobile mix on it, i alrealy tryed to calibrate it very times, and i cant... the calibration simple dont work [17:20] irb111: well, ubuntu-desktop is in the main repository [17:20] do i have to add some new repos to my apt file? [17:20] irb111: you shouldn't, no. [17:20] irb111, shouldn't [17:21] try sudo even? [17:21] irb111, can you pastebin you /etc/apt/sources.list [17:21] purple: sure [17:21] lol .. remove "Floppy Formatter" "WARNING: This will remove Dictionary and Spell Checker" .. wot? lol [17:22] purplenurple_, I think there is a newer version coming along with x264 encoding (altho you can encode it yourself and rename to flv and send to the "server" and it wont try encode to flv, so gives you x264 encode). There are also a lot of extra fancy plugins you can purchase. [17:23] hi folks! [17:24] Where do the keys appear from the command: gpg --gen-key ? [17:24] i don't know if you can help me but ... [17:24] http://pastebin.com/m65c294c0 [17:24] heleo anybody here [17:24] I cannot find them from /home/heoa/.gnupg/trustdb.gpg [17:24] maybe you know something i don't [17:24] try this... sudo apt-get install ubuntu-desktop [17:25] deany, excellent tutorial [17:25] purefusion, :) tried to make it as painless as possible. [17:25] :P [17:26] does enabling iptables (through ufw) have any impact on the performance of the server? [17:26] you'll want to check your repos, which are located in your source.list file [17:26] sudo nano /etc/apt/sources.list [17:26] Make sure that all the repositories are enabled(If they have a '#' in front of them they are disabled), except for the CD ones. [17:26] Then once you have done that run the command: [17:26] sudo aptitude install ubuntu-desktop [17:26] smbytes, network wise it will if you've closed off ports you didn't want closed [17:26] !who [17:26] 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 :) [17:26] should work proper... [17:27] smbytes: I think iptables is just too popular to be bad. [17:27] *waiting* [17:27] purplenurple_: right what about in terms cpu load etc [17:27] Hi ppl.... I've a problem. can't connect 2 ubuntu computers with a LAN cable... the thing is I've tried it with another PC and it's okay. Tried the same thing at home and it aint working. I need to transfer files from my old PC to my laptop. [17:27] smbytes, nothing that is significant ... it uses a very small amount of resources [17:27] Purple: here you go [17:27] http://splunk.pastebin.com/d41da8910 [17:28] i had to type from one screen to another [17:28] irb111: err, those are debian repos. [17:28] anyone can look at that pastebin for that matter [17:28] irb111, your on ubuntu? [17:28] purplenurple_: thanks [17:28] Purple: yes [17:28] mabye try apt-get update, and then apt-get install ubuntu-desktop [17:29] irb111: how come you have debian etch repositories there? [17:29] irb111, those are the wrong repos [17:29] Christophe: i already tried that [17:29] it ain't gonna work with the repos you have. [17:29] Purple: i thought Ubuntu is based on Debian [17:29] it is [17:29] but we don't use debian repos [17:29] ok, what should i be using? [17:30] !sources.list [17:30] The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories and http://www.ubuntu.com/ubuntu/components - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories [17:30] silly question, how to install a .deb package? [17:30] irb111: last link there, probably. [17:30] plouffe: sudo dpkg -i foo.deb [17:30] can someone put their list on pastebin? [17:30] irc.tin.it [17:30] irb111, why not just download the iso and install it rather than build it yourself? [17:30] irb111, my repositories aren't typical so I can't post them up, but I'm sure someone around here has some repos for you [17:30] will always be installed as root, prince_jammys [17:31] irb111: what ubuntu release do you have? hardy, jaunty, intrepid ...? [17:31] Prince: not sure, how would i be able to find that from the command terminal? [17:31] lsb_release -a [17:31] prince_jammys: can I trust skype to install anything as root? [17:31] plouffe: i don't know. [17:32] hi guys...I'm trying to decide whether to use Opera or Thunderbird for my email client. Can anyone point me in the right direction for good pros and cons? [17:32] Prince: lsb_release command not found [17:32] dont run to much as root.. hehe [17:32] irb111: cat /etc/issue [17:32] prince_jammys: thanks === taube is now known as Taube [17:32] anyone know where i can find a .asf codec for real player in ubuntu? [17:33] Prince: Debian GNU/Linux 4.0 \n \l [17:33] irb111: it would appear that you have installed debian etch. [17:33] plouffe: I wouldn't trust it at all, the company behind Skype has refused to even comment on the rumours that there may be a back door built into the client allowing for eavesdropping [17:33] CaptWho: just install microsoft plugin for firefox [17:33] Prince: Ok, is that a bad thing? [17:34] irb111: ie. you have not installed ubuntu. no, not a bad thing, but not ubuntu [17:34] prower: thanks [17:34] irb111: a bad thing if you want ubuntu-desktop [17:34] chrostophe: will that work with the standalone real player client [17:34] irb111: go to #debian and ask how to install gnome [17:34] ok [17:34] irb111: might as well stick with debian and see if you like it. [17:35] hello...is there any linux-musician ? ....i need help abt direct/offline audio rendering [17:35] hi guys I wrote wget (URL) but where been the files downloaded to? [17:35] Elmnas: the current dir where you executed the command, unless you gave extra options. [17:36] if I removed the folder? [17:36] bye-bye downloaded files [17:36] ff [17:36] CaptWho: not sure, but i works for me, and running VLC [17:36] found [17:36] thank you [17:36] !register [17:36] Information about registering your nickname: http://freenode.net/faq.shtml#userregistration - Type « /nick » to select your nickname . Registration help available in #freenode [17:36] Elmnas: welcome [17:37] christoophe: thanks, i'll give that a shot [17:38] CaptWho: or try search synapctic for .asf codec [17:38] any Linux-guru-musician out there ??????????????? [17:39] How can I see all users and groups in the users-admin program? [17:39] newuser: ask about your specific problem, and if someone knows, they'll answer. [17:39] hopefully === rickspencer3 is now known as rickspencer3-afk [17:40] i want to know if it's possible to render audio offline like in FL studio.... [17:40] newuser: check out also the channel #ubuntu-studio [17:40] newuser, are you using ubuntu studio [17:40] how to find a listening port which is opened for a bittorrent aplication , thanks [17:40] yes..ubuntu studio 9.04 [17:41] which package creates and decompresses the .xz format? [17:41] hi [17:41] newuser, like what prince_jammys said - goto #ubuntu-studio ... they'll be able to help you more [17:41] purplenurple_: gotos are dangerous [17:42] ok... thanks ...going to check it out! [17:42] I'm a ubuntu noob, with a small problem, looking for a little help [17:42] proq, only in php :) [17:42] !ask | Darksaviour69 [17:42] Darksaviour69: 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. :-) [17:42] proq: .xz are "story files" ? [17:42] !details | diabolic [17:42] diabolic: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [17:42] WUBI takes so long to load! Starting cmain() tkaes [17:42] 20 mins [17:42] can someone help me. I trying to use this following commando rpm -hv nodeps (then a .rpm) but it says error: open of nodeps failed: No such file or directory please help me [17:42] ! [17:42] prince_jammys: so, it's a new compression format like .bz or .gz but much smaller [17:43] !rpm | Elmnas [17:43] Elmnas: RPM is the RedHat Package Management system. Ubuntu uses !APT, not RPM. RPM packages are not supported (the package "alien" can allow installing them, but it's quite dangerous and unsupported) [17:43] Why does Starting cmain()... take so long? [17:43] Elmnas: either convert .rpm, or find a .deb package [17:43] am using ubuntu 9.04 and and using the Transmission porgram to download files from torrents the problem is that the download speed is always law [17:44] gg [17:44] iiii] [17:44] I have installed the latest ubuntu 9.04 (64 bit), Works grant, but when I go to shut down, the pc restarts instead. Have Xp on the same pc and it shuts down fine [17:44] prince_jammys: however, apt-cache search xz doesn't bring it up [17:44] diabolic, use duluge [17:44] deluge* [17:44] diabolic: unless youve set a cap on speed, the other seeders are probably capping theirs [17:44] diabolic, you probably need to configure your firewall and/or router to allow connections [17:44] Anyone know of a fix for the Version 7 power management error? [17:45] hi,does the nv driver have xv support? [17:45] proq: i see things like xzip , frotz, and jzip. check if those are relevant [17:46] prince_jammys: nope, those are all for infocom files with the same extension [17:46] ok [17:47] oh, I see. it replaces .lzma. ok, I found it [17:48] where ihave to go to change the firewall settings in ubnutu? [17:48] Hi everybody, got a question: Is it possible to have a raid 5 array to equally use from ubuntu 8.04 and Windows XpSp3? I've got 5 hard disks in my Computer, want to use one for Ubuntu second for Windows and the rest as raid 5 for data storage and access, or optionally, use one for Windows and Linux and four for the raid 5 array..., possible? [17:48] diabolic, sudo iptables -L [17:48] diabolic, see what rules you currently have set [17:49] kamikazeplanet, ask here [17:49] will do [17:49] I have installed the latest ubuntu 9.04 (64 bit), Works grant, but when I go to shut down, the pc restarts instead. Have Xp on the same pc and it shuts down fine. I did a little googleing and could not find any similar problems, if someone could point me in the right direction that would be great, thanks [17:49] hello my ETA in Transmission is very unstable though the speed is stable [17:50] ok thanks [17:50] groza, try another client ... transmission is not so great [17:50] anyone knows why my whole pc freezes when i try to connect my wireless? i have to remove the battery from the mb for it to boot again [17:50] thanks [17:50] on ubuntu 9.04 [17:50] jestem z poland [17:50] purplenurple_: what do you recomand? [17:50] i just installed it and that happend twice [17:50] hey guys, having a problem with my eee pc s101. everything is fine, and wifi works but only with wep hex or no security hotspots, passphrase hotspots just won't connect whatever i try... can anyone please help? [17:50] kamikazeplanet, possibly your drivers are install incorrectly .. what drivers are you running and what card? [17:50] polen [17:50] Hi everybody, got a question: Is it possible to have a raid 5 array to equally use from ubuntu 8.04 and Windows XpSp3? I've got 5 hard disks in my Computer, want to use one for Ubuntu second for Windows and the rest as raid 5 for data storage and access, or optionally, use one for Windows and Linux and four for the raid 5 array..., possible? [17:51] grody, I use rtorrent [17:51] its a fresh ubuntu install [17:51] kamikazeplanet: sounds like a kernel problem. you should read on the forums for any similar problems and file a bug if there isn't a solution on the forums [17:51] i dont know what dirvers === sloopy is now known as Guest5439 [17:51] *kernel driver problem* [17:51] groza, rtorrent or deluge [17:51] is there a gui tool for ubuntu remix to search for a file by a date range? [17:51] purplenurple_:thanks [17:51] http://ubuntuforums.org/showthread.php?t=1246994&highlight=ubuntu+9.04+freeze+wireless+connection [17:51] found this [17:51] but no answer [17:52] kamikazeplanet: most people don't know about them [17:52] purplenurple_:thanx [17:52] Hi everybody, got a question: Is it possible to have a raid 5 array to equally use from ubuntu 8.04 and Windows XpSp3? I've got 5 hard disks in my Computer, want to use one for Ubuntu second for Windows and the rest as raid 5 for data storage and access, or optionally, use one for Windows and Linux and four for the raid 5 array..., possible? [17:52] checkinstall should be used over sudo, but what about aptitude? [17:53] should i switch to using checkinstall instead of using aptitude...? [17:53] kamikazeplanet: hmm... that's only five days old though. I would check for other posts [17:53] I have installed the latest ubuntu 9.04 (64 bit), Works grant, but when I go to shut down, the pc restarts instead. Have Xp on the same pc and it shuts down fine. I did a little googleing and could not find any similar problems, if someone could point me in the right direction that would be great, thanks [17:53] reldridge: checkinstall isn't a replacement for aptitude so no, i wouldn't recommend it [17:54] is it possible to change my ubuntu version without burning a new disk? like downgrading? i know i have used ubuntu with wireless before [17:54] reldridge: You run both of them through sudo [17:54] :) GUYSSSSSSSSS SaY CONGRATZ [17:54] reldridge, checkinstall purpose has nothing to do with aptitude [17:54] I installed obuntu but it fucked up my laptop [17:54] !language | hadi-fa3or [17:54] hadi-fa3or: Please watch your language and topic to help keep this channel family friendly. [17:54] maddin: if it's a hardware raid no problem... if you are using linux raid, then you would have to create linux raid partitions and create the raid 5 that way, then create a different software raid for windows.... or at lest I think that's right [17:54] so waht is checkinstall then? [17:54] Darksaviour69, could just be an anomaly ... these things happen sometimes, when I restart my debian it goes to the logout screen [17:54] kamikazeplanet: it's possible to upgrade, but i don't think it's possible to downgrade without reinstalling. [17:55] kamikazeplanet, downgrading is not possible, you need to re-install [17:55] reldrige: It's a program that builds something from source and then creates a package of it that you can install under X distro [17:55] kamikazeplanet: you can try, but it can cause issues with your system [17:55] Hey guys.. i just connected my digital sound output to my new av-receiver.. however i only have front-output.. can i change that somehow? [17:55] reldrige: That is, when it works properly :> === rickspencer3-afk is now known as rickspencer3 [17:55] proq, downgrade is not supported and should not be suggested [17:55] Is there a gui tool for Ubuntu remix to search for a file by a date range? [17:55] upgrade? what is the latest version and how do i uppgrade without inernett access? [17:55] : have been useing it for a month now, happens every time [17:55] From my experience checkinstall breaks about as much as Wine, which breaks about as much as a set of dishes at a Greek wedding [17:55] wolfgang, you probably need to configure your sound properties ... ubuntu is a little fudgy when w/ multiple channels [17:55] what is a good program for editing dvds? === Nicky is now known as Guest90238 [17:56] purplenurple_: where to configure them? [17:56] hi, totem and mplayer are slow(1 fps) but vlc is fast...I've the xv driver === kj is now known as MalMen [17:56] Ive only used it for ffmpeg and x264 but Ive created debs with checkinstall ok [17:56] i checked the multimedia tab in the system settings.. but couldn't find anything [17:56] what should I do? [17:57] Darksaviour69, mine too ... it's not something to worry about unless it's essential ... you could spend a bunch of time tracking the error down or do a fresh install - that would probably fix it ... personally I'd just let it go [17:57] wolfgang: what about the plugin instead? [17:57] christophe_: which plugin? [17:57] wolfgang: mplayer..m.m [17:57] what is the latest ubuntu version? [17:57] kamikazeplanet: 9.04 "Jaunty" [17:58] wolfgang, depends on your card - mine is intel hd audio something or another ... I had to install a ton of extra apps and drivers to get surround sound working right [17:58] wolfgang:installed mplayer plugin and gecko, and it work with stand-alone players, and its fast.. [17:58] how do i know if i have 9.04 or 9.04 jaunty? [17:58] same here.. hda intel [17:58] hello can anybody help i delet important data of me and now i want to recover them [17:58] or is jaunty the name? [17:58] coldjack: how did you delete it [17:58] is there any tools exist [17:58] kamikazeplanet: 9.04 and jaunty are the same, jaunty is just the name [17:58] kamikazeplanet, jaunty is just the code name [17:58] : its just annoying, but it seems to be a common problem , someone in ubuntu beginners help chan found a few threads about it, but no fix [17:58] del and trash empty [17:58] of a ntfs hard drive [17:58] coldjack: it's gone [17:59] joaopinto: I didn't suggest a downgrade [17:59] il add that to the forum searh then [17:59] Ubuntu 9.04 comes with diffrent release... Januty, Hardy and Heron [17:59] kamikazeplanet: 9.04 refers to it being release in 2009 Month 4 April [17:59] Darksaviour69, it's not really a high priority problem, feel free to debug and let release your fix [17:59] christophe_: did it [17:59] ikonia: Its round about 100 gb [17:59] proq sorry :P [17:59] installed gecko-mediaplayer and mplayerplug-in [17:59] coldjack: it's gone [17:59] and how can i do it? [18:00] wolfgang:weird,, works great here [18:00] christophe_: i mean.. i just did it :) [18:00] : lol, i'm just new to ubuntu, getting that hang of it, thanks anyway [18:00] like "command completed" [18:00] what are the difference wetween hardy heron and januty? [18:00] wolfgang: ok, is it working proper? [18:00] kamikazeplanet: later versions and hardy is "Long term support" so will be updated for longer [18:01] how could i test? [18:01] do i have to restart something? [18:01] #wine [18:01] can someone help me, I trying to run a setup from my home folder but it says in order to install this package, you need to have super user previlege [18:01] I can reach my printer fine with his ip: http://192.168.1.5:631/..., but the problem is, that it keeps changing, is there any way I can reach it trough it's local network dsn name "ubuntu"? [18:01] #winehq [18:01] I have assigned a pw to root [18:01] Elmnas: use sudo [18:01] wolfgang: try restar... [18:01] how? [18:02] Elmnas: sudo command [18:02] sudo command to run [18:02] yeah [18:02] christophe_: thanks then and thanks purplenurple_ - will be back later :) === Niamor59 is now known as Niamor [18:02] *waves* [18:02] but Its in my filemanager [18:02] not in terminal [18:02] Elmnas: do it from a terminal [18:02] how do I wrote the filename is setup [18:02] sudo setup? [18:02] Elmnas: sudo ./setup from the directory setup is in [18:03] villemaxim: I use mdadm to create my array, now I need some possibility to make Windows a: recognize, read and write the array or b: create a raid 5 array in Windows and make Linux recognize etc..., trying to use the diskmngr on the whole thing wasn't a good idea as Linux didn't recognize the array anymore [18:03] ty [18:03] maddin: windows fake raid won't be picked up in linux, neither will windows software raid [18:04] maddin windows won't recognise linux software raid either [18:04] how do I check how many harddrives I have? === colin|applegate is now known as colin|ag [18:04] hello [18:04] redrebel: Open the case and count them? [18:05] prinet driver [18:05] firecrotch, i was hoping there was a command for that [18:05] printer driver [18:05] redrebel: sudo fdisk -l [18:05] redrebel, open your computer and look .... last time i did that I found two I had unplugged [18:05] while booting windows, I can reach my network printer on smb://MARCEL/Printer, but using linux I can't use its alfanumeric name, I can reach it only trough it's ip : http://192.168.1.5:631/printers/LexmarkZ515 and not using smb://UBUNTU:631/printers/LexmarkZ515 [18:06] anyone here that use my version of ubuntu? [18:06] kamikazeplanet: what version ? [18:06] heh [18:06] oki b4100 printer driver [18:06] kamikazeplanet: most people are running jaunty [18:06] ikonia: do you how i can make it work? [18:06] maddin: cross-platform softrware raid is not really possible === michta351 is now known as michta35 [18:06] #winehq [18:06] Hey if I now try to trigger scim and nothing shows up what should I do ? [18:06] maddin: buy a true hardware raid card [18:06] no [18:06] disappearedng: you've said that 3 times now - what's the problem ? [18:06] deluge works thanks [18:07] and no one else have wireless connection issues? [18:07] ikonia: No way i can make it work the software way? [18:07] maddin: not really [18:07] ikonia [18:07] hello ikonia [18:07] maddin: you're best bet is fakeraid, but it's terrible [18:07] dfdd: hello [18:07] ikonia when [18:07] kamikazeplanet, linux is trixy w/ wireless ... for some it works great for some it doesn't [18:07] brb [18:07] disappearedng: sorry - I meant deghost [18:07] kamikazeplanet: I've seen your wireless connection issue before, on 7.10 with a wireless driver built incorrectly [18:07] DeGhost: you've said #winehq 3 times now - what's the issue [18:07] ikonia it's just that when I try to trigger it it doesn't pop up [18:07] *ubuntu 7.10 [18:07] okay, still doesn't work, christophe_ :/ but thanks [18:08] printer driver ubuntu 9.04 oki b4100 donwloads? [18:08] is there somewhere i can get an older driver and replace the current one= [18:08] disappearedng: apologies, miss-typed your name [18:08] ikonia: Heard that too, so I tried software, anyway i gonna try a bit further, if it works i definately gonna post [18:08] oh ok [18:08] maddin: it won't work [18:08] wolfgang:np, try google your excact problem... must be a easy solution.. [18:08] kamikazeplanet: there are probably two or three guides to making your wireless card work. have you tried all of them? [18:08] have not found any, i am browsin the forum as we speak [18:09] kamikazeplanet: using an older driver has almost no chance of working [18:09] \list [18:09] got link to the guides? [18:09] How can I put password request at booting mandatory from CLI? [18:09] kamikazeplanet: you *could* try to build the karmic driver from the aptitude sources of see if karmic works better for you overall. it is alpha, though, so you've been warned [18:10] heoa: pardon ? [18:10] anyone could explain me hot to convert a PIC source into a image? [18:10] christophe_: aye, thanks again :) off for now [18:10] ikonia: so that users must give their password at login [18:10] see you guys [18:10] i do not know what that means but it is a fresh install so if i have to format i have nothing to loose as long as it can ruin my vista install but u realy doubt that [18:10] heoa: all users have to login - that's default [18:11] heoa, i think your asking about a bios password? [18:11] ki b4100 printer driver should also állapotfigyelő + [18:11] ikonia: but it is switched off. [18:11] heoa: what's switched off ? [18:11] if i am to do anything at all i need step by step instructions. and to be able to sovle it without internett [18:11] ikonia: it logs to the comp even without password [18:12] heoa: how are you booting the box ? [18:12] in synaptics i see that vsftpd version 2.0.7-0 is installed.BUT where is the application in the menu i cant find it [18:12] heoa: are you using recovery mode from the grub menu ? [18:12] Hydrid: it's a server - it won't be in the menu [18:12] kamikazeplanet, remove all traces of wireless drivers you currently have, run sudo aptitude autoremove, reboot, and install restricted drivers [18:12] Hydrid: vsftpd is a daemon [18:12] okz thanks [18:12] i do not know how to do that [18:13] so i suppose that i have to do everything from terminal [18:13] Something has been causing my X session to terminate seemingly at random...only the last few days. Can someone give me suggestions about what to investigate first? [18:13] Hydrid: it's auto started at boot [18:13] it have been 2 years since i last touched ubuntu [18:13] anyone could explain me hot to convert a PIC source into a image? [18:13] ikonia: no, the option was asked during installation to turn off the ... [18:13] ... password during login. [18:13] deltah: what is a PIC source? [18:13] heoa: I'm not aware of that option [18:14] http://ubuntuforums.org/showthread.php?t=1251098 please read and reply for support [18:14] proq, http://floppsie.comp.glam.ac.uk/Glamorgan/gaius/web/pic.html [18:14] deltah: pic2fig? [18:14] so if you can pm me with step by step instructions i would be realy gratefull. [18:15] heoa, are you on 9.04? [18:15] ericdb: first palce to look at is /var/log/Xorg.0.log and its saved predeccesors [18:15] kamikazeplanet, who are you talking to? [18:15] the whole chat [18:16] http://ubuntuforums.org/showthread.php?t=1251098 please provide support if you can [18:16] kamikazeplanet, instructions on what .. how to remove drivers? [18:16] and to add the new ones [18:16] heoa, if on 9.04 .. System>Preferences>Login Window .. the Security tab. uncheck automatic login [18:16] anyone could explain me hot to convert a PIC source into a image? [18:16] stefg, thanks. [18:16] Something different : Yesterday i got married! [18:16] grats ^^^ [18:17] odahilys: it's a bad hard drive, no doubt about it [18:17] i need a tool to remove annoying menus on dvds... i already backed the dvd up to my HDD [18:17] firecrotch: fuck. [18:17] delta: you need to run the pic input through troff [18:17] !language [18:17] Please watch your language and topic to help keep this channel family friendly. [18:17] Hi [18:17] :o sorry [18:17] hi! ) [18:17] I have a problem with the installation of a log === jpb0104_ is now known as jpb0104 [18:18] Joeyeye "pic pic.source | gtroff" ? [18:18] When I put "sh th++.sh" [18:18] delta: something like that [18:18] Terminal gives me : "th++.sh: 2: declare: not found [18:18] <_nano_> Hi all, I have this extremely weird issue. Firefox and synaptic package manager are not able to connect. Firefox shows "waiting for ..." for eternity. However wget and xchat(right now connected using this) are working fine. Could any one please give me some pointers as to how to debug this issue? [18:18] <_nano_> I am using Jaunty === sumedh is now known as optimus [18:19] _nano_: misconfigured web-proxy settings? [18:19] No idea for my problem? [18:19] <_nano_> stefg, I am not using any proxy :( [18:19] _nano_: sounds like a DNS issue. try ping google.com from a terminal [18:19] _nano_: firefox in offline mode? [18:19] joeyeye, now i got a pic.source.fig file. what i'm suppossed to do with it? [18:19] <_nano_> firecrotch, ping works wonderful [18:20] joeyeye, it not opens with gimp [18:20] <_nano_> Trijntje, I dont think it's in offline mode, coz it usually tells you that when its so [18:20] blue tooth not working.. [18:20] _nano_: but maybe something is configured to look for one... another idea is to look at your DNS entries [18:20] it detects device but can not send the data [18:20] any help [18:20] <_nano_> firecrotch, stefg : i am just wondering, whats different in firefox and synaptic thats not there in wget or xchat ! [18:21] _nano_: port numbers [18:21] hello [18:21] amcsi hi [18:21] _nano_: ĉan you run 'host google.com' and get a sensible reply ? [18:21] _nano_ stefg: well, synaptic and firefox and wget use port 80 :) [18:21] someone know how i can setup a usb modem movistar in ubuntu 9.04 [18:21] <_nano_> stefg: lemme try that [18:21] now i got a pic.source.fig file. what i'm suppossed to do with it? [18:21] do someone have the time to explain me in detail how to remove all traces of my drivers and then install restricted drivers? [18:22] <_nano_> stefg: yup shows instant results in commandline [18:22] delta: PIC is a subset language of gtroff, I think you want to run gtroff -p [18:22] for wireless [18:22] there's a program I am using (stepmania) which for some reason wants my computer's sound server ALL to himself, meaning it will not launch if any program is using the sound server, and while the program is running, my computer makes no other sounds. How do I make the program not be so greedy? [18:22] _nano_: so your dns seems to work [18:22] <_nano_> stefg, yeah or else wget would have failed i'm guessing [18:23] bluetooth not working [18:23] it uses ALSA [18:23] !ipv6 | _nano_ [18:23] _nano_: For an introduction to IPv6 and information on tunneling IPv6 through IPv4 connections, see https://wiki.ubuntu.com/IPv6 | To disable IPv6 see https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv4 [18:23] kamikazeplanet, I don't have time to walk you thru it but google should be able to provide you with resources to fix it [18:23] what should i google to find a guide? [18:23] <_nano_> stefg, thanks lemme check that [18:24] Hello Everyone :D [18:24] How do I get Net/SMTP/SSL.pm in 8.04? [18:24] joeyeye i want tu convert the PIC source into a image. gtroff -p pic.source does not work (gives --help info) nor pic.source.img [18:24] to* [18:24] kamikazeplanet, what version of linux? [18:25] ubuntu 9.04 [18:25] what wireless card? [18:25] _nano_: and check if firefox is set to stupid settings in extra/options/network [18:25] bastidrazor: Thank you. Any idea which program handles the issue? It ... [18:25] ... requires GDM, at least. [18:25] 2 sec i forgot the whole name [18:25] <_nano_> stefg, I have already checked that, it's all default, that is no proxy etc [18:25] delta: gtroff -P pic.source -T html [18:25] Why not just blacklist the drivers? [18:26] <_nano_> stefg, the funny thing is that I have another laptop with zenwalk connected to the same wireless router, it's working fine [18:26] blue tooth not working [18:26] heoa, gdmsetup ? [18:26] _nano_: are you using gnome network-manager? [18:26] d-link DWA-547 rangebooster n650 desktop adapter [18:26] <_nano_> stefg, yup [18:26] I am a Desktop Architect for a Dialysis company. We are evaluating Ubuntu for certain things, and it seems i have hit a roadblock. Would anyone here be able to recommend enterprise type management solutions (security patches evaluated and distributed by us, package updates, remote desktop, ) In a windows world we use a Landesk Client to connect and manage these types of things, and to also pull software / Hardware specific info [18:26] <_nano_> stefg, oops sorry in zenwalk its different i thin wicd [18:26] _nano_: try installing wicd and see if the problem persists [18:26] I keep hearing how simple linux is to manage, but what about when you have 1500 devices ? :D [18:27] <_nano_> stefg, the weird thing is that apt-get in command line works, but the synaptic gui doesnt ! its mind boggling [18:27] deathtech: it'S even simpler ... see !clone :-) [18:27] deathtech: Landscape may provide what you need: http://www.canonical.com/projects/landscape [18:27] kamikazeplanet, google ubuntu jaunty remove wireless driver d-link [18:27] <_nano_> stefg, isn't the network connectivity in commandline using the same that's provided by the networkmanager? [18:28] Landscape has some pretty hefty fees associated with it, i was hoping for a more Open Source / Free solution, if possible [18:28] deathtech, linux/unix is about as easy as it gets to manage [18:28] delta: pastebin the pic.source file please [18:28] purplenurple : Yeah, single system is very simple, 1500 maybe not so much :) [18:28] How can I switch console in CLI instead of ALT + F-keys? [18:28] I would like the tar and gunzip command to ignore crc errors how do I do that? [18:28] _nano_: not sure. my idea is that network-manager (as usual, i might add) introduces weird behaviour into gui apps [18:28] but what about adding drivers afterwards? [18:28] !clone [18:28] To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » - See also !automate [18:29] <_nano_> stefg, in that case there's some glimmer of hope [18:29] deathtech, I manage clusters across the US .. yeah, it's easy [18:29] <_nano_> stefg, let me try wicd then [18:29] deathtech: have you considered the Landscape Dedicated Server Edition? Maybe call Canonical's sales team and get a quote? [18:29] deathtech, in fact i'm managing my network right now ... and watching a movie [18:30] I am new to server admin. and was wondering if there are any additional steps I should take to secure my very small home servers? [18:30] purplenurple_: 1500 system all with the same (or just slightly different) hardware? [18:30] if i run disk intense apps, should I use LVM or should I partition my drives with fdisk?? [18:30] firecrotch : Yes, i have contacted them, im awaiting a response i sent back from yesterday with a representitive, advent to my own nature however, i was hoping to see a few alternatives :) [18:31] I want to file a bug against the alternate install CD, anyone know which package I should file against? [18:31] Steffy, mostly arch/bsd/rhel derivatives, no ms software thankfully :) [18:31] I have server 9.04 running on them, is there anything I should do to make them more secure? [18:31] chmac: if it's the installer itself, the package is d-i [18:31] My issue is that the installer wipes existing partitions without sufficiently warning users if you enable encrypted volumes. Lost my whole system two days ago. Feeling very grateful for my backups :-) [18:31] purplenurple_: wrong nick :-) ... i meant hardware, not software [18:32] firecrotch: I think the wording of the partitioning sections needs improved, would that be a d-i bug? [18:32] <_nano> stefg, connected using wicd now, same issue :( "waiting for www.google.com ....." :( [18:33] chmac: Yes, that would be in d-i, and if that's not the appropriate package to file the bug against, the d-i team will probably reassign it [18:33] _nano_ : wired or wireless network ? [18:33] <_nano> stefg, wireless [18:33] firecrotch: thanks, I'll fire into debian-installer now :-) [18:33] stefg, most different hardware ... we just added our cluster in virginia which is all new hardware ... our other networks in san jose are running old old old sparcs and some fairly new hardware [18:33] <_nano> stefg, xchat works though, I am on the same machine and talking to you right now! [18:34] <_nano> stefg, synaptic package manager and firefox have something that xchat, wget and ping doesn't have [18:34] _nano: try going to another website? like yahoo.com? [18:34] _nano_: so i'm guessing your router doesn't like ipv6... unfortunatly it'S now a kernle built-in [18:34] what program opens .fig files? [18:34] <_nano> Berzerker, same issue no matter what website...it successfully connects but then the endless 'waiting for' in the status [18:34] hi I have set up the LAMP but now i am not able to see the test page in my browser.I am new to this.Any suggestions [18:35] <_nano> stefg, if that were the case then xchat, wget would have faced issues as well ? [18:35] Does anybody know if there's anything I should do after installing ubuntu server addition and getting the appropriate updates to secure it? [18:35] _nano: in FF? [18:35] _nano: what version [18:36] <_nano> Berzerker, yeah and also in synaptic package manager [18:36] <_nano> Berzerker, 3.0.13 [18:36] hrmm [18:36] _nano: try FF3.5? [18:36] _nano: sudo apt-get install firefox-3.5 [18:36] i ripped a dvd to my hdd... but now i want to remove some annoying parts like special features and FBI warning... what tool will let me do this? [18:37] what program opens .fig files? [18:37] HOLA HAY ALGUIEN DE COSTA RICA [18:37] <_nano> Berzerker, will try, but then I'm not sure why synaptic package manager would face issues ..but then again apt-get in command line works fine [18:37] _nano: sudo apt-get install firefox-3.5 and firefox-3.5-gnome-support [18:37] purplenurple_: i see... so what's your question about then? you might be able to clone package selections, but if you run sparcs you'll probably have to go debian... don't know if sparc is offivially supported by ubuntu [18:38] quit [18:38] <_nano> ok now apt-get is "waiting for headers" :) [18:39] and now he quick [18:39] quit* [18:39] stefg, it wasn't my ? it was deathtech's [18:39] hehe [18:39] it was nano [18:39] purplenurple_: yeah, sorry... mixed that up [18:39] guys i have a dual boot (ubuntu+vista)...i want to upgrade vista to w7...will the boot section mess up??? [18:40] stefg, he is thinking about integrating in linux w/ his existing ms infrastructure [18:40] <_nano> that was me as well :) [18:40] pooding [18:40] oh [18:40] hi, there anything I can use to install ubuntu on a usb pendrive? [18:40] _nano: what kind of connection are you on? any routers involved? [18:40] running ubuntu jaunty [18:41] how do i enable ftp? [18:41] <_nano> Berzerker, yeah routers are involved [18:41] deathtech: is that server or desktop use ? [18:41] so i can ftp to my ubuntu machine from windows [18:41] get a ftp client? [18:41] _nano: tried resets? [18:41] or use logmein [18:41] <_nano> Berzerker, no... i was wondering if ping works probably it's not a router issue === doman_ is now known as Bloodman [18:41] <_nano> Berzerker, wget works great as well [18:42] _nano: ping is only 1 port. I'd try resets. [18:42] I would like the tar and gunzip command to ignore crc errors how do I do that? [18:42] christophe_, i have an ftp client, but i need an ftp server. i thought one was built into ubuntu but i needed to enable it [18:42] try proftp [18:42] !info proftpd | azlon [18:42] azlon: proftpd (source: proftpd-dfsg): versatile, virtual-hosting FTP daemon. In component universe, is optional. Version 1.3.1-17ubuntu1 (jaunty), package size 190 kB, installed size 228 kB [18:43] <_nano> Berzerker, I am just trying to figure out why is my router partial to wget and ping :P [18:43] _nano: try resets first. [18:43] :P [18:43] <_nano> Berzerker, right, just waiting for the firefox 3.5 to finish installing (mind you it's getting downloaded from apt-get command line and I've no idea how! ) [18:43] how can i get pstack going? aptitude search pstack doesnt show it [18:43] anybody running ubuntu on a usb key? [18:44] _nano: some routers puke if you throw ipv6 packets at them... slackware based distros probably don't do that [18:44] <_nano> stefg, seems you're right, or else i see no other difference between wget and firefox , lemme see if there's a way to disable ipv6 in firefox [18:45] has anyone had any expericence using the option icon 255 modem on ubuntu? [18:45] does anyone know a funny irc i can join? [18:45] !irc | Pooding [18:45] Pooding: A list of official Ubuntu IRC channels, as well as IRC clients for Ubuntu, can be found at https://help.ubuntu.com/community/InternetRelayChat - For a general list of !freenode channels, see http://freenode.net/faq.shtml#channellist - See also !Guidelines [18:46] http://ubuntuforums.org/showthread.php?t=1251098 please attempt to provide support [18:46] mmk [18:46] hi guys can someone help me I got error with my gstreamer when im trying to install songbird when I run ./songbird I get this error --> please guys help me out <-- --> http://pastebin.com/m3b172f83 [18:46] helo [18:47] http://ubuntuforums.org/showthread.php?t=1251098 please provide support if you can really urgent [18:47] !repeat | odahilys [18:47] odahilys: 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. [18:47] hola [18:47] ubuntu oki b4100 install oki status monitor [18:48] hi guys can someone help me I got error with my gstreamer when im trying to install songbird when I run ./songbird I get this error --> please guys help me out <-- --> http://pastebin.com/m3b172f83 [18:48] odahilys: so what's the problem ? === s0ur is now known as sour [18:48] !douchebag | stefg [18:48] Sorry, I don't know anything about douchebag [18:48] -_- [18:49] joeyeye: lost OS on my Sony Vaio laptop, can not install ubuntu instead. Please view the forum thread for detailed explination [18:49] Elmnas: known songbird issue with nvidia ... read faq , uninstall libvisual-plugins [18:50] odahilys: does livecd/gparted see the entire 1TB disk ? [18:50] ubuntu oki b4100 install oki status monitor driver donwload? [18:50] i am pretty sure i turned on the ctrl + alt + backspace thing so why isnt it working? [18:50] joeyeye: its 250 gb [18:50] odahilys: does livecd/gparted see the entire 250GB disk ? [18:50] joeyeye: yes [18:50] !dontzap | yowshi [18:50] yowshi: 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. [18:50] i r pooding [18:51] joeyeye: that link is wrong please excuse that, i posted the wrong thing [18:51] fuck [18:51] odahilys: np. can you pastebin output of sudo fdisk -l ? [18:51] ubuntu oki b4100 install oki status monitor donwload? [18:51] stefg define similar? [18:51] the actual link is http://www.amazon.com/Sony-VGN-AW170Y-18-4-Inch-Processor-Ultimate/dp/B001FB6T76/ref=sr_1_3?ie=UTF8&s=pc&qid=1251378504&sr=1-3 [18:51] oops [18:52] stefg and also whats the sysreq key? [18:52] i meant http://www.amazon.com/Sony-VGN-NS190J-15-4-Inch-Processor-Blu-ray/dp/B001F50SK6/ref=sr_1_1?ie=UTF8&s=pc&qid=1251395482&sr=1-1 , excuse me [18:52] !question [18:52] yowshi, print screen key.. and both restart X [18:52] 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. :-) [18:52] can anyone tell me how to make my own irc channel? [18:53] Pooding, are you on xchat by chance? [18:53] bastidrazor: apparentlyneither restart x even after trying to dontzap thing i just tried them both [18:53] joey: yes [18:53] Pooding, I would go to #xchat channel and I am sure they will guide you [18:53] join a channel, that dosent excist, then u are the +o, and then u can request a bot [18:53] joeyeye: it cant be done from live disk tho, so it failed [18:53] i r xchat [18:54] Pooding, it's not difficult to do so go to #xchat channel :) [18:54] bastidrazor: but it sure can clear a screen that sysreq key [18:54] odahilys: really sounds like hd failure [18:54] ubuntu oki b4100 install oki status monitor ubuntu [18:54] mmk [18:54] Pooding: Thats a question best asked in #freenode as there are specific guidelines for creating channels on freenode servers, but if you're looking at a different irc network, then as coz_ suggests, ask in #xchat [18:54] joeyeye: tell me about it... [18:54] somebody please help, i am setting up a VPN, and i have this error http://pastebin.com/m11feb23c [18:55] maybe i'll just stick to this one [18:55] joeyeye: i get errors when booting up, saying "SMART Predicted Hard Disk Failure" and some other harddisk failure msg === Nicky is now known as Guest94559 [18:55] odahilys, that is your bios telling you the disk has failed. [18:55] so good news! I got into the grammar school of my choice to study science a-levels today! [18:56] can someone tell me how to fix there error when i run nautilus http://paste.ubuntu.com/260466/ [18:56] bast: thats what i expected from an ex-vista machine that corrupted. [18:56] imbraindead, use gksudo instead of sudo for graphical applications [18:56] ah ok [18:57] odahilys: that's like the "check engine" light in the car. Have you removed and re-seated the hard disk ? [18:57] reset bios settings? [18:57] joey: laptop with warranty.... i am scared to void it so i dont want to screw around [18:57] christ: tell me more [18:57] Where should I go for a question regarding an external hard drive? [18:57] !hi | me [18:57] me: Hi! Welcome to #ubuntu! [18:57] bastidrazor, it still gives me that error, but it fine. is it something to really not worry about? [18:57] Agony_, whats it doign? [18:58] opens fine* [18:58] Oh man [18:58] bastidrazor: any idea why they changes it? were people hitting ctrl + alt + backspace all willy nilly or something? [18:58] imbraindead, that is a warning. not an error. if you don't have samba shares then you have nothing to worry about. [18:58] celthunder: It says there are 101Gb of files on it, but it says 195Gb of space is being used [18:58] yowshi, no clue. [18:58] Anarhist: Check that the ppp_mppe.ko module is installed. $ sudo modprobe ppp_mppe [18:58] bastidrazor, ok, thanks [18:58] Agony_, are they very small files? [18:59] Anarhist: No, they're mostly 700Mb .avi files [18:59] dajhorn, i get no output from that command [18:59] Agony_, what file system? [18:59] Umm, does locking a version in synaptic not prevent aptitude from showing them as updates? [19:00] Anarhist: Now run `lsmod` and check for it in the list. Past that, you'll probably need to pastebin details about the VPN connection. [19:00] bastidrazor: well least it still resets akll the memeroy stuff i had dbus-daemohn taking up like a gig of ram [19:00] WebcamWonder, it should prevent apt from not showing them and of course in synaptic [19:00] Anarhist: fat32 [19:00] Hey I have a question about Ubuntu 8.10, I have an Eee PC running that and when I use my left clicker it doesn't register [19:00] dajhorn, it's there on lsmod [19:00] coz_: *sigh*... what is the apt-get to check for the policy to upgrade packages? [19:01] Anarhist: Try again. [19:01] Hello! I had several problems trying to configure a package, I did a Hello world in C and the result was this gcc test1.c ;collect2: cannot find 'ld' [19:01] WebcamWonder, mm not sure what you mean ... [19:01] dajhorn, same error [19:02] Anarhist: Do you need the VPN to connect to your ISP, or to connect to a remote site? [19:02] <_nano> stefg, it seems to be router issue, it connects fine on wired LAN on the same router, ipv6 issue it seems ...oh well time to change my old router [19:02] Agony_, that is strange, you should check the drive, but best do it under windows [19:02] coz_: Well, I have a package locked to a specific version and aptitude full-upgrade wants to update it [19:02] dajhorn, it's a remote VPN [19:02] WebcamWonder, try apt-get to see if it recognizes the lock [19:02] Anarhist: What is at the far end? Another Linux computer? A cisco box? [19:02] !hi | _Apple_ [19:02] _Apple_: Hi! Welcome to #ubuntu! [19:03] coz_: Nope [19:03] _nano: luckily that won't too expensive (if you don't have too many clients on the network) [19:03] dajhorn, it's IPREDator VPN, i have followed the instructions i've found http://ubuntuforums.org/showthread.php?t=1189343 but it works for those people, but not for me [19:03] Anarhist: I don't have access to a Windows system to check it on [19:03] !question Why [19:03] Sorry, I don't know anything about question Why [19:03] WebcamWonder, mmm apt-get should recognize that ... I am not sure then...generally when locking a package in synaptic it should not be seen [19:03] !question i fail [19:03] Sorry, I don't know anything about question i fail [19:03] WebcamWonder, I am going on my experience here so I may not have the answers for you [19:04] <_nano> stefg, nah just me (it's a home network) , though i'll still tinker around a bit and let you know if i make any headway [19:04] !question ; i fail [19:04] Error: I am only a bot, please don't think I'm intelligent :) [19:04] !question ;i fail [19:04] Error: I am only a bot, please don't think I'm intelligent :) [19:04] _nano: you might as well look at some specialzed router distro and search the attic for some ancinet hardware [19:04] Anarhist: This is a single boot Ubuntu system. I'd format the drive, but I don't have space to back up what's on it onto the laptop === hey` is now known as grumete [19:04] I attached a Seagate FreeAgent drive to my Ubuntu 8.04 workstation and it mounts as "/media/FreeAgent Drive" The space is killing me. How do I remount a drive under a better name? [19:04] !question and i fail [19:04] Error: I am only a bot, please don't think I'm intelligent :) [19:04] Anarhist: Are you behind a NAT? (eg: Are you directly connected to the Internet, or do you have a mini-router.) [19:05] edit your fstab [19:05] <_nano> stefg: :) [19:05] Agony_, can you access every directory fine? [19:05] !question therefor i fail [19:05] Error: I am only a bot, please don't think I'm intelligent :) [19:05] wow [19:05] Hey, all. Is there STILL no fix for Adobe's Acrobat on 64 getting this error? /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64 [19:05] fail bot is fail -_- [19:05] djuggler: : sudo nano /etc/fstab [19:05] !question im [19:05] Sorry, I don't know anything about question im [19:05] thx [19:05] Anarhist: Yes, and I've checked the directories, there is definitely no more than 101Gb of files in them, total, and no hidden files [19:05] !question im stupid [19:05] Error: I am only a bot, please don't think I'm intelligent :) [19:05] /dev/sdb1 /media/"Drive Name" ext3 defaults 0 0 [19:06] djuggler: PM me for help [19:06] dajhorn, i'm not NATted as far as i know, but there maybe a packet shaper on this network before internet, can this be the cause? [19:07] i want to install gtk+ 2.16 from source. and i see here http://www.gtk.org/download-linux.html 3 packages. do i have to install them too? [19:07] Anarhist: Yes, and you're trying to connect to a politically visible site. [19:08] Anarhist: That site is in blacklists. [19:08] can someone recommend me a powerfull gaming machine thats prebuilt and is under 1.2k dollars? [19:08] sup [19:08] Agony_, you can try fsck.vfat [19:08] I'll load ubuntu on it and should be ready to roll :D === jpb0104_ is now known as jpb0104 [19:08] RanyAlbeg, looks like the installation guide is pretty clear... yes you most likely have to install all of the dependecies [19:08] Anarhist: How would I do that? [19:09] Anyone has any ideas why pinning a package would still want aptitude/apt to upgrade it? [19:09] Hi, i need some help installing a program called "XQF", but i need something called: "shared libraries: libgtk-1.2.so.0", anyone who can help me? [19:09] Anarhist: However, your pastebin shows a handshake. You could have a typo in the ppp conf file. [19:09] Agony_, man fsck.vfat will give you the useage [19:09] coz_: thanks [19:09] hey how do you install themes on ubuntu? [19:10] WebcamWonder, try here http://ubuntuforums.org/showthread.php?t=494866 [19:10] dajhorn, i used the pptp plug-in for network-connections dialogue [19:10] Hi guys can someone help me to install my soundcard its a sound blaster 24 bit [19:10] Anarhist: Would I just type "man fsck.vfat" into a terminal, or what? Sorry, I'm not very familiar with fsck [19:10] Input/output error during read on /dev/sda how can i fix this? [19:10] !trash > ActionParsnip [19:10] ActionParsnip, please see my private message [19:10] Hi, i need some help installing a program called "XQF", but i need something called: "shared libraries: libgtk-1.2.so.0", anyone who can help me? [19:10] WebcamWonder, woops that is not working here === Granis` is now known as Granis [19:11] WebcamWonder, you have to install dselect first === colin|ag is now known as colin_ag [19:11] Agony_, yes, if you type "man fsck.vfat" and press enter in the terminal it will give you a manual page for it [19:11] Anarhist: If possible, use another PPTP server to verify that your system can actually connect to that kind of VPN. [19:11] evening all [19:11] Anarhist: If not, then you'll need to start reading the troubleshooting howtos: http://pptpclient.sourceforge.net/howto-diagnosis.phtml#lcp_timeout [19:11] whaddup wildc4rd [19:11] love the name. [19:12] hello everyone [19:12] *waves* [19:12] Agony_, your command will look something like fsck.vfat -a /dev/DEVICE NAME [19:12] Agony_, sorry it will be "sudo fsck.vfat -a /dev/..." [19:12] hi [19:12] WebcamWonder, also here if you scroll down http://ubuntuforums.org/showthread.php?t=747470 [19:12] how come the timestamp in irc says 18:12? [19:12] it's 1:12pm [19:12] how do you open another server session? [19:12] for mirc [19:12] hi guys, id like to install mysql, whatz the name of the packet in synaptic? mysql adminisrator? i need to install it in order to set amarok to use it, am i doing the right thing? [19:12] irc* [19:13] Ben64: UTC [19:13] Is there anyone who can tell me how to install Komodo I've been at this for hours, I'm new to Linux [19:13] Thingymebob: it never did this before? [19:13] sure [19:13] WhiteyMc-Tip, let me check hold on [19:13] Anarhist: Yeah, I assumed I'd need SU priveliges to carry out a fsck [19:13] k [19:13] coz_: I did the last one already, still doesn't work [19:13] where did u find komodo? [19:13] coz_: I look into it more later, gtg, ty! [19:13] WebcamWonder, then I am at a loss for sure [19:13] hi everybody [19:13] !info komodo [19:13] Package komodo does not exist in jaunty [19:13] hi all [19:14] ya it doesn't exist [19:14] maybe u can build it from scratch? [19:14] I just compiled a C program in my ubuntu terminal using gcc. I used the -o option to set the output file to "hello". When I type "ls-a" in the terminal the file appears in the folder, but the text is green. When I try to run the executable by typing "hello" in the terminal it says "hello: command not found". It compiled fine, so why isn't this working? [19:14] greetings [19:14] is there a way to upgrade from 8.04 to whatever is the newest (9?) [19:14] i deleted a .conf file... how do i recover it? [19:14] u should try eclipse [19:14] SimonP86, type ./hello [19:14] you need a trailing ./ [19:14] SimonP86: try file hello [19:14] to execute from within the directory [19:14] is it common for inkscape not to work well with fonts? it will not recognize many of my installed fonts which work fine with openoffice.org and GIMP, and some of the ones it does list it will not actually select [19:14] SimonP86: try ./hello [19:14] how could we install theme of taz.gz [19:15] you have to add ./ to signify it's location as being in the current directory [19:15] i need new theme for jaunty [19:15] yeah me too [19:15] SimonP86, if nobody already told you.... try ./hello [19:15] lol sorry for being a dup [19:15] ah, that worked, thanks guys :) [19:15] simonP86: try chmod +x hello [19:15] !ubuntu-standard [19:15] Sorry, I don't know anything about ubuntu-standard [19:15] SimonP86: np :) [19:15] !package ubuntu-standard [19:15] Error: I am only a bot, please don't think I'm intelligent :) [19:15] :| [19:15] ./hello [19:15] np :-D [19:15] what is the ubuntu-standard package? i want to remove popularity-contest, but not everything... [19:16] bhaskar: go to the theme selection and then click install, then select the tar.gz file [19:16] !theme [19:16] Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freshmeat.net/browse/58/ - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy [19:16] How do you grade from 8.04 to 9? [19:16] Anarhist: It says the device is mounted at /media/DEVICE NAME, do I still want to look for it in /dev/ or just use the /media mount point? === Julia is now known as Guest25006 [19:16] sudo updatemanager -c [19:16] tried apt-get dist-upgrade but didnt seem to work still at 8.04 [19:16] -d sorry [19:16] ! voip [19:16] Sorry, I don't know anything about voip [19:16] Agony_, you want to unmount it first, and then do /dev/... [19:16] jshriver: sudo update-manager -d [19:16] also wtf, i can't remove pulseaudio without removing ubuntu-desktop? what kind of shit is that? [19:16] ty [19:16] sudo apt-get dist-upgrade [19:16] can't u just download 9.04 and boot the dvd and choose the upgrade option? [19:16] ! skype [19:16] To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga [19:16] why does ubuntu link packages like this? [19:17] merlin2049er: that would be another way, yes [19:17] ! thanks [19:17] You're welcome! But keep in mind I'm just a bot ;-) [19:17] ActionParsnip: where i get theme selection option [19:17] great, i thought so [19:17] WhiteyMc-Tip, is this 64 bit? [19:17] in fluxbox whats the best way to get transparency working? [19:18] coz_: Worked :)... My pin-priority was too low :) [19:18] anybody here helping me to install theme [19:18] bhaskar: Did you download it? [19:18] ceil420: Ubuntu Desktop is a meta package, I.e it pulls in allsorts of stuff if you select to install it, removing one component does not remove everything else linked to by the meta package, just the meta package as you don't have all the stuff it needs [19:19] Berzerker: yes of course i did it [19:19] !fail bhaskar [19:19] Sorry, I don't know anything about fail bhaskar [19:19] bhaskar: Menu > Preferences > Appearance, click install and find the .tar.bz [19:19] odahilys: i dont know anything my frnd say i have to make [19:20] bhaskar: there's a documintation for exactly that, and its really self explanatory [19:20] ceil420: It makes it easier to install a system this way, Selecting ubuntu desktop automayically selects things like OOo rhythmbox fspot etc but removing one doesn't remove the rest [19:20] "bamboo-zen-theme-1.1" does not appear to be a valid theme. [19:21] Then the file is corrupt [19:21] Thingymebob, so even if ubuntu-desktop is removed because i remove pulseaudio, PA is still the only component i'm taking out? [19:21] bhaskar: then it's not valid. [19:21] Berzerker i am able to install one [19:21] oh cool [19:21] Try redownloading or actually getting a working copy [19:21] Thingymebob, cheers [19:21] * ceil420 removes the worst audio system in the history of Linux [19:21] ceil420: Yeah, unless its telling you its removing a load of other stuff [19:21] srsly, JACK/ALSA ftw [19:21] * odahilys doesnt care [19:21] Thingymebob, removing mono too, but i'm also removing that myself :) [19:22] Berzerker: i hve directly installed it previously [19:22] bhaskar: odahilys will help you [19:22] No no [19:22] ceil420: :) good shout [19:22] :P [19:22] I have no idea lol [19:22] Hey hey [19:22] You started it [19:22] nuh uh [19:22] odahilys: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [19:23] odahilys: why u dont wanted to help [19:23] bhaskar: i dont have ubuntu atm... roflmao http://ubuntuforums.org/showthread.php?t=1251098 the guy is me [19:23] !list [19:23] This is not a file sharing channel (or network). If you're looking for information about me, type « /msg ubottu !bot » [19:24] How do I know if I am using the "Gnome Display Manager"? [19:24] Agony_, i'm leaving, hopefully this will help [19:24] odahilys: just build one, for half the money you get the same computer, or the same money you get one and a half to two times the computer [19:25] AvonGenesis, are you using GNOME? And have you installed any other Display Managers? [19:25] Berzerker: why u ar putting burden on odahilys well u hve helped me installing one theme that too much for me [19:25] ceil420, I am using gnome, although I am not sure if I have any other display managers since this distro i downloaded had a bunch of programs on it. [19:25] in latex how to write the math symbol for real numbers? [19:26] AvonGenesis, ..is this distro ubuntu? [19:26] bye everybody for a moment while i try some more [19:26] bhaskar: because you can't understand simple explanations. [19:26] Ceil420, Yes it is. [19:26] stdDoubt: \mathbb{R} [19:26] thanks [19:26] Ceil420, Well, it was made from the ubuntu source. [19:26] Berzerker: i am too new i started using ubuntu jst two days ago [19:26] AvonGenesis: when you login it should have a foot if it is gnome [19:26] AvonGenesis, then you're probably using gdm. ps aux | grep gdm to check [19:27] bhaskar: if i can figure it out by looking in docs why cant you looking in the OS? [19:27] hey how do i copy some files over to a root owned folder? [19:27] merlin2049er, sudo [19:27] Ceil420, Alright thanks a lot :) [19:27] !agree | ceil420 [19:27] Sorry, I don't know anything about agree [19:28] i don't know the sudo password? [19:28] fail [19:28] merlin, just type sudo... there shouldnt be a password [19:28] !sudo | merlin2049er [19:28] merlin2049er: sudo is a command to run programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (Gnome, XFCE), or !kdesudo (KDE) [19:28] merlin2049er: it's your password [19:28] anyone know how to get around this bug? https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/369498 [19:28] su is not the same as sudo then? [19:28] merlin2049er: correct [19:28] no [19:28] ok, is there a graphical way to do this [19:28] how can i check the status of a program? like to see if it is responding [19:29] i hate using the command line [19:29] merlin2049er: no, in ubuntu you use sudo and provide your own password [19:29] odahilys: because i think i need to spend some more time with computer i am jst beginner with internet, system etc whn time will come may be i also could devlop everything that i wanted [19:29] odahilys/merlin2049er, sudo uses the user password, not root's [19:29] mbeirel: nope, unless you go in and look around the source code [19:29] azlon, start it from terminal [19:29] merlin2049er: you hate using the command line? lol [19:29] you still need a password [19:29] merlin2049er: why are you using linux [19:29] coz_, i started it, but now i want to check on it [19:29] well because it's better than vista [19:29] merlin2049er, you'll grow to like it. it's far more efficient than GUI for some things :) [19:29] ceil420: i am aware, but who uses passwords these days? [19:29] azlon, check on it? in what way? the terminal output should give some indication if it is working [19:30] i use cli for just about everything but web browsing and IRC (and even in the latter case, i am comfortable with irssi) [19:30] command line in linux is like, infinitely better than on windows [19:30] odahilys, people with more than two braincells to rub together [19:30] ceil420 , ouch. [19:30] ok if i run sudo vuze [19:30] that update should work then? [19:30] coz_, i started proftpd from the cli but it doesnt have an interface. i was transferring some files form my windows machine in the living room and they stopped for some reason... [19:30] merlin2049er: You'll get there, no one was born knowing the command line, but you grow to love its power [19:30] odahilys, i have no idea why i said something *that* mean :x i'm not even in a bad mood :x [19:30] ceil420, because its true [19:30] odahilys, (srsly tho, passwords are a good idea, no matter how smart you think you are) [19:31] merlin2049er: you *can* do it with nautilus too, but it is not recommended (dangerous!), so learn using the command line [19:31] ceil420,i couldnt care less [19:31] merlin2049er, for graphical applications use gksudo ..if you're using gnome [19:31] odahilys, still, i'm usually all hippyish :x [19:31] Lately my Xorg process has been spending an inordinate amount of time using more than 50% CPU. What might cause this? [19:31] it did work, i finally got the plugin installed [19:31] ceil420, i meant couldnt care about the language. [19:31] well i understood that error msg [19:31] azlon, oh ok...then I am the wrong person to talk with ... I am an idiot when it come to any form of networking [19:31] Wow look someone named b0xxy [19:31] hrmm [19:31] fail [19:31] i guess i will just restart [19:31] fdr [19:32] ceil420, are you aware that a password really does nothing for hackers ; it is so bypassable... [19:33] espically if you use vista. [19:33] ya vista blows [19:33] odahilys, that's like saying SWAT shouldn't wear body armour, since people can get armour-piercing rounds [19:33] ceil420,exactly [19:33] Windows 7 is good. [19:33] ... [19:33] :P [19:33] :3 [19:33] * Berzerker hides [19:34] whats new with ubuntu [19:34] Berzerker, there is nothing wrong with using any OS as long as it fits your needs [19:34] ceil420, unless you hack your own password you will never be protected by it [19:34] i'm still running 9.04 [19:34] anything newer? [19:34] no [19:34] coz_: lol I know. [19:34] passwords are utterly useless against a determined attacker with physical access to your machine, they're a very useful obstacle for most other categories of attack. [19:34] i've got a good drumkit (hydrogen), but what program can i use for other instruments? a nice keyboard emulator (i mean the instrument, not vkeyb) would be nice [19:34] I still use UNR on my HP Mini though [19:34] the format is [year].[month] [19:34] Windows is just way to slow for it. [19:34] merlin2049er, not til 9.10 [19:34] !offtopic ceil420 [19:34] Error: I am only a bot, please don't think I'm intelligent :) [19:34] fail [19:35] when is 9.10 out [19:35] October 29th. [19:35] odahilys, ...what's offtopic? [19:35] you [19:35] asking for software or helping a user? [19:35] !ot | ceil420 [19:35] merlin2049er: the release version is when its due for release [19:35] ceil420: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [19:35] your precance is offtopic [19:35] I just installed the chromium browser [19:35] Berzerker, ... [19:35] 9.10 = 2009, 10th month [19:35] lol [19:35] presance* [19:35] it's great [19:35] i Can't seem to have sounds anymore... no sound at all... mp3, video, etc [19:35] odahilys, presence* [19:35] 10.04 = 2010, 4th month [19:35] everytime, I attach an usb-drive, ubuntu is opening windows like beeing mad. how do I turn this nonsense off. [19:35] ceil420: darn you fast typer [19:35] ceil420, grammar nazi [19:35] CaptainCrook, check system volume [19:36] nazis are offtopic [19:36] odahilys, i only do it when someone tries to correct themselves and fails [19:36] hi when i 'alt+tab' i see images of active programs it slows down can i edit it? [19:36] odahilys: stop insulting people please [19:36] ceil420, go run 20 miles in heat with 30 pounds of rocks on your back k thx [19:36] is there anyway i can make a newsreader download to a mounted drive ? [19:36] And wearing a full kvlar suit [19:36] sim_: i do it all the time with pan, what program you use? [19:36] Jeez, where's the love guys. [19:36] srsly tho, anyone know a good keyboard/synth compliment to hydrogen? a program similar to hydrogen but with more than drums would rock [19:37] Berzerker, ☮+♥ :) [19:37] ben...none at the moment [19:37] sim_, binaries? [19:37] one sec [19:37] * DigitalKiwi begins chant "plus b, plus b, plus b..." [19:37] yes [19:37] ceil420, do you have a cli command for that? [19:37] <3 [19:37] sim_: then try pan :3 [19:37] sim_, I use ninan. http://ubuntuforums.org/showthread.php?t=1234982 [19:37] i had pan open but didnt know how to select download folder to munted drive [19:37] CaptainCrook, alsamixer if you're using alsa [19:37] it didnt give the option [19:37] this channel has been raided by #ubuntu-offtopic. you are all now due to offtopicness!! [19:37] deany: thanks [19:37] sim_: if you're using a nzb it will ask you where [19:38] yeh thts all i use really... [19:38] if you're browing groups, right click, save attachments... [19:38] odahilys: and keep to the topic [19:38] sim_, if you click to download any file it will still ask you where [19:38] also is there a linux alterntive to nzbplayer ? [19:38] nzbplayer? [19:38] guntbert: topic of offtopic? k [19:38] yeh it streams NZBs in windows [19:38] i use it all the time [19:38] wth is an nzb? [19:38] no idea what you mean [19:38] ceil420, running pulseaudio ... [19:38] sim_: what do you mean streams nzbs? [19:38] i use binsearch.info to make/download nzb files, then import them to pan [19:38] CaptainCrook, my condolences [19:39] ceil420: i do that too ^^ [19:39] nzb files may contain movies [19:39] it will stream them [19:39] DigitalKiwi, tells your client what to download from usenet [19:39] so u dont have to wait [19:39] oh [19:39] cool i guess [19:39] sim_, oh. i keep all my media anyway, so i dunno how to stream :p [19:39] All: go back to using mac osx [19:39] nzb files contain locations, nothing else [19:39] ninan auto imports nzb, parchecks, gets pars if needed and unrars.. [19:39] ceil420, hehehe okay... [19:39] can someone ban odahilys ? :/ [19:39] ceil420: it downloads it....but you just watch it while it downloads [19:39] all in a nice wen interface :) served me well for months. [19:39] hi [19:39] web* [19:40] so Ninan it is === EVIL is now known as Guest68878 [19:40] !ban Digitalkiwi [19:40] Sorry, I don't know anything about ban Digitalkiwi [19:40] Darn [19:40] sim_, doesnt stream tho [19:40] !ops | odahilys [19:40] odahilys: Help! Channel emergency! (ONLY use this trigger in emergencies) - Mez, , elky, imbrandon, DBO, gnomefreak, Hobbsee, rob, Madpilot, CarlK, crimsun, ajmitch, tritium, Nalioth, thoreauputic, apokryphos, tonyyarusso, PriceChild, Amaranth, jrib, jenda, nixternal, Myrtti, mneptok, Pici, Jack_Sparrow, nickrud, jpds, bazhang, jussi01, Flannel or ikonia! [19:40] !language DigitalKiwi [19:40] !ops odahilys incessant stupidity, disrupting channel [19:40] Error: I am only a bot, please don't think I'm intelligent :) [19:40] Error: I am only a bot, please don't think I'm intelligent :) [19:40] deany: no problem [19:40] tho I have enough speed to wait for it to finish [19:40] oops, need a pipe in here <_< [19:40] lolwut [19:40] deany: as long as it lets me dl to my windows partition [19:40] !ops #ubuntu [19:40] Sorry, I don't know anything about ops #ubuntu [19:41] because thats where all my space is [19:41] !ragequit [19:41] Sorry, I don't know anything about ragequit [19:41] sim_, you basically tell it where you want to download to, where the nzbs will be to auto import from and a temp folder.. [19:41] i want to allocate all those folders to a windows partitio n [19:41] !matlab [19:41] Sorry, I don't know anything about matlab [19:41] hey sim_ still here? [19:41] sim_, well /media/whatever then [19:41] this Ninan...shall i get the beta or stable release [19:42] sim_, beta v2 [19:42] sim_, works fine... final is close. [19:42] ok [19:42] http://www.ninan.org/modules/wfdownloads/viewcat.php?cid=2 [19:42] this one then [19:42] sim_, its a LOT better than v1 [19:42] deany why [19:42] sim_, follow my guide.. simple [19:42] sim_, its a whole rewrite. === bambam is now known as Guest33212 [19:44] Well, I had everything working right on my netbook. Now I'm having some acpi issues after updating (the last partial upgrade) [19:44] hey guys, i am running an ubuntu 9.04 system (gnome+compiz) in a virtualbox (windows xp sp3). when i try to make a screenshot/recordmydesktop movie it only shows the wallpaper and nothing else. any ideas? [19:45] Biacz_: try without compiz [19:45] Biacz_, id say the virtualboxs graphical emulation is causing you problems, kill compiz and try again [19:45] It seems that lspci doesn't even see the card, unless I reboot to windows (and the wireless card is off, and I turn it on in windows) then reboot to linux, it works until it suspends/sleeps. The only way to get it up again is reboot to windows, enable it again, then reboot to linux. I've updated eee-acpi-utilities and still have the problem [19:46] hello [19:46] ! paste [19:46] 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 [19:47] deany - when i try to save the nohup desktop i get this --> Could not find the file /home/sim/ninan-2.0.0/Desktop/nohup.desktop. [19:47] all I want is a gtk/compiz theme that looks like clearlooks (or something else normal), whose colors I can adjust, but allows for transparency! Is it really so much to ask? [19:47] detonation: I had a similar problem once. Try this: use the "modprobe -r " command to remove the module. Then shut down and reboot linux (without going into windows). Does the card show up correctly? use "lspci -k" to learn the name of the driver. [19:47] hi last night i was having trouble with ndiswrapper just randomly keep discconnecting me.. and took me several restart to get it back online so someone told me to post this.. http://paste.ubuntu.com/260487/ [19:47] sim_, made it +x? [19:48] deany eh ? [19:48] i wrote this in terminal chmod +x ~/Desktop/nohup.desktop [19:48] edbian, it's ath9k. I've modprobe -r ath9k ; modprobe ath9k (under sudo) and it looks like it's going to come up but no wireless connection comes up from iwconfig [19:48] deany - sorry im at this stage = gedit Desktop/nohup.desktop [19:48] sim_, and when you double click it? [19:49] quit [19:49] sim_, I think I might have missed out gedit ~/Desktop/nohup.desktop [19:49] detonation: My point is that linux is having trouble shutting down the device (which is why it disappears when you reboot). I had the same problem with NIC and I solved it by first "modprobe -r " before I shut down or reboot. [19:50] sim_, so it saves to your desktop in your home.. I think maybe you might be inside the ninan folder when doing that gedit stage. [19:50] detonation: I'm not trying to get your card back up and running. I'm suggesting you run this command and see if the card is still missing after you reboot. [19:50] have a question i am trying to install a carputer and i am using ubuntu and nghost [19:51] i am having a problem installing nghost [19:51] edbian, i think he has been lost the "teh internetz" [19:51] b3rz3rk3r: Appears to be that way [19:51] @reedler what is a carputer? [19:51] edbian, let me go try it (i'm currently in windows) [19:52] detonation: NP! [19:52] missed him :/ [19:52] using a 7" touchscreen for my car and having all media going through that instead of using a normal car stereo [19:52] its a mircale! he's alive :p [19:52] hi guys [19:52] how to deinstall/remove something via terminal ? [19:52] sudo apt-get remove something [19:53] t__Eest: "sudo apt-get remove " [19:53] how do you configure surround sound in ubuntu === i98t00 is now known as GPL [19:53] t_Eest: sudo apt-get --purge remove ; sudo apt-get --purge autoremove [19:53] when i try to install libnghost i am getting an error dependency is not satisfiable libxml++2.6c2a [19:53] yo, anybody tell me please how to best setup my ubuntu as a gateway? [19:53] ActionParsnip: b3rz3rk3r: actually i want compiz to be included in that movie. thanks anyway, i will try for the screenshot [19:54] so the other comp on my network can get online? [19:54] !ics | kevb [19:54] kevb: If you want to share the internet connection of your ubuntu machine with other machines in the network see https://help.ubuntu.com/community/InternetConnectionSharing - You may also use !firestarter: http://www.fs-security.com/docs/connection-sharing.php [19:54] Is there a screensaver that just displays the time in big writing? [19:55] thanks [19:55] sharperguy: gltext is a screensaver you can use [19:56] Biacz_, id try without the VM then.. known to have graphical issues. Even recording compiz on a normal installation has major issues [19:56] at least in my exp [19:56] anyone have a solution to this issue while installing nghost libnghost i am getting an error dependency is not satisfiable libxml++2.6c2a [19:56] sharperguy: sudo apt-get install xscreensaver-gl === exodus_ms is now known as exodus_ms|work [19:57] * exodus_ms|work is away: [19:57] !away > exodus_ms|work [19:57] exodus_ms|work, please see my private message [19:57] !away > edbian [19:57] edbian, please see my private message [19:57] reedler: sudo apt-get install libxml++2.6c2a maybe? [19:57] lol [19:58] Hi everyone! [19:58] action tried that doesn't work [19:58] d0000ds, sorry, I forgot I had that enabled. [19:58] i never got this...why is someone changing their nick or having an away message bannable but people pointing it out or saying random crap not? [19:58] ActionParsnip, How do I configure it once I've installed xscreensaver (i remember this now actually from when they brought in gnome-screensaver) [19:58] sharperguy: its under the screensaer config [19:58] I am looking for a deb pakage for VLC 0.8.6i, does anyone here know where I might find it? [19:58] sharperguy: system -> prefs -> screensaver [19:59] ActionParsnip, But there's still no config options [19:59] ActionParsnip; thanks for your valuable help in the past. much appreciated [19:59] jcmarini: np bro, share the love [19:59] hi is it possible to NOT get the scrollbar in the same color as selected bg? [19:59] action this is what I get [19:59] E: Package libxml++2.6c2a has no installation candidate [20:00] stoy, have u tried olderversion.com ? [20:00] how to remove ATI catalyst controller from applications ? add/remove doenst work [20:00] ActionParsnip yeah brud that is the way [20:00] b3rz3rk3r: do they have .debs, I thought they only carried windows software, but I will look anyway [20:01] * exodus_ms|work is now scared to log off IRC, he changes the settings but he is not prepared to face the wrath of the #ubuntu elite if the setting does not work [20:01] sharperguy: http://ubuntuforums.org/showthread.php?t=266124 [20:01] !google equivalente [20:01] Error: I am only a bot, please don't think I'm intelligent :) [20:01] !google equivalente linux [20:01] Error: I am only a bot, please don't think I'm intelligent :) [20:01] stoy, i thinks its just win stuff, but you will def find 0.86i there. What are you wanting it for if u dont mine me asking? [20:02] !info vlc [20:02] vlc (source: vlc): multimedia player and streamer. In component multiverse, is optional. Version 0.9.9a-2ubuntu1 (jaunty), package size 1652 kB, installed size 3660 kB [20:02] stoy: why do you want the older version? [20:02] has anyone here installed nghost and have it working [20:03] b3rz3rk3r: I find that 0.8.6i is the best one out there, I hated 0.9.x and disslike the gui in 1.x.x === exodus_ms|work is now known as exodus_ms [20:03] !info gnome [20:03] gnome (source: meta-gnome2): The GNOME Desktop Environment, with extra components. In component universe, is optional. Version 1:2.22.2~4ubuntu6 (jaunty), package size 1 kB, installed size 44 kB [20:03] !info visual [20:03] Package visual does not exist in jaunty [20:03] stoy, arent they the same? [20:03] anyone here installed the flashfxp version for linux ? [20:03] !info mono [20:03] Package mono does not exist in jaunty [20:03] is there a good teleconferencing package for linux/ubuntu that can interface with windows? [20:03] stoy: yuo can skin vlc [20:03] stoy, i use vlc everyday and havent noticed any significant change [20:03] !msgthebot | SuBmUnDo [20:03] SuBmUnDo: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu !search factoid". [20:04] b3rz3rk3r: no atleast not between the 0.8.x and 0.9.x === enzotib_ is now known as enzotib [20:04] tI also find the dvd playback somehow got broken in 0.9.x [20:04] stoy, im running the goldeneye RC right now, and its gr8.. plays everything [20:06] stoy, if u really want it though, have you tried their site? they must have archives of their releases surely? [20:07] someone here intalled the flashfxp version for linux ? [20:08] b3rz3rk3r: I have found the tar.gz and tried compiling it, but it did not work, so I am no looking for the precomplied deb instead. [20:08] t__Eest: ftp client? :f [20:08] yep [20:08] t_eest: its an ftp client, linux has thousands available [20:08] stoy : why did it not work ? [20:08] stoy, why didnt it compile? [20:09] t__Eest: i don't see any reason to use crappy shareware <: [20:09] then say me another option daz [20:09] :) [20:09] t__Eest: filezilla [20:09] t__Eest, try gftp instead.. i prefer Filezilla personally as im used to it from windowz days [20:09] t__Eest: kde has support in filemanagers [20:09] !ftp | t__Eest [20:09] t__Eest: FTP clients: Nautilus (Places -> Connect to server), gFTP, FileZilla (for !GNOME); Konqueror, Kasablanca, KFTPGrabber (for !KDE); FireFTP (for Firefox); ftp, lftp (for !cli) - See also !FTPd [20:09] b3rz3rk3r: i did not have libmad (iirc) and did not have time to look for it when I tried [20:09] nautilus has too iirc [20:10] e_eesy: looks like filezilla to me which is in repo, but there are other ftp clients [20:10] DaZ: indeed [20:10] anyway, it's much better than standalone client :f [20:10] imo [20:10] stoy, so just get it from synaptic then? [20:10] daz: the ftp rotocol is pretty limited, i dont see how you can get better with ftp [20:11] ActionParsnip: using it with dolphin is just faster <: [20:11] b3rz3rk3r: I did try tro find it using apt-cache but no results [20:11] daz: it'll go as fast as the server can upload to you. ftp hasnt been revised much in years [20:11] i'm not talking about 200% of internet fast [20:12] using it is faster because i don't have to run another app [20:12] just copypasting [20:12] daz: good call [20:12] daz: i use ftp at cli :) [20:13] so nobody hre with flashfxp version .deb ? [20:15] t__Eest: it seems they don't like windows software >: [20:15] t_eest: i dont think there is a deb. its a windows software [20:15] anyway to get my rear speakers to work in ubuntu [20:15] t_eest: it also doesnt run via wine: http://appdb.winehq.org/objectManager.php?sClass=version&iId=12017 [20:15] ActionParsnip: there is [20:15] damn it [20:15] it's windows software in debfile \o/ [20:15] ActionParsnip: one more short question. can i just kill compiz and restart it if needed without expecting any issues? [20:16] Biacz_: yes :f [20:16] t__Eest: that software is no aviable in ubuntu. period [20:16] how can i record streams from the internetß [20:16] Biacz_: sure, just run: metacity --replcae to switch to metacity, then compiz --replace when you want to switch back [20:16] hello everyone [20:16] Does anyone know if Pidgin is working? [20:17] ActionParsnip: thanks [20:17] RMB: why wouldn't it work (Im using it) [20:17] RMB: it 'works' for me [20:17] RMB, What do you mean specifically ... im running it now ... but for what distro? [20:17] erUSUL: http://www.mandrivalinux.eu/downloads.php?do=file&id=183&langid=1 [20:17] Ubuntu 8.10 [20:17] is pidgin working on ubuntu 8.10 [20:17] Sure it does [20:18] Hmm, well for some reason mine isn't because it just tries to connect [20:18] Hello! I've tried to make a Live-USB-Stick for Kubuntu 8.04. It boots but only a promt with "boot:" is displayed. How to get the menu back? (syslinux.cfg: http://paste.ubuntuusers.de/396161/) [20:18] it takes forever to connect [20:18] RMB: its worked for even before that and worked when it was called gaim too [20:18] I am just asking if its down or not [20:18] ActionParsnip: live and learn... somebody bundled wine + this damm thing ;P [20:18] RMB: pidgin is a client app so cant be down [20:19] erUSUL: true. cant see the point personally [20:19] RMB, maybe your chat server is down? or wrong password or something [20:19] So then it must mean either MSN, ICQ or Gtalk is down [20:19] The howto for building a Live-USB-System: http://wiki.ubuntuusers.de/Live-USB (sorry, German). [20:19] can anyone tell me please, how to establish which process is linked to which program (for instance if I have Totem running, and I wish to force close the application using "kill process") [20:19] tomek_: ps -ef | greptotem [20:19] Is anyone on MSN, ICQ or Google Talk? [20:19] ooop [20:19] yes all === rickspencer3 is now known as rickspencer3-afk [20:19] tomek_: grep totem sorry [20:19] thanks Action {arsnip [20:19] dammit [20:20] RMB: you have a problem with your setup, try starting pidgin from terminal to see any error messages [20:20] How do I do that Trinjntje [20:20] can you PM me [20:20] RMB: i'm on pidgin with msn, works fine [20:21] RMB: its better to talk here, other people may want to read along or know more than me [20:21] RMB: tell me what you have done sofar [20:21] I have tried starting Pidgin from Applications, and it just connects and connects but never finishes and says I am available [20:22] tryin to setup ICS here, and this command gives an error: sudo iptables -A FORWARD -i eth0 -o eth1 -s 192.168.0.0/24 -m conntrack --ctstate NEW -j [20:22] It just says connecting, I never see the Green Dot [20:22] RMB: did you add your accounts? [20:22] "Unkown arg -j" [20:22] i believe so, its worked before [20:22] Hey, my ubuntu wont boot anymore [20:23] RMB: what does it say when you go to accoutns? [20:23] Where did bluez-pin go? [20:23] Hang on [20:24] My X server is crashing randomly...backtrace from the log is here: http://paste2.org/p/402224 Any ideas about where I can go from here? [20:24] /usr/share/apps/konsole = normal? theres a file called python.desktop there.. it says raw1:[Desktop Entry] raw2: Type=KonsoleApplication raw3: Name=Python Interpreter raw4: Comment=Python raw5: Exec=/usr/bin/python raw6: Icon=/usr/share/pixmaps/python.xpm ...? normal or something on my system? [20:25] hello i have a wireless laptop and i just putt ubuntu 9.04 on my laptop.does anybody know how to get wireless to work the right way === colin_ag is now known as colin_ag|afkcons [20:25] do i have to pay any attention to linux-compatibiltity when buying a USB-controller? [20:25] i like to know === colin_ag|afkcons is now known as colin_ag|out [20:25] Mike1: no [20:25] I think I figured it out, there was something wrong with my XXMP account [20:26] crashoverride: if you run: sudo lshw -C network | grep product you will see the chip. You can use the info in web searches [20:26] hi [20:26] RMB: suddenly changed into xmpp ? >: [20:26] Where can i find wxPython what package name is it under? [20:26] Mike1: if you mean a usb hub or a pci usb card, most likely not [20:26] DaZ it's supposed to be Google Talk [20:26] ActionParsnip: pci card [20:26] hi [20:27] Something must be up with Google Talk servers [20:27] Español??? [20:27] !es | patricio [20:27] patricio: 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. [20:27] can you give me a web page that tells me how to get it up and runing [20:27] Mike1: just grab one and slam it in, should be fine [20:27] ActionParsnip: i want USB2.0 for my mum, so i need a pci card [20:27] patricio: no [20:27] RMB, my google talk works and the account is an XMPP account [20:27] gracias [20:27] crashoverride, does it not come up in Hardware Drivers? [20:27] How do I fix this Aijse? [20:27] Is there a how-to for creating a live-USB-stick by just compying the data from the live-CD (I did not find any on ubuntu.com)? === sean is now known as Guest20226 [20:28] i thiink i need to do sudo [20:28] ? === goyo is now known as Guest89433 [20:28] yahhhhhhhhhhhhhooooooooooooooooooooooo === nabila is now known as nabilass [20:28] Guest44816: unetbootin? :f [20:28] #ubuntu [20:28] :p [20:28] Guest44816: you could do it with syslinux and so on [20:28] can you help me out [20:28] RMB you sure the pass is correct? and / or the XMPP options under advanced [20:28] where can i find wxpython [20:29] * ubuntu has quit (Client Quit) OH NO ALL IS LOST [20:29] what a hell is '.sudo_as_admin_successful' a empty file in ~/home/ [20:29] ? [20:29] zoro $rif [20:29] !info wxpython [20:29] Package wxpython does not exist in jaunty [20:29] :p [20:29] anybody? [20:29] !info xrdp [20:29] crashoverride, System menu / Administration / Hardware Drivers [20:29] xrdp (source: xrdp): Remote Desktop Protocol (RDP) server. In component universe, is optional. Version 0.4.0~dfsg-9 (jaunty), package size 204 kB, installed size 732 kB [20:29] !find wxpython [20:29] File wxpython found in boa-constructor, gnumed-client, wx2.6-doc, wx2.8-doc [20:29] kripso: you have a dir named home in your homedir ? [20:29] cable fell out, am I back online? [20:29] phisher1: no i mean /home/ME/ [20:29] ubottu where can i find it on the web? [20:29] Error: I am only a bot, please don't think I'm intelligent :) [20:29] phisher1: ~/home/ME/* [20:29] FUCK MICROSOFT [20:30] Yeah u are online [20:30] kevb : Welcome back, then internets missed you [20:30] kripso: ~/ = your /home [20:30] Yep' [20:30] FUCKING IN MICROSOFT [20:30] phisher1: what is that file? [20:30] ~/home = /home/yourusername/home [20:30] perlsyntax: apt-cache search wxpython <<< something you should know how to do by now... you've been around here long enough ;-) [20:30] DIE BILL DIE [20:30] im working on it ok [20:30] !language|linux [20:30] linux: Please watch your language and topic to help keep this channel family friendly. [20:30] kripso: without it you get the little message explaining what sudo is [20:30] phisher1: '.sudo_as_admin_successful'.. [20:30] childhood dream to buy microsoft [20:31] then i'll creative commons everything they own [20:31] Hey, my ubuntu wont boot anymore, the video is all fubar, the ubuntu loading screen works and then i crashes nigtimee, safemode videofix dont work [20:31] delete it and try sudo su - [20:31] lol [20:31] LOOL [20:31] phisher1: oh ok thanks [20:31] i hope i accomplish my goal :) [20:31] I already said this, but not sure if I was disconnected, so sorry if this is a double post: tryin to setup ICS here, and this command gives an error: sudo iptables -A FORWARD -i eth0 -o eth1 -s 192.168.0.0/24 -m conntrack --ctstate NEW -j [20:31] MICROSOFT ITS A CLUB OF BICHTS [20:31] "unknown arg -j" it says [20:31] so i'm reading something online, and it says to install mplayer-29188-1 [20:31] have you tryed to fix X ? [20:31] !ics | kevb [20:31] kevb: If you want to share the internet connection of your ubuntu machine with other machines in the network see https://help.ubuntu.com/community/InternetConnectionSharing - You may also use !firestarter: http://www.fs-security.com/docs/connection-sharing.php [20:31] and i do apt-get install mplayer-29188-1 [20:31] but it says it doesn't exist [20:31] !ops | linux [20:31] linux: Help! Channel emergency! (ONLY use this trigger in emergencies) - Mez, , elky, imbrandon, DBO, gnomefreak, Hobbsee, rob, Madpilot, CarlK, crimsun, ajmitch, tritium, Nalioth, thoreauputic, apokryphos, tonyyarusso, PriceChild, Amaranth, jrib, jenda, nixternal, Myrtti, mneptok, Pici, Jack_Sparrow, nickrud, jpds, bazhang, jussi01, Flannel or ikonia! [20:31] phisher1: you dont happens to know how to change the 'selected items color' without changing the scrollbar color? [20:31] is there a way to specify versions? [20:32] apt-get install mplayer -v 29188-1 or something? [20:32] Heya Fellas : Can anyone recommend a newb friendly WYSIWYG Web Page creation application ? [20:32] HEYHEYBLABLA [20:32] Mike1: I've tried this with a howto from ubuntuusers.de. It did not work properly. I could boot, but instead of displaying the "boot menue" only a promt with "boot:" was displayed. I've tried this howto twice with the same result so I'm searching for another howto. [20:32] Hey, my ubuntu wont boot anymore, the video is all fubar, the ubuntu loading screen works and then i crashes nigtimee, safemode videofix dont work [20:32] !pinning | narcoman [20:32] narcoman: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [20:32] ubottu: ooo thakn you [20:32] Sorry, I don't know anything about ooo thakn you [20:32] Guest31541: How u tryed to boot in restore mode and fix x ? [20:32] Guest31541: booting into recovery mode and choosing fix X does not work either ? [20:33] !info quanta | deathtech [20:33] deathtech: quanta (source: kdewebdev): web development environment for KDE. In component universe, is optional. Version 4:3.5.10-0ubuntu1 (jaunty), package size 2435 kB, installed size 5900 kB [20:33] Guest31541: boot to recovery mode and select root consiole, then run: dpkg-reconfigure xserver-xorg [20:33] YAYA [20:33] YOHU [20:33] Can you boot in restore while having Ubuntu installed inside windows? [20:33] Guest44816: kinda hard to explain all the stuff :D === goyo is now known as Guest17315 [20:33] mikael79uh let me see [20:33] Guest44816: i would just have a look at the config files of syslinux and isolinux and fix it ;-) [20:33] So don't install it under window :P [20:33] ActionParsnip let me try that [20:33] ubottu: yeah i tried that, that's where the error is comming from [20:33] Error: I am only a bot, please don't think I'm intelligent :) [20:34] Mike1: syslinux.cfg http://paste.ubuntuusers.de/396161/ [20:34] kevb: are you talking to the bot? lololol [20:34] Aijse: what do I do in the Advanced Settings of Google Talk? [20:34] linux shouting in caps hurts our eyes [20:34] Ahhh, okay. [20:34] Mike1: according to this howto the isolinux.cfg should be deleted. [20:35] ubottu:hello my dear boot [20:35] Error: I am only a bot, please don't think I'm intelligent :) [20:35] boucarre: please dont abuse the bot [20:35] is there a channel for virtualbox? [20:35] Anybody have any ideas? [20:35] llun#vbox [20:35] Mike1: correction: the isolinux.cfg should be renamed to syslinux.cfg [20:35] Guest44816: what happens if you press enter when you see that Boot: line? [20:35] #vbox [20:35] llua: /j #vbox [20:36] Again, does Ubottu follow Asimov's law of robotics? :P [20:36] As far as I remember nothing. I'll try it again. please wait for a minute. [20:36] xD i did, mistyped it the first time [20:36] !ot | Xerran [20:36] Xerran: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [20:36] kevb wassup [20:36] RMB, uncheck Require SSL ... , Force old, and allow plain ... make connect port 5222, and File transfer proxies proxy.jabber.org [20:36] Xerran: for questions about ubottu please join #ubuntu-bots [20:36] Ok [20:36] sorry, i could not resist :) [20:36] jcmarini: tryin to get ics working, trying this command sudo iptables -A FORWARD -i eth0 -o eth1 -s 192.168.0.0/24 -m conntrack --ctstate NEW -j [20:36] `can anybody help me get my wireless laptop to work plese [20:36] Guest44816: where do you com from? [20:36] but it says "unknown arg j" [20:37] !details | crashoverride [20:37] crashoverride: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [20:37] crashoveride:what's the problem ? [20:37] kevb: -j needs something after it [20:37] Aijse: do you want me to Uncheck force old and allow plain?? [20:37] RMB Yes === harjot_ is now known as harjot [20:38] Yeah that's how it's been he entire time Aijse [20:38] so that's not it [20:38] Mike1: It didn't work. [20:38] i am runing ubuntu9.04 on a laptop that has a wireless card build into it and i am trying to get it to work right plese help [20:38] Mike1: I'm from Germany. [20:38] ben64, like ACCEPT? [20:38] ActionParsnip didnt work [20:38] kevb; sorry cannot help. keep trying...plenty help at hand [20:38] Guest44816: i'm from austria ;-) [20:38] crashoverride, we need to know what wireleess card you have....at the very least, what laptop you have [20:38] jcmarini thanks anyway [20:38] ActionParsnip i did the dpkg-reconfigure thing.. please help [20:39] kevb: yeah sounds like it [20:39] !wireless | crashoverride [20:39] crashoverride: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [20:39] one day ill learn to use the bot [20:39] thnx deany [20:39] Guest31541: then try booting to root console and run: nano /etc/X11/xorg.conf and change the driver line to read Driver "vesa" [20:39] crashoverride: you have to say us which wifi card you have; ActionParsnip give you a command to find out [20:39] RMB, maybe something wrong with the port in the firewall ... but im not much informed about these settings [20:39] Mike1: This was the howto that did not work: http://wiki.ubuntuusers.de/Live-USB [20:39] sudo iptables -A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT [20:39] crashoveride : /quit [20:39] ActionParsnip it already has that [20:39] I want to know what package I need to install to have a certain file.. With what apt- command can I find that? [20:39] dammit [20:39] crashoverride: give us the outut of that command (you run it in a terminal) [20:39] whoops, sorry, that was meant for the terminal [20:39] Guest31541: weird [20:39] !cli | crashoverride [20:39] crashoverride: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [20:40] Hey all. [20:40] ActionParsnip urm.. so whats next? it all used 2 work [20:40] hello every one [20:40] phoenixz, apt-cache search maybe.... will give you package names === eric is now known as talntid [20:40] How do I check for the current PATH in terminal ? [20:40] I mean the command ? [20:40] nuketro0p3r: echo $PATH [20:40] oh :D [20:40] ty :P [20:40] Guest31541: what changed t make it error [20:40] hi [20:40] lemme check ^_^ [20:41] there is a tool fo x86_64 to open a .daa file? [20:41] gwildor: already found it, apt-file will do it [20:41] ActionParsnip i dont know.. the newer kernels didnt work only on older one and now that one dont work [20:41] phoenixz, what file do you need ? [20:41] not this path man [20:41] deany: libgmodule [20:41] I every one, does any one try pidgin video ? (i update my pidgin package thank's to ppa developper url but nothing change :( any idea ?) [20:41] Guest31541: well, did the older kernels run your system ok and all hardware work ok? === nbeutler is now known as Biacz [20:41] I mean the path of the directory I am currently in, inside the terminal [20:41] nuketro0p3r: well you said PATH [20:41] yea :( [20:42] ActionParsnip everything worked fine, i tried backup xorg.conf files but that dont work either [20:42] i just started to record my desktop with gtk-recordmydesktop but i dont know how to stop it [20:42] What's a good Ubuntu equivalent to Windows's chkdsk? [20:42] Guest31541: oh the old ones dont work now? [20:42] Strife89: fsck [20:42] ActionParsnip nope none do [20:42] its running in my processlist but i dont see a GUI button or something to stop - help! [20:42] hi. ubuntu 9.04 jaunty, gnome default desktop. how can I use the keyboard to access the logout action, the control in the screen's upper right? neither ctrl-esc nor alt-f11 help me. [20:42] Guest31541: fyi, if a kernel is working just ok you do not need to upgrade it [20:42] ActionParsnip but i think i installed a different ATI driver once.. [20:42] how do I check for the current directory path in the termina l? [20:42] Does anyone use Google chrome on Ubuntu? Should I use Google Chrome with wine or use Chromium. Please tell me how I can install it also, thank you [20:42] erUSUL: Any usage suggestions, i.e., for when I'm certian there's corruption? [20:42] nuketro0p3r: pwd [20:42] oh [20:43] ActionParsnip Ubuntu auto updates the kernel versions... [20:43] phoenixz, goto packages.ubuntu.com and search contents of debs [20:43] nuketro0p3r: yeah pwd [20:43] yea that's the command :D [20:43] Strife89: check the e2fsck man page (the fsck for ext3) [20:43] Thank you soooo much ^_^ [20:43] nuketro0p3r: present working directory [20:43] ActionParsnip anyway any ideas how to fix my vid problems? [20:43] :D [20:43] ya [20:43] Barnose, sudo apt-get install chromium ..... [20:43] you' [20:43] erUSUL: I'm checking a flash drive (FAT32). [20:43] Hello guys! [20:43] Strife89: i will run it in dry run mode (read only no repair) to see what is wrong and then make the decisions [20:43] Guest31541: could try install --reinstalling-ing one of the kernels [20:43] phoenixz, http://packages.ubuntu.com/search?searchon=contents&keywords=libgmodule&mode=filename&suite=jaunty&arch=any [20:44] Strife89: then fsck.vfat [20:44] Guest17315 i doubt that will fix my problems,. [20:44] erUSUL: Okay, thanks for the suggestions. :) [20:44] how do I fix my mbr for Windows without formatting my data on other drives ? [20:44] Guest31541: i cant think of anything else [20:44] My problem is pretty nasty - the window focused seems to kind of grab my mouse. For example - i use opera atm, but the middle mouse button which is set to zoom out the compiz cube doesn't work [20:44] Hey, my ubuntu wont boot anymore, the video is all fubar, the ubuntu loading screen works and then i crashes nigtimee, safemode videofix dont work [20:44] and I can't click on the taskbar [20:45] hey guys [20:45] Guest31541: you could reinstall video drivers in root recovery [20:45] How do i run a program that needs GTK2.0 [20:45] i cant find gtk [20:45] RBM, you still here? [20:45] it needs to run it gtk [20:45] ActionParsnip ok how do i do that? how can i see which possible vid drtivers i have? [20:45] run in [20:45] zac_: just apt-get install it, what is needed will be installed [20:45] HEY [20:45] gwildor: I did that command, what do I do next? [20:45] i need help [20:45] i have a broadcom B43wireless driver built into my 5 yer old laptop [20:45] does erm [20:45] firefox run in wine yet? [20:45] Barnose, now run chromium.... from the menu maybe [20:45] ActionParsnip when is use gfrlx or something it sorta thinkgs a second before crashing [20:45] its not in the add or remove thing [20:46] Guest31541: what video card is being used? [20:46] ActionParsnip ATI 3870 [20:46] but i still cant get it work [20:46] crashoverride, I have similar model. there is driver in hardware drivers [20:46] does firefox run in winw????????? === MoshutZu_ is now known as MoshutZu [20:46] So noone has a solution for the mysterious mouse stuff? [20:46] oni: 3.5.2 does in wine in karmic here [20:46] tell me how to find it [20:46] oni: I seem to remember running the last version of Firefox 2 in Wine. [20:46] can anyone help me with compiling alsa with MIDI support? [20:46] crashoverride, I told you [20:46] crashoverride, System menu / Administration / Hardware Drivers [20:46] does adobe firefox run in wine? [20:46] oni, yes, ff will run in wine. [20:46] good === enzotib_ is now known as enzotib [20:46] how do I run it [20:47] in wine [20:47] crashoverride, and activate it. it will download [20:47] please guys [20:47] oni, google: wine firefox [20:47] hw do i run something in gtk 2.0 [20:47] it is [20:47] well even find gtk 2.0 [20:47] zac_, what is htis program you are trying to run? [20:47] yeah it tells me to "type wine firefox.exe" [20:47] wow, cannot stop gtk-recordmydesktop due to a missing icon in the notification area : [20:47] :8 [20:47] oni: In the terminal, or the GUI? [20:47] where do I type it??? [20:47] gwildor: I don't have it yet, i don't think [20:47] oni, install wine, download firefox [20:47] but i still cant seem to get it to work [20:47] Barnose, if you are on ubuntu, with gnome...you have it. [20:47] oni: install wine, download ther installer from the web, right click and select open with wine [20:47] http://www.piettes.com/fallingsandgame/download.html === AceTetra is now known as CatEater [20:47] ok [20:47] Hey, my ubuntu wont boot anymore, the video is all fubar, the ubuntu loading screen works and then i crashes nigtimee, safemode videofix dont work [20:47] oni: Go to Applications -> Accessories -> Terminal [20:47] nuketro0p3r: grub how-tos: https://help.ubuntu.com/community/GrubHowto [20:47] crashoverride, you need to set up a connection using network manager [20:48] sudo apt-get install my-sys [20:48] E: Couldn't find package my-sys [20:48] does IE run in wine yet? [20:48] I'm currently using NetworkManager for my wireless atm, and its extremely spotty for hidden networks; should I switch to WICD? [20:48] ok how do i do that [20:48] Is there a command I can run to check the work load of my network interfaces? [20:48] what do I do ? [20:48] gwildor: Yes I am, but it didn't go to my menus then. any ideas? [20:48] please help [20:48] oni, yes ie will too [20:48] crashoverride, do you see the network icon in taskbar near clock [20:48] oni: I don't know, but I seriously doubt IE will run in Wine. [20:48] sudo apt-get install my-sys [20:48] E: Couldn't find package my-sys [20:48] WHAT DO I DO NOW? [20:48] nuketro0p3r: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [20:48] Barnose, type chromium [20:48] nuketro0p3r: Wrong window [20:48] http://www.piettes.com/fallingsandgame/download.html how do i run fsg-4.4 [20:49] oni: It's worth a try, though. [20:49] it says it needs to be opned witgh an application === MidsummerDawn is now known as Ithaca [20:49] @edbian: why do you say that? [20:49] and thats gtk [20:49] no i dont [20:49] !netsplit [20:49] netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit === FunnyLookinHat_ is now known as FunnyLookinHat [20:49] but where do i get that [20:49] no i dont [20:49] Barnose, ha...wrong cromium [20:49] gwildor: its a game called chromium, i want the web browser [20:49] nuketro0p3r: I was kidding ;) [20:49] anyone? [20:49] Hey, my ubuntu wont boot anymore, the video is all fubar, the ubuntu loading screen works and then i crashes nigtimee, safemode videofix dont work [20:49] gwildor: haha [20:49] crashoverride, using gnome? [20:49] Barnose, hold 1 sec, ill find it. [20:49] @edbian: haha now that you've told me. Its funny ^_^ [20:49] :D [20:49] Barnose, sudo apt-get remove chromium [20:49] i dont know how to [20:50] nuketro0p3r: :) [20:50] gwildor: do I have to remove the game? [20:50] What do I do with firefox :$ [20:50] It sucks with 8.04 [20:50] guys how do i find gtk2.0 [20:50] it hangs like aaaaaaaaaaaagh! [20:50] !ati | Guest31541 [20:50] Guest31541: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [20:50] nuketro0p3r: You just didn't type the package name perfectly. Try using tab completion: "sudo apt-get install my[tab][tab]" [20:50] It just hangs [20:50] I tried the prescribed help for ICS, but it doesn't seem to be working. Is there any special way I shoudl set up the winxp machine? [20:50] oh [20:50] Guest31541: Do you have more than one kernel? === zac_ is now known as purpley [20:50] Barnose, no, you can keepp it if you want to play [20:50] hello can some on ejust pm me and help me out [20:51] ity seem i can keep up [20:51] guys how do i find gtk2.0 [20:51] Anyway to trouble shoot? [20:51] :D [20:51] please [20:51] gwildor: ok, I don't think you can just type in one command to get the web browser [20:51] Anywhere I can look to check if ubunutu thinks it's working? [20:51] I've been using a newer kernel for a while now. Is there a way to remove older kernels from the GRUB menu? [20:51] i need to run an app and it needs gtk but how do i find gtk? === caplink811-log is now known as caplink811_log === oni is now known as BSDLICENCE [20:51] I'm currently using NetworkManager for my wireless atm, and its extremely spotty for hidden networks; should I switch to WICD? [20:51] hello i do nee some real help here [20:51] i need to run an app and it needs gtk but how do i find gtk? [20:51] crashoverride, try this then http://www.ubuntugeek.com/wicd-wired-and-wireless-network-manager-for-ubuntu.html [20:51] purpley: probably something like libgtk [20:51] purpley: you just install it, apt-get handles deps like gtk [20:52] ty === Ithaca is now known as CommanderTom [20:52] wait what ActionParsnip [20:52] I've been using a newer kernel for a while now. Is there a simple way to remove older kernels from the GRUB menu? [20:52] crashoverride wassup [20:52] The package name seems to be correct, but the package I want in now mentioned in the list accessed by pressing tab twice :$ [20:52] gwildor: I had it before. I just reinstalled Ubuntu cause I messed up somehow with my drivers. [20:52] how can i manually mount a usb stick so that its not owned by root? [20:52] purpley: apt-cache search [20:52] k [20:52] purpley: if you what nsp said [20:52] Hi too all!!! [20:53] Anybody knwo if I can check to see if ICS is working? [20:53] Strife89, you just want them out of the list?... sudo nano /boot/grub/menu.lst [20:53] does anyone know what alsa modules you need for midi support? [20:53] Trijntje: sudo mount /dev/ /mount/point -o rw,user,uid=1000 [20:53] nsp [20:53] that didnt work [20:53] crashoverride; ask [20:53] gwildor: Yeah, just out of the list, thanks. :) [20:53] @edbian: The package name seems to be correct, but the package I want in now mentioned in the list accessed by pressing tab twice :$ [20:53] i have ask [20:53] actionparsnip: thanks a lot! [20:53] Strife89, did you see the command i sent [20:54] crashoverride again [20:54] crashoverride: you never gave me the output of the command [20:54] gwildor: Yeah, thanks. :) [20:54] I give up. [20:54] yall arnt really helping me get my wireless laptop to work [20:54] crashoverride: sudo lshw -C network | grep product [20:54] nsp how do i find gtk 2.0 though [20:54] Strife89, nano is just an editor... you gedit if you want.. just has to be root [20:54] what [20:54] ActionParsnip, I think he eventually activated the b43 driver [20:54] sudo apt-cache didnt work [20:55] crashoverride: copy that command and paste it into a terminal, it will give output. type or paste the output here [20:55] purpley: apt-cache search gtk+2 [20:55] MOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO [20:55] gwildor: I think I'll do that; I always seem to fumble when using terminal editors. [20:55] HEY GUYS I NEED HELP WITH UBANTO CAN YOU HELP ME [20:55] ActionParsnip, im tryin to get him to setup a new connection in network managr :) [20:55] BSDLICENCE: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [20:55] HAI GUISE? UBANU HALP? [20:55] hey :$ [20:55] need help [20:55] !caps | BSDLICENCE [20:55] BSDLICENCE: PLEASE DON'T SHOUT! We can read lowercase too. [20:55] Strife89, sudo gedit /boot/grub/menu.lst [20:55] I am drowning :( [20:55] gwildor: Thanks much. :) [20:55] BSDLICENCE, just ask your question. and dont yell [20:55] purpley: If installed you should see documentation someplace like /usr/share/gtk-doc/ [20:55] BSDLICENCE: and its UBUNTU not UBANTO [20:55] i am not about to have my laptop broking because you guys are telling me to do this and do that .i need some one to pm me help me by that [20:56] gwildor: gksudo gedit dude, sudo is not to be used with gui apps] [20:56] Strife89: how did gyachi go? =) [20:56] now i need someone who really know he sfuff [20:56] :$ [20:56] * erUSUL do not feed the troll [20:56] can someone help pls [20:56] nuketro0p3r; start asking [20:56] crashoverride, if you want us to help, you have to listen. and help us help you. [20:56] !help | nuketro0p3r [20:56] nuketro0p3r: 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. :-) [20:56] sudo apt-get install ms-sys [20:56] it says [20:56] package not found [20:56] yall are not pm me ing [20:56] Silver_Swords: I stumbled with it when I talked with a friend, but I'm gonna give it another shot later. :) [20:56] I am using 8.04 [20:57] ActionParsnip, sorry, ill never use gksudo, nor aptitude... gksudo has its place, and its not launching form cli [20:57] Anybody knwo if I can check to see if ICS is set up? [20:57] Silver_Swords: I'm amazed you spotted me. :) [20:57] I CANT GET IE TO RUN [20:57] crashoverride: if you want advice on how to get the wifi working we need to know what chip it is using. That command I gave will tell you what it is so you can tell us [20:57] =) [20:57] !ops | BSDLICENCE [20:57] BSDLICENCE: Help! Channel emergency! (ONLY use this trigger in emergencies) - Mez, , elky, imbrandon, DBO, gnomefreak, Hobbsee, rob, Madpilot, CarlK, crimsun, ajmitch, tritium, Nalioth, thoreauputic, apokryphos, tonyyarusso, PriceChild, Amaranth, jrib, jenda, nixternal, Myrtti, mneptok, Pici, Jack_Sparrow, nickrud, jpds, bazhang, jussi01, Flannel or ikonia! [20:57] gwildor: You're preaching to Jesus. [20:57] [HI] [@] [ALL] [20:57] and i just said to pm me [20:57] nuketro0p3r: such drama. There's no such package, as far as I can tell. What are you actually trying to do? [20:57] kevb: Plug another pc into the other nic [20:57] \i need one on one help [20:57] crashoverride, sorry, we dont take order :) [20:57] pm me now [20:58] manners [20:58] gwildor: gksudo is for running gui apps from cli giving them elevated priveledges. sudo does not setup the environment correctly and is ONLY for cli commands [20:58] crashoverride: what did your last slave die of? [20:58] kevb: ifconfig [20:58] losher: Confusion. [20:58] crashoverride, did you get the driver installed at least? [20:58] ActionParsnip, people say that... but ive never had a problem... [20:58] I read that, this package is gonna help me recover my MBR for MS-WindowsXP [20:58] gwildor: if yuo use sudo for gui apps you can and will garbage file ownerships [20:58] kevb: iptables -L [20:58] Rabbitbunny: :-) [20:58] ActionParsnip, can you show me where and when this happens.... cuz iit doesnt here. [20:58] you can also google 'ms-sys [20:59] gwildor: https://answers.launchpad.net/ubuntu/+source/azureus/+question/72151 [20:59] TTTTTT [20:59] TTTTTT [20:59] !gksudo > gwildor [20:59] gwildor, please see my private message [20:59] root_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [20:59] sudo apt-get install gtk+2 [20:59] its a valid package but I have no idea how to install it with the terminal [20:59] wrong window [20:59] sorry [20:59] kevb: route -n [20:59] nuketro0p3r: sudo apt-get install package [20:59] !fixmbr [20:59] 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 [20:59] gwildor: i keep that link for people like you. Please stick to advised practises when advising users so yuo dont advise them how they can break their systems === one_ is now known as ndiswrap [21:00] how can I install ndiswrapper in Ubuntu ? [21:00] nsp: if it's working, what should I see? [21:00] 00000000000000000000 [21:00] hi all === talntid_ is now known as talntid [21:00] root_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [21:00] ndiswrap: sudo apt-get install ndisgtk [21:00] ndiswrap: sudo apt-get install ndiswrapper , I think. [21:00] 00000000000000000000000000 [21:00] !ndis|ndiswrap [21:00] ndiswrap: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [21:00] kevb: locate firewall [21:01] nsp: I see this: http://pastebin.ca/1545006 [21:01] Ubuntu 8.04 [21:01] sudo apt-get install gufw [21:01] Reading package lists... Done [21:01] Building dependency tree [21:01] Reading state information... Done [21:01] nuketro0p3r: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [21:01] Package gufw is not available, but is referred to by another package. [21:01] ActionParsnip, im gonna go with gedit didnt cause that... nautilus maybe... and root nautilus is something i never recommend....ill stick with my good practice recomendation. thanks though. [21:01] kevb: If it is working and the dhcp server is running properly, when you boot a PC with a crossover cable plugged into the other port, it should pick up an IP and get to share the net. [21:01] gwildor: see how the users home dir is owned by root, thats what sudo with gui apps can do [21:02] in out of the box ubuntu I made a ln -s to a folder in a users' home directory... the logs say this when I hit the link.. what is worng? Symbolic link not allowed or link target not accessible: /var/www/w [21:02] gwildor: thanks :D [21:02] OOOOO OOOO [21:02] OOOOOOOO OOOOOOOO [21:02] root_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [21:02] OOOOOOOOOOOOOOOOOOOOOOOOOO [21:02] kevb: What did you use to configure ICS? [21:02] nsp: that should someone depend on the the configuration of the PC (And I'm using a hub) [21:02] no> [21:02] ? [21:02] nuketro0p3r: to restore a windows mbr, you can use a windows recovery disk and run fixmbr. Google is sure to have the details... [21:02] ActionParsnip, again, i wouldnt blame sudo.. id blame ....dumb decisions (we cant say stupid users here can we) [21:02] * Rabbitbunny does. [21:03] how do I get help :$ [21:03] gwildor: never ;) [21:03] nuketro0p3r: mental institution is right down the street =P [21:03] kevb: Plug a PC into the hub with a straight cable and have it set to DHCP. [21:03] nuketro0p3r, tell us what you need help with [21:03] hooray for ubottu === Nicky is now known as Guest7212 [21:03] are people still trying to pc<->pc without a crossover ?!!? [21:03] thank you niko [21:04] @kermos: I am sorry, I've never been there ;) [21:04] * losher some people just refuse to be helped... [21:04] gwildor: hopefully not, they wont get too far [21:04] np [21:04] nsp: for the sake of clarity, what do you mean by "have it set to dhcp"? [21:04] @gwildor: sudo apt-get install gufw (on 8.04) RESULT: E: Package gufw has no installation candidate [21:04] kevb: If you pastebin the firewall script, we could look to see if it is written properly, but other than that, just try it out. === Rabbitbunny is now known as DameMorder [21:04] what do I do ? [21:04] <[tla]> hi. i want to install some packages on a system not connected to the internet. i have a second system that is internet connected, so i have: apt-get --download-only dist-upgrade; apt-get --download-only install ; created a local repository index for main / restricted / multiverse / universe; copied the local index, setup /etc/apt/sources.list to point to the index and... [21:04] <[tla]> ...copied /var/cache/apt/archive. When I run apt-get dist-upgrade on the target machine it just says nothing needs to be done. Ideas on what I am doing wrong appreciated. Thx. [21:04] ActionParsnip: mount -o rw,user,uid=1000 gives an error that 'something' is wrong [21:04] ActionParsnip, looks like nsp is... and like 3 days last week there was this guy ...screaming at me....too bad they didnt get it working.. === DameMorder is now known as Rabbitbunny [21:04] kevb: Have the networking set to dhcp [21:05] nuketro0p3r, look for the proper package name... wtf is gufw ? [21:05] kevb: Which is default for most systems anyway. [21:05] Okay, well, it's not working. How can get the firewall script? [21:05] nsp ^ [21:05] Trijntje: you need the device and the mount point included in the mount command [21:05] hi. ubuntu 9.04 jaunty, gnome default desktop. how can I use the keyboard to access the logout action, the control in the screen's upper right? neither ctrl-esc nor alt-f11 help me. [21:05] its a gui for ufw ^_^ [21:05] locate firewall [21:05] is that a command? [21:05] hi, somebody knows if it's possible to use a usb wifi dongle Netgear WN111 with Ubuntu 9.04 N [21:05] gwildor: tis' a gui for ufw :$ [21:05] ? [21:06] nuketro0p3r, try searching ufw in synaptic... i guess.. [21:06] I have ufw :P [21:06] Ph`: if you run: sudo lshw -C network | grep product [21:06] anyone have any issues with WICD on Gnome ? [21:06] So whats up with firefox quicktime playback [21:06] what I need is gufw [21:06] :D [21:06] Ph`: you will see what wireless chip it uses [21:06] nsp: http://pastebin.ca/1545011 [21:06] I tried to install wine from the Add/remove and it gave me an error. Now I can't open sypax manager. tells to manaualy configure a???? [21:06] ActionParsnip: I have done that, I left it out for clarity. If I only use the option " -o rw" it mounts, but i cant add/delete any files to the disk [21:06] nuketro0p3r, then look for gufw in synaptic.... though searching for ufw will show you all things related to it... including gufw.. [21:06] nuketro0p3r: try to use synaptic [21:06] kaie: i think you'll need ndiswraper for that. [21:06] I'm debating on switching to it but I've heard there are issues with it and I'm already experiencing issues with newtworkmanager with hidden networks on Gnome [21:07] @gwildor and Biacs: thanks, let me give it a try. [21:07] !mount | Trijntje [21:07] well, i pressed ctrl+alt+f1 by mistake [21:07] Trijntje: mount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount [21:07] wow, So many people in here. [21:07] how to back gui? [21:07] proper failure in conf. since u cant launch synaptic, so remove the line, what i causing the error [21:07] sorry.. that was meant for Ph' [21:07] kevb: What did you use to enalbe or set up ICS? [21:07] pagan: ctrl-alt-f7 [21:07] ActionParsnip, thanks for answer ! [21:07] pagan: try with F7 [21:07] i need to run an app and it needs gtk but how do i find gtk? [21:07] kevb: Did you use firestarter? [21:07] I am getting weak wifi signal on my school network, will adding a USB linksys wifi adapter help me boost signal / [21:07] Ph`: np, you can now websearch that output [21:08] @gwildor: btw is Synaptic Package Manager and Add/Remove the same ? [21:08] !firestarter > kevb [21:08] kevb, please see my private message [21:08] and install wine from terminal or synaptic [21:08] Please what does this mean? E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. [21:08] E: _cache->open() failed, please report. [21:08] Myrtti, ActionParsnip thanks ;) [21:08] whats the best program to add true transparency to fluxbox? [21:08] i need to run an app and it needs gtk but how do i find gtk? [21:08] [tla]: get the installed package list from the source machine dpkg --get-selections "*" >myselections then on the target machine install the same packages: apt-get update; dpkg --set-selections < myselections; apt-get -u dselect-upgrade [21:08] ! gtk [21:08] Silver_Swords, is that a joke? how should a wrapper for windows drivers help me? this is an accessibility question. the traditional menus contained the logout command. but no longer on ubuntu, it appears. I can't use shift-right to reach that rightmost menu. [21:08] GTK is the !GIMP toolkit, which forms the base of !GNOME and is used by many applications to provide a !GUI [21:08] kevb, are you trying to PC<->PC.. if so, save yourself hours.....and actually get it working... get a crossover cable... or make one..they are easy [21:08] Barnose: run the command it says [21:08] Hello [21:08] !please|barnose [21:08] barnose: Avoid your questions being followed by a trail of "Please, help me", "Can nobody help me?", "I really need this!", and so on. This just contributes to making the channel unreadable. If you are not answered, ask again later; but see also !repeat and !patience [21:08] nuketro0p3r, i think add/remove doesnt show libs...or something.... i dont use it much. [21:08] !GIMP [21:08] gimp is an advanced image manipulation application for Ubuntu. See http://www.gimp.org for tutorials and more information. [21:08] barnose: it means go to a terminal and type what it says [21:08] nuketro0p3r: they are different programs with similar tasks - Add/remove is a bit "simpler" [21:09] !terminal|barnose [21:09] barnose: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [21:09] whats the best program to add true transparency to fluxbox? [21:09] gwildor, err, why would I need a crossover cable, I have a hub. [21:09] The network works fine. [21:09] anyone in here know a bit about the DockBarX applet? I'd like tasks and launchers to be combined [21:09] Actionparsnip: I will go read that, thanks for your time [21:09] purpley; what about installing gtk with synaptic [21:09] kaie: sorry, that was meant for Ph' [21:09] sonemone knows an irfanview like tool for linux? small tool to resize - rename (batch) - color correction - pics [21:09] Trijntje: It tells me when I type that command dpkg: requested operation requires superuser privilege [21:09] kevb, i missed a large part of the convo... and it *sounded* like you were doing PC<--->PC not PC<-->hub<-->PC [21:10] Barnose: sudo dpkg --configure -a [21:10] SuperMiguel: xcompmgr is ok [21:10] jcmarini [21:10] gwildor, ah. [21:10] kevb: ps aux |grep dhcpd [21:10] thees a bunch of addons [21:10] i dont see gtk [21:10] SuperMiguel: there is no "best" [21:10] nuketro0p3r: its not the same [21:10] !GNOE [21:10] Sorry, I don't know anything about GNOE [21:10] barnose: if something needs 'superuse' or 'root' privilege, you must add 'sudo' in front of the command [21:10] !GNONE [21:10] Sorry, I don't know anything about GNONE [21:10] Biacz, i think... imagemagick [21:10] nsp: 5238 0.0 0.1 3340 800 pts/0 S+ 21:10 0:00 grep dhcpd [21:10] !GNOME [21:10] GNOME is the default !desktop environment on Ubuntu. To install it from Kubuntu or Xubuntu, type « sudo apt-get install ubuntu-desktop » in a !terminal. [21:10] purpley; do you have synaptic pkg installer [21:10] ActionParsnip, the prob is that when i install xcompmgr, and i executed my screen gets frozeen like i can move my mouse, but i cant click on anything [21:10] thanks @ gwildor [21:11] @gwildor: Package gufw has no available version, but exists in the database. [21:11] ......... [21:11] yes [21:11] kevb: pc to pc needs crossover cable dues to this: http://www.archonmagnus.com/mods/crossOverCable/crossOverCableDiagram2.jpg [21:11] How long should a fsck.vfat take, normally, roughly? [21:11] if i didnt then i wouldnt be seeing addons [21:11] purpley; you will find gtk there [21:11] kevb: TX -> RX. See how the cables crossover [21:11] actionparsnip, it's okay, that isn't the issue, I'm trying to get ICS working. [21:11] And is it normal for a fsck.vfat to have no progress bar or anything? [21:11] no? [21:11] Trijntje: Thanks, but now I type that command it gives me this. Setting up cxchromium (0.9.0-1) ... [21:11] cxbottle:warning: The current character encoding (UTF-8) may not be compatible with the encoding of the bottle (ISO-8859-1). This may cause applications to not find their files and thus lead to malfunctions. [21:11] ActionParsnip, i guess they have a hub involved... [21:11] i see a bunch of applications that use gtk [21:11] Actionparsnip, I understand why people would need x-overs. [21:12] Hi, I have a friend's machine hooked up to high speed and it is version 7.04 of Ubuntu. Synaptic shows an option to upgrade to a newer version. Is this fairly straight-forward or is the process in upgrading from 7.04 to the newest version full of pot holes? [21:12] kevb: if you connect to an interconnection device, you use a patch cable which i TX -> TX and RX -> RX [21:12] and they work fine so i have gtk [21:12] i just cant ind it [21:12] nsp: I used the link the bot gave me when I mentioned ICS, I followed the instruction verbatim. [21:12] kevb: ps aux |grep dhcpd #To see if the dhcp server is running (apparently it is not configured and running - in which chase, you would have to manually configure each PC you plug in to share the net - which is to say you would have to do: ifconfig eth0 10.0.0.x ; route add default 10.0.0.1 ; and then edit /etc/resolve.conf to reflect nameservers as needed. [21:12] gwildor: hub uses patch still, unless you have an uplink port which uses crossover [21:12] barnose: yes, it will now try to configure any packages it was trying to install when things went wrong [21:13] !aptget [21:13] Sorry, I don't know anything about aptget [21:13] I am getting weak wifi signal on my school network, will adding a USB linksys wifi adapter help me boost signal / [21:13] ActionParsnip, yeah, i was just saying ... they dont need a corssover, in this case. [21:13] nsp: the other machines are windows. [21:13] gwildor: indeed [21:13] !apt-get [21:13] APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Adept (KDE) or !KPackageKit (KDE) [21:13] purpley, locate gtk maybe [21:13] stephen__: its 7.04 -> 7.10 -> 8.04 -> 8.10 ->... [21:13] i need to run an app and it needs gtk but how do i find gtk? [21:13] Trijntje: how cna i remove that google garbage. I don't want it anymore [21:13] ive done that [21:13] ndiswrap: please explain more. [21:13] kevb: You'll need to configure dhcp server to hand out IP information to the PC as it is plugged in and booted up. [21:13] !upgrade | stephen__ [21:13] stephen__: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/getubuntu/upgrading [21:14] purpley, locate gtk | more [21:14] purpley;https://help.ubuntu.com/community/AptGetHowto [21:14] nsp: can't there just be a "enable ICS button" somewhere? [21:14] barnose: what are you trying to do? [21:14] how can I do a regex grep? i have 5 different kinds of strings, but I need to search against only 2 of them. i cant pipe it because it will be one or the other [21:14] omfg [21:14] purpley, why do you need it located? [21:14] guntbert: so will aptitude take care of that... I see the ubottu post [21:14] gwildor, I said i did that [21:14] jcmarini, that wont work [21:14] stephen__: I'm surprised there is an option, I thought 7.04 was unsupported. Regardless, there's always a chance something will go wrong and leave the system unusable. The only defence against that in the end is to have a good backup, so do that first.... [21:14] ive already tried [21:14] and so i can run a game [21:14] so "grep string file|grep -v "#" | grep (site1||site2)? [21:15] Trijntje: I installed the web browser chromium and it didn't work properly. Then I went to Add / Remove to get Wine and it didn't install, then I went to manager to install it and got error. [21:15] Quick question lads, having a problem su'ing root, can't figure out why? [21:15] losher: thanks - I would be even happy to just update all of the files rather than upgrade. [21:15] stephen__: please look at https://help.ubuntu.com/community/UpgradeNotes - its a multi step process [21:15] purpley; please be soecific about what you trying [21:15] Is there a way in gnome to make the bottom bar 2 rows high? [21:15] dangerstat: because root isn't enabled by default. stick with sudo for now [21:16] losher: some of the files come from servers that can't be found. I will look into their names. [21:16] !root | dangerstat [21:16] dangerstat: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [21:16] @stepthen__: I upgraded my installation of 7.10 to 8.04 and so far it has been working fine without any problems :) [21:16] jcmarini, im trying to run a gmae that requires gtk+2 and i cant find it [21:16] not muh more.... [21:16] nuketro0p3r: congratulations [21:16] much [21:16] ^_^ thanks :P [21:16] dangerstat: use sudo -i [21:17] stephen__: I think that's because 7.04 has end-of-lifed. But see http://ubuntuforums.org/showthread.php?t=1003697 [21:17] thanks ActionParsnip [21:17] purpley; what are you attempting to do. there is help here. [21:17] Why is nothing found when i search for firestarter in Add/Remove applications? [21:17] what is sudo -i? [21:17] sigh [21:17] did you read what i said ffs [21:17] barnose: if you go to the manager and select chromium there, you should be able to remove it === zorael_ is now known as Zorael [21:18] j2daosh: see man sudo... [21:18] purpley: you are being vague. we cannot help if you don't properly describe what you want to do [21:18] losher: that would make sense. this might be 8.x - not sure. [21:18] j2daosh: interactive sudo [21:18] right now im on a windows box, so humor me [21:18] kevb: firestarter is no more developed, try using gufw. Its a GUI for ufw :) [21:18] Idleone how do idescribe nymore? [21:18] kevb: You'll need to configure the dhcp server. You can do that by editing /etc/dhcpd.conf with something like: http://pastebin.ca/1545024 and then turn on the dhcp server. (Change IPs to correspond to the second nic and your ICS configuration.) [21:19] stephen__: more /etc/issue to find out the version... [21:19] j2daosh: saves having to type sudo for each command until you type exit, you will be your own user with elevated priveledges [21:19] purpley: calmly and with as much info as possible. all in 1 post [21:19] I need to run a game that needs GTK+2 to be opened with it [21:19] kevb: use "Show: All available applications" on the pull down tab. [21:19] losher: 8.10 - thanks [21:19] purpley; please give a quick idea. questions will be answered if you help us understand. [21:19] purpley: what game? where did you get it? what is the error your getting? [21:19] purpley wants a gtk2 game but he cant find it [21:20] no [21:20] does AutoIt scripts work under ubuntu ? [21:20] ActionParsnip: what about sudo -s? that does the same thing, but user becomes root, so it's the same as sudo su? [21:20] there is no eror [21:20] Trijntje: I think I got it. Thank you [21:20] purpley: what does the game tell you when you try to start it? (please use pastebin if the output is more than 3 lines) [21:20] nothing [21:20] Silver_Swords: the signal is really week, my laptop already has wifi card, I am trying to add a linksys usb wifi adapater to the laptop, will adding this help boost signal ? [21:20] purpley, there is always an error. check /var/log/messages [21:20] it needs to be started with GTK+2 [21:20] if i start it with anything else [21:20] try running it from the terminal purpley... [21:20] Silver_Swords: the signal is really week, my laptop already has wifi card, I am trying to add a linksys usb wifi adapater to the laptop, will adding this help boost signal ? [21:20] i get an error obviously [21:20] moymoy: yes you will be 'root' and not $USER so $HOME will be /root instead of your users home [21:20] it will give you a comprehensive error then [21:20] gufw isn't foudn either [21:21] purpley: yes, and if you want help you should tell us that error [21:21] stephen__: ok then forget about the obsolete repositories thing. Find out why some of your current repos aren't responding. [21:21] . [21:21] kevb: try sudo apt-get install gufw [21:21] kevb: If you do not turn also on named, you will need to set "option domain-name-servers" to the nameserver you are using for the host pc. [21:21] well [21:21] <[tla]> losher: Can I try this out on the same machine? ie if I use the stock sources.list and do apt-get dist-upgrade it says I need to install 60MB+. If I point sources.list to my local index (deb file:///...) and run apt-get dist-upgrade it says nothing needs applying. I tried your suggestion but apt says nothing needs applying to the local server? [21:21] ndiswrap: adding another wont help boost. but using another wifi(usb) may have a better reception. [21:21] theres probably different ones depending on what type of application i want it to run with [21:21] kevb: gufw doesn't work on my 8.04 btw [21:21] hi guys I wonder how I automount my hard drives ? so everytime Iminlogged they are there [21:21] they wont do anything to help you because it will say it isnt supported [21:22] ActionParsnip: hmm just tried sudo -s.. it uses the same .bashrc and $HOME .. but whoami outputs root =\ [21:22] Another quicky if I may, what is the status with bigmem? I haven't got access to the AMDx64 version of Ubuntu and want to address all my RAM [21:22] putpley: try running it from the terminal, it will give you an error then. [21:22] !ICS | kevb [21:22] kevb: If you want to share the internet connection of your ubuntu machine with other machines in the network see https://help.ubuntu.com/community/InternetConnectionSharing - You may also use !firestarter: http://www.fs-security.com/docs/connection-sharing.php [21:22] moymoy: nice, try sudo -i and compare [21:22] you guys arent getting what i mean [21:22] http://www.piettes.com/fallingsandgame/download.html [21:22] it says there [21:22] it needs GTK+2 [21:22] nsp: those are the instructionw hich did not work. [21:22] purpley: I think you may need apt-get install gtk+-2.0 [21:22] purpley: isn't gtk+2 installed by default anyway? [21:22] !gtk2 [21:22] Sorry, I don't know anything about gtk2 [21:23] it is indeed [21:23] i have ubuntu xp and vista in a triple boot, i wanna remove vista, how do i go about that without messing things up? [21:23] i can run gtk+2.0 apps [21:23] ndiswrap: and it dont need to be a USB, a pcmcia would do as well. [21:23] i cant find gtk+2.0 [21:23] losher: I think it was dependency issues. There is now a clean update going on after I updatedthe package list. [21:23] !gtk+2 [21:23] Sorry, I don't know anything about gtk+2 [21:23] stephen__: very good... [21:23] kevb: You must have missed something.... but if you show what you have, we might be able to help you fix it. [21:23] purpley: that is the reason why we need the error message - if you want help [21:23] moymoy: -s = The -s (shell) option runs the shell specified by the SHELL environment variable if it is set or the shell as specified in passwd(5). If a command is specified, it is passed to the shell for execution. Otherwise, an interactive shell is executed. [21:23] !GTK+2 [21:23] Sorry, I don't know anything about GTK+2 [21:23] llua: you can just destroy the whole partition and delete the entry from menu.lst [21:24] nsp: I don't know what you want to see, or how to show ti you. [21:24] moymoy: so if you dont add any extra params, they are identical [21:24] !gtk+-2.0 [21:24] Sorry, I don't know anything about gtk+-2.0 [21:24] ActionParsnip: thanks for doing the work for me.. i'm running weechat through ssh, and i'm not on a screen session [21:24] Silver_Swords: currently I have a linksys USB wifi adapter, trying to follow some links, but not sure how I can add this, the adapter has a CD for windows installation, nothing for Ubuntu or Linux [21:24] Silver_Swords: when I add the adapter to USB, it doesnt blink [21:24] k [21:24] where is the menu.lst is located? [21:24] Why does the gnome panel keep restarting for me.. over and over and over again? [21:24] moymoy: np duder [21:24] llua: /boot/grub/menu.lst [21:25] kevb: ifconfig | pastebinit [21:25] i want to add some new GTK2 themes to my folder but i cant access my themes folder its locked - can you help me [21:25] !apt-get [21:25] APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Adept (KDE) or !KPackageKit (KDE) [21:25] \i want to add some new GTK2 themes to my folder but i cant access my themes folder its locked - can you help me [21:25] !askthebot | jcmarini [21:25] jcmarini: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu !search factoid". [21:25] cmp: why would your themes folder be locked? do a `ls -l ~/.themes` [21:25] kevb: pastebinit /etc/dhcpd.conf [21:25] ndiswrap: i assume you have tried ndiswraper. [21:26] kevb: etc. [21:26] in a terminal ? [21:26] @kevb: reply me in pvt! [21:26] zac@zac-laptop:~/Desktop$ fsg-4* [21:26] bash: fsg-4.4: command not found [21:26] zac@zac-laptop:~/Desktop$ [21:26] cmp: yup, in a terminal, then tell me what it says [21:26] kevb: route -n | pastebinit [21:26] Silver_Swords: yes I have installed it [21:26] !pm | nuketro0p3r [21:26] nuketro0p3r: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [21:26] ncp: saying etc won't work for me, I'm a linux noob [21:26] kevb: /etc is a folder [21:26] i dont see vista in that file [21:26] moymoy, here is what it says (total 12 [21:26] drwxr-xr-x 4 cmp cmp 4096 2009-08-27 05:27 Azenis [21:26] drwxr-xr-x 3 cmp cmp 4096 2009-08-27 05:27 BlueSpace_II [21:26] drwxr-xr-x 4 cmp cmp 4096 2009-08-27 05:26 CarbonGold) [21:27] cmp: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [21:27] i see the vista boot loader [21:27] guntbert, that much I do know, but I don't think ncp meant it in that sense. [21:27] ndiswrap: did you use an "installed" .inf file or just grabbed it from cd ? [21:27] purpley: go to https://help.ubuntu.com/community/AptGetHowto [21:27] ok [21:27] http://cbuz.com/child-porn <=== who wants some free CP? I just uploaded it. Someone told me this network usually likes that kind of stuff..... Have fun !! :) [21:27] is there some easy way to install themes on ubuntu [21:27] cmp: oops do a `ls -ld ~/.themes` ... my bad [21:27] ubottu factoids [21:27] Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi - Usage info: http://wiki.ubuntu.com/UbuntuBots [21:27] http://cbuz.com/child-porn <=== who wants some free CP? I just uploaded it. Someone told me this network usually likes that kind of stuff..... Have fun !! :) [21:27] instead of figuring out what the hell you need to do with stuff on gnomelook? [21:28] jals_, apt-cache search themes install some [21:28] hi, i have a problem while i try to install ubuntu, anyone can help me? [21:28] http://cbuz.com/child-porn <=== who wants some free CP? I just uploaded it. Someone told me this network usually likes that kind of stuff..... Have fun !! :) [21:28] moymoy, http://pastebin.com/m3dea714 [21:28] Silver_Swords: I installed ndiswappaer as sudo apt-get install ndiswrapper-common, I havent used the USB cd yet [21:28] !ask|sam___ [21:28] sam___: 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. :-) [21:28] http://cbuz.com/child-porn <=== who wants some free CP? I just uploaded it. Someone told me this network usually likes that kind of stuff..... Have fun !! :) [21:28] llua: type `blkid` into the terminal, and whichever partition is NTFS would be vista [21:28] http://cbuz.com/child-porn <=== who wants some free CP? I just uploaded it. Someone told me this network usually likes that kind of stuff..... Have fun !! :) [21:28] http://cbuz.com/child-porn <=== who wants some free CP? I just uploaded it. Someone told me this network usually likes that kind of stuff..... Have fun !! :) [21:29] http://cbuz.com/child-porn <=== who wants some free CP? I just uploaded it. Someone told me this network usually likes that kind of stuff..... Have fun !! :) [21:29] http://cbuz.com/child-porn <=== who wants some free CP? I just uploaded it. Someone told me this network usually likes that kind of stuff..... Have fun !! :) [21:29] cmp: do this `ls -ld ~/.themes` not the first one i sent you [21:29] !ops|unnamedkiller [21:29] unnamedkiller: Help! Channel emergency! (ONLY use this trigger in emergencies) - Mez, , elky, imbrandon, DBO, gnomefreak, Hobbsee, rob, Madpilot, CarlK, crimsun, ajmitch, tritium, Nalioth, thoreauputic, apokryphos, tonyyarusso, PriceChild, Amaranth, jrib, jenda, nixternal, Myrtti, mneptok, Pici, Jack_Sparrow, nickrud, jpds, bazhang, jussi01, Flannel or ikonia! [21:29] ndiswrap: just in-case it(.inf) wont work, install the drivers on a windows machine first then get the .inf file from the installed directory. [21:29] Trijntje: he is gone [21:30] ok i did, what did that do? [21:30] ah, i missed that one, sorry to all operators for wasting time [21:30] llua: it should tell you which partition belongs to Vista [21:30] Silver_Swords: I dont have access to a windows box currently [21:30] moymoy, it tells me this drwxr-xr-x 5 cmp cmp 4096 2009-08-27 05:28 /home/cmp/.themes [21:30] llua: then you can go on to delete that partition [21:31] i didnt get a responds, just another promt [21:31] cmp: hmm... the folder permissions are right.. that's weird [21:31] Trijntje: np [21:31] eric@Raiju-desktop:~$ blkid /media/Vista [21:31] eric@Raiju-desktop:~$ [21:31] llua: it shows a list with like /dev/blah UUID=asdkfa;lebaofibaoe right? [21:31] moymoy, how to solve it [21:31] llua: just type blkid [21:31] Does anyone know why 9.04 doesn't have OpenOffice 3.1 in it? Will 9.10 have 3.1? [21:31] when i try to install the screen freezes, i can select que language but then when i select any of the options ( "check the memory" "install ubuntu" "use ubuntu without modify mi pc" "boot from first disk") the screen freezes, any idea? [21:31] Guys, how long should a fsck.vfat take? [21:32] !latest | Arenlor [21:32] Arenlor: 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. [21:32] /dev/sda5: UUID="32D86E12D86DD51F" LABEL="Vista" TYPE="ntfs" [21:32] Hi, I can't log into my ubuntu system. I get a error. [21:32] I'm having an unusual boot issue: After grub posts, it starts trying to check my HDD for the files for ubuntu, but it times out and says "no response" after a few seconds. If I manually boot up through grub it works just fine. Anyone have ideas as to how I can fix this? [21:32] cmp: try this... close whatever theme thing you have opened.. and type this into the terminal.. `killall gnome-settings-daemon` [21:32] Agony_: Depends on the size of the HD and the speed of the PC [21:32] cmp: then open up the theme manager again [21:32] cmp: and try to install [21:32] bit324life: be specific, what is the error you get, when do you get it, etc [21:32] the error say's cannot execute /etc/gdm/Xsession default [6263] [21:33] Agony_: I'd say it depends on the size of the partition - but I have no actual values [21:33] erUSUL: It did fix several major bugs and several major security bugs. [21:33] llua: okay.. now you know /dev/sda5 belongs to vista, all you have to do is delete that partition [21:33] I get it when I try to login the system. [21:33] llua: i don't know if this'll work, but you can try `dd if=/dev/null of=/dev/sda5 [21:33] at the screen where you type in the username and password. It then takes about 5 seconds and then it spit that out. [21:33] Well, I ran a fsck.vfat on a 200Gb partition, and I just got a line giving the version of dosfsck I'm using in the terminal, does that mean it's working? [21:33] will it remove vista from the boot order? [21:33] Arenlor: if it where that imortant they where backported to 3.0 which comes in jaunty [21:34] llua: nope.. you have to edit your menu.lst file to remove it from the boot menu [21:34] then it spits another errory saying sorry you have a internal error. [21:34] Arenlor, http://webupd8.blogspot.com/2009/05/install-openoffice-31-in-ubuntu-jaunty.html [21:34] when i try to install the screen freezes, i can select que language but then when i select any of the options ( "check the memory" "install ubuntu" "use ubuntu without modify mi pc" "boot from first disk") the screen freezes, any idea? [21:34] It's been running for nearly an hour now [21:34] llua: `sudo gedit /boot/grub/menu.lst` then scroll down to the windows entry and delete it [21:34] i dont see it in the menu.lst just vista boot loader [21:34] bucky: Thanks, any clue if 3.1 will be in the next release? [21:34] then a error log window comes up saying cannot execute /etc/gdm/Xsession default [6263] [21:34] llua: just by deleting a partition? no, you will have to edit /boot/grub/menu.lst too [21:35] llua: you can delete it.... title VISta blah blah chainloader +1 and all that stuff right? [21:35] I am guessing that /etc/gdm/Xsession dosen't have the right permissions or something. [21:35] bit324life: i cannot help you with that i'm afraid. You should write all you just wrote in one question (as short as possible) and ask it again [21:35] would like to know what permisions it needs. [21:35] moymoy: you can use /dev/zero too [21:36] ActionParsnip: good to know... i've never actually done it before, so i'm not really sure.. /dev/null does the same too right? [21:36] I'm having an unusual boot issue: After grub posts, it starts trying to check my HDD for the files for ubuntu, but it times out and says "no response" after a few seconds.Then it resets back to bios and tries again. If I manually boot up through grub it works just fine. Anyone have ideas as to how I can fix this? [21:36] Arenlor, it's available in Karmic now [21:36] moymoy: hmm, sounds ok [21:36] Agony_: 200GB is a lot to check, and vfat, I'm not surprised. linux apps are not *very* verbose anyway, they tend to tell you if something goes wrong [21:36] bit324life: -rwxr-xr-x 1 root root 6417 2009-08-13 21:21 /etc/gdm/Xsession [21:36] # This entry automatically added by the Debian installer for a non-linux OS [21:36] # on /dev/sda1 [21:36] title Windows Vista (loader) [21:36] rootnoverify (hd0,0) [21:36] savedefault [21:37] makeactive [21:37] llua: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [21:37] At the ubuntu login screen. When trying to login. I get an error saying that I have a internal error. Then a window pops up and shows a error log showing: cannot execute [21:37] ActionParsnip: pm me that stuff. I need to write it down. [21:37] bit324life: boot to recovery root console and check [21:37] thanks [21:37] Lancen833: Can you provide a few more details and be a bit more specific as to what is actually happening>? [21:37] guntbert: Any idea of how long to expect? And if I ran it with the -a flag it should fix errors itself, right? [21:37] bucky: May just upgrade to that [21:37] bit324life: ls -l /etc/gdm/Xsession [21:37] nsp: Such as what? [21:38] purpley: open terminal window. type: gtk --help [21:38] Lancen833: Just re-state the issues a little more clearly. [21:38] llua: yup, delete that... but what bothers me is that your menu.lst has the wrong partition .. it says /dev/sda1 while your blkid output says that Vista is on /dev/sda5... and it'd be horrible if i made you delete the wrong partition [21:38] jcmarini, im fine [21:38] ok [21:38] thanks [21:38] Lancen833: With a little more detail... [21:38] it was a binary file so i just needed to make it executable [21:38] nsp: I understand [21:39] nsp: I am testing it as we speak [21:39] yo richie === Richie is now known as YDdraigGoch [21:39] nsp: to get an accurate log of what happens. [21:39] Yo Richard_Martin ^^ [21:39] msg NickServ Identify july1985 [21:39] jibadeeha: that's not good D; [21:40] jikuty: nice ^_^ [21:40] bah [21:40] Lancen833: For one thing, grub doesn't "post" the BIOS does. [21:40] he left. [21:40] jikanter: change your passwors ASAP [21:40] Agony_: as I said before, I have no experience with checking vfat - so no estimates on that, yes -a should "fix automatically" [21:40] tonii: lol yeah.. we both got different people [21:40] he [21:40] password* [21:40] nsp: Hmmm... This is unusual. It booted like nothing was wrong this time. I will restart and try again. I attempted this at least 8 times with the same effect, so I don't know what has changed in the interim. [21:41] moymoy: yep :D [21:41] purple: that is a sudo command.just a sec [21:41] Agony_: If errors are difficlut to fix or numerous, it may take a very long time. [21:41] i didn't know you can change password on freenode.. i'm nooby [21:41] how do I add cool screen savers? [21:41] to gnome-screensaver [21:41] uboottu sudo [21:41] Hi. If I want to hook up two screens to my laptop do I need two VGA outputs or can I somehow use just one and/or the hdmi plug? [21:41] !sudo [21:41] sudo is a command to run programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (Gnome, XFCE), or !kdesudo (KDE) === ^Einstei2 is now known as ^Einstein [21:42] there are some things you can't do with just `sudo` though.. like echoing > /proc or /sys files [21:42] nsp: It seems that the problem has resolved itself. Thanks for your help [21:42] Lancen833: After a certain number of boots it will stop and do a routine check of the filesystem and fix any errors it finds, that may have been what was happening. [21:42] i have another error, authentication token manipulation error...when i use the command passwd with a user already created [21:42] nsp: Ah [21:42] nsp: Thank you [21:42] Lancen833: NP [21:43] Sam___: if its not your account, you will need sudo [21:43] Sam___: what exactly are you typing into the terminal? [21:43] purpley: i am hazy on cli ( cammand line). please ask how to change permissions; some one will know. [21:43] I need https://launchpad.net/ubuntu/+source/libtool/2.2.6a-4 installed on my Karmic alpha4 installation, supposedly, I can get the package for this from launchpad, but how do I add the repo to do this? [21:44] ive installed libavcodec-unstripped-52 now i tried to install ffmpeg. apt tries to replace unstripped with the normal libraries...why? [21:44] !permmissions [21:44] Sorry, I don't know anything about permmissions [21:44] jcmarini: use sudo command to access root [21:44] you can change permissions with chmod [21:44] i write su, then ask me for the password, i write it, and try to change the password from other user with: passwd accountname [21:45] hi how can i list files in terminal and see file size in MB? can i do that switch? [21:45] Sam___: use sudo - NOT su ! and use your own password [21:45] jcmarini, im fine [21:45] i know how to use chmod [21:45] ls -l show files and in bytes can i do a edit somewhere so i list it in MB instat of bytes? [21:45] orksbane: purpley wants to access GTK+2 but appears to not have access permission. [21:45] I have a problem with wine. I tried to download and install something . It installed fine with wine. (I have used this program before with wine) It installs but doesn't show up on my wine menu and when i launch the installer again it lets me install it again and not remove it. ?? [21:45] Sam___: since your user probably already has root privelages due to sudo... just use `sudo passwd accountname` [21:45] its sudo chmod fsg-4.4 +x [21:45] im fine guy [21:45] guys [21:45] Hello, I'm having an issue with using multiple monitors. The first time I tried to attach a CRT to my laptop, I went to Preferences -> Display, and tried to turn on the CRT. However, "Monitor Resolution Settings detected that the virtual resolution must be set in [my] configuration file ... to apply the settings." When I gave it the go-ahead, my screen resolutions went haywire. [21:46] kri, do that switch [21:46] kri, ls -alh [21:46] Sam___: Are you changing the password to the user account that you are currently logged into? [21:46] Sam___: If so, just use command passwd [21:46] I was unable to put my screen resolution back to normal, and ended up reinstalling Ubuntu. Any ideas what happened, and how I can make it work properly? [21:46] purpley: glad it worked at last for you :-) [21:46] sometimes when I try to help...I don't.cheers. [21:46] metalfan_: that shows a total of the folder i want the files [21:46] yeah lol [21:46] i had to get a guy rom another server [21:47] Strife89: make sure you have the right monitor selected when you change the resolution and uncheck the mirror option... other than that, i don't know what else you can do.. log out and log back into gnome [21:47] Strife89: no need to reinstall in those cases. just do sudo dpkg-reconfigure xserver-xorg and everything should be back to normal [21:47] reads the man page ls --help [21:47] i can do that, because i'm in recovery mode; the normal mode do not let me login, says login failed; that's why i'm trying to change it [21:47] kri, ls -alh yourfolder/ [21:47] usser: Duly noted, thanks. :) [21:47] moymoy: Appreciated. :) [21:47] !who | Sam___ [21:47] Sam___: 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 :) [21:48] ! [21:48] anyone into lftp? [21:48] metalfan_: im in the folder with different radio recordings and i want to remove files that ar under a certain amount of MB. i need to know the MB of each file not everyone togheter [21:48] obottu As you can see your breaking your own rule [21:48] i dont want this message in the out "site: Fatal error: max-retries exceeded" and wonder how i can turn it off or something [21:48] metalfan_: sorry worked. :D [21:48] kri, ls does not sum the size up [21:48] purplenurple_: how did the bot break the !who rule? [21:49] I'm trying to remove my gnome top panel; a link on ubuntu forums says I may be able to to it in "session options," but "session options" does not appear to be an available preference anymore (jaunty). help? [21:49] kri, why did you install linux, would windows work better for you? [21:49] purplenurple_: your name is actually displayed in purple on my IRC client [21:49] metalfan_: no. [21:49] Sam___: First make sure the user account exists and you remember; ls /home ; and then just use the command passwd [21:49] nice, I'm royalty I guess [21:49] brennus, You should be able to right click on the top panel and choose to delete it. [21:49] heeellllpppp [21:49] metalfan_: how do i do a echo script so 'ls -mb'='ls -alh'? [21:50] IdleOne, I didn't read thought it was the one about making posts 1 line [21:50] will i still be able to boot into xp? [21:50] kri google for bash aliash [21:50] grifulkin: this is disabled, and I don't know how to enable it (it is grayed out). [21:50] alias [21:50] Sam___: If the prompt ends with # you are already root. (You already have root priviledges). [21:50] ïðèâåò âñåì [21:50] i disabled pulseaudio (i'm running ubuntustudio) so that i could use jack but now am having problems and want to switch back to pulse - how do i do this? [21:50] íà ðóññêîì êòî ãîâîðèò? [21:50] brennus, I just tried it on mine and it is also grayed out, can I ask why you want to delelte it? [21:50] #privileges [21:50] AlekSeEV, the answer is yes [21:50] llua: yup all you're doing is deleting the vista entry from your menu.lst, XP uses a different bootloader i believe. [21:50] purplenurple_: the post is one line. ( not separated by excessive amounts of ENTER ) [21:51] is there a channel specifically for ubuntu users using the andLinux kernel? [21:51] kri: you want an "alias", you could read a bit https://help.ubuntu.com/community/UsingTheTerminal if you like [21:51] grifulkin: I'm using the avant window manage (awn) and you can replicated all aspects of the gnome panel, only in a prettier form. [21:51] yea, but i heard vista takes over xp's bootloader [21:51] adelie42: "andlinux kernel" ? [21:51] avant window navigator [21:52] llua: really? then there's no point in deleting the entry from menu.lst [21:52] llua: but deleting your vista partition could still be a good idea if you want more harddrive space.. [21:52] everytime i insert a USB thumbdrive (I've tried about 5 of them) I get this error: mount: "wrong fs type, bad option, bad superblock on /dev/sdb" http://dl.getdropbox.com/u/285483/tmp/screenshot34.png === root is now known as Guest17908 [21:53] brennus, I don't know than, sorry, on mine I deleted the bottom panel and moved the one from the top to the bottom and added stuff to it, you could try to hide the panel, but that is my best guess. [21:53] andresmh: are they formatted with any particular file system type? [21:53] andresmh: did you look into the logs (as suggested)? [21:53] NDPMacBook: do what it says.. do a dmesg|tail or look in the logs [21:54] andresmh: do what it says.. do a dmesg|tail or look in the logs [21:54] I remember being able to make a window transparent by holding ALT and scrolling the wheel. For some reason, I can't do this on my laptop, even with a proper mouse. Did the key shortcut change? [21:54] test [21:54] grifulkin: thanks anyway, I appreciate the comment [21:54] nsp, some of them are ext3 others are fat [21:54] andresmh: because that's a really vague error [21:54] ikonia I "need" windows at work. andLinux(.org) is a port of the Linux kernel for windows. Basically VM without hardware virtualization [21:54] helo [21:54] i disabled pulseaudio (i'm running ubuntustudio) so that i could use jack but now am having problems and want to switch back to pulse - how do i do this? [21:54] adelie42: ahhh sorry, not this channel [21:54] nsp: the acount exists, because, i used it yesterday, but then i downloaded and installed the updates; and now i can login, only on recovery mode [21:55] andresmh: try sudo fdisk -l /dev/sdb and 'sudo gparted' and check sdb [21:55] My wlan can't connect to a wireless Internet since I changed the MAC-address using macchanger. Why? === kronix` is now known as kronix [21:55] andresmh: try mounting them in terminal with `sudo mount -t ext3 /dev/sdb1 /mnt` and see if it works [21:55] nsp, now i can't login, sorry, my mistake [21:55] Sam___: And... you have also forgotten the password? Or...? === kb is now known as Guest24078 [21:55] Is there any way to hear pdf files i mean to convert them in audio because i don't see very well [21:55] I remember being able to make a window transparent by holding ALT and scrolling the wheel. For some reason, I can't do this on my laptop, even with a proper (albeit wireless) mouse. Did the key shortcut change? [21:56] hello i need to know how i can get a os/unix for free [21:56] Sam___: What is the reason for changing password? [21:56] toni__: visit http://www.ubuntu.com [21:56] Strife89, it's an option in compiz somewhere [21:56] nsp: no, but i thought about changin it, because, when i try to login it says Login Failed [21:56] toni__: go to ubuntu.com ;) [21:56] why do i need to see ubuntu.com for [21:56] Kittykis: Yes, but that's the trouble: where? :) [21:56] i'm looking :) [21:56] try irssi in Gnu screen [21:56] toni__: you can download ubuntu from there [21:57] !install | toni__ [21:57] Can anyone tell me how to setup ICS with gufw? [21:57] toni__: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall and https://wiki.ubuntu.com/DapperReleaseNotes/UbiquityKnownIssues - Don't want to use a CD? Try http://tinyurl.com/3exghs - See also !automate [21:57] opacity, brightness, and saturation [21:57] enable that [21:57] ubuntistas: sure, use pdftotext to convert it to a .txt file, then run it through festival [21:57] in ccsm [21:57] Sam___: See if the user directory still exists: ls /home [21:57] ubuntistas, festival can read pdfs: less myfile.pdf | festival --tts [21:57] Why isn't it possible to connect to Internet after I changed the MAC using macchanger? I could connect to the wireless connection before? [21:58] Dows anyone knows how to get the mkinitrd program? [21:58] i dont need ubuntu .i have ubuntu .what i need to know is to know how i can get unix not ubuntu linux [21:58] Gnea: aren't pdf's usually image files? [21:58] Sam___: And then do su - [21:58] Kittykis: Sorry, but in where? [21:58] Evelina: Does your router allow access by MAC? [21:58] moymoy: pdf's are pdf's [21:58] well === lge is now known as sabima [21:58] so do i have to install festival gnea [21:58] ? [21:58] moymoy: it's basically a different level of postscript [21:58] ubuntistas, yes [21:58] hi there, i am about to become crazy with my keyboard freaking behavior. The default idiom is english . but when i set to portuguese from brazil i lost the ? and / keys [21:58] ubuntistas: yup [21:59] !compiz [21:59] Compiz (compositing window manager), for a howto see http://help.ubuntu.com/community/CompositeManager and more help #compiz [21:59] Strife89, compiz config settings manager [21:59] sorry [21:59] Sam___: At what point is it not allowing you to log in? (Is it the GUI login screen?) [21:59] how do i get os /unix [21:59] toni__: you can try openSolaris [21:59] toni__: you've been told [21:59] erUSUL para tu spam [21:59] does anyone already got into this trouble [21:59] toni__: visit http://www.ubuntu.com [21:59] erUSUL deja de spamear [21:59] erUSUL deja de spamear [21:59] erUSUL deja de spamear [21:59] jebus: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [21:59] : [21:59] compizconfig-settings-manager for the exact package [21:59] Kittykis: I'm trying to remember the package name for CCSM, do you know it? [21:59] !ccsm [21:59] 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 [21:59] iuri : you can use dpkg to configure it, use detect layout by keypress [22:00] toni__: you can try openSolaris which is unix.. or you can go to distrowatch and look for whatever distro of linux / unix you want [22:00] Thanks, ikonia. :) [22:00] DasEi, what do you mean [22:00] how do i use dpkg on this [22:00] codazoda: I don't have a router at all. I'm trying to connect to a wireless Internet connection using WEP. It works using the original MAC but not since I changed the MAC using macchanger. [22:00] moymoy: this is ubuntu support only please - he's been told what to do === Ph` is now known as Ph`AFK [22:00] toni__: Are you just bulding a system for Desktop use? If so, you are probably better off with Linux. [22:01] then how i can i make it work gnea, vaiy [22:01] ? [22:01] nsp: actually my problem is that the normal mode (the gui) doesn't accept the password for root or the other administrator user; and it happens since i update my operating system... i did logged in with a user from the domain, but when i try to install something, ask me for the password of an administrator, and it says that is incorrect [22:01] uuuuuuuuuuuuuu [22:01] har ett litet problem angående temp [22:01] anybody know of a simple way to set up ICS please? === Taube is now known as taube [22:01] !ics > kevb [22:01] kevb, please see my private message [22:02] Evelina: Sounds like you are connecting to a wireless router. My router only allows certain MAC addresses to connect. You might also try restarting your network? === Richie is now known as YDdraigGoch [22:02] Sam___: The password you use is just the user password. If you don't know it, change it now that you are in recovery mode. [22:02] hola [22:02] ikonia: I followed those isntructions to the letter twice. [22:02] erUSUL eres pvto? [22:02] ? [22:02] español [22:02] kevb: then what's the problem ? [22:02] ikonia: didn't work. [22:02] kevb: what didn't [22:02] kevb: what part failed ? [22:02] español [22:02] how do you change the way icons are placed? I want them to go left to right not down [22:02] Sam___: And you can not log into the GUI as root. (You can [22:02] !es > casa [22:02] casa, please see my private message [22:02] i'm trying to boot a liveCD but it dumps me at initramfs, if i remove quite from the boot options i can see the kernel output before but it flashes by the screen too fast so how do i read it? [22:02] Evelina: The wireless hot spot will keep track of you by your MAC. Changing your MAC, therefore, may require you to re-connect. [22:02] My internet connection is not shared. [22:02] Hello, I am looking for a way to record my desktop sounds, and video game sounds on ubuntu 9.04 for my blender animation, TIA :D [22:02] kevb: what part of those instructions didn't work ? [22:03] ikonia ^ [22:03] Hi. Can someone tell me where I find the Synaptic screen.. to type those "sudo apt" commands? [22:03] Is Gamin gone in the newest ubuntu? Does that make listing files terribly slow over NFS? [22:03] Sam___: And you can not log into the GUI as root. (You can't log in as root under any circumstance, ubuntu does not allow root login by default.) [22:03] nich0las: applications -> accessories -> terminal [22:03] ikonia: no errors were given, it's just that now that I've done it, internet connection sharing doesn't suddenly work. [22:03] nich0las: just open a terminal and type sudo apt-get install and what ever packages you need [22:03] nich0las: You type "sudo apt" in the terminal. Application, Accessories, Terminal. [22:03] ubuntistas, just install and try the command: less myfile.pdf | festival --tts [22:03] Sam___: You need to log in under the primary user's username. [22:03] kevb: doesn't work suddenly - that implies it was working ? [22:03] iuri : sudo dpkg-reconfigure -a lets you choose the setup ( amongst other settings) , I 'm just missing the syntax for sudo dpkg --configure ? consolesetup ? keyboard ? second [22:04] how do you change the lay out of icons? [22:04] Thank you all [22:04] guntbert: was nothing about aliases there and i like to know how i can type a alias in a single row without open it and so its stucks there in that file. [22:04] i'm trying to boot a liveCD but it dumps me at initramfs, if i remove quite from the boot options i can see the kernel output before but it flashes by the screen too fast so how do i read it? [22:04] nich0las: Fr a GUI use System, Administration Synaptic. [22:04] ikonia, not "doesn't work suddenly", "doesn't sudenly work", as in "having followed the instructions, it's not as if it's all of a sudden working" [22:04] kevb: please show me the iptables commands you used [22:05] ikonia: these: https://help.ubuntu.com/community/Internet/ConnectionSharing?action=show&redirect=InternetConnectionSharing [22:05] kevb: you typed them exactly ? [22:05] Sam___: What ever the first user was, is what I am calling "primary user". (If you have added a second or third user, those will not be afforded admin privileges unless you make those changes yourself.) [22:05] I copy pasted them exactly. [22:05] kri: I'd have to search myself because I don't use aliases - please wait a moment [22:05] /bin/sh: can't access tty; job control turned off [22:05] erUSUL eres pvto? [22:05] kevb: are you using the same network addresses as the EXAMPLE in the guide shows ? [22:05] vaiy i did that but does not appear something [22:05] !es | jebus [22:05] !ops | jebus [22:05] DasEi, okay but that i tried and it wont solve the issue [22:05] jebus: 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. [22:05] jebus: Help! Channel emergency! (ONLY use this trigger in emergencies) - Mez, , elky, imbrandon, DBO, gnomefreak, Hobbsee, rob, Madpilot, CarlK, crimsun, ajmitch, tritium, Nalioth, thoreauputic, apokryphos, tonyyarusso, PriceChild, Amaranth, jrib, jenda, nixternal, Myrtti, mneptok, Pici, Jack_Sparrow, nickrud, jpds, bazhang, jussi01, Flannel or ikonia! [22:06] in the command i mean vaiy [22:06] erUSUL: he's been warned [22:06] ikonia: https://help.ubuntu.com/community/Internet/ConnectionSharing?action=show&redirect=InternetConnectionSharing? [22:06] nsp: i'm not in recovery mode, i'm in the session of the domain user with no provileges for administration or installation... in recovery mode, i login with root and it accept the password that i know, but in normal mode, doesn't accept that password... and if i try in recovery mode, of set the passsword for the primary user, it says the error;: authentication token manipulation error [22:06] ikonia: oops, sorry I meant 192.168.0.1 [22:06] DasEi, I am looking for something that allows me to set up the keys [22:06] ubuntistas, try: echo "test" | festival --tts [22:06] kevb: that's not a network range - that's a ip address, you need to use the correct range data [22:06] donde me puedo quejar contra el op prepotente erUSUL??? [22:06] ? [22:06] ikonia, I understand that. [22:07] ikonia: I copy pasted exactly. [22:07] kevb: ok great [22:07] kevb: so from your client traceroute to the internet - what happens [22:07] ikonia: what do you mean by "the internet", an ip of a server I know to be up? [22:07] yes it's working vaiy [22:08] kevb: no - try www.google.com [22:08] hi guys how do I unistall rpms? [22:08] kevb: make sure you use name server resolution [22:08] what can i do now? [22:08] ikonia: yeah, that's what i mean [22:08] Elmnas: rpm's are for redhat based systems [22:08] Elmnas: how did you install it on an ubuntu system [22:08] i'm trying to boot a liveCD but it dumps me at initramfs, if i remove quite from the boot options i can see the kernel output before but it flashes by the screen too fast so how do i read it? [22:08] can i slow it down? [22:08] ikonia: unable to resolve target system name. [22:08] ubuntistas, if you don't hear anything when using the pdf it might not contain text. sometimes pdfs just contain images, for example of scanned text [22:08] is it stored in a file anywhere? [22:09] kevb: ok so your clients can't use dns - that's nothing to do with the connection sharing at this time [22:09] can anyone hear me? [22:10] ikonia: okay, so I'll try an ip addres, yeah? [22:10] it has not images vaiy [22:10] hello? [22:10] ikonia, mind if we do thsi via pm? [22:10] lateralus01, i can [22:10] but i can't help you [22:10] :) [22:10] kevb: I'd rather not - other people in the channel can take over when I leave [22:10] ikonia: understood [22:10] kri: 1) type alias lsmb='ls -lh' (including the quotes), the try lsmb, 2) edit the file .bashrc in your homedirectory, at the end you find several aliases, add your own (do you know how to edit a file in linux?) [22:10] kevb: try an IP sure [22:11] how do one install that conky gadget on wallpaper etc? [22:11] kri: it's better to add your aliases to a new file in your home directory .bash_aliases [22:11] iuri: got it ? [22:11] lateralus01: we hear you [22:11] Can someone help me I want to unistall a .rpm file please help me [22:11] i'm trying to setup a dns dhcp server, but on ubuntu 9.04. i got the dhcp to work, but i restarted after updating the installation packages. [22:11] !rpm | Elmnas [22:12] Elmnas: RPM is the RedHat Package Management system. Ubuntu uses !APT, not RPM. RPM packages are not supported (the package "alien" can allow installing them, but it's quite dangerous and unsupported) [22:12] Elmnas: ubuntu uses deb's not rpms [22:12] ikonia: 1. destination host unreachable [22:12] guntbert: yes i use pico for that [22:12] Ubuntu 9.10. rdesktop performance to WinXP host is slow (i.e. you can watch it redraw Putty screen, some web screens.) Anyone know if anything can be done to fix this? [22:12] it.tv [22:12] Elmnas: how did you install an rpm on an ubuntu system [22:12] anyone can help me?when i try to install ubuntu, just work until ask for the language, then no matter which option do i select, the screen freezes, any idea? [22:12] Elmnas: ask #linux for yum support ? [22:12] moymoy, kri: right, I forgot that file - but still .bashrc contains some examples to use [22:12] he's asking how to uninstall an rpm.. so we have to assume he's done something forbidden [22:12] now i get an error that i (according to google) hardware related [22:12] * if-up.d/mountnfs[eth0]: waiting for interface eth1 before doing NFS mounts [22:12] SIOCADDRT: No such process [22:12] Failed to bring up eth1. [22:12] quantum: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [22:12] kevb: ok - traceroute, where did it drop [22:13] kri: ok [22:13] alien [22:13] ikonia, you can always install rpm in debian [22:13] ikonia [22:13] moymoy: don't be silly - there is nothing forbiden about using an rpm [22:13] moymoy: yes ive just reintsalled so their is no .bash_aliases... but i know there is possible to not edit the file later on if i come up with something [22:13] Elmnas: that's a problem then [22:13] ikonia, ubuntu I mean [22:13] cabrioleur: I'm aware of that, htat's why I asked how he did it [22:13] alien -e [22:13] found [22:13] . [22:13] ikonia: 1 destination host unreachable [22:13] anyone know why my processor spikes (according to the system monitor applet) after I bring my laptop out of sleep mode? [22:13] so the first hop I guess [22:13] ok so on the client what is your default gateway [22:13] (or rather, has anyone seen that kind of behavior?) [22:13] guntbert: kri: it's easier to have a separate file.. and you wouldn't have to keep editing your bashrc file .. what if it's not backed up?! [22:14] treble54: it should spike after coming out of sleep... but don't use gnome-system-monitor to monitor CPU usage.. because it causes Xorg to spike anyway, so it's inaccurate [22:14] moymoy: point well taken - I didn't criticize you anyway :-) [22:14] treble54: use `top` in the terminal.. much more accurate [22:15] any rdesktop experts? [22:15] how do one install that conky gadget on wallpaper etc? [22:15] guntbert: it's just that i don't have a habit of making backups, so always have to assume other people don't either =p [22:15] KaiForce: just ask the question [22:15] ikonia: I did [22:15] moymoy: :-) [22:15] don't want to spam chan [22:15] KaiForce: what do you want help with - you asked for rdesktop expects, it's not exactly a support question or a big topic [22:16] DasEi, No not at all === KB1JWQ is now known as evilKB1JWQ [22:16] * if-up.d/mountnfs[eth0]: waiting for interface eth1 before doing NFS mounts [22:16] moymoy: I'd really like to have an applet that acts like the system monitor applet, do you know of any others? [22:16] a [22:16] KaiForce> Ubuntu 9.10. rdesktop performance to WinXP host is slow (i.e. you can watch it redraw Putty screen, some web screens.) Anyone know if anything can be done to fix this? [22:16] and then SIOCADDRT: No such process [22:16] OK, this is what I get in dmesg when inserting a USB drive: http://pastebin.com/d6a066f2d [22:16] KaiForce: it's ok to repeat your question every 10-15 minutes :) [22:16] !9.10 > KaiForce [22:16] KaiForce, please see my private message [22:16] hi [22:17] DasEi, did you understand what i said. I tried to reconfigure the keyboard. But it seems ubuntu has no such configuration to my keyboard type [22:17] treble54: you can try conky.. it's really nice [22:17] and then i get this error on nautlius http://dl.getdropbox.com/u/285483/tmp/screenshot34.png [22:17] !conky | treble54 [22:17] Sorry, I don't know anything about conky [22:17] bah [22:17] ikonia: I the client a static ip, now it made it past the first hop, and timed out on the second [22:17] Hi. Latest patches on everything, amd64 2gigs ram nvidia sound card. Often I am doing something involving music (alsa drivers) and my computer will suddenly and instantaneously freeze, and a split second of sound will repeat for eternity until i reboot. Totally unresponsive including magic sysreq. [22:17] may i ask something? [22:17] ikonia not sure what that means or if it is relevant to rdesktop [22:17] DasEi, So i want to edit the keys by myself [22:17] !ask | Maxxtadeer [22:17] Maxxtadeer: 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. :-) [22:17] kevb: what was the first hop [22:17] Logs reveal nothing. [22:17] oh i see [22:17] !9.10 | KaiForce [22:17] KaiForce: Karmic Koala is the codename for Ubuntu 9.10, due October 2009 - Karmic WILL break - Discussion and support in #ubuntu+1 [22:17] moymoy: is !conky something I'm supposed to type in here? [22:18] DasEi, like if i set a new shortcut but the shortcut is just a single key [22:18] gate.mshome.net [192.168.0.1] [22:18] !conky [22:18] Sorry, I don't know anything about conky [22:18] i'm running 9.04 not 9.10 [22:18] ikonia: ^^^^ [22:18] What's the point of developing 9.10 if we know already that it will break? [22:18] KaiForce: then why did you say 9.10 [22:18] what version can i install on an old machine ? [22:18] i made an error ikonia [22:18] KaiForce: interesting [22:18] treble54: install conky and look for conky threads in the ubuntuforums, they probably have a bunch of screenshots and config files for you to copy and paste [22:18] Maxxtadeer: How old? [22:19] kevb: can you please do "cat /proc/sys/net/ipv4/ip_forward" and paste the output in the channel please [22:19] moymoy: ok thx [22:19] treble54: no problem [22:19] Maxxtadeer: Give processor speed and amount of memory. [22:19] iuri (my nick changed) , it lets you press certain keys to detect your keyboard [22:19] ikonia: I assume you mean on the server, right? [22:19] kevb: correct, sorry [22:19] commander_: Yeah, I tried to reconnect but it failed. I was connected before I changed the MAC but afterwards it's not possible to reconnect. [22:19] if I asked you 'what is an .rdf?' what woud your answer be? [22:19] ok is opensolaris a unix os and is it better [22:19] * Strife89 has some fun with Compiz. [22:19] toni__: this channel is for ubuntu support only. [22:20] hey [22:20] <^Phantom^> Hi hi! :D [22:20] DasEi1, what do you mean [22:20] !ot | purplenurple_ (here) [22:20] purplenurple_ (here): #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [22:20] ikonia: simple: 1 [22:20] simply* [22:20] toni__: Better than what? [22:20] purplenurple_: I'd say it sounds life Rich Document Format. [22:20] kevb: that's bang on [22:20] i know that i was just asking [22:20] s/life/like [22:20] commander_: Sorry, the message wasn't meant for you. [22:20] better than linux [22:20] kevb: can you pastebin the otput of sudo iptables -L [22:20] i like to know [22:20] hi everyone,i'm chinese, [22:20] toni__: you are offtopic for this channel === root is now known as Guest10054 [22:20] what version can i install to an old pc? [22:20] give me chat line then [22:20] xubuntu [22:20] toni__: This channel is for ubuntu support only, please join a more generic channel like ##linux please [22:20] !best | toni__ [22:20] toni__: 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. [22:21] Maxxtadeer: more specs ? [22:21] toni__, that applies to EVERYTHING [22:21] Maxxtadeer: it depends on the system specification [22:21] toni__: better is a relative term [22:21] Is there a list of all the ubottu commands? [22:21] !usage | Strife89 [22:21] Strife89: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi - Usage info: http://wiki.ubuntu.com/UbuntuBots [22:21] Strife89: Wow, that is a tall order. [22:21] !rdesktop [22:21] Sorry, I don't know anything about rdesktop [22:21] MoyMoy: i deleted the vista partition now i cant boot into ubuntu or xp [22:22] Strife89: There are MANY. [22:22] ubottu: is not alone [22:22] Sorry, I don't know anything about is not alone [22:22] ikonia: http://pastebin.ca/1545104 [22:22] well i like to know a lot more on unix/os...i am still going to keep useing ubuntu [22:22] <^Phantom^> I want to say thank you to the developers of ubuntu. I plugged in my bluetooth dongle for the first time today (been using ubuntu since around the beginning of the year), afraid it wasn't compatible, and ubuntu picked it up almost immediately as I did so! [22:22] Pici: Thanks. :) [22:22] nsp: Noted. :) [22:22] kevb: it looks like your ubuntu firewall application is conflicting with your rules [22:22] i just like to know [22:23] ikonia: over my head [22:23] toni__: this is NOT the channel [22:23] toni__: try #linux for a broader audience [22:23] kevb: please do "sudo iptables -X" please [22:23] how [22:23] toni__: type "/join ##linux" without the " marks [22:23] kevb: then re-paste iptables -L [22:23] toni__: /join #linux (in your messenger) [22:23] !tell Strife89 about screens [22:23] Sorry, I don't know anything about screens [22:23] ikonia: too many links [22:24] !askthebot | Strife89 [22:24] Strife89: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu !search factoid". [22:24] too many links ? [22:24] ikonia: still repaste it? [22:24] kevb: nah, hang on [22:24] hi guys, any tutorial to configure internal-DNS?... I read some around internet and there is something I don't understand.. I must configure in all machines or only in the server? [22:24] Strife89: ls /usr/bin ; ls /usr/local/bin ; ls /usr/sbin ; ls /usr/loca/sbin etc.etc. See $PATH [22:24] guntbert: Thanks for the reference. :) [22:24] <^Phantom^> Now, I have some questions about bluetooth in ubuntu. [22:24] kevb: sudo iptables -F [22:25] Strife89: have fun :-) [22:25] ikonia: nothing happened, just return to command prompt. [22:25] kevb: rats, I need to leave, you need to flush your rules, then just re-apply the 3 iptables commands in the example [22:25] kevb: nothing should happen. [22:25] Hi guys, my ubuntu has completely gone bust. Is there a way I can re-install ubuntu via my windows vista? [22:25] <^Phantom^> I have a Motorola W490 cellular phone, and I want to use my laptop as a listening device, however, my phone is not finding the laptop. How can I put it into pairing mode? [22:26] ikonia: how does one flush rules? [22:26] Hey [22:26] !bluetooth | ^Phantom^ [22:26] ^Phantom^: For instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup [22:26] I cant set my desktop resolution to 1440x900 can someone help? [22:27] !fixres [22:27] 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 [22:27] Anybody know how to flush iptables rules? [22:27] my wireless stops working when i transfer large files [22:28] takes 10 mins and comes back [22:28] but works fine in windows [22:28] on my dual-boot [22:28] Question : if i rotate my monitor - do i also need to change the DPI settings ? [22:28] kevb: man iptables scroll down a little. -F [22:28] > ÇLSẀEDWEDCWPFERve>CFFROtgpob [22:28] qx>vĉ x BBG [22:28] in twinview is there a way to tell a program to start on a specific location (x,y) ?? [22:29] sorry about that [22:29] hi, any idea? [22:29] anyone can help me?when i try to install ubuntu, just work until ask for the language, then no matter which option do i select, the screen freezes, any idea? === RaNdY is now known as Guest80337 [22:29] Sam___, try doing the disk check [22:30] In a LAN with 5 computers-clients and 1 server, I want to set up a DNS in the Server machine, so I can write the machine name in the browser, instead of writing the IP? .. I know that is the DNS configuration, but I need to configure that in the Server or in all machines-clients? [22:30] i00nsu: edit the /etc/hosts file [22:30] Sam___, there is an option to check the disk for errors [22:30] i00nsu, check out bind [22:31] hosts will do it but if your going to do something do it right [22:31] mickster04: anyoption get freezes, and mi disk has windows, but with a free partition , thatas where i wanna put the ubuntu, but it get freezes [22:31] <^Phantom^> That is very helpful, however, I want to use my laptop as the listening device. [22:31] i00nsu: add in a line like `xxx.xxx.xxx.xx hostname` [22:31] moymoy, purplenurple, in the Server machine or in all client machines? === Deadly is now known as Guest54230 [22:31] server machine [22:31] <^Phantom^> The phone wants to send the audio data to the laptop for listening on there. [22:31] Sam___, well it sounds like the disk is broken, m5hash sum? [22:31] can someone re-assure me once and for all about file sharing in a dual booth system,thanks [22:31] Ok. many thanks! :) [22:31] does anyone know why my wireless would drop for 10 minutes when i transfer a big file? [22:31] kevb: http://pastebin.ca/1545114 [22:31] MoyMoy: i deleted the vista partition now i cant boot into ubuntu or xp === Guest80337 is now known as RaNdY [22:32] llua, you need to reconfigure grub [22:32] how? [22:32] llua, from a live cd ... google for instructions === RaNdY is now known as Guest30340 [22:32] i dont get it ive made 2 alias scripts but only 1 seems to work [22:32] llua: purplenurple_: wait.. how does deleting the vista partition mess up grub? [22:32] nsp: shoudl I just execute every command in that file yeah? [22:33] kevb: That would work if you set the second NIC to 10.1.1.1 (Change IP as needed.) [22:33] !grub | kri [22:33] kri: 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 [22:33] moymoy, it could jack up the partition table [22:33] kevb: No, that is a firewall script.... just an example. [22:33] i00nsu: if you have a DNS server set up, all you need to do is make sure all your clients are using the IP address of that DNS server, that will pull all the information in your zone to every server [22:33] hello guys is there a windows installer for ubuntu that I can use to install ubuntu on a seperate partition? [22:33] alias knark='xmms -e *.mp3' <-- works propper.. alias ls-mb='ls -alh' <-- dont work.. [22:33] mickster04: i end up installing kubuntu in that partition, i don't think that the disk is the problem, because it happens in three different pcs, do you think that the windows is making a conflict? [22:33] !tab [22:33] You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. === rickspencer3-afk is now known as rickspencer3 [22:33] nsp: so what shoudl I do with it? [22:33] SweetSarah, I'd suspect a problem with the driver - and overflow or something of the sort that causes it to drop the connection. [22:33] kri, an alias cannot have a - in its name. [22:33] kevb: You can edit your existing firewall script to do something similar. [22:33] Sam___, if the disk doesnt work in three pcs the cd is dead [22:33] unop where should i start to look? [22:33] unop: hmm ok [22:33] nsp: how? [22:34] nsp: and I wouldn't now similair if it hit me in the head [22:34] kevb: http://pastebin.ca/1545114 is just an example to go by. [22:34] purplenurple_: ubuntu installs onto logical partitions no? so it'd always start at /dev/sda5 even if there're no other partitions right? [22:34] where in the alternate install screen is the option for upgrading? [22:34] nsp: it means nothign to me. [22:34] hello? how to install to new icons theme? [22:34] SweetSarah, If you wish to do some debugging of your own. run this command in a terminal. sudo tail -f /var/log/{messages,kern.log,debug} [22:34] nsp: ikonia siad I needed to flush my iptables and follow the 3 commands on the ICS instruction page [22:35] anyone know of a good alternative to mozilla sunbird on ubuntu? I don't want thunderbird either. [22:35] kevb: sudo apt-get install firestarter [22:35] SweetSarah, then go about trying to cause the bug .. if you get any messages, use them in your bug report, troubleshooting etc [22:35] nsp: I already have gufw [22:35] moymoy, depends on what you mean by start [22:35] unop so there is no way to just go get a new driver or something like that? [22:35] i want more hdd space. should i delete the gutsy gibbon that takes half hdd. opions welcome. [22:35] unop: ok how long before its update? cause it dont seem to do so [22:36] anyone know of a good alternative to mozilla sunbird on ubuntu? I don't want thunderbird either. [22:36] how dou you tell the ubuntu installer ot upgrade instead of wipe? [22:36] Hi, Karmic is supposed to be bleeding edge, right? Can anyone explain to me why eclipse-pydev is 3 years old in it: http://packages.ubuntu.com/karmic/devel/eclipse-pydev ? [22:36] I cant set my desktop resolution to 1440x900 can someone help? [22:36] opion;opinions [22:36] unop: (the basch_aliases) and baschrc i guess. to update... [22:36] maver1ck, I have the DNS Service installed in the server machine|| now: as moymoy said, edit the /etc/hosts xxx.xxx.xxx.xxx host-name... this IP I need to put before the host name is of the local-machine? I mean, if my server-ip is 192.168.10.2, I must edit /etc/hosts and add the line 192.168.10.2 My-Server, or I should add this line in all clients? [22:36] kevb: I'm showing you how to do it manually, but have used firestarter and it worked just fine on a couple systems in the passed. === Guest30340 is now known as RaNdY === RaNdY is now known as Guest65688 [22:37] hello? how to install new icons themes ? [22:37] nsp: if I just change the ip in the pastebin script to 192.168.0.0, will it work? [22:37] nsp verbatim? [22:37] haha [22:37] anyone know of a good alternative to mozilla sunbird on ubuntu? I don't want thunderbird either. [22:37] Innomen: if you want to upgrade with a CD, don't boot into the CD .. boot up into ubuntu, put in the CD, then go edit software sources and add the ubuntu CD as a source [22:37] !gutsy gibbon [22:37] Sorry, I don't know anything about gutsy gibbon [22:37] smogattack, nope ... i use thunderbird 3 .. me likes [22:37] SweetSarah, I'm positive there is but you might want to see if there are any package updates first - espectially with the restricted drivers/modules [22:38] kevb: Yes, if you have the second nic set to 192.168.0.1 [22:38] kri, where have you defined your alias? [22:38] moymoy, oohhhh [22:38] hello, how to install new Icons themes?\ [22:38] duhr [22:38] thanks man [22:38] ^Phantom^, I cannot find much on that phone :( [22:38] moymoy, thanks man [22:38] purplenurple_, is the calendar big enough? [22:38] nsp, yes the second faces the LAN. [22:38] mickster04: but i burned other cd, it was with 3 different CDs, from 3 differents downloaded files, that happened to a workparter too, it can't be that both CDs are dead [22:38] unop sorry for the newb question, but how do i do that? [22:38] cmp: just drag the archive file into the theme manager [22:38] smogattack, don't use it [22:38] maver1ck, ahh I just re-read what you said: so add as main DNS the Server-machine-ip and everything will work fine right? [22:38] let me see [22:38] Sam___, o i c [22:38] unop: only the first line seems to work in my .bash_aliases even if the second and third line is coorect. 2nd line:alias lsmb='ls -alh' | 3d line:alias FITTA='ls' .. [22:38] moymoy, how to go to the theme manager ? [22:38] SweetSarah, at a terminal. sudo aptitude update; sudo aptitude safe-upgrade [22:38] Sam___, unlucky then? [22:39] unop thanks [22:39] unop: defined my aliases? [22:39] purplenurple_, well... I mainly want a calendar.. [22:39] anyone know of a good alternative to mozilla sunbird on ubuntu? I don't want thunderbird either. [22:39] system -> preferences -> appearance [22:39] i00nsu, if you have a DNS server you dont have to edit the host files, you just need to add the machine names in your zone file, like machine1.local IN A 192.168.0.3 or what ever you want the names to be [22:39] guys i used UNetbootin with ubuntu 8.04 and it gave me an error when i selected it in the boot up menu. [22:39] kri, put your ~/.bash_aliases file up on a pastebin -- let's have a look [22:39] pastebin! [22:39] Evening all, I was wondering if someone could help me figure out where an audiostream on a website is coming from. They use a flash based player and i'd like to add it directly to rythembox [22:39] url [22:39] :> [22:40] pastebin [22:40] mickster04, you think that it could be the graphical driver? althougt the pcs are hp, dell and compaq [22:40] I have 4 packages being kept back by apt-get: linux-generic, linux-headers-generic, linux-image-generic and linux-restricted-modules-generic. I am in no particular hurry to have these installed, but will the get installed automatically (ie, with apt-get upgrade without forcing) eventually? [22:40] i00nsu, the DNS server will get the root zone from arp servers, allowing you to access all external sites as well as letting you set up your own A Records for your internal network [22:40] smogattack, i'm assuming you already know it doesn't have a calendar cause i don't see one [22:40] !pastebin | kri [22:40] kri: 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 [22:40] lol [22:40] Sam___, i still think u should do the m5 hash sum check thing on the downloads [22:40] hello [22:40] guys do you know open source real time voice changer [22:40] moymoy, i drag the package into the icon place - its not accepting it [22:40] purplenurple_, I'm asking for an alternative to mozilla sunbird, which is a calendar app... [22:41] unop: http://pastebin.com/m3b8c0235 [22:41] cmp: what kind of file is it? === unoob is now known as u-noob-u [22:41] Hi, Karmic is supposed to be bleeding edge, right? Can anyone explain to me why eclipse-pydev is 3 years old in it: http://packages.ubuntu.com/karmic/devel/eclipse-pydev ? [22:41] can some pleas help in compile vmware module in ubuntu 9 ? [22:41] zip [22:41] u-noob-u: look up eclipse in the community docs [22:41] maver1ck, 'in your zone file' what file? sorry for this nooblish question [22:41] smogattack, i know ... you said you didn't want to use thunderbird ... nevermind [22:41] i00nsu, however, if you dont feel comfortable with using a DNS server, you can edit the host files on all the machines, you will have to add all hostnames and IP addresses of every machine on the host file of every machine, so every machine should have 6 entries in the host file [22:41] kri, ok, this looks fine. now use this command. source ~/.bash_aliases #and then try your alias out [22:41] anyone know of a good alternative to mozilla sunbird on ubuntu? I don't want thunderbird either. === Guest65688 is now known as RaNdY [22:41] i00nsu, zone files are the config files for dns [22:42] is there a open source real time voice changer [22:42] smogattack: I've been very happy with Evolution === RaNdY is now known as Guest75242 [22:42] moymoy, i made it now tar.gz [22:42] unop: done dont work [22:42] smogattack : THough for the most part I just use Google Calander, which can be imported directly into evolution in the newest versions. [22:42] moymoy, i also tried to drag it as you said - but its not accepting it [22:42] ioka, ubuntu-studio has tons of tools you can use that for [22:42] kri, any error messages at all? or any output for that matteR? [22:42] er for that [22:42] danbhfive: Thanks! .. "You are probably wondering why Ubuntu is packaging a three year old version of this package ... " [22:43] i00nsu, if you use ubuntu as your DNS server you can grab webmin from www.webmin.com its an easy install and you can use it to configure your dns server as it will generate all the zone files for you. [22:43] mickster04, well i'll do that, but i used one of the CDs with a Compaq Laptop and it works, just that the Laptop had only that operating system, no Windows [22:43] u-noob-u: :) yep [22:43] hi [22:43] moymoy, i also tried to drag it as you said - but its not accepting i [22:43] unop: no error messeages when i 'source .bash_aliases' seemed to go thru. when trying to run a alias it says = command not found. [22:43] alguem do brasil ? [22:43] i00nsu, its a good place to start anyways, it may help to read up on setting up your own DNS server a little, but webmin will make it easier [22:43] nsp: firestarter seems to work and think everything went fine, yet the winxp is still failing to find the internet [22:43] alguma nerda ? [22:43] cmp: look inside the .tar.gz is there another .tar.gz inside? [22:44] danbhfive: I wonder why Ubuntu doesn't just use Sun's JVM [22:44] sweet! thanks TheSpazzz === evilKB1JWQ is now known as KB1JWQ [22:44] kri: check if any of your aliases are already actual commands [22:44] ok, thanks for the detailed update-information. Really!!! Many many thanks! [[]] [22:44] what is the name of the application that controls the sound in ubuntu? [22:44] kri, which alias was this? [22:44] moymoy, no there is not [22:45] kri: or try typing your alias lines into the terminal one at a time instead of just running the .bash_alias file [22:45] kevb: See what IP address (the XP system is getting), see if it is proper for your LAN. See what nameserver it is using, and if it is proper for your ICS configuration: ( ifconfig ) and also see if the default route is right. [22:45] cmp: are you sure it's a gnome icon set? did you download it from gnome-look or something? [22:45] moymoy: ok you mean edit the .bash_alias file just 1 command at the time? [22:45] yes [22:45] is there anyway to change the way icons are put on the screen? i want them to go left to right not down [22:46] kri: no.. i mean type your aliases into the terminal [22:46] moymoy, its from ( gnome-look.org) [22:46] moymoy: ive done so they cant be found [22:46] kri: one at a time.. instead of editing the .bash_alias file.... just do it to see where it goes wrong [22:46] Sam___, they are unrelated...it should just work, have u tried all the other option available to you or does the language election come up first [22:46] kevb: If you do not have the DHCP server running, you will need to manually pick and configure an IP address for the XP system. And also tell it what default gw address to use. And then also tell it what nameserver to use. [22:46] Hey, how can i install fgrlx on ubuntu 9,04? === Guest75242 is now known as RaNdY [22:46] kri: what i mean is type `alias lsmb='ls -alh' into the terminal and see if it works fine [22:46] nsp: I don't knwo what you mean by default route, but I have manually assigned the ip address, and the ubuntu server and winxp machine can ping one and other. [22:47] kri: and do the same for all your other aliases [22:47] Guest31541: use envyNG [22:47] kevb: default route = gateway IP === RaNdY is now known as Guest82951 [22:47] snarkster which is? [22:47] having a problem with NetworkManager and OpenVPN. I have an OpenVPN server setup at my church, and the connection works fine from Windows but not from Ubuntu. Anyone able to work with me to get this resolved? [22:47] nsp: Yeah, in thi9s case it's 192.168.0.1 [22:47] guest31541: a prorgram to install the fglrx driver. [22:47] kri, out of curiosity -- what does this return? echo $SHELL [22:47] kevb: Very good. ... Now does it have a nameserver to use? Like 4.2.2.2 or... ? [22:47] mickster04: the language come first, i select one, then i can move over the 6 o 7 menus, but when i push Enter on one of them, the screen freezes [22:48] snarkster looks like a prgm straight from god thanks [22:48] smogattack: NP :-) [22:48] kevb: nameserver = DNS === hey` is now known as grumete [22:48] guest31541: no problem [22:48] Sam___, no idae buddy sorry keep askin ho] [22:48] nsp: sure, no nameservers yet [22:48] how do you change icons to go left to right not down [22:48] mickster04: yeh, thanks anyway [22:48] I have a problem with Planet Venus, anyone having experience of planet-venus? [22:49] anyone can help me?when i try to install ubuntu, just work until ask for the language, then no matter which option do i select, the screen freezes, any idea? [22:49] moymoy: know the stupid thing works [22:49] kevb: Use the same nameserver the host is using. (If you can ping it,[from the client machine] it should resolv domanin names for you.) [22:49] venus is hot and has alot of surface pressure with temperture running a cool 900 k [22:49] *resolve [22:49] second pnaet in our solar system [22:49] pnaet is a new way to spell planet [22:49] isn't venus a razor [22:49] nope, she's a goddess [22:50] !ot [22:50] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [22:50] a goddess razor [22:50] anyone can help me?when i try to install ubuntu, just work until ask for the language i can select one, but then when the menu appears no matter which option do i select, the screen freezes, any idea? [22:50] unop: dunno? a shell account at some machine? [22:50] icons left to right not down any takers?? [22:50] Sam___: you can try a text based installer.. they make it just as easy as the gui installer [22:50] kri, that should return 'bash' [22:50] So how about it? Anyone have any idea how I can find the audio stream on a webpage when it's coming through a peice of Flash? [22:50] can anyone please help me i have received this error: Warning: Screen isn't composited. Please run compiz (-fusion) or another compositing manager. [22:50] having issues with resolution when monitor is turned off http://paste.ubuntu.com/259599/ - anyone have a minute? [22:51] TheSpazzz: /tmp [22:51] How do you configure CPUFreq to change frequency at lower CPU usage? It's causing lag when a single process uses 100% of one cpu, but it won't increase my clock unless both are at a fairly high usage. It's currently set to OnDemand [22:51] moymoy: where can i get one? the live cd works for taht? === niko is now known as evilNiko [22:51] gentoo > ubuntu [22:51] Morder, how do you know if your having resolution issues if its off [22:51] NeXstaR: press ALT+F2 and type in `compiz --replace` [22:51] thespazzz its part of the flash object download the flash object and convert to mp4 then seperate audio from video [22:51] i've tried to enforce one resolution at all times but it always seems to revert to 800x600 [22:51] TheSpazzz: ls -ltr /tmp [22:51] nsp: Can you be a little more specific? I don't want the file I want the actual URL to the stream so I can add it to Rythembox [22:51] purplenurple_: remote desktop === Guest82951 is now known as RaNdY [22:51] is there a way i can connect use my laptop as a internet brigde? laptop connects thru wifi. [22:51] Sam___: download the alternate installer iso. it should be smaller also [22:52] how can i keep apt cache from keeping all these .deb's i've already installed around? [22:52] Sam___: i think [22:52] does anyone know how to compile alsa with midi support? [22:52] !resolution [22:52] 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 [22:52] nsp: I'm alsmost there, I can now ping googles ip, but how do I find out the ips of my hosts nameservers? [22:52] kermit sudo apt-get clean [22:52] kermit: just do an apt-get clean === RaNdY is now known as Guest51114 [22:52] TheSpazzz: Right click on the link and select "Copy link location" [22:52] Mohero, not that its relevant but why remote desktop and not ssh [22:52] !bootoptions | Sam___, and also verify your current installer cd, textinstaller provides no live-functionality [22:52] Sam___, and also verify your current installer cd, textinstaller provides no live-functionality: For a list and explanation on some of the boot options, see https://help.ubuntu.com/community/BootOptions [22:52] moymoy: i have already did that but each time i restart my desktop i get that message is it fixable ? [22:52] hey all [22:52] nsp: There is no link tahts the problem. The stream is coming through a Flash Applet. [22:52] unop: yes /bin/bash [22:52] in a new installation of jaunty, how do i get to 'tmp' (where it downloads stuff to) with commandline? [22:52] anybody on my icons question?? [22:52] kevb: cat /etc/reslov.conf [22:52] purplenurple_: that wasn't for me, was it? [22:53] i thikn it was for me [22:53] chalcedny: cd /tmp [22:53] TheSpazzz: right click the applet and properties should give you the link [22:53] chalcendy in terminal sudo nautilus /tmp [22:53] Mohero, yeah ... i got the wrong name when I tabbed [22:53] TheSpazzz: I don't know, maybe someone else can help. [22:53] nsp: no such file or directory [22:53] NeXstaR: go do the appearance manager and enable desktop effects.. that'll make it so that compiz is enabled everytime you boot in [22:53] TheSpazzz, use gksudo instead [22:53] purplenurple_: :) np :) [22:53] IdleOne Ok one sec [22:53] I'll just go back to sleep [22:53] snarkster, moymoy: in a crontab? is there no setting to make it delete them after they're installed? [22:53] DasEi1, llhull@Marcus:~$ cd tmp [22:53] bash: cd: tmp: No such file or directory [22:53] llhull@Marcus:~$ [22:53] purplenurple_: because i'm remoting from a windows machine [22:54] chalcedny: cd /tmp [22:54] chalcedny, cd /tmp #note the / [22:54] kevb: cat /etc/resolv.conf [22:54] ahh thanks DasEi1 :) [22:54] np [22:54] well you can setup a crontab to run that command at set intervals i guess. [22:54] i had it working the other day but i did a fresh install and the paste is what i had xorg.conf set to but now it doesn't work at all [22:54] Morder, ic but why not just use ssh? remote desktop is slooooowww.. or maybe it's just me [22:54] nsp: yup, no such file or directory [22:54] kermit: why do you want to constantly delete them anyway? [22:54] IdleOne I don't have that option, It says Settings and About Adobe Flash [22:54] how can i upgrade ubuntu from jaunty to karmic offline [22:54] moymoy: yes true but i get that error with the compiz enabled ;/ [22:54] i ahve iso and usb [22:54] Whats up with Flash sucking in 9.04? anyone care to quip? [22:54] How can I get my netbook to join a certain network over another one, and not just the last one it joined. [22:54] Innomen: #ubuntu+1 [22:54] kevb: On the host machine? ls /etc/resolv.conf [22:55] kevb: No such file? [22:55] Innomen: you'd have to put the repos of cd in and check : [22:55] TheSpazzz: not sure what to tell you now [22:55] purplenurple_: Morder: i think remote desktop is slow too.. not to mention ssh, you can enable compression, so it speeds things up a bit [22:55] !upgrade [22:55] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/getubuntu/upgrading [22:55] nsp: yup [22:55] does anyone know how to compile alsa with midi support? [22:55] bigDaddy : What issue are you having? I'm running flash in Jaunty and not having any issues [22:55] bigdaddy yah it messed up for me to [22:55] bigDaddy, you can get flash, you just have to fool around with it some [22:55] IdleOne, trhey are kinda under staffed and not helpful, thought they are trying [22:55] Hello #ubuntu, I installed network-manager from a deb, now I would like to switch to the version in the repos. How would I accomplish this? [22:55] NeXstaR: that's odd.. since it's complaining about not having a compositor.. and it's still complaining even with compiz enabled? [22:55] though* [22:55] tried gnash that didnt work either, so now im on to the swi... something of other [22:55] !dist-upgrade | Innomen, can use synaptic for adding cd [22:55] Innomen, can use synaptic for adding cd: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/getubuntu/upgrading [22:56] DasEi1, can you be more spesific? [22:56] it works but when i compare the playback of the nvidia home page to an xp box the animation is a lot slower [22:56] snarkster i hope youre right!! [22:56] ok [22:56] thank you :) [22:56] nsp: can I find the nameservers anywhere else? [22:56] kevb: You sure you are typing it in right? /etc/resolv.conf [22:56] moymoy, hot to install skype on my ubuntu ? [22:56] nsp: I'm copy-pasting it [22:56] ok so there is no way to set icons to list left to right instead of top down [22:56] !skype [22:56] To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga === Guest51114 is now known as RaNdY === trumpen` is now known as trumpen [22:56] yes [22:56] guest31541 right about what? [22:57] moymoy: yes in the session it doesn't give any error but as soon as i restart it give me te error [22:57] cat /etc/reslov.conf [22:57] cat: /etc/reslov.conf: No such file or directory [22:57] kevb: You can ask your ISP or maybe just use 4.2.2.2 === RaNdY is now known as Guest42154 [22:57] nsp: it's wierd that this file isn't here though right? [22:57] kevb: I think 4.2.2.2 will work. [22:57] Ok let me approach it this way then. There is a utility in windows that runs in the backround and dumps a log of every site accessed by the PC. If I was in windows I could find the stream through that. Is there any similar utility in windows? [22:57] kevb: Yes very wierd [22:57] moymoy, how to install skype on my ubuntu system? [22:57] nsp: thanks, totlly works now! [22:58] moymoy - synaptic [22:58] cmp: apt-get install skype [22:58] NeXstaR: so the message pops up when the session ends? when it's shutting down? or when gnome is starting up? [22:58] moymoy: because they're just temp files that i'll never use again, there's no reason to keep them around eating up disk space === shine_ is now known as `shiNe`chiLLouT [22:58] very frustrating [22:58] bigDaddy: YOu use an Nvidia graphics card with the binary drivers? [22:58] its always telling me ( E:couldnt find the package) [22:58] kevb: Very good....! :) [22:58] moymoy: when i restart aka shutdown [22:58] cmp: Skype is not in the repositorys [22:58] Is there anyway to lower the CPU usage at which CPUFreq increases the clock when set to OnDemand? [22:59] cmp: YOu need to add the skype repository first or download a .deb from Skypes website. [22:59] cmp: download it from skype.com as a deb then use the package installer [22:59] goto medibuntu to get skype [22:59] MilitantPotato: no that i know of [22:59] kermit: you can do it as a cron job.. it's doable .. but i mount my apt archives through NFS, so i don't have to download the same deb files over again when install programs on other computers.. or when i upgrade [22:59] cmp: moymoy TheSpazzz: Oh well, just go to skype.com and get the deb [22:59] TheSpazz: 185.18.36 nvidia package 32bit tries 64 also same deal but not alpha driver [22:59] snarkster so now how do i set desktop resolution, i cant seem to use the ubuntu display thing it says something about using proper tool something.. [22:59] NeXstaR: why would it need to be composited while shutting down? [23:00] How do I install themes on Ubuntu? === evilNiko is now known as niko [23:00] bigDaddy: Are you having issues running Flash video full screen? [23:00] cmp: moymoy TheSpazzz: skype used to be in the repos... ? [23:00] nsp: It never has been that i'm aware of because it is non free [23:00] guest31541: just do alt-f2 and type grandr [23:00] i dont understand what you are talking about here guys - so give me clear and easy answer [23:00] moymoy: i really dont know [23:00] TheSpazz: let u know in a sec [23:00] nsp, now iam downloading the deb [23:00] snarkster thats not installed.. [23:00] !themes | aj_444 [23:00] NeXstaR: instead of using compiz, you can try installing xcompmgr and see how it does [23:00] aj_444: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freshmeat.net/browse/58/ - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy [23:00] guest 31541 that doesnt work [23:00] TheSpazzz: Oh yea, well not in the default repositories, you would need to enable non-free [23:00] keeps asking for a physical cd, ignores the virtual mounted one [23:01] guest31541 that doesnt work [23:01] Anyone very familiar with eeepc's and jaunty? I seem to be having an issue that searching brings nothing up on [23:01] detonation: whats the problem? [23:01] nsp: I don't belive its even there. THere is a 3rd party skype repository you can enable to get it through apt-get [23:01] ubottu: will they instruct me how to install them? [23:01] Error: I am only a bot, please don't think I'm intelligent :) [23:01] hi [23:01] moymoy: how do i install xcompmgr [23:01] snarksterhuh? grandr is not installed.. i need to set monitor resolution to 1440x900 [23:01] !xcompmgr [23:01] Sorry, I don't know anything about xcompmgr [23:01] !bot | aj_444 [23:01] aj_444: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi - Usage info: http://wiki.ubuntu.com/UbuntuBots [23:01] NeXstaR: just install it through synaptic. It's in the repos [23:01] NeXstaR, apt-get install (package?) [23:01] cmp: moymoy TheSpazzz: Sorry, I guess I stand corrected, skype is not in repos, just go to skype.com and get the deb [23:01] aj_444: see the last link I believe === _RaNdY is now known as RaNdY [23:02] cmp: https://help.ubuntu.com/community/Skype [23:02] TheSpazzz: youtube video a bit choppy full screen [23:02] snarkster grandr is not installed.. i need to set monitor resolution to 1440x900 [23:02] danbhfive: okay. Thanks. [23:02] alt-f2 gnome-display-properties [23:02] !pm > detonation [23:02] detonation, please see my private message [23:03] Is there any software like remote desktop, but for ubuntu, and that has a client for windows. [23:03] as i said - its telling me ( E: couldnt find the package ) [23:03] kevb: vnc [23:03] Fine. [23:03] some body help me with ti please [23:03] kevb: x11vnc [23:03] snarkster should i just install grandr? [23:03] how do i know what distro i'm currently running? [23:03] sudo apt-get install vnc? [23:03] bigDaddy: But it dosen't crash your browser? Mine did that and I actualy had to change the way the plugin loaded to get it to work right [23:03] cmp: http://www.skype.com/download/skype/linux/choose/ [23:03] i dont know that there is something called granr just do the gnome-display-properties [23:04] I DIDDDDDD [23:04] robert__: well I assume you know which distro is installed, and so you probably mean the version of Ubuntu? [23:04] i have the FILEEEE [23:04] Download the 8.10 .deb for 32 or 64 (whichever you use) that should get you going [23:04] !release | robert__ [23:04] robert__: Ubuntu releases a new version every 6 months. Each version is supported for 18 months to 5 years. More info at http://www.ubuntu.com/ubuntu/releases & http://wiki.ubuntu.com/TimeBasedReleases [23:04] snarkster i just tried it and i get a message and yes does nothing, and no cancels :P [23:04] !version | robert__ [23:04] robert__: To find out what version of Ubuntu you have, type « lsb_release -a » in a !shell - To know the available version of a package, « apt-cache policy » [23:04] I am a version 1.1.0 PyBorg [23:04] I'm looking for help fixing my dual boot partitions. Anybody up for that? [23:04] Jaunty 904 with the new kernel (when this started happening) has a suspend issue with my wireless card (module ath9k). after a suspend, it turns the wireless card off to the point it doesn't show up on lspci anymore. I have to reboot into windows and reenable it, then go back into linux to get it to see. A simple reboot does nothing. I have up to date everything including eepc-acpi-utilities [23:04] kevb, remote desktop viewer [23:04] but when i do use sudo command - its telling me as i said (E: couldnt find the package ) [23:04] snarkster fixed it using grandr! [23:04] This is an EEEPC 1000he with everything up to date, that started when I did the kernel upgrade. [23:04] oh good [23:04] Any ideas? [23:05] TheSpazzz: Ff running beautiful absolutely flash animations slow; nv9100m; tries adobe, flashplugin-free and now using gnash seems to perform marginally better that adobe [23:05] excuse me, how do i install wallpaper clock? [23:05] snarkster thanks a million :D [23:05] lol ok so it cant be done [23:05] sure thang [23:05] any one here will be able to answer ? [23:05] Ok CMP when you download the file it won't add it where you can get it from apt-get [23:05] i must go buy a pack of blanks from the gas station [23:05] sebsebseb, yes thats what i meant [23:05] icons left to right howd to do it [23:05] cmp, first you need to add the package repository [23:05] You will need to double click the deb and then click Install Package [23:05] how i can do this [23:05] it totally ignores the iso no matter where how wehn i mount it [23:06] Vaiy , how can i reach this repository [23:06] cmp : Have you downloaded the .deb file from Skype? [23:06] YESSSSSSSSSS [23:06] cmp: Go to gnome and find where you downloaded it [23:06] cmp : Then double click it, You should get a screen that comes up. Click "Install Package" [23:06] i downloaded it on my desktop now [23:06] My windows partition is currently setup as a logical partition and I can't seem to boot from it. How do I fix this? Can I change it to a primary partition without deleting everything? [23:06] To mount iso image: mount -t iso9660 -o loop,ro /home/somebody/foobar.iso /mnt/cdrom [23:06] It will ask you for root access then install [23:07] cmp, add the line "deb http://download.skype.com/linux/repos/debian/ stable non-free" to the file /etc/apt/sources.list [23:07] cmp, (without the " ") [23:07] hi [23:07] hello, how do I access a folder on my laptop while running virtualbox and fedora. I am trying to get my bookmarks into fedora's virtualbox. [23:07] Hey, after you install ubuntu do I need to install any drivers? Similar to windows clean install? === _HardDisk is now known as HardDisk [23:08] Only if you have *really* esoteric hardware [23:08] iCHRYST: no; only exception are some graphic drivers [23:08] do you guys like korganizer or sunbird more? [23:08] iCHRYST: go to System>Administration>Hardware Drivers [23:08] vaiy : what are you trying to tell me here - i dont know any thing about ubuntu - please tell me something i can understand or at least tell me step by step what i will see and what i should do [23:08] iCHRYST : Most often no. Most of the free drivers will run most hardware fine. You may need to install a graphic driver to unlock the 3D features of your video card. [23:08] Oh okay. Well, my graphics card is inbuilt into my motherboard. [23:09] Jaunty 904 with the new kernel (when this started happening) has a suspend issue with my wireless card (module ath9k). after a suspend, it turns the wireless card off to the point it doesn't show up on lspci anymore. I have to reboot into windows and reenable it, then go back into linux to get it to see. A simple reboot does nothing. I have up to date everything including eepc-acpi-utilities. Any ideas? [23:09] iCHRYST: which brand ? intel ati; nvidia ...? [23:09] Intel I think. It's a compaq evo desktop. [23:09] for god sake i want only one person who is not showing off with his experience and teach me easily and clearly [23:10] cmp, open the file with the text editor of your choice, add the line and then just type apt-get update and apt-get install skype [23:10] CMP : I JUST GAVE YOU STEP BY STEP WITH THE DEB FILE YOU DOWNLOADED [23:10] WHAT MORE DO YOU WANT!?!?!?! [23:10] TheSpazzz: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [23:10] !medibuntu | cmp follow instuction in this wiki to add the repositorie [23:10] cmp follow instuction in this wiki to add the repositorie: medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org [23:10] what kind of file you want me to open Vaiy [23:10] cmp: after that skype will be listed in aplications>add remove [23:11] guys, He has the deb already [23:11] cmp, just listen to TheSpazzz [23:11] Why are you trying to get him to do the repositories? [23:11] holy crap. mark just commented on my bug report. === QuietShaman is now known as quietshaman [23:11] LLStarks, Shuttleworth? [23:11] <^Phantom^> Network related question here. How can I send a message to a windows computer that is on my internal network? [23:11] LLStarks: link to it [23:11] yup [23:11] hi I have a ATI Radeon HD 4650 it was working fine but then the other day I updated my system and now desktop effects won't work [23:11] LLStarks, nice :) [23:12] cmp : Find the .deb file you downloaded. Double click it, Enter your password, click install program, Go to Internet, Open Skype. [23:12] https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/377090 [23:12] Thanks for your help erUSUL! [23:12] cmp: or just do wget http://www.skype.com/go/getskype-linux-beta-ubuntu-32 ; sudo dpkg -i skype-ubuntu-intrepid_2.1.0.47-1_i386.deb [23:12] comment #24 [23:12] iCHRYST: no problem === Zathara is now known as Zathara_OFF [23:12] cmp : if you downloaded deb file just double click on it and skype should be installed [23:12] hello, how do I access a folder on my laptop while running virtualbox and fedora. I am trying to get my bookmarks into fedora's virtualbox. [23:13] cmp: sudo dpkg Desktop/skype-ubuntu-intrepid_2.1.0.47-1_i386.deb [23:13] im trying to set up an ubuntu server at home... I've shared the hdd on it (by mounting it, then sharing that mount folder). But when I'm in Windows and right click > properites of the share, it doesn't say how much free space is left. [23:13] is that possible to do? [23:13] Does anyone know how to take an installed version of Ubuntu, configured to my liking, and then create bootable iso to install on other computers? [23:14] cmp: Correction: sudo dpkg -i Desktop/skype-ubuntu-intrepid_2.1.0.47-1_i386.deb [23:14] jcfreeride: http://www.geekconnection.org/remastersys/remastersystool.html [23:14] thnx [23:15] can anyone help me? [23:15] Hello Does any one know how to rip and burn blue-ray movies that i bought on ubuntu linux [23:15] installed virtual box on my laptop, installed fedora, then shared out my d drive but it doesnt show up in fedora...why? [23:15] My Amarok2 won't play my music, it just skips from song to song [23:15] lap top has c and d hard drives [23:15] rhlin99, this is the ubuntu channel ;p [23:16] barracuda: you have a bluray reader and burner on your computer? [23:16] yes but haven't even touch it once [23:16] <^Phantom^> Network related question here. How can I send a network message to a windows computer that is on my internal network? [23:16] !install | iCHRYST [23:16] iCHRYST: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall and https://wiki.ubuntu.com/DapperReleaseNotes/UbiquityKnownIssues - Don't want to use a CD? Try http://tinyurl.com/3exghs - See also !automate [23:16] barracuda: does it mount correctly when you put the discs in? [23:17] yeah, I know but will I have the same problem with Ubuntu and d drive as I have know once I install Ubuntu as a virtual? [23:17] jcfreeride: http://ubuntuforums.org/showthread.php?t=688872 [23:17] thnx nsp [23:17] My Amarok2 won't play my music, it just skips from song to song. any ideas on what to do? [23:17] rhlin99 : you need to map drives in virtual box [23:18] moymoy: don't know yet haven't try it with blueray movies but with dvd it mount ok [23:18] My Amarok2 won't play my music, it just skips from song to song. any ideas on what to do? === Gary is now known as evilGary [23:19] anyone ran in to this pidgin problem, where you log on and off randomly - i dont see it my self but people complaining. My router config: Disabled dchp, manually set up of ip, dynDNS.com profile, and 21 port forwarded [23:19] My Amarok2 won't play my music, it just skips from song to song. any ideas on what to do? [23:19] hi [23:19] hi [23:20] Is there anything i need to change? [23:20] Desktop effects stopped working the other day when I updated my system [23:20] how to print to a printer in a network? [23:20] in korganzizer, how do I change to time from 13:00 to 1:00? [23:20] the format [23:20] I'm using an ATI Radeon HD 4650 card [23:21] rhlin99, have you installed the guest extensions? [23:21] Didn't I read somewhere that you can setup VNC to offer a webbased client? [23:21] buch: I think you need to give more details [23:21] My Amarok2 won't play my music, it just skips from song to song. any ideas on what to do? [23:21] When I go into jockey it tells me 'A different version of this driver is in use' for the FGLRX driver [23:21] no === eric is now known as talntid [23:22] hi all, i've installed vsftp and got it working but i can't seem to get it to point to the /home/user/ftp directory on login! any ideas ? [23:22] rhlin99, you have to install those in order to mount the shared folders [23:22] and when I try to activate it it says 'This driver was just disabled, but is still in use' === lipsin__ is now known as lipsin [23:22] jon_: sounds like files have been moved/deleted or the drive that they are stored on is no longer available/mounted. [23:23] rhlin99, check the virtualbox manual [23:23] kevb: x11vnc - VNC server to allow remote access to an existing X session [23:23] do I install the linux additions? [23:23] kevb: xtightvncviewer - virtual network computing client software for X [23:23] nsp: yeah sure, but I read that you could have a webbrowser be the client. [23:23] hosified: they haven't been moved or anything, and the songs play perfect on VLC [23:23] kevb: xvncviewer - Virtual network computing client software for X [23:23] nsp: I need a windows client. [23:24] rhlin99, its somewhere in the menu bar when the vm is running [23:24] kevb: tightvnc [23:24] nsp: It just seems im getting dc'ed randomly from pidgin, and for a min ago my friend tried to send med someting. It worked only a few min then it stoped. he asked why i log off.. but i didnt [23:24] kevb: It is crossplatform. [23:24] dunno [23:24] Hmm, thought so, it's the one I installed, not seeming to work. [23:24] rhlin99, in the device menu i think. it mounts a cd image with the extensions installer [23:24] can someone help real quick? i am trying to make a launcher to automatically run a .sh file as an executable [23:25] kevb: http://www.tightvnc.com/download.html [23:25] erUSUL: echo 45 | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold [23:25] added to /etc/rc.local for each CPU, two lines for me one for cpu0 and one for cpu1 [23:25] nsp: shoudl tightvnc for windows be able to interface with the preinstalled ubuntu remote desktop? [23:25] MilitantPotato: good to know. thanks for lettiong us know [23:25] TheCheeze: for command to run.. just enter `sh /path/to/file.sh` [23:25] buch: Adjust router settings. [23:26] erUSUL: np [23:26] kevb: Oh, I don't know about that. [23:26] nsp: well in wich directions? [23:26] in korganzizer, how do I change to time from 13:00 to 1:00? the format. [23:26] nsp: shoudl I instal tightvnc for ubuntu as a server just to be sure? [23:26] moymoy, it pops up a dialog box asking to display or run [23:26] kevb: But should probably connect to x11vnc server [23:26] i am trying to make it auto-run without the box [23:27] is there any progs out there on ubuntu that can break rar passwords [23:27] TheCheeze, is the file executable chmod +x [23:27] nsp: can I instal x11vnc server fromt he command line? [23:27] kevb: I don't know, I don't use MS Windows very much. [23:27] kevb: apt-get install x11vnc [23:27] kevb: sudo apt-get install x11vnc [23:27] How can I add a user to the list of users who can su to root? [23:27] Hello anyone willing to help me. I have an issue with installing the official and open source drivers for my Mobility Radeon 9600 video card. I have followed 2 different guides on installing one or the other and I still get errors pretty much making me resort to using the generic settings but yet it seems to be working for others and I dunno why. The ATI Catalyst application I installed through 'Add/Remove...' is saying that it can't detect t [23:28] yes [23:28] TheCheeze: even with `sh /path/` is a command.. it should work.. that's weird.. try running `sh /path/to/file.sh` in the terminal and see if it works [23:28] ok [23:28] Bacta: You just create the new user and then afford rights by editing /etc/group [23:28] Bacta, adduser admin [23:28] Bacta, log it in and back out [23:28] hsram: or or and? [23:28] I've already added the user [23:28] it's me ;) [23:29] Bacta, did the user log out and back in ? type groups to see if the user is a member of admin [23:29] should I be in the "adm" group? [23:29] ok, i was mistaken. i missed the sh at the beginning of that line [23:29] thanks all [23:29] Yea or or and :) [23:30] erUSUL: I also lowered the sampling_rate to make scaling more responsive [23:30] hsram: i had bad experience trying the binary driver with my 9800 pro, the standard open source version worked fine for 2D though,(and should be enabled by default) [23:30] Bacta, i think you need adm too [23:30] I followed a guide to install the official drivers (got it from the site where the last version actually supported my card) [23:30] Is it possible to get current network usage (kB/s) in a shell? [23:30] How can I make a logical partition a primary partition without destroying the data? [23:30] Bacta: In /etc/group add new user to admin line, (and any others as needed). [23:30] No luck there, so I tried the open source drivers [23:30] Ah wait I see it :) [23:30] Thanks [23:30] hsram: i'm not really sure the last drivers amd drivers will support it [23:30] hi there,anyone use finger-print auth with aes2501 or other? [23:30] hi [23:30] I am trying to set up thunderbird [23:30] I added 2 accounts [23:31] (and then around 5 more) [23:31] the 2nd account doesnt show up though! [23:31] Also got errors and yea it works fine obviously, but stuff like video playback or flash is so laggy it's pretty much not worth it [23:31] hsram: how do you deduce the open source one doesnt work, does it default to vesa? [23:31] any ideas why not? [23:31] Bacta: Well, not ANY others, look at where the original user is entered - put a comma at the end and add the new user's name. [23:31] if I try to recreate it it complains that the account already exists [23:31] but I cant see it [23:31] I'm not sure, I'm brand new to Linux actually. [23:31] Heard good things about it, so I figured I would try to make the best of it by getting everything up and going like it should [23:31] hsram: i would check if the "current" flgrx drivers still support your 9600 [23:32] g0th: You will need to create new inbox directories for each account unless you want them to all go to one. [23:32] Acicula: Where am I able to obtain that information? [23:32] hsram: though i think they should [23:32] hsram i dont think current flgrx supports 9600 use 8.10 or VESA drivers [23:32] Why do random panel applets fail to load EVERY SINGLE TIME I log into ubuntu? [23:32] hsram: ati releases a supported list with every revision [23:32] hello [23:33] but yeah what Guest31541 said makes sense [23:33] Anyone here, can help me? [23:33] !ask [23:33] 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. :-) [23:33] !ask | deele [23:33] deele: please see above [23:33] sharperguy: This happened to me when my hard drive was dying. [23:33] nsp: how do I "un"one them? [23:33] sharperguy: are you logging out and then logging in? .. i have problems with that too.. you have to do a reboot for them to work [23:33] 8.10 or VESA drivers hmm [23:33] Oh ubuntu 8.10? [23:33] moymoy, It happens when I shut down and boot up and log in. [23:33] nsp: resp. how can I specify which smtp servers it should try to download from? [23:33] I need help installing nvidia driver from 180 to 185 [23:33] Strife89, Well the hard drive better not be dying I've only had it a year [23:34] !smart [23:34] smart is another meta-package manager available for Ubuntu. It's quite stable, uses APT's repositories, can handle mirrors/multiple-connections, and is supposed to make Ubuntu BiArch-compatible. See http://labix.org/smart and https://wiki.kubuntu.org/SmartPackageManager [23:34] I'm not sure what 8.10 or VESA is, exactly :/ [23:34] I already tried, using given installation steps, but only got black screen, befor logon [23:34] How to make bash show koi8-r charset? [23:34] 8.10 is an older ubuntu, Vesa is the if all else fails load this video driver [23:34] hsram basically 9.04 ubuntu comes w. a new flgrx driver which has dropped support for older ATI cards [23:34] nsp: my problem is that I dont even see the account at all === Nikelandjelo1 is now known as Nikelandjelo [23:35] hola [23:35] !es | kisame [23:35] kisame: 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. [23:35] hi [23:36] So, everyone can say, to ask a normal question, but when I ask, noone answers [23:36] Deele: use envyng ? [23:36] are you teachers [23:36] Deele: we can only suport the drivers shipped with the ubuntu release. [23:36] !envyng [23:36] EnvyNG is a program to install newer version of nVidia or ATi drivers, it can be found in !Universe as "envyng-gtk" (for Gtk/Gnome) or "envyng-qt" (for Qt/KDE). It is NOT a supported method to install video drivers; please only use it if standard methods fail and at your own risk - See also !BinaryDriver [23:37] g0th: http://www.mozilla.org/support/thunderbird/ [23:37] too all who own iphones: http://www.iphone-hacks.com/2008/11/28/openiboot-%E2%80%94-linux-on-the-iphone/ [23:37] are you hacker [23:37] Ty both, I can try that :) [23:37] kisame: f you have a support question. ask away [23:37] are you hacker [23:38] yes [23:38] However it seems I have to use 8.04 since 8.10 isn't available it seems [23:38] lies [23:38] Ok, I am installing envyng... [23:38] hsram: it should be [23:38] just dont get why Flash is so much slower on laptop nv9100m vs. integrated graphics on a 50$ xp box... [23:38] !intel | bigDaddy maybe some intel issues ? [23:38] bigDaddy maybe some intel issues ?: Ubuntu 9.04 has a known regression for some Intel graphics support. See https://wiki.ubuntu.com/X/Troubleshooting/IntelPerformance and http://ubuntuforums.org/showthread.php?t=1130582 for more information. [23:39] im in live cd how do i fix my grub after installing windows [23:39] !fixgrub [23:39] !grub | kaiser10123 [23:39] 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 [23:39] kaiser10123: please see above [23:39] Found it, thanks acicula and guest :) [23:39] how to install ubuntu from windows? [23:40] who hacks msn [23:40] who hacks msn [23:40] !wubi | ubuntu_irc [23:40] ubuntu_irc: Wubi is an Ubuntu installer for Windows users that allows you to install and uninstall Ubuntu like a Windows application, in a simple and safe way. http://wubi-installer.org/support.php for troubleshooting. Please file bugs at http://launchpad.net/wubi/+filebug. [23:40] !ot | kisame [23:40] kisame: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [23:40] kisame: we dont hack here. we help people with ubuntu support questions [23:40] who hacks msn [23:40] who hacks msn [23:40] who hacks msn [23:40] kisame: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [23:41] hsram: 8.04 is the current lts release so should be available for some time, google ubuntu 8,04 should land you an iso [23:41] anyone there , how can i install ubuntu 9.04 from windows c:\ drive ? is it possible ? [23:41] !upgrade > hsram [23:41] hsram, please see my private message [23:41] ubuntu_irc: Wubi [23:41] erUSUL: how can i install ubuntu 9.04 from windows c:\ drive ? is it possible ?not wubi, making live cd [23:41] ubuntu_irc: http://wubi-installer.org/support.php [23:41] ubuntu_irc: you have to burn the iso to a cd/dvd [23:42] hosified: they haven't been moved or anything, and the songs play perfect on VLC [23:42] hi can i use ppd file from Mac for my printer? [23:42] My Amarok2 won't play my music, it just skips from song to song. any ideas on what to do? [23:42] o__O: System>Administration>Printers [23:42] ubuntu_irc: needs to be a CD/DVD, or if your motherboard supports booting from them, a flash drive [23:42] erUSUL, cant find my printer listed in there [23:42] nsp: that page doesnt help much so far, I didnt find anything yet related to my problem. I am not even sure what my problem is... [23:42] ubuntu_irc: don't do Wubi [23:42] if I know I could sovle it rather quickly most probably [23:42] o__O: Clever nick. :) [23:42] Ok, started envyng, Tried "Install the NVIDIA driver" but it only shows possibilities to install only drivers up to current version [23:43] I can hack wifi ? [23:43] MilitantPotato: erUSUL : IdleOne : sebsebseb: i don't want to use cd , usb , want to install from hard disk [23:43] o__O: but you can install the ppd... Server>New>Printer [23:43] kisame: offtopic, go to a more apropriate channel [23:43] ubuntu_irc: follow this link http://wubi-installer.org/support.php and read [23:43] MilitantPotato: erUSUL : IdleOne : sebsebseb: i don't want to use cd , usb ,wubi, want to install from hard disk [23:44] ubuntu_irc: you cant [23:44] ubuntu_irc: you can't just do that kind of thing, I think there may be a way to make a CDFS or something that has your ISO contents and then install, but yes that's an actsaul partition for that [23:44] kisame: http://www.kismetwireless.net/ [23:44] o__O: some printers work with driver from others a good resource is linuxprinting.org [23:44] ubuntu_irc: no way, it needs to boot to a Live_Cd inviroment [23:44] !install | ubuntu_irc [23:44] ubuntu_irc: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall and https://wiki.ubuntu.com/DapperReleaseNotes/UbiquityKnownIssues - Don't want to use a CD? Try http://tinyurl.com/3exghs - See also !automate [23:45] ubuntu_irc: https://help.ubuntu.com/community/Installation/FromWindows [23:45] !paste [23:45] 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 [23:45] I can hack wifi [23:45] ? [23:45] ubuntu_irc: Specifically, see this page: http://www.instantfundas.com/2007/08/install-any-linux-distro-directly-from.html [23:45] ! wifi | kisame [23:45] kisame: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [23:45] IdleOne: it's possible to install other linux distro from hard disk, why isn't it possible for ubuntu ? [23:45] Hello? How to make envyng install newest nvidia driver avilable? [23:45] aircrack [23:45] ubuntu_irc: pay attention to the links people are giving you please [23:45] ubuntu_irc: http://www.instantfundas.com/2007/08/install-any-linux-distro-directly-from.html, from what sebsebseb posted [23:45] hack wifi [23:46] ubuntu_irc: It _appears_ to be possible, but you need to do a little work. [23:46] !es | kisame [23:46] kisame: 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. [23:46] aircrack [23:46] hack wifi [23:46] again, to all iphone owners: http://www.iphone-hacks.com/2008/11/28/openiboot-%E2%80%94-linux-on-the-iphone/ [23:46] blendmaster1024_: quit it [23:46] kisame: You might want to look at WireShark. [23:46] kisame: you're going to get banned... [23:46] no [23:46] kick me [23:46] somebody say "read it" and i'll stop [23:47] erUSUL: blendmaster1024_ [23:47] blendmaster1024_: I read it, it's interesting. [23:47] How to make envyng install newest nvidia driver avilable? [23:47] Alright, I have an issue here with my 1000he. I'm having an issue with eepc-acpi turning off power to my wireless card not even a cold boot will fix [23:47] Jaunty 904 with the new kernel (when this started happening) has a suspend issue with my wireless card (module ath9k). after a suspend, it turns the wireless card off to the point it doesn't show up on lspci anymore. I have to reboot into windows and reenable it, then go back into linux to get it to see. A simple reboot does nothing. I have up to date everything including eepc-acpi-utilities. Any ideas? [23:47] IdleOne: ? i'm only op in #ubuntu-es i'm afraid [23:47] erUSUL: sorry [23:47] kisame: kismet - Wireless 802.11b monitoring tool [23:47] erUSUL: I was thinking of telling him something like that :) [23:47] IdleOne: no problem [23:48] detonation: disable/enable wireless does not fix it? [23:48] via nm-applet [23:48] detonation: Sounds like a firmware issue, but that's all I can really tell you. [23:48] kisame: What is your native language? [23:48] acicula, after a suspend, lspci doesn't even show the wireless card. [23:48] detonation: dunno then :/ [23:48] MilitantPotato: i will try that [23:48] acicula, I have to boot to windows and re-enable it using the hotkeys, then go back to linux. [23:48] erUSUL [23:48] ubuntu_irc: have fun [23:48] Can anybody help with vnc? I'm using default ubuntu vnc server under prefernces>remote desktop, and tight vnc for windows as a client. it's failign to connect [23:49] Strife89: what's the process? is it http://www.instantfundas.com/2007/08/install-any-linux-distro-directly-from.html [23:49] nsp: kisame left. [23:49] Deele: yes ? [23:49] ubuntu_irc: Pretty much. [23:49] detonation: i ahd to do that for bluetooth, but only to permanently enabledisable, so iunno [23:49] I didn't have an issue with it until I did the kernel upgrade === evilGary is now known as goodGary [23:49] My Amarok2 won't play my music, it just skips from song to song. any ideas on what to do? [23:49] Strife89: tnx [23:49] anybody know if this combination should work? [23:49] After that, shtf and it's very, very annoying. Nay, unuseable like this [23:50] jon_ install ffmpeg package [23:50] I did [23:50] jon_: install ubuntu-restricted-extras ? [23:50] I have an issue with 2 nic's and SIOCADDRT: No such process [23:50] install phonos as well [23:50] Hi all. I have an old computer on my home network with Ubuntu installed. I know the username and password, but the video card is broken. Rather than find a replacement, I just want to go in blind and install sshd on it so I can login remotely. After logging in, I type Ctrl+Alt+F1, then login and type 'sudo apt-get install openssh-server' followed by my password, but it doesn't work. Any suggestions? [23:50] It's been working for me since I installed it with 9.04 [23:50] It just stopped last night [23:50] tilde: hit Y and enter? [23:50] quantum: "No such process">? [23:50] err y will do [23:51] (after the password ;) [23:51] yeah [23:51] jon_ check all your volume sliders. [23:51] * if-up.d/mountnfs[eth0]: waiting for interface eth1 before doing NFS mounts [23:51] My music plays on VLC [23:51] /tmp/jdk-6u10-docs.zip could not be opened, because the associated helper application does not exist. Change the association in your preferences. What am I looking for? [23:51] <^Phantom^> Movie player stopped playing sound. Everything else seems to be working. How can I diagnose this problem? [23:51] so it's nothing to do with volume [23:51] <^Phantom^> jon_, nope. [23:51] jon_: I had to clear the playlist and re-load my library the other day after re-installing amarok [23:51] ^Phantom^: run mplayer from cli ? see the msgs it prints [23:52] It should work kevb on port 5900, firewalls need to be off or have 5900 open [23:52] tilde: What doesn't work? [23:52] I did that MilitantPotato [23:52] :P [23:52] erUSUL, Main problem is that software is refusing to start, saying my driver or video card does not support so many textures, or smth like that, so I want to update my video card driver, cause I know, my video card can support that software (in windowsxp), So, I found that latest driver for nvidia is 185... but at the moment, I have 180 version. CAnt find any 185 nvidia driver at synaptic package manager default, but got instructions from internet, how to set [23:52] jon_: have the codecs needed? [23:52] acicula: well, i also tried 'cat /bin/bash > /dev/dsp' to send sound to my headphones, but i don't hear anything. The only thing I know for sure is that my initial login works because I can hear the Ubuntu intro music through my headphones. [23:52] I haven't uninstalled anything, and it was working yesterday [23:52] vipx1, if i turn firewalls off, ICS goes down. [23:52] jon_: is your drive mounted? [23:53] Deele: 400 chars max iirc [23:53] Yes [23:53] Deele: envyng does not work ? [23:53] I have VLC playing music now [23:53] <^Phantom^> Oh, I figured it out. [23:53] and if you mean like a flash drive [23:53] then no [23:53] nsp: well, it's still refusing the ssh connection, so something didn't work. I'm operating blind, so all i can use for output until i get sshd set up is my headphones. [23:53] all my music is on the HDD [23:53] ubottu: love the nick; prob is on amd64 turion, nv 9100 card - its lots slower than an xp box with integrated intel graphics [23:53] Error: I am only a bot, please don't think I'm intelligent :) [23:53] kevb: kevb port 5900 should already be open. [23:53] erUSUL, when I start it, push button 1, it shows only 0 | 180.44-0ubuntu1 | 180.44-0ubuntu1 | + | + | [23:53] Then open port 5900, what fire wall is it? I'm not fimilar with ICS but I use VNC everyday in work [23:53] <^Phantom^> I somehow changed my sound settings. Thank you anyway. [23:54] tilde: afaik when you apt-get it asks for confirmaition, pressing enter a few times should work [23:54] !nvidia | Deele [23:54] Deele: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [23:54] I realize this is an Ubuntu channel, and this is only somewhat related so I might not get any help but here goes [23:54] tilde: Headphones? [23:54] acicula: okay let me give that a try.. i'll report back shortly. [23:54] Does anyone have any experience setting up a DRBL server in an Ubuntu environment? [23:54] nsp, yeah it is. [23:54] nsp: headphones hooked up to my mobo's speaker-out jack [23:54] MilitantPotato: any more ideas :P [23:55] Any body? Change association? What am I looking for? Where do I find it? [23:55] gdaddy [23:55] erUSUL, can you explain in two words, what is Binary Driver? [23:55] nsp? [23:55] zero one [23:55] Deele: a propietary one that only comes in binary form as opposed as any other one that we (the open source community) have the source code for [23:55] Deele: the last option is to do a manual install https://help.ubuntu.com/community/NvidiaManual [23:56] jon_: uninstall. remove the ~/.kde/share/apps/amarok directory, then re-install? [23:56] my fellow ubuntu dorks...klibido or Pan ?? [23:56] !register [23:56] Information about registering your nickname: http://freenode.net/faq.shtml#userregistration - Type « /nick » to select your nickname . Registration help available in #freenode [23:56] try both? [23:56] Deele: this is not adviced. the install will brake with some updates and you will have to reinstall from command line [23:56] sim_: i'm a geek and not a dork and try both [23:56] idleone same thing [23:56] dork///geek [23:56] ubottu: love the nick; prob is on amd64 turion, nv 9100 card - its lots slower than an xp box with integrated intel graphics [23:56] Error: I am only a bot, please don't think I'm intelligent :) [23:56] Deele: maybe you shoukld troubleshot a little more why the app does not work ? with the 180 drivers [23:57] i rther not waste time :P [23:57] sim_: wrong, check a dictionary [23:57] erUSUL, I think, there is deeper problem, with Wine and COD4 compatablity :))) [23:57] acicula: not working. I have reason to believe that i never get logged in to the virtual terminal in the first place, since 'cat /bin/bash > /dev/dsp' doesn't work. [23:57] !appdb | Deele check here [23:57] Deele check here: 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 [23:57] bigDaddy: ubottu is a robot, does not understand you. [23:57] tilde: dunno then :/ [23:57] copy === njan is now known as evilnjan [23:58] erUSUL, good one === hey` is now known as grumete [23:58] Can anyone tell me a surefire way to get a terminal prompt after logging in to Ubuntu blind (i.e. with no monitor)? I've tried Ctrl+Alt+F1 but it doesn't seem to be working. [23:58] does anyone else have any complaints about flash being slow in Jaunty or am i in twilight zone? heh [23:59] control alt F6 is terminal [23:59] tilde boot into recovery mode ? no login needed also === keith is now known as lifesaglitch [23:59] Then login, username then password