=== mmolina [n=mmolina@pc-75-4-104-200.cm.vtr.net] has joined #ubuntu [12:00] zdennis, ??? [12:00] dooglus, isn't wipe somethin that has to do with securely removing files? [12:00] yes erUSUL ? [12:00] zdennis: it's a way of writing random junk over things to wipe them. what did you want to do to your swap space? [12:00] zdennis i think that's shred, but it could be both. i've never used wipe. [12:00] kameron, ah.... === Jettis [n=h0h0@a80-186-63-56.elisa-laajakaista.fi] has joined #ubuntu [12:00] zdennis, why would you want to clean up swap? [12:01] dr_willis, well, all i want is to be able to see a drive from any computer. be it ftp or otherwise [12:01] dooglus: it looks backwards to me [12:01] init: what's that? [12:01] what would be the easiest way? fora linux beginner [12:01] kameron: you said "ln a b would make b link to a". that's the same as the man page is saying, just replace 'a' with TARGET and 'b' with LINK_NAME [12:01] init: to mount it? [12:01] dooglus, a is a link to b. but the proper name is symbolic link (or soft link), not link (that's a different thing) [12:01] should I remove the old kernel from the system? [12:01] init: and r/w? [12:01] ah, not -s, so normal links [12:01] ok...here's my issue. Say I have Firefox open and 8,000 pages open, and firefox is usijng 500Mb of RAM, 300MB is VIRT [12:01] dooglus: right [12:01] kameron, i was talking about the config you mentioned. i'm sick and dont have time to learn how to configure this drive to work under ubuntu [12:01] zdennis: how is that an issue/ [12:01] I have another application open using 500Mb of memory, and say i Only have 512Mb of memory [12:02] diesel: i ran into problems trying to do it that way [12:02] so part of program B is in swap. I close firefox, and I'd like program B to be moved out of swap [12:02] init: it's a simple line in your fstab to read/write the drive, and give appropriate permissions. [12:02] the man page should read: ln a b creates a new link with name 'b' that will link to the same inode to which name 'a' already links ;-) [12:02] diesel: are there any ubuntu floppy install images available? [12:02] zdennis, that's the job of the kernel [12:02] kameron, well. you'll have to bare with me. what is an fstab and how do i change this? [12:02] init: have a search on google or ubuntu.com, i'm sure they'll tell you the line. i don't have my hands on it. i'm actually on windows right now. [12:02] how do i fix this ,with out rebooting eject: unable to eject, last error: Invalid argument [12:02] zdennis, how did you measure the memory use? [12:02] jcole: not sure...i can look. What problems did you run into? [12:02] zdennis, you can't force it [12:03] zdennis, VIRT != memory usage [12:03] czr, i am running top [12:03] AGH! xv works with the ati driver but not fglrx! ffs. [12:03] look above [12:03] why? [12:03] i installed proftpd and when i type it into a brower i get "Access to the port number has been disabled for security reasons." doesn't anyone know how to fix [12:03] someone was talking ftp servers, anybody familiar with proftpd? I have a question... === redguy [n=mati@add40.neoplus.adsl.tpnet.pl] has joined #ubuntu [12:03] init: fstab is your file system table. it's at /etc/fstab i believe. i'm really rusty though. "cat /etc/fstab" to view it. you need to add a line there to be able to read/write hfs. but, writing may not be supported by the kernel. i only ever read from an hfs drive. [12:03] erUSUL, that sucks === Agiofws [n=AC90CESS@athe730e-2249.otenet.gr] has joined #ubuntu [12:03] hello [12:04] czr, swap space used "234916k" .... total Mem free: "201960k" [12:04] fluvvell: yep, i've done proftpd server, etc. what's up? [12:04] zdennis: which of the 10 programs in swap would you like to be moved out of swap when you close firefox? [12:04] czr, it just bugs me that stuff stays in swap when i have open memory for it [12:04] zdennis: and how is the kernel supposed to know that? [12:04] kameron: I hardly ever use ftp, but have to now. I installed proftp, but having trouble making it go. /etc/init.d/proftp reports that it must be started from inetd or xinetd. Have made the appropriate file in xinet.d but its not going yet, what now? [12:04] does ubuntu while installation fix a config file that could be used to compile a kernel after the installation ? [12:04] zdennis, why? [12:04] zdennis: it's better to have your RAM used as a file cache than to be holding programs that are inactive. [12:04] dooglus, i dont care what is moved to memory, it'd just be nice, if i didn't have to close all applications and reopen them for efficient use [12:05] zdennis, stuff is paged back into physical memory when it's used. free physical memory will be used for block caches, so it makes linux faster. if this bugs you you can change the swappiness factor in the kernel [12:05] dooglus, that's my point. My program is no longer inactive [12:05] zdennis: that's the application's fault. if firefox didn't grow to such excessive size there wouldn't be a problem [12:05] kameron: also im offsite using ssh, not onboard with a gui desktop [12:05] Agiofws: ls /boot/config* [12:05] zdennis, it isn't using the pages that are in swap [12:05] zdennis: when you try using the program again, it'll get swapped back in. === teasxc [n=teasxc@par69-4-82-226-64-86.fbx.proxad.net] has joined #ubuntu [12:05] bimberi, are you sure ? [12:05] zdennis: you can try playing with linux's swappiness variable and see if that helps === teasxc [n=teasxc@par69-4-82-226-64-86.fbx.proxad.net] has left #ubuntu ["Leaving"] [12:05] zdennis, as long as it doesn't use them, the pages won't swap. linux doesn't swap whole processes at a time, but pages at a time (4 or 8 KiB) [12:05] Heh, no great loss, totem is shite anyhow. [12:05] zdennis, please read a little about virtual memory an OS desing. all os's do the same with vm === funkyHat [n=matt@cpc3-nthc3-3-1-cust65.nrth.cable.ntl.com] has joined #ubuntu [12:06] zdennis sudo bash -c "echo 0 > /proc/sys/vm/swappiness" [12:06] ? bimberi ? [12:06] czr, ah [12:06] jcole, I am not finding a floppy install, but I have used the debian floppy install numerous times and the _base_ install of debian could easily be upgraded to ubuntu [12:06] Agiofws: i'm sure there's config files there - yes [12:06] right afer installation ? === eobanb_ [n=eoban@iub-vpn-70-26.noc.indiana.edu] has joined #ubuntu === Sionide [n=sphinx@139.222.236.157] has joined #ubuntu === pluffsy [n=emil@h117n2fls34o1118.telia.com] has joined #ubuntu === guru54_ [n=guru@dialup-4.245.79.37.Dial1.StLouis1.Level3.net] has joined #ubuntu [12:07] hello [12:07] I want to make a dual-boot system with ubuntu and macosx. how should I share files between the systems? === locomorto [n=loco@unaffiliated/locomorto] has joined #ubuntu === Trashcan [n=matt@ip70-176-253-127.ph.ph.cox.net] has joined #ubuntu [12:07] erUSUL, my goal is not to try to solve the problem, i'm not a kernel or os developer nor do i care to be. I am simply saying it would be nice, since I can't do it now. === nictuku [n=yves@200.140.162.97] has joined #ubuntu [12:07] Agiofws: when else would they have turned up? [12:07] pluffsy, there are several ways [12:08] lol [12:08] are you running 10.3, or 10.4? [12:08] 10.4 [12:08] Rage__: agreed...I hate Totem === Atlas is now known as Atlas|Zzz|Taff [12:08] zdennis: the current behaviour is far better :) [12:08] totem is garbage [12:08] how do i fix this ,with out rebooting eject: unable to eject, last error: Invalid argument [12:08] erUSUL, but i am ok if it doesn't do it, i was just curious if i could do it, and i think the answer is unanimous [12:08] is the hfs-support any good in the kernel now? [12:08] and what about hfs+? [12:08] yes, it is. === sobersabre [n=bilbo@l192-117-118-8.broadband.actcom.net.il] has joined #ubuntu [12:08] or should I install that extension for reading ext3 in macosx? [12:08] unfortunately only 10.3 can mount ext3 filesystems, as far as i know....the kext doesnt work with 10.4 [12:08] hi [12:08] chrisx1: specify a device [12:08] Determinist Hey Mate I Need A Lil Helpcdrom === Ivan [n=crazy_da@h143n1fls32o831.telia.com] has joined #ubuntu [12:09] chrisx1: example: eject /dev/cdrom [12:09] i installed proftpd and when i type it into a brower i get "Access to the port number has been disabled for security reasons." does anyone know how to fix [12:09] chrisx1: example: eject /dev/cdrom -t to close it === uber_spaced [n=uber@pcp08941341pcs.trentn01.nj.comcast.net] has joined #ubuntu [12:09] in any case, hfs support in the kernel is just fine, you should have no problems. === Vatrodux [n=vatrouni@185-80-223-201.adsl.terra.cl] has joined #ubuntu [12:09] kameron: on the private chat... [12:09] what is a good caching nameserver package for ubuntu? [12:09] I've upgraded to kde3.5... and strangely screensaver uses only upper 1/2 of the display. [12:09] chris@ubuntu:~$ eject /dev/cdrom [12:09] eject: unable to eject, last error: Invalid argument [12:09] Agiofws: This page https://wiki.ubuntu.com/KernelCompileHowto describes that file as "the current kernel's config". [12:09] what can cause this problem, ? [12:09] chrisx1, shoot [12:09] erUSUL, czr, Nz, dooglus, kameron .. i appreciate all of your input and comments though, thx for helping me understand [12:09] how du i install a Wireless netcard in ubuntu? [12:09] eobanb: great so just a standard ubuntu 5.10 installation should be able to read and write stable to my hfs partition? === hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu [12:09] like something that would be able to look up names for computers in an internal network? === Quizzer [n=admin@Toronto-HSE-ppp3906134.sympatico.ca] has joined #ubuntu [12:09] pluffsy, yes [12:09] eobanb, any idea how well hfs+ works? [12:09] Agiofws: s/that file/such config files/ [12:09] just eject - its set to /dev/cdrom by default [12:09] zdennis: yeah, no problem. i'm a little wound up here trying to help a bunch of people, bah. [12:10] quite well....i've just plugged in a firewire drive formatted as hfs+ and it just worked [12:10] same with ipods [12:10] zdennis, np [12:10] kameron, who's got issues, I am good with alot of things...just not kernel/os low-level stuff =) [12:10] zdennis, have fun :-) and remember that VIRT != memory usage [12:10] and my powerbook's hfs partition [12:10] eoband: ahh just great. thanks :) [12:10] err eobanb [12:10] czr, i have that imprinted in my braind now forever =) === erUSUL bed time. wakes up early tomorrow... [12:11] zdennis, good, it will get you far in life :-) [12:11] how do i get the ssh server working? [12:11] how du i install a Wireless netcard in ubuntu? [12:11] uber_spaced: sudo aptitude install ssh [12:11] ivan, what is the problem you are having? [12:11] It's actually pretty hard to calculate the memory usage of some process. not even sure that the question makes sense in UNIX [12:11] zdennis: :P [12:11] eobanb i have a wireless netcard i wount start i am using initng to boot ubunut [12:12] Determinist: pm [12:12] fluvvell: you around? i'm not getting any messages. [12:12] kameron: im here [12:12] zdennis, the closest metric you should use is RSS(/RES) which tells how much of virtual memory is present in physical memory at the moment [12:12] bimberi, i get: ssh: Depends: openssh-server but it is not installable [12:13] uber_spaced: do you have non-ubuntu repositories enabled? [12:13] eobanb do i have to enable wireless connection when i boot with initng? [12:13] zdennis, so RSS should increase when a process gets some of its pages back from swap [12:13] ping [12:13] zdennis, and RSS will decrease normally when pages are swapped to disk [12:13] Ivan i'm not sure.. === ichigo [n=ichigo@c-67-191-27-79.hsd1.fl.comcast.net] has joined #ubuntu === sambagirl [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu [12:14] hmm/// very very strange things happen to the screensavers in KDe... no IDEA what is with them!!! [12:14] hey i have one question and where can i update the ubuntu 5.10 ? [12:14] eobanb none of the laps on the card is on [12:14] kameron: lag beguiles the man, computers befumble him === ash_ [n=ash@tardis.mub.unimelb.edu.au] has joined #ubuntu [12:14] fluvvell haha, what? [12:15] bimberi, I have univers enabled. [12:15] i installed proftpd and when i type it into a brower i get "Access to the port number has been disabled for security reasons." does anyone know how to fix [12:15] I though VSZ was just adding data and the stack to the memory needed for the code [12:15] i download the update on torrent and i dont see the burner program on this linux [12:15] o.0 [12:15] kameron: just trying to get through... === lordlucless [n=andrew@ppp22-61.lns2.syd7.internode.on.net] has joined #ubuntu === hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu [12:15] fluvvell: bah, this system is messed. i hate windows. [12:16] uber_spaced: that's fine - put your /etc/apt/sources.list on a pastebin (eg. http://paste.ubuntu-nl.org ) [12:16] kameron: Im actually using ubuntu strangely enough! === PhilH [n=phil@cpc2-oxfd8-4-0-cust31.oxfd.cable.ntl.com] has joined #ubuntu [12:17] fluvvell: ORLY?? [12:17] bimberi, will do. [12:17] Im getting a whole whack of keyboard errors in the kernel logs - Im using a KVM switch. Could that have anything to do with it? [12:17] ok [12:18] Ne1 know someplace to find nice free games that works with ubuntu? [12:18] http://paste.ubuntu-nl.org/d5721 [12:18] kameron: how about that proftpd then? [12:18] lordlucless: i've never had a problem with a KVM acting up in any way. is it a universal type that just port forwards, or does it use fancy drivers, etc? mostly they do not. [12:18] guys... what should I be looking for with my problems with screeensavers with KDE 3.5 [12:18] >? [12:18] hmpedersen: happypenguin.org [12:18] wine is that program allow u play game for free ?? right [12:18] fluvvell: what was the question again? [12:19] sobersabre, what problems [12:19] kameron, nah, just bog standard. Its all *working* fine, Im just getting my kernel log flooded with keyboard messages [12:19] ichigo: not really. it's a program that allows you to run windows programs on linux. you might be thinking of cedega which is an extension of that. [12:19] some of the savers don't work at all, and some take upper half of the monitor ... very very ODD. [12:19] ichigo, wine allows you to run windows apps in linux (some) [12:19] kameron: he he, I installed proftpd, put an xinetd file in and can't figure out how to start it! Maybe I'm stupid after all [12:19] lordlucless: that's weird. [12:19] ah but i thought wine detect my window game on cd then it will work? o.0 [12:19] fluvvell you can't start the xinetd file? [12:19] eobanb any ideas ?! === Krhis [n=Krhis@cblcpe-79-205.suite224.net] has joined #ubuntu [12:20] uber_spaced: enable (ie. uncomment) the security repositories (last 4 nonblank lines), update and retry [12:20] mwe, thanx [12:20] sobersabre, are you using the right drivers for your GPU? [12:20] ichigo: it's FAR more complex than that. cedega does a better job, but it's not free. === Agiofws [n=AC90CESS@athe730e-2249.otenet.gr] has left #ubuntu ["apothemata"] === kj [n=remove_j@66.17.34.72] has joined #ubuntu [12:20] ooh [12:20] alright [12:20] bimberi, thanks! [12:20] if you're using the wrong ones then OpenGL ones wont work right [12:20] kameron, mind if I pm you a few lines from the log? [12:20] eobanb I have not touched X. only upgraded to the KDE to 3.5 from kubuntu site. [12:20] uber_spaced: not yet, make sure it works first :) [12:20] but i need kno else too... umm where can i update 5.10 but i got it on 2.10 [12:21] kameron: no, I've kind of forgotten, its been years since I played with xinetd [12:21] also i am download the 5.10 and it dvd === vitopio [n=vitopio@host-84-220-40-214.cust-adsl.tiscali.it] has joined #ubuntu [12:21] I do remember installing libattr and libacl for amarok to compile... could it cause these ?1 [12:21] lordlucas: i'd say yes, but i have two people having troubles PMing me, i'm not recieving messages. === zenwhen [n=zenwhen@12-222-196-28.client.insightBB.com] has joined #ubuntu [12:21] bimberi, that fixed it. [12:21] now, if i could find a caching-nameserver thing that would be great [12:21] lordlucas: just drop them in ubuntu-offtopic, they probably won't mind. [12:22] sobersabre, why did you compile amarok? [12:22] I used to be a red-hat person, switched to ubunto. got my firewall up but need name services. [12:22] ok. Are the people PMing you registered users? This network blocks pms from non-registered users [12:22] uber_space, me too [12:22] hello all.. [12:22] uber_spaced: dnsmasq [12:22] fluvvell, have you found an equivilent to caching-nameserver.something.rpm? === jpoe [n=jpoe@huntersrun-cm-245.usa2net.net] has joined #ubuntu [12:22] uber_spaced: great! (sry don't know much about caching nameserers) [12:22] jbroome, thanks. [12:22] uber_spaced I don't think they have one, I put a full version of bind in, [12:23] ^v [12:23] fluvvell, heh. [12:23] lordlucas, oh maybe that's it, i really don't know. i don't think i'm registered right now either. i haven't put in pass yet. === mp_ [n=mp@82.153.240.58] has joined #ubuntu [12:23] uberspaced, prolly an overkill but we were doing full dns for a client anyway [12:23] I just updated to breezy this last week. kubuntu is great! but my icons got jacked in ubuntu (gnome).... anyone else seen this after a dist-upgrade from the breezy repos? [12:23] eobanb for pg support. [12:23] yeah, caching nameserver was kindof sweet; I dont think it was a full-blown bind install; just enough to resolve names. [12:24] fluvvell: i don't even remember what xinetd files are? man, i'm so rusty. === pitagoras [n=kurumin@201-0-22-97.dsl.telesp.net.br] has joined #ubuntu [12:24] eobanb_ are you eobanb or eobanb_ [12:24] ? [12:24] jbroome, that looks to be pretty sweet; it leads me to believe that DHCP server is running internally... is this true? === chrisx1 [n=chrisx1@spc1-burn2-5-0-cust56.bagu.broadband.ntl.com] has joined #ubuntu [12:24] uber_spaced: it can be if you'd like to use it for dhcp === humboldt [n=hugo@toronto-HSE-ppp4260931.sympatico.ca] has joined #ubuntu [12:25] kameron: its ok, philH just got me going in standalone [12:25] uber_spaced what are you talking about ? a wifi-adsl router ? [12:25] jbroome, is there a doc location for that package? [12:25] kj: iirc reselecting a theme in System -> Prefs -> Theme fixes that [12:25] sobersabre, no, computer w/ 2 network cards doing masq and name services. [12:25] ah, you got it :) [12:25] i dont mind dhcp running on it; makes things kindof easy i guess... [12:25] uber_spaced don't you know what runs where ?!?!?! [12:26] uber_spaced: other than a man page and google search, i don't think so. :) === Torez_ [n=Torez@cpc1-blac4-3-1-cust128.manc.cable.ntl.com] has joined #ubuntu [12:26] thanks bimberi... [12:26] fluvvell: okay, good. sorry i can't help you too much here. [12:26] jbroome, thanks; [12:26] kj: np :) [12:26] Guys, what do i need to do to get DVD burning working under Breezy? [12:26] Yo. I've been scouring around for hours and can't find anything, so I'll ask here. Is there a way I can force Ubuntu to use a certain default gateway? Networking GUI continually reverts back. [12:26] sobersabre, other distributions have some sort of package documentation repository along with the packages... i was wondering if there was somethign like that. [12:26] Rage__: okay ... i read some manuals, the manpage and installed wondershaper. and it works. but i want to manage it for seperate processes ... ftp, samba, etc ... [12:26] how can I set an environment var for apache? a persistant one? /etc/environment does not seem to have any effect. Is there something similar or is the only way to edit the ini.d script? === thadood [n=thadood@cpe-66-61-66-14.midsouth.res.rr.com] has joined #ubuntu [12:26] sobersabre, but yes, i do know where stuff runs from where and whatnot. === alain__ [n=alain@eu85-86-139-254.clientes.euskaltel.es] has joined #ubuntu [12:27] humboldt: what exactly do you need? === alain__ [n=alain@eu85-86-139-254.clientes.euskaltel.es] has left #ubuntu ["Abandonando"] === TokenBad [n=tokenbad@67.189.71.165] has joined #ubuntu [12:27] bimberi: every thing else has been great. This distro has left fedora in last years dust. === manchine [n=manchine@ahk58.internetdsl.tpnet.pl] has joined #ubuntu [12:27] As I said. I want to set an env for apache. PDFLIBLICENSEFILE=/etc/libpdf-license-key [12:27] stupid damn printer and router..can't get either to work [12:27] how do i c the initng boot log [12:27] ? [12:28] what? === ChaKy [n=chaky@lns02-0274.dsl.iskon.hr] has joined #ubuntu [12:28] TokenBad, what's wrong with them? [12:28] kameron: thanks anyway, you cant help everyone - [12:28] well the printer will start to print the test page then stop..but not have anything on the paper [12:28] Ivan: dmesg give you what you want? [12:28] uber_spaced are you talking about /usr/share/doc ? [12:28] kj: glad you like it [12:28] I know I can edit the init.d script and this works fine. but I will have to take care of this on each and every update. [12:28] even though new cartrages [12:28] :) [12:28] dmesg initNG [12:28] and the router..no idea..no idea how to set the router up under linux [12:28] PhilH, thanks heaps, I was one step off a going system! [12:28] !dmesg initNG [12:28] Ivan: What? [12:28] mwe: so is there an other method? [12:29] sobersabre, whatever this distro uses. [12:29] fluvvell, heh, no problem [12:29] okay ... i read some manuals, the manpage and installed wondershaper. and it works. but i want to manage it for seperate processes ... ftp, samba, etc ... is this possible? === mcjerry [n=mcjerry@ip68-99-175-230.mc.at.cox.net] has joined #ubuntu [12:29] hm.. nevermind.\ [12:29] though i have apache2, libapache2-mod-php4 and php4,firefox still does not recon php files and attempts to dl them. any ideas? [12:29] humboldt: I'm not sure. I'd put it in the startup script [12:29] how do i msg ubutflu [12:29] Ivan: /msg ubotflu question [12:29] mwe: So be it. [12:29] sobersabre, i'm both [12:30] use /query username [12:30] humboldt: wait [12:30] Ivan: and run dmesg on your machine locallay, not the bot [12:30] mwe: what for? === olipaul [n=phendric@host86-134-156-109.range86-134.btcentralplus.com] has joined #ubuntu [12:30] mwe: got some new idea? [12:30] humboldt: I just noticed a /etc/apache2/envvars file. I guess you can put it there [12:30] does anyone know what the current state of dapper is? is it usable, basically? === krak [n=krak@ip70-191-112-189.cl.ri.cox.net] has joined #ubuntu [12:30] apache1 [12:31] anyhow, jbroome , sobersabre , thanks for your help. [12:31] humboldt: doesn't that have something similar? [12:31] sp what do i typ /msg ubitfflu + question [12:31] ubotflu: np [12:31] jbroome: What? [12:31] where do i use dmsg [12:31] crap. === _sebastian [n=sebastia@82-45-40-179.cable.ubr02.azte.blueyonder.co.uk] has joined #ubuntu [12:31] Ivan: in a terminal on your machine [12:32] mwe: does not look like it === Killer_Smurf [n=Killer_S@S0106000c76ba0623.cg.shawcable.net] has joined #ubuntu === myke [n=myke@213.31.44.66] has joined #ubuntu [12:32] what is a good download manger [12:32] ? [12:32] <_sebastian> HI I need some help. I have installed Apache and PHP on Linux. got those working. However as for MySQL well. I am trying to connect log in with MySQL administrater, but it won't work. I don't have an actsaul account to log in it seems. and it says MyySQL itelfs owns the permissions for i t. When I try to log in I get this erorr message: [12:33] <_sebastian> Ubuntu [12:33] <_sebastian> erorr message I am geting is hang on [12:33] If I copy the whole linux drive to a dvd could it work like back up of the system (if I format the drive for example and the if I copy the all the files back)? [12:33] sebatian.... your talking a lamp setup? === blanky [n=blanky@pool-71-104-140-211.lsanca.dsl-w.verizon.net] has joined #ubuntu [12:33] myke: i use axel, which is a command line tool that can download from multiple mirrors concurrently. it's got a simple KDE frontend too. also, they say prozilla is good, but it's not packaged.' [12:33] in ubuntu the fn key can control volume etc, does anyone know what app/deamon is controlling that? === Arrik [n=will@dhcp80ffc242.residence-rooms.uiowa.edu] has left #ubuntu ["Leaving"] [12:33] <_jason> myke, d4x === snoopy [n=chatzill@static-63-238-184-235.t1.cavtel.net] has joined #ubuntu [12:34] <_jason> myke, if you want simple and don't like cli, use a frontend for wget: gwget === snoopy [n=chatzill@static-63-238-184-235.t1.cavtel.net] has left #ubuntu [] [12:34] Ooh, what's SIOCADDRT and where can I edit it..? [12:34] <_sebastian> Lamp uhmmmmmm I read about Lamp. Yeah I guess it's a Lamp setup then. well kind of. just downloaded and installed and sorted out with help. Apache and PHP onto my Ubuntu. with a ton of ther programs [12:34] humboldt: you could look in apachectl to see if it looks for something like that === ColonelKernel [n=ponnet@12-218-155-108.client.mchsi.com] has joined #ubuntu === oxez [n=oxez@unaffiliated/oxez] has joined #ubuntu === HapyHippy [n=HappyHip@cpc4-stoc4-4-1-cust29.midd.cable.ntl.com] has joined #ubuntu === fluvvell [n=barryc@222-152-167-7.jetstream.xtra.co.nz] has joined #ubuntu [12:36] HELP need to install GTK+ anyone know how? [12:36] lo all === rosen [n=rosendah@cpe.atm2-0-55378.0x50a1c67e.arcnxx17.customer.tele.dk] has joined #ubuntu [12:36] _sebastian: perhaps something here might help - https://wiki.ubuntu.com/ApacheMySQLPHP [12:37] n00b help req: when mounting a FAT32 partition I can't get write access, even with sudo [12:37] bimberi, can you help me figure out how to inst. some GTK? [12:37] I even tried turning on sharing in XP, but no difference === winston_ [n=winston@mtl-pppoe-adsl260.securenet.net] has joined #ubuntu [12:37] ok a quickie before bedtime ... how do I erase a file (as root) in terminal ? [12:37] <_sebastian> ok MySQL error message I am getting when I try to log in: Could not connect to host '127.0.0.1'. MySQL Er Nr. 1130 #HY00Host 'localhost.localdomain' is not allowed to connect to [12:37] sudo rm file [12:37] ? [12:37] <_sebastian> this MySQL server [12:37] rosen: "rm " [12:37] pnoob: gtk is installed by default in Ubuntu, as it's the engine that runs your whole graphical interface [12:37] rosen, you just rm or sudo rm [12:38] <_sebastian> Check the ping blah blah to see if it is a network problem [12:38] great :) thanks both of you [12:38] how to I get my smtpd to start on boot so I can send mail (does it need config?) [12:38] LjL, this is great, how come I don't get anything when I 'which gtk' ? [12:38] so, DVD burning under breezy, how do i do this? [12:39] HappyHippy, how are you mounting the drive? [12:39] mm ... then what if it's a directory ? [12:39] pnoob: i guess it's because "which" locates commands, and gtk is not a command... it's a set of libraries === Tybalt [n=V@210.213.173.157] has joined #ubuntu [12:39] pnoob: because 'which' locates binaries, and gtk is a library [12:39] pnoob: try "locate gtk" [12:39] mount /dev/hda3 /mnt/thisisatest [12:39] odly enough I dont get the chance to type my root password when I use the gui [12:39] rosen: "rm -r" will remove recursively === pitagoras [n=kurumin@201-0-22-97.dsl.telesp.net.br] has joined #ubuntu [12:39] can someone help me [12:39] LjL, thanks for the help, so obvious now. [12:39] Ask away Tybalt [12:39] HappyHippy, and the folder under /mnt exists right? [12:40] so .. sudo rm -r [12:40] Tybalt, what's the problem [12:40] rosen: yeah [12:40] :-) yeah [12:40] can access np [12:40] rosen, sudo rm -rf name (doesn't prompt) [12:40] do you happen to try to install maya 7.0 on ubuntu === krisg [i=krisg@210.213.142.70] has joined #ubuntu [12:40] aaaah [12:40] pnoob: well, anyway, what do you need to do? [12:40] rosen: -f will "force" the removal - it won't ask 'are you sure you want to remove' or anything [12:40] HappyHippy, does mount give an output? [12:40] sweet relief === xandor [n=xandor16@adsl-69-151-106-78.dsl.hstntx.swbell.net] has joined #ubuntu === LnoDqo [n=aeeooij@81.214.89.222] has joined #ubuntu [12:40] in terminal? no [12:40] rosen: take extreme care with === Hobbsee_away is now known as Hobbsee [12:40] IIRC [12:40] will redo... [12:40] HapyHippy: this is a problem that I've seen here 4 times in the last day [12:40] oh it's gone now ... dead and gone ... such a relief :D [12:40] HapyHippy, you could use -o rw === LnoDqo [n=aeeooij@81.214.89.222] has left #ubuntu [] [12:41] i have rpm's of the maya [12:41] HapyHippy: I don't know if anyone found a solution yet [12:41] how do i install it [12:41] dooglus, problems mounting fat32 drives? [12:41] LjL, I'm installing some dev/alpha ware and this stuff is required. Figured getting in as deep over my head is a good way to learn fast. [12:41] why are you hunting for GTK? [12:41] can i limit the vsftpd upload speed for each user individually? === carlos [n=carlos@201.211.156.211] has joined #ubuntu === krisg [i=krisg@210.213.142.70] has joined #ubuntu [12:42] fluvvell: the problem is that the fat drives get mounted "rw", but cannot be written. attempting to write says "read-only filesystem". any idea? === carlos is now known as bogafff [12:42] LjL, do you build sources under this Ubuntu stuff? [12:42] HapyHippy, silly question number 3: you can read folders in the drive ok? [12:42] What is the name of the mac OS X for x86 architecture? Does anyone here know? [12:42] PhilH, I'm req. to have a certain version of it, that's all. === ubuntud [n=ubuntu@h8441140025.dsl.speedlinq.nl] has joined #ubuntu [12:42] fluvvell - yup [12:42] am having a problem with the screen,. its all wobbly and i cant change resolutions [12:42] i have amdx2 64 [12:43] pnoob: to build sources that use GTK, you don't just need GTK, but also the dev packages of GTK === lllmanulll is now known as lllmanulll|Zzz [12:43] HapyHippy: what does "mount | grep -i fat" show? [12:43] and i want to install maya 7.0 [12:43] Can anyone help me to get started sending mail? I figure I need to start the smtpd somehow...?!? [12:43] I have just one stoopid windows prog that calls a vxd - so wine wont handle it - the alternative is an emulator - which is the best? vmware/win4lin commercial - qemu, bochs GPL? [12:43] qemu [12:43] can someone help install [12:43] !tell pnoob about auto-apt [12:43] bogafff, what video card are you using? === belarus [n=belarus@adsl-ull-55-50.46-151.net24.it] has joined #ubuntu [12:43] /dev/hda3 on /mnt/thisisatest type vfat (rw) [12:43] Might need drivers. [12:43] sis mobo integrated [12:43] frogzoo: win4lin is very good if all you need is windows 98. the win4lin pro thing sucks [12:43] LjL, the sources I'm building are not gtk they just run with/on it ... do I still need the unstable packages of gtk? [12:43] pnoob: the program ubotflu is pointing you to can help finding the dev packages that are required to compile a given program [12:44] km400 [12:44] pnoob: you need the "-dev" versions of the gtk libs [12:44] pnoob: you do need the GTK dev packages. i don't think you need any unstable ones, though! [12:44] Have you set your montiors H/V in x.org? [12:44] !seen cafuego [12:44] cafuego was last seen on IRC in channel #ubuntu, 1h 15m 49s ago, saying: '!ndiswrapper'. === Phinite [n=SW@s209-121-68-99.bc.hsia.telus.net] has joined #ubuntu === xandor [n=xandor16@adsl-69-151-106-78.dsl.hstntx.swbell.net] has left #ubuntu ["Leaving"] [12:44] !help [12:44] how to? [12:44] how do i install rpm base packages on ubuntu ? [12:44] !alien [12:44] alien is, like, a program to convert RPMs to DEBs. Can give problems. Website: http://www.kitenet.net/programs/alien/ [12:45] What can we help you with Seveas? :) [12:45] frogzoo: wine is fastest. qemu comes second, i guess. qemu can become quite fast with the optional "accelerator", but that's closed source (though free) [12:45] Tybalt: typically u dont ... [12:45] HapyHippy, what output does fdisk -lu give? [12:45] Tybalt, what is the software in question [12:45] Maya 7.0 [12:45] none [12:45] fluvvell: it's mounted already.. [12:45] Alias Maya 7.0 eobanb [12:45] I need to do a search replace in vi and insert a newline that will be visible in Windows... how do I do that? === belarus [n=belarus@adsl-ull-55-50.46-151.net24.it] has left #ubuntu ["Leaving"] [12:46] on the site of maya it only supports rh & fedora [12:46] dooglus, LjL, is there a centralized way of finding the right gtk-dev stuff? [12:46] blender 3d === ralphee [n=ralph@ralphadamson.com] has joined #ubuntu [12:46] bogafff, looks like you'll need to add your HorizSync and VertSync settings in /etc/X11/xorg.conf. [12:46] thx dooglus, LjL [12:46] so is there a way i can install it ? [12:46] dooglus, good point [12:46] pnoob: "apt-cache search" i suppose you mean? === netjoined: irc.freenode.net -> brown.freenode.net === TongMaster [n=TongMast@157.besecure.net.au] has joined #ubuntu [12:46] Do you know what they are? [12:46] Tybalt: use alien [12:46] well, I don't need to do it in vi, I could do it with bash I suppose [12:46] done that [12:46] that might be easier [12:46] HapyHippy, what type is your /dev/hda1 === stefan [n=stefan@p54AC97DA.dip0.t-ipconnect.de] has joined #ubuntu [12:47] pnoob: I would "sudo apt-get build-dep gnome-terminal" or some such. that will install a whole bunch of development libraries. [12:47] Phinite: :%s/\n/\r\n/ [12:47] Tybalt, did you try talking to Alias about it? [12:47] NTFS, and no way I can reformat - works laptop [12:47] trying that now rick, thanks [12:47] where can i find a good ssh client for ubuntu [12:47] Quizzer, apt-get install ssh [12:47] eobanb, not yet [12:47] HapyHippy: what do you see if you "ls -ld /mnt/thisisatest" ? [12:47] dooglus: i would rather use auto-apt if it were for me [12:47] LjL: I never heard of it [12:47] how do i use root on ubuntu ? [12:48] oi sudo aint working either [12:48] !sudo [12:48] somebody said sudo was the command to get superuser privileges, see http://wiki.ubuntu.com/RootSudo === BeGu [n=BeGu@cs164149.pp.htv.fi] has joined #ubuntu [12:48] drwxr-xr-x 7 root root 8192 1970-01-01 01:00 /mnt/thisisatest [12:48] Tybalt, you can "sudo su" [12:48] dooglus: apt-cache show auto-apt. it's quite handy, see also https://wiki.ubuntu.com/AutoApt [12:48] HapyHippy: can you write to the FAT drive if you become root first? [12:48] Quizzer: openssh-client is installed by default === chemisus [n=chemisus@pcp09463696pcs.ctftmy01.fl.comcast.net] has joined #ubuntu [12:48] Krhis, Tybalt: "sudo -i" is usually better than "sudo su" [12:48] HapyHippy: "sudo -s" to become root [12:48] i have just installed ubuntu,. maybe i screwed up somewhere? === aqfn [n=daniel@adsl-69-232-45-250.dsl.irvnca.pacbell.net] has joined #ubuntu [12:49] thnx Krhis === zenwhen [n=zenwhen@12-222-196-28.client.insightBB.com] has joined #ubuntu [12:49] Ah yes. Forgot. [12:49] Enjoy. [12:49] hi [12:49] dooglus, what will this sudo apt-get build-dep gnome-terminal do? [12:49] i ll reinstall [12:49] Tybalt: you can do everything mostly with sudo - no need to run root in the gui [12:49] any1 have any ideas why mplayer doesnt play sound? [12:49] aha! [12:49] is there any way to repair a parition table >? [12:49] yeah sori [12:49] pnoob: it will install all the development packages you need to build gnome-terminal [12:49] aqfn, there should be. === Bachus9000 [n=Bachus90@pcp01053787pcs.muncie01.in.comcast.net] has joined #ubuntu [12:49] been using the su [12:49] !tell chrisx1 about restricted [12:49] chrisx1 use -ao oss [12:49] and it doesnt work [12:49] eheheh [12:49] how to [12:49] sorry [12:49] HapyHippy: if that worked, you should remount the partition, as follows: [12:49] dooglus, so I could swap other things in for gnome-terminal?? [12:50] pnoob: it will install all the -dev packages that are required to compile gnome-terminal. since gnome-terminal is a Gnome (and thus a GTK) application, it will certainly install the GTK dev packages. only problem, it will probably also install a ton of other stuff [12:50] Tybalt: sudo - not su [12:50] Ivan: where and how? [12:50] pnoob: yes [12:50] HapyHippy: sudo mount -o remount,umask=0 /mnt/thisisatest === stefan [n=stefan@p54AC97DA.dip0.t-ipconnect.de] has left #ubuntu ["...] [12:50] pnoob: sure. [12:50] LjL, this other stuff wouldn't cause probs would it ... just be baggage? [12:50] pnoob: yes === pitagoras [n=kurumin@201-0-22-97.dsl.telesp.net.br] has left #ubuntu ["Leaving"] [12:50] ~testdisk is A program that can help recover lost or damaged partition tables: http://www.cgsecurity.org/index.html?testdisk.html [12:51] Bah, how do you add a factoid? :( [12:51] pnoob: if you take note of what was installed, you can just remove it later when you've finished compiling. [12:51] ubotu, testdisk is a program blah blah blah [12:51] done, no feedback and rights are still 755 [12:51] dooglus, is ubotflu ubotu ? [12:51] MickMcMack: I don't know [12:51] !paste [12:51] I heard paste is please use http://paste.ubuntu-nl.org/ or #flood to paste large amounts of text [12:52] LjL, being a p-noob I doubt I'd know what to remove, huh? [12:52] dooglus, thanks. :) [12:52] ubotflu, testdisk is a program blah blah blah [12:52] dooglus: okay [12:52] ubotflu - lol [12:52] frogzoo: parse error: dunno what the heck you're talking about [12:52] ubotflu, no testdisk is a program blah blah blah [12:52] i already had it that way, dooglus [12:52] ubotflu, forget testdisk [12:52] MickMcMack: i forgot testdisk [12:52] ubotflu testdisk is a program that can help recover lost or damaged partition tables: http://www.cgsecurity.org/index.html?testdisk.html [12:52] MickMcMack: okay [12:52] pnoob: well, "apt-get build-dep gnome-terminal" will *tell* you what is being installed, so that will be what you will (or might) want to remove ;-) [12:52] HapyHippy, looks like the mount is happenning as root with no -o user option [12:52] !testdisk [12:52] extra, extra, read all about it, testdisk is a program that can help recover lost or damaged partition tables: http://www.cgsecurity.org/index.html?testdisk.html [12:52] good. [12:52] !tell aqfn about testdisk [12:53] pnoob: of course, you can leave it all installed if you prefer. but it might take quite a bit of space, like some hunded megabytes === MickMcMack hands ubotflu a tissue. [12:53] oo === n|qos [n=mo@dslb-084-061-011-009.pools.arcor-ip.net] has joined #ubuntu === Phinite [n=SW@s209-121-68-99.bc.hsia.telus.net] has left #ubuntu [] [12:53] fluvvell - I must have learned a lot this week, that made sense :p === shwag [n=shwag@santamonica-cuda4-24-55-48-87.vnnyca.adelphia.net] has joined #ubuntu [12:54] so other than sudo -s, is there any other work around you know of? [12:54] can anyone help me with DVD burning? [12:54] aqfn, did that help? [12:54] and how do I go back to normal user? [12:54] how do i configure a wireless card [12:54] HapyHippy: try: sudo mount -o remount,umask=0,uid=1000 /mnt/thisisatest [12:54] HapyHippy: type exit [12:54] philh just ask your question - leap in [12:54] HapyHippy: you just "exit2 to go back [12:54] PhilH, What do you need help with? [12:54] "exit" [12:54] HapyHippy: control-d would do it too [12:54] trying [12:54] thnx === somjuk [i=somjuk@jane.lru.ac.th] has left #Ubuntu [] === ralphee [n=ralph@ralphadamson.com] has left #ubuntu ["Leaving"] [12:55] dooglus - same result, no feedback, 755 === Kingbahamut [n=bahamut@c-24-98-229-28.hsd1.ga.comcast.net] has joined #ubuntu [12:55] HapyHippy: what do you see from "mount | grep -i fat" now? [12:55] how can I play streaming video ? [12:55] aqfn, if you have totally borked it, I would recommend using something like the INSERT livecd, that is specially made for system recovery. [12:55] LjL, I'm miffed, I ran apt-get build-dep gnome-terminal and got 'unable to lock the administration directory (/var/lib/dpkg/) is anotherprocess using it?' === mocca [n=mocca@p213.54.165.252.tisdip.tiscali.de] has joined #ubuntu [12:55] hey [12:55] pnoob, sudo ? [12:55] lewix: install gxine & restricted codecs [12:55] well, i've just burned a DVD+R using K3B, when i try to import the session in K3B it informs me that there are no sessions to import, and gnomebaker gives me an error message [12:55] <_jason> lewix, have you tried mplayer? [12:55] LjL, shute, I have synaptic on, will try again [12:55] ok thanks [12:55] pnoob: you need to exit synaptic, apt-get, and anything else like that first [12:55] /dev/hda3 on /mnt/thisisatest type vfat (rw,umask=0,umask=0,uid=1000) [12:56] anyone in the mood to help me setup port forwarding with iptables ? [12:56] my wireless card is listed as not configured [12:56] what do i do? [12:56] pnoob: you also need to use 'sudo' [12:56] my partitions still work, just that the table is shot [12:56] frogzoo, gxine ? where can I find it + the restricted codecs [12:56] dooglus, I DID use sudo, i just had synaptic running by mistake [12:56] !tell lewix about restricted [12:56] _jason, nope, totem is the one set by default [12:56] someone can answer me a wlan question? [12:56] HapyHippy: what if you "sudo umount /mnt/thisisatest" [12:56] lewix: sudo apg-get install gxine [12:56] <_jason> lewix, mplayer works well for me, so you may want to test it out and see === PHR023N [n=phrozen@219.93.196.224] has joined #ubuntu [12:57] HapyHippy: and then mount it again: "sudo mount -o rw,umask=0,uid=1000 /dev/hda3 /mnt/thisisatest" [12:57] any1 have any ideas why mplayer doesnt play sound? [12:57] chrisx1: have you chosen media source? (& turned up the volume/plugged it in?) [12:57] i'm trying to optimize my hdparm for my Seagate 40 GB Model=ST340014A === krobins [n=krobins@c-24-3-214-134.hsd1.oh.comcast.net] has joined #ubuntu === starscalling [n=WinNT@cpe-24-24-137-48.socal.res.rr.com] has joined #ubuntu [12:58] w00t [12:58] <_jason> chrisx1, did you set it to use esd if you are indeed using esd? [12:58] 777 :-D [12:58] the last message from gnomebaker's output is cdrecord: Cannot read session offset [12:58] LjL, turns out to be 55 MB ... don't know if I should proceed yet. Are you saying that these packages (for gnome-terminal) will probably overlap well with the other stuff I need to be running for the gtk-dev stuf to work? [12:58] can anyone help? [12:58] frogzoo: yes was working on other dvds === kj [n=remove_j@66.17.34.72] has left #ubuntu [] [12:58] HapyHippy: I'm wondering whether it was working already, and you just needed to open a new terminal. I'm not sure. [12:58] ALL -- what's the size of ubuntu base install? === auk [n=scott@h-69-3-181-231.lsanca54.dynamic.covad.net] has joined #ubuntu [12:59] pnoob: most probably they will. care if i query you and explain how this stuff works in some more detail? [12:59] pnoob: will fit in 10gb === cmatheson [n=cmatheso@204.110.225.254] has joined #ubuntu [12:59] pnoob 1.5gb is the size but on my 2gb hdd it didn't install [12:59] !Md:*! our australian server is disappeared, along with the sponsoring network. maybe we could use another australian server. for more information about sponsoring a freenode IRC server please look at http://freenode.net/ [12:59] it def. wasn't when I logged on here. Tried opening and closing terminal, using file browser as well === titanium [n=titanium@blk-222-158-20.eastlink.ca] has joined #ubuntu [12:59] frogzoo, that's insanely huge! [12:59] although I never tried it with option tags before [12:59] Dido-win-clone: the installl likes a lot of space for /var when installing [12:59] _jason: i choose esd ty it works === roy__ [n=roy@212.Red-83-37-177.dynamicIP.rima-tde.net] has joined #ubuntu [01:00] pnoob: it fits on 1 CD, so I doubt it's anything like 10Gb... [01:00] <_jason> chrisx1, i suppose you are using gmplayer with the gui? === zim [n=zim@zimonline.demon.co.uk] has joined #ubuntu [01:00] pnoob: I just wanted to set an upper figure [01:00] LjL, don't understand what you're asking in your 'query' [01:00] next question (last one for now)... [01:00] _jason: i get an error [01:00] and it disables sound [01:00] hi all === PHR023N [n=phrozen@219.93.196.224] has left #ubuntu [] [01:00] <_jason> chrisx1, who what when where? [01:00] frogzoo is it possible to copy my current installation threr? [01:00] jukst a quick q [01:00] pnoob: more like 1.5gb but having seen dido-win-clone's post it must have a high-water-mark over 2gb during the install [01:00] using mplayer _jason [01:00] any ideas why, when I connect my wifi to my own router the whole system freezes after a couple of minutes [01:00] alguien espaol [01:00] pnoob: actually, I've done a full install inside 4gb no probs [01:00] I've been using ubuntu for a year now and it still fits in 5.3Gb [01:00] <_jason> chrisx1, mplayer, not gmplayer right? === hardybm [n=hardy@200.87.151.75] has left #ubuntu ["Leaving"] [01:00] but if I connect at work, or to my neighbour's wifi all is fine? === rapha [n=rapha@dialin116200.server4you-dsl.de] has joined #ubuntu === MasterTsunami [n=MasterTs@unaffiliated/mastertsunami] has joined #ubuntu [01:00] Intel 2200BG [01:00] yes mplayer [01:01] <_jason> ubotflu, tell chrisx1 about mplayer [01:01] <_jason> chrisx1, read towards the bottom, it will tell you where to setup esd for mplayer [01:01] I'm installing 5.10 onto an old 4.3GB hard drive (total) as we speak === aeon17x [n=aeon17x@58.69.27.191] has joined #ubuntu === Mr_Rock [i=Rocker@113-41-105.adsl.cust.tie.cl] has joined #ubuntu === Mr_Rock [i=Rocker@113-41-105.adsl.cust.tie.cl] has left #ubuntu [] [01:01] trying to automate somthing === rapha [n=rapha@dialin116200.server4you-dsl.de] has left #ubuntu ["...] [01:01] _jason: sound workks now i get error to many video packets in the buffer [01:02] Dido-win-clone: not sure what u mean? === ubuntu_ [n=ubuntu@pc-85-0-120-200.cm.vtr.net] has joined #ubuntu === Krhis [n=Krhis@cblcpe-79-205.suite224.net] has joined #ubuntu === Kindred [i=brandify@188.240.132.203.in-addr.wholesaledsl.net] has joined #ubuntu === pjw [n=pjw@ACD777EC.ipt.aol.com] has joined #ubuntu === czer323 [n=czer323@cpe-24-210-72-75.columbus.res.rr.com] has joined #ubuntu [01:02] _jason: think i fixed it ty [01:02] <_jason> chrisx1, umm ok, what did you do out of curiousity? [01:02] nope same [01:02] <_sebastian> Do I need to start MySQL before I even try and log in as a user? If so how do I start it first? and since I just instaled it do I even have an account? I try to log in and I carn't. and according to this thing I need MySQL started first. [01:03] <_sebastian> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! [01:03] <_sebastian> To do so, start the server, then issue the following commands: [01:03] frogzoo i've installed on other hdd now, could i copy this installation on the 2gb disc (it's 1.7gb~ now) [01:03] <_sebastian> /usr/bin/mysqladmin -u root password 'new-password' [01:03] <_sebastian> /usr/bin/mysqladmin -u root -h ubuntu password 'new-password' [01:03] <_sebastian> See the manual for more instructions. [01:03] _jason: sound is working just the buffer [01:03] Hi, someone recommended I install a 686 kernel to fix a hardware problem i'm having, I currently have an amd64 kernel so would doing this break software and stuff? I am hesitant to try it because I don't really know the consequences. [01:03] <_jason> chrisx1, mind pastbinning the exact output? [01:03] pnoob: you should have a new window or tab in your irc client with my nickname on it === cfs-work [n=cfs@216-239-45-4.google.com] has joined #ubuntu [01:03] no ideas? Thanks to dooglus and fluvvell for prob #1 tho :D [01:03] i told u the output:o [01:03] $hcitool scan returns: 00:00:00:00:00:00:00 phone name [01:04] _jason: sound workks now i get error to many video packets in the buffer === Goldfish [n=gregturn@user-0calf26.cable.mindspring.com] has joined #ubuntu [01:04] _sebastian: sure - you'll need to move everything - including symlinks & device files (cpio/dump - some people have done it with tar) - then you'll need to reinstall grub & you re done [01:04] HapyHippy: sorry, no. I only set ubuntu up with wifi once and it went fine. [01:04] _jason: ill try in console === ash_ [n=ash@tardis.mub.unimelb.edu.au] has joined #ubuntu [01:04] will try the forums, and pop back here next time I hit a wall (50 says it'll be 15 min tops :p) [01:04] how do i isolate the mac address to use on the next line rfcomm bind 0 macaddress 4 [01:05] <_sebastian> lol frogzoo what you on about. Grub has got nothing to do with MySQL === nathanj [i=nathanj@sweep.bur.st] has joined #ubuntu === warren_ [n=warren@fore.looksmart.com] has joined #ubuntu [01:05] any ppc people here [01:05] has anyone folowed what i nees [01:05] has anyone folowed what i need? [01:05] Dido-win-clone: sure - you'll need to move everything - including symlinks & device files (cpio/dump - some people have done it with tar) - then you'll need to reinstall grub & you re done [01:05] warren_, yes [01:05] _sebastian: sry dude === javery [n=eagleye@69-170-213-193.lkwnny.adelphia.net] has joined #ubuntu [01:05] !pastebin [01:05] pastebin is, like, a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org [01:06] Kindred: I'm not an expert on this but i am similarly skeptical. As i understand it you have to be all 32bit or all 64bit (chroot environments aside) [01:06] eobanb: when i last got my ppc copy they only sent me a install cd [01:06] <_sebastian> wrong person hummmm [01:06] eobanb: i heard they have live ppc cds now === quail_linux [n=quail@unaffiliated/quaillinux/x-000001] has joined #ubuntu [01:06] is that true ? [01:06] help :( [01:06] yes, i think it is [01:06] !livecd [01:06] livecd is probably useful for playing with or trying out (k)ubuntu without installing it or making any changes to your system. grab one from the download page at http://www.ubuntulinux.org or request via ship-it. === wastrel [n=wastrel@HOLMES2.BIO.NYU.EDU] has joined #ubuntu [01:06] hi! where do i point my /dev/pilot symlink so pilot-link can see my usb palm? [01:06] lost sole needs some scripting help [01:06] bimberi, hm ok thanks. === Fujitsu_ [n=Fujitsu@c211-28-179-31.eburwd7.vic.optusnet.com.au] has joined #ubuntu [01:07] Yes, zim? [01:07] warren_, http://mirror.mcs.anl.gov/pub/ubuntu-iso/5.10/ [01:07] frogzoo just copying all files from the drive and reinstalling grub does it ? [01:07] <_sebastian> Do I need to start MySQL before I even try and log in as a user? If so how do I start it first? and since I just instaled it do I even have an account? I try to log in and I carn't. and according to the set a MyySQL root password thing I need to have MySQL started first === eagleye [n=eagleye@69-170-213-193.lkwnny.adelphia.net] has joined #ubuntu [01:07] if i get "00:00:00:00:00 freds phone" [01:08] how do i filter that so its just the mac address [01:08] mmm zim [01:08] it is a good cartoon [01:08] _sebastian: "sudo /etc/init.d/mysql start" or some such? [01:08] so, any thoughts on DVD burning? [01:08] zim: "awk '{print $1}'" === Ummu [n=jeff@69.90.193.117.novuscom.net] has joined #ubuntu [01:08] ALL -- want to get Athlon 64 rocking UBUNTU any mainboard + cpu recommendations? === _jeff [n=jeff@209-161-241-37.dsl.look.ca] has joined #ubuntu [01:08] _jason: http://paste.ubuntu-nl.org/5722 [01:08] <_jeff> hey guys [01:09] Hi, jeff. [01:09] pnoob, depends on your price range and needs. === myke [n=myke@213.31.44.66] has joined #ubuntu [01:09] _jason, and gals!!! [01:09] hello [01:09] pnoob: I recommend an AMD64 processor....heheh. Actually, I have AMD64 3200+ on my mythtv box. [01:09] anyone here use gyach? [01:09] <_jeff> i keep getting this error during the configure stage of my installations from source: [01:09] Kindred: perhaps the "someone" thought you were currently in the 386 kernel - because 386 to 686 is fine [01:09] <_jason> chrisx1, does this happen with other movie files? [01:09] eobanb, Willing to build it, so thinking a 150 mainboard and 200 chip should be the limit. [01:09] Dido-win-clone: no - you'll need to copy the file systems - if you just copy, you'll come to grief on the device files & symlinks [01:09] _jeff, what installations? [01:09] umm [01:09] I have a AMD64 3200+ on this box right now. [01:09] when trying to view webcams i get a error that gyach-webcam is not there [01:09] _jason: i aint really watched many on here [01:10] Goldfish, what's the mainboard? [01:10] how do i completly disable wondershaper? [01:10] how do I copy the contents of .bin files into a CD? === cody [n=cody@CPE00d0097e9461-CM001225db8daa.cpe.net.cable.rogers.com] has joined #ubuntu === TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu === haypo [n=haypo@tchoy.net] has joined #ubuntu [01:10] zim: did that answer your question? [01:10] <_jason> chrisx1, did you set video output to 'xv'? === Mabus06 [n=Nick@hlfxns0149w-142177124136.ns.aliant.net] has joined #ubuntu [01:10] Dido-win-clone: what you want is a backup tool - dump/cpio/or tar - to migrate the file system(s) === SY0724F [n=SY0@200.143.84.143] has joined #ubuntu [01:10] PhilH, I got it working [01:10] <_sebastian> says it is already running hummmmmmm. right i'll try those other commands again [01:10] <_jeff> i keep getting this error during the configure stage of my installations from source: [01:10] Ummu, i belive k3b can burn cue/bin files [01:10] it was something really really stupid [01:10] _jason: what u mean? [01:10] cool, how? [01:10] <_jeff> checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths! [01:10] yes great [01:10] _jeff, what are you trying to compile [01:10] ty [01:10] the damn uplink button on the router got pushed in [01:10] anyone [01:10] dr_willis: Yes, it can, but I don't want to install all those libraries for k3b [01:10] ? [01:10] heh [01:10] frogzoo uh.. i dont understand anything ;[ screw it [01:11] Ummu, time to do some googling then I guess. [01:11] <_jeff> eobanb: im trying to compile kmetabar from source [01:11] IS there an UBUNTU hardware IRC??? [01:11] <_jason> chrisx1, try: mplayer -ao esd -vo xv nameofmoviefile [01:11] now if I can just get the printer to work [01:11] hi! gam_server is eating a lot of memory and cpu, how can I kill him or configure it to don't notify anything!? (I'm using Kubuntu with KDE 3.5) [01:11] hey,I'm having problems with my ubuntu; for some reason it doesn't seem to update and itt thinks I am not the owner can anyone help me I am confused :S === the_real_gallows [n=gallows@81-178-77-10.dsl.pipex.com] has joined #ubuntu [01:11] _sebastian: I'm not sure - but it sounds like the mssql daemon runs as a unix user - so set the password (ie /etc/passwd type passwd) [01:11] dr_willis: Ok. Would you like to know the result, or shall I just go away? [01:11] well, good luck with that [01:11] 00:00:00 foo [01:11] pnoob: I got mainboard http://www.newegg.com/Product/Product.asp?Item=N82E16813123230 and CPU http://www.newegg.com/Product/ProductList.asp?Submit=Suggested&Description=19-103 [01:11] 00:00:01 foo [01:11] haypo: "pkill gam_server" [01:11] 00:00:03 bar === Shachaf [n=Shachaf@c66-235-25-227.sea2.cablespeed.com] has joined #ubuntu [01:12] <_sebastian> yes at the moment I got a MySQL that has permissions that belongs to MySQL [01:12] Ummu, i use k3b :P it blows all other toos away for my needs - i DO belive ive seen some cue/bin --> iso converter programs out.. but ive not used them. [01:12] hey [01:12] zim: what are you trying to tell us? [01:12] mysql kicks off as root, and then forks a process to run as mysql. Because root is doing this, it doessn't need any password support. [01:12] Ummu, may want to check freshmeat.net [01:12] dr_willis: cdrdao seems to work [01:12] well here is one for you PhilH it went through the proccess of printing the test page all the way to the end [01:12] _jason: ty works(Y) [01:12] _jeff, is this what you're talking about? http://packages.ubuntu.com/breezy/kde/metabar [01:12] Goldfish, is this a rockin system? [01:12] but nothing at all on the page [01:12] ie it find 3 phone and i want to do the same to all 3 === mcjerry [n=mcjerry@ip68-99-175-230.mc.at.cox.net] has joined #ubuntu [01:12] ltiverse gstreamer0.8-ffmpeg [01:12] Reading package lists... Done [01:12] Building dependency tree... Done [01:12] E: Couldn't find package gstreamer0.8-plugins-multiverse [01:12] what's wrong ? === panzer [n=panzer@66-8-223-201.adsl.terra.cl] has joined #ubuntu [01:13] bluetooth has some flaws [01:13] <_jason> chrisx1, set xv as the default video output in gmplayer using preferences and do the same in the configuration file for mplayer [01:13] Ummu, yea.. im thinking there may be some 'issues' dependng on the bin/cue. conmfiguration [01:13] <_jason> chrisx1, that's the output you should be using anyhow [01:13] <_jeff> eobanb: yeah, only its been modified a bit [01:13] Goldfish: is it necessary to run mysql as root? or just convenient? [01:13] Is there an IRC for UBUNTU HARDWARE??? [01:13] _jeff, is this what you're talking about? http://packages.ubuntu.com/breezy/kde/metabar [01:13] okay... [01:13] _jason: its out of sync [01:13] <_jason> pnoob, no [01:13] pnoob: I dont think so [01:13] dr_willis: it seems that k3b is a cdrdao frontend, so... it might work [01:13] pnoob: Well, I use it for all my mythtv recording. I records all my shows into a mpeg4 without loading the CPU more than maybe 30%. HDTV decoding pushes it up higher, I don't use it for gaming or doing flashplayer stuff. Pretty good to me. === sdfsdgfsfg [i=brandify@188.240.132.203.in-addr.wholesaledsl.net] has joined #ubuntu [01:13] <_jason> chrisx1, add the -framdrop switch and see if it goes away [01:13] is there any reason why you cant use the version in the repository, _jeff ? [01:13] dr_willis: but people make frontends for it for a reason. :P [01:13] Ummu, yea.. i just saw cuetools - tools for manipulating CUE/TOC files - also.. === sdfsdgfsfg [i=brandify@188.240.132.203.in-addr.wholesaledsl.net] has left #ubuntu [] [01:13] <_jason> chrisx1, typo: -framedrop === K_Dallas [n=Korben@i216-58-91-120.cybersurf.com] has joined #ubuntu [01:13] Has anyone seen malkavain? [01:14] if you "rfcomm bind 0 macaddress 17" on some phones you dont need to pair of auth [01:14] Goldfish, ever crash the box? [01:14] <_sebastian> since I got rid of previous version formatted of Ubuntu the other day. and been doing Apache and PHP last two days. and now MySQL. I still only got just the default Ubuntu account with some admin pprivildgess. maybe I I [01:14] !last malkavain [01:14] Syntax error in line 1, frogzoo [01:14] Ummu, yep. :P nothing like missing a single option you needed... [01:14] !lastseen malkavain [01:14] frogzoo: Syntax error in line 1 [01:14] <_sebastian> should set up an actasul root account is that what you were saying dougless to do? [01:14] frogzoo: There should be some /etc/init.d/mysql boot script. Boot scripts are always run as root. Typically, different applications are configured to run their main threads as somebody else. Like "nobody" for an apache web server. [01:14] !seen maklavain [01:14] eobanb_: i haven't seen 'maklavain' [01:14] hey,I'm having problems with my ubuntu; for some reason it doesn't seem to update and itt thinks I am not the owner can anyone help me I am confused :S [01:14] er [01:14] _jason: its still there [01:14] !seen malkavain [01:14] eobanb_: i haven't seen 'malkavain' [01:14] cody, are you runnng as the inital user you made? [01:14] hi hi, anyone know what USB device i should point my /dev/pilot symlink to so pilot-link can see my palm ? [01:14] you then can do stuff use at commands top do stuff [01:14] _sebastian: I very much doubt if you need to set a unix root password - just set a mysql root password [01:15] <_sebastian> how to do I do that? [01:15] u can then use at commands to do stuff [01:15] <_sebastian> how do I do that? [01:15] dr_willis: urgh, thanks for theh elp [01:15] <_sebastian> I carn't even log in at the moment [01:15] <_sebastian> this is to set up a root password? [01:15] Goldfish: but if you were paranoid, you sometimes can su within the boot script [01:15] Ummu, :P [01:15] <_sebastian> there is a thingey I was reading [01:15] <_sebastian> two commands I suppoused to put in and [01:15] <_jason> chrisx1, it may be the file, there is a way to manually sync it iirc. If your file is an avi you may want to try the -ni option as the error message suggests === K_Dallas [n=Korben@i216-58-91-120.cybersurf.com] has left #ubuntu ["Leaving"] [01:15] no idea? how can I kill gam_server? [01:16] i need to make a script that will test all the phones in the office === blanky [n=blanky@pool-71-104-140-211.lsanca.dsl-w.verizon.net] has joined #ubuntu [01:16] _jason: its a dvd. === sklav [n=sklav@64.235.218.42] has left #ubuntu ["Leaving"] [01:16] Error getting session information. [01:16] cdrecord: Warning: Running on Linux-2.6.12-10-k7 [01:16] cdrecord: There are unsettled issues with Linux-2.5 and newer. [01:16] cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris. [01:16] Error: Cannot gain SYS_RAWIO capability.Is cdrecord installed SUID root? [01:16] <_sebastian> yes these commands [01:16] : Operation not permitted [01:16] cdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing. [01:16] cdrecord: If you need DVD+R/DVD+RW support, ask the Author for cdrecord-ProDVD. [01:16] <_sebastian> yes these commands [01:16] cdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/ [01:16] See http://paste.ubuntu-nl.org/5725 [01:16] <_jason> ubotflu, tell PhilH about pastebin [01:16] cdrecord: Success. read toc: scsi sendcmd: no error === Quizzer [n=admin@Toronto-HSE-ppp3906134.sympatico.ca] has joined #ubuntu [01:16] <_sebastian> /usr/bin/mysqladmin -u root password 'new-password' [01:16] <_sebastian> /usr/bin/mysqladmin -u root -h ubuntu password 'new-password' [01:16] CDB: 43 00 01 00 00 00 00 00 04 00 [01:16] status: 0x2 (CHECK CONDITION) [01:16] Sense Bytes: 70 00 05 00 00 00 00 0E 00 00 00 00 24 00 00 00 === mode/#ubuntu [+o nalioth] by ChanServ [01:16] Sense Key: 0x5 Illegal Request, Segment 0 [01:16] wtf [01:16] Sense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x0 [01:16] shut up === PhilH [n=phil@cpc2-oxfd8-4-0-cust31.oxfd.cable.ntl.com] has left #ubuntu [requested] [01:16] PhilH: pls don't paste here - peeps have to share teh channel [01:16] Goldfish, that board and CPU are NOT compatible one's 939 and one's 754??? What are trying to tell me? === dirkson [n=dirkson@238.sub-70-213-235.myvzw.com] has joined #ubuntu === mode/#ubuntu [-o nalioth] by ChanServ [01:16] if they are at risk use the phone to text me i can then inform the office [01:16] !tell PhilH about spam [01:17] pnoob: No, they are both socket 939. === PhilH [n=phil@cpc2-oxfd8-4-0-cust31.oxfd.cable.ntl.com] has joined #ubuntu === no_gatez_fan [n=patrick@cpe-069-132-000-216.carolina.res.rr.com] has joined #ubuntu [01:17] !kick PhilH [01:17] blanky: No idea [01:17] _sebastian: That is not who is running mysql. That is user accounts to access the database. Very different. [01:17] PhilH: please read the /topic and don't paste in here === jrr is now known as jrr-pizza === jrr-pizza is now known as jrr-food === czer323 [n=czer323@cpe-24-210-72-75.columbus.res.rr.com] has joined #ubuntu [01:17] pnoob: a 939 cpu can fit ina 754 socket - u just have to push hard enough :p [01:17] http://paste.ubuntu-nl.org/d5723 [01:17] Hey guys, I'm saying this here on purpose; is kde on ubuntu (kubuntu-desktop) getting any better? it's always sucked no offense [01:18] blanky: it's always getting better === ardchoille [n=ardchoil@unaffiliated/ardchoille] has joined #ubuntu [01:18] Has anyone seen malkivain? Anyone know if hes been on? [01:18] <_sebastian> RIght so how to create a MySQL root password? account [01:18] <_jason> chrisx1, note sure, I've never used it for dvd's. It doesn't throw the error though, just out of sync? [01:18] XD Yea, it's just the heat sink that might not fit. [01:18] blanky: yes its getting better - yes theres still problems [01:18] Goldfish, YOu LiarrR ... go look at the cpu link you sent. [01:18] nalioth: do you think it has gotten considerably better since say, last month? === Esaia [n=esaia@user16.82-197-230.netatonce.net] has joined #ubuntu [01:18] no [01:18] blanky: probably not "considerably" but then again, perhaps you should ask the experts in #kubuntu [01:18] _sebastian: I'll take a look [01:18] http://www.newegg.com/Product/Product.asp?Item=N82E16813123230 EPoX EP-9NDA3J Socket 939 NVIDIA nForce3 Ultra ATX AMD Motherboard - Retail [01:18] <_jason> chrisx1, no, as in it does throw the error? [01:19] Hi all- I'm trying to set up dual monitors, but whenever I turn on my compy without having the second monitor plugged in, then plug it in later, Ubuntu makes the second monitor 640x480, instead of the 1024x768 I have specified in xorg.conf. Is there any way to FORCE it to only use 1024x768? === Kingbahamut is now known as KingBahamut [01:19] nalioth, I know about #kubuntu, I just didn't want to hear biased things [01:19] I'll ask em [01:19] Goldfish: take that line of chat to #ubuntu-offtopic please [01:19] Goldfish, the cpu was 754 [01:19] _jason: it gives no error [01:19] _sebastian try phpmyadmin great tool [01:19] dirkson: u on ati? [01:19] <_sebastian> yes I been using phpmyadmin zim [01:19] Frogzoo: Nvidia. [01:19] <_sebastian> and I try to log in and stuff [01:19] <_sebastian> and I get error message === the_real_gallows [n=gallows@81-178-77-10.dsl.pipex.com] has left #ubuntu ["Leaving"] [01:19] _sebastian: do you see any output from "pgrep -l mysql" ? === robotgeek is now known as robotgeek_away [01:19] pnoob: I see. That CPU must be out of stock. Sorry. [01:20] ok in the mysql db there is a user table [01:20] <_sebastian> MySQL noob. what's pgrep -l mysql? [01:20] dirkson: there a tool for setting res for dual mode - mebbe nvidia have something similiar === wastrel [n=wastrel@HOLMES2.BIO.NYU.EDU] has left #ubuntu ["Leaving"] === quitit [n=ahmad@jt1ba-329.tky.hut.fi] has joined #ubuntu [01:20] Goldfish, no sweat just thought yu were scranking me. [01:20] pnoob: AMD Athlon 64 3200+ Winchester 1GHz FSB Socket 939 Processor Model ADA3200BIBOX - Retail [01:20] where is libglade located ? [01:20] quitit: locate libglade ? [01:21] Frogzoo: Great idea- I do have a little nvida app, I'd forgotten about it [01:21] Goldfish, is this what you have or what? [01:21] Goldfish: please join #ubuntu-offtopic for that [01:21] add you password in the root record but change the data type to password [01:21] _sebastian: pgrep is "process grep" - it lists processes that are running [01:21] pnoob: you and Goldfish please talk about that in #ubuntu-offtopic [01:21] <_sebastian> I am a MySQL begginer. What's pgrep -l mysql [01:21] Okay! [01:21] <_sebastian> right so that's a command for the shell right? === eric_ [n=eric@206.167.184.32] has joined #ubuntu [01:22] then edit phpmyadmin config so it can access you mysql server again [01:22] _sebastian: yep [01:22] pnoob: Meet me there, okay? === yodoy [n=asdsad@host86-130-145-11.range86-130.btcentralplus.com] has joined #ubuntu === render [n=render@213-140-21-234.fastres.net] has joined #ubuntu [01:22] nalioth, yeah just a noob sorry. [01:22] Hey, once I have installed it [01:22] how do I start X :O? [01:22] <_jason> chrisx1, your best bet is probably google at this point. If I were you I would read man mplayer first and look into the 'autosync' option (you can search a man page by press the '/' and typing 'autosync' then enter). Also, the shortcut keys '+' and '-' are responsible for audio delay. [01:22] yodoy: just boot === johnl [n=johnl@cpc2-leds4-5-1-cust127.leed.cable.ntl.com] has joined #ubuntu [01:22] frogzoo, type 'boot' ? === drayen_ [n=drayen@81-1-111-24.homechoice.co.uk] has joined #ubuntu [01:23] hi [01:23] yodoy: turn on comp - select Ubuntu from grub screen & login [01:23] _sebastian remeber to edit the conf file in phpmyadmin withyour new password === zblach [n=zblach@toronto-HSE-ppp4048761.sympatico.ca] has joined #ubuntu [01:23] _jason: i used -autsync 20 [01:23] ty [01:23] then messed wth =/- [01:23] cya === aleksi_ [n=aleksi@193.229.161.39] has joined #ubuntu [01:23] can anyone tell me the default location for firestarter ? .. trying to add it to the startup process in 'sessions' [01:23] Frogzoo: Unfortunately, it just seems to be a GUI frontend for xorg.conf... Useful in a way, but it doesn't allow me ANY options resolution at all :-/ [01:23] yodoy: gdm starts up by default [01:23] frogzoo: thanks [01:23] I broke my breezy installation by installing the dapper kernel to test it. can any one help me? I usually know what I'm doing, but I'm stumped. [01:24] <_jason> chrisx1, huh? [01:24] <_sebastian> sebastian@ubuntu:/$ pgrep -l mysq [01:24] <_sebastian> 10343 mysqld_safe [01:24] <_sebastian> 10450 mysqld [01:24] <_sebastian> 10526 mysql-admin === mode/#ubuntu [+o nalioth] by ChanServ === _sebastian [n=sebastia@82-45-40-179.cable.ubr02.azte.blueyonder.co.uk] has left #ubuntu [requested] [01:24] found it! write lines like "fsset ext3 none" in /etc/gamin/gaminrc, and then killall -9 gam_server ;-) === mode/#ubuntu [-o nalioth] by ChanServ [01:24] thanks for you great help [01:24] bye === haypo [n=haypo@tchoy.net] has left #ubuntu ["Quitte"] === jsubl2 [n=jsubl2@72.48.95.220] has joined #ubuntu === _sebastian [n=sebastia@82-45-40-179.cable.ubr02.azte.blueyonder.co.uk] has joined #ubuntu === czer323 [n=czer323@cpe-24-210-72-75.columbus.res.rr.com] has joined #ubuntu [01:24] can FDISK fix partition tables somehow? [01:24] <_sebastian> ah kicked out [01:24] johnl: In future, rename old kernel something like 'oldkernel.old', and put an entry in grub for it. I'm not enough of a guru to help you know, though :-/ [01:24] <_sebastian> ,because I copyed some lines from the shell and put here [01:24] _sebastian: please do not paste in here, see the /topic === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu [01:25] johnl: *now [01:25] dirk: well I used the deb packages, so grub handles all that :) [01:25] johnl: Ahhh, ok : ) [01:25] <_jason> chrisx1, here this may get you started: http://www.mplayerhq.hu/DOCS/HTML/en/bugs-audio.html#bugs-delay-all [01:25] frogzoo, any documentation on dualbooting ubuntu? [01:25] So, can anyone at all help me with my DVD burner? === Dethread [n=Dethread@m010f36d0.tmodns.net] has joined #ubuntu [01:25] !tell yodoy about dual boot [01:25] !tell yodoy about dualboot [01:26] johnl: edit /boot/grub/menu.lst [01:26] !tell quitit about dualboot [01:26] frogzoo, tbh it seems to be something to do with udev [01:26] <_sebastian> pgrep -l mysq comes up with three MySQL things [01:26] new dapper kernel pulled in new udev packages === Djrom [n=Admin@dau94-4-82-229-166-160.fbx.proxad.net] has joined #ubuntu [01:27] new kernel didn't boot, so I went back to old kernel (and now old udev) but having serious problems === marky [n=marky@84.12.195.57] has joined #ubuntu [01:27] hotplug won't load firmware for my ipw2200 card === thenuke [i=thenuke@a84-231-97-80.elisa-laajakaista.fi] has joined #ubuntu [01:27] hi all [01:27] mouse modules not loaded [01:27] dirkson: heres how they do it in gentoo - should help http://gentoo-wiki.com/HOWTO_Dual_Monitors#TwinView [01:28] <_sebastian> So how to ceate a MySQL root password? [01:28] <_sebastian> someone told me, but hten I got kicked out so all that went bye bye === gverig [n=gverig@12.44.117.10] has joined #ubuntu === simonvallore [n=simonval@adsl-70-241-54-45.dsl.tulsok.swbell.net] has joined #ubuntu [01:28] l === ryan_ [n=ryan@cpe-65-29-222-193.cinci.res.rr.com] has joined #ubuntu [01:28] ubotflu: tell _sebastian about logs [01:28] is there a way i can remote destop to linux via a windows xp computer ? [01:28] Hey, what are the other IRC channels for UBUNTU? [01:29] <_sebastian> oh so there is a IRC chat log. I was wondering if there was or not [01:29] anyone use wireless on ubuntu? [01:29] !channels [01:29] frogzoo: Are you smoking crack? === Mabus06 [n=Nick@hlfxns0149w-142177144076.ns.aliant.net] has joined #ubuntu [01:29] get two linux computer? [01:29] Frogzoo: Cool, thanks : ) (My Ubuntu is so messed up you might as well call it gentoo anyway *wink*) [01:29] frogzoo: help.ubuntu.com will answer your question [01:30] <_sebastian> Marky wireless and any LInux distro. usually a night mare. Hardwired is better [01:30] _sebastian: any luck yet? [01:30] I need to find firestarters 'startup' file so I can add it to the programlist that starts when I boot the computer ... how can I find it when the search option doesnt come up with any results ? [01:30] anyone know something bout bzflag? [01:30] ryan_: only that it is a game [01:30] lol [01:30] thx nalioth pnoob -> help.ubuntu.com [01:30] :P [01:30] _sebastian: I just installed mysql-server and set the root password, like this: /usr/bin/mysqladmin -u root password mynewpassword [01:30] hahahaha === Killer_Smurf [n=Killer_S@S0106000c76ba0623.cg.shawcable.net] has joined #ubuntu [01:30] i've ot it kinda running , it sees the card etc, just wondered what the best apps are , got rader and fwifimanager === Trilom [n=Trilom@pool-70-109-21-225.atl.dsl-w.verizon.net] has joined #ubuntu [01:31] <_sebastian> any luck ? nope all I done is the pgrep -l mysq thing and it came up with three MySQL things. [01:31] rosen: all startup scripts are in /etc/init.d [01:31] <_sebastian> I think I tryed that command eariler and woudn't work [01:31] <_sebastian> i'll try again [01:31] http://www.rainydawg.org/listen/high.m3u good music [01:31] _sebastian: tell me what it tells you [01:31] my folks have a p3 400mHz with 512 ram, would ubuntu w/gnome run any faster than windows xp with firewall and anivirus? [01:31] anyone one know of some cool wifi wireless apps? [01:31] is there a set Ubuntu64 channel? [01:31] drayen_: you are in it [01:32] marky: I installed network-manager yesterday. Just what I wanted. [01:32] nalioth, ahh okay [01:32] factotum: it will run faster, yes [01:32] network manager [01:32] dooglus, ah hey again :) ... should I worry about the 'order' ? === kauschovar [n=kauschov@c-67-174-212-13.hsd1.ca.comcast.net] has joined #ubuntu [01:32] Need help with sound, i have a C-Media PCI card and i have ran XMMS and when i play a song i get a could not open audio error, help please. [01:32] goldfish , where did you get t from? [01:32] anyone know why sound works fine in game then after exit and reopen i get no sound? [01:32] <_sebastian> how can I tell you by copying from shell and not getting booted out? [01:33] !pastebin [01:33] rumour has it, pastebin is a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org [01:33] nalioth: thanks, I dont have much experience with head to head performance between the two :P [01:33] _sebastian: you were sent a link from ubotflu about where to paste things [01:33] <_sebastian> yes I went to that page [01:33] <_sebastian> looked like a load of [01:33] <_sebastian> ,but ok i'll try it [01:33] rosen: these things usually look after themselves. look in /etc/rc2.d/ - it's full of links to /etc/init.d/, and defines what gets 'S'tarted at runlevel 2 and what gets 'K'illed. runlevel 2 is the default level [01:33] _sebastian: paste into pastebin - then post the URL back here so peeps can find it [01:33] factotum: default ubuntu needs no firewalls or a/v === Phoul [n=death@37-189-254-84.skylogicnet.it] has joined #ubuntu [01:33] _sebastian: you can send me a private message if you like, or use the pastebin [01:33] <_sebastian> ok === Voodoo_Vibe [n=macke@c-9473e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #ubuntu === RustyJames [i=miomeinm@dslb-082-083-051-245.pools.arcor-ip.net] has joined #ubuntu [01:34] factotum, but it might not burn DVDs [01:34] im trying to get JEdit to run in Ubuntu64, but when i try to run it i get an out of memory error... :S [01:34] <_sebastian> private message? yes 1 on 1 chat is good. how we do that? I am quite new to IRC really only used it a few times [01:34] dooglus, allright I'll check it out ... thanks again mister oracle man === simprix [n=simprix@h69-128-219-102.69-128.unk.tds.net] has joined #ubuntu === lucis [n=sam@adsl-70-232-80-225.dsl.ltrkar.sbcglobal.net] has joined #ubuntu === Phoul [n=death@S0106004005b748fa.wp.shawcable.net] has joined #ubuntu [01:34] Is there a deb for limewire? [01:34] Is anyone actually running banshee on dapper ? [01:34] !find network-manager [01:34] _sebastian: you need to be registered with nickserv to send private messages. easiest way is probably to join #flood and paste in there [01:35] network-manager: (network management framework daemon), section universe/net, is optional. Version: 0.4.1+cvs20050817-0ubuntu4 (breezy), Packaged size: 295 kB, Installed size: 1384 kB [01:35] nalioth: yeah i know that, added bonus! Ive just flopped back and forth between linux and freebsd for the last couple years. Windows hasnt been on this system since i built it two years ago. Before that it was only win2k [01:35] ok? [01:35] Phoul, limewire works quite well with alien === psychocat [n=v3l@dhcp-66-212-215-75.myeastern.com] has joined #ubuntu [01:35] marky: Got it? [01:35] thats why i was kind of scratching my head on that one [01:35] ubotflu thanks [01:35] gern geschehen, marky [01:35] goldfish, yes thanks [01:35] !botsnack [01:35] thanks goldfish :) === psychocat [n=v3l@dhcp-66-212-215-75.myeastern.com] has left #ubuntu ["Konversation] [01:35] marky: ubotflu is a bot - just btw :) [01:36] PhilH, whats alien? [01:36] Anybody knows if xfce supports WM-level keyboard layour switch or do I have to go into xorg.conf? [01:36] anyone know why sound works fine in game then after exit and reopen i get no sound? [01:36] ubotflu: tell Phoul about restricted [01:36] !limewire [01:36] [limewire] first you need !java, then download the http://www.limewire.com/LimeWireSoftOther and unpack it. Then just run the runLime.sh file. Voila. [01:36] Need help with sound, i have a C-Media PCI card and i have ran XMMS and when i play a song i get a could not open audio error, help please [01:36] nalioth, i dont have a working JRE [01:36] everytime i do it it dont work === HarryB [n=doug@ppp2D28.dsl.pacific.net.au] has joined #ubuntu [01:36] !sound [01:36] from memory, sound is https://wiki.ubuntu.com/DebuggingSoundProblems or http://wiki.ubuntu.com/SoundProblemsHoary [01:36] !automatix [01:36] hmm... automatix is crap [01:36] <_jason> Phoul, have you used the java .debs? [01:36] lol === redvelvet [n=JWest672@pcp986157pcs.northw01.in.comcast.net] has joined #ubuntu [01:37] jason no [01:37] frogzoo lol i'd guessed === DRAGON_Ultra [n=DRAGON_U@adsl-70-232-60-5.dsl.ltrkar.sbcglobal.net] has joined #ubuntu [01:37] <_jason> ubotflu, tell Phoul about javadebs [01:37] ubotflu: tell Phoul about java [01:37] i really like this distro a lot and am recommending the heck out of it and passing out cd's like mad, but damn i miss my slackware. I feel like im on some sad half-baked distro/OS love triangle. down to 3, but only one system...*violin music* === Jormundgand [n=ubuntu@cpc2-oxfd8-4-0-cust65.oxfd.cable.ntl.com] has joined #ubuntu [01:37] ubotflu tell marky about shh [01:38] factotum: Slackware, ubuntu, what is the 3rd? [01:38] How can I add the Network Servers icon to computer:///? [01:38] lol [01:38] freebsd === wastrel [n=wastrel@HOLMES2.BIO.NYU.EDU] has joined #ubuntu [01:38] When I drag it across from the Places menu I get an error about overwriting. [01:38] wow, i got my wireless card to work. [01:38] or any bsd really [01:38] factotum: you can always save slack for your usbkey..they have a nice modular thing going on that deal [01:38] I have to run. I'll be back. My mlinux.org meeting awaits. === TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu [01:38] dear people, [01:38] hmm [01:38] cant seem to find libglade-config [01:39] how do i configure a service to run on boot? [01:39] wastrel: just ask your question - pls no prelims [01:39] slack...on usb... sorry, drooling. one sec. [01:39] Is anyone actually running banshee on dapper ? [01:39] wastrel: you need to write a /etc/init.d script & link in the /etc/rcx.d [01:39] this may be a lame question, but are there any linux versions of aol === DjLinX [n=linx@dsl51B67FAA.pool.t-online.hu] has joined #ubuntu [01:39] wastrel: well in gentoo, rc-update add blah default :P [01:39] <_jason> quitit, install libglade0-dev [01:39] arod--: gaim I think support aol [01:40] well i don't use gentoo anymore :] [01:40] arod--: you mean to chat? try kopete or gaim to chat [01:40] frogzoo and PokerFacePenguin, i mean for e-mail. [01:40] what is a good mp3 player? [01:40] arod--: no aol support in gaim it seems... [01:40] and also, something to stream live music [01:40] redvelvet: i like the Creative Zen Touch [01:40] arod - doesnt AOL have webmail / POP interface? [01:40] for AOL mail? === JairunCaloth [n=daniel@71-14-42-161.dhcp.crtn.ga.charter.com] has joined #ubuntu [01:41] Redvelvet, cowon makes very good ones that support OGG vorbis [01:41] <_jason> redvelvet, try Beep Media Player [01:41] redvelvet: if you mean app try xmms [01:41] redvelvet: try the iaudio stuff [01:41] frogzoo - AOL = AIM === RedRose [n=TheStupi@c-24-1-134-125.hsd1.tx.comcast.net] has joined #ubuntu [01:41] drayen_: ah [01:41] redvelvet: as in a software or like an ipod? [01:41] im sorry... i meant a good linux mp3 player [01:41] Can someone help me, I need to redo my kernel so it will work with my new video drivers. [01:41] i have an iriver h140 [01:41] redvelvet: xmms is my favorite === ksmurf [n=Killer_S@S0106000c76ba0623.cg.shawcable.net] has joined #ubuntu [01:41] is there any way from a terminal that i can start an X window(I.E. Gaim)? === ksmurf [n=Killer_S@S0106000c76ba0623.cg.shawcable.net] has left #ubuntu ["Leaving"] [01:41] on the main X server? [01:41] xmms rocks, you can use winamp skins with it [01:41] Redvelvet, i like Amorok === myke [n=myke@213.31.44.66] has joined #ubuntu [01:41] anyone know how to download the debs... === Matambo_2-2 [n=Matambo_@200.75.221.66] has joined #ubuntu [01:41] Amarok* [01:41] but there is also Beep media player mplayer, some k one :/ quodliet [01:42] beep music player is like XMMS but better [01:42] thats very cool [01:42] amarok is the k one [01:42] amarok rocks [01:42] <_jason> Phoul, right click -> save as [01:42] RedRose: yup - 'gaim' - done [01:42] does anyone ever have problems with d4x [01:42] God dammit jason [01:42] ? [01:42] I know that lol [01:42] rythmbox is pretty good, but not exactly what you might call feature rich [01:42] RedRose: gaim & is probably what u are looking for [01:42] <_jason> Phoul, then what's the problem :) === kbrooks [n=kbrooks@unaffiliated/kbrooks] has joined #ubuntu [01:42] How do i get it working [01:42] I have installed a JRE before [01:42] And it didnt work [01:42] yes, i just got rythmbox to play mp3's but its just not that great [01:42] !info breezy prozilla [01:42] <_jason> Phoul, you dpkg -i it? [01:43] Jason [01:43] I dont have a deb... [01:43] Rhythmbox is one of those projects with not a lot of feature but tons of possibility. [01:43] !info prozilla [01:43] <_jason> Phoul, ubotflu told you the link where to get it [01:43] redvelvet, Amarok is for KDE but it looks fine in gnome. it's similar to itunes, lots of features [01:43] well, beep music player is my favourite, i like the idea of Rhythmbox, but it just isn't quite there, a bit like Ubuntu really :) [01:43] can someone help me. [01:43] kbrooks: ask your question [01:43] !info prozilla breezy [01:43] tell you what, linux on this laptop is a pain in the ass to get working. [01:43] kbrooks: it isn't there. [01:44] ubotu says it doesnt exist [01:44] kbrooks: no prelims - just leap in pls [01:44] Hi all- I'm trying to set up dual monitors, but whenever I turn on my compy without having the second monitor plugged in, then plug it in later, Ubuntu makes the second monitor 640x480, instead of the 1024x768 I have specified in xorg.conf. Is there any way to FORCE it to only use 1024x768? Using an NVidia card if that helps === mjr_ [i=mjr@aulis.sange.fi] has joined #ubuntu [01:44] the cpu scaling is really messed up. [01:44] nalioth, but it installed for me [01:44] ages ago === mjr_ is now known as mjr [01:44] <_jason> Phoul, do you see where to get it? [01:44] kbrooks: then you must be blessed, cuz it doesnt exit in breezy or dapper [01:44] dirkson: no luck @ that link? === lucis [n=sam@adsl-70-232-80-225.dsl.ltrkar.sbcglobal.net] has left #ubuntu [] [01:44] ok how am i supposed to talk to a device if i never know what the device node is going to be called on the filesystem? [01:44] nalioth, why not? [01:44] why wwas it removed? === OpnSrc [n=OpnSrc@ppp-69-233-105-126.dsl.irvnca.pacbell.net] has joined #ubuntu [01:45] kbrooks: i'm not privy to that decision [01:45] my usb device was on /dev/ttyUSB0 but now it's on /dev/ttyUSB2 === Shachaf [n=Shachaf@c66-235-25-227.sea2.cablespeed.com] has joined #ubuntu [01:45] goldfish you here === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu [01:45] nalioth, as in? [01:45] How come I see openoffice.org help fules under synaptic package manager but I don't see openoffice itself? [01:45] i only get sound on games but not ina any things on KDE... what could be wrong?? [01:45] wastrel: you've switch USB ports I think [01:45] nalioth, "privy" meaning what? === HarryB [n=doug@ppp2D28.dsl.pacific.net.au] has left #ubuntu ["Leaving"] [01:45] i've installed that network thingy but can't find it to run it [01:46] can i get directx working in wine? [01:46] frogzoo: i haven't, for one, and for another, still i'm supposed to remember to always plug into the same port? [01:46] frogzoo: this is a removable device === Jettis [n=h0h0@a80-186-63-56.elisa-laajakaista.fi] has joined #ubuntu [01:46] is there some wrapper where i can just say "find this in the currently connected usb devices and give me a filename" === ProtectYaNeck [n=ProtectY@dsl-144-028.resnet.purdue.edu] has joined #ubuntu [01:47] _jason, [01:47] Dude [01:47] ubotflu tell marky about network-manager === aggressive [n=aggressi@M2584P015.adsl.highway.telekom.at] has joined #ubuntu [01:47] wastrel: I'm no expert - but I think the map files for hotplug should be able to bind a device [01:47] PM please... [01:47] wastrel: plug it in and typ dmesg int he console [01:47] <_jason> Phoul, just talk here, that way if i lie to you you will know [01:47] and look for anything about USB activity [01:47] Uhh okay [01:47] Frogzoo: Not really :-/ Gives a lot of info on basic stuff, but I've got the monitor mostly set up.... It's just getting it to actually use the resolution I want, reguardless to whether the monitor cable is plugged in [01:48] it's on /dev/ttyUSB3 [01:48] dirkson: you see the mention of dual monitor setup? [01:48] jason okay ubotflu said [01:48] hm it's on both 2 and 3, but it used to be on 0 and 1 [01:48] _jason wants you to know: hmm... javadebs is Sun Java debs packaged for breezy are at http://www.giannaros.org/public/breezydebs/ To install these, open a terminal, cd to the directory you downloaded them to, and type "sudo dpkg -i filename.deb [01:48] Now [01:48] What do i do with that URL === brasi [n=brasi@adsl-ull-146-146.46-151.net24.it] has joined #ubuntu [01:48] <_jason> Phoul, put it in your browser and press enter [01:49] anyone know how i run network-manager [01:49] ? [01:49] ahhh [01:49] i only get sound on games but not ina any things on KDE... what could be wrong?? [01:49] there was a hung process keeping 0 and 1 open [01:49] Voodoo_Vibe: your KDE apps may not be using the right soundserver or are pointing to the wrong device === Knorrie [n=knorrie@2002:915e:9ab4:0:0:0:0:1] has joined #ubuntu [01:49] <_jason> Phoul, except that link is timing out for me right now. Strange because I checked it when I sent it to you... I can dcc you the file if you wish [01:49] n/m [01:49] coag: in kinda newb... how do i check that? [01:50] jason yes please [01:50] its timing out for me to [01:50] hot stuff [01:50] !tell marky about network-manager [01:50] Voodoo_Vibe: it's app specific [01:50] kk i'm not used to working with usb crap === simonvallore [n=simonval@adsl-70-241-54-45.dsl.tulsok.swbell.net] has left #ubuntu ["Leaving"] [01:50] never really used it on my desktop :] [01:50] thank you frogzoo [01:50] coag: ok so then i need to alter it in xmms?? [01:50] How can I add the Network Servers icon to the list of icons in computer:///? [01:51] ahh i can tell you hwo to do that [01:51] :P === _jason is now known as _jason|soup [01:51] Voodoo_Vibe: right click on the main xmms window [01:51] and go to preferences === Ophiocus [n=carlos@201.211.156.211] has joined #ubuntu [01:52] Voodoo_Vibe: from there go to plugins and choose output plugins === fdfsg [n=blast@87.116.140.94] has joined #ubuntu === Ophiocus [n=carlos@201.211.156.211] has joined #ubuntu [01:52] coag/frogzoo thx cuties luv you [01:52] Voodoo_Vibe: change the plugin there from OSS to ALSA and you're on your own from there since i don't know your machine [01:52] wastrel: ahhhhhh [01:52] coag: OK! Thanx!! [01:52] worked i take it? [01:53] well [01:53] I upgraded from warty to hoary [01:53] I reboot now? === Suentis [n=alan@pcp04368155pcs.nrockv01.md.comcast.net] has joined #ubuntu [01:53] bulio: you do realize breezy is out now right? === RiCON [n=baka@84.90.87.29] has joined #ubuntu [01:54] I know [01:54] bulio: yes though, you need to reboot into the new kernel [01:54] gave me problems, not upgrading to it [01:54] it ends like this: [01:54] Setting up openoffice.org-gtk-gnome (1.1.3-8ubuntu2.3) ... [01:54] root@emachine:/home/bulio # [01:54] right? === Ophiocus [n=carlos@201.211.156.211] has joined #ubuntu [01:54] rebooting now [01:54] wish me luck :) [01:55] hello === HymnToLife is away: Sleeping === Zugwrack [n=zugwrack@cpe-70-120-176-147.houston.res.rr.com] has joined #ubuntu [01:55] can i ask troubleshooting questions here? === Ophiocus [n=carlos@201.211.156.211] has joined #ubuntu [01:55] coag: got it working now!! BIG thanx!!! [01:55] RiCON > yes, the place is meant for that [01:55] hehe, thx ^^" [01:56] frogzoo: Sorry for long pause. Yes, I did. [01:56] ok, my problem is this: === Ramphis02 [n=loklo@DialUp-StoDgo67.tricom.net] has joined #ubuntu [01:56] when i go to install ubuntu, it says it's having trouble reading from the cd [01:56] files from baseconfig-udeb === HymnToLife is listening to Goodnight Kiss (Live at Budokan) by Dream Theater === wastrel [n=wastrel@HOLMES2.BIO.NYU.EDU] has left #ubuntu ["Leaving"] [01:56] how can i add an application to the application menu [01:56] i already burned 3 isos [01:56] RiCON > then it is ertainly a bad CD [01:57] so it can't be that [01:57] techrush, which ubuntu version? [01:57] ricon what os you running [01:57] RiCON > try burning them at lower speed [01:57] right now? xp [01:57] ok [01:57] hmm [01:57] 4x low enough? === bcroq [n=bertrand@lns-bzn-51f-81-56-130-182.adsl.proxad.net] has joined #ubuntu [01:57] 5.10 [01:57] yes [01:57] RiCON: burn slowly, check md5 checksum matches [01:57] checked already [01:57] right click on the applications menu [01:57] it's the speed I burn important stuff generally === greatgazoo [n=Charlie@ool-457002d7.dyn.optonline.net] has joined #ubuntu [01:57] thanks [01:57] checked using jigto too [01:58] jigdo* [01:58] techrush, click edit menus [01:58] i'll try burning at 4x then [01:58] jigdo stinks [01:58] lol [01:58] i used md5 first :P [01:58] it is too damn slow === drayen_ [n=drayen@81-1-111-24.homechoice.co.uk] has left #ubuntu ["Leaving"] [01:58] What do I put in fstab to write to a Fat32 partition? === earldude1 [n=rickbman@c-67-177-47-57.hsd1.ut.comcast.net] has joined #ubuntu [01:58] !fat32 [01:58] well, fat32 is http://www.ubuntulinux.nl/files/winmac_fstab [01:59] LOL === xophEr [n=xopher@a84-230-124-206.elisa-laajakaista.fi] has joined #ubuntu [01:59] cheers [01:59] ubotflu, THAT's a nick :p [01:59] HymnToLife: What? [01:59] I have a question about Apache2 in ubuntu. in the user guide for setting up [01:59] How do I map URLs to folders outside /var/www/sudo gedit /etc/apache2/conf.d/alias [01:59] !apache [01:59] somebody said apache was https://wiki.ubuntu.com/ApacheMySQLPHP or, for Ubuntu server information, http://www.ubuntulinux.org/support/documentation/faq/installation-custom [02:00] oops === marky [n=marky@84.12.195.57] has joined #ubuntu [02:00] I am getting an error when trying to upgrade: It is short ok to past here? [02:00] that question didn't make sense [02:00] *paste [02:00] let me try again. [02:00] !pastebin [02:00] extra, extra, read all about it, pastebin is a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org === xspades [n=Lenny@69.9.185.116] has joined #ubuntu === zblach_ [n=zblach@toronto-HSE-ppp4048761.sympatico.ca] has joined #ubuntu [02:01] chaps , i'm back i just restarted to see if that "network-manager" ewould turn up in my menu , but no luck, any idea? [02:01] marky > try running "sudo network-admin" from a terminal [02:01] do any linux media players play mp4? [02:01] ok [02:01] Ok here is the link: http://paste.ubuntu-nl.org/5726 [02:02] redvelvet > which kind of mp4 ? [02:02] why does the user guide specify to create a file called "alias" inside the directory /etc/apache2/conf.d/ for mapping folders outside of /var/www? What is the conf.d directory for and how does apache know to look for this alias script? === nekostar [i=UPP@unaffiliated/starscalling] has joined #ubuntu [02:02] !tell earldude1 about apache [02:02] hymtolife: the audio [02:02] maybe its m4p === Voodoo_Vibe [n=macke@c-9473e455.54-0015-74657210.cust.bredbandsbolaget.se] has left #ubuntu ["Konversation] === ToR911 [n=tor@bzq-84-108-27-88.cablep.bezeqint.net] has joined #ubuntu [02:03] redvelvet > hmm, tried vlc ? [02:03] hymmtolife , thats the standard network thingy , i just installed something called "network-manager but i can't find it , and it won't run from terminal === squire [n=squire@213-162-107-186.squire570.adsl.metronet.co.uk] has joined #ubuntu [02:03] hello all, how can i change my current language keyboard input? [02:03] whats the dp command thingy [02:03] I can never remember [02:03] <_jason|soup> !deb [02:03] I guess deb is To install a deb: sudo dpkg -i filename.deb [02:04] Phoul: sudo dpkg -i x.deb [02:04] Debian PacKaGe === bulio [n=bulio@unaffiliated/bulio] has joined #ubuntu [02:04] YAY! [02:04] warty works :P === HymnToLife applauses [02:04] bulio: wtf? upgrade to breezy [02:05] now you can try Hoary :p [02:05] hehe, why are you installing warty? === Neurosis [n=Neurosis@h209-139-251-30.gtconnect.net] has joined #ubuntu [02:06] Does anyone know of Linpal? [02:06] because it's s0 1337 :p === josh__ [n=josh@197.9.233.220.exetel.com.au] has joined #ubuntu [02:06] Selecting previously deselected package sun-j2re1.5. [02:06] (Reading database ... 110774 files and directories currently installed.) [02:06] Unpacking sun-j2re1.5 (from sun-j2re1.5_1.5.0+update05_i386.deb) ... [02:06] Setting up sun-j2re1.5 (1.5.0+update05) ... [02:06] Now what >.> === mode/#ubuntu [+o nalioth] by ChanServ === AgentPeay [n=AgentPea@pcp09930717pcs.tulipgrove.tn.nash.comcast.net] has joined #ubuntu [02:06] how do u switch the keyboard input language with a shortcut (like ALT-SHIT) in Windows? [02:06] !tel Phoul about pastebin [02:06] HymnToLife: Are you smoking crack? [02:06] Phoul: please read the /topic === mode/#ubuntu [-o nalioth] by ChanServ [02:06] Woops... [02:06] !tell Phoul about pastebin [02:06] Sorry [02:06] <_jason|soup> ubotflu, tell Phoul about multijava [02:06] I GET IT [02:06] jason [02:06] <_jason|soup> Phoul, make sure it is using j2re [02:06] It set it up and unpacked it === seife [n=arturo_m@200.109.81.77] has joined #ubuntu [02:07] what do i do now [02:07] :/ [02:07] Can someone help me with a make error on Linpal? === rudiz [n=rudiZ_@e189253.upc-e.chello.nl] has joined #ubuntu [02:07] ubotflu: tell Neurosis about paste [02:07] Ok so how do I flush my cache /var/cache/apt? === Bizzeh [i=bizzeh@host86-137-77-83.range86-137.btcentralplus.com] has joined #ubuntu [02:07] looks like network-manager is buggy [02:07] hey [02:07] Neurosis: see the PM ubotflu sent you and paste your error, please [02:07] can't get it to fire up === Goldfish [n=gregturn@rrcs-24-73-144-154.se.biz.rr.com] has joined #ubuntu [02:07] Zugwrack: sudo apt-get clean [02:07] !beer time [02:07] mrkoje: Do they come in packets of five? [02:07] Zugwrack > sudo rm /var/cache/apt/* [02:07] i have tried 3 times to get ubuntu to install to a second partition on my drive, WITHOUT it messing with my mbr [02:07] but [02:07] it wont [02:08] bimberi: Thank you [02:08] ok [02:08] Zugwrack: np :) [02:08] Bizzeh > then skip the GRUB install part [02:08] Bizzeh: you'll need to make a grub boot floppy === Techie_dude [n=jared@209.168.159.192] has joined #ubuntu [02:08] pasted [02:08] can i make grub install to the partition and NOT the mbr? [02:09] Neurosis: can you tell us the URL of the pastebin? [02:09] then i can dd the first 512bytes and make it boot with ntldr [02:09] how can i make sure my secondary network card runs at startup? [02:09] i unzipped the java run time package and then ....nothing what do i do to set it up? [02:09] Bizzeh: I would install grub on to the MBR if I were you [02:09] it is easier [02:09] Techie_dude: did you visit hte wiki page for java? [02:09] i did it in the flood channel [02:09] Ophiocus, the same way you make sure that your primary network card runs at startup [02:09] Hey nalioth: What up? [02:09] then i cant boot windows on my main partition [02:09] no...okay.... [02:09] cos ntldr is gone [02:09] Neurosis: you should let us know so we can be watching [02:09] Bizzeh: of course you can, grub can boot windows just fine [02:09] Zugwrack: samesame [02:10] and u need ntldr to chainload, since grub cant nativly boot windows [02:10] Bizzeh: No. GRUB will allow you to select between windows and linux [02:10] ok ill paste in the flood channel again [02:10] sethk, tried that, doing nothing dosent work ;) [02:10] Bizzeh: ntldr is located on the windows partition, and grub can load it === benoy [n=benoy@bing85.brandywine.binghamton.edu] has joined #ubuntu === quacker [n=w00t@S01060030ab077a70.cg.shawcable.net] has joined #ubuntu [02:10] unlike windows boot loader... [02:10] Bizzeh: my grub boots winXp just fine [02:10] Ophiocus, I didn't say to do nothing [02:10] Partition your master hdd into 2, install linux onto the second partition, and grub should work fine [02:10] hi, can anyone help me with cache in ubuntu [02:10] pasted [02:10] nalioth: same here :) [02:10] Ophiocus, you didn't "do nothing" about your other network card. The fact that the install program did it for you doesn't make any difference [02:10] the same way you make sure that your primary network card runs at startup <= nothing [02:10] I am trying to find a website i visited earlier but I earesed the history === CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu [02:11] yo! [02:11] though i have windows ME, which is why I use ubuntu :P [02:11] in fact, partition it into 4 [02:11] Ophiocus, no, if you do nothing, neither will run [02:11] how well does ubuntu support wireless? [02:11] can I use the cache to find the website? [02:11] ubotflu: tell Bizzeh about wireless [02:11] Ophiocus, you misunderstand what happens during install [02:11] Windows, /, swap and /home [02:11] depends on your card Bizzeh [02:11] !tell Bizzeh about wireless [02:11] TI card, uses acx111 === warren_ is now known as wnorrix [02:11] Ophiocus, now, you can run the same "nothing" that you ran to configure your primary card, to also configure your secondary card [02:11] sethk, command or link [02:11] see the paste? [02:11] tell me about wireless aswell [02:11] Ophiocus, administration/network [02:12] how come after running synaptic, "the following packages were not upgraded: Linux-image-386, Linux-restricted-modules-386" [02:12] why? [02:12] !wireless [02:12] wireless is, like, totally, https://wiki.ubuntu.com/HardwareSupportComponentsWirelessNetworkCards [02:12] Hmmm...synaptic locked up...said so..I told it to force quit...now the icon for the update monitor has disappeared? [02:12] Does anyone here know how to play mp3 files in ubuntu? [02:12] anyone??? [02:12] josh - noatun === jaawood [n=jared@dsl081-150-248.chi1.dsl.speakeasy.net] has joined #ubuntu [02:12] !mp3 [02:12] mp3 is, like, a non-free format. To enable mp3 capability, read https://wiki.ubuntu.com/RestrictedFormats [02:12] !tell josh__ about mp3 [02:12] how can i get a list of all running process's ? [02:12] josh - aromark [02:12] <_jason|soup> benoy, try about:cache [02:12] CaptainMorgan, make sure you have universe repositories , those are restricted packages [02:12] amarok* [02:12] ElitePete: ps -ef [02:12] ps -ax [02:12] ty [02:12] ElitePete: ps aux === drayen_ [n=drayen@81-1-111-24.homechoice.co.uk] has joined #ubuntu [02:12] how do i do that? [02:12] marky: you can /msg ubotflu yourself (if registered) [02:13] ophicous how do know? do i check a box to get universe repos'? [02:13] <_jason|soup> benoy, instead of 'www.google.com' put 'about:cache' and press enter [02:13] !repos [02:13] rumour has it, repos is http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) see also !easysource [02:13] oh ok === chaumurky [n=mainacco@203-214-141-96.perm.iinet.net.au] has joined #ubuntu [02:13] ElitePete: If you are looking for something specific you can ps -ax |grep [02:13] !repos [02:13] nalioth? [02:13] :/ [02:13] CaptainMorgan: u can enable repos through synaptic [02:14] CaptainMorgan, synaptic=>setting=>repositories ,.. simply select everything if you aint sure what you need [02:14] 5749 ? SLl 0:27 xine /home/pete/Desktop/Downloads/Azureus/Doobie Brot [02:14] how do i kill that? [02:14] ElitePete: kill -TERM 5749 [02:14] ElitePete: kill 5749 [02:14] ElitePete: kill 5749. If that doesn't work, kill -9 5749 === Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu [02:14] omg.. didn't know about that.. ophiocus.. === greatgazoo [n=greatgaz@ool-457002d7.dyn.optonline.net] has joined #ubuntu === zblach_ [n=zblach@toronto-HSE-ppp4048761.sympatico.ca] has left #ubuntu ["Leaving"] [02:15] What is the name of the package monitoring program? [02:15] Synaptic === Pupeno [n=pupeno@host102.201-252-3.telecom.net.ar] has joined #ubuntu [02:15] yea [02:15] neither did i, someone told me, now i pass the favor, hope it helps [02:15] what is meant by putting an exclamation mark in the beginning of your comments here? [02:16] synaptic is the easiest way to install programs :P [02:16] !ubotflu [02:16] HymnToLife: I don't know, could you explain it? [02:16] Synaptic, yuck [02:16] . [02:16] well earldude1 it's to tell ubotflu to explain something [02:16] earldude1: it requests a response from ubotflu (a bot) [02:16] hey, im trying to get JEdit to run, i installed java via the automatrix, but when i run JEdit from the command line i get GC Warning: Out of Memory! Returning NIL! - any ideas? [02:16] so we don't have to repeat the same thing over and over again [02:16] !botsnack [02:16] :) [02:16] !ubotu [02:16] Yep, that's me! I'm a bot alright. Read http://wiki.ubuntu.com/UbotuUsage to find out how to use me. Do NOT play with me in any channel. === fdelacruz [n=fdelacru@222.126.113.36] has joined #ubuntu [02:17] Why is ubotflu ill? :( [02:17] guys morning [02:17] what's a good channel to ask about usb wifi adapters that work well with linux? === bulio_ [n=bulio@toronto-HSE-ppp3948415.sympatico.ca] has joined #ubuntu [02:17] guys how can I update manually my webmin, rigth now Im using 1.230 I got this when I install using apt-get, I need to upgrade it to 1.250 so that I can install the module of samba and squid === Knowerrors [n=stormsur@Node93-175-53-66.1dial.com] has joined #ubuntu [02:17] of course synaptic is easy... but I couldn't figure out why it wasn't installing certain modules.. [02:17] fdelecruz: Or evening depeding :-) [02:17] I used pppoeconf to setup my internet connection [02:17] now I put on my router [02:17] sinvce the router handles PPPOE, and the conf is running, it messes up internet [02:18] MickMcMack: ubotu's normal server is having connectivity issues :) [02:18] Zugwrack hi, any idea how can I update my webmin? [02:18] how come after running synaptic, "the following packages were not upgraded: Linux-image-386, Linux-restricted-modules-386" [02:18] how can I remove the pppoeconf config, and run my router? [02:18] still receiving that [02:18] Ah, thanks bimberi - was just curious. :) [02:18] can someone help me on this make error i get for Linpal? === constantine-xvi [n=andrew@12-208-79-240.client.insightBB.com] has joined #ubuntu [02:18] fdelacruz: Just a sec [02:18] CaptainMorgan > make sure you hit reload after updating the repos === MickMcMack gives ubotflu some cough-medicine. === derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu [02:18] anyone? [02:18] did [02:18] CaptainMorgan, remember to reload your current repositories after adding them [02:19] Ophiocus > pwn3d :p [02:19] how do i install firefox 1.5 , so all users could use it? [02:19] !tissue [02:19] thanks *wipes nose* [02:19] !firefox.5 [02:19] HymnToLife: Syntax error in line 1 [02:19] !firefox1.5 [02:19] I heard firefox1.5 is at https://wiki.ubuntu.com/FirefoxNewVersion [02:19] fdelacruz: How about dselect update === auk [n=scott@h-69-3-181-231.lsanca54.dynamic.covad.net] has joined #ubuntu [02:20] fdelacruz: This comes from reading the man page for dpkg === freakazoid3333 [n=matt@pool-151-197-202-183.phil.east.verizon.net] has joined #ubuntu [02:21] ToR911: only way I know is to dl 1.5, and make a link to the 1.5 script where the old one is, rename it, and rename the old one to firefox.old [02:21] i never get pwn3d , only set back :D [02:21] synpatic telling me it want me to do 'apt-get dist-upgrade' yea right - last time I did that I completely lost X, had to back up everything and I just now reinstalled ubuntu [02:21] by Zugwrack, k I will try that, thanks === dr_willis [n=willis@12-222-81-183.client.insightBB.com] has left #ubuntu ["Leaving"] [02:21] !botsnack [02:21] thanks earldude1 :) [02:21] fdelacruz:np [02:21] wow cool [02:21] ToR911: not elegant, but it works === benplaut [n=benplaut@cpe-70-95-146-177.hawaii.res.rr.com] has joined #ubuntu [02:21] kinda cute even [02:21] !botsnack [02:21] benplaut: Kewl a roadrunner user in HI [02:22] Zugwrack: yup :) [02:22] !tell earldude1 about women [02:22] ubotflu: still sick? [02:22] benplaut: Are you smoking crack? [02:22] nope [02:22] I am :) [02:22] !beer === ubotflu pours mrkoje a cold pint of his favourite beer. === Zugwrack is jealous...HI...wish I was there and doing some snorkelin' === mrkoje thanks ubotflu [02:22] constantine-xvi, ToR911, you can right click the icon, choose properties, and change the invocation command [02:22] that too [02:22] and it just PMed me: "dpkg knew: sick is cool" [02:22] weird... [02:23] i like the complex way sometimes === Rubin is now known as Rubin[work] === mcjerry [n=mcjerry@ip68-99-175-230.mc.at.cox.net] has joined #ubuntu [02:23] !crack [02:23] The primary cause of people asking me the wrong things. [02:23] u know, the reason linux never catches on, is that its such a fucking pain to install stuff [02:23] !tell earldude1 about apache2 [02:23] whats wrong with a simple make === marcin [n=user@194.114.146.58] has joined #ubuntu [02:23] i thought linux had caught on [02:23] im the outcast of outcasts: i use ubuntu, but everyone else in our loose LUG uses gentoo [02:24] can someone help me with a router? [02:24] Does anyone here know how to install internet explorer via wine :)? [02:24] ToR911: why complain? [02:24] How can a bot get the flux ?!? [02:24] josh__: ...why? i hear it is possible tho [02:24] flu is REALLY nasty :p [02:24] what the flux? [02:24] ToR911 - I tried to setup my madwifi.. it required kernel 5.10, I dist upgraded and completely fucked my system.. I back everything up, revert back to 5.04 [02:24] toma: cuz its ez [02:24] <--newbie, just downloaded xmms. what is the command to get the thing to configure, then install? [02:24] josh__, why would you want to do such an atrocity? [02:24] screw that [02:24] ToR911: are you complaining because you cant install something? [02:24] !ie [02:24] rumour has it, ie is Ubuntu Ireland #ubuntu-ie [02:25] i mean, come on i want to isntall firefox, i have to work on it for 20 mins?? [02:25] !apache [02:25] from memory, apache is https://wiki.ubuntu.com/ApacheMySQLPHP or, for Ubuntu server information, http://www.ubuntulinux.org/support/documentation/faq/installation-custom [02:25] not this, you stupid bot :/ [02:25] !msie [02:25] HymnToLife: Bugger all, i dunno [02:25] meh [02:25] josh__, I've tried but it fails, no matter what version -- I think i't because it needs to register some *#$^ing COM++ object using code it can only obtain over t3h intarweb [02:25] Ophiocus: So I can use some other programs with wine that need IE. Im not going to use it :P [02:25] the cd still gives the same error [02:25] ok [02:25] why can't u have a simple install as root commandf [02:25] ToR911: youre obviously not using apt-get. [02:25] can someone help me on this make error i get for Linpal? [02:25] yeh tell me how i can in 2 commands install firefox 1.5 [02:25] josh__ > it is possible, search the forum I remember someone posted a howto about it === orkin\a [n=orkin@209.222.248.137] has joined #ubuntu [02:25] apt-get install firefox [02:26] does using apt-get screw up synaptic in any way? [02:26] are you in dire, desperate need of firefox 1.5? [02:26] josh__, it may be silly of me but, cant those programs be configured to use ff? [02:26] earldude1 > no, it's the same thing [02:26] gold fish: will that install firefox 1.5 ? [02:26] Goldfish, ubuntu doesn't support that version yet -- please read the questions [02:26] ToR911: download the binary from mozilla.org, untarball, and run the sh script [02:26] HymnToLife, sorry to bother, the cd still gives the same error at the same exact place [02:26] Tor911: correction: mozilla.com [02:26] i want to install it to all users, not just me [02:26] how come ubuntu makes my system run like an ancient machine, I expected much better performance form ubuntu [02:27] ./configure; make; make install === os2mac [n=jim@ip68-10-71-214.hr.hr.cox.net] has joined #ubuntu === benkong2 [n=benkong2@cpe-066-057-072-151.nc.res.rr.com] has joined #ubuntu === butcherbird [n=butcherb@12-222-233-82.client.insightBB.com] has joined #ubuntu [02:27] ToR911: and then comes the making link to firefox in location of old firefox [02:27] RiCON > the I don't know... maybe something wrong in your hardware [02:27] orkin\a, how much RAM have you got, etc? [02:27] HymntoLife: why then doesn't php5 show up in my Breezy synaptic package manager? I was able apt-get install it, but it wasn't in synaptic [02:27] ToR911: https://wiki.ubuntu.com/FirefoxNewVersion? [02:27] It's almosty intolerably slow to where it takes me ovfer a minute just to switch between towo apps [02:27] orkin\a: => 512meg ram? [02:27] if you cant follow that within 5 mins, you must be doing something wrong [02:28] and if you want it all in 2 commands, use && [02:28] HymnToLife, what if I try with the DVD version? [02:28] josh__: http://sidenet.ddo.jp/winetips/config.html and http://frankscorner.org === Madz [n=Madzke@210.213.112.2] has joined #ubuntu [02:28] can someone help me on this make error i get for Linpal? [02:28] it has a pentium four [02:28] ! [02:28] Madz: I'm not sure, is it larger than a breadbox? [02:28] orkin\a: surely sounds like mad swapping to me [02:28] RiCON > dunno, try it out [02:28] and sufficient ram to make windows run quickly [02:28] why cant it make linux run quickly? [02:28] even with a livecd and a p3 it isn't that slow :) [02:28] haloo [02:28] toms, and u belive this answers my wishes for isntallation to be simple? [02:28] orkin\a: how much ram? [02:28] 15 lines of commands to install one program [02:28] ToR911: fine. http://kidsquid.com/programs/ubuntu/firefox-1.5.0-0nonfree1_i386.tar.gz === umberleigh [n=umberlei@host86-139-150-249.range86-139.btcentralplus.com] has joined #ubuntu [02:28] 256meg [02:28] earldude1, do yoiu hve multiverse and universe? (installing packages directly from Debian repos is NOT RECOMMENDED -- did you manually edit /etc/apt/sources.list ?) [02:29] Hi! [02:29] unpack, run and and itll install a pretty .deb file for you [02:29] HymntoLife: if apt-get is the same as synaptic, why then doesn't php5 show up in my Breezy synaptic package manager? I was able apt-get install it, but it wasn't in synaptic [02:29] Bleeding edge releases and have their risks and costs. If it isn't supported by the repositories yet at ubuntu, you have to take extra steps to get that version deployed. [02:29] Hi! [02:29] orkin\a: 512meg will make a difference - in your case, I think a great difference - 'top' will show the story [02:29] dammit [02:29] so no one can help me with router and DHCP? [02:29] ubuntu and kubuntu got the same repos? [02:29] benkong2: yes === bcroq [n=bertrand@bruz.freeskop.net] has joined #ubuntu [02:29] earldude1 > I don't have a damn clue. Still I know for sure they use the same sources.list file [02:29] anyone? === nekostar [i=UPP@unaffiliated/starscalling] has joined #ubuntu [02:29] hoy buang [02:30] ToR911: the fact is, firefox 1.5 is still a short way off for breezy, because it still needs bug testing with all the ubuntu libs [02:30] ok cool, good enough [02:30] ok saw a post on google about kubuntu repo for kde 3.5 [02:30] hey. how do i check what programs have a file open and release those file handles? something on my machine is using /dev/sequencer but i don't know what [02:30] there is no way ubuntu was meant to only be fast with 5*meg ram === bwlang [n=bwlang@bb-66-55-211-238.gwi.net] has joined #ubuntu [02:30] it amazes me that people that are a bit pro with linux, think that typing about 10 commands to install one program is normal === martianfood [n=martianf@hlfxns0147w-142167196214.ns.aliant.net] has joined #ubuntu [02:30] umberleigh: fuser -k option to kill [02:30] give me a break it was made to be speedy with 256 topo [02:30] toma, is 1.4 stable with ubuntu? === Zugwrack [n=zugwrack@cpe-70-120-176-147.houston.res.rr.com] has joined #ubuntu [02:30] but mine isn't [02:30] benkong2: check the kubuntu.org page [02:30] ToR911: no idea [02:30] frogzoo: thanks === Mads [n=Madle@210.213.112.2] has joined #ubuntu === ubuntu_ [n=ubuntu@softbank220027048115.bbtec.net] has joined #ubuntu [02:30] I only have TI-994A with 16k of ram and ubuntu works great on it. [02:30] !kde3.5 [02:30] rumour has it, kde3.5 is http://kubuntu.org/announcements/kde-35.php [02:30] Hi! dEmon [02:30] orkin\a > did you enable a swap space ? [02:30] earldude1, that's just ot possible -- unless you manually edited source.list -- perhaps you should look again. Maybe you made a typo when searching or looked in the wrong section? === Davey [n=Davey@unaffiliated/davey] has joined #ubuntu [02:30] ToR911: i ran 1.5 for a while but its kinda crap so i went back [02:31] swap space? [02:31] lmao [02:31] ss [02:31] buang ka [02:31] to 1.0.7? [02:31] quaker: that's possible that I did overlook it... I'm fairly new to it. [02:31] !swap [02:31] [swap] used to put unused programs out of memory to make your system faster. It can also be used as extra memory if you don't have enough. See: https://wiki.ubuntu.com/SwapFaq [02:31] earldude1, I got one in the closet, thanks for the tip! === martus27 [i=martus27@86.106.46.74] has joined #ubuntu === RiX [n=blah@65.118.111.8] has joined #ubuntu [02:31] ToR911: yep [02:31] I found php5 in synaptic. Were you searching my Name or some other criteria? [02:31] crazy! === mumbles-laptop [i=je@cpc2-bror1-6-0-cust74.bmly.cable.ntl.com] has joined #ubuntu [02:31] if it aint broke, why fix it :) [02:31] I just installed this though [02:31] dio [02:31] i consider it broke [02:31] I actually threw my ti99 in the garbage back in college. I wish I hadn't now [02:31] orkin\a, don't get defensicve please. It was a simple question. And no Breezy is not necessarily going to be speedy with 256 MB (128 is actually the minimum requirement just to install). === Harus [n=Snak@mctnnbsa24w-142167033145.nb.aliant.net] has joined #ubuntu [02:31] and i havent had it update all those updates [02:31] buang [02:31] because it has significant upgrades :/ [02:32] Ok when I run the update manager it keeps erroring on lilypond-data_2.6.3-9~breezy1_all.deb === mrplant [n=mrplant@96-87.echostar.pl] has joined #ubuntu [02:32] !tell orkin\a about swap [02:32] Anyone have a clue why? [02:32] can someone help me on this make error i get for Linpal? === Falstius [n=airen@pcp0012090390pcs.nanarb01.mi.comcast.net] has joined #ubuntu [02:32] Neurosis: what error? === Harus [n=Snak@mctnnbsa24w-142167033145.nb.aliant.net] has left #ubuntu [] [02:33] btw, what does the ubutu server version have in it? [02:33] MasterTsunami: also, if you google firefox 1.5, the top news on it is that is has a DoS exploit [02:33] Zugwrack: is the repo available? === warren_ [n=warren@adsl-69-236-160-64.dsl.pltn13.pacbell.net] has joined #ubuntu [02:33] orkin\a, one thing you can always do is get rid of all the 'fluff' and goto a minimal windows manager like xcfe or even fluxbox. [02:33] Hobbsee , channel flood i can paste it to you. [02:33] Neurosis: can you pastebin it please and bring us the URL ? === Harus [n=Snak@mctnnbsa24w-142167033145.nb.aliant.net] has joined #ubuntu [02:33] Toma-, it's not a DoS explot [02:33] err that's every firefox, and it's not a DoS exploit :/ === lordlucless [n=andrew@ppp22-61.lns2.syd7.internode.on.net] has joined #ubuntu [02:33] frogzoo: Yep I have enabled all the repos using synaptic [02:33] ToR911 > the same as the desktop one, minus the GUI [02:33] Neurosis: yes, use teh pastebin :) [02:33] meh. [02:33] no GUI at all? [02:33] ok, ill go get a url [02:33] could someone using nvidia-glx or -legacy paste your xorg.conf please. Just apt-get'd everything and 'nvidia-glx-config enable' and its not working..(breezy) [02:33] Toma-, it eats system resources.... not a DoS though... [02:33] brb [02:34] Zugwrack: point is, maybe the repo is down? [02:34] orkin\a, what CPU and what other hardware (integrated video chipset, or Intel wifi by any chance?) [02:34] Zugwrack: are you in hawaii? === JoeyDay|ubuntu [n=joeyday@205.124.151.254] has joined #ubuntu [02:34] bye all :) [02:34] frogzoo: For two days? I haven't seen anything about repos down [02:34] ubotflu tell me about java [02:34] What's the default root password in Ubuntu? [02:34] benplaut: No sir..Texas === mak [n=mak@pc-93-213-215-201.cm.vtr.net] has joined #ubuntu [02:34] ToR911 > nope [02:34] !server [02:34] ah [02:34] Ubuntu 5.10 Server is out! http://lists.ubuntu.com/archives/ubuntu-announce/2005-October/000042.html === Tony_Sidaway [n=Tony_Sid@wikipedia/Tony-Sidaway] has joined #ubuntu [02:34] hymtolife, console only? [02:34] damn [02:34] ubotflu tell JoeyDay|ubuntu about sudo [02:34] Goldfish: just /msg ubotflu qstn [02:35] hi [02:35] Is there a default root password? I don't recall setting one up during install. [02:35] I can't. My nick isn't registered so it won't let me send private msgs. [02:35] JoeyDay|ubuntu: look at what ubotflu just PMed you [02:35] JoeyDay|ubuntu: read your PM [02:35] benplaut, tell me too about sudo [02:35] JoeyDay|ubuntu: use sudo [02:35] ubotflu: tell Goldfish about register [02:35] JoeyDay: It uses sudo f [02:35] i need some help with xorg and resources [02:35] ubotflu tell ToR911 about sudo [02:35] *sudo* [02:35] ty [02:35] Zugwrack: So there isn't a root password at all? [02:35] Goldfish > then... register it [02:35] Here is the paste bin link - http://paste.ubuntu-nl.org/d5727 [02:35] anybody can help me? [02:36] mak just ask [02:36] JoeyDay|ubuntu > you can set one [02:36] mak: if you ask us a question, probably [02:36] HymnToLife: How? [02:36] but you won't need it anyway [02:36] JoeyDay: It uses your username password and passes it to sudo === DRAGON_Ultra [n=DRAGON_U@adsl-70-232-60-5.dsl.ltrkar.sbcglobal.net] has left #ubuntu ["Linux] [02:36] JoeyDay|ubuntu > sudo chpasswd root [02:36] JoeyDay|ubuntu, root is disabled, use "sudo command" or type "sudo -i" for a root term [02:36] when i move a window, the cpu usage goes up to 100% [02:36] so if I want to run apt I would type: sudo apt-get then it will ask for your password and then run [02:36] JoeyDay|ubuntu: read the link ubotflu sent you please [02:36] Zugwrack: pastebin the error - have you checked /var/log/messages? full disk? df -k ? [02:37] nalioth: I did. === jrr-food is now known as jrr [02:37] Zugwrack: sudo apt-get install $PKGNAME [02:37] mak: have you got composite extensions enabled or something? [02:37] frogzoo: don't know when you came in.. I already pasted once..just a sec will do it again [02:37] Neurosis: pass, no clue sorry [02:37] crap :( === Harus [n=Harus@mctnnbsa24w-142167033145.nb.aliant.net] has joined #ubuntu [02:38] !apache [02:38] it has been said that apache is https://wiki.ubuntu.com/ApacheMySQLPHP or, for Ubuntu server information, http://www.ubuntulinux.org/support/documentation/faq/installation-custom [02:38] !pastebin [02:38] pastebin is probably a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org [02:38] what are composite extensions? [02:38] i've installed nvidia drivers [02:38] frogzoo: http://paste.ubuntu-nl.org/5728 [02:39] i installed proftpd and when i type it into a brower i get "Access to the port number has been disabled for security reasons." does anyone know how to fix [02:39] mak: if you dont know what they are, youre not using them :) (which is good for the moment.) [02:39] mak: are the glx drivers forking? [02:39] how do I kill a pppoe conneciton? [02:39] forking? [02:39] Hey! I'm new to linux, and I am trying to run Kubuntu off of a CD on my mac. How do I do that? I apologize if I have aggravated anyone. === GTroy [n=galen@70-57-162-112.spkn.qwest.net] has joined #ubuntu [02:40] hello guys [02:40] how do i run network-manager guys? anyone know? [02:40] what does forking means? [02:40] Can someone help me with this make error for Linpal? - http://paste.ubuntu-nl.org/d5727 [02:40] Do you guys know much about apt-get packages? I'm trying to install a DynDNS client called ez-ipupdate so I can VNC into my Ubuntu machine. [02:40] 3d apps runs ok [02:40] But apt-get says it can't find the package. [02:40] but 2d things not so well [02:40] mak: sorry, i ment working :S [02:40] sudo network-admin, that what u wanted? [02:40] how do I kill a pppoe conneciton? [02:40] yes, they are === Harus [n=Harus@mctnnbsa24w-142167033145.nb.aliant.net] has left #ubuntu [] [02:41] marky: Go to System -> Preferences -> Sessions, and pick Startup Programs. Then enter a new command line for sudo /usr/bin/nm-applet & [02:41] mak: can you put your xorg.conf up on a pastebin? [02:41] bulio_: poff ? [02:41] where would I find the folder for firefox's public_html, or similar? === ZeroIRC [n=_DuDe_@c-24-12-202-69.hsd1.il.comcast.net] has joined #ubuntu === SlicerDicer-- [n=Slicer@macceketh.com] has joined #ubuntu [02:41] Hello [02:41] marky: I just got that cooking last night. [02:41] ok, give me a minute === somedude [n=me@pool-141-150-41-126.mad.east.verizon.net] has joined #ubuntu === ElitePete [n=pete@c-24-131-71-233.hsd1.pa.comcast.net] has joined #ubuntu [02:41] GTroy: public_html? [02:41] more than one pppd running [02:41] i heard ubuntu was the king of the distro and there are none higher sucka distro should call it sire [02:42] or something like that [02:42] goldfish hold on yhrn i'll try it [02:42] nalioth: See my pastebin error: 5729 [02:42] working in a terminal... I get used to have .c files that were colored back.. since installation of the backup data they're now green - the color of .exe... how can I change them to black ? [02:42] place where firefox can access this app [02:42] does that make sense Toma- [02:42] GTroy: not really :D === maik_ [n=maik@p5486CA5A.dip.t-dialin.net] has joined #ubuntu [02:42] hmm [02:42] Neurosis: you seem to have dodgy code [02:42] I'll past in flood [02:42] LOL [02:42] I've just read [02:42] paste [02:43] Windows' history [02:43] what can i do to help it? [02:43] somedude: if thats what you want to think, sure. [02:43] here it is: === kevinix [n=ianandha@218-101-123-30.dialup.clear.net.nz] has joined #ubuntu [02:43] "It compiles, let's ship it!" [02:43] nalioth: While I am at it I am guessing that command retrieved the variable information from the cache when it tried to install lilypond-data? [02:43] GTroy: cool. === somedude [n=me@pool-141-150-41-126.mad.east.verizon.net] has left #ubuntu ["Leaving"] [02:43] Zugwrack: sudo apt-get -f install" [02:43] CaptainMorgan, tak a look at them with ls -l ; if the execute bit is set (an x in permissions) chmod -x *.c will fix it === pc22 [n=arik@222.126.13.162] has joined #ubuntu [02:43] hi, why is it that i can play any dvd's on gxine and xine, but totem and vlc just lock up? [02:43] Can someone please help me. I want to make my self owner, and I did this before with someones help, but I forgot how. [02:43] nalioth: Ok thanks for the help :-) === otep[zzz] is now known as otep [02:44] how do i get alsamixer to save my settings? [02:44] everytime i reboot i have to adjust it. [02:44] goldfish got asfar as sessions and startup programs ~~> add ? then what do i put in there? [02:44] Zugwrack: i've not given you any help yet. === drapelyk [n=drapelyk@12-219-216-231.client.mchsi.com] has joined #Ubuntu === sklav [n=sklav@64.235.218.42] has joined #ubuntu [02:44] hi guys [02:44] ZeroIRC, sudo chmod : will make you the owner [02:44] nalioth: Now it says it can't find the file === tomodachi [n=comradev@69.177.143.195] has joined #ubuntu [02:44] im having an issue migrating my ubuntu drive to another pc [02:44] nickrud, thanks [02:44] can anyone tell me why alsamixer isn't saving my settings? [02:44] i have setup the fstab accordingly [02:44] ha.. that's beautiful nickrud - thanks === senectus [n=senectus@203-59-129-223.perm.iinet.net.au] has joined #ubuntu [02:45] but grub doesnt want to install [02:45] nalioth: Ok then for the moral support... [02:45] marky: Type in "sudo /usr/bin/nm-applet &" That is so it launches at start up. First, use a terminal and verify the command works. [02:45] hey does anyone know if there is a text mode browser that supports frames? [02:45] how can i have grub-install its mbr on the primary slave? [02:45] ElitePete: make sure /etc/init.d/alsa-utils is getting run at shutdown.. use update-rc.d to do that, or a boot process manager like bum === kestas [n=kestas@ppp169-240.lns1.per1.internode.on.net] has joined #ubuntu [02:45] senectus, its called links === kevinix [n=ianandha@218-101-123-30.dialup.clear.net.nz] has left #ubuntu ["Leaving"] === kevinix [n=ianandha@218-101-123-30.dialup.clear.net.nz] has joined #ubuntu [02:46] senectus: links2 [02:46] anybody familiar with grub? [02:46] i need help with xorg, it uses up to 100% cpu when i move windows [02:46] Toma-, so type update-rc.d === Hericus [n=Hericus@212.247.71.254] has joined #ubuntu [02:46] sklav, excellent that works a treat thanks :-) [02:46] at terminal? [02:46] Toma- would I use firefox's extensions folder, or the plugins folder? or wrong with both [02:46] np [02:46] please someone help me [02:46] ElitePete: not quite [02:46] but grub doesnt want to close Ubuntu if that works, start up at gmail.. i hope you get same results [02:46] also, how do i make xine my default DVD player? the 'preferred applications [02:46] Ok then for the directions to access UBUNTU" [02:46] .. doesn't offer a chance to change this [02:46] nalioth: It appears that file is failing when trying to unpack...so it could be corrupted somehow? [02:46] GTroy: whats the outcome you want? [02:46] how does one install on the mbr of the hdb? [02:47] how can i save a new pass, is that correct? [02:47] nalioth, oh.. is there a diff between links and links2 in the ubuntu repository? [02:47] i want to move this drive to another dedicated pc === Arafangion [n=arafangi@220-245-215-98-act.tpgi.com.au] has joined #ubuntu [02:47] its called having two exams back to school with a different name === Matambo_2-2 [n=Matambo_@200.75.221.66] has left #ubuntu [] [02:47] Toma- to run a script [02:47] toma-, i'm new to ubuntu can you make it more clear? === tristanmike [n=tristan@blk-224-251-101.eastlink.ca] has joined #ubuntu [02:47] senectus: i believe there may be [02:47] It appears in the config get acquired) what I was answering sipher [02:47] GTroy: you want firefox to run a script? === GTroy should have known this long ago [02:47] whats the problem was, directory handles and file handles both have their data. [02:47] oh.. is there a really killer gnome desktop? [02:47] Zugwrack: that is a possiblity [02:47] Toma-yep [02:47] Toma- to run it, it doesnt find it [02:47] i'm new to C++, so I'm probably programming very sloppily [02:47] My laptop crashes whenever I open the screen (ie, get out of standby) while the battery is almost-but-not-quite-flat. [02:47] GTroy should have it good. [02:47] Zugwrack: join #kubuntu-offtopic and we'll see about getting you sorted [02:47] My laptop would come from mediawiki itself. [02:47] Is it possible to just get the standby to not resume in that situation? === kkathman [n=kvirc@h-66-167-142-164.dllatx37.dynamic.covad.net] has joined #ubuntu === guru54 [n=guru@dialup-4.245.19.58.Dial1.StLouis1.Level3.net] has joined #ubuntu [02:48] ElitePete: 'update-rc.d alsa-utils defaults' [02:48] tomodachi: I would advise you to join #c++ (or ##C++ or whatever) [02:48] nalioth, ok thanks mate [02:48] Toma-, could you possibly explain it more newby mode for me? [02:48] k. [02:48] Toma- do i send you the xorg.conf?? [02:48] could you explain that I would assume that is prolly opened as a squence overlay the glow [02:48] ElitePete: also, run that as sudo [02:48] Toma- do i view? [02:48] ck [02:48] k. [02:48] mak: put it on a pastebin [02:48] goldfish do i have to restart for that to work? [02:48] ~pastebin [02:48] put it there [02:48] !pastebin [02:48] pastebin is, like, a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org [02:48] pastebin is, like, http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) - Create your own laptop or desktop on ubuntu? [02:48] tomodachi: what? [02:48] what are you doing === Zugwrack sigh...again my fellow texan to the rescue === pvanhoof [n=pvanhoof@d54C18307.access.telenet.be] has joined #ubuntu [02:48] Toma-, it tells me System startup links for /etc/init.d/alsa-utils already exist. [02:49] marky: The sudo command can be run from a terminal in your current session. Putting in the "Sessions" prevents you from having to type that same command every time you login again. [02:49] ElitePete: ok. so thats working... [02:49] ok. so I just don't remember the way from arizona! [02:49] does anyone else manage to have totem playing back DVD's? [02:49] Zugwrack: try sudo apt-get build-dep lilypond [02:49] Toma- my problem is i need to set my mic to the proper setting each time i reboot (using alsamixer) [02:49] only xine/gxine/mplayer work here [02:49] GTroy: i have no idea sorry :( [02:49] Toma- my problem is [02:49] goldfish so " network-manager" in terminal will now work? [02:49] goldfish so you suggest cvs to it? [02:49] <_jason|soup> kevinix, how about totem-xine? [02:49] Zugwrack: which version of lilypond u running? [02:50] nickrud, I tried what you said, and it said { chmod: invalid mode string: `zeroirc:zeroirc' } === _jason|soup is now known as _jason [02:50] I tried [02:50] ElitePete: so its just the mic thats not getting set? [02:50] _jason|soup i'll check === Centaur5 [n=fishman@68-187-79-131.dhcp.stgr.ut.charter.com] has joined #ubuntu [02:50] so its not links2 -g? [02:50] Toma-: http://paste.ubuntu-nl.org/5730 [02:50] tomodachi: are you a bot? [02:50] hi! is there something i need to do to be able to record from alsa devices (with mencoder for instance) in ubuntu? [02:50] yep toma [02:50] dunno [02:50] Toma-: there it is [02:50] tomodachi: cvs? What are you talking about? [02:50] you best check yo'self! [02:50] Zugwrack: common problem - read this thread http://ubuntuforums.org/showthread.php?t=80901 [02:50] it always defaults to "mic" [02:50] ZeroIRC, I assume that's the user on the machine? [02:50] but it needs to be "front mic" [02:50] it always did stand for Tuvalu in the mean time, how do you need? === bored2k [n=reb@165samana87.codetel.net.do] has joined #ubuntu [02:50] I assume you're not really caring that much [02:50] but it complains of missing depends [02:50] nickrud, yea [02:50] marky: That is how I ran it. It will verify if you got it loaded. [02:50] That is what I am there ... =( [02:50] Toma-: i think it is [02:50] i think iam gonna redesign your site, heh [02:50] Toma-: it was a few days ago, anyway [02:50] i just apt-get'd nvidia-glx-legacy and associated packages but it didnt update my xorg.conf the way the wiki seems to say it will and shouldnt lsmod show a glx module running now? [02:51] i just apt-got mercury, its installed, appearantly, but when I ask waht the difference between "edit" and "create" [02:51] i'll restart and see if i spot anything diferent , brb [02:51] it was still standing up a TCP Socket [02:51] i'll restart my machine, and it [02:51] *blush ZeroIRC it's chown not chmod, the command [02:51] Seveas: can you please ban tomodachi? [02:51] oh, thanks nickrud [02:51] ZeroIRC, I'd just done a chmod question, the fingers failed me :) [02:51] I'd just ignore the BIG family started screaming really loud. i didnt during installation? === bored2k [n=reb@165samana87.codetel.net.do] has left #ubuntu ["Leaving"] [02:51] I'd just ignore the BIG family started screaming really loud. i didnt during installation? [02:51] !test [02:51] Passed. [02:51] Toma-: have u any idea?, thanks for reading [02:51] nickrud, I've had it happen many times [02:51] I've had better UL with bitcomet [02:51] hey can someone tell me why this is happening [02:51] have u checked mime-types ? [02:51] mak still reading [02:52] hey can i add packages to what are you making it look like [02:52] tomodachi: Ask *ONE* question at a time, and stay on topic. [02:52] ex: grub-install /dev/hdb1 [02:52] -- /dev/hdb1 does not have any corresponding BIOS drive. [02:52] tomodachi stfu [02:52] Arafangion: its a bot [02:52] its a shame to me man [02:52] i think so [02:52] i think appending will work [02:52] tomodachi is a bot? [02:52] no clue [02:52] but ubuntu is installed and running on hdb1 [02:52] Toma-: Does appear to be a bot. [02:52] Toma-, sorry to bug you but any ideas on my problem? it's easy to fix ... but tedious [02:52] Does appear to be annoyed if all you need to unsubscribe from the CD first and last block of 106 files? [02:52] nalioth, I think we have a stray bot here [02:52] sorry to keep track of upload/download ratios as well [02:52] Okay when i open limewire its stupidly slow any ideas [02:53] <_jason> tomodachi, quit [02:53] kick it, now. [02:53] insufficient "quit" auth (have 10, need 90) === dbernar1 [n=dbernar1@wnpgmb02dc1-179-152.dynamic.mts.net] has joined #ubuntu [02:53] <_jason> lol [02:53] _jason|soup can't install totem-xine as it conflicts with totem-gstreamer. i can't purge toten-gstreamer as rhythmbox depends on it, and ubuntu-desktop depends on rhythmbox. [02:53] tomodachi: quit please [02:53] insufficient "quit" auth (have 10, need 90) [02:53] time for aptitude ;) === Amilcar_ [n=root@201.2.36.159] has joined #ubuntu [02:53] tomodachi, shut up [02:53] tomodachi: quit tomodachi [02:53] insufficient "quit" auth (have 10, need 90) [02:53] _jason, any ideas? [02:53] tomodachi die ? [02:53] beats me [02:53] tomodachi, [02:53] tomodachi, quiet [02:53] insufficient "talk" auth (have 10, need 40) [02:53] :/ === mode/#ubuntu [+o nalioth] by ChanServ [02:53] <_jason> kevinix, yeah, totem-xine will replace totem-gstreamer [02:53] we're in the wrong user class === mode/#ubuntu [+b %tomodachi!*@*] by nalioth [02:53] _jason, any ideas? [02:53] thank you.. === mode/#ubuntu [-o nalioth] by ChanServ [02:53] tomodachi: youre banned :D [02:53] nalioth: thanks [02:53] thanks === OpnSrc [n=OpnSrc@ppp-69-233-105-126.dsl.irvnca.pacbell.net] has joined #ubuntu [02:53] tomodachi: stfu === pmj [n=a@h81172158030.kund.kommunicera.umea.se] has joined #ubuntu [02:54] thx nalioth [02:54] can ayone help me with a small alsamixer problem ?? [02:54] Sometimes when i go to the menu editor and change things, it doesn't update [02:54] actually, that's comradevi [02:54] how do i fix it? [02:54] <_jason> Phoul, sorry, I was probably still eating my soup when you asked, can you repeat your question? === Knowerrors [n=stormsur@Node190-175-53-66.1dial.com] has joined #ubuntu === milksteak [n=milkstea@60-234-138-71.bitstream.orcon.net.nz] has joined #ubuntu [02:54] Why is limewire stupidly slow when i start it? [02:54] Toma-: i've read on ubuntuforums.org and many people had the same problem with ubuntu 5.04 === carik_keje_baru [n=6tyh6th6@218.208.223.59] has joined #ubuntu [02:54] is thre a linux recovery option in ubuntu install cd? [02:54] ok, ElitePete "amixer set Mic 100" is a handy command that'll set your mic to 100. use gnome startup commands to make it start on boot [02:54] Toma-: it seems to happen on 5.10, too... [02:54] sklav: what would it do? [02:54] mak: gimme a sec [02:55] ok folks..see if anyone can help here... [02:55] <_jason> Phoul, probably because it uses java. I don't use it so I can't really say whether or not that is normal behavior for limewire [02:55] im trying to install grub on hdb1 [02:55] Toma-, the problem is the mic it wants to use is "mic" but my mic is "front mic" [02:55] I just tried to get my printer to work [02:55] but i keep getting an error [02:55] _jason, what do you use? [02:55] -- /dev/hdb1 does not have any corresponding BIOS drive. [02:55] and when tried to install driver it recommended [02:55] meaning ubuntu === pmj [n=a@h81172158030.kund.kommunicera.umea.se] has left #ubuntu [] [02:55] sklav: boot installer, proceed through to partitioning stage. alt-f2 to a terminal, resetup grub [02:55] but im in ubuntu which is installed on hdb1 === carik_keje_baru [n=6tyh6th6@218.208.223.59] has left #ubuntu ["Leaving"] [02:55] it gave error of missing asterisk in column 1 [02:55] and errors out [02:55] bob2, im in ubuntu [02:55] any ideas? [02:55] sklav: or use the expert mode and select install grub from the menu [02:55] So, does anybody have any suggestions as to how to troubleshoot my ACPI resume-from-standby bug? [02:55] where can i ask about wifi hardware for use with linux? [02:55] ElitePete: well change the channel (eg. Mic) to front mic [02:55] _jason? [02:55] im trying to move this hdd to another system [02:55] sklav: you've mounted /dev/bha1 [02:56] Toma-, i do but it defaults when i reboot.. that is the problem [02:56] bob2: can you just boot 'recovery' or something ? [02:56] amonkey: anything aside from broadcom or TI or acx should be fine [02:56] but when in the other system nadda happens [02:56] frogzoo: not if grub is gone === SlicerDicer-- is now known as SlicerDicer- === visita_ [n=visita@201-27-48-62.dsl.telesp.net.br] has joined #ubuntu [02:56] ElitePete: id say so... [02:56] so im trying to install grub on its mbr so that i can modifi it then [02:56] i've installed skype via the package on skype.com. i had to dpkg -i --force-all install it as it wanted a libqt3-mt or similar not installable. anyone else experience this? [02:56] <_jason> Phoul, I don't use the gnutella network at all === Amilcar_ [n=root@201.2.36.159] has left #ubuntu ["Leaving"] [02:56] bob2: I mean, from the install disk [02:56] jason what do you use? [02:56] what program [02:56] it runs fine, but now apt considers the package broken [02:56] kevinix: That is likely to be a *debian* package. [02:57] kevinix: um, don't do that [02:57] <_jason> Phoul, for file-sharing all I need is a torrent client and the one provided in gnome suffices for me [02:57] kevinix: get the static tarball and use that [02:57] any idea bob2 how to migrate it to the other system? [02:57] Arafangion, no, it says, ubuntu, debian xandros [02:57] Toma-, i just changed it using sudo alsamixer [02:57] frogzoo: not that I'm aware of [02:57] maybe that was the problem? === RiCON [n=baka@84.90.87.29] has left #ubuntu [] [02:57] that i wasn't using sudo === rraajj [n=Schildkr@210.213.70.218] has joined #ubuntu [02:57] sklav: moving a hard disk without a rescue plan is a terrible idea [02:57] When I change things on the KDE menu editor sometimes it doesn't update [02:57] ElitePete: that wouldnt matter [02:57] bob2, even though skype.com said it was for ubuntu? === theblue [n=theblue@pcp04402293pcs.nrockv01.md.comcast.net] has left #ubuntu [] [02:57] sklav: have you mounted the disk in the installer yet? [02:57] and I'll keep trying but it still won't update. How do I fix it? [02:57] ubotu tell kevinix about skype [02:57] kevinix: indeed [02:57] ubotflu tell kevinix about skype [02:57] bob2, ok [02:57] OpnSrc: #kubuntu [02:57] im past the installer [02:57] take that as a no [02:57] kevinix: Well, that package (qt) was a strictly debian package. [02:57] Well Toma-, i'm stumped then [02:57] sklav, if u type sudo grub and then root (hd1,0) and then setup (hd1) or whatever hd you want mbr to go to does it work? [02:57] im installed and running [02:57] ln -s ubotflu ubotu [02:57] <_jason> Phoul, https://wiki.ubuntu.com/P2PFileSharing presents gtk-gnutella as an alternative to limewire. Maybe you can try that === dragoon [n=sam@dsl-203-113-237-51.SA.netspace.net.au] has joined #ubuntu [02:57] thanks === OpnSrc [n=OpnSrc@ppp-69-233-105-126.dsl.irvnca.pacbell.net] has left #ubuntu ["Leaving"] [02:58] jason i did [02:58] It wouldnt let anything through [02:58] hi _jason any chance you could help me with a small alsamixer problem? [02:58] Arafangion, http://www.skype.com/products/skype/linux/ [02:58] nickrud how do I get rid of the same color for text files? [02:58] Arafangion, it does state 'ubuntu' === starscalling [n=starz@cpe-24-24-137-48.socal.res.rr.com] has joined #ubuntu [02:58] sklav: blah blah [02:58] !skype [02:58] skype is, like, totally, http://www.ubuntulinux.org/wiki/SkypeHowto/ Breezy deb: http://seveas.ubuntulinux.nl [02:58] <_jason> ElitePete, doubtful since I don't understand anything about it [02:58] sklav: have you mounted the hdb1 yet or not? [02:58] Ok. [02:58] <_jason> ElitePete, you are better off just asking your question === tomaj [n=tomaj@c220-239-4-36.belrs4.nsw.optusnet.com.au] has joined #ubuntu [02:59] My alsamixer does not save my settings, when i reboot i have to set my mics up again. [02:59] Filesystem type is ext2fs, partition type 0x83 [02:59] mak: try adding 'Load "dri" ' after the "Section "Module"" part [02:59] sklav: have you mounted it or not? [02:59] yes [02:59] its mounted [02:59] sklav: and you chrooted into it? [02:59] kevinix: Looks like they failed to do their research, looks like they've classified ubuntu as "debian" merely because they've both used apt. [02:59] yes [02:59] im in it [02:59] ElitePete: so what channel do you need turned up on boot? [02:59] this is what i get now [02:59] Filesystem type is ext2fs, partition type 0x83 [02:59] Arafangion, it seems so [02:59] i just need it to change from "mic" to "front mic" [03:00] bob2, the HOWTO on the wiki is great, thanks [03:00] sklav: that output is not very useful without you mentioning what is producing it [03:00] kevinix: np, good luck [03:00] ElitePete: you wanna rename the channels? [03:00] ok i typed [03:00] grub [03:00] and then root (hd1,0) [03:00] Toma-: ok, it's done [03:00] and then i get that mesg [03:00] mak: now reset X and hope! [03:00] <_jason> !enter [03:00] please don't use the "enter" key as punctuation! It spams the channel and is annoying. Write in complete sentences and keep your replies and questions on one line if possible. Thanks! [03:00] Toma-, i can do that? [03:01] kevinix: Next time when you install something like that, from something that says it's for debian, use the .tar.bz or even the .rpm (And use rpm2cpio, and install that). I would highly recommend you to use checkinstall to produce a generic ubuntu program (with no dependencies, you'll have to manage them yourselves) [03:01] ElitePete: not that i know of.. [03:01] Toma-: thanks! [03:01] Toma-, i don't think you understand my problem. [03:01] mak: i hope it works too :D [03:01] what's the chmod option for text files ? [03:01] ElitePete: i know i dont understand your problem :D [03:01] it's just using the wrong port in alsa mixer, it works fine when i change it. [03:01] CaptainMorgan: Uh? [03:01] sklav, type setup (hd1) to put it on mbr of hdb or setup (hd0) to put on hda [03:01] it starts at Mic, but my mic is located at front mic [03:01] text files without a suffix [03:01] CaptainMorgan: those two concepts are unrelated [03:02] ok i need help with ubuntu and printer....help...... === sled [n=sled@adsl-84-227-40-71.adslplus.ch] has joined #ubuntu [03:02] TokenBad: you need to ask a coherent question first [03:02] CaptainMorgan: What has a suffix got to do with anything? [03:02] ElitePete: you have 2 mics? [03:02] omg... vic secret fashion show is on... [03:02] No Toma-, [03:02] it just shows 2 mic ports. [03:02] CaptainMorgan, lol [03:02] CaptainMorgan: this is not windows; the file extension has no effect on whether something is runnable [03:02] CaptainMorgan, nm, vic secret [03:02] kevinix: btw, what is skype like? [03:02] ahh [03:02] I have over and over [03:02] ok [03:02] ok folks..see if anyone can help here... [03:02] kevinix: I'm considering using it for a small business. [03:02] I just tried to get my printer to work [03:02] says it worked let me try i will be back ;) [03:02] and when tried to install driver it recommended [03:02] kevinix: Mainly inter-office communication. [03:02] meaning ubuntu [03:02] sklav, good luck :) [03:02] well chmod -x *.c changed all .c files to black but it skipped text files [03:03] it gave error of missing asterisk in column 1 === sklav [n=sklav@64.235.218.42] has left #ubuntu ["Leaving"] === dragoon [n=sam@dsl-203-113-237-51.SA.netspace.net.au] has left #ubuntu [] [03:03] CaptainMorgan: Dude, *.c files *ARE* text files. === Blake_Seven [n=bmurray@cpe-69-200-247-0.nyc.res.rr.com] has joined #ubuntu [03:03] CaptainMorgan, the chmod command works for any file; that execute bit it mentioned earlier can be on any file. Just -x the files you want. === Dempa [n=Dempa@me-160-108-233-83.3.cust.bredband2.com] has joined #ubuntu [03:03] TokenBad: no, this question is useless [03:03] ElitePete: so let me get this straight, you want to change the Mic channel to Front Mic channel? === durt [n=ben@pcp0011938702pcs.limstn01.de.comcast.net] has joined #ubuntu [03:04] TokenBad: you need to mention a) the brand and model, b) what happened when you used the normal add printer option from the gnome panel and c) what driver you're trying to install [03:04] but I have a text file - data5 for example - which has no extension === no_gatez_fan [n=patrick@cpe-069-132-000-216.carolina.res.rr.com] has joined #ubuntu [03:04] it did not change color [03:04] CaptainMorgan, as long as youre able to read those files I wouldnt think it would matter the chmod settings [03:04] CaptainMorgan: you told it to touch *.c [03:04] Toma-, i can do it, i'm trying to tell you it just resets to "mic" when i reboot [03:04] my gawd, these women ARE angels.. [03:04] CaptainMorgan: data5 does not match *.c [03:04] CaptainMorgan: That command changed every file ending in .c. chmod -x data5 [03:04] CaptainMorgan: you're confusing "filename" with "filetype" [03:04] CaptainMorgan, also, linux looks at the file directly to figure out what it is, it does not use the extensions to figure it out [03:04] right, bob so how to change it? [03:04] CaptainMorgan: C files should never ever be executable [03:04] ElitePete: so you need something to either store or unmute and turn the level up on mic at boot? [03:04] bob2 ok [03:05] No Toma-, i just need alsamixer to remember the channel i have it set at... === gnomefreak [n=gnomefre@adsl-221-126-103.rmo.bellsouth.net] has joined #ubuntu [03:05] its a epson stylus 740 [03:05] when I did the reg new printer [03:05] kevinix: What is skype like? [03:05] it detects the printer [03:05] and adds it [03:05] TokenBad: stop using enter so much, it's ridiculous [03:05] ElitePete: itll be some sort of alsactl kung-fu... [03:05] or even aliases... [03:05] but when try to print it just sits there [03:05] ok sorry [03:05] Anybody know how I can install ez-ipupdate on Ubuntu or can point me in the right direction as to where I could find out how? [03:06] Toma-, i donot know kung fu :-( [03:06] JoeyDay|ubuntu: wiki./ubuntu.com/SynapticHowto [03:06] :~( [03:06] 'man alsactl' [03:06] why doesn't alsamixer save my shit? [03:06] ~_~ [03:06] do you know what it does? === ExtraCat [n=shine@221.6.15.36] has joined #ubuntu [03:06] did you do alsactl store? === goo [i=oo@ormset.no] has joined #ubuntu [03:07] ElitePete: coz alsamixer doesnt save... alsactl does [03:07] bob2: Thanks. [03:07] store saves the current driver state for the selected soundcard to the [03:07] configuration file. [03:07] so i want to save right now? [03:07] cd: /media/win permission denied what's the chmod option ? [03:07] how may i get images to show in elinks? [03:07] There should be a shutdown link like /etc/rc0.d/K50alsa-util, which stashes alsa stuff to disk before powering off. [03:07] ElitePete: id say so.. [03:07] CaptainMorgan: that's not a "chmod option" [03:07] then will i have to restore each time? [03:07] CaptainMorgan: presumably it's a NTFS or FAT32 filesystem? [03:07] I think I have a problem !!! My dell server rebooted and said it loaded a new boot rom. I also have someone on my auth.log trying to get in to sshd. How do I know if my server has a hacker in it ? [03:07] yes [03:07] Goldfish: ewww dont screw with links :( [03:07] ElitePete: nope. === zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu [03:07] i meant to ask what is the deal with enter? ubotu says not to use enter [03:08] brb, have to log in as root [03:08] CaptainMorgan: stop [03:08] alsactl: save_state:1190: Cannot open /var/lib/alsa/asound.state for writing [03:08] I didn't screw with anything. That was installed by default. If you ain't got it, something ain't loaded right. [03:08] don't be so silly [03:08] gnomefreak: it's moronic that people type 3 words, hit enter, and type another 3 [03:08] then i did sudo alsactl store and i think it worked? but i got no message [03:08] what we need to do, is get the startup script that stores all that to work right, aka, /etc/init.d/alsa-utils [03:08] bob2, yeah. [03:08] gnomefreak: people are presumably capable of composing an entire sentence in their head at once, and typing that out [03:08] well? [03:08] ElitePete: you usually dont get one [03:08] Neurosis, elinks is a text browser if you compile it from source might be different but not sure [03:08] ElitePete: silence usually means somethings worked :) [03:08] gnomefreak: it leads to a) people conversing, b) less irc window scrolling [03:08] ty then guys :-) [03:08] CaptainMorgan: why would you login as root? [03:08] CaptainMorgan: /msg dpkg ntfs [03:08] awe [03:09] CaptainMorgan: let that script do it for you [03:09] oh ok bob2 ty wasnt sure [03:09] CaptainMorgan: it = setup fstab correctly [03:09] ElitePete: have you stored it with the settings up? [03:09] Sometimes I have to go reach boot/shutdown scripts to get on the trail of what files these utilities are using to their job. I never edit them. Too risky. [03:09] s/reach/read === kurros [n=wade@74.250.8.67.cfl.res.rr.com] has joined #ubuntu [03:09] volume was never the issue, but yes i stored it in working condition [03:09] why use a scrip when you can learn something? [03:09] *script [03:09] CaptainMorgan: Sudo -i I believe changes you to root [03:09] script did nothing [03:09] ElitePete: give it a reboot and see if the gods are being favorable today [03:09] Neurosis, in terminal try typing elinks -g [03:10] question. i am running the warty livecd as a rescue disk (only livecd avail)... is there an scp or ftp program on it? === nekostar [i=UPP@unaffiliated/starscalling] has joined #ubuntu [03:10] alright toma [03:10] be right back [03:10] Hm, ez-ipupdate isn't listed in Synaptic. [03:10] good luck === gnomefreak doesnt use elinks that often [03:10] ok [03:10] JoeyDay|ubuntu: then enable universe [03:10] derekS: if there isn't you can install one [03:10] !find ipupdate [03:10] derekS: you can install ssh === ispiked [n=ispiked@unaffiliated/ispiked] has joined #ubuntu [03:10] ez-ipupdate: (client for most dynamic DNS services), section universe/net, is optional. Version: 3.0.11b8-8.1 (breezy), Packaged size: 44 kB, Installed size: 256 kB [03:10] JoeyDay|ubuntu: enable universe [03:10] derekS, not a server app only client i believe [03:10] JoeyDay|ubuntu: wiki.ubuntu.com/AddingRepositoriesHowto [03:10] wow, my pentium mmx system still has freebsd with fluxbox wee!! [03:10] <_jason> Blake_Seven, well: "grep 'Accepted password' /var/log/auth.log" should tell you the last successful logins, make sure they are all you [03:10] surfing the net with dillo..har har [03:10] is there anyway to get dual screens to work with the live-cd and a nvidia card? [03:11] dillo....wow [03:11] bob2: i didn't realize i could install things [03:11] Check if your repositories are configured to fetch ez-ipupdate [03:11] unkown option -g [03:11] lemme try [03:11] ubotu died again? [03:11] Dempa: same way you'd get it working on an installed system [03:11] <_jason> Blake_Seven, that's a start as I don't know too much about actually verify your box hasn't been compromised [03:11] !botsnack [03:11] thanks goldfish :) [03:11] so anyone have any ideas? [03:11] Neurosis, than no its text only [03:11] ubotu's name is now ubotflu [03:11] bob2, ok, thanks [03:11] there a way i can change it? === chishm [n=chishm@202-161-23-1.dyn.iinet.net.au] has joined #ubuntu [03:11] gosh, gstreamer seems really buggy [03:11] whats with the ubotflu? [03:12] Neurosis, im not sure === chishm [n=chishm@202-161-23-1.dyn.iinet.net.au] has left #ubuntu ["Leaving"] [03:12] ubotflu tell Toma- about yourself [03:12] Toma-: ubotu's normal server is having connectivity issues :) [03:12] oic [03:12] !ubotflu [03:12] gnomefreak: I give up, what is it? [03:12] bob2: apt-get update dies with "E: Method http has died unexpectedly!" [03:12] :( [03:13] how to people here configure the qt fonts (size, font etc)? with qtconfig? [03:13] ubotflu: tell me about ubotu [03:13] !ubotu [03:13] Yep, that's me! I'm a bot alright. Read http://wiki.ubuntu.com/UbotuUsage to find out how to use me. Do NOT play with me in any channel. [03:13] rad [03:13] i have no idea why it has a new name now [03:13] ahhhh still using ubotus commands [03:14] bbl. family guy ^_^ [03:14] i dont think it does i think its in here in place of ubotu while ubotu is having issues === CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu === ElitePete [n=pete@c-24-131-71-233.hsd1.pa.comcast.net] has joined #ubuntu [03:14] tyra girl, you got it going on [03:14] Toma-, worked thank you much. [03:14] ElitePete: all good? === tipnmo [n=ian@c-67-171-159-27.hsd1.or.comcast.net] has joined #ubuntu === aTypical [n=aTypical@pdpc/supporter/active/aTypical] has joined #ubuntu [03:14] awesome :) [03:14] ok let me ask full question again...I have a epson stylus 740 printer...I did the gnome new printer went with what it recommended...and tried to print..and it just sits there...any one know whats up? the printer is good...worked in windows...I just put news cartridges in...both color and black..did the clean nozzles and all that... [03:14] np [03:14] what's the default password for root? === Quest-Master [i=HydraIRC@c-24-99-40-24.hsd1.ga.comcast.net] has joined #ubuntu [03:14] i seem to have another issue now though. not related to alsa. [03:14] default [03:14] <_jason> ubotflu, tell CaptainMorgan about root [03:15] when i boot up everything works fine, but i get somethign about sensors and it says "FAILED" [03:15] CaptainMorgan, your user password [03:15] there is no root.. === Silencer [n=Silencer@212.200.27.38] has joined #ubuntu [03:15] there is no root?? huh? weird [03:15] TokenBad, are you setting it up in cups? [03:15] yes there is, it just doesn't have a password set [03:15] <_jason> CaptainMorgan, there is no root *password*, use sudo... ubotflu's link explains it in more detail [03:15] CaptainMorgan: wiki.ubuntu.com/RootSudo [03:16] the ubuntu installer needs to show a goddamn text file explaining the basics of package management and sudo....it would cut the number of questions here in half..... [03:16] ubotflu tell CaptainMorgan about sudo [03:16] CaptainMorgan: the ubuntu faq, the wiki and the installer explained it all to you [03:16] gnomefreak, I am not sure what you mean by cups...if you mean buy going to admin then printers then new printer...yes === uber_spaced [n=uber@pcp08941341pcs.trentn01.nj.comcast.net] has joined #ubuntu === phishead [n=xtra@38-2.200-68.tampabay.res.rr.com] has joined #ubuntu [03:16] what player will play quicktime movies? [03:16] ok TokenBad yes thats what i mean when you go through the screens you see alist of printers is your printer listed in there? [03:16] i know about sudo... not all details.. but of its existence... but - when I first installed linux 6months ago, a root user was automatically created with no password.. [03:17] yes === jeroenvrp [n=jeroenvr@k-uptown.xs4all.nl] has joined #ubuntu [03:17] it auto detected my printer [03:17] dudes - watch the fashion show omg === Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has joined #ubuntu === Phoul [n=death@S0106004005b748fa.wp.shawcable.net] has left #ubuntu ["Bad] [03:17] hi folks === ubuntu_ [n=ubuntu@n1a.ronin.jyu.fi] has joined #ubuntu [03:17] CaptainMorgan, ubuntu is the only linux distro that ive tried that uses sudo not su [03:17] k [03:17] heh [03:17] check this out [03:17] http://www.zegeniestudios.net/ldc/index.php [03:17] how do i make programs start at boot? [03:17] linux distro chooser [03:17] i got ubuntu :D [03:17] how do i put up a buddy icon in gaim? === Blake_Seven [n=bmurray@cpe-69-200-247-0.nyc.res.rr.com] has left #ubuntu [] [03:18] also how do i make a mount command run at startup? [03:18] gisele bundchen wants me [03:18] I tweaked my runlevels a bit and now KDM starts ok, but the tty stays at 1 and should switch to 7 [03:18] ElitePete: take a look at the scripts in /etc/init.d & copy - btw default runlevel is 2 [03:18] Comrade_Vladimir, from the accounts dialogue [03:18] !fstab [03:18] the /etc/fstab file lists all drives and partitions but can be easily configured automatically with the winmac_fstab file found here http://www.ubuntulinux.nl/files/winmac_fstab See . [03:18] how to get my default runlevels back? === Mazin [i=mazin07@adsl-68-73-158-1.dsl.ipltin.ameritech.net] has joined #Ubuntu [03:18] CaptainMorgan: well make her wait === deemo [n=deemo@pcp0010512098pcs.nrockv01.md.comcast.net] has joined #ubuntu [03:18] frogzoo isn't there just a folder like windows? [03:18] lol [03:18] Ok, one more question people, I can't get php to work. It keeps asking me if I wanna download the file. Now I know there is something I need to put in a .conf file, but can you help me [03:18] i'm not good with heavy tech stuff. === chris_ [n=chris@64.80.148.7] has joined #ubuntu [03:19] PhilH elaborate [03:19] TokenBad, did you install the gimp drivers for it? i know my epson uses gimp drivers [03:19] ok, i got a question - if i get KDE /and/ GNOME, how do I switch between the two or choose which one to start with? [03:19] it had stcolor was what it recommended [03:19] but I have tried all 3 === chris_ [n=chris@64.80.148.7] has left #ubuntu ["Leaving"] === n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has joined #ubuntu [03:19] Hey everyone, quick question. I recently changed monitors, however, the settings from my old moniter are aved somewhere because i cant brring the resolution up. any way to do this? [03:19] how would i install themes in xubuntu? === mrplant [n=mrplant@96-87.echostar.pl] has joined #ubuntu [03:19] Mazin: You cant choose int he session manager? [03:19] Mazin: at the login screen, you can choose which session to run [03:19] i tried putting this in my fstab and it didn't work.. "mount -t cifs //servername/share /path -o username=etc,password=etc . [03:20] TokenBad, than im not really sure why its not working :( sorry [03:20] how do i make that command run every time i start my machien? [03:20] Does anyone know how to turn automatic updates on automatic mode? instead of telling it to update every day? [03:20] :x [03:20] can i have a certain one default at startup? === rraajj [n=Schildkr@210.213.69.58] has joined #ubuntu [03:20] deemo: sudo dpkg-reconfigure xserver-xorg [03:20] n0dl, try www.xfce-look.com or org i cant remember [03:20] when I changed drivers for the printer do I need to reboot computer gnomefreak? [03:20] Mazin: Yes, once you boot into one it will ask you if you wanna make it the default === drayen_ [n=drayen@81-1-111-24.homechoice.co.uk] has joined #ubuntu === amorph_ [n=amorph@p54B0C368.dip0.t-ipconnect.de] has joined #ubuntu [03:21] TokenBad, i dont think so but you can try restarting atleast X but reboot just to be sure?? === Yuri [n=yuri@200-161-99-98.dsl.telesp.net.br] has joined #ubuntu [03:21] anyone? [03:21] I dont think you should have to. This isnt windows! :P [03:22] ok whats best way to restart X [03:22] fushi, sometimes you need to restart X not reboot tho [03:22] alt+ctrl+backspace [03:22] best or easiest lol [03:22] i've just upgraded to sun's java, but it seems that ubuntu is still pointing to the java-gcj version, i've tried update-altervative, but the option isnt there... where/how do i make the required changed to use the new version of java? === leandro_ [n=leandro@200.68.215.120] has joined #ubuntu [03:22] xP [03:22] Should the installer work in 32Mb ram? curious if my problem's a lomem issue, or hardware === ryanpg [n=ryanpg@71.194.38.156] has joined #ubuntu [03:22] 32MB?? [03:23] how do I make this command run every time linux starts? mount -t cifs //servername/share /path -o username=etc,password=etc [03:23] drayen_, update-alternatives :( [03:23] phishead, put it in your rc.local file [03:23] smo, i honestly wouldnt recommend using only 32 MB of RAM [03:23] i have no rc.local [03:23] bob2: Okay, I think it installed. Where do I find it in my system, now? === leandro_ [n=leandro@200.68.215.120] has left #ubuntu ["Abandonando"] [03:23] hmm. one sec... [03:23] init.rd, somewhere in there I believe [03:23] phish you could run it on gnome startup [03:23] :P [03:23] eobanb: i tried that..it didn't work [03:23] but if i run it from a command line it works perfectly [03:23] eobanb_, neither would I, but it's an old laptop .. it'd likely be cheaper to replace it than find parts [03:23] drayen_, thats the only way im aware of to change default java usage :( [03:23] Ok, one more question people, I can't get php to work. It keeps asking me if I wanna download the file. Now I know there is something I need to put in a .conf file, but can you help me [03:23] ugh... ok here's my uber-noob question: where can I find a howto for setting up VLC to play wmv rm and other files? [03:24] isn't there a breezy multimedia howto somewhere? [03:24] google? [03:24] smo for such old hardware you might consider a stripped-down debian installation with fluxbox or something like that === deemo [n=deemo@pcp0010512098pcs.nrockv01.md.comcast.net] has joined #ubuntu === gnomefreak used linux for a year or so and still never used vlc :( [03:24] PhilH? u here [03:24] <_jason> ubotflu, tell ryanpg about multimedia [03:24] !vlc [03:24] ryanpg, read the faq [03:24] methinks vlc is a video/audio player that supports almost everything - See http://www.videolan.org/ for more information (VLC is in the repos) [03:24] read, the, faq [03:24] well that sucks, ubuntu has no rc.local [03:24] i dont see init.rd or rc.local anywhere [03:24] go fig. [03:25] smo: make a server install [03:25] I tried reconfiguring xconf, but it did not help, my resolution is still not able to be changed [03:25] sorry _jason === ElitePete [n=pete@c-24-131-71-233.hsd1.pa.comcast.net] has joined #ubuntu [03:25] gnomefreak, in that case is there anyway i can add the sun java to update-alternatives? [03:25] <_jason> gnomefreak, for? [03:25] drayen_, once installed it should be there [03:25] heidi... [03:25] _jason, using bot at same time [03:25] any one know how to add a buddy icon in gaim [03:25] drayen_: if you have more than one JVM installed, yes === Mazin [i=mazin07@adsl-68-73-158-1.dsl.ipltin.ameritech.net] has left #Ubuntu [] [03:25] ahh... thanks _jason that's just what I needed, oh and also thanks for helping rather than spouting nonsense or vague info ;) [03:26] drayen_, did you install it from java website? [03:26] Comrade_Vladimir, ask in #gaim [03:26] drayen_: did you install jre according to these instructions? https://wiki.ubuntu.com/RestrictedFormats#head-e2ebd70ede0e3eb2117ffbd618d2295dd1540dca [03:26] i mean it can't be too difficult or unheard of to have a network drive always "mapped" each time you start gnome [03:26] cool! i forgot [03:26] <_jason> gnomefreak, ah no need to apologize :) [03:26] nalioth, yes. i just installed java via automatrix [03:26] Comrade_Vladimir, Tools > Accounts > Modify > Open. [03:26] Comrade_Vladimir, i send you a pm [03:26] what do I do to get the icons after installing from synpatic? [03:26] Comrade_Vladimir, i sent you a pm [03:26] phishead: just put the commands in .gnomerc [03:26] frogzoo - erm... no :S [03:26] Beat you too it, PhilH. [03:26] Sorry ^^ [03:26] :x === zblach [n=zblach@toronto-HSE-ppp4048761.sympatico.ca] has joined #ubuntu [03:26] still can't access the mounted win drive [03:26] drayen_: well there ya go :) [03:27] CaptainMorgan: in a terminal "killall gnome-panel" [03:27] hmm never used that before [03:27] i see no pm [03:27] Khris, i sent him one ages ago, he didn't seem to notice [03:27] frogzoo: where's that file located? [03:27] grrrrrrrr :( [03:27] Yes, I saw that he also asked that question some time ago... but I figured some one already took care of it. [03:28] Khris, well, i tried ;) [03:28] nalioth.. you - you're good... :) ( Deniro ) thanks === gnomefreak brb [03:28] So I replied the second time. [03:28] ^^ It's cool. [03:28] thanks nalioth... going to take a look at that now [03:28] Is anyone able to help me? [03:28] okok i see it [03:28] Question? [03:28] ok, so NeroLinux can handle my DVD burner, but none of the FOSS tools can, joy [03:28] ZeroIRC: ask your question again, please [03:29] He's asking about PHP. [03:29] phishead: ~/.gnomerc [03:29] Hey everyone, quick question. I recently changed monitors, however, the settings from my old moniter are aved somewhere because i cant brring the resolution up. any way to do this? I tried doing dpkg-reconfigure xserver-xorg but it did no good [03:29] Ok, one more question people, I can't get php to work. It keeps asking me if I wanna download the file. Now I know there is something I need to put in a .conf file, but can you help me [03:29] Hey, what kind of burner in linux can burn iso images for me? Can I do it in gnomebaker? [03:29] ZeroIRC, I think you need to tell apache you're using php. I think it's in the httpd.conf file. [03:29] deemo: do that again, but use the space bar to deselect the resolutions you "don't" want [03:29] I don't have it up and configured at the moment, but did you apt-get php4 or 5? [03:29] huh? === earldude1 [n=rickbman@c-67-177-47-57.hsd1.ut.comcast.net] has joined #ubuntu [03:30] fushi, should be able to [03:30] fushi: any of them can burn iso images [03:30] fushi: Nautilus (the file manager) can. Right-Click, select Write to CD/DVD [03:30] I have everything installed [03:30] brb [03:30] Try to restart Apache? [03:30] Thanks [03:30] !botsnack [03:30] thanks earldude1 :) [03:30] heh. [03:30] np === marcin [n=user@194.114.146.58] has joined #ubuntu [03:31] i still see no .gnomerc === Dmon [n=dmon@81-234-129-72-o824.telia.com] has joined #ubuntu [03:31] fushi, server doesn't seem to work either. the installer simply doesn't get that far [03:31] nalioth: should i log off and log back on for it to take effect? === LeeJunFan is now known as LinusTorvalds [03:31] back === ProtectYaNeck` [n=ProtectY@dsl-144-028.resnet.purdue.edu] has joined #ubuntu === pldn [n=pldn@ppp-70-246-211-159.dsl.stlsmo.swbell.net] has joined #ubuntu === LinusTorvalds is now known as LeeJunFan [03:32] can anyone think of why my gtk themes arent being honored by an app being run from within a 32bit chroot? [03:32] <_jason> phishead, how are you looking for it? === Yuri [n=yuri@200-161-99-98.dsl.telesp.net.br] has left #ubuntu ["Fui] === bulio [n=bulio@unaffiliated/bulio] has joined #ubuntu [03:32] How about it, ZeroIRC? [03:33] if I apt-get upgrade to breezy, will I get any problems? [03:33] Try to restart Apache? [03:33] search [03:33] phishead, files that start with a . are invisible... ls -a [03:33] yea but what dir is that one in === starscalling [n=starz@cpe-24-24-137-48.socal.res.rr.com] has joined #ubuntu [03:33] i know ls -a [03:33] cbhg [03:33] <_jason> PhilH, your home directory, ~ is an alias for it [03:33] hmm === Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has left #ubuntu ["Leaving"] [03:33] its not there [03:33] bulio, we cant answer that but i can tell you breezy is stable [03:33] Krhis, Yea === ablyss [n=ablyss@adsl-215-163-85.aep.bellsouth.net] has joined #ubuntu [03:33] im in my home dir..there is no .gnomerc [03:33] Still no good? [03:33] nope [03:33] greezy isthe shit. [03:34] breezy* [03:34] <_jason> phishead, not for me either === bazka16 [n=bazka16@99-43-112.adsl.terra.cl] has joined #ubuntu [03:34] do i just create it? === bazka16 [n=bazka16@99-43-112.adsl.terra.cl] has left #ubuntu ["Abandonando"] [03:34] greezy is pretty good but i like breezy better :) [03:34] when I get home [03:34] lol [03:34] Odd, php4 or 5? [03:34] ill do the up [03:34] gnomefreak, :-) [03:34] 4 [03:34] bulio, can i make a suggestion? [03:34] I havn't added anything in the .conf file [03:34] I've got 5 up and running here. No problems. [03:35] I'll try 5 === cafuego [n=cafuego_@ppp83-238.lns2.mel3.internode.on.net] has joined #ubuntu [03:35] Ok, tell me if it works. [03:35] hi guys - could someone tell me what is the status of dapper? [03:35] !dapper [03:35] The 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake === v00d00 [n=machoman@blk-222-153-150.eastlink.ca] has joined #ubuntu [03:35] marcin, in development [03:35] marcels, I'm installing it now and so far no trouble at all. [03:35] bulio, give or take a few minutes the download of the breezy iso is about the same as the upgrade i would burn the iso so you have it there for backup [03:35] tritium: I know [03:36] Krhis, Nope [03:36] phishead: there isn't one be default - youl need to make one - use a script from /etc/init.d as a template [03:36] tritium: but I would like to know if it's installable === Hobbsee_ [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu === ProtectYaNeck` is now known as ProtectYaNeck [03:36] Let me check something... brb. [03:36] ok [03:36] ok [03:36] marcin, it's installable, and mostly usable, but i wouldnt recommend it at all for new users nor production use [03:36] tritium: and for example no seriously broken packages such as xorg [03:36] ill try it.... [03:36] thanks [03:36] also...I'd like to play quicktime movie files...any apps that will do this? === Hobbsee_ is now known as Hobbsee [03:36] !restricted [03:36] restricted is, like, totally, https://wiki.ubuntu.com/RestrictedFormats Most of the formats listed here have been replaced by !FreeFormats [03:37] marcin, even if that's currently the case, there's no guarantee that packages won't break in the future, during development [03:37] <_jason> phishead, mplayer [03:37] isn't that text only? [03:37] i just spent 30 min installing it and there doesn't seem to be a gui === thundr [n=thundr@66-168-50-185.dhcp.mdsn.wi.charter.com] has joined #ubuntu [03:37] <_jason> phishead, gmplayer then [03:37] is there a better irc client than mirc? I can't cut and paste from inside the IRC channels when they are active and I'd like to be able to do that, etc. [03:37] lol [03:37] ok [03:37] <_jason> ubotflu, tell phishead about mplayer [03:37] mirc?? [03:37] he has the flu?! :P [03:37] earldude1: there is erc or xchat [03:37] x-chat, bitchx, there are a bunch of them === amiko [n=amiko@200.139.132.252] has joined #ubuntu [03:37] earldude1: gaim [03:38] mirc isnt in ubuntu sources :( [03:38] irssi :) [03:38] earldude1, a free build of xchat for win32 is available from http://www.silverex.org/download/ [03:38] what's the best? or am I going to get a hundred answers for that? [03:38] mirc is *proprietary software* === Jettis [n=h0h0@a80-186-63-56.elisa-laajakaista.fi] has joined #ubuntu [03:38] install firefox? [03:38] how do i make /media/win accessible ? [03:38] permission denied === gnomefreak has that link on my site i love it :) [03:38] help install firefox? [03:38] does firefox include a IRC client????!! [03:38] oh [03:38] CaptainMorgan, use sudo before the command [03:38] !tell CaptainMorgan about ntfs [03:38] earldude1, is this for windows or ubuntu [03:38] earldude1, chatzilla [03:39] ubuntu [03:39] unfortunately, my laptop has windows eobanb_ [03:39] i'd say xchat is the best [03:39] http://www.silverex.org/download/ [03:39] amiko, firefox is installed by default [03:39] ok cool sir [03:39] ty [03:39] or maam [03:39] eobanb_: upgrade to gaim [03:39] whichever [03:39] frogzoo, what? [03:39] is gaim better than xchat? [03:40] chatzilla works with firefox on either windows or linux [03:40] I'm delete [03:40] personally i dont like gaim for IRC. [03:40] earldude1: gaim > xchat [03:40] gaim is pretty good, but it is not a good IRC client [03:40] right. === hyphenated [n=cgilmour@nzns1.eservglobal.co.nz] has joined #ubuntu [03:40] irssi pwns xP [03:40] amiko, use synaptic and install it again [03:40] is chatzilla better than xchat ....consensus? [03:40] earldude1, you're not going to get a definitive answer here, go try them out yourself [03:40] earldude1, not for me but depends what you like [03:41] ok fair enough [03:41] not to mention this is a windows question and this is a linux channel [03:41] Yeah thats true eobanb :) [03:41] i'm brasilian [03:41] right. sorry [03:41] <_jason> !br [03:41] Por favor use #ubuntu-br (/j #ubuntu-br) para ajuda em portugues. Obrigado. === BigIsle [n=secret@big.uhh.hawaii.edu] has joined #ubuntu [03:41] sudo: cd: command not found === jdmpike [n=jordan@CPE-72-128-40-156.kc.res.rr.com] has joined #ubuntu [03:42] i've gotta change my handle. it's freakin lame [03:42] <_jason> uh oh, is ubotu confused about his/her gender? [03:42] how is cd not found ? [03:42] Q: After I finish installing Ubuntu, I assume when it goes into desktop, it looks like this: http://img502.imageshack.us/img502/2654/linux9zl.jpg Any ideas how to fix, running AMD64+6600GT video(AGP) === gnomefreak was thinking what the country code for putugal was :( but br works lol [03:42] <_jason> gnomefreak, pt === Ohmer [n=Homer@ip-66-254-43-22.mqdsl.megaquebec.net] has joined #ubuntu === Centaur5 [n=fishman@68-187-79-131.dhcp.stgr.ut.charter.com] has joined #ubuntu [03:42] lol oops [03:43] v00d00: driver problem - or xorg.conf problem [03:43] v00d00, can you get to a terminal? [03:43] wow, installed ubuntu on a k6-2 450 sis chipset and it was slow as hell; just put it on a PII300, and it is very much faster. problem with the sis chipset and 2.6 kernel? or do you think I had something configured wrong... [03:43] ty _jason [03:43] Sorry, total noob.. but yes I beleive I can get into a terminal (Hitting ALT+CTRL+BACKSPACE right?) [03:43] !tell v00d00 about reconfigure-x === gverig [n=gverig@12.44.117.10] has left #ubuntu [] [03:44] obrigado pela dica. desculpe-me sou novssimo no ubuntu [03:44] noooooooooo === wildhamster [n=wildhams@69.177.143.195] has joined #ubuntu === xophEr [n=xopher@a84-230-124-206.elisa-laajakaista.fi] has joined #ubuntu [03:44] dhofstra: No, SiS is just crap. [03:44] ctrl+F2 === moot_ [n=moot@cpe-065-184-151-250.ec.res.rr.com] has joined #ubuntu [03:44] cool, thought so , thanks cafuego [03:44] hello peeps === TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu [03:44] wb TokenBad [03:44] alright well I think I can get into terminal, but then what? [03:44] !tell amiko about es [03:44] well changing drivers didn't fix it [03:44] i was wondering if proftpd's default install would reject anything but local connections? [03:45] it goes through like its printing the test page..but nothing is on the paper [03:45] v00d00: then run the command ubotflu sent you [03:45] v00d00, once in terminal type sudo dpkg-reconfigure xserver-xorg [03:45] <_jason> frogzoo, what's up with sending all the portuguese speakers to es, weren't you doing that yesterday too :P [03:45] sweet, that's all? [03:45] _jason: there a portuguses chan? [03:45] !pt === Matambo_2-2 [n=Matambo_@200.75.221.66] has joined #ubuntu [03:45] Por favor use #ubuntu-br (/j #ubuntu-br) para ajuda em portugues. Obrigada. [03:45] v00d00, well thats how you get in to configure it you still have to configure it [03:45] <_jason> frogzoo, two, pt and br === merly [n=merly@adsl-65-65-39-232.dsl.fyvlar.swbell.net] has joined #ubuntu [03:46] _jason: ah, well its all greek to me anyhow [03:46] moot_, only ever used vsftpd or pureftpd but default install will accept any connection from that port are u running a firewall? [03:46] can anyone point me to a documentation page about uninstalling ubuntu and restoring MBR without win setup disks? [03:46] <_jason> frogzoo, no worries, jsut thought you weren't aware of the portuguese ones [03:46] butcherbird: nope... turned it off === sudhir [n=sud@221-128-148-14.exatt.net] has joined #ubuntu [03:47] i can log in fine from localhost, but i can't even get a prompt from remote boxes [03:47] gnomefreak: any tip where to go find out what to configure it to? [03:47] ftp 127.0.0.1 doesnt work? [03:47] ah [03:47] ^ [03:47] v00d00, that depends on your hardware === moot_ is now known as moot` [03:47] moot_: check sshd is running & connect via that [03:47] on same router? [03:47] gnomefreak: amd64 and nvidia6600GT(AGP) video [03:47] frogzoo: sshd is fine... i'm on it right now === martianfood [n=martianf@hlfxns0147w-142167196214.ns.aliant.net] has joined #ubuntu [03:48] !nvidia [03:48] [nvidia] at https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia or http://ubuntuforums.org/showthread.php?t=57368 [03:48] finally I established bluetooth connection with nokia 6600 [03:48] v00d00: Are you using nvidias closed source driver? [03:48] v00d00, there [03:48] gnomefreak, you ever hear of that? [03:48] plz help me in daling GPRS [03:48] <_jason> is it possible for me to login to gdm and fluxbox at the same time? if so, how would I proceed? [03:48] TokenBad, no i havent not on a local printer === drapelyk [n=drapelyk@12-219-216-231.client.mchsi.com] has joined #Ubuntu === bshumate [n=bshumate@adsl-222-157-237.clt.bellsouth.net] has joined #ubuntu === siriusnova [n=siriusno@64-251-145-86-cablemodem-roll.fidnet.com] has joined #ubuntu [03:48] cafuego: now idea what I'm using, whatever comes with the install (??) [03:48] gnome: thanks! [03:49] v00d00: the free one then. Switch to the one outlined in the link gnomefreak gave you. === gnomefreak brb reboot [03:49] how do i install modem for 6600 [03:49] awesome! I'll go try that.. thanks guys! [03:49] lol === kleeman [n=richard@ool-44c155e3.dyn.optonline.net] has joined #ubuntu [03:49] hehe [03:50] Is there any good software that shows the current dollar currency in realtime? === B-166_ER-X [n=oli@c66.110.147-28.clta.globetrotter.net] has joined #ubuntu [03:50] i cant believe they are remaking Miami Vice :/ [03:50] nice quite ^^ === jsgotangco [n=ubuntu@210.4.38.43] has joined #ubuntu [03:50] if i use cfdisk to delete the ubuntu partitions, and resize the win partition to fill up the whole hd, and mark the win partition as "boot" - will that get the job done? or will i have grub / boot / mbr problems? [03:51] merly: You'll want to wipe grub too, yes. [03:51] merly, u will need to boot to win partition using grub then type fixmbr i believe from windows cmd shell [03:51] merly: Got a windows boot floppy handy? === mike_ [n=mike@68-65-42-169.chvlva.adelphia.net] has joined #ubuntu === drapelyk [n=drapelyk@12-219-216-231.client.mchsi.com] has left #Ubuntu ["Leaving"] [03:51] cafu- i don't but i can get one. :) [03:52] merly: With the win floppy, simply run 'fdisk /mbr' after booting from it, that kills grub. === Mabus06 [n=Nick@hlfxns0149w-142177137117.ns.aliant.net] has joined #ubuntu [03:53] ANy reason you're not expanding Linux and wiping Windows intead? === SY0724F [n=SY0724F@200.143.84.143] has joined #ubuntu [03:54] cafu - pinnacle studio plus... thinking i will need the full hd for video.... === aTypical [n=aTypical@pdpc/supporter/active/aTypical] has joined #ubuntu [03:54] yeah, that eats hd space somewhat nastily [03:54] cafu - i've heard of open source video software but i have trouble believing they are equal. :v\ [03:55] cafu - my FIL gave me the cd for studio and then the upgrade to "plus" for free. [03:55] merly: they aren't, Partition Magic is leagues better than its equivalents, IMO [03:55] merly: They're at least as good as pinnacle. === n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has joined #ubuntu [03:55] merly: of course, in most instances, OSS is as good, if not better than their closed counterparts === cafuego has only ever really worked with Premiere and Final Cut Pro, though. [03:56] cafu, razor: mebbe i'll give the OSS video stuff a look. [03:56] merly: also, do you know of tab-complete? [03:56] merly: Give it a try... you cna always wipe if it doesn't suit. [03:56] merly: 'cinelerra' and 'kino'. [03:56] cafu - you've never used either? [03:56] how do I connect GPRS [03:57] merly: I used kino to export DV to ogg/theora. it's a tad crashy, though. [03:57] installing new modem ? [03:57] Well, on amd64 anyway. === weo1 [n=weo@p5499FE79.dip.t-dialin.net] has joined #ubuntu === fp [n=fp@c-67-170-50-239.hsd1.wa.comcast.net] has joined #ubuntu [03:57] cafu i don't know what ogg / theora is... === chris86wm [n=chris@user-0ceiabt.cable.mindspring.com] has joined #ubuntu [03:58] cafu - i'm also not so into "a tad crashy" :v) [03:58] merly: a free video codec === alekz [n=alekz@200.38.225.239] has joined #ubuntu === tvelocity [n=tony@84.254.13.74] has joined #ubuntu [03:58] cafu - ! got it. that's cool, I'm interested in those. . . [03:58] merly: I don't know how well they run on i386; amd64 support for video has always been shitty. [03:58] hi anyone has a video ipod running on ubuntu ? [03:58] <--- 64 bit ubuntu === cafuego only wiped it and downgraded to 32bit last night === whitelines [n=chatzill@ppp-69-208-151-92.dsl.ipltin.ameritech.net] has joined #ubuntu [03:59] does the 64 bit ubuntu run well? [03:59] I've got an ipod running ipodlinux, but it's not a video. [03:59] merly: Ubuntu amd64 and video are not a great combination. [03:59] chris86wm: As long as you don't want video, flash or java. === brownie17 [n=fraser@static-203-87-6-82.vic.chariot.net.au] has joined #ubuntu === Amaranth [i=travis@ubuntu/member/amaranth] has joined #ubuntu [03:59] cafu - see, there you go, i'm wiping anyway... [03:59] i keep getting told i need flash 8, how can i get this? [03:59] cafuego, lol === dabaR_ [n=dabaR@wnpgmb02dc1-179-152.dynamic.mts.net] has joined #ubuntu === Falstius [n=airen@pcp0012090390pcs.nanarb01.mi.comcast.net] has left #ubuntu [] [04:00] cafu - i didn't make a "home" partition. so everything would go, anyway. [04:00] are there any benefits of running the 64bit edition? [04:01] chris86wm: For a developer or database system, probably. For and end user, no. [04:01] ah [04:01] plzzzzzzz [04:01] cafu - plus, you know, i go the 1280 x 800 display working (with kind help from this room), and I eventually got the rt2x00 wireless to work (thanks to doc page, and building the CVS tarball from serial monkey)... [04:01] i need help abt GPRS === chris86wm [n=chris@user-0ceiabt.cable.mindspring.com] has left #ubuntu ["Leaving"] [04:01] merly: d'oh! I did at least do one of those, so i was only down for half an hour whilst reinstalling. [04:02] i got help on ubuntu.org but its not in english , so idnt understand === jdmpike is now known as jdmpike_ [04:02] I think the printer don't work right or something [04:02] cafu - procrastinating from studying for finals, i installed / wiped about 6-7 different distros last week. [04:02] cause it saying the printer is busy now and its not [04:02] ok, i have proftpd running in debug level 9 and i can see messages when I log in from localhost. However, no messages are generated by clients from remote hosts. The firewall is off and other services are receiving traffic normally... where else can i look? === nabelle25 [n=isabelli@MTL-HSE-ppp182408.qc.sympatico.ca] has joined #ubuntu === CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu === freysteinn [n=freystei@freysteinn.com] has joined #ubuntu === starscalling [n=starz@cpe-24-24-137-48.socal.res.rr.com] has joined #ubuntu [04:05] anyone here ? ... and could post how the nessus config should look ? === chungaroo [n=daniel@adsl-145-97-217.asm.bellsouth.net] has joined #ubuntu [04:05] cafuego, is it possible to get flash player 8 for linux yet? [04:05] merly, I am procrastinating finals studing also [04:06] i'm having troubling listening to music on purevolume.com through the flash interface [04:06] brownie17: I doubt it. Macromedia/Adobe suck. [04:06] noone have a Nessus.desktop I can have a look at ? ... I'm unsure as to how to write it correctly [04:06] cafuego, agreed. i need it to watch animations on NG these days === CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu [04:06] h [04:07] how do I access /media/win ? [04:07] says Im not the owner.. bull [04:07] Hey, anyone in here know who to change the root pass for MySQL? === ssam [n=ssam@88-104-132-192.dynamic.dsl.as9105.com] has joined #ubuntu [04:07] CaptainMorgan, root wil be === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu [04:07] ZeroIRC: via 'mysqladmin' [04:07] cafuego, Thanks [04:07] sudo cd /win returns with sudo: cd: command not found === nabelle25 [n=isabelli@MTL-HSE-ppp182408.qc.sympatico.ca] has joined #ubuntu [04:08] CaptainMorgan: change the /etc/fstab entry for that partition. The part about defaults, change to defaults,umask=0222 and then umount that partition, then remount it. === Mr_Smiley [n=smiley@58.160.196.172] has joined #ubuntu [04:08] cafuego: flu? [04:09] there's two defaults [04:09] defaults and defaults, errors [04:10] errors=remount [04:10] !enter [04:10] please don't use the "enter" key as punctuation! It spams the channel and is annoying. Write in complete sentences and keep your replies and questions on one line if possible. Thanks! [04:10] ZeroIRC: as root not usuall in msqyladmin...in mysql.. SET PASSWORD FOR 'name@host' = PASSWORD('newpass'); [04:10] I got it, thanks though [04:10] enter? [04:10] what? === hybrid [n=hybrid@dpc6745217221.direcpc.com] has joined #ubuntu [04:11] fstab is read only... === os2mac [n=jim@ip68-10-71-214.hr.hr.cox.net] has joined #ubuntu [04:11] how to change ? === odat [n=systemax@ip106.186.235.64.susc.suscom.net] has joined #ubuntu [04:11] is chntpw on the Ubuntu LiveCD? === copilot [n=will@c-67-175-136-128.hsd1.il.comcast.net] has joined #ubuntu === hybrid [n=hybrid@dpc6745217221.direcpc.com] has left #ubuntu [] [04:11] CaptainMorgan: you use "sudo gedit /etc/fstab" === VictorI [n=VictorI@c-24-30-126-12.hsd1.ca.comcast.net] has joined #ubuntu [04:11] CaptainMorgan: if unsure what to chjange, post the whole file to paste.ubuntu-nl.org [04:12] did anyone see the linus torvald comments today about gnome? [04:12] quick question, I only scanned the docs, does ubuntu have a unstable branch for the deb repository? [04:12] # /etc/fstab: static file system information. [04:12] # [04:12] # [04:12] proc /proc proc defaults 0 0 [04:12] /dev/sda2 / ext3 defaults,errors=remount-ro 0 1 [04:12] /dev/sda5 none swap sw 0 0 [04:12] wtheck is up with the URl change anyhow... [04:12] /dev/scd0 /media/cdrom0 udf,iso9660 ro,user,noauto 0 0 [04:12] dont flood! [04:12] /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0 === mode/#ubuntu [+o tritium] by ChanServ [04:12] oh.. oops [04:12] ya, no, not here. [04:12] sorry [04:12] !paste [04:12] rumour has it, paste is please use http://paste.ubuntu-nl.org/ or #flood to paste large amounts of text === tritium warns CaptainMorgan [04:12] CaptainMorgan: please post there again, to that site, I can not read here well. === mode/#ubuntu [+o nalioth] by ChanServ [04:12] sorry to ask this again, but it got killed by the flooder, does ubuntu have a unstable branch ? [04:12] uh oh [04:12] How can I set a process to run on startup in Ubuntu? === CaptainMorgan throws tritium overboard === mode/#ubuntu [+b %CaptainMorgan!*@*] by nalioth [04:12] odat: where are they? === mode/#ubuntu [-o nalioth] by ChanServ [04:12] CaptainMorgan knows better :) [04:13] hehe [04:13] CaptainMorgan, walk the plank, matey [04:13] CaptainMorgan: Ill still correct your file on pastebin if you post. [04:14] VictorI: if it does, it's called "grumpy" [04:14] thank you, ill look for that keyword in the wiki [04:14] hello all [04:14] VictorI: unless you count "dapper", but that's just the next release. It's currently unstable, but will become stable with time. [04:14] VictorI: there is the new version that is in development, and that one is unstable. dapper drake. [04:14] I just want -current. Like we have with any BSD flavor. [04:14] dooglus, its all over the linux news sites === tritium will unban CaptainMorgan for some free spiced rum [04:15] VictorI: see https://wiki.ubuntu.com/GrumpyGroundhog [04:15] odat: URL? [04:15] CaptainMorgan: check out posts on pastebin. === AIV [n=oscar@ppp-70-246-54-255.dsl.rcsntx.swbell.net] has joined #ubuntu [04:15] eobanb: [04:15] i burnt the disc [04:16] CaptainMorgan: /j #dabar [04:16] dooglus, do a search for linux news its on linux today website [04:16] but how do i boot it === SilentOutcast [i=SilentOu@pool-129-44-117-55.pghk.east.verizon.net] has joined #ubuntu [04:16] I just found a "Startup Programs" in session preferences. [04:16] But that will only run when I actually log in as me, right? [04:16] hi has anyone ordered ubuntu in upstate newyork [04:16] using Synaptic, I installed Apache, how do I find out where it is located? === nano [n=nanophob@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu === merly is looking at cinelerra web page... [04:17] man [04:17] how do iset the mac to boot from my ubuntu disk [04:17] odat, it's really of no consequence [04:17] this is making me angry [04:17] warren_, hold down "c" while booting [04:17] stupid ftp === freysteinn [n=freystei@freysteinn.com] has joined #ubuntu [04:17] oh ok [04:17] any thing else / [04:18] tritium, I just think its really crass of him use what i use or your dumb [04:18] warren_, tap your heels, and repeat "there's no place like home" [04:18] CaptainMorgan: there is another post there now. === Grimlord [n=thegrim@dpc674431019.direcpc.com] has joined #ubuntu === mode/#ubuntu [+o nalioth] by ChanServ === mode/#ubuntu [-b %CaptainMorgan!*@*] by nalioth === mode/#ubuntu [-o nalioth] by ChanServ [04:18] did the grumpy groundhog ever get started? or was the idea scrapped in the end? [04:18] odat, worry not, my friend === gahan [i=gahan@coyote.fsh.hu] has joined #ubuntu [04:18] CaptainMorgan: read the /topic please [04:19] who knows how to set up apache to work with svn? === mode/#ubuntu [-o tritium] by tritium [04:19] tritium, just don't want to see users, developers, or distrubutions to drop gnome [04:19] don't worry about that [04:19] yea [04:19] dabaR: The apache.org docs (use apache2!) [04:20] no, I wont. [04:20] anyone know if I can get better than 450 fps on an ATI Mobility 9600? [04:20] http://paste.ubuntu-nl.org/5739 [04:20] Well, with apache 1.3 it's a pain. Apache2 has it built-in. === The_Baker [n=The@pool-71-112-129-39.sttlwa.dsl-w.verizon.net] has joined #ubuntu === BROKEN_LADDER [n=bal@adsl-69-226-246-67.dsl.pltn13.pacbell.net] has joined #UBUNTU === mode/#ubuntu [+b broken_ladder!*@*] by ChanServ === BROKEN_LADDER [n=bal@adsl-69-226-246-67.dsl.pltn13.pacbell.net] has left #Ubuntu [requested] [04:20] ooh! [04:21] CaptainMorgan: I wanted the output of running "mount" in a terminal. === Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu [04:21] holy sheet!!!! === cafuego chants the COME UBOTU chant [04:21] muder facker [04:21] !!! [04:21] [!] what you add before a sentence to talk to me [04:22] Come to daddy! [04:22] moot`: those exclamations are not helping your situation [04:22] system is rejecting incoming packets on port 21 [04:22] no firewall is on === ubotu [n=blootbot@ubuntu.cc.com.au] has joined #ubuntu [04:22] nor iptables [04:22] moot`: sure its not your ISP? [04:22] dabar that was the output of a terminal [04:22] !test [04:22] changed proftpd to use port 2600 and it worked immediately [04:22] Stop poking me! [04:22] Toma-: this is all on the local network [04:22] whats dapper? [04:22] moot`: ok [04:22] !dapper [04:22] The 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake === n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has joined #ubuntu === xxx [n=bbfg@202.95.135.206] has joined #ubuntu [04:23] can you send me the link on how to install themes in xubuntu? [04:23] gahan you play chess ? === merly is now known as merlyTVs [04:23] n0dl: download, copy the theme folder to ~/.themes [04:24] Toma- i did === Kickersny [n=Kickersn@cpe-69-205-138-52.stny.res.rr.com] has joined #ubuntu [04:24] rhx === sklav [n=sklav@64.235.218.42] has joined #ubuntu [04:24] CaptainMorgan: nope [04:24] hey guys im back === Xlylith [n=Xlylith@ip-141-225-net.net2cyber.net] has joined #ubuntu [04:25] thank you bob2 [04:25] hei jatkat nyt saunomaan. [04:25] mina tarjoon. [04:25] i was able to migrate the drive to my other dedicated system [04:25] oluttakin on. [04:25] what up Seveas === Mr_Milenko is now known as Milenko_The_Snow [04:26] so on a side note who read the linus torvalds opinion of gnome? === oblib [n=khaled@156-130-13-204.erd.cust.wirelessbeehive.com] has joined #ubuntu === Teltariat [n=tekron@h-67-101-199-24.nycmny83.dynamic.covad.net] has joined #ubuntu [04:26] not i [04:26] Hello folks [04:26] link? [04:26] I just installed ubuntu and I'm running Sudo for the first time and it asks me for root password [04:26] yet it never asked for it during install... [04:26] its on linuxtoday [04:26] 'sudo passwd' [04:26] I am working off a server install, and I would like to know how to get all the acpi stuff that comes in a typical install. [04:26] Kickersny: it's not asking for a root pwd, use your user pwd [04:26] Kickersny, use ur usernames password [04:26] type your main password === we0 [n=weo@p5499FC19.dip.t-dialin.net] has joined #ubuntu [04:27] awesome, thanks [04:27] Teltariat: please dont recommend that [04:27] 'sudo passwd' sets root passwd [04:27] nalioth: works for me :D [04:27] Kick: Type your password not root [04:27] sklav: link pls [04:27] :) [04:27] Teltariat: this is ubuntu, not debian or redhat. we dont have a root account enabled for a reason [04:27] its on linux today [04:27] ah [04:27] Kickersny, I recommend you try to learn to use sudo instead [04:27] ftp is so much faster than samba [04:27] www.linuxtoday.com [04:27] joy [04:27] nalioth: I apologize. [04:28] moot`: lies. [04:28] sudo is sweet now that i got used to it [04:28] lol [04:28] Milenko_The_Snow: :( [04:28] where will I get GTK2::TrayIcon ? [04:28] How do I use Vino in Ubuntu? [04:28] I like 'sudo bash' myself === benplaut [n=benplaut@cpe-70-95-146-177.hawaii.res.rr.com] has joined #ubuntu [04:28] aaw [04:28] ok, that was fun. [04:28] my nick isnt complete here [04:28] :( [04:28] Can one use any Debian/apt repository for Ubuntu, or no? [04:28] Milenko_The_Snowman [04:28] lol [04:29] with a folder named -Captain how do you access it ? i tried "-Captain" but it didn't work [04:29] is it Milenko_The_Snowball? [04:29] I'd like to install things like mplayer, naim, and such [04:29] it is too long as it is... [04:29] Snowman [04:29] lol [04:29] (Which aren't available in the official repos) [04:29] christmas nick [04:29] anyone got any tricks or links for getting more than 450 fps out of a ati 9600 Mobility? [04:29] i see [04:29] Teltariat: read the FAQs [04:29] its usually RudolphRedp****r but thats not nice for freenode [04:29] :P [04:29] CaptainMorgan: try "-Captian" or \-Captian, or something of that nature... [04:29] adding repositories is one of the first things discussed [04:29] Grimlord I thougth people could only discern like 30 fps [04:29] Grimlord, did you follow the ati wiki? === jinkles [n=jinkles@24-205-235-153.dhcp.snlo.ca.charter.com] has joined #ubuntu [04:29] Grimlord, on nvidia im getting some pretty sweet numbers like 1900fps === rabeldable [n=rabeldab@adsl-69-109-165-159.dsl.pltn13.pacbell.net] has joined #ubuntu [04:30] have you read the howto ? [04:30] !tell Grimlord about ati [04:30] i followed it and it works pretty sweet now [04:30] bshumate nope [04:30] i dont see what all the bad press is for gnome as of late [04:30] I am working off a server install, and I would like to know how to get all the acpi stuff that comes in a typical install (the scripts in /etc/acpi). [04:30] its has gotten pretty sweet [04:30] who knows how to remove operator logos from their nokia phones? [04:31] brownie17, yyou need to flash it [04:31] brownie17: i think you are really really offtopic here [04:31] brownie17, Dremel tool :) === taxman [n=Tim@pm893-29.dialip.mich.net] has joined #ubuntu [04:32] Trit: Yes, I used mlomker's tut and it installed great...just seeing realy low rates [04:32] unless there is ubuntu on the phone ;) [04:32] Grimlord, have you rebooted? [04:32] Grimlord, not sure what you're referring to. I suggest you follow the wiki page I had ubotu send you, and please use ubuntu packages [04:32] after i rebooted i got better fps === Chris_C [n=chris@user-11218jf.dsl.mindspring.com] has joined #ubuntu [04:32] I typed the following at gnome terminal "user@Ubuntu-Home:~$ sudo apt-get install php4 [04:32] ", and got the following "Reading package lists... Done [04:32] Building dependency tree... Done [04:32] W: Couldn't stat source package list http://us.archive.ubuntu.com breezy/universe Packages (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy_universe_binary-i386_Packages) - stat (2 No such file or directory) [04:32] W: Couldn't stat source package list http://us.archive.ubuntu.com breezy-backports/main Packages (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_main_binary-i386_Packages) - stat (2 No such file or directory) === mode/#ubuntu [+o nalioth] by ChanServ [04:32] will do, thank you [04:32] W: Couldn't stat source package list http://us.archive.ubuntu.com breezy-backports/restricted Packages (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_restricted_binary-i386_Packages) - stat (2 No such file or directory) === AIV [n=oscar@ppp-70-246-54-255.dsl.rcsntx.swbell.net] has left #ubuntu [requested] === JaZy84 [n=cjazinsk@cpe-70-117-206-214.rgv.res.rr.com] has joined #ubuntu === mode/#ubuntu [-o nalioth] by ChanServ [04:33] CaptainMorgan: get into the parent dir, then : cd ./-Captain [04:33] hey guys i have a question. is there a way to convert ntfs -> any other native linux fs with out being distructive. have 2 drives both at 200 gbs both full and am getteing tired of booting into windows to move files around === AIV [n=oscar@ppp-70-246-54-255.dsl.rcsntx.swbell.net] has joined #ubuntu [04:34] JaZy84: only partition magic can do that, but back up anyway [04:34] AIV: please read the /topic and don't paste in here [04:34] I got kicked for pasting? [04:34] ok, I didnt know [04:34] what's the likely hood of PM screwing if up? === panzer [n=panzer@149-11-223-201.adsl.terra.cl] has joined #ubuntu [04:34] i don't have a medium to back up to :/ [04:34] JaZy84: any time you mess with partitions, you run risks === Ch4tik4 [n=kla@202.152.172.1] has joined #ubuntu [04:35] i just realized my desktop icons are missing [04:35] JaZy84: I haven't had a problem with it yet [04:35] but i only use ntfsresize now [04:35] yeah, i suppose i'll give it a show [04:35] shot* [04:35] just send all your important stuff to gmail [04:36] what linuxfs did you convert too. is one better (less likely to mess up) then another [04:36] that is a great idea moot` [04:36] how is it that ubuntu can fit all this on one CD whereas SuSE, for example, uses 5? [04:36] it boggles my mind :) [04:36] where will I get GTK2::TrayIcon ? [04:36] JaZy84: use ext3 [04:36] Kickersny, ubuntu is basic the 1st cd [04:36] sudhir: cpan.org most likely [04:36] any version of PM? [04:36] moot`That way Google can read all your stuff too! :) [04:36] sklav, which is all I want on my craptop :) [04:36] JaZy84: i'd think the newer the better [04:37] ah k [04:37] thanks let me check [04:37] i was thinking you were mistified with the 1 / 5 ratio === ^DIAN^ [n=ayoex@202.152.172.1] has joined #ubuntu [04:37] hehe [04:37] Wow. I'm SSH'd in. [04:37] alright thanks for the help guys [04:37] nalioth : got it thanks [04:37] how can one build ubuntu from scratch? [04:38] dumb q: Is there a verbose boot option like FreeBSD to see the hardware scanning? [04:38] ubotu, glad you're feeling better! [04:38] benplaut: I give up, what is it? [04:38] !botsnack [04:38] :) [04:38] for example specific installs? === duncan_cragg [n=duncan@dsl-212-23-31-158.zen.co.uk] has joined #ubuntu [04:38] hello - is anyone here? [04:38] now if only I could get wifi working... [04:38] nope [04:38] im looking to create a cdrom like i did for centos [04:38] but ubuntu instead [04:38] sklav: You can do the 'server' install and then add packages as needed. [04:39] i know but where is the fun ;) [04:39] the fun is in spending the saved time in teh pub [04:39] sklav: https://wiki.ubuntu.com/LiveCDCustomizationHowTo https://wiki.ubuntu.com/InstallCDCustomizationHowTo === Kindred [i=brandify@188.240.132.203.in-addr.wholesaledsl.net] has left #ubuntu [] [04:39] cafuego, my issue is im not familiar with deb packaging === tritium slides a pint down the table to cafuego === advent_linux [n=maxb@219-88-178-219.jetstream.xtra.co.nz] has joined #ubuntu [04:40] im reading on the motu site to get a clue [04:40] clues are good to have [04:40] Kickersny, which wifi card === truz24 [n=truz24@12-220-103-82.client.insightBB.com] has joined #ubuntu [04:40] what would I look for to track down why my wireless card is not recognized anymore. It is again if I boot from the livecd === dderr_ [n=dderr@cpe-70-112-24-97.austin.res.rr.com] has joined #ubuntu [04:40] i've had good luck with wifi working out of box === Kuyaedz [n=Kuyaedz@c-24-2-76-178.hsd1.ut.comcast.net] has joined #ubuntu [04:41] JaZy84, Lucent Orinoco WaveLAN [04:41] wifi worked for me on my Thinkpad R50e - out of the box [04:41] Are there any tools in ubuntu that will convert a pdf to bmp? [04:41] truz24: imagemagick probly === ubuntu_ [n=ubuntu@69-162-19-187.stcgpa.adelphia.net] has joined #ubuntu [04:41] duncan_cragg, this is a laptop which is...getting up there in years :) [04:41] i started installing gimp, then changed my mind, now gimp is unselected, yet I screwed something up and still have about 400 packages waiting to be installed by dselect, how can i fix this === jsubl2 [n=jsubl2@72.48.95.220] has joined #ubuntu [04:41] I only paid 440 for it - $700 or so [04:42] i want a laptop [04:42] dderr_: don't use dselect [04:42] looking for one that works well in linux [04:42] aka fully supported [04:42] dderr_: also, #ubuntu is not a Debian support channel [04:42] duncan_cragg, I got mine free because it's fux0red [04:42] sklav: get a thinkpad man [04:42] Just want to say AMAZING work on the Ubuntu Live CD. A friend at work gave it to me and I stuck it in my 2 yr old centrino laptop and it booted up with wireless working perfectly and things looking great. [04:42] sklav, I've had good results recently with a thinkpad, as duncan_cragg said, also with one from fujitsu and one from dell. I think the IBM is the best of the three. [04:43] sethk cool i will take your advice === deg0ba [n=matt@70-56-166-75.mpls.qwest.net] has joined #ubuntu [04:43] i was hoping hp would work [04:43] sklav, of course there are tons of others that I haven't tested. [04:43] they have an awesome one on special [04:43] sklav, hp may well work. I hate their keyboards so I ignore them. [04:43] sklav: I live and die by the Compaq X1000. Look into it. Not sure what they run now, but they are amazing with big beautiful widescreens etc. [04:43] i used to work at ibm [04:43] anyone here know how to get suspend to work nicely with the R50e? [04:43] Get a X1010 off ebay [04:43] Probably $500 these days [04:43] Maybe a little more [04:43] echo -n 4>/proc/acpi/sleep isn't it [04:44] bob2: where you recommend going for dselect help? [04:44] could anyone get the hardware sensors working in xfce for ubuntu? [04:44] sklav: I just did a flawless install on an Inspiron 8600 (except getting the OpenGL tuned). Intel Wireless and all works perfectly [04:44] dderr_: are you an experienced dselect user? === phos-phoros [n=phos-pho@CPE-65-26-72-55.we.res.rr.com] has joined #ubuntu [04:44] somewhat, yeah [04:44] dselect has an option to cancel === Mabus06 [n=Nick@hlfxns0149w-142177137117.ns.aliant.net] has joined #ubuntu === scott [n=scott@adsl-144-36-145.mia.bellsouth.net] has joined #ubuntu === JoeyDay|ubuntu [n=joeyday@205.124.151.254] has joined #ubuntu [04:45] How do I get Firefox+sound working for http://ytmnd.com/ [04:45] ? [04:45] you need top get the quicktime plugin [04:45] The whole site has silly animated images with background sounds [04:45] I installed the spca5xx drivers google told me to do for my webcam. How do I get it to 'work'? [04:45] scott: Link [04:45] Actually [04:45] I am in Ubuntu live [04:45] :/ [04:45] dont have one. search www.firefox.com for it [04:46] oh. that may be a littel different === ViViD [n=ViViD@c-67-160-125-239.hsd1.wa.comcast.net] has joined #ubuntu [04:46] How does Live work [04:46] dont know [04:46] dderr_: does hitting = on everything in the "things to be installed screen" work well enough? [04:46] cd [04:47] live works by booting from the disk and using the hardrive as an accessory rather than booting from the harddrive === frank23 [n=frank@modemcable135.248-130-66.mc.videotron.ca] has joined #ubuntu [04:47] That's amazing === ejofee [n=ejofee@195-245-89-185.dtcom.ro] has joined #ubuntu [04:47] but i have an inquiry of my own. if nobody can help me then i am screwed....see, i forgot the password to my user account [04:47] Kudos to the Ubuntu team === hoochiepapa [n=russ@h164.154.213.151.ip.alltel.net] has joined #ubuntu [04:48] i feel like a nub [04:48] You have root but not the user? [04:48] anybody here use shfs(u)mount? [04:48] scott are u logged in at the moment? [04:48] yes [04:48] scott, passwd username [04:48] to both questions [04:48] Just copy all the settings for the user [04:48] Delete him [04:48] Then add him again [04:48] Setting the new password [04:48] That's what I would do b/c it's quick and dirty === Slackwise-- [n=lance@68-186-27-184.dhcp.astr.or.charter.com] has joined #ubuntu [04:48] wtf [04:48] I am sure there is a faster way [04:48] passwd username as root will fix ur issue [04:48] i assume i need to do the terminal command logged in as a super user? [04:49] yeah [04:49] yes scott [04:49] thanks [04:49] as root you can just do passwd username [04:49] Yeah [04:49] no need for any strangeness [04:49] hehe [04:49] $ passwd scott [04:49] ubuntu_, bad advice heheh [04:49] New password: [04:49] etc. [04:49] sklav: It would have worked [04:49] yeah [04:49] OK [04:49] So [04:49] but groups would be somewhat tweaked if not done well [04:50] I have a laptop here running Ubuntu Live [04:50] I am hooked now [04:50] !tell ubuntu_ about enter [04:50] awesome. thanks guys. i dont know all of the terminal commands yet. [04:50] scott: One of my favorites is 'rm -rf *' [04:50] lol [04:50] scott, dont listen [04:50] Usually after my 2nd favorite 'cd /' === Slackwise-- is now known as Slackwise [04:50] ubuntu_, please don't do that [04:50] bob2 : where is the "things to be installed" screen in dselect? [04:51] Anyone know of a way to make sure ez-ipupdater runs at startup? [04:51] Add it to the /etc/init.d as a startup [04:51] dderr_, press spacebat [04:51] dderr_, press spacebar [04:51] you will have an options menu with number [04:51] ubuntu_: Can I add it in there with flags? === Kuyaedz [n=christer@c-24-2-76-178.hsd1.ut.comcast.net] has joined #ubuntu [04:51] what is a good graphical ftp client [04:52] JaZy84, : Filezilla [04:52] This particular process needs to be running as a daemon, so I need to tack the --daemon flag on there and a --config-file flag. [04:52] JaZy84 try gFTP in gnome === panzer [n=panzer@149-11-223-201.adsl.terra.cl] has left #ubuntu ["Abandonando"] [04:52] JoeyDay|ubuntu, : You can do whatever [04:52] ubuntu_: Okay, how do I put it in there? [04:52] You make a service [04:52] Add it as a service basically [04:52] I'm completely new to Linux. [04:52] gftp for some reason isn't listing certain sites.. i try pasv on off still nothing however i know they are open and working (via another machine) === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu [04:53] Can you point me to a tutorial or explain the commands for me? Sorry to be such a n00b. [04:53] JoeyDay|ubuntu, : I suggest googling 'add service /etc/init.d linux ubuntu' or something similar [04:53] JaZy84: odd. I haven't had any problems with gFTP on three machines.. [04:53] hrm [04:53] GFTP is indeed crap [04:53] I recommend Filezilla [04:53] I don't care for Gnome to be honest [04:53] likes gftp [04:53] And many Gnome apps [04:53] ubuntuguid.org has the guide for version 5.04 [04:53] I agree with Linus [04:54] ubuntu_, to each their own [04:54] is there a guide for 5.10, or is it just the same as far as the guide goes? [04:54] I don't agree with Linus, but thats for another forum I'm sure [04:54] linus is full of shit. [04:54] but i must say that gnome over the past year has improved [04:54] its a hell of a lot faster than it used to be [04:54] and kde is full of ugly ;-) [04:54] ubuntu_, please don't start a desktop war, and please use full sentences rather than hitting enter so often [04:54] and compared to new kde i think its faster [04:54] as my system is set to dual boot [04:54] tritium, : Apologies, ENTER is a habit of mine [04:54] so same specs gnome faster === nitinshantharam [n=nitinsha@dsl081-034-210.lax1.dsl.speakeasy.net] has joined #ubuntu [04:54] hey guys, how can i jail a specifc sftp user to a specfic directory (not home dir) === taxman [n=Tim@pm893-29.dialip.mich.net] has left #ubuntu [] [04:54] i like kde [04:55] Speed is only one factor, like everything else in the world === Mulder [n=mulder@unaffiliated/mulder] has joined #ubuntu [04:55] but the last 3 versions have weird icons [04:55] I would rather be beautiful and a slow runner for instance [04:55] they dont resize properly [04:55] please give me a link to a latest howto on installing nvidia in ubuntu [04:55] when changing resolution [04:55] filezill on apt? [04:55] ubuntu_ : no you wouldn't [04:55] ejofee: goto the forums [04:56] i would rather be average but freaking fast === Chadza [n=Miranda@pcp0010702372pcs.manass01.va.comcast.net] has joined #ubuntu [04:56] Girls don't care about fast [04:56] look at the olympics [04:56] $$$ === Mulder [n=mulder@unaffiliated/mulder] has left #ubuntu ["Leaving"] [04:56] No. Drug$$$$ [04:56] Then your records get taken away from you [04:56] sklav : im still not finding anything useful for helping me uselect a bunch of stuff [04:56] ubuntu_, girls dont care about men either you shpould be a shoe if you want attention [04:56] hey guys, how can i jail a specifc sftp user to a specfic directory (not home dir) [04:57] dderr_, 1 sec let me check === zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu [04:57] ejofee, http://ubuntuguide.squarecows.com/doku.php#hardware === aqfn [n=daniel@adsl-69-232-45-250.dsl.irvnca.pacbell.net] has left #ubuntu ["Leaving"] [04:57] Can anyone reccomend a program I can use webcam in conversations with msn contacts? [04:57] JaZy84, : http://sourceforge.net/project/showfiles.php?group_id=21558&package_id=15149&release_id=377444 LINK TO FILEZILLA DOWNLOAD === WhyvasLT [n=poop@fctnnbsc15w-156034095047.nb.aliant.net] has joined #ubuntu [04:57] ty [04:57] Mabus06, : If you do that you should use shotgun mouthwash immediately === Killer_Smurf [n=Killer_S@S0106000c76ba0623.cg.shawcable.net] has joined #ubuntu === AIV [n=oscar@ppp-70-246-54-255.dsl.rcsntx.swbell.net] has joined #ubuntu === lori [n=lori@S010600b0d02a6aec.gv.shawcable.net] has joined #ubuntu === Grimlord [n=thegrim@dpc674431019.direcpc.com] has left #ubuntu [] [04:58] dderr_, i dont have dselect installed on my ubuntu system === titanium [n=titanium@blk-222-158-20.eastlink.ca] has joined #ubuntu [04:58] dderr_, just go to #debian === JairunCaloth [n=daniel@71-14-42-161.dhcp.crtn.ga.charter.com] has joined #ubuntu === ryanpg [n=ryanpg@71.194.38.156] has left #ubuntu ["Leaving"] [04:58] rosen: thank you [04:58] but dont mention ubuntu [04:58] binarydigit: thanks [04:58] say debian stable [04:59] if asked === zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu [04:59] can someone help me with recompiling my kernel? === Yuri [n=yuri@200-161-99-98.dsl.telesp.net.br] has joined #ubuntu [04:59] ejofee, happy to help [04:59] hello [04:59] sklav : thx for your help anyways [04:59] JairunCaloth, : If you are asking that you shouldn't be recompiling your kernel === gahan [i=gahan@coyote.fsh.hu] has left #ubuntu [] [04:59] Hi Yuri, tell us about yourself and why you are here [04:59] bored ubuntu_ ? [05:00] a friend is having problems installing ubunt at your travelmate 4151 [05:00] pardon, ubuntu_ ? [05:00] hehe [05:00] JairunCaloth: Why do you think you need to recompile your kernel? [05:01] ubuntu_, i know how to compile kernels but not on ubuntu [05:01] is anyone having the same problem? === maikeru [n=Maikeru@adsl-70-241-199-242.dsl.stlsmo.swbell.net] has joined #ubuntu === RedGhost [n=bp2626@S0106000c6e212de6.vf.shawcable.net] has joined #ubuntu [05:01] Why would it be any different from any other Linux system? === deque [n=deque@70.58.177.105] has joined #ubuntu [05:01] I just upgraded to a new video driver, and I'm getting an error when X trys to start saying the kernel driver and the X driver are different. I don't remember the commands to recompile the kernel that I used last time I did this. [05:01] i have issues with my ubuntu cd on my acer cdrom [05:01] it keeps rebooting [05:01] but that is about it [05:02] are there any ubuntu ebooks? [05:02] Yuri, : Ask Google and then consult us further if you still have questions === brettcar [n=brettcar@69.60.121.206] has joined #ubuntu === `23meg [n=23@unaffiliated/23meg/x-000000001] has joined #ubuntu [05:02] guys === tvelocity [n=tony@84.254.13.74] has joined #ubuntu [05:02] i asked google, ubuntu_ [05:02] I had problems with X server when I tried upgrding from 4.10 to 5.10 === MagicFab [n=MagicFab@modemcable112.146-82-70.mc.videotron.ca] has joined #ubuntu [05:02] seriously ubuntu_ you should be on fedora [05:02] will I have problems going from 5.04 to 5.1? === freelove [n=yasser@59.93.240.146] has joined #ubuntu [05:03] bulio: if you've used non ubuntu pkgs, maybe [05:03] bulio: how'd the reboot go? [05:03] works [05:03] :-P [05:03] yay === mobus [n=mobus@h-69-3-204-48.sfldmidn.dynamic.covad.net] has joined #ubuntu [05:03] I'm in 5.04 now [05:03] I'm gonna go to 5.10 [05:03] bulio: You shoudln't have any issues. What video card you got? [05:03] i just went up from that [05:03] to breezy [05:03] I need the latest sources.list please? [05:03] ok [05:03] mobus: google google google google [05:03] Do I only need to recompile the restricted modules? [05:04] JairunCaloth, why not install the latest restricted modules? [05:04] with apt-get? [05:04] I did, still the same error [05:04] do your kernels match? [05:04] sklav: but u installed ubuntu @ your travelmate? [05:04] sklav: Your comment about Fedore doesn't make sense. Please clarify. [05:04] Iwheres 5.210 install guide? [05:04] for all following the linus vs gnome flame war: http://nat.org/natacity.patch ;-) [05:04] *5.10 === jesi [n=jesi@cpe-66-24-10-203.stny.res.rr.com] has joined #ubuntu [05:04] ubuntu_, fedora hs lately been giving dead end answers [05:05] !breezy [05:05] The guide to upgrading to breezy (5.10) is at https://wiki.ubuntu.com/BreezyUpgrade [05:05] Yuri, what is the issue === msims [n=msims@12-221-57-235.client.insightBB.com] has joined #ubuntu === Rubin [n=rubin@CPE-65-29-27-71.mn.res.rr.com] has joined #ubuntu [05:05] ty [05:05] sklav: Please explain. I have been out of Linux politics for a while === Chris-C [n=chris@user-11218jf.dsl.mindspring.com] has joined #ubuntu [05:05] lol @ linux politics :D [05:05] will it harm anything to reboot in the middle of a fsck ie if the power goes out? === maikeru [n=Maikeru@adsl-70-241-199-242.dsl.stlsmo.swbell.net] has left #ubuntu ["Donate!] === alekz [n=alekz@200.38.225.239] has joined #ubuntu [05:05] ubuntu_, your last 5 answers have been lets say not for the new commer [05:06] hey guys, how do i remove a link in bash (ooffice) so when I type that nothing happens [05:06] Yuri, asked a valid question and you pointed him to google [05:06] sklav: when he is installing, your dvd isn't recognized by the system [05:06] howdy [05:06] hi, anyone has a video ipod here that can help me ? [05:06] ok [05:06] jesi: man rm [05:06] msims: That probably depends on what filesystem you utilize === Atlas|Zzz|Taff is now known as Atlas|Taff [05:06] Yuri, the install cd is not a dvd [05:06] ext3 [05:06] its a cdrom [05:06] im hoping the image was burnt on a cdr [05:07] and not dvd [05:07] sklav: installer is on a cd [05:07] ok [05:07] the disk is not being detected? [05:07] ubuntu_: and the machine in question is in runlevel 1 [05:07] and fscking / [05:07] sklav: but is readed by a dvd [05:07] coag, i want to remove the link ... [05:07] Is there a specific place to report hardware support regressions in Dapper other than "normal" bugzilla? === didi [n=didi@61-23-255-90.rev.home.ne.jp] has joined #ubuntu [05:07] Fucking is good [05:07] can someone tell me how to determine which "level" (stable / unstable / testing) a particular version of an app is in, so I know what repository to activate to get it? [05:07] coag, not the program [05:07] Or rather fscking === mode/#ubuntu [+o nalioth] by ChanServ [05:07] jesi: if it's a symlink [05:07] Yuri, dvd can read cdrom but not the other way around === MagicFab [n=MagicFab@modemcable112.146-82-70.mc.videotron.ca] has left #ubuntu [] === ubuntu_ [n=ubuntu@69-162-19-187.stcgpa.adelphia.net] has left #ubuntu [requested] [05:07] then still man rm === mode/#ubuntu [-o nalioth] by ChanServ [05:07] Chris-C, AFAIK, you just have to look === Stazich [n=Stazich@adsl-69-208-130-173.dsl.ipltin.ameritech.net] has joined #ubuntu [05:08] ok lets assume the cdrom is working === mode/#ubuntu [+o nalioth] by ChanServ [05:08] and look for sumlinks [05:08] symlinks [05:08] does anything happen? === mode/#ubuntu [-o nalioth] by ChanServ [05:08] does the ubuntu installer start? [05:08] ooffice [05:08] bash: /usr/bin/ooffice: No such file or directory [05:08] I figured there was probably some apt | grep way to do it [05:08] Anyone know how I might fix this error? { Fatal error: Call to undefined function mysql_connect() in /var/www/connect.php on line 2 } === tritium [n=mfrimbe@ubuntu/member/tritium] has joined #ubuntu [05:08] Chris-C, well, you have to enable the repositiories before apt can tell you [05:08] ZeroIRC, i had same issue [05:08] what folder is that link kept in [05:08] coag [05:08] when 5.10 is downloading, I dont need to intervene right? [05:08] apt-get install php-mysql [05:09] so again is it likely to harm anything if the power goes out while I am fscking / (ext3) in runlevel 1 [05:09] like say yes to anyhting? === cindy_trinidad [i=Happy102@203.215.87.9] has joined #ubuntu [05:09] but if you using php5 then php5-mysql [05:09] Chris-C, What are you looking for, I might know where it is if it's common-ish [05:09] thanks sklav [05:09] msims: Yes. [05:09] i had same issue yesterday [05:09] ;) [05:09] dosemu v1.2.1 versus v1.2.2 [05:09] msims: Because the disk is being used 100% at such a time, the head is more likely to crash into the platter. [05:10] Chris-C, Are you on Breezy? [05:10] jesi: obviosly the link is gone already [05:10] ok thanks [05:10] yes [05:10] ooffice does nothing now === BlueDevil [n=mircea@81.196.151.21] has joined #ubuntu [05:10] ooffice [05:10] bash: /usr/bin/ooffice: No such file or directory [05:10] * how do i remove this link so i dont get error [05:10] Yuri, u still there? [05:10] It's done [05:10] lets see what got ate [05:10] sklav: yes [05:10] sklav : how do you do your package management? I am going to reinstall to clean up the mess [05:10] sklav: crying :P [05:10] lol [05:10] you use apt? [05:10] Chris-C, My system shows it in multiverse [05:10] jesi: that currently has no link is what that is telling you [05:10] coag, it does exists that why im getting it [05:10] jesi: no you don't understand [05:10] dderr_, i use apt- and synaptic [05:10] deque: that's 1.2.1, I'm looking for 1.2.2 [05:11] on server install i just use apt [05:11] coag, if i were to type, "blah" i get no command exists [05:11] with all the tools available its pretty easy [05:11] when you type a command in the terminal it looks to /usr/bin/* for and and goes "wtf" [05:11] for searching i use apt-cache search packagename [05:11] Chris-C, yeah, I don't see that version in in the standard repos, I'd suggest adding backports and see if it might be in there [05:11] coag, well let me ask u something else, how do i have ooffice command link to office2 instead === cvt [n=cvt@pcp08899240pcs.hcksrd01.tn.comcast.net] has joined #ubuntu [05:11] jesi: man ln [05:11] sklav: it's so strange... other distros like mandriva was installed with success on the notebook [05:11] but ubuntu [05:11] you will need the flags ln -sf [05:12] OK thanks [05:12] jesi: for a symlink [05:12] Yuri, it could be the disk [05:12] no... [05:12] have you tested if it boots up on another system? [05:12] this disk worked fine with me [05:12] ok [05:12] Chris-C, I use dosemu rarely, and the 1.2.1 works for me, so I'm not really the best person to answer that. sry. [05:12] does the laptop even see it? [05:12] and md5 check was ok [05:12] hey guys, how can i jail a specifc sftp user to a specfic directory (not home dir) === nathanj [i=nathanj@sweep.bur.st] has joined #ubuntu === quail_linux [n=quail@unaffiliated/quaillinux/x-000001] has joined #ubuntu === Mr_Smiley [n=smiley@58.160.196.172] has joined #ubuntu === MagicFab [n=MagicFab@modemcable112.146-82-70.mc.videotron.ca] has joined #ubuntu [05:13] Yuri sometimes some cdr will not work on particular cd/dvd's === marfis [n=marfis@i3ED6E459.versanet.de] has joined #ubuntu [05:13] nitinshantharam, I _think_ there is a way to do that, have you looked in the man pages for sshd? [05:14] hum... === warreng [n=warren@pcp09125057pcs.arlngt01.va.comcast.net] has joined #ubuntu [05:14] hrm nothing is missing but it does think I have a superblock time in the future === msims goes to beat on ntp [05:14] sklav: i'll try with the media sent by canonical [05:14] example Yuri my burtned cdrom plays on most of my radios except in my car and in this computers cdrom === wastrel [n=wastrel@dsl254-127-242.nyc1.dsl.speakeasy.net] has joined #ubuntu [05:14] fixing the clock time should take care of it correct? [05:15] maybe it's correct, sklav [05:15] Yuri, also look on the manufactures website with any issues with the cdrom [05:15] on travelmate [05:15] sometimes they have firmware updates that fix issues like that [05:15] i want to add a flag for my wifi card kernel module when it boots. how do i do this/ [05:15] anyone know why php5 isnt compiled threadsafe in ubuntu? [05:15] its weird but true [05:16] ok, sklav... [05:16] im not saying that is the answer to your prob [05:16] but an option [05:16] ok... [05:18] I missed the beginning of the conversation Yuri, but it soundsl ike you are having a hard time reading a burn that sohuld be ok? Might also want to try another burn at a lower speed, that often makes picky CD readers cooperate [05:18] I have to do that all the time to get my old iMacs to read discs that I make, I have to burn them no faster than 8x. [05:18] iMac hehe [05:18] anyone uses xfce (sorry the xubuntu channel is dead :( ) [05:18] ok deque, i'll try [05:18] nano: just ask your question [05:18] you are kidding there is an xubuntu too? [05:19] ubotu: tell coag about xubuntu [05:19] what is with ubuntu needing different names for different WM's === merlyTVs thinkx xubuntu wrocks [05:19] anyone know where to configure boot flags for my kernel module? [05:19] The ubuntu isos really don't like to be written at over 8X on cheap media. [05:19] i use it on a p3 700 [05:19] coag: it doesnt. *-desktop installs whole arrays of things to support a WM [05:19] is there a fubuntu [05:20] coag- i did 24X on some mass-buy "audio" cds. hee hee [05:20] for fluxbox [05:20] will only burn stuff at 8x now on [05:20] coag: you can make one, if you wish === Goldfish [n=gregturn@user-0calf26.cable.mindspring.com] has joined #ubuntu [05:20] nalioth: :P [05:20] i have a bunch of coasters [05:20] coag- do a "server" install === Goldfish [n=gregturn@user-0calf26.cable.mindspring.com] has left #ubuntu ["Leaving"] [05:20] heh === rraajj [n=Schildkr@210.213.69.66] has joined #ubuntu [05:20] nalioth, could you get the hardware sensors working in xfce ( I use dell inspiron 5100 ) [05:20] nalioth: i just think i'ts silly they seperate them bu actually [05:20] nano: do you have "lm_sensors" installed? [05:20] nalioth: oops enter ( it makes sense now keeps the isos smaller to only transport one WM) [05:21] coag: xubuntu is meant for older less powerful systems === Mattz0r [n=ubuntu@h-66-167-193-175.atlngahp.dynamic.covad.net] has joined #ubuntu [05:21] yo [05:21] i think its time for bed === wizatmac [i=wizatcom@pool-162-83-75-214.fred.east.verizon.net] has joined #ubuntu === vbgunz [n=vbgunz@uslec-66-255-127-2.cust.uslec.net] has left #ubuntu [] === Thunderguy [n=Thunderg@12.213.205.68.cfl.res.rr.com] has joined #ubuntu === JRlinux [n=JRlinux@gw02.applegatebroadband.net] has joined #ubuntu [05:21] how many here use InitNG successfully? === cafuego got a box with 220 Ubuntu CDs in the mail yesterday :-) [05:22] cafuego: you taking ubotu to your install/lan party? [05:22] nalioth, yes, however it fails to "set limits" during startup [05:22] nalioth, in other words i couldn't get it installed properly [05:22] nalioth: No, I'm going to give them to a local school === Brendon [n=Brendon@c-66-176-112-43.hsd1.fl.comcast.net] has joined #ubuntu [05:22] nano: there are other sensor pkgs available, iirc [05:22] ubotu, tell nano about install party [05:22] Hey What do I use for .ram files? it's for a school project. [05:22] cafuego: cool and good to hear. are you giving some of your time, too? === holy_cow [n=holy@S0106000fb51e6051.vf.shawcable.net] has joined #ubuntu [05:22] nalioth, what's install party? [05:23] Thunderguy: realplayer or helix [05:23] oops that was for sklaw [05:23] thanks. [05:23] nalioth: Yes, but they INSISTED on being invoiced. === advent_linux [n=maxb@219-88-178-219.jetstream.xtra.co.nz] has joined #ubuntu [05:23] nano: when you take your 200 ubuntu cds and invite 200 people to install ubuntu together [05:23] nalioth: So for $1100 they're going to get an Edubuntu setup === Goldfisch [n=gregturn@user-0calf26.cable.mindspring.com] has joined #ubuntu [05:23] cafuego: great! [05:23] nalioth: why did you refer to it as ubotu [05:23] hmm [05:23] nalioth: anything in the repositories? [05:23] i would go to a ubuntu install party in nyc [05:23] ubotu: tell coag about yourself [05:23] nalioth: Hopefully :-) [05:23] coag, i figured out problem, i had to open a new terminal [05:23] coag, :) [05:24] jesi: :) [05:24] ubotu: tell Thunderguy about realplayer === Unfrozen-Power [n=frozen@69.72.194.178] has joined #ubuntu [05:24] nalioth: My contact there is great, he plonked OOo2 on their systems, then mailed out a .odt document to everyone :-) === navarone [n=me_again@ip-21.49.99.216.dsl-cust.ca.inter.net] has joined #ubuntu [05:24] im sorry [05:24] nalioth: ... and was complimented on the upgrade, office suddenly ran much quicker ;-) [05:24] cafuego: proof of concept completed, eh? [05:25] cafuego, care to write an article on a proof of concept [05:25] and post it on www.speakoutonline.com [05:25] cafuego, where are you? I am an admin for a school district, so I am always looking for case studies to give the higher-ups [05:25] sklav: Ugh, sounds like work. [05:25] deque: Australia [05:25] hehe [05:26] im trying to start a linux promotion site === Stazich [n=Stazich@adsl-69-208-130-173.dsl.ipltin.ameritech.net] has left #ubuntu ["Leaving"] [05:26] deque: google "macedonia ubuntu" [05:26] cafuego, cool. I am in Oregon. I haven't done any Ubuntu roll-outs, but I do have 75-seats worth of Thin-client terminals (K12LTSP) === bimberi_ [n=bimberi@DKPP-p-144-134-117-4.prem.tmns.net.au] has joined #ubuntu [05:26] ok im going to bed === P3L|C4N0 [n=gcamposm@200.121.19.30] has joined #ubuntu [05:27] work tommorow morning bright an early [05:27] That wiki isn't working.. as a matter of fact google isn't working either. [05:27] nalioth, Heard about that. Haven't looked at the details though [05:27] i dont know about the bright part but early yes [05:27] oh it's back up, hrm [05:27] goodnight guys === Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu === P8ntKid [n=jon@pcp0011206865pcs.salsbr01.md.comcast.net] has joined #ubuntu === sklav [n=sklav@64.235.218.42] has left #ubuntu ["Leaving"] === calc [n=ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu === carminati [n=carminat@200.181.92.87] has joined #ubuntu === AIV [n=AIV@ppp-70-246-54-255.dsl.rcsntx.swbell.net] has joined #ubuntu === PeaceKeeper [n=AppleBoy@2001:470:1f00:ffff:0:0:0:211] has joined #ubuntu [05:29] any ops around? === _vlad [n=vladimir@65.200.10.195] has joined #ubuntu [05:30] relaying a question from a user that's currently screwed by your tor ban, because it's not quite set right === wizatmac [n=wiz@pool-162-83-75-214.fred.east.verizon.net] has joined #ubuntu === patrick_ [n=patrick@Toronto-HSE-ppp3915080.sympatico.ca] has joined #ubuntu [05:30] ... [05:30] PeaceKeeper: what question is that? [05:30] also, I am yet to see an actual reason for someone to use tor to come here === hapie_satoe [n=hapie@202.127.102.148] has joined #ubuntu [05:30] bophe's not using tor [05:31] Jmax * #Ubuntu Banlist: Tue Dec 13 17:58:06 *!*@*.tor.* ChanServ!ChanServ@services. [05:31] Jmax * wuming (n=myhusky@host66146157c0.dsl.res.tor.fcibroadband.com) [05:31] wow thats some ban! lol [05:31] ban should be *!*@tor/session* [05:31] whats tor? [05:31] PeaceKeeper: tor has many permutations of its IP [05:31] proxy system [05:31] wow applying this beep mp patch for xmms info pipe is taking forever [05:31] nalioth: not on freenode [05:31] I am running Ubunti 5.10, I installed Apache via synaptic, and I want to drop a test php file in the right folder, how do I find out where apache installed to? [05:31] advent_linux: A trollaganza free-for-all [05:32] nalioth: OPN puts them behind /tor [05:32] PeaceKeeper: thanks for pointing it out [05:32] nalioth: freenode has a tor list === mode/#ubuntu [+o bob2] by ChanServ === patrick_ [n=patrick@Toronto-HSE-ppp3915080.sympatico.ca] has left #ubuntu ["Leaving"] === mode/#ubuntu [-b *!*@*.tor.*] by bob2 [05:32] bob2: no problem [05:32] charlieS [05:32] hi, anyone has a video ipod here that can help me ? === mode/#ubuntu [+b *!*@tor/session] by bob2 [05:32] cafuego, if you say so, i'll google it [05:32] guys how do i jail users using scponly? === mode/#ubuntu [-o bob2] by bob2 === nevyn [n=nevyn@c210-49-218-138.brodm1.vic.optusnet.com.au] has joined #ubuntu [05:32] bob2: I need to sue tor on #gnome to tell them about Linus ;-) [05:32] AIV: that has nothing to do with where apache is installed [05:32] cafuego: haha === hapie_satoe [n=hapie@202.127.102.148] has left #ubuntu ["Leaving"] [05:33] advent_linux: Basically, an anonymiser. [05:33] AIV: make ~/public_html/, go to http://lolcalhost/~username/ [05:33] yep just saw that [05:33] advent_linux: Which many people abuse to troll and spam, so it's banned here. === RedGhost [n=bp2626@S0106000c6e212de6.vf.shawcable.net] has joined #ubuntu [05:33] kernel panic at boot on MSI K8 SMP board with 2.6.12-10-amd64-k8-smp [05:33] cafuego, wise move [05:33] anyway, have a good day ladies a gents :) [05:33] any pointers should I chase this here or on lkml? === PeaceKeeper [n=AppleBoy@2001:470:1f00:ffff:0:0:0:211] has left #ubuntu ["bop!"] [05:34] nevyn: does noapic/nolapic/acpi=off help? [05:34] bob2, ok, I have installed apache on windows, and normally I drop my pages in the htdocs directory or something like that, and thats what I am wanting to know in linux, I am very new to linux === flodine [n=flodine@c-24-4-174-71.hsd1.ca.comcast.net] has joined #ubuntu === tristan_ [n=tristan@vt-williston-cuda1e3-170.sbtnvt.adelphia.net] has joined #ubuntu [05:34] nevyn: Does it also do poo with an x86 k7 smp kernel? [05:34] bob2, I will try that, thank you [05:34] are there any graphics-related chatrooms? === Poland [n=tyler@gatekeeper.dwc.edu] has joined #ubuntu [05:35] AIV: /var/www/ is the documentroot === thrice` [i=1000@unaffiliated/Thr1cE] has joined #ubuntu [05:35] anyone get apple trailers working? [05:35] bob2: I'll give that a go.. [05:36] nevyn: sometimes it takes all 3 options [05:36] how do i add boot options to my kernel modules? [05:36] AIV: cgi documents go in /usr/lib/cgi-bin/ === cafuego downgraded his amd64 to i386 yesterday. Amazing how stuff "just works" now. [05:36] How good are the chances that if I install apache2 now (I have apache installed) that no changes whatsoever will be noticed on the outside (people connecting to my server)? === wuming [n=myhusky@host66146157c0.dsl.res.tor.fcibroadband.com] has joined #Ubuntu === mode/#ubuntu [+b *!*@*.tor.*] by ChanServ === wuming [n=myhusky@host66146157c0.dsl.res.tor.fcibroadband.com] has left #Ubuntu [requested] [05:37] bob2, thank you === croppa [i=user199@135.27.233.220.exetel.com.au] has joined #ubuntu [05:37] Woo ChanServ! === bsims [i=bsims@12-221-57-235.client.insightBB.com] has joined #ubuntu [05:37] dabaR: 0 === grshpr [n=grshpr@ip70-178-191-151.ma.dl.cox.net] has joined #ubuntu [05:37] Arrgh my ntp server had stopped answering so fsck thinks I have a superblock with a future date... I now have ntp talking to a live server should I be concerned? [05:37] dabaR: it should be a seamless transition, unless you run weird modules. [05:37] wastrel: what option? === WhyvasLT [n=poop@fctnnbsc15w-156034066018.nb.aliant.net] has joined #ubuntu === Atlas [n=atlas@84.5.60.174] has joined #ubuntu [05:38] bob2: chanserv just reenabled the bad *.tor.* ban [05:38] bob2: an option for my wifi module to not auto associate === Hericus [n=Hericus@212.247.71.254] has joined #ubuntu [05:38] i'm sitting on a laptop, ibook g3 with ubuntu hoary gnome. i'm about to change to xfce in synaptic, what packages do i need for maximal performance? :) [05:38] bob2: it stoped it looping.. :) [05:38] yay [05:38] grshpr: a kernel, libc6 and bash [05:38] bob2: and gave an error "CPU 1 OOPS.. 532 [05:38] grshpr: performance is unrelated to that [05:38] and boot with init=/bin/bash [05:39] cafuego: use posh, not bash [05:39] it's much better ;) [05:39] bob2, cafuego: you obviously can notice how your answers contradict. We all know whose answer has more weight, but -- what then, is it gonna be seamless or no? [05:39] bob2: that's true. === guru54 [n=guru@dialup-4.245.19.58.Dial1.StLouis1.Level3.net] has joined #ubuntu === cdubya [n=chris@ppp-69-148-166-160.dsl.ksc2mo.swbell.net] has joined #ubuntu [05:39] dabaR; if one answer has more weight then the other, it should be clear to you. [05:40] cafuego: hm, well ok, that's true, let me put it this way. what packages do i need for it to run? [05:40] grshpr: just install xubuntu-desktop === mode/#ubuntu [+o bob2] by ChanServ [05:40] grshpr: 'xubuntu-desktop' [05:40] what is the difference between xfce and xfce4. [05:40] 3 === mode/#ubuntu [-b *!*@*.tor.*] by bob2 [05:40] I have no modules whatsoever installed. Just apache serving files to the general public. === mode/#ubuntu [-o bob2] by bob2 [05:40] dooglus: cafuego: ok. :) [05:40] i'll search for that. [05:40] dabaR: if you install both, only one will work [05:40] by default [05:41] dabaR: if you have a complicated config, you will need to port it, afaik [05:41] cafuego: it was on the autorem list, it seems [05:41] I have nothing customized at all. just serving files from /var/www. so then apache2 will just replace apache? [05:41] which I don't understand at all [05:41] dabaR: yes, except they will both try to grab port 80 [05:41] dooglus: where do i find xubuntu-desktop using synaptic? could not generate any results with search words: xubuntu-desktop and xubuntu. [05:41] bob2: apache2 will remove apache, no? [05:42] dabaR: no, they do not conflict [05:42] !start a shell war [05:42] pdksh is far faster, better and less bloated than es! [05:42] grshpr: maybe it's only available for breezy then [05:42] dooglus: most likely. === TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu [05:42] can I safely remove apache? it wont do anything weird to my files in /var/www? [05:42] dabaR: No, I run apache 1./3 and 2.0 concurrently (both with various vhosts) === bsims [i=bsims@12-221-57-235.client.insightBB.com] has left #ubuntu [] [05:43] well, it cant anyhow, they are not his. [05:43] man this printer is getting on my nerves [05:43] cafuego: Well i love lmnop! [05:43] dooglus: would a upgrade to breezy be easily done without having to remove any of my current information? [05:43] grshpr: I see "500 http://archive.ubuntu.com breezy/universe Packages" - so it's in 'universe' for breezy. [05:43] Ill just plunge into it, and hopefully be in bed within the next few hours:) [05:43] grshpr: it's quite a lot to download. [05:43] dooglus: oh, ok, i'll try add that to respitories instead. [05:43] dabaR: apache2 has a slightly different config, you'll need to edit /etc/apache2/sites-enabled/default to fix the redirect to the docs that's there. [05:43] cafuego: I just want it to serve files from /var/www is all. [05:44] grshpr: I'm pretty sure that xubuntu-desktop is just an empty meta-package anyway. [05:44] can anyone help me set up this epson stylus 740 and get it to work..everything I have tried so far hasn't worked [05:44] dabaR; yes, means commenting a directive in the default config. === helter [n=adam@61.125.171.2] has joined #ubuntu [05:44] TokenBad: plug it in, tell CUPS to add it. Done. [05:44] cafuego, I did that [05:44] dooglus: what does that mean? [05:44] it still don't work [05:44] grshpr: just install these, and you'll have the same effect: abiword, acpi, acpi-support, acpid, anacron, apmd, bc, bogofilter, cdparanoia, cdrecord, cupsys, cupsys-bsd, cupsys-client, cupsys-driver-gimpprint, dbus-1-utils, dc, doc-debian, dvd+rw-tools, esound, fetchmail, firefox, foomatic-db, foomatic-db-engine, foomatic-db-gimp-print, foomatic-db-hpijs, foomatic-filters, foomatic-filters-ppds, gaim, gqview, graveman, gs-esp, hal, hotkey-setup, hplip-base [05:44] It seems to just work already. [05:45] dabaR; Did you kill apache 1.3 and start 2.0? [05:45] cafuego: do i use CUPS to mount a printer that has it's own IP? [05:45] grshpr: that's the list of packages that xubuntu-desktop brings in [05:45] coag: I do. [05:45] alright [05:45] and graphical tool for htat? [05:45] any [05:45] dooglus: well... i need xfce. :) [05:45] cafuego: ah. I uninstalled apache... [05:45] I have to kill it too? [05:45] heh [05:45] coag: Yes, System -> Admin -> Printers [05:45] dooglus: so, xfce or xfce4? [05:46] dabaR; Well, not if it's not running [05:46] It was before I uninstalled it. [05:46] grshpr: xfce4 is the newer of the two === Thunderguy [n=Thunderg@12.213.205.68.cfl.res.rr.com] has left #ubuntu [] [05:46] grshpr: I'd go for that if I was you === pc22 [n=buknoy@210.213.219.183] has joined #ubuntu [05:46] are there any ebooks for ubuntu? for newbies? [05:46] dooglus: ok [05:46] cafuego, any other ideas? [05:47] what should I read? [05:47] TokenBad: Any chance the printer is broken? [05:47] arod--: http://help.ubuntu.com [05:47] TokenBad: I had two and they both broke === Shadowline [n=shadowli@ppp-70-226-82-229.dsl.klmzmi.ameritech.net] has joined #ubuntu [05:47] cafuego, it was working till put new cartridges in it === calc_ [n=ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu [05:47] i want to add "associate=0" to my ipw2200 kernel module on boot- where do i set this? [05:47] dooglus: thx m8. [05:48] wastrel: ANy file in /etc/modprobe.d [05:48] wastrel: Add in "options ipw220 associate=0" [05:49] Do I change the /etc/apache2/apache2.conf for making apache serve files from my /var/www dir? [05:49] ok added it to /etc/modprobe.d/aliases [05:49] thx === bazka16 [n=bazka16@134-43-112.adsl.terra.cl] has joined #ubuntu [05:49] Can anyone help me to get my webcam to take pictures? [05:50] I installed what google seemed to point out to be the right drivers, spca5xx [05:50] It is a usb webcam === Atlas [n=atlas@84.5.60.174] has joined #ubuntu [05:51] how do i play .mp3 on this thing [05:51] youll have to excuse me, im new to this since today! [05:51] Poland: xmms === B-166_ER-X [n=oli@c66.110.147-28.clta.globetrotter.net] has joined #ubuntu [05:51] rhytmbox, Poland [05:51] it wont play mp3 [05:52] rhytmbox [05:52] !mp3 [05:52] mp3 is, like, totally, a non-free format. To enable mp3 capability, read https://wiki.ubuntu.com/RestrictedFormats [05:52] what package do i need to be able to get my photos from my digital cam with Gimp or else ? [05:52] I don't know, B-166_ER-X, I'd also like to know [05:52] hm [05:52] B-166_ER-X: none. [05:53] grshpr, then how is it done? [05:53] what about .avi? [05:53] ubotu: tell Poland about mp3 [05:53] i already done it, but formatted since [05:53] should i use vlc? [05:53] Mabus06: if you are using usb, you should just be able to browse to your files. a new usb-icon should appear on your desktop. [05:53] Poland: you have privat messages with info [05:54] Poland: xine is good. [05:54] Poland: gxine is you use gnome. [05:54] grshpr, that is, if its not : what do i need === KerPlunk [n=KerPlunk@ool-457a6467.dyn.optonline.net] has joined #ubuntu [05:54] B-166_ER-X: what do you have? === bimberi_ feels lucky, he plugs in the usb cable from his camera and a nice dialog pops up offering to import the photos [05:54] a Kodak DC-5000 === axs [n=andrew@c-24-20-137-137.hsd1.or.comcast.net] has joined #ubuntu [05:54] When new Ubuntu versions are out can you apt-get dist-upgrade to upgrade to them? [05:54] And will I ever have to reboot? [05:55] B-166_ER-X: and what more? [05:55] B-166_ER-X: what's the transfer standard? [05:55] USB cable [05:55] KerPlunk: yes and yes (when you get a kernel upgrade) [05:55] KerPlunk: yes; and kernel upgrades require you to reboot in order to take effect [05:55] B-166_ER-X: then plug it in the usb and wait for the dialogue (or icon) to pop up on your desktop! [05:55] KerPlunk: ... which doesn't happen very often === ClayG [n=scdsc@c-66-177-234-195.hsd1.fl.comcast.net] has joined #ubuntu [05:56] grshpr, i Said, that its not working, like it wasnt on my other computer either, i just need to know what is the missing package === bimberi_ is now known as bimberi [05:56] B-166_ER-X: well... what type of usb is it? do any other usb device work? === nitinshantharam [n=nitinsha@dsl081-034-210.lax1.dsl.speakeasy.net] has left #ubuntu [] [05:57] gxine i should use then? will that play .mpg and .mpeg? [05:57] YES all other usb worked. [05:57] Poland: yes gxine will do that [05:57] B-166_ER-X: google is now your best friend. [05:57] I tried to compile Network Manager on my debian sid system...all kinds of weird dbus code...beyond my capabilities. [05:57] I'm getting pissed because I want Network Manager, heh. [05:57] i had help, here, last time [05:58] B-166_ER-X: camera name + usb + ubuntu/linux + package -- search words [05:58] B-166_ER-X: What do you have plugged in via usb? === d__k [n=d__K@dsl081-235-131.lax1.dsl.speakeasy.net] has joined #ubuntu [05:58] nothing for 'now, but i have a usb stick wich is auto detected [05:58] so that works, jsut, not my kodak DC [05:58] B-166_ER-X: I use "usbmount" (apt-get install usbmount) ... it auto mounts my external hdd, usb thumb drives, and camera...all by default. [05:59] KerPlunk: not sure if you're asking, but network-manager is available in ubuntu (universe) [05:59] bimberi: I know. [05:59] what's network-manager? [05:59] KerPlunk: k :) (thought you might) [06:00] still not working [06:00] ubotu tell wastrel about network-manager === Goldfisch [n=gregturn@user-0calf26.cable.mindspring.com] has joined #ubuntu [06:00] B-166_ER-X: did you get that drive access fixed? [06:01] dabar_ i'm on another computer now.. === K^Holtz [n=K_Holtz@KIH5005.rh.psu.edu] has joined #ubuntu [06:01] the motherboard is screwed on mine.. === n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has joined #ubuntu [06:01] what was the command to search for a file name was it usrname -r? [06:02] n0dl: locate [06:02] I went through cups and added my printer, epson stylus 740, but for some reason it will not work...the test print acts like printing but nothing on page, or it just sits there and does nothing..... [06:02] how do i get gxine? [06:02] thru terminal? [06:02] does anyone know how to d/l .nzb files for this? === bulio [n=bulio@toronto-HSE-ppp4051204.sympatico.ca] has joined #ubuntu [06:03] warty works! [06:03] Poland: sudo aptitude install gxine (once you've enabled the universe repository) [06:03] but on boot I get 3 things about re-loading panels due to problems [06:03] I click ok [06:03] I mean Breezy [06:03] any1 knwos how to acess a Kodak Digital camera on ubuntu ? === tvon [n=tvon@dsl093-056-214.blt1.dsl.speakeasy.net] has joined #ubuntu [06:03] poland [06:03] I am refusing connections on port 80. When I try starting apache2 with invoke-rc.d or with /etc/init.d/apache2 I get no output. [06:04] nzb can be gotten with um [06:04] Poland: i think klibido can work with .nzb files [06:04] klibido [06:04] yep [06:04] any idea what it might be? === nomasteryoda [n=nmyoda@ip24-252-193-86.mc.at.cox.net] has joined #ubuntu === n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has left #ubuntu [] [06:04] but klibido doesnt work with mac does it [06:04] i have a mac === chemisus [n=chemisus@pcp09463696pcs.ctftmy01.fl.comcast.net] has joined #ubuntu [06:04] if your running ubuntu it should work === bimberi stops looking for "um" :P [06:04] and really need to start d/l .nzb's === tvon [n=tvon@dsl093-056-214.blt1.dsl.speakeasy.net] has left #ubuntu [] [06:05] I would do apt-get install klibido [06:05] how can I tell what ubuntu version I'm running? [06:05] bulio: lsb_release -a === xandrix_ [n=xandrix@dsl-132-32.aei.ca] has joined #ubuntu [06:05] i have a problem with my lilo splash screen [06:05] whats the bare minimum ram required by unbuntu badger version? [06:06] says I'm running hoary [06:06] but I upgrded to breezy [06:06] odd [06:06] I did apt-get dist-upgrade === B-166_ER-X [n=oli@c66.110.147-28.clta.globetrotter.net] has joined #ubuntu [06:06] i use cofee.bmp i hve the right config for it but when i come to boot the pc i see no delay no efault lilo menu all i see is its written lilo 22.6.1 and no prompt nothing and after the timeout i set is done it just boots linux and i cannt chose my other os [06:06] chemisus: 128MB (for Gnome) I would say - there are other options for less RAM, like Xubuntu === cyphase [n=cyphase@69.106.49.211] has joined #ubuntu [06:07] i installed gphoto2, but gimp still doesnt show any option for digital photos === leather_n_luv [n=josh@dialup-4.227.204.134.Dial1.Denver1.Level3.net] has joined #ubuntu [06:07] 64mb works with gnome but it is REALLY slow [06:07] wold this be easier with grub ????? [06:07] how do you make a bootable cd? === rohan [n=rohan@unaffiliated/dabonbon/x-000000001] has joined #ubuntu [06:08] B-166_ER-X: You just plug it in, and it should work. [06:08] nalioth: ok, now i am on many channel [06:09] well, it DOESNT [06:09] rohan: so i see [06:09] you use iso linux and u read a bit [06:09] ..hence my questions === ejofee [n=ejofee@195-245-89-185.dtcom.ro] has joined #ubuntu [06:09] anything new about silc? [06:09] does anyone here [06:10] have lilo with a splashscreen ? === tris622ph [n=tris622p@203.87.185.210] has joined #ubuntu === rohan [n=rohan@unaffiliated/dabonbon/x-000000001] has left #ubuntu [] [06:10] I just don't understand this printer stuff === jcole [n=jcole@108.sub-70-199-188.myvzw.com] has joined #ubuntu === Mabus06 [n=Nick@hlfxns0149w-142177138225.ns.aliant.net] has joined #ubuntu [06:10] does this mean ubuntu has upgraded? [06:10] http://pastebin.com/463326 === Ej25goddess [n=puppy@sjs-130-65-212-126.sjsu.edu] has joined #ubuntu [06:10] and another thing on my pc i would see a nce little loading bar n the screen but on my laptop i see the default kernel messages [06:11] would this be a frame buffer issue ? [06:11] anoyne? [06:12] will somebody give me a solution to the extreme sluggishness of ubuntu? [06:12] I would love to, but I have no idea what I am doing with it either :) [06:12] hi, anyone has a video ipod here that can help me ? [06:12] xandrix_: i think you should adjust resolution from /etc/lilo.conf === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu [06:13] lilo? [06:13] I have been having issues with ubuntu thinking I have two wifi cards, and picking the one that doesnt exsist on startup [06:13] wtf? [06:13] kk [06:13] So I always have to go into the network settings and select the other and actiivate it [06:13] How do I take pictures with my webcam [06:13] does anyone have an idea on how I can make it work all the time/ [06:13] Ej25goddess, only once. the configuration is saved [06:14] Ej25goddess, if it is active at shutdown, it will be activated on boot [06:14] any silc user here? === chaumurky [n=mainacco@203-214-141-96.perm.iinet.net.au] has joined #ubuntu [06:14] I would be so happy if I could get ubuntu to process at speedds even close to windows [06:14] well, it keeps going into the wrong one when it boots :( [06:14] ejofee, I enjoy the feel of silk on my *ahem* intimate parts... =P [06:14] orkin, to process what? It is faster for some things, slower for others [06:14] any ideas? [06:15] brb [06:15] what's up Ej25goddess? [06:15] Ej25goddess, I just checked on my machine here with two cards. The state at shutdown is recreated at boot. [06:15] orkin, how is it sluggish? [06:15] it's just slower overall, it takes time to get out of screen saver mode, it takes time for the menu to popup when i click up top, iot takes time to switch to different windows, it takes loads of time to run an application [06:15] is anyone here familiar with the creation of bootable cd's? [06:15] Ej25goddess, I'm not sure what you might mean by "wrong", but the behavior I see is consistent and sensible. === DuoMaxwell [n=DuoMaxwe@nwblwi2-l10-811.nwblwi.tds.net] has joined #ubuntu [06:16] orkin, sounds like you have a video card for which there is no optimized X server. [06:16] or you are runing on like 12 megs ram and are paging all to hell [06:16] orkin, then it goes into a svga compatible mode that is very slow [06:16] whats the command to list connected usb devices ? [06:16] bulio: pastebin your sources.list === navreet [n=navreet@OSH-NAT-213-26.onshore.net] has joined #ubuntu [06:16] ahh [06:16] man... after the linus post on /. today, I decided to check out KDE [06:17] B-166_ER-X, lsusb [06:17] s0 br0k3n [06:17] how do i get an optimized x server for my video card? [06:17] sounds like your hardware accel isn't working [06:17] essentially chaumurky, my ubuntu network settinigs keep resetting themselves [06:17] it detects two "wireless connections" [06:17] navreet, depends on the distro [06:17] when there is only one [06:17] they area called eth0 and eth1 [06:17] do glxinfo| grep direct [06:17] also, when running gphoto2 from terminal with get all files, it jsut get 2 photos then says : Please make sure there is sufficient quoting around the arguments. [06:17] [06:17] Ej25goddess, that's probably just ipv4 and ivp6 [06:17] it automatically boots usisng eth0 [06:17] sethk, (I am talking about Ubuntu... and by being broken, I am talking about relativeness) [06:17] Ej25goddess, you are doing a network boot? [06:17] and I have to go into the settings and select eth1 and activate iit each time [06:18] ahh, the wireless setup. out of my league on that. not doing very well am I? hehe. [06:18] no I iama nont [06:18] Ej25goddess, then it doesn't boot "using" anything === Slackwise [n=lance@68-186-27-184.dhcp.astr.or.charter.com] has joined #ubuntu === chaumurky goes and checks /. [06:18] when it boots, thats the connection it is trying to use [06:18] sethk, how do you suggest I solve this problem? [06:18] orkin, which video card are you using? [06:18] I want it to use the other one, since thats the one that works :D === Qiang [n=Qiang@CPE00112f93a8b1-CM00003964ca63.cpe.net.cable.rogers.com] has joined #ubuntu [06:18] just a secomd l;et me go get o nthe linux comp [06:19] it wil ltake longer than a second it wil ltake foreevver [06:19] Ej25goddess: something to try - see if you can determine which module is loaded for the wrong device (dmesg|grep eth) and add that module to /etc/hotplug/blacklist [06:19] Ej25goddess, I would make eth0 into eth1, and eth1 into eth0. It's a little tricky but it can be done [06:19] how would I go about doing that [06:19] sethk, I couldn't find kcontrol in the menu... artsd was taking up 99% CPU, etc. [06:19] I have a lot of windows experience, but almost no linux knowledge === txberiu [n=tga@S0106000f66aeaf64.vs.shawcable.net] has joined #ubuntu === zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu [06:19] navreet, that's odd. I've run KDE with ubuntu, and I see only a small problem with a couple of fonts [06:20] hey.. my Gnome won't start anymore and deleting all .ICE files didn't help.. any ideas what I can do? === grassh [n=grshpr@ip70-178-191-151.ma.dl.cox.net] has joined #ubuntu [06:20] navreet, artsd takes less than 1% cpu [06:20] txberiu: what error do you get? === atrolinux [n=atrophic@12-216-45-63.client.mchsi.com] has joined #ubuntu === Qiang [n=Qiang@CPE00112f93a8b1-CM00003964ca63.cpe.net.cable.rogers.com] has left #ubuntu ["Leaving"] [06:20] navreet, so for some reason your KDE setup isn't right. [06:20] `ok, now I'm on ubuntu talking to you through x-chat [06:20] i just installed xfce4 through synaptic... how do I enable it? [06:20] is there a gui for subversion that'll work on ubuntu? [06:20] orkin, ok, I asked what video card you have [06:21] my other quesstion, is swhy my mouse is being goofy [06:21] orkin: do glxinfo | grep direct [06:21] if move the pointer across the screen [06:21] it moves slowly [06:21] pauses [06:21] then continues [06:21] even if I have a constant movement [06:21] dabaR: _IceTransTransNoListen: unable to find transport: tcp [06:21] dabaR: lots of _IceTrans stuff [06:21] Ej25goddess, either IRQ Problems or the wrong driver for your mouse [06:22] direct rendering: Yes [06:22] Ej25goddess: clean the wheels that run against the ball (i bet you'll say it's optical :P ) [06:22] txberiu: in a dialog box after you try logging in? [06:22] its a laptop [06:22] :) === Kyral [n=kyral@hamlin-166-21999.hamlin.clarkson.edu] has joined #ubuntu [06:22] i just installed xfce4 through synaptic... how do I enable it? (sry for repeat) [06:22] dabaR: no, after I log in I get a blank screen and the mouse.. I tried running gnome-session by hand and that's when I get the ICE errors [06:22] good try though :) [06:23] grassh, when you login, select session, then xfce [06:23] Ej25goddess: i thought it was quite lateral :) [06:23] orkin, you should also consider a lower resource desktop, such as fluxbox (there are others as well) [06:23] cdubya: ok thx [06:23] np === Slackwise [n=lance@68-186-27-184.dhcp.astr.or.charter.com] has joined #ubuntu === simonvallore [n=simonval@adsl-70-241-54-45.dsl.tulsok.swbell.net] has joined #ubuntu [06:23] i like ubuntu and i know it can run faster on my system just please help[ me figure it out === jgrieves [n=jgrieves@cpe-66-25-129-237.austin.res.rr.com] has joined #ubuntu [06:24] Does anyone know how i can see who is connected to my vnc and disconnect them ? [06:24] txberiu: try deleting everything in your /tmp folder. Something like sudo rm -r /tmp/* you may get errors about permissions after, let me know. But, I am not 100% sure it will work, but if you dont find a better solution, try that. [06:24] dabaR: already tried it, didn't help [06:24] how do i find out what video card I have [06:25] or it detects atleast === regeya [n=shane@dialup-4.159.180.101.Dial1.Chicago1.Level3.net] has joined #ubuntu [06:25] Why is my apache2 not restarting itself? [06:25] dabaR: I had to restart gdm to get it working but Gnome still wouldn't start [06:25] anyone good with dual monitors here, i have a questionf or you, i have the dual monitors set up in X and working, to some extent, how do i make it so X is running on one monitor and CLI in the other? [06:25] orkin, what sort of system are you running that on? how much ram? [06:25] txberiu: tried deleting some folders under ~/.gnome(ish) [06:25] a dell [06:25] pentium 4 [06:25] dabaR: I was hoping not to lose my settings === regeya laughs at linus's latest rant [06:25] 256mb i htink [06:25] heh [06:25] how do I find out my ram? [06:26] yeah, it was kinda funny [06:26] dabaR: I get the same thing for a new user with no .gnome dires [06:26] ah okay just curious, i'veonly seen that on old laptops with 32 megs of ram or less [06:26] txberiu: ok, then. [06:26] then he is right it must be a vid card issue [06:26] how do i resolve it === ClayG [n=scdsc@c-66-177-234-195.hsd1.fl.comcast.net] has joined #ubuntu [06:26] orkin, the video is prolly onboard, yeah? [06:26] i installed gphoto2, but gimp still doesnt show any option for digital photos, and it makes an error when trying gphoto2 in terminal,m any1 knows how to work this ? [06:27] well you need to make sure you have the right drivers installed for your vid card, what kind of video card do you have? [06:27] yea [06:27] yuck, and lemme guess, and intel integrated....something or other [06:27] i have the dual monitors set up in X and working, to some extent, how do i make it so X is running on one monitor and CLI in the other? [06:27] idk, htf do i find out [06:27] ? [06:27] B-166_ER-X, what does gimp haveto do with gphoto2? isn't gphoto2 a standalone app? [06:27] dabaR: other ideas? [06:27] Does anyone know how i can see who is connected to my vnc and disconnect them ? [06:27] regeya: jdub's take on his blog seems pretty good [06:28] how can I uninstall gnome? does it all depend on a lib or something? [06:28] holy_cow, you can technically, use Gimp to get your photos, [06:28] with gphoto? [06:28] already done it on another pc === bronson [n=bronson@pool-68-160-51-248.bos.east.verizon.net] has joined #ubuntu [06:28] why would you do that? === mattyv [n=matt@220-253-26-50.VIC.netspace.net.au] has joined #ubuntu [06:28] why not install gtkcam and download the images and then use gimp to edit? [06:28] dang. doenst matter [06:28] txberiu: no, not really. [06:28] even Gphoto doenst work now [06:28] orkin, what version of ubuntu? === Penguin_ [i=penguin@penguin.thezooclan.com] has joined #ubuntu [06:28] 5.10 [06:29] B-166_ER-X: can you script gimp? like, to convert bmp to jpeg, for instance? [06:29] orkin, System > Administration > Device Manager === barosl^win [i=barosl@222.99.186.24] has joined #ubuntu [06:29] dont know [06:29] orkin, what does it report for video [06:29] B-166_ER-X, what are you trying to do exactly? === coag :< [06:29] I guess all the helpers are a bit busy right now [06:30] I' Trying to GET my %$&$%? pictures of my kodak DC , by usb cable, but it does NOT detect it, and gphoto have an error, altough, a lusb list the kodak dc-5000 [06:30] coag, sorry no help here [06:30] i cant find the video [06:30] run top, px aus...see anything stealing a bunch of memory / cpu? [06:30] cdubya: well of course there is! [06:30] cdubya: just all taken up right now [06:30] coag, I meant from me...sorry. [06:30] I went through cups and added my printer, epson stylus 740, but for some reason it will not work...the test print acts like printing but nothing on page, or it just sits there and does nothing..... [06:30] orkin, do lspci === coag sits down in a chair [06:30] cdubya: oh it's all good [06:31] coag, plenty of help here..... [06:31] heh [06:31] B-166_ER-X, try gtkam [06:31] just did it [06:31] does not show photos [06:31] ah [06:32] is yoru cam supported? [06:32] orkin, mine's listed quite a ways down....past the audio, controllers, etc...... === holy_cow is now known as holycow [06:32] well, i have been able to acess them on another ubuntu breezy PC [06:32] but for now, the motherboard of the other pc is screwed..so.. === onfire_nux [n=onfire_n@188.192.118.70.cfl.res.rr.com] has joined #ubuntu === holy_cow [n=a@mail.wjsgroup.com] has joined #ubuntu [06:32] ah ... :/ not sure how much that has to do with ubuntu ... [06:33] weird. apache2 is not supposed to be ran as root, is it? === dle-- [n=dle@toronto-HSE-ppp3964398.sympatico.ca] has joined #Ubuntu [06:33] Bus 001 Device 004: ID 040a:0131 Kodak Co. DC-5000 [06:33] its there.. [06:33] but not quite [06:33] dabaR: that sounds odd indeed [06:33] hi Xenguy. [06:33] so what lib can I remove to uninstall gnome? [06:33] it is under /usr/sbin [06:33] dle--: still up then? :-) [06:33] 0000:00:02.0 VGA compatible controller: Intel Corp. 82845G/GL[Brookdale-G] /GE Chipset Integrated Graphics Device (rev 03) [06:33] is that it [06:33] oh yes. [06:34] or some other program is anyhow, apachectl. === kkathman [n=kkathman@h-66-167-142-164.dllatx37.dynamic.covad.net] has joined #ubuntu [06:34] orkin, sounds like the right one..... [06:34] Does anyone know how i can see who is connected to my vnc and disconnect them ? [06:34] holy_cow, i knwo it CAN work, but i dont understand the errors message [06:34] B-166_ER-X, does you camera have removeable media? [06:34] ok now how do i fix it [06:34] Xenguy: I'm fooling around w/ the latest Opera. Includes IRC now. Quite impresive overall, too. === jbernal [n=jbernal@ip68-227-244-56.ph.ph.cox.net] has joined #ubuntu [06:34] hm, yes, flash card [06:34] !seen simonvallore [06:34] simonvallore is currently on #ubuntu (11m 3s) [06:34] quacker [06:34] !seen ubotu [06:34] i haven't seen 'ubotu', simonvallore [06:34] cdubya: google turned up something that smashed my hopes [06:35] orkin, one of the guys more video savvy prolly ought to help...... [06:35] coag, bummer. [06:35] If so, you can do what I do and mount the media (in my case compact flash card) and then decode with dcraw [06:35] dle--: I of course hate Opera ;-) [06:35] sorry to hear that [06:35] cdubya: http://www.nvnews.net/vbulletin/archive/index.php/t-751.html [06:35] Please make sure there is sufficient quoting around the arguments. === sudhir [n=sud@221-128-148-140.exatt.net] has joined #ubuntu [06:35] B-166_ER-X, You will need to copy the partition first [06:35] dle--: altho I respect it technically [06:35] hee [06:35] looks kind -too- complicated [06:35] sethk, 0000:00:02.0 VGA compatible controller: Intel Corp. 82845G/GL[Brookdale-G] /GE Chipset Integrated Graphics Device (rev 03) is my card [06:35] Xenguy: Well, it has some licensing problems. ;) But yes, technically it does many things rather well. [06:35] Does anyone know how i can see who is connected to my vnc and disconnect them ? === mojo [n=mojo@220-244-248-54.tpgi.com.au] has joined #ubuntu [06:36] dle--: unless they just went open-source recently, and I didn't hear about it :-) [06:36] coag, sorry to hear that. [06:36] then you convert the files a few at a time from .RAW format using dcraw (too many and you may hang your machine as decoding is CPU intensive) [06:36] cdubya: thanks for being sympathetic :) [06:36] is there anything that provides for ubuntu what tortoisesvn does for windows? === Atlas [n=atlas@84.5.60.174] has joined #ubuntu === sabmann [n=sabmann@dsl123-8.fastxdsl.nl] has joined #ubuntu [06:37] i ran easy ubuntu to try to setup my 3d card.....now my keyboard is all messed up and i cant login to try to fix it becuase i dont havea u key.....plz help [06:37] yes opera is good [06:37] I mean, do I run apachectl as root? It worked that way, and did not when I used no root. === java_4_ever [n=kwunderl@d53-64-50-242.nap.wideopenwest.com] has joined #ubuntu [06:37] i must have picked the wrong KB config === java_4_ever [n=kwunderl@d53-64-50-242.nap.wideopenwest.com] has left #ubuntu ["Leaving"] [06:37] now my u key makes a 4 [06:37] :( [06:37] dle--: all browsers have been pissing me off recently actually -- I'm actually contemplating just rampage re-installing :P [06:38] apt-get remove libgnome2-common whee [06:38] techrush: sounds like you hit numlock === Atlas is now known as Atlas[ === Atlas[ is now known as Atlas[otaff] [06:38] hwo knows how to make video cards stop making my system slow? [06:38] my laptop doesnt have a numlock [06:38] at least that would be the case on this (laptop)keyboard :) [06:38] atrolinux: not sure that that does...try apt-cache search subversion, and look for something similar [06:38] quacker, theres gotta be a simpler way, i am able to get the 3 first pics, then it stopp [06:38] bob2: no joy :( [06:38] tritium, been doing that, was hoping somebody would have a solution handy [06:38] dle--: but migration is a hassle; still has to been done sometimes [06:38] i did select the option on easy ubuntu to turn numlock on on boot [06:38] how do i turn it off [06:38] :( [06:39] I might try a x86 kernel 60% performance boost for the second cpu > 30% performance boost for amd64 [06:39] B-166_ER-X, sorry, that's how I do it with an Olympus E-300 that's all I know [06:39] simonvallore: "ps aux | grep vnc" find out which display it is (eg. :2), then "sudo vncserver -kill :2" [06:39] how do i kill a connection [06:39] i got the netstat on it === ardchoille [n=ardchoil@unaffiliated/ardchoille] has joined #ubuntu [06:39] techrush: you could rerun the program and turn that option off [06:39] simonvallore: kill -9 === DrZaiusX11 is now known as DrZaiusX11|afk === wuming [n=myhusky@host66146157c0.dsl.res.tor.fcibroadband.com] has joined #Ubuntu [06:40] Khisanth: i cant run any programs becausxe i cant login [06:40] can anyone helpo me with my video card [06:40] Khisanth: i need the U key because its in my user name techrUsh [06:40] :( [06:40] where does ubuntu better than debian [06:40] simonvallore: the sudo vncserver -kill : shoulk kill the connection [06:40] hrm [06:41] i can see this light on my laptop that indicates numlock is on [06:41] *shoud [06:41] their must be a way to disable it [06:41] bah [06:41] wuming: my KISS formula says Ubu/desktop and Deb/server :-) [06:41] wuming: desktop integration === dderr [n=dderr@cpe-70-112-24-97.austin.res.rr.com] has joined #ubuntu [06:41] you could log in from the console [06:42] i cant login === newbc [n=michael@67.163.61.119] has joined #ubuntu [06:42] techrush: it has a light for it but no key?! [06:42] yes [06:42] is there any way to see which packages take up the most space? [06:42] anyone know if linux has a divx codec [06:42] that is a very odd keyboard [06:42] sorry ubuntu [06:42] !degian [06:42] bimberi: Do they come in packets of five? [06:42] !debian [06:42] Debian is "the rock upon which Ubuntu is founded"; see http://www.debian.org Thank You Ian and DEBra Murdock! 1994 Vers. 0.9. Debian and Ubuntu http://www.ubuntu.com/ubuntu/relationship/ === TraceGreen [n=Trace@61.149.152.194] has joined #ubuntu [06:42] newbc: mplayer should work [06:42] k [06:42] thanks [06:43] oh wait [06:43] i found the key! [06:43] phgewwwww [06:43] can I comment out the cdrom line from apts sources.list file w/out suffering? [06:43] dderr: of course you can. [06:43] i was being dumb sorry for bothering you guys [06:43] I would like ubuntu to quit asking me for a cdrom [06:43] dderr: yes, that's fine [06:43] plz does anyoine know how I can stop my video card from making my 3whole system slow? [06:43] was scary for a moment though :) === focker [n=fbomb@c-67-171-141-83.hsd1.or.comcast.net] has joined #ubuntu === SDPlissken [n=sd@pool-71-249-12-107.nycmny.east.verizon.net] has joined #ubuntu [06:44] dderr: yes, go ahead [06:44] thx for the help === auk [n=scott@h-69-3-181-231.lsanca54.dynamic.covad.net] has joined #ubuntu [06:44] dderr: it's a good idea if bandwidth isn't an issue for you :) === jmworx [n=jmworx@adsl-58-119.swiftdsl.com.au] has joined #ubuntu === cdubya [n=chris@ppp-69-148-166-160.dsl.ksc2mo.swbell.net] has left #ubuntu [] [06:44] orkin: it may involve using nipple clamps and holy water. [06:44] is there a way i can view my connections and kill them ? === sexcopter8000m [n=james@dslb-082-083-196-135.pools.arcor-ip.net] has joined #ubuntu [06:45] ok [06:45] simonvallore: netstat or lsof [06:45] if i use Gnome, can i uninstall nething to do with KDE? like kdesktop? [06:45] simonvallore: 'slay' will kill a particular User === benplaut [n=benplaut@cpe-70-95-146-177.hawaii.res.rr.com] has joined #ubuntu === xvlun [n=Jan@dslc-213-023-131-208.pools.arcor-ip.net] has joined #ubuntu [06:46] anyone know a good divx player besides mplayer, cuz for some reason i cant install it from the add applications menu [06:47] newbc, gxine [06:47] ok [06:47] vlc [06:47] vlc [06:47] vlc === mitey [n=ubuntu@ip24-255-220-238.ks.ks.cox.net] has joined #ubuntu === cyphase [n=cyphase@69.106.49.211] has joined #ubuntu [06:47] wtf is lsof === wastrel [n=wastrel@dsl254-127-242.nyc1.dsl.speakeasy.net] has left #ubuntu ["Leaving"] [06:48] simonvallore: it'll list processes using stuff....say lsof /dev/dsp will tell ya what's using /dev/dsp [06:48] k cool installing vlc right now [06:48] thanks guys === RRubin [n=rubin@CPE-65-29-27-71.mn.res.rr.com] has joined #ubuntu [06:48] will vlc do .mov? === jcole [n=jcole@108.sub-70-199-188.myvzw.com] has left #ubuntu ["Leaving"] [06:48] w32codecs will [06:48] no i mean a remote connection is there anything to view them and kill them [06:48] Siph0n: uninstalling libqt3-mt will take out anything KDE. although that will include things like k3b (in case that's important to you) === mattyv [n=vickm78@220-253-26-50.VIC.netspace.net.au] has joined #ubuntu [06:49] so is it ok if i just uncomment all the lines w/ universe in my source.list also? === bur[n] er [n=burner@c-67-173-243-73.hsd1.co.comcast.net] has joined #ubuntu [06:49] anyone have a vmware player .deb? [06:49] i keep screwing up apt, that is why i am asking. === sam_ [n=sam@h10.68.29.71.ip.alltel.net] has joined #ubuntu [06:50] will vlc recognize w32codecs? [06:50] simonvallore: I believe I know what you meant; tried netstat? [06:50] thrice`: vlc uses its own libs afaik === sam_ [n=sam@h10.68.29.71.ip.alltel.net] has left #ubuntu ["Leaving"] [06:50] so, vlc wont' integrate to play apple trailers eh? [06:51] lol not that, but i noticed klibido would also go off which i use === xandrix_ [n=xandrix@dsl-132-32.aei.ca] has joined #ubuntu === mirkom [i=mirkoma@ppp56-wifi.my-its.net] has joined #ubuntu [06:51] howdo i get the default boo splash to work it works by default on my pc but not on my laptop === Mr_Smiley [n=smiley@58.160.196.172] has joined #ubuntu [06:52] thier is a mozilla-vlc plugin in the repos [06:52] i havent tried it yet though [06:52] *boot === nicholaspaul [n=nicholas@d198-53-138-13.abhsia.telus.net] has joined #ubuntu === CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu [06:52] how do I put aramark on my comp...it's not listed in the synpatic === thrice` wants SOMEONE to confirm that apple trailers work =| [06:53] pref. without mplayer [06:53] I'm planning on Dual booting Dapper with an existing Hoary install... is there anything I should do before I just install dapper from a CD???? [06:53] Siph0n: you can always reinstall klibido afterwards (a bit inefficient i know but probably the easiest way) [06:54] anyone know how i can get the default boot splash to work in ubuntu it works on my pc but not on my laptop [06:54] thrice ive gotten them working in another distro...with mplayer === viscount [n=viscount@h24-207-81-66.cst.dccnet.com] has joined #ubuntu [06:54] me too [06:54] nah, got enough space, was just curious really [06:54] what is the command to switch the default from kdm to gdm? [06:55] any dual boot fiends in here? [06:55] thrice`, do you have the boot splash the default one working ? === cyphase_ [n=cyphase@69.106.49.211] has joined #ubuntu [06:55] EVERY time i try dual boot my computer gets messed up.. no matter what other OS... [06:55] nicholaspaul: >.> whose asking? [06:55] coag me! [06:56] nicholaspaul: i [06:56] coag i want to dual boot hoary and dapper. [06:56] 'm a dual boot fiend [06:56] dapper? [06:56] :-) [06:56] nicholaspaul: are you causing trouble in here? [06:56] coag yea [06:56] i need a boot splash friend :( [06:56] nicholaspaul: what would dapper be? [06:56] NALIOTH... found me...!! hehe! just asking some Ubuntuesqe questions [06:56] nalioth hows things nalioth ? === robotgeek_away is now known as robotgeek === neeja [n=neeja@CPE-147-10-218-195.nsw.bigpond.net.au] has joined #ubuntu [06:57] coag, dapper is the new Ubuntu (in development). The one after Hoary. [06:57] nicholaspaul: things are looking up, you can ask me in === calc [n=ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu [06:57] nicholaspaul: what would dapper be? === cyphase_ is now known as cyphase [06:57] !dapper [06:57] The 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake [06:57] coag - Dapper is the NEW Ubuntu [06:57] thanks thrice [06:57] nicholaspaul: i believe breezy is the new stable version of ubuntu [06:58] viscount: yes [06:58] viscount - yes, but dapper is the new developing breed. === JL0gik [n=Trohaan@ip193.80.78.64.suscom.net] has joined #ubuntu [06:58] Hoary(old) => Breezy (stable) => Dapper (developer) [06:59] god how the hell do i get this damn default bootsplash to work lol [06:59] viscount: thank you [06:59] i need help before my X server crashes again.. why wouldn't my ATI Radeon 9250 be working in ubuntu? [06:59] that's a good question [06:59] 3D or now [06:59] !ati [06:59] methinks ati is at https://wiki.ubuntu.com/BinaryDriverHowto/ATI or http://www.ubuntuforums.org/showthread.php?t=24557&page=1&pp=10 [06:59] I have the same problem [06:59] not* [06:59] XandriX: what do you mean? [06:59] nicholaspaul: look into Grub [06:59] coag - so have you dual booted with difft distros ? I've only done it with difft OS's [06:59] so i need Grub first? [06:59] nicholaspaul: yes [06:59] does anyone have a history of screwing up dselect or apt. it seems by the time my nvidia drives are installed i've managed to screw everything up [07:00] nicholaspaul: and the entries in gurb for the two kernels should be really similar [07:00] jsut pointing to different kernels [07:00] so no one knows ... === jessemans [n=jesse@ppp-69-213-249-119.dsl.dytnoh.ameritech.net] has joined #ubuntu [07:00] xandrix_: questions scroll up fast in here :/ [07:00] not sure what i am doing either.. [07:00] so after installing grub, the new install should set it up itself? [07:00] coag? [07:00] xandrix_: it doesn't "just work" ?? are you upgrading from hoary? [07:00] dderr, it isn't too hard to screw up if you know how. [07:00] nicholaspaul: umm [07:00] bur[n] er, i installed a fresh copy of hoarty [07:00] *hoary [07:01] eek breezy [07:01] xandrix_: u have usplash? [07:01] typo [07:01] nicholaspaul: im not sure, i've never installed ubuntu without a bootloader [07:01] yeah i do have usplash and i ment breezy :S [07:01] but i ahve setup grub before i don't think it will do it automagically [07:01] when i installed ubuntu over OSX i just installed it, and it setup yaboot itself. [07:01] sethk: I screwed it up and reinstalled 3 times now [07:01] xandrix_: no idea... always "just worked" here [07:01] i have no clue what yaboot is but im assuming it's a boot laoder [07:01] !yaboot [07:01] coag: What? [07:01] ok [07:01] yeah but bur[n] er do you use lilo or grub [07:01] anyone know how to change the default boot manager? [07:02] dderr: don't even bother with dselect [07:02] xandrix_: grub [07:02] see i use lilo [07:02] viscount: install a different one [07:02] xandrix_: use grub [07:02] and i need to get it to work with lilo [07:02] ;) [07:02] tritium : should i use synaptic? [07:02] xandrix_: why? [07:02] grub > lilo [07:02] dderr: are you using ubuntu, or debian? [07:02] no im not using grub ive used lilo for 3 years got useto its syntax and its nice bootmenu im not using grub [07:02] and no grub sucks imo [07:02] ubuntu [07:02] thx for the pointers coag [07:02] nicholaspaul: no problemo [07:02] coag: no, i have two installed already, right now I am using kdm, i want to switch it to gdm. [07:02] grub can edit from the menu itself... you need a working booting system for liilo === barosl^win [i=barosl@222.99.186.24] has joined #ubuntu [07:03] that alone make grub rule :) [07:03] viscount: that isn't a bootloader [07:03] not to mention usplash good looking stuff [07:03] brb gonna test something [07:03] xandrix_: just learn to change ;) grub is better [07:03] coag: sorry, i didnt mean to say boot, i meant to say display, === dderr has officially quit using dselect ;) [07:03] viscount: ok [07:03] dderr: I use aptitude, personally [07:03] Does anyone know how to change the default display manager from kdm to gdm? [07:04] remove kdm [07:04] install gdm [07:04] go have a beer [07:04] viscount: sudo dpkg-reconfigure gdm === mirkom [i=mirkoma@ppp56-wifi.my-its.net] has left #ubuntu [] === warreng [n=warren@pcp09125057pcs.arlngt01.va.comcast.net] has left #ubuntu [] [07:04] or edit the X init script [07:04] three options right there [07:04] i like bob2's personally === mattyv [n=vickm78@220-253-26-50.VIC.netspace.net.au] has left #ubuntu ["Leaving"] [07:05] bob2: are those instructions for minors too? [07:05] bur[n] er: thanks thats basically what i needed, but i guess bob2 is right i could just remove kdm. Isnt there a text file somewhere i can just edit to change which display manager gets called at boot? [07:05] all miners drink beer === kkathman [n=kkathman@h-66-167-142-164.dllatx37.dynamic.covad.net] has left #ubuntu ["Konversation] [07:05] coag: ginger beer is often an option === nicholaspaul loves ginger beer [07:05] viscount: dpkg-reconfigure gives a nice lil ncurses thing to just pick one :) === MAPD [n=bzzzzz@dna243-249.satp.customers.dnainternet.fi] has joined #ubuntu [07:05] varsendagger: do what bur[n] er said then, which edits the file [07:05] bob2: root beer ytoo [07:05] now [07:05] coal gold [07:05] i must knock myself out with various sleeping pills [07:05] g'nite [07:06] I've never actually seen root beer [07:06] it sounds like something I'd lubricate my car engine with [07:06] bob2: sarsparilla (sp?) === sam_ [n=sam@h10.68.29.71.ip.alltel.net] has joined #ubuntu [07:06] i laughed when i read lubricate [07:06] bur[n] er: bob2 thx, done [07:06] ha root beer that is the perfect linux beer [07:06] bimberi: sarsaparilla [07:06] lol [07:06] can anyone read this? [07:06] hello all [07:06] leather_n_luv: yes [07:06] leather_n_luv: no [07:06] leather_n_luv, yea [07:06] lol [07:06] leather_n_luv: no [07:06] leather_n_luv: yea [07:06] anyone use pyrobot [07:07] viscount: you'll have to stop kdm and start gdm too... sudo invoke-rc.d kdm stop && sudo invoke-rc.d gdm start [07:07] cooper's heritage is the perfect * beer [07:07] how do you make a bootable cd? [07:07] waht is pyrobot? [07:07] sam_: way simpler if you just ask your question [07:07] leather_n_luv: download .iso and burn it :) [07:07] leather_n_luv: to do what? [07:07] python interface for a poinner3 robot [07:07] bur[n] er: yeah yeah, i'll just reboot [07:07] boot five different floppies... [07:07] I need to install pyrobot [07:07] viscount: or that... I like my way better ;) [07:07] long story [07:08] bur[n] er, can i get nice boot menus with grub ? like in lilo u can have sarge.bmp for exemple [07:08] cna seem to do it using ubuntu [07:08] XandriX: sure can [07:08] leather_n_luv: then man mkisofs, el torito is your keyword [07:08] XandriX: i have a nice lil pic of me snowboarding :) [07:08] breezy is alleged stable [07:08] ok then how the hell do i install it lol [07:08] bur[n] er: i need to adjust my boot up daemons anyway, im trying to slim the system down a little, and im getting into the habbit of turning off my box at night to save juice [07:08] XandriX: they use .xpm format... which is basically just a .bmp [07:08] thanx bob2 [07:08] how do I get aramark the audio player? it's not listed in synaptic ? [07:08] CaptainMorgan: get universe [07:09] CaptainMorgan: and it's called amarok [07:09] bur[n] er, how do i install grub ? [07:09] CaptainMorgan: you could try spelling it correctly amarok [07:09] XandriX: via the ubuntu install cd [07:09] waht all does amorok paly? [07:09] play [07:09] well what if i have done apt-get install grub [07:09] varsendagger: anything gstreamer does (audio only) [07:09] varsendagger: music ;) [07:09] varsendagger: or anything xine does (audio only) [07:09] thanks for the enlighs leson - now how do I install it? [07:09] varsendagger: dependent on if you have amarok-gstreamer or amarok-xine [07:10] it's really raining hard here [07:10] does it play real live audio cds [07:10] bur[n] er, well what if i have done apt-get install grub [07:10] CaptainMorgan: find it in synaptic === jenda_zZz is now known as jenda_away [07:10] XandriX: grub-install /dev/hda [07:10] xine > gstreamer [07:10] so true viscount [07:10] gstreamer 0.10 has promise though [07:10] burner you like universe more ? [07:10] bur[n] er: yeah i wish it was better [07:11] CaptainMorgan: universe is a set of repositories [07:11] !universe [07:11] extra, extra, read all about it, repositories is How to add repositories: http://wiki.ubuntu.com/AddingRepositoriesHowto See !sources for example sources.list [07:11] ok well it seems to be doing something lol [07:11] CaptainMorgan: amarok is in the universe repositories === P3L|C4N0 [n=gcamposm@200.106.95.154] has joined #ubuntu [07:11] CaptainMorgan: the latest version is in a seperate repository altogether... www.kubuntu.org has more info === vickm78 [n=vickm78@220-253-26-50.VIC.netspace.net.au] has joined #ubuntu [07:12] So what does everyone think of Linus and his KDE rant? === RedGhost [n=bp2626@S0106000c6e212de6.vf.shawcable.net] has joined #ubuntu [07:12] I tried to install repos's in synaptic where it lists the Software soures... but ever tyime I add it, nothing happnes === seth_k|away is now known as seth_k [07:13] bur[n] er, is it normal that is said a this error is harmless and can be ignored for xfs and now its just doing nothing === jjd [n=jjd@dsl-146-252-01.telkomadsl.co.za] has joined #ubuntu === agtnz [n=agt1@222-153-80-218.jetstream.xtra.co.nz] has joined #ubuntu === vickm78 [n=vickm78@220-253-26-50.VIC.netspace.net.au] has left #ubuntu ["Leaving"] [07:14] bur[n] er, it just froze [07:14] Nobody going to bite? Common.. lets throw some fists :) [07:14] XandriX: uhhhh === sudhir [n=sud@221-128-148-165.exatt.net] has joined #ubuntu [07:15] so i need to edit the sources.list ? [07:15] hmm [07:15] viscount: that subject is so tired... it got too much play on planet even [07:15] bur[n] er, ok my hole laptop froze i hadto restart it [07:15] manualy [07:15] CaptainMorgan: yes, which can be done from within synaptic if you want [07:15] XandriX: doing grub-install ? [07:15] bur[n] er, but lilo is still there so that means well it just did nothing === SCMark [n=marko@fsh-cpe-52-11.resnet.ucsc.edu] has joined #ubuntu [07:15] bur[n] er, yes doing grub-install [07:15] XandriX: use a livecd to install grub === erick [n=erick@210.213.170.240] has joined #ubuntu [07:15] burner, okay to follow the starte guide ? [07:15] bur[n] er: darn i guess i missed all the fun, so how do you feel about the whole thing? [07:16] what was linus' KDE RANT? [07:16] viscount: I dont see many peeps on Ubuntu having luck with KDE :p [07:16] helo [07:16] bur[n] er, maybe beacuz i already have lilo ? === mattsm [n=mattsm@cpe-70-112-34-78.austin.res.rr.com] has joined #ubuntu === stravin [n=strav@Toronto-HSE-ppp3774114.sympatico.ca] has joined #ubuntu [07:16] i cant log into root why? [07:16] XandriX: nah, prolly not [07:16] erick we do sudo [07:16] ahh sorry [07:16] !tell erick about sudo [07:17] bur[n] er, damnit then its my hd in that laptop actring up again [07:17] CaptainMorgan: i don't know whaqt the starter guide is [07:17] ngak [07:17] i dont know about sudo [07:17] viscount: to each their own... i love gnome ;) [07:17] varsendagger: Linus feels that KDE is the better desktop because GNOME limits too much in the name of keeping things simple for the user. [07:17] sudo blah blah blah your pasword === barosl [n=barosl@222.99.186.24] has joined #ubuntu === atrolinux [n=atrophic@12-216-45-63.client.mchsi.com] has joined #ubuntu [07:17] he all... I'm havin some troubles for installing imagemagick php module under ubuntu... any php coder around? [07:17] viscount, i agree [07:17] they are both memory pigs === malport [n=malport@adsl-209-30-85-242.dsl.rcsntx.swbell.net] has joined #ubuntu [07:18] !sudo [07:18] sudo is probably the command to get superuser privileges, see http://wiki.ubuntu.com/RootSudo [07:18] viscount: Yeah, Linus also thinks having kids is a good idea - he has no credibility. [07:18] can anybody recommend a good cvs gui for gnome? preferably one with nautilus integration? [07:18] bur[n] er: yeah i perfer gnome [07:18] viscount: but Linus is an expert linux user - hes about out of touch with the needs & skills of most people [07:18] !cvs [07:18] cafuego: exactly, anyone who has kids should be shot ;) [07:18] burner how do I do it for synaptic ? [07:18] cafuego: would solve lots of problems ;) [07:18] calc: Too late. === redbull [n=redbull@212.36.209.99] has joined #ubuntu [07:18] CaptainMorgan: settings -> repositories?? i'm guessing, i always use apt-get and nano to edit the sources.list [07:18] calc i think youre joking. [07:18] lets hope it works this time bur[n] er [07:18] my computer cant read .wma why [07:19] any one can help me to build emailserver [07:19] frogzoo: read http://www.gnome.org/~jdub/blog/projects/gnome/1134482448 [07:19] nicholaspaul: of course [07:19] plsss [07:19] frogzoo: yeah i dont know, he does make a few excelent points that i think the gnome ppl should seriously consider [07:19] phew;) [07:19] but with what do you edit the sources list ?' [07:19] redbull: get w32codecs [07:19] !w32codecs [07:19] calc phew;) [07:19] and linus is not out of touch with a fairly large chunk of userbase [07:19] calc: They need to be neutered BEFORE they have kids, THAT would solve the problem. === morzel [n=morzel@82-131-175-89.vnet.hu] has joined #ubuntu [07:19] !mplayer [07:19] rumour has it, mplayer is https://wiki.ubuntu.com/MplayerInstallHowto For compiling, see: http://ubuntuforums.org/showthread.php?t=31061 [07:19] ubotu: tell redbull about w32codecs [07:19] bur[n] er, i already have them.. but when i play with Totem i can only hear the voices [07:19] and linus has a small penis!!! i swear [07:19] CaptainMorgan, any text editor, i like vi === calc think bur[n] er should get back on topic [07:20] redbull: ? [07:20] !children is at http://www.vhemt.org/ [07:20] cafuego: okay [07:20] no, I mean with what text exactly ? === bur[n] er is just following the crowd, but gets back to topic [07:20] bur[n] er, it just stays at that stupid xfs warning [07:20] XandriX: use a livecd to do it [07:20] XandriX: or the ubuntu install cd [07:20] Basically what he was trying to say is that every user will have some little thing that they feel strongly about and want to customize, so by limiting the choice you piss of everyone in some small way. [07:20] bur[n] er, ok how would i go about doing this with the ubuntu install cd ? [07:20] bur[n] er, other than that.. when i play movies with totem i can hear the video voices before they happen [07:20] why is that === corona [n=ubuntu@59.92.154.192] has joined #ubuntu [07:21] kde didn't let me use .svg until 3.5, I'd call that limiting ;) [07:21] But each person will be pissed off in a different unique way depending upon their personal computer fetish [07:21] viscount: Nobody is forcing Gnome users to use Gnome. They're free to switch, so Linus is talking bullshit. [07:21] redbull: get totem-xine [07:21] concerning amarok, why is it you need to kill a device before you can hear it play ? === Digis [n=digis@85.206.233.240] has joined #ubuntu [07:21] speaking of customize, I want my ubuntu to thave the same "colorful penguin" bootup as gentoo [07:21] viscount: and some in more than a small way, which is why kde has so many users even though its overall gui doesn't look as nice [07:21] redbull: it's due to problems with gstreamer lagging I assume [07:21] * i do like how configurable kde is i use fluxbox because when i want to xustomize something i don't have to run around -displays and look and environment crap [07:21] bur[n] er, ? ok well botting the install cd === usuario [n=usuario@194.Red-81-33-184.dynamicIP.rima-tde.net] has joined #ubuntu [07:21] anyone know how to do that/ [07:21] bur[n] er, yea true most of the movies lag even with mplayer [07:21] cafuego: gnome devs themselves have said however that much of what has been attributed to them wanting to dumb down the interface was just due to a lack of manpower [07:21] http://img471.imageshack.us/img471/7664/screenshot7co.png === mattsm [n=mattsm@cpe-70-112-34-78.austin.res.rr.com] has left #ubuntu ["Leaving"] [07:21] CaptainMorgan: kill a device? you don't have to [07:21] where to [07:21] cafuego: i dont think thats very fair to say, im a gnome user, im not switching, but I agree with him on that point [07:21] hey felllas, im gettin this opera error: ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored. [07:21] ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored. [07:21] to hear amarok, yes [07:22] JL0gik, you want to change login options? [07:22] use autosync 30 with mplayer [07:22] hi does anyone know of a resource or how-to on resizing root partititon? [07:22] bur[n] er, so what do i need to do ? [07:22] redbull: try totem-xine, that worked for me... are they dvds by chance? [07:22] calc: I'd call it "elegant simplicity". I quite enjoy the way Gnome doesn't look like the flash absed website with blink tags that KDE does ;-) [07:22] Please how can take a screenshot in kde without any graphic aplication? [07:22] tell the truth, I cant stand perpetually fiddling with a window manager - by the time its set up the way you want, its upgrade time & start over - the desktop needs to be standardised to a degree [07:22] XandriX: boot the ubuntu cd, and install grub from there [07:22] bur[n] er, nop [07:22] cafuego: so the circular pattern ends up repeating itself devs don't want to use something to constricted so the features don't get added, etc so todays thread was actually pretty helpful in getting mindshare of people who don't know gnome very well (most people even many gnome devs from the thread apparently) [07:22] usuario: open a terminal, type 'import -window root screenshot.png' === jmworx_ [n=jmworx@adsl-58-119.swiftdsl.com.au] has joined #ubuntu [07:22] bur[n] er, in expert mode [07:22] usuario: press "screen print" [07:23] calc: yeah its funny, but even though I could probably do the things that I want in KDE that I cant do in gnome, I just cant stand the way KDE looks so I put up with the issues with gnome that i have [07:23] cafuego: some what gnome has as "simplicity" is only due to lack of dev time as was mentioned today [07:23] Thanks === spine_ [i=spine@gnook.org] has joined #ubuntu [07:23] !seen bleh [07:23] i haven't seen 'bleh', redbull [07:23] !seen saik0 [07:23] saik0 was last seen on IRC in channel #ubuntu, 1d 19h 50m 28s ago, saying: '_Gray_ GeForce 6800 128 MB'. [07:23] hey CaptainMorgan, why are you using hoary? breezy is stable [07:23] usuario: then print into gimp [07:23] viscount: i'm in that boat as well [07:23] if i am giving up on dselect, is aptitude the #1 recommandation (command line is important to me) [07:23] viscount: kde just grates on me (i even maintained it for 2-3 years) heh [07:24] calc: kde does have some really nice apps though, but imo as a DE is sucks ass pretty hard [07:24] JL0gik, I've changed most of my login screens and 'stuff' [07:24] dderr: apt-get install works for me :) === dream [n=dream@221.210.244.186] has joined #ubuntu [07:24] help me to log in root pls! [07:24] i cant install [07:24] erick: try sudo [07:24] calc: haha, hilarious [07:24] erick sudo [07:24] sudo su [07:24] ahhh [07:24] erick DO NOT log in to root!! [07:24] ok tnx [07:24] anyone seen this opera error: [07:24] ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored. [07:24] ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored. [07:24] ubotu: tell erick about sudo [07:24] viscount: i maintained it for Debian up until the time i switched over to ubuntu ;) [07:24] breezy - yea right, I lost X after an upgrade === agtnz [n=agt1@222-153-80-218.jetstream.xtra.co.nz] has joined #ubuntu [07:25] bur[n] er, i cant get it.. it sais waiting for headers and stops there. [07:25] CaptainMorgan: did you upgrade while breezy was being developed? or after it was stable? [07:25] redbull: apt-get update? [07:25] btw is there a way to set a background on a per screen basis in gnome? [07:25] bur[n] er, yea [07:25] jesi: it looks like you are prelinking opera, and its complaining that it cant prelink java for some reason, i wouldnt worry, but i also wouldn't prelink opera [07:25] bur[n] er : other than the fact it doesn't moo, i think aptitues share apts command line interface [07:25] yesterday [07:25] After unpacking 11.0MB of additional disk space will be used. [07:25] Do you want to continue [Y/n] ? y [07:25] 0% [Waiting for headers] [07:25] call me naive, but why cant there be an adaption layer for apps - so the app will run on either gnome or KDE? [07:25] its little things like that annoy me about gnome :\ [07:25] calc: none i've seen and I looked for it back in gnome 2.8 to no avail [07:26] redbull - what? === mtraker [n=mtraker@81-203-88-68.user.ono.com] has joined #ubuntu [07:26] calc: and the lack of a decent hotkey app like khotkey [07:26] nicholaspaul, ? [07:26] a very overstretched graphic as a background sucks :\ [07:26] calc: and the fact that you can't scroll the desktop th change wms ;) [07:26] redbull, why are you copy/pasting here? === dirkson [n=dirkson@68.sub-70-218-48.myvzw.com] has joined #ubuntu [07:26] calc: see.. stuff like that you just dont see in gnome, such a pita [07:26] How do i run a .sh file? [07:26] its just 3 lines. [07:26] P8ntKid: ./shellfile.sh [07:27] redbull: try packages.ubuntu.org [07:27] bur[n] er: you can scroll virtual windows with the scroll wheel over the panel applet [07:27] viscount, what do you mean prelink? i just typed opera in the terminal after an install [07:27] P8ntKid: chmod +x s.sh ; ./x.sh [07:27] P8ntKid: but do $ chmod +x shellfile.sh [07:27] calc: not the same as the desktop though... i gotta go find the applet :\ [07:27] Help? My ability to use ctrl+f1, ctrl+f2, etc has suddenly died. Rebooting does nothing.... === bur[n] er is just nitpicking anyway calc ;) [07:27] viscount: i don't believe things like that are left out to dumb down the interface though after seeing the thread today [07:27] dirkson: ctrl+alt+f1 ? === robotgeek is now known as robotgeek_away [07:27] dirkson: ctrl + alt + F2 [07:27] bur[n] er: heh :) === vickm78_ [n=vickm78@220-253-26-50.VIC.netspace.net.au] has joined #ubuntu [07:28] viscount: Its on a CD. I cant change permissions. [07:28] bur[n] er, lets hope it works === freenik [n=nik@port-212-202-36-70.dynamic.qsc.de] has joined #ubuntu [07:28] kde does some things well as does gnome [07:28] i don't use extra screens since i have a 3840x1200 desktop [07:28] P8ntKid: cp it to your hd [07:28] P8ntKid: cp /tmp [07:28] XandriX: i assume it will... worked for me many times [07:28] bur[n] er, im in xfs does that affect grub that much [07:28] bur[n] er, any other way to fix this than apt-get ? [07:28] Frogzoo and Bur[n] er: I, uh.... I just forgot which buttons to press, didn't I? === Xenguy [n=gnu@206-248-151-3.dsl.ncf.ca] has joined #ubuntu [07:28] dirkson: seems so :) [07:28] viscount: Im trying to install Ut2004 === erick [n=erick@210.213.170.240] has joined #ubuntu [07:28] XandriX: i think grub might have to reside on a different filesystem? can you change /boot to ext3? === _MAPD [n=bzzzzz@dna243-249.satp.customers.dnainternet.fi] has joined #ubuntu [07:28] Frogzoo and Bur[n] er: *blushes and runs off* Thanksbye! [07:29] ewww ext3 [07:29] ill set it to reiser [07:29] or that [07:29] calc: no i think its probably 25% missguided developer practise/ 75% not implemented yet [07:29] bur[n] er: i would contend that kde does most things better than gnome except for the desktop experience eg consistency, clutter [07:29] bur[n] er: which is not a small thing [07:29] damnit this was so easier with slackware lol [07:29] now i haveto reinstall [07:29] again :( [07:29] XandriX: grub only likes fs's it knows - check manpage, but ext3 is typical [07:29] liferea > akregator [07:29] evolution > kontact [07:29] XandriX: No, grun works fine with xfs. [07:29] gaim > kopete [07:29] :) [07:29] cafuego, not here anyways [07:29] bur[n] er: aye :) [07:29] it just freezes === _MAPD is now known as MAPD [07:29] silence > troll [07:29] viscount: perhaps, but certainly not the previously widely though 100% misguided developer practice [07:30] erm thought [07:30] calc: no definitly === bur[n] er silences and reflects on his trollisms [07:30] cafuego, freezes at grub-install hd0 [07:30] cafuego: lol [07:30] how to log using sudo [07:30] XandriX: Yucky. Any chance you can swithc to ext3 and try again? [07:30] erick: sudo su - ? [07:30] erick: you dont log in as sudo [07:30] how [07:30] cafuego: that's what i said to do ;) [07:30] cafuego, reiser [07:30] i XandriX: no, avoid reiser. [07:31] XandriX: Like the plague, even moreso than xfs. [07:31] avoid all fs they all lose data :) [07:31] some1 help ? [07:31] god damnit [07:31] cafuego: why? [07:31] i dont wnat ext3 [07:31] reiser is fast! [07:31] screw grub [07:31] what username will i use === jessemans [n=jesse@68.254.29.77] has joined #ubuntu [07:31] though ext3 might lose data less than the others since it widely known [07:31] nothing wrong with reiser [07:31] using sudo [07:31] calc: but the seek times for stone tablets suck === dustin_ [n=dustin@65-100-77-236.blng.qwest.net] has joined #ubuntu [07:31] erick: your own [07:31] XandriX: Why would you prefer a less stable fs over a more stable one? [07:31] just dont use reiser on your /boot part [07:31] cafuego: speed [07:31] viscount: Apart perhaps from the lack of decent repair utils. [07:31] reiserfs and xfs are very stable btw [07:32] never had any problems with em === bur[n] er has no problems with reiser either on his / [07:32] i just need to find out howto boot this damn bootsplash in lilo instead of grub [07:32] bur[n] er: Both reiser and xfs are SLOWER then ext3 on my machine. Any perceived difference in speed must be imaginary. [07:32] cafuego: doesnt really need them, does the stuff automagically [07:32] coughs at xfs stability [07:32] then it falls over [07:32] after killall gnome-panel amarok still doesn't have an icon.. why ? [07:32] well not here [07:32] CaptainMorgan: did you run amarok? [07:32] viscount: Yes, until the day it doesn't, at which point you're hosed. [07:32] here reiser and xfs are always faster [07:32] CaptainMorgan: what are you expecting? [07:32] the whole deal about speed of filesystems is academic apart from very large, multiuser setups [07:32] xfs and reiser have both had major stability issues in the past === viscount stares hard at xfs and causes it to fall over and catch fire === r0bby__ is now known as r0bby_ [07:33] frogzoo: academic? wtf? [07:33] bur[n] er: think ivory tower, etc [07:33] bur[n] er: as in not real world useful [07:33] bur[n] er: if youe only on a single user machine, big deal 5% extra speed off your fs [07:33] cafuego: (99% of fs hosery comes from hardware failure in which case you could be using god as your fs and it wouldnt save you === seth_k is now known as seth_k|away === kumakun [n=justin@66-168-77-144.dhcp.fdul.wi.charter.com] has joined #ubuntu [07:34] 5% is too generous, probably 2% is more like it, but thats a lot actually [07:34] all i want is for this damn bootsplash to work with lilo i just want to see ubuntu and the loadingbar i see on my pc [07:34] 90% of all statistics stated on IRC are made up ;) [07:34] viscount: that when you need hardware raid - with battery backed ram [07:34] i don't recall ever having hardware failures eat my data, but i have had xfs eat my fs [07:34] well sort of eat it [07:35] frogzoo: *drool* [07:35] calc: xfs ate my system twice, reiser once. [07:35] it ate it but i think i got the data back by doing some very odd things, that i still do not understand [07:35] bur[n] er: more like 85% [07:35] frogzoo: sure ;) === zoyd [n=vinay@220.225.32.98] has joined #ubuntu [07:35] 99% of all people find that using microsoft windows saves them time [07:35] dderr: u killed the channel - happy now? [07:35] dderr: lol [07:35] anyone play with vmware player 1.0 yet? [07:35] hehe [07:35] sigh [07:35] and its trye [07:35] true* === HiddenWolf [n=HiddenWo@136.17.dynamic.phpg.net] has joined #ubuntu [07:36] no one know howto enable that damn default bootsplash with lilo ? === zoyd [n=vinay@220.225.32.98] has left #ubuntu ["Leaving"] [07:36] dderr: i dont know a single windows user who is happy with the speed of their machine after 1 year without a reinstall [07:36] XandriX: lilo has different, uglier bootsplashes. Check the manual for the 'bmp' display option. [07:36] viscount, plenty, who don't know better === viviersf [n=cain@dsl-146-100-81.telkomadsl.co.za] has joined #ubuntu [07:36] cafuego, NO! not that [07:37] Mind you, if speed is what you want, you ought not be using lilo. [07:37] viscount, i know a few [07:37] cafuego, when u load ubuntu when the kernel is loading and btw on all my boxes here lilo is faster then grub [07:37] XandriX: usplash then, not bootsplash. [07:37] yeah how do i load it from lilo ? [07:37] dderr: the whole point is that 99% of users just want a glass typewriter - there didnt used to be a distro that did just office apps well - until now [07:37] XandriX: Just add "quiet splash" in the append= line [07:37] xfs would show lots of 0'd files but if you booted an older kernel the files showed up as being still there [07:37] ok [07:37] what is the "path to your kernel directory (where include/linux resides)", in ubuntu? [07:37] i backed it up real quick and converted back to ext3 [07:37] bur[n] er: its basically like vmware with less features [07:37] aiui you can set ext3 to not be reliable like xfs/reiser and get it to go faster too [07:37] calc: i know [07:38] cafuego, do i need to put a vga= line ? [07:38] calc: i'm hoping someone built it and has a .deb so I don't have to ;) [07:38] You can almost watch as windows slowsly disintergraits like a piece of rotting fruit. [07:38] nope, amarok still doesn't have an icon [07:38] cafuego: the vga line is for svga res - might be necessary for 1024x768 etc. [07:38] bur[n] er: vmware player can't create vm's at least from what i read [07:38] XandriX: Why would you do that? === carminati [n=carminat@200.181.92.87] has left #ubuntu ["Fui] [07:39] I just want a good command line, dev environment, browser, window environment, mp3 player, dvd player, dvr, office apps etc [07:39] bur[n] er: so you would need to get one from somewhere or have full vmware anyway [07:39] calc: it can't... but there are workarounds using qemu to make them [07:39] bur[n] er: ah [07:39] is that too much to ask === cafuego points frogzoo at the correct person. XandriXwanted to know, *I* know what it's for. [07:39] XandriX: the vga line is for svga res - might be necessary for 1024x768 etc. [07:39] calc: or download prebuilt ones put out by vmware === jmworx_ is now known as jmworx === aeon17x [n=aeon17x@58.69.16.10] has joined #ubuntu [07:39] calc: mostly i just wanna play with it and see it in action if it's usable :) [07:40] bur[n] er: i tested it for a few seconds on xp with vmware 5.5 and it seemed to be fine [07:40] calc: it also says it can do symantec images... which I wonder if it means it can work with .gho files [07:40] bur[n] er: hmm that would be cool [07:40] didn't know about that [07:40] why ddidn't amarok come with an icon ? === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu [07:40] CaptainMorgan: nothing comes with an icon [07:40] CaptainMorgan: look in the menus... applications -> sound [07:41] huh? [07:41] CaptainMorgan: or "alt+f2" and type "amarok" [07:42] yea, I know, but I like to place it on a panel.. putting it there and trying to start it always returns a error message [07:42] CaptainMorgan: i'm assuming by "icon" you mean a launcher on the panel? [07:42] 'icon can't be found' [07:42] what is the "path to your kernel directory (where include/linux resides)", in ubuntu? [07:42] (somebody must know!) [07:42] CaptainMorgan: weird, mine has an icon, try restarting the desktop [07:42] (so please answer!) [07:42] ctrl alt backspace ? === rob1 [n=Robert@ubuntu/member/rob1] has joined #ubuntu [07:43] ejofee: install kernel-header package for the kernel you are running [07:43] anyone here got kismet working in ubuntu ? [07:43] ejofee: did you install the sources? [07:43] CaptainMorgan: in that respect, it does have an icon... try restarting X (ctrl+alt+bkspc) [07:43] how to gain root privileges? [07:43] erick: sudo [07:43] erick: how many times we gotta say it [07:43] i cant install [07:43] !tell erick about sudo [07:43] erick: type this [07:43] sudo su === anilkumar [n=anilkuma@x.tifr.res.in] has joined #ubuntu [07:43] tritium: sources, no. kernel-headers, yes. is it not enought? [07:43] tritium: sources, no. kernel-headers, yes. is it not enough? [07:43] then type in you password [07:43] sudo su [07:43] ejofee: have you looked in /boot ;) [07:43] !tell erick about sudo [07:43] tritium: i think it's lost on erick, i've had ubotu tell erick about 4X now [07:43] calc: ok, and...? [07:43] ejofee: sudo apt-get install linux-headers-$(uname -r) [07:43] hahaha [07:43] viscount: what for? [07:44] hi [07:44] ejofee: then its linked to by /lib/modules/(uname -r)/build (iirc) [07:44] ejofee: the kernel [07:44] i new here im sory [07:44] can anyone here point me to a web page that tells how to make use of more than one "el torrito" boot, and how to select at boot time? [07:44] bur[n] er: oh, ok [07:44] erick: read the pm from ubotflu [07:44] ok tnx [07:44] erick: you know how to get to a console window? [07:44] i'm going to bed, nearly 1am here, bbl [07:44] calc: thank you! [07:44] how to disable iptables [07:44] calc: cyas [07:45] ejofee: it may be named slightly different but it should be under /lib/modules/()/something [07:45] yeah im out of here too, catch later folks [07:45] calc: i see, thanks [07:45] thank you all [07:45] ejofee: dpkg -L header package should list what it installed as well === calc gone now [07:45] how do i get this window [07:46] ctrl+alt+F2 [07:46] derr how do i get this console window === siriusnova [n=siriusno@64-251-145-86-cablemodem-roll.fidnet.com] has joined #ubuntu [07:46] tnx [07:46] w8 i try === cyphase [n=cyphase@69.106.49.211] has joined #ubuntu === fzoy [n=fzoy@APointe-a-Pitre-103-1-18-130.w81-248.abo.wanadoo.fr] has joined #ubuntu === CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu [07:47] does anyone here have experience in multiple-el torrito boot? === phil__ [n=phil@dsl017-073-218.chi4.dsl.speakeasy.net] has joined #ubuntu [07:48] leather_n_luv: might try asking someone on #debian-boot [07:48] how I eject a cdrom === phil__ is now known as pnoob [07:48] wtf [07:48] thanx calc [07:48] umount .... [07:48] umount works [07:48] dderr: eject [07:48] not available yet === calc really needs to go to bed, /me stops looking in the channel :) [07:49] my cdrom is flaking out in the middle of an install [07:49] dderr: sudo umount /media/cdrom ; eject [07:49] if the disk is unmounted you can eject it with the button [07:49] good night, calc :) [07:49] how do I set permissions for my whole system so I can install some freshly-built binaries. My make-install shuts down because it can't write to the proper folders. === infamus [n=infamus@65-101-78-156.bois.qwest.net] has joined #ubuntu [07:49] otherwise if you have no button, eg mac you can use eject or paperclip (perhaps?) [07:49] tritium: bye :) === Decadent [n=variemai@ppp21-adsl-230.ath.forthnet.gr] has joined #ubuntu [07:50] Ok, I know taking linux off of a system is as easy as using partition magic through WinXP, but i REALLY need to know how to take Grub off of the master boot record.... [07:51] I can't get make install to work b/c of permissions error for a whole list of directories. ??? [07:51] pnoob: if you start installing your own binaries, you're going to have problems === sirexas [n=mantas@office.idamas.net] has joined #ubuntu [07:51] infamus, download Ranish Partition Manager... [07:51] infamus: -> google "restore xp mbr" [07:52] frogzoo: googling now my liege.... [07:52] :p - lol === erick [n=erick@210.213.170.240] has joined #ubuntu [07:52] infamus, or try (in cmd in windowz) FDISK /MBR [07:53] leather_n_luv: it keeps changing with different windows releases [07:53] derr im stuck === P47|LL0 [n=gcamposm@200.106.9.133] has joined #ubuntu [07:53] with what [07:53] ctrl alt f2 [07:53] frogzoo, I have no choice abs. have to. How can I globally set permissions or become SU. Like for real become SU?? [07:53] you have X windows running? [07:54] kde or gnome [07:54] pnoob: either sudo -s ..... or just sudo make install [07:54] gnome [07:54] dderr, you in texas [07:54] make a dos boot disk with win9x, put ranish partition manager on it, you can put 'standard' boot code in mbr... [07:54] pnoob: but you're in expert territory & if it breaks.... [07:54] i use gnome [07:54] frogzoo, I'll try it. Yeah, I'm building some alpha so I am way in deep. [07:54] still icant install [07:55] frogzoo, read my last... ? [07:55] there should be a console application under applications or something [07:55] leather_n_luv: once I run FDISK, /MBR what do I do? [07:55] maybe they call it terminal [07:55] i see it [07:55] infamus: you're done - reboot [07:56] launch it [07:56] w8 [07:56] what you trying to do anyways [07:56] infamus, it should auto-restore (without verbose) === P47|LL0 is now known as P3L|C4N0 [07:56] pnoob: yes [07:56] im here [07:56] leather_n_luv, kk thx... [07:56] infamus, frogzoo is right, reboot [07:56] are you derrig? [07:56] thanks everyone... [07:56] erick@home:~$ [07:56] pnoob : nope [07:56] erick : what you trying to do [07:56] install [07:57] install what === mojo [n=mojo@pcp07851948pcs.wilmsc01.tn.comcast.net] has joined #ubuntu [07:57] ispconfig [07:57] dderr, my bad [07:57] erick from erick@home:$ [07:57] type [07:57] it needs root privileges [07:57] sudo su === No1Viking [i=micke@h-83-140-104-3.ip.cust.port80.se] has joined #ubuntu [07:57] w8 [07:57] what happens? === frogzoo [n=PW103792@203.9.151.90] has left #ubuntu [] [07:57] dderr: please dont do that [07:58] asking for pass words [07:58] asking for pass word [07:58] dderr: sudo su is redundant. sudo -i will do the same thing [07:58] type in your pass === Aegir [n=richard@d220-238-52-188.dsl.vic.optusnet.com.au] has joined #ubuntu [07:58] w8 [07:58] nalioth: what is equiv to sudo su - then? [07:58] ubotu: tell dderr about sudo [07:59] im in home [07:59] im in home/erick [07:59] wow [07:59] dderr: ubuntu has no active root account for a reason, sudo is quite functional for any superuser tasks [07:59] im in root now [07:59] ubotu: tell erick about root [07:59] what does it mean "shfsmount.c:20:20: error: stdlib.h: No such file or directory"? [07:59] now what erick [07:59] i see destop [07:59] you know how to install stuff? [08:00] i know this sounds dumb but does anyone know of any alarm clock programs [08:00] newbc: crontab -e === dle-- [n=dle@toronto-HSE-ppp3964398.sympatico.ca] has left #ubuntu [] [08:00] k thanks i will give it a try [08:00] crontad [08:00] crontab -e [08:00] newbc: that prolly isn't want you want [08:00] ejofee: it means you don't have libc6-dev installed [08:00] to install a .deb fille i use dpkg -i filename.deb right ? [08:01] tritium: ohh, how silly of me!! [08:01] that is a program for doing stuff at selected time [08:01] tritium: thank you [08:01] ejofee: sudo apt-get install build-essential [08:01] not very user friendly [08:01] oh [08:01] newbc: don't waste your time w/ that, i'm just being an ass [08:02] erick: so where are you at [08:02] im in process of finding my exe [08:02] w8 === phrizer [n=lance@60-234-134-230.bitstream.orcon.net.nz] has joined #Ubuntu [08:03] can i pm u dderr [08:03] newbc: check this out http://www.linuxlinks.com/Software/ProductivityTools/Timers/index.shtml === cyphase [n=cyphase@69.106.49.211] has joined #ubuntu [08:04] erick: i don't know what that means === heatxsink [n=jmioph@c-24-7-127-192.hsd1.ca.comcast.net] has joined #ubuntu [08:04] anybody here had problems with cedega and ubuntu ? === TotalNewb [n=just_me@adsl-144-74-123.ard.bellsouth.net] has joined #ubuntu === _Gray_ [n=_Gray_@CPE-60-225-59-197.nsw.bigpond.net.au] has joined #ubuntu [08:05] Does anyone know where I could find instructions for installing Java runtime for Firefox under Breezy? I can't seem to find the web page on how to do the manual install. === netjoined: irc.freenode.net -> brown.freenode.net === Laney [n=laish@81-179-245-187.dsl.pipex.com] has joined #ubuntu === mitey [n=ubuntu@ip24-255-220-238.ks.ks.cox.net] has joined #ubuntu [08:06] !tell TotalNewb about java [08:06] ubotu: tell TotalNewb about javadebs [08:06] Thanks :) [08:06] <_Gray_> TotalNewb: look at http://www.ubuntuforums.org they have some tutorials i think [08:06] mitey: you're still muted, in case you were wondering [08:07] off-topic... anyone watch jimmy kimel? === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu [08:08] leather_n_luv: how bout asking in #ubuntu-offtopic ? [08:09] nalioth, didn't actualy expect the dignification of a response... [08:09] lol [08:09] did anyone's video card work with 3D out of the box? [08:09] mine [08:09] it still doesnt [08:09] i dont think it ever will [08:09] lol [08:10] <_Gray_> cyphase: it doesnt install 3d drivers by default i think [08:10] oh wait...i thought you asked if it DID work [08:10] my bad [08:10] nvidia is pretty good === Silencer [n=Silencer@212.200.27.38] has joined #ubuntu [08:10] i did ask if it did work.. [08:10] lol [08:10] er lol [08:10] yea, but mine isn't working [08:10] though no out of the box [08:10] im tired sorry.... === dirkson [n=dirkson@68.sub-70-218-48.myvzw.com] has joined #ubuntu [08:10] cyphase: nvidia? did you follow the wiki page? [08:10] so who's nVidia card worked after installing the 3D driver [08:10] mine [08:11] many have, cyphase [08:11] without to much file editting [08:11] editing* [08:11] cyphase: did you see my question? [08:11] <_Gray_> cyphase: i think its sudo apt-get install nvidia-glx linus-restrticted-modules-`uname -r` [08:11] Another question: Whenever I run Synaptic and try to select something, I have about a 50/50 chance of locking up the ENTIRE computer. I can move the mouse, but NOTHING responds. Any clues as to anything to investigate? [08:11] i'm running 2 monitors so there was a fair bit of file editing [08:11] tritium: "insmod: error inserting 'shfs/Linux-2.6/shfs.ko': -1 File exists" HOW DO I remove the older shfs.ko (i guess this is the problem) [08:11] <_Gray_> dderr: yeah twinview is a pain === diskusi12 [n=diskusi1@222.124.24.64] has joined #ubuntu [08:12] tritium, yes, i followed the wiki [08:12] ejofee: sudo modprobe -r shfs [08:12] i think my model isn't supported well.. [08:12] tritium: thanks a lot [08:12] dirkson: i think their is a quirk with synaptic where another window is open behind it that needs input before you can move on [08:12] so i want to know, who's card worked *right after* installing the 3D driver, and which model is it? [08:12] please help, i can't get midnight commander to compile... === erick [n=erick@210.213.170.240] has joined #ubuntu [08:12] <_Gray_> cyphase: me 5200 [08:13] _Gray_: linux-386, linux-686, etc. depend on their respective linux-restricted-modules, and should be installed for your particular architecture [08:13] Techrush: Ahhh, ok. So basically, I just need to make sure nothing is open behind synaptic before I run it? === grizzli [n=chris@adsl-58-119.swiftdsl.com.au] has joined #ubuntu [08:14] i believe its actually a pop up window that pops up BEHIND synaptic sometimes if yo uarent careful [08:14] i could be wrong and you may be ahving a totally different problem === Dethread [n=Dethread@24-205-238-53.dhcp.snlo.ca.charter.com] has joined #ubuntu [08:15] techrush: If there's a hidden window, tab-tab will select it. [08:15] How would I fix the pop-up window? [08:15] But NO keyboard commands work. Not even ctrl+alt+F1 [08:15] cafuego, alt-tab you mean? === Madpilot [n=bburger@S0106000d88b9f3db.gv.shawcable.net] has joined #ubuntu [08:16] yeah, tabwhatever [08:16] let me correct myself.. my nVidia card works with 3D.. and then the X server crashes 15-25 minutes in [08:16] #jinzora [08:16] the wiki mentioned saomething about disabling RenderAccel.. [08:16] but isn't the whole point of 3D driver support the render acceleration? [08:17] hi any idea about gobject-2.0 [08:17] sudhir: please be more specific with your question [08:17] cyphase: yes, but that's done via GLX, and RenderAccess doesn't need to be in the cfg file. [08:17] I am getting error while installing Glib-1.11 [08:17] Accel even [08:17] and.. [08:18] tritium : I ma installing GPRS [08:18] sudhir: Ubuntu has version 1.2 and 2.0. Not 1.11 [08:18] when i do the renderaccel thing.. [08:18] i get an error saying the X server won't start [08:18] is there a home page or wiki about mkisofs? [08:18] cyphase: Can you paste that error (or the X log) to the pastebin? === grizzli [n=chris@adsl-58-119.swiftdsl.com.au] has left #ubuntu ["Leaving"] [08:18] tritium : I am installing GPRS easy connect installer [08:19] !tell leather_n_luv about mkisofs [08:19] cafuego, i don't have it, and i just spent 2 hours trying to get another card to work.. [08:19] sudhir: see cafuego's last message to you [08:19] sudhir: Not if it's installing libglib 1.11! [08:19] i don't feel like doing it again :) === lucis [n=sam@adsl-70-232-89-54.dsl.ltrkar.sbcglobal.net] has joined #ubuntu [08:19] sudhir: Then it's doing something BAD [08:19] i'll paste it tomorrow if you're still interested [08:19] cyphase: Well... [08:20] lol [08:20] cyphase: X is set to use the 'nvidia' driver? [08:20] not now [08:20] 1 st it asked Gtk2-trayIcon [08:20] now it's just nv [08:20] cyphase: and it won't state when you remove all referenves to RenderAccel from the xorg.conf file? [08:20] no.. [08:20] whiel installing that it asked Gtk2-1.11 [08:21] RenderAccel is on by default.. === jmhodges [n=jmh@cpe-71-67-115-45.woh.res.rr.com] has joined #ubuntu [08:21] and the X server starts.. [08:21] then it asked Glib1.112 [08:21] but it crashes 15-25 minutes in [08:21] Hey all, I'm trying to install a driver for a video card. the readme instructions are little skimpy, can someone take a look? [08:21] cyphase: Does it or does it not run when you remove 'RenderAccel' from the xorg.conf file? [08:21] and now it asking Gobject-2.0 [08:21] when you add the line to disable RenderAccel to xorg.conf === TaLi [n=TaLi@mx.nuxo.net] has joined #ubuntu [08:21] it doesn't run [08:21] hushhhhhh....... [08:21] sudhir: ? [08:21] cyphase: That's NOT what I'm asking. [08:21] ok.. === HymnToLife [n=_mfb@dyn-213-36-160-66.ppp.tiscali.fr] has joined #ubuntu [08:22] yes, it does run [08:22] Ok. [08:22] when you remove all refs [08:22] lucis: which video card? [08:22] Does it STILL crash, then? === kuRupT [n=kuRupT@33.224.62.81.cust.bluewin.ch] has joined #ubuntu [08:22] lol [08:22] Tritium: Intel 82845g [08:22] yes [08:22] to connect my NOKIA 6600 over GPRS, === jmhodges [n=jmh@cpe-71-67-115-45.woh.res.rr.com] has joined #ubuntu [08:22] cyphase: Do you have Xdamage enabled? [08:22] but what do you mean "still"? [08:22] lucis: doesn't the i810 driver support that? [08:22] i don't know.. [08:22] sudhir, I'd be interested in that too === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu [08:23] cyphase: Does it crash after 15-0 mins when the xorg.conf files does not contain RenderAccel ? [08:23] erick : hows it going? [08:23] cafuego, yes [08:23] which it doesn't by default [08:23] 1st I downloaded CPAN modules [08:23] What. crash or contain it? [08:23] ok, during my install ubuntu thought i might have a static networking setup .. bu tit is dhcp.. now, dhclient isnt being run at start up.. how do i change this the "proper way" === heatxsink_ [n=jmioph@c-24-7-127-192.hsd1.ca.comcast.net] has joined #ubuntu === cvt [n=cvt@pcp08899240pcs.hcksrd01.tn.comcast.net] has joined #ubuntu [08:23] cafuego, it doesn't contain it by default [08:23] brb Lunch time [08:23] sudhir: Sounds like you've been happily destroying your system. === ogewXeeeea [n=uuesii@81.214.228.254] has joined #ubuntu === ogewXeeeea [n=uuesii@81.214.228.254] has left #ubuntu [] [08:24] jmhodges, System/Administration/Networking [08:24] oh duh [08:24] :-) [08:24] dderr [08:24] still there [08:24] ?? [08:24] erick : yep === cafuego ponders cyphases conundrum === arrik [n=arrik@12-217-233-148.client.mchsi.com] has joined #ubuntu [08:25] i keep imagining some nice command line work.. gui stuff is just too easy :p [08:25] i cant install [08:25] cyphase: Does it log anything when it crashes? [08:25] erick : why not [08:25] bcoz [08:25] jmhodges: vi /etc/network/interfaces [08:25] i need to update something === Swedish_Chef [n=razor@pcp09956275pcs.hyatsv01.md.comcast.net] has joined #ubuntu [08:25] can anyone tell me how to set up NetworkManager so i can manage my wifi connections? [08:25] cafuego, hehe [08:25] update what? === jmhodges does it the easy way [08:25] ummm [08:25] cafuego, no [08:25] i forgot [08:25] jmhodges: See also 'man 5 interfaces' [08:26] not that i recall [08:26] but [08:26] cyphase: You running anything specifically when it happens? [08:26] gnome.. [08:26] :) [08:26] why i cant use sudo su in [08:26] but no === somebodick [n=guest@APoitiers-155-1-125-140.w86-201.abo.wanadoo.fr] has joined #Ubuntu [08:26] erick: 'sudo su' is stupid. [08:26] bluetooth isn't supported in breezy? (supported = automatic with some GUI) [08:26] yeh [08:26] it crashes with no 3D apps.. [08:27] and with 3D apps (neverball) [08:27] salu les clanpin [08:27] i think.. [08:27] it actually lasts longer with neverball open [08:27] cyphase: Are you using the prepackaged nvidia driver or did you download and build the one from nvidia.com ? [08:27] prepackaged [08:27] ok, next question.. why does gtk-gnutella think my current ip settis is "0.0.0.0:21553" [08:27] dderr can u help me with postfix [08:28] jmhodges: That's "port 21553 on all interfaces" [08:28] how do i edit my sources.list in /etc/apt to gain access to more packages? === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #ubuntu [08:28] !repos [08:28] I heard repos is http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) see also !easysource [08:28] erick : prolly not, but feel free to ask questions [08:28] cafuego, well, the only connection its finding is on this same box.. 0.0.0.0:21153.. === Digis [n=digis@193.219.137.203] has joined #ubuntu [08:28] is pm personal message? [08:28] cafuego: what was up with ubotu's changed nick the last couple of days? "ubotflu"? [08:28] yah [08:28] i've let it up for hours at a time.. and nohting else pops up.. :/ [08:28] moi je di il fo bruler les juifs [08:28] how do i use it === QFEXic [n=belkrvy@Fiberlink.73-164.lynx.net.lb] has joined #ubuntu === QFEXic [n=belkrvy@Fiberlink.73-164.lynx.net.lb] has left #ubuntu [] [08:29] Madpilot: Running a backup on a different server, ubotus host had no international connectivity due to DDOS [08:29] !fr [08:29] Va a #ubuntu-fr et #kubuntu-fr pour aide et discussion en francais === QFEXic [n=belkrvy@Fiberlink.73-164.lynx.net.lb] has joined #ubuntu === QFEXic is now known as euanaeBek === euanaeBek [n=belkrvy@Fiberlink.73-164.lynx.net.lb] has left #ubuntu [] [08:29] cafuego: messy - glad we had some bot access, anyway! [08:29] il fo brul l feuj [08:29] Madpilot: You should have seen my pretty 'sudo cp -a' bot installation ;-) === RickLaptop [n=RickLapt@c-67-177-47-57.hsd1.ut.comcast.net] has joined #ubuntu === yuri [n=yuri@CPE00119552786e-CM014270032311.cpe.net.cable.rogers.com] has joined #ubuntu [08:30] somebodick: Please use english if you need to ask questions here. [08:30] somebodick: Anders begrijpt niemand er een hol van [08:30] !botsnack [08:30] :) [08:30] cyphase: Are you running the optimum kernel for your system? [08:30] hey guys, the volume is a bit too low in ubuntu. the slider is at max and so is VLC but it's still too quiet. how do i remedy? [08:31] cafuego, k7 on an AMD Athlon [08:31] thanks, got it :D [08:31] yuri, try opening the volume control application and trying the other sliders there [08:31] cafuego: so even messier than I was imagining, then? :P [08:31] yuri, there's Master, and there's [08:31] PCM [08:32] cyphase: Okay.... [08:32] where is the control program loocated? [08:32] Madpilot: The term "ugly-ass hack" comes to mind ;-) [08:32] double click the sound icon [08:32] in the bar === Kwitschibo [n=Kwitschi@p5480667B.dip.t-dialin.net] has joined #ubuntu [08:32] !root [08:32] methinks root is rumour has it, that root is disabled in Ubuntu, actually this means there is no password set for the root account, use sudo when you need admin access, you can read all about it on http://wiki.ubuntu.com/RootSudo === [caminante] [n=caminant@VA1-1D-u-0566.mc.onolab.com] has joined #ubuntu [08:33] !sex [08:33] No idea, siriusnova [08:33] lol [08:33] cyphase: Any heat issues that you're aware of with the card? [08:33] siriusnova: please don't do that [08:33] :) [08:33] nope [08:33] cafuego: like I said, at least it worked - the mess didn't show at our end! [08:33] !kick [08:33] I haven't a clue, cyphase [08:33] how do we use ubotu? [08:33] !women [08:33] busted [08:33] Bugger all, i dunno, RickLaptop [08:34] lmao [08:34] enough, kids [08:34] !botabuse [08:34] You can play with me in /msg without being banned. === clVRwb [n=iooahoov@81.214.90.218] has joined #ubuntu === clVRwb [n=iooahoov@81.214.90.218] has left #ubuntu [] [08:34] https://wiki.ubuntu.com/UbotuUsage === cindy_trinidad [i=Happy102@203.215.87.9] has left #ubuntu [] [08:34] !tell siriusnova about ubotu === mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has joined #ubuntu === clVRwb [n=iooahoov@81.214.90.218] has joined #ubuntu === bazka16 [n=bazka16@12-43-112.adsl.terra.cl] has joined #ubuntu === clVRwb is now known as aohUvjeoV [08:34] is /msg a separate channel like #abuntu is? [08:35] whats going to be new in 6? === aohUvjeoV [n=iooahoov@81.214.90.218] has left #ubuntu [] [08:35] *ubuntu [08:35] Ubuntu 6 that is [08:35] RickLaptop: no - do /msg to start a private chat with one other user === bytefoo [n=MasterTs@cpe-24-27-14-19.austin.res.rr.com] has joined #ubuntu [08:35] oh ok [08:35] dderr how to change ipaddress [08:35] ty [08:35] Anyone here run Ubuntu on a thinkpad? [08:35] erick, System/Administration/Networking [08:36] siriusnova: x41-2527 here. [08:36] after that === bazka16 [n=bazka16@12-43-112.adsl.terra.cl] has joined #ubuntu [08:36] crimsun - how does it run, any install problems? what isn't supported? [08:36] siriusnova: have a look here: https://wiki.ubuntu.com/LaptopTestingTeam [08:36] erick, are you using dhcp or static IP? [08:36] siriusnova : IBM -R52 here [08:36] hmm [08:36] cafuego, what "species" is ubotu? [08:36] ill changing it to staic [08:36] (what program are you using) [08:36] ill changing it to static === somebodick is now known as tartouz [08:37] i think that is in /etc/network/interfaces [08:37] erick, select eth0, then press properties, then switch out of dhcp there [08:37] anyone here configured GPRS ? [08:37] cyphase: "tard" [08:37] im using terminal [08:37] erick, man interfaces and edit /etc/network/interfaces and use ifdown eth0 and ifup eth0 [08:38] vim /etc/network/interfaces === loorn1 [i=kumiseta@addr-82-128-203-224.suomi.net] has joined #ubuntu [08:38] w8 [08:38] he is gonna be so lost in vim [08:38] Use nano [08:38] and vim is user friendly after all ;-) [08:38] nano /etc/network/interfaces [08:38] or [08:38] pico /etc/network/interfaces === dell500 [n=dell500@12-216-244-28.client.mchsi.com] has joined #ubuntu [08:39] Depends which name you like more ;) [08:39] use $EDITOR and you'll be fine. === leather_n_luv [n=josh@dialup-4.227.204.134.Dial1.Denver1.Level3.net] has left #ubuntu ["Leaving"] [08:39] !start an editor war [08:39] vim is better than emacs. [08:39] nuff said [08:39] Everyone knows that, but it's usable only once you're used to it [08:39] can i use vi here === Sneaky_Bastard [n=Sneakste@209.151.242.178] has joined #ubuntu [08:39] hrm... [08:40] nevyn: still oopsie goodness? [08:40] dderr [08:40] what is command for apt search ? [08:40] cafuego: yeah [08:40] sudhir, apt-cache search keyword [08:41] thanks [08:41] vi is fine [08:41] cafuego: thought it might be the bios.. but that seems to require booting that other os. [08:41] nevyn: Tried a k7 kernel? [08:41] sudhir, and apt-cache show package_name [08:41] the dos based bios updater doesn't wanna play [08:41] Icky [08:41] cafuego: this is opterons so definitly k8 === sorsis [n=sorsis@hoas-fe3ddd00-153.dhcp.inet.fi] has joined #ubuntu [08:41] erick: open this up also http://www.debian-administration.org/articles/254 === rob1 [n=Robert@ubuntu/member/rob1] has joined #ubuntu === henk [n=henk@cp11902-a.tilbu1.nb.home.nl] has joined #ubuntu [08:42] cafuego: the uniprocessor k8 kernel works [08:42] just the smp one oopses [08:42] nevyn: Sounds like it might indeed be bios then [08:42] erick: your host name and dns is prolly ok, don't mess w/ it [08:42] nevyn: Actually, try the 2.6.15 one from dapper... [08:42] but [08:42] i need to setup this in static [08:43] erick: i suspect your gateway is good also === bytefoo [n=MasterTs@cpe-24-27-14-19.austin.res.rr.com] has joined #ubuntu [08:43] nevyn: ... or a vanilla debian smp one. [08:43] anyone here configured GPRS ? [08:43] read section Setting up your IP address. [08:43] that is a static ip address [08:43] someone correct me if i am wrong [08:43] ok tnx ddere === lucis [n=sam@adsl-70-232-89-54.dsl.ltrkar.sbcglobal.net] has left #ubuntu [] [08:43] anyone real familiar with startup scripts in ubuntu? i have three network interfaces going, and only two start up automatically. Additionally, sharing of the internet won't start until I manually start up Firestarter. Cant iptables or whatever start the firewall rules at startup? Any advice/direction appreciated! [08:44] cafuego: via K800T chipset [08:44] mojo: you can set Firestarter to start when Ubuntu/gnome start up [08:44] nevyn: That OUGHT to be completely supported === ChaKy [n=chaky@lns02-1064.dsl.iskon.hr] has joined #ubuntu [08:44] Madpilot: u mean gksudo it? [08:44] mojo: System menu -> Prefs -> Sessions [08:44] then again, it's VIA ;-) === axl [i=c01asg@peppar.cs.umu.se] has joined #ubuntu [08:45] Madpilot: that may work as a hack, but I was hoping there was a cmdline way to get the masquerading to start up [08:45] erick : your gateway may be differnt [08:45] this is where your router is [08:45] mojo: AFAIK there's an option in Firestarter, it'll add itself to your sessions [08:45] for example mine is 192.168.0.1 [08:45] Madpilot: okay I will poke around in firestarter [08:45] thx === leather_n_luv [n=josh@dialup-4.227.204.134.Dial1.Denver1.Level3.net] has joined #ubuntu === chk_m8 [n=anpu@dpc6744159028.direcpc.com] has joined #ubuntu === n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has joined #ubuntu [08:46] hmm. what is the easiest way to ingrate iptables load on ubuntu startup? [08:46] is there a good way for erick to find what his gateway and broadcast address it [08:46] anyone wakeful [08:46] uptime [08:47] cafuego: ok windows sees the SMP fine [08:47] czr: now now they've done better recently [08:47] nevyn: Then I reckon I'd try the k8-smp dapper kernel. === leather_n_luv [n=josh@dialup-4.227.204.134.Dial1.Denver1.Level3.net] has left #ubuntu ["Leaving"] [08:47] nevyn, just my IMHO :-) [08:47] can someone help me compile naim? [08:47] nevyn: just add dapper repo, install linux-image-2.6.15-k8-smp, disable dapper [08:47] erick: i think your dhcp server (router) needs to know what ips are static, at least it needs to not collide w/ these addressed [08:47] it keeps im telling me it cant find a curses library [08:48] nevyn: Did wonders for the Mac Mini here too ;-) [08:48] how do i fix this? [08:48] cafuego: lemme check the bios ver and such first [08:48] i need some totem help i tryed to follow the guide to make totem plat .WMV but do not seem to be doing it right === matid [n=matid@195.116.35.246] has joined #ubuntu === cafuego checks the chicken [08:49] does anyone know how to compile naim? === tujaimuiOo [n=okoaei@86.104.193.7] has joined #ubuntu === tujaimuiOo [n=okoaei@86.104.193.7] has left #ubuntu [] === christoph [n=christop@e-83.vc-graz.ac.at] has joined #ubuntu [08:51] erick : u still there? [08:51] ... === adrian15 [n=alumnes@talarn.udl.es] has joined #ubuntu === axl [i=c01asg@peppar.cs.umu.se] has left #ubuntu [] [08:53] anyone here configured GPRS ? [08:53] dpes anyone know how to compile naim? [08:53] am I correct to understand that ifup/ifdown will run all the scripts that are in /etc/network/if-down.d/ & if-up.d/ (and the two other dirs)? [08:54] lick on "Edit" on the menubar, and then on "Preferences" you'll get an dialog with three tabs, make sure the tab called "General" is open and click "Add Proprietary Plugins. >>Add Proprietary Plugins is not there<< === liable [n=linux@pdpc/supporter/active/liable] has joined #ubuntu === kestas [n=kestas@ppp169-240.lns1.per1.internode.on.net] has joined #ubuntu [08:55] czr: looking at firestarter docs it seems that it has an /etc/init.d/firestarter script... but I am still not sure. i guess i need to learn more about my start/stop scripts. i'm hoping i didn't accidentally edit one that is managed and stop it from getting updated or sumthin... [08:55] anybody know if the current rhythmbox in breezy (or backports) has the daap sharing enabled? [08:56] mojo, dpkg -L firestarter | grep /etc/init.d [08:56] mojo, my point was rather how to integrate iptables properly, and I'm not planning on using firestarter [08:57] czr: Youc an call 'iptables-save' and 'iptables-restore' via interfaces (5) [08:57] !info naim [08:57] does anyone know where I should go for OS X shell scripting help? [08:57] cafuego, duh. but how to integrate that properly in ubuntu so that when interfaces are coming up the rules are already there [08:57] naim: (A console client for AOL Instant Messenger and IRC), section universe/net, is optional. Version: 0.11.7.3.1-1 (breezy), Packaged size: 184 kB, Installed size: 472 kB [08:58] czr: Check the namepage. it explains. [08:58] czr: oh, okay. well i am curious here too... just before you wrote on this, i was asking becuse my rules for internet connection sharing don't seem to start until i run firestarter gui [08:58] kestas: man bash [08:58] ;) [08:58] eh, manpage. === ColonelKernel [i=ponnet@12-218-155-108.client.mchsi.com] has joined #ubuntu [08:58] cafuego, not it doesn't, I checked it already [08:58] n0dl: 'sudo apt-get install naim' [08:58] czr: but i think my issue is with the masquerading part [08:58] cafuego, that's why I asked how ifup/ifdown behave with respect of /etc/network/if-up.d and if-down.d [08:58] Chousuke, OS X doesnt use bash [08:58] yes it does. [08:58] dderr, ur right [08:59] is it working? [08:59] Chousuke, and there are lots of fucked up differences, like sed -e 's/blah/\n/' does what you'd expect on linux/freebsd, but not on OS X [08:59] dderr, yah [08:59] czr: yes, it does. Try reading PAST the first page. Specifically, paragraph one of the "IFACE OPTIONS" section. [08:59] older versions may use tcsh but mine sure has bash. === MAPD [n=bzzzzz@dna243-249.satp.customers.dnainternet.fi] has joined #ubuntu [08:59] kestas: sed is not a bash command [08:59] dderr, i change my router [08:59] czr: Even more specifically, the explanation for 'pre-up'. [08:59] Chousuke, right well I said with bash scripting [08:59] dderr, into static [08:59] good, glad it worked [08:59] dderr, tnx bro [08:59] sed is a separate tool. it has nothing to do with bash scripting [08:59] Chousuke, it includes all those posix tools [08:59] not really. [09:00] cafuego, sure. but the problem is that I'd like to run firewall rules in before any interface is up (I have multiple) [09:00] you can script those tools with any shell [09:00] Chousuke, well thats a matter of opinion, but Ive never seen a bash script of any complexity which doesnt use sed [09:00] dderr, my next problem would be the postfix [09:00] and pre-up inside interfaces works only per interface context [09:00] czr: So call 'em as 'pre-up' in the stanza for lo. [09:00] kestas: so man sed [09:00] cafuego, hmm. indeed :-) thanks [09:00] erick : good luck w/ all of that :) [09:00] and learn how the FreeBSD-based sed differs from GNU sed. [09:00] tnx === czr bangs his head against the wall for now seeing that :-) [09:00] czr: or just write a /etc/init.d/firewall script by hand. [09:01] im using ubunto for 1hr === czr misses /var/lib/iptables ;-) [09:01] or rather /etc/init.d/iptables [09:01] czr: Yes, want them? [09:01] kestas: basically OS X includes the same tools as most linux distros. just different implementations [09:01] czr: I saved mine and sue them happily :-) [09:01] you can install gnu versions if you like. [09:01] cafuego, heh [09:02] Chousuke, where can you get them? [09:02] via fink or something [09:02] cafuego, I think I'll use the lo pre-up. hmm. however, what is the order that ifup -a will process the interfaces? [09:02] czr: ftp://ftp.cc.com.au/pub/users/cafuego/ipt.tgz === runge [n=runge@host-206-98.wetternet.net] has joined #ubuntu === fabien__ [n=fabien@dra38-4-82-240-103-27.fbx.proxad.net] has joined #ubuntu === cafuego put that back on all his Debian machines === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu [09:03] it's probably a bit troublesome to replace all the tools with gnu equivalents thogh. [09:03] though* [09:03] cafuego, I did that for new debians, but I was thinking that ubuntu must have some other way of doing it [09:03] guess not [09:03] Chousuke: Not really, fink! [09:03] it might break apple's own shell scripts too. [09:04] cafuego: well, yeah. but then you'd have to make $PATH so that /sw/bin is searched before /usr/bin ;P [09:04] Chousuke: That's easy enough, though. [09:04] Hmm. I guess it is. [09:04] I'd just learn to use FreeBSD sed :D === kuRupT [n=kuRupT@33.224.62.81.cust.bluewin.ch] has joined #ubuntu [09:04] Just use 'tr' instead. [09:05] but it's freebsd tr! === chaumurky [n=mainacco@203-214-141-96.perm.iinet.net.au] has joined #ubuntu [09:05] actually, it isn't [09:05] seems like it's gnu. === mfHaHqe [n=aueipo@86.104.193.7] has joined #ubuntu === mfHaHqe [n=aueipo@86.104.193.7] has left #ubuntu [] === mfHaHqe [n=aueipo@86.104.193.7] has joined #ubuntu === Tomcat_ [n=Tomcat@p54A18ADC.dip0.t-ipconnect.de] has joined #ubuntu === mfHaHqe [n=aueipo@86.104.193.7] has left #ubuntu [] === akumar [n=akumar@adsl-68-88-13-233.dsl.hstntx.swbell.net] has joined #ubuntu === graig [n=graig@ppp-70-225-45-170.dsl.covlil.ameritech.net] has joined #ubuntu [09:08] erick : what is postfix, and why you trying to use it [09:08] hi, can anyone record sound properly on ubuntu breezy? [09:08] I can't record any sound in Ubuntu after a months' effort :( [09:08] i creating email server === ikQqjN [n=aueipo@86.104.193.7] has joined #ubuntu === ikQqjN [n=aueipo@86.104.193.7] has left #ubuntu [] [09:09] thats really crappy, they should have updated it or something by now. [09:09] I have recorded from gnomeradio through the line in np [09:09] The audio properties... I changed them several times.... but no combination records sound :( [09:09] dderr, postfix is for email server === ThE_LiGaR [n=ThE_LiGa@202.73.121.209] has joined #ubuntu [09:10] the combination i used to use diddn't work, but some other one did, but with really messed up sound. [09:10] how do i kill X, ctl alt backspace keeps firing it back up [09:10] even if i'm logged in === freenik [n=nik@port-212-202-36-70.dynamic.qsc.de] has joined #ubuntu === eccf [n=fubar@cm111.sigma201.maxonline.com.sg] has joined #ubuntu === ElNooboStupido [i=ponnet@12-218-155-108.client.mchsi.com] has joined #ubuntu [09:10] sudo /etc/init.d/gdm stop [09:11] then run nirc from the tty ;-) === Slackwise [n=lance@68-186-27-184.dhcp.astr.or.charter.com] has joined #ubuntu [09:11] (naim) [09:11] hehe [09:11] thx [09:11] if i used mabey a different distro could i probably record sound? [09:12] Graig are you using Ubuntu or Kubuntu? [09:12] who knows? === cvt [n=cvt@pcp08899240pcs.hcksrd01.tn.comcast.net] has joined #ubuntu === MrPoopyPants [i=ponnet@12-218-155-108.client.mchsi.com] has joined #ubuntu [09:13] graig: maybe you could tell what's wrong with recording sound so we perhaps have a chance of fixing it [09:13] Has anyone else had a problem with Serpentine burning coasters? I've wasted a whole bunch of CD-Rs with Serp. this week, but k3b burns good audio CDs... same files, same burner, same stock of blanks, same speed settings... === mitey` [n=ubuntu@ip24-255-220-238.ks.ks.cox.net] has joined #ubuntu [09:15] when i try to record sound, i go to the line-in slider. it has 2 buttons under it, and i hit record, and toggling audio capture does nothing to record sound.. however enabling the mute lets sound record in audacity, but its all messed up. the levels are wrong, and its at half volume and noisy. === BlueDevil [n=mircea@81.196.151.21] has joined #ubuntu === senectus [n=senectus@203-59-129-223.perm.iinet.net.au] has joined #ubuntu [09:16] any ideas? [09:16] Graig, I have similar problems! And there are many more like us! Search it in Ubuntuforums.org === Topslakr [n=Topslakr@24-54-42-180.lndnnh.adelphia.net] has joined #ubuntu [09:17] Graig I guess you could try a different distro to check it... start your experiment with Kubuntu [09:17] i am trying to install linux headers, but i don't see my version in aptitude [09:17] kernal headers [09:17] dderr: which kernel are you running? [09:18] uname -r === pnoob [n=phil@dsl017-073-218.chi4.dsl.speakeasy.net] has joined #ubuntu [09:18] 2.6.12-10-amd64-generic [09:18] can you play .mov files in linux [09:18] how do I tell what my kernel version is? [09:18] uname -a [09:18] yatesy, thanks [09:19] how do i determine what header files are actually installed [09:20] !w32codecs [09:20] ...gah [09:20] !tell newbc about w32codecs [09:20] Madpilot: !quicktime [09:21] Madpilot: micros* doesnt do .mov files [09:21] hmm, aptitude http://us.archive/ubuntu.com breezy Release.gpg [ERROR] === Inzion [n=Inzion@213.144.129.158] has joined #ubuntu [09:21] Temporary failure resolving 'us.archive.ubuntu.com' [09:22] nalioth: I thought all those formats were rolled up into the w32codecs stuff? [09:22] thst is what happens when i do an update package list in aptitude [09:22] Madpilot: micro* doesnt play with mov files [09:23] libquicktime1 - A library for reading and writing Quicktime files === DJ_Mirage [n=djmirage@biggetje.xs4all.nl] has joined #ubuntu [09:25] time for bed thx for help everyone === exemplari [n=exemplar@ca-stmnca-cuda4-gen2k2-72.vnnyca.adelphia.net] has joined #ubuntu === Brendon [n=Brendon@c-66-176-112-43.hsd1.fl.comcast.net] has joined #ubuntu === ubuntu_ [n=ubuntu@217.167.255.237] has joined #ubuntu === ubuntu_ is now known as kal === kal is now known as kalim === brad_ [n=brad@222-153-147-245.jetstream.xtra.co.nz] has joined #ubuntu [09:27] ehm can somone help me? i have problems with my nvidia graka.. and wnat ask that the new driver how's release also work for my nvidia geforce 6600 ? http://www.nvidia.com/object/linux_display_ia32_1.0-8174.html === kalim [n=ubuntu@217.167.255.237] has left #ubuntu ["Leaving"] === bjweeks [n=bjweeks@24.137.180.14] has joined #ubuntu === fonsk3n [n=fonsk3n@86-39-40-227.customer.fulladsl.be] has joined #ubuntu [09:27] does it work also for my nvidia geforce 6600 [09:28] doesn't it say on the site? [09:28] i hav a kernal image Q as well, since install i have moved to 2.6.12-9-686 from the default 386, then there was an update so im now on 2.6.12-10-686. I want to remove some old entries but not sure what to uncheck in synaptic. Basically i want latest 686 and maybe original 386 for safety...anyone tell what to remove?? === nalioth is now known as nalioth_zZz === bjweeks [n=bjweeks@24.137.180.14] has left #ubuntu ["Leaving"] [09:29] Chamwork- i dont know [09:29] anyone know what a public_html directory for firefox might be? [09:29] i get an error when attempting to follow the proceedure to install the x-org accellerated driver [09:29] fpr ati [09:29] for* === eccf [n=fubar@cm111.sigma201.maxonline.com.sg] has joined #ubuntu === siriusnova is now known as sirius|Zzz [09:32] Chamwork- id must be work with all nvidia G.. but i don't know that 100% [09:33] I went through cups and added my printer, epson stylus 740, but for some reason it will not work...the test print acts like printing but nothing on page, or it just sits there and does nothing..... === mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has left #ubuntu ["Leaving"] [09:34] when logging imn in text mode (without gdm) how does one remove the message abouy ubutus lack of warrenty etc === vega- [i=mikko@lotus.puolikuu.net] has joined #ubuntu === mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has joined #ubuntu === Lieex [n=oracle@222.92.109.226] has joined #ubuntu === brad_ [n=brad@222-153-147-245.jetstream.xtra.co.nz] has left #ubuntu ["Leaving"] [09:36] i'm using ubuntu breezy with gnome and two monitor (xorg.conf here: http://pastebin.com/463427) and everything works just find, but when switching to KDE my other screen is just blank, any ideas? I would have thought that xinerama etc. is X11 business, not the window managers? === eno-away [n=eno@adsl-70-137-138-252.dsl.snfc21.sbcglobal.net] has joined #ubuntu [09:37] i've tried to fiddle with KDE's control panel and the dual screen settings but it doesn't do anything useful === mainbrain [n=ubuntu@adsl-ull-57-166.46-151.net24.it] has joined #ubuntu === mainbrain [n=ubuntu@adsl-ull-57-166.46-151.net24.it] has left #ubuntu ["Sto] [09:38] anyone want to help me install an app? [09:39] the instructions are a bit confusing [09:39] is the "app" some kind of secret? [09:39] because otherwise it is kind of hard helping [09:39] private wiki [09:39] invitation only [09:39] there are probably a 100 wiki software out there [09:40] this isn't the best one then [09:40] i've been using mediawiki, don't know about the others === xester good morning [09:40] mediawiki is rather good [09:40] and very nice to instsall [09:41] have you heard of pmwiki? [09:41] no === GTroy is the one I'm trying to install === topyli [n=juha@dsl-hkigw3-fe23de00-139.dhcp.inet.fi] has joined #ubuntu [09:41] vega: I'll post the instructions in #flood if you're willing to give it a try [09:42] I think I once installed a pmwiki [09:42] long time ago, I had to fix a line of code which was broken :-) [09:42] GTroy: sorry i'm off to a meeting in a few minutes === GTroy gave it a couple hours last night, and gave up === NaAani` [n=josef@unaffiliated/NaAani] has joined #ubuntu [09:42] GTroy: summarize what kind of problems you were having? [09:42] how bout you osfameron? [09:43] GTroy: I haven't got time to try a whole installation out [09:43] but tell me what you were doing and I'll see if I have any ideas :-) [09:43] well the instructions say to place the directory in "a location accessible by your webserver" [09:43] anyone here own a thinkpad? === sirius|Zzz is now known as sirius === sirius is now known as siriusnova [09:44] and I don't know where to put it [09:44] tried firefox's extensions with no progress [09:44] GTroy: /var/www - or whereever you've set your Apache install to look [09:44] are you running your own webserver? [09:45] no [09:45] no webserver [09:45] GTroy: ok, well if this is an installation for work (as I inferred above) your web admin should be able to help you with that [09:45] eeeek! [09:45] no webserver? [09:45] yeah I know [09:45] where do you plan on installing the wiki then? === aztek [n=shnazzy@c-24-21-62-86.hsd1.or.comcast.net] has joined #ubuntu === osfameron scratches his head [09:45] it needs a webserver that's for sure [09:45] oh, that helps some then [09:45] how do I change file permissions to my user and not just root [09:45] it's not mine [09:46] it's a friends wiki, [09:46] aztec: chown username file [09:46] aztek: sudo chown - but be careful with it [09:46] GTroy: well he has to install a webserver first, then install the wiki === tech [n=tech@210.5.70.229] has joined #ubuntu [09:47] vega: I can't use his webserver? [09:47] \j zamboanga [09:47] sure [09:47] ok cool [09:47] GTroy: take a deep breath and explain the setup :-) [09:47] GTroy: of course you can, if you've got enough access to it to do the install... [09:47] i'm off.. === DRAGON_Ultra [n=DRAGON_U@adsl-70-232-60-5.dsl.ltrkar.sbcglobal.net] has joined #ubuntu [09:47] thanks === GTroy just uses ubuntu for multimedia desktop, and a friend gave an invite to his private wiki [09:48] GTroy: so he already has a wiki? [09:48] yeah [09:48] I've got a username and password already setup [09:48] ok [09:49] and can you log into it? [09:49] yeah, but I can't write anything in it [09:49] what happens when you try? [09:49] just like a webpage === SOMNIVM [i=somnivm@157.214.97-84.rev.gaoland.net] has joined #ubuntu [09:50] GTroy: which wiki is your friend running? [09:50] pmwiki [09:50] GTroy: is there a hyperlink like "Edit" anywherre on the page ? [09:50] hold on lemme check [09:51] yeah, basic editing [09:51] guess that solves my problem :D === GTroy feels incredibly, incredibly stupid right now === GTroy but also grateful === Chameleon22 [n=serg@60-240-142-175-vic-pppoe.tpgi.com.au] has joined #ubuntu [09:52] GTroy: no need to feel stupid === cew_jutek [n=cece_mha@202.154.63.62] has joined #ubuntu === cew_jutek is now known as girly_182 [09:52] but it is worth thinking about how to ask the question for next time :-) [09:52] osfameron: thanks for the help :D [09:53] for example, you asked "how do I install the app" and not "I tried to use an existing app and it didn't work" === Dmon [n=dmon@81-234-129-72-o824.telia.com] has joined #ubuntu [09:53] yeah, I'm not knowledgeable about wikis [09:53] that was a problem [09:53] yeah, it's often difficult to know what you want when you're not au fait with the topic [09:53] very true [09:54] so when you're asking the question just start at the beginning :-) [09:54] will do === GTroy knows what it's like, I've helped a person with their wifi [09:55] GTroy: heh, I could have used your help a couple of days ago then === stephank [n=stephank@ip503dc86f.speed.planet.nl] has joined #ubuntu [09:55] hi blinkerss,,,hello there === iiuAoJWaeo [n=uafzboi@86.104.193.8] has joined #ubuntu === iiuAoJWaeo [n=uafzboi@86.104.193.8] has left #ubuntu [] [09:56] I had to buy a temporary ADSL modem because my router melted [09:56] it doesn't have drivers for Linux, so becuase I haven't got time to faff about I'm using gf's iBook [09:56] (which is less painful than I thought, but not as nice as ubuntu) === iiuAoJWaeo [n=uafzboi@86.104.193.8] has joined #ubuntu === iiuAoJWaeo [n=uafzboi@86.104.193.8] has left #ubuntu [] === noco37 [n=noco37@c-67-162-105-109.hsd1.il.comcast.net] has joined #ubuntu [09:57] .... === Nerened [n=Nerened@c-24-21-184-170.hsd1.or.comcast.net] has joined #ubuntu [09:57] cafuego: what was that source for newer kernels === soldieruk400 [n=peter@host86-144-57-105.range86-144.btcentralplus.com] has joined #ubuntu === joachim-n [n=joachim@ACD8F96B.ipt.aol.com] has joined #ubuntu [10:00] how do you register as a user of unbuntu [10:01] is that the special edition for vampires? :-) [10:01] o and goodmorning all :O) === aztek [n=shnazzy@c-24-21-62-86.hsd1.or.comcast.net] has joined #ubuntu [10:01] lol === stask312 [n=stask312@212.143.59.228] has joined #ubuntu [10:01] am i.. === girly_182 [n=cece_mha@202.154.63.62] has left #ubuntu [] === teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu [10:02] does anyone in here use kubuntu and is it any good [10:02] !dapper [10:02] The 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake === olicat [n=phendric@host81-138-210-156.in-addr.btopenworld.com] has joined #ubuntu [10:02] when is that relased ? [10:02] I didn't know you could register, certainly don't think you *need* to to get support. Well, you can register with the forums [10:03] june 06 [10:03] cool [10:03] will that just be an add on to unbuntu or a compleat install [10:03] will be the next version afiak [10:03] ie, breezy is 5.10 [10:04] sounds good to me [10:05] soldieruk400: it'll be a complete new version, but you can upgrade an existing version to the lastest quite easily [10:05] ive been using this for a few days now makes win xp look crap lol === Trackilizer [n=Trackili@p54AED090.dip.t-dialin.net] has joined #ubuntu [10:05] god i luv this linux stuff lol [10:06] are you new to linux [10:06] i think we should have an option to have what ever o/s we want === rochefel [n=rochefel@mx1.mindgate.net] has joined #ubuntu [10:06] i am new to linux yes [10:06] test [10:06] Hey guys, need your help, just installed Ubuntu on my old PC too and the thing is my old PC onl has an onboard graphics card, i wanted to know where to check the exact name of the card so that i can then look for drivers. [10:07] welcome to linux then === mustard5 [n=mustard5@111.a.001.sop.iprimus.net.au] has joined #ubuntu [10:07] im new myself trackilizer === kestas [n=kestas@ppp169-240.lns1.per1.internode.on.net] has joined #ubuntu === jochen [n=jochen@p54A10C38.dip0.t-ipconnect.de] has joined #ubuntu [10:08] thanks dragon_ultra [10:08] takes a bit of getting used to but i like it :O) [10:09] yes it does but well worth it I think [10:09] nite all === DRAGON_Ultra [n=DRAGON_U@adsl-70-232-60-5.dsl.ltrkar.sbcglobal.net] has left #ubuntu ["Linux] [10:09] i'm not really new to it, i just want to know how to check the exact name of my graphics card [10:09] i think it should be in pc world on there pcs lol like mac and xp lol [10:10] ok well good look in finding your driver === snpz [n=buuu@159.148.143.5] has joined #ubuntu === daishadar [i=daishada@s229-105.resnet.ucla.edu] has joined #Ubuntu [10:11] Trackilizer: lspci ? [10:12] osfameron, thanks alot [10:12] worked like a charm [10:12] :) === teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu === stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu [10:13] well all im off to clean up before the wife gets back from school lol === girly_182 [n=cece_mha@202.154.63.62] has joined #ubuntu === girly_182 [n=cece_mha@202.154.63.62] has left #ubuntu [] === Filbert [n=filbert@d54C14421.access.telenet.be] has joined #ubuntu === bigfoot1 [n=opera@FLH1Abr094.fko.mesh.ad.jp] has joined #ubuntu === cdubya [n=chris@ppp-69-148-166-160.dsl.ksc2mo.swbell.net] has joined #ubuntu === jgi [n=jgilli@251.9.39-62.rev.gaoland.net] has joined #ubuntu [10:18] morning all === hyphenated [n=caleb@210-86-92-65.jetstream.xtra.co.nz] has joined #ubuntu === daishadar [i=daishada@s229-105.resnet.ucla.edu] has left #Ubuntu [] === bigfoot1 [n=opera@FLH1Abr094.fko.mesh.ad.jp] has left #ubuntu [] [10:19] i'm looking for libhowl0 in ubuntu, but it seems that it's not in the packages repository, do you know where i could find it in the repository ? === daishadar [i=daishada@s229-105.resnet.ucla.edu] has joined #ubuntu === chaumurky [n=mainacco@203-214-141-96.perm.iinet.net.au] has joined #ubuntu === redguy [n=mati@ada208.neoplus.adsl.tpnet.pl] has joined #ubuntu [10:21] do u hav the extra repos enabled? === mrzogs [n=mrzogs@85-18-136-70.fastres.net] has joined #ubuntu [10:21] mattyv, no === daishadar [i=daishada@s229-105.resnet.ucla.edu] has left #ubuntu [] [10:21] !repos [10:21] hmm... repos is http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) see also !easysource [10:22] /etc/apt/sources.list tells you how... === mmarle [n=marle@dsl6-118.fastxdsl.nl] has joined #ubuntu [10:22] Madpilot, mattyv, chaumurky : thanks ! [10:23] np === Sonderblade [n=muh@213.131.147.169] has joined #ubuntu === cdubya loves it when formatting data coming out of dbs doesn't work like it's documented......ugh === carlos [n=carlos@71.Red-83-53-49.dynamicIP.rima-tde.net] has joined #ubuntu [10:26] there is a mention of hoary-extras on this page, is there a "breezy-extras" too ? === ximatr [n=ximatr@200.56.224.154] has joined #ubuntu === mrzogs is away: Sono occupato lascia un msg quando torno ti rispondo === marc`` [n=marek@195.146.147.83] has joined #ubuntu === marc`` [n=marek@195.146.147.83] has left #ubuntu ["Odchdzam"] === cdubya [n=chris@ppp-69-148-166-160.dsl.ksc2mo.swbell.net] has left #ubuntu [] === Brendon [n=Brendon@c-66-176-112-43.hsd1.fl.comcast.net] has joined #ubuntu === cafuego [n=cafuego_@ppp83-238.lns2.mel3.internode.on.net] has left #ubuntu [] === vegiVamp [n=demeersm@unimatrix.skynet.be] has joined #ubuntu [10:29] there is, not sure if anything is in it atm [10:29] http://ubuntu-backports.mirrormax.net/ === thundr [n=thundr@66-168-50-185.dhcp.mdsn.wi.charter.com] has joined #ubuntu === telemaco [n=telemaco@121.Red-81-36-85.dynamicIP.rima-tde.net] has joined #ubuntu === angel2 [n=ds9@ASt-Lambert-102-1-2-173.w217-128.abo.wanadoo.fr] has joined #ubuntu === Beleys [i=sauget@tolkien.iut-bm.univ-fcomte.fr] has joined #ubuntu [10:29] deb http://seveas.ubuntulinux.nl breezy-seveas all [10:29] thats a big backport too [10:30] http://seveas.ubuntulinux.nl <- you can see the packages here :P === ubuntu_ [n=ubuntu@82.77.143.238] has joined #ubuntu === SOMNIVM [i=somnivm@106.16.102-84.rev.gaoland.net] has joined #ubuntu === ubuntu_ [n=ubuntu@82.77.143.238] has left #ubuntu ["Leaving"] [10:30] I think the mirrormax.net repos are out of business now? === Zdra [n=zdra@70-188.247.81.adsl.skynet.be] has joined #ubuntu === viperX [n=khalif@WS-ESR1-66-117-224-7.fuse.net] has joined #ubuntu [10:31] testmachine, there is no howl package at http://seveas.ubuntulinux.nl :-( [10:31] fglrx-kernel-2.6.12-10-k7 <- HAH thats what i was looking for [10:31] for ages [10:31] howl? [10:31] i dont know howl [10:31] oh ok, is there a new one that isnt in europe? [10:31] hey guys, I have a quick question. [10:31] My two-button mouse went out so now I'm using a spare one-button apple mouse. Is there a way to script KDE to accept a keypress + mouseclick as a right click? [10:32] http://packages.ubuntu.com/hoary/net/howl-utils [10:32] theres a packages [10:32] for hoary [10:32] testmachine, is it a problem to install an hoary package on a breezy ubuntu ? === unub [n=jahbless@ip92.cab32.mus.starman.ee] has joined #ubuntu === slipstream-- [n=slipstre@ppp83-237-171-251.pppoe.mtu-net.ru] has joined #ubuntu [10:35] viperX, I'm just testing something now to see if you can do it...one sec [10:35] Thanks [10:35] why apt-get install fluxbox doesnt work ? says cant package fluxbox [10:35] and i uncomented 2 lines in /etc/sourcec.list === _nano_ [n=chatzill@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu === mumbles [n=admin@cpc2-bror1-6-0-cust74.bmly.cable.ntl.com] has joined #ubuntu [10:38] did you run apt-get update after you modified /etc/apt/sources.list? [10:38] Hi, how can i recover loss data after a fsck on an ext3 partition? [10:39] xspades, tnx [10:39] forgot.. [10:39] np === bimberi [n=bimberi@ppp-46-134.grapevine.net.au] has joined #ubuntu [10:39] viperX, well I'm not sure whether you could do it or not, but this thread might point you in the right direction to work out how you might do it. :) http://www.ubuntuforums.org/showthread.php?t=79560 === rr [n=rr@host13-233.pool8175.interbusiness.it] has joined #ubuntu [10:40] Thanks mustard5 [10:40] viperX, I've been playing with xev trying to work out if you could distinguish a mouse click combined with a keypress, but I'm not sure what I am doing === lappo [n=lappo@adsl-87-116.38-151.net24.it] has joined #ubuntu === panso_ [n=panso@217.205.172.19] has joined #ubuntu === panso_ [n=panso@217.205.172.19] has left #ubuntu ["Leaving"] === panso [n=panso@217.205.172.19] has joined #ubuntu === void^ [i=void@p549E3368.dip0.t-ipconnect.de] has joined #ubuntu === Kazuya [n=kazuya@host55-202.pool8255.interbusiness.it] has joined #ubuntu === marc`` [n=marek@195.146.147.83] has joined #ubuntu [10:44] hello [10:45] greetings Kazuya [10:45] mustard5, :D === will_ [n=will@boi59-2-82-225-228-16.fbx.proxad.net] has joined #ubuntu [10:45] anybody here has problem with firefox 1.5? [10:45] what problem? [10:45] Kazuya, what type of problem? [10:46] sometimes if a clink on a link i have my pc getting stopped [10:46] btw, does anyone know the reason why firefox 1.5 isn't yet packaged in dapper? [10:46] sorry for my english [10:46] all firefox users have a problem. they are using the best browser, which is kind of sad [10:46] where's a good browser? nowherre === bigfoot1 [n=opera@FLH1Abr094.fko.mesh.ad.jp] has joined #ubuntu [10:47] Kazuya, are you saying your computer 'freezes'? [10:47] mmm [10:47] yes and not [10:47] Kazuya, cpu goes to 100%? [10:47] i must reset to let it work === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu [10:47] no [10:47] Kazuya, ah ok [10:47] the screen frezes [10:47] Kazuya, thats pretty serious [10:47] i get that too sometimes [10:47] may be you do not have many of memory === viperX [n=khalif@WS-ESR1-66-117-224-7.fuse.net] has left #ubuntu [] [10:48] 512 m [10:48] on a piv 2400 [10:48] and swap? [10:48] Kazuya: just wait it off. it will pass. some pages are evil for firefox on linux, at least for me === stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu [10:48] Kazuya, does ctrl + alt +f2 allow you to get to terminal when it happens? [10:48] mmm 512 too [10:48] no [10:49] Kazuya, hmmm === thefish [n=mish@unaffiliated/thefish] has joined #ubuntu [10:49] Kazuya, do you know if the page you are going to contains any java? [10:49] mustard5: when it happens to me, all i can do is wait [10:49] mustard5, java gives me some problem of cpu [10:49] topyli, my firefox has been giving me grief lately and I'm still on 1.0.7 :) [10:50] but the problem was also an 1.0.7 without the freeze [10:50] Kazuya, k [10:50] :/ [10:50] Kazuya, I'll see if I can google something up [10:50] The problem with Firefox is that it isn't Opera ;) [10:51] this happens more certainly with multiple tabs open [10:51] thanks mustard5 [10:51] topyli, it freezes also with one tab [10:51] :/ === Tuntis [n=Tuntis@adsl-85-217-17-47.kotinet.com] has joined #ubuntu [10:51] Kazuya, well you are not alone according to google :) === blablablabla [n=maniac@i3ED6EE4C.versanet.de] has joined #ubuntu [10:51] Kazuya: you need a 6000 Mhz machine with 2M of memory i guess. and me too :) === zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu [10:52] lol [10:52] Kazuya, http://ubuntuforums.org/showthread.php?t=96976 [10:52] i need a sparcstation :/ [10:52] Kazuya: we need a mac === stask312 [n=stask312@212.143.59.228] has left #ubuntu [] === kuRupT [n=kuRupT@74.233.203.62.cust.bluewin.ch] has joined #ubuntu [10:52] got already one [10:52] with linux of course === ian_ [n=ian@cm147.sigma200.maxonline.com.sg] has joined #ubuntu [10:53] then we don't have to worry about java :) [10:53] Kazuya, it seems some people are suggesting you create a new profile in that thread [10:53] mustard5, thnks for the link [10:53] yes i'm reading [10:53] :D === bigfoot1 [n=opera@FLH1Abr094.fko.mesh.ad.jp] has left #ubuntu [] === PoW [n=chris@69-169-46-43.anhmca.adelphia.net] has joined #ubuntu [10:55] i don't think the thread is describing our problem. i don't have adblock. i think i'll blame flashblock === mysterydragon [n=rule_roc@d54C0B346.access.telenet.be] has joined #ubuntu [10:55] which is sad, because it's the most useful extension yet [10:55] I just recently installed ubuntu onto my hdd. Coming from a windows setup, the font seems very blurry and plain ugly to me. Could anyone suggest a way for me to clear up the fonts and have them render smoothly in gnome and other apps such as firefox? [10:56] <_nano_> use freesans font === render [n=render@213-140-21-234.fastres.net] has joined #ubuntu [10:56] does anyone have a solution for the problem with the live CD: cannot enter preinstalled session [10:56] ? [10:56] Kazuya, this might be relevant too http://www.toptechnews.com/news/Firefox-1-5-Security-Flaw-Identified/story.xhtml?story_id=0220028F8FHU [10:57] I get this error every time === hwt [n=hwt@82.117.37.14] has joined #ubuntu [10:57] has anyone performed PXE/TFTP/Kickstart installations of ubuntu with success? [10:57] PoW: install the fonts from our old friend microsoft. apt-get install msttcorefonts [10:57] is it stable now? [10:57] and does anyone know where i can find some good documenation on the subject? [10:57] awesome [10:58] anybody? [10:58] mysterydragon, hmmm..never heard of that one...I might google that too :) === wildman [n=fabman@54-200-126-200.fibertel.com.ar] has joined #ubuntu [10:59] <_nano_> PoW, i think it'd look better than windows fonts now ;) [10:59] PoW: there are some things they get right. fonts, mice, keyboards :) [10:59] haha ya === Kazuya [n=kazuya@host55-202.pool8255.interbusiness.it] has joined #ubuntu [10:59] ok [10:59] where's the terminal button/option in gnome anyways [11:00] mysterydragon, what type of system are you running? [11:00] also with epiphany [11:00] i prefer logitech keyboards and mice though. but they do no fonts :) [11:00] kazuya@kingston:~$ firefox -p [11:00] run-mozilla.sh: Cannot execute /opt/firefox/firefox-bin.pure. [11:00] PoW: Applications menu -> Accessories -> Terminal [11:00] hello * [11:00] good stuff :/ [11:00] oh dur [11:01] msttcorefonts? [11:01] yes [11:01] package doesnt exist :( === chorse [n=ps@p508BED90.dip.t-dialin.net] has joined #ubuntu [11:01] PoW: you need to enable some extra repos [11:01] Windows XP [11:01] PoW: it's in universe or multiverse. you have to enable these evil repositories [11:01] !tell PoW about repos [11:02] <_nano_> didn't you find freesans? [11:02] !info msttcorefonts [11:02] msttcorefonts: (Installer for Microsoft TrueType core fonts), section multiverse/x11, is optional. Version: 1.2ubuntu2 (breezy), Packaged size: 21 kB, Installed size: 164 kB [11:02] I did [11:02] find freesans* [11:03] I went through cups and added my printer, epson stylus 740, but for some reason it will not work...the test print acts like printing but nothing on page, or it just sits there and does nothing..... [11:03] i already googled for it, mustard5, many people seem to have the problem, but i couldn't find a solution [11:03] mysterydragon, yeah..I'm not having much luck either === lbm [n=lbm@cpe.atm4-0-1301006.0x50a0824e.vgnxx6.customer.tele.dk] has joined #ubuntu [11:04] mysterydragon, I've never seen it in her before === _mindspin [n=mindspin@p54B2D866.dip.t-dialin.net] has joined #ubuntu [11:04] mustard5, === GNAM [n=giokauno@host86-241.pool80183.interbusiness.it] has joined #ubuntu [11:04] can you link me the page of the wiki for firefox 1.5? [11:04] mustard5: thanks for the help [11:04] no firefox 1.5 final in dapper... any chance to have it on final? [11:04] mysterydragon, sorry I couldn't find a solution :) [11:05] wiki for firefox? tell me [11:05] !firefox15 [11:05] well, firefox15 is see the wiki at https://wiki.ubuntu.com/FirefoxNewVersion for information on how to install Firefox 1.5 from mozilla.org [11:05] which repo(s) should I add? [11:05] thanks [11:05] GNAM: it will be there for sure. it's just a big transition because a lot of stuff depends on it [11:05] tnx ubotu === heatxsink [n=jmioph@c-24-7-127-192.hsd1.ca.comcast.net] has joined #ubuntu [11:05] Hello: Are there any application to install in ubuntu that works like microsoft publisher? [11:05] hm [11:05] GNAM: that's why i wouldn't hold my breath for a breezy backport either [11:05] publisher === HanniS [n=piespy@dslb-084-059-211-089.pools.arcor-ip.net] has joined #ubuntu [11:05] No1Viking: there's a few.. [11:05] scribus [11:05] dont know never worked with it [11:06] kword [11:06] :) [11:06] No1Viking: for desktop publishing? Scribus is great === mysterydragon [n=rule_roc@d54C0B346.access.telenet.be] has left #ubuntu [] [11:06] inkscape maybe.. but that's more like illustrator === nevyn likes inkscape. [11:06] and tho it's unpopular I like kword [11:06] i think that my favourite browser will became links2 [11:06] :/ === tvelocity [n=tony@84.254.13.74] has joined #ubuntu [11:06] microsoft publishing? thank $DEITY, no [11:07] topyli: it has it's place. [11:07] links is great [11:07] :> === testmachine loves links and lynx [11:07] I also like LaTeX [11:07] nevyn: i'm doing well with latex [11:07] heh [11:07] topyli: but if I'm making a flyer or sales promotion I'd rather do it in publisher than in latex [11:08] nevyn: do it with scribus [11:08] topyli: I'd use inkscape or scribus or kword these days [11:08] kword is actually quite nice [11:08] Kazuya: did you compile it, or grab it from the repositories? [11:08] it's quite close to publisher really which I always liked [11:09] Hobbsee, links2? === Astxist [n=komugiub@ppp2A67.dyn.pacific.net.au] has joined #Ubuntu [11:09] Kazuya: yes [11:09] apt === _mindspin [n=mindspin@p54B2D866.dip.t-dialin.net] has joined #ubuntu [11:09] I hated word tho. and hate openoffice about as much they never really worked for me... [11:09] ah ok [11:09] :) [11:09] what is the lightest browser under ubuntu ? === alexandre [n=alexandr@213-193-180-142.adsl.easynet.be] has joined #ubuntu [11:10] nevyn: openoffice tries to suck as much as ms office does :( [11:10] topyli: exactly [11:10] will_: links2, or maybe lynx <-- something text based [11:10] I've already tried it. A bit tricky for a newbie like me ;-) [11:10] <_mindspin> vi [11:10] topyli: that said.. excell is good... presenter is ok.. access has it's place but doesn't scale [11:11] word is just pure evil === littlepaul [n=littlepa@p5084E276.dip.t-dialin.net] has joined #ubuntu === jeantodt [n=jeantodt@85-18-136-77.fastres.net] has joined #ubuntu [11:11] the problem is that word doesn't work for big documents.. and it's not as flexible as a DTP package (even tho people try to use it as one) [11:11] will_: just use firefox [11:11] will_: you could install Opera - it's lighter in some/many cases than FF === alex_laurent [n=alex_lau@213-193-180-142.adsl.easynet.be] has joined #ubuntu [11:12] will_: or evolution [11:12] can I install opera with apt-get? [11:12] evolution is standatd in ubuntu [11:12] will_: dillo konqueror ? [11:12] i think [11:12] evolution is a mail client isn't it [11:12] argg [11:12] !opera [11:12] Opera isn't in the Ubuntu repositories, but you can always download the latest Opera .deb package from http://www.opera.com/download/ and get then see https://wiki.ubuntu.com/OperaBrowser [11:12] shit [11:12] this other onw [11:12] epiphany is the browser. === GoRoDeK [n=gorodek@p5083FC3D.dip.t-dialin.net] has joined #ubuntu [11:12] not evolution [11:12] but ehmm [11:12] I think evolution is heavy... [11:12] evolution is the mail client. [11:12] galeon too [11:12] yes [11:12] I think epiphany is supposed to replace galeon [11:12] this standard gnome browser [11:12] galeon used to rock but got screwed by gnome unusability [11:13] epiphany ! [11:13] that one [11:13] i ment [11:13] instead of evolution [11:13] lol [11:13] Kazuya: does the one in the repositories have graphics support too? [11:13] Epiphany is pretty cool - it's got some interesting features [11:13] Chousuke: evolution, in turn, tries to suck as much as MS outlook. it's not doing as well as openoffice though :) [11:13] yep === PoW [n=chris@69-169-46-43.anhmca.adelphia.net] has joined #ubuntu [11:13] haha [11:13] OO.org sucks so much :( [11:13] outlook has it's place.. but sucks. === topyli uses evolution and doesn't know why [11:14] I use Epiphany whenever have I java is involved, because firefox and java don't seem to like each other [11:14] Chousuke: that said it opens word docs.. which given the tendancy of people to send them to me... [11:14] !sucks is a word you should NOT use in #ubuntu [11:14] Seveas: okay [11:14] topyli: I'm going to I want stuff like todo's and contacts and stuff I can sync with my phone. === testmachine used evolution [11:14] Seveas: heh [11:14] but it sucked indeed === j2daosh [n=admin@66-191-145-50.dhcp.roch.mn.charter.com] has joined #ubuntu === bungle [n=bungle@user-1025.lns1-c11.dsl.pol.co.uk] has joined #ubuntu [11:14] hi [11:14] Hi guys! Yesterday, when I installed Ubuntu on my work machine, I've had problems with screen resolution that was always 800x600. I've fixed that and it's now 1024x768 by default. But now, on the login screen, the font is really small. Does anybody know how to fix that? [11:15] Seveas: sorry for the word [11:15] lol [11:15] How large will be a complete ubuntu-mirror? - No sources, just the binary packages for warty, hoary and breezy [11:15] nevyn: me too. but i have a nokia communicator which syncs with "supported PC's". their definition of a "supported PC" is quite narrow [11:15] why cant we say sucks [11:15] topyli: I find it a sub-optimal solution maybe by the time I work out getting syncml from my phone to linux then kitchensync will be working === soldieruk400 [n=peter@host86-144-57-105.range86-144.btcentralplus.com] has joined #ubuntu [11:15] topyli: umm model no? [11:15] hows it going everyone [11:15] hey all === hugh_ [n=hugh@static-203-87-39-30.vic.chariot.net.au] has joined #ubuntu [11:15] nevyn: 9300 [11:15] you have some spare bandwidth, ys76? [11:16] topyli: usb? [11:16] i have a dumb noobie question [11:16] topyli: email me a lsusb -v with it pluged in. [11:16] finaly found out how to configer my ipod to unbuntu :O) [11:16] nevyn: i used to have a 9210 and it was old enough to have been cracked by the p3nfs hackers. the new ones are still a mystery === irvin [n=irvin@202.138.170.72] has joined #ubuntu [11:16] alex_laurent, hmm...not sure what controls the font size on gdm login [11:16] thundr: Not really, but I don't want to waste bandwidth, so I will setup a lokal mirror === Zdra [n=zdra@70-188.247.81.adsl.skynet.be] has joined #ubuntu [11:16] i dled and installed openssh... i can ssh to myself (testing it) [11:16] nevyn: now i just transfer stuff with bluetooth. no sync [11:16] how can i connect to it from work? [11:17] topyli: if you're using bluetooth and OBEX it may support syncML [11:17] i plan on using nomachine or possibly cygwin [11:17] is there anything i have to do to open the port? [11:17] alex_laurent, have you tried fiddling with the fonts sizes and see if it changes the gdm login font size? [11:17] topyli: obex actually specifies a way to get a capabilities list from the phone which nokia seems to honor [11:18] nevyn: it does, i've seen pages describing syncing between the commie and evolution with syncml and multisync. just haven't had the time to hack on it [11:18] i have it set already at the router... i set my ip on here so it wont change and i have my dyndns addy pointing to this comp... is that all i need? [11:18] What's a good newsgroup application that supports nzbs? [11:18] mustard5: I don't know where the font sizes are. [11:18] ys76, wouldn't grabbing the entire ubuntu binary repos be a waste of bandwidth if you don't use all the programs? Or is this going to be part of a large network? [11:18] mustard5: Any hint about where to start looking? [11:19] alex_laurent, in your System>>Preferences menu [11:19] nevyn: go to any linux/opensource fair and you'll see nokia people talking about how much they love free software. then they don't support it on their phones [11:19] hmmmm [11:19] first time that i see aptitude [11:19] alex_laurent, I have no idea whether they will change the gdm login font size..buts an angle to try [11:19] looks pretty nice [11:19] too mee [11:19] too me [11:20] thundr: It is a waste of bandwidth for the first time, it is much nicer. I would like to install Ubuntu on many different Computers at different locations, mostly connected only with a 56k link === jeantodt_ [n=jeantodt@85-18-136-77.fastres.net] has joined #ubuntu [11:20] j2daosh: i can get an login prompt via ssh on the machine you're running your IRC client on right now. That might answer your question :) [11:20] *a [11:20] mustard5: The font sizes and faces are precisely the same as another Ubuntu machine I'm using as test and where I don't have that problem. The font size is fine once I'm logged in, though. [11:20] really? [11:20] well answers that question [11:21] j2daosh: do it with screen [11:21] hey how do i send u a pm === mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has joined #ubuntu [11:21] alex_laurent, hmmm k...Its the first time I have seen the issue so I don't have much idea which way to go on this one === agtnz [n=agt1@222-153-80-218.jetstream.xtra.co.nz] has joined #ubuntu [11:21] j2daosh: /join #bimberi (if you're having issues with /msg bimberi) === kurros [n=wade@74.250.8.67.cfl.res.rr.com] has joined #ubuntu [11:22] alex_laurent, I'm just looking over the gdm manual for hints... === P3L|C4N0 [n=gcamposm@200.106.9.133] has joined #ubuntu [11:22] ys76, interesting.. [11:23] what's the difference between /msg and /query anyway? === ntumba [n=ntumba@host86-142-38-147.range86-142.btcentralplus.com] has joined #ubuntu [11:23] alex_laurent, well there is a /etc/gdm/gdm.conf file that might be relevant [11:23] mustard5: Thanks. You might know what file(s) GDM is using for configuration. Is "/etc/X11/xorg.conf" the only file it uses? [11:23] I went through cups and added my printer, epson stylus 740, but for some reason it will not work...the test print acts like printing but nothing on page, or it just sits there and does nothing..... [11:23] alex_laurent, well there is a /etc/gdm/gdm.conf file that might be relevant [11:24] mustard5: ;-) [11:24] Hello everybody. I'm a new ubuntu user. Can anybody help me set up my ipod with gtkpod? [11:24] alex_laurent, I'm just reading it now... [11:24] !anyone [11:24] probably 90% of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and YOU decide? [11:25] Ubotu: was that directed at me? my question is quite clear [11:25] ntumba: what are you talking about? [11:25] !ubotu [11:25] Yep, that's me! I'm a bot alright. Read http://wiki.ubuntu.com/UbotuUsage to find out how to use me. Do NOT play with me in any channel. [11:25] ntumba: https://wiki.ubuntu.com/IPodHowto [11:26] I saw the Ipodhow to. except that my ipod was configured with a mac. the directions are directed at windows configured Ipods [11:27] I don't know anything about the comand line and it asks me to do something i don't understand === milksteak [n=milkstea@60-234-138-71.bitstream.orcon.net.nz] has joined #ubuntu === maradong [n=bhentges@213.47.179.227] has joined #ubuntu [11:28] alex_laurent, so what theme are you using for the greeter? === Davey [n=Davey@77-231.124-70.tampabay.res.rr.com] has joined #ubuntu [11:29] mustard5: It does the same thing with gtk and themed. [11:29] ntumba: anytime you see a command line command you don't understand, try "man " to bring up a manual page; some of the man pages aren't very good but many of them aren't bad === martink [n=martin@p54B396AF.dip0.t-ipconnect.de] has joined #ubuntu [11:29] mustard5: But right now, it's using GTK. [11:30] alex_laurent, k [11:30] alex_laurent, so how did you go about fixing the resolution problem? === GTroy is away: I'm either asleep, or at work [11:30] alex_laurent, have you used the pastebin before? [11:31] alex_laurent, I'd like to see your xorg.conf in the pastebin if you could paste it in there [11:31] Madpilot: thanks [11:31] mustard5: I have an Nvidia GeForce board, which apparently doesn't allow X to detect the monitor correctly. [11:31] can someone tell me why after doing an apt-get upgrade and installing wacom-tools on Dapper, xorg now tells me it can't find my kbd or mouse drivers? [11:31] alex_laurent, k [11:31] mustard5: So I had to find my monitor model on Google and fill in the HorizSync and VertRefresh correctly. [11:31] ubotu: tell alex_laurent about pastebin === usuario [n=usuario@83.230.233.3] has joined #ubuntu [11:32] alex_laurent, ah ok [11:32] mustard5: And of course add 1024x768 to the list. === MaFiaBoY [n=_mfb@dyn-213-36-162-184.ppp.tiscali.fr] has joined #ubuntu [11:32] alex_laurent, check the PM from ubotu for the pastebin link and paste your xorg.conf in there [11:32] alex_laurent, sounds like it was painful to set up :) [11:32] mustard5: Right, just a sec. === MaFiaBoY is now known as HymnToLife === uNgioV [n=fskire@82.114.168.11] has joined #ubuntu === uNgioV [n=fskire@82.114.168.11] has left #ubuntu [] [11:33] HymnToLife: that's better :) [11:33] what ? [11:34] the nick :) [11:34] mustard5: I'm in the paste thingy. === Aramil [n=tony@84.254.9.197] has joined #ubuntu [11:34] alex_laurent, ok..paste it in the pastebin...hit send and then show me the URL [11:34] lol === silverton [n=Fry@c-24-16-217-206.hsd1.wa.comcast.net] has joined #ubuntu [11:34] heh [11:34] my ethernet device isn't getting activated at boot time, how can I resolve this? === mocca [n=mocca@p85.212.26.66.tisdip.tiscali.de] has joined #ubuntu [11:35] mustard5: Pasted... [11:35] How do I uncompress RARed files in ubuntu? === mirak [n=mirak@AAubervilliers-152-1-77-182.w86-198.abo.wanadoo.fr] has joined #ubuntu === ZSiesUe [n=fskire@82.114.168.11] has joined #ubuntu [11:35] I NEED HELP! :-) [11:35] <_nano_> silverton, check /etc/networks/interfaces [11:35] !unrar [11:35] HymnToLife: Not a clue === ZSiesUe is now known as oexoUQYFas [11:35] silverton: check in /etc/network/interfaces for "auto eth0" (or whatever) [11:35] !unrar [11:35] !rar [11:35] alex_laurent, ok..you should now have a unique URL to paste in here so I can browse to the page [11:35] well, rar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://wiki.ubuntu.com/FileCompression#head-32ba956d13d49934f65bf67dd40646653a7a6140 === oexoUQYFas is now known as geeeIEu [11:35] where is the kernel located?? [11:35] $make -C /path/to/source SUBDIRS=$PWD modules [11:35] Where /path/to/source is the path to the source directory for the (configured and built) target kernel. === geeeIEu [n=fskire@82.114.168.11] has left #ubuntu [] [11:36] mustard5: Right, it's http://paste.ubuntu-nl.org/5747 [11:36] alex_laurent, thanks [11:36] _nano_, what am I looking for? It's listed === uUntloee [n=okiwi@adsl-96-23-192-81.adsl.iam.net.ma] has joined #ubuntu === uUntloee [n=okiwi@adsl-96-23-192-81.adsl.iam.net.ma] has left #ubuntu [] [11:37] hello anybody?! [11:37] i need to know the kernel location in unbuntu [11:37] er, nevermind... "auto eth0" isn't there [11:37] <_nano_> silverton, your network settings are stored in the file "interfaces" that is located at /etc/networks/ [11:37] to do this [11:37] $make -C /path/to/source SUBDIRS=$PWD modules [11:37] Where /path/to/source is the path to the source directory for the (configured and built) target kernel. [11:37] mocca: as standard it's in /usr/src [11:38] _nano_, yes, sorry, I know, I didn't finish reading what you had typed === nomed [n=daniele@host197-57.pool8250.interbusiness.it] has joined #ubuntu [11:38] its empty! [11:38] :-) [11:38] mocca: then maybe you should get the source... [11:38] then download the kernel source pakages === vaebai [n=okiwi@adsl-96-23-192-81.adsl.iam.net.ma] has joined #ubuntu === vaebai [n=okiwi@adsl-96-23-192-81.adsl.iam.net.ma] has left #ubuntu [] [11:38] i want to install a wlan driver [11:38] alex_laurent, hmmm..nothing much in there that I can see that might be relevant === L|nu}{ [n=linux@studpc32.thndorm.htu.se] has joined #ubuntu === nomed [n=daniele@host197-57.pool8250.interbusiness.it] has left #ubuntu ["/etc/init.d/nomed] === zoyd [n=vinay@220.225.32.98] has joined #ubuntu [11:38] hi [11:39] alex_laurent, it looks a bit sparse in the resolutions section :) [11:39] can someone give me a hand with this problem with my kbd and mouse drivers under xorg? I'm gonna put my xorg.conf and what startx spits out into the pastebin. [11:39] mustard5: I know, I've just compared it with this other test machine and it's almost the same. [11:39] everything is working just need to install the drivers... but i can't figure out where my compiled kernel is located [11:39] why does the "Bug Report Tool" start firefox instead of starting bug-buddy? [11:39] mocca: you sure you have the sources for the same kernel you are running? [11:40] alex_laurent, any differences in the gdm.conf? [11:40] mustard5: Right. But it took me time to figure out why it didn't switch to 1024 so I only put that to see what happened. I must say the file /var/log/Xorg.0.log was a big help in finding the problem then. [11:40] if my usb drivers go all weird and don't want to unmount etc is there anyway to restart the service or whatever it may be called so I don't have to reboot to fix it? [11:40] *drives [11:40] <_nano_> is the default ubuntu installation optimized for p4 or do we need to recompile it? === Shinjan [n=ganymed@p54A7E268.dip.t-dialin.net] has joined #ubuntu [11:40] alex_laurent, I think there is a command line way of finding the difference between two text files [11:40] Where /path/to/source is the path to the source directory for the (configured and built) target kernel. [11:40] not the source [11:40] mustard5: Do you know a command to compare 2 files? [11:40] mocca: you didn't want your compiled kernel you wanted the kernel source for your current kernel. You can get the source from apt; select the matching package for the kernel you're currently using [11:40] alex_laurent, diff [11:40] What's a good package to install that will support most video codecs? [11:40] _nano_: it is somewhat optimised [11:40] mustard5: You keep doing that! Answering my questions before I ask them! [11:40] Such as xvid and divx === Kazuya [n=kazuya@host55-202.pool8255.interbusiness.it] has joined #ubuntu [11:40] alex_laurent, man diff for the manual [11:40] mustard5: ;-) [11:41] _nano_: enough that there should be no "need" to recompile anything, at least === namola [n=namola@58.142.100.16] has joined #ubuntu [11:41] <_nano_> Ng, ok thanks *phew* :D [11:42] alex_laurent, I don't have the files to compare so I'll just have to wait and see how it goes on your machine === mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has joined #ubuntu [11:43] mustard5: Thanks. I'm on it. BRB. === Centaur_ [n=fishman@68-187-79-131.dhcp.stgr.ut.charter.com] has joined #ubuntu === MaFiaBoY [n=_mfb@dyn-213-36-156-40.ppp.tiscali.fr] has joined #ubuntu [11:44] screw the dialups... [11:45] mustard5: Nope, no useful difference. === M_Cheevy [n=mrktngju@218-101-27-42.dsl.clear.net.nz] has joined #ubuntu === MaFiaBoY is now known as HymnToLife [11:45] mustard5: Do you think it could have anything to do with the fact that I have 2 heads on my board? === jdeange2 [n=jdeange2@adsl-70-224-39-162.dsl.sbndin.ameritech.net] has joined #ubuntu === john_351 [n=john@dialup-169.162.220.203.acc01-gurw-wag.comindico.com.au] has joined #ubuntu [11:45] alex_laurent, I'm not sure really...I'm off looking at an angle in the ubuntuforums atm [11:45] ls [11:45] er, oops [11:45] mustard5: I should try again, but I think when both screens are connected when I boot up, the font is fine. When I boot up with only 1, the font gets tiny... [11:46] mocca: i think you're confused. the compiled kernel is in /boot of course. but if you install linux-source-, it will bee in /usr/src [11:46] alex_laurent, ah ok === Syntux [n=Jad@194.165.158.105] has joined #ubuntu [11:46] http://paste.ubuntu-nl.org/5748 <-- this is the problem I'm having with xorg. === TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu [11:46] (after upgrading dapper and installing wacom-tools) [11:47] dapper support is a bit scarce isn't it :) [11:47] heya peoples... managed with much blood, sweat and tears to get debian sarge (stable) set up on my sata raid0 array... today my ubuntu disks arrived... I've found the fakeraid-howto in the Ubuntu-Wiki. first question, does it work? second question, is it worth swapping over? [11:47] it might not even be a dapper problem. [11:48] it looks like something stupid happened with respect to something changing stuff on my xorg to support the tablet device in my convertible laptop [11:48] or at least that's what I surmise === marc`` [n=marek@195.146.147.83] has left #ubuntu ["Odchdzam"] [11:48] new input device, makes all the other input devices go wonky. [11:48] well got the inet speed fixed after installing my router...speed dropped major after put router in..but got it fixed now === uUoiPo [n=abkhpeo@82.114.168.94] has joined #ubuntu === uUoiPo [n=abkhpeo@82.114.168.94] has left #ubuntu [] === uUoiPo [n=abkhpeo@82.114.168.94] has joined #ubuntu === uUoiPo [n=abkhpeo@82.114.168.94] has left #ubuntu [] [11:49] jdeange2: the xorg config is the same syntax as xf86config? [11:49] mustard5: I've fetched a second monitor for that computer. I'm waiting for it to reboot... [11:49] now if just can get my printer fixed [11:49] alex_laurent, check this thread out http://www.ubuntuforums.org/showthread.php?t=23048 === topyli [n=juha@dsl-hkigw3-fe23de00-139.dhcp.inet.fi] has left #ubuntu [] [11:49] M_Cheevy: hmm, I think I'd question whether or not fakeraid is ever a good idea. The software element kills most of the performance benefits that you were maybe after [11:49] mustard5: Do you know if it's possible to take a screenshot from GDM? === Azog [i=azog@azog.de] has joined #ubuntu [11:50] NigelS: I've got two amd 2000+'s the performance hit is neglegible === jun [n=jun@AP-203.167.29.245.sysads.com] has joined #ubuntu [11:50] alex_laurent > System > take screenshot [11:50] alex_laurent, not that I know of [11:50] HymnToLife, he needs a screenshot of the gdm login screen [11:51] M_Cheevy: AFAIK, which isn't very well. [11:51] oh [11:51] HymnToLife, np :) [11:51] jdeange: afaik? remind me please.... been a while since I irc'd [11:51] then I dunno either [11:51] heh [11:51] M_Cheevy > as far as i know [11:51] "as far as I know" [11:51] :) [11:51] cool [11:51] ok i don't get it... i am new to this all... so can someone please give me some online support :-) [11:51] alex_laurent, you could start gdm in an xnest and screen shot it that way [11:52] HymnToLife: Thanks, but the System menu is not there yet in GDM. === northie [n=northie@832232684-FASTBIT1-SE.host.songnetworks.se] has joined #ubuntu [11:52] jdeange2: basically, the input devices section is pretty easy to suss out, the server section is where the devices are activated [11:52] why is it so hard to just install a driver... [11:52] olicat: Wow, hm... How do you do *that*?!? [11:52] M_Cheevy: it claims that there are no such drivers as "kbd" and "mouse." === dpro\\ [n=dpro@193.162.238.5] has joined #ubuntu [11:53] (if you look in the pastebin you can see that's what it complains about) [11:53] NigelS: as for the second part of my question? Is it worth changing over from sarge to ubuntu? it sounds like ubuntu is taking it's own direction [11:53] why do you want to take a screenshot of the login screen anyway ? [11:53] alex_laurent, I think this thread is showing the direction you need to go http://www.ubuntuforums.org/showthread.php?t=23048 === No1Viking [i=micke@h-83-140-104-3.ip.cust.port80.se] has joined #ubuntu === encompass [n=encompas@dsl-hkigw7-fe0df900-146.dhcp.inet.fi] has joined #ubuntu [11:53] alex_laurent, apparently you need to edit an xml file === teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu === MasterTsunami [n=MasterTs@unaffiliated/mastertsunami] has joined #ubuntu [11:53] jdenage2: you mean complains about missing /dev files? or that X doesn't know of them? === dingo [n=dingo@203.200.71.93] has joined #ubuntu [11:53] mustard5: I'm reading... ;-) === olicat [n=phendric@host81-138-210-156.in-addr.btopenworld.com] has joined #ubuntu [11:53] alex_laurent, it recommends you backup the orginal first though :) [11:53] how do I create a passwordless guest account? === wouter [n=wouter@e217092.upc-e.chello.nl] has joined #ubuntu === momo [n=momo@86.105.240.106] has joined #ubuntu [11:53] http://paste.ubuntu-nl.org/5748 === dingo [n=dingo@203.200.71.93] has left #ubuntu ["Leaving"] [11:54] alex_laurent, install xnest in synaptic. then applications -> system tools -> new login in a nested window === redguy|work [n=matik@acp92.neoplus.adsl.tpnet.pl] has joined #ubuntu [11:54] (EE) Failed to load module "kbd" (module does not exist, 0) [11:54] er gebeurt iets, maar wat???? [11:54] how do I create a passwordless guest user? [11:54] !de [11:54] well, de is Deutschsprachige Hilfe fuer Probleme mit Ubuntu und Kubuntu finden Sie in den Kanaelen #ubuntu-de resp. #kubuntu-de [11:55] jdeange2: okay... I see the two pointer devices..., the keyboard area looks okay.... [11:55] encompass > I think you cannot === simonvallore [n=simonval@ppp-69-148-40-100.dsl.tulsok.swbell.net] has joined #ubuntu [11:55] no it is possible [11:55] jdeange2: ah.. kpd is missing from the modules list... just need to edit the file and toss it in there... [11:55] I have done it with other distros === zionn [n=jahbless@ip92.cab32.mus.starman.ee] has joined #ubuntu [11:55] <_nano_> what are the best methods to reduce processor usage [11:55] you can make a passwordless root [11:55] I know that [11:55] a passwordless root ? [11:55] yes === Astxist-A [n=komugiub@ppp22DA.dyn.pacific.net.au] has joined #Ubuntu [11:55] jdeange2: also, you know you're only running in 16 bit mode? [11:55] not recommended [11:56] it's the most stupid thing ever :/ [11:56] not really. [11:56] there is no such thing as 16bit in linux [11:56] it has always be 32 or better [11:56] please point me to the url @ ubuntu which tells how to install fluxbox , i saw it yesterday and i cant locate it today , i know im a retard but damn it im lookin for it for 30 mins cant find.. [11:56] merry xmas and all that! [11:56] he means my colors [11:56] 64K colors [11:56] !google [11:56] somebody said google was a very popular internet search engine at http://www.google.com - They also run Gmail at http://www.gmail.com as a free E-mail service. [11:56] jdeange2: also, it looks like you're not using the nvidia binary driver... [11:56] oh [11:56] haha === jdeange2 doesn't know the difference [11:57] !fluxbox [11:57] fluxbox is, like, forked off blackbox and is found at http://fluxbox.sourceforge.net or the new blackbox, with antialias, better menu, etc. [11:57] encompass: I'm looking at his xconfig === Astxist-A is now known as Astxist [11:57] the one @ ubuntu with all the steps needed === FANNY [n=FANNY@202.159.68.106] has joined #ubuntu [11:57] I s see [11:57] not the sf one [11:57] came in halfway [11:57] jdeange2: like I said, just edit the modules section to re-add kdm to the list.. your keyboard input device is setup correctly... [11:57] zionn > have you tried searching the forum ? === nillas [n=nillas@h227n12c1o1049.bredband.skanova.com] has joined #ubuntu [11:57] !forum [11:57] forum is, like, totally, the ubuntu web forums at http://www.ubuntuforums.org [11:57] kdm or kbd and mouse? === |mp| [n=mp@82.153.240.58] has joined #ubuntu [11:58] whoops, kbd.. and mouse... [11:58] yeah, lines 32-43 [11:58] M_Cheevy: I really don't know that you get a boost from software raid, there's something offensive about it :) Anyway, yes, I certainly think Ubuntu is worth switching to over Sarge. I guess it's probably more worth doing if the use of the system is principally as a desktop as you get far more recent desktop elements with Ubuntu than you will find in Debian atm [11:59] yes i did [11:59] M_Cheevy: I just did that and nothing changed. [11:59] jdeange2: did you restart X? [11:59] got 11 pages containing the word fluxbox [11:59] X won't start in the first place. === michuk [n=borys@246-moo-12.acn.waw.pl] has joined #ubuntu [11:59] I'm doing startx from the command line. === encompass [n=encompas@dsl-hkigw7-fe0df900-146.dhcp.inet.fi] has left #ubuntu [] [11:59] !no fluxbox is a lightweight window manager. Installation instructions at https://wiki.ubuntu.com/Fluxbox. More information at http://fluxbox.sourceforge.net [11:59] bimberi: okay === nerdy2 [n=jeff@adsl-68-22-207-234.dsl.chcgil.ameritech.net] has joined #ubuntu [12:00] jdeange2: okay, back up your existing config. do a apt-reconfigure on the package [12:00] YES [12:00] THANX [12:00] damn it [12:00] AHA [12:00] THAT is what I needed to know. [12:00] jdeange2: then re-add the lines for your touchpad === indypende [n=indypend@d81-211-228-192.cust.tele2.it] has joined #ubuntu [12:00] zionn: np :) === Davey [n=Davey@unaffiliated/davey] has joined #ubuntu [12:00] um [12:00] what's apt-reconfigure? [12:01] sudo dpkg-reconfigure ? [12:01] isn't it dpkg-reconfigure ? [12:01] jdeange2: I'm an old X head, I always aim to edit the file first... [12:01] my system has never heard of that command [12:01] ok [12:01] d'oh... it's 0001 here.... [12:01] been up since 0900 [12:01] join [12:01] join [12:01] join [12:01] join [12:01] join [12:01] join [12:01] join [12:01] join [12:01] join [12:01] join [12:01] :/ [12:01] join [12:01] !ops [12:01] Help! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth [12:01] join [12:02] join [12:02] FANNY, /join [12:02] join [12:02] join [12:02] join [12:02] join [12:02] join [12:02] join [12:02] no flood bot? [12:02] join [12:02] join [12:02] how can I start gnome-terminal with UTF-8 support? (i'm using latin1 by default) [12:02] join [12:02] join [12:02] ? [12:02] join [12:02] join [12:02] eh? [12:02] join [12:02] join [12:02] join [12:02] join [12:02] join [12:02] join [12:02] !ops [12:02] Help! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth [12:02] join [12:02] join [12:02] join [12:02] join [12:02] join [12:03] yay /ignore! [12:03] join [12:03] join === teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu [12:03] join [12:03] join [12:03] yes but still* [12:03] join === mumbles is now known as mumbles-work [12:03] join [12:03] !ops [12:03] join [12:03] join [12:03] join [12:03] join [12:03] join [12:03] join [12:03] !ops [12:03] Help! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth [12:03] join [12:03] does that actually *call* the ops? [12:03] join [12:03] join [12:03] join === dholbach [n=daniel@ubuntu/member/dholbach] has joined #ubuntu [12:03] join [12:03] join [12:03] you only need to do !ops once, it'll trigger all their highlights [12:03] join [12:03] folks, yelling ops just once is enough... [12:03] join [12:03] jdeange2, well, it'll highlight them [12:03] join [12:03] jdeange2: it makes it pink in their window [12:03] join [12:03] ah [12:03] jdeange2, they get a nick notification because there nicks have been used in channel [12:03] join [12:03] join [12:03] join [12:03] well I didn't see the first time, sorry [12:03] join [12:03] join [12:03] join [12:04] join [12:04] join [12:04] join [12:04] join [12:04] c'mon boys, pick up the phone [12:04] join [12:04] join [12:04] join [12:04] join [12:04] join [12:04] join [12:04] /ignore FANNY [12:04] join [12:04] join [12:04] join [12:04] join [12:04] there we go [12:04] join [12:04] join [12:04] kick [12:04] join [12:04] join [12:04] join [12:04] kickBAN [12:04] join [12:04] join [12:04] join [12:04] join [12:04] ban would suffice [12:04] ... [12:04] join [12:04] join [12:04] join [12:04] join [12:04] !ops [12:04] or she'll probably just autorejoin and start again [12:05] Help! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth [12:05] kick/siteban... === Mazoku [n=Mazoku@212.46.20.17] has joined #ubuntu [12:05] unless it really is a bot [12:05] join [12:05] join [12:05] join [12:05] join [12:05] join [12:05] join [12:05] join [12:05] join [12:05] screw xchat [12:05] join [12:05] join [12:05] join [12:05] the ignore command is a pain [12:05] yes, it is [12:05] why is that [12:05] hai [12:05] halo === Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #ubuntu [12:05] why isn't /ignore aliased to something useful by default [12:05] FANNY: go away [12:06] jdeange2: Define useful [12:06] he's indonesian _ [12:06] so, how tough is it to get kde to work in ubuntu? isn't there some kebuntu version? [12:06] ignore === eliphas_ [n=eliphas_@host-84-9-255-148.bulldogdsl.com] has joined #ubuntu [12:06] Madpilot, heh [12:06] !kuuntu [12:06] there are way too fey ops in this channel :P [12:06] HymnToLife: Syntax error in line 1 [12:06] !kubuntu [12:06] Kubuntu is Ubuntu+KDE, not a fork ; see http://kubuntu.org and you can go to #kubuntu for KDE-related help, or install from Ubuntu: sudo apt-get install kubuntu-desktop ; ISOs: http://releases.ubuntu.com/kubuntu/breezy/ [12:06] <_nano_> !kubuntu [12:06] M_Cheevy: sudo aptitude install kubuntu-desktop === rockin_stan [n=stan@dslb-084-057-020-185.pools.arcor-ip.net] has joined #ubuntu === etech [n=etech@213-140-19-127.fastres.net] has joined #ubuntu === rockin_stan [n=stan@dslb-084-057-020-185.pools.arcor-ip.net] has left #ubuntu ["switching] [12:06] whoops, i hav suddenly learned how to use that cmd, out of necessity [12:06] nasso: actually, there's a bunch, but sometimes... [12:06] anyone running rosetta stone on wine here? [12:06] Alex: intuitive default behavior [12:07] bimberi: so the answer I was after is the integration is pretty easy? [12:07] jdeange2: /ignore foo ignores them completely? [12:07] <_nano_> !xubuntu [12:07] rumour has it, xubuntu is Ubuntu using XFCE instead of Gnome for the desktop. Details here: https://wiki.ubuntu.com/Xubuntu [12:07] <_nano_> !ubotu [12:07] Yep, that's me! I'm a bot alright. Read http://wiki.ubuntu.com/UbotuUsage to find out how to use me. Do NOT play with me in any channel. [12:07] Alex: /ignore foo ignores foo!*@*.domain.tld [12:07] M_Cheevy: yep, you can choose your poison (gnome,kde) at the login screen :) [12:07] halo [12:07] halo [12:07] halo [12:07] halo [12:07] halo [12:07] halo [12:07] halo [12:07] lol bimberi [12:07] halo [12:07] halo [12:07] jdeange2: xchat? [12:07] join [12:08] Alex: Yup [12:08] join [12:08] join [12:08] FANNY don;t flood here [12:08] join [12:08] join [12:08] join [12:08] join [12:08] join [12:08] bimberi: cool... how's nvidia dualview support? setting up multiple monitors easy? [12:08] <_nano_> isn't there a way to bann this fanny nanny? [12:08] join [12:08] join [12:08] join [12:08] join [12:08] join [12:08] M_Cheevy: nvidia twinview is great :) [12:08] darn, here we go again [12:08] _nano_, eventually yes :) [12:08] join [12:08] join [12:08] join [12:08] _nano_: not unless the bot will do it, or op someone who will [12:08] jdeange2: Cough.. irssi does it alright ;P. You might want to poke the dev-team, mind. They'd probably be quiet happy for feedback? [12:08] join [12:08] join [12:08] join [12:08] join [12:08] join [12:08] join [12:08] join === denny [n=denny@pdpc/supporter/professional/denny] has joined #ubuntu [12:09] join [12:09] join [12:09] stop! [12:09] join [12:09] join [12:09] join [12:09] Ng: I know it's great, how well does ubuntu support it? is it easy to configure? [12:09] join [12:09] FANNY, listen stop your shit now [12:09] join [12:09] /ignore fanny!*@* [12:09] join [12:09] M_Cheevy: i think so but others may know better [12:09] join [12:09] is the command you all want [12:09] join [12:09] I normally use irssi, but xterm doesn't seem to be handling it well [12:09] join [12:09] btw, for the xchat users: right-click on FANNY, then Ignore will do; easier than /ignore [12:09] M_Cheevy: I stuck a quick&dirty guide to setting it up in the wiki... https://wiki.ubuntu.com/XineramaMultipleMonitors [12:09] join [12:09] FANNY: please just die... [12:09] join [12:09] screen keeps blanking [12:09] join [12:09] join === janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu [12:09] join [12:09] join [12:09] join [12:09] haha @ pickett [12:09] join [12:09] turning blue, ironically [12:09] jdeange2: Tried eterm? [12:09] join [12:09] join [12:09] * pitti [12:09] ping Seveas :) [12:09] join [12:09] nein. [12:09] join [12:09] join [12:09] join [12:09] join [12:09] join [12:09] Ng: cool, going there now.. [12:09] join [12:10] join [12:10] join [12:10] join [12:10] /ignore fanny!*@* all (for x-chat or irssi users) [12:10] FANNY: no, PART. [12:10] join [12:10] join [12:10] join [12:10] join [12:10] hrm, wonder if its a bot [12:10] FANNY: part [12:10] join [12:10] join [12:10] FANNY: leave [12:10] join [12:10] worth a try :) [12:10] join [12:10] join [12:10] join === Yagisan [n=jamie@60-240-87-69-nsw-pppoe.tpgi.com.au] has joined #ubuntu [12:10] join [12:10] join [12:10] join [12:10] the ignore syntax is to complicated [12:10] denny, that did it :) [12:10] ? [12:10] join === Bateau_ [n=Bateau@80.239.56.253] has joined #ubuntu [12:10] wtf? [12:10] join [12:10] join [12:10] <_nano_> !fluxbox [12:10] methinks fluxbox is a lightweight window manager. Installation instructions at https://wiki.ubuntu.com/Fluxbox. More information at http://fluxbox.sourceforge.net [12:10] join === juliux [n=juliux@ubuntu/member/juliux] has joined #ubuntu [12:10] join [12:10] join [12:10] join [12:10] /ignore fanny!*@* all (for x-chat or irssi users) [12:11] join [12:11] /ignore fanny!*@* CHAN <-for xchat [12:11] hmm, can make firefox open on screen :0.0 by default? Seems like it can't have windows open on two screens at the same time [12:11] join [12:11] lilo: i dont suppose ur here? [12:11] join [12:11] join [12:11] join [12:11] join [12:11] join [12:11] join [12:11] join [12:11] join [12:11] join [12:11] join === stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu === Yagisan [n=jamie@60-240-87-69-nsw-pppoe.tpgi.com.au] has left #ubuntu [] [12:11] join [12:11] join [12:11] hmm, two displays I mean [12:11] join [12:11] pls kick him and bann him [12:11] join [12:11] join [12:11] join [12:11] join [12:11] join [12:11] join [12:11] join [12:11] juliux: no ops [12:11] join [12:11] isnt there anything called excess flood on this server ?? |: [12:11] Seveas must be asleep [12:11] ugh [12:11] juliux: we've got a world record shortage of ops... :( [12:11] iTunes: he's not posting fast enough [12:12] it's too slow for a flood I think [12:12] it's not fast enough to trigger flood protection [12:12] hmm === janimo [n=jani@Home03207.cluj.astral.ro] has left #ubuntu [] [12:12] denny, than contact the freenode people [12:12] I think he/she is a bot which has a speed limit set on flooding [12:12] juliux: I am the Freenode people :) [12:12] denny, oh [12:12] hmm.. yeah.. [12:12] but I don't have the privileges required to op here :) [12:12] Ng: cool, looks pretty much as I'd expect... couple of other tweaks I've seen that might help.... now do the gui display manager tools allow you to set up A) different wallpapers, and B) adjust the alignment of the monitors to one another? [12:12] denny, not good [12:12] where are ops when u need 'em? [12:12] sleeping. [12:12] the high-level network staff are all in the US, they're asleep [12:12] grrr [12:12] join [12:12] M_Cheevy: no [12:12] join [12:12] join [12:12] join [12:12] join [12:12] join [12:12] how can i check if i have breezy or hoary? [12:12] join [12:12] jdeange2: hehe [12:12] join [12:13] join [12:13] slap them with a european stick === Yagisan [n=jamie@60-240-87-69-nsw-pppoe.tpgi.com.au] has joined #ubuntu [12:13] join [12:13] Bateau_, cat /etc/issue [12:13] join [12:13] join [12:13] /ignore fanny!*@* all (for x-chat or irssi users) [12:13] denny: you can't just kline the pita? [12:13] join [12:13] join [12:13] join [12:13] join [12:13] M_Cheevy: you have to tell twinview in the xorg.conf where the monitors are, check the nvidia readme, it has an appendix that covers such things :) [12:13] nevyn: I'm not that godlike, sorry [12:13] join [12:13] join [12:13] join [12:13] join [12:13] thanks mustard5 :D [12:13] join [12:13] thx denny ! [12:13] join [12:13] denny, the help on ignore was very helpful thanks ;) [12:13] Ng: okay.. it's been a dream of mine ;)... but here's the link to some tweaks you might find helpful .. http://pwp.netcabo.pt/0150048402/linux/Multiple_Nvidia_Multiple_Head.html [12:13] join [12:13] join [12:13] join [12:13] join [12:13] join [12:13] Seveas: are you awake? [12:13] at times like this i wish i knew someone with a botnet to get rid of this [12:13] join [12:13] join [12:13] join === JaneW [n=JaneW@dsl-146-165-24.telkomadsl.co.za] has joined #ubuntu [12:13] join [12:13] M_Cheevy: my main monitor died, so I'm back down to one now ;( [12:13] Ng: the alignments can be adjusted, it's just a manual process... [12:13] join [12:13] M_Cheevy: but thanks anyway [12:13] join [12:13] join [12:14] join [12:14] join [12:14] join [12:14] join [12:14] join [12:14] join [12:14] join [12:14] Ng: no worries... [12:14] FANNY, no flood please [12:14] join [12:14] join [12:14] join [12:14] join [12:14] join [12:14] join === pla [n=pla@naakka.etla.fi] has joined #ubuntu [12:14] join [12:14] !ops [12:14] Help! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth [12:14] join === mrplant [n=mrplant@96-87.echostar.pl] has left #ubuntu ["Konversation] [12:14] join [12:14] join [12:14] join [12:14] join [12:14] ogra, ogra__: you there? [12:14] join [12:14] they would've kicked him/her/it already were they here [12:14] join [12:15] join [12:15] join [12:15] part! [12:15] join [12:15] :) [12:15] join [12:15] P3L: it's either a bot or a script gone nuts... [12:15] join [12:15] /ignore fanny!*@* all (for x-chat or irssi users) [12:15] join [12:15] join [12:15] join [12:15] join [12:15] join === mode/#ubuntu [+b %FANNY!*@*] by Seveas [12:15] i cant compile any gnomeprojects from cvs, make always fails with "cd: somedirectory: File or directory not found" anyone have the same problem? [12:15] and he/she/it would've stopped if understood what we're saying and/or cared [12:15] denny: "/ignore fanny" is enough in irssi [12:15] thanks Seveas [12:15] here we go... [12:15] lol [12:15] thank you Seveas [12:15] What the bloody hell? === FANNY [n=FANNY@202.159.68.106] has left #Ubuntu [requested] [12:15] LOL [12:15] hahahahaha [12:15] denny: works like a charm, thanks! I had to type the whole thing. === mode/#ubuntu [+b *!*@202.159.68.106] by Seveas === mode/#ubuntu [-b fanny!*@*] by Seveas [12:16] \o/ [12:16] Thanks, Seveas [12:16] svizzero, thanks === linkd cheers for Seveas [12:16] cool! site ban the bugger ;) [12:16] \m/ [12:16] 202.159.68.* [12:16] who knows who else is on that range though [12:16] mustard5: Hey, I'm back! I've been playing around a bit... [12:16] this was probably an accident [12:16] the idiot was too stupid to spam properly... [12:16] alex_laurent, how did it go? [12:16] its an indonesian netblock [12:16] jdeange2: get's the sys admin's attention and the account get's nuked ;) [12:17] yay [12:17] mustard5: When both monitors are on when X starts, I get normal font size. When only my primary monitor is on, I get small font in GDM... Strange, huh? [12:17] have fun guys === nomin [n=nomin@adsl-68-76-84-51.dsl.bcvloh.ameritech.net] has joined #ubuntu [12:17] alex_laurent, yes :) === denny [n=denny@pdpc/supporter/professional/denny] has left #ubuntu ["Leaving"] [12:17] alex_laurent: not necessarily that strange [12:17] alex_laurent: if it's trying to probe the monitors to find out their refresh rates and one isn't on, it may well get confused [12:17] Ng: Does that prblem sound familiar to you? [12:18] alex: dualview? [12:18] Ng: Right... === JaneW [n=JaneW@dsl-146-165-24.telkomadsl.co.za] has left #ubuntu ["Bye"] [12:18] M_Cheevy: exactly, on an NVIDIA GeForce FX 5200... === Yagisan [n=jamie@60-240-87-69-nsw-pppoe.tpgi.com.au] has left #ubuntu [] [12:18] alex: give this one a read: http://pwp.netcabo.pt/0150048402/linux/Multiple_Nvidia_Multiple_Head.html === Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has left #ubuntu [] [12:18] I just installed ubuntu for the first time on my computer. I tested it first on an older computer. So far so good. It even recognized mandriva for bootloader. [12:19] alex: more than what you're doing but it talks about getting up the fps rates on the nvidia driver === krisg [i=krisg@210.213.138.66] has joined #ubuntu [12:19] I've got my first triple booter === ne0ne [n=neone@cm232.sigma146.maxonline.com.sg] has joined #ubuntu [12:19] nomin, :) [12:19] hello ppl [12:19] nomin: cool, which ones? [12:19] greetings ne0ne [12:19] xp, mandriva, ubuntu === Azog [i=azog@azog.de] has left #ubuntu [] [12:20] I needed help regarding broadcom wifi drivers for ubuntu [12:20] nomin: using debian (for now), xp, 2k adv srv, and 2003 SBS [12:20] ne0ne, you want a link to a wiki guide? === coeeoeie [n=iotbiir@193.239.166.173] has joined #ubuntu === coeeoeie [n=iotbiir@193.239.166.173] has left #ubuntu [] [12:20] i m not sure whom to talk to [12:20] ne0ne, broadcom [12:20] but if u say so yeah :) [12:20] yeah seveas [12:20] ne0ne: the wiki is a pretty good place to start.. [12:20] they have no linux drivers, so talk to them [12:21] i have an hp laptop with broadcom adapcter [12:21] in the mean time, use ndiswrapper to work with it [12:21] !ndiswrapper [12:21] somebody said ndiswrapper was a way to support Windows wireless drivers, but it is buggy compared to native support. More info at https://wiki.ubuntu.com/HowToSetUpNdiswrapper [12:21] ahh yeah i have downloaded ndiswrapper [12:21] but just wanted to check wether its workin properly on ubunty [12:21] sorry ubuntu [12:21] ne0ne, read through the guide and it will show you how to proceed [12:21] i can tell u that ndis worked for my broadcom based pcmcia wireless G adapter [12:22] thanx mustard5 [12:22] thanx mattyv, seveas, m_cheevy [12:22] I am an IT student in singapore [12:22] its good to meet all u guys === Soouyp [n=iotbiir@193.239.166.173] has joined #ubuntu [12:22] someone care 2 help me with a fstab config ? [12:22] ne0ne, good luck :) === Soouyp [n=iotbiir@193.239.166.173] has left #ubuntu [] [12:22] prv if so [12:22] ne0ne: greetings from NZ [12:22] thanx mustard5 [12:22] momo, ask the question in channel [12:23] momo: fire away... [12:23] greetings M_Cheevy [12:23] so i got several vfat & 1 ntfs [12:23] pb is how to set up fstab properly [12:23] i mean ... they do mount auto [12:23] except ntfs [12:23] but ... i dont have w access [12:23] momo, there is script you can run that will do it all automatically [12:23] where === HWZru [n=iotbiir@193.239.166.173] has joined #ubuntu [12:24] momo, I'll show you in a tick....but I have to mention some stuff first === HWZru [n=iotbiir@193.239.166.173] has left #ubuntu [] === asolten [n=asolten@x1-6-00-c0-02-c1-d1-2f.k334.webspeed.dk] has joined #ubuntu [12:24] I see a big time caveat coming down the road.... === HWZru [n=iotbiir@193.239.166.173] has joined #ubuntu [12:24] momo, the script is a bit finicky so it wont work if 1. you have entries in your fstab for windows drives already...and 2. your drives are currently mounted already [12:24] ubotu: tell momo about windowsdrives === HWZru [n=iotbiir@193.239.166.173] has left #ubuntu [] [12:24] well [12:25] momo, the link the script should be in a PM from ubotu === djib [n=djib@brusa.chu.cam.ac.uk] has joined #ubuntu [12:25] momo, I can walk you through it if you want to join #kubuntu-offtopic [12:25] mustard: how good is the ntfs write support, last time I tried it was when it was still experimental... nuked my partition table... [12:25] ok [12:25] bad [12:25] M_Cheevy, I just tell everyone they can't write to ntfs :) [12:25] channel does not exist :s [12:26] ..#kubuntu-offtopic === ruspu [n=henri@a193-229-231-220.elisa-laajakaista.fi] has joined #ubuntu [12:26] mustard5: safest bet... [12:26] mustard5, got it right now [12:27] will most packages that work on debian also work on ubuntu? === gus [n=gus@CPE-60-224-157-15.vic.bigpond.net.au] has joined #ubuntu [12:27] nomin: that's not recommended - it could well break your Ubuntu [12:28] second thing, I have an older version (5.04) can i upgrade it to the latest 5.10 (coz i ordered 5.10 cdz today) === CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu [12:28] !upgrade [12:28] The guide to upgrading to breezy (5.10) is at https://wiki.ubuntu.com/BreezyUpgrade [12:28] thanx madpilot [12:28] how do I get the command "crypt" to work ? [12:29] command not found === FatDarel [n=FatDarre@mailout1.vmware.com] has joined #ubuntu === juliux [n=juliux@ubuntu/member/juliux] has left #ubuntu ["Verlassend"] === Sonderblade [n=muh@213.131.147.169] has joined #ubuntu === _eins is now known as _null [12:30] crypt, id imagine, is a program. so you'd just need to find the program CaptainMorgan [12:30] CaptainMorgan: just a shot in the dark, but have you checked in your package manager to see if it's installed? [12:30] how does ubuntu (canonical) make money? [12:30] its owner is rich? [12:30] yes cheevy, there's no evidence of one [12:31] CaptainMorgan: mcrypt [12:31] not a program - it's a command === `23meg [n=23@unaffiliated/23meg/x-000000001] has joined #ubuntu [12:31] nomin: they were endowed.. the money they haven't spent is earning interest... hopefully faster than they're spending it [12:31] CaptainMorgan: sudo apt-get install mcrypt [12:31] or w/e [12:32] HATES X.ORG, PRECIOUSSSSSSSS === zandaa [n=zandaa@84-105-216-35.cable.quicknet.nl] has joined #ubuntu [12:32] darnit!~!!!! [12:32] jdeange2: still goofin on the keyboard is it? === PsyberOne [n=psyber@c-24-14-165-171.hsd1.il.comcast.net] has joined #ubuntu [12:32] the GDM can't load because it says it's non-existant O_O [12:33] and mouse [12:33] nah.. not found === workbean [n=workbean@219.95.151.183] has joined #ubuntu [12:33] still [12:33] jdeange2: can you put /var/log/Xorg.0.log into a pastebin? [12:33] even after sudo apt-get [12:33] jde: and you renamed and did dpkg-recon....? [12:34] CaptainMorgan: what's ls -l /usr/bin/crypt say? === B|4ckm0r3 [n=blackmor@host89-244.pool80116.interbusiness.it] has joined #ubuntu [12:34] later, all. need sleep. === Zag0R [n=zagor@client-pool-54.communicationvalley.it] has joined #ubuntu === Madpilot [n=bburger@S0106000d88b9f3db.gv.shawcable.net] has left #ubuntu [] === pottsy [n=pottsy@dsl-220-235-129-22.wa.westnet.com.au] has joined #ubuntu === kbrooks [n=kbrooks@unaffiliated/kbrooks] has joined #ubuntu [12:35] Can someone help me? [12:35] hi all!i can't use the nvidia drivers with dapper!if i use them gdm gives this error (can't find nvidia module etcetc) is there something i can do? [12:35] I want to limit bandwith [12:35] B|4ckm0r3: you can not run dapper :) [12:36] in order to run both irc / dl side by side [12:36] any ideas? === Syruss [n=syrus@ip-194-045.net-194.dhcp.soton.ac.uk] has joined #ubuntu === momo [n=momo@86.105.240.106] has joined #ubuntu === Syruss [n=syrus@ip-194-045.net-194.dhcp.soton.ac.uk] has joined #ubuntu [12:36] Ng: lol!i know but it's not a bug maybe it's just a configuration problem, i know that dapper is unstable but...! === Rainbow-Six [i=blazed@AOrleans-154-1-33-118.w86-199.abo.wanadoo.fr] has joined #Ubuntu [12:36] hi [12:36] kbrooks: there's a tool called "tc" that controls the kernel's QoS code to do that kind of thing, but it's pretty complex === StarKruzr [n=jtd@adsl-70-224-39-162.dsl.sbndin.ameritech.net] has joined #ubuntu === kanapeace [n=kanapeac@84.7.67.65] has joined #ubuntu [12:37] kbrooks: you can also modprobe shaper and apt-get install shapecfg [12:37] thanks. [12:38] shapecfg is for outgoing traffic? === heatxsink [n=jmioph@c-24-7-127-192.hsd1.ca.comcast.net] has joined #ubuntu [12:38] years since i used it, i can't remember. i think it might do both directions [12:38] nope [12:38] "Incoming traffic may not be limited or shaped using this utility. [12:38] " [12:39] dang. [12:40] joedj no such file or dire === hob [n=chatzill@host86-144-130-168.range86-144.btcentralplus.com] has joined #ubuntu [12:40] does anyone know when google earth will be available on linux? [12:40] nomin: it does not run with wine? [12:41] CaptainMorgan: are you sure you installed mcrypt? it should show up on dpkg -l mcrypt|grep ^ii [12:41] ng: i need a way to reduce the speed of downloads [12:41] no packages found matching mcrypt === Sinistrad [n=strad@ip68-231-27-46.ph.ph.cox.net] has joined #ubuntu [12:42] I've tried wine on mandriva, I haven't had success with wine yet. [12:43] mustard5, Ng: I give up for the moment. Nothing I try works for my font size problem on my dual-head NVidia (btw, the second monitor just shows garbage whenever X is up). Argh... [12:43] alex_laurent, sleep on it maybe :) [12:43] I haven't got one thing to work on wine. I even tried the cedega demo, it installed a game but the game wouldn't execute. [12:43] mustard5, Ng: Thanks for your patience... === sherwin [n=sherwin@host-202-163-250-249.dhcp.infocom.ph] has joined #ubuntu === dirkson [n=dirkson@87.sub-70-213-224.myvzw.com] has joined #ubuntu [12:43] hello [12:43] alex_laurent, np === somnivm_ [i=somnivm@106.16.102-84.rev.gaoland.net] has joined #ubuntu [12:44] how do i know if my video uses nvidia drivers [12:44] mustard5: :-) See you. [12:44] Hey all... I'm trying to load an app when my xsession starts, and no matter what I try, GDM just isn't working with me... Any hints? :-/ [12:44] I checked over at LinuxQuestions but can't find it... anybody know how to get my thinkpads scroll button to work? I know it's in the config file but Im not sure how to edit it [12:44] alex_laurent, cya [12:45] CaptainMorgan: if you install mcrypt, you'll have the crypt command [12:45] does limewire run on ubuntu? [12:45] ng I tried the apt-get mcrypt - no packages found [12:45] CaptainMorgan: you'll need to enable the universe repository then [12:46] how ? [12:46] I tried to do that in Systems/Repositioris [12:46] under synaptic.. but what exactly do you check ? === Arlathil [n=darknatu@ip68-226-219-225.lf.br.cox.net] has joined #ubuntu === marky [n=marky@84.12.195.57] has joined #ubuntu [12:47] No one has any ideas? Crazy stuff, this... Hard to find info about it on the internet. Don't MOST people need to start at least a COUPLE apps when they log in? [12:47] hi === olemke [n=olemke@iup.physik.uni-bremen.de] has joined #ubuntu [12:47] hello [12:47] how do i configure my ubuntu to be my internet server? === elijah [n=elijah@CPE-60-224-192-21.wa.bigpond.net.au] has joined #ubuntu [12:48] CaptainMorgan: https://wiki.ubuntu.com/AddingRepositoriesHowto [12:48] whats the best compression program that deals with .rar [12:48] does anyone know about i adjust power settings for my laptop in ubuntu? i did hve a little battery indicator but its dissapered [12:48] dirkson: How about "gnome-session-properties" in the 3rd tab? === jaco_ [n=jaco@cm145106.red.mundo-r.com] has joined #ubuntu [12:48] marky > install gnome-power-manager [12:48] elijah: rar ;) [12:48] elijah: it's in multiverse [12:48] lol [12:48] ok thanks [12:48] <`23meg> sherwin, http://wiki.ubuntu.com/ApacheMySQLPHP [12:48] thanks [12:48] I mean, what do I do with this ? [URL=http://imageshack.us] [IMG] http://img234.imageshack.us/img234/7895/screenshot0pz.png[/IMG] [/URL] [12:48] !rar [12:48] I guess rar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://wiki.ubuntu.com/FileCompression#head-32ba956d13d49934f65bf67dd40646653a7a6140 [12:49] http://img234.imageshack.us/img234/7895/screenshot0pz.png [12:49] Alex: *shakes head* Nope. That works ok in Gnome, but gnome is waay too memory intensive. I'm tinkering with openbox now [12:49] dirkson? [12:49] CaptainMorgan: the page says what to do... "Scroll down and enable the Universe repository by ticking the checkbox next to Community Maintained (Universe)." [12:50] Alex_laurent: *shakes head* Nope. That works ok in Gnome, but gnome is waay too memory intensive. I'm tinkering with openbox now [12:50] there are no check boxes - check out my pic [12:50] Alex: he meant me... [12:50] ah :) [12:50] Alex and Alex_laurent: *head spins* [12:50] dirkson: I was here first ;P [12:50] CaptainMorgan: then you didn't read the previous instruction... "Click the Settings button at the bottom and tick Show disabled software sources. Then click the Close" [12:50] dirkson: Isn't there an equivalent in that windows manager? [12:51] ok... well.. it appears they were already checked [12:51] alex_laurent: Nope, it's minimalistic. It insists that GDM has a way to autostart stuff. (Seriously minimalistic. It dun' even have a taskbar, man.) [12:52] dirkson: It's true GDM does show a couple icons in the splash screen when it loads. Theses are things he loads. Mmh... [12:52] thanks 23 meg === Jaymac [n=Jaymac@resnet-147853.resnet.bris.ac.uk] has joined #ubuntu [12:52] aha... that's the stuff [12:52] hey CaptainMorgan [12:52] dirkson: gdm *does* have a way to autostart stuff - but you have to fiddle with shell scripts [12:53] Did you sort everything out? [12:53] alex_laurent: Most places with GDM point me back to ~/.Xsession and /etc/(somestuff)/Xsession, but neither of those seem to really affect anything when I put commands in them [12:53] Ubuntu was up and running on my pc pretty quickly, it was only 20 minutes to download the updates. [12:53] howdy Jaymac :) [12:53] 23meg what i mean is my ubuntu be my internet gateway === Mitja [n=Mitja@cpe2-25-116.cable.triera.net] has joined #ubuntu [12:53] Borup: Oh? Which particular ones, do you know offhand? [12:53] I ended up reinstalling it [12:53] Did you lose all your data? [12:53] backed up everything... [12:54] with Knoppix? === nillas is away: Away. [12:54] fortunately - nah, regular Live [12:54] oh.. nice one [12:54] dirkson: Maybe in /etc/gdm/ ? Have you had a look there? [12:54] dirkson: should be in /etc/X11/gdm [12:54] Glad to hear you got sorted out ok [12:54] thanks for the help yesterday :) === momo [n=momo@86.105.240.106] has joined #ubuntu === _null is now known as _eins === rel_ish [n=REL@216.184.23.102.unused.swcp.com] has joined #ubuntu [12:55] np.. just sorry I wasn't the one to come up with a fix :) [12:55] Borup and Alex_laurent: I've looked in most of the files in those two places, but I know I haven't been exaustive yet... Back to the coal mine, I suppose [12:55] did the fresh install go ok? [12:56] dirkson: you should also be able to stick a .xsession shell script in your home dir [12:56] any issues with the ati card? [12:56] fresh install going good... spent most of today and still going reconfiguring everything [12:56] maybe the wifi isn't meant to be on this machine [12:57] are there any iso's of dapper? [12:57] borup: .xsession or .Xsession? [12:57] dirkson: .xsession [12:58] how successful is ubuntu with nvidia drivers? [12:58] very [12:58] borup: ok. Lemme see what mind is name [12:58] d [12:59] I have nvidia geforce4. I types 'glxgears' in console and they're moving very slow. there is no data at all being displayed in the console. [12:59] nomin: glxgears no longer runs as fast as possibe printing fps details === K_Dallas [n=Korben@i216-58-91-120.cybersurf.com] has joined #ubuntu [12:59] nomin, glxgears is not a benchmark === kjcole [n=kjcole@dsl092-145-217.wdc2.dsl.speakeasy.net] has joined #ubuntu [01:00] ng: why? [01:00] how can I test video acceleration on ubuntu? === K_Dallas [n=Korben@i216-58-91-120.cybersurf.com] has left #ubuntu ["Leaving"] === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu [01:00] Seveas, what is it for? [01:00] just to test whether glx *works* [01:00] kbrooks: you'd have to ask the author that, it does have an option to re-enable the old behaviour: -iacknowledgethatthistoolisnotabenchmark [01:00] I guess I could just try to play a game that needs acceleration. === Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu === Turambar_ [n=turambar@C229-10.surffi.net] has joined #ubuntu [01:01] ng: lol? === _vickm78 [n=_vickm78@220-253-48-39.VIC.netspace.net.au] has joined #ubuntu === _nano_ [n=chatzill@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu [01:01] ng: who would add such a long option? === olemke [n=olemke@iup.physik.uni-bremen.de] has left #ubuntu ["Leaving"] [01:02] kbrooks: someone who doesn't like their program being used as a benchmark, I guess === mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has left #ubuntu ["Leaving"] [01:02] bye ppl, thanx for the support [01:02] ng:very funny ... not === dirkson [n=dirkson@87.sub-70-213-224.myvzw.com] has joined #ubuntu [01:02] hymmtolife that was it , worked a treat thanks again === _vickm78 [n=_vickm78@220-253-48-39.VIC.netspace.net.au] has left #ubuntu [] [01:03] borup: Nope. GDM ignores that file too === thoreauputic [n=prospero@ubuntu/member/thoreauputic] has joined #ubuntu [01:03] I just can't believe I can get a fully functional linux distro, that's easy to use, with support, for free. There's gotta be a catch somewhere. [01:03] nomin: someone will be along to collect your soul later ;) === Sleepwalker [n=Deltaesk@p54A5F7C9.dip.t-dialin.net] has joined #ubuntu [01:04] Hi [01:04] dirkson: is it executable? [01:04] nomin, so you cant believe it. ok. [01:04] borup: No, no... GDM ERASES THAT FILE. WHAT IN THE WORLD? (Please pardon shouting) [01:04] lol Ng [01:04] i need a prog to browse bin files [01:04] borup: I, er........ What? [01:04] I have a dual head setup. When trying to open firefox on the second display (:0.1), I get an error saying that firefox is already running (it is, on display :0.0). This happens even when using the --display :0.0 option from :0.1 . Suggestions? [01:04] nomin: if you feel like you should be giving something back, you're welcome to hang around and help others, or write docs, or code, etc. etc. :) [01:05] is there something out like iosbuster 4 ubuntu ?? === mojo [n=mojo@220-244-248-54.tpgi.com.au] has joined #ubuntu [01:05] nomin, because open source is great! [01:05] Xappe: are you prompted to create a new profile ? [01:05] I like it when things are dummy friendly. Maybe I'll try to make some dummy freindly docs for noobs. === radi [n=radi@213.226.30.216] has joined #ubuntu [01:06] nomin: here's how to give something back.. never ever use the word 'noob' again :) === radi [n=radi@213.226.30.217] has joined #ubuntu [01:06] lmao [01:06] What is THE BEST WAY to limit download speeds across every program to say, 10 kb/s [01:06] ? === flint [n=flint@69-164-122-221.sbtnvt.adelphia.net] has joined #ubuntu [01:06] thoreauputic: no, to close the running firefox or restart my system [01:07] I actually really good at helping ordinary people understand complex things. I have gotton people that don't know chemistry and math to actually understand it. [01:07] dirkson: odd === Mitja [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #ubuntu === chrisx1 [n=chrisx1@spc1-burn2-5-0-cust56.bagu.broadband.ntl.com] has joined #ubuntu [01:07] Xappe: hmm - odd - I would expect a prompt for a new profile at least === jseattle [n=jseattle@cpe-70-122-95-187.houston.res.rr.com] has joined #ubuntu [01:07] What is THE BEST WAY to limit download speeds across every program to say, 10 kb/s? [01:07] Anyone? [01:07] Xappe: you coud try creating a new profile and see if that works [01:07] kbrooks: probably that QoS thing someone mentioned earlier, but that probably won't be great either [01:08] borup: Here's what my file SHOULD be saying, in its entirety: (Pardon for paste. Not even bit enough for pastebin) exec docker -wmaker & [01:08] exec gaim [01:08] <_nano_> !pastebin [01:08] pastebin is, like, a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org [01:08] joedj, do you know? [01:08] borup: Formatting's a bit off, but you see what I mean, no? [01:08] kbrooks: it's hard to limit downstream traffic at the TCP/IP level when lots of devices don't support it, stuff like bittorrent does it at a higher level [01:08] thoreauputic: oh, forgot to mention that i'm running ff 1.5, but that should not make a difference? [01:08] joedj, i want to be uniform. === Jaymac needs some lunch [01:08] Xappe: try starting the second copy with -ProfileManager [01:08] it could make a difference [01:09] jaymac, I'll remember that. [01:09] Xappe: I don't really know to be honest [01:09] Hehe :) [01:09] Ng: ok [01:09] joedj, why is it hard? [01:09] thoreauputic: ok [01:09] i'll try profile manager, and the old firefox [01:09] Xappe: try Ng 's suggestion - that's what I was thinking too [01:09] kbrooks: Something with iptables, I'd wager? Haven't gotten much into it myself. [01:09] dirkson: you may have to start you wm in your .xsession (I don't recall) - but it shouldn't get deleted === mz2 [i=mz2@ZYYYMMDCCLXXIII.dsl.saunalahti.fi] has joined #ubuntu [01:10] borup: wm? [01:10] kbrooks: because the remote end just sends stuff as fast as it wants to/can, you need to tell it not to with the IP QoS stuff, but many routers will ignore that info (this was my understanding several years ago, i don't think much has changed) === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu [01:10] hi [01:10] dirkson: window manager === surfdue [n=surfdue@user-0c6t1rl.cable.mindspring.com] has joined #ubuntu [01:10] brb , need to move rooms, got to unplug!! [01:11] borup: Ah... But it starts fine automatically. I've got that set in the gdm.conf file [01:11] kbrooks: the easiest solution might be to use a download manager (e.g. d4x) that can limit its own speeds - setting it up in the linux networking code is hard === _sebastian [n=sebastia@82-45-40-179.cable.ubr02.azte.blueyonder.co.uk] has left #ubuntu ["Konversation] [01:11] dirkson: I said you might have to === MrFarts [n=peter@c-71-198-129-75.hsd1.ca.comcast.net] has joined #ubuntu [01:11] hey, does ayone know of any open relay that i can use for testing [01:12] MrFarts: hah [01:12] Ng, thoreauputic: ok, it worked using the profile manager...but it's strange that I cant run in the same profile using the --display option === jgi is now known as jgilunch [01:12] Xappe: it's not strange, you can't run two copies of the same profile at the same time [01:12] thoreauputic, eh ? [01:12] Xappe: if you want two copies on two heads you'll need two profiles [01:12] Xappe: moz and ff are odd like that - they never have liked multiple instances running for some reason [01:13] can someone point me to documentation on how to configure "Insert Video" in Openoffice Impress (using breezy)... if that's possible. ? [01:13] borup: Fair enough : ) [01:13] Ng: ok, but I was sending all firefoxes to the same display [01:13] MrFarts: for "testing" eh? Sure.... [01:13] thoreauputic: it's not odd, it's because running multiple copies would screw up your profile badly [01:13] thoreauputic, i'm testing some silly perl code [01:14] borup: *tests* It may be some odd permissions thing.... Is there a way to change permissions from the comman line? === somnivm_ [i=somnivm@106.16.102-84.rev.gaoland.net] has joined #ubuntu [01:14] thoreauputic, i want to make sure that the mesage will go through the relay [01:14] thoreauputic: you'd have two browsers writing to the same history/cache/etc files === Turambar_ [n=turambar@C229-10.surffi.net] has joined #ubuntu [01:14] linuxforums -can't find what Im looking for.. in xorg.conf what do i change for my thinkpad scroll button to function? [01:14] that way monsters lie [01:14] Ng: OK :) [01:14] dirkson: chmod 755 ~/.xsession === onkarshinde [n=onkarshi@203.199.147.101] has joined #ubuntu === CzeeoBy [n=uaaoriu@81.214.43.140] has joined #ubuntu === CzeeoBy [n=uaaoriu@81.214.43.140] has left #ubuntu [] === CzeeoBy [n=uaaoriu@81.214.43.140] has joined #ubuntu === mwe [n=mwe@port462.ds1-ynoe.adsl.cybercity.dk] has joined #ubuntu === CzeeoBy [n=uaaoriu@81.214.43.140] has left #ubuntu [] [01:15] borup: Thanks === ananth126 [n=Ananth@203.200.202.132] has joined #ubuntu [01:15] Ng, yes...but shouldn't I be able to open a new tab in firefox already running on display :0.0 from :0.1 (still a newbie at dual heading) === Bateau_ [n=Bateau@80.239.56.253] has joined #ubuntu [01:16] Any idea how many days to FF 1.5 in breezy? === eliphas_ [n=eliphas_@host-84-9-255-148.bulldogdsl.com] has joined #ubuntu === andy108 [n=andy108@82-44-98-94.cable.ubr04.newm.blueyonder.co.uk] has joined #ubuntu [01:16] onkar.. just do it yourself [01:16] there are some good HOWTO's around === beyond [n=beyond@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu [01:16] ng: prozilla cant limit its own bandwith. [01:16] onkarshinde: it wont be in breezy. maybe in backports some day [01:16] Jaymac: I wish I could. I am not a developer and don't at all know debian packaging. [01:16] onkarshinde: never - it would require too many recompiles of stuff that relies on it apparently [01:16] Xappe, you can write a firefox wrapper script that basically does "exec env DISPLAY=:0.0 firefox $" or something, and then it'll always use the :0.0 firefox [01:17] $@ [01:17] mwe: Yup. I meant backports [01:17] hello all [01:17] thoreauputic: bad news [01:17] wanna browse bin files how to ?? === Dmon [n=dmon@81-234-129-72-o824.telia.com] has joined #ubuntu === `23meg [n=23@unaffiliated/23meg/x-000000001] has joined #ubuntu [01:17] onkarshinde... [01:17] http://lxer.com/module/newswire/lf/view/45917/ [01:17] EASY [01:17] onkarshinde: well I have no idea. installing it manually is easy though. just follow the wiki [01:17] mwe: no [01:17] onkarshinde: of course you can runthe mozilla.org binary - it just won't integrate properly [01:17] mwe: it wont be in bp [01:17] never [01:17] is there a good security programme for unencrypted wireless networks? [01:18] kbrooks: I see. and why not [01:18] andy108: ssh is the only sane thing === karl_ [n=travis@dialup-228-56.crln.waymark.net] has joined #ubuntu === stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu [01:18] i read on distrowatch weekly [01:18] mjr: ah, ok...and then add the script to the gnome preferred apps? [01:18] recent one [01:18] Im sorry if this is a dumb question but how do I delete and copy folders ? [01:18] ???? No help ??? [01:18] k [01:18] asolten [01:18] :( [01:18] sudo rm -r foldername [01:18] andy108: or IPsec, of course === athousandtrees [n=Sally@mypp-p-144-139-171-103.prem.tmns.net.au] has joined #ubuntu [01:18] thanks is there a howto for ssh with Breezy [01:18] sudo cp /location/folder /newlocation === Sleepwalker [n=Deltaesk@p54A5F7C9.dip.t-dialin.net] has left #ubuntu ["...] === kal [n=ubuntu@217.167.255.237] has joined #ubuntu [01:19] sudo mv /location/folder /newlocation <-- to move file/folder [01:19] andy108: depends on what you actually want to achieve? [01:19] By the way. I see no way in hoary to send something over bluetooth to a mobile phone. (I haven't yet updated my dad's laptop to breezy). Does anyone now what to do? I can only receive files. [01:19] Jaymac, you seem to be here whenever I need you... Thanks ;) [01:19] kbrooks: isn't that what backports are for, back porting new desktop software from the next release? [01:19] :) [01:19] andy108: 'security program' is way too fuzzy [01:19] recent one [01:19] in between lectures at the moment hehe [01:19] mwe: just read it. === kal [n=ubuntu@217.167.255.237] has left #ubuntu ["Leaving"] [01:20] kbrooks: read what? [01:20] OK i mean on individual comperters on unencrpted network [01:20] issue 130, dw weekly [01:20] http://distrowatch.com/weekly.php?issue=20051212#3 [01:20] andy108: yes, but what do you want to *do* over the network? shell, http, ...? [01:21] onkarshinde: I think there are some obex ftp tools for doing that === gnomefreak [n=gnomefre@adsl-221-126-204.rmo.bellsouth.net] has joined #ubuntu [01:21] mwe: note this: "Backporting is a sweet way for us to enjoy the hot new things in the Open Source world without compromising stability like running a development/CVS/snapshot release." [01:21] Ng: Isn't there any GUI thing in hoary? [01:22] onkarshinde: not as far as I know === joe_alf [n=Joe@n219077187108.netvigator.com] has joined #ubuntu [01:22] backporting is a sweet way to allow impatient people to knacker their machine when they next do a dist-upgrade ;) [01:22] Has anyone ever tried using an external USB DVD RW/ CD RW drive with Ubuntu? [01:22] mwe: also, see the example below === plichel [n=marian@145.253.75.138] has joined #ubuntu [01:23] also, this part ... [01:23] " [01:23] Sometimes, there is more to a package than meets the eye -- especially true of Firefox. It's not just a browser (though that's what most people think) -- it's an embeddable HTML rendering library that's used at the core level by a majority of the Linux desktop programs that utilize HTML rendering." [01:23] hallo === Telep [n=Telep@61-108.dhcp.cs.uta.fi] has joined #ubuntu [01:23] hey [01:23] its just for security for each unit no not much shell just yet --but since I shate a unencrypted network with 5 others /plus how can I access my computer via ssh when I am away all the others are XP fans. === marky [n=marky@84.12.195.57] has joined #ubuntu [01:23] noate but sharet sh [01:23] mwe: backporting firefox would break FIFTY programs [01:24] and/or libraries [01:24] that use it [01:24] ok ok the word is share [01:24] is that an icq client ? [01:24] back [01:24] ;) [01:24] kbrooks: I see. untarring it yourself breaks nothing though [01:24] andy108: you have to install 'openssh-server', then you can log into your computer remotely with 'ssh login@yourbox' [01:24] Ng: Do you know how to use a blutooth enabled GPRS phone as modem? [01:24] therefore: "A part of the Code of Conduct (the core philosophy behind Ubuntu) is to be considerate." [01:24] andy108: google for an ssh tutorial === Bizzeh [i=bizzeh@host86-137-77-83.range86-137.btcentralplus.com] has joined #ubuntu [01:24] andy108: ssh even allows you to run GUI programs remotely === miki [i=mirkoma@ppp56-wifi.my-its.net] has joined #Ubuntu [01:25] what the firewall the others are useing on there xp machines [01:25] plichel: please state your problem correctly [01:25] hey, when i have 3 partitions on my disk already, 0=windows, 1=blank ext3, 2=linux swap, will ubuntu detect that and let me install to #1? [01:25] want to run a postfix server also [01:26] how do i register chaps? so I can ask Ubotflus? question [01:26] onkarshinde: yes, you need to use rfcomm to bind to the dialup interface of the phone, then that creates a fake serial device you can use to access the phone and get connected [01:26] ubotflu* [01:26] Bizzeh: It should. In worst case you can manually select the ext3 partition. [01:26] marky, its a bot. [01:26] i know [01:26] thanks === sunshine82 [n=sunshine@88-106-175-62.dynamic.dsl.as9105.com] has joined #ubuntu [01:26] Ng: Ok. Thanks [01:26] onkarshinde: http://www.teaparty.net/technotes/blue-gprs.html has some details, you can probably skip the early bits because bluez is installed already [01:26] marky, there are no questions in the bot [01:26] only factoids [01:26] kbrooks: so I guess one should just keep the old version around and follow the wiki on how to get the new version running. like I did [01:27] im on breeezy how do i get .mpg files to play [01:27] ubotflu tell kbrooks about register [01:27] marky: no [01:27] that kinda thing [01:27] marky: you don't register with the bot [01:27] ... [01:27] i know that [01:27] ok, one last thing, if i install grub to mbr, how do i make winxp boot from it, since i cant chainload anymore cos ntldr is suposed to be in mbr [01:27] where do i register i asked [01:28] marky, pms are disabled from unregistered users (freenode server). [01:28] marky: /msg nickserv help [01:28] thanks [01:28] sunshine82: install totem-xine package [01:29] Bizzeh > ntdlr is NOT on mbr [01:29] does anyone know if the ubuntu kernel includes the evms patches? [01:29] you see at the the moment if you try to trace my isp it traces but times cos of the xp firewall others 4 on network have but with linux there got to be a way around it [01:29] so grub wil just ask you whether you want to boot ubuntu or winblows [01:29] Bizzeh installer autodetect youre xp if not you can edit /boot/grub/menu.lst [01:30] HymnToLife, say windows === samuli [n=samuli@dsl-lprgw5-fec7f900-40.dhcp.inet.fi] has joined #ubuntu [01:30] not winblows [01:30] why ? [01:30] cuz win32 dont blow :P [01:30] onkarshinde it is inatalled [01:30] lol [01:30] fuck u [01:30] Does anyone know the reason behind default repos (main and restricted) commented out in a clean install? I mean why should new user need to enable repos to get security updates? [01:30] HymnToLife: because the software's name is windows [01:30] not winblows [01:30] samuli: watch it [01:30] thats why === mode/#ubuntu [+o thoreauputic] by ChanServ [01:30] samuli, how dare you! [01:30] pffft. === mode/#ubuntu [+b %samuli!*@*] by thoreauputic === dirkson [n=dirkson@87.sub-70-213-224.myvzw.com] has joined #ubuntu [01:31] sunshine82: Are you sure it is mpg file? Did you try installing w32codecs? [01:31] man [01:31] thoreauputic, thank you. [01:31] get mplayer for all your video needs [01:31] or VLC [01:31] samuli: I'll remove that in a while - I expect you to behave [01:31] marky is already registered? or did i succeed [01:31] borup: Yup. Something is overwriting ~/.xsession every time I login. Changing the permissions, too. [01:31] VLC rules === aufsaufbremse [n=christia@p508F32D8.dip0.t-ipconnect.de] has joined #ubuntu [01:32] so, if i install ubuntu on my hardware, to a second partition, it will detect winxp on my main partition and offer a boot option to both? [01:32] Has anyone ever used a external USB CD/RW drive with Ubuntu? [01:32] Bizzeh > yes === csucsok [n=jim@jam.gyimesi.hu] has joined #ubuntu [01:32] Bizzeh yeaP [01:32] very good [01:32] bizzeh yes , it will do a boot loader [01:32] hi all [01:32] i'm duel boot xp/ubuntu on a dell d600 [01:33] ok, ill check out ubuntu on real hardware then [01:33] ohh, one last thing [01:33] does ubuntu package the ati drivers for X [01:33] ? [01:33] yup [01:33] yes, but they suck === senectus [n=senectus@203.161.68.42] has joined #ubuntu [01:33] 3D aeleration is plain poor [01:33] this had a radeon 9000m [01:33] HymnToLife: so do the nvidia ones [01:33] has* === aRnopu [n=zuclbixk@202.133.202.134] has joined #ubuntu === aRnopu [n=zuclbixk@202.133.202.134] has left #ubuntu [] [01:33] !tell Bizzeh about ati === sci [n=sci@c-2b5072d5.09-2011-67626721.cust.bredbandsbolaget.se] has joined #ubuntu [01:33] onkarshinde i got w32 instaaled [01:33] !evms [01:33] Wish i knew, redguy|work [01:34] i just want to be able to measure my framerate in FPS instead of SPF [01:34] gr [01:34] sunshine82: still enable to play? [01:34] there's a better ati driver? [01:34] quick question: can I share a swap partition between two ubuntu installations? [01:34] there are unofficial ati drivers [01:34] redguy|work: what are you searching? [01:34] lol nice one Bizzeh :p [01:34] sci why would you want 2 installations? [01:34] cool. === anatole_ [n=ZOMG@dsl5400A053.pool.t-online.hu] has joined #ubuntu [01:35] marky: one for breezy and one for dapper [01:35] sci whats dapper? [01:35] sci > yes [01:35] onkarshinde: i want to know if I the stocku ubuntu kernel includes evms patches [01:35] !dapper [01:35] The 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake [01:35] Can anybody tell me what can be the problem when my ubuntu can't reboot. I can halt it, But when I try to reboot, it says Restarting... and stops. [01:35] HymnToLife: great, thatks [01:35] sci: you should be able to do it automatically [01:35] HymnToLife: no one ever gets what SPF means even when its in the same line as FPS [01:35] sci: you you can === thundr [n=thundr@66-168-50-185.dhcp.mdsn.wi.charter.com] has joined #ubuntu [01:35] i think i'm on 5.10 [01:35] lol [01:36] not even awake yet === Kibou [n=boo@dslb-084-063-013-205.pools.arcor-ip.net] has joined #ubuntu === sci goeas to set up dapper === ejofee [n=ejofee@195-245-89-185.dtcom.ro] has joined #ubuntu === sci [n=sci@c-2b5072d5.09-2011-67626721.cust.bredbandsbolaget.se] has left #ubuntu ["Konversation] [01:36] redguy|work: But what is evms? [01:36] !evms [01:36] Not a clue, HymnToLife [01:36] can i do a system recompile in ubuntu? [01:36] .. [01:36] redguy|work: AFAIK, EVMS is already there in breezy === FoeijiU [n=zuclbixk@202.133.202.134] has joined #ubuntu === FoeijiU is now known as UBaarFoiu [01:37] csucsok: is it a laptop? === UBaarFoiu is now known as rwuauEaQ [01:37] any nomachine's nx user here? === rwuauEaQ [n=zuclbixk@202.133.202.134] has left #ubuntu [] [01:37] onkarshinde: no It's a desktop computer with sis chipset [01:37] ubuntu when straight on this d600 [01:37] Bizzeh you can do what you want :P [01:37] anyone else using a dell d600 [01:38] csucsok: May be it is some problem with acpi. Not sure though. [01:38] getting an amd64 x2 4200 in a few days, im thinkin it would be worth doin a compile to get SSE/2/3 into X, the kernel and GCC [01:38] onkarshinde : the precompiled kernel works good. but I compiled a new one [01:38] onkarshinde: evms is the Enterprise Volume Management System, a funky thing I want to try out === ProtectYaNeck [n=ProtectY@dsl-144-028.resnet.purdue.edu] has left #ubuntu ["Leaving"] [01:38] onkarshinde: where can I check which patches are applied to a kernel? [01:39] redguy|work: I really don't know [01:39] ls [01:39] ubotu: evms is the Enterprise Volume Management System, a funky thing redguy wants to try out [01:39] okay, HymnToLife [01:39] I suck [01:39] csucsok: may be passing acpi=off as boot parameter to kernel will help. Check your existing kernel parameters. === shawarma [n=sh@ubuntu/member/shawarma] has joined #ubuntu [01:40] onkarshinde : My parameters are the same as the ubuntu's [01:40] onkarshinde : the only difference is the version of kernel [01:41] redguy|work: install and inspect linux-patch-ubuntu-2.6.12 === maradong_ [n=bhentges@213.47.179.227] has joined #ubuntu [01:42] any nomachine's nx user here? [01:44] bye === pascal_ [n=pascal@ifromes.cep.u-psud.fr] has joined #ubuntu === Ryle [n=Ryle@idefix.univ-lemans.fr] has joined #ubuntu [01:46] can anyoen tell me if vorbis streams converted from mpeg (normal vcd movies) take less space and have higher quality? [01:46] less space than what ? [01:46] mp3? === _KoSoVaR_ [n=kosovar@241.Red-83-43-98.dynamicIP.rima-tde.net] has joined #ubuntu [01:46] onkarshinde: it's not possible to improve quality. [01:46] Ng: thanks [01:47] well... actually it is. [01:47] but those are tricks. [01:47] HymnToLife: No. I am talking about mpeg video and vorbis/theora === _KoSoVaR_ [n=kosovar@241.Red-83-43-98.dynamicIP.rima-tde.net] has joined #ubuntu [01:47] Chousuke: what tricks? [01:47] oh yeah, vorbis videos === CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu === _KoSoVaR_ [n=kosovar@241.Red-83-43-98.dynamicIP.rima-tde.net] has left #ubuntu ["Abandonando"] [01:47] onkarshinde: like filters. [01:47] is ubuntu ok with wireless cards? [01:47] onkarshinde: don't ask me [01:47] anybody know how to get scroll button working? [01:47] spesificly the acx111 [01:48] I dunno, I never use it, I stick with my old good xvid [01:48] it is however possible to pack video. but it won't improve quality [01:48] I dunno, I never use it, I stick with my old good xvid << i got a free licence from divx on their 10th aniversary give away [01:48] onkarshinde: I used a tool called ffmpeg2theora that worked well ( and yes, the files were smaller - not sure on quality) [01:48] onkarshinde: if you're converting from one compressed format to another you will lose quality === Sonderblade [n=muh@213.131.147.169] has joined #ubuntu === _nano_ [n=nanophob@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu === MickMcMack [n=mick@pdpc/supporter/sustaining/MickMcMack] has joined #ubuntu [01:49] thomhash: smaller than what? [01:49] so i use that cos its a lil faster and has better options, and better quality to compression ratio [01:49] onkarshinde: http://www.v2v.cc/~j/ffmpeg2theora/ [01:50] http://pastebin.com/463565 === onkarshinde hopes movie players will support theora in near future. [01:50] debmirror question: it says it's "Getting: dists/breezy/Contents-amd64.gz... ok" and I have --getcontents turned on, but yet the file isn't on my local mirror, anyone know why not? === nikola [n=nikola@mw-at-rt-nat.mediaworksit.net] has joined #ubuntu [01:52] hhh === mgcross [n=mgcross@221.145.155.158] has joined #ubuntu === annedore [n=annedore@p54B501DF.dip0.t-ipconnect.de] has joined #ubuntu === armine [n=armine@AAubervilliers-152-1-46-229.w83-114.abo.wanadoo.fr] has joined #ubuntu [01:53] does anyone here have any experiance with wordpress and php?? === ptlo [n=senko@83-131-82-133.adsl.net.t-com.hr] has joined #ubuntu === armine [n=armine@AAubervilliers-152-1-46-229.w83-114.abo.wanadoo.fr] has left #ubuntu ["Quitte"] [01:53] php, somewhat === nomin [n=nomin@adsl-68-76-84-51.dsl.bcvloh.ameritech.net] has left #ubuntu ["Leaving"] === armine [n=armine@AAubervilliers-152-1-46-229.w83-114.abo.wanadoo.fr] has joined #UBUNTU [01:54] C & C++ POWA ! === Hoxzer [n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi] has joined #ubuntu === CaptainMorgan RAWKS! [01:54] C/C++ rock as CGI, just not very manageable [01:54] CaptainMorgan, I want to change the background colour of the right hand panel here : www.modmeup.net how would that be done? [01:54] php is easy to manage [01:54] <_nano_> why is my firefox scrolling sluggish compared to windows ? the presence of only one or two mid sized images make the scrolling sluggish. I've inspiron 5100 (P4, 2.66Ghz, ati radeon 7500 ) and use fluxbox with ubuntu [01:54] LoL [01:54] Ifyou are 1337, show me your gibson. [01:54] I LOVE APPLICATION DEVELOPPING [01:54] :D === aeho [n=aeho@cable-vlk-fe74de00-65.dhcp.inet.fi] has joined #ubuntu [01:54] But c & c++ rocks [01:55] And u now [01:55] Hello all....tried the new nvidia drivers using the nvidia install script...don't like them as I can only get 1024x768 working...tried using the nvdia uninstall script and re-installing the synaptic nvidia module, but it complains that the glx module and the kernel module are differant versions....how do I nuke the 8776(?) kernel module so that I can go back to the synaptic version of the nvidia driver? [01:55] who is in MOTUgames team ? [01:55] Weasel-- > Gibson stinks [01:56] i can make a c++ cgi binary do something in 1/10th of the time a php script does it, but, the php script uses about 1/10th of the lines of code [01:56] ESP rules [01:56] I like a nice dry Gibson (lol) [01:56] the restricted formats page says that it may be actually illegal to play DVDs ins some countries. Can anyone explain that? [01:56] and with apache, CGI sucks, since it has a crap load of overhead [01:56] onkarshinde: dvds are encrypted === irvin [n=irvin@202.138.170.90] has joined #ubuntu [01:56] encryption of data is illegal in some countrys [01:57] thus, dvds are illegal [01:57] windows and linux are illegal in said countrys too [01:57] PHP is for NET developping, but c++ for application developping : they are SO opposed [01:57] armine: what you think php is writen in? [01:57] php is a cgi binary writen in c++ [01:58] Bizzeh: playing DVD's using linux is "illegal" too DMCA issues [01:58] Bizzeh: ahh. So this has nothing to do with mpeg-2 being patented format, right? Is there any listing of countries where dvds are illegal? [01:58] CaptainMorgan Bizzeh, I want to change the background colour of the right hand panel here : www.modmeup.net how would that be done? [01:58] Bizzeh : Yes, but with php is not possible that binary EXECUTABLE OFFLINE application programming === Sonderblade_ [n=muh@213.131.147.169] has joined #ubuntu [01:58] and [01:58] armine: yes it is [01:58] Each person has his preferences [01:58] i use php in windows for scripting all the time [01:58] So [01:58] it has a windows scripting host plug [01:58] so [01:58] Nice people [01:59] ive to go [01:59] its posible to exec php [01:59] Bye everybooody [01:59] anyone tell me how to nuke the nvidia kernel module put there by the Nvidia Official installer? === armine [n=armine@AAubervilliers-152-1-46-229.w83-114.abo.wanadoo.fr] has left #UBUNTU ["Quitte"] [01:59] onkarshinde: gimme a sec === barosl [n=barosl@222.99.186.24] has joined #ubuntu [02:00] senectus use css - php is server side - I have no idea what your code says right now because php is invisible [02:01] hmmn, used to have a link to it, cant find it now tho [02:01] no one? === Sonderblade_ [n=muh@213.131.147.169] has joined #ubuntu [02:01] CaptainMorgan, css? Man I stopped learning web code back in early jsript days :-P I'm _so_ out of touch! [02:02] i was mucking around with my spund mixer and now i have lost all sound any ideas how i can default it all? === thisfred [n=thisfred@a80-127-80-154.adsl.xs4all.nl] has joined #ubuntu === winmute [n=winmute@dslb-084-058-057-159.pools.arcor-ip.net] has joined #ubuntu [02:03] those little scripts that say "your using such an isp, runing such a os with such a browser, you are not anonymous on the intenret" ohh, its so hard to rdns the connecting ip and look at the useragent of the browser [02:03] um, help? [02:03] css is clean and efficient, not to mention versatile and has a higher probability of showing up in more browsers [02:04] just connected to same site again, with ie6, with a little user agent mod, and, im not runing "SexOS 0.2" and browser "FireOneOff 1.0" === DefLeppard [n=sanketme@221.135.234.63] has joined #ubuntu === steggo [n=steggo@c-147-182-vas-l2.cust.mdfnet.se] has joined #ubuntu === vegiVamp [n=demeersm@unimatrix.skynet.be] has joined #ubuntu [02:05] Bizzeh: are you arguing with yourself? === nunod [n=tuggy@10001231181.0000014941.acesso.oni.pt] has joined #ubuntu [02:05] no, just ranting in general [02:05] :) [02:05] its over now [02:05] it's === carlos [n=carlos@71.Red-83-53-49.dynamicIP.rima-tde.net] has joined #ubuntu [02:05] this is irc [02:05] any one help with the soind mixer deaults? [02:05] people who argue over grammar to that extent, need to be shot [02:05] that comma is misplaced. === ubuntu_ [n=ubuntu@61.187.54.10] has joined #ubuntu [02:06] i will find you, and i will kill you [02:06] it's punctuation by the way [02:06] Hello,everyone! [02:06] I am a new guy of ubuntu,who can help me? [02:06] im english, im 20, i have lived in england for 20, of the past 20 years.. === eth42 [n=peter@p54BE13F8.dip0.t-ipconnect.de] has joined #ubuntu [02:07] i know english [02:07] what is the colour : #fff ??? [02:07] its just that this is irc [02:07] so what does it matter [02:07] senectus: white [02:07] white or black? === gimmulf_ [n=gimmulf@h34n2c1o1043.bredband.skanova.com] has joined #ubuntu [02:07] #000 is black [02:07] black is #000 [02:07] aye [02:07] ubuntu_: state problem [02:07] Bizzeh, so is #90a090 green? [02:07] black is an absence of colour, white is a mixture of all [02:07] senectus: greenish [02:07] it has more green in it, so yes [02:07] hello, can anyone tellme if today's daily image is "runable" ? :) [02:07] does anyone speak chinese/ [02:08] how do I get my damned scroll buttton to work? [02:08] i was mucking around with my spund mixer and now i have lost all sound any ideas how i can default it all? [02:08] ubuntu_: yes === deviant [n=deviant@client-75.pf.matco.ro] has joined #ubuntu [02:08] senectus: its 3 hexadecimal components fromed RRGGBB (red green blue).. ranging from 00 to ff (0 - 9 then a to f) [02:08] the higher you get, the more like that colour it will be [02:09] nunod: where did you find an image? [02:09] where can I set the udma state of my dvd-drive permanently? [02:09] eth42: in /etc/init.d/bootmisc.sh [02:09] good === mikhail^ [n=dean@210.213.140.42] has joined #ubuntu [02:10] Bizzeh, dooglus CaptainMorgan, sweet I figured it out.. thanks guys :-) [02:10] borup, usual place: http://cdimage.ubuntulinux.org/ === ubuntu_ [n=ubuntu@61.187.54.10] has left #ubuntu ["Leaving"] [02:10] i hate designing, thats why i only ever come up with simple crap like [02:10] http://www.killallthehumans.co.uk/ [02:10] nunod: duh - thanks [02:10] dooglus, thanks === nomin [n=nomin@adsl-68-76-84-51.dsl.bcvloh.ameritech.net] has joined #ubuntu === jgilunch is now known as jgi === onkarshinde [n=onkarshi@203.199.147.101] has left #ubuntu [] === MartySkitch [n=skitch@pcp02661104pcs.lndsd101.pa.comcast.net] has joined #ubuntu === uLMiVuHu [n=kiaavaeo@82.78.207.194] has joined #ubuntu === naeieap [n=oioeoooe@82.78.207.194] has joined #ubuntu === naeieap [n=oioeoooe@82.78.207.194] has left #ubuntu [] === DocTomoe [n=martin@p54A93DC8.dip0.t-ipconnect.de] has joined #ubuntu === uLMiVuHu [n=kiaavaeo@82.78.207.194] has left #ubuntu [] === winmute_ [n=winmute@dslb-084-058-057-159.pools.arcor-ip.net] has joined #ubuntu [02:13] borup, are you going to try it? :) === alynx [n=tkj@82.147.33.186] has joined #ubuntu === TenPlus1 [n=john@80-195-63-42.cable.ubr03.uddi.blueyonder.co.uk] has joined #ubuntu === wali55 [n=wali55@LNeuilly-152-23-28-29.w193-252.abo.wanadoo.fr] has joined #ubuntu [02:14] Hi folks... can someone help me with a wireless problem ??? [02:14] Q,) I have a LinkSYS wifi card installed and Ubuntu see's it ok, it's setup ok but I cant seem to activate it [02:14] nunod: sure - but not untill I go home === andy108 [n=andy108@82-44-98-94.cable.ubr04.newm.blueyonder.co.uk] has joined #ubuntu === workbean [n=workbean@60.48.197.48] has joined #ubuntu [02:15] anyone playing Wow with wine and Gainward Gforce 6600 GT Power pack 128 MB ? i use the 7667 drivers , and it laggs FPS:10-40 [02:15] hello can you tell me which IP address I came from [02:15] ip andy108 [02:15] ok no a number then [02:15] andy108: 82.44.98.94 === czs [n=czs@210.77.6.134] has joined #ubuntu [02:16] does this mean ubuntu has upgraded to 5.10? [02:16] http://pastebin.com/463326 === BeGiz [n=ozyekie@195.160.186.248] has joined #ubuntu === BeGiz [n=ozyekie@195.160.186.248] has left #ubuntu [] === nunod is away: lunch === ooiicuoo [n=ozyekie@195.160.186.248] has joined #ubuntu === ooiicuoo is now known as ieoowJe === ieoowJe [n=ozyekie@195.160.186.248] has left #ubuntu [] [02:17] ok thanks I trying to set up a remote login for my box but I am on a unencrypted wireless network with 2 others useing XP and the IP addess you have given will trace but time's out cos of a firewall [02:18] is there a way to prevent arts from using the dsp device and use esd instead (I always don't get any more sound in Gnome after starting a KDE program) [02:18] Q,) I have a LinkSYS wifi card installed and Ubuntu see's it ok, it's setup ok but I cant seem to activate it, any ideas ??? === AzMoo [n=matt@unaffiliated/azmoo] has joined #ubuntu === Sleepwalker [n=Deltaesk@p54A5F7C9.dip.t-dialin.net] has joined #ubuntu [02:18] bulio, no you did not upgrade [02:18] hey :) [02:18] did you read the guide ubotu gave you the other day? === sirexas [n=mantas@office.idamas.net] has joined #ubuntu === aaAohevg [n=ozyekie@195.160.186.248] has joined #ubuntu [02:19] didn't think so [02:19] gm Sleepwalker === aaAohevg [n=ozyekie@195.160.186.248] has left #ubuntu [] [02:19] ubotu tell bulio about upgrade [02:20] i wanna mount a ext3 partition in linux,that i can read and write on it but i dont know bout the rest... This is where i am right now : /dev/hda5 /home/Linux ext3 === redvelvet [n=JWest672@pcp01081468pcs.northw01.in.comcast.net] has joined #ubuntu [02:20] I did that [02:20] it was installin last night === MenZa` [n=menza@0x50a1605a.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu [02:21] and i have to do that in fstab is that correct ?? [02:21] my sources.list is edited [02:21] bulio, if you did the very first part of it you should not have gotten those errors [02:22] I installed my wireless last night and it was working fine. now it wont work. I used the windows to linux driver converting tool. any suggestions no getting my netgear wg511u working? === gnomefreak thinks its called the pre-upgrade [02:22] apt-get base-install? [02:22] could have sworn I did that [02:22] cap [02:22] no I did for hoary [02:22] thanks [02:22] redvelvet: dude, I have the same problem, can get my card to turn itself ON... [02:22] any nomachine's nx user here? [02:23] bulio, im not looking at it right now but it should say something along the lines of apt-get install ubuntu-base or ubuntu-desktop [02:23] tenplus1, that sounds like me. its just got one light on? === mode/#ubuntu [-o thoreauputic] by thoreauputic [02:23] both? [02:23] redvelvet, : I dont even have a light flashing... Ubuntu see's the card but cannot turn it on for me to use === NigelS [i=nigel@83.166.160.96] has joined #ubuntu [02:24] sudo apt-get install ubuntu-base ubuntu-desktop? [02:24] hmmm. idk I will have to tinker with it later. I am late for work [02:24] bulio, your not reading the wiki ubotu gave you === ekimus [n=ekimus@pluto.htu.tuwien.ac.at] has joined #ubuntu [02:24] peace all [02:24] can anyone help me reg. wireless cards ? and how to enable them ? [02:24] yes I am [02:24] can someone point me to documentation on how to configure "Insert Video" in Openoffice Impress (using breezy)... if that's possible. ? === linuxgeek79 [n=linuxgee@59.92.129.44] has joined #ubuntu [02:24] bulio, the first line of wiki tells you what to install [02:24] right at the top [02:24] pre upgrade === linuxgeek79 is now known as linuxgeek2 [02:24] anyone know how to reset teh sound mixer to default? [02:25] so sudo apt-get install ubuntu-desktop? === slight [n=a@212.42.171.241] has joined #ubuntu === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu === mrzogs is back (gone 03:58:24) [02:26] ok [02:26] bulio, give me a min im trying to open it now [02:26] ok [02:26] because wiki code shows both [02:26] bulio, type sudo apt-get install ubuntu-base ubuntu-desktop [02:26] yes both === pickett [n=pickett@ppp130-191.lns2.adl2.internode.on.net] has joined #ubuntu [02:27] just like i typed oit === _ubuntu [n=ubuntu@host-84-222-48-217.cust-adsl.tiscali.it] has joined #ubuntu [02:27] it- [02:27] bulio, after that skip down to the part titled apt-get and do it that way its easier === xvlun [n=Jan@dslc-213-023-131-208.pools.arcor-ip.net] has joined #ubuntu === albacker [n=eni@customer-side2-telecomalbania.atnet.com.al] has joined #ubuntu === St^Anger^19m [n=a@213.217.237.13] has joined #ubuntu [02:28] does ubuntu support IceWM? [02:29] <_nano_> why is my firefox scrolling sluggish compared to windows ? the presence of only one or two mid sized images make the scrolling sluggish. I've inspiron 5100 (P4, 2.66Ghz, ati radeon 7500 ) and use fluxbox with ubuntu. For example http://buzz.blogger.com scrolls sluggishly compared to firefox in windows [02:29] I typed it in [02:29] can I PM you output gnome? === ljburritos [n=b@sfillo.pcisys.net] has joined #ubuntu === ccc [n=Corin_77@tor/session/x-eec75a751ec78dba] has joined #ubuntu === mode/#ubuntu [+b *!*@tor/*] by ChanServ === ccc [n=Corin_77@tor/session/x-eec75a751ec78dba] has left #Ubuntu [requested] === Delgul_at_work [n=gerard@delgul.demon.nl] has joined #ubuntu [02:30] like lol [02:30] I followed that guide to get nxserver work :D [02:30] now I can't get it even to run === netjoined: irc.freenode.net -> brown.freenode.net === jack- [i=jack@dub.minimal.nl] has joined #ubuntu === mode/#ubuntu [+o thoreauputic] by ChanServ [02:31] gnomefreak: http://pastebin.com/463608 [02:31] atm looks like i have to reinstakl ubunut :( === mode/#ubuntu [-o thoreauputic] by thoreauputic [02:32] or client says it isn't running but it is === kyncani [n=kyncani@lns-bzn-1-82-250-0-227.adsl.proxad.net] has joined #ubuntu [02:33] bulio, first your sources list should be hoary still (not sure what they are now) second after you run that with hoary repos and you get that error let me know === yota [n=seb@home.nmeos.net] has joined #ubuntu [02:34] k [02:34] atm sources is breezy === eth42 [n=peter@p54BE13F8.dip0.t-ipconnect.de] has left #ubuntu [] [02:34] bulio, put them back as hoary [02:34] k [02:35] than run apt-get update === Sleepwalker [n=Deltaesk@p54A5F7C9.dip.t-dialin.net] has joined #ubuntu [02:35] than run the install for those 2 items [02:35] how do i get a folder "linked" 2 the desktop ?? === MAPD [n=bzzzzz@dna243-249.satp.customers.dnainternet.fi] has joined #ubuntu [02:35] where can I get hoary's sources.list/ [02:36] Q,) I have a Linksys 54g wireless card installed and setup, but it wont activate... any ideas ??? [02:36] !repos [02:36] I heard repos is http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) see also !easysource [02:36] bulio, just change the word breezy to hoary in the sources list [02:36] anyone send ,e a default asound.default? [02:36] Sleepwalker: ln -s /path/to/folder ~/Desktop/linkname I guess [02:36] right you are thoreauputic === zandaa [n=zandaa@84-105-216-35.cable.quicknet.nl] has joined #ubuntu [02:36] Sleepwalker: but you can drag a folder to your desktop and I think it links by default [02:37] <_< is there a 64-bit version of MythTV? === mrzogs is away: Sono occupato lascia un msg quando torno ti rispondo === carlos [n=carlos@71.Red-83-53-49.dynamicIP.rima-tde.net] has joined #ubuntu [02:37] can someone send a me a default copy of /var/lib/alsa/asound.state === Astinus [i=iBook@freenode/staff/gentoo.astinus] has joined #ubuntu [02:37] thoreauputic is that just a link ?? k thought it was the whole folder ;) === BlueDevil [n=mircea@81.196.151.21] has joined #ubuntu === ernstp [n=ernstp@k13d217-2.kam.afb.lu.se] has joined #ubuntu [02:38] Sleepwalker, to move a folder use the mv command [02:38] Sleepwalker: I think you'll find it's a link === littlepaul is now known as littlepaul_ [02:39] Sleepwalker: hmm - not if you drag it, sorry === munzir [n=munzir@85.129.142.214] has joined #ubuntu [02:39] k [02:39] Sleepwalker: there is a way - hang on [02:39] gnomefrak: now I get this: [02:39] Hi sirs, I am running a webserver on which I installed mailman, and another mail server for all he mails @mydomains.com. Now the confirmation message of mailman need to be replied to mylist-request@mydomain.com which wouldn't go where mailman is installed (and had all the aliases) for sure. What am I missing please? [02:39] http://pastebin.com/463613 [02:39] gnomefreak what is the mv command (sorry noob) [02:40] move [02:40] mv = move command [02:40] Sleepwalker: ctrl-shift drag [02:40] if i want to make a full backup of my whole system, whats the best way to do it? [02:40] Sleepwalker: makes a link from the desktop to a folder in your home directory [02:40] bulio, you ran sudo apt-get update? === jonne_ [n=[jonne] @d51A56A15.access.telenet.be] has joined #ubuntu [02:41] thoreauputic worked fine thx !!!!! [02:41] no [02:41] whoops === bulio slaps himself [02:41] Sleepwalker: no worries :) === xandeurus [n=alex@12stb54.codetel.net.do] has joined #ubuntu [02:41] after you change your sources.list you have to run sudo apt-get update [02:41] ok [02:41] Can i use IceWM on Ubuntu? [02:41] then the other thing? === marc`` [n=marek@195.146.147.83] has joined #ubuntu === marc`` [n=marek@195.146.147.83] has left #ubuntu [] [02:42] yes lets see if apt-get update spits anything out first [02:42] St^Anger^19m: sure [02:42] it does [02:42] all the sources === imago [n=insolent@host166-168.pool8261.interbusiness.it] has joined #ubuntu [02:42] St^Anger^19m, i dont see why not i think its in the ubuntu sources === anatole [n=ZOMG@dsl5400A053.pool.t-online.hu] has joined #ubuntu [02:42] where os the filesystem tree on the ubuntu install cd? [02:42] !info icewm [02:42] icewm: (wonderful Win95-OS/2-Motif-like window manager), section universe/x11, is optional. Version: 1.2.22-2ubuntu2 (breezy), Packaged size: 632 kB, Installed size: 1656 kB [02:42] If I have configured a mail server and I send a mail to aol.com, and they return me a message telling me that my ip is dinamyc and I have to change to static, what can I do to resolve the problem? === athousandtrees [n=Sally@mypp-p-144-139-171-103.prem.tmns.net.au] has left #ubuntu [] [02:42] bulio, does what? === surfdue_ [n=surfdue@user-0c6t1rl.cable.mindspring.com] has joined #ubuntu [02:42] gnomefreak: does IceWM fill you with applications like KDE and Gnome do? === germancito [n=german@200.106.69.164] has joined #ubuntu [02:43] gnomefreak: it got all the sources, as ususual [02:43] *usual [02:43] Get:24 http://archive.ubuntu.com hoary-updates/restricted Sources [14B] [02:43] bulio, any errors? [02:43] etc. [02:43] xandeurus: relay it through your ISP [02:43] where os the filesystem tree on the ubuntu install cd? [02:43] St^Anger^19m, i dont use it sorry [02:43] none that I see [02:43] hello [02:43] trying the apt get install now === gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu [02:43] ok bulio now run sudo apt-get install ubuntu-base ubuntu-desktop === vache [n=vache@user-12l2n7p.cable.mindspring.com] has joined #ubuntu [02:43] St^Anger^19m: icewm is very minimalist - you just get a window manager === bruder_ [n=bruder@201.15.250.22] has joined #ubuntu [02:44] thoreauputic: exactly what i want :D === steve_laptop [n=steven@astound-64-83-198-101.mn.astound.net] has joined #ubuntu [02:44] thoreauputic: is there any other like it? [02:44] grr [02:44] http://pastebin.com/463620 [02:44] you want a light weight window mangaer with a menu use xfce :) [02:44] St^Anger^19m: lots - look at http://xwinman.org [02:45] anyone knows a really good python interpreter === bruder_ is now known as bruder [02:45] ok bulio run sudo apt-get -f install [02:45] thoreauputic: thanks :D === u|qos [n=mo@fachschaft10.fb05.uni-essen.de] has joined #ubuntu [02:45] thomhash, you said that I have to call my ISP to reslve the problem, that problem couldnt be, in the file of configuration of the mail server? [02:45] St^Anger^19m: no worries :) === Chadza [n=Miranda@pcp0010702372pcs.manass01.va.comcast.net] has joined #ubuntu [02:45] 1 sec [02:45] is there a 64-bit version of MythTV? === imago [n=insolent@host166-168.pool8261.interbusiness.it] has joined #ubuntu [02:46] xandeurus: I didn't say "call" them - I said relay your mail through your ISP's mail server [02:46] jezzum... there is just much available through synapitc [02:46] xandeurus: most ISPs block mail from dynamic IPs [02:47] sure, LInux can be frustrating at times.. but how else do you learn? but the real question why would anyone go back to Vindoze when there's all this free stuff [02:47] ? [02:47] bulio, after running that command run the install ubuntu-base ubuntu-desktop === Master-Andra [n=andra@85-210-32-208.dsl.pipex.com] has joined #ubuntu === BasL [n=nnnnnnnn@tuxmachine.xs4all.nl] has joined #Ubuntu [02:47] Whats the difference between a Window Manager, and a Desktop? === gnomefreak brb i have to get ready ill be back in a bit [02:47] thomhash, how can I do that, because i can understand you === [caminante] [n=caminant@VA1-1D-u-0566.mc.onolab.com] has joined #ubuntu [02:47] Anger, you answered your own question [02:47] CaptainMorgan > I read a fun story about thas [02:47] St^Anger^19m: Desktop = window manager + desktop [02:48] CaptainMorgan: cause there are also good free apps for windows ... and many (not most) things are by far easier on m$. [02:48] ok so wot does the desktop include? [02:48] thomhash, when you said relay your mail through your ISP's mail server, what do you want say? [02:48] It's fictional of course but it's the story of a guy who used Linux all his life and switches to Windows [02:48] St^Anger^19m: window managers don't include stuff like gnome-volume-manager, gnome-settings-daemon etc [02:48] as in...whuy is XFCE a desktop....and IceWM a window manager? [02:48] hmmm [02:48] CaptainMorgan: and the most important reason ... there are more devices and hardware supported ... === LoPMX [n=lopmx@ph32.torun.sdi.tpnet.pl] has joined #ubuntu [02:49] I assume that most here are techies are heart.. which is the reason for the strong lInux following.. maybe non-techies who have careers unrelated to technical prowess choose the easy way.. [02:49] St^Anger^19m: Desktop Environments have extras - like the ones I mentioned [02:49] anyoen able to send me a file from a default install? === melon [n=melon@58.79.150.77] has joined #ubuntu [02:49] so if i want something snappy.....and minimilast [02:49] wot do u suggest? [02:49] xfce? [02:49] !xubuntu [02:49] I guess xubuntu is Ubuntu using XFCE instead of Gnome for the desktop. Details here: https://wiki.ubuntu.com/Xubuntu [02:49] CaptainMorgan: I was not atechie until I discovered Linux (in fact I'm still not, really) [02:49] CaptainMorgan, it is not that much more difficult to install anymore... and with that many people who are willing to help out .... === Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu === Topslakr [n=Topslakr@24-54-42-180.lndnnh.adelphia.net] has joined #ubuntu [02:50] but the xubuntu-desktop already contains stuff i do not want :( [02:50] St^Anger^19m: it depends - xfce4 is a nice desktop environment with some exras. icewm, fluxbox, windowmaker are smaller but require more configuration [02:51] thoreauputic, when you said relay your mail through your ISP's mail server, what do you want say? [02:51] *extras [02:51] CaptainMorgan, I choose Linux also because I'm broke and can't afford $600 just for an office suite, then more money for another 20 applications I'd have to license if I used Windows. === CaptainMorgan knows that state you're in quacker === Goshawk [n=Goshawk@host3-112.pool8249.interbusiness.it] has joined #ubuntu [02:51] quacker: u could have used OOo on windows...i guess u just dont want Windows :) === CaptainMorgan has aspirations to high incomes... [02:52] xandeurus: it sounds like you are trying to send directly from an unauthorised machine: if you send via the ISP mail server the recipient sees the ,mail coming from a recognised source [02:52] St^Anger^19m, when I started -- they didn't have win32 [02:52] oh ic [02:52] :) [02:52] then xubuntu it is :D [02:52] i like the idea [02:52] But St^Anger^19m that's only one example -- there are several things that windows does not even support === faked [n=faked@83-65-239-249.dynamic.xdsl-line.inode.at] has joined #ubuntu [02:52] installing it as server...and then doin wot the hell iwant [02:53] And Debian, etc. === marky [n=marky@84.12.195.57] has joined #ubuntu === surfdue__ [n=surfdue@user-0c6t1rl.cable.mindspring.com] has joined #ubuntu [02:53] quacker: wot other examples? [02:53] thoreauputic, and I cant send mail to aol.com from my email wich I create for the company?, the only way is for the mail wich the company give me === skora [n=skora@69-173-197-189.clvdoh.adelphia.net] has joined #ubuntu [02:54] I have a webcam and also an SLR digital cam that either donb't have windows drivers or inadequate file type support [02:54] quacker: that's a bit odd [02:54] xandeurus: erm - I don't quite follow - but I assume your mail server has to have an mx and be recognised as legitimate [02:54] usually M$ try to have all the support required for this kind of stuff... [02:54] bdw [02:55] St^Anger^19m, are you trolling for the Evil Empire in here? === oaoaoehca [n=ooaiiens@adsl-177-87-192-81.adsl2.iam.net.ma] has joined #ubuntu === oaoaoehca [n=ooaiiens@adsl-177-87-192-81.adsl2.iam.net.ma] has left #ubuntu [] [02:55] pfft [02:55] i read in Paul Thorret's website in wnindows...that on an AMD 3400+ with 2Gb ram its slow!! :) [02:55] thoreauputic, ok men, thanks [02:55] ie the upcoming VIsta === QRZ [n=rob@freenode/supporter/active/RobertPectol] has joined #ubuntu [02:56] quacker: no i'm not trolling!! as if...i've been working hard with ubuntu and i got to like it [02:56] xandeurus: I mean you can't just run a mail server without making it official and expect big ISPs to recognise it [02:56] And the Gartner groupis advising enterprise users not to upgrade for another 2-3 years === neeja [n=neeja@CPE-147-10-218-195.nsw.bigpond.net.au] has joined #ubuntu [02:56] hi, if i want to file a bug for a 'base' program, should i use bugzilla or malone ? [02:56] I forget. [02:56] Heh -- they used to be in M$ back pocket, but they 'defected'. [02:56] Why does K3B not allow me to burn at full speed. My drive is 40x but I can only get 8x in k3B [02:56] skora: for anything in main, bugzilla [02:57] thoreauputic, and how can I make my mail server official? === marcin [n=user@194.114.146.58] has joined #ubuntu [02:57] thoreauputic, thanks. [02:57] ian_: have you got dma enabled on the drive? === Turambar_ [n=turambar@C229-10.surffi.net] has joined #ubuntu [02:57] lol [02:57] xandeurus: I've never doe it - but I believe you need an MX record - someone with more experience might know [02:57] i kept a dual boot for C# code and some games [02:57] s/doe/done [02:57] but i rarelyp lay anymore [02:57] so its just some C# === ApAsJa [n=eeplodat@adsl196-217-3-206-196.adsl196-1.iam.net.ma] has joined #ubuntu === ApAsJa [n=eeplodat@adsl196-217-3-206-196.adsl196-1.iam.net.ma] has left #ubuntu [] [02:58] Toma-, I havent enabled so I guess if its not enabled by default, it wont be. === nunod is back (gone 00:40:55) [02:58] thoreauputic, men thanks for your help === ApAsJa [n=eeplodat@adsl196-217-3-206-196.adsl196-1.iam.net.ma] has joined #ubuntu === sH4 [n=foo@221.166.80.42] has joined #ubuntu === ApAsJa [n=eeplodat@adsl196-217-3-206-196.adsl196-1.iam.net.ma] has left #ubuntu [] [02:58] ian_: i see... use a text editor to edit /etc/hdparm.conf [02:58] ian -- (if DMA is enabled and it's still slow) probably a crappy drivem, i/o controller slow/small bufferspace. K3B is zealous about keeping the buffer full. Also, all burners can only burn as fast as the quality of the media you are using. [02:58] theres some documentation on howto within the file [02:58] xandeurus: you're welcome - sorry I couldn't give you more info: i suggest you google for it [02:59] nunod: please turn your away script off === kyncani [n=kyncani@lns-bzn-1-82-250-0-227.adsl.proxad.net] has joined #ubuntu === mfuentes [n=mario@200.54.6.203] has joined #ubuntu [02:59] Some blanks are not designed to support higher burn rates -- the slowest are no-name brand CD+RW === ggo [n=ggo@lns-bzn-45-82-65-171-228.adsl.proxad.net] has joined #ubuntu [02:59] thoreauputic, ok men, but your help was very good :) [02:59] xandeurus: :) === john_ [n=john@p54B5E341.dip.t-dialin.net] has joined #ubuntu [03:00] Also, there are two basic ways to burn -- packet-writing and DOA/TOA === robotgeek_away is now known as robotgeek === hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu [03:01] u nearly done quacker :D [03:01] St^Anger^19m, did I mention that DVD playback looks much sharper under Linux than in 2K or even XP Media Center of Evil on this hardware? === sori [n=sori@ip93-163-173-82.adsl2.versatel.nl] has joined #ubuntu === theD3viL [n=geek@BSN-77-90-27.dsl.siol.net] has joined #ubuntu === brynjarh [n=brynjarh@raf-a19.raflinan.is] has joined #ubuntu === rr [n=rr@host13-233.pool8175.interbusiness.it] has joined #ubuntu === vinnie [n=vinnie@dsl186-165-100.fastxdsl.nl] has joined #ubuntu [03:02] (I have licenses up to 'Advanced' (hah!) Server 2003, but I only use them for customer support) === jpniane_ [n=jpniane@sunugaal.jpon.net] has joined #ubuntu === markuman [n=supermar@p50926BD7.dip.t-dialin.net] has joined #ubuntu === EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu === Amaranth [i=travis@ubuntu/member/amaranth] has joined #ubuntu === mahangu [n=mahangu@unaffiliated/mahangu] has joined #ubuntu [03:03] anybody use Screem ? [03:03] seems like a good program.. === erik__ [n=erik@G2cc7.g.pppool.de] has joined #ubuntu === ballewh [n=ballewh@filter.cmcss.net] has joined #ubuntu [03:03] i've used screem. good stuff. === erik__ is now known as Zedman [03:04] though its just a personal pref between that and bluefish [03:04] bluefish suited me better === skora shrugs === DJ_Mirage [n=djmirage@biggetje.xs4all.nl] has joined #ubuntu [03:05] Quick question, after installing the ati driver packages from breezy on my laptop, i can no longer choose the 1280x800 resolution... it now does 1280x700 something. Tried editing the conf files and running the config again but no luck [03:05] Can any1 help? [03:05] is there an alternative for movie (all movie types) to Xine ? ... I'd like something where I can queue up multiple files ... and if it supported streaming and *.wmv + *.mpeg that wouldnt be too shabby either ;) [03:06] rosen: mplayer [03:06] videolan [03:06] (vlc) === oaioAXM [i=ist__35m@adsl-82-45-192-81.adsl.iam.net.ma] has joined #ubuntu [03:07] I'll check it out, thanks === Sonderblade_ [n=muh@213.131.147.169] has joined #ubuntu [03:07] http://pastebin.com/463620 [03:07] so I ran sudo apt-get -f install [03:07] np [03:07] now what? [03:07] does new totem in backports works well ? === nunod is away: I'm busy [03:08] what is wrong here:? [03:08] bulio: what does your sources.list look like? [03:09] quacker: wot hardware? [03:09] (sorry i was eating apple pie) :) [03:09] http://pastebin.com/463656 === redguy||work [n=matik@acm80.neoplus.adsl.tpnet.pl] has joined #ubuntu [03:09] thats my problem [03:09] oh yeah.. by the way, I tried to apg-get libdivx4linux but it doesnt seem to exist anymore.. is there a replacement for this ? === xandeurus [n=alex@12stb54.codetel.net.do] has left #ubuntu ["Leaving"] [03:10] anyone? === Master-Andra [n=andra@85-210-32-208.dsl.pipex.com] has left #ubuntu [] === jhaa [n=juha@dsl-aur-ff2dc000-227.dhcp.inet.fi] has joined #ubuntu [03:10] rosen: apt-cache search divx [03:10] Toma: what should I do? === samu2 [n=sam@svamppi.sby.abo.fi] has joined #ubuntu [03:10] btw, sources.list points to hoary [03:10] bulio: youre root, AND using sudo? why? paste me your /etc/apt/sources.list [03:11] does anyone know of repos with security auditing and things like cvs cadega and such? [03:11] bulio: and youre using hoary? [03:11] breesy [03:11] breezy [03:11] hoary [03:11] I wanna go to breezy [03:11] spine_: google would be youre best option [03:11] bulio: ahhh. [03:11] tried that. === stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu [03:11] but I gotta apt-get install ubuntu-base ubuntu-desktop [03:12] i dont really grasp the concept of repos much, im still rather noobish [03:12] bulio: http://www.noapparentmotive.org/topics/upgradingtobreezy.html [03:12] tried following that? [03:12] me? [03:12] spine_: see your name at the start? :) [03:12] hey everyone, how do I set up a mysql server?? (not for webserver use) === LadyNikon [i=nikon@judecca.aculei.net] has left #ubuntu [] === hartsantler [n=hart@71-32-183-221.bois.qwest.net] has joined #ubuntu [03:12] is mpeg-2 the same as .avi? [03:12] Toma-, ah it's called avifile-divx-plugin now ;) [03:12] spine_: you want snort and such? [03:13] lol, this stomach flu is got my head up my ass srry [03:13] ian_, no it is not if I'm correct [03:13] ian_: no. [03:13] bulio, did the apt-get -f install help? [03:13] is .avi any kind of mpeg? [03:13] ian_, no it isn't [03:13] ian_: no. [03:13] ian_: its more related to mp3 [03:13] no it didn't help [03:13] if anything [03:13] ok thanks guys, [03:14] Toma-, mp3 is mpeg layer 3 audio <_< [03:14] hi, is anybody having wifi troubles in ubuntu, i can't seem to get my to fully work, it only can seem to resolve a host name once, and then after it just fails. [03:14] still getting the dependency issues? or something else? [03:14] zandaa: alot of avis use mp3 for audio [03:14] hartsantler, what kinda WiFi card you have? [03:14] Toma- ah ok [03:14] ;) [03:14] NEC wifi [03:14] hartsantler: are you using a linux supported wi-fi card? === chriswk [n=chriswk@cD9089959.inet.catch.no] has joined #ubuntu === fzoy [n=fzoy@APointe-a-Pitre-103-1-21-149.w81-248.abo.wanadoo.fr] has joined #ubuntu [03:14] spine_: what security tools did you want? [03:15] gnomefreak: http://pastebin.com/463656 === Tiorione [n=VICTOR@host13-218.pool80117.interbusiness.it] has joined #ubuntu [03:15] Salve === turtleryde [n=turtlery@179.82.233.220.exetel.com.au] has joined #ubuntu [03:15] it has worked in the past, at the public library there is no problem with the wifi, but when i boot at work and use their dhcp it does not work (only resolves once and then fails) [03:16] Qialcuno parla l'italiano qui? [03:16] bulio, try this sudo apt-get install ubuntu-base [03:16] gnomefrak: any idea what the problem might be? === teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu [03:16] just a good collection of them, say allot of the ones in WHAX [03:16] alright [03:16] bulio, i have a few [03:16] Toma-, No any good avi to mpeg convertors? [03:16] ian_: yes... [03:16] !icewm [03:16] St^Anger^19m: No idea === `Wraith` [n=spirit@chbpxy.cheboygan.k12.mi.us] has joined #ubuntu [03:16] ian_: avidemux is my favorite [03:17] bulio, also while your at it paste your sources list in pastebin please [03:17] <`Wraith`> Good morning [03:17] ian_ yes avidemux is the best [03:17] ian_: also, try looking up transcode and its GUI apps [03:17] hartsantler: srry cant help yu with that, thought you might be using ndiswrapper or something of that craft === ggo [n=ggo@lns-bzn-45-82-65-171-228.adsl.proxad.net] has joined #ubuntu [03:17] Some one speack italian or spanish? === HymnToLife [n=_mfb@ABordeaux-252-1-51-13.w86-207.abo.wanadoo.fr] has joined #ubuntu [03:17] ok thanks again. [03:17] !it [03:17] Vai su #ubuntu-it o su #kubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! [03:17] <`Wraith`> Can anyone tell me the default root password? [03:17] !sp [03:17] skora: I give up, what is it? [03:17] !es [03:17] Hispanohablantes: Por favor usen #ubuntu-es, alli obtendran mas ayuda. [03:17] spanish here [03:18] what i need to install for watching movies (short) on internet? [03:18] with mozilla === stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has left #ubuntu ["Konversation] === stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu [03:18] theD3viL, is it quicktime [03:18] GRAZIE [03:18] skora, yes === Tiorione [n=VICTOR@host13-218.pool80117.interbusiness.it] has left #ubuntu ["Sto] [03:18] !codecs [03:18] Binary only codecs (such as w32codecs) can be downloaded from plf or cipherfunk, see !easysource for details on these repositories [03:18] gnomefreak: http://pastebin.com/463671 [03:18] the bottom is sources.list [03:18] <`Wraith`> My son and I are using Ubuntu to get familiar with Linux, and we need the root password for some changes to the config [03:18] wraith: [03:18] you need to set it === robotgeek is now known as robotgeek_work [03:18] it's set up when you installed ubuntu [03:19] $sudo passwd [03:19] you can choose it to be whatever you'd like [03:19] $ sudo passwd [03:19] `Wraith`, sudo root passwd === runge [n=runge@host-206-98.wetternet.net] has joined #ubuntu [03:19] or just passwd, i cant really remember right now, besides im on windoze at the moment [03:19] <`Wraith`> hmmm... it asked him to set an account, which he did, but he could not remember it asking him to set the root password. Thanks! [03:19] `Wraith`: sudo passwd root [03:20] no problem man === ChaKy [n=chaky@lns02-1064.dsl.iskon.hr] has joined #ubuntu [03:20] !xubuntu [03:20] xubuntu is probably Ubuntu using XFCE instead of Gnome for the desktop. Details here: https://wiki.ubuntu.com/Xubuntu === meuserj|work [n=meuserj|@StandardLife-72-140-65.OneCall.Net] has joined #ubuntu [03:20] gnomefreak: does it look ok? [03:20] <`Wraith`> Got it, thanks! we will do that tonight after school/work [03:20] ok bulio open synaptic and first click i think its edit your looking for "fix broken packages" and fix them t === cfuerst [n=cfuerst@cm127-174.liwest.at] has joined #ubuntu === titanium [n=titanium@blk-222-158-20.eastlink.ca] has joined #ubuntu === cfuerst [n=cfuerst@cm127-174.liwest.at] has left #ubuntu ["Verlassend"] [03:20] skora, i dont need source.list i need program [03:20] spine_: if you want security tools, there should be plenty of them out there in .deb format that you can (usually) seamlessly install in ubuntu === Fast [n=alex@81-86-145-67.dsl.pipex.com] has joined #ubuntu [03:21] <`Wraith`> Take care! === eth42 [n=peter@p54BE13F8.dip0.t-ipconnect.de] has joined #ubuntu === `Wraith` [n=spirit@chbpxy.cheboygan.k12.mi.us] has left #ubuntu [] [03:21] ok [03:21] gnomefreak: I clicked fix broken packages [03:22] ok did it say anything? [03:22] nope [03:22] I just clicked ix broken packages [03:22] didn't select anyhting [03:22] ok close it and run sudo apt-get install ubuntu-base ubuntu-desktop again [03:22] Toma-, Is avidemux in the ubuntu repos? [03:23] still doesn't work [03:23] is there something like Mp3Kult for Gnome??? (Mp3Kult is a MP3 management system for KDE using MySQL) [03:23] ian_: yep [03:23] hmm [03:24] theD3viL, a program to view them in ? [03:24] bulio, the libs that are unmet one at a time try to apt-get install them let me know what happens [03:24] skora, yes === flodine_ [n=flodine@c-24-4-174-71.hsd1.ca.comcast.net] has joined #ubuntu [03:24] when I plug in my usb memory stick, two devices will be mounted automatically -- sda and sda1. sda shows only garbage, while sda1 contains the actual partition. why is sda mounted at all? [03:24] ian_: actually, it isnt [03:24] thank god for this distro...its the one which made me give linux more than 1,2,3 tries...and now i'm learning a lottttt [03:24] !upgrade [03:24] The guide to upgrading to breezy (5.10) is at https://wiki.ubuntu.com/BreezyUpgrade [03:24] Toma-, ah ok, I've just downloaded the source anyway. [03:24] eth42: that sounds like a bug, or perhaps an error in the partition table on the stick [03:25] ian_: make sure you dont use "make install" and use "checkinstall" instead! ;) [03:25] theD3viL, oh sry. there's mplayer, xine, totem [03:25] personal pref. === Kibou [n=boo@dslb-084-063-034-050.pools.arcor-ip.net] has joined #ubuntu === rraajj [n=Schildkr@210.213.78.38] has joined #ubuntu === ardzeii [n=Schildkr@210.213.78.38] has joined #ubuntu [03:25] or VLC [03:25] Toma-, You seem pretty knowledgeable about this stuff, any recommendations for a DVD menu builder? [03:25] Ng: fdisk -l just lists the partition and doesn't complain. so perhaps it is a bug. has anyone else experienced it? [03:26] gnomefreak: http://pastebin.com/463677 [03:26] ian_, dvdstyler [03:26] ian_: qdvdauthor === Enquest [n=Enquest_@d54C29A8D.access.telenet.be] has joined #ubuntu [03:26] skora, what do you mean i want to? ;) ... hm...totem dont works ill install mplayer === sambagirl [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu [03:26] eth42: I haven't heard of that happening - perhaps you could file a bug with ubuntu agains the gnome-volume-manager package? [03:26] its the bomb. made my aunty&uncles wedding dvd with it :) === rraajj [n=Schildkr@210.213.78.38] has left #ubuntu ["http://ardzeii.tripod.com"] === ondra [n=ondra@86.49.100.12] has joined #ubuntu [03:27] jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj [03:27] theD3viL, there's a few diff pkg's of it. just probably need the standard mplayer one [03:27] ok bulio go into your sources list and change all hoary to breezy than sudo apt-get update === tear [n=root@c-986671d5.15-1-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu [03:27] Ng: ok. so it is gnome-volume-manager who does the automount? === ardzeii [n=Schildkr@210.213.78.38] has joined #ubuntu === hartsantler [n=hart@71-32-183-221.bois.qwest.net] has left #ubuntu [] [03:28] skora, i now what i need...ive just think that totem must work [03:28] eth42: ish, it's actually pmount that does the mounting, but gnome-volume-manager controls the whole affair [03:28] I got a quite serious bad problem... It sais I have no space left on / [03:28] Ng: thanks! [03:28] thing is, it auto fills, if I remove a file it doesn't free space [03:28] skora, and yeah...realplayer in repos dont work === Pupeno [n=pupeno@host155.201-252-49.telecom.net.ar] has joined #ubuntu [03:28] theD3viL, im confused on what you're having a problem with now :/ [03:28] tear: clear all your logs? === MAPD [n=bzzzzz@dna243-249.satp.customers.dnainternet.fi] has joined #ubuntu [03:28] I give up.. I can't get any help in #kubuntu [03:28] gnomefreak: sudo apt-get update done [03:29] Anyone here can help me with 2 simple problems? [03:29] skora, realplayer dont works in repo..only that :) [03:29] #gnome [03:29] sorry [03:29] ok bulio not run apt-get dist-upgrade [03:29] gnow? [03:29] what's wrong with it exactly ? [03:29] *now [03:30] yes now [03:30] gnomefreak: now run it? === workbean [n=workbean@60.48.194.101] has joined #ubuntu [03:30] hmpedersen: nobody knows yet. [03:30] Toma-: clearing anything won't help, it won't free space, it's always 0, this happened while working with progranning a program that makes a file, but the file isn't made either so I can't see how that would fill anything, and still, why wouldn't deleting a 200MB file clear any free space? === iustin [n=iustin@84.234.107.114] has joined #ubuntu === ardzeii [n=Schildkr@210.213.78.38] has joined #ubuntu [03:30] its getting stuff noew [03:30] install probs, probs during actual playback, etc. [03:30] *now [03:30] tear: could still be sitting in the ram.. === kryson [n=VICTOR@host13-218.pool80117.interbusiness.it] has joined #ubuntu === linuxboy [n=anon@yoda.frogfoot.net] has joined #ubuntu [03:30] bulio, did it do that the first time? [03:31] tear: try ask in #linux [03:31] no, I followed the guide [03:31] tear, what filesystem is it? [03:31] sry Toma, my attention was hijacked by gaim.. First, the only language im able to get in kde is english (i want danish).. Second, im unable to find out how to make gaim and gmail-notifier run at logon.. [03:31] <_jason> is it possible for me to login to gnome and fluxbox at the same time somehow? === ekimus [n=ekimus@pluto.htu.tuwien.ac.at] has joined #ubuntu [03:31] bbl soon [03:31] I'll let you know when it is done [03:31] ok [03:31] meuserj|work: ext3 [03:31] Toma-: any quickguide to how, and I'm in concole mode mo no links please [03:31] hmpedersen: to get them to run at startup, make a link of the programs to ~/.kde/Autostart [03:31] please someone know an easy to use, graphical program for backing up my ubuntu partition? or at least saving my settings (desktop, firefox) ?? === rraajj [n=Schildkr@210.213.78.38] has joined #ubuntu === kryson [n=VICTOR@host13-218.pool80117.interbusiness.it] has left #ubuntu ["Sto] === rraajj [n=Schildkr@210.213.78.38] has left #ubuntu ["http://ardzeii.tripod.com"] [03:32] tear: ive got no idea sorry [03:32] iustin, install sbackup [03:32] Toma-: OK, thanks anyway [03:32] thanx... i will try it now, meuserj|work [03:33] meuserj|work: any ideas? === Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu [03:34] toma, thanx.. === azertyman [n=azertyma@LAubervilliers-151-13-90-76.w217-128.abo.wanadoo.fr] has joined #ubuntu [03:34] no prob... as for the locale settings... [03:34] toma, u know how to find the languages for kde too? Ive searched trough just abou... [03:34] toma, wasnt supposed to press enter there.. [03:35] iirc, click K> Control Centre>Regional settings [03:35] darn enter.. too close to backspace.. === DrBair [n=ryan@c-67-186-55-131.hsd1.pa.comcast.net] has joined #ubuntu [03:35] ok folks..lets see...I installed my printer through cups...a epson stylus 740 color. used the recommended driver that cups says...printer gets alll set up..and I clean the nozzles cause I have brand new cartridges that I put in...then I try to print a test page....and the printer will do one of two things..it will either go through the printer proccess...but then have nohing on the printer paper or it will just sit there and not print at all...any id [03:35] eas? [03:35] toma, yeah.. only language available is english.. Cant get it to install danish [03:35] hmm..it broke it up on it.. === JzE [n=jze@a84-231-30-102.elisa-laajakaista.fi] has joined #ubuntu [03:36] tear, not off the top of my head === zever [n=zever@kotnet-145.kulnet.kuleuven.be] has joined #ubuntu === gnomefreak brb [03:36] hmpedersen: try 'apt-get install kde-i18n-da' [03:36] meuserj|work: OK, I'll think a bit about it === zever [n=zever@kotnet-145.kulnet.kuleuven.be] has left #ubuntu ["Heading] [03:36] hmpedersen: then restart kde and check if its there again [03:36] toma, hmm.. all of a sudden, after my many attempts, it has installed danish.. === MenZa` [n=menza@0x50a1605a.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu [03:37] ;P [03:37] Ill just restart kde.. brb [03:38] meuserj|work, i clicked back-up in sbackup configuration and now it tells me it run in backround... what does this prog do now? === hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu [03:39] meuserj|work, i am worried cause i have very little space on this partition === beyond is now known as beyond-rango === Sonderblade_ [n=muh@213.131.147.169] has joined #ubuntu [03:40] well.. it's backing up all settings in /etc, your home directory (execpt for media files like movies and music), and /var (except for temporary files) to /var/backup === shaa-gi [n=shaggy@pixpat.austin.ibm.com] has joined #ubuntu === hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu === lastu [i=lastu@cs181191220.pp.htv.fi] has joined #ubuntu === saik0 [n=saik0@adsl-065-007-195-142.sip.mia.bellsouth.net] has joined #ubuntu [03:42] okay.., how many xchat have i running now? === digis_ [n=digis@85.206.234.84] has joined #ubuntu [03:42] iustin, it also excludes files over 100 MB [03:42] 1? [03:42] 11 minutes until it is done the download [03:43] iustin, so it shouldn't take up too much room [03:43] yes ... it stopped === brainball [n=haico@cc5640-a.ensch1.ov.home.nl] has joined #ubuntu [03:43] bulio, after its done if no errors reboot into the new kernel sould be 2.6.12-10 i think is the newest one for breezy [03:44] hmpedersen: what? [03:44] should even [03:44] finally i want to save my ubuntu and applications configurations and then e-mail them , format everything and reinstall on all of my hda [03:44] toma, seems i have 5 gmail notifiers and 5 gaim running now.. 2 i can see, the rest are in background.. [03:44] iustin: just make a big tarball of home [03:44] gnomefreak:what do I do once iyts done downloading? [03:44] just that? [03:44] iustin, ok.. then tar up your /var/backup directory === rockin_stan [n=stan@dslb-084-057-030-036.pools.arcor-ip.net] has joined #ubuntu [03:45] hmpedersen: oic. youve got it to save the session on log out right? === rockin_stan [n=stan@dslb-084-057-030-036.pools.arcor-ip.net] has left #ubuntu ["switching] === veronique [n=veroniqu@dyn-83-156-72-46.ppp.tiscali.fr] has joined #ubuntu [03:45] bulio, read above i just told you sir/maam [03:45] ok, thanks [03:45] hello [03:45] it does save also my progs configuration (like firefox) ? [03:45] toma, no.. well.. in gnome i set it to never save session.. But havent found that in kde yet.. didnt tell it to save.. [03:45] iustin, yes === res-loon [i=res@adsl-ull-154-173.44-151.net24.it] has joined #ubuntu [03:45] thanks so much === bipolar [n=bflong@146.145.26.90] has joined #ubuntu [03:45] hmpedersen: hang on, ill log into kde :0 [03:45] i will try to tar my /var/backup [03:45] :) [03:45] hello [03:46] toma, thanx === netjoined: irc.freenode.net -> brown.freenode.net === Laney [n=laish@81-179-245-187.dsl.pipex.com] has joined #ubuntu === Subhuman [n=jack@host86-139-40-203.range86-139.btcentralplus.com] has joined #ubuntu [03:46] hello === Laney [n=laish@81-179-245-187.dsl.pipex.com] has joined #ubuntu [03:47] whats a good 2D app to look into space :( i dont know how to word it lol sorry [03:47] hi, ive been running desktop ubuntu on a second box, but i want to use this as a server. worth reinstalling as ubuntu server? or what are the differences? as i have apache ssh and ftp on this machine anyway [03:47] the installer keeps asking me to enter my name and passwords === Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu [03:47] over and over [03:47] i like kde :( i miss it [03:47] 2d space map? google: [03:47] a gnome version of kstars :) [03:47] Gstars? [03:47] meuserj|work, i`m a newbie but i wanna learn :)) ! can u plz paste here the command line for tar my /var/backup [03:48] didnt think there was a gstars but ill see [03:48] meuserj|work, sorry for annoying you! === Digis [n=digis@85.206.234.84] has joined #ubuntu [03:48] ok hmpedersen, open up system settings, user account, session manager and make sure it starts with an empty session [03:48] i think u tar ur home and move it to /backup buddy [03:48] toma, yeah.. thanx.. i just found it a sec ago :) [03:48] nope no gstars === sadpanda [n=angryfix@c-24-9-87-222.hsd1.co.comcast.net] has joined #ubuntu === derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu === gnomefreak brb [03:48] oic [03:48] iustin, tar cjvf backups.tar.bz2 /var/backup [03:49] I'm a lil slow.. [03:49] thanx :) === HiddenWolf [n=HiddenWo@136.17.dynamic.phpg.net] has joined #ubuntu === SouLReaveR [n=everton@200.129.167.92] has joined #ubuntu [03:49] . === spine_ [i=spine@gnook.org] has joined #ubuntu [03:50] . === LSD-25 [n=monoxyde@24-177-238-026.dhcp.spbg.sc.charter.com] has joined #ubuntu [03:50] why does the installer keep asking me for username and password? === slipstream-- is now known as slipstream [03:50] where is the apt-get package list in ubuntu ? [03:50] ? [03:51] /etc/sources.list [03:51] that has a list of all the possible packages i can install? === LSD-25 isn't very familiar with apt-get... [03:51] LSD-25: synaptic can show you that easily [03:51] LSD-25, no sorry [03:51] /etc/apt/sources,list [03:51] is the list of repositries [03:51] but yeah [03:51] Hello. I'm trying to find a way to "ping" an IP address and a certain port (namely port 80 for HTTP), but I want to be able to use that port's protocol (ie, HTTP), so that I can retrieve any error codes. Ping uses ICMP and netcat uses basic TCP, so even though I can ping port 80, I can't get an error code. Any ideas? [03:52] NG i only installed console [03:52] system/admininstation/synaptic pakcager manager [03:52] oh LSD-25 [03:52] LSD-25: aptitude then [03:52] its a server ;) [03:52] apt-cache search === frwll [i=system@201.14.146.188] has joined #ubuntu [03:52] thanks. [03:52] do "sudo apt-get search "string" [03:52] i'm used to FreeBSD and the ports collection === frwll [i=system@201.14.146.188] has left #ubuntu ["parting"] [03:52] wanted to try something new. === lucaas [n=LMX@h230n3c1o1124.bredband.skanova.com] has joined #ubuntu [03:52] hey LSD-25, wats fbsd like to install and admin? [03:52] 3 mins left :) [03:53] im thinking of checking out tonight. [03:53] i love FreeBSD === zaphod_ [n=zaphod@202-149-40-224.exatt.net] has joined #ubuntu [03:53] the freebsd install is quite simple [03:53] the 5.* and 4.11 are the most stable IMO === Silencer [n=Silencer@82.208.215.13] has joined #ubuntu [03:53] <_nano_> Ng, what about hardware detection? [03:53] its great. [03:53] hardware detection on bsd. [03:53] _nano_: pass [03:53] fbsd at least. [03:53] itz lame, im having to shuffle my parititons about as it needs a primary partitioon === bobw_ [n=bobw@out.twmetals.com] has joined #ubuntu [03:54] Linux can read NFS right? [03:54] its been 4 years since i used linux. === tear [n=root@c-986671d5.15-1-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu === Quovodis [n=damienf@84.203.136.66] has joined #ubuntu === meepy [n=meep@D40A94C9.rev.stofanet.dk] has joined #ubuntu [03:54] LSD-25, of course [03:54] LSD-25: you mean ntfs? [03:54] no, NFS [03:54] FreeBSD file system [03:54] how can I change the default application for MP3 files? [03:54] can I reinstall ubuntu from the net without loosing my /home ? === dr_willis [n=willis@12-222-81-183.client.insightBB.com] has joined #ubuntu === nic_ [n=nic@141.70.111.163] has joined #ubuntu [03:55] tear, you could always backup your /home first [03:55] tear you should always make /home a separate partition for those occasions [03:55] LSD-25, you mean the Network FileSystem right? RPC and all that? [03:55] LSD-25: not networked file system? [03:55] yeah meepy [03:55] meuserj|work [03:55] dont format your /home at install ... [03:55] what's up? [03:55] how can I change the default application for MP3 files? [03:55] meepy i didn't mean to put in your nick ;) was trying to get meuserj|work [03:55] extracting packages now [03:56] was too lazy to hit tab enough [03:56] how long does that take? [03:56] :) [03:56] when upgrading to breezy [03:56] Subhuman i just wanted a change, so i decided to go back to my roots with linux ;) === hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu === markive [n=marky@84.12.195.57] has joined #ubuntu [03:57] Toma, thanx.. now its working as it should :) [03:57] Subhuman http://www.obliterates.us/uptime.JPG :) not a problem in the world when i did a shutdown after that.... ran like a champ [03:57] hmpedersen: kewl :) [03:57] well I will do that next time, but I doesn't save that much in /home ony thing is my programming, the rest I have mounted a partition for. anyhow, how do I backup the /home I'm in console mode, something scewed my / diskspace totaly [03:57] does anyone have the same issue with kpdf as I do? see here: http://paste.ubuntu-nl.org/5753 === dpupp [n=dpupp@cpe-65-189-185-5.columbus.res.rr.com] has joined #ubuntu [03:58] hello, Can I disable a usb port with putting it into the blacklist file of hotplug? (its a faulty usb port and I get errors of it every 15seconds, with stopping hotplug, the error messages dissapear to) [03:58] but I wanna keep hotplug :-) === Astxist [n=komugiub@ppp22DA.dyn.pacific.net.au] has joined #Ubuntu === workbean [n=workbean@218.111.23.95] has joined #ubuntu [03:59] Penguin_, you mean a single port? [03:59] yes === voicu [n=voicu@86.106.134.105] has joined #ubuntu [03:59] Hmm... that would be interesting... [03:59] a single port out of the 4 or so on the pc is bad eh? [03:59] I have googeled and searched but cant find a answer === mondi [n=raymond@210.213.196.125] has joined #ubuntu === mondi [n=raymond@210.213.196.125] has left #ubuntu [] [04:00] yes, its from the build in cardreader [04:00] Penguin, i'd open the box and disconect it [04:00] Penguin_, not that I know of.. the only thing you can blacklist in hotplug is a driver.. and I assume that you still want to use the good ports [04:00] how to I reinstall ubuntu without disc? [04:00] thats the problem, then I disable 4 ports at once [04:01] penguin_ just cut the wires on the faulty one [04:01] ok gonna try that, thx :-) [04:01] Penguin i'd wait for a second [04:02] Penguin just incase any of these folks might have a software fix [04:02] how can i make apt-get get packages off the web instead of the cd? === ubuntu_ [n=ubuntu@user-0cetkik.cable.mindspring.com] has joined #ubuntu === amorph [n=amorph@p54B0C368.dip0.t-ipconnect.de] has joined #ubuntu [04:02] !tell LSD-25 about repos [04:03] Hello! I've set up lan network between me and Xp but when I try to connect to the other pc it requests some password and didn't specify one.. what should I do...? [04:03] How can I use php on the commandlines as scripts? like: $ php myscript.php... when I try that It can't find php... [04:03] Dido- tried leaving it empty? [04:03] Dido leave it empty [04:03] zandaa, yes [04:03] Dido- weird [04:03] i've tried, doesnt work [04:03] dashinho: sudo apt-get install php4-cli and the command is php4 [04:03] have you got guest account ennabled in xp? [04:03] damn, just found a command to help tear :( [04:03] trappist i'm using console . . . [04:04] no gui [04:04] ok I'm still here :) [04:04] LSD-25, comment out the cdrom repo should be first one in sources list === TimM [n=none@b-6c.lcom.net] has joined #ubuntu [04:04] LSD-25: add some repositories to your /etc/apt/sources.list and remove the cd repository === hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu === oFoiixW [n=eaaiaoen@85.186.40.239] has joined #ubuntu === oFoiixW [n=eaaiaoen@85.186.40.239] has left #ubuntu [] [04:04] back [04:04] gonna ask on the forums to :-) [04:04] penguin good idea [04:04] "-P [04:05] thanks [04:05] zandaa, and the xp doesn't allow the leave it empty [04:05] .. [04:05] penguin thats a hardware problem really === pitti_ [n=pitti@195.227.105.180] has joined #ubuntu [04:05] I dont wanna break the whole thing for just an error message :p === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu === linuxgeek2 [n=linuxgee@59.92.129.44] has left #ubuntu ["Leaving"] === tenshiKur0 [n=tenshiKu@S0106000d93cb5211.vc.shawcable.net] has joined #ubuntu [04:05] there must be a way of stoping it [04:05] zandaa, any idea how to specify password so i'm sure i'm entering it correct [04:05] yup, but the weird thiong is that sometimes with a cold boot it works again [04:05] maybe a loose wire [04:06] if I boot into windows its totally screwed up again [04:06] how come when i "sudo apt-get search gcc" i get the error "E: Invalid operation search" === ovDmePpie [n=eaaiaoen@85.186.40.239] has joined #ubuntu [04:06] I think windows does something really freaky with it :-) === ovDmePpie [n=eaaiaoen@85.186.40.239] has left #ubuntu [] [04:06] i'd unsolder the busted one or just cut if free [04:06] LSD-25: apt-cache search [04:06] LSD-25, apt-cache search gcc [04:06] ok :-) [04:06] thanks [04:06] LSD-25, he gave you the wrong command [04:07] bbl [04:07] LSD-25, quick tip... if you source /etc/apt/bash_completion, you can bash complete package names [04:07] need some help with TVTIME... i dont have permision to make changes to it for some odd reason. it wont even read its own... removing it does not do anything to change when reinstalling. owner is root, permission is 700 ...and i suck at changing permissions :( help please? . [04:08] Anyone know how to put power preferences in the startup so the battery icon is on the taskbar please? [04:08] Dido-, I don't have a clue about Win>Lin networking [04:08] i do it [04:08] i have 8 machines here networked [04:08] zandaa, any idea how to specify password so i'm sure i'm entering it correct (here on ubuntu) [04:08] 9 now i have this laptop [04:08] when running TVtime i get: Reading configuration from /etc/tvtime/tvtime.xml [04:08] I/O warning : failed to load external entity "/home/ookami/.tvtime/tvtime.xml" [04:09] i never seem to have a problem [04:09] i/o permission denied. [04:09] in ubuntu i just go to places>then network servers [04:09] dpupp: have you run tvtime-configure yet? [04:09] dpupp, use sudo before the command [04:10] toma- no i havent. [04:10] how do u keep the battery monitor icon when i remboot chaps? [04:10] dpupp, it sounds like you don't have permission to read .tvtime [04:10] dpupp, try this [04:10] im watching scrubs thru tvtime right now :D === dao [n=dao@236-133.surfsnel.dsl.internl.net] has joined #ubuntu [04:10] whats tvtime? === jobli [n=jobli@h13n1fls310o291.telia.com] has joined #ubuntu [04:10] tv app [04:10] yeah the directory is locked .... permission 700 [04:10] dpupp, do you own the dir [04:10] ? [04:11] toma- is it any good? [04:11] markive: the best. [04:11] markive, it's great.. it's what I use too === nalioth_zZz is now known as nalioth [04:11] needs recording tho :( === pitti_ is now known as pitti === gnomefreak assuming you need a cable outlet in back of pc? [04:11] it has a list of servers inside it? [04:11] meuserrj|work, what? .... [04:11] <_nano_> could any one suggest a good blogging client for gnome that's compatible with Blogger. Gnome-blog-post doesn't seem to work properly with blogger [04:11] dpupp: ls -l... does it say your username === mitey\ [n=ubuntu@ip24-255-220-238.ks.ks.cox.net] has joined #ubuntu [04:11] markive: gnomefreak: its for tv cards only :D [04:12] dpupp, ls -ld .tvtime [04:12] ahhhh [04:12] help: why does setup keep asking for username and password when i install as server? === neeja [n=neeja@CPE-147-10-218-195.nsw.bigpond.net.au] has joined #ubuntu [04:12] now installing [04:12] ookami@navi:~$ ls -l .tvtime [04:12] ls: .tvtime: Permission denied [04:12] dpupp, ls -ld .tvtime [04:12] almost done with installing packages [04:12] dpupp, the d is important [04:12] im off. cyas [04:12] ookami@navi:~$ ls -ld .tvtime [04:12] drwx------ 2 root root 4096 2005-12-14 09:49 .tvtime [04:13] dpupp, ok... do this [04:13] dpupp: u can see it's owned by the user root and in the group root === tRSS [n=tRSS@202.174.142.2] has joined #ubuntu [04:13] why is it owned by root if i installed it? :( [04:13] sudo chown -R dpupp:dpupp .tvtime === gnomefreak is now known as gnomefreak_away [04:13] where dpupp is your username === kairo [n=kairo@200.195.46.250] has joined #ubuntu [04:14] dpupp, you must have run it as root at some point [04:14] sudo chown -R ookami:ookami .tvtime [04:14] right? [04:14] yeah [04:14] if you're ookami [04:14] :( [04:14] ok, yeah i install everything using sudo.... its the only way i have seen it to work. other wise, i get permission not allowe.d [04:15] ok! there we go. [04:15] dpupp, right.. but it shouldn't have written your .tvtime files as root unless you accidentally ran tvtime as root [04:15] dpupp, great === jsg_ [n=jsg@203.215.118.152] has joined #ubuntu [04:16] meuserj|work , thanks :) === kyncani [n=kyncani@lns-bzn-1-82-250-0-227.adsl.proxad.net] has joined #ubuntu [04:16] actually I think there's something about tvtime... my .tvtime was root-owned too, and I don't think I ever even used it [04:16] how does one run a program as root? other than sudo?id like to know so i can avoid that. [04:16] sudo is how it's done === freysteinn [n=freystei@freysteinn.com] has joined #ubuntu === __Ace__ [n=love@h55l211.delphi.afb.lu.se] has joined #ubuntu [04:16] ok. [04:16] takes note of the chown command. * === jsg_ is now known as jsgotangco [04:17] I really think it's a tvtime package issue, though [04:17] dpupp, np [04:17] confirmed [04:17] dpupp: get a root shell with sudo -i [04:17] dpupp, you probably did it with sudo [04:18] I just installed tvtime and ran it once as myself, and I have a root-owned .tvtime in my homedir [04:18] he didn't. or at least, he wouldn't have had to. [04:18] trappist, really? that's odd.... it must be suid root. [04:18] Ive on latitude d510 and touchpad dont work for 'click and select'. Look the documentation /usr/share/doc/xorg-driver-synaptics/readme.debian have a refer about kernel module config_mouse_ps2_synaptics. On Ubuntu Kernels this module is not pre-compiled. Possible error? [04:18] great! now i get to figure out why its missing channels that are available when under windows :) === seth_k|away is now known as seth_k [04:18] bbl. got some docs to read. Thanks for the help. [04:18] meuserj|work: doesn't look to be. it couldn't read its own .tvtime, anyway. [04:19] trappist, very weird..... [04:19] i'm currently using gentoo on my desktops and frankly haven't got the time to set it up on my laptop, would ubuntu suit me? [04:19] Fast, definately [04:19] i'm a big gnome fan too... [04:19] just installed tvtime, click it in applications , boom , worked === thegladiator [n=ubuntu@202.83.46.128] has joined #ubuntu === christianp [n=christia@151.56.254.22] has joined #ubuntu [04:20] Fast, then ubuntu will definately suit you [04:20] help: why does setup keep asking for username and password when i install as server? [04:20] markive: ls -ld ~/.tvtime [04:20] Fast, and if you can handle portage, you can definately handle apt [04:20] kairo i think so [04:21] St^Anger^19m: it's probably asking you for usernames and passwords for various apps [04:21] trappist whats that? === surfdue [n=surfdue@unaffiliated/surfdue] has joined #ubuntu [04:21] St^Anger^19m, it must be getting stuck somewhere? are you getting an error? === yawp [n=stefan@141.26.94.85] has joined #ubuntu [04:21] St^Anger^19m: which shouldn't be the same as the system account [04:21] no === VincentMX [n=vincent@c3eea0597.cable.wanadoo.nl] has joined #ubuntu [04:21] markive: I want to see if it's owned by root [04:21] hi === struggler [n=kdibble@h76.90.29.71.ip.alltel.net] has joined #ubuntu [04:21] it just keeps goin over it again [04:21] ok [04:21] no error msg === seth_k is now known as seth_k|away [04:21] how come i can [04:21] St^Anger^19m: try a better password [04:21] Oops [04:21] markive: in the end of day I make a recompile kernel for a test. The ubuntu haves a doc for this compilation? [04:21] St^Anger^19m: just a guess [04:21] how come i can't play MP3? [04:22] !tell VincentMX about mp3 === trondd_ [n=trondd@193.213.31.133] has joined #ubuntu [04:22] thnx [04:22] hmm [04:22] ye it's different passwords === carsten [n=carsten@i53872747.versanet.de] has joined #ubuntu [04:22] what an idiot :D [04:22] whats the command? [04:22] St^Anger^19m: haha === czs2000 [n=czs2000@210.77.6.134] has joined #ubuntu [04:22] markive: ls -ld ~/.tvtime === JustSteve [n=shadesof@ppp-69-221-2-75.dsl.toldoh.ameritech.net] has joined #ubuntu === Poland [n=tyler@gatekeeper.dwc.edu] has joined #ubuntu [04:23] so can someone answer me a question === Corin_777 [n=Corin_77@host86-143-26-16.range86-143.btcentralplus.com] has joined #ubuntu [04:23] Poland: not until you ask it [04:23] ~askprotocol [04:23] why is TOR blocked here? [04:23] !askprotocol [04:23] Corin_777: too much abuse [04:23] Wish i knew, MickMcMack [04:23] GRrrrrrrrr. [04:23] can ubuntu work with an airport extreme card? [04:24] trappist, from who? === MickMcMack can't remember what the factoid was called. :( [04:24] some people use it just for privacy.... [04:24] Corin_777: tor users, I guess. I'm sorta new here, but that's what the ops tell me. [04:24] ok [04:24] Corin_777: yeah and some people take advantage of the privacy to act like idiots [04:24] Ops, where are you? [04:24] Seveas? === kyncani [n=kyncani@lns-bzn-1-82-250-0-227.adsl.proxad.net] has joined #ubuntu [04:25] Corin_777, ? [04:25] because i really need wireless and ive read that ubuntu doesnt even support wireless? [04:25] why is tor blocked? [04:25] is that correct? === toothpick [n=cai@pcp02512523pcs.halyvl01.nj.comcast.net] has joined #ubuntu [04:25] Poland: if you do lspci does it tell you what chipset the card uses? [04:25] Corin_777, too much abuse [04:25] where do i do that/ [04:25] what's up with http://paste.ubuntu-nl.org/d5754 ? [04:25] trappist: no...its actually looping :( [04:25] Seveas, from who? how? [04:25] I allowed synaptic to upgrade apache2 to 2.0.53-5ubuntu5.4 and now apache dies with "apr_thread_create: unable to create worker thread". whenever a connection is attempted, anybody help? [04:25] Poland: ubuntu has the best wireless support I've seen in any distro I've used [04:25] Corin_777, from tor, in here, EOD [04:25] but with mac? [04:26] !ask === zoyd [n=vinay@220.225.32.98] has left #ubuntu ["Leaving"] [04:26] EOD? what do you mean "from tor"? from tor users? [04:26] Corin_777: "end of discussion" [04:26] Corin_777: EOD = End Of Discussion [04:26] 0000:00:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 AGP [04:26] 0000:00:10.0 VGA compatible controller: ATI Technologies Inc RV250 5c63 [Radeon Mobility 9200 M9+] (rev 01) [04:26] 0001:10:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 PCI [04:26] 0001:10:12.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03) [04:26] 0001:10:17.0 ff00: Apple Computer Inc. KeyLargo/Intrepid Mac I/O [04:26] 0001:10:18.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB [04:26] Corin_777, sigh, they are blocked and it's not going to change. POINT [04:26] 0001:10:19.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB [04:26] ugh. === mode/#ubuntu [+b %Poland!*@*] by Seveas === Poland [n=tyler@gatekeeper.dwc.edu] has left #Ubuntu [requested] [04:26] Pwnt. === yawp [n=stefan@141.26.94.85] has joined #ubuntu [04:26] Corin_777: lots of people come here to spam or flood. if they use TOR you can't ban them, other than by banning all TOR users. [04:27] hmmmm [04:27] LSD-25, dependency issue [04:27] seems unfair [04:27] drwx------ 2 marky marky 4096 2005-12-14 15:18 /home/marky/.tvtime [04:27] some of us use it for online privacy [04:27] Corin_777: complain to the abusers. [04:27] Corin_777, just as unfair as flooding [04:27] i'm trying to stream live music using totem movie player. how can i download the correct codecs? [04:27] live with it. [04:27] LSD-25, just apt-get install perl [04:27] What's TOR ? [04:27] O_o; === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu === john_ [n=john@p54B5E341.dip.t-dialin.net] has joined #ubuntu [04:27] Corin_777: you can still use a server that isn't yours for IRCing [04:27] meuserj|work i've done that :-x [04:27] Corin_777: just not a tor one [04:27] get yourself an unaffiliated/cloak if you want 'privacy' [04:28] MickMcMack, an abusers heaven === MickMcMack fluffles his own cloak. === otep [n=otep@AP-203.167.31.158.sysads.com] has joined #ubuntu [04:28] Ah, Seveas, like AOL? [04:28] arod get win32 codecs and use vlc or mplayer instead [04:28] *chortle* [04:28] MickMcMack, :) [04:28] MickMcMack: tor is "the onion router" - it's like a bunch of proxy servers or some such === jygge [n=jygge@YYYMMMCCCXLI.dsl.saunalahti.fi] has joined #ubuntu [04:29] Thanks dooglus. :) [04:29] anyway, let's stop being horribly off-topic === MickMcMack slaps self. === Strider [n=shrike@217.164.63.147] has joined #ubuntu [04:29] what if i run a tor node on ubuntu? :P [04:29] markive i only have totem and xmms === markive okes himself in the eye [04:29] dooglus, where can i find details of other servers? === toothpick [n=cai@pcp02512523pcs.halyvl01.nj.comcast.net] has left #ubuntu ["Konversation] [04:29] arod , download vlc or mplayer [04:30] totem is weak [04:30] Corin_777: check out tor.eff.org for more info === Skoal [n=tyler@gatekeeper.dwc.edu] has joined #ubuntu [04:30] ok im installing vlc now. i tried getting mplayer, it said i had it already. i dont see it though === mode/#ubuntu [-bb %Poland!*@* %FANNY!*@*] by Seveas === hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu [04:30] jbroome, im not asking what tor is... i was the one complaining that tor has been banned.... it was MickMcMack asking what it was... [04:30] how do i do a big post? [04:30] type it in run, see if it starts [04:31] pastebin? [04:31] Skoal, yup [04:31] great.. finally skype learned to not kill all sound when i try to make a call.. [04:31] doh [04:31] !tell Skoal about pastebin === mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu [04:31] dooglus, "you can still use a server that isn't yours for IRCing" - where can i find details of servers? [04:31] instead now it refuses to call, saying problem with sound device :( [04:31] ok i need to know if airport extreme cards work well with ubuntu === tenshiKur0 [n=tenshiKu@S0106000d93cb5211.vc.shawcable.net] has joined #ubuntu [04:31] Skoal, they don't. Blame apple/broadcom === SantaD1 [n=damian@pool-71-104-105-237.lsanca.dsl-w.verizon.net] has joined #ubuntu [04:31] Corin_777: I think he means get yourself a shell [04:31] they dont at all? [04:31] markive vlc works perfect now. thanks [04:32] trappist, i think he means use a normal proxy... [04:32] they don't work at al, stupid broadcom chip [04:32] arod :) glad to be a help [04:32] I read the other day that someone reverse engineered the broadcom chip used in the apple airport extreme === wizzard [n=wizzard@flits102-59.flits.rug.nl] has joined #ubuntu === wizzard [n=wizzard@flits102-59.flits.rug.nl] has left #ubuntu ["Leaving"] [04:32] Ng, yeah, but that's still very unstable [04:32] looks promising though === workbean [n=workbean@60.48.195.219] has joined #ubuntu [04:33] I picked up an Athereos based netgear the other day, worked perfectly out of the box :) === JayKay [n=jk@p54AD628B.dip.t-dialin.net] has joined #Ubuntu [04:33] i istill need to find out how I can keep the battery status icon in the taskbar , when i reboot it goes, have to run the app again [04:33] http://bcm43xx.berlios.de/ === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu [04:33] brb [04:33] Ng: yeah atheros cards are great [04:33] markive: when you log out or tell it to reboot, tick the "Save current session" box, it should remember the settings [04:34] atheros++ [04:34] are there any sites I can read up on that have shortcut keys for ubuntu? like how to get to the applications menu for say without using the mouse === mrkoje [n=mrkoje@cpe-24-242-43-177.hot.res.rr.com] has joined #ubuntu [04:34] especially if yoiu use the latest drivers (not the restricted-module ones) [04:34] ahh... i seen that , why didn't i think of thagt [04:34] ng nice one brb , then [04:34] Seveas: I've been meaning to have a play with those - you mean madwifi-ng? [04:34] arod--, === yawp [n=stefan@141.26.94.85] has joined #ubuntu [04:34] Ng, no simplt the latest madwifi === Howdy125 [n=Howdy125@c-24-19-253-187.hsd1.or.comcast.net] has joined #ubuntu [04:34] ah [04:34] where can i edit my services at startup? [04:35] theD3viL, system -> admin -> services [04:35] Seveas so i guess it's alot of alt & f buttons? any actual documentation though? === svizzero [n=svizzero@host60-200.pool877.interbusiness.it] has left #ubuntu ["Sto] [04:35] Seveas, there are not all === Decadent [n=variemai@ppp21-adsl-230.ath.forthnet.gr] has joined #ubuntu === svizzero [n=svizzero@host60-200.pool877.interbusiness.it] has joined #ubuntu [04:35] arod--, the gnome help should have them, system -> prefs -> keyboard shortcuts lists a lot (and you can change them there too) === samu2 [n=sam@svamppi.sby.abo.fi] has joined #ubuntu === ntemis [n=ntemis@212-70-207-193.ath.adsl.tee.gr] has joined #ubuntu === bulio [n=bulio@toronto-HSE-ppp4051204.sympatico.ca] has left #ubuntu ["Leaving"] [04:36] Seveas, oh...yes there are all...what do anacron atd and cron? === regeya [n=shane@adsl-sp3-cdale176.micgi.com] has joined #ubuntu [04:36] Seveas thanks. === Howdy125 [n=Howdy125@c-24-19-253-187.hsd1.or.comcast.net] has joined #ubuntu [04:37] hm [04:37] theD3viL: they are for running scheduled jobs - e.g. cron/anacron manage things like rotating logs, updating the database used by "locate", etc. [04:37] window 27 [04:37] i am thinking about testing suse 10.0 [04:37] erk [04:37] theD3viL: scheduling periodic jobs (you want them) [04:37] tried suse a few years ago [04:37] hey [04:37] didnt like it [04:38] testmachine -> #suse [04:38] how can i set up users manually from command line? === john__ [n=john@200.122.157.100] has joined #ubuntu [04:38] i have root [04:38] Seveas: dont ask support [04:38] St^Anger^19m: adduser [04:38] control [04:38] St^Anger^19m, sudo adduser $some_name [04:38] Seveas: just talking shit [04:38] can someone tell me what is this command for before i go running it? modprobe SAA7133 [04:38] ? [04:38] testmachine -> #ubuntu-offtopic then ;) [04:38] hehehh [04:38] does that chan exist? [04:38] it inserts the SAA7133 driver [04:38] dpupp, it loads the saa7133 kernel module === ubuntu_ [n=ubuntu@189055.uninet.lv] has joined #ubuntu === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu === OculusAquilae [n=bastian@p548D219C.dip0.t-ipconnect.de] has joined #ubuntu === rightcoast [n=rightcoa@234.243.204.68.cfl.res.rr.com] has joined #ubuntu === arrinmurr [n=arrinmur@CMLXXXVI.tun.saunalahti.fi] has joined #ubuntu [04:39] Seveas: it says group some_name doesnt exist === JayKay [n=jk@p54AD628B.dip.t-dialin.net] has left #Ubuntu ["!quit"] [04:39] PS: username creation in install failed...so i skipped it [04:40] St^Anger^19m, don't actually use some_name.... [04:40] St^Anger^19m, replace $some_name with the name you want... [04:40] meuserj|work: that much i know :D [04:40] Seveas: yes i did [04:40] St^Anger^19m, only put one name in, because if you put two in, it thinks you are adding a name to a group [04:40] 1 name [04:40] so you did "sudo adduser blah" [04:40] i just did #sudo adduser $andrea [04:40] ok. hmmm. ok i issued the command: modprobe saa7134 but i got no response or info... it just brings me back to the terminal prmopt. there a way to make it verbose so i know whats going on? [04:40] Seveas, when i shutdowning computer there is stoping bluetooth service..and i dont know where dont start it [04:41] St^Anger^19m, don't put the dollar sign in. === Corin_777 [n=Corin_77@200.109.38.79] has joined #ubuntu === serengeti [n=slawek@host-86-63-138-97.pronet.lublin.pl] has joined #ubuntu === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu [04:41] Seveas, am I allowed this proxy? [04:41] dont work [04:41] :( [04:41] Corin_777, if it isn't banned: yes :) [04:41] chown was not permitted [04:41] hello :) [04:41] for /home/andrea [04:42] i've a problem setting up irda on my thinkpad t42 [04:42] i installed irda-utils [04:42] St^Anger^19m, ok... so you are adding a user that already has a home directory. [04:42] can i remove a use first? === Tartaros [n=icechat5@r4al191.chello.upc.cz] has joined #ubuntu [04:43] meuserj|work: yes...trouble is...the install never accepted the user..it kept asking me for it [04:43] did sudo modprobe irda irtty_sir sir_dev === Beantree [i=Beantree@220.123.55.116] has joined #ubuntu === yawp [n=stefan@141.26.94.85] has left #ubuntu ["Verlassend"] [04:43] are you sure that the user doesn't exist? === bruder [n=bruder@201.15.250.22] has joined #ubuntu [04:43] grep andrea /etc/passwd [04:43] but irdadump shows nothing when I wave my siemens me45 in front of the irda port [04:44] :D [04:44] any clues? === retteketet [n=retteket@cc830440-b.groni1.gr.home.nl] has joined #ubuntu === DonVincenzo [n=vincent@AGrenoble-152-1-57-125.w83-201.abo.wanadoo.fr] has joined #ubuntu === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu [04:44] meuserj|work: that returned notinh === aLoSs [n=Geveze@81.213.135.103] has joined #ubuntu === Nafallo [n=ubuntu@c-f332e055.23-6-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu === aLoSs [n=Geveze@81.213.135.103] has left #ubuntu ["Yzk] === Nafallo [n=ubuntu@c-f332e055.23-6-64736c10.cust.bredbandsbolaget.se] has left #ubuntu ["Leaving"] [04:45] St^Anger^19m, ls -ld /home/andrea [04:45] how do i get detailed information of a TV card that i have installed? [04:45] dpupp, lshal / lspci -n [04:45] meuserj|work: /home/andrea no such file or directory [04:46] St^Anger^19m, ls -ld /home [04:46] btw...i tried to set up home as fat 32 [04:46] St^Anger^19m, there's your problem [04:46] you can't do that [04:46] hmmm [04:46] why? [04:46] i need to transfer files [04:46] from win to linux [04:46] St^Anger^19m, that's probably why it kept erroring in the install too === Mazoku [n=mazoku@213.141.158.52] has joined #ubuntu [04:46] you can't do that because you need more permission bits in your home directory than fat32 provides [04:47] yes, /home on fat32 is a recipe for disaster [04:47] the installer actually prevents that now [04:47] Seveas: then the installer should stop it :( [04:47] St^Anger^19m, was it a hoary installer? [04:47] i'm on 5.10 [04:47] St^Anger^19m, make a seperate partition for that [04:47] dont' try to use your home [04:47] okies [04:47] the 5.10 stops it unless you override that [04:47] :D === aLoSs [n=Geveze@81.213.135.103] has joined #ubuntu [04:47] i'll reinstall [04:47] its only a server install anyway :D === efbie [n=fred@85.201.6.12] has joined #ubuntu [04:48] nothing like reformatting windows :D [04:48] thanks :D [04:48] Do you think Ubuntu is suitable to server usage? [04:48] ubuntu-minimal [04:48] yes === remote_ [n=remote@CPE-72-128-40-156.kc.res.rr.com] has joined #ubuntu [04:48] samppa: yes it is [04:48] samppa, yes, I use it on quite a few servers [04:48] yes iit is [04:48] samppa: perfect [04:48] for servers [04:48] okay :P [04:48] i run an asterisk server [04:48] on ubuntu === zever [n=zever@kotnet-145.kulnet.kuleuven.be] has joined #ubuntu [04:48] voip [04:49] but actually i want a minimilast system for xfce ;D [04:49] hence my server install [04:49] what does ubuntu use for power management on laptops? === clast [n=clast@p54B3EA72.dip.t-dialin.net] has joined #ubuntu === ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has joined #ubuntu [04:49] testmachine what is this asterisk thing? [04:49] I've used Debian as a server OS but my / hard disk was broken 2 weeks ago. [04:49] VincentMX: its anPBX server [04:49] Today I will install some Unix to that box === Zdra [n=zdra@238-230.243.81.adsl.skynet.be] has joined #ubuntu [04:50] can you use it to call to normal phones, testmachine? === pickett [n=pickett@ppp221-218.lns2.adl4.internode.on.net] has joined #ubuntu === Sonderblade_ is now known as Sonderblade [04:50] i'm learning linux with VMware [04:50] I am having difficulty charing my laptop batteries [04:50] i hate rebooting [04:51] can anyone help me with this? === Quovodis [n=damienf@84.203.136.66] has left #ubuntu [] === ernstp [n=ernstp@k13d217-2.kam.afb.lu.se] has joined #ubuntu === Jowi [n=johan@bgn92-4-82-238-212-88.fbx.proxad.net] has joined #ubuntu === FliesLikeABrick [n=Ryan@cpe-72-224-119-16.nycap.res.rr.com] has joined #ubuntu [04:53] anyone running Dapper can find the print option in Gimp? [04:53] remote_ > I don't think it has anything to do with uuntu [04:53] hello everyone. I have a strange mplayer output problem: http://paste.ubuntu-nl.org/5755 [04:53] I have two batteries in my Dell 8200 and one of them doesn't seem to be charging one of them [04:53] Jowi > use VLC :p [04:53] when vi doesn't let me delete something with backspace, how do i enable it? at the moment i have to go to the start of a word and press delete === Minardi [n=Minardi@ip51cef333.adsl-surfen.hetnet.nl] has joined #ubuntu [04:54] HymnToLife > I can't even see the battery monitor on my session right now, did I mess something up with acpi? [04:54] olicat, is it nvi or vim? [04:54] HymnToLife: probably not possible with freevo i'm afaid. that's the only reason i use mplayer. totem-xine work great for me [04:54] Jowi: have you tried other video output drivers? [04:54] remote_ > install the gnome-poower-managaer package [04:54] trappist: yep, xv x11 and sdl [04:54] Dapper: open a picture in Gimp and try to find print in the menus [04:55] Jowi: oh, mplayer is messing up your mythtv? [04:56] Jowi, it looks like a driver issue === opruoov [i=user@81.214.40.146] has joined #ubuntu === opruoov [i=user@81.214.40.146] has left #ubuntu [] [04:56] trappist: not mythtv. freevo. :) i included a screenshot in the pastebin === opruoov [i=user@81.214.40.146] has joined #ubuntu === opruoov [i=user@81.214.40.146] has left #ubuntu [] [04:56] Jowi: yeah that's what I'm looking at [04:56] Jowi: have you tried another media player, like xine, to see if you get the same results? [04:56] Jowi, what is the video card? and are you using tvout or vga/dvi? === oHSeXj [i=user@81.214.40.146] has joined #ubuntu [04:57] meuserj|work: yeah, most likely. only mplayer got the prob. xine, totem vlc are all good. never seen this prob before i tested mplayer. === jordo23 [n=jmendelb@rrcs-67-52-221-174.west.biz.rr.com] has joined #ubuntu [04:57] Jowi, that's odd === oHSeXj [i=user@81.214.40.146] has left #ubuntu [] [04:57] meuserj|work: vga (to lcd) + svideo === SyL [i=sil@sevatech.com] has joined #ubuntu [04:57] what make it stranger is that only tv-out is affected. the lcd colours are not touched [04:58] Does anyone here have any experience with evolution and exchange? [04:58] is there a 64-bit version of MythTV? [04:58] Jowi, very weird... I have a similar setup and I've never seen anything like that.... [04:59] is it using xvideo? === paul_ [n=paul@cm127-174.liwest.at] has joined #ubuntu === tapH20guru [n=tapH20gu@204.110.228.50] has joined #ubuntu === MartySkitch [n=skitch@pcp02661104pcs.lndsd101.pa.comcast.net] has left #ubuntu [] === paul_ [n=paul@cm127-174.liwest.at] has joined #ubuntu [04:59] try different mplayer video out drivers and see if it turns out differently === mrzogs is back (gone 02:22:37) === surfdue [n=surfdue@unaffiliated/surfdue] has left #ubuntu ["Leaving"] === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu [04:59] meuserj|work: yeah. no-one seem to know anything about it. its using xv in the screenshot but x11 and sdl is the same [05:00] what do you guys know about doc.gwos.org? why another doc site? what about docs.ubuntu.com? === paul_ [n=paul@cm127-174.liwest.at] has left #ubuntu ["...] [05:00] Jowi, what's the video card? === ernstp [n=ernstp@k13d217-2.kam.afb.lu.se] has left #ubuntu ["Ex-Chat"] [05:00] meuserj|work: via cle266 with dri === ratolesti [n=ratolest@nat.wia.cz] has joined #ubuntu [05:00] so no way to airport extremes? [05:00] I have no idea..... [05:01] I need some newer dev libraries, does anyone know of a repository that would have newer libraries? [05:01] doesn't sound like it [05:01] meuserj|work: was afraid of that. thanks anyway :) [05:01] does anyone know where i can find irc-chat for mandrake-linux? [05:01] Jowi, np [05:01] does any other linux offer support for airport extremes? [05:01] Skoal, nope.. no support for that anywhere [05:01] Jowi: does it happen with all media? [05:02] can any other linux do it? [05:02] Skoal, no [05:02] f$ck === napsy [n=luka@BSN-77-126-125.dsl.siol.net] has joined #ubuntu [05:02] ok... [05:02] ok then.....i have another question [05:02] trappist: yeah [05:02] hi. can i set the mplayer audio output to demuxer? [05:02] trappist: tested with dvd, mpg and avi [05:02] Skoal, it's one of the few pieces of hardware that there is absolutely no way to get to work in linux [05:02] i have wireless in my house, with a total of 3 computers.....how could i make that work?? [05:03] Jowi: have you seen http://www.viaarena.com/default.aspx?PageID=22&DSCat=29&DCatType=1 [05:03] if one distro can support a piece of hardware so can others .. [05:03] have a small hub and run the wire upstairs to my computer? [05:03] Skoal: buy a usb wireless dongle [05:03] dongle? [05:03] is it possible to get more info than just: 0000:01:07.0 Multimedia controller: Philips Semiconductors SAA7133 Audio+video broadcast decoder (rev 10) [05:03] WTF? === unforcer [i=araatik@koopa.saunalahti.fi] has joined #ubuntu [05:04] what is that === Douwd [i=daniel@unaffiliated/douwd] has joined #ubuntu [05:04] ubotu: tell Skoal about wireless [05:04] dpupp, lspci -vv [05:05] dpupp, also lspci -n and use the pci-codes to find out more info using google === unforcer [i=araatik@koopa.saunalahti.fi] has joined #ubuntu [05:05] Skoal: it is a wireless adapter that plugs into the USB port === unforcer [i=araatik@koopa.saunalahti.fi] has left #ubuntu [] [05:05] Skoal: or run an ethernet cable and use that === gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu === adnans [n=adnans@noterik2.demon.nl] has joined #ubuntu [05:05] ratolesti: i'm sure xchat is available [05:05] Jowi: or http://sourceforge.net/project/showfiles.php?group_id=102048 [05:06] ratolesti: have fun with urpmi [05:06] hehe [05:06] can i combine lspci -n -vv ? [05:06] how do I install a new kernel with apt-get? [05:06] well what usb "dongle" would work with mac and still pick up the wireless signal? [05:06] trappist: not until now. but it seems like it only enables hardware acceleration. i have no problem with cpu usage or choppy movies... [05:07] thefish > when a new kernel will be available, you will get an update notice [05:07] Jowi: there's an mplayer patch for unichrome cards, somewhere in that second link [05:07] Skoal: check the ubuntu wiki...there is a list of compatible hardware somewhere in there [05:07] Skoal: ubotu sent you a PM with info === unforcer [i=araatik@koopa.saunalahti.fi] has joined #ubuntu [05:07] yea i got it... [05:08] what about usenet....and downloading .nzb files? [05:08] also: http://www.google.com/search?hl=en&q=wireless+usb+linux+PPC&btnG [05:08] Skoal: that will tell you what will work and what may not [05:08] will that work [05:08] HymnToLife: thanks, and how do i actually install it then [05:08] just the same way you update other packages === ssam [n=ssam@88-104-132-192.dynamic.dsl.as9105.com] has joined #ubuntu [05:08] trappist: yeah i saw it. patch seem to enable mpeg2/4 acceleration. that's it. unichrome's got no problems. made a custom kernel with via, drm, dri, cle266, xvmc and all. everything works flawless (except mplayer) === paulproteus|lapt [n=paulprot@zog.acm.jhu.edu] has joined #ubuntu [05:09] trappist: ...and i use the via xorg driver and xvmc provided by ubuntu. works great. [05:10] god [05:10] what is the name of thing smart arse [05:10] wow i wish i was so clever [05:10] jbroome: yes yes i know [05:11] how can multiple programs access the sound card? [05:11] Jowi: try -vo xvmc -vc ffmpeg12mc [05:11] jbroome: but not my PC so have to do something here but not reinstall the system to ubuntu [05:11] jbroome: what id gladly like to do [05:11] or if i could select the audio device, which would it be in /dev ? [05:11] napsy: either get a sound card that does hardware mixing or use a sound server like esd [05:12] !tell thefish about attitude === thegladiator [n=knoppix@202.83.46.128] has joined #ubuntu [05:12] hi === Ethan [n=user@AMontsouris-152-1-23-183.w82-123.abo.wanadoo.fr] has joined #ubuntu [05:12] trappist: no picture only sound [05:12] so ... does anyone know the IRC server and channel for mandrake-linux??? [05:12] lame. [05:12] Seveas: please read the thread mate [05:12] ratolesti: #mandriva [05:12] ok [05:13] ratolesti: right here on freenode. [05:13] ok [05:13] trappist: thx === aLoSs is now known as Hacker [05:13] a simple answer would have done, instead of an "i know the answer, and so should you thicko" approach [05:13] trappist: got lame [05:13] Jowi: I meant the situation is lame :) [05:14] Jowi: I'm fresh out of ideas === Tartaros [n=icechat5@r4al191.chello.upc.cz] has joined #ubuntu [05:14] Jowi: there's a pretty active #mplayer channel, have you looked there? [05:14] haha, ok. thanks for the feedback trappist :) === iustin [n=iustin@84.234.107.114] has joined #ubuntu [05:14] yeah, no one wanted to be bothered at mplayer. got no answers last night. will try again though [05:15] hello y'all, [05:15] I have a question. How can i configure the mouse, the scrolling doesn't work at the moment :( [05:15] does anyone know of a wireless "dongle" that works out of the box with mac? === Minardi [n=Minardi@ip51cef333.adsl-surfen.hetnet.nl] has joined #ubuntu === hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu [05:15] hello y'all, [05:15] I have a question. How can i configure the mouse, the scrolling doesn't work at the moment :( === shaa-gi [n=shaggy@pixpat.austin.ibm.com] has joined #ubuntu === ubuntu_ [n=ubuntu@84-122-124-58.onocable.ono.com] has joined #ubuntu === eeejay [n=eitan@tide501.microsoft.com] has joined #ubuntu [05:16] Minardi: in /etc/X11/xorg.conf, add this in the mouse Section "InputDevice": Option "Protocol" "ImPS/2" [05:16] Option "ZAxisMapping" "4 5" === bulio [n=bulio@unaffiliated/bulio] has joined #ubuntu [05:17] I'm running breezy now!!!!! [05:17] congrats bulio [05:17] whats the command to see what version you are running? [05:17] in term === ardchoille thinkg bulio will love Breezy [05:17] bulio: lsb-release? === brynjarh [n=brynjarh@raf-a19.raflinan.is] has left #ubuntu [] === etnoy [n=etnoy@227.236.216.81.vs.vf.siwnet.net] has joined #ubuntu [05:18] Is Kdevelop Designer working on your installation ? Mine crash when I launch it === beezly [n=beezly@2001:630:63:16:230:1bff:feb7:2528] has joined #ubuntu === butcherbird [n=butcherb@12-222-233-82.client.insightBB.com] has joined #ubuntu [05:18] bulio,cat /etc/lsb-release [05:18] thanks [05:18] could someone tell me how can i change my root password? in the installation i`ve type it with caps lock by mistake!? [05:18] meuserj|work: the program lsb-release should do it too [05:18] guessing that nforcre sound card has a hw mixer :) [05:19] Amaranth, it actually doesn't for me... [05:19] iustin: you don't set a root password in the installation [05:19] DISTRIB_ID=Ubuntu [05:19] DISTRIB_RELEASE=5.10 [05:19] DISTRIB_CODENAME=breezy [05:19] ;0 === Echelon-H [i=Echelon-@CBL217-132-107-97.bb.netvision.net.il] has joined #ubuntu [05:19] sorry a sudo pwd [05:19] when someone tells you to run demsg to find the problem.... what are you suposed to look for? i have a screen full of text... nothing familiar in there. [05:19] iustin: If you want to change your password go to System->Administration->Users and Groups [05:19] how do I change my root password? [05:19] iustin: the sudo password is your user password [05:19] dpupp: something that looks like an error [05:19] it is the same as user password [05:20] How can I check CPU load on Ubuntu? [05:20] bulio: there is no root account [05:20] !sudo [05:20] somebody said sudo was the command to get superuser privileges, see http://wiki.ubuntu.com/RootSudo [05:20] Can I get PHP 5 to Ubuntu from .deb? [05:20] finally managed to install Java Media Framework to be able to play videos in Openoffice Impress... the problem now is that [05:20] bulio: "sudo" uses your user password. root is disabled [05:20] wow.. that would be just about.....everything. most of it is: [4399204.715000] atkbd.c: Use 'setkeycodes e02a ' to make it known. [05:20] [4399205.029000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0). [05:20] Skoal: https://wiki.ubuntu.com/HardwareSupportComponentsWirelessNetworkCards?highlight=%28hardware%29 [05:20] samppa: sudo apt-get install libapache2-mod-php5 [05:20] media player plays the MPEGS but when I try to embedd in the presentation [05:20] nothing appears. [05:20] :/ [05:20] Amaranth: ok [05:21] brb... rebooting. this problem is getting wierder and wierder. === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu === simon_ [n=simon@rathlin.gotadsl.co.uk] has joined #ubuntu === littlepaul [n=littlepa@p5084E276.dip.t-dialin.net] has joined #ubuntu [05:22] Skoal: i would go for one with a zd1211 chipset... [05:22] MickMcMack, [05:22] you can use top === tapH20guru [n=tapH20gu@204.110.228.50] has left #ubuntu ["Leaving"] [05:22] in cmd [05:22] anyone here got framebuffer working in breezy? if i just put vga=731 i get the "undefined mode number" error (geforce 256 card). am i missng something? [05:23] butcherbird: framebuffer works for me. === bulio [n=bulio@unaffiliated/bulio] has left #ubuntu ["Leaving"] [05:23] JaZy84, thanks. [05:23] 99.9%. :( [05:23] and which one has that? [05:23] JaZy84, I assume that means both CPU's are working if it is at >50% ? === Rubin[work] is now known as Rubin [05:24] butcherbird: what resolution are you trying to get working? === lucasvo [n=lucasvo@www.wservices.ch] has joined #ubuntu === SirKillalot [n=nerd@dslb-084-056-126-132.pools.arcor-ip.net] has joined #ubuntu === TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu [05:24] Any other good cd writing program except k3b ? [05:24] gnomebaker [05:24] gnomebaker [05:24] dieman, just 1024x768 [05:24] ...damn ... too slow [05:24] diesel, ^ [05:24] 10x ;) === picasso [i=mike@budsmokersonly.com] has joined #ubuntu [05:25] Skoal: can't remember...A-link according to the link I gave you. Try google, or pricerunner... === dpupp [n=dpupp@cpe-65-189-185-5.columbus.res.rr.com] has joined #ubuntu [05:25] ok here is a good question...I installed the kde desktop..and went to install printer....when it picked the driver for my printer and I clicked ok...it then told me couldn't install driver cause it didn't exist or I didn't have permission [05:25] Dido-: asked for "good" not mediocre. Dido- use them all, keep on using the one you like best [05:25] hey guys, i'm trying to install a new version of amarok (newer than 5.10 includes) this is what bugtraq (http://bugzilla.ubuntu.com/show_bug.cgi?id=16375) says: 1.3.5 is now on the Kubuntu website for Breezy installs, marking this Fixed. === bullitt [n=bullitt@ppp-70-251-185-2.dsl.austtx.swbell.net] has joined #ubuntu === stieve [n=stieve@192-182.242.81.adsl.skynet.be] has joined #ubuntu [05:25] diesel, did u do anything other that vga=whatever in grub? === mbs [n=mbs@miro.voltaiccommerce.com] has left #ubuntu ["Leaving"] [05:26] (1.3.5 is a newer version that i would like to run) [05:26] how can i install this package? === nalioth is now known as noirequus === dpupp [n=dpupp@cpe-65-189-185-5.columbus.res.rr.com] has left #ubuntu ["Leaving"] [05:26] where would u normally find samba conf? === dpupp [n=dpupp@cpe-65-189-185-5.columbus.res.rr.com] has joined #ubuntu [05:26] /etc/samba/smb.conf ? [05:26] thanx [05:26] or /etc/smb.conf on a lot of other os' === milksteak [n=milkstea@60-234-138-71.bitstream.orcon.net.nz] has joined #ubuntu [05:26] butcherbird: no, I just added vga=792 to the grub line that specifies the kernel [05:27] noirequus, i'd like to use k3b but it doesnt work === Anil [n=anil@newton.nanosync.org] has joined #ubuntu [05:27] anyone on gnoppix? [05:27] can i install kubuntu packages on ubuntu? [05:27] hello does somebody know why I can't find my linksys router (WRT54G) in ubuntu? Windows finds it direct === otep is now known as otep[zzz] === funkyHat [n=matt@cpc3-nthc3-3-1-cust65.nrth.cable.ntl.com] has joined #ubuntu [05:27] butcherbird: try vga=0x317 [05:27] Why would xmms freeze on playing an mp3 file? [05:27] stieve: cant find it? dont you just point your browser to its ip? [05:27] what do you mean find the router? [05:28] can I theoretically install dapper packages on a breezy system without too much issue or will it result in global destruction? [05:28] bullitt, because it's not using the correct sound output plugin [05:28] you mean dhcp notw orking? [05:28] stieve, try 192.168.0.1 [05:28] bullitt, you should upgrade your computer [05:28] butcherbird: I could even play video using mplayer with my fb [05:28] in the system=>administration=>networking [05:28] with the essid [05:28] diesel, show off [05:28] bullitt, try setting the sound server to either alsa or esound [05:28] funkyHat, I'm using os === ananth126 [n=Ananth@203.200.202.132] has left #ubuntu [] [05:28] butcherbird: hehe [05:28] wireless? i assume [05:28] the essid of my philips router is there but not my linksys [05:28] using WEP? [05:29] yes wireless sorry === Anil [n=anil@newton.nanosync.org] has left #ubuntu ["Leaving"] [05:29] no WEP [05:29] well going to reboot thx [05:29] disabled it for testing [05:29] you should be able to input the SSID and enable eth1 [05:29] haha esound it is, thanks funkyHat === wdh [n=wouter@s55935227.adsl.wanadoo.nl] has joined #ubuntu [05:29] Someone knows what does this mean? [05:29] (gnomebaker:28375): Gtk-WARNING **: gtkwidget.c:4205: widget not within a GtkWindow === MalcolmO [n=ubuntu@69.158.152.227] has joined #ubuntu [05:29] and it should connect [05:30] make sure you renable it after inputing the SSID === surfdue_ [n=surfdue@user-0c6t1rl.cable.mindspring.com] has joined #ubuntu [05:30] Dido-, yeah, it means there's a minor bug in gnomebaker [05:30] no big deal if the thing is still working [05:30] are there any quicktime codecs? [05:30] almost all gtk apps spit out an error or two like that ;) [05:30] mmm, pocky [05:30] http://kubuntu.org/announcements/amarok-1.3.7.php [05:30] LoPMX, w32codecs [05:30] can i just add this to my sources.lst ? [05:30] Seveas, what do i play them with? [05:30] picasso, no [05:31] is this a big or something that the linksys essid is not visible in the dropdown of network gonfiguration? [05:31] LoPMX, mplayer / totem-xine [05:31] seveas: is there any way to install on regular ubuntu? === Kyral [n=kyral@hamlin-166-23012.hamlin.clarkson.edu] has joined #ubuntu [05:31] picasso, yeah, add the correct sources.list entry :) === snowblink [n=snowblin@wind.snowblink.co.uk] has joined #ubuntu [05:31] seveas: i mean the contents of that page [05:31] not the literal URL [05:31] er Seveas where do i get any w32codecs/ [05:31] deb http://kubuntu.org/packages/amarok-1.3.7 breezy main [05:31] i mean, any official source? [05:32] and apt-key add kubuntu-packages-jriddell-key.gpg [05:32] picasso: yes, you can add that [05:32] ok cool [05:32] Seveas, do you know if i could make dvd multi-session and ubuntu read them === Whistler [n=admin@85.206.235.122] has joined #ubuntu [05:32] soon i'll be syncing with my ipod without crashing! [05:32] LoPMX: No there isn't === heatxsink_ [n=jmioph@c-24-7-127-192.hsd1.ca.comcast.net] has joined #ubuntu === ecbUoeibM [n=oammahek@85.186.87.76] has joined #ubuntu === ecbUoeibM [n=oammahek@85.186.87.76] has left #ubuntu [] === slipstre1m [n=slipstre@ppp85-140-159-236.pppoe.mtu-net.ru] has joined #ubuntu [05:32] picasso: what were you using to syn with your ipod? === ecbUoeibM [n=oammahek@85.186.87.76] has joined #ubuntu === ecbUoeibM [n=oammahek@85.186.87.76] has left #ubuntu [] [05:32] Is there any software for sending sms messages with connected motorola cellphone? === ecbUoeibM [n=oammahek@85.186.87.76] has joined #ubuntu === ecbUoeibM [n=oammahek@85.186.87.76] has left #ubuntu [] [05:32] diesel: wanted to use amarok [05:33] amarok crashes a lot but it's such a nice interface :) [05:33] picasso: If it crashes, who cares about the interface. Have you tried gtkpod? === aeho [n=aeho@cable-vlk-fe74de00-65.dhcp.inet.fi] has joined #ubuntu [05:33] Is there a way of seeing actual free RAM? [05:33] diesel: well, just b/c all my music is easily accessible through there [05:33] MickMcMack: free -h [05:33] ** Message: don't know how to handle video/x-rle, layout=(string)quicktime, depth=(int)32, width=(int)800, height=(int)600, framerate=(double)15.151515007019043Segmentation fault [05:33] and it's kinda scattered across my filesystem [05:33] Windows is hosed. Using the Live CD, how do I see C:\ ? [05:34] but yea i just installed gtkpod. havent tried yet === singinmatt13 [n=440fcd1b@genesis.concept69.de] has joined #ubuntu [05:34] installing xubutnu-desktop :) [05:34] if I don't have a driver that say cups recommends for my printer..do I have to downlod it from a webpage? [05:34] picasso: I use gtkpod and like the way it works [05:34] dieman, thanks. [05:34] *xubuntu [05:34] diesel: cool, i will definitely try it out. === xored [n=godsinc2@dslb-084-056-235-106.pools.arcor-ip.net] has joined #ubuntu [05:34] hi, how can i check my CPU temps ( P III ) ? [05:35] anyone? [05:35] xored, i use conky for monitoring cpu temps and such. === Chrizz [i=sky@p54B0512B.dip.t-dialin.net] has joined #ubuntu [05:36] xored: http://conky.sourceforge.net/ [05:36] Does anyone know how to hook evolution into an exchange server? [05:36] Does anyone know how to hook evolution into an exchange server? [05:36] jordo23: Please don't repeat yourself. [05:36] thank you [05:36] Does anyone know how to hook evolution into an exchange server? [05:36] are that in tthe reps ? === geooTxea [n=otowunii@81.214.53.189] has joined #ubuntu === geooTxea [n=otowunii@81.214.53.189] has left #ubuntu [] [05:36] xored: cat /proc/acpi/thermal/CPU/temp (or something similar to that) [05:36] jordo23: Please stop. [05:36] jordo23: I was going to answer you, but now... [05:36] xored: conky is === rudiz [n=rudiZ_@e189253.upc-e.chello.nl] has joined #ubuntu [05:37] Does anyone know how to hook Evolution into an exchange server? === jordo23 [n=jmendelb@rrcs-67-52-221-174.west.biz.rr.com] has left #ubuntu ["Leaving"] [05:37] diesel: but its not command line based ?! [05:37] is there a way that ubunut automaticly choose an wifi network like windows does? === jordo23 [n=jmendelb@rrcs-67-52-221-174.west.biz.rr.com] has joined #ubuntu === mode/#ubuntu [+o Amaranth] by ChanServ [05:37] Hello [05:37] oh-oh. ^ === iekiKili [n=otowunii@81.214.53.189] has joined #ubuntu [05:37] xored: conky is not [05:37] Does anyone know how to hook evolution into an exchange server? === dream-x [n=dream-x@host172-177.pool8249.interbusiness.it] has joined #ubuntu === iekiKili [n=otowunii@81.214.53.189] has left #ubuntu [] [05:37] stieve, i told you, you have to input the ssid and then restart eth1 [05:37] xored: the cat command above is CL-based [05:37] diesel: i have no ACPI dir [05:38] jordo23: Repeating yourself doesn't get you an answer any faster. [05:38] Amatanth: Something was wrong with my irc client === qaqAeoiG [n=otowunii@81.214.53.189] has joined #ubuntu [05:38] jordo23: You want the evolution-exchange connector. === Vale [n=codif@212.34.208.173] has joined #ubuntu === qaqAeoiG is now known as uPRiIialI [05:38] <_nano_> !fluxkbox [05:38] _nano_: Are you smoking crack? === uPRiIialI is now known as eoNePoeo === eoNePoeo [n=otowunii@81.214.53.189] has left #ubuntu [] === eoNePoeo [n=otowunii@81.214.53.189] has joined #ubuntu [05:39] <_nano_> !fluxbox [05:39] extra, extra, read all about it, fluxbox is a lightweight window manager. Installation instructions at https://wiki.ubuntu.com/Fluxbox. More information at http://fluxbox.sourceforge.net [05:39] !beer === ubotu pours mrkoje a cold pint of his favourite beer. [05:39] xored: Are you using stock breezy kernel? [05:39] Amaranth: I can get a partial connection, but the calandars and contact lists don't connect. [05:39] diesel: yes [05:39] Amaranth: mail works fine though [05:39] or one second [05:39] jordo23: Dunno about how it works, I think all it does is mail. [05:39] http://www.codif.altervista.org interessante cliccate === eoNePoeo [n=otowunii@81.214.53.189] has left #ubuntu [] === JairunCaloth [n=trumpetp@71-14-42-161.dhcp.crtn.ga.charter.com] has joined #ubuntu [05:39] http://www.codif.altervista.org [05:39] Amaranth, no.. it does everything but tasks === neoXite [n=neoXite@adsl-69-236-163-140.dsl.pltn13.pacbell.net] has joined #Ubuntu [05:40] diesel: 2.6.8-2-386, but its debian sarge on my server. iam using breezy here on my desktop === htet [n=htet@taungyi.redback.com] has left #ubuntu [] [05:40] jordo23, everything works fine for me.... [05:40] http://www.codif.altervista.org bellissimo [05:40] http://www.codif.altervista.org === carbone [n=carbone@modemcable196.162-70-69.mc.videotron.ca] has joined #ubuntu === Jormundgand [n=ubuntu@cpc2-oxfd8-4-0-cust65.oxfd.cable.ntl.com] has joined #ubuntu [05:40] xored: So you are trying to get the temp on your debian sarge server? [05:40] jordo23, you already installed the "evolution-exchange" package from synaptic? [05:41] I'm having trouble installing a mouse theme. I tried putting the folder in both ~/.themes and /usr/share/themes and the mouse preference box only acknowledges "Human" as existing. [05:41] wdh: yeah....works fine....installed the connector too. I can send and receive mail through our exchange server, but the other components do not work (calandar, task list, contacts, etc). === _eins is now known as _null [05:41] diesel: both. First the server, then here [05:41] man what is up with this.....it will not install the foomatic drivers!!! [05:42] diesel, can i copy files within my drives using LIVE ubuntu cd ? [05:42] jordo23, well.. thats as much as i know about it :P that you need the plugin [05:42] wdh: thanks :) [05:42] xored: Do you have acpi on your ubuntu machine [05:42] diesel: something similar to "top" would be nice [05:42] thegladiator: sure [05:42] jordo23, well, task list won't work, because the evolution-exchange plugin is just a scraper for the exchange web frontend, and it doesn't support tasks. [05:42] diesel: yes, its an AMD64, but the server is an P III [05:42] meuserj: I am more concerned with the calandar. [05:43] anyone here have any experience w/ alsa? [05:43] xored: so can you cat /proc/acpi/... on your desktop? [05:43] one second [05:43] diesel, what about deleting them ? and acessing onother linux file system? [05:43] jordo23, well.. all I know is it works for me.. If you could give me an error or something.... === seeds [n=seeds@209.59.105.1] has joined #ubuntu [05:43] thegladiator: yes, you can do that as well [05:43] meuserj: ok...one sec. === Vale [n=codif@212.34.208.173] has joined #ubuntu [05:43] hey, anyone here can help me with a font problem I have in Gnome? [05:43] http://www.codif.altervista.org pleas [05:44] can anyone please help me with maybe why foomatic is giving me this error when try to install the driver that it don't exist or I don't have permissions to install it..even though going through cups to install it [05:44] http://www.codif.altervista.org pleas [05:44] ? [05:44] http://www.codif.altervista.org pleas [05:44] http://www.codif.altervista.org pleas [05:44] diesel, at present i am on fc4 and the grub.conf was destroyed . for the moment i need to reinstall it before i can install ubuntu [05:44] its hungry [05:44] http://www.codif.altervista.org pleas [05:44] diesel: cat /proc/acpi/processor/CPU0/ there is no "temp" in [05:44] I'm using Live CD and can see my Windows network but not my files. [05:44] diesel, is it posible to restore this information ? [05:44] http://www.codif.altervista.org pleas [05:44] i'm hungry [05:44] xored: what are the contents of that directory [05:44] http://www.codif.altervista.org pleas === Howdy125 [n=Howdy125@c-24-19-253-187.hsd1.or.comcast.net] has joined #ubuntu [05:44] !ops [05:45] Help! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth [05:45] http://www.codif.altervista.org pleas === Chrizz [i=sky@p54B0512B.dip.t-dialin.net] has joined #ubuntu [05:45] thegladiator: yes, using a live cd is a good way to restore grub [05:45] http://www.codif.altervista.org pleas [05:45] http://www.codif.altervista.org pleas [05:45] http://www.codif.altervista.org pleas [05:45] thegladiator, you shouldn't need to re-install grub.. ubuntu does that at the end of the install... you could also use a live cd [05:45] someone ban vale... [05:45] http://www.codif.altervista.org pleas === Vale was kicked off #ubuntu by Amaranth (Amaranth) [05:45] dieman: ; info limit power throttling [05:45] i see [05:45] meuserj: I am trying to reinstall it through apt, but it keeps asking me for the Ubuntu cd....how does one fix this? Edit sources.list? [05:45] is ubuntu installation easy ? [05:45] yes [05:46] i am not used to text baswed installation [05:46] Ubuntu installation couldn't be easier. [05:46] jordo23, yeah.. comment out the cd line (should be at the top) [05:46] I have this problem with Gnome fonts: after installing kubuntu-desktop and logging in KDE for some times, Gnome fonts are... no longer under Gnome control! [05:46] xored: within cat /proc/acpi what do you have? [05:46] gladiator.. you basically hit enter a few times and enter your name [05:46] :) [05:46] thegladiator: very easy [05:46] I can't change them, nor their dimension [05:46] thegladiator, it is text based, but in my experience the easiest installation [05:46] does anyone know how to solve this problem? [05:46] thegladiator i never installed linux in my life and i did it fine === thierry [n=thierry@modemcable031.72-131-66.mc.videotron.ca] has joined #ubuntu [05:47] is it possible to let rsync read a remote directory with root perms, but only r/o? === teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu [05:47] ok i am going ahead then [05:47] how much time will it take ? [05:47] etnoy, yeah.... [05:47] 30 minuites ? [05:47] thegladiator: 20-40 minutes [05:47] i am on AMD XP 2800 [05:47] I have a backup server that needs to read from a fileserver, but I don't like the idea of giving it root perms [05:47] thanks [05:47] etnoy, make sure it is mod 600 [05:48] some have got it done in 15 [05:48] Amarnathji :D [05:48] xored: look for thermal in /proc/acpi [05:48] thats nice [05:48] meuserj|work: sure, but that's not the solution I seek === stieve_ [n=stieve@192-182.242.81.adsl.skynet.be] has joined #ubuntu [05:48] it's mostly how fast your CD-ROM drive is, i guess [05:48] etnoy, give me more details [05:48] achcha [05:48] etnoy, I think that maybe facl's is what you want [05:48] see, I need it to read all files in the /srv and /etc directory, which have all kinds of strange permissions and all [05:48] nope linksys router doesn't work [05:48] im connect to it [05:49] meuserj|work: is it some sort of extended acl:s? [05:49] what should I use to mount an iso image ? .. the equivalent to daemontools in windows [05:49] etnoy, yes.. and that is exactly what you want... let me see if I can find a good reference... [05:49] meuserj|work: I've heard there should be some special thing with rsync [05:49] meuserj|work: great [05:50] etnoy, what filesystem is this on? === kairo [n=kairo@200.195.46.250] has left #ubuntu [] [05:50] meuserj|work: I think that I mostly would like a soluiton that just snaps in, because if I make a backup and need to recover it, all the perms must be unchanged [05:50] meuserj|work: ext3 === P-a-gman [n=patrick@0x50a41e9b.boanxx11.adsl-dhcp.tele.dk] has joined #ubuntu === P-a-gman [n=patrick@0x50a41e9b.boanxx11.adsl-dhcp.tele.dk] has left #ubuntu ["Leaving"] [05:51] meuserj|work: /srv here has got quite a number of files, and I cannot strip the perms off. The solution I seek is something that allows rsync to read any file on the system, including a file's permission and uid/gid [05:51] etnoy, http://www.ids.org.au/main/tutorials/acl_howto.php === Dido- [n=9@193.68.201.169] has joined #ubuntu [05:51] hello anyone installed azureus in debain or ubuntu? === dream-x [n=dream-x@host172-177.pool8249.interbusiness.it] has left #ubuntu ["Addio,] [05:52] !azureus [05:52] extra, extra, read all about it, azureus is a popular bittorent client written in Java, installation instructions can be found at https://wiki.ubuntu.com/AzureusHowTo === orion [n=orion@dD5767137.access.telenet.be] has joined #ubuntu [05:52] etnoy, acls allow you to add additional users and groups to the permissions.... other than just the one user and one group that is natively available [05:52] what program should I use to be able to watch an .iso file before I burn it ? === pirao [n=pirao@62.117.187.217] has joined #ubuntu === pirao [n=pirao@62.117.187.217] has left #ubuntu ["Abandonando"] [05:52] meuser: I reinstalled it because it wouldn't start under Gnome, still does the same thing. After clicking on the icon, the starting Evolution box opens, but nothing after that now. [05:52] rosen you can mount .iso file [05:53] rosen: you have to mount it or extract the contents with the archive manager [05:53] Hi all: does anyone know where can i find boh (in what repository)? [05:53] meuserj|work: okay, I'll give that a shot but it is probably not what I seek [05:53] meuserj|work: thanks [05:53] rosen: mount -o loop /path/to/iso /mountpoint [05:53] i need a tool to create divx from my handycam video [05:53] meuserj|work: is all that in the POSIX standard? I don't want to go with rouge solutions [05:53] acl is POSIX [05:54] meuserj|work: okay [05:54] I think I'll just extract it then ;) ... havent mounted anything yet, and dont want to mess my box up now that I finally got it all up and running ;) [05:54] strange I never heard of those "extended perms" [05:54] thanks guys [05:54] etnoy, they are VERY useful once you get the hang of them [05:54] I'm having trouble installing a mouse theme. I tried putting the folder in both ~/.themes and /usr/share/themes and the mouse preference box only acknowledges "Human" as existing. Any help? [05:55] meuserj|work: so if I understand it correctly it can extend perms above the rwxrwxrwx? [05:55] that actually seems great === digitalSurgeon [n=ahmad@jt1ba-329.tky.hut.fi] has joined #ubuntu [05:55] when are you guys going to fix flash plugin ? [05:56] bbl [05:56] etnoy, yeah.. you can add users and give them seperate perms... you can also set default perms on a directory and all files created inside it will inherit those perms... [05:56] Ok, problem, I have alsa-utils installed, but I can't find alsaconf. "locate alsaconf" provides no results, and using the coman tell me that the command is not found === Kokey [n=Kokey@201.155.164.201] has joined #ubuntu === redtech [n=reddog@unaffiliated/redtech] has joined #ubuntu [05:56] can anyone please help me with maybe why foomatic is giving me this error when try to install the driver that it don't exist or I don't have permissions to install it..even though going through cups to install it [05:56] Jormundgand install gcursor it's help you. sudo apt-get install gcursor [05:57] hmm ... I guess it wont be nessecary ... when I try to copy files from a windowscomputer on the network it halts at 100% .. and when I close the prompt it erases the whole deal.. makes no sense [05:57] crap.. I need to stop watching this channel and do real work...... === bob832 [n=bob832@69.162.229.203] has joined #ubuntu === beezly [n=beezly@2001:630:63:16:230:1bff:feb7:2528] has joined #ubuntu [05:57] k. i have read like lotsa stuff about installing it === zandaa [n=zandaa@84-105-216-35.cable.quicknet.nl] has joined #ubuntu === reginatto [n=reginatt@mail.peccin.com.br] has joined #ubuntu [05:57] i got java installed but the client still asking for other files [05:58] dependencies === alexis_ [n=alexis@ws1.rtcn.be] has joined #ubuntu [05:58] seeds, specifics? === ds[de] [n=rrr@p54ABFC9D.dip.t-dialin.net] has joined #ubuntu === faked [n=faked@83-65-239-249.dynamic.xdsl-line.inode.at] has joined #ubuntu === RGaiamti [n=afoeaai@85.186.40.239] has joined #ubuntu === RGaiamti [n=afoeaai@85.186.40.239] has left #ubuntu [] === ninnghizidha [n=ninn_@chello084112032164.1.11.vie.surfer.at] has joined #ubuntu [05:59] well with the latest azureus version it was asking for some lib files [05:59] hi people, I'm kinda having trouble with sound working in flash (whenever GAIM or something else plays a sound while flash is loading, the sound gets disabled) === ClayG [n=scdsc@c-66-177-234-195.hsd1.fl.comcast.net] has joined #ubuntu [05:59] seeds, that doesn't help much. If you told us _which_ library files, we might be able to help [05:59] so i tried an earlier version and now it says my java shold be upgraded [05:59] Is there a KUBUNTU-Room too? [05:59] zandaa, are you running a sound server? [05:59] !kubuntu [05:59] Kubuntu is Ubuntu+KDE, not a fork ; see http://kubuntu.org and you can go to #kubuntu for KDE-related help, or install from Ubuntu: sudo apt-get install kubuntu-desktop ; ISOs: http://releases.ubuntu.com/kubuntu/breezy/ === Davey [n=Davey@77-231.124-70.tampabay.res.rr.com] has joined #ubuntu [06:00] now am using an earlier version of azureus === RGaiamti [n=afoeaai@85.186.40.239] has joined #ubuntu === ucenik [n=chatzill@195.29.212.226] has joined #ubuntu [06:00] seeds, you'll find, if you have missing libraries, and you change something other than libraries, you won't solve a problem involving missing libraries [06:00] thanks a lot, ubotu :-) [06:00] sethk, what exactly do you mean? [06:00] seeds, that's going around in circles === RGaiamti [n=afoeaai@85.186.40.239] has left #ubuntu [] [06:00] zandaa, it sounds like contention for the sound device [06:00] it dont ask for those lib files anymore but says that my java must be upgraded [06:00] zandaa, there is a sound server than manages access by multiple processes to the sound device [06:00] sethk, soundserver is enabled [06:00] zandaa, ok. [06:00] am using debian sarge === thundr [n=thundr@66-168-50-185.dhcp.mdsn.wi.charter.com] has joined #ubuntu === christos [n=nomail@62.38.122.240] has joined #ubuntu [06:01] sethk, and I'm running the ESD sound drivers or whateva [06:01] seeds, you would have better luck, perhaps, on a debian channel. I know #debian is obnoxious. but ubuntu package management is sufficiently different from debian as to make this sort of question difficult to answer here. [06:01] zandaa, ok, it was worth checking. [06:02] k. thnx [06:02] zandaa, I wonder if something (flash, perhaps) is bypassing the sound server. [06:02] i have checked the the debian channel without much luck [06:02] sethk, it's running a 32-bit firefox on a 64-bit system using the linux32 package === Vincent [n=vincent@AGrenoble-152-1-16-152.w82-122.abo.wanadoo.fr] has joined #ubuntu [06:03] zandaa, that shouldn't be a problem === Beantree [i=Beantree@220.123.55.116] has joined #ubuntu [06:03] is ubuntu kinda debian based? [06:03] seeds, yes, it is [06:03] k [06:03] seeds, theres no "kinda" about it :) [06:03] seeds, but your question is very version/depository sensitive [06:03] sethk, ok... what exactly is an rc-file/ [06:03] ok [06:03] i have an ubuntu cd [06:03] zandaa, it's a convention for naming a configuration or script file [06:03] tried it once === Jormundgand [n=ubuntu@cpc2-oxfd8-4-0-cust65.oxfd.cable.ntl.com] has left #ubuntu ["Error] [06:03] jus the live cd toguh [06:03] zandaa, for example, .bashrc is the initialization file for bash [06:04] zandaa, there is nothing special about the files, as I said it is just a convention that some programs follow [06:04] sethk, oh wait, I forgot the multiple sound howto written by ubuntu demon === Johnson [n=definity@ACD6B40C.ipt.aol.com] has joined #ubuntu === No1Viking [i=micke@h-83-140-104-3.ip.cust.port80.se] has joined #ubuntu [06:04] sethk, I'll try it out now === santi2005 [n=santi200@200.35.201.230] has joined #ubuntu [06:04] zandaa, plus, another type of rc file are those in /etc used to start/stop/control the system [06:04] hi [06:04] can i ask a question [06:04] sure [06:05] anyone here use evolution with GnuPG? === aris [n=aris@22-139.245.81.adsl.skynet.be] has joined #ubuntu === shedi [n=siggi@inferno.lhi.is] has joined #ubuntu [06:05] en castellano === augustin [n=augustin@AMarseille-251-1-71-238.w83-205.abo.wanadoo.fr] has joined #ubuntu [06:05] i downloaded aircrack i have aintell 2200b/g card and i wondered if i can use etheral to capture the packets so wep crack can crack them [06:05] is this possible [06:05] ? === mlalkaka [n=mlalkaka@d205-250-96-41.bchsia.telus.net] has joined #ubuntu === alexis_ is now known as alexissoft === linuxboy [n=anon@yoda.frogfoot.net] has joined #ubuntu [06:06] hi people. I had a paper blocked in my printer and had to shut it down to repair it. now, I've deleted the job and reconnected my printer, but it doesn't stop printing crap. how may I flush the // port buffer ? [06:06] alguien que hable castellano [06:07] santi2005 #ubuntu-es [06:07] ahi te ayudaran en castellano [06:07] hi everyone. if a user's password expires, and the user logs in (or tries to log in) graphically [through gdm] , how will the user be notified that her password has expired, and how will she be able to change it? === Kuyaedz [n=Kuyaedz@c-24-2-76-178.hsd1.ut.comcast.net] has joined #ubuntu === bill2 [n=bill2@c-67-162-44-104.hsd1.il.comcast.net] has joined #ubuntu [06:08] Hi, could anyone explain this: http://www.rafb.net/paste/results/ao1h0556.html ? [06:09] aris: are you using CUPS for your printer? [06:09] santi2005 unete a #ubuntu-es : /join #ubuntu-es [06:09] MickMcMack, what's the problem? [06:09] gracias [06:10] mlalkaka, add up the CPU loads. O_O [06:10] bob832, yes. the job has been removed [06:10] It comes to 150%. :( [06:10] hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it? [06:10] MickMcMack, that's weird. how did one of them close soon after? [06:10] but there is still garbage into lp buffer === telemaco [n=telemaco@121.Red-81-36-85.dynamicIP.rima-tde.net] has joined #ubuntu === bobubu64 [n=bobubu64@ppp-132-137.25-151.libero.it] has joined #ubuntu [06:10] mlalkaka, it did that for a good 60 seconds. [06:11] MickMcMack, do you have two cpus? [06:11] aris: if you want to "flush" it, i would recommend restarting it [06:11] How do I take pictures with my webcam? anybody? === thegladiator [n=knoppix@202.83.46.128] has joined #ubuntu [06:11] mlalkaka, yessir. But both of them are in use by the top process. [06:11] bob832, i already restarted my printer, but i don't want to restart my computer [06:11] aris: try sudo /etc/init.d/cupsys restart at the terminal === beyond-rango is now known as beyond [06:11] diesel, it seems i cant do file transfer , it says only root can do that! [06:11] [06:11] mlalkaka, if I was only using 100% of one CPU, it would tell me it was at 50% load. Or, that's what it told me on Debian. -_- [06:12] how can switch to tooy ? [06:12] root ? [06:12] can i create a drive name under /mnt in live cd ? === chrisx1 is Away, Reason: ( At Ma Dads/auntys house ) | Since: ( Tuesday, December 13, 2005. 23:24:37 ) Xlack v2.1 [06:13] how can i loging as root in the live cd ? === Corin_777 [n=Corin_77@host86-143-26-16.range86-143.btcentralplus.com] has joined #ubuntu === chrisx1 is back ( Away 26 secs ) === chrisx1 is Away, Reason: ( At Ma Dads/auntys house ) | Since: ( Tuesday, December 13, 2005. 23:24:37 ) Xlack v2.1 [06:13] MickMcMack, i'm not sure then. if that was how it worked on debian, i would suspect the same behaviour on ubuntu. try it with different programs; does it still happen? [06:13] diesel, you told me it is possible right ? [06:13] hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it? [06:13] mlalkaka, it's gone back to normal now. [06:13] thegladiator: What live cd are you using? [06:13] Seveas, can you find out why ive been banned from #kubuntu-offtopic? i asked nalioth "why the name change?", now im banned... ??? [06:13] mlalkaka, I can only assume top was getting itself confused. [06:13] breazer [06:13] thegladiator: yes, it is possible [06:14] mlalkaka, but it was v.strange. [06:14] 5.10 [06:14] if a user's password expires, and the user attempts to log in through gdm, how will the user be notified that her password has expired, and how will she be able to change it? [06:14] MickMcMack, that is strange [06:14] when I have a file with lot's of packages for apt and I would like to install them, how can I pass the file directly on to apt? [06:14] diesel, when i try to mount a drive it says only root can do that [06:14] I tried apt-get install < file but it didn't work [06:14] thegladiator: become root by "sudo su" [06:15] thegladiator: then try mounting [06:15] mlalkaka: gdm handles password expiry nicely. [06:15] alright [06:15] hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it? [06:15] I need to install packages which have been held back(unfortunately X) during update to dapper [06:15] annd can i make a direcotry in mk dir ? [06:15] in /mnt ? [06:15] /mnt/E is possible ? [06:15] lucasvo, dpkg? [06:15] mlalkaka: you can try it for yourself: use "sudo passwd -e " to make a user's password expire immediately. then try logging in as that user through gdm [06:15] snowblink: I need to downlaod them first [06:15] dooglus, ok thanks i'll try that [06:16] snowblink: isn't it sth. like apt-get install < file.txt [06:16] thegladiator: yes [06:16] diesel, there is also one another small issue , i cant acess my ISP site , from where i have to download the connecting client .....the error it says is SSL ver 2 not supported or something [06:16] mlalkaka: I just tried it and it worked very well. it said something like "root enforced: you must change your password immediately", then asked for old passwd and new passwd twice. [06:16] mozilla is not opening the page === zandaa [n=zandaa@84-105-216-35.cable.quicknet.nl] has joined #ubuntu [06:16] it works in fc4 , knoppix , mozilla === mmarle [n=marle@dsl6-118.fastxdsl.nl] has joined #ubuntu === augustin [n=augustin@AMarseille-251-1-71-238.w83-205.abo.wanadoo.fr] has left #ubuntu ["Leaving"] [06:16] hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it? === anatole [n=ZOMG@dsl5400A053.pool.t-online.hu] has joined #ubuntu [06:17] sethk, the howto doesn't work... now flash don't have any sound at all === albacker [n=eni@customer-side2-telecomalbania.atnet.com.al] has joined #ubuntu === carsten [n=carsten@i53872747.versanet.de] has joined #ubuntu === djk_ [n=djk@p54A2F08E.dip.t-dialin.net] has joined #ubuntu [06:17] dooglus, perfect. that's exactly what i was hoping it would do. thanks === Tired_ [i=Tired_@S010600095b4654ab.gv.shawcable.net] has joined #ubuntu === carsten__ [n=carsten@i53872747.versanet.de] has joined #ubuntu [06:17] zandaa, ok, that's annoying, but it shows we are on the right track. that is, we have to make flash coexist with the sound server. [06:18] sethk, no sound at all... not even when ESD or whatever is not in use.... === Gargamel [n=ubuntu@200.60.98.241] has joined #ubuntu [06:18] why is my browser saying SSL ver 2 is not supported or something when i browse a site ? [06:18] live cd [06:18] Hello. My hard drive is about to fail, what tool can I use to transfer the whole thing (MBR, bootloader, etc) to a new drive? === VibuVYGa [i=oaeujR@81.213.254.238] has joined #ubuntu [06:18] thegladiator, because that site wants to use old crappy ssl2 === VibuVYGa [i=oaeujR@81.213.254.238] has left #ubuntu [] [06:18] and yor browser only supports ssl3/tls [06:18] Tired_, dd, if the sizes and geometries are the same [06:18] Seveas, it is my ISP's site [06:19] how can i fix this ? [06:19] Tired_, if they are not, it is a bit more complicated but not difficult === JensBru [n=JensBru@ip-81-11-182-220.dsl.scarlet.be] has joined #ubuntu [06:19] no, it's a different drive [06:19] thegladiator: enable SSL2 support in your browser [06:19] thegladiator, that or kick your ISP [06:19] by complaining at your isp first [06:19] hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it? [06:19] Tired_, in that case, you can back up each partition with dd [06:19] where is that option in browser ? === jygge [n=jygge@YYYMMMCCCXLI.dsl.saunalahti.fi] has joined #ubuntu [06:19] Tired_, and you'll have to set up the partition table manually [06:19] thegladiator: where have you looked? [06:19] i am on knoppix live cd now since i can log in from ubntu [06:19] anyone got some tiime to help me with my wireless connection? [06:19] i havent lookde mozilla , now i am on knoppix === suzan [n=suzan@p5494258F.dip0.t-ipconnect.de] has joined #ubuntu [06:20] Tired_, then install grub (a boot loader, of which grub is the easiest, to be more precise) [06:20] as i told u i cant conenct to net [06:20] where is this enable SSL 2 support ? [06:20] but that wil preserve my kernel setup and such? [06:20] q:Is alsaconf removed from ubuntu? [06:20] only after that i can download the client from my ISP to connect [06:20] and connect to net [06:20] thegladiator: if you can access your ISPs website you're already connected [06:20] Tired_, yes, if you do it carefully, everything is preserved [06:21] Amarnath, i can acess only ISP site , direct connection [06:21] awesome [06:21] Tired_, I'm being a bit vague because it depends on how your current drive is partitioned [06:21] thank you. [06:21] i performed a 'iwconfig', i see 'lo: no wireless extensions', ext0: no wireless connections, sit0: no wireless connections, eth1: NOT READY! ESSID:off/any === nemlah [n=nemlah@dslcustomer-228-49.vivodi.gr] has joined #ubuntu [06:21] from there i shud download cyberoam client [06:21] q:Is alsaconf removed from ubuntu? [06:21] Hello all [06:21] I have a problem confguring my tv card [06:21] !info alsaconf === maradong [n=bhentges@213.47.179.227] has joined #ubuntu [06:21] i use a data based connection ...hence i can log in via this client only [06:21] !find alsaconf [06:21] apparently this is a problem for the chipset it has [06:22] can someone help me? [06:22] thegladiator: firefox should have ssl 2 on already [06:22] Hauppauge wintv pci fm [06:22] actually, you're being quite specific. that's exactly the help i needed. thanks a lot :) [06:22] thegladiator: otherwise it's in the preferences [06:22] ok thank you [06:22] in ubuntu live cd === EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu [06:22] it is not supported [06:22] ver 5.10 [06:22] anybody know the root password in the vmware player version of ubuntu? [06:22] teroedni@ubuntu:~$ !find alsaconf [06:22] which FF version is ubuntu using ? [06:22] find alsaconf [06:22] find: alsaconf: No such file or directory [06:22] 1.0.7 [06:22] thegladiator: 1.0.7 [06:22] ok, off to fix it before it really dies.... [06:22] find linux === Tired_ [i=Tired_@S010600095b4654ab.gv.shawcable.net] has left #ubuntu [] [06:22] thank you [06:22] qwhy is alsaconf removed? [06:23] teroedni: it's not installed by default === pickett [n=pickett@ppp221-218.lns2.adl4.internode.on.net] has joined #ubuntu === sorush20 [n=sorush3@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has joined #ubuntu [06:23] Someone able to help me with the tv card? [06:23] diesel, so sudo su is the command to become root aint it ? [06:23] why not [06:23] don't really know where to start [06:23] Ubuntu Package/File/Desc Search of 'alsaconf' returned no results. [06:23] thegladiator: yes [06:23] hrm [06:23] thank you brb [06:23] or maybe it is gone [06:23] thegladiator, sudo -s is better [06:23] sudo -s okay thank you [06:23] gotta go, later [06:24] teroedni: Most people don't need it, it would take up space on the CD [06:24] teroedni: use apt-file to find it [06:24] anybody know the root password in the vmware player version of ubuntu? [06:24] SyL: there is no root account, the vmware user password is vmware [06:24] Someone here experienced with tv cards under linux? [06:24] amaranth:Gives me nothing [06:25] teroedni: that's odd === grimR [n=grim@pcp0011459512pcs.chrchv01.md.comcast.net] has joined #ubuntu [06:25] yea:/ [06:25] Amaranth: so how do I update the packages then? it requires a root password === AVATAR_ [n=AVATAR@OL56-182.fibertel.com.ar] has joined #ubuntu [06:25] !tell syl about sudo === Dmon [n=dmon@81-234-129-72-o824.telia.com] has joined #ubuntu [06:25] SyL > nope, it requires YOUR password === jordo23 [n=jmendelb@rrcs-67-52-221-174.west.biz.rr.com] has joined #ubuntu === AVATAR_ [n=AVATAR@OL56-182.fibertel.com.ar] has left #ubuntu ["Leaving"] [06:26] and what if I don't know my password? [06:26] then you are stupid [06:27] HymnToLife: ... [06:27] SyL: the password is vmware [06:27] hmm thas a rude robot:/ [06:27] SyL: it's vmware, someone just told you that [06:27] meuserj: I got evolution running again. Again, mail works, but calendar does not. When I try to open the calendar it errors, and states it's quitting unexpectedly. [06:27] SyL > how do you login if you don't know your password ? [06:27] HymnToLife: ummm... moron, I didn't install this and if you would have read what I first put then you would know how stupid you really are... === bronson [n=bronson@c-24-34-214-222.hsd1.ma.comcast.net] has joined #ubuntu [06:27] meuserj: how do I check which version of the evolution exchange connector I have? === seeds [n=seeds@209.59.105.1] has left #ubuntu ["Konversation] [06:27] Amaranth: it's not vmware, I've been trying that for 5 minutes === mauro [n=mauro@dsl-200-67-236-216.prod-empresarial.com.mx] has joined #ubuntu === markuman [n=supermar@p50926BD7.dip.t-dialin.net] has left #ubuntu ["http://www.linwiki.org] === Zugwrack [n=Zugwrack@208.6.251.2] has joined #ubuntu [06:28] SyL: it is in the browser appliance image === brynjarh [n=brynjarh@raf-a19.raflinan.is] has joined #ubuntu === thezanke [n=thezanke@12-222-4-40.client.insightBB.com] has joined #ubuntu [06:28] SyL: if you're using the breezy one i dunnon [06:28] -n === Jaakilju_Worhan [i=Jaakilju@a212-54-18-28.elisa-laajakaista.fi] has joined #ubuntu [06:28] SyL: try ubuntu or breezy [06:28] or whatever the user is named === ruiwen [n=rw@bb219-74-28-28.singnet.com.sg] has joined #ubuntu [06:29] oh nice... [06:29] it was UbUntU [06:29] god damn morons... === gutsohn [n=sumo@M2227P027.adsl.highway.telekom.at] has joined #ubuntu [06:29] #ubuntu-forum.de === _mart [n=mart@c-67-182-168-58.hsd1.ca.comcast.net] has joined #ubuntu [06:30] meuserj|work: I got it running again. How do I check which version of the evolution connector I am running? [06:30] <_mart> is there a way to do a recursive chmod that affects directories only? === AMDXP [n=vegeta@user-0vvd9l6.cable.mindspring.com] has joined #ubuntu === teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu === HappyFool [n=user@tedo-ip-nas-1-p40.telkom-ipnet.co.za] has joined #ubuntu === WildZeck [n=zeck@ax113-3-82-234-26-6.fbx.proxad.net] has joined #ubuntu [06:31] _mart: you could do someting like find -type d /some/path -exec chmod 777 \{\} \; but be careful ;) [06:31] and of course with "/some/path" before "-type d" === mauwolff [n=mau@201.22.219.180.adsl.gvt.net.br] has joined #ubuntu [06:31] hi [06:32] just a question: === Juchipilo [n=joelcont@joel.omnis.com] has joined #ubuntu [06:32] _mart, find . -type d -exec chmod whatever \; [06:32] <_mart> thanks [06:32] my kernel is 2.6.12-10 [06:32] _mart, substitute a path for ., if you don't want to start in the current directory [06:32] but i cna't find it's headers === brynjarh [n=brynjarh@raf-a19.raflinan.is] has left #ubuntu [] === Nafallo-live [n=ubuntu@c-f332e055.23-6-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu === Nafallo-live [n=ubuntu@c-f332e055.23-6-64736c10.cust.bredbandsbolaget.se] has left #ubuntu ["Leaving"] [06:33] at synaptic i could only find linux-headers 2.6.12-9 [06:33] mauwolff, the headers are a separate package [06:33] mauwolff, you have to do the update of the listing [06:33] Guys, i get 'iwconfig -> eth1 NOT READY! ESSID:off/any' . what i need to do to get wireless working? === mumbles-work is now known as mumbles [06:33] !codec === Chris [n=chris@mr-ral-174-185.dmisinetworks.net] has joined #ubuntu [06:33] gimmulf_: I haven't a clue [06:33] !codecs [06:33] Binary only codecs (such as w32codecs) can be downloaded from plf or cipherfunk, see !easysource for details on these repositories [06:33] ok === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu [06:33] Seveas? [06:33] I believe sudo apt-get linux-headers would select the package for him no? [06:34] plf? cipherfunk? yet more third party repositories? ;/ [06:34] !info kernel-headers === xyglose [n=ttkach@209.12.18.90] has joined #ubuntu === pickett [n=pickett@ppp221-218.lns2.adl4.internode.on.net] has joined #ubuntu === Jemt [n=jemt@nat.kollegienet.dk] has joined #ubuntu [06:34] ng:either that or none;) [06:34] hrm [06:34] Zugwrack: linux-headers-386 (or -k7 or other architectures) [06:35] JensBru, iwconfig eth1 mode auto === Juchipilo [n=joelcont@joel.omnis.com] has left #ubuntu [] [06:35] make sense... the current doesn't have version information === martink [n=martin@p54B396AF.dip0.t-ipconnect.de] has joined #ubuntu === Corin_777 [n=Corin_77@host86-143-26-16.range86-143.btcentralplus.com] has left #Ubuntu [requested] === wuming [n=ming@host66146157c0.dsl.res.tor.fcibroadband.com] has joined #ubuntu [06:35] HappyFool: Ok I figured it would know which architecture and kernel version was available on the system and update accordingly... === EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu [06:36] Greetings. I have some issues with Firefox. First of all I want the newest version - but it does not contain an installer. Second I don't know how to install mplayer support in firefox 1.5. Can anyone help me? [06:36] How do I take pictures with my webcam? anybody? === obsvuugj [n=obsvuugj@a80-186-45-213.elisa-laajakaista.fi] has joined #ubuntu === Vagabond [n=james@adsl-69-109-17-213.dsl.snlo01.pacbell.net] has joined #ubuntu [06:36] hi [06:36] during the install, it stucks at "Retriving libss10.9.7... 6%" when install base, I tried both normal install and expert install [06:36] Mabus06 - gqcam === Corin_777 [n=Corin_77@host86-143-26-16.range86-143.btcentralplus.com] has joined #ubuntu [06:36] WhyvasLT: operation not permitted [06:36] need to sudo i guess === noirequus is now known as nalioth [06:36] Corin_777, get the hint. === Corin_777 [n=Corin_77@host86-143-26-16.range86-143.btcentralplus.com] has left #Ubuntu [requested] [06:36] indeed === mode/#ubuntu [+b corin_777!*@*] by Seveas === mode/#ubuntu [+o nalioth] by ChanServ [06:37] thank you, xxenon... I have been here for many hours asking that question again and again [06:37] ? === kung [n=kung@dslb-084-058-011-249.pools.arcor-ip.net] has joined #ubuntu === mode/#ubuntu [+b *!*@*.*.snfc.sffca01r18.dsl.att.net] by nalioth [06:37] Greets out to nalioth: [06:37] Amaranth, === welp [n=peter@82-70-75-246.dsl.in-addr.zen.co.uk] has joined #ubuntu === mode/#ubuntu [+b *!*@200.109.*] by nalioth === mode/#ubuntu [-o nalioth] by ChanServ [06:37] how can I use ubuntu install cd do a network install? i think my install cd is bad === laurent_ [n=laurent@cable-213.214.51.53.coditel.net] has joined #ubuntu [06:37] Zugwrack: howdy === seth_k|away is now known as seth_k === ratschnowski [n=dirkoune@p54A7BC7D.dip0.t-ipconnect.de] has joined #ubuntu [06:38] wuming: you can't [06:38] i just installed ubuntu yesterday and am having trouble getting sound to work, any suggestions? drivers or anything of that sort? i've always been a windows user so this is almost all french to me! [06:38] Amaranth:why? debian works that way, right? [06:38] nalioth: This morning I got up and had to reboot breezy PPC and when I did it failed and said it couldn't find the drivers directory for video card....wierd...is there a resue boot from cd? [06:38] no wuming you need the debian netinstall images [06:38] Hey how do i reload a module? [06:39] wuming: no, they have seperate cds too === xyglose [n=ttkach@209.12.18.90] has left #ubuntu [] [06:39] modprobe does reloading? [06:39] nemlah: rmmod first, then modprobe [06:39] Zugwrack: you can boot from a live cd and chroot into your local install [06:39] Amaranth:since my install cd is no good,, what can i do then? [06:39] I think you have to unload and reload the drver [06:39] wuming: reburn it, i guess === erUSUL [n=erusul@im-77.arrakis.es] has joined #ubuntu [06:39] guys, a last one. how do you usualy install mplayer? compiling or use package? [06:40] mauwolff, package [06:40] i see [06:40] Amaranth: So after boot at the prompt do chroot? Will it prompt for password? [06:40] xxenon, it gives me error "/dev/video: No such file or directory [06:40] " [06:40] Mabus06 - your webcam is not properly installed, then [06:40] xxenon, but I installed the drivers google told me to [06:41] but after reboot, I cannot boot into windows anymore [06:41] some grub problem [06:41] Zugwrack: boot completely into the live cd, then chroot from a terminal === mz2_ [i=mz2@ZYYYMMDCCLXXIII.dsl.saunalahti.fi] has joined #ubuntu [06:41] and when I plug it in, the webcam modules start as some howto said it should if the drivers are working well, xxenon [06:41] I tried sudo modprobe tuner type=38 but it failed [06:41] unknown parameter type? [06:41] Vagabond: First thing make sure the volume levels are turned up on the volume...secondly you can try turning up the volume on your external speakers and see if you can see if you hear any sound at all...my PPC version is slight on volume until adjusting the external speaker volume === EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu [06:43] Amaranth: I understand. Not sure what the process is for doing this? Issue chroot as a command from the prompt? Do I need to specify a path? === MrPockets [n=alex@CPE-69-23-87-53.new.res.rr.com] has joined #ubuntu [06:43] sudo iwconfig eth1 mode auto .. didn't change anything :( === MrPockets [n=alex@CPE-69-23-87-53.new.res.rr.com] has left #ubuntu ["Leaving"] [06:43] Zugwrack: I'm a little fuzzy on the details myself, google or man chroot would probably help. [06:43] can anyone help me with my webcam troubles? I installed the driver but /dev/video still doesn't work === hey_all [n=Corin_77@adsl-68-90-184-209.dsl.snantx.swbell.net] has joined #ubuntu [06:43] K..I am at work right now...will check it out after I get home...thanks === L4m3rSh0t [n=another@adsl196-17-201-206-196.adsl196-7.iam.net.ma] has joined #ubuntu === WiZZarD [n=wizzard@flits102-59.flits.rug.nl] has joined #ubuntu [06:45] Seveas, sorry to bother you, but my friend Corin wants me to ask you why he was banned, and if there is anything he can to do redeem himself. I think it was you he said to ask.... === WiZZarD [n=wizzard@flits102-59.flits.rug.nl] has left #ubuntu ["Leaving"] [06:45] whooooohoooo!!! i'm installing ubuntu on a vaio laptop with 1920x1260 resolution - this is going to be SICK!!! === ravent [n=ravent@IVV7AZE.UNI-MUENSTER.DE] has joined #ubuntu === hey_all [n=Corin_77@adsl-68-90-184-209.dsl.snantx.swbell.net] has left #Ubuntu [requested] [06:45] hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it? [06:45] Fast, cool - I just bought a Samsung 19" LCD :) === mode/#ubuntu [+o nalioth] by ChanServ [06:45] eth1: NOT READY! ESSID:off/any ... anyone ideas? [06:45] now I just need to get a box to put my ubuntu HDD in :( === grogoreo [n=grogoreo@sheeran.plus.com] has joined #ubuntu [06:45] can anyone help me with my webcam troubles? I installed the driver but /dev/video still doesn't work === mode/#ubuntu [+b *!*@adsl-68-90-*.dsl.snantx.swbell.net] by nalioth === TaLi [n=TaLi@mx.nuxo.net] has joined #ubuntu === mode/#ubuntu [-o nalioth] by ChanServ === Pablo [n=Pablo@1c.71.d1c4.cidr.airmail.net] has joined #ubuntu === ravent [n=ravent@IVV7AZE.UNI-MUENSTER.DE] has left #ubuntu ["Leaving"] [06:46] is apt in ubuntu as up to date as debian?? or use the same repositaries? [06:46] argh .. I accidently removed my wastebasket from the dekstop :O ... how can I get it back ? :| === jfletcher [n=jfletche@nukeh.plus.com] has joined #ubuntu [06:47] !trashdesktop [06:47] Bugger all, i dunno, Seveas [06:47] is there a linux program to make basic songs? [06:47] rosen, click 'add to panel' on any panel to add links to the trash among other things [06:47] Fast, it uses different repositories [06:47] !listvals trash [06:47] Factoid search of 'trash' by value (2 shown): desktop-icons ;; desktoptrash. [06:47] is it as recent as gentoo? [06:47] !tell rosen about desktoptrash [06:47] aaaah lovely ! [06:47] rosen, just right click on a blank panel spot and click 'add to panel' [06:47] hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it? [06:47] thanks ! [06:47] i'm using gentoo on my servers and LOVE it but don't have the time to install it on laptop... need to work ;-) [06:47] was getting worried there :P [06:48] bill2: apt-get install mozilla-psm [06:48] can anyone help me with my webcam troubles? I installed the driver but /dev/video still doesn't work [06:48] thanks [06:48] Fast, nonsense [06:48] nalioth [06:48] Fast, what's "as recent as" ? [06:48] Mabus06, which driver/webcam === funkyHat is now known as funkyHat|away === K_Dallas [i=Korben@i216-58-62-171.cybersurf.com] has joined #ubuntu [06:48] well... the time between a package being release and masked as stable in the pms === K_Dallas [i=Korben@i216-58-62-171.cybersurf.com] has left #ubuntu ["Leaving"] [06:49] gentoo is pretty quick... i am a bit of a nut and love getting the most recent packages hot off the press [06:49] Fast, well, ubuntu as some packages stable for years that are still masked into gentoo === dr_willis [n=willis@12-222-81-183.client.insightBB.com] has joined #ubuntu [06:49] anyone can help me with my wireless problem please? it probably little problem [06:49] Fast, and you like unstable desktop i guess === antgel [n=antony@pdpc/supporter/monthlybyte/antgel] has joined #ubuntu === FarrisG [n=jrush@h-68-164-19-170.dllatx37.covad.net] has joined #ubuntu [06:49] JensBru: if you ask a real question [06:49] because i see the network 3Com by 'lspci' [06:49] aris, it is a webcam that uses the spca5xx driver, and I followed the howto on the forum [06:49] How do I configure my system to create /dev/sd* nodes for my pci-raid card drives before creating them for my usb drives at bootup? [06:49] Mabus06, ok I can help you [06:49] does gnome in ubuntu have a tasty ui for handling ipsec/openswan tunnels? [06:49] anyone know an alternative to TVtime? i want to make sure its not just TVtime not displaying my missing channels. === pickett [n=pickett@ppp221-218.lns2.adl4.internode.on.net] has joined #ubuntu [06:49] aris, never had a major problem with stability [06:50] if i did i'll just roll back to the previous version again === _null is now known as _eins [06:50] nalioth: i execute 'iwconfig'. i get eth1: NOT READY! ESSID:off/any. Using 'lspci', i see the 3com correctly [06:50] the chance of this causing data losss is pretty slim [06:50] Why isn't it ready to use? [06:50] ubotu: tell JensBru about wireless [06:50] JensBru: see your PM [06:50] yeah, i see. thank you nalioth [06:51] for example, is firefox 1.5 availalbe now on ubuntu? [06:51] in apt.. [06:51] and php 5.1? [06:51] Fast, no [06:51] ubotu: tell Fast about firefox15 === mihkel [n=mihkel@85.196.207.233] has joined #ubuntu [06:52] Hey [06:52] I have lot of questions here === guest_ [n=guest@oliver.efpu.hr] has joined #ubuntu [06:52] is anybody listening me>? [06:52] is anybody her [06:52] e [06:52] ??? [06:53] mihkel: please be civil. [06:53] mihkel: just ask your question [06:53] mihkel: ask and they will answer. cool guys here [06:53] nalioth: i've detected using the link the type of network model .. it should work "out of the box" [06:53] Ok, I just ceted my ubuntu linux, then i istalled it [06:53] Well i downloaded in interent RTCW ET [06:54] and i dont know how to install it [06:54] JensBru: then you should be able to click on the network icon in the top left and configure it. it may just need to be activated [06:54] mihkel: what is RTCW ET? [06:54] Return to Castel Wolfestein Enemy Territory === Binooeeoia [n=nivcp@206.132.79.170] has joined #ubuntu [06:54] mauwolff, enemy territory [06:54] It is a game [06:54] ops, sorry === Binooeeoia is now known as xiaBB === xiaBB [n=nivcp@206.132.79.170] has left #ubuntu [] === SlicerDicer- [n=Slicer@www.macceketh.com] has joined #ubuntu === Administrator [n=chatzill@host86-143-26-16.range86-143.btcentralplus.com] has joined #ubuntu === Administrator is now known as freddy === soad [n=allar@80-235-77-99.tt.ee] has joined #ubuntu === [caminante] [n=caminant@VA1-1D-u-0566.mc.onolab.com] has joined #ubuntu === arrik [n=arrik@dhcp80ffc27b.residence-rooms.uiowa.edu] has joined #ubuntu === spudse [n=spudse@c529ce88e.cable.wanadoo.nl] has joined #ubuntu [06:56] ? well === ds[de] [n=rrr@p54ABFC9D.dip.t-dialin.net] has left #ubuntu [] === Sonderblade [n=muh@213.131.147.169] has joined #ubuntu === LabThug [n=nida@delta-flyer.135can.musc.edu] has joined #ubuntu [06:57] mihkel: no games in my comp, sorry [06:57] I dont think so that no body knows the answer :D [06:57] question: i installed NetworkManager to manage my wifi connections, using the synaptic package manager, but i don't know where it was installed to. any ideas on how to run it? [06:57] It doesnt mather [06:57] file ise [06:57] What is the trick to get Breezy to install on a SATA drive? [06:57] .run [06:57] how can i installit === zoyd [n=vinay@219.65.93.52] has joined #ubuntu [06:57] r === ZHades [n=skempers@dslb-084-060-222-189.pools.arcor-ip.net] has joined #ubuntu === lakin [n=lakin@d205-206-102-67.abhsia.telus.net] has joined #ubuntu === lancer285 [n=lancer28@168-103-217-224.hlrn.qwest.net] has joined #ubuntu [06:58] When I go with the defaults, Breezy hangs on the disk partitioning [06:58] Tvtuner on ubuntu experience anyone? [06:58] mihkel:Is it a windows game<--in that case you need to install wine;) === jdier [n=jdier@68-114-246-247.dhcp.fdul.wi.charter.com] has joined #ubuntu [06:59] anyone running xfce on ubuntu? [06:59] No, ET is for Linux too and i downloaded it for linux [06:59] has anyone tried installing the 8174 Nvidia official drivers in ubuntu+ [06:59] And it is filename.run [06:59] jdier: just ask your question, please [06:59] sh in front [07:00] jdier: i do... [07:00] Can ubuntu be installed on a SATA drive? [07:00] yup [07:00] LabThug: sure thing. [07:00] LabThug, yep [07:00] what's the trick? [07:00] since Breezy teroedni ? [07:00] How can i install filename.run program? [07:00] I am running xfce on ubuntu and I have two problems. First, I have lost my desktop. I have my panel and all, but the background has gone brown and I do not have my right click menu. this is not a nautilus thing, as I have already killed nautilus. [07:00] my boss couldn't get his SATA box to boot Ubuntu === La_Bazkita16 [n=La_Bazki@17-43-112.adsl.terra.cl] has joined #ubuntu [07:00] nalioth: what's the tool that needs to be launched? [07:01] davey [07:01] second problem is that I get a message the the panel is allready running every time the machine comes upl [07:01] some chipset work === LabThug can't get Breezy installed on a Dell GX280 with an SATA drive [07:01] others not [07:01] teroedni, aaah! [07:01] How can i install game on linux? [07:01] nvidia is a good bet;) [07:01] i see a network tools program; but that isn't it i guess ... [07:01] mihkel, just do ./filename.run === mazoku [n=mazoku@213.141.158.52] has joined #ubuntu [07:01] JensBru: in a terminal, type "sudo network-config" or hit alt-f2 and type 'gksudo network-config" in the field [07:02] mihkel, check out cedega [07:02] jdier: are you saying that you've lost your gnome wallpaper and rightclick when using xfce? well, that's how it supposed to be === RickLaptop [n=RickLapt@c-67-177-47-57.hsd1.ut.comcast.net] has joined #ubuntu [07:02] I've found Nvidia and ATI to be about equal quality on Ubuntu... untill you try to run Dual Monitors - then Nvidia is the clear winner [07:02] No, I have lost my xfce wallpaper === Howdy125 [n=Howdy125@c-24-19-253-187.hsd1.or.comcast.net] has joined #ubuntu [07:02] and my right click xfce menu is gong [07:02] gone === albacker [n=eni@customer-side2-telecomalbania.atnet.com.al] has joined #ubuntu [07:02] yea David aggree there [07:02] :D bforce 3 is good:D [07:03] jdier: strange... what about remove, update and reinstall it? [07:03] lancer [07:03] mauwolff -> all of xfce? [07:03] pleas say it easier [07:04] well, i'm a novice here, but that what i'll do... any other suggestion, anyone? [07:04] mihkel ./gamename;) [07:04] jdier: well, i'm a novice here, but that what i'll do... any other suggestion, anyone? [07:04] all you need is the ./ in front [07:04] in tipe ./filename.run to command [07:05] ? [07:05] ubotu: tell mihkel about cli [07:05] yup [07:05] cli? [07:05] How do you get Breezy to install on a Dell GX280 with an SATA drive? [07:05] the thing your in now;) === albacker [n=eni@customer-side2-telecomalbania.atnet.com.al] has joined #ubuntu [07:05] mihkel, did that work? you may need to do sudo chmod 777 filename.run first [07:06] LabThug, the main trick is that the hard drives are sda/b rather than hda/b === guest__ [n=guest@oliver.efpu.hr] has joined #ubuntu [07:06] LabThug, what are you seeing? [07:06] zhjnhzj [07:06] zhjnhzj [07:06] zhjnhzj [07:06] zhjnhzj [07:06] Lancer, in one forum they sayed same [07:06] zhjnhzj [07:06] zhjnhzj [07:06] question: i installed NetworkManager to manage my wifi connections, using the synaptic package manager, but i don't know where it was installed to. any ideas on how to run it? [07:06] zhjnhzj [07:06] zhjnhzj === RickLaptop [n=RickLapt@c-67-177-47-57.hsd1.ut.comcast.net] has joined #ubuntu === mode/#ubuntu [+o nalioth] by ChanServ [07:06] zhjnhzj === steve_laptop [n=steven@astound-64-83-198-101.mn.astound.net] has joined #ubuntu [07:06] how do i to it === mode/#ubuntu [+b %guest__!*@*] by nalioth [07:06] sethk, it hangs when going into the partitioning mode === mode/#ubuntu [+b %*!*@oliver.efpu.hr] by nalioth [07:06] LabThug, are you in expert mode or default mode? [07:07] mihkel type sudo chmod 775 gamename === mode/#ubuntu [-b %guest__!*@*] by nalioth [07:07] I tried default first, and expert as well, both hang at the same point === mode/#ubuntu [-o nalioth] by ChanServ [07:07] LabThug, on one dell (which wasn't exactly the same model as yours) I had to stop the SATA module from loading during install [07:07] Do i have to to it all in comm? [07:07] I guess it's that time of the year again [07:07] sethk, tell me more :-D [07:07] It's raining morons [07:07] I would like to create two partitions on the same usb key, is it possible to have it correctly automounted under ubuntu ? === ruggy [n=Rulon@66.199.118.2] has joined #ubuntu [07:07] LabThug, it then used hda/b etc. then I had to boot a rescue cd, edit fstab, and change hda to sda, hdb to sdb, etc. === amparo_pzzi [n=tyler@85.62.20.254] has joined #ubuntu [07:07] LabThug, then it ran fine === amm60omy [n=kusfhgiw@69.162.64.120] has joined #ubuntu [07:08] so you got it to partiton fine? [07:08] LabThug, let me check which sata that thing uses. hold on a moment === zodman [n=zodman@dsl-200-95-84-152.prod-infinitum.com.mx] has joined #ubuntu [07:08] howdy peoples [07:08] LabThug, yes, once I figured this part out (which took a long time, as you might imagine) everything went smoothly [07:08] anyone has sucessfully instaled zd1211 wireless dongle in master mode? :) === Kyral [n=kyral@sclab-166-10933.sclab.clarkson.edu] has joined #ubuntu [07:09] I jumped to the debian server and was told to run #xfdesktop [07:09] This brought back my desk top and my menu system [07:09] sethk, cool. thanks for the info [07:09] Lancer [07:09] jdier: much better solution :) === roman_ [n=roman@213.226.138.242] has joined #ubuntu [07:09] LabThug, this one is using the Intel ICH6M sata 9aka 82801fbm) [07:10] please say what i have to tip in comand... [07:10] jdier: i'll record that [07:10] LabThug, another solution is to partition first with another distro, then install ubuntu and tell it to use the existing partitions [07:10] I reask : I would like to create two partitions on the same usb key, is it possible to have it correctly automounted under ubuntu ? === _nano_ [n=nanophob@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu [07:10] LabThug, but this doesn't always work in this situation, because you still need to list the partitions and tell it which ones to use [07:10] hmmm, might try that [07:10] Vincent, yes [07:10] minkhel [07:10] LabThug, and that still might fail. But it did work for me once. [07:10] the automounter will mount both [07:10] sudo chmod 775 gamenam [07:10] ./gamenam [07:10] ok, I'll try your suggestions. Thanks! [07:11] <_nano_> where are the icons for applications usually located? (applications installed through apt-get) [07:11] LabThug, you can gather info by using the distro cd to boot into a shell and running the hardware detection program on the command line. [07:11] Seveas: I have created two logical partitions on my usb key: a fat32 and an ext2. But even if in /dev i can see both, when I automount it df only give me the FAT32 [07:11] ./et-linux-2.60.x86.run [07:11] can anyone please help me with maybe why foomatic is giving me this error when try to install the driver that it don't exist or I don't have permissions to install it..even though going through cups to install it [07:11] LabThug, that shows you udev designations for the hard drives, which map to hda/sda/whatever, but the mapping is a bit arcane === voron [n=roman@213.226.138.242] has joined #ubuntu [07:11] yea [07:12] Vincent, that's weird, any clues from dmesg? Can you mount it with pmount? [07:12] TokenBad, start your web browser as root (e.g., sudo firefox) [07:12] Vincent, check /var/log/messages to [07:12] o === learnfromscratch [n=deepan@203.212.229.87] has joined #ubuntu [07:12] sethk, I do appreciate your help, thanks much [07:12] i dont want xscreensaver to start during start up.. i dont find an entry for it in rcconf.. i use xfce4... how do i turn it off ? [07:12] seth_k, EWW NO [07:12] LabThug, hope it works out for you. [07:12] firefox has some very weird sudo bugs === Silencer [n=Silencer@82.208.215.13] has joined #ubuntu [07:12] and running browsers as root is stupid === mmarle [n=marle@dsl6-118.fastxdsl.nl] has joined #ubuntu [07:13] REALLY stupid [07:13] Seveas, please don't think that I'd say something like that, it's sethk you mean === [A] ndy80 [n=wettreyw@host215-170.pool8251.interbusiness.it] has joined #ubuntu [07:13] Well i tiped this filename thing, but i haded this thing now... No such file or directory [07:13] Seveas, unuseful i'd say [07:13] seth_k, grrr, too confusing :) [07:13] mihkel [07:13] it's not more stupid than running it as your main user [07:13] aris, no the word is stupid [07:13] Seveas, absolutely untrue. For several situations you must run the browser as root. [07:13] chmod first [07:13] Seveas, I know :P [07:13] nope Seveas [07:13] yes ter [07:14] sometimes you need it [07:14] Seveas: yes dmesg gives me something: http://pastebin.com/463977 === mc__ [n=mc@62.218.230.197] has joined #ubuntu [07:14] sethk, give me ONE [07:14] Seveas, if you can't manage it with firefox there are other browsers, although I've never had a problem doing it. [07:14] there is NO sucj situation [07:14] Seveas, I just did, if you were paying attention. [07:14] because of some hypothetical rule that say you should never log on as root [07:14] is there anyway to convert ubuntu install cd to DVD, I only have dvd-r here === nalioth is interested in running browsers as root, also [07:14] Seveas, but anyone who would say there is No such situation simply has no clue about the universe of possible situations [07:14] sethk, you did not [07:14] sethk, bullshit [07:14] aris, there is no such rule [07:14] wuming: it will burn to a dvd-r, it'll just waste the extra spce [07:14] hello,what is the root password in ubuntu in the default install? [07:14] Seveas, no facts, no arguments, so language. very bright [07:15] !tell mc__ about root [07:15] mc__, it is unset in the normal install, set by the user in expert install [07:15] sethk, browsers display things downloaded from the web === B-166_ER-X [n=oli@c207.134.231-244.clta.globetrotter.net] has joined #ubuntu [07:15] Seveas, really? [07:15] for doing that you don't need root privileges === DeadZed [n=DeadZed@80-235-32-204-dsl.mus.estpak.ee] has joined #ubuntu [07:15] Wll teroedni??? [07:15] nalioth:so it is ok to burn the cd iso to dvd-rw then? [07:15] Seveas, compromising your user account or root it equivalent [07:15] Seveas, browsers do many many other things as well. check them out. [07:15] you did both? [07:15] no root?!? what a shit ,ill install sarge again.. [07:15] sethk, then you use them wrong [07:16] mc__, may want to check the faq.. its trivial to set. [07:16] Seveas, ah, the voice of ignorance. read for example the cups documentation. [07:16] Seveas: do you have a clue ? [07:16] yeah ill do so [07:16] mc__, IF you really need it - its best to read the FAQ and learn to use 'sudo' [07:16] sethk, cups webadmin does not need the browser to run as root [07:16] Seveas, I never said it did === lucis [n=ubuntu@adsl-70-232-79-178.dsl.ltrkar.sbcglobal.net] has joined #ubuntu [07:16] read the docs === DeadZed [n=DeadZed@80-235-32-204-dsl.mus.estpak.ee] has joined #ubuntu [07:16] i dondt know how to do it [07:16] i know sudo... [07:16] im not new to linux [07:16] wuming: it will work fine, just waste the extra space on the dvd-r [07:16] mc__, then use sudo to set a root password... [07:16] how i do chmod [07:16] Hey all, can someone tell me how to restore my xorfg.conf file? [07:16] mc__, use sudo and the first users pass - to get root-stuff done. :P [07:16] Seveas: Seveas offtopic [07:16] cool === xandeurus [n=alex@12stb54.codetel.net.do] has joined #ubuntu [07:16] i just think its stupid that there is no root in default install [07:17] pleas give me the text that i have to write on there [07:17] sethk: sethk offtopic === jeppe [n=jeppe@baana5-141.verkkotieto.fi] has joined #ubuntu [07:17] ubotu: tell mc__ about root [07:17] mihkel join #ubuntuforums and i tell you there;) [07:17] mc__, there is a root. you just have to set the password [07:17] i trie to [07:17] i understood it already ;) [07:17] mc__, if you do ps aux, you'll see processes running, owned by root [07:17] the same people code bots that ejects people from chans when they come with irc as root [07:17] join #ubuntuforums [07:17] nonsense === nekSia [i=user@81.213.97.194] has joined #ubuntu [07:17] teroedni, don't spam other channels in here === nekSia [i=user@81.213.97.194] has left #ubuntu [] [07:17] I would like to know, with which aplication I can transport the photos of my cell phone to linux [07:17] seveas okey for me :P === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu [07:18] it is stupid that you dont have to set the root pw during install,that was what i wanted to say [07:18] guess i have to spam here [07:18] Seveas? [07:18] mc__, you can === trondd_ [n=trondd@193.213.31.133] has joined #ubuntu [07:18] freddy, ? [07:18] mc__: you can do anything you like with sudo [07:18] mihkle you are in terminal right [07:18] mc__, dont start this old argument again. :P you are not going to convince anyone of anything. [07:18] mc__, it's a defensible choice, and easy to change, so why get upset about it? === kj [i=remove_j@66.17.34.72] has joined #ubuntu [07:18] if I keep acting like i have acted for the last 45 mins, will you not block me? (i am being honest with you.... a brownie point for that? :D) === freddy is now known as Corin_777 === Kibou [n=boo@dslb-084-063-048-130.pools.arcor-ip.net] has joined #ubuntu [07:19] I edited my xorg.conf file and rendered X unstartable. Any ideas on how to restore it? [07:19] why dont ask it during install? [07:19] as I understand it, in ubuntu, you can't log in to the GDE as root. I'm trying to move my wordpress folder from my home folder to my /var/www/ folder. It won't let me to it as it says I don't have permissions. How do I accomplish this then? === Corin_777 [n=chatzill@host86-143-26-16.range86-143.btcentralplus.com] has left #Ubuntu [requested] === FUhee [i=user@81.213.97.194] has joined #ubuntu [07:19] type:sudo chmod 775 name of the run filr === MalcolmO [n=ubuntu@69.158.152.227] has left #ubuntu ["Leaving"] === FUhee [i=user@81.213.97.194] has left #ubuntu [] === levander [n=chatzill@user-11213qa.dsl.mindspring.com] has joined #ubuntu === mode/#ubuntu [+b *!*@host86-143-26-16.range86-143.btcentralplus.com] by Seveas [07:19] bann evasion is soooooooo lame [07:19] I would like to know, with which aplication I can transport the photos of my cell phone to linux === zionn [n=jahbless@ip92.cab32.mus.starman.ee] has joined #ubuntu [07:19] i am on ubuntuservers [07:19] xandeurus, depends on the phone [07:19] mc__, it does indeed ask for it in expert install. So do expert install. [07:19] ubuntuforums* [07:20] Seveas, I have a LG vx6000 [07:20] mc__, or set it after install. it takes all of 20 seconds to do it. [07:20] are there any hot keys to switch betwen gnome desktops? [07:20] does someone know how to change the system font size for wine? [07:20] xandeurus, then check the lg website :) [07:20] yeah ill go now,thank ya for help [07:20] it's tiny [07:20] zionn, you can view/set them in system -> preferences -> keyboard shortcuts [07:21] thanx [07:21] Seveas, ajaja, hey men but you dont know, any program with I can send the photos of the cell to the system? [07:21] How come even though I haven't done an 'apt-get update' since the last time I did an 'apt-get upgrade', when I do another 'apt-get upgrade' now, it says it's going to upgrade packages? [07:21] xandeurus, no, otherwise I would have told you :) [07:21] opme === mode/#ubuntu [+o nalioth] by ChanServ === plume [n=mpl@62.12.131.lpoy.fi] has joined #ubuntu [07:21] levander, cron does it for you :) [07:21] Seveas, ok men, thanks === mode/#ubuntu [+b *!*@host86-143-*.range86-143.btcentralplus.com] by nalioth === zool2005 [n=zool@ARennes-351-1-6-51.w82-126.abo.wanadoo.fr] has joined #ubuntu [07:21] anyone? === djib [n=djib@brusa.chu.cam.ac.uk] has joined #ubuntu [07:21] Seveas: oh, this i did not know, thanks [07:22] hello === zodman [n=zodman@dsl-200-95-84-152.prod-infinitum.com.mx] has left #ubuntu ["Abandonando"] [07:22] RickLaptop: use sudo === mode/#ubuntu [-b *!*@host86-143-26-16.range86-143.btcentralplus.com] by nalioth === workbean [n=workbean@219.95.150.150] has joined #ubuntu [07:22] hi.all....how i know if someone has hack my computer? === chrisx1 is back ( Away 1 hour 9 mins 15 secs ) === mode/#ubuntu [-o nalioth] by ChanServ [07:22] jeppe, I just did, nice pictures you have === carsten__ is now known as CarstenP === chrisx1 [n=chrisx1@spc1-burn2-5-0-cust56.bagu.broadband.ntl.com] has left #Ubuntu [requested] [07:23] ok...what pics? [07:23] jeppe: if you haven't installed any servers they can't [07:23] jeppe, just kidding, listen to Amaranth :) [07:23] wrong [07:23] ok... [07:23] HappyFool. I guess it's because I'm still a linux newbie so I was trying to drag and drop it from one file manager folder to the other one. So I need to learn to use the CLI for this then is what you are saying [07:23] spb: What ports are open by default in ubuntu? [07:23] spb: (hint: the answer is none) [07:23] Amaranth: the question isn't what ports you have open [07:23] sigh [07:23] RickLaptop: you can run the file browser (nautilus) as root [07:24] the question is what applications you run that exchange data with another computer === beruic [n=beruic@0x535b9e20.rdnxx4.adsl-dhcp.tele.dk] has joined #ubuntu [07:24] spb: They do it over...ports. [07:24] RickLaptop: Applications -> system tools -> run as different user [07:24] (irc newbie) - I just installed Edubuntu (amd64), it went smooth but vmlinuz/initrd are also amd64 and my thin clients are i386. where can i find the i386 ones ? [07:24] Amaranth: your 'open ports' relate to incoming connections [07:24] oh. didn't know about that... is nautilus installed with a default breezy install? [07:24] outgoing connections aren't covered by that === trondd_ [n=trondd@193.213.31.133] has left #ubuntu ["Forlater] [07:24] a web browser is just as easy to exploit as a web server === dpupp [n=dpupp@cpe-65-189-185-5.columbus.res.rr.com] has joined #ubuntu === zoyd [n=vinay@219.65.93.52] has left #ubuntu ["Leaving"] === amm60omy [n=kusfhgiw@69.162.64.120] has joined #ubuntu [07:24] RickLaptop: yeah, it's the thing you're using to drag and drop files usually [07:25] or is nautilus what i"m actually using..oh ok [07:25] it just requires a slightly different attack vector === jegxx [n=jegxx@dialup-4.224.222.160.Dial1.Cincinnati1.Level3.net] has joined #ubuntu [07:25] cool [07:25] ty [07:25] spb: That's not the same thing. To get access to your computer they still have to install something that opens a port. [07:25] can someone help me, im having a problem installing Ubuntu [07:25] Amaranth: no they don't [07:25] amm60omy: please be more specific [07:25] !tell amm60omy about anyone [07:25] spb: Err, then they need to know exactly what files they want so you will send [07:26] Amaranth: hijack web browser, have it spawn a process that connects to a remote server and listens on that connection for commands [07:26] easily done with netcat and a few pipes, for example [07:26] haapyfool: when im installing the installation freezes at the grub installation [07:26] firewalling is an important part of having a secure system, but it's only one part [07:26] spb, sure, give me a real example of that actually working... [07:27] spb: Luckily we're so obscure you won't get random attacks like that. [07:27] Happyfool: I am trying to dual bool Windows XP pro, and Ubuntu [07:27] is gnome 2.12.2 available yet? [07:27] Seveas: it's been well documented in several places [07:27] Fast: it won't be [07:27] i can dig up links if you really want, but it'll take a while [07:27] why not? === ardzeii [n=Schildkr@210.213.78.169] has joined #ubuntu [07:27] Fast: any security fixes in 2.12.2 will be backported [07:27] what is the force quit command? [07:27] spb, i'd appreciate it === vicks [n=chatzill@c-d78870d5.037-42-67626719.cust.bredbandsbolaget.se] has joined #ubuntu [07:28] ok [07:28] Fast: because 5.10 is stable === Howdy125 [n=Howdy125@c-24-19-253-187.hsd1.wa.comcast.net] has joined #ubuntu [07:28] TokenBad, reboot ;) [07:28] Fast: meaning doesn't change === thezanke [n=thezanke@12-222-4-40.client.insightBB.com] has joined #ubuntu [07:28] TokenBad, kill -9 [07:28] I did killall [07:28] but there was another command [07:28] where could click on the program [07:28] pkill -9 [07:28] kill -9 [07:28] xkill [07:28] thats it [07:28] thanks Seveas === jlhenry [n=jlhenry@QCity-ppp138083.qc.sympatico.ca] has joined #ubuntu [07:29] gnome has a panel applet for it :) [07:29] amm60omy: i'm not sure i can help much --- sounds problematic === Pablo [n=Pablo@1c.71.d1c4.cidr.airmail.net] has joined #ubuntu [07:29] amm60omy: the standard advice is to check if your CD is ok [07:29] Can anyone help me with this, when im installing the installation freezes at the grub installation. I am trying to dual bool Windows XP pro, and Ubuntu [07:30] Happyfool: I just installed it on my brothers computer fine === blablablabla [n=maniac@i3ED6EE4C.versanet.de] has joined #ubuntu === ruggy [n=Rulon@66.199.118.2] has left #ubuntu ["Leaving"] [07:31] amm60omy: so the CD is probably fine. sorry i can't help more [07:31] HappyFool: Thanks anyways [07:31] Can anyone else help me out?? === soad [n=allar@80-235-77-99.tt.ee] has left #ubuntu [] [07:32] amm60omy, in cases like that, I complete the installation skipping the boot loader, and install grub manually [07:32] Seveas: http://www.informit.com/articles/article.asp?p=397660&rl=1 [07:32] sethk: how do i do that? === OnePointTwentyon [n=OnePoint@216.126.230.19] has joined #ubuntu [07:32] Seveas: page 7 is probably the bit you want, but the whole thing is kinda interesting reading [07:32] amm60omy, the install let's you skip the boot loader, so that part's easy [07:33] amm60omy, then you have to boot a rescue cd (or floppy) [07:33] and yes, i know the example there is a windows network, but the attack methods will work just as well on *nix [07:33] can openoffice 2 be installed via apt-get yet? === dtamas [n=dtamas@IP-115.c-211.TvNetWork.Hu] has joined #ubuntu [07:33] sethk: when do i get the chance to skip the boot loader? [07:33] amm60omy, installing grub manually is very easy, especially if you can copy (recursively) the /boot directory from another ubuntu install (same version and architecture) [07:33] spb, thanks [07:33] amm60omy, in expert install it is right on the main menu. Not sure on the default install, but I think it is just a prompt. [07:34] guys how do i see my kernel version.. i cante remember.. :( === XiCillin [n=mike@dpc67142105197.direcpc.com] has joined #ubuntu [07:34] What is the gnome click/key stroke to kill an app? [07:34] albacker: uname -a [07:34] Seveas: sorry, page 6 rather [07:34] jordo23: alt-f2 > xkill [07:34] xkill [07:34] nalioth, thanks [07:34] sethk: ok cool, ill look for it, thank you === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu === OculusAquilae [n=bastian@p548D219C.dip0.t-ipconnect.de] has joined #ubuntu === mkyb14 [n=mkyb14@carlsbad-cuda-6-69-162-83-77.crlsca.adelphia.net] has joined #ubuntu [07:35] spb, p6 is all windows based stuff which does not apply to Ubuntu [07:35] Seveas: it does === mumbles is now known as mumbles-ccna === mojo [n=mojo@220-244-248-54.tpgi.com.au] has joined #ubuntu === bill2 [n=bill2@c-67-162-44-104.hsd1.il.comcast.net] has joined #ubuntu [07:36] Seveas: the specific tools and exploits will be different, but the concepts are the same [07:36] alt +f2 is run app... [07:36] Is there a way to do an 'ls' on a deb repository I have in my sources.list? [07:36] <_jason> jordo23, and then you run 'xkill' [07:36] will that kill everything? === junpei [n=junpei@baicbcac62b.bai.ne.jp] has joined #ubuntu === didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu [07:36] spb, too vague [07:37] the point is that you can easily go from a code execution bug on a system to which you don't have direct access to get a full shell whenever you want it [07:37] <_jason> jordo23, that turns your mouse into a one shot killer, you click on a window and it dies [07:37] ha? === OculusAquilae [n=oculus@p548D219C.dip0.t-ipconnect.de] has joined #ubuntu === Millenniumgroup [n=Pancake@c83-251-101-178.bredband.comhem.se] has joined #ubuntu [07:37] spb, THAT is true, but rather irrelevant in this case [07:37] Seveas: they got a simple vulnerability on the sql server, to which there was on external access [07:37] (ie no open ports) [07:37] I have the plf repository for ubuntu in my sources.list, but can't retrieve the "hot-babe" package. [07:37] anyone using a newsreader called "ninan"... or does anyone know a way to check if im running java at all on my system? [07:37] sethk: one last thing, does it matter if im installing Ubuntu on a hd with my Windows xp partition [07:37] I am trying to kill the calendar app that runs under the clock... [07:37] they then used netcat and a few pipes to dial out and get a full command shell [07:37] levander: hot-babe is available elsewhere === nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu [07:37] does anyone know how to change the default font size in wine? it's tiny. [07:37] which is exactly what you were saying couldn't be done [07:38] amm60omy, of course that has to be reflected in the grub configuration file, but other than that, no. [07:38] levander: plf is not good to have in your sources.list for every day usage [07:38] nalioth: are you saying it's not available from plf? [07:38] nalioth: network-config isn't installed on the system [07:38] nalioth: because there are conflicts with the main repositories? [07:38] levander: i have no idea what is in plf, it's not good to use it [07:38] <_jason> jordo23, yes? just click click on it [07:38] I got network-admin though [07:38] spb, that's true in theory. It would be interesting to know whether it is logistically credible. [07:38] sethk: ok thank you === bill2 [n=bill2@c-67-162-44-104.hsd1.il.comcast.net] has left #ubuntu ["Leaving"] [07:38] nalioth: you're speaking from experience, or you've just heard this, what's the source you're basing it on? [07:38] sethk: read the article. it's easily doable === ichkata__ [n=ichkata@212.116.133.213] has joined #ubuntu [07:39] _jason: thanks...worked....was lagging for some reason.. [07:39] JensBru: sorry, it's "sudo network-admin" [07:39] spb, but this uses an sql injection vulnerability [07:39] what virtualization/emulation do you recommend to run Debian inside Kubuntu ? [07:39] Seveas: so? === eruin [n=eruin@unaffiliated/eruin] has joined #ubuntu [07:39] that's quite specific [07:39] nalioth: I know some people hate the w32codecs package, is that part of you're reason for not liking plf? [07:39] sethk: could i install someother boot loader?? [07:39] spb, I know the article. I don't off hand see how that translates into a viable attack. [07:39] Seveas: the particular vulnerability you use to achieve code execution on the target box is irrelevant [07:39] amm60omy, yes [07:39] how would you translate this to getting root accecc in ubuntu via Evolution witha bug? [07:39] levander: i'm speaking from my years of experience helping in #ubuntu. non official repo usage causes trouble [07:39] can anyone please help me with maybe why foomatic is giving me this error when try to install the driver that it don't exist or I don't have permissions to install it..even though going through cups to install it [07:39] Seveas: code execution bug in evolution, yes? [07:39] How do I install opera under breezy? :) [07:39] enyone know ...when i could get apt-get / synaptic... New firefox 1.5??? [07:39] omg, i have gnome and installed amarok [a kde music player] , i closed the program and i still hear the music playing.. i do killall amarok and it doesnt stop :S === vehbi [n=vehbi@81.213.186.192] has joined #ubuntu === McJerry [n=bryanj02@wsip-66-210-74-50.mc.at.cox.net] has joined #ubuntu === singinmatt13 [n=440fcd1b@genesis.concept69.de] has left #ubuntu [] [07:39] hi [07:40] guys [07:40] i started to use ubuntu [07:40] <_jason> albacker, lol is it a good song at least? [07:40] spb, sure, assume you can execute anything you want === corresponder [n=poeses_c@p54AD5BD3.dip.t-dialin.net] has joined #ubuntu [07:40] nalioth: i receive Gtk-WARNING: cannot open display ..im working in console now tho [07:40] albacker: that a music cd ? [07:40] spb, btw, let's move to #ubuntu-offtopic [07:40] ole [07:40] nalioth: so, the main reason you don't like it is because it's not official? not based on any specific knowledge of plf itself? I'm afraid of non-official repositories too, but plf looks small... i'll probably remove it from sources.list after i install the two packages i want from it [07:40] does anyone know how to get the microsoft mce remote to work? [07:41] _jason, yeah school of rock, it rox :D [07:41] JensBru: that is fine, it should open (or you can alt-f2 > gksudo network-admin) [07:41] Seveas, I tried to install the default recommended driver for my epson stylus color 740 printer [07:41] levander, if you understand the risks, back up your repository state and go for it. [07:41] <_jason> albacker, are you sure the name of the process is amarok? did it actually kill something when you did that? === drew [n=drew@pool-71-245-160-118.bltmmd.fios.verizon.net] has joined #ubuntu [07:41] i solved it, i was doing killall amarok, and in the ps list there was amarokpp, it seems that amarok is just a link to amarokapp ! [07:41] and get an error msg about the file is either missing or I don't have permission to access it...any ideas? [07:41] levander: in our experience, non official repos do not take into consideration ubuntu packaging guidelines and usually end up borking a system === JDahl [n=joachim@3E6B71E6.rev.stofanet.dk] has joined #ubuntu [07:41] sethk: well, actually i'm wondering if nalioth isn't right, i already can't find the hot-babe package they claim on their web page to have in there [07:42] _jason, that was it :) === hawk` [i=hawk@1-1-6-24a.ghn.gbg.bostream.se] has joined #ubuntu [07:42] ello JDahl :) [07:42] enyone know ...when i could get apt-get / synaptic... New firefox 1.5?? [07:42] hm [07:42] im noob.. [07:42] nalioth: you know of a good source for hot-babe, sounds like a neat little piece of software, be fun to try it [07:42] levander, I tend towards the conservative and, personally, I'd prefer to install from source rather than use an unofficial repository [07:42] :D [07:42] HappyFool: Hi - long time no see! [07:42] levander: you can compile it quickly [07:42] levander, of course if you back up you can revert, but why risk your package database state, even if the risk is small? [07:43] sethk: nalioth: yeah, i'll just compile, thanks guys === purplefeltangel [n=purplefe@CPE0050bfffe781-CM014120014776.cpe.net.cable.rogers.com] has joined #ubuntu [07:43] eni@madgeek:~$ firefox -v [07:43] Mozilla Firefox 1.0.7, Copyright (c) 1998 - 2005 mozilla.org [07:43] is there any way to do special characters with the keyboard and not the character map? (like alt+whatever in windows) === jordo23 [n=jmendelb@rrcs-67-52-221-174.west.biz.rr.com] has joined #ubuntu [07:43] can anyone tell me what to do when I for some reason was removed from the sudoers list, root is disabled and I can't seem to login with the root account at the recovery mode either? [07:43] :S === Thom_ [n=chatzill@g42100.upc-g.chello.nl] has joined #ubuntu [07:44] hi guys === Blue-Omega [n=Blue@about/cooking/nakedchef/omelette/Blue-Omega] has joined #ubuntu [07:44] hi guy [07:44] Nickserv Identify picard [07:44] :P [07:44] lol [07:44] hawk' boot to cd and chroot in [07:44] hawk`: you probably borked something, think you gotta boot with livecd and mount your root partition, and edit /etc/passwd off the root partition [07:44] hawk`, youre screwed up :P [07:44] :) [07:44] hawk`, you cant even su to your root account ? [07:44] whew === RossWrk [i=ross@test.hometel.com] has joined #ubuntu [07:45] albacker no [07:45] can someone please help me? [07:45] but i'll try the livecd [07:45] Thom_: yes, change your nickserv pass [07:45] >nickserv< ghost Thom_ picard [07:45] :) === Thom_ [n=chatzill@g42100.upc-g.chello.nl] has joined #ubuntu [07:45] <_jason> hawk`, I think you can use the recovery mode too, but the liveecd method definitely works === evilbulgarian [n=konversa@pcp04150594pcs.sanarb01.mi.comcast.net] has joined #ubuntu === kokujo [n=kokujo@cpe-70-95-192-90.san.res.rr.com] has joined #ubuntu [07:45] hawk, make sure the /etc/passwd you edit is the one on the root partition of the system you boot, don't modify the /etc/passwd from the livecd [07:45] * Thom_ has quit (Nick collision from services.) [07:45] -NickServ- [Thom_] has been killed [07:45] hello? [07:46] levander :) [07:46] hi, i keep getting "zone foo.com/IN: refresh: failure trying master XXX.XXX.XXX.XXX#53: timed out" i also get a time out when i do dig @nsprimary testdomina.com but when i do dig +tcp @nsprimary testdomina.com it works, nmap reports port 53 udp as open|filtered can someone please help me trace this problem ISP says that its not blocking any ports? === sbartleylinux [n=sbartley@67.108.61.130.ptr.us.xo.net] has joined #ubuntu [07:46] omg, it was true, i thought he was joking.. [07:46] albacker >nickserv< ghost Thom_ picard [07:46] _jason: just use whatever you have downloaded [07:46] whats wrong? [07:46] Thom_: if you accidentally pasted your real nickserv pass in here, you need to change it quickly [07:46] _jason yea, but i have enabled the root, then disabled it with passwd -l root like the ubuntuguide.org says, and it doesnt accept a blank password at the recovery console [07:46] how change? [07:46] Thom_, i ghosted you.. === fonsken [n=fonsken@d54C32E81.access.telenet.be] has joined #ubuntu [07:46] please tell me how to change :p [07:46] <_jason> hawk`, oh ok [07:47] try changind your password to something else, learn to type the slash / and dont pick such passwords like picard ! :D === JazzCrazed [n=jazzcraz@pool-68-161-143-118.ny325.east.verizon.net] has joined #ubuntu === _native_ [n=alpha@cpe-66-87-4-181.ut.sprintbbd.net] has joined #ubuntu === _RossH [i=ross@test.hometel.com] has joined #ubuntu [07:47] hawk`: first rule: ubuntuguide will break your box [07:47] is there any way to do special characters with the keyboard and not the character map? (like alt+whatever in windows) [07:47] Thom_, /msg help nickserv or nickserv help === shodan_ [n=shodan@p549402DF.dip0.t-ipconnect.de] has joined #ubuntu [07:47] Thom_: /msg nickserv help [07:47] nalioth, i'll remember that [07:48] ok :P [07:48] <_jason> Thom_, type those commands in the server window so that if you mess up no one sees your password. And pick a better password. [07:48] hi all [07:48] <_native_> how can i capture a video thats thru realplayer [07:48] <_native_> ? === markrian [n=Markrian@cpc1-cmbg2-5-1-cust216.cmbg.cable.ntl.com] has joined #ubuntu [07:48] i changed it already [07:48] and i'll also make a backup sudo user when this is fixed :P [07:48] <_native_> ;p [07:48] first rule of ubuntuguide: don't talk about ubuntuguide [07:48] why cant i use picard? [07:48] how do i chmod a folder and all of its files and subfolders? [07:48] lol [07:48] someone of you using daper? [07:48] chmod -R [07:48] thx corresponder [07:49] does someone use daper? === ATT___ [n=USER0108@85-18-14-10.fastres.net] has joined #ubuntu [07:49] Thom_ yes, using dapper here [07:49] nope [07:49] <_native_> how can i capture and record video in X? [07:49] hawk' did you get in? === zhx [n=zhx@209.193.90.66] has joined #ubuntu === JazzCrazed [n=jazzcraz@pool-68-161-143-118.ny325.east.verizon.net] has left #ubuntu [] [07:49] and err, what do I edit in the passwd file? [07:49] McJerry, do you also have the problem that the Aplications menu doesnt work annymore? [07:49] McJerry not yet, downloading a livecd [07:49] :) [07:49] Thom_, try this : /msg nickserv help set reset [07:49] <_native_> nevermind [07:49] albacker, i changed it already ;) === ATT___ [n=USER0108@85-18-14-10.fastres.net] has left #ubuntu ["Sto] === HymnToLife [n=_mfb@dyn-213-36-160-150.ppp.tiscali.fr] has joined #ubuntu === l4t [n=l4t@CPE000c41d608ba-CM00003905065f.cpe.net.cable.rogers.com] has joined #ubuntu [07:50] why ubuntu is so popular? :) [07:50] Thom_, try this : /msg nickserv help set password [07:50] Thom_ have had a few applications on the applications menu go bonkers....exactly what is your problem? [07:50] I tried to create an SSH remote location with the "Connect to Server..." menu item in the places menu in Ubuntu 5.10, but when I try to connect to the location I get an error: [07:50] Thom_, ok :) good for you [07:50] albacker, i changed it already :P [07:50] Can't display location "sftp://mdf30@www.srcf.ucam.org/home/markrian/public_html", There is no default action associated with this location. [07:50] thankz [07:50] hello [07:50] wuming, because its the best out there. === bill2 [n=bill2@c-67-162-44-104.hsd1.il.comcast.net] has joined #ubuntu === jmd_ [n=jmd@207.253.192.33] has joined #ubuntu [07:51] markrian, ssh:// instead of sftp:// [07:51] McJerry.. it opens.. and then it closes to one tinysquare === VincentMX [n=vincent@c3eea0597.cable.wanadoo.nl] has joined #ubuntu [07:51] hi [07:51] markrian, try running the menu item as root and see if it works, if so, is privilege issue [07:51] was curious if there was a specific edubuntu channel [07:51] zhx, #edubuntu [07:51] of course [07:51] :) [07:51] McJerry, i ran and upgrade like 3 days ago and since then it doesnt work annymore [07:51] Seveas: Okay, but why does the menu item not generate the correct url?! [07:51] thanks [07:52] McJerry: why should that matter? [07:52] markrian, sftp:// not working is a bug being solved as we speak === zhx [n=zhx@209.193.90.66] has left #ubuntu ["Leaving"] [07:52] Thom_ I had issues with applications crashing if multiple instances were launched from the application menu, but i reloaded my breezy image then did apt-get dist-upgrade and those problems went away [07:52] Seveas: was it broken recently? Because I've used that location before with no problems [07:52] markrian, try www.srcf.ucam.org/~markrian it should work on some servers === surfdue [n=tyler@unaffiliated/surfdue] has joined #ubuntu [07:52] markrian, you use Dapper/ [07:52] ? [07:52] hello, how do i run a .bin file? [07:53] Seveas: 5.10, breeezy [07:53] ./ [07:53] @surfdue: [07:53] hmhmhmhm... [07:53] ./go.bin [07:53] markrian, in that case a bit less recently :) [07:53] k [07:53] markrian, misunderstood problem. Did not read other post. sorry [07:54] McJerry ur problem doesnt exaclty match mine.. [07:54] Seveas: so what might the problem be in my case? === halmu [n=halmu@a85-156-152-205.elisa-laajakaista.fi] has joined #ubuntu === sailor [n=ravenel@p54A0E7ED.dip.t-dialin.net] has joined #ubuntu [07:55] well its like they said isnt it :P === Coweater [i=coweater@pool-71-96-169-209.dfw.dsl-w.verizon.net] has joined #ubuntu [07:55] Thom_ last night upgraded more applications and expect 2.6.15-9 to be in synaptec in a few days...or so was told by Ben Collins....it should fix several bugs [07:55] HELLO . I AM TRYING TO INSTALL SKYPE IJUST GOT UBUNTU YESTERDAY . I HAE THE FILE I WASNT TO INSTALL . IN MY DOWNLOADS [07:55] come down [07:55] no caps please [07:55] CAPS OFF [07:55] please no caps [07:55] l4t: turning off the CAPS will help a bit [07:55] l4t: great way to get help [07:55] sry === xkahn chuckles [07:55] no problem :) [07:55] !skypw [07:55] kemik: I'm not sure, is it larger than a breadbox? [07:55] !skype [07:55] skype is, like, http://www.ubuntulinux.org/wiki/SkypeHowto/ Breezy deb: http://seveas.ubuntulinux.nl === Chameleon22 [n=serg@60-240-137-23-vic-pppoe.tpgi.com.au] has joined #ubuntu === aris is now known as aris[glande] === dtamas [n=dtamas@IP-115.c-211.TvNetWork.Hu] has left #ubuntu [] [07:55] follow the howto there l4t [07:56] ty verry much [07:56] how come I can't gksudo when I've activated my root-account? [07:56] Thom_ did you check bugzilla to see if someone has already had same issue? [07:56] nlindblad: how come you activated the root acct ? === sloan [n=sloan@host-81-190-249-58.elk.mm.pl] has joined #ubuntu === Coweater [i=coweater@pool-71-96-169-209.dfw.dsl-w.verizon.net] has left #ubuntu ["Leaving"] === alfrac [n=alfrac@adsl-97-226.37-151.net24.it] has joined #ubuntu [07:56] McJerry, how? [07:56] nlindblad: "sudo -i" should be fine.. no need to activate root [07:57] kemik, sudo passwd === sloan [n=sloan@host-81-190-249-58.elk.mm.pl] has left #ubuntu ["Leaving"] [07:57] got a quick question... i went from the 386 to 686 kernel a month or two ago... everything seems to be working fine now, can i safely uninstall the old 386 packages? [07:57] hi [07:57] sailor, yes [07:57] kemik, I'm use to having a su-shell for administration [07:57] excellent, thanks [07:57] not using sudo command everytime [07:57] or is sudo -i like su? [07:57] nlindblad: sudo -i = sudo su [07:57] nalioth, okey === bobubu64 [n=bobubu64@ppp-124-134.25-151.libero.it] has joined #ubuntu [07:58] nalioth: isnt it sudo su -(l) [07:58] and sudo -s = sudo su [07:58] any chance I can deactivate it again without messing things up? [07:58] Thom_ http://bugzilla.ubuntu.com and search for same issues..... if none found, file bug report....they will respond === teamtaff [n=teamtaff@d02m-62-34-198-215.d4.club-internet.fr] has joined #ubuntu === no_gatez_fan [n=patrick@cpe-069-132-000-216.carolina.res.rr.com] has joined #ubuntu [07:58] sudo -i is the safe choice ... [07:58] kemik: sudo su is redundant, there is some danged sudo -$ that does the same thing === alfrac [n=alfrac@adsl-97-226.37-151.net24.it] has left #ubuntu ["Sto] === lucaas [n=LMX@h85n7c1o1124.bredband.skanova.com] has joined #ubuntu [07:58] nlindblad: sure [07:58] !rot [07:58] kemik: No idea [07:58] !root [07:58] from memory, root is rumour has it, that root is disabled in Ubuntu, actually this means there is no password set for the root account, use sudo when you need admin access, you can read all about it on http://wiki.ubuntu.com/RootSudo === zhx [n=zhx@209.193.90.66] has joined #ubuntu [07:59] thanks [07:59] nalioth: yes sudo su is redundant but i think it's sudo -s and you shouldnt use thatone [07:59] when i try to burn an audio cd with serpentine, it says the disc usage is only 45 minutes, on an 80 minute cd, and it also says "Disk capacaty exeeded!", what do i do now? === ranto [n=ranto@200-122-104-245.cab.prima.net.ar] has joined #ubuntu [07:59] doesnt set all env. variables === frustraktor [n=fruwak@chello062179066154.chello.pl] has joined #ubuntu [07:59] which could, potentially, be dangerous [07:59] what is breezy defualt python install [07:59] 2.4? === ooPo [n=peori@blk-224-203-45.eastlink.ca] has joined #ubuntu [08:00] im trying to figure out either python2.4-gtk2 or python-gtk2 ? === juliux [n=juliux@ubuntu/member/juliux] has joined #ubuntu [08:00] how do i tell what python i have? === mescaline [n=aaaaaaaa@host-212-68-219-178.brutele.be] has joined #ubuntu === mescaline [n=aaaaaaaa@host-212-68-219-178.brutele.be] has left #ubuntu ["Quitte"] === xavier_ [n=xavier@mek33-1-82-66-29-13.fbx.proxad.net] has joined #ubuntu [08:00] hi someon there who can help me with my nx6110 ? [08:01] McJerry, come to think about it.. i installed some KDE things for a game .. could that mess up my menu? === jessemans [n=jesse@68.254.29.77] has joined #ubuntu === Kejk_PL [n=konrad@staticline23715.toya.net.pl] has joined #ubuntu [08:02] <_jason> surfdue, you can search man pages like so: 'man python' press '/' 'version' <-- that will give you the answer. Type: python -V === QRZ [n=rob@freenode/supporter/active/RobertPectol] has left #ubuntu ["Leaving"] [08:02] Is there a nice script somewhere I can drop into /etc/init.d to run svnserve on startup? [08:02] anyone here know of a good IRC server & channel for apache support? [08:02] Thom_ do you have gnome installed as well? You could start gnome to see if problem is the same to narrow down to KDE or not [08:02] hmm [08:02] i only use gnome ;) [08:02] burning the livecd now [08:02] not gksudo returns: "We won't need a password, it seems! [08:02] " [08:02] after locking the root-account [08:02] what do i need to change to make myself a sudoer again? [08:03] hello,my config:Xubuntu-Desktop-2.6.12-10-k7-OpenGL version string: 1.3.5272 (X4.3.0-8.16.20) [08:03] ,i dont c gl speed in glxgear(fgl_gears work fine),some1 can hlp me plz [08:03] hawk`, visudo === bulio [n=bulio@unaffiliated/bulio] has joined #ubuntu [08:03] <_jason> hawk`, pastebin your current sudoers file [08:03] how do I setup my speakers in ubuntu? [08:03] McJerry, i use gnome.. but i installed a game.. monopoly something.. and it said it needed some things to install... so it did that automaticly... i dont know if it can mess up... [08:03] I'm not sure where they are connected [08:03] ooPo, man update-rc.d [08:03] I have them in line in [08:03] <_jason> hawk`, never mmind, you can't lol [08:04] :) [08:04] <_jason> hawk`, I'll pastebin mine, one sec === guada [n=guada@36.Red-217-125-73.staticIP.rima-tde.net] has joined #ubuntu [08:04] frustraktor, glxgears -iacknowledgethatthistoolisnotabenchmark === xavier_ [n=xavier@mek33-1-82-66-29-13.fbx.proxad.net] has left #ubuntu ["Quitte"] === guada [n=guada@36.Red-217-125-73.staticIP.rima-tde.net] has joined #ubuntu [08:04] Argh! That sftp/ssh/gnome problem I had was my fault. It's been a long day! [08:04] is there any way to do special characters with the keyboard and not the character map? (like alt+whatever in windows) [08:04] i know i always use gl2 to watch films and now i cant :/ [08:04] <_jason> hawk`, http://pastebin.com/464069 [08:04] cuz is to sloooooowww [08:04] Thom_ i would start a gnome session to see if same problem exist there. Then we will know if reinstalling kubuntu-desktop will fix your problem [08:05] anyone know of a IRC channel for apache support? [08:05] _jason, so your user is called admin? === Muiske [i=Muiske@a07a.keltti.jyu.fi] has joined #ubuntu === bulio [n=bulio@unaffiliated/bulio] has left #ubuntu ["Leaving"] [08:05] <_jason> hawk`, that's the admin group [08:05] purplefeltangel, gtk/gnome programs allow you to input ctrl-shift-hexcode === thegladiator [n=thegladi@202.83.46.128] has joined #ubuntu [08:05] k [08:05] oh === uoUOieuEBC [n=amieii@212.156.177.84] has joined #ubuntu [08:05] hi [08:05] but how do i define a user? [08:05] :) [08:05] diesel, are you there ? === uoUOieuEBC [n=amieii@212.156.177.84] has left #ubuntu [] [08:05] McJerry, i am in a gnome session.. it doesnt work with gnome [08:05] wonder how i broke it in the first place [08:05] how can i install sun's java ? [08:05] <_jason> hawk`, i'd assume the same way root is defined 9read the comment) but I haven't done so myself [08:06] was trying to add myself to the ftpgroup [08:06] :) [08:06] mjr thx [08:06] albacker, hi :D [08:06] ubotu: tell thegladiator about java [08:06] snowblink: ok, that seems to be the question I'd ask next after finding a script to install :) [08:06] oh, true [08:06] mjr, i know i always use gl2 to watch films and now i cant :/,cuz is to slow :/ [08:06] :) [08:06] Can anybody help me on how to change the default program for filetypes? [08:06] the subversion package didn't come with a startup script to begin with [08:06] hi thegladiator are you on ubuntu finally ? [08:06] <_jason> hawk`, maybe you removed your user from the admin group somehow? === sintax [n=sintax@66.240.74.194] has joined #ubuntu [08:06] thats right :D === eHPiieg [n=amieii@212.156.177.84] has joined #ubuntu [08:06] Can anyone help me figure out how to install an opera .deb package and if it has deps it will auto get them ? [08:07] thegladiator, do you like it ? === Djrom [n=Admin@dau94-4-82-229-166-160.fbx.proxad.net] has joined #ubuntu === eHPiieg is now known as WeeZaLmLV [08:07] hmm === WeeZaLmLV is now known as eopiZaxGK [08:07] i wouldnt tak to you otherwise ;) [08:07] so maybe i just need to readd myself to that group then === kung [n=kung@dslb-084-058-011-249.pools.arcor-ip.net] has joined #ubuntu [08:07] :D [08:07] what's a correct way to do that? [08:07] :) [08:07] its good thanks albacker [08:07] usermod -G admin username? [08:07] after a fresh install, firefox will take a long time to lookup urls, this does not happen in windows, how can i fix? [08:07] McJerry, i just installed some KDE libs [08:07] sintax: U can have mouse gestures and side panel in Firefox too... [08:07] thats what i did when i fucked up anyhow [08:07] :) [08:07] some1 have similar problem with bad gl acceleration ?:( [08:08] thegladiator, now learn about the /etc/apt/sources.list and learn how to use apt, thats what youll need most. [08:08] firefox sucks, i dont want it [08:08] dont convince me to use it lol [08:08] Why? [08:08] i just wanna know how to install opera [08:08] <_jason> hawk`, my guess is you'll need to be a super user to rejoin the group [08:08] I copied wordpress into my /var/www/folder using Sudo root. But now wordpress doesn't seem to work correctly. I think I have to set folder permissions for it but i'm not sure. Can someone help me with this? [08:08] yep than you [08:08] I think it's better than opera now, and I used Opera before [08:08] pshh just tell me how lol [08:08] i have the ,deb package on my desktop [08:08] beruic, personal oppinions dont really matter do they? [08:08] synaptic is al inclusive albacker ? [08:08] and i tried to dpkg it and it has deps [08:09] :P [08:09] all* [08:09] the one you were talking about ? source.list ? [08:09] If they are well argued :) [08:09] imo opera is way better, since it has everything you need without plugins [08:09] except an addblock [08:09] exactly hawk` === caplink811-log [n=caplink8@dslb-084-059-088-157.pools.arcor-ip.net] has joined #ubuntu [08:09] now how do i install it ;) === Atlas [n=atlas@84.5.60.174] has joined #ubuntu [08:10] sintax, apt-get install opera? [08:10] synaptic is good too, i use apt myself.. but you can use synaptic too. if you dont have it try running this as root : apt-get isntall synaptic.. and its good to know apt-get .. you might need it. [08:10] I see many websites that opera cannot display. All of these that I tested recently (a few weeks ago) display properly with firefox. [08:10] thegladiator, ^ [08:10] operas css is bad === mxpxpod is now known as mx|gone [08:10] Thom_ did installing KDE libs solve issue? [08:10] lemme try that [08:10] Seveas, that's a polite way to say it. :) [08:10] sethk, and your point is? === kj [i=remove_j@66.17.34.72] has joined #ubuntu [08:11] its the webdesigners fault for not being able to make sites that work crossbrowser === silverstrike [n=chatzill@bzq-82-80-230-125.cablep.bezeqint.net] has joined #ubuntu [08:11] E: Package opera has no installation candidate [08:11] bleh === nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu [08:11] apt-cache search opera [08:11] McJerry, never mind you aint getting the point :) [08:11] Package opera is not available, but is referred to by another package. [08:11] <_jason> hawk`, "If the user [08:11] <_jason> is currently a member of a group which is not listed, the user [08:11] <_jason> will be removed from the group" [08:11] weird [08:11] <_jason> oops [08:11] after disabling the root-account, gksudo prompts but won't do anything after the prompt [08:11] sethk: I have seen the same with firefox. It's always bad code... === Pegasos989 [n=pekka@cs78165177.pp.htv.fi] has joined #ubuntu [08:12] hawk then what lol [08:12] it scrolled a ton of crap [08:12] Can anybody help me on how to change the default program for filetypes? [08:12] i have the deb package on my desktop [08:12] cant i just install it and let it auto get deps === zhx [n=zhx@209.193.90.66] has left #ubuntu ["Leaving"] [08:12] sintax, did you get any browser results? [08:12] i got uhhh, a million things [08:12] it should tell you some info about every package? [08:12] from DEC OS8 images to PDP emulators to shells [08:13] sintax, try apt-cache search browser | grep browser [08:13] maybe you could apt-cache search opera | grep browser [08:13] beruic, it's hard to be precise with the zillions of web sites around. But I found opera unable to display many many common sites. The only such case I've seen with firefox involves deliberately using IE specific code. [08:13] :D [08:13] czr :) [08:13] Thom_ the point is if you have the same problem in gnome and kde, then you may want to check the install log for the game you installed and find out exactly what files it replaced, then do some homework and repair the files that are causing your applications menu problems...... [08:13] opera isnt in there [08:13] I always wanted an option for apt-cache that would do that :-) [08:13] omg why cant i just use the package i have on my desktop lol [08:13] seems such a waste to start two processes instead of one === beetlefrosch [n=beetlefr@G0e19.g.pppool.de] has joined #ubuntu [08:14] hmm. maybe there is an option for that [08:14] grep isnt liking this output [08:14] sethk: I agree on the IE and would like to see an example on the Opera issue... === czr shrugs and looks at hawk` [08:14] czr, man apt-cache [08:14] some1 have similar problem with bad "gl" acceleration ?:( [08:14] When I try to download files from a windowsuser on my network the transfer stops at 100%, is that a known issue or is it just me having this problem ? [08:14] there's an option to only look in name | short_desc [08:14] looking at hawk` is easier seveas :-) === gverig [n=gverig@12.44.117.10] has joined #ubuntu === czr shifts his gaze on Seveas [08:15] ok off topic now [08:15] :-( [08:15] McJerry, the point is like i told 5 times I DONT USE KDE.. KDE is a fucked up desktop in my oppinion.. well i made a workaround .. so im trying to reboot the system .. seeya in a sec [08:15] Is there a decent client for online radio/podcasts/etc.? Like iTunes or something [08:15] czr apt-cache search -n [08:15] opera_8.51-20051114.6-shared-qt_en_etch_i386.deb === dirkson [n=dirkson@161.sub-70-213-156.myvzw.com] has joined #ubuntu [08:15] i cant install that? [08:15] So, how do I get a java-plugin in firefox? I really need it to see Magnus Carlsen crushing Malakhov i lighting chess in the world chess cup [08:15] thanks Seveas :-), didn't really expect that :-) [08:16] sintax, sudo dpkg -i opera-blabla.deb [08:16] i did that but let me try again [08:16] now I'm locked out [08:16] damn [08:16] .. Magnus Carlsen, 15 yeaqr old chess wonder, the yougnest ever in the world to get through the qualification rounds in the world championship. Younger than Kasparov, younger than fisher. === freenik [n=nik@port-212-202-36-70.dynamic.qsc.de] has joined #ubuntu === pipeline [i=7bd4a508@pcp01052132pcs.muncie01.in.comcast.net] has joined #ubuntu [08:16] opera depends on xlib6g (>= 3.3.6) | xlibs; however: [08:16] Package xlib6g is not installed. [08:16] Package xlibs is not installed. [08:16] Gimme that plugin! ;D [08:16] cant i make it auto get deps? === erUSUL [n=erusul@212.59.223.15] has joined #ubuntu === pv_ [n=pv@a212-54-25-68.elisa-laajakaista.fi] has joined #ubuntu === runevi wanna see the chess game!:D [08:16] sintax: Install the static package instead. [08:16] sintax, apt-get install xlibs [08:16] runevi, http://ubuntuguide.squarecows.com/doku.php#open_source_applications [08:17] !tell rosen about ubuntuguide [08:17] ubuntuguide is crap [08:17] anyone using ninan? === vicks [n=chatzill@c-d78870d5.037-42-67626719.cust.bredbandsbolaget.se] has joined #ubuntu [08:17] better advise help.ubuntu.com [08:17] anyone having a spare tip for me being locked-out? [08:17] err [08:17] oh but it worked for me ;) ... the flash thing [08:17] McJerry, come to think about it.. i installed some KDE things for a game .. could that mess up my menu? So it sounded like you were in KDE, sorry === jdier_ [n=jdier@68-114-246-247.dhcp.fdul.wi.charter.com] has joined #ubuntu [08:17] \o/ [08:17] whats the default livecd root password? [08:17] Can anybody help me on how to change the default program for filetypes? [08:17] nlindblad, recovery mode [08:17] hawk`, there is no root pw [08:17] Seveas, according to the wiki I did nothing wrong === hajiki [n=me@69.8.206.13] has joined #ubuntu [08:18] diesel, are u there ? [08:18] nlindblad, I don't know what you did :) [08:18] trying the static qt package now [08:18] Seveas, I disabled my enabled root-account [08:18] /o\ [08:18] i try to give sudo apt-get install fakeroot java-package java-common [08:18] Seveas, it says it's perfectly sane [08:18] but i get an error [08:18] nlindblad, that is indeed sane [08:18] rosen: Doesn't work. [08:18] what is the error? [08:18] <_jason> thegladiator, what error [08:18] Seveas, so how would i su from a livecd? [08:18] but can't anyone tell me what could cause my downloads (from lan network) to halt at 100% [08:18] beruic, right click the file an open properties [08:18] hawk`, same as on the installed system: sudo -i [08:18] !tell hawk` about sudo [08:18] oh [08:18] thx [08:18] couldnt find java-pacakge [08:18] !tell runevi about java [08:18] Seveas, su won't work (logical, it shouldn't), but gksudo and sudo returns nothing when called [08:18] <_jason> !info java-package [08:19] thegladiator, enable multiverse [08:19] I'll try gksudo -d [08:19] runevi, I did it yesterday and it worked .. but probably better to use Seveas' url then [08:19] rosenwith wget, ff, ... [08:19] java-package: (utility for building Java(TM) 2 related Debian packages), section multiverse/misc, is optional. Version: 0.26 (breezy), Packaged size: 20 kB, Installed size: 308 kB === slicslak [n=slick@wbs-196-2-115-67.wbs.co.za] has joined #ubuntu === winmute [n=winmute@dslb-084-058-028-128.pools.arcor-ip.net] has joined #ubuntu === winmute_ [n=winmute@dslb-084-058-028-128.pools.arcor-ip.net] has joined #ubuntu [08:19] how do i enable multiverse ? [08:19] nlindblad, are you in sudoers? [08:19] what is multiverse ? [08:19] !tell thegladiator about repos [08:19] Seveas, it's the primary account === toothpick [n=nclemens@pcp02512523pcs.halyvl01.nj.comcast.net] has joined #ubuntu [08:19] sdfsdafsdfsdf [08:19] nlindblad, expert/server install? [08:19] Seveas, standard [08:20] Package j2re1.4 is not available, but is referred to by another package. [08:20] Package j2re1.4 is not available, but is referred to by another package. [08:20] I got only tonight to download my backups from our fileserver ... can't anyone tell me what could cause my downloads to halt when they are at 100% ? :/ [08:20] Sorry about the duplicate [08:20] nlindblad, odd, try recovery mode and look at /etc/sudoers [08:20] ANyone got a clue why? [08:20] :) [08:20] runedude_, enable multiverse [08:20] runevi* [08:20] Seveas: it's enabled. [08:20] runevi, then apt-get update :) === Chameleon22 [n=serg@60-240-141-33-vic-pppoe.tpgi.com.au] has joined #ubuntu [08:20] Seveas, I enabled the root-account and then disabled it since it broke the GUI-administration-applications [08:20] Seveas: done. [08:20] !+info j2re1.4 [08:20] Updating ubuntu files... please wait. [08:20] j2re1.4: (Blackdown Java(TM) 2 Runtime Environment, Standard Edition), section multiverse/devel, is optional. Version: 1.4.2.02-1ubuntu3 (breezy), Packaged size: 21982 kB, Installed size: 58892 kB [08:20] Seveas: didn't work [08:20] runevi, are you on hoary? [08:20] Seveas: breezy [08:21] nlindblad, odd, that should not break === VictorI [n=VictorI@c-24-30-126-12.hsd1.ca.comcast.net] has joined #ubuntu [08:21] Seveas: i've got the following in my sources.list: [08:21] deb http://no.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse [08:21] duh, that's just backports [08:21] is there any recursive flag to remove gnome? [08:21] <_jason> runevi, that's for backports [08:21] you did not enable multiverse [08:21] gnome and all its dependancies [08:21] oh .. [08:21] VictorI: Apt doesn't do reverse dependencies. [08:21] Seveas, hmm, I'll reboot and see if it's a broken setting or I need to revocer [08:21] br [08:21] I just realized I installed ubuntu and not kubuntu.. [08:21] *brb [08:21] VictorI: You could remove something fundamental, e.g. glib === Kejk_PL [n=konrad@staticline23715.toya.net.pl] has joined #ubuntu [08:21] VictorI: something like deborphan might help [08:21] .. Exactly what do I need to put into sources.list? I'm not very good with guis. [08:21] VictorI: Nearly everything under the damn sun is going to depend on libglib-2.0 [08:21] :) [08:21] and the faq's just described gui ways to do it. [08:21] dpkg -l | grep gnome, check the packages and remove them maybe [08:22] VictorI, so? Both are essentially the same, just a different set of default packages === ooPo [n=peori@blk-224-203-45.eastlink.ca] has left #ubuntu [] [08:22] <_jason> runevi, every line you see with universe that doesn't have multiverse, put multiverse [08:22] runevi: the sources.list man page is pretty simple [08:22] !tell runevi about sources [08:22] VictorI, you might also try deborphan [08:22] glib fine, but I don't need any gnome libs [08:22] hmm [08:22] VictorI: All of the gnome libraries depend on glib. [08:22] I am going totry that. thank you [08:22] _jason: Thanks! [08:22] runevi, if you edit the file the format is straightforward. Just ape it [08:22] VictorI, to remove gnome: use debfoster to prune ubuntu-desktop after installing kubuntu-desktop [08:22] VictorI apt-get remove ubuntu-desktop && apt-get install kubuntu-desktop [08:22] McJerry, that won't remove gnome... === Knowerrors [n=stormsur@Node89-175-53-66.1dial.com] has joined #ubuntu [08:22] McJerry: that will just remove the top level package === aaaaaaaaaa [n=aaaaaaaa@host-212-68-219-178.brutele.be] has joined #ubuntu [08:23] so debfoster and deborphan.. got it [08:23] Ah, java on its way in [08:23] I want to use firestarter, my connection is active, but it tells me that eth0 device is not ready === beruic [n=beruic@0x535b9e20.rdnxx4.adsl-dhcp.tele.dk] has left #ubuntu [] [08:23] what should I do ? [08:23] Thanks _jason !! :) [08:23] <_jason> runevi, np [08:23] uh, do i have to mount my local drives manually using a livecd? [08:23] also during the install cd process, it never asked me for a root password [08:23] is there a default root password?? [08:23] hawk`, system -> admin -> disks [08:23] hawk`, yes [08:23] Hey all, anybody here use mencoder? [08:23] !tell VictorI about root [08:23] VictorI: By default, ubuntu disables the root accoutn. === oxez [n=oxez@unaffiliated/oxez] has joined #ubuntu === runevi thinks just explaining things the GUI way is very irritating, as in the faqs. The main drawback of ubuntu. [08:24] !tell VictorI about root [08:24] Knowerrors: If you can't read the man page, you have no business using mencoder. [08:24] pipeline, not true, just the password, not the account [08:24] Seveas: No password = disabled account. [08:24] VictorI default password is random at install [08:24] Seveas: You cannot log into the account. [08:24] Seveas, for some reason kde doesnt start on the livecd [08:24] :P === Malin [n=Malin@083142122204.unregistered.media-com.com.pl] has joined #ubuntu [08:24] pipeline: thats a lame ass response [08:24] pipeline, not true [08:24] runevi, the gui is the mainback of ubuntu? :-) [08:24] disabled account means /bin/false as shell [08:24] so how would you then modify the system if ubuntu disables root by default? [08:24] go into single user and set it? === nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu [08:24] VictorI, Ubuntu does not disable root [08:24] sudo [08:24] czr: Ubuntu is _Great_, but it would be uncool to have a fork just because of people wanting things explained in a different way. [08:24] victori, use sudo [08:24] use sudo [08:24] McJerry, what?? === welp_gentoo [n=peter@82-70-75-246.dsl.in-addr.zen.co.uk] has joined #ubuntu [08:25] victori, sudo -i or sudo program [08:25] VictorI, read the link ubotu gave you === Thom_ [n=chatzill@g42100.upc-g.chello.nl] has joined #ubuntu [08:25] VictorI either use sudo or sudo passwd root and change root password === psusi [n=chatzill@69.44.168.233] has joined #ubuntu [08:25] Seveas: That's the opposite, actually. [08:25] hey how would I display images sizes drectly in nautilus? wihtout clicking anything I'd like sizes of images to be displayed below images [08:25] Seveas, seems like I was removed from sudoers [08:25] czr: Or for people like me to shun ubuntu because it being to fscking difficult. But faq's just explaining the gui way is _irritating_ [08:25] _jason, i am doing it via synaptic > enabling multiverse , is that the way to do it ? === caplink811-log is now known as caplink811_log [08:25] nlindblad, then add yourself (or the admin group) again [08:25] <_jason> thegladiator, sure, you can do it that way [08:25] Seveas: It allows logins, leaving the account with credentials in various system services, and simply prevents you from logging into a shell. [08:25] runevi, the problem in explaining the other way is that it has already been explained in other resources [08:25] gah [08:25] Seveas: "Locking" an account changes the password to an impossible value. [08:25] how do i mount if i can not create a mountpoint? [08:25] Seveas, using the recovery-feature, got it === jdier [n=jdier@68-114-246-247.dhcp.fdul.wi.charter.com] has joined #ubuntu [08:25] I've been reading the gnome documentation on nautilus and it mentions several URIs you should be able to view, including start-here:/// and system-settings:/// only they don't work in ubuntu... what gives? [08:25] oxez, write a plugin that does that. i do not know of one [08:25] czr: Sure, but an ubuntu/debian newbie doesn't know where to look. [08:26] runevi, although I think you can fix the wiki things if you really are that much annoyed by that :-) [08:26] MacJerry, the workaround worked.. thanks for ur help [08:26] pipeline, gdm will not log you in, nor wil any sane service [08:26] runevi, google? [08:26] pipeline, and locking password only means you cannot login directly but can use sude [08:26] runevi, maybe newbies should stick to guis while they get their bearings [08:26] sudo* [08:26] or su [08:26] czr: google gives hundreds of hits, and only a very few that makes sense, is relevant to breezy, and so forth. [08:26] Seveas: You can use su with a shell set to /bin/false. [08:26] MacJerry, probably thats why they call it a workaround ;) :P [08:26] czr: I've been using linux for 9 years, just not debian/ubuntu ;D [08:26] runevi, well, I agree with you. but as someone who writes technical documentation for living, it's a lot of work, duplicated work at that [08:27] runevi, so that might be the main reason for it to be missing [08:27] pipeline, not true === holman [n=holman@69.79.41.185] has joined #ubuntu [08:27] McJerry, the work around worked thanks for ur help [08:27] czr: That's an understandable explanation.:) [08:27] McJerry, thats why its a "work" around.. becouse it works :P [08:27] pipeline, http://paste.ubuntu-nl.org/5757 === Jemt [n=jemt@nat.kollegienet.dk] has joined #ubuntu === napsy [n=luka@BSN-77-126-125.dsl.siol.net] has joined #ubuntu [08:27] runevi, but yes, I agree with you. would be nice that all entries would have both ways. first the GUI and then the text. you are free to contribute ;-) [08:27] czr: I just hope I won't annoy the hell out of people for asking here while I get familiar with ubuntu instead of Redhat&/SuSE. [08:28] runevi, people here don't get annoyed that easily [08:28] czr: if you copy-edit me, certainly === bronson [n=bronson@pool-68-160-51-248.bos.east.verizon.net] has joined #ubuntu [08:28] runevi, this channel is meant for questions :) [08:28] czr: But I'm not a native speaker. [08:28] runevi, if you pay me, certainly :-). neither am I [08:28] Seveas: Fool. [08:28] Seveas: Read the documentation for su. === globule [n=globule@jar10-1-82-241-184-84.fbx.proxad.net] has joined #ubuntu [08:28] _jason, still i am getting the same error . i checked main restricted universe multiverse multiverse...from synaptic seettings...and then went back to terminal and gave sudo command [08:28] czr: Pay you for helping me contribute *cough* ;D [08:28] Greetings. How can I specify Firefox as the default browser for Ubuntu? I have removed the out-dated firefox and downloaded the new Firefox 1.5 - but it does not contain an installer === martin_ [i=atk00901@antik-ke-180.antik.sk] has joined #ubuntu [08:28] is tehre ati drivers? [08:29] !tell pipeline about coc [08:29] one should use sudo not su... [08:29] !ati [08:29] ati is, like, at https://wiki.ubuntu.com/BinaryDriverHowto/ATI or http://www.ubuntuforums.org/showthread.php?t=24557&page=1&pp=10 [08:29] <_jason> thegladiator, pastebin your sources.list please === [1] bob832 [n=bob832@69.162.229.203] has joined #ubuntu [08:29] runevi, you might ask someone else for that :-) I wasn't one that wanted the text documentation ;-) [08:29] czr, hey, I get annnoyed __real__ easy. :) [08:29] czr: ;D [08:29] Seveas: I call a spade a spade. Read the info page. What do you think the -s option is for? [08:29] but ok, you got me [08:29] sethk, well, I was talking about people ;-) [08:29] <_jason> thegladiator, /etc/apt/sources.list === mode/#ubuntu [+o nalioth] by ChanServ === zandaa [n=zandaa@84-105-216-35.cable.quicknet.nl] has joined #ubuntu [08:29] Seveas: Changing the shell to /bin/false doesn't twiddle any magical bits in the kernel, and does not disable the account. It simply makes it impossible to log in via the login program. [08:29] sethk: I'll help you set up parks with 18 frontend webservers and 60+ backend webservers, and you'll help me with ubuntu .. deal? ;D [08:29] pipeline: let us be civil. [08:30] pipeline, passwd -l neither locks anything === [2] bob832 [n=bob832@69.162.229.203] has joined #ubuntu [08:30] you can do as much as with a shell set to /bin/false [08:30] erUSUL after you login with the user account created at install, you can 'sudo passwd root' to change the root password then access the root account if needed. [08:30] runevi, with ip-failovers for applications running in php and using mysql? [08:30] can anyone help me solve a problem concerning USB device mounting? [08:30] Seveas: On the contrary. It is no longer possible to log into /any/ service by locking the account. "su" becomes the /only/ method to use the account. [08:30] czr: sure. [08:30] which is the paste bin please? [08:30] !info paste [08:30] runevi, how do you do failover? [08:30] czr: I think we (my company) does that. [08:30] !pastebin [08:30] I guess pastebin is a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org [08:30] czr: cisco automatically failovers with sorryserver. [08:30] as is setting the shell to /bin/false... [08:30] Seveas: Well, unless you have an extremely unusual PAM config. === jipi [i=jipi@wilshire.dreamhost.com] has joined #ubuntu [08:31] ubotu: tell thegladiator about paste [08:31] thanks [08:31] runevi, actually, I'll gladly trade your 18 servers for what I'm doing at the moment. [08:31] sethk: You won' [08:31] runevi, yeah, but that assumes all physical servers have equal access to data storage. so one would need to replicate data across servers for this to work. hence my question :-) [08:31] ok i'm in, what should i do to fix this mess? === Mazin [i=mazin07@adsl-68-248-128-183.dsl.ipltin.ameritech.net] has joined #Ubuntu [08:31] sethk: You won't get the servers, but i'll help you with simiiar setups ;D [08:31] Is it possible to change the default browser in Gnome using the Configuration Editor ? [08:31] Thom_ I have had to do a few workarounds to get Dapper to work correctly whereas Breezy was working. [08:31] runevi, I'm porting the O/S to a new platform and chasing an IRQ Problem in the network hardware. [08:31] czr: ah. Netapps works as a charm as NFS-servers. [08:31] <_jason> Jemt, system -> prefs -> default apps [08:31] does anyone know what happened to the evolution option to do a reply inline instead of quoted? [08:32] Jemt: system > prefs > preferred apps === mode/#ubuntu [-o nalioth] by ChanServ [08:32] runevi, keeping mysql databases over NFS sounds a bit finicky ;-) [08:32] czr: I use NetApps as NFS-servers for both the frontends and the backends at the same time. [08:32] _jason, http://paste.ubuntu-nl.org/5758 [08:32] <_jason> Jemt, yeah, what nalioth said [08:32] McJerry, lol its my first :O but created it myself so pretty proud [08:32] how would i enable the root account again? [08:32] czr: You don't need the mysql over NFS. === bra1nf00d [i=brainfoo@foxtrot141.server4you.de] has joined #ubuntu === jdier [n=jdier@68-114-246-247.dhcp.fdul.wi.charter.com] has joined #ubuntu [08:32] hawk`, you wouldn't. It isn't disabled [08:32] czr: Just the apache frontends with php . [08:32] runevi, so how do you failover mysql then? [08:32] hawk`: not a good idea, but if you must [08:32] hawk`, you probably mean how do you set a password for the root account. [08:32] ubotu: tell hawk` about root [08:32] i went to synaptic settings and followed the instructions given in https://wiki.ubuntu.com/AddingRepositoriesHowto === Mazin [i=mazin07@adsl-68-248-128-183.dsl.ipltin.ameritech.net] has left #Ubuntu [] === Happu^ [i=Happu@25-143.adsl.lpoy.dnainternet.fi] has joined #ubuntu [08:32] czr: You mainly use replica-servers. The problem is writes, as those can only be done to the master. [08:32] is ubotu missing? [08:32] hawk`: you can do anything you like using sudo [08:32] runevi, sure, that shouldn't be the big problem. I'm thinking of having frontends without hard disks [08:33] Seveas: The important semantic difference between a locked account and an account with a /bin/false shell is that you don't have to be superuser to su to an account with a false shell. [08:33] _jason & nalioth > I don't have a 'prefs' folder under 'System' [08:33] yea, nalioth, that's what i did [08:33] czr: But what one usually does is directing writes to the master, and reads to the slaves. [08:33] thats why im in this mess [08:33] runevi, indeed. and writes go into one server and that dies and then what :-) === I[o] nic [i=OpenBSD@rstk-d9b88b6f.pool.mediaWays.net] has joined #ubuntu [08:33] <_jason> thegladiator, you didn't enable multiverse, add " multiverse" to the end of lines 20,21,36, and 37 [08:33] Anyway, I do read man pages, but someone had told me mencoder had a gui interface... is there another video recoding/editing program (not kino) with a gui for linux? [08:33] i'd just prefer to keep the root account available in case i mess up again === ubuntuman [n=nikki@213.182.246.123] has joined #ubuntu [08:33] Hey guys. [08:33] czr: Then you have a slave that have a complete replica -- which you then enable writes on. ;) [08:33] Jemt: watch me. go to system > preferences > preferred applications === t_acko [i=acko@cpe-68-175-81-162.nyc.res.rr.com] has joined #ubuntu [08:33] ah I got the perfect thing [08:33] Thom_ good luck, don't know that I helped, was just trying to get in the general area of the problem [08:33] runevi, hmm. is the replication realtime and atomic wrt transactions? [08:33] czr: There are cluster solutions for mysql, but those are more expensive. [08:34] nalioth: Oh, thought it was in my Configuration Editor :) [08:34] I just installed ubuntu hooked up to a dell 2405 lcd and once it loads I get "cannot display mode" from the monitor [08:34] runevi, yeah, steeleye and such [08:34] dpkg -l | grep -i gnome | awk '{ print $2 }' ... thank god for awk [08:34] czr: You use the log-files of one servers, and replicate them to the slaves. [08:34] runevi, just was interested to hear what you do :-) [08:34] hi does anybody know why i only have 1 /dev/dsp ??? [08:34] how can I get to the command line to change res? [08:34] czr: They're "atomic" as long as your logs aren't truncated. [08:34] well [08:34] that was bullshit [08:34] ubuntulog, because you have only one sound card? [08:34] nalioth: Thanks alot ! :) [08:34] czr: They're "atomic" as there are only _reads_ on the slaves, not writes. [08:34] I recently had to dump my .config and .cache folders to fluxh out some xfce problems I could not fix on my own. I have a custom desk top menu (the menu that appears when you right click on an empty spot on the desk top, and I cannot remember where I told xfce to use that menu instead of the one in /etc/xdg/xfce4/desktop/menu.xml Does anyone know where to set this? [08:34] McJerry, you helped with the bugzilla it helped to Get an idea how to fix it ;) [08:34] czr: Just replication. [08:34] pipeline, as normal user I can't use su -s to su to dentest (which has a normal password) [08:34] uh [08:34] runevi, ok, that sounds much better :-) [08:34] dennis@mirage ~ $ su -s /bin/bash dentest [08:34] Password: [08:34] dennis@mirage ~ $ [08:34] dont any channel on my soundcard have 1 /dev/dsp normally ? [08:34] gosh [08:35] what is the root password ? [08:35] how do i change it ? [08:35] !tell thegladiator about root [08:35] thegladiator: Same as your own pass [08:35] czr: Well, it was closer to the truth ;) To tell you even more truth, i'm not a dba. ;) [08:35] runevi, I need to think about it. it's important for me that transactions are not half-written when replicated [08:35] ubuntuman, depends on the hardware. as you've discovered. [08:35] czr: Well, mysql have a problem there. === blastmanu [n=blastman@lns-bzn-31-82-252-254-101.adsl.proxad.net] has joined #ubuntu [08:35] ubotu: tell t_acko about xcfg [08:35] not the same as my pass Jemt [08:35] runevi, that's ok, I have also issues, I like writing assembler :-) [08:35] sudo passwd root [08:35] czr: We have to do playback of logfiles on various servers several times a week -- but we've got at least 50.. maybe a 100 mysql servers. [08:35] i tried it out by typing the same passeord [08:35] Jemt: no, root has NO password by default === theCore [n=theCore@Toronto-HSE-ppp3715410.sympatico.ca] has joined #ubuntu [08:35] runevi: let us watch our language please [08:36] czr, mysql doesn't properly implement transactions or replication. [08:36] thegladiator, you set your root password during the installation === blastmanu [n=blastman@lns-bzn-31-82-252-254-101.adsl.proxad.net] has left #ubuntu ["Leaving"] [08:36] Howdy125: please advise !root and let users choose for themselves [08:36] nalioth: thanks you. can you tell me how to get to a command line then? [08:36] maino82: .. what did i write? [08:36] nalioth, .. he asked [08:36] Jemt, no password doesn't mean blank password. It means password never set. [08:36] t_acko: applications > accessories > terminal [08:36] sethk, well, transactions the way that mysql implemented them with external engines was ok [08:36] mysql supports transactions and replications [08:36] well I have no video right now [08:36] sethk, just the replication is a bit of a problem (wrt transactions especially) [08:36] nalioth: .. that was for you. what language was wrong? [08:36] which is my prohlem [08:36] problem [08:36] Howdy125: most users in here who ask are unfamiliar with ubuntu's 'sudo' model, and think they need a root account. they do not. [08:37] I guess I need to get into grub and chroot or something but I don't know how [08:37] runevi: you mentioned bull droppings in a vulgar fashion. [08:37] czr, that's basically correct, although I could quibble. But I won't unless you want to get into arcane database theory. [08:37] Seveas: No, that's because you set an invalid login shell. You could have used any value in /etc/passwd. No magic bits -- just the "su" configuration file. === Morfosomo [n=carlos@201.211.156.211] has joined #ubuntu [08:37] Seveas: most programs do not read /etc/shells :P [08:37] nalioth: In a reference to what I said one line earlier, as I realized it was .. bull droppings. :) [08:37] sethk, we could do that in private. also, I'm not sure since I'm just researching what is the current situation right now === redguy [n=mati@adl128.neoplus.adsl.tpnet.pl] has joined #ubuntu [08:37] Seveas: Hell, most "su" programs don't even read it. GNU coreutils is just a little, uh, weird. [08:37] nalioth, sometimes sudo doesn't do what su can do .. [08:37] ok i just want to add my user to the admin group again, where do i do this? [08:37] :P [08:38] i use a snd-hda-intel | i have compiled the new alsa drivers | but only have 1 dsp | now i can only use 1 programm with sound | my games dont work with sound [08:38] czr, ok. You might want to look at my SQL engine. It doesn't have replication yet but it has bullet proof transaction processing and crash recover. (cql.com) [08:38] Howdy125: i beg to differ. why would the ubuntu devs support something that is lacking features? === mynameis [n=o@adsl-69-221-134-240.dsl.akrnoh.ameritech.net] has joined #ubuntu === ilbuonC [n=ilbuonC@host234-163.pool8255.interbusiness.it] has joined #ubuntu [08:38] but I need replication sethk :-), I'll take a look though [08:38] can anyone help me solve a problem concerning USB device mounting? [08:38] hawk`: system->administration->users and groups === QRZ [n=rob@freenode/supporter/active/RobertPectol] has joined #ubuntu [08:39] czr, as I said, no replication yet, but eventually. [08:39] psusi, can't i just edit some textfile? [08:39] can some one give a little help with burning an .iso? i followed the wiki https://wiki.ubuntu.com/BurningIsoHowto?highlight=%28iso%29%7C%28burning%29 and i still cant get it to work [08:39] nalioth, you'll have to trust me on that ... [08:39] the gui isnt booting from my livecd [08:39] :p === MoioMoe [n=uaaeohk@81.213.179.174] has joined #ubuntu [08:39] hawk`: sure... you can edit /etc/groups if you want [08:39] ah, thanks === MoioMoe [n=uaaeohk@81.213.179.174] has left #ubuntu [] === juliux [n=juliux@ubuntu/member/juliux] has joined #ubuntu === sambagirl [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu [08:39] pipeline, so to sum up: when using gnu su, it does not matter :) [08:39] mynameis, usually you can simply right click on the iso file in a file browser and select "write" [08:40] nalioth, I didn't advise .. they asked how to .. [08:40] mynameis, after inserting a blank CD, of course [08:40] maybe someone might want to add this to the wiki to uninstall gnome/kde stuff... dpkg -l | grep -i gnome | awk '{print $2 }' | xargs apt-get --purge remove -y === kwyjibo [n=kwyjibo@distended.org] has joined #ubuntu === ssam [n=ssam@88-104-132-192.dynamic.dsl.as9105.com] has joined #ubuntu [08:40] hello [08:40] VictorI, won't work [08:40] i have a problem with charactersets/codepages [08:40] sethk, thats the thing i have a blank in there and it mounts it but when i go to wirte it askes for a blank disc === haich [n=haich@88.3.179.208] has joined #ubuntu [08:40] mynameis, if it mounts, it isn't blank [08:40] Seveas: It's still an important difference. [08:41] how do i get both ssh client and ssh server to use the same character set/codepage? [08:41] is daniel stone here? [08:41] mynameis, you can't mount a blank disk. If you insert a blank disk, you should get a dialog asking what you want to create (data, photo, music) [08:41] s/dpkg -l \| grep -i gnome | awk '{print $2}'/dpkg --get-selections | grep -v deinstall | cut -f 1 -d ' '/ [08:41] Seveas: Relying on whether or not a given daemon reads /etc/shells ain't a great idea. [08:41] mynameis, is it a cd-rw that has been used? [08:41] sethk, i get that dialog to pop upp [08:41] pipeline, that's true, but on Ubuntu you can rely on it [08:41] omg only gurus here this goes to fast for me [08:41] seth it is just a cd-r === bob832 [n=bob832@69.162.229.203] has joined #ubuntu [08:41] mynameis, ok, then the cd is not mounted. Did you select burn data cd? [08:41] Seveas: That is simply not true. [08:41] i'll take gurus any day [08:42] Seveas: e.g. samba doesn't consult your shell value [08:42] hmm [08:42] sethk, is i right clicked the .iso and went to burn to disc [08:42] what groups would the first user of an ubuntu installation be in? [08:42] pipeline, there are other situations as well. Say, the mail server assuming the user's identity to write to a mailbox file. [08:42] mynameis, what happens? [08:42] pipeline, samba uses a completely separate account database, so locking a password won't help either === mauro is now known as m-tp [08:42] pipeline, we can probably think of other cases === Mitja [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #ubuntu === FJ_Sanchez [n=FJSanche@85.136.23.228] has joined #ubuntu [08:43] who can help me with my soundcard snd-hda-intel ?? [08:43] sethk, a new screen opens then i click "ok" and it tells me to insert a blank disc [08:43] <_jason> hawk`, my first username is 'jason' and groups returns: jason adm dialout cdrom floppy audio dip video plugdev lpadmin scanner admin === bina [n=bina@81-179-98-106.dsl.pipex.com] has joined #ubuntu [08:43] Seveas: Samba only uses a separate account database when configured to do so. Crude hackery. [08:43] ugh [08:43] mynameis, did you try leaving the disk in there and clicking as if you had put in a new one? [08:43] i need to add all those manually? [08:43] pipeline, which is the default [08:43] seems i removed all my groups === AIV [n=unknown@70.243.24.226] has joined #ubuntu [08:43] Seveas: how about sshd? [08:44] sethk, many time, and i have also ejected the disc and put a brand new blank one in [08:44] hawk`: why don't you just use the gui like I sugested first? easiest way === o0o [n=renbo@dslb-088-072-045-038.pools.arcor-ip.net] has joined #ubuntu [08:44] psusi, won't sork in both cases [08:44] psusi, becuase it still doesn't work from my livecd [08:44] <_jason> hawk`, well depends on what will be quicker... adding amnually ro reading the man page to usermod :/ I don't know or else I'd tell you :) [08:44] mynameis read my pm to you [08:44] mynameis, that is odd. Because the system clearly sees the blank (it prompts you). [08:44] hawk`: why are you booting from a livecd? [08:44] ubuntuman, only registered users can send PMs on freenode [08:44] _jason, but i'm on the livecd now, so i doubt usermod will edit the right files [08:44] ok [08:44] mynameis, two ways to work around it. [08:44] lol === benoy [n=benoy@bing67.brandywine.binghamton.edu] has joined #ubuntu [08:45] ubuntuman, i dont have a pm form you [08:45] mynameis, first, use cdrecord at the command line. Do you know how to do that? [08:45] <_jason> hawk`, well you can just add the admin group and then use usermod === indypende [n=indypend@d81-211-228-192.cust.tele2.it] has joined #ubuntu [08:45] hi everyone [08:45] psusi, Seveas : You're right that sshd ignores /etc/shells, but it will use the shell value from /etc/passwd to spawn subshells for scp and sftp. === aris_ [n=aris@165-12.247.81.adsl.skynet.be] has joined #ubuntu [08:45] sethk, not realy [08:45] ah, true [08:45] anyone, please? [08:45] Seveas: locking the account will prevent you from logging in with sshd... I don't think setting the shell to false will === HayS [n=HayS@nan77-1-82-241-102-252.fbx.proxad.net] has joined #ubuntu [08:45] @mynamies, install k3b go to extras burn iso to disc this should solve youre problem [08:45] but i didn't see a group called admin [08:45] :) [08:45] is there an open source equivelent to VMWare that someone might know of? [08:45] <_jason> hawk`, make sure you don't remove yourself from admin again lol! [08:45] mynameis, is your cd writer hdc? [08:45] psusi: Well, you can log in, but you can't do much with a /bin/false shell, if you read me. [08:45] _jason, definitely [08:45] pipeline: by default... but as with su, you can tell sshd ot use a real shell instead of false, can't you? === purplefeltangel [n=purplefe@CPE0050bfffe781-CM014120014776.cpe.net.cable.rogers.com] has joined #ubuntu [08:46] dennis@mirage ~ $ scp foon dentest@localhost:foon [08:46] Password: [08:46] lost connection [08:46] :) [08:46] I am trying to control how my laptop reacts when I close the laptop cover. Can I set it sleep when I close the lid? How do I do this? [08:46] that's why i want to enable root again [08:46] sethk, not sure [08:46] :) [08:46] Seveas, psusi: No matter what you tell ssh, it'll spawn a subshell using your /etc/passwd shell. === floyd [n=floyd@66-190-194-066.dhcp.rnrp.nc.charter.com] has joined #ubuntu [08:46] Can anyone help me? === purplefeltangel [n=purplefe@CPE0050bfffe781-CM014120014776.cpe.net.cable.rogers.com] has joined #ubuntu === purplefeltangel [n=purplefe@CPE0050bfffe781-CM014120014776.cpe.net.cable.rogers.com] has left #ubuntu ["Leaving"] [08:46] pipeline, so setting it to /bin/false is safe there :) [08:46] pipeline: ahhh... I see [08:46] # [08:46] fakeroot ./ati-driver-installer-8.19.10-i386.run [08:46] # [08:46] Choose "Generate distribution specific packages" and "Ubuntu" and the UBuntu version you use [08:46] mynameis, this is the command for hdc. we can tweak it for others: sudo cdrecord -vv -dev=1,0,0 iso-file-name [08:46] i cant find ubuntu [08:47] i cant scroll down the menu? [08:47] how do i do this [08:47] pipeline, several services also look only at your shell and not whether the password is locked [08:47] mynameis, doing sudo cdrecord -scanbus should show you your cd writer device === thegladiator [n=thegladi@202.83.46.128] has joined #ubuntu [08:47] stop flooding the channel surfdue [08:47] courier and proftpd for instance [08:47] Seveas: Yes, but there are indeed use cases where it is not. And why risk it at all when you can disable the account entirely by retaining the default PAM configuration and using passwd -l? === HymnToLife [n=_mfb@dyn-213-36-160-150.ppp.tiscali.fr] has joined #ubuntu [08:47] _jason, i am messed up it seems [08:47] uh [08:47] im not, i just need help [08:47] is there a default id for the admin group? [08:47] sorry [08:47] pipeline, I just said that :) [08:47] i cant seem to find it at all [08:47] <_jason> thegladiator, elaborate [08:47] :P [08:47] hawk`, almost always wheel [08:47] when i start the synaptic after editing ...this is the error W: Couldn't stat source package list http://in.archive.ubuntu.com breezy/multiverse Packages (/var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_breezy_multiverse_binary-i386_Packages) - stat (2 No such file or directory) [08:47] wheel? [08:47] Seveas: "locking" the password sets the the password to an impossible value. [08:47] thegladiator, good luck [08:48] can anyone help me with my problem? [08:48] thank you albacker [08:48] Seveas: It becomes impossible to gain privileges via any kind of password auth. [08:48] <_jason> thegladiator, pastebin your /etc/apt/sources.list [08:48] @ anybody need sound gure that is willing to help me please ?? [08:48] I can't do that Dave. === bacam [n=bacam@kerouac.projectcolo.org.uk] has joined #ubuntu === Aegir [n=richard@d220-238-52-188.dsl.vic.optusnet.com.au] has joined #ubuntu [08:48] pipeline, yes I know, but what if the server does not care (e.g. courier) [08:48] hawk`: boot from the hard drive in rescue mode isntead of the livecd... that will give you a root shell... then use usermod to add your user to the various groups [08:48] psusi, already tried that [08:48] but root is disabled [08:48] sethk, i just tried that command and it gave me with with some other stuff "No such file or directory. Cannot open '/dev/sg*'. Cannot open SCSI driver. [08:48] " [08:48] Seveas: Heh, at that point, UNIX isn't good enough any more and you'll have to move onto a more sophisticated security infrastructure. [08:48] pipeline, btw: doesn't using ssh keys circumvent this? [08:48] !info paste [08:49] (for sshd) [08:49] is there grumpygroundhog-security? [08:49] hawk`: why is root disabled? you disabled it? [08:49] i read ubuntuguide [08:49] mynameis, ok, then you need a different dev= [08:49] I mean, for several servers I don't even know my password, since I use keys [08:49] whats the paste again ? [08:49] but i already went through this three times, its not solving my problem [08:49] :P [08:49] thegladiator, http://paste.ubuntulinux.nl [08:49] anyone know how i can scroll down this ati os choice? [08:49] Seveas: iirc, sshd checks the password file to see if the password is locked [08:49] Seveas: Good question. I'm not entirely sure. Ssh makes rather sophisticated use of PAM. [08:49] what does a default line to add a user to the admin group look like? [08:49] !root [08:49] hawk`: so when you boot into rescue mode, what happens? [08:49] I heard root is rumour has it, that root is disabled in Ubuntu, actually this means there is no password set for the root account, use sudo when you need admin access, you can read all about it on http://wiki.ubuntu.com/RootSudo === Seveas tests [08:49] Seveas: I'm not a PAM wizard -- I try to leave it alone when I can. [08:50] which security repo should I use for grumpygroundhog? [08:50] sethk, is there a command to see what my cdburner is ie hda, hdd? [08:50] psusi, it wont work, trust me === HymnToLife [n=_mfb@dyn-213-36-160-150.ppp.tiscali.fr] has joined #ubuntu [08:50] Seveas: I think that it will fail, but I don't know WHY it will fail. [08:50] hawk`: unless you did something weird, it will [08:50] mynameis, you can find that information by running device manager [08:50] and i said, trust me, it wont work === Mazin [i=mazin07@adsl-68-248-128-183.dsl.ipltin.ameritech.net] has joined #Ubuntu [08:50] hawk`: and if not... then add init=/bin/bash to the kernel command line and you'll boot to a root shell [08:50] i dont wanna spend another hour explaining it to another person [08:50] mynameis, what you'll need is probably dev=ATAPI:1,0,0 [08:51] but i can't sudo or anything [08:51] _jason, http://paste.ubuntu-nl.org/5760 [08:51] but honestly, that is not my problem [08:51] mynameis, the other thing you can do is a loopback mount of the iso file, and then use the GUI CD creator thing [08:51] i just want to add myself to the admin group in /etc/groups [08:51] mynameis, use dmesg command to see all devices [08:51] hawk`: rescue mode has nothing to do with sudo... it doesn't start the gui but just drops you to a root shell [08:51] sigh [08:51] enough, please [08:51] psusi: I thought rescue mode booted the system single-user? [08:51] _jason, did u mean "mutliverse" with quotes ? [08:51] Dec 14 20:51:17 mirage sshd[11688] : (pam_unix) authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=mirage.kaarsemaker.net user=dentest === curium [n=curium@83.209.25.107] has joined #ubuntu [08:52] no without most likely [08:52] pipeline: yea... which prompts to you log in as root... which by default requires no password === Mazin [i=mazin07@adsl-68-248-128-183.dsl.ipltin.ameritech.net] has left #Ubuntu [] [08:52] using ssh keys + locked pw + correct shell [08:52] anyone please?! [08:52] anyone have a sample sources.list for grumpygroundhog? [08:52] ubuntuman, right now im apt-get k3b [08:52] does anyone have a line from /etc/group where a user is added to the admin group? [08:52] :) [08:52] <_jason> thegladiator, run: sudo apt-get update [08:52] ok [08:52] VictorI, there is no grumpygroundhog [08:52] let me === Ohmer [n=Homer@ip-66-254-46-98.mqdsl.megaquebec.net] has joined #ubuntu [08:52] mynameis, look at the file /etc/default/cdrecord [08:52] mynameis, it should show you the device [08:52] so what is the -current branch for ubuntu then? [08:52] hawk`, sudo adduser whoever_you_want admin [08:52] but if for some reason root has a password you can't remember, then you can allways add init=/bin/bash to the kernel command line and you'll boot to a root shell anyway [08:52] <_jason> thegladiator, is there a reason you only have the universe and multiverse repositories enabled and nothing else like main and security? [08:53] VictorI, dapper [08:53] but it's not always stable [08:53] Seveas, not what i was asking for [08:53] _jason, E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable) [08:53] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [08:53] hawk`, you do, if you did a normal install [08:53] thats fine. === curium [n=curium@83.209.25.107] has left #ubuntu [] [08:53] I understand [08:53] hawk`: admin:x:106:rory [08:53] thegladiator, close synaptic or whatever [08:53] thank you HappyFool [08:53] cdrom= 0,6,0 [08:53] yep [08:53] <_jason> thegladiator, do you ahve synaptic open? [08:53] grep: n/etc/group: No such file or directory [08:53] lpadmin:x:107:dennis [08:53] admin:x:117:dennis [08:53] hawk`: i do. the line is "adm:x:4:username" [08:53] yes [08:53] hawk`: there's also an 'adm' group [08:53] i closed it [08:53] <_jason> thegladiator, k, try again [08:53] adm is the same? [08:53] jesseman_, admin, not adm [08:53] sethk, says it cdrom= 0,6,0 [08:53] sudoers says %admin? [08:54] hawk`, no it's not [08:54] hawk`: i also have the sudoers line. "sudo:x:27:username" [08:54] ok [08:54] _jason, done [08:54] adm = for reading logs [08:54] is anyone going to help me? :( [08:54] sudo should NOT be used as group [08:54] can anybody tell me how to add a second /dev/dsp [08:54] :D [08:54] admin is for sudo [08:54] Seveas: ah, i see [08:54] but where are the groups defined? [08:54] um the ati menu choices go off my menu [08:54] i cant find admin anywhere [08:54] how do i move it so i can select them? [08:54] _jason, now can get back to installing java ? [08:54] or is it global or something? [08:54] ubuntu: plug in a second soudn card [08:54] hawk`: sudo = admin ? [08:54] it is past the top i cant more or x or minimise [08:54] heh [08:54] kinda stuck :( [08:55] <_jason> thegladiator, yes, but I think you should consider enabling the updates and securities repos === katja_ [n=katja@p54AEA5CC.dip0.t-ipconnect.de] has joined #ubuntu === Rainbow-Six` [i=blazed@AOrleans-154-1-25-53.w86-199.abo.wanadoo.fr] has joined #Ubuntu [08:55] psusi, why a second card its a new pc windows also plays sound in many programms [08:55] ubuntuman, k3b is istalling now [08:55] sudo su (your user password) , then passwd root ... done [08:55] brb === aigarius [n=aigarius@159.148.239.80] has joined #ubuntu === stuart_ [n=stuart@host81-129-69-226.range81-129.btcentralplus.com] has joined #ubuntu [08:55] mynameis, ok good luck !! [08:55] _jason, ok but can i do it using the settings menu , if yes , why didnt it work with multiverse ? i checked corresponding to that [08:55] VictorI, you must love to type. :) just do: sudo passwd [08:55] ubuntuman: you aren't making much sense... you asked how to add a second /dev/dsp... /dev/dsp is the interface to your sound card.. if you want a second sound card, plug one in [08:56] <_jason> thegladiator, you only enabled multiverse for backports [08:56] sethk, oh well.. your right... [08:56] !info restricted [08:56] whats the number for in the /etc/group file? [08:56] !ping [08:56] pong [08:56] i can someone help me with a xorg problem? [08:56] !groups [08:56] Syntax error in line 1, jessemans [08:56] blah! [08:56] <_jason> ubotu, tell juliux about ask [08:56] !group [08:56] jessemans: Not a clue [08:56] hawk`: it's the gid of the group [08:56] _jason, i see , i am not sure i saw another multiverse in that menu . does it exist besides this one ? [08:56] !botsnack anyway [08:56] thanks jessemans :) [08:56] psusi, when i playes games on my old pc i always had 4 or 5 dsp channels but since i have a new pc i havent, and yes my old pc had only 1 soundcard [08:56] well I am fairly impressed with ubuntu, this is how debian should be. [08:56] !info java [08:56] whats the latest ubuntu? === Mabus06 [n=Nick@hlfxns0149w-142177138225.ns.aliant.net] has joined #ubuntu [08:56] i thought it was breezy? [08:57] hawk`: not sure [08:57] psusi, that's what i thought, where can i find the gid of admin? [08:57] its not in that file [08:57] breezy [08:57] surfdue: it is [08:57] psusi, this doesnt make sense [08:57] whats dapper [08:57] <_jason> thegladiator, it should be there now [08:57] lol [08:57] how do i get that restricted format page ? [08:57] ok [08:57] surfdue: the development version === harfooz [n=clint@68-115-194-153.static.spbg.sc.charter.com] has joined #ubuntu [08:57] ubuntuman: not sure what you mean by 4 or 5 dsp channels... [08:57] just to confirm, is dapper the next release? or its -current/unstable ? === thommym [n=chatzill@gprs2.vodafone.se] has joined #ubuntu [08:57] surfdue: this is going to be the next version, in april === XiCillin [n=mike@dpc67142105197.direcpc.com] has joined #ubuntu [08:57] is there a diffrence from breezy or 5.10 === Centaur_ [n=fishman@68-187-79-131.dhcp.stgr.ut.charter.com] has joined #ubuntu [08:57] ok i try to activate my vga out at my nx6110 but i only get this error message: kernel: [4296198.983000] video bus notify [08:57] surfdue: no [08:57] <_jason> ubotu, tell thegladiator about restricted [08:57] cuase ati says both? [08:57] with the live cd it works [08:57] same thing [08:57] ubuntuman, k3b gave me an error such as it needs cdrdao wonder if thats why the gnome way didnt work === _astaroth_ [n=astaroth@84.77.73.10] has joined #ubuntu [08:57] psusi, when i play games like enemy-territory i could tell it to use the /dev/dsp for sound [08:58] can anyone help me solve a problem concerning USB device mounting? === sam_ [n=sam@cable-24-139-30-168.newliskeard.dyn.personainc.net] has joined #ubuntu [08:58] help please? [08:58] surfdue: it's Ubuntu Breezy Badger 5.10, where 5.10 = version (October 5th (5.10)), and breeze badger the codename [08:58] mynameis, ok try downloading it [08:58] err, Octoboer 2005 [08:58] oxez, shouldnt it be 10.5 then? [08:58] hawk`: my admin group is gid: 106 === LoppApan [i=gusten@mini.odla.oru.se] has joined #ubuntu [08:58] ubuntuman, already pass that :) [08:58] jrattner1: It's Last Digit of Year.Month === franek [n=franek@citynet.serwer.net] has joined #ubuntu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu [08:59] mynameis, ok and ?? working ?? [08:59] jrattner1: I confused myself :P [08:59] oxez, ah [08:59] ubuntuman: : yea... and that's what you should do... so what's the problem? [08:59] yeh sorry about that, i just didnt see it [08:59] i am trying to install sdk and jre , so what shud be the entry correspondging to this one --------->fakeroot make-jpkg jre-1_5_0_06-linux-i586.bin [08:59] sudo dpkg -i sun-j2re1.5_1.5.0+update06_i386.deb ? [08:59] my vision is becoming blurry [08:59] :P [08:59] psusi, ma sound is the problem [08:59] the file name of sdk is >jdk-1_5_0_06-linux-i586.bin [09:00] ubuntuman: why? it doesn't work? === workbean [n=workbean@219.95.203.44] has joined #ubuntu [09:00] psusi, i can only use 1 dsp for eg. xmms but not for the game it doesnt recognize or something [09:00] has anybody an idea? i dont want to reinstall my laptop === Mitja_ [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #ubuntu [09:00] ubuntuman: you mean you can't have sound in the game and play xmms at the same time? [09:00] has anyone installed java sdk instaed of jre ? === VictorI [n=VictorI@c-24-30-126-12.hsd1.ca.comcast.net] has left #ubuntu [] === icebreaker [n=icebreak@dslb-084-060-160-087.pools.arcor-ip.net] has joined #ubuntu [09:00] help, please. [09:01] psusi, als if i close xmms i still have no sound in my game [09:01] psusi, i only hear a little crackle [09:01] ubuntuman: what if you start the game without xmms running? [09:01] is there a software which can edit password protected pdf files? [09:01] thegladiator: the sdk is a superset of the jre --- it includes everything in the jre and then some. [09:01] WHere do i add new mouse icons? [09:01] what direcory? [09:01] psusi, i started without xmms running [09:01] psusi, doesnt work === Atlas [n=atlas@84.5.60.174] has joined #ubuntu [09:01] yeah pipeline , it does ...but how do i go with the installation ? [09:01] thegladiator: The output of make-jpkg may have a weird package name, and that's OK. [09:02] aah [09:02] thegladiator: run make-jpkg with the jdk ".bin" installer as the argument. [09:02] beautiful === jiranya [n=jiranya@209.219.89.253] has joined #ubuntu [09:02] ubuntuman: not sure what to tell you then... other than that you are barking up the wrong tree if you think you need a second /dev/dsp [09:02] sudo works again === Duvel [n=Jupiler@d515358B0.access.telenet.be] has joined #ubuntu [09:02] thanks guys [09:02] :) [09:02] i need to make both ssh client and ssh server speak in the same ascii codepage. can someone help me? [09:02] thegladiator: then just install the new package with dpkg and remove the old one. [09:02] pipeline, it goes over my head [09:02] kwyjibo: I don't know, but awesome name :P [09:02] how could i install birt [09:02] could you please clarify again ? [09:02] psusi, ok but why i could use another /dev/dsp like /dev/dsp2 on my old system and had sound ?? this makes no sense to me [09:03] i am following the instructions from the site given [09:03] in eclipse [09:03] :( [09:03] think i'll leave root enabled for now === DJWillis [n=djwillis@82-32-72-123.cable.ubr02.bath.blueyonder.co.uk] has joined #ubuntu [09:03] what a farce [09:03] <_jason> thegladiator, there are .debs available for java too [09:03] fakeroot make-jpkg jre-1_5_0_06-linux-i586.bin [09:03] sudo dpkg -i sun-j2re1.5_1.5.0+update06_i386.deb is what the site says [09:03] i see [09:03] ubuntuman: I'm not sure what you mean on your old system... one sound card = one /dev/dsp [09:03] sun's java ? [09:04] i have the source file with me [09:04] <_jason> ubotu, tell thegladiator about javadebs [09:04] <_jason> thegladiator, yes, sun's [09:04] i see [09:04] !botsnack [09:04] :) [09:04] whats the best way to install java? from apt? [09:04] Where do I find a gcc bootstrap for Breezy Badger when I don't have net access on that particular machine? [09:04] psusi, oo no 1 sound card doesnt mean only 1 /dev/dsp | i once had an old Pentium III with only 1 soundcard and had also 4 or 5 /dev/dsps [09:04] id like the jdk as well === zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu [09:04] and the browser plugin [09:05] how could i install birt [09:05] in eclipse === stuart_ [n=stuart@host81-129-69-226.range81-129.btcentralplus.com] has joined #ubuntu [09:05] ubuntuman: that sounds really fscked up... normally each sound card gets one /dev/dsp [09:05] <_jason> ubotu, tell cremate about java [09:05] thommym: you need gcc-3.4 ? gcc-4.0 (or similar) is on the install cd === melodramatic [n=cedric@modemcable123.18-131-66.mc.videotron.ca] has joined #ubuntu [09:05] i know about java [09:06] !javadebs [09:06] javadebs is, like, totally, Sun Java debs packaged for breezy are at http://www.giannaros.org/public/breezydebs/ To install these, open a terminal, cd to the directory you downloaded them to, and type "sudo dpkg -i filename.deb" [09:06] ? [09:06] hi... is there any skype package in ubuntu? [09:06] psusi, well i use linux for about 4 years now and never had this problem | i normally used mandrake linux and they really had more than only 1 /dev/dsp === NCLife [n=sinclair@201.139.146.104] has joined #ubuntu [09:06] <_jason> ubotu, tell melodramatic about skype [09:06] HappyFool: Couldn't find it on the CD that came with a LINUX mgazine I bought... [09:06] ubuntuman, you are drawing an incorrect conclusion. Yes, there are some unusual multichannel boards that create more than one dsp device. That does NOT MEAN that your machine is not correctly configured. [09:06] !javadebs [09:06] javadebs is, like, Sun Java debs packaged for breezy are at http://www.giannaros.org/public/breezydebs/ To install these, open a terminal, cd to the directory you downloaded them to, and type "sudo dpkg -i filename.deb" === Gobbla [n=jocke@h212n1fls32o887.telia.com] has joined #ubuntu [09:06] ubuntuman: weird... I've never seen that... one device should be enough for one sound card === maddash [n=maddash@ool-4571c30b.dyn.optonline.net] has joined #ubuntu [09:07] yes, apt-get install skype :p [09:07] thommym: hmm. standard ubuntu install should have the 'build-essential' and related packages, including gcc [09:07] haaa thx a l ot _jason [09:07] cls [09:07] psusi, ok but how can i get sound in my game ?? [09:07] i need to make both ssh client and ssh server speak in the same ascii codepage. can someone help me? [09:07] js mam eno sliko === jiranya [n=jiranya@209.219.89.253] has left #ubuntu ["Leaving"] [09:07] !setting the default window manager [09:07] pipleline > instaed of this what shud i give ? sudo dpkg -i sun-j2re1.5_1.5.0+update06_i386.deb ? [09:07] MickMcMack: Syntax error in line 1 [09:07] http://pastebin.com/464176 [09:07] thommym: try installing the build-essential package (using synaptic or apt-get) [09:07] pelase help look at the pastebin [09:07] =_= [09:07] sethk, how can i get sound in my game with only 1 /dev/dsp [09:07] What is skype [09:07] !window manager [09:07] MickMcMack: I don't know, could you explain it? [09:07] ? [09:07] :| === MickMcMack slaps ubotu [09:07] !wm [09:07] Syntax error in line 1, MickMcMack === bacam [n=bacam@kerouac.projectcolo.org.uk] has left #ubuntu [] [09:07] !fluxbox [09:07] extra, extra, read all about it, fluxbox is a lightweight window manager. Installation instructions at https://wiki.ubuntu.com/Fluxbox. More information at http://fluxbox.sourceforge.net [09:08] <_jason> ubotu, tell MickMcMack about yourself [09:08] HappyFool: OK. Have to find deeper then. "find /cdrom -name gcc" I suppose === Ophiocus [n=carlos@201.211.156.211] has joined #ubuntu [09:08] _jason, I know - I was looking for something in specific. :-\ [09:08] ubuntuman, the same way everyone else does. I have no idea what you are asking. If there is a configuration parameter asking for the dsp device, tell it /dev/dsp. Otherwise ask a specific question, don't tell use what you've (erroneously) _concluded_ from what you see. Tell us what you see. [09:08] <_jason> MickMcMack, you can /msg him === pirao [n=pirao@62.117.187.217] has joined #ubuntu [09:09] <_jason> MickMcMack, and if you read the link he sent you, you can search his database [09:09] err, now what [09:09] pipeline, could you please enlighthe me on this : thegladiator: then just install the new package with dpkg and remove the old one. ? [09:09] usermod: unable to lock password file? [09:09] thommym: you'll have a (small) bit of dependency hell. you've tried 'apt-cache search gcc' with no hits ? [09:09] thegladiator: make-jpg will produce a ".deb" format package. [09:09] hola [09:09] psusi, i have configured my enemy-terreitory to use the /dev/dsp as sound device but i can t hear anything. i only run enemy-territory [09:09] To install these, open a terminal, cd to the directory you downloaded them to.. i dont understand that.. how do i open a terminal? [09:09] alguien abla espaol [09:09] hawk`, you left a program running that has the password file open, probably [09:09] thegladiator: install that using dpkg. Then open up synaptic and remove the j2re package you created before. [09:10] i see [09:10] pirao, va a ubuntu.es === kj [i=remove_j@66.17.34.72] has left #ubuntu [] === Dangermouse [n=andrew@148.197.130.229] has joined #ubuntu [09:10] and what does cd to the directory you dl them to means.. === Dangermouse [n=andrew@148.197.130.229] has joined #ubuntu [09:10] sethk, that was my thought too, but i just booted 2 minutes ago [09:10] <_jason> ubotu, tell NCLife about cli === svu [n=svu@host-194-46-239-243.dsl-ie.utvinternet.net] has joined #ubuntu [09:10] Is it me, or does Ubuntu not feel the love for enlightenment? O_o; [09:10] hawk`, Might be a leftover lock file in /tmp [09:10] What's the best way for me to edit my MAC address on start-up? [09:11] hawk`, I'd suggest using strace to find out what file it fails to lock, but I suspect you might have trouble doing that. === firewalker_ [n=firewalk@62-43-178-152.user.ono.com] has joined #ubuntu [09:11] hawk`, erase everything in /tmp (and it's subdirectories) older than the reboot time. [09:11] NCLife, press alt and F2, type xterm, enter, type cd nameofthedirectory === Mitja [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #ubuntu [09:11] dangermouse, use ifconfig to change mac and then learn how the startup process works and add to the network init part the call for ifconfig [09:12] sethk i can sudo now so maybe i can use strace? [09:12] Dangermouse, man interfaces, man ifconfig [09:12] never heard of it [09:12] :P [09:12] czr, ye I know about ifconfig, was the latter part i wasn't sure of [09:12] interfaces might be the best place to put the call in === rambo3 [n=rambo3@c-cff871d5.027-6-6b73641.cust.bredbandsbolaget.se] has joined #ubuntu [09:12] Dangermouse, that way you could be sure that your eth exists when you're trying to set its MAC [09:12] ok === perlhead [n=fheinz@201.216.217.213] has joined #ubuntu === x_or [n=cdawson@63.105.19.181] has joined #ubuntu === wick3d [n=wick3d@212.247.250.126] has joined #Ubuntu [09:13] it sounds complicated though, so that's probably what you meant [09:13] :P [09:13] ok, thanks Duvel.. ive got another question, at this page http://www.giannaros.org/public/breezydebs/ are 4 sun java packages.. which one should i dl? [09:13] hawk`, then sudo strace usermod .... (whatever you typed before for usermod) ... -o output.strace [09:13] hawk`, output.strace is just a filename I made up [09:13] yay the roockie n00b is here [09:13] hawk`, make it ~/output.strace, so it ends up in your home directory === henriquemaia [n=henrique@cb-217-129-170-53.netvisao.pt] has joined #ubuntu [09:14] hey [09:14] hawk`, if it spawns child processes that won't be enough, but start there. === petitohaime| [n=petit@dyn-83-157-234-127.ppp.tiscali.fr] has joined #ubuntu [09:14] just installed Ubuntu first time ever with any sort of linux system for me:( [09:14] i have linux sources installed on command 'sudo module-assistant build,install fglrx-kernel' it states an error cant find kernal headers how do i fix this [09:14] psusi, thx 4 youre help sofar === bronson [n=bronson@c-24-34-214-222.hsd1.ma.comcast.net] has joined #ubuntu [09:14] aaaah === perlhead [n=fheinz@201.216.217.213] has left #ubuntu [] [09:15] bbbbbbh [09:15] surfdue, install the kernel headers. [09:15] wick3d, congratulations ;) [09:15] k [09:15] is there an equivalent to that sun packages for amd64 ? [09:15] WTF is wrong with my fglrx drivers?!?! i get ~250 fps with fgl_glxgears [09:15] just spend 30mb download for nothing :/ [09:15] <_jason> hawk`, did you sudo usermod? === jemt [n=jemt@nat.kollegienet.dk] has joined #ubuntu === bulio [n=bulio@unaffiliated/bulio] has joined #ubuntu [09:15] !tell jemt about w32codecs [09:16] sethk, got the output printed on screen [09:16] _jason trying t odo that now, saying that the password file is locked [09:16] if I install a usb 2.0 PCI card [09:16] will ubuntu recognize it? [09:16] bulio, yes [09:16] <_jason> hawk`, oh ok because it gave me that error and I realized I had to use sudo [09:16] !tell jemt about w32codecs === mkyb14_ [n=mkyb14@carlsbad-cuda-6-69-162-83-77.crlsca.adelphia.net] has joined #ubuntu [09:17] hawk`, you didn't use -o, then [09:17] secondly, can I install an external hard drive? [09:17] sethk, looks like an o from here [09:17] :P [09:17] I wanna use it as storage === EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu [09:17] connected via the usb 2.0 [09:17] _jason yea tried that, didnt give me an error, but didnt do anything either [09:17] can I do that? [09:17] <_jason> hawk`, what's the exact command you are using? [09:17] I need to reorder my /dev/sd* nodes. What is the quickest, or least messy, way to do this? All that's important is that the drives using my onboard SATA bus and/or PCI-X raid card get assigned /dev/sd* nodes first, and then after that, USB disks get assigned nodes sequentially === chrisx1 [n=chrisx1@spc1-burn2-5-0-cust56.bagu.broadband.ntl.com] has joined #ubuntu [09:17] bulio, yes, yes, and yes [09:18] excellent thanks [09:18] Seveas: niggah:o wha was that for === bulio [n=bulio@unaffiliated/bulio] has left #ubuntu ["Leaving"] [09:18] usermod -G a,lot,of,groups hawk === jessemans_ [n=jesse@ppp-69-218-132-33.dsl.dytnoh.ameritech.net] has joined #ubuntu === cfs-work [n=cfs@216-239-45-4.google.com] has joined #ubuntu [09:19] <_jason> hawk`, strange, ok carry on :) gl [09:19] chrisx1, for having a stupid away announce script === juan_ [n=juan@200.7.101.76] has joined #ubuntu === Dreamglider [n=just@80.77.134.194] has joined #Ubuntu [09:19] oh [09:19] umm... [09:19] dunno what happened now [09:19] but it works === mode/#ubuntu [+o Seveas] by ChanServ === chrisx1 [n=chrisx1@spc1-burn2-5-0-cust56.bagu.broadband.ntl.com] has left #Ubuntu [requested] === mode/#ubuntu [+b chrisx1!*@*] by Seveas [09:19] when i ran the strace as root [09:19] :) === MickMcMack watches searcher` flex. [09:20] * Seveas === j2daosh [n=admin@66-191-145-50.dhcp.roch.mn.charter.com] has joined #ubuntu === neiras [n=gbauman@S0106001217ad6427.no.shawcable.net] has joined #ubuntu [09:20] hey everyone [09:20] hi [09:20] thanks for all your help guys [09:20] how yall doing today? [09:20] i'll just log out now and hope nothing more is broken [09:20] :) [09:20] <_jason> hawk`, ha === Seveas quickly hacks hawk`s pc and breaks things === TenPlus1 [n=john@80-195-63-42.cable.ubr03.uddi.blueyonder.co.uk] has joined #ubuntu [09:21] Hi folks... [09:21] hey i got 2 questions... how does bit torrent work, and where is a repo for WINE? [09:21] sigh [09:21] and what i set out to do still doesnt work [09:21] j2daosh, 1) see bittorent.com 2) UBuntu multiverse [09:21] i've been fixing my errors for two hours [09:21] :) [09:21] Q.) Ubuntu 5.10 has found my Intel Easy PC Camera ..but.. when GnomeMeeting goes to use it, it stalls the system and a reboot is needed... any ideas ??? [09:21] multiverse? === EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu [09:22] <-- only had linux for 4 days === hajiki [n=me@69.8.206.13] has joined #ubuntu [09:22] TenPlus1, yep.. i have similer problem with my CreativeWebcam === jarel [n=jarel@ip68-101-142-222.sd.sd.cox.net] has joined #ubuntu [09:22] has only had... [09:22] TenPlus1, no idea on a fix === jlhenry [n=jlhenry@Quebec-HSE-ppp242189.qc.sympatico.ca] has joined #ubuntu [09:22] bummer... === lucis [n=sam@adsl-70-232-58-197.dsl.ltrkar.sbcglobal.net] has joined #ubuntu [09:22] !tell j2daosh about multiverse [09:22] yes... lol tell me :) === lurah [n=lurah@dsl-tregw3-fe38dc00-94.dhcp.inet.fi] has joined #ubuntu [09:22] hey, my customized initrd is working, finally. :) === techrush [n=techrush@ip68-104-90-114.lv.lv.cox.net] has joined #ubuntu [09:22] wich one should i dl? -> sun-j2re1.4_1.4.2+09_i386.deb or sun-j2re1.5_1.5.0+update04_i386.deb [09:22] j2daosh, ubotu told you in a private msg [09:23] NCLife, neither, they are outdated [09:23] !tell me about cron [09:23] I have been asked to install a Dapper kernel in a Breezy install. Since I don't want to upgrade to Dapper, is this possible? [09:23] >.< so where should i dl the sun java from? [09:23] !tell me about crontab [09:23] A Dapper kernel? [09:23] NCLife, the sdk ? [09:23] Could someone post a link on how to install KDE on Ubuntu [09:23] NCLife, I sent you a private message [09:23] MickMcMack: Yes. A kernel package from the upcoming Dapper release [09:24] stuart_, sudo apt-get install kubuntu-desktop [09:24] done. === AleXmaP [n=alex@gri-83-197.Reshall.Berkeley.EDU] has joined #ubuntu [09:24] morning [09:24] hi [09:24] Can someone give me an /etc/network/interfaces setup for a wireless card that works ok ? [09:24] thanks seveas === MickMcMack didn't know that there were release specific kernels. [09:24] :s [09:24] can someon help me with this error message? [4297060.659000] video bus notify === [1] bob832 [n=bob832@69.162.229.203] has joined #ubuntu [09:24] MickMcMack, no, the jre.. === mirek [n=mirek@r5az56.chello.upc.cz] has joined #ubuntu [09:24] this seems to work (set mac + use dhcp): iface eth0 inet dhcp \n inet eth0 hwaddr ether === vanten [n=vanne@d54C1EFC0.access.telenet.be] has joined #ubuntu === [1] bob832 is now known as bob832 [09:25] is it hard to kompilate the kernel for my specifik hardware in ubuntu? remember ive never ever tried linux in any form === jhaa [n=juha@dsl-aur-ff2dc000-227.dhcp.inet.fi] has joined #ubuntu [09:25] wick3d, then you should not recompile the kernel [09:26] kk [09:26] juliux, that's not an error message [09:26] wick3d, it isn't hard. You might have to ask a few questions. Read a howto, devote an hour or two, and practice on a system that you can stand breaking [09:26] well. [09:26] just seems that the comp is a bit slow compaired to when i had XP on it [09:26] thanks for ignoring me. [09:26] Seveas, this is the only message i get if i try to use my vga out === amonkey [n=amonkey@cpe-67-10-75-70.houston.res.rr.com] has joined #ubuntu [09:26] Seveas, with the ubutnu live cd it works [09:27] for representing the most friendly linux distro, you sure do know how to be unfriendly to people. === Vincent [n=vincent@AGrenoble-152-1-29-31.w82-122.abo.wanadoo.fr] has joined #ubuntu === MasterTsunami [n=MasterTs@207-114-255-134.gen.twtelecom.net] has joined #ubuntu [09:27] kwyjibo, no-one here is payed to answer your questions. :S [09:27] kwyjibo: u sure we are official representatives? [09:27] !tell kwyjibo about attitude [09:27] i have been asking politely and i've not even been acknowledged [09:27] anyone running the 64 bit version of (k)ubuntu? [09:28] kwyjibo: ask again, maybe this time someone will answer [09:28] !tell vanten about anyone [09:28] :( === |mp| [n=mp@82.153.240.58] has joined #ubuntu [09:28] kwyjibo, i've look in 3 windows of logs and didn't find your question [09:28] kwyjibo, I didn't even see your question. It gets busy here. [09:28] i've asked it 4 times [09:28] kwyjibo, nobody is deliberately ignoring you. just ask again. [09:28] i'll ask: [09:28] <_jason> Kwitschibo, probably because no one knows or we just didn't see the question [09:28] <_jason> oops [09:28] i am trying to get my SSH client and SSH server to use the same codepage [09:28] vanten, I am. [09:28] Seveas: :) [09:28] i cannot find anywhere in man pages how to set the codepage on the server side [09:29] kwyjibo, then let your client forward the LC_* and LANG variables [09:29] kwyjibo: I'm watching wvil dead here at the same time, a bit distracted so to speak... [09:29] vanten, *poke* [09:29] I'm using gnome and want to switch to KDE. What do i need to do? anything special besides uninstall gnome and install KDE? [09:29] lucis, no [09:29] lucis, no need to uninstall gnome [09:29] lucis, nothing special, just install kubuntu-desktop. Recommend against uninstalling gnome. [09:29] kwyjibo: but Seveas is on to something I think [09:29] sev: I do not understand how to do that. I am using Putty for win32, ssh'ing to a ubuntu server [09:29] lucis, a bad idea, actually [09:29] Alright, thanks. [09:30] MickMcMack: i'm running gentoo all 64 bit now. a real hassle to get closed source browser plugins to work. like flash player, java plugin,... do they work on (k)ubuntu 64? [09:30] I have set Putty to use every codepage under the sun [09:30] (but if you want, try something like sudo apt-get remove libgnome2-common) [09:30] Seveas, what is it if it is no kernel error? [09:30] lucis, at login you simply chose to use KDE session instead of GNOME [09:30] kwyjibo, ah, don't know how to configure putty for that [09:30] Thanks, dreamglider, et al. [09:30] i don't think it's putty that's the problem [09:30] vanten, they should do, but my sound is borked, so I'm not sure. [09:30] perhaps if I understood just what determines the server side codepage [09:30] kwyjibo, does your putty client work with codepages with other servers? === lucis [n=sam@adsl-70-232-58-197.dsl.ltrkar.sbcglobal.net] has left #ubuntu [] [09:30] juliux, a message that to me sounds like a notification and which I can't say anything more useful about, sorryt [09:30] sethk: i only have this one server [09:30] vanten, the plugin installs fine, and FireFox picks it up - it just wont play swf's due to my soundserver being totally borked. [09:31] kwyjibo, usually the client [09:31] Seveas, ok thanks [09:31] but the locale has to be installed at the server [09:31] kwyjibo, it's determined by your client requesting it. Why in the world would you assume that the client is not involved? [09:31] it's like every application on the server looks different [09:31] wich one required more cpu/ram Gnome or KDE ? [09:31] kwyjibo, try on the server: sudo dpkg-reconfigure locales [09:31] kwyjibo, when you don't know something, investigate, don't make an assumption with no data to back it up. === purplefeltangel [n=purplefe@CPE0050bfffe781-CM014120014776.cpe.net.cable.rogers.com] has joined #ubuntu === martine [n=martine@bjoern.tommeraas-vik.no] has joined #ubuntu [09:31] midnight commander uses one character set....... centericq uses another. elinks uses yet another. [09:31] it's chaos [09:32] kwyjibo, try on the server: sudo dpkg-reconfigure locales <-- [09:32] ok one second [09:32] vanten: there is no java plugin for 64bit.. [09:32] kwyjibo, that sounds like you have a problem totally unrelated to ssh === Mazoku [n=mazoku@213.141.158.52] has joined #ubuntu === darksun [n=darksun@pool-151-200-159-189.res.east.verizon.net] has joined #ubuntu [09:32] ooh [09:33] where is the option to install dev tools/compilers? === Amaranth [i=travis@ubuntu/member/amaranth] has joined #ubuntu [09:33] i'm looking through that locale thing, Seveas [09:33] can someone help me install SBaGen? [09:33] darksun, sudo apt-get install build-essential [09:33] Seveas, thanx [09:33] djk_: sure there is, the one from blackdown jre. but i was wondering if some stuff on ubuntu is left 32 bit so the sun jdk 32 could be used or so === adau [n=adau@ASte-Genev-Bois-151-1-11-98.w82-121.abo.wanadoo.fr] has joined #ubuntu === saik0 is now known as saik0_gone [09:34] Seveas: you are active and got an @, you getting paid for this? ;) [09:34] is it possible to upgrade a current breezy installation to dapper ? (i like development distribs :p) [09:34] !info ia32-libs === mode/#ubuntu [+o Amaranth] by ChanServ [09:34] alexissoft, yes it is [09:34] cool :) === adau [n=adau@ASte-Genev-Bois-151-1-11-98.w82-121.abo.wanadoo.fr] has joined #ubuntu [09:34] alexissoft, but the ubuntu dev. version breaks hard sometimes [09:35] LoppApan, No..... [09:35] !info ia32-libs [09:35] kbrooks: ok, just good work then === safrican [n=safrican@adsl-68-77-46-97.dsl.emhril.ameritech.net] has joined #ubuntu [09:35] how do you install a program that is in a .tgz? [09:35] !dapper [09:35] The 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake === _nano_ [n=bdutta@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu === kandinski [i=kandinsk@rowrcolo.net] has joined #ubuntu [09:35] hi Rubin :) [09:35] i don't mind :) [09:35] purplefeltangel, depends [09:35] !tell purplefeltangel about compiling [09:35] hi Milenko_The_Snow [09:35] er [09:35] hi Millenniumgroup [09:35] Seveas, it depends. [09:35] purplefeltangel: You avoid doing so. [09:35] seveas, uh, i don't think i'm doing that. [09:35] Amaranth: and the correct name is ? :) [09:36] purplefeltangel, you might have to :) [09:36] vanten: no idea [09:36] pipeline: well then what should i do? :/ === vilefridge [n=eric@d142-59-237-149.abhsia.telus.net] has joined #ubuntu [09:36] i have 8 updates available, but when i klick the update icon nothing happens ? [09:36] purplefeltangel: Avoid it? [09:36] !find ia32 [09:36] pipeline: but i want this program? [09:36] vanten, you're wrong. there is a jre, and a jdk, no plugin. no webstart. === jemt [n=jemt@nat.kollegienet.dk] has joined #ubuntu [09:36] Amaranth, ubotu is on a 32-bit machine so has no ia32-libs in its cache [09:36] vanten: ..for 64bit.. === adau [n=adau@ASte-Genev-Bois-151-1-11-98.w82-121.abo.wanadoo.fr] has left #ubuntu ["Quitte"] [09:36] it's all quiet here on the western front sky) tx to you and excalibur :) [09:36] Seveas: oh yeah === Surak [n=ubuntu@20132134153.user.veloxzone.com.br] has joined #ubuntu [09:36] djk: tsk [09:36] djk_, sun has a 64 bit version of their jre === surfdue [n=tyler@unaffiliated/surfdue] has joined #ubuntu [09:37] I'm using an Orinoco 8482-WD a/b/g Wifi adapter and the WPA_Supplicant package. It seems like I'm being disconnected every 600 seconds (10 minutes) right on the dot! The downtime is about 5 seconds, before the connection is stable again for another 600 seconds. Does anyone have any idea whatsoever why this might be occuring at 10 minute intervals? === Enquest [n=Enquest_@d54C29A8D.access.telenet.be] has joined #ubuntu === jenda [n=jenda@195.47.80.185.adsl.nextra.cz] has joined #ubuntu [09:37] vilefridge, probably your orinoco driver crapping our === theD3viL [n=geek@BSN-77-90-27.dsl.siol.net] has joined #ubuntu [09:37] out* [09:37] Seveas: i didn't say they don't. in fact, i said they do. however, i said that there is no javaplugin or webstart for 64bit === surfdue [n=tyler@unaffiliated/surfdue] has left #ubuntu ["Leaving"] [09:37] Greetings. I have finally decided to make Ubuntu my primary operating system - but i'm still using Windows for .NET development. But I'm in need of a good Antivirus Program. Is suck a program available for Ubuntu ? [09:37] djk_, I stand corrected [09:37] :) [09:37] jemt, no need [09:37] such [09:37] jemt, clamav === Watje [n=watje@82-171-201-50.dsl.ip.tiscali.nl] has joined #ubuntu === Drago [n=nw@87.254.66.79] has joined #ubuntu [09:38] although it's not too neccessary [09:38] Hello people. [09:38] kbrooks: Eh ? Of couse it is needed [09:38] jemt, ever heard of mono? === ji [n=jii_@c213-100-19-211.swipnet.se] has joined #ubuntu === ji [n=jii_@c213-100-19-211.swipnet.se] has left #ubuntu ["Lmnar"] [09:38] jemt - you have to remember, 99% of viruses out there are not "Computer viruses", they are "Windows viruses" [09:38] Seveas: Yep :) === tb77 [n=scratch@69-164-89-254.albyny.adelphia.net] has joined #ubuntu === BenUrban [n=benurban@68.49.10.243] has joined #ubuntu === lancer285 [n=lancer28@168-103-217-224.hlrn.qwest.net] has joined #ubuntu [09:38] jemt: no, its not on ubuntu [09:38] Sevas: Thanks, I believe there's an updated driver called madwifi-ng. I'll have to give that a shot =) [09:38] ugh, now i can't log into x === noddaba [n=abaddon@adsl-68-79-236-30.dsl.sfldmi.ameritech.net] has joined #ubuntu [09:38] Hey guys, anyone have suggestions on a good KVM. I'm gonna need one to switch from ubuntu to Mac === DJWillis [n=djwillis@82-32-72-123.cable.ubr02.bath.blueyonder.co.uk] has left #ubuntu ["Leaving"] [09:39] jemt: why do you need a antivirus in linux? will this machine host files for a windows network? [09:39] BenUrban, meh, using ubuntu eh ;) === jlhenry [n=jlhenry@Quebec-HSE-ppp242189.qc.sympatico.ca] has joined #ubuntu === ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has joined #ubuntu [09:39] kbrooks: heh, yeah [09:39] you? [09:39] duh. ;) [09:39] _jason, i am trying out to install mp3 , but this is the error i get [09:39] vilefridge, maswifi is for atheros, not orinoco [09:39] kbrooks: it may not be needed as protection for oneself, but to prevent distributing viruses ;) [09:39] jemt: VB .NET is the only reason Windows is still kicking around on my box too :) Like Seveas said, Clamav is slick! === worldmaster0 [n=roxer@pool-162-83-247-196.ny5030.east.verizon.net] has joined #ubuntu === mz2 [i=mz2@ZYYYMMDCCLXXIII.dsl.saunalahti.fi] has joined #ubuntu [09:39] vilefridge, ewwwww VB.... [09:39] currently sharing /boot and /home with gentoo [09:39] vilefridge, learn python :) [09:39] lancer285, My IOGEAR USB switch works well with OSX and linux and windows [09:40] djk: [09:40] I need help with a smartlink modem. is someone experienced with it? [09:40] dwarf ~ # equery files dev-java/blackdown-jdk | grep javaplugin.so [09:40] /usr/lib64/nsbrowser/plugins/javaplugin.so -> /opt/blackdown-jdk-1.4.2.02/jre/plugin/amd64/mozilla/libjavaplugin_oji.so [09:40] dwarf ~ # [09:40] lancer285, but my earlier IOGEAR didn't [09:40] Seveas: No way? I'm using madwifi for my orinoco...... right at this moment. [09:40] I'm quite sure that viruses exists for Linux [09:40] lancer285, so don't go for an older one. miniview III or later [09:40] Has anyone here ever tried converting /boot to RAID-1 ? [09:40] vilefridge, hmm [09:40] jemt, yes, there are a few [09:40] jemt: most people who switch to GNU/Linux is to avoid viri - non Windows OSes are usually imune to most viri, and Linux is immune to all dangerous ones. [09:40] _jason, http://paste.ubuntu-nl.org/5762 [09:40] .. And I can't afford data lose [09:40] jenda, there is one dangerous linux virus around === Shachaf [n=Shachaf@c66-235-25-227.sea2.cablespeed.com] has joined #ubuntu [09:40] jenda, although I've only come across it in docs, never in the flesh [09:40] The data on this machine is pretty important to me and several companies [09:40] sethk: And it's called MS Windows [09:41] unfortunately i can't paste my Xorg.0.log since i can't start x... [09:41] well i shuoldn't say that [09:41] i can start x [09:41] Seveas: hrmm indeed hahah. I'll look into it (and maybe python hah) later, have to run back to work! Thanks for the help [09:41] jenda, ok, two then. :) [09:41] but i can't log in [09:41] jemt: they say that there is one. I'm not aware of. And I use linux since 1993. [09:41] <_jason> thegladiator, enable the main repository. I think you didn't have those enabled when I checked before, check. [09:41] sethk: Mac OS? DOS? [09:41] yep [09:41] BenUrban, look at the _first_ error in the log file, and tell us what it is. === BenUrban greps for EE === Drago [n=nw@87.254.66.79] has left #ubuntu [] === Gambit- [n=god@196.204.249.168] has joined #ubuntu [09:41] hey chaps [09:41] jenda, there is one dangerous email virus that hits linux, although it is of course patched and fixed [09:42] g'bye chaps [09:42] Hey guys, need a little help using mdadm to setup a linear array of two drives (originally formatted ext3). I created the array just fine, but I'm not sure if I should run mke2fs on the raid device (/dev/md1) or on the individual devices? [09:42] jenda, so only old installations are vulnerable === Gambit- [n=god@196.204.249.168] has left #ubuntu [] [09:42] sethk: Of course - a single virus can never live long. [09:42] bah no gpm either === BenUrban instals gpm [09:42] anyone have any experience with pure-ftpd? [09:42] hawk`: mmm, long ago === Bachus9000 [n=Bachus90@pcp01053787pcs.muncie01.in.comcast.net] has joined #ubuntu === jenda is now known as jenda_extremely_ [09:43] jenda, hey, some windows viruses have been around for six, seven years now. :) === jenda_extremely_ is now known as jenda_very_busy [09:43] ah better === BenUrban mouses === andi_ [n=no@81.166.44.235] has joined #ubuntu [09:43] can i install windows virus with wine [09:43] sethk: True - but those are dangerous only until you stop using Winthing [09:43] (EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work [09:43] ah, nevermind, found it [09:43] Is clamav just a scanner? [09:43] hawk`: good [09:43] rambo3: j'sec - I'll get you a link [09:43] I would prefer a shield [09:43] rambo3: what should he do to your system? [09:44] that's the only line start starts with (EE) [09:44] aplay -l does not show my modem. it's a Smart Link Ltd.: Unknown device 2800 - which is stated as available through alsa. I don't know how to proceed, anyway. === Ishotweb [n=nemmons@71.224.3.51] has joined #ubuntu [09:44] jemt: you are looking for horns in a head's horse. [09:44] wtf === MenZa` [n=menza@0x50a1605a.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu [09:44] jemt, u can use chkrootkit [09:44] BenUrban, then install a correct fglrx module [09:45] (hint: if you upgrade your kernel you will need to recompile the module) === vince_ [n=vince@84.119.34.94] has joined #ubuntu === MaX [n=pedro@a213-22-121-1.cpe.netcabo.pt] has joined #ubuntu [09:45] hmm [09:45] boas === ShotWeb [n=nemmons@71.224.3.51] has joined #ubuntu === nemmons_ [n=nemmons@71.224.3.51] has joined #ubuntu [09:45] 0hi [09:45] jemt, sudo apt-get install chkrootkit [09:45] Seveas: i haven't changed kernels === IeiVji [i=ali@81.213.178.200] has joined #ubuntu === IeiVji [i=ali@81.213.178.200] has left #ubuntu [] [09:45] hey [09:45] Seveas: and besides, that's not my problem [09:45] if i want to add switches to an autostart program, where do i change this? [09:45] i can't log into x [09:45] hmm i should try starting x without gdm [09:45] does someone use a smartlink modem? or where can I look a channel for it? [09:45] how can i install my soundblaster creative live 5.1! ???? [09:45] rudiz: Is that a scanner or a shield? [09:46] rudiz: And is a 'rootkit' the same as a virus ? [09:46] scans for rootkits === xeZiufE [i=ali@81.213.178.200] has joined #ubuntu [09:46] oh wtf [09:46] sethk, okay thanks! [09:46] rudiz: Well, I need a shield [09:46] MaX: open your case and plug it in ;) [09:46] jemt: none. You are looking for something which does not exist. === xeZiufE [i=ali@81.213.178.200] has left #ubuntu [] === existance [n=existanc@cpe-68-201-255-172.houston.res.rr.com] has joined #ubuntu === Atlas [n=atlas@84.5.60.174] has joined #ubuntu [09:46] main:rgstereo=0Xlib: extension "GLX" missing on display ":0.0". [09:46] Xlib: extension "GLX" missing on display ":0.0". [09:46] Video mode set failed: Couldn't find matching GLX visual [09:46] Fatal signal: Segmentation Fault (SDL Parachute Deployed) [09:46] *** glibc detected *** corrupted double-linked list: 0xb7c4d938 *** [09:46] What's the problem? [09:46] it says X: user not authorized to run the X server, aborting. [09:46] Surak: A shield or the viruses i'm talking about ? [09:46] vanten, sorry i didn't understand [09:47] jemt: the viruses. [09:47] vince_, the problem is that you paste in here === tb77 [n=scratch@69-164-89-254.albyny.adelphia.net] has left #ubuntu ["Konversation] [09:47] BenUrban, how are you starting X? [09:47] sethk: this time i tried startx [09:47] BenUrban, with the default installation an ordinary user can start X. [09:47] jemt: if you want something that will mintor the integrity of everything in your system, you should probably look into something like tripwire [09:47] jemt: there are commercial anti-virus sollutions for linux. mcafee, freeav.com, etc. [09:47] s/mintor/monitor === nemmons_ [n=nemmons@71.224.3.51] has left #ubuntu ["Leaving"] [09:47] sethk: this is hardly default [09:47] BenUrban, that's odd. Is there an X server running already, that perhaps can't be killed because it was started by root? [09:47] sethk: i'm sharing /home with gentoo === gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu [09:47] The thing is that I have a shared FAT32 partition with all my data on - available in both Windows XP and Linux. And I'm afraid that I might get some Windows viruses via Ubuntu which will execute when I start windows === BenUrban checks [09:48] jemt: a rootkit basically sits between the kernel and user space, and intercepts most calls between them. So as far as your programs know, they are talking to the kernel - but they are actually talking to something malicious. Rootkits can be pretty hard to detect. [09:48] BenUrban, well, ok. do you have .gnome and/or .kde directories in home set up from gentoo? [09:48] Windows viruses via Ubuntu ? [09:48] sethk: yes, .gnome [09:48] and there is no X running [09:48] jemt, don't be afraid about that === Ethan [n=user@AMontsouris-152-1-23-183.w82-123.abo.wanadoo.fr] has joined #ubuntu [09:48] jemt: how will they come in through ubuntu? [09:48] neiras, actually that is a definition of rootkit that has been floating around since the Sony story, but that's not what a rootkit in UNIX has traditionally been [09:48] jemt, it's very unlikely [09:48] how can i install my soundblaster creative live 5.1! ???? [09:48] jemt: look at http://en.wikipedia.org/wiki/Rootkit [09:48] Surak, mailserver === Pluk [n=Pluk@12-68-dsl.ipact.nl] has joined #ubuntu [09:48] ALL, rambo3: Viri in Linux: http://os.newsforge.com/article.pl?sid=05/01/25/1430222&from=rss [09:48] sethk, sure, but I'm trying to be simple here [09:48] neiras, a unix root kit loads a series of programs with the same names as common utilities (ls, sh, etc.) but with different behavior. [09:48] Surak: Downloads perhaps ? [09:49] Very good read [09:49] neiras, ok === BenUrban wonders what 5.1 factorial is [09:49] jemt: let's assume you download a virus (through email) === albacker [n=eni@customer-side2-telecomalbania.atnet.com.al] has joined #ubuntu [09:49] Surak: Not that I'm downloading alot [09:49] !5.1! [09:49] Seveas: What? [09:49] BenUrban, it isn't. factorial's domain is integers [09:49] Surak: Might happen, yes === M_Cheevy [n=mrktngju@218-101-27-42.dsl.clear.net.nz] has joined #ubuntu [09:49] !5.1*2.2 [09:49] 11.22 [09:49] lol [09:49] jemt: the file will be saved in fat32 partition. === jax0m [n=admin@c-24-21-206-193.hsd1.or.comcast.net] has joined #ubuntu === bronson [n=bronson@pool-68-160-51-248.bos.east.verizon.net] has joined #ubuntu [09:49] sethk: i was being sarcastic btw [09:50] jemt: this file will not be executed at windows' startup. there will not be anythin in windows registry telling it that. [09:50] but factorial does work for some non-integers [09:50] BenUrban, I figured that :) [09:50] sethk, not always [09:50] how can i install my soundblaster creative live 5.1! ???? please [09:50] Surak: Well, sounds right. [09:50] sometimes a good rootkit doesn't even leave files on harddisk === omeg [n=michiel@h8441190238.dsl.speedlinq.nl] has joined #ubuntu [09:50] is it possible to listen to a shoutcast radiostation with xmms? [09:50] Surak: But I will still have a virus lying on my partition === quacker [n=w00t@S01060030ab077a70.cg.shawcable.net] has joined #ubuntu [09:51] MaX, err.. it saw mine and set it up during the install. [09:51] so, a updated windows antivirus will find it before it is run. [09:51] - But my Windows antivirus will detect that === erUSUL [n=erusul@212.59.223.148] has joined #ubuntu === AudioMove [n=cathal@83.167.251.0] has joined #ubuntu [09:51] wick3d, my xmms thinks it is :) [09:51] aris_, the definition of the term is arbitrary, obviously. I'm using the accepted definition in the UNIX system V world for quite a while. Not to say that trojans aren't nasty things. they just have nothing to do with rootkits. [09:51] jemt: a good windows (and linux) free antivirus is www.freeav.com === chombee [n=seanh@82-39-105-204.cable.ubr02.newy.blueyonder.co.uk] has joined #ubuntu [09:51] Surak: Ok, thanks [09:51] Actually that one i'm using for Windows :) === stuart_ [n=stuart@host81-129-69-226.range81-129.btcentralplus.com] has joined #ubuntu === BenUrban mentions that clamav has a linux version as well [09:52] sethk, nope, i'm saying a rootkit can for instance just be a kernel patch loaded at runtime [09:52] there's a free version for linux also. [09:52] that change the inner working of most syscalls [09:52] MaX, is the emu10k module loaded? [09:52] aris_, yes, I know what you are saying, and I'm disagreeing [09:52] morning ppls [09:52] does someone here use dosbox? [09:52] Seveas so how do i set that up? since when i click "tune in" i just get a box asking what prog to use and i cant find sh** on this comp now:P [09:52] Hi - I was wondering if it was possible to make the fonts look better in text mode - i.e. when X Windows is not running. Fonts look really nice in a GNOME terminal, but horrible in text mode linux [09:52] Btw - we were talking about e-mails. Is it possible to transfer the mail-folder fra Thunderbird on Windows to Thunderbird on Linux ? [09:52] djk_: me === rhoffa [n=rhoffa@ip70-162-83-183.ph.ph.cox.net] has joined #ubuntu [09:52] sometimes === modzero [n=modzero@pool-71-241-82-79.scr.east.verizon.net] has joined #ubuntu [09:52] - Or even make them share a mail-folder on the shared FAT32 partition ? [09:52] jemt, sure. the question is whether after you transfer it, will it still work? [09:52] the definition of a rootkit is "a kit that permits a hacker to get back to his shell without using the exploit he used to get in" [09:52] djk_: Occasionally [09:53] chombee: framebuffer I think [09:53] BenUrban: i've apt-got it but i can't locate the dosbox.conf file... [09:53] aris_, no, that's not what I have in any documentation. I checked before making my comment. === Thorondor [n=anstei@84-73-60-31.dclient.hispeed.ch] has joined #ubuntu [09:53] chombee: set vide mode in grub [09:53] thus, it doesn't say if this has to be kernelmode or usermode [09:53] well my ubuntu disks have just arrived, right after I finalised my debian install. I'm running on a sata raid and it looks like there is better support for it in ubuntu. Should I go ahead and make the swap? [09:53] chombee: google on that [09:53] silverton, don't know what that is [09:53] djk_: can't help you there, haven't used it in ubuntu yet [09:53] sethk, your documentation lies :) [09:53] chombee: set video mode in grub [09:53] is there an apt-get for any linux ftp program that works wiht the xbox [09:53] jemt, you want IMAP. Don't try to get imap on the cheap by sharing directories. === jian [n=GG@lotus.ece.ucsb.edu] has joined #ubuntu [09:53] BenUrban: ah okay. [09:53] MaX, in a terminal, run lsmod, and look for emu10k [09:53] the modified ls & such are the first generation of rootkits [09:53] jenda_very_busy: can you locate the dosbox.conf file? [09:54] easily detectable and noisy [09:54] djk_: I don't think so === GoRoDeK [n=gorodek@p5083FC3D.dip.t-dialin.net] has joined #ubuntu [09:54] djk_: I tried before [09:54] sethk: Well, the case is that I do have IMAP support - but most of my e-mails is located on my Windows installation (Thunderbird) - and I want to keep those too [09:54] Trying to install KDE on ubuntu. # sudo apt-get install kubuntu-desktop [09:54] . Error message E: Couldn't find package kubuntu-desktop appears. What have I done wrong? [09:54] ubuntu should have set it up automatically, there is something in alsamixer that you prolly have to enable, I always have when I have a SB in a nix box [09:54] and anyone know why i can connect to ubuntu server so fast but not efnet [09:54] is ubuntu profitable company ? [09:54] it doesn't matter anyway === AIV [n=unknown@70.243.24.226] has joined #ubuntu [09:54] jemt, email them back to yourself on the imap server [09:54] are* [09:54] Ok, how about this: How do I keep usb_storage from loading until the system loads the modules in /etc/modules? [09:54] jenda_very_busy: mmh, this is interesting.. the conf.file is pretty much the most important part.. [09:54] any good rootkit won't be detected by chkrootkit === ablyss_ [n=ablyss@68-190-35-8.dhcp.gwnt.ga.charter.com] has joined #ubuntu [09:54] sethk: Hmm. There is a couple of hundred e-mails. Would take quite some time [09:54] thegladiator: Ubuntu isn't a company - Canonical is, and I think it's profitable [09:55] jemt, you don't do it by hand, you script it. [09:55] thegladiator: But maybe it isn't. [09:55] i see , is the owner making something out of this ventuer ? [09:55] jenda_very_busy: do you use a graphical frontend to dosbox? [09:55] djk_: I know, but I have no clue... No I don't use a GUI [09:55] I need help in setting up a smartlink modem in ubuntu. it does not work as stated in docs. [09:55] silverton, don't have that [09:55] there is also http://www.rootkit.nl [09:55] djk_: if you can start dosbox, you can generate a config file... [09:55] sethk: Yea, might work:) [09:55] djk_: very besy - sorry [09:55] thegladiator: Who knows, financially - on the other hand, he's sure getting a lot of geek cred :) [09:55] *busy [09:55] evolution keeps crashing on startup, i get these error messages when launching from terminal: http://paste.ubuntu-nl.org/5763 - any ideas? [09:55] jenda_very_busy: meh, i can't type a : in dosbox, thus need a gui. [09:56] BenUrban: how? === Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has joined #ubuntu [09:56] MaX, then type sudo modprobe emu10k [09:56] or, wait [09:56] type sudo alsaconf [09:56] djk_: i forget exactly, but you can type help [09:56] :D [09:56] credits , bah :D [09:56] clear [09:56] LoppApan - I have to rebuild the kernel? [09:56] Thorondor, you lost or failed to install some shared libraries. [09:56] endowments tend to survive by investing the unspend money.. hopefully the earn more in interest then they spend === korhalf [n=chris@d150-171-64.home.cgocable.net] has joined #ubuntu [09:56] FATAL: Module emu10k not found. [09:56] Thorondor, what did you do to trigger this? [09:57] MaX, try sudo alsaconf [09:57] chombee: don't know how the standard kernel is built. make menuconfig and chek it out or just try with videp settings and grub and find out [09:57] sethk: i don't know what exactly caused it, but i see that libgail-gnome-module is not installed [09:57] sudo: alsaconf: command not found === GodFather [n=rcc@adsl-68-250-145-129.dsl.sfldmi.ameritech.net] has joined #ubuntu [09:57] lol [09:57] djk_: missing sun java plugin is not a problem, konqueror doesnt uses java directly, without plugin === sley [n=sleyer_@CPE00119519e2fb-CM0012c90d04fc.cpe.net.cable.rogers.com] has joined #ubuntu [09:57] Thorondor, right. Did you upgrade evolution, or change its configuration? === Surak [n=ubuntu@20132134153.user.veloxzone.com.br] has left #ubuntu [] [09:58] djk: mainly because sun isn't going to make java completely open source [09:58] MaX, what version of ubuntu are you running? [09:58] sethk: i don't remember having done that, recently [09:58] 5..10 [09:58] rm is not part of w32 codecs package ? [09:58] M_Cheevy: huh? [09:58] I get the error message "E: Couldn't find package kubuntu-desktop" when I type in "# sudo apt-get install kubuntu-desktop". Am I doing something wrong? [09:58] MaX, install alsa-utils and alsa-base === Watje [n=watje@82-171-201-50.dsl.ip.tiscali.nl] has joined #ubuntu [09:58] djk_: only flash will be a problem... but i guess it must be possible to install a 32 bit static firefox... [09:58] djk: java is from sun. it's not included in the release because of licensing issues [09:59] Thorondor, Did you upgrade something that might have replaced libraries with newer versions? [09:59] M_Cheevy: okay? and...why are you telling me this? [09:59] Thorondor, there has to be something of that sort going on. [09:59] djk: because only now I see your question hinges around 64bit rather than merely the "why" of installing java [10:00] M_Cheevy: i never asked a question regarding java.. [10:00] in Synaptic already installed [10:00] maybe i did wrong the command [10:00] how it is? === cvt [n=cvt@pcp08899240pcs.hcksrd01.tn.comcast.net] has joined #ubuntu [10:00] anyone know about flash on amd64? [10:00] sethk: i installed GConf yesterday, could it have to do somethin with it? [10:00] djk_: saw " djk_: missing sun java plugin" [10:00] my *.rm files are nto being read after i installed w32codecs_20050412-0.0_i386.deb [10:00] any idea ? [10:01] wick3d, xmms http://url_to_playlist [10:01] it says real media 8 and 9 in the article as well [10:01] thegladiator: i don't think win32codecs has rm spport [10:01] i could be wrong though [10:01] M_Cheevy: vanten was the one asking about java on 64bit, i said that there is no plugin and no webstart for 64bit.. === aureo [n=aureo@201009205101.user.veloxzone.com.br] has joined #ubuntu [10:01] anyone know any ftp linux programs that connect to an xbox [10:01] BenUrban, it has [10:01] The Codecs" support playing MPEG-1, -2 & -4, DivX, Quicktime, Real Media 8 & 9, Windows Media Video 9 and many other formats. [10:01] djk: maybe I should just wait until my first cup of coffee kicks in.... [10:01] rhoffa: gftp? [10:01] <_jason> thegladiator, do .wmv play? === vniki [n=vniki@81-203-246-41.user.ono.com] has joined #ubuntu === aris_ [n=aris@165-12.247.81.adsl.skynet.be] has left #ubuntu ["Leaving"] [10:01] lemme check [10:01] is it built in? === navarone [n=me_again@ip-21.49.99.216.dsl-cust.ca.inter.net] has joined #ubuntu [10:01] Thorondor, yes, it could. [10:01] I HAVE A QUESTION [10:01] I HAVE A QUESTION [10:02] I HAVE A QUESTION [10:02] I get the error message "E: Couldn't find package kubuntu-desktop" when I type in "# sudo apt-get install kubuntu-desktop". Am I doing something wrong? [10:02] <_jason> kbrooks, ... === mode/#ubuntu [+b %kbrooks!*@*] by Seveas [10:02] Thorondor, it's a bug in the package if it does, of course, but it certainly could. [10:02] silverton, say the command again please [10:02] kbrooks: please don't do that... [10:02] M_Cheevy: good idea hehe ;) i know java like i know a bad bowel movement.. and i stay away from both :p [10:02] kbrooks, we are all happy to hear that. === kbrooks [n=kbrooks@unaffiliated/kbrooks] has left #Ubuntu [requested] [10:02] lmao [10:02] stuart repos are probably down === kbrooks [n=kbrooks@unaffiliated/kbrooks] has joined #ubuntu [10:02] loppapan - is it built in with ubuntu [10:02] kbrooks, don't flood, idiot [10:02] Seveas: LOL! [10:02] haha@ kbrooks [10:02] rhoffa: u can install it === Kyral [n=kyral@hamlin-166-23012.hamlin.clarkson.edu] has joined #ubuntu [10:02] korhalf: Please keep the code of conduct in mind when chatting here. You can find it at http://www.ubuntulinux.org/community/conduct [10:02] djk_: (brain flush at that image) [10:02] kbrooks: do you still have a question :p [10:02] navarone many thanks, sorry. === lukus001 [n=lukus001@82-32-107-175.cable.ubr02.hawk.blueyonder.co.uk] has joined #ubuntu === Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has joined #ubuntu [10:03] np stu [10:03] damnit === mumbles-ccna is now known as mumbles [10:03] Could changing the type of a partition mess up being able to boot from it? [10:03] _jason, *.wmv can be played , yes [10:03] thegladiator, not true [10:03] shawarma, absolutely === trout [n=dTrout@d58-105-2-123.dsl.vic.optusnet.com.au] has joined #ubuntu [10:03] sethk: after installing the libgail-gnome-module package, the first error message went away, but it still crashes. [10:03] do i need to set up anything special to connect to other servers other than ubuntu [10:03] how do you replace the list of people on the right hand side of xchat? I dropped my keyboard and it disappeared [10:03] thegladiator, some ofthe new wmvs give processinput errors and give a green garbled screen [10:03] <_jason> thegladiator, what player are you using [10:03] korhalf, which is not true ? [10:03] sethk: Are you sure? The contents is unaltered. [10:03] totem [10:03] Mabus06, in the preferences [10:03] i see === MickMcMack is now known as MickMcFalse [10:03] this could be old wmv === MickMcFalse is now known as MickMcMack [10:03] Mabus06: what disappeared? the keyboard, or the list? [10:04] i am going to install aplyer [10:04] <_jason> thegladiator, totem-gstreamer or totem-xine? [10:04] cause i cant connect to efnet [10:04] the list, lol [10:04] which one should i go for ? [10:04] MaX, sudo alsaconf [10:04] BenUrban, :) [10:04] sley: i would like to know too, i guess installing a 32 bit static firefox is the only solution [10:04] :) [10:04] default on breezy badger [10:04] gstreamer [10:04] not xine [10:04] <_jason> thegladiator, try totem-xine if you like totem. I like mplayer too. [10:04] Mabus user list maybe hidden...try pull out user list from the right hand side...happened to me once [10:04] hello, noob here. Have a couple of quick questions I can't find the answer to on the net. [10:04] i'd like xine though [10:04] hey guys got a bit of a problem, when i logged in i had a couple of popups say "XYZ" failed to load, this has happened before but this time i accidentally pressed ignore/dont reload instead of "reload" so now i have now window manger shoort cuts at the bottom panel - how can i reload them restarting does nout === fre4k [n=fre4k@202-63-164-173.exatt.net] has joined #ubuntu [10:04] _jason, from synaptic ? [10:04] trout: we're all ears.. ask away [10:04] silverton, the same :\ [10:04] trout, welcome, ask away :) === Firetech [n=Jocke@h53n1fls301o1100.telia.com] has joined #ubuntu [10:04] thegladiator: install xine...it is better than totem anyway === slicslak [n=slick@wbs-196-2-115-67.wbs.co.za] has joined #ubuntu [10:05] MaX, then I haven't a clue dude [10:05] lukus001, try a modprobe [10:05] lukus001, right click on the panel, select add to panel, select window list [10:05] thanks anyway [10:05] I have installed a couple of apps, like AntiVIR, but for the life of me I can't find them to check setting etc,,, [10:05] <_jason> thegladiator, yeah, the package is 'totem-xine'. It will replace totem-gstreamer. I'll have ubotu send you a link for mplayer if you want to try that as well [10:05] MaX, try google dude [10:05] <_jason> ubotu, tell thegladiator about mplayer [10:05] yep [10:05] vanten: do you know where to get that? The firefox I downloaded had missing 32bit dependencies [10:05] trout: ahhh the joy of "where the hell did it go???" [10:06] can someone point me to a link/tell me how to downgrade my gcc from 4 to 3.4.5 [10:06] seveas, thanks - worked [10:06] trout: dpkg --filelist is your friend (or is it --listfiles?) [10:06] fre4k, sudo apt-get install gcc-3.4 [10:06] sethk, thank you aswell [10:06] BenUrban, -L === Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has joined #ubuntu [10:06] heh [10:06] sley: dunno, i'll convert this box to ubuntu in a minute. i'll tell you if a find out. [10:06] Seveas, will it automatically remove the newer version and then load the older one ? [10:07] fre4k, no, but you should use gcc4 on Ubuntuu anyway === mRaapvsrd [n=iardtwka@81.213.99.122] has joined #ubuntu [10:07] is that to be typed in terminal? sorry when I said noob, I meant really noob. only with linux for a week! === lovebug356 [n=lovebug3@lugwv/member/lovebug356] has joined #ubuntu === mRaapvsrd [n=iardtwka@81.213.99.122] has left #ubuntu [] === dr_willis [n=willis@12-222-81-183.client.insightBB.com] has joined #ubuntu === testmachine [n=assink@ip237-239-58-62.adsl.versatel.nl] has joined #ubuntu === mRaapvsrd [n=iardtwka@81.213.99.122] has joined #ubuntu [10:07] trout: yeap, that's a good place to do it... === mRaapvsrd [n=iardtwka@81.213.99.122] has left #ubuntu [] [10:07] Seveas, i'm getting an error msg from vmware that the kernel was built with 3.5 wheras i'm having 4.0 installed [10:07] i must go. Seveas, you were onto something and I thank you all for your assistance. Hopefulyl I can figure out a solution soon. === BooZee [n=bbking@bzq-82-80-166-125.red.bezeqint.net] has joined #ubuntu [10:07] trout: yes [10:07] fre4k, ah, kernel modules === ubuntu_ [n=ubuntu@i577A2F8F.versanet.de] has joined #ubuntu [10:08] fre4k, do this before compilng vmware: [10:08] trout: dpkg -L [10:08] export CC=gcc-3.4 === wuming [n=ming@host66146157c0.dsl.res.tor.fcibroadband.com] has joined #ubuntu === Jared [n=jared@209.168.159.192] has joined #ubuntu [10:08] Seveas, sudo export or only export ? [10:08] only export === BenUrban wonders how many points he could get for kwyjibo [10:09] Seveas, okay ... [10:09] ....i can't figure out how to get java to install......ugh === eeuimN [n=iardtwka@81.213.99.122] has joined #ubuntu [10:09] Seveas, I don't have a preferences menu any more I don't think === linuxoid [n=linuxoid@roko.stud.uni-goettingen.de] has joined #ubuntu === H_ [n=pierre@84.5.43.219] has joined #ubuntu [10:09] and i tried the ubuntu wiki === demiurg [n=demiurg@212.118.59.2] has joined #ubuntu [10:09] how do I install (and uninstall) rpm packages? [10:09] is there a collection of ubuntu backport? === eeuimN [n=iardtwka@81.213.99.122] has left #ubuntu [] [10:10] ubotu: tell BooZee about alien [10:10] Seveas, its did not work :( [10:10] BenUrban do you know how to get java to install.......i can't get it to...i tried the instructions on ubuntu wiki === bullitt_ [n=bullitt@ppp-70-251-185-2.dsl.austtx.swbell.net] has joined #ubuntu [10:10] BooZee, u could try using alien [10:11] Jared: never tried to install java in ubuntu [10:11] sudo apt-get install sun-j2re1.5 [10:11] sudo ln -sf /usr/lib/j2re1.5-sun/bin/java /usr/bin/java [10:11] silverton, sorry again and try to help me here...i installed gcc to compile C and Assembley but when i compile it says /usr/bin/ld: crt1.o: No such file: Arquive ou diretory not found [10:11] ... know something === Ethan [n=user@AMontsouris-152-1-23-183.w82-123.abo.wanadoo.fr] has left #ubuntu [] [10:11] fre4k, how are you compiling? [10:11] wuming, the package should create that link [10:11] MaX, my knowledge on compiling source, is nil sorry, lol [10:11] MaX, that should be installed, although that path is not the usual one. === mumbles [n=admin@cpc2-bror1-6-0-cust74.bmly.cable.ntl.com] has joined #ubuntu [10:11] wuming, otherwise you should use update-alternatives, NOT ln [10:11] hmm [10:11] silverton, lol === apueooakk [n=iardtwka@81.213.99.122] has joined #ubuntu [10:11] Jared, following the wiki steps you will have java running ok, sure [10:12] sethk, and how can i put this working?? [10:12] Seveas, not doing it directly ...there is a pl script ... all i'm doing is this ....sudo perl /usr/bin/vmware-config.pl === apueooakk [n=iardtwka@81.213.99.122] has left #ubuntu [] [10:12] really need [10:12] fre4k, ah tight [10:12] fre4k, do it this way: [10:12] sudo -i === apueooakk [n=iardtwka@81.213.99.122] has joined #ubuntu === apueooakk [n=iardtwka@81.213.99.122] has left #ubuntu [] [10:12] MaX, do you have more than one version of gcc installed? [10:12] CC=gcc-3.4 /usr/bin/vmware-config.pl [10:12] Seveas, oh.. k === pozdiy_ [n=pozdiy@138.26.54.178] has joined #ubuntu [10:12] when i try to start evolution it crashes. by starting it via terminal, i get ``(evolution:14436): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion `GDK_IS_GC (gc)' failed'' - what could cause this error? === diesel [n=diesel@208-186-183-212.customer.csolutions.net] has joined #ubuntu [10:13] http://users.lichtsnel.nl/~seveas/pool/java/sun-j2re1.5_1.5.0+update06_i386.deb [10:13] damn === davide [n=davide@host203-170.pool872.interbusiness.it] has joined #ubuntu === trappist watches Seveas's pipe crumble === demiurg [n=demiurg@212.118.59.2] has joined #ubuntu [10:13] Thorondor: gdk_gc_set_foreground was expecting a graphics context object but got something else [10:13] hmm yes... gcc-3.3 base and gcc-4.0 [10:13] :) === hyphenated [n=cgilmour@nzns1.eservglobal.co.nz] has joined #ubuntu === dirkson [n=dirkson@209.sub-70-218-26.myvzw.com] has joined #ubuntu [10:14] sethk, need to uninstall 3.3? [10:14] Say, if I wanted to put a slight pause in a shell script, what command would I use? [10:14] dirkson: sleep [10:14] MaX, no, that shouldn't be necessary === gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu === BenUrban suggests sleep .5 for a slight pause [10:14] BenUrban: ok, this doesn't say much to me. any hints what i could try? [10:15] BenUrban: ok, thanks : ) [10:15] or .1 for an even slighter pause [10:15] MaX, do locate crt1.o [10:15] hmm ok [10:15] BenUrban: Does it need a & behind it? [10:15] Thorondor: heh, never ask a programmer *why* some error message occurs :P [10:15] Anyone know what happened to the Evolution option to 'reply inline' instead of Quoted??? [10:15] Seveas, i did this ... CC=gcc-3.4 perl /usr/bin/vmware-config.pl ...it still found out that gcc is 4.0 === ktogias [n=ktogias@83.235.98.192] has joined #ubuntu [10:15] dirkson: that would defeat the purpose [10:15] fre4k, hmmmmm [10:15] warning: locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old [10:15] Seveas, sorry about all the trouble ..i'm a noob at this [10:15] BenUrban: Ah, right, so it would : ) [10:15] fre4k, export CC=gcc-3.4 [10:15] perl /usr/bin/..etc === MikeG [n=gehlm@adsl-68-254-165-200.dsl.milwwi.ameritech.net] has joined #ubuntu [10:16] okay [10:16] ok, so now I found it, how do I get to one of my menus? I tried rightckick on applications and I can see it. I check the little box, but it doesn't come up. DO i need to do this as admin? how? [10:16] sethk, warning: locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old ? [10:16] Seveas, it still recognises the 4.0 ver === bla|patrick [n=patrick@dyndsl-080-228-221-068.ewe-ip-backbone.de] has joined #ubuntu [10:16] right click on applications? [10:16] MaX, to be safe, we should fix that. do: sudo updatedb [10:16] hi [10:16] MaX, that will take a few minutes to run === rhoffa [n=rhoffa@ip70-162-83-183.ph.ph.cox.net] has joined #ubuntu [10:17] fre4k, that is really weird, are you using the latest vmware? [10:17] let me chk [10:17] previous versions had a bug that caused this [10:17] what do i need to open .rars? [10:17] could someone give a repo that has the nonfree macromedia flash plugin? [10:17] rhoffa: unrar [10:17] it is saying unknown format or something [10:17] rhoffa, unrar-nonfree from multiverse [10:17] a yo its 3030 [10:17] trout when I do it a gui comes up [10:17] Seveas, i'm having VMware-workstation-4.5.2-8848 === Decadent [n=variemai@ppp21-adsl-230.ath.forthnet.gr] has joined #ubuntu [10:17] rhoffa, deltron 3030 [10:17] rhoffa: word [10:17] all i found until now are links rferring to that gpl project or debian packages :( [10:17] sethk, done === deltron 3030 [10:17] but i'd like to have breezy stuff [10:17] did already the locate and nothing [10:17] Mastermind === ColonelKernel [i=ponnet@12-218-155-108.client.mchsi.com] has joined #ubuntu [10:18] fre4k, I know nothing about vmware so couldn't tell whether that's the latest one [10:18] who fuses the music === orbx [n=orbx@cpc5-hem12-6-0-cust34.lutn.cable.ntl.com] has joined #ubuntu [10:18] wit no illusions [10:18] lol [10:18] yes the GUI to edit menus comes up ok, but no changes I make show up? [10:18] producin tha blueprints [10:18] Seveas, oh... oky i'll with the site === korhalf [n=chris@d150-171-64.home.cgocable.net] has left #Ubuntu [requested] [10:18] rhoffa: unrar-free is the name of the package [10:18] Seveas, thanks for all ur help === korhalf [n=chris@d150-171-64.home.cgocable.net] has joined #ubuntu [10:18] thanks. [10:18] haha del d scuba diver wetsuit [10:18] some fonts have dissapeared in firefox, even when I highlight them [10:18] rhoffa, thats from both sides of the mind i think [10:18] im listening to phoney phranchise right now [10:18] i have ubuntu and windows 2003 installed, but the grub boot loader doesn't detect win 2003. Does anyone know if its possible to add it to the grub? [10:18] Seveas, is there anything that i have to undo ... [10:18] brain [10:18] fre4k, 4.5 didnt like kernel 2.6.12 here . but 5.0 works ok here with CC-/usr/bin/gcc-3.4 , export CC , vmware-config.pl [10:18] yup [10:18] what changes have you made trout? [10:18] rhoffa, same thing [10:18] fre4k, no [10:18] that's not 3030 [10:18] yea, 3030 is better :) [10:18] yea it is [10:19] 3030 > * [10:19] it is the same dude [10:19] completely different project [10:19] yea but future development is like 3030 [10:19] and thats straight del [10:19] ya === napsy1 [n=luka@BSN-77-126-125.dsl.siol.net] has joined #ubuntu [10:19] haha good to see some del love [10:19] okay deltron is not del, deltron is del, kid koala, and automator [10:19] ever listen to heiroglyphics? [10:19] people get it twisted [10:19] ya [10:19] i have ubuntu and windows 2003 installed, but the grub boot loader doesn't detect win 2003. Does anyone know if its possible to add it to the grub? [10:19] dan the automator is freaking amazing [10:20] deltron, korhalf -> #ubutnu-offtopic [10:20] under accessories, I have Aegis anti virus installed. It's icon is there but unchecked. SO I check it, but next time I go to application menu it is still not there. I have restarted and re logged on, but no diff. [10:20] Dr. Octagon is a good example, [10:20] Seveas, k [10:20] yessir [10:20] yea i got that cd [10:20] dr octangonacolygyst [10:20] deltron, rhoffa join offtopic lol [10:20] if everyone knew what was good for them theyd stop listening to all this bullshit on tv [10:20] haha [10:20] alright === mode/#ubuntu [+b %rhoffa!*@*] by Seveas === navi [n=navi@dslb-084-056-144-043.pools.arcor-ip.net] has joined #ubuntu === Jettis [n=h0h0@a80-186-63-56.elisa-laajakaista.fi] has joined #ubuntu [10:21] anybody know if the current rhythmbox in breezy (or backports) has the daap sharing enabled? [10:21] it has not [10:21] daap is far too experimental [10:21] thought so, thanks === FenX [n=gabumon@ip-30.net-81-220-36.lyon.rev.numericable.fr] has joined #ubuntu === leandro [n=leandro@200.68.215.120] has joined #ubuntu [10:21] bonjour [10:22] do you know if it will be in dapper? === leandro [n=leandro@200.68.215.120] has left #ubuntu ["Abandonando"] [10:22] bonjour FenX [10:22] some fonts have dissapeared in firefox, even when I highlight them, cannot see what is typed === navi [n=navi@dslb-084-056-144-043.pools.arcor-ip.net] has joined #ubuntu [10:22] dapper is not fun lol === FenX [n=gabumon@ip-30.net-81-220-36.lyon.rev.numericable.fr] has left #ubuntu ["Quitte"] [10:22] crontab question: running crontab with the following... 0 * * * * /usr/bin/sometask ... and I can't get it to execute. Any ideas? [10:22] what's the best way to view a mysql database (graphicly, like phpMyAdmin) and run some action on some tables, from linux ? (assuming, ofcourse, that I don't have a phpMyAdmin access to it) [10:23] bullitt_, gettign some font issues here as well.. in firefos they show up messed up.. i select th text then they get drawn right... just started happening today.. oddd... [10:23] can anyone help me with my ipw2200 and wpa? i tried everything i could find now, but still i dont get an ip from our router [10:23] BooZee: why can't you access it with phpMyAdmin? [10:23] MikeG, check your mail, cron sends you an e-mail with errors [10:23] BenUrban: cuz it's not installed on the server === Stork [n=alex@81-86-115-45.dsl.pipex.com] has joined #ubuntu [10:24] BooZee, then install it :) [10:24] i don't think it has to be [10:24] how can i unzip a .rar file ? [10:24] can't it be used from a client? [10:24] Stork: unrar [10:24] it's a simple tarball with php scripts [10:24] I can't install things on the server === _eins is now known as _null [10:24] it's not my server [10:24] it's a shered hosting server [10:24] BooZee, can you upload files to it? [10:24] BooZee: then install it on a computer that is yours [10:24] fodo i need to give my key in a hex-dump or in plaintext to /etc/wpa_supplicant.conf [10:24] ok... where can i ask for repos? [10:24] BooZee, pma does not need to be 'installed' it's just a bunch of php scripts [10:25] !repos [10:25] rumour has it, repos is http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) see also !easysource [10:25] Seveas, sendmail is not installed === orbx [n=orbx@cpc5-hem12-6-0-cust34.lutn.cable.ntl.com] has joined #ubuntu [10:25] MikeG, ah, ok :) [10:25] when you reboot, what keys do you press to get grub options? === beezly_ [n=beezly@83.148.168.219] has joined #ubuntu [10:25] BenUrban: what do you mean? === _nano_ [n=bdutta@ip70-162-104-171.ph.ph.cox.net] has left #ubuntu [] [10:25] orbx, [ESC] [10:25] Seveas: there is no reference to that real flashplayer from marcromedia [10:25] !flash [10:25] hmm... restricted is https://wiki.ubuntu.com/RestrictedFormats Most of the formats listed here have been replaced by !FreeFormats [10:25] BooZee: can't it connect to a nonlocal mysql database? [10:26] Seveas, I'll install and remove later. thanks for the tip. [10:26] bla|patrick, apt-get install flashplayer-mozilla [10:26] where can I get an updated list (not older than 2004) of the supported wifi cards? [10:26] it's in multiverse [10:26] that wiki only has an entry that refers to that crappy gpl project === cowbud [i=protein@pool-71-97-246-120.ptldor.dsl-w.verizon.net] has joined #ubuntu [10:26] BenUrban: I don't know... === Stork [n=alex@81-86-115-45.dsl.pipex.com] has left #ubuntu ["Leaving"] [10:26] Seveas: is that the "real" one? [10:26] BooZee: try it and see [10:26] bla|patrick, yes === thehil [n=h@pc79545.d.cwu.edu] has joined #ubuntu [10:27] weired... i have already added universe and backports [10:27] but that one doesnt appear in my list === olipaul [n=phendric@host86-133-152-205.range86-133.btcentralplus.com] has joined #ubuntu === HymnToLife [n=_mfb@dyn-213-36-156-201.ppp.tiscali.fr] has joined #ubuntu [10:27] bla|patrick: multiverse != universe [10:27] BenUrban: where do I config the ip to connect to? === mcf501 [n=matt@144.32.156.98] has joined #ubuntu [10:27] bla|patrick, *multi*verse [10:27] BooZee: i don't remember [10:28] let me check... one moment plz === Vincent [n=vincent@AGrenoble-152-1-29-31.w82-122.abo.wanadoo.fr] has joined #ubuntu [10:28] ya multiverse nonfree are added aswell [10:28] i have a dynamic ip address with my isp, but is there a way i can publish my ip to my website every X minutes? [10:28] so i tried sudo startx... [10:28] so i know where to ssh to from work, etc? [10:28] hey, im trying to setup php and apache2, i got this error: Warning: Unknown: Failed opening '/var/www/info.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0 [10:29] does anyone know where the config file is? [10:29] and it didn't start again... === WildPenguin [n=chris@250.160.233.220.exetel.com.au] has joined #ubuntu [10:29] still no relevant error messages [10:29] Does anyone know how to release buy sound? /dev/dsp? [10:29] *busy === andril [n=andril@c-67-191-7-237.hsd1.fl.comcast.net] has joined #ubuntu [10:29] Mitja, kill any programs using the sound socket? [10:29] naunder accessories, I have Aegis anti virus installed. It's icon is there but unchecked. SO I check it, but next time I go to application hi there, in MenuEdit, despite checking the box next to an app, it does not appear on the menu. ANy ideas? [10:29] Mitja, actually, my alsa script allows multiple sounds to be played. [10:30] hello all === vanten [n=vanne@d54C1EFC0.access.telenet.be] has left #ubuntu ["dada"] [10:30] korhalf: how does one set that up? [10:30] does anyone know why Samba is still asking for a password? [10:30] Sorry.. in Menu edit, despite checking the box next to an app, it does not appear on the menu. ANy ideas? [10:30] BenUrban, well i can paste my alsa.conf [10:30] is there anyway to fix this? === BenUrban can't get into x atm [10:30] trout...look in System tools section of menu editor and see if it is there...I found it there [10:31] hmm but i can use links [10:31] korhalf: go ahead [10:31] BenUrban: are you saying, I can put phpMyAdmin on my computer, run apache, and connect to a remote mysql server? === surfdue [n=tyler@unaffiliated/surfdue] has joined #ubuntu [10:31] hello [10:31] korhalf: I don't know them all, killed the ones I know, but still doesn't work. [10:31] BooZee: oh that's right it requires apache.... === avel [n=avel@ppp65-adsl-179.ath.forthnet.gr] has joined #ubuntu [10:31] for some reason, i cannot get fglrxinfo to show ati, it shows some mesa3d [10:32] how can i fix this, ive tryed everything on the setup ati page [10:32] then i suggest you try putting it somewhere on the server [10:32] Mitja, restart alsa.. [10:32] Crontab error from sendmail is... cannot connect to X server [10:32] ... [10:32] evil evil evil [10:32] korhalf: is that alsactl? === Rockj [n=rockj@spine.tihlde.org] has joined #ubuntu [10:32] sendmail shouldn't try to connect to X === bruno [n=bruno@ALille-251-1-64-92.w82-127.abo.wanadoo.fr] has joined #ubuntu [10:33] mine is showing up under applications, but it wont actually make it onto the menu.. ? === diek [n=personal@202.127.102.148] has joined #ubuntu === Red-Sox [n=Jonathan@hrrsnbrg-bluewave1-69-161-2-117.chvlva.adelphia.net] has joined #ubuntu === whitynz [n=whity@60-234-132-74.bitstream.orcon.net.nz] has joined #ubuntu [10:33] is ubuntu wine friendly? [10:33] how does ubunut run on G3 macs? [10:33] preey [10:33] darksun: yes. === bruno [n=bruno@ALille-251-1-64-92.w82-127.abo.wanadoo.fr] has left #ubuntu ["Kopete] [10:33] BenUrban, its a cron job that is generating the error. [10:33] ohhh [10:33] pretty [10:33] trout see if it is also under system tool in menu editor thingy...thingy being the technical term [10:33] dooglus, know if theres an apt-install for it? [10:33] MikeG: what cron job? [10:33] anyone know? [10:34] !tell darksun about wine [10:34] case "$1,$2" in [10:34] suspend,*) /etc/init.d/alsa suspend ;; [10:34] resume,suspend) /etc/init.d/alsa resume ;; [10:34] esac [10:34] darksun: there is. package 'wine' in the universe repo. [10:34] BenUrban its a small python/QT script I wrote. brings up a notification window every 3 hours via cron [10:34] anyone who could help me regarding graphicscard on my laptop with Mobility Radeon 9700? Also, when I try running glxgears, it seems to work smooth the first 3 seconds then it troubles bleh. Also, I find it odd that glxgears doesnt print out fps as glxgears used todo in Debian Sarge. === BeTa [n=beta@e-glop.net] has joined #ubuntu [10:35] MikeG: ah, that's why it tries to connect to x [10:35] !tell korhalf about paste [10:35] rockj glxgears -printfps [10:35] whats a good alternative to gaim [10:35] MikeG: the only way i know of to allow scripts outside x to connect to x is using xhost + === Vincent [n=vincent@AGrenoble-152-1-29-31.w82-122.abo.wanadoo.fr] has joined #ubuntu [10:35] but that's a security risk [10:35] nope not there... I just tried running smeg as gksudo too and no luck there... [10:35] btw xhost - puts it back to normal === gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu [10:36] Red-Sox, thank you..i didnt think it was big enough for that though === stef65 [n=stef@dslc-213-023-131-106.pools.arcor-ip.net] has joined #ubuntu [10:36] BenUrban: xhost +localhost is a little less insane [10:36] BenUrban, Ok. I'll research a bit. Thanks. === unreal_ [n=NewComer@81.196.70.146] has joined #ubuntu [10:36] navarone: unknown parameter. [10:36] hi all [10:36] navarone: my mistake. [10:36] rockj you got me then === cmatheson [n=cmatheso@204.110.225.254] has joined #ubuntu === flodine [n=flodine@c-24-4-174-71.hsd1.ca.comcast.net] has joined #ubuntu [10:36] korhalf: sure [10:36] ok === mode/#ubuntu [-b %kbrooks!*@*] by Seveas [10:36] how does ubuntu run on iMac G3s? === Vincent [n=vincent@AGrenoble-152-1-29-31.w82-122.abo.wanadoo.fr] has joined #ubuntu [10:37] !wine [10:37] still got bad fps :( I'm using the fglrx driver. === BenUrban wonders when kbrooks was banned [10:37] MikeG: I had a similar problem. My solution was to dump the values of "DISPLAY", "XAUTHORITY" and "SESSION_MANAGER" into a file each time GNOME starts up. Then the script which needs to pop-up a window can use those 3 values. It works like a charm. [10:37] Rockj, what vidcard? [10:37] Red-Sox: I guess it won't run, it'll walk.... [10:37] how do i know if a module is loaded? [10:37] hmmm... weired [10:37] nvm [10:37] lsmod [10:37] oops [10:37] does tv.com load the stylesheet in ur linux? [10:37] here it produces timeouts or loads incomplete :( [10:37] navarone: mobility radeon 9700 [10:38] BenUrban, it wasnt a ban [10:38] could someone confirm this? [10:38] it was a +q. [10:38] -b is unban... [10:38] a +q is a ban. [10:38] oh [10:38] tv.com completely timeout [10:38] yeah, +q is now +b [10:38] kk [10:38] BenUrban, +q foo == +b %foo [10:38] ? [10:38] rockj probablt need the ati faq to sort you out [10:38] Rockj, use EasyUbuntu to get the ati drivers [10:38] BenUrban, the % indicates a mute (+q) instead of a ban [10:38] whats a good alternative to gaim [10:39] Rockj, don't follow any faws, they're confusing and stupid, just use EasyUbuntu its the best. [10:39] navarone: navarone: used the fglrx instructions that is on this web: http://glasnost.beeznest.org/articles/194 [10:39] Comrade_Vladimir, bitlbee+ irssi [10:39] ahh [10:39] no good... no joy. Thanks for all your help. will check in later... Cheers. [10:39] faqs* === lovebug356 [n=lovebug3@lugwv/member/lovebug356] has left #ubuntu [] [10:39] EasyUbuntu? [10:39] yes. [10:39] !ati [10:39] rumour has it, ati is at https://wiki.ubuntu.com/BinaryDriverHowto/ATI or http://www.ubuntuforums.org/showthread.php?t=24557&page=1&pp=10 [10:39] korhalf, easyubuntu is crap [10:39] it wrecks a lot of machines [10:39] my machine is perfect. [10:39] all i did was install the ATI drivers [10:39] it does that the wrong way === NetGrunt [n=NetGrunt@85-50-15-58.bcn1.adsl.uni2.es] has joined #ubuntu [10:39] i followed those links [10:40] VERY wrong even [10:40] Seveas all one thing [10:40] and guess what i got, X Hanging [10:40] thats what i got, and then i used the installer, whatever it did, it works [10:40] korhalf, . [10:40] eww === dr_willis [n=willis@12-222-81-183.client.insightBB.com] has left #ubuntu ["Leaving"] === sphynx [n=sphynx@66-192-47-23.gen.twtelecom.net] has joined #ubuntu === XiCillin [n=mike@dpc67142105197.direcpc.com] has joined #ubuntu === ruspu [n=henri@a84-230-130-142.elisa-laajakaista.fi] has joined #ubuntu === Thorondor [n=anstei@84-73-60-31.dclient.hispeed.ch] has left #ubuntu ["Leaving"] [10:41] Seveas: That is offensive! :) [10:41] ai, I can apt-get fglrx? Wow. [10:41] jenda_very_busy, and for a reason [10:41] <_jason> bla|patrick, tv.com works fine here [10:41] Rockj, you'll see, you edit the xorg.conf a few times and all of a sudden everythings messed. [10:41] not a irc client but for aim and yahoo [10:41] korhalf: been there, done that [10:41] without the editing part [10:41] Seveas: Please do not say EasyUbuntu is crap a week before the release of the new generation or EUb [10:41] :/ === Mitja [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #ubuntu [10:42] jenda_very_busy, exactly, i've never heard of anyone having problems with it anyway. [10:42] jenda_very_busy, the new generation may be better, but that remains to be seen [10:42] korhalf: There have been problems, but it has changed A LOT === gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu === mr_lampe [n=la@dslb-084-056-153-157.pools.arcor-ip.net] has joined #ubuntu === jdier [n=jdier@68-114-246-247.dhcp.fdul.wi.charter.com] has joined #ubuntu === ogra__ [n=ogra@p5089E294.dip.t-dialin.net] has joined #ubuntu === davidv [n=davidv@203-206-128-239.perm.iinet.net.au] has joined #ubuntu [10:42] Seveas: Just please do not bash the name - it hurts the new project === Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has joined #ubuntu [10:43] Seveas: The new gen doesn't cantain any code from the old. [10:43] got another Seveas like an aim and yahoo client === _KoSoVaR_ [n=kosovar@241.Red-83-43-98.dynamicIP.rima-tde.net] has joined #ubuntu [10:43] And is done by a different team (they share one member - keyes) [10:43] jenda_very_busy, new code == new bugs [10:43] Seveas: lol [10:43] do you need to argue about it here? [10:43] True [10:44] sorry ajmitch [10:44] ajmitch, only if people are advising it [10:44] Seveas: I will make sure it doesn't have bugs. === flodine [n=flodine@c-24-4-174-71.hsd1.ca.comcast.net] has left #ubuntu [] [10:44] oki. Ill do a reboot and see's if it works better now [10:44] because that should not be done (yet - hopoefully) [10:44] brb :) [10:44] Anyone know what happened to the Evolution option to 'reply inline' instead of Quoted??? [10:44] Seveas: just please do not bash the program you don't know [10:44] You can be sure that many VMWare installs will be used in its testing === bronson [n=bronson@c-24-34-214-222.hsd1.ma.comcast.net] has joined #ubuntu === BenUrban didn't think "fglrx" is a very good reason to quit [10:45] s/is/was/ [10:45] seveas is the op obviosly he knows [10:45] fglrx works great here, as long as I don't try to use the composite extension [10:45] in that case... === mode/#ubuntu [-o Seveas] by Seveas [10:45] People will remember the name - you can always say "isn't ready yet" instead of "is crap", right? === Kyral smirks === klausos [i=klausos@217.129.141.64] has joined #ubuntu [10:46] Even without Ops Seveas is very knowledgeable [10:46] thanks for crappin out my defense of u [10:46] Seveas: now you need to appoint someone else to keep the peace :) === BenUrban glues a big green dot to Seveas' clothing === unreal_ [n=NewComer@81.196.70.146] has left #ubuntu ["Leaving"] [10:46] hello, i need help to configure my network on ubuntu [10:46] Even among us Members :D [10:46] lol [10:46] you can't escape! ;) [10:46] klausos, a bit more details would help [10:46] can i be the op now [10:46] guys, just wondering wat you all use as server platforms ? [10:46] k31th_: I don't lol [10:46] oh dennis [10:47] im tied between debian gentoo... [10:47] possibly ubuntu ? === mode/#ubuntu [+o Seveas] by ChanServ [10:47] k31th_, I use Ubuntu [10:47] and gentoo [10:47] but Ubuntu is far better for servers [10:47] k31th_: i recommend against gentoo for a server unless you really know what you're doing [10:47] how do u get chan serv to do that? [10:47] k31th_: via epia m10k as router/fw/fileserver [10:47] Comrade_Vladimir: have access [10:47] down time for a mysql upgrade: 5 mins. on Ubuntu - 4 hours on gentoo [10:47] Comrade_Vladimir: you get on the access list ;) [10:48] how? === K_Dallas [n=Korben@i216-58-62-171.cybersurf.com] has joined #ubuntu [10:48] Seveas: you know you can compile without upgrading, right? [10:48] Comrade_Vladimir: someone who is already there will put you on it === MikeG [n=gehlm@adsl-68-254-165-200.dsl.milwwi.ameritech.net] has left #ubuntu [] === mode/#ubuntu [+o Comrade_Vladimir] by ChanServ [10:48] :) [10:48] oh hey seveas can i call in a favor [10:48] Seveas: how you get on with the 6 month turn around ? [10:48] ... === Sandervanvliet [n=sander@ip51ccf0d1.adsl-surfen.hetnet.nl] has joined #ubuntu === mode/#ubuntu [-o Comrade_Vladimir] by ChanServ [10:48] thanks [10:48] quote: 'ubuntu is an ancient african saying for: I'm sick of compiling gentoo' [10:49] lmao [10:49] no! [10:49] k31th_: Its called fun :D [10:49] Comrade_Vladimir: settle.. :) === K_Dallas [n=Korben@i216-58-62-171.cybersurf.com] has left #ubuntu ["Leaving"] [10:49] i like authority [10:49] k31th_, what do you mean? === gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu [10:49] Seveas: i usually take less time to deop ;) [10:49] Ubuntu releases security update after release, that's all I need on a server === jenco [n=jenco@me-lewiston-cuda1-c1d-47.agstme.adelphia.net] has joined #ubuntu [10:49] can't be too careful :P [10:49] k31th_: you don't have to upgrade every 6 months === DR_K13 [n=ISAJEEP@63.115.161.97] has joined #Ubuntu [10:50] hi [10:50] yeah well i dont think every 6 months is so bad === jldugger [n=jldugger@ppp-66-142-210-46.dsl.tpkaks.swbell.net] has joined #ubuntu === n3C [n=n3C@klik28.klik.bydgoszcz.pl] has joined #ubuntu [10:50] hi [10:50] k31th_: especially with the coming dapper release, which will have 5 years of support [10:50] is there a good alternative for Gaim that i could use instead [10:50] i like to stay current [10:50] k31th_: the others have 18 months [10:50] k31th_, every release has 18 months of supportm dapper 5 years [10:50] isnt dapper out in beta already? [10:50] kopete comrad_Vladimir [10:50] i see [10:50] Comrade_Vladimir: Kopete? [10:50] stability is more important for servers than having the latest [10:50] Comrade_Vladimir: no, beta release is coming next year === klausos [i=klausos@217.129.141.64] has left #ubuntu [] [10:50] Seveas: true [10:50] for dapper? [10:50] atm all our work boxes and centos [10:50] #kopete people r to incompetant to help me [10:51] are* [10:51] :/ [10:51] Comrade_Vladimir: what's wrong with gaim? === seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #ubuntu [10:51] i saw people here claiming to have the beta of it (must of been lying [10:51] i want to get rid of centos === skar [n=skar@59.144.52.170] has joined #ubuntu [10:51] Comrade_Vladimir, dapper is 'in development', you can use it but it's quite unstable [10:51] Comrade_Vladimir: no, there are snapshot test releases, it's in development [10:51] BenUrban i cant use a animated icon [10:51] heh, thought Comrade_Vladimir was talking to me for a moment, my name is dennis too >.< [10:51] beta is scheduled for march 23rd [10:52] Comrade_Vladimir: i can see animated icons in gaim... [10:52] many people will call anything that's not final a beta release :) === DrBair [n=ryan@c-67-186-55-131.hsd1.pa.comcast.net] has joined #ubuntu === bimberi [n=bimberi@CWPP-p-203-54-191-176.prem.tmns.net.au] has joined #ubuntu [10:52] no seveas name is dennis its what it says or i just know everyones name [10:52] Comrade_Vladimir, ? === guru54 [n=guru@dialup-4.244.214.84.Dial1.StLouis1.Level3.net] has joined #ubuntu [10:52] thinking about going for ubuntu then as a server [10:52] BenUrban not when the user with it has gaim [10:52] really? [10:52] :/ [10:52] wait no that's not true [10:53] no seveas ur name is dennis correct? [10:53] hi all, i've breezy, and installed vserver patched kernel from a deb repo, and now my nvidia module isn't working, how do i get the compiled nvidia module for this kernel? [10:53] Comrade_Vladimir, as everyone who knows /whois can see, yes [10:53] wow u know commands good for u! === mindtriggerz[h] [i=root@12-202-100-84.client.insightBB.com] has joined #ubuntu === NetGrunt [n=NetGrunt@85-50-15-58.bcn1.adsl.uni2.es] has left #ubuntu ["Leaving"] [10:53] is using real names kinda 'not the done thing' on irc? [10:54] ok, newb question where can i go to get some useful info on installing quake 2 for linux? :P [10:54] or has a mouse with a mouse with 3 buttons [10:54] bimberi: huh? [10:54] bimberi, I don't really care myself [10:54] forum [10:54] bimberi: in the channel this large, highlighting on nick is easier [10:54] jenco: google quake 2 linux [10:54] jenco does it say u can on the box === SantaD1 [n=damian@pool-71-104-105-237.lsanca.dsl-w.verizon.net] has joined #ubuntu [10:54] in smaller channels we use names :) [10:54] bimberi: my name *really* is ben urban :) [10:54] using your real name is kool on freenode [10:54] The themes in install don't show up in the Theme Manager [10:54] BenUrban: well ok :) but, as a sort of netiquette thing [10:54] not like anyones gonna come ond get u [10:54] I installed it, and it says it should be accesible, yet it's no where to be found [10:55] my name is also Ben Urban_ [10:55] and Ben Urban__ [10:55] bimberi, I use my real name [10:55] ;) [10:55] My name is isajeep [10:55] i kinda do [10:55] well, my name is donald trump, but nobody ever believes me. :) ?? [10:55] lol dork [10:55] YOU'RE FIRED! === bimberi wonders what he's started :P [10:55] lol [10:56] Can this be taken to #ubuntu-offtopic? === lee_ [n=lee@host86-132-227-161.range86-132.btcentralplus.com] has joined #ubuntu [10:56] how to make my ra0 (wifi) avalible to a machoine conneted to my eth0 ? [10:56] does anyone know why my themes arent being shown, i installed them, they just arent showing up [10:56] yea but were all lazy computer people === BenUrban wonders why there's an ubuntu-specific offtopic channel [10:56] korhalf: did you post that alsa.conf allowing multiple sounds? === donny [n=donny@201.230.131.21] has joined #ubuntu [10:56] need a offtopic page for ubuntu duh [10:56] BenUrban, for general chatter of the people in here === linx [n=linx@dsl51B67FAA.pool.t-online.hu] has joined #ubuntu [10:56] lee_ iptables & masquerade. google it [10:56] Mitja, a while ago yes. === avel [n=avel@ppp65-adsl-179.ath.forthnet.gr] has left #ubuntu [] [10:56] how do i open ports [10:57] there is one [10:57] this channel is only for support (so we are completely violating channel policy) [10:57] Seveas: lol nm you didn't get the joke === Fear_cult [n=fear@dialup-4.240.247.50.Dial1.Phoenix1.Level3.net] has joined #ubuntu [10:57] linx, how are the ports closed in the first place? [10:57] korhalf: I went offline, could you give me the link? [10:57] link firs t oyu need air superiority... [10:57] linx, reverse the actions you took that closed them === Fear_cult [n=fear@dialup-4.240.247.50.Dial1.Phoenix1.Level3.net] has left #ubuntu ["Leaving"] [10:57] How come my themes arent showing up? === bla|patrick [n=patrick@dyndsl-080-228-221-068.ewe-ip-backbone.de] has left #ubuntu [] [10:57] i didn't close [10:57] because you touch yourself at night === cecilia [n=cecilia@139.Red-83-37-189.dynamicIP.rima-tde.net] has joined #ubuntu [10:57] hola [10:57] hola === mode/#ubuntu [+b %DR_K13!*@*] by Seveas [10:58] haha [10:58] hola [10:58] LOL [10:58] thats what i want op status for [10:58] cecilia: we hear you === joshi_ [n=joshi@veeriku.linking.ee] has joined #ubuntu [10:58] i installed proftpd and when i go to my ip:21 it says the port is closed due to security reasons === koLeeM [n=ieeoaon@81.215.156.112] has joined #ubuntu [10:58] linx, , dj linx? === koLeeM [n=ieeoaon@81.215.156.112] has left #ubuntu [] [10:58] linx, then you need to configure proftpd :) [10:58] ya === DR_K13 [n=ISAJEEP@63.115.161.97] has left #Ubuntu [] [10:58] hello.. i got quick question: is it pointy to s [10:58] linx, /usr/share/doc/proftpd/* helps === darksun [n=darksun@pool-151-200-159-189.res.east.verizon.net] has left #ubuntu ["Leaving"] === ziaoWoo [n=ieeoaon@81.215.156.112] has joined #ubuntu === Jared [n=jared@209.168.159.192] has joined #ubuntu === ziaoWoo [n=ieeoaon@81.215.156.112] has left #ubuntu [] === ziaoWoo [n=ieeoaon@81.215.156.112] has joined #ubuntu [10:59] shut down linux or let it go stand by? === ziaoWoo [n=ieeoaon@81.215.156.112] has left #Ubuntu [requested] === DR_K13 [n=ISAJEEP@63.115.161.97] has joined #Ubuntu [10:59] joshi_, it saves energy === linx is now known as DjLinX === theblue_ [n=theblue@pcp04402293pcs.nrockv01.md.comcast.net] has joined #ubuntu [10:59] Hi all. [10:59] hi [10:59] hi u [10:59] I have a suggestion for Ubuntu. [10:59] cool [10:59] can someone run me thoough how to install bitlbee [10:59] !info bitlbee [10:59] yea an installer [10:59] !info kde [10:59] theblue_ === jcsmith [n=jcsmith@68-233-80-11.pittpa.adelphia.net] has joined #ubuntu [10:59] bitlbee: (An IRC to other chat networks gateway), section universe/net, is optional. Version: 0.92-1 (breezy), Packaged size: 289 kB, Installed size: 764 kB === jenda_very_busy is now known as jenda_zZz [11:00] Here's my idea: alias "exit" to "clear && logout", so that the screen is cleared and then the logoin prompt is displayed. [11:00] kde: (The K Desktop Environment), section universe/kde, is optional. Version: 5:44ubuntu2 (breezy), Packaged size: 7 kB, Installed size: 40 kB [11:00] !info bitlbee [11:00] i still can't get JAVA to work === BenUrban points at theblue_'s hostname and looks out the window [11:00] Comrade_Vladimir, apt-get install bitlbee, connect your irc client to it [11:00] BenUrban: Where're you? === theblue_ looks out window./ === BenUrban points to his own hostname [11:00] i dont want to use it for irc i use x chat or game for that [11:00] Seveas: ok... ill consider that aspect [11:00] theblue_: ::1 [11:00] mindtriggerz[h] : ? [11:01] BenUrban: I only see an IP. [11:01] if you don't see a wifi network called URBAN you're not my neighbor ;) [11:01] oh :/ [11:01] theblue_: silver spring [11:01] I'm in bethesda. === Rockj [n=rockj@spine.tihlde.org] has joined #ubuntu === dnB [n=dnB@24-205-181-251.dhcp.wsco.ca.charter.com] has joined #ubuntu [11:02] theblue_: ::1 is the IPv6 127.0.0.1 [11:02] mindtriggerz[h] : Ah. [11:02] mindtriggerz[h] : I know nothing about IPv6. [11:02] :) [11:02] mindtriggerz[h] : But what about it? [11:02] I only know that [11:02] that's where I am [11:02] ::1 [11:02] ... [11:02] There's no place like ::1 [11:02] theblue_: anyway, in response to your comment about using clear, i have clear in my .bash_logout, which works just fine [11:02] who watches smallville for the hot chick ? === k31th_ puts his hand up === theblue_ clicks his ruby mouses together. [11:03] k31th_: not I [11:03] There' === CyBuX [n=cybux@200.75.79.223] has joined #ubuntu [11:03] There's no place like 127.0.0.1. === dnB is now known as bnD [11:03] There's no place like 127.0.0.1. [11:03] There's no place like 127.0.0.1. === theblue_ poofs. === mode/#ubuntu [+b %theblue_!*@*] by Seveas [11:03] lol [11:03] seveas ok now how do i use it === theblue_ [n=theblue@pcp04402293pcs.nrockv01.md.comcast.net] has left #ubuntu [] === adnans [n=adnans@linuxgoeroe.demon.nl] has joined #ubuntu [11:03] and why r u bannin people [11:03] hi all === BenUrban wonders how theblue_ got into his house [11:03] Comrade_Vladimir, connect your irc client to it [11:03] Hey again. After the apt-get install xorg-driver-fglrx , I get a error while trying to run glxgears. error while loading shared libraries: libGL.so.1: .. missing some opengl package? :/ [11:03] Comrade_Vladimir, in that case: flooding [11:03] i need help [11:03] with? [11:03] hmm ok how do i do that now [11:03] i need install ubuntu on intel 64 bits [11:04] what is the better option to do? [11:04] get the ubuntu 64 bit disc [11:04] ubuntu amd64? [11:04] yes [11:04] 0.o === cafuego [n=cafuego_@ppp83-238.lns2.mel3.internode.on.net] has joined #ubuntu [11:04] ok, thanks [11:04] how do i link bitlbee to itc [11:04] I thought there were two different discs for intel and amd 64bit processors [11:04] hi cafuego [11:05] silverton: depends which intel 64bit processor === kailash [n=kailash@87.112.14.20.bbplus.ptn-ag1.dyn.plus.net] has joined #ubuntu === jcsmith [n=jcsmith@68-233-80-11.pittpa.adelphia.net] has joined #ubuntu === cafuego knows nothing about it and denies any involvement === kailash [n=kailash@87.112.14.20.bbplus.ptn-ag1.dyn.plus.net] has left #ubuntu ["Leaving"] [11:05] differents versions? === aris[glande] [n=aris@165-12.247.81.adsl.skynet.be] has joined #ubuntu [11:05] sure [11:05] silverton: the emt64 ones are the same as amd64, but itaniums are a different architecture === Eugene_ [n=chatzill@c-67-171-91-48.hsd1.pa.comcast.net] has joined #ubuntu [11:05] There's Itanic and E64mt [11:05] hey, how do i know which repository a package is from [11:05] who has an itanium in a pc now [11:05] if you have an e64mt, just install i386 [11:05] aris[glande] , apt-cache policy $package [11:06] me? [11:06] It will save you much headache and frustration. [11:06] thanks ! === mindtriggerz[h] [i=root@12-202-100-84.client.insightBB.com] has left #ubuntu [] [11:06] so how do i link irc to bitlbee! cmon [11:06] Comrade_Vladimir: 'man ln' [11:06] wot? === jenco [n=jenco@me-lewiston-cuda1-c1d-47.agstme.adelphia.net] has joined #ubuntu [11:07] Comrade_Vladimir, man bitlbee [11:07] just that hmm seems to easy cafuego === CyBuX [n=cybux@200.75.79.223] has left #ubuntu ["Abandonando"] [11:07] which one is it [11:07] Comrade_Vladimir: In many ways, it is ;-) === szronik [n=szronik@pra-b.merinet.pl] has joined #ubuntu === ElBarono [i=adam@209.237.231.70] has joined #ubuntu [11:07] Comrade_Vladimir: ignore cafuego ;) [11:07] s/it is/I am/ [11:07] Hey, is there a comprehensive site for linux programs or even better one with an .iso I can download? When I install ubuntu on the spare it probably won't have internet so apt-get wouldn't work. === agente87 [n=agente87@88.1.102.82] has joined #ubuntu [11:08] it says Manual page bitlbee(8) line 1 what do i do about it [11:08] Comrade_Vladimir: read :) [11:08] Comrade_Vladimir, scroll down :) [11:08] and read :) === greatgazoo [n=greatgaz@ool-457002d7.dyn.optonline.net] has joined #ubuntu [11:08] Hey again. After the apt-get install xorg-driver-fglrx , I get a error while trying to run glxgears. error while loading shared libraries: libGL.so.1: Any idea on howto proceed? :/ [11:08] no scrolling possible there seveas === Superbob [n=jamie@cpc1-port4-5-0-cust17.cos2.cable.ntl.com] has joined #ubuntu [11:09] need a paste bin or a screenshot? === Skidoo [n=yut@utopia.amonullunoma.co.uk] has joined #ubuntu [11:09] Comrade_Vladimir: Sure there is. allow down or spacebar [11:09] dowm arrow, page down, even space in some systems [11:09] s/allow/arrow/ [11:09] oh thnx [11:09] hi, ive been running ubuntu for a while now, but im making a file server for my network, can anyon e tell me the major differences between the server install and the desktop one? is it just lack og x11 and GNOME? [11:09] Subhuman, correct [11:10] ok down what now will it work now [11:10] Seveas, so thats it? [11:10] all in gnu is server-client working [11:10] less or [11:10] Subhuman, there are other client things left out === mwe [n=mwe@port462.ds1-ynoe.adsl.cybercity.dk] has joined #ubuntu === sander_ [n=sander@ip51ccf0d1.adsl-surfen.hetnet.nl] has joined #ubuntu [11:10] korhalf: could you please give me the link to your alsa.conf you posted? [11:10] Well basically, ill be using it for ssh, ftp and webserver. So i may as well just install ther server version. [11:10] Subhuman, it's a server, so it doesn't need clients. fairly straightforward === greatgazoo [n=greatgaz@ool-457002d7.dyn.optonline.net] has left #ubuntu [] === bronson [n=bronson@pool-68-160-51-248.bos.east.verizon.net] has joined #ubuntu [11:11] Subhuman, sure, that's what it's intended for. === SpLaTt [n=d_man244@CPE00010328d861-CM0011aea49de2.cpe.net.cable.rogers.com] has joined #ubuntu [11:11] can someone help me out? [11:11] ok, well thanks, just wanted to make sure i knew what i was installing (or in this case, not) === mcf501 [n=matt@144.32.156.98] has joined #ubuntu [11:11] see you around [11:11] got a problem - i just installed hoary and everything was working fine. then i ran Synaptic updates and now my machine won't boot. gets as far as uncompressing the kernel, then automatically reboots. i don't know what the problem could be. any idea? [11:12] <---needs help === jenco [n=jenco@me-lewiston-cuda1-c1d-47.agstme.adelphia.net] has joined #ubuntu [11:12] so how do i use bitlbee now? === ToNhO [n=Tonho@201.3.92.103] has joined #Ubuntu [11:12] <----helps needed === ToNhO is now known as _ToNhO_ [11:12] Skidoo: have you tried with the previous kernel images in the boot list [11:12] SpLaTt: don't repeat. just ask a question [11:13] oh [11:13] mz2: there aren't any previous kernel images in the menu, unfortunately === Tartaros [i=icechat5@r4al191.chello.upc.cz] has joined #ubuntu [11:14] i'm just wondering if it could perhaps be a hardware issue === indypende [n=indypend@d81-211-228-192.cust.tele2.it] has joined #ubuntu [11:14] Skidoo: it could indeed, but more likely is that hoary just fucked up :) [11:14] ok, im installing linux (i got from ur site download page) onto a comp with an old bios. so i made the smart boot floppy. it load, has alot of harddisks, 1 cd rom and a primany 1. i click the cd rom and i get an error message 0x0C [11:14] Skidoo: you could always boot up using the live cd, chroot to your installation and try upgrading again [11:15] or at least you could look at bootup logs [11:15] oh but it probably doesn't get far enough to even start loggin? === beyond is now known as beyond-rango [11:15] logging [11:15] SpLaTt, how old is that machine? Could you give some more details about it [11:15] hello back to my bitlbee konvers [11:15] hi all === arrinmurr [n=arrinmur@MMMCXLVII.tun.saunalahti.fi] has joined #ubuntu [11:15] mz2: yup. there won't be a boot log, and i already tried the live cd and chroot thing, but it did the same thing === musk [n=abeck@ip142176056064.islandtelecom.com] has joined #ubuntu [11:16] why i get totem crash saying "The video output is in use by another application"? [11:16] Seveas, I don't have a preferences menu in xchat anymore how do I restore it === Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has joined #ubuntu [11:16] Skidoo: bugger. do you have /home on a separate partition? === Bachus9001 [n=Bachus90@pcp01053787pcs.muncie01.in.comcast.net] has joined #ubuntu [11:16] Mabus06, settings -> preferences === Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has left #ubuntu ["Leaving"] === Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has joined #ubuntu === RazboiniK [n=gadast@fl-southhub-u1-c5-0a-104.miamfl.adelphia.net] has joined #ubuntu [11:17] mz2: yep. sure do [11:17] its an compaq, pen 3. 667. compaq desktop EN === jldugger [n=jldugger@ppp-66-142-210-46.dsl.tpkaks.swbell.net] has left #ubuntu ["Leaving"] [11:17] How do I USE BITLBEE NOW WHY DID EVERYONE STOP IN THE MIDDLE OF THE CONVERSATION!!!! [11:17] hmm. it may not be the kernel itself, cos it crashes at the uncompressing stage. could it be a grub issue? === mwe [n=mwe@port462.ds1-ynoe.adsl.cybercity.dk] has joined #ubuntu [11:17] @@ === mode/#ubuntu [+b %Comrade_Vladimir!*@*] by Seveas === Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has joined #ubuntu [11:17] Skidoo: kill the bastard, and just reinstall and hope for the best? :) [11:17] Comrade_Vladimir, do not use caps and don't repeat === mode/#ubuntu [+b *!*n=Nick@*.ns.aliant.net] by Seveas [11:18] Comrade...I believe you simply connect to it in xchat as you would any other server... [11:18] Skidoo: if you suspect that, put the livecd in and boot up using the boot menu on the cd? [11:18] Hello, The evolution in ubuntu doesn't allow me to select multiple contacts at the same time or group them by categories, is there a plugin missing or is that evolution version? [11:18] mz2: unfortunately, that's what i've just done! i had installed previously, but a similar thing happened, and i've just got around to reinstalling tonight :( [11:18] Comrade_Vladimir: bitlbee has documentation. if you have a specific question maybe you'll have better luck asking that. === Dido- [n=9@193.68.201.169] has joined #ubuntu [11:18] mz2: i can boot from the live cd ok [11:19] Skidoo: no, but as in boot from the live cd using the initrd and kernel image from your hd? [11:19] Compaq Desktpro EN Series. pen3. 667 ****** === mwe [n=mwe@port462.ds1-ynoe.adsl.cybercity.dk] has joined #ubuntu [11:19] the boot cd has grub, too? or is it isolinux or the like? then that probably doesn't work, or am not sure how === ekimus [n=ekimus@pluto.htu.tuwien.ac.at] has joined #ubuntu === dholbach [n=daniel@ubuntu/member/dholbach] has left #ubuntu ["Ex-Chat"] === jcsmith [n=jcsmith@68-233-80-11.pittpa.adelphia.net] has joined #ubuntu === rhoffaa [n=rhoffa@ip70-162-83-183.ph.ph.cox.net] has joined #ubuntu === mirek [n=mirek@r5az56.chello.upc.cz] has joined #ubuntu [11:20] mz2: hmm. not sure if i'd be able to boot from the hd using the live cd [11:20] anyone has solved that problem with evolution? [11:20] im trying to send a file with gftp and i keep getting error saying not a directory === mirek [n=mirek@r5az56.chello.upc.cz] has left #ubuntu ["Konversation] [11:20] grub has to know where the kernel image lives [11:20] why wont it let me send? === squire [n=squire@213-162-107-186.squire570.adsl.metronet.co.uk] has joined #ubuntu [11:21] it says couldnt change local directory then my directory the files is then not a directory === mode/#ubuntu [-b mabus!*@*] by Seveas [11:21] Oh dear, transset and Remote Desktop *really* are not friends. [11:21] yes, but have you noticed you can edit those things on the fly when booting up? the place that's used as root, the lpace where initrd is, the kernel image and so oin === mode/#ubuntu [-b *!*n=Nick@*.ns.aliant.net] by Seveas [11:22] mz2: right. ok. but wouldn't i need to know the exact location on the hard disk? === tonyyarusso [n=anthony@69.158.128.4] has joined #ubuntu === Vincent [n=vincent@AGrenoble-152-1-29-31.w82-122.abo.wanadoo.fr] has joined #ubuntu [11:22] anyone know of that problem when transfering files with gftp [11:23] I'm having an issue with tpb (ThinkPad buttons), that seems to be permissions-related. [11:23] The program needs to access /dev/nvram, which has its permissions set as crw-rw----. [11:24] The owner:group is root:nvram. [11:24] question is... what process uncompresses the kernel, and why's it crashing the machine? [11:24] I noticed that even if I changed the permission, it would revert upon reboot. Anyone know why? === codenut [n=abeck@ip142176056064.islandtelecom.com] has joined #ubuntu [11:25] tonyyarusso, sudo adduser $USER nvram [11:25] ill try again... Compaq Desktop EN Series. 667. pent3. = old bios. cant be updated. make a smart boot floppy. selects only cd section. gets an error msg. 0x0C (and i dont know if this makes much or a different, but the linux isnt an image on my cd, but seperate files) [11:26] Seveas: That should do it; thanks. For future reference though relating to my first thought, why would something revert like that? [11:26] anyone able to help with a gftp problem [11:26] How do I restore the settings menu on xchat [11:26] tonyyarusso, /dev/is dynamically created on boot by udev [11:26] its on the linux end the problem not the remote (xbox) [11:26] Seveas: Ah, that would do it. [11:27] SpLaTt: A P3 should have no issues simply booting the CD directly. === taga123 [i=f3gu@58.71.65.18] has joined #ubuntu [11:27] it doesnt tho. [11:28] my bios doesnt let or something [11:28] SpLaTt: Any chance the CD is busted? Can you test it on a different machine? === gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu === Manda [n=tammy@tx-65-41-241-208.dyn.sprint-hsd.net] has joined #ubuntu [11:28] ##/apple === none [n=vincent@cpc2-cmbg7-4-0-cust221.cmbg.cable.ntl.com] has joined #ubuntu === shmooz [n=shmooz@H142.C72.B0.tor.eicat.ca] has joined #ubuntu [11:28] well i can explore the cd no problem. and on my main it does an auto extract and stuff. and i dont think thats the problem [11:29] ##apple [11:29] join/##apple === taoyan [n=carlos@E7c7e.e.strato-dslnet.de] has joined #ubuntu [11:29] Manda, /join ##apple [11:29] thank [11:29] thanks [11:29] good evening, how do I make dvd playback work on my new laptop, have installed libdvdcss2 but no luck === DjLinX [n=linx@dsl51B67F4B.pool.t-online.hu] has joined #ubuntu [11:30] none, which player are you using? === Bachus9000 [n=Bachus90@pcp01053787pcs.muncie01.in.comcast.net] has joined #ubuntu === surfdue [n=tyler@unaffiliated/surfdue] has joined #ubuntu [11:30] none: I think there's a new package now, libdvdread3, that replaces it. And depending on where you are, maybe regionset. [11:31] is there a program to log all ssh sudo command usage? === angelo [n=angi79@host14-201.pool877.interbusiness.it] has joined #ubuntu [11:31] i have a friend im leaving he has sudo [11:31] wanna make sure he is ok, heh [11:31] surfdue, sudo already logs [11:31] surfdue: all sudo usage is already logged to syslog [11:31] in auth.log [11:31] kk [11:31] thanks === u|qos [n=mo@dslb-084-061-004-199.pools.arcor-ip.net] has joined #ubuntu [11:31] i have found other people with my gftp problem on a webpage and theres no answer posted, does anyone know why i keep getting cant change local directory error message === mcf501 [n=matt@144.32.156.98] has left #ubuntu ["Leaving"] [11:32] Seveas, which do you recomend, tried xine, don't like it much [11:32] none, totem-xine is my favourite [11:32] you might need w32codecs too [11:32] tonyyarusso, will try that now, thanks === SpLaTt [n=d_man244@CPE00010328d861-CM0011aea49de2.cpe.net.cable.rogers.com] has left #ubuntu [] === mirko [n=mirko@xdsl-213-196-221-29.netcologne.de] has joined #ubuntu [11:33] how do you enable root su? === Loevborg [n=loevborg@d10-233.dip.axsp.de] has joined #ubuntu === chochi [n=chochi@200.68.215.200] has joined #ubuntu [11:33] how do i reconfigure xorg? [11:33] sudo dpkg-reconfigure xserver-xorg [11:33] thx [11:34] surfdue: sudo -i (will get you a root login shell) === nalioth is now known as noirequus [11:34] surfdue: if you want to use "su" instead of "sudo" you'll need to set the root password to something using "sudo passwd" [11:35] surfdue: it's probably not a good idea though. keep the root password locked. [11:35] how do i unlock it [11:35] surfdue: "sudo passwd" will unlock it. "sudo passwd -l" will lock it again === chochi [n=chochi@200.68.215.200] has left #ubuntu ["me] === beelzebub1987 [n=beelzebu@c-66-31-159-53.hsd1.ma.comcast.net] has joined #ubuntu === beelzebu_1987 [n=beelzebu@c-66-31-159-53.hsd1.ma.comcast.net] has joined #ubuntu === beelzebu_1987 [n=beelzebu@c-66-31-159-53.hsd1.ma.comcast.net] has left #ubuntu ["Leaving"] [11:36] eh === celso [n=celso@200.181.90.208] has joined #ubuntu [11:36] hi Satan === confrey [n=dario@151.82.10.237] has joined #ubuntu === tvelocity [n=tony@84.254.9.197] has joined #ubuntu === beezly__ [n=beezly@83.148.168.219] has joined #ubuntu === DR_K13 [n=ISAJEEP@63.115.161.97] has joined #ubuntu === LoPMX [n=lopmx@ph32.torun.sdi.tpnet.pl] has joined #ubuntu === kenny_ [n=kenny@216-12-72-43.win.mvl.ntelos.net] has joined #ubuntu [11:38] i have searched and read faqs and i still cant find out how to get past this cant change directory error in gftp does anyone know how to fix it [11:38] rhoffaa: how can I see the problem? === mustard5 [n=mustard5@073.a.001.sop.iprimus.net.au] has joined #ubuntu [11:39] rhoffaa, can you put the complete error on the pastebin === ompaul [n=ompaul@213-202-136-87.bas502.dsl.esat.net] has joined #ubuntu [11:39] i dont know if you need to see it, i just keep getting an error message when trying to send individual files not really directories [11:39] its short i can put it on here [11:39] anyone here rights in cyrillics ? [11:40] I'm sure this is heard very, very often...so...let's just say I completed all the steps on the FAQ for installing MP3 decoders and I'm still having trouble. Most common fix for this? [11:40] Could not change local directory to /home/rhoffa/Desktop/XBMC/evoxdash.xbe: Not a directory [11:40] Anyone here ever try Unreal tournament Demo v348 on ubuntu? [11:40] kenny_, apt-get install gstreamer0.8-mad === denisbr [n=denisbr@201-24-114-87.bnut3702.dsl.brasiltelecom.net.br] has joined #Ubuntu === klausos [i=klausos@217.129.141.64] has joined #ubuntu [11:40] Good Night [11:40] rhoffaa: if we can't reproduce the problem, how can we help you fix it? [11:40] rhoffaa, very simple, it's not a directory :) [11:40] i just sent he error message above [11:40] rhoffaa: it looks like you're trying to CD to a file rather than a directory, but it's hard to say [11:40] i need to know why dhcp is not recognised [11:40] rhoffaa, note: symlinks do NOT count as directories === dduck [n=duckie@ACD6982D.ipt.aol.com] has joined #ubuntu === jcole [n=jcole@atlwebproxy1.core.hp.com] has joined #ubuntu [11:41] im trying to send 2 files individual to my xbox [11:41] what is the proper state of .Xauthority? [11:41] i already sent a directory [11:41] apt-get install gstreamer0.8-mad [11:41] though you can cd to symlink/ [11:41] (before starting x) [11:41] Thanks. [11:41] Did the trick. === lampshade [n=42zeros@69-23-135-233.cable.inebraska.com] has joined #ubuntu [11:41] Seveas, when I updated the fglrx driver from your repo my driver messed up and it kept saying I had Mesa no matter what I did, so I ended up reinstalling ubuntu ='( === aris[glande] [n=aris@165-12.247.81.adsl.skynet.be] has left #ubuntu ["Leaving"] [11:41] beelzebub1987, did you install both kernel and xorg driver? [11:42] i sent awhe xbmc folder to my box, but the 2 individual files wont send to a different directory on the xbox [11:42] heh, wouldn't remember [11:42] ooh maybe that's what screwed p my xorg [11:42] *up [11:42] Ubuntu respect the Contract Social Debian? [11:42] It just said I had updates on the update manager [11:42] Is there kinda an enlightenment-desktop like there is a gnome-desktop, etc? Is enlightenment in the normal repos or is it in world or universe? How do I ask ubotu about packages so I don't have to bothter you people? === kurros [n=wade@74.250.8.67.cfl.res.rr.com] has joined #ubuntu [11:42] and I updated like I usually do [11:42] this isnt an xbox problem though its something with gftp [11:42] I have a bunch of USB hard drives that may or may not be plugged in at boot time. However, whether they're plugged in or not seems to determine the /dev/sd* node that my RAID card drives get, since the usb-storage mod gets loaded first and udev/hotplug creates the nodes. Is there an easy way to always map my RAID card drives to a /dev/something* symlink, so that it doesn't matter which order the /dev/sd* drives are in? [11:42] denisbr: the debian social contract? === kt0xd [n=fenix@95-56-246-201.adsl.terra.cl] has joined #ubuntu [11:42] doesn't matter now though, I'm using the 8.20.8 driver, works much better than 16 === Tomcat_ [n=Tomcat@p54A18B0A.dip0.t-ipconnect.de] has joined #ubuntu [11:42] lampshade: !whateveryouneedtoknowabout [11:42] help please i have problem with the ltsp!!!! [11:43] lampshade, apt-cache search [11:43] beelzebub1987, that's quite important, the upgrade there only installs the xorg driver, not the kernel module! [11:43] FarrisG: i have that same issue with my wifi card [11:43] Has anyone here tried Unreal Tournament Demo v348 (linux version)? [11:43] kt0xd: the trick is to ask a question [11:43] trappist, yes, the ubuntu is based in the Contract Social Debian? http://www.debian.org/social_contract [11:43] !beer [11:43] Seveas: so you broke my xorg? === ubotu pours cowbud a cold pint of his favourite beer. [11:43] Can anyone help me to get kopete to work in both sending and recieving webcam? I can do either but not at the same time. [11:43] I see seveas, thanks. Had I known that then I woulda saved a lot of hassle =( === testmachine [n=assink@ip237-239-58-62.adsl.versatel.nl] has joined #ubuntu [11:43] lampshade, http://www.soulmachine.net/wiki/index.php?title=Enlightenment_on_Ubuntu_5.10_%28Breezy_Badger%29 [11:43] saveas or dooglas what should i do to get this files sent? === dduck [n=duckie@ACD6982D.ipt.aol.com] has left #ubuntu ["Ex-Chat"] [11:43] BenUrban, I broke nothing :) === mr_lampe- [n=la@dslb-084-056-134-073.pools.arcor-ip.net] has joined #ubuntu [11:43] sorry but i don speak english can you help me? [11:44] what is the trick [11:44] rhoffaa: did you try using "ftp" instead of "gftp"? [11:44] my xorg is perfect now, so I'm happy =) [11:44] kt0xd, #ubuntu-es may help [11:44] Seveas: how do i make sure that your drivers are not installed? [11:44] no someone told me to dl this [11:44] i willthough [11:44] ok thank you [11:44] BenUrban, don't use my repository [11:44] ... [11:44] thanks === Tony_Sidaway [n=Tony_Sid@wikipedia/Tony-Sidaway] has joined #ubuntu [11:44] lol benurban [11:44] it's true [11:44] can't i mask packages in ubuntu? [11:44] BenUrban, but now that I know this, I'll fix it [11:44] beelzebub1987: you only THINK it's perfect. I started playing with FontPaths and stuff yesterday, and I've never been happier with the way my desktop looks. [11:44] ho do i run ftp? [11:45] trappist, what? [11:45] BenUrban, yes, but I can't remember how! === pickett [n=pickett@ppp211-50.lns1.adl2.internode.on.net] has joined #ubuntu [11:45] lmao [11:45] rhoffaa: open a terminal. type "ftp " or "ftp " [11:45] beelzebub1987: I'm just saying there's a lot more that can be done. if it ain't broke, tweak it! [11:45] meanwhile i need to revert to the official fglrx stuff [11:45] how do i get them back? [11:45] trappist, thanks for the tip, I'll do some tweaking when I get the time =) [11:45] BenUrban, this is the official fglrx stuff === roune [n=roune@c-2b0b72d5.014-56-76786a1.cust.bredbandsbolaget.se] has joined #ubuntu [11:45] ... [11:45] Anyone know how to get a listing of at jobs that shows what will actually run? [11:46] BenUrban, install the kernel module from my repo and it's complete === Dido- [n=9@193.68.201.169] has joined #ubuntu [11:46] Seveas: how do i do that? === djib [n=djib@brusa.chu.cam.ac.uk] has joined #ubuntu [11:46] Dido-: atq? [11:46] BenUrban, either do that or install the latest ati drivers form the ati website [11:46] Dido-: "at -c"? [11:46] diesel: list that shows what will run? [11:46] beelzebub1987, these are the latest ati.com drivers [11:46] :/ [11:46] oh? [11:46] when I updated it was .19 [11:46] something === agente87 [n=agente87@88.1.102.82] has left #ubuntu ["Abandonando"] [11:46] afk, fixing the packages [11:47] Thanks =) === mlehrer [n=mlehrer@pollux.northsky.com] has joined #ubuntu [11:47] how do i install xmms on ubuntu? [11:47] you must have updated them in a few days worth [11:47] what is the best way to get the complete set of video codecs to work on ubuntu === skrollan [n=skrollan@I8d23.i.pppool.de] has joined #ubuntu [11:47] in that case, good job Seveas =P [11:47] mlehrer: w32codecs maybe? [11:47] haha ughhhhhhhh is there a front end for any other ftp? [11:47] i cant get it working [11:47] roune do $ sudo aptitude install xmms [11:47] question: I have a dual-core opteron machine, should I install ubuntu for amd64? [11:47] im getting pissssed [11:47] or "sudo apt-get install wxvlc [11:47] woops [11:47] I mean [11:47] yeah [11:47] BenUrban: i don't see that package available with apt-get [11:47] rhoffaa: maybe try again when you're sober? [11:48] wxvlc is a very nice media player [11:48] omg [11:48] mlehrer: dunno exactly what it's called [11:48] how can u know all thos stuff! [11:48] anyone know if there's a list of known ubuntu kernel issues anywhere? [11:48] it worked anyway, thanks! [11:48] haha my ftp skills arent to good, and its already giving me trouble entering my username when i know it is xbox [11:48] ... [11:48] why is your username xbox? ;) [11:48] lol; [11:48] you havnt heard of anyone else having this problem with that error message i sent you earlier so i could just fix that and get on [11:48] 'cos the FTP server is running on an xbox... [11:48] lol [11:49] For example, if I atq i get the following output: 3 2005-12-15 11:55 a root. How do I see what 3 is actually going to run? [11:49] yea === YoManWazap [n=Eric@HSE-Montreal-ppp3472700.sympatico.ca] has joined #ubuntu [11:49] yeah im going to turn my xbox into a ftp server i think [11:49] i want it for xbmc [11:49] i have that atm [11:49] xbmc is the shit yall [11:49] but, i cant get the xbmc.xbe and xml over, the directory will transfer but those two files individually in another directory wont work [11:50] i have an old p2 for a router atm [11:50] k31th_: language === denisbr [n=denisbr@201-24-114-87.bnut3702.dsl.brasiltelecom.net.br] has left #Ubuntu ["Fui] === YoManWazap [n=Eric@HSE-Montreal-ppp3472700.sympatico.ca] has left #ubuntu ["Leaving"] [11:50] soz [11:50] question: I have a dual-core opteron machine, should I install ubuntu for amd64? === gleesond [n=devong@71-34-107-90.ptld.qwest.net] has joined #ubuntu [11:50] wouldnt mind sticking a diff distro on it tho [11:50] if i can get the ADSL card to work :p [11:50] but i wish someone could help me with this problem anyone ever have ftping problems [11:50] Anyone know of a program that can send and recieve webcam at the same time, that can be used between an ubuntu computer and a windows one? [11:51] I just installed kde and it doesn't seem to be working right... is there a set of pakages that I might need to make it work correctly in ubuntu? [11:51] diesel: I already told you. "at -c" like "at -c 3" to see job 3 === ash_ [n=ash@tardis.mub.unimelb.edu.au] has joined #ubuntu === martianfood [n=martianf@hlfxns0147w-142167196214.ns.aliant.net] has joined #ubuntu === clipper [n=lxuser@62.57.43.218] has joined #ubuntu === tonyyarusso [n=anthony@69.158.128.4] has left #ubuntu ["Leaving"] [11:52] dooglus: well, I asked in different way, didn't I...in which you gava different anser [11:52] kt0xd , it started to do something, but when it was done with the jibberish, it said like no packages installed === rudiz [n=rudiZ_@e189253.upc-e.chello.nl] has joined #ubuntu [11:53] roughtrader: Yes, you should. [11:53] roughtrader: I'm fairly sure opterons won't run i386 stuff anyway. [11:53] how i get rid of the Debian-menu inKmenu? [11:54] some fonts have dissapeared in firefox, even when I highlight them, cannot see what is typed [11:54] deja vu === m0biu5 [n=micah@r209078.res.Lehigh.EDU] has joined #ubuntu === beezly_ [n=beezly@83.148.168.219] has joined #ubuntu === aguazer0 [n=awa@32.Red-81-35-181.dynamicIP.rima-tde.net] has joined #ubuntu [11:54] well, I did ask it before [11:55] hi [11:55] ho [11:55] yeah, an hour ago [11:55] lol [11:55] most people aren't that patient :P [11:55] and no one responded then, except for one person saying it happened since he upgraded [11:55] rudiz: I think you have to either uninstall menu or hack kde config files [11:55] Does anyone here use alltray? [11:55] hey, anybody use cantus on ubuntu? === spacey [n=spacey@flits101-191.flits.rug.nl] has joined #ubuntu [11:55] its a nice gtk mp3/id3 renamer/tagger === riffic [n=drriffic@user-0c6t1gs.cable.mindspring.com] has joined #ubuntu [11:55] rudiz: or it will put it back when you install something new [11:56] which apparently has only very old version included in ubuntu [11:56] i tried the sudo aptitude install xmms, it said that no packages installed [11:56] apt-get remove menus-xdg? [11:56] somebody knows what happen with avidemux package? yesterday it was in universe, but I can find it now [11:56] roune, enable universe [11:56] hi I think I might be having alsa issues with dapper can anyone help me troubleshoot so I can file a bug? [11:56] !info avidemux [11:56] picasso, you might want to check out tagtool [11:56] *can't [11:56] i use a cs42xx [11:56] ok, i'll try that [11:56] Package 'avidemux' does not exist. [11:56] anyone recomend a good mail & imap server? [11:56] Seveas: done fixing? [11:56] just need a good interface -- JJ MP3 Renamer for windows is the best i've used [11:56] k31th_, I like courier [11:56] k31th_: courier [11:56] rudiz: no I believe it's just menu [11:57] er cs46xx [11:57] the nvidia drivers for video cards are really old for 64-bit linux [11:57] Seveas: Ubotu doesn't have the extras repos. [11:57] mve, removing menu-xdg is also good? [11:57] BenUrban, no, waiting for something to download :) [11:57] ah [11:57] courier is a imap server ? [11:57] k31th_: it is [11:57] cafuego, he sais universe :) [11:57] i wil try it === robertj [n=som@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu [11:57] picasso, I'm sure you'll find tagtools interface pleasant :) [11:57] Seveas, but yesterday avidemux was in universe [11:57] wat about a mail server ? [11:57] is it better to install the regular nvidia drivers even though using the 64-bit linux? === freakazoid3333 [n=matt@pool-151-197-243-61.phil.east.verizon.net] has joined #ubuntu [11:57] roughtrader: They're the same as for i386 breezy (and they work fine) [11:57] k31th_, imap/pop3/smtp/mailinglist [11:57] is there a bot on this channel? [11:57] I wonder why [11:57] sweet, thanks cafuego [11:57] Seveas: please pm me when it's fixed [11:57] !bot [11:57] Yep, that's me! I'm a bot alright. Read http://wiki.ubuntu.com/UbotuUsage to find out how to use me. Do NOT play with me in any channel. [11:57] how, do u want me to type that? i did anyway and it didnt work ^^ [11:57] BenUrban, will do [11:57] Seveas, is it ok to remove menu? [11:57] !find bin/avidemux [11:58] Seveas: whats it like at sending large amounts of email ? [11:58] good === Jared [n=jared@209.168.159.192] has joined #ubuntu === BenUrban points out that imap isn't for sending mail === Chand| [n=richard@bdn33-2-82-235-236-239.fbx.proxad.net] has joined #ubuntu [11:58] ;) [11:58] !find bin/avidemux [11:58] !find avidemux [11:58] i have java installed and firefox wont let me play runescape...any ideas [11:58] whats the best way to edit files you only have ftp access to? [11:58] ubotu tell mlehrer about w32codecs [11:58] Seveas: its ok to / secure / stable replacment for sendmail ? [11:59] is there an easy ftp filesystem or something? [11:59] k31th_: postfix+courier (with optional ldap/mysql auth backend) are a great system. [11:59] k31th_, yup, I'm very happy with it [11:59] Jared: have "Enable Java" checked in your prefs? [11:59] rudiz: I do find the debian menu useful though, as not everything goes into the kde menu as far as I can tell === Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has left #ubuntu [] [11:59] courier is not actually a mail server then? i need postfix as well ? === Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has joined #ubuntu [11:59] yes it says i need to download the plugin but there isn't one === noirequus is now known as nalioth [12:00] k31th_, k31th_ courier does imap/pop3/smtp/mailinglist [12:00] no need for anything else