/srv/irclogs.ubuntu.com/2005/01/09/#ubuntu.txt

broodsterhey12:00
broodsterdo i need a program12:00
Kamionteuf: switch to alt-f2 around the middle of the installation (during the partitioning stage is good), switch to alt-f2, 'nano /var/lib/dpkg/info/grub-installer.postinst', put 'set -x' (without the quotes) on the second line, save and exit the editor, and then continue with the installation12:00
broodsterto open binaries?12:00
Kamionbroodster: type 'head -n 1 jdk-1_5_0_01-nb-4_0-bin-linux-1.bin' and show us the output, please12:00
Kamionteuf: then you should have a full trace of what grub-installer's doing in /var/log/syslog (I think, or it might be /var/log/messages)12:01
Kamionteuf: the code there is rather simple and doesn't talk to hardware; all I can think of is that it must be an infinite loop12:01
broodster|  GNUUEv1^PTRh D12:01
broodster                                                    hQVhUSP[ Jt&BJUJ12:01
broodsterthat's the output o_O12:02
spikebit'd be nice if rhythmbox actually scanned directories for changes on load12:02
=== fgubuntu [~fgubuntu@host118-216.pool8248.interbusiness.it] has joined #ubuntu
Kamionbroodster: oh so it's actually an executable, not a shell script, hm12:02
Kamionbroodster: what happens when you type 'file jdk-1_5_0_01-nb-4_0-bin-linux-1.bin'?12:03
broodsterit's java12:03
broodsterruntime12:03
broodsterhow the hell do i open it12:03
Kamionpaste the output of 'file jdk-1_5_0_01-nb-4_0-bin-linux-1.bin' please12:03
teufKamion, ok, I'm gonna get that stuff, I'll be back in a while12:03
Kamionteuf: thanks12:03
broodsterbroodster@broodster:~ $ sudo sh jre.bin12:04
broodsterjre.bin: jre.bin: cannot execute binary file12:04
broodsteroh woops12:04
broodsterbroodster@broodster:~ $ file jre.bin12:04
broodsterjre.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, statically linked, stripped12:04
Kamionsh won't be able to open it, obviously, it's not a shell script12:04
Creapisn't there a firefox 1.0 for ubuntu?12:04
Kamionyou *are* on i386, aren't you?12:04
broodsteramd6412:04
teufKamion, hmm, actually it doesn't totally hang, but the boot device detection takes a few minutes, dunno if that's to be expected or if it's still worth a bug ?12:04
=== ironwolf [~ironwolf@63-228-63-108.mpls.qwest.net] has joined #ubuntu
broodsteroh12:04
KamionCreap: yes, in hoary, it wasn't released when warty released and the release candidate gave us troubles12:04
broodsterit's only for intel based architectures?12:05
spikebCreap, there's a backport available12:05
spikebCreap, check http://www.cuodan.net/~spike/sources.list for the details12:05
Creapok tnx12:05
Kamionbroodster: I can't remember if amd64 can run statically linked i386 binaries12:05
Setiteis cd burning really as difficult as it seems to be from this chat room12:05
spikebno12:06
Kamionit can run dynamically linked ones if you have the libraries there12:06
Setitei see so many people saying its not working12:06
spikebworks fine for me12:06
Setitestaticly linked?12:06
Setitehey who is successfully using ubuntu64 with 32bit libs12:06
Kamionopenoffice.org works for me on amd64, and that's a 32-bit application in warty12:06
Setitewith 32bit chroot or that other method12:07
Setitereally12:07
Kamion32-bit chroots work perfectly12:07
Setiteis that common12:07
Setitebut did you do the thing to add them12:07
Kamionnot really, OOo just isn't 64-bit clean at the moment so we punted to the 32-bit version12:07
Kamionwhich is a lot more work for us actually12:07
broodsterokay well12:08
Kamionit's much easier if stuff builds and runs 64-bit12:08
broodsterhow do i run abinary?12:08
Kamionbroodster: ./jre.bin12:08
Setiteis there an automated process for rebuilding progs to use 64-bit libs12:08
Kamionor whatever12:08
KamionSetite: same as building packages from source for any other system12:08
Setiteremember i know nothing so im just throwing out random questions without knowledge of plausibility or possibility12:08
broodsterwow12:08
broodsterthanks =D12:08
Kamionif you don't have the source code, you're screwed.12:08
Setitebut if i download 32-bit code and compile it... it will automatically use the 64-bit libs? successfully?12:09
Kamionbroodster: I never thought that you wouldn't have tried that, since crimsun suggested it to you above12:09
=== Nominus [hanzo@2001:5c0:8fff:fffe:0:0:0:1175] has joined #ubuntu
KamionSetite: source code (at least halfway decent code) is not intrinsically 32-bit or otherwise, it's just source12:09
=== hazza96 [~harry@cust0531.qld01.dataco.com.au] has joined #ubuntu
Kamionif it's badly written it might break in a 64-bit environment for one reason or another, in which case you should get the author to fix it12:10
spikebi should compile muine12:10
nevynKamion: some * = (void *) someint12:10
Kamionnevyn: like I say, badly written code12:10
broodsteroh12:10
nevynKamion: but nevertheless common.12:10
broodsteri just spotted the amd64 version12:10
broodsterlol12:10
Kamionnevyn: sure, didn't say it wasn't12:11
Kamionnevyn: that's independent of the fact that Setite is confused about what source code is ... :)12:11
Kamionyes, amd64 can run statically linked i386 executables, just tested12:11
Setitei know what it is mostly... im just not 100% familiar with what makes code 64-bit...12:12
Kamionnevyn: mind you, most of the Debian/Ubuntu archives are pretty clean of that sort of thing.12:12
Setiteone more question for the 64-bit thing... well 2... is source generally available for most apps?12:12
spikebthe source is available for evry open source app12:13
JDahlSetite, it's just a C program like any other12:13
Setitehehe nvm.. 112:13
nevynKamion: true they are. bdale had a big push on portability a while ago.12:13
Kamionnevyn: and many others, yes12:13
nevynand then ubuntu pushed it further.12:13
Kamionwe haven't done very much in that field compared to what went before us12:13
nevynwhen he was dpl it was one of his big deals12:13
Kamionwe run build daemons and catch the odd bug12:13
nevynyeah so are ubuntu using the standard buildd's?12:14
nevynor custom ones?12:14
Kamionpretty much standard, some modifications12:14
nevynand are you autobuilding on x86?12:14
Kamionmost of which have been fed back to Ryan12:14
daniels(we're not using debian's actual buildd machines, obviously)12:14
Kamionsure12:14
nevynthat's one of my big bugbears with debian.12:14
nevynthat they don't autobuild on the maintainers arch12:14
Kamionit makes sense in the Debian world; you wouldn't get decent testing of uploaded packages otherwise12:15
Kamionat least with source+binary uploads you can hope that the *maintainer* tested the upload.12:15
nevynKamion: the problem is. that there are two packages I know of..12:15
Setitebugbear?12:15
nevynthat are built agains the nvidia glx headers12:15
KamionSetite: gripe12:15
=== killpanda [~killpanda@f04a-8-28.d1.club-internet.fr] has joined #ubuntu
killpandaplop :)12:15
nevynSetite: annoyance.. gripe12:15
spikebheh nevyn12:15
Setiteyea i figured that... but i found it to be an odd word12:15
killpandahow has installed ubuntu on an oldworld powerpc ? :)12:16
Kamionnevyn: yes, regrettably that happens occasionally, but it's fairly rare and generally dwarfed by other problems12:16
calcotoh binary uploads mean that you have no idea if arch all packages can be built12:16
Kamioncalc: sure we do, Daniel Schepler runs around with a private autobuilder and files bugs religiously12:16
calcKamion: heh :)12:16
nevynunless the maintainer is very conciencous and uses an sbuild12:16
Setitehehe i wonder what ill learn from sams teach yourself linux in 24 hours12:16
spikebprobably not much12:17
calchow to use the gui12:17
Setitewell im reading it for one thing12:17
nevynSetite: teach yourself C for linux in 24 hrs isn't terible.12:17
nevynmain is an int like god intended12:17
Setitei want to know wtf xfree86 and x.org are12:17
calcSetite: safari is cool :)12:17
nevyn24 days not hrs12:17
=== Triple5 [~ubu@pool-162-83-234-214.ny5030.east.verizon.net] has joined #ubuntu
Setitei dunno if i want to learn C12:17
nevynSetite: x servers12:17
crimsunC is probably the easiest language to learn12:18
Setitehaha visual basic drove me nuts12:18
nevynSetite: they're the underlying infastructure of the graphical user interface12:18
calcc++ seems easier so far12:18
Setiteshit this book is old12:18
calcbut python rox them all :)12:18
crimsunK&R is a testament to the simplicity of C12:18
=== lizdeika [~lizdeika@mail.northway.lt] has joined #ubuntu
nevyncalc: you're not the calc?12:18
crimsunhe is _the_ calc.12:18
calcnevyn: i'm not?12:18
KamionSetite: 64-bit dependencies in source code tend to be things like making unwarranted assumptions about the lengths of primitive types like int12:18
Setitewhat else do i have12:18
killpandaerf, I have a problem when I want to boot the fresh installed box ... he tell me that he can't open root device ... but I can try with all the root= options I want he don't boot :'(12:18
Setiteint12:18
nevynthe one who maintained large portions of kde?12:18
=== will [~will@1-1-7-19a.ars.sth.bostream.se] has joined #ubuntu
Kamionkillpanda: there's a reason we don't support oldworld :(12:19
calcnevyn: yes12:19
Setitesee... you talking about sex to a two year old12:19
killpandaKamion: arfff12:19
nevynI still say C should have had a bounded datatype in the language.12:19
Kamionkillpanda: somebody has done it, there's a bug open about it12:19
nevynI ment unbounded.12:19
killpandaKamion: ok12:19
Setitehmmm oreilly learning debian gnu12:19
calcnevyn: i learned languages orignally by doing (no books), i'm going back and relearning them now via books to close the gaps12:19
Setitethis may teach me something12:19
nevynah12:19
nevynI've done lots of books.12:20
nevynI need to do 3 years of working with code.12:20
KamionSetite: you probably won't get the difference between XFree86 and X.org out of a book; it's a fairly recent development and largely political rather than technical12:20
killpandai had tried with a 2.4 kernel and it worked but for the modules and others it is not very good ...12:20
calcnevyn: hmm?12:20
Setiteok12:21
killpanda( i'm french, excuse me for the bad english :) )12:21
calccrimsun: doing oop in c seems a bit more complicated than c++ for example ;)12:21
nevyncalc: I know lots of programming theory. I need to do some serious coding.12:21
crimsuncalc: you're better off shooting yourself in the foot ;)12:21
nevyncalc: umm yes cause in c you have to write all the infastructure yourself.12:21
nevynC is procedural. don't try and make it something it's not.12:21
calcnevyn: isn't that the point of gnome on c?12:22
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Setitehehe this may be the best book of all these ones12:22
Setitestill older than hell12:22
nevynno the gnome people hate  OOP12:22
=== siulca [siulca@cpc4-cdif4-5-0-cust54.cdif.cable.ntl.com] has joined #ubuntu
crimsunis Miguel still a gnome person?12:22
siulcaHi12:23
calccrimsun: yes he made top 50 on network world this week12:23
nevynthey're all eww reflection callbacks are the bomb.12:23
calccrimsun: he's a VP at novell12:23
=== nevyn likes reflection.
crimsunand isn't Miguel a Mono person? ;)12:23
calcyes12:23
Setitedid anyone switch to linux for school reasons12:23
calcand mono isn't oop, it just your imagination ;)12:23
nevynheh12:23
crimsuncalc :P12:24
Setitenever again do i want to lose a report because im too dumb to save it...12:24
Kamionnevyn: *shrug* the GNOME libraries are object-oriented12:24
=== kuckus [~root@pD9E811F2.dip0.t-ipconnect.de] has joined #ubuntu
siulcacan I install Return To Castle Wolfenstein: Enemy Territoy on my Ubuntu? I knwo there's a linux version but not sure if it's compatible with Ubuntu. Anyonw has a clue?12:24
=== drspin switched for school
nevynKamion: in  C which is just.. wrong.12:24
crimsunsiulca: yes, you can. It runs fine.12:24
drspinHIGH SCHOOL --12:24
calci switched to linux because it was hard12:24
Kamionnevyn: I don't agree12:24
crimsunsiulca: it's distro-independent12:24
scizzosiulca: it works just fine...12:24
drspinCalc: exactly ;)12:24
calcnow its too easy, bah ;)12:24
Kamionnevyn: that argument is not really appropriate here, though :)12:24
siulcacrimsun: excellent cool amazing :D12:24
nevynKamion: true.12:25
killpandagoodbye mens :)12:25
=== mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu
kuckusHi all12:25
=== killpanda [~killpanda@f04a-8-28.d1.club-internet.fr] has left #ubuntu []
crimsuncalc: better move on to BSD! ;)12:25
calccrimsun: BSD has gnome/kde too :\12:25
calci need to switch back to altair or something ;)12:25
crimsun;)12:25
siulcathat reminds me I still need to install my 9800XT drivers... anyone knows of a howTo?12:25
JDahlSetite, I switched from Win3.11 for some undergraduate programming courses around 10 years ago... the 64kb segments in Windows were driving me nuts12:25
drspinCalc - develop your own distro...12:25
calcreally i switched to linux because i saw the magic word on a login screen to my isp in 199512:26
Setitecalc.. i switched for that reason with redhat 6.... and rendered a harddrive nearly worthless12:26
calcheh12:26
Setitehehe... i was like 12 or 13 then12:26
=== adam_ [~adam@cable1-stm-56.gmpexpress.net] has joined #ubuntu
calci remember redhat 6 that wasn't too long ago12:26
calci stopped using redhat with release 5.012:27
kuckusI just killed my XF86...conf after installing radeon drivers without making a backup first... so I was thinking of letting the installer script re-run to get the one it created automatically during installation back. Is that a good idea? Also, in case it is, what is the installer script called and where do I find it?12:27
Setiteyea it wasnt... like 99 i think12:27
calcthat was a big pos12:27
drspinmy first dual boot was RH 612:27
drspinand win9812:27
Setitei wasnt successful12:27
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
willi switched to linux about 3 months ago12:27
adam_I tried extracting a cd to wave and it does it at .6, I have a NEC dvdrw 16X, shouldnt it extract much faster?12:27
adam_Is dma not enabled?12:27
broodsterhmmm12:27
drspindma?12:27
Setiteyea i imagine alot of people switched at rh6 time.... it was a peak in windows instability12:27
broodsterhow do i compile a .jar?12:27
calcadam_: perhaps or if the disk is scratched it will go slow as well12:27
adam_direct memory access12:27
nevynadam_: it's cdparanoia.12:27
adam_disc is brand new, perfect12:28
adam_cdparanoia isnt that slow if i remember right12:28
drspinno I knew that -- I was saying to check if it's on or not12:28
adam_.6?12:28
nevynadam_: reading redbook is harder than reading data cd's12:28
calcadam_: yea cdparanoia should be faster on a good disc12:28
nevynadam_: even without dma you should go faster than that.12:28
calcadam_: try ripping it directly with cdparanoia and see what it does12:28
adam_itunes and windows media extract at light speed in comparison12:28
willkuckus: just edit the /etc/X11/XF86Config-4 file and change the driver :)12:29
nevynit's not copy protected or something evil?12:29
Setitehaha i just learned why OS's exist12:29
Setitehehe12:29
=== siulca [siulca@cpc4-cdif4-5-0-cust54.cdif.cable.ntl.com] has left #ubuntu []
adam_Kraftwerk Computer World12:29
calcitunes rips slow as well if you set it to do error correction12:29
calcbut usually at least 4x12:29
adam_I dont think its protected12:29
=== bluefoxicy [~bluefox@pcp485126pcs.whtmrs01.md.comcast.net] has joined #ubuntu
calccdparanoia can successfully rip stuff itunes dies on though12:29
drspinI rip at 7x with iTunes error correction and 16-18x without :D12:29
willkuckus: or run sudo dpkg-reconfigure xserver-xfree8612:29
calci have some really bad cds that cdparanoia rips fine, but itunes completely stops12:30
calcon that topic is there anything that can encode to m4a format on linux for playback on ipods?12:30
adam_7X is fast compared to .6X12:30
kuckuswill: That *might* work... though I'm not sure what else my dpkg-reconfigure adventure that was proposed in the FAQ changed ;) I'll give it a try12:30
calcadam_: yea 0.6X sounds like something bad is happening12:31
drspincalc: why not just use mp3?12:31
calcsame reason people use ogg over mp3, m4a is much better than mp312:31
kuckuswill: That's what I did in the first place, afterwards the xserver wouldn't start again12:31
drspincalc: I agree...12:31
willkuckus: if you accept the defaults it wont change anything:)12:31
calcand ipod can't play ogg :\12:31
drspininstall ipodlinux :)12:31
kuckuswill: well I accepted most, so....12:31
kuckuswill: anyway I'll just try again.12:32
danielsdrspin: ipodlinux only plays ogg at 80% realtime12:32
drspindaniels: boo12:32
=== liquidboy [~liquidboy@222-152-151-18.jetstream.xtra.co.nz] has joined #ubuntu
teufcalc, there's a libfaac iirc to encode to m4a, maybe it comes withr a command line encoder12:32
willkuckus: change the 'driver' to 'ati' and remove any special settings12:32
adam_how do you get cdparanoia to give you speed?  -v doesnt do it12:32
Kakarottohey12:32
calcteuf: ok12:32
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
willkuckus:or post your xfree86 config in room #flood12:32
willor www.pastebin12:32
will.com12:32
calcadam_: no idea, i just time it :)12:32
adam_Also, doesnt sound juicer use cdparanoia?12:32
Kakarottowhere the heck is the "/etc/X11/fs/" folder?12:32
liquidboyubuntu crashed :O i was just fiddling with the themes, and it started throwing a wobbly, and crashed (windows style :P )12:33
Kakarottodoes someone knows?12:33
willKakarotto:dunno, but i do not haveit12:33
calcadam_: i think it does, but testing directly with cdparanoia will let you see if its the reason it is slow12:33
Kakarottohello?12:33
adam_Well if dma is not enabled my dvdrw will be slow, how do i check and enable dma?12:34
calcKakarotto: i don't have that folder12:34
Kakarottodamn it12:34
nevynadam_: htdparm12:34
nevynbleh12:34
Kakarottoi need it to install some truetype fonts12:34
nevynadam_: hdparm12:34
Kakarottoand every tuto talks about that directory but it doesn't exists.. i'm frustrating12:34
=== mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu
Kakarottodoes someone knows how to install truetype fonts?12:35
Kakarottoadam_: btw, how are you going with your X server?12:35
huttananyone know of a good way to assign mousekeys?12:35
willadam_: use hdparm12:36
adam_I got it, had to install from web on install, then install build-essential then install nvidia driver12:36
=== jeffreyb [~jeffreyb@1Cust2091.an5.chi30.da.uu.net] has joined #ubuntu
adam_This is what I hate about linux, everything if not hard is a time consuming pain in the ass12:36
kuckuswill: ok, just replacing flgrx with ati hasn't helped so far - is there an easy way to post the file to #flood or pastebin.com from the conole? Still trying to find my way around here... ;)12:37
nevynadam_: so don't use it. nobody's forcing you.12:37
adam_Microsoft is forcing me12:37
nevynif there's something that works better for you use that.12:37
nevynhow so?12:37
huttankuckus, if you have flgrx in your config it shouldnt work12:37
calcadam_: get a mac12:37
Kakarottokuckus  : r u having problems with fglrx? (ati drivers)12:37
huttankuckus, it's fglrx12:37
=== sysop has finally received his Ubuntu CD's and is very happy! :-)
=== jan_ [~jan@p3E9EB39A.dip.t-dialin.net] has joined #ubuntu
Kakarottoi have "just" got my fglrx working some hours ago.. if you need help....12:38
adam_I love linux I just dont understand why dma is not enabled and my graphics dont work out of the box12:38
kuckushuttan - sorry, typo! that's what I had12:38
jan_hiho12:38
=== zAo^ [~zao@zAo.xs4all.nl] has joined #ubuntu
jeffreybGot a n00b question... I just recieved my Ubuntu cds in the mail. I currently use Mepis but favor Gnome Desktop- Thats why I'm trying Ubuntu. What I would like to know is if Warty is stable.12:38
nevynadam_: what graphics card?12:38
crimsunadam_: for what device is DMA not working?12:38
adam_I got my graphics working12:38
crimsunjeffreyb: yes12:38
willkuckus: sudo gedit /etc/X11/XF86Config-412:38
nevynif it's very new it's because we don't have support written yet. if it's from nvidia it's because they're assholes12:38
crimsunjeffreyb: not much point in calling a release 'stable' if it's unstable ;)12:39
=== ikaro [~ikaro@ikaro.fluxbox.org] has joined #ubuntu
drspinhow can I store my hdparm settings?12:39
=== unperson [~nickc@dsl092-149-232.wdc2.dsl.speakeasy.net] has joined #ubuntu
neighborleewill, just in case you have any other ideas before I make forum post...I am unable  ( I went to URL you pasted )to run k3bsetup as root user only as regular user..so I run it and it asks for my password but then I get this:: Command 'kcmshell' 'k3bsetup2' not found ? ;_)12:39
jan_is there any netmd support under ubuntu for my minidisc-player?12:39
jeffreybMepis folks commplain that its not stable - suspect a bias ;P12:39
unpersonPath of least resistence to mount a smb share?  I could browse it with nautilus but there wasn't an obvious option for mounting it.12:40
willkukus: yeah remove it, what huttan said12:40
sysopanyone with any experience using SIPPhone software on ubuntu? Links, info?12:40
=== Dekkard [~psykobabb@adsl-68-21-37-44.dsl.sfldmi.ameritech.net] has joined #ubuntu
=== ldng [~ldng@lns-vlq-39f-81-56-136-103.adsl.proxad.net] has joined #ubuntu
Dekkardwell.. it took a while but i finally broke gnome in hoary..12:40
=== Dekkard waits for applause
Kakarottodoes someone knows how to install truetype fonts?12:40
crimsundrspin: see /etc/default/hdparm12:40
adam_hdparm -d /dev/hdc   this should work right?  do i have to restart or goto runlevel 3?12:40
=== drspin applauds Dekkard
willneighborlee: you must follow the howto, and use the 'Root Terminal'12:41
crimsunadam_: that only queries the setting12:41
crimsunadam_: it does not set it12:41
drspinadam_: sudo hdparm -d1 /dev/hdc12:41
=== Kakarotto tests the /me command
=== Stuttergart [~Stutterga@im.nathanvalentine.org] has joined #ubuntu
adam_it failed, operation not permitted12:41
=== mcgood [~mike@adsl-4-196-58.mem.bellsouth.net] has joined #ubuntu
jeffreybHere would be my delima in switching to Ubuntu... I need to use Win4Lin and I understand that Warty isn't Win4Lin ready.12:42
=== siulca [~ant@cpc4-cdif4-5-0-cust54.cdif.cable.ntl.com] has joined #ubuntu
drspinjeffreyb - so use vmware12:42
willneighborlee: also remember that you have to have all the correct packages, that k3b 'suggests' (ie k3blibs etc)12:42
crimsunjeffreyb: then compile the kernel module for win4lin using linux-headers-`uname -r`12:42
adam_Do I have to be in runlevel 3 or something to set it?12:42
drspinadam_ try it12:43
huttankuckus, have you got your fglrx module to work?12:43
adam_I did, it failed, operation not permitted12:43
=== unperson [~nickc@dsl092-149-232.wdc2.dsl.speakeasy.net] has left #ubuntu ["Leaving"]
=== unperson [~nickc@dsl092-149-232.wdc2.dsl.speakeasy.net] has joined #ubuntu
=== WildRabbit [~WildRabbi@adsl7-69.simnet.is] has joined #ubuntu
teufKamion, I filed bug #5059 with the files you asked for12:43
siulcacould you be so kind to tell me how do I check my kernel version? :/12:43
Creapwhich sshd should i use..? i find a few when i apt search for sshd12:43
huttansiulca, uname -r12:44
mcgooduname -a to check12:44
unpersonI tried using LinNeighborhood, but it says smbmnt must be installed suid for users to mount a share.12:44
siulcahuttan, thanks :)12:44
Creapand just apt-get install sshd doesn't find anything12:44
unperson...which it's not.12:44
unpersonapparently12:44
neighborleewill,  I do...ie: it installed fine in synaptic12:44
huttanCreap, apt-get install openssh-server12:44
Creapok12:45
adam_bwahaha, I cant even play the cd, guess i should get my sound card working before i bother ripping my cds12:45
=== hazza96 [~harry@cust0531.qld01.dataco.com.au] has left #ubuntu []
willhuttan: is fglrx an ati module?12:45
huttanwill, yes12:45
drspinadam_ are you on a laptop?12:45
kuckushuttan: no, and I can't seem to get the old ati driver working, either, the server isn't starting at all. a backup of the original file would have been great ;)12:45
Creapgreat thanks12:45
huttanIt's the graphics module for ati graphics card12:45
adam_Asus A8V AMD64 3500+12:45
unpersonIs there a better way to mount a smb share?  Can I reconfigure smbmnt or add a line to /etc/fstab to fix this issue?12:45
adam_Realtek sound I believe12:45
drspinare you using onboard IDE controller?12:45
huttankuckus, you have a custom kernel or the one that comes with ubuntu?12:45
huttanunperson, you can mount smbmounts from fstab if that's what you're asking12:46
drspinadam_ are you using onboard IDE?12:46
adam_Im using the Promise RAID controller as ide for my 2 sata harddrives12:46
adam_what does that have to do with my sound?12:47
kuckusI'm not sure what setting to change in dpkg-reconfigure to get it back to its original state - 'ati' driver alone doesn't do it... It's still the original kernel12:47
drspinok and what about for the CD drive?12:47
unpersonhuttan, eh, no, I'm asking how can I allow users to mount arbitrary smb shares (in their own directories)?12:47
huttankuckus, dpkg -l |grep fglrx12:47
adam_my dvdrw is ide, I dont think they make sata drives yet12:47
huttankuckus, check if you have it installed12:47
kuckusAre there any more detailed error msgs of xfree anyplace?12:48
calcplextor has sata dvd-rw now, but not many others do12:48
adam_ok well mine is ide12:48
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
huttankuckus, /var/log/XFree86.0.log i think12:48
kuckushuttan: Yes, I have the -driver and -control packages12:49
drspinadam_ perhaps there is a conflict between onboard IDE and your RAID IDE card... also it's possible that your kernel is using SCSI emulation...12:49
=== ai1 [~air@cm209027.red.mundo-r.com] has joined #ubuntu
huttankuckus, and what does it say when you try to modprobe fglrx ?12:49
ai1hello12:49
kuckushuttan: Just followed the steps in ubunu's faq pages12:49
ai1i,m12:49
ai1spanish12:49
adam_my kernel shows my sata as sdx12:49
ai1my english is very bad12:49
ai1i installed now ubuntu12:50
kuckushuttan: nothing at all, that seems to be working fine12:50
adam_but why would a kernel not be able to handle regular old ide?12:50
ai1and i dont know12:50
huttankuckus, well..you need the module loaded in order for it to work with your config =)12:50
ai1the password of root12:50
ai1anybody can help my12:50
huttankuckus, try to set it back to fglrx in the config file now and try start it12:50
ai1??12:50
huttanai1, sudo passwd root12:50
huttanto set one12:50
ai1ok12:50
ai1thanks12:50
=== broodster [~broodster@n219078247056.netvigator.com] has joined #ubuntu
drspinadam_ perhaps it's a compatibility thing with your setup???12:51
Kamionteuf: thanks12:51
adam_Its not like the 939 Asus A8V is a esoteric board12:51
kuckushuttan, I added it to the end of the modules file - shouldn't that make it load automagically on boot?12:51
jeffreybcrimsun: Can I msg you?12:51
huttankuckus, yepp12:51
ai1ciao12:51
crimsunjeffreyb: for?12:51
ai1boys12:51
=== ai1 [~air@cm209027.red.mundo-r.com] has left #ubuntu []
adam_What pci sound card can I buy that will have no problems with Ubuntu?12:51
jeffreybGot a question on this compile thing...12:51
siulcaI just installed the ATI drivers... I think! Must I reboot for them to work?12:52
huttansiulca, nope12:52
crimsunjeffreyb: k, what's up?12:52
adam_God you guys must get tired of people coming in here asking for help12:52
siulcahuttan, how can I check that they're installed and working then?12:52
crimsunadam_: on the other hand, you can stay and help others, too :)12:52
Setitei think they enjoy it12:52
Setitei even try with my limited knowledge12:52
huttansiulca, you used a preconfigured deb package to install them or you compiled it yourself?12:52
adam_That would be the blind leading the blind  ;)12:53
Kamionteuf: whoa, interesting12:53
Setitebut i may only be half blind whereas you may be completely blind12:53
siulcahuttan, er... I used synaptic!12:53
huttansiulca, sudo modprobe fglrx12:53
Kamionteuf: it's hanging on the non-ASCII character in the detected name of your Windows system12:53
adam_All the more reason not for me to lead someone else12:53
Setiteand if your just being lazy... ill tell you to tell it to father google12:53
Kamionteuf: at least, that's what appears to be happening ...12:53
adam_for me not12:53
=== zenwhen [~zenwhen@host-216-78-81-82.bgk.bellsouth.net] has joined #ubuntu
KamionDec 29 00:14:47 main-menu[2586] : (process:20452):  Microsoft Windows XP [90] dition familiale12:54
adam_If I was lazy I would use AOL on windows 9812:54
kuckushuttan, changed it back to fglrx, but no luck. is 'startx' enough to restart the server do I need to do anything else?12:54
siulcahuttan, did that... didn;t get any output!12:54
teufKamion, this would be the label of the ntfs disk ?12:54
huttankuckus, it should be12:54
huttankuckus, what error you get? no screens found ?12:54
teufKamion, I can try to change that12:54
huttansiulca, lsmod |grep fglrx12:54
siulcahuttan, u could be telling me to format the hard drive and I would never know :p12:55
willkuckus: /etc/init.d/gdm stop (to stop) and start to start again12:55
broodsterhey cool12:55
huttanheh12:55
Cloudchaserhey i have a question..i sometimes get artifacts on my screen..either a black "X" in the middle of my screen, or a hand/pointer that stay ont he screen for a time12:55
broodsterim updating =D12:55
willkuckus: remember sudo!12:55
siulcahuttan, got this output: fglrx                 207876  012:56
Cloudchaserright now i have the hand pointing ...12:56
Cloudchaseranyone else get this?12:56
Kamionteuf: it's what's in the boot.ini file at the root of the Windows partition. Are you sure that changing that won't break Windows?12:56
huttansiulca, seems to be working fine, now use fglrxconfig to write a new XF86Config12:56
huttanatleast i think it's fglrxconfig12:56
kuckushuttan: "addscreen/screeninit failed for driver 0"12:56
huttankuckus, you should try that too12:56
kuckuswill: will try, thanks!12:56
teufKamion, ah ok, changing that might break windows, I'd rather not touch it if possible ;)12:56
Kamiondunno12:57
Kamioninteresting problem though, is the character encoding of that file well-specified?12:57
spikebbuh12:58
=== will [~will@1-1-7-19a.ars.sth.bostream.se] has joined #ubuntu
adam_So is there anything you can do if it wont let you set DMA?12:58
teufin my case, it's probably encoded in iso8859-1, but I dunno if its encoding is specified12:58
Kamionno, it's not ISO-8859-112:58
Kamionit appears to be IBM code page 85012:58
siulcahuttan, I did fglrxconfig and it's asking me about mouse configuration?!! Is this right?!12:58
huttansiulca, yes...it writes a completely new file for your ati card12:59
Kamionsince 0x90 in cp850 is E-acute12:59
siulcahuttan, humm... what has the mouse to do with the gFx card?!12:59
KamionI don't think we have the tools in the installer at the moment to transliterate from cp850 to UTF-812:59
adam_My onboard sound is Realtek ALC85012:59
adam_Doesnt work12:59
kuckuswill/huttan: gdm tries starting the xserver thrice, then tells me that it thinks there's something wrong with my configuration. I'll go through the xserver-xfree86 reconfigure again...12:59
huttankuckus, fglrxconfig01:00
huttansiulca, not much, but you still need mouse support in your XF86Config file01:00
=== cyph [cyph@cyph.student.supporter.pdpc] has left #ubuntu []
=== shorty114 [~shorty114@shorty114.user] has joined #ubuntu
siulcahuttan, alright it's a general config file and not ATI specific...01:01
=== Saxius [~chatzilla@0x503e3d0e.kd4nxx4.adsl-dhcp.tele.dk] has joined #ubuntu
huttansiulca, booth01:01
=== JayeAeotiv [~jaye@c-24-1-222-101.client.comcast.net] has joined #ubuntu
JayeAeotivhi01:02
=== scoon [~scoon@dsl092-234-243.phl1.dsl.speakeasy.net] has joined #ubuntu
Setiteati... pfft01:02
Setitethey piss me off01:02
JayeAeotivI've got wine... now how do I use it?01:03
Setiteis vmware superior to wine?01:03
spikebno01:04
spikebthey're both slow01:04
=== arctick [~arc@d226-16-29.home.cgocable.net] has joined #ubuntu
spikebheh01:04
siulcahuttan, it's asking me about my TV and has 10 PAL-x options... I haven;t got a clue what to choose! I'm in the UK btw!01:04
erikSetite, apples to oranges01:04
=== erik is now known as trans_err
Setitedoes it work better or more often01:04
Setiteapples to oranges, how so01:04
scoonwhat version of libglade2-0 is in hoary ?01:04
trans_errSetite, wine is not an emulator01:04
Setitebecause they both do things a different way?01:04
Setiteoh but wmware is01:04
Setiteok... i get it01:04
scoonor even better, is there a link w/ a list of debs in hoary ?01:05
Setitei wasnt sure if vmware was considered an emulator or not01:05
Setitewhat abotu crossover office01:05
trans_errSetite, wine+01:05
phyberoptixwhat can i type to download files thru the network?01:05
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
arctickis there a free version of rar available for linux?01:05
trans_errphyberoptix, ?01:05
phyberoptixin console how do i download files?01:06
zenwhenwget internets01:06
crimsunscoon: 1:2.5.0-0ubuntu101:06
phyberoptixthanx01:06
crimsunscoon: are you running warty or hoary?01:06
trans_errphyberoptix, you can use curl or wget01:06
spikebwget -r the_internet01:06
spikeb(heh)01:06
scooncrimsun, i am running warty,01:06
crimsunspikeb: probably need -np, too :P01:06
spikebprobably hehe01:06
scooncrimsun, that is the first version that the file dialog made it into libglade.01:06
scooncrimsun, how is hoary, does it work well.01:06
spikebi would assume not01:07
=== broodster [~broodster@n219078247056.netvigator.com] has joined #ubuntu
=== ^Wild^ [~DaRkStAr@host145-237.pool62211.interbusiness.it] has joined #ubuntu
=== mrf [~alistair@219-88-185-26.adsl.ihug.co.nz] has joined #ubuntu
crimsunscoon: it works well and bleeds profusely01:09
kuckushuddan: That did it, brilliant! Thanks lots for the help :))01:09
scooncrimsun, what do you mean.  I really enjoy how stable warty is.  this is def the best distro i have used in almost 7 years.01:10
=== ArCHoNKoG [~archon@ool-182d58fd.dyn.optonline.net] has joined #ubuntu
scooncrimsun, are there things that are just really fucked up w/ it ?01:10
crimsunscoon: there will be much weeping and gnashing of teeth if you dist-upgrade to hoary01:10
=== defendguin [~supertux@adsl-157-52-224.msy.bellsouth.net] has joined #ubuntu
scooncrimsun, well i am certain that i can get thru that crap, but I am wondering what are some biggies01:11
shorty114once i'm done witht he installation of the distro, can i delete apps like apache, mysql, etc. sto compile them myself?01:11
crimsunscoon: it's in flux, things break and are fixed at some point, but on the whole, it's definitely recommended that you stick with warty _unless_ you wish to contribute to hoary's stabilisation _and_ can stomach things breaking -- sometimes horribly01:11
siulcaI'm setting up a new config file... does anyone know what is xfree86-dga?!01:11
teufKamion, I removed the non ascii characters from BOOT.INI and restarted the installation01:12
zenroxya scoon  like me i am using hoary01:12
=== Saxius [~chatzilla@0x503e3d0e.kd4nxx4.adsl-dhcp.tele.dk] has joined #ubuntu
crimsunsiulca: it's the DGA extension. Generally you want it. Actually, in nearly all situations you want it.01:12
teufwindows doesn't care, I'll tell you if grub installatoin succeeds01:12
scooncrimsun, since there doesnt' seem to be anything specific, then i will keep what i got.  maybe i will just roll my own libglade2 deb01:12
siulcacrimsun, thanks :)01:12
Kamionteuf: ok, cool01:13
siulcacrimsun, do I want to export pseudo color visuals?!01:13
crimsunscoon: just add hoary's deb-src line and `sudo apt-get update && sudo apt-get build-dep libglade2-0 && apt-get source -b libglade2-0'01:13
Kamionteuf: what was the bit about eating your Windows installation that you referred to earlier?01:13
teufKamion, ntfs resizing that failed, but I no longer can reproduce it :-/01:14
scooncrimsun, maybe.01:14
crimsunscoon: err, that won't work01:14
=== adam_ [~adam@cable1-stm-56.gmpexpress.net] has joined #ubuntu
scooncrimsun, i also have a local repos that i install from.01:14
Kamionteuf: ouch01:14
scooncrimsun, that will be the easiest for me.01:14
Kamionteuf: at least it wasn't the parted geometry MADNESS01:14
spikebheh01:14
teufKamion, I asked it to resize my ntfs partition to 140 GB, it displayed somethign about a failed assertion after starting the partitioning process, so I told it to cancel01:14
spikebno kidding01:14
crimsunsiulca: err what?01:14
teufbut the partition table was already modified to say the partition was 140 GB01:14
teufand windows refused to boot01:15
siulcacrimsun, lol nevermind I just messed everything up anyway :/01:15
adam_http://ubuntuforums.org/showthread.php?t=5271&highlight=dma01:15
Kamionntfsresize is black magic to me I'm afraid01:15
kuckusSo now those driver problems are settled - any cool linux games y'all can recommend for testing my new 3d support?? ;)01:15
=== saad [~saad@zeff.docisland.org] has joined #ubuntu
mjrtuxracer :01:15
=== Saxius [~chatzilla@0x503e3d0e.kd4nxx4.adsl-dhcp.tele.dk] has joined #ubuntu
mjregoboo01:15
teufI knew something like that was bound to happen, so it wasn't an issue if I had to reformat everything01:15
teuf;)01:15
adam_Found that for my dma problem and tried moving ide-cd to the top of the list in /etc/modules and restarted but that didnt work01:15
spikeblol01:15
=== shorty114 [~shorty114@shorty114.user] has left #ubuntu ["http://shorty114.net/"]
adam_How do you reload /etc/modules without restarting?01:16
Kamionjust modprobe the stuff you added01:16
adam_I didnt add it, I moved it up the list01:16
crimsunkuckus: doom3 demo, et, rtcw demo, ...01:16
Kamionfor stuff that weird it's unlikely that anything short of a reboot would make a difference01:17
adam_lsmod does list "via82cxxx" and that isnt in /etc/modules, should i add it ?01:17
Kamionno01:17
crimsunthat's the chipset driver. You want that, heh.01:17
Kamiondrivers for particular pieces of hardware are generally loaded by hotplug, which is Right and Proper01:17
Kamionleave /etc/modules for mad exceptions01:17
adam_How do you propose i get dma working on my dvdrw then?01:18
KamionI don't, because I have no idea how that stuff works :)01:18
=== Ygster [~ygster@d80-170-147-36.cust.tele2.fr] has joined #ubuntu
KamionI was replying specifically to this:01:19
Kamion00:17 < adam_> lsmod does list "via82cxxx" and that isnt in /etc/modules, should i add it ?01:19
=== |rufius| [~suifur@suifur.linuxfordummies] has joined #ubuntu
adam_http://ubuntuforums.org/showthread.php?t=5271&highlight=dma01:19
=== Ygster [~ygster@d80-170-147-36.cust.tele2.fr] has left #ubuntu ["Software]
kuckuscrimsun: downloading.... =)01:19
adam_According to them I need to move something up the list or add something to /etc/modules01:19
siulcadoes anyone know what this means?!! "Do you want to synchronize buffer swaps01:19
siulcawith the vertical sync signal (y/n)?"01:19
adam_ide-cd01:19
adam_ide-disk01:19
adam_ide-generic01:19
adam_sd_mod01:19
adam_sr_mod01:19
Kamionadam_: oh, I see, guess you can give it a try *shrug*01:19
adam_psmouse01:19
adam_mousedev01:20
adam_rtc01:20
adam_sbp201:20
Kamionadam_: please never do that again.01:20
adam_lp01:20
adam_nvidia01:20
adam_That is what is in my /etc/modules01:20
siulcawith the vertical sync signal (y/n)?" :|01:20
adam_Sorry about that01:20
adam_Kamion if you dont know something why tell someone else what to do or not to do?01:21
=== zenwhen [~zenwhen@host-216-78-81-82.bgk.bellsouth.net] has joined #ubuntu
danielsadam_: flooding the channel makes it useless and is generally considered very bad form.01:22
Kamionadam_: because I thought you believed that everything in lsmod output needed to be in /etc/modules, which is a not uncommon belief but is wrong01:22
adam_Ah no01:22
danielsadam_: if via82cxxx is in lsmod's output, then it's already getting loaded, so there's no point putting it in /etc/modules.01:22
adam_I was just following what they post in that forum01:22
adam_Yeah thats what I thought but that link says diff01:22
Kamiondaniels: seems there might be a stupid load order problem, so I guess /etc/modules would force that01:22
=== rm6990 [~rm6990@S0106000c6ec62859.cg.shawcable.net] has joined #ubuntu
danielshold on, why exactly is ide-generic in there?01:23
rm6990does anyone know of a good program to make posters with (for linux)?01:23
adam_so i guess i add via82cxxx to modules in the first, then run "modprobe"(by itself?) to do this?01:23
Kamionno, you get to reboot01:24
adam_I dont know01:24
adam_Someone else said to just use modprobe and you dont have to reboot01:24
Kamionif it's a module load ordering problem then nothing short of a reboot is likely to be useful.01:24
adam_Ok01:24
Kamionadam_: that would be if it weren't loaded already, which according to you it is01:24
teufKamion, I updated bug #5059, it no longer hangs, but grub installation fails :-/01:24
Setitedont flood more than like 3 lines01:24
Setitepeople get butt hurt01:24
Kamionteuf: you don't need to tell me, that bug is assigned to me :)01:24
Setiteyou get assigned bugs01:25
Setitehaha nice01:25
teufKamion, yeah I know, but I dunno how quickly you get bugmail ;)01:25
adam_So I just add it to /etc/modules and reboot then?01:25
rm6990i think it is /etc/module01:25
Kamionteuf: not going to deal with it tonight anyway01:25
adam_Wouldnt modprobe reload the modules in order according to /etc/modules?  (guessing here)01:25
teufKamion, ok ;)01:25
Kamionwhy not try it and see? :)01:25
rm6990sorry, my bad, it is /etc/modules01:25
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has left #Ubuntu []
rm6990is kword or scribus any good for making posters in formats windows users can see?01:27
siulcalovely people I need some assurance about ATI drivers instalation01:28
spikebati drivers suck01:28
spikebbut the dri ones are worse01:28
siulcaI installed the ATI driver and created a new xfo6config file... what do I do now?01:29
=== daniels wonders if the politeness and constructiveness clauses of the code of conduct apply to #ubuntu.
=== adam_ [~adam@cable1-stm-56.gmpexpress.net] has joined #ubuntu
spikebdaniels, i would hope so.01:29
danielsironic01:29
spikebsiulca, reboot.01:29
adam_Whoa01:29
=== method55-laptop [~method55@63.127.193.16] has joined #ubuntu
adam_Now ripping at 4.2X  :D01:30
siulcaspikeb, reboot and pray that I didn't feck the whole system up... or just reboot?01:30
spikebsiulca, praying works too, but you'll be just dandy, so don't worry01:30
=== method55-laptop [~method55@63.127.193.16] has left #ubuntu ["Leaving"]
siulcaspikeb, lol ok... brb01:30
adam_adding via82cxxx first on /etc/modules and rebooting fixed my dma problem01:31
Kamioncool01:31
adam_Yes  :D01:31
spikebadam_, glad to hear it01:31
adam_Is the latest release warty or hoary?01:32
spikebwarty01:32
spikebhoary isn't released yet.01:32
GoneBoBhoary is unstable01:32
=== siulca [~ant@cpc4-cdif4-5-0-cust54.cdif.cable.ntl.com] has joined #ubuntu
siulcaidentify 3112424201:34
=== gustavor [~gustavo@200.189.86.52] has joined #ubuntu
siulcabah!01:34
=== quazion_ [~quazion@bsm-c-5628.adsl.wanadoo.nl] has joined #ubuntu
=== Ravensky [~Ravensky@c-67-162-148-18.client.comcast.net] has joined #ubuntu
RavenskyOMGWTFBBQ!01:34
Ravenskyerr01:34
Ravenskyhi01:34
crimsunawesome, now I can masq as siulca01:34
siulcafeck!01:35
siulcaI'm such a knob!01:35
spikebheh01:35
adam_Under hardware support in the wiki it only has 9 sound cards, is that it for ubuntu?01:35
merhojt___why does the terminal window get stuck on writing y when you write yes in it??01:35
siulcaquick how do I change pass?!01:35
spikebmerhojt___, yes is a program that writes y repeatedly.01:35
crimsunadam_: ubuntu supports whatever ALSA supports01:35
gustavori'm trying to do a netboot install following the netboot install how-to at ubuntu website... i'm using ubuntu as the server but xinet doesn't seems to work...01:35
gustavorthere is no xinet process running even through it says it started01:36
gustavorthere is no xinet process running even though it says it started01:36
merhojt___ok sounds strange, what do you use it for??01:36
siulcaI installed the ATI drivers and rebooted how do I know if they're running properly?01:38
=== ^Wild^ [~DaRkStAr@host145-237.pool62211.interbusiness.it] has left #ubuntu ["Leaving"]
Kamionmerhojt___: useful for automating programs which expect y/n answers to questions01:39
=== broodster [~broodster@n219078247056.netvigator.com] has joined #ubuntu
merhojt___ok thanks01:39
sribtw would it be wise to bug the mono packager regarding mono-assemblies being broken?01:40
adam_Hey guys thanks for all your help01:40
crimsunsri: not really.01:40
=== JayeAeotiv [~jaye@c-24-1-222-101.client.comcast.net] has joined #ubuntu
crimsunsri: there's not much that can be done until the build process is fixed.01:41
JayeAeotivHi01:41
crimsunsri: 1.0.4 can't build certain things, but 1.0.2 can01:41
JayeAeotivDoes wine work all that well?01:41
crimsunsri: it's being debugged01:41
spikebJayeAeotiv, for some things01:41
JayeAeotivI tried to install starcraft and it didn't work out.01:41
spikebJayeAeotiv, wine is crap for games01:42
spikebJayeAeotiv, you'd need cedega for that01:42
JayeAeotivIs that good?01:42
spikebyes, but the stable version costs money :(01:42
JayeAeotivI could use wine to get winmx.01:42
JayeAeotivlol01:42
spikebheh01:42
JayeAeotivhow much is it?01:42
spikeb$5/month i believe01:43
JayeAeotivYou pay for a subscription to upgrade?01:43
JayeAeotivor does it just quit working?01:43
spikebno idea01:43
spikebi havent paid for it01:43
spikebheh01:43
JayeAeotivDo you use the unstable version?01:43
spikebno. i dont use any version of it currently.01:44
spikebdont have any games to use with it besides diablo II01:44
=== nomasteryoda [~nomastery@ip24-252-193-86.mc.at.cox.net] has joined #ubuntu
=== dreamcatcher [~sidnei@dreamcatcher.base.supporter.pdpc] has joined #ubuntu
JayeAeotivoh01:44
phyberoptixk i know i can type apt-get install gcc   but how can i list alll that i can install?01:44
=== smo [~soneil@smo.active.supporter.pdpc] has joined #ubuntu
dreamcatcherhello, anyone experiencing ssl problems with exim4?01:45
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Kamionphyberoptix: use a proper frontend like aptitude or synaptic01:45
phyberoptixconsole was werking so nicely01:45
Kamionapt-cache search can look for things for you01:45
spikebaptitude is console01:45
Kamionaptitude's console, anyway ...01:45
=== bjay [~bjay@69-170-51-87.chvlva.adelphia.net] has joined #ubuntu
=== Scorp [Mike@adsl-69-107-18-145.dsl.pltn13.pacbell.net] has joined #ubuntu
Scorphey guys I'm slightly retarted but can someone tell me where I can get the source code for the login program?01:47
scizzologin program?01:47
Scorpyeah01:48
spikebScorp, the graphical one?01:48
valbergprob gdm he's talking about...01:48
Scorpno no01:48
spikebScorp, or the console one01:48
Scorpnot gdm01:48
Scorpthe regular plain old login program01:48
bjayI am trying to share my internet with my wife's computer:  This computer is connected to my cable modem, and I can ssh into my wife's.  But she can't surf the web, what else needs to be done?01:48
spikebhmm01:48
spikebyeah let me see which package its in01:48
smo"/bin/login" comes from the package "login" .. "apt-get source login"  should grab it01:48
Scorphmm ok won't that just install it again from source?01:49
spikeblooks like its in the package login01:49
smonope .. it'll unpack the source + patches under the current directory01:49
Scorpcool thanks01:49
ScorpFailed to fetch a bunch of archives :(01:50
Scorpthat's cause I'm not online lol01:50
spikebheh01:50
=== Amaranth [~travis@amaranth.user] has joined #ubuntu
siulcaI installed the ATI drivers and rebooted how do I know if they're running properly?01:51
spikebsiulca, type fglrxinfo01:51
spikebsiulca, if it says something about using ati's drivers, it worked01:51
=== gotcha [~gotcha@CM600-inde2-34-94.cm.vtr.net] has joined #ubuntu
siulcaspikeb, nope... it says a load of stuff about Mesa! :(01:52
Scorpholy shit login.c is huge lol01:52
siulcaspikeb, am I in trouble?01:53
Kamion1500 lines or so isn't too bad considering what it does ...01:54
huttansiulca, is the fglrx module loaded ?01:54
Kamionmain() could probably do with being broken down a bit01:54
siulcahuttan, I though so! How can i check?01:54
huttansiulca, lsmod |grep fglrx01:54
=== alexander_ [~alexander@wstr-usr1-067-044.valkyrie.net] has joined #ubuntu
siulcahuttan, fglrx                 207876  001:55
huttansiulca, have you told your XF86Config to use fglrx as graphics driver ?01:55
siulcaI created a new XFConfig file but I'm unsure if it's loaded or not... I thought that rebooting would do the trick.01:56
alexander_anyone have any experience with ubuntu failing to configure the sound card for gnome?  I am running a dell latitude c840 with an 82801CA/CAM AC'97 controller.01:56
crimsunI bet you need the acpi & irq7 boot param01:56
alexander_hmm?01:57
huttansiulca, you never have to reboot pretty much01:57
crimsunalexander_: boot with acpi_irq_isa=701:57
siulcahuttan, someone in here told me too :(01:57
macewanalexander: yes, for a soundblaster pci12801:58
alexander_ok....where can i set that to do it every time?01:58
huttansiulca, do this... cat /etc/X11/XF86Config-4 |grep fglrx01:58
=== EpheMeroN [~EpheMeroN@70-32-72-168.ontrca.adelphia.net] has joined #ubuntu
JayeAeotivDo any of you do any php programming or anything similar?02:00
alexander_crimsun, where can i add that parameter to the boot settings?02:00
siulcahuttan, I did... got no output!02:00
spikebheh, you can almost tell gnome is dominated by corporate types from what it lacks in02:00
=== EpheMeroN [~EpheMeroN@70-32-72-168.ontrca.adelphia.net] has left #ubuntu []
crimsunalexander_: in the grub boot menu, or on the # kopt= line in /boot/grub/menu.lst02:01
alexander_crimsun, thanks - good chance that line will fix it?02:02
siulcahuttan, I have no idea what I'm doing... I just want to play RCW:ET :'(02:02
alexander_crimaun, is there a gui for configuring the sound or even a curses program?02:02
crimsunalexander_: there's another method we will attempt if that method doesn't work.02:02
alexander_crimsun, i will reboot with that...and see if it works...i will be back soon either way02:03
alexander_crimsun -- thanks02:03
crimsunnp02:03
=== bardamu [~jeff@1Cust105.tnt9.nyc9.da.uu.net] has joined #ubuntu
=== AndyFitz [~andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu
dreamcatcherhumpf02:05
occyheh, I really wish I could get Ubuntu on this laptop.02:05
dreamcatcherseems like im having some sort of stupid tls problem02:05
occyI've been hanging out in this channel for a while now, while stuck in FC102:05
occyhehe02:05
dreamcatcherwonder if anyone is seeing the same problem02:05
AndyFitzgot my ubuntu cds !02:05
RavenskyOff to dinner!02:06
occyGot my Mom all setup on Ubuntu though, so that's good.02:06
Creaphttp://toshi.fine.to/blog1/picture364.html02:06
crimsunoccy: better purge the FC1 ;)02:06
occycrimsun: hehe02:06
siulcahow do I edit fstab?02:06
dreamcatcherwith vi?02:06
crimsunsiulca: with any editor and sudo02:06
Cloudchaseror gedit02:07
occycrimsun: trust me, I want to.  I can't seem to get past that one install issue where it hangs when trying to start the installl.02:07
mcgoodsudo gedit /etc/fstab02:07
huttansiulca, ok02:07
huttansiulca, now you want to do: pico /etc/X11/XF86Config-402:07
phyberoptixG gGG Ggg gGg edit02:07
genshut up wigger02:07
phyberoptix=\02:07
=== occy hrmms...
=== idaho45 [~john@201.243.31.212] has joined #ubuntu
=== occy trys the install cd again
occybbs02:09
siulcahuttan, I did pico /etc/X11/XF86Config-4...02:09
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
huttansiulca, locate where your graphics card driver is and change it to fglrx02:10
=== fajar [~fajar@202.72.193.19] has joined #ubuntu
siulcahuttan, I found Driver under Section "Device" is that it? at the moment it's set to "ati"02:12
fajarubuntu is great!!!!!!!!!!!!!!!1, it ships my cds, 7 cds, all shipped to my house without a shipping charge02:13
fajarhurray!!!!!!!!!!!02:13
=== gen [~lek@66.169.152.101.ts46v-10.otnd2.ftwrth.tx.charter.com] has joined #ubuntu
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== quazion__ [~quazion@bsm-c-5628.adsl.wanadoo.nl] has joined #ubuntu
siulcahow do u save changes in PICO?!02:15
phyberoptixALT + X02:16
phyberoptix?02:16
spikebyes02:16
spikeber, control x02:16
phyberoptixerm yeah02:16
phyberoptixmy bad02:16
siulcaahhhh02:17
phyberoptix alt x turns off the help menu02:17
siulcathis command line is driving me mad...02:17
siulcawhy can't I edit a simple text file in a word processor?!!!!!!02:17
spikebum02:17
genyou can..02:18
spikebpico is a word processor/text editor02:18
siulcano I can;t, it opens always as read onyl so I can;t save02:18
spikeboh02:18
spikebyou didnt use sudo02:18
siulcaI meant a word processor with a gui02:18
gensiulca, gedit02:18
zenroxsiulca,  use gedit02:18
spikebhey that reminds me of a gnome question02:19
huttansiulca, change it to fglrx02:19
huttansave it02:19
huttanand restart X02:19
spikebcan you somehow set it up so double clicking on a read-only text file will open gedit with root priviledges?02:19
siulcahow do I open with gEdit with writing permission?02:19
spikeb(with gksu)02:19
spikebsudo gedit02:19
siulcahuttan, right, finally I managed to change ATI to fglrx.02:21
siulcahuttan, is that it?02:21
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
zenroxsiulca,  yep02:22
zenroxsiulca,  now restart x02:23
siulcasorry to be such an ignorant but... how do I restart X? :(02:23
=== snerfu [~brian@wsip-24-249-157-219.tu.ok.cox.net] has joined #ubuntu
spikeber no02:23
zenroxalt + crtl + backspace02:23
spikebzenrox, you have to remove the old module first02:23
zenroxspikeb,  that should be all that needed to be done02:24
=== dreamcatcher [~sidnei@dreamcatcher.base.supporter.pdpc] has left #ubuntu []
=== JayeAeotiv [~jaye@c-24-1-222-101.client.comcast.net] has joined #ubuntu
=== siulca [siulca@cpc4-cdif4-5-0-cust54.cdif.cable.ntl.com] has joined #ubuntu
JayeAeotivI downloaded a file that's for linux.02:28
zenroxsiulca,  that work02:28
JayeAeotivbut I don't know how to install it.02:28
siulcathanks guys my Ubuntu just died :(02:28
zenroxJayeAeotiv,  whats the file called02:28
JayeAeotivit's a .sh02:28
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
crimsunJayeAeotiv: sh foo.sh02:29
siulcaI'm now using winXp02:29
JayeAeotivNuSphere-phpd-3.3.3rvl-linux.sh02:29
JDahlsiulca, sudo /etc/init.d/gdm restart02:29
zenroxJayeAeotiv, do sudo ./NuSpere-phpd-3.3.3rvl-linux.sh02:29
siulcactrl + alt + backspace turned the screen black with no command prompt... that's all I get now when I reboot02:29
JDahlyou (start|stop|restart) always anything in debian/ubuntu that way02:30
JayeAeotivok ty02:30
JDahls/always/almost/02:30
JayeAeotivI got a linux book I"m going ot read ot learn the terminal02:30
siulcaJDahl, can't do it as I'm on XP now :(02:31
zenroxJayeAeotiv,  whats the book called02:31
JDahlsiulca, I figured that much...02:31
siulcagreat I can smell a fresh installation coming... what a turn off :(02:32
JDahlsiulca, what's wrong?02:32
Setitelinux in a nutshell is probably the newest ebook i got here02:32
JDahlsiulca, a fresh install is rarely needed02:32
=== Ran [~sbassi@200.5.115.171] has joined #ubuntu
siulcaI just get a black screen on boot :(02:32
bardamuhave a knoppix CD? use it to edit the file; that way you won't have to reinstall02:33
JDahlsiulca, is it just X? or kernel panic?02:33
siulcahow do I know if the screen is all black?!02:33
bardamublack screen prior to Grub, or after?02:33
siulcaafter boot...02:33
zenroxthen its just x02:33
siulcaafter grub and after loading all the modules02:33
JDahlsiulca, try ctrl-alt-f1 to get a console02:34
siulcaI tryed, can;t see anything...02:34
Ranhello, I have some questions...02:34
JDahlsiulca, and maybe boot to runlvl 1 to fix whatever is wrong (you just pass grub "1" as an extra parameter)02:35
spikebi'll be back later when i'm done being offended by siulca.02:35
siulcathis was after I created a new XF86config file... I'm guessing I entered some wrong monitor values02:35
=== spikeb [~spikeb@c68.117.110.98.hay.wi.charter.com] has left #ubuntu ["Leaving"]
siulcaspikeb, offended by me?!!! :|02:35
=== Deft [~phil@cpc4-hem14-6-0-cust163.lutn.cable.ntl.com] has joined #ubuntu
=== thegreatone2176 [~tgo@ip68-14-52-64.no.no.cox.net] has joined #ubuntu
bardamugrub should still have a failsafe mode? does that work?02:36
JDahlsiulca, if you're going to reinstall linux because of that, you have to much spare time ;)02:36
Ranmy Synaptic doesnt update the packages. I have the 4.1 installed from the mailed CDs.02:36
JDahlbardamu, in general booting to runlvl 1 should be better02:36
siulcaJDahl: lol nope, I just don;t have a clue about Linux02:36
bardamuran: did you update sources.list?02:36
Ranbardamu: let me see02:37
JDahlsiulca boot to runlvl 1, or just find a way to get console mode... then use "irc" the curses based irc client to get help from here02:37
siulcaJDahl: every little thing seems to be so complex to do! All I wanted was to install the ATI drivers.... *whaaaa* :'(02:37
siulcacan I use irc from the console?!02:38
JDahlsiulca, those things are normally easy to fix02:38
JDahlsiulca, yes - "irc"02:38
Ranbardamu: I pressed RELOAD PACKAGE LIST.02:38
bardamuran: go here: http://ubuntuguide.org/#repositories02:39
bardamu"out of the box," apt-get won't work02:39
siulcaJDahl: easy for Linux hardcore users! remember that I've been nummed by Micro$shite stuff for almost a decade now... it's hard to break the habit!02:39
huttansiulca, it works for you?02:40
JDahlsiulca, you guys have it too easy! I remember the first time I got X running on kernel 0.9... that was an accomplishment I felt proud over :D02:40
=== Benbis [~chatzilla@modemcable231.187-201-24.mc.videotron.ca] has joined #ubuntu
thegreatone2176i had posted here about a problem im having and this is what i was refered to do but i dont fully understand02:40
thegreatone2176http://www.linuxquestions.org/questions/showthread.php?s=&threadid=27132702:40
Ranbardamu: I am oppening (my net is slow). But I already added universe repositorie to the list, uncomenting from a config file02:40
bardamui'm stuck on a 33.6 connection; i feel your pain02:41
siulcaright, I'm going to reboot and try to use irc from the console... if you guys don;t hear from me in the next couple of minutes, I've probably given up on Linux.02:41
=== The_Nalf [fabrice@AToulouse-251-1-22-18.w82-125.abo.wanadoo.fr] has joined #ubuntu
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
siulcabrb... hopefully!02:41
thegreatone2176can anyone help me withe the problem i posted about02:42
BenbisI'm having problems trying to install. I can't mount CD02:42
=== siulca [siulca@cpc4-cdif4-5-0-cust54.cdif.cable.ntl.com] has left #ubuntu []
BenbisThought it might be because I was using a DVD writer drive, so switched to a plain CD, it still says unable to mount02:43
snerfuAnyone else run into a problem where depmod segfaults while trying to update module packages? should I reinstall binutils?02:44
BenbisAnyone have suggestions on what I should do/check^02:44
thegreatone2176ok is anyone here to help02:44
JDahlBenbis, what error do you get?02:45
BenbisUnable to mount CD-ROM02:45
JDahlbenbis, try mounting it from a terminal and tell us the error02:46
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
thegreatone2176jdahl ... http://www.linuxquestions.org/questions/showthread.php?s=&threadid=27132702:47
thegreatone2176can you explain more02:47
thegreatone2176on my problem02:47
BenbisOK. Thanks JDahl. Back shortly.02:48
=== Rotund [~joe@d12-10.rb.lax.centurytel.net] has joined #ubuntu
snerfuthegreatone2176, one sec02:49
thegreatone2176k thank you02:49
JDahlthegreatone2176, I cant help you with that, sorry... other than maybe suggesting removing and purging whatever you installed - then reinstall using synaptic... then I would be surprised if it doesnt work out of the box (in Warty)02:50
thegreatone2176well i installed with the disc02:51
thegreatone2176and it gave me that error02:51
snerfusudo perl -MCPAN -e "install XML::Parser"02:51
thegreatone2176so then is tarted replacing it02:51
=== odyssey [~mat@odyssey.user] has joined #ubuntu
thegreatone2176i did that02:51
thegreatone2176thats when i get the erro02:51
thegreatone2176it wont install02:51
=== Amaranth [~travis@63-229-188-218.sxcy.qwest.net] has joined #ubuntu
snerfuhmm mine worked02:51
odysseyHi was just wondering what the ubuntu live cd is like?02:51
thegreatone2176theres is errors in xml-parser-3.2402:51
Setitei dont think ill ever get linux02:51
Setitei think its beyond me02:52
=== siulca [~root@cpc4-cdif4-5-0-cust54.cdif.cable.ntl.com] has joined #ubuntu
siulcaanyone there :|02:53
Setitenope02:53
thegreatone2176Expat.xs:2194: error: `cbv' undeclared (first use in this function)02:53
thegreatone2176Expat.xs:2194: error: parse error before ')' token02:53
thegreatone2176Expat.xs:2197: error: `parser' undeclared (first use in this function)02:53
thegreatone2176make[1] : *** [Expat.o]  Error 102:53
thegreatone2176make[1] : Leaving directory `/home/tgo21/.cpan/build/XML-Parser-2.34/Expat'02:53
siulcadha, help :p02:53
thegreatone2176make: *** [subdirs]  Error 202:53
JDahlyeah.. I see you're logged in as root, so runlvl 1 must've worked02:53
thegreatone2176  /usr/bin/make  -- NOT OK02:53
thegreatone2176Running make test02:53
thegreatone2176  Can't test without successful make02:53
thegreatone2176Running make install02:53
thegreatone2176  make had returned bad status, install seems impossible02:53
thegreatone2176you see02:53
thegreatone2176i get all those errros and more02:53
thegreatone2176when i do what you just did02:53
siulcahaven't tryed runlvl 1 yet02:53
siulcahow can I get out of IRC and come back without disconnecting?02:54
snerfuthegreatone2176, what version does "gcc -v" give you?02:54
JDahlsiulca, alt-F2 gives you a new console... switch back to this one with alt-F102:54
=== heero [~heero@207.248.38.254] has joined #ubuntu
heero:)02:55
Kamionthegreatone2176: why not just install the libxml-parser-perl package?02:55
siulcajdhal, will try that02:55
Kamionno need to mess about with building it yourself02:55
thegreatone2176ok ill do that kamion02:55
thegreatone2176thanks02:55
Kamionit's in the main Ubuntu distribution02:55
thegreatone2176hmm really02:55
thegreatone2176ill look on the disc02:55
=== carajean [~carajean@pcp0010646466pcs.flshng01.mi.comcast.net] has joined #ubuntu
thegreatone2176you know what folder?02:55
Kamionit's not on the CD02:55
siulcajdhal, er... alt+f2 does nothing... might it be because I'm in recovery mode?02:56
carajeanhey whats up room02:56
JDahlsiulca, you're on console mode, right?02:56
Kamionyou can get it from the network with your package manager as usual02:56
siulcayeah JD02:56
carajeanhas anyone had a dealing with mandrake 10.102:56
thegreatone2176package manager?02:56
thegreatone2176i just ubuntu last night02:56
Kamionsynaptic, assuming that you have network repositories turned on02:57
thegreatone2176i installe synaptic02:57
thegreatone2176earlier02:57
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Kamionif not, Preferences -> Repositories and check the ones for archive.ubuntu.com warty main02:57
Kamionthen reload02:57
JDahlsiulca, unless you screwed your keymaps, alt-F2 should definitely give you new console02:57
=== jeffreyb [~jeffreyb@1Cust7226.an1.chi30.da.uu.net] has joined #ubuntu
=== cwagner [~cwagner@rdu26-54-187.nc.rr.com] has joined #ubuntu
thegreatone2176i dont see repositories under desktop preferences02:58
Kamionno, the Preferences menu in synaptic02:58
thegreatone2176o sorry02:58
=== Markrian [~Markrian@82-68-11-181.dsl.in-addr.zen.co.uk] has joined #ubuntu
Kamionor is it Tools?02:59
JDahlsiulca, is your keyboard layout correct? otherwise, close irc and run base-config to reconfigure your keyboard02:59
thegreatone2176how do i get synaptic to run02:59
snerfuctrl+alt+f202:59
thegreatone2176i havent been able to figure that out02:59
siulcaI think it's right...02:59
JDahlsiulca, as a last effort, just close irc, start "X", read the error message in /var/log/X.org.xxx and log back into irc02:59
=== occy [~october@65.173.2.210] has joined #ubuntu
siulca:( this is painful03:00
=== occy boots up ubuntu install cd
occycrimsun you here still ?03:01
thegreatone2176kamion how you get it to run03:01
occymd5sum's checked out ok for the iso I dl'ed03:01
Kamionthegreatone2176: Computer -> System Configuration -> Synaptic Package Manager IIRC03:02
Kamionno need to repeat yourself :)03:02
thegreatone2176?03:02
thegreatone2176o soory03:02
Kamionright, Settings -> Repositories, sorry03:02
=== siulca [~root@cpc4-cdif4-5-0-cust54.cdif.cable.ntl.com] has joined #ubuntu
=== arakno [~araknoooo@200227073176-dial-user-ECP.acessonet.com.br] has joined #ubuntu
occygetting:  hdc: status error: error=0x00  hdc drive not ready for command03:03
siulcaDH what was the command you wanted my to try? something like nvlvl 103:03
=== liquidboy [~liquidboy@222-152-151-18.jetstream.xtra.co.nz] has joined #ubuntu
Ranwhat version of firefox is the official un Ubuntu? Synaptic says  0.99 backported to 0.9303:03
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
JDahlsiulca, if you're in linux now and have a console there's no need to start in runlvl 1.. tried CTRL-ALT-F2 to get a new console?03:04
Kamionreverted, not backported03:04
Ranyes03:04
KamionRan: 0.9.3 (ignoring the strange version number) in warty, 1.0 in hoary03:04
occyNow I'm getting:  WARNING **: bad di- Packages file: grep: Not a Directory03:04
Ranreverted, anyway, what does is mean?03:05
occyand that repeats over and over indefinately03:05
siulcaI'm in linux in recovery mode, so no gui. alt+f2 doesn;t work.03:05
JDahlcrtl-alt-f2 maybe03:05
occyI've used this same exact CD to install on another laptop.03:05
crimsunoccy: yep, still here (sorry, editing a wiki page)03:05
Kamionit means we tried out the 1.0 release candidate and it had a number of regressions, so we reverted to 0.9.3.03:05
occycrimsun np bud.03:05
siulcai'm using irc from irssi.org03:05
occythis isn't an "oddball" laptop either.  Dell Inspiron 750003:05
thegreatone2176brb gona reboot i set those boxes kamion hopefully it updates03:05
Kamionversion numbers always have to increase in order for upgrades to work, which is why the version number looks the way it does03:05
RanKamion: regressions means bugs?03:06
Kamionyes03:06
=== Poprocks [~logan@CPE7ed9415afb2c-CM0012253dec94.cpe.net.cable.rogers.com] has joined #ubuntu
=== Crane|laptop [~Crane|Lap@68.208.219.162] has joined #ubuntu
Kamionwell, specifically new bugs03:06
occycrimsun really want to get Ubuntu on it. :(03:06
Crane|laptopHello    hello03:06
RanKamion: So it is just 0.9.3, not a mix.03:06
JDahlsiulca, that's fine... all you need to do is to try and start "X" and read the error logs if it doesnt work... I bet you can just remove the ATI drivers using synaptic and everything will work again03:06
occyFC1 installs fine on it.03:06
KamionRan: correct03:06
siulcahow do I start X?03:07
JDahl"X"03:07
Ranstartx03:07
Poprockshey guys I have a question -- I'd like to update to the unstable hoary -- is there a universe repo for hoary, and if so, does it have as much extra software as warty?03:07
Crane|laptopstartx03:07
JDahlno, X03:07
siulcaboth of the above do nothing03:07
liquidboyhey, can someone help me with my video card troubles http://ubuntuforums.org/showthread.php?t=9443 (i posted a thread about it)03:07
JDahlclose it with ctrl-alt-backspace03:07
Crane|laptoptry init 503:07
KamionPoprocks: yes to both03:07
PoprocksKamion, sick03:07
Poprocksthanks03:07
siulcahow can I c lose X if it's not running at all?!03:07
=== xevil [mageerc@host-216-77-195-67.jan.bellsouth.net] has joined #ubuntu
occysiulca ctrl+alt+backspace03:08
=== hazza96 [~harry@cust0531.qld01.dataco.com.au] has joined #ubuntu
JDahlsiulca, I was telling you how to close in case it comes up03:08
Crane|laptopsiulcs : if it's not running?03:08
JDahlsiulca, what happens when you type X?03:08
Poprocksthe wiki is awesome btw, thanks to all those who entered articles making this transition more pleasant for me :)))03:08
siulcawhen I type X nothing happens03:09
occysiulca type:  lspci  and see what type of video card you have.03:09
JDahlsiulca, but surely you get some kind of message?03:09
Crane|laptopI'm coning in late here03:09
siulcaoccy I know I have an ATI 9800XT03:09
Crane|laptopdid you install new drivers?03:09
siulcaJD I'm sorry but I get no message... I type "X" and enter adn nothing happens...03:10
siulcacould it be because I booted in recovery mode?03:10
occysiulca hmmm, You probably need to configure X03:10
occyI can't remember the commands to setup X on ubuntu03:10
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Poprocksyeah, warty didn't set up X properly for me, I just made some minor changes in XF86Config-403:11
JDahlsiulca, no... that should still be fine.. dpkg-reconfigure xfree86-server or xorg-server03:11
=== thegreatone2176 [~tgo@ip68-14-52-64.no.no.cox.net] has joined #ubuntu
Poprocksbut you may want to upgrade to xorg, it's much more up-to-date03:11
siulcaoccy, it's a  long story but I'm here cause I messed up Ubuntu trying to install my card drivers03:11
thegreatone2176kamadien where would the new file be03:11
occysiulca I hear ya.  It's easy to do.03:11
PoprocksI bought a radeon 9250, the latest which is supported by dri :))03:12
JDahlsiulca, do you know how to remove the ATI drivers and reinstall xfree drivers using synaptic? I think that would solve your problems03:12
siulcalol @ easy to do03:12
=== lynnandrob [~lynnandro@63-225-111-26.dnvr.qwest.net] has joined #ubuntu
=== occy sits watching Dec 28 21:11:04 (none) user.info anna[4324] : /cdrom/dist/stable/Release : Not a directory going by...
Poprockssiulca, did you try to install the drivers from ati's site?03:12
siulcaJD I do know... but how can i do that if I can;t even load X?!!03:12
occyand going and going...03:12
JDahlsynaptic is curses based03:12
Poprocksor you can just use apt-get03:13
siulcaPoprocks, nop. I followed the howTo in the ubuntu site.03:13
occyis there an hoary ISO?03:13
=== chitiri [~mike@ns2.icc-cuba.com] has joined #ubuntu
=== occy checks wiki
siulcaJDahl, curses based?!03:13
JDahlsiulca, sorry... I meant aptitude... all this X talk made me confused03:14
Ranwhat is safer? Default upgrade or Smart upgrade?03:14
JayeAeotivI've got an application that is a .tar.gz03:15
JayeAeotivinside it are two files...03:15
siulcalol I think I just confused everybody... at the moment all I want is to be able to run X03:15
JayeAeotivone is called bzip2 and ZendStudio-3_5_2.bin03:15
JayeAeotivWhich sets it up?  I recon the bin. right03:15
thegreatone2176Kamion03:16
thegreatone2176you left?03:16
Crane|laptopsiulca: can you edit the x config file back to waht it was?03:16
JDahlsiulca, what you need to do is simple... remove ATI drivers using apt-get or aptitude (which doesnt require X) and reinstall/configure xfree86-server03:16
Kamionthegreatone2176: no?03:16
Kamionthegreatone2176: if you spell my name radically wrong then it doesn't autohighlight; I didn't realise you were talking to me03:16
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
siulcaCrane, I guess I can... will try that first.03:17
thegreatone2176o well you see i checked the boxes you said and restarted but then when i rewent it the synaptic manager and it said it could not connect ot any of em03:17
Kamionthegreatone2176: do you have working network access?03:17
Kamionthegreatone2176: and what do those lines look like?03:17
occypushing toward 60,000 now I see.  :~(03:18
thegreatone2176it says all wheres its trying to go and no file or directory exists by that name03:18
Kamionthegreatone2176: and what do those lines look like?03:18
Kamionthe ones by the boxes you checked03:18
thegreatone2176http://archive.ubuntu.com ... thats the link to em03:19
thegreatone2176but there is more03:19
thegreatone2176im in package managerr03:19
thegreatone2176and resporotories03:19
KamionI need to see all of the line, not just the start of it03:20
=== occy is downloading the daily hoary install iso
occyNeed to get my wife moved over to Ubuntu as well.03:21
occyShe's been using RH8 for eons.03:21
thegreatone2176some are deb some are deb-src03:21
occyheh03:21
thegreatone2176and they are all checked03:21
KamionI give up.03:21
thegreatone2176did i do something wrong?03:21
liquidboyso... can anyone help me?03:21
Kamionsorry, it's after 2am here, obviously not able to make myself clear :(03:21
=== siulca [~root@cpc4-cdif4-5-0-cust54.cdif.cable.ntl.com] has joined #ubuntu
occysiulca get it working?03:21
thegreatone2176Kamion i did something wrong?03:22
siulcacould someone gimme the path to XF86config-4 please03:22
occyliquidboy let me read up and see if you asked a quetion.03:22
Kamionthegreatone2176: I'd suggest seeing if you can load http://archive.ubuntu.com/ubuntu/ in a web browser03:22
siulcaI can;t seem to find it anywhere03:22
JDahlsiulca, /etc/X11/XF86config-403:22
thegreatone2176yes i can03:22
thegreatone2176its an index03:22
Kamionthegreatone2176: when I see "I need to see all of the line", I know for a fact that there's more to it than just deb or deb-src plus http://archive.ubuntu.com; more detail is always better03:22
siulcathanks jdhal... brb03:22
=== occy checks out the post
liquidboyoccy, the question is here http://ubuntuforums.org/showthread.php?t=944303:22
occyliquidboy I can read :)03:23
liquidboy:Psrry03:23
occyhmmm I used to have some problems with that too03:23
thegreatone2176kamion i can see that site in my broswer03:23
Kamionthegreatone2176: mostly you're paraphrasing error messages, which is really hard to deal with. It's much better to copy and paste error messages absolutely word-for-word (although don't paste more than a couple of lines at a time into IRC)03:23
Kamion02:18 < thegreatone2176> it says all wheres its trying to go and no file or directory exists by that name03:23
thegreatone2176ok i will03:24
thegreatone2176one sec03:24
Kamionthat's the beginning of something I could work with, but you're putting the error message into your own words rather than just quoting it, which makes life hard for us03:24
Kamionwe're used to the exact text03:24
=== siulca [~root@cpc4-cdif4-5-0-cust54.cdif.cable.ntl.com] has joined #ubuntu
siulca:(03:24
kebac"don't irc as root"03:24
thegreatone2176Couldn't stat source package list http://archive.ubuntu.com warty/universe Packages (/var/lib/apt/lists/archive.ubuntu.com_dists_warty_universe_binary-i386_Packages) - stat (2 No such file or directory)03:24
occyliquidboy to change the color depth, you need to edit /etc/X11/XF86Config-4 (I think it's -4)  and change from 16 to 24bpp03:24
liquidboyok03:24
occysiulca yeah, don't irc as root, that's a security hazzard,  Log off and adduser03:24
liquidboybut shouldnt there be a way to do it in gnome?03:25
thegreatone2176kamion i get that when i start the synaptic package manager03:25
Kamionthegreatone2176: press the Reload button?03:25
JDahlhe's excused... he's in recovery mode using irc in console03:25
Kamionthegreatone2176: thanks, that was much better :)03:25
RanI am about to make an update with synaptic, just want to know wich option is safer: Default upgrade or Smart upgrade03:25
siulcaany idea why sudo pico /etc/X11/XF86config-1 brings up a balnk file?03:25
occyliquidboy heh, there should, but alas, triple yer money back if not 100% satisfied.03:25
thegreatone2176kamion thank you very m uch03:25
thegreatone2176just got 24 new files03:25
occyliquidboy that was a joke btw.03:26
Crane|laptopyes it is XF86Config-403:26
siulcasorry I meant XF86config-403:26
thegreatone2176now whats the name of the program i should try you said? because you said that it will do it for me03:26
Kamionthegreatone2176: you should be able to find the libxml-parser-perl package in synaptic now, and install that03:26
Crane|laptopCapital C03:26
thegreatone2176ok thank you03:26
siulcathanks for the tip Occy, but I got other worries at the moment :(03:26
Crane|laptopXF86Config03:26
liquidboyoccy, yeah it took me a while, but i got it :P03:26
thegreatone2176if you need any programming help pm me im really good with that just not linux03:26
occyliquidboy cool03:26
xevilsiulca yeah... the file should be /etc/X11/XFree86config-403:26
Kamionthegreatone2176: that's a packaged-up version of XML::Parser from CPAN03:26
Kamionthegreatone2176: thanks :)03:27
=== hazza96 [~harry@cust0531.qld01.dataco.com.au] has joined #ubuntu
=== occy has his own woes at the moment.
JDahlsiulca, you need to reinstall/configure X... do you know how without GUI?03:27
liquidboyoccy, im having trouble finding the bit where it has the colour depth...03:27
siulcaxevil, isn;t that what I typed?03:27
Crane|laptopsiulca did you see what was said aboout irc  as root03:27
occyliquidboy sec bud, let me check03:27
xevilnope03:27
liquidboythanks03:27
siulcaJDahl, I donp't know anything anymore :'(03:27
occylook for Depth03:27
occyerr liquidboy look for Depth03:27
siulcaCrane, I did but I want to sort my ubuntu first.03:28
xevilactually XF86Config-403:28
liquidboyum, i found a bunch of them03:28
=== occy thinks everyone should learn vim in elementary school.
=== meltbanana314 [~meltbanan@ip68-228-44-118.tc.ph.cox.net] has joined #ubuntu
liquidboysome of them say 16, 8, 4 , 24 etc03:28
Crane|laptopsiulca: cool just checking03:28
nomasteryodalol03:28
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
occyliquidboy right, look for Default Depth03:28
nomasteryodaoccy, yes they should03:28
occyhmmm03:28
occyliquidboy yeah.... look for Default Depth03:28
siulcawhy is it that when you try to solve one problem in linux a hundred more come up... and for every step forward you walk 10 backwards!!!03:28
liquidboyah eyp i think ive found it03:29
Crane|laptopSiulca: are you on ubuntu right now without X03:29
kebacsiulca: try netbsd03:29
=== imcsk8 [~imcsk8@201.129.166.182] has joined #ubuntu
=== chuckchillout [~eranders@24-117-137-93.cpe.cableone.net] has joined #ubuntu
=== Todd_MA_1975 [~Todd_MA_1@h000f6632661b.ne.client2.attbi.com] has left #ubuntu []
siulcaCrane, yes that's right03:29
occysiulca Windows is even worse :)03:29
liquidboydo i need to completely restart once ive edited this ? or jsut log out of gnome and log back in again?03:29
nomasteryodasiulca, once you get past that 11th step, you are way beyond windows..03:29
Crane|laptopyou shouldn't have to logg out to try things03:29
occyI've never had good experiences with doing things under any Operating System.03:29
siulcaoccy, I know that's why I haven;t given up yet03:29
=== Ran [~sbassi@200.5.115.171] has left #ubuntu ["Leaving"]
Crane|laptopjust hit f2 for a new window03:29
occyall Operating systems suck.  Linux just sucks less.03:29
siulcathanks yoda :)03:29
Crane|laptopoccy lol03:30
JDahlsiulca, reconfigure X isnt hard (depending on how much the ATI drivers ruined). do apt-get remove <ati-drivers>, then apt-get install xfree86-server. That should help03:30
occynomasteryoda oh, hey there.03:30
meltbanana314siluca: get a Mac. i'm getting a powerbook with OS X next month03:30
nomasteryodalol03:30
nomasteryodaoccy, hey man03:30
occyliquidboy yah... you need to ctrl+alt+backspace or something.03:30
=== opus [~pete@mail.milneweb.com] has joined #ubuntu
nomasteryodameltbanana314, wow03:30
occyliquidboy completel get out of x03:30
occyliquidboy save your changes03:30
meltbanana314and i'm going to throw my linux box away03:30
occyliquidboy and anything you are working on03:30
occyliquidboy before doing that. :)03:30
nomasteryodameltbanana314, ebay it03:30
kebacmeltbanana314: throw it to my place03:30
liquidboyok trying it now...03:30
JDahlsiulca, otoh, a reinstall might be faster03:30
occyk03:30
occygood luck03:30
Crane|laptopyea I'll take it03:30
nomasteryodai have stacks of them, but give me more03:31
occynomasteryoda grabbing todays Hoary03:31
nomasteryodai get them from the dumpster03:31
liquidboybrb, ill tell you if it works03:31
nomasteryodanice03:31
meltbanana314PII 400MHz, 256MB RAM - sure you want that?03:31
nomasteryodai need to do that too03:31
siulcaJDahl, I don;t think my problem is that extreme that I need to reinstall the drivers... I think I just need to remove the reverence to them in the XF86config file. If only I could edit it!03:31
kebacmeltbanana314: just give me that03:31
occynomasteryoda still get no love when trying to install ubuntu on my DELL Inspriron 740003:31
occynomasteryoda :(03:31
Crane|laptopnice server material03:31
nomasteryodaDell really sucks03:32
kebacyeah i guess you could run irssi with it03:32
nomasteryodalaptop wise at least03:32
=== opus [~pete@mail.milneweb.com] has left #ubuntu []
occynomasteryoda I've enjoyed it under Fedora03:32
occynomasteryoda mostly03:32
JDahlsiulca, you could try dpkg-reconfigure xserver-xfree8603:32
nomasteryodai still have not powermanagement for this nice speed daemon03:32
meltbanana314thats what i was planning to do with it - but i have to dick around too much with linux to get anything to work03:32
occydag just being one man, can't package as much cool stuff as debia^WUbuntu can.03:32
Crane|laptopnomasteryoda: thats a laptop03:32
=== liquidboy [~liquidboy@222-152-151-18.jetstream.xtra.co.nz] has joined #ubuntu
liquidboyhmm, i dont know if it worked or not, i still get hte 'lines' in the default ubuntu background03:33
=== lamont_r [~lamont@209-180-255-158.dnvr.qwest.net] has joined #ubuntu
occyliquidboy try this....03:33
siulcabrb03:33
=== hazza96 [~harry@cust0531.qld01.dataco.com.au] has left #ubuntu []
occyliquidboy hmmm, I would really do some searching on the net about your card.  What model is it again?03:33
nomasteryodaoccy, i'm trying an install to removable media while inside suse03:33
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
occyliquidboy I'd google for the model of the card + linux03:33
liquidboys3 pro savage ddr03:33
occyliquidboy you can google as good as I can... but let me check. :)03:34
macewandamn python is nice03:34
nomasteryodaliquidboy, that would be an Nvidia chipset03:34
macewanpygtk that is03:34
Crane|laptopliquidboy just go to http://www.google.com/linux and search03:34
occyCrane|laptop I always forget about that03:35
nomasteryodai just set it as my home page =)03:35
Crane|laptopThat was my homepage when I first started linux03:36
occyw00p, hoary finished03:36
=== occy burns to cd
nomasteryodasweet03:36
liquidboyk03:36
nomasteryodaoccy, bt or dl03:36
=== tiago [~tiago@201.7.44.152] has joined #ubuntu
liquidboynomasteryoda: is it beinga Nvidia chipset a problem?03:37
nomasteryodanope03:37
tiagohi all, anybody knows a good rss reader?03:37
TelepLiferea03:37
nomasteryodayea03:37
nomasteryodathat is good03:37
occynomasteryoda what's that?03:37
nomasteryodaoh, which download type for hoary03:37
nomasteryodabittorrent or standard download03:37
occyliquidboy man, I'll be honest, video cards under Linux can be a PITA.03:38
liquidboyhehe03:38
occyI've been using linux since 96'03:38
liquidboyi hear ya03:38
occyand That's the scariest part of getting a distro working.03:38
occywithout X, you are stuck in console, and who (besides some super geek) wants to do that? :)03:38
Setiteati being at the top of the PITA heap03:38
liquidboythe thing is i'v ehad the same problem in beos, and one of the guyes there thought there was something wrong with my card...03:38
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
thegreatone2176hmmm kamion i dont see it in the new packages03:39
thegreatone2176and i got 24 new ones03:39
thegreatone2176but i found it on google03:39
occyliquidboy sounds as if that card has some driver issues... ATI that is.03:39
thegreatone2176but cant seem to find out how to installit03:39
nomasteryodais it a desktop? i came in late on the discussion03:39
occyliquidboy how hard(just a suggestion) would it be to get another video card?03:39
occyCourse, these days, I wouldn't even know what to suggest.03:39
liquidboyhmm, not too hard, but ti's not *that* annoying03:39
thegreatone2176kamion03:39
occyI wouldn't recommend any nvidia cards... (though that's what I have)03:40
nomasteryodaliquidboy, get an nvidia if you want nice 3d support03:40
nomasteryodalol03:40
nomasteryodai love them03:40
occy*shiver*03:40
liquidboythe other thing i wanted to know  is how do i make it that when i shif the windows, the contents of the window doesnt show.. can this be done?03:40
occyI can't stand the hoops you have to jump through, and why can't the damned software be open source?  You BOUGHT the hardware.03:40
nomasteryodaalways work best for 3d ... at least once you get past the driver instlall .. and ubuntu kinda makes that easier03:40
nomasteryodayea03:40
nomasteryodatrue03:40
Poprocksman this no root account is getting annoying03:40
occyPoprocks sudo su -03:41
occyPoprocks how hard is that?03:41
occyheh03:41
Poprockswell03:41
crimsunoccy: thankfully it's transparent under Ubuntu03:41
Kamionthegreatone2176: try 'apt-cache show libxml-parser-perl' from a terminal, see if it shows up03:41
crimsunPoprocks: sudo -s03:41
Deftliquidboy, gconf key: apps, metacity, general, reduced resources03:41
PoprocksI would like to use the CUPS webmin tool03:41
nomasteryodaliquidboy, on the current one?03:41
occycrimsun yah, very nice under Ubuntu.03:41
thegreatone2176k03:41
Poprocksroot from a terminal is fine03:41
occycrimsun burning Hoary atm.03:41
liquidboyyeah03:41
macewanTelep: try liferea-mozilla with it03:41
=== occy really hopes that helps.
crimsunoccy: g'luck03:41
Poprocksbrb03:41
occycrimsun heh03:42
occytx03:42
crimsunoccy: I'm out for 1.5 hours, but I'll be back. Feel free to ping me then if you're still awake.03:42
=== arakno [~araknoooo@200191138195-dial-user-ECP.acessonet.com.br] has joined #ubuntu
=== occy watches crimsun get his 10' pole ready.
occycrimsun later bud. ;)03:42
thegreatone2176tgo21@tgo:~ $ apt-cache show libxml-parser-perl03:42
thegreatone2176W: Couldn't stat source package list http://archive.ubuntu.com warty/universe Packages (/var/lib/apt/lists/archive.ubuntu.com_unbuntu_dists_warty_universe_binary-i386_Packages) - stat (2 No such file or directory)03:42
thegreatone2176W: Unable to locate package libxml-parser-perl03:42
thegreatone2176E: No packages found03:42
thegreatone2176thats waht it said kamion03:42
=== Creap [~Creap@c-9a6771d5.46-1-64736c14.cust.bredbandsbolaget.se] has left #ubuntu []
occyliquidboy still no love?03:43
occyliquidboy you googling?03:43
Kamionthegreatone2176: notice "unbuntu" rather than "ubuntu" in what you pasted there ...03:43
liquidboyoccy: yep03:43
occyliquidboy I didn't see any answers jump out at me.03:43
Kamionthegreatone2176: check that you've got it right in all the repository lines in synaptic03:43
Kamionthegreatone2176: then reload again03:43
liquidboyppl with problems , but none like mine...03:43
thegreatone2176k03:43
occyhttp://www.ubuntulinux.org/wiki/HardwareSupportComponentsVideoCards03:43
occyliquidboy look at that03:43
Kamionthegreatone2176: also make *sure* that you have http://archive.ubuntu.com/ubuntu warty main, not just universe03:43
liquidboylooking...03:44
occyliquidboy bottom of that page.03:44
liquidboyyep03:45
occyhttps://bugzilla.ubuntu.com/show_bug.cgi?id=211103:45
liquidboyive clicked al lthe links...03:45
occythere is at least some comfort knowing you aren't alone. :)03:45
liquidboyi'm a bit lost03:45
occysee the bug I posted?03:45
occysounds like some people are having issues with refresh rates as youare03:46
liquidboyyou mean "Bugzilla Bug 211103:46
liquidboy  ProSavage-DDR not correctly configured in all systems"03:46
occyyeah03:46
occyhoary is done burning!03:46
phyberoptix?03:46
nomasteryodaoccy, url?03:46
=== gpled [~worker@66.178.144.24] has joined #ubuntu
occynomasteryoda huh?03:46
=== phyberoptix is interrested
nomasteryodahoary url03:46
occyoh03:47
gpledhow do you get a bad print job out of que?03:47
occywiki!03:47
liquidboyoccy: my "lag" problem = problem with a refresh rate?03:47
occy:)03:47
nomasteryodasi03:47
thegreatone2176kamion make them all main?03:47
Kamionthegreatone2176: just make sure main is there *as well*03:47
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
occyhere we go03:47
Kamionyou can't just enable universe on its own03:47
liquidboyis there a fix for it anywhere on that page?03:47
=== usual [~colin@alb-69-202-45-196.nycap.rr.com] has joined #ubuntu
occyw00p03:48
occyhoary is getting further than warty03:48
occyheh03:48
Kamionthat's a bit like eating the rind of the orange and throwing away the juicy bits in the centre. :)03:48
occyhttp://cdimage.ubuntulinux.org/daily/current/03:48
thegreatone2176its there!!03:48
thegreatone2176tahnks03:48
Kamionoccy: you obviously got a lucky day. :)03:48
occynomasteryoda --^03:48
occyKamion hah, I've not installed it yet.03:49
nomasteryodathks03:49
thegreatone2176so kamion last question...03:49
KamionI take it doko's fix to python2.4-minimal finally worked then03:49
thegreatone2176how do i installi t ... i clicked mark for installion03:49
thegreatone2176but when does it install03:49
=== regeya [~shane@dialup-4.159.181.11.Dial1.Chicago1.Level3.net] has joined #ubuntu
Kamionthegreatone2176: press Apply03:49
liquidboyso just to get things straight... my lag problems are problems with the refresh rate?03:49
=== occy thinks of a cool hostname (U2 oriented of course)
nomasteryodanice fast dl speed03:49
occynomasteryoda oh yeah, super sweet speed03:50
nomasteryoda400kb03:50
danielsliquidboy: what problem are you having, exactly?03:50
thegreatone2176k thanks03:50
liquidboydaniels: when i drag windows around, they kind of 'lag' (as if my compuer is *Very* slow)03:51
=== gpled [~worker@66.178.144.24] has left #ubuntu ["Leaving"]
regeyaoccy: iwillfollow.org03:52
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
usualis there a way to get gstreamer to play dvd's in hoary?03:52
occyregeya heh, /me checks03:53
regeyao/~ if you walk away walk away a walk away walk away I will follow o/~03:53
occyregeya heh, an IIS error page03:53
regeyad'oh.03:54
occyregeya that your site?03:54
occyregeya http://theinterference.com/  <-- Some U2 covers there done by my band. ;)03:54
occyhttp://theinterference.com/music/mp3/shadow_sessions1/ti-covertune-until_the_end_of_the_world.mp303:54
occytriple your money back if not 100% satisfied.[tm] 03:55
danielsliquidboy: that's probably your window manager sucking.  what sort of video card do you have?03:55
regeyaoccy: nope03:55
regeyaI just chose that for giggles03:55
occy:(03:55
liquidboydaniels: s3 pro savage ddr03:55
occyDebootstrap Error03:55
occy*sigh*03:55
danielsmmm, probably just the window manager then03:55
occytriple my money back if I'm not 100% satisfied....03:56
liquidboydaniels: it happens no matter which wm i use03:56
=== siulca [~ant@cpc4-cdif4-5-0-cust54.cdif.cable.ntl.com] has joined #ubuntu
occyheh03:56
liquidboyive used blackbox / flux box xfce...03:56
siulcafinally I got X to work.03:56
danielsliquidboy: very, very, very few window managers are written right.  metacity, and *some* parts of kwin, are the only ones that come close to even being halfway sensible.03:56
regeyaoccy: Registrant Name:New Life Christian Fellowship03:56
nomasteryodaliquidboy, do you live near a computer store?03:56
liquidboykind of03:57
danielsliquidboy: (the problem is that xlib, the standard x client library, buffers requests, so you say MOVE! MOVE! MOVE!, and it only syncs at the third move, so you get nice lagging and tearing.)03:57
liquidboyoh right03:57
siulcahow do I reload fstab to reflect the latest changes?03:57
liquidboyso it's not my hardware?03:57
occyhey.... what hdparm params should I use?03:57
occyon the cdrom?03:57
Kamionuh ... it asked you?03:57
=== nomasteryoda checks
=== BrettMeister [~chatzilla@dialup-4.245.35.20.Dial1.StLouis1.Level3.net] has joined #ubuntu
Kamionare you in expert mode or something?03:58
danielsliquidboy: probably not, no.  i strongly suggest metacity.03:58
occyKamion heh, trying to check the disc and it asked me.03:58
BrettMeister....a total noob at linux.03:58
BrettMeisterHelp?03:58
siulcaanyone knows how do I reload fstab to reflect the latest changes? :|03:58
Kamionoccy: it's obviously dropped to a stupidly low debconf priority.03:58
Kamionoccy: it's more likely that the current daily simply doesn't work; that's the hazard of dailies03:58
JDahlsiulca, I think you need to manually remount stuff. got X working?03:58
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
siulcaJD yeah I'm in X.03:59
liquidboymetacity's already installed, how can i get into it from the log in?03:59
occyKamion Triple my money back if I'm not....03:59
occyheh03:59
Kamionarray cd 2 should work fine03:59
occyhmmm03:59
danielsliquidboy: just start standard gnome and that's what you get03:59
occywell fiddlesticks03:59
liquidboyoh, well then im running metacity already03:59
siulcaI edited fstab to mount a music partition (so that I have something to listen to while I sort some ubuntu problems)04:00
occyit was kind enough to get the partitioner working this time. :)04:00
BrettMeisterJust installed on another computer.  Have Gnome up.  But can't find where a dialer is to get to my ISP.04:00
siulcaI saved the changes now I just need to load the changed fstab.04:00
=== occy is sans lappie now (unless I re-install flipping FC1 [or FC3] )
liquidboysurely then it must be my hardware... the same thing happened in beos aswell...04:01
=== occy re-retrys the 1.0 cd
occyKamion any thing I could pass at it at boot time?04:01
Kamionoccy: no idea because I don't know what's wrong. I doubt it though.04:01
Kamionoccy: look in /var/log/messages after debootstrap fails04:01
Kamionoccy: I have to say that relying on a current daily when you need your computer to work is very silly. :-)04:02
=== Lathiat2 [~lathiat@sweep.bur.st] has joined #ubuntu
occyKamion well... 1.0 won't install04:02
occyFC1 will.04:02
Kamion1.0?04:02
occywarty04:02
occywhatever that is.04:02
occyheh04:02
KamionUbuntu does not have a version 1.0. Warty is 4.10.04:02
Kamionwhat breaks with warty?04:02
=== haakonn [~harald@213-145-178-57.dd.nextgentel.com] has joined #ubuntu
occyKamion sec.04:03
BrettMeisterWhat if the aptitude showed that some packages did not install when I was doing the initial Warty install?04:03
KamionBrettMeister: a surprising bug which shouldn't've happened with a final release04:03
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== bluefoxicy [~bluefox@pcp485126pcs.whtmrs01.md.comcast.net] has joined #ubuntu
KamionBrettMeister: unless you ran out of disk space04:04
occynot a big enough buffer heh04:04
BrettMeisterI'm not sure how that could have happened with a 60 gig.04:04
Kamionquite04:04
Kamionwell, tell aptitude to install the ubuntu-desktop task again and see what happens04:05
Kamionthe full log is in /var/log/base-config*04:05
BrettMeisterI downloaded and burned it myself.  Soundl like an initial prob there?04:05
KamionI hope you checked the md5sum04:05
occyyeah I did04:05
occyand it came out fine04:05
regeyaI think mauve has more RAM.04:05
Kamionoccy: I was talking to BrettMeister04:05
occyoh04:05
Kamionoccy: "not a big enough buffer"; was that directed at me, and if so could I have more context please?04:06
occyDec 28 22:04:50 (none) user.info anna[4330] : Warning **: bad d-i Packages file grep: /cdrom/dist/stable/Release : Not a dirctory04:06
occyKamion I get that over and over and over....04:06
BrettMeisterI thought I did, but maybe I didn't do that right either.  First, how do I get from the Gnome desktop back to where I can try to re-install.  I spent some time in aptitude and tried to re-install just to get more of the same message that there was a problem with installing some of the packages.04:06
Kamionoccy: probably DMA problems on the disk04:07
KamionCD drive, rather04:07
occyKamion :/  Why would FC1 install fine from it?04:07
KamionBrettMeister: try just 'aptitude install ~tubuntu-desktop' from the command line, and pay attention to the output04:08
liquidboydaniels: you know how you were saying about hte xlib and how when i move it sincs it slower... is there any way to speed that up?04:08
Kamionoccy: there was a problem with our kernel configuration in warty; the bit that disabled DMA on CD drives was accidentally dropped04:08
Kamionit's fixed in hoary04:08
danielsliquidboy: not without some significant code hacking in metacity and blcak magic, i'm afraid04:08
liquidboyawe :(04:08
occyKamion yeah... it worked fine... up until it got to the daily bug :)04:08
occywith hoary that is.04:09
liquidboyis it that my video card is difficult t ocode for?04:09
occyKamion any way to manually get around that?04:09
liquidboythe thing is that ive tried this exact same computer with peanut linux without any of these problems04:09
Kamionoccy: yes, if only I can remember it04:09
danielsliquidboy: no, it's a long-standing problem with xlib04:09
occyKamion k bud...04:09
danielsliquidboy: well, it could be that acceleration is disabled, but i'd be surprised04:09
=== lukins [~lukins@cvg-29-11-255.cinci.rr.com] has joined #ubuntu
liquidboyi might aswell check that... (and tuxracer was VERY slow) where could i check that?04:09
daniels/var/log/XFree86.0.log (/var/log/Xorg.0.log if using hoary)04:10
liquidboyubuntu 4.10 - sao thats warty eh?04:11
danielsyeah04:11
BrettMeisterThanks for the help anyway folks.  I guess untill I get better at this I'll have to install a distro with more detailed support and reliable install disks.04:11
Crane|laptopcan  the live cd save files(config) to a usb drive?04:11
liquidboydaniels:  what section / text am i looking for?04:11
danielsliquidboy: anything related to acceleration, really04:12
=== BrettMeister [~chatzilla@dialup-4.245.35.20.Dial1.StLouis1.Level3.net] has left #ubuntu []
liquidboyoh right04:12
liquidboyit's a long file :P04:12
danielsliquidboy: the savage is an uncommon chipset, so i can't remember what it puts out off the top of my head, sorry04:12
danielsliquidboy: and that's at low verbosity, too04:12
occysearching for DMA and warty in bugzilla doesn't return anything.04:12
nomasteryodaocc04:13
occynomasteryod04:13
nomasteryodahdparm -d1 /dev/hdc04:13
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
nomasteryodaif that is your cd drive that is04:13
Crane|laptopany one playing doom3 under ubuntu?04:13
nomasteryodai use hdparm in my boot.local on suse04:13
nomasteryodafor hd and cd04:13
=== Amaranth [~travis@amaranth.user] has joined #ubuntu
nomasteryodamuch better performance04:13
Kamionthere's a kernel boot parameter, I'm looking for it. warty is unlikely to be a useful search term.04:14
occyKamion okies.  thanks04:14
=== phyberoptix looks at gentoo
occyKamion gonna put it on my blog so I can remember it in the future once you find it ;)04:14
liquidboydaniels: i found this line (II) SAVAGE(0): Using XFree86 Acceleration Architecture (XAA)04:14
=== cherie [~cherie@delta-29.sisna.com] has joined #ubuntu
occyKamion and of course, I'll need a homepage URL if you have one so I can properly credit you for the tip.04:15
Kamionoccy: echo "using_dma:0" > /proc/ide/hdc/settings04:15
Kamionoccy: https://bugzilla.ubuntu.com/show_bug.cgi?id=264004:15
liquidboythis is probably above my head04:16
phyberoptixtype /exec -r man man04:16
phyberoptixlol04:16
occyKamion do that at the boot param?04:16
liquidboymaybe i should get a computer geek to come and help me04:16
=== orbitalbears [~orbitalbe@rrcs-24-106-69-163.central.biz.rr.com] has joined #ubuntu
=== occy reads
nomasteryodaliquidboy, a linux geek04:16
nomasteryodathe only kind04:16
nomasteryoda=)04:16
liquidboy:Pyeah04:16
liquidboyi know one you see...04:17
nomasteryodacool04:17
liquidboyactually i know a few04:17
liquidboybut one that's acutually here (in dunedin)04:17
occynm04:17
orbitalbearshello all - quick question - i was having problems with the install on an old laptop, so can i install from the live cd?04:17
=== occy retrys hoary cd.
Kamionoccy: no, at the shell in alt-f204:18
Kamions/in/on/04:18
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
occyKamion yah, I rtfa'ed04:18
Kamionfairly early, basically as soon as it exists04:19
occyerr.... rtfURL'ed04:19
occyor something ;)04:19
=== tvon|x31 [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu
liquidboyhehe, ive got another question about sound. when ubuntu loads the log in screen, it makes the clunky noise (Kind of) how do i make that quieter, so i can have my headphones plugged in (its too loud for them, and im scared it'll damage them)04:20
=== Talliesin_ [~Jon@83-70-249-222.b-ras1.prp.dublin.eircom.net] has joined #ubuntu
=== jeffreyb [~jeffreyb@1Cust7688.an4.chi30.da.uu.net] has joined #ubuntu
kebacdo a script that sets the mixer levels to 0 for sometime after boot04:21
=== tabmoW [tabmow@tabmow.linuxfordummies] has joined #ubuntu
jeffreybWhat do most use to burn cds using Ubuntu?04:22
tabmoWyou guys reckon it is worth it putting ubuntu x86 version on a PII 233 - 64mbram - 4gb hdd laptop ?04:22
scoonjeffreyb, cdrecord04:22
=== briareus [~briareus@Briareus.linuxfordummies] has joined #ubuntu
briareushello all04:22
jeffreybI realize that... GUI please. ;P04:22
nomasteryodanautilus?04:23
briareusjust completed ubuntu install, trying to start sshd service, how do i do that?04:23
scoonjeffreyb, sorry.  that's what i use.04:23
scoonjeffreyb, maybe try xcdroast.04:23
scoonjeffreyb, most of those are just gui layers on top of cdrecord.04:24
occyKamion did you know of any work-around with the warty cd?04:24
occyKamion it's now giving:  Failed to copy file from CDROM. Retry?04:24
jeffreybCool. I like K3B alot but was wondering if the Gnome world had something similar04:24
nomasteryodajeffreyb, nothing as nice04:25
scoonjeffreyb, i guess xcdroast would be the closeset thing to that.04:25
Kamionoccy: I was under the impression that what I said above was a workaround, but I have never seen this error myself so I cannot be sure.04:25
Kamionbriareus: install the openssh-server package04:25
occyno worries, you did try...04:25
occythanks bunches04:25
occy*yawn*  I now need sleep it seems.04:25
briareusKamion, i did, its installing, will it start it as well?04:25
Kamionbriareus: yes04:26
occyDebating if I should get up and swim or sleep in.04:26
occyanyhoo... thanks guys for the help.  bbl04:26
lukinstabmow have you tried beatrix livecd, ubuntu for pentiums with 64mb04:26
briareusKamion, thanks, but in general, in debian/ubuntu, how does one start a service?04:27
tabmoWlukins: i don't want a livecd though... i want a proper install04:27
lukinstabmoW, it has an installer04:27
briareustabmoW, hehe whats up04:27
tabmoW;oP04:28
Kamionbriareus: one installs the package in question04:28
tabmoWlukins: well ubuntu just came in the mail so i was going to put that on... you would advise against it?04:28
Kamionbriareus: after installation, '/etc/init.d/<service> start' and stop04:28
lukinstabmoW, no try it out and see if you like it, but definitely check out beatrix04:28
briareusok thats sort of what i thought, thanks Kamion04:28
Kamionby convention packages start any services they install, though04:28
briareusits been months since i ran debian04:29
=== ubuntu [~leafless@ottawa-hs-209-217-99-116.d-ip.magma.ca] has joined #ubuntu
liquidboykebac: um, i don't really know how to do a script... i'm a bit of a noob04:30
=== ubuntu [~leafless@ottawa-hs-209-217-99-116.d-ip.magma.ca] has left #ubuntu []
kebacliquidboy: neither do i... :)04:30
liquidboy:P04:30
kebacliquidboy: i only heard that someone used a script to prevent loud pops during boot04:31
briareusapt-get dist upgrade  <--whats wrong with that04:31
kebacshouldnt be too difficult to create a script that simple04:31
liquidboybut what do i write?04:32
=== cherie [~cherie@delta-29.sisna.com] has joined #ubuntu
kebacliquidboy: search google for "linux scripting" or similar04:32
=== ubuntu [~leafless@ottawa-hs-209-217-99-116.d-ip.magma.ca] has joined #ubuntu
mcgoodliquidboy: look for files with .sh extension on your PC04:33
briareuswhat will a apt-get dist-upgrade do to ubuntu?04:33
briareusany thoughts?04:34
ubuntuubuntu really is nifty, Gnome has come a long way, this is my first irc chat with my fresh install of Ubuntu!04:34
mcgoodbriareus: it will update the version to the latest on the server04:35
briareusmcgood, ok cool, it just wont go from say warty to whatever unless i change my apt repositories right?04:35
nomasteryodaubuntu, congrats04:35
ubuntuit's really beautiful chaps04:36
mcgoodbriareus: that's right04:36
ubuntuanyway bye for now04:37
=== ubuntu [~leafless@ottawa-hs-209-217-99-116.d-ip.magma.ca] has left #ubuntu []
nomasteryodaboy, that was quick04:37
briareusmcgood, "mplayer-k6: Depends: libartsc0 (>= 1.3.1) but 1.2.3-1 is to be installed" that means i need to apt-get update right?04:37
nomasteryodanice hello.goodbye04:37
siulcaI isntalled the mp3 package but can;t hear any sound... can anyone help?04:37
nomasteryodasiulca, do you have the bootup sounds?04:37
nomasteryodaor start sounds?04:38
briareussiulca, alot of audio apps in linux install muted by default to protect speakers, try aumix or something or alsamixer to raise levels04:38
siulcaer... didn't notice!04:38
mcgoodbriareus: is mplayer in universe?04:38
briareusmcgood, no idea04:38
=== lilubu [~x43@cs2417482-84.houston.rr.com] has joined #ubuntu
=== rm6990 [~rm6990@S0106000c6ec62859.cg.shawcable.net] has joined #ubuntu
briareuswell hello lilubu04:39
lilubuhi briareus nice to meet you04:39
=== gpled [~worker@66.178.144.24] has joined #ubuntu
briareusmcgood, actually it was lilubu here that has that error04:39
rm6990I'm just wondering if anyone else has been experiencing complete system lockups with Ubuntu. Like Ctrl+alt+F2 won't work, nothing. I have to reboot with Ubuntu more often than I did with Windows04:39
gpledis their a package that will install flash? or do i have to do in by hand?04:39
briareusgpled, when i run firefox i can install it from within fluxbox running04:40
rm6990gpled: download the latest firefox from mozilla.org, it does it automaticially after u come to a site that needs it04:40
JDahlrm6990, that's bad... I had problems with powersafe on a laptop running debian/unstable but nothing on ubuntu04:40
gpledusing mozilla :(04:40
siulcait's not the volume level, I just checked.04:41
gpledbut i like mozilla :)04:41
rm6990it just started the last couple days04:41
mcgoodgpled: firefox has tabbed browsing, it's cool04:41
siulcain rythmbox it doesn't play any music just keeps skipping to the next track.04:41
rm6990gpled: download the latest mozilla from mozilla.org and then run the flash installer from macromedia.com mcgood: so does mozilla04:41
JDahlrm6990, does it happen while you use it, or could it be a problem with powersave/hibernation for you also?04:42
rm6990while i use it, i was reading a website and had xmms open on a computer with a 1.8 GHz processor and 512 MB of RAM...and it locked up, it almost never happens when the computer is doing nothing or under heavy loads04:43
JDahlcustom build kernel?04:43
rm6990nope, 2.6.8.1-4-686...the updated security one from ubuntu04:44
=== dewey [~dewey@c-67-168-51-181.client.comcast.net] has joined #ubuntu
JDahlrm6990, something else that cause troubles in ACPI on some chipsets, you could try to add acpi=off to the grub boot command04:45
rm6990would that cause problems if it wasnt hibernating though, like i had almost continuously been moving the mouse at least once a minute for the last 20 minutes when it happened04:46
liquidboythanks for the help guyes...04:46
liquidboylater.04:46
briareusrm6990, still, booting without the acpi might help04:47
rm6990alright, ill try....will i have to add the option everytime i install a new kernel?04:47
JDahlyes04:47
briareusand had i seen the opportunity, i would have just now installed with noapic nolapic acpi=off04:47
briareusi was a little unsettled by the fact that the ubuntu install prompted me for nothing but a username and password, i usually install a rather thin operating system, this install just took me three hours04:48
rm6990should i turn apm off too?04:50
rm6990like apm=off04:50
JDahlI dont think so.. isnt apm a service?04:51
JDahl/etc/init.d/apmd04:51
rm6990lol...never mind then04:51
briareusand Im a little surprised that the apps i am used to urpmi'ing arent even in the apt-get repositories, where can i find apt-get repositories that have more packages?04:51
=== Poprocks [~chatzilla@CPE7ed9415afb2c-CM0012253dec94.cpe.net.cable.rogers.com] has joined #ubuntu
JDahlbriareus, did you include multiverse?04:52
rm6990uncomment out the universe repositories in /etc/apt/sources.list and you can then copy and paste those 2 lines again into the file and change the words universe to multiverse04:52
briareusJDahl, all i have done is install, apt-get dist-upgrade, at this point04:52
Poprockshey -- can anyone tell me how I can change what modules get loaded upon boot so I can switch from oss to alsa?  I checked /etc/modules but the oss modules aren't listed there so maybe something else is loading them?  any suggestions!04:52
briareusok rm699004:52
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
rm6990that way you would have 2 universe lines and 2 multiverse lines (i worded it a little confusingly)04:53
briareusi got you :)04:53
rm6990anyways, im going to reboot to test that out, thx JDahl04:53
=== illek [~mike@ip68-13-238-168.ok.ok.cox.net] has left #ubuntu []
briareuseven in multiverse/universe, no such animal as ethereal. thats just crazy to me04:57
nomasteryodacertainly is04:57
nomasteryodaethereal is sweet04:57
briareusas is rkhunter04:58
briareusi mean i can build them, but I am surprised they arent in the repo04:58
=== broodster [~broodster@n219078247154.netvigator.com] has joined #ubuntu
Poprocksactually ya know what?  oss works fine.. so why change05:00
regeyaactually ya know what?  so does alsa these days.  just not on some older cards, afaik.05:01
=== regeya was an oss holdout until recently
Kamionbriareus: uh ...05:02
Kamion  ethereal | 0.10.4-3ubuntu1 | warty/universe | amd64, i386, powerpc, source05:02
Kamionit's right there05:02
Kamionbriareus: perhaps you didn't press Reload?05:02
briareuswell for me it just says05:02
briareushmm this time it worked, what the hell05:02
briareusit said before cannot stat package so and so05:02
regeyahmm.05:02
briareusthats ok, as long as it works05:03
danielsbriareus: er, that means you need to do apt-get update, or fix your typo.05:03
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Kamionbriareus: definitely means you didn't press Reload the first time05:03
=== rm6990 [~rm6990@S0106000c6ec62859.cg.shawcable.net] has joined #ubuntu
briareusreload?05:03
siulcadoes anyone know why I can listem to music on totem but not rhythmbox?!!05:04
briareusi dont know what you mean05:04
broodsterhey05:04
broodsteri need help installing a java based game05:04
Kamionthere's a big reload button in synaptic; if you're not using synaptic, 'apt-get update' as daniels said05:04
Poprocksregeya: I've used alsa almost exclusively in my linux career05:04
broodsteri can't seem to get it to work05:04
broodstercan someone help me out?05:04
rm6990JDahl: the acpi=off prevented it from booting....i dont know why i didnt think of this but i get errors on every boot about the modules PCIEHP and SHPCHP not loading05:04
briareusah thats why, i hardly use gui for such stuff05:04
Poprocksregeya: but for now, oss works fine so I'm not going to fix it if it ain't broke05:04
rm6990these modprobe errors happen on 3 different comps running ubuntu05:05
regeyahm.05:05
=== scotth [~scotth@pcp08023289pcs.dalect01.va.comcast.net] has joined #ubuntu
orbitalbearsanyone know if you can install ubuntu from the live cd they offer?05:06
rm6990JDahl: is it safe to make the files it is trying to load non-executable?05:07
broodstercan someone help me?05:07
broodsteri'm having trouble installing a java based game05:07
JDahlrm6990, I wouldn't know... but that's a strange problem - acpi=off should be safe05:08
rm6990broodster: do you have java installed, you might have to get it from java.com, download the self extracting file (not the RPM)...execute it in your home directory as root, change the name of the folder it creates to java, then place that folder in /usr/local (the new java folder should be /usr/local/java) then issue the command at your shell (as regular user)05:08
rm6990echo "export PATH=$PATH:/usr/local/java/bin"05:08
rm6990sorry, that wont work!05:09
rm6990echo "export PATH=$PATH:/usr/local/java/bin" > .bashrc05:09
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
rm6990and you have to be in ur home folder to do this05:09
briareusi thought >> appends while > overwrites05:09
rm6990JDahl: lol, how do i get into system recovery mode from the install cd should this turn out to not work?05:10
rm6990to make the files executable again?05:10
broodsterive installed the java runtime enviroment05:10
broodsterthat's all i need right?05:10
rm6990broodster: did u issue that command i gave to add the java binaries to your path?05:11
JDahlrm6990, boot to runlvl 1 should still work05:11
JDahlrm6990, I havent used the live CD05:11
rm6990JDahl: use the recovery option at the grub screen in other words?05:11
JDahlrm6990, is that runlvl 1? I never knew what it did... it just do what I always did05:12
broodsterok05:12
=== gpled [~worker@66.178.144.24] has left #ubuntu ["Leaving"]
broodsterwait05:12
broodsterrm699005:12
broodstercan i send u the installer05:12
rm6990broodster: the path i gave has to point to ur binaries05:12
broodsterthat05:12
=== siimo [~siimo@siimo.user] has joined #ubuntu
broodsterthey sent me05:12
rm6990like where u put them05:12
broodsterso u know more about what im talking about05:12
rm6990broodster: what game is it?05:12
broodsterwar of conquest05:12
siimohas anyone installed hoary using the mini.iso?05:12
siimoits only like 5mb05:13
rm6990broodster: how big is it (thx to my little brothers virus infested windows computer...i am pushing my bandwidth limit for the month)05:13
siulcacan anyone help me with rhythmbox?05:13
broodsterlol05:13
=== ..[topic/#ubuntu:broodster] : mb
broodsterwth05:13
broodster6.8 mb05:13
siimowhat05:13
rm6990alright...yeah, u can send it to me...how r u going to send it?05:14
=== ..[topic/#ubuntu:daniels] : Ubuntu support channel | FAQ: http://www.ubuntulinux.org/support/documentation/faq/ | Wiki: http://www.ubuntulinux.org/wiki/ | Mailing lists: http://lists.ubuntu.com/ | Forum: http://www.ubuntuforums.org/ | Warty Guide: http://ubuntuguide.org
broodstersorry about that05:14
=== mode/#ubuntu [+o daniels] by ChanServ
=== mode/#ubuntu [+t] by daniels
=== mode/#ubuntu [-o daniels] by daniels
broodstersending05:14
=== _|Imanewbie|_ [~imanewbie@200-102-142-189.paemt7013.dsl.brasiltelecom.net.br] has joined #ubuntu
rm6990i clicked accept, why is it just sitting there...the window wont come out from ontop of my xchat window05:15
broodsterhmm05:15
_|Imanewbie|_Hail fols05:15
_|Imanewbie|_folks05:15
rm6990JDahl: I'm going to try what i was going to do, ill let you know05:15
Kamionbroodster: yeah, the command rm6990 gave you *definitely* should have been >> .bashrc, not > .bashrc05:15
_|Imanewbie|_any news about cds shipments?05:15
broodsterwait05:16
broodsterill give u the exact link05:16
=== maximaus [~max@user-37kacl7.dialup.mindspring.com] has joined #ubuntu
rm6990alright, yeah, it aint coming through05:16
broodsterhttp://www.play-free-online-games.com/woc/woc_install.zip05:16
rm6990broodster: give me a couple of minutes to look at it05:18
broodsteralright05:18
broodsterok05:18
broodsterits for mac and linux05:18
rm6990it has a .exe file in the .zip file....r u sure u didnt click the wrong link, or maybe it is for all three05:19
broodsterim sure05:19
rm6990anyone know how to start a .jar file with java?05:19
rm6990i tried java filename.jar and it didnt work05:20
broodsterhttp://warofconquest.com/download.php05:20
crimsunrm6990: java -jar filename.jar05:20
broodsterthat's where i downloaded it05:20
rm6990crimsun: i knew i was doing something wrong...thank you!05:20
=== Dethread [~Dethread@4.30.200.35] has joined #ubuntu
crimsunrm6990: np05:20
PoprocksI'm having some trouble with my smbclient on ubuntu .. my server works fine though05:20
PoprocksI can't browse any smb shares with nautilus05:21
Poprocksanyone else having similar problems?05:21
rm6990broodster: i just had the game running using the above command, do me a favour, open a terminal and type in java and click tab twice and let me know what comes up for possible completions05:21
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
broodsteromg thanks !05:22
rm6990it worked? did u use the above command?05:22
Cloudchaserpoprocks i have the same problem05:22
PoprocksCloudchaser: really?05:23
Cloudchaseryes05:23
broodsteryes =] 05:23
Poprocksany suggestions anyone?05:23
Cloudchaserwhat i do is..made an fstab entry05:23
=== _mage_out [mage@CPE-144-136-41-139.vic.bigpond.net.au] has joined #ubuntu
Cloudchaserand then i can do mount -a05:23
rm6990broodster: no prob, java can be a real pain, i was thinking of writing up an unofficial guide to it and GNU FDL'ing it05:23
Poprockswell that doesn't really solve the problem, it just pokes at the symptoms05:23
Cloudchaserand then i can browse them in file manager, but not network browser05:23
Poprocksbut yeah Cloudchaser I see that that would work05:23
Cloudchaseryup05:23
siulcahelp please!05:23
Cloudchaserit doesn't solve it05:24
Cloudchaseri tried and tried to figure out what was wrong05:24
crimsunsiulca: ...with?05:24
Cloudchasernearest i can figure is there's some gnome-vfs bug05:24
Cloudchasernot sure if thats even relate though05:24
Cloudchaserjust saw it mentioned while googling for the issue05:25
siulcacrimsum, with rhythmbox05:25
Poprocksyeah...05:25
Poprockswell it worked with other distros :(05:25
Cloudchaseryes i think it did..i know it worked with 2.4 kernel05:25
=== spikeb [~spikeb@c68.117.110.98.hay.wi.charter.com] has joined #ubuntu
Cloudchaserthis is my first use of newer kernel though05:25
Cloudchasers the smb browsing05:26
Cloudchasermethod has been merged into gnome-vfs205:26
Cloudchaseri read that so maybe thats where the issue is05:26
siulcacrimsum, any idea how I make rhythmbox do what it's supposed to do... play music?05:26
=== buu [~root@tera-24-206-135-151.kw.tx.cebridge.net] has joined #ubuntu
_|Imanewbie|_any news about cds shipments? Can I know if mine have already been shipped?05:28
briareusi received mine today05:28
broodster=] 05:29
briareusa coworker got his 4 weeks ago05:29
briareuswho knows05:29
broodsterhey05:29
broodsteris linux supported by ATI?05:29
spikebyes05:29
spikebbut their linux support is just as bad as their windows support.05:29
nomasteryodanot by ATI per se, but works on ATI boards05:29
nomasteryodaATI sucks really05:29
broodsteryah05:29
_|Imanewbie|_Ive ordered my cds an ice age ago05:29
broodstertheir catalyst thing is a JOKE05:30
phyberoptixnvidia05:30
broodsterunfortunately05:30
broodsteri didn't know that05:30
=== rm6990 [~rm6990@S0106000c6ec62859.cg.shawcable.net] has joined #ubuntu
nomasteryodaif you want real 3d, then nvidia is the way, the truth and the light05:30
spikebmy motherboard can't handle a nvidia card (stupid thing) so i AM glad ati is around for that05:30
broodstertill i bought a radeon =[05:30
danielsvideo card wars offtopic, guys.05:30
nomasteryodaspikeb, huh?05:30
spikebnomasteryoda, i have a lovely abit kt7a05:30
nomasteryodalol05:31
nomasteryodaok05:31
siulcawhat program does everybody use to play music on Ubuntu?05:31
nomasteryodaxmms is my favorite05:31
rm6990JDahl: (or anyone else if u know how to do it): about this boot message errors...how do i get the output from when my computer was booting so i can show u what it was doing?05:31
spikebi use rhythmbox.05:31
spikebheh05:31
rm6990xmmx...and sometimes mplayer (compiled from source) for certain restricted codecs from a certain greedy monopoly05:31
rm6990*xmms05:32
briareusrm6990, cat /var/log/messages | grep error05:32
siulcaspikeb, how did u manage to make rhythmbox to work? mine is refusing to play anything I throw at it!05:32
spikebsiulca, mine played ogg out of the box05:32
spikebi added gstreamer's mad plugin and now it does mp3 too05:32
siulcaoh... ogg... I got 26GB of mp3 :(05:32
siulcaI added the mad plugin as well but still doesn;t play mp3! any idea why?05:33
spikebgstreamer0.8-mad to be exact05:33
rm6990siulca: the ubuntu guys are just covering their asses from patent infringement lawsuits...xmms will play the files, just add universe05:33
=== Ravenlock [~a@69-162-14-78.stcgpa.adelphia.net] has joined #ubuntu
siulcaadd universe?05:33
broodsterbroodster@broodster:~ $ rpm -Uh --force fglrx-4.3.0-3.14.6.i386.rpm05:33
broodsterrpm: To install rpm packages on Debian systems, use alien. See README.Debian.05:33
broodstererror: cannot open Packages index using db3 - No such file or directory (2)05:33
broodstererror: cannot open Packages database in /var/lib/rpm05:33
broodsterbroodster@broodster:~ $05:33
broodsterhelp plz =] 05:33
rm6990cat /var/log/messages | grep error didnt give me the right error messages i was looking for05:34
RavenlockHey all :) Could use some help with an ISO install, if anyone is willing05:34
=== Little_Bear [~little_be@201.137.130.49] has joined #ubuntu
Poprocksogg rules05:34
broodstertrying to install my ati drivers05:34
spikebbroodster, use the drivers ubuntu provides instead05:34
_|Imanewbie|_siulca: go to apt and open the sources list with a text editor05:34
broodsterwhere do i get that05:34
broodsteris it on the cd i burned?05:34
rm6990broodster: is there any files other than rpms available for ati?05:34
spikebbroodster, fglrx driver is already packaged for ubuntu, it's in the restricted repository05:34
rm6990never mind, listen to spikeb05:34
siulca_|Imanewbie|_, ok05:34
broodsternope05:34
broodsterall rpms05:35
RavenlockA description of the problem: CD in drive, boots into the install, allows me to select my location and language, and then does the "scanning CDrom" part and freezes on a blue screen05:35
siulca_|Imanewbie|_, what for?05:35
broodsterso spike05:35
broodsterit's on the cd right?05:35
RavenlockThis seems similar to the behavior I got from a straight Debian install CD, which told me it couldn't read the image.05:35
spikebbroodster, http://www.ubuntulinux.org/wiki/BinaryDriverHowto05:35
_|Imanewbie|_there will be a list of urls and something like universe05:35
spikebbroodster, and yes it should be i believe05:35
rm6990Ravenlock: what kind of cd drive do u have?05:36
RavenlockIt isn't a problem with my CD burner - I suspect I'm missing a tag on the boot that I need... for instance, to get into Knoppix I need to use nodma, but that has no effect here05:36
RavenlockWhatever kind came in a Dell Latitude laptop about 5 years ago. Honestly, no clue. ;)05:36
briareusRavenlock, try something like noapic, nolapic, acpi=off, or all of em05:36
spikebheh05:36
rm6990is there another way anybody to get the boot-time error messages, this isnt giving me the proper ones05:36
spikebdmesg?05:36
_|Imanewbie|_deb http://archive.ubuntu.com/ubuntu/ warty universe multiverse05:37
Ravenlockbriareus: will setting all the tags have any negative effects?05:37
_|Imanewbie|_add multiverse like the example above05:37
RavenlockI don't want to prevent anything from autodetecting, if it can05:37
=== elmaya [~elmaya@201.128.155.149] has joined #ubuntu
=== JDahl [~qwerty@ca-stmnca-cuda4-gen2p-64.vnnyca.adelphia.net] has left #ubuntu ["Leaving"]
KamionRavenlock: see if the stuff in https://bugzilla.ubuntu.com/show_bug.cgi?id=2640 works for you05:37
KamionRavenlock: comments #4 to #605:38
Ravenlock(I actually have an install of Kanotix, another Debian variant, up and running; I was able to get their LiveCD to work. But I want to try Ubuntu.) :)05:38
RavenlockChecking that now, Kamion, thanks :)05:38
_|Imanewbie|_siulca: got it?05:39
PoprocksI'm getting "illegal instruction" errors when running mplayer... uh... ?05:39
rm6990spikeb: still not the same error messages, but getting plenty of other errors here...do u think i should just compile my own kernel and be done with it?05:39
spikebhmmm05:39
rm6990i'm not that great at it but ill manage?05:39
spikebrm6990, are you sure the errors you're getting are harmful? heh05:39
spikebbrb05:39
rm6990ill put them in pastebin.com, ill give u the link in a minute05:40
spikebok05:40
spikebi'll be back in a minute05:40
broodsterhow do i know what kernel i have?05:41
_|Imanewbie|_siulca: are you there?05:41
rm6990http://www.pastebin.com/13435905:41
crimsunbroodster: `uname -r`05:41
=== thegreatone2176 [~tgo@ip68-14-52-64.no.no.cox.net] has joined #ubuntu
=== sfranklin [~sfranklin@162.33.147.6] has joined #ubuntu
rm6990anyone else that knows a lot about this...please take a look too...again it is http://www.pastebin.com/13435905:41
crimsunbroodster: and yes, the drivers are already in Ubuntu Warty05:41
RavenlockKamion: Success! Brilliant. Thanks so much!05:42
crimsunsiulca: enable the 'universe' repository in Synaptic, then Update, then install 'gstreamer0.8-mad'05:42
RavenlockHad to type it very fast, but it worked ;)05:42
broodster2.6.8.1-3-amd64-generic05:42
crimsunsiulca: then (re)start Rhythmbox, and you'll be able to play mp3s05:42
RavenlockThey really ought to put in a boot tag to disable DMA, but beggers can't be choosers. ;)05:42
broodsterso is that 686 or 38605:42
crimsunbroodster: there are currently no fglrx drivers that support amd6405:42
spikebrm6990, from what i am seeing so far, you have a nice computer :)05:42
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
thegreatone2176Kamion ... back ... and now its saying my compiler (gpp) wont compile anything05:42
broodsterdamn05:42
crimsunbroodster: you'll have to wait another month til the next release05:43
thegreatone2176even though its installed05:43
broodster=[05:43
crimsunbroodster: blame ATI, not Ubuntu05:43
Kamionthegreatone2176: try installing build-essentia05:43
Kamioner, build-essential05:43
KamionRavenlock: cool!05:43
broodsterok05:43
spikebhmm05:43
spikebrm6990, i'm not sure what to tell you05:43
broodsterwait05:43
broodsterisnt amd more popular05:43
thegreatone2176k brb after its installed05:43
broodsterthan intel05:43
broodsterwhy they supporting intel?05:43
KamionRavenlock: we've disabled DMA on CD drives by default in Hoary; it was meant to be that way in Warty, but the change got dropped from the kernel by accident05:43
Kamionbroodster: er, i386 has a massively greater install base than amd64 at the moment05:44
thegreatone2176kamion is it in the packages or just google it?05:44
Kamionthegreatone2176: the build-essential package.05:44
rm6990spikeb: thx...it is fairly nice...lol, only when it works though ;)05:44
RavenlockAh. I didn't realize that when I said "they" I was referring to "you". ;) Thank you again for the quick point to the fix. :)05:44
spikebrm6990, all i can see is the USB problem, and i dont know anything about that05:44
Kamionbroodster: amd64 is only part of what AMD put out05:44
=== defendguin [~supertux@adsl-157-52-224.msy.bellsouth.net] has joined #ubuntu
spikebi386 is generic - it includes both amd and intel x86 chips05:44
KamionRavenlock: heh, yeah05:44
rm6990yeah...it for some reason isnt showing the modprobe errors, i could reboot and quickly write them down if u would like05:45
spikebrm6990, on the off chance i might be able to help, sure if you want05:45
crimsunsiulca: just query me, don't dcc chat, thanks :)05:45
rm6990and if all else fails, ill just compile my own kernel :-P...anyways, thx for the help, ill be back in probably 5 minutes05:46
siulcacrimsun, sorry :)05:47
=== ironwolf [~ironwolf@63-228-63-108.mpls.qwest.net] has joined #ubuntu
siulcacrimsun, just to let you know that I got the mad plugin installed and I can hear music on other players just not on rhythmbox.05:48
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
crimsunsiulca: did you restart Rhythmbox?05:49
buuI seem to have missed something. I just installed unbuntu, set up an account, etc, how the heck do I get root privs?05:49
siulcayes... I'm even considering to restart the pc!05:49
spikebbuu, sudo05:49
buuoh05:49
buuI see.05:49
buuHow do I enable the root account?05:49
spikebthat i don't know.05:49
buu=[05:49
Kamionsudo passwd root05:49
siulcacrimsum, yes... I'm even considering to restart the pc!05:50
buuKamion: Logical05:50
=== housetier [~housetier@dsl-213-023-051-188.arcor-ip.net] has joined #ubuntu
buuAck, wtf. Ubuntu doesn't have flux/black box?!05:50
crimsunsure it does.05:51
crimsunboth in 'universe' repo05:51
buummm05:51
spikebwhy anyone would use ubuntu that didnt want gnome is beyond me05:51
buuspikeb: It was in the nature of an experiment.05:51
spikebahh05:51
=== rm6990 [~rm6990@S0106000c6ec62859.cg.shawcable.net] has joined #ubuntu
rm6990http://www.pastebin.com/13436205:51
spikebok05:52
rm6990i copied the errors into there05:52
spikebhmm05:52
spikebrm6990, those two errors i get all the time - they're fairly normal as far as i know05:52
thegreatone2176kamion ... first error fixed thanks now i have thiss one configure: error: Cannot find termcap compatible library.05:52
Kamionthegreatone2176: install the libncurses5-dev package, probably05:52
spikebrm6990, so i dont think it has anything to do with your problem05:52
thegreatone2176ok05:52
rm6990spikeb: damn....i was hoping if something was broken i could at least find it :P05:53
nomasteryodaspikeb, why can't you use a better video card?05:53
=== Kamion goes to bed, way too late here
=== bronson [~bronson@node-40240852.sjc.onnet.us.uu.net] has joined #ubuntu
=== ubuntu [~leafless@ottawa-hs-209-217-123-17.d-ip.magma.ca] has joined #ubuntu
spikebnomasteryoda, this board freaks out with any nvidia card newer than like a mx440005:53
spikebnomasteryoda, so i'm stuck with a radeon 920005:53
nomasteryodaman that is crazy05:53
rm6990spikeb: i think im going to custom compile my own kernel...ive always liked doing that anyways.05:54
spikebyeah but it's a fairly well known/documented problem05:54
spikebthat really has no solution05:54
spikebrm6990, okie dokie05:54
rm6990Does anyone know if it is ok to remove the distros kernel after i have compiled my own or does one always need to be there from apt?05:54
Kamionyou should be able to remove it05:54
spikebrm6990, you can actually make a .deb package of your own kernel05:54
crimsunrm6990: you are free to use whatever you wish, but official support is limited to the subset of supported debs05:54
Kamionalthough obviously you should always keep at least one older working kernel around as a backup05:55
rm6990Kamion: alright, that probably is a good idea   spikeb: how do u make the .deb....is it a long process?05:55
ubuntuhello folks I'm getting a really strange output from the command "last -i"??? the IP number appears in my logs 146.135.4.8 what is going on?05:55
ubuntulast -i05:56
=== lynrob [~rob@63-225-111-26.dnvr.qwest.net] has joined #ubuntu
spikebrm6990, http://www.ubuntulinux.org/wiki/KernelCompileHowto05:56
rm6990spikeb: thx05:56
thegreatone2176kamion05:57
spikebno problem05:57
=== jiyuu0 [~jiyuu0@218.111.149.83] has joined #ubuntu
thegreatone2176back05:57
thegreatone2176configure: error: The X11 library '-lX11' could not be found.05:57
thegreatone2176                  Please use the configure options '--x-includes=DIR'05:57
thegreatone2176                  and '--x-libraries=DIR' to specify the X location.05:57
thegreatone2176                  See the files 'config.log' and 'ddd/config.log'05:57
thegreatone2176                  for further diagnostics.05:57
thegreatone2176last error hopefully05:57
danielsthegreatone2176: sudo apt-get install libx11-dev05:57
thegreatone2176k05:57
lynrobhandspring pda was working, now not syncing, though the configuration is still good, any suggestions?05:58
ubuntuI just installed ubuntu, I ran the command "#last -i" and I get this IP address in my logs  146.135.4.8 ?05:58
buuHrm. Where does ubuntu look to determine which WM to launch?05:58
=== funky is now known as kubrick
rm6990spikeb: if i just do the standard #make && make modules_install (this is what it says to do in the gentoo handbook) does it just install everything in /lib?05:59
=== kubrick is now known as funky
tabmoWubuntu: and ?05:59
ubuntuI don't understand05:59
spikebrm6990, modules go in lib, yeah05:59
ubuntuthis isn't my IP address?05:59
rm6990and then everything else stays in /usr/src/whatever and whatever i copy into the /boot directory, right?06:00
ubuntuIs it maybe a bug?06:00
crimsunrm6990: you should look at kernel-package [make-kpkg(1)] 06:00
rm6990crimsun: can i use make-kpkg with a vanilla kernel from kernel.org?06:01
crimsunrm6990: absolutely06:01
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Poprockswhoa... how is that gnome-cd-player is playing my cd even though I don't have a cable connected from my cdrom drive to my sound card?06:01
rm6990alright06:01
Poprocksthat's cool06:01
crimsunPoprocks: Digital Audio Extraction06:01
crimsundata flows over the IDE bus06:01
crimsun(provided you have an ATAPI drive)06:01
PoprocksI've always been able to do that on totem06:01
buuubuntu does that? Cool.06:01
buuI never could get windows to do that. It was ridiculous.06:02
spikebcool06:02
Poprocksbut I've always been out of luck with gnome-cd-player06:02
Poprocksbuu: really?06:02
buuPoprocks: Yeah.06:02
=== scoon [~scoon@dsl092-234-243.phl1.dsl.speakeasy.net] has joined #ubuntu
buuPoprocks: Every app I tried just tried to send it straight to the sound card. It was silly.06:02
scoonwhat version of xfce is in hoary ?06:02
spikebwhatever version sid had when they last took packages06:02
Poprocksfinally I can listen to Broken Social Scene :)06:02
Poprocksbut I usually rip all my tracks into oggs anyway.. still it's a cool feature06:03
buuExcellent!06:03
spikebaye, i rip all my stuff to ogg or flac as well06:03
PoprocksI've never really used flac06:03
scoonspikeb, ok thanks.  so my question should have started with: Is anyone here running hoary and if so what version xfce does it have.06:03
Poprocksit's a lossless codec right?06:04
spikebscoon, heh06:04
spikebPoprocks, yeah06:04
ubuntuI have the IP address of a remote computer in my logs I have just installed06:04
Poprocksspikeb: this may seem like a dumb question - but is it a compressed format?06:04
spikebPoprocks, i'm not sure06:04
Poprocksdoes it usually produce larger or smaller files than mp3s & oggs?06:04
crimsunscoon: 4.0.6-106:05
thegreatone2176daniel i installed waht you said and i get the same error message06:05
spikebPoprocks, yes it is06:05
crimsunPoprocks: it is a compressed format06:05
spikebPoprocks, larger files06:05
thegreatone2176daniels read what i said 3 lines above06:05
crimsunPoprocks: on the default setting, it's about 60-70% of the size of wav files06:06
crimsunPoprocks: certain types of files compress more easily06:06
ubuntu146.135.4.8 does anybody know who this belongs to & why it's in my logs06:06
PoprocksI see06:06
buuNow next question: how do I change the ctrl-alt-f1 hot key to switch to my virtual terminal 1 out of the x server to alt-f1 ?06:06
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
scoonthanks crimsun06:07
ubuntuhas anybody else notice this IP address in there logs 146.135.4.806:08
ubuntuI just installed?06:08
spikebi need to get myself a rio karma :)06:08
crimsunscoon: np06:09
spikebhmm, they only seem to have one size06:09
thegreatone2176im getting this erro06:09
thegreatone2176configure: error: The X toolkit library '-lXt' could not be found.06:09
thegreatone2176                  Please use the configure options '--x-includes=DIR'06:09
thegreatone2176                  and '--x-libraries=DIR' to specify the X location.06:09
thegreatone2176                  See the files 'config.log' and 'ddd/config.log'06:09
thegreatone2176                  for further diagnostics.06:09
crimsunthegreatone2176: libxt-dev06:10
ubuntumy computer has just been hacked I've only had ubuntu loaded for half an hour06:10
thegreatone2176dude06:10
thegreatone2176an extra ip isnt a hack06:10
thegreatone2176just whois the ip06:10
ubuntuwhat is it?06:10
crimsunubuntu: what logfile is this from?06:10
ubuntulast -i06:10
ubuntu146.135.4.806:10
ubuntuit's from the states06:11
crimsunubuntu: as what user?06:11
buuubuntu: Dude, you totally got pwned. You should pull all of the cables out of the back of the machine and run away immediately.06:11
ubuntuleafless06:11
crimsunubuntu: please tell me leafless's passwd is not "leafless".06:11
ubuntuit's my default login name06:11
ubuntuno it's not06:12
ubuntushould I reinstall06:12
crimsunif you're absolutely sure you've been compromised, sure06:12
ubuntuor just give up on ubuntu06:12
crimsunthough your first step should be analysis06:13
crimsunyou should think of all the places from which you've logged in06:13
thegreatone2176hmm unbuntu didnt get you "hacked"06:13
thegreatone2176your non-firewall non-secure system didnt06:13
thegreatone2176and its probally someone scanning you06:13
crimsundid someone log in remotely to help you with something?06:13
=== broodster [~broodster@n219078247154.netvigator.com] has joined #ubuntu
ubuntunothing06:14
thegreatone2176another error06:14
thegreatone2176configure: error: The Motif include file 'Xm/Xm.h' could not be found.06:14
thegreatone2176                  Please use the configure options '--with-motif-includes=DIR'06:14
thegreatone2176                  and '--with-motif-libraries=DIR' to specify the Xm location.06:14
thegreatone2176                  See the files 'config.log' and 'ddd/config.log'06:14
thegreatone2176                  for further diagnostics.06:14
ubuntuI did the usual security updates during install06:14
crimsunthegreatone2176: lesstif-dev06:14
thegreatone2176your great crimsum06:14
thegreatone2176thanks man06:14
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
crimsunnp06:14
ubuntumaybe I should use the bug report06:16
broodsterhey06:16
stuNNedis mplayer still broken in hoary?06:16
broodsterfor apache06:16
crimsunwhat sort of bug would you file, and against what package?06:16
broodsterhow do i change my port?06:16
ubuntulast06:16
broodstercuz my isp blocked port :8006:16
crimsunubuntu: you mean against 'sysvinit'?06:17
broodsterme?06:17
=== nomasteryoda [~nomastery@ip24-252-193-86.mc.at.cox.net] has joined #ubuntu
phyberoptixchange your port in apache?06:17
ubuntuI would file it against last sysvinit, saying it is giving false remote logins06:18
buuI got to Computer -> system config -> resolution, and it's only displaying 3 resolutions, 640x480, 800x600 and 1024x768, at some crap refresh rate. How do I get it to recognize the better modes my monitor is capable of?06:18
crimsunubuntu: that's a very serious bug report06:19
thegreatone2176ddd finally installed :)06:19
crimsunubuntu: I would first make sure I have a solid iptables configuration activated06:19
thegreatone2176now crisum wahts the easiet way to make it run\06:19
crimsunthegreatone2176: to make 'ddd' run?06:19
ubuntudid that06:19
thegreatone2176well any app06:19
thegreatone2176whats the quickest way06:19
crimsunthegreatone2176: ...just execute an app06:20
buuAnyone have any ideas?06:20
=== FireEgl [Proteus835@adsl-17-159-92.bhm.bellsouth.net] has joined #Ubuntu
crimsunubuntu: are you positive? it doesn't sound like you've done sufficient analysis06:20
crimsunubuntu: for instance, /var/log/auth.log should corroborate that06:21
ubuntuwhat else should I check?06:21
=== Rene_S [~rskrodzki@CPE000ae62705a3-CM014490004397.cpe.net.cable.rogers.com] has joined #ubuntu
crimsunbuu: those are the modes and refresh rates reported as supported by your monitor and agreed by your video chipset06:21
ubuntucrimsun: I will just check that06:21
crimsunbuu: are you using warty or hoary?06:21
thegreatone2176almost done just want to get the firewall installed but heres an error06:22
thegreatone2176configure: error: Library requirements (libgnome-2.0 >= 2.0.006:22
thegreatone2176                  libgnomeui-2.0 >= 2.0.006:22
thegreatone2176                  gtk+-2.0 >= 2.4.006:22
thegreatone2176                  gnome-vfs-2.0 >= 2.6.006:22
thegreatone2176                  libglade-2.0 >= 2.3.6) not met; consider adjusting the PKG_CON06:22
buucrimsun: Warty, and those definately aren't all the modes supported.06:22
crimsunbuu: what graphics chipset and driver?06:22
buucrimsun: Maybe it's a video card issue?06:22
crimsunthegreatone2176: what precisely are you attempting to build?06:23
=== tokemaster [~tokemaste@h4n2fls33o985.telia.com] has joined #ubuntu
thegreatone2176umm i just got unbutu last night and im just want  a few things installed06:23
buucrimsun: I've got a gf4ti4400 in there, I'm not sure if it's been installd properly or not.06:23
thegreatone2176and there is alot of extra libraries06:23
thegreatone2176and i paste iin here what i cant find on google06:23
buuer, s/installed/proper drivers from ubuntu/06:23
crimsunbuu: are you using 'nvidia'?06:23
thegreatone2176all ive asked about is ddd and now firestarter06:24
thegreatone2176and thats all i need06:24
=== kagou [~kagou@80.125.79.87] has joined #ubuntu
crimsunthegreatone2176: do you have 'universe' repo enabled?06:24
thegreatone2176hmm i was told to make it main06:24
buucrimsun: The "Module" section doesn't list either nv or nvidia, the section Driver says: Driver "nv"06:25
=== vladster [~vladster@h-68-166-89-122.chcgilgm.covad.net] has joined #ubuntu
thegreatone2176but why would that matter .... i still need to know what to install06:25
vladsterfinally a live body06:25
crimsunbuu: Section "Module" is irrelevant. Change Driver "nv" to Driver "nvidia"06:25
buuOk.06:25
crimsunbuu: you'll want to familiarize yourself with the IgnoreEDID option.06:25
=== root_ [~root@ottawa-hs-209-217-123-17.d-ip.magma.ca] has joined #ubuntu
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
vladsterwhat fool logged in as root to access the net?06:26
buu"Failed to load modula nvidia (module does not exist)"06:26
crimsunbuu: read /usr/share/doc/nvidia-glx/README.gz06:26
crimsunbuu: did you install nvidia-kernel-common, linux-restricted-modules-`uname -r`, and nvidia-glx?06:26
root_leafless :0           146.135.4.8      Tue Dec 28 22:41   still logged in06:27
root_leafless :0           146.135.4.8      Tue Dec 28 22:20 - 22:41  (00:21)06:27
root_leafless :0           146.135.4.8      Tue Dec 28 22:18 - 22:19  (00:01)06:27
root_leafless :0           146.135.4.8      Tue Dec 28 22:06 - 22:15  (00:08)06:27
root_leafless :0           146.135.4.8      Tue Dec 28 21:53 - down   (00:11)06:27
root_leafless :0           146.135.4.8      Tue Dec 28 21:43 - down   (00:07)06:27
buucrimsun: Doing so now.06:27
crimsunroot_: please use pastebin.com for floods, not the channel itself.06:27
buuDone and done.06:27
crimsunroot_: thank you.06:27
root_sorry06:27
buuAnd resolution is still only saying 1024x768 =/06:28
root_I just was trying to show the channel my logs06:28
crimsunbuu: read about the option I just told you about06:28
vladsterroot_: I suggest you log in as user than leave you box open as a root user06:28
=== buu reads
crimsunroot_: please /msg crimsun with the output of `who'06:28
vladsteraccessing the net as a root user leaves you open to an attack06:29
vladsterfinally got streamripper running properly06:29
buucrimsun: Er, do I need to run the nvidia-installer? I thought the apt-get took care of that.06:30
=== Dethread [~Dethread@ca-glendora-cuda1-c10c-233.arcdca.adelphia.net] has joined #ubuntu
vladsterI don't think it installs it06:30
buuReally?06:30
=== ubunt1 [~leafless@ottawa-hs-209-217-123-17.d-ip.magma.ca] has joined #ubuntu
crimsunbuu: you just need to able glx06:31
vladsterthat may have to be run when xserver is shutdown06:31
crimsunbuu: read the BinaryDriver howto on the wiki06:31
buueh06:31
crimsunubunt1: and you've not been hacked.06:31
buuWiki is at...?06:31
crimsunubunt1: my last(1) output shows something similar for logins from :006:31
ubunt1it's a bug then?06:32
crimsunyes06:32
crimsunbut I don't believe it's against 'sysvinit'06:32
ubunt1I should report it06:32
crimsunhave you checked bugzilla for the 'login' package?06:32
ubunt1I should worry about it, no I haven't06:33
vladsterstreamripper is doing a nice log06:33
buu"No search results were found for BinaryDriver"06:33
crimsunhttp://www.ubuntulinux.org/wiki/BinaryDriverHowto06:33
vladsterI am right now getting the linux show so I can review it from the archives06:33
buuSimle enough06:34
=== ubunt1 [~leafless@ottawa-hs-209-217-123-17.d-ip.magma.ca] has left #ubuntu []
=== method55-laptop [~method55@63.127.193.16] has joined #ubuntu
buuIT's giving me a 404..06:34
method55-laptopare there any graphic designers/ web designers here?06:34
method55-laptopsemi-professional/professional06:35
=== Talliesin__ [~Jon@83-70-241-193.b-ras1.prp.dublin.eircom.net] has joined #ubuntu
crimsunbuu: umm...I'm looking at it right this instant...06:35
buuhttp://www.ubuntulinux.org/wiki/BinaryDriverHowTo06:35
thegreatone2176why method06:35
thegreatone2176i know html php sql06:36
vladsterhttp://www.legaltorrents.com/ this is a link to where you can download music that is licensed under the creative commons06:36
thegreatone2176but06:36
buu"Our apologies, the item you requested does not exist"06:36
thegreatone2176this isnt the place06:36
method55-laptopi mean involving grpahic design etc06:36
thegreatone2176dont spam their channel06:36
method55-laptopi have a question about being a webdesigner using linux06:36
method55-laptopits relavent06:36
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
buuWeird..06:36
thegreatone2176hmmmm ive downloaded like 25 extra libraries today is it always supposed to be like this?06:37
buu....06:37
=== method55-laptop [~method55@63.127.193.16] has left #ubuntu ["Leaving"]
buucrimsun: Lower case t.06:37
snerfuyes06:37
crimsunbuu: we both pasted lowercase 't'06:38
crimsun;)06:38
buucrimsun: I can't paste, I was typing an uppercase T =/06:39
=== hazza96 [~harry@cust0531.qld01.dataco.com.au] has joined #ubuntu
buucrimsun: Yes, I've got nvidia working, I get the splash screen when I start X, but still only showing 3 resolutions.06:40
thegreatone2176ok since firestarter wont start i tryed this ftp i was recommended and got this error06:40
thegreatone2176configure: error: You have GLIB 2.0 installed but I cannot find GTK+ 2.0. Run configure with --disable-gtk20 or install GTK+ 2.006:40
thegreatone2176and i ran with disabl06:40
thegreatone2176then it said i needed a higher level glib06:40
thegreatone2176so it was pointless06:40
crimsunthegreatone2176: did you check to see if firestarter is available for you?06:41
crimsunthegreatone2176: paste the output of `apt-cache policy firestarter' on pastebin.com06:41
crimsunmeh, I'll just build a warty chroot06:41
buucrimsun: No joy.06:42
crimsunbuu: what resolution do you want?06:43
=== LinuxNIT [~roger@adsl-68-94-145-165.dsl.okcyok.swbell.net] has joined #ubuntu
buucrimsun: 1940 or 160006:43
thegreatone2176http://pastebin.com/13436606:43
crimsunthen create a modeline for it using `gtf'06:43
thegreatone2176me?06:44
=== martin_ [~martin@bzq-82-81-108-248.red.bezeqint.net] has joined #ubuntu
crimsunthegreatone2176: you could have saved yourself the trouble by just using `sudo apt-get install firestarter'06:44
LinuxNITi have a fresh install of ubuntu and i was wondering if i can get the root user and su working like it does in other debian distros?06:44
buucrimsun: Erm, where do I put it?06:44
crimsunbuu: the generated modeline goes in Section "Monitor"06:44
buucrimsun: Danke.06:44
buuLinuxNIT: sudo passwd root06:45
LinuxNITok thanks06:45
buucrimsun: I don't suppose theres a good way to stick it in there?06:45
crimsunbuu: come again?06:46
buucrimsun: Well, it just prints the modeline to stdout, I need to insert it in the middle of my XF86 config file right?06:46
crimsunbuu: just generate the modeline(s) you want and place them in /etc/X11/XFree86.0.log (Warty) [or in /etc/X11/xorg.conf (Hoary)] 06:46
crimsunerr06:46
crimsun/etc/X11/XF86Config-4 for Warty06:47
crimsunthen restart gdm, of course06:47
buuOk06:47
buuOption "DPMS"06:47
buumodeline blah blah06:47
crimsunas long as it/they is/are in your Section "Monitor"06:48
buuOk.06:48
thegreatone2176ok i apt-get firestarter and it installed06:48
thegreatone2176but06:48
thegreatone2176i get this when i run it06:48
thegreatone2176Failed to run /usr/sbin/firestarter as user root:06:48
thegreatone2176 Child terminated with 1 status06:48
crimsunthegreatone2176: did you read /usr/share/doc/firestarter/* ?06:48
=== broodster [~broodster@n219078247199.netvigator.com] has joined #ubuntu
thegreatone2176nope i will now .. id dint even know to read taht06:48
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has joined #Ubuntu
broodsteranyone know how i can configure the port of apache?06:49
crimsunbroodster: check the system-wide httpd.conf?06:49
drspincould anyone tell me why sound on quake3 doesn't work?? it's always just worked for me... I can play sound for everything else...06:49
=== sfranklin [~sfranklin@162.33.147.6] has left #ubuntu ["Leaving"]
=== Dethread [~Dethread@4.30.200.35] has joined #ubuntu
crimsundrspin: what sound chipset?06:49
broodsterhow do i check it ?06:49
=== buu inserts the modeline and restarts.
crimsunbroodster: best to google; I'm not an apache guru, sorry.06:50
buubroodster: It's in etc/apache/httpd.conf06:50
broodstero06:50
broodsterthx06:50
buuThe line looks like" port 80"06:50
buuIt's heavily documented.06:50
=== hazza96 [~harry@cust0531.qld01.dataco.com.au] has left #ubuntu []
buucrimsun: No joy I'm afraid.06:50
crimsunbuu: did you add the IgnoreEDID option?06:51
crimsunbuu: did you prepend your generated modelines to the Modes list?06:51
=== da_bon_bon [~da_bon_bo@210.18.160.134] has joined #ubuntu
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
buucrimsun: I did not do anything invovling IgnoreEDID, where might I read about this?06:51
crimsunbuu: in the file I mentioned above.06:52
buuAnd I just put the output of gtf below the last line in the Section "Monitor"06:52
da_bon_bonhi all.06:52
crimsunI really, really did mention that file for a reason.06:52
=== shambal1 [~shambala@200.77.171.97] has joined #ubuntu
da_bon_boni get "ped_filesystem_call" error in qtparted.06:52
=== buu rereads
=== nicedreams [~nicedream@ip68-2-79-215.ph.ph.cox.net] has joined #ubuntu
shambal1somebody speak spanish06:52
buuYou are referring to the nvidia-glx/README.gz yes?06:53
crimsunyes.06:53
drspincrimsun EMU10K1 driver... SB Live! Digital06:53
crimsundrspin: is snd-pcm-oss loaded?06:53
nicedreamshow can i open quake in another virtual desktop?  I know about 'xinit -- :1' but i want to launch quake3 app06:54
drspinOSS?? I thought ubuntu used ALSA06:54
drspin------- sound initialization -------06:54
drspin/dev/dsp: No such device06:54
drspinCould not open /dev/dsp06:54
drspin------------------------------------06:54
nicedreamsdrspin: it does use alsa06:54
crimsundrspin: quake3 uses OSS06:54
crimsundrspin: it has nothing to do with Ubuntu06:54
drspinbut I have /dev/dsp06:54
da_bon_bonanyone here use QtParted ?06:54
nicedreams?06:54
nicedreamsquake3 ?06:54
crimsundrspin: um, either you or quake3 is lying06:54
nicedreamslol06:55
genda_bon_bon, yeah06:55
drspinLOL06:55
=== shambal1 [~shambala@200.77.171.97] has left #ubuntu []
nicedreamshow to i launch quake306:55
nicedreamsin another desktop06:55
buucrimsun: I read the document and added: IgnoreEDID "0"; to the "Section Device'06:55
da_bon_bongen: u get somne "ped_filesystem_call" error ?06:55
genno06:55
crimsunbuu: wrong, you need to use "1" or "true"06:55
buuOh.06:55
buuDuh, sorry.06:55
genda_bon_bon, what are you trying to do, and when do you get the error06:55
da_bon_bongen: it works without data damage or loss ?06:55
buuIt still errors with "IgnoreEDID is not a valid keyword in this section"06:56
drspin%ls /dev |grep dsp   // "adsp; adsp1; dsp; dsp1;"06:56
broodsteris there a command06:56
thegreatone2176crisum the docs of firestarter didnt ahve anythingimp that i saw06:56
broodsterto see my ip?06:56
da_bon_bongen: i just repartition - dont even commit just change to see.. and it gives the error06:56
thegreatone2176what did i miss06:56
buuIt's the last line in Section "Device"06:56
crimsunbuu: I don't think you read it closely06:56
crimsunbroodster: for which interface?06:56
buucrimsun: It said put it in the Device section..06:56
genrepartition what06:56
broodsterterminal06:56
crimsunbuu: Option      "IgnoreEDID" "true" ?06:57
genbeing a little more specific would be nice bon06:57
crimsunbuu: that's in my Section "Device"06:57
=== Ravensky [~Ravensky@c-67-162-148-18.client.comcast.net] has left #ubuntu ["Leaving"]
crimsunbroodster: that's not a network interface06:57
broodstero06:57
broodsterwell how do i see my ip?06:57
buucrimsun: Oh. I didn't realize the "Option" was required.06:57
da_bon_bongen: i repartition my vfat on /dev/hdc using knoppix. just change, i donot commit too. after i decrease the size, it gives the error06:57
crimsunbuu: please read more closely next time :)06:58
crimsunbroodster: ip addr show dev eth006:58
buucrimsun: It doesn't say it is =/06:58
crimsunbuu: um...06:58
da_bon_bongen: getting the latest version06:58
crimsunbuu: Option "IgnoreEDID" "boolean"  <-- clearly stated in README.gz06:59
broodsterbroodster@broodster:/etc $ ip addr show dev eth006:59
broodster2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100006:59
broodster    link/ether 00:0f:ea:44:ae:1e brd ff:ff:ff:ff:ff:ff06:59
broodster    inet6 fe80::20f:eaff:fe44:ae1e/64 scope link06:59
broodster       valid_lft forever preferred_lft forever06:59
buucrimsun: Yes, it does say that. However, I was interpreting "option" as just a generic description, not a piece of syntax.06:59
genda_bon_bon, i still don't understand what you're trying to do, resize? add a partition?06:59
broodsteri use a pppoe connection06:59
da_bon_bongen: i just _try_ to resize and it gives the error.07:00
gendid you google the error07:00
da_bon_bongen: no. i downloaded latest and am trying out.07:00
drspinI loaded snd_pcm_oss and still get no response07:00
da_bon_bongen: why does qtparted does not fit on my screen even on 1024x768 ?07:00
buucrimsun: I modified it, started X, the resolution changer is only showing three resolutions. I pasted my XF86Config at http://pastebin.com/13437007:01
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
genbon, it should be just the yellow bars that make it that way, showing disk space, it is a bit of a bug because it doesn't resize itself07:01
crimsundrspin: did you load snd-pcm-oss?07:02
da_bon_bongen: ok. does it happen to u too ?07:02
genda_bon_bon, on bigger drives yes07:02
drspincrimsun : %modprobe snd_pcm_oss07:02
crimsunbuu: you did not do the second part of what I said07:02
drspincrimsun: if that's how you do it ;)07:02
genmenus are still fine and you don't need to see anything past the screen07:02
genit's just the disk meter07:02
crimsunbuu: note that your Modes lines lack the modeline definition you generated07:02
buucrimsun: I'm sorry, which mode list are you referring to?07:03
da_bon_bongen: ok. thanks. i am trying now.07:03
crimsunbuu: look in Section "Screen"07:03
buuI see.07:03
genbe careful messing with it if you aren't sure what you're doing07:03
crimsunbuu: you should preface each list of Modes with the one you generated07:03
genit can be dangerous :)07:03
crimsundrspin: and does it quake3 work now?07:03
buucrimsun: So Modeline foo \n Depth 1 \n Modes "etc"; ?07:03
drspinquake 3 will launch but sound does not work - same as it was before...07:04
da_bon_bongen: i have used it before. dont i need to unmount disks before changing ?07:04
=== drspin sits here wondering why I have 4 mixers in my Volume Control...
crimsundrspin: sudo echo quake3.x86 0 0 disable > /proc/asound/card0/pcm0c/oss07:04
Lathiat2drspin: yeh that happens, its much better in hoary tho07:04
genda_bon_bon, it won't let you do anything to mounted disks anyhow, you said you're doing it off knoppix so they shouldnt be mounted anyway07:05
da_bon_bongen: no, currently i am on ubuntu07:05
=== metrix [~metrix@nts-219.7-185-64.nts-online.net] has joined #ubuntu
broodsterhow do i find out my ip address?07:05
crimsunbroodster: I just told you above.07:05
drspincrimsun: "Permission denied"07:05
da_bon_bonbroodster: www.whatismyip.com07:05
=== kferdous [ivan@ool-45700fc5.dyn.optonline.net] has joined #ubuntu
crimsundrspin: sudo?07:05
broodsteryah07:06
drspinLathiat2: I'm so confused which one to use -- EMU10K1 has 5000 different sliders :/07:06
crimsunbuu: Modes "1600x1200_60.00" "1024x768" ...07:06
broodsterand i typed out the output07:06
drspincrimsun: yes, I copied and pasted07:06
metrixon the install, during the apt-get update process, my network hickuped causing apt-get to die, I hit ctrl-c and now i'm at a prompt07:06
buucrimsun: Oh.07:06
metrixhow do I start the install process again?07:06
Lathiat2drspin: heh yeh you'll want to use the "Master" and "PCM" sliders07:06
metrixor atleast the apt-get update07:06
crimsunmetrix: sudo apt-get update07:06
drspinLathiat2: how can I reset them all do their default settings and star tover?07:06
Lathiat2drspin: uh, you can't really, your sound not working?07:07
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
calcwhat does PCM mean? :)07:07
nicedreamshow do i start a program in a second desktop?  like if i wanted to run a game in a second desktop (ie. ctrl+f)07:07
nicedreamsctrl + f807:07
calcand why do i want to increase that, sounds like something evil07:07
crimsundrspin: modprobe -r snd_emu10k1 && rm -f /var/lib/alsa/asound.state && modprobe snd-emu10k107:07
=== [dksuiko] [~dknight@c-67-174-47-41.client.comcast.net] has joined #ubuntu
=== calc hides
crimsuncalc: I'll emerge -funroll-loops you!07:07
drspina/asound.state && modprobe snd-emu10k107:08
drspinFATAL: Module snd_emu10k1 is in use.07:08
=== metrix [~metrix@nts-219.7-185-64.nts-online.net] has left #ubuntu []
crimsundrspin: so close any applications using it.07:08
calccrimsun: muhahaha07:08
Lathiat2crimsun: nah you gotta log out of gnome07:08
calchttp://www.funroll-loops.org/ :)07:08
Lathiat2crimsun: cus gnome-settings-daemon keeps the mixer open07:08
crimsunLathiat2: (I know)07:08
drspincrimsun - no audio is playing07:08
Lathiat2drspin: you'll have to log out an ddo it from a console07:08
[dksuiko] how can i recompile my kernel to support fat=32? i tried mounting my fat32 partition with vfat, it displays the root directors, but doesnt know what they are other than the name. I'd like to try with fat=32 (as stated by man mount), but the kernel doesnt support it.07:09
drspinK brb07:09
Lathiat2[dksuiko] : are you moutning it as user?07:09
crimsun[dksuiko] : use 'vfat'. There is no 'fat=32' mount type.07:09
calc[dksuiko] : you sure it just didn't let you in the dirs do to permission problem?07:09
da_bon_bongen: again, "An error happen during ped_file_system_open_call"07:09
buucrimsun: No go I'm afraid.07:09
crimsunbuu: paste your /var/log/XFree86.0.log on pastebin07:09
calcer s/do/due/07:09
crimsunbrb07:09
Lathiat2[dksuiko] : if you mount it as root then try to open it as a user you wont be able to open the directories (depend son the FS, but sounds like thats the problem for you)07:09
Lathiat2[dksuiko] : so make an fstab entry and put user in the options then double click it in computer to mount and open it07:10
buuOh god this open file dialog is awful.07:10
calcLathiat2: or he can just set the make so the dirs get +x07:10
drspincrimsun: please explain to me what this command will do please07:10
calcgah i typo lots07:10
calcLathiat2: i meant to say mask07:10
broodsterhow do i see my ip?07:10
Lathiat2calc: yer but moutning as user is generally the proper solution07:10
Lathiat2calc: shows up in computer then as well07:10
drspinbroodster: ifconfig07:11
[dksuiko] lathiat2: when I mount it, a window opens up showing the folder. all of the root directories are shown, but the type/date modified/octal permissions and all that say unknown07:11
Lathiat2[dksuiko] : as user?07:11
buucrimsun: "Not using mode 1600x1200_60.00" (hsync out of range07:11
broodsterthanks07:11
[dksuiko] hmm.. i think, it just popped up. heh07:11
[dksuiko] i mounted it with "Root Terminal"07:12
[dksuiko] maybe i should try mounting with just the normal terminal07:12
[dksuiko] if thatll help any07:12
Lathiat2[dksuiko] : make a line in /etc/fstab07:12
Lathiat2[dksuiko] : /dev/xxx /mnt/blah vfat user 0 007:12
Lathiat2[dksuiko] : save that, then open computer, it'l be in there07:12
Lathiat2[dksuiko] : and make sure you unmount the one thats open first07:13
[dksuiko] k07:13
=== calc notices the clock and sees it is now his bday :)
buuOk. Honestly people. Why the fuck does the open file dialog not have a location bar of some sort that you can actually type in? What is this point and click crap07:13
[dksuiko] k, its in07:14
calcbuu: they want it to be a mac clone07:14
=== natea [~natea@CPE-69-76-3-240.mn.rr.com] has joined #ubuntu
=== Quenyar [~chatzilla@bdsl.66.12.54.32.gte.net] has joined #ubuntu
crimsunbuu: ctrl+l07:14
calcthough i've heard rumors 2.10 might get it07:14
crimsunbuu: then type.07:14
[dksuiko] mount it with "mount /dev/hda5"?07:14
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
[dksuiko] wow07:14
buucrimsun: I love you.07:14
[dksuiko] it works07:14
[dksuiko] thanks a lot man07:14
=== kferdous [ivan@ool-45700fc5.dyn.optonline.net] has left #ubuntu []
Quenyaranyone here have experience in configuring ubuntu/debian as network gateway for LAN with DSL on eth0 and LAN on Eth1?07:15
crimsunQuenyar: plenty.07:15
crimsunQuenyar: what do you need?07:15
buucrimsun: pastebin.com/13437207:15
=== calc loves hidden features... :(
Quenyarcrimsun: when installing, does it automatically detect both ethernet cards and thus install masquerading etc?07:16
=== meltbanana314 [~meltbanan@ip68-228-44-118.tc.ph.cox.net] has joined #ubuntu
crimsunbuu: welp, X isn't lying07:16
crimsunbuu: you just can't use that mode07:16
buucrimsun: Something is wrong with nvidia or x =/07:16
=== calc kicks crimsun for giving him reasons to dislike gnome ;P
buucrimsun: Well, with ubuntu really.07:17
drspinHAPPY BIRTHDAY CALC!!!07:17
=== drspin gets the paddle ready
calcdrspin: thanks :)07:18
crimsunbuu: you mean there's something wrong with your conffile07:18
drspinheh np ;)07:18
crimsunwoo, KDE defector's birthday!07:18
drspinbrb07:18
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has left #Ubuntu []
buucrimsun: Well, theres something wrong someplace, because I was doing 16x12 on every other OS I ever put on this box.07:18
crimsunbuu: there most certainly is. Look at your HorizSync line.07:19
crimsunbuu: then look at your modeline.07:19
buucrimsun: Yes?07:19
crimsunbuu: and then kick yourself in the teeth.07:19
Quenyarcrimsun: I'm uncomfortable with configuring iptables by hand and am less than a confident master of the routing commands07:19
=== pepsi [~pepsi@p222.n-sfpop03.stsn.com] has joined #ubuntu
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
crimsunbuu: obviously your modeline's requested hysnc of 74.52 kHz is greater than the >>> 49 <<< max07:20
buuyeah.07:20
crimsunso...who inserted the 28-49?07:20
buuubuntu07:21
crimsunfile a bug if necessary07:21
=== buu shrugs
calcmy 16x12 is running at 106khz07:21
crimsunmy 1920x1440 is running at -1 kHz!07:21
calc49 sounds really low07:21
buuYeah.07:21
Quenyarsounds painfully slow07:21
calccrimsun: backwards in time?07:22
broodsteris php supported by amd64?07:22
crimsunQuenyar: there are a variety of iptables tools you can use: there are 'firestarter', 'shorewall', etc.07:22
crimsunbroodster: it's $ARCH-independent07:22
calcbroodster: i see a lot of php packages available on my amd64 arch07:22
buucrimsun: It is?07:22
crimsunbuu: it is what?07:23
buuPHP is architecture independent07:23
calcphp is arch: all07:23
buuinteresting07:23
calcwhich means indep07:23
buuok 49 is ridiculous07:23
buuI finally got it to go to 16x12 though!07:23
calcbuu: perhaps your nvidia driver lied to the installer07:23
buuWhats a decent refresh rate?07:24
calc85Hz07:24
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has joined #ubuntu
crimsun>72 Hz07:24
drspinok I'm in a root terminal07:24
drspinCrimsun: it wouldn't let me remove the file07:24
calcmy poor monitor doesn't do over 85Hz, crimsun's probably does07:24
=== buu tries at 85
buuAnd we're back to 1024 =/07:25
calcbuu: xfree automatically sets it to the highest available07:25
Quenyarfirestarter looks nice and easy07:25
crimsuncalc: only for <= 1600x1200 :/07:25
=== tokemaster [~tokemaste@h4n2fls33o985.telia.com] has joined #ubuntu
calcat least wrt built in modelines07:25
calccrimsun: ah07:25
drspincrimsun07:25
LinuxNITcan anyone tell me how to get the icons on the descktop smaller. i used the stretch function but they are still like a inch wide. they started out huge07:25
crimsundrspin: sorry, what file?07:25
=== buu tries again at 72
drspinCrimsun: rm: cannot remove `/var/lib/alsa/asound.state': Permission denied07:25
calcbuu: assuming you set the v/h ranges properly it will set it to the best rate by default07:25
broodsterHmmm, i think somethings wrong iwth my php installation07:25
broodstereverytime i look at testphp.php07:26
drspinwait...07:26
broodsterit makes me download it07:26
crimsundrspin: you need root permissions.07:26
drspinI see the problem hang on07:26
buucalc: I'm not sure I set it properly.07:26
crimsundrspin: so use sudo07:26
calcbuu: oh07:26
buucalc: What's a decent HorizSync?07:26
calci can tell you what my ranges are, not sure if yours will be the same07:26
buuWell07:26
buuHopefully I won't blow anything up07:26
calcactually i don't have set it in xorg.conf at all it detects it at run time07:27
calcbut they are:07:27
broodsterhmm07:27
calcV 50-160 H 30-12107:27
buuhrm07:27
broodstermaybe it's cuz the chmod of testphp.php is 64407:27
broodstercould that be the issue?07:27
buubroodster: It's probably because jesus hates php ^^07:27
calcbuu: hit ctrl-alt-backspace if it doesn't sync07:27
broodster=p07:28
drspincrimsun: yes still no sound...07:28
buucalc: Yeah yeah07:28
broodsterphp is revolution =P07:28
crimsundrspin: does sound work for other apps?07:28
drspincrimsun: yes07:28
calci think only the old fixed frequency monitors can actually get damaged though, anything made in the past 10-15yrs should be ok07:28
drspincrimsun: all that I have tried07:28
buubroodster: haha. PHP is de-evolution07:28
buucalc: Yeah, thats what I'm hoping too =] 07:29
broodsterokay well07:29
buuhRm.07:29
broodsterdoesnt change the fact that i wanna get it to work07:29
calci remember fighting with my 15" monitor in 1995 and never fried it :)07:29
crimsundrspin: can you `strace -o foo.txt -f -F quake3'?07:29
buuI'm getting a bit of a flicker07:29
Quenyarcrimsun:  thanks07:29
calcsince then i let it autodetect or type in the numbers out of the monitor book07:29
buu106.7 khz / 85 hz07:29
calcbuu: yep that is what i have07:30
buuhrm07:30
=== crimsun builds another warty chroot
rituraji am getting error Xlib: extension GLX missing on display 0:0 cannot open blender window07:30
rituraji am using debian07:30
buuDo you notice a flicker, particurarly on the default X background?07:30
crimsunrituraj: ...Debian?07:30
buucrimsun: Btw, thanks for all the help getting it to work.07:30
riturajyep07:30
crimsunrituraj: why ask in here? :)07:30
calcbuu: the ubuntu background or the grey x background?07:30
riturajhmmmm07:30
drspincrimsun, OK now what?07:30
buucalc: The grey x one.07:30
riturajsorry07:30
calcdunno haven't seen it in a long time07:30
riturajwrong room07:30
buuheh07:30
calcmay just be moire though07:30
=== odyssey [~odyssey@odyssey.user] has joined #ubuntu
crimsunrituraj: are you using XFree86 or X.Org?07:31
odysseyhello ubuntu07:31
crimsunhi07:31
crimsundrspin: bzip2 foo.txt07:31
crimsundrspin: then make it available on a web site for us to inspect07:31
riturajactually i am using Ubuntu...07:31
crimsunrituraj: ...07:31
buuwoah07:31
rituraji am talking in blender room too07:31
calcmy monitor in gnome doesn't flicker but it may have higher specs07:31
buuMy monitor *told* me it was "out of scan range"07:31
buucool.07:31
drspincrimsun: no webspace ATM07:31
rituraji clicked wrong window07:31
buuish07:32
riturajsorry07:32
phyberoptixdrspin07:32
phyberoptixsup07:32
odysseyim new to .deb system and i wish to remove firefox without removing ubuntu-desktop how do i achieve this. I wish to do this because i have installed firefox 1.007:32
calcbuu: that means you can probably change the numbers until you find the limit07:32
drspinphyberoptix, what up07:32
phyberoptixchilln07:32
buucalc: Yep =] 07:32
drspinword07:32
crimsunrituraj: are you or are you not using Ubuntu? If you are, which release?07:32
drspinany luck with cedega?07:32
buucrimsun: I don't think he is =] 07:32
crimsundrspin: then paste the uncompressed foo.txt to pastebin.com07:33
buuodyssey: try: apt-get remove firefox07:33
riturajcrimson: i AM using ubuntu warty under vmware07:33
crimsunrituraj: did you follow the BinaryDriverHowto?07:34
rituraji said debian becuase i feel ubuntu IS debian07:34
riturajno07:34
=== umarmung [~Tanzbaer@p548536B7.dip.t-dialin.net] has joined #ubuntu
crimsunUbuntu is sourced in Debian, but Ubuntu is most definitely NOT Debian07:34
riturajmaybe ...but i feel its the same07:34
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has joined #Ubuntu
calcis ubuntu gentoo?07:35
riturajtechnically07:35
odysseybuu:But then i get "The following packages will be REMOVED:07:35
odyssey  mozilla-firefox ubuntu-desktop"07:35
gencalc, stop smoking crack07:35
crimsuncalc: you bet.07:35
phyberoptixerm07:35
drspincrimsun: I just had a thought - lemme check it out07:35
phyberoptixdrspin there is a folder on the ftp server with your name on it i added 12more07:35
odysseydoes ubuntu-desktop matter?07:35
buuWho knows! Remove it and find out!07:36
odysseyshit does anybody know anything in here...07:36
spikebodyssey, it doesn't appear to.07:36
crimsunodyssey: it's a 'safe' package that's removed when one installs non-supported packages07:36
crimsunodyssey: it's safe to remove.07:36
spikebodyssey, i've removed that package many times with no harmful effects yet.07:36
buuAhh. Flux at 16x1207:37
odysseycool thanks spikeb crimsun.07:37
buuHappiness.07:37
crimsunodyssey: np07:37
=== Quenyar [~chatzilla@bdsl.66.12.54.32.gte.net] has joined #ubuntu
Quenyaranyone a samba expert?07:37
Quenyarhow about a simple command that will show me the status of services?07:37
=== spikeb would like to point out that whining/complaining tends to piss off people and make them not want to help.
phyberoptixdrspin ?07:38
broodsterhow come azureus doesnt do anything07:38
broodsterit just freezes on the load screen07:38
=== siimo [~siimo@siimo.user] has joined #ubuntu
crimsunbroodster: did you install a jre as mentioned on the RestrictedFormats page?07:38
=== nicedreams [~nicedream@ip68-2-79-215.ph.ph.cox.net] has joined #ubuntu
siimois hoary currently broken? it fails while install python2.4/debconf07:39
genisn't hoary always broken? :)07:39
spikebit was working last week, besides some python stuff07:39
calchoary works fine for me07:39
spikebheh07:39
broodsteryes07:39
crimsunlet me dist-upgrade, sec.07:39
nicedreamswhen i 'xinit -- :1' i don't get a console window or anything to type in.  Just a backgroud.  How do i fix this?07:39
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Lathiat2nicedreams: where are you using xinit?07:40
siimohow do i install if that python stuff just exits the installer07:40
Lathiat2nicedreams: why arent you just logging into gdm?07:40
siimoisnt debconf a must have package07:40
broodsterbroodster@broodster:/etc $  java -version07:40
broodsterjava version "1.5.0_01"07:40
broodsterJava(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)07:40
broodsterJava HotSpot(TM) 64-Bit Server VM (build 1.5.0_01-b08, mixed mode)07:40
broodsterbroodster@broodster:/etc $07:40
nicedreamsto test stuff out in a second desktop and run games in it07:40
crimsunsiimo: seems to work fine here.07:40
crimsunbroodster: PLEASE use pastebin.com for pastes.07:40
Lathiat2broodster: please dont flood more than a couple lines, see the pastbin07:40
siimocrimsun, well its broken here07:40
genbroodster, did you point the azureus config file to java07:40
siimoas of 1 min ago07:40
broodsterhmm07:41
spikebthere were only  four lines there07:41
=== spikeb coughs
zenroxstill that quilfies as a flood07:41
nicedreamswhen i 'xinit -- :1' i don't get a console window or anything to type in.  Just a backgroud.  How do i fix this?07:41
genzenrox, yeah thanks for the info, we weren't quite sure07:41
spikebyeah one less line and you'd still be bitching, but have no grounds eh?07:41
Lathiat2nicedreams: i repeat, why are you using xinit?07:41
zenroxgen,  n/p07:42
zenroxhehehe07:42
Lathiat2nicedreams: why are you not logging into gdm, or at least using startx?07:42
drspinphyber - thanks --- sorry working on getting my sound working for Q3A07:42
nicedreamsi am using gdm07:42
nicedreamsi want a second desktop07:42
nicedreamsfor other apps07:42
Lathiat2nicedreams: tried the virtual desktops?07:42
nicedreamslike games or if i want to try another desktop07:42
Lathiat2nicedreams: otherwise, you want to start -- :107:42
Lathiat2nicedreams: not xinit07:42
=== neighborlee [~neighborl@pppoe1778.lax.centurytel.net] has joined #ubuntu
Lathiat2nicedreams: but gnome breaks if your logged in twice (i think)07:42
nicedreamsi just want X with a terminal07:42
siimocrimsun, did you distupgrade or clean install07:42
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-3-177.w83-112.abo.wanadoo.fr] has joined #ubuntu
nicedreamsit doesn't show the terminal like normal07:43
Gaarutohi07:43
crimsunsiimo: dist-upgraded07:43
Lathiat2nicedreams: its not normal for xinit to display a terminal07:43
nicedreamsoh07:43
Lathiat2nicedreams: xinit is what it says, intializes X07:43
crimsunsiimo: keep in mind that I already had Hoary running07:43
nicedreamshow can i get it to do that so i can launch quake3 in it07:43
Lathiat2nicedreams: you'ld have to make a .xsession that starts a terminal07:43
Lathiat2nicedreams: but then your normal session will get overrun by that07:43
Lathiat2nicedreams: could just do startx -- :1 & and then DISPLAY=:1 xterm07:43
siimocrimsun, i tried a clean install but it failed while installing python2.407:43
nicedreamsLathiat2: how can i start 'quake3' in a second virtual desktop then07:44
drspincrimsun: s it possible that GNOME is locking /dev/dsp access?07:44
siimousing archive.ubuntulinux.com07:44
siimolatest07:44
siimonet install07:44
Gaarutoi dont remember how to config xorg to 1024*768, someone to help me please ?07:44
siimoill try going from watry to hoary now if that will work07:44
nicedreamsxorgconfigure07:44
broodsterman07:45
broodsterhow come my real player doesnt load?07:46
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
spikebhmm07:46
spikebmine does07:46
spikebheh07:46
broodsterdo i have a broken installation or something07:46
broodsternothing seems to work07:46
crimsundrspin: lsof /dev/dsp*07:46
Lathiat2nicedreams: well you cant really switch back and forward from quake307:46
crimsundrspin: lsof /dev/snd/*07:46
nicedreamsbroodster: probably do then...  it's happened to me before07:46
nicedreamsi do to change volume07:46
broodsterrealplayer doesnt work07:47
broodsterphp doesnt work07:47
nicedreamsi use ctrl+alt+f107:47
nicedreamsand alsamixer07:47
broodsternone of my java apps seem to work07:47
phyberoptixcan someone do me a favor?07:47
nicedreamsLathiat2: i have fluxbox running in it now07:47
nicedreamsthat will do i guess07:47
phyberoptixgoto http://phynet.sytes.net:8207:47
drspincrimsun: nothing for /dev/DSP07:47
drspincrimsun: for /dev/snd/* you can see the results in #flood07:48
nicedreamshow do i find out how much ram a program is taking?  like i want to see how much ram fluxbox is using.07:48
crimsundrspin: those are just for the mixer, which is normal and does not affect quake3.07:49
nicedreamsdrspin?07:49
nicedreamsalsamixer works fine for me07:49
=== stuNNed [~stuNNed@adsl-068-209-149-165.sip.msy.bellsouth.net] has joined #ubuntu
stuNNeddamn, anyone running gnomad2 on ubuntu unstable?07:50
broodsteryah i didnt insstall my java properly07:50
broodstergrgrgrgrgrgrgr07:50
broodsterlol07:50
broodstermight as well format07:50
crimsunhuh?07:51
crimsunwhy would you format over a java issue?07:51
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-3-177.w83-112.abo.wanadoo.fr] has left #ubuntu ["Leaving"]
stuNNedyeah07:51
spikebphyberoptix, it timed out for you07:52
phyberoptix=\07:52
phyberoptixi was trying to get my webserver on the nix box up07:52
spikeb\er07:52
spikebtimed out for ME07:52
phyberoptixi got my main one up for www.phyberoptix.com07:52
nicedreamsLathiat2: I switch back and forth from Quake3 and other programs and games with no problem at all07:52
phyberoptixbut its on my winbox07:52
nicedreamsLathiat2: I just want to switch back to the GUI sometimes to message someone in the middle of a game07:53
Lathiat2nicedreams: k07:53
nicedreamsLathiat2: LIke doing ctrl+esc in windows07:53
Lathiat2nicedreams: cept with quake3 on windows it makes your gamma all fscked when you do that :p07:53
neighborleehi peeps....how do I burn from command line ? ( dev=/dev/blah isn't working)07:54
nicedreamsyea07:54
nicedreamslol07:54
Lathiat2neighborlee: cdrecord -dev ATAPI:0,0,0 <iso>07:54
phyberoptixnyte07:54
crimsunneighborlee: sudo cdrecord -dev=/dev/hdfoo ...07:54
Lathiat2neighborlee: why not just use cd burner in nautilus, easier?07:54
neighborleeLathiat2, I just was curious is all..thx07:54
Lathiat2neighborlee: ah cool07:54
neighborleeLathiat2, but yeah I use nautilus07:54
Lathiat2crimsuns solution works too i assume07:55
=== JayeAeotiv [~jaye@c-24-23-84-203.client.comcast.net] has joined #ubuntu
Lathiat2also if you have more than one cdrom, might need to be 0,1,0 or something (-scanbus) -- or just use what crimsun said :)07:55
crimsunif it's an ATAPI drive, the /dev syntax is easier07:55
JayeAeotivI can't access any partitions on my other hd.  I dont' know what to mount.07:56
stuNNedis usb support broken in any way in unstable?07:56
=== Cloudchaser [~Cloudchas@69-172-81-152.atlsfl.adelphia.net] has joined #ubuntu
crimsunstuNNed: any more broken than normal? no.07:56
JayeAeotivHi cloudchaser, how are you?07:56
drspincrimsun: when I start Quake 3... as root or user... I get this... ------- sound initialization -------07:56
drspin/dev/dsp: No such device07:56
drspinCould not open /dev/dsp07:56
drspin------------------------------------07:56
drspineeek - sorry about that :/07:56
crimsundrspin: sudo modprobe snd-pcm-oss07:57
=== quazion_ [~quazion@bsm-c-5628.adsl.wanadoo.nl] has joined #ubuntu
drspinit's loaded ;)07:57
crimsundrspin: ls -l /dev/dsp07:57
drspincrw-rw----    1 root     audio     14,   3 2004-12-28 17:31 /dev/dsp07:57
stuNNedcrimsun, can't get my usb mp3 player to fire up with gnomad2, it just hangs, and latest isn't in SID yet, which i need as it's a new player07:57
crimsundrspin: as your normal user, execute `groups'07:57
drspincole adm dialout cdrom floppy audio video plugdev lpadmin scanner07:58
=== jeff2 [nobody@lsanca2-ar37-4-46-201-098.lsanca2.dsl-verizon.net] has joined #ubuntu
Cloudchaserheya jaye..everyone07:58
crimsundrspin: did you ever paste that strace output onto pastebin.com?07:59
drspinI forgot... what is the command?07:59
crimsunstrace -o foo.txt -fF quake307:59
stuNNedcrimsun, what is the command to make a dep out of a source package?  'make dist' ?08:00
stuNNedcrimsun, dep/deb08:00
jeff2does Ubuntu support mice in the text-mode console?08:00
crimsunjeff2: if you have 'universe' repo enabled, install the 'gpm' package.08:01
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
crimsunstuNNed: no, it's more complicated than that for some packages.08:01
crimsunstuNNed: for what application are you attempting this?08:01
stuNNedcrimsun, libnjb08:02
jeff2crimsun: thanks08:02
stuNNedcrimsun, there is 'debian' subdir08:02
drspinmy com pis crawling - I think fireFTP has a memory leak08:02
=== WildRabbit [~WildRabbi@adsl7-69.simnet.is] has joined #ubuntu
drspin*comp is08:02
siimoanyone know if statically compiled binaries on a glibc 2.3.4 gcc 3.4.3 system work on a system with glibc 2.3.2 (ubuntu) ?08:02
crimsunsiimo: yes.08:03
crimsunthough I can think of exceptions08:03
drspincrimsun: ok - it's on pastebin08:03
drspinwell... almost08:03
drspin:/08:03
drspincrimsun: no it's not... server error - my paste is too long... h an gon08:04
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-3-177.w83-112.abo.wanadoo.fr] has joined #ubuntu
Gaarutohi08:04
crimsun'lo08:05
=== JDahl [~qwerty@ca-stmnca-cuda4-gen2p-64.vnnyca.adelphia.net] has joined #ubuntu
Gaarutoi cant change xorg, it blocked at 64008:05
Gaarutoxorgcfg dont work08:05
Gaarutoi can get 102408:06
Gaarutoand i dont remember how to resolv this pb08:06
Gaaruto:(08:06
Gaarutosomeone here has tell me how to this08:07
crimsunwhat graphics chipset?08:07
Gaarutosomeone to help me please ?08:07
Gaarutonvidia08:07
Gaarutoi am under hoary08:08
=== Delta-t [Delta-t@slip-12-65-150-208.mis.prserv.net] has joined #ubuntu
drspinCrimsun: http://channels.debian.net/paste/13108:11
drspinCrimsun - the results of my strace on quake 308:11
Lathiat2drspin: whats the problem/08:11
=== siimo [~siimo@siimo.user] has left #ubuntu ["Leaving"]
=== marsjays_ [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Lathiat2drspin: sound doesnt play or it freezes at start?08:12
drspinLathiat: when quake loads it says it can't access /dev/dsp -- permissions are right and nthing except the mixers are using the audio channels08:12
spikebhappy birthday to me08:13
drspinLathiat2: Oh the game runs fine - just no sound...08:13
=== umarmung [~Tanzbaer@p548536B7.dip.t-dialin.net] has joined #ubuntu
Gaarutohappy birthday spikeb :)08:13
spikebt6hanks :)08:13
drspinLathiat2: /dev/dsp is chmod 066008:13
crimsundrspin: how much RAM is in this box?08:14
drspincrimsun: 512M08:14
=== warty [~warty@adsl-67-122-228-141.dsl.scrm01.pacbell.net] has joined #ubuntu
Gaarutoreboot08:15
wartycna someone tell me howto play a dvd with totem? I keep gettign an error about plugins08:15
Delta-tuse xine-ui08:16
=== sukoshi [~sukoshi@alesia-5-82-66-232-133.fbx.proxad.net] has joined #ubuntu
calcwarty: install totem-xine then libdvdcss08:18
=== LinuxNIT [~roger@adsl-68-94-145-165.dsl.okcyok.swbell.net] has left #ubuntu ["Leaving"]
calcwarty: see restricted formats entry on the wiki08:18
wartyok08:18
wartyusing the package manager?08:18
calcyea08:18
crimsundrspin: what model sblive?08:18
wartyhum don't see it there08:18
calcwarty: you have to enable universe to get totem-xine08:19
drspinSB Live! Digital (OEM in my dell)08:19
wartyahh08:19
calcwarty: and you have to read the wiki to get the libdvdcss package08:19
drspinit worked fine in my Gentoo and SuSE installs...08:19
Delta-ttried that, didn't work for me. went to xine-ui and all is well08:19
crimsundrspin: aren't you using snd-emu10k1x?08:19
drspinon this same box08:19
calcDelta-t: works great on the several boxes i installed here08:19
drspincrimsum: I'm using whatever the kernel detected...08:19
Delta-tymmv08:19
drspinwhich I assume is just snd-emu10k108:20
calcDelta-t: what did it do when it failed?08:20
crimsundrspin: lsmod |grep ^snd_emu10k108:20
Delta-tnever started a DVD, kept asking for a file to start with08:20
Delta-txine just got it right08:20
calcDelta-t: when you clicked play disc?08:20
drspinsnd_emu10k1            80776  508:20
Delta-tI've used xine on gentoo as well and like it08:21
crimsundrspin: interesting. This is in a Dell?08:21
Delta-tyup08:21
drspincrimsun: yes08:21
calctotem uses xine so it is odd that totem-xine didn't work08:21
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-3-177.w83-112.abo.wanadoo.fr] has joined #ubuntu
crimsundrspin: log out of gnome, modprobe -r snd_emu10k1 && modprobe snd-emu10k1x08:21
Gaarutogood, it work for me08:21
drspinK brb08:21
Delta-tdidn't have time to troubleshoot08:22
Delta-txine-ui worked so I'm sticking with it08:22
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has joined #ubuntu
drspinCrimsun: FATAL: Module snd_emu10k1x not found08:24
wartyI cannot get to the archive.ubuntu.com/ubuntu repository is there another one?08:24
crimsundrspin: you need a newer version of ALSA.08:24
drspincrimsun: I'm using what came with ubuntu --08:24
crimsundrspin: do you have 'universe' repo enabled?08:24
drspinyes08:24
crimsundrspin: install 'alsa-source'08:24
drspinwhat's the command for synaptic?08:25
crimsundrspin: then read the instructions in /usr/share/doc/alsa-source/README.Debian08:25
drspinor should I return to my normal session for this?08:25
drspinor I'll just use "apt-get install alsa-source"08:26
=== Lathiat2 is now known as Lathiat
Delta-tlater08:27
=== Delta-t [Delta-t@slip-12-65-150-208.mis.prserv.net] has left #ubuntu ["Leaving"]
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has joined #ubuntu
drspinCrimsun: what was that doc?08:31
crimsun/usr/share/doc/alsa-source/README.Debian08:31
crimsunI personally recommend the ./debian/rules binary_modules .... method08:31
drspinthanks08:32
crimsunnp08:32
crimsunoff work, bbl.08:32
neighborleeCloudchaser, hi there cloud howz it going08:33
Cloudchaserhiya neighborlee08:34
neighborlee:)08:34
neighborleeCloudchaser, how is ubuntu going for you08:34
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Cloudchaserits going pretty good so far..few little wrinkles08:34
neighborleeexellent..hope nothing major08:34
=== NeoXed [~NeoXed@dhcp065-024-071-181.columbus.rr.com] has joined #ubuntu
=== tabmoW [tabmow@tabmow.linuxfordummies] has left #ubuntu ["Leaving"]
Cloudchaseri think my cordless mouse batteries are dead again and i have no spares ;(08:42
Cloudchaserhad t plug in a regular mouse but the scrollie wheel isn't working08:42
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Cloudchaserthere's no way to tweak mouse settings in ubuntu?08:47
=== maps73 [~maps73@217.22.233.134] has joined #ubuntu
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
maps73hy08:51
housetierCloudchaser tweak in which way?08:52
Cloudchaserwell my scroll wheel isn't working08:52
maps73hy housetier, are you reading me? thanks08:53
Cloudchaserthought i'd see if ther was some sort of setting for it08:53
Cloudchaseror say i wanted it faster or slower08:53
housetierCloudchaser there is (should be) when you run "sudo dpkg-reconfigure xserver-free86"08:53
housetier-xfree8608:53
Cloudchaserthat will have mouse stuff in there?08:54
housetiermaps73 you are on irc, chances are somebody will "hear" you08:54
=== jiyuu0 [~jiyuu0@60.48.217.186] has joined #ubuntu
housetierCloudchaser that should ask about scrollwheel stuff08:55
Cloudchaserah ok..on my cordless mouse it "just worked"08:55
housetierCloudchaser acceleration and so can be set in the desktop settings08:55
maps73housetier, thank you08:55
=== gorth [~gorth@3E6BCFF5.rev.stofanet.dk] has joined #ubuntu
Cloudchaseroh duh08:55
Cloudchasermouse is in there too housetier08:55
Cloudchaseri was looking in the wrong spot ;)08:56
Cloudchaserthanks ;)08:56
gorthWhere can i define which application firefox should use as an external player? Currently totem is used, but I want to use mplayer instead08:56
Cloudchaserno scrollie wheell08:57
housetiergorth I think firefox has a setting for it08:57
Cloudchaseri'll leave it for now..i'll get batteries tomorrow for my wireless mouse ;)08:57
housetiergorth edit -> preferences -> downloads08:57
maps73Cloudchaser, try to edit /etc/X11/XF86Config-408:58
Cloudchaserlast time i tried that i messed up my video ;)08:58
housetierCloudchaser you mean you werent asked about scroll wheel events or something similar?08:59
Cloudchaseryes i was08:59
gorthhousetier,  thanks, i'll try it..09:00
Cloudchaseri'm looking in that file now, don't see anything about scrollwheel09:00
LathiatCloudchaser: its be something like ZAxis i forget exactly09:01
Cloudchaserah it says  "ZAxisMapping"          "4 5"09:01
spikebOption "ZAxismapping" "4 5"09:01
Cloudchaserso its ok already..hmmm09:01
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has joined #Ubuntu
drspinwget09:03
drspinLOL09:03
drspinoops09:03
=== marsjays_ [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
spikebhio09:03
=== Triple5|Mobile [~Kanotix@pool-162-83-234-214.ny5030.east.verizon.net] has joined #ubuntu
gorthhousetier,  it seems like i can't add an extension to that list..hmm..09:03
spikebheh09:03
Cloudchaserwell i guess i have to get ready for work..i'll fuss with it later after work/sleep09:03
=== kleedrac [~kleedrac@hsdbsk69-11-109-51.sasknet.sk.ca] has joined #ubuntu
kleedracAnyone know why my Ubuntu system shuts down to Alt+z?09:04
housetiergorth you can change an action, for unknown filetype firefox will ask you what to do with them09:04
drspinwhat is the best way to reinstall alsa?09:04
drspin??09:06
gorthhousetier,  hmm ok. The problem is that it automatically opens totem without asking and totem isnt displayed in the list in (Downloads)09:07
=== ChumaM [~shingi@adsl-253-66.kymp.net] has joined #ubuntu
ChumaMHeya.09:08
=== umarmung [~Tanzbaer@pD95426EE.dip.t-dialin.net] has joined #ubuntu
kleedracDoes anyone else's system shut down/sleep to alt+z?09:09
Lathiaterr no09:10
Lathiatdid you set a shortcut in shortcuts accidentally?09:10
ChumaMWhat was the command to running Ubuntu's setup? The configuration thingie that runs after installation.09:10
kleedracNot that I remember ... where would I check that shortcut Lathiat?09:11
=== Prasatko [pausp@angel39-149-99-82-kank.bluetone.cz] has joined #ubuntu
=== jeff2 [nobody@lsanca2-ar37-4-46-201-098.lsanca2.dsl-verizon.net] has left #ubuntu []
ChumaMMh. I was thinking that it'd be the easiest way to configure X after changing a graphics card.09:15
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has left #Ubuntu []
=== vIkSiT [~vIkSiT@210.212.200.5] has joined #ubuntu
=== Triple5|Mobile [~Kanotix@pool-162-83-234-214.ny5030.east.verizon.net] has left #ubuntu ["Leaving"]
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== abelli [~abelli@84.222.38.7] has joined #ubuntu
=== Emanuelez [Emanuelez@adsl-ull-146-53.42-151.net24.it] has joined #ubuntu
Emanuelezhello * :)09:24
=== LinuxNIT [~roger@adsl-68-94-145-165.dsl.okcyok.swbell.net] has joined #ubuntu
abellibuongiorno a tu le monde09:25
Emanuelezabelli: italian or french LOL09:25
LinuxNITcan i use a different list of sources for apt than the one provided with ubuntu09:25
Emanuelezabelli: italian ;)09:26
Gaarutobonjourno a toi abelli :)09:26
crimsunLinuxNIT: sure, but it's not recommended. You could royally screw your system.09:26
LinuxNITok09:26
LinuxNITthanks09:26
EmanuelezLinuxNIT: well... the ones u can find in ubuntuguide.org i guess09:26
LinuxNIThow come i can use my user password to login to things like synaptic manager?09:27
=== marsjays_ [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
crimsunLinuxNIT: that's what `sudo' allows you to do.09:27
Prasatkohello. I have upgraded from debian kernel 2.2 to ubuntu 2.6.9-1-386, but now my mouse does not work in Xfree86. i tried to change XF86Config. but without any suucess (i tried /dev/mouse  /dev/input/mice /dev/mouse0 and so on) I have one ps2 mouse and one serial connected to com1. does anyone know what to do?09:27
LinuxNITi am ue to using straight debian whre the user and su are completely separate. i put ubuntu on my dads laptop09:28
crimsunPrasatko: search the debian-x mailing list archive for the psaux input option for 2.6 kernels.09:28
crimsunLinuxNIT: Ubuntu adopts the much saner use of sudo(8) by default.09:29
LinuxNITso is ubuntu just as secure from things like viruses, trojans etc as09:29
rituraji have problem with windows drive mounting in Uuntu09:29
=== e-Jah [~ejah@dyn-83-157-247-207.ppp.tiscali.fr] has joined #ubuntu
spikebi really shouldnt be reading trotsky if i want to go to bed09:29
crimsunLinuxNIT: it's more secure by default than Debian Woody or Sarge or Sid.09:29
riturajthe drives get mounted but i cannot access the dirs in it09:30
LinuxNITok09:30
crimsunrituraj: look at the umask mount option for vfat09:30
crimsunrituraj: more than likely you need -o umask=00009:30
=== Mestapheles [~Faust@d198-53-114-218.abhsia.telus.net] has joined #ubuntu
riturajoh ok09:30
riturajthanks09:31
riturajwill try at home09:31
LinuxNITi've got a fstab question. i have a vfat partition that is mounting automatically but it mounts as root can i get it to mount so the user can accsess it?09:31
=== Prasatko [pausp@angel39-149-99-82-kank.bluetone.cz] has left #ubuntu []
crimsunLinuxNIT: see what I just typed to rituraj.09:32
Mestaphelesanyone install onto a 800mhz iMac?09:33
LinuxNITok i see it but it dosent make sense to me ( i am still very new to linux)09:33
LathiatLinuxNIT: is it a removable device09:34
LathiatLinuxNIT: or a device in yoru computer09:34
LinuxNITits a partition on hda09:34
LinuxNITit is hda109:34
LinuxNITor should i say /dev/hda109:35
LathiatLinuxNIT: become root, edit the /etc/fstab file09:35
LathiatLinuxNIT: (nano -w /etc/fstab)09:35
=== Todd_MA_1975 [~Todd_MA_1@h000f6632661b.ne.client2.attbi.com] has joined #ubuntu
=== elmaya [~elmaya@201.128.155.149] has joined #ubuntu
LathiatLinuxNIT: look for the line starting /dev/hda1, theres a list of options (probably says defaults right now)09:35
Lathiatput ,user after the defaults bit (no space)09:35
LinuxNITok i have the fstab open09:35
LinuxNITit dosent say default cause i am the one who put the line there09:36
Lathiatah ok09:36
Lathiatwhats it say atm?09:36
LinuxNIT/dev/hda1       /C:             vfat   rw,user,auto  0       009:36
Lathiatah take the auto off09:36
Lathiatthen umount /C: in the shell09:36
Lathiatthen go into computer and double click it09:36
Lathiatit mounts it as your user, and will work fine then09:36
LinuxNITah i see09:37
LinuxNITthanks man09:37
Lathiatif you mount it as root, then root 'owns' it09:37
Lathiatand when you logout/login again09:37
Lathiatfirst time you access that it'l mount it09:37
LinuxNITso can it get mounted automatically for the user or not09:38
Lathiatdont even have to do it from computer, if you open it in any proper GNOME app with the file selecter and just select the option in the left hand list of places09:38
LathiatLinuxNIT: well you could add a startup command to mount /C:09:38
Lathiatyou can also take out user and put ,uid=1000,auto09:38
Lathiatand it'l automount to your user09:38
=== Rotund [~joe@d12-10.rb.lax.centurytel.net] has joined #ubuntu
LinuxNITthats what i'll do09:38
Lathiatbut it wont show up in the file selector...09:38
=== h-t [~housetier@dsl-082-083-150-199.arcor-ip.net] has joined #ubuntu
Lathiatwell actually if you put user,uid=1000,rw - it might.09:39
LinuxNITtrying to make it as simple for my dad09:39
Lathiatwell if he just double clicks on it in computer, it mounts it automagically anyway09:40
Lathiator in any application wit a gnome file selector09:40
Lathiatwhich is most of them now09:40
Lathiatthat you'll probabky use09:40
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
LinuxNITok well now i know my options so i can fiddle with it09:40
LinuxNITi really appreciate it09:40
Lathiatno problems09:40
Lathiatanytime for someone who appreciates it :)09:40
=== h-t is now known as housetier
LinuxNITlike this for the user,uid=1000,rw?09:41
LinuxNIT/dev/hda1       /C:             vfat   user,uid=1000,rw 0       009:41
Lathiatshould do the trick09:42
LinuxNITcool09:42
LinuxNITcan you tell me where you can add programs to the applicatinos menu?09:43
spikebLinuxNIT, you can do it via a right click - go to the submenu you want and right click09:43
spikebthere's an entry09:43
LinuxNITok cool so simple you'd think i would have figured it out09:44
LinuxNITi guess i am just slow sometimes09:44
spikeblol09:45
spikebLinuxNIT, well, it's not obvious at first glance09:45
spikebnot like the right click menu is there all the time09:45
LinuxNITtrue09:45
spikeb:)09:45
LinuxNITis there a command that tells the menu to update itself09:45
spikebit should do it automatically09:46
LinuxNITok09:46
Lathiatit should, it doesnt seem to on warty sometimes, might have to logout/login09:46
spikebi usually wait a couple seconds09:46
spikebthen it does09:46
LinuxNITdoes it not add all pragrams that you install to the menu?09:47
spikebit adds some of them (mostly gnome apps) but not many compiled or unsupported apps09:47
LinuxNITwell i used apt-get to install several and only one showed up09:48
spikebstupid apps09:48
spikebor stupid menu, whichever09:48
spikebheh09:48
LinuxNITok09:50
=== vIkSiT is now known as vIkSiT|brb
LinuxNITwell i guess ill do it manually then09:50
e-Jahlu09:50
spikebyeah, i hope more packages have entries in hoary.09:50
LinuxNITanother question about the menu09:51
LinuxNITi can right click to ad a luancher in the bottom of the so called directories (for lack of knowing their true name) can i add a new so called directory09:52
LinuxNITdoes that make sense?09:52
Lathiatno ;p09:52
Lathiatwhat do you mean directories09:53
Lathiatthe panel?09:53
spikebi know what you mean09:53
spikebLathiat, he wants to add submenus09:53
LinuxNITyeah those09:53
spikebLinuxNIT, im not sure, to be honest09:53
Lathiatso you want to create a new submenu in the menu?09:53
LinuxNITexactly09:53
Lathiatditto to spikeb then09:53
LinuxNITok well i thought id ask09:54
spikebi think you might be able to, but i've no idea how09:54
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== zAo^ [~zao@zAo.xs4all.nl] has joined #ubuntu
=== mvo [~Michael@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu
=== Speirs-AWAY [Speirs@ip54529abf.speed.planet.nl] has joined #ubuntu
=== Speirs-AWAY is now known as Speirs
Emanuelezis there a way to create an iso from a cd having a progress bar too? dd is cool but i wanted something more eyecandy (gnome stuff possibly :P )10:06
=== treed [~treed@c-24-7-90-89.client.comcast.net] has joined #ubuntu
=== jyh [~chatzilla@c-24-6-120-128.client.comcast.net] has joined #ubuntu
=== jyh [~chatzilla@c-24-6-120-128.client.comcast.net] has left #ubuntu []
=== Duke_ [duke@D576990F.kabel.telenet.be] has joined #ubuntu
=== Duke_ [duke@D576990F.kabel.telenet.be] has left #ubuntu []
=== gen [~lek@66.169.152.101.ts46v-10.otnd2.ftwrth.tx.charter.com] has joined #ubuntu
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== pitti [~martin@dialin-145-254-080-037.arcor-ip.net] has joined #ubuntu
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== Netminder [~mcroydon@pcp0011110325pcs.elkrdg01.md.comcast.net] has joined #ubuntu
=== lizdeika [~lizdeika@mail.northway.lt] has left #ubuntu ["Leaving"]
=== LinuxNIT [~roger@adsl-68-94-145-165.dsl.okcyok.swbell.net] has joined #ubuntu
LinuxNITdontknow if your interested but i found out how to add the submenus10:21
=== funky [~repulse@81-202-240-13.user.ono.com] has joined #ubuntu
=== lizdeika [~lizdeika@mail.northway.lt] has joined #ubuntu
LinuxNITits on here http://www.ubuntulinux.org/wiki/FrequentlyAskedQuestions10:22
Lathiatah cool10:22
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== LinuxNIT [~roger@adsl-68-94-145-165.dsl.okcyok.swbell.net] has joined #ubuntu
=== mlh [~mlh@c211-30-62-11.belrs1.nsw.optusnet.com.au] has joined #ubuntu
=== hazza96 [~harry@cust0531.qld01.dataco.com.au] has joined #ubuntu
=== vtg [vertigo@route6.alumina.nl] has joined #ubuntu
=== telemaco [~telemaco@21.Red-83-34-205.pooles.rima-tde.net] has joined #ubuntu
=== competenCe [~watdafoc@pool-70-19-148-161.bos.east.verizon.net] has joined #ubuntu
=== teuf [teuf@d213-103-234-166.cust.tele2.fr] has joined #ubuntu
=== vinic_ [~vincent@84.99.132.88] has joined #ubuntu
teufhi10:30
=== zAo^ [~zao@zAo.xs4all.nl] has joined #ubuntu
crimsuncompetenCe: don't try that.10:31
competenCewhat are you talking about sir?10:31
funkycrimsun: what is he trying ?10:31
vinic_hi! what do you use to unrar .rar files. unrar is not available in apt-get....10:31
LathiatcompetenCe: heh dipshit this is a linux channel like thats gonna work10:31
Emanuelezis there a way to create an iso from a cd having a progress bar too? dd is cool but i wanted something more eyecandy (gnome stuff possibly :P )10:31
crimsunI just got a dcc send request from his client that looks eerily like a mirc exploit.10:32
Lathiatit is a mirc exploit10:32
=== mode/#ubuntu [+o daniels] by ChanServ
funkycrimsun: me too, but what means that ?10:32
danielscompetenCe: please upgrade your version of mIRC.10:32
competenCeneg10:32
competenCestfu bitches i know what im doing10:32
competenCeif you dont want a ddos to your line your home shush.10:33
competenCebeen waiting for bitches to talk shit10:33
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Agrajagahahahah what10:33
=== mode/#ubuntu [+b *!*watdafoc@*.bos.east.verizon.net] by daniels
=== competenCe was kicked off #ubuntu by daniels (daniels)
Lathiatheh10:33
Agrajagmore like incompetence10:33
LathiatAgrajag: yar10:33
=== vtg [vertigo@route6.alumina.nl] has joined #ubuntu
=== daniels looks at vtg.
=== mode/#ubuntu [+o fabbione] by ChanServ
fabbionenow it will start entering the chan with different nicks10:34
danielsyep.10:34
=== Dazhbog [~sampo@vuorenpeikko.kortex.jyu.fi] has joined #ubuntu
Agrajagpossibly10:34
fabbionewanna bet?10:34
Lathiatfun10:34
Lathiati'll put 3 million on that10:34
danielsfabbione: fo'sho.  stupid people have no life, news at 11.10:34
=== Lathiat used to run 500-1k user irc network, it was bad enougn on that heh.
=== Speirs [Speirs@ip54529abf.speed.planet.nl] has joined #ubuntu
fabbionedaniels: drive trough.. kthxbye10:34
AgrajagI like the fact that the moron is using a mirc exploit in a linux channel10:34
LathiatAgrajag: yeh, like i said :)10:35
Lathiat17:31 < Lathiat> competenCe: heh dipshit this is a linux channel like thats10:35
Lathiat          gonna work10:35
Agrajagoh10:35
Agrajagdidn't see that10:35
Lathiat;p10:35
danielsfabbione: funny you should say that -- i've just been playing gta san andreas, doing a drive-by (and a drive-through) mission10:35
fabbionedaniels: ahaha10:35
GoneBoBdaniels: haha! make sure you grab the dildo from the police station10:35
Agrajagwhat, kill the guy in the drive-through?10:35
GoneBoBand give it to your girlfriend10:35
fabbionedaniels: i saw GTSA yesterday in the shops but it's way too expensive10:36
GoneBoBor use it to beat old ladies to death10:36
=== hazza96 [~harry@cust0531.qld01.dataco.com.au] has joined #ubuntu
GoneBoBfabbione: I don't think so10:36
Agrajagman I can't wait for the windows version, I don't have a PS210:36
GoneBoBit's got 50+ hours of playing minimum10:36
=== hazza96 [~harry@cust0531.qld01.dataco.com.au] has left #ubuntu []
danielsGoneBoB: heh, haven't got to that yet.  just did the drive-by on the ballas where you go through the park, then respray your car for free.10:36
=== hartbrkr [~hartbrkr@S0106000ae65fbb95.cc.shawcable.net] has joined #ubuntu
GoneBoBah yep10:36
hartbrkrwhat are the hardware requirements for ubuntu (PC) ??10:36
fabbioneGoneBoB: what do you mean, you don't think so?10:37
e-Jahis it possible to get the gnome configuration menu ?10:37
GoneBoBfabbione: that it's too expensive10:37
GoneBoBhartbrkr: depends, what do you want to do10:37
fabbioneGoneBoB: well send me one than.. here in dk is expensive10:37
GoneBoBwell it's $90AUD10:37
fabbioneit's 550 DKK10:37
danielsGoneBoB: it's about 70 or something at kmart10:38
danielsfabbione: dude, that's way cheaper than here, I think10:38
GoneBoBdaniels: yea but that's RRP10:38
GoneBoBok, I'm out, got to work :(10:38
hartbrkrGoneBoB: just for internet, email, chat, word processing kinda stuff. I've got a Pentium 166/96MB RAM that I want to try it out on, would that be fast enough to do the simple tasks? Does it support lexmark usb scanners?10:38
GoneBoBcatch10:38
fabbionedaniels: that's like 75 Euros10:38
danielshm, no, that's $129.10:38
danielswow, expensive.10:38
danielsGoneBoB: have fun10:38
=== vtg [~vtg@route6.alumina.nl] has joined #ubuntu
danielshartbrkr: it won't always be the fastest but it should work.10:38
hartbrkrdaniels: faster than windows 98 though?10:39
danielshartbrkr: should be10:39
hartbrkrdaniels: I'm trying to decide whether to put win98 or linux on the computer.10:39
danielsubuntu should be fine for your needs10:39
calcwin98 isn't supported anymore10:40
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
calcso stay away from it for network connected systems10:40
hartbrkrwhat about for general up-keep? the person who owns the computer isn't the most computer savvy person. it's just a standalone computer connected the internet. once I get everything set up for him, am I going to have to fix it for him all the time?10:41
danielshartbrkr: well, things won't spontaneously break :)10:42
hartbrkrcause with windows he gets it so full of spyware and crap that I have to reinstall everything every couple months or so10:42
Lathiathartbrkr: yeh well linux is generally not vulnerable to spyware, adware, etc, so it should keep chugging for quite a while10:42
nevynhartbrkr: all systems require maintainence10:42
Lathiatin that respect10:42
lifelessdaniels: so, composite is enable, what things use it ?10:42
nevynLathiat: it is however vunerable to worms and cracking.10:42
Lathiatnevyn: indeed10:43
hartbrkrand what about a P2P filesharing app? i've tried gtk-gnutella on my computer, but it doesn't seem to run as well as bearshare or anything else for windows10:43
hartbrkrnevyn: what kind of mainainence are you talking about? like can I schedule it to do automatic maintainence?10:43
Emanuelezis there a way to create an iso from a cd having a progress bar too? dd is cool but i wanted something more eyecandy (gnome stuff possibly :P )10:44
nevynhartbrkr: you really should do it manually10:45
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
danielslifeless: xcompmgr10:46
danielslifeless: but your x will be slow and possibly a bit crashy10:46
hartbrkrnevyn: what kind of maintenance are you talking about and how often does it need to be done?10:46
nevynhartbrkr: installing updates10:47
=== ICU [~icu@host-95173.ewetel.de] has joined #ubuntu
=== vIkSiT|brb [~vIkSiT@210.212.200.5] has left #ubuntu ["Leaving"]
nevynhartbrkr: keeping up with bugtraq and cert notifications.10:47
hartbrkrnevyn, with ext2 or 3 or whatever filesystem, do I need to defrag or anything like that?10:47
calcgrrr once i put my keypad into mouse mode ff doesn't recognize my arrows to scroll10:48
calceven when i turn keypad mouse off10:48
lifelessdaniels: I won't be able to tell the difference you mean10:48
Agrajaghartbrkr: no10:48
AgrajagAnd I suggest reiserfs over ext10:48
nevynhartbrkr: no.10:48
hartbrkrAgrajag: howcome you recommend reiserfs?10:49
danielslifeless: your fault for using fglrx :P10:49
nevynand I'll go with what Agrajag said10:49
lifelessdaniels: I'm not anymore :)10:49
Agrajaghartbrkr: I've had too many problems with ext2 and ext310:49
Agrajaglost filesystems10:49
Agrajagno problems with reiser, seems faster to me as well10:49
hartbrkrcould you recommend any file sharing app to get music with?10:50
calcftp 127.0.0.110:50
crimsunconnection refused :<10:51
calc:)10:51
Agrajagcalc: I tried that, I already have all that stuff10:51
calcAgrajag: thats good you won't be breaking any more laws :)10:51
Agrajagwell actually10:51
AgrajagI found out they use the same root password as me10:52
Agrajagso I totally owned them10:52
Agrajagman whoever owns that box will be so mad in the morning10:52
calcrun rm -rf / that will teach them :)10:52
=== darmou [~darmou@dsl-220-235-81-133.vic.westnet.com.au] has joined #ubuntu
calcor dd if=/dev/zero of=/dev/hda  that will fix em better :)10:52
darmouCan anyone suggest a good laptop to use with ubuntu?10:54
spikebcareful. i get angry at the whim of a hat10:54
=== Talliesin_ [~Jon@83-70-242-127.b-ras1.prp.dublin.eircom.net] has joined #ubuntu
calcdarmou: thinkpads10:54
lifelesslamont: does ubuntu postfix come with the ability to authenticate via digest to a smart host ?10:54
danielsdarmou: ibm thinkpad x4010:54
spikebalso the thinkpad T2110:55
calcall other laptops wish they were a thinkpad :)10:55
calcof course only ibm could manage to set their prices even higher than apple :\10:55
spikebheh10:55
=== jolg [~jolg@h150n2fls32o868.telia.com] has joined #ubuntu
spikebthat chinese corp owns that stuff now10:55
=== paulproteus [~paulprote@203.101.20.181] has joined #ubuntu
=== Fergy [~Fergy@a82-92-232-156.adsl.xs4all.nl] has joined #ubuntu
darmouwell I wonder if ibm are selling their laptops cheaply now they have sold out10:58
spikebno10:58
spikebthey have an agreement to still have IBM branded stuff for a while10:58
=== Cope [~sanelson@wibbleworld1.demon.co.uk] has left #ubuntu []
=== thoreauputic [~peter@wolax8-196.dialup.optusnet.com.au] has joined #ubuntu
darmouhttp://search.ebay.com.au/+thinkpad+T21_W0QQsofocusZbsQQsbrftogZ1QQcatrefZC6QQampq3bfromZR8QQfromZR10QQampq3bsokeywordredirectZ1QQampq3bsatitleZ+thinkpad+T21QQsacategoryZ-1Q26catrefQ3DC6QQsoloctogZ9QQsotrtypeZ1QQsotrvalueZ1QQsosortpropertyZ1Q26sosortorderQ3D1QQcoactionZcompareQQcopagenumZ1QQcoentrypageZsearch11:01
hartbrkrcan anyone recommend a good file sharing app for linux? it seems like gtk-gnutella never finds as many files as bearshare or kazaa11:01
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
calchartbrkr: bittorrent11:01
darmouSome pretty decent prices with ebay, shame it is a pIII but that would hopefully be ok for mono development.11:01
lifelessdaniels: it claims no composite extension, though I've installed xcompmgr and restarted X.11:02
lifeless:[11:02
hartbrkrcalc: what about for single .mp3's and stuff like that? btw do you know a good bittorrent tracker? I used to use suprnova but it's shut down11:02
danielslifeless: and put the magic I directed you to in #g-h to?11:02
calcdarmou: use ccache and it will help a lot11:02
lifelessdaniels: yah11:02
danielslifeless: in xorg.conf, not XF86Config-4?11:02
calchartbrkr: there are lots of them around most require you to login to see the stuff though11:02
lifelesswtf is xorg.conf ?11:02
lifeless:)11:03
danielslifeless: /etc/X11/xorg.conf11:03
hartbrkrcalc what do you use?11:03
lifelessgarh11:03
danielslifeless: if it's totally screwed, bounce me your Xorg.0.log11:03
calchartbrkr: i dont download music11:03
lifelessbbs11:03
hartbrkrcalc no, what bittorrent tracker do you usually use?11:04
calchaven't downloaded anything in several months, so none right now11:04
hartbrkrok, what did you use before?11:04
danielsi just walk into jb hi-fi, and i receive cds in exchange for some form of financial compensation11:05
calcsuprnova since it didn't require a login11:05
=== biezt [BieZt@g81073.upc-g.chello.nl] has joined #ubuntu
darmouI have been thinking about a HP Pavilion  zv5213AP notebook looks very nice but not sure how linux compatiable it is11:05
hartbrkrit seems like suprnova was the most used eh? on these other trackers I can never find anything11:05
bieztdoes ubuntu have a firewall with it ?11:05
=== tacobell [~jared@user-0cet1rr.cable.mindspring.com] has joined #ubuntu
AgrajagI have an HP...something-or-other, an old one11:05
Agrajagworks great11:06
tacobellwill ubuntu find my nforce3 NIC?11:06
darmouSo HP are reasonably good with linux compatibility?11:06
danielsbiezt: yes, but not activated, because no ports are open by default.  so there's nothing to block off with a firewall.11:06
danielstacobell: yes11:06
Agrajagtacobell: don't you need nvidia's binary drivers for that?11:06
Agrajagoh11:06
lifelessdaniels: is xcompmgr meant to make everything except the mouse stop working ?11:06
Agrajagguess not11:06
bieztis it difficult to open ports or is it with a gui ?11:06
danielslifeless: don't ctrl-z it11:06
=== calc hasn't heard any music in the past few years worth listening to twice much less buying
lifelessoh :[11:06
Agrajagbiezt: you don't have to open anything11:06
=== atariboy [~atari@203.142.136.122] has joined #ubuntu
biezty, cause i want an ftp server :P11:07
Agrajagthen run one11:07
lifelessso it doesn't have a ui ?11:07
danielslifeless: think about it.  'hey, you can take all of my rendering requests.  now STOP.'11:07
danielslifeless: nope, just background it.11:07
danielslifeless: run with -h for various options11:07
lifelessK11:07
lifelessso, thats running, how can I tell its working ?11:08
lifeless(other than things overlapping the panel now)11:08
danielsthings get slower11:08
danielsand yeah11:08
lifelesslol11:08
danielsso run transset11:08
danielsand then click on a window you want to make transparent11:08
danielsand it should become transparent11:08
lifelesswhat package is transset in ?11:09
calcso once it becomes fast gnome might use it for stuff?11:09
=== tacobell [~jared@user-0cet1rr.cable.mindspring.com] has left #ubuntu []
calcor is it just considered a toy in general?11:09
lifelessah, tansset :] 11:09
Agrajagmetacity already has a compositor11:09
Agrajagit's just not really used yet11:09
danielslifeless: transset11:09
danielscalc: no-one's really come up with a compelling interface, though11:09
lifelessyeah, searched for it.11:10
calcok11:10
danielscalc: transparency isn't compelling enough11:10
danielssomething expos-like would be11:10
=== HeMan [~jimmy@213.212.22.166] has joined #ubuntu
=== calc wonders why that e didn't render
=== Mrhide [~Amen@81.0.13.31] has joined #ubuntu
calci'm pretty sure i am set in unicode mode11:10
lifelessoh thats cute.11:10
lifelessany other tricks available ?11:10
calcanything special i have to do to irssi to make it render unicode?11:10
paulproteuscalc: Yeah, me too.11:11
paulproteusI saw an a tilde-A and a (C).11:11
paulproteusI'm using gaim, fwiw.11:11
lifelessset term_type=utf811:11
danielsutf-8, yo11:11
lifelessand re running uxterm11:11
danielslifeless: if xdesktopwaves was a composite manager, that would be cool11:11
calcdaniels: show a unicode char again :)11:12
lifeless11:12
calcregistered trademark?11:12
lifelessyep11:12
calcok its working :)11:12
danielslifeless: 11:12
danielss/lifeless/calc/, rather11:12
lifelessdaniels: garh, I don't see that properly.11:13
lifelessmind you, uxterm + ssh + screen11:13
lifeless+ irssi11:13
calcdaniels: an A(something) and upsidedown questionmark?11:13
lifelessB11:13
calclifeless: that almost looked like an escape sequence11:13
daniels11:13
lifelesshmm, I hope that came out as the escB upside-quesion.11:13
danielshm11:13
lifelesscalc: thats what daniels text loks like for me11:14
daniels11:14
calclifeless: showed as tiny triangle question 'B' upsidedown question11:14
danielshm, bizzare.  i blame the freebsd machine I'm IRCing from.11:14
danielsthom clearly can't administer machines.11:14
calci think the tiny triangle question means missing glyph11:14
=== aokaze [aokaze@modem156.supermusca.bigsky.net] has joined #Ubuntu
danielsin my status line, it appears as a single glyph, but in the main window, it renders as ?, then ^B, then a square11:15
=== marsjays_ [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
calchere what you type renders as A-hat and the upsidedown question11:16
calci think thats a hat, not sure its too small here :)11:16
danielsyeah, that's broken encoding11:16
calcok11:16
JDI get the same as calc11:16
JDI think daniels is broken :P11:16
=== Mrhide is now known as Inox
=== Fergy [~Fergy@a82-92-232-156.adsl.xs4all.nl] has joined #ubuntu
bieztis it difficult to open a port on ubuntu ?11:17
Agrajagbiezt: you don't open ports, I said so11:18
Agrajagthere is no firewall11:18
bieztso everything is open :S11:18
Agrajagno11:18
Agrajagnothing is open11:18
bieztor is automatically closed :P11:18
bieztk tnx11:18
smoports are "open" when there's a service listening on them.  You don't install those services, nothing's open11:18
lifelessdaniels: garh you were not kidding about slow.11:18
Agrajagyou have to have a service listening on a port for it to be open11:18
lifelessis it cause I have an ati 9600 ?11:18
=== PsyDeViL [~psyhadeli@203.184.26.113] has joined #UBUNTU
PsyDeViLhi every111:18
lifelessot does composite just suck ?11:18
Agrajaglifeless: bingo11:19
Agrajagwell11:19
Agrajagthe compose/damage extension are actually pretty nice11:19
Agrajagusing xcompmgr for drop shadows/transparency sucks11:19
AgrajagI just used it to make things like moving windows acriss each other smoother and faster11:19
Agrajagturn off all the eye candy11:19
ironwolfAny word on when the bottom bar program windows will either A) return to normal size or B) have an option to do so in hoary?11:19
calcironwolf: its a bug known upstream11:20
calcironwolf: probably will be fixed in the next gnome point release11:20
JDcalc: ooi are you using gnome these days?11:20
calcthey fixed libwnck and in the process broke the taskbar11:20
calcJD: yea for right now anyway11:21
ironwolfcalc: I knew it was probably known.. was wondering if we knew eta on returning to previous behavior11:21
=== TiffoN [~trillian@218.Red-217-126-197.pooles.rima-tde.net] has joined #ubuntu
JDcalc: same here :)11:21
=== ogra_ [~ogra@p508EBBFB.dip.t-dialin.net] has joined #ubuntu
danielslifeless: yeah, we don't have proper DMA acceleration for the r3xx series11:22
danielslifeless: but it's there in an experimental branch, might make debs if I'm feeling generous and/or bribed with Coopers at DebSIG in February11:22
lifelessbugger feb, I'll bribe you with coopers now.11:23
PsyDeViLany1 care to help... :P11:23
lifelesscome around, I've got some ready.11:23
PsyDeViLim tryng to install warty ppc on lombard (powerbook g3)  it gets stuck at copying remaining packages after ubuntu base.11:24
spikebheh11:24
JDdaniels: what about i810?11:25
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== remix_tj [~remix_tj@host61-179.pool8250.interbusiness.it] has joined #ubuntu
=== remix_tj [~remix_tj@host61-179.pool8250.interbusiness.it] has left #ubuntu ["me]
danielsJD: accelerated to the best that i8xx can do, which is really shit all11:28
=== remix_tj [~remix_tj@host61-179.pool8250.interbusiness.it] has joined #ubuntu
=== aigarius [~aigarius@62.85.88.242] has joined #ubuntu
JDdaniels: hahahah well it is my X30 so I wasn't expecting miracles :)11:29
remix_tjhi!11:29
PsyDeViLhi11:29
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== remix_tj doesn't speak english very well
danielsJD: the x31 has a radeon mobility (r1xx)11:30
dudis apt.cerkinfo.be unreachable for anyone else?11:31
JDdaniels: okay okay I picked a shit laptop11:31
=== JD grumbles at the X40 cabal
calcnew p-m will be using 915 soon11:32
fabbionethe X40 sucks hard anyway11:32
calcso should be a bit faster than 85511:32
=== martxel [~martxel@82.130.203.15] has joined #ubuntu
martxelhi11:32
fabbionejust because everybody has it11:32
martxeldoes anyone have problems with hoary?11:32
martxelsince yesterday11:32
dudapt.cerkinfo.be is unreachable isnt it?11:33
Gaarutohi martxel11:33
martxelhi Gaaruto11:33
Gaarutono pb since this morning11:33
dudpb?11:33
remix_tjdud: i can reach apt.cerkinfo.be11:34
Gaarutomartxel, what is the pb ?11:34
PsyDeViLpb?11:34
martxelgnome11:34
dudremix_tj, i see, thanks11:34
martxelit doesnt charge the panels11:34
Gaarutopb -> problem11:34
martxelyesterday i did an apt-get update anda an apt-get dist-upgrade11:34
martxeland know i have problems11:35
PsyDeViLi thot pb = powerbook11:35
PsyDeViL:P11:35
remix_tjPsyDeViL: yeah11:35
Gaarutook (sorry i m french, and pb = problem :p11:35
dudi was thinking penguinballs11:35
smoand here's me thinking "peanut butter".  for a while there I actually thought I was a geek.  guess not :/11:35
PsyDeViLlol11:35
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
martxelGaaruto: do you know how to fix my problem?11:36
Gaarutowhat problem with gnome martxel ?11:36
martxelthe menus11:36
martxelthey dont appear11:36
Gaarutono taskbar ?11:36
dudits a know but they are x...11:36
martxelno11:36
dudif thats what you mean11:36
dudknown bug even11:36
Gaarutomartxel, could you explain your problem please ?11:37
spikebpb does mean powerbook!11:37
Gaarutook ok spikeb ! shame on me !11:38
Gaaruto:)11:38
dudffs, now my darn cdrom drive wont open again...11:38
dudarg11:38
remix_tjspikeb: ps means also Pay a Beer :-)11:38
martxelwhen i begin the session11:39
HeManHi! Is there any web-page like packages.debian.org but for Ubuntu?11:39
Gaarutoremix_tj, maybe :)11:39
PsyDeViLyippo :P11:39
PsyDeViLthe install worked this time11:39
=== scoon [~scoon@dsl092-234-243.phl1.dsl.speakeasy.net] has joined #ubuntu
martxelGaaruto i dont speak english very much, thats the problem11:39
martxel:P11:39
PsyDeViLguess the old hd had some problem11:39
Gaarutomartxel, where do you come from ?11:39
Gaarutofrance ?11:40
martxelspain11:40
Gaarutook11:40
dud#ubuntu-es is pretty active is it?11:40
martxelanyone answers me11:41
Gaarutoyou dont have spain forum for ubuntu ?11:41
martxelyes11:41
Gaarutook11:41
duddamn it, ive been using linux for more than 4 years now, and STILL the fucking cdrom drive is giving me crap11:41
martxelbut i dont know how to surf the net without x11:41
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
PsyDeViLwhod want to surf net without x11:42
dudit wont eject, its not in mtab, it doesnt show in df, and 'lsof | grep cdrom' returns nothing11:42
dudmartxel, use links or lynx11:42
Agrajagor w3m\11:42
crimsundud: what device is your cdrom?11:42
martxeldud ok11:42
PsyDeViLdud eject it manualy by the cdrom pinhole11:42
calcPsyDeViL: er thats not a good idea11:43
e-Jahwhy haven't got the system configuration menu with synaptic inside ? (synaptic is installed)11:43
dudPsyDeViL, thats not smart11:43
spikebnight folks11:43
crimsundud: /dev/hd??11:43
Gaarutomartxel, if your pb appear after an upgrade, wait, the pb will be resolv with an other upgrade11:43
PsyDeViLnight spike11:43
dudcrimsun, a liteon dvdrom located at /dev/hdc11:43
dudeject /dev/hdc ive tried btw11:43
calcdud: tried lsof | grep hdc ?11:43
crimsundud: what does `lsof /dev/hdc' reveal?11:43
dudnothing at all11:43
dudtried that as well ;/11:44
Gaarutomartxel, or try to explain the problem you have11:44
calchmm it not showing in df is interesting as well11:44
martxeli get to the session start screen11:44
martxelI log perfectly11:44
calccrimsun: actually the lsof probably need to be to the path of where its mounted not the device11:44
smodud: I'm not sure it helps, but I had the same problem (with a similar drive .. " LITE-ON DVDRW SOHW-1633S").  I'm not sure what "cured" it, but it disappeared after a few days (with reboots and apt-get'n in that time)11:44
martxeland it seems to charge everything, nautilus...11:44
dudive had so many different cdroms and so many different linux distrobutions11:45
martxelbut it doesnt11:45
dudand somehow i always manage to get in this situation11:45
dudagain and again11:45
PsyDeViLim getting this upon ubuntu base system configuration. -> mm/memoty.c:110: bad pmd 00000020.11:45
martxelIt doesnt charge the taskbars11:45
Gaarutomartxel, pv11:45
PsyDeViL-> mm/memory.c:110: bad pmd 00000020.11:45
PsyDeViLis it somthing to do with swap file ?11:46
calcdud: what was happening right before it stopped working?11:46
dudcalc, nothing really, was just using it11:46
calcburning something, or just reading?11:46
dudit generally happens, when an application changes drive status11:46
dudprolly without "telling" gnome that it did11:46
calcwell gnome definitely can get confused about the drive11:47
dudthen it gets out of sync, and hell is loose11:47
=== pitti [~martin@195.227.105.180] has joined #ubuntu
dudand eject wont work11:47
calci had to use eject at console to get it to eject my cdrom earlier tonight11:47
dudand mount /dev/hdc gives the standard wrong fs, bad option or bad super block error11:48
calcalso for some reason gnome doesn't show any mounted volumes on my desktop anymore, it used to with warty11:48
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
dudcalc, gnome is like everything else concerning linux/bsd, it works wonderfully when it works, but if it doesnt work, its fucking hell11:49
calcwell it is to be expected that things are broken considering hoary is running beta gnome :)11:49
dudan english tutor would kill me for that punctuation, or lack of...11:49
dudon another note...11:50
dudive been trying to probe this apt-get problem with liblame0/libmp3lame0...11:50
=== pitti_ [~martin@dialin-145-254-080-086.arcor-ip.net] has joined #ubuntu
dudand ive noticed that mandrake PLF also supplies these packages, only in rpm format of course11:51
dudand there too, the packages has the same file usr/lib/libmp3lame.so.0.0.011:51
lifelesslastlog daniels11:51
dudbut i assume its not a problem for them11:51
=== calc hands lifeless a /
dudbut somehow, its broken here on debian11:51
dudpackage management isnt my strongest side, but perhaps someone who has a bit more clue can look at it?11:52
=== lifeless returns the /
calcheh11:52
=== mode/#ubuntu [-o fabbione] by fabbione
crimsundud: what seems to be the issue with it?11:53
dudso... apt-get, or dpkg rather wont install liblame0 or libmp3lame on hoary11:53
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
dudliblame0 comes from multiverse, and libmp3lame from cerkinfo.be11:54
=== k40z [~k40zmotic@82.152.174.0] has joined #ubuntu
dudthe error has to do with the file usr/lib/libmp3lame.so.0.0.011:54
dudwhich both provides11:54
calcso don't install libmp3lame011:55
dudthis is natural, as liblame0 provides the entire libmp3lame0 lib11:55
dudcalc, ahhh... but there's the bug11:55
crimsundud: both are unofficial packages, but I'd choose Christian's version.11:55
dudapt-get thinks it has to install both11:55
calcah something on his site needs it11:55
calcand he provides both but split out(?)11:56
crimsundud: what does the cerkinfo.be archive provide?11:56
calcbut liblame0 is older version than in ubuntu(?)11:56
calcthat would be one scenario where it would break, haven't looked into it though11:56
dudor, more accurately, it wont allow you to install just liblame0, because that it sees that usr/lib/libmp3lame.so.0.0.0 will conflict with the file in libmp3lame011:56
dudyet again, im not packet wizard, so i cant seem to make sense of it all11:57
=== yerga [~yerga@226.Red-80-39-2.pooles.rima-tde.net] has joined #ubuntu
dudbut thats as far as i can understand...11:57
calcso something depends on both i would guess?11:57
=== RuffianSoldier [~qs@dhcp024-209-106-036.woh.rr.com] has joined #ubuntu
crimsunlibmp3lame0 should not exist11:57
crimsunwhatever depends on its dev version needs to be recompiled against Christian's 'liblame-dev'11:58
dudcrimsun, yeah... i think so as well, because if i removed cerkinfo.be, and tried to install mythtv, which lists liblame0 as depencencies... it worked11:58
dudwell, it gave other errors than those related to liblame0, but thats beside the point ;)11:58
dudperhaps cerkinfo.be could remove the libmp3lame0 package?11:59
dudehhh, i still cant reach apt.cerkinfo.be...12:00
dudtalking about the devil and all12:00
crimsunwhatever's in the cerkinfo.be archive that's linked against 'libmp3lame0/libmp3lame{0}-dev' needs to be recompiled against Christian Marillat's 'liblame0/liblame-dev'12:00
crimsunthen libmp3lame* can go away12:01
crimsunit's not a dpkg issue12:01
dudcrimsun, how would we(you?/canonical inc?/who??) go about that?12:01
crimsunit's an archive issue.12:01
crimsunwhoever maintains cerkinfo.be needs to correct the package(s)12:01
dudnot very convenient that i cant reach it...12:02
dudcant see who's the maintainer...12:02
crimsunapt-cache show libmp3lame012:02
=== remix_tj [~remix_tj@host61-179.pool8250.interbusiness.it] has left #ubuntu ["me]
=== martxel [~martxel@82.130.203.15] has joined #ubuntu
dudrbrito@users.sf.net i guess then...12:04
=== mario [~mario@200.54.6.187] has joined #ubuntu
dudill drop him an email12:04
crimsunsounds good.12:04
martxelall goes fine now12:04
dudjust let me get this straight12:04
Gaarutook martxel :)12:04
dudthe problem is that libmp3lame0 shouldnt exist? as it conflicts with liblame0...12:04
Gaarutomartxel, read this for install k3b without problem : http://gfabio.blog.free.fr/?2004/11/12/75-ubuntu-installer-et-configurer-k3b12:05
dudand every package that links to it should link to liblame0-dev instead?12:05
martxeloks12:05
Gaarutomartxel, no12:05
=== scoon [~scoon@dsl092-234-243.phl1.dsl.speakeasy.net] has joined #ubuntu
Gaarutoit is in french sorry12:05
martxelit doesnt mind12:05
martxeli speak a little bit12:05
martxeli think ill understand12:05
Gaarutowatch the commands and screens12:06
dudi just did apt-get install k3b to get it working...12:06
martxeli also did it12:06
martxeland it works, but only when i execute it as root12:06
crimsundud: here're the basics: most of the packages use Christian Marillat's scheme, which is liblame0 and liblame-dev. Therefore, the packages in cerkinfo.be need to be recompiled against liblame-dev (Build-Depends in debian/control needs to be updated), which means shlibs will pull in liblame0. Then the libmp3lame* packages can be removed from the cerkinfo.be archive.12:06
dudhmm, works for me...12:06
martxeli tried first gtoaster12:06
martxelbut it doesnt detect my devices12:07
Gaarutomartxel, execute gksudo k3b12:07
Gaarutoto launch k3b12:07
Emanuelezis there a way to create an iso from a cd having a progress bar too? dd is cool but i wanted something more eyecandy (gnome stuff possibly :P )12:08
=== umarmung [~Tanzbaer@pD9E68012.dip.t-dialin.net] has joined #ubuntu
puslingfrom where do I get the key to verify the release.gpg-file in the ubuntu-archives12:09
mvopusling: apt should have installed the ubuntu archive key automatically12:10
Gaarutomartxel, good luck, it work now, if you have problem, do what i have tell you12:10
Gaarutobye all12:11
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
martxelbye Gaaruto12:11
puslingmvo: I am using the debmirror-script for partial mirrors (it might only be in debian)12:11
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-3-177.w83-112.abo.wanadoo.fr] has left #ubuntu ["Leaving"]
dudi dont suppose anyone of you nice souls, could just buy me a new monitor?12:12
mvopusling: apt-get install the ubuntu-keyring package then12:12
dudthis is so old, that it has the standard gamma darkness fault that old CRTs get... :(12:12
=== abelli [~abelli@84.222.38.7] has joined #ubuntu
=== jolg [~jolg@h150n2fls32o868.telia.com] has joined #ubuntu
=== watchtower [~watchtowe@82.147.142.132] has joined #ubuntu
watchtowerhi guys12:14
watchtoweri got a weird  question12:14
puslingmvo: but I am on a debian server12:14
tswdud: if you have any elecktronic skills (so that you know that you DONT put your screwdriver on parts that have electricity) you can take the monitor open and locate the transformer (not shure about the name) and boost the gamma from there12:14
=== Buzzzz_ [~Anders@hd5e25192.gavlegardarna.gavle.to] has joined #ubuntu
tsw:)12:14
=== Buzzzz_ [~Anders@hd5e25192.gavlegardarna.gavle.to] has left #ubuntu ["Leaving"]
=== zeedo [~notroot@www.bsrf.org.uk] has joined #ubuntu
mvopusling: wget http://archive.ubuntu.com/ubuntu/misc/daily_signing_key.asc :)12:15
dudtsw, i have a formal electronics degree12:16
riturajwhats the q watchtower12:17
puslingmvo: I am not a gpg-expert so how do I use it ?12:17
dudbut id rather not open a CRT monitor without having a prober electronics workbench12:17
duda CRT is something you should mess around with in your home12:17
dudisnt12:17
tswdud: thats true also :) and it was just an suggestion12:17
dudbut thanks anyhow :)12:17
watchtowernow12:17
watchtowerrituraj, i am running ubuntu at work and at home-basically everywhere12:18
riturajok12:18
tswdud: I have repaired dosens of crts at home and even on the road.. (but then I have done it so many times :)12:18
=== zeedo [~notroot@www.bsrf.org.uk] has joined #ubuntu
mvopusling: do you have the apt from debian/experimental on your debian server? or do you want to download the Release and Release.gpg file by hand and verifiy the signature?12:18
dudheh12:18
watchtowerrituraj, so today i had a conversation with a friend of mine, sysadmin in a local university,and he told me that ubuntu was a kind of security black hole, like the worst possible distro, concerning security issues. He claimed it was all over the security forums etc.12:19
watchtowerrituraj, is there anything like this really?12:19
=== biezt [BieZt@g81073.upc-g.chello.nl] has left #ubuntu []
rituraji dont beleive it12:20
puslingmvo: the debmirror-script does it - so it is automaticly by the hand ;)12:20
watchtowerrituraj, me neither, but he was so convinced12:20
riturajmaybe some hard core fans of debian wrote things like that12:20
=== dud goes looking at which whisky to buy for new years eve
rituraj:)12:20
riturajbrb12:20
dudany suggestions?12:20
watchtowerrituraj, he said something about spoiled debian kernel:)12:20
=== raghu [~raghu@203.145.183.210] has joined #ubuntu
smoI'm partial to glenfiddich.  not so good at sharing tho12:21
riturajask him what _EXACTLY_ is SPILED12:21
raghu how to set up crontab for 1) file1 2) file2  i want file1 should get backup and after one hour i want file2 to backup and after one hr file3 etc how?12:21
riturajand what he mean by SPOILED????12:21
dudim thinking Glenfiddich Single Malt 12 Years Old or  Laphroaig Single Malt 10 Years Old12:21
watchtowerrituraj, well, tweaked in a way to make it working better, yet lacking the debian security12:22
watchtoweryou know, basically he stated ubuntu was a spoiled debian12:22
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
watchtowerrituraj, i couldnever know, i have never used debian12:22
=== ctr [~ctr@user-7167.l4.c5.dsl.pol.co.uk] has joined #ubuntu
mvopusling: you have to add the key to the right gpg keyring. but I don't know anything about debmirror, so I can't really help you here. to add a key to a keyring use: "gpg --import <filename>"12:22
mvo(but I don't know if debmirror will use the users default keyring or it's own)12:23
=== mmx_ [~mmx@dsl-lhtgw2p75.dial.inet.fi] has joined #ubuntu
dudisnt debmirror a perl script of some sort basically?12:25
=== mvo__ [~Michael@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu
puslingmvo: debmirror uses the users keyring12:26
mvo__pusling: great, so gpg --import <keyfile> should work :)12:26
puslingmvo__: it did12:27
puslingthx12:27
=== pef [~loic@erodia.net] has joined #ubuntu
pefhello12:27
=== abelli [~abelli@84.222.38.7] has joined #ubuntu
=== kuckus [~tilo@pD9E8093B.dip0.t-ipconnect.de] has joined #ubuntu
CraHan_in hoary, inserting a usb memory stick doesn't always show an icon on the desktop12:30
=== zeenix [~zeenix@202.141.249.82] has joined #ubuntu
zeenixhello12:30
CraHan_it gets mounted fine, but no icon appears12:30
CraHan_a bug in pmount?12:30
zeenixi just installed ubuntu at a box but it didnt' ask me what should be the root password12:31
zeenixis there a default value for that?12:31
CraHan_there's no root account active in ubuntu zeenix12:31
puslingzeenix: use sudo12:31
martxelzeenix you have sudo12:31
CraHan_you should use sudo12:31
martxelto use it with your user pass12:31
zeenixcool12:32
zeenixnever heard of such a unix before :)12:32
=== crazney [~crazney@220-253-52-122.VIC.netspace.net.au] has joined #ubuntu
CraHan_hehe12:32
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
puslingzeenix: it is quite cool - you only have to remember one password12:33
CraHan_I love it myself12:33
CraHan_I have to think twice before I do stupid stuff :)12:33
=== raghu [~raghu@203.145.183.210] has left #ubuntu ["Client]
CraHan_since it asks for a pass when I need to do something 'as root'12:33
=== revoxx [~jack@p508A1160.dip0.t-ipconnect.de] has joined #ubuntu
=== kees-jan [~kees-jan@i56048.upc-i.chello.nl] has joined #ubuntu
CraHan_when I had debian on the laptop I ended up su'ing to root and just working for a while12:34
=== pitti [~martin@dialin-145-254-080-086.arcor-ip.net] has joined #ubuntu
=== pusling likes being root ;)
=== abelli [~abelli@84.222.38.7] has joined #ubuntu
=== matthew [~matthew@222-152-136-247.jetstream.xtra.co.nz] has joined #ubuntu
=== lunatik [~alex@upasika.org] has joined #ubuntu
lunatikhi12:36
=== liquidboy [~matthew@222-152-136-247.jetstream.xtra.co.nz] has joined #ubuntu
lunatikI've got an amd64 ubuntu installed, do you think if there is a way to have a ati 9200 work in 1280 with it ? :)12:37
lunatikbecause 1204 is a bit ... disapointable :)12:37
liquidboyi thought linux was supposed to be really good at multitasking, i was running synaptic, and updating stuff (and browsing too) and the comptuer started going *really* slow and eventually stopped :|12:37
liquidboyi felt like i was using windows :|12:37
zeenixCraHan_: what password? would i have to give it password each time i do something as root?12:37
HcEliquidboy: did you check what processes that were running?12:38
HcEliquidboy: top will give you some info12:38
CraHan_zeenix: yes12:38
CraHan_well no12:38
liquidboywell, i would have, but the curser wouldnt move much, besides i dont know how, is ther a way to do it from the keyboard? (i instinctively pushed "ctrl alt del)12:38
zeenixCraHan_: not so cool then :(12:38
CraHan_it'll remember the pass for a while12:39
HcElunatik: ATI dosn't have AMD64 support yet, so you have to use the open source Radeon driver12:39
CraHan_but after a certain period it'll ask for it again12:39
CraHan_I'm not sure how long though, I think it's a couple of minutes12:39
puslingzeenix: sudo su gives you a root-shell12:39
CraHan_ah cool pusling12:39
=== ctd [~ctd@ctd.user] has joined #ubuntu
=== x4m [~max@211-208.243.81.adsl.skynet.be] has joined #ubuntu
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
lunatikHcE is it include in the ubuntu distro ?12:41
=== mojo [~mojo@BV1-24.207.181.53.charter-stl.com] has joined #ubuntu
mojohello.12:41
HcElunatik: Radeon driver is in the current kernel12:41
lunatikok12:41
lunatik:)12:41
HcEand it should be present in X too12:41
=== SteveA [~steve@adsl-213-190-44-43.takas.lt] has joined #ubuntu
liquidboyHcE: how do i bring up a list of the processes?12:42
dudps aux12:42
HcEliquidboy: type "top" in a console12:42
lunatikHcE, do you know is there is an howto for it or the usage of the radeon driver is too simple please ? :)12:42
liquidboyaaahhh12:42
liquidboythats what you meant :p12:42
HcElunatik: really straight forward, standard X driver12:43
=== SeFoKumA [~zienaga@166.Red-81-44-125.pooles.rima-tde.net] has joined #ubuntu
liquidboyHcE - ive got a bunch of stuff that doesnt realy mean much to me...12:43
lunatikok, I juste have to change the Driver in Device section of my xf86 config file ?12:43
=== Nominus [~hanzo@2001:5c0:8fff:fffe:0:0:0:1175] has joined #ubuntu
mojoi'm having some probs with x after upgrade from warty to hoary.  had probs w/ gdm starting until i removed both xfree86 and xorg xservers and reinstalled/reconfig'd xorg xserver.  now it runs but the resolution is stuck at 640x480.  can't change in gnome w/ screen resolution control pnl.  any ideas?12:43
dudmojo, exact thing happened to me12:44
mojodud: you get it fixed?12:44
dudi had to reinstall xorg, and run xorgconfig12:44
martxelyes12:44
martxeli did the same12:44
martxelreinstall xorg12:44
dudthere i could set my correct resolutions12:44
mojoxorgconfig?  i already reinstalled xorg...  i did dpkg --reconfigure xserver-xorg but it didn't help.  so i should run xorgconfig instead?12:45
lunatikthx a lot, it work12:45
dudyeah, the reconfigure doesnt work12:45
dudfor this xorg12:45
martxelI configured it manually12:45
=== vtg [vertigo@route6.alumina.nl] has joined #ubuntu
mojothanks.  i will go try that now.12:46
=== tolle [~tolle@h81172194136.kund.kommunicera.umea.se] has joined #ubuntu
HcEliquidboy: look for processes useing CPU or RAM12:46
HcEliquidboy: it could also be a DMA issue, or havy diskload at some time12:46
revoxxHi folks, anybody there who can help with internet connection through a router? if I connect to a internet suite through firefox is takes a long time saying: resolving host www.xxxxx. have I to update resolf.conf or hosts? what are the required entries?12:46
liquidboyDMA = ?12:47
HcEDirect Memory Access (DMA)12:47
dudrevoxx, dhcp?12:47
liquidboyoh right12:47
liquidboy"root" is using about 10%12:48
=== Rotund [~joe@d12-10.rb.lax.centurytel.net] has joined #ubuntu
liquidboythat's the biggest one12:48
mojohey is the mouse /dev/mouse or /dev/input/mice or /dev/input/mouse0 ??12:49
dudlook at COMMAND not USERS liquidboy12:49
HcEliquidboy: sudo hdparm -d /dev/hda (or whatever is your drive)12:49
revoxxdud, yes. I use the computer-system config.-networkiing to look at the entries. under dns it founds the ip of my router; in the resolv.conf there is an entriy names 192.168.xxx.xxx12:49
dud/dev/input/mouse isnt it?12:49
mojodud: will try. thx.12:49
dudrevoxx, you shouldnt have to mess with resolv.conf normally, that ip range is for internal NAT use...12:50
dudjust run the network settings config tool in gnome?12:50
revoxxdud: ok...12:50
=== vtg [vertigo@route6.alumina.nl] has joined #ubuntu
revoxxdud: yes there is an entry for my ethernet card12:51
=== marsjays_ [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
SteveAanyone else having problems with sound on hoary?12:53
dudgoes ifconfig look good then revoxx ?12:53
dudmojo, its prolly /dev/input/mouse0 btw12:53
dudunless you have an usb mouse, then i dont know12:54
HcEusb uses /dev/input/mice12:54
HcEusually12:54
dudokay12:54
HcEconverted from /dev/input/event<#>12:54
HcEIIRC12:54
=== vtg [vertigo@route6.alumina.nl] has joined #ubuntu
=== mojo [~mojo@BV1-24.207.181.53.charter-stl.com] has left #ubuntu ["Leaving"]
rituraji am back12:56
=== biezt [BieZt@g81073.upc-g.chello.nl] has joined #ubuntu
revoxxdud: for eth0 it has an IP address (which is above the router's IP) and I assume the submask is correct. It is always this "Resolving host www.xxx" thing. when I look at the router no packages are transfereed so far but when it starts it gets the pages loaded very fast ... any ideas?12:57
=== GoneBoB [~matt@bob.is.teh.admin.at.vicnet.net.au] has joined #ubuntu
=== scoon [~scoon@dsl092-234-243.phl1.dsl.speakeasy.net] has joined #ubuntu
bieztwhich version of ubuntu should i down for an amd 1.3 ghz ?12:58
dudrevoxx, sounds like your DNS servers are slow12:58
dudbiezt, its not a 64bit amd is it?12:59
biezti don't know12:59
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
dudi dont think such a slow amd is 64 bit12:59
biezti know nothing of amd, but i thought 64 was above 2 ghz12:59
dudbut the normal i386 iso will do in such case12:59
dudthat its not a 64bit cpu i mean...12:59
bieztk tnx01:00
=== vtg [~vtg@route6.alumina.nl] has joined #ubuntu
revoxxdud: where are my DNS servers? my router? @ my provider? when I use M$-XP I get fast responses and do not wait ;-(01:00
bieztso dud u think ubuntu is a great place to start with linux ?01:00
dudi guess you can use apt to install a 64bit kernel afterwards if it prooves to be wrong..01:00
dudyeah, it is01:00
dudrevoxx, normally, they are at your isp yes01:01
bieztwell i'm gonna run an glftpd server but i know nothing of linux, so i need a easy one 2 start ^^01:01
biezti want to know how to run those things :P01:01
dudim just about to leave, so todays free support is done, on my behalf01:01
dudubuntu is prolly the easiest and most newbie friendly distro out there now01:02
dudubuntu and yoper id say...01:02
riturajand mepis01:02
bieztdoes a live cd mean auto boot or running from cd ?01:02
dudbut yoper has a screwed up package system01:02
riturajbut Ubuntu has a stronger comunity support01:02
dudrunning from cd01:02
bieztk tnx01:02
revoxxdud: so why do I have a dns entry in the networking section with the IP of my router?01:03
=== dud is gone like a fart in the wind
dud*poof*01:03
=== fsmw [~Fernando@113-108-21.adsl.cust.tie.cl] has joined #ubuntu
riturajrevoxx which file you are referring to01:05
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== FallenHitokiri [~Pharao@p508BAF04.dip.t-dialin.net] has joined #ubuntu
revoxxrituraj: I am looking at computer-system conf.-networking01:06
=== nicolade [~shingotn@N523P016.adsl.highway.telekom.at] has joined #ubuntu
=== Ran [~sbassi@200.5.115.171] has joined #ubuntu
=== ctr- [~ctr@user-2948.l3.c1.dsl.pol.co.uk] has joined #ubuntu
martxelbye01:09
nicoladeHi, currently I'm a debian user. I'm thinking about buying and amd64 box and trying to install ubuntu on it. My newbie question is: Is it probably that I could use the debs from debian archives after I did the ubuntu-installation?01:09
smoit'd appear to be a "yes if you know what you're doing, and keep an eye on it".  If you let things pull in dependencies, you can quickly end up in a mess tho  (from experience)01:11
nicoladesmo: ok, thanks01:12
=== rwabel [~rwabel@gw.ptr-80-238-228-227.customer.ch.netstream.com] has joined #ubuntu
nicolade"Ubuntu contains essentially all of the packages available in the Debian repositories, as well as many packages from third-party sources."01:13
smoin my case, something pulled in a library which conflicted with the -dev package in ubuntu .. I didn't realise anything was up until other -dev packages started refusing too.   It really is best avoided as much as possible01:13
=== mojo [~mojo@BV1-24.207.181.53.charter-stl.com] has joined #ubuntu
nicoladeDo I understand that right? Doesn that mean that there shouldn't be any need for using debian packages at all?01:14
=== netmonk [~~@nat-18.c0msys.net] has joined #ubuntu
=== odyssey [~odyssey@odyssey.user] has joined #ubuntu
bieztis the .iso file enough to make install cd cuz i dont know the other files extensions :P01:15
mojohey guys thanks i got my xorg.conf working now01:15
nicoladeIf Ubuntu provides all packages Debian does why do use something from the debian archives at all?01:15
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
danielsnicolade: you don't need to, it's all there, and all up-to-date01:16
odysseyHi, im unsure where im supposed to add java to my path01:16
odysseycould anyone help please?01:16
nicoladedaniels: cool01:17
scoonoddyssey, how did you install it ?01:17
bieztallow ? is the .iso enough to down to make a cd ?01:17
bieztplz help !!01:17
=== ctd_ [~ctd@ctd.user] has joined #ubuntu
mojothe iso is an image of the cd.  you should d/l the md5sums to verify and if all is okay, you can burn the cd with the iso01:18
odysseybiezt, an iso is an image of a install cd01:18
=== lexhider [~lexhider@dip-220-235-84-79.vic.westnet.com.au] has joined #ubuntu
biezty i know but the word template confuses me :P01:18
bieztand is there a webbrowser included in ubuntu ? or do i need to make an cd with mozilla before starting ?01:19
mojoyou do something like $ md5sum -c MD5SUMS and it will check the files listed in MD5SUMS and tell you if they check okay01:19
smobiezt: the template & jigdo files are useful for building your own iso .. if you already have the iso, you're already past that stage01:19
mojoUbuntu comes with Firefox01:19
bieztgood enough :P01:19
bieztand can i install it on my current connection and add a hub later ?01:20
bieztwill it auto detect ?01:20
nicoladedaniels: I'm not sure if I get the ubuntu website right: is it possible to update an ubuntu installation on a daily basis like debian? apt-get update & apt-get upgrade? Or just every six months?01:20
=== SteveA [~steve@adsl-213-190-44-43.takas.lt] has joined #ubuntu
smonicolade: same idea as debian stable (but s/years/months/) day-to-day, will pull in security updates .. every 6 months are the actual releases01:22
stvnnicolade: there is also the development version (currently hoary) withdaily updates/breakage ;)01:23
nicoladesmo: thanks!01:23
bieztwhat's the best irc client for linux ?01:23
nicoladestvn: thanks too! :-)01:23
nicoladebiezt: irssi ;-)01:23
smobiezt: a whole kettle of opinion ;)01:23
=== Nominus [~hanzo@2001:5c0:8fff:fffe:0:0:0:1175] has joined #ubuntu
mojoi use xchat 'cuz thats the first one i tried :p01:24
watchtowerguys, anyone know how do i send files through gaim?01:24
watchtowerthe button is currently inactive:(01:24
odysseywatchtower, email?01:25
=== mvo [~Michael@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu
watchtowerodyssey, not an option:(01:26
scoonis there a CHANGELOG for hoary anywhere ?01:26
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
lexhiderscoon: hoary-changes list is kind of like that.01:27
=== xukun [~xukun@gt1989.uvt.nl] has joined #ubuntu
smowatchtower: It'd appear to be implemented for some protocols and not others.  The option appears inactive for msn contacts, for works for jabber contacts01:28
scoonlexhider, thx but i was looking for something more like a list that I can skim thru to see if moving to hoary is a good idea.01:28
watchtowersmo, it is an icq contact on the other side01:30
watchtowersmo, that is why i can't see why it is not working01:31
=== z4k4ri4 [~zakaria@202.158.89.66] has joined #ubuntu
=== z4k4ri4 [~zakaria@202.158.89.66] has left #ubuntu []
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
nicoladestvn: Is the breakage level within ubuntu sid/hoary in your opinion comparable to that of debian-unstable?01:36
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-3-177.w83-112.abo.wanadoo.fr] has joined #ubuntu
stvnyeah01:37
=== murtaza [~murtaza@202.141.249.82] has joined #ubuntu
stvnnicolade: haven't had very serious problems, some annoying ones, but nothing a reasonable experienced linuxuser can't handle01:38
murtazaneed help ab ubuntu01:38
murtazakoi hai jo madad karay01:38
stvnmurtaza: english please01:38
=== biezt [BieZt@g81073.upc-g.chello.nl] has left #ubuntu []
=== liquidboy [~matthew@222-152-136-247.jetstream.xtra.co.nz] has joined #ubuntu
murtazaok01:39
nicoladestvn: thanks!01:39
liquidboyhey, how can i mount my windows partition?01:39
stvnnp01:39
murtazawell i want to add windows network printer01:39
murtazaprinter has added succesfuly and it shows the status ready...but didn't print the page01:40
stvnliquidboy: do you know the filesystem and the partition?01:40
stvnmurtaza: do you have the right to print at the printer?01:41
liquidboywell, its on the first partition, adn its win98 (fat32)01:41
murtazastvn, ya i have admin rights on windows pc01:41
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
stvnliquidboy: sudo mount -t vfat /dev/hda1 /mnt01:41
stvnliquidboy: you can change /mnt for any location you prefer and /dev/hda1 is the first partition on the master of the first ide controller (aka C-drive)01:42
stvnmurtaza: ok, did you give you linux PC access to the printer?01:43
murtazastvn, how can this be done01:43
liquidboyoh right thanks, how can i make ubuntu do this automatically on startup?01:43
stvnmurtaza: er. somewhere in windows printer settings i think01:43
liquidboymount: special device /dev/hda1 does not exist01:43
liquidboy:|01:44
stvnliquidboy: add '/dev/hda1 /mnt vfat defaults 0 0' to /etc/fstab01:44
liquidboyum, you've lost me01:44
liquidboy:P01:44
stvnheh01:45
=== Deschanel [~Curious@62.162.17.54] has joined #ubuntu
stvnliquidboy: do sudo cfdisk /dev/hda and check for the proper partition01:46
murtazastvn, ya sharing is allowed in windows pc01:46
liquidboyk01:46
DeschanelCan I run 2 OS's at the same time. Ubuntu + MS XP?01:46
stvnliquidboy: the one that says FAT3201:46
liquidboy  FATAL ERROR: Cannot open disk drive01:46
liquidboy                          Press any key to exit cfdisk01:46
liquidboythat's not encouraging :P01:47
stvnliquidboy: er.. what kind of setup do you have?01:47
liquidboy(that's what i get when i enter "sudo cfdisk /dev/hda"01:47
liquidboyum, well, ive got 2 partitions. windows 98 on the firstr, and linux on the second01:47
liquidboykind of regular i would have thought01:48
liquidboyif it makes any difference, i used the mandrake 9.0 cd to do the partitioning (it's got a nice easy graphical partitioner)01:48
stvnshouldn't matter01:48
=== abelli_ [~abelli@84.222.38.70] has joined #ubuntu
Deschanelhad experience with MDK, I want Ubuntu now01:48
stvnliquidboy: check what partitions are named in less /etc/fstab01:49
stvnliquidboy: the first one is the one i want to know01:49
stvnDeschanel: how do you mean at the same time?01:49
liquidboyless?01:49
stvnliquidboy: yep01:49
liquidboyoh yep, its a terminal command01:50
stvnyep01:50
DeschanelOk, not in the SAME time, I meant in the same machine01:50
stvnq gets you out of it01:50
stvnDeschanel: it is possible01:50
liquidboyproc            /proc           proc    defaults01:50
stvnliquidboy: heh, sorry i meant the one underneath01:50
liquidboy/dev/hdb5       /               reiserfs defaults01:50
liquidboybut this is my second partition...01:50
liquidboyand its got the cdrom and the floppy drive, but that's it01:51
stvnliquidboy: ah ok, apperently you have installed linux on your slave drive01:51
DeschanelI have a Laptop Gateway m305. What distro would run the best on it.. I mean if there is one01:51
stvnliquidboy: try sudo cfdisk /dev/hdb01:51
stvnDeschanel: try the ubuntu livecd and see if it works01:51
liquidboyis that bad?01:51
=== olimar [~olimar@p213.54.77.68.tisdip.tiscali.de] has joined #ubuntu
stvnliquidboy: not really, just not standard01:51
liquidboyoh right, i didn't really know what i was doing01:52
=== ACIDnet [~ACIDnet@host81-153-138-179.range81-153.btcentralplus.com] has joined #ubuntu
olimarHi all I am upgrading my warty releas to hoary but it asks me about which Xserver to use: Xfree Xorg or Xorg-dbg01:52
ACIDnetmorning all01:52
DeschanelI don't have the live cd, and I cannot download it cos I am on dial up:/01:52
murtazastvn, i m waiting for ur reply01:52
liquidboyhow would i do it to make it not the slave drive?01:52
olimarwhat is Xorg-dbg? And isn't Xorg the "standard"?01:52
stvnmurtaza: oh sorry01:52
liquidboy hdb1        Boot        Primary   W95 FAT32 (LBA)                  20999.14*01:52
stvnmurtaza: i'm not entirely sure about windows printer sharing01:52
liquidboythat looks a bit better eh?01:52
=== mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
stvnliquidboy: yep, so it's sudo mount -t vfat /dev/hdb1 /mnt for one time mount01:53
=== jdub [~jdub@home.waugh.id.au] has joined #ubuntu
liquidboyyep, sweet how bout perminent mount?01:53
stvnDeschanel: i think ubuntu will work, but better checkat the wiki if your laptop is listed01:53
=== fsmw [~Fernando@113-108-21.adsl.cust.tie.cl] has left #ubuntu ["Leaving"]
murtazastvn, what abt using samba01:53
Deschanelwiki? ... The link in ubuntu.com ?01:54
stvnliquidboy: you need to edit the /etc/fstab file01:54
stvnliquidboy: sudo gedit /etc/fstab01:54
stvnDeschanel: yep01:54
liquidboyhmm how come i cant open folders... ubuntu doesnt know what kindo f files they are01:54
stvnliquidboy: permission problem, we come to that01:55
liquidboyok01:55
liquidboyso im editing this file...01:55
ACIDneti hate courseework :'( i cant do it01:55
stvnmurtaza: here i needed to add a username and password and set the samba workgroup right before i could print at the printer01:55
stvnmurtaza: so if there's no password required, it could be the wrong workgroup01:55
liquidboywhat do i edit?01:55
murtazastvn, how can i set samba workgroup right01:56
=== abelli_ [~abelli@84.222.38.11] has joined #ubuntu
stvnliquidboy: add the line: /dev/hdb1 /mnt/windows vfat ro,defaults,user,uid=1000,gid=1000 0 001:56
liquidboystvn: do i just add a line like the ones in there, but with hdb1?01:56
stvnmurtaza: system settings network01:56
lamontlifeless: I expect that the sasl stuff does - postfix just uses what the library provides, iirc01:57
stvnliquidboy: you need to create the directory /mnt/windows in that casse01:57
liquidboyyeah01:57
liquidboyi'll need to unmount windows to do that eh? how do i do that? same thing as mount but with "unmount"?01:57
DeschanelOK I am in Wiki now. But where should my computer be listed at?01:57
stvnliquidboy: ah yes, sudo umount /mnt01:58
stvnDeschanel: http://www.ubuntulinux.org/wiki/HardwareSupportMachinesLaptops01:59
liquidboyok, i added the line, going to creat the windows folder...01:59
murtazazeenix, do u have idea abt adding printer :)01:59
liquidboyi type in "sudo unmount /mnt" and it says command not found02:00
=== dwarkin [~hanzo@2001:5c0:8fff:fffe:0:0:0:1175] has joined #ubuntu
stvnliquidboy: sudo mkdir /mnt/windows && sudo chown <user>:users02:00
stvnliquidboy: it's umount, not unmount02:00
zeenixmurtaza: no i've no clue about windoz shit :)02:00
=== dwarkin is now known as Nominus
liquidboyoh02:00
stvnliquidboy: you need to chage <user> for your username, obviously02:00
liquidboystvn, what does the "&& sudo chown,..." thing do, ?02:01
liquidboyisthat just so only i can get into it>02:01
liquidboyand other users dont automatically mount it?02:01
stvnliquidboy: tell linux that /mnt/windows is owned by <user> from group users02:01
Deschanelnone Gateway computer listed :(02:01
stvnliquidboy: it is readable by other users, as long as they are part of the users group02:02
liquidboyoh right, i copied that it said no such file or dir...02:02
stvnoh sorry, typo02:02
liquidboyyeah02:03
liquidboyit seems to exist now...02:03
stvnliquidboy: sudo mkdir /mnt/windows && sudo chown <user>:users /mnt/windows02:03
stvnyou need to specify which dir to chown ;)02:03
liquidboyoh right02:03
=== SepheeBear [~SepheeBea@24-193-86-118.nyc.rr.com] has joined #ubuntu
stvnDeschanel: you could try ubuntu forums or google to see if your laptop has linux support02:04
liquidboyit wont let me cos i already created a /mnt/windows folder, and i cant delete it... do i need to "sudo" delete it?02:04
stvnDeschanel: but ubuntu generally has as good laptop support as any distro, so ubuntu is a safe bet02:04
stvnliquidboy: heh, just do the chown command then02:05
stvneeverything after the &&02:05
=== ogra_ is now known as ogra
liquidboythe first one you gave me?02:05
stvn2nd02:05
liquidboyso not hte &&?02:05
=== abelli [~abelli@84.222.38.11] has joined #ubuntu
stvnnope02:05
stvn&& just means do this command and after that that command02:05
liquidboyno such file / dir02:05
liquidboybut i tried to do the whole command, and it tells me the file exists02:06
=== remix_tj [~remix_tj@host61-179.pool8250.interbusiness.it] has joined #ubuntu
stvnliquidboy: hm, sudo chown -R <user>:users /mnt/windows02:07
liquidboysame, no such file or dir02:07
stvnhuh02:08
=== miausX [~manu@84-120-192-142.onocable.ono.com] has joined #ubuntu
miausXhi :)02:08
liquidboyit's probably somethig really obvious :P02:08
stvnliquidboy: give me the result of ls -l /mnt (unless it's a longlist)02:08
liquidboyk02:09
liquidboytotal 002:09
liquidboydrwxr-xr-x    2 root     root           48 2004-12-30 02:02 windows02:09
remix_tjliquidboy: sudo chmod 777 /dev/hd*02:10
miausXremix_tj: hum... I think that is a bad idea02:10
liquidboyum, its too late now... :P02:10
stvnremix_tj: that's no solution, since udev will change it next reboot02:10
miausXouch02:10
liquidboymiausX, did i mess things up bigtime?02:10
stvnnah02:11
miausXliquidboy: no, but listen to stvn, in next reboot you will have the same problem02:11
stvnliquidboy: cd /mnt02:11
liquidboyyeah02:11
remix_tjstvn: if you make a script to launch at boot to set evry time 777 hd*02:11
miausXbut it's a ba idea give 777 perms, a better solution is to play with groups :)02:11
liquidboythe windows folder is in /mnt02:12
liquidboy(its there when i "dir")02:12
liquidboyif thats what you want to know02:12
stvnliquidboy: sudo chown -R matthew:users windows02:12
=== Dengar [dengar@cc109748-a.groni1.gr.home.nl] has joined #ubuntu
=== remix_tj [~remix_tj@host61-179.pool8250.interbusiness.it] has left #ubuntu ["me]
liquidboylolol, i was entering in ",matthew." not just "matthew"02:13
stvnheh02:13
liquidboyi knew it was somethign really obvious02:13
stvn:)02:13
liquidboyoops i meant "<matthew>"02:13
liquidboybut you knew what i meant  eh>02:14
liquidboyduh, i did it again02:14
stvnyep, i told you to replace <user> with your username, not user :p02:14
liquidboy*blush*02:15
liquidboyso i should probably try the origional command then, which one was it again?02:15
stvnliquidboy: did you add the line i told you to /etc/fstab02:15
=== egli [~egli@gate.wyona.com] has joined #ubuntu
=== marsjays_ [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== zeedo [~notroot@www.bsrf.org.uk] has joined #ubuntu
liquidboystvn: yes i did02:16
stvnthan try sudo mount /mnt/windows02:16
liquidboyworks02:17
liquidboyand i can open folders too02:17
stvnliquidboy: ok next time you reboot it will be mounted automatically02:17
=== pitti_ [~martin@195.227.105.180] has joined #ubuntu
liquidboyoh right02:18
liquidboysweet thanks stvn :)02:18
miausXrebooting :)02:18
stvnnp02:19
=== bluefoxicy [~bluefox@pcp485126pcs.whtmrs01.md.comcast.net] has joined #ubuntu
=== duncanm [~duncan@peabody.ximian.com] has joined #ubuntu
duncanmhola02:20
duncanmi'm having trouble installing Mono on ubuntu02:20
duncanmthis is a hoary installation02:20
duncanmThe following packages have unmet dependencies:02:20
duncanm  mono: Depends: mono-jit (= 1.0.4-1) but 1.0.2-1 is to be installed or02:20
duncanm                 mono-mint (= 1.0.4-1) but it is not going to be installed02:20
stvnduncanm: you don't need the mono package02:21
duncanmwhat should i use?02:21
duncanmi just want to quickly setup a mono 1.0 installation to run a test02:22
stvnduncanm: mono is a metapackage, check its dependecies and install those02:22
duncanmhow do i do that?02:22
duncanmi'm new to Debian/Ubuntu02:22
stvnduncanm: i'd say easiest way is to install a mono app ;)02:23
duncanmi have a CVS install on that machine already02:23
=== k40z [~k40zmotic@82.152.174.0] has joined #ubuntu
duncanmwhat's a fast way to remove the mono package?02:24
duncanmmy CVS install is made to /usr as well, so it overlaps02:24
stvnduncanm: you just want to install the runtime environment?02:24
duncanmstvn: if i could remove all of mono, that'd be great02:24
stvnduncanm: if you have it installed by CVS, it'll be tricky i guess02:25
=== xevil [mageerc@host-216-77-195-152.jan.bellsouth.net] has joined #ubuntu
stvnduncanm: don't know how to uninstall CVS software02:25
duncanmno no02:25
duncanmi want to uninstall all of the mono deb packages02:25
stvnoh ok02:26
=== jiyuu0 [~jiyuu0@219.94.82.41] has joined #ubuntu
=== Rotund [~joe@d19-22.rb.lax.centurytel.net] has joined #ubuntu
stvnduncanm: open up synaptic or aptitude, search for mono and remove all packages you come across02:26
duncanmstvn: is there no way to do it from the commandline?02:27
stvnduncanm: aptitude is commandline02:27
stvnduncanm: otherwise apt-get remove <list of debs you want to remove>02:27
=== k40z [~k40zmotic@82.152.174.0] has joined #ubuntu
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
=== cyrus-tc [~cyrus-tc@pD95155E3.dip.t-dialin.net] has joined #ubuntu
=== vIkSiT [~vIkSiT@210.212.200.5] has joined #ubuntu
=== netmonk [~~@nat-18.c0msys.net] has joined #ubuntu
=== occy [~october@65.173.2.210] has joined #ubuntu
occyany idea when hoary will be released as a final version and not in testing?02:36
Kamionoccy: 146.135.4.802:37
Kamiond'oh02:37
Kamionoccy: http://www.ubuntulinux.org/wiki/HoaryReleaseSchedule02:37
Kamionone of those days I'm going to FIX that paste bug02:37
fabbionehey Kamion02:37
fabbioneKamion: since daniles changed the topic again02:38
fabbioneKamion: i have problems compiling the emu10k1 driver on ppc for 2.6.1002:38
=== duncanm [~duncan@peabody.ximian.com] has left #ubuntu ["Leaving"]
fabbioneKamion: do you think you can look at it after i upload the kernel?02:38
occyKamion heh02:38
fabbionei guess we can live 2/3 days without02:38
occymorning02:39
=== sbuhaian [~sebi@194.106.204.157] has joined #ubuntu
occyahhh, so mid april02:40
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
Kamionfabbione: possibly I guess, but I doubt I'm going to have any special knowledge here :)02:40
occymid-late rather.02:40
=== jiyuu0 [~jiyuu0@219.94.82.41] has joined #ubuntu
=== hearsay [~hearsay@p50883293.dip0.t-ipconnect.de] has joined #ubuntu
vIkSiTis anyone using 2.6.10?02:42
Kamionoccy: looks like 6 April to me02:42
=== Gwaihir [~Gwaihir@ppp-12-93.25-151.libero.it] has joined #ubuntu
occyIt's not today, is what I'm saying. :)02:44
Kamionsure ...02:45
pmfpI get a lot of dependancy problems after switching warty to hoary in sources.list, and doing apt-get update && apt-get dist-upgrade02:46
pmfpfirst thing that goes no-no is python...02:46
fabbioneKamion: the point is that the error looks like very gcc/kernel/arch specific02:47
fabbioneand i can't upgrade the chroot on davis to test02:47
fabbionebut you can test locally with another gcc or perhaps with a newer version02:47
Kamionpmfp: try 'apt-get --dry-run install python2.4', tell us what gets removed02:47
=== ubuntu [~leafless@ottawa-hs-209-217-75-43.d-ip.magma.ca] has joined #ubuntu
Kamionfabbione: ah, ok, true02:48
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
pmfpKamion: it says it's already the newest versions02:48
pmfpcheck this weird one out:02:48
=== CaPS_ [~mathieu@a184148.upc-a.chello.nl] has joined #ubuntu
Kamionpmfp: ok, 'apt-get --dry-run install python' then02:48
pmfp python-apt: Depends: python (< 2.4) but 2.4-0ubuntu4 is to be installed02:48
Kamionapt-get -f install02:48
=== olimar [~olimar@p213.54.70.96.tisdip.tiscali.de] has joined #ubuntu
=== ubuntu [~leafless@ottawa-hs-209-217-75-43.d-ip.magma.ca] has left #ubuntu []
olimarHi all just upgraded to hoary but my laptop creen is only showing in 640x480 screen resolution02:49
Kamionthat's apt making the wrong decision; there's something that breaks with the new python and would have to be removed, so it's choosing to hold back a zillion packages rather than remove some02:49
pmfpKamion:  apt-get -f dist-upgrade?02:49
Kamionapt-get dist-upgrade is a crap UI for trying to diagnose this sort of thing, though02:49
olimarand I can't change the resolution to 1024!!!02:49
Kamionno, apt-get -f install02:49
olimarPLEASE help =002:49
olimarchecked the xorg.config file but the 1024 is in there02:50
pmfpKamion: apt-get -f install [python,python2.4]  still says it's the newest version, then lists the dependancy problems02:50
CaPS_Question, I just installed Ubuntu (Warty, one of them free cd's) but it never asked me for a root password.. (that, or I missed it :| )  Anyone aware of any defaults? Or do I have to boot it into single user mode and deal with it manually?02:50
KamionI said 'apt-get -f install', no arguments02:50
occyolimar what is Default Depth?02:50
olimarnow?02:50
pmfpKamion: oh, sorry02:50
pmfpKamion: seems to pull through, thanks!02:51
occyolimar no, tomorrow :)02:51
=== ubuntu [~leafless@ottawa-hs-209-217-75-43.d-ip.magma.ca] has joined #ubuntu
Kamioncool02:51
tswCaPS_: no password for root its disabled.. use sudo <command>02:51
olimarit's 640x480 normally it should be 1024x7something02:51
tswCaPS_: safer that way02:51
Kamionpmfp: let us know what if anything gets removed though, it's possible there's something still depending on python (<< 2.4)02:51
Kamionespecially in universe02:51
occyolimar yeah, you want to change it to 1024x76802:51
olimaryep02:51
Kamionwe'll need to do a lot of upgrade tests :-/02:51
pmfpKamion: alright02:52
=== mvo [~Michael@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu
=== zxy__ [~ralph@host81-154-201-237.range81-154.btcentralplus.com] has joined #ubuntu
CaPS_tsw02:53
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
CaPS_Thanks, I suppose02:53
CaPS_That'll take some getting used to02:53
CaPS_:P02:53
CaPS_tsw: Is the first user created in a group that can do root stuff through sudo?02:53
tswCaPS_: you can issue sudo password root to change it I suppose02:53
CaPS_Because else I'm still stuck :)02:54
tswCaPS_: yes02:54
CaPS_okidoki02:54
CaPS_thanks mate02:54
tswhave fun :)02:54
pmfpgnome-cpufreq-applet libgtop2-4 libnautilus2-2 trashapplet02:54
pmfpKamion: that's what the apt-get dist-upgrade wants to remove after the apt-get -f install02:54
pmfpx-window-system-core is held back02:54
pmfpwhee, get an authentication warning too02:55
CaPS_splendid02:55
ubuntuhas any have error messages on bootup: "hotplug" modules not loading permission denied etc02:56
=== housetier [~housetier@dsl-213-023-038-001.arcor-ip.net] has joined #ubuntu
=== donpaolo [paolo@adsl-159-86.38-151.net24.it] has joined #ubuntu
pmfpKamion how come so many packages are unauthenticated?02:57
donpaoloHi guys! Anyone could help me with a Conexant AccessRunner pci adsl modem to use it with ubuntu?02:58
ograpmfp: install ubuntu-keyring02:58
pmfpogra: righty02:58
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
ograubuntu: you can ignore them...... its just a weird way to tell you you have no such HW02:59
ubuntuogra: I see thanks02:59
=== joh_ [~joh@51.80-203-17.nextgentel.com] has joined #ubuntu
Kamionpmfp: because you haven't yet installed ubuntu-keyring and added the Ubuntu archive key to apt-key. We'll be automating this as time goes on; the authentication feature is new.03:00
ograubuntu: there is a howto on the wiki, how to get rid of the errors if they annoy you03:00
ubuntucool thanks mate03:00
ogra:)03:00
ubuntuI'll go have a look03:00
ubuntubye for now03:01
=== ubuntu [~leafless@ottawa-hs-209-217-75-43.d-ip.magma.ca] has left #ubuntu []
=== Shufla [~shufla@router.kkzabrze.com.pl] has joined #ubuntu
Shuflahello :>03:02
CaPS_Another question, on a fresh install, what steps do I take to get Rhythmbox to play MP3 for me ? :)03:02
ograCaPS_: https://www.ubuntulinux.org/wiki/RestrictedFormats03:02
=== Capri [~makolb@217.188.237.110] has joined #ubuntu
=== agenteo [~agenteo@84.222.61.146] has joined #ubuntu
pmfpI always thought it was just the encoding part that was illegal to redistribute without license (or something), not the decoding03:03
pmfpfor mp3 at leats03:03
pmfps/leats/least03:04
CaPS_pmfp, afaik that's correct.03:04
=== zaeem [~zaeem@202.147.174.107] has joined #ubuntu
ograpmfp: you have to pay fraunhofer for distributing the decoder, its patented03:04
=== wezzer- [~wezzer@ZMKDCCXLI.dsl.saunalahti.fi] has joined #ubuntu
ograpmfp: on a CD that is03:05
CaPS_well, I for one don't feel like recoding everything into ogg :P03:05
CaPS_ogra, thanks though, that'll get me going.03:05
ogra:)03:05
zaeemhi all03:05
pmfpCaPS_: I think you're doing right in that... personally don't think ogg is equally good, imho03:05
pmfpzaeem: hi03:05
CaPS_This is a startling experience. I join this Linux help channel and I actually get helped. I've been using Linux for years, but this is new ;P03:06
ograpmfp: ogg is as good as mp303:06
zaeempmfp: used parted?03:06
=== Netminder [~mcroydon@phaser850.connext.net] has joined #ubuntu
pmfpzaeem: ask openly and descriptevly in the channel and you're more likely to get help03:06
agenteoI'm using jigdo-lite to download a DVD iso from a web repository, the file is sized around 4GB, the process ends when the file become 2GB sized! Someone has experienced this problem or know a solution?03:06
zaeempmfp: righto..03:06
vegaiogg is better than mp303:07
pmfpin my personal opinion, nah03:07
vegaibut coding your existing mp3 into ogg makes a mess, off course :)03:07
vegaiof*03:07
=== marsjays [~marsjays@as1-3-8.paa.hs.bonet.se] has joined #ubuntu
zaeemi would like to split my root partition into multiple without any data loss and preferably without unmounting it..its reiser4 and scsi...is it possible?03:08
occyis there a net install?03:08
=== zxy_ [~ralph@host81-154-201-237.range81-154.btcentralplus.com] has joined #ubuntu
pmfpzaeem: if you can resize the partitions, yes03:08
occyor floppy disc install?  My cd rom seems like it might be having issues.03:09
zaeempmfp: care to explain?03:09
ograzaeem: why do you want to do that ? ot only raises the latency.....03:09
pmfpzaeem: make a backup, resize the partition and create appropriate new ones, mount them at the right place, and move the contents03:09
occycourse, where I'd get floppies, I have no idea.03:09
CaPS_Oooh synaptic03:09
CaPS_<insert more oooh ahhh sounds>03:09
=== Nominus [hanzo@2001:5c0:8fff:fffe:0:0:0:1175] has joined #ubuntu
=== NickGray [~NickGray@61.11.19.118] has joined #ubuntu
ograCaPS_: you should see the upcoming release ;)03:10
zaeemogra: multiple partitions on the same disk increase latency??03:10
zaeempmfp: the problem is that neither cdrom nor floppy are operational and no replacement03:11
occyFC3 failed when I tried to install  (media issues it says)03:11
occyheh03:11
ograzaeem: sure, you force the head to start and stop all the time....there are not much reasons to split03:11
occySo I'm guessing it's the cdrom03:11
=== SteveA [~steve@adsl-213-190-44-43.takas.lt] has joined #ubuntu
CaPS_ogra, heh :)03:12
occyhmm03:12
zaeemogra: any links where i can get some info for my boss...:(03:12
CaPS_ogra, let me get used to this first. I'm coming from Gentoo. I'll all upset Ubuntu is doing all sorts of stuff for me03:12
CaPS_:P03:12
=== occy goes to check if he has an external cd drive
ograzaeem: nope, i think google is your friend there03:12
Ranhellohello, why there are so many Python packages in Ubuntu? (I like it, but I wonder anyway)03:12
CaPS_(upset in a "god, why did I do this shit myself" way)03:12
ograzaeem: why does he want this ?03:12
pmfpRan: so that you can install parts of python and it's addons without forcing on you all addons03:13
zaeemogra: long reasons..leave it03:13
KamionRan: the boss loves Python :)03:13
ograzaeem: in certain setups more partitions make sense....03:13
RanI thought that some Ubuntu only component ran on Python.03:14
ograzaeem: they can also speed up if you put them on different disks......but on one disk it makes only sense if you plan to reinstall often or want to grow and shrink a certain part03:14
ograall the time03:15
CaPS_Is there any way to upgrade Firefox to 1.0 through the package system at this time ? (preferably without moving forward to the unstable branche)03:15
wezzer-search at ubuntu forums03:15
pmfpCaPS_: yes, there's an unofficial source03:15
ograCaPS_: https://www.ubuntulinux.org/wiki/BreakMyUbuntu03:16
wezzer-there is a howto for upgrading firefox03:16
pmfpCaPS_: check wiki-plicki03:16
CaPS_ogra, that sounds encouraging03:16
CaPS_;-)03:16
ograhehe03:16
=== paulproteus [~paulprote@203.101.1.249] has joined #ubuntu
Ranwhats wrong with firefox 1.0 that is not on official repository?03:16
ograCaPS_: from last week (one of my favs):03:16
ogra[04:21:47]  <findme> this is a big crowd here03:17
ogra[04:21:53]  <findme> have all gentoo users moved here ?03:17
ograhehe03:17
odohaha03:17
CaPS_:P03:17
pmfpRan: A release version only recieves security updates until the next release distribution is ready03:17
odoActually, I did use Gentoo before :)03:17
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-3-177.w83-112.abo.wanadoo.fr] has joined #ubuntu
pmfpRan: to maintain stability and security03:17
odoBut I found out that Gentoo in a laptop is insane :)03:17
CaPS_ogra, Gentoo is nice. It just takes your firstborn and then a few years of your own life to deal with it ;-)03:17
=== ogra thinks gentoo is something for lonesome ppl that love to look at compiler massages......
pmfphar har, we bad arses modify the LFS and rolls our own distro03:18
odoI still run Gentoo on my fileserver but I'm considerring moving back to Debian when sarge is released as stable03:18
occyogra heh03:18
ograodo: why not ubuntu ?03:19
occyogra any ability to install via network or something with ubuntu?03:19
Ranpmfp: When next Ubuntu verion is ready, will you have to update using the CD of you could be able to update just using the package manager?03:19
pmfpanybody working on a gtk-fb interface for the installer?03:19
ograoccy: i think you have to have a netboot capable NIC for that.....there is a doc: http://archive.ubuntulinux.org/ubuntu/dists/warty/main/installer-i386/current/doc/manual/en/index.html03:19
pmfpRan: you can just use the package manager. In fact, I just did... downloaded ~500 MB03:20
Gaarutohi all03:20
wezzer-hello03:20
odoogra: ubuntu is made desktops in mind...I don't see how ubuntu would be better in a server than debian03:20
pmfpRan: or combine them, use the package manager to upgrade with the packages found on cd and net03:20
Ranpmfp: What version did you have and what version do you have now? (sorry for my English)03:20
=== zverj [~z@195.13.243.151] has joined #ubuntu
pmfpRan: Warty -> Hoary03:21
ograodo: thats a wrong assumption, ubuntu is for servers and desktops as well, do a custom install03:21
pmfpRan: where are you from?03:21
zverjhello. can someone help me with nfs server setup? i run nfs-common and nfs-kernel server but client says server is down03:21
Ranpmfp: Argentina03:21
ograodo: ubuntulinux.org runs on ubuntu for example.....and it is hit by a heavy userbase03:21
pmfpRan: puedo hablar un poco espaol, pero no muy bien..03:22
=== NickGray [~NickGray@61.11.19.118] has left #ubuntu []
Ranpmfp: de donde sos?03:22
pmfpbronson: suecia03:22
pmfpooops03:22
pmfpRan: Suecia03:22
=== ubuntu [~leafless@ottawa-hs-209-217-75-43.d-ip.magma.ca] has joined #ubuntu
ograRan: you can upgrade your ubuntu the next ten years with just the apt-get dist-upgrade command, thats the advantage of apt, nothing breaks ;)03:22
=== teuf [teuf@d80-170-47-225.cust.tele2.fr] has joined #ubuntu
odoogra: well, I have to think about it but I still think that I'll keep ubuntu in desktop use for now :)03:23
Ranogra: Ubuntu is pretty new, how come do you know if will be alive in 10 years?03:23
occyogra as long as you stick to stable :)03:23
occyRan Ubuntu is based on Debian which has been around for eons03:23
RanNo flame intented, but I saw a lot of movement in linux distros lately03:24
ubuntuIt worked like a charm ogra: just added the two modules to blacklist, no more error mesage!03:24
ograRan: occy is right.... you have to stick to stable indeed.... i just belive in ubuntu and am willing to give it my energy for the next ten years ;)03:24
zverjhello. can someone help me with nfs server setup? i run nfs-common and nfs-kernel server but client says server is down03:24
ograubuntu: ;)03:24
RanConectiva was a major hit here in Southamerica and doesn't exist now (at least is not used anymore)03:25
Lathiatzverj: have you setup /etc/exports?03:25
ograRan: and as i think there are oters thinking the same, it will......03:25
zverjLathiat, yes03:25
abellihi all...03:25
Lathiatzverj: did you restart the server after doing so?03:25
occyRan Of course, as I always say, "Triple your money back if you aren't 100% satisfied."[tm] 03:25
zverjLathiat, yes03:25
ograRan: ubuntu has a big backing by debian developers.....03:25
Lathiatzverj: do you have a fiewall?03:25
zverjLathiat, nope03:26
abellithe installer is stuck at 36% [istalling core packages] ... does someone know something about known issues?03:26
Lathiat*fire03:26
Lathiatzverj: is portmap installed03:26
RanRedHat quit desktop (ok, there is Fedora now). Corel was big player here also, now disapeared.03:26
zverjLathiat, nope03:26
Lathiatzverj: needs to be :)03:26
=== NickGray [~NickGray@61.11.19.118] has joined #ubuntu
ubuntuI have another error mesage: address space collision on region 8 of bridge?03:26
occyRan Corel never was a big player.03:26
ograzverj: there is a howto in the wiki, how to adjust the portmap setup for nfs03:26
=== johane [~johan@h202n8c1o255.bredband.skanova.com] has joined #ubuntu
zverjLathiat, oh sorry, is03:27
NickGrayis there any way to do a "Yes to All" to an mget command in FTP?03:27
occyslackware, debian, redhat, those things are all still around.03:27
occyand won't go away03:27
Lathiatzverj: see the howto mentioned03:27
=== jayeola [~jayeola@dsl-80-42-89-132.access.uk.tiscali.com] has joined #ubuntu
occyanyhoo03:27
LathiatNickGray: which ftp client03:27
RanCorel in Argentina was important, most stores sold computers with Corel Linux pre installed. To avoid paying MS fee.03:27
occyRan, wrong channel to debate such things.03:27
zverjLathiat, thanks03:27
NickGrayI'm using the FTP command in the shell.03:27
Lathiat#pihilosophy :)03:27
Lathiatzverj: if its still not working03:28
Lathiatzverj: let us know, also might wanna check syslog03:28
Lathiatzverj: make sure your /etc/exports was formatted right, etc03:28
Ranoccy: Sorry, wont talk about it.03:28
ograNickGray: look in the help for prom03:28
occyRan no worries mate03:28
NickGrayok03:28
=== e-Jah [~ejah@dyn-83-157-253-115.ppp.tiscali.fr] has joined #ubuntu
NickGraythanks ogra, I'll try that03:28
ograNickGray: switches prompting off afair03:28
=== occy wonders if crimsun is awake yet or not.
=== darkling [~hugo@82-69-92-84.dsl.in-addr.zen.co.uk] has joined #ubuntu
occyman, what a bummer about my CD.03:29
occybbiab03:29
e-Jahho connection problem, excuse me if you received my precedent message, but i will resay it :)03:30
e-Jahjiyuu0: are you here please ? to propose you to add something to the ubuntuguide :)03:30
ograLathiat: portmap is installed by default, else fam would not work, but external access is disabled03:31
CaPS_ogra: I tried looking for a howto on those links you gave me earlier, but no success... Any hints as how to get alsa up and running ("The Ubuntu Way"?,  I'd prefer not to mess with the system myself, but rather use the tools available :P )03:31
ograCaPS_: you only need to load the right modules....tats enough in ubuntu...but sometimes the sound gets blocked by other modules....is this a laptop ?03:32
CaPS_nope03:32
CaPS_afaik, it's not even exotic hardware :)03:33
ograCaPS_: what kind of soundcard ?03:33
=== CaPS_ frantically tries to remember the name
=== jayeola [~jayeola@dsl-80-42-89-132.access.uk.tiscali.com] has left #ubuntu []
ograCaPS_: lspci03:33
CaPS_hold on03:33
CaPS_oh dear03:33
CaPS_2.6.7 on gentoo thought it'd be ok if it crashed every once in a while. 2.6.8 thinks it doesn't recognize my soundcard03:34
CaPS_bugger all03:34
ograCaPS_: look with lspci03:34
CaPS_yes, I did03:34
CaPS_0000:02:0c.0 Multimedia audio controller: Aval Nagasaki Corporation: Unknown device 5880 (rev 02)03:34
CaPS_:)03:34
ograugh03:35
CaPS_hold on, I'll find the name in the old gentoo config03:35
CaPS_ensonic 1371 chipset03:36
CaPS_the realtek 8139's of the sound world :P03:36
=== ubuntu [~leafless@ottawa-hs-209-217-75-43.d-ip.magma.ca] has left #ubuntu []
=== zenwhen [~zenwhen@host-66-20-101-195.bgk.bellsouth.net] has joined #ubuntu
ograCaPS_: the right module is snd-ens137103:37
ograCaPS_: look if its loaded03:37
CaPS_it's not according to lsmod.03:37
ograCaPS_: load it ;)03:37
CaPS_ok, now loaded. no errors.. Let's see what rhythmbox has to say to that03:38
=== mupe_ [joonas@dsl-roigw3h66.dial.inet.fi] has joined #ubuntu
ograCaPS_: you probably also need snd-mixer-oss03:38
CaPS_I modprobe'd it03:38
=== zenwhen [zenwhen@h-67-102-63-103.phlapafg.covad.net] has joined #ubuntu
ograCaPS_: and esd may not be running if it wasnt loaded on gnome start03:39
=== zenwhen_ [~zenwhen@host-66-20-101-195.bgk.bellsouth.net] has joined #ubuntu
CaPS_/dev/dsp: No such file or directory03:39
CaPS_:/03:39
=== _guMuTpoB [~joshua@node-51-225.jambolnet.com] has joined #ubuntu
CaPS_(when running esd on the terminal)03:39
ograCaPS_: try snd-pcm-oss03:40
CaPS_same03:40
=== wezzer- [~wezzer@ZMKDCCXLI.dsl.saunalahti.fi] has joined #ubuntu
_guMuTpoBpls I need some help getting my ISA card run on Ubuntu03:41
ograCaPS_: hmm.... cound you post the output of: lsmod|grep snd          to #flood03:41
CaPS_I'll pastebin it03:42
ograk03:42
=== krischan [AFALADA@p508869B6.dip0.t-ipconnect.de] has joined #ubuntu
CaPS_http://pastebin.com/13445103:42
_guMuTpoBpls somebody help me get my ISA Yahama 719 audio card run on Ubuntu03:43
ograCaPS_: looks absolutely ok.....03:43
CaPS_ogra: Rhythmbox is saying.. (hold on)..03:44
ograCaPS_: try adding snd-ens1371 to /etc/modules and rebott, probably the load order is wrong, so let hotplug care03:44
=== paulproteus [~paulprote@203.101.3.218] has joined #ubuntu
CaPS_couldn't open resource for writing03:44
CaPS_couldn't pause play back03:44
ACIDnetwhats the command to mount a windows share using a different username to the one your loged in on???03:45
CaPS_ok, I'll try that ogra03:46
ograCaPS_: RB is missing the esd backend ;)03:46
CaPS_ogra: that's a horrible error message then03:46
CaPS_;-)03:46
ograCaPS_: heh03:46
CaPS_ogra: does it matter where I put this snd-es1371 in that file? top/bottom?03:47
=== albator [~albator@lafilaire-1-82-66-81-88.fbx.proxad.net] has joined #ubuntu
albatorhi there03:47
ograCaPS_: nope... hotplug should care for the right order03:47
CaPS_should I run anything after touching this file?03:47
albatori've a problem with nforce3 chipset03:47
ograCaPS_: nope, just add the module name to the end03:48
CaPS_ok03:48
CaPS_be back in a bit03:48
=== hile [hile@hack.fi] has joined #ubuntu
_guMuTpoBpls somebody tell me how to set up my ubuntu use isa audio card03:49
ogra_guMuTpoB: this card needs the snd-opl3sa2 module i think....03:50
ogra_guMuTpoB: as its isa, you will need to specify a lot of options i guess.....03:51
zenwhenhey ogra03:51
Kamionpmfp: gtk-fb installer> yes, I am, in the background03:51
paulproteusogra: "Usually" you can get by with no options.03:51
zenwhenYou know much about sound issues?03:51
paulproteusalbator: Feel free to talk about it more.03:51
_guMuTpoBwhatever is neccessary03:51
zenwhenalbator here is having a serious one.03:51
=== gustavor [~gustavo@cnet-cable-189-84-77.canbrasnet.com.br] has joined #ubuntu
albatoryeah03:52
_guMuTpoBjust tell me how or a resource where to get the info03:52
albator:03:52
ograso everybody with a sound issue align in a row please ;)03:52
=== shebroman [~shebroman@adsl-67-65-9-82.dsl.austtx.swbell.net] has joined #ubuntu
paulproteusalbator: I seem to not have successfully received your message.  Might be an encodings issue.03:52
ogra_guMuTpoB: modinfo snd-opl3sa2 will show you all possible options03:53
albatorlol i've typed the accentuated "a"03:53
albator(i'm french)03:53
ograpaulproteus: even with isa ?03:53
paulproteusogra: "Often", at least, if not "usually". :)03:53
ograheh03:53
_guMuTpoByeah i see alot of stuff here i got no idea whats for ;)03:54
albatornobody has nforce3 chipset ?03:54
shebromancan anyone explain why my eth1 (wireless) connection shows a signal strength of 40% ?03:54
_guMuTpoBand how should i use this info, im a newbie :(03:54
ogra_guMuTpoB: i guess you will need to specify the right port, irq and dma settings for basic sound03:54
ogra_guMuTpoB: do you know which values this card uses normally ?03:55
_guMuTpoBi can acuire them03:55
_guMuTpoBfrom my winboze system03:56
albatorfrom the boot sequence too i think03:56
ogra_guMuTpoB: ok, do this.... write them down and then come back....03:56
_guMuTpoBok03:56
_guMuTpoBill do :)03:56
ogra_guMuTpoB: isa is always a bit tricky03:56
paulproteusogra: (Have him try without first.)03:56
_guMuTpoBdo you use icq ?03:56
=== agenteo [~agenteo@84.222.61.146] has joined #ubuntu
shebromanslow wifi03:57
ogra_guMuTpoB: paulproteus is right...03:57
ogra_guMuTpoB: just try: modprobe snd-opl3sa203:57
_guMuTpoBok03:57
ogra_guMuTpoB: in a root terminal03:57
ogra_guMuTpoB: and see what happens03:57
albatorseems that everybody is in trouble with sound03:57
albatorlol03:57
=== agenteo [~agenteo@84.222.61.146] has left #ubuntu ["Leaving"]
ograalbator: that indicates everything else is working fine, isnt that great ? ;)03:58
shebromanwireless eth1 slow ....whats up with that?03:58
albatoroh it is03:58
zenwhenProtip: Buy an OEM SB Audigy :)03:58
albatoreverything is going well for me too03:58
albatorbut still no sound03:58
albator:x03:58
zenwhenCreative cards in Linux are great.03:58
HcEaudigy 2 also?03:59
zenwhenI suppose.03:59
albatoryeah audigy 2 works too03:59
zenwhenBut the Audigy is cheaper.03:59
zenwhen:P03:59
=== ctr [~ctr@user-2948.l3.c1.dsl.pol.co.uk] has joined #ubuntu
albatori've seen it working03:59
zenwhenI really dont need 24 bit sound with mp3s03:59
=== atariboy [~atari@203.142.136.122] has joined #ubuntu
=== Stuttergart [~Stutterga@www.nathanvalentine.org] has joined #ubuntu
albatori just need sound04:00
albator:x04:00
HcEhehe04:00
HcEdon't have onboard?04:00
zenwhenhe does04:00
shebromani guess around here you really got to wait your turn HAh ?04:00
zenwhenbut it wont work04:00
zenwhenalbator, whats the model of your motherboard04:00
albatorit's in a barebone04:00
albatorSoltek Qbic04:00
zenwhenIll research ti for you. Ive nothing better to do.04:00
_guMuTpoBwell nothing happened04:00
HcEwhat does lspci say about Multimedia?04:01
albatori've already tried everything i've found by google04:01
paulproteus_guMuTpoB: 'dmesg' also says nothing happened?04:01
zenwhenalbator,04:01
albatoryou want me to paste lscpi ?04:01
zenwhenis there a model number04:01
=== nde [~node@node500.demon.nl] has joined #ubuntu
zenwhenalong with the Qbic04:01
zenwhenalbator,04:01
zenwhenno no no04:01
ograalbator: yep, in #flood please04:01
albatoryes zenwhen04:01
albatorhold on04:01
ndehell04:01
zenwhenyeah there04:01
ndeerm..hello04:02
albatorEQ-3801A04:02
albatornforce 3 250Gb04:02
=== aigarius [~aigarius@62.85.88.242] has joined #ubuntu
=== philipss [~phil@lns-vlq-33-ren-82-253-224-54.adsl.proxad.net] has joined #ubuntu
=== atariboy [~atari@203.142.136.122] has joined #ubuntu
philipsshello04:03
albatorphilipss, french spotted ^04:03
philipss:)04:03
ograalbator: join #flood..... and paste the whole output there04:03
ndeany dutch ppl around ?04:03
stvnnde: yep04:03
stvnnde: in #ubuntu-nl04:03
ndethx04:04
=== CaPS_ [~mathieu@a184148.upc-a.chello.nl] has joined #ubuntu
philipssi've got some problems with Xorg/nvidia-glx under a mixed warty/hoary (apt-pinned) .. Basically Xorg doesn't find the glx module, though nvidia-glx is installed. xserver-xfree86 is removed. Any idea ?04:05
albatorogra, done04:05
ograyup, seen it04:05
CaPS_orga: rebooted, didn't work. Pulled open my machine, changed PCI slots, booted.. worked fine. Must've gotten loose while I moved it yesterday.04:05
ographilipss: you shouldnt mix04:05
albator+104:06
albatormix is not safe04:06
philipssyeah but i configured priorities in my apt preferences file04:06
albatori've just added sarge sources, no need to mix04:07
albatordangerous i think04:07
ndehmm, seems ubuntu is pretty popular eh ? :)04:07
philipssi don't think my nvidia/xorg pb is related to the mix04:07
albatori dont think too04:07
ographilipss: may be, but who sould help you with such a setup.....if nobody knows which package may be wrong or with wrong deps04:07
HcEalbator: modprobe snd-cmipci04:07
HcEalbator: I would think supports your chop04:07
ograalbator: HcE is right04:08
albatori've deleted him to load nvsound04:08
albator:x04:08
HcEs/chop/chip/04:08
philipssogra: i can supply dpkg -l output ;)04:08
albatorand it was loaded since i've installed ubuntu but there was no sound04:08
albatordefault installation load snd-cmipci04:09
HcEand add it to /etc/modules04:09
zenwhenIt should have been working... thats the odd thing. Every person I can find who had that chip said it worked by default.04:09
zenwhenIn Ubuntu. :/04:09
albatoradd what ? cmipci ?04:09
albatorargh04:10
ograalbator: snd-cmipci04:10
philipssso nobody wants to help me ? :(04:10
zenwhenAre you using digital out?04:10
albatoranyone can send me warty snd-cmipci.so ?04:10
albatornope04:10
albatorclassic sound output04:10
zenwhenphilipss, \04:10
ographilipss: please do a full upgrade or stick with stable.....04:10
zenwhen#1, it is broken right now. You either run hoary or you dont run hoary's xorg. #2 Mixing the two isnt supported.04:11
Kamionoccy: current daily confirmed broken, bug #4958 reopened again04:11
philipssi'd like to, but i heard that instable in ubuntu world is not like unstable in debian world :)04:11
zenwhenIt works fine for most people.04:12
zenwhenThe only people who talk about it ae the ones having issues.04:12
ographilipss: thats why you should stick with stable....xorg looks exactly the same as xfree, you dont gain anything with the mix04:12
albatori dont have snd-cmipci anymore04:13
philipsswell, maybe in fact ... i'll reinstall xserver-xfree8604:13
albatordeleted it04:13
ographilipss: not sure if that works, but try it04:13
ograalbator: you deleted the module ?04:13
albatoryep04:13
albator(i know its bad)04:13
ograargh, why ?04:14
=== _guMuTpoB [~joshua@node-51-225.jambolnet.com] has joined #ubuntu
albatorbecause it was loading instead of nvsound04:14
ogra_guMuTpoB: and ?04:14
_guMuTpoBand it works :)04:14
ograalbator: so you should have blacklisted it04:14
=== darren [~darren@host81-153-31-8.range81-153.btcentralplus.com] has joined #ubuntu
ogra_guMuTpoB: YAY04:14
_guMuTpoB:))04:14
_guMuTpoBty04:14
ogra:)04:14
_guMuTpoBnow have to install some mp3 player04:14
=== imcsk8 [~imcsk8@201.129.166.182] has joined #ubuntu
paulproteusUm, is 'nvsound' OSS?  'Cause that's deprecated.04:15
albatoryes it's OSS04:15
ogra_guMuTpoB: there already is one, you only need the codec....04:15
albatori've killed alsa too04:15
albatorand ESD04:15
albatori've tryed so much things04:15
ogra_guMuTpoB: http://www.ubuntulinux.org/wiki/RestrictedFormats04:15
ogra_guMuTpoB: look for gstreamer mad04:15
=== shebroman [~shebroman@adsl-67-65-9-82.dsl.austtx.swbell.net] has left #ubuntu []
=== shebroman [~shebroman@adsl-67-65-9-82.dsl.austtx.swbell.net] has joined #ubuntu
CaPS_hah04:16
=== Nominus [hanzo@2001:5c0:8fff:fffe:0:0:0:1175] has joined #ubuntu
CaPS_ogra: worked out. pci card got loose in it's slot.04:16
CaPS_Working like a charm now04:16
_guMuTpoBok one more question is it normal to have oss and alsa running at the same time ?04:17
ograhehe....HW probs, lol04:17
philipssok xfree reinstalled :/04:17
ogra_guMuTpoB: you mean snd-pcm-oss ?04:17
ogra_guMuTpoB: and the mixer ?04:17
_guMuTpoBin mixer i see oss and alsa04:17
paulproteus_guMuTpoB: You should use the ALSA mixer.04:18
ogra_guMuTpoB: thats for app compatibility, it will go away eventually....04:18
paulproteusIt's more complete.04:18
albatordont understand anything at all this sound stuff now... :(04:18
ogra_guMuTpoB: some apps still require oss, so alsa emulates it04:18
_guMuTpoBic04:18
ogra_guMuTpoB: if the apps are updated it will get dropped completely04:19
=== shebroman [~shebroman@adsl-67-65-9-82.dsl.austtx.swbell.net] has left #ubuntu []
albatorso what can i do to have sound working ?04:22
albatormaybe reinstall ubuntu ?04:22
=== drelch [~drelch@p50916E73.dip.t-dialin.net] has joined #ubuntu
drelchhi04:22
albatorhi04:23
ograalbator: look which linux-image package you have installed......04:23
CaPS_What's a good RSS reader for Gnome?04:23
ograalbator: then reinstall it with synaptic (there is a explicit reinstall option iirc)04:23
albatorthat's easy04:24
ograCaPS_: i like liferea04:24
albatoralready done04:24
ograalbator: look if the module exists again04:24
albator2.6.8.1-4-68604:24
drelchi've got a little question towards nautilus: my nautilus is really naked :) I've got no adressbar and no treestructure and such other stuff. only my browsewindow is shown. but i coulnd't find any settings to activate these things. does anybody know where i can activate these things?04:24
ogradrelch: right klick on a folder, select browse04:25
drelchwell ok and then?04:25
drelchah ok :)04:25
paulproteusogra: I suggest rm -rf-ing /lib/modules/his-kernel/ before doing reinstall.04:26
paulproteusIf he has extra modules lying around.04:26
ograpaulproteus: reinstall should just unpack the package again....04:26
=== magnon [~magnon@cD9088834.sdsl.catch.no] has joined #ubuntu
zenwhenComputer > Desktop Preferences > File Management > Behaviour > Put a check in "Always open in browser Windows"04:26
albatorogra, done, i reboot now brb04:26
ograpaulproteus: extra modules ?04:26
drelchah ok great :) thank you a lot04:27
ograpaulproteus: did i miss this ?04:27
zenwhenno problem04:27
=== ogra thinks using browse mode is lame
=== ogra ducks
=== CaPS_ hands drelch a trout
CaPS_It must be done.04:28
=== GenghisKhan [~daniel@80-26-158-123.adsl.nuria.telefonica-data.net] has joined #ubuntu
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-3-177.w83-112.abo.wanadoo.fr] has joined #ubuntu
paulproteusogra: nothing, never mind.04:28
paulproteusI'm making things up because I'm not paying attention.04:29
ograpaulproteus: lets see how he comes back.....04:29
=== GenghisKhan [~daniel@80-26-158-123.adsl.nuria.telefonica-data.net] has left #ubuntu ["Kopete]
=== albator [~albator@lafilaire-1-82-66-81-88.fbx.proxad.net] has joined #ubuntu
albatorre04:29
albatorok now i'm back with CMIPCI stuff04:30
ograwith or whithout sound ?04:30
albatorstill without04:30
ograalbator: but CMIPCI is loaded ?04:30
albatoryep04:30
albatorwant me to paste lsmod ?04:31
ograalbator: post the output of: lsmod|grep snd            in #flood04:31
albatordone04:32
=== GenghisKhan [~daniel@80.26.158.123] has joined #ubuntu
ograthats all ?04:32
albatoryep04:32
albatornothing more04:32
albatornever04:32
ograsnd-pcm-oss and snd-mixer-oss are missing04:32
albatoroh ?04:33
albatorok modprobe done for both04:33
=== Fergy2 [~Fergy@a82-92-232-156.adsl.xs4all.nl] has joined #ubuntu
GenghisKhanhello, anyone has tested kde with ubuntu?04:33
ograalbator: add them to /etc/modules04:33
albatorok04:34
ograGenghisKhan: http://www.ubuntulinux.org/wiki/Kubuntu/04:34
albatorogra, done04:34
GenghisKhanogra: yes i know kubunto04:34
huttananyone know of a good program to assign mouskeys ?04:35
albatorbut it's the same if i modprobe them now non ?04:35
GenghisKhanogra: i mean kde with the warty release, how well it is shipped?04:35
ograalbator: not sure, hotplug cares for the load order on boot.....04:35
albatorso i rebbot04:35
albatorand then we'll see04:35
RiddellGenghisKhan: universe contains KDE 3.204:35
ograGenghisKhan: dunno, i dont touch QT stuff04:35
ograGenghisKhan: but Riddell is your man04:36
GenghisKhani want to change to ubuntu, but i use kde04:36
HcEtry using Gnome 2.8 too?04:36
HcE=)04:36
albatoroh yeah04:36
albatori was using KDE for years04:36
RiddellGenghisKhan: I recommend installing ubuntu then insalling KDE 3.3 from hoary04:36
albatornow i'm a gnome user04:36
albator:D04:36
=== maximaus [~max@user-37kac1c.dialup.mindspring.com] has joined #ubuntu
GenghisKhanok. thanks riddell04:37
GenghisKhani hope that it comes configured similar to the one in sarge04:37
ograRiddell: be careful with distro mixing....... it will likely break other stuff if youre not a pinning expert04:37
Riddellogra: in all my years of doing such I've never had any problems04:38
ograRiddell: with ubuntu ?04:38
GenghisKhanim happy with kde 3.2 is the one i'm using04:38
ograRiddell: there are many differences between warty and hoary.... and mixing is not supported at all04:39
=== Friczy [~gandalf@235.132-182-adsl-pool.axelero.hu] has joined #ubuntu
Riddellogra: it doesn't cause any problems, it will upgrade any package that needs an upgrade, as long as the packages are made properly there's no reason it should go wrong04:40
Riddellit's when you want to downgrade that's the problem04:40
ograRiddell: i dont talk about kde, its the lower level where you will get breakages.... the official advise from mdz and jdub is either do a full upgrade or stick with warty... if aou are unhappy with hoary, reinstall04:40
Riddellpah, they know nothing :)04:41
ograRiddell: lol04:41
=== zerok [~zerok@zerok.support.phpbb] has joined #ubuntu
zerokhi :-)04:43
=== Stuttergart [~Stutterga@nathanvalentine.org] has joined #ubuntu
zerokshort question: what filesystems does the installer support? XFS?04:44
=== kent [~madhawks@82.145.136.74] has joined #ubuntu
ograzerok: not for / (officially)04:45
zerok:-(04:45
ograzerok: but:04:45
ograogra@monkey:~ $ mount04:45
ogra/dev/hda5 on / type xfs (rw)04:45
=== albator [~albator@lafilaire-1-82-66-81-88.fbx.proxad.net] has joined #ubuntu
albator:(04:46
zerokogra, well, i wanted to use it on my laptop where i only have one partition for linux :-)04:46
ograzerok: grub will hang on installation with xfs as /04:47
zerokogra, is there perhaps also lilo?04:47
ograzerok: and you will nedd a swap partition indeed04:47
=== linux_mafia [~maxb@222-152-106-30.jetstream.xtra.co.nz] has joined #ubuntu
zerokogra, yeah, forgot that :-)04:47
ograzerok: there is, but there is also a workaround ......04:47
zerokogra, i currently have gentoo on this machine with reiser404:47
ograzerok: redhat runs grub twice.....that shall work around it....04:48
ograzerok: it may or may not work....04:48
ograzerok: for me it did :)04:48
zerokogra, tnx :-) i will give it a try tonight. if it doesn't work out it shouldn't be a problem anyway :-)04:49
albatorogra, it is exactly like before : mute04:49
ograalbator: how does the mixer behave if you try to use it ?04:50
albatorhow i use it ?04:50
ograalbator: right click the mixer applet.....04:50
ograalbator: and open the volume control04:51
albatoreverything is in highest value04:52
ograalbator: any checkboxes checked ?04:52
ograalbator: mute i mean....04:52
albatormute is uncheked everywhere04:52
albatoreverything else is checked04:53
ograalbator: in both mixer tavs ?04:53
ogratabs04:53
albatordon't have tabs04:53
=== Badcel [~Badcel@p5086ED26.dip0.t-ipconnect.de] has joined #ubuntu
albatorjust columns04:53
ograalbator: what does the title say, there should be two tabs normally, one alsa mixer and one oss mixer04:54
albatorit only says "volume control"04:55
albatorPCM is lower value04:55
albatorand Synth too04:55
albatorwhen i change settings there are not saved04:55
albatoro_O04:55
=== KreaCH [BieZt@g81073.upc-g.chello.nl] has joined #ubuntu
ograalbator: ahem, are you using hoary ?04:56
albatorno04:56
albatorwarty04:56
ograalbator: hmm....04:56
=== pitti [~martin@195.227.105.180] has joined #ubuntu
KreaCHhi, i have an old pc (new for me) and i want to give it internet connection, but i'm not allowed to plug it in the router downstairs which is the best solution to split my connection in 2 ?04:57
HcEKreaCH: switch, or you could use to NICs in one machine and set up iptables04:58
HcEor a network bridge04:58
ograalbator: it should look like that: www.grawert.net/mixer_shot.png04:59
albatori have the same window04:59
albatorwithout tabs04:59
ograalbator: else either the alsa or the oss mixer are missing04:59
ograalbator: but you need both05:00
=== Nominus [hanzo@2001:5c0:8fff:fffe:0:0:0:1175] has joined #ubuntu
=== marjorie [~marjorie@81-178-238-18.dsl.pipex.com] has joined #ubuntu
=== anir [~anir@203.212.246.254] has joined #ubuntu
=== nakee [~elylevy@grok.cs.huji.ac.il] has joined #ubuntu
nakeewarty is stable or unstable?05:00
albatorstable05:00
ogranakee: stable05:01
=== seb128 [~seb128@ANancy-151-1-51-9.w83-196.abo.wanadoo.fr] has joined #ubuntu
marjorieanother day another install...05:01
albatorseb128, french spotted again ^^05:01
=== paulproteus [~paulprote@203.101.3.20] has joined #ubuntu
ogranakee: boring stable ;)05:01
marjoriethis time a compaq p4 lappy05:01
nakeewhere can I download the unstable from?05:02
seb128albator: ?05:02
nakeeall the links in the site are to the stable05:02
ogramarjorie: probably some help: https://www.ubuntulinux.org/wiki/HardwareSupportMachinesLaptops05:02
ogranakee: install stable and upgrade05:02
albatorseb128, wanadoo.fr so you're french (i'm too)05:02
nakeeogra ha thanks:)05:02
seb128oh ok05:02
ogranakee: but be warned, unstable _means_ unstable05:02
seb128albator: FYI  there is a #ubuntu-fr05:03
ogranakee: its not debian sid !05:03
albatorseb128, thanks05:03
nakeeogra I need to work on the platform that would be the next release05:03
ogranakee: seb128 breaks it all the time ;-P05:03
seb128ah ah05:04
=== ogra ducks
ogranakee: indeed he also fixes it with much beauty......05:04
albatori'm going to reinstall all this stuff05:05
albatorand then if i still have no sound05:05
nakeeogra how far away is next release?05:05
=== grepper [~ben@HSE-Ottawa-ppp161643.sympatico.ca] has joined #ubuntu
=== mvo__ [~Michael@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu
ogranakee: april05:05
greppermorning05:05
albatori throw this f**** computer through the window05:05
anirhi all05:05
anirhow are you gyys05:05
anirguys05:05
ograhttp://www.ubuntulinux.org/wiki/HoaryReleaseSchedule05:05
grepperanyone know how to update the menu system after adding a new desktop file to /usr/share/applications ?05:05
grepper(aside from logging out and in)05:06
ogragrepper: kill the panel05:06
zerokgrepper, killall gnome-panel && gnome-panel05:06
zeroktoo slow *g*05:06
grepperzerok, tried that already05:06
ograzerok: add a & in the end05:06
nakeeogra I'm going to try to get hebrew support into it by then, i'm just afriad that if I work on stable I would need to report everything to horay05:06
=== KreaCH [BieZt@g81073.upc-g.chello.nl] has left #ubuntu []
grepperit reloaded but didn't add it05:06
zerokogra, i always do this i gmrun or something like that *g*05:06
nakeehoary even05:06
linux_mafiagrepper, you on hoary?05:07
Kamionnakee: have you tried the current installer? Hebrew should work reasonably well ...05:07
grepperoh, wait . . .05:07
ogranakee: you probably should contact sivang if he is around.....05:07
=== Speirs [Speirs@ip54529abf.speed.planet.nl] has joined #ubuntu
=== paulproteu1 [~paulprote@203.101.1.112] has joined #ubuntu
ndeShouldn't I be able to login on localhost:901 after I've apt-get install swat ?05:08
=== carlos [~carlos@82.152.42.242] has joined #ubuntu
albatorwith apache running yes05:08
albatori guess05:08
nakeeogra what is his job?he is the one responsible for localizations?05:08
ndeit is05:08
ndei keep getting connection refuser05:08
albatoron port 80 ?05:08
ogranakee: he makes some hebrew stuff iirc05:08
ndeapache is on 80 yes05:08
=== cyrus-tc [~cyrus-tc@pD9E315EA.dip.t-dialin.net] has joined #ubuntu
ndeswat on 90105:09
nakeeok thanks05:09
=== MoNDaRiZ [~MoNDo@11.Red-213-98-32.pooles.rima-tde.net] has joined #ubuntu
albatorso it wont help on 90105:09
nde?05:09
albatorapache is doing http on port 8005:09
albatornot 90105:09
albatorbut i dont know swat05:09
ndei know05:09
albatorso i cant help05:09
albatorsorry05:09
nde:/05:09
=== Perdition [Perdition@69-172-175-135.atlsfl.adelphia.net] has joined #ubuntu
=== Perdition [Perdition@69-172-175-135.atlsfl.adelphia.net] has left #ubuntu []
anirhow can i watch tv on ubuntu05:10
albatortv suxx ^^05:10
=== flipp [flipp@dhcp-162-82.cable.infonet.ee] has joined #ubuntu
ndeslide a live-cd underneath ur tv-set :P05:10
=== marjorie [~marjorie@81-178-238-18.dsl.pipex.com] has joined #ubuntu
aniralbator why??05:11
anirif u cant give a good solution...better shut up05:12
=== Nonphasis [~ville@a81-197-192-150.elisa-laajakaista.fi] has joined #ubuntu
Nonphasisdoesn't ubuntu have rc.local?05:12
=== joh_ [~joh@51.80-203-17.nextgentel.com] has joined #ubuntu
=== gwildor [~gwildor@adsl-68-73-202-7.dsl.sfldmi.ameritech.net] has joined #ubuntu
ograNonphasis: look for bootmisc.sh05:12
Nonphasisk05:13
=== Nominus [hanzo@2001:5c0:8fff:fffe:0:0:0:1175] has joined #ubuntu
=== aigarius [~aigarius@62.85.88.242] has joined #ubuntu
Nonphasishmm, i wonder whether that file is "owned" by the system in a manner that it will be overwritten on some update...05:14
albatoranir you dont understand humour ?05:14
ograNonphasis: nope.... it would ask you before it would do....debian/ubuntu is very polite there05:15
Nonphasisis this bootmisc run towards the beg or end of bootup?05:15
jonmastershttp://photos.jonmasters.org/canonical_conference_mataro_200405:16
NonphasisI need to run something after alsa drivers are loaded (after hotplug i think)05:16
jonmasters(finally uploaded those photos)05:16
jonmastersNot labelled everything yet. But meh.05:16
jonmasters:-)05:16
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-3-177.w83-112.abo.wanadoo.fr] has joined #ubuntu
greppernever mind, too early, I forgot to change a line in the desktop file and didn't notice there was a dup05:16
ograNonphasis: huh ?05:17
grepperactually didn't have to kill the panel even05:17
ograNonphasis: what ?05:17
greppermust use something fam'ish05:17
Nonphasiswell, I need to run some commands to get sound working in enemy territory05:17
=== GenghisKhan [~daniel@80.26.158.123] has left #ubuntu ["Kopete]
=== GenghisKhan [~daniel@80.26.158.123] has joined #ubuntu
ogragrepper: it does, but fam often hangs.... its crap....05:17
=== GenghisKhan [~daniel@80.26.158.123] has left #ubuntu ["Kopete]
=== asac [~alex@d071176.adsl.hansenet.de] has joined #ubuntu
ograNonphasis: ah. ok05:17
Nonphasisand I assume the commands only work when alsa is started ok05:18
ograNonphasis: i thought to get sound workin05:18
grepperok05:18
ograg05:18
=== vtg [~vtg@route6.alumina.nl] has joined #ubuntu
=== mlambie [~mlambie@dsl-202-72-151-181.wa.westnet.com.au] has joined #ubuntu
mlambieyoyoma!05:18
Nonphasisbtw, sounds used to work in ET as well but some alsa-drivers update or whatever broke it05:18
ograNonphasis: you could write a script and add it to the gnome session....05:18
Nonphasiswell, the script needs to be run as root05:18
grepperogra, is there a menu editor ?05:18
Nonphasisperhaps i could setuid it05:19
ogragrepper: nope.... open nautilus, press ctrl-L and type in: applications://05:19
ogragrepper: now create launchers with a right click05:19
grepperogra, cool thanks, just what I wanted.  I'm used to KDE and havn't used gnome much05:20
Nonphasis-rwsr-sr-x    1 root     ville         122 Nov 18 20:50 etsound05:23
Nonphasisshouldn't that already run as root when I run it as normal user?05:24
mjg59Nonphasis: Depends on whether or not it drops capabilities05:25
mjg59Oh, if it's a script it won't run as root05:25
mjg59linux doesn't support suid scripts05:25
Nonphasisdamn05:25
=== leonel [~leonel@201.135.44.108] has joined #ubuntu
Nonphasisi guess i need to run it at boot time then05:25
NonphasisI just hate looking up how to do it every time, because it's so rare...05:26
=== nde [~node@node500.demon.nl] has joined #ubuntu
Nonphasisassuming that bootmisc.sh is run early in the boot process05:27
=== marioch [~marioch@140.212.205.40] has joined #ubuntu
=== JDahl [~qwerty@ca-stmnca-cuda4-gen2p-64.vnnyca.adelphia.net] has joined #ubuntu
Nonphasiscan i specify a command that doesn't need password for sudoing?05:30
scizzoNonphasis: sudo -s -H05:31
scizzoNonphasis: type the pass...then you can do what ever05:31
=== KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu
=== KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu
=== KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu
=== KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu
=== KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu
Nonphasisbut i need to run it at start of gnome session automatically05:31
=== KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu
=== KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu
=== anto [~anto@203.130.197.108] has joined #ubuntu
Nonphasiskickban05:31
=== KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu
=== alindeman looks in
=== KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu
=== KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu
=== KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu
jonmasterslol05:32
ogramove him to flood :)05:32
=== ubuntu [~leafless@ottawa-hs-209-217-124-121.d-ip.magma.ca] has joined #ubuntu
=== CaPS_ [~mathieu@a184148.upc-a.chello.nl] has joined #ubuntu
zerokogra, something for bash.org ;-)05:34
ograheh05:34
ubuntuI've really messed up my desktop trying to customize it, is there an easy way to set it back to how it was when I first installed?05:35
Nonphasisubuntu: clean up your home directory?05:35
ubuntuI have to remove a .file05:36
CaPS_ogra, can I call upon you one more time? :)05:36
ograCaPS_: shoot :)05:36
zerokubuntu, rm -rf ~/.gnome* perhaps :-)05:36
Nonphasisubuntu: rm .gnome* might work05:36
ubuntuok I'll try05:37
Nonphasisubuntu: do it outside gnome so files wont be rewritten05:37
ograubuntu:05:37
Nonphasisubuntu: using failsafe terminal at login05:37
CaPS_ogra, trying to get my kmail email data into Evolution. I appear to have a maildir setup with kmail (many loose files). Cat'ing em into one big file doesn't make Evolution happy.. any suggestions on that one? :/05:37
ograprobably rm -rf ~/.gconf* too05:37
ubuntuthanks05:37
=== ubuntu [~leafless@ottawa-hs-209-217-124-121.d-ip.magma.ca] has left #ubuntu []
ograCaPS_: hmm, evo has a importer, dunno if it works with kmail mail05:38
CaPS_evo's importer is not happy with my catted file..05:38
ograCaPS_: there is some "first time flag" in the gconf editor if you want to force it.....05:38
CaPS_it's even so upset that it won't give me an error message.05:39
CaPS_:P05:39
ograCaPS_: did you try the pure maildir ?05:39
greppereboard seems a bit flaky05:39
CaPS_that won't work05:40
greppermaybe I should backport it to warty instead of using universe package05:40
ogragrepper: there are other gnuchess frontends.....05:40
=== Stuttergart [~Stutterga@www.nathanvalentine.org] has joined #ubuntu
grepperor maybe its just flaky :P05:40
CaPS_also, it won't even work when I select one of the maildir files :|05:40
CaPS_bah05:40
=== Kokey [~Kokey@201.137.168.75] has joined #ubuntu
grepperits prettier than xboard tho, I'm building this box for my 9 year old nephew05:41
grepperI think I may try "Knights"05:41
=== housetier [~housetier@dsl-082-082-062-087.arcor-ip.net] has joined #ubuntu
ograCaPS_: can you convert to  a single file in kmail ?05:44
=== mvo [~Michael@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu
=== marioch [~marioch@140.212.205.40] has left #ubuntu ["Client]
CaPS_I doubt it05:45
CaPS_involves rebooting back into Gentoo, too :)05:45
ograhmm...05:45
=== Count0 [~chatzilla@pD95F9EF7.dip.t-dialin.net] has joined #ubuntu
CaPS_but I suppose I'll try05:45
=== natea [~natea@CPE-69-76-3-240.mn.rr.com] has joined #ubuntu
Nonphasisupdate-rc.d sucks sucks sucks05:46
ograjust cattinng into a file surely wont work05:46
RanHELP!. After upgrading all packages, I lost ALL network conexion!. I am on another machine now. No ping, no ssh (in or out), anything works :(05:46
=== chapter3 [~kev@adsl-64-167-59-95.dsl.mtry01.pacbell.net] has joined #ubuntu
Count0Hi all, I try to evaluate Ubuntu using the live CD, but it fails booting: GRUB loading, please wait... Error 21 - Somebody who knows this?05:46
ograNonphasis: it is not supposed that you use it05:46
Count0BTW, md5sum is OK, image burnt twice, same result05:47
ograNonphasis: its a package manager backend05:47
Nonphasisogra, well, I don't really feel like creating the symlinks manually...05:47
=== Amaranth [~travis@amaranth.user] has joined #ubuntu
ograNonphasis: not for system administration05:47
chapter3i'm looking for information to be able to use my tv out port on my nvidia card05:47
Nonphasisperhaps I meant to say that sysvinit sucks :)05:47
Ranthe logs says something strange, after the reboot, instead of my hostname, I see localhost05:47
=== Nominus [~hanzo@2001:c20:ffff:2b:0:0:0:1541] has joined #ubuntu
ograNonphasis: adding and removing symlinks is the right way05:48
JDahlran, what does ifconfig tell you?05:48
=== Triple5|M [~Kanotix@pool-162-83-234-214.ny5030.east.verizon.net] has joined #ubuntu
CaPS_I'll reboot and see if that'll work05:48
Nonphasisogra, bootmisc.sh is probably run way too early in the boot so I need to create a "late" init script05:48
ograNonphasis: update-rc.d will overwrite all changes on next update05:48
ograNonphasis: and revert them .....05:48
Nonphasisogra, ouch05:49
ograNonphasis: what i said :) not for admin stuff05:49
RanJDahl: I will write it down and post it here. Please wait05:49
zeroksee you later :-)05:49
Nonphasisogra, but it doesn't revert manually created symlinks05:49
Nonphasis?05:49
ograNonphasis: exact05:49
JDahlran, just see if the info on eth0 looks sane for a start05:49
Nonphasisok05:49
Nonphasishmm, debian doesnt't seem to have chkconfig either05:50
=== sivang [~sivang@box79162.elkhouse.de] has joined #ubuntu
sivangnakee : ping05:50
JDahlI am not flamebaiting, but what is the big benefit of update-rc?05:51
ograNonphasis: hmm, debian isnt gentoo or redhat ;)05:51
=== Count0 [~chatzilla@pD95F9EF7.dip.t-dialin.net] has joined #ubuntu
=== f_favila|iBook [~f_favila@host-66-81-196-47.rev.o1.com] has joined #ubuntu
ograNonphasis: neither slack.....05:51
Nonphasisperhaps I should file a bug in bugzilla suggesting addition of rc.local that is run as the last thing in boot05:51
RanJDahl: looks fine, inet add 192.168.1.77 (manually asigned for my internal network), bcast 192.168.1.255 and netmask 255.255.255.005:51
KamionJDahl: mu. update-rc.d is a tool for packages to use to automatically update rc.d symlinks. It isn't meant for users to use.05:51
ograJDahl: scroll back and read my conversation with Nonphasis ;)05:52
=== albator [~albator@lafilaire-1-82-66-81-88.fbx.proxad.net] has joined #ubuntu
albatorre05:52
albatori'm back after ubuntu reinstall05:52
Count0Warty Warthog live CD: I cannot get it to qwork, it quits with GRUB Error 21 - anyone who can help?05:53
ograalbator: sound ?05:53
albatorstill no sound05:53
albatorbut tabs05:53
albator:D05:53
ogra:(05:53
ograahh05:53
ograalbator: are you sure your speakers work ?05:53
Nonphasis4)  Next, link the new local file by running the following command in a console:05:53
Nonphasisupdate-rc.d local start 80 2 3 4 5 .05:53
Nonphasishttp://www.desktop-linux.net/debian-rclocal.htm05:54
RanJDahl: Could a firewall be on?05:54
Nonphasisthey seem to suggest using update-rc.d manually...05:54
albatorCMedia PCI [OSS Mixer]  and C-Media PCI CMI8738-MC6 [Alsa Mixer] 05:54
ograNonphasis: that doc seems wrong...who wrote it ?05:54
albatoryes i'm sure05:54
albatori've booted under zindozs05:54
albatorand sound rocks05:54
JDahlRan, I doubt it... you cant even ping your own IP?05:54
Nonphasisogra, no idea, the web page doesn't say05:54
ograhmm05:54
=== thoreauputic [~peter@wolax8-006.dialup.optusnet.com.au] has joined #ubuntu
ograNonphasis: as i said, you can use it, but will loose all changes on next update05:55
Nonphasisogra, but frankly, this is the first time i heard update-rc isn't meant for end users, so it's kinda underdocumented05:55
=== Tomcat_ [Tomcat@pD9E601FE.dip.t-dialin.net] has joined #ubuntu
RanJDahl: I tried to ping the server to no avail, to external IPs, to no avail. I will try to ping my IP. hold on.05:55
JDahlran, /var/sys/messsages might reveal what's wrong, or try /etc/init.d/networking restart05:56
ograNonphasis: it is just a misuse that has been documented by ppl that didnt know better..... the clean way is add/remove symlinks05:56
Nonphasisogra, I think the easiest way would be rc.local a'la redhat + others05:57
JDahlran, /var/log/messages...05:57
RanJDahl: Ping to 192.168.1.77 works. Ping to my hostname (vicky2), works but it is directioned to 127.0.0.105:57
Nonphasisogra, so that newbies wouldn't need to think of sysvinit at all05:57
=== philipss [~phil@lns-vlq-33-ren-82-253-224-54.adsl.proxad.net] has left #ubuntu []
=== John_M [~johnm@cs2416793-101.houston.rr.com] has joined #ubuntu
JDahlRan, then you can probably fix it by going through the network setup in base-config05:58
ograNonphasis: there are gui tools in the work....05:58
=== Count0 [~chatzilla@pD95F9EF7.dip.t-dialin.net] has left #ubuntu ["BRB,]
RanJDahl: being there, didn't see anything wrong.05:59
Nonphasisogra, can some pre-perversions be d/led somewhere?05:59
RanJDahl: sorry, "i've been" there05:59
Rangoing to check tha logs.06:00
ograNonphasis: you would have to switch to hoary.....but have to live with instabilities....just wait till april06:00
albatorwhy i can't save sound settings in the mixer ?06:00
JDahlRan, other than checking /etc/hosts and /etc/resolv.conf I am out of ideas06:00
Nonphasisogra, ok, I will. in the meantime I think I'm going to bitch + moan about the issue on the mailing list ;-)06:01
ograalbator: they are saved on shutdown06:01
=== spikeb [~spikeb@68.117.110.98] has joined #ubuntu
albatorbut when i change it and i close the windows06:02
albatorif i go again in it06:02
albatoreverything is like i've never touched it06:02
Nonphasisdamn, ubuntuforums.org doesn't allow anonymous posting. this definitely isn't my day06:02
spikebheh nope it doens't06:02
ograalbator: if the sound works it behaves in another way06:02
albatoroh ok06:02
ograNonphasis: didnt you say mailing list ?06:03
albatorPCM and Synth are at lower values06:03
Nonphasisyeah, well, I read that you could post there via ubuntuforums06:03
NonphasisI unsubbed from mailing list after getting over the problems :)06:03
ograheh06:04
=== Danko123456 [~dbernar1@wnpgmb02dc1-58-226.dynamic.mts.net] has joined #ubuntu
ograyeah, its a high traffic list (but much fun)06:04
Nonphasiswell, it's mailman so i guess i could resub06:05
albatorno video and no sound06:05
=== CaPS_ [~mathieu@a184148.upc-a.chello.nl] has joined #ubuntu
ograNonphasis: sure06:05
albatordefinitly no multimedia for me06:05
ograalbator: no video ?06:05
=== terraces [~Alex@passant.net1.nerim.net] has joined #ubuntu
Danko123456Hey!06:05
CaPS_yay, got my mail06:05
ograalbator: you mean no gnome ?06:05
Danko123456I wanted to ask if anyone knows of a utilt06:05
ograCaPS_: how ?06:05
albatorno i mean no mpeg06:06
albatorand no avi06:06
ograCaPS_: would be nice to have a wiki page.......06:06
Danko123456ity that changes jpg files into smaller (like thumbnails.06:06
CaPS_ogra: well, in a total bitch sort of way :)06:06
ograalbator: http://www.ubuntulinux.org/wiki/RestrictedFormats06:06
CaPS_ogra: create new mbox folder, copy old mail into it06:06
terracesHi, I got some files in my printer spool (with lpr), but nothing is printed. Is there something I must do to allow printing ?06:06
=== help_please [~tabish@203.81.217.172] has joined #ubuntu
help_pleasehi all06:07
=== paulproteus [~paulprote@203.101.6.50] has joined #ubuntu
Danko123456I wanted to ask if anyone knows of a utiltity that creates thumbnails.06:07
Danko123456hi06:07
ograDanko123456: of what ?06:07
ograDanko123456: photos ?06:07
Tomcat_Danko123456: XnView06:07
help_pleaseI'm using emacs for C++ codes06:07
Danko123456Sure, photos .jpg.06:08
help_pleasei am having problem compiling with header files06:08
ograDanko123456: gthumb builds whole galleries if you want06:08
help_pleasee.g.06:08
terracesused gthumb Danko123456 ?06:08
Danko123456no, let me see06:08
ograDanko123456: ot thumbs or index pages06:08
albatoreven with gstreamer0.8-bad it doesnt play06:08
albatoroh it plays06:09
albatorbut no sound06:09
ograalbator: what did you expect ?06:09
Danko123456I just need actual files, so I can include them in my web page...06:09
ograalbator: if your soundcard doesnt work06:09
=== kuckus [~Tilo@pD9E80D11.dip0.t-ipconnect.de] has joined #ubuntu
help_pleaseif e.g. i have 3 files like time.cpp,time2.cpp & time2.h, I write            g++ time.cpp time2.cpp time2.h -o outputfilename           but in the end it says g++: compilation of header file requested, but it does not compiles06:09
kuckushi06:10
help_pleaseanyone knows how to solve this problem ?06:10
albatori dont understand anything ogra, i've everything ok and loaded but still no sound06:10
ograDanko123456: a typical gthumb gallery (it also resizes the pics if you need to) http://www.grawert.net/mataro/06:10
JDahlhelp_please, I suggest using a makefile... get that working from a terminal. Then you may chose to compile from emacs using that if you want06:10
albatorit's a kind of magic06:10
help_pleasewhat's a makefile06:10
ograalbator: your system sound doesnt work, so video sound wont work too....06:10
CaPS_How do I get a "Home" or "Desktop" icon onto my Desktop?06:11
help_pleaseplease guide me on this a bit06:11
siretarthelp_please: try "make time" and "make time2"06:11
=== McThoro [~mike@adsl-4-202-19.mem.bellsouth.net] has joined #ubuntu
kuckusI enabled 128 bit wep encryptiion for my wireless network and would like to reconfigure all the settings using the handy 'wizard' from ubuntu's installer - any way of doing that?06:11
ograCaPS_: look in gconf editor...../apps/nautilus06:11
JDahlhelp_please, google abit on "gnu software tools make" etc.. there are plenty of good tutorials you need to read06:11
ograhelp_please: what do you compile ?06:11
help_pleaseyou mean i write this   g++ make time.cpp make time2.cpp make time2.h -o outputfilename    ???06:11
siretarthelp_please: no, just "make time"06:12
help_pleasethese files i've given you above06:12
help_pleaseno these are 3 separate files I wanna compile06:12
ograhelp_please: no, i mean what is it ?06:12
=== FallenHitokiri [~Pharao@p508BAF04.dip.t-dialin.net] has joined #ubuntu
help_pleaseC++ code06:12
albatoryou can't compil .h file06:12
siretarthelp_please: no, one of them is a header, you cannot compile a header file06:12
siretarthelp_please: perhaps you should read a good c/c++ book06:13
help_pleasebut I have included that header file in one of my source files06:13
Lathiatkuckus: open the "Network" system configuration item06:13
ograargh.... help_please what should it be if you compiled it, i see that its c++06:13
Lathiatkuckus: under computer06:13
=== egli [~egli@gate.wyona.com] has left #ubuntu ["Leaving"]
Kamionhelp_please: g++ knows that for itself, you don't need to tell it on the command line06:13
CaPS_ogra, found it, thanks06:13
help_pleaseok let me try that then06:13
kuckusThe installer displayed a command you can use to run it again at later after the installation had finished, does anyone know what is was called?06:13
kuckusjust in case I need it in the future - or is that unlikely?06:13
help_pleasehey thanks pals, it worked06:14
help_please:)06:14
kuckusLathiat, thanks I'll check that06:14
Lathiatkuckus: that wont reconfigure the network06:14
Lathiatkuckus: but its base-config, and i doub't youll ever need to rerun that06:14
help_pleasesee ya06:14
help_pleasebye06:14
=== help_please [~tabish@203.81.217.172] has left #ubuntu []
Lathiatwell at least hes appreciative :)06:14
=== gustavor [~gustavo@cnet-cable-160-104-165.canbrasnet.com.br] has joined #ubuntu
Lathiator she, i guess06:14
CaPS_I'm so happy I got my mail06:15
CaPS_*does a little dance*06:15
ogra:)06:15
gustavorxinet nor inet are working... apparently they start with no problem but there are no process listed with ps -ax... any ideas?06:16
kuckusLathiat, though I'm running windows to get online and have to reboot. ok, if you say so I won't write it down. I'll check out the network configuration and be back when it works (or doesn't... ;) thanks!06:16
Lathiatkuckus: the network config tool will lead you through it06:17
esherany1 knows how i can extract bin/iso files on linux ? any package name ?06:17
Lathiatkuckus: as long as you knwo how to get to it (computer->system config->network)06:17
Lathiatkuckus: then delete the device, re-add it, choose wireless, etc06:17
kuckusirc with trillian... never thought it was possible. see ya ;)06:17
Lathiatshould be able to figure it out, its fairly intuitive, i think :)06:17
kuckusLathiat: yep, think I'll do fine there =)06:18
Danko123456Not sure if you ever looked at the man for gthumb Ogra, but it is not very informative....06:18
ograDanko123456: nope, i just used it :)06:18
Danko123456Do I find the thumbs in some folder as soon as I open the folder with gthumb.06:19
Danko123456:)06:19
Danko123456Or do I convert...06:19
Danko123456I am not sure what to do with the program.06:19
ograDanko123456: open the folder with your pics06:19
spikebheh06:19
=== Aiste [~aiste@office.pov.lt] has joined #ubuntu
Danko123456yeah, got that far:)06:20
ograDanko123456: press ctrl-A06:20
ograDanko123456: then look in the tools menu06:20
Danko123456And create which format?06:20
=== Aiste [~aiste@office.pov.lt] has left #ubuntu [":wq"]
ograDanko123456: either a index or a web gallery.... as you like06:21
Danko123456Does that overwrite my files? it shouldnt right?06:21
=== adedip [adedip@host112-224.pool80117.interbusiness.it] has joined #ubuntu
adediphi all guys06:21
ograDanko123456: it asks for a teaget folder06:21
ogratarget06:21
Danko123456k thanks, ill be back, I know it...06:22
=== bluefoxicy [~bluefox@pcp485126pcs.whtmrs01.md.comcast.net] has joined #ubuntu
ograyoure welcome :)06:22
adedipguys got troubles w/ rc pppoe connection...06:22
adedipmodem is a siemens gigaset06:22
adedipeht0 link seems to be up n runnin but i cannot ping anything...even DNS's06:23
Danko123456Sweet, it worked, thanks a lot.06:23
adedipany suggestion?06:23
adedipabsolute ethernet newbie06:23
Danko123456give it a few nminutes06:25
Danko123456theyll tell you.06:25
Danko123456I had that same thing, but I had a friend fix it...06:25
Danko123456There is a simple command, like pppoe06:25
Danko123456something like that.06:25
ograpppoeconf06:25
Danko123456right,.06:25
adedipso? run pppoeconf and...?06:26
adedipdoes it suffice?06:26
Danko123456try it it is simple.06:26
Danko123456should.06:26
adedipto configure it i mean06:26
adedipok06:26
Danko123456if you know username, and pwd.06:26
adedipyeah06:26
adedipk06:26
ograadedip: sudo pppoeconf06:26
Danko123456right.06:26
adedipok, thx a lot guys...06:26
=== wezzer- [~wezzer@ZMKDCCXLI.dsl.saunalahti.fi] has joined #ubuntu
Danko123456welcome.06:26
=== rattboi [~bradon@c-67-170-0-32.client.comcast.net] has joined #ubuntu
Danko123456hey, ogra, I have another qustion, why does my gcj not work, I get an error message :gcj: libgcj.spec: No such file or directory , obviously it wants some file, or sthg, how can I fix it?06:28
ograDanko123456: if i knew gcj i would tell you, sorry....06:28
Danko123456k thanks.06:28
=== glob [glob@host147-180.pool8250.interbusiness.it] has joined #ubuntu
Danko123456Does anyone know about gcj?06:29
spikebnot me06:29
globhelp! i've installed ubuntu..but when i select in grub windows xp..it starts to load .. but it crash on load (when the bar scrolls when loading) :(06:29
spikebnever used it06:29
Danko123456k...06:30
globi don't now what to do :(06:30
=== Potn [~potnhbug@ip129-167.bacs-net.hu] has joined #ubuntu
=== Delgul [~gerard@delgul.demon.nl] has joined #ubuntu
Amaranthglob: ouch06:31
DelgulHi... should totem work with DVD's when libdvdcss2 is installed or do I need to do more?06:31
=== olimar [~olimar@p213.54.83.202.tisdip.tiscali.de] has joined #ubuntu
Amaranthglob: I have a feeling you forgot to defragment Windows XP before resizing the partition it was on06:31
=== Triple5|M [~Kanotix@pool-162-83-234-214.ny5030.east.verizon.net] has left #ubuntu ["Leaving"]
Kamionglob: try http://lwn.net/Articles/86835/06:31
AmaranthDelgul: You need the gstreamer plugin for it06:31
Kamion(yes, I know it's for FC2)06:31
globAmaranth i read now thanks06:31
DelgulAmaranth: ok... looking for it now....06:31
AmaranthDelgul: I just did apt-get install gstreamer-plugins and it got them all06:32
Se7hot question06:32
=== Kaiowa [kaiowa@VA1-1B-u-0252.mc.onolab.com] has joined #ubuntu
Se7hhow does the "internet time" works?06:32
olimarAny Ubuntu guru here? I upgraded to hoary and changed from Xfree to Xorg but now the only resolution I have is 640x480 and I can't change back to 1024x768 anymore!!! The capplet only shows me the 640 choice06:32
olimarany help?06:32
Amarantholimar: reconfigure xorg06:32
olimarhow ?06:33
globAmaranth but ... i've installed WindowsXp on a partition..and i have keep the free space without the partition...later i've installed ubuntu and i used this free space...06:33
olimarwhich command I mean06:33
ograolimar: as long as you never touched the files manually you can just reonfigure06:33
JDahlolimar, dpkg-reconfigure xserver-xorg06:33
Amarantholimar: dpkg-reconfigure xserver-xorg06:33
DelgulAmaranth: I did apt-get install gstreamer0.8-plugins that gave me another set apparently....06:33
ograolimar: with sudo06:33
Amaranthdoh, i was late06:33
AmaranthDelgul: Should be the same thing.06:33
DelgulAmaranth: It seems not to be.... it is installing a lot more plugins now....hopefully this works...06:34
Amaranthoh06:34
Amaranthgstreamer-plugins is gstreamer 0.6.006:35
DelgulAmaranth: Will I now get a conflict?06:37
Amaranthi didn't06:37
DelgulAmaranth: Totem cannot play this type of media (tmw_aspect_ratio_square_menu_item) because you do not have the appropriate plugins to handle it. Any ideas?06:38
=== natea [~natea@CPE-69-76-3-240.mn.rr.com] has joined #ubuntu
ograAmaranth: it just fills up your diskspace....0.6 isnt used06:38
DelgulAmaranth: restart gnome perhaps?06:38
Amaranthogra: yeah06:38
AmaranthDelgul: um, what kind of file is it?06:38
Amaranthoh yeah, DVD06:38
DelgulIts a standard DVD from my collection ;-)06:38
Amaranthsudo apt-get install xine-ui06:39
Amaranthhave fun :)06:39
DelgulAmaranth: err...but what if I WANT to use totem?06:39
ograDelgul: totem-xine06:39
=== tiago [~tiago@201.7.11.205] has joined #ubuntu
AmaranthDelgul: I've never been able to use gstreamer to play a DVD.06:39
DelgulAmaranth,ogra: Will give Totem-xine a go...06:40
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-3-177.w83-112.abo.wanadoo.fr] has joined #ubuntu
=== Talliesin_ is now known as Talliesin
tiagohi there, how can I allow a user to access a mounted menory key? Add him in a group?06:42
Delgulogra: It plays something...but only a blue screen appears...06:42
ograDelgul: even if you open a menu while playing ?06:42
ograDelgul: there is a little bug...in totem-xine....sometimes you have to start the film a second time.....to get rid of the blue06:43
Delguloh ok...06:43
Delgulogra: Duh...second time it works... tsk... Thanks!06:44
ogra:)06:44
=== adedip [adedip@host37-223.pool80117.interbusiness.it] has joined #ubuntu
adediphi all06:46
=== Kaiowa [kaiowa@VA1-1B-u-0252.mc.onolab.com] has left #ubuntu ["Leaving"]
adedipguys, just tried to configure pppoeconf06:46
adedipsuppose i did it right...06:46
adedipbut still get "Destination net unreachable" when i ping my DNS06:46
=== jinty [~jinty@78.Red-213-96-3.pooles.rima-tde.net] has joined #ubuntu
adedip(rp pppoe problem, siemens gigaset adsl modem)06:47
=== ludberg [~oxidize@ludberg.user] has joined #ubuntu
=== Karnaugh [~karnaugh@chthon.slipgate.za.net] has left #ubuntu []
=== ludberg [~oxidize@ludberg.user] has left #ubuntu []
=== ra1 [~chango@kastiite.info] has left #ubuntu []
=== jinty_ [~jinty@78.Red-213-96-3.pooles.rima-tde.net] has joined #ubuntu
globAmaranth i think there is another problem .. i use the document but i don't have any results :(06:53
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-3-177.w83-112.abo.wanadoo.fr] has left #ubuntu ["Leaving"]
=== ra1 [~chango@kastiite.info] has joined #ubuntu
adedipanyone can help with rp pppoe probs?06:59
=== olimar [~olimar@p213.54.94.225.tisdip.tiscali.de] has joined #ubuntu
olimarHi again I didn't have xorg but xfree86 installed!06:59
olimarbut when changing to xorg the whole xserver didn't wanted to start at all!07:00
=== grepper [~ben@HSE-Ottawa-ppp161643.sympatico.ca] has joined #ubuntu
olimarit was broken07:00
olimarso I reverted back to xfree86 and did a reconfigure but I still can't change the resolution07:00
olimarI still only have 640x480 , But I've chosen 1024 in the console window07:01
olimarany help? :/07:01
=== hearsay [~hearsay@p50882B42.dip0.t-ipconnect.de] has joined #ubuntu
Kokeyolimar: before th upgrade, was working at 1024?07:03
olimaryes it did07:04
olimarI have a notebook with 15" and it was working on 102407:04
linux_mafiaolimar,  if you look in your xorg.conf, youll see that in Section "Monitor", no scan rates have been added, hence it falls back to the lowest07:08
=== chtimi [~chtimi@pile-3-82-227-219-27.fbx.proxad.net] has joined #ubuntu
chtimilo07:08
Danko123456Anyone know gcj?07:08
chtimino sorry07:09
linux_mafiaolimar, so you just need to add in there, HorizSync and VertRefresh, with the correct numbers for your monitor07:09
olimarSection "Monitor"07:10
olimar        Identifier      "Standardbildschirm"07:10
olimar        Option  "HorizSync" "28-50"07:10
olimar        Option  "VertRefresh" "43-75"07:10
olimar        Option          "DPMS"07:10
=== defendguin [~supertux@adsl-157-52-224.msy.bellsouth.net] has joined #ubuntu
olimarwell as it seems the values are in there...07:11
linux_mafiayeah sort of, horiz and vert are not options, nor do they need quotes07:11
olimarso?07:11
linux_mafiaIdentifier"Generic Monitor"07:11
linux_mafiaHorizSync    30-8007:11
linux_mafia        VertRefresh  55-7507:11
linux_mafiaOption"DPMS"07:11
olimarok07:11
olimarok I'll restart x07:12
=== SeFoKumA [~zienaga@166.Red-81-44-125.pooles.rima-tde.net] has joined #ubuntu
=== sylwester [~sylwester@host-62-141-228-147.kalisz.mm.pl] has joined #ubuntu
=== metrix [~metrix@nts-219.7-185-64.nts-online.net] has joined #ubuntu
metrixrythm player says it doesn't have the plugin toplay mp3's.. where do I get the plugin?07:15
=== olimar [~olimar@p213.54.94.225.tisdip.tiscali.de] has joined #ubuntu
olimarnothing ...07:15
olimarstill at least X restarts ;)07:16
=== sivang [~sivang@box79162.elkhouse.de] has left #ubuntu []
=== paulproteus [~paulprote@203.101.6.50] has left #ubuntu []
linux_mafianothing?07:17
linux_mafiastill low res07:17
olimarstill low res07:17
linux_mafiaweird07:17
linux_mafiayou said you reverted to xfree86, did you change back to xorg?07:18
olimar SubSection "Display"07:18
olimar                Depth           107:18
olimar                Modes           "1024x768" "800x600" "640x480"07:18
olimar        EndSubSection07:18
=== anir [~anir@203.212.246.254] has joined #ubuntu
olimardoes this help?07:18
linux_mafiano, heh07:19
=== amex [~amex@200-148-95-10.dsl.telesp.net.br] has joined #ubuntu
=== teuf [teuf@d80-170-47-225.cust.tele2.fr] has left #ubuntu ["Leaving"]
olimarno I didn't under xorg the whole xserver didn't wanted to start07:19
olimarthe whole screen was black under xorg07:19
Setiteso much for cedega07:19
=== bibabutzemann [~oliver@ACB523B6.ipt.aol.com] has joined #ubuntu
=== da_bon_bon [~da_bon_bo@210.18.160.134] has joined #ubuntu
Setiteno surround sound... so i will have to dual boot07:19
buuOk.07:20
buuWhat freaking kernel do I install to get fat32?07:20
=== NanoTek [~NanoTek@APuteaux-151-1-55-19.w82-120.abo.wanadoo.fr] has joined #ubuntu
Setitedont all support that07:20
sjoerdbuu: all standard kernels have support for that07:20
buusjoerd: So why doesn't mine?07:20
da_bon_bonhi all.07:20
Setiteit should07:20
sjoerdbuu: it does07:20
anirhey da_bon_bon how r u?07:21
buusjoerd: Oh. Hrm.07:21
da_bon_bonanir: hi. u not on yahoo? u still using ubuntu ?07:21
anirda_bon_bon:yes i am still using ubuntu..why?? any prob???07:22
Danko123456Anyone know how to use cgj07:22
Danko123456gcj07:22
Danko123456:)07:22
sjoerdbuu: what's the problem ?07:22
da_bon_bonanir: no. jut asking.07:22
buusjoerd: I was trying to mount /dev/hdb, not /dev/hdb1 =/07:22
Setitehell bon bon07:22
aniri am on yahoo07:22
Setitehello*07:22
da_bon_bonhey, why does QtParted give "ped_file_system_open error" everytime i try to resize my partitions ?07:23
sjoerdbuu: :)07:23
=== bibabutzemann [~oliver@ACB523B6.ipt.aol.com] has left #ubuntu []
buusjoerd: Now I don't suppose you know how I could make flux's alt-tab not suck..?07:23
sjoerdbuu: nope, i just use gnome07:24
buu=[07:24
=== LinuxNIT [~roger@adsl-68-94-145-165.dsl.okcyok.swbell.net] has joined #ubuntu
=== marjorie [~marjorie@81-178-238-18.dsl.pipex.com] has joined #ubuntu
buusjoerd: Er, I'm modifying the fstab, I have: /dev/hdb1 /home/buu/hdb fat32 rw,user 0 007:25
buusjoerd: But when I do 'mount /home/buu/hdb', I get 'type fat32 not supported by kernel'07:25
ograbuu: psst, use vfat07:25
sjoerdbuu: vfat not fat3207:25
ilmaribuu: the type should be 'vfat'07:25
buuoh07:25
sjoerd:)07:25
buuAuto works =] 07:25
sricrimsun: thanks for letting me know about the mono thing (re: mono assemblies not building)07:26
sricrimsun: much apprecated.07:26
da_bon_boncrimsun: hi.07:26
Danko123456Do you guys know which program I should use for unpacking RARs, it does not seem to work, with just the default one...07:27
=== faux [~faux@1-1-4-21a.gkp.gbg.bostream.se] has joined #ubuntu
=== maney [~maney@gateway.two14.net] has joined #ubuntu
=== umarmung [~Tanzbaer@p54853194.dip.t-dialin.net] has joined #ubuntu
Danko123456Anyone have a favorite unpacking program for that?07:28
marjorieive done a new install today and the locale packed install failed, then a perl warning saying please check your language settings, any ideas where to go?07:29
maneydoes the so-called sound recorder ever condescend to save to a file, or should I just abandon it?07:29
ogramarjorie: try: sudo dpkg-reconfigure locales07:30
marjoriebroken or not installed...07:32
=== frijolito [~saul@200.119.133.162] has joined #ubuntu
=== sval [~sval@74.118-136-217.adsl.skynet.be] has joined #ubuntu
buuHow the hell do you disable the shit ass gnome hot keys?07:33
=== sval is now known as olorin
buuI've not even in gnome07:33
marjoriesome dependancy fun i think07:33
buuOy this is ridiculous07:34
Danko123456patience...07:35
=== drelch [~drelch@p50917671.dip.t-dialin.net] has joined #ubuntu
drelchhi there07:35
buuHow do I get rid of the hot keys?!07:35
maneybuu: install Sarge?07:35
buuI'm strongly considering it.07:35
marjoriehow do i reinstall the language file perl is after?07:36
=== ubuntu [~leafless@ottawa-hs-209-217-83-152.d-ip.magma.ca] has joined #ubuntu
=== sirfred [~mteira@248.Red-81-38-11.pooles.rima-tde.net] has joined #ubuntu
sirfredHello.07:37
ubuntuhello07:37
maneyI like the things that Gnome/Ubuntu make just work, but the damned blank wall i run into when something doesn't work has me thinking that if I wanted that sort of headache I could install XP  :-(07:37
sirfredIs there any way to make nautilus-cd-burner pass options to cdrecord?07:37
=== chuck [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu
sirfredI'm interested in the burnfree option.07:37
=== chuck is now known as zul
buuHonestly. What thee fuck? I'm in fluxbox and f1 is still bringing up this shit ass 'help window'07:38
drelchlittle question: i've installed lineakd with a working config and it worx. but not every key works. dmesg gives me that msg after presses non working keys: atkbd.c: Unknown key released (translated set 2, code 0x97 on isa0060/serio0).07:38
drelchatkbd.c: Use 'setkeycodes e017 <keycode>' to make it known.07:38
drelch so this command doesn't work with X. Does anybody know how the name of the X-Command is?07:38
Danko123456hehe07:38
maneylike this morning's insanity: sound recorder just doesn't save files.  no error, nothing that looks like it has a clue it's broken07:38
Danko123456Everyone needs help, and noone is here...07:38
Danko123456:)07:38
Danko123456GIve them some time, maybe they went for lunch...07:38
sirfredAlso, lately ubuntu is not enabling DMA on my CDROM07:38
=== invad3r [~gcc@patr530-b161.otenet.gr] has joined #ubuntu
sirfredI'm talking about Hoary07:39
ubuntuI would like to make a trash bin icon on my desktop but I don't know what program it is linked to?07:39
=== zul [~chuck@zul.developer.gentoo] has left #ubuntu ["Leaving"]
sirfredubuntu: You can enable it using gconf07:39
Danko123456WHy do you want it, there is one in the bottome right...07:39
Danko123456if you have same Xwindow as I do...07:39
sirfredubuntu: There's some option related with nautilus or something so, anyway, it doesn't worked fine for me.07:40
buuXWindows has a trash can now?!07:40
ubuntugconf07:40
ubuntuok i'll go have a look07:40
seb128ubuntu: gconf-editor, /apps/nautilus/desktop/trash_icon_visible07:40
ubuntuseb128: thanks mate07:41
seb128np07:41
sirfredOn firefox, I had to erase the flash plugin, because it crashed every time I browsed to a site using flash. It didn't happened before, Any idea?07:42
=== invad3r [~gcc@patr530-b161.otenet.gr] has left #ubuntu ["Leaving"]
Danko123456No, I meant my GUI has it...07:42
buuTHIS IS FUCK RIDICULOUS.07:42
buuGah.07:42
Danko123456Just relax, itll work out, Buu..07:43
Danko123456:)07:43
buuDanko123456: It's just so ... stupid.07:43
Danko123456Its, ok, its all a work in progress...07:43
Danko123456:)07:43
buuDanko123456: Yes, but come on.07:43
Danko123456Are you using Ubuntu07:44
Danko123456Which one...07:44
buuyes07:44
buuuh07:44
buuwarty07:44
Danko123456Cool07:44
Danko123456Me too...07:44
Danko123456so you just want to change the key shortcuts?07:44
=== massimiliano [~massimili@host164-123.pool8251.interbusiness.it] has joined #ubuntu
Danko123456Buu?07:45
buuYes!07:45
buuI want to remove them!07:45
Danko123456Well, that much even I can figure out.07:45
mdzit sounds like you don't want to run GNOME at all, in which case, don't07:45
buumdz: I'm not.07:45
Danko123456Click on your computer menu07:45
Danko123456up top.07:45
mdzbuu: you are running at least some GNOME components, apparently07:45
buuDanko123456: Tried that. All hot keys are 'disabled'.07:45
buumdz: Maybe?07:45
buuGnome -> Gnome Control Center07:46
buuKeyboard shortcuts07:46
Danko123456Computer> Desktop prefs>Kybrd Shrtcts07:46
Danko123456Does that not \work07:46
buuThey are all disabled. Yes. I tried that.07:46
Danko123456I dont even have any gnome menu...07:46
Danko123456You mean the appps?07:46
Danko123456menu?07:46
=== ubuntu [~leafless@ottawa-hs-209-217-83-152.d-ip.magma.ca] has left #ubuntu []
buusigh07:47
buuI'm not using gnome.07:47
Danko123456I asked you you said you were using Ubuntu warty, which is what I have...07:47
=== housetier [~housetier@dsl-213-023-048-197.arcor-ip.net] has joined #ubuntu
mdzyou are, in fact07:47
buumdz: How do I get rid of it then?07:47
anirwhat is the command to check the fs type of my partitions??07:47
buuDanko123456: I *am* using ubuntu warty. I am not using gnome.07:48
Danko123456I haev that ne too...07:48
umarmunganir, mount without any options07:48
mdzbuu: what session did you select when logging into gdm?07:48
buumdz: 'fluxbox'07:48
McThoroanir: fdisk /dev/hda07:49
Danko123456Anyone use gcj?07:49
=== meltbanana314 [~meltbanan@ip68-228-44-118.tc.ph.cox.net] has joined #ubuntu
marjorieDanko123456: gconf-editor07:50
=== SaNaKe [~SaNaKe@84-18-27-64.usul.arrakis.es] has joined #ubuntu
anirokay.. its showing my FAT32 as vfat07:50
mdzbuu: if you run 'ps ux', you'll likely find that you have a bunch of gnome-related processes running07:50
mdzseveral would have started when you ran the GNOME control center07:50
aniryes thank you07:50
=== maney [~maney@gateway.two14.net] has left #ubuntu ["Client]
buugnome-keyring-d, gome-terminal, gnome-pty-helpe gnome-control-c gnome-settings07:51
anirwhat is ext???07:51
SaNaKelist07:51
Danko123456marjorie:for what?07:51
anirumarmung: can u tell me what is ext3?? whats so special about it?07:51
SaNaKequit07:51
=== olimar [~olimar@p213.54.64.51.tisdip.tiscali.de] has joined #ubuntu
mdzbuu: if you don't want GNOME, don't run the control center.  that will start gnome-settings-daemon, set up shortcuts, etc.07:51
marjorietrash can on desktop07:51
Danko123456Oh, yeah...cool07:52
olimarthe whole screen is broken infour parts07:52
olimarI am writng but not seeing what I am writing right now ;)07:52
McThoroanir: ext3 is ext2 improved with journaling07:52
Danko123456thanks.07:52
buumdz: I kill all the gnome related processes.07:52
Danko123456Does anyone use gcj?07:52
olimaronly half of the window...07:52
buumdz: Still getting f1.07:52
=== anto [~anto@203.130.197.108] has joined #ubuntu
mdzbuu: you'll want to log out to make sure that everything is stopped07:53
buumdz: eh, ok07:53
olimarwith xfree I could see it a leasst the window in low res but now the inwdow is split in four parts07:53
buuhrm07:53
buugconfd-207:53
mdzthen log in, check that the processes aren't running, and then don't run the control center07:53
olimarbuwhebut when in gdm the iwndows is high res!!!07:54
olimarwindow07:54
mdzolimar: computer->system configuration->screen resolution07:54
buumdz: Only gnome process I see is gconfd-207:55
marjoriewhen trying to configure the locales package it fails beacuse it cant find my local definition file, how can i reinstall?07:55
buumdz: Still getting the f1 crap07:55
=== flodin [flodin@ris.cs.umu.se] has left #ubuntu []
olimarWOOHOO07:56
olimarfinally07:56
olimarafter one day of configurations07:56
olimarthanx mdz07:56
olimarand thanx Linux-mafia too!!!07:56
=== ulx [~ulx@93.Red-81-37-165.pooles.rima-tde.net] has joined #ubuntu
=== mxpxpod [~bryan@mxpxpod.user] has joined #ubuntu
=== mjt [~mjt@nat.corpit.ru] has joined #ubuntu
buuHow do I remove gnome then?07:58
Kamionmarjorie: what is the exact error message?07:59
marjoriewell, if use deselct to reconfigure locale i get this...08:00
Kamiondselect doesn't know how to reconfigure packages, so I don't know what you mean by that08:00
marjorierunning dpkg --pending --configure ...08:00
marjorieSetting up locales (2.3.2.ds1-13ubuntu2.2) ...08:00
marjorieperl: warning: Setting locale failed.08:00
marjorieperl: warning: Please check that your locale settings:08:00
marjorie        LANGUAGE = "en_GB:en_US:en",08:00
marjorie        LC_ALL = (unset),08:00
marjorie        LANG = "en"08:00
marjorie    are supported and installed on your system.08:00
marjorieperl: warning: Falling back to the standard locale ("C").08:00
marjorielocale: Cannot set LC_CTYPE to default locale: No such file or directory08:00
=== ant_o [~anto@203.130.197.108] has joined #ubuntu
marjorielocale: Cannot set LC_MESSAGES to default locale: No such file or directory08:00
marjorielocale: Cannot set LC_ALL to default locale: No such file or directory08:00
marjorieGenerating locales...08:00
marjorie  en.ISO-8859-1...cannot open locale definition file `en': No such file or directory08:00
marjorieooops08:00
Kamionmarjorie: you have LANG=en in your environment; don't do that, there's no such locale08:00
ogramarjorie: plase dont flood here,  do it in #flood08:00
marjoriesry08:01
Kamionif that's what /etc/environment says, fix it, otherwise fix your shell startup files08:01
=== IronRoses [~IronRoses@81-86-150-70.dsl.pipex.com] has joined #ubuntu
Kamionyou want en_GB or en_US08:01
Kamion(etc.)08:01
IronRosesI can't log in as root in the terminal08:01
IronRosesnor can i log in as root from the login screen08:01
IronRoseswhats going on?08:01
ograIronRoses: root is disabled08:01
mdzbuu: it works fine for me, simply selecting fluxbox as the session08:01
IronRoseskeeps saying authentication failed08:02
IronRosesWHY?08:02
ograIronRoses: http://www.ubuntulinux.org/wiki/RootSudo08:02
mdzIronRoses: FAQ08:02
ograIronRoses: you use sudo in ubuntu08:02
IronRosesbut what if i want to install somthing or mess about with the kernel08:02
buumdz: F1 doesn't trigger anything?08:02
mdzbuu: correct08:02
ograIronRoses: read the wiki page08:02
mdzI just tried it08:02
IronRoseskk08:02
buumdz: How very very odd.08:02
=== ant_o is now known as anto
=== buu removes gnome
mdzI'm running hoary, but I would be quite surprised if the behaviour had changed08:03
ograbuu: is gnome-settings-daemon still running anywhere ?08:03
buuogra: It wasn't in the process list.08:03
ograbuu: gconfd or bonobo ?08:03
buuogra: gconf- something was always running08:04
=== gorpin [~gorpin@BSN-77-234-54.dsl.siol.net] has joined #ubuntu
=== broodster [~broodster@n219078247203.netvigator.com] has joined #ubuntu
ograbuu: that may be the prob (not sur though, never tried to cripple my gnome)08:04
IronRosesjust did sudo root passwd08:05
=== howard [~howard@pcd383248.netvigator.com] has joined #ubuntu
IronRosesi can now do the bog standerd cmd of su, then my pass08:05
IronRosesthats all i wanted guys...thanks08:05
mdzbag?08:05
mdzbog?08:05
buubog.08:05
IronRosesbog standerd08:05
IronRosesas in normal08:05
ogra?08:05
IronRosesi'm english08:05
marjorieKamion: so i should have LANG="en_GB" LANGUAGE="en_GB" ?08:05
buuAHAH.08:06
IronRosesi take it, this is a debian based distro right?08:06
marjoriein /etc/environment08:06
=== buu fixes gnome.
ograIronRoses:be aware that enabling root breaks the security model of ubuntu08:06
IronRosesso i can change the respos to download from different sources08:06
mdzogra: nah, only disabling sudo08:06
Kamionmarjorie: yeah08:06
ograIronRoses: or at least undermines it08:06
mdzIronRoses: this is explained in detail on the website08:07
IronRoseswell if it does that then it must be a pretty rubbish ditro08:07
marjoriewierd i wonder what set that,  dureing install08:07
mdzsuch hostility08:07
Kamionogra: that's really not true08:07
mdzrough seas today in #ubuntu08:07
marjoriecool ill give it a reboot then...08:07
mdzogra: the thing which will get you into trouble is to remove the user from /etc/sudoers; then the various menu entries which run gksudo will break08:08
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has joined #Ubuntu
Kamioneven then that just breaks programs rather than breaking the security model08:08
=== toxicfume [toxicfume@ppp-61.91.182.142.revip.asianet.co.th] has joined #ubuntu
toxicfumehi all i need serious help08:08
ograKamion, mdz: but there was a reason to disable root (i.e. you must guess username _and_ pw ) so it has its disadvantages....08:08
toxicfumei just installed ubuntu and now i can't boot up into windows 2003 server08:09
=== buu is now known as wtf0z0z
Kamionogra: IMO that was always at best a side benefit, and dubious at that08:09
=== wtf0z0z is now known as buu
toxicfumein the grub boot menu, when i select windows it says something like Filesystem type unknown, what do i do?08:09
mdzogra: the default sudo configuration is a usability feature; it doesn't fundamentally change the security characteristics of the system08:09
Kamionogra: the original reason was that it was two fewer questions in the install, and saved us from all the people who'd forgotten their root password08:09
drspinwould anyone be interested in helping me reinstall ALSA??08:09
=== howard [~howard@pcd383248.netvigator.com] has joined #ubuntu
=== bluefoxicy [~bluefox@pcp485126pcs.whtmrs01.md.comcast.net] has joined #ubuntu
=== Agrajag [~Agrajag@66-215-172-98.sb-eres.charterpipeline.net] has joined #ubuntu
toxicfumecan someone please help?08:10
drspintoxic: what is your problem?08:11
=== buu [~buu@tera-24-206-135-151.kw.tx.cebridge.net] has joined #ubuntu
ograKamion, mdz: i see the logging facility, the usernam/pw things as two big advantages, as well as the stuff that stuart bishop wrote on the wiki page....you loose tis advantages by enabling root, maybe calling it a security prob it too much.....08:12
toxicfumedrspin: i just successfully installed ubuntu and now i can't get into windows server 2003. During the grub bootmenu, when i select to load windows, it says file system unknown. What do i do?08:12
ograis too much08:12
JDahldrspin, what's wrong with ALSA?08:12
=== housetier [~housetier@dsl-213-023-046-179.arcor-ip.net] has joined #ubuntu
drspinsouns like grub isn't configured righ08:12
McThorotoxicfume: say mount, and try to mount via console08:12
=== jazzorist [~jazzorist@BSN-77-234-54.dsl.siol.net] has joined #ubuntu
globin grub if i put root (hd0,0) windows crash on loading .. but if i put rootnoverify (hd0,0) windows load succesufly08:13
mdztoxicfume: you'll want to make a copy of your /boot/grub/menu.lst available for folks to see08:13
toxicfumeMcThoro: how do i do that? i'm new to linux08:13
drelchdoes anybody of you know a program, that changes the desktop backgruond image randomly?08:13
Kamionogra: there are people who hold the opinion that having the default user be able to sudo is a security flaw; I think it's difficult to call either way.08:13
Kamionogra: at any rate I don't think it's appropriate for us to be telling people that it's a security risk to enable the root password, since it clearly isn't, and some people's local security models demand it.08:14
ograKamion: i know...its personal perference i guess.... mine is (and was before ubuntu) sudo08:14
globdrelch http://www.icewalkers.com/Linux/Software/522870/Gnome-Desktop-Change.html08:14
McThorotoxicfume: in a console type "sudo mount"08:14
drspinJDahl: quake 3 sound won't work -- it says it can't get to /dev/dsp but permissions are right, nothing is using it -08:15
ograKamion: ok, i'll hold myself back then in the future08:15
=== evilstoy [HydraIRC@cmung3918.cmu.carnet.hr] has joined #ubuntu
toxicfumeMcThoro: alright, i'm getting into ubuntu, 1 second08:15
drelch@ glob: thank you a lot!08:16
JDahldrspin, If I understand you correctly, fuser /dev/dsp says it's not use?08:16
toxicfumeMcThoro: okay i did that, what do i do next?08:16
drspinJDahl: yes08:17
drspinfuser /dev/dsp doesn't give me anything - just goes back to command08:17
toxicfumeokay08:17
=== marjorie [~marjorie@81-178-238-18.dsl.pipex.com] has joined #ubuntu
drspinJDahl: so I assume that's good08:18
McThorotoxicfume: do you see a partition for windoze?08:18
toxicfumemy 'Windows Nt/2000/XP is in root (hd0,0)08:18
marjoriejust rebooted, same error but the perl warning shown en_GB now :)08:18
JDahldrspin, how about lsmod? are the right modules loaded, or are, e.g., oss modules loaded and blocking alsa?08:18
toxicfumeMcThoro: i don't :S08:18
=== ivar [~bop@h209-17-181-243.gtconnect.net] has joined #ubuntu
drspinJDahl -- OSS is loaded and ALSA08:19
toxicfumewhat the hell did ubuntu just clean out my windows? :S08:19
marjorieis there a package that sets your installed languages?08:19
=== LinuxNIT [~roger@adsl-68-94-145-165.dsl.okcyok.swbell.net] has joined #ubuntu
McThorotoxicfume: this may be a problem with GRUB08:19
JDahldrspin, I dont know much about ALSA, but I think you only want ALSA modules, right? At least debian used to block the OSS modules from being loaded via blacklist08:20
drspinJDahl - what is the module for OSS, I can't remember :/08:20
toxicfumeMcThoro: oh, how do i fix this?08:20
McThorotoxicfume: you didn't format the whole drive when you installed?08:20
ogradrspin: snd-pcm-oss08:20
drspinogra: thanks08:20
Kamionmarjorie: dpkg-reconfigure locales, select en_GB08:21
=== linux_mafia [~maxb@222-152-106-30.jetstream.xtra.co.nz] has joined #ubuntu
toxicfumeMcThoro: No before I installed i already had fedora installed, and then in the ubuntu setup process, i only chose to format the fedora partition, i didn't mess with the windows partition08:21
McThoroogra: toxicfume can't see boot to windows after installing Ubuntu08:22
JDahldrspin, I always had problems with sound in Debian if hotplug and blacklist got updated... OSS modules would block ALSA modules. But like I said, I dont know much about it08:22
marjorieKamion: it fails with the perl warning08:22
ograMcThoro: but windows is still there and intact ?08:22
drspinJDahl --08:22
drspinthanks!08:22
McThorotoxicfume: what shows after the mount commnad08:22
drspinogra: do you happen to know what the one for alsa is?08:23
=== svenl_ [~luther@AMontpellier-205-2-3-151.w193-253.abo.wanadoo.fr] has joined #ubuntu
ograMcThoro, toxicfume: there is a bug, hitting also other distros, described here:  http://lwn.net/Articles/86835/08:23
=== zenrox [~zenrox@wbar7.sea1-4-10-181-189.sea1.dsl-verizon.net] has joined #ubuntu
toxicfumeMcThoro: let me login from ubuntu, 1 second08:23
ogradrspin: that schould be snd-pcm then, and is should be loaded with the module for your soundcard08:24
ogradrspin: which means, it should be already there08:24
=== mks [mihkel@80-235-32-32-dsl.mus.estpak.ee] has joined #ubuntu
globwell i have this problem : when i shutdown my notebook and i select winxp from grup all works fine .. but if i reboot from linux and i select winxp , it crash on loading08:24
drspinhow can I *restart* the audio?08:24
drspinreload I guess would be the word08:25
marjorieKamion: mabye i need to re-copy the language file somewhere?08:25
ogradrspin: either remove all snd- modules manually or faster, reboot....08:25
=== method55 [~method55@63.127.193.16] has joined #ubuntu
broodsterhow do you install java?08:26
broodsteri don't wanna get it wrong this time08:26
method55my gaim keeps saying there is an update but when i do synaptic updater it says the most recent is installed08:26
broodsterjust reformated =] 08:26
ograbroodster: https://www.ubuntulinux.org/wiki/Java08:26
=== scotth [~scotth@pcp08023289pcs.dalect01.va.comcast.net] has joined #ubuntu
=== maskie [~maskie@196-30-110-222.uudial.uunet.co.za] has joined #ubuntu
broodsterokay08:26
ograbroodster: use method 008:26
marjoriedownload the binary, extract it link it, done08:26
=== toxicfume_ [~toxicfume@ppp-61.91.182.142.revip.asianet.co.th] has joined #ubuntu
broodsteri use amd 6408:26
toxicfume_McThoro: hi again08:26
ograbroodster: oh, sorry08:27
McThorohi08:27
toxicfume_McThoro, can I paste the results of mount here? or should I msg you?08:27
broodsterso..08:27
broodsterwhich one do i use?08:27
marjoriedownload sunjre1.5 amd 6408:27
McThorotoxicfume; I'm new, try message08:27
=== spacey`ki [~ki@flits101-191.flits.rug.nl] has joined #ubuntu
ograbroodster: do what marjorie said and use method 2 then08:28
zenroxbroodster,  follow the ubuntuguide.org08:29
zenroxthat one works08:29
ograzenrox: that covers amd64 ?08:29
ograzenrox: thats new to me08:29
=== spacey_ki [~ki@flits101-191.flits.rug.nl] has joined #ubuntu
zenroxogra,  id asume its not too much defernt for amd6408:30
broodsterwhere do i get java for amd 64..?08:30
zenroxjava.sun.com08:30
ograzenrox: you need a amd64 built java.... and ubuntuguide uses method 2 from the official wiki btw08:31
zenroxhmmm08:31
drspinOgra: Someone recomended for me to reinstall Alsa08:31
ogradrspin: alsa is in your kernel....08:32
broodstercan someone give me the link for java08:32
broodsterfor amd6408:32
drspinOgra: somthing about Emu10kx :S08:32
broodsteri cant find it08:32
ogradrspin: warty or hoary ?08:32
zenroxbroodster, go to http://java.sun.com08:32
=== Stuttergart [~Stutterga@im.nathanvalentine.org] has joined #ubuntu
zenroxand look for it08:32
toxicfumeogra: how do i know if i have that same problem? can you help me?08:32
drspinogra: a bit of both ;)08:32
=== method55 [~method55@63.127.193.16] has left #ubuntu ["Leaving"]
ogradrspin: thats bad, ten i cant help08:32
broodsteri can't find it08:33
marjoriebroodster:https://jsecom15d.sun.com/ECom/EComActionServlet/LegalPage:~:com.sun.sunit.sdlc.content.LegalWebPageInfo;jsessionid=1EBA1E17D3F9711257FF44676489794A;jsessionid=1EBA1E17D3F9711257FF44676489794A08:33
drspinogra: needed FF1.0 and Gaim 1.1.008:33
broodsterty08:33
ogratoxicfume: the problem as well as the solution are described in the lwn article.....08:33
ogradrspin: needed ?08:33
marjoriebottom one08:33
ogradrspin: why ?08:33
Kamionmarjorie: in that case you still haven't fixed $LANG08:34
Kamionmarjorie: you do not need to copy any language file anywhere08:34
marjoriehow do i fix $LANG?08:35
drspinogra: aye - because I couldn't stand ff0.97 (or somewhere therebouts) and I felt that I needed to support the Gaim 1.x release08:35
Kamionmarjorie: look in /etc/environment and .bash* for anything that sets LANG08:35
marjorieecho $LANG = en_GB08:35
Kamionwhere's that? it's invalid syntax08:35
buu"Cannot change ownership to uid0, gid 0"08:36
buuHow might I fix that?08:36
drspinGaim = 1.1.1 as of today :)08:36
marjorieif i do echo $LANG08:36
marjoriethats what i get08:36
=== tvon|x31 [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu
Kamionmarjorie: (also LC_<ANYTHING>)08:36
toxicfumeogra: I'm really not sure if i understand the steps in that guide, is there any other easier way of doing this? ;/08:36
ogradrspin: 1.1.1 is a stable release ??08:36
Kamionmarjorie: just type 'locale', see if bare 'en' appears anywhere08:36
ogradrspin: i doubt that.....08:37
drspinogra: I believe so... bugfixes08:38
marjorieKamion: no but at the end it has "LC_ALL=08:38
ogradrspin: but anyway... i can support mixed systems08:38
buuAnyone?08:38
ogradrspin: and its likely that you broke something, except you are a pinnint guru08:38
ograpinning08:38
ogracant08:39
drspinogra: pinning?08:39
marjorieand local gives this error, can not set lc_CTYPE no file or directory08:39
ogradrspin: a very fine grained and dangerous method (if you not exactly know what you do) to mix distros08:39
Kamionmarjorie: the upper case matters08:40
Kamionand your syntax must be just wrong to get that error, anyway08:40
drspinogra: I believe that I don't know what to do exactly ;)08:40
Kamionmarjorie: what exactly did you type? local or locale?08:41
ogradrspin: so you shouldnt have mixed....08:41
=== mvo [~Michael@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu
=== NixerX [~NixerX@d191169.tidewater.net] has joined #ubuntu
drspinogra: This I have learned! x|08:42
broodsterwth08:42
broodsteri just installed java08:42
broodsterand it says i dont have it installed08:42
broodsterwhen i try to play something java08:42
marjorielocale08:42
ograbroodster: which method ?08:42
=== funky [~repulse@81-202-240-13.user.ono.com] has left #ubuntu []
NixerXbroodster, did you set $JAVA_HOME?08:42
broodsteri used ubuntuguide.org08:43
marjoriebroodster have you linked the library and binary?08:43
ograNixerX: methos 2 from the wiki already sets this08:43
NixerXogra, okay.08:43
ograNixerX: as well as the plugin....08:43
NixerXogra, Nice!08:43
ograyep :)08:43
broodsterall i did was whatever it said here http://ubuntuguide.org/#jre08:43
broodsterfor the amd64 version08:44
ograNixerX: best is, someone now provides a repo with prebuilt pkgs.....08:44
marjorieKamion: etc/environment should be en_gb not en_GB?08:44
=== phyberoptix [~phybergla@nc-67-77-131-6.dyn.sprint-hsd.net] has joined #ubuntu
phyberoptixsup everyone08:45
NixerXogra, Jeeze. Ubuntu is gonna take over :)08:45
ograhehe08:45
Kamionmarjorie: no08:45
broodsterso how do i set the java home?08:45
ografinally the wnated community support is there08:45
zenroxyep08:45
ogranext missing is a clean ubuntu mplayer repo from the community08:46
=== method55-laptop [~method55@63.127.193.16] has joined #ubuntu
phyberoptixhow do i get my dsl to work?08:46
marjorieKamion: do u know the url for the php post code thingy?08:46
ographyberoptix: pppoeconf08:46
broodstersudo pppoeconf08:46
ographyberoptix: with sudo indeed08:46
method55-laptopquestion: under network settings > general there is an option that says 'windows network' how do i get it so i can activate that section?08:46
phyberoptixYAY!08:46
phyberoptixthanx ogra08:47
toxicfumeogra: hey, thanks for the link, i managed to fix the problem already, thank you once again :)08:47
NixerXbroodster, export JAVA_HOME=/path/to/java08:47
NixerXbroodster, thats temporary tho.08:47
ogratoxicfume: i knew you could ;)08:47
broodsterso i gotta do it08:47
broodstereverytime i boot?08:47
NixerXbroodster, not if you edit your /etc/profile08:47
broodsteroh08:48
zenroxbroodster,  if you added the stuffon the ubuntu guide to the bash.bashrc you wont have to do that08:48
=== selphish [~selph@acw-pc23.acw.vcu.edu] has joined #ubuntu
=== mistic_ [tehLair@240.23-201-80.adsl.skynet.be] has joined #ubuntu
JDahlbroodster, or ~/.bashrc if you only want it for a single user08:48
marjorieif i run locale the first error is cannot set LC_TYPE to default locale:No File or directory08:49
NixerXogra, how dose one get in contact with those who write the ubuntuguide. I have a couple of nice things I could add.08:49
ograNixerX: rather add them to the official wiki, where they get reviewed08:49
NixerXogra, Very cool.08:50
=== ironwolf [~ironwolf@63-228-63-108.mpls.qwest.net] has joined #ubuntu
=== phyberoptix [~fybrglas@nc-67-77-131-6.dyn.sprint-hsd.net] has joined #ubuntu
phyberoptixogra08:51
ograNixerX: just make an account and add what you want to... a note to the ubuntu-users ML would be nice if you created new pages, so everybody knows about them08:51
Kamionmarjorie: sorry, no ...08:51
phyberoptixthat didnt werk08:51
phyberoptixbut i type /sbin/dhcleint and it did08:51
ographyberoptix: sudo pppoeconf ?08:51
phyberoptixpppoeconf didnt detect anything08:52
=== Garathor [~Unknown@217.17.221.4] has joined #Ubuntu
ographyberoptix: what kind of desl is that ? thats weird....08:52
ogradsl08:53
phyberoptixadsl08:53
phyberoptixi have a modem/router08:53
ographyberoptix: ahh, ok.....08:53
phyberoptixbut how can i get my winbox online ... i have a 2nd NIC with a cable ran to the winbox08:53
ographyberoptix: then justz configure your eth0 network connection.....08:54
=== Kokey [~jramirez@201.137.168.75] has joined #ubuntu
ographyberoptix: install firestarter, there you can configure that08:54
=== method55-laptop [~method55@63.127.193.16] has left #ubuntu ["Leaving"]
phyberoptixapt-get install firestarter?08:55
ographyberoptix: yep08:55
phyberoptixarrgh08:55
ographyberoptix: ?08:55
phyberoptixfucking dependcies08:55
phyberoptixsry08:56
ographyberoptix: it is in warty universe....should just work08:56
phyberoptix11 things is list on depnds08:56
=== spity [~spity@w240.dkm.cz] has joined #ubuntu
drspinogra - can I restore my system without erasing my $home data mostly08:57
ographyberoptix: maybe, i dont use it, but synaptic/apt should caer for that08:57
ogradrspin: do you have it on a extra partition ?08:57
=== phyberoptix looks for snyaptic
drspinogra: nope08:58
zenroxi keep my /home on a seprate partion just in case i have to reinstall for any reasion is good practice08:58
=== treed [~treed@24-53-63-152.ontrca.adelphia.net] has joined #ubuntu
drspinzenrox: I will but I still have to copy the 50GB of windows stuff to a different drive...08:58
zenroxdrspin,  just partion your / in to 2 seprat partions08:59
zenroxno need to move your 50gigs any ware else08:59
drspinzenrox: yup - current filesystem is NTFS and needs to change ;)09:00
drspinso i'm waiting till I get that stuff moved to fix my partitioning09:00
drspinso I don't have to do it over and over again09:00
zenroxdrspin, got another drive your moving it to09:01
drspinzenrox: a friend of mine has a USB drive he's bringing over...09:02
zenroxdrspin, kewl09:02
ogradrspin: good idea...09:02
zenroxhehehe09:02
zenroxya09:02
phyberoptixwhy when i click a file to download it trys opening it with firefox than download it as a file?09:02
zenroxphyberoptix,  what type of file09:03
phyberoptix.deb09:03
zenroxright click on the file and save as09:03
drspinheh09:03
broodsteroh i did do the things09:04
broodsterto bash.bashrc09:04
ographyberoptix: download it and install it manually.....but be warned, it may have dependencys....09:04
zenroxbroodster,  now do java -v09:05
marjorieKamion: http://www.pastebin.com/13454909:05
ographyberoptix: what kind of program do you want to install ?09:05
broodsterbroodster@broodster:~ $ java -v09:05
broodsterUnrecognized option: -v09:05
broodsterCould not create the Java virtual machine.09:05
phyberoptixi just need to get my winbox online09:05
=== drspin just found my old 128M USB drive
zenroxbroodster,  you dint do the ln -s part of the ubuntuguide09:06
ograbroodster: java -version09:06
ograbroodster: -v doesnt work09:06
zenroxok i was wrong09:06
broodsterbroodster@broodster:~ $ java -version09:06
broodsterjava version "1.5.0_01"09:06
broodsterJava(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)09:06
broodsterJava HotSpot(TM) 64-Bit Server VM (build 1.5.0_01-b08, mixed mode)09:06
ogragoooood09:07
zenroxthen it works09:07
broodsterbut it doesnt09:07
drspinnice use of pastebin ;)09:07
ograbroodster: ?09:07
ograbroodster: what doesnt ?09:07
zenroxya09:07
broodsterwhenever i look at something in java09:07
broodsterit says09:07
broodsteri dont have it installed09:07
ograbroodster: look at something ?09:07
=== sulkd [~henry@194-144-124-151.du.xdsl.is] has joined #ubuntu
broodsterlike09:08
ograbroodster: define that09:08
broodstertry to play yahoo pool09:08
broodsteror something09:08
zenroxyou need to ln -s for moxilla09:08
broodster $ sudo ln -s /usr/java/jre1.5.0_01/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/09:08
broodster$ sudo ln -s /usr/java/jre1.5.0_01/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla-firefox/plugins/09:08
broodsteri did09:08
zenroxhmm09:08
ograbroodster: you need to copy the plugin to ~/.mozilla/plugins09:08
broodsteroh wait09:08
broodsterno wonder09:08
ograbroodster: ah, oh09:08
broodsteri have the amd 64 version installed09:09
broodsternot i38609:09
ograbroodster: ln is tndeed the right way09:09
marjorieheh09:09
zenroxbroodster, simple mistake09:09
broodsterexcept09:10
broodsteri dont have a plugin folder09:10
broodstereither09:10
broodsterin my java folder09:10
broodsteri see lib bin man09:10
ograbroodster: maybe there is no plugin for 64bint09:10
ograbit09:10
zenroxya09:10
ulxinstalled ubuntu linux today.. great.. would like to use the root user though iso sudo.. is there a howto to migrate?09:11
ulxogra: installed ubuntu linux today.. great.. would like to use the root user though iso sudo.. is there a howto to migrate?09:11
ograbroodster: i already heard you need a chroot environment for the flash plugin....this probably also applys for java :(09:11
broodsterso in otherwords09:12
ograulx: you mean how to enable root ?09:12
broodsterjava doesnteven work09:12
broodsterfor amd6409:12
ograulx: http://www.ubuntulinux.org/wiki/RootSudo09:12
ograbroodster: java works just fine, but there is no plugin compiled for you09:12
broodsterthen?09:13
marjoriecompile urself :)09:13
zenroxbroodster,  and that sucks09:13
ograbroodster: i think you will need chroot: http://alioth.debian.org/docman/view.php/30095/16/Debian-amd64-HOWTO.html#chroot09:13
=== Kleggas [~Kleggas@h23n2fls33o1012.telia.com] has joined #ubuntu
phyberoptixogra cant i just setup a gateway for windoze to connect to thru ifconfig?09:13
=== riley_ [~riley@66.169.148.171.ts46v-09.otnd1.ftwrth.tx.charter.com] has joined #ubuntu
Kleggaswhich package to install when I get this error? checking for X... configure: error: Can't find X includes09:13
ographyberoptix: you must tell your linux box that it should forward the traffic ....09:14
drspinOgra: do you work for ubuntu?09:14
=== johane [~johan@h202n8c1o255.bredband.skanova.com] has joined #ubuntu
ogradrspin: unfortunately not *grin*.... see there :http://www.ubuntulinux.org/wiki/MaintainerCandidates i'm no 309:15
crimsunogra: what about the linux amd64 jre/jsdk 1.5.0 update 1 by Sun?09:15
ogracrimsun: does it contain a plugin ?09:16
crimsunboth do09:16
ogracrimsun: broodster hasnt got one....09:16
=== ls-a [~ls-a@212.21.138.21] has joined #ubuntu
ls-ahi there09:17
zenroxhello ls-a09:17
KleggasX includes, in which package do I find them?09:17
ls-ai got a question09:18
=== Stuttergart [~Stutterga@nathanvalentine.org] has joined #ubuntu
crimsunKleggas: for warty or hoary?09:18
Kleggaswarty09:18
broodster?09:18
FriczyKleggas: xlibs-dev?09:18
drspinogra: Oliver Grawert?09:18
Kleggasthanx09:18
ls-ai got this idea of streaming some music through my LAN. what do i need to do that? like radio you know09:18
ogradrspin: try a whois....09:18
FriczyKleggas: not quite sure09:18
broodsteri got it09:18
drspinogra... LOL09:18
drspinogra:: haven't used IRC in years... forgot about all the stuff I used to do...09:19
=== seth_ [~MUAHAHAH@adsl-b4-85-18.telepac.pt] has joined #ubuntu
=== netmonk [~~@nat-18.c0msys.net] has joined #ubuntu
buuEh, someone remind me how you install a downloaded .deb file?09:19
ls-adpkg -i?09:20
=== smash is now known as smashie
buuah09:20
zenroxls-a is right09:20
=== riley_ [~riley@66.169.148.171.ts46v-09.otnd1.ftwrth.tx.charter.com] has left #ubuntu ["Leaving"]
=== bobmepis [~bobfedo@ppp-242-158.25-151.libero.it] has joined #ubuntu
=== buu tries to install cedega
buusigh09:21
buuPoint2Play09:22
buuXlib: Connection to ":0.0" refused by server09:22
buuXlib: No protocol specified.09:22
phyberoptixmy bar on the bottom of my ubuntu screen is crooked on one side09:22
phyberoptix=] 09:23
drspinOgra: Well my question was would it be reasonable to add a roll-back feature in Synaptic....09:23
drspin??09:23
crimsunbroodster: so you do have a plugin?09:23
ogradrspin: that would be great.....but the synaptic maintainer curently builds a lot of other features....exepect great things for hoary....09:23
buuAnyone got an idea how to make this work09:24
=== amex [~amex@200-148-95-10.dsl.telesp.net.br] has joined #ubuntu
=== twisted_steel [~twisted_s@ip6599145120.link2usa.com] has joined #ubuntu
ls-acome on guys, tell me... what software do i need to stream some music online?09:24
drspinogra: I'm pretty stoked about it09:24
zenroxls-a iceserver09:24
ogradrspin: probably the time is enough for rollback too09:24
buuls-a: perl09:24
metrixxmms09:24
ls-azenrox, thamks, going to google:)09:24
zenroxls-a n/p09:25
ls-abuu, perl like the scripting language?09:25
zenroxls-a ice is like shoutcast09:25
ls-azenrox, never heard of them both:(09:25
buuls-a: Yes!09:25
ls-abuu, and what do i do with it?09:25
zenroxls-a check out www.shoutcast.com09:25
buuls-a: Write a server you silly.09:26
zenroxbuu thats too much work09:26
ograbuu: pretty confusing to call an app like a lang.....09:26
=== mrd [~warty@wbar10.dal1-4-13-133-039.dsl-verizon.net] has joined #ubuntu
ls-abuu, heh, could not get the joke:)09:26
ograbuu: hehe me neither09:26
buuIt's like 5 lines of perl09:26
buuNot much work!09:26
buuBut I digress.09:26
buuSomeone make this shit work.09:26
ls-abuu, the theory of relativity is even smaller:)09:27
mrdWill 'mkfs.ext3 -c' report anything to stdout if it finds a bad block?09:28
ogramrd: sure09:28
=== schorsch [~joerg@53.118.62.81.cust.bluewin.ch] has joined #ubuntu
=== johane [~johan@h202n8c1o255.bredband.skanova.com] has joined #ubuntu
mrdHm.09:29
ls-azenrox, thanks09:29
phyberoptixogra09:30
ograyup09:30
phyberoptixi forgot that i changed source.list to hoary09:30
phyberoptix=\09:30
phyberoptixlol09:30
ograheh09:30
=== mrd 's reinstalling ubuntu on his sister's computer because somehow /boot/grub, most of /usr/lib, all of /var, and a bunch of other randomly assorted files were unreadable from the HDD.
zenroxls-a n/p09:30
phyberoptixi changed it back to warty and did apt-get update and now its doing firestarter09:30
ls-azenrox, found it in synaptic09:31
amexwhere do I set variables for Gnome? (like PATH)09:31
ls-azenrox, icecast2:)09:31
mrdI was thinking maybe it was due to a hard drive failure or something, but 'mkfs.ext3 -cc' isn't reporting anything so far.09:31
zenroxyep thats it09:31
ographyberoptix: hopefully you didnt damage your sys09:31
phyberoptixall i did was install gcc09:31
=== schorsch [~joerg@53.118.62.81.cust.bluewin.ch] has left #ubuntu ["Leaving"]
phyberoptixogra it said eth0 not ready09:33
amexdoes anyone now why editing /etc/profile didn't change variables under Gnome terminals?09:33
amexs/now/know09:33
ographyberoptix: firestarter ?09:33
phyberoptixyup09:34
=== zul [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu
ograamex: in debian packages are supposed to install in a way that its not necessary to change PATH09:34
=== glob [glob@host147-180.pool8250.interbusiness.it] has left #ubuntu []
=== Prasatko [pausp@angel39-149-99-82-kank.bluetone.cz] has joined #ubuntu
=== eazel7 [~ezequiel@host127.201-252-73.telecom.net.ar] has joined #ubuntu
eazel7hi09:34
drspinogra: is hoary useable?09:34
ographyberoptix: do you have a working eth0 ?09:35
eazel7how could I 'emerge' some package in ubuntu?09:35
phyberoptixyeah09:35
ogradrspin: breaks quite often......09:35
drspinapt-get install packagename-here09:35
phyberoptixthe eth0 is how im connected online09:35
drspinogra : boo09:35
eazel7I mean, I'd like to tell my system to build it09:35
=== orion_114 [~orion@196.14.121.87] has joined #ubuntu
amexogra, ok, but if I need to set a variable like CLASSPATH, but I want that all user have this variable?09:35
ograamex: install a java package that does it09:36
=== housetier [~housetier@dsl-084-056-139-155.arcor-ip.net] has joined #ubuntu
PrasatkoHi, i have installed gcc (using apt-get install gcc) but there is not standard library (header files and so on), How can I install it?09:36
Agrajagapt-get install build-essential09:36
ograeazel7: sudo apt-get build-dep <pkg> && apt-get source -b <pkg>09:37
PrasatkoAgrajag:  thanx09:38
ographyberoptix: it probably needs to shut the inteface down to configure it09:38
phyberoptixahhhh09:39
phyberoptixthen brb09:39
drspinogra: so for my sound problem - do you think you could give me an idea where to start looking for a solution??09:39
eazel7ogra, thanks09:39
drspin...how can I tell what kernel I am running ATM09:39
amexogra, did you know if there is a package that does that?09:39
mrddrspin: uname -r09:39
ograamex: http://www.ubuntulinux.org/wiki/Java method 0 offers a repo with java 1.509:40
=== cu [~saint@213.175.114.84] has joined #ubuntu
=== phyberoptix [~fybrglas@nc-67-77-131-6.dyn.sprint-hsd.net] has joined #Ubuntu
amexogra, thank you very much :)09:42
phyberoptixnothing09:42
eazel7I'm needing the dev packages for sdl09:44
eazel7but I can't find them09:44
ulxthx ogra!09:44
mrdeazel7: libsdl1.2-dev maybe?09:45
ographyberoptix: nothing ?? i never used firestarter....09:45
ographyberoptix: you must enable ip forwarding between the two interfaces..,...09:45
=== stirlitz [~stirlitz@adsl-67-123-59-175.dsl.lsan03.pacbell.net] has joined #ubuntu
=== nomasteryoda [~nomastery@ip24-252-193-86.mc.at.cox.net] has joined #ubuntu
=== Dethread [~Dethread@4.30.200.35] has joined #ubuntu
=== jdz_ [~jdz@69.49.156.181] has joined #ubuntu
drspinogra: I believe that I have found my problem...09:47
ogradrspin: what is it ?09:47
=== Prasatko [pausp@angel39-149-99-82-kank.bluetone.cz] has left #ubuntu []
drspinogra : I did a refresh :: mark all upgrades :: Apply -- before making sure I turned off the backport repos >:S09:48
drspinthat sucks!09:48
=== gotcha [~gotcha@CM600-inde2-34-94.cm.vtr.net] has joined #ubuntu
ogradrspin: it will get sorted in hoary (in fact it already is (the reload stuff))09:49
drspininstalled kernel version: 2.6.8.1-16.509:49
=== zul [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has left #ubuntu ["Leaving"]
drspin:/09:49
=== SeFoKumA [~zienaga@166.Red-81-44-125.pooles.rima-tde.net] has joined #ubuntu
=== Buzzzz_ [~Anders@hd5e25192.gavlegardarna.gavle.to] has joined #ubuntu
=== Nigelenki [~frank@pcp022902pcs.whtmrs01.md.comcast.net] has joined #ubuntu
ogradrspin 16 ?09:49
=== Buzzzz_ [~Anders@hd5e25192.gavlegardarna.gavle.to] has left #ubuntu ["Leaving"]
Nigelenkiis cdrecord in universe09:49
drspinuname -r = 2.6.8.1-4-38609:50
ograNigelenki: nope, in main09:50
Nigelenkior like, any good GUI burning software my uncle can use09:50
Nigelenki*xcdroast09:50
ograNigelenki: nautilus09:50
Nigelenkisorry  :)  *CLI user*09:50
Nigelenkiogra:  To author audio CDs and do multitrack CD to CD copy?09:50
ograNigelenki: nautilus has burn capabilitys09:50
ograNigelenki: nope, just data09:50
Nigelenkihe wants to copy music CDs09:50
Nigelenki:/09:50
ograNigelenki: i hate to say that.....09:51
NigelenkiI warned him a 10 track CD is a 1.5 million dollar fine09:51
=== ogra shivers
ograNigelenki: install k3b09:51
Nigelenkihe doesn't care09:51
Nigelenkik3b?09:51
Nigelenkiyou sure eroaster/gtoaster/xcdroast won't do it?09:51
=== Nigelenki doesn't want KDAss
ograNigelenki: i know, but its the best tool for the task.....09:52
ograk3b howto https://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-10-05.2946111988/09:52
=== basse [basse@kapsi.fi] has joined #ubuntu
basseg'evening :)09:53
odobasse: so, you did manage to come here :)09:53
Nigelenkiogra:  liferea would be nice too09:53
ograNigelenki: thats in universe09:53
drspinshouldn't my system be running a 686 kernel?09:53
Nigelenkiok09:54
Nigelenkiogra09:54
drspinas opposed to a 386 kernel?09:54
Nigelenkiyour link is demanding I log in09:54
bassei'm having a little problem here with my SMC Networks' USB->ethernet adapter.. tried loading the module rtl8150 with modprobe, but to no avail. got any ideas on how to get it work? this inspiron 4000 doesn't have anything else for eth..09:54
basseodo: yup, i did :)09:54
Nigelenki:/09:54
=== Nigelenki does so
ogradrspin: 386 is the default.,.....09:54
ogradrspin: you must do it yourself if you want another one09:54
mrd(Doesn't ubuntu have 686 kernels?)09:55
ogramrd: sure it has09:55
Nigelenkidamnit damnit damnit *googles at ubuntu trying to find the sources.list for universe*09:55
Kamionmrd: linux-68609:55
ograhttp://www.ubuntulinux.org/wiki/SynapticHowto09:55
NigelenkiI've not been able to find it though yet :/ Been trying for a half hour09:55
=== amphigory [~patrick@dpc6935154186.direcpc.com] has joined #ubuntu
ograNigelenki: ^^09:55
Nigelenkik09:56
=== kirgliz [~kirgliz@lns-vlq-14-rei-62-147-209-106.adsl.proxad.net] has joined #ubuntu
ograNigelenki: it is already in the sources.list...... just unciomment09:56
=== frijolito [~saul@200.119.133.162] has left #ubuntu []
kirgliziO iO ubuntu users :)09:57
=== NixerX [~NixerX@d191169.tidewater.net] has joined #ubuntu
Nigelenkithanks09:57
drspinogra: I'll solve my sound problem before I go changing kernels ;)09:57
amphigoryI'm having issues getting Warty to recognize a Linksys wusb11, with the atmel chipset.  lsusb sees the card, but I can't get the kernel to recognize it no matter what I do.  The device is known to be good (tested on my wife's windows box.)  Anybody have a suggestion?09:57
=== mrd smacks badblocks for seeming to lock up.
=== ubuntu [~leafless@ottawa-hs-209-217-83-37.d-ip.magma.ca] has joined #ubuntu
amphigoryOr, for that matter, is anyone aware of a howto for configuring these @*(*(@!$!@ linksys usb wireless adapters?  I've googled for the past several hours with no success09:58
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has left #Ubuntu []
NixerXamphigory, did you try the network util?09:59
ograamphigory: isnt that the prism2_usb usb one ?09:59
ubuntuI was wondering what the name of the program is to configure the sound card?10:00
Nigelenkithe hell10:00
ograamphigory: try sudo mopdprobe prism2_usb10:00
NigelenkiI put in an audio CD10:00
Nigelenkiand a window popped up10:00
Nigelenkiand started playing random songs10:00
ograubuntu: there is none10:00
ubuntuogra: ?10:01
ubuntuno sndconfig10:01
ograubuntu: sound is controlled by the right kernel module (alsa)10:01
ograubuntu: no need for configuration here10:01
ograubuntu: just make sure the right module is loaded10:01
NixerXif im not mistaken alsa usually starts out muted.10:01
ubuntumuted10:02
ograNixerX: not on warty afair10:02
=== RuffianSoldier [~qs@dhcp024-209-106-036.woh.rr.com] has joined #ubuntu
=== Markrian [~Markrian@82-68-11-181.dsl.in-addr.zen.co.uk] has joined #ubuntu
NixerXogra, again Ubuntu proves superior.10:02
=== buu [~buu@tera-24-206-135-151.kw.tx.cebridge.net] has left #ubuntu []
ograhehe10:03
ograNixerX: wait for hoary10:03
NixerXogra, I have it.10:03
NixerX:)10:03
ogra:)10:03
RuffianSoldierWHOAH!  This Ubuntu upgrade I just got done doing added Debian menus into the Gnome menu! YHAYAYHaY!10:03
amphigoryogra - no, this is the atmel one10:03
NixerXIt kicks a##10:04
ograamphigory: so: sudo modprobe atmel ?10:04
NixerXthere is word of a kde release in the future.10:04
ograNixerX: kubuntu, yes10:05
NixerXlol.10:05
ubuntuthanks again chaps10:05
=== ubuntu [~leafless@ottawa-hs-209-217-83-37.d-ip.magma.ca] has left #ubuntu []
amphigoryogra: tried it, no luck10:06
ogra:(10:06
=== mrd wishes the ubuntu live cd had smartmontools installed.
NixerXamphigory, lsmod shows nothiing of interest?10:06
MarkrianDoes anyone know if it's possible to set a GTK theme system-wide?10:06
=== pepsi [~pepsi@p222.n-sfpop03.stsn.com] has joined #ubuntu
amphigoryNo - the atmel drivers appear to be loaded10:07
ograamphigory: do you see it in the device manager ?10:07
NixerXamphigory, do you know what module is supposed to be loaded?10:07
=== twisted_steel [~twisted_s@ip6599145158.link2usa.com] has joined #ubuntu
amphigoryogra: no, but I do see it if I do "lsusb"10:08
NixerXMarkrian, "system wide"? what do you mean? Accross Window managers or apps?10:08
ograamphigory: ahh, wait10:08
ograamphigory: sudo modprobe pegasus :))10:08
MarkrianNixerX, across users10:09
ograamphigory: thats the right module....10:09
amphigoryNixerX: I'm assuming "atmel.ko"  I found something written for redhat 7.3 (!!) referencing a "modvent", but nothing lately mentions anything but atmel10:09
amphigoryogra: nothing thus far.  Let me try unloading the atmel and prism mods and try that10:09
NixerXMarkrian, So basically a default theme.10:10
amphigoryogra: sadly, nope.10:10
=== siimo [~siimo@siimo.user] has joined #ubuntu
ograamphigory: yep. its for sure the right module, there is a lengthy therad in ubuntu-suers from oct....you probably need to add it to /etc/modules and reboot to get it recognized10:11
=== mdke [~matt@mdke.user] has joined #ubuntu
amphigoryogra: rebooting now10:12
amphigoryI suppose this is what I get for buying cheap hardware. :)10:12
mdkehi all. How is it possible to make the computer rebootable from the gnome-logout dialogue like it is in ubuntu? I am trying to do it on a gentoo box10:12
=== sobralense [~sobralens@200.217.166.53] has joined #ubuntu
ograamphigory: http://lists.ubuntu.com/archives/ubuntu-users/2004-October/005018.html10:13
siimowhenever i run apt i get this error : perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset),  LC_COLLATE = "C",  LANG = "en_US are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cann10:13
siimoot set LC_ALL to default locale: No such file or directory10:13
=== zenrox [~zenrox@wbar7.sea1-4-10-181-189.sea1.dsl-verizon.net] has joined #ubuntu
=== zerok [~zerok@zerok.support.phpbb] has joined #ubuntu
zerokhi :-)10:13
siimocan someone help me fix this? i tried running dpkg-reconfigure locales and selected the locales i wanted10:13
ograsiimo: sudo dpkg-reconfigure locales10:14
siimobut it didnt help10:14
=== gonkulator [~brandon@c-24-9-235-7.client.comcast.net] has joined #ubuntu
ograsiimo: should work for any clean warty system10:14
zenwhenhey ogra, are you an op in here?10:14
sobralensesorry, I know is want much... but will the newer version of warty live CD be shipped ?10:14
ograzenwhen: nope, did you want to get banned ;)10:15
ogra?10:15
=== nigelenki [~frank@pcp022902pcs.whtmrs01.md.comcast.net] has joined #ubuntu
nigelenkican't get access to CD burner10:15
zenwhenno ;o;10:15
mdkeogra is a bot10:15
NixerXlol10:15
ograhehe10:15
nigelenkitis an ATAPI burner10:15
zenwhenogra is an ATAPI burner?10:15
nigelenkiand if I hdd=ide-scsi in menu.lst I get NO access (no scd0, no /dev/pg*, etc)10:15
NixerXrofl10:15
ogranigelenki: tried with nautilus10:15
ogranigelenki NO10:15
ogranigelenki ide-scsi is deprecated10:15
NixerXnigelenki, cdrecord --scanbus aas root?10:16
ogranigelenki use dev=/dev/hdX10:16
nigelenkiyes nautilus sees it10:16
=== KickTheDonkey [~chris@c-24-98-173-9.atl.client2.attbi.com] has joined #ubuntu
ogranigelenki hwere X is the actual letter10:16
nigelenkiand scanbus for dev=ATAPI just goes "HDA LOCKED OMFG" and dies10:16
KickTheDonkeyHello...10:16
bobmepis zero10:16
amphigoryogra: still no luck10:16
amphigoryhmm...10:16
zerokogra:  small question again :-) so when the installation is finished (with xfs on / ) i should just run grub (with quit) twice?10:16
nigelenkiogra:  :( trying to use groaster10:17
ograamphigory: seen the thread ?10:17
gonkulatorpossibly a dumb question... what are the system requirements10:17
KickTheDonkeyI've got a small problem, and was hoping some one could point me in the right direction...10:17
nigelenkibrb reboot to get rid of ide-scsi10:17
ogranigelenki: use dev=/dev/hdX10:17
=== gonkulator has an old box he is willing to try ubuntu on and wants to know what stuff is compiled for
nigelenkiwe need a 2.6.1010:17
gonkulatori386?10:17
=== nigelenki [~frank@pcp022902pcs.whtmrs01.md.comcast.net] has left #ubuntu []
amphigoryYeah ... but the one I saw didn't seem to apply.  I was scannning through the archives to try and find the one you were talking about10:17
NixerXgonkulator, from the pressed CD....10:17
KickTheDonkeyWhen I plug in my USB digital camera, Ubuntu freezes up...10:17
KickTheDonkeythat is to say, completly locks up.10:17
=== de_wizze [~vc@ACA1803B.ipt.aol.com] has joined #ubuntu
KickTheDonkeyany ideas what I should start looking for>10:17
NixerXgonkulator, 32mb ram350MD drive space min 1.8gb recommened10:17
ogragonkulator: 600 Mhz 256MB 2G are pretty fine here10:18
=== mdke [~matt@mdke.user] has left #ubuntu ["Leaving"]
siimoogra, i have a clean warty system but it still gives the locale error after reconfiguring it do i need to reboot10:18
=== valberg [~valberg@0x535c0299.kjnxx6.adsl-dhcp.tele.dk] has joined #ubuntu
ograsiimo: probably, as the locale is read on boot10:18
=== DarkSilver [~Dark_Silv@kb.jawho.com] has joined #ubuntu
NixerXKickTheDonkey, you mean X locks up :P10:18
gonkulatorNixerX: good stuff, thanks10:18
ograsiimo: at least relogin10:18
tvon|x31KickTheDonkey: can you ssh in from another box?10:18
DarkSilverhello everybody !10:18
KickTheDonkeytvon, yes I can10:19
valberghey how do i mount my cdrom drive in ubuntu... in every other linux i've used i just execute a 'mount /dev/cdrom /mnt/cdrom' command and it works...10:19
KickTheDonkeyoh, you mean AFTER the lock up...10:19
valbergbut it doesn't in ubuntu10:19
KickTheDonkeyNo, I haven't tried that....10:19
=== gonkulator [~brandon@c-24-9-235-7.client.comcast.net] has left #ubuntu ["don't]
ogravalberg: doubleclick in drives ?10:19
tvon|x31KickTheDonkey: I'm just curious, it won't fix anything but it will let you shut it down properly10:19
siimovalberg, i think its /media/cdrom10:19
ogravalberg: there is no /mnt/cdrom in ubuntu10:19
tvon|x31KickTheDonkey: well, you could restart X too :)10:20
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has joined #Ubuntu
valberghmm...10:20
ogravalberg: and mount /dev/cdrom should be enough10:20
siretartKickTheDonkey: http://www.ubuntulinux.org/wiki/DebuggingProcedures10:20
valbergwell i get a "wrong fs" error when i mount /dev/cdrom10:20
valberg:S10:20
ogravalberg: what kind of cd ?10:20
drspinif only it were possible to automatically select the (warty) version for every pack that isn't (warty) or (warty-security) and have it reinstall them all...10:20
valbergogra, a sony cd-r 700mb10:21
=== spikeb [~spikeb@c68.117.110.98.hay.wi.charter.com] has joined #ubuntu
ogravalberg: i mean what doi you mount10:21
siimovalberg,  cat /etc/fstab | grep cd10:21
DarkSilverI have a question : who do I have to contact about the packahe version in hoary ?10:21
KickTheDonkeysiretart:  thanks....  I'll take a look see.  Would this give me the right information?http://www.ubuntulinux.org/wiki/DebuggingRemovableDevices10:22
ogravalberg: it should maount automatically if you put it in as long as you didnt touch fstb10:22
siimovalberg, then mount whatever it returns "mount /media/cdrom0" for me10:22
NixerXvalberg, my /etc/fstab says: /dev/hdc        /media/cdrom0   udf,iso9660 ro,user,noauto  0       010:22
valbergogra, well /media/cdrom1/ just gives me no medium10:22
valbergogra, and it doesn't mount automatically10:23
valbergNixerX, mine too10:23
ogravalberg: then something is wrong....look in Computer->Desktop Settings->Removable Media10:23
=== ubuntu-geek [~ubuntu_ge@24.247.184.104.gha.mi.chartermi.net] has joined #ubuntu
valbergogra, well it starts the gnome cd player.. but it can't play anything...10:24
valbergit's a audio cd10:24
=== bassinboy [~jared@user-0cet1rr.cable.mindspring.com] has joined #ubuntu
=== johane_ [~johan@h202n8c1o255.bredband.skanova.com] has joined #ubuntu
ogravalberg: you cant mount audio CDs10:24
NixerX:)10:24
valberghmm...10:25
bassinboywhat is the root password10:25
ogravalberg: they got no filesystem on them10:25
DarkSilverI have a question (sorry for repost): who do I have to contact about the package version in hoary ?10:25
ograbassinboy: there is none10:25
valbergahh... heh heh that's why it said wrong fs type :P10:25
=== ccyrny [~ccyrny@J2003.j.pppool.de] has joined #ubuntu
ograbassinboy: http://www.ubuntulinux.org/wiki/RootSudo10:25
bassinboyogra: what do i use fr synaptic?10:25
ograbassinboy: _your_ pw10:25
bassinboyogra: Hm, thanks, whats the point of no root password?10:26
ograbassinboy: read the wiki page, its worth to know this10:26
bassinboyhehe, thanks10:26
ograbassinboy: root is locked10:26
kentIs ubuntu trying to make the layout of the gnome menu in the panel go into upstream gnome+10:26
ograDarkSilver: which package ?10:26
siretartKickTheDonkey: take them as hints and advices to debug you problem.10:27
DarkSilverogra, http://www.ubuntuforums.org/showthread.php?t=949610:27
=== Poprocks [~logan@CPE7ed9415afb2c-CM0012253dec94.cpe.net.cable.rogers.com] has joined #ubuntu
mjtafter reading the wiki page, it is still unclear to me why sudo is "better" than su10:27
=== netmonk [~~@nat-18.c0msys.net] has joined #ubuntu
spikebmore useful, certainly.10:27
spikebbetter? don't ask me10:27
=== telemaco [~telemaco@84.77.87.170] has joined #ubuntu
ograDarkSilver: they get in automatically if sid is synced again.....10:28
mjt.. or than ssh root@localhost10:28
ograDarkSilver: hoary regulary syncs with sid10:28
DarkSilverogra: but some package are in Hoary before sid...10:28
ogramjt:  ssh root@localhost ???10:29
ccyrnyHi, for several days now I've been experiencing mysterious system crashes of Ubuntu/Gnome. Does anybody have a clue how to fix this?10:29
drspinValberg: if you don't have a cable from your CD-Drive to your soundcard, GnomeCDPlayer won't work10:29
mrdmjt: If you want a root shell with sudo, just do 'sudo -s'.10:29
ograDarkSilver: yep....because they are made by ubuntu devs.... they then get synced back10:29
drspinccyrny: does dmesg say anything about a kernel panic??10:30
=== mjt does not have sudo on his systems, btw
ogramjt:  ssh root@localhost ???10:30
mrdmjt: So what's the issue?10:30
mjtogra: why not? is it strange?10:30
DarkSilverogra: that would be better than hoary provides also its own packages (php5) instead of waiting them in SID10:30
JDahldrspin, doesnt the system freeze if you get a kernel-panic?10:30
ogramjt:  allowing root ssh acces isnt very nice....10:30
mjtmrd: there's no "issue" - i'm just curious as of why ubuntu "forces" to use sudo10:31
=== Marianitu [maec@161.Red-213-97-48.pooles.rima-tde.net] has joined #ubuntu
ccyrnyI'm going to check this now! Just a minute ...10:31
drspinJDahl: every system freeze I've ever had was a kernel panic10:31
mrdmjt: Because for ubuntu's target audience, the developers feel 'sudo' is a better fit.10:31
ogramjt: <personal preference> that is really insecure </personal preference>10:31
=== maps73 [~maps73@151.81.2.97] has joined #ubuntu
JDahldrspin, yes... what I mean is, can you ever run dmesg if a kernel panic occured?10:32
maps73hy10:32
ogramjt: i wouldnt allow root access via ssh on any of my systems....10:32
=== tipino [~tipino@81-208-60-195.fastres.net] has joined #ubuntu
mjtogra: it _is_ nice ;) in my sshd_config: AuthorizedKeysFile  /etc/ssh/authkeys/%u; AuthorizedKeysFile2  /dev/null; PermitRootLogin without-password;10:32
bassinboycan you add more package sources to synaptic?10:33
JDahlonce you guys are finished debating over su vs sudo, maybe we can do vim vs emacs?10:33
ogramjt: i can understand user@localhost and then su to root....10:33
DarkSilverogra: But where can I ask for suggestions of package ? (MySQL 4.1.8 by default, or the choice between OOo 1.1.4 & 1.9.65 (it's 'only' 1.1.3 in hoary))10:33
=== ogra shivers
ograDarkSilver: either ubuntu-users or ubuntu-devel10:33
zerokogra:  sorry, if you have 5 minutes :-) xfs as / : what exactly do i then have to do in or with grub?10:34
mjtogra: and i do know how to manage my keys "securely", and will only allow to use ssh for users i know are accurate with their keys too10:34
ograDarkSilver: there will be 2.0 if hoary goes public i think10:34
ograzerok: run it twice.... from the console10:34
DarkSilverIt could be cool if there was a Wiki page for the package wishlist !10:34
ccyrnyRe: "kernel panic": I checked 'dmesg', but about the only error message was 'acpi: Unknown symbol acpi_processor_unregister_performance10:34
ccyrnyacpi: Unknown symbol acpi_processor_register_performance'.10:34
Poprocksanyone know why I can barely ever view samba or smb shares in nautilus but my server works just fine?10:34
DarkSilver(beacause, some package are not really maintened by debian devel..)10:34
zerokogra:  just `grub` and then "quit"?10:34
drspinwhere can I edit the "Custom" section for Synaptic?10:34
ograDarkSilver: there is, look for hoary goals10:35
mvodrspin: look for the "filters"10:35
bassinboycan you install KDE and xfce?10:35
=== mrd sighs as his hdd fails the SMART self tests repeatedly... :/
mvodrspin: "Settings/Filters"10:36
ograzerok: kill the grub process from a termional and rerun the installer step10:36
DarkSilverogra : that's not really the same10:36
maps73Hy, I'm using a GPRS connection on my ubuntu notebook. Please could anyone tel me if my connection it's fast or slow? thankyou in advance10:36
ograDarkSilver: hoary will have all package versions that are in sid if hoary freezes....10:36
DarkSilverit's for the hoary release, and I'm talking for the "now" version10:36
ograDarkSilver: warty ?10:37
DarkSilverogra : yes, but for the packages that are not in sid or not up-to-date in sid ?10:37
zerokogra:  you mean right when the you get to the desktop for the first time?10:37
ograDarkSilver: warty doesnt recieve updates despite security stuff10:37
DarkSilverogra: not warty, i'm talking about the devel-hoary I use everyday (I don't want to wait until march 2005 ;) )10:37
ograzerok: huh ?10:37
Poprocksgod nautilus is unstable in hoary10:38
Poprocksdamn10:38
ograDarkSilver: as i said it gets synced regulary.... dont ask me for the timeframe10:38
drspinogra: I found all the packages that were changed -- perhaps I can downgrade :/10:38
=== nakeee [~nakee@barak013-104-254.dialin.huji.ac.il] has joined #ubuntu
NixerXorga, You know pam at all?10:38
ograPoprocks: thats hoary10:38
NixerXogra, You know pam at all?10:38
Poprocksogra, yeah :/10:38
ograNixerX: huh ?10:38
zerokogra:  well *shrugs* it seems like grub had no problems with xfs during the "installation-boot" :-)10:39
ograNixerX: did i miss something ?10:39
NixerXpluggable auth module?10:39
ograzerok: wowie10:39
ograNixerX: i know what pam is10:39
=== stub [~stub@dsl-246.248.240.220.dsl.comindico.com.au] has joined #ubuntu
DarkSilverogra : but it's wired... some new packages are up-to-date, and some older than 10 days in SID are not in horay... Seems like a "selected-sync"10:39
sobralensesorry, I know is want much... but will the newer version of warty live CD be shipped ?10:39
NixerXogra, your 1 up on lotsa of people then. :)10:40
ograDarkSilver: maybe, probably it are pkgs where someone just works on10:40
ograDarkSilver: wouldnt be nice to overwrite his work with a sid version....10:40
ograhoary is in flux....10:40
zerokogra:  jupp :-) works like a charm :-) i just get 2 module failures during startup but fixing them should be a matter of ... a minute *g*10:41
ograzerok: jep, thats harmless10:41
ograzerok: pciehp ....10:41
ograetc10:41
zerokogra:  nope. the one from my not-existing floppy device and from the hardware random number generator :-)10:42
ograzerok: ah, ok10:42
=== eazel7_ [~ezequiel@host224.201-252-82.telecom.net.ar] has joined #ubuntu
zerokogra:  about 2 years debian and this is the first "debian" (no offense :-)) that i really like :D10:43
ograzerok: hw random is also in my pciehp, shpchp list ;)10:43
zerokogra:  ah :-)10:43
ograzerok: i liked _my_ debins..... just to find out there came a distro that builds it similar *g*10:44
ograzerok: so now i'm here *g*10:44
=== Davi_Alencar [~dfalencar@201009154186.user.veloxzone.com.br] has joined #ubuntu
=== nigelenki [~frank@pcp022902pcs.whtmrs01.md.comcast.net] has joined #ubuntu
zerokogra:  i used mandrake for nearly 2 years, then went to debian for about 1.5 years and since last summer i use gentoo on all machines. first i wanted to give ubuntu just a try but it seems to me like the perfect system for my laptop now :-)10:45
nigelenkihow do I make gtk-gnutella connect?10:45
nigelenkion gentoo it just connected out of box10:45
ograzerok :)10:46
=== FireEgl [Proteus947@adsl-17-159-92.bhm.bellsouth.net] has joined #Ubuntu
=== eazel7_ is now known as eazel7
zeroknigelenki:  perhaps there is a "connect" button in one of the lower corners?10:46
nigelenkizerok:  nope10:46
eazel7ahi ta10:47
eazel7problema de permisos10:47
=== mikedo [~mikado@62.84.21.44] has joined #ubuntu
=== Cloudchaser [~Cloudchas@69-172-81-152.atlsfl.adelphia.net] has joined #ubuntu
mikedohello, if anybody knows how make k3b working? CAN'T WRITE CD :(10:50
JDahlmikedo, can you be more specific? error messages and such...10:51
mikedowhen I try to run it as non root it "can't find proper writer"10:52
ogramikedo: did you set it up properly ?10:52
nigelenkiok10:52
mikedoBut if as root then cannot connect to X server10:52
nigelenki0.93.3 does not work10:52
ogramikedo: https://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-10-05.2946111988/10:52
nigelenki0.95 works10:52
JDahlmikedo, sudo k3b?10:52
nigelenkigtk-gnutella needs update10:52
ogranigelenki: not in warty10:52
=== merhojt___ [~jimmy@h67n2fls35o989.telia.com] has joined #ubuntu
nigelenkiogra:  nope  :P10:53
ogranigelenki: there are only security updates for warty10:53
=== x4m [~max@99.158-200-80.adsl.skynet.be] has joined #ubuntu
nigelenkiogra:  but it's 100% unusable in warty universe apparently10:53
=== grepper [~ben@HSE-Ottawa-ppp161759.sympatico.ca] has joined #ubuntu
ogranigelenki: thats bad, but wont get solved.....you could try to contact the backports ppl10:54
=== Gaaruto [~Gaaruto@ASte-Genev-Bois-153-1-2-36.w83-112.abo.wanadoo.fr] has joined #ubuntu
mikedoJDahl, sudo K3b gives nothing10:54
ogramikedo: have you read the howto ?10:54
=== TopDog [~gaute@7.80-202-165.nextgentel.com] has joined #ubuntu
nigelenkiogra:  how long before hoary?10:55
mikedoJDahl, yes but somehow couldn't find :(10:55
nigelenkiwe need a t-minus on frontpage  :)10:55
ogranigelenki: april10:55
ograhttp://www.ubuntulinux.org/wiki/HoaryReleaseSchedule10:55
JDahlmikedo, I take it that "sudo K3b" is just a typo... otherwise maybe you dont have k3b installed?10:56
ograJDahl: he has to run k3bsetup ..... (obvously i'm invisible)10:56
=== ubuntu [~leafless@ottawa-hs-209-217-75-220.d-ip.magma.ca] has joined #ubuntu
=== kawie [~kawie@dslnet.195-138-43.ip187.dokom.de] has joined #ubuntu
NixerXl8tr all.10:57
ubuntuhello10:57
ograJDahl: in a rootshell, not with sudo !10:57
kawieHi all10:57
mikedoJDahl, I gess it is question of permiisions somewhere10:57
=== maxspaPV [~maxspa@84.222.49.16] has joined #ubuntu
=== ubuntu [~leafless@ottawa-hs-209-217-75-220.d-ip.magma.ca] has left #ubuntu []
=== bassinboy [~jared@user-0cet1rr.cable.mindspring.com] has left #ubuntu []
kawieI try ubunto first time today :)10:58
de_wizzehow do I get to change ID3 info for mp3s and oggs?10:58
mikedoaqtually I didn't try yet k3bsetup in a rootshell, not with sudo , I will NOW10:58
JDahlogra, I am inclined to agree on your visibility comment... that aside, I dont think you have to run k3bsetup... k3b will launch it the first it's executed10:58
=== tipino [~tipino@81-208-60-195.fastres.net] has left #ubuntu ["Leaving"]
ograJDahl: k3bsetup needs root (not sudo !!) rights10:59
stuNNeddon't do it sudo it will mess up your home dir, right ogra?10:59
mikedoJDahl, just the same10:59
ograstuNNed: correct10:59
neuro_ogra: sudo su -10:59
neuro_:)10:59
ograneuro_: not sure if that sets the $ENV right.....11:00
mjtfsvo "right": $HOME will be /root11:01
mjt(or whatever of root user)11:01
mikedoJDahl, do you know why it cannot connect to X server? or what it means? I new to linux, so if could explane11:01
siretartI think "sudo -H k3b" should do the trick11:01
mikedosiretart, what is "-H" ???11:02
ograreally safe is to run it from a rootshell, as the howto says11:02
mjtman sudo?11:02
=== dreamcatcher [~sidnei@dreamcatcher.base.supporter.pdpc] has joined #ubuntu
=== drspin concurs with ogra
JDahlmy k3b works fine, and as I remember it I did not do what ogra recommend... maybe I manually changed properties on /dev/cdrom and /dev/dvd as a matter of old habit11:03
=== TopDog [~gaute@7.80-202-165.nextgentel.com] has joined #ubuntu
ograJDahl: so you tewked udev ? (else you cant change perms in /dev) ?11:04
ogratweaked11:04
mjtogra: why not? udev saves perms on quit and restores them on reboot...11:04
JDahlogra, actually you're right.. I did just that11:05
=== dreamcatcher [~sidnei@dreamcatcher.base.supporter.pdpc] has left #ubuntu []
JDahlforgot that11:05
ogramjt: since which version ?11:05
mjtand.. it isn't quite necessary to mess with perms.. there's `cdrom' group, and the /dev/cdrom device is rw for group11:06
ogramjt: afaik it only uses udev.rules and friends11:06
=== bassinboy [~jared@user-0cet1rr.cable.mindspring.com] has joined #ubuntu
bassinboyi want to su and not have to type sudo ever command11:06
ogramjt: and the default user is in the group11:06
mikedowhat did tou do exactly: "I manually changed properties on /dev/cdrom and /dev/dvd"????11:06
=== mvo__ [~Michael@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu
=== ogra takes a long rest now too much sudo/su root
=== McThoro [~mike@adsl-4-202-19.mem.bellsouth.net] has joined #ubuntu
JDahlMikedo, obviously that's not the best way to do it... why do you try what others are suggesting?11:07
JDahls/do/don't/11:08
bassinboyogra: heh, why is su a command when i can 't use it?11:08
Kamionbassinboy: you can, just not in the default configuration11:08
Kamionbassinboy: alternatively, 'sudo -s'11:08
bassinboythanks11:09
=== rhandl2 [~leah@ip68-96-64-162.oc.oc.cox.net] has joined #ubuntu
Kamion'sudo passwd root' if you really want to set a root password11:09
=== Gaaruto is now known as Gaaruto|ubuntu
mikedoJDahl, no I don't, just want to get k3b!!! and i don know how?11:09
mjtogra: well, i'm not really sure about the permissions -- haven't looked at that for a long time. now once we're here i looked again -- no it does not restore perms on restart.. for some reason i thought i does.11:09
=== TopDog [~gaute@7.80-202-165.nextgentel.com] has left #ubuntu ["http://linux.topdogs.no/"]
rhandl2I am trying to play a DVD with totem and the screen ocassionally flckers pink... what gives?11:11
mikedoJDahl, hey but really, why it says "cannot connect to X server", what it means11:13
mikedoJDahl, sorry for troebling you11:13
McThorohi all, I just installed mplayer, when I enter the command mplayer from the console, it says playing file and then just exits.11:14
=== Jero- [~ask@jeheco.demon.nl] has joined #ubuntu
ndetry another movie instead of "the invisable man" ;)11:14
McThorohehe11:14
=== nigelenki [~frank@pcp022902pcs.whtmrs01.md.comcast.net] has left #ubuntu []
=== bassinboy [~jared@user-0cet1rr.cable.mindspring.com] has left #ubuntu []
JDahlmikedo, I dont know... how are you starting X? (and pls ask your Qs to channel so others feel like chipping in)11:15
=== nde [~node@node500.demon.nl] has joined #ubuntu
mikedoI'm running fluxbox at login (if it helps :)11:17
=== twisted_steel [~twisted_s@ip6599145158.link2usa.com] has left #ubuntu ["Leaving"]
drspinquitters11:26
drspin;)11:26
=== ubuntu [~leafless@ottawa-hs-209-217-75-220.d-ip.magma.ca] has joined #ubuntu
=== tonic81 [~toni@84.Red-81-33-67.pooles.rima-tde.net] has joined #ubuntu
=== odyssey [~odyssey@odyssey.user] has joined #ubuntu
odysseyhi does anyone else have issues with ubuntu locking up?11:28
tonic81hello, I want to know, How to install a LiveCD in my PC?11:28
odysseytonic81, you cant install the live cd11:28
sladenodyssey: I think you might have to describe your problem in a little more detail11:28
sladentonic81: don't.  Use the _install_ CD to _install_11:29
tonic81ok odyssey11:29
tonic81thanks11:29
sladenodyssey: does your machine get very, very hot at the same point?11:29
drspindoes anyone remember who was helping me solve my audio problem last night?? I finished README.Debian and recompiled ALSA... and don't knwo what to do now...11:29
odysseysladen, i dont think so... how can i tell?11:29
sladenodyssey: try touching it...11:30
=== OddAbe19 [~OddAbe19@pcp01471558pcs.lncstr01.pa.comcast.net] has joined #ubuntu
ubuntuI was talking about not be able to get my sound card working, anyway I've done "modprobe ad1848" it installed, I did a lsmod and all the modules I need are in there now, somebody said something about alsa running muted?11:30
sladenubuntu: try going to the mixer and changing the volume...11:31
ubuntumixer11:31
ubunturight11:31
=== stuNNed_ [~stuNNed@adsl-068-209-149-165.sip.msy.bellsouth.net] has joined #ubuntu
ubuntuvolume control? sladen11:32
=== stuNNed_ is now known as stuNNed
odysseysladen, it does appear hot although you could be onto something as i was running seti all of last night and the fans didnt really kick in11:33
odysseyubuntu volume control yes11:33
ubuntuSorry, no mixer elements and/or devices found11:33
ubuntuthat was my error message11:34
=== bratsche [~cody@dsl093-053-083.blt1.dsl.speakeasy.net] has joined #ubuntu
bratscheAnyone here using an NVIDIA board with the nvidia binary driver?11:36
odysseyubuntu you got that when you opened gnome-volume-control?11:36
ubuntuyes11:36
Kamionubuntu: any chance of a less generic nickname, by the way? :-)11:36
=== JayeAeotiv [~jaye@c-24-23-84-172.client.comcast.net] has joined #ubuntu
odysseyits beyond me then sorry11:36
=== Tritoch|L [~tritoch@ka45c.hig.no] has joined #ubuntu
=== ubuntu is now known as hippie-boy
hippie-boyhows that Kamion11:37
Kamionworks for me11:38
=== natea [~natea@dbros01.static.iaxs.net] has joined #ubuntu
=== merhojt___ [~jimmy@h67n2fls35o989.telia.com] has joined #ubuntu
hippie-boythe modules installed where ad1848 uart401 sound soundcore11:39
=== telemaco [~telemaco@84.77.87.170] has left #ubuntu []
=== rhodan [~rhodan@amanzi.plus.com] has joined #ubuntu
drspinbrb - need to restart11:40
rhodanhello thar11:40
odysseysladen, you are right the system is running to hot, how can i remedy this?11:41
=== gjc [~gjc@adslsapo-b5-164-117.telepac.pt] has joined #ubuntu
bratscheAnyone using nvidia binary driver?11:42
=== drac [drac@83.146.195.19] has joined #ubuntu
=== drac [drac@83.146.195.19] has left #ubuntu []
gjcCan someone please tell me, is it a crazy idea to install ubuntu as server? :)11:43
JDahlgjc, I dont think so, but personally I would Debian/Sarge (and maybe kernel 2.4)11:44
=== McThoro [~mike@adsl-4-202-19.mem.bellsouth.net] has joined #ubuntu
JDahlI would use..11:44
gjcit is labeled a 'desktop distribution', yet it comes with many supported server packages..11:44
JayeAeotivDoes anyone else find ubuntu a bit choppy or laggy?11:44
gjcJDahl: but Sarge has no security updates, according to debian web site11:44
hippie-boymaybe if I installed the modules during boot up things would work11:45
gjcsince sarge is 'testing', and it says there only 'stable' has security updates11:45
hippie-boymodprode doesn't stick around after reboot right11:46
gjcbratsche: I tried using nvidia drivers, but nvidia driver + use tv tuner card = system freeze, so I had to give up11:47
=== svenl_ is now known as svenl
danielsogra: so, what's up?11:50
bratscheI just can't get the GLX extension to work for some reason.11:50
ogradaniels: upgraded my flowerpower imac yesterday xorg doesnt work but gdm starts fine with a black screen....any hints ? no errors so far....11:50
ogradaniels: i.e. i hear the drums....11:51
smashiehmm anyones running a transparent proxy on a remote mashine and got the forwards from the actual router  sucessfully working?11:51
bratschehttp://www.mepis.org/node/view/2003 says to dpkg install nvidia-glx with the --force-overwrite option11:51
bratscheBut I can't seem to get that to do anything.11:51
danielsogra: (see #u-d)11:51
bratschedpkg install <filename> --force-overwrite11:51
ogradaniels yep11:51
bratscheIt says "dpkg: need an action option"11:51
JayeAeotivI've written 3 quitting letters to my boss and haven't sent in a single one.11:51
JayeAeotivlol11:51
=== zerok [~zerok@zerok.support.phpbb] has joined #ubuntu
=== shiko_ [~shiko@sta21-2-82-235-186-81.fbx.proxad.net] has joined #ubuntu
=== shiko_ [~shiko@sta21-2-82-235-186-81.fbx.proxad.net] has left #ubuntu ["Leaving"]
=== PotajiTo [PotaJep0w3@31.Red-80-35-118.pooles.rima-tde.net] has joined #ubuntu
PotajiTowenas11:54
Kamionbratsche: --install not install11:55
=== eph [~e@host81-134-92-133.in-addr.btopenworld.com] has joined #ubuntu
bratscheOops.  Thanks.11:56
=== drspin [~cole@ip68-2-119-141.ph.ph.cox.net] has joined #Ubuntu
drspinwhere is alsaconf?11:56
bratschebrb11:56
ephCan Ubuntu resize NTFS in the installer? and is NFORCE3 chipset supported?11:56
Kamioneph: NTFS> in the development release, yes, in the stable release, no11:57
Kamioneph: NFORCE3 should be fine, file a bug if stuff isn't detected11:57
ephim talking about resizing an NTFS partition .. not writing to files within one11:57
=== tester_ [~yz@216.238.204.27] has joined #ubuntu

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!