/srv/irclogs.ubuntu.com/2005/12/19/#ubuntu.txt

=== mmolina [n=mmolina@pc-75-4-104-200.cm.vtr.net] has joined #ubuntu
erUSULzdennis, ???12:00
zdennisdooglus, isn't wipe somethin that has to do with securely removing files?12:00
zdennisyes erUSUL ?12:00
doogluszdennis: it's a way of writing random junk over things to wipe them.  what did you want to do to your swap space?12:00
kameronzdennis i think that's shred, but it could be both. i've never used wipe.12:00
initkameron, ah....12:00
=== Jettis [n=h0h0@a80-186-63-56.elisa-laajakaista.fi] has joined #ubuntu
erUSULzdennis, why would you want to clean up swap?12:00
initdr_willis, well, all i want is to be able to see a drive from any computer. be it ftp or otherwise12:01
kamerondooglus: it looks backwards to me12:01
kameroninit: what's that?12:01
initwhat would be the easiest way? fora linux beginner12:01
doogluskameron: you said "ln a b would make b link to a".  that's the same as the man page is saying, just replace 'a' with TARGET and 'b' with LINK_NAME12:01
kameroninit: to mount it?12:01
czrdooglus, a is a link to b. but the proper name is symbolic link (or soft link), not link (that's a different thing)12:01
BooZeeshould I remove the old kernel from the system?12:01
kameroninit: and r/w?12:01
czrah, not -s, so normal links12:01
zdennisok...here's my issue. Say I have Firefox open and 8,000 pages open, and firefox is usijng 500Mb of RAM, 300MB is VIRT12:01
mwedooglus: right12:01
initkameron, i was talking about the config you mentioned. i'm sick and dont have time to learn how to configure this drive to work under ubuntu12:01
kameronzdennis: how is that an issue/12:01
zdennisI have another application open using 500Mb of memory, and say i Only have 512Mb of memory12:01
jcolediesel: i ran into problems trying to do it that way12:02
zdennisso part of program B is in swap. I close firefox, and I'd like program B to be moved out of swap12:02
kameroninit: it's a simple line in your fstab to read/write the drive, and give appropriate permissions.12:02
czrthe man page should read: ln a b creates a new link with name 'b' that will link to the same inode to which name 'a' already links ;-)12:02
jcolediesel: are there any ubuntu floppy install images available?12:02
erUSULzdennis, that's the job of the kernel12:02
initkameron, well. you'll have to bare with me. what is an fstab and how do i change this?12:02
kameroninit: have a search on google or ubuntu.com, i'm sure they'll tell you the line. i don't have my hands on it. i'm actually on windows right now.12:02
chrisx1how do i fix this ,with out rebooting eject: unable to eject, last error: Invalid argument12:02
czrzdennis, how did you measure the memory use?12:02
dieseljcole: not sure...i can look.  What problems did you run into?12:02
erUSULzdennis, you can't force it12:02
czrzdennis, VIRT != memory usage12:03
zdennisczr, i am running top12:03
Rage__AGH! xv works with the ati driver but not fglrx! ffs.12:03
czrlook above12:03
Rage__why?12:03
DjLinXi installed proftpd and when i type it into a brower i get "Access to the port number has been disabled for security reasons." doesn't anyone know how to fix12:03
fluvvellsomeone was talking ftp servers, anybody familiar with proftpd? I have a question...12:03
=== redguy [n=mati@add40.neoplus.adsl.tpnet.pl] has joined #ubuntu
kameroninit: fstab is your file system table. it's at /etc/fstab i believe. i'm really rusty though. "cat /etc/fstab" to view it. you need to add a line there to be able to read/write hfs. but, writing may not be supported by the kernel. i only ever read from an hfs drive.12:03
zdenniserUSUL, that sucks12:03
=== Agiofws [n=AC90CESS@athe730e-2249.otenet.gr] has joined #ubuntu
Agiofwshello12:03
zdennisczr, swap space used "234916k"     ....   total Mem free: "201960k"12:04
kameronfluvvell: yep, i've done proftpd server, etc. what's up?12:04
doogluszdennis: which of the 10 programs in swap would you like to be moved out of swap when you close firefox?12:04
zdennisczr, it just bugs me that stuff stays in swap when i have open memory for it12:04
doogluszdennis: and how is the kernel supposed to know that?12:04
fluvvellkameron: I hardly ever use ftp, but have to now.  I installed proftp, but having trouble making it go.  /etc/init.d/proftp reports that it must be started from inetd or xinetd.  Have made the appropriate file in xinet.d but its not going yet, what now?12:04
Agiofwsdoes  ubuntu while installation fix a config file that could be used to  compile a kernel after the installation ?12:04
erUSULzdennis, why?12:04
doogluszdennis: it's better to have your RAM used as a file cache than to be holding programs that are inactive.12:04
zdennisdooglus, i dont care what is moved to memory, it'd just be nice, if i didn't have to close all applications and reopen them for efficient use12:04
czrzdennis, stuff is paged back into physical memory when it's used. free physical memory will be used for block caches, so it makes linux faster. if this bugs you you can change the swappiness factor in the kernel12:05
zdennisdooglus, that's my point. My program is no longer inactive12:05
doogluszdennis: that's the application's fault.  if firefox didn't grow to such excessive size there wouldn't be a problem12:05
fluvvellkameron: also im offsite using ssh, not onboard with a gui desktop12:05
bimberiAgiofws: ls /boot/config*12:05
czrzdennis, it isn't using the pages that are in swap12:05
doogluszdennis: when you try using the program again, it'll get swapped back in.12:05
=== teasxc [n=teasxc@par69-4-82-226-64-86.fbx.proxad.net] has joined #ubuntu
Agiofwsbimberi,  are you sure ?12:05
doogluszdennis: you can try playing with linux's swappiness variable and see if that helps12:05
=== teasxc [n=teasxc@par69-4-82-226-64-86.fbx.proxad.net] has left #ubuntu ["Leaving"]
czrzdennis, as long as it doesn't use them, the pages won't swap. linux doesn't swap whole processes at a time, but pages at a time (4 or 8 KiB)12:05
Rage__Heh, no great loss, totem is shite anyhow.12:05
erUSULzdennis, please read a little about virtual memory an OS desing. all os's do the same with vm12:05
=== funkyHat [n=matt@cpc3-nthc3-3-1-cust65.nrth.cable.ntl.com] has joined #ubuntu
doogluszdennis sudo bash -c "echo 0 > /proc/sys/vm/swappiness"12:06
Agiofws? bimberi ?12:06
zdennisczr, ah12:06
dieseljcole, I am not finding a floppy install, but I have used the debian floppy install numerous times and the _base_ install of debian could easily be upgraded to ubuntu12:06
bimberiAgiofws: i'm sure there's config files there - yes12:06
Agiofwsright afer installation ?12:06
=== eobanb_ [n=eoban@iub-vpn-70-26.noc.indiana.edu] has joined #ubuntu
=== Sionide [n=sphinx@139.222.236.157] has joined #ubuntu
=== pluffsy [n=emil@h117n2fls34o1118.telia.com] has joined #ubuntu
=== guru54_ [n=guru@dialup-4.245.79.37.Dial1.StLouis1.Level3.net] has joined #ubuntu
pluffsyhello12:07
pluffsyI want to make a dual-boot system with ubuntu and macosx. how should I share files between the systems?12:07
=== locomorto [n=loco@unaffiliated/locomorto] has joined #ubuntu
=== Trashcan [n=matt@ip70-176-253-127.ph.ph.cox.net] has joined #ubuntu
zdenniserUSUL, my goal is not to try to solve the problem, i'm not a kernel or os developer nor do i care to be. I am simply saying it would be nice, since I can't do it now.12:07
=== nictuku [n=yves@200.140.162.97] has joined #ubuntu
bimberiAgiofws: when else would they have turned up?12:07
eobanb_pluffsy, there are several ways12:07
Agiofwslol12:08
eobanb_are you running 10.3, or 10.4?12:08
pluffsy10.412:08
dieselRage__: agreed...I hate Totem12:08
=== Atlas is now known as Atlas|Zzz|Taff
Ngzdennis: the current behaviour is far better :)12:08
kamerontotem is garbage12:08
chrisx1how do i fix this ,with out rebooting eject: unable to eject, last error: Invalid argument12:08
zdenniserUSUL, but i am ok if it doesn't do it, i was just curious if i could do it, and i think the answer is unanimous12:08
pluffsyis the hfs-support any good in the kernel now?12:08
pluffsyand what about hfs+?12:08
eobanb_yes, it is.12:08
=== sobersabre [n=bilbo@l192-117-118-8.broadband.actcom.net.il] has joined #ubuntu
pluffsyor should I install that extension for reading ext3 in macosx?12:08
eobanb_unfortunately only 10.3 can mount ext3 filesystems, as far as i know....the kext doesnt work with 10.412:08
sobersabrehi12:08
kameronchrisx1: specify a device12:08
chrisx1Determinist Hey Mate I Need A Lil Helpcdrom12:08
=== Ivan [n=crazy_da@h143n1fls32o831.telia.com] has joined #ubuntu
kameronchrisx1: example: eject /dev/cdrom12:09
DjLinXi installed proftpd and when i type it into a brower i get "Access to the port number has been disabled for security reasons." does anyone know how to fix12:09
kameronchrisx1: example: eject /dev/cdrom -t to close it12:09
=== uber_spaced [n=uber@pcp08941341pcs.trentn01.nj.comcast.net] has joined #ubuntu
eobanb_in any case, hfs support in the kernel is just fine, you should have no problems.12:09
=== Vatrodux [n=vatrouni@185-80-223-201.adsl.terra.cl] has joined #ubuntu
fluvvellkameron: on the private chat...12:09
uber_spacedwhat is a good caching nameserver package for ubuntu?12:09
sobersabreI've upgraded to kde3.5... and strangely screensaver uses only upper 1/2 of the display.12:09
chrisx1chris@ubuntu:~$ eject /dev/cdrom12:09
chrisx1eject: unable to eject, last error: Invalid argument12:09
bimberiAgiofws: This page https://wiki.ubuntu.com/KernelCompileHowto describes that file as "the current kernel's config".12:09
sobersabrewhat can cause this problem, ?12:09
Deterministchrisx1, shoot12:09
zdenniserUSUL, czr, Nz, dooglus, kameron .. i appreciate all of your input and comments though, thx for helping me understand12:09
Ivanhow du i install a Wireless netcard in ubuntu?12:09
pluffsyeobanb: great so just a standard ubuntu 5.10 installation should be able to read and write stable to my hfs partition?12:09
=== hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu
uber_spacedlike something that would be able to look up names for computers in an internal network?12:09
=== Quizzer [n=admin@Toronto-HSE-ppp3906134.sympatico.ca] has joined #ubuntu
eobanb_pluffsy, yes12:09
pluffsyeobanb, any idea how well hfs+ works?12:09
bimberiAgiofws: s/that file/such config files/12:09
frogzoojust eject - its set to /dev/cdrom by default12:09
kameronzdennis: yeah, no problem. i'm a little wound up here trying to help a bunch of people, bah.12:09
eobanb_quite well....i've just plugged in a firewire drive formatted as hfs+ and it just worked12:10
eobanb_same with ipods12:10
erUSULzdennis, np12:10
zdenniskameron, who's got issues, I am good with alot of things...just not kernel/os low-level stuff =)12:10
czrzdennis, have fun :-) and remember that VIRT != memory usage12:10
eobanb_and my powerbook's hfs partition12:10
pluffsyeoband: ahh just great. thanks :)12:10
pluffsyerr eobanb12:10
zdennisczr, i have that imprinted in my braind now forever =)12:10
=== erUSUL bed time. wakes up early tomorrow...
czrzdennis, good, it will get you far in life :-)12:11
uber_spacedhow do i get the ssh server working?12:11
Ivanhow du i install a Wireless netcard in ubuntu?12:11
bimberiuber_spaced: sudo aptitude install ssh12:11
eobanb_ivan, what is the problem you are having?12:11
czrIt's actually pretty hard to calculate the memory usage of some process. not even sure that the question makes sense in UNIX12:11
kameronzdennis: :P12:11
Ivaneobanb i have a wireless netcard i wount start i am using initng to boot ubunut12:11
chrisx1Determinist: pm12:12
kameronfluvvell: you around? i'm not getting any messages.12:12
fluvvellkameron: im here12:12
czrzdennis, the closest metric you should use is RSS(/RES) which tells how much of virtual memory is present in physical memory at the moment12:12
uber_spacedbimberi, i get: ssh: Depends: openssh-server but it is not installable12:12
bimberiuber_spaced: do you have non-ubuntu repositories enabled?12:13
Ivaneobanb do i have to enable wireless connection when i boot with initng?12:13
czrzdennis, so RSS should increase when a process gets some of its pages back from swap12:13
fluvvellping12:13
czrzdennis, and RSS will decrease normally when pages are swapped to disk12:13
eobanb_Ivan i'm not sure..12:13
=== ichigo [n=ichigo@c-67-191-27-79.hsd1.fl.comcast.net] has joined #ubuntu
=== sambagirl [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu
sobersabrehmm/// very very strange things happen to  the screensavers in KDe... no IDEA what is with them!!!12:14
ichigohey i have one question and where can i update the ubuntu 5.10 ?12:14
Ivaneobanb none of the laps on the card is on12:14
fluvvellkameron:  lag beguiles the man, computers befumble him12:14
=== ash_ [n=ash@tardis.mub.unimelb.edu.au] has joined #ubuntu
kameronfluvvell haha, what?12:14
uber_spacedbimberi, I have univers enabled.12:15
DjLinXi installed proftpd and when i type it into a brower i get "Access to the port number has been disabled for security reasons." does anyone know how to fix12:15
mweI though VSZ was just adding data and the stack to the memory needed for the code12:15
ichigoi download the update on torrent and i dont see the burner program on this linux12:15
ichigoo.012:15
fluvvellkameron: just trying to get through...12:15
=== lordlucless [n=andrew@ppp22-61.lns2.syd7.internode.on.net] has joined #ubuntu
=== hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu
kameronfluvvell: bah, this system is messed. i hate windows.12:15
bimberiuber_spaced: that's fine - put your /etc/apt/sources.list on a pastebin (eg. http://paste.ubuntu-nl.org )12:16
fluvvellkameron: Im actually using ubuntu strangely enough!12:16
=== PhilH [n=phil@cpc2-oxfd8-4-0-cust31.oxfd.cable.ntl.com] has joined #ubuntu
kameronfluvvell: ORLY??12:17
uber_spacedbimberi, will do.12:17
lordluclessIm getting a whole whack of keyboard errors in the kernel logs - Im using a KVM switch. Could that have anything to do with it?12:17
ichigook12:17
hmpedersenNe1 know someplace to find nice free games that works with ubuntu?12:18
uber_spacedhttp://paste.ubuntu-nl.org/d572112:18
fluvvellkameron: how about that proftpd then?12:18
kameronlordlucless: i've never had a problem with a KVM acting up in any way. is it a universal type that just port forwards, or does it use fancy drivers, etc? mostly they do not.12:18
sobersabreguys... what should I be looking for with my problems with screeensavers with KDE 3.512:18
sobersabre >?12:18
mwehmpedersen: happypenguin.org12:18
ichigowine is that program allow u play game for free ?? right12:18
kameronfluvvell: what was the question again?12:18
eobanb_sobersabre, what problems12:19
lordluclesskameron, nah, just bog standard. Its all *working* fine, Im just getting my kernel log flooded with keyboard messages12:19
kameronichigo: not really. it's a program that allows you to run windows programs on linux. you might be thinking of cedega which is an extension of that.12:19
sobersabresome of the savers don't work at all, and some take upper half of the monitor ... very very ODD.12:19
gnomefreakichigo, wine allows you to run windows apps in linux (some)12:19
fluvvellkameron: he he, I installed proftpd, put an xinetd file in and can't figure out how to start it!  Maybe I'm stupid after all12:19
kameronlordlucless: that's weird.12:19
ichigoah but i thought wine detect my window game on cd then it will work? o.012:19
kameronfluvvell you can't start the xinetd file?12:19
sobersabreeobanb any ideas ?!12:19
=== Krhis [n=Krhis@cblcpe-79-205.suite224.net] has joined #ubuntu
bimberiuber_spaced: enable (ie. uncomment) the security repositories (last 4 nonblank lines), update and retry12:20
hmpedersenmwe, thanx12:20
eobanb_sobersabre, are you using the right drivers for your GPU?12:20
kameronichigo: it's FAR more complex than that. cedega does a better job, but it's not free.12:20
=== Agiofws [n=AC90CESS@athe730e-2249.otenet.gr] has left #ubuntu ["apothemata"]
=== kj [n=remove_j@66.17.34.72] has joined #ubuntu
ichigoooh12:20
ichigoalright12:20
uber_spacedbimberi, thanks!12:20
eobanb_if you're using the wrong ones then OpenGL ones wont work right12:20
lordluclesskameron, mind if I pm you a few lines from the log?12:20
sobersabreeobanb I have not touched X. only upgraded to the KDE to 3.5 from kubuntu site.12:20
bimberiuber_spaced: not yet, make sure it works first :)12:20
ichigobut i need kno else too... umm where can i update 5.10 but i got it on 2.1012:20
fluvvellkameron: no, I've kind of forgotten, its been years since I played with xinetd12:21
ichigoalso i am download the 5.10 and it dvd12:21
=== vitopio [n=vitopio@host-84-220-40-214.cust-adsl.tiscali.it] has joined #ubuntu
sobersabreI do remember installing libattr and libacl for amarok to compile...  could it cause these ?112:21
kameronlordlucas: i'd say yes, but i have two people having troubles PMing me, i'm not recieving messages.12:21
=== zenwhen [n=zenwhen@12-222-196-28.client.insightBB.com] has joined #ubuntu
uber_spacedbimberi, that fixed it.12:21
uber_spacednow, if i could find a caching-nameserver thing that would be great12:21
kameronlordlucas: just drop them in ubuntu-offtopic, they probably won't mind.12:21
eobanb_sobersabre, why did you compile amarok?12:22
uber_spacedI used to be a red-hat person, switched to ubunto.  got my firewall up but need name services.12:22
lordluclessok. Are the people PMing you registered users? This network blocks pms from non-registered users12:22
fluvvelluber_space, me too12:22
kjhello all..12:22
jbroomeuber_spaced: dnsmasq12:22
uber_spacedfluvvell, have you found an equivilent to caching-nameserver.something.rpm?12:22
=== jpoe [n=jpoe@huntersrun-cm-245.usa2net.net] has joined #ubuntu
bimberiuber_spaced: great! (sry don't know much about caching nameserers)12:22
uber_spacedjbroome, thanks.12:22
fluvvelluber_spaced I don't think they have one, I put a full version of bind in,12:22
bimberi^v12:23
uber_spacedfluvvell, heh.12:23
kameronlordlucas, oh maybe that's it, i really don't know. i don't think i'm registered right now either. i haven't put in pass yet.12:23
=== mp_ [n=mp@82.153.240.58] has joined #ubuntu
fluvvelluberspaced, prolly an overkill but we were doing full dns for a client anyway12:23
kjI just updated to breezy this last week. kubuntu is great! but my icons got jacked in ubuntu (gnome).... anyone else seen this after a dist-upgrade from the breezy repos?12:23
sobersabreeobanb for pg support.12:23
uber_spacedyeah, caching nameserver was kindof sweet; I dont think it was a full-blown bind install; just enough to resolve names.12:23
kameronfluvvell: i don't even remember what xinetd files are? man, i'm so rusty.12:24
=== pitagoras [n=kurumin@201-0-22-97.dsl.telesp.net.br] has joined #ubuntu
sobersabreeobanb_  are you eobanb or eobanb_12:24
sobersabre?12:24
uber_spacedjbroome, that looks to be pretty sweet; it leads me to believe that DHCP server is running internally... is this true?12:24
=== chrisx1 [n=chrisx1@spc1-burn2-5-0-cust56.bagu.broadband.ntl.com] has joined #ubuntu
jbroomeuber_spaced: it can be if you'd like to use it for dhcp12:24
=== humboldt [n=hugo@toronto-HSE-ppp4260931.sympatico.ca] has joined #ubuntu
fluvvellkameron: its ok, philH just got me going in standalone12:25
sobersabreuber_spaced what are you talking about ? a wifi-adsl router ?12:25
uber_spacedjbroome, is there a doc location for that package?12:25
bimberikj: iirc reselecting a theme in System -> Prefs -> Theme fixes that12:25
uber_spacedsobersabre, no, computer w/ 2 network cards doing masq and name services.12:25
PhilHah, you got it :)12:25
uber_spacedi dont mind dhcp running on it; makes things kindof easy i guess...12:25
sobersabreuber_spaced don't you know what runs where ?!?!?!12:25
jbroomeuber_spaced: other than a man page and google search, i don't think so. :)12:26
=== Torez_ [n=Torez@cpc1-blac4-3-1-cust128.manc.cable.ntl.com] has joined #ubuntu
kjthanks bimberi...12:26
kameronfluvvell: okay, good. sorry i can't help you too much here.12:26
uber_spacedjbroome, thanks;12:26
bimberikj: np :)12:26
PhilHGuys, what do i need to do to get DVD burning working under Breezy?12:26
Torez_Yo. I've been scouring around for hours and can't find anything, so I'll ask here. Is there a way I can force Ubuntu to use a certain default gateway? Networking GUI continually reverts back.12:26
uber_spacedsobersabre, other distributions have some sort of package documentation repository along with the packages... i was wondering if there was somethign like that.12:26
u|qosRage__: okay ... i read some manuals, the manpage and installed wondershaper. and it works. but i want to manage it for seperate processes ... ftp, samba, etc ...12:26
humboldthow can I set an environment var for apache? a persistant one? /etc/environment does not seem to have any effect. Is there something similar or is the only way to edit the ini.d script?12:26
=== thadood [n=thadood@cpe-66-61-66-14.midsouth.res.rr.com] has joined #ubuntu
uber_spacedsobersabre, but yes, i do know where stuff runs from where and whatnot.12:26
=== alain__ [n=alain@eu85-86-139-254.clientes.euskaltel.es] has joined #ubuntu
mwehumboldt: what exactly do you need?12:27
=== alain__ [n=alain@eu85-86-139-254.clientes.euskaltel.es] has left #ubuntu ["Abandonando"]
=== TokenBad [n=tokenbad@67.189.71.165] has joined #ubuntu
kjbimberi: every thing else has been great. This distro has left fedora in last years dust.12:27
=== manchine [n=manchine@ahk58.internetdsl.tpnet.pl] has joined #ubuntu
humboldtAs I said. I want to set an env for apache. PDFLIBLICENSEFILE=/etc/libpdf-license-key12:27
TokenBadstupid damn printer and router..can't get either to work12:27
Ivanhow do i c the initng boot log12:27
Ivan?12:27
jbroomewhat?12:28
=== ChaKy [n=chaky@lns02-0274.dsl.iskon.hr] has joined #ubuntu
PhilHTokenBad, what's wrong with them?12:28
fluvvellkameron: thanks anyway, you cant help everyone -12:28
TokenBadwell the printer will start to print the test page then stop..but not have anything on the paper12:28
jbroomeIvan: dmesg give you what you want?12:28
sobersabreuber_spaced are you talking about /usr/share/doc ?12:28
bimberikj: glad you like it12:28
humboldtI know I can edit the init.d script and this works fine. but I will have to take care of this on each and every update.12:28
TokenBadeven though new cartrages12:28
bimberi:)12:28
Ivandmesg initNG12:28
TokenBadand the router..no idea..no idea how to set the router up under linux12:28
fluvvellPhilH, thanks heaps, I was one step off a going system!12:28
Ivan!dmesg initNG12:28
ubotfluIvan: What?12:28
humboldtmwe: so is there an other method?12:28
uber_spacedsobersabre, whatever this distro uses.12:29
PhilHfluvvell, heh, no problem12:29
u|qosokay ... i read some manuals, the manpage and installed wondershaper. and it works. but i want to manage it for seperate processes ... ftp, samba, etc ... is this possible?12:29
=== mcjerry [n=mcjerry@ip68-99-175-230.mc.at.cox.net] has joined #ubuntu
sobersabrehm.. nevermind.\12:29
manchinethough i have apache2, libapache2-mod-php4 and php4,firefox still does not recon php files and attempts to dl them. any ideas?12:29
mwehumboldt: I'm not sure. I'd put it in the startup script12:29
Ivanhow do i msg ubutflu12:29
jbroomeIvan: /msg ubotflu question12:29
humboldtmwe: So be it.12:29
eobanb_sobersabre, i'm both12:29
PhilHuse /query username12:30
mwehumboldt: wait12:30
jbroomeIvan: and run dmesg on your machine locallay, not the bot12:30
humboldtmwe: what for?12:30
=== olipaul [n=phendric@host86-134-156-109.range86-134.btcentralplus.com] has joined #ubuntu
humboldtmwe: got some new idea?12:30
mwehumboldt: I just noticed a /etc/apache2/envvars file. I guess you can put it there12:30
olipauldoes anyone know what the current state of dapper is? is it usable, basically?12:30
=== krak [n=krak@ip70-191-112-189.cl.ri.cox.net] has joined #ubuntu
humboldtapache112:30
uber_spacedanyhow, jbroome , sobersabre , thanks for your help.12:31
mwehumboldt: doesn't that have something similar?12:31
Ivansp what do i typ /msg ubitfflu + question12:31
jbroomeubotflu: np12:31
ubotflujbroome: What?12:31
Ivanwhere do i use dmsg12:31
jbroomecrap.12:31
=== _sebastian [n=sebastia@82-45-40-179.cable.ubr02.azte.blueyonder.co.uk] has joined #ubuntu
jbroomeIvan: in a terminal on your machine12:31
humboldtmwe: does not look like it12:32
=== Killer_Smurf [n=Killer_S@S0106000c76ba0623.cg.shawcable.net] has joined #ubuntu
=== myke [n=myke@213.31.44.66] has joined #ubuntu
mykewhat is a good download manger12:32
myke?12:32
_sebastianHI I need some help.  I have installed Apache and PHP on Linux.  got those working.  However as for MySQL well.  I am trying to connect log in with MySQL administrater, but it won't work.   I don't have an actsaul account to log in it seems.  and it says MyySQL itelfs owns the permissions for i  t.   When I try to log in I get this erorr message:12:32
_sebastianUbuntu12:33
_sebastianerorr message I am geting is hang on12:33
Dido-win-cloneIf I copy the whole linux drive to a dvd could it work like back up of the system (if I format the drive for example and the if I copy the all the files back)?12:33
Killer_Smurfsebatian....  your talking a lamp setup?12:33
=== blanky [n=blanky@pool-71-104-140-211.lsanca.dsl-w.verizon.net] has joined #ubuntu
LjLmyke: i use axel, which is a command line tool that can download from multiple mirrors concurrently. it's got a simple KDE frontend too. also, they say prozilla is good, but it's not packaged.'12:33
olipaulin ubuntu the fn key can control volume etc, does anyone know what app/deamon is controlling that?12:33
=== Arrik [n=will@dhcp80ffc242.residence-rooms.uiowa.edu] has left #ubuntu ["Leaving"]
_jasonmyke, d4x12:33
=== snoopy [n=chatzill@static-63-238-184-235.t1.cavtel.net] has joined #ubuntu
_jasonmyke, if you want simple and don't like cli, use a frontend for wget: gwget12:34
=== snoopy [n=chatzill@static-63-238-184-235.t1.cavtel.net] has left #ubuntu []
Torez_Ooh, what's SIOCADDRT and where can I edit it..?12:34
_sebastianLamp uhmmmmmm I read about Lamp.  Yeah I guess it's a Lamp setup then. well kind of.  just downloaded and installed and sorted out with help.  Apache and PHP onto my Ubuntu.  with a ton of ther programs12:34
mwehumboldt: you could look in apachectl to see if it looks for something like that12:34
=== ColonelKernel [n=ponnet@12-218-155-108.client.mchsi.com] has joined #ubuntu
=== oxez [n=oxez@unaffiliated/oxez] has joined #ubuntu
=== HapyHippy [n=HappyHip@cpc4-stoc4-4-1-cust29.midd.cable.ntl.com] has joined #ubuntu
=== fluvvell [n=barryc@222-152-167-7.jetstream.xtra.co.nz] has joined #ubuntu
pnoobHELP need to install GTK+ anyone know how?12:36
HapyHippylo all12:36
=== rosen [n=rosendah@cpe.atm2-0-55378.0x50a1c67e.arcnxx17.customer.tele.dk] has joined #ubuntu
bimberi_sebastian: perhaps something here might help - https://wiki.ubuntu.com/ApacheMySQLPHP12:36
HapyHippyn00b help req: when mounting a FAT32 partition I can't get write access, even with sudo12:37
pnoobbimberi, can you help me figure out how to inst. some GTK?12:37
HapyHippyI even tried turning on sharing in XP, but no difference12:37
=== winston_ [n=winston@mtl-pppoe-adsl260.securenet.net] has joined #ubuntu
rosenok a quickie before bedtime ... how do I erase a file (as root) in terminal ?12:37
_sebastianok MySQL error message I am getting when I try to log in:   Could not connect to host '127.0.0.1'.  MySQL Er Nr.  1130  #HY00Host 'localhost.localdomain' is not allowed to connect  to12:37
MickMcMacksudo rm file12:37
MickMcMack?12:37
_sebastianthis MySQL server12:37
dooglusrosen: "rm <file>"12:37
LjLpnoob: gtk is installed by default in Ubuntu, as it's the engine that runs your whole graphical interface12:37
pnoobrosen, you just rm <filename> or sudo rm <filename>12:37
_sebastianCheck the ping blah blah to see if it is a network problem12:38
rosengreat :) thanks both of you12:38
winston_how to I get my smtpd to start on boot so I can send mail  (does it need config?)12:38
pnoobLjL, this is great, how come I don't get anything when I 'which gtk' ?12:38
PhilHso, DVD burning under breezy, how do i do this?12:38
fluvvellHappyHippy, how are you mounting the drive?12:39
rosenmm ... then what if it's a directory ?12:39
LjLpnoob: i guess it's because "which" locates commands, and gtk is not a command... it's a set of libraries12:39
=== Tybalt [n=V@210.213.173.157] has joined #ubuntu
doogluspnoob: because 'which' locates binaries, and gtk is a library12:39
bimberipnoob: try "locate gtk"12:39
HapyHippymount /dev/hda3 /mnt/thisisatest12:39
rosenodly enough I dont get the chance to type my root password when I use the gui12:39
dooglusrosen: "rm -r" will remove recursively12:39
=== pitagoras [n=kurumin@201-0-22-97.dsl.telesp.net.br] has joined #ubuntu
Tybaltcan someone help me12:39
pnoobLjL, thanks for the help, so obvious now.12:39
KrhisAsk away Tybalt12:39
fluvvellHappyHippy, and the folder under /mnt exists right?12:39
rosenso .. sudo rm -r <name>12:40
eobanb_Tybalt, what's the problem12:40
dooglusrosen: yeah12:40
HapyHippy:-) yeah12:40
HapyHippycan access np12:40
MickMcMackrosen, sudo rm -rf name (doesn't prompt)12:40
Tybaltdo you happen to try to install  maya 7.0 on ubuntu12:40
=== krisg [i=krisg@210.213.142.70] has joined #ubuntu
rosenaaaah12:40
LjLpnoob: well, anyway, what do you need to do?12:40
dooglusrosen: -f will "force" the removal - it won't ask 'are you sure you want to remove' or anything12:40
fluvvellHappyHippy, does mount give an output?12:40
rosensweet relief12:40
=== xandor [n=xandor16@adsl-69-151-106-78.dsl.hstntx.swbell.net] has joined #ubuntu
=== LnoDqo [n=aeeooij@81.214.89.222] has joined #ubuntu
HapyHippyin terminal? no12:40
bimberirosen: take extreme care with <name>12:40
=== Hobbsee_away is now known as Hobbsee
HapyHippyIIRC12:40
HapyHippywill redo...12:40
dooglusHapyHippy: this is a problem that I've seen here 4 times in the last day12:40
rosenoh it's gone now ... dead and gone ... such a relief :D12:40
fluvvellHapyHippy, you could use -o rw12:40
=== LnoDqo [n=aeeooij@81.214.89.222] has left #ubuntu []
Tybalti have rpm's of the maya12:41
dooglusHapyHippy: I don't know if anyone found a solution yet12:41
Tybalthow do i install it12:41
fluvvelldooglus, problems mounting fat32 drives?12:41
pnoobLjL, I'm installing some dev/alpha ware and this stuff is required.  Figured getting in as deep over my head is a good way to learn fast.12:41
PhilHwhy are you hunting for GTK?12:41
u|qoscan i limit the vsftpd upload speed for each user individually?12:41
=== carlos [n=carlos@201.211.156.211] has joined #ubuntu
=== krisg [i=krisg@210.213.142.70] has joined #ubuntu
dooglusfluvvell: the problem is that the fat drives get mounted "rw", but cannot be written.  attempting to write says "read-only filesystem".  any idea?12:42
=== carlos is now known as bogafff
pnoobLjL, do you build sources under this Ubuntu stuff?12:42
fluvvellHapyHippy, silly question number 3:  you can read folders in the drive ok?12:42
xandorWhat is the name of the mac OS X for x86 architecture? Does anyone here know?12:42
pnoobPhilH, I'm req. to have a certain version of it, that's all.12:42
=== ubuntud [n=ubuntu@h8441140025.dsl.speedlinq.nl] has joined #ubuntu
HapyHippyfluvvell - yup12:42
bogafffam having a problem with the screen,. its all wobbly and i cant change resolutions12:42
Tybalti have amdx2 6412:42
LjLpnoob: to build sources that use GTK, you don't just need GTK, but also the dev packages of GTK12:43
=== lllmanulll is now known as lllmanulll|Zzz
dooglusHapyHippy: what does "mount | grep -i fat" show?12:43
Tybaltand i want to install maya 7.012:43
winston_Can anyone help me to get started sending mail? I figure I need to start the smtpd somehow...?!?12:43
frogzooI have just one stoopid windows prog that calls a vxd - so wine wont handle it - the alternative is an emulator - which is the best? vmware/win4lin commercial - qemu, bochs GPL?12:43
LjLqemu12:43
Tybaltcan someone help install12:43
LjL!tell pnoob about auto-apt12:43
Krhisbogafff, what video card are you using?12:43
=== belarus [n=belarus@adsl-ull-55-50.46-151.net24.it] has joined #ubuntu
HapyHippy/dev/hda3 on /mnt/thisisatest type vfat (rw)12:43
KrhisMight need drivers.12:43
bogafffsis mobo integrated12:43
dooglusfrogzoo: win4lin is very good if all you need is windows 98.  the win4lin pro thing sucks12:43
pnoobLjL, the sources I'm building are not gtk they just run with/on it ... do I still need the unstable packages of gtk?12:43
LjLpnoob: the program ubotflu is pointing you to can help finding the dev packages that are required to compile a given program12:43
bogafffkm40012:44
doogluspnoob: you need the "-dev" versions of the gtk libs12:44
LjLpnoob: you do need the GTK dev packages. i don't think you need any unstable ones, though!12:44
KrhisHave you set your montiors H/V in x.org?12:44
Seveas!seen cafuego12:44
ubotflucafuego <n=cafuego_@ppp83-238.lns2.mel3.internode.on.net> was last seen on IRC in channel #ubuntu, 1h 15m 49s ago, saying: '!ndiswrapper'.12:44
=== Phinite [n=SW@s209-121-68-99.bc.hsia.telus.net] has joined #ubuntu
=== xandor [n=xandor16@adsl-69-151-106-78.dsl.hstntx.swbell.net] has left #ubuntu ["Leaving"]
Seveas!help12:44
bogafffhow to?12:44
Tybalthow do i install rpm base packages on ubuntu ?12:44
Hobbsee!alien12:44
ubotflualien is, like, a program to convert RPMs to DEBs. Can give problems. Website: http://www.kitenet.net/programs/alien/12:44
jbroomeWhat can we help you with Seveas? :)12:45
LjLfrogzoo: wine is fastest. qemu comes second, i guess. qemu can become quite fast with the optional "accelerator", but that's closed source (though free)12:45
frogzooTybalt: typically u dont ...12:45
fluvvellHapyHippy, what output does fdisk -lu give?12:45
eobanb_Tybalt, what is the software in question12:45
TybaltMaya 7.012:45
HapyHippynone12:45
dooglusfluvvell: it's mounted already..12:45
TybaltAlias Maya 7.0 eobanb12:45
PhiniteI need to do a search replace in vi and insert a newline that will be visible in Windows... how do I do that?12:45
=== belarus [n=belarus@adsl-ull-55-50.46-151.net24.it] has left #ubuntu ["Leaving"]
Tybalton the site of maya it only supports rh & fedora12:46
pnoobdooglus, LjL, is there a centralized way of finding the right gtk-dev stuff?12:46
blankyblender 3d12:46
=== ralphee [n=ralph@ralphadamson.com] has joined #ubuntu
Krhisbogafff, looks like you'll need to add your HorizSync and VertSync settings in /etc/X11/xorg.conf.12:46
frogzoothx dooglus, LjL12:46
Tybaltso is there a way i can install it ?12:46
fluvvelldooglus, good point12:46
LjLpnoob: "apt-cache search" i suppose you mean?12:46
=== netjoined: irc.freenode.net -> brown.freenode.net
=== TongMaster [n=TongMast@157.besecure.net.au] has joined #ubuntu
KrhisDo you know what they are?12:46
bimberiTybalt: use alien12:46
Phinitewell, I don't need to do it in vi, I could do it with bash I suppose12:46
Tybaltdone that12:46
Phinitethat might be easier12:46
fluvvellHapyHippy, what type is your /dev/hda112:46
=== stefan [n=stefan@p54AC97DA.dip0.t-ipconnect.de] has joined #ubuntu
doogluspnoob: I would "sudo apt-get build-dep gnome-terminal" or some such.  that will install a whole bunch of development libraries.12:47
rickestPhinite: :%s/\n/\r\n/12:47
eobanb_Tybalt, did you try talking to Alias about it?12:47
HapyHippyNTFS, and no way I can reformat - works laptop12:47
Phinitetrying that now rick, thanks12:47
Quizzerwhere can i find a good ssh client for ubuntu12:47
eobanb_Quizzer, apt-get install ssh12:47
Tybalteobanb,  not yet12:47
dooglusHapyHippy: what do you see if you "ls -ld /mnt/thisisatest" ?12:47
LjLdooglus: i would rather use auto-apt if it were for me12:47
dooglusLjL: I never heard of it12:47
Tybalthow do i use root on ubuntu ?12:47
bogafffoi sudo aint working either12:48
eobanb_!sudo12:48
ubotflusomebody said sudo was the command to get superuser privileges, see http://wiki.ubuntu.com/RootSudo12:48
=== BeGu [n=BeGu@cs164149.pp.htv.fi] has joined #ubuntu
HapyHippydrwxr-xr-x  7 root root 8192 1970-01-01 01:00 /mnt/thisisatest12:48
KrhisTybalt, you can "sudo su"12:48
LjLdooglus: apt-cache show auto-apt. it's quite handy, see also https://wiki.ubuntu.com/AutoApt12:48
dooglusHapyHippy: can you write to the FAT drive if you become root first?12:48
bimberiQuizzer: openssh-client is installed by default12:48
=== chemisus [n=chemisus@pcp09463696pcs.ctftmy01.fl.comcast.net] has joined #ubuntu
LjLKrhis, Tybalt: "sudo -i" is usually better than "sudo su"12:48
dooglusHapyHippy: "sudo -s" to become root12:48
bogafffi have just installed ubuntu,. maybe i screwed up somewhere?12:48
=== aqfn [n=daniel@adsl-69-232-45-250.dsl.irvnca.pacbell.net] has joined #ubuntu
Tybaltthnx Krhis12:49
=== zenwhen [n=zenwhen@12-222-196-28.client.insightBB.com] has joined #ubuntu
KrhisAh yes. Forgot.12:49
KrhisEnjoy.12:49
aqfnhi12:49
pnoobdooglus,  what will this sudo apt-get build-dep gnome-terminal do?12:49
bogafffi ll reinstall12:49
frogzooTybalt: you can do everything mostly with sudo - no need to run root in the gui12:49
chrisx1any1 have any ideas why mplayer doesnt play sound?12:49
HapyHippyaha!12:49
aqfnis there any way to repair a parition table >?12:49
Tybaltyeah sori12:49
doogluspnoob: it will install all the development packages you need to build gnome-terminal12:49
MickMcMackaqfn, there should be.12:49
=== Bachus9000 [n=Bachus90@pcp01053787pcs.muncie01.in.comcast.net] has joined #ubuntu
Tybaltbeen using the su12:49
frogzoo!tell chrisx1 about restricted12:49
Ivanchrisx1 use -ao oss12:49
Tybaltand it doesnt work12:49
Tybalteheheh12:49
aqfnhow to12:49
Tybaltsorry12:49
dooglusHapyHippy: if that worked, you should remount the partition, as follows:12:49
pnoobdooglus, so I could swap other things in for gnome-terminal??12:49
LjLpnoob: it will install all the -dev packages that are required to compile gnome-terminal. since gnome-terminal is a Gnome (and thus a GTK) application, it will certainly install the GTK dev packages. only problem, it will probably also install a ton of other stuff12:50
frogzooTybalt: sudo - not su12:50
chrisx1Ivan: where and how?12:50
dieselpnoob: yes12:50
dooglusHapyHippy: sudo mount -o remount,umask=0 /mnt/thisisatest12:50
=== stefan [n=stefan@p54AC97DA.dip0.t-ipconnect.de] has left #ubuntu ["...]
doogluspnoob: sure.12:50
pnoobLjL,  this other stuff wouldn't cause probs would it ... just be baggage?12:50
LjLpnoob: yes12:50
=== pitagoras [n=kurumin@201-0-22-97.dsl.telesp.net.br] has left #ubuntu ["Leaving"]
MickMcMack~testdisk is A program that can help recover lost or damaged partition tables: http://www.cgsecurity.org/index.html?testdisk.html12:50
MickMcMackBah, how do you add a factoid? :(12:51
LjLpnoob: if you take note of what was installed, you can just remove it later when you've finished compiling.12:51
dooglusubotu, testdisk is a program blah blah blah12:51
HapyHippydone, no feedback and rights are still 75512:51
MickMcMackdooglus, is ubotflu ubotu ?12:51
dooglusMickMcMack: I don't know12:51
dooglus!paste12:51
ubotfluI heard paste is please use http://paste.ubuntu-nl.org/ or #flood to paste large amounts of text12:51
pnoobLjL, being a p-noob I doubt I'd know what to remove, huh?12:52
MickMcMackdooglus, thanks. :)12:52
dooglusubotflu, testdisk is a program blah blah blah12:52
ubotfludooglus: okay12:52
frogzooubotflu - lol12:52
ubotflufrogzoo: parse error: dunno what the heck you're talking about12:52
dooglusubotflu, no testdisk is a program blah blah blah12:52
ubotflui already had it that way, dooglus12:52
MickMcMackubotflu, forget testdisk12:52
ubotfluMickMcMack: i forgot testdisk12:52
MickMcMackubotflu testdisk is a program that can help recover lost or damaged partition tables: http://www.cgsecurity.org/index.html?testdisk.html12:52
ubotfluMickMcMack: okay12:52
LjLpnoob: well, "apt-get build-dep gnome-terminal" will *tell* you what is being installed, so that will be what you will (or might) want to remove ;-)12:52
fluvvellHapyHippy, looks like the mount is happenning as root with no -o user option12:52
eobanb_!testdisk12:52
ubotfluextra, extra, read all about it, testdisk is a program that can help recover lost or damaged partition tables: http://www.cgsecurity.org/index.html?testdisk.html12:52
eobanb_good.12:52
MickMcMack!tell aqfn about testdisk12:52
LjLpnoob: of course, you can leave it all installed if you prefer. but it might take quite a bit of space, like some hunded megabytes12:53
=== MickMcMack hands ubotflu a tissue.
aqfnoo12:53
=== n|qos [n=mo@dslb-084-061-011-009.pools.arcor-ip.net] has joined #ubuntu
=== Phinite [n=SW@s209-121-68-99.bc.hsia.telus.net] has left #ubuntu []
HapyHippyfluvvell - I must have learned a lot this week, that made sense :p12:53
=== shwag [n=shwag@santamonica-cuda4-24-55-48-87.vnnyca.adelphia.net] has joined #ubuntu
HapyHippyso other than sudo -s, is there any other work around you know of?12:54
PhilHcan anyone help me with DVD burning?12:54
MickMcMackaqfn, did that help?12:54
HapyHippyand how do I go back to normal user?12:54
skierkegaardhow do i configure a wireless card12:54
dooglusHapyHippy: try:   sudo mount -o remount,umask=0,uid=1000 /mnt/thisisatest12:54
LjLHapyHippy: type exit12:54
frogzoophilh just ask your question - leap in12:54
dooglusHapyHippy: you just "exit2 to go back12:54
KrhisPhilH, What do you need help with?12:54
dooglus"exit"12:54
dooglusHapyHippy: control-d would do it too12:54
aqfntrying12:54
Tybaltthnx12:54
=== somjuk [i=somjuk@jane.lru.ac.th] has left #Ubuntu []
=== ralphee [n=ralph@ralphadamson.com] has left #ubuntu ["Leaving"]
HapyHippydooglus - same result, no feedback, 75512:55
=== Kingbahamut [n=bahamut@c-24-98-229-28.hsd1.ga.comcast.net] has joined #ubuntu
dooglusHapyHippy: what do you see from "mount | grep -i fat" now?12:55
lewixhow can I play streaming video ?12:55
MickMcMackaqfn, if you have totally borked it, I would recommend using something like the INSERT livecd, that is specially made for system recovery.12:55
pnoobLjL,  I'm miffed, I ran apt-get build-dep gnome-terminal and got 'unable to lock the administration directory (/var/lib/dpkg/) is anotherprocess using it?'12:55
=== mocca [n=mocca@p213.54.165.252.tisdip.tiscali.de] has joined #ubuntu
moccahey12:55
MickMcMackpnoob, sudo ?12:55
frogzoolewix: install gxine & restricted codecs12:55
PhilHwell, i've just burned a DVD+R using K3B, when i try to import the session in K3B it informs me that there are no sessions to import, and gnomebaker gives me an error message12:55
_jasonlewix, have you tried mplayer?12:55
pnoobLjL, shute, I have synaptic on, will try again12:55
aqfnok thanks12:55
doogluspnoob: you need to exit synaptic, apt-get, and anything else like that first12:55
HapyHippy/dev/hda3 on /mnt/thisisatest type vfat (rw,umask=0,umask=0,uid=1000)12:55
zdennisanyone in the mood to help me setup port forwarding with iptables ?12:56
skierkegaardmy wireless card is listed as not configured12:56
skierkegaardwhat do i do?12:56
doogluspnoob: you also need to use 'sudo'12:56
aqfnmy partitions still work, just that the table is shot12:56
lewixfrogzoo, gxine ? where can I find it + the restricted codecs12:56
pnoobdooglus,  I DID use sudo, i just had synaptic running by mistake12:56
frogzoo!tell lewix about restricted12:56
lewix_jason, nope, totem is the one set by default12:56
moccasomeone can answer me a wlan question?12:56
dooglusHapyHippy: what if you "sudo umount /mnt/thisisatest"12:56
frogzoolewix: sudo apg-get install gxine12:56
_jasonlewix, mplayer works well for me, so you may want to test it out and see12:56
=== PHR023N [n=phrozen@219.93.196.224] has joined #ubuntu
dooglusHapyHippy: and then mount it again: "sudo mount -o rw,umask=0,uid=1000 /dev/hda3 /mnt/thisisatest"12:57
chrisx1any1 have any ideas why mplayer doesnt play sound?12:57
frogzoochrisx1: have you chosen media source? (& turned up the volume/plugged it in?)12:57
PHR023Ni'm trying to optimize my hdparm for my Seagate 40 GB Model=ST340014A12:57
=== krobins [n=krobins@c-24-3-214-134.hsd1.oh.comcast.net] has joined #ubuntu
=== starscalling [n=WinNT@cpe-24-24-137-48.socal.res.rr.com] has joined #ubuntu
HapyHippyw00t12:58
_jasonchrisx1, did you set it to use esd if you are indeed using esd?12:58
HapyHippy777 :-D12:58
PhilHthe last message from gnomebaker's output is cdrecord: Cannot read session offset12:58
pnoobLjL, turns out to be 55 MB ... don't know if I should proceed yet.  Are you saying that these packages (for gnome-terminal) will probably overlap well with the other stuff I need to be running for the gtk-dev stuf to work?12:58
PHR023Ncan anyone help?12:58
chrisx1frogzoo: yes was working on other dvds12:58
=== kj [n=remove_j@66.17.34.72] has left #ubuntu []
dooglusHapyHippy: I'm wondering whether it was working already, and you just needed to open a new terminal.  I'm not sure.12:58
pnoobALL -- what's the size of ubuntu base install?12:58
=== auk [n=scott@h-69-3-181-231.lsanca54.dynamic.covad.net] has joined #ubuntu
LjLpnoob: most probably they will. care if i query you and explain how this stuff works in some more detail?12:59
frogzoopnoob: will fit in 10gb12:59
=== cmatheson [n=cmatheso@204.110.225.254] has joined #ubuntu
Dido-win-clonepnoob 1.5gb is the size but on my 2gb hdd it didn't install12:59
!Md:*! our australian server is disappeared, along with the sponsoring network. maybe we could use another australian server. for more information about sponsoring a freenode IRC server please look at http://freenode.net/12:59
HapyHippyit def. wasn't when I logged on here. Tried opening and closing terminal, using file browser as well12:59
=== titanium [n=titanium@blk-222-158-20.eastlink.ca] has joined #ubuntu
pnoobfrogzoo,  that's insanely huge!12:59
HapyHippyalthough I never tried it with option tags before12:59
frogzooDido-win-clone: the installl likes a lot of space for /var when installing12:59
chrisx1_jason: i choose esd ty it works12:59
=== roy__ [n=roy@212.Red-83-37-177.dynamicIP.rima-tde.net] has joined #ubuntu
doogluspnoob: it fits on 1 CD, so I doubt it's anything like 10Gb...01:00
_jasonchrisx1, i suppose you are using gmplayer with the gui?01:00
=== zim [n=zim@zimonline.demon.co.uk] has joined #ubuntu
frogzoopnoob: I just wanted to set an upper figure01:00
pnoobLjL, don't understand what you're asking in your 'query'01:00
HapyHippynext question (last one for now)...01:00
chrisx1_jason: i get an error01:00
chrisx1and it disables sound01:00
zimhi all01:00
=== PHR023N [n=phrozen@219.93.196.224] has left #ubuntu []
_jasonchrisx1, who what when where?01:00
Dido-win-clonefrogzoo is it possible to copy my current installation threr?01:00
zimjukst a quick q01:00
bimberipnoob: more like 1.5gb but having seen dido-win-clone's post it must have a high-water-mark over 2gb during the install01:00
chrisx1using mplayer _jason01:00
HapyHippyany ideas why, when I connect my wifi to my own router the whole system freezes after a couple of minutes01:00
roy__alguien espaol01:00
frogzoopnoob: actually, I've done a full install inside 4gb no probs01:00
dooglusI've been using ubuntu for a year now and it still fits in 5.3Gb01:00
_jasonchrisx1, mplayer, not gmplayer right?01:00
=== hardybm [n=hardy@200.87.151.75] has left #ubuntu ["Leaving"]
HapyHippybut if I connect at work, or to my neighbour's wifi all is fine?01:00
=== rapha [n=rapha@dialin116200.server4you-dsl.de] has joined #ubuntu
=== MasterTsunami [n=MasterTs@unaffiliated/mastertsunami] has joined #ubuntu
HapyHippyIntel 2200BG01:00
chrisx1yes mplayer01:00
_jasonubotflu, tell chrisx1 about mplayer01:01
_jasonchrisx1, read towards the bottom, it will tell you where to setup esd for mplayer01:01
rickestI'm installing 5.10 onto an old 4.3GB hard drive (total) as we speak01:01
=== aeon17x [n=aeon17x@58.69.27.191] has joined #ubuntu
=== Mr_Rock [i=Rocker@113-41-105.adsl.cust.tie.cl] has joined #ubuntu
=== Mr_Rock [i=Rocker@113-41-105.adsl.cust.tie.cl] has left #ubuntu []
zimtrying to automate somthing01:01
=== rapha [n=rapha@dialin116200.server4you-dsl.de] has left #ubuntu ["...]
chrisx1_jason: sound workks now i get error to many video packets in the buffer01:01
frogzooDido-win-clone: not sure what u mean?01:02
=== ubuntu_ [n=ubuntu@pc-85-0-120-200.cm.vtr.net] has joined #ubuntu
=== Krhis [n=Krhis@cblcpe-79-205.suite224.net] has joined #ubuntu
=== Kindred [i=brandify@188.240.132.203.in-addr.wholesaledsl.net] has joined #ubuntu
=== pjw [n=pjw@ACD777EC.ipt.aol.com] has joined #ubuntu
=== czer323 [n=czer323@cpe-24-210-72-75.columbus.res.rr.com] has joined #ubuntu
chrisx1_jason: think i fixed it ty01:02
_jasonchrisx1, umm ok, what did you do out of curiousity?01:02
chrisx1nope same01:02
_sebastianDo I need to start MySQL before I even try and log in as a user?   If so how do I start it first?   and since I just instaled it  do I even have an account?  I try to log in and I carn't.  and according to  this thing I need MySQL started first.01:02
_sebastianPLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !01:03
_sebastianTo do so, start the server, then issue the following commands:01:03
Dido-win-clonefrogzoo i've installed on other hdd now, could i copy this installation on the 2gb disc (it's 1.7gb~ now)01:03
_sebastian/usr/bin/mysqladmin -u root password 'new-password'01:03
_sebastian/usr/bin/mysqladmin -u root -h ubuntu password 'new-password'01:03
_sebastianSee the manual for more instructions.01:03
chrisx1_jason: sound is working just the buffer01:03
KindredHi, someone recommended I install a 686 kernel to fix a hardware problem i'm having, I currently have an amd64 kernel so would doing this break software and stuff?  I am hesitant to try it because I don't really know the consequences.01:03
_jasonchrisx1, mind pastbinning the exact output?01:03
LjLpnoob: you should have a new window or tab in your irc client with my nickname on it01:03
=== cfs-work [n=cfs@216-239-45-4.google.com] has joined #ubuntu
HapyHippyno ideas? Thanks to dooglus and fluvvell for prob #1 tho :D01:03
chrisx1i told u the output:o01:03
zim$hcitool scan returns:  00:00:00:00:00:00:00      phone name01:03
chrisx1_jason: sound workks now i get error to many video packets in the buffer01:04
=== Goldfish [n=gregturn@user-0calf26.cable.mindspring.com] has joined #ubuntu
frogzoo_sebastian: sure - you'll need to move everything - including symlinks & device files (cpio/dump - some people have done it with tar) - then you'll need to reinstall grub & you re done01:04
dooglusHapyHippy: sorry, no.  I only set ubuntu up with wifi once and it went fine.01:04
chrisx1_jason: ill try in console01:04
=== ash_ [n=ash@tardis.mub.unimelb.edu.au] has joined #ubuntu
HapyHippywill try the forums, and pop back here next time I hit a wall (50 says it'll be 15 min tops :p)01:04
zimhow do i isolate the mac address to use on the next line rfcomm bind 0 macaddress 401:04
_sebastianlol  frogzoo what you on about.  Grub has got nothing to do with MySQL01:05
=== nathanj [i=nathanj@sweep.bur.st] has joined #ubuntu
=== warren_ [n=warren@fore.looksmart.com] has joined #ubuntu
warren_any ppc people here01:05
zimhas anyone folowed what i nees01:05
zimhas anyone folowed what i need?01:05
frogzooDido-win-clone: sure - you'll need to move everything - including symlinks & device files (cpio/dump - some people have done it with tar) - then you'll need to reinstall grub & you re done01:05
eobanb_warren_, yes01:05
frogzoo_sebastian: sry dude01:05
=== javery [n=eagleye@69-170-213-193.lkwnny.adelphia.net] has joined #ubuntu
chrisx1!pastebin01:05
ubotflupastebin is, like, a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org01:05
bimberiKindred: I'm not an expert on this but i am similarly skeptical.  As i understand it you have to be all 32bit or all 64bit (chroot environments aside)01:06
warren_eobanb: when i last got my ppc copy they only sent me a install cd01:06
_sebastianwrong person hummmm01:06
warren_eobanb: i heard they have live ppc cds now01:06
=== quail_linux [n=quail@unaffiliated/quaillinux/x-000001] has joined #ubuntu
warren_is that true ?01:06
zimhelp :(01:06
eobanb_yes, i think it is01:06
eobanb_!livecd01:06
ubotflulivecd is probably useful for playing with or trying out (k)ubuntu without installing it or making any changes to your system. grab one from the download page at http://www.ubuntulinux.org or request via ship-it.01:06
=== wastrel [n=wastrel@HOLMES2.BIO.NYU.EDU] has joined #ubuntu
wastrelhi! where do i point my /dev/pilot symlink so pilot-link can see my usb palm?01:06
zimlost sole needs some scripting help01:06
Kindredbimberi, hm ok thanks.01:06
=== Fujitsu_ [n=Fujitsu@c211-28-179-31.eburwd7.vic.optusnet.com.au] has joined #ubuntu
KrhisYes, zim?01:07
eobanb_warren_, http://mirror.mcs.anl.gov/pub/ubuntu-iso/5.10/01:07
Dido-win-clonefrogzoo just copying all files from the drive and reinstalling grub does it ?01:07
_sebastianDo I need to start MySQL before I even try and log in as a user?   If so how do I start it first?   and since I just instaled it  do I even have an account?  I try to log in and I carn't.  and according to    the set a MyySQL root password thing I need to have MySQL started first01:07
=== eagleye [n=eagleye@69-170-213-193.lkwnny.adelphia.net] has joined #ubuntu
zimif i get "00:00:00:00:00    freds phone"01:07
zimhow do i filter that so its just the mac address01:08
wastrelmmm zim01:08
wastrelit is a good cartoon01:08
dooglus_sebastian: "sudo /etc/init.d/mysql start" or some such?01:08
PhilHso, any thoughts on DVD burning?01:08
doogluszim: "awk '{print $1}'"01:08
=== Ummu [n=jeff@69.90.193.117.novuscom.net] has joined #ubuntu
pnoobALL -- want to get Athlon 64 rocking UBUNTU any mainboard + cpu recommendations?01:08
=== _jeff [n=jeff@209-161-241-37.dsl.look.ca] has joined #ubuntu
chrisx1_jason: http://paste.ubuntu-nl.org/572201:08
_jeffhey guys01:08
KrhisHi, jeff.01:09
eobanb_pnoob, depends on your price range and needs.01:09
=== myke [n=myke@213.31.44.66] has joined #ubuntu
pnoob_jason,  and gals!!!01:09
mykehello01:09
Goldfishpnoob: I recommend an AMD64 processor....heheh. Actually, I have AMD64 3200+ on my mythtv box.01:09
mykeanyone here use gyach?01:09
_jeffi keep getting this error during the configure stage of my installations from source:01:09
bimberiKindred: perhaps the "someone" thought you were currently in the 386 kernel - because 386 to 686 is fine01:09
_jasonchrisx1, does this happen with other movie files?01:09
pnoobeobanb,  Willing to build it, so thinking a 150 mainboard and 200 chip should be the limit.01:09
frogzooDido-win-clone: no - you'll need to copy the file systems - if you just copy, you'll come to grief on the device files & symlinks01:09
eobanb__jeff, what installations?01:09
chrisx1umm01:09
KrhisI have a AMD64 3200+ on this box right now.01:09
mykewhen trying to view webcams i get a error that gyach-webcam is not there01:09
chrisx1_jason: i aint really watched many on here01:09
pnoobGoldfish,  what's the mainboard?01:10
n|qoshow do i completly disable wondershaper?01:10
Ummuhow do I copy the contents of .bin files into a CD?01:10
=== cody [n=cody@CPE00d0097e9461-CM001225db8daa.cpe.net.cable.rogers.com] has joined #ubuntu
=== TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu
=== haypo [n=haypo@tchoy.net] has joined #ubuntu
doogluszim: did that answer your question?01:10
_jasonchrisx1, did you set video output to 'xv'?01:10
=== Mabus06 [n=Nick@hlfxns0149w-142177124136.ns.aliant.net] has joined #ubuntu
frogzooDido-win-clone: what you want is a backup tool - dump/cpio/or tar - to migrate the file system(s)01:10
=== SY0724F [n=SY0@200.143.84.143] has joined #ubuntu
TokenBadPhilH, I got it working01:10
_sebastiansays it is already running hummmmmmm.  right i'll try those  other commands again01:10
_jeffi keep getting this error during the configure stage of my installations from source:01:10
dr_willisUmmu,  i belive k3b can burn cue/bin files01:10
TokenBadit was something really really stupid01:10
chrisx1_jason: what u mean?01:10
PhilHcool, how?01:10
_jeffchecking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!01:10
zimyes great01:10
eobanb__jeff, what are you trying to compile01:10
zimty01:10
TokenBadthe damn uplink button on the router got pushed in01:10
mykeanyone01:10
Ummudr_willis: Yes, it can, but I don't want to install all those libraries for k3b01:10
myke?01:10
PhilHheh01:10
Dido-win-clonefrogzoo uh.. i dont understand anything ;[ screw it01:10
dr_willisUmmu,  time to do some googling then I guess.01:11
_jeffeobanb: im trying to compile kmetabar from source01:11
pnoobIS there an UBUNTU hardware IRC???01:11
_jasonchrisx1, try: mplayer -ao esd -vo xv nameofmoviefile01:11
TokenBadnow if I can just get the printer to work01:11
haypohi! gam_server is eating a lot of memory and cpu, how can I kill him or configure it to don't notify anything!? (I'm using Kubuntu with KDE 3.5)01:11
codyhey,I'm having problems with my ubuntu; for some reason it doesn't seem to update and itt thinks I am not the owner can anyone help me I am confused :S01:11
=== the_real_gallows [n=gallows@81-178-77-10.dsl.pipex.com] has joined #ubuntu
frogzoo_sebastian: I'm not sure - but it sounds like the mssql daemon runs as a unix user - so set the password (ie /etc/passwd type passwd)01:11
Ummudr_willis: Ok. Would you like to know the result, or shall I just go away?01:11
PhilHwell, good luck with that01:11
zim00:00:00  foo01:11
Goldfishpnoob: I got mainboard http://www.newegg.com/Product/Product.asp?Item=N82E16813123230 and CPU http://www.newegg.com/Product/ProductList.asp?Submit=Suggested&Description=19-10301:11
zim00:00:01  foo01:11
dooglushaypo: "pkill gam_server"01:11
zim00:00:03  bar01:11
=== Shachaf [n=Shachaf@c66-235-25-227.sea2.cablespeed.com] has joined #ubuntu
_sebastianyes at the moment I got a MySQL that has permissions that belongs to MySQL01:12
dr_willisUmmu,  i use k3b :P it blows all other toos away for my needs - i DO belive ive seen some cue/bin --> iso converter programs out.. but ive  not used them.01:12
lewixhey01:12
doogluszim: what are you trying to tell us?01:12
Goldfishmysql kicks off as root, and then forks a process to run as mysql. Because root is doing this, it doessn't need any password support.01:12
dr_willisUmmu,  may want to check freshmeat.net01:12
Ummudr_willis: cdrdao seems to work01:12
TokenBadwell here is one for you PhilH it went through the proccess of printing the test page all the way to the end01:12
chrisx1_jason: ty works(Y)01:12
eobanb__jeff, is this what you're talking about? http://packages.ubuntu.com/breezy/kde/metabar01:12
pnoobGoldfish,  is this a rockin system?01:12
TokenBadbut nothing at all on the page01:12
zimie it find 3 phone and i want to do the same to all 301:12
=== mcjerry [n=mcjerry@ip68-99-175-230.mc.at.cox.net] has joined #ubuntu
lewixltiverse gstreamer0.8-ffmpeg01:12
lewixReading package lists... Done01:12
lewixBuilding dependency tree... Done01:12
lewixE: Couldn't find package gstreamer0.8-plugins-multiverse01:12
lewixwhat's wrong ?01:12
=== panzer [n=panzer@66-8-223-201.adsl.terra.cl] has joined #ubuntu
zimbluetooth has some flaws01:13
_jasonchrisx1, set xv as the default video output in gmplayer using preferences and do the same in the configuration file for mplayer01:13
dr_willisUmmu,  yea.. im thinking there may be some 'issues' dependng on the bin/cue.  conmfiguration01:13
_jasonchrisx1, that's the output you should be using anyhow01:13
_jeffeobanb: yeah, only its been modified a bit01:13
frogzooGoldfish: is it necessary to run mysql as root? or just convenient?01:13
pnoobIs there an IRC for UBUNTU HARDWARE???01:13
eobanb__jeff, is this what you're talking about? http://packages.ubuntu.com/breezy/kde/metabar01:13
eobanb_okay...01:13
chrisx1_jason: its out of sync01:13
_jasonpnoob, no01:13
frogzoopnoob: I dont think so01:13
Ummudr_willis: it seems that k3b is a cdrdao frontend, so... it might work01:13
Goldfishpnoob: Well, I use it for all my mythtv recording. I records all my shows into a mpeg4 without loading the CPU more than maybe 30%. HDTV decoding pushes it up higher, I don't use it for gaming or doing flashplayer stuff. Pretty good to me.01:13
=== sdfsdgfsfg [i=brandify@188.240.132.203.in-addr.wholesaledsl.net] has joined #ubuntu
_jasonchrisx1, add the -framdrop switch and see if it goes away01:13
eobanb_is there any reason why you cant use the version in the repository, _jeff ?01:13
Ummudr_willis: but people make frontends for it for a reason. :P01:13
dr_willisUmmu,  yea.. i just saw cuetools - tools for manipulating CUE/TOC files   - also..01:13
=== sdfsdgfsfg [i=brandify@188.240.132.203.in-addr.wholesaledsl.net] has left #ubuntu []
_jasonchrisx1, typo: -framedrop01:13
=== K_Dallas [n=Korben@i216-58-91-120.cybersurf.com] has joined #ubuntu
eagleyeHas anyone seen malkavain?01:13
zimif you "rfcomm bind 0 macaddress 17" on some phones you dont need to pair of auth01:14
pnoobGoldfish,  ever crash the box?01:14
_sebastiansince I got rid of previous version formatted of Ubuntu the other day.  and been doing Apache and PHP last two days.  and now MySQL.  I still only got just the default Ubuntu account with  some admin pprivildgess.   maybe I  I01:14
frogzoo!last malkavain01:14
ubotfluSyntax error in line 1, frogzoo01:14
dr_willisUmmu,  yep. :P  nothing like missing a single option you needed...01:14
frogzoo!lastseen malkavain01:14
ubotflufrogzoo: Syntax error in line 101:14
_sebastianshould set up an actasul root account  is that what you were saying dougless to do?01:14
Goldfishfrogzoo: There should be some /etc/init.d/mysql boot script. Boot scripts are always run as root. Typically, different applications are configured to run their main threads as somebody else. Like "nobody" for an apache web server.01:14
eobanb_!seen maklavain01:14
ubotflueobanb_: i haven't seen 'maklavain'01:14
codyhey,I'm having problems with my ubuntu; for some reason it doesn't seem to update and itt thinks I am not the owner can anyone help me I am confused :S01:14
eobanb_er01:14
chrisx1_jason: its still there01:14
eobanb_!seen malkavain01:14
ubotflueobanb_: i haven't seen 'malkavain'01:14
dr_williscody, are you runnng as the inital user you made?01:14
wastrelhi hi, anyone know what USB device i should point my /dev/pilot symlink to so pilot-link can see my palm ?01:14
zimyou then can do stuff use at commands top do stuff01:14
dooglus_sebastian: I very much doubt if you need to set a unix root password - just set a mysql root password01:14
_sebastianhow to do I do that?01:15
zimu can then use at commands to do stuff01:15
_sebastianhow do I do that?01:15
Ummudr_willis: urgh, thanks for theh elp01:15
_sebastianI carn't even log in at the moment01:15
_sebastianthis is to set up a root password?01:15
frogzooGoldfish: but if you were paranoid, you sometimes can su within the boot script01:15
dr_willisUmmu,  :P01:15
_sebastianthere is a thingey I was reading01:15
_sebastiantwo commands I suppoused to put in and01:15
_jasonchrisx1, it may be the file, there is a way to manually sync it iirc. If your file is an avi you may want to try the -ni option as the error message suggests01:15
=== K_Dallas [n=Korben@i216-58-91-120.cybersurf.com] has left #ubuntu ["Leaving"]
haypono idea? how can I kill gam_server?01:15
zimi need to make a script that will test all the phones in the office01:16
=== blanky [n=blanky@pool-71-104-140-211.lsanca.dsl-w.verizon.net] has joined #ubuntu
chrisx1_jason: its a dvd.01:16
=== sklav [n=sklav@64.235.218.42] has left #ubuntu ["Leaving"]
PhilHError getting session information.01:16
PhilHcdrecord: Warning: Running on Linux-2.6.12-10-k701:16
PhilHcdrecord: There are unsettled issues with Linux-2.5 and newer.01:16
PhilHcdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.01:16
PhilHError: Cannot gain SYS_RAWIO capability.Is cdrecord installed SUID root?01:16
_sebastianyes these commands01:16
PhilH: Operation not permitted01:16
PhilHcdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing.01:16
PhilHcdrecord: If you need DVD+R/DVD+RW support, ask the Author for cdrecord-ProDVD.01:16
_sebastianyes these commands01:16
PhilHcdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/01:16
GoldfishSee http://paste.ubuntu-nl.org/572501:16
_jasonubotflu, tell PhilH about pastebin01:16
PhilHcdrecord: Success. read toc: scsi sendcmd: no error01:16
=== Quizzer [n=admin@Toronto-HSE-ppp3906134.sympatico.ca] has joined #ubuntu
_sebastian/usr/bin/mysqladmin -u root password 'new-password'01:16
_sebastian/usr/bin/mysqladmin -u root -h ubuntu password 'new-password'01:16
PhilHCDB:  43 00 01 00 00 00 00 00 04 0001:16
PhilHstatus: 0x2 (CHECK CONDITION)01:16
PhilHSense Bytes: 70 00 05 00 00 00 00 0E 00 00 00 00 24 00 00 0001:16
=== mode/#ubuntu [+o nalioth] by ChanServ
PhilHSense Key: 0x5 Illegal Request, Segment 001:16
blankywtf01:16
PhilHSense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x001:16
blankyshut up01:16
=== PhilH [n=phil@cpc2-oxfd8-4-0-cust31.oxfd.cable.ntl.com] has left #ubuntu [requested]
frogzooPhilH: pls don't paste here - peeps have to share teh channel01:16
pnoobGoldfish, that board and CPU are NOT compatible one's 939 and one's 754??? What are trying to tell me?01:16
=== dirkson [n=dirkson@238.sub-70-213-235.myvzw.com] has joined #ubuntu
=== mode/#ubuntu [-o nalioth] by ChanServ
zimif they are at risk use the phone to text me i can then inform the office01:16
blanky!tell PhilH about spam01:16
Goldfishpnoob: No, they are both socket 939.01:17
=== PhilH [n=phil@cpc2-oxfd8-4-0-cust31.oxfd.cable.ntl.com] has joined #ubuntu
=== no_gatez_fan [n=patrick@cpe-069-132-000-216.carolina.res.rr.com] has joined #ubuntu
blanky!kick PhilH01:17
ubotflublanky: No idea01:17
Goldfish_sebastian: That is not who is running mysql. That is user accounts to access the database. Very different.01:17
naliothPhilH: please read the /topic and don't paste in here01:17
=== jrr is now known as jrr-pizza
=== jrr-pizza is now known as jrr-food
=== czer323 [n=czer323@cpe-24-210-72-75.columbus.res.rr.com] has joined #ubuntu
frogzoopnoob: a 939 cpu can fit ina 754 socket - u just have to push hard enough :p01:17
PhilHhttp://paste.ubuntu-nl.org/d572301:17
blankyHey guys, I'm saying this here on purpose; is kde on ubuntu (kubuntu-desktop) getting any better? it's always sucked no offense01:17
naliothblanky: it's always getting better01:18
=== ardchoille [n=ardchoil@unaffiliated/ardchoille] has joined #ubuntu
eagleyeHas anyone seen malkivain? Anyone know if hes been on?01:18
_sebastianRIght so how to create a MySQL root password? account01:18
_jasonchrisx1, note sure, I've never used it for dvd's.  It doesn't throw the error though, just out of sync?01:18
KrhisXD Yea, it's just the heat sink that might not fit.01:18
frogzooblanky: yes its getting better - yes theres still problems01:18
pnoobGoldfish,  YOu LiarrR ... go look at the cpu link you sent.01:18
blankynalioth: do you think it has gotten considerably better since say, last month?01:18
=== Esaia [n=esaia@user16.82-197-230.netatonce.net] has joined #ubuntu
chrisx1no01:18
naliothblanky: probably not "considerably" but then again, perhaps you should ask the experts in #kubuntu01:18
dooglus_sebastian: I'll take a look01:18
Goldfishhttp://www.newegg.com/Product/Product.asp?Item=N82E16813123230   EPoX EP-9NDA3J Socket 939 NVIDIA nForce3 Ultra ATX AMD Motherboard - Retail01:18
_jasonchrisx1, no, as in it does throw the error?01:18
dirksonHi all- I'm trying to set up dual monitors, but whenever I turn on my compy without having the second monitor plugged in, then plug it in later, Ubuntu makes the second monitor 640x480, instead of the 1024x768 I have specified in xorg.conf. Is there any way to FORCE it to only use 1024x768?01:19
=== Kingbahamut is now known as KingBahamut
blankynalioth, I know about #kubuntu, I just didn't want to hear biased things01:19
blankyI'll ask em01:19
naliothGoldfish: take that line of chat to #ubuntu-offtopic please01:19
pnoobGoldfish, the cpu was 75401:19
chrisx1_jason: it gives no error01:19
zim_sebastian try phpmyadmin great tool01:19
frogzoodirkson: u on ati?01:19
_sebastianyes I been using phpmyadmin zim01:19
dirksonFrogzoo: Nvidia.01:19
_sebastianand I try to log in and stuff01:19
_sebastianand I get error message01:19
=== the_real_gallows [n=gallows@81-178-77-10.dsl.pipex.com] has left #ubuntu ["Leaving"]
dooglus_sebastian: do you see any output from "pgrep -l mysql" ?01:19
=== robotgeek is now known as robotgeek_away
Goldfishpnoob: I see. That CPU must be out of stock. Sorry.01:19
zimok in the mysql db there is a user table01:20
_sebastianMySQL noob.  what's pgrep -l  mysql?01:20
frogzoodirkson: there a tool for setting res for dual mode - mebbe nvidia have something similiar01:20
=== wastrel [n=wastrel@HOLMES2.BIO.NYU.EDU] has left #ubuntu ["Leaving"]
=== quitit [n=ahmad@jt1ba-329.tky.hut.fi] has joined #ubuntu
pnoobGoldfish, no sweat just thought yu were scranking me.01:20
Goldfishpnoob: AMD Athlon 64 3200+ Winchester 1GHz FSB Socket 939 Processor Model ADA3200BIBOX - Retail01:20
quititwhere is libglade located ?01:20
frogzooquitit: locate libglade ?01:20
dirksonFrogzoo: Great idea- I do have a little nvida app, I'd forgotten about it01:21
pnoobGoldfish, is this what you have or what?01:21
naliothGoldfish: please join #ubuntu-offtopic for that01:21
zimadd you password in the root record but change the data type to password01:21
dooglus_sebastian: pgrep is "process grep" - it lists processes that are running01:21
naliothpnoob: you and Goldfish please talk about that in #ubuntu-offtopic01:21
_sebastianI am a MySQL begginer.  What's  pgrep -l  mysql01:21
GoldfishOkay!01:21
_sebastianright so that's a command for the shell right?01:21
=== eric_ [n=eric@206.167.184.32] has joined #ubuntu
zimthen edit phpmyadmin config so it can access you mysql server again01:22
frogzoo_sebastian: yep01:22
Goldfishpnoob: Meet me there, okay?01:22
=== yodoy [n=asdsad@host86-130-145-11.range86-130.btcentralplus.com] has joined #ubuntu
=== render [n=render@213-140-21-234.fastres.net] has joined #ubuntu
pnoobnalioth,  yeah just a noob sorry.01:22
yodoyHey, once I have installed it01:22
yodoyhow do I start X :O?01:22
_jasonchrisx1, your best bet is probably google at this point.  If I were you I would read man mplayer first and look into the 'autosync' option (you can search a man page by press the '/' and typing 'autosync' then enter).  Also, the shortcut keys '+' and '-' are responsible for audio delay.01:22
frogzooyodoy: just boot01:22
=== johnl [n=johnl@cpc2-leds4-5-1-cust127.leed.cable.ntl.com] has joined #ubuntu
yodoyfrogzoo, type 'boot' ?01:22
=== drayen_ [n=drayen@81-1-111-24.homechoice.co.uk] has joined #ubuntu
johnlhi01:23
frogzooyodoy: turn on comp - select Ubuntu from grub screen & login01:23
zim_sebastian remeber to edit the conf file in  phpmyadmin withyour new password01:23
=== zblach [n=zblach@toronto-HSE-ppp4048761.sympatico.ca] has joined #ubuntu
chrisx1_jason: i used -autsync 2001:23
chrisx1ty01:23
chrisx1then messed wth =/-01:23
chrisx1cya01:23
=== aleksi_ [n=aleksi@193.229.161.39] has joined #ubuntu
rosencan anyone tell me the default location for firestarter ? .. trying to add it to the startup process in 'sessions'01:23
dirksonFrogzoo: Unfortunately, it just seems to be a GUI frontend for xorg.conf... Useful in a way, but it doesn't allow me ANY options resolution at all :-/01:23
frogzooyodoy: gdm starts up by default01:23
quititfrogzoo: thanks01:23
johnlI broke my breezy installation by installing the dapper kernel to test it.  can any one help me?  I usually know what I'm doing, but I'm stumped.01:23
_jasonchrisx1, huh?01:24
_sebastiansebastian@ubuntu:/$ pgrep -l mysq01:24
_sebastian10343 mysqld_safe01:24
_sebastian10450 mysqld01:24
_sebastian10526 mysql-admin01:24
=== mode/#ubuntu [+o nalioth] by ChanServ
=== _sebastian [n=sebastia@82-45-40-179.cable.ubr02.azte.blueyonder.co.uk] has left #ubuntu [requested]
haypofound it! write lines like "fsset ext3 none" in /etc/gamin/gaminrc, and then killall -9 gam_server ;-)01:24
=== mode/#ubuntu [-o nalioth] by ChanServ
haypothanks for you great help01:24
haypobye01:24
=== haypo [n=haypo@tchoy.net] has left #ubuntu ["Quitte"]
=== jsubl2 [n=jsubl2@72.48.95.220] has joined #ubuntu
=== _sebastian [n=sebastia@82-45-40-179.cable.ubr02.azte.blueyonder.co.uk] has joined #ubuntu
=== czer323 [n=czer323@cpe-24-210-72-75.columbus.res.rr.com] has joined #ubuntu
aqfncan FDISK fix partition tables somehow?01:24
_sebastianah kicked out01:24
dirksonjohnl: In future, rename old kernel something like 'oldkernel.old', and put an entry in grub for it. I'm not enough of a guru to help you know, though :-/01:24
_sebastian,because I copyed some lines from the shell and put here01:24
nalioth_sebastian: please do not paste in here, see the /topic01:24
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu
dirksonjohnl: *now01:25
johnldirk: well I used the deb packages, so grub handles all that :)01:25
dirksonjohnl: Ahhh, ok : )01:25
_jasonchrisx1, here this may get you started: http://www.mplayerhq.hu/DOCS/HTML/en/bugs-audio.html#bugs-delay-all01:25
yodoyfrogzoo, any documentation on dualbooting ubuntu?01:25
PhilHSo, can anyone at all help me with my DVD burner?01:25
=== Dethread [n=Dethread@m010f36d0.tmodns.net] has joined #ubuntu
poningru!tell yodoy about dual boot01:25
poningru!tell yodoy about dualboot01:25
frogzoojohnl: edit /boot/grub/menu.lst01:26
quitit!tell quitit about dualboot01:26
johnlfrogzoo, tbh it seems to be something to do with udev01:26
_sebastianpgrep -l mysq  comes up with three MySQL things01:26
johnlnew dapper kernel pulled in new udev packages01:26
=== Djrom [n=Admin@dau94-4-82-229-166-160.fbx.proxad.net] has joined #ubuntu
johnlnew kernel didn't boot, so I went back to old kernel (and now old udev) but having serious problems01:27
=== marky [n=marky@84.12.195.57] has joined #ubuntu
johnlhotplug won't load firmware for my ipw2200 card01:27
=== thenuke [i=thenuke@a84-231-97-80.elisa-laajakaista.fi] has joined #ubuntu
markyhi all01:27
johnlmouse modules not loaded01:27
frogzoodirkson: heres how they do it in gentoo - should help http://gentoo-wiki.com/HOWTO_Dual_Monitors#TwinView01:27
_sebastianSo how to ceate a MySQL root password?01:28
_sebastiansomeone told me, but hten I got kicked out so all that went bye bye01:28
=== gverig [n=gverig@12.44.117.10] has joined #ubuntu
=== simonvallore [n=simonval@adsl-70-241-54-45.dsl.tulsok.swbell.net] has joined #ubuntu
simonvallorel01:28
=== ryan_ [n=ryan@cpe-65-29-222-193.cinci.res.rr.com] has joined #ubuntu
naliothubotflu: tell _sebastian about logs01:28
simonvalloreis there a way i can remote destop to linux via a windows xp computer ?01:28
pnoobHey, what are the other IRC channels for UBUNTU?01:28
_sebastianoh so there is a IRC chat log.  I was wondering if there was or not01:29
markyanyone use wireless on ubuntu?01:29
frogzoo!channels01:29
ubotflufrogzoo: Are you smoking crack?01:29
=== Mabus06 [n=Nick@hlfxns0149w-142177144076.ns.aliant.net] has joined #ubuntu
ryan_get two linux computer?01:29
dirksonFrogzoo: Cool, thanks : ) (My Ubuntu is so messed up you might as well call it gentoo anyway *wink*)01:29
naliothfrogzoo: help.ubuntu.com will answer your question01:29
_sebastianMarky  wireless and any LInux distro.  usually a night mare.  Hardwired is better01:30
dooglus_sebastian: any luck yet?01:30
rosenI need to find firestarters 'startup' file so I can add it to the programlist that starts when I boot the computer ... how can I find it when the search option doesnt come up with any results ?01:30
ryan_anyone know something bout bzflag?01:30
PokerFacePenguinryan_: only that it is a game01:30
ryan_lol01:30
frogzoothx nalioth pnoob -> help.ubuntu.com01:30
PokerFacePenguin:P01:30
dooglus_sebastian: I just installed mysql-server and set the root password, like this: /usr/bin/mysqladmin -u root password mynewpassword01:30
ryan_hahahaha01:30
=== Killer_Smurf [n=Killer_S@S0106000c76ba0623.cg.shawcable.net] has joined #ubuntu
markyi've ot it kinda running , it sees the card etc, just wondered what the best apps are  , got rader and fwifimanager01:30
=== Trilom [n=Trilom@pool-70-109-21-225.atl.dsl-w.verizon.net] has joined #ubuntu
_sebastianany luck ?  nope all I done is the pgrep -l mysq  thing and it came up with three MySQL things.01:31
dooglusrosen: all startup scripts are in /etc/init.d01:31
_sebastianI think I tryed that command eariler and woudn't work01:31
_sebastiani'll try again01:31
ryan_http://www.rainydawg.org/listen/high.m3u good music01:31
dooglus_sebastian: tell me what it tells you01:31
factotummy folks have a p3 400mHz with 512 ram, would ubuntu w/gnome run any faster than windows xp with firewall and anivirus?01:31
markyanyone one know of some cool wifi wireless apps?01:31
drayen_is there a set Ubuntu64 channel?01:31
naliothdrayen_: you are in it01:31
Goldfishmarky: I installed network-manager yesterday. Just what I wanted.01:32
drayen_nalioth, ahh okay01:32
naliothfactotum: it will run faster, yes01:32
markynetwork manager01:32
rosendooglus, ah hey again :) ... should I worry about the 'order' ?01:32
=== kauschovar [n=kauschov@c-67-174-212-13.hsd1.ca.comcast.net] has joined #ubuntu
TrilomNeed help with sound, i have a C-Media PCI card and i have ran XMMS and when i play a song i get a could not open audio error, help please.01:32
markygoldfish  , where did you get t from?01:32
ryan_anyone know why sound works fine in game then after exit and reopen i get no sound?01:32
_sebastianhow can I tell you by copying from shell and not getting booted out?01:32
frogzoo!pastebin01:33
ubotflurumour has it, pastebin is a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org01:33
factotumnalioth: thanks, I dont have much experience with head to head performance between the two :P01:33
nalioth_sebastian: you were sent a link from ubotflu about where to paste things01:33
_sebastianyes I went to that page01:33
_sebastianlooked like a load of01:33
_sebastian,but ok i'll try it01:33
dooglusrosen: these things usually look after themselves.  look in /etc/rc2.d/ - it's full of links to /etc/init.d/, and defines what gets 'S'tarted at runlevel 2 and what gets 'K'illed.  runlevel 2 is the default level01:33
frogzoo_sebastian: paste into pastebin - then post the URL back here so peeps can find it01:33
naliothfactotum: default ubuntu needs no firewalls or a/v01:33
=== Phoul [n=death@37-189-254-84.skylogicnet.it] has joined #ubuntu
dooglus_sebastian: you can send me a private message if you like, or use the pastebin01:33
_sebastianok01:33
=== Voodoo_Vibe [n=macke@c-9473e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #ubuntu
=== RustyJames [i=miomeinm@dslb-082-083-051-245.pools.arcor-ip.net] has joined #ubuntu
PhilHfactotum, but it might not burn DVDs01:34
drayen_im trying to get JEdit to run in Ubuntu64, but when i try to run it i get an out of memory error...  :S01:34
_sebastianprivate message?  yes 1 on 1 chat  is good.  how we do that?  I am quite new to IRC really only used it a few times01:34
rosendooglus, allright I'll check it out ... thanks again mister oracle man01:34
=== simprix [n=simprix@h69-128-219-102.69-128.unk.tds.net] has joined #ubuntu
=== lucis [n=sam@adsl-70-232-80-225.dsl.ltrkar.sbcglobal.net] has joined #ubuntu
=== Phoul [n=death@S0106004005b748fa.wp.shawcable.net] has joined #ubuntu
PhoulIs there a deb for limewire?01:34
simprixIs anyone actually running banshee on dapper ?01:34
Goldfish!find network-manager01:34
dooglus_sebastian: you need to be registered with nickserv to send private messages.  easiest way is probably to join #flood and paste in there01:34
ubotflunetwork-manager: (network management framework daemon), section universe/net, is optional. Version: 0.4.1+cvs20050817-0ubuntu4 (breezy), Packaged size: 295 kB, Installed size: 1384 kB01:35
factotumnalioth: yeah i know that, added bonus! Ive just flopped back and forth between linux and freebsd for the last couple years. Windows hasnt been on this system since i built it two years ago. Before that it was only win2k01:35
ryan_ok?01:35
PhilHPhoul, limewire works quite well with alien01:35
=== psychocat [n=v3l@dhcp-66-212-215-75.myeastern.com] has joined #ubuntu
Goldfishmarky: Got it?01:35
factotumthats why i was kind of scratching my head on that one01:35
markyubotflu thanks01:35
ubotflugern geschehen, marky01:35
markygoldfish, yes thanks01:35
Goldfish!botsnack01:35
ubotfluthanks goldfish :)01:35
=== psychocat [n=v3l@dhcp-66-212-215-75.myeastern.com] has left #ubuntu ["Konversation]
frogzoomarky: ubotflu is a bot - just btw :)01:35
PhoulPhilH, whats alien?01:36
gverigAnybody knows if xfce supports WM-level keyboard layour switch or do I have to go into xorg.conf?01:36
ryan_anyone know why sound works fine in game then after exit and reopen i get no sound?01:36
naliothubotflu: tell Phoul about restricted01:36
bimberi!limewire01:36
ubotflu[limewire]  first you need !java, then download the http://www.limewire.com/LimeWireSoftOther and unpack it. Then just run the runLime.sh file. Voila.01:36
TrilomNeed help with sound, i have a C-Media PCI card and i have ran XMMS and when i play a song i get a could not open audio error, help please01:36
Phoulnalioth, i dont have a working JRE01:36
Phouleverytime i do it it dont work01:36
=== HarryB [n=doug@ppp2D28.dsl.pacific.net.au] has joined #ubuntu
frogzoo!sound01:36
ubotflufrom memory, sound is https://wiki.ubuntu.com/DebuggingSoundProblems or http://wiki.ubuntu.com/SoundProblemsHoary01:36
PokerFacePenguin!automatix01:36
ubotfluhmm... automatix is crap01:36
_jasonPhoul, have you used the java .debs?01:36
PokerFacePenguinlol01:36
=== redvelvet [n=JWest672@pcp986157pcs.northw01.in.comcast.net] has joined #ubuntu
Phouljason no01:37
markyfrogzoo lol i'd guessed01:37
=== DRAGON_Ultra [n=DRAGON_U@adsl-70-232-60-5.dsl.ltrkar.sbcglobal.net] has joined #ubuntu
_jasonubotflu, tell Phoul about javadebs01:37
naliothubotflu: tell Phoul about java01:37
factotumi really like this distro a lot and am recommending the heck out of it and passing out cd's like mad, but damn i miss my slackware. I feel like im on some sad half-baked distro/OS love triangle. down to 3, but only one system...*violin music*01:37
=== Jormundgand [n=ubuntu@cpc2-oxfd8-4-0-cust65.oxfd.cable.ntl.com] has joined #ubuntu
markyubotflu tell marky about shh01:37
Goldfishfactotum: Slackware, ubuntu, what is the 3rd?01:38
JormundgandHow can I add the Network Servers icon to computer:///?01:38
markylol01:38
factotumfreebsd01:38
=== wastrel [n=wastrel@HOLMES2.BIO.NYU.EDU] has joined #ubuntu
JormundgandWhen I drag it across from the Places menu I get an error about overwriting.01:38
redvelvetwow, i got my wireless card to work.01:38
factotumor any bsd really01:38
PokerFacePenguinfactotum: you can always save slack for your usbkey..they have a nice modular thing going on that deal01:38
GoldfishI have to run. I'll be back. My mlinux.org meeting awaits.01:38
=== TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu
wastreldear people,01:38
quitithmm01:38
quititcant seem to find libglade-config01:38
wastrelhow do i configure a service to run on boot?01:39
frogzoowastrel: just ask your question - pls no prelims01:39
factotumslack...on usb...   sorry, drooling. one sec.01:39
simprixIs anyone actually running banshee on dapper ?01:39
frogzoowastrel: you need to write a /etc/init.d script & link in the /etc/rcx.d01:39
arod--this may be a lame question, but are there any linux versions of aol01:39
=== DjLinX [n=linx@dsl51B67FAA.pool.t-online.hu] has joined #ubuntu
coagwastrel: well in gentoo, rc-update add blah default :P01:39
_jasonquitit, install libglade0-dev01:39
frogzooarod--: gaim I think support aol01:39
wastrelwell i don't use gentoo anymore :] 01:40
PokerFacePenguinarod--: you mean to chat?   try kopete or gaim to chat01:40
arod--frogzoo and PokerFacePenguin, i mean for e-mail.01:40
redvelvetwhat is a good mp3 player?01:40
frogzooarod--: no aol support in gaim it seems...01:40
arod--and also, something to stream live music01:40
coagredvelvet: i like the Creative Zen Touch01:40
drayen_arod - doesnt AOL have webmail / POP interface?01:40
PhilHfor AOL mail?01:40
=== JairunCaloth [n=daniel@71-14-42-161.dhcp.crtn.ga.charter.com] has joined #ubuntu
lucisRedvelvet, cowon makes very good ones that support OGG vorbis01:41
_jasonredvelvet, try Beep Media Player01:41
coagredvelvet: if you mean app try xmms01:41
poningruredvelvet: try the iaudio stuff01:41
drayen_frogzoo - AOL = AIM01:41
=== RedRose [n=TheStupi@c-24-1-134-125.hsd1.tx.comcast.net] has joined #ubuntu
frogzoodrayen_: ah01:41
poningruredvelvet: as in a software or like an ipod?01:41
redvelvetim sorry... i meant a good linux mp3 player01:41
JairunCalothCan someone help me, I need to redo my kernel so it will work with my new video drivers.01:41
redvelveti have an iriver h14001:41
coagredvelvet: xmms is my favorite01:41
=== ksmurf [n=Killer_S@S0106000c76ba0623.cg.shawcable.net] has joined #ubuntu
RedRoseis there any way from a terminal that i can start an X window(I.E. Gaim)?01:41
=== ksmurf [n=Killer_S@S0106000c76ba0623.cg.shawcable.net] has left #ubuntu ["Leaving"]
RedRoseon the main X server?01:41
JairunCalothxmms rocks, you can use winamp skins with it01:41
lucisRedvelvet, i like Amorok01:41
=== myke [n=myke@213.31.44.66] has joined #ubuntu
Phoulanyone know how to download the debs...01:41
=== Matambo_2-2 [n=Matambo_@200.75.221.66] has joined #ubuntu
lucisAmarok*01:41
coagbut there is also Beep media player mplayer, some k one :/ quodliet01:41
PhilHbeep music player is like XMMS but better01:42
redvelvetthats very cool01:42
coagamarok is the k one01:42
kauschovaramarok rocks01:42
_jasonPhoul, right click -> save as01:42
frogzooRedRose: yup - 'gaim' - done01:42
mykedoes anyone ever have problems with d4x01:42
PhoulGod dammit jason01:42
myke?01:42
PhoulI know that lol01:42
PhilHrythmbox is pretty good, but not exactly what you might call feature rich01:42
PokerFacePenguinRedRose: gaim & is probably what u are looking for01:42
_jasonPhoul, then what's the problem :)01:42
=== kbrooks [n=kbrooks@unaffiliated/kbrooks] has joined #ubuntu
PhoulHow do i get it working01:42
PhoulI have installed a JRE before01:42
PhoulAnd it didnt work01:42
redvelvetyes, i just got rythmbox to play mp3's but its just not that great01:42
kbrooks!info breezy prozilla01:42
_jasonPhoul, you dpkg -i it?01:42
PhoulJason01:43
PhoulI dont have a deb...01:43
JormundgandRhythmbox is one of those projects with not a lot of feature but tons of possibility.01:43
kbrooks!info prozilla01:43
_jasonPhoul, ubotflu told you the link where to get it01:43
lucisredvelvet, Amarok is for KDE but it looks fine in gnome. it's similar to itunes, lots of features01:43
PhilHwell, beep music player is my favourite, i like the idea of Rhythmbox, but it just isn't quite there, a bit like Ubuntu really :)01:43
kbrookscan someone help me.01:43
naliothkbrooks: ask your question01:43
kbrooks!info prozilla breezy01:43
qt2tell you what, linux on this laptop is a pain in the ass to get working.01:43
naliothkbrooks: it isn't there.01:43
kbrooksubotu says it doesnt exist01:44
frogzookbrooks: no prelims - just leap in pls01:44
dirksonHi all- I'm trying to set up dual monitors, but whenever I turn on my compy without having the second monitor plugged in, then plug it in later, Ubuntu makes the second monitor 640x480, instead of the 1024x768 I have specified in xorg.conf. Is there any way to FORCE it to only use 1024x768? Using an NVidia card if that helps01:44
=== mjr_ [i=mjr@aulis.sange.fi] has joined #ubuntu
qt2the cpu scaling is really messed up.01:44
kbrooksnalioth, but it installed for me01:44
kbrooksages ago01:44
=== mjr_ is now known as mjr
_jasonPhoul, do you see where to get it?01:44
naliothkbrooks: then you must be blessed, cuz it doesnt exit in breezy or dapper01:44
frogzoodirkson: no luck @ that link?01:44
=== lucis [n=sam@adsl-70-232-80-225.dsl.ltrkar.sbcglobal.net] has left #ubuntu []
wastrelok how am i supposed to talk to a device if i never know what the device node is going to be called on the filesystem?01:44
kbrooksnalioth, why not?01:44
kbrookswhy wwas it removed?01:44
=== OpnSrc [n=OpnSrc@ppp-69-233-105-126.dsl.irvnca.pacbell.net] has joined #ubuntu
naliothkbrooks: i'm not privy to that decision01:45
wastrelmy usb device was on /dev/ttyUSB0 but now it's on /dev/ttyUSB201:45
=== Shachaf [n=Shachaf@c66-235-25-227.sea2.cablespeed.com] has joined #ubuntu
markygoldfish you here01:45
=== Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu
kbrooksnalioth, as in?01:45
OpnSrcHow come I see openoffice.org help fules under synaptic package manager but I don't see openoffice itself?01:45
Voodoo_Vibei only get sound on games but not ina any things on KDE... what could be wrong??01:45
frogzoowastrel: you've switch USB ports I think01:45
kbrooksnalioth, "privy" meaning what?01:45
=== HarryB [n=doug@ppp2D28.dsl.pacific.net.au] has left #ubuntu ["Leaving"]
markyi've installed that network thingy but can't find it to run it01:45
mykecan i get directx working in wine?01:46
wastrelfrogzoo:  i haven't, for one, and for another, still i'm supposed to remember to always plug into the same port?01:46
wastrelfrogzoo:  this is a removable device01:46
=== Jettis [n=h0h0@a80-186-63-56.elisa-laajakaista.fi] has joined #ubuntu
wastrelis there some wrapper where i can just say "find this in the currently connected usb devices and give me a filename"01:46
=== ProtectYaNeck [n=ProtectY@dsl-144-028.resnet.purdue.edu] has joined #ubuntu
Phoul_jason,01:47
PhoulDude01:47
markyubotflu tell marky about network-manager01:47
=== aggressive [n=aggressi@M2584P015.adsl.highway.telekom.at] has joined #ubuntu
frogzoowastrel: I'm no expert - but I think the map files for hotplug should be able to bind a device01:47
PhoulPM please...01:47
coagwastrel: plug it in and typ dmesg int he console01:47
_jasonPhoul, just talk here, that way if i lie to you you will know01:47
coagand look for anything about USB activity01:47
PhoulUhh okay01:47
dirksonFrogzoo: Not really :-/ Gives a lot of info on basic stuff, but I've got the monitor mostly set up.... It's just getting it to actually use the resolution I want, reguardless to whether the monitor cable is plugged in01:47
wastrelit's on /dev/ttyUSB301:48
frogzoodirkson: you see the mention of dual monitor setup?01:48
Phouljason okay ubotflu said01:48
wastrelhm it's on both 2 and 3, but it used to be on 0 and 101:48
Phoul_jason wants you to know: hmm... javadebs is Sun Java debs packaged for breezy are at http://www.giannaros.org/public/breezydebs/ To install these, open a terminal, cd to the directory you downloaded them to, and type "sudo dpkg -i filename.deb01:48
PhoulNow01:48
PhoulWhat do i do with that URL01:48
=== brasi [n=brasi@adsl-ull-146-146.46-151.net24.it] has joined #ubuntu
_jasonPhoul, put it in your browser and press enter01:48
markyanyone know how i run network-manager01:49
marky?01:49
wastrelahhh01:49
Voodoo_Vibei only get sound on games but not ina any things on KDE... what could be wrong??01:49
wastrelthere was a hung process keeping 0 and 1 open01:49
coagVoodoo_Vibe: your KDE apps may not be using the right soundserver or are pointing to the wrong device01:49
=== Knorrie [n=knorrie@2002:915e:9ab4:0:0:0:0:1] has joined #ubuntu
_jasonPhoul, except that link is timing out for me right now.  Strange because I checked it when I sent it to you... I can dcc you the file if you wish01:49
OpnSrcn/m01:49
Voodoo_Vibecoag: in kinda newb... how do i check that?01:49
Phouljason yes please01:50
Phoulits timing out for me to01:50
wastrelhot stuff01:50
frogzoo!tell marky about network-manager01:50
coagVoodoo_Vibe: it's app specific01:50
wastrelkk i'm not used to working with usb crap01:50
=== simonvallore [n=simonval@adsl-70-241-54-45.dsl.tulsok.swbell.net] has left #ubuntu ["Leaving"]
wastrelnever really used it on my desktop :] 01:50
markythank you frogzoo01:50
Voodoo_Vibecoag: ok so then i need to alter it in xmms??01:50
JormundgandHow can I add the Network Servers icon to the list of icons in computer:///?01:50
coagahh i can tell you hwo to do that01:51
coag:P01:51
=== _jason is now known as _jason|soup
coagVoodoo_Vibe: right click on the main xmms window01:51
coagand go to preferences01:51
=== Ophiocus [n=carlos@201.211.156.211] has joined #ubuntu
coagVoodoo_Vibe: from there go to plugins and choose output plugins01:52
=== fdfsg [n=blast@87.116.140.94] has joined #ubuntu
=== Ophiocus [n=carlos@201.211.156.211] has joined #ubuntu
wastrelcoag/frogzoo thx cuties luv you01:52
coagVoodoo_Vibe: change the plugin there from OSS to ALSA and you're on your own from there since i don't know your machine01:52
coagwastrel: ahhhhhh01:52
Voodoo_Vibecoag: OK! Thanx!!01:52
coagworked i take it?01:52
buliowell01:53
bulioI upgraded from warty to hoary01:53
bulioI reboot now?01:53
=== Suentis [n=alan@pcp04368155pcs.nrockv01.md.comcast.net] has joined #ubuntu
coagbulio: you do realize breezy is out now right?01:53
=== RiCON [n=baka@84.90.87.29] has joined #ubuntu
bulioI know01:54
coagbulio: yes though, you need to reboot into the new kernel01:54
buliogave me problems, not upgrading to it01:54
bulioit ends like this:01:54
bulioSetting up openoffice.org-gtk-gnome (1.1.3-8ubuntu2.3) ...01:54
bulioroot@emachine:/home/bulio #01:54
bulioright?01:54
=== Ophiocus [n=carlos@201.211.156.211] has joined #ubuntu
buliorebooting now01:54
buliowish me luck :)01:54
RiCONhello01:55
=== HymnToLife is away: Sleeping
=== Zugwrack [n=zugwrack@cpe-70-120-176-147.houston.res.rr.com] has joined #ubuntu
RiCONcan i ask troubleshooting questions here?01:55
=== Ophiocus [n=carlos@201.211.156.211] has joined #ubuntu
Voodoo_Vibecoag: got it working now!! BIG thanx!!!01:55
HymnToLifeRiCON > yes, the place is meant for that01:55
RiCONhehe, thx ^^"01:55
dirksonfrogzoo: Sorry for long pause. Yes, I did.01:56
RiCONok, my problem is this:01:56
=== Ramphis02 [n=loklo@DialUp-StoDgo67.tricom.net] has joined #ubuntu
RiCONwhen i go to install ubuntu, it says it's having trouble reading from the cd01:56
RiCONfiles from baseconfig-udeb01:56
=== HymnToLife is listening to Goodnight Kiss (Live at Budokan) by Dream Theater
=== wastrel [n=wastrel@HOLMES2.BIO.NYU.EDU] has left #ubuntu ["Leaving"]
techrushhow can i add an application to the application menu01:56
RiCONi already burned 3 isos01:56
HymnToLifeRiCON > then it is ertainly a bad CD01:56
RiCONso it can't be that01:57
PhilHtechrush, which ubuntu version?01:57
DRAGON_Ultraricon what os you running01:57
HymnToLifeRiCON > try burning them at lower speed01:57
RiCONright now? xp01:57
RiCONok01:57
DRAGON_Ultrahmm01:57
RiCON4x low enough?01:57
=== bcroq [n=bertrand@lns-bzn-51f-81-56-130-182.adsl.proxad.net] has joined #ubuntu
techrush5.1001:57
HymnToLifeyes01:57
PokerFacePenguinRiCON: burn slowly, check md5 checksum matches01:57
RiCONchecked already01:57
PhilHright click on the applications menu01:57
HymnToLifeit's the speed I burn important stuff generally01:57
=== greatgazoo [n=Charlie@ool-457002d7.dyn.optonline.net] has joined #ubuntu
techrushthanks01:57
RiCONchecked using jigto too01:57
RiCONjigdo*01:58
PhilHtechrush, click edit menus01:58
RiCONi'll try burning at 4x then01:58
HymnToLifejigdo stinks01:58
RiCONlol01:58
RiCONi used md5 first :P01:58
HymnToLifeit is too damn slow01:58
=== drayen_ [n=drayen@81-1-111-24.homechoice.co.uk] has left #ubuntu ["Leaving"]
whitynzWhat do I put in fstab to write to a Fat32 partition?01:58
=== earldude1 [n=rickbman@c-67-177-47-57.hsd1.ut.comcast.net] has joined #ubuntu
HymnToLife!fat3201:58
ubotfluwell, fat32 is http://www.ubuntulinux.nl/files/winmac_fstab01:58
HymnToLifeLOL01:59
=== xophEr [n=xopher@a84-230-124-206.elisa-laajakaista.fi] has joined #ubuntu
whitynzcheers01:59
HymnToLifeubotflu, THAT's a nick :p01:59
ubotfluHymnToLife: What?01:59
earldude1I have a question about Apache2 in ubuntu.  in the user guide for setting up 01:59
earldude1How do I map URLs to folders outside /var/www/sudo gedit /etc/apache2/conf.d/alias01:59
HymnToLife!apache01:59
ubotflusomebody said apache was https://wiki.ubuntu.com/ApacheMySQLPHP or, for Ubuntu server information, http://www.ubuntulinux.org/support/documentation/faq/installation-custom01:59
earldude1oops02:00
=== marky [n=marky@84.12.195.57] has joined #ubuntu
ZugwrackI am getting an error when trying to upgrade: It is short ok to past here?02:00
earldude1that question didn't make sense02:00
Zugwrack*paste02:00
earldude1let me try again.02:00
HymnToLife!pastebin02:00
ubotfluextra, extra, read all about it, pastebin is a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org02:00
=== xspades [n=Lenny@69.9.185.116] has joined #ubuntu
=== zblach_ [n=zblach@toronto-HSE-ppp4048761.sympatico.ca] has joined #ubuntu
markychaps , i'm back i just restarted to see if that "network-manager" ewould turn up in my menu , but no luck, any idea?02:01
HymnToLifemarky > try running "sudo network-admin" from a terminal02:01
redvelvetdo any linux media players play mp4?02:01
markyok02:01
ZugwrackOk here is the link:  http://paste.ubuntu-nl.org/572602:01
HymnToLiferedvelvet > which kind of mp4 ?02:02
earldude1why does the user guide specify to create a file called "alias" inside the directory /etc/apache2/conf.d/ for mapping folders outside of /var/www?  What is the conf.d directory for and how does apache know to look for this alias script?02:02
=== nekostar [i=UPP@unaffiliated/starscalling] has joined #ubuntu
HymnToLife!tell earldude1 about apache02:02
redvelvethymtolife: the audio02:02
redvelvetmaybe its m4p02:02
=== Voodoo_Vibe [n=macke@c-9473e455.54-0015-74657210.cust.bredbandsbolaget.se] has left #ubuntu ["Konversation]
=== ToR911 [n=tor@bzq-84-108-27-88.cablep.bezeqint.net] has joined #ubuntu
HymnToLiferedvelvet > hmm, tried vlc ?02:03
markyhymmtolife  , thats the standard network thingy  , i just installed something called "network-manager but i can't find it  , and it won't run from terminal02:03
=== squire [n=squire@213-162-107-186.squire570.adsl.metronet.co.uk] has joined #ubuntu
ToR911hello all, how can i change my current language keyboard input?02:03
Phoulwhats the dp command thingy02:03
PhoulI can never remember02:03
_jason|soup!deb02:03
ubotfluI guess deb is To install a deb: sudo dpkg -i filename.deb02:03
frogzooPhoul: sudo dpkg -i x.deb02:04
HymnToLifeDebian PacKaGe02:04
=== bulio [n=bulio@unaffiliated/bulio] has joined #ubuntu
bulioYAY!02:04
buliowarty works :P02:04
=== HymnToLife applauses
frogzoobulio: wtf? upgrade to breezy02:04
HymnToLifenow you can try Hoary :p02:05
robertjhehe, why are you installing warty?02:05
=== Neurosis [n=Neurosis@h209-139-251-30.gtconnect.net] has joined #ubuntu
NeurosisDoes anyone know of Linpal?02:06
HymnToLifebecause it's s0 1337 :p02:06
=== josh__ [n=josh@197.9.233.220.exetel.com.au] has joined #ubuntu
PhoulSelecting previously deselected package sun-j2re1.5.02:06
Phoul(Reading database ... 110774 files and directories currently installed.)02:06
PhoulUnpacking sun-j2re1.5 (from sun-j2re1.5_1.5.0+update05_i386.deb) ...02:06
PhoulSetting up sun-j2re1.5 (1.5.0+update05) ...02:06
PhoulNow what >.>02:06
=== mode/#ubuntu [+o nalioth] by ChanServ
=== AgentPeay [n=AgentPea@pcp09930717pcs.tulipgrove.tn.nash.comcast.net] has joined #ubuntu
ToR911how do u switch the keyboard input language with a shortcut (like ALT-SHIT) in Windows?02:06
HymnToLife!tel Phoul about pastebin02:06
ubotfluHymnToLife: Are you smoking crack?02:06
naliothPhoul: please read the /topic02:06
=== mode/#ubuntu [-o nalioth] by ChanServ
PhoulWoops...02:06
HymnToLife!tell Phoul about pastebin02:06
PhoulSorry02:06
_jason|soupubotflu, tell Phoul about multijava02:06
PhoulI GET IT02:06
Phouljason02:06
_jason|soupPhoul, make sure it is using j2re02:06
PhoulIt set it up and unpacked it02:06
=== seife [n=arturo_m@200.109.81.77] has joined #ubuntu
Phoulwhat do i do now02:07
josh__:/02:07
NeurosisCan someone help me with a make error on Linpal?02:07
=== rudiz [n=rudiZ_@e189253.upc-e.chello.nl] has joined #ubuntu
naliothubotflu: tell Neurosis about paste02:07
ZugwrackOk so how do I flush my cache /var/cache/apt?02:07
=== Bizzeh [i=bizzeh@host86-137-77-83.range86-137.btcentralplus.com] has joined #ubuntu
markylooks like network-manager is buggy02:07
Bizzehhey02:07
naliothNeurosis: see the PM ubotflu sent you and paste your error, please02:07
markycan't get it to fire up02:07
=== Goldfish [n=gregturn@rrcs-24-73-144-154.se.biz.rr.com] has joined #ubuntu
bimberiZugwrack: sudo apt-get clean02:07
mrkoje!beer time02:07
ubotflumrkoje: Do they come in packets of five?02:07
HymnToLifeZugwrack > sudo rm /var/cache/apt/*02:07
Bizzehi have tried 3 times to get ubuntu to install to a second partition on my drive, WITHOUT it messing with my mbr02:07
Bizzehbut02:07
Bizzehit wont02:07
Zugwrackbimberi: Thank  you02:08
Neurosisok02:08
bimberiZugwrack: np :)02:08
HymnToLifeBizzeh > then skip the GRUB install part02:08
naliothBizzeh: you'll need to make a grub boot floppy02:08
=== Techie_dude [n=jared@209.168.159.192] has joined #ubuntu
Neurosispasted02:08
Bizzehcan i make grub install to the partition and NOT the mbr?02:08
naliothNeurosis: can you tell us the URL of the pastebin?02:09
Bizzehthen i can dd the first 512bytes and make it boot with ntldr02:09
Ophiocushow can i make sure my secondary network card runs at startup?02:09
Techie_dudei unzipped the java run time package and then ....nothing what do i do to set it up?02:09
josh__Bizzeh: I would install grub on to the MBR if I were you02:09
josh__it is easier02:09
naliothTechie_dude: did you visit hte wiki page for java?02:09
Neurosisi did it in the flood channel02:09
sethkOphiocus, the same way you make sure that your primary network card runs at startup02:09
ZugwrackHey nalioth: What up?02:09
Bizzehthen i cant boot windows on my main partition02:09
Techie_dudeno...okay....02:09
Bizzehcos ntldr is gone02:09
naliothNeurosis: you should let us know so we can be watching02:09
ptloBizzeh: of course you can, grub can boot windows just fine02:09
naliothZugwrack: samesame02:09
Bizzehand u need ntldr to chainload, since grub cant nativly boot windows02:10
josh__Bizzeh: No. GRUB will allow you to select between windows and linux02:10
Neurosisok ill paste in the flood channel again02:10
Ophiocussethk, tried that, doing nothing dosent work ;)02:10
ptloBizzeh: ntldr is located on the windows partition, and grub can load it02:10
=== benoy [n=benoy@bing85.brandywine.binghamton.edu] has joined #ubuntu
=== quacker [n=w00t@S01060030ab077a70.cg.shawcable.net] has joined #ubuntu
HymnToLifeunlike windows boot loader...02:10
naliothBizzeh: my grub boots winXp just fine02:10
sethkOphiocus, I didn't say to do nothing02:10
josh__Partition your master hdd into 2, install linux onto the second partition, and grub should work fine02:10
benoyhi, can anyone help me with cache in ubuntu02:10
Neurosispasted02:10
josh__nalioth: same here :)02:10
sethkOphiocus, you didn't "do nothing" about your other network card.  The fact that the install program did it for you doesn't make any difference02:10
Ophiocusthe same way you make sure that your primary network card runs at startup  <= nothing02:10
benoyI am trying to find a website i visited earlier but I earesed the history02:10
=== CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu
CaptainMorganyo!02:11
josh__though i have windows ME, which is why I use ubuntu :P02:11
HymnToLifein fact, partition it into 402:11
sethkOphiocus, no, if you do nothing, neither will run02:11
Bizzehhow well does ubuntu support wireless?02:11
benoycan I use the cache to find the website?02:11
naliothubotflu: tell Bizzeh about wireless02:11
sethkOphiocus, you misunderstand what happens during install02:11
HymnToLifeWindows, /, swap and /home02:11
CaptainMorgandepends on your card Bizzeh02:11
bimberi!tell Bizzeh about wireless02:11
BizzehTI card, uses acx11102:11
=== warren_ is now known as wnorrix
sethkOphiocus, now, you can run the same "nothing" that you ran to configure your primary card, to also configure your secondary card02:11
Ophiocussethk,  command or link02:11
Neurosissee the paste?02:11
markytell me about wireless aswell02:11
sethkOphiocus, administration/network02:11
CaptainMorganhow come after running synaptic, "the following packages were not upgraded: Linux-image-386, Linux-restricted-modules-386"02:12
CaptainMorganwhy?02:12
Goldfish!wireless02:12
ubotfluwireless is, like, totally, https://wiki.ubuntu.com/HardwareSupportComponentsWirelessNetworkCards02:12
ZugwrackHmmm...synaptic locked up...said so..I told it to force quit...now the icon for the update monitor has disappeared?02:12
josh__Does anyone here know how to play mp3 files in ubuntu?02:12
benoyanyone???02:12
CaptainMorganjosh - noatun02:12
=== jaawood [n=jared@dsl081-150-248.chi1.dsl.speakeasy.net] has joined #ubuntu
HymnToLife!mp302:12
ubotflump3 is, like, a non-free format. To enable mp3 capability, read https://wiki.ubuntu.com/RestrictedFormats02:12
bimberi!tell josh__ about mp302:12
ElitePetehow can i get a list of all running process's ?02:12
CaptainMorganjosh - aromark02:12
_jason|soupbenoy, try about:cache02:12
OphiocusCaptainMorgan, make sure you have universe repositories , those are restricted packages02:12
HymnToLifeamarok*02:12
GoldfishElitePete: ps -ef02:12
Zugwrackps -ax02:12
ElitePetety02:12
bimberiElitePete: ps aux02:12
=== drayen_ [n=drayen@81-1-111-24.homechoice.co.uk] has joined #ubuntu
benoyhow do i do that?02:12
frogzoomarky: you can /msg ubotflu yourself (if registered)02:12
CaptainMorganophicous how do know? do i check a box to get universe repos'?02:13
_jason|soupbenoy, instead of 'www.google.com' put 'about:cache' and press enter02:13
HymnToLife!repos02:13
ubotflurumour has it, repos is http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) see also !easysource02:13
benoyoh ok02:13
=== chaumurky [n=mainacco@203-214-141-96.perm.iinet.net.au] has joined #ubuntu
ZugwrackElitePete: If you are looking for something specific you can ps -ax |grep <findthis>02:13
CaptainMorgan!repos02:13
Neurosisnalioth?02:13
josh__:/02:13
frogzooCaptainMorgan: u can enable repos through synaptic02:13
OphiocusCaptainMorgan, synaptic=>setting=>repositories ,.. simply select everything if you aint sure what you need02:14
ElitePete 5749 ?        SLl    0:27 xine /home/pete/Desktop/Downloads/Azureus/Doobie Brot02:14
ElitePetehow do i kill that?02:14
frogzooElitePete: kill -TERM 574902:14
ZugwrackElitePete: kill 574902:14
GoldfishElitePete: kill 5749. If that doesn't work, kill -9 574902:14
=== Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu
CaptainMorganomg.. didn't know about that.. ophiocus..02:14
=== greatgazoo [n=greatgaz@ool-457002d7.dyn.optonline.net] has joined #ubuntu
=== zblach_ [n=zblach@toronto-HSE-ppp4048761.sympatico.ca] has left #ubuntu ["Leaving"]
ZugwrackWhat is the name of the package monitoring program?02:15
HymnToLifeSynaptic02:15
=== Pupeno [n=pupeno@host102.201-252-3.telecom.net.ar] has joined #ubuntu
josh__yea02:15
Ophiocusneither did i, someone told me, now i pass the favor, hope it helps02:15
earldude1what is meant by putting an exclamation mark in the beginning of your comments here?02:15
josh__synaptic is the easiest way to install programs :P02:16
HymnToLife!ubotflu02:16
ubotfluHymnToLife: I don't know, could you explain it?02:16
MickMcMackSynaptic, yuck02:16
MickMcMack.02:16
HymnToLifewell earldude1 it's to tell ubotflu to explain something02:16
bimberiearldude1: it requests a response from ubotflu (a bot)02:16
drayen_hey, im trying to get JEdit to run, i installed java via the automatrix, but when i run JEdit from the command line i get GC Warning: Out of Memory!  Returning NIL! - any ideas?02:16
HymnToLifeso we don't have to repeat the same thing over and over again02:16
Goldfish!botsnack02:16
ubotflu:)02:16
HymnToLife!ubotu02:16
ubotfluYep, that's me! I'm a bot alright. Read http://wiki.ubuntu.com/UbotuUsage to find out how to use me. Do NOT play with me in any channel.02:16
=== fdelacruz [n=fdelacru@222.126.113.36] has joined #ubuntu
MickMcMackWhy is ubotflu ill? :(02:17
fdelacruzguys morning02:17
amonkeywhat's a good channel to ask about usb wifi adapters that work well with linux?02:17
=== bulio_ [n=bulio@toronto-HSE-ppp3948415.sympatico.ca] has joined #ubuntu
fdelacruzguys how can I update manually my webmin, rigth now Im using 1.230 I got this when I install using apt-get, I need to upgrade it to 1.250 so that I can install the module of samba and squid02:17
=== Knowerrors [n=stormsur@Node93-175-53-66.1dial.com] has joined #ubuntu
CaptainMorganof course synaptic is easy... but I couldn't figure out why it wasn't installing certain modules..02:17
Zugwrackfdelecruz: Or evening depeding :-)02:17
bulio_I used pppoeconf to setup my internet connection02:17
bulio_now I put on my router02:17
bulio_sinvce the router handles PPPOE, and the conf is running, it messes up internet02:17
bimberiMickMcMack: ubotu's normal server is having connectivity issues :)02:18
fdelacruzZugwrack hi, any idea how can I update my webmin?02:18
CaptainMorganhow come after running synaptic, "the following packages were not upgraded: Linux-image-386, Linux-restricted-modules-386"02:18
bulio_how can I remove the pppoeconf config, and run my router?02:18
CaptainMorganstill receiving that02:18
MickMcMackAh, thanks bimberi - was just curious. :)02:18
Neurosiscan someone help me on this make error i get for Linpal?02:18
=== constantine-xvi [n=andrew@12-208-79-240.client.insightBB.com] has joined #ubuntu
Zugwrackfdelacruz: Just a sec02:18
HymnToLifeCaptainMorgan > make sure you hit reload after updating the repos02:18
=== MickMcMack gives ubotflu some cough-medicine.
=== derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu
bulio_anyone?02:18
CaptainMorgandid02:18
OphiocusCaptainMorgan, remember to reload your current repositories after adding them02:18
HymnToLifeOphiocus > pwn3d :p02:19
ToR911how do i install firefox 1.5  , so all users could use it?02:19
bimberi!tissue02:19
ubotfluthanks *wipes nose*02:19
HymnToLife!firefox.502:19
ubotfluHymnToLife: Syntax error in line 102:19
HymnToLife!firefox1.502:19
ubotfluI heard firefox1.5 is at https://wiki.ubuntu.com/FirefoxNewVersion02:19
Zugwrackfdelacruz: How about dselect update <filename>02:19
=== auk [n=scott@h-69-3-181-231.lsanca54.dynamic.covad.net] has joined #ubuntu
Zugwrackfdelacruz: This comes from reading the man page for dpkg02:20
=== freakazoid3333 [n=matt@pool-151-197-202-183.phil.east.verizon.net] has joined #ubuntu
constantine-xviToR911: only way I know is to dl 1.5, and make a link to the 1.5 script where the old one is, rename it, and rename the old one to firefox.old02:21
Ophiocusi never get pwn3d , only set back :D02:21
CaptainMorgansynpatic telling me it want me to do 'apt-get dist-upgrade' yea right - last time I did that I completely lost X, had to back up everything and I just now reinstalled ubuntu02:21
fdelacruzby Zugwrack, k I will try that, thanks02:21
=== dr_willis [n=willis@12-222-81-183.client.insightBB.com] has left #ubuntu ["Leaving"]
earldude1!botsnack02:21
ubotfluthanks earldude1 :)02:21
Zugwrackfdelacruz:np02:21
earldude1wow cool02:21
constantine-xviToR911: not elegant, but it works02:21
=== benplaut [n=benplaut@cpe-70-95-146-177.hawaii.res.rr.com] has joined #ubuntu
earldude1kinda cute even02:21
earldude1!botsnack02:21
Zugwrackbenplaut: Kewl a roadrunner user in HI02:21
benplautZugwrack: yup :)02:22
earldude1!tell earldude1 about women02:22
benplautubotflu: still sick?02:22
ubotflubenplaut: Are you smoking crack?02:22
benplautnope02:22
korhalfI am :)02:22
mrkoje!beer02:22
=== ubotflu pours mrkoje a cold pint of his favourite beer.
=== Zugwrack is jealous...HI...wish I was there and doing some snorkelin'
=== mrkoje thanks ubotflu
sethkconstantine-xvi, ToR911,  you can right click the icon, choose properties, and change the invocation command02:22
constantine-xvithat too02:22
benplautand it just PMed me: "dpkg knew: sick is cool"02:22
benplautweird...02:22
constantine-xvii like the complex way sometimes02:23
=== Rubin is now known as Rubin[work]
=== mcjerry [n=mcjerry@ip68-99-175-230.mc.at.cox.net] has joined #ubuntu
quacker!crack02:23
ubotfluThe primary cause of people asking me the wrong things.02:23
ToR911u know, the reason linux never catches on, is that its such a fucking pain to install stuff02:23
earldude1!tell earldude1 about apache202:23
ToR911whats wrong with a simple make02:23
=== marcin [n=user@194.114.146.58] has joined #ubuntu
earldude1i thought linux had caught on02:23
constantine-xviim the outcast of outcasts: i use ubuntu, but everyone else in our loose LUG uses gentoo02:23
bulio_can someone help me with a router?02:24
josh__Does anyone here know how to install internet explorer via wine :)?02:24
Toma-ToR911: why complain?02:24
quackerHow can a bot get the flux ?!?02:24
Toma-josh__: ...why? i hear it is possible tho02:24
HymnToLifeflu is REALLY nasty :p02:24
earldude1what the flux?02:24
CaptainMorganToR911 - I tried to setup my madwifi.. it required kernel 5.10, I dist upgraded and completely fucked my system.. I back everything up, revert back to 5.0402:24
ToR911toma: cuz its ez02:24
redvelvet<--newbie, just downloaded xmms.  what is the command to get the thing to configure, then install?02:24
Ophiocusjosh__, why would you want to do such an atrocity?02:24
CaptainMorganscrew that02:24
Toma-ToR911: are you complaining because you cant install something?02:24
HymnToLife!ie02:24
ubotflurumour has it, ie is Ubuntu Ireland #ubuntu-ie02:24
ToR911i mean, come on i want to isntall firefox, i have to work on it for 20 mins??02:25
earldude1!apache02:25
ubotflufrom memory, apache is https://wiki.ubuntu.com/ApacheMySQLPHP or, for Ubuntu server information, http://www.ubuntulinux.org/support/documentation/faq/installation-custom02:25
HymnToLifenot this, you stupid bot :/02:25
HymnToLife!msie02:25
ubotfluHymnToLife: Bugger all, i dunno02:25
RiCONmeh02:25
quackerjosh__, I've tried but it fails, no matter what version -- I think i't because it needs to register some *#$^ing COM++ object using code it can only obtain over t3h intarweb02:25
josh__Ophiocus: So I can use some other programs with wine that need IE. Im not going to use it :P02:25
RiCONthe cd still gives the same error02:25
josh__ok02:25
ToR911why can't u have a simple install as root commandf02:25
Toma-ToR911: youre obviously not using apt-get.02:25
Neurosiscan someone help me on this make error i get for Linpal?02:25
ToR911yeh tell me how i can in 2 commands install firefox 1.502:25
HymnToLifejosh__ > it is possible, search the forum I remember someone posted a howto about it02:25
=== orkin\a [n=orkin@209.222.248.137] has joined #ubuntu
Goldfishapt-get install firefox02:25
earldude1does using apt-get screw up synaptic in any way?02:26
Toma-are you in dire, desperate need of firefox 1.5?02:26
Ophiocusjosh__,  it may be silly of me but, cant those programs be configured to use ff?02:26
HymnToLifeearldude1 > no, it's the same thing02:26
ToR911gold fish: will that install firefox 1.5 ?02:26
quackerGoldfish, ubuntu doesn't support that version yet -- please read the questions02:26
constantine-xviToR911: download the binary from mozilla.org, untarball, and run the sh script02:26
RiCONHymnToLife, sorry to bother, the cd still gives the same error at the same exact place02:26
constantine-xviTor911: correction: mozilla.com02:26
ToR911i want to install it to all users, not just me02:26
orkin\ahow come ubuntu makes my system run like an ancient machine, I expected much better performance form ubuntu02:26
quacker ./configure; make; make install02:27
=== os2mac [n=jim@ip68-10-71-214.hr.hr.cox.net] has joined #ubuntu
=== benkong2 [n=benkong2@cpe-066-057-072-151.nc.res.rr.com] has joined #ubuntu
=== butcherbird [n=butcherb@12-222-233-82.client.insightBB.com] has joined #ubuntu
constantine-xviToR911: and then comes the making link to firefox in location of old firefox02:27
HymnToLifeRiCON > the I don't know... maybe something wrong in your hardware02:27
quackerorkin\a, how much RAM have you got, etc?02:27
earldude1HymntoLife: why then doesn't php5 show up in my Breezy synaptic package manager?  I was able apt-get install it, but it wasn't in synaptic02:27
Toma-ToR911: https://wiki.ubuntu.com/FirefoxNewVersion?02:27
orkin\aIt's almosty intolerably slow to where it takes me ovfer a minute just to switch between towo apps02:27
frogzooorkin\a: => 512meg ram?02:27
Toma-if you cant follow that within 5 mins, you must be doing something wrong02:27
Toma-and if you want it all in 2 commands, use &&02:28
RiCONHymnToLife, what if I try with the DVD version?02:28
bimberijosh__: http://sidenet.ddo.jp/winetips/config.html and http://frankscorner.org02:28
=== Madz [n=Madzke@210.213.112.2] has joined #ubuntu
Neurosiscan someone help me on this make error i get for Linpal?02:28
orkin\ait has a pentium four02:28
Madz!02:28
ubotfluMadz: I'm not sure, is it larger than a breadbox?02:28
frogzooorkin\a: surely sounds like mad swapping to me02:28
HymnToLifeRiCON > dunno, try it out02:28
orkin\aand sufficient ram to make windows run quickly02:28
orkin\awhy cant it make linux run quickly?02:28
Khisantheven with a livecd and a p3 it isn't that slow :)02:28
Madzhaloo02:28
ToR911toms, and u belive this answers my wishes for isntallation to be simple?02:28
frogzooorkin\a: how much ram?02:28
ToR91115 lines of commands to install one program02:28
Toma-ToR911: fine. http://kidsquid.com/programs/ubuntu/firefox-1.5.0-0nonfree1_i386.tar.gz02:28
=== umberleigh [n=umberlei@host86-139-150-249.range86-139.btcentralplus.com] has joined #ubuntu
orkin\a256meg02:28
quackerearldude1, do yoiu hve multiverse and universe?  (installing packages directly from Debian repos is NOT RECOMMENDED -- did you manually edit /etc/apt/sources.list ?)02:28
MadzHi!02:29
Toma-unpack, run and and itll install a pretty .deb file for you02:29
earldude1HymntoLife: if apt-get is the same as synaptic, why then doesn't php5 show up in my Breezy synaptic package manager?  I was able apt-get install it, but it wasn't in synaptic02:29
GoldfishBleeding edge releases and have their risks and costs. If it isn't supported by the repositories yet at ubuntu, you have to take extra steps to get that version deployed.02:29
MadzHi!02:29
frogzooorkin\a: 512meg will make a difference - in your case, I think a great difference - 'top' will show the story02:29
bulio_dammit02:29
bulio_so no one can help me with router and DHCP?02:29
benkong2ubuntu and kubuntu got the same repos?02:29
bimberibenkong2: yes02:29
=== bcroq [n=bertrand@bruz.freeskop.net] has joined #ubuntu
HymnToLifeearldude1 > I don't have a damn clue. Still I know for sure they use the same sources.list file02:29
bulio_anyone?02:29
=== nekostar [i=UPP@unaffiliated/starscalling] has joined #ubuntu
Madzhoy buang02:29
Toma-ToR911: the fact is, firefox 1.5 is still a short way off for breezy, because it still needs bug testing with all the ubuntu libs02:30
earldude1ok cool, good enough02:30
benkong2ok saw a post on google about kubuntu repo for kde 3.502:30
umberleighhey. how do i check what programs have a file open and release those file handles? something on my machine is using /dev/sequencer but i don't know what02:30
orkin\athere is no way ubuntu was meant to only be fast with 5*meg ram02:30
=== bwlang [n=bwlang@bb-66-55-211-238.gwi.net] has joined #ubuntu
ToR911it amazes me that people that are a bit pro with linux, think that typing about 10 commands to install one program is normal02:30
=== martianfood [n=martianf@hlfxns0147w-142167196214.ns.aliant.net] has joined #ubuntu
frogzooumberleigh: fuser    -k option to kill02:30
orkin\agive me a break it was made to be speedy with 256 topo02:30
ToR911toma, is 1.4 stable with ubuntu?02:30
=== Zugwrack [n=zugwrack@cpe-70-120-176-147.houston.res.rr.com] has joined #ubuntu
orkin\abut mine isn't02:30
constantine-xvibenkong2: check the kubuntu.org page02:30
Toma-ToR911: no idea02:30
umberleighfrogzoo: thanks02:30
=== Mads [n=Madle@210.213.112.2] has joined #ubuntu
=== ubuntu_ [n=ubuntu@softbank220027048115.bbtec.net] has joined #ubuntu
earldude1I only have TI-994A with 16k of ram and ubuntu works great on it.02:30
bimberi!kde3.502:30
ubotflurumour has it, kde3.5 is http://kubuntu.org/announcements/kde-35.php02:30
MadzHi! dEmon02:30
HymnToLifeorkin\a > did you enable a swap space ?02:30
quackerearldude1, that's just ot possible -- unless you manually edited source.list  -- perhaps you should look again.  Maybe you made a typo when searching or looked in the wrong section?02:30
=== Davey [n=Davey@unaffiliated/davey] has joined #ubuntu
Toma-ToR911: i ran 1.5 for a while but its kinda crap so i went back02:30
orkin\aswap space?02:31
HymnToLifelmao02:31
Madsss02:31
Madsbuang ka02:31
ToR911to 1.0.7?02:31
earldude1quaker: that's possible that I did overlook it... I'm fairly new to it.02:31
HymnToLife!swap02:31
ubotflu[swap]  used to put unused programs out of memory to make your system faster. It can also be used as extra memory if you don't have enough. See: https://wiki.ubuntu.com/SwapFaq02:31
nickrudearldude1, I got one in the closet, thanks for the tip!02:31
=== martus27 [i=martus27@86.106.46.74] has joined #ubuntu
=== RiX [n=blah@65.118.111.8] has joined #ubuntu
Toma-ToR911: yep02:31
GoldfishI found php5 in synaptic. Were you searching my Name or some other criteria?02:31
Madscrazy!02:31
=== mumbles-laptop [i=je@cpc2-bror1-6-0-cust74.bmly.cable.ntl.com] has joined #ubuntu
Toma-if it aint broke, why fix it :)02:31
orkin\aI just installed this though02:31
Madsdio02:31
ToR911i consider it broke02:31
earldude1I actually threw my ti99 in the garbage back in college.  I wish I hadn't now02:31
quackerorkin\a, don't get defensicve please.  It was a simple question.  And no Breezy is not necessarily going to be speedy with 256 MB (128 is actually the minimum requirement just to install).02:31
=== Harus [n=Snak@mctnnbsa24w-142167033145.nb.aliant.net] has joined #ubuntu
orkin\aand i havent had it update all those updates02:31
Madzbuang02:31
MasterTsunamibecause it has significant upgrades :/02:31
ZugwrackOk when I run the update manager it keeps erroring on lilypond-data_2.6.3-9~breezy1_all.deb02:32
=== mrplant [n=mrplant@96-87.echostar.pl] has joined #ubuntu
frogzoo!tell orkin\a about swap02:32
ZugwrackAnyone have a clue why?02:32
Neurosiscan someone help me on this make error i get for Linpal?02:32
=== Falstius [n=airen@pcp0012090390pcs.nanarb01.mi.comcast.net] has joined #ubuntu
HobbseeNeurosis:  what error?02:32
=== Harus [n=Snak@mctnnbsa24w-142167033145.nb.aliant.net] has left #ubuntu []
ToR911btw, what does the ubutu server version have in it?02:33
Toma-MasterTsunami: also, if you google firefox 1.5, the top news on it is that is has a DoS exploit02:33
frogzooZugwrack: is the repo available?02:33
=== warren_ [n=warren@adsl-69-236-160-64.dsl.pltn13.pacbell.net] has joined #ubuntu
quackerorkin\a, one thing you can always do is get rid of all the 'fluff' and goto a minimal windows manager like xcfe or even fluxbox.02:33
NeurosisHobbsee , channel flood i can paste it to you.02:33
naliothNeurosis: can you pastebin it please and bring us the URL ?02:33
=== Harus [n=Snak@mctnnbsa24w-142167033145.nb.aliant.net] has joined #ubuntu
mrkojeToma-, it's not a DoS explot02:33
MasterTsunamierr that's every firefox, and it's not a DoS exploit :/02:33
=== lordlucless [n=andrew@ppp22-61.lns2.syd7.internode.on.net] has joined #ubuntu
Zugwrackfrogzoo: Yep I have enabled all the repos using synaptic02:33
HymnToLifeToR911 > the same as the desktop one, minus the GUI02:33
HobbseeNeurosis: yes, use teh pastebin :)02:33
Toma-meh.02:33
ToR911no GUI at all?02:33
Neurosisok, ill go get a url02:33
butcherbirdcould someone using  nvidia-glx or -legacy paste your xorg.conf please.  Just apt-get'd everything and 'nvidia-glx-config enable' and its not working..(breezy)02:33
mrkojeToma-,  it eats system resources.... not a DoS though...02:33
Neurosisbrb02:33
frogzooZugwrack: point is, maybe the repo is down?02:34
quackerorkin\a, what CPU and what other hardware (integrated video chipset, or Intel wifi by any chance?)02:34
benplautZugwrack: are you in hawaii?02:34
=== JoeyDay|ubuntu [n=joeyday@205.124.151.254] has joined #ubuntu
josh__bye all :)02:34
Zugwrackfrogzoo: For two days? I haven't seen anything about repos down02:34
Goldfishubotflu tell me about java02:34
JoeyDay|ubuntuWhat's the default root password in Ubuntu?02:34
Zugwrackbenplaut: No sir..Texas02:34
=== mak [n=mak@pc-93-213-215-201.cm.vtr.net] has joined #ubuntu
HymnToLifeToR911 > nope02:34
HymnToLife!server02:34
benplautah02:34
ubotfluUbuntu 5.10 Server is out! http://lists.ubuntu.com/archives/ubuntu-announce/2005-October/000042.html02:34
=== Tony_Sidaway [n=Tony_Sid@wikipedia/Tony-Sidaway] has joined #ubuntu
ToR911hymtolife, console only?02:34
ToR911damn02:34
benplautubotflu tell JoeyDay|ubuntu about sudo02:34
frogzooGoldfish: just /msg ubotflu qstn02:34
makhi02:35
JoeyDay|ubuntuIs there a default root password? I don't recall setting one up during install.02:35
GoldfishI can't. My nick isn't registered so it won't let me send private msgs.02:35
benplautJoeyDay|ubuntu: look at what ubotflu just PMed you02:35
naliothJoeyDay|ubuntu: read your PM02:35
ToR911benplaut, tell me too about sudo02:35
frogzooJoeyDay|ubuntu: use sudo02:35
naliothubotflu: tell Goldfish about register02:35
ZugwrackJoeyDay: It uses sudo f02:35
maki need some help with xorg and resources02:35
benplautubotflu tell ToR911 about sudo02:35
Zugwrack*sudo*02:35
ToR911ty02:35
JoeyDay|ubuntuZugwrack: So there isn't a root password at all?02:35
HymnToLifeGoldfish > then... register it02:35
NeurosisHere is the paste bin link - http://paste.ubuntu-nl.org/d572702:35
makanybody can help me?02:35
Toma-mak just ask02:36
HymnToLifeJoeyDay|ubuntu > you can set one02:36
naliothmak: if you ask us a question, probably02:36
JoeyDay|ubuntuHymnToLife: How?02:36
HymnToLifebut you won't need it anyway02:36
ZugwrackJoeyDay: It uses your username password and passes it to sudo02:36
=== DRAGON_Ultra [n=DRAGON_U@adsl-70-232-60-5.dsl.ltrkar.sbcglobal.net] has left #ubuntu ["Linux]
HymnToLifeJoeyDay|ubuntu > sudo chpasswd root02:36
butcherbirdJoeyDay|ubuntu, root is disabled, use "sudo command" or type "sudo -i" for a root term02:36
makwhen i move a window, the cpu usage goes up to 100%02:36
Zugwrackso if I want  to run apt I would type: sudo apt-get <fileinstall> then it will ask for your password and then run02:36
naliothJoeyDay|ubuntu: read the link ubotflu sent you please02:36
frogzooZugwrack: pastebin the error - have you checked /var/log/messages? full disk? df -k ?02:36
JoeyDay|ubuntunalioth: I did.02:37
=== jrr-food is now known as jrr
naliothZugwrack: sudo apt-get install $PKGNAME02:37
Toma-mak: have you got composite extensions enabled or something?02:37
Zugwrackfrogzoo: don't know when you came in.. I already pasted once..just a sec will do it again02:37
HobbseeNeurosis: pass, no clue sorry02:37
Neurosiscrap :(02:37
=== Harus [n=Harus@mctnnbsa24w-142167033145.nb.aliant.net] has joined #ubuntu
earldude1!apache02:38
ubotfluit has been said that apache is https://wiki.ubuntu.com/ApacheMySQLPHP or, for Ubuntu server information, http://www.ubuntulinux.org/support/documentation/faq/installation-custom02:38
Zugwrack!pastebin02:38
ubotflupastebin is probably a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org02:38
makwhat are composite extensions?02:38
maki've installed nvidia drivers02:38
Zugwrackfrogzoo: http://paste.ubuntu-nl.org/572802:38
DjLinXi installed proftpd and when i type it into a brower i get "Access to the port number has been disabled for security reasons." does anyone know how to fix02:39
Toma-mak: if you dont know what they are, youre not using them :) (which is good for the moment.)02:39
Toma-mak: are the glx drivers forking?02:39
bulio_how do I kill a pppoe conneciton?02:39
makforking?02:39
HarusHey! I'm new to linux, and I am trying to run Kubuntu off of a CD on my mac. How do I do that? I apologize if I have aggravated anyone.02:39
=== GTroy [n=galen@70-57-162-112.spkn.qwest.net] has joined #ubuntu
GTroyhello guys02:40
markyhow do i run network-manager guys? anyone know?02:40
makwhat does forking means?02:40
NeurosisCan someone help me with this make error for Linpal? - http://paste.ubuntu-nl.org/d572702:40
JoeyDay|ubuntuDo you guys know much about apt-get packages? I'm trying to install a DynDNS client called ez-ipupdate so I can VNC into my Ubuntu machine.02:40
mak3d apps runs ok02:40
JoeyDay|ubuntuBut apt-get says it can't find the package.02:40
makbut 2d things not so well02:40
Toma-mak: sorry, i ment working :S02:40
butcherbirdsudo network-admin, that what u wanted?02:40
bulio_how do I kill a pppoe conneciton?02:40
makyes, they are02:40
=== Harus [n=Harus@mctnnbsa24w-142167033145.nb.aliant.net] has left #ubuntu []
Goldfishmarky: Go to System -> Preferences -> Sessions, and pick Startup Programs. Then enter a new command line for sudo /usr/bin/nm-applet &02:41
Toma-mak: can you put your xorg.conf up on a pastebin?02:41
bimberibulio_: poff ?02:41
GTroywhere would I find the folder for firefox's public_html, or similar?02:41
=== ZeroIRC [n=_DuDe_@c-24-12-202-69.hsd1.il.comcast.net] has joined #ubuntu
=== SlicerDicer-- [n=Slicer@macceketh.com] has joined #ubuntu
ZeroIRCHello02:41
Goldfishmarky: I just got that cooking last night.02:41
makok, give me a minute02:41
=== somedude [n=me@pool-141-150-41-126.mad.east.verizon.net] has joined #ubuntu
=== ElitePete [n=pete@c-24-131-71-233.hsd1.pa.comcast.net] has joined #ubuntu
Toma-GTroy: public_html?02:41
bulio_more than one pppd running02:41
somedudei heard ubuntu was the king of the distro and there are none higher sucka distro should call it sire02:41
somedudeor something like that02:42
markygoldfish hold on yhrn i'll try it02:42
Zugwracknalioth: See my pastebin error: 572902:42
CaptainMorganworking in a terminal... I get used to have .c files that were colored back.. since installation of the backup data they're now green - the color of .exe... how can I change them to black ?02:42
GTroyplace where firefox can access this app02:42
GTroydoes that make sense Toma-02:42
Toma-GTroy: not really :D02:42
=== maik_ [n=maik@p5486CA5A.dip.t-dialin.net] has joined #ubuntu
GTroyhmm02:42
naliothNeurosis: you seem to have dodgy code02:42
GTroyI'll past in flood02:42
mrplantLOL02:42
mrplantI've just read02:42
GTroypaste02:42
mrplantWindows' history02:43
Neurosiswhat can i do to help it?02:43
Toma-somedude: if thats what you want to think, sure.02:43
mrplanthere it is:02:43
=== kevinix [n=ianandha@218-101-123-30.dialup.clear.net.nz] has joined #ubuntu
mrplant"It compiles, let's ship it!"02:43
Zugwracknalioth: While I am at it I am guessing that command retrieved the variable information from the cache when it tried to install lilypond-data?02:43
Toma-GTroy: cool.02:43
=== somedude [n=me@pool-141-150-41-126.mad.east.verizon.net] has left #ubuntu ["Leaving"]
naliothZugwrack: sudo apt-get -f install"02:43
nickrudCaptainMorgan, tak a look at them with ls -l ; if the execute bit is set (an x in permissions) chmod -x *.c will fix it02:43
=== pc22 [n=arik@222.126.13.162] has joined #ubuntu
kevinixhi, why is it that i can play any dvd's on gxine and xine, but totem and vlc just lock up?02:43
ZeroIRCCan someone please help me.  I want to make my self owner, and I did this before with someones help, but I forgot how.02:43
Zugwracknalioth: Ok thanks for the help :-)02:43
=== otep[zzz] is now known as otep
ElitePetehow do i get alsamixer to save my settings?02:44
ElitePeteeverytime i reboot i have to adjust it.02:44
markygoldfish got asfar as sessions and startup programs ~~> add ? then what do i put in there?02:44
naliothZugwrack: i've not given you any help yet.02:44
=== drapelyk [n=drapelyk@12-219-216-231.client.mchsi.com] has joined #Ubuntu
=== sklav [n=sklav@64.235.218.42] has joined #ubuntu
sklavhi guys02:44
nickrudZeroIRC, sudo chmod <user>:<user> <file> will make you the owner02:44
Zugwracknalioth: Now it says it can't find the file02:44
=== tomodachi [n=comradev@69.177.143.195] has joined #ubuntu
sklavim having an issue migrating my ubuntu drive to another pc02:44
ZeroIRCnickrud, thanks02:44
ElitePetecan anyone tell me why alsamixer isn't saving my settings?02:44
sklavi have setup the fstab accordingly02:44
CaptainMorganha.. that's beautiful nickrud - thanks02:44
=== senectus [n=senectus@203-59-129-223.perm.iinet.net.au] has joined #ubuntu
sklavbut grub doesnt want to install02:45
Zugwracknalioth: Ok then for the moral support...02:45
Goldfishmarky: Type in "sudo /usr/bin/nm-applet &"  That is so it launches at start up. First, use a terminal and verify the command works.02:45
senectushey does anyone know if there is a text mode browser that supports frames?02:45
sklavhow can i have grub-install its mbr on the primary slave?02:45
Toma-ElitePete: make sure /etc/init.d/alsa-utils is getting run at shutdown.. use update-rc.d to do that, or a boot process manager like bum02:45
=== kestas [n=kestas@ppp169-240.lns1.per1.internode.on.net] has joined #ubuntu
sklavsenectus, its called links02:45
=== kevinix [n=ianandha@218-101-123-30.dialup.clear.net.nz] has left #ubuntu ["Leaving"]
=== kevinix [n=ianandha@218-101-123-30.dialup.clear.net.nz] has joined #ubuntu
naliothsenectus: links202:46
sklavanybody familiar with grub?02:46
maki need help with xorg, it uses up to 100% cpu when i move windows02:46
ElitePeteToma-, so type update-rc.d02:46
=== Hericus [n=Hericus@212.247.71.254] has joined #ubuntu
senectussklav, excellent that works a treat thanks :-)02:46
ElitePeteat terminal?02:46
GTroyToma- would I use firefox's extensions folder, or the plugins folder? or wrong with both02:46
sklavnp02:46
makplease someone help me02:46
Toma-ElitePete: not quite02:46
tomodachibut grub doesnt want to close Ubuntu if that works, start up at gmail.. i hope you get same results02:46
kevinixalso, how do i make xine my default DVD player? the 'preferred applications02:46
tomodachiOk then for the directions to access UBUNTU"02:46
kevinix.. doesn't offer a chance to change this02:46
Zugwracknalioth: It appears that file is failing when trying to unpack...so it could be corrupted somehow?02:46
Toma-GTroy: whats the outcome you want?02:46
sklavhow does one install on the mbr of the hdb?02:46
tomodachihow can i save a new pass, is that correct?02:47
senectusnalioth, oh.. is there a diff between links and links2 in the ubuntu repository?02:47
sklavi want to move this drive to another dedicated pc02:47
=== Arafangion [n=arafangi@220-245-215-98-act.tpgi.com.au] has joined #ubuntu
tomodachiits called having two exams back to school with a different name02:47
=== Matambo_2-2 [n=Matambo_@200.75.221.66] has left #ubuntu []
GTroyToma- to run a script02:47
ElitePetetoma-, i'm new to ubuntu can you make it more clear?02:47
=== tristanmike [n=tristan@blk-224-251-101.eastlink.ca] has joined #ubuntu
naliothsenectus: i believe there may be02:47
tomodachiIt appears in the config get acquired) what I was answering sipher02:47
Toma-GTroy: you want firefox to run a script?02:47
=== GTroy should have known this long ago
tomodachiwhats the problem was, directory handles and file handles both have their data.02:47
tomodachioh.. is there a really killer gnome desktop?02:47
naliothZugwrack: that is a possiblity02:47
GTroyToma-yep02:47
tomodachiToma- to run it, it doesnt find it02:47
tomodachii'm new to C++, so I'm probably programming very sloppily02:47
ArafangionMy laptop crashes whenever I open the screen (ie, get out of standby) while the battery is almost-but-not-quite-flat.02:47
tomodachiGTroy should have it good.02:47
naliothZugwrack: join #kubuntu-offtopic and we'll see about getting you sorted02:47
tomodachiMy laptop would come from mediawiki itself.02:47
ArafangionIs it possible to just get the standby to not resume in that situation?02:47
=== kkathman [n=kvirc@h-66-167-142-164.dllatx37.dynamic.covad.net] has joined #ubuntu
=== guru54 [n=guru@dialup-4.245.19.58.Dial1.StLouis1.Level3.net] has joined #ubuntu
Toma-ElitePete: 'update-rc.d alsa-utils defaults'02:48
Arafangiontomodachi: I would advise you to join #c++ (or ##C++ or whatever)02:48
senectusnalioth, ok thanks mate02:48
ElitePeteToma-, could you possibly explain it more newby mode for me?02:48
ElitePetek.02:48
makToma- do i send you the xorg.conf??02:48
tomodachicould you explain that I would assume that is prolly opened as a squence overlay the glow02:48
Toma-ElitePete: also, run that as sudo02:48
tomodachiToma- do i view?02:48
ElitePeteck02:48
ElitePetek.02:48
Toma-mak: put it on a pastebin02:48
markygoldfish do i have to restart for that to work?02:48
Toma-~pastebin02:48
tomodachiput it there02:48
Toma-!pastebin02:48
ubotflupastebin is, like, a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org02:48
tomodachipastebin is, like, http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) - Create your own laptop or desktop on ubuntu?02:48
Toma-tomodachi: what?02:48
tomodachiwhat are you doing02:48
=== Zugwrack sigh...again my fellow texan to the rescue
=== pvanhoof [n=pvanhoof@d54C18307.access.telenet.be] has joined #ubuntu
ElitePeteToma-, it tells me System startup links for /etc/init.d/alsa-utils already exist.02:48
Goldfishmarky: The sudo command can be run from a terminal in your current session. Putting in the "Sessions" prevents you from having to type that same command every time you login again.02:49
Toma-ElitePete: ok. so thats working...02:49
tomodachiok. so I just don't remember the way from arizona!02:49
kevinixdoes anyone else manage to have totem playing back DVD's?02:49
frogzooZugwrack: try sudo apt-get build-dep lilypond02:49
ElitePeteToma- my problem is i need to set my mic to the proper setting each time i reboot (using alsamixer)02:49
kevinixonly xine/gxine/mplayer work here02:49
Toma-GTroy: i have no idea sorry :(02:49
tomodachiToma- my problem is02:49
markygoldfish so " network-manager" in terminal will now work?02:49
tomodachigoldfish so you suggest cvs to it?02:49
_jason|soupkevinix, how about totem-xine?02:49
frogzooZugwrack: which version of lilypond u running?02:49
ZeroIRCnickrud, I tried what you said, and it said { chmod: invalid mode string: `zeroirc:zeroirc' }02:50
=== _jason|soup is now known as _jason
tomodachiI tried02:50
Toma-ElitePete: so its just the mic thats not getting set?02:50
kevinix_jason|soup i'll check02:50
=== Centaur5 [n=fishman@68-187-79-131.dhcp.stgr.ut.charter.com] has joined #ubuntu
tomodachiso its not links2 -g?02:50
makToma-: http://paste.ubuntu-nl.org/573002:50
Toma-tomodachi: are you a bot?02:50
pirxhi! is there something i need to do to be able to record from alsa devices (with mencoder for instance) in ubuntu?02:50
ElitePeteyep toma02:50
tomodachidunno02:50
makToma-: there it is02:50
Goldfishtomodachi: cvs? What are you talking about?02:50
tomodachiyou best check yo'self!02:50
frogzooZugwrack: common problem - read this thread http://ubuntuforums.org/showthread.php?t=8090102:50
ElitePeteit always defaults to "mic"02:50
nickrudZeroIRC, I assume that's the user on the machine?02:50
ElitePetebut it needs to be "front mic"02:50
tomodachiit always did stand for Tuvalu in the mean time, how do you need?02:50
=== bored2k [n=reb@165samana87.codetel.net.do] has joined #ubuntu
tomodachiI assume you're not really caring that much02:50
tomodachibut it complains of missing depends02:50
ZeroIRCnickrud,  yea02:50
Goldfishmarky: That is how I ran it. It will verify if you got it loaded.02:50
tomodachiThat is what I am there ... =(02:50
benplautToma-: i think it is02:50
tomodachii think iam gonna redesign your site, heh02:50
benplautToma-: it was a few days ago, anyway02:50
butcherbirdi just apt-get'd  nvidia-glx-legacy and associated packages but it didnt update my xorg.conf the way the wiki seems to say it will and shouldnt lsmod show a glx module running now?02:50
tomodachii just apt-got mercury, its installed, appearantly, but when I ask waht the difference between "edit" and "create"02:51
markyi'll restart and see if i spot anything diferent  , brb02:51
tomodachiit was still standing up a TCP Socket02:51
tomodachii'll restart my machine, and it02:51
nickrud*blush ZeroIRC it's chown not chmod, the command02:51
Toma-Seveas: can you please ban tomodachi?02:51
ZeroIRCoh, thanks nickrud02:51
nickrudZeroIRC, I'd just done a chmod question, the fingers failed me :)02:51
tomodachiI'd just ignore the BIG family started screaming really loud. i didnt during installation?02:51
=== bored2k [n=reb@165samana87.codetel.net.do] has left #ubuntu ["Leaving"]
tomodachiI'd just ignore the BIG family started screaming really loud. i didnt during installation?02:51
nickrud!test02:51
ubotfluPassed.02:51
makToma-: have u any idea?, thanks for reading02:51
ZeroIRCnickrud, I've had it happen many times02:51
tomodachiI've had better UL with bitcomet02:51
sklavhey can someone tell me why this is happening02:51
tomodachihave u checked mime-types ?02:51
Toma-mak still reading02:51
tomodachihey can i add packages to what are you making it look like02:52
Arafangiontomodachi: Ask *ONE* question at a time, and stay on topic.02:52
sklavex: grub-install /dev/hdb102:52
sklav-- /dev/hdb1 does not have any corresponding BIOS drive.02:52
ElitePetetomodachi stfu02:52
Toma-Arafangion: its a bot02:52
tomodachiits a shame to me man02:52
nickrudi think so02:52
tomodachii think appending will work02:52
eobanb_tomodachi is a bot?02:52
tomodachino clue02:52
sklavbut ubuntu is installed and running on hdb102:52
ArafangionToma-: Does appear to be a bot.02:52
ElitePeteToma-, sorry to bug you but any ideas on my problem? it's easy to fix ... but tedious02:52
tomodachiDoes appear to be annoyed if all you need to unsubscribe from the CD first and last block of 106 files?02:52
nickrudnalioth, I think we have a stray bot here02:52
tomodachisorry to keep track of upload/download ratios as well02:52
PhoulOkay when i open limewire its stupidly slow any ideas02:52
_jasontomodachi, quit02:53
eobanb_kick it, now.02:53
tomodachiinsufficient "quit" auth (have 10, need 90)02:53
=== dbernar1 [n=dbernar1@wnpgmb02dc1-179-152.dynamic.mts.net] has joined #ubuntu
_jasonlol02:53
kevinix_jason|soup can't install totem-xine as it conflicts with totem-gstreamer. i can't purge toten-gstreamer as rhythmbox depends on it, and ubuntu-desktop depends on rhythmbox.02:53
Toma-tomodachi: quit please02:53
tomodachiinsufficient "quit" auth (have 10, need 90)02:53
kevinixtime for aptitude ;)02:53
=== Amilcar_ [n=root@201.2.36.159] has joined #ubuntu
MasterTsunamitomodachi, shut up02:53
Toma-tomodachi: quit tomodachi02:53
tomodachiinsufficient "quit" auth (have 10, need 90)02:53
Phoul_jason, any ideas?02:53
ElitePetetomodachi die ?02:53
tomodachibeats me02:53
nickrudtomodachi,02:53
MasterTsunamitomodachi, quiet02:53
tomodachiinsufficient "talk" auth (have 10, need 40)02:53
MasterTsunami:/02:53
=== mode/#ubuntu [+o nalioth] by ChanServ
_jasonkevinix, yeah, totem-xine will replace totem-gstreamer02:53
eobanb_we're in the wrong user class02:53
=== mode/#ubuntu [+b %tomodachi!*@*] by nalioth
Phoul_jason, any ideas?02:53
eobanb_thank you..02:53
=== mode/#ubuntu [-o nalioth] by ChanServ
Toma-tomodachi: youre banned :D02:53
benplautnalioth: thanks02:53
nickrudthanks02:53
=== OpnSrc [n=OpnSrc@ppp-69-233-105-126.dsl.irvnca.pacbell.net] has joined #ubuntu
frogzootomodachi: stfu02:53
=== pmj [n=a@h81172158030.kund.kommunicera.umea.se] has joined #ubuntu
Toma-thx nalioth02:54
ElitePetecan ayone help me with a small alsamixer problem ??02:54
OpnSrcSometimes when i go to the menu editor and change things, it doesn't update02:54
benplautactually, that's comradevi02:54
OpnSrchow do i fix it?02:54
_jasonPhoul, sorry, I was probably still eating my soup when you asked, can you repeat your question?02:54
=== Knowerrors [n=stormsur@Node190-175-53-66.1dial.com] has joined #ubuntu
=== milksteak [n=milkstea@60-234-138-71.bitstream.orcon.net.nz] has joined #ubuntu
PhoulWhy is limewire stupidly slow when i start it?02:54
makToma-: i've read on ubuntuforums.org and many people had the same problem with ubuntu 5.0402:54
=== carik_keje_baru [n=6tyh6th6@218.208.223.59] has joined #ubuntu
sklavis thre a linux recovery option in ubuntu install cd?02:54
Toma-ok, ElitePete "amixer set Mic 100" is a handy command that'll set your mic to 100. use gnome startup commands to make it start on boot02:54
makToma-: it seems to happen on 5.10, too...02:54
bob2sklav: what would it do?02:54
Toma-mak: gimme a sec02:54
TokenBadok folks..see if anyone can help here...02:55
_jasonPhoul, probably because it uses java.  I don't use it so I can't really say whether or not that is normal behavior for limewire02:55
sklavim trying to install grub on hdb102:55
ElitePeteToma-, the problem is the mic it wants to use is "mic" but my mic is "front mic"02:55
TokenBadI just tried to get my printer to work02:55
sklavbut i keep getting an error02:55
Phoul_jason, what do you use?02:55
sklav-- /dev/hdb1 does not have any corresponding BIOS drive.02:55
TokenBadand when tried to install driver it recommended02:55
TokenBadmeaning ubuntu02:55
=== pmj [n=a@h81172158030.kund.kommunicera.umea.se] has left #ubuntu []
bob2sklav: boot installer, proceed through to partitioning stage. alt-f2 to a terminal, resetup grub02:55
sklavbut im in ubuntu which is installed on hdb102:55
=== carik_keje_baru [n=6tyh6th6@218.208.223.59] has left #ubuntu ["Leaving"]
TokenBadit gave error of missing asterisk in column 102:55
TokenBadand errors out02:55
sklavbob2, im in ubuntu02:55
TokenBadany ideas?02:55
bob2sklav: or use the expert mode and select install grub from the menu02:55
ArafangionSo, does anybody have any suggestions as to how to troubleshoot my ACPI resume-from-standby bug?02:55
amonkeywhere can i ask about wifi hardware for use with linux?02:55
Toma-ElitePete: well change the channel (eg. Mic) to front mic02:55
Phoul_jason?02:55
sklavim trying to move this hdd to another system02:55
bob2sklav: you've mounted /dev/bha102:55
ElitePeteToma-, i do but it defaults when i reboot.. that is the problem02:56
frogzoobob2: can you just boot 'recovery' or something ?02:56
bob2amonkey: anything aside from broadcom or TI or acx should be fine02:56
sklavbut when in the other system nadda happens02:56
bob2frogzoo: not if grub is gone02:56
=== SlicerDicer-- is now known as SlicerDicer-
=== visita_ [n=visita@201-27-48-62.dsl.telesp.net.br] has joined #ubuntu
Toma-ElitePete: id say so...02:56
sklavso im trying to install grub on its mbr so that i can modifi it then02:56
kevinixi've installed skype via the package on skype.com. i had to dpkg -i --force-all install it as it wanted a libqt3-mt or similar not installable. anyone else experience this?02:56
_jasonPhoul, I don't use the gnutella network at all02:56
=== Amilcar_ [n=root@201.2.36.159] has left #ubuntu ["Leaving"]
frogzoobob2: I mean, from the install disk02:56
Phouljason what do you use?02:56
Phoulwhat program02:56
kevinixit runs fine, but now apt considers the package broken02:56
Arafangionkevinix: That is likely to be a *debian* package.02:56
bob2kevinix: um, don't do that02:57
_jasonPhoul, for file-sharing all I need is a torrent client and the one provided in gnome suffices for me02:57
bob2kevinix: get the static tarball and use that02:57
sklavany idea  bob2 how to migrate it to the other system?02:57
kevinixArafangion, no, it says, ubuntu, debian xandros02:57
ElitePeteToma-, i just changed it using sudo alsamixer02:57
bob2frogzoo: not that I'm aware of02:57
ElitePetemaybe that was the problem?02:57
=== RiCON [n=baka@84.90.87.29] has left #ubuntu []
ElitePetethat i wasn't using sudo02:57
=== rraajj [n=Schildkr@210.213.70.218] has joined #ubuntu
bob2sklav: moving a hard disk without a rescue plan is a terrible idea02:57
OpnSrcWhen I change things on the KDE menu editor sometimes it doesn't update02:57
Toma-ElitePete: that wouldnt matter02:57
kevinixbob2, even though skype.com said it was for ubuntu?02:57
=== theblue [n=theblue@pcp04402293pcs.nrockv01.md.comcast.net] has left #ubuntu []
bob2sklav: have you mounted the disk in the installer yet?02:57
OpnSrcand I'll keep trying but it still won't update. How do I fix it?02:57
bimberiubotu tell kevinix about skype02:57
bob2kevinix: indeed02:57
bimberiubotflu tell kevinix about skype02:57
kevinixbob2, ok02:57
bob2OpnSrc: #kubuntu02:57
sklavim past the installer02:57
TokenBadtake that as a no02:57
Arafangionkevinix: Well, that package (qt) was a strictly debian package.02:57
ElitePeteWell Toma-, i'm stumped then02:57
butcherbirdsklav, if u type sudo grub and then root (hd1,0) and then setup (hd1) or whatever hd you want mbr to go to does it work?02:57
sklavim installed and running02:57
benplautln -s ubotflu ubotu02:57
_jasonPhoul, https://wiki.ubuntu.com/P2PFileSharing presents gtk-gnutella as an alternative to limewire.  Maybe you can try that02:57
=== dragoon [n=sam@dsl-203-113-237-51.SA.netspace.net.au] has joined #ubuntu
OpnSrcthanks02:57
=== OpnSrc [n=OpnSrc@ppp-69-233-105-126.dsl.irvnca.pacbell.net] has left #ubuntu ["Leaving"]
Phouljason i did02:58
PhoulIt wouldnt let anything through02:58
ElitePetehi _jason any chance you could help me with a small alsamixer problem?02:58
kevinixArafangion, http://www.skype.com/products/skype/linux/02:58
CaptainMorgannickrud how do I get rid of the same color for text files?02:58
kevinixArafangion, it does state 'ubuntu'02:58
=== starscalling [n=starz@cpe-24-24-137-48.socal.res.rr.com] has joined #ubuntu
bob2sklav: blah blah02:58
kevinix!skype02:58
ubotfluskype is, like, totally, http://www.ubuntulinux.org/wiki/SkypeHowto/ Breezy deb: http://seveas.ubuntulinux.nl02:58
_jasonElitePete, doubtful since I don't understand anything about it02:58
bob2sklav: have you mounted the hdb1 yet or not?02:58
ElitePeteOk.02:58
_jasonElitePete, you are better off just asking your question02:58
=== tomaj [n=tomaj@c220-239-4-36.belrs4.nsw.optusnet.com.au] has joined #ubuntu
ElitePeteMy alsamixer does not save my settings, when i reboot i have to set my mics up again.02:59
sklavFilesystem type is ext2fs, partition type 0x8302:59
Toma-mak: try adding 'Load  "dri" ' after the "Section "Module"" part02:59
bob2sklav: have you mounted it or not?02:59
sklavyes02:59
sklavits mounted02:59
bob2sklav: and you chrooted into it?02:59
Arafangionkevinix: Looks like they failed to do their research, looks like they've classified ubuntu as "debian" merely because they've both used apt.02:59
sklavyes02:59
sklavim in it02:59
Toma-ElitePete: so what channel do you need turned up on boot?02:59
sklavthis is what i get now02:59
sklavFilesystem type is ext2fs, partition type 0x8302:59
kevinixArafangion, it seems so02:59
ElitePetei just need it to change from "mic" to "front mic"02:59
kevinixbob2, the HOWTO on the wiki is great, thanks03:00
bob2sklav: that output is not very useful without you mentioning what is producing it03:00
bob2kevinix: np, good luck03:00
Toma-ElitePete: you wanna rename the channels?03:00
sklavok i typed03:00
sklavgrub03:00
sklavand then root (hd1,0)03:00
makToma-: ok, it's done03:00
sklavand then i get that mesg03:00
Toma-mak: now reset X and hope!03:00
_jason!enter03:00
ubotfluplease don't use the "enter" key as punctuation! It spams the channel and is annoying. Write in complete sentences and keep your replies and questions on one line if possible. Thanks!03:00
ElitePeteToma-, i can do that?03:00
Arafangionkevinix: Next time when you install something like that, from something that says it's for debian, use the .tar.bz or even the .rpm (And use rpm2cpio, and install that). I would highly recommend you to use checkinstall to produce a generic ubuntu program (with no dependencies, you'll have to manage them yourselves)03:01
Toma-ElitePete: not that i know of..03:01
makToma-: thanks!03:01
ElitePeteToma-, i don't think you understand my problem.03:01
Toma-mak: i hope it works too :D03:01
CaptainMorganwhat's the chmod option for text files ?03:01
Toma-ElitePete: i know i dont understand your problem :D03:01
ElitePeteit's just using the wrong port in alsa mixer, it works fine when i change it.03:01
ArafangionCaptainMorgan: Uh?03:01
butcherbirdsklav, type setup (hd1) to put it on mbr of hdb or setup (hd0) to put on hda03:01
ElitePeteit starts at Mic, but my mic is located at front mic03:01
CaptainMorgantext files without a suffix03:01
bob2CaptainMorgan: those two concepts are unrelated03:01
TokenBadok i need help with ubuntu and printer....help......03:02
=== sled [n=sled@adsl-84-227-40-71.adslplus.ch] has joined #ubuntu
bob2TokenBad: you need to ask a coherent question first03:02
ArafangionCaptainMorgan: What has a suffix got to do with anything?03:02
Toma-ElitePete: you have 2 mics?03:02
CaptainMorganomg... vic secret fashion show is on...03:02
ElitePeteNo Toma-,03:02
ElitePeteit just shows 2 mic ports.03:02
tomajCaptainMorgan, lol03:02
bob2CaptainMorgan: this is not windows; the file extension has no effect on whether something is runnable03:02
nickrudCaptainMorgan, nm, vic secret03:02
Arafangionkevinix: btw, what is skype like?03:02
Toma-ahh03:02
TokenBadI have over and over03:02
sklavok03:02
TokenBadok folks..see if anyone can help here...03:02
Arafangionkevinix: I'm considering using it for a small business.03:02
TokenBadI just tried to get my printer to work03:02
sklavsays it worked let me try i will be back ;)03:02
TokenBadand when tried to install driver it recommended03:02
Arafangionkevinix: Mainly inter-office communication.03:02
TokenBadmeaning ubuntu03:02
butcherbirdsklav, good luck :)03:02
CaptainMorganwell chmod -x *.c changed all .c files to black but it skipped text files03:02
TokenBadit gave error of missing asterisk in column 103:03
=== sklav [n=sklav@64.235.218.42] has left #ubuntu ["Leaving"]
=== dragoon [n=sam@dsl-203-113-237-51.SA.netspace.net.au] has left #ubuntu []
ArafangionCaptainMorgan: Dude, *.c files *ARE* text files.03:03
=== Blake_Seven [n=bmurray@cpe-69-200-247-0.nyc.res.rr.com] has joined #ubuntu
nickrudCaptainMorgan, the chmod command works for any file; that execute bit it mentioned earlier can be on any file. Just -x the files you want.03:03
=== Dempa [n=Dempa@me-160-108-233-83.3.cust.bredband2.com] has joined #ubuntu
bob2TokenBad: no, this question is useless03:03
Toma-ElitePete: so let me get this straight, you want to change the Mic channel to Front Mic channel?03:03
=== durt [n=ben@pcp0011938702pcs.limstn01.de.comcast.net] has joined #ubuntu
bob2TokenBad: you need to mention a) the brand and model, b) what happened when you used the normal add printer option from the gnome panel and c) what driver you're trying to install03:04
CaptainMorganbut I have a text file - data5 for example - which has no extension03:04
=== no_gatez_fan [n=patrick@cpe-069-132-000-216.carolina.res.rr.com] has joined #ubuntu
CaptainMorganit did not change color03:04
butcherbirdCaptainMorgan, as long as youre able to read those files I wouldnt think it would matter the chmod settings03:04
bob2CaptainMorgan: you told it to touch *.c03:04
ElitePeteToma-, i can do it, i'm trying to tell you it just resets to "mic" when i reboot03:04
CaptainMorganmy gawd, these women ARE angels..03:04
bob2CaptainMorgan: data5 does not match *.c03:04
GoldfishCaptainMorgan: That command changed every file ending in .c. chmod -x data503:04
bob2CaptainMorgan: you're confusing "filename" with "filetype"03:04
nickrudCaptainMorgan, also, linux looks at the file directly to figure out what it is, it does not use the extensions to figure it out03:04
CaptainMorganright, bob so how to change it?03:04
bob2CaptainMorgan: C files should never ever be executable03:04
Toma-ElitePete: so you need something to either store or unmute and turn the level up on mic at boot?03:04
TokenBadbob2 ok03:04
ElitePeteNo Toma-, i just need alsamixer to remember the channel i have it set at...03:05
=== gnomefreak [n=gnomefre@adsl-221-126-103.rmo.bellsouth.net] has joined #ubuntu
TokenBadits a epson stylus 74003:05
TokenBadwhen I did the reg new printer03:05
Arafangionkevinix: What is skype like?03:05
TokenBadit detects the printer03:05
TokenBadand adds it03:05
bob2TokenBad: stop using enter so much, it's ridiculous03:05
Toma-ElitePete: itll be some sort of alsactl kung-fu...03:05
Toma-or even aliases...03:05
TokenBadbut when try to print it just sits there03:05
TokenBadok sorry03:05
JoeyDay|ubuntuAnybody know how I can install ez-ipupdate on Ubuntu or can point me in the right direction as to where I could find out how?03:05
ElitePeteToma-, i donot know kung fu :-(03:06
bob2JoeyDay|ubuntu: wiki./ubuntu.com/SynapticHowto03:06
Toma-:~(03:06
Toma-'man alsactl'03:06
ElitePetewhy doesn't alsamixer save my shit?03:06
ElitePete~_~03:06
bob2do you know what it does?03:06
=== ExtraCat [n=shine@221.6.15.36] has joined #ubuntu
factotumdid you do alsactl store?03:06
=== goo [i=oo@ormset.no] has joined #ubuntu
Toma-ElitePete: coz alsamixer doesnt save... alsactl does03:07
JoeyDay|ubuntubob2: Thanks.03:07
ElitePete store saves the current driver state for the selected soundcard to  the03:07
ElitePete       configuration file.03:07
ElitePeteso i want to save right now?03:07
CaptainMorgancd: /media/win permission denied what's the chmod option ?03:07
Neurosishow may i get images to show in elinks?03:07
GoldfishThere should be a shutdown link like /etc/rc0.d/K50alsa-util, which stashes alsa stuff to disk before powering off.03:07
Toma-ElitePete: id say so..03:07
bob2CaptainMorgan: that's not a "chmod option"03:07
ElitePetethen will i have to restore each time?03:07
bob2CaptainMorgan: presumably it's a NTFS or FAT32 filesystem?03:07
Blake_SevenI think I have a problem !!! My dell server rebooted and said it loaded a new boot rom. I also have someone on my auth.log trying to get in to sshd. How do I know if my server has a hacker in it ?03:07
CaptainMorganyes03:07
Toma-Goldfish: ewww dont screw with links :(03:07
Toma-ElitePete: nope.03:07
=== zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu
gnomefreaki meant to ask what is the deal with enter? ubotu says not to use enter03:07
CaptainMorganbrb, have to log in as root03:08
bob2CaptainMorgan: stop03:08
ElitePetealsactl: save_state:1190: Cannot open /var/lib/alsa/asound.state for writing03:08
GoldfishI didn't screw with anything. That was installed by default. If you ain't got it, something ain't loaded right.03:08
bob2don't be so silly03:08
bob2gnomefreak: it's moronic that people type 3 words, hit enter, and type another 303:08
ElitePetethen i did sudo alsactl store and i think it worked? but i got no message03:08
Toma-what we need to do, is get the startup script that stores all that to work right, aka, /etc/init.d/alsa-utils03:08
eobanb_bob2, yeah.03:08
bob2gnomefreak: people are presumably capable of composing an entire sentence in their head at once, and typing that out03:08
CaptainMorganwell?03:08
factotumElitePete: you usually dont get one03:08
gnomefreakNeurosis, elinks is a text browser if you compile it from source might be different but not sure03:08
Toma-ElitePete: silence usually means somethings worked :)03:08
bob2gnomefreak: it leads to a) people conversing, b) less irc window scrolling03:08
ElitePetety then guys :-)03:08
bob2CaptainMorgan: why would you login as root?03:08
bob2CaptainMorgan: /msg dpkg ntfs03:08
Neurosisawe03:08
bob2CaptainMorgan: let that script do it for you03:09
gnomefreakoh ok bob2  ty wasnt sure03:09
bob2CaptainMorgan: it = setup fstab correctly03:09
Toma-ElitePete: have you stored it with the settings up?03:09
GoldfishSometimes I have to go reach boot/shutdown scripts to get on the trail of what files these utilities are using to their job. I never edit them. Too risky.03:09
Goldfishs/reach/read03:09
=== kurros [n=wade@74.250.8.67.cfl.res.rr.com] has joined #ubuntu
ElitePetevolume was never the issue, but yes i stored it in working condition03:09
factotumwhy use a scrip when you can learn something?03:09
factotum*script03:09
fushiCaptainMorgan: Sudo -i I believe changes you to root03:09
CaptainMorganscript did nothing03:09
Toma-ElitePete: give it a reboot and see if the gods are being favorable today03:09
gnomefreakNeurosis,  in terminal try typing elinks -g03:09
derekSquestion. i am running the warty livecd as a rescue disk (only livecd avail)... is there an scp or ftp program on it?03:10
=== nekostar [i=UPP@unaffiliated/starscalling] has joined #ubuntu
ElitePetealright toma03:10
ElitePetebe right back03:10
JoeyDay|ubuntuHm, ez-ipupdate isn't listed in Synaptic.03:10
Toma-good luck03:10
=== gnomefreak doesnt use elinks that often
Neurosisok03:10
bob2JoeyDay|ubuntu: then enable universe03:10
naliothderekS: if there isn't you can install one03:10
Goldfish!find ipupdate03:10
bob2derekS: you can install ssh03:10
=== ispiked [n=ispiked@unaffiliated/ispiked] has joined #ubuntu
ubotfluez-ipupdate: (client for most dynamic DNS services), section universe/net, is optional. Version: 3.0.11b8-8.1 (breezy), Packaged size: 44 kB, Installed size: 256 kB03:10
bimberiJoeyDay|ubuntu: enable universe03:10
butcherbirdderekS, not a server app only client i believe03:10
bob2JoeyDay|ubuntu: wiki.ubuntu.com/AddingRepositoriesHowto03:10
factotumwow, my pentium mmx system still has freebsd with fluxbox wee!!03:10
_jasonBlake_Seven, well: "grep 'Accepted password' /var/log/auth.log" should tell you the last successful logins, make sure they are all you03:10
factotumsurfing the net with dillo..har har03:10
Dempais there anyway to get dual screens to work with the live-cd and a nvidia card?03:10
eobanb_dillo....wow03:11
derekSbob2: i didn't realize i could install things03:11
GoldfishCheck if your repositories are configured to fetch ez-ipupdate03:11
Neurosisunkown option -g03:11
derekSlemme try03:11
gnomefreakubotu died again?03:11
bob2Dempa: same way you'd get it working on an installed system03:11
_jasonBlake_Seven, that's a start as I don't know too much about actually verify your box hasn't been compromised03:11
Goldfish!botsnack03:11
ubotfluthanks goldfish :)03:11
TokenBadso anyone have any ideas?03:11
gnomefreakNeurosis, than no its text only03:11
eobanb_ubotu's name is now ubotflu03:11
Dempabob2, ok, thanks03:11
Neurosisthere a way i can change it?03:11
=== chishm [n=chishm@202-161-23-1.dyn.iinet.net.au] has joined #ubuntu
kevinixgosh, gstreamer seems really buggy03:11
Toma-whats with the ubotflu?03:11
gnomefreakNeurosis, im not sure03:12
=== chishm [n=chishm@202-161-23-1.dyn.iinet.net.au] has left #ubuntu ["Leaving"]
gnomefreakubotflu tell Toma- about yourself03:12
bimberiToma-: ubotu's normal server is having connectivity issues :)03:12
Toma-oic03:12
gnomefreak!ubotflu03:12
ubotflugnomefreak: I give up, what is it?03:12
derekSbob2: apt-get update dies with "E: Method http has died unexpectedly!"03:12
gnomefreak:(03:12
kevinixhow to people here configure the qt fonts (size, font etc)? with qtconfig?03:13
Toma-ubotflu: tell me about ubotu03:13
eobanb_!ubotu03:13
ubotfluYep, that's me! I'm a bot alright. Read http://wiki.ubuntu.com/UbotuUsage to find out how to use me. Do NOT play with me in any channel.03:13
Toma-rad03:13
eobanb_i have no idea why it has a new name now03:13
gnomefreakahhhh still using ubotus commands03:13
Toma-bbl. family guy  ^_^03:14
gnomefreaki dont think it does i think its in here in place of ubotu while ubotu is having issues03:14
=== CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu
=== ElitePete [n=pete@c-24-131-71-233.hsd1.pa.comcast.net] has joined #ubuntu
CaptainMorgantyra girl, you got it going on03:14
ElitePeteToma-, worked thank you much.03:14
Toma-ElitePete: all good?03:14
=== tipnmo [n=ian@c-67-171-159-27.hsd1.or.comcast.net] has joined #ubuntu
=== aTypical [n=aTypical@pdpc/supporter/active/aTypical] has joined #ubuntu
Toma-awesome :)03:14
TokenBadok let me ask full question again...I have a epson stylus 740 printer...I did the gnome new printer went with what it recommended...and tried to print..and it just sits there...any one know whats up?  the printer is good...worked in windows...I just put news cartridges in...both color and black..did the clean nozzles and all that...03:14
Toma-np03:14
CaptainMorganwhat's the default password for root?03:14
=== Quest-Master [i=HydraIRC@c-24-99-40-24.hsd1.ga.comcast.net] has joined #ubuntu
ElitePetei seem to have another issue now though. not related to alsa.03:14
CaptainMorgandefault03:14
_jasonubotflu, tell CaptainMorgan about root03:14
ElitePetewhen i boot up everything works fine, but i get somethign about sensors and it says "FAILED"03:15
gnomefreakCaptainMorgan, your user password03:15
eobanb_there is no root..03:15
=== Silencer [n=Silencer@212.200.27.38] has joined #ubuntu
CaptainMorganthere is no root?? huh? weird03:15
gnomefreakTokenBad,  are you setting it up in cups?03:15
bimberiyes there is, it just doesn't have a password set03:15
_jasonCaptainMorgan, there is no root *password*, use sudo... ubotflu's link explains it in more detail03:15
bob2CaptainMorgan: wiki.ubuntu.com/RootSudo03:15
eobanb_the ubuntu installer needs to show a goddamn text file explaining the basics of package management and sudo....it would cut the number of questions here in half.....03:16
gnomefreakubotflu tell CaptainMorgan  about sudo03:16
bob2CaptainMorgan: the ubuntu faq, the wiki and the installer explained it all to you03:16
TokenBadgnomefreak, I am not sure what you mean by cups...if you mean buy going to admin then printers then new printer...yes03:16
=== uber_spaced [n=uber@pcp08941341pcs.trentn01.nj.comcast.net] has joined #ubuntu
=== phishead [n=xtra@38-2.200-68.tampabay.res.rr.com] has joined #ubuntu
phisheadwhat player will play quicktime movies?03:16
gnomefreakok TokenBad yes thats what i mean when you go through the screens you see  alist of printers is your printer listed in there?03:16
CaptainMorgani know about sudo... not all details.. but of its existence... but - when I first installed linux 6months ago, a root user was automatically created with no password..03:16
TokenBadyes03:17
=== jeroenvrp [n=jeroenvr@k-uptown.xs4all.nl] has joined #ubuntu
TokenBadit auto detected my printer03:17
CaptainMorgandudes - watch the fashion show omg03:17
=== Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has joined #ubuntu
=== Phoul [n=death@S0106004005b748fa.wp.shawcable.net] has left #ubuntu ["Bad]
jeroenvrphi folks03:17
=== ubuntu_ [n=ubuntu@n1a.ronin.jyu.fi] has joined #ubuntu
gnomefreakCaptainMorgan, ubuntu is the only linux distro that ive tried that uses sudo not su03:17
CaptainMorgank03:17
Sionideheh03:17
Sionidecheck this out03:17
Sionidehttp://www.zegeniestudios.net/ldc/index.php03:17
ElitePetehow do i make programs start at boot?03:17
Sionidelinux distro chooser03:17
Sionidei got ubuntu :D03:17
Comrade_Vladimirhow do i put up a buddy icon in gaim?03:17
=== Blake_Seven [n=bmurray@cpe-69-200-247-0.nyc.res.rr.com] has left #ubuntu []
phisheadalso how do i make a mount command run at startup?03:18
CaptainMorgangisele bundchen wants me03:18
jeroenvrpI tweaked my runlevels a bit and now KDM starts ok, but the tty stays at 1 and should switch to 703:18
frogzooElitePete: take a look at the scripts in /etc/init.d & copy - btw default runlevel is 203:18
PhilHComrade_Vladimir, from the accounts dialogue03:18
eobanb_!fstab03:18
ubotfluthe /etc/fstab  file lists all drives and partitions but can be easily configured automatically with the winmac_fstab file found here http://www.ubuntulinux.nl/files/winmac_fstab  See <partitions>.03:18
jeroenvrphow to get my default runlevels back?03:18
=== Mazin [i=mazin07@adsl-68-73-158-1.dsl.ipltin.ameritech.net] has joined #Ubuntu
frogzooCaptainMorgan: well make her wait03:18
=== deemo [n=deemo@pcp0010512098pcs.nrockv01.md.comcast.net] has joined #ubuntu
ElitePetefrogzoo isn't there just a folder like windows?03:18
CaptainMorganlol03:18
ZeroIRCOk, one more question people, I can't get php to work.  It keeps asking me if I wanna download the file.  Now I know there is something I need to put in a .conf file, but can you help me03:18
ElitePetei'm not good with heavy tech stuff.03:18
=== chris_ [n=chris@64.80.148.7] has joined #ubuntu
Comrade_VladimirPhilH elaborate03:19
gnomefreakTokenBad,  did you install the gimp drivers for it? i know my epson uses gimp drivers03:19
Mazinok, i got a question - if i get KDE /and/ GNOME, how do I switch between the two or choose which one to start with?03:19
TokenBadit had stcolor was what it recommended03:19
TokenBadbut I have tried all 303:19
=== chris_ [n=chris@64.80.148.7] has left #ubuntu ["Leaving"]
=== n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has joined #ubuntu
deemoHey everyone, quick question. I recently changed monitors, however, the settings from my old moniter are aved somewhere because i cant brring the resolution up. any way to do this?03:19
n0dlhow would i install themes in xubuntu?03:19
=== mrplant [n=mrplant@96-87.echostar.pl] has joined #ubuntu
fushiMazin: You cant choose int he session manager?03:19
deemoMazin: at the login screen, you can choose which session to run03:19
phisheadi tried putting this in my fstab and it didn't work.. "mount -t cifs //servername/share /path -o username=etc,password=etc  .03:19
gnomefreakTokenBad, than im not really sure why its not working :( sorry03:20
phisheadhow do i make that command run every time i start my machien?03:20
DjKriticalDoes anyone know how to turn automatic updates on automatic mode? instead of telling it to update every day?03:20
fushi:x03:20
Mazincan i have a certain one default at startup?03:20
=== rraajj [n=Schildkr@210.213.69.58] has joined #ubuntu
frogzoodeemo: sudo dpkg-reconfigure xserver-xorg03:20
gnomefreakn0dl, try www.xfce-look.com or org i cant remember03:20
TokenBadwhen I changed drivers for the printer do I need to reboot computer gnomefreak?03:20
fushiMazin: Yes, once you boot into one it will ask you if you wanna make it the default03:20
=== drayen_ [n=drayen@81-1-111-24.homechoice.co.uk] has joined #ubuntu
=== amorph_ [n=amorph@p54B0C368.dip0.t-ipconnect.de] has joined #ubuntu
gnomefreakTokenBad, i dont think so but you can try restarting atleast X but reboot just to be sure??03:21
=== Yuri [n=yuri@200-161-99-98.dsl.telesp.net.br] has joined #ubuntu
phisheadanyone?03:21
fushiI dont think you should have to. This isnt windows! :P03:21
TokenBadok whats best way to restart X03:22
gnomefreakfushi, sometimes you need to restart X not reboot tho03:22
fushialt+ctrl+backspace03:22
gnomefreakbest or easiest lol03:22
drayen_i've just upgraded to sun's java, but it seems that ubuntu is still pointing to the java-gcj version, i've tried update-altervative, but the option isnt there... where/how do i make the required changed to use the new version of java?03:22
=== leandro_ [n=leandro@200.68.215.120] has joined #ubuntu
fushixP03:22
smoShould the installer work in 32Mb ram?  curious if my problem's a lomem issue, or hardware03:22
=== ryanpg [n=ryanpg@71.194.38.156] has joined #ubuntu
eobanb_32MB??03:22
phisheadhow do I make this command run every time linux starts?  mount -t cifs //servername/share /path -o username=etc,password=etc03:23
gnomefreakdrayen_,  update-alternatives :(03:23
uber_spacedphishead, put it in your rc.local file03:23
eobanb_smo, i honestly wouldnt recommend using only 32 MB of RAM03:23
phisheadi have no rc.local03:23
JoeyDay|ubuntubob2: Okay, I think it installed. Where do I find it in my system, now?03:23
=== leandro_ [n=leandro@200.68.215.120] has left #ubuntu ["Abandonando"]
uber_spacedhmm. one sec...03:23
fushiinit.rd, somewhere in there I believe03:23
eobanb_phish you could run it on gnome startup03:23
fushi:P03:23
phisheadeobanb: i tried that..it didn't work03:23
phisheadbut if i run it from a command line it works perfectly03:23
smoeobanb_, neither would I, but it's an old laptop .. it'd likely be cheaper to replace it than find parts03:23
gnomefreakdrayen_, thats the only way im aware of to change default java usage :(03:23
ZeroIRCOk, one more question people, I can't get php to work.  It keeps asking me if I wanna download the file.  Now I know there is something I need to put in a .conf file, but can you help me03:23
ryanpgugh... ok here's my uber-noob question: where can I find a howto for setting up VLC to play wmv rm and other files?03:23
ryanpgisn't there a breezy multimedia howto somewhere?03:24
fushigoogle?03:24
eobanb_smo for such old hardware you might consider a stripped-down debian installation with fluxbox or something like that03:24
=== deemo [n=deemo@pcp0010512098pcs.nrockv01.md.comcast.net] has joined #ubuntu
=== gnomefreak used linux for a year or so and still never used vlc :(
Comrade_VladimirPhilH? u here03:24
_jasonubotflu, tell ryanpg about multimedia03:24
gnomefreak!vlc03:24
eobanb_ryanpg, read the faq03:24
ubotflumethinks vlc is a video/audio player that supports almost everything - See http://www.videolan.org/ for more information (VLC is in the repos)03:24
eobanb_read, the, faq03:24
uber_spacedwell that sucks, ubuntu has no rc.local03:24
phisheadi dont see init.rd or rc.local anywhere03:24
uber_spacedgo fig.03:24
fushismo: make a server install03:25
deemoI tried reconfiguring xconf, but it did not help, my resolution is still not able to be changed03:25
gnomefreaksorry _jason03:25
=== ElitePete [n=pete@c-24-131-71-233.hsd1.pa.comcast.net] has joined #ubuntu
drayen_gnomefreak, in that case is there anyway i can add the sun java to update-alternatives?03:25
_jasongnomefreak, for?03:25
gnomefreakdrayen_,  once installed it should be there03:25
CaptainMorganheidi...03:25
gnomefreak_jason, using bot at same time03:25
Comrade_Vladimirany one know how to add a buddy icon in gaim03:25
naliothdrayen_: if you have more than one JVM installed, yes03:25
=== Mazin [i=mazin07@adsl-68-73-158-1.dsl.ipltin.ameritech.net] has left #Ubuntu []
ryanpgahh... thanks _jason that's just what I needed, oh and also thanks for helping rather than spouting nonsense or vague info ;)03:25
gnomefreakdrayen_,  did you install it from java website?03:26
eobanb_Comrade_Vladimir, ask in #gaim03:26
frogzoodrayen_: did you install jre according to these instructions? https://wiki.ubuntu.com/RestrictedFormats#head-e2ebd70ede0e3eb2117ffbd618d2295dd1540dca03:26
phisheadi mean it can't be too difficult or unheard of to have a network drive always "mapped" each time you start gnome03:26
Comrade_Vladimircool! i forgot03:26
_jasongnomefreak, ah no need to apologize :)03:26
drayen_nalioth, yes. i just installed java via automatrix03:26
KrhisComrade_Vladimir, Tools > Accounts > Modify > Open.03:26
PhilHComrade_Vladimir, i send you a pm03:26
CaptainMorganwhat do I do to get the icons after installing from synpatic?03:26
PhilHComrade_Vladimir, i sent you a pm03:26
frogzoophishead: just put the commands in .gnomerc03:26
drayen_frogzoo - erm... no :S03:26
KrhisBeat you too it, PhilH.03:26
KrhisSorry ^^03:26
fushi:x03:26
=== zblach [n=zblach@toronto-HSE-ppp4048761.sympatico.ca] has joined #ubuntu
CaptainMorganstill can't access the mounted win drive03:26
frogzoodrayen_: well there ya go :)03:26
naliothCaptainMorgan: in a terminal "killall gnome-panel"03:27
gnomefreakhmm never used that before03:27
Comrade_Vladimiri see no pm03:27
PhilHKhris, i sent him one ages ago, he didn't seem to notice03:27
phisheadfrogzoo: where's that file located?03:27
gnomefreakgrrrrrrrr :(03:27
KrhisYes, I saw that he also asked that question some time ago... but I figured some one already took care of it.03:27
PhilHKhris, well, i tried ;)03:28
CaptainMorgannalioth.. you - you're good... :) ( Deniro ) thanks03:28
=== gnomefreak brb
KrhisSo I replied the second time.03:28
Krhis^^ It's cool.03:28
drayen_thanks nalioth... going to take a look at that now03:28
ZeroIRCIs anyone able to help me?03:28
Comrade_Vladimirokok i see it03:28
fushiQuestion?03:28
PhilHok, so NeroLinux can handle my DVD burner, but none of the FOSS tools can, joy03:28
naliothZeroIRC: ask your question again, please03:28
KrhisHe's asking about PHP.03:29
frogzoophishead: ~/.gnomerc03:29
deemoHey everyone, quick question. I recently changed monitors, however, the settings from my old moniter are aved somewhere because i cant brring the resolution up. any way to do this? I tried doing dpkg-reconfigure xserver-xorg but it did no good03:29
ZeroIRCOk, one more question people, I can't get php to work.  It keeps asking me if I wanna download the file.  Now I know there is something I need to put in a .conf file, but can you help me03:29
fushiHey, what kind of burner in linux can burn iso images for me?  Can I do it in gnomebaker?03:29
aTypicalZeroIRC, I think you need to tell apache you're using php.  I think it's in the httpd.conf file.03:29
naliothdeemo: do that again, but use the space bar to deselect the resolutions you "don't" want03:29
KrhisI don't have it up and configured at the moment, but did you apt-get php4 or 5?03:29
phisheadhuh?03:29
=== earldude1 [n=rickbman@c-67-177-47-57.hsd1.ut.comcast.net] has joined #ubuntu
PhilHfushi, should be able to03:30
naliothfushi: any of them can burn iso images03:30
bimberifushi: Nautilus (the file manager) can.  Right-Click, select Write to CD/DVD03:30
ZeroIRCI have everything installed03:30
ZeroIRCbrb03:30
KrhisTry to restart Apache?03:30
fushiThanks03:30
earldude1!botsnack03:30
ubotfluthanks earldude1 :)03:30
eobanb_heh.03:30
earldude1np03:30
=== marcin [n=user@194.114.146.58] has joined #ubuntu
phisheadi still see no .gnomerc03:31
=== Dmon [n=dmon@81-234-129-72-o824.telia.com] has joined #ubuntu
smofushi, server doesn't seem to work either.  the installer simply doesn't get that far03:31
deemonalioth: should i log off and log back on for it to take effect?03:31
=== LeeJunFan is now known as LinusTorvalds
ZeroIRCback03:31
=== ProtectYaNeck` [n=ProtectY@dsl-144-028.resnet.purdue.edu] has joined #ubuntu
=== pldn [n=pldn@ppp-70-246-211-159.dsl.stlsmo.swbell.net] has joined #ubuntu
=== LinusTorvalds is now known as LeeJunFan
pldncan anyone think of why my gtk themes arent being honored by an app being run from within a 32bit chroot?03:32
_jasonphishead, how are you looking for it?03:32
=== Yuri [n=yuri@200-161-99-98.dsl.telesp.net.br] has left #ubuntu ["Fui]
=== bulio [n=bulio@unaffiliated/bulio] has joined #ubuntu
KrhisHow about it, ZeroIRC?03:32
bulioif I apt-get upgrade to breezy, will I get any problems?03:33
KrhisTry to restart Apache?03:33
phisheadsearch03:33
eobanb_phishead, files that start with a . are invisible... ls -a03:33
phisheadyea but what dir is that one in03:33
=== starscalling [n=starz@cpe-24-24-137-48.socal.res.rr.com] has joined #ubuntu
phisheadi know ls -a03:33
Comrade_Vladimircbhg03:33
_jasonPhilH, your home directory, ~ is an alias for it03:33
Comrade_Vladimirhmm03:33
=== Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has left #ubuntu ["Leaving"]
phisheadits not there03:33
gnomefreakbulio,  we cant answer that but i can tell you breezy is stable03:33
ZeroIRCKrhis, Yea03:33
=== ablyss [n=ablyss@adsl-215-163-85.aep.bellsouth.net] has joined #ubuntu
phisheadim in my home dir..there is no .gnomerc03:33
KrhisStill no good?03:33
ZeroIRCnope03:33
ElitePetegreezy isthe shit.03:33
ElitePetebreezy*03:34
_jasonphishead, not for me either03:34
=== bazka16 [n=bazka16@99-43-112.adsl.terra.cl] has joined #ubuntu
phisheaddo i just create it?03:34
=== bazka16 [n=bazka16@99-43-112.adsl.terra.cl] has left #ubuntu ["Abandonando"]
gnomefreakgreezy is pretty good but i like breezy better :)03:34
buliowhen I get home03:34
gnomefreaklol03:34
KrhisOdd, php4 or 5?03:34
bulioill do the up03:34
ElitePetegnomefreak, :-)03:34
ZeroIRC403:34
gnomefreakbulio,  can i make a suggestion?03:34
ZeroIRCI havn't added anything in the .conf file03:34
KrhisI've got 5 up and running here. No problems.03:34
ZeroIRCI'll try 503:35
=== cafuego [n=cafuego_@ppp83-238.lns2.mel3.internode.on.net] has joined #ubuntu
KrhisOk, tell me if it works.03:35
marcinhi guys - could someone tell me what is the status of dapper?03:35
eobanb_!dapper03:35
ubotfluThe 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake03:35
=== v00d00 [n=machoman@blk-222-153-150.eastlink.ca] has joined #ubuntu
tritiummarcin, in development03:35
aTypicalmarcels, I'm installing it now and so far no trouble at all.03:35
gnomefreakbulio, give or take a few minutes the download of the breezy iso is about the same as the upgrade i would burn the iso so you have it there for backup03:35
marcintritium: I know03:35
ZeroIRCKrhis, Nope03:36
frogzoophishead: there isn't one be default - youl need to make one - use a script from /etc/init.d as a template03:36
marcintritium: but I would like to know if it's installable03:36
=== Hobbsee_ [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu
=== ProtectYaNeck` is now known as ProtectYaNeck
KrhisLet me check something... brb.03:36
phisheadok03:36
ZeroIRCok03:36
eobanb_marcin, it's installable, and mostly usable, but i wouldnt recommend it at all for new users nor production use03:36
marcintritium: and for example no seriously broken packages such as xorg03:36
phisheadill try it....03:36
phisheadthanks03:36
phisheadalso...I'd like to play quicktime movie files...any apps that will do this?03:36
=== Hobbsee_ is now known as Hobbsee
eobanb_!restricted03:36
ubotflurestricted is, like, totally, https://wiki.ubuntu.com/RestrictedFormats  Most of the formats listed here have been replaced by !FreeFormats03:36
tritiummarcin, even if that's currently the case, there's no guarantee that packages won't break in the future, during development03:37
_jasonphishead, mplayer03:37
phisheadisn't that text only?03:37
phisheadi just spent 30 min installing it and there doesn't seem to be a gui03:37
=== thundr [n=thundr@66-168-50-185.dhcp.mdsn.wi.charter.com] has joined #ubuntu
_jasonphishead, gmplayer then03:37
earldude1is there a better irc client than mirc?  I can't cut and paste from inside the IRC channels when they are active and I'd like to be able to do that, etc.03:37
phisheadlol03:37
phisheadok03:37
_jasonubotflu, tell phishead about mplayer03:37
eobanb_mirc??03:37
fushihe has the flu?! :P03:37
marcinearldude1: there is erc or xchat03:37
gnomefreakx-chat, bitchx, there are a bunch of them03:37
=== amiko [n=amiko@200.139.132.252] has joined #ubuntu
frogzooearldude1: gaim03:37
gnomefreakmirc isnt in ubuntu sources :(03:38
fushiirssi :)03:38
eobanb_earldude1, a free build of xchat for win32 is available from http://www.silverex.org/download/03:38
earldude1what's the best?  or am I going to get a hundred answers for that?03:38
eobanb_mirc is *proprietary software*03:38
=== Jettis [n=h0h0@a80-186-63-56.elisa-laajakaista.fi] has joined #ubuntu
amikoinstall firefox?03:38
CaptainMorganhow do i make /media/win accessible ?03:38
CaptainMorganpermission denied03:38
=== gnomefreak has that link on my site i love it :)
amikohelp install firefox?03:38
earldude1does firefox include a IRC client????!!03:38
earldude1oh03:38
gnomefreakCaptainMorgan, use sudo before the command03:38
frogzoo!tell CaptainMorgan about ntfs03:38
eobanb_earldude1, is this for windows or ubuntu03:38
gnomefreakearldude1, chatzilla03:38
amikoubuntu03:39
earldude1unfortunately, my laptop has windows eobanb_03:39
eobanb_i'd say xchat is the best03:39
eobanb_http://www.silverex.org/download/03:39
gnomefreakamiko,  firefox is installed by default03:39
earldude1ok cool sir03:39
earldude1ty03:39
earldude1or maam03:39
frogzooeobanb_: upgrade to gaim03:39
earldude1whichever03:39
eobanb_frogzoo, what?03:39
earldude1is gaim better than xchat?03:39
gnomefreakchatzilla works with firefox on either windows or linux03:40
amikoI'm delete03:40
eobanb_personally i dont like gaim for IRC.03:40
frogzooearldude1: gaim > xchat03:40
ZeroIRCgaim is pretty good, but it is not a good IRC client03:40
eobanb_right.03:40
=== hyphenated [n=cgilmour@nzns1.eservglobal.co.nz] has joined #ubuntu
fushiirssi pwns xP03:40
gnomefreakamiko, use synaptic and install it again03:40
earldude1is chatzilla better than xchat  ....consensus?03:40
eobanb_earldude1, you're not going to get a definitive answer here, go try them out yourself03:40
gnomefreakearldude1,  not for me but depends what you like03:40
earldude1ok fair enough03:41
eobanb_not to mention this is a windows question and this is a linux channel03:41
fushiYeah thats true eobanb :)03:41
amikoi'm brasilian03:41
earldude1right. sorry03:41
_jason!br03:41
ubotfluPor favor use #ubuntu-br (/j #ubuntu-br) para ajuda em portugues. Obrigado.03:41
=== BigIsle [n=secret@big.uhh.hawaii.edu] has joined #ubuntu
CaptainMorgansudo: cd: command not found03:41
=== jdmpike [n=jordan@CPE-72-128-40-156.kc.res.rr.com] has joined #ubuntu
earldude1i've gotta change my handle.  it's freakin lame03:42
_jasonuh oh, is ubotu confused about his/her gender?03:42
CaptainMorganhow is cd not found ?03:42
v00d00Q: After I finish installing Ubuntu, I assume when it goes into desktop, it looks like this: http://img502.imageshack.us/img502/2654/linux9zl.jpg  Any ideas how to fix, running AMD64+6600GT video(AGP)03:42
=== gnomefreak was thinking what the country code for putugal was :( but br works lol
_jasongnomefreak, pt03:42
=== Ohmer [n=Homer@ip-66-254-43-22.mqdsl.megaquebec.net] has joined #ubuntu
=== Centaur5 [n=fishman@68-187-79-131.dhcp.stgr.ut.charter.com] has joined #ubuntu
gnomefreaklol oops03:42
frogzoov00d00: driver problem - or xorg.conf problem03:43
gnomefreakv00d00,  can you get to a terminal?03:43
dhofstrawow, installed ubuntu on a k6-2 450 sis chipset and it was slow as hell; just put it on a PII300, and it is very much faster.  problem with the sis chipset and 2.6 kernel? or do you think I had something configured wrong...03:43
gnomefreakty _jason03:43
v00d00Sorry, total noob.. but yes I beleive I can get into a terminal (Hitting ALT+CTRL+BACKSPACE right?)03:43
frogzoo!tell v00d00 about reconfigure-x03:43
=== gverig [n=gverig@12.44.117.10] has left #ubuntu []
amikoobrigado pela dica. desculpe-me sou novssimo no ubuntu03:44
gnomefreaknoooooooooo03:44
=== wildhamster [n=wildhams@69.177.143.195] has joined #ubuntu
=== xophEr [n=xopher@a84-230-124-206.elisa-laajakaista.fi] has joined #ubuntu
cafuegodhofstra: No, SiS is just crap.03:44
gnomefreakctrl+F203:44
=== moot_ [n=moot@cpe-065-184-151-250.ec.res.rr.com] has joined #ubuntu
dhofstracool, thought so , thanks cafuego03:44
moot_hello peeps03:44
=== TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu
gnomefreakwb TokenBad03:44
v00d00alright well I think I can get into terminal, but then what?03:44
frogzoo!tell amiko about es03:44
TokenBadwell changing drivers didn't fix it03:44
moot_i was wondering if proftpd's default install would reject anything but local connections?03:44
TokenBadit goes through like its printing the test page..but nothing is on the paper03:45
frogzoov00d00: then run the command ubotflu sent you03:45
gnomefreakv00d00,  once in terminal type sudo dpkg-reconfigure xserver-xorg03:45
_jasonfrogzoo, what's up with sending all the portuguese speakers to es, weren't you doing that yesterday too :P03:45
v00d00sweet, that's all?03:45
frogzoo_jason: there a portuguses chan?03:45
tritium!pt03:45
=== Matambo_2-2 [n=Matambo_@200.75.221.66] has joined #ubuntu
ubotfluPor favor use #ubuntu-br (/j #ubuntu-br) para ajuda em portugues. Obrigada.03:45
gnomefreakv00d00,  well thats how you get in to configure it you still have to configure it03:45
_jasonfrogzoo, two, pt and br03:45
=== merly [n=merly@adsl-65-65-39-232.dsl.fyvlar.swbell.net] has joined #ubuntu
frogzoo_jason: ah, well its all greek to me anyhow03:46
butcherbirdmoot_, only ever used vsftpd or pureftpd but default install will accept any connection from that port are u running a firewall?03:46
merlycan anyone point me to a documentation page about uninstalling ubuntu and restoring MBR without win setup disks?03:46
_jasonfrogzoo, no worries, jsut thought you weren't aware of the portuguese ones03:46
moot_butcherbird: nope... turned it off03:46
=== sudhir [n=sud@221-128-148-14.exatt.net] has joined #ubuntu
moot_i can log in fine from localhost, but i can't even get a prompt from remote boxes03:47
v00d00gnomefreak: any tip where to go find out what to configure it to?03:47
butcherbirdftp 127.0.0.1 doesnt work?03:47
butcherbirdah03:47
moot_^03:47
gnomefreakv00d00,  that depends on your hardware03:47
=== moot_ is now known as moot`
frogzoomoot_: check sshd is running & connect via that03:47
butcherbirdon same router?03:47
v00d00gnomefreak: amd64 and nvidia6600GT(AGP) video03:47
moot`frogzoo: sshd is fine... i'm on it right now03:47
=== martianfood [n=martianf@hlfxns0147w-142167196214.ns.aliant.net] has joined #ubuntu
gnomefreak!nvidia03:48
ubotflu[nvidia]  at https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia or http://ubuntuforums.org/showthread.php?t=5736803:48
sudhirfinally I established bluetooth connection with nokia 660003:48
cafuegov00d00: Are you using nvidias closed source driver?03:48
gnomefreakv00d00,  there03:48
TokenBadgnomefreak, you ever hear of that?03:48
sudhirplz help me in daling GPRS03:48
_jasonis it possible for me to login to gdm and fluxbox at the same time?  if so, how would I proceed?03:48
gnomefreakTokenBad,  no i havent not on a local printer03:48
=== drapelyk [n=drapelyk@12-219-216-231.client.mchsi.com] has joined #Ubuntu
=== bshumate [n=bshumate@adsl-222-157-237.clt.bellsouth.net] has joined #ubuntu
=== siriusnova [n=siriusno@64-251-145-86-cablemodem-roll.fidnet.com] has joined #ubuntu
v00d00cafuego: now idea what I'm using, whatever comes with the install (??)03:48
v00d00gnome: thanks!03:48
cafuegov00d00: the free one then. Switch to the one outlined in the link gnomefreak gave you.03:49
=== gnomefreak brb reboot
sudhirhow do i install modem for 660003:49
v00d00awesome! I'll go try that.. thanks guys!03:49
frogzoolol03:49
=== kleeman [n=richard@ool-44c155e3.dyn.optonline.net] has joined #ubuntu
sudhirhehe03:49
gimmulfIs there any good software that shows the current dollar currency in realtime?03:50
=== B-166_ER-X [n=oli@c66.110.147-28.clta.globetrotter.net] has joined #ubuntu
siriusnovai cant believe they are remaking Miami Vice :/03:50
Krhisnice quite ^^03:50
=== jsgotangco [n=ubuntu@210.4.38.43] has joined #ubuntu
merlyif i use cfdisk to delete the ubuntu partitions, and resize the win partition to fill up the whole hd, and mark the win partition as "boot" - will that get the job done? or will i have grub / boot / mbr problems?03:50
cafuegomerly: You'll want to wipe grub too, yes.03:51
butcherbirdmerly, u will need to boot to win partition using grub then type fixmbr i believe from windows cmd shell03:51
cafuegomerly: Got a windows boot floppy handy?03:51
=== mike_ [n=mike@68-65-42-169.chvlva.adelphia.net] has joined #ubuntu
=== drapelyk [n=drapelyk@12-219-216-231.client.mchsi.com] has left #Ubuntu ["Leaving"]
merlycafu- i don't but i can get one. :)03:51
cafuegomerly: With the win floppy, simply run 'fdisk /mbr' after booting from it, that kills grub.03:52
=== Mabus06 [n=Nick@hlfxns0149w-142177137117.ns.aliant.net] has joined #ubuntu
cafuegoANy reason you're not expanding Linux and wiping Windows intead?03:53
=== SY0724F [n=SY0724F@200.143.84.143] has joined #ubuntu
merlycafu - pinnacle studio plus... thinking i will need the full hd for video....03:54
=== aTypical [n=aTypical@pdpc/supporter/active/aTypical] has joined #ubuntu
cafuegoyeah, that eats hd space somewhat nastily03:54
merlycafu - i've heard of open source video software but i have trouble believing they are equal. :v\03:54
merlycafu - my FIL gave me the cd for studio and then the upgrade to "plus" for free.03:55
Razor-Xmerly: they aren't, Partition Magic is leagues better than its equivalents, IMO03:55
cafuegomerly: They're at least as good as pinnacle.03:55
=== n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has joined #ubuntu
Razor-Xmerly: of course, in most instances, OSS is as good, if not better than their closed counterparts03:55
=== cafuego has only ever really worked with Premiere and Final Cut Pro, though.
merlycafu, razor: mebbe i'll give the OSS video stuff a look.03:56
Razor-Xmerly: also, do you know of tab-complete?03:56
cafuegomerly: Give it a try... you cna always wipe if it doesn't suit.03:56
cafuegomerly: 'cinelerra' and 'kino'.03:56
merlycafu - you've never used either?03:56
sudhirhow do I connect GPRS03:56
cafuegomerly: I used kino to export DV to ogg/theora. it's a tad crashy, though.03:57
sudhirinstalling new modem ?03:57
cafuegoWell, on amd64 anyway.03:57
=== weo1 [n=weo@p5499FE79.dip.t-dialin.net] has joined #ubuntu
=== fp [n=fp@c-67-170-50-239.hsd1.wa.comcast.net] has joined #ubuntu
merlycafu i don't know what ogg / theora is...03:57
=== chris86wm [n=chris@user-0ceiabt.cable.mindspring.com] has joined #ubuntu
merlycafu - i'm also not so into "a tad crashy" :v)03:58
cafuegomerly: a free video codec03:58
=== alekz [n=alekz@200.38.225.239] has joined #ubuntu
=== tvelocity [n=tony@84.254.13.74] has joined #ubuntu
merlycafu - ! got it. that's cool, I'm interested in those. . .03:58
cafuegomerly: I don't know how well they run on i386; amd64 support for video has always been shitty.03:58
alekzhi anyone has a video ipod running on ubuntu ?03:58
merly<--- 64 bit ubuntu03:58
=== cafuego only wiped it and downgraded to 32bit last night
=== whitelines [n=chatzill@ppp-69-208-151-92.dsl.ipltin.ameritech.net] has joined #ubuntu
chris86wmdoes the 64 bit ubuntu run well?03:59
jonmastersI've got an ipod running ipodlinux, but it's not a video.03:59
cafuegomerly: Ubuntu amd64 and video are not a great combination.03:59
cafuegochris86wm: As long as you don't want video, flash or java.03:59
=== brownie17 [n=fraser@static-203-87-6-82.vic.chariot.net.au] has joined #ubuntu
=== Amaranth [i=travis@ubuntu/member/amaranth] has joined #ubuntu
merlycafu - see, there you go, i'm wiping anyway...03:59
brownie17i keep getting told i need flash 8, how can i get this?03:59
chris86wmcafuego, lol03:59
=== dabaR_ [n=dabaR@wnpgmb02dc1-179-152.dynamic.mts.net] has joined #ubuntu
=== Falstius [n=airen@pcp0012090390pcs.nanarb01.mi.comcast.net] has left #ubuntu []
merlycafu - i didn't make a "home" partition. so everything would go, anyway.04:00
chris86wmare there any benefits of running the 64bit edition?04:00
cafuegochris86wm: For a developer or database system, probably. For and end user, no.04:01
chris86wmah04:01
sudhirplzzzzzzz04:01
merlycafu - plus, you know, i go the 1280 x 800 display working (with kind help from this room), and I eventually got the rt2x00 wireless to work (thanks to doc page, and building the CVS tarball from serial monkey)...04:01
sudhiri need help abt GPRS04:01
=== chris86wm [n=chris@user-0ceiabt.cable.mindspring.com] has left #ubuntu ["Leaving"]
cafuegomerly: d'oh! I did at least do one of those, so i was only down for half an hour whilst reinstalling.04:01
sudhiri got help on ubuntu.org but its not in english , so idnt understand04:02
=== jdmpike is now known as jdmpike_
TokenBadI think the printer don't work right or something04:02
merlycafu - procrastinating from studying for finals, i installed / wiped about 6-7 different distros last week.04:02
TokenBadcause it saying the printer is busy now and its not04:02
moot`ok, i have proftpd running in debug level 9 and i can see messages when I log in from localhost. However, no messages are generated by clients from remote hosts. The firewall is off and other services are receiving traffic normally... where else can i look?04:02
=== nabelle25 [n=isabelli@MTL-HSE-ppp182408.qc.sympatico.ca] has joined #ubuntu
=== CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu
=== freysteinn [n=freystei@freysteinn.com] has joined #ubuntu
=== starscalling [n=starz@cpe-24-24-137-48.socal.res.rr.com] has joined #ubuntu
rosenanyone here ? ... and could post how the nessus config should look ?04:05
=== chungaroo [n=daniel@adsl-145-97-217.asm.bellsouth.net] has joined #ubuntu
brownie17cafuego, is it possible to get flash player 8 for linux yet?04:05
ZeroIRCmerly, I am procrastinating finals studing also04:05
chungarooi'm having troubling listening to music on purevolume.com through the flash interface04:06
cafuegobrownie17: I doubt it. Macromedia/Adobe suck.04:06
rosennoone have a Nessus.desktop I can have a look at ? ... I'm unsure as to how to write it correctly04:06
brownie17cafuego, agreed. i need it to watch animations on NG these days04:06
=== CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu
CaptainMorganh04:06
CaptainMorganhow do I access /media/win ?04:07
CaptainMorgansays Im not the owner.. bull04:07
ZeroIRCHey, anyone in here know who to change the root pass for MySQL?04:07
=== ssam [n=ssam@88-104-132-192.dynamic.dsl.as9105.com] has joined #ubuntu
brownie17CaptainMorgan, root wil be04:07
=== _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu
cafuegoZeroIRC: via 'mysqladmin'04:07
ZeroIRCcafuego, Thanks04:07
CaptainMorgansudo cd /win returns with sudo: cd: command not found04:07
=== nabelle25 [n=isabelli@MTL-HSE-ppp182408.qc.sympatico.ca] has joined #ubuntu
dabaR_CaptainMorgan: change the /etc/fstab entry for that partition. The part about defaults, change to defaults,umask=0222 and then umount that partition, then remount it.04:08
=== Mr_Smiley [n=smiley@58.160.196.172] has joined #ubuntu
dabaR_cafuego: flu?04:08
CaptainMorganthere's two defaults04:09
CaptainMorgandefaults and defaults, errors04:09
CaptainMorganerrors=remount04:10
tritium!enter04:10
ubotfluplease don't use the "enter" key as punctuation! It spams the channel and is annoying. Write in complete sentences and keep your replies and questions on one line if possible. Thanks!04:10
kkathmanZeroIRC:  as root not usuall in msqyladmin...in mysql.. SET PASSWORD FOR 'name@host' = PASSWORD('newpass');04:10
ZeroIRCI got it, thanks though04:10
CaptainMorganenter?04:10
CaptainMorganwhat?04:10
=== hybrid [n=hybrid@dpc6745217221.direcpc.com] has joined #ubuntu
CaptainMorganfstab is read only...04:11
=== os2mac [n=jim@ip68-10-71-214.hr.hr.cox.net] has joined #ubuntu
CaptainMorganhow to change ?04:11
=== odat [n=systemax@ip106.186.235.64.susc.suscom.net] has joined #ubuntu
hybridis chntpw on the Ubuntu LiveCD?04:11
=== copilot [n=will@c-67-175-136-128.hsd1.il.comcast.net] has joined #ubuntu
=== hybrid [n=hybrid@dpc6745217221.direcpc.com] has left #ubuntu []
dabaR_CaptainMorgan: you use "sudo gedit /etc/fstab"04:11
=== VictorI [n=VictorI@c-24-30-126-12.hsd1.ca.comcast.net] has joined #ubuntu
dabaR_CaptainMorgan: if unsure what to chjange, post the whole file to paste.ubuntu-nl.org04:11
odatdid anyone see the linus torvald comments today about gnome?04:12
VictorIquick question, I only scanned the docs, does ubuntu have a unstable branch for the deb repository?04:12
CaptainMorgan# /etc/fstab: static file system information.04:12
CaptainMorgan#04:12
CaptainMorgan# <file system> <mount point>   <type>  <options>       <dump>  <pass>04:12
CaptainMorganproc            /proc           proc    defaults        0       004:12
CaptainMorgan/dev/sda2       /               ext3    defaults,errors=remount-ro 0       104:12
CaptainMorgan/dev/sda5       none            swap    sw              0       004:12
dabaR_wtheck is up with the URl change anyhow...04:12
CaptainMorgan/dev/scd0       /media/cdrom0   udf,iso9660 ro,user,noauto  0       004:12
eobanbdont flood!04:12
CaptainMorgan/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       004:12
=== mode/#ubuntu [+o tritium] by ChanServ
CaptainMorganoh.. oops04:12
dabaR_ya, no, not here.04:12
CaptainMorgansorry04:12
eobanb!paste04:12
ubotflurumour has it, paste is please use http://paste.ubuntu-nl.org/ or #flood to paste large amounts of text04:12
=== tritium warns CaptainMorgan
dabaR_CaptainMorgan: please post there again, to that site, I can not read here well.04:12
=== mode/#ubuntu [+o nalioth] by ChanServ
VictorIsorry to ask this again, but it got killed by the flooder, does ubuntu have a unstable branch ?04:12
kkathmanuh oh04:12
JoeyDay|ubuntuHow can I set a process to run on startup in Ubuntu?04:12
=== CaptainMorgan throws tritium overboard
=== mode/#ubuntu [+b %CaptainMorgan!*@*] by nalioth
dooglusodat: where are they?04:12
=== mode/#ubuntu [-o nalioth] by ChanServ
kkathmanCaptainMorgan knows better :)04:12
kkathmanhehe04:13
tritiumCaptainMorgan, walk the plank, matey04:13
dabaR_CaptainMorgan: Ill still correct your file on pastebin if you post.04:13
dooglusVictorI: if it does, it's called "grumpy"04:14
VictorIthank you, ill look for that keyword in the wiki04:14
jdmpike_hello all04:14
dooglusVictorI: unless you count "dapper", but that's just the next release.  It's currently unstable, but will become stable with time.04:14
dabaR_VictorI: there is the new version that is in development, and that one is unstable. dapper drake.04:14
VictorII just want -current. Like we have with any BSD flavor.04:14
odatdooglus, its all over the linux news sites04:14
=== tritium will unban CaptainMorgan for some free spiced rum
dooglusVictorI: see https://wiki.ubuntu.com/GrumpyGroundhog04:15
dooglusodat: URL?04:15
dabaR_CaptainMorgan: check out posts on pastebin.04:15
=== AIV [n=oscar@ppp-70-246-54-255.dsl.rcsntx.swbell.net] has joined #ubuntu
warren_eobanb:04:15
warren_i burnt the disc04:15
dabaR_CaptainMorgan: /j #dabar04:16
odatdooglus, do a search for linux news   its on linux today website04:16
warren_but how do i boot it04:16
=== SilentOutcast [i=SilentOu@pool-129-44-117-55.pghk.east.verizon.net] has joined #ubuntu
JoeyDay|ubuntuI just found a "Startup Programs" in session preferences.04:16
JoeyDay|ubuntuBut that will only run when I actually log in as me, right?04:16
SilentOutcasthi has anyone ordered ubuntu in upstate newyork04:16
AIVusing Synaptic, I installed Apache, how do I find out where it is located?04:16
=== nano [n=nanophob@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu
=== merly is looking at cinelerra web page...
moot`man04:17
warren_how do iset the mac to boot from my ubuntu disk04:17
tritiumodat, it's really of no consequence04:17
moot`this is making me angry04:17
tritiumwarren_, hold down "c" while booting04:17
moot`stupid ftp04:17
=== freysteinn [n=freystei@freysteinn.com] has joined #ubuntu
warren_oh ok04:17
warren_any thing else /04:17
odattritium, I just think its really crass of him    use what i use or your dumb04:18
tritiumwarren_, tap your heels, and repeat "there's no place like home"04:18
dabaR_CaptainMorgan: there is another post there now.04:18
=== Grimlord [n=thegrim@dpc674431019.direcpc.com] has joined #ubuntu
=== mode/#ubuntu [+o nalioth] by ChanServ
=== mode/#ubuntu [-b %CaptainMorgan!*@*] by nalioth
=== mode/#ubuntu [-o nalioth] by ChanServ
dooglusdid the grumpy groundhog ever get started?  or was the idea scrapped in the end?04:18
tritiumodat, worry not, my friend04:18
=== gahan [i=gahan@coyote.fsh.hu] has joined #ubuntu
naliothCaptainMorgan: read the /topic please04:18
dabaR_who knows how to set up apache to work with svn?04:19
=== mode/#ubuntu [-o tritium] by tritium
odattritium, just don't want to see users, developers, or distrubutions to drop gnome04:19
tritiumdon't worry about that04:19
CaptainMorganyea04:19
cafuegodabaR: The apache.org docs (use apache2!)04:19
dabaR_no, I wont.04:20
Grimlordanyone know if I can get better than 450 fps on an ATI Mobility 9600?04:20
CaptainMorganhttp://paste.ubuntu-nl.org/573904:20
cafuegoWell, with apache 1.3 it's a pain. Apache2 has it built-in.04:20
=== The_Baker [n=The@pool-71-112-129-39.sttlwa.dsl-w.verizon.net] has joined #ubuntu
=== BROKEN_LADDER [n=bal@adsl-69-226-246-67.dsl.pltn13.pacbell.net] has joined #UBUNTU
=== mode/#ubuntu [+b broken_ladder!*@*] by ChanServ
=== BROKEN_LADDER [n=bal@adsl-69-226-246-67.dsl.pltn13.pacbell.net] has left #Ubuntu [requested]
cafuegoooh!04:20
dabaR_CaptainMorgan: I wanted the output of running "mount" in a terminal.04:21
=== Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu
moot`holy sheet!!!!04:21
=== cafuego chants the COME UBOTU chant
moot`muder facker04:21
moot`!!!04:21
ubotflu[!]  what you add before a sentence to talk to me04:21
cafuegoCome to daddy!04:22
naliothmoot`: those exclamations are not helping your situation04:22
moot`system is rejecting incoming packets on port 2104:22
moot`no firewall is on04:22
=== ubotu [n=blootbot@ubuntu.cc.com.au] has joined #ubuntu
moot`nor iptables04:22
Toma-moot`: sure its not your ISP?04:22
CaptainMorgandabar that was the output of a terminal04:22
cafuego!test04:22
moot`changed proftpd to use port 2600 and it worked immediately04:22
ubotuStop poking me!04:22
moot`Toma-: this is all on the local network04:22
gahanwhats dapper?04:22
Toma-moot`: ok04:22
cafuego!dapper04:22
ubotuThe 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake04:22
=== n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has joined #ubuntu
=== xxx [n=bbfg@202.95.135.206] has joined #ubuntu
n0dlcan you send me the link on how to install themes in xubuntu?04:23
CaptainMorgangahan you play chess ?04:23
=== merly is now known as merlyTVs
Toma-n0dl: download, copy the theme folder to ~/.themes04:23
n0dlToma- i did04:24
=== Kickersny [n=Kickersn@cpe-69-205-138-52.stny.res.rr.com] has joined #ubuntu
gahanrhx04:24
=== sklav [n=sklav@64.235.218.42] has joined #ubuntu
gahanCaptainMorgan: nope04:24
sklavhey guys im back04:24
=== Xlylith [n=Xlylith@ip-141-225-net.net2cyber.net] has joined #ubuntu
sklavthank you bob204:25
ubuntu_hei jatkat nyt saunomaan.04:25
ubuntu_mina tarjoon.04:25
sklavi was able to migrate the drive to my other dedicated system04:25
ubuntu_oluttakin on.04:25
sklavwhat up Seveas04:25
=== Mr_Milenko is now known as Milenko_The_Snow
sklavso on a side note who read the linus torvalds opinion of gnome?04:26
=== oblib [n=khaled@156-130-13-204.erd.cust.wirelessbeehive.com] has joined #ubuntu
=== Teltariat [n=tekron@h-67-101-199-24.nycmny83.dynamic.covad.net] has joined #ubuntu
Milenko_The_Snownot i04:26
TeltariatHello folks04:26
Milenko_The_Snowlink?04:26
KickersnyI just installed ubuntu and I'm running Sudo for the first time and it asks me for root password04:26
Kickersnyyet it never asked for it during install...04:26
sklavits on linuxtoday04:26
Teltariat'sudo passwd'04:26
oblibI am working off a server install, and I would like to know how to get all the acpi stuff that comes in a typical install.04:26
naliothKickersny: it's not asking for a root pwd, use your user pwd04:26
sklavKickersny, use ur usernames password04:26
Milenko_The_Snowtype your main password04:26
=== we0 [n=weo@p5499FC19.dip.t-dialin.net] has joined #ubuntu
Kickersnyawesome, thanks04:27
naliothTeltariat: please dont recommend that04:27
Teltariat'sudo passwd' sets root passwd04:27
Teltariatnalioth: works for me :D04:27
GrimlordKick: Type your password not root04:27
Milenko_The_Snowsklav: link pls04:27
Milenko_The_Snow:)04:27
naliothTeltariat: this is ubuntu, not debian or redhat. we dont have a root account enabled for a reason04:27
sklavits on linux today04:27
moot`ah04:27
tritiumKickersny, I recommend you try to learn to use sudo instead04:27
moot`ftp is so much faster than samba04:27
sklavwww.linuxtoday.com04:27
moot`joy04:27
Teltariatnalioth: I apologize.04:27
Milenko_The_Snowmoot`: lies.04:28
sklavsudo is sweet now that i got used to it04:28
Milenko_The_Snowlol04:28
moot`Milenko_The_Snow: :(04:28
sudhirwhere will I get GTK2::TrayIcon ?04:28
JoeyDay|ubuntuHow do I use Vino in Ubuntu?04:28
oblibI like 'sudo bash' myself04:28
=== benplaut [n=benplaut@cpe-70-95-146-177.hawaii.res.rr.com] has joined #ubuntu
Milenko_The_Snowaaw04:28
dabaR_ok, that was fun.04:28
Milenko_The_Snowmy nick isnt complete here04:28
Milenko_The_Snow:(04:28
TeltariatCan one use any Debian/apt repository for Ubuntu, or no?04:28
Milenko_The_SnowMilenko_The_Snowman04:28
Milenko_The_Snowlol04:28
CaptainMorganwith a folder named -Captain how do you access it ? i tried "-Captain" but it  didn't work04:29
sklavis it Milenko_The_Snowball?04:29
TeltariatI'd like to install things like mplayer, naim, and such04:29
dabaR_it is too long as it is...04:29
Milenko_The_SnowSnowman04:29
Milenko_The_Snowlol04:29
Teltariat(Which aren't available in the official repos)04:29
Milenko_The_Snowchristmas nick04:29
Grimlordanyone got any tricks or links for getting more than 450 fps out of a ati 9600 Mobility?04:29
sklavi see04:29
moot`Teltariat: read the FAQs04:29
Milenko_The_Snowits usually RudolphRedp****r but thats not nice for freenode04:29
Milenko_The_Snow:P04:29
bshumateCaptainMorgan: try "-Captian" or \-Captian, or something of that nature...04:29
moot`adding repositories is one of the first things discussed04:29
oblibGrimlord I thougth people could only discern like 30 fps04:29
tritiumGrimlord, did you follow the ati wiki?04:29
=== jinkles [n=jinkles@24-205-235-153.dhcp.snlo.ca.charter.com] has joined #ubuntu
sklavGrimlord, on nvidia im getting some pretty sweet numbers like 1900fps04:29
=== rabeldable [n=rabeldab@adsl-69-109-165-159.dsl.pltn13.pacbell.net] has joined #ubuntu
sklavhave you read the howto ?04:30
tritium!tell Grimlord about ati04:30
sklavi followed it and it works pretty sweet now04:30
CaptainMorganbshumate nope04:30
sklavi dont see what all the bad press is for gnome as of late04:30
oblibI am working off a server install, and I would like to know how to get all the acpi stuff that comes in a typical install (the scripts in /etc/acpi).04:30
sklavits has gotten pretty sweet04:30
brownie17who knows how to remove operator logos from their nokia phones?04:30
sklavbrownie17, yyou need to flash it04:31
naliothbrownie17: i think you are really really offtopic here04:31
Kickersnybrownie17, Dremel tool :)04:31
=== taxman [n=Tim@pm893-29.dialip.mich.net] has joined #ubuntu
GrimlordTrit: Yes, I used mlomker's tut and it installed great...just seeing realy low rates04:32
sklavunless there is ubuntu on the phone ;)04:32
sklavGrimlord, have you rebooted?04:32
tritiumGrimlord, not sure what you're referring to.  I suggest you follow the wiki page I had ubotu send you, and please use ubuntu packages04:32
sklavafter i rebooted i got better fps04:32
=== Chris_C [n=chris@user-11218jf.dsl.mindspring.com] has joined #ubuntu
AIVI typed the following at gnome terminal "user@Ubuntu-Home:~$ sudo apt-get install php404:32
AIV", and got the following "Reading package lists... Done04:32
AIVBuilding dependency tree... Done04:32
AIVW: Couldn't stat source package list http://us.archive.ubuntu.com breezy/universe Packages (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy_universe_binary-i386_Packages) - stat (2 No such file or directory)04:32
AIVW: Couldn't stat source package list http://us.archive.ubuntu.com breezy-backports/main Packages (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_main_binary-i386_Packages) - stat (2 No such file or directory)04:32
=== mode/#ubuntu [+o nalioth] by ChanServ
Grimlordwill do, thank you04:32
AIVW: Couldn't stat source package list http://us.archive.ubuntu.com breezy-backports/restricted Packages (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_restricted_binary-i386_Packages) - stat (2 No such file or directory)04:32
=== AIV [n=oscar@ppp-70-246-54-255.dsl.rcsntx.swbell.net] has left #ubuntu [requested]
=== JaZy84 [n=cjazinsk@cpe-70-117-206-214.rgv.res.rr.com] has joined #ubuntu
=== mode/#ubuntu [-o nalioth] by ChanServ
bshumateCaptainMorgan:  get into the parent dir, then :  cd ./-Captain04:33
JaZy84hey guys i have a question. is there a way to convert ntfs -> any other native linux fs with out being distructive. have 2 drives both at 200 gbs both full and am getteing tired of booting into windows to move files around04:33
=== AIV [n=oscar@ppp-70-246-54-255.dsl.rcsntx.swbell.net] has joined #ubuntu
naliothJaZy84: only partition magic  can do that, but back up anyway04:34
naliothAIV: please read the /topic and don't paste in here04:34
AIVI got kicked for pasting?04:34
AIVok, I didnt know04:34
JaZy84what's the likely hood of PM screwing if up?04:34
=== panzer [n=panzer@149-11-223-201.adsl.terra.cl] has joined #ubuntu
JaZy84i don't have a medium to back up to :/04:34
naliothJaZy84: any time you mess with partitions, you run risks04:34
=== Ch4tik4 [n=kla@202.152.172.1] has joined #ubuntu
sklavi just realized my desktop icons are missing04:35
moot`JaZy84: I haven't had a problem with it yet04:35
moot`but i only use ntfsresize now04:35
JaZy84yeah, i suppose i'll give it a show04:35
JaZy84shot*04:35
moot`just send all your important stuff to gmail04:35
JaZy84what linuxfs did you convert too. is one better (less likely to mess up) then another04:36
sklavthat is a great idea moot`04:36
Kickersnyhow is it that ubuntu can fit all this on one CD whereas SuSE, for example, uses 5?04:36
Kickersnyit boggles my mind :)04:36
sudhirwhere will I get GTK2::TrayIcon ?04:36
naliothJaZy84: use ext304:36
sklavKickersny, ubuntu is basic the 1st cd04:36
naliothsudhir: cpan.org most likely04:36
JaZy84any version of PM?04:36
oblibmoot`That way Google can read all your stuff too! :)04:36
Kickersnysklav, which is all I want on my craptop :)04:36
naliothJaZy84: i'd think the newer the better04:36
sklavah k04:37
sudhirthanks let me check04:37
sklavi was thinking you were mistified with the 1 / 5 ratio04:37
=== ^DIAN^ [n=ayoex@202.152.172.1] has joined #ubuntu
sklavhehe04:37
JoeyDay|ubuntuWow. I'm SSH'd in.04:37
JaZy84alright thanks for the help guys04:37
sudhirnalioth : got it thanks04:37
sklavhow can one build ubuntu from scratch?04:37
taxmandumb q: Is there a verbose boot option like FreeBSD to see the hardware scanning?04:38
benplautubotu, glad you're feeling better!04:38
ubotubenplaut: I give up, what is it?04:38
benplaut!botsnack04:38
ubotu:)04:38
sklavfor example specific installs?04:38
=== duncan_cragg [n=duncan@dsl-212-23-31-158.zen.co.uk] has joined #ubuntu
duncan_cragghello - is anyone here?04:38
Kickersnynow if only I could get wifi working...04:38
Kickersnynope04:38
sklavim looking to create a cdrom like i did for centos04:38
sklavbut ubuntu instead04:38
cafuegosklav: You can do the 'server' install and then add packages as needed.04:38
sklavi know but where is the fun ;)04:39
cafuegothe fun is in spending the saved time in teh pub04:39
naliothsklav: https://wiki.ubuntu.com/LiveCDCustomizationHowTo https://wiki.ubuntu.com/InstallCDCustomizationHowTo04:39
=== Kindred [i=brandify@188.240.132.203.in-addr.wholesaledsl.net] has left #ubuntu []
sklavcafuego, my issue is im not familiar with deb packaging04:39
=== tritium slides a pint down the table to cafuego
=== advent_linux [n=maxb@219-88-178-219.jetstream.xtra.co.nz] has joined #ubuntu
sklavim reading on the motu site to get a clue04:40
dabaR_clues are good to have04:40
JaZy84Kickersny, which wifi card04:40
=== truz24 [n=truz24@12-220-103-82.client.insightBB.com] has joined #ubuntu
taxmanwhat would I look for to track down why my wireless card is not recognized anymore. It is again if I boot from the livecd04:40
=== dderr_ [n=dderr@cpe-70-112-24-97.austin.res.rr.com] has joined #ubuntu
JaZy84i've had good luck with wifi working out of box04:40
=== Kuyaedz [n=Kuyaedz@c-24-2-76-178.hsd1.ut.comcast.net] has joined #ubuntu
KickersnyJaZy84, Lucent Orinoco WaveLAN04:41
duncan_craggwifi worked for me on my Thinkpad R50e - out of the box04:41
truz24Are there any tools in ubuntu that will convert a pdf to bmp?04:41
hyphenatedtruz24: imagemagick probly04:41
=== ubuntu_ [n=ubuntu@69-162-19-187.stcgpa.adelphia.net] has joined #ubuntu
Kickersnyduncan_cragg, this is a laptop which is...getting up there in years :)04:41
dderr_i started installing gimp, then changed my mind, now gimp is unselected, yet I screwed something up and still have about 400 packages waiting to be installed by dselect, how can i fix this04:41
=== jsubl2 [n=jsubl2@72.48.95.220] has joined #ubuntu
duncan_craggI only paid 440 for it - $700 or so04:41
sklavi want a laptop04:42
bob2dderr_: don't use dselect04:42
sklavlooking for one that works well in linux04:42
sklavaka fully supported04:42
bob2dderr_: also, #ubuntu is not a Debian support channel04:42
Kickersnyduncan_cragg, I got mine free because it's fux0red04:42
bshumatesklav: get a thinkpad man04:42
ubuntu_Just want to say AMAZING work on the Ubuntu Live CD.  A friend at work gave it to me and I stuck it in my 2 yr old centrino laptop and it booted up with wireless working perfectly and things looking great.04:42
sethksklav, I've had good results recently with a thinkpad, as duncan_cragg said, also with one from fujitsu and one from dell.  I think the IBM is the best of the three.04:42
sklavsethk cool i will take your advice04:43
=== deg0ba [n=matt@70-56-166-75.mpls.qwest.net] has joined #ubuntu
sklavi was hoping hp would work04:43
sethksklav, of course there are tons of others that I haven't tested.04:43
sklavthey have an awesome one on special04:43
sethksklav, hp may well work.  I hate their keyboards so I ignore them.04:43
ubuntu_sklav:  I live and die by the Compaq X1000.  Look into it.  Not sure what they run now, but they are amazing with big beautiful widescreens etc.04:43
sklavi used to work at ibm04:43
duncan_cragganyone here know how to get suspend to work nicely with the R50e?04:43
ubuntu_Get a X1010 off ebay04:43
ubuntu_Probably $500 these days04:43
ubuntu_Maybe a little more04:43
duncan_craggecho -n 4>/proc/acpi/sleep isn't it04:43
dderr_bob2: where you recommend going for dselect help?04:44
nanocould anyone get the hardware sensors working in xfce for ubuntu?04:44
Grimlordsklav: I just did a flawless install on an Inspiron 8600 (except getting the OpenGL tuned). Intel Wireless and all works perfectly04:44
bob2dderr_: are you an experienced dselect user?04:44
=== phos-phoros [n=phos-pho@CPE-65-26-72-55.we.res.rr.com] has joined #ubuntu
dderr_somewhat, yeah04:44
sklavdselect has an option to cancel04:44
=== Mabus06 [n=Nick@hlfxns0149w-142177137117.ns.aliant.net] has joined #ubuntu
=== scott [n=scott@adsl-144-36-145.mia.bellsouth.net] has joined #ubuntu
=== JoeyDay|ubuntu [n=joeyday@205.124.151.254] has joined #ubuntu
ubuntu_How do I get Firefox+sound working for http://ytmnd.com/04:45
ubuntu_?04:45
scottyou need top get the quicktime plugin04:45
ubuntu_The whole site has silly animated images with background sounds04:45
Mabus06I installed the spca5xx drivers google told me to do for my webcam. How do I get it to 'work'?04:45
ubuntu_scott:  Link04:45
ubuntu_Actually04:45
ubuntu_I am in Ubuntu live04:45
ubuntu_:/04:45
scottdont have one. search www.firefox.com for it04:45
scottoh. that may be a littel different04:46
=== ViViD [n=ViViD@c-67-160-125-239.hsd1.wa.comcast.net] has joined #ubuntu
ubuntu_How does Live work04:46
scottdont know04:46
bob2dderr_: does hitting = on everything in the "things to be installed screen" work well enough?04:46
sklavcd04:46
scottlive works by booting from the disk and using the hardrive as an accessory rather than booting from the harddrive04:47
=== frank23 [n=frank@modemcable135.248-130-66.mc.videotron.ca] has joined #ubuntu
ubuntu_That's amazing04:47
=== ejofee [n=ejofee@195-245-89-185.dtcom.ro] has joined #ubuntu
scottbut i have an inquiry of my own. if nobody can help me then i am screwed....see, i forgot the password to my user account04:47
ubuntu_Kudos to the Ubuntu team04:47
=== hoochiepapa [n=russ@h164.154.213.151.ip.alltel.net] has joined #ubuntu
scotti feel like a nub04:48
ubuntu_You have root but not the user?04:48
ejofeeanybody here use shfs(u)mount?04:48
sklavscott are u logged in at the moment?04:48
scottyes04:48
sklavscott, passwd username04:48
scottto both questions04:48
ubuntu_Just copy all the settings for the user04:48
ubuntu_Delete him04:48
ubuntu_Then add him again04:48
ubuntu_Setting the new password04:48
ubuntu_That's what I would do b/c it's quick and dirty04:48
=== Slackwise-- [n=lance@68-186-27-184.dhcp.astr.or.charter.com] has joined #ubuntu
bob2wtf04:48
ubuntu_I am sure there is a faster way04:48
sklavpasswd username as root will fix ur issue04:48
scotti assume i need to do the terminal command logged in as a super user?04:48
scottyeah04:49
sklavyes scott04:49
scottthanks04:49
sethkas root you can just do  passwd username04:49
ubuntu_Yeah04:49
sethkno need for any strangeness04:49
sklavhehe04:49
ubuntu_$  passwd scott04:49
sklavubuntu_, bad advice heheh04:49
ubuntu_New password:04:49
ubuntu_etc.04:49
ubuntu_sklav:  It would have worked04:49
sklavyeah04:49
ubuntu_OK04:49
ubuntu_So04:49
sklavbut groups would be somewhat tweaked if not done well04:49
ubuntu_I have a laptop here running Ubuntu Live04:50
ubuntu_I am hooked now04:50
tritium!tell ubuntu_ about enter04:50
scottawesome. thanks guys. i dont know all of the terminal commands yet.04:50
ubuntu_scott:  One of my favorites is 'rm -rf *'04:50
nanolol04:50
sklavscott, dont listen04:50
ubuntu_Usually after my 2nd favorite 'cd /'04:50
=== Slackwise-- is now known as Slackwise
tritiumubuntu_, please don't do that04:50
dderr_bob2 : where is the "things to be installed" screen in dselect?04:50
JoeyDay|ubuntuAnyone know of a way to make sure ez-ipupdater runs at startup?04:51
ubuntu_Add it to the /etc/init.d as a startup04:51
sklavdderr_, press spacebat04:51
sklavdderr_, press spacebar04:51
sklavyou will have an options menu with number04:51
JoeyDay|ubuntuubuntu_: Can I add it in there with flags?04:51
=== Kuyaedz [n=christer@c-24-2-76-178.hsd1.ut.comcast.net] has joined #ubuntu
JaZy84what is a good graphical ftp client04:51
ubuntu_JaZy84, :   Filezilla04:52
JoeyDay|ubuntuThis particular process needs to be running as a daemon, so I need to tack the --daemon flag on there and a --config-file flag.04:52
KuyaedzJaZy84 try gFTP in gnome04:52
=== panzer [n=panzer@149-11-223-201.adsl.terra.cl] has left #ubuntu ["Abandonando"]
ubuntu_JoeyDay|ubuntu, :  You can do whatever04:52
JoeyDay|ubuntuubuntu_: Okay, how do I put it in there?04:52
ubuntu_You make a service04:52
ubuntu_Add it as a service basically04:52
JoeyDay|ubuntuI'm completely new to Linux.04:52
JaZy84gftp for some reason isn't listing certain sites.. i try pasv on off still nothing however i know they are open and working (via another machine)04:52
=== _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu
JoeyDay|ubuntuCan you point me to a tutorial or explain the commands for me? Sorry to be such a n00b.04:53
ubuntu_JoeyDay|ubuntu, :  I suggest googling 'add service /etc/init.d linux ubuntu' or something similar04:53
KuyaedzJaZy84: odd.  I haven't had any problems with gFTP on three machines..04:53
JaZy84hrm04:53
ubuntu_GFTP is indeed crap04:53
ubuntu_I recommend Filezilla04:53
ubuntu_I don't care for Gnome to be honest04:53
sklavlikes gftp04:53
ubuntu_And many Gnome apps04:53
AIVubuntuguid.org has the guide for version 5.0404:53
ubuntu_I agree with Linus04:53
sklavubuntu_, to each their own04:54
AIVis there a guide for 5.10, or is it just the same as far as the guide goes?04:54
KuyaedzI don't agree with Linus, but thats for another forum I'm sure04:54
cafuegolinus is full of shit.04:54
sklavbut i must say that gnome over the past year has improved04:54
sklavits a hell of a lot faster than it used to be04:54
cafuegoand kde is full of ugly ;-)04:54
tritiumubuntu_, please don't start a desktop war, and please use full sentences rather than hitting enter so often04:54
sklavand compared to new kde i think its faster04:54
sklavas my system is set to dual boot04:54
ubuntu_tritium, :  Apologies, ENTER is a habit of mine04:54
sklavso same specs gnome faster04:54
=== nitinshantharam [n=nitinsha@dsl081-034-210.lax1.dsl.speakeasy.net] has joined #ubuntu
nitinshantharamhey guys, how can i jail a specifc sftp user to a specfic directory (not home dir)04:54
=== taxman [n=Tim@pm893-29.dialip.mich.net] has left #ubuntu []
sklavi like kde04:54
ubuntu_Speed is only one factor, like everything else in the world04:55
=== Mulder [n=mulder@unaffiliated/mulder] has joined #ubuntu
sklavbut the last 3 versions have weird icons04:55
ubuntu_I would rather be beautiful and a slow runner for instance04:55
sklavthey dont resize properly04:55
ejofeeplease give me a link to a latest howto on installing nvidia in ubuntu04:55
sklavwhen changing resolution04:55
JaZy84filezill on apt?04:55
durtubuntu_ : no you wouldn't04:55
binarydigitejofee: goto the forums04:55
sklavi would rather be average but freaking fast04:56
=== Chadza [n=Miranda@pcp0010702372pcs.manass01.va.comcast.net] has joined #ubuntu
ubuntu_Girls don't care about fast04:56
sklavlook at the olympics04:56
sklav$$$04:56
=== Mulder [n=mulder@unaffiliated/mulder] has left #ubuntu ["Leaving"]
ubuntu_No.  Drug$$$$04:56
ubuntu_Then your records get taken away from you04:56
dderr_sklav : im still not finding anything useful for helping me uselect a bunch of stuff04:56
sklavubuntu_, girls dont care about men either you shpould be a shoe if you want attention04:56
nitinshantharamhey guys, how can i jail a specifc sftp user to a specfic directory (not home dir)04:56
sklavdderr_, 1 sec let me check04:57
=== zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu
rosenejofee, http://ubuntuguide.squarecows.com/doku.php#hardware04:57
=== aqfn [n=daniel@adsl-69-232-45-250.dsl.irvnca.pacbell.net] has left #ubuntu ["Leaving"]
Mabus06Can anyone reccomend a program I can use webcam in conversations with msn contacts?04:57
ubuntu_JaZy84, :   http://sourceforge.net/project/showfiles.php?group_id=21558&package_id=15149&release_id=377444   LINK TO FILEZILLA DOWNLOAD04:57
=== WhyvasLT [n=poop@fctnnbsc15w-156034095047.nb.aliant.net] has joined #ubuntu
JaZy84ty04:57
ubuntu_Mabus06, :  If you do that you should use shotgun mouthwash immediately04:57
=== Killer_Smurf [n=Killer_S@S0106000c76ba0623.cg.shawcable.net] has joined #ubuntu
=== AIV [n=oscar@ppp-70-246-54-255.dsl.rcsntx.swbell.net] has joined #ubuntu
=== lori [n=lori@S010600b0d02a6aec.gv.shawcable.net] has joined #ubuntu
=== Grimlord [n=thegrim@dpc674431019.direcpc.com] has left #ubuntu []
sklavdderr_, i dont have dselect installed on my ubuntu system04:58
=== titanium [n=titanium@blk-222-158-20.eastlink.ca] has joined #ubuntu
sklavdderr_, just go to #debian04:58
=== JairunCaloth [n=daniel@71-14-42-161.dhcp.crtn.ga.charter.com] has joined #ubuntu
=== ryanpg [n=ryanpg@71.194.38.156] has left #ubuntu ["Leaving"]
ejofeerosen: thank you04:58
sklavbut dont mention ubuntu04:58
ejofeebinarydigit: thanks04:58
sklavsay debian stable04:58
sklavif asked04:59
=== zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu
JairunCalothcan someone help me with recompiling my kernel?04:59
=== Yuri [n=yuri@200-161-99-98.dsl.telesp.net.br] has joined #ubuntu
rosenejofee, happy to help04:59
Yurihello04:59
dderr_sklav : thx for your help anyways04:59
ubuntu_JairunCaloth, :  If you are asking that you shouldn't be recompiling your kernel04:59
=== gahan [i=gahan@coyote.fsh.hu] has left #ubuntu []
ubuntu_Hi Yuri, tell us about yourself and why you are here04:59
rosenbored ubuntu_  ?04:59
Yuria friend is having problems installing ubunt at your travelmate 415105:00
Mabus06pardon, ubuntu_ ?05:00
nanohehe05:00
cafuegoJairunCaloth: Why do you think you need to recompile your kernel?05:00
sklavubuntu_, i know how to compile kernels but not on ubuntu05:01
Yuriis anyone having the same problem?05:01
=== maikeru [n=Maikeru@adsl-70-241-199-242.dsl.stlsmo.swbell.net] has joined #ubuntu
=== RedGhost [n=bp2626@S0106000c6e212de6.vf.shawcable.net] has joined #ubuntu
cafuegoWhy would it be any different from any other Linux system?05:01
=== deque [n=deque@70.58.177.105] has joined #ubuntu
JairunCalothI just upgraded to a new video driver, and I'm getting an error when X trys to start saying the kernel driver and the X driver are different. I don't remember the commands to recompile the kernel that I used last time I did this.05:01
sklavi have issues with my ubuntu cd on my acer cdrom05:01
sklavit keeps rebooting05:01
sklavbut that is about it05:01
arod--are there any ubuntu ebooks?05:02
ubuntu_Yuri, :  Ask Google and then consult us further if you still have questions05:02
=== brettcar [n=brettcar@69.60.121.206] has joined #ubuntu
=== `23meg [n=23@unaffiliated/23meg/x-000000001] has joined #ubuntu
bulioguys05:02
=== tvelocity [n=tony@84.254.13.74] has joined #ubuntu
Yurii asked google, ubuntu_05:02
bulioI had problems with X server when I tried upgrding from 4.10 to 5.1005:02
=== MagicFab [n=MagicFab@modemcable112.146-82-70.mc.videotron.ca] has joined #ubuntu
sklavseriously ubuntu_ you should be on fedora05:02
buliowill I have problems going from 5.04 to 5.1?05:02
=== freelove [n=yasser@59.93.240.146] has joined #ubuntu
naliothbulio: if you've used non ubuntu pkgs, maybe05:03
coagbulio: how'd the reboot go?05:03
bulioworks05:03
coag:-P05:03
coagyay05:03
=== mobus [n=mobus@h-69-3-204-48.sfldmidn.dynamic.covad.net] has joined #ubuntu
bulioI'm in 5.04 now05:03
bulioI'm gonna go to 5.1005:03
cafuegobulio: You shoudln't have any issues. What video card you got?05:03
coagi just went up from that05:03
coagto breezy05:03
mobusI need the latest sources.list please?05:03
buliook05:03
coagmobus: google google google google05:03
JairunCalothDo I only need to recompile the restricted modules?05:03
sklavJairunCaloth, why not install the latest restricted modules?05:04
sklavwith apt-get?05:04
JairunCalothI did, still the same error05:04
sklavdo your kernels match?05:04
Yurisklav: but u installed ubuntu @ your travelmate?05:04
ubuntu_sklav:  Your comment about Fedore doesn't make sense.  Please clarify.05:04
bulioIwheres 5.210 install guide?05:04
ptlofor all following the linus vs gnome flame war: http://nat.org/natacity.patch ;-)05:04
bulio*5.1005:04
=== jesi [n=jesi@cpe-66-24-10-203.stny.res.rr.com] has joined #ubuntu
sklavubuntu_, fedora hs lately been giving dead end answers05:04
cafuego!breezy05:05
ubotuThe guide to upgrading to breezy (5.10) is at https://wiki.ubuntu.com/BreezyUpgrade05:05
sklavYuri, what is the issue05:05
=== msims [n=msims@12-221-57-235.client.insightBB.com] has joined #ubuntu
=== Rubin [n=rubin@CPE-65-29-27-71.mn.res.rr.com] has joined #ubuntu
bulioty05:05
ubuntu_sklav:  Please explain.  I have been out of Linux politics for a while05:05
=== Chris-C [n=chris@user-11218jf.dsl.mindspring.com] has joined #ubuntu
nanolol @ linux politics :D05:05
msimswill it harm anything to reboot in the middle of a fsck ie if the power goes out?05:05
=== maikeru [n=Maikeru@adsl-70-241-199-242.dsl.stlsmo.swbell.net] has left #ubuntu ["Donate!]
=== alekz [n=alekz@200.38.225.239] has joined #ubuntu
sklavubuntu_, your last 5 answers have been lets say not for the new commer05:05
jesihey guys, how do i remove a link in bash (ooffice) so when I type that nothing happens05:06
sklavYuri, asked a valid question and you pointed him to google05:06
Yurisklav: when he is installing, your dvd isn't recognized by the system05:06
Chris-Chowdy05:06
alekzhi, anyone has a video ipod here that can help me ?05:06
sklavok05:06
coagjesi: man rm05:06
ubuntu_msims:  That probably depends on what filesystem you utilize05:06
=== Atlas|Zzz|Taff is now known as Atlas|Taff
sklavYuri, the install cd is not a dvd05:06
msimsext305:06
sklavits a cdrom05:06
sklavim hoping the image was burnt on a cdr05:06
sklavand not dvd05:07
Yurisklav: installer is on a cd05:07
sklavok05:07
sklavthe disk is not being detected?05:07
msimsubuntu_: and the machine in question is in runlevel 105:07
msimsand fscking /05:07
Yurisklav: but is readed by a dvd05:07
jesicoag, i want to remove the link ...05:07
dequeIs there a specific place to report hardware support regressions in Dapper other than "normal" bugzilla?05:07
=== didi [n=didi@61-23-255-90.rev.home.ne.jp] has joined #ubuntu
ubuntu_Fucking is good05:07
Chris-Ccan someone tell me how to determine which "level" (stable / unstable / testing) a particular version of an app is in, so I know what repository to activate to get it?05:07
jesicoag, not the program05:07
ubuntu_Or rather fscking05:07
=== mode/#ubuntu [+o nalioth] by ChanServ
coagjesi: if it's a symlink05:07
sklavYuri, dvd can read cdrom but not the other way around05:07
=== MagicFab [n=MagicFab@modemcable112.146-82-70.mc.videotron.ca] has left #ubuntu []
=== ubuntu_ [n=ubuntu@69-162-19-187.stcgpa.adelphia.net] has left #ubuntu [requested]
coagthen still man rm05:07
=== mode/#ubuntu [-o nalioth] by ChanServ
dequeChris-C, AFAIK, you just have to look05:07
=== Stazich [n=Stazich@adsl-69-208-130-173.dsl.ipltin.ameritech.net] has joined #ubuntu
sklavok lets assume the cdrom is working05:08
=== mode/#ubuntu [+o nalioth] by ChanServ
coagand look for sumlinks05:08
coagsymlinks05:08
sklavdoes anything happen?05:08
=== mode/#ubuntu [-o nalioth] by ChanServ
sklavdoes the ubuntu installer start?05:08
jesiooffice05:08
jesibash: /usr/bin/ooffice: No such file or directory05:08
Chris-CI figured there was probably some apt | grep way to do it05:08
ZeroIRCAnyone know how I might fix this error? { Fatal error: Call to undefined function mysql_connect() in /var/www/connect.php on line 2 }05:08
=== tritium [n=mfrimbe@ubuntu/member/tritium] has joined #ubuntu
dequeChris-C, well, you have to enable the repositiories before apt can tell you05:08
sklavZeroIRC, i had same issue05:08
jesiwhat folder is that link kept in05:08
jesicoag05:08
buliowhen 5.10 is downloading, I dont need to intervene right?05:08
sklavapt-get install php-mysql05:08
msimsso again is it likely to harm anything if the power goes out while I am fscking / (ext3) in runlevel 105:09
buliolike say yes to anyhting?05:09
=== cindy_trinidad [i=Happy102@203.215.87.9] has joined #ubuntu
sklavbut if you using php5 then php5-mysql05:09
dequeChris-C, What are you looking for, I might know where it is if it's common-ish05:09
ZeroIRCthanks sklav05:09
cafuegomsims: Yes.05:09
sklavi had same issue yesterday05:09
sklav;)05:09
Chris-Cdosemu v1.2.1 versus v1.2.205:09
cafuegomsims: Because the disk is being used 100% at such a time, the head is more likely to crash into the platter.05:09
dequeChris-C, Are you on Breezy?05:10
coagjesi: obviosly the link is gone already05:10
msimsok thanks05:10
Chris-Cyes05:10
coagooffice does nothing now05:10
=== BlueDevil [n=mircea@81.196.151.21] has joined #ubuntu
jesiooffice05:10
jesibash: /usr/bin/ooffice: No such file or directory05:10
jesi   * how do i remove this link so i dont get error05:10
sklavYuri, u still there?05:10
msimsIt's done05:10
msimslets see what got ate05:10
Yurisklav: yes05:10
dderr_sklav : how do you do your package management? I am going to reinstall to clean up the mess05:10
Yurisklav: crying :P05:10
Yurilol05:10
dderr_you use apt?05:10
dequeChris-C, My system shows it in multiverse05:10
coagjesi: that currently has no link is what that is telling you05:10
jesicoag, it does exists that why im getting it05:10
coagjesi: no you don't understand05:10
sklavdderr_, i use apt- and synaptic05:10
Chris-Cdeque: that's 1.2.1, I'm looking for 1.2.205:10
sklavon server install i just use apt05:11
jesicoag, if i were to type, "blah"  i get no command exists05:11
sklavwith all the tools available its pretty easy05:11
coagwhen you type a command in the terminal it looks to /usr/bin/* for and and goes "wtf"05:11
sklavfor searching i use apt-cache search packagename05:11
dequeChris-C, yeah, I don't see that version in in the standard repos, I'd suggest adding backports and see if it might be in there05:11
jesicoag, well let me ask u something else, how do i have ooffice command link to office2 instead05:11
=== cvt [n=cvt@pcp08899240pcs.hcksrd01.tn.comcast.net] has joined #ubuntu
coagjesi: man ln05:11
Yurisklav: it's so strange... other distros like mandriva was installed with success on the notebook05:11
Yuribut ubuntu05:11
coagyou will need the flags ln -sf05:11
Chris-COK thanks05:12
coagjesi: for a symlink05:12
sklavYuri, it could be the disk05:12
Yurino...05:12
sklavhave you tested if it boots up on another system?05:12
Yurithis disk worked fine with me05:12
sklavok05:12
dequeChris-C, I use dosemu rarely, and the 1.2.1 works for me, so I'm not really the best person to answer that. sry.05:12
sklavdoes the laptop even see it?05:12
Yuriand md5 check was ok05:12
nitinshantharamhey guys, how can i jail a specifc sftp user to a specfic directory (not home dir)05:12
=== nathanj [i=nathanj@sweep.bur.st] has joined #ubuntu
=== quail_linux [n=quail@unaffiliated/quaillinux/x-000001] has joined #ubuntu
=== Mr_Smiley [n=smiley@58.160.196.172] has joined #ubuntu
=== MagicFab [n=MagicFab@modemcable112.146-82-70.mc.videotron.ca] has joined #ubuntu
sklavYuri sometimes some cdr will not work on particular cd/dvd's05:13
=== marfis [n=marfis@i3ED6E459.versanet.de] has joined #ubuntu
dequenitinshantharam, I _think_ there is a way to do that, have you looked in the man pages for sshd?05:13
Yurihum...05:14
=== warreng [n=warren@pcp09125057pcs.arlngt01.va.comcast.net] has joined #ubuntu
msimshrm nothing is missing but it does think I have a superblock time in the future05:14
=== msims goes to beat on ntp
Yurisklav: i'll try with the media sent by canonical05:14
sklavexample Yuri my burtned cdrom plays on most of my radios except in my car and in this computers cdrom05:14
=== wastrel [n=wastrel@dsl254-127-242.nyc1.dsl.speakeasy.net] has joined #ubuntu
msimsfixing the clock time should take care of it correct?05:14
Yurimaybe it's correct, sklav05:15
sklavYuri, also look on the manufactures website with any issues with the cdrom05:15
sklavon travelmate05:15
sklavsometimes they have firmware updates that fix issues like that05:15
wastreli want to add a flag for my wifi card kernel module when it boots. how do i do this/05:15
Rubinanyone know why php5 isnt compiled threadsafe in ubuntu?05:15
sklavits weird but true05:15
Yuriok, sklav...05:16
sklavim not saying that is the answer to your prob05:16
sklavbut an option05:16
Yuriok...05:16
dequeI missed the beginning of the conversation Yuri, but it soundsl ike you are having a hard time reading a burn that sohuld be ok? Might also want to try another burn at a lower speed, that often makes picky CD readers cooperate05:18
dequeI have to do that all the time to get my old iMacs to read discs that I make, I have to burn them no faster than 8x.05:18
coagiMac hehe05:18
nanoanyone uses xfce (sorry the xubuntu channel is dead :( )05:18
Yuriok deque, i'll try05:18
naliothnano: just ask your question05:18
coagyou are kidding there is an xubuntu too?05:18
naliothubotu: tell coag about xubuntu05:19
coagwhat is with ubuntu needing different names for different WM's05:19
=== merlyTVs thinkx xubuntu wrocks
wastrelanyone know where to configure boot flags for my kernel module?05:19
cafuegoThe ubuntu isos really don't like to be written at over 8X on cheap media.05:19
merlyTVsi use it on a p3 70005:19
naliothcoag: it doesnt. *-desktop installs whole arrays of things to support a WM05:19
coagis there a fubuntu05:19
merlyTVscoag- i did 24X on some mass-buy "audio" cds. hee hee05:20
coagfor fluxbox05:20
sklavwill only burn stuff at 8x now on05:20
naliothcoag: you can make one, if you wish05:20
=== Goldfish [n=gregturn@user-0calf26.cable.mindspring.com] has joined #ubuntu
coagnalioth: :P05:20
sklavi have a bunch of coasters05:20
merlyTVscoag- do a "server" install05:20
=== Goldfish [n=gregturn@user-0calf26.cable.mindspring.com] has left #ubuntu ["Leaving"]
coagheh05:20
=== rraajj [n=Schildkr@210.213.69.66] has joined #ubuntu
nanonalioth, could you get the hardware sensors working in xfce ( I use dell inspiron 5100 )05:20
coagnalioth: i just think i'ts silly they seperate them bu actually05:20
naliothnano: do you have "lm_sensors" installed?05:20
coagnalioth: oops enter ( it makes sense now keeps the isos smaller to only transport one WM)05:20
naliothcoag: xubuntu is meant for older less powerful systems05:21
=== Mattz0r [n=ubuntu@h-66-167-193-175.atlngahp.dynamic.covad.net] has joined #ubuntu
Mattz0ryo05:21
sklavi think its time for bed05:21
=== wizatmac [i=wizatcom@pool-162-83-75-214.fred.east.verizon.net] has joined #ubuntu
=== vbgunz [n=vbgunz@uslec-66-255-127-2.cust.uslec.net] has left #ubuntu []
=== Thunderguy [n=Thunderg@12.213.205.68.cfl.res.rr.com] has joined #ubuntu
=== JRlinux [n=JRlinux@gw02.applegatebroadband.net] has joined #ubuntu
freelovehow many here use InitNG successfully?05:21
=== cafuego got a box with 220 Ubuntu CDs in the mail yesterday :-)
naliothcafuego: you taking ubotu to your install/lan party?05:22
nanonalioth, yes, however it fails to "set limits" during startup05:22
nanonalioth, in other words i couldn't get it installed properly05:22
cafuegonalioth: No, I'm going to give them to a local school05:22
=== Brendon [n=Brendon@c-66-176-112-43.hsd1.fl.comcast.net] has joined #ubuntu
naliothnano: there are other sensor pkgs available, iirc05:22
sklavubotu, tell nano about install party05:22
ThunderguyHey What do I use for .ram files? it's for a school project.05:22
naliothcafuego: cool and good to hear. are you giving some of your time, too?05:22
=== holy_cow [n=holy@S0106000fb51e6051.vf.shawcable.net] has joined #ubuntu
nanonalioth, what's install party?05:22
naliothThunderguy: realplayer or helix05:23
nanooops that was for sklaw05:23
Thunderguythanks.05:23
cafuegonalioth: Yes, but they INSISTED on being invoiced.05:23
=== advent_linux [n=maxb@219-88-178-219.jetstream.xtra.co.nz] has joined #ubuntu
naliothnano: when you take your 200 ubuntu cds and invite 200 people to install ubuntu together05:23
cafuegonalioth: So for $1100 they're going to get an Edubuntu setup05:23
=== Goldfisch [n=gregturn@user-0calf26.cable.mindspring.com] has joined #ubuntu
naliothcafuego: great!05:23
coagnalioth: why did you refer to it as ubotu05:23
wastrelhmm05:23
Thunderguynalioth: anything in the repositories?05:23
wastreli would go to a ubuntu install party in nyc05:23
naliothubotu: tell coag about yourself05:23
cafuegonalioth: Hopefully :-)05:23
jesicoag, i figured out problem, i had to open a new terminal05:23
jesicoag,  :)05:23
coagjesi: :)05:24
naliothubotu: tell Thunderguy about realplayer05:24
=== Unfrozen-Power [n=frozen@69.72.194.178] has joined #ubuntu
cafuegonalioth: My contact there is great, he plonked OOo2 on their systems, then mailed out a .odt document to everyone :-)05:24
=== navarone [n=me_again@ip-21.49.99.216.dsl-cust.ca.inter.net] has joined #ubuntu
coagim sorry05:24
cafuegonalioth: ... and was complimented on the upgrade, office suddenly ran much quicker ;-)05:24
naliothcafuego: proof of concept completed, eh?05:24
sklavcafuego, care to write an article on a proof of concept05:25
sklavand post it on www.speakoutonline.com05:25
dequecafuego, where are you? I am an admin for a school district, so I am always looking for case studies to give the higher-ups05:25
cafuegosklav: Ugh, sounds like work.05:25
cafuegodeque: Australia05:25
sklavhehe05:25
sklavim trying to start a linux promotion site05:26
=== Stazich [n=Stazich@adsl-69-208-130-173.dsl.ipltin.ameritech.net] has left #ubuntu ["Leaving"]
naliothdeque: google "macedonia ubuntu"05:26
dequecafuego, cool. I am in Oregon. I haven't done any Ubuntu roll-outs, but I do have 75-seats worth of Thin-client terminals (K12LTSP)05:26
=== bimberi_ [n=bimberi@DKPP-p-144-134-117-4.prem.tmns.net.au] has joined #ubuntu
sklavok im going to bed05:26
=== P3L|C4N0 [n=gcamposm@200.121.19.30] has joined #ubuntu
sklavwork tommorow morning bright an early05:27
ThunderguyThat wiki isn't working.. as a matter of fact google isn't working either.05:27
dequenalioth, Heard about that. Haven't looked at the details though05:27
sklavi dont know about the bright part but early yes05:27
Thunderguyoh it's back up, hrm05:27
sklavgoodnight guys05:27
=== Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu
=== tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu
=== P8ntKid [n=jon@pcp0011206865pcs.salsbr01.md.comcast.net] has joined #ubuntu
=== sklav [n=sklav@64.235.218.42] has left #ubuntu ["Leaving"]
=== calc [n=ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu
=== carminati [n=carminat@200.181.92.87] has joined #ubuntu
=== AIV [n=AIV@ppp-70-246-54-255.dsl.rcsntx.swbell.net] has joined #ubuntu
=== PeaceKeeper [n=AppleBoy@2001:470:1f00:ffff:0:0:0:211] has joined #ubuntu
PeaceKeeperany ops around?05:29
=== _vlad [n=vladimir@65.200.10.195] has joined #ubuntu
PeaceKeeperrelaying a question from a user that's currently screwed by your tor ban, because it's not quite set right05:30
=== wizatmac [n=wiz@pool-162-83-75-214.fred.east.verizon.net] has joined #ubuntu
=== patrick_ [n=patrick@Toronto-HSE-ppp3915080.sympatico.ca] has joined #ubuntu
bob2...05:30
naliothPeaceKeeper: what question is that?05:30
bob2also, I am yet to see an actual reason for someone to use tor to come here05:30
=== hapie_satoe [n=hapie@202.127.102.148] has joined #ubuntu
PeaceKeeperbophe's not using tor05:30
PeaceKeeperJmax * #Ubuntu Banlist: Tue Dec 13 17:58:06 *!*@*.tor.* ChanServ!ChanServ@services.05:31
PeaceKeeperJmax * wuming (n=myhusky@host66146157c0.dsl.res.tor.fcibroadband.com)05:31
kkathmanwow thats some ban! lol05:31
PeaceKeeperban should be *!*@tor/session*05:31
advent_linuxwhats tor?05:31
naliothPeaceKeeper: tor has many permutations of its IP05:31
PeaceKeeperproxy system05:31
coagwow applying this beep mp patch for xmms info pipe is taking forever05:31
PeaceKeepernalioth: not on freenode05:31
AIVI am running Ubunti 5.10, I installed Apache via synaptic, and I want to drop a test php file in the right folder, how do I find out where apache installed to?05:31
cafuegoadvent_linux: A trollaganza free-for-all05:31
bob2nalioth: OPN puts them behind /tor05:32
bob2PeaceKeeper: thanks for pointing it out05:32
PeaceKeepernalioth: freenode has a tor list05:32
=== mode/#ubuntu [+o bob2] by ChanServ
=== patrick_ [n=patrick@Toronto-HSE-ppp3915080.sympatico.ca] has left #ubuntu ["Leaving"]
=== mode/#ubuntu [-b *!*@*.tor.*] by bob2
PeaceKeeperbob2: no problem05:32
hapie_satoecharlieS05:32
alekzhi, anyone has a video ipod here that can help me ?05:32
=== mode/#ubuntu [+b *!*@tor/session] by bob2
advent_linuxcafuego, if you say so, i'll google it05:32
nitinshantharamguys how do i jail users using scponly?05:32
=== mode/#ubuntu [-o bob2] by bob2
=== nevyn [n=nevyn@c210-49-218-138.brodm1.vic.optusnet.com.au] has joined #ubuntu
cafuegobob2: I need to sue tor on #gnome to tell them about Linus ;-)05:32
bob2AIV: that has nothing to do with where apache is installed05:32
bob2cafuego: haha05:32
=== hapie_satoe [n=hapie@202.127.102.148] has left #ubuntu ["Leaving"]
cafuegoadvent_linux: Basically, an anonymiser.05:33
bob2AIV: make ~/public_html/, go to http://lolcalhost/~username/05:33
advent_linuxyep just saw that05:33
cafuegoadvent_linux: Which many people abuse to troll and spam, so it's banned here.05:33
=== RedGhost [n=bp2626@S0106000c6e212de6.vf.shawcable.net] has joined #ubuntu
nevynkernel panic at boot on MSI K8 SMP board with 2.6.12-10-amd64-k8-smp05:33
advent_linuxcafuego, wise move05:33
PeaceKeeperanyway, have a good day ladies a gents :)05:33
nevynany pointers should I chase this here or on lkml?05:33
=== PeaceKeeper [n=AppleBoy@2001:470:1f00:ffff:0:0:0:211] has left #ubuntu ["bop!"]
bob2nevyn: does noapic/nolapic/acpi=off help?05:34
AIVbob2, ok, I have installed apache on windows, and normally I drop my pages in the htdocs directory or something like that, and thats what I am wanting to know in linux, I am very new to linux05:34
=== flodine [n=flodine@c-24-4-174-71.hsd1.ca.comcast.net] has joined #ubuntu
=== tristan_ [n=tristan@vt-williston-cuda1e3-170.sbtnvt.adelphia.net] has joined #ubuntu
cafuegonevyn: Does it also do poo with an x86 k7 smp kernel?05:34
AIVbob2, I will try that, thank you05:34
tristan_are there any graphics-related chatrooms?05:34
=== Poland [n=tyler@gatekeeper.dwc.edu] has joined #ubuntu
bob2AIV: /var/www/ is the documentroot05:35
=== thrice` [i=1000@unaffiliated/Thr1cE] has joined #ubuntu
thrice`anyone get apple trailers working?05:35
nevynbob2: I'll give that a go..05:35
bob2nevyn: sometimes it takes all 3 options05:36
wastrelhow do i add boot options to my kernel modules?05:36
dooglusAIV: cgi documents go in /usr/lib/cgi-bin/05:36
=== cafuego downgraded his amd64 to i386 yesterday. Amazing how stuff "just works" now.
dabaRHow good are the chances that if I install apache2 now (I have apache installed) that no changes whatsoever will be noticed on the outside (people connecting to my server)?05:36
=== wuming [n=myhusky@host66146157c0.dsl.res.tor.fcibroadband.com] has joined #Ubuntu
=== mode/#ubuntu [+b *!*@*.tor.*] by ChanServ
=== wuming [n=myhusky@host66146157c0.dsl.res.tor.fcibroadband.com] has left #Ubuntu [requested]
AIVbob2, thank you05:37
=== croppa [i=user199@135.27.233.220.exetel.com.au] has joined #ubuntu
cafuegoWoo ChanServ!05:37
=== bsims [i=bsims@12-221-57-235.client.insightBB.com] has joined #ubuntu
bob2dabaR: 005:37
=== grshpr [n=grshpr@ip70-178-191-151.ma.dl.cox.net] has joined #ubuntu
bsimsArrgh my ntp server had stopped answering so fsck thinks I have a superblock with a future date... I now have ntp talking to a live server should I be concerned?05:37
cafuegodabaR: it should be a seamless transition, unless you run weird modules.05:37
bob2wastrel: what option?05:37
=== WhyvasLT [n=poop@fctnnbsc15w-156034066018.nb.aliant.net] has joined #ubuntu
=== Atlas [n=atlas@84.5.60.174] has joined #ubuntu
cafuegobob2: chanserv just reenabled the bad *.tor.* ban05:38
wastrelbob2:  an option for my wifi module to not auto associate05:38
=== Hericus [n=Hericus@212.247.71.254] has joined #ubuntu
grshpri'm sitting on a laptop, ibook g3 with ubuntu hoary gnome. i'm about to change to xfce in synaptic, what packages do i need for maximal performance? :)05:38
nevynbob2: it stoped it looping.. :)05:38
bob2yay05:38
cafuegogrshpr: a kernel, libc6 and bash05:38
nevynbob2: and gave an error "CPU 1 OOPS.. 53205:38
bob2grshpr: performance is unrelated to that05:38
cafuegoand boot with init=/bin/bash05:38
ajmitchcafuego: use posh, not bash05:39
ajmitchit's much better ;)05:39
dabaRbob2, cafuego: you obviously can notice how your answers contradict. We all know whose answer has more weight, but -- what then, is it gonna be seamless or no?05:39
grshprbob2: that's true.05:39
=== guru54 [n=guru@dialup-4.245.19.58.Dial1.StLouis1.Level3.net] has joined #ubuntu
=== cdubya [n=chris@ppp-69-148-166-160.dsl.ksc2mo.swbell.net] has joined #ubuntu
cafuegodabaR; if one answer has more weight then the other, it should be clear to you.05:39
grshprcafuego: hm, well ok, that's true, let me put it this way. what packages do i need for it to run?05:40
dooglusgrshpr: just install xubuntu-desktop05:40
=== mode/#ubuntu [+o bob2] by ChanServ
cafuegogrshpr: 'xubuntu-desktop'05:40
grshprwhat is the difference between xfce and xfce4.05:40
dooglus305:40
=== mode/#ubuntu [-b *!*@*.tor.*] by bob2
dabaRI have no modules whatsoever installed. Just apache serving files to the general public.05:40
=== mode/#ubuntu [-o bob2] by bob2
grshprdooglus: cafuego: ok. :)05:40
grshpri'll search for that.05:40
bob2dabaR: if you install both, only one will work05:40
bob2by default05:40
bob2dabaR: if you have a complicated config, you will need to port it, afaik05:41
bob2cafuego: it was on the autorem list, it seems05:41
dabaRI have nothing customized at all. just serving files from /var/www. so then apache2 will just replace apache?05:41
bob2which I don't understand at all05:41
bob2dabaR: yes, except they will both try to grab port 8005:41
grshprdooglus: where do i find xubuntu-desktop using synaptic? could not generate any results with search words: xubuntu-desktop and xubuntu.05:41
dabaRbob2: apache2 will remove apache, no?05:41
bob2dabaR: no, they do not conflict05:42
cafuego!start a shell war05:42
ubotupdksh is far faster, better and less bloated than es!05:42
dooglusgrshpr: maybe it's only available for breezy then05:42
grshprdooglus: most likely.05:42
=== TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu
dabaRcan I safely remove apache? it wont do anything weird to my files in /var/www?05:42
cafuegodabaR: No, I run apache 1./3 and 2.0 concurrently (both with various vhosts)05:42
=== bsims [i=bsims@12-221-57-235.client.insightBB.com] has left #ubuntu []
dabaRwell, it cant anyhow, they are not his.05:43
TokenBadman this printer is getting on my nerves05:43
coagcafuego: Well i love lmnop!05:43
grshprdooglus: would a upgrade to breezy be easily done without having to remove any of my current information?05:43
dooglusgrshpr: I see "500 http://archive.ubuntu.com breezy/universe Packages" - so it's in 'universe' for breezy.05:43
dabaRIll just plunge into it, and hopefully be in bed within the next few hours:)05:43
dooglusgrshpr: it's quite a lot to download.05:43
grshprdooglus: oh, ok, i'll try add that to respitories instead.05:43
cafuegodabaR: apache2 has a slightly different config, you'll need to edit /etc/apache2/sites-enabled/default to fix the redirect to the docs that's there.05:43
dabaRcafuego: I just want it to serve files from /var/www is all.05:43
dooglusgrshpr: I'm pretty sure that xubuntu-desktop is just an empty meta-package anyway.05:44
TokenBadcan anyone help me set up this epson stylus 740 and get it to work..everything I have tried so far hasn't worked05:44
cafuegodabaR; yes, means commenting a directive in the default config.05:44
=== helter [n=adam@61.125.171.2] has joined #ubuntu
cafuegoTokenBad: plug it in, tell CUPS to add it. Done.05:44
TokenBadcafuego, I did that05:44
grshprdooglus: what does that mean?05:44
TokenBadit still don't work05:44
dooglusgrshpr: just install these, and you'll have the same effect: abiword, acpi, acpi-support, acpid, anacron, apmd, bc, bogofilter, cdparanoia, cdrecord, cupsys, cupsys-bsd, cupsys-client, cupsys-driver-gimpprint, dbus-1-utils, dc, doc-debian, dvd+rw-tools, esound, fetchmail, firefox, foomatic-db, foomatic-db-engine, foomatic-db-gimp-print, foomatic-db-hpijs, foomatic-filters, foomatic-filters-ppds, gaim, gqview, graveman, gs-esp, hal, hotkey-setup, hplip-base05:44
dabaRIt seems to just work already.05:44
cafuegodabaR; Did you kill apache 1.3 and start 2.0?05:45
coagcafuego: do i use CUPS to mount a printer that has it's own IP?05:45
dooglusgrshpr: that's the list of packages that xubuntu-desktop brings in05:45
cafuegocoag: I do.05:45
coagalright05:45
coagand graphical tool for htat?05:45
coagany05:45
grshprdooglus: well... i need xfce. :)05:45
dabaRcafuego: ah. I uninstalled apache...05:45
dabaRI have to kill it too?05:45
dabaRheh05:45
cafuegocoag: Yes, System -> Admin -> Printers05:45
grshprdooglus: so, xfce or xfce4?05:45
cafuegodabaR; Well,  not if it's not running05:46
dabaRIt was before I uninstalled it.05:46
dooglusgrshpr: xfce4 is the newer of the two05:46
=== Thunderguy [n=Thunderg@12.213.205.68.cfl.res.rr.com] has left #ubuntu []
dooglusgrshpr: I'd go for that if I was you05:46
=== pc22 [n=buknoy@210.213.219.183] has joined #ubuntu
arod--are there any ebooks for ubuntu? for newbies?05:46
grshprdooglus: ok05:46
TokenBadcafuego, any other ideas?05:46
dabaRwhat should I read?05:47
cafuegoTokenBad: Any chance the printer is broken?05:47
naliotharod--: http://help.ubuntu.com05:47
cafuegoTokenBad: I had two and they both broke05:47
=== Shadowline [n=shadowli@ppp-70-226-82-229.dsl.klmzmi.ameritech.net] has joined #ubuntu
TokenBadcafuego, it was working till put new cartridges in it05:47
=== calc_ [n=ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu
wastreli want to add "associate=0" to my ipw2200 kernel module on boot-  where do i set this?05:47
grshprdooglus: thx m8.05:47
cafuegowastrel: ANy file in /etc/modprobe.d05:48
cafuegowastrel: Add in "options ipw220 associate=0"05:48
dabaRDo I change the /etc/apache2/apache2.conf for making apache serve files from my /var/www dir?05:49
wastrelok added it to /etc/modprobe.d/aliases05:49
wastrelthx05:49
=== bazka16 [n=bazka16@134-43-112.adsl.terra.cl] has joined #ubuntu
Mabus06Can anyone help me to get my webcam to take pictures?05:49
Mabus06I installed what google seemed to point out to be the right drivers, spca5xx05:50
Mabus06It is a usb webcam05:50
=== Atlas [n=atlas@84.5.60.174] has joined #ubuntu
Polandhow do i play .mp3 on this thing05:51
Polandyoull have to excuse me, im new to this since today!05:51
wastrelPoland:  xmms05:51
=== B-166_ER-X [n=oli@c66.110.147-28.clta.globetrotter.net] has joined #ubuntu
Mabus06rhytmbox, Poland05:51
Polandit wont play mp305:51
Polandrhytmbox05:52
Mabus06!mp305:52
ubotump3 is, like, totally, a non-free format. To enable mp3 capability, read https://wiki.ubuntu.com/RestrictedFormats05:52
B-166_ER-Xwhat package do i need to be able to get my photos from my digital cam with Gimp or else ?05:52
Mabus06I don't know, B-166_ER-X, I'd also like to know05:52
B-166_ER-Xhm05:52
grshprB-166_ER-X: none.05:52
Mabus06grshpr, then how is it done?05:53
Polandwhat about .avi?05:53
naliothubotu: tell Poland about mp305:53
B-166_ER-Xi already done it, but formatted since05:53
Polandshould i use vlc?05:53
grshprMabus06: if you are using usb, you should just be able to browse to your files. a new usb-icon should appear on your desktop.05:53
naliothPoland: you have privat messages with info05:53
grshprPoland: xine is good.05:54
grshprPoland: gxine is you use gnome.05:54
B-166_ER-Xgrshpr,  that is, if its not : what do i need05:54
=== KerPlunk [n=KerPlunk@ool-457a6467.dyn.optonline.net] has joined #ubuntu
grshprB-166_ER-X: what do you have?05:54
=== bimberi_ feels lucky, he plugs in the usb cable from his camera and a nice dialog pops up offering to import the photos
B-166_ER-Xa Kodak DC-500005:54
=== axs [n=andrew@c-24-20-137-137.hsd1.or.comcast.net] has joined #ubuntu
KerPlunkWhen new Ubuntu versions are out can you apt-get dist-upgrade to upgrade to them?05:54
KerPlunkAnd will I ever have to reboot?05:54
grshprB-166_ER-X: and what more?05:55
grshprB-166_ER-X: what's the transfer standard?05:55
B-166_ER-XUSB cable05:55
bimberi_KerPlunk: yes and yes (when you get a kernel upgrade)05:55
thrice`KerPlunk: yes; and kernel upgrades require you to reboot in order to take effect05:55
grshprB-166_ER-X: then plug it in the usb and wait for the dialogue (or icon) to pop up on your desktop!05:55
bimberi_KerPlunk: ... which doesn't happen very often05:55
=== ClayG [n=scdsc@c-66-177-234-195.hsd1.fl.comcast.net] has joined #ubuntu
B-166_ER-Xgrshpr,  i Said, that its not working, like it wasnt on my other computer either, i just need to know what is the missing package05:56
=== bimberi_ is now known as bimberi
grshprB-166_ER-X: well... what type of usb is it? do any other usb device work?05:56
=== nitinshantharam [n=nitinsha@dsl081-034-210.lax1.dsl.speakeasy.net] has left #ubuntu []
Polandgxine i should use then? will that play .mpg and .mpeg?05:57
B-166_ER-XYES all other usb worked.05:57
linkdPoland: yes gxine will do that05:57
grshprB-166_ER-X: google is now your best friend.05:57
KerPlunkI tried to compile Network Manager on my debian sid system...all kinds of weird dbus code...beyond my capabilities.05:57
KerPlunkI'm getting pissed because I want Network Manager, heh.05:57
B-166_ER-Xi had help, here, last time05:57
grshprB-166_ER-X: camera name + usb + ubuntu/linux + package -- search words05:58
KerPlunkB-166_ER-X: What do you have plugged in via usb?05:58
=== d__k [n=d__K@dsl081-235-131.lax1.dsl.speakeasy.net] has joined #ubuntu
B-166_ER-Xnothing for 'now, but i have a usb stick wich is auto detected05:58
B-166_ER-Xso that works, jsut, not my kodak DC05:58
KerPlunkB-166_ER-X: I use "usbmount" (apt-get install usbmount) ... it auto mounts my external hdd, usb thumb drives, and camera...all by default.05:58
bimberiKerPlunk: not sure if you're asking, but network-manager is available in ubuntu (universe)05:59
KerPlunkbimberi: I know.05:59
wastrelwhat's network-manager?05:59
bimberiKerPlunk: k :) (thought you might)05:59
B-166_ER-Xstill not working06:00
bimberiubotu tell wastrel about network-manager06:00
=== Goldfisch [n=gregturn@user-0calf26.cable.mindspring.com] has joined #ubuntu
dabaRB-166_ER-X: did you get that drive access fixed?06:00
B-166_ER-Xdabar_  i'm on another computer now..06:01
=== K^Holtz [n=K_Holtz@KIH5005.rh.psu.edu] has joined #ubuntu
B-166_ER-Xthe motherboard is screwed on mine..06:01
=== n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has joined #ubuntu
n0dlwhat was the command to search for a file name was it usrname -r?06:01
bimberin0dl: locate <file>06:02
TokenBadI went through cups and added my printer, epson stylus 740, but for some reason it will not work...the test print acts like printing but nothing on page, or it just sits there and does nothing.....06:02
Polandhow do i get gxine?06:02
Polandthru terminal?06:02
Polanddoes anyone know how to d/l .nzb files for this?06:02
=== bulio [n=bulio@toronto-HSE-ppp4051204.sympatico.ca] has joined #ubuntu
buliowarty works!06:03
bimberiPoland: sudo aptitude install gxine (once you've enabled the universe repository)06:03
buliobut on boot I get 3 things about re-loading panels due to problems06:03
bulioI click ok06:03
bulioI mean Breezy06:03
B-166_ER-Xany1 knwos how to acess a Kodak Digital camera on ubuntu ?06:03
=== tvon [n=tvon@dsl093-056-214.blt1.dsl.speakeasy.net] has joined #ubuntu
TokenBadpoland06:03
dabaRI am refusing connections on port 80. When I try starting apache2 with invoke-rc.d or with /etc/init.d/apache2 I get no output.06:03
TokenBadnzb can be gotten with um06:04
bimberiPoland: i think klibido can work with .nzb files06:04
TokenBadklibido06:04
TokenBadyep06:04
bulioany idea what it might be?06:04
=== nomasteryoda [n=nmyoda@ip24-252-193-86.mc.at.cox.net] has joined #ubuntu
=== n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has left #ubuntu []
Polandbut klibido doesnt work with mac does it06:04
Polandi have a mac06:04
=== chemisus [n=chemisus@pcp09463696pcs.ctftmy01.fl.comcast.net] has joined #ubuntu
TokenBadif your running ubuntu it should work06:04
=== bimberi stops looking for "um" :P
Polandand really need to start d/l .nzb's06:04
=== tvon [n=tvon@dsl093-056-214.blt1.dsl.speakeasy.net] has left #ubuntu []
TokenBadI would do apt-get install klibido06:05
buliohow can I tell what ubuntu version I'm running?06:05
bimberibulio: lsb_release -a06:05
=== xandrix_ [n=xandrix@dsl-132-32.aei.ca] has joined #ubuntu
xandrix_i have a problem with my lilo splash screen06:05
chemisuswhats the bare minimum ram required by unbuntu badger version?06:05
buliosays I'm running hoary06:06
buliobut I upgrded to breezy06:06
bulioodd06:06
bulioI did apt-get dist-upgrade06:06
=== B-166_ER-X [n=oli@c66.110.147-28.clta.globetrotter.net] has joined #ubuntu
xandrix_i use cofee.bmp i hve the right config for it but when i come to boot the pc i see no delay no efault lilo menu all i see is its written lilo 22.6.1 and no prompt nothing and after the timeout i set is done it just boots linux and i cannt chose my other os06:06
bimberichemisus: 128MB (for Gnome)  I would say - there are other options for less RAM, like Xubuntu06:06
=== cyphase [n=cyphase@69.106.49.211] has joined #ubuntu
B-166_ER-Xi installed gphoto2, but gimp still doesnt show any option for digital photos06:07
=== leather_n_luv [n=josh@dialup-4.227.204.134.Dial1.Denver1.Level3.net] has joined #ubuntu
durt64mb works with gnome but it is REALLY slow06:07
xandrix_wold this be easier with grub ?????06:07
leather_n_luvhow do you make a bootable cd?06:07
=== rohan [n=rohan@unaffiliated/dabonbon/x-000000001] has joined #ubuntu
dabaRB-166_ER-X: You just plug it in, and it should work.06:08
rohannalioth: ok, now i am on many channel06:08
B-166_ER-Xwell, it DOESNT06:09
naliothrohan: so i see06:09
xandrix_you use iso linux and u read a bit06:09
B-166_ER-X..hence my questions06:09
=== ejofee [n=ejofee@195-245-89-185.dtcom.ro] has joined #ubuntu
ejofeeanything new about silc?06:09
xandrix_does anyone here06:09
xandrix_have lilo with a splashscreen ?06:10
=== tris622ph [n=tris622p@203.87.185.210] has joined #ubuntu
=== rohan [n=rohan@unaffiliated/dabonbon/x-000000001] has left #ubuntu []
TokenBadI just don't understand this printer stuff06:10
=== jcole [n=jcole@108.sub-70-199-188.myvzw.com] has joined #ubuntu
=== Mabus06 [n=Nick@hlfxns0149w-142177138225.ns.aliant.net] has joined #ubuntu
buliodoes this mean ubuntu has upgraded?06:10
buliohttp://pastebin.com/46332606:10
=== Ej25goddess [n=puppy@sjs-130-65-212-126.sjsu.edu] has joined #ubuntu
xandrix_and another thing on my pc i would see a nce little loading bar n the screen but on my laptop i see the default kernel messages06:10
xandrix_would this be a frame buffer issue ?06:11
bulioanoyne?06:11
orkin\awill somebody give me a solution to the extreme sluggishness of ubuntu?06:12
Ej25goddessI would love to, but I have no idea what I am doing with it either :)06:12
alekzhi, anyone has a video ipod here that can help me ?06:12
ejofeexandrix_: i think you should adjust resolution from /etc/lilo.conf06:12
=== tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu
holy_cowlilo?06:13
Ej25goddessI have been having issues with ubuntu thinking I have two wifi cards, and picking the one that doesnt exsist on startup06:13
holy_cowwtf?06:13
xandrix_kk06:13
Ej25goddessSo I always have to go into the network settings and select the other and actiivate it06:13
Mabus06How do I take pictures with my webcam06:13
Ej25goddessdoes anyone have an idea on how I can make it work all the time/06:13
sethkEj25goddess, only once.  the configuration is saved06:13
sethkEj25goddess, if it is active at shutdown, it will be activated on boot06:14
ejofeeany silc user here?06:14
=== chaumurky [n=mainacco@203-214-141-96.perm.iinet.net.au] has joined #ubuntu
orkin\aI would be so happy if I could get ubuntu to process at speedds even close to windows06:14
Ej25goddesswell, it keeps going into the wrong one when it boots :(06:14
quackerejofee, I enjoy the feel of silk on my *ahem* intimate parts...  =P06:14
sethkorkin, to process what?  It is faster for some things, slower for others06:14
Ej25goddessany ideas?06:14
xandrix_brb06:15
chaumurkywhat's up Ej25goddess?06:15
sethkEj25goddess, I just checked on my machine here with two cards.  The state at shutdown is recreated at boot.06:15
holy_coworkin, how is it sluggish?06:15
orkin\ait's just slower overall, it takes time to get out of screen saver mode, it takes time for the menu to popup when i click up top, iot takes time to switch to different windows, it takes loads of time to run an application06:15
leather_n_luvis anyone here familiar with the creation of bootable cd's?06:15
sethkEj25goddess, I'm not sure what you might mean by "wrong", but the behavior I see is consistent and sensible.06:15
=== DuoMaxwell [n=DuoMaxwe@nwblwi2-l10-811.nwblwi.tds.net] has joined #ubuntu
sethkorkin, sounds like you have a video card for which there is no optimized X server.06:16
holy_cowor you are runing on like 12 megs ram and are paging all to hell06:16
sethkorkin, then it goes into a svga compatible mode that is very slow06:16
B-166_ER-Xwhats the command to list connected usb devices ?06:16
bimberibulio: pastebin your sources.list06:16
=== navreet [n=navreet@OSH-NAT-213-26.onshore.net] has joined #ubuntu
orkin\aahh06:16
navreetman... after the linus post on /. today, I decided to check out KDE06:16
sethkB-166_ER-X, lsusb06:17
navreets0 br0k3n06:17
orkin\ahow do i get an optimized x server for my video card?06:17
wastrelsounds like your hardware accel isn't working06:17
Ej25goddessessentially chaumurky, my ubuntu network settinigs keep resetting themselves06:17
Ej25goddessit detects two "wireless connections"06:17
sethknavreet, depends on the distro06:17
Ej25goddesswhen there is only one06:17
Ej25goddessthey area called eth0 and eth106:17
wastreldo glxinfo| grep direct06:17
B-166_ER-Xalso, when running gphoto2 from terminal with get all files, it jsut get 2 photos then says : Please make sure there is sufficient quoting around the arguments.06:17
B-166_ER-X06:17
sethkEj25goddess, that's probably just ipv4 and ivp606:17
Ej25goddessit automatically boots usisng eth006:17
navreetsethk, (I am talking about Ubuntu... and by being broken, I am talking about relativeness)06:17
sethkEj25goddess, you are doing a network boot?06:17
Ej25goddessand I have to go into the settings and select eth1 and activate iit each time06:17
chaumurkyahh, the wireless setup. out of my league on that. not doing very well am I? hehe.06:18
Ej25goddessno I iama nont06:18
sethkEj25goddess, then it doesn't boot "using" anything06:18
=== Slackwise [n=lance@68-186-27-184.dhcp.astr.or.charter.com] has joined #ubuntu
=== chaumurky goes and checks /.
Ej25goddesswhen it boots, thats the connection it is trying to use06:18
orkin\asethk, how do you suggest I solve this problem?06:18
sethkorkin, which video card are you using?06:18
Ej25goddessI want it to use the other one, since thats the one that works :D06:18
=== Qiang [n=Qiang@CPE00112f93a8b1-CM00003964ca63.cpe.net.cable.rogers.com] has joined #ubuntu
orkin\ajust a secomd l;et me go get o nthe linux comp06:18
orkin\ait wil ltake longer than a second it wil ltake foreevver06:19
bimberiEj25goddess: something to try - see if you can determine which module is loaded for the wrong device (dmesg|grep eth) and add that module to /etc/hotplug/blacklist06:19
sethkEj25goddess, I would make eth0 into eth1, and eth1 into eth0.  It's a little tricky but it can be done06:19
Ej25goddesshow would I go about doing that06:19
navreetsethk, I couldn't find kcontrol in the menu... artsd was taking up 99% CPU, etc.06:19
Ej25goddessI have a lot of windows experience, but almost no linux knowledge06:19
=== txberiu [n=tga@S0106000f66aeaf64.vs.shawcable.net] has joined #ubuntu
=== zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu
sethknavreet, that's odd.  I've run KDE with ubuntu, and I see only a small problem with a couple of fonts06:19
txberiuhey.. my Gnome won't start anymore and deleting all .ICE files didn't help.. any ideas what I can do?06:20
=== grassh [n=grshpr@ip70-178-191-151.ma.dl.cox.net] has joined #ubuntu
sethknavreet, artsd takes less than 1% cpu06:20
dabaRtxberiu: what error do you get?06:20
=== atrolinux [n=atrophic@12-216-45-63.client.mchsi.com] has joined #ubuntu
=== Qiang [n=Qiang@CPE00112f93a8b1-CM00003964ca63.cpe.net.cable.rogers.com] has left #ubuntu ["Leaving"]
sethknavreet, so for some reason your KDE setup isn't right.06:20
orkin`ok, now I'm on ubuntu talking to you through x-chat06:20
grasshi just installed xfce4 through synaptic... how do I enable it?06:20
atrolinuxis there a gui for subversion that'll work on ubuntu?06:20
sethkorkin, ok, I asked what video card you have06:20
Ej25goddessmy other quesstion, is swhy my mouse is being goofy06:21
wastrelorkin:  do glxinfo | grep direct06:21
Ej25goddessif move the pointer across the screen06:21
Ej25goddessit moves slowly06:21
Ej25goddesspauses06:21
Ej25goddessthen continues06:21
Ej25goddesseven if I have a constant movement06:21
txberiudabaR: _IceTransTransNoListen: unable to find transport: tcp06:21
txberiudabaR: lots of _IceTrans stuff06:21
sethkEj25goddess, either IRQ Problems or the wrong driver for your mouse06:21
orkindirect rendering: Yes06:22
bimberiEj25goddess: clean the wheels that run against the ball (i bet you'll say it's optical :P )06:22
dabaRtxberiu: in a dialog box after you try logging in?06:22
Ej25goddessits a laptop06:22
Ej25goddess:)06:22
=== Kyral [n=kyral@hamlin-166-21999.hamlin.clarkson.edu] has joined #ubuntu
grasshi just installed xfce4 through synaptic... how do I enable it? (sry for repeat)06:22
txberiudabaR: no, after I log in I get a blank screen and the mouse.. I tried running gnome-session by hand and that's when I get the ICE errors06:22
Ej25goddessgood try though :)06:22
cdubyagrassh, when you login, select session, then xfce06:23
bimberiEj25goddess: i thought it was quite lateral :)06:23
sethkorkin, you should also consider a lower resource desktop, such as fluxbox (there are others as well)06:23
grasshcdubya: ok thx06:23
cdubyanp06:23
=== Slackwise [n=lance@68-186-27-184.dhcp.astr.or.charter.com] has joined #ubuntu
=== simonvallore [n=simonval@adsl-70-241-54-45.dsl.tulsok.swbell.net] has joined #ubuntu
orkini like ubuntu and i know it can run faster on my system just please help[ me figure it out06:23
=== jgrieves [n=jgrieves@cpe-66-25-129-237.austin.res.rr.com] has joined #ubuntu
simonvalloreDoes anyone know how i can see who is connected to my vnc and disconnect them ?06:24
dabaRtxberiu: try deleting everything in your /tmp folder. Something like sudo rm -r /tmp/* you may get errors about permissions after, let me know. But, I am not 100% sure it will work, but if you dont find a better solution, try that.06:24
txberiudabaR: already tried it, didn't help06:24
orkinhow do i find out what video card I have06:24
orkinor it detects atleast06:25
=== regeya [n=shane@dialup-4.159.180.101.Dial1.Chicago1.Level3.net] has joined #ubuntu
dabaRWhy is my apache2 not restarting itself?06:25
txberiudabaR: I had to restart gdm to get it working but Gnome still wouldn't start06:25
coaganyone good with dual monitors here, i have a questionf or you, i have the dual monitors set up in X and working, to some extent, how do i make it so X is running on one monitor and CLI in the other?06:25
holy_coworkin, what sort of system are you running that on?  how much ram?06:25
dabaRtxberiu: tried deleting some folders under ~/.gnome(ish)06:25
orkina dell06:25
orkinpentium 406:25
txberiudabaR: I was hoping not to lose my settings06:25
=== regeya laughs at linus's latest rant
orkin256mb i htink06:25
cdubyaheh06:25
orkinhow do I find out my ram?06:25
cdubyayeah, it was kinda funny06:26
txberiudabaR: I get the same thing for a new user with no .gnome dires06:26
holy_cowah okay just curious, i'veonly seen that on old laptops with 32 megs of ram or less06:26
dabaRtxberiu: ok, then.06:26
holy_cowthen he is right it must be a vid card issue06:26
orkinhow do i resolve it06:26
=== ClayG [n=scdsc@c-66-177-234-195.hsd1.fl.comcast.net] has joined #ubuntu
cdubyaorkin, the video is prolly onboard, yeah?06:26
B-166_ER-Xi installed gphoto2, but gimp still doesnt show any option for digital photos, and it makes an error when trying gphoto2 in terminal,m any1 knows how to work this ?06:26
holy_cowwell you need to make sure you have the right drivers installed for your vid card, what kind of video card do you have?06:27
orkinyea06:27
cdubyayuck, and lemme guess, and intel integrated....something or other06:27
coagi have the dual monitors set up in X and working, to some extent, how do i make it so X is running on one monitor and CLI in the other?06:27
orkinidk, htf do i find out06:27
orkin?06:27
holy_cowB-166_ER-X, what does gimp haveto do with gphoto2? isn't gphoto2 a standalone app?06:27
txberiudabaR: other ideas?06:27
simonvalloreDoes anyone know how i can see who is connected to my vnc and disconnect them ?06:27
calc_regeya: jdub's take on his blog seems pretty good06:27
txberiuhow can I uninstall gnome? does it all depend on a lib or something?06:28
B-166_ER-Xholy_cow,  you can technically, use Gimp to get your photos,06:28
holy_cowwith gphoto?06:28
B-166_ER-Xalready done it on another pc06:28
=== bronson [n=bronson@pool-68-160-51-248.bos.east.verizon.net] has joined #ubuntu
holy_cowwhy would you do that?06:28
=== mattyv [n=matt@220-253-26-50.VIC.netspace.net.au] has joined #ubuntu
holy_cowwhy not install gtkcam and download the images and then use gimp to edit?06:28
B-166_ER-Xdang.   doenst matter06:28
dabaRtxberiu: no, not really.06:28
B-166_ER-Xeven Gphoto doenst work now06:28
cdubyaorkin, what version of ubuntu?06:28
=== Penguin_ [i=penguin@penguin.thezooclan.com] has joined #ubuntu
orkin5.1006:28
frogzooB-166_ER-X: can you script gimp? like, to convert bmp to jpeg, for instance?06:29
cdubyaorkin, System > Administration > Device Manager06:29
=== barosl^win [i=barosl@222.99.186.24] has joined #ubuntu
B-166_ER-Xdont know06:29
cdubyaorkin, what does it report for video06:29
holy_cowB-166_ER-X, what are you trying to do exactly?06:29
=== coag :<
coagI guess all the helpers are a bit busy right now06:29
B-166_ER-XI' Trying to GET my %$&$%? pictures of my kodak DC , by usb cable, but it does NOT detect it, and gphoto have an error, altough, a lusb list the kodak dc-500006:30
cdubyacoag, sorry no help here06:30
orkini cant find the video06:30
thrice`run top, px aus...see anything stealing a bunch of memory / cpu?06:30
coagcdubya: well of course there is!06:30
coagcdubya: just all taken up right now06:30
cdubyacoag, I meant from me...sorry.06:30
TokenBadI went through cups and added my printer, epson stylus 740, but for some reason it will not work...the test print acts like printing but nothing on page, or it just sits there and does nothing.....06:30
sethkorkin, do lspci06:30
=== coag sits down in a chair
coagcdubya: oh it's all good06:30
cdubyacoag, plenty of help here.....06:31
cdubyaheh06:31
holy_cowB-166_ER-X, try gtkam06:31
B-166_ER-Xjust did it06:31
B-166_ER-Xdoes not show photos06:31
holy_cowah06:31
holy_cowis yoru cam supported?06:32
cdubyaorkin, mine's listed quite a ways down....past the audio, controllers, etc......06:32
=== holy_cow is now known as holycow
B-166_ER-Xwell, i have been able to acess them on another ubuntu breezy PC06:32
B-166_ER-Xbut for now, the motherboard of the other pc is screwed..so..06:32
=== onfire_nux [n=onfire_n@188.192.118.70.cfl.res.rr.com] has joined #ubuntu
=== holy_cow [n=a@mail.wjsgroup.com] has joined #ubuntu
holycowah ... :/ not sure how much that has to do with ubuntu ...06:32
dabaRweird. apache2 is not supposed to be ran as root, is it?06:33
=== dle-- [n=dle@toronto-HSE-ppp3964398.sympatico.ca] has joined #Ubuntu
B-166_ER-XBus 001 Device 004: ID 040a:0131 Kodak Co. DC-500006:33
B-166_ER-Xits there..06:33
B-166_ER-Xbut not quite06:33
XenguydabaR: that sounds odd indeed06:33
dle--hi Xenguy.06:33
txberiuso what lib can I remove to uninstall gnome?06:33
dabaRit is under /usr/sbin06:33
Xenguydle--: still up then?  :-)06:33
orkin0000:00:02.0 VGA compatible controller: Intel Corp. 82845G/GL[Brookdale-G] /GE Chipset Integrated Graphics Device (rev 03)06:33
orkinis that it06:33
dle--oh yes.06:33
dabaRor some other program is anyhow, apachectl.06:34
=== kkathman [n=kkathman@h-66-167-142-164.dllatx37.dynamic.covad.net] has joined #ubuntu
cdubyaorkin, sounds like the right one.....06:34
simonvalloreDoes anyone know how i can see who is connected to my vnc and disconnect them ?06:34
B-166_ER-Xholy_cow,  i knwo it CAN work, but i dont understand the errors message06:34
quackerB-166_ER-X, does you camera have removeable media?06:34
orkinok now how do i fix it06:34
dle--Xenguy: I'm fooling around w/ the latest Opera.  Includes IRC now. Quite impresive overall, too.06:34
=== jbernal [n=jbernal@ip68-227-244-56.ph.ph.cox.net] has joined #ubuntu
B-166_ER-Xhm, yes, flash card06:34
simonvallore!seen simonvallore06:34
ubotusimonvallore is currently on #ubuntu (11m 3s)06:34
B-166_ER-Xquacker06:34
simonvallore!seen ubotu06:34
ubotui haven't seen 'ubotu', simonvallore06:34
coagcdubya: google turned up something that smashed my hopes06:34
cdubyaorkin, one of the guys more video savvy prolly ought to help......06:35
cdubyacoag, bummer.06:35
quackerIf so, you can do what I do and mount the media (in my case  compact flash card) and then decode with dcraw06:35
Xenguydle--: I of course hate Opera ;-)06:35
cdubyasorry to hear that06:35
coagcdubya: http://www.nvnews.net/vbulletin/archive/index.php/t-751.html06:35
B-166_ER-XPlease make sure there is sufficient quoting around the arguments.06:35
=== sudhir [n=sud@221-128-148-140.exatt.net] has joined #ubuntu
quackerB-166_ER-X,  You will need to copy the partition first06:35
Xenguydle--: altho I respect it technically06:35
B-166_ER-Xhee06:35
B-166_ER-Xlooks kind -too- complicated06:35
orkinsethk, 0000:00:02.0 VGA compatible controller: Intel Corp. 82845G/GL[Brookdale-G] /GE Chipset Integrated Graphics Device (rev 03) is my card06:35
dle--Xenguy: Well, it has some licensing problems. ;)  But yes, technically it does many things rather well.06:35
simonvalloreDoes anyone know how i can see who is connected to my vnc and disconnect them ?06:35
=== mojo [n=mojo@220-244-248-54.tpgi.com.au] has joined #ubuntu
Xenguydle--: unless they just went open-source recently, and I didn't hear about it :-)06:36
cdubyacoag, sorry to hear that.06:36
quackerthen you convert the files a few at a time from .RAW format using dcraw (too many and you may hang your machine as decoding is CPU intensive)06:36
coagcdubya: thanks for being sympathetic :)06:36
atrolinuxis there anything that provides for ubuntu what tortoisesvn does for windows?06:36
=== Atlas [n=atlas@84.5.60.174] has joined #ubuntu
=== sabmann [n=sabmann@dsl123-8.fastxdsl.nl] has joined #ubuntu
techrushi ran easy ubuntu to try to setup my 3d card.....now my keyboard is all messed up and i cant login to try to fix it becuase i dont havea u key.....plz help06:37
durtyes opera is good06:37
dabaRI mean, do I run apachectl as root? It worked that way, and did not when I used no root.06:37
=== java_4_ever [n=kwunderl@d53-64-50-242.nap.wideopenwest.com] has joined #ubuntu
techrushi must have picked the wrong KB config06:37
=== java_4_ever [n=kwunderl@d53-64-50-242.nap.wideopenwest.com] has left #ubuntu ["Leaving"]
techrushnow my u key makes a 406:37
techrush:(06:37
Xenguydle--: all browsers have been pissing me off recently actually -- I'm actually contemplating just rampage re-installing :P06:37
txberiuapt-get remove libgnome2-common whee06:38
Khisanthtechrush: sounds like you hit numlock06:38
=== Atlas is now known as Atlas[
=== Atlas[ is now known as Atlas[otaff]
orkinhwo knows how to make video cards stop making my system slow?06:38
techrushmy laptop doesnt have a numlock06:38
Khisanthat least that would be the case on this (laptop)keyboard :)06:38
tritiumatrolinux: not sure that that does...try apt-cache search subversion, and look for something similar06:38
B-166_ER-Xquacker, theres gotta be a simpler way, i am able to get the 3 first pics, then it stopp06:38
nevynbob2: no joy :(06:38
atrolinuxtritium, been doing that, was hoping somebody would have a solution handy06:38
Xenguydle--: but migration is a hassle; still has to been done sometimes06:38
techrushi did select the option on easy ubuntu to turn numlock on on boot06:38
techrushhow do i turn it off06:38
techrush:(06:38
nevynI might try a x86 kernel 60% performance boost for the second cpu > 30% performance boost for amd6406:39
quackerB-166_ER-X, sorry, that's how I do it with an Olympus E-300 that's all I know06:39
bimberisimonvallore: "ps aux | grep vnc" find out which display it is (eg. :2), then "sudo vncserver -kill :2"06:39
simonvallorehow do i kill a connection06:39
simonvallorei got the netstat on it06:39
=== ardchoille [n=ardchoil@unaffiliated/ardchoille] has joined #ubuntu
Khisanthtechrush: you could rerun the program and turn that option off06:39
Xenguysimonvallore: kill -906:39
=== DrZaiusX11 is now known as DrZaiusX11|afk
=== wuming [n=myhusky@host66146157c0.dsl.res.tor.fcibroadband.com] has joined #Ubuntu
techrushKhisanth: i cant run any programs becausxe i cant login06:40
orkincan anyone helpo me with my video card06:40
techrushKhisanth: i need the U key because its in my user name techrUsh06:40
techrush:(06:40
wumingwhere does ubuntu better than debian06:40
bimberisimonvallore: the sudo vncserver -kill :<display> shoulk kill the connection06:40
Khisanthhrm06:40
techrushi can see this light on my laptop that indicates numlock is on06:41
bimberi*shoud06:41
techrushtheir must be a way to disable it06:41
bimberibah06:41
Xenguywuming: my KISS formula says Ubu/desktop and Deb/server :-)06:41
calc_wuming: desktop integration06:41
=== dderr [n=dderr@cpe-70-112-24-97.austin.res.rr.com] has joined #ubuntu
Khisanthyou could log in from the console06:41
techrushi cant login06:42
=== newbc [n=michael@67.163.61.119] has joined #ubuntu
Khisanthtechrush: it has a light for it but no key?!06:42
techrushyes06:42
Siph0nis there any way to see which packages take up the most space?06:42
newbcanyone know if linux has a divx codec06:42
Khisanththat is a very odd keyboard06:42
newbcsorry ubuntu06:42
bimberi!degian06:42
ubotubimberi: Do they come in packets of five?06:42
bimberi!debian06:42
ubotuDebian is "the rock upon which Ubuntu is founded"; see http://www.debian.org Thank You Ian and DEBra Murdock! 1994 Vers. 0.9.  Debian and Ubuntu http://www.ubuntu.com/ubuntu/relationship/06:42
=== TraceGreen [n=Trace@61.149.152.194] has joined #ubuntu
Khisanthnewbc: mplayer should work06:42
newbck06:42
newbcthanks06:42
techrushoh wait06:43
techrushi found the key!06:43
techrushphgewwwww06:43
dderrcan I comment out the cdrom line from apts sources.list file w/out suffering?06:43
naliothdderr: of course you can.06:43
techrushi was being dumb sorry for bothering you guys06:43
dderrI would like ubuntu to quit asking me for a cdrom06:43
bimberidderr: yes, that's fine06:43
orkinplz does anyoine know how I can stop my video card from making my 3whole system slow?06:43
techrushwas scary for a moment though :)06:43
=== focker [n=fbomb@c-67-171-141-83.hsd1.or.comcast.net] has joined #ubuntu
=== SDPlissken [n=sd@pool-71-249-12-107.nycmny.east.verizon.net] has joined #ubuntu
jbroomedderr: yes, go ahead06:44
dderrthx for the help06:44
=== auk [n=scott@h-69-3-181-231.lsanca54.dynamic.covad.net] has joined #ubuntu
bimberidderr: it's a good idea if bandwidth isn't an issue for you :)06:44
=== jmworx [n=jmworx@adsl-58-119.swiftdsl.com.au] has joined #ubuntu
=== cdubya [n=chris@ppp-69-148-166-160.dsl.ksc2mo.swbell.net] has left #ubuntu []
WebMavenorkin: it may involve using nipple clamps and holy water.06:44
simonvalloreis there a way i can view my connections and kill them ?06:44
=== sexcopter8000m [n=james@dslb-082-083-196-135.pools.arcor-ip.net] has joined #ubuntu
orkinok06:45
Xenguysimonvallore: netstat or lsof06:45
Siph0nif i use Gnome, can i uninstall nething to do with KDE? like kdesktop?06:45
Xenguysimonvallore: 'slay' will kill a particular User06:45
=== benplaut [n=benplaut@cpe-70-95-146-177.hawaii.res.rr.com] has joined #ubuntu
=== xvlun [n=Jan@dslc-213-023-131-208.pools.arcor-ip.net] has joined #ubuntu
newbcanyone know a good divx player besides mplayer, cuz for some reason i cant install it from the add applications menu06:46
navreetnewbc, gxine06:47
newbcok06:47
techrushvlc06:47
coagvlc06:47
jbroomevlc06:47
=== mitey [n=ubuntu@ip24-255-220-238.ks.ks.cox.net] has joined #ubuntu
=== cyphase [n=cyphase@69.106.49.211] has joined #ubuntu
simonvallorewtf is lsof06:47
=== wastrel [n=wastrel@dsl254-127-242.nyc1.dsl.speakeasy.net] has left #ubuntu ["Leaving"]
thrice`simonvallore: it'll list processes using stuff....say lsof /dev/dsp will tell ya what's using /dev/dsp06:48
newbck cool installing vlc right now06:48
newbcthanks guys06:48
=== RRubin [n=rubin@CPE-65-29-27-71.mn.res.rr.com] has joined #ubuntu
thrice`will vlc do .mov?06:48
=== jcole [n=jcole@108.sub-70-199-188.myvzw.com] has left #ubuntu ["Leaving"]
dabaRw32codecs will06:48
simonvalloreno i mean a remote connection is there anything to view them and kill them06:48
bimberiSiph0n: uninstalling libqt3-mt will take out anything KDE.  although that will include things like k3b (in case that's important to you)06:48
=== mattyv [n=vickm78@220-253-26-50.VIC.netspace.net.au] has joined #ubuntu
dderrso is it ok if i just uncomment all the lines w/ universe in my source.list also?06:49
=== bur[n] er [n=burner@c-67-173-243-73.hsd1.co.comcast.net] has joined #ubuntu
bur[n] eranyone have a vmware player .deb?06:49
dderri keep screwing up apt, that is why i am asking.06:49
=== sam_ [n=sam@h10.68.29.71.ip.alltel.net] has joined #ubuntu
thrice`will vlc recognize w32codecs?06:50
Xenguysimonvallore: I believe I know what you meant; tried netstat?06:50
bur[n] erthrice`: vlc uses its own libs afaik06:50
=== sam_ [n=sam@h10.68.29.71.ip.alltel.net] has left #ubuntu ["Leaving"]
thrice`so, vlc wont' integrate to play apple trailers eh?06:50
Siph0nlol not that, but i noticed klibido would also go off which i use06:51
=== xandrix_ [n=xandrix@dsl-132-32.aei.ca] has joined #ubuntu
=== mirkom [i=mirkoma@ppp56-wifi.my-its.net] has joined #ubuntu
xandrix_howdo i get the default boo splash to work it works by default on my pc but not on my laptop06:51
=== Mr_Smiley [n=smiley@58.160.196.172] has joined #ubuntu
techrushthier is a mozilla-vlc plugin in the repos06:52
techrushi havent tried it yet though06:52
xandrix_*boot06:52
=== nicholaspaul [n=nicholas@d198-53-138-13.abhsia.telus.net] has joined #ubuntu
=== CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu
CaptainMorganhow do I put aramark on my comp...it's not listed in the synpatic06:52
=== thrice` wants SOMEONE to confirm that apple trailers work =|
thrice`pref. without mplayer06:53
nicholaspaulI'm planning on Dual booting Dapper with an existing Hoary install... is there anything I should do before I just install dapper from a CD????06:53
bimberiSiph0n: you can always reinstall klibido afterwards (a bit inefficient i know but probably the easiest way)06:53
xandrix_anyone know how i can get the default boot splash to work in ubuntu it works on my pc but not on my laptop06:54
techrushthrice ive  gotten them working in another distro...with mplayer06:54
=== viscount [n=viscount@h24-207-81-66.cst.dccnet.com] has joined #ubuntu
thrice`me too06:54
Siph0nnah, got enough space, was just curious really06:54
viscountwhat is the command to switch the default from kdm to gdm?06:54
nicholaspaulany dual boot fiends in here?06:55
xandrix_thrice`, do you have the boot splash the default one working ?06:55
=== cyphase_ [n=cyphase@69.106.49.211] has joined #ubuntu
Siph0nEVERY time i try dual boot my computer gets messed up.. no matter what other OS...06:55
coagnicholaspaul: >.> whose asking?06:55
nicholaspaulcoag me!06:55
coagnicholaspaul: i06:56
nicholaspaulcoag i want to dual boot hoary and dapper.06:56
coag'm a dual boot fiend06:56
coagdapper?06:56
nicholaspaul:-)06:56
naliothnicholaspaul: are you causing trouble in here?06:56
nicholaspaulcoag yea06:56
xandrix_i need a boot splash friend :(06:56
coagnicholaspaul: what would dapper be?06:56
nicholaspaulNALIOTH... found me...!! hehe! just asking some Ubuntuesqe questions06:56
nicholaspaulnalioth hows things nalioth ?06:56
=== robotgeek_away is now known as robotgeek
=== neeja [n=neeja@CPE-147-10-218-195.nsw.bigpond.net.au] has joined #ubuntu
nicholaspaulcoag, dapper is the new Ubuntu (in development). The one after Hoary.06:57
naliothnicholaspaul: things are looking up, you can ask me in06:57
=== calc [n=ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu
coagnicholaspaul: what would dapper be?06:57
=== cyphase_ is now known as cyphase
thrice`!dapper06:57
ubotuThe 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake06:57
nicholaspaulcoag - Dapper is the NEW Ubuntu06:57
nicholaspaulthanks thrice06:57
viscountnicholaspaul: i believe breezy is the new stable version of ubuntu06:57
Xenguyviscount: yes06:58
nicholaspaulviscount - yes, but dapper is the new developing breed.06:58
=== JL0gik [n=Trohaan@ip193.80.78.64.suscom.net] has joined #ubuntu
viscountHoary(old) => Breezy (stable) => Dapper (developer)06:58
xandrix_god how the hell do i get this damn default bootsplash to work lol06:59
coagviscount: thank you06:59
cyphasei need help before my X server crashes again.. why wouldn't my ATI Radeon 9250 be working in ubuntu?06:59
nevynthat's a good question06:59
cyphase3D or now06:59
bur[n] er!ati06:59
ubotumethinks ati is at https://wiki.ubuntu.com/BinaryDriverHowto/ATI or http://www.ubuntuforums.org/showthread.php?t=24557&page=1&pp=1006:59
nevynI have the same problem06:59
cyphasenot*06:59
viscountXandriX: what do you mean?06:59
coagnicholaspaul: look into Grub06:59
nicholaspaulcoag - so have you dual booted with difft distros ? I've only done it with difft OS's06:59
nicholaspaulso i need Grub first?06:59
coagnicholaspaul: yes06:59
dderrdoes anyone have a history of screwing up dselect or apt. it seems by the time my nvidia drives are installed i've managed to screw everything up06:59
coagnicholaspaul: and the entries in gurb for the two kernels should be really similar07:00
coagjsut pointing to different kernels07:00
xandrix_so no one knows ...07:00
=== jessemans [n=jesse@ppp-69-213-249-119.dsl.dytnoh.ameritech.net] has joined #ubuntu
coagxandrix_: questions scroll up fast in here :/07:00
dderrnot sure what i am doing either..07:00
nicholaspaulso  after installing grub, the new install should set it up itself?07:00
nicholaspaulcoag?07:00
bur[n] erxandrix_: it doesn't "just work" ??  are you upgrading from hoary?07:00
sethkdderr, it isn't too hard to screw up if you know how.07:00
coagnicholaspaul: umm07:00
xandrix_bur[n] er, i installed a fresh copy of hoarty07:00
xandrix_*hoary07:00
xandrix_eek breezy07:01
bur[n] erxandrix_: u have usplash?07:01
xandrix_typo07:01
coagnicholaspaul: im not sure, i've never installed ubuntu without a bootloader07:01
xandrix_yeah i do have usplash and i ment breezy :S07:01
coagbut i ahve setup grub before i don't think it will do it automagically07:01
nicholaspaulwhen i installed ubuntu over OSX i just installed it, and it setup yaboot itself.07:01
dderrsethk: I screwed it up and reinstalled 3 times now07:01
bur[n] erxandrix_: no idea... always "just worked" here07:01
coagi have no clue what yaboot is but im assuming it's a boot laoder07:01
coag!yaboot07:01
ubotucoag: What?07:01
coagok07:01
xandrix_yeah but bur[n] er do you use lilo or grub07:01
viscountanyone know how to change the default boot manager?07:01
tritiumdderr: don't even bother with dselect07:02
bur[n] erxandrix_: grub07:02
xandrix_see i use lilo07:02
coagviscount: install a different one07:02
bur[n] erxandrix_: use grub07:02
xandrix_and i need to get it to work with lilo07:02
bur[n] er;)07:02
dderrtritium : should i use synaptic?07:02
bur[n] erxandrix_: why?07:02
bur[n] ergrub > lilo07:02
tritiumdderr: are you using ubuntu, or debian?07:02
xandrix_no im not using grub ive used lilo for 3 years got useto its syntax and its nice bootmenu im not using grub07:02
xandrix_and no grub sucks imo07:02
dderrubuntu07:02
nicholaspaulthx for the pointers coag07:02
coagnicholaspaul: no problemo07:02
viscountcoag: no, i have two installed already, right now I am using kdm, i want to switch it to gdm.07:02
bur[n] ergrub can edit from the menu itself... you need a working booting system for liilo07:02
=== barosl^win [i=barosl@222.99.186.24] has joined #ubuntu
bur[n] erthat alone make grub rule :)07:03
coagviscount: that isn't a bootloader07:03
bur[n] ernot to mention usplash good looking stuff07:03
xandrix_brb gonna test something07:03
bur[n] erxandrix_: just learn to change ;)  grub is better07:03
viscountcoag: sorry, i didnt mean to say boot, i meant to say display,07:03
=== dderr has officially quit using dselect ;)
coagviscount: ok07:03
tritiumdderr: I use aptitude, personally07:03
viscountDoes anyone know how to change the default display manager from kdm to gdm?07:03
bob2remove kdm07:04
bob2install gdm07:04
bob2go have a beer07:04
bur[n] erviscount: sudo dpkg-reconfigure gdm07:04
=== mirkom [i=mirkoma@ppp56-wifi.my-its.net] has left #ubuntu []
=== warreng [n=warren@pcp09125057pcs.arlngt01.va.comcast.net] has left #ubuntu []
coagor edit the X init script07:04
coagthree options right there07:04
coagi like bob2's personally07:04
=== mattyv [n=vickm78@220-253-26-50.VIC.netspace.net.au] has left #ubuntu ["Leaving"]
coagbob2: are those instructions for minors too?07:05
viscountbur[n] er: thanks thats basically what i needed, but i guess bob2 is right i could just remove kdm. Isnt there a text file somewhere i can just edit to change which display manager gets called at boot?07:05
varsendaggerall miners drink beer07:05
=== kkathman [n=kkathman@h-66-167-142-164.dllatx37.dynamic.covad.net] has left #ubuntu ["Konversation]
bob2coag: ginger beer is often an option07:05
=== nicholaspaul loves ginger beer
bur[n] erviscount: dpkg-reconfigure gives a nice lil ncurses thing to just pick one :)07:05
=== MAPD [n=bzzzzz@dna243-249.satp.customers.dnainternet.fi] has joined #ubuntu
bob2varsendagger: do what bur[n] er said then, which edits the file07:05
coagbob2: root beer ytoo07:05
coagnow07:05
varsendaggercoal gold07:05
coagi must knock myself out with various sleeping pills07:05
coagg'nite07:05
bob2I've never actually seen root beer07:06
bob2it sounds like something I'd lubricate my car engine with07:06
bimberibob2: sarsparilla (sp?)07:06
=== sam_ [n=sam@h10.68.29.71.ip.alltel.net] has joined #ubuntu
coagi laughed when i read lubricate07:06
viscountbur[n] er: bob2 thx, done07:06
varsendaggerha root beer that is the perfect linux beer07:06
bur[n] erbimberi: sarsaparilla07:06
jenda_zZzlol07:06
leather_n_luvcan anyone read this?07:06
sam_hello all07:06
jenda_zZzleather_n_luv: yes07:06
txberiuleather_n_luv: no07:06
varsendaggerleather_n_luv, yea07:06
leather_n_luvlol07:06
viscountleather_n_luv: no07:06
coagleather_n_luv: yea07:06
sam_anyone use pyrobot07:06
bur[n] erviscount: you'll have to stop kdm and start gdm too...  sudo invoke-rc.d kdm stop && sudo invoke-rc.d gdm start07:07
bob2cooper's heritage is the perfect * beer07:07
leather_n_luvhow do you make a bootable cd?07:07
varsendaggerwaht is pyrobot?07:07
bob2sam_: way simpler if you just ask your question07:07
bur[n] erleather_n_luv: download .iso and burn it :)07:07
bob2leather_n_luv: to do what?07:07
sam_python interface for a poinner3 robot07:07
viscountbur[n] er: yeah yeah, i'll just reboot07:07
leather_n_luvboot five different floppies...07:07
sam_I need to install pyrobot07:07
bur[n] erviscount: or that... I like my way better ;)07:07
leather_n_luvlong story07:07
XandriXbur[n] er, can i get nice boot menus with grub ? like in lilo u can have sarge.bmp for exemple07:08
sam_cna seem to do it using ubuntu07:08
bur[n] erXandriX: sure can07:08
bob2leather_n_luv: then man mkisofs, el torito is your keyword07:08
bur[n] erXandriX: i have a nice lil pic of me snowboarding :)07:08
CaptainMorganbreezy is alleged stable07:08
XandriXok then how the hell do i install it lol07:08
viscountbur[n] er: i need to adjust my boot up daemons anyway, im trying to slim the system down a little, and im getting into the habbit of turning off my box at night to save juice07:08
bur[n] erXandriX: they use .xpm format... which is basically just a .bmp07:08
leather_n_luvthanx bob207:08
CaptainMorganhow do I get aramark the audio player? it's not listed in synaptic ?07:08
bur[n] erCaptainMorgan: get universe07:08
bur[n] erCaptainMorgan: and it's called amarok07:09
XandriXbur[n] er, how do i install grub ?07:09
viscountCaptainMorgan: you could try spelling it correctly amarok07:09
bur[n] erXandriX: via the ubuntu install cd07:09
varsendaggerwaht all does amorok paly?07:09
varsendaggerplay07:09
XandriXwell what if i have done apt-get install grub07:09
bur[n] ervarsendagger: anything gstreamer does (audio only)07:09
viscountvarsendagger: music ;)07:09
bur[n] ervarsendagger: or anything xine does (audio only)07:09
CaptainMorganthanks for the enlighs leson - now how do I install it?07:09
bur[n] ervarsendagger: dependent on if you have amarok-gstreamer or amarok-xine07:09
sam_it's really raining hard here07:10
varsendaggerdoes it play real live audio cds07:10
XandriXbur[n] er, well what if i have done apt-get install grub07:10
bur[n] erCaptainMorgan: find it in synaptic07:10
=== jenda_zZz is now known as jenda_away
bur[n] erXandriX: grub-install /dev/hda07:10
viscountxine > gstreamer07:10
bur[n] erso true viscount07:10
bur[n] ergstreamer 0.10 has promise though07:10
CaptainMorganburner you like universe more ?07:10
viscountbur[n] er: yeah i wish it was better07:10
bur[n] erCaptainMorgan: universe is a set of repositories07:11
bur[n] er!universe07:11
ubotuextra, extra, read all about it, repositories is How to add repositories:  http://wiki.ubuntu.com/AddingRepositoriesHowto See !sources for example sources.list07:11
XandriXok well it seems to be doing something lol07:11
bur[n] erCaptainMorgan: amarok is in the universe repositories07:11
=== P3L|C4N0 [n=gcamposm@200.106.95.154] has joined #ubuntu
bur[n] erCaptainMorgan: the latest version is in a seperate repository altogether... www.kubuntu.org has more info07:11
=== vickm78 [n=vickm78@220-253-26-50.VIC.netspace.net.au] has joined #ubuntu
viscountSo what does everyone think of Linus and his KDE rant?07:12
=== RedGhost [n=bp2626@S0106000c6e212de6.vf.shawcable.net] has joined #ubuntu
CaptainMorganI tried to install repos's in synaptic where it lists the Software soures... but ever tyime I add it, nothing happnes07:12
=== seth_k|away is now known as seth_k
XandriXbur[n] er, is it normal that is said a this error is harmless and can be ignored for xfs and now its just doing nothing07:13
=== jjd [n=jjd@dsl-146-252-01.telkomadsl.co.za] has joined #ubuntu
=== agtnz [n=agt1@222-153-80-218.jetstream.xtra.co.nz] has joined #ubuntu
=== vickm78 [n=vickm78@220-253-26-50.VIC.netspace.net.au] has left #ubuntu ["Leaving"]
XandriXbur[n] er, it just froze07:14
viscountNobody going to bite? Common.. lets throw some fists :)07:14
bur[n] erXandriX: uhhhh07:14
=== sudhir [n=sud@221-128-148-165.exatt.net] has joined #ubuntu
CaptainMorganso i need to edit the sources.list ?07:15
XandriXhmm07:15
bur[n] erviscount: that subject is so tired... it got too much play on planet even07:15
XandriXbur[n] er, ok my hole laptop froze i hadto restart it07:15
XandriXmanualy07:15
bur[n] erCaptainMorgan: yes, which can be done from within synaptic if you want07:15
bur[n] erXandriX: doing grub-install ?07:15
XandriXbur[n] er, but lilo is still there so that means well it just did nothing07:15
=== SCMark [n=marko@fsh-cpe-52-11.resnet.ucsc.edu] has joined #ubuntu
XandriXbur[n] er, yes doing grub-install07:15
bur[n] erXandriX: use a livecd to install grub07:15
=== erick [n=erick@210.213.170.240] has joined #ubuntu
CaptainMorganburner, okay to follow the starte guide ?07:15
viscountbur[n] er: darn i guess i missed all the fun, so how do you feel about the whole thing?07:15
varsendaggerwhat was linus' KDE RANT?07:16
frogzooviscount: I dont see many peeps on Ubuntu having luck with KDE :p07:16
erickhelo07:16
XandriXbur[n] er, maybe beacuz i already have lilo ?07:16
=== mattsm [n=mattsm@cpe-70-112-34-78.austin.res.rr.com] has joined #ubuntu
=== stravin [n=strav@Toronto-HSE-ppp3774114.sympatico.ca] has joined #ubuntu
ericki cant log into root why?07:16
bur[n] erXandriX: nah, prolly not07:16
varsendaggererick we do sudo07:16
erickahh sorry07:16
frogzoo!tell erick about sudo07:16
XandriXbur[n] er, damnit then its my hd in that laptop actring up again07:17
bur[n] erCaptainMorgan: i don't know whaqt the starter guide is07:17
erickngak07:17
ericki dont know about sudo07:17
bur[n] erviscount: to each their own... i love gnome ;)07:17
viscountvarsendagger: Linus feels that KDE is the better desktop because GNOME limits too much in the name of keeping things simple for the user.07:17
varsendaggersudo blah blah blah <enter> your pasword07:17
=== barosl [n=barosl@222.99.186.24] has joined #ubuntu
=== atrolinux [n=atrophic@12-216-45-63.client.mchsi.com] has joined #ubuntu
stravinhe all... I'm havin some troubles for installing imagemagick php module under ubuntu... any php coder around?07:17
varsendaggerviscount, i agree07:17
varsendaggerthey are both memory pigs07:17
=== malport [n=malport@adsl-209-30-85-242.dsl.rcsntx.swbell.net] has joined #ubuntu
bur[n] er!sudo07:18
ubotusudo is probably the command to get superuser privileges, see http://wiki.ubuntu.com/RootSudo07:18
cafuegoviscount: Yeah, Linus also thinks having kids is a good idea - he has no credibility.07:18
atrolinuxcan anybody recommend a good cvs gui for gnome? preferably one with nautilus integration?07:18
viscountbur[n] er: yeah i perfer gnome07:18
frogzooviscount: but Linus is an expert linux user - hes about out of touch with the needs & skills of most people07:18
nicholaspaul!cvs07:18
calccafuego: exactly, anyone who has kids should be shot ;)07:18
CaptainMorganburner how do I do it for synaptic ?07:18
calccafuego: would solve lots of problems ;)07:18
cafuegocalc: Too late.07:18
=== redbull [n=redbull@212.36.209.99] has joined #ubuntu
bur[n] erCaptainMorgan: settings -> repositories??  i'm guessing, i always use apt-get and nano to edit the sources.list07:18
nicholaspaulcalc i think youre joking.07:18
XandriXlets hope it works this time bur[n] er07:18
redbullmy computer cant read .wma why07:18
erickany one can help me to build emailserver07:19
calcfrogzoo: read http://www.gnome.org/~jdub/blog/projects/gnome/113448244807:19
calcnicholaspaul: of course07:19
erickplsss07:19
viscountfrogzoo: yeah i dont know, he does make a few excelent points that i think the gnome ppl should seriously consider07:19
nicholaspaulphew;)07:19
CaptainMorganbut with what do you edit the sources list ?'07:19
bur[n] erredbull: get w32codecs07:19
bur[n] er!w32codecs07:19
nicholaspaulcalc phew;)07:19
calcand linus is not out of touch with a fairly large chunk of userbase07:19
cafuegocalc: They need to be neutered BEFORE they have kids, THAT would solve the problem.07:19
=== morzel [n=morzel@82-131-175-89.vnet.hu] has joined #ubuntu
varsendagger!mplayer07:19
uboturumour has it, mplayer is https://wiki.ubuntu.com/MplayerInstallHowto  For compiling, see: http://ubuntuforums.org/showthread.php?t=3106107:19
bur[n] erubotu: tell redbull about w32codecs07:19
redbullbur[n] er, i already have them.. but when i play with Totem i can only hear the voices07:19
bur[n] erand linus has a small penis!!!  i swear07:19
varsendaggerCaptainMorgan, any text editor, i like vi07:19
=== calc think bur[n] er should get back on topic
bur[n] erredbull: ?07:20
cafuego!children is at http://www.vhemt.org/07:20
ubotucafuego: okay07:20
CaptainMorganno, I mean with what text exactly ?07:20
=== bur[n] er is just following the crowd, but gets back to topic
XandriXbur[n] er, it just stays at that stupid xfs warning07:20
bur[n] erXandriX: use a livecd to do it07:20
bur[n] erXandriX: or the ubuntu install cd07:20
viscountBasically what he was trying to say is that every user will have some little thing that they feel strongly about and want to customize, so by limiting the choice you piss of everyone in some small way.07:20
XandriXbur[n] er, ok how would i go about doing this with the ubuntu install cd ?07:20
redbullbur[n] er, other than that.. when i play movies with totem i can hear the video voices before they happen07:20
redbullwhy is that07:20
=== corona [n=ubuntu@59.92.154.192] has joined #ubuntu
bur[n] erkde didn't let me use .svg until 3.5, I'd call that limiting ;)07:21
viscountBut each person will be pissed off in a different unique way depending upon their personal computer fetish07:21
cafuegoviscount: Nobody is forcing Gnome users to use Gnome. They're free to switch, so Linus is talking bullshit.07:21
bur[n] erredbull: get totem-xine07:21
CaptainMorganconcerning amarok, why is it you need to kill a device before you can hear it play ?07:21
=== Digis [n=digis@85.206.233.240] has joined #ubuntu
JL0gikspeaking of customize, I want my ubuntu to thave the same "colorful penguin" bootup as gentoo07:21
calcviscount: and some in more than a small way, which is why kde has so many users even though its overall gui doesn't look as nice07:21
bur[n] erredbull: it's due to problems with gstreamer lagging I assume07:21
varsendagger* i do like how configurable kde is     i use fluxbox because when i want to xustomize something i don't have to run around -displays and look and environment crap07:21
XandriXbur[n] er, ? ok well botting the install cd07:21
=== usuario [n=usuario@194.Red-81-33-184.dynamicIP.rima-tde.net] has joined #ubuntu
JL0gikanyone know how to do that/07:21
redbullbur[n] er,  yea true most of the movies lag even with mplayer07:21
calccafuego: gnome devs themselves have said however that much of what has been attributed to them wanting to dumb down the interface was just due to a lack of manpower07:21
CaptainMorganhttp://img471.imageshack.us/img471/7664/screenshot7co.png07:21
=== mattsm [n=mattsm@cpe-70-112-34-78.austin.res.rr.com] has left #ubuntu ["Leaving"]
bur[n] erCaptainMorgan: kill a device? you don't have to07:21
CaptainMorganwhere to07:21
viscountcafuego: i dont think thats very fair to say, im a gnome user, im not switching, but I agree with him on that point07:21
jesihey felllas, im gettin this opera error: ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.07:21
jesiERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.07:21
CaptainMorganto hear amarok, yes07:21
nicholaspaulJL0gik, you want to change login options?07:22
varsendaggeruse autosync 30 with mplayer07:22
corona hi does anyone know of a resource or how-to on resizing root partititon?07:22
XandriXbur[n] er, so what do i need to do ?07:22
bur[n] erredbull: try totem-xine, that worked for me... are they dvds by chance?07:22
cafuegocalc: I'd call it "elegant simplicity". I quite enjoy the way Gnome doesn't look like the flash absed website with blink tags that KDE does ;-)07:22
usuarioPlease how can take a screenshot in kde without any graphic aplication?07:22
frogzootell the truth, I cant stand perpetually fiddling with a window manager - by the time its set up the way you want, its upgrade time & start over - the desktop needs to be standardised to a degree07:22
bur[n] erXandriX: boot the ubuntu cd, and install grub from there07:22
redbullbur[n] er, nop07:22
calccafuego: so the circular pattern ends up repeating itself devs don't want to use something to constricted so the features don't get added, etc  so todays thread was actually pretty helpful in getting mindshare of people who don't know gnome very well (most people even many gnome devs from the thread apparently)07:22
cafuegousuario: open a terminal, type 'import -window root screenshot.png'07:22
=== jmworx_ [n=jmworx@adsl-58-119.swiftdsl.com.au] has joined #ubuntu
XandriXbur[n] er, in expert mode07:22
frogzoousuario: press "screen print"07:22
viscountcalc: yeah its funny, but even though I could probably do the things that I want in KDE that I cant do in gnome, I just cant stand the way KDE looks so I put up with the issues with gnome that i have07:23
calccafuego: some what gnome has as "simplicity" is only due to lack of dev time as was mentioned today07:23
usuarioThanks07:23
=== spine_ [i=spine@gnook.org] has joined #ubuntu
redbull!seen bleh07:23
ubotui haven't seen 'bleh', redbull07:23
redbull!seen saik007:23
ubotusaik0 <n=saik0@adsl-065-007-195-142.sip.mia.bellsouth.net> was last seen on IRC in channel #ubuntu, 1d 19h 50m 28s ago, saying: '_Gray_ GeForce 6800 128 MB'.07:23
bur[n] erhey CaptainMorgan, why are you using hoary?  breezy is stable07:23
frogzoousuario: then print into gimp07:23
calcviscount: i'm in that boat as well07:23
dderrif i am giving up on dselect, is aptitude the #1 recommandation (command line is important to me)07:23
calcviscount: kde just grates on me (i even maintained it for 2-3 years) heh07:23
viscountcalc: kde does have some really nice apps though, but imo as a DE is sucks ass pretty hard07:24
nicholaspaulJL0gik, I've changed most of my login screens and 'stuff'07:24
bur[n] erdderr: apt-get install works for me :)07:24
=== dream [n=dream@221.210.244.186] has joined #ubuntu
erickhelp me to log in root pls!07:24
ericki cant install07:24
tritiumerick: try sudo07:24
viscountcalc: haha, hilarious07:24
varsendaggererick sudo07:24
dderrsudo su07:24
erickahhh07:24
nicholaspaulerick DO NOT log in to root!!07:24
erickok tnx07:24
jesianyone seen this opera error:07:24
jesiERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.07:24
jesiERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.07:24
bur[n] erubotu: tell erick about sudo07:24
calcviscount: i maintained it for Debian up until the time i switched over to ubuntu ;)07:24
CaptainMorganbreezy - yea right, I lost X after an upgrade07:24
=== agtnz [n=agt1@222-153-80-218.jetstream.xtra.co.nz] has joined #ubuntu
redbullbur[n] er,  i cant get it.. it sais waiting for headers and stops there.07:25
bur[n] erCaptainMorgan: did you upgrade while breezy was being developed?  or after it was stable?07:25
bur[n] erredbull: apt-get update?07:25
calcbtw is there a way to set a background on a per screen basis in gnome?07:25
redbullbur[n] er, yea07:25
viscountjesi: it looks like you are prelinking opera, and its complaining that it cant prelink java for some reason, i wouldnt worry, but i also wouldn't prelink opera07:25
dderrbur[n] er : other than the fact it doesn't moo, i think aptitues share apts command line interface07:25
CaptainMorganyesterday07:25
redbullAfter unpacking 11.0MB of additional disk space will be used.07:25
redbullDo you want to continue [Y/n] ? y07:25
redbull0% [Waiting for headers] 07:25
frogzoocall me naive, but why cant there be an adaption layer for apps - so the app will run on either gnome or KDE?07:25
calcits little things like that annoy me about gnome :\07:25
bur[n] ercalc: none i've seen and I looked for it back in gnome 2.8 to no avail07:25
nicholaspaulredbull - what?07:26
=== mtraker [n=mtraker@81-203-88-68.user.ono.com] has joined #ubuntu
bur[n] ercalc: and the lack of a decent hotkey app like khotkey07:26
redbullnicholaspaul, ?07:26
calca very overstretched graphic as a background sucks :\07:26
bur[n] ercalc: and the fact that you can't scroll the desktop th change wms ;)07:26
nicholaspaulredbull, why are you copy/pasting here?07:26
=== dirkson [n=dirkson@68.sub-70-218-48.myvzw.com] has joined #ubuntu
viscountcalc: see.. stuff like that you just dont see in gnome, such a pita07:26
P8ntKidHow do i run a .sh file?07:26
redbullits just 3 lines.07:26
viscountP8ntKid: ./shellfile.sh07:26
bur[n] erredbull: try packages.ubuntu.org07:27
calcbur[n] er: you can scroll virtual windows with the scroll wheel over the panel applet07:27
jesiviscount, what do you mean prelink?  i just typed opera in the terminal after an install07:27
frogzooP8ntKid: chmod +x s.sh ; ./x.sh07:27
viscountP8ntKid: but do $ chmod +x shellfile.sh07:27
bur[n] ercalc: not the same as the desktop though... i gotta go find the applet :\07:27
dirksonHelp? My ability to use ctrl+f1, ctrl+f2, etc has suddenly died. Rebooting does nothing....07:27
=== bur[n] er is just nitpicking anyway calc ;)
calcviscount: i don't believe things like that are left out to dumb down the interface though after seeing the thread today07:27
bur[n] erdirkson: ctrl+alt+f1 ?07:27
=== robotgeek is now known as robotgeek_away
frogzoodirkson: ctrl + alt + F207:27
calcbur[n] er: heh :)07:27
=== vickm78_ [n=vickm78@220-253-26-50.VIC.netspace.net.au] has joined #ubuntu
P8ntKidviscount: Its on a CD. I cant change permissions.07:28
XandriXbur[n] er, lets hope it works07:28
=== freenik [n=nik@port-212-202-36-70.dynamic.qsc.de] has joined #ubuntu
bur[n] erkde does some things well as does gnome07:28
calci don't use extra screens since i have a 3840x1200 desktop07:28
viscountP8ntKid: cp it to your hd07:28
frogzooP8ntKid: cp /tmp07:28
bur[n] erXandriX: i assume it will... worked for me many times07:28
XandriXbur[n] er, im in xfs does that affect grub that much07:28
redbullbur[n] er, any other way to fix this than apt-get ?07:28
dirksonFrogzoo and Bur[n] er: I, uh.... I just forgot which buttons to press, didn't I?07:28
=== Xenguy [n=gnu@206-248-151-3.dsl.ncf.ca] has joined #ubuntu
frogzoodirkson: seems so :)07:28
P8ntKidviscount: Im trying to install Ut200407:28
=== erick [n=erick@210.213.170.240] has joined #ubuntu
bur[n] erXandriX: i think grub might have to reside on a different filesystem?  can you change /boot to ext3?07:28
=== _MAPD [n=bzzzzz@dna243-249.satp.customers.dnainternet.fi] has joined #ubuntu
dirksonFrogzoo and Bur[n] er: *blushes and runs off* Thanksbye!07:28
XandriXewww ext307:29
XandriXill set it to reiser07:29
bur[n] eror that07:29
viscountcalc: no i think its probably 25% missguided developer practise/ 75% not implemented yet07:29
calcbur[n] er: i would contend that kde does most things better than gnome except for the desktop experience eg consistency, clutter07:29
calcbur[n] er: which is not a small thing07:29
XandriXdamnit this was so easier with slackware lol07:29
XandriXnow i haveto reinstall07:29
XandriXagain :(07:29
frogzooXandriX: grub only likes fs's it knows - check manpage, but ext3 is typical07:29
bur[n] erliferea > akregator07:29
bur[n] erevolution > kontact07:29
cafuegoXandriX: No, grun works fine with xfs.07:29
bur[n] ergaim > kopete07:29
bur[n] er:)07:29
XandriXcafuego, not here anyways07:29
viscountbur[n] er: aye :)07:29
XandriXit just freezes07:29
=== _MAPD is now known as MAPD
cafuegosilence > troll07:29
calcviscount: perhaps, but certainly not the previously widely though 100% misguided developer practice07:29
calcerm thought07:30
viscountcalc: no definitly07:30
=== bur[n] er silences and reflects on his trollisms
XandriXcafuego, freezes at grub-install hd007:30
viscountcafuego: lol07:30
erickhow to log using sudo07:30
cafuegoXandriX: Yucky. Any chance you can swithc to ext3 and try again?07:30
calcerick: sudo su - ?07:30
viscounterick: you dont log in as sudo07:30
erickhow07:30
bur[n] ercafuego: that's what i said to do ;)07:30
XandriXcafuego, reiser07:30
XandriXi </3 ext307:30
cafuegoXandriX: no, avoid reiser.07:30
cafuegoXandriX: Like the plague, even moreso than xfs.07:31
calcavoid all fs they all lose data :)07:31
redbullsome1 help ?07:31
XandriXgod damnit07:31
bur[n] ercafuego: why?07:31
XandriXi dont wnat ext307:31
bur[n] erreiser is fast!07:31
XandriXscrew grub07:31
erickwhat username will i use07:31
=== jessemans [n=jesse@68.254.29.77] has joined #ubuntu
calcthough ext3 might lose data less than the others since it widely known07:31
viscountnothing wrong with reiser07:31
erickusing sudo07:31
frogzoocalc: but the seek times for stone tablets suck07:31
=== dustin_ [n=dustin@65-100-77-236.blng.qwest.net] has joined #ubuntu
bur[n] ererick: your own07:31
cafuegoXandriX: Why would you prefer a less stable fs over a more stable one?07:31
viscountjust dont use reiser on your /boot part07:31
bur[n] ercafuego: speed07:31
cafuegoviscount: Apart perhaps from the lack of decent repair utils.07:31
XandriXreiserfs and xfs are very stable btw07:31
XandriXnever had any problems with em07:32
=== bur[n] er has no problems with reiser either on his /
XandriXi just need to find out howto boot this damn bootsplash in lilo instead of grub07:32
cafuegobur[n] er: Both reiser and xfs are SLOWER then ext3 on my machine. Any perceived difference in speed must be imaginary.07:32
viscountcafuego: doesnt really need them, does the stuff automagically07:32
calccoughs at xfs stability07:32
calcthen it falls over07:32
CaptainMorganafter killall gnome-panel amarok still doesn't have an icon.. why ?07:32
XandriXwell not here07:32
bur[n] erCaptainMorgan: did you run amarok?07:32
cafuegoviscount: Yes, until the day it doesn't, at which point you're hosed.07:32
XandriXhere reiser and xfs are always faster07:32
bur[n] erCaptainMorgan: what are you expecting?07:32
frogzoothe whole deal about speed of filesystems is academic apart from very large, multiuser setups07:32
calcxfs and reiser have both had major stability issues in the past07:32
=== viscount stares hard at xfs and causes it to fall over and catch fire
=== r0bby__ is now known as r0bby_
bur[n] erfrogzoo: academic? wtf?07:33
calcbur[n] er: think ivory tower, etc07:33
calcbur[n] er: as in not real world useful07:33
frogzoobur[n] er: if youe only on a single user machine, big deal 5% extra speed off your fs07:33
viscountcafuego: (99% of fs hosery comes from hardware failure in which case you could be using god as your fs and it wouldnt save you07:33
=== seth_k is now known as seth_k|away
=== kumakun [n=justin@66-168-77-144.dhcp.fdul.wi.charter.com] has joined #ubuntu
viscount5% is too generous, probably 2% is more like it, but thats a lot actually07:34
XandriXall i want is for this damn bootsplash to work with lilo i just want to see ubuntu and the loadingbar i see on my pc07:34
bur[n] er90% of all statistics stated on IRC are made up ;)07:34
frogzooviscount: that when you need hardware raid - with battery backed ram07:34
calci don't recall ever having hardware failures eat my data, but i have had xfs eat my fs07:34
calcwell sort of eat it07:34
viscountfrogzoo: *drool*07:35
cafuegocalc: xfs ate my system twice, reiser once.07:35
calcit ate it but i think i got the data back by doing some very odd things, that i still do not understand07:35
frogzoobur[n] er: more like 85%07:35
bur[n] erfrogzoo: sure ;)07:35
=== zoyd [n=vinay@220.225.32.98] has joined #ubuntu
dderr99% of all people find that using microsoft windows saves them time07:35
frogzoodderr: u killed the channel - happy now?07:35
viscountdderr: lol07:35
bur[n] eranyone play with vmware player 1.0 yet?07:35
dderrhehe07:35
XandriXsigh07:35
redbulland its trye07:35
redbulltrue*07:35
=== HiddenWolf [n=HiddenWo@136.17.dynamic.phpg.net] has joined #ubuntu
XandriXno one know howto enable that damn default bootsplash with lilo ?07:36
=== zoyd [n=vinay@220.225.32.98] has left #ubuntu ["Leaving"]
viscountdderr: i dont know a single windows user who is happy with the speed of their machine after 1 year without a reinstall07:36
cafuegoXandriX: lilo has different, uglier bootsplashes. Check the manual for the 'bmp' display option.07:36
HiddenWolfviscount, plenty, who don't know better07:36
=== viviersf [n=cain@dsl-146-100-81.telkomadsl.co.za] has joined #ubuntu
XandriXcafuego, NO! not that07:36
cafuegoMind you, if speed is what you want, you ought not be using lilo.07:37
redbullviscount, i know a few07:37
XandriXcafuego, when u load ubuntu when the kernel is loading and btw on all my boxes here lilo is faster then grub07:37
cafuegoXandriX: usplash then, not bootsplash.07:37
XandriXyeah how do i load it from lilo ?07:37
frogzoodderr: the whole point is that 99% of users just want a glass typewriter - there didnt used to be a distro that did just office apps well - until now07:37
cafuegoXandriX: Just add "quiet splash" in the append= line07:37
calcxfs would show lots of 0'd files but if you booted an older kernel the files showed up as being still there07:37
XandriXok07:37
ejofeewhat is the "path to your kernel directory (where include/linux resides)", in ubuntu?07:37
calci backed it up real quick and converted back to ext307:37
calcbur[n] er: its basically like vmware with less features07:37
calcaiui you can set ext3 to not be reliable like xfs/reiser and get it to go faster too07:37
bur[n] ercalc: i know07:37
XandriXcafuego, do i need to put a vga= line ?07:38
bur[n] ercalc: i'm hoping someone built it and has a .deb so I don't have to ;)07:38
viscountYou can almost watch as windows slowsly disintergraits like a piece of rotting fruit.07:38
CaptainMorgannope, amarok still doesn't have an icon07:38
frogzoocafuego: the vga line is for svga res - might be necessary for 1024x768 etc.07:38
calcbur[n] er: vmware player can't create vm's at least from what i read07:38
cafuegoXandriX: Why would you do that?07:38
=== carminati [n=carminat@200.181.92.87] has left #ubuntu ["Fui]
dderrI just want a good command line, dev environment, browser, window environment, mp3 player, dvd player, dvr, office apps etc07:39
calcbur[n] er: so you would need to get one from somewhere or have full vmware anyway07:39
bur[n] ercalc: it can't... but there are workarounds using qemu to make them07:39
calcbur[n] er: ah07:39
dderris that too much to ask07:39
=== cafuego points frogzoo at the correct person. XandriXwanted to know, *I* know what it's for.
frogzooXandriX: the vga line is for svga res - might be necessary for 1024x768 etc.07:39
bur[n] ercalc: or download prebuilt ones put out by vmware07:39
=== jmworx_ is now known as jmworx
=== aeon17x [n=aeon17x@58.69.16.10] has joined #ubuntu
bur[n] ercalc: mostly i just wanna play with it and see it in action if it's usable :)07:39
calcbur[n] er: i tested it for a few seconds on xp with vmware 5.5 and it seemed to be fine07:40
bur[n] ercalc: it also says it can do symantec images... which I wonder if it means it can work with .gho files07:40
calcbur[n] er: hmm that would be cool07:40
calcdidn't know about that07:40
CaptainMorganwhy ddidn't amarok come with an icon ?07:40
=== tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu
bur[n] erCaptainMorgan: nothing comes with an icon07:40
bur[n] erCaptainMorgan: look in the menus... applications -> sound07:40
CaptainMorganhuh?07:41
bur[n] erCaptainMorgan: or "alt+f2" and type "amarok"07:41
CaptainMorganyea, I know, but I like to place it on a panel.. putting it there and trying to start it always returns a error message07:42
bur[n] erCaptainMorgan: i'm assuming by "icon" you mean a launcher on the panel?07:42
CaptainMorgan'icon can't be found'07:42
ejofeewhat is the "path to your kernel directory (where include/linux resides)", in ubuntu?07:42
ejofee(somebody must know!)07:42
viscountCaptainMorgan: weird, mine has an icon, try restarting the desktop07:42
ejofee(so please answer!)07:42
CaptainMorganctrl alt backspace ?07:42
=== rob1 [n=Robert@ubuntu/member/rob1] has joined #ubuntu
calcejofee: install kernel-header package for the kernel you are running07:43
XandriXanyone here got kismet working in ubuntu ?07:43
tritiumejofee: did you install the sources?07:43
bur[n] erCaptainMorgan: in that respect, it does have an icon... try restarting X  (ctrl+alt+bkspc)07:43
erickhow to gain root privileges?07:43
bur[n] ererick: sudo07:43
bur[n] ererick: how many times we gotta say it07:43
ericki cant install07:43
tritium!tell erick about sudo07:43
dderrerick: type this07:43
dderrsudo su07:43
=== anilkumar [n=anilkuma@x.tifr.res.in] has joined #ubuntu
ejofeetritium: sources, no. kernel-headers, yes. is it not enought?07:43
ejofeetritium: sources, no. kernel-headers, yes. is it not enough?07:43
dderrthen type in you password07:43
ericksudo su07:43
viscountejofee: have you looked in /boot ;)07:43
frogzoo!tell erick about sudo07:43
bur[n] ertritium: i think it's lost on erick, i've had ubotu tell erick about 4X now07:43
ejofeecalc: ok, and...?07:43
tritiumejofee: sudo apt-get install linux-headers-$(uname -r)07:43
erickhahaha07:43
ejofeeviscount: what for?07:43
anilkumarhi07:44
calcejofee: then its linked to by /lib/modules/(uname -r)/build (iirc)07:44
viscountejofee: the kernel07:44
ericki new here im sory07:44
leather_n_luvcan anyone here point me to a web page that tells how to make use of more than one "el torrito" boot, and how to select at boot time?07:44
tritiumbur[n] er: oh, ok07:44
frogzooerick: read the pm from ubotflu07:44
erickok tnx07:44
dderrerick: you know how to get to a console window?07:44
calci'm going to bed, nearly 1am here, bbl07:44
ejofeecalc: thank you!07:44
anilkumarhow to disable iptables07:44
viscountcalc: cyas07:44
calcejofee: it may be named slightly different but it should be under /lib/modules/()/something07:45
viscountyeah im out of here too, catch later folks07:45
ejofeecalc: i see, thanks07:45
ejofeethank you all07:45
calcejofee: dpkg -L header package should list what it installed as well07:45
=== calc gone now
erickhow do i get this window07:45
dderrctrl+alt+F207:46
erickderr how do i get this console window07:46
=== siriusnova [n=siriusno@64-251-145-86-cablemodem-roll.fidnet.com] has joined #ubuntu
ericktnx07:46
erickw8 i try07:46
=== cyphase [n=cyphase@69.106.49.211] has joined #ubuntu
=== fzoy [n=fzoy@APointe-a-Pitre-103-1-18-130.w81-248.abo.wanadoo.fr] has joined #ubuntu
=== CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu
leather_n_luvdoes anyone here have experience in multiple-el torrito boot?07:47
=== phil__ [n=phil@dsl017-073-218.chi4.dsl.speakeasy.net] has joined #ubuntu
calcleather_n_luv: might try asking someone on #debian-boot07:48
dderrhow I eject a cdrom07:48
=== phil__ is now known as pnoob
CaptainMorganwtf07:48
leather_n_luvthanx calc07:48
dderrumount ....07:48
pnoobumount works07:48
calcdderr: eject07:48
dderrnot available yet07:48
=== calc really needs to go to bed, /me stops looking in the channel :)
dderrmy cdrom is flaking out in the middle of an install07:49
frogzoodderr: sudo umount /media/cdrom ; eject07:49
calcif the disk is unmounted you can eject it with the button07:49
tritiumgood night, calc :)07:49
pnoobhow do I set permissions for my whole system so I can install some freshly-built binaries.  My make-install shuts down because it can't write to the proper folders.07:49
=== infamus [n=infamus@65-101-78-156.bois.qwest.net] has joined #ubuntu
calcotherwise if you have no button, eg mac you can use eject or paperclip (perhaps?)07:49
calctritium: bye :)07:49
=== Decadent [n=variemai@ppp21-adsl-230.ath.forthnet.gr] has joined #ubuntu
infamusOk, I know taking linux off of a system is as easy as using partition magic through WinXP, but i REALLY need to know how to take Grub off of the master boot record....07:50
pnoobI can't get make install to work b/c of permissions error for a whole list of directories. ???07:51
frogzoopnoob: if you start installing your own binaries, you're going to have problems07:51
=== sirexas [n=mantas@office.idamas.net] has joined #ubuntu
leather_n_luvinfamus, download Ranish Partition Manager...07:51
frogzooinfamus: -> google "restore xp mbr"07:51
infamusfrogzoo: googling now my liege....07:52
frogzoo:p - lol07:52
=== erick [n=erick@210.213.170.240] has joined #ubuntu
leather_n_luvinfamus, or try (in cmd in windowz) FDISK /MBR07:52
frogzooleather_n_luv: it keeps changing with different windows releases07:53
erickderr im stuck07:53
=== P47|LL0 [n=gcamposm@200.106.9.133] has joined #ubuntu
dderrwith what07:53
erickctrl alt f207:53
pnoobfrogzoo, I have no choice abs. have to.  How can I globally set permissions or become SU.  Like for real become SU??07:53
dderryou have X windows running?07:53
dderrkde or gnome07:54
frogzoopnoob: either sudo -s  ..... or just sudo make install07:54
erickgnome07:54
pnoobdderr,  you in texas07:54
leather_n_luvmake a dos boot disk with win9x, put ranish partition manager on it, you can put 'standard' boot code in mbr...07:54
frogzoopnoob: but you're in expert territory & if it breaks....07:54
ericki use gnome07:54
pnoobfrogzoo,  I'll try it.  Yeah, I'm building some alpha so I am way in deep.07:54
erickstill icant install07:54
leather_n_luvfrogzoo, read my last... ?07:55
dderrthere should be a console application under applications or something07:55
infamusleather_n_luv: once I run FDISK, /MBR what do I do?07:55
dderrmaybe they call it terminal07:55
ericki see it07:55
frogzooinfamus: you're done - reboot07:55
dderrlaunch it07:56
erickw807:56
dderrwhat you trying to do anyways07:56
leather_n_luvinfamus, it should auto-restore (without verbose)07:56
=== P47|LL0 is now known as P3L|C4N0
dderrpnoob: yes07:56
erickim here07:56
infamusleather_n_luv, kk thx...07:56
leather_n_luvinfamus, frogzoo is right, reboot07:56
pnoobare you derrig?07:56
infamusthanks everyone...07:56
erickerick@home:~$07:56
dderrpnoob : nope07:56
dderrerick : what you trying to do07:56
erickinstall07:56
dderrinstall what07:57
=== mojo [n=mojo@pcp07851948pcs.wilmsc01.tn.comcast.net] has joined #ubuntu
erickispconfig07:57
pnoobdderr,  my bad07:57
dderrerick from erick@home:$07:57
dderrtype07:57
erickit needs root privileges07:57
dderrsudo su07:57
=== No1Viking [i=micke@h-83-140-104-3.ip.cust.port80.se] has joined #ubuntu
erickw807:57
dderrwhat happens?07:57
=== frogzoo [n=PW103792@203.9.151.90] has left #ubuntu []
naliothdderr: please dont do that07:57
erickasking for pass words07:58
erickasking for pass word07:58
naliothdderr: sudo su is redundant. sudo -i will do the same thing07:58
dderrtype in your pass07:58
=== Aegir [n=richard@d220-238-52-188.dsl.vic.optusnet.com.au] has joined #ubuntu
erickw807:58
dderrnalioth: what is equiv to sudo su - then?07:58
naliothubotu: tell dderr about sudo07:58
erickim in home07:59
erickim in home/erick07:59
erickwow07:59
naliothdderr: ubuntu has no active root account for a reason, sudo is quite functional for any superuser tasks07:59
erickim in root now07:59
naliothubotu: tell erick about root07:59
ejofeewhat does it mean "shfsmount.c:20:20: error: stdlib.h: No such file or directory"?07:59
dderrnow what erick07:59
ericki see destop07:59
dderryou know how to install stuff?07:59
newbci know this sounds dumb but does anyone know of any alarm clock programs08:00
dderrnewbc: crontab -e08:00
=== dle-- [n=dle@toronto-HSE-ppp3964398.sympatico.ca] has left #ubuntu []
newbck thanks i will give it a try08:00
erickcrontad08:00
erickcrontab -e08:00
dderrnewbc: that prolly isn't want you want08:00
tritiumejofee: it means you don't have libc6-dev installed08:00
XandriXto install a .deb fille i use dpkg -i filename.deb right ?08:00
ejofeetritium: ohh, how silly of me!!08:01
dderrthat is a program for doing stuff at selected time08:01
ejofeetritium: thank you08:01
tritiumejofee: sudo apt-get install build-essential08:01
dderrnot very user friendly08:01
newbcoh08:01
dderrnewbc: don't waste your time w/ that, i'm just being an ass08:01
dderrerick: so where are you at08:02
erickim in process of finding my exe08:02
erickw808:02
=== phrizer [n=lance@60-234-134-230.bitstream.orcon.net.nz] has joined #Ubuntu
erickcan i pm u dderr08:03
dderrnewbc: check this out http://www.linuxlinks.com/Software/ProductivityTools/Timers/index.shtml08:03
=== cyphase [n=cyphase@69.106.49.211] has joined #ubuntu
dderrerick: i don't know what that means08:04
=== heatxsink [n=jmioph@c-24-7-127-192.hsd1.ca.comcast.net] has joined #ubuntu
XandriXanybody here had problems with cedega and ubuntu ?08:04
=== TotalNewb [n=just_me@adsl-144-74-123.ard.bellsouth.net] has joined #ubuntu
=== _Gray_ [n=_Gray_@CPE-60-225-59-197.nsw.bigpond.net.au] has joined #ubuntu
TotalNewbDoes anyone know where I could find instructions for installing Java runtime for Firefox under Breezy? I can't seem to find the web page on how to do the manual install.08:05
=== netjoined: irc.freenode.net -> brown.freenode.net
=== Laney [n=laish@81-179-245-187.dsl.pipex.com] has joined #ubuntu
=== mitey [n=ubuntu@ip24-255-220-238.ks.ks.cox.net] has joined #ubuntu
jbroome!tell TotalNewb about java08:06
naliothubotu: tell TotalNewb about javadebs08:06
TotalNewbThanks :)08:06
_Gray_TotalNewb: look at http://www.ubuntuforums.org they have some tutorials i think08:06
tritiummitey: you're still muted, in case you were wondering08:06
leather_n_luvoff-topic... anyone watch jimmy kimel?08:07
=== robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu
naliothleather_n_luv: how bout asking in #ubuntu-offtopic ?08:08
leather_n_luvnalioth, didn't actualy expect the dignification of a response...08:09
leather_n_luvlol08:09
cyphasedid anyone's video card work with 3D out of the box?08:09
techrushmine08:09
techrushit still doesnt08:09
techrushi dont think it ever will08:09
techrushlol08:09
_Gray_cyphase: it doesnt install 3d drivers by default i think08:10
techrushoh wait...i thought you asked if it DID work08:10
techrushmy bad08:10
dderrnvidia is pretty good08:10
=== Silencer [n=Silencer@212.200.27.38] has joined #ubuntu
cyphasei did ask if it did work..08:10
cyphaselol08:10
techrusher lol08:10
cyphaseyea, but mine isn't working08:10
dderrthough no out of the box08:10
techrushim tired sorry....08:10
=== dirkson [n=dirkson@68.sub-70-218-48.myvzw.com] has joined #ubuntu
tritiumcyphase: nvidia?  did you follow the wiki page?08:10
cyphaseso who's nVidia card worked after installing the 3D driver08:10
dderrmine08:10
tritiummany have, cyphase08:11
cyphasewithout to much file editting08:11
cyphaseediting*08:11
tritiumcyphase: did you see my question?08:11
_Gray_cyphase: i think its sudo apt-get install nvidia-glx linus-restrticted-modules-`uname -r`08:11
dirksonAnother question: Whenever I run Synaptic and try to select something, I have about a 50/50 chance of locking up the ENTIRE computer. I can move the mouse, but NOTHING responds. Any clues as to anything to investigate?08:11
dderri'm running 2 monitors so there was a fair bit of file editing08:11
ejofeetritium: "insmod: error inserting 'shfs/Linux-2.6/shfs.ko': -1 File exists" HOW DO I remove the older shfs.ko (i guess this is the problem)08:11
_Gray_dderr: yeah twinview is a pain08:11
=== diskusi12 [n=diskusi1@222.124.24.64] has joined #ubuntu
cyphasetritium, yes, i followed the wiki08:12
tritiumejofee: sudo modprobe -r shfs08:12
cyphasei think my model isn't supported well..08:12
ejofeetritium: thanks a lot08:12
techrushdirkson: i think their is a quirk with synaptic where another window is open behind it that needs input before you can move on08:12
cyphaseso i want to know, who's card worked *right after* installing the 3D driver, and which model is it?08:12
leather_n_luvplease help, i can't get midnight commander to compile...08:12
=== erick [n=erick@210.213.170.240] has joined #ubuntu
_Gray_cyphase: me 520008:12
tritium_Gray_: linux-386, linux-686, etc. depend on their respective linux-restricted-modules, and should be installed for your particular architecture08:13
dirksonTechrush: Ahhh, ok. So basically, I just need to make sure nothing is open behind synaptic before I run it?08:13
=== grizzli [n=chris@adsl-58-119.swiftdsl.com.au] has joined #ubuntu
techrushi believe its actually a pop up window that pops up BEHIND synaptic sometimes if yo uarent careful08:14
techrushi could be wrong and you may be ahving a totally different problem08:14
=== Dethread [n=Dethread@24-205-238-53.dhcp.snlo.ca.charter.com] has joined #ubuntu
cafuegotechrush: If there's a hidden window, tab-tab will select it.08:15
dirksonHow would I fix the pop-up window?08:15
dirksonBut NO keyboard commands work. Not even ctrl+alt+F108:15
leather_n_luvcafuego, alt-tab you mean?08:15
=== Madpilot [n=bburger@S0106000d88b9f3db.gv.shawcable.net] has joined #ubuntu
cafuegoyeah, tabwhatever08:16
cyphaselet me correct myself.. my nVidia card works with 3D.. and then the X server crashes 15-25 minutes in08:16
AMDXP#jinzora08:16
cyphasethe wiki mentioned saomething about disabling RenderAccel..08:16
cyphasebut isn't the whole point of 3D driver support the render acceleration?08:16
sudhirhi any idea about gobject-2.008:17
tritiumsudhir: please be more specific with your question08:17
cafuegocyphase: yes, but that's done via GLX, and RenderAccess doesn't need to be in the cfg file.08:17
sudhirI am getting error while installing Glib-1.1108:17
cafuegoAccel even08:17
cyphaseand..08:17
sudhirtritium : I ma installing GPRS08:18
cafuegosudhir: Ubuntu has version 1.2 and 2.0. Not 1.1108:18
cyphasewhen i do the renderaccel thing..08:18
cyphasei get an error saying the X server won't start08:18
leather_n_luvis there a home page or wiki about mkisofs?08:18
cafuegocyphase: Can you paste that error (or the X log) to the pastebin?08:18
=== grizzli [n=chris@adsl-58-119.swiftdsl.com.au] has left #ubuntu ["Leaving"]
sudhirtritium : I am installing GPRS easy connect installer08:18
leather_n_luv!tell leather_n_luv about mkisofs08:19
cyphasecafuego, i don't have it, and i just spent 2 hours trying to get another card to work..08:19
tritiumsudhir: see cafuego's last message to you08:19
cafuegosudhir: Not if it's installing libglib 1.11!08:19
cyphasei don't feel like doing it again :)08:19
=== lucis [n=sam@adsl-70-232-89-54.dsl.ltrkar.sbcglobal.net] has joined #ubuntu
cafuegosudhir: Then it's doing something BAD08:19
cyphasei'll paste it tomorrow if you're still interested08:19
cafuegocyphase: Well...08:19
leather_n_luvlol08:20
cafuegocyphase: X is set to use the 'nvidia' driver?08:20
cyphasenot now08:20
sudhir1 st it asked Gtk2-trayIcon08:20
cyphasenow it's just nv08:20
cafuegocyphase: and it won't state when you remove all referenves to RenderAccel from the xorg.conf file?08:20
cyphaseno..08:20
sudhirwhiel installing that it asked Gtk2-1.1108:20
cyphaseRenderAccel is on by default..08:21
=== jmhodges [n=jmh@cpe-71-67-115-45.woh.res.rr.com] has joined #ubuntu
cyphaseand the X server starts..08:21
sudhirthen it asked Glib1.11208:21
cyphasebut it crashes 15-25 minutes in08:21
lucisHey all, I'm trying to install a driver for a video card. the readme instructions are little skimpy, can someone take a look?08:21
cafuegocyphase: Does it or does it not run when you remove 'RenderAccel' from the xorg.conf file?08:21
sudhirand now it asking Gobject-2.008:21
cyphasewhen you add the line to disable RenderAccel to xorg.conf08:21
=== TaLi [n=TaLi@mx.nuxo.net] has joined #ubuntu
cyphaseit doesn't run08:21
sudhirhushhhhhh.......08:21
tritiumsudhir: ?08:21
cafuegocyphase: That's NOT what I'm asking.08:21
cyphaseok..08:21
=== HymnToLife [n=_mfb@dyn-213-36-160-66.ppp.tiscali.fr] has joined #ubuntu
cyphaseyes, it does run08:22
cafuegoOk.08:22
cyphasewhen you remove all refs08:22
tritiumlucis: which video card?08:22
cafuegoDoes it STILL crash, then?08:22
=== kuRupT [n=kuRupT@33.224.62.81.cust.bluewin.ch] has joined #ubuntu
cyphaselol08:22
lucisTritium: Intel 82845g08:22
cyphaseyes08:22
sudhirto connect my NOKIA 6600 over GPRS,08:22
=== jmhodges [n=jmh@cpe-71-67-115-45.woh.res.rr.com] has joined #ubuntu
cafuegocyphase: Do you have Xdamage enabled?08:22
cyphasebut what do you mean "still"?08:22
tritiumlucis: doesn't the i810 driver support that?08:22
cyphasei don't know..08:22
czrsudhir, I'd be interested in that too08:22
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu
cafuegocyphase: Does it crash after 15-0 mins when the xorg.conf files does not contain RenderAccel ?08:23
dderrerick : hows it going?08:23
cyphasecafuego, yes08:23
cyphasewhich it doesn't by default08:23
sudhir1st I downloaded CPAN modules08:23
cafuegoWhat. crash or contain it?08:23
jmhodgesok, during my install ubuntu thought i might have a static networking setup .. bu tit is dhcp.. now, dhclient isnt being run at start up.. how do i change this the "proper way"08:23
=== heatxsink_ [n=jmioph@c-24-7-127-192.hsd1.ca.comcast.net] has joined #ubuntu
=== cvt [n=cvt@pcp08899240pcs.hcksrd01.tn.comcast.net] has joined #ubuntu
cyphasecafuego, it doesn't contain it by default08:23
sudhirbrb Lunch time08:23
cafuegosudhir: Sounds like you've been happily destroying your system.08:23
=== ogewXeeeea [n=uuesii@81.214.228.254] has joined #ubuntu
=== ogewXeeeea [n=uuesii@81.214.228.254] has left #ubuntu []
czrjmhodges, System/Administration/Networking08:24
jmhodgesoh duh08:24
czr:-)08:24
erickdderr08:24
erickstill there08:24
erick??08:24
dderrerick : yep08:24
=== cafuego ponders cyphases conundrum
=== arrik [n=arrik@12-217-233-148.client.mchsi.com] has joined #ubuntu
jmhodgesi keep imagining some nice command line work.. gui stuff is just too easy :p08:25
ericki cant install08:25
cafuegocyphase: Does it log anything when it crashes?08:25
dderrerick : why not08:25
erickbcoz08:25
cafuegojmhodges: vi /etc/network/interfaces08:25
ericki need to update something08:25
=== Swedish_Chef [n=razor@pcp09956275pcs.hyatsv01.md.comcast.net] has joined #ubuntu
arrikcan anyone tell me how to set up NetworkManager so i can manage my wifi connections?08:25
jmhodgescafuego, hehe08:25
dderrupdate what?08:25
=== jmhodges does it the easy way
erickummm08:25
cyphasecafuego, no08:25
ericki forgot08:25
cafuegojmhodges: See also 'man 5 interfaces'08:25
cyphasenot that i recall08:26
erickbut08:26
cafuegocyphase: You running anything specifically when it happens?08:26
cyphasegnome..08:26
cyphase:)08:26
erickwhy i cant use sudo su in08:26
cyphasebut no08:26
=== somebodick [n=guest@APoitiers-155-1-125-140.w86-201.abo.wanadoo.fr] has joined #Ubuntu
cafuegoerick: 'sudo su' is stupid.08:26
czrbluetooth isn't supported in breezy? (supported = automatic with some GUI)08:26
erickyeh08:26
cyphaseit crashes with no 3D apps..08:26
cyphaseand with 3D apps (neverball)08:27
somebodicksalu les clanpin08:27
cyphasei think..08:27
cyphaseit actually lasts longer with neverball open08:27
cafuegocyphase: Are you using the prepackaged nvidia driver or did you download and build the one from nvidia.com ?08:27
cyphaseprepackaged08:27
jmhodgesok, next question.. why does gtk-gnutella think my current ip settis is "0.0.0.0:21553"08:27
erickdderr can u help me with postfix08:27
cafuegojmhodges: That's "port 21553 on all interfaces"08:28
arrikhow do i edit my sources.list in /etc/apt to gain access to more packages?08:28
=== _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #ubuntu
cafuego!repos08:28
ubotuI heard repos is http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) see also !easysource08:28
dderrerick : prolly not, but feel free to ask questions08:28
jmhodgescafuego, well, the only connection its finding is on this same box.. 0.0.0.0:21153..08:28
=== Digis [n=digis@193.219.137.203] has joined #ubuntu
dderris pm personal message?08:28
Madpilotcafuego: what was up with ubotu's changed nick the last couple of days? "ubotflu"?08:28
erickyah08:28
jmhodgesi've let it up for hours at a time.. and nohting else pops up.. :/08:28
somebodickmoi je di il fo bruler les juifs08:28
dderrhow do i use it08:28
=== QFEXic [n=belkrvy@Fiberlink.73-164.lynx.net.lb] has joined #ubuntu
=== QFEXic [n=belkrvy@Fiberlink.73-164.lynx.net.lb] has left #ubuntu []
cafuegoMadpilot: Running a backup on a different server, ubotus host had no international connectivity due to DDOS08:29
tritium!fr08:29
ubotuVa a #ubuntu-fr et #kubuntu-fr pour aide et discussion en francais08:29
=== QFEXic [n=belkrvy@Fiberlink.73-164.lynx.net.lb] has joined #ubuntu
=== QFEXic is now known as euanaeBek
=== euanaeBek [n=belkrvy@Fiberlink.73-164.lynx.net.lb] has left #ubuntu []
Madpilotcafuego: messy - glad we had some bot access, anyway!08:29
somebodickil fo brul l feuj08:29
cafuegoMadpilot: You should have seen my pretty 'sudo cp -a'  bot installation ;-)08:29
=== RickLaptop [n=RickLapt@c-67-177-47-57.hsd1.ut.comcast.net] has joined #ubuntu
=== yuri [n=yuri@CPE00119552786e-CM014270032311.cpe.net.cable.rogers.com] has joined #ubuntu
cafuegosomebodick: Please use english if you need to ask questions here.08:30
cafuegosomebodick: Anders begrijpt niemand er een hol van08:30
RickLaptop!botsnack08:30
ubotu:)08:30
cafuegocyphase: Are you running the optimum kernel for your system?08:30
yurihey guys, the volume is a bit too low in ubuntu. the slider is at max and so is VLC but it's still too quiet. how do i remedy?08:30
cyphasecafuego, k7 on an AMD Athlon08:31
arrikthanks, got it :D08:31
czryuri, try opening the volume control application and trying the other sliders there08:31
Madpilotcafuego: so even messier than I was imagining, then? :P08:31
cyphaseyuri, there's Master, and there's08:31
cyphasePCM08:31
cafuegocyphase: Okay....08:32
yuriwhere is the control program loocated?08:32
cafuegoMadpilot: The term "ugly-ass hack" comes to mind ;-)08:32
cyphasedouble click the sound icon08:32
cyphasein the bar08:32
=== Kwitschibo [n=Kwitschi@p5480667B.dip.t-dialin.net] has joined #ubuntu
RickLaptop!root08:32
ubotumethinks root is rumour has it, that root is disabled in Ubuntu, actually this means there is no password set for the root account, use sudo when you need admin access, you can read all about it on http://wiki.ubuntu.com/RootSudo08:32
=== [caminante] [n=caminant@VA1-1D-u-0566.mc.onolab.com] has joined #ubuntu
siriusnova!sex08:33
ubotuNo idea, siriusnova08:33
siriusnovalol08:33
cafuegocyphase: Any heat issues that you're aware of with the card?08:33
tritiumsiriusnova: please don't do that08:33
siriusnova:)08:33
cyphasenope08:33
Madpilotcafuego: like I said, at least it worked - the mess didn't show at our end!08:33
cyphase!kick08:33
ubotuI haven't a clue, cyphase08:33
siriusnovahow do we use ubotu?08:33
RickLaptop!women08:33
pnoobbusted08:33
ubotuBugger all, i dunno, RickLaptop08:33
siriusnovalmao08:34
tritiumenough, kids08:34
Madpilot!botabuse08:34
ubotuYou can play with me in /msg without being banned.08:34
=== clVRwb [n=iooahoov@81.214.90.218] has joined #ubuntu
=== clVRwb [n=iooahoov@81.214.90.218] has left #ubuntu []
cafuegohttps://wiki.ubuntu.com/UbotuUsage08:34
=== cindy_trinidad [i=Happy102@203.215.87.9] has left #ubuntu []
Madpilot!tell siriusnova about ubotu08:34
=== mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has joined #ubuntu
=== clVRwb [n=iooahoov@81.214.90.218] has joined #ubuntu
=== bazka16 [n=bazka16@12-43-112.adsl.terra.cl] has joined #ubuntu
=== clVRwb is now known as aohUvjeoV
RickLaptopis /msg a separate channel like #abuntu is?08:34
siriusnovawhats going to be new in 6?08:35
=== aohUvjeoV [n=iooahoov@81.214.90.218] has left #ubuntu []
RickLaptop*ubuntu08:35
siriusnovaUbuntu 6 that is08:35
MadpilotRickLaptop: no - do /msg <nick> <message> to start a private chat with one other user08:35
=== bytefoo [n=MasterTs@cpe-24-27-14-19.austin.res.rr.com] has joined #ubuntu
RickLaptopoh ok08:35
erickdderr how to change ipaddress08:35
RickLaptopty08:35
siriusnovaAnyone here run Ubuntu on a thinkpad?08:35
czrerick, System/Administration/Networking08:35
crimsunsiriusnova: x41-2527 here.08:36
erickafter that08:36
=== bazka16 [n=bazka16@12-43-112.adsl.terra.cl] has joined #ubuntu
siriusnovacrimsun - how does it run, any install problems? what isn't supported?08:36
Madpilotsiriusnova: have a look here: https://wiki.ubuntu.com/LaptopTestingTeam08:36
czrerick, are you using dhcp or static IP?08:36
sudhirsiriusnova : IBM -R52 here08:36
RickLaptophmm08:36
cyphasecafuego, what "species" is ubotu?08:36
erickill changing it to staic08:36
cyphase(what program are you using)08:36
erickill changing it to static08:36
=== somebodick is now known as tartouz
dderri think that is in /etc/network/interfaces08:37
czrerick, select eth0, then press properties, then switch out of dhcp there08:37
sudhiranyone here configured GPRS ?08:37
cafuegocyphase: "tard"08:37
erickim using terminal08:37
czrerick, man interfaces and edit /etc/network/interfaces and use ifdown eth0 and ifup eth008:37
dderrvim /etc/network/interfaces08:38
=== loorn1 [i=kumiseta@addr-82-128-203-224.suomi.net] has joined #ubuntu
erickw808:38
dderrhe is gonna be so lost in vim08:38
matidUse nano08:38
czrand vim is user friendly after all ;-)08:38
matidnano /etc/network/interfaces08:38
matidor08:38
matidpico /etc/network/interfaces08:38
=== dell500 [n=dell500@12-216-244-28.client.mchsi.com] has joined #ubuntu
matidDepends which name you like more ;)08:39
cafuegouse $EDITOR and you'll be fine.08:39
=== leather_n_luv [n=josh@dialup-4.227.204.134.Dial1.Denver1.Level3.net] has left #ubuntu ["Leaving"]
cafuego!start an editor war08:39
ubotuvim is better than emacs.08:39
cafuegonuff said08:39
matidEveryone knows that, but it's usable only once you're used to it08:39
erickcan i use vi here08:39
=== Sneaky_Bastard [n=Sneakste@209.151.242.178] has joined #ubuntu
nevynhrm...08:39
cafuegonevyn: still oopsie goodness?08:40
erickdderr08:40
sudhirwhat is command for apt search ?08:40
nevyncafuego: yeah08:40
czrsudhir, apt-cache search keyword08:40
sudhirthanks08:41
dderrvi is fine08:41
nevyncafuego: thought it might be the bios.. but that seems to require booting that other os.08:41
cafuegonevyn: Tried a k7 kernel?08:41
czrsudhir, and apt-cache show package_name08:41
nevynthe dos based bios updater doesn't wanna play08:41
cafuegoIcky08:41
nevyncafuego: this is opterons so definitly k808:41
=== sorsis [n=sorsis@hoas-fe3ddd00-153.dhcp.inet.fi] has joined #ubuntu
dderrerick: open this up also http://www.debian-administration.org/articles/25408:41
=== rob1 [n=Robert@ubuntu/member/rob1] has joined #ubuntu
=== henk [n=henk@cp11902-a.tilbu1.nb.home.nl] has joined #ubuntu
nevyncafuego: the uniprocessor k8 kernel works08:42
nevynjust the smp one oopses08:42
cafuegonevyn: Sounds like it might indeed be bios then08:42
dderrerick: your host name and dns is prolly ok, don't mess w/ it08:42
cafuegonevyn: Actually, try the 2.6.15 one from dapper...08:42
erickbut08:42
ericki need to setup this in static08:42
dderrerick: i suspect your gateway is good also08:43
=== bytefoo [n=MasterTs@cpe-24-27-14-19.austin.res.rr.com] has joined #ubuntu
cafuegonevyn: ... or a vanilla debian smp one.08:43
sudhiranyone here configured GPRS ?08:43
dderrread section Setting up your IP address.08:43
dderrthat is a static ip address08:43
dderrsomeone correct me if i am wrong08:43
erickok tnx ddere08:43
=== lucis [n=sam@adsl-70-232-89-54.dsl.ltrkar.sbcglobal.net] has left #ubuntu []
mojoanyone real familiar with startup scripts in ubuntu?  i have three network interfaces going, and only two start up automatically.  Additionally, sharing of the internet won't start until I manually start up Firestarter.  Cant iptables or whatever start the firewall rules at startup?  Any advice/direction appreciated!08:43
nevyncafuego: via K800T chipset08:44
Madpilotmojo: you can set Firestarter to start when Ubuntu/gnome start up08:44
cafuegonevyn: That OUGHT to be completely supported08:44
=== ChaKy [n=chaky@lns02-1064.dsl.iskon.hr] has joined #ubuntu
mojoMadpilot: u mean gksudo it?08:44
Madpilotmojo: System menu -> Prefs -> Sessions08:44
czrthen again, it's VIA ;-)08:44
=== axl [i=c01asg@peppar.cs.umu.se] has joined #ubuntu
mojoMadpilot: that may work as a hack, but I was hoping there was a cmdline way to get the masquerading to start up08:45
dderrerick : your gateway may be differnt08:45
dderrthis is where your router is08:45
Madpilotmojo: AFAIK there's an option in Firestarter, it'll add itself to your sessions08:45
dderrfor example mine is 192.168.0.108:45
mojoMadpilot: okay I will poke around in firestarter08:45
mojothx08:45
=== leather_n_luv [n=josh@dialup-4.227.204.134.Dial1.Denver1.Level3.net] has joined #ubuntu
=== chk_m8 [n=anpu@dpc6744159028.direcpc.com] has joined #ubuntu
=== n0dl [n=n0dl@pool-71-104-59-182.lsanca.dsl-w.verizon.net] has joined #ubuntu
czrhmm. what is the easiest way to ingrate iptables load on ubuntu startup?08:46
dderris there a good way for erick to find what his gateway and broadcast address it08:46
chk_m8anyone wakeful08:46
leather_n_luvuptime08:46
nevyncafuego: ok windows sees the SMP fine08:47
nevynczr: now now they've done better recently08:47
cafuegonevyn: Then I reckon I'd try the k8-smp dapper kernel.08:47
=== leather_n_luv [n=josh@dialup-4.227.204.134.Dial1.Denver1.Level3.net] has left #ubuntu ["Leaving"]
czrnevyn, just my IMHO :-)08:47
n0dlcan someone help me compile naim?08:47
cafuegonevyn: just add dapper repo, install linux-image-2.6.15-k8-smp, disable dapper08:47
dderrerick: i think your dhcp server (router) needs to know what ips are static, at least it needs to not collide w/ these addressed08:47
n0dlit keeps im telling me it cant find a curses library08:47
cafuegonevyn: Did wonders for the Mac Mini here too ;-)08:48
n0dlhow do i fix this?08:48
nevyncafuego: lemme check the bios ver and such first08:48
chk_m8i need some totem help i tryed to follow the guide to make totem plat .WMV but do not seem to be doing it right08:48
=== matid [n=matid@195.116.35.246] has joined #ubuntu
=== cafuego checks the chicken
n0dldoes anyone know how to compile naim?08:49
=== tujaimuiOo [n=okoaei@86.104.193.7] has joined #ubuntu
=== tujaimuiOo [n=okoaei@86.104.193.7] has left #ubuntu []
=== christoph [n=christop@e-83.vc-graz.ac.at] has joined #ubuntu
dderrerick : u still there?08:51
n0dl...08:51
=== adrian15 [n=alumnes@talarn.udl.es] has joined #ubuntu
=== axl [i=c01asg@peppar.cs.umu.se] has left #ubuntu []
sudhiranyone here configured GPRS ?08:53
n0dldpes anyone know how to compile naim?08:53
czram I correct to understand that ifup/ifdown will run all the scripts that are in /etc/network/if-down.d/ & if-up.d/ (and the two other dirs)?08:53
chk_m8lick on "Edit" on the menubar, and then on "Preferences" you'll get an dialog with three tabs, make sure the tab called "General" is open and click "Add Proprietary Plugins. >>Add Proprietary Plugins is not there<<08:54
=== liable [n=linux@pdpc/supporter/active/liable] has joined #ubuntu
=== kestas [n=kestas@ppp169-240.lns1.per1.internode.on.net] has joined #ubuntu
mojoczr: looking at firestarter docs it seems that it has an /etc/init.d/firestarter script... but I am still not sure.  i guess i need to learn more about my start/stop scripts.  i'm hoping i didn't accidentally edit one that is managed and stop it from getting updated or sumthin...08:55
phlaegelanybody know if the current rhythmbox in breezy (or backports) has the daap sharing enabled?08:55
czrmojo, dpkg -L firestarter | grep /etc/init.d08:56
czrmojo, my point was rather how to integrate iptables properly, and I'm not planning on using firestarter08:56
cafuegoczr: Youc an call 'iptables-save' and 'iptables-restore' via interfaces (5)08:57
cafuego!info naim08:57
kestasdoes anyone know where I should go for OS X shell scripting help?08:57
czrcafuego, duh. but how to integrate that properly in ubuntu so that when interfaces are coming up the rules are already there08:57
ubotunaim: (A console client for AOL Instant Messenger and IRC), section universe/net, is optional. Version: 0.11.7.3.1-1 (breezy), Packaged size: 184 kB, Installed size: 472 kB08:57
cafuegoczr: Check the namepage. it explains.08:58
mojoczr: oh, okay.  well i am curious here too... just before you wrote on this, i was asking becuse my rules for internet connection sharing don't seem to start until i run firestarter gui08:58
Chousukekestas: man bash08:58
Chousuke;)08:58
cafuegoeh, manpage.08:58
=== ColonelKernel [i=ponnet@12-218-155-108.client.mchsi.com] has joined #ubuntu
czrcafuego, not it doesn't, I checked it already08:58
cafuegon0dl: 'sudo apt-get install naim'08:58
mojoczr: but i think my issue is with the masquerading part08:58
czrcafuego, that's why I asked how ifup/ifdown behave with respect of /etc/network/if-up.d and if-down.d08:58
kestasChousuke, OS X doesnt use bash08:58
Chousukeyes it does.08:58
erickdderr, ur right08:58
dderris it working?08:59
kestasChousuke, and there are lots of fucked up differences, like sed -e 's/blah/\n/' does what you'd expect on linux/freebsd, but not on OS X08:59
erickdderr, yah08:59
cafuegoczr: yes, it does. Try reading PAST the first page. Specifically, paragraph one of the "IFACE OPTIONS" section.08:59
Chousukeolder versions may use tcsh but mine sure has bash.08:59
=== MAPD [n=bzzzzz@dna243-249.satp.customers.dnainternet.fi] has joined #ubuntu
Chousukekestas: sed is not a bash command08:59
erickdderr, i change my router08:59
cafuegoczr: Even more specifically, the explanation for 'pre-up'.08:59
kestasChousuke, right well I said with bash scripting08:59
erickdderr, into static08:59
dderrgood, glad it worked08:59
erickdderr, tnx bro08:59
Chousukesed is a separate tool. it has nothing to do with bash scripting08:59
kestasChousuke, it includes all those posix tools08:59
Chousukenot really.08:59
czrcafuego, sure. but the problem is that I'd like to run firewall rules in before any interface is up (I have multiple)09:00
Chousukeyou can script those tools with any shell09:00
kestasChousuke, well thats a matter of opinion, but Ive never seen a bash script of any complexity which doesnt use sed09:00
erickdderr, my next problem would be the postfix09:00
czrand pre-up inside interfaces works only per interface context09:00
cafuegoczr: So call 'em as 'pre-up' in the stanza for lo.09:00
Chousukekestas: so man sed09:00
czrcafuego, hmm. indeed :-) thanks09:00
dderrerick : good luck w/ all of that :)09:00
Chousukeand learn how the FreeBSD-based sed differs from GNU sed.09:00
ericktnx09:00
=== czr bangs his head against the wall for now seeing that :-)
cafuegoczr: or just write a /etc/init.d/firewall script by hand.09:00
erickim using ubunto for 1hr09:01
=== czr misses /var/lib/iptables ;-)
czror rather /etc/init.d/iptables09:01
cafuegoczr: Yes, want them?09:01
Chousukekestas: basically OS X includes the same tools as most linux distros. just different implementations09:01
cafuegoczr: I saved mine and sue them happily :-)09:01
Chousukeyou can install gnu versions if you like.09:01
czrcafuego, heh09:01
kestasChousuke, where can you get them?09:02
Chousukevia fink or something09:02
czrcafuego, I think I'll use the lo pre-up. hmm. however, what is the order that ifup -a will process the interfaces?09:02
cafuegoczr: ftp://ftp.cc.com.au/pub/users/cafuego/ipt.tgz09:02
=== runge [n=runge@host-206-98.wetternet.net] has joined #ubuntu
=== fabien__ [n=fabien@dra38-4-82-240-103-27.fbx.proxad.net] has joined #ubuntu
=== cafuego put that back on all his Debian machines
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu
Chousukeit's probably a bit troublesome to replace all the tools with gnu equivalents thogh.09:03
Chousukethough*09:03
czrcafuego, I did that for new debians, but I was thinking that ubuntu must have some other way of doing it09:03
czrguess not09:03
cafuegoChousuke: Not really, fink!09:03
Chousukeit might break apple's own shell scripts too.09:03
Chousukecafuego: well, yeah. but then you'd have to make $PATH so that /sw/bin is searched before /usr/bin ;P09:04
cafuegoChousuke: That's easy enough, though.09:04
ChousukeHmm. I guess it is.09:04
ChousukeI'd just learn to use FreeBSD sed :D09:04
=== kuRupT [n=kuRupT@33.224.62.81.cust.bluewin.ch] has joined #ubuntu
cafuegoJust use 'tr' instead.09:04
Chousukebut it's freebsd tr!09:05
=== chaumurky [n=mainacco@203-214-141-96.perm.iinet.net.au] has joined #ubuntu
Chousukeactually, it isn't09:05
Chousukeseems like it's gnu.09:05
=== mfHaHqe [n=aueipo@86.104.193.7] has joined #ubuntu
=== mfHaHqe [n=aueipo@86.104.193.7] has left #ubuntu []
=== mfHaHqe [n=aueipo@86.104.193.7] has joined #ubuntu
=== Tomcat_ [n=Tomcat@p54A18ADC.dip0.t-ipconnect.de] has joined #ubuntu
=== mfHaHqe [n=aueipo@86.104.193.7] has left #ubuntu []
=== akumar [n=akumar@adsl-68-88-13-233.dsl.hstntx.swbell.net] has joined #ubuntu
=== graig [n=graig@ppp-70-225-45-170.dsl.covlil.ameritech.net] has joined #ubuntu
dderrerick : what is postfix, and why you trying to use it09:08
graighi, can anyone record sound properly on ubuntu breezy?09:08
akumarI can't record any sound in Ubuntu after a months' effort :(09:08
ericki creating email server09:08
=== ikQqjN [n=aueipo@86.104.193.7] has joined #ubuntu
=== ikQqjN [n=aueipo@86.104.193.7] has left #ubuntu []
graigthats really crappy, they should have updated it or something by now.09:09
chaumurkyI have recorded from gnomeradio through the line in np09:09
akumarThe audio properties... I changed them several times.... but no combination records sound :(09:09
erickdderr, postfix is for email server09:09
=== ThE_LiGaR [n=ThE_LiGa@202.73.121.209] has joined #ubuntu
graigthe combination i used to use diddn't work, but some other one did, but with really messed up sound.09:10
dderrhow do i kill X, ctl alt backspace keeps firing it back up09:10
dderreven if i'm logged in09:10
=== freenik [n=nik@port-212-202-36-70.dynamic.qsc.de] has joined #ubuntu
=== eccf [n=fubar@cm111.sigma201.maxonline.com.sg] has joined #ubuntu
=== ElNooboStupido [i=ponnet@12-218-155-108.client.mchsi.com] has joined #ubuntu
chaumurkysudo /etc/init.d/gdm stop09:10
chaumurkythen run nirc from the tty ;-)09:11
=== Slackwise [n=lance@68-186-27-184.dhcp.astr.or.charter.com] has joined #ubuntu
chaumurky(naim)09:11
dderrhehe09:11
dderrthx09:11
graigif i used mabey a different distro could i probably record sound?09:11
akumarGraig are you using Ubuntu or Kubuntu?09:12
chaumurkywho knows?09:12
=== cvt [n=cvt@pcp08899240pcs.hcksrd01.tn.comcast.net] has joined #ubuntu
=== MrPoopyPants [i=ponnet@12-218-155-108.client.mchsi.com] has joined #ubuntu
Chousukegraig: maybe you could tell what's wrong with recording sound so we perhaps have a chance of fixing it09:13
MadpilotHas anyone else had a problem with Serpentine burning coasters? I've wasted a whole bunch of CD-Rs with Serp. this week, but k3b burns good audio CDs... same files, same burner, same stock of blanks, same speed settings...09:13
=== mitey` [n=ubuntu@ip24-255-220-238.ks.ks.cox.net] has joined #ubuntu
graigwhen i try to record sound, i go to the line-in slider.  it has 2 buttons under it, and i hit record, and toggling audio capture does nothing to record sound..  however enabling  the mute lets sound record in audacity, but its all messed up.  the levels are wrong, and its at half volume and noisy.09:15
=== BlueDevil [n=mircea@81.196.151.21] has joined #ubuntu
=== senectus [n=senectus@203-59-129-223.perm.iinet.net.au] has joined #ubuntu
graigany ideas?09:16
akumarGraig, I have similar problems! And there are many more like us! Search it in Ubuntuforums.org09:16
=== Topslakr [n=Topslakr@24-54-42-180.lndnnh.adelphia.net] has joined #ubuntu
akumarGraig I guess you could try a different distro to check it... start your experiment with Kubuntu09:17
dderri am trying to install linux headers, but i don't see my version in aptitude09:17
dderrkernal headers09:17
Madpilotdderr: which kernel are you running?09:17
chaumurkyuname -r09:18
=== pnoob [n=phil@dsl017-073-218.chi4.dsl.speakeasy.net] has joined #ubuntu
dderr2.6.12-10-amd64-generic09:18
newbccan you play .mov files in linux09:18
pnoobhow do I tell what my kernel version is?09:18
yatesyuname -a09:18
pnoobyatesy,  thanks09:18
dderrhow do i determine what header files are actually installed09:19
Madpilot!w32codecs09:20
Madpilot...gah09:20
Madpilot!tell newbc about w32codecs09:20
naliothMadpilot: !quicktime09:20
naliothMadpilot: micros* doesnt do .mov files09:21
dderrhmm, aptitude http://us.archive/ubuntu.com breezy Release.gpg [ERROR] 09:21
=== Inzion [n=Inzion@213.144.129.158] has joined #ubuntu
dderr  Temporary failure resolving 'us.archive.ubuntu.com'09:21
Madpilotnalioth: I thought all those formats were rolled up into the w32codecs stuff?09:22
dderrthst is what happens when i do an update package list in aptitude09:22
naliothMadpilot: micro* doesnt play with mov files09:22
chaumurkylibquicktime1 - A library for reading and writing Quicktime files09:23
=== DJ_Mirage [n=djmirage@biggetje.xs4all.nl] has joined #ubuntu
dderrtime for bed thx for help everyone09:25
=== exemplari [n=exemplar@ca-stmnca-cuda4-gen2k2-72.vnnyca.adelphia.net] has joined #ubuntu
=== Brendon [n=Brendon@c-66-176-112-43.hsd1.fl.comcast.net] has joined #ubuntu
=== ubuntu_ [n=ubuntu@217.167.255.237] has joined #ubuntu
=== ubuntu_ is now known as kal
=== kal is now known as kalim
=== brad_ [n=brad@222-153-147-245.jetstream.xtra.co.nz] has joined #ubuntu
kuRupTehm can somone help me? i have problems with my nvidia graka.. and wnat ask that the new driver how's release also work for my nvidia geforce 6600 ? http://www.nvidia.com/object/linux_display_ia32_1.0-8174.html09:27
=== kalim [n=ubuntu@217.167.255.237] has left #ubuntu ["Leaving"]
=== bjweeks [n=bjweeks@24.137.180.14] has joined #ubuntu
=== fonsk3n [n=fonsk3n@86-39-40-227.customer.fulladsl.be] has joined #ubuntu
kuRupTdoes it work also for my nvidia geforce 660009:27
chaumurkydoesn't it say on the site?09:28
mattyvi hav a kernal image Q as well, since install i have moved to 2.6.12-9-686 from the default 386, then there was an update so im now on 2.6.12-10-686. I want to remove some old entries but not sure what to uncheck in synaptic. Basically i want latest 686 and maybe original 386 for safety...anyone tell what to remove??09:28
=== nalioth is now known as nalioth_zZz
=== bjweeks [n=bjweeks@24.137.180.14] has left #ubuntu ["Leaving"]
kuRupTChamwork- i dont know09:29
GTroyanyone know what a public_html directory for firefox might be?09:29
brad_i get an error when attempting to follow the proceedure to install the x-org accellerated driver09:29
brad_fpr ati09:29
brad_for*09:29
=== eccf [n=fubar@cm111.sigma201.maxonline.com.sg] has joined #ubuntu
=== siriusnova is now known as sirius|Zzz
kuRupTChamwork- id must be work with all nvidia G.. but i don't know that 100%09:32
TokenBadI went through cups and added my printer, epson stylus 740, but for some reason it will not work...the test print acts like printing but nothing on page, or it just sits there and does nothing.....09:33
=== mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has left #ubuntu ["Leaving"]
brad_when logging imn in text mode (without gdm) how does one remove the message abouy ubutus lack of warrenty etc09:34
=== vega- [i=mikko@lotus.puolikuu.net] has joined #ubuntu
=== mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has joined #ubuntu
=== Lieex [n=oracle@222.92.109.226] has joined #ubuntu
=== brad_ [n=brad@222-153-147-245.jetstream.xtra.co.nz] has left #ubuntu ["Leaving"]
vega-i'm using ubuntu breezy with gnome and two monitor (xorg.conf here: http://pastebin.com/463427) and everything works just find, but when switching to KDE my other screen is just blank, any ideas? I would have thought that xinerama etc. is X11 business, not the window managers?09:36
=== eno-away [n=eno@adsl-70-137-138-252.dsl.snfc21.sbcglobal.net] has joined #ubuntu
vega-i've tried to fiddle with KDE's control panel and the dual screen settings but it doesn't do anything useful09:37
=== mainbrain [n=ubuntu@adsl-ull-57-166.46-151.net24.it] has joined #ubuntu
=== mainbrain [n=ubuntu@adsl-ull-57-166.46-151.net24.it] has left #ubuntu ["Sto]
GTroyanyone want to help me install an app?09:38
GTroythe instructions are a bit confusing09:39
vega-is the "app" some kind of secret?09:39
vega-because otherwise it is kind of hard helping09:39
GTroyprivate wiki09:39
GTroyinvitation only09:39
vega-there are probably a 100 wiki software out there09:39
GTroythis isn't the best one then09:40
vega-i've been using mediawiki, don't know about the others09:40
=== xester good morning
osfameronmediawiki is rather good09:40
osfameronand very nice to instsall09:40
GTroyhave you heard of pmwiki?09:41
vega-no09:41
=== GTroy is the one I'm trying to install
=== topyli [n=juha@dsl-hkigw3-fe23de00-139.dhcp.inet.fi] has joined #ubuntu
GTroyvega: I'll post the instructions in #flood if you're willing to give it a try09:41
osfameronI think I once installed a pmwiki09:42
osfameronlong time ago, I had to fix a line of code which was broken :-)09:42
vega-GTroy: sorry i'm off to a meeting in a few minutes09:42
=== GTroy gave it a couple hours last night, and gave up
=== NaAani` [n=josef@unaffiliated/NaAani] has joined #ubuntu
osfameronGTroy: summarize what kind of problems you were having?09:42
GTroyhow bout you osfameron?09:42
osfameronGTroy: I haven't got time to try a whole installation out09:43
osfameronbut tell me what you were doing and I'll see if I have any ideas :-)09:43
GTroywell the instructions say to place the directory in "a location accessible by your webserver"09:43
sirius|Zzzanyone here own a thinkpad?09:43
=== sirius|Zzz is now known as sirius
=== sirius is now known as siriusnova
GTroyand I don't know where to put it09:44
GTroytried firefox's extensions with no progress09:44
MadpilotGTroy: /var/www - or whereever you've set your Apache install to look09:44
vega-are you running your own webserver?09:44
GTroyno09:45
GTroyno webserver09:45
osfameronGTroy: ok, well if this is an installation for work (as I inferred above) your web admin should be able to help you with that09:45
osfameroneeeek!09:45
osfameronno webserver?09:45
GTroyyeah I know09:45
vega-where do you plan on installing the wiki then?09:45
=== aztek [n=shnazzy@c-24-21-62-86.hsd1.or.comcast.net] has joined #ubuntu
=== osfameron scratches his head
vega-it needs a webserver that's for sure09:45
GTroyoh, that helps some then09:45
aztekhow do I change file permissions to my user and not just root09:45
GTroyit's not mine09:45
GTroyit's a friends wiki,09:46
osfameronaztec: chown username file09:46
Madpilotaztek: sudo chown - but be careful with it09:46
vega-GTroy: well he has to install a webserver first, then install the wiki09:46
=== tech [n=tech@210.5.70.229] has joined #ubuntu
GTroyvega: I can't use his webserver?09:47
tech\j zamboanga09:47
vega-sure09:47
GTroyok cool09:47
osfameronGTroy: take a deep breath and explain the setup :-)09:47
MadpilotGTroy: of course you can, if you've got enough access to it to do the install...09:47
vega-i'm off..09:47
=== DRAGON_Ultra [n=DRAGON_U@adsl-70-232-60-5.dsl.ltrkar.sbcglobal.net] has joined #ubuntu
aztekthanks09:47
=== GTroy just uses ubuntu for multimedia desktop, and a friend gave an invite to his private wiki
osfameronGTroy: so he already has a wiki?09:48
GTroyyeah09:48
GTroyI've got a username and password already setup09:48
osfameronok09:48
osfameronand can you log into it?09:49
GTroyyeah, but I can't write anything in it09:49
osfameronwhat happens when you try?09:49
GTroyjust like a webpage09:49
=== SOMNIVM [i=somnivm@157.214.97-84.rev.gaoland.net] has joined #ubuntu
MadpilotGTroy: which wiki is your friend running?09:50
GTroypmwiki09:50
osfameronGTroy: is there a hyperlink like "Edit" anywherre on the page ?09:50
GTroyhold on lemme check09:50
GTroyyeah, basic editing09:51
GTroyguess that solves my problem :D09:51
=== GTroy feels incredibly, incredibly stupid right now
=== GTroy but also grateful
=== Chameleon22 [n=serg@60-240-142-175-vic-pppoe.tpgi.com.au] has joined #ubuntu
osfameronGTroy: no need to feel stupid09:52
=== cew_jutek [n=cece_mha@202.154.63.62] has joined #ubuntu
=== cew_jutek is now known as girly_182
osfameronbut it is worth thinking about how to ask the question for next time :-)09:52
GTroyosfameron: thanks for the help :D09:52
osfameronfor example, you asked "how do I install the app" and not "I tried to use an existing app and it didn't work"09:53
=== Dmon [n=dmon@81-234-129-72-o824.telia.com] has joined #ubuntu
GTroyyeah, I'm not knowledgeable about wikis09:53
GTroythat was a problem09:53
osfameronyeah, it's often difficult to know what you want when you're not au fait with the topic09:53
GTroyvery true09:53
osfameronso when you're asking the question just start at the beginning :-)09:54
GTroywill do09:54
=== GTroy knows what it's like, I've helped a person with their wifi
osfameronGTroy: heh, I could have used your help a couple of days ago then09:55
=== stephank [n=stephank@ip503dc86f.speed.planet.nl] has joined #ubuntu
girly_182hi blinkerss,,,hello there09:55
=== iiuAoJWaeo [n=uafzboi@86.104.193.8] has joined #ubuntu
=== iiuAoJWaeo [n=uafzboi@86.104.193.8] has left #ubuntu []
osfameronI had to buy a temporary ADSL modem because my router melted09:56
osfameronit doesn't have drivers for Linux, so becuase I haven't got time to faff about I'm using gf's iBook09:56
osfameron(which is less painful than I thought, but not as nice as ubuntu)09:56
=== iiuAoJWaeo [n=uafzboi@86.104.193.8] has joined #ubuntu
=== iiuAoJWaeo [n=uafzboi@86.104.193.8] has left #ubuntu []
=== noco37 [n=noco37@c-67-162-105-109.hsd1.il.comcast.net] has joined #ubuntu
girly_182....09:57
=== Nerened [n=Nerened@c-24-21-184-170.hsd1.or.comcast.net] has joined #ubuntu
nevyncafuego: what was that source for newer kernels09:57
=== soldieruk400 [n=peter@host86-144-57-105.range86-144.btcentralplus.com] has joined #ubuntu
=== joachim-n [n=joachim@ACD8F96B.ipt.aol.com] has joined #ubuntu
soldieruk400how do you register as a user of unbuntu10:00
osfameronis that the special edition for vampires? :-)10:01
soldieruk400o and goodmorning all :O)10:01
=== aztek [n=shnazzy@c-24-21-62-86.hsd1.or.comcast.net] has joined #ubuntu
soldieruk400lol10:01
=== stask312 [n=stask312@212.143.59.228] has joined #ubuntu
girly_182am i..10:01
=== girly_182 [n=cece_mha@202.154.63.62] has left #ubuntu []
=== teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu
soldieruk400does anyone in here use kubuntu and is it any good10:02
nevyn!dapper10:02
ubotuThe 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake10:02
=== olicat [n=phendric@host81-138-210-156.in-addr.btopenworld.com] has joined #ubuntu
soldieruk400when is that relased ?10:02
osfameronI didn't know you could register, certainly don't think you *need* to to get support.  Well,  you can register with the forums10:02
xspadesjune 0610:03
soldieruk400cool10:03
soldieruk400will that just be an add on to unbuntu or a compleat install10:03
xspadeswill be the next version afiak10:03
xspadesie, breezy is 5.1010:03
soldieruk400sounds good to me10:04
Madpilotsoldieruk400: it'll be a complete new version, but you can upgrade an existing version to the lastest quite easily10:05
soldieruk400ive been using this for a few days now makes win xp look crap lol10:05
=== Trackilizer [n=Trackili@p54AED090.dip.t-dialin.net] has joined #ubuntu
soldieruk400god i luv this linux stuff lol10:05
DRAGON_Ultraare you new to linux10:06
soldieruk400i think we should have an option to have what ever o/s we want10:06
=== rochefel [n=rochefel@mx1.mindgate.net] has joined #ubuntu
soldieruk400i am new to linux yes10:06
rochefeltest10:06
TrackilizerHey guys, need your help, just installed Ubuntu on my old PC too and the thing is my old PC onl has an onboard graphics card, i wanted to know where to check the exact name of the card so that i can then look for drivers.10:06
DRAGON_Ultrawelcome to linux then10:07
=== mustard5 [n=mustard5@111.a.001.sop.iprimus.net.au] has joined #ubuntu
soldieruk400im new myself trackilizer10:07
=== kestas [n=kestas@ppp169-240.lns1.per1.internode.on.net] has joined #ubuntu
=== jochen [n=jochen@p54A10C38.dip0.t-ipconnect.de] has joined #ubuntu
soldieruk400thanks dragon_ultra10:08
soldieruk400takes a bit of getting used to but i like it :O)10:08
DRAGON_Ultrayes it does but well worth it I think10:09
DRAGON_Ultranite all10:09
=== DRAGON_Ultra [n=DRAGON_U@adsl-70-232-60-5.dsl.ltrkar.sbcglobal.net] has left #ubuntu ["Linux]
Trackilizeri'm not really new to it, i just want to know how to check the exact name of my graphics card10:09
soldieruk400i think it should be in pc world on there pcs lol like mac and xp lol10:09
soldieruk400ok well good look in finding your driver10:10
=== snpz [n=buuu@159.148.143.5] has joined #ubuntu
=== daishadar [i=daishada@s229-105.resnet.ucla.edu] has joined #Ubuntu
osfameronTrackilizer: lspci ?10:11
Trackilizerosfameron, thanks alot10:12
Trackilizerworked like a charm10:12
Trackilizer:)10:12
=== teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu
=== stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu
soldieruk400well all im off to clean up before the wife gets back from school lol10:13
=== girly_182 [n=cece_mha@202.154.63.62] has joined #ubuntu
=== girly_182 [n=cece_mha@202.154.63.62] has left #ubuntu []
=== Filbert [n=filbert@d54C14421.access.telenet.be] has joined #ubuntu
=== bigfoot1 [n=opera@FLH1Abr094.fko.mesh.ad.jp] has joined #ubuntu
=== cdubya [n=chris@ppp-69-148-166-160.dsl.ksc2mo.swbell.net] has joined #ubuntu
=== jgi [n=jgilli@251.9.39-62.rev.gaoland.net] has joined #ubuntu
jgimorning all10:18
=== hyphenated [n=caleb@210-86-92-65.jetstream.xtra.co.nz] has joined #ubuntu
=== daishadar [i=daishada@s229-105.resnet.ucla.edu] has left #Ubuntu []
=== bigfoot1 [n=opera@FLH1Abr094.fko.mesh.ad.jp] has left #ubuntu []
jgii'm looking for libhowl0 in ubuntu, but it seems that it's not in the packages repository, do you know where i could find it in the repository ?10:19
=== daishadar [i=daishada@s229-105.resnet.ucla.edu] has joined #ubuntu
=== chaumurky [n=mainacco@203-214-141-96.perm.iinet.net.au] has joined #ubuntu
=== redguy [n=mati@ada208.neoplus.adsl.tpnet.pl] has joined #ubuntu
mattyvdo u hav the extra repos enabled?10:21
=== mrzogs [n=mrzogs@85-18-136-70.fastres.net] has joined #ubuntu
jgimattyv, no10:21
=== daishadar [i=daishada@s229-105.resnet.ucla.edu] has left #ubuntu []
Madpilot!repos10:21
ubotuhmm... repos is http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) see also !easysource10:21
chaumurky /etc/apt/sources.list tells you how...10:22
=== mmarle [n=marle@dsl6-118.fastxdsl.nl] has joined #ubuntu
jgiMadpilot, mattyv, chaumurky : thanks !10:22
Madpilotnp10:23
=== Sonderblade [n=muh@213.131.147.169] has joined #ubuntu
=== cdubya loves it when formatting data coming out of dbs doesn't work like it's documented......ugh
=== carlos [n=carlos@71.Red-83-53-49.dynamicIP.rima-tde.net] has joined #ubuntu
jgithere is a mention of hoary-extras on this page, is there a "breezy-extras" too ?10:26
=== ximatr [n=ximatr@200.56.224.154] has joined #ubuntu
=== mrzogs is away: Sono occupato lascia un msg quando torno ti rispondo
=== marc`` [n=marek@195.146.147.83] has joined #ubuntu
=== marc`` [n=marek@195.146.147.83] has left #ubuntu ["Odchdzam"]
=== cdubya [n=chris@ppp-69-148-166-160.dsl.ksc2mo.swbell.net] has left #ubuntu []
=== Brendon [n=Brendon@c-66-176-112-43.hsd1.fl.comcast.net] has joined #ubuntu
=== cafuego [n=cafuego_@ppp83-238.lns2.mel3.internode.on.net] has left #ubuntu []
=== vegiVamp [n=demeersm@unimatrix.skynet.be] has joined #ubuntu
mattyvthere is, not sure if anything is in it atm10:29
mattyvhttp://ubuntu-backports.mirrormax.net/10:29
=== thundr [n=thundr@66-168-50-185.dhcp.mdsn.wi.charter.com] has joined #ubuntu
=== telemaco [n=telemaco@121.Red-81-36-85.dynamicIP.rima-tde.net] has joined #ubuntu
=== angel2 [n=ds9@ASt-Lambert-102-1-2-173.w217-128.abo.wanadoo.fr] has joined #ubuntu
=== Beleys [i=sauget@tolkien.iut-bm.univ-fcomte.fr] has joined #ubuntu
testmachinedeb http://seveas.ubuntulinux.nl breezy-seveas all10:29
testmachinethats a big backport too10:29
testmachine http://seveas.ubuntulinux.nl <- you can see the packages here :P10:30
=== ubuntu_ [n=ubuntu@82.77.143.238] has joined #ubuntu
=== SOMNIVM [i=somnivm@106.16.102-84.rev.gaoland.net] has joined #ubuntu
=== ubuntu_ [n=ubuntu@82.77.143.238] has left #ubuntu ["Leaving"]
MadpilotI think the mirrormax.net repos are out of business now?10:30
=== Zdra [n=zdra@70-188.247.81.adsl.skynet.be] has joined #ubuntu
=== viperX [n=khalif@WS-ESR1-66-117-224-7.fuse.net] has joined #ubuntu
jgitestmachine,  there is no howl package at http://seveas.ubuntulinux.nl :-(10:31
testmachinefglrx-kernel-2.6.12-10-k7 <- HAH thats what i was looking for10:31
testmachinefor ages10:31
testmachinehowl?10:31
testmachinei dont know howl10:31
mattyvoh ok, is there a new one that isnt in europe?10:31
viperXhey guys, I have a quick question.10:31
viperXMy two-button mouse went out so now I'm using a spare one-button apple mouse. Is there a way to script KDE to accept a keypress + mouseclick as a right click?10:31
testmachinehttp://packages.ubuntu.com/hoary/net/howl-utils10:32
testmachinetheres a packages10:32
testmachinefor hoary10:32
jgitestmachine, is it a problem to install an hoary package on a breezy ubuntu ?10:32
=== unub [n=jahbless@ip92.cab32.mus.starman.ee] has joined #ubuntu
=== slipstream-- [n=slipstre@ppp83-237-171-251.pppoe.mtu-net.ru] has joined #ubuntu
mustard5viperX, I'm just testing something now to see if you can do it...one sec10:35
viperXThanks10:35
unubwhy apt-get install fluxbox doesnt work ? says cant package fluxbox10:35
unuband i uncomented 2 lines in /etc/sourcec.list10:35
=== _nano_ [n=chatzill@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu
=== mumbles [n=admin@cpc2-bror1-6-0-cust74.bmly.cable.ntl.com] has joined #ubuntu
xspadesdid you run apt-get update after you modified /etc/apt/sources.list?10:38
hamstahHi, how can i recover loss data after a fsck on an ext3 partition?10:38
unubxspades,  tnx10:39
unubforgot..10:39
xspadesnp10:39
=== bimberi [n=bimberi@ppp-46-134.grapevine.net.au] has joined #ubuntu
mustard5viperX, well I'm not sure whether you could do it or not, but this thread might point you in the right direction to work out how you might do it. :) http://www.ubuntuforums.org/showthread.php?t=7956010:39
=== rr [n=rr@host13-233.pool8175.interbusiness.it] has joined #ubuntu
viperXThanks mustard510:40
mustard5viperX, I've been playing with xev trying to work out if you could distinguish a mouse click combined with a keypress, but I'm not sure what I am doing10:40
=== lappo [n=lappo@adsl-87-116.38-151.net24.it] has joined #ubuntu
=== panso_ [n=panso@217.205.172.19] has joined #ubuntu
=== panso_ [n=panso@217.205.172.19] has left #ubuntu ["Leaving"]
=== panso [n=panso@217.205.172.19] has joined #ubuntu
=== void^ [i=void@p549E3368.dip0.t-ipconnect.de] has joined #ubuntu
=== Kazuya [n=kazuya@host55-202.pool8255.interbusiness.it] has joined #ubuntu
=== marc`` [n=marek@195.146.147.83] has joined #ubuntu
Kazuyahello10:44
mustard5greetings Kazuya10:45
Kazuyamustard5, :D10:45
=== will_ [n=will@boi59-2-82-225-228-16.fbx.proxad.net] has joined #ubuntu
Kazuyaanybody here has problem with firefox 1.5?10:45
marc``what problem?10:45
mustard5Kazuya, what type of problem?10:45
Kazuyasometimes if a clink on a link i have my pc getting stopped10:46
borbtw, does anyone know the reason why firefox 1.5 isn't yet packaged in dapper?10:46
Kazuyasorry for my english10:46
topyliall firefox users have a problem. they are using the best browser, which is kind of sad10:46
topyliwhere's a good browser? nowherre10:46
=== bigfoot1 [n=opera@FLH1Abr094.fko.mesh.ad.jp] has joined #ubuntu
mustard5Kazuya, are you saying your computer 'freezes'?10:47
Kazuyammm10:47
Kazuyayes and not10:47
mustard5Kazuya, cpu goes to 100%?10:47
Kazuyai must reset to let it work10:47
=== Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu
Kazuyano10:47
mustard5Kazuya, ah ok10:47
Kazuyathe screen frezes10:47
mustard5Kazuya, thats pretty serious10:47
topylii get that too sometimes10:47
marc``may be you do not have many of memory10:47
=== viperX [n=khalif@WS-ESR1-66-117-224-7.fuse.net] has left #ubuntu []
Kazuya512 m10:48
Kazuyaon a piv 240010:48
marc``and swap?10:48
topyliKazuya: just wait it off. it will pass. some pages are evil for firefox on linux, at least for me10:48
=== stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu
mustard5Kazuya, does ctrl + alt +f2 allow you to get to terminal when it happens?10:48
Kazuyammm 512 too10:48
Kazuyano10:48
mustard5Kazuya, hmmm10:49
=== thefish [n=mish@unaffiliated/thefish] has joined #ubuntu
mustard5Kazuya, do you know if the page you are going to contains any java?10:49
topylimustard5: when it happens to me, all i can do is wait10:49
Kazuyamustard5, java gives me some problem of cpu10:49
mustard5topyli, my firefox has been giving me grief lately and I'm still on 1.0.7 :)10:49
Kazuyabut the problem was also an 1.0.7 without the freeze10:50
mustard5Kazuya, k10:50
Kazuya:/10:50
mustard5Kazuya, I'll see if I can google something up10:50
MadpilotThe problem with Firefox is that it isn't Opera ;)10:50
topylithis happens more certainly with multiple tabs open10:51
Kazuyathanks mustard510:51
Kazuyatopyli, it freezes also with one tab10:51
Kazuya:/10:51
=== Tuntis [n=Tuntis@adsl-85-217-17-47.kotinet.com] has joined #ubuntu
mustard5Kazuya, well you are not alone according to google :)10:51
=== blablablabla [n=maniac@i3ED6EE4C.versanet.de] has joined #ubuntu
topyliKazuya: you need a 6000 Mhz machine with 2M of memory i guess. and me too :)10:51
=== zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu
Kazuyalol10:52
mustard5Kazuya, http://ubuntuforums.org/showthread.php?t=9697610:52
Kazuyai need a sparcstation :/10:52
topyliKazuya: we need a mac10:52
=== stask312 [n=stask312@212.143.59.228] has left #ubuntu []
=== kuRupT [n=kuRupT@74.233.203.62.cust.bluewin.ch] has joined #ubuntu
Kazuyagot already one10:52
topyliwith linux of course10:52
=== ian_ [n=ian@cm147.sigma200.maxonline.com.sg] has joined #ubuntu
topylithen we don't have to worry about java :)10:53
mustard5Kazuya, it seems some people are suggesting you create a new profile in that thread10:53
Kazuyamustard5, thnks for the link10:53
Kazuyayes i'm reading10:53
Kazuya:D10:53
=== bigfoot1 [n=opera@FLH1Abr094.fko.mesh.ad.jp] has left #ubuntu []
=== PoW [n=chris@69-169-46-43.anhmca.adelphia.net] has joined #ubuntu
topylii don't think the thread is describing our problem. i don't have adblock. i think i'll blame flashblock10:55
=== mysterydragon [n=rule_roc@d54C0B346.access.telenet.be] has joined #ubuntu
topyliwhich is sad, because it's the most useful extension yet10:55
PoWI just recently installed ubuntu onto my hdd. Coming from a windows setup, the font seems very blurry and plain ugly to me. Could anyone suggest a way for me to clear up the fonts and have them render smoothly in gnome and other apps such as firefox?10:55
_nano_use freesans font10:56
=== render [n=render@213-140-21-234.fastres.net] has joined #ubuntu
mysterydragondoes anyone have a solution for the problem with the live CD: cannot enter preinstalled session10:56
mysterydragon?10:56
mustard5Kazuya, this might be relevant too http://www.toptechnews.com/news/Firefox-1-5-Security-Flaw-Identified/story.xhtml?story_id=0220028F8FHU10:56
mysterydragonI get this error every time10:57
=== hwt [n=hwt@82.117.37.14] has joined #ubuntu
hwthas anyone performed PXE/TFTP/Kickstart installations of ubuntu with success?10:57
topyliPoW: install the fonts from our old friend microsoft. apt-get install msttcorefonts10:57
hwtis it stable now?10:57
hwtand does anyone know where i can find some good documenation on the subject?10:57
PoWawesome10:57
mysterydragonanybody?10:58
mustard5mysterydragon, hmmm..never heard of that one...I might google that too :)10:58
=== wildman [n=fabman@54-200-126-200.fibertel.com.ar] has joined #ubuntu
_nano_PoW, i think it'd look better than windows fonts now ;)10:59
topyliPoW: there are some things they get right. fonts, mice, keyboards :)10:59
PoWhaha ya10:59
=== Kazuya [n=kazuya@host55-202.pool8255.interbusiness.it] has joined #ubuntu
Kazuyaok10:59
PoWwhere's the terminal button/option in gnome anyways10:59
mustard5mysterydragon, what type of system are you running?11:00
Kazuyaalso with epiphany11:00
topylii prefer logitech keyboards and mice though. but they do no fonts :)11:00
Kazuyakazuya@kingston:~$ firefox -p11:00
Kazuyarun-mozilla.sh: Cannot execute /opt/firefox/firefox-bin.pure.11:00
MadpilotPoW: Applications menu -> Accessories -> Terminal11:00
wildmanhello *11:00
Kazuyagood stuff :/11:00
PoWoh dur11:00
PoWmsttcorefonts?11:01
topyliyes11:01
PoWpackage doesnt exist :(11:01
=== chorse [n=ps@p508BED90.dip.t-dialin.net] has joined #ubuntu
MadpilotPoW: you need to enable some extra repos11:01
mysterydragonWindows XP11:01
topyliPoW: it's in universe or multiverse. you have to enable these evil repositories11:01
Madpilot!tell PoW about repos11:01
_nano_didn't you find freesans?11:02
topyli!info msttcorefonts11:02
ubotumsttcorefonts: (Installer for Microsoft TrueType core fonts), section multiverse/x11, is optional. Version: 1.2ubuntu2 (breezy), Packaged size: 21 kB, Installed size: 164 kB11:02
PoWI did11:02
PoWfind freesans*11:02
TokenBadI went through cups and added my printer, epson stylus 740, but for some reason it will not work...the test print acts like printing but nothing on page, or it just sits there and does nothing.....11:03
mysterydragoni already googled for it, mustard5, many people seem to have the problem, but i couldn't find a solution11:03
mustard5mysterydragon, yeah..I'm not having much luck either11:03
=== lbm [n=lbm@cpe.atm4-0-1301006.0x50a0824e.vgnxx6.customer.tele.dk] has joined #ubuntu
mustard5mysterydragon, I've never seen it in her before11:04
=== _mindspin [n=mindspin@p54B2D866.dip.t-dialin.net] has joined #ubuntu
Kazuyamustard5,11:04
=== GNAM [n=giokauno@host86-241.pool80183.interbusiness.it] has joined #ubuntu
Kazuyacan you link me the page of the wiki for firefox 1.5?11:04
mysterydragonmustard5: thanks for the help11:04
GNAMno firefox 1.5 final in dapper... any chance to have it on final?11:04
mustard5mysterydragon, sorry I couldn't find a solution :)11:04
GNAMwiki for firefox? tell me11:05
mustard5!firefox1511:05
ubotuwell, firefox15 is see the wiki at https://wiki.ubuntu.com/FirefoxNewVersion for information on how to install Firefox 1.5 from mozilla.org11:05
PoWwhich repo(s) should I add?11:05
GNAMthanks11:05
topyliGNAM: it will be there for sure. it's just a big transition because a lot of stuff depends on it11:05
Kazuyatnx ubotu11:05
=== heatxsink [n=jmioph@c-24-7-127-192.hsd1.ca.comcast.net] has joined #ubuntu
No1VikingHello: Are there any application to install in ubuntu that works like microsoft publisher?11:05
testmachinehm11:05
topyliGNAM: that's why i wouldn't hold my breath for a breezy backport either11:05
testmachinepublisher11:05
=== HanniS [n=piespy@dslb-084-059-211-089.pools.arcor-ip.net] has joined #ubuntu
nevynNo1Viking: there's a few..11:05
nevynscribus11:05
testmachinedont know never worked with it11:05
nevynkword11:06
testmachine:)11:06
MadpilotNo1Viking: for desktop publishing? Scribus is great11:06
=== mysterydragon [n=rule_roc@d54C0B346.access.telenet.be] has left #ubuntu []
nevyninkscape maybe.. but that's more like illustrator11:06
=== nevyn likes inkscape.
nevynand tho it's unpopular I like kword11:06
Kazuyai think that my favourite browser will became links211:06
Kazuya:/11:06
=== tvelocity [n=tony@84.254.13.74] has joined #ubuntu
topylimicrosoft publishing? thank $DEITY, no11:06
nevyntopyli: it has it's place.11:07
testmachinelinks is great11:07
testmachine:>11:07
=== testmachine loves links and lynx
nevynI also like LaTeX11:07
topylinevyn: i'm doing well with latex11:07
topyliheh11:07
nevyntopyli: but if I'm making a flyer or sales promotion I'd rather do it in publisher than in latex11:07
topylinevyn: do it with scribus11:08
nevyntopyli: I'd use inkscape or scribus or kword these days11:08
nevynkword is actually quite nice11:08
HobbseeKazuya: did you compile it, or grab it from the repositories?11:08
nevynit's quite close to publisher really which I always liked11:08
KazuyaHobbsee, links2?11:09
=== Astxist [n=komugiub@ppp2A67.dyn.pacific.net.au] has joined #Ubuntu
HobbseeKazuya: yes11:09
Kazuyaapt11:09
=== _mindspin [n=mindspin@p54B2D866.dip.t-dialin.net] has joined #ubuntu
nevynI hated word tho. and hate openoffice about as much they never really worked for me...11:09
Hobbseeah ok11:09
Kazuya:)11:09
will_what is the lightest browser under ubuntu ?11:09
=== alexandre [n=alexandr@213-193-180-142.adsl.easynet.be] has joined #ubuntu
topylinevyn: openoffice tries to suck as much as ms office does :(11:10
nevyntopyli: exactly11:10
Hobbseewill_: links2, or maybe lynx <-- something text based11:10
will_I've already tried it. A bit tricky for a newbie like me ;-)11:10
_mindspinvi11:10
nevyntopyli: that said.. excell is good... presenter is ok.. access has it's place but doesn't scale11:10
nevynword is just pure evil11:11
=== littlepaul [n=littlepa@p5084E276.dip.t-dialin.net] has joined #ubuntu
=== jeantodt [n=jeantodt@85-18-136-77.fastres.net] has joined #ubuntu
nevynthe problem is that word doesn't work for big documents.. and it's not as flexible as a DTP package (even tho people try to use it as one)11:11
testmachinewill_: just use firefox11:11
Madpilotwill_: you could install Opera - it's lighter in some/many cases than FF11:11
=== alex_laurent [n=alex_lau@213-193-180-142.adsl.easynet.be] has joined #ubuntu
testmachinewill_: or evolution11:12
will_can I install opera with apt-get?11:12
testmachineevolution is standatd in ubuntu11:12
nevynwill_: dillo konqueror ?11:12
testmachinei think11:12
Chousukeevolution is a mail client isn't it11:12
testmachineargg11:12
mustard5!opera11:12
ubotuOpera isn't in the Ubuntu repositories, but you can always download the latest Opera .deb package from http://www.opera.com/download/ and get then see https://wiki.ubuntu.com/OperaBrowser11:12
testmachineshit11:12
testmachinethis other onw11:12
Chousukeepiphany is the browser.11:12
=== GoRoDeK [n=gorodek@p5083FC3D.dip.t-dialin.net] has joined #ubuntu
testmachinenot evolution11:12
testmachinebut ehmm11:12
will_I think evolution is heavy...11:12
nevynevolution is the mail client.11:12
Chousukegaleon too11:12
testmachineyes11:12
ChousukeI think epiphany is supposed to replace galeon11:12
testmachinethis standard gnome browser11:12
nevyngaleon used to rock but got screwed by gnome unusability11:12
testmachine epiphany !11:13
testmachinethat one11:13
testmachinei ment11:13
testmachineinstead of evolution11:13
testmachinelol11:13
HobbseeKazuya: does the one in the repositories have graphics support too?11:13
MadpilotEpiphany is pretty cool - it's got some interesting features11:13
topyliChousuke: evolution, in turn, tries to suck as much as MS outlook. it's not doing as well as openoffice though :)11:13
testmachineyep11:13
=== PoW [n=chris@69-169-46-43.anhmca.adelphia.net] has joined #ubuntu
Chousukehaha11:13
ChousukeOO.org sucks so much :(11:13
nevynoutlook has it's place.. but sucks.11:13
=== topyli uses evolution and doesn't know why
mustard5I use Epiphany whenever have I java is involved, because firefox and java don't seem to like each other11:14
nevynChousuke: that said it opens word docs.. which given the tendancy of people to send them to me...11:14
Seveas!sucks is a word you should NOT use in #ubuntu11:14
ubotuSeveas: okay11:14
nevyntopyli: I'm going to I want stuff like todo's and contacts and stuff I can sync with my phone.11:14
=== testmachine used evolution
topyliSeveas: heh11:14
testmachinebut it sucked indeed11:14
=== j2daosh [n=admin@66-191-145-50.dhcp.roch.mn.charter.com] has joined #ubuntu
=== bungle [n=bungle@user-1025.lns1-c11.dsl.pol.co.uk] has joined #ubuntu
bunglehi11:14
alex_laurentHi guys! Yesterday, when I installed Ubuntu on my work machine, I've had problems with screen resolution that was always 800x600. I've fixed that and it's now 1024x768 by default. But now, on the login screen, the font is really small. Does anybody know how to fix that?11:14
testmachineSeveas: sorry for the word11:15
testmachinelol11:15
ys76How large will be a complete ubuntu-mirror? - No sources, just the binary packages for warty, hoary and breezy11:15
topylinevyn: me too. but i have a nokia communicator which syncs with "supported PC's". their definition of a "supported PC" is quite narrow11:15
testmachinewhy cant we say sucks11:15
nevyntopyli: I find it a sub-optimal solution maybe by the time I work out getting syncml from my phone to linux then kitchensync will be working11:15
=== soldieruk400 [n=peter@host86-144-57-105.range86-144.btcentralplus.com] has joined #ubuntu
nevyntopyli: umm model no?11:15
j2daoshhows it going everyone11:15
soldieruk400hey all11:15
=== hugh_ [n=hugh@static-203-87-39-30.vic.chariot.net.au] has joined #ubuntu
topylinevyn: 930011:15
thundryou have some spare bandwidth, ys76?11:15
nevyntopyli: usb?11:16
j2daoshi have a dumb noobie question11:16
nevyntopyli: email me a lsusb -v with it pluged in.11:16
soldieruk400finaly found out how to configer my ipod to unbuntu :O)11:16
topylinevyn: i used to have a 9210 and it was old enough to have been cracked by the p3nfs hackers. the new ones are still a mystery11:16
=== irvin [n=irvin@202.138.170.72] has joined #ubuntu
mustard5alex_laurent, hmm...not sure what controls the font size on gdm login11:16
ys76thundr: Not really, but I don't want to waste bandwidth, so I will setup a lokal mirror11:16
=== Zdra [n=zdra@70-188.247.81.adsl.skynet.be] has joined #ubuntu
j2daoshi dled and installed openssh... i can ssh to myself (testing it)11:16
topylinevyn: now i just transfer stuff with bluetooth. no sync11:16
j2daoshhow can i connect to it from work?11:16
nevyntopyli: if you're using bluetooth and OBEX it may support syncML11:17
j2daoshi plan on using nomachine or possibly cygwin11:17
j2daoshis there anything i have to do to open the port?11:17
mustard5alex_laurent, have you tried fiddling with the fonts sizes and see if it changes the gdm login font size?11:17
nevyntopyli: obex actually specifies a way to get a capabilities list from the phone which nokia seems to honor11:17
topylinevyn: it does, i've seen pages describing syncing between the commie and evolution with syncml and multisync. just haven't had the time to hack on it11:18
j2daoshi have it set already at the router... i set my ip on here so it wont change and i have my dyndns addy pointing to this comp... is that all i need?11:18
PoWWhat's a good newsgroup application that supports nzbs?11:18
alex_laurentmustard5: I don't know where the font sizes are.11:18
thundrys76, wouldn't grabbing the entire ubuntu binary repos be a waste of bandwidth if you don't use all the programs?  Or is this going to be part of a large network?11:18
alex_laurentmustard5: Any hint about where to start looking?11:18
mustard5alex_laurent, in your System>>Preferences menu11:19
topylinevyn: go to any linux/opensource fair and you'll see nokia people talking about how much they love free software. then they don't support it on their phones11:19
testmachinehmmmm11:19
testmachinefirst time that i see aptitude11:19
mustard5alex_laurent, I have no idea whether they will change the gdm login font size..buts an angle to try11:19
testmachinelooks pretty nice11:19
testmachinetoo mee11:19
testmachinetoo me11:19
ys76thundr: It is a waste of bandwidth for the first time, it is much nicer. I would like to install Ubuntu on many different Computers at different locations, mostly connected only with a 56k link11:20
=== jeantodt_ [n=jeantodt@85-18-136-77.fastres.net] has joined #ubuntu
bimberij2daosh: i can get an login prompt via ssh on the machine you're running your IRC client on right now.  That might answer your question :)11:20
bimberi*a11:20
alex_laurentmustard5: The font sizes and faces are precisely the same as another Ubuntu machine I'm using as test and where I don't have that problem. The font size is fine once I'm logged in, though.11:20
j2daoshreally?11:20
j2daoshwell answers that question11:20
testmachinej2daosh: do it with screen11:21
j2daoshhey how do i send u a pm11:21
=== mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has joined #ubuntu
mustard5alex_laurent, hmmm k...Its the first time I have seen the issue so I don't have much idea which way to go on this one11:21
=== agtnz [n=agt1@222-153-80-218.jetstream.xtra.co.nz] has joined #ubuntu
bimberij2daosh: /join #bimberi (if you're having issues with /msg bimberi)11:21
=== kurros [n=wade@74.250.8.67.cfl.res.rr.com] has joined #ubuntu
mustard5alex_laurent, I'm just looking over the gdm manual for hints...11:22
=== P3L|C4N0 [n=gcamposm@200.106.9.133] has joined #ubuntu
thundrys76, interesting..11:22
topyliwhat's the difference between /msg and /query anyway?11:23
=== ntumba [n=ntumba@host86-142-38-147.range86-142.btcentralplus.com] has joined #ubuntu
mustard5alex_laurent, well there is a /etc/gdm/gdm.conf file that might be relevant11:23
alex_laurentmustard5: Thanks. You might know what file(s) GDM is using for configuration. Is "/etc/X11/xorg.conf" the only file it uses?11:23
TokenBadI went through cups and added my printer, epson stylus 740, but for some reason it will not work...the test print acts like printing but nothing on page, or it just sits there and does nothing.....11:23
mustard5alex_laurent, well there is a /etc/gdm/gdm.conf file that might be relevant11:23
alex_laurentmustard5: ;-)11:24
ntumbaHello everybody. I'm a new ubuntu user. Can anybody help me set up my ipod with gtkpod?11:24
mustard5alex_laurent, I'm just reading it now...11:24
topyli!anyone11:24
ubotuprobably 90% of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and YOU decide? <hint>11:24
ntumbaUbotu: was that directed at me? my question is quite clear11:25
ubotuntumba: what are you talking about?11:25
Madpilot!ubotu11:25
ubotuYep, that's me! I'm a bot alright. Read http://wiki.ubuntu.com/UbotuUsage to find out how to use me. Do NOT play with me in any channel.11:25
Madpilotntumba: https://wiki.ubuntu.com/IPodHowto11:25
ntumbaI saw the Ipodhow to. except that my ipod was configured with a mac. the directions are directed at windows configured Ipods11:26
ntumbaI don't know anything about the comand line and it asks me to do something i don't understand11:27
=== milksteak [n=milkstea@60-234-138-71.bitstream.orcon.net.nz] has joined #ubuntu
=== maradong [n=bhentges@213.47.179.227] has joined #ubuntu
mustard5alex_laurent, so what theme are you using for the greeter?11:28
=== Davey [n=Davey@77-231.124-70.tampabay.res.rr.com] has joined #ubuntu
alex_laurentmustard5: It does the same thing with gtk and themed.11:29
Madpilotntumba: anytime you see a command line command you don't understand, try "man <command name>" to bring up a manual page; some of the man pages aren't very good but many of them aren't bad11:29
=== martink [n=martin@p54B396AF.dip0.t-ipconnect.de] has joined #ubuntu
alex_laurentmustard5: But right now, it's using GTK.11:29
mustard5alex_laurent, k11:30
mustard5alex_laurent, so how did you go about fixing the resolution problem?11:30
=== GTroy is away: I'm either asleep, or at work
mustard5alex_laurent, have you used the pastebin before?11:30
mustard5alex_laurent, I'd like to see your xorg.conf in the pastebin if you could paste it in there11:31
ntumbaMadpilot: thanks11:31
alex_laurentmustard5: I have an Nvidia GeForce board, which apparently doesn't allow X to detect the monitor correctly.11:31
StarKruzrcan someone tell me why after doing an apt-get upgrade and installing wacom-tools on Dapper, xorg now tells me it can't find my kbd or mouse drivers?11:31
mustard5alex_laurent, k11:31
alex_laurentmustard5: So I had to find my monitor model on Google and fill in the HorizSync and VertRefresh correctly.11:31
mustard5ubotu: tell alex_laurent about pastebin11:31
=== usuario [n=usuario@83.230.233.3] has joined #ubuntu
mustard5alex_laurent, ah ok11:32
alex_laurentmustard5: And of course add 1024x768 to the list.11:32
=== MaFiaBoY [n=_mfb@dyn-213-36-162-184.ppp.tiscali.fr] has joined #ubuntu
mustard5alex_laurent, check the PM from ubotu for the pastebin link and paste your xorg.conf in there11:32
mustard5alex_laurent, sounds like it was painful to set up :)11:32
alex_laurentmustard5: Right, just a sec.11:32
=== MaFiaBoY is now known as HymnToLife
=== uNgioV [n=fskire@82.114.168.11] has joined #ubuntu
=== uNgioV [n=fskire@82.114.168.11] has left #ubuntu []
topyliHymnToLife: that's better :)11:33
HymnToLifewhat ?11:33
topylithe nick :)11:34
alex_laurentmustard5: I'm in the paste thingy.11:34
=== Aramil [n=tony@84.254.9.197] has joined #ubuntu
mustard5alex_laurent, ok..paste it in the pastebin...hit send and then show me the URL11:34
HymnToLifelol11:34
=== silverton [n=Fry@c-24-16-217-206.hsd1.wa.comcast.net] has joined #ubuntu
topyliheh11:34
silvertonmy ethernet device isn't getting activated at boot time, how can I resolve this?11:34
=== mocca [n=mocca@p85.212.26.66.tisdip.tiscali.de] has joined #ubuntu
alex_laurentmustard5: Pasted...11:35
PoWHow do I uncompress RARed files in ubuntu?11:35
=== mirak [n=mirak@AAubervilliers-152-1-77-182.w86-198.abo.wanadoo.fr] has joined #ubuntu
=== ZSiesUe [n=fskire@82.114.168.11] has joined #ubuntu
moccaI NEED HELP! :-)11:35
_nano_silverton, check /etc/networks/interfaces11:35
HymnToLife!unrar11:35
ubotuHymnToLife: Not a clue11:35
=== ZSiesUe is now known as oexoUQYFas
bimberisilverton: check in /etc/network/interfaces for "auto eth0" (or whatever)11:35
PoW!unrar11:35
HymnToLife!rar11:35
mustard5alex_laurent, ok..you should now have a unique URL to paste in here so I can browse to the page11:35
ubotuwell, rar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://wiki.ubuntu.com/FileCompression#head-32ba956d13d49934f65bf67dd40646653a7a614011:35
=== oexoUQYFas is now known as geeeIEu
moccawhere is the kernel located??11:35
mocca $make -C /path/to/source SUBDIRS=$PWD modules11:35
mocca    Where /path/to/source is the path to the source directory for the (configured and built) target kernel.11:35
=== geeeIEu [n=fskire@82.114.168.11] has left #ubuntu []
alex_laurentmustard5: Right, it's http://paste.ubuntu-nl.org/574711:36
mustard5alex_laurent, thanks11:36
silverton_nano_, what am I looking for?  It's listed11:36
=== uUntloee [n=okiwi@adsl-96-23-192-81.adsl.iam.net.ma] has joined #ubuntu
=== uUntloee [n=okiwi@adsl-96-23-192-81.adsl.iam.net.ma] has left #ubuntu []
moccahello anybody?!11:37
moccai need to know the kernel location in unbuntu11:37
silvertoner, nevermind...  "auto eth0" isn't there11:37
_nano_silverton, your network settings are stored in the file "interfaces" that is located at /etc/networks/11:37
moccato do this11:37
mocca $make -C /path/to/source SUBDIRS=$PWD modules11:37
mocca    Where /path/to/source is the path to the source directory for the (configured and built) target kernel.11:37
NigelSmocca: as standard it's in /usr/src11:37
silverton_nano_, yes, sorry, I know, I didn't finish reading what you had typed11:38
=== nomed [n=daniele@host197-57.pool8250.interbusiness.it] has joined #ubuntu
moccaits empty!11:38
mocca:-)11:38
NigelSmocca: then maybe you should get the source...11:38
HymnToLifethen download the kernel source pakages11:38
=== vaebai [n=okiwi@adsl-96-23-192-81.adsl.iam.net.ma] has joined #ubuntu
=== vaebai [n=okiwi@adsl-96-23-192-81.adsl.iam.net.ma] has left #ubuntu []
moccai want to install a wlan driver11:38
mustard5alex_laurent, hmmm..nothing much in there that I can see that might be relevant11:38
=== L|nu}{ [n=linux@studpc32.thndorm.htu.se] has joined #ubuntu
=== nomed [n=daniele@host197-57.pool8250.interbusiness.it] has left #ubuntu ["/etc/init.d/nomed]
=== zoyd [n=vinay@220.225.32.98] has joined #ubuntu
zoydhi11:38
mustard5alex_laurent, it looks a bit sparse in the resolutions section :)11:39
StarKruzrcan someone give me a hand with this problem with my kbd and mouse drivers under xorg?  I'm gonna put my xorg.conf and what startx spits out into the pastebin.11:39
alex_laurentmustard5: I know, I've just compared it with this other test machine and it's almost the same.11:39
moccaeverything is working just need to install the drivers... but i can't figure out where my compiled kernel is located11:39
zoydwhy does the "Bug Report Tool" start firefox instead of starting bug-buddy?11:39
topylimocca: you sure you have the sources for the same kernel you are running?11:39
mustard5alex_laurent, any differences in the gdm.conf?11:40
alex_laurentmustard5: Right. But it took me time to figure out why it didn't switch to 1024 so I only put that to see what happened. I must say the file /var/log/Xorg.0.log was a big help in finding the problem then.11:40
Astxistif my usb drivers go all weird and don't want to unmount etc is there anyway to restart the service or whatever it may be called so I don't have to reboot to fix it?11:40
Astxist*drives11:40
_nano_is the default ubuntu installation optimized for p4 or do we need to recompile it?11:40
=== Shinjan [n=ganymed@p54A7E268.dip.t-dialin.net] has joined #ubuntu
mustard5alex_laurent, I think there is a command line way of finding the difference between two text files11:40
moccaWhere /path/to/source is the path to the source directory for the (configured and built) target kernel.11:40
moccanot the source11:40
alex_laurentmustard5: Do you know a command to compare 2 files?11:40
NigelSmocca: you didn't want your compiled kernel you wanted the kernel source for your current kernel.  You can get the source from apt; select the matching package for the kernel you're currently using11:40
mustard5alex_laurent, diff11:40
PoWWhat's a good package to install that will support most video codecs?11:40
Ng_nano_: it is somewhat optimised11:40
alex_laurentmustard5: You keep doing that! Answering my questions before I ask them!11:40
PoWSuch as xvid and divx11:40
=== Kazuya [n=kazuya@host55-202.pool8255.interbusiness.it] has joined #ubuntu
mustard5alex_laurent, man diff for the manual11:40
alex_laurentmustard5: ;-)11:40
Ng_nano_: enough that there should be no "need" to recompile anything, at least11:41
=== namola [n=namola@58.142.100.16] has joined #ubuntu
_nano_Ng, ok thanks *phew* :D11:41
mustard5alex_laurent, I don't have the files to compare so I'll just have to wait and see how it goes on your machine11:42
=== mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has joined #ubuntu
alex_laurentmustard5: Thanks. I'm on it. BRB.11:43
=== Centaur_ [n=fishman@68-187-79-131.dhcp.stgr.ut.charter.com] has joined #ubuntu
=== MaFiaBoY [n=_mfb@dyn-213-36-156-40.ppp.tiscali.fr] has joined #ubuntu
MaFiaBoYscrew the dialups...11:44
alex_laurentmustard5: Nope, no useful difference.11:45
=== M_Cheevy [n=mrktngju@218-101-27-42.dsl.clear.net.nz] has joined #ubuntu
=== MaFiaBoY is now known as HymnToLife
alex_laurentmustard5: Do you think it could have anything to do with the fact that I have 2 heads on my board?11:45
=== jdeange2 [n=jdeange2@adsl-70-224-39-162.dsl.sbndin.ameritech.net] has joined #ubuntu
=== john_351 [n=john@dialup-169.162.220.203.acc01-gurw-wag.comindico.com.au] has joined #ubuntu
mustard5alex_laurent, I'm not sure really...I'm off looking at an angle in the ubuntuforums atm11:45
jdeange2ls11:45
jdeange2er, oops11:45
alex_laurentmustard5: I should try again, but I think when both screens are connected when I boot up, the font is fine. When I boot up with only 1, the font gets tiny...11:45
topylimocca: i think you're confused. the compiled kernel is in /boot of course. but if you install linux-source-<whatever>, it will bee in /usr/src11:46
mustard5alex_laurent, ah ok11:46
=== Syntux [n=Jad@194.165.158.105] has joined #ubuntu
jdeange2http://paste.ubuntu-nl.org/5748 <-- this is the problem I'm having with xorg.11:46
=== TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu
jdeange2(after upgrading dapper and installing wacom-tools)11:46
topylidapper support is a bit scarce isn't it :)11:47
M_Cheevyheya peoples... managed with much blood, sweat and tears to get debian sarge (stable) set up on my sata raid0 array... today my ubuntu disks arrived... I've found the fakeraid-howto in the Ubuntu-Wiki.  first question, does it work? second question, is it worth swapping over?11:47
jdeange2it might not even be a dapper problem.11:47
jdeange2it looks like something stupid happened with respect to something changing stuff on my xorg to support the tablet device in my convertible laptop11:48
jdeange2or at least that's what I surmise11:48
=== marc`` [n=marek@195.146.147.83] has left #ubuntu ["Odchdzam"]
jdeange2new input device, makes all the other input devices go wonky.11:48
TokenBadwell got the inet speed fixed after installing my router...speed dropped major after put router in..but got it fixed now11:48
=== uUoiPo [n=abkhpeo@82.114.168.94] has joined #ubuntu
=== uUoiPo [n=abkhpeo@82.114.168.94] has left #ubuntu []
=== uUoiPo [n=abkhpeo@82.114.168.94] has joined #ubuntu
=== uUoiPo [n=abkhpeo@82.114.168.94] has left #ubuntu []
M_Cheevyjdeange2: the xorg config is the same syntax as xf86config?11:49
alex_laurentmustard5: I've fetched a second monitor for that computer. I'm waiting for it to reboot...11:49
TokenBadnow if just can get my printer fixed11:49
mustard5alex_laurent, check this thread out http://www.ubuntuforums.org/showthread.php?t=2304811:49
=== topyli [n=juha@dsl-hkigw3-fe23de00-139.dhcp.inet.fi] has left #ubuntu []
NigelSM_Cheevy: hmm, I think I'd question whether or not fakeraid is ever a good idea.  The software element kills most of the performance benefits that you were maybe after11:49
alex_laurentmustard5: Do you know if it's possible to take a screenshot from GDM?11:49
=== Azog [i=azog@azog.de] has joined #ubuntu
M_CheevyNigelS: I've got two amd 2000+'s  the performance hit is neglegible11:50
=== jun [n=jun@AP-203.167.29.245.sysads.com] has joined #ubuntu
HymnToLifealex_laurent > System > take screenshot11:50
mustard5alex_laurent, not that I know of11:50
mustard5HymnToLife, he needs a screenshot of the gdm login screen11:50
jdeange2M_Cheevy: AFAIK, which isn't very well.11:51
HymnToLifeoh11:51
mustard5HymnToLife, np :)11:51
M_Cheevyjdeange: afaik?  remind me please.... been a while since I irc'd11:51
HymnToLifethen I dunno either11:51
jdeange2heh11:51
HymnToLifeM_Cheevy > as far as i know11:51
jdeange2"as far as I know"11:51
jun:)11:51
M_Cheevycool11:51
moccaok i don't get it... i am new to this all... so can someone please give me some online support :-)11:51
olicatalex_laurent, you could start gdm in an xnest and screen shot it that way11:51
alex_laurentHymnToLife: Thanks, but the System menu is not there yet in GDM.11:52
=== northie [n=northie@832232684-FASTBIT1-SE.host.songnetworks.se] has joined #ubuntu
M_Cheevyjdeange2: basically, the input devices section is pretty easy to suss out, the server section is where the devices are activated11:52
moccawhy is it so hard to just install a driver...11:52
alex_laurentolicat: Wow, hm... How do you do *that*?!?11:52
jdeange2M_Cheevy: it claims that there are no such drivers as "kbd" and "mouse."11:52
=== dpro\\ [n=dpro@193.162.238.5] has joined #ubuntu
jdeange2(if you look in the pastebin you can see that's what it complains about)11:53
M_CheevyNigelS: as for the second part of my question? Is it worth changing over from sarge to ubuntu?  it sounds like ubuntu is taking it's own direction11:53
HymnToLifewhy do you want to take a screenshot of the login screen anyway ?11:53
mustard5alex_laurent, I think this thread is showing the direction you need to go http://www.ubuntuforums.org/showthread.php?t=2304811:53
=== No1Viking [i=micke@h-83-140-104-3.ip.cust.port80.se] has joined #ubuntu
=== encompass [n=encompas@dsl-hkigw7-fe0df900-146.dhcp.inet.fi] has joined #ubuntu
mustard5alex_laurent, apparently you need to edit an xml file11:53
=== teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu
=== MasterTsunami [n=MasterTs@unaffiliated/mastertsunami] has joined #ubuntu
M_Cheevyjdenage2: you mean complains about missing /dev files? or that X doesn't know of them?11:53
=== dingo [n=dingo@203.200.71.93] has joined #ubuntu
alex_laurentmustard5: I'm reading... ;-)11:53
=== olicat [n=phendric@host81-138-210-156.in-addr.btopenworld.com] has joined #ubuntu
mustard5alex_laurent, it recommends you backup the orginal first though :)11:53
encompasshow do I create a passwordless guest account?11:53
=== wouter [n=wouter@e217092.upc-e.chello.nl] has joined #ubuntu
=== momo [n=momo@86.105.240.106] has joined #ubuntu
jdeange2http://paste.ubuntu-nl.org/574811:53
=== dingo [n=dingo@203.200.71.93] has left #ubuntu ["Leaving"]
olicatalex_laurent, install xnest in synaptic. then applications -> system tools -> new login in a nested window11:54
=== redguy|work [n=matik@acp92.neoplus.adsl.tpnet.pl] has joined #ubuntu
jdeange2(EE) Failed to load module "kbd" (module does not exist, 0)11:54
wouterer gebeurt iets, maar wat????11:54
encompasshow do I create a passwordless guest user?11:54
HymnToLife!de11:54
ubotuwell, de is Deutschsprachige Hilfe fuer Probleme mit Ubuntu und Kubuntu finden Sie in den Kanaelen #ubuntu-de resp. #kubuntu-de11:54
M_Cheevyjdeange2: okay... I see the two pointer devices..., the keyboard area looks okay....11:55
HymnToLifeencompass > I think you cannot11:55
=== simonvallore [n=simonval@ppp-69-148-40-100.dsl.tulsok.swbell.net] has joined #ubuntu
encompassno it is possible11:55
M_Cheevyjdeange2: ah.. kpd is missing from the modules list... just need to edit the file and toss it in there...11:55
encompassI have done it with other distros11:55
=== zionn [n=jahbless@ip92.cab32.mus.starman.ee] has joined #ubuntu
_nano_what are the best methods to reduce processor usage11:55
encompassyou can make a passwordless root11:55
encompassI know that11:55
HymnToLifea passwordless root ?11:55
encompassyes11:55
=== Astxist-A [n=komugiub@ppp22DA.dyn.pacific.net.au] has joined #Ubuntu
M_Cheevyjdeange2: also, you know you're only running in 16 bit mode?11:55
encompassnot recommended11:55
HymnToLifeit's the most stupid thing ever :/11:56
jdeange2not really.11:56
encompassthere is no such thing as 16bit in linux11:56
encompassit has always be 32 or better11:56
zionnplease point me to the url @ ubuntu which tells how to install fluxbox , i saw it yesterday and i cant locate it today , i know im a retard but damn it im lookin for it for 30 mins cant find..11:56
woutermerry xmas and all that!11:56
jdeange2he means my colors11:56
jdeange264K colors11:56
HymnToLife!google11:56
ubotusomebody said google was a very popular internet search engine at http://www.google.com - They also run Gmail at http://www.gmail.com as a free E-mail service.11:56
M_Cheevyjdeange2: also, it looks like you're not using the nvidia binary driver...11:56
encompassoh11:56
encompasshaha11:56
=== jdeange2 doesn't know the difference
redguy|work!fluxbox11:57
ubotufluxbox is, like, forked off blackbox and is found at http://fluxbox.sourceforge.net or the new blackbox, with antialias, better menu, etc.11:57
M_Cheevyencompass: I'm looking at his xconfig11:57
=== Astxist-A is now known as Astxist
zionnthe one @ ubuntu with all the steps needed11:57
=== FANNY [n=FANNY@202.159.68.106] has joined #ubuntu
encompassI s see11:57
zionnnot the sf one11:57
encompasscame in halfway11:57
M_Cheevyjdeange2: like I said, just edit the modules section to re-add kdm to the list.. your keyboard input device is setup correctly...11:57
HymnToLifezionn > have you tried searching the forum ?11:57
=== nillas [n=nillas@h227n12c1o1049.bredband.skanova.com] has joined #ubuntu
HymnToLife!forum11:57
ubotuforum is, like, totally, the ubuntu web forums at http://www.ubuntuforums.org11:57
jdeange2kdm or kbd and mouse?11:57
=== |mp| [n=mp@82.153.240.58] has joined #ubuntu
M_Cheevywhoops, kbd.. and mouse...11:58
M_Cheevyyeah, lines 32-4311:58
NigelSM_Cheevy: I really don't know that you get a boost from software raid, there's something offensive about it :)  Anyway, yes, I certainly think Ubuntu is worth switching to over Sarge.  I guess it's probably more worth doing if the use of the system is principally as a desktop as you get far more recent desktop elements with Ubuntu than you will find in Debian atm11:58
zionnyes i did11:59
jdeange2M_Cheevy: I just did that and nothing changed.11:59
M_Cheevyjdeange2: did you restart X?11:59
zionngot 11 pages containing the word fluxbox11:59
jdeange2X won't start in the first place.11:59
=== michuk [n=borys@246-moo-12.acn.waw.pl] has joined #ubuntu
jdeange2I'm doing startx from the command line.11:59
=== encompass [n=encompas@dsl-hkigw7-fe0df900-146.dhcp.inet.fi] has left #ubuntu []
bimberi!no fluxbox is a lightweight window manager.  Installation instructions at https://wiki.ubuntu.com/Fluxbox.  More information at http://fluxbox.sourceforge.net11:59
ubotubimberi: okay11:59
=== nerdy2 [n=jeff@adsl-68-22-207-234.dsl.chcgil.ameritech.net] has joined #ubuntu
M_Cheevyjdeange2: okay, back up your existing config. do a apt-reconfigure on the package12:00
zionnYES12:00
zionnTHANX12:00
zionndamn it12:00
jdeange2AHA12:00
jdeange2THAT is what I needed to know.12:00
M_Cheevyjdeange2: then re-add the lines for your touchpad12:00
=== indypende [n=indypend@d81-211-228-192.cust.tele2.it] has joined #ubuntu
bimberizionn: np :)12:00
=== Davey [n=Davey@unaffiliated/davey] has joined #ubuntu
jdeange2um12:00
jdeange2what's apt-reconfigure?12:00
bimberisudo dpkg-reconfigure  ?12:01
HymnToLifeisn't it dpkg-reconfigure ?12:01
M_Cheevyjdeange2: I'm an old X head, I always aim to edit the file first...12:01
jdeange2my system has never heard of that command12:01
jdeange2ok12:01
M_Cheevyd'oh... it's 0001 here....12:01
M_Cheevybeen up since 090012:01
FANNYjoin12:01
FANNYjoin12:01
FANNYjoin12:01
FANNYjoin12:01
FANNYjoin12:01
FANNYjoin12:01
FANNYjoin12:01
FANNYjoin12:01
FANNYjoin12:01
FANNYjoin12:01
HymnToLife:/12:01
FANNYjoin12:01
bimberi!ops12:01
ubotuHelp! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth12:01
FANNYjoin12:01
FANNYjoin12:02
mustard5FANNY, /join12:02
FANNYjoin12:02
FANNYjoin12:02
FANNYjoin12:02
FANNYjoin12:02
FANNYjoin12:02
FANNYjoin12:02
M_Cheevyno flood bot?12:02
FANNYjoin12:02
FANNYjoin12:02
michukhow can I start gnome-terminal with UTF-8 support? (i'm using latin1 by default)12:02
FANNYjoin12:02
FANNYjoin12:02
michuk?12:02
FANNYjoin12:02
FANNYjoin12:02
otepeh?12:02
FANNYjoin12:02
FANNYjoin12:02
FANNYjoin12:02
FANNYjoin12:02
FANNYjoin12:02
FANNYjoin12:02
HymnToLife!ops12:02
ubotuHelp! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth12:02
FANNYjoin12:02
FANNYjoin12:02
FANNYjoin12:02
FANNYjoin12:02
FANNYjoin12:02
jdeange2yay /ignore!12:03
FANNYjoin12:03
FANNYjoin12:03
=== teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu
FANNYjoin12:03
FANNYjoin12:03
HymnToLifeyes but still*12:03
FANNYjoin12:03
=== mumbles is now known as mumbles-work
FANNYjoin12:03
Myrtti!ops12:03
FANNYjoin12:03
FANNYjoin12:03
FANNYjoin12:03
FANNYjoin12:03
FANNYjoin12:03
FANNYjoin12:03
nevyn!ops12:03
ubotuHelp! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth12:03
FANNYjoin12:03
jdeange2does that actually *call* the ops?12:03
FANNYjoin12:03
FANNYjoin12:03
FANNYjoin12:03
=== dholbach [n=daniel@ubuntu/member/dholbach] has joined #ubuntu
FANNYjoin12:03
FANNYjoin12:03
Ngyou only need to do !ops once, it'll trigger all their highlights12:03
FANNYjoin12:03
Madpilotfolks, yelling ops just once is enough...12:03
FANNYjoin12:03
mjrjdeange2, well, it'll highlight them12:03
FANNYjoin12:03
nevynjdeange2: it makes it pink in their window12:03
FANNYjoin12:03
jdeange2ah12:03
mustard5jdeange2, they get a nick notification because there nicks have been used in channel12:03
FANNYjoin12:03
FANNYjoin12:03
FANNYjoin12:03
Myrttiwell I didn't see the first time, sorry12:03
FANNYjoin12:03
FANNYjoin12:03
FANNYjoin12:03
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
jdeange2c'mon boys, pick up the phone12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
Myrtti/ignore FANNY12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
Myrttithere we go12:04
FANNYjoin12:04
FANNYjoin12:04
sorsiskick12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
jdeange2kickBAN12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
Myrttiban would suffice12:04
Alex...12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
FANNYjoin12:04
Alex!ops12:04
jdeange2or she'll probably just autorejoin and start again12:04
ubotuHelp! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth12:05
M_Cheevykick/siteban...12:05
=== Mazoku [n=Mazoku@212.46.20.17] has joined #ubuntu
jdeange2unless it really is a bot12:05
FANNYjoin12:05
FANNYjoin12:05
FANNYjoin12:05
FANNYjoin12:05
FANNYjoin12:05
FANNYjoin12:05
FANNYjoin12:05
FANNYjoin12:05
HymnToLifescrew xchat12:05
FANNYjoin12:05
FANNYjoin12:05
FANNYjoin12:05
HymnToLifethe ignore command is a pain12:05
jdeange2yes, it is12:05
jdeange2why is that12:05
FANNYhai12:05
FANNYhalo12:05
=== Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #ubuntu
jdeange2why isn't /ignore aliased to something useful by default12:05
MadpilotFANNY: go away12:05
Alexjdeange2: Define useful12:06
dj_smilee|workhe's indonesian _12:06
M_Cheevyso, how tough is it to get kde to work in ubuntu? isn't there some kebuntu version?12:06
mattyvignore12:06
=== eliphas_ [n=eliphas_@host-84-9-255-148.bulldogdsl.com] has joined #ubuntu
mustard5Madpilot, heh12:06
HymnToLife!kuuntu12:06
nassothere are way too fey ops in this channel :P12:06
ubotuHymnToLife: Syntax error in line 112:06
HymnToLife!kubuntu12:06
ubotuKubuntu is Ubuntu+KDE, not a fork ; see http://kubuntu.org and you can go to #kubuntu for KDE-related help, or install from Ubuntu: sudo apt-get install kubuntu-desktop ; ISOs: http://releases.ubuntu.com/kubuntu/breezy/12:06
_nano_!kubuntu12:06
bimberiM_Cheevy: sudo aptitude install kubuntu-desktop12:06
=== rockin_stan [n=stan@dslb-084-057-020-185.pools.arcor-ip.net] has joined #ubuntu
=== etech [n=etech@213-140-19-127.fastres.net] has joined #ubuntu
=== rockin_stan [n=stan@dslb-084-057-020-185.pools.arcor-ip.net] has left #ubuntu ["switching]
mattyvwhoops, i hav suddenly learned how to use that cmd, out of necessity12:06
Madpilotnasso: actually, there's a bunch, but sometimes...12:06
northieanyone running rosetta stone on wine here?12:06
jdeange2Alex: intuitive default behavior12:06
M_Cheevybimberi: so the answer I was after is the integration is pretty easy?12:07
Alexjdeange2: /ignore foo ignores them completely?12:07
_nano_!xubuntu12:07
uboturumour has it, xubuntu is Ubuntu using XFCE instead of Gnome for the desktop. Details here: https://wiki.ubuntu.com/Xubuntu12:07
_nano_!ubotu12:07
ubotuYep, that's me! I'm a bot alright. Read http://wiki.ubuntu.com/UbotuUsage to find out how to use me. Do NOT play with me in any channel.12:07
jdeange2Alex: /ignore foo ignores foo!*@*.domain.tld12:07
bimberiM_Cheevy: yep, you can choose your poison (gnome,kde) at the login screen :)12:07
FANNYhalo12:07
FANNYhalo12:07
FANNYhalo12:07
FANNYhalo12:07
FANNYhalo12:07
FANNYhalo12:07
FANNYhalo12:07
HymnToLifelol bimberi12:07
FANNYhalo12:07
FANNYhalo12:07
Alexjdeange2: xchat?12:07
FANNYjoin12:07
jdeange2Alex: Yup12:08
FANNYjoin12:08
FANNYjoin12:08
MazokuFANNY don;t flood here12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
M_Cheevybimberi: cool... how's nvidia dualview support?  setting up multiple monitors easy?12:08
_nano_isn't there a way to bann this fanny nanny?12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
NgM_Cheevy: nvidia twinview is great :)12:08
Xappedarn, here we go again12:08
mustard5_nano_, eventually yes :)12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
M_Cheevy_nano_: not unless the bot will do it, or op someone who will12:08
Alexjdeange2: Cough.. irssi does it alright ;P. You might want to poke the dev-team, mind. They'd probably be quiet happy for feedback?12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
FANNYjoin12:08
=== denny [n=denny@pdpc/supporter/professional/denny] has joined #ubuntu
FANNYjoin12:09
FANNYjoin12:09
littlepaulstop!12:09
FANNYjoin12:09
FANNYjoin12:09
FANNYjoin12:09
M_CheevyNg: I know it's great, how well does ubuntu support it?  is it easy to configure?12:09
FANNYjoin12:09
viviersfFANNY, listen stop your shit now12:09
FANNYjoin12:09
denny/ignore fanny!*@*12:09
FANNYjoin12:09
bimberiM_Cheevy: i think so but others may know better12:09
FANNYjoin12:09
dennyis the command you all want12:09
FANNYjoin12:09
jdeange2I normally use irssi, but xterm doesn't seem to be handling it well12:09
FANNYjoin12:09
pittibtw, for the xchat users: right-click on FANNY, then Ignore will do; easier than /ignore12:09
NgM_Cheevy: I stuck a quick&dirty guide to setting it up in the wiki... https://wiki.ubuntu.com/XineramaMultipleMonitors12:09
FANNYjoin12:09
MadpilotFANNY: please just die...12:09
FANNYjoin12:09
jdeange2screen keeps blanking12:09
FANNYjoin12:09
FANNYjoin12:09
=== janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu
FANNYjoin12:09
FANNYjoin12:09
FANNYjoin12:09
viviersfhaha @ pickett12:09
FANNYjoin12:09
jdeange2turning blue, ironically12:09
Alexjdeange2: Tried eterm?12:09
FANNYjoin12:09
FANNYjoin12:09
viviersf* pitti12:09
littlepaulping Seveas :)12:09
FANNYjoin12:09
jdeange2nein.12:09
FANNYjoin12:09
FANNYjoin12:09
FANNYjoin12:09
FANNYjoin12:09
FANNYjoin12:09
M_CheevyNg: cool, going there now..12:09
FANNYjoin12:09
FANNYjoin12:10
FANNYjoin12:10
FANNYjoin12:10
denny/ignore fanny!*@* all (for x-chat or irssi users)12:10
jdeange2FANNY: no, PART.12:10
FANNYjoin12:10
FANNYjoin12:10
FANNYjoin12:10
FANNYjoin12:10
dennyhrm, wonder if its a bot12:10
dennyFANNY: part12:10
FANNYjoin12:10
FANNYjoin12:10
dennyFANNY: leave12:10
FANNYjoin12:10
dennyworth a try  :)12:10
FANNYjoin12:10
FANNYjoin12:10
FANNYjoin12:10
=== Yagisan [n=jamie@60-240-87-69-nsw-pppoe.tpgi.com.au] has joined #ubuntu
FANNYjoin12:10
FANNYjoin12:10
FANNYjoin12:10
Sonderbladethe ignore syntax is to complicated12:10
mustard5denny, that did it :)12:10
linkd?12:10
FANNYjoin12:10
=== Bateau_ [n=Bateau@80.239.56.253] has joined #ubuntu
linkdwtf?12:10
FANNYjoin12:10
FANNYjoin12:10
_nano_!fluxbox12:10
ubotumethinks fluxbox is a lightweight window manager.  Installation instructions at https://wiki.ubuntu.com/Fluxbox.  More information at http://fluxbox.sourceforge.net12:10
FANNYjoin12:10
=== juliux [n=juliux@ubuntu/member/juliux] has joined #ubuntu
FANNYjoin12:10
FANNYjoin12:10
FANNYjoin12:10
denny/ignore fanny!*@* all (for x-chat or irssi users)12:10
FANNYjoin12:11
Astxist/ignore fanny!*@* CHAN <-for xchat12:11
Xappehmm, can make firefox open on screen :0.0 by default? Seems like it can't have windows open on two screens at the same time12:11
FANNYjoin12:11
linkdlilo: i dont suppose ur here?12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
=== stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu
=== Yagisan [n=jamie@60-240-87-69-nsw-pppoe.tpgi.com.au] has left #ubuntu []
FANNYjoin12:11
FANNYjoin12:11
Xappehmm, two displays I mean12:11
FANNYjoin12:11
juliuxpls kick him and bann him12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
FANNYjoin12:11
dennyjuliux: no ops12:11
FANNYjoin12:11
iTunesisnt there anything called excess flood on this server ?? |:12:11
dennySeveas must be asleep12:11
linkdugh12:11
Madpilotjuliux: we've got a world record shortage of ops... :(12:11
dennyiTunes: he's not posting fast enough12:11
Astxistit's too slow for a flood I think12:12
nevynit's not fast enough to trigger flood protection12:12
iTuneshmm12:12
=== janimo [n=jani@Home03207.cluj.astral.ro] has left #ubuntu []
juliuxdenny, than contact the freenode people12:12
jdeange2I think he/she is a bot which has a speed limit set on flooding12:12
dennyjuliux: I am the Freenode people  :)12:12
juliuxdenny, oh12:12
iTuneshmm.. yeah..12:12
dennybut I don't have the privileges required to op here  :)12:12
M_CheevyNg:  cool, looks pretty much as I'd expect... couple of other tweaks I've seen that might help.... now do the gui display manager tools allow you to set up A) different wallpapers, and B) adjust the alignment of the monitors to one another?12:12
juliuxdenny, not good12:12
wildmanwhere are ops when u need 'em?12:12
jdeange2sleeping.12:12
dennythe high-level network staff are all in the US, they're asleep12:12
linkdgrrr12:12
FANNYjoin12:12
NgM_Cheevy: no12:12
FANNYjoin12:12
FANNYjoin12:12
FANNYjoin12:12
FANNYjoin12:12
FANNYjoin12:12
Bateau_how can i check if i have breezy or hoary?12:12
FANNYjoin12:12
wildmanjdeange2: hehe12:12
FANNYjoin12:12
FANNYjoin12:13
linkdslap them with a european stick12:13
=== Yagisan [n=jamie@60-240-87-69-nsw-pppoe.tpgi.com.au] has joined #ubuntu
FANNYjoin12:13
mustard5Bateau_, cat /etc/issue12:13
FANNYjoin12:13
FANNYjoin12:13
denny/ignore fanny!*@* all   (for x-chat or irssi users)12:13
nevyndenny: you can't just kline the pita?12:13
FANNYjoin12:13
FANNYjoin12:13
FANNYjoin12:13
FANNYjoin12:13
NgM_Cheevy: you have to tell twinview in the xorg.conf where the monitors are, check the nvidia readme, it has an appendix that covers such things :)12:13
dennynevyn: I'm not that godlike, sorry12:13
FANNYjoin12:13
FANNYjoin12:13
FANNYjoin12:13
FANNYjoin12:13
Bateau_thanks mustard5 :D12:13
FANNYjoin12:13
wildmanthx denny !12:13
FANNYjoin12:13
mustard5denny, the help on ignore was very helpful thanks ;)12:13
M_CheevyNg: okay.. it's been a dream of mine ;)... but here's the link to some tweaks you might find helpful .. http://pwp.netcabo.pt/0150048402/linux/Multiple_Nvidia_Multiple_Head.html12:13
FANNYjoin12:13
FANNYjoin12:13
FANNYjoin12:13
FANNYjoin12:13
FANNYjoin12:13
dholbachSeveas: are you awake?12:13
linkdat times like this i wish i knew someone with a botnet to get rid of this12:13
FANNYjoin12:13
FANNYjoin12:13
FANNYjoin12:13
=== JaneW [n=JaneW@dsl-146-165-24.telkomadsl.co.za] has joined #ubuntu
FANNYjoin12:13
NgM_Cheevy: my main monitor died, so I'm back down to one now ;(12:13
M_CheevyNg: the alignments can be adjusted, it's just a manual process...12:13
FANNYjoin12:13
NgM_Cheevy: but thanks anyway12:13
FANNYjoin12:13
FANNYjoin12:13
FANNYjoin12:14
FANNYjoin12:14
FANNYjoin12:14
FANNYjoin12:14
FANNYjoin12:14
FANNYjoin12:14
FANNYjoin12:14
M_CheevyNg: no worries...12:14
P3L|C4N0FANNY, no flood please12:14
FANNYjoin12:14
FANNYjoin12:14
FANNYjoin12:14
FANNYjoin12:14
FANNYjoin12:14
FANNYjoin12:14
=== pla [n=pla@naakka.etla.fi] has joined #ubuntu
FANNYjoin12:14
redguy|work!ops12:14
ubotuHelp! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth12:14
FANNYjoin12:14
=== mrplant [n=mrplant@96-87.echostar.pl] has left #ubuntu ["Konversation]
FANNYjoin12:14
FANNYjoin12:14
FANNYjoin12:14
FANNYjoin12:14
dholbachogra, ogra__: you there?12:14
FANNYjoin12:14
Myrttithey would've kicked him/her/it already were they here12:14
FANNYjoin12:14
FANNYjoin12:15
FANNYjoin12:15
jdeange2part!12:15
FANNYjoin12:15
littlepaul:)12:15
FANNYjoin12:15
M_CheevyP3L: it's either a bot or a script gone nuts...12:15
FANNYjoin12:15
denny/ignore fanny!*@* all   (for x-chat or irssi users)12:15
FANNYjoin12:15
FANNYjoin12:15
FANNYjoin12:15
FANNYjoin12:15
FANNYjoin12:15
=== mode/#ubuntu [+b %FANNY!*@*] by Seveas
Sonderbladei cant compile any gnomeprojects from cvs, make always fails with "cd: somedirectory: File or directory not found" anyone have the same problem?12:15
Myrttiand he/she/it would've stopped if understood what we're saying and/or cared12:15
Ngdenny: "/ignore fanny" is enough in irssi12:15
mustard5thanks Seveas12:15
M_Cheevyhere we go...12:15
dj_smilee|worklol12:15
redguy|workthank you Seveas12:15
Weasel--What the bloody hell?12:15
=== FANNY [n=FANNY@202.159.68.106] has left #Ubuntu [requested]
littlepaulLOL12:15
jdeange2hahahahaha12:15
alex_laurentdenny: works like a charm, thanks! I had to type the whole thing.12:15
=== mode/#ubuntu [+b *!*@202.159.68.106] by Seveas
=== mode/#ubuntu [-b fanny!*@*] by Seveas
Astxist\o/12:16
thundrThanks, Seveas12:16
juliuxsvizzero, thanks12:16
=== linkd cheers for Seveas
M_Cheevycool! site ban the bugger ;)12:16
jdeange2\m/12:16
M_Cheevy202.159.68.*12:16
jdeange2who knows who else is on that range though12:16
alex_laurentmustard5: Hey, I'm back! I've been playing around a bit...12:16
jdeange2this was probably an accident12:16
Seveasthe idiot was too stupid to spam properly...12:16
mustard5alex_laurent, how did it go?12:16
dj_smilee|workits an indonesian netblock12:16
M_Cheevyjdeange2: get's the sys admin's  attention and the account get's nuked ;)12:16
dennyyay12:17
alex_laurentmustard5: When both monitors are on when X starts, I get normal font size. When only my primary monitor is on, I get small font in GDM... Strange, huh?12:17
dennyhave fun guys12:17
=== nomin [n=nomin@adsl-68-76-84-51.dsl.bcvloh.ameritech.net] has joined #ubuntu
mustard5alex_laurent, yes :)12:17
=== denny [n=denny@pdpc/supporter/professional/denny] has left #ubuntu ["Leaving"]
Ngalex_laurent: not necessarily that strange12:17
Ngalex_laurent: if it's trying to probe the monitors to find out their refresh rates and one isn't on, it may well get confused12:17
alex_laurentNg: Does that prblem sound familiar to you?12:17
M_Cheevyalex: dualview?12:18
alex_laurentNg: Right...12:18
=== JaneW [n=JaneW@dsl-146-165-24.telkomadsl.co.za] has left #ubuntu ["Bye"]
alex_laurentM_Cheevy: exactly, on an NVIDIA GeForce FX 5200...12:18
=== Yagisan [n=jamie@60-240-87-69-nsw-pppoe.tpgi.com.au] has left #ubuntu []
M_Cheevyalex: give this one a read: http://pwp.netcabo.pt/0150048402/linux/Multiple_Nvidia_Multiple_Head.html12:18
=== Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has left #ubuntu []
nominI just installed ubuntu for the first time on my computer.  I tested it first on an older computer.  So far so good.  It even recognized mandriva for bootloader.12:18
M_Cheevyalex: more than what you're doing but it talks about getting up the fps rates on the nvidia driver12:19
=== krisg [i=krisg@210.213.138.66] has joined #ubuntu
nominI've got my first triple booter12:19
=== ne0ne [n=neone@cm232.sigma146.maxonline.com.sg] has joined #ubuntu
mustard5nomin, :)12:19
ne0nehello ppl12:19
M_Cheevynomin: cool, which ones?12:19
mustard5greetings ne0ne12:19
nominxp, mandriva, ubuntu12:19
=== Azog [i=azog@azog.de] has left #ubuntu []
ne0neI needed help regarding broadcom wifi drivers for ubuntu12:20
M_Cheevynomin: using debian (for now), xp, 2k adv srv, and 2003 SBS12:20
mustard5ne0ne, you want a link to a wiki guide?12:20
=== coeeoeie [n=iotbiir@193.239.166.173] has joined #ubuntu
=== coeeoeie [n=iotbiir@193.239.166.173] has left #ubuntu []
ne0nei m not sure whom to talk to12:20
Seveasne0ne, broadcom12:20
ne0nebut if u say so yeah :)12:20
ne0neyeah seveas12:20
M_Cheevyne0ne: the wiki is a pretty good place to start..12:20
Seveasthey have no linux drivers, so talk to them12:20
ne0nei have an hp laptop with broadcom adapcter12:21
Seveasin the mean time, use ndiswrapper to work with it12:21
Seveas!ndiswrapper12:21
ubotusomebody said ndiswrapper was a way to support Windows wireless drivers, but it is buggy compared to native support. More info at https://wiki.ubuntu.com/HowToSetUpNdiswrapper12:21
ne0neahh yeah i have downloaded ndiswrapper12:21
ne0nebut just wanted to check wether its workin properly on ubunty12:21
ne0nesorry ubuntu12:21
mustard5ne0ne, read through the guide and it will show you how to proceed12:21
mattyvi can tell u that ndis worked for my broadcom based pcmcia wireless G adapter12:21
ne0nethanx mustard512:22
ne0nethanx mattyv, seveas, m_cheevy12:22
ne0neI am an IT student in singapore12:22
ne0neits good to meet all u guys12:22
=== Soouyp [n=iotbiir@193.239.166.173] has joined #ubuntu
momosomeone care 2 help me with a fstab config ?12:22
mustard5ne0ne, good luck :)12:22
=== Soouyp [n=iotbiir@193.239.166.173] has left #ubuntu []
momoprv if so12:22
M_Cheevyne0ne: greetings from NZ12:22
ne0nethanx mustard512:22
mustard5momo, ask the question in channel12:22
M_Cheevymomo: fire away...12:23
ne0negreetings M_Cheevy12:23
momoso i got several vfat & 1 ntfs12:23
momopb is how to set up fstab properly12:23
momoi mean ... they do mount auto12:23
momoexcept ntfs12:23
momobut ... i dont have w access12:23
mustard5momo, there is  script you can run that will do it all automatically12:23
momowhere12:23
=== HWZru [n=iotbiir@193.239.166.173] has joined #ubuntu
mustard5momo, I'll show you in a tick....but I have to mention some stuff first12:24
=== HWZru [n=iotbiir@193.239.166.173] has left #ubuntu []
=== asolten [n=asolten@x1-6-00-c0-02-c1-d1-2f.k334.webspeed.dk] has joined #ubuntu
M_CheevyI see a big time caveat coming down the road....12:24
=== HWZru [n=iotbiir@193.239.166.173] has joined #ubuntu
mustard5momo, the script is a bit finicky so it wont work if 1. you have entries in your fstab for windows drives already...and 2. your drives are currently mounted already12:24
mustard5ubotu: tell momo about windowsdrives12:24
=== HWZru [n=iotbiir@193.239.166.173] has left #ubuntu []
momowell12:24
mustard5momo, the link the script should be in a PM from ubotu12:25
=== djib [n=djib@brusa.chu.cam.ac.uk] has joined #ubuntu
mustard5momo, I can walk you through it if you want to join #kubuntu-offtopic12:25
M_Cheevymustard: how good is the ntfs write support, last time I tried it was when it was still experimental... nuked my partition table...12:25
momook12:25
Myrttibad12:25
mustard5M_Cheevy, I just tell everyone they can't write to ntfs :)12:25
momochannel does not exist :s12:25
mustard5..#kubuntu-offtopic12:26
=== ruspu [n=henri@a193-229-231-220.elisa-laajakaista.fi] has joined #ubuntu
M_Cheevymustard5: safest bet...12:26
momomustard5, got it right now12:26
nominwill most packages that work on debian also work on ubuntu?12:27
=== gus [n=gus@CPE-60-224-157-15.vic.bigpond.net.au] has joined #ubuntu
Madpilotnomin: that's not recommended - it could well break your Ubuntu12:27
ne0nesecond thing, I have an older version (5.04) can i upgrade it to the latest 5.10 (coz i ordered 5.10 cdz today)12:28
=== CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu
Madpilot!upgrade12:28
ubotuThe guide to upgrading to breezy (5.10) is at https://wiki.ubuntu.com/BreezyUpgrade12:28
ne0nethanx madpilot12:28
CaptainMorganhow do I get the command "crypt" to work ?12:28
CaptainMorgancommand not found12:29
=== FatDarel [n=FatDarre@mailout1.vmware.com] has joined #ubuntu
=== juliux [n=juliux@ubuntu/member/juliux] has left #ubuntu ["Verlassend"]
=== Sonderblade [n=muh@213.131.147.169] has joined #ubuntu
=== _eins is now known as _null
linkdcrypt, id imagine, is a program. so you'd just need to find the program CaptainMorgan12:30
M_CheevyCaptainMorgan: just a shot in the dark, but have you checked in your package manager to see if it's installed?12:30
nominhow does ubuntu (canonical) make money?12:30
linkdits owner is rich?12:30
CaptainMorganyes cheevy, there's no evidence of one12:30
joedjCaptainMorgan: mcrypt12:31
CaptainMorgannot a program - it's a command12:31
=== `23meg [n=23@unaffiliated/23meg/x-000000001] has joined #ubuntu
M_Cheevynomin: they were endowed.. the money they haven't spent is earning interest... hopefully faster than they're spending it12:31
linkdCaptainMorgan: sudo apt-get install mcrypt12:31
linkdor w/e12:31
jdeange2HATES X.ORG, PRECIOUSSSSSSSS12:32
=== zandaa [n=zandaa@84-105-216-35.cable.quicknet.nl] has joined #ubuntu
zandaadarnit!~!!!!12:32
M_Cheevyjdeange2: still goofin on the keyboard is it?12:32
=== PsyberOne [n=psyber@c-24-14-165-171.hsd1.il.comcast.net] has joined #ubuntu
zandaathe GDM can't load because it says it's non-existant O_O12:32
jdeange2and mouse12:33
CaptainMorgannah.. not found12:33
=== workbean [n=workbean@219.95.151.183] has joined #ubuntu
CaptainMorganstill12:33
Ngjdeange2: can you put /var/log/Xorg.0.log into a pastebin?12:33
CaptainMorganeven after sudo apt-get12:33
M_Cheevyjde: and you renamed and did dpkg-recon....?12:33
joedjCaptainMorgan: what's ls -l /usr/bin/crypt say?12:34
=== B|4ckm0r3 [n=blackmor@host89-244.pool80116.interbusiness.it] has joined #ubuntu
Madpilotlater, all. need sleep.12:34
=== Zag0R [n=zagor@client-pool-54.communicationvalley.it] has joined #ubuntu
=== Madpilot [n=bburger@S0106000d88b9f3db.gv.shawcable.net] has left #ubuntu []
=== pottsy [n=pottsy@dsl-220-235-129-22.wa.westnet.com.au] has joined #ubuntu
=== kbrooks [n=kbrooks@unaffiliated/kbrooks] has joined #ubuntu
kbrooksCan someone help me?12:35
B|4ckm0r3hi all!i can't use the nvidia drivers with dapper!if i use them gdm gives this error (can't find nvidia module etcetc) is there something i can do?12:35
kbrooksI want to limit bandwith12:35
NgB|4ckm0r3: you can not run dapper :)12:35
kbrooksin order to run both irc / dl side by side12:36
kbrooksany ideas?12:36
=== Syruss [n=syrus@ip-194-045.net-194.dhcp.soton.ac.uk] has joined #ubuntu
=== momo [n=momo@86.105.240.106] has joined #ubuntu
=== Syruss [n=syrus@ip-194-045.net-194.dhcp.soton.ac.uk] has joined #ubuntu
B|4ckm0r3Ng:  lol!i know but it's not a bug maybe it's just a configuration problem, i know that dapper is unstable but...!12:36
=== Rainbow-Six [i=blazed@AOrleans-154-1-33-118.w86-199.abo.wanadoo.fr] has joined #Ubuntu
Rainbow-Sixhi12:36
Ngkbrooks: there's a tool called "tc" that controls the kernel's QoS code to do that kind of thing, but it's pretty complex12:36
=== StarKruzr [n=jtd@adsl-70-224-39-162.dsl.sbndin.ameritech.net] has joined #ubuntu
=== kanapeace [n=kanapeac@84.7.67.65] has joined #ubuntu
joedjkbrooks: you can also modprobe shaper and apt-get install shapecfg12:37
kbrooksthanks.12:37
Ngshapecfg is for outgoing traffic?12:38
=== heatxsink [n=jmioph@c-24-7-127-192.hsd1.ca.comcast.net] has joined #ubuntu
joedjyears since i used it, i can't remember. i think it might do both directions12:38
Ngnope12:38
Ng"Incoming traffic may not be limited or shaped using this utility.12:38
Ng"12:38
kbrooksdang.12:39
CaptainMorganjoedj no such file or dire12:40
=== hob [n=chatzill@host86-144-130-168.range86-144.btcentralplus.com] has joined #ubuntu
nomindoes anyone know when google earth will be available on linux?12:40
thefishnomin: it does not run with wine?12:40
joedjCaptainMorgan: are you sure you installed mcrypt? it should show up on dpkg -l mcrypt|grep ^ii12:41
kbrooksng: i need a way to reduce the speed of downloads12:41
CaptainMorganno packages found matching mcrypt12:41
=== Sinistrad [n=strad@ip68-231-27-46.ph.ph.cox.net] has joined #ubuntu
nominI've tried wine on mandriva, I haven't had success with wine yet.12:42
alex_laurentmustard5, Ng: I give up for the moment. Nothing I try works for my font size problem on my dual-head NVidia (btw, the second monitor just shows garbage whenever X is up). Argh...12:43
mustard5alex_laurent, sleep on it maybe :)12:43
nominI haven't got one thing to work on wine.  I even tried the cedega demo, it installed a game but the game wouldn't execute.12:43
alex_laurentmustard5, Ng: Thanks for your patience...12:43
=== sherwin [n=sherwin@host-202-163-250-249.dhcp.infocom.ph] has joined #ubuntu
=== dirkson [n=dirkson@87.sub-70-213-224.myvzw.com] has joined #ubuntu
sherwinhello12:43
mustard5alex_laurent, np12:43
=== somnivm_ [i=somnivm@106.16.102-84.rev.gaoland.net] has joined #ubuntu
sherwinhow do i know if my video uses nvidia drivers12:44
alex_laurentmustard5: :-) See you.12:44
dirksonHey all... I'm trying to load an app when my xsession starts, and no matter what I try, GDM just isn't working with me... Any hints? :-/12:44
CaptainMorganI checked over at LinuxQuestions but can't find it... anybody know how to get my thinkpads scroll button to work? I know it's in the config file but Im not sure how to edit it12:44
mustard5alex_laurent, cya12:44
NgCaptainMorgan: if you install mcrypt, you'll have the crypt command12:45
nomindoes limewire run on ubuntu?12:45
CaptainMorganng I tried the apt-get mcrypt - no packages found12:45
NgCaptainMorgan: you'll need to enable the universe repository then12:45
CaptainMorganhow ?12:46
CaptainMorganI tried to do that in Systems/Repositioris12:46
CaptainMorganunder synaptic.. but what exactly do you check ?12:46
=== Arlathil [n=darknatu@ip68-226-219-225.lf.br.cox.net] has joined #ubuntu
=== marky [n=marky@84.12.195.57] has joined #ubuntu
dirksonNo one has any ideas? Crazy stuff, this... Hard to find info about it on the internet. Don't MOST people need to start at least a COUPLE apps when they log in?12:47
markyhi12:47
=== olemke [n=olemke@iup.physik.uni-bremen.de] has joined #ubuntu
sherwinhello12:47
sherwinhow do i configure my ubuntu to be my internet server?12:47
=== elijah [n=elijah@CPE-60-224-192-21.wa.bigpond.net.au] has joined #ubuntu
NgCaptainMorgan: https://wiki.ubuntu.com/AddingRepositoriesHowto12:48
elijahwhats the best compression program that deals with .rar12:48
markydoes anyone know about i adjust power settings for my laptop in ubuntu? i did hve a little battery indicator but its dissapered12:48
alex_laurentdirkson: How about "gnome-session-properties" in the 3rd tab?12:48
=== jaco_ [n=jaco@cm145106.red.mundo-r.com] has joined #ubuntu
HymnToLifemarky > install gnome-power-manager12:48
Ngelijah: rar ;)12:48
Ngelijah: it's in multiverse12:48
pottsylol12:48
markyok  thanks12:48
`23megsherwin, http://wiki.ubuntu.com/ApacheMySQLPHP12:48
elijahthanks12:48
CaptainMorganI mean, what do I do with this ? [URL=http://imageshack.us] [IMG] http://img234.imageshack.us/img234/7895/screenshot0pz.png[/IMG] [/URL] 12:48
HymnToLife!rar12:48
ubotuI guess rar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://wiki.ubuntu.com/FileCompression#head-32ba956d13d49934f65bf67dd40646653a7a614012:48
CaptainMorganhttp://img234.imageshack.us/img234/7895/screenshot0pz.png12:49
dirksonAlex: *shakes head* Nope. That works ok in Gnome, but gnome is waay too memory intensive. I'm tinkering with openbox now12:49
Alexdirkson?12:49
NgCaptainMorgan: the page says what to do... "Scroll down and enable the Universe repository by ticking the checkbox next to Community Maintained (Universe)."12:49
dirksonAlex_laurent: *shakes head* Nope. That works ok in Gnome, but gnome is waay too memory intensive. I'm tinkering with openbox now12:50
CaptainMorganthere are no check boxes - check out my pic12:50
alex_laurentAlex: he meant me...12:50
Alexah :)12:50
dirksonAlex and Alex_laurent: *head spins*12:50
Alexdirkson: I was here first ;P12:50
NgCaptainMorgan: then you didn't read the previous instruction... "Click the Settings button at the bottom and tick Show disabled software sources. Then click the Close"12:50
alex_laurentdirkson: Isn't there an equivalent in that windows manager?12:50
CaptainMorganok... well.. it appears they were already checked12:51
dirksonalex_laurent: Nope, it's minimalistic. It insists that GDM has a way to autostart stuff. (Seriously minimalistic. It dun' even have a taskbar, man.)12:51
alex_laurentdirkson: It's true GDM does show a couple icons in the splash screen when it loads. Theses are things he loads. Mmh...12:52
sherwinthanks 23 meg12:52
=== Jaymac [n=Jaymac@resnet-147853.resnet.bris.ac.uk] has joined #ubuntu
CaptainMorganaha... that's the stuff12:52
Jaymachey CaptainMorgan12:52
borupdirkson: gdm *does* have a way to autostart stuff - but you have to fiddle with shell scripts12:52
JaymacDid you sort everything out?12:53
dirksonalex_laurent: Most places with GDM point me back to ~/.Xsession and /etc/(somestuff)/Xsession, but neither of those seem to really affect anything when I put commands in them12:53
nominUbuntu was up and running on my pc pretty quickly, it was only 20 minutes to download the updates.12:53
CaptainMorganhowdy Jaymac :)12:53
sherwin23meg what i mean is my ubuntu be my internet gateway12:53
=== Mitja [n=Mitja@cpe2-25-116.cable.triera.net] has joined #ubuntu
dirksonBorup: Oh? Which particular ones, do you know offhand?12:53
CaptainMorganI ended up reinstalling it12:53
JaymacDid you lose all your data?12:53
CaptainMorganbacked up everything...12:53
Jaymacwith Knoppix?12:54
=== nillas is away: Away.
CaptainMorganfortunately - nah, regular Live12:54
Jaymacoh.. nice one12:54
alex_laurentdirkson: Maybe in /etc/gdm/ ? Have you had a look there?12:54
borupdirkson: should be in /etc/X11/gdm12:54
JaymacGlad to hear you got sorted out ok12:54
CaptainMorganthanks for the help yesterday :)12:54
=== momo [n=momo@86.105.240.106] has joined #ubuntu
=== _null is now known as _eins
=== rel_ish [n=REL@216.184.23.102.unused.swcp.com] has joined #ubuntu
Jaymacnp.. just sorry I wasn't the one to come up with a fix :)12:55
dirksonBorup and Alex_laurent: I've looked in most of the files in those two places, but I know I haven't been exaustive yet... Back to the coal mine, I suppose12:55
Jaymacdid the fresh install go ok?12:55
borupdirkson: you should also be able to stick a .xsession shell script in your home dir12:56
Jaymacany issues with the ati card?12:56
CaptainMorganfresh install going good... spent most of today and still going reconfiguring everything12:56
CaptainMorganmaybe the wifi isn't meant to be on this machine12:56
borupare there any iso's of dapper?12:57
dirksonborup: .xsession or .Xsession?12:57
borupdirkson: .xsession12:57
nominhow successful is ubuntu with nvidia drivers?12:58
Jaymacvery12:58
dirksonborup: ok. Lemme see what mind is name12:58
dirksond12:58
nominI have nvidia geforce4.  I types 'glxgears' in console and they're moving very slow.  there is no data at all being displayed in the console.12:59
Ngnomin: glxgears no longer runs as fast as possibe printing fps details12:59
=== K_Dallas [n=Korben@i216-58-91-120.cybersurf.com] has joined #ubuntu
Seveasnomin, glxgears is not a benchmark12:59
=== kjcole [n=kjcole@dsl092-145-217.wdc2.dsl.speakeasy.net] has joined #ubuntu
kbrooksng: why?01:00
nominhow can I test video acceleration on ubuntu?01:00
=== K_Dallas [n=Korben@i216-58-91-120.cybersurf.com] has left #ubuntu ["Leaving"]
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu
kbrooksSeveas, what is it for?01:00
Seveasjust to test whether glx *works*01:00
Ngkbrooks: you'd have to ask the author that, it does have an option to re-enable the old behaviour: -iacknowledgethatthistoolisnotabenchmark01:00
nominI guess I could just try to play a game that needs acceleration.01:00
=== Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu
=== Turambar_ [n=turambar@C229-10.surffi.net] has joined #ubuntu
kbrooksng: lol?01:01
=== _vickm78 [n=_vickm78@220-253-48-39.VIC.netspace.net.au] has joined #ubuntu
=== _nano_ [n=chatzill@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu
kbrooksng: who would add such a long option?01:01
=== olemke [n=olemke@iup.physik.uni-bremen.de] has left #ubuntu ["Leaving"]
Ngkbrooks: someone who doesn't like their program being used as a benchmark, I guess01:02
=== mattyv [n=vickm78@220-253-48-39.VIC.netspace.net.au] has left #ubuntu ["Leaving"]
ne0nebye ppl, thanx for the support01:02
kbrooksng:very funny ... not01:02
=== dirkson [n=dirkson@87.sub-70-213-224.myvzw.com] has joined #ubuntu
markyhymmtolife that was it  , worked a treat thanks again01:02
=== _vickm78 [n=_vickm78@220-253-48-39.VIC.netspace.net.au] has left #ubuntu []
dirksonborup: Nope. GDM ignores that file too01:03
=== thoreauputic [n=prospero@ubuntu/member/thoreauputic] has joined #ubuntu
nominI just can't believe I can get a fully functional linux distro, that's easy to use, with support, for free.  There's gotta be a catch somewhere.01:03
Ngnomin: someone will be along to collect your soul later ;)01:03
=== Sleepwalker [n=Deltaesk@p54A5F7C9.dip.t-dialin.net] has joined #ubuntu
SleepwalkerHi01:04
borupdirkson: is it executable?01:04
kbrooksnomin, so you cant believe it. ok.01:04
dirksonborup: No, no... GDM ERASES THAT FILE. WHAT IN THE WORLD? (Please pardon shouting)01:04
markylol Ng01:04
Sleepwalkeri need a prog to browse bin files01:04
dirksonborup: I, er........ What?01:04
XappeI have a dual head setup. When trying to open firefox on the second display (:0.1), I get an error saying that firefox is already running (it is, on display :0.0). This happens even when using the --display :0.0  option from :0.1 . Suggestions?01:04
Ngnomin: if you feel like you should be giving something back, you're welcome to hang around and help others, or write docs, or code, etc. etc. :)01:04
Sleepwalkeris there something out like iosbuster 4 ubuntu ??01:05
=== mojo [n=mojo@220-244-248-54.tpgi.com.au] has joined #ubuntu
ElitePetenomin, because open source is great!01:05
thoreauputicXappe: are you prompted to create a new profile ?01:05
nominI like it when things are dummy friendly.  Maybe I'll try to make some dummy freindly docs for noobs.01:05
=== radi [n=radi@213.226.30.216] has joined #ubuntu
Jaymacnomin: here's how to give something back.. never ever use the word 'noob' again :)01:06
=== radi [n=radi@213.226.30.217] has joined #ubuntu
markylmao01:06
kbrooksWhat is THE BEST WAY to limit download speeds across every program to say, 10 kb/s01:06
kbrooks?01:06
=== flint [n=flint@69-164-122-221.sbtnvt.adelphia.net] has joined #ubuntu
Xappethoreauputic: no, to close the running firefox or restart my system01:06
nominI actually really good at helping ordinary people understand complex things.  I have gotton people that don't know chemistry and math to actually understand it.01:07
borupdirkson: odd01:07
=== Mitja [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #ubuntu
=== chrisx1 [n=chrisx1@spc1-burn2-5-0-cust56.bagu.broadband.ntl.com] has joined #ubuntu
thoreauputicXappe: hmm - odd - I would expect a prompt for a new profile at least01:07
=== jseattle [n=jseattle@cpe-70-122-95-187.houston.res.rr.com] has joined #ubuntu
kbrooksWhat is THE BEST WAY to limit download speeds across every program to say, 10 kb/s?01:07
kbrooksAnyone?01:07
thoreauputicXappe: you coud try creating a new profile and see if that works01:07
joedjkbrooks: probably that QoS thing someone mentioned earlier, but that probably won't be great either01:07
dirksonborup: Here's what my file SHOULD be saying, in its entirety: (Pardon for paste. Not even bit enough for pastebin) exec docker -wmaker &01:08
dirkson     exec gaim01:08
_nano_!pastebin01:08
ubotupastebin is, like, a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org01:08
kbrooksjoedj, do you know?01:08
dirksonborup: Formatting's a bit off, but you see what I mean, no?01:08
joedjkbrooks: it's hard to limit downstream traffic at the TCP/IP level when lots of devices don't support it, stuff like bittorrent does it at a higher level01:08
Xappethoreauputic: oh, forgot to mention that i'm running ff 1.5, but that should not make a difference?01:08
kbrooksjoedj, i want to be uniform.01:08
=== Jaymac needs some lunch
NgXappe: try starting the second copy with -ProfileManager01:08
Myrttiit could make a difference01:08
nominjaymac, I'll remember that.01:09
thoreauputicXappe: I don't really know to be honest01:09
JaymacHehe :)01:09
XappeNg: ok01:09
kbrooksjoedj, why is it hard?01:09
Xappethoreauputic: ok01:09
Xappei'll try profile manager, and the old firefox01:09
thoreauputicXappe: try Ng 's suggestion - that's what I was thinking too01:09
dirksonkbrooks: Something with iptables, I'd wager? Haven't gotten much into it myself.01:09
borupdirkson: you may have to start you wm in your .xsession (I don't recall) - but it shouldn't get deleted01:09
=== mz2 [i=mz2@ZYYYMMDCCLXXIII.dsl.saunalahti.fi] has joined #ubuntu
dirksonborup: wm?01:10
joedjkbrooks: because the remote end just sends stuff as fast as it wants to/can, you need to tell it not to with the IP QoS stuff, but many routers will ignore that info (this was my understanding several years ago, i don't think much has changed)01:10
=== WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu
WaterSevenUbhi01:10
borupdirkson: window manager01:10
=== surfdue [n=surfdue@user-0c6t1rl.cable.mindspring.com] has joined #ubuntu
markybrb , need to move rooms, got to unplug!!01:10
dirksonborup: Ah... But it starts fine automatically. I've got that set in the gdm.conf file01:11
Ngkbrooks: the easiest solution might be to use a download manager (e.g. d4x) that can limit its own speeds - setting it up in the linux networking code is hard01:11
=== _sebastian [n=sebastia@82-45-40-179.cable.ubr02.azte.blueyonder.co.uk] has left #ubuntu ["Konversation]
borupdirkson: I said you might have to01:11
=== MrFarts [n=peter@c-71-198-129-75.hsd1.ca.comcast.net] has joined #ubuntu
MrFartshey, does ayone know of any open relay that i can use for testing01:11
thoreauputicMrFarts: hah01:12
XappeNg, thoreauputic: ok, it worked using the profile manager...but it's strange that I cant run in the same profile using the --display option01:12
=== jgi is now known as jgilunch
NgXappe: it's not strange, you can't run two copies of the same profile at the same time01:12
MrFartsthoreauputic, eh ?01:12
NgXappe: if you want two copies on two heads you'll need two profiles01:12
thoreauputicXappe: moz and ff are odd like that - they never have liked multiple instances running for some reason01:12
WaterSevenUbcan someone point me to documentation on how to configure "Insert Video" in Openoffice Impress (using breezy)... if that's possible. ?01:13
dirksonborup: Fair enough : )01:13
XappeNg: ok, but I was sending all firefoxes to the same display01:13
thoreauputicMrFarts: for "testing" eh? Sure.... <grin>01:13
Ngthoreauputic: it's not odd, it's because running multiple copies would screw up your profile badly01:13
MrFartsthoreauputic, i'm testing some silly perl code01:13
dirksonborup: *tests* It may be some odd permissions thing.... Is there a way to change permissions from the comman line?01:14
=== somnivm_ [i=somnivm@106.16.102-84.rev.gaoland.net] has joined #ubuntu
MrFartsthoreauputic,  i want to make sure that the mesage will go through the relay01:14
Ngthoreauputic: you'd have two browsers writing to the same history/cache/etc files01:14
=== Turambar_ [n=turambar@C229-10.surffi.net] has joined #ubuntu
CaptainMorganlinuxforums -can't find what Im looking for.. in xorg.conf what do i change for my thinkpad scroll button to function?01:14
Ngthat way monsters lie01:14
thoreauputicNg: OK :)01:14
borupdirkson: chmod 755 ~/.xsession01:14
=== onkarshinde [n=onkarshi@203.199.147.101] has joined #ubuntu
=== CzeeoBy [n=uaaoriu@81.214.43.140] has joined #ubuntu
=== CzeeoBy [n=uaaoriu@81.214.43.140] has left #ubuntu []
=== CzeeoBy [n=uaaoriu@81.214.43.140] has joined #ubuntu
=== mwe [n=mwe@port462.ds1-ynoe.adsl.cybercity.dk] has joined #ubuntu
=== CzeeoBy [n=uaaoriu@81.214.43.140] has left #ubuntu []
dirksonborup: Thanks01:15
=== ananth126 [n=Ananth@203.200.202.132] has joined #ubuntu
XappeNg, yes...but shouldn't I be able to open a new tab in firefox already running on display :0.0 from :0.1 (still a newbie at dual heading)01:15
=== Bateau_ [n=Bateau@80.239.56.253] has joined #ubuntu
onkarshindeAny idea how many days to FF 1.5 in breezy?01:16
=== eliphas_ [n=eliphas_@host-84-9-255-148.bulldogdsl.com] has joined #ubuntu
=== andy108 [n=andy108@82-44-98-94.cable.ubr04.newm.blueyonder.co.uk] has joined #ubuntu
Jaymaconkar.. just do it yourself01:16
Jaymacthere are some good HOWTO's around01:16
=== beyond [n=beyond@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu
kbrooksng: prozilla cant limit its own bandwith.01:16
mweonkarshinde: it wont be in breezy. maybe in backports some day01:16
onkarshindeJaymac: I wish I could. I am not a developer and don't at all know debian packaging.01:16
thoreauputiconkarshinde: never - it would require too many recompiles of stuff that relies on it apparently01:16
mjrXappe, you can write a firefox wrapper script that basically does "exec env DISPLAY=:0.0 firefox $" or something, and then it'll always use the :0.0 firefox01:16
mjr$@01:17
onkarshindemwe: Yup. I meant backports01:17
andy108hello all01:17
onkarshindethoreauputic: bad news01:17
Sleepwalkerwanna browse bin files how to ??01:17
=== Dmon [n=dmon@81-234-129-72-o824.telia.com] has joined #ubuntu
=== `23meg [n=23@unaffiliated/23meg/x-000000001] has joined #ubuntu
Jaymaconkarshinde...01:17
Jaymachttp://lxer.com/module/newswire/lf/view/45917/01:17
JaymacEASY01:17
mweonkarshinde: well I have no idea. installing it manually is easy though. just follow the wiki01:17
kbrooksmwe: no01:17
thoreauputiconkarshinde: of course you can runthe mozilla.org binary - it just won't integrate properly01:17
kbrooksmwe: it wont be in bp01:17
kbrooksnever01:17
andy108is there a good security programme for unencrypted wireless networks?01:17
mwekbrooks: I see. and why not01:18
pittiandy108: ssh is the only sane thing01:18
=== karl_ [n=travis@dialup-228-56.crln.waymark.net] has joined #ubuntu
=== stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu
kbrooksi read on distrowatch weekly01:18
Xappemjr: ah, ok...and then add the script to the gnome preferred apps?01:18
kbrooksrecent one01:18
asoltenIm sorry if this is a dumb question but how do I delete and copy folders ?01:18
Sleepwalker???? No help ???01:18
Sleepwalkerk01:18
Jaymacasolten01:18
Sleepwalker:(01:18
Jaymacsudo rm -r foldername01:18
pittiandy108: or IPsec, of course01:18
=== athousandtrees [n=Sally@mypp-p-144-139-171-103.prem.tmns.net.au] has joined #ubuntu
andy108thanks is there a howto for ssh with Breezy01:18
Jaymacsudo cp /location/folder /newlocation01:18
=== Sleepwalker [n=Deltaesk@p54A5F7C9.dip.t-dialin.net] has left #ubuntu ["...]
=== kal [n=ubuntu@217.167.255.237] has joined #ubuntu
Jaymacsudo mv /location/folder /newlocation <-- to move file/folder01:19
pittiandy108: depends on what you actually want to achieve?01:19
onkarshindeBy the way. I see no way in hoary to send something over bluetooth to a mobile phone. (I haven't yet updated my dad's laptop to breezy). Does anyone now what to do? I can only receive files.01:19
asoltenJaymac,  you seem to be here whenever I need you... Thanks ;)01:19
mwekbrooks: isn't that what backports are for, back porting new desktop software from the next release?01:19
Jaymac:)01:19
pittiandy108: 'security program' is way too fuzzy01:19
kbrooksrecent one01:19
Jaymacin between lectures at the moment hehe01:19
kbrooksmwe: just read it.01:19
=== kal [n=ubuntu@217.167.255.237] has left #ubuntu ["Leaving"]
mwekbrooks: read what?01:20
andy108OK i mean on individual comperters on unencrpted network01:20
kbrooksissue 130, dw weekly01:20
kbrookshttp://distrowatch.com/weekly.php?issue=20051212#301:20
pittiandy108: yes, but what do you want to *do* over the network? shell, http, ...?01:20
Ngonkarshinde: I think there are some obex ftp tools for doing that01:21
=== gnomefreak [n=gnomefre@adsl-221-126-204.rmo.bellsouth.net] has joined #ubuntu
kbrooksmwe: note this: "Backporting is a sweet way for us to enjoy the hot new things in the Open Source world without compromising stability like running a development/CVS/snapshot release."01:21
onkarshindeNg: Isn't there any GUI thing in hoary?01:21
Ngonkarshinde: not as far as I know01:22
=== joe_alf [n=Joe@n219077187108.netvigator.com] has joined #ubuntu
Ngbackporting is a sweet way to allow impatient people to knacker their machine when they next do a dist-upgrade ;)01:22
RenskiHas anyone ever tried using an external USB DVD RW/ CD RW drive with Ubuntu?01:22
kbrooksmwe: also, see the example below01:22
=== plichel [n=marian@145.253.75.138] has joined #ubuntu
kbrooksalso, this part ...01:23
kbrooks"01:23
kbrooksSometimes, there is more to a package than meets the eye -- especially true of Firefox. It's not just a browser (though that's what most people think) -- it's an embeddable HTML rendering library that's used at the core level by a majority of the Linux desktop programs that utilize HTML rendering."01:23
plichelhallo01:23
=== Telep [n=Telep@61-108.dhcp.cs.uta.fi] has joined #ubuntu
Renskihey01:23
andy108its just for security for each unit no not much shell just yet --but since I shate a unencrypted network with 5 others /plus how can I access my computer via ssh when I am away all the others are XP fans.01:23
=== marky [n=marky@84.12.195.57] has joined #ubuntu
andy108noate but sharet sh01:23
kbrooksmwe: backporting firefox would break FIFTY programs01:23
kbrooksand/or libraries01:24
kbrooksthat use it01:24
andy108ok ok the word is share01:24
plichelis that an icq client ?01:24
markyback01:24
marky;)01:24
mwekbrooks: I see. untarring it yourself breaks nothing though01:24
pittiandy108: you have to install 'openssh-server', then you can log into your computer remotely with 'ssh login@yourbox'01:24
onkarshindeNg: Do you know how to use a blutooth enabled GPRS phone as modem?01:24
kbrookstherefore: "A part of the Code of Conduct (the core philosophy behind Ubuntu) is to be considerate."01:24
pittiandy108: google for an ssh tutorial01:24
=== Bizzeh [i=bizzeh@host86-137-77-83.range86-137.btcentralplus.com] has joined #ubuntu
pittiandy108: ssh even allows you to run GUI programs remotely01:24
=== miki [i=mirkoma@ppp56-wifi.my-its.net] has joined #Ubuntu
andy108what the firewall the others are useing on there xp machines01:25
onkarshindeplichel: please state your problem correctly01:25
Bizzehhey, when i have 3 partitions on my disk already, 0=windows, 1=blank ext3, 2=linux swap, will ubuntu detect that and let me install to #1?01:25
andy108want to run a postfix server also01:25
markyhow do i register chaps? so I can ask Ubotflus? question01:26
Ngonkarshinde: yes, you need to use rfcomm to bind to the dialup interface of the phone, then that creates a fake serial device you can use to access the phone and get connected01:26
markyubotflu*01:26
onkarshindeBizzeh: It should. In worst case you can manually select the ext3 partition.01:26
kbrooksmarky, its a bot.01:26
markyi know01:26
Bizzehthanks01:26
=== sunshine82 [n=sunshine@88-106-175-62.dynamic.dsl.as9105.com] has joined #ubuntu
onkarshindeNg: Ok. Thanks01:26
Ngonkarshinde: http://www.teaparty.net/technotes/blue-gprs.html has some details, you can probably skip the early bits because bluez is installed already01:26
kbrooksmarky, there are no questions in the bot01:26
kbrooksonly factoids01:26
mwekbrooks: so I guess one should just keep the old version around and follow the wiki on how to get the new version running. like I did01:26
sunshine82im on breeezy how do i get .mpg files to play01:27
markyubotflu tell kbrooks about register01:27
kbrooksmarky: no01:27
markythat kinda thing01:27
kbrooksmarky: you don't register with the bot01:27
kbrooks...01:27
markyi know that01:27
Bizzehok, one last thing, if i install grub to mbr, how do i make winxp boot from it, since i cant chainload anymore cos ntldr is suposed to be in mbr01:27
markywhere do i register i asked01:27
kbrooksmarky, pms are disabled from unregistered users (freenode server).01:28
kbrooksmarky: /msg nickserv help01:28
markythanks01:28
onkarshindesunshine82: install totem-xine package01:28
HymnToLifeBizzeh > ntdlr is NOT on mbr01:29
redguy|workdoes anyone know if the ubuntu kernel includes the evms patches?01:29
andy108you see at the the moment if you try to trace my isp it traces but times cos of the xp firewall others 4 on network have but with linux there got to be a way around it01:29
HymnToLifeso grub wil just ask you whether you want to boot ubuntu or winblows01:29
MazokuBizzeh installer autodetect youre xp if not you can edit /boot/grub/menu.lst01:29
kbrooksHymnToLife, say windows01:30
=== samuli [n=samuli@dsl-lprgw5-fec7f900-40.dhcp.inet.fi] has joined #ubuntu
kbrooksnot winblows01:30
HymnToLifewhy ?01:30
kbrookscuz win32 dont blow :P01:30
sunshine82onkarshinde it is inatalled01:30
HymnToLifelol01:30
samulifuck u01:30
onkarshindeDoes anyone know the reason behind default repos (main and restricted) commented out in a clean install? I mean why should new user need to enable repos to get security updates?01:30
BizzehHymnToLife: because the software's name is windows01:30
Bizzehnot winblows01:30
thoreauputicsamuli: watch it01:30
Bizzehthats why01:30
=== mode/#ubuntu [+o thoreauputic] by ChanServ
kbrookssamuli, how dare you!01:30
Myrttipffft.01:30
=== mode/#ubuntu [+b %samuli!*@*] by thoreauputic
=== dirkson [n=dirkson@87.sub-70-213-224.myvzw.com] has joined #ubuntu
onkarshindesunshine82: Are you sure it is mpg file? Did you try installing w32codecs?01:31
markyman01:31
kbrooksthoreauputic, thank you.01:31
Bizzehget mplayer for all your video needs01:31
Bizzehor VLC01:31
thoreauputicsamuli: I'll remove that in a while - I expect you to behave01:31
markymarky is already registered? or did i succeed01:31
dirksonborup: Yup. Something is overwriting ~/.xsession every time I login. Changing the permissions, too.01:31
HymnToLifeVLC rules01:31
=== aufsaufbremse [n=christia@p508F32D8.dip0.t-ipconnect.de] has joined #ubuntu
Bizzehso, if i install ubuntu on my hardware, to a second partition, it will detect winxp on my main partition and offer a boot option to both?01:32
RenskiHas anyone ever used a external USB CD/RW drive with Ubuntu?01:32
HymnToLifeBizzeh > yes01:32
=== csucsok [n=jim@jam.gyimesi.hu] has joined #ubuntu
MazokuBizzeh yeaP01:32
Bizzehvery good01:32
markybizzeh yes  , it will do a boot loader01:32
csucsokhi all01:32
markyi'm duel boot xp/ubuntu on a dell d60001:32
Bizzehok, ill check out ubuntu on real hardware then01:33
Bizzehohh, one last thing01:33
Bizzehdoes ubuntu package the ati drivers for X01:33
Bizzeh?01:33
markyyup01:33
HymnToLifeyes, but they suck01:33
=== senectus [n=senectus@203.161.68.42] has joined #ubuntu
HymnToLife3D aeleration is plain poor01:33
markythis had a radeon 9000m01:33
BizzehHymnToLife: so do the nvidia ones01:33
markyhas*01:33
=== aRnopu [n=zuclbixk@202.133.202.134] has joined #ubuntu
=== aRnopu [n=zuclbixk@202.133.202.134] has left #ubuntu []
onkarshinde!tell Bizzeh about ati01:33
=== sci [n=sci@c-2b5072d5.09-2011-67626721.cust.bredbandsbolaget.se] has joined #ubuntu
sunshine82onkarshinde i got w32 instaaled01:33
redguy|work!evms01:33
ubotuWish i knew, redguy|work01:33
Bizzehi just want to be able to measure my framerate in FPS instead of SPF01:34
redguy|workgr01:34
onkarshindesunshine82: still enable to play?01:34
markythere's a better ati driver?01:34
sciquick question: can I share a swap partition between two ubuntu installations?01:34
Bizzehthere are unofficial ati drivers01:34
onkarshinderedguy|work: what are you searching?01:34
HymnToLifelol nice one Bizzeh :p01:34
markysci why would you want 2 installations?01:34
kbrookscool.01:34
=== anatole_ [n=ZOMG@dsl5400A053.pool.t-online.hu] has joined #ubuntu
scimarky: one for breezy and one for dapper01:35
markysci whats dapper?01:35
HymnToLifesci > yes01:35
redguy|workonkarshinde: i want to know if I the stocku ubuntu kernel includes evms patches01:35
HymnToLife!dapper01:35
ubotuThe 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake01:35
csucsokCan anybody tell me what can be the problem when my ubuntu can't reboot. I can halt it, But when I try to reboot, it says Restarting... and stops.01:35
sciHymnToLife: great, thatks01:35
onkarshindesci: you should be able to do it automatically01:35
BizzehHymnToLife: no one ever gets what SPF means even when its in the same line as FPS01:35
borupsci: you you can01:35
=== thundr [n=thundr@66-168-50-185.dhcp.mdsn.wi.charter.com] has joined #ubuntu
markyi think i'm on 5.1001:35
HymnToLifelol01:35
markynot even awake yet01:36
=== Kibou [n=boo@dslb-084-063-013-205.pools.arcor-ip.net] has joined #ubuntu
=== sci goeas to set up dapper
=== ejofee [n=ejofee@195-245-89-185.dtcom.ro] has joined #ubuntu
=== sci [n=sci@c-2b5072d5.09-2011-67626721.cust.bredbandsbolaget.se] has left #ubuntu ["Konversation]
onkarshinderedguy|work: But what is evms?01:36
HymnToLife!evms01:36
ubotuNot a clue, HymnToLife01:36
Bizzehcan i do a system recompile in ubuntu?01:36
Kibou..01:36
onkarshinderedguy|work: AFAIK, EVMS is already there in breezy01:36
=== FoeijiU [n=zuclbixk@202.133.202.134] has joined #ubuntu
=== FoeijiU is now known as UBaarFoiu
onkarshindecsucsok: is it a laptop?01:37
=== UBaarFoiu is now known as rwuauEaQ
ejofeeany nomachine's nx user here?01:37
=== rwuauEaQ [n=zuclbixk@202.133.202.134] has left #ubuntu []
csucsokonkarshinde: no It's a desktop computer with sis chipset01:37
markyubuntu when straight on this d60001:37
MazokuBizzeh you can do what you want :P01:37
markyanyone else using a dell d60001:37
onkarshindecsucsok: May be it is some problem with acpi. Not sure though.01:38
Bizzehgetting an amd64 x2 4200 in a few days, im thinkin it would be worth doin a compile to get SSE/2/3 into X, the kernel and GCC01:38
csucsokonkarshinde : the precompiled kernel works good. but I compiled a new one01:38
redguy|workonkarshinde: evms is the Enterprise Volume Management System, a funky thing I want to try out01:38
=== ProtectYaNeck [n=ProtectY@dsl-144-028.resnet.purdue.edu] has left #ubuntu ["Leaving"]
redguy|workonkarshinde: where can I check which patches are applied to a kernel?01:38
onkarshinderedguy|work: I really don't know01:39
aufsaufbremsels01:39
HymnToLifeubotu: evms is the Enterprise Volume Management System, a funky thing redguy wants to try out01:39
ubotuokay, HymnToLife01:39
HymnToLifeI suck01:39
onkarshindecsucsok: may be passing acpi=off as boot parameter to kernel will help. Check your existing kernel parameters.01:39
=== shawarma [n=sh@ubuntu/member/shawarma] has joined #ubuntu
csucsokonkarshinde : My parameters are the same as the ubuntu's01:40
csucsokonkarshinde : the only difference is the version of kernel01:40
Ngredguy|work: install and inspect linux-patch-ubuntu-2.6.1201:41
=== maradong_ [n=bhentges@213.47.179.227] has joined #ubuntu
ejofeeany nomachine's nx user here?01:42
csucsokbye01:44
=== pascal_ [n=pascal@ifromes.cep.u-psud.fr] has joined #ubuntu
=== Ryle [n=Ryle@idefix.univ-lemans.fr] has joined #ubuntu
onkarshindecan anyoen tell me if vorbis streams converted from mpeg (normal vcd movies) take less space and have higher quality?01:46
HymnToLifeless space than what ?01:46
HymnToLifemp3?01:46
=== _KoSoVaR_ [n=kosovar@241.Red-83-43-98.dynamicIP.rima-tde.net] has joined #ubuntu
Chousukeonkarshinde: it's not possible to improve quality.01:46
redguy|workNg: thanks01:46
Chousukewell... actually it is.01:47
Chousukebut those are tricks.01:47
onkarshindeHymnToLife: No. I am talking about mpeg video and vorbis/theora01:47
=== _KoSoVaR_ [n=kosovar@241.Red-83-43-98.dynamicIP.rima-tde.net] has joined #ubuntu
onkarshindeChousuke: what tricks?01:47
HymnToLifeoh yeah, vorbis videos01:47
=== CaptainMorgan [n=CaptainM@londonderry-cuda2-68-170-154-214.lndnnh.adelphia.net] has joined #ubuntu
=== _KoSoVaR_ [n=kosovar@241.Red-83-43-98.dynamicIP.rima-tde.net] has left #ubuntu ["Abandonando"]
Chousukeonkarshinde: like filters.01:47
Bizzehis ubuntu ok with wireless cards?01:47
Chousukeonkarshinde: don't ask me01:47
CaptainMorgananybody know how to get scroll button working?01:47
Bizzehspesificly the acx11101:47
HymnToLifeI dunno, I never use it, I stick with my old good xvid01:48
Chousukeit is however possible to pack video. but it won't improve quality01:48
Bizzeh<HymnToLife> I dunno, I never use it, I stick with my old good xvid << i got a free licence from divx on their 10th aniversary give away01:48
thoreauputiconkarshinde: I used a tool called ffmpeg2theora that worked well ( and yes, the files were smaller - not sure on quality)01:48
Ngonkarshinde: if you're converting from one compressed format to another you will lose quality01:48
=== Sonderblade [n=muh@213.131.147.169] has joined #ubuntu
=== _nano_ [n=nanophob@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu
=== MickMcMack [n=mick@pdpc/supporter/sustaining/MickMcMack] has joined #ubuntu
alpthomhash: smaller than what?01:49
Bizzehso i use that cos its a lil faster and has better options, and better quality to compression ratio01:49
thoreauputiconkarshinde: http://www.v2v.cc/~j/ffmpeg2theora/01:49
CaptainMorganhttp://pastebin.com/46356501:50
=== onkarshinde hopes movie players will support theora in near future.
LeeJunFandebmirror question: it says it's "Getting: dists/breezy/Contents-amd64.gz... ok" and I have --getcontents turned on, but yet the file isn't on my local mirror, anyone know why not?01:50
=== nikola [n=nikola@mw-at-rt-nat.mediaworksit.net] has joined #ubuntu
nikolahhh01:52
=== mgcross [n=mgcross@221.145.155.158] has joined #ubuntu
=== annedore [n=annedore@p54B501DF.dip0.t-ipconnect.de] has joined #ubuntu
=== armine [n=armine@AAubervilliers-152-1-46-229.w83-114.abo.wanadoo.fr] has joined #ubuntu
senectusdoes anyone here have any experiance with wordpress and php??01:53
=== ptlo [n=senko@83-131-82-133.adsl.net.t-com.hr] has joined #ubuntu
=== armine [n=armine@AAubervilliers-152-1-46-229.w83-114.abo.wanadoo.fr] has left #ubuntu ["Quitte"]
CaptainMorganphp, somewhat01:53
=== nomin [n=nomin@adsl-68-76-84-51.dsl.bcvloh.ameritech.net] has left #ubuntu ["Leaving"]
=== armine [n=armine@AAubervilliers-152-1-46-229.w83-114.abo.wanadoo.fr] has joined #UBUNTU
armineC & C++ POWA !01:54
=== Hoxzer [n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi] has joined #ubuntu
=== CaptainMorgan RAWKS!
BizzehC/C++ rock as CGI, just not very manageable01:54
senectusCaptainMorgan, I want to change the background colour of the right hand panel here : www.modmeup.net how would that be done?01:54
Bizzehphp is easy to manage01:54
_nano_why is my firefox scrolling sluggish compared to windows ? the presence of only one or two mid sized images make the scrolling sluggish. I've inspiron 5100 (P4, 2.66Ghz, ati radeon 7500 ) and use fluxbox with ubuntu01:54
armineLoL01:54
Weasel--Ifyou are 1337, show me your gibson.01:54
armineI LOVE APPLICATION DEVELOPPING01:54
armine:D01:54
=== aeho [n=aeho@cable-vlk-fe74de00-65.dhcp.inet.fi] has joined #ubuntu
armineBut c & c++ rocks01:54
armineAnd u now01:55
mgcrossHello all....tried the new nvidia drivers using the nvidia install script...don't like them as I can only get 1024x768 working...tried using the nvdia uninstall script and re-installing the synaptic nvidia module, but it complains that the glx module and the kernel module are differant versions....how do I nuke the 8776(?) kernel module so that I can go back to the synaptic version of the nvidia driver?01:55
arminewho is in MOTUgames team ?01:55
HymnToLifeWeasel-- > Gibson stinks01:55
Bizzehi can make a c++ cgi binary do something in 1/10th of the time a php script does it, but, the php script uses about 1/10th of the lines of code01:56
HymnToLifeESP rules01:56
mgcrossI like a nice dry Gibson (lol)01:56
onkarshindethe restricted formats page says that it may be actually illegal to play DVDs ins some countries. Can anyone explain that?01:56
Bizzehand with apache, CGI sucks, since it has a crap load of overhead01:56
Bizzehonkarshinde: dvds are encrypted01:56
=== irvin [n=irvin@202.138.170.90] has joined #ubuntu
Bizzehencryption of data is illegal in some countrys01:56
Bizzehthus, dvds are illegal01:57
Bizzehwindows and linux are illegal in said countrys too01:57
arminePHP is for NET developping, but c++ for application developping : they are SO opposed01:57
Bizzeharmine: what you think php is writen in?01:57
Bizzehphp is a cgi binary writen in c++01:57
mgcrossBizzeh: playing DVD's using linux is "illegal" too DMCA issues01:58
onkarshindeBizzeh: ahh. So this has nothing to do with mpeg-2 being patented format, right? Is there any listing of countries where dvds are illegal?01:58
senectusCaptainMorgan Bizzeh, I want to change the background colour of the right hand panel here : www.modmeup.net how would that be done?01:58
armineBizzeh : Yes, but with php is not possible that binary EXECUTABLE OFFLINE application programming01:58
=== Sonderblade_ [n=muh@213.131.147.169] has joined #ubuntu
armineand01:58
Bizzeharmine: yes it is01:58
armineEach person has his preferences01:58
Bizzehi use php in windows for scripting all the time01:58
armineSo01:58
Bizzehit has a windows scripting host plug01:58
Bizzehso01:58
armineNice people01:58
armineive to go01:59
Bizzehits posible to exec php01:59
armineBye everybooody01:59
mgcrossanyone tell me how to nuke the nvidia kernel module put there by the Nvidia Official installer?01:59
=== armine [n=armine@AAubervilliers-152-1-46-229.w83-114.abo.wanadoo.fr] has left #UBUNTU ["Quitte"]
Bizzehonkarshinde: gimme a sec01:59
=== barosl [n=barosl@222.99.186.24] has joined #ubuntu
CaptainMorgansenectus use css - php is server side - I have no idea what your code says right now because php is invisible02:00
Bizzehhmmn, used to have a link to it, cant find it now tho02:01
mgcrossno one?02:01
=== Sonderblade_ [n=muh@213.131.147.169] has joined #ubuntu
senectusCaptainMorgan, css? Man I stopped learning web code back in early jsript days :-P I'm _so_ out of touch!02:01
nathanji was mucking around with my spund mixer and now i have lost all sound any ideas how i can default it all?02:02
=== thisfred [n=thisfred@a80-127-80-154.adsl.xs4all.nl] has joined #ubuntu
=== winmute [n=winmute@dslb-084-058-057-159.pools.arcor-ip.net] has joined #ubuntu
Bizzehthose little scripts that say "your using such an isp, runing such a os with such a browser, you are not anonymous on the intenret" ohh, its so hard to rdns the connecting ip and look at the useragent of the browser02:03
mgcrossum, help?02:03
CaptainMorgancss is clean and efficient, not to mention versatile and has a higher probability of showing up in more browsers02:03
Bizzehjust connected to same site again, with ie6, with a little user agent mod, and, im not runing "SexOS 0.2" and browser "FireOneOff 1.0"02:04
=== DefLeppard [n=sanketme@221.135.234.63] has joined #ubuntu
=== steggo [n=steggo@c-147-182-vas-l2.cust.mdfnet.se] has joined #ubuntu
=== vegiVamp [n=demeersm@unimatrix.skynet.be] has joined #ubuntu
dooglusBizzeh: are you arguing with yourself?02:05
=== nunod [n=tuggy@10001231181.0000014941.acesso.oni.pt] has joined #ubuntu
Bizzehno, just ranting in general02:05
Bizzeh:)02:05
Bizzehits over now02:05
dooglusit's02:05
=== carlos [n=carlos@71.Red-83-53-49.dynamicIP.rima-tde.net] has joined #ubuntu
Bizzehthis is irc02:05
nathanjany one help with the soind mixer deaults?02:05
Bizzehpeople who argue over grammar to that extent, need to be shot02:05
dooglusthat comma is misplaced.02:05
=== ubuntu_ [n=ubuntu@61.187.54.10] has joined #ubuntu
Bizzehi will find you, and i will kill you02:06
dooglusit's punctuation by the way02:06
ubuntu_Hello,everyone!02:06
ubuntu_I am a new guy of ubuntu,who can help me?02:06
Bizzehim english, im 20, i have lived in england for 20, of the past 20 years..02:06
=== eth42 [n=peter@p54BE13F8.dip0.t-ipconnect.de] has joined #ubuntu
Bizzehi know english02:07
senectuswhat is the colour : #fff ???02:07
Bizzehits just that this is irc02:07
Bizzehso what does it matter02:07
Bizzehsenectus: white02:07
CaptainMorganwhite or black?02:07
=== gimmulf_ [n=gimmulf@h34n2c1o1043.bredband.skanova.com] has joined #ubuntu
Bizzeh#000 is black02:07
dooglusblack is #00002:07
CaptainMorganaye02:07
onkarshindeubuntu_: state problem02:07
senectusBizzeh, so is #90a090 green?02:07
Bizzehblack is an absence of colour, white is a mixture of all02:07
dooglussenectus: greenish02:07
Bizzehit has more green in it, so yes02:07
nunodhello, can anyone tellme if today's daily image is "runable" ? :)02:07
ubuntu_does anyone speak chinese/02:07
CaptainMorganhow do I get my damned scroll buttton to work?02:08
nathanji was mucking around with my spund mixer and now i have lost all sound any ideas how i can default it all?02:08
dooglusubuntu_: yes02:08
=== deviant [n=deviant@client-75.pf.matco.ro] has joined #ubuntu
Bizzehsenectus: its 3 hexadecimal components fromed RRGGBB (red green blue).. ranging from 00 to ff (0 - 9 then a to f)02:08
Bizzehthe higher you get, the more like that colour it will be02:08
borupnunod: where did you find an image?02:09
eth42where can I set the udma state of my dvd-drive permanently?02:09
doogluseth42: in /etc/init.d/bootmisc.sh02:09
ubuntu_good02:09
=== mikhail^ [n=dean@210.213.140.42] has joined #ubuntu
senectusBizzeh, dooglus CaptainMorgan, sweet I figured it out.. thanks guys :-)02:10
nunodborup, usual place: http://cdimage.ubuntulinux.org/02:10
=== ubuntu_ [n=ubuntu@61.187.54.10] has left #ubuntu ["Leaving"]
Bizzehi hate designing, thats why i only ever come up with simple crap like02:10
Bizzehhttp://www.killallthehumans.co.uk/02:10
borupnunod: duh - thanks02:10
eth42dooglus, thanks02:10
=== nomin [n=nomin@adsl-68-76-84-51.dsl.bcvloh.ameritech.net] has joined #ubuntu
=== jgilunch is now known as jgi
=== onkarshinde [n=onkarshi@203.199.147.101] has left #ubuntu []
=== MartySkitch [n=skitch@pcp02661104pcs.lndsd101.pa.comcast.net] has joined #ubuntu
=== uLMiVuHu [n=kiaavaeo@82.78.207.194] has joined #ubuntu
=== naeieap [n=oioeoooe@82.78.207.194] has joined #ubuntu
=== naeieap [n=oioeoooe@82.78.207.194] has left #ubuntu []
=== DocTomoe [n=martin@p54A93DC8.dip0.t-ipconnect.de] has joined #ubuntu
=== uLMiVuHu [n=kiaavaeo@82.78.207.194] has left #ubuntu []
=== winmute_ [n=winmute@dslb-084-058-057-159.pools.arcor-ip.net] has joined #ubuntu
nunodborup, are you going to try it? :)02:13
=== alynx [n=tkj@82.147.33.186] has joined #ubuntu
=== TenPlus1 [n=john@80-195-63-42.cable.ubr03.uddi.blueyonder.co.uk] has joined #ubuntu
=== wali55 [n=wali55@LNeuilly-152-23-28-29.w193-252.abo.wanadoo.fr] has joined #ubuntu
TenPlus1Hi folks... can someone help me with a wireless problem ???02:14
TenPlus1Q,) I have a LinkSYS wifi card installed and Ubuntu see's it ok, it's setup ok but I cant seem to activate it02:14
borupnunod: sure - but not untill I go home02:14
=== andy108 [n=andy108@82-44-98-94.cable.ubr04.newm.blueyonder.co.uk] has joined #ubuntu
=== workbean [n=workbean@60.48.197.48] has joined #ubuntu
alynxanyone playing Wow with wine and Gainward Gforce 6600 GT Power pack 128 MB ? i use the 7667 drivers , and it laggs FPS:10-4002:15
andy108hello can you tell me which IP address I came from02:15
alynxip andy10802:15
andy108ok no a number then02:15
dholbachandy108: 82.44.98.9402:15
=== czs [n=czs@210.77.6.134] has joined #ubuntu
buliodoes this mean ubuntu has upgraded to 5.10?02:16
buliohttp://pastebin.com/46332602:16
=== BeGiz [n=ozyekie@195.160.186.248] has joined #ubuntu
=== BeGiz [n=ozyekie@195.160.186.248] has left #ubuntu []
=== nunod is away: lunch
=== ooiicuoo [n=ozyekie@195.160.186.248] has joined #ubuntu
=== ooiicuoo is now known as ieoowJe
=== ieoowJe [n=ozyekie@195.160.186.248] has left #ubuntu []
andy108ok thanks I trying to set up a remote login for my box but I am on a unencrypted wireless network with 2 others useing XP and the IP addess you have given will trace but time's out cos of a firewall02:17
eth42is there a way to prevent arts from using the dsp device and use esd instead (I always don't get any more sound in Gnome after starting a KDE program)02:18
TenPlus1Q,) I have a LinkSYS wifi card installed and Ubuntu see's it ok, it's setup ok but I cant seem to activate it, any ideas ???02:18
=== AzMoo [n=matt@unaffiliated/azmoo] has joined #ubuntu
=== Sleepwalker [n=Deltaesk@p54A5F7C9.dip.t-dialin.net] has joined #ubuntu
gnomefreakbulio, no you did not upgrade02:18
Sleepwalkerhey :)02:18
gnomefreakdid you read the guide ubotu gave you the other day?02:18
=== sirexas [n=mantas@office.idamas.net] has joined #ubuntu
=== aaAohevg [n=ozyekie@195.160.186.248] has joined #ubuntu
buliodidn't think so02:19
gnomefreakgm Sleepwalker02:19
=== aaAohevg [n=ozyekie@195.160.186.248] has left #ubuntu []
gnomefreakubotu tell bulio  about upgrade02:19
Sleepwalkeri wanna mount a ext3 partition in linux,that i can read and write on it but i dont know bout the rest... This is where i am right now : /dev/hda5/home/Linuxext302:20
=== redvelvet [n=JWest672@pcp01081468pcs.northw01.in.comcast.net] has joined #ubuntu
bulioI did that02:20
bulioit was installin last night02:20
=== MenZa` [n=menza@0x50a1605a.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu
Sleepwalkerand i have to do that in fstab is that correct ??02:21
buliomy sources.list is edited02:21
gnomefreakbulio, if you did the very first part of it you should not have gotten those errors02:21
redvelvetI installed my wireless last night and it was working fine.  now it wont work.  I used the windows to linux driver converting tool.  any suggestions no getting my netgear wg511u working?02:22
=== gnomefreak thinks its called the pre-upgrade
bulioapt-get base-install?02:22
buliocould have sworn I did that02:22
buliocap02:22
buliono I did for hoary02:22
buliothanks02:22
TenPlus1redvelvet: dude, I have the same problem, can get my card to turn itself ON...02:22
ejofeeany nomachine's nx user here?02:22
gnomefreakbulio, im not looking at it right now but it should say something along the lines of apt-get install ubuntu-base or ubuntu-desktop02:23
redvelvettenplus1, that sounds like me.  its just got one light on?02:23
=== mode/#ubuntu [-o thoreauputic] by thoreauputic
bulioboth?02:23
TenPlus1redvelvet, : I dont even have a light flashing... Ubuntu see's the card but cannot turn it on for me to use02:23
=== NigelS [i=nigel@83.166.160.96] has joined #ubuntu
buliosudo apt-get install ubuntu-base ubuntu-desktop?02:24
redvelvethmmm.  idk  I will have to tinker with it later.  I am late for work02:24
gnomefreakbulio, your not reading the wiki ubotu gave you02:24
=== ekimus [n=ekimus@pluto.htu.tuwien.ac.at] has joined #ubuntu
redvelvetpeace all02:24
TenPlus1can anyone help me reg. wireless cards ? and how to enable them ?02:24
bulioyes I am02:24
WaterSevenUbcan someone point me to documentation on how to configure "Insert Video" in Openoffice Impress (using breezy)... if that's possible. ?02:24
=== linuxgeek79 [n=linuxgee@59.92.129.44] has joined #ubuntu
gnomefreakbulio,  the first line of wiki tells you what to install02:24
bulioright at the top02:24
buliopre upgrade02:24
=== linuxgeek79 is now known as linuxgeek2
nathanjanyone know how to reset teh sound mixer to default?02:24
bulioso sudo apt-get install ubuntu-desktop?02:25
=== slight [n=a@212.42.171.241] has joined #ubuntu
=== jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu
=== mrzogs is back (gone 03:58:24)
buliook02:26
gnomefreakbulio,  give me a min im trying to open it now02:26
buliook02:26
buliobecause wiki code shows both02:26
gnomefreakbulio,  type sudo apt-get install ubuntu-base ubuntu-desktop02:26
gnomefreakyes both02:26
=== pickett [n=pickett@ppp130-191.lns2.adl2.internode.on.net] has joined #ubuntu
gnomefreakjust like i typed oit02:27
=== _ubuntu [n=ubuntu@host-84-222-48-217.cust-adsl.tiscali.it] has joined #ubuntu
gnomefreakit-02:27
gnomefreakbulio, after that skip down to the part titled apt-get and do it that way its easier02:27
=== xvlun [n=Jan@dslc-213-023-131-208.pools.arcor-ip.net] has joined #ubuntu
=== albacker [n=eni@customer-side2-telecomalbania.atnet.com.al] has joined #ubuntu
=== St^Anger^19m [n=a@213.217.237.13] has joined #ubuntu
St^Anger^19mdoes ubuntu support IceWM?02:28
_nano_why is my firefox scrolling sluggish compared to windows ? the presence of only one or two mid sized images make the scrolling sluggish. I've inspiron 5100 (P4, 2.66Ghz, ati radeon 7500 ) and use fluxbox with ubuntu. For example http://buzz.blogger.com scrolls sluggishly compared to firefox in windows02:29
bulioI typed it in02:29
buliocan I PM you output gnome?02:29
=== ljburritos [n=b@sfillo.pcisys.net] has joined #ubuntu
=== ccc [n=Corin_77@tor/session/x-eec75a751ec78dba] has joined #ubuntu
=== mode/#ubuntu [+b *!*@tor/*] by ChanServ
=== ccc [n=Corin_77@tor/session/x-eec75a751ec78dba] has left #Ubuntu [requested]
=== Delgul_at_work [n=gerard@delgul.demon.nl] has joined #ubuntu
Hoxzerlike lol02:30
HoxzerI followed that guide to get nxserver work :D02:30
Hoxzernow I can't get it even to run02:30
=== netjoined: irc.freenode.net -> brown.freenode.net
=== jack- [i=jack@dub.minimal.nl] has joined #ubuntu
=== mode/#ubuntu [+o thoreauputic] by ChanServ
buliognomefreak: http://pastebin.com/46360802:31
nathanjatm looks like i have to reinstakl ubunut :(02:31
=== mode/#ubuntu [-o thoreauputic] by thoreauputic
Hoxzeror client says it isn't running but it is02:32
=== kyncani [n=kyncani@lns-bzn-1-82-250-0-227.adsl.proxad.net] has joined #ubuntu
gnomefreakbulio, first your sources list should be hoary still (not sure what they are now) second after you run that with hoary repos and you get that error let me know02:33
=== yota [n=seb@home.nmeos.net] has joined #ubuntu
buliok02:34
bulioatm sources is breezy02:34
=== eth42 [n=peter@p54BE13F8.dip0.t-ipconnect.de] has left #ubuntu []
gnomefreakbulio,  put them back as hoary02:34
buliok02:34
gnomefreakthan run apt-get update02:35
=== Sleepwalker [n=Deltaesk@p54A5F7C9.dip.t-dialin.net] has joined #ubuntu
gnomefreakthan run the install for those 2 items02:35
Sleepwalkerhow do i get a folder "linked" 2 the desktop ??02:35
=== MAPD [n=bzzzzz@dna243-249.satp.customers.dnainternet.fi] has joined #ubuntu
buliowhere can I get hoary's sources.list/02:35
TenPlus1Q,) I have a Linksys 54g wireless card installed and setup, but it wont activate... any ideas ???02:36
HymnToLife!repos02:36
ubotuI heard repos is http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) see also !easysource02:36
gnomefreakbulio, just change the word breezy to hoary in the sources list02:36
nathanjanyone send ,e a default asound.default?02:36
thoreauputicSleepwalker: ln -s /path/to/folder  ~/Desktop/linkname  I guess02:36
HymnToLiferight you are thoreauputic02:36
=== zandaa [n=zandaa@84-105-216-35.cable.quicknet.nl] has joined #ubuntu
thoreauputicSleepwalker: but you can drag a folder to your desktop and I think it links by default02:36
zandaa<_< is there a 64-bit version of MythTV?02:37
=== mrzogs is away: Sono occupato lascia un msg quando torno ti rispondo
=== carlos [n=carlos@71.Red-83-53-49.dynamicIP.rima-tde.net] has joined #ubuntu
nathanjcan someone send a me a default copy of /var/lib/alsa/asound.state02:37
=== Astinus [i=iBook@freenode/staff/gentoo.astinus] has joined #ubuntu
Sleepwalkerthoreauputic is that just a link ?? k thought it was the whole folder ;)02:37
=== BlueDevil [n=mircea@81.196.151.21] has joined #ubuntu
=== ernstp [n=ernstp@k13d217-2.kam.afb.lu.se] has joined #ubuntu
gnomefreakSleepwalker,  to move a folder use the mv command02:38
thoreauputicSleepwalker: I think you'll find it's a link02:38
=== littlepaul is now known as littlepaul_
thoreauputicSleepwalker: hmm - not if you drag it, sorry02:39
=== munzir [n=munzir@85.129.142.214] has joined #ubuntu
Sleepwalkerk02:39
thoreauputicSleepwalker: there is a way - hang on02:39
buliognomefrak: now I get this:02:39
munzirHi sirs, I am running a webserver on which I installed mailman, and another mail server for all he mails @mydomains.com. Now the confirmation message of mailman need to be replied to mylist-request@mydomain.com which wouldn't go where mailman is installed (and had all the aliases) for sure. What am I missing please?02:39
buliohttp://pastebin.com/46361302:39
Sleepwalker gnomefreak what is the mv command (sorry noob)02:39
buliomove02:40
buliomv = move command02:40
thoreauputicSleepwalker: ctrl-shift drag02:40
olicatif i want to make a full backup of my whole system, whats the best way to do it?02:40
thoreauputicSleepwalker: makes a link from the desktop to a folder in your home directory02:40
gnomefreakbulio,  you ran sudo apt-get update?02:40
=== jonne_ [n=[jonne] @d51A56A15.access.telenet.be] has joined #ubuntu
Sleepwalkerthoreauputic  worked fine thx !!!!!02:41
buliono02:41
buliowhoops02:41
=== bulio slaps himself
thoreauputicSleepwalker: no worries :)02:41
=== xandeurus [n=alex@12stb54.codetel.net.do] has joined #ubuntu
gnomefreakafter you change your sources.list you have to run sudo apt-get update02:41
buliook02:41
St^Anger^19mCan i use IceWM on Ubuntu?02:41
buliothen the other thing?02:41
=== marc`` [n=marek@195.146.147.83] has joined #ubuntu
=== marc`` [n=marek@195.146.147.83] has left #ubuntu []
gnomefreakyes lets see if apt-get update spits anything out first02:42
thoreauputicSt^Anger^19m: sure02:42
bulioit does02:42
bulioall the sources02:42
=== imago [n=insolent@host166-168.pool8261.interbusiness.it] has joined #ubuntu
gnomefreakSt^Anger^19m, i dont see why not i think its in the ubuntu sources02:42
=== anatole [n=ZOMG@dsl5400A053.pool.t-online.hu] has joined #ubuntu
nathanjwhere os the filesystem tree on the ubuntu install cd?02:42
thoreauputic!info icewm02:42
ubotuicewm: (wonderful Win95-OS/2-Motif-like window manager), section universe/x11, is optional. Version: 1.2.22-2ubuntu2 (breezy), Packaged size: 632 kB, Installed size: 1656 kB02:42
xandeurusIf I have configured a mail server and I send a mail to aol.com, and they return me a message telling me that my ip is dinamyc and I have to change to static, what can I do to resolve the problem?02:42
=== athousandtrees [n=Sally@mypp-p-144-139-171-103.prem.tmns.net.au] has left #ubuntu []
gnomefreakbulio,  does what?02:42
=== surfdue_ [n=surfdue@user-0c6t1rl.cable.mindspring.com] has joined #ubuntu
St^Anger^19mgnomefreak: does IceWM fill you with applications like KDE and Gnome do?02:42
=== germancito [n=german@200.106.69.164] has joined #ubuntu
buliognomefreak: it got all the sources, as ususual02:43
bulio*usual02:43
bulioGet:24 http://archive.ubuntu.com hoary-updates/restricted Sources [14B] 02:43
gnomefreakbulio,  any errors?02:43
bulioetc.02:43
thoreauputicxandeurus: relay it through your ISP02:43
nathanjwhere os the filesystem tree on the ubuntu install cd?02:43
gnomefreakSt^Anger^19m,  i dont use it sorry02:43
bulionone that I see02:43
germancitohello02:43
buliotrying the apt get install now02:43
=== gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu
gnomefreakok bulio  now run sudo apt-get install ubuntu-base ubuntu-desktop02:43
=== vache [n=vache@user-12l2n7p.cable.mindspring.com] has joined #ubuntu
thoreauputicSt^Anger^19m: icewm is very minimalist - you just get a window manager02:43
=== bruder_ [n=bruder@201.15.250.22] has joined #ubuntu
St^Anger^19mthoreauputic: exactly what i want :D02:44
=== steve_laptop [n=steven@astound-64-83-198-101.mn.astound.net] has joined #ubuntu
St^Anger^19mthoreauputic: is there any other like it?02:44
buliogrr02:44
buliohttp://pastebin.com/46362002:44
gnomefreakyou want a light weight window mangaer with a menu use xfce :)02:44
thoreauputicSt^Anger^19m: lots - look at http://xwinman.org02:44
germancitoanyone knows a really good python interpreter02:45
=== bruder_ is now known as bruder
gnomefreakok bulio  run sudo apt-get -f install02:45
St^Anger^19mthoreauputic: thanks :D02:45
=== u|qos [n=mo@fachschaft10.fb05.uni-essen.de] has joined #ubuntu
xandeurusthomhash, you said that I have to call my ISP to reslve the problem, that problem couldnt be, in the file of configuration of the mail server?02:45
thoreauputicSt^Anger^19m: no worries :)02:45
=== Chadza [n=Miranda@pcp0010702372pcs.manass01.va.comcast.net] has joined #ubuntu
bulio1 sec02:45
zandaais there a 64-bit version of MythTV?02:45
=== imago [n=insolent@host166-168.pool8261.interbusiness.it] has joined #ubuntu
thoreauputicxandeurus: I didn't say "call" them - I said relay your mail through your ISP's mail server02:46
CaptainMorganjezzum... there is just much available through synapitc02:46
thoreauputicxandeurus: most ISPs block mail from dynamic IPs02:46
CaptainMorgansure, LInux can be frustrating at times.. but how else do you learn? but the real question why would anyone go back to Vindoze when there's all this free stuff02:47
CaptainMorgan?02:47
gnomefreakbulio,  after running that command run the install ubuntu-base ubuntu-desktop02:47
=== Master-Andra [n=andra@85-210-32-208.dsl.pipex.com] has joined #ubuntu
=== BasL [n=nnnnnnnn@tuxmachine.xs4all.nl] has joined #Ubuntu
St^Anger^19mWhats the difference between a Window Manager, and a Desktop?02:47
=== gnomefreak brb i have to get ready ill be back in a bit
xandeurusthomhash, how can I do that, because i can understand you02:47
=== [caminante] [n=caminant@VA1-1D-u-0566.mc.onolab.com] has joined #ubuntu
CaptainMorganAnger, you answered your own question02:47
HymnToLifeCaptainMorgan > I read a fun story about thas02:47
thoreauputicSt^Anger^19m: Desktop = window manager + desktop02:47
u|qosCaptainMorgan: cause there are also good free apps for windows ... and many (not most) things are by far easier on m$.02:48
St^Anger^19mok so wot does the desktop include?02:48
xandeurusthomhash, when you said  relay your mail through your ISP's mail server, what do you want say?02:48
HymnToLifeIt's fictional of course but it's the story of a guy who used Linux all his life and switches to Windows02:48
thoreauputicSt^Anger^19m: window managers don't include stuff like gnome-volume-manager, gnome-settings-daemon etc02:48
St^Anger^19mas in...whuy is XFCE a desktop....and IceWM a window manager?02:48
St^Anger^19mhmmm02:48
u|qosCaptainMorgan: and the most important reason ... there are more devices and hardware supported ...02:48
=== LoPMX [n=lopmx@ph32.torun.sdi.tpnet.pl] has joined #ubuntu
CaptainMorganI assume that most here are techies are heart.. which is the reason for the strong lInux following.. maybe non-techies who have careers unrelated to technical prowess choose the easy way..02:49
thoreauputicSt^Anger^19m: Desktop Environments have extras - like the ones I mentioned02:49
nathanjanyoen able to send me a file from a default install?02:49
=== melon [n=melon@58.79.150.77] has joined #ubuntu
St^Anger^19mso if i want something snappy.....and minimilast02:49
St^Anger^19mwot do u suggest?02:49
St^Anger^19mxfce?02:49
HymnToLife!xubuntu02:49
ubotuI guess xubuntu is Ubuntu using XFCE instead of Gnome for the desktop. Details here: https://wiki.ubuntu.com/Xubuntu02:49
thoreauputicCaptainMorgan: I was not  atechie until I discovered Linux (in fact I'm still not, really)02:49
rosenCaptainMorgan, it is not that much more difficult to install anymore... and with that many people who are willing to help out ....02:49
=== Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu
=== Topslakr [n=Topslakr@24-54-42-180.lndnnh.adelphia.net] has joined #ubuntu
St^Anger^19mbut the xubuntu-desktop already contains stuff i do not want :(02:50
thoreauputicSt^Anger^19m: it depends - xfce4 is a nice desktop environment with some exras. icewm, fluxbox, windowmaker are smaller but require more configuration02:50
xandeurusthoreauputic, when you said  relay your mail through your ISP's mail server, what do you want say?02:51
thoreauputic*extras02:51
quackerCaptainMorgan, I choose Linux also because I'm broke and can't afford $600 just for an office suite, then more money for another 20 applications I'd have to license if I used Windows.02:51
=== CaptainMorgan knows that state you're in quacker
=== Goshawk [n=Goshawk@host3-112.pool8249.interbusiness.it] has joined #ubuntu
St^Anger^19mquacker: u could have used OOo on windows...i guess u just dont want Windows :)02:51
=== CaptainMorgan has aspirations to high incomes...
thoreauputicxandeurus: it sounds like you are trying to send directly from an unauthorised machine: if you send via the ISP mail server the recipient sees the ,mail coming from a recognised source02:52
quackerSt^Anger^19m, when I started -- they didn't have win3202:52
St^Anger^19moh ic02:52
St^Anger^19m:)02:52
St^Anger^19mthen xubuntu it is :D02:52
St^Anger^19mi like the idea02:52
quackerBut St^Anger^19m that's only one example -- there are several things that windows does not even support02:52
=== faked [n=faked@83-65-239-249.dynamic.xdsl-line.inode.at] has joined #ubuntu
St^Anger^19minstalling it as server...and then doin wot the hell iwant02:52
quackerAnd Debian, etc.02:53
=== marky [n=marky@84.12.195.57] has joined #ubuntu
=== surfdue__ [n=surfdue@user-0c6t1rl.cable.mindspring.com] has joined #ubuntu
St^Anger^19mquacker: wot other examples?02:53
xandeurusthoreauputic, and I cant send mail to aol.com from my email wich I create for the company?, the only way is for the mail wich the company give me02:53
=== skora [n=skora@69-173-197-189.clvdoh.adelphia.net] has joined #ubuntu
quackerI have a webcam and also an SLR digital cam that either donb't have windows drivers or inadequate file type support02:54
St^Anger^19mquacker: that's a bit odd02:54
thoreauputicxandeurus: erm - I don't quite follow - but I assume your mail server has to have an mx and be recognised as legitimate02:54
St^Anger^19musually M$ try to have all the support required for this kind of stuff...02:54
St^Anger^19mbdw02:54
quackerSt^Anger^19m, are you trolling for the Evil Empire in here?02:55
=== oaoaoehca [n=ooaiiens@adsl-177-87-192-81.adsl2.iam.net.ma] has joined #ubuntu
=== oaoaoehca [n=ooaiiens@adsl-177-87-192-81.adsl2.iam.net.ma] has left #ubuntu []
quackerpfft02:55
St^Anger^19mi read in Paul Thorret's website in wnindows...that on an AMD 3400+ with 2Gb ram its slow!! :)02:55
xandeurusthoreauputic, ok men, thanks02:55
St^Anger^19mie the upcoming VIsta02:55
=== QRZ [n=rob@freenode/supporter/active/RobertPectol] has joined #ubuntu
St^Anger^19mquacker: no i'm not trolling!! as if...i've been working hard with ubuntu and i got to like it02:56
thoreauputicxandeurus: I mean you can't just run a mail server without making it official and expect big ISPs to recognise it02:56
quackerAnd the Gartner groupis advising enterprise users not to upgrade for another 2-3 years02:56
=== neeja [n=neeja@CPE-147-10-218-195.nsw.bigpond.net.au] has joined #ubuntu
skorahi, if i want to file a bug for a 'base' program, should i use bugzilla or malone ?02:56
skoraI forget.02:56
quackerHeh -- they used to be in M$ back pocket, but they 'defected'.02:56
ian_Why does K3B not allow me to burn at full speed. My drive is 40x but I can only get 8x in k3B02:56
thoreauputicskora: for anything in main, bugzilla02:56
xandeurusthoreauputic, and how can I make my mail server official?02:57
=== marcin [n=user@194.114.146.58] has joined #ubuntu
skorathoreauputic, thanks.02:57
Toma-ian_: have you got dma enabled on the drive?02:57
=== Turambar_ [n=turambar@C229-10.surffi.net] has joined #ubuntu
St^Anger^19mlol02:57
thoreauputicxandeurus: I've never doe it - but I believe you need an MX record - someone with more experience might know02:57
St^Anger^19mi kept a dual boot for C# code and some games02:57
thoreauputics/doe/done02:57
St^Anger^19mbut i rarelyp lay anymore02:57
St^Anger^19mso its just some C#02:57
=== ApAsJa [n=eeplodat@adsl196-217-3-206-196.adsl196-1.iam.net.ma] has joined #ubuntu
=== ApAsJa [n=eeplodat@adsl196-217-3-206-196.adsl196-1.iam.net.ma] has left #ubuntu []
ian_Toma-, I havent enabled so I guess if its not enabled by default, it wont be.02:58
=== nunod is back (gone 00:40:55)
xandeurusthoreauputic, men thanks for your help02:58
=== ApAsJa [n=eeplodat@adsl196-217-3-206-196.adsl196-1.iam.net.ma] has joined #ubuntu
=== sH4 [n=foo@221.166.80.42] has joined #ubuntu
=== ApAsJa [n=eeplodat@adsl196-217-3-206-196.adsl196-1.iam.net.ma] has left #ubuntu []
Toma-ian_: i see... use a text editor to edit /etc/hdparm.conf02:58
quackerian -- (if DMA is enabled and it's still slow) probably a crappy drivem, i/o controller slow/small bufferspace.  K3B is zealous about keeping the buffer full.  Also, all burners can only burn as fast as the quality of the media you are using.02:58
Toma-theres some documentation on howto within the file02:58
thoreauputicxandeurus:  you're welcome - sorry I couldn't give you more info: i suggest you google for it02:58
thoreauputicnunod: please turn your away script off02:59
=== kyncani [n=kyncani@lns-bzn-1-82-250-0-227.adsl.proxad.net] has joined #ubuntu
=== mfuentes [n=mario@200.54.6.203] has joined #ubuntu
quackerSome blanks are not designed to support higher burn rates -- the slowest are no-name brand CD+RW02:59
=== ggo [n=ggo@lns-bzn-45-82-65-171-228.adsl.proxad.net] has joined #ubuntu
xandeurusthoreauputic, ok men, but your help was very good :)02:59
thoreauputicxandeurus: :)02:59
=== john_ [n=john@p54B5E341.dip.t-dialin.net] has joined #ubuntu
quackerAlso, there are two basic ways to burn -- packet-writing and DOA/TOA03:00
=== robotgeek_away is now known as robotgeek
=== hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu
Toma-u nearly done quacker :D03:01
quackerSt^Anger^19m, did I mention that DVD playback looks much sharper under Linux than in 2K or even XP Media Center of Evil on this hardware?03:01
=== sori [n=sori@ip93-163-173-82.adsl2.versatel.nl] has joined #ubuntu
=== theD3viL [n=geek@BSN-77-90-27.dsl.siol.net] has joined #ubuntu
=== brynjarh [n=brynjarh@raf-a19.raflinan.is] has joined #ubuntu
=== rr [n=rr@host13-233.pool8175.interbusiness.it] has joined #ubuntu
=== vinnie [n=vinnie@dsl186-165-100.fastxdsl.nl] has joined #ubuntu
quacker(I have licenses up to 'Advanced' (hah!) Server 2003, but I only use them for customer support)03:02
=== jpniane_ [n=jpniane@sunugaal.jpon.net] has joined #ubuntu
=== markuman [n=supermar@p50926BD7.dip.t-dialin.net] has joined #ubuntu
=== EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu
=== Amaranth [i=travis@ubuntu/member/amaranth] has joined #ubuntu
=== mahangu [n=mahangu@unaffiliated/mahangu] has joined #ubuntu
CaptainMorgananybody use Screem ?03:03
CaptainMorganseems like a good program..03:03
=== erik__ [n=erik@G2cc7.g.pppool.de] has joined #ubuntu
=== ballewh [n=ballewh@filter.cmcss.net] has joined #ubuntu
skorai've used screem. good stuff.03:03
=== erik__ is now known as Zedman
skorathough its just a personal pref between that and bluefish03:04
skorabluefish suited me better03:04
=== skora shrugs
=== DJ_Mirage [n=djmirage@biggetje.xs4all.nl] has joined #ubuntu
vinnieQuick question, after installing the ati driver packages from breezy on my laptop, i can no longer choose the 1280x800 resolution... it now does 1280x700 something. Tried editing the conf files and running the config again but no luck03:05
vinnieCan any1 help?03:05
rosenis there an alternative for movie (all movie types) to Xine ? ... I'd like something where I can queue up multiple files ... and if it supported streaming and *.wmv + *.mpeg that wouldnt be too shabby either ;)03:05
Toma-rosen: mplayer03:06
nunodvideolan03:06
nunod(vlc)03:06
=== oaioAXM [i=ist__35m@adsl-82-45-192-81.adsl.iam.net.ma] has joined #ubuntu
rosenI'll check it out, thanks03:07
=== Sonderblade_ [n=muh@213.131.147.169] has joined #ubuntu
buliohttp://pastebin.com/46362003:07
bulioso I ran sudo apt-get -f install03:07
Toma-np03:07
bulionow what?03:07
theD3viLdoes new totem in backports works well ?03:07
=== nunod is away: I'm busy
buliowhat is wrong here:?03:08
Toma-bulio: what does your sources.list look like?03:08
St^Anger^19mquacker: wot hardware?03:09
St^Anger^19m(sorry i was eating apple pie) :)03:09
buliohttp://pastebin.com/46365603:09
=== redguy||work [n=matik@acm80.neoplus.adsl.tpnet.pl] has joined #ubuntu
buliothats my problem03:09
rosenoh yeah.. by the way, I tried to apg-get libdivx4linux but it doesnt seem to exist anymore.. is there a replacement for this ?03:09
=== xandeurus [n=alex@12stb54.codetel.net.do] has left #ubuntu ["Leaving"]
bulioanyone?03:10
=== Master-Andra [n=andra@85-210-32-208.dsl.pipex.com] has left #ubuntu []
=== jhaa [n=juha@dsl-aur-ff2dc000-227.dhcp.inet.fi] has joined #ubuntu
Toma-rosen: apt-cache search divx03:10
bulioToma: what should I do?03:10
=== samu2 [n=sam@svamppi.sby.abo.fi] has joined #ubuntu
buliobtw, sources.list points to hoary03:10
Toma-bulio: youre root, AND using sudo? why? paste me your /etc/apt/sources.list03:10
spine_does anyone know of repos with security auditing and things like cvs cadega and such?03:11
Toma-bulio: and youre using hoary?03:11
spine_breesy03:11
spine_breezy03:11
buliohoary03:11
bulioI wanna go to breezy03:11
Toma-spine_: google would be youre best option03:11
Toma-bulio: ahhh.03:11
spine_tried that.03:11
=== stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu
buliobut I gotta apt-get install ubuntu-base ubuntu-desktop03:11
spine_i dont really grasp the concept of repos much, im still rather noobish03:12
Toma-bulio: http://www.noapparentmotive.org/topics/upgradingtobreezy.html03:12
Toma-tried following that?03:12
spine_me?03:12
Toma-spine_: see your name at the start? :)03:12
zandaahey everyone, how do I set up a mysql server?? (not for webserver use)03:12
=== LadyNikon [i=nikon@judecca.aculei.net] has left #ubuntu []
=== hartsantler [n=hart@71-32-183-221.bois.qwest.net] has joined #ubuntu
ian_is mpeg-2 the same as .avi?03:12
rosenToma-, ah it's called avifile-divx-plugin now ;)03:12
Toma-spine_: you want snort and such?03:12
spine_lol, this stomach flu is got my head up my ass srry03:13
zandaaian_, no it is not if I'm correct03:13
Toma-ian_: no.03:13
gnomefreakbulio,  did the apt-get -f install help?03:13
ian_is .avi any kind of mpeg?03:13
zandaaian_, no it isn't03:13
Toma-ian_: no.03:13
Toma-ian_: its more related to mp303:13
buliono it didn't help03:13
Toma-if anything03:13
ian_ok thanks guys,03:13
zandaaToma-, mp3 is mpeg layer 3 audio <_<03:14
hartsantlerhi, is anybody having wifi troubles in ubuntu, i can't seem to get my to fully work, it only can seem to resolve a host name once, and then after it just fails.03:14
gnomefreakstill getting the dependency issues? or something else?03:14
Toma-zandaa: alot of avis use mp3 for audio03:14
zandaahartsantler, what kinda WiFi card you have?03:14
zandaaToma- ah ok03:14
Toma-;)03:14
hartsantlerNEC wifi03:14
spine_hartsantler: are you using a linux supported wi-fi card?03:14
=== chriswk [n=chriswk@cD9089959.inet.catch.no] has joined #ubuntu
=== fzoy [n=fzoy@APointe-a-Pitre-103-1-21-149.w81-248.abo.wanadoo.fr] has joined #ubuntu
Toma-spine_: what security tools did you want?03:14
buliognomefreak: http://pastebin.com/46365603:15
=== Tiorione [n=VICTOR@host13-218.pool80117.interbusiness.it] has joined #ubuntu
TiorioneSalve03:15
=== turtleryde [n=turtlery@179.82.233.220.exetel.com.au] has joined #ubuntu
hartsantlerit has worked in the past, at the public library there is no problem with the wifi, but when i boot at work and use their dhcp it does not work (only resolves once and then fails)03:15
TiorioneQialcuno parla l'italiano qui?03:16
gnomefreakbulio,  try this sudo apt-get install ubuntu-base03:16
buliognomefrak: any idea what the problem might be?03:16
=== teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu
spine_just a good collection of them, say allot of the ones in WHAX03:16
bulioalright03:16
gnomefreakbulio,  i have a few03:16
ian_Toma-, No any good avi to mpeg convertors?03:16
Toma-ian_: yes...03:16
St^Anger^19m!icewm03:16
ubotuSt^Anger^19m: No idea03:16
=== `Wraith` [n=spirit@chbpxy.cheboygan.k12.mi.us] has joined #ubuntu
Toma-ian_: avidemux is my favorite03:16
gnomefreakbulio,  also while your at it paste your sources list in pastebin please03:17
`Wraith`Good morning03:17
hartsantlerian_ yes avidemux is the best03:17
Toma-ian_: also, try looking up transcode and its GUI apps03:17
spine_hartsantler: srry cant help yu with that, thought you might be using ndiswrapper or something of that craft03:17
=== ggo [n=ggo@lns-bzn-45-82-65-171-228.adsl.proxad.net] has joined #ubuntu
TiorioneSome one speack italian or spanish?03:17
=== HymnToLife [n=_mfb@ABordeaux-252-1-51-13.w86-207.abo.wanadoo.fr] has joined #ubuntu
ian_ok thanks again.03:17
skora!it03:17
ubotuVai su #ubuntu-it o su #kubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie!03:17
`Wraith`Can anyone tell me the default root password?03:17
skora!sp03:17
ubotuskora: I give up, what is it?03:17
skora!es03:17
ubotuHispanohablantes: Por favor usen #ubuntu-es, alli obtendran mas ayuda.03:17
spine_spanish here03:17
theD3viLwhat i need to install for watching movies (short) on internet?03:18
theD3viLwith mozilla03:18
=== stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has left #ubuntu ["Konversation]
=== stardust [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu
skoratheD3viL, is it quicktime03:18
TiorioneGRAZIE03:18
theD3viLskora, yes03:18
=== Tiorione [n=VICTOR@host13-218.pool80117.interbusiness.it] has left #ubuntu ["Sto]
skora!codecs03:18
ubotuBinary only codecs (such as w32codecs) can be downloaded from plf or cipherfunk, see !easysource for details on these repositories03:18
buliognomefreak: http://pastebin.com/46367103:18
buliothe bottom is sources.list03:18
`Wraith`My son and I are using Ubuntu to get familiar with Linux, and we need the root password for some changes to the config03:18
skorawraith:03:18
spine_you need to set it03:18
=== robotgeek is now known as robotgeek_work
skorait's set up when you installed ubuntu03:18
spine_$sudo passwd03:19
skorayou can choose it to be whatever you'd like03:19
spine_$ sudo passwd03:19
linuxgeek2`Wraith`, sudo root passwd03:19
=== runge [n=runge@host-206-98.wetternet.net] has joined #ubuntu
spine_or just passwd, i cant really remember right now, besides im on windoze at the moment03:19
`Wraith`hmmm... it asked him to set an account, which he did, but he could not remember it asking him to set the root password. Thanks!03:19
BlueDevil`Wraith`: sudo passwd root03:19
spine_no problem man03:20
=== ChaKy [n=chaky@lns02-1064.dsl.iskon.hr] has joined #ubuntu
St^Anger^19m!xubuntu03:20
ubotuxubuntu is probably Ubuntu using XFCE instead of Gnome for the desktop. Details here: https://wiki.ubuntu.com/Xubuntu03:20
=== meuserj|work [n=meuserj|@StandardLife-72-140-65.OneCall.Net] has joined #ubuntu
buliognomefreak: does it look ok?03:20
`Wraith`Got it, thanks! we will do that tonight after school/work03:20
gnomefreakok bulio  open synaptic and first click i think its edit your looking for "fix broken packages" and fix them t03:20
=== cfuerst [n=cfuerst@cm127-174.liwest.at] has joined #ubuntu
=== titanium [n=titanium@blk-222-158-20.eastlink.ca] has joined #ubuntu
=== cfuerst [n=cfuerst@cm127-174.liwest.at] has left #ubuntu ["Verlassend"]
theD3viLskora, i dont need source.list i need program03:20
Toma-spine_: if you want security tools, there should be plenty of them out there in .deb format that you can (usually) seamlessly install in ubuntu03:20
=== Fast [n=alex@81-86-145-67.dsl.pipex.com] has joined #ubuntu
`Wraith`Take care!03:21
=== eth42 [n=peter@p54BE13F8.dip0.t-ipconnect.de] has joined #ubuntu
=== `Wraith` [n=spirit@chbpxy.cheboygan.k12.mi.us] has left #ubuntu []
buliook03:21
buliognomefreak: I clicked fix broken packages03:21
gnomefreakok did it say anything?03:22
bulionope03:22
bulioI just clicked ix broken packages03:22
buliodidn't select anyhting03:22
gnomefreakok close it and run sudo apt-get install ubuntu-base ubuntu-desktop again03:22
ian_Toma-, Is avidemux in the ubuntu repos?03:22
buliostill doesn't work03:23
zandaais there something like Mp3Kult for Gnome??? (Mp3Kult is a MP3 management system for KDE using MySQL)03:23
Toma-ian_: yep03:23
ian_hmm03:23
skoratheD3viL, a program to view them in ?03:24
gnomefreakbulio,  the libs that are unmet one at a time try to apt-get install them let me know what happens03:24
theD3viLskora, yes03:24
=== flodine_ [n=flodine@c-24-4-174-71.hsd1.ca.comcast.net] has joined #ubuntu
eth42when I plug in my usb memory stick, two devices will be mounted automatically -- sda and sda1. sda shows only garbage, while sda1 contains the actual partition. why is sda mounted at all?03:24
Toma-ian_: actually, it isnt03:24
St^Anger^19mthank god for this distro...its the one which made me give linux more than 1,2,3 tries...and now i'm learning a lottttt03:24
linuxgeek2!upgrade03:24
ubotuThe guide to upgrading to breezy (5.10) is at https://wiki.ubuntu.com/BreezyUpgrade03:24
ian_Toma-, ah ok, I've just downloaded the source anyway.03:24
Ngeth42: that sounds like a bug, or perhaps an error in the partition table on the stick03:24
Toma-ian_: make sure you dont use "make install" and use "checkinstall" instead! ;)03:25
skoratheD3viL, oh sry. there's mplayer, xine, totem03:25
skorapersonal pref.03:25
=== Kibou [n=boo@dslb-084-063-034-050.pools.arcor-ip.net] has joined #ubuntu
=== rraajj [n=Schildkr@210.213.78.38] has joined #ubuntu
=== ardzeii [n=Schildkr@210.213.78.38] has joined #ubuntu
skoraor VLC03:25
ian_Toma-, You seem pretty knowledgeable about this stuff, any recommendations for a DVD menu builder?03:25
eth42Ng: fdisk -l just lists the partition and doesn't complain. so perhaps it is a bug. has anyone else experienced it?03:25
buliognomefreak: http://pastebin.com/46367703:26
meuserj|workian_, dvdstyler03:26
Toma-ian_: qdvdauthor03:26
=== Enquest [n=Enquest_@d54C29A8D.access.telenet.be] has joined #ubuntu
theD3viLskora, what do you mean i want to? ;) ... hm...totem dont works ill install mplayer03:26
=== sambagirl [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu
Ngeth42: I haven't heard of that happening - perhaps you could file a bug with ubuntu agains the gnome-volume-manager package?03:26
Toma-its the bomb. made my aunty&uncles wedding dvd with it :)03:26
=== rraajj [n=Schildkr@210.213.78.38] has left #ubuntu ["http://ardzeii.tripod.com"]
=== ondra [n=ondra@86.49.100.12] has joined #ubuntu
ondrajjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj03:27
skoratheD3viL, there's a few diff pkg's of it. just probably need the standard mplayer one03:27
gnomefreakok bulio  go into your sources list and change all hoary to breezy than sudo apt-get update03:27
=== tear [n=root@c-986671d5.15-1-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu
eth42Ng: ok. so it is gnome-volume-manager who does the automount?03:27
=== ardzeii [n=Schildkr@210.213.78.38] has joined #ubuntu
=== hartsantler [n=hart@71-32-183-221.bois.qwest.net] has left #ubuntu []
theD3viLskora, i now what i need...ive just think that totem must work03:28
Ngeth42: ish, it's actually pmount that does the mounting, but gnome-volume-manager controls the whole affair03:28
tearI got a quite serious bad problem... It sais I have no space left on /03:28
eth42Ng: thanks!03:28
tearthing is, it auto fills, if I remove a file it doesn't free space03:28
theD3viLskora, and yeah...realplayer in repos dont work03:28
=== Pupeno [n=pupeno@host155.201-252-49.telecom.net.ar] has joined #ubuntu
skoratheD3viL, im confused on what you're having a problem with now :/03:28
Toma-tear: clear all your logs?03:28
=== MAPD [n=bzzzzz@dna243-249.satp.customers.dnainternet.fi] has joined #ubuntu
hmpedersenI give up.. I can't get any help in #kubuntu03:28
buliognomefreak: sudo apt-get update done03:28
hmpedersenAnyone here can help me with 2 simple problems?03:29
theD3viLskora, realplayer dont works in repo..only that :)03:29
germancito#gnome03:29
germancitosorry03:29
gnomefreakok bulio  not run apt-get dist-upgrade03:29
buliognow?03:29
skorawhat's wrong with it exactly ?03:29
bulio*now03:29
gnomefreakyes now03:30
buliognomefreak: now run it?03:30
=== workbean [n=workbean@60.48.194.101] has joined #ubuntu
Toma-hmpedersen: nobody knows yet.03:30
tearToma-: clearing anything won't help, it won't free space, it's always 0, this happened while working with progranning a program that makes a file, but the file isn't made either so I can't see how that would fill anything, and still, why wouldn't deleting a 200MB file clear any free space?03:30
=== iustin [n=iustin@84.234.107.114] has joined #ubuntu
=== ardzeii [n=Schildkr@210.213.78.38] has joined #ubuntu
bulioits getting stuff noew03:30
skorainstall probs, probs during actual playback, etc.03:30
bulio*now03:30
Toma-tear: could still be sitting in the ram..03:30
=== kryson [n=VICTOR@host13-218.pool80117.interbusiness.it] has joined #ubuntu
=== linuxboy [n=anon@yoda.frogfoot.net] has joined #ubuntu
gnomefreakbulio,  did it do that the first time?03:30
Toma-tear: try ask in #linux03:31
buliono, I followed the guide03:31
meuserj|worktear, what filesystem is it?03:31
hmpedersensry Toma, my attention was hijacked by gaim.. First, the only language im able to get in kde is english (i want danish).. Second, im unable to find out how to make gaim and gmail-notifier run at logon..03:31
_jasonis it possible for me to login to gnome and fluxbox at the same time somehow?03:31
=== ekimus [n=ekimus@pluto.htu.tuwien.ac.at] has joined #ubuntu
buliobbl soon03:31
bulioI'll let you know when it is done03:31
gnomefreakok03:31
tearmeuserj|work: ext303:31
tearToma-: any quickguide to how, and I'm in concole mode mo no links please03:31
Toma-hmpedersen: to get them to run at startup, make a link of the programs to ~/.kde/Autostart03:31
iustinplease someone know an easy to use, graphical program for backing up my ubuntu partition? or at least saving my settings (desktop, firefox) ??03:31
=== rraajj [n=Schildkr@210.213.78.38] has joined #ubuntu
=== kryson [n=VICTOR@host13-218.pool80117.interbusiness.it] has left #ubuntu ["Sto]
=== rraajj [n=Schildkr@210.213.78.38] has left #ubuntu ["http://ardzeii.tripod.com"]
Toma-tear: ive got no idea sorry03:32
meuserj|workiustin, install sbackup03:32
tearToma-:  OK, thanks anyway03:32
iustinthanx... i will try it now, meuserj|work03:32
tearmeuserj|work: any ideas?03:33
=== Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu
hmpedersentoma, thanx..03:34
=== azertyman [n=azertyma@LAubervilliers-151-13-90-76.w217-128.abo.wanadoo.fr] has joined #ubuntu
Toma-no prob... as for the locale settings...03:34
hmpedersentoma, u know how to find the languages for kde too? Ive searched trough just abou...03:34
hmpedersentoma, wasnt supposed to press enter there..03:34
Toma-iirc, click K> Control Centre>Regional settings03:35
hmpedersendarn enter.. too close to backspace..03:35
=== DrBair [n=ryan@c-67-186-55-131.hsd1.pa.comcast.net] has joined #ubuntu
TokenBadok folks..lets see...I installed my printer through cups...a epson stylus 740 color.   used the recommended driver that cups says...printer gets alll set up..and I clean the nozzles cause I have brand new cartridges that I put in...then I try to print a test page....and the printer will do one of two things..it will either go through the printer proccess...but then have nohing on the printer paper or it will just sit there and not print at all...any id03:35
TokenBadeas?03:35
hmpedersentoma, yeah.. only language available is english.. Cant get it to install danish03:35
TokenBadhmm..it broke it up on it..03:35
=== JzE [n=jze@a84-231-30-102.elisa-laajakaista.fi] has joined #ubuntu
meuserj|worktear, not off the top of my head03:36
=== zever [n=zever@kotnet-145.kulnet.kuleuven.be] has joined #ubuntu
=== gnomefreak brb
Toma-hmpedersen: try 'apt-get install kde-i18n-da'03:36
tearmeuserj|work: OK, I'll think a bit about it03:36
=== zever [n=zever@kotnet-145.kulnet.kuleuven.be] has left #ubuntu ["Heading]
Toma-hmpedersen: then restart kde and check if its there again03:36
hmpedersentoma, hmm.. all of a sudden, after my many attempts, it has installed danish..03:36
=== MenZa` [n=menza@0x50a1605a.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu
Toma-;P03:37
hmpedersenIll just restart kde.. brb03:37
iustinmeuserj|work, i clicked back-up in sbackup configuration and now it tells me it run in backround... what does this prog do now?03:38
=== hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu
iustinmeuserj|work, i am worried cause i have very little space on this partition03:39
=== beyond is now known as beyond-rango
=== Sonderblade_ [n=muh@213.131.147.169] has joined #ubuntu
meuserj|workwell.. it's backing up all settings in /etc, your home directory (execpt for media files like movies and music), and /var (except for temporary files) to /var/backup03:40
=== shaa-gi [n=shaggy@pixpat.austin.ibm.com] has joined #ubuntu
=== hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu
=== lastu [i=lastu@cs181191220.pp.htv.fi] has joined #ubuntu
=== saik0 [n=saik0@adsl-065-007-195-142.sip.mia.bellsouth.net] has joined #ubuntu
hmpedersenokay.., how many xchat have i running now?03:42
=== digis_ [n=digis@85.206.234.84] has joined #ubuntu
meuserj|workiustin, it also excludes files over 100 MB03:42
gnomefreak1?03:42
bulio11 minutes until it is done the download03:42
meuserj|workiustin, so it shouldn't take up too much room03:43
iustinyes ... it stopped03:43
=== brainball [n=haico@cc5640-a.ensch1.ov.home.nl] has joined #ubuntu
gnomefreakbulio,  after its done if no errors reboot into the new kernel sould be 2.6.12-10 i think is the newest one for breezy03:43
Toma-hmpedersen: what?03:44
gnomefreakshould even03:44
iustinfinally i want to save my ubuntu and applications configurations and then e-mail them , format everything and reinstall on all of  my hda03:44
hmpedersentoma, seems i have 5 gmail notifiers and 5 gaim running now.. 2 i can see, the rest are in background..03:44
Toma-iustin: just make a big tarball of home03:44
buliognomefreak:what do I do once iyts done downloading?03:44
iustinjust that?03:44
meuserj|workiustin, ok.. then tar up your /var/backup directory03:44
=== rockin_stan [n=stan@dslb-084-057-030-036.pools.arcor-ip.net] has joined #ubuntu
Toma-hmpedersen: oic. youve got it to save the session on log out right?03:45
=== rockin_stan [n=stan@dslb-084-057-030-036.pools.arcor-ip.net] has left #ubuntu ["switching]
=== veronique [n=veroniqu@dyn-83-156-72-46.ppp.tiscali.fr] has joined #ubuntu
gnomefreakbulio,  read above i just told you sir/maam03:45
buliook, thanks03:45
veroniquehello03:45
iustinit does save also my progs configuration (like firefox) ?03:45
hmpedersentoma, no.. well.. in gnome i set it to never save session.. But havent found that in kde yet.. didnt tell it to save..03:45
meuserj|workiustin, yes03:45
=== res-loon [i=res@adsl-ull-154-173.44-151.net24.it] has joined #ubuntu
iustinthanks so much03:45
=== bipolar [n=bflong@146.145.26.90] has joined #ubuntu
Toma-hmpedersen: hang on, ill log into kde :003:45
iustini will try to tar my /var/backup03:45
Toma-:)03:45
veroniquehello03:45
hmpedersentoma, thanx03:46
=== netjoined: irc.freenode.net -> brown.freenode.net
=== Laney [n=laish@81-179-245-187.dsl.pipex.com] has joined #ubuntu
=== Subhuman [n=jack@host86-139-40-203.range86-139.btcentralplus.com] has joined #ubuntu
veroniquehello03:46
=== Laney [n=laish@81-179-245-187.dsl.pipex.com] has joined #ubuntu
gnomefreakwhats a good 2D app to look  into space :( i dont know how to word it lol sorry03:47
Subhumanhi, ive been running desktop ubuntu on a second box, but i want to use this as a server. worth reinstalling as ubuntu server? or what are the differences? as i have apache ssh and ftp on this machine anyway03:47
St^Anger^19mthe installer keeps asking me to enter my name and passwords03:47
=== Toma- [n=lin4me@203-59-182-214.dyn.iinet.net.au] has joined #ubuntu
St^Anger^19mover and over03:47
Toma-i like kde :( i miss it03:47
spine_2d space map? google:03:47
gnomefreaka gnome version of kstars :)03:47
spine_Gstars?03:47
iustinmeuserj|work, i`m a newbie but i wanna learn :)) ! can u plz paste here the command line for tar my /var/backup03:47
gnomefreakdidnt think there was a gstars but ill see03:48
iustinmeuserj|work, sorry for annoying you!03:48
=== Digis [n=digis@85.206.234.84] has joined #ubuntu
Toma-ok hmpedersen, open up system settings, user account, session manager and make sure it starts with an empty session03:48
spine_i think u tar ur home and move it to /backup buddy03:48
hmpedersentoma, yeah.. thanx.. i just found it a sec ago :)03:48
gnomefreaknope no gstars03:48
=== sadpanda [n=angryfix@c-24-9-87-222.hsd1.co.comcast.net] has joined #ubuntu
=== derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu
=== gnomefreak brb
Toma-oic03:48
meuserj|workiustin, tar cjvf backups.tar.bz2 /var/backup03:48
hmpedersenI'm a lil slow..03:49
hmpedersenthanx :)03:49
=== HiddenWolf [n=HiddenWo@136.17.dynamic.phpg.net] has joined #ubuntu
=== SouLReaveR [n=everton@200.129.167.92] has joined #ubuntu
spine_.03:49
=== spine_ [i=spine@gnook.org] has joined #ubuntu
spine_.03:50
=== LSD-25 [n=monoxyde@24-177-238-026.dhcp.spbg.sc.charter.com] has joined #ubuntu
St^Anger^19mwhy does the installer keep asking me for username and password?03:50
=== slipstream-- is now known as slipstream
LSD-25where is the apt-get package list in ubuntu ?03:50
Subhuman?03:50
Subhuman/etc/sources.list03:51
LSD-25that has a list of all the possible packages i can install?03:51
=== LSD-25 isn't very familiar with apt-get...
NgLSD-25: synaptic can show you that easily03:51
SubhumanLSD-25, no sorry03:51
Subhuman/etc/apt/sources,list03:51
Subhumanis the list of repositries03:51
Subhumanbut yeah03:51
sadpandaHello. I'm trying to find a way to "ping" an IP address and a certain port (namely port 80 for HTTP), but I want to be able to use that port's protocol (ie, HTTP), so that I can retrieve any error codes. Ping uses ICMP and netcat uses basic TCP, so even though I can ping port 80, I can't get an error code. Any ideas?03:51
LSD-25NG i only installed console03:52
Subhumansystem/admininstation/synaptic pakcager manager03:52
Subhumanoh LSD-2503:52
NgLSD-25: aptitude then03:52
LSD-25its a server ;)03:52
rem_apt-cache search03:52
=== frwll [i=system@201.14.146.188] has joined #ubuntu
LSD-25thanks.03:52
Subhumando "sudo apt-get search "string"03:52
LSD-25i'm used to FreeBSD and the ports collection03:52
=== frwll [i=system@201.14.146.188] has left #ubuntu ["parting"]
LSD-25wanted to try something new.03:52
=== lucaas [n=LMX@h230n3c1o1124.bredband.skanova.com] has joined #ubuntu
Subhumanhey LSD-25, wats fbsd like to install and admin?03:52
bulio3 mins left :)03:52
Subhumanim thinking of checking out tonight.03:53
LSD-25i love FreeBSD03:53
=== zaphod_ [n=zaphod@202-149-40-224.exatt.net] has joined #ubuntu
Ngthe freebsd install is quite simple03:53
LSD-25the 5.* and 4.11 are the most stable IMO03:53
=== Silencer [n=Silencer@82.208.215.13] has joined #ubuntu
_nano_Ng, what about hardware detection?03:53
LSD-25its great.03:53
LSD-25hardware detection on bsd.03:53
Ng_nano_: pass03:53
LSD-25fbsd at least.03:53
Subhumanitz lame, im having to shuffle my parititons about as it needs  a primary partitioon03:53
=== bobw_ [n=bobw@out.twmetals.com] has joined #ubuntu
LSD-25Linux can read NFS right?03:54
LSD-25its been 4 years since i used linux.03:54
=== tear [n=root@c-986671d5.15-1-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu
=== Quovodis [n=damienf@84.203.136.66] has joined #ubuntu
=== meepy [n=meep@D40A94C9.rev.stofanet.dk] has joined #ubuntu
meuserj|workLSD-25, of course03:54
Toma-LSD-25: you mean ntfs?03:54
LSD-25no, NFS03:54
LSD-25FreeBSD file system03:54
zandaahow can I change the default application for MP3 files?03:54
tearcan I reinstall ubuntu from the net without loosing my /home ?03:54
=== dr_willis [n=willis@12-222-81-183.client.insightBB.com] has joined #ubuntu
=== nic_ [n=nic@141.70.111.163] has joined #ubuntu
zandaatear, you could always backup your /home first03:55
LSD-25tear you should always make /home a separate partition for those occasions03:55
meuserj|workLSD-25, you mean the Network FileSystem right?  RPC and all that?03:55
Toma-LSD-25: not networked file system?03:55
LSD-25yeah meepy03:55
LSD-25meuserj|work03:55
rem_dont format your /home at install ...03:55
meepywhat's up?03:55
zandaahow can I change the default application for MP3 files?03:55
LSD-25meepy i didn't mean to put in your nick ;) was trying to get meuserj|work03:55
bulioextracting packages now03:55
LSD-25was too lazy to hit tab enough03:56
buliohow long does that take?03:56
meepy:)03:56
buliowhen upgrading to breezy03:56
LSD-25Subhuman i just wanted a change, so i decided to go back to my roots with linux ;)03:56
=== hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu
=== markive [n=marky@84.12.195.57] has joined #ubuntu
hmpedersenToma, thanx.. now its working as it should :)03:57
LSD-25Subhuman http://www.obliterates.us/uptime.JPG :) not a problem in the world when i did a shutdown after that.... ran like a champ03:57
Toma-hmpedersen: kewl :)03:57
tearwell I will do that next time, but I doesn't save that much in /home ony thing is my programming, the rest I have mounted a partition for. anyhow, how do I backup the /home I'm in console mode, something scewed my / diskspace totaly03:57
BlueDevildoes anyone have the same issue with kpdf as I do? see here: http://paste.ubuntu-nl.org/575303:57
=== dpupp [n=dpupp@cpe-65-189-185-5.columbus.res.rr.com] has joined #ubuntu
Penguin_hello, Can I disable a usb port with putting it into the blacklist file of hotplug? (its a faulty usb port and I get errors of it every 15seconds, with stopping hotplug, the error messages dissapear to)03:58
Penguin_but I wanna keep hotplug :-)03:58
=== Astxist [n=komugiub@ppp22DA.dyn.pacific.net.au] has joined #Ubuntu
=== workbean [n=workbean@218.111.23.95] has joined #ubuntu
dr_willisPenguin_,  you mean a single port?03:59
Penguin_yes03:59
=== voicu [n=voicu@86.106.134.105] has joined #ubuntu
dr_willisHmm... that would be interesting...03:59
dr_willisa single port out of the 4 or so  on the pc is bad eh?03:59
Penguin_I have googeled and searched but cant find a answer03:59
=== mondi [n=raymond@210.213.196.125] has joined #ubuntu
=== mondi [n=raymond@210.213.196.125] has left #ubuntu []
Penguin_yes, its from the build in cardreader04:00
markivePenguin, i'd open the box and disconect it04:00
meuserj|workPenguin_, not that I know of.. the only thing you can blacklist in hotplug is a driver.. and I assume that you still want to use the good ports04:00
tearhow to I reinstall ubuntu without disc?04:00
Penguin_thats the problem, then I disable 4 ports at once04:00
markivepenguin_ just cut the wires on the faulty one04:01
Penguin_ok gonna try that, thx :-)04:01
markivePenguin i'd wait for a second04:01
markivePenguin just incase any of these folks might have a software fix04:02
LSD-25how can i make apt-get get packages off the web instead of the cd?04:02
=== ubuntu_ [n=ubuntu@user-0cetkik.cable.mindspring.com] has joined #ubuntu
=== amorph [n=amorph@p54B0C368.dip0.t-ipconnect.de] has joined #ubuntu
trappist!tell LSD-25 about repos04:02
Dido-Hello! I've set up lan network between me and Xp but when I try to connect to the other pc it requests some password and didn't specify one.. what should I do...?04:03
dashinhoHow can I use php on the commandlines as scripts? like: $ php myscript.php... when I try that It can't find php...04:03
zandaaDido- tried leaving it empty?04:03
markiveDido leave it empty04:03
Dido-zandaa, yes04:03
zandaaDido- weird04:03
Dido-i've tried, doesnt work04:03
trappistdashinho: sudo apt-get install php4-cli and the command is php404:03
markivehave you got guest account ennabled in xp?04:03
Toma-damn, just found a command to help tear :(04:03
LSD-25trappist i'm using console . . .04:03
LSD-25no gui04:04
Penguin_ok I'm still here :)04:04
gnomefreakLSD-25, comment out the cdrom repo should be first one in sources list04:04
=== TimM [n=none@b-6c.lcom.net] has joined #ubuntu
trappistLSD-25: add some repositories to your /etc/apt/sources.list and remove the cd repository04:04
=== hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu
=== oFoiixW [n=eaaiaoen@85.186.40.239] has joined #ubuntu
=== oFoiixW [n=eaaiaoen@85.186.40.239] has left #ubuntu []
hmpedersenback04:04
Penguin_gonna ask on the forums to :-)04:04
markivepenguin good idea04:04
LSD-25"-P04:04
LSD-25thanks04:05
Dido-zandaa, and the xp doesn't allow the leave it empty04:05
Dido-..04:05
markivepenguin thats a hardware problem really04:05
=== pitti_ [n=pitti@195.227.105.180] has joined #ubuntu
Penguin_I dont wanna break the whole thing for just an error message :p04:05
=== _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu
=== linuxgeek2 [n=linuxgee@59.92.129.44] has left #ubuntu ["Leaving"]
=== tenshiKur0 [n=tenshiKu@S0106000d93cb5211.vc.shawcable.net] has joined #ubuntu
markivethere must be a way of stoping it04:05
Dido-zandaa, any idea how to specify password so i'm sure i'm entering it correct04:05
Penguin_yup, but the weird thiong is that sometimes with a cold boot it works again04:05
markivemaybe a loose wire04:05
Penguin_if I boot into windows its totally screwed up again04:06
LSD-25how come when i "sudo apt-get search gcc" i get the error "E: Invalid operation search"04:06
=== ovDmePpie [n=eaaiaoen@85.186.40.239] has joined #ubuntu
Penguin_I think windows does something really freaky with it :-)04:06
=== ovDmePpie [n=eaaiaoen@85.186.40.239] has left #ubuntu []
markivei'd unsolder the busted one or just cut if free04:06
trappistLSD-25: apt-cache search04:06
meuserj|workLSD-25, apt-cache search gcc04:06
Penguin_ok :-)04:06
LSD-25thanks04:06
meuserj|workLSD-25, he gave you the wrong command04:06
hmpedersenbbl04:07
meuserj|workLSD-25, quick tip... if you source /etc/apt/bash_completion, you can bash complete package names04:07
dpuppneed some help with TVTIME... i dont have permision to make changes to it for some odd reason. it wont even read its own... removing it does not do anything to change when reinstalling.  owner is root, permission is 700 ...and i suck at changing permissions :( help please? .04:07
markiveAnyone know how to put power preferences in the startup so the battery icon is on the taskbar please?04:08
zandaaDido-, I don't have a clue about Win>Lin networking04:08
markivei do it04:08
markivei have 8 machines here networked04:08
Dido-zandaa, any idea how to specify password so i'm sure i'm entering it correct (here on ubuntu)04:08
markive9 now i have this laptop04:08
dpuppwhen running TVtime i get: Reading configuration from /etc/tvtime/tvtime.xml04:08
dpuppI/O warning : failed to load external entity "/home/ookami/.tvtime/tvtime.xml"04:08
markivei never seem to have a problem04:09
dpuppi/o permission denied.04:09
markivein ubuntu i just go to places>then network servers04:09
Toma-dpupp: have you run tvtime-configure yet?04:09
gnomefreakdpupp,  use sudo before the command04:09
dpupptoma- no i havent.04:10
markivehow do u keep the battery monitor icon when i remboot chaps?04:10
meuserj|workdpupp, it sounds like you don't have permission to read .tvtime04:10
meuserj|workdpupp, try this04:10
Toma-im watching scrubs thru tvtime right now :D04:10
=== dao [n=dao@236-133.surfsnel.dsl.internl.net] has joined #ubuntu
markivewhats tvtime?04:10
=== jobli [n=jobli@h13n1fls310o291.telia.com] has joined #ubuntu
Toma-tv app04:10
dpuppyeah the directory is locked .... permission 70004:10
meuserj|workdpupp, do you own the dir04:10
meuserj|work?04:10
markivetoma- is it any good?04:11
Toma-markive: the best.04:11
meuserj|workmarkive, it's great.. it's what I use too04:11
=== nalioth_zZz is now known as nalioth
Toma-needs recording tho :(04:11
=== pitti_ is now known as pitti
=== gnomefreak assuming you need a cable outlet in back of pc?
markiveit has a list of servers inside it?04:11
dpuppmeuserrj|work, what? ....04:11
_nano_could any one suggest a good blogging client for gnome that's compatible with Blogger. Gnome-blog-post doesn't seem to work properly with blogger04:11
bur[n] erdpupp: ls -l... does it say your username04:11
=== mitey\ [n=ubuntu@ip24-255-220-238.ks.ks.cox.net] has joined #ubuntu
Toma-markive: gnomefreak: its for tv cards only :D04:11
meuserj|workdpupp, ls -ld .tvtime04:12
gnomefreakahhhh04:12
St^Anger^19mhelp: why does setup keep asking for username and password when i install as server?04:12
=== neeja [n=neeja@CPE-147-10-218-195.nsw.bigpond.net.au] has joined #ubuntu
markivenow installing04:12
dpuppookami@navi:~$ ls -l .tvtime04:12
dpuppls: .tvtime: Permission denied04:12
meuserj|workdpupp, ls -ld .tvtime04:12
bulioalmost done with installing packages04:12
meuserj|workdpupp, the d is important04:12
Toma-im off. cyas04:12
dpuppookami@navi:~$ ls -ld .tvtime04:12
dpuppdrwx------  2 root root 4096 2005-12-14 09:49 .tvtime04:12
meuserj|workdpupp, ok... do this04:13
bur[n] erdpupp: u can see it's owned by the user root and in the group root04:13
=== tRSS [n=tRSS@202.174.142.2] has joined #ubuntu
dpuppwhy is it owned by root if i installed it? :(04:13
meuserj|worksudo chown -R dpupp:dpupp .tvtime04:13
=== gnomefreak is now known as gnomefreak_away
meuserj|workwhere dpupp is your username04:13
=== kairo [n=kairo@200.195.46.250] has joined #ubuntu
meuserj|workdpupp, you must have run it as root at some point04:14
dpuppsudo chown -R ookami:ookami .tvtime04:14
dpuppright?04:14
meuserj|workyeah04:14
trappistif you're ookami04:14
St^Anger^19m:(04:14
dpuppok, yeah i install everything using sudo.... its the only way i have seen it to work. other wise, i get permission not allowe.d04:14
dpuppok! there we go.04:15
meuserj|workdpupp, right.. but it shouldn't have written your .tvtime files as root unless you accidentally ran tvtime as root04:15
meuserj|workdpupp, great04:15
=== jsg_ [n=jsg@203.215.118.152] has joined #ubuntu
dpuppmeuserj|work , thanks :)04:16
=== kyncani [n=kyncani@lns-bzn-1-82-250-0-227.adsl.proxad.net] has joined #ubuntu
trappistactually I think there's something about tvtime... my .tvtime was root-owned too, and I don't think I ever even used it04:16
dpupphow does one run a program as root? other than sudo?id like to know so i can avoid that.04:16
trappistsudo is how it's done04:16
=== freysteinn [n=freystei@freysteinn.com] has joined #ubuntu
=== __Ace__ [n=love@h55l211.delphi.afb.lu.se] has joined #ubuntu
dpuppok.04:16
dpupptakes note of the chown command. *04:16
=== jsg_ is now known as jsgotangco
trappistI really think it's a tvtime package issue, though04:17
meuserj|workdpupp, np04:17
trappistconfirmed04:17
kyncanidpupp: get a root shell with sudo -i04:17
meuserj|workdpupp, you probably did it with sudo04:17
trappistI just installed tvtime and ran it once as myself, and I have a root-owned .tvtime in my homedir04:18
trappisthe didn't.  or at least, he wouldn't have had to.04:18
meuserj|worktrappist, really?  that's odd.... it must be suid root.04:18
kairoIve on latitude d510 and touchpad dont work for 'click and select'. Look the documentation /usr/share/doc/xorg-driver-synaptics/readme.debian have a refer about kernel module config_mouse_ps2_synaptics. On Ubuntu Kernels this module is not pre-compiled. Possible error?04:18
dpuppgreat! now i get to figure out why its missing channels that are available when under windows :)04:18
=== seth_k|away is now known as seth_k
dpuppbbl. got some docs to read. Thanks for the help.04:18
trappistmeuserj|work: doesn't look to be.  it couldn't read its own .tvtime, anyway.04:18
meuserj|worktrappist, very weird.....04:19
Fasti'm currently using gentoo on my desktops and frankly haven't got the time to set it up on my laptop, would ubuntu suit me?04:19
meuserj|workFast, definately04:19
Fasti'm a big gnome fan too...04:19
markivejust installed tvtime, click it in applications  , boom  , worked04:19
=== thegladiator [n=ubuntu@202.83.46.128] has joined #ubuntu
=== christianp [n=christia@151.56.254.22] has joined #ubuntu
meuserj|workFast, then ubuntu will definately suit you04:20
St^Anger^19mhelp: why does setup keep asking for username and password when i install as server?04:20
trappistmarkive: ls -ld ~/.tvtime04:20
meuserj|workFast, and if you can handle portage, you can definately handle apt04:20
markivekairo i think so04:20
trappistSt^Anger^19m: it's probably asking you for usernames and passwords for various apps04:21
markivetrappist whats that?04:21
=== surfdue [n=surfdue@unaffiliated/surfdue] has joined #ubuntu
meuserj|workSt^Anger^19m, it must be getting stuck somewhere?  are you getting an error?04:21
=== yawp [n=stefan@141.26.94.85] has joined #ubuntu
trappistSt^Anger^19m: which shouldn't be the same as the system account04:21
St^Anger^19mno04:21
=== VincentMX [n=vincent@c3eea0597.cable.wanadoo.nl] has joined #ubuntu
trappistmarkive: I want to see if it's owned by root04:21
VincentMXhi04:21
=== struggler [n=kdibble@h76.90.29.71.ip.alltel.net] has joined #ubuntu
St^Anger^19mit just keeps goin over it again04:21
markiveok04:21
St^Anger^19mno error msg04:21
=== seth_k is now known as seth_k|away
VincentMXhow come i can04:21
trappistSt^Anger^19m: try a better password04:21
VincentMXOops04:21
kairomarkive: in the end of day I make a recompile kernel for a test. The ubuntu haves a doc for this compilation?04:21
trappistSt^Anger^19m: just a guess04:21
VincentMXhow come i can't play MP3?04:21
trappist!tell VincentMX about mp304:22
=== trondd_ [n=trondd@193.213.31.133] has joined #ubuntu
VincentMXthnx04:22
St^Anger^19mhmm04:22
St^Anger^19mye it's different passwords04:22
=== carsten [n=carsten@i53872747.versanet.de] has joined #ubuntu
St^Anger^19mwhat an idiot :D04:22
markivewhats the command?04:22
trappistSt^Anger^19m: haha04:22
=== czs2000 [n=czs2000@210.77.6.134] has joined #ubuntu
trappistmarkive: ls -ld ~/.tvtime04:22
=== JustSteve [n=shadesof@ppp-69-221-2-75.dsl.toldoh.ameritech.net] has joined #ubuntu
=== Poland [n=tyler@gatekeeper.dwc.edu] has joined #ubuntu
Polandso can someone answer me a question04:23
=== Corin_777 [n=Corin_77@host86-143-26-16.range86-143.btcentralplus.com] has joined #ubuntu
trappistPoland: not until you ask it04:23
MickMcMack~askprotocol04:23
Corin_777why is TOR blocked here?04:23
MickMcMack!askprotocol04:23
trappistCorin_777: too much abuse04:23
ubotuWish i knew, MickMcMack04:23
MickMcMackGRrrrrrrrr.04:23
Polandcan ubuntu work with an airport extreme card?04:23
Corin_777trappist, from who?04:24
=== MickMcMack can't remember what the factoid was called. :(
Corin_777some people use it just for privacy....04:24
trappistCorin_777: tor users, I guess.  I'm sorta new here, but that's what the ops tell me.04:24
Corin_777ok04:24
trappistCorin_777: yeah and some people take advantage of the privacy to act like idiots04:24
Corin_777Ops, where are you?04:24
Corin_777Seveas?04:24
=== kyncani [n=kyncani@lns-bzn-1-82-250-0-227.adsl.proxad.net] has joined #ubuntu
SeveasCorin_777, ?04:25
Polandbecause i really need wireless and ive read that ubuntu doesnt even support wireless?04:25
Corin_777why is tor blocked?04:25
Polandis that correct?04:25
=== toothpick [n=cai@pcp02512523pcs.halyvl01.nj.comcast.net] has joined #ubuntu
trappistPoland: if you do lspci does it tell you what chipset the card uses?04:25
SeveasCorin_777, too much abuse04:25
Polandwhere do i do that/04:25
LSD-25what's up with http://paste.ubuntu-nl.org/d5754 ?04:25
St^Anger^19mtrappist: no...its actually looping :(04:25
Corin_777Seveas, from who? how?04:25
strugglerI allowed synaptic to upgrade apache2 to 2.0.53-5ubuntu5.4 and now apache dies with "apr_thread_create: unable to create worker thread".  whenever a connection is attempted, anybody help?04:25
trappistPoland: ubuntu has the best wireless support I've seen in any distro I've used04:25
SeveasCorin_777, from tor, in here, EOD04:25
Polandbut with mac?04:25
nickrud!ask04:26
=== zoyd [n=vinay@220.225.32.98] has left #ubuntu ["Leaving"]
Corin_777EOD?  what do you mean "from tor"?  from tor users?04:26
dooglusCorin_777: "end of discussion"04:26
trappistCorin_777: EOD = End Of Discussion04:26
Poland0000:00:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 AGP04:26
Poland0000:00:10.0 VGA compatible controller: ATI Technologies Inc RV250 5c63 [Radeon Mobility 9200 M9+]  (rev 01)04:26
Poland0001:10:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 PCI04:26
Poland0001:10:12.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)04:26
Poland0001:10:17.0 ff00: Apple Computer Inc. KeyLargo/Intrepid Mac I/O04:26
Poland0001:10:18.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB04:26
SeveasCorin_777, sigh, they are blocked and it's not going to change. POINT04:26
Poland0001:10:19.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB04:26
trappistugh.04:26
=== mode/#ubuntu [+b %Poland!*@*] by Seveas
=== Poland [n=tyler@gatekeeper.dwc.edu] has left #Ubuntu [requested]
MickMcMackPwnt.04:26
=== yawp [n=stefan@141.26.94.85] has joined #ubuntu
dooglusCorin_777: lots of people come here to spam or flood.  if they use TOR you can't ban them, other than by banning all TOR users.04:26
Corin_777hmmmm04:27
meuserj|workLSD-25, dependency issue04:27
Corin_777seems unfair04:27
markivedrwx------  2 marky marky 4096 2005-12-14 15:18 /home/marky/.tvtime04:27
Corin_777some of us use it for online privacy04:27
trappistCorin_777: complain to the abusers.04:27
SeveasCorin_777, just as unfair as flooding04:27
arod--i'm trying to stream live music using totem movie player. how can i download the correct codecs?04:27
Seveaslive with it.04:27
meuserj|workLSD-25, just apt-get install perl04:27
MickMcMackWhat's TOR ?04:27
MickMcMackO_o;04:27
=== _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu
=== john_ [n=john@p54B5E341.dip.t-dialin.net] has joined #ubuntu
dooglusCorin_777: you can still use a server that isn't yours for IRCing04:27
LSD-25meuserj|work i've done that :-x04:27
dooglusCorin_777: just not a tor one04:27
Seveasget yourself an unaffiliated/cloak if you want 'privacy'04:27
SeveasMickMcMack, an abusers heaven04:28
=== MickMcMack fluffles his own cloak.
=== otep [n=otep@AP-203.167.31.158.sysads.com] has joined #ubuntu
MickMcMackAh, Seveas, like AOL?04:28
markivearod get win32 codecs and use vlc or mplayer instead04:28
MickMcMack*chortle*04:28
SeveasMickMcMack, :)04:28
dooglusMickMcMack: tor is "the onion router" - it's like a bunch of proxy servers or some such04:28
=== jygge [n=jygge@YYYMMMCCCXLI.dsl.saunalahti.fi] has joined #ubuntu
MickMcMackThanks dooglus. :)04:29
Seveasanyway, let's stop being horribly off-topic04:29
=== MickMcMack slaps self.
=== Strider [n=shrike@217.164.63.147] has joined #ubuntu
jbroomewhat if i run a tor node on ubuntu? :P04:29
arod--markive i only have totem and xmms04:29
=== markive okes himself in the eye
Corin_777dooglus, where can i find details of other servers?04:29
=== toothpick [n=cai@pcp02512523pcs.halyvl01.nj.comcast.net] has left #ubuntu ["Konversation]
markivearod , download vlc or mplayer04:29
markivetotem is weak04:30
jbroomeCorin_777: check out tor.eff.org for more info04:30
=== Skoal [n=tyler@gatekeeper.dwc.edu] has joined #ubuntu
arod--ok im installing vlc now. i tried getting mplayer, it said i had it already. i dont see it though04:30
=== mode/#ubuntu [-bb %Poland!*@* %FANNY!*@*] by Seveas
=== hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu
Corin_777jbroome, im not asking what tor is...  i was the one complaining that tor has been banned....  it was MickMcMack asking what it was...04:30
Skoalhow do i do a big post?04:30
markivetype it in run, see if it starts04:30
Skoalpastebin?04:31
SeveasSkoal, yup04:31
hmpedersengreat.. finally skype learned to not kill all sound when i try to make a call..04:31
jbroomedoh04:31
Seveas!tell Skoal about pastebin04:31
=== mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu
Corin_777dooglus, "you can still use a server that isn't yours for IRCing" - where can i find details of servers?04:31
hmpederseninstead now it refuses to call, saying problem with sound device :(04:31
Skoalok i need to know if airport extreme cards work well with ubuntu04:31
=== tenshiKur0 [n=tenshiKu@S0106000d93cb5211.vc.shawcable.net] has joined #ubuntu
SeveasSkoal, they don't. Blame apple/broadcom04:31
=== SantaD1 [n=damian@pool-71-104-105-237.lsanca.dsl-w.verizon.net] has joined #ubuntu
trappistCorin_777: I think he means get yourself a shell04:31
Skoalthey dont at all?04:31
arod--markive vlc works perfect now. thanks04:31
Corin_777trappist, i think he means use a normal proxy...04:32
Seveasthey don't work at al, stupid broadcom chip04:32
markivearod :) glad to be a help04:32
NgI read the other day that someone reverse engineered the broadcom chip used in the apple airport extreme04:32
=== wizzard [n=wizzard@flits102-59.flits.rug.nl] has joined #ubuntu
=== wizzard [n=wizzard@flits102-59.flits.rug.nl] has left #ubuntu ["Leaving"]
SeveasNg, yeah, but that's still very unstable04:32
Seveaslooks promising though04:32
=== workbean [n=workbean@60.48.195.219] has joined #ubuntu
NgI picked up an Athereos based netgear the other day, worked perfectly out of the box :)04:33
=== JayKay [n=jk@p54AD628B.dip.t-dialin.net] has joined #Ubuntu
markivei istill need to find out how I can keep the battery status icon in the taskbar , when i reboot it goes, have to run the app again04:33
trappisthttp://bcm43xx.berlios.de/04:33
=== _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu
Corin_777brb04:33
trappistNg: yeah atheros cards are great04:33
Ngmarkive: when you log out or tell it to reboot, tick the "Save current session" box, it should remember the settings04:33
Seveasatheros++04:34
arod--are there any sites I can read up on that have shortcut keys for ubuntu? like how to get to the applications menu for say without using the mouse04:34
=== mrkoje [n=mrkoje@cpe-24-242-43-177.hot.res.rr.com] has joined #ubuntu
Seveasespecially if yoiu use the latest drivers (not the restricted-module ones)04:34
markiveahh... i seen that , why didn't i think of thagt04:34
markiveng nice one brb  , then04:34
NgSeveas: I've been meaning to have a play with those - you mean madwifi-ng?04:34
Seveasarod--, <alt><f1>04:34
=== yawp [n=stefan@141.26.94.85] has joined #ubuntu
SeveasNg, no simplt the latest madwifi04:34
=== Howdy125 [n=Howdy125@c-24-19-253-187.hsd1.or.comcast.net] has joined #ubuntu
Ngah04:34
theD3viLwhere can i edit my services at startup?04:34
SeveastheD3viL, system -> admin -> services04:35
arod--Seveas so i guess it's alot of alt & f buttons? any actual documentation though?04:35
=== svizzero [n=svizzero@host60-200.pool877.interbusiness.it] has left #ubuntu ["Sto]
theD3viLSeveas, there are not all04:35
=== Decadent [n=variemai@ppp21-adsl-230.ath.forthnet.gr] has joined #ubuntu
=== svizzero [n=svizzero@host60-200.pool877.interbusiness.it] has joined #ubuntu
Seveasarod--, the gnome help should have them, system -> prefs -> keyboard shortcuts lists a lot (and you can change them there too)04:35
=== samu2 [n=sam@svamppi.sby.abo.fi] has joined #ubuntu
=== ntemis [n=ntemis@212-70-207-193.ath.adsl.tee.gr] has joined #ubuntu
=== bulio [n=bulio@toronto-HSE-ppp4051204.sympatico.ca] has left #ubuntu ["Leaving"]
theD3viLSeveas, oh...yes there are all...what do anacron atd and cron?04:36
=== regeya [n=shane@adsl-sp3-cdale176.micgi.com] has joined #ubuntu
arod--Seveas thanks.04:36
=== Howdy125 [n=Howdy125@c-24-19-253-187.hsd1.or.comcast.net] has joined #ubuntu
testmachinehm04:37
NgtheD3viL: they are for running scheduled jobs - e.g. cron/anacron manage things like rotating logs, updating the database used by "locate", etc.04:37
Ngwindow 2704:37
testmachinei am thinking about testing suse 10.004:37
Ngerk04:37
SeveastheD3viL: scheduling periodic jobs (you want them)04:37
testmachinetried suse a few years ago04:37
St^Anger^19mhey04:37
testmachinedidnt like it04:37
Seveastestmachine -> #suse04:38
St^Anger^19mhow can i set up users manually from command line?04:38
=== john__ [n=john@200.122.157.100] has joined #ubuntu
St^Anger^19mi have root04:38
testmachineSeveas: dont ask support04:38
NgSt^Anger^19m: adduser04:38
St^Anger^19mcontrol04:38
SeveasSt^Anger^19m, sudo adduser $some_name04:38
testmachineSeveas: just talking shit04:38
dpuppcan someone tell me what is this command for before i go running it? modprobe SAA713304:38
dpupp ?04:38
Seveastestmachine -> #ubuntu-offtopic then ;)04:38
testmachinehehehh04:38
testmachinedoes that chan exist?04:38
meuserj|workit inserts the SAA7133 driver04:38
Seveasdpupp, it loads the saa7133 kernel module04:38
=== ubuntu_ [n=ubuntu@189055.uninet.lv] has joined #ubuntu
=== _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu
=== OculusAquilae [n=bastian@p548D219C.dip0.t-ipconnect.de] has joined #ubuntu
=== rightcoast [n=rightcoa@234.243.204.68.cfl.res.rr.com] has joined #ubuntu
=== arrinmurr [n=arrinmur@CMLXXXVI.tun.saunalahti.fi] has joined #ubuntu
St^Anger^19mSeveas: it says group some_name doesnt exist04:39
=== JayKay [n=jk@p54AD628B.dip.t-dialin.net] has left #Ubuntu ["!quit"]
St^Anger^19mPS: username creation in install failed...so i skipped it04:39
meuserj|workSt^Anger^19m, don't actually use some_name....04:40
SeveasSt^Anger^19m, replace $some_name with the name you want...04:40
St^Anger^19mmeuserj|work: that much i know :D04:40
St^Anger^19mSeveas: yes i did04:40
meuserj|workSt^Anger^19m, only put one name in, because if you put two in, it thinks you are adding a name to a group04:40
St^Anger^19m1 name04:40
meuserj|workso you did "sudo adduser blah"04:40
St^Anger^19mi just did #sudo adduser $andrea04:40
dpuppok. hmmm. ok i issued the command: modprobe saa7134 but i got no response or info... it just brings me back to the terminal prmopt.  there a way to make it verbose so i know whats going on?04:40
theD3viLSeveas, when i shutdowning computer there is stoping bluetooth service..and i dont know where dont start it04:40
meuserj|workSt^Anger^19m, don't put the dollar sign in.04:41
=== Corin_777 [n=Corin_77@200.109.38.79] has joined #ubuntu
=== serengeti [n=slawek@host-86-63-138-97.pronet.lublin.pl] has joined #ubuntu
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu
Corin_777Seveas, am I allowed this proxy?04:41
St^Anger^19mdont work04:41
St^Anger^19m:(04:41
SeveasCorin_777, if it isn't banned: yes :)04:41
St^Anger^19mchown was not permitted04:41
serengetihello :)04:41
St^Anger^19mfor /home/andrea04:41
serengetii've a problem setting up irda on my thinkpad t4204:42
serengetii installed irda-utils04:42
meuserj|workSt^Anger^19m, ok... so you are adding a user that already has a home directory.04:42
St^Anger^19mcan i remove a use first?04:42
=== Tartaros [n=icechat5@r4al191.chello.upc.cz] has joined #ubuntu
St^Anger^19mmeuserj|work: yes...trouble is...the install never accepted the user..it kept asking me for it04:43
serengetidid  sudo modprobe irda irtty_sir sir_dev04:43
=== Beantree [i=Beantree@220.123.55.116] has joined #ubuntu
=== yawp [n=stefan@141.26.94.85] has left #ubuntu ["Verlassend"]
meuserj|workare you sure that the user doesn't exist?04:43
=== bruder [n=bruder@201.15.250.22] has joined #ubuntu
meuserj|workgrep andrea /etc/passwd04:43
serengetibut irdadump shows nothing when I wave my siemens me45 in front of the irda port04:43
Corin_777:D04:44
serengetiany clues?04:44
=== retteketet [n=retteket@cc830440-b.groni1.gr.home.nl] has joined #ubuntu
=== DonVincenzo [n=vincent@AGrenoble-152-1-57-125.w83-201.abo.wanadoo.fr] has joined #ubuntu
=== _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu
St^Anger^19mmeuserj|work: that returned notinh04:44
=== aLoSs [n=Geveze@81.213.135.103] has joined #ubuntu
=== Nafallo [n=ubuntu@c-f332e055.23-6-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu
=== aLoSs [n=Geveze@81.213.135.103] has left #ubuntu ["Yzk]
=== Nafallo [n=ubuntu@c-f332e055.23-6-64736c10.cust.bredbandsbolaget.se] has left #ubuntu ["Leaving"]
meuserj|workSt^Anger^19m, ls -ld /home/andrea04:45
dpupphow do i get detailed information of a TV card that i have installed?04:45
Seveasdpupp, lshal / lspci -n04:45
St^Anger^19mmeuserj|work:  /home/andrea no such file or directory04:45
meuserj|workSt^Anger^19m, ls -ld /home04:46
St^Anger^19mbtw...i tried to set up home as fat 3204:46
meuserj|workSt^Anger^19m, there's your problem04:46
meuserj|workyou can't do that04:46
St^Anger^19mhmmm04:46
St^Anger^19mwhy?04:46
St^Anger^19mi need to transfer files04:46
St^Anger^19mfrom win to linux04:46
meuserj|workSt^Anger^19m, that's probably why it kept erroring in the install too04:46
=== Mazoku [n=mazoku@213.141.158.52] has joined #ubuntu
meuserj|workyou can't do that because you need more permission bits in your home directory than fat32 provides04:46
Seveasyes, /home on fat32 is a recipe for disaster04:47
Seveasthe installer actually prevents that now04:47
St^Anger^19mSeveas: then the installer should stop it :(04:47
SeveasSt^Anger^19m, was it a hoary installer?04:47
St^Anger^19mi'm on 5.1004:47
meuserj|workSt^Anger^19m, make a seperate partition for that04:47
meuserj|workdont' try to use your home04:47
St^Anger^19mokies04:47
Seveasthe 5.10 stops it unless you override that04:47
St^Anger^19m:D04:47
=== aLoSs [n=Geveze@81.213.135.103] has joined #ubuntu
St^Anger^19mi'll reinstall04:47
St^Anger^19mits only a server install anyway :D04:47
=== efbie [n=fred@85.201.6.12] has joined #ubuntu
St^Anger^19mnothing like reformatting windows :D04:48
St^Anger^19mthanks :D04:48
samppaDo you think Ubuntu is suitable to server usage?04:48
samppaubuntu-minimal04:48
VincentMXyes04:48
=== remote_ [n=remote@CPE-72-128-40-156.kc.res.rr.com] has joined #ubuntu
testmachinesamppa: yes it is04:48
Seveassamppa, yes, I use it on quite a few servers04:48
St^Anger^19myes iit is04:48
testmachinesamppa: perfect04:48
testmachinefor servers04:48
samppaokay :P04:48
testmachinei run an asterisk server04:48
testmachineon ubuntu04:48
=== zever [n=zever@kotnet-145.kulnet.kuleuven.be] has joined #ubuntu
testmachinevoip04:48
St^Anger^19mbut actually i want a minimilast system for xfce ;D04:49
St^Anger^19mhence my server install04:49
remote_what does ubuntu use for power management on laptops?04:49
=== clast [n=clast@p54B3EA72.dip.t-dialin.net] has joined #ubuntu
=== ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has joined #ubuntu
VincentMXtestmachine what is this asterisk thing?04:49
samppaI've used Debian as a server OS but my / hard disk was broken 2 weeks ago.04:49
testmachineVincentMX: its anPBX server04:49
samppaToday I will install some Unix to that box04:49
=== Zdra [n=zdra@238-230.243.81.adsl.skynet.be] has joined #ubuntu
VincentMXcan you use it to call to normal phones, testmachine?04:50
=== pickett [n=pickett@ppp221-218.lns2.adl4.internode.on.net] has joined #ubuntu
=== Sonderblade_ is now known as Sonderblade
St^Anger^19mi'm learning linux with VMware04:50
remote_I am having difficulty charing my laptop batteries04:50
St^Anger^19mi hate rebooting04:50
remote_can anyone help me with this?04:51
=== Quovodis [n=damienf@84.203.136.66] has left #ubuntu []
=== ernstp [n=ernstp@k13d217-2.kam.afb.lu.se] has joined #ubuntu
=== Jowi [n=johan@bgn92-4-82-238-212-88.fbx.proxad.net] has joined #ubuntu
=== FliesLikeABrick [n=Ryan@cpe-72-224-119-16.nycap.res.rr.com] has joined #ubuntu
ernstpanyone running Dapper can find the print option in Gimp?04:53
HymnToLiferemote_ > I don't think it has anything to do with uuntu04:53
Jowihello everyone. I have a strange mplayer output problem: http://paste.ubuntu-nl.org/575504:53
remote_I have two batteries in my Dell 8200 and one of them doesn't seem to be charging one of them04:53
HymnToLifeJowi > use VLC :p04:53
olicatwhen vi doesn't let me delete something with backspace, how do i enable it? at the moment i have to go to the start of a word and press delete04:53
=== Minardi [n=Minardi@ip51cef333.adsl-surfen.hetnet.nl] has joined #ubuntu
remote_HymnToLife > I can't even see the battery monitor on my session right now, did I mess something up with acpi?04:54
meuserj|workolicat, is it nvi or vim?04:54
JowiHymnToLife: probably not possible with freevo i'm afaid. that's the only reason i use mplayer. totem-xine work great for me04:54
trappistJowi: have you tried other video output drivers?04:54
HymnToLiferemote_ > install the gnome-poower-managaer package04:54
Jowitrappist: yep, xv x11 and sdl04:54
ernstpDapper: open a picture in Gimp and try to find print in the menus04:54
trappistJowi: oh, mplayer is messing up your mythtv?04:55
meuserj|workJowi, it looks like a driver issue04:56
=== opruoov [i=user@81.214.40.146] has joined #ubuntu
=== opruoov [i=user@81.214.40.146] has left #ubuntu []
Jowitrappist: not mythtv. freevo. :) i included a screenshot in the pastebin04:56
=== opruoov [i=user@81.214.40.146] has joined #ubuntu
=== opruoov [i=user@81.214.40.146] has left #ubuntu []
trappistJowi: yeah that's what I'm looking at04:56
trappistJowi: have you tried another media player, like xine, to see if you get the same results?04:56
meuserj|workJowi, what is the video card? and are you using tvout or vga/dvi?04:56
=== oHSeXj [i=user@81.214.40.146] has joined #ubuntu
Jowimeuserj|work: yeah, most likely. only mplayer got the prob. xine, totem vlc are all good. never seen this prob before i tested mplayer.04:57
=== jordo23 [n=jmendelb@rrcs-67-52-221-174.west.biz.rr.com] has joined #ubuntu
meuserj|workJowi, that's odd04:57
=== oHSeXj [i=user@81.214.40.146] has left #ubuntu []
Jowimeuserj|work: vga (to lcd) + svideo04:57
=== SyL [i=sil@sevatech.com] has joined #ubuntu
Jowiwhat make it stranger is that only tv-out is affected. the lcd colours are not touched04:57
jordo23Does anyone here have any experience with evolution and exchange?04:58
zandaais there a 64-bit version of MythTV?04:58
meuserj|workJowi, very weird... I have a similar setup and I've never seen anything like that....04:58
meuserj|workis it using xvideo?04:59
=== paul_ [n=paul@cm127-174.liwest.at] has joined #ubuntu
=== tapH20guru [n=tapH20gu@204.110.228.50] has joined #ubuntu
=== MartySkitch [n=skitch@pcp02661104pcs.lndsd101.pa.comcast.net] has left #ubuntu []
=== paul_ [n=paul@cm127-174.liwest.at] has joined #ubuntu
meuserj|worktry different mplayer video out drivers and see if it turns out differently04:59
=== mrzogs is back (gone 02:22:37)
=== surfdue [n=surfdue@unaffiliated/surfdue] has left #ubuntu ["Leaving"]
=== LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu
Jowimeuserj|work: yeah. no-one seem to know anything about it. its using xv in the screenshot but x11 and sdl is the same04:59
tapH20guruwhat do you guys know about doc.gwos.org? why another doc site? what about docs.ubuntu.com?05:00
=== paul_ [n=paul@cm127-174.liwest.at] has left #ubuntu ["...]
meuserj|workJowi, what's the video card?05:00
=== ernstp [n=ernstp@k13d217-2.kam.afb.lu.se] has left #ubuntu ["Ex-Chat"]
Jowimeuserj|work: via cle266 with dri05:00
=== ratolesti [n=ratolest@nat.wia.cz] has joined #ubuntu
Skoalso no way to airport extremes?05:00
meuserj|workI have no idea.....05:00
DrBairI need some newer dev libraries, does anyone know of a repository that would have newer libraries?05:01
jbroomedoesn't sound like it05:01
Jowimeuserj|work: was afraid of that. thanks anyway :)05:01
ratolestidoes anyone know where i can find irc-chat for mandrake-linux?05:01
meuserj|workJowi, np05:01
Skoaldoes any other linux offer support for airport extremes?05:01
meuserj|workSkoal, nope.. no support for that anywhere05:01
trappistJowi: does it happen with all media?05:01
Skoalcan any other linux do it?05:02
meuserj|workSkoal, no05:02
Skoalf$ck05:02
=== napsy [n=luka@BSN-77-126-125.dsl.siol.net] has joined #ubuntu
Skoalok...05:02
Skoalok then.....i have another question05:02
Jowitrappist: yeah05:02
napsyhi. can i set the mplayer audio output to demuxer?05:02
Jowitrappist: tested with dvd, mpg and avi05:02
meuserj|workSkoal, it's one of the few pieces of hardware that there is absolutely no way to get to work in linux05:02
Skoali have wireless in my house, with a total of 3 computers.....how could i make that work??05:02
trappistJowi: have you seen http://www.viaarena.com/default.aspx?PageID=22&DSCat=29&DCatType=105:03
Khisanthif one distro can support a piece of hardware so can others ..05:03
Skoalhave a small hub and run the wire upstairs to my computer?05:03
XappeSkoal: buy a usb wireless dongle05:03
Skoaldongle?05:03
dpuppis it possible to get more info than just: 0000:01:07.0 Multimedia controller: Philips Semiconductors SAA7133 Audio+video broadcast decoder (rev 10)05:03
SkoalWTF?05:03
=== unforcer [i=araatik@koopa.saunalahti.fi] has joined #ubuntu
Skoalwhat is that05:04
=== Douwd [i=daniel@unaffiliated/douwd] has joined #ubuntu
naliothubotu: tell Skoal about wireless05:04
czrdpupp, lspci -vv05:04
czrdpupp, also lspci -n and use the pci-codes to find out more info using google05:05
=== unforcer [i=araatik@koopa.saunalahti.fi] has joined #ubuntu
jbroomeSkoal: it is a wireless adapter that plugs into the USB port05:05
=== unforcer [i=araatik@koopa.saunalahti.fi] has left #ubuntu []
jbroomeSkoal: or run an ethernet cable and use that05:05
=== gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu
=== adnans [n=adnans@noterik2.demon.nl] has joined #ubuntu
jbroomeratolesti: i'm sure xchat is available05:05
trappistJowi: or http://sourceforge.net/project/showfiles.php?group_id=10204805:05
jbroomeratolesti: have fun with urpmi05:06
Xappehehe05:06
dpuppcan i combine lspci -n -vv ?05:06
thefishhow do I install a new kernel with apt-get?05:06
Skoalwell what usb "dongle" would work with mac and still pick up the wireless signal?05:06
Jowitrappist: not until now. but it seems like it only enables hardware acceleration. i have no problem with cpu usage or choppy movies...05:06
HymnToLifethefish > when a new kernel will be available, you will get an update notice05:07
trappistJowi: there's an mplayer patch for unichrome cards, somewhere in that second link05:07
XappeSkoal: check the ubuntu wiki...there is a list of compatible hardware somewhere in there05:07
naliothSkoal: ubotu sent you a PM with info05:07
=== unforcer [i=araatik@koopa.saunalahti.fi] has joined #ubuntu
Skoalyea i got it...05:07
Skoalwhat about usenet....and downloading .nzb files?05:08
jbroomealso:  http://www.google.com/search?hl=en&q=wireless+usb+linux+PPC&btnG05:08
naliothSkoal: that will tell you what will work and what may not05:08
Skoalwill that work05:08
thefishHymnToLife: thanks, and how do i actually install it then05:08
HymnToLifejust the same way you update other packages05:08
=== ssam [n=ssam@88-104-132-192.dynamic.dsl.as9105.com] has joined #ubuntu
Jowitrappist: yeah i saw it. patch seem to enable mpeg2/4 acceleration. that's it. unichrome's got no problems. made a custom kernel with via, drm, dri, cle266, xvmc and all. everything works flawless (except mplayer)05:08
=== paulproteus|lapt [n=paulprot@zog.acm.jhu.edu] has joined #ubuntu
Jowitrappist: ...and i use the via xorg driver and xvmc provided by ubuntu. works great.05:09
thefishgod05:10
thefishwhat is the name of thing smart arse05:10
thefishwow i wish i was so clever05:10
ratolestijbroome: yes yes i know05:10
napsyhow can multiple programs access the sound card?05:11
trappistJowi: try -vo xvmc -vc ffmpeg12mc05:11
ratolestijbroome: but not my PC so have to do something here but not reinstall the system to ubuntu05:11
ratolestijbroome: what id gladly like to do05:11
napsyor if i could select the audio device, which would it be in /dev ?05:11
trappistnapsy: either get a sound card that does hardware mixing or use a sound server like esd05:11
Seveas!tell thefish about attitude05:12
=== thegladiator [n=knoppix@202.83.46.128] has joined #ubuntu
thegladiatorhi05:12
=== Ethan [n=user@AMontsouris-152-1-23-183.w82-123.abo.wanadoo.fr] has joined #ubuntu
Jowitrappist: no picture only sound05:12
ratolestiso ... does anyone know the IRC server and channel for mandrake-linux???05:12
trappistlame.05:12
thefishSeveas: please read the thread mate05:12
trappistratolesti: #mandriva05:12
ratolestiok05:12
trappistratolesti: right here on freenode.05:13
ratolestiok05:13
ratolestitrappist: thx05:13
=== aLoSs is now known as Hacker
thefisha simple answer would have done, instead of an "i know the answer, and so should you thicko" approach05:13
Jowitrappist: got lame05:13
trappistJowi: I meant the situation is lame :)05:13
trappistJowi: I'm fresh out of ideas05:14
=== Tartaros [n=icechat5@r4al191.chello.upc.cz] has joined #ubuntu
trappistJowi: there's a pretty active #mplayer channel, have you looked there?05:14
Jowihaha, ok. thanks for the feedback trappist :)05:14
=== iustin [n=iustin@84.234.107.114] has joined #ubuntu
Jowiyeah, no one wanted to be bothered at mplayer. got no answers last night. will try again though05:14
Minardihello y'all,05:15
MinardiI have a question. How can i configure the mouse, the scrolling doesn't work at the moment :(05:15
Skoaldoes anyone know of a wireless "dongle" that works out of the box with mac?05:15
=== Minardi [n=Minardi@ip51cef333.adsl-surfen.hetnet.nl] has joined #ubuntu
=== hmpedersen [n=MrPeders@0x535ea635.hsnxx3.adsl-dhcp.tele.dk] has joined #ubuntu
Minardihello y'all,05:15
MinardiI have a question. How can i configure the mouse, the scrolling doesn't work at the moment :(05:15
=== shaa-gi [n=shaggy@pixpat.austin.ibm.com] has joined #ubuntu
=== ubuntu_ [n=ubuntu@84-122-124-58.onocable.ono.com] has joined #ubuntu
=== eeejay [n=eitan@tide501.microsoft.com] has joined #ubuntu
JowiMinardi: in /etc/X11/xorg.conf, add this in the mouse Section "InputDevice":         Option          "Protocol"              "ImPS/2"05:16
Jowi  <new line> Option          "ZAxisMapping"          "4 5"05:16
=== bulio [n=bulio@unaffiliated/bulio] has joined #ubuntu
bulioI'm running breezy now!!!!!05:17
Jowicongrats bulio05:17
buliowhats the command to see what version you are running?05:17
bulioin term05:17
=== ardchoille thinkg bulio will love Breezy
Amaranthbulio: lsb-release?05:17
=== brynjarh [n=brynjarh@raf-a19.raflinan.is] has left #ubuntu []
=== etnoy [n=etnoy@227.236.216.81.vs.vf.siwnet.net] has joined #ubuntu
DonVincenzoIs Kdevelop Designer working on your installation ? Mine crash when I launch it05:18
=== beezly [n=beezly@2001:630:63:16:230:1bff:feb7:2528] has joined #ubuntu
=== butcherbird [n=butcherb@12-222-233-82.client.insightBB.com] has joined #ubuntu
meuserj|workbulio,cat /etc/lsb-release05:18
Minardithanks05:18
iustincould someone tell me how can i change my root password? in the installation i`ve type it with caps lock by mistake!?05:18
Amaranthmeuserj|work: the program lsb-release should do it too05:18
napsyguessing that nforcre sound card has a hw mixer :)05:18
meuserj|workAmaranth, it actually doesn't for me...05:19
Amaranthiustin: you don't set a root password in the installation05:19
bulioDISTRIB_ID=Ubuntu05:19
bulioDISTRIB_RELEASE=5.1005:19
bulioDISTRIB_CODENAME=breezy05:19
bulio;005:19
=== Echelon-H [i=Echelon-@CBL217-132-107-97.bb.netvision.net.il] has joined #ubuntu
iustinsorry a sudo pwd05:19
dpuppwhen someone tells you to run demsg to find the problem.... what are you suposed to look for? i have a screen full of text...  nothing familiar in there.05:19
Amaranthiustin: If you want to change your password go to System->Administration->Users and Groups05:19
buliohow do I change my root password?05:19
ardchoilleiustin: the sudo password is your user password05:19
Amaranthdpupp: something that looks like an error05:19
bulioit is the same as user password05:19
MickMcMackHow can I check CPU load on Ubuntu?05:20
Amaranthbulio: there is no root account05:20
Amaranth!sudo05:20
ubotusomebody said sudo was the command to get superuser privileges, see http://wiki.ubuntu.com/RootSudo05:20
samppaCan I get PHP 5 to Ubuntu from .deb?05:20
WaterSevenUbfinally managed to install Java Media Framework to be able to play videos in Openoffice Impress... the problem now is that05:20
Jowibulio: "sudo" uses your user password. root is disabled05:20
dpuppwow.. that would be just about.....everything.  most of it is: [4399204.715000]  atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.05:20
dpupp[4399205.029000]  atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).05:20
XappeSkoal: https://wiki.ubuntu.com/HardwareSupportComponentsWirelessNetworkCards?highlight=%28hardware%2905:20
Amaranthsamppa: sudo apt-get install libapache2-mod-php505:20
WaterSevenUbmedia player plays the MPEGS but when I try to embedd in the presentation05:20
WaterSevenUbnothing appears.05:20
WaterSevenUb:/05:20
samppaAmaranth: ok05:20
dpuppbrb... rebooting. this problem is getting wierder and wierder.05:21
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu
=== simon_ [n=simon@rathlin.gotadsl.co.uk] has joined #ubuntu
=== littlepaul [n=littlepa@p5084E276.dip.t-dialin.net] has joined #ubuntu
XappeSkoal: i would go for one with a zd1211 chipset...05:22
JaZy84MickMcMack,05:22
JaZy84you can use top05:22
=== tapH20guru [n=tapH20gu@204.110.228.50] has left #ubuntu ["Leaving"]
JaZy84in cmd05:22
butcherbirdanyone here got framebuffer working in breezy? if i just put vga=731 i get the "undefined mode number" error (geforce 256 card). am i missng something?05:22
dieselbutcherbird: framebuffer works for me.05:23
=== bulio [n=bulio@unaffiliated/bulio] has left #ubuntu ["Leaving"]
MickMcMackJaZy84, thanks.05:23
MickMcMack99.9%. :(05:23
Skoaland which one has that?05:23
MickMcMackJaZy84, I assume that means both CPU's are working if it is at >50% ?05:23
=== Rubin[work] is now known as Rubin
dieselbutcherbird: what resolution are you trying to get working?05:24
=== lucasvo [n=lucasvo@www.wservices.ch] has joined #ubuntu
=== SirKillalot [n=nerd@dslb-084-056-126-132.pools.arcor-ip.net] has joined #ubuntu
=== TokenBad [n=tokenbad@67.189.36.129] has joined #ubuntu
Dido-Any other good cd writing program except k3b ?05:24
HymnToLifegnomebaker05:24
rosengnomebaker05:24
butcherbirddieman, just 1024x76805:24
rosen...damn ... too slow05:24
butcherbirddiesel, ^05:24
Dido-10x ;)05:24
=== picasso [i=mike@budsmokersonly.com] has joined #ubuntu
XappeSkoal: can't remember...A-link according to the link I gave you. Try google, or pricerunner...05:25
=== dpupp [n=dpupp@cpe-65-189-185-5.columbus.res.rr.com] has joined #ubuntu
TokenBadok here is a good question...I installed the kde desktop..and went to install printer....when it picked the driver for my printer and I clicked ok...it then told me couldn't install driver cause it didn't exist or I didn't have permission05:25
naliothDido-: asked for "good" not mediocre. Dido- use them all, keep on using the one you like best05:25
picassohey guys, i'm trying to install a new version of amarok (newer than 5.10 includes) this is what bugtraq (http://bugzilla.ubuntu.com/show_bug.cgi?id=16375) says: 1.3.5 is now on the Kubuntu website for Breezy installs, marking this Fixed.05:25
=== bullitt [n=bullitt@ppp-70-251-185-2.dsl.austtx.swbell.net] has joined #ubuntu
=== stieve [n=stieve@192-182.242.81.adsl.skynet.be] has joined #ubuntu
butcherbirddiesel, did u do anything other that vga=whatever in grub?05:25
=== mbs [n=mbs@miro.voltaiccommerce.com] has left #ubuntu ["Leaving"]
picasso(1.3.5 is a newer version that i would like to run)05:26
picassohow can i install this package?05:26
=== nalioth is now known as noirequus
=== dpupp [n=dpupp@cpe-65-189-185-5.columbus.res.rr.com] has left #ubuntu ["Leaving"]
hmpedersenwhere would u normally find samba conf?05:26
=== dpupp [n=dpupp@cpe-65-189-185-5.columbus.res.rr.com] has joined #ubuntu
picasso/etc/samba/smb.conf ?05:26
hmpedersenthanx05:26
picassoor /etc/smb.conf on a lot of other os'05:26
=== milksteak [n=milkstea@60-234-138-71.bitstream.orcon.net.nz] has joined #ubuntu
dieselbutcherbird: no, I just added vga=792 to the grub line that specifies the kernel05:26
Dido-noirequus, i'd like to  use k3b but it doesnt work05:27
=== Anil [n=anil@newton.nanosync.org] has joined #ubuntu
Anilanyone on gnoppix?05:27
picassocan i install kubuntu packages on ubuntu?05:27
stievehello does somebody know why I can't find my linksys router (WRT54G) in ubuntu? Windows finds it direct05:27
=== otep is now known as otep[zzz]
=== funkyHat [n=matt@cpc3-nthc3-3-1-cust65.nrth.cable.ntl.com] has joined #ubuntu
dieselbutcherbird: try vga=0x31705:27
bullittWhy would xmms freeze on playing an mp3 file?05:27
picassostieve: cant find it? dont you just point your browser to its ip?05:27
crematewhat do you mean find the router?05:27
DrBaircan I theoretically install dapper packages on a breezy system without too much issue or will it result in global destruction?05:28
funkyHatbullitt, because it's not using the correct sound output plugin05:28
picassoyou mean dhcp notw orking?05:28
bullittstieve, try 192.168.0.105:28
eeejaybullitt, you should upgrade your computer05:28
dieselbutcherbird: I could even play video using mplayer with my fb05:28
stievein the system=>administration=>networking05:28
stievewith the essid05:28
butcherbirddiesel, show off05:28
funkyHatbullitt, try setting the sound server to either alsa or esound05:28
bullittfunkyHat, I'm using os05:28
=== ananth126 [n=Ananth@203.200.202.132] has left #ubuntu []
dieselbutcherbird: hehe05:28
crematewireless? i assume05:28
stievethe essid of my philips router is there but not my linksys05:28
cremateusing WEP?05:28
stieveyes wireless sorry05:29
=== Anil [n=anil@newton.nanosync.org] has left #ubuntu ["Leaving"]
stieveno WEP05:29
butcherbirdwell going to reboot thx05:29
stievedisabled it for testing05:29
cremateyou should be able to input the SSID and enable eth105:29
bullitthaha esound it is, thanks funkyHat05:29
=== wdh [n=wouter@s55935227.adsl.wanadoo.nl] has joined #ubuntu
Dido-Someone knows what does this mean?05:29
Dido-(gnomebaker:28375): Gtk-WARNING **: gtkwidget.c:4205: widget not within a GtkWindow05:29
=== MalcolmO [n=ubuntu@69.158.152.227] has joined #ubuntu
cremateand it should connect05:29
crematemake sure you renable it after inputing the SSID05:30
=== surfdue_ [n=surfdue@user-0c6t1rl.cable.mindspring.com] has joined #ubuntu
SeveasDido-, yeah, it means there's a minor bug in gnomebaker05:30
Seveasno big deal if the thing is still working05:30
LoPMXare there any quicktime codecs?05:30
Ngalmost all gtk apps spit out an error or two like that ;)05:30
bullittmmm, pocky05:30
picassohttp://kubuntu.org/announcements/amarok-1.3.7.php05:30
SeveasLoPMX, w32codecs05:30
picassocan i just add this to my sources.lst ?05:30
LoPMXSeveas, what do i play them with?05:30
Seveaspicasso, no05:30
stieveis this a big or something that the linksys essid is not visible in the dropdown of network gonfiguration?05:31
SeveasLoPMX, mplayer / totem-xine05:31
picassoseveas: is there any way to install on regular ubuntu?05:31
=== Kyral [n=kyral@hamlin-166-23012.hamlin.clarkson.edu] has joined #ubuntu
Seveaspicasso, yeah, add the correct sources.list entry :)05:31
=== snowblink [n=snowblin@wind.snowblink.co.uk] has joined #ubuntu
picassoseveas: i mean the contents of that page05:31
picassonot the literal URL05:31
LoPMXer Seveas where do i get any w32codecs/05:31
picassodeb http://kubuntu.org/packages/amarok-1.3.7 breezy main05:31
LoPMXi mean, any official source?05:31
picassoand apt-key add kubuntu-packages-jriddell-key.gpg05:32
dieselpicasso: yes, you can add that05:32
picassook cool05:32
Dido-Seveas, do you know if i could make dvd multi-session and ubuntu read them05:32
=== Whistler [n=admin@85.206.235.122] has joined #ubuntu
picassosoon i'll be syncing with my ipod without crashing!05:32
KyralLoPMX: No there isn't05:32
=== heatxsink_ [n=jmioph@c-24-7-127-192.hsd1.ca.comcast.net] has joined #ubuntu
=== ecbUoeibM [n=oammahek@85.186.87.76] has joined #ubuntu
=== ecbUoeibM [n=oammahek@85.186.87.76] has left #ubuntu []
=== slipstre1m [n=slipstre@ppp85-140-159-236.pppoe.mtu-net.ru] has joined #ubuntu
dieselpicasso: what were you using to syn with your ipod?05:32
=== ecbUoeibM [n=oammahek@85.186.87.76] has joined #ubuntu
=== ecbUoeibM [n=oammahek@85.186.87.76] has left #ubuntu []
WhistlerIs there any software for sending sms messages with connected motorola cellphone?05:32
=== ecbUoeibM [n=oammahek@85.186.87.76] has joined #ubuntu
=== ecbUoeibM [n=oammahek@85.186.87.76] has left #ubuntu []
picassodiesel: wanted to use amarok05:32
picassoamarok crashes a lot but it's such a nice interface :)05:33
dieselpicasso: If it crashes, who cares about the interface.  Have you tried gtkpod?05:33
=== aeho [n=aeho@cable-vlk-fe74de00-65.dhcp.inet.fi] has joined #ubuntu
MickMcMackIs there a way of seeing actual free RAM?05:33
picassodiesel: well, just b/c all my music is easily accessible through there05:33
dieselMickMcMack: free -h05:33
LoPMX** Message: don't know how to handle video/x-rle, layout=(string)quicktime, depth=(int)32, width=(int)800, height=(int)600, framerate=(double)15.151515007019043Segmentation fault05:33
picassoand it's kinda scattered across my filesystem05:33
MalcolmOWindows is hosed. Using the Live CD, how do I see C:\ ?05:33
picassobut yea i just installed gtkpod. havent tried yet05:34
=== singinmatt13 [n=440fcd1b@genesis.concept69.de] has joined #ubuntu
St^Anger^19minstalling xubutnu-desktop :)05:34
TokenBadif I don't have a driver that say cups recommends for my printer..do I have to downlod it from a webpage?05:34
dieselpicasso: I use gtkpod and like the way it works05:34
MickMcMackdieman, thanks.05:34
St^Anger^19m*xubuntu05:34
picassodiesel: cool, i will definitely try it out.05:34
=== xored [n=godsinc2@dslb-084-056-235-106.pools.arcor-ip.net] has joined #ubuntu
xoredhi, how can i check my CPU temps ( P III ) ?05:34
TokenBadanyone?05:35
dpuppxored, i use conky for monitoring cpu temps and such.05:35
=== Chrizz [i=sky@p54B0512B.dip.t-dialin.net] has joined #ubuntu
dpuppxored: http://conky.sourceforge.net/05:36
jordo23Does anyone know how to hook evolution into an exchange server?05:36
jordo23Does anyone know how to hook evolution into an exchange server?05:36
Amaranthjordo23: Please don't repeat yourself.05:36
xoredthank you05:36
jordo23Does anyone know how to hook evolution into an exchange server?05:36
xoredare that in tthe reps ?05:36
=== geooTxea [n=otowunii@81.214.53.189] has joined #ubuntu
=== geooTxea [n=otowunii@81.214.53.189] has left #ubuntu []
dieselxored: cat /proc/acpi/thermal/CPU/temp (or something similar to that)05:36
Amaranthjordo23: Please stop.05:36
Amaranthjordo23: I was going to answer you, but now...05:36
dieselxored: conky is05:36
=== rudiz [n=rudiZ_@e189253.upc-e.chello.nl] has joined #ubuntu
jordo23Does anyone know how to hook Evolution into an exchange server?05:37
=== jordo23 [n=jmendelb@rrcs-67-52-221-174.west.biz.rr.com] has left #ubuntu ["Leaving"]
xoreddiesel:  but its not command line based ?!05:37
stieveis there a way that ubunut automaticly choose an wifi network like windows does?05:37
=== jordo23 [n=jmendelb@rrcs-67-52-221-174.west.biz.rr.com] has joined #ubuntu
=== mode/#ubuntu [+o Amaranth] by ChanServ
jordo23Hello05:37
dpuppoh-oh. ^05:37
=== iekiKili [n=otowunii@81.214.53.189] has joined #ubuntu
dieselxored: conky is not05:37
jordo23Does anyone know how to hook evolution into an exchange server?05:37
=== dream-x [n=dream-x@host172-177.pool8249.interbusiness.it] has joined #ubuntu
=== iekiKili [n=otowunii@81.214.53.189] has left #ubuntu []
crematestieve, i told you, you have to input the ssid and then restart eth105:37
dieselxored: the cat command above is CL-based05:37
xoreddiesel: i have no ACPI dir05:37
Amaranthjordo23: Repeating yourself doesn't get you an answer any faster.05:38
jordo23Amatanth: Something was wrong with my irc client05:38
=== qaqAeoiG [n=otowunii@81.214.53.189] has joined #ubuntu
Amaranthjordo23: You want the evolution-exchange connector.05:38
=== Vale [n=codif@212.34.208.173] has joined #ubuntu
=== qaqAeoiG is now known as uPRiIialI
_nano_!fluxkbox05:38
ubotu_nano_: Are you smoking crack?05:38
=== uPRiIialI is now known as eoNePoeo
=== eoNePoeo [n=otowunii@81.214.53.189] has left #ubuntu []
=== eoNePoeo [n=otowunii@81.214.53.189] has joined #ubuntu
_nano_!fluxbox05:39
ubotuextra, extra, read all about it, fluxbox is a lightweight window manager.  Installation instructions at https://wiki.ubuntu.com/Fluxbox.  More information at http://fluxbox.sourceforge.net05:39
mrkoje!beer05:39
=== ubotu pours mrkoje a cold pint of his favourite beer.
dieselxored: Are you using stock breezy kernel?05:39
jordo23Amaranth: I can get a partial connection, but the calandars and contact lists don't connect.05:39
xoreddiesel: yes05:39
jordo23Amaranth: mail works fine though05:39
xoredor one second05:39
Amaranthjordo23: Dunno about how it works, I think all it does is mail.05:39
Valehttp://www.codif.altervista.org   interessante cliccate05:39
=== eoNePoeo [n=otowunii@81.214.53.189] has left #ubuntu []
=== JairunCaloth [n=trumpetp@71-14-42-161.dhcp.crtn.ga.charter.com] has joined #ubuntu
Valehttp://www.codif.altervista.org05:39
meuserj|workAmaranth, no.. it does everything but tasks05:39
=== neoXite [n=neoXite@adsl-69-236-163-140.dsl.pltn13.pacbell.net] has joined #Ubuntu
xoreddiesel: 2.6.8-2-386, but its debian sarge on my server. iam using breezy here on my desktop05:40
=== htet [n=htet@taungyi.redback.com] has left #ubuntu []
meuserj|workjordo23, everything works fine for me....05:40
Valehttp://www.codif.altervista.org    bellissimo05:40
Valehttp://www.codif.altervista.org05:40
=== carbone [n=carbone@modemcable196.162-70-69.mc.videotron.ca] has joined #ubuntu
=== Jormundgand [n=ubuntu@cpc2-oxfd8-4-0-cust65.oxfd.cable.ntl.com] has joined #ubuntu
dieselxored: So you are trying to get the temp on your debian sarge server?05:40
wdhjordo23, you already installed the "evolution-exchange" package from synaptic?05:40
JormundgandI'm having trouble installing a mouse theme. I tried putting the folder in both ~/.themes and /usr/share/themes and the mouse preference box only acknowledges "Human" as existing.05:41
jordo23wdh: yeah....works fine....installed the connector too. I can send and receive mail through our exchange server, but the other components do not work (calandar, task list, contacts, etc).05:41
=== _eins is now known as _null
xoreddiesel: both. First the server, then here05:41
TokenBadman what is up with this.....it will not install the foomatic drivers!!!05:41
thegladiatordiesel, can i copy files within my drives using LIVE ubuntu cd ?05:42
wdhjordo23, well.. thats as much as i know about it :P that you need the plugin05:42
jordo23wdh: thanks :)05:42
dieselxored: Do you have acpi on your ubuntu machine05:42
xoreddiesel: something similar to "top" would be nice05:42
dieselthegladiator: sure05:42
meuserj|workjordo23, well, task list won't work, because the evolution-exchange plugin is just a scraper for the exchange web frontend, and it doesn't support tasks.05:42
xoreddiesel: yes, its an AMD64, but the server is an P III05:42
jordo23meuserj: I am more concerned with the calandar.05:42
singinmatt13anyone here have any experience w/ alsa?05:43
dieselxored: so can you cat /proc/acpi/... on your desktop?05:43
xoredone second05:43
thegladiatordiesel, what about deleting them ? and acessing onother linux file system?05:43
meuserj|workjordo23, well.. all I know is it works for me.. If you could give me an error or something....05:43
=== seeds [n=seeds@209.59.105.1] has joined #ubuntu
dieselthegladiator: yes, you can do that as well05:43
jordo23meuserj: ok...one sec.05:43
=== Vale [n=codif@212.34.208.173] has joined #ubuntu
dream-xhey, anyone here can help me with a font problem I have in Gnome?05:43
Valehttp://www.codif.altervista.org      pleas05:43
TokenBadcan anyone please help me with maybe why foomatic is giving me this error when try to install the driver that it don't exist or I don't have permissions to install it..even though going through cups to install it05:44
Valehttp://www.codif.altervista.org      pleas05:44
TokenBad?05:44
Valehttp://www.codif.altervista.org      pleas05:44
Valehttp://www.codif.altervista.org      pleas05:44
thegladiatordiesel, at present i am on fc4 and the grub.conf was destroyed . for the moment i need to reinstall it before i can install ubuntu05:44
Valeits hungry05:44
Valehttp://www.codif.altervista.org      pleas05:44
xoreddiesel:  cat /proc/acpi/processor/CPU0/ there is no "temp" in05:44
MalcolmOI'm using Live CD and can see my Windows network but not my files.05:44
thegladiatordiesel, is it posible to restore this information ?05:44
Valehttp://www.codif.altervista.org      pleas05:44
Valei'm hungry05:44
dieselxored: what are the contents of that directory05:44
Valehttp://www.codif.altervista.org      pleas05:44
=== Howdy125 [n=Howdy125@c-24-19-253-187.hsd1.or.comcast.net] has joined #ubuntu
Ng!ops05:44
ubotuHelp! seb128, bob2, fabbione, lamont, thom, Keybuk, jdub, mdz, Amaranth, tritium, ajmitch, crimsun, ogra, CarlK, Seveas, Burgundavia, apokryphos, thoreauputic or nalioth05:45
Valehttp://www.codif.altervista.org      pleas05:45
=== Chrizz [i=sky@p54B0512B.dip.t-dialin.net] has joined #ubuntu
dieselthegladiator: yes, using a live cd is a good way to restore grub05:45
Valehttp://www.codif.altervista.org      pleas05:45
Valehttp://www.codif.altervista.org      pleas05:45
Valehttp://www.codif.altervista.org      pleas05:45
meuserj|workthegladiator, you shouldn't need to re-install grub.. ubuntu does that at the end of the install... you could also use a live cd05:45
meuserj|worksomeone ban vale...05:45
Valehttp://www.codif.altervista.org      pleas05:45
=== Vale was kicked off #ubuntu by Amaranth (Amaranth)
xoreddieman:  ; info  limit  power  throttling05:45
thegladiatori see05:45
jordo23meuserj: I am trying to reinstall it through apt, but it keeps asking me for the Ubuntu cd....how does one fix this? Edit sources.list?05:45
thegladiatoris ubuntu installation easy ?05:45
Jaymacyes05:45
thegladiatori am not used to text baswed installation05:46
JormundgandUbuntu installation couldn't be easier.05:46
meuserj|workjordo23, yeah.. comment out the cd line (should be at the top)05:46
dream-xI have this problem with Gnome fonts: after installing kubuntu-desktop and logging in KDE for some times, Gnome fonts are... no longer under Gnome control!05:46
dieselxored: within cat /proc/acpi what do you have?05:46
Jaymacgladiator.. you basically hit enter a few times and enter your name05:46
Jaymac:)05:46
dieselthegladiator: very easy05:46
dream-xI can't change them, nor their dimension05:46
meuserj|workthegladiator, it is text based, but in my experience the easiest installation05:46
dream-xdoes anyone know how to solve this problem?05:46
arod--thegladiator i never installed linux in my life and i did it fine05:46
=== thierry [n=thierry@modemcable031.72-131-66.mc.videotron.ca] has joined #ubuntu
etnoyis it possible to let rsync read a remote directory with root perms, but only r/o?05:47
=== teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu
thegladiatorok i am going ahead then05:47
thegladiatorhow much time will it take ?05:47
meuserj|worketnoy, yeah....05:47
thegladiator30 minuites ?05:47
Amaranththegladiator: 20-40 minutes05:47
thegladiatori am on AMD XP 280005:47
etnoyI have a backup server that needs to read from a fileserver, but I don't like the idea of giving it root perms05:47
thegladiatorthanks05:47
meuserj|worketnoy, make sure it is mod 60005:47
Amaranthsome have got it done in 1505:48
thegladiatorAmarnathji :D05:48
dieselxored: look for thermal in /proc/acpi05:48
thegladiatorthats nice05:48
etnoymeuserj|work: sure, but that's not the solution I seek05:48
=== stieve_ [n=stieve@192-182.242.81.adsl.skynet.be] has joined #ubuntu
Amaranthit's mostly how fast your CD-ROM drive is, i guess05:48
meuserj|worketnoy, give me more details05:48
thegladiatorachcha05:48
meuserj|worketnoy, I think that maybe facl's is what you want05:48
etnoysee, I need it to read all files in the /srv and /etc directory, which have all kinds of strange permissions and all05:48
stieve_nope linksys router doesn't work05:48
stieve_im connect to it05:48
etnoymeuserj|work: is it some sort of extended acl:s?05:49
rosenwhat should I use to mount an iso image ? .. the equivalent to daemontools in windows05:49
meuserj|worketnoy, yes.. and that is exactly what you want... let me see if I can find a good reference...05:49
etnoymeuserj|work: I've heard there should be some special thing with rsync05:49
etnoymeuserj|work: great05:49
meuserj|worketnoy, what filesystem is this on?05:50
=== kairo [n=kairo@200.195.46.250] has left #ubuntu []
etnoymeuserj|work: I think that I mostly would like a soluiton that just snaps in, because if I make a backup and need to recover it, all the perms must be unchanged05:50
etnoymeuserj|work: ext305:50
=== P-a-gman [n=patrick@0x50a41e9b.boanxx11.adsl-dhcp.tele.dk] has joined #ubuntu
=== P-a-gman [n=patrick@0x50a41e9b.boanxx11.adsl-dhcp.tele.dk] has left #ubuntu ["Leaving"]
etnoymeuserj|work: /srv here has got quite a number of files, and I cannot strip the perms off. The solution I seek is something that allows rsync to read any file on the system, including a file's permission and uid/gid05:51
meuserj|worketnoy, http://www.ids.org.au/main/tutorials/acl_howto.php05:51
=== Dido- [n=9@193.68.201.169] has joined #ubuntu
seedshello anyone installed azureus in debain or ubuntu?05:51
=== dream-x [n=dream-x@host172-177.pool8249.interbusiness.it] has left #ubuntu ["Addio,]
Amaranth!azureus05:52
ubotuextra, extra, read all about it, azureus is a popular bittorent client written in Java, installation instructions can be found at https://wiki.ubuntu.com/AzureusHowTo05:52
=== orion [n=orion@dD5767137.access.telenet.be] has joined #ubuntu
meuserj|worketnoy, acls allow you to add additional users and groups to the permissions.... other than just the one user and one group that is natively available05:52
rosenwhat program should I use to be able to watch an .iso file before I burn it ?05:52
=== pirao [n=pirao@62.117.187.217] has joined #ubuntu
=== pirao [n=pirao@62.117.187.217] has left #ubuntu ["Abandonando"]
jordo23meuser: I reinstalled it because it wouldn't start under Gnome, still does the same thing. After clicking on the icon, the starting Evolution box opens, but nothing after that now.05:52
Mazokurosen you can mount .iso file05:52
Amaranthrosen: you have to mount it or extract the contents with the archive manager05:53
christianpHi all: does anyone know where can i find boh (in what repository)?05:53
etnoymeuserj|work: okay, I'll give that a shot but it is probably not what I seek05:53
etnoymeuserj|work: thanks05:53
dieselrosen:  mount -o loop /path/to/iso /mountpoint05:53
christianpi need a tool to create divx from my handycam video05:53
etnoymeuserj|work: is all that in the POSIX standard? I don't want to go with rouge solutions05:53
meuserj|workacl is POSIX05:53
etnoymeuserj|work: okay05:54
rosenI think I'll just extract it then ;) ... havent mounted anything yet, and dont want to mess my box up now that I finally got it all up and running ;)05:54
etnoystrange I never heard of those "extended perms"05:54
rosenthanks guys05:54
meuserj|worketnoy, they are VERY useful once you get the hang of them05:54
JormundgandI'm having trouble installing a mouse theme. I tried putting the folder in both ~/.themes and /usr/share/themes and the mouse preference box only acknowledges "Human" as existing. Any help?05:54
etnoymeuserj|work: so if I understand it correctly it can extend perms above the rwxrwxrwx?05:55
etnoythat actually seems great05:55
=== digitalSurgeon [n=ahmad@jt1ba-329.tky.hut.fi] has joined #ubuntu
digitalSurgeonwhen are you guys going to fix flash plugin ?05:55
etnoybbl05:56
meuserj|worketnoy, yeah.. you can add users and give them seperate perms... you can also set default perms on a directory and all files created inside it will inherit those perms...05:56
singinmatt13Ok, problem, I have alsa-utils installed, but I can't find alsaconf.  "locate alsaconf" provides no results, and using the coman tell me that the command is not found05:56
=== Kokey [n=Kokey@201.155.164.201] has joined #ubuntu
=== redtech [n=reddog@unaffiliated/redtech] has joined #ubuntu
TokenBadcan anyone please help me with maybe why foomatic is giving me this error when try to install the driver that it don't exist or I don't have permissions to install it..even though going through cups to install it05:56
MazokuJormundgand install gcursor it's help you. sudo apt-get install gcursor05:56
rosenhmm ... I guess it wont be nessecary ... when I try to copy files from a windowscomputer on the network it halts at 100% .. and when I close the prompt it erases the whole deal.. makes no sense05:57
meuserj|workcrap.. I need to stop watching this channel and do real work......05:57
=== bob832 [n=bob832@69.162.229.203] has joined #ubuntu
=== beezly [n=beezly@2001:630:63:16:230:1bff:feb7:2528] has joined #ubuntu
seedsk. i  have read like lotsa stuff about installing it05:57
=== zandaa [n=zandaa@84-105-216-35.cable.quicknet.nl] has joined #ubuntu
=== reginatto [n=reginatt@mail.peccin.com.br] has joined #ubuntu
seedsi got java installed but the client still asking for other files05:57
seedsdependencies05:58
=== alexis_ [n=alexis@ws1.rtcn.be] has joined #ubuntu
sethkseeds, specifics?05:58
=== ds[de] [n=rrr@p54ABFC9D.dip.t-dialin.net] has joined #ubuntu
=== faked [n=faked@83-65-239-249.dynamic.xdsl-line.inode.at] has joined #ubuntu
=== RGaiamti [n=afoeaai@85.186.40.239] has joined #ubuntu
=== RGaiamti [n=afoeaai@85.186.40.239] has left #ubuntu []
=== ninnghizidha [n=ninn_@chello084112032164.1.11.vie.surfer.at] has joined #ubuntu
seedswell with the latest azureus version it was asking for some lib files05:59
zandaahi people, I'm kinda having trouble with sound working in flash (whenever GAIM or something else plays a sound while flash is loading, the sound gets disabled)05:59
=== ClayG [n=scdsc@c-66-177-234-195.hsd1.fl.comcast.net] has joined #ubuntu
sethkseeds, that doesn't help much.  If you told us _which_ library files, we might be able to help05:59
seedsso i tried an earlier version and now it says my java shold be upgraded05:59
ninnghizidhaIs there a KUBUNTU-Room too?05:59
sethkzandaa, are you running a sound server?05:59
HymnToLife!kubuntu05:59
ubotuKubuntu is Ubuntu+KDE, not a fork ; see http://kubuntu.org and you can go to #kubuntu for KDE-related help, or install from Ubuntu: sudo apt-get install kubuntu-desktop ; ISOs: http://releases.ubuntu.com/kubuntu/breezy/05:59
=== Davey [n=Davey@77-231.124-70.tampabay.res.rr.com] has joined #ubuntu
seedsnow am using an earlier version of azureus06:00
=== RGaiamti [n=afoeaai@85.186.40.239] has joined #ubuntu
=== ucenik [n=chatzill@195.29.212.226] has joined #ubuntu
sethkseeds, you'll find, if you have missing libraries, and you change something other than libraries, you won't solve a problem involving missing libraries06:00
ninnghizidhathanks a lot, ubotu :-)06:00
zandaasethk, what exactly do you mean?06:00
sethkseeds, that's going around in circles06:00
=== RGaiamti [n=afoeaai@85.186.40.239] has left #ubuntu []
sethkzandaa, it sounds like contention for the sound device06:00
seedsit dont ask for those lib files anymore but says that my java must be upgraded06:00
sethkzandaa, there is a sound server than manages access by multiple processes to the sound device06:00
zandaasethk, soundserver is enabled06:00
sethkzandaa, ok.06:00
seedsam using debian sarge06:00
=== thundr [n=thundr@66-168-50-185.dhcp.mdsn.wi.charter.com] has joined #ubuntu
=== christos [n=nomail@62.38.122.240] has joined #ubuntu
zandaasethk, and I'm running the ESD sound drivers or whateva06:01
sethkseeds, you would have better luck, perhaps, on a debian channel.  I know #debian is obnoxious.  but ubuntu package management is sufficiently different from debian as to make this sort of question difficult to answer here.06:01
sethkzandaa, ok, it was worth checking.06:01
seedsk. thnx06:02
sethkzandaa, I wonder if something (flash, perhaps) is bypassing the sound server.06:02
seedsi have checked the the debian channel without much luck06:02
zandaasethk, it's running a 32-bit firefox on a 64-bit system using the linux32 package06:02
=== Vincent [n=vincent@AGrenoble-152-1-16-152.w82-122.abo.wanadoo.fr] has joined #ubuntu
sethkzandaa, that shouldn't be a problem06:03
=== Beantree [i=Beantree@220.123.55.116] has joined #ubuntu
seedsis ubuntu kinda debian based?06:03
sethkseeds, yes, it is06:03
seedsk06:03
Daveyseeds, theres no "kinda" about it :)06:03
sethkseeds, but your question is very version/depository sensitive06:03
zandaasethk, ok... what exactly is an rc-file/06:03
seedsok06:03
seedsi have an ubuntu cd06:03
sethkzandaa, it's a convention for naming a configuration or script file06:03
seedstried it once06:03
=== Jormundgand [n=ubuntu@cpc2-oxfd8-4-0-cust65.oxfd.cable.ntl.com] has left #ubuntu ["Error]
seedsjus the live cd toguh06:03
sethkzandaa, for example, .bashrc is the initialization file for bash06:03
sethkzandaa, there is nothing special about the files, as I said it is just a convention that some programs follow06:04
zandaasethk, oh wait, I forgot the multiple sound howto written by ubuntu demon06:04
=== Johnson [n=definity@ACD6B40C.ipt.aol.com] has joined #ubuntu
=== No1Viking [i=micke@h-83-140-104-3.ip.cust.port80.se] has joined #ubuntu
zandaasethk, I'll try it out now06:04
=== santi2005 [n=santi200@200.35.201.230] has joined #ubuntu
sethkzandaa, plus, another type of rc file are those in /etc used to start/stop/control the system06:04
Johnsonhi06:04
Johnsoncan i ask a question06:04
Weasel--sure06:04
meuserj|workanyone here use evolution with GnuPG?06:05
=== aris [n=aris@22-139.245.81.adsl.skynet.be] has joined #ubuntu
=== shedi [n=siggi@inferno.lhi.is] has joined #ubuntu
santi2005en castellano06:05
=== augustin [n=augustin@AMarseille-251-1-71-238.w83-205.abo.wanadoo.fr] has joined #ubuntu
Johnsoni downloaded aircrack i have aintell 2200b/g card and i wondered if i can use etheral to capture the packets so wep crack can crack them06:05
Johnsonis this possible06:05
Johnson?06:05
=== mlalkaka [n=mlalkaka@d205-250-96-41.bchsia.telus.net] has joined #ubuntu
=== alexis_ is now known as alexissoft
=== linuxboy [n=anon@yoda.frogfoot.net] has joined #ubuntu
arishi people. I had a paper blocked in my printer and had to shut it down to repair it. now, I've deleted the job and reconnected my printer, but it doesn't stop printing crap. how may I flush the // port buffer ?06:06
santi2005alguien que hable castellano06:06
dpuppsanti2005 #ubuntu-es06:07
dpuppahi te ayudaran en castellano06:07
mlalkakahi everyone. if a user's password expires, and the user logs in (or tries to log in) graphically [through gdm] , how will the user be notified that her password has expired, and how will she be able to change it?06:07
=== Kuyaedz [n=Kuyaedz@c-24-2-76-178.hsd1.ut.comcast.net] has joined #ubuntu
=== bill2 [n=bill2@c-67-162-44-104.hsd1.il.comcast.net] has joined #ubuntu
MickMcMackHi, could anyone explain this: http://www.rafb.net/paste/results/ao1h0556.html ?06:08
bob832aris: are you using CUPS for your printer?06:09
dpuppsanti2005 unete a  #ubuntu-es : /join #ubuntu-es06:09
mlalkakaMickMcMack, what's the problem?06:09
santi2005gracias06:09
MickMcMackmlalkaka, add up the CPU loads. O_O06:10
arisbob832, yes. the job has been removed06:10
MickMcMackIt comes to 150%. :(06:10
bill2hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it?06:10
mlalkakaMickMcMack, that's weird. how did one of them close soon after?06:10
arisbut there is still garbage into lp buffer06:10
=== telemaco [n=telemaco@121.Red-81-36-85.dynamicIP.rima-tde.net] has joined #ubuntu
=== bobubu64 [n=bobubu64@ppp-132-137.25-151.libero.it] has joined #ubuntu
MickMcMackmlalkaka, it did that for a good 60 seconds.06:10
mlalkakaMickMcMack, do you have two cpus?06:11
bob832aris:  if you want to "flush" it, i would recommend restarting it06:11
Mabus06How do I take pictures with my webcam? anybody?06:11
=== thegladiator [n=knoppix@202.83.46.128] has joined #ubuntu
MickMcMackmlalkaka, yessir. But both of them are in use by the top process.06:11
arisbob832, i already restarted my printer, but i don't want to restart my computer06:11
bob832aris:  try sudo /etc/init.d/cupsys restart at the terminal06:11
=== beyond-rango is now known as beyond
thegladiatordiesel, it seems i cant do file transfer , it says only root can do that!06:11
thegladiator<on live cd>06:11
MickMcMackmlalkaka, if I was only using 100% of one CPU, it would tell me it was at 50% load. Or, that's what it told me on Debian. -_-06:11
thegladiatorhow can switch to tooy ?06:12
thegladiatorroot ?06:12
thegladiatorcan i create a drive name under /mnt in live cd ?06:12
=== chrisx1 is Away, Reason: ( At Ma Dads/auntys house ) | Since: ( Tuesday, December 13, 2005. 23:24:37 ) Xlack v2.1
thegladiatorhow can i loging as root in the live cd ?06:13
=== Corin_777 [n=Corin_77@host86-143-26-16.range86-143.btcentralplus.com] has joined #ubuntu
=== chrisx1 is back ( Away 26 secs )
=== chrisx1 is Away, Reason: ( At Ma Dads/auntys house ) | Since: ( Tuesday, December 13, 2005. 23:24:37 ) Xlack v2.1
mlalkakaMickMcMack, i'm not sure then. if that was how it worked on debian, i would suspect the same behaviour on ubuntu. try it with different programs; does it still happen?06:13
thegladiatordiesel, you told me it is possible right ?06:13
bill2 hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it?06:13
MickMcMackmlalkaka, it's gone back to normal now.06:13
dieselthegladiator: What live cd are you using?06:13
Corin_777Seveas, can you find out why ive been banned from #kubuntu-offtopic? i asked nalioth "why the name change?", now im banned... ???06:13
MickMcMackmlalkaka, I can only assume top was getting itself confused.06:13
thegladiatorbreazer06:13
dieselthegladiator: yes, it is possible06:13
MickMcMackmlalkaka, but it was v.strange.06:14
thegladiator5.1006:14
mlalkakaif a user's password expires, and the user attempts to log in through gdm, how will the user be notified that her password has expired, and how will she be able to change it?06:14
mlalkakaMickMcMack, that is strange06:14
lucasvowhen I have a file with lot's of packages for apt and I would like to install them, how can I pass the file directly on to apt?06:14
thegladiatordiesel, when i try to mount a drive it says only root can do that06:14
lucasvoI tried apt-get install < file but it didn't work06:14
dieselthegladiator: become root by "sudo su"06:14
dieselthegladiator: then try mounting06:15
dooglusmlalkaka: gdm handles password expiry nicely.06:15
thegladiatoralright06:15
bill2 hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it?06:15
lucasvoI need to install packages which have been held back(unfortunately X) during update to dapper06:15
thegladiatorannd can i make a direcotry in mk dir ?06:15
thegladiatorin /mnt ?06:15
thegladiator/mnt/E is possible ?06:15
snowblinklucasvo, dpkg?06:15
dooglusmlalkaka: you can try it for yourself:  use "sudo passwd -e <username>" to make a user's password expire immediately.  then try logging in as that user through gdm06:15
lucasvosnowblink: I need to downlaod them first06:15
mlalkakadooglus, ok thanks i'll try that06:15
lucasvosnowblink: isn't it sth. like apt-get install < file.txt06:16
dieselthegladiator: yes06:16
thegladiatordiesel, there is also one another small issue , i cant acess my ISP site , from where i have to download the connecting client .....the error it says is SSL ver 2 not supported or something06:16
dooglusmlalkaka: I just tried it and it worked very well.  it said something like "root enforced: you must change your password immediately", then asked for old passwd and new passwd twice.06:16
thegladiatormozilla is not opening the page06:16
=== zandaa [n=zandaa@84-105-216-35.cable.quicknet.nl] has joined #ubuntu
thegladiatorit works in fc4 , knoppix , mozilla06:16
=== mmarle [n=marle@dsl6-118.fastxdsl.nl] has joined #ubuntu
=== augustin [n=augustin@AMarseille-251-1-71-238.w83-205.abo.wanadoo.fr] has left #ubuntu ["Leaving"]
bill2 hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it?06:16
=== anatole [n=ZOMG@dsl5400A053.pool.t-online.hu] has joined #ubuntu
zandaasethk, the howto doesn't work... now flash don't have any sound at all06:17
=== albacker [n=eni@customer-side2-telecomalbania.atnet.com.al] has joined #ubuntu
=== carsten [n=carsten@i53872747.versanet.de] has joined #ubuntu
=== djk_ [n=djk@p54A2F08E.dip.t-dialin.net] has joined #ubuntu
mlalkakadooglus, perfect. that's exactly what i was hoping it would do. thanks06:17
=== Tired_ [i=Tired_@S010600095b4654ab.gv.shawcable.net] has joined #ubuntu
=== carsten__ [n=carsten@i53872747.versanet.de] has joined #ubuntu
sethkzandaa, ok, that's annoying, but it shows we are on the right track.  that is, we have to make flash coexist with the sound server.06:17
zandaasethk, no sound at all... not even when ESD or whatever is not in use....06:18
=== Gargamel [n=ubuntu@200.60.98.241] has joined #ubuntu
thegladiatorwhy is my browser saying SSL ver 2 is not supported or something when i browse a site ?06:18
thegladiatorlive cd06:18
Tired_Hello.  My hard drive is about to fail, what tool can I use to transfer the whole thing (MBR, bootloader, etc) to a new drive?06:18
=== VibuVYGa [i=oaeujR@81.213.254.238] has joined #ubuntu
Seveasthegladiator, because that site wants to use old crappy ssl206:18
=== VibuVYGa [i=oaeujR@81.213.254.238] has left #ubuntu []
Seveasand yor browser only supports ssl3/tls06:18
sethkTired_, dd, if the sizes and geometries are the same06:18
thegladiatorSeveas, it is my ISP's site06:18
thegladiatorhow can i fix this ?06:19
sethkTired_, if they are not, it is a bit more complicated but not difficult06:19
=== JensBru [n=JensBru@ip-81-11-182-220.dsl.scarlet.be] has joined #ubuntu
Tired_no, it's a different drive06:19
dieselthegladiator: enable SSL2 support in your browser06:19
Seveasthegladiator, that or kick your ISP06:19
arisby complaining at your isp first06:19
bill2 hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it?06:19
sethkTired_, in that case, you can back up each partition with dd06:19
thegladiatorwhere is that option in browser ?06:19
=== jygge [n=jygge@YYYMMMCCCXLI.dsl.saunalahti.fi] has joined #ubuntu
sethkTired_, and you'll have to set up the partition table manually06:19
dieselthegladiator: where have you looked?06:19
thegladiatori am on knoppix live cd now since i can log in from ubntu06:19
JensBruanyone got some tiime to help me with my wireless connection?06:19
thegladiatori havent lookde mozilla , now i am on knoppix06:19
=== suzan [n=suzan@p5494258F.dip0.t-ipconnect.de] has joined #ubuntu
sethkTired_, then install grub (a boot loader, of which grub is the easiest, to be more precise)06:20
thegladiatoras i told u i cant conenct to net06:20
thegladiatorwhere is this enable SSL 2 support ?06:20
Tired_but that wil preserve my kernel setup and such?06:20
teroedniq:Is alsaconf removed from ubuntu?06:20
thegladiatoronly after that i can download the client from my ISP to connect06:20
thegladiatorand connect to net06:20
Amaranththegladiator: if you can access your ISPs website you're already connected06:20
sethkTired_, yes, if you do it carefully, everything is preserved06:20
thegladiatorAmarnath, i can acess only ISP site , direct connection06:21
Tired_awesome06:21
sethkTired_, I'm being a bit vague because it depends on how your current drive is partitioned06:21
Tired_thank you.06:21
JensBrui performed a 'iwconfig', i see 'lo: no wireless extensions', ext0: no wireless connections, sit0: no wireless connections, eth1: NOT READY! ESSID:off/any06:21
=== nemlah [n=nemlah@dslcustomer-228-49.vivodi.gr] has joined #ubuntu
thegladiatorfrom there i shud download cyberoam client06:21
teroedniq:Is alsaconf removed from ubuntu?06:21
nemlahHello all06:21
nemlahI have a problem confguring my tv card06:21
Amaranth!info alsaconf06:21
=== maradong [n=bhentges@213.47.179.227] has joined #ubuntu
thegladiatori use a data based connection ...hence i can log in via this client only06:21
Amaranth!find alsaconf06:21
nemlahapparently this is a problem for the chipset it has06:21
nemlahcan someone help me?06:22
Amaranththegladiator: firefox should have ssl 2 on already06:22
nemlahHauppauge wintv pci fm06:22
Tired_actually, you're being quite specific.  that's exactly the help i needed.  thanks a lot  :)06:22
Amaranththegladiator: otherwise it's in the preferences06:22
thegladiatorok thank you06:22
thegladiatorin ubuntu live cd06:22
=== EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu
thegladiatorit is not supported06:22
thegladiatorver 5.1006:22
SyLanybody know the root password in the vmware player version of ubuntu?06:22
teroedniteroedni@ubuntu:~$ !find alsaconf06:22
thegladiatorwhich FF version is ubuntu using ?06:22
teroednifind alsaconf06:22
teroednifind: alsaconf: No such file or directory06:22
nemlah1.0.706:22
Amaranththegladiator: 1.0.706:22
Tired_ok, off to fix it before it really dies....06:22
SyLfind linux06:22
=== Tired_ [i=Tired_@S010600095b4654ab.gv.shawcable.net] has left #ubuntu []
thegladiatorthank you06:22
teroedniqwhy is alsaconf removed?06:22
Amaranthteroedni: it's not installed by default06:23
=== pickett [n=pickett@ppp221-218.lns2.adl4.internode.on.net] has joined #ubuntu
=== sorush20 [n=sorush3@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has joined #ubuntu
nemlahSomeone able to help me with the tv card?06:23
thegladiatordiesel, so sudo su is the command to become root aint it ?06:23
teroedniwhy not06:23
nemlahdon't really know where to start06:23
ubotuUbuntu Package/File/Desc Search of 'alsaconf' returned no results.06:23
dieselthegladiator: yes06:23
Amaranthhrm06:23
thegladiatorthank you brb06:23
Amaranthor maybe it is gone06:23
aristhegladiator, sudo -s is better06:23
thegladiatorsudo -s okay thank you06:23
zandaagotta go, later06:23
Amaranthteroedni: Most people don't need it, it would take up space on the CD06:24
Amaranthteroedni: use apt-file to find it06:24
SyLanybody know the root password in the vmware player version of ubuntu?06:24
AmaranthSyL: there is no root account, the vmware user password is vmware06:24
nemlahSomeone here experienced with tv cards under linux?06:24
teroedniamaranth:Gives me nothing06:24
Amaranthteroedni: that's odd06:25
=== grimR [n=grim@pcp0011459512pcs.chrchv01.md.comcast.net] has joined #ubuntu
teroedniyea:/06:25
SyLAmaranth: so how do I update the packages then? it requires a root password06:25
=== AVATAR_ [n=AVATAR@OL56-182.fibertel.com.ar] has joined #ubuntu
Amaranth!tell syl about sudo06:25
=== Dmon [n=dmon@81-234-129-72-o824.telia.com] has joined #ubuntu
HymnToLifeSyL > nope, it requires YOUR password06:25
=== jordo23 [n=jmendelb@rrcs-67-52-221-174.west.biz.rr.com] has joined #ubuntu
=== AVATAR_ [n=AVATAR@OL56-182.fibertel.com.ar] has left #ubuntu ["Leaving"]
SyLand what if I don't know my password?06:26
HymnToLifethen you are stupid06:26
AmaranthHymnToLife: ...06:27
AmaranthSyL: the password is vmware06:27
teroednihmm thas a rude robot:/06:27
AgrajagSyL: it's vmware, someone just told you that06:27
jordo23meuserj: I got evolution running again. Again, mail works, but calendar does not. When I try to open the calendar it errors, and states it's quitting unexpectedly.06:27
HymnToLifeSyL > how do you login if you don't know your password ?06:27
SyLHymnToLife: ummm... moron, I didn't install this and if you would have read what I first put then you would know how stupid you really are...06:27
=== bronson [n=bronson@c-24-34-214-222.hsd1.ma.comcast.net] has joined #ubuntu
jordo23meuserj: how do I check which version of the evolution exchange connector I have?06:27
=== seeds [n=seeds@209.59.105.1] has left #ubuntu ["Konversation]
SyLAmaranth: it's not vmware, I've been trying that for 5 minutes06:27
=== mauro [n=mauro@dsl-200-67-236-216.prod-empresarial.com.mx] has joined #ubuntu
=== markuman [n=supermar@p50926BD7.dip.t-dialin.net] has left #ubuntu ["http://www.linwiki.org]
=== Zugwrack [n=Zugwrack@208.6.251.2] has joined #ubuntu
AmaranthSyL: it is in the browser appliance image06:28
=== brynjarh [n=brynjarh@raf-a19.raflinan.is] has joined #ubuntu
=== thezanke [n=thezanke@12-222-4-40.client.insightBB.com] has joined #ubuntu
AmaranthSyL: if you're using the breezy one i dunnon06:28
Amaranth-n06:28
=== Jaakilju_Worhan [i=Jaakilju@a212-54-18-28.elisa-laajakaista.fi] has joined #ubuntu
AmaranthSyL: try ubuntu or breezy06:28
Amaranthor whatever the user is named06:28
=== ruiwen [n=rw@bb219-74-28-28.singnet.com.sg] has joined #ubuntu
SyLoh nice...06:29
SyLit was UbUntU06:29
SyLgod damn morons...06:29
=== gutsohn [n=sumo@M2227P027.adsl.highway.telekom.at] has joined #ubuntu
gutsohn#ubuntu-forum.de06:29
=== _mart [n=mart@c-67-182-168-58.hsd1.ca.comcast.net] has joined #ubuntu
jordo23meuserj|work: I got it running again. How do I check which version of the evolution connector I am running?06:30
_martis there a way to do a recursive chmod that affects directories only?06:30
=== AMDXP [n=vegeta@user-0vvd9l6.cable.mindspring.com] has joined #ubuntu
=== teroedni [n=teroedni@ti411310a080-3221.bb.online.no] has joined #ubuntu
=== HappyFool [n=user@tedo-ip-nas-1-p40.telkom-ipnet.co.za] has joined #ubuntu
=== WildZeck [n=zeck@ax113-3-82-234-26-6.fbx.proxad.net] has joined #ubuntu
Ng_mart: you could do someting like find -type d /some/path -exec chmod 777 \{\} \;   but be careful ;)06:31
Ngand of course with "/some/path" before "-type d"06:31
=== mauwolff [n=mau@201.22.219.180.adsl.gvt.net.br] has joined #ubuntu
mauwolffhi06:31
mauwolffjust a question:06:32
=== Juchipilo [n=joelcont@joel.omnis.com] has joined #ubuntu
sethk_mart, find . -type d -exec chmod whatever \;06:32
_martthanks06:32
mauwolffmy kernel is 2.6.12-1006:32
sethk_mart, substitute a path for ., if you don't want to start in the current directory06:32
mauwolffbut i cna't find it's headers06:32
=== brynjarh [n=brynjarh@raf-a19.raflinan.is] has left #ubuntu []
=== Nafallo-live [n=ubuntu@c-f332e055.23-6-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu
=== Nafallo-live [n=ubuntu@c-f332e055.23-6-64736c10.cust.bredbandsbolaget.se] has left #ubuntu ["Leaving"]
mauwolffat synaptic i could only find linux-headers 2.6.12-906:33
sethkmauwolff, the headers are a separate package06:33
sethkmauwolff, you have to do the update of the listing06:33
JensBruGuys, i get 'iwconfig -> eth1 NOT READY! ESSID:off/any' . what i need to do to get wireless working?06:33
=== mumbles-work is now known as mumbles
gimmulf_!codec06:33
=== Chris [n=chris@mr-ral-174-185.dmisinetworks.net] has joined #ubuntu
ubotugimmulf_: I haven't a clue06:33
gimmulf_!codecs06:33
ubotuBinary only codecs (such as w32codecs) can be downloaded from plf or cipherfunk, see !easysource for details on these repositories06:33
mauwolffok06:33
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu
Corin_777Seveas?06:33
ZugwrackI believe sudo apt-get linux-headers would select the package for him no?06:33
Ngplf? cipherfunk? yet more third party repositories? ;/06:34
Amaranth!info kernel-headers06:34
=== xyglose [n=ttkach@209.12.18.90] has joined #ubuntu
=== pickett [n=pickett@ppp221-218.lns2.adl4.internode.on.net] has joined #ubuntu
=== Jemt [n=jemt@nat.kollegienet.dk] has joined #ubuntu
teroedning:either that or none;)06:34
Amaranthhrm06:34
HappyFoolZugwrack: linux-headers-386 (or -k7 or other architectures)06:34
WhyvasLTJensBru, iwconfig eth1 mode auto06:35
=== Juchipilo [n=joelcont@joel.omnis.com] has left #ubuntu []
mauwolffmake sense... the current doesn't have version information06:35
=== martink [n=martin@p54B396AF.dip0.t-ipconnect.de] has joined #ubuntu
=== Corin_777 [n=Corin_77@host86-143-26-16.range86-143.btcentralplus.com] has left #Ubuntu [requested]
=== wuming [n=ming@host66146157c0.dsl.res.tor.fcibroadband.com] has joined #ubuntu
ZugwrackHappyFool: Ok I figured it would know which architecture and kernel version was available on the system and update accordingly...06:35
=== EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu
JemtGreetings. I have some issues with Firefox. First of all I want the newest version - but it does not contain an installer. Second I don't know how to install mplayer support in firefox 1.5. Can anyone help me?06:36
Mabus06How do I take pictures with my webcam? anybody?06:36
=== obsvuugj [n=obsvuugj@a80-186-45-213.elisa-laajakaista.fi] has joined #ubuntu
=== Vagabond [n=james@adsl-69-109-17-213.dsl.snlo01.pacbell.net] has joined #ubuntu
Vagabondhi06:36
wumingduring the install, it stucks at "Retriving libss10.9.7... 6%" when install base, I tried both normal install and expert install06:36
xxenonMabus06 - gqcam06:36
=== Corin_777 [n=Corin_77@host86-143-26-16.range86-143.btcentralplus.com] has joined #ubuntu
JensBruWhyvasLT: operation not permitted06:36
JensBruneed to sudo i guess06:36
=== noirequus is now known as nalioth
SeveasCorin_777, get the hint.06:36
=== Corin_777 [n=Corin_77@host86-143-26-16.range86-143.btcentralplus.com] has left #Ubuntu [requested]
WhyvasLTindeed06:36
=== mode/#ubuntu [+b corin_777!*@*] by Seveas
=== mode/#ubuntu [+o nalioth] by ChanServ
Mabus06thank you, xxenon... I have been here for many hours asking that question again and again06:37
Amaranth?06:37
=== kung [n=kung@dslb-084-058-011-249.pools.arcor-ip.net] has joined #ubuntu
=== mode/#ubuntu [+b *!*@*.*.snfc.sffca01r18.dsl.att.net] by nalioth
ZugwrackGreets out to nalioth:06:37
SeveasAmaranth, 06:37
=== welp [n=peter@82-70-75-246.dsl.in-addr.zen.co.uk] has joined #ubuntu
=== mode/#ubuntu [+b *!*@200.109.*] by nalioth
=== mode/#ubuntu [-o nalioth] by ChanServ
wuminghow can I use ubuntu install cd do a network install? i think my install cd is bad06:37
=== laurent_ [n=laurent@cable-213.214.51.53.coditel.net] has joined #ubuntu
naliothZugwrack: howdy06:37
=== seth_k|away is now known as seth_k
=== ratschnowski [n=dirkoune@p54A7BC7D.dip0.t-ipconnect.de] has joined #ubuntu
Amaranthwuming: you can't06:38
Vagabondi just installed ubuntu yesterday and am having trouble getting sound to work, any suggestions? drivers or anything of that sort? i've always been a windows user so this is almost all french to me!06:38
wumingAmaranth:why? debian works that way, right?06:38
Zugwracknalioth: This morning I got up and had to reboot breezy PPC and when I did it failed and said it couldn't find the drivers directory for video card....wierd...is there a resue boot from cd?06:38
Seveasno wuming you need the debian netinstall images06:38
nemlahHey how do i reload a module?06:38
Amaranthwuming: no, they have seperate cds too06:39
=== xyglose [n=ttkach@209.12.18.90] has left #ubuntu []
nemlahmodprobe does reloading?06:39
paulproteus|laptnemlah: rmmod first, then modprobe06:39
AmaranthZugwrack: you can boot from a live cd and chroot into your local install06:39
wumingAmaranth:since my install cd is no good,, what can i do then?06:39
ZugwrackI think you have to unload and reload the drver06:39
Amaranthwuming: reburn it, i guess06:39
=== erUSUL [n=erusul@im-77.arrakis.es] has joined #ubuntu
mauwolffguys, a last one. how do you usualy install mplayer? compiling or use package?06:39
Seveasmauwolff, package06:40
wumingi see06:40
ZugwrackAmaranth: So after boot at the prompt do chroot? Will it prompt for password?06:40
Mabus06xxenon, it gives me error "/dev/video: No such file or directory06:40
Mabus06"06:40
xxenonMabus06 - your webcam is not properly installed, then06:40
Mabus06xxenon, but I installed the drivers google told me to06:40
wumingbut after reboot, I cannot boot into windows anymore06:41
wumingsome grub problem06:41
AmaranthZugwrack: boot completely into the live cd, then chroot from a terminal06:41
=== mz2_ [i=mz2@ZYYYMMDCCLXXIII.dsl.saunalahti.fi] has joined #ubuntu
Mabus06and when I plug it in, the webcam modules start as some howto said it should if the drivers are working well, xxenon06:41
nemlahI tried sudo modprobe tuner type=38 but it failed06:41
nemlahunknown parameter type?06:41
ZugwrackVagabond: First thing make sure the volume levels are turned up on the volume...secondly you can try turning up the volume on your external speakers and see if you can see if you hear any sound at all...my PPC version is slight on volume until adjusting the external speaker volume06:41
=== EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu
ZugwrackAmaranth: I understand. Not sure what the process is for doing this? Issue chroot as a command from the prompt? Do I need to specify a path?06:43
=== MrPockets [n=alex@CPE-69-23-87-53.new.res.rr.com] has joined #ubuntu
JensBrusudo iwconfig eth1 mode auto .. didn't change anything :(06:43
=== MrPockets [n=alex@CPE-69-23-87-53.new.res.rr.com] has left #ubuntu ["Leaving"]
AmaranthZugwrack: I'm a little fuzzy on the details myself, google or man chroot would probably help.06:43
Mabus06can anyone help me with my webcam troubles? I installed the driver but /dev/video still doesn't work06:43
=== hey_all [n=Corin_77@adsl-68-90-184-209.dsl.snantx.swbell.net] has joined #ubuntu
ZugwrackK..I am at work right now...will check it out after I get home...thanks06:43
=== L4m3rSh0t [n=another@adsl196-17-201-206-196.adsl196-7.iam.net.ma] has joined #ubuntu
=== WiZZarD [n=wizzard@flits102-59.flits.rug.nl] has joined #ubuntu
hey_allSeveas, sorry to bother you, but my friend Corin wants me to ask you why he was banned, and if there is anything he can to do redeem himself. I think it was you he said to ask....06:45
=== WiZZarD [n=wizzard@flits102-59.flits.rug.nl] has left #ubuntu ["Leaving"]
Fastwhooooohoooo!!! i'm installing ubuntu on a vaio laptop with 1920x1260 resolution - this is going to be SICK!!!06:45
=== ravent [n=ravent@IVV7AZE.UNI-MUENSTER.DE] has joined #ubuntu
=== hey_all [n=Corin_77@adsl-68-90-184-209.dsl.snantx.swbell.net] has left #Ubuntu [requested]
bill2 hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it?06:45
DaveyFast, cool - I just bought a Samsung 19" LCD :)06:45
=== mode/#ubuntu [+o nalioth] by ChanServ
JensBrueth1: NOT READY! ESSID:off/any ... anyone ideas?06:45
Daveynow I just need to get a box to put my ubuntu HDD in :(06:45
=== grogoreo [n=grogoreo@sheeran.plus.com] has joined #ubuntu
Mabus06can anyone help me with my webcam troubles? I installed the driver but /dev/video still doesn't work06:45
=== mode/#ubuntu [+b *!*@adsl-68-90-*.dsl.snantx.swbell.net] by nalioth
=== TaLi [n=TaLi@mx.nuxo.net] has joined #ubuntu
=== mode/#ubuntu [-o nalioth] by ChanServ
=== Pablo [n=Pablo@1c.71.d1c4.cidr.airmail.net] has joined #ubuntu
=== ravent [n=ravent@IVV7AZE.UNI-MUENSTER.DE] has left #ubuntu ["Leaving"]
Fastis apt in ubuntu as up to date as debian?? or use the same repositaries?06:46
rosenargh .. I accidently removed my wastebasket from the dekstop :O ... how can I get it back ? :|06:46
=== jfletcher [n=jfletche@nukeh.plus.com] has joined #ubuntu
Seveas!trashdesktop06:47
ubotuBugger all, i dunno, Seveas06:47
jfletcheris there a linux program to make basic songs?06:47
Mabus06rosen, click 'add to panel' on any panel to add links to the trash among other things06:47
arisFast, it uses different repositories06:47
Seveas!listvals trash06:47
ubotuFactoid search of 'trash' by value (2 shown): desktop-icons ;; desktoptrash.06:47
Fastis it as recent as gentoo?06:47
Seveas!tell rosen about desktoptrash06:47
rosenaaaah lovely !06:47
Mabus06rosen, just right click on a blank panel spot and click 'add to panel'06:47
bill2 hi, looking for help, just installed mozilla suite, getting error messages, need to install personal security manager, cant find it anywhere? any body know where i can download it?06:47
rosenthanks !06:47
Fasti'm using gentoo on my servers and LOVE it but don't have the time to install it on laptop... need to work ;-)06:47
rosenwas getting worried there :P06:47
naliothbill2: apt-get install mozilla-psm06:48
Mabus06can anyone help me with my webcam troubles? I installed the driver but /dev/video still doesn't work06:48
bill2thanks06:48
arisFast, nonsense06:48
bill2nalioth06:48
arisFast, what's "as recent as" ?06:48
arisMabus06, which driver/webcam06:48
=== funkyHat is now known as funkyHat|away
=== K_Dallas [i=Korben@i216-58-62-171.cybersurf.com] has joined #ubuntu
Fastwell... the time between a package being release and masked as stable in the pms06:48
=== K_Dallas [i=Korben@i216-58-62-171.cybersurf.com] has left #ubuntu ["Leaving"]
Fastgentoo is pretty quick... i am a bit of a nut and love getting the most recent packages hot off the press06:49
arisFast, well, ubuntu as some packages stable for years that are still masked into gentoo06:49
=== dr_willis [n=willis@12-222-81-183.client.insightBB.com] has joined #ubuntu
JensBruanyone can help me with my wireless problem please? it probably little problem06:49
arisFast, and you like unstable desktop i guess06:49
=== antgel [n=antony@pdpc/supporter/monthlybyte/antgel] has joined #ubuntu
=== FarrisG [n=jrush@h-68-164-19-170.dllatx37.covad.net] has joined #ubuntu
naliothJensBru: if you ask a real question06:49
JensBrubecause i see the network 3Com by 'lspci'06:49
Mabus06aris, it is a webcam that uses the spca5xx driver, and I followed the howto on the forum06:49
FarrisGHow do I configure my system to create /dev/sd* nodes for my pci-raid card drives before creating them for my usb drives at bootup?06:49
arisMabus06, ok I can help you06:49
antgeldoes gnome in ubuntu have a tasty ui for handling ipsec/openswan tunnels?06:49
dpuppanyone know an alternative to TVtime? i want to make sure its not just TVtime not displaying my missing channels.06:49
=== pickett [n=pickett@ppp221-218.lns2.adl4.internode.on.net] has joined #ubuntu
Fastaris, never had a major problem with stability06:49
Fastif i did i'll just roll back to the previous version again06:50
=== _null is now known as _eins
JensBrunalioth: i execute 'iwconfig'. i get eth1: NOT READY! ESSID:off/any.  Using 'lspci', i see the 3com correctly06:50
Fastthe chance of this causing data losss is pretty slim06:50
JensBruWhy isn't it ready to use?06:50
naliothubotu: tell JensBru about wireless06:50
naliothJensBru: see your PM06:50
JensBruyeah, i see. thank you nalioth06:50
Fastfor example, is firefox 1.5 availalbe now on ubuntu?06:51
Fastin apt..06:51
Fastand php 5.1?06:51
erUSULFast, no06:51
naliothubotu: tell Fast about firefox1506:51
=== mihkel [n=mihkel@85.196.207.233] has joined #ubuntu
mihkelHey06:52
mihkelI have lot of questions here06:52
=== guest_ [n=guest@oliver.efpu.hr] has joined #ubuntu
mihkelis anybody listening me>?06:52
mihkelis anybody her06:52
mihkele06:52
mihkel???06:52
naliothmihkel: please be civil.06:53
naliothmihkel: just ask your question06:53
mauwolffmihkel: ask and they will answer. cool guys here06:53
JensBrunalioth: i've detected using the link the type of network model .. it should work "out of the box"06:53
mihkelOk, I just ceted my ubuntu linux, then i istalled it06:53
mihkelWell i downloaded in interent RTCW ET06:53
mihkeland i dont know how to install it06:54
naliothJensBru: then you should be able to click on the network icon in the top left and configure it. it may just need to be activated06:54
mauwolffmihkel: what is  RTCW ET?06:54
mihkelReturn to Castel Wolfestein Enemy Territory06:54
=== Binooeeoia [n=nivcp@206.132.79.170] has joined #ubuntu
erUSULmauwolff, enemy territory06:54
mihkelIt is a game06:54
mauwolffops, sorry06:54
=== Binooeeoia is now known as xiaBB
=== xiaBB [n=nivcp@206.132.79.170] has left #ubuntu []
=== SlicerDicer- [n=Slicer@www.macceketh.com] has joined #ubuntu
=== Administrator [n=chatzill@host86-143-26-16.range86-143.btcentralplus.com] has joined #ubuntu
=== Administrator is now known as freddy
=== soad [n=allar@80-235-77-99.tt.ee] has joined #ubuntu
=== [caminante] [n=caminant@VA1-1D-u-0566.mc.onolab.com] has joined #ubuntu
=== arrik [n=arrik@dhcp80ffc27b.residence-rooms.uiowa.edu] has joined #ubuntu
=== spudse [n=spudse@c529ce88e.cable.wanadoo.nl] has joined #ubuntu
mihkel? well06:56
=== ds[de] [n=rrr@p54ABFC9D.dip.t-dialin.net] has left #ubuntu []
=== Sonderblade [n=muh@213.131.147.169] has joined #ubuntu
=== LabThug [n=nida@delta-flyer.135can.musc.edu] has joined #ubuntu
mauwolffmihkel: no games in my comp, sorry06:57
mihkelI dont think so that no body knows the answer :D06:57
arrikquestion:  i installed NetworkManager to manage my wifi connections, using the synaptic package manager, but i don't know where it was installed to.  any ideas on how to run it?06:57
mihkelIt doesnt mather06:57
mihkelfile ise06:57
LabThugWhat is the trick to get Breezy to install on a SATA drive?06:57
mihkel.run06:57
mihkelhow can i installit06:57
=== zoyd [n=vinay@219.65.93.52] has joined #ubuntu
zoydr06:57
=== ZHades [n=skempers@dslb-084-060-222-189.pools.arcor-ip.net] has joined #ubuntu
=== lakin [n=lakin@d205-206-102-67.abhsia.telus.net] has joined #ubuntu
=== lancer285 [n=lancer28@168-103-217-224.hlrn.qwest.net] has joined #ubuntu
LabThugWhen I go with the defaults, Breezy hangs on the disk partitioning06:58
nemlahTvtuner on ubuntu experience anyone?06:58
teroednimihkel:Is it a windows game<--in that case you need to install wine;)06:58
=== jdier [n=jdier@68-114-246-247.dhcp.fdul.wi.charter.com] has joined #ubuntu
jdieranyone running xfce on ubuntu?06:59
mihkelNo, ET is for Linux too and i downloaded it for linux06:59
lancer285has anyone tried installing the 8174 Nvidia official drivers in ubuntu+06:59
mihkelAnd it is filename.run06:59
naliothjdier: just ask your question, please06:59
teroednish in front06:59
mauwolffjdier: i do...07:00
LabThugCan ubuntu be installed on a SATA drive?07:00
teroedniyup07:00
naliothLabThug: sure thing.07:00
arisLabThug, yep07:00
LabThugwhat's the trick?07:00
Daveysince Breezy teroedni ?07:00
mihkelHow can i install filename.run program?07:00
jdierI am running xfce on ubuntu and I have two problems.  First, I have lost my desktop.  I have my panel and all, but the background has gone brown and I do not have my right click menu.  this is not a nautilus thing, as I have already killed nautilus.07:00
Daveymy boss couldn't get his SATA box to boot Ubuntu07:00
=== La_Bazkita16 [n=La_Bazki@17-43-112.adsl.terra.cl] has joined #ubuntu
JensBrunalioth: what's the tool that needs to be launched?07:00
teroednidavey07:01
jdiersecond problem is that I get a message the the panel is allready running every time the machine comes upl07:01
teroednisome chipset work07:01
=== LabThug can't get Breezy installed on a Dell GX280 with an SATA drive
teroedniothers not07:01
Daveyteroedni, aaah!07:01
mihkelHow can i install game on linux?07:01
teroedninvidia is a good bet;)07:01
JensBrui see a network tools program; but that isn't it i guess ...07:01
lancer285mihkel, just do ./filename.run07:01
=== mazoku [n=mazoku@213.141.158.52] has joined #ubuntu
naliothJensBru: in a terminal, type "sudo network-config" or hit alt-f2 and type 'gksudo network-config" in the field07:01
Fastmihkel, check out cedega07:02
mauwolffjdier: are you saying that you've lost your gnome wallpaper and rightclick when using xfce? well, that's how it supposed to be07:02
=== RickLaptop [n=RickLapt@c-67-177-47-57.hsd1.ut.comcast.net] has joined #ubuntu
DaveyI've found Nvidia and ATI to be about equal quality on Ubuntu... untill you try to run Dual Monitors - then Nvidia is the clear winner07:02
jdierNo, I have lost my xfce wallpaper07:02
=== Howdy125 [n=Howdy125@c-24-19-253-187.hsd1.or.comcast.net] has joined #ubuntu
jdierand my right click xfce menu is gong07:02
jdiergone07:02
=== albacker [n=eni@customer-side2-telecomalbania.atnet.com.al] has joined #ubuntu
teroedniyea David aggree there07:02
teroedni:D bforce 3 is good:D07:02
mauwolffjdier: strange... what about remove, update and reinstall it?07:03
mihkellancer07:03
jdiermauwolff -> all of xfce?07:03
mihkelpleas say it easier07:03
mauwolffwell, i'm a novice here, but that what i'll do... any other suggestion, anyone?07:04
teroednimihkel ./gamename;)07:04
mauwolffjdier: well, i'm a novice here, but that what i'll do... any other suggestion, anyone?07:04
teroedniall you need is the ./ in front07:04
mihkelin tipe ./filename.run to command07:04
mihkel?07:05
naliothubotu: tell mihkel about cli07:05
teroedniyup07:05
mihkelcli?07:05
LabThugHow do you get Breezy to install on a Dell GX280 with an SATA drive?07:05
teroednithe thing your in now;)07:05
=== albacker [n=eni@customer-side2-telecomalbania.atnet.com.al] has joined #ubuntu
lancer285mihkel, did that work? you may need to do sudo chmod 777 filename.run first07:05
sethkLabThug, the main trick is that the hard drives are sda/b rather than hda/b07:06
=== guest__ [n=guest@oliver.efpu.hr] has joined #ubuntu
sethkLabThug, what are you seeing?07:06
guest__zhjnhzj07:06
guest__zhjnhzj07:06
guest__zhjnhzj07:06
guest__zhjnhzj07:06
mihkelLancer, in one forum they sayed same07:06
guest__zhjnhzj07:06
guest__zhjnhzj07:06
arrikquestion:  i installed NetworkManager to manage my wifi connections, using the synaptic package manager, but i don't know where it was installed to.  any ideas on how to run it?07:06
guest__zhjnhzj07:06
guest__zhjnhzj07:06
=== RickLaptop [n=RickLapt@c-67-177-47-57.hsd1.ut.comcast.net] has joined #ubuntu
=== mode/#ubuntu [+o nalioth] by ChanServ
guest__zhjnhzj07:06
=== steve_laptop [n=steven@astound-64-83-198-101.mn.astound.net] has joined #ubuntu
mihkelhow do i to it07:06
=== mode/#ubuntu [+b %guest__!*@*] by nalioth
LabThugsethk, it hangs when going into the partitioning mode07:06
=== mode/#ubuntu [+b %*!*@oliver.efpu.hr] by nalioth
sethkLabThug, are you in expert mode or default mode?07:06
teroednimihkel type sudo chmod 775 gamename07:07
=== mode/#ubuntu [-b %guest__!*@*] by nalioth
LabThugI tried default first, and expert as well, both hang at the same point07:07
=== mode/#ubuntu [-o nalioth] by ChanServ
sethkLabThug, on one dell (which wasn't exactly the same model as yours) I had to stop the SATA module from loading during install07:07
mihkelDo i have to to it all in comm?07:07
SeveasI guess it's that time of the year again07:07
LabThugsethk, tell me more :-D07:07
SeveasIt's raining morons07:07
VincentI would like to create two partitions on the same usb key, is it possible to have it correctly automounted under ubuntu ?07:07
=== ruggy [n=Rulon@66.199.118.2] has joined #ubuntu
sethkLabThug, it then used hda/b etc.  then I had to boot a rescue cd, edit fstab, and change hda to sda, hdb to sdb, etc.07:07
=== amparo_pzzi [n=tyler@85.62.20.254] has joined #ubuntu
sethkLabThug, then it ran fine07:07
=== amm60omy [n=kusfhgiw@69.162.64.120] has joined #ubuntu
LabThugso you got it to partiton fine?07:08
sethkLabThug, let me check which sata that thing uses.  hold on a moment07:08
=== zodman [n=zodman@dsl-200-95-84-152.prod-infinitum.com.mx] has joined #ubuntu
ruggyhowdy peoples07:08
sethkLabThug, yes, once I figured this part out (which took a long time, as you might imagine) everything went smoothly07:08
mauwolffanyone has sucessfully instaled zd1211 wireless dongle in master mode?  :)07:08
=== Kyral [n=kyral@sclab-166-10933.sclab.clarkson.edu] has joined #ubuntu
jdierI jumped to the debian server and was told to run #xfdesktop07:09
jdier   This brought back my desk top and my menu system07:09
LabThugsethk, cool.  thanks for the info07:09
mihkelLancer07:09
mauwolffjdier: much better solution  :)07:09
=== roman_ [n=roman@213.226.138.242] has joined #ubuntu
sethkLabThug, this one is using the Intel ICH6M sata 9aka 82801fbm)07:09
mihkelplease say what i have to tip in comand...07:10
mauwolffjdier: i'll record that07:10
sethkLabThug, another solution is to partition first with another distro, then install ubuntu and tell it to use the existing partitions07:10
VincentI reask : I would like to create two partitions on the same usb key, is it possible to have it correctly automounted under ubuntu ?07:10
=== _nano_ [n=nanophob@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu
sethkLabThug, but this doesn't always work in this situation, because you still need to list the partitions and tell it which ones to use07:10
LabThughmmm, might try that07:10
SeveasVincent, yes07:10
teroedniminkhel07:10
sethkLabThug, and that still might fail.  But it did work for me once.07:10
Seveasthe automounter will mount both07:10
teroednisudo chmod 775 gamenam07:10
teroedni ./gamenam07:10
LabThugok, I'll try your suggestions.  Thanks!07:10
_nano_where are the icons for applications usually located? (applications installed through apt-get)07:11
sethkLabThug, you can gather info by using the distro cd to boot into a shell and running the hardware detection program on the command line.07:11
VincentSeveas: I have created two logical partitions on my usb key: a fat32 and an ext2. But even if in /dev i can see both, when I automount it df only give me the FAT3207:11
mihkel./et-linux-2.60.x86.run07:11
TokenBadcan anyone please help me with maybe why foomatic is giving me this error when try to install the driver that it don't exist or I don't have permissions to install it..even though going through cups to install it07:11
sethkLabThug, that shows you udev designations for the hard drives, which map to hda/sda/whatever, but the mapping is a bit arcane07:11
=== voron [n=roman@213.226.138.242] has joined #ubuntu
teroedniyea07:11
SeveasVincent, that's weird, any clues from dmesg? Can you mount it with pmount?07:12
sethkTokenBad, start your web browser as root  (e.g.,  sudo firefox)07:12
SeveasVincent, check /var/log/messages to07:12
Seveaso07:12
=== learnfromscratch [n=deepan@203.212.229.87] has joined #ubuntu
LabThugsethk, I do appreciate your help,  thanks much07:12
learnfromscratchi dont want xscreensaver to start during start up.. i dont find an entry for it in rcconf.. i use xfce4... how do i turn it off ?07:12
Seveasseth_k, EWW NO07:12
sethkLabThug, hope it works out for you.07:12
Seveasfirefox has some very weird sudo bugs07:12
=== Silencer [n=Silencer@82.208.215.13] has joined #ubuntu
Seveasand running browsers as root is stupid07:12
=== mmarle [n=marle@dsl6-118.fastxdsl.nl] has joined #ubuntu
SeveasREALLY stupid07:13
seth_kSeveas, please don't think that I'd say something like that, it's sethk you mean07:13
=== [A] ndy80 [n=wettreyw@host215-170.pool8251.interbusiness.it] has joined #ubuntu
mihkelWell i tiped this filename thing, but i haded this thing now... No such file or directory07:13
arisSeveas, unuseful i'd say07:13
Seveasseth_k, grrr, too confusing :)07:13
teroednimihkel07:13
arisit's not more stupid than running it as your main user07:13
Seveasaris, no the word is stupid07:13
sethkSeveas, absolutely untrue.  For several situations you must run the browser as root.07:13
teroednichmod first07:13
seth_kSeveas, I know :P07:13
arisnope Seveas07:13
mihkelyes ter07:13
arissometimes you need it07:14
VincentSeveas: yes dmesg gives me something: http://pastebin.com/46397707:14
=== mc__ [n=mc@62.218.230.197] has joined #ubuntu
Seveassethk, give me ONE07:14
sethkSeveas, if you can't manage it with firefox there are other browsers, although I've never had a problem doing it.07:14
Seveasthere is NO sucj situation07:14
sethkSeveas, I just did, if you were paying attention.07:14
arisbecause of some hypothetical rule that say you should never log on as root07:14
wumingis there anyway to convert ubuntu install cd to DVD, I only have dvd-r here07:14
=== nalioth is interested in running browsers as root, also
sethkSeveas, but anyone who would say there is No such situation simply has no clue about the universe of possible situations07:14
Seveassethk, you did not07:14
Seveassethk, bullshit07:14
sethkaris, there is no such rule07:14
naliothwuming: it will burn to a dvd-r, it'll just waste the extra spce07:14
mc__hello,what is the root password in ubuntu in the default install?07:14
sethkSeveas, no facts, no arguments, so language.  very bright07:14
Seveas!tell mc__ about root07:15
sethkmc__, it is unset in the normal install, set by the user in expert install07:15
Seveassethk, browsers display things downloaded from the web07:15
=== B-166_ER-X [n=oli@c207.134.231-244.clta.globetrotter.net] has joined #ubuntu
sethkSeveas, really?07:15
Seveasfor doing that you don't need root privileges07:15
=== DeadZed [n=DeadZed@80-235-32-204-dsl.mus.estpak.ee] has joined #ubuntu
mihkelWll teroedni???07:15
wumingnalioth:so it is ok to burn the cd iso to dvd-rw then?07:15
arisSeveas, compromising your user account or root it equivalent07:15
sethkSeveas, browsers do many many other things as well.  check them out.07:15
teroedniyou did both?07:15
mc__no root?!? what a shit ,ill install  sarge again..07:15
Seveassethk, then you use them wrong07:15
dr_willismc__,  may want to check the faq.. its trivial to set.07:16
sethkSeveas, ah, the voice of ignorance.  read for example the cups documentation.07:16
VincentSeveas: do you have a clue ?07:16
mc__yeah ill do so07:16
dr_willismc__,  IF you really need it - its best to read  the FAQ and learn to use 'sudo'07:16
Seveassethk, cups webadmin does not need the browser to run as root07:16
sethkSeveas, I never said it did07:16
=== lucis [n=ubuntu@adsl-70-232-79-178.dsl.ltrkar.sbcglobal.net] has joined #ubuntu
Seveasread the docs07:16
=== DeadZed [n=DeadZed@80-235-32-204-dsl.mus.estpak.ee] has joined #ubuntu
mihkeli dondt know how to do it07:16
mc__i know sudo...07:16
mc__im not new to linux07:16
naliothwuming: it will work fine, just waste the extra space on the dvd-r07:16
Seveasmc__, then use sudo to set a root password...07:16
mihkelhow i do chmod07:16
lucisHey all, can someone tell me how to restore my xorfg.conf file?07:16
dr_willismc__,  use sudo and the first users pass - to get root-stuff done. :P07:16
naliothSeveas: Seveas offtopic07:16
wumingcool07:16
=== xandeurus [n=alex@12stb54.codetel.net.do] has joined #ubuntu
mc__i just think its stupid that there is no root in default install07:16
mihkelpleas give me the text that i have to write on there07:17
naliothsethk: sethk offtopic07:17
=== jeppe [n=jeppe@baana5-141.verkkotieto.fi] has joined #ubuntu
naliothubotu: tell mc__ about root07:17
teroednimihkel join #ubuntuforums and i tell you there;)07:17
sethkmc__, there is a root.  you just have to set the password07:17
mihkeli trie to07:17
mc__i understood it already ;)07:17
sethkmc__, if you do ps aux, you'll see processes running, owned by root07:17
aristhe same people code bots that ejects people from chans when they come with irc as root07:17
mihkeljoin #ubuntuforums07:17
arisnonsense07:17
=== nekSia [i=user@81.213.97.194] has joined #ubuntu
Seveasteroedni, don't spam other channels in here07:17
=== nekSia [i=user@81.213.97.194] has left #ubuntu []
xandeurusI would like to know, with which aplication I can transport the photos of my cell phone to linux07:17
teroedniseveas okey for me :P07:17
=== _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu
mc__it is stupid that you dont have to set the root pw during install,that was what i wanted to say07:18
teroedniguess i have to spam here07:18
freddySeveas?07:18
Seveasmc__, you can07:18
=== trondd_ [n=trondd@193.213.31.133] has joined #ubuntu
Seveasfreddy, ?07:18
naliothmc__: you can do anything you like with sudo07:18
teroednimihkle you are in terminal right07:18
dr_willismc__,  dont start this old argument again. :P you are not going to convince anyone of anything.07:18
sethkmc__, it's a defensible choice, and easy to change, so why get upset about it?07:18
=== kj [i=remove_j@66.17.34.72] has joined #ubuntu
freddyif I keep acting like i have acted for the last 45 mins, will you not block me?  (i am being honest with you....  a brownie point for that? :D)07:18
=== freddy is now known as Corin_777
=== Kibou [n=boo@dslb-084-063-048-130.pools.arcor-ip.net] has joined #ubuntu
lucisI edited my xorg.conf file and rendered X unstartable. Any ideas on how to restore it?07:19
mc__why dont ask it during install?07:19
RickLaptopas I understand it, in ubuntu, you can't log in to the GDE as root.  I'm trying to move my wordpress folder from my home folder to my /var/www/ folder.  It won't let me to it as it says I don't have permissions.  How do I accomplish this then?07:19
=== Corin_777 [n=chatzill@host86-143-26-16.range86-143.btcentralplus.com] has left #Ubuntu [requested]
=== FUhee [i=user@81.213.97.194] has joined #ubuntu
teroednitype:sudo chmod 775 name of the run filr07:19
=== MalcolmO [n=ubuntu@69.158.152.227] has left #ubuntu ["Leaving"]
=== FUhee [i=user@81.213.97.194] has left #ubuntu []
=== levander [n=chatzill@user-11213qa.dsl.mindspring.com] has joined #ubuntu
=== mode/#ubuntu [+b *!*@host86-143-26-16.range86-143.btcentralplus.com] by Seveas
Seveasbann evasion is soooooooo lame07:19
xandeurusI would like to know, with which aplication I can transport the photos of my cell phone to linux07:19
=== zionn [n=jahbless@ip92.cab32.mus.starman.ee] has joined #ubuntu
mihkeli am on ubuntuservers07:19
Seveasxandeurus, depends on the phone07:19
sethkmc__, it does indeed ask for it in expert install.  So do expert install.07:19
mihkelubuntuforums*07:19
xandeurusSeveas, I have a LG vx600007:20
sethkmc__, or set it after install.  it takes all of 20 seconds to do it.07:20
zionnare there any hot keys to switch betwen gnome desktops?07:20
mwedoes someone know how to change the system font size for wine?07:20
Seveasxandeurus, then check the lg website :)07:20
mc__yeah   ill go now,thank ya for help07:20
mweit's tiny07:20
Seveaszionn, you can view/set them in system -> preferences -> keyboard shortcuts07:20
zionnthanx07:21
xandeurusSeveas, ajaja, hey men but you dont know, any program with I can send the photos of the cell to the system?07:21
levanderHow come even though I haven't done an 'apt-get update' since the last time I did an 'apt-get upgrade', when I do another 'apt-get upgrade' now, it says it's going to upgrade packages?07:21
Seveasxandeurus, no, otherwise I would have told you :)07:21
naliothopme07:21
=== mode/#ubuntu [+o nalioth] by ChanServ
=== plume [n=mpl@62.12.131.lpoy.fi] has joined #ubuntu
Seveaslevander, cron does it for you :)07:21
xandeurusSeveas, ok men, thanks07:21
=== mode/#ubuntu [+b *!*@host86-143-*.range86-143.btcentralplus.com] by nalioth
=== zool2005 [n=zool@ARennes-351-1-6-51.w82-126.abo.wanadoo.fr] has joined #ubuntu
RickLaptopanyone?07:21
=== djib [n=djib@brusa.chu.cam.ac.uk] has joined #ubuntu
levanderSeveas: oh, this i did not know, thanks07:21
plumehello07:22
=== zodman [n=zodman@dsl-200-95-84-152.prod-infinitum.com.mx] has left #ubuntu ["Abandonando"]
HappyFoolRickLaptop: use sudo07:22
=== mode/#ubuntu [-b *!*@host86-143-26-16.range86-143.btcentralplus.com] by nalioth
=== workbean [n=workbean@219.95.150.150] has joined #ubuntu
jeppehi.all....how i know if someone has hack my computer?07:22
=== chrisx1 is back ( Away 1 hour 9 mins 15 secs )
=== mode/#ubuntu [-o nalioth] by ChanServ
Seveasjeppe, I just did, nice pictures you have07:22
=== carsten__ is now known as CarstenP
=== chrisx1 [n=chrisx1@spc1-burn2-5-0-cust56.bagu.broadband.ntl.com] has left #Ubuntu [requested]
jeppeok...what pics?07:23
Amaranthjeppe: if you haven't installed any servers they can't07:23
Seveasjeppe, just kidding, listen to Amaranth :)07:23
spbwrong07:23
jeppeok...07:23
RickLaptopHappyFool.  I guess it's because I'm still a linux newbie so I was trying to drag and drop it from one file manager folder to the other one.  So I need to learn to use the CLI for this then is what you are saying07:23
Amaranthspb: What ports are open by default in ubuntu?07:23
Amaranthspb: (hint: the answer is none)07:23
spbAmaranth: the question isn't what ports you have open07:23
Seveassigh07:23
HappyFoolRickLaptop: you can run the file browser (nautilus) as root07:23
spbthe question is what applications you run that exchange data with another computer07:24
=== beruic [n=beruic@0x535b9e20.rdnxx4.adsl-dhcp.tele.dk] has joined #ubuntu
Amaranthspb: They do it over...ports.07:24
HappyFoolRickLaptop: Applications -> system tools -> run as different user07:24
plume(irc newbie) - I just installed Edubuntu (amd64), it went smooth but vmlinuz/initrd are also amd64 and my thin clients are i386. where can i find the i386 ones ?07:24
spbAmaranth: your 'open ports' relate to incoming connections07:24
RickLaptopoh.  didn't know about that... is nautilus installed with a default breezy install?07:24
spboutgoing connections aren't covered by that07:24
=== trondd_ [n=trondd@193.213.31.133] has left #ubuntu ["Forlater]
spba web browser is just as easy to exploit as a web server07:24
=== dpupp [n=dpupp@cpe-65-189-185-5.columbus.res.rr.com] has joined #ubuntu
=== zoyd [n=vinay@219.65.93.52] has left #ubuntu ["Leaving"]
=== amm60omy [n=kusfhgiw@69.162.64.120] has joined #ubuntu
HappyFoolRickLaptop: yeah, it's the thing you're using to drag and drop files usually07:24
RickLaptopor is nautilus what i"m actually using..oh ok07:25
spbit just requires a slightly different attack vector07:25
=== jegxx [n=jegxx@dialup-4.224.222.160.Dial1.Cincinnati1.Level3.net] has joined #ubuntu
RickLaptopcool07:25
RickLaptopty07:25
Amaranthspb: That's not the same thing. To get access to your computer they still have to install something that opens a port.07:25
amm60omycan someone help me, im having a problem installing Ubuntu07:25
spbAmaranth: no they don't07:25
HappyFoolamm60omy: please be more specific07:25
Seveas!tell amm60omy about anyone07:25
Amaranthspb: Err, then they need to know exactly what files they want so you will send07:25
spbAmaranth: hijack web browser, have it spawn a process that connects to a remote server and listens on that connection for commands07:26
spbeasily done with netcat and a few pipes, for example07:26
amm60omyhaapyfool: when im installing the installation freezes at the grub installation07:26
spbfirewalling is an important part of having a secure system, but it's only one part07:26
Seveasspb, sure, give me a real example of that actually working...07:26
Amaranthspb: Luckily we're so obscure you won't get random attacks like that.07:27
amm60omyHappyfool: I am trying to dual bool Windows XP pro, and Ubuntu07:27
Fastis gnome 2.12.2 available yet?07:27
spbSeveas: it's been well documented in several places07:27
AmaranthFast: it won't be07:27
spbi can dig up links if you really want, but it'll take a while07:27
Fastwhy not?07:27
=== ardzeii [n=Schildkr@210.213.78.169] has joined #ubuntu
AmaranthFast: any security fixes in 2.12.2 will be backported07:27
TokenBadwhat is the force quit command?07:27
Seveasspb, i'd appreciate it07:27
=== vicks [n=chatzill@c-d78870d5.037-42-67626719.cust.bredbandsbolaget.se] has joined #ubuntu
Fastok07:28
AmaranthFast: because 5.10 is stable07:28
=== Howdy125 [n=Howdy125@c-24-19-253-187.hsd1.wa.comcast.net] has joined #ubuntu
SeveasTokenBad, reboot ;)07:28
AmaranthFast: meaning doesn't change07:28
=== thezanke [n=thezanke@12-222-4-40.client.insightBB.com] has joined #ubuntu
SeveasTokenBad, kill -907:28
TokenBadI did killall07:28
TokenBadbut there was another command07:28
TokenBadwhere could click on the program07:28
Seveaspkill -907:28
Seveaskill -907:28
Seveasxkill07:28
TokenBadthats it07:28
TokenBadthanks Seveas07:28
=== jlhenry [n=jlhenry@QCity-ppp138083.qc.sympatico.ca] has joined #ubuntu
Seveasgnome has a panel applet for it :)07:29
HappyFoolamm60omy: i'm not sure i can help much --- sounds problematic07:29
=== Pablo [n=Pablo@1c.71.d1c4.cidr.airmail.net] has joined #ubuntu
HappyFoolamm60omy: the standard advice is to check if your CD is ok07:29
amm60omyCan anyone help me with this, when im installing the installation freezes at the grub installation.  I am trying to dual bool Windows XP pro, and Ubuntu07:29
amm60omyHappyfool: I just installed it on my brothers computer fine07:30
=== blablablabla [n=maniac@i3ED6EE4C.versanet.de] has joined #ubuntu
=== ruggy [n=Rulon@66.199.118.2] has left #ubuntu ["Leaving"]
HappyFoolamm60omy: so the CD is probably fine. sorry i can't help more07:31
amm60omyHappyFool: Thanks anyways07:31
amm60omyCan anyone else help me out??07:31
=== soad [n=allar@80-235-77-99.tt.ee] has left #ubuntu []
sethkamm60omy, in cases like that, I complete the installation skipping the boot loader, and install grub manually07:32
spbSeveas: http://www.informit.com/articles/article.asp?p=397660&rl=107:32
amm60omysethk: how do i do that?07:32
=== OnePointTwentyon [n=OnePoint@216.126.230.19] has joined #ubuntu
spbSeveas: page 7 is probably the bit you want, but the whole thing is kinda interesting reading07:32
sethkamm60omy, the install let's you skip the boot loader, so that part's easy07:32
sethkamm60omy, then you have to boot a rescue cd (or floppy)07:33
spband yes, i know the example there is a windows network, but the attack methods will work just as well on *nix07:33
zool2005can openoffice 2 be installed via apt-get yet?07:33
=== dtamas [n=dtamas@IP-115.c-211.TvNetWork.Hu] has joined #ubuntu
amm60omysethk: when do i get the chance to skip the boot loader?07:33
sethkamm60omy, installing grub manually is very easy, especially if you can copy (recursively) the /boot directory from another ubuntu install (same version and architecture)07:33
Seveasspb, thanks07:33
sethkamm60omy, in expert install it is right on the main menu.  Not sure on the default install, but I think it is just a prompt.07:33
albackerguys how do i see my kernel version.. i cante remember.. :(07:34
=== XiCillin [n=mike@dpc67142105197.direcpc.com] has joined #ubuntu
jordo23What is the gnome click/key stroke to kill an app?07:34
naliothalbacker: uname -a07:34
spbSeveas: sorry, page 6 rather07:34
naliothjordo23: alt-f2 > xkill07:34
XiCillinxkill07:34
albackernalioth, thanks07:34
amm60omysethk: ok cool, ill look for it, thank you07:34
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu
=== OculusAquilae [n=bastian@p548D219C.dip0.t-ipconnect.de] has joined #ubuntu
=== mkyb14 [n=mkyb14@carlsbad-cuda-6-69-162-83-77.crlsca.adelphia.net] has joined #ubuntu
Seveasspb, p6 is all windows based stuff which does not apply to Ubuntu07:35
spbSeveas: it does07:35
=== mumbles is now known as mumbles-ccna
=== mojo [n=mojo@220-244-248-54.tpgi.com.au] has joined #ubuntu
=== bill2 [n=bill2@c-67-162-44-104.hsd1.il.comcast.net] has joined #ubuntu
spbSeveas: the specific tools and exploits will be different, but the concepts are the same07:36
jordo23alt +f2 is run app...07:36
levanderIs there a way to do an 'ls' on a deb repository I have in my sources.list?07:36
_jasonjordo23, and then you run 'xkill'07:36
jordo23will that kill everything?07:36
=== junpei [n=junpei@baicbcac62b.bai.ne.jp] has joined #ubuntu
=== didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu
Seveasspb, too vague07:36
spbthe point is that you can easily go from a code execution bug on a system to which you don't have direct access to get a full shell whenever you want it07:37
_jasonjordo23, that turns your mouse into a one shot killer, you click on a window and it dies07:37
junpeiha?07:37
=== OculusAquilae [n=oculus@p548D219C.dip0.t-ipconnect.de] has joined #ubuntu
=== Millenniumgroup [n=Pancake@c83-251-101-178.bredband.comhem.se] has joined #ubuntu
Seveasspb, THAT is true, but rather irrelevant in this case07:37
spbSeveas: they got a simple vulnerability on the sql server, to which there was on external access07:37
spb(ie no open ports)07:37
levanderI have the plf repository for ubuntu in my sources.list, but can't retrieve the "hot-babe" package.07:37
Millenniumgroupanyone using a newsreader called "ninan"... or does anyone know a way to check if im running java at all on my system?07:37
amm60omysethk: one last thing, does it matter if im installing Ubuntu on a hd with my Windows xp partition07:37
jordo23I am trying to kill the calendar app that runs under the clock...07:37
spbthey then used netcat and a few pipes to dial out and get a full command shell07:37
naliothlevander: hot-babe is available elsewhere07:37
=== nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu
mwedoes anyone know how to change the default font size in wine? it's tiny.07:37
spbwhich is exactly what you were saying couldn't be done07:37
sethkamm60omy, of course that has to be reflected in the grub configuration file, but other than that, no.07:38
naliothlevander: plf is not good to have in your sources.list for every day usage07:38
levandernalioth: are you saying it's not available from plf?07:38
JensBrunalioth: network-config isn't installed on the system07:38
levandernalioth: because there are conflicts with the main repositories?07:38
naliothlevander: i have no idea what is in plf, it's not good to use it07:38
_jasonjordo23, yes? just click click on it07:38
JensBruI got network-admin though07:38
sethkspb, that's true in theory.  It would be interesting to know whether it is logistically credible.07:38
amm60omysethk: ok thank you07:38
=== bill2 [n=bill2@c-67-162-44-104.hsd1.il.comcast.net] has left #ubuntu ["Leaving"]
levandernalioth: you're speaking from experience, or you've just heard this, what's the source you're basing it on?07:38
spbsethk: read the article. it's easily doable07:38
=== ichkata__ [n=ichkata@212.116.133.213] has joined #ubuntu
jordo23_jason: thanks...worked....was lagging for some reason..07:39
naliothJensBru: sorry, it's "sudo network-admin"07:39
Seveasspb, but this uses an sql injection vulnerability07:39
PupenoLwhat virtualization/emulation do you recommend to run Debian inside Kubuntu ?07:39
spbSeveas: so?07:39
=== eruin [n=eruin@unaffiliated/eruin] has joined #ubuntu
Seveasthat's quite specific07:39
levandernalioth: I know some people hate the w32codecs package, is that part of you're reason for not liking plf?07:39
amm60omysethk: could i install someother boot loader??07:39
sethkspb, I know the article.  I don't off hand see how that translates into a viable attack.07:39
spbSeveas: the particular vulnerability you use to achieve code execution on the target box is irrelevant07:39
sethkamm60omy, yes07:39
Seveashow would you translate this to getting root accecc in ubuntu via Evolution witha  bug?07:39
naliothlevander: i'm speaking from my years of experience helping in #ubuntu. non official repo usage causes trouble07:39
TokenBadcan anyone please help me with maybe why foomatic is giving me this error when try to install the driver that it don't exist or I don't have permissions to install it..even though going through cups to install it07:39
spbSeveas: code execution bug in evolution, yes?07:39
runeviHow do I install opera under breezy? :)07:39
jeppeenyone know ...when i could get apt-get / synaptic... New firefox 1.5???07:39
albackeromg, i have gnome and installed amarok [a kde music player] , i closed the program and i still hear the music playing.. i do killall amarok and it doesnt stop :S07:39
=== vehbi [n=vehbi@81.213.186.192] has joined #ubuntu
=== McJerry [n=bryanj02@wsip-66-210-74-50.mc.at.cox.net] has joined #ubuntu
=== singinmatt13 [n=440fcd1b@genesis.concept69.de] has left #ubuntu []
vehbihi07:39
vehbiguys07:40
vehbii started to use ubuntu07:40
_jasonalbacker, lol is it a good song at least?07:40
Seveasspb, sure, assume you can execute anything you want07:40
=== corresponder [n=poeses_c@p54AD5BD3.dip.t-dialin.net] has joined #ubuntu
JensBrunalioth: i receive Gtk-WARNING: cannot open display ..im working in console now tho07:40
HappyFoolalbacker: that a music cd ?07:40
Seveasspb, btw, let's move to #ubuntu-offtopic07:40
corresponderole07:40
levandernalioth: so, the main reason you don't like it is because it's not official?  not based on any specific knowledge of plf itself?  I'm afraid of non-official repositories too, but plf looks small...  i'll probably remove it from sources.list after i install the two packages i want from it07:40
McJerrydoes anyone know how to get the microsoft mce remote to work?07:40
albacker_jason, yeah school of rock, it rox :D07:41
naliothJensBru: that is fine, it should open (or you can alt-f2 > gksudo network-admin)07:41
TokenBadSeveas, I tried to install the default recommended driver for my epson stylus color 740 printer07:41
sethklevander, if you understand the risks, back up your repository state and go for it.07:41
_jasonalbacker, are you sure the name of the process is amarok?  did it actually kill something when you did that?07:41
=== drew [n=drew@pool-71-245-160-118.bltmmd.fios.verizon.net] has joined #ubuntu
albackeri solved it, i was doing killall amarok, and in the ps list there was amarokpp, it seems that amarok is just a link to amarokapp !07:41
TokenBadand get an error msg about the file is either missing or I don't have permission to access it...any ideas?07:41
naliothlevander: in our experience, non official repos do not take into consideration ubuntu packaging guidelines and usually end up borking a system07:41
=== JDahl [n=joachim@3E6B71E6.rev.stofanet.dk] has joined #ubuntu
levandersethk: well, actually i'm wondering if nalioth isn't right, i already can't find the hot-babe package they claim on their web page to have in there07:41
albacker_jason, that was it :)07:42
=== hawk` [i=hawk@1-1-6-24a.ghn.gbg.bostream.se] has joined #ubuntu
HappyFoolello JDahl :)07:42
jeppe enyone know ...when i could get apt-get / synaptic... New firefox 1.5??07:42
hawk`hm07:42
jeppeim noob..07:42
levandernalioth: you know of a good source for hot-babe, sounds like a neat little piece of software, be fun to try it07:42
sethklevander, I tend towards the conservative and, personally, I'd prefer to install from source rather than use an unofficial repository07:42
jeppe:D07:42
JDahlHappyFool: Hi  - long time no see!07:42
naliothlevander: you can compile it quickly07:42
sethklevander, of course if you back up you can revert, but why risk your package database state, even if the risk is small?07:42
levandersethk: nalioth: yeah, i'll just compile, thanks guys07:43
=== purplefeltangel [n=purplefe@CPE0050bfffe781-CM014120014776.cpe.net.cable.rogers.com] has joined #ubuntu
albackereni@madgeek:~$ firefox -v07:43
albackerMozilla Firefox 1.0.7, Copyright (c) 1998 - 2005 mozilla.org07:43
purplefeltangelis there any way to do special characters with the keyboard and not the character map? (like alt+whatever in windows)07:43
=== jordo23 [n=jmendelb@rrcs-67-52-221-174.west.biz.rr.com] has joined #ubuntu
hawk`can anyone tell me what to do when I for some reason was removed from the sudoers list, root is disabled and I can't seem to login with the root account at the recovery mode either?07:43
albacker:S07:43
=== Thom_ [n=chatzill@g42100.upc-g.chello.nl] has joined #ubuntu
Thom_hi guys07:44
=== Blue-Omega [n=Blue@about/cooking/nakedchef/omelette/Blue-Omega] has joined #ubuntu
corresponderhi guy07:44
Thom_Nickserv Identify picard07:44
Thom_:P07:44
Thom_lol07:44
McJerryhawk' boot to cd and chroot in07:44
levanderhawk`: you probably borked something, think you gotta boot with livecd and mount your root partition, and edit /etc/passwd off the root partition07:44
albackerhawk`, youre screwed up :P07:44
hawk`:)07:44
albackerhawk`, you cant even su to your root account ?07:44
Thom_whew07:44
=== RossWrk [i=ross@test.hometel.com] has joined #ubuntu
hawk`albacker no07:45
Thom_can someone please help me?07:45
hawk`but i'll try the livecd07:45
naliothThom_: yes, change your nickserv pass07:45
albacker>nickserv< ghost Thom_ picard07:45
albacker:)07:45
=== Thom_ [n=chatzill@g42100.upc-g.chello.nl] has joined #ubuntu
_jasonhawk`, I think you can use the recovery mode too, but the liveecd method definitely works07:45
=== evilbulgarian [n=konversa@pcp04150594pcs.sanarb01.mi.comcast.net] has joined #ubuntu
=== kokujo [n=kokujo@cpe-70-95-192-90.san.res.rr.com] has joined #ubuntu
levanderhawk, make sure the /etc/passwd you edit is the one on the root partition of the system you boot, don't modify the /etc/passwd from the livecd07:45
albacker* Thom_ has quit (Nick collision from services.)07:45
albacker-NickServ- [Thom_]  has been killed07:45
Thom_hello?07:45
hawk`levander :)07:46
evilbulgarianhi, i keep getting "zone foo.com/IN: refresh: failure trying master XXX.XXX.XXX.XXX#53: timed out" i also get a time out when i do dig @nsprimary testdomina.com but when i do dig +tcp @nsprimary testdomina.com it works, nmap reports port 53 udp as open|filtered can someone please help me trace this problem ISP says that its not blocking any ports?07:46
=== sbartleylinux [n=sbartley@67.108.61.130.ptr.us.xo.net] has joined #ubuntu
albackeromg, it was true, i thought he was joking..07:46
albackeralbacker >nickserv< ghost Thom_ picard07:46
levander_jason: just use whatever you have downloaded07:46
Thom_whats wrong?07:46
naliothThom_: if you accidentally pasted your real nickserv pass in here, you need to change it quickly07:46
hawk`_jason yea, but i have enabled the root, then disabled it with passwd -l root like the ubuntuguide.org says, and it doesnt accept a blank password at the recovery console07:46
Thom_how change?07:46
albackerThom_, i ghosted you..07:46
=== fonsken [n=fonsken@d54C32E81.access.telenet.be] has joined #ubuntu
Thom_please tell me how to change :p07:46
_jasonhawk`, oh ok07:46
albackertry changind your password to something else, learn to type the slash / and dont pick such passwords like picard ! :D07:47
=== JazzCrazed [n=jazzcraz@pool-68-161-143-118.ny325.east.verizon.net] has joined #ubuntu
=== _native_ [n=alpha@cpe-66-87-4-181.ut.sprintbbd.net] has joined #ubuntu
=== _RossH [i=ross@test.hometel.com] has joined #ubuntu
naliothhawk`: first rule: ubuntuguide will break your box07:47
purplefeltangelis there any way to do special characters with the keyboard and not the character map? (like alt+whatever in windows)07:47
albackerThom_,  /msg help nickserv or nickserv help07:47
=== shodan_ [n=shodan@p549402DF.dip0.t-ipconnect.de] has joined #ubuntu
naliothThom_: /msg nickserv help07:47
hawk`nalioth, i'll remember that07:47
Thom_ok :P07:48
_jasonThom_, type those commands in the server window so that if you mess up no one sees your password.  And pick a better password.07:48
JazzCrazedhi all07:48
_native_how can i capture a video thats thru realplayer07:48
_native_?07:48
=== markrian [n=Markrian@cpc1-cmbg2-5-1-cust216.cmbg.cable.ntl.com] has joined #ubuntu
Thom_i changed it already07:48
hawk`and i'll also make a backup sudo user when this is fixed :P07:48
_native_;p07:48
HappyFoolfirst rule of ubuntuguide: don't talk about ubuntuguide07:48
Thom_why cant i use picard?07:48
JazzCrazedhow do i chmod a folder and all of its files and subfolders?07:48
Thom_lol07:48
Thom_someone of you using daper?07:48
corresponderchmod -R07:48
JazzCrazedthx corresponder07:48
Thom_does someone use daper?07:49
=== ATT___ [n=USER0108@85-18-14-10.fastres.net] has joined #ubuntu
McJerryThom_ yes, using dapper here07:49
correspondernope07:49
_native_how can i capture and record video in X?07:49
McJerryhawk' did you get in?07:49
=== zhx [n=zhx@209.193.90.66] has joined #ubuntu
=== JazzCrazed [n=jazzcraz@pool-68-161-143-118.ny325.east.verizon.net] has left #ubuntu []
hawk`and err, what do I edit in the passwd file?07:49
Thom_McJerry, do you also have the problem that the Aplications menu doesnt work annymore?07:49
hawk`McJerry not yet, downloading a livecd07:49
hawk`:)07:49
albackerThom_, try this :       /msg nickserv help set reset07:49
_native_nevermind07:49
Thom_albacker, i changed it already ;)07:49
=== ATT___ [n=USER0108@85-18-14-10.fastres.net] has left #ubuntu ["Sto]
=== HymnToLife [n=_mfb@dyn-213-36-160-150.ppp.tiscali.fr] has joined #ubuntu
=== l4t [n=l4t@CPE000c41d608ba-CM00003905065f.cpe.net.cable.rogers.com] has joined #ubuntu
wumingwhy ubuntu is so popular? :)07:50
albackerThom_, try this :       /msg nickserv help set password07:50
McJerryThom_ have had a few applications on the applications menu go bonkers....exactly what is your problem?07:50
markrianI tried to create an SSH remote location with the "Connect to Server..." menu item in the places menu in Ubuntu 5.10, but when I try to connect to the location I get an error:07:50
albackerThom_,  ok :) good for you07:50
Thom_albacker, i changed it already :P07:50
markrianCan't display location "sftp://mdf30@www.srcf.ucam.org/home/markrian/public_html", There is no default action associated with this location.07:50
Thom_thankz07:50
zhxhello07:50
albackerwuming, because its the best out there.07:50
=== bill2 [n=bill2@c-67-162-44-104.hsd1.il.comcast.net] has joined #ubuntu
=== jmd_ [n=jmd@207.253.192.33] has joined #ubuntu
Seveasmarkrian, ssh:// instead of sftp://07:51
Thom_McJerry.. it opens.. and then  it closes to one tinysquare07:51
=== VincentMX [n=vincent@c3eea0597.cable.wanadoo.nl] has joined #ubuntu
VincentMXhi07:51
McJerrymarkrian, try running the menu item as root and see if it works, if so, is privilege issue07:51
zhxwas curious if there was a specific edubuntu channel07:51
Seveaszhx, #edubuntu07:51
zhxof course07:51
Seveas:)07:51
Thom_McJerry, i ran and upgrade like 3 days ago and since then it doesnt work annymore07:51
markrianSeveas: Okay, but why does the menu item not generate the correct url?!07:51
zhxthanks07:51
markrianMcJerry: why should that matter?07:52
Seveasmarkrian, sftp:// not working is a bug being solved as we speak07:52
=== zhx [n=zhx@209.193.90.66] has left #ubuntu ["Leaving"]
McJerryThom_ I had issues with applications crashing if multiple instances were launched from the application menu, but i reloaded my breezy image then did apt-get dist-upgrade and those problems went away07:52
markrianSeveas: was it broken recently? Because I've used that location before with no problems07:52
albackermarkrian,  try www.srcf.ucam.org/~markrian    it should work on some servers07:52
=== surfdue [n=tyler@unaffiliated/surfdue] has joined #ubuntu
Seveasmarkrian, you use Dapper/07:52
Seveas?07:52
surfduehello, how do i run a .bin file?07:52
markrianSeveas: 5.10, breeezy07:53
corresponder./07:53
corresponder@surfdue:07:53
Thom_hmhmhmhm...07:53
corresponder./go.bin07:53
Seveasmarkrian, in that case a bit less recently :)07:53
surfduek07:53
McJerrymarkrian, misunderstood problem. Did not read other post. sorry07:53
Thom_McJerry ur problem doesnt exaclty match mine..07:54
markrianSeveas: so what might the problem be in my case?07:54
=== halmu [n=halmu@a85-156-152-205.elisa-laajakaista.fi] has joined #ubuntu
=== sailor [n=ravenel@p54A0E7ED.dip.t-dialin.net] has joined #ubuntu
Thom_well its like they said isnt it :P07:55
=== Coweater [i=coweater@pool-71-96-169-209.dfw.dsl-w.verizon.net] has joined #ubuntu
McJerryThom_ last night upgraded more applications and expect 2.6.15-9 to be in synaptec in a few days...or so was told by Ben Collins....it should fix several bugs07:55
l4tHELLO . I AM TRYING TO INSTALL SKYPE IJUST GOT UBUNTU YESTERDAY . I HAE THE FILE I WASNT TO INSTALL . IN MY DOWNLOADS07:55
correspondercome down07:55
VincentMXno caps please07:55
McJerryCAPS OFF07:55
sailorplease no caps07:55
naliothl4t: turning off the CAPS will help a bit07:55
kemikl4t:  great way to get help07:55
l4tsry07:55
=== xkahn chuckles
sailorno problem :)07:55
kemik!skypw07:55
ubotukemik: I'm not sure, is it larger than a breadbox?07:55
kemik!skype07:55
ubotuskype is, like, http://www.ubuntulinux.org/wiki/SkypeHowto/ Breezy deb: http://seveas.ubuntulinux.nl07:55
=== Chameleon22 [n=serg@60-240-137-23-vic-pppoe.tpgi.com.au] has joined #ubuntu
=== aris is now known as aris[glande]
=== dtamas [n=dtamas@IP-115.c-211.TvNetWork.Hu] has left #ubuntu []
kemikfollow the howto there l4t07:55
l4tty verry much07:56
nlindbladhow come I can't gksudo when I've activated my root-account?07:56
McJerryThom_ did you check bugzilla to see if someone has already had same issue?07:56
kemiknlindblad:  how come you activated the root acct ?07:56
=== sloan [n=sloan@host-81-190-249-58.elk.mm.pl] has joined #ubuntu
=== Coweater [i=coweater@pool-71-96-169-209.dfw.dsl-w.verizon.net] has left #ubuntu ["Leaving"]
=== alfrac [n=alfrac@adsl-97-226.37-151.net24.it] has joined #ubuntu
Thom_McJerry, how?07:56
kemiknlindblad:  "sudo -i" should be fine.. no need to activate root07:56
nlindbladkemik, sudo passwd07:57
=== sloan [n=sloan@host-81-190-249-58.elk.mm.pl] has left #ubuntu ["Leaving"]
sailorgot a quick question... i went from the 386 to 686 kernel a month or two ago... everything seems to be working fine now, can i safely uninstall the old 386 packages?07:57
alfrachi07:57
Seveassailor, yes07:57
nlindbladkemik, I'm use to having a su-shell for administration07:57
sailorexcellent, thanks07:57
nlindbladnot using sudo command everytime07:57
nlindblador is sudo -i like su?07:57
naliothnlindblad: sudo -i = sudo su07:57
nlindbladnalioth, okey07:57
=== bobubu64 [n=bobubu64@ppp-124-134.25-151.libero.it] has joined #ubuntu
kemiknalioth:  isnt it sudo su -(l)07:58
kemikand sudo -s = sudo su07:58
nlindbladany chance I can deactivate it again without messing things up?07:58
McJerryThom_ http://bugzilla.ubuntu.com and search for same issues..... if none found, file bug report....they will respond07:58
=== teamtaff [n=teamtaff@d02m-62-34-198-215.d4.club-internet.fr] has joined #ubuntu
=== no_gatez_fan [n=patrick@cpe-069-132-000-216.carolina.res.rr.com] has joined #ubuntu
kemiksudo -i is the safe choice ...07:58
naliothkemik: sudo su is redundant, there is some danged sudo -$ that does the same thing07:58
=== alfrac [n=alfrac@adsl-97-226.37-151.net24.it] has left #ubuntu ["Sto]
=== lucaas [n=LMX@h85n7c1o1124.bredband.skanova.com] has joined #ubuntu
kemiknlindblad:  sure07:58
kemik!rot07:58
ubotukemik: No idea07:58
kemik!root07:58
ubotufrom memory, root is rumour has it, that root is disabled in Ubuntu, actually this means there is no password set for the root account, use sudo when you need admin access, you can read all about it on http://wiki.ubuntu.com/RootSudo07:58
=== zhx [n=zhx@209.193.90.66] has joined #ubuntu
nlindbladthanks07:59
kemiknalioth:  yes sudo su is redundant but i think it's sudo -s and you shouldnt use thatone07:59
VincentMXwhen i try to burn an audio cd with serpentine, it says the disc usage is only 45 minutes, on an 80 minute cd, and it also says "Disk capacaty exeeded!", what do i do now?07:59
=== ranto [n=ranto@200-122-104-245.cab.prima.net.ar] has joined #ubuntu
kemikdoesnt set all env. variables07:59
=== frustraktor [n=fruwak@chello062179066154.chello.pl] has joined #ubuntu
kemikwhich could, potentially, be dangerous07:59
surfduewhat is breezy defualt python install07:59
surfdue2.4?07:59
=== ooPo [n=peori@blk-224-203-45.eastlink.ca] has joined #ubuntu
surfdueim trying to figure out either python2.4-gtk2 or python-gtk2 ?08:00
=== juliux [n=juliux@ubuntu/member/juliux] has joined #ubuntu
surfduehow do i tell what python i have?08:00
=== mescaline [n=aaaaaaaa@host-212-68-219-178.brutele.be] has joined #ubuntu
=== mescaline [n=aaaaaaaa@host-212-68-219-178.brutele.be] has left #ubuntu ["Quitte"]
=== xavier_ [n=xavier@mek33-1-82-66-29-13.fbx.proxad.net] has joined #ubuntu
juliuxhi someon there who can help me with my nx6110 ?08:00
Thom_McJerry, come to think about it.. i installed some KDE things for a game .. could that mess up my menu?08:01
=== jessemans [n=jesse@68.254.29.77] has joined #ubuntu
=== Kejk_PL [n=konrad@staticline23715.toya.net.pl] has joined #ubuntu
_jasonsurfdue, you can search man pages like so: 'man python'  press '/' 'version'  <-- that will give you the answer.  Type: python -V08:02
=== QRZ [n=rob@freenode/supporter/active/RobertPectol] has left #ubuntu ["Leaving"]
ooPoIs there a nice script somewhere I can drop into /etc/init.d to run svnserve on startup?08:02
RickLaptopanyone here know of a good IRC server & channel for apache support?08:02
McJerryThom_ do you have gnome installed as well? You could start gnome to see if problem is the same to narrow down to KDE or not08:02
nlindbladhmm08:02
Thom_i only use gnome ;)08:02
hawk`burning the livecd now08:02
nlindbladnot gksudo returns: "We won't need a password, it seems!08:02
nlindblad"08:02
nlindbladafter locking the root-account08:02
hawk`what do i need to change to make myself a sudoer again?08:02
frustraktorhello,my config:Xubuntu-Desktop-2.6.12-10-k7-OpenGL version string: 1.3.5272 (X4.3.0-8.16.20)08:03
frustraktor,i dont c gl speed in glxgear(fgl_gears work fine),some1 can hlp me plz08:03
sethkhawk`, visudo08:03
=== bulio [n=bulio@unaffiliated/bulio] has joined #ubuntu
_jasonhawk`, pastebin your current sudoers file08:03
buliohow do I setup my speakers in ubuntu?08:03
Thom_McJerry, i use gnome.. but i installed a game.. monopoly something.. and it said it needed some things to install... so it did that automaticly... i dont know if it can mess up...08:03
bulioI'm not sure where they are connected08:03
snowblinkooPo,  man update-rc.d08:03
bulioI have them in line in08:03
_jasonhawk`, never mmind, you can't lol08:03
hawk`:)08:04
_jasonhawk`, I'll pastebin mine, one sec08:04
=== guada [n=guada@36.Red-217-125-73.staticIP.rima-tde.net] has joined #ubuntu
mjrfrustraktor, glxgears -iacknowledgethatthistoolisnotabenchmark08:04
=== xavier_ [n=xavier@mek33-1-82-66-29-13.fbx.proxad.net] has left #ubuntu ["Quitte"]
=== guada [n=guada@36.Red-217-125-73.staticIP.rima-tde.net] has joined #ubuntu
markrianArgh! That sftp/ssh/gnome problem I had was my fault. It's been a long day!08:04
purplefeltangelis there any way to do special characters with the keyboard and not the character map? (like alt+whatever in windows)08:04
frustraktori know i always use gl2 to watch films and now i cant :/08:04
_jasonhawk`, http://pastebin.com/46406908:04
frustraktorcuz is to sloooooowww08:04
McJerryThom_ i would start a gnome session to see if same problem exist there. Then we will know if reinstalling kubuntu-desktop will fix your problem08:04
RickLaptopanyone know of a IRC channel for apache support?08:05
hawk`_jason, so your user is called admin?08:05
=== Muiske [i=Muiske@a07a.keltti.jyu.fi] has joined #ubuntu
=== bulio [n=bulio@unaffiliated/bulio] has left #ubuntu ["Leaving"]
_jasonhawk`, that's the admin group08:05
mjrpurplefeltangel, gtk/gnome programs allow you to input ctrl-shift-hexcode08:05
=== thegladiator [n=thegladi@202.83.46.128] has joined #ubuntu
surfduek08:05
hawk`oh08:05
=== uoUOieuEBC [n=amieii@212.156.177.84] has joined #ubuntu
thegladiatorhi08:05
hawk`but how do i define a user?08:05
hawk`:)08:05
thegladiatordiesel, are you there ?08:05
=== uoUOieuEBC [n=amieii@212.156.177.84] has left #ubuntu []
Thom_McJerry, i am in a gnome session.. it doesnt work with gnome08:05
hawk`wonder how i broke it in the first place08:05
thegladiatorhow can i install sun's java ?08:05
_jasonhawk`, i'd assume the same way root is defined 9read the comment) but I haven't done so myself08:05
hawk`was trying to add myself to the ftpgroup08:06
RickLaptop:)08:06
purplefeltangelmjr thx08:06
thegladiatoralbacker, hi :D08:06
naliothubotu: tell thegladiator about java08:06
ooPosnowblink: ok, that seems to be the question I'd ask next after finding a script to install :)08:06
hawk`oh, true08:06
frustraktormjr, i know i always use gl2 to watch films and now i cant :/,cuz is to slow :/08:06
hawk`:)08:06
beruicCan anybody help me on how to change the default program for filetypes?08:06
ooPothe subversion package didn't come with a startup script to begin with08:06
albackerhi thegladiator are you on ubuntu finally ?08:06
_jasonhawk`, maybe you removed your user from the admin group somehow?08:06
=== sintax [n=sintax@66.240.74.194] has joined #ubuntu
thegladiatorthats right :D08:06
=== eHPiieg [n=amieii@212.156.177.84] has joined #ubuntu
sintaxCan anyone help me figure out how to install an opera .deb package and if it has deps it will auto get them ?08:06
albackerthegladiator, do you like it ?08:07
=== Djrom [n=Admin@dau94-4-82-229-166-160.fbx.proxad.net] has joined #ubuntu
=== eHPiieg is now known as WeeZaLmLV
hawk`hmm08:07
=== WeeZaLmLV is now known as eopiZaxGK
thegladiatori wouldnt tak to you otherwise ;)08:07
hawk`so maybe i just need to readd myself to that group then08:07
=== kung [n=kung@dslb-084-058-011-249.pools.arcor-ip.net] has joined #ubuntu
thegladiator:D08:07
hawk`what's a correct way to do that?08:07
hawk`:)08:07
thegladiatorits good thanks albacker08:07
hawk`usermod -G admin username?08:07
wumingafter a fresh install, firefox will take a long time to lookup urls, this does not happen in windows, how can i fix?08:07
Thom_McJerry, i just installed some KDE libs08:07
beruicsintax: U can have mouse gestures and side panel in Firefox too...08:07
hawk`thats what i did when i fucked up anyhow08:07
hawk`:)08:07
frustraktorsome1 have similar problem with bad gl acceleration ?:(08:07
albackerthegladiator, now learn about the /etc/apt/sources.list and learn how to use apt, thats what youll need most.08:08
sintaxfirefox sucks, i dont want it08:08
sintaxdont convince me to use it lol08:08
beruicWhy?08:08
sintaxi just wanna know how to install opera08:08
_jasonhawk`, my guess is you'll need to be a super user to rejoin the group08:08
RickLaptopI copied wordpress into my /var/www/folder using Sudo root.  But now wordpress doesn't seem to work correctly.  I think I have to set folder permissions for it but i'm not sure.  Can someone help me with this?08:08
thegladiatoryep than you08:08
beruicI think it's better than opera now, and I used Opera before08:08
sintaxpshh just tell me how lol08:08
sintaxi have the ,deb package on my desktop08:08
hawk`beruic, personal oppinions dont really matter do they?08:08
thegladiatorsynaptic is al inclusive albacker  ?08:08
sintaxand i tried to dpkg it and it has deps08:08
hawk`:P08:09
thegladiatorall*08:09
thegladiatorthe one you were talking about ? source.list ?08:09
beruicIf they are well argued :)08:09
hawk`imo opera is way better, since it has everything you need without plugins08:09
hawk`except an addblock08:09
sintaxexactly hawk`08:09
=== caplink811-log [n=caplink8@dslb-084-059-088-157.pools.arcor-ip.net] has joined #ubuntu
sintaxnow how do i install it ;)08:09
=== Atlas [n=atlas@84.5.60.174] has joined #ubuntu
frustraktorsintax, apt-get install opera?08:10
albackersynaptic is good too, i use apt myself.. but you can use synaptic too. if you dont have it try running this as root : apt-get isntall synaptic.. and its good to know apt-get .. you might need it.08:10
sethkI see many websites that opera cannot display.  All of these that I tested recently (a few weeks ago) display properly with firefox.08:10
albackerthegladiator, ^08:10
Seveasoperas css is bad08:10
=== mxpxpod is now known as mx|gone
McJerryThom_ did installing KDE libs solve issue?08:10
sintaxlemme try that08:10
sethkSeveas, that's a polite way to say it.  :)08:10
hawk`sethk, and your point is?08:10
=== kj [i=remove_j@66.17.34.72] has joined #ubuntu
hawk`its the webdesigners fault for not being able to make sites that work crossbrowser08:11
=== silverstrike [n=chatzill@bzq-82-80-230-125.cablep.bezeqint.net] has joined #ubuntu
sintaxE: Package opera has no installation candidate08:11
sintaxbleh08:11
=== nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu
hawk`apt-cache search opera08:11
Thom_McJerry, never mind you aint getting the point :)08:11
sintaxPackage opera is not available, but is referred to by another package.08:11
_jasonhawk`, "If the user08:11
_jason is currently a member of a group which is not listed,  the  user08:11
_jason              will be removed from the group"08:11
nlindbladweird08:11
_jasonoops08:11
nlindbladafter disabling the root-account, gksudo prompts but won't do anything after the prompt08:11
beruicsethk: I have seen the same with firefox. It's always bad code...08:11
=== Pegasos989 [n=pekka@cs78165177.pp.htv.fi] has joined #ubuntu
sintaxhawk then what lol08:12
sintaxit scrolled a ton of crap08:12
beruicCan anybody help me on how to change the default program for filetypes?08:12
sintaxi have the deb package on my desktop08:12
sintaxcant i just install it and let it auto get deps08:12
=== zhx [n=zhx@209.193.90.66] has left #ubuntu ["Leaving"]
hawk`sintax, did you get any browser results?08:12
sintaxi got uhhh, a million things08:12
hawk`it should tell you some info about every package?08:12
sintaxfrom DEC OS8 images to PDP emulators to shells08:12
czrsintax, try apt-cache search browser | grep browser08:13
hawk`maybe you could apt-cache search opera | grep browser08:13
sethkberuic, it's hard to be precise with the zillions of web sites around.  But I found opera unable to display many many common sites.  The only such case I've seen with firefox involves deliberately using IE specific code.08:13
hawk`:D08:13
hawk`czr :)08:13
McJerryThom_ the point is if you have the same problem in gnome and kde, then you may want to check the install log for the game you installed and find out exactly what files it replaced, then do some homework and repair the files that are causing your applications menu problems......08:13
sintaxopera isnt in there08:13
czrI always wanted an option for apt-cache that would do that :-)08:13
sintaxomg why cant i just use the package i have on my desktop lol08:13
czrseems such a waste to start two processes instead of one08:13
=== beetlefrosch [n=beetlefr@G0e19.g.pppool.de] has joined #ubuntu
czrhmm. maybe there is an option for that08:14
sintaxgrep isnt liking this output08:14
beruicsethk: I agree on the IE and would like to see an example on the Opera issue...08:14
=== czr shrugs and looks at hawk`
Seveasczr, man apt-cache08:14
frustraktorsome1 have similar problem with bad "gl" acceleration ?:(08:14
rosenWhen I try to download files from a windowsuser on my network the transfer stops at 100%, is that a known issue or is it just me having this problem ?08:14
Seveasthere's an option to only look in name | short_desc08:14
czrlooking at hawk` is easier seveas :-)08:14
=== gverig [n=gverig@12.44.117.10] has joined #ubuntu
=== czr shifts his gaze on Seveas
sintaxok off topic now08:15
sintax:-(08:15
Thom_McJerry, the point is like i told 5 times I DONT USE KDE.. KDE is a fucked up desktop in my oppinion.. well i made a workaround .. so im trying to reboot the system .. seeya in a sec08:15
gverigIs there a decent client for online radio/podcasts/etc.? Like iTunes or something08:15
Seveasczr apt-cache search -n08:15
sintaxopera_8.51-20051114.6-shared-qt_en_etch_i386.deb08:15
=== dirkson [n=dirkson@161.sub-70-213-156.myvzw.com] has joined #ubuntu
sintaxi cant install that?08:15
runeviSo, how do I get a java-plugin in firefox?  I really need it to see Magnus Carlsen crushing Malakhov i lighting chess in the world chess cup08:15
czrthanks Seveas :-), didn't really expect that :-)08:15
Seveassintax, sudo dpkg -i opera-blabla.deb08:16
sintaxi did that but let me try again08:16
nlindbladnow I'm locked out08:16
nlindbladdamn08:16
runevi.. Magnus Carlsen, 15 yeaqr old chess wonder, the yougnest ever in the world to get through the qualification rounds in the world championship.  Younger than Kasparov, younger than fisher.08:16
=== freenik [n=nik@port-212-202-36-70.dynamic.qsc.de] has joined #ubuntu
=== pipeline [i=7bd4a508@pcp01052132pcs.muncie01.in.comcast.net] has joined #ubuntu
sintaxopera depends on xlib6g (>= 3.3.6) | xlibs; however:08:16
sintax  Package xlib6g is not installed.08:16
sintax  Package xlibs is not installed.08:16
runeviGimme that plugin! ;D08:16
sintaxcant i make it auto get deps?08:16
=== erUSUL [n=erusul@212.59.223.15] has joined #ubuntu
=== pv_ [n=pv@a212-54-25-68.elisa-laajakaista.fi] has joined #ubuntu
=== runevi wanna see the chess game!:D
pipelinesintax: Install the static package instead.08:16
Seveassintax, apt-get install xlibs08:16
rosenrunevi, http://ubuntuguide.squarecows.com/doku.php#open_source_applications08:16
Seveas!tell rosen about ubuntuguide08:17
Seveasubuntuguide is crap08:17
Millenniumgroupanyone using ninan?08:17
=== vicks [n=chatzill@c-d78870d5.037-42-67626719.cust.bredbandsbolaget.se] has joined #ubuntu
Seveasbetter advise help.ubuntu.com08:17
nlindbladanyone having a spare tip for me being locked-out?08:17
hawk`err08:17
rosenoh but it worked for me ;) ... the flash thing08:17
McJerry<Thom_> McJerry, come to think about it.. i installed some KDE things for a game .. could that mess up my menu? So it sounded like you were in KDE, sorry08:17
=== jdier_ [n=jdier@68-114-246-247.dhcp.fdul.wi.charter.com] has joined #ubuntu
purplefeltangel\o/08:17
hawk`whats the default livecd root password?08:17
beruicCan anybody help me on how to change the default program for filetypes?08:17
Seveasnlindblad, recovery mode08:17
Seveashawk`, there is no root pw08:17
nlindbladSeveas, according to the wiki I did nothing wrong08:17
=== hajiki [n=me@69.8.206.13] has joined #ubuntu
thegladiatordiesel, are u there ?08:18
Seveasnlindblad, I don't know what you did :)08:18
sintaxtrying the static qt package now08:18
nlindbladSeveas, I disabled my enabled root-account08:18
purplefeltangel/o\08:18
thegladiatori try to give sudo apt-get install fakeroot java-package java-common08:18
nlindbladSeveas, it says it's perfectly sane08:18
thegladiatorbut i get an error08:18
Seveasnlindblad, that is indeed sane08:18
runevirosen: Doesn't work.08:18
Seveaswhat is the error?08:18
_jasonthegladiator, what error08:18
hawk`Seveas, so how would i su from a livecd?08:18
rosenbut can't anyone tell me what could cause my downloads (from lan network) to halt at 100%08:18
erUSULberuic, right click the file an open properties08:18
Seveashawk`, same as on the installed system: sudo -i08:18
Seveas!tell hawk` about sudo08:18
hawk`oh08:18
beruicthx08:18
thegladiatorcouldnt find java-pacakge08:18
runevi!tell runevi about java08:18
nlindbladSeveas, su won't work (logical, it shouldn't), but gksudo and sudo returns nothing when called08:18
_jason!info java-package08:18
Seveasthegladiator, enable multiverse08:19
nlindbladI'll try gksudo -d08:19
rosenrunevi, I did it yesterday and it worked .. but probably better to use Seveas' url then08:19
erUSULrosenwith wget, ff, ...08:19
ubotujava-package: (utility for building Java(TM) 2 related Debian packages), section multiverse/misc, is optional. Version: 0.26 (breezy), Packaged size: 20 kB, Installed size: 308 kB08:19
=== slicslak [n=slick@wbs-196-2-115-67.wbs.co.za] has joined #ubuntu
=== winmute [n=winmute@dslb-084-058-028-128.pools.arcor-ip.net] has joined #ubuntu
=== winmute_ [n=winmute@dslb-084-058-028-128.pools.arcor-ip.net] has joined #ubuntu
thegladiatorhow do i enable multiverse ?08:19
Seveasnlindblad, are you in sudoers?08:19
thegladiatorwhat is multiverse ?08:19
Seveas!tell thegladiator about repos08:19
nlindbladSeveas, it's the primary account08:19
=== toothpick [n=nclemens@pcp02512523pcs.halyvl01.nj.comcast.net] has joined #ubuntu
sintaxsdfsdafsdfsdf08:19
Seveasnlindblad, expert/server install?08:19
nlindbladSeveas, standard08:19
runeviPackage j2re1.4 is not available, but is referred to by another package.08:20
runeviPackage j2re1.4 is not available, but is referred to by another package.08:20
rosenI got only tonight to download my backups from our fileserver ... can't anyone tell me what could cause my downloads to halt when they are at 100% ? :/08:20
runeviSorry about the duplicate08:20
Seveasnlindblad, odd, try recovery mode and look at /etc/sudoers08:20
runeviANyone got a clue why?08:20
runevi:)08:20
Seveasrunedude_, enable multiverse08:20
Seveasrunevi*08:20
runeviSeveas: it's enabled.08:20
Seveasrunevi, then apt-get update :)08:20
=== Chameleon22 [n=serg@60-240-141-33-vic-pppoe.tpgi.com.au] has joined #ubuntu
nlindbladSeveas, I enabled the root-account and then disabled it since it broke the GUI-administration-applications08:20
runeviSeveas: done.08:20
Seveas!+info j2re1.408:20
ubotuUpdating ubuntu files... please wait.08:20
ubotuj2re1.4: (Blackdown Java(TM) 2 Runtime Environment, Standard Edition), section multiverse/devel, is optional. Version: 1.4.2.02-1ubuntu3 (breezy), Packaged size: 21982 kB, Installed size: 58892 kB08:20
runeviSeveas: didn't work08:20
Seveasrunevi, are you on hoary?08:20
runeviSeveas: breezy08:20
Seveasnlindblad, odd, that should not break08:21
=== VictorI [n=VictorI@c-24-30-126-12.hsd1.ca.comcast.net] has joined #ubuntu
runeviSeveas: i've got the following in my sources.list:08:21
runevideb http://no.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse08:21
Seveasduh, that's just backports08:21
VictorIis there any recursive flag to remove gnome?08:21
_jasonrunevi, that's for backports08:21
Seveasyou did not enable multiverse08:21
VictorIgnome and all its dependancies08:21
runevioh ..08:21
pipelineVictorI: Apt doesn't do reverse dependencies.08:21
nlindbladSeveas, hmm, I'll reboot and see if it's a broken setting or I need to revocer08:21
nlindbladbr08:21
VictorII just realized I installed ubuntu and not kubuntu..08:21
nlindblad*brb08:21
pipelineVictorI: You could remove something fundamental, e.g. glib08:21
=== Kejk_PL [n=konrad@staticline23715.toya.net.pl] has joined #ubuntu
HappyFoolVictorI: something like deborphan might help08:21
runevi.. Exactly what do I need to put into sources.list?  I'm not very good with guis.08:21
pipelineVictorI: Nearly everything under the damn sun is going to depend on libglib-2.008:21
runevi:)08:21
runeviand the faq's just described gui ways to do it.08:21
czrdpkg -l | grep gnome, check the packages and remove them maybe08:21
SeveasVictorI, so? Both are essentially the same, just a different set of default packages08:22
=== ooPo [n=peori@blk-224-203-45.eastlink.ca] has left #ubuntu []
_jasonrunevi, every line you see with universe that doesn't have multiverse, put multiverse08:22
pipelinerunevi: the sources.list man page is pretty simple08:22
HappyFool!tell runevi about sources08:22
czrVictorI, you might also try deborphan08:22
VictorIglib fine, but I don't need any gnome libs08:22
hawk`hmm08:22
pipelineVictorI: All of the gnome libraries depend on glib.08:22
VictorII am going totry that. thank you08:22
runevi_jason: Thanks!08:22
sethkrunevi, if you edit the file the format is straightforward.  Just ape it08:22
SeveasVictorI, to remove gnome: use debfoster to prune ubuntu-desktop after installing kubuntu-desktop08:22
McJerryVictorI apt-get remove ubuntu-desktop && apt-get install kubuntu-desktop08:22
SeveasMcJerry, that won't remove gnome...08:22
=== Knowerrors [n=stormsur@Node89-175-53-66.1dial.com] has joined #ubuntu
VictorIMcJerry: that will just remove the top level package08:22
=== aaaaaaaaaa [n=aaaaaaaa@host-212-68-219-178.brutele.be] has joined #ubuntu
VictorIso debfoster and deborphan.. got it08:23
runeviAh, java on its way in08:23
VincentI want to use firestarter, my connection is active, but it tells me that eth0 device is not ready08:23
=== beruic [n=beruic@0x535b9e20.rdnxx4.adsl-dhcp.tele.dk] has left #ubuntu []
Vincentwhat should I do ?08:23
runeviThanks _jason !! :)08:23
_jasonrunevi, np08:23
hawk`uh, do i have to mount my local drives manually using a livecd?08:23
VictorIalso during the install cd process, it never asked me for a root password08:23
VictorIis there a default root password??08:23
Seveashawk`, system -> admin -> disks08:23
erUSULhawk`, yes08:23
KnowerrorsHey all, anybody here use mencoder?08:23
Seveas!tell VictorI about root08:23
pipelineVictorI: By default, ubuntu disables the root accoutn.08:23
=== oxez [n=oxez@unaffiliated/oxez] has joined #ubuntu
=== runevi thinks just explaining things the GUI way is very irritating, as in the faqs. The main drawback of ubuntu.
erUSUL!tell VictorI about root08:24
pipelineKnowerrors: If you can't read the man page, you have no business using mencoder.08:24
Seveaspipeline, not true, just the password, not the account08:24
pipelineSeveas: No password = disabled account.08:24
McJerryVictorI default password is random at install08:24
pipelineSeveas: You cannot log into the account.08:24
hawk`Seveas, for some reason kde doesnt start on the livecd08:24
hawk`:P08:24
=== Malin [n=Malin@083142122204.unregistered.media-com.com.pl] has joined #ubuntu
Knowerrorspipeline: thats a lame ass response08:24
Seveaspipeline, not true08:24
czrrunevi, the gui is the mainback of ubuntu? :-)08:24
Seveasdisabled account means /bin/false as shell08:24
VictorIso how would you then modify the system if ubuntu disables root by default?08:24
VictorIgo into single user and set it?08:24
=== nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu
SeveasVictorI, Ubuntu does not disable root08:24
MickMcMacksudo08:24
runeviczr: Ubuntu is _Great_, but it would be uncool to have a fork just because of people wanting things explained in a different way.08:24
czrvictori, use sudo08:24
Seveasuse sudo08:24
erUSULMcJerry, what??08:24
=== welp_gentoo [n=peter@82-70-75-246.dsl.in-addr.zen.co.uk] has joined #ubuntu
czrvictori, sudo -i or sudo program08:25
SeveasVictorI, read the link ubotu gave you08:25
=== Thom_ [n=chatzill@g42100.upc-g.chello.nl] has joined #ubuntu
McJerryVictorI either use sudo or sudo passwd root and change root password08:25
=== psusi [n=chatzill@69.44.168.233] has joined #ubuntu
pipelineSeveas: That's the opposite, actually.08:25
oxezhey how would I display images sizes drectly in nautilus? wihtout clicking anything I'd like sizes of images to be displayed below images08:25
nlindbladSeveas, seems like I was removed from sudoers08:25
runeviczr: Or for people like me to shun ubuntu because it being to fscking difficult.  But faq's just explaining the gui way is _irritating_08:25
thegladiator_jason, i am doing it via synaptic > enabling multiverse , is that the way to do it ?08:25
=== caplink811-log is now known as caplink811_log
Seveasnlindblad, then add yourself (or the admin group) again08:25
_jasonthegladiator, sure, you can do it that way08:25
pipelineSeveas: It allows logins, leaving the account with credentials in various system services, and simply prevents you from logging into a shell.08:25
czrrunevi, the problem in explaining the other way is that it has already been explained in other resources08:25
hawk`gah08:25
pipelineSeveas: "Locking" an account changes the password to an impossible value.08:25
hawk`how do i mount if i can not create a mountpoint?08:25
nlindbladSeveas, using the recovery-feature, got it08:25
=== jdier [n=jdier@68-114-246-247.dhcp.fdul.wi.charter.com] has joined #ubuntu
psusiI've been reading the gnome documentation on nautilus and it mentions several URIs you should be able to view, including start-here:/// and system-settings:/// only they don't work in ubuntu... what gives?08:25
erUSULoxez, write a plugin that does that. i do not know of one08:25
runeviczr: Sure, but an ubuntu/debian newbie doesn't know where to look.08:25
czrrunevi, although I think you can fix the wiki things if you really are that much annoyed by that :-)08:26
Thom_MacJerry, the workaround worked.. thanks for ur help08:26
Seveaspipeline, gdm will not log you in, nor wil any sane service08:26
czrrunevi, google?08:26
Seveaspipeline, and locking password only means you cannot login directly but can use sude08:26
czrrunevi, maybe newbies should stick to guis while they get their bearings08:26
Seveassudo*08:26
Seveasor su08:26
runeviczr: google gives hundreds of hits, and only a very few that makes sense, is relevant to breezy, and so forth.08:26
pipelineSeveas: You can use su with a shell set to /bin/false.08:26
Thom_MacJerry, probably thats why they call it a workaround ;) :P08:26
runeviczr: I've been using linux for 9 years, just not debian/ubuntu ;D08:26
czrrunevi, well, I agree with you. but as someone who writes technical documentation for living, it's a lot of work, duplicated work at that08:26
czrrunevi, so that might be the main reason for it to be missing08:27
Seveaspipeline, not true08:27
=== holman [n=holman@69.79.41.185] has joined #ubuntu
Thom_McJerry, the work around worked thanks for ur help08:27
runeviczr: That's an understandable explanation.:)08:27
Thom_McJerry, thats why its a "work" around.. becouse it works :P08:27
Seveaspipeline, http://paste.ubuntu-nl.org/575708:27
=== Jemt [n=jemt@nat.kollegienet.dk] has joined #ubuntu
=== napsy [n=luka@BSN-77-126-125.dsl.siol.net] has joined #ubuntu
czrrunevi, but yes, I agree with you. would be nice that all entries would have both ways. first the GUI and then the text. you are free to contribute ;-)08:27
runeviczr: I just hope I won't annoy the hell out of people for asking here while I get familiar with ubuntu instead of Redhat&/SuSE.08:27
czrrunevi, people here don't get annoyed that easily08:28
runeviczr: if you copy-edit me, certainly08:28
=== bronson [n=bronson@pool-68-160-51-248.bos.east.verizon.net] has joined #ubuntu
Seveasrunevi, this channel is meant for questions :)08:28
runeviczr: But I'm not a native speaker.08:28
czrrunevi, if you pay me, certainly :-). neither am I08:28
pipelineSeveas: Fool.08:28
pipelineSeveas: Read the documentation for su.08:28
=== globule [n=globule@jar10-1-82-241-184-84.fbx.proxad.net] has joined #ubuntu
thegladiator_jason, still i am getting the same error . i checked main restricted universe multiverse multiverse...from synaptic seettings...and then went back to terminal and gave sudo command08:28
runeviczr: Pay you for helping me contribute *cough* ;D08:28
JemtGreetings. How can I specify Firefox as the default browser for Ubuntu? I have removed the out-dated firefox and downloaded the new Firefox 1.5 - but it does not contain an installer08:28
=== martin_ [i=atk00901@antik-ke-180.antik.sk] has joined #ubuntu
surfdueis tehre ati drivers?08:28
Seveas!tell pipeline about coc08:29
psusione should use sudo not su...08:29
erUSUL!ati08:29
ubotuati is, like, at https://wiki.ubuntu.com/BinaryDriverHowto/ATI or http://www.ubuntuforums.org/showthread.php?t=24557&page=1&pp=1008:29
_jasonthegladiator, pastebin your sources.list please08:29
=== [1] bob832 [n=bob832@69.162.229.203] has joined #ubuntu
czrrunevi, you might ask someone else for that :-) I wasn't one that wanted the text documentation ;-)08:29
sethkczr, hey, I get annnoyed __real__ easy.  :)08:29
runeviczr: ;D08:29
pipelineSeveas: I call a spade a spade.  Read the info page.  What do you think the -s option is for?08:29
Seveasbut ok, you got me08:29
czrsethk, well, I was talking about people ;-)08:29
_jasonthegladiator, /etc/apt/sources.list08:29
=== mode/#ubuntu [+o nalioth] by ChanServ
=== zandaa [n=zandaa@84-105-216-35.cable.quicknet.nl] has joined #ubuntu
pipelineSeveas: Changing the shell to /bin/false doesn't twiddle any magical bits in the kernel, and does not disable the account.  It simply makes it impossible to log in via the login program.08:29
runevisethk: I'll help you set up parks with 18 frontend webservers and 60+ backend webservers, and you'll help me with ubuntu .. deal? ;D08:29
naliothpipeline: let us be civil.08:29
Seveaspipeline, passwd -l neither locks anything08:30
=== [2] bob832 [n=bob832@69.162.229.203] has joined #ubuntu
Seveasyou can do as much as with a shell set to /bin/false08:30
McJerryerUSUL after you login with the user account created at install, you can 'sudo passwd root' to change the root password then access the root account if needed.08:30
czrrunevi, with ip-failovers for applications running in php and using mysql?08:30
zandaacan anyone help me solve a problem concerning USB device mounting?08:30
pipelineSeveas: On the contrary.  It is no longer possible to log into /any/ service by locking the account.  "su" becomes the /only/ method to use the account.08:30
runeviczr: sure.08:30
thegladiatorwhich is the paste bin please?08:30
thegladiator!info paste08:30
czrrunevi, how do you do failover?08:30
runeviczr: I think we (my company) does that.08:30
zandaa!pastebin08:30
ubotuI guess pastebin is a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org08:30
runeviczr: cisco automatically failovers with sorryserver.08:30
Seveasas is setting the shell to /bin/false...08:30
pipelineSeveas: Well, unless you have an extremely unusual PAM config.08:30
=== jipi [i=jipi@wilshire.dreamhost.com] has joined #ubuntu
naliothubotu: tell thegladiator about paste08:31
thegladiatorthanks08:31
sethkrunevi, actually, I'll gladly trade your 18 servers for what I'm doing at the moment.08:31
runevisethk: You won'08:31
czrrunevi, yeah, but that assumes all physical servers have equal access to data storage. so one would need to replicate data across servers for this to work. hence my question :-)08:31
hawk`ok i'm in, what should i do to fix this mess?08:31
=== Mazin [i=mazin07@adsl-68-248-128-183.dsl.ipltin.ameritech.net] has joined #Ubuntu
runevisethk: You won't get the servers, but i'll help you with simiiar setups ;D08:31
JemtIs it possible to change the default browser in Gnome using the Configuration Editor ?08:31
McJerryThom_ I have had to do a few workarounds to get Dapper to work correctly whereas Breezy was working.08:31
sethkrunevi, I'm porting the O/S to a new platform and chasing an IRQ Problem in the network hardware.08:31
runeviczr: ah.  Netapps works as a charm as NFS-servers.08:31
_jasonJemt, system -> prefs -> default apps08:31
hajikidoes anyone know what happened to the evolution option to do a reply inline instead of quoted?08:31
naliothJemt: system > prefs > preferred apps08:32
=== mode/#ubuntu [-o nalioth] by ChanServ
czrrunevi, keeping mysql databases over NFS sounds a bit finicky ;-)08:32
runeviczr: I use NetApps as NFS-servers for both the frontends and the backends at the same time.08:32
thegladiator_jason, http://paste.ubuntu-nl.org/575808:32
_jasonJemt, yeah, what nalioth said08:32
Thom_McJerry, lol its my first :O but created it myself so pretty proud08:32
hawk`how would i enable the root account again?08:32
runeviczr: You don't need the mysql over NFS.08:32
=== bra1nf00d [i=brainfoo@foxtrot141.server4you.de] has joined #ubuntu
=== jdier [n=jdier@68-114-246-247.dhcp.fdul.wi.charter.com] has joined #ubuntu
sethkhawk`, you wouldn't.  It isn't disabled08:32
runeviczr: Just the apache frontends with php .08:32
czrrunevi, so how do you failover mysql then?08:32
naliothhawk`: not a good idea, but if you must08:32
sethkhawk`, you probably mean how do you set a password for the root account.08:32
naliothubotu: tell hawk` about root08:32
thegladiatori went to synaptic settings and followed the instructions given in https://wiki.ubuntu.com/AddingRepositoriesHowto08:32
=== Mazin [i=mazin07@adsl-68-248-128-183.dsl.ipltin.ameritech.net] has left #Ubuntu []
=== Happu^ [i=Happu@25-143.adsl.lpoy.dnainternet.fi] has joined #ubuntu
runeviczr: You mainly use replica-servers.  The problem is writes, as those can only be done to the master.08:32
sethkis ubotu missing?08:32
naliothhawk`: you can do anything you like using sudo08:32
czrrunevi, sure, that shouldn't be the big problem. I'm thinking of having frontends without hard disks08:32
pipelineSeveas: The important semantic difference between a locked account and an account with a /bin/false shell is that you don't have to be superuser to su to an account with a false shell.08:33
Jemt_jason & nalioth > I don't have a 'prefs' folder under 'System'08:33
hawk`yea, nalioth, that's what i did08:33
runeviczr: But what one usually does is directing writes to the master, and reads to the slaves.08:33
hawk`thats why im in this mess08:33
czrrunevi, indeed. and writes go into one server and that dies and then what :-)08:33
=== I[o] nic [i=OpenBSD@rstk-d9b88b6f.pool.mediaWays.net] has joined #ubuntu
_jasonthegladiator, you didn't enable multiverse, add " multiverse" to the end of lines 20,21,36, and 3708:33
KnowerrorsAnyway, I do read man pages, but someone had told me mencoder had a gui interface... is there another video recoding/editing program (not kino) with a gui for linux?08:33
hawk`i'd just prefer to keep the root account available in case i mess up again08:33
=== ubuntuman [n=nikki@213.182.246.123] has joined #ubuntu
I[o] nicHey guys.08:33
runeviczr: Then you have a slave that have a complete replica -- which you then enable writes on. ;)08:33
naliothJemt: watch me. go to system > preferences > preferred applications08:33
=== t_acko [i=acko@cpe-68-175-81-162.nyc.res.rr.com] has joined #ubuntu
VictorIah I got the perfect thing08:33
McJerryThom_ good luck, don't know that I helped, was just trying to get in the general area of the problem08:33
czrrunevi, hmm. is the replication realtime and atomic wrt transactions?08:33
runeviczr: There are cluster solutions for mysql, but those are more expensive.08:33
Jemtnalioth: Oh, thought it was in my Configuration Editor :)08:34
t_ackoI just installed ubuntu hooked up to a dell 2405 lcd and once it loads I get "cannot display mode" from the monitor08:34
czrrunevi, yeah, steeleye and such08:34
VictorIdpkg -l | grep -i gnome | awk '{ print $2 }'      ... thank god for awk08:34
runeviczr: You use the log-files of one servers, and replicate them to the slaves.08:34
czrrunevi, just was interested to hear what you do :-)08:34
ubuntumanhi does anybody know why i only have 1 /dev/dsp  ???08:34
t_ackohow can I get to the command line to change res?08:34
runeviczr: They're "atomic" as long as your logs aren't truncated.08:34
runeviwell08:34
runevithat was bullshit08:34
sethkubuntulog, because you have only one sound card?08:34
Jemtnalioth: Thanks alot ! :)08:34
runeviczr: They're "atomic" as there are only _reads_ on the slaves, not writes.08:34
jdierI recently had to dump my .config and .cache folders to fluxh out some xfce problems I could not fix on my own.  I have a custom desk top menu (the menu that appears when you right click on an empty spot on the desk top, and I cannot remember where I told xfce to use that menu instead of the one in /etc/xdg/xfce4/desktop/menu.xml   Does anyone know where to set this?08:34
Thom_McJerry, you helped with the bugzilla it helped to Get an idea how to fix it ;)08:34
runeviczr: Just replication.08:34
Seveaspipeline, as normal user I can't use su -s to su to dentest (which has a normal password)08:34
hawk`uh08:34
czrrunevi, ok, that sounds much better :-)08:34
Seveasdennis@mirage ~ $ su -s /bin/bash dentest08:34
SeveasPassword:08:34
Seveasdennis@mirage ~ $08:34
ubuntumandont any channel on my soundcard have 1 /dev/dsp normally ?08:34
thegladiatorgosh08:34
thegladiatorwhat is the root password ?08:35
thegladiatorhow do i change it ?08:35
Seveas!tell thegladiator about root08:35
Jemtthegladiator: Same as your own pass08:35
runeviczr: Well, it was closer to the truth ;)  To tell you even more truth, i'm not a dba. ;)08:35
czrrunevi, I need to think about it. it's important for me that transactions are not half-written when replicated08:35
sethkubuntuman, depends on the hardware.  as you've discovered.08:35
runeviczr: Well, mysql have a problem there.08:35
=== blastmanu [n=blastman@lns-bzn-31-82-252-254-101.adsl.proxad.net] has joined #ubuntu
naliothubotu: tell t_acko about xcfg08:35
thegladiatornot the same as my pass Jemt08:35
czrrunevi, that's ok, I have also issues, I like writing assembler :-)08:35
Howdy125sudo passwd root08:35
runeviczr: We have to do playback of logfiles on various servers several times a week -- but we've got at least 50.. maybe a 100 mysql servers.08:35
thegladiatori tried it out by typing the same passeord08:35
psusiJemt: no, root has NO password by default08:35
=== theCore [n=theCore@Toronto-HSE-ppp3715410.sympatico.ca] has joined #ubuntu
naliothrunevi: let us watch our language please08:35
sethkczr, mysql doesn't properly implement transactions or replication.08:36
albackerthegladiator, you set your root password during the installation08:36
=== blastmanu [n=blastman@lns-bzn-31-82-252-254-101.adsl.proxad.net] has left #ubuntu ["Leaving"]
naliothHowdy125: please advise !root and let users choose for themselves08:36
t_ackonalioth: thanks you. can you tell me how to get to a command line then?08:36
runevimaino82: .. what did i write?08:36
Howdy125nalioth,  .. he asked08:36
sethkJemt, no password doesn't mean blank password.  It means password never set.08:36
naliotht_acko: applications > accessories > terminal08:36
czrsethk, well, transactions the way that mysql implemented them with external engines was ok08:36
psusimysql supports transactions and replications08:36
t_ackowell I have no video right now08:36
czrsethk, just the replication is a bit of a problem (wrt transactions especially)08:36
runevinalioth: .. that was for you.  what language was wrong?08:36
t_ackowhich is my prohlem08:36
t_ackoproblem08:36
naliothHowdy125: most users in here who ask are unfamiliar with ubuntu's 'sudo' model, and think they need a root account. they do not.08:36
t_ackoI guess I need to get into grub and chroot or something but I don't know how08:37
naliothrunevi: you mentioned bull droppings in a vulgar fashion.08:37
sethkczr, that's basically correct, although I could quibble.  But I won't unless you want to get into arcane database theory.08:37
pipelineSeveas: No, that's because you set an invalid login shell.  You could have used any value in /etc/passwd.  No magic bits -- just the "su" configuration file.08:37
=== Morfosomo [n=carlos@201.211.156.211] has joined #ubuntu
pipelineSeveas: most programs do not read /etc/shells :P08:37
runevinalioth: In a reference to what I said one line earlier, as I realized it was .. bull droppings. :)08:37
czrsethk, we could do that in private. also, I'm not sure since I'm just researching what is the current situation right now08:37
=== redguy [n=mati@adl128.neoplus.adsl.tpnet.pl] has joined #ubuntu
pipelineSeveas: Hell, most "su" programs don't even read it.  GNU coreutils is just a little, uh, weird.08:37
Howdy125nalioth, sometimes sudo doesn't do what su can do ..08:37
hawk`ok i just want to add my user to the admin group again, where do i do this?08:37
hawk`:P08:37
ubuntumani use a snd-hda-intel | i have compiled the new alsa drivers | but only have 1 dsp | now i can only use 1 programm with sound | my games dont work with sound08:38
sethkczr, ok.  You might want to look at my SQL engine.  It doesn't have replication yet but it has bullet proof transaction processing and crash recover.   (cql.com)08:38
naliothHowdy125: i beg to differ. why would the ubuntu devs support something that is lacking features?08:38
=== mynameis [n=o@adsl-69-221-134-240.dsl.akrnoh.ameritech.net] has joined #ubuntu
=== ilbuonC [n=ilbuonC@host234-163.pool8255.interbusiness.it] has joined #ubuntu
czrbut I need replication sethk :-), I'll take a look though08:38
zandaacan anyone help me solve a problem concerning USB device mounting?08:38
psusihawk`: system->administration->users and groups08:38
=== QRZ [n=rob@freenode/supporter/active/RobertPectol] has joined #ubuntu
sethkczr, as I said, no replication yet, but eventually.08:39
hawk`psusi, can't i just edit some textfile?08:39
mynameiscan some one give a little help with burning an .iso? i followed the wiki https://wiki.ubuntu.com/BurningIsoHowto?highlight=%28iso%29%7C%28burning%29 and i still cant get it to work08:39
Howdy125nalioth, you'll have to trust me on that ...08:39
hawk`the gui isnt booting from my livecd08:39
hawk`:p08:39
=== MoioMoe [n=uaaeohk@81.213.179.174] has joined #ubuntu
psusihawk`: sure... you can edit /etc/groups if you want08:39
hawk`ah, thanks08:39
=== MoioMoe [n=uaaeohk@81.213.179.174] has left #ubuntu []
=== juliux [n=juliux@ubuntu/member/juliux] has joined #ubuntu
=== sambagirl [n=jazzy@c-24-99-180-216.hsd1.ga.comcast.net] has joined #ubuntu
Seveaspipeline, so to sum up: when using gnu su, it does not matter :)08:39
sethkmynameis, usually you can simply right click on the iso file in a file browser and select "write"08:39
Howdy125nalioth, I didn't advise .. they asked how to ..08:40
sethkmynameis, after inserting a blank CD, of course08:40
VictorImaybe someone might want to add this to the wiki to uninstall gnome/kde stuff...   dpkg -l | grep -i gnome | awk '{print $2 }' | xargs apt-get --purge remove -y08:40
=== kwyjibo [n=kwyjibo@distended.org] has joined #ubuntu
=== ssam [n=ssam@88-104-132-192.dynamic.dsl.as9105.com] has joined #ubuntu
kwyjibohello08:40
SeveasVictorI, won't work08:40
kwyjiboi have a problem with charactersets/codepages08:40
mynameissethk, thats the thing i have a blank in there and it mounts it but when i go to wirte it askes for a blank disc08:40
=== haich [n=haich@88.3.179.208] has joined #ubuntu
sethkmynameis, if it mounts, it isn't blank08:40
pipelineSeveas: It's still an important difference.08:40
kwyjibohow do i get both ssh client and ssh server to use the same character set/codepage?08:41
juliuxis daniel stone here?08:41
sethkmynameis, you can't mount a blank disk.  If you insert a blank disk, you should get a dialog asking what you want to create (data, photo, music)08:41
Seveass/dpkg -l \| grep -i gnome | awk '{print $2}'/dpkg --get-selections | grep -v deinstall | cut -f 1 -d ' '/08:41
pipelineSeveas: Relying on whether or not a given daemon reads /etc/shells ain't a great idea.08:41
sethkmynameis, is it a cd-rw that has been used?08:41
mynameissethk, i get that dialog to pop upp08:41
Seveaspipeline, that's true, but on Ubuntu you can rely on it08:41
ubuntumanomg only gurus here this goes to fast for me08:41
mynameisseth it is just a cd-r08:41
=== bob832 [n=bob832@69.162.229.203] has joined #ubuntu
sethkmynameis, ok, then the cd is not mounted.  Did you select burn data cd?08:41
pipelineSeveas: That is simply not true.08:41
kwyjiboi'll take gurus any day08:41
pipelineSeveas: e.g. samba doesn't consult your shell value08:42
hawk`hmm08:42
mynameissethk, is i right clicked the .iso and went to burn to disc08:42
hawk`what groups would the first user of an ubuntu installation be in?08:42
sethkpipeline, there are other situations as well.  Say, the mail server assuming the user's identity to write to a mailbox file.08:42
sethkmynameis, what happens?08:42
Seveaspipeline, samba uses a completely separate account database, so locking a password won't help either08:42
=== mauro is now known as m-tp
sethkpipeline, we can probably think of other cases08:42
=== Mitja [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #ubuntu
=== FJ_Sanchez [n=FJSanche@85.136.23.228] has joined #ubuntu
ubuntumanwho can help me with my soundcard snd-hda-intel ??08:43
mynameissethk, a new screen opens then i click "ok" and it tells me to insert a blank disc08:43
_jasonhawk`, my first username is 'jason' and groups returns: jason adm dialout cdrom floppy audio dip video plugdev lpadmin scanner admin08:43
=== bina [n=bina@81-179-98-106.dsl.pipex.com] has joined #ubuntu
pipelineSeveas: Samba only uses a separate account database when configured to do so.  Crude hackery.08:43
hawk`ugh08:43
sethkmynameis, did you try leaving the disk in there and clicking as if you had put in a new one?08:43
hawk`i need to add all those manually?08:43
Seveaspipeline, which is the default08:43
hawk`seems i removed all my groups08:43
=== AIV [n=unknown@70.243.24.226] has joined #ubuntu
psusiSeveas: how about sshd?08:43
mynameissethk, many time, and i have also ejected the disc and put a brand new blank one in08:44
psusihawk`: why don't you just use the gui like I sugested first?  easiest way08:44
=== o0o [n=renbo@dslb-088-072-045-038.pools.arcor-ip.net] has joined #ubuntu
Seveaspsusi, won't sork in both cases08:44
hawk`psusi, becuase it still doesn't work from my livecd08:44
_jasonhawk`, well depends on what will be quicker... adding amnually ro reading the man page to usermod :/  I don't know or else I'd tell you :)08:44
ubuntumanmynameis read my pm to you08:44
sethkmynameis, that is odd.  Because the system clearly sees the blank (it prompts you).08:44
psusihawk`: why are you booting from a livecd?08:44
Seveasubuntuman, only registered users can send PMs on freenode08:44
hawk`_jason, but i'm on the livecd now, so i doubt usermod will edit the right files08:44
ubuntumanok08:44
sethkmynameis, two ways to work around it.08:44
ubuntumanlol08:44
=== benoy [n=benoy@bing67.brandywine.binghamton.edu] has joined #ubuntu
mynameisubuntuman, i dont have a pm form you08:45
sethkmynameis, first, use cdrecord at the command line.  Do you know how to do that?08:45
_jasonhawk`, well you can just add the admin group and then use usermod08:45
=== indypende [n=indypend@d81-211-228-192.cust.tele2.it] has joined #ubuntu
benoyhi everyone08:45
pipelinepsusi, Seveas : You're right that sshd ignores /etc/shells, but it will use the shell value from /etc/passwd to spawn subshells for scp and sftp.08:45
=== aris_ [n=aris@165-12.247.81.adsl.skynet.be] has joined #ubuntu
mynameissethk,  not realy08:45
hawk`ah, true08:45
kwyjiboanyone, please?08:45
psusiSeveas: locking the account will prevent you from logging in with sshd... I don't think setting the shell to false will08:45
=== HayS [n=HayS@nan77-1-82-241-102-252.fbx.proxad.net] has joined #ubuntu
ubuntuman@mynamies, install k3b go to extras burn iso to disc this should solve youre problem08:45
hawk`but i didn't see a group called admin08:45
hawk`:)08:45
AIVis there an open source equivelent to VMWare that someone might know of?08:45
_jasonhawk`, make sure you don't remove yourself from admin again lol!08:45
sethkmynameis, is your cd writer hdc?08:45
pipelinepsusi: Well, you can log in, but you can't do much with a /bin/false shell, if you read me.08:45
hawk`_jason, definitely08:45
psusipipeline: by default... but as with su, you can tell sshd ot use a real shell instead of false, can't you?08:45
=== purplefeltangel [n=purplefe@CPE0050bfffe781-CM014120014776.cpe.net.cable.rogers.com] has joined #ubuntu
Seveasdennis@mirage ~ $ scp foon dentest@localhost:foon08:46
SeveasPassword:08:46
Seveaslost connection08:46
hawk`:)08:46
benoyI am trying to control how my laptop reacts when I close the laptop cover.  Can I set it sleep when I close the lid?  How do I do this?08:46
hawk`that's why i want to enable root again08:46
mynameissethk,  not sure08:46
hawk`:)08:46
pipelineSeveas, psusi: No matter what you tell ssh, it'll spawn a subshell using your /etc/passwd shell.08:46
=== floyd [n=floyd@66-190-194-066.dhcp.rnrp.nc.charter.com] has joined #ubuntu
benoyCan anyone help me?08:46
=== purplefeltangel [n=purplefe@CPE0050bfffe781-CM014120014776.cpe.net.cable.rogers.com] has joined #ubuntu
=== purplefeltangel [n=purplefe@CPE0050bfffe781-CM014120014776.cpe.net.cable.rogers.com] has left #ubuntu ["Leaving"]
Seveaspipeline, so setting it to /bin/false is safe there :)08:46
psusipipeline: ahhh... I see08:46
surfdue#08:46
surfduefakeroot ./ati-driver-installer-8.19.10-i386.run08:46
surfdue#08:46
surfdueChoose "Generate distribution specific packages" and "Ubuntu" and the UBuntu version you use08:46
sethkmynameis, this is the command for hdc.  we can tweak it for others:  sudo cdrecord -vv -dev=1,0,0 iso-file-name08:46
surfduei cant find ubuntu08:46
surfduei cant scroll down the menu?08:47
surfduehow do i do this08:47
Seveaspipeline, several services also look only at your shell and not whether the password is locked08:47
sethkmynameis, doing   sudo cdrecord -scanbus    should show you your cd writer device08:47
=== thegladiator [n=thegladi@202.83.46.128] has joined #ubuntu
psusistop flooding the channel surfdue08:47
Seveascourier and proftpd for instance08:47
pipelineSeveas: Yes, but there are indeed use cases where it is not.  And why risk it at all when you can disable the account entirely by retaining the default PAM configuration and using passwd -l?08:47
=== HymnToLife [n=_mfb@dyn-213-36-160-150.ppp.tiscali.fr] has joined #ubuntu
thegladiator_jason, i am messed up it seems08:47
hawk`uh08:47
surfdueim not, i just need help08:47
hawk`is there a default id for the admin group?08:47
surfduesorry08:47
Seveaspipeline, I just said that :)08:47
hawk`i cant seem to find it at all08:47
_jasonthegladiator, elaborate08:47
hawk`:P08:47
sethkhawk`, almost always wheel08:47
thegladiatorwhen i start the synaptic after editing ...this is the error W: Couldn't stat source package list http://in.archive.ubuntu.com breezy/multiverse Packages (/var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_breezy_multiverse_binary-i386_Packages) - stat (2 No such file or directory)08:47
hawk`wheel?08:47
pipelineSeveas: "locking" the password sets the the password to an impossible value.08:47
albackerthegladiator, good luck08:47
benoycan anyone help me with my problem?08:48
thegladiatorthank you albacker08:48
pipelineSeveas: It becomes impossible to gain privileges via any kind of password auth.08:48
_jasonthegladiator, pastebin your /etc/apt/sources.list08:48
ubuntuman@ anybody need sound gure that is willing to help me please ??08:48
wildhamsterI can't do that Dave.08:48
=== bacam [n=bacam@kerouac.projectcolo.org.uk] has joined #ubuntu
=== Aegir [n=richard@d220-238-52-188.dsl.vic.optusnet.com.au] has joined #ubuntu
Seveaspipeline, yes I know, but what if the server does not care (e.g. courier)08:48
psusihawk`: boot from the hard drive in rescue mode isntead of the livecd... that will give you a root shell... then use usermod to add your user to the various groups08:48
hawk`psusi, already tried that08:48
hawk`but root is disabled08:48
mynameissethk, i just tried that command and it gave me with with some other stuff  "No such file or directory. Cannot open '/dev/sg*'. Cannot open SCSI driver.08:48
mynameis"08:48
pipelineSeveas: Heh, at that point, UNIX isn't good enough any more and you'll have to move onto a more sophisticated security infrastructure.08:48
Seveaspipeline, btw: doesn't using ssh keys circumvent this?08:48
thegladiator!info paste08:48
Seveas(for sshd)08:49
VictorIis there grumpygroundhog-security?08:49
psusihawk`: why is root disabled?  you disabled it?08:49
hawk`i read ubuntuguide08:49
sethkmynameis, ok, then you need a different dev=08:49
SeveasI mean, for several servers I don't even know my password, since I use keys08:49
thegladiatorwhats the paste again ?08:49
hawk`but i already went through this three times, its not solving my problem08:49
hawk`:P08:49
Seveasthegladiator, http://paste.ubuntulinux.nl08:49
surfdueanyone know how i can scroll down this ati os choice?08:49
psusiSeveas: iirc, sshd checks the password file to see if the password is locked08:49
pipelineSeveas: Good question.  I'm not entirely sure.  Ssh makes rather sophisticated use of PAM.08:49
hawk`what does a default line to add a user to the admin group look like?08:49
jessemans!root08:49
psusihawk`: so when you boot into rescue mode, what happens?08:49
ubotuI heard root is rumour has it, that root is disabled in Ubuntu, actually this means there is no password set for the root account, use sudo when you need admin access, you can read all about it on http://wiki.ubuntu.com/RootSudo08:49
=== Seveas tests
pipelineSeveas: I'm not a PAM wizard -- I try to leave it alone when I can.08:49
VictorIwhich security repo should I use for grumpygroundhog?08:50
mynameissethk, is there a command to see what my cdburner is ie hda, hdd?08:50
hawk`psusi, it wont work, trust me08:50
=== HymnToLife [n=_mfb@dyn-213-36-160-150.ppp.tiscali.fr] has joined #ubuntu
pipelineSeveas: I think that it will fail, but I don't know WHY it will fail.08:50
psusihawk`: unless you did something weird, it will08:50
sethkmynameis, you can find that information by running device manager08:50
hawk`and i said, trust me, it wont work08:50
=== Mazin [i=mazin07@adsl-68-248-128-183.dsl.ipltin.ameritech.net] has joined #Ubuntu
psusihawk`: and if not... then add init=/bin/bash to the kernel command line and you'll boot to a root shell08:50
hawk`i dont wanna spend another hour explaining it to another person08:50
sethkmynameis, what you'll need is probably  dev=ATAPI:1,0,008:50
hawk`but i can't sudo or anything08:51
thegladiator_jason, http://paste.ubuntu-nl.org/576008:51
hawk`but honestly, that is not my problem08:51
sethkmynameis, the other thing you can do is a loopback mount of the iso file, and then use the GUI CD creator thing08:51
hawk`i just want to add myself to the admin group in /etc/groups08:51
ubuntumanmynameis, use dmesg command to see all devices08:51
psusihawk`: rescue mode has nothing to do with sudo... it doesn't start the gui but just drops you to a root shell08:51
hawk`sigh08:51
hawk`enough, please08:51
pipelinepsusi: I thought rescue mode booted the system single-user?08:51
thegladiator_jason, did u mean "mutliverse" with quotes ?08:51
SeveasDec 14 20:51:17 mirage sshd[11688] : (pam_unix) authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=mirage.kaarsemaker.net  user=dentest08:51
=== curium [n=curium@83.209.25.107] has joined #ubuntu
Kyralno without most likely08:52
psusipipeline: yea... which prompts to you log in as root... which by default requires no password08:52
=== Mazin [i=mazin07@adsl-68-248-128-183.dsl.ipltin.ameritech.net] has left #Ubuntu []
Seveasusing ssh keys + locked pw + correct shell08:52
surfdueanyone please?!08:52
VictorIanyone have a sample sources.list for grumpygroundhog?08:52
mynameisubuntuman, right now im apt-get k3b08:52
hawk`does anyone have a line from /etc/group where a user is added to the admin group?08:52
hawk`:)08:52
_jasonthegladiator, run: sudo apt-get update08:52
ubuntumanok08:52
SeveasVictorI, there is no grumpygroundhog08:52
thegladiatorlet me08:52
=== Ohmer [n=Homer@ip-66-254-46-98.mqdsl.megaquebec.net] has joined #ubuntu
sethkmynameis, look at the file /etc/default/cdrecord08:52
sethkmynameis, it should show you the device08:52
VictorIso what is the -current branch for ubuntu then?08:52
Seveashawk`, sudo adduser whoever_you_want admin08:52
psusibut if for some reason root has a password you can't remember, then you can allways add init=/bin/bash to the kernel command line and you'll boot to a root shell anyway08:52
_jasonthegladiator, is there a reason you only have the universe and multiverse repositories enabled and nothing else like main and security?08:52
SeveasVictorI, dapper08:53
Seveasbut it's not always stable08:53
hawk`Seveas, not what i was asking for08:53
thegladiator_jason, E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)08:53
thegladiatorE: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?08:53
sethkhawk`, you do, if you did a normal install08:53
VictorIthats fine.08:53
=== curium [n=curium@83.209.25.107] has left #ubuntu []
VictorII understand08:53
HappyFoolhawk`: admin:x:106:rory08:53
Seveasthegladiator, close synaptic or whatever08:53
hawk`thank you HappyFool08:53
mynameiscdrom=          0,6,008:53
thegladiatoryep08:53
_jasonthegladiator, do you ahve synaptic open?08:53
Seveasgrep: n/etc/group: No such file or directory08:53
Seveaslpadmin:x:107:dennis08:53
Seveasadmin:x:117:dennis08:53
jessemanshawk`: i do.  the line is "adm:x:4:username"08:53
thegladiatoryes08:53
HappyFoolhawk`: there's also an 'adm' group08:53
thegladiatori closed it08:53
_jasonthegladiator, k, try again08:53
hawk`adm is the same?08:53
Seveasjesseman_, admin, not adm08:53
mynameissethk,  says it cdrom=          0,6,008:53
hawk`sudoers says %admin?08:53
Seveashawk`, no it's not08:54
jessemanshawk`: i also have the sudoers line. "sudo:x:27:username"08:54
hawk`ok08:54
thegladiator_jason, done08:54
Seveasadm = for reading logs08:54
kwyjibois anyone going to help me? :(08:54
Seveassudo should NOT be used as group08:54
ubuntumancan anybody tell me how to add a second /dev/dsp08:54
hawk`:D08:54
Seveasadmin is for sudo08:54
jessemansSeveas: ah, i see08:54
hawk`but where are the groups defined?08:54
surfdueum the ati menu choices go off my menu08:54
hawk`i cant find admin anywhere08:54
surfduehow do i move it so i can select them?08:54
thegladiator_jason, now can get back to installing java ?08:54
hawk`or is it global or something?08:54
psusiubuntu: plug in a second soudn card08:54
jessemanshawk`: sudo = admin ?08:54
surfdueit is past the top i cant more or x or minimise08:54
surfdueheh08:54
surfduekinda stuck :(08:54
_jasonthegladiator, yes, but I think you should consider enabling the updates and securities repos08:55
=== katja_ [n=katja@p54AEA5CC.dip0.t-ipconnect.de] has joined #ubuntu
=== Rainbow-Six` [i=blazed@AOrleans-154-1-25-53.w86-199.abo.wanadoo.fr] has joined #Ubuntu
ubuntumanpsusi, why a second card its a new pc windows also plays sound in many programms08:55
mynameisubuntuman, k3b is istalling now08:55
VictorIsudo su (your user password) , then passwd root ... done08:55
Seveasbrb08:55
=== aigarius [n=aigarius@159.148.239.80] has joined #ubuntu
=== stuart_ [n=stuart@host81-129-69-226.range81-129.btcentralplus.com] has joined #ubuntu
ubuntumanmynameis, ok good luck !!08:55
thegladiator_jason, ok but can i do it using the settings menu , if yes , why didnt it work with multiverse ? i checked corresponding to that08:55
sethkVictorI, you must love to type.  :)   just do:    sudo passwd08:55
psusiubuntuman: you aren't making much sense... you asked how to add a second /dev/dsp... /dev/dsp is the interface to your sound card.. if you want a second sound card, plug one in08:55
_jasonthegladiator, you only enabled multiverse for backports08:56
VictorIsethk, oh well.. your right...08:56
thegladiator!info restricted08:56
hawk`whats the number for in the /etc/group file?08:56
kwyjibo!ping08:56
ubotupong08:56
juliuxi can someone help me with a xorg problem?08:56
jessemans!groups08:56
ubotuSyntax error in line 1, jessemans08:56
jessemansblah!08:56
_jasonubotu, tell juliux about ask08:56
jessemans!group08:56
ubotujessemans: Not a clue08:56
psusihawk`: it's the gid of the group08:56
thegladiator_jason, i see , i am not sure i saw another multiverse in that menu . does it exist besides this one ?08:56
jessemans!botsnack anyway08:56
ubotuthanks jessemans :)08:56
ubuntumanpsusi, when i playes games on my old pc i always had 4 or 5 dsp channels but since i have a new pc i havent, and yes my old pc had only 1 soundcard08:56
VictorIwell I am fairly impressed with ubuntu, this is how debian should be.08:56
thegladiator!info java08:56
surfduewhats the latest ubuntu?08:56
=== Mabus06 [n=Nick@hlfxns0149w-142177138225.ns.aliant.net] has joined #ubuntu
surfduei thought it was breezy?08:56
jessemanshawk`: not sure08:57
hawk`psusi, that's what i thought, where can i find the gid of admin?08:57
hawk`its not in that file08:57
VictorIbreezy08:57
oxezsurfdue: it is08:57
ubuntumanpsusi, this doesnt make sense08:57
surfduewhats dapper08:57
_jasonthegladiator, it should be there now08:57
surfduelol08:57
thegladiatorhow do i get that restricted format page ?08:57
thegladiatorok08:57
oxezsurfdue: the development version08:57
=== harfooz [n=clint@68-115-194-153.static.spbg.sc.charter.com] has joined #ubuntu
psusiubuntuman: not sure what you mean by 4 or 5 dsp channels...08:57
VictorIjust to confirm, is dapper the next release? or its -current/unstable ?08:57
=== thommym [n=chatzill@gprs2.vodafone.se] has joined #ubuntu
oxezsurfdue: this is going to be the next version, in april08:57
=== XiCillin [n=mike@dpc67142105197.direcpc.com] has joined #ubuntu
surfdueis there a diffrence from breezy or 5.1008:57
=== Centaur_ [n=fishman@68-187-79-131.dhcp.stgr.ut.charter.com] has joined #ubuntu
juliuxok i try to activate my vga out at my nx6110 but i only get this error message:  kernel: [4296198.983000]  video bus notify08:57
oxezsurfdue: no08:57
_jasonubotu, tell thegladiator about restricted08:57
surfduecuase ati says both?08:57
juliuxwith the live cd it works08:57
VictorIsame thing08:57
mynameisubuntuman, k3b gave me an error such as it needs cdrdao wonder if thats why the gnome way didnt work08:57
=== _astaroth_ [n=astaroth@84.77.73.10] has joined #ubuntu
ubuntumanpsusi, when i play games like enemy-territory i could tell it to use the /dev/dsp for sound08:57
zandaacan anyone help me solve a problem concerning USB device mounting?08:58
=== sam_ [n=sam@cable-24-139-30-168.newliskeard.dyn.personainc.net] has joined #ubuntu
kwyjibohelp please?08:58
oxezsurfdue: it's Ubuntu Breezy Badger 5.10, where 5.10 = version (October 5th (5.10)), and breeze badger the codename08:58
ubuntumanmynameis, ok try downloading it08:58
oxezerr, Octoboer 200508:58
jrattner1oxez, shouldnt it be 10.5 then?08:58
psusihawk`: my admin group is gid: 10608:58
=== LoppApan [i=gusten@mini.odla.oru.se] has joined #ubuntu
mynameisubuntuman, already pass that :)08:58
oxezjrattner1: It's Last Digit of Year.Month08:58
=== franek [n=franek@citynet.serwer.net] has joined #ubuntu
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu
ubuntumanmynameis, ok and ?? working ??08:59
oxezjrattner1: I confused myself :P08:59
jrattner1oxez, ah08:59
psusiubuntuman: : yea... and that's what you should do... so what's the problem?08:59
hawk`yeh sorry about that, i just didnt see it08:59
thegladiatori am trying to install sdk and jre , so what shud be the entry correspondging to this one --------->fakeroot make-jpkg jre-1_5_0_06-linux-i586.bin08:59
thegladiatorsudo dpkg -i sun-j2re1.5_1.5.0+update06_i386.deb ?08:59
hawk`my vision is becoming blurry08:59
hawk`:P08:59
ubuntumanpsusi, ma sound is the problem08:59
thegladiatorthe file name of sdk is >jdk-1_5_0_06-linux-i586.bin08:59
psusiubuntuman: why?  it doesn't work?09:00
=== workbean [n=workbean@219.95.203.44] has joined #ubuntu
ubuntumanpsusi, i can only use 1 dsp for eg. xmms but not for the game it doesnt recognize or something09:00
juliuxhas anybody an idea? i dont want to reinstall my laptop09:00
=== Mitja_ [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #ubuntu
psusiubuntuman: you mean you can't have sound in the game and play xmms at the same time?09:00
thegladiatorhas anyone installed java sdk instaed of jre ?09:00
=== VictorI [n=VictorI@c-24-30-126-12.hsd1.ca.comcast.net] has left #ubuntu []
=== icebreaker [n=icebreak@dslb-084-060-160-087.pools.arcor-ip.net] has joined #ubuntu
kwyjibohelp, please.09:00
ubuntumanpsusi, als if i close xmms i still have no sound in my game09:01
ubuntumanpsusi, i only hear a little crackle09:01
psusiubuntuman: what if you start the game without xmms running?09:01
icebreakeris there a software which can edit password protected pdf files?09:01
pipelinethegladiator: the sdk is a superset of the jre --- it includes everything in the jre and then some.09:01
XiCillinWHere do i add new mouse icons?09:01
XiCillinwhat direcory?09:01
ubuntumanpsusi, i started without xmms running09:01
ubuntumanpsusi, doesnt work09:01
=== Atlas [n=atlas@84.5.60.174] has joined #ubuntu
thegladiatoryeah pipeline , it does ...but how do i go with the installation ?09:01
pipelinethegladiator: The output of make-jpkg may have a weird package name, and that's OK.09:01
hawk`aah09:02
pipelinethegladiator: run make-jpkg with the jdk ".bin" installer as the argument.09:02
hawk`beautiful09:02
=== jiranya [n=jiranya@209.219.89.253] has joined #ubuntu
psusiubuntuman: not sure what to tell you then... other than that you are barking up the wrong tree if you think you need a second /dev/dsp09:02
hawk`sudo works again09:02
=== Duvel [n=Jupiler@d515358B0.access.telenet.be] has joined #ubuntu
hawk`thanks guys09:02
hawk`:)09:02
kwyjiboi need to make both ssh client and ssh server speak in the same ascii codepage. can someone help me?09:02
pipelinethegladiator: then just install the new package with dpkg and remove the old one.09:02
thegladiatorpipeline, it goes over my head09:02
deltronkwyjibo: I don't know, but awesome name :P09:02
jiranyahow could i install birt09:02
thegladiatorcould you please clarify again ?09:02
ubuntumanpsusi, ok but why i could use another /dev/dsp like /dev/dsp2 on my old system and had sound ?? this makes no sense to me09:02
thegladiatori am following the instructions from the site given09:03
jiranyain eclipse09:03
kwyjibo:(09:03
hawk`think i'll leave root enabled for now09:03
=== DJWillis [n=djwillis@82-32-72-123.cable.ubr02.bath.blueyonder.co.uk] has joined #ubuntu
hawk`what a farce09:03
_jasonthegladiator, there are .debs available for java too09:03
thegladiatorfakeroot make-jpkg jre-1_5_0_06-linux-i586.bin09:03
thegladiatorsudo dpkg -i sun-j2re1.5_1.5.0+update06_i386.deb is what the site says09:03
thegladiatori see09:03
psusiubuntuman: I'm not sure what you mean on your old system... one sound card = one /dev/dsp09:03
thegladiatorsun's java ?09:03
thegladiatori have the source file with me09:04
_jasonubotu, tell thegladiator about javadebs09:04
_jasonthegladiator, yes, sun's09:04
thegladiatori see09:04
Duvel!botsnack09:04
ubotu:)09:04
crematewhats the best way to install java?  from apt?09:04
thommymWhere do I find a gcc bootstrap for Breezy Badger when I don't have net access on that particular machine?09:04
ubuntumanpsusi, oo no 1 sound card doesnt mean only 1 /dev/dsp | i once had an old Pentium III with only 1 soundcard and had also 4 or 5 /dev/dsps09:04
cremateid like the jdk as well09:04
=== zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #ubuntu
cremateand the browser plugin09:04
jiranyahow could i install birt09:05
jiranyain eclipse09:05
=== stuart_ [n=stuart@host81-129-69-226.range81-129.btcentralplus.com] has joined #ubuntu
psusiubuntuman: that sounds really fscked up... normally each sound card gets one /dev/dsp09:05
_jasonubotu, tell cremate about java09:05
HappyFoolthommym: you need gcc-3.4 ? gcc-4.0 (or similar) is on the install cd09:05
=== melodramatic [n=cedric@modemcable123.18-131-66.mc.videotron.ca] has joined #ubuntu
crematei know about java09:05
cremate!javadebs09:06
ubotujavadebs is, like, totally, Sun Java debs packaged for breezy are at http://www.giannaros.org/public/breezydebs/ To install these, open a terminal, cd to the directory you downloaded them to, and type "sudo dpkg -i filename.deb"09:06
cremate?09:06
melodramatichi... is there any skype package in ubuntu?09:06
ubuntumanpsusi, well i use linux for about 4 years now and never had this problem | i normally used mandrake linux and they really had more than only 1 /dev/dsp09:06
=== NCLife [n=sinclair@201.139.146.104] has joined #ubuntu
_jasonubotu, tell melodramatic about skype09:06
thommymHappyFool: Couldn't find it on the CD that came with a LINUX mgazine I bought...09:06
sethkubuntuman, you are drawing an incorrect conclusion.  Yes, there are some unusual multichannel boards that create more than one dsp device.  That does NOT MEAN that your machine is not correctly configured.09:06
NCLife!javadebs09:06
ubotujavadebs is, like, Sun Java debs packaged for breezy are at http://www.giannaros.org/public/breezydebs/ To install these, open a terminal, cd to the directory you downloaded them to, and type "sudo dpkg -i filename.deb"09:06
=== Gobbla [n=jocke@h212n1fls32o887.telia.com] has joined #ubuntu
psusiubuntuman: weird... I've never seen that... one device should be enough for one sound card09:06
=== maddash [n=maddash@ool-4571c30b.dyn.optonline.net] has joined #ubuntu
Duvelyes, apt-get install skype :p09:07
HappyFoolthommym: hmm. standard ubuntu install should have the 'build-essential' and related packages, including gcc09:07
melodramatichaaa thx a l ot _jason09:07
maddashcls09:07
ubuntumanpsusi, ok but how can i get sound in my game ??09:07
kwyjiboi need to make both ssh client and ssh server speak in the same ascii codepage. can someone help me?09:07
napsyjs mam eno sliko09:07
=== jiranya [n=jiranya@209.219.89.253] has left #ubuntu ["Leaving"]
MickMcMack!setting the default window manager09:07
thegladiatorpipleline > instaed of this what shud i give ? sudo dpkg -i sun-j2re1.5_1.5.0+update06_i386.deb ?09:07
ubotuMickMcMack: Syntax error in line 109:07
surfduehttp://pastebin.com/46417609:07
HappyFoolthommym: try installing the build-essential package (using synaptic or apt-get)09:07
surfduepelase help look at the pastebin09:07
MickMcMack=_=09:07
ubuntumansethk, how can i get sound in my game with only 1 /dev/dsp09:07
jrattner1What is skype09:07
MickMcMack!window manager09:07
ubotuMickMcMack: I don't know, could you explain it?09:07
jrattner1?09:07
MickMcMack:|09:07
=== MickMcMack slaps ubotu
MickMcMack!wm09:07
ubotuSyntax error in line 1, MickMcMack09:07
=== bacam [n=bacam@kerouac.projectcolo.org.uk] has left #ubuntu []
MickMcMack!fluxbox09:07
ubotuextra, extra, read all about it, fluxbox is a lightweight window manager.  Installation instructions at https://wiki.ubuntu.com/Fluxbox.  More information at http://fluxbox.sourceforge.net09:07
_jasonubotu, tell MickMcMack about yourself09:08
thommymHappyFool: OK. Have to find deeper then. "find /cdrom -name gcc" I suppose09:08
=== Ophiocus [n=carlos@201.211.156.211] has joined #ubuntu
MickMcMack_jason, I know - I was looking for something in specific. :-\09:08
sethkubuntuman, the same way everyone else does.  I have no idea what you are asking.  If there is a configuration parameter asking for the dsp device, tell it /dev/dsp.  Otherwise ask a specific question, don't tell use what you've (erroneously) _concluded_ from what you see.  Tell us what you see.09:08
_jasonMickMcMack, you can /msg him09:08
=== pirao [n=pirao@62.117.187.217] has joined #ubuntu
_jasonMickMcMack, and if you read the link he sent you, you can search his database09:09
hawk`err, now what09:09
thegladiatorpipeline, could you please enlighthe me on this : thegladiator: then just install the new package with dpkg and remove the old one. ?09:09
hawk`usermod: unable to lock password file?09:09
HappyFoolthommym: you'll have a (small) bit of dependency hell. you've tried 'apt-cache search gcc' with no hits ?09:09
pipelinethegladiator: make-jpg will produce a ".deb" format package.09:09
piraohola09:09
ubuntumanpsusi, i have configured my enemy-terreitory to use the /dev/dsp as sound device but i can t hear anything. i only run enemy-territory09:09
NCLifeTo install these, open a terminal, cd to the directory you downloaded them to.. i dont understand that.. how do i open a terminal?09:09
piraoalguien abla espaol09:09
sethkhawk`, you left a program running that has the password file open, probably09:09
pipelinethegladiator: install that using dpkg.  Then open up synaptic and remove the j2re package you created before.09:09
thegladiatori see09:10
sethkpirao, va a ubuntu.es09:10
=== kj [i=remove_j@66.17.34.72] has left #ubuntu []
=== Dangermouse [n=andrew@148.197.130.229] has joined #ubuntu
NCLifeand what does cd to the directory you dl them to means..09:10
=== Dangermouse [n=andrew@148.197.130.229] has joined #ubuntu
hawk`sethk, that was my thought too, but i just booted 2 minutes ago09:10
_jasonubotu, tell NCLife about cli09:10
=== svu [n=svu@host-194-46-239-243.dsl-ie.utvinternet.net] has joined #ubuntu
MickMcMackIs it me, or does Ubuntu not feel the love for enlightenment? O_o;09:10
sethkhawk`, Might be a leftover lock file in /tmp09:10
DangermouseWhat's the best way for me to edit my MAC address on start-up?09:10
sethkhawk`, I'd suggest using strace to find out what file it fails to lock, but I suspect you might have trouble doing that.09:11
=== firewalker_ [n=firewalk@62-43-178-152.user.ono.com] has joined #ubuntu
sethkhawk`, erase everything in /tmp (and it's subdirectories) older than the reboot time.09:11
DuvelNCLife, press alt and F2, type xterm, enter, type cd nameofthedirectory09:11
=== Mitja [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #ubuntu
czrdangermouse, use ifconfig to change mac and then learn how the startup process works and add to the network init part the call for ifconfig09:11
hawk`sethk i can sudo now so maybe i can use strace?09:12
czrDangermouse, man interfaces, man ifconfig09:12
hawk`never heard of it09:12
hawk`:P09:12
Dangermouseczr, ye I know about ifconfig, was the latter part i wasn't sure of09:12
czrinterfaces might be the best place to put the call in09:12
=== rambo3 [n=rambo3@c-cff871d5.027-6-6b73641.cust.bredbandsbolaget.se] has joined #ubuntu
czrDangermouse, that way you could be sure that your eth exists when you're trying to set its MAC09:12
Dangermouseok09:12
=== perlhead [n=fheinz@201.216.217.213] has joined #ubuntu
=== x_or [n=cdawson@63.105.19.181] has joined #ubuntu
=== wick3d [n=wick3d@212.247.250.126] has joined #Ubuntu
hawk`it sounds complicated though, so that's probably what you meant09:13
hawk`:P09:13
NCLifeok, thanks Duvel.. ive got another question, at this page http://www.giannaros.org/public/breezydebs/ are 4 sun java packages.. which one should i dl?09:13
sethkhawk`, then  sudo strace usermod  ....   (whatever you typed before for usermod) ...  -o output.strace09:13
sethkhawk`, output.strace is just a filename I made up09:13
wick3dyay the roockie n00b is here09:13
sethkhawk`, make it ~/output.strace, so it ends up in your home directory09:13
=== henriquemaia [n=henrique@cb-217-129-170-53.netvisao.pt] has joined #ubuntu
surfduehey09:14
sethkhawk`, if it spawns child processes that won't be enough, but start there.09:14
=== petitohaime| [n=petit@dyn-83-157-234-127.ppp.tiscali.fr] has joined #ubuntu
wick3djust installed Ubuntu first time ever with any sort of linux system for me:(09:14
surfduei have linux sources installed on command 'sudo module-assistant build,install fglrx-kernel' it states an error cant find kernal headers how do i fix this09:14
ubuntumanpsusi, thx 4 youre help sofar09:14
=== bronson [n=bronson@c-24-34-214-222.hsd1.ma.comcast.net] has joined #ubuntu
aris_aaaah09:14
=== perlhead [n=fheinz@201.216.217.213] has left #ubuntu []
corresponderbbbbbbh09:15
sethksurfdue, install the kernel headers.09:15
Duvelwick3d, congratulations ;)09:15
surfduek09:15
aris_is there an equivalent to that sun packages for amd64 ?09:15
theD3viLWTF is wrong with my fglrx drivers?!?!  i get ~250 fps with fgl_glxgears09:15
aris_just spend 30mb download for nothing :/09:15
_jasonhawk`, did you sudo usermod?09:15
=== jemt [n=jemt@nat.kollegienet.dk] has joined #ubuntu
=== bulio [n=bulio@unaffiliated/bulio] has joined #ubuntu
jemt!tell jemt about w32codecs09:15
hawk`sethk, got the output printed on screen09:16
hawk`_jason trying t odo that now, saying that the password file is locked09:16
bulioif I install a usb 2.0 PCI card09:16
buliowill ubuntu recognize it?09:16
theD3viLbulio, yes09:16
_jasonhawk`, oh ok because it gave me that error and I realized I had to use sudo09:16
jemt!tell jemt about w32codecs09:16
=== mkyb14_ [n=mkyb14@carlsbad-cuda-6-69-162-83-77.crlsca.adelphia.net] has joined #ubuntu
sethkhawk`, you didn't use -o, then09:17
buliosecondly, can I install an external hard drive?09:17
hawk`sethk, looks like an o from here09:17
hawk`:P09:17
bulioI wanna use it as storage09:17
=== EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu
bulioconnected via the usb 2.009:17
hawk`_jason yea tried that, didnt give me an error, but didnt do anything either09:17
buliocan I do that?09:17
_jasonhawk`, what's the exact command you are using?09:17
FarrisGI need to reorder my /dev/sd* nodes. What is the quickest, or least messy, way to do this? All that's important is that the drives using my onboard SATA bus and/or PCI-X raid card get assigned /dev/sd* nodes first, and then after that, USB disks get assigned nodes sequentially09:17
=== chrisx1 [n=chrisx1@spc1-burn2-5-0-cust56.bagu.broadband.ntl.com] has joined #ubuntu
sethkbulio, yes, yes, and yes09:17
bulioexcellent thanks09:18
chrisx1Seveas: niggah:o wha was that for09:18
=== bulio [n=bulio@unaffiliated/bulio] has left #ubuntu ["Leaving"]
hawk`usermod -G a,lot,of,groups hawk09:18
=== jessemans_ [n=jesse@ppp-69-218-132-33.dsl.dytnoh.ameritech.net] has joined #ubuntu
=== cfs-work [n=cfs@216-239-45-4.google.com] has joined #ubuntu
_jasonhawk`, strange, ok carry on :) gl09:19
Seveaschrisx1, for having a stupid away announce script09:19
=== juan_ [n=juan@200.7.101.76] has joined #ubuntu
=== Dreamglider [n=just@80.77.134.194] has joined #Ubuntu
hawk`oh09:19
chrisx1umm...09:19
hawk`dunno what happened now09:19
hawk`but it works09:19
=== mode/#ubuntu [+o Seveas] by ChanServ
=== chrisx1 [n=chrisx1@spc1-burn2-5-0-cust56.bagu.broadband.ntl.com] has left #Ubuntu [requested]
=== mode/#ubuntu [+b chrisx1!*@*] by Seveas
hawk`when i ran the strace as root09:19
hawk`:)09:19
=== MickMcMack watches searcher` flex.
MickMcMack* Seveas09:20
=== j2daosh [n=admin@66-191-145-50.dhcp.roch.mn.charter.com] has joined #ubuntu
=== neiras [n=gbauman@S0106001217ad6427.no.shawcable.net] has joined #ubuntu
j2daoshhey everyone09:20
corresponderhi09:20
hawk`thanks for all your help guys09:20
j2daoshhow yall doing today?09:20
hawk`i'll just log out now and hope nothing more is broken09:20
hawk`:)09:20
_jasonhawk`, ha09:20
=== Seveas quickly hacks hawk`s pc and breaks things
=== TenPlus1 [n=john@80-195-63-42.cable.ubr03.uddi.blueyonder.co.uk] has joined #ubuntu
TenPlus1Hi folks...09:21
j2daoshhey i got 2 questions... how does bit torrent work, and where is a repo for WINE?09:21
hawk`sigh09:21
hawk`and what i set out to do still doesnt work09:21
Seveasj2daosh, 1) see bittorent.com 2) UBuntu multiverse09:21
hawk`i've been fixing my errors for two hours09:21
hawk`:)09:21
TenPlus1Q.) Ubuntu 5.10 has found my Intel Easy PC Camera ..but.. when GnomeMeeting goes to use it, it stalls the system and a reboot is needed... any ideas ???09:21
j2daoshmultiverse?09:21
=== EasilyOdd [n=EO@167.7.130.21] has joined #ubuntu
j2daosh<-- only had linux for 4 days09:22
=== hajiki [n=me@69.8.206.13] has joined #ubuntu
dr_willisTenPlus1,  yep.. i have similer problem with my CreativeWebcam09:22
=== jarel [n=jarel@ip68-101-142-222.sd.sd.cox.net] has joined #ubuntu
j2daoshhas only had...09:22
dr_willisTenPlus1,  no idea on a fix09:22
=== jlhenry [n=jlhenry@Quebec-HSE-ppp242189.qc.sympatico.ca] has joined #ubuntu
TenPlus1bummer...09:22
=== lucis [n=sam@adsl-70-232-58-197.dsl.ltrkar.sbcglobal.net] has joined #ubuntu
Seveas!tell j2daosh about multiverse09:22
j2daoshyes... lol tell me :)09:22
=== lurah [n=lurah@dsl-tregw3-fe38dc00-94.dhcp.inet.fi] has joined #ubuntu
sethkhey, my customized initrd is working, finally.  :)09:22
=== techrush [n=techrush@ip68-104-90-114.lv.lv.cox.net] has joined #ubuntu
NCLifewich one should i dl? -> sun-j2re1.4_1.4.2+09_i386.deb or sun-j2re1.5_1.5.0+update04_i386.deb09:22
Seveasj2daosh, ubotu told you in a private msg09:22
SeveasNCLife, neither, they are outdated09:23
Duvel!tell me about cron09:23
neirasI have been asked to install a Dapper kernel in a Breezy install. Since I don't want to upgrade to Dapper, is this possible?09:23
NCLife>.< so where should i dl the sun java from?09:23
Duvel!tell me about crontab09:23
MickMcMackA Dapper kernel?09:23
MickMcMackNCLife, the sdk ?09:23
stuart_Could someone post a link on how to install KDE on Ubuntu09:23
SeveasNCLife, I sent you a private message09:23
neirasMickMcMack: Yes. A kernel package from the upcoming Dapper release09:23
Seveasstuart_, sudo apt-get install kubuntu-desktop09:24
Seveasdone.09:24
=== AleXmaP [n=alex@gri-83-197.Reshall.Berkeley.EDU] has joined #ubuntu
ajmitchmorning09:24
corresponderhi09:24
TenPlus1Can someone give me an /etc/network/interfaces setup for a wireless card that works ok ?09:24
NCLifethanks seveas09:24
=== MickMcMack didn't know that there were release specific kernels.
MickMcMack:s09:24
juliuxcan someon help me with this error message? [4297060.659000]  video bus notify09:24
=== [1] bob832 [n=bob832@69.162.229.203] has joined #ubuntu
NCLifeMickMcMack, no, the jre..09:24
=== mirek [n=mirek@r5az56.chello.upc.cz] has joined #ubuntu
Dangermousethis seems to work (set mac + use dhcp): iface eth0 inet dhcp \n inet eth0 hwaddr ether <mac>09:24
=== vanten [n=vanne@d54C1EFC0.access.telenet.be] has joined #ubuntu
=== [1] bob832 is now known as bob832
wick3dis it hard to kompilate the kernel for my specifik hardware in ubuntu? remember ive never ever tried linux in any form09:25
=== jhaa [n=juha@dsl-aur-ff2dc000-227.dhcp.inet.fi] has joined #ubuntu
Seveaswick3d, then you should not recompile the kernel09:25
wick3dkk09:26
Seveasjuliux, that's not an error message09:26
sethkwick3d, it isn't hard.  You might have to ask a few questions.  Read a howto, devote an hour or two, and practice on a system that you can stand breaking09:26
kwyjibowell.09:26
wick3djust seems that the comp is a bit slow compaired to when i had XP on it09:26
kwyjibothanks for ignoring me.09:26
juliuxSeveas, this is the only message i get if i try to use my vga out09:26
=== amonkey [n=amonkey@cpe-67-10-75-70.houston.res.rr.com] has joined #ubuntu
juliuxSeveas, with the ubutnu live cd it works09:26
kwyjibofor representing the most friendly linux distro, you sure do know how to be unfriendly to people.09:27
=== Vincent [n=vincent@AGrenoble-152-1-29-31.w82-122.abo.wanadoo.fr] has joined #ubuntu
=== MasterTsunami [n=MasterTs@207-114-255-134.gen.twtelecom.net] has joined #ubuntu
MickMcMackkwyjibo, no-one here is payed to answer your questions. :S09:27
LoppApankwyjibo: u sure we are official representatives?09:27
Seveas!tell kwyjibo about attitude09:27
kwyjiboi have been asking politely and i've not even been acknowledged09:27
vantenanyone running the 64 bit version of (k)ubuntu?09:27
LoppApankwyjibo: ask again, maybe this time someone will answer09:28
Seveas!tell vanten about anyone09:28
kwyjibo:(09:28
=== |mp| [n=mp@82.153.240.58] has joined #ubuntu
aris_kwyjibo, i've look in 3 windows of logs and didn't find your question09:28
sethkkwyjibo, I didn't even see your question.  It gets busy here.09:28
kwyjiboi've asked it 4 times09:28
sethkkwyjibo, nobody is deliberately ignoring you.  just ask again.09:28
kwyjiboi'll ask:09:28
_jasonKwitschibo, probably because no one knows or we just didn't see the question09:28
_jasonoops09:28
kwyjiboi am trying to get my SSH client and SSH server to use the same codepage09:28
MickMcMackvanten, I am.09:28
vantenSeveas: :)09:28
kwyjiboi cannot find anywhere in man pages how to set the codepage on the server side09:28
Seveaskwyjibo, then let your client forward the LC_* and LANG variables09:29
LoppApankwyjibo: I'm watching wvil dead here at the same time, a bit distracted so to speak...09:29
MickMcMackvanten, *poke*09:29
lucisI'm using gnome and want to switch to KDE. What do i need to do? anything special besides uninstall gnome and install KDE?09:29
Seveaslucis, no09:29
sethklucis, no need to uninstall gnome09:29
mjrlucis, nothing special, just install kubuntu-desktop. Recommend against uninstalling gnome.09:29
LoppApankwyjibo: but Seveas is on to something I think09:29
kwyjibosev: I do not understand how to do that. I am using Putty for win32, ssh'ing to a ubuntu server09:29
sethklucis, a bad idea, actually09:29
lucisAlright, thanks.09:29
vantenMickMcMack: i'm running gentoo all 64 bit now. a real hassle to get closed source browser plugins to work. like flash player, java plugin,...  do they work on (k)ubuntu 64?09:30
kwyjiboI have set Putty to use every codepage under the sun09:30
mjr(but if you want, try something like sudo apt-get remove libgnome2-common)09:30
juliuxSeveas, what is it if it is no kernel error?09:30
Dreamgliderlucis,  at login you simply chose to use KDE session instead of GNOME09:30
Seveaskwyjibo, ah, don't know how to configure putty for that09:30
lucisThanks, dreamglider, et al.09:30
kwyjiboi don't think it's putty that's the problem09:30
MickMcMackvanten, they should do, but my sound is borked, so I'm not sure.09:30
kwyjiboperhaps if I understood just what determines the server side codepage09:30
sethkkwyjibo, does your putty client work with codepages with other servers?09:30
=== lucis [n=sam@adsl-70-232-58-197.dsl.ltrkar.sbcglobal.net] has left #ubuntu []
Seveasjuliux, a message that to me sounds like a notification and which I can't say anything more useful about, sorryt09:30
kwyjibosethk: i only have this one server09:30
MickMcMackvanten, the plugin installs fine, and FireFox picks it up - it just wont play swf's due to my soundserver being totally borked.09:30
Seveaskwyjibo, usually the client09:31
juliuxSeveas, ok thanks09:31
Seveasbut the locale has to be installed at the server09:31
sethkkwyjibo, it's determined by your client requesting it.  Why in the world would you assume that the client is not involved?09:31
kwyjiboit's like every application on the server looks different09:31
Dreamgliderwich one required more cpu/ram Gnome or KDE ?09:31
Seveaskwyjibo, try on the server: sudo dpkg-reconfigure locales09:31
sethkkwyjibo, when you don't know something, investigate, don't make an assumption with no data to back it up.09:31
=== purplefeltangel [n=purplefe@CPE0050bfffe781-CM014120014776.cpe.net.cable.rogers.com] has joined #ubuntu
=== martine [n=martine@bjoern.tommeraas-vik.no] has joined #ubuntu
kwyjibomidnight commander uses one character set....... centericq uses another. elinks uses yet another.09:31
kwyjiboit's chaos09:31
Seveaskwyjibo, try on the server: sudo dpkg-reconfigure locales <--09:32
kwyjibook one second09:32
djk_vanten: there is no java plugin for 64bit..09:32
sethkkwyjibo, that sounds like you have a problem totally unrelated to ssh09:32
=== Mazoku [n=mazoku@213.141.158.52] has joined #ubuntu
=== darksun [n=darksun@pool-151-200-159-189.res.east.verizon.net] has joined #ubuntu
kwyjiboooh09:32
darksunwhere is the option to install dev tools/compilers?09:33
=== Amaranth [i=travis@ubuntu/member/amaranth] has joined #ubuntu
kwyjiboi'm looking through that locale thing, Seveas09:33
purplefeltangelcan someone help me install SBaGen?09:33
Seveasdarksun, sudo apt-get install build-essential09:33
darksunSeveas, thanx09:33
vantendjk_: sure there is, the one from blackdown jre. but i was wondering if some stuff on ubuntu is left 32 bit so the sun jdk 32 could be used or so09:33
=== adau [n=adau@ASte-Genev-Bois-151-1-11-98.w82-121.abo.wanadoo.fr] has joined #ubuntu
=== saik0 is now known as saik0_gone
LoppApanSeveas: you are active and got an @, you getting paid for this? ;)09:34
alexissoftis it possible to upgrade a current breezy installation to dapper ? (i like development distribs :p)09:34
Amaranth!info ia32-libs09:34
=== mode/#ubuntu [+o Amaranth] by ChanServ
Seveasalexissoft, yes it is09:34
alexissoftcool :)09:34
=== adau [n=adau@ASte-Genev-Bois-151-1-11-98.w82-121.abo.wanadoo.fr] has joined #ubuntu
Seveasalexissoft, but the ubuntu dev. version breaks hard sometimes09:34
kbrooksLoppApan, No.....09:35
vanten!info ia32-libs09:35
LoppApankbrooks: ok, just good work then09:35
=== safrican [n=safrican@adsl-68-77-46-97.dsl.emhril.ameritech.net] has joined #ubuntu
purplefeltangelhow do you install a program that is in a .tgz?09:35
Rubin!dapper09:35
ubotuThe 6.04 version of Ubuntu will be called the "Dapper Drake" release. https://wiki.ubuntu.com/DapperDrake09:35
=== _nano_ [n=bdutta@ip70-162-104-171.ph.ph.cox.net] has joined #ubuntu
=== kandinski [i=kandinsk@rowrcolo.net] has joined #ubuntu
Millenniumgrouphi Rubin :)09:35
alexissofti don't mind :)09:35
kbrookspurplefeltangel, depends09:35
Seveas!tell purplefeltangel about compiling09:35
Rubinhi Milenko_The_Snow09:35
Rubiner09:35
Rubinhi Millenniumgroup09:35
kbrooksSeveas, it depends.09:35
pipelinepurplefeltangel: You avoid doing so.09:35
purplefeltangelseveas, uh, i don't think i'm doing that.09:35
vantenAmaranth: and the correct name is ? :)09:35
Seveaspurplefeltangel, you might have to :)09:36
Amaranthvanten: no idea09:36
purplefeltangelpipeline: well then what should i do? :/09:36
=== vilefridge [n=eric@d142-59-237-149.abhsia.telus.net] has joined #ubuntu
Dreamglideri have 8 updates available, but when i klick the update icon nothing happens ?09:36
pipelinepurplefeltangel: Avoid it?09:36
Amaranth!find ia3209:36
purplefeltangelpipeline: but i want this program?09:36
djk_vanten, you're wrong. there is a jre, and a jdk, no plugin. no webstart.09:36
=== jemt [n=jemt@nat.kollegienet.dk] has joined #ubuntu
SeveasAmaranth, ubotu is on a 32-bit machine so has no ia32-libs in its cache09:36
djk_vanten: ..for 64bit..09:36
=== adau [n=adau@ASte-Genev-Bois-151-1-11-98.w82-121.abo.wanadoo.fr] has left #ubuntu ["Quitte"]
Millenniumgroupit's all quiet here on the western front sky) tx to you and excalibur :)09:36
AmaranthSeveas: oh yeah09:36
=== Surak [n=ubuntu@20132134153.user.veloxzone.com.br] has joined #ubuntu
vantendjk: tsk09:36
Seveasdjk_, sun has a 64 bit version of their jre09:36
=== surfdue [n=tyler@unaffiliated/surfdue] has joined #ubuntu
vilefridgeI'm using an Orinoco 8482-WD a/b/g Wifi adapter and the WPA_Supplicant package.  It seems like I'm being disconnected every 600 seconds (10 minutes) right on the dot! The downtime is about 5 seconds, before the connection is stable again for another 600 seconds.  Does anyone have any idea whatsoever why this might be occuring at 10 minute intervals?09:37
=== Enquest [n=Enquest_@d54C29A8D.access.telenet.be] has joined #ubuntu
=== jenda [n=jenda@195.47.80.185.adsl.nextra.cz] has joined #ubuntu
Seveasvilefridge, probably your orinoco driver crapping our09:37
=== theD3viL [n=geek@BSN-77-90-27.dsl.siol.net] has joined #ubuntu
Seveasout*09:37
djk_Seveas: i didn't say they don't. in fact, i said they do. however, i said that there is no javaplugin or webstart for 64bit09:37
=== surfdue [n=tyler@unaffiliated/surfdue] has left #ubuntu ["Leaving"]
jemtGreetings. I have finally decided to make Ubuntu my primary operating system - but i'm still using Windows for .NET development. But I'm in need of a good Antivirus Program. Is suck a program available for Ubuntu ?09:37
Seveasdjk_, I stand corrected09:37
djk_:)09:37
kbrooksjemt, no need09:37
jemtsuch09:37
Seveasjemt, clamav09:37
=== Watje [n=watje@82-171-201-50.dsl.ip.tiscali.nl] has joined #ubuntu
=== Drago [n=nw@87.254.66.79] has joined #ubuntu
Seveasalthough it's not too neccessary09:38
SurakHello people.09:38
jemtkbrooks: Eh ? Of couse it is needed09:38
Seveasjemt, ever heard of mono?09:38
=== ji [n=jii_@c213-100-19-211.swipnet.se] has joined #ubuntu
=== ji [n=jii_@c213-100-19-211.swipnet.se] has left #ubuntu ["Lmnar"]
neirasjemt - you have to remember, 99% of viruses out there are not "Computer viruses", they are "Windows viruses"09:38
jemtSeveas: Yep :)09:38
=== tb77 [n=scratch@69-164-89-254.albyny.adelphia.net] has joined #ubuntu
=== BenUrban [n=benurban@68.49.10.243] has joined #ubuntu
=== lancer285 [n=lancer28@168-103-217-224.hlrn.qwest.net] has joined #ubuntu
kbrooksjemt: no, its not on ubuntu09:38
vilefridgeSevas:  Thanks, I believe there's an updated driver called madwifi-ng.  I'll have to give that a shot =)09:38
BenUrbanugh, now i can't log into x09:38
=== noddaba [n=abaddon@adsl-68-79-236-30.dsl.sfldmi.ameritech.net] has joined #ubuntu
lancer285Hey guys, anyone have suggestions on a good KVM. I'm gonna need one to switch from ubuntu to Mac09:38
=== DJWillis [n=djwillis@82-32-72-123.cable.ubr02.bath.blueyonder.co.uk] has left #ubuntu ["Leaving"]
Surakjemt: why do you need a antivirus in linux? will this machine host files for a windows network?09:39
kbrooksBenUrban, meh, using ubuntu eh ;)09:39
=== jlhenry [n=jlhenry@Quebec-HSE-ppp242189.qc.sympatico.ca] has joined #ubuntu
=== ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has joined #ubuntu
BenUrbankbrooks: heh, yeah09:39
BenUrbanyou?09:39
kbrooksduh. ;)09:39
thegladiator_jason, i am trying out to install mp3 , but this is the error i get09:39
Seveasvilefridge, maswifi is for atheros, not orinoco09:39
djk_kbrooks: it may not be needed as protection for oneself, but to prevent distributing viruses ;)09:39
vilefridgejemt:  VB .NET is the only reason Windows is still kicking around on my box too :)  Like Seveas said, Clamav is slick!09:39
=== worldmaster0 [n=roxer@pool-162-83-247-196.ny5030.east.verizon.net] has joined #ubuntu
=== mz2 [i=mz2@ZYYYMMDCCLXXIII.dsl.saunalahti.fi] has joined #ubuntu
Seveasvilefridge, ewwwww VB....09:39
BenUrbancurrently sharing /boot and /home with gentoo09:39
Seveasvilefridge, learn python :)09:39
sethklancer285, My IOGEAR USB switch works well with OSX and linux and windows09:39
vantendjk:09:40
SurakI need help with a smartlink modem. is someone experienced with it?09:40
vantendwarf ~ # equery files dev-java/blackdown-jdk | grep javaplugin.so09:40
vanten/usr/lib64/nsbrowser/plugins/javaplugin.so -> /opt/blackdown-jdk-1.4.2.02/jre/plugin/amd64/mozilla/libjavaplugin_oji.so09:40
vantendwarf ~ #09:40
sethklancer285, but my earlier IOGEAR didn't09:40
vilefridgeSeveas:  No way?  I'm using madwifi for my orinoco...... right at this moment.09:40
jemtI'm quite sure that viruses exists for Linux09:40
sethklancer285, so don't go for an older one.  miniview III or later09:40
shawarmaHas anyone here ever tried converting /boot to RAID-1 ?09:40
Seveasvilefridge, hmm09:40
sethkjemt, yes, there are a few09:40
jendajemt: most people who switch to GNU/Linux is to avoid viri - non Windows OSes are usually imune to most viri, and Linux is immune to all dangerous ones.09:40
thegladiator_jason, http://paste.ubuntu-nl.org/576209:40
jemt.. And I can't afford data lose09:40
sethkjenda, there is one dangerous linux virus around09:40
=== Shachaf [n=Shachaf@c66-235-25-227.sea2.cablespeed.com] has joined #ubuntu
sethkjenda, although I've only come across it in docs, never in the flesh09:40
jemtThe data on this machine is pretty important to me and several companies09:40
jendasethk: And it's called MS Windows09:40
BenUrbanunfortunately i can't paste my Xorg.0.log since i can't start x...09:41
BenUrbanwell i shuoldn't say that09:41
BenUrbani can start x09:41
vilefridgeSeveas: hrmm indeed hahah.  I'll look into it (and maybe python hah) later, have to run back to work!  Thanks for the help09:41
sethkjenda, ok, two then.  :)09:41
BenUrbanbut i can't log in09:41
Surakjemt: they say that there is one. I'm not aware of. And I use linux since 1993.09:41
_jasonthegladiator, enable the main repository.  I think you didn't have those enabled when I checked before, check.09:41
jendasethk: Mac OS? DOS?09:41
thegladiatoryep09:41
sethkBenUrban, look at the _first_ error in the log file, and tell us what it is.09:41
=== BenUrban greps for EE
=== Drago [n=nw@87.254.66.79] has left #ubuntu []
=== Gambit- [n=god@196.204.249.168] has joined #ubuntu
Gambit-hey chaps09:41
sethkjenda, there is one dangerous email virus that hits linux, although it is of course patched and fixed09:41
Gambit-g'bye chaps09:42
noddabaHey guys, need a little help using mdadm to setup a linear array of two drives (originally formatted ext3).  I created the array just fine, but I'm not sure if I should run mke2fs on the raid device (/dev/md1) or on the individual devices?09:42
sethkjenda, so only old installations are vulnerable09:42
=== Gambit- [n=god@196.204.249.168] has left #ubuntu []
jendasethk: Of course - a single virus can never live long.09:42
BenUrbanbah no gpm either09:42
=== BenUrban instals gpm
hawk`anyone have any experience with pure-ftpd?09:42
LoppApanhawk`: mmm, long ago09:42
=== Bachus9000 [n=Bachus90@pcp01053787pcs.muncie01.in.comcast.net] has joined #ubuntu
=== jenda is now known as jenda_extremely_
sethkjenda, hey, some windows viruses have been around for six, seven years now.  :)09:43
=== jenda_extremely_ is now known as jenda_very_busy
BenUrbanah better09:43
=== BenUrban mouses
=== andi_ [n=no@81.166.44.235] has joined #ubuntu
rambo3can i install windows virus with wine09:43
jenda_very_busysethk: True - but those are dangerous only until you stop using Winthing09:43
BenUrban(EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work09:43
hawk`ah, nevermind, found it09:43
jemtIs clamav just a scanner?09:43
LoppApanhawk`: good09:43
jenda_very_busyrambo3: j'sec - I'll get you a link09:43
jemtI would prefer a shield09:43
corresponderrambo3: what should he do to your system?09:43
BenUrbanthat's the only line start starts with (EE)09:44
Surakaplay -l does not show my modem. it's a Smart Link Ltd.: Unknown device 2800 - which is stated as available through alsa. I don't know how to proceed, anyway.09:44
=== Ishotweb [n=nemmons@71.224.3.51] has joined #ubuntu
Surakjemt: you are looking for horns in a head's horse.09:44
BenUrbanwtf09:44
=== MenZa` [n=menza@0x50a1605a.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu
rudizjemt, u can use chkrootkit09:44
SeveasBenUrban, then install a correct fglrx module09:44
Seveas(hint: if you upgrade your kernel you will need to recompile the module)09:45
=== vince_ [n=vince@84.119.34.94] has joined #ubuntu
=== MaX [n=pedro@a213-22-121-1.cpe.netcabo.pt] has joined #ubuntu
hawk`hmm09:45
MaXboas09:45
=== ShotWeb [n=nemmons@71.224.3.51] has joined #ubuntu
=== nemmons_ [n=nemmons@71.224.3.51] has joined #ubuntu
vince_0hi09:45
rudizjemt, sudo apt-get install chkrootkit09:45
BenUrbanSeveas: i haven't changed kernels09:45
=== IeiVji [i=ali@81.213.178.200] has joined #ubuntu
=== IeiVji [i=ali@81.213.178.200] has left #ubuntu []
MaXhey09:45
BenUrbanSeveas: and besides, that's not my problem09:45
hawk`if i want to add switches to an autostart program, where do i change this?09:45
BenUrbani can't log into x09:45
BenUrbanhmm i should try starting x without gdm09:45
Surakdoes someone use a smartlink modem? or where can I look a channel for it?09:45
MaXhow can i install my soundblaster creative live 5.1! ????09:45
jemtrudiz: Is that a scanner or a shield?09:45
jemtrudiz: And is a 'rootkit' the same as a virus ?09:46
rudizscans for rootkits09:46
=== xeZiufE [i=ali@81.213.178.200] has joined #ubuntu
BenUrbanoh wtf09:46
lancer285sethk, okay thanks!09:46
jemtrudiz: Well, I need a shield09:46
vantenMaX: open your case and plug it in ;)09:46
Surakjemt: none. You are looking for something which does not exist.09:46
=== xeZiufE [i=ali@81.213.178.200] has left #ubuntu []
=== existance [n=existanc@cpe-68-201-255-172.houston.res.rr.com] has joined #ubuntu
=== Atlas [n=atlas@84.5.60.174] has joined #ubuntu
vince_main:rgstereo=0Xlib:  extension "GLX" missing on display ":0.0".09:46
vince_Xlib:  extension "GLX" missing on display ":0.0".09:46
vince_Video mode set failed: Couldn't find matching GLX visual09:46
vince_Fatal signal: Segmentation Fault (SDL Parachute Deployed)09:46
vince_*** glibc detected *** corrupted double-linked list: 0xb7c4d938 ***09:46
vince_ What's the problem?09:46
BenUrbanit says X: user not authorized to run the X server, aborting.09:46
jemtSurak: A shield or the viruses i'm talking about ?09:46
MaXvanten, sorry i didn't understand09:46
Surakjemt: the viruses.09:47
Seveasvince_, the problem is that you paste in here09:47
=== tb77 [n=scratch@69-164-89-254.albyny.adelphia.net] has left #ubuntu ["Konversation]
sethkBenUrban, how are you starting X?09:47
BenUrbansethk: this time i tried startx09:47
sethkBenUrban, with the default installation an ordinary user can start X.09:47
Agrajagjemt: if you want something that will mintor the integrity of everything in your system, you should probably look into something like tripwire09:47
Surakjemt: there are commercial anti-virus sollutions for linux. mcafee, freeav.com, etc.09:47
Agrajags/mintor/monitor09:47
=== nemmons_ [n=nemmons@71.224.3.51] has left #ubuntu ["Leaving"]
BenUrbansethk: this is hardly default09:47
sethkBenUrban, that's odd.  Is there an X server running already, that perhaps can't be killed because it was started by root?09:47
BenUrbansethk: i'm sharing /home with gentoo09:47
=== gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu
jemtThe thing is that I have a shared FAT32 partition with all my data on - available in both Windows XP and Linux. And I'm afraid that I might get some Windows viruses via Ubuntu which will execute when I start windows09:47
=== BenUrban checks
neirasjemt: a rootkit basically sits between the kernel and user space, and intercepts most calls between them. So as far as your programs know, they are talking to the kernel - but they are actually talking to something malicious. Rootkits can be pretty hard to detect.09:48
sethkBenUrban, well, ok.  do you have .gnome and/or .kde directories in home set up from gentoo?09:48
dr_willisWindows viruses via Ubuntu   ?09:48
BenUrbansethk: yes, .gnome09:48
BenUrbanand there is no X running09:48
aris_jemt, don't be afraid about that09:48
=== Ethan [n=user@AMontsouris-152-1-23-183.w82-123.abo.wanadoo.fr] has joined #ubuntu
Surakjemt: how will they come in through ubuntu?09:48
sethkneiras, actually that is a definition of rootkit that has been floating around since the Sony story, but that's not what a rootkit in UNIX has traditionally been09:48
aris_jemt, it's very unlikely09:48
MaXhow can i install my soundblaster creative live 5.1! ????09:48
neirasjemt: look at http://en.wikipedia.org/wiki/Rootkit09:48
SeveasSurak, mailserver09:48
=== Pluk [n=Pluk@12-68-dsl.ipact.nl] has joined #ubuntu
jenda_very_busyALL, rambo3: Viri in Linux: http://os.newsforge.com/article.pl?sid=05/01/25/1430222&from=rss09:48
neirassethk, sure, but I'm trying to be simple here09:48
sethkneiras, a unix root kit loads a series of programs with the same names as common utilities (ls, sh, etc.) but with different behavior.09:48
jemtSurak: Downloads perhaps ?09:48
jenda_very_busyVery good read09:49
sethkneiras, ok09:49
=== BenUrban wonders what 5.1 factorial is
Surakjemt: let's assume you download a virus (through email)09:49
=== albacker [n=eni@customer-side2-telecomalbania.atnet.com.al] has joined #ubuntu
jemtSurak: Not that I'm downloading alot09:49
Seveas!5.1!09:49
ubotuSeveas: What?09:49
sethkBenUrban, it isn't.  factorial's domain is integers09:49
jemtSurak: Might happen, yes09:49
=== M_Cheevy [n=mrktngju@218-101-27-42.dsl.clear.net.nz] has joined #ubuntu
Seveas!5.1*2.209:49
ubotu11.2209:49
BenUrbanlol09:49
Surakjemt: the file will be saved in fat32 partition.09:49
=== jax0m [n=admin@c-24-21-206-193.hsd1.or.comcast.net] has joined #ubuntu
=== bronson [n=bronson@pool-68-160-51-248.bos.east.verizon.net] has joined #ubuntu
BenUrbansethk: i was being sarcastic btw09:49
Surakjemt: this file will not be executed at windows' startup. there will not be anythin in windows registry telling it that.09:50
BenUrbanbut factorial does work for some non-integers09:50
sethkBenUrban, I figured that  :)09:50
aris_sethk, not always09:50
MaXhow can i install my soundblaster creative live 5.1! ???? please09:50
jemtSurak: Well, sounds right.09:50
aris_sometimes a good rootkit doesn't even leave files on harddisk09:50
=== omeg [n=michiel@h8441190238.dsl.speedlinq.nl] has joined #ubuntu
wick3dis it possible to listen to a shoutcast radiostation with xmms?09:50
jemtSurak: But I will still have a virus lying on my partition09:50
=== quacker [n=w00t@S01060030ab077a70.cg.shawcable.net] has joined #ubuntu
dr_willisMaX,  err.. it saw mine and set it up during the install.09:51
Surakso, a updated windows antivirus will find it before it is run.09:51
jemt - But my Windows antivirus will detect that09:51
=== erUSUL [n=erusul@212.59.223.148] has joined #ubuntu
=== AudioMove [n=cathal@83.167.251.0] has joined #ubuntu
Seveaswick3d, my xmms thinks it is :)09:51
sethkaris_, the definition of the term is arbitrary, obviously.  I'm using the accepted definition in the UNIX system V world for quite a while.  Not to say that trojans aren't nasty things.  they just have nothing to do with rootkits.09:51
Surakjemt: a good windows (and linux) free antivirus is www.freeav.com09:51
=== chombee [n=seanh@82-39-105-204.cable.ubr02.newy.blueyonder.co.uk] has joined #ubuntu
jemtSurak: Ok, thanks09:51
jemtActually that one i'm using for Windows :)09:51
=== stuart_ [n=stuart@host81-129-69-226.range81-129.btcentralplus.com] has joined #ubuntu
=== BenUrban mentions that clamav has a linux version as well
aris_sethk, nope, i'm saying a rootkit can for instance just be a kernel patch loaded at runtime09:52
Surakthere's a free version for linux also.09:52
aris_that change the inner working of most syscalls09:52
silvertonMaX, is the emu10k module loaded?09:52
sethkaris_, yes, I know what you are saying, and I'm disagreeing09:52
M_Cheevymorning ppls09:52
djk_does someone here use dosbox?09:52
wick3dSeveas so how do i set that up? since when i click "tune in" i just get a box asking what prog to use and i cant find sh** on this comp now:P09:52
chombeeHi - I was wondering if it was possible to make the fonts look better in text mode - i.e. when X Windows is not running. Fonts look really nice in a GNOME terminal, but horrible in text mode linux09:52
jemtBtw - we were talking about e-mails. Is it possible to transfer the mail-folder fra Thunderbird on Windows to Thunderbird on Linux ?09:52
BenUrbandjk_: me09:52
=== rhoffa [n=rhoffa@ip70-162-83-183.ph.ph.cox.net] has joined #ubuntu
BenUrbansometimes09:52
=== modzero [n=modzero@pool-71-241-82-79.scr.east.verizon.net] has joined #ubuntu
jemt - Or even make them share a mail-folder on the shared FAT32 partition ?09:52
sethkjemt, sure.  the question is whether after you transfer it, will it still work?09:52
aris_the definition of a rootkit is "a kit that permits a hacker to get back to his shell without using the exploit he used to get in"09:52
jenda_very_busydjk_: Occasionally09:52
LoppApanchombee: framebuffer I think09:53
djk_BenUrban: i've apt-got it but i can't locate the dosbox.conf file...09:53
sethkaris_, no, that's not what I have in any documentation.  I checked before making my comment.09:53
=== Thorondor [n=anstei@84-73-60-31.dclient.hispeed.ch] has joined #ubuntu
LoppApanchombee: set vide mode in grub09:53
aris_thus, it doesn't say if this has to be kernelmode or usermode09:53
M_Cheevywell my ubuntu disks have just arrived, right after I finalised my debian install.  I'm running on a sata raid and it looks like there is better support for it in ubuntu.   Should I go ahead and make the swap?09:53
LoppApanchombee: google on that09:53
MaXsilverton, don't know what that is09:53
BenUrbandjk_: can't help you there, haven't used it in ubuntu yet09:53
aris_sethk, your documentation lies :)09:53
LoppApanchombee: set video mode in grub09:53
rhoffais there an apt-get for any linux ftp program that works wiht the xbox09:53
sethkjemt, you want IMAP.  Don't try to get imap on the cheap by sharing directories.09:53
=== jian [n=GG@lotus.ece.ucsb.edu] has joined #ubuntu
djk_BenUrban: ah okay.09:53
silvertonMaX, in a terminal, run lsmod, and look for emu10k09:53
aris_the modified ls & such are the first generation of rootkits09:53
djk_jenda_very_busy: can you locate the dosbox.conf file?09:53
aris_easily detectable and noisy09:54
jenda_very_busydjk_: I don't think so09:54
=== GoRoDeK [n=gorodek@p5083FC3D.dip.t-dialin.net] has joined #ubuntu
jenda_very_busydjk_: I tried before09:54
jemtsethk: Well, the case is that I do have IMAP support - but most of my e-mails is located on my Windows installation (Thunderbird) - and I want to keep those too09:54
stuart_Trying to install KDE on ubuntu. # sudo apt-get install kubuntu-desktop09:54
stuart_. Error message E: Couldn't find package kubuntu-desktop appears. What have I done wrong?09:54
silvertonubuntu should have set it up automatically, there is something in alsamixer that you prolly have to enable, I always have when I have a SB in a nix box09:54
rhoffaand anyone know why i can connect to ubuntu server so fast but not efnet09:54
thegladiatoris ubuntu profitable company ?09:54
aris_it doesn't matter anyway09:54
=== AIV [n=unknown@70.243.24.226] has joined #ubuntu
sethkjemt, email them back to yourself on the imap server09:54
jemtare*09:54
FarrisGOk, how about this: How do I keep usb_storage from loading until the system loads the modules in /etc/modules?09:54
djk_jenda_very_busy: mmh, this is interesting.. the conf.file is pretty much the most important part..09:54
aris_any good rootkit won't be detected by chkrootkit09:54
=== ablyss_ [n=ablyss@68-190-35-8.dhcp.gwnt.ga.charter.com] has joined #ubuntu
jemtsethk: Hmm. There is a couple of hundred e-mails. Would take quite some time09:54
jenda_very_busythegladiator: Ubuntu isn't a company - Canonical is, and I think it's profitable09:54
sethkjemt, you don't do it by hand, you script it.09:55
jenda_very_busythegladiator: But maybe it isn't.09:55
thegladiatori see , is the owner making something out of this ventuer ?09:55
djk_jenda_very_busy: do you use a graphical frontend to dosbox?09:55
jenda_very_busydjk_: I know, but I have no clue... No I don't use a GUI09:55
SurakI need help in setting up a smartlink modem in ubuntu. it does not work as stated in docs.09:55
MaXsilverton, don't have that09:55
rudizthere is also  http://www.rootkit.nl09:55
BenUrbandjk_: if you can start dosbox, you can generate a config file...09:55
jemtsethk: Yea, might work:)09:55
jenda_very_busydjk_: very besy - sorry09:55
neirasthegladiator: Who knows, financially - on the other hand, he's sure getting a lot of geek cred :)09:55
jenda_very_busy*busy09:55
Thorondorevolution keeps crashing on startup, i get these error messages when launching from terminal: http://paste.ubuntu-nl.org/5763 - any ideas?09:55
djk_jenda_very_busy: meh, i can't type a : in dosbox, thus need a gui.09:55
djk_BenUrban: how?09:56
=== Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has joined #ubuntu
silvertonMaX, then type sudo modprobe emu10k09:56
silvertonor, wait09:56
silvertontype sudo alsaconf09:56
BenUrbandjk_: i forget exactly, but you can type help09:56
thegladiator:D09:56
thegladiatorcredits , bah :D09:56
jemtclear09:56
chombeeLoppApan - I have to rebuild the kernel?09:56
sethkThorondor, you lost or failed to install some shared libraries.09:56
M_Cheevyendowments tend to survive by investing the unspend money.. hopefully the earn more in interest then they spend09:56
=== korhalf [n=chris@d150-171-64.home.cgocable.net] has joined #ubuntu
MaXFATAL: Module emu10k not found.09:56
sethkThorondor, what did you do to trigger this?09:56
silvertonMaX, try sudo alsaconf09:57
LoppApanchombee: don't know how the standard kernel is built. make menuconfig and chek it out or just try with videp settings and grub and find out09:57
Thorondorsethk: i don't know what exactly caused it, but i see that libgail-gnome-module is not installed09:57
MaXsudo: alsaconf: command not found09:57
=== GodFather [n=rcc@adsl-68-250-145-129.dsl.sfldmi.ameritech.net] has joined #ubuntu
MaXlol09:57
vantendjk_: missing sun java plugin is not a problem, konqueror doesnt uses java directly, without plugin09:57
=== sley [n=sleyer_@CPE00119519e2fb-CM0012c90d04fc.cpe.net.cable.rogers.com] has joined #ubuntu
sethkThorondor, right.  Did you upgrade evolution, or change its configuration?09:57
=== Surak [n=ubuntu@20132134153.user.veloxzone.com.br] has left #ubuntu []
M_Cheevydjk: mainly because sun isn't going to make java completely open source09:58
silvertonMaX, what version of ubuntu are you running?09:58
Thorondorsethk: i don't remember having done that, recently09:58
MaX5..1009:58
thegladiatorrm is not part of w32 codecs package ?09:58
djk_M_Cheevy: huh?09:58
stuart_I get the error message "E: Couldn't find package kubuntu-desktop" when I type in "# sudo apt-get install kubuntu-desktop". Am I doing something wrong?09:58
silvertonMaX, install alsa-utils and alsa-base09:58
=== Watje [n=watje@82-171-201-50.dsl.ip.tiscali.nl] has joined #ubuntu
vantendjk_: only flash will be a problem... but i guess it must be possible to install a 32 bit static firefox...09:58
M_Cheevydjk: java is from sun.  it's not included in the release because of licensing issues09:58
sethkThorondor, Did you upgrade something that might have replaced libraries with newer versions?09:59
djk_M_Cheevy: okay? and...why are you telling me this?09:59
sethkThorondor, there has to be something of that sort going on.09:59
M_Cheevydjk: because only now I see your question hinges around 64bit rather than merely the "why" of installing java09:59
djk_M_Cheevy: i never asked a question regarding java..10:00
MaXin Synaptic already installed10:00
MaXmaybe i did wrong the command10:00
MaXhow it is?10:00
=== cvt [n=cvt@pcp08899240pcs.hcksrd01.tn.comcast.net] has joined #ubuntu
sleyanyone know about flash on amd64?10:00
Thorondorsethk: i installed GConf yesterday, could it have to do somethin with it?10:00
M_Cheevydjk_: saw "<vanten> djk_: missing sun java plugin"10:00
thegladiatormy *.rm files are nto being read after i installed w32codecs_20050412-0.0_i386.deb10:00
thegladiatorany idea ?10:00
Seveaswick3d, xmms http://url_to_playlist10:01
thegladiatorit says real media 8 and 9 in the article as well10:01
BenUrbanthegladiator: i don't think win32codecs has rm spport10:01
BenUrbani could be wrong though10:01
djk_M_Cheevy: vanten was the one asking about java on 64bit, i said that there is no plugin and no webstart for 64bit..10:01
=== aureo [n=aureo@201009205101.user.veloxzone.com.br] has joined #ubuntu
rhoffaanyone know any ftp linux programs that connect to an xbox10:01
SeveasBenUrban, it has10:01
thegladiatorThe Codecs" support playing MPEG-1, -2 & -4, DivX, Quicktime, Real Media 8 & 9, Windows Media Video 9 and many other formats.10:01
M_Cheevydjk: maybe I should just wait until my first cup of coffee kicks in....10:01
LoppApanrhoffa: gftp?10:01
_jasonthegladiator, do .wmv play?10:01
=== vniki [n=vniki@81-203-246-41.user.ono.com] has joined #ubuntu
=== aris_ [n=aris@165-12.247.81.adsl.skynet.be] has left #ubuntu ["Leaving"]
thegladiatorlemme check10:01
rhoffais it built in?10:01
=== navarone [n=me_again@ip-21.49.99.216.dsl-cust.ca.inter.net] has joined #ubuntu
sethkThorondor, yes, it could.10:01
kbrooksI HAVE A QUESTION10:01
kbrooksI HAVE A QUESTION10:01
kbrooksI HAVE A QUESTION10:02
stuart_I get the error message "E: Couldn't find package kubuntu-desktop" when I type in "# sudo apt-get install kubuntu-desktop". Am I doing something wrong?10:02
_jasonkbrooks, ...10:02
=== mode/#ubuntu [+b %kbrooks!*@*] by Seveas
sethkThorondor, it's a bug in the package if it does, of course, but it certainly could.10:02
MaXsilverton, say the command again please10:02
BenUrbankbrooks: please don't do that...10:02
djk_M_Cheevy: good idea hehe ;) i know java like i know a bad bowel movement.. and i stay away from both :p10:02
sethkkbrooks, we are all happy to hear that.10:02
=== kbrooks [n=kbrooks@unaffiliated/kbrooks] has left #Ubuntu [requested]
BenUrbanlmao10:02
navaronestuart repos are probably down10:02
=== kbrooks [n=kbrooks@unaffiliated/kbrooks] has joined #ubuntu
rhoffaloppapan - is it built in with ubuntu10:02
korhalfkbrooks, don't flood, idiot10:02
shawarmaSeveas: LOL!10:02
BenUrbanhaha@ kbrooks10:02
LoppApanrhoffa: u can install it10:02
=== Kyral [n=kyral@hamlin-166-23012.hamlin.clarkson.edu] has joined #ubuntu
Seveaskorhalf: Please keep the code of conduct in mind when chatting here. You can find it at http://www.ubuntulinux.org/community/conduct10:02
M_Cheevydjk_: (brain flush at that image)10:02
djk_kbrooks: do you still have a question :p10:02
stuart_navarone many thanks, sorry.10:02
=== lukus001 [n=lukus001@82-32-107-175.cable.ubr02.hawk.blueyonder.co.uk] has joined #ubuntu
=== Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has joined #ubuntu
navaronenp stu10:03
Mabus06damnit10:03
=== mumbles-ccna is now known as mumbles
shawarmaCould changing the type of a partition mess up being able to boot from it?10:03
thegladiator_jason, *.wmv can be played , yes10:03
korhalfthegladiator, not true10:03
sethkshawarma, absolutely10:03
=== trout [n=dTrout@d58-105-2-123.dsl.vic.optusnet.com.au] has joined #ubuntu
Thorondorsethk: after installing the libgail-gnome-module package, the first error message went away, but it still crashes.10:03
rhoffado i need to set up anything special to connect to other servers other than ubuntu10:03
Mabus06how do you replace the list of people on the right hand side of xchat? I dropped my keyboard and it disappeared10:03
korhalfthegladiator, some ofthe new wmvs give processinput errors and give a green garbled screen10:03
_jasonthegladiator, what player are you using10:03
thegladiatorkorhalf, which is not true ?10:03
shawarmasethk: Are you sure? The contents is unaltered.10:03
thegladiatortotem10:03
SeveasMabus06, in the preferences10:03
thegladiatori see10:03
=== MickMcMack is now known as MickMcFalse
thegladiatorthis could be old wmv10:03
=== MickMcFalse is now known as MickMcMack
BenUrbanMabus06: what disappeared? the keyboard, or the list?10:03
thegladiatori am going to install aplyer10:04
_jasonthegladiator, totem-gstreamer or totem-xine?10:04
rhoffacause i cant connect to efnet10:04
Mabus06the list, lol10:04
thegladiatorwhich one should i go for ?10:04
silvertonMaX, sudo alsaconf10:04
SeveasBenUrban, :)10:04
vantensley: i would like to know too, i guess installing a 32 bit static firefox is the only solution10:04
BenUrban:)10:04
thegladiatordefault on breezy badger10:04
thegladiatorgstreamer10:04
thegladiatornot xine10:04
_jasonthegladiator, try totem-xine if you like totem.  I like mplayer too.10:04
navaroneMabus user list maybe hidden...try pull out user list from the right hand side...happened to me once10:04
trouthello, noob here. Have a couple of quick questions I can't find the answer to on the net.10:04
thegladiatori'd like xine though10:04
lukus001hey guys got a bit of a problem, when i logged in i had a couple of popups say "XYZ" failed to load, this has happened before but this time i accidentally pressed ignore/dont reload instead of "reload" so now i have now window manger shoort cuts at the bottom panel - how can i reload them restarting does nout10:04
=== fre4k [n=fre4k@202-63-164-173.exatt.net] has joined #ubuntu
thegladiator_jason, from synaptic ?10:04
M_Cheevytrout: we're all ears.. ask away10:04
MaXsilverton, the same :\10:04
Seveastrout, welcome, ask away :)10:04
=== Firetech [n=Jocke@h53n1fls301o1100.telia.com] has joined #ubuntu
dieselthegladiator: install xine...it is better than totem anyway10:04
=== slicslak [n=slick@wbs-196-2-115-67.wbs.co.za] has joined #ubuntu
silvertonMaX, then I haven't a clue dude10:05
sethklukus001, try a modprobe10:05
Seveaslukus001, right click on the panel, select add to panel, select window list10:05
MaXthanks anyway10:05
troutI have installed a couple of apps, like AntiVIR, but for the life of me I can't find them to check setting etc,,,10:05
_jasonthegladiator, yeah, the package is 'totem-xine'.  It will replace totem-gstreamer.  I'll have ubotu send you a link for mplayer if you want to try that as well10:05
silvertonMaX, try google dude10:05
_jasonubotu, tell thegladiator about mplayer10:05
thegladiatoryep10:05
sleyvanten: do you know where to get that?  The firefox I downloaded had missing 32bit dependencies10:05
M_Cheevytrout: ahhh the joy of "where the hell did it go???"10:05
fre4kcan someone point me to a link/tell me how to downgrade my gcc from 4 to 3.4.510:06
lukus001seveas, thanks - worked10:06
BenUrbantrout: dpkg --filelist is your friend (or is it --listfiles?)10:06
Seveasfre4k, sudo apt-get install gcc-3.410:06
lukus001sethk, thank you aswell10:06
SeveasBenUrban, -L10:06
=== Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has joined #ubuntu
BenUrbanheh10:06
vantensley: dunno, i'll convert this box to ubuntu in a minute. i'll tell you if a find out.10:06
fre4kSeveas, will it automatically remove the newer version and then load the older one ?10:06
Seveasfre4k, no, but you should use gcc4 on Ubuntuu anyway10:07
=== mRaapvsrd [n=iardtwka@81.213.99.122] has joined #ubuntu
troutis that to be typed in terminal? sorry when I said noob, I meant really noob. only with linux for a week!10:07
=== lovebug356 [n=lovebug3@lugwv/member/lovebug356] has joined #ubuntu
=== mRaapvsrd [n=iardtwka@81.213.99.122] has left #ubuntu []
=== dr_willis [n=willis@12-222-81-183.client.insightBB.com] has joined #ubuntu
=== testmachine [n=assink@ip237-239-58-62.adsl.versatel.nl] has joined #ubuntu
=== mRaapvsrd [n=iardtwka@81.213.99.122] has joined #ubuntu
M_Cheevytrout: yeap, that's a good place to do it...10:07
=== mRaapvsrd [n=iardtwka@81.213.99.122] has left #ubuntu []
fre4kSeveas, i'm getting an error msg from vmware that the kernel was built with 3.5 wheras i'm having 4.0 installed10:07
kwyjiboi must go. Seveas, you were onto something and I thank you all for your assistance. Hopefulyl I can figure out a solution soon.10:07
=== BooZee [n=bbking@bzq-82-80-166-125.red.bezeqint.net] has joined #ubuntu
BenUrbantrout: yes10:07
Seveasfre4k, ah, kernel modules10:07
=== ubuntu_ [n=ubuntu@i577A2F8F.versanet.de] has joined #ubuntu
Seveasfre4k, do this before compilng vmware:10:08
BenUrbantrout: dpkg -L <package>10:08
Seveasexport CC=gcc-3.410:08
=== wuming [n=ming@host66146157c0.dsl.res.tor.fcibroadband.com] has joined #ubuntu
=== Jared [n=jared@209.168.159.192] has joined #ubuntu
fre4kSeveas, sudo export or only export ?10:08
Seveasonly export10:08
=== BenUrban wonders how many points he could get for kwyjibo
fre4kSeveas, okay ...10:09
Jared....i can't figure out how to get java to install......ugh10:09
=== eeuimN [n=iardtwka@81.213.99.122] has joined #ubuntu
Mabus06Seveas, I don't have a preferences menu any more I don't think10:09
=== linuxoid [n=linuxoid@roko.stud.uni-goettingen.de] has joined #ubuntu
=== H_ [n=pierre@84.5.43.219] has joined #ubuntu
Jaredand i tried the ubuntu wiki10:09
=== demiurg [n=demiurg@212.118.59.2] has joined #ubuntu
BooZeehow do I install (and uninstall) rpm packages?10:09
wumingis there a collection of ubuntu backport?10:09
=== eeuimN [n=iardtwka@81.213.99.122] has left #ubuntu []
BenUrbanubotu: tell BooZee about alien10:10
fre4kSeveas, its did not work :(10:10
JaredBenUrban do you know how to get java to install.......i can't get it to...i tried the instructions on ubuntu wiki10:10
=== bullitt_ [n=bullitt@ppp-70-251-185-2.dsl.austtx.swbell.net] has joined #ubuntu
fre4kBooZee, u could try using alien10:10
BenUrbanJared: never tried to install java in ubuntu10:11
wumingsudo apt-get install sun-j2re1.510:11
wumingsudo ln -sf /usr/lib/j2re1.5-sun/bin/java /usr/bin/java10:11
MaXsilverton, sorry again and try to help me here...i installed gcc to compile C and Assembley but when i compile it says /usr/bin/ld: crt1.o: No such file: Arquive ou diretory not found10:11
MaX... know something10:11
=== Ethan [n=user@AMontsouris-152-1-23-183.w82-123.abo.wanadoo.fr] has left #ubuntu []
Seveasfre4k, how are you compiling?10:11
Seveaswuming, the package should create that link10:11
silvertonMaX, my knowledge on compiling source, is nil   sorry, lol10:11
sethkMaX, that should be installed, although that path is not the usual one.10:11
=== mumbles [n=admin@cpc2-bror1-6-0-cust74.bmly.cable.ntl.com] has joined #ubuntu
Seveaswuming, otherwise you should use update-alternatives, NOT ln10:11
MaXhmm10:11
MaXsilverton,  lol10:11
=== apueooakk [n=iardtwka@81.213.99.122] has joined #ubuntu
holmanJared, following the wiki steps you will have java running ok, sure10:11
MaXsethk,  and how can i put this working??10:12
fre4kSeveas, not doing it directly ...there is a pl script ... all i'm doing is this ....sudo perl /usr/bin/vmware-config.pl10:12
=== apueooakk [n=iardtwka@81.213.99.122] has left #ubuntu []
MaXreally need10:12
Seveasfre4k, ah tight10:12
Seveasfre4k, do it this way:10:12
Seveassudo -i10:12
=== apueooakk [n=iardtwka@81.213.99.122] has joined #ubuntu
=== apueooakk [n=iardtwka@81.213.99.122] has left #ubuntu []
sethkMaX, do you have more than one version of gcc installed?10:12
SeveasCC=gcc-3.4 /usr/bin/vmware-config.pl10:12
fre4kSeveas, oh.. k10:12
=== pozdiy_ [n=pozdiy@138.26.54.178] has joined #ubuntu
Thorondorwhen i try to start evolution it crashes. by starting it via terminal, i get ``(evolution:14436): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion `GDK_IS_GC (gc)' failed'' - what could cause this error?10:12
=== diesel [n=diesel@208-186-183-212.customer.csolutions.net] has joined #ubuntu
Seveashttp://users.lichtsnel.nl/~seveas/pool/java/sun-j2re1.5_1.5.0+update06_i386.deb10:13
Seveasdamn10:13
=== davide [n=davide@host203-170.pool872.interbusiness.it] has joined #ubuntu
=== trappist watches Seveas's pipe crumble
=== demiurg [n=demiurg@212.118.59.2] has joined #ubuntu
BenUrbanThorondor: gdk_gc_set_foreground was expecting a graphics context object but got something else10:13
MaXhmm yes...  gcc-3.3 base and gcc-4.010:13
BenUrban:)10:13
=== hyphenated [n=cgilmour@nzns1.eservglobal.co.nz] has joined #ubuntu
=== dirkson [n=dirkson@209.sub-70-218-26.myvzw.com] has joined #ubuntu
MaXsethk,  need to uninstall 3.3?10:14
dirksonSay, if I wanted to put a slight pause in a shell script, what command would I use?10:14
BenUrbandirkson: sleep10:14
sethkMaX, no, that shouldn't be necessary10:14
=== gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu
=== BenUrban suggests sleep .5 for a slight pause
ThorondorBenUrban: ok, this doesn't say much to me. any hints what i could try?10:14
dirksonBenUrban: ok, thanks : )10:15
BenUrbanor .1 for an even slighter pause10:15
sethkMaX, do    locate crt1.o10:15
MaXhmm ok10:15
dirksonBenUrban: Does it need a & behind it?10:15
BenUrbanThorondor: heh, never ask a programmer *why* some error message occurs :P10:15
hajikiAnyone know what happened to the Evolution option to 'reply inline' instead of Quoted???10:15
fre4kSeveas, i did this ... CC=gcc-3.4 perl /usr/bin/vmware-config.pl ...it still found out that gcc is 4.010:15
=== ktogias [n=ktogias@83.235.98.192] has joined #ubuntu
BenUrbandirkson: that would defeat the purpose10:15
Seveasfre4k, hmmmmm10:15
MaXwarning: locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old10:15
fre4kSeveas, sorry about all the trouble ..i'm a noob at this10:15
dirksonBenUrban: Ah, right, so it would : )10:15
Seveasfre4k, export CC=gcc-3.410:15
Seveasperl /usr/bin/..etc10:15
=== MikeG [n=gehlm@adsl-68-254-165-200.dsl.milwwi.ameritech.net] has joined #ubuntu
fre4kokay10:16
troutok, so now I found it, how do I get to one of my menus? I tried rightckick on applications <edit menus> and I can see it. I check the little box, but it doesn't come up. DO i need to do this as admin? how?10:16
MaXsethk, warning: locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old ?10:16
fre4kSeveas, it still recognises the 4.0 ver10:16
=== bla|patrick [n=patrick@dyndsl-080-228-221-068.ewe-ip-backbone.de] has joined #ubuntu
navaroneright click on applications?10:16
sethkMaX, to be safe, we should fix that.  do:   sudo updatedb10:16
bla|patrickhi10:16
sethkMaX, that will take a few minutes to run10:16
=== rhoffa [n=rhoffa@ip70-162-83-183.ph.ph.cox.net] has joined #ubuntu
Seveasfre4k, that is really weird, are you using the latest vmware?10:17
fre4klet me chk10:17
Seveasprevious versions had a bug that caused this10:17
rhoffawhat do i need to open .rars?10:17
bla|patrickcould someone give a repo that has the nonfree macromedia flash plugin?10:17
deltronrhoffa: unrar10:17
rhoffait is saying unknown format or something10:17
Seveasrhoffa, unrar-nonfree from multiverse10:17
rhoffaa yo its 303010:17
navaronetrout when I do it a gui comes up10:17
fre4kSeveas, i'm having VMware-workstation-4.5.2-884810:17
=== Decadent [n=variemai@ppp21-adsl-230.ath.forthnet.gr] has joined #ubuntu
korhalfrhoffa, deltron 303010:17
deltronrhoffa: word10:17
bla|patrickall i found until now are links rferring to that gpl project or debian packages :(10:17
MaXsethk,  done10:17
=== deltron 3030
bla|patrickbut i'd like to have breezy stuff10:17
MaXdid already the locate and nothing10:17
korhalfMastermind10:17
=== ColonelKernel [i=ponnet@12-218-155-108.client.mchsi.com] has joined #ubuntu
Seveasfre4k, I know nothing about vmware so couldn't tell whether that's the latest one10:18
korhalfwho fuses the music10:18
=== orbx [n=orbx@cpc5-hem12-6-0-cust34.lutn.cable.ntl.com] has joined #ubuntu
korhalfwit no illusions10:18
deltronlol10:18
troutyes the GUI to edit menus comes up ok, but no changes I make show up?10:18
korhalfproducin tha blueprints10:18
fre4kSeveas, oh... oky i'll with the site10:18
=== korhalf [n=chris@d150-171-64.home.cgocable.net] has left #Ubuntu [requested]
deltronrhoffa: unrar-free is the name of the package10:18
fre4kSeveas, thanks for all ur help10:18
=== korhalf [n=chris@d150-171-64.home.cgocable.net] has joined #ubuntu
korhalfthanks.10:18
rhoffahaha del d scuba diver wetsuit10:18
bullitt_some fonts have dissapeared in firefox, even when I highlight them10:18
korhalfrhoffa, thats from both sides of the mind i think10:18
rhoffaim listening to phoney phranchise right now10:18
orbxi have ubuntu and windows 2003 installed, but the grub boot loader doesn't detect win 2003. Does anyone know if its possible to add it to the grub?10:18
fre4kSeveas, is there anything that i have to undo ...10:18
rhoffabrain10:18
Plukfre4k, 4.5 didnt like kernel 2.6.12 here . but 5.0  works ok here with CC-/usr/bin/gcc-3.4  , export CC , vmware-config.pl10:18
deltronyup10:18
navaronewhat changes have you made trout?10:18
korhalfrhoffa, same thing10:18
Seveasfre4k, no10:18
deltronthat's not 303010:18
korhalfyea, 3030 is better :)10:18
rhoffayea it is10:18
deltron3030 > *10:19
rhoffait is the same dude10:19
deltroncompletely different project10:19
rhoffayea but future development is like 303010:19
rhoffaand thats straight del10:19
deltronya10:19
=== napsy1 [n=luka@BSN-77-126-125.dsl.siol.net] has joined #ubuntu
rhoffahaha good to see some del love10:19
korhalfokay deltron is not del, deltron is del, kid koala, and automator10:19
deltronever listen to heiroglyphics?10:19
korhalfpeople get it twisted10:19
deltronya10:19
orbxi have ubuntu and windows 2003 installed, but the grub boot loader doesn't detect win 2003. Does anyone know if its possible to add it to the grub?10:19
deltrondan the automator is freaking amazing10:19
Seveasdeltron, korhalf -> #ubutnu-offtopic10:20
troutunder accessories, I have Aegis anti virus installed. It's icon is there but unchecked. SO I check it, but next time I go to application menu it is still  not there. I have restarted and re logged on, but no diff.10:20
korhalfDr. Octagon is a good example,10:20
korhalfSeveas, k10:20
deltronyessir10:20
rhoffayea i got that cd10:20
rhoffadr octangonacolygyst10:20
korhalfdeltron, rhoffa join offtopic lol10:20
rhoffaif everyone knew what was good for them theyd stop listening to all this bullshit on tv10:20
rhoffahaha10:20
rhoffaalright10:20
=== mode/#ubuntu [+b %rhoffa!*@*] by Seveas
=== navi [n=navi@dslb-084-056-144-043.pools.arcor-ip.net] has joined #ubuntu
=== Jettis [n=h0h0@a80-186-63-56.elisa-laajakaista.fi] has joined #ubuntu
phlaegelanybody know if the current rhythmbox in breezy (or backports) has the daap sharing enabled?10:21
Seveasit has not10:21
Seveasdaap is far too experimental10:21
phlaegelthought so, thanks10:21
=== FenX [n=gabumon@ip-30.net-81-220-36.lyon.rev.numericable.fr] has joined #ubuntu
=== leandro [n=leandro@200.68.215.120] has joined #ubuntu
FenXbonjour10:21
phlaegeldo you know if it will be in dapper?10:22
=== leandro [n=leandro@200.68.215.120] has left #ubuntu ["Abandonando"]
jenda_very_busybonjour FenX10:22
bullitt_some fonts have dissapeared in firefox, even when I highlight them, cannot see what is typed10:22
=== navi [n=navi@dslb-084-056-144-043.pools.arcor-ip.net] has joined #ubuntu
deltrondapper is not fun lol10:22
=== FenX [n=gabumon@ip-30.net-81-220-36.lyon.rev.numericable.fr] has left #ubuntu ["Quitte"]
MikeGcrontab question: running crontab with the following... 0 * * * * /usr/bin/sometask ... and I can't get it to execute. Any ideas?10:22
BooZeewhat's the best way to view a mysql database (graphicly, like phpMyAdmin) and run some action on some tables, from linux ? (assuming, ofcourse, that I don't have a phpMyAdmin access to it)10:22
dr_willisbullitt_,  gettign some font issues here as well.. in firefos they show up messed up.. i select th text then they get drawn right... just started happening today.. oddd...10:23
navican anyone help me with my ipw2200 and wpa? i tried everything i could find now, but still i dont get an ip from our router10:23
BenUrbanBooZee: why can't you access it with phpMyAdmin?10:23
SeveasMikeG, check your mail, cron sends you an e-mail with errors10:23
BooZeeBenUrban: cuz it's not installed on the server10:23
=== Stork [n=alex@81-86-115-45.dsl.pipex.com] has joined #ubuntu
SeveasBooZee, then install it :)10:24
BenUrbani don't think it has to be10:24
Storkhow can i unzip a .rar file ?10:24
BenUrbancan't it be used from a client?10:24
BenUrbanStork: unrar10:24
Seveasit's a simple tarball with php scripts10:24
BooZeeI can't install things on the server10:24
=== _eins is now known as _null
BooZeeit's not my server10:24
BooZeeit's a shered hosting server10:24
SeveasBooZee, can you upload files to it?10:24
BenUrbanBooZee: then install it on a computer that is yours10:24
navifodo i need to give my key in a hex-dump or in plaintext to /etc/wpa_supplicant.conf10:24
bla|patrickok... where can i ask for repos?10:24
SeveasBooZee, pma does not need to be 'installed' it's just a bunch of php scripts10:24
Seveas!repos10:25
uboturumour has it, repos is http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) see also !easysource10:25
MikeGSeveas, sendmail is not installed10:25
=== orbx [n=orbx@cpc5-hem12-6-0-cust34.lutn.cable.ntl.com] has joined #ubuntu
SeveasMikeG, ah, ok :)10:25
orbxwhen you reboot, what keys do you press to get grub options?10:25
=== beezly_ [n=beezly@83.148.168.219] has joined #ubuntu
BooZeeBenUrban: what do you mean?10:25
=== _nano_ [n=bdutta@ip70-162-104-171.ph.ph.cox.net] has left #ubuntu []
Seveasorbx, [ESC] 10:25
bla|patrickSeveas: there is no reference to that real flashplayer from marcromedia10:25
Seveas!flash10:25
ubotuhmm... restricted is https://wiki.ubuntu.com/RestrictedFormats  Most of the formats listed here have been replaced by !FreeFormats10:25
BenUrbanBooZee: can't it connect to a nonlocal mysql database?10:25
MikeGSeveas, I'll install and remove later. thanks for the tip.10:26
Seveasbla|patrick, apt-get install flashplayer-mozilla10:26
pozdiy_ where can I get an updated list (not older than 2004) of the supported wifi cards?10:26
Seveasit's in multiverse10:26
bla|patrickthat wiki only has an entry that refers to that crappy gpl project10:26
=== cowbud [i=protein@pool-71-97-246-120.ptldor.dsl-w.verizon.net] has joined #ubuntu
BooZeeBenUrban: I don't know...10:26
=== Stork [n=alex@81-86-115-45.dsl.pipex.com] has left #ubuntu ["Leaving"]
bla|patrickSeveas: is that the "real" one?10:26
BenUrbanBooZee: try it and see10:26
Seveasbla|patrick, yes10:26
=== thehil [n=h@pc79545.d.cwu.edu] has joined #ubuntu
bla|patrickweired... i have already added universe and backports10:27
bla|patrickbut that one doesnt appear in my list10:27
=== olipaul [n=phendric@host86-133-152-205.range86-133.btcentralplus.com] has joined #ubuntu
=== HymnToLife [n=_mfb@dyn-213-36-156-201.ppp.tiscali.fr] has joined #ubuntu
BenUrbanbla|patrick: multiverse != universe10:27
BooZeeBenUrban: where do I config the ip to connect to?10:27
=== mcf501 [n=matt@144.32.156.98] has joined #ubuntu
Seveasbla|patrick, *multi*verse10:27
BenUrbanBooZee: i don't remember10:27
bla|patricklet me check... one moment plz10:28
=== Vincent [n=vincent@AGrenoble-152-1-29-31.w82-122.abo.wanadoo.fr] has joined #ubuntu
bla|patrickya multiverse nonfree are added aswell10:28
olipauli have a dynamic ip address with my isp, but is there a way i can publish my ip to my website every X minutes?10:28
BenUrbanso i tried sudo startx...10:28
olipaulso i know where to ssh to from work, etc?10:28
mcf501hey, im trying to setup php and apache2, i got this error: Warning: Unknown: Failed opening '/var/www/info.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 010:28
mcf501does anyone know where the config file is?10:29
BenUrbanand it didn't start again...10:29
=== WildPenguin [n=chris@250.160.233.220.exetel.com.au] has joined #ubuntu
BenUrbanstill no relevant error messages10:29
MitjaDoes anyone know how to release buy sound? /dev/dsp?10:29
Mitja*busy10:29
=== andril [n=andril@c-67-191-7-237.hsd1.fl.comcast.net] has joined #ubuntu
korhalfMitja, kill any programs using the sound socket?10:29
troutnaunder accessories, I have Aegis anti virus installed. It's icon is there but unchecked. SO I check it, but next time I go to application hi there, in MenuEdit, despite checking the box next to an app, it does not appear on the menu. ANy ideas?10:29
korhalfMitja, actually, my alsa script allows multiple sounds to be played.10:29
andrilhello all10:30
=== vanten [n=vanne@d54C1EFC0.access.telenet.be] has left #ubuntu ["dada"]
BenUrbankorhalf: how does one set that up?10:30
andrildoes anyone know why Samba is still asking for a password?10:30
troutSorry.. in Menu edit, despite checking the box next to an app, it does not appear on the menu. ANy ideas?10:30
korhalfBenUrban, well i can paste my alsa.conf10:30
andrilis there anyway to fix this?10:30
=== BenUrban can't get into x atm
navaronetrout...look in System tools section of menu editor and see if it is there...I found it there10:30
BenUrbanhmm but i can use links10:31
BenUrbankorhalf: go ahead10:31
BooZeeBenUrban: are you saying, I can put phpMyAdmin on my computer, run apache, and connect to a remote mysql server?10:31
=== surfdue [n=tyler@unaffiliated/surfdue] has joined #ubuntu
surfduehello10:31
Mitjakorhalf: I don't know them all, killed the ones I know, but still doesn't work.10:31
BenUrbanBooZee: oh that's right it requires apache....10:31
=== avel [n=avel@ppp65-adsl-179.ath.forthnet.gr] has joined #ubuntu
surfduefor some reason, i cannot get fglrxinfo to show ati, it shows some mesa3d10:31
surfduehow can i fix this, ive tryed everything on the setup ati page10:32
BenUrbanthen i suggest you try putting it somewhere on the server10:32
korhalfMitja, restart alsa..10:32
MikeGCrontab error from sendmail is...  cannot connect to X server10:32
BenUrban...10:32
BenUrbanevil evil evil10:32
Mitjakorhalf: is that alsactl?10:32
=== Rockj [n=rockj@spine.tihlde.org] has joined #ubuntu
BenUrbansendmail shouldn't try to connect to X10:32
=== bruno [n=bruno@ALille-251-1-64-92.w82-127.abo.wanadoo.fr] has joined #ubuntu
troutmine is showing up under applications, but it wont actually make it onto the menu.. ?10:33
=== diek [n=personal@202.127.102.148] has joined #ubuntu
=== Red-Sox [n=Jonathan@hrrsnbrg-bluewave1-69-161-2-117.chvlva.adelphia.net] has joined #ubuntu
=== whitynz [n=whity@60-234-132-74.bitstream.orcon.net.nz] has joined #ubuntu
darksunis ubuntu wine friendly?10:33
Red-Soxhow does ubunut run on G3 macs?10:33
testmachinepreey10:33
dooglusdarksun: yes.10:33
=== bruno [n=bruno@ALille-251-1-64-92.w82-127.abo.wanadoo.fr] has left #ubuntu ["Kopete]
MikeGBenUrban, its a cron job that is generating the error.10:33
BenUrbanohhh10:33
testmachinepretty10:33
navaronetrout see if it is also under system tool in menu editor thingy...thingy being the technical term10:33
darksundooglus, know if theres an apt-install for it?10:33
BenUrbanMikeG: what cron job?10:33
surfdueanyone know?10:33
pozdiy_!tell darksun about wine10:34
korhalfcase "$1,$2" in10:34
korhalf        suspend,*) /etc/init.d/alsa suspend ;;10:34
korhalf        resume,suspend) /etc/init.d/alsa resume ;;10:34
korhalfesac10:34
dooglusdarksun: there is.  package 'wine' in the universe repo.10:34
MikeGBenUrban its a small python/QT script I wrote. brings up a notification window every 3 hours via cron10:34
Rockjanyone who could help me regarding graphicscard on my laptop with  Mobility Radeon 9700?  Also, when I try running glxgears, it seems to work smooth the first 3 seconds then it troubles bleh. Also, I find it odd that glxgears doesnt print out fps as glxgears used todo in Debian Sarge.10:34
=== BeTa [n=beta@e-glop.net] has joined #ubuntu
BenUrbanMikeG: ah, that's why it tries to connect to x10:35
Red-Sox!tell korhalf about paste10:35
navaronerockj glxgears -printfps10:35
Comrade_Vladimirwhats a good alternative to gaim10:35
BenUrbanMikeG: the only way i know of to allow scripts outside x to connect to x is using xhost +10:35
=== Vincent [n=vincent@AGrenoble-152-1-29-31.w82-122.abo.wanadoo.fr] has joined #ubuntu
BenUrbanbut that's a security risk10:35
troutnope not there... I just tried running smeg as gksudo too and no luck there...10:35
BenUrbanbtw xhost - puts it back to normal10:35
=== gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu
korhalfRed-Sox, thank you..i didnt think it was big enough for that though10:36
=== stef65 [n=stef@dslc-213-023-131-106.pools.arcor-ip.net] has joined #ubuntu
trappistBenUrban: xhost +localhost is a little less insane10:36
MikeGBenUrban, Ok. I'll research a bit. Thanks.10:36
=== unreal_ [n=NewComer@81.196.70.146] has joined #ubuntu
Rockjnavarone: unknown parameter.10:36
stef65hi all10:36
Rockjnavarone: my mistake.10:36
navaronerockj you got me then10:36
=== cmatheson [n=cmatheso@204.110.225.254] has joined #ubuntu
=== flodine [n=flodine@c-24-4-174-71.hsd1.ca.comcast.net] has joined #ubuntu
Red-Soxkorhalf: sure10:36
navaroneok10:36
=== mode/#ubuntu [-b %kbrooks!*@*] by Seveas
Red-Soxhow does ubuntu run on iMac G3s?10:36
=== Vincent [n=vincent@AGrenoble-152-1-29-31.w82-122.abo.wanadoo.fr] has joined #ubuntu
maddash!wine10:37
Rockjstill got bad fps :(  I'm using the fglrx driver.10:37
=== BenUrban wonders when kbrooks was banned
dooglusMikeG: I had a similar problem.  My solution was to dump the values of "DISPLAY", "XAUTHORITY" and "SESSION_MANAGER" into a file each time GNOME starts up.  Then the script which needs to pop-up a window can use those 3 values.  It works like a charm.10:37
navaroneRockj, what vidcard?10:37
stef65Red-Sox: I guess it won't run, it'll walk....10:37
surfduehow do i know if a module is loaded?10:37
bla|patrickhmmm... weired10:37
surfduenvm10:37
avellsmod10:37
aveloops10:37
bla|patrickdoes tv.com load the stylesheet in ur linux?10:37
bla|patrickhere it produces timeouts or loads incomplete :(10:37
Rockjnavarone: mobility radeon 970010:37
kbrooksBenUrban, it wasnt a ban10:38
bla|patrickcould someone confirm this?10:38
kbrooksit was a +q.10:38
BenUrban-b is unban...10:38
kbrooksa +q is a ban.10:38
BenUrbanoh10:38
Seveastv.com completely timeout10:38
BenUrbanyeah, +q is now +b10:38
bla|patrickkk10:38
SeveasBenUrban, +q foo == +b %foo10:38
BenUrban?10:38
navaronerockj probablt need the ati faq to sort you out10:38
korhalfRockj, use EasyUbuntu to get the ati drivers10:38
SeveasBenUrban, the % indicates a mute (+q) instead of a ban10:38
Comrade_Vladimirwhats a good alternative to gaim10:38
korhalfRockj, don't follow any faws, they're confusing and stupid, just use EasyUbuntu its the best.10:39
Rockjnavarone: navarone: used the fglrx instructions that is on this web:  http://glasnost.beeznest.org/articles/19410:39
SeveasComrade_Vladimir, bitlbee+ irssi10:39
BenUrbanahh10:39
troutno good... no joy. Thanks for all your help. will check in later... Cheers.10:39
korhalffaqs*10:39
=== lovebug356 [n=lovebug3@lugwv/member/lovebug356] has left #ubuntu []
RockjEasyUbuntu?10:39
korhalfyes.10:39
navarone!ati10:39
uboturumour has it, ati is at https://wiki.ubuntu.com/BinaryDriverHowto/ATI or http://www.ubuntuforums.org/showthread.php?t=24557&page=1&pp=1010:39
Seveaskorhalf, easyubuntu is crap10:39
Seveasit wrecks a lot of machines10:39
korhalfmy machine is perfect.10:39
korhalfall i did was install the ATI drivers10:39
Seveasit does that the wrong way10:39
=== NetGrunt [n=NetGrunt@85-50-15-58.bcn1.adsl.uni2.es] has joined #ubuntu
korhalfi followed those links10:39
SeveasVERY wrong even10:40
Comrade_VladimirSeveas all one thing10:40
korhalfand guess what i got, X Hanging10:40
korhalfthats what i got, and then i used the installer, whatever it did, it works10:40
surfduekorhalf, .10:40
surfdueeww10:40
=== dr_willis [n=willis@12-222-81-183.client.insightBB.com] has left #ubuntu ["Leaving"]
=== sphynx [n=sphynx@66-192-47-23.gen.twtelecom.net] has joined #ubuntu
=== XiCillin [n=mike@dpc67142105197.direcpc.com] has joined #ubuntu
=== ruspu [n=henri@a84-230-130-142.elisa-laajakaista.fi] has joined #ubuntu
=== Thorondor [n=anstei@84-73-60-31.dclient.hispeed.ch] has left #ubuntu ["Leaving"]
jenda_very_busySeveas: That is offensive! :)10:41
Rockjai, I can apt-get fglrx? Wow.10:41
Seveasjenda_very_busy, and for a reason10:41
_jasonbla|patrick, tv.com works fine here10:41
korhalfRockj, you'll see, you edit the xorg.conf a few times and all of a sudden everythings messed.10:41
Comrade_Vladimirnot a irc client but for aim and yahoo10:41
BenUrbankorhalf: been there, done that10:41
BenUrbanwithout the editing part10:41
jenda_very_busySeveas: Please do not say EasyUbuntu is crap a week before the release of the new generation or EUb10:41
BenUrban:/10:41
=== Mitja [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #ubuntu
korhalfjenda_very_busy, exactly, i've never heard of anyone having problems with it anyway.10:42
Seveasjenda_very_busy, the new generation may be better, but that remains to be seen10:42
jenda_very_busykorhalf: There have been problems, but it has changed A LOT10:42
=== gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu
=== mr_lampe [n=la@dslb-084-056-153-157.pools.arcor-ip.net] has joined #ubuntu
=== jdier [n=jdier@68-114-246-247.dhcp.fdul.wi.charter.com] has joined #ubuntu
=== ogra__ [n=ogra@p5089E294.dip.t-dialin.net] has joined #ubuntu
=== davidv [n=davidv@203-206-128-239.perm.iinet.net.au] has joined #ubuntu
jenda_very_busySeveas: Just please do not bash the name - it hurts the new project10:42
=== Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has joined #ubuntu
jenda_very_busySeveas: The new gen doesn't cantain any code from the old.10:43
Comrade_Vladimirgot another Seveas like an aim and yahoo client10:43
=== _KoSoVaR_ [n=kosovar@241.Red-83-43-98.dynamicIP.rima-tde.net] has joined #ubuntu
jenda_very_busyAnd is done by a different team (they share one member - keyes)10:43
Seveasjenda_very_busy, new code == new bugs10:43
jenda_very_busySeveas: lol10:43
ajmitchdo you need to argue about it here?10:43
jenda_very_busyTrue10:43
jenda_very_busysorry ajmitch10:44
Seveasajmitch, only if people are advising it10:44
KyralSeveas: I will make sure it doesn't have bugs.10:44
=== flodine [n=flodine@c-24-4-174-71.hsd1.ca.comcast.net] has left #ubuntu []
Rockjoki. Ill do a reboot and see's if it works better now10:44
Seveasbecause that should not be done (yet - hopoefully)10:44
Rockjbrb :)10:44
hajikiAnyone know what happened to the Evolution option to 'reply inline' instead of Quoted???10:44
jenda_very_busySeveas: just please do not bash the program you don't know10:44
KyralYou can be sure that many VMWare installs will be used in its testing10:44
=== bronson [n=bronson@c-24-34-214-222.hsd1.ma.comcast.net] has joined #ubuntu
=== BenUrban didn't think "fglrx" is a very good reason to quit
BenUrbans/is/was/10:45
Comrade_Vladimirseveas is the op obviosly he knows10:45
trappistfglrx works great here, as long as I don't try to use the composite extension10:45
Seveasin that case...10:45
=== mode/#ubuntu [-o Seveas] by Seveas
jenda_very_busyPeople will remember the name - you can always say "isn't ready yet" instead of "is crap", right?10:45
=== Kyral smirks
=== klausos [i=klausos@217.129.141.64] has joined #ubuntu
KyralEven without Ops Seveas is very knowledgeable10:46
Comrade_Vladimirthanks for crappin out my defense of u10:46
ajmitchSeveas: now you need to appoint someone else to keep the peace :)10:46
=== BenUrban glues a big green dot to Seveas' clothing
=== unreal_ [n=NewComer@81.196.70.146] has left #ubuntu ["Leaving"]
klausoshello, i need help to configure my network on ubuntu10:46
KyralEven among us Members :D10:46
Comrade_Vladimirlol10:46
BenUrbanyou can't escape! ;)10:46
Seveasklausos, a bit more details would help10:46
Comrade_Vladimircan i be the op now10:46
k31th_guys, just wondering wat you all use as server platforms ?10:46
Kyralk31th_: I don't lol10:46
Comrade_Vladimiroh dennis10:46
k31th_im tied between debian gentoo...10:47
k31th_possibly ubuntu ?10:47
=== mode/#ubuntu [+o Seveas] by ChanServ
Seveask31th_, I use Ubuntu10:47
Seveasand gentoo10:47
Seveasbut Ubuntu is far better for servers10:47
BenUrbank31th_: i recommend against gentoo for a server unless you really know what you're doing10:47
Comrade_Vladimirhow do u get chan serv to do that?10:47
stef65k31th_: via epia m10k as router/fw/fileserver10:47
KyralComrade_Vladimir: have access10:47
Seveasdown time for a mysql upgrade: 5 mins. on Ubuntu - 4 hours on gentoo10:47
BenUrbanComrade_Vladimir: you get on the access list ;)10:47
Comrade_Vladimirhow?10:48
=== K_Dallas [n=Korben@i216-58-62-171.cybersurf.com] has joined #ubuntu
BenUrbanSeveas: you know you can compile without upgrading, right?10:48
jenda_very_busyComrade_Vladimir: someone who is already there will put you on it10:48
=== MikeG [n=gehlm@adsl-68-254-165-200.dsl.milwwi.ameritech.net] has left #ubuntu []
=== mode/#ubuntu [+o Comrade_Vladimir] by ChanServ
Seveas:)10:48
Comrade_Vladimiroh hey seveas can i call in a favor10:48
k31th_Seveas: how you get on with the 6 month turn around ?10:48
BenUrban...10:48
=== Sandervanvliet [n=sander@ip51ccf0d1.adsl-surfen.hetnet.nl] has joined #ubuntu
=== mode/#ubuntu [-o Comrade_Vladimir] by ChanServ
Comrade_Vladimirthanks10:48
stef65quote: 'ubuntu is an ancient african saying for: I'm sick of compiling gentoo'10:48
BenUrbanlmao10:49
Comrade_Vladimirno!10:49
Kyralk31th_: Its called fun :D10:49
ajmitchComrade_Vladimir: settle.. :)10:49
=== K_Dallas [n=Korben@i216-58-62-171.cybersurf.com] has left #ubuntu ["Leaving"]
Comrade_Vladimiri like authority10:49
Seveask31th_, what do you mean?10:49
=== gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu
BenUrbanSeveas: i usually take less time to deop ;)10:49
SeveasUbuntu releases security update after release, that's all I need on a server10:49
=== jenco [n=jenco@me-lewiston-cuda1-c1d-47.agstme.adelphia.net] has joined #ubuntu
BenUrbancan't be too careful :P10:49
ajmitchk31th_: you don't have to upgrade every 6 months10:49
=== DR_K13 [n=ISAJEEP@63.115.161.97] has joined #Ubuntu
DR_K13hi10:50
k31th_yeah well i dont think every 6 months is so bad10:50
=== jldugger [n=jldugger@ppp-66-142-210-46.dsl.tpkaks.swbell.net] has joined #ubuntu
=== n3C [n=n3C@klik28.klik.bydgoszcz.pl] has joined #ubuntu
corresponderhi10:50
ajmitchk31th_: especially with the coming dapper release, which will have 5 years of support10:50
Comrade_Vladimiris there a good alternative for Gaim that i could use instead10:50
k31th_i like to stay current10:50
ajmitchk31th_: the others have 18 months10:50
Seveask31th_, every release has 18 months of supportm dapper 5 years10:50
Comrade_Vladimirisnt dapper out in beta already?10:50
XiCillinkopete comrad_Vladimir10:50
k31th_i see10:50
KyralComrade_Vladimir: Kopete?10:50
Seveasstability is more important for servers than having the latest10:50
ajmitchComrade_Vladimir: no, beta release is coming next year10:50
=== klausos [i=klausos@217.129.141.64] has left #ubuntu []
k31th_Seveas: true10:50
XiCillinfor dapper?10:50
k31th_atm all our work boxes and centos10:50
Comrade_Vladimir#kopete people r to incompetant to help me10:50
k31th_are*10:51
jenco:/10:51
BenUrbanComrade_Vladimir: what's wrong with gaim?10:51
=== seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #ubuntu
Comrade_Vladimiri saw people here claiming to have the beta of it (must of been lying10:51
k31th_i want to get rid of centos10:51
=== skar [n=skar@59.144.52.170] has joined #ubuntu
SeveasComrade_Vladimir, dapper is 'in development', you can use it but it's quite unstable10:51
ajmitchComrade_Vladimir: no, there are snapshot test releases, it's in development10:51
Comrade_VladimirBenUrban i cant use a animated icon10:51
silvertonheh, thought Comrade_Vladimir was talking to me for a moment, my name is dennis too >.<10:51
ajmitchbeta is scheduled for march 23rd10:51
BenUrbanComrade_Vladimir: i can see animated icons in gaim...10:52
ajmitchmany people will call anything that's not final a beta release :)10:52
=== DrBair [n=ryan@c-67-186-55-131.hsd1.pa.comcast.net] has joined #ubuntu
=== bimberi [n=bimberi@CWPP-p-203-54-191-176.prem.tmns.net.au] has joined #ubuntu
Comrade_Vladimirno seveas name is dennis its what it says or i just know everyones name10:52
SeveasComrade_Vladimir, ?10:52
=== guru54 [n=guru@dialup-4.244.214.84.Dial1.StLouis1.Level3.net] has joined #ubuntu
k31th_thinking about going for ubuntu then as a server10:52
Comrade_VladimirBenUrban not when the user with it has gaim10:52
BenUrbanreally?10:52
BenUrban:/10:52
BenUrbanwait no that's not true10:52
Comrade_Vladimirno seveas ur name is dennis correct?10:53
skarhi all, i've breezy, and  installed vserver patched kernel from a deb repo, and now my nvidia module isn't working, how do i get the compiled nvidia module for this kernel?10:53
SeveasComrade_Vladimir, as everyone who knows /whois can see, yes10:53
Comrade_Vladimirwow u know commands good for u!10:53
=== mindtriggerz[h] [i=root@12-202-100-84.client.insightBB.com] has joined #ubuntu
=== NetGrunt [n=NetGrunt@85-50-15-58.bcn1.adsl.uni2.es] has left #ubuntu ["Leaving"]
bimberiis using real names kinda 'not the done thing' on irc?10:53
jencook, newb question where can i go to get some useful info on installing quake 2 for linux? :P10:54
Comrade_Vladimiror has a mouse with a mouse with 3 buttons10:54
BenUrbanbimberi: huh?10:54
Seveasbimberi, I don't really care myself10:54
DR_K13forum10:54
ajmitchbimberi: in the channel this large, highlighting on nick is easier10:54
mindtriggerz[h] jenco: google quake 2 linux10:54
Comrade_Vladimirjenco does it say u can on the box10:54
=== SantaD1 [n=damian@pool-71-104-105-237.lsanca.dsl-w.verizon.net] has joined #ubuntu
ajmitchin smaller channels we use names :)10:54
BenUrbanbimberi: my name *really* is ben urban :)10:54
k31th_using your real name is kool on freenode10:54
korhalfThe themes in install don't show up in the Theme Manager10:54
bimberiBenUrban: well ok :) but, as a sort of netiquette thing10:54
Comrade_Vladimirnot like anyones gonna come ond get u10:54
korhalfI installed it, and it says it should be accesible, yet it's no where to be found10:54
BenUrbanmy name is also Ben Urban_10:55
BenUrbanand Ben Urban__10:55
silvertonbimberi, I use my real name10:55
BenUrban;)10:55
DR_K13My name is isajeep10:55
Comrade_Vladimiri kinda do10:55
sethkwell, my name is donald trump, but nobody ever believes me.  :)  ??10:55
DR_K13lol dork10:55
SeveasYOU'RE FIRED!10:55
=== bimberi wonders what he's started :P
BenUrbanlol10:55
korhalfCan this be taken to #ubuntu-offtopic?10:56
=== lee_ [n=lee@host86-132-227-161.range86-132.btcentralplus.com] has joined #ubuntu
lee_how to make my ra0 (wifi) avalible to a machoine conneted to my eth0 ?10:56
korhalfdoes anyone know why my themes arent being shown, i installed them, they just arent showing up10:56
Comrade_Vladimiryea but were all lazy computer people10:56
=== BenUrban wonders why there's an ubuntu-specific offtopic channel
Mitjakorhalf: did you post that alsa.conf allowing multiple sounds?10:56
=== donny [n=donny@201.230.131.21] has joined #ubuntu
Comrade_Vladimirneed a offtopic page for ubuntu duh10:56
SeveasBenUrban, for general chatter of the people in here10:56
=== linx [n=linx@dsl51B67FAA.pool.t-online.hu] has joined #ubuntu
mindtriggerz[h] lee_ iptables & masquerade. google it10:56
korhalfMitja, a while ago yes.10:56
=== avel [n=avel@ppp65-adsl-179.ath.forthnet.gr] has left #ubuntu []
linxhow do i open ports10:56
k31th_there is one10:57
Seveasthis channel is only for support (so we are completely violating channel policy)10:57
BenUrbanSeveas: lol nm you didn't get the joke10:57
=== Fear_cult [n=fear@dialup-4.240.247.50.Dial1.Phoenix1.Level3.net] has joined #ubuntu
sethklinx, how are the ports closed in the first place?10:57
Mitjakorhalf: I went offline, could you give me the link?10:57
navaronelink firs t oyu need air superiority...<s>10:57
Seveaslinx, reverse the actions you took that closed them10:57
=== Fear_cult [n=fear@dialup-4.240.247.50.Dial1.Phoenix1.Level3.net] has left #ubuntu ["Leaving"]
korhalfHow come my themes arent showing up?10:57
=== bla|patrick [n=patrick@dyndsl-080-228-221-068.ewe-ip-backbone.de] has left #ubuntu []
linxi didn't close10:57
DR_K13because you touch yourself at night10:57
=== cecilia [n=cecilia@139.Red-83-37-189.dynamicIP.rima-tde.net] has joined #ubuntu
donnyhola10:57
donnyhola10:57
=== mode/#ubuntu [+b %DR_K13!*@*] by Seveas
Comrade_Vladimirhaha10:58
ceciliahola10:58
mindtriggerz[h] LOL10:58
Comrade_Vladimirthats what i want op status for10:58
BenUrbancecilia: we hear you10:58
=== joshi_ [n=joshi@veeriku.linking.ee] has joined #ubuntu
linxi installed proftpd and when i go to my ip:21 it says the port is closed due to security reasons10:58
=== koLeeM [n=ieeoaon@81.215.156.112] has joined #ubuntu
korhalflinx, , dj linx?10:58
=== koLeeM [n=ieeoaon@81.215.156.112] has left #ubuntu []
Seveaslinx, then you need to configure proftpd :)10:58
linxya10:58
=== DR_K13 [n=ISAJEEP@63.115.161.97] has left #Ubuntu []
joshi_hello.. i got quick question: is it pointy to s10:58
Seveaslinx, /usr/share/doc/proftpd/* helps10:58
=== darksun [n=darksun@pool-151-200-159-189.res.east.verizon.net] has left #ubuntu ["Leaving"]
=== ziaoWoo [n=ieeoaon@81.215.156.112] has joined #ubuntu
=== Jared [n=jared@209.168.159.192] has joined #ubuntu
=== ziaoWoo [n=ieeoaon@81.215.156.112] has left #ubuntu []
=== ziaoWoo [n=ieeoaon@81.215.156.112] has joined #ubuntu
joshi_shut down linux or let it go stand by?10:59
=== ziaoWoo [n=ieeoaon@81.215.156.112] has left #Ubuntu [requested]
=== DR_K13 [n=ISAJEEP@63.115.161.97] has joined #Ubuntu
Seveasjoshi_, it saves energy10:59
=== linx is now known as DjLinX
=== theblue_ [n=theblue@pcp04402293pcs.nrockv01.md.comcast.net] has joined #ubuntu
theblue_Hi all.10:59
Seveashi10:59
corresponderhi u10:59
theblue_I have a suggestion for Ubuntu.10:59
Seveascool10:59
Comrade_Vladimircan someone run me thoough how to install bitlbee10:59
Seveas!info bitlbee10:59
Comrade_Vladimiryea an installer10:59
jenco!info kde10:59
Comrade_Vladimirtheblue_10:59
=== jcsmith [n=jcsmith@68-233-80-11.pittpa.adelphia.net] has joined #ubuntu
ubotubitlbee: (An IRC to other chat networks gateway), section universe/net, is optional. Version: 0.92-1 (breezy), Packaged size: 289 kB, Installed size: 764 kB10:59
=== jenda_very_busy is now known as jenda_zZz
theblue_Here's my idea: alias "exit" to "clear && logout", so that the screen is cleared and then the logoin prompt is displayed.11:00
ubotukde: (The K Desktop Environment), section universe/kde, is optional. Version: 5:44ubuntu2 (breezy), Packaged size: 7 kB, Installed size: 40 kB11:00
Comrade_Vladimir!info bitlbee11:00
Jaredi still can't get JAVA to work11:00
=== BenUrban points at theblue_'s hostname and looks out the window
SeveasComrade_Vladimir, apt-get install bitlbee, connect your irc client to it11:00
theblue_BenUrban: Where're you?11:00
=== theblue_ looks out window./
=== BenUrban points to his own hostname
Comrade_Vladimiri dont want to use it for irc i use x chat or game for that11:00
joshi_Seveas: ok... ill consider that aspect11:00
mindtriggerz[h] theblue_: ::111:00
theblue_mindtriggerz[h] : ?11:00
theblue_BenUrban: I only see an IP.11:01
BenUrbanif you don't see a wifi network called URBAN you're not my neighbor ;)11:01
BenUrbanoh :/11:01
BenUrbantheblue_: silver spring11:01
theblue_I'm in bethesda.11:01
=== Rockj [n=rockj@spine.tihlde.org] has joined #ubuntu
=== dnB [n=dnB@24-205-181-251.dhcp.wsco.ca.charter.com] has joined #ubuntu
mindtriggerz[h] theblue_: ::1 is the IPv6 127.0.0.111:02
theblue_mindtriggerz[h] : Ah.11:02
theblue_mindtriggerz[h] : I know nothing about IPv6.11:02
mindtriggerz[h] :)11:02
theblue_mindtriggerz[h] : But what about it?11:02
mindtriggerz[h] I only know that11:02
mindtriggerz[h] that's where I am11:02
mindtriggerz[h] ::111:02
theblue_...11:02
SeveasThere's no place like ::111:02
BenUrbantheblue_: anyway, in response to your comment about using clear, i have clear in my .bash_logout, which works just fine11:02
k31th_who watches smallville for the hot chick ?11:02
=== k31th_ puts his hand up
=== theblue_ clicks his ruby mouses together.
mindtriggerz[h] k31th_: not I11:03
theblue_There'11:03
=== CyBuX [n=cybux@200.75.79.223] has joined #ubuntu
theblue_There's no place like 127.0.0.1.11:03
=== dnB is now known as bnD
theblue_There's no place like 127.0.0.1.11:03
theblue_There's no place like 127.0.0.1.11:03
=== theblue_ poofs.
=== mode/#ubuntu [+b %theblue_!*@*] by Seveas
mindtriggerz[h] lol11:03
Comrade_Vladimirseveas ok now how do i use it11:03
=== theblue_ [n=theblue@pcp04402293pcs.nrockv01.md.comcast.net] has left #ubuntu []
=== adnans [n=adnans@linuxgoeroe.demon.nl] has joined #ubuntu
Comrade_Vladimirand why r u bannin people11:03
CyBuXhi all11:03
=== BenUrban wonders how theblue_ got into his house
SeveasComrade_Vladimir, connect your irc client to it11:03
RockjHey again. After the apt-get install xorg-driver-fglrx , I get a error while trying to run glxgears. error while loading shared libraries: libGL.so.1: .. missing some opengl package? :/11:03
SeveasComrade_Vladimir, in that case: flooding11:03
CyBuXi need help11:03
corresponderwith?11:03
Comrade_Vladimirhmm ok how do i do that now11:03
CyBuXi need install ubuntu on intel 64 bits11:03
CyBuXwhat is the better option to do?11:04
Comrade_Vladimirget the ubuntu 64 bit disc11:04
CyBuXubuntu amd64?11:04
Seveasyes11:04
silverton0.o11:04
=== cafuego [n=cafuego_@ppp83-238.lns2.mel3.internode.on.net] has joined #ubuntu
CyBuXok, thanks11:04
Comrade_Vladimirhow do i link bitlbee to itc11:04
silvertonI thought there were two different discs for intel and amd 64bit processors11:04
Comrade_Vladimirhi cafuego11:04
Ngsilverton: depends which intel 64bit processor11:05
=== kailash [n=kailash@87.112.14.20.bbplus.ptn-ag1.dyn.plus.net] has joined #ubuntu
=== jcsmith [n=jcsmith@68-233-80-11.pittpa.adelphia.net] has joined #ubuntu
=== cafuego knows nothing about it and denies any involvement
=== kailash [n=kailash@87.112.14.20.bbplus.ptn-ag1.dyn.plus.net] has left #ubuntu ["Leaving"]
CyBuXdifferents versions?11:05
=== aris[glande] [n=aris@165-12.247.81.adsl.skynet.be] has joined #ubuntu
Comrade_Vladimirsure11:05
Ngsilverton: the emt64 ones are the same as amd64, but itaniums are a different architecture11:05
=== Eugene_ [n=chatzill@c-67-171-91-48.hsd1.pa.comcast.net] has joined #ubuntu
cafuegoThere's Itanic and E64mt11:05
aris[glande] hey, how do i know which repository a package is from11:05
Comrade_Vladimirwho has an itanium in a pc now11:05
cafuegoif you have an e64mt, just install i38611:05
Seveasaris[glande] , apt-cache policy $package11:05
Comrade_Vladimirme?11:06
cafuegoIt will save you much headache and frustration.11:06
aris[glande] thanks !11:06
=== mindtriggerz[h] [i=root@12-202-100-84.client.insightBB.com] has left #ubuntu []
Comrade_Vladimirso how do i link irc to bitlbee! cmon11:06
cafuegoComrade_Vladimir: 'man ln'11:06
k31th_wot?11:06
=== jenco [n=jenco@me-lewiston-cuda1-c1d-47.agstme.adelphia.net] has joined #ubuntu
SeveasComrade_Vladimir, man bitlbee11:07
Comrade_Vladimirjust that hmm seems to easy cafuego11:07
=== CyBuX [n=cybux@200.75.79.223] has left #ubuntu ["Abandonando"]
Comrade_Vladimirwhich one is it11:07
cafuegoComrade_Vladimir: In many ways, it is ;-)11:07
=== szronik [n=szronik@pra-b.merinet.pl] has joined #ubuntu
=== ElBarono [i=adam@209.237.231.70] has joined #ubuntu
NgComrade_Vladimir: ignore cafuego ;)11:07
cafuegos/it is/I am/11:07
Eugene_Hey, is there a comprehensive site for linux programs or even better one with an .iso I can download? When I install ubuntu on the spare it probably won't have internet so apt-get wouldn't work.11:07
=== agente87 [n=agente87@88.1.102.82] has joined #ubuntu
Comrade_Vladimirit says  Manual page bitlbee(8) line 1 what do i do about it11:08
NgComrade_Vladimir: read :)11:08
SeveasComrade_Vladimir, scroll down :)11:08
Seveasand read :)11:08
=== greatgazoo [n=greatgaz@ool-457002d7.dyn.optonline.net] has joined #ubuntu
RockjHey again. After the apt-get install xorg-driver-fglrx , I get a error while trying to run glxgears. error while loading shared libraries: libGL.so.1:       Any idea on howto proceed? :/11:08
Comrade_Vladimirno scrolling possible there seveas11:08
=== Superbob [n=jamie@cpc1-port4-5-0-cust17.cos2.cable.ntl.com] has joined #ubuntu
Comrade_Vladimirneed a paste bin or a screenshot?11:09
=== Skidoo [n=yut@utopia.amonullunoma.co.uk] has joined #ubuntu
cafuegoComrade_Vladimir: Sure there is. allow down or spacebar11:09
Ophiocusdowm arrow, page down, even space in some systems11:09
cafuegos/allow/arrow/11:09
Comrade_Vladimiroh thnx11:09
Subhumanhi, ive been running ubuntu for a while now, but im making a file server for my network, can anyon e tell me the major differences between the server install and the desktop one? is it just lack og x11 and GNOME?11:09
SeveasSubhuman, correct11:09
Comrade_Vladimirok down what now will it work now11:10
SubhumanSeveas, so thats it?11:10
corresponderall in gnu is server-client working11:10
corresponderless or11:10
sethkSubhuman, there are other client things left out11:10
=== mwe [n=mwe@port462.ds1-ynoe.adsl.cybercity.dk] has joined #ubuntu
=== sander_ [n=sander@ip51ccf0d1.adsl-surfen.hetnet.nl] has joined #ubuntu
Mitjakorhalf: could you please give me the link to your alsa.conf you posted?11:10
SubhumanWell basically, ill be using it for ssh, ftp and webserver. So i may as well just install ther server version.11:10
sethkSubhuman, it's a server, so it doesn't need clients.  fairly straightforward11:10
=== greatgazoo [n=greatgaz@ool-457002d7.dyn.optonline.net] has left #ubuntu []
=== bronson [n=bronson@pool-68-160-51-248.bos.east.verizon.net] has joined #ubuntu
sethkSubhuman, sure, that's what it's intended for.11:11
=== SpLaTt [n=d_man244@CPE00010328d861-CM0011aea49de2.cpe.net.cable.rogers.com] has joined #ubuntu
SpLaTtcan someone help me out?11:11
Subhumanok, well thanks, just wanted to make sure i knew what i was installing (or in this case, not)11:11
=== mcf501 [n=matt@144.32.156.98] has joined #ubuntu
Subhumansee you around11:11
Skidoogot a problem - i just installed hoary and everything was working fine. then i ran Synaptic updates and now my machine won't boot. gets as far as uncompressing the kernel, then automatically reboots. i don't know what the problem could be. any idea?11:11
SpLaTt<---needs help11:12
=== jenco [n=jenco@me-lewiston-cuda1-c1d-47.agstme.adelphia.net] has joined #ubuntu
Comrade_Vladimirso how do i use bitlbee now?11:12
=== ToNhO [n=Tonho@201.3.92.103] has joined #Ubuntu
SpLaTt<----helps needed11:12
=== ToNhO is now known as _ToNhO_
mz2Skidoo: have you tried with the previous kernel images in the boot list11:12
mweSpLaTt: don't repeat. just ask a question11:12
SpLaTtoh11:13
Skidoomz2: there aren't any previous kernel images in the menu, unfortunately11:13
=== Tartaros [i=icechat5@r4al191.chello.upc.cz] has joined #ubuntu
Skidooi'm just wondering if it could perhaps be a hardware issue11:14
=== indypende [n=indypend@d81-211-228-192.cust.tele2.it] has joined #ubuntu
mz2Skidoo: it could indeed, but more likely is that hoary just fucked up :)11:14
SpLaTtok, im installing linux (i got from ur site download page) onto a comp with an old bios. so i made the smart boot floppy. it load, has alot of harddisks, 1 cd rom and a primany 1. i click the cd rom and i get an error message 0x0C11:14
mz2Skidoo: you could always boot up using the live cd, chroot to your installation and try upgrading again11:14
mz2or at least you could look at bootup logs11:15
mz2oh but it probably doesn't get far enough to even start loggin?11:15
=== beyond is now known as beyond-rango
mz2logging11:15
SeveasSpLaTt, how old is that machine? Could you give some more details about it11:15
Comrade_Vladimirhello back to my bitlbee konvers11:15
indypendehi all11:15
=== arrinmurr [n=arrinmur@MMMCXLVII.tun.saunalahti.fi] has joined #ubuntu
Skidoomz2: yup. there won't be a boot log, and i already tried the live cd and chroot thing, but it did the same thing11:15
=== musk [n=abeck@ip142176056064.islandtelecom.com] has joined #ubuntu
indypendewhy i get totem crash saying "The video output is in use by another application"?11:16
Mabus06Seveas, I don't have a preferences menu in xchat anymore how do I restore it11:16
=== Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has joined #ubuntu
mz2Skidoo: bugger. do you have /home on a separate partition?11:16
=== Bachus9001 [n=Bachus90@pcp01053787pcs.muncie01.in.comcast.net] has joined #ubuntu
SeveasMabus06, settings -> preferences11:16
=== Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has left #ubuntu ["Leaving"]
=== Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has joined #ubuntu
=== RazboiniK [n=gadast@fl-southhub-u1-c5-0a-104.miamfl.adelphia.net] has joined #ubuntu
Skidoomz2: yep. sure do11:17
SpLaTtits an compaq, pen 3. 667. compaq desktop EN11:17
=== jldugger [n=jldugger@ppp-66-142-210-46.dsl.tpkaks.swbell.net] has left #ubuntu ["Leaving"]
Comrade_VladimirHow do I USE BITLBEE NOW WHY DID EVERYONE STOP IN THE MIDDLE OF THE CONVERSATION!!!!11:17
Skidoohmm. it may not be the kernel itself, cos it crashes at the uncompressing stage. could it be a grub issue?11:17
=== mwe [n=mwe@port462.ds1-ynoe.adsl.cybercity.dk] has joined #ubuntu
jenco@@11:17
=== mode/#ubuntu [+b %Comrade_Vladimir!*@*] by Seveas
=== Mabus06 [n=Nick@hlfxns0149w-142177136185.ns.aliant.net] has joined #ubuntu
mz2Skidoo: kill the bastard, and just reinstall and hope for the best? :)11:17
SeveasComrade_Vladimir, do not use caps and don't repeat11:17
=== mode/#ubuntu [+b *!*n=Nick@*.ns.aliant.net] by Seveas
navaroneComrade...I believe you simply connect to it in xchat as you would any other server...<?>11:18
mz2Skidoo: if you suspect that, put the livecd in and boot up using the boot menu on the cd?11:18
RazboiniKHello, The evolution in ubuntu doesn't allow me to select multiple contacts at the same time or group them by categories, is there a plugin missing or is that evolution version?11:18
Skidoomz2: unfortunately, that's what i've just done! i had installed previously, but a similar thing happened, and i've just got around to reinstalling tonight :(11:18
trappistComrade_Vladimir: bitlbee has documentation.  if you have a specific question maybe you'll have better luck asking that.11:18
=== Dido- [n=9@193.68.201.169] has joined #ubuntu
Skidoomz2: i can boot from the live cd ok11:18
mz2Skidoo: no, but as in boot from the live cd using the initrd and kernel image from your hd?11:19
SpLaTtCompaq Desktpro EN Series. pen3. 667 ******11:19
=== mwe [n=mwe@port462.ds1-ynoe.adsl.cybercity.dk] has joined #ubuntu
mz2the boot cd has grub, too? or is it isolinux or the like? then that probably doesn't work, or am not sure how11:19
=== ekimus [n=ekimus@pluto.htu.tuwien.ac.at] has joined #ubuntu
=== dholbach [n=daniel@ubuntu/member/dholbach] has left #ubuntu ["Ex-Chat"]
=== jcsmith [n=jcsmith@68-233-80-11.pittpa.adelphia.net] has joined #ubuntu
=== rhoffaa [n=rhoffa@ip70-162-83-183.ph.ph.cox.net] has joined #ubuntu
=== mirek [n=mirek@r5az56.chello.upc.cz] has joined #ubuntu
Skidoomz2: hmm. not sure if i'd be able to boot from the hd using the live cd11:20
RazboiniKanyone has solved that problem with evolution?11:20
rhoffaaim trying to send a file with gftp and i keep getting error saying not a directory11:20
=== mirek [n=mirek@r5az56.chello.upc.cz] has left #ubuntu ["Konversation]
Skidoogrub has to know where the kernel image lives11:20
rhoffaawhy wont it let me send?11:20
=== squire [n=squire@213-162-107-186.squire570.adsl.metronet.co.uk] has joined #ubuntu
rhoffaait says couldnt change local directory then my directory the files is then not a directory11:21
=== mode/#ubuntu [-b mabus!*@*] by Seveas
cafuegoOh dear, transset and Remote Desktop *really* are not friends.11:21
mz2yes, but have you noticed you can edit those things on the fly when booting up? the place that's used as root, the lpace where initrd is, the kernel image and so oin11:21
=== mode/#ubuntu [-b *!*n=Nick@*.ns.aliant.net] by Seveas
Skidoomz2: right. ok. but wouldn't i need to know the exact location on the hard disk?11:22
=== tonyyarusso [n=anthony@69.158.128.4] has joined #ubuntu
=== Vincent [n=vincent@AGrenoble-152-1-29-31.w82-122.abo.wanadoo.fr] has joined #ubuntu
rhoffaaanyone know of that problem when transfering files with gftp11:22
tonyyarussoI'm having an issue with tpb (ThinkPad buttons), that seems to be permissions-related.11:23
tonyyarussoThe program needs to access /dev/nvram, which has its permissions set as crw-rw----.11:23
tonyyarussoThe owner:group is root:nvram.11:24
Skidooquestion is... what process uncompresses the kernel, and why's it crashing the machine?11:24
tonyyarussoI noticed that even if I changed the permission, it would revert upon reboot.  Anyone know why?11:24
=== codenut [n=abeck@ip142176056064.islandtelecom.com] has joined #ubuntu
Seveastonyyarusso, sudo adduser $USER nvram11:25
SpLaTtill try again... Compaq Desktop EN Series. 667. pent3. = old bios. cant be updated. make a smart boot floppy. selects only cd section. gets an error msg. 0x0C (and i dont know if this makes much or a different, but the linux isnt an image on my cd, but seperate files)11:25
tonyyarussoSeveas: That should do it; thanks.  For future reference though relating to my first thought, why would something revert like that?11:26
rhoffaaanyone able to help with a gftp problem11:26
Mabus06How do I restore the settings menu on xchat11:26
Seveastonyyarusso, /dev/is dynamically created on boot by udev11:26
rhoffaaits on the linux end the problem not the remote (xbox)11:26
tonyyarussoSeveas: Ah, that would do it.11:26
cafuegoSpLaTt: A P3 should have no issues simply booting the CD directly.11:27
=== taga123 [i=f3gu@58.71.65.18] has joined #ubuntu
SpLaTtit doesnt tho.11:27
SpLaTtmy bios doesnt let or something11:28
cafuegoSpLaTt: Any chance the CD is busted? Can you test it on a different machine?11:28
=== gregburd [n=gburd@c-24-218-83-169.hsd1.ma.comcast.net] has joined #ubuntu
=== Manda [n=tammy@tx-65-41-241-208.dyn.sprint-hsd.net] has joined #ubuntu
Manda##/apple11:28
=== none [n=vincent@cpc2-cmbg7-4-0-cust221.cmbg.cable.ntl.com] has joined #ubuntu
=== shmooz [n=shmooz@H142.C72.B0.tor.eicat.ca] has joined #ubuntu
SpLaTtwell i can explore the cd no problem. and on my main it does an auto extract and stuff. and i dont think thats the problem11:28
Manda##apple11:29
Mandajoin/##apple11:29
=== taoyan [n=carlos@E7c7e.e.strato-dslnet.de] has joined #ubuntu
SeveasManda, /join ##apple11:29
Mandathank11:29
Mandathanks11:29
nonegood evening, how do I make dvd playback work on my new laptop, have installed libdvdcss2 but no luck11:29
=== DjLinX [n=linx@dsl51B67F4B.pool.t-online.hu] has joined #ubuntu
Seveasnone, which player are you using?11:30
=== Bachus9000 [n=Bachus90@pcp01053787pcs.muncie01.in.comcast.net] has joined #ubuntu
=== surfdue [n=tyler@unaffiliated/surfdue] has joined #ubuntu
tonyyarussonone: I think there's a new package now, libdvdread3, that replaces it.  And depending on where you are, maybe regionset.11:30
surfdueis there a program to log all ssh sudo command usage?11:31
=== angelo [n=angi79@host14-201.pool877.interbusiness.it] has joined #ubuntu
surfduei have a friend im leaving he has sudo11:31
surfduewanna make sure he is ok, heh11:31
Seveassurfdue, sudo already logs11:31
cafuegosurfdue: all sudo usage is already logged to syslog11:31
Seveasin auth.log11:31
surfduekk11:31
surfduethanks11:31
=== u|qos [n=mo@dslb-084-061-004-199.pools.arcor-ip.net] has joined #ubuntu
rhoffaai have found other people with my gftp problem on a webpage and theres no answer posted, does anyone know why i keep getting cant change local directory error message11:31
=== mcf501 [n=matt@144.32.156.98] has left #ubuntu ["Leaving"]
noneSeveas, which do you recomend, tried xine, don't like it much11:32
Seveasnone, totem-xine is my favourite11:32
Seveasyou might need w32codecs too11:32
nonetonyyarusso, will try that now, thanks11:32
=== SpLaTt [n=d_man244@CPE00010328d861-CM0011aea49de2.cpe.net.cable.rogers.com] has left #ubuntu []
=== mirko [n=mirko@xdsl-213-196-221-29.netcologne.de] has joined #ubuntu
surfduehow do you enable root su?11:33
=== Loevborg [n=loevborg@d10-233.dip.axsp.de] has joined #ubuntu
=== chochi [n=chochi@200.68.215.200] has joined #ubuntu
BenUrbanhow do i reconfigure xorg?11:33
dooglussudo dpkg-reconfigure xserver-xorg11:33
BenUrbanthx11:33
bimberisurfdue: sudo -i (will get you a root login shell)11:34
=== nalioth is now known as noirequus
dooglussurfdue: if you want to use "su" instead of "sudo" you'll need to set the root password to something using "sudo passwd"11:34
dooglussurfdue: it's probably not a good idea though.  keep the root password locked.11:35
surfduehow do i unlock it11:35
dooglussurfdue: "sudo passwd" will unlock it.  "sudo passwd -l" will lock it again11:35
=== chochi [n=chochi@200.68.215.200] has left #ubuntu ["me]
=== beelzebub1987 [n=beelzebu@c-66-31-159-53.hsd1.ma.comcast.net] has joined #ubuntu
=== beelzebu_1987 [n=beelzebu@c-66-31-159-53.hsd1.ma.comcast.net] has joined #ubuntu
=== beelzebu_1987 [n=beelzebu@c-66-31-159-53.hsd1.ma.comcast.net] has left #ubuntu ["Leaving"]
beelzebub1987eh11:36
=== celso [n=celso@200.181.90.208] has joined #ubuntu
Seveashi Satan11:36
=== confrey [n=dario@151.82.10.237] has joined #ubuntu
=== tvelocity [n=tony@84.254.9.197] has joined #ubuntu
=== beezly__ [n=beezly@83.148.168.219] has joined #ubuntu
=== DR_K13 [n=ISAJEEP@63.115.161.97] has joined #ubuntu
=== LoPMX [n=lopmx@ph32.torun.sdi.tpnet.pl] has joined #ubuntu
=== kenny_ [n=kenny@216-12-72-43.win.mvl.ntelos.net] has joined #ubuntu
rhoffaai have searched and read faqs and i still cant find out how to get past this cant change directory error in gftp does anyone know how to fix it11:38
dooglusrhoffaa: how can I see the problem?11:38
=== mustard5 [n=mustard5@073.a.001.sop.iprimus.net.au] has joined #ubuntu
Seveasrhoffaa, can you put the complete error on the pastebin11:39
=== ompaul [n=ompaul@213-202-136-87.bas502.dsl.esat.net] has joined #ubuntu
rhoffaai dont know if you need to see it, i just keep getting an error message when trying to send individual files not really directories11:39
rhoffaaits short i can put it on here11:39
Dido-anyone here rights in cyrillics ?11:39
kenny_I'm sure this is heard very, very often...so...let's just say I completed all the steps on the FAQ for installing MP3 decoders and I'm still having trouble. Most common fix for this?11:40
rhoffaaCould not change local directory to /home/rhoffa/Desktop/XBMC/evoxdash.xbe: Not a directory11:40
beelzebub1987Anyone here ever try Unreal tournament Demo v348 on ubuntu?11:40
Seveaskenny_, apt-get install gstreamer0.8-mad11:40
=== denisbr [n=denisbr@201-24-114-87.bnut3702.dsl.brasiltelecom.net.br] has joined #Ubuntu
=== klausos [i=klausos@217.129.141.64] has joined #ubuntu
denisbrGood Night11:40
dooglusrhoffaa: if we can't reproduce the problem, how can we help you fix it?11:40
Seveasrhoffaa, very simple, it's not a directory :)11:40
rhoffaai just sent he error message above11:40
dooglusrhoffaa: it looks like you're trying to CD to a file rather than a directory, but it's hard to say11:40
klausos i need to know why dhcp is not recognised11:40
Seveasrhoffaa, note: symlinks do NOT count as directories11:40
=== dduck [n=duckie@ACD6982D.ipt.aol.com] has joined #ubuntu
=== jcole [n=jcole@atlwebproxy1.core.hp.com] has joined #ubuntu
rhoffaaim trying to send 2 files individual to my xbox11:41
BenUrbanwhat is the proper state of .Xauthority?11:41
rhoffaai already sent a directory11:41
kenny_apt-get install gstreamer0.8-mad11:41
trappistthough you can cd to symlink/11:41
BenUrban(before starting x)11:41
kenny_Thanks.11:41
kenny_Did the trick.11:41
=== lampshade [n=42zeros@69-23-135-233.cable.inebraska.com] has joined #ubuntu
beelzebub1987Seveas, when I updated the fglrx driver from your repo my driver messed up and it kept saying I had Mesa no matter what I did, so I ended up reinstalling ubuntu ='(11:41
=== aris[glande] [n=aris@165-12.247.81.adsl.skynet.be] has left #ubuntu ["Leaving"]
Seveasbeelzebub1987, did you install both kernel and xorg driver?11:41
rhoffaai sent awhe xbmc folder to my box, but the 2 individual files wont send to a different directory on the xbox11:42
beelzebub1987heh, wouldn't remember11:42
BenUrbanooh maybe that's what screwed p my xorg11:42
BenUrban*up11:42
denisbrUbuntu respect the Contract Social Debian?11:42
beelzebub1987It just said I had updates on the update manager11:42
lampshadeIs there kinda an enlightenment-desktop like there is a gnome-desktop, etc?  Is enlightenment in the normal repos or is it in world or universe?  How do I ask ubotu about packages so I don't have to bothter you people?11:42
=== kurros [n=wade@74.250.8.67.cfl.res.rr.com] has joined #ubuntu
beelzebub1987and I updated like I usually do11:42
rhoffaathis isnt an xbox problem though its something with gftp11:42
FarrisGI have a bunch of USB hard drives that may or may not be plugged in at boot time. However, whether they're plugged in or not seems to determine the /dev/sd* node that my RAID card drives get, since the usb-storage mod gets loaded first and udev/hotplug creates the nodes. Is there an easy way to always map my RAID card drives to a /dev/something* symlink, so that it doesn't matter which order the /dev/sd* drives are in?11:42
trappistdenisbr: the debian social contract?11:42
=== kt0xd [n=fenix@95-56-246-201.adsl.terra.cl] has joined #ubuntu
beelzebub1987doesn't matter now though, I'm using the 8.20.8 driver, works much better than 1611:42
=== Tomcat_ [n=Tomcat@p54A18B0A.dip0.t-ipconnect.de] has joined #ubuntu
tonyyarussolampshade: !whateveryouneedtoknowabout11:42
kt0xdhelp please i have problem with the ltsp!!!!11:42
seliniumlampshade, apt-cache search <app>11:43
Seveasbeelzebub1987, that's quite important, the upgrade there only installs the xorg driver, not the kernel module!11:43
BenUrbanFarrisG: i have that same issue with my wifi card11:43
beelzebub1987Has anyone here tried Unreal Tournament Demo v348 (linux version)?11:43
trappistkt0xd: the trick is to ask a question11:43
denisbrtrappist, yes, the ubuntu is based in the Contract Social Debian? http://www.debian.org/social_contract11:43
cowbud!beer11:43
BenUrbanSeveas: so you broke my xorg?11:43
=== ubotu pours cowbud a cold pint of his favourite beer.
Mabus06Can anyone help me to get kopete to work in both sending and recieving webcam? I can do either but not at the same time.11:43
beelzebub1987I see seveas, thanks. Had I known that then I woulda saved a lot of hassle =(11:43
=== testmachine [n=assink@ip237-239-58-62.adsl.versatel.nl] has joined #ubuntu
seliniumlampshade, http://www.soulmachine.net/wiki/index.php?title=Enlightenment_on_Ubuntu_5.10_%28Breezy_Badger%2911:43
rhoffaasaveas or dooglas what should i do to get this files sent?11:43
=== dduck [n=duckie@ACD6982D.ipt.aol.com] has left #ubuntu ["Ex-Chat"]
SeveasBenUrban, I broke nothing :)11:43
=== mr_lampe- [n=la@dslb-084-056-134-073.pools.arcor-ip.net] has joined #ubuntu
kt0xdsorry but i don speak english can you help me?11:43
kt0xdwhat is the trick11:44
dooglusrhoffaa: did you try using "ftp" instead of "gftp"?11:44
beelzebub1987my xorg is perfect now, so I'm happy =)11:44
Seveaskt0xd, #ubuntu-es may help11:44
BenUrbanSeveas: how do i make sure that your drivers are not installed?11:44
rhoffaano someone told me to dl this11:44
rhoffaai willthough11:44
kt0xdok thank you11:44
SeveasBenUrban, don't use my repository11:44
BenUrban...11:44
rhoffaathanks11:44
=== Tony_Sidaway [n=Tony_Sid@wikipedia/Tony-Sidaway] has joined #ubuntu
beelzebub1987lol benurban11:44
beelzebub1987it's true11:44
BenUrbancan't i mask packages in ubuntu?11:44
SeveasBenUrban, but now that I know this, I'll fix it11:44
trappistbeelzebub1987: you only THINK it's perfect.  I started playing with FontPaths and stuff yesterday, and I've never been happier with the way my desktop looks.11:44
rhoffaaho do i run ftp?11:44
beelzebub1987trappist, what?11:45
seliniumBenUrban, yes, but I can't remember how!11:45
=== pickett [n=pickett@ppp211-50.lns1.adl2.internode.on.net] has joined #ubuntu
BenUrbanlmao11:45
dooglusrhoffaa: open a terminal.  type "ftp <hostname>" or "ftp <ip-address>"11:45
trappistbeelzebub1987: I'm just saying there's a lot more that can be done.  if it ain't broke, tweak it!11:45
BenUrbanmeanwhile i need to revert to the official fglrx stuff11:45
BenUrbanhow do i get them back?11:45
beelzebub1987trappist, thanks for the tip, I'll do some tweaking when I get the time =)11:45
SeveasBenUrban, this is the official fglrx stuff11:45
=== roune [n=roune@c-2b0b72d5.014-56-76786a1.cust.bredbandsbolaget.se] has joined #ubuntu
BenUrban...11:45
dieselAnyone know how to get a listing of at jobs that shows what will actually run?11:45
SeveasBenUrban, install the kernel module from my repo and it's complete11:46
=== Dido- [n=9@193.68.201.169] has joined #ubuntu
BenUrbanSeveas: how do i do that?11:46
=== djib [n=djib@brusa.chu.cam.ac.uk] has joined #ubuntu
trappistDido-: atq?11:46
beelzebub1987BenUrban, either do that or install the latest ati drivers form the ati website11:46
dooglusDido-: "at -c"?11:46
mwediesel: list that shows what will run?11:46
Seveasbeelzebub1987, these are the latest ati.com drivers11:46
BenUrban:/11:46
beelzebub1987oh?11:46
beelzebub1987when I updated it was .1911:46
beelzebub1987something11:46
=== agente87 [n=agente87@88.1.102.82] has left #ubuntu ["Abandonando"]
Seveasafk, fixing the packages11:46
beelzebub1987Thanks =)11:47
=== mlehrer [n=mlehrer@pollux.northsky.com] has joined #ubuntu
rounehow do i install xmms on ubuntu?11:47
beelzebub1987you must have updated them in a few days worth11:47
mlehrerwhat is the best way to get the complete set of video codecs to work on ubuntu11:47
=== skrollan [n=skrollan@I8d23.i.pppool.de] has joined #ubuntu
beelzebub1987in that case, good job Seveas =P11:47
BenUrbanmlehrer: w32codecs maybe?11:47
rhoffaahaha ughhhhhhhh is there a front end for any other ftp?11:47
rhoffaai cant get it working11:47
kt0xdroune do $ sudo aptitude install xmms11:47
roughtraderquestion: I have a dual-core opteron machine, should I install ubuntu for amd64?11:47
rhoffaaim getting pissssed11:47
beelzebub1987or "sudo apt-get install wxvlc11:47
beelzebub1987woops11:47
beelzebub1987I mean11:47
beelzebub1987yeah11:47
mlehrerBenUrban: i don't see that package available with apt-get11:47
dooglusrhoffaa: maybe try again when you're sober?11:47
beelzebub1987wxvlc is a very nice media player11:48
rouneomg11:48
BenUrbanmlehrer: dunno exactly what it's called11:48
rounehow can u know all thos stuff!11:48
Skidooanyone know if there's a list of known ubuntu kernel issues anywhere?11:48
rouneit worked anyway, thanks!11:48
rhoffaahaha my ftp skills arent to good, and its already giving me trouble entering my username when i know it is xbox11:48
BenUrban...11:48
BenUrbanwhy is your username xbox? ;)11:48
beelzebub1987lol;11:48
rhoffaayou havnt heard of anyone else having this problem with that error message i sent you earlier so i could just fix that and get on11:48
dooglus'cos the FTP server is running on an xbox...11:48
k31th_lol11:48
dieselFor example, if I atq i get the following output: 3       2005-12-15 11:55 a root.  How do I see what 3 is actually going to run?11:49
rhoffaayea11:49
=== YoManWazap [n=Eric@HSE-Montreal-ppp3472700.sympatico.ca] has joined #ubuntu
k31th_yeah im going to turn my xbox into a ftp server i think11:49
rhoffaai want it for xbmc11:49
k31th_i have that atm11:49
k31th_xbmc is the shit yall11:49
rhoffaabut, i cant get the xbmc.xbe and xml over, the directory will transfer but those two files individually in another directory wont work11:49
k31th_i have an old p2 for a router atm11:50
BenUrbank31th_: language11:50
=== denisbr [n=denisbr@201-24-114-87.bnut3702.dsl.brasiltelecom.net.br] has left #Ubuntu ["Fui]
=== YoManWazap [n=Eric@HSE-Montreal-ppp3472700.sympatico.ca] has left #ubuntu ["Leaving"]
k31th_soz11:50
roughtraderquestion: I have a dual-core opteron machine, should I install ubuntu for amd64?11:50
=== gleesond [n=devong@71-34-107-90.ptld.qwest.net] has joined #ubuntu
k31th_wouldnt mind sticking a diff distro on it tho11:50
k31th_if i can get the ADSL card to work :p11:50
rhoffaabut i wish someone could help me with this problem anyone ever have ftping problems11:50
Mabus06Anyone know of a program that can send and recieve webcam at the same time, that can be used between an ubuntu computer and a windows one?11:50
gleesondI just installed kde and it doesn't seem to be working right... is there a set of pakages that I might need to make it work correctly in ubuntu?11:51
dooglusdiesel: I already told you.  "at -c"  like "at -c 3" to see job 311:51
=== ash_ [n=ash@tardis.mub.unimelb.edu.au] has joined #ubuntu
=== martianfood [n=martianf@hlfxns0147w-142167196214.ns.aliant.net] has joined #ubuntu
=== clipper [n=lxuser@62.57.43.218] has joined #ubuntu
=== tonyyarusso [n=anthony@69.158.128.4] has left #ubuntu ["Leaving"]
dieseldooglus: well, I asked in different way, didn't I...in which you gava different anser11:52
rounekt0xd , it started to do something, but when it was done with the jibberish, it said like no packages installed11:52
=== rudiz [n=rudiZ_@e189253.upc-e.chello.nl] has joined #ubuntu
cafuegoroughtrader: Yes, you should.11:53
cafuegoroughtrader: I'm fairly sure opterons won't run i386 stuff anyway.11:53
rudizhow i get rid of the Debian-menu inKmenu?11:53
bullitt_some fonts have dissapeared in firefox, even when I highlight them, cannot see what is typed11:54
BenUrbandeja vu11:54
=== m0biu5 [n=micah@r209078.res.Lehigh.EDU] has joined #ubuntu
=== beezly_ [n=beezly@83.148.168.219] has joined #ubuntu
=== aguazer0 [n=awa@32.Red-81-35-181.dynamicIP.rima-tde.net] has joined #ubuntu
bullitt_well, I did ask it before11:54
aguazer0hi11:55
corresponderho11:55
BenUrbanyeah, an hour ago11:55
BenUrbanlol11:55
BenUrbanmost people aren't that patient :P11:55
bullitt_and no one responded then, except for one person saying it happened since he upgraded11:55
mwerudiz: I think you have to either uninstall menu or hack kde config files11:55
m0biu5Does anyone here use alltray?11:55
picassohey, anybody use cantus on ubuntu?11:55
=== spacey [n=spacey@flits101-191.flits.rug.nl] has joined #ubuntu
picassoits a nice gtk mp3/id3 renamer/tagger11:55
=== riffic [n=drriffic@user-0c6t1gs.cable.mindspring.com] has joined #ubuntu
mwerudiz: or it will put it back when you install something new11:55
picassowhich apparently has only very old version included in ubuntu11:56
rounei tried the sudo aptitude install xmms, it said that no packages installed11:56
rudizapt-get remove menus-xdg?11:56
aguazer0somebody knows what happen with avidemux package? yesterday it was in universe, but I can find it now11:56
Seveasroune, enable universe11:56
riffichi I think I might be having alsa issues with dapper can anyone help me troubleshoot so I can file a bug?11:56
Seveas!info avidemux11:56
eruinpicasso, you might want to check out tagtool11:56
aguazer0*can't11:56
riffici use a cs42xx11:56
picassook, i'll try that11:56
Seveas<ubotu> Package 'avidemux' does not exist.11:56
k31th_anyone recomend a good mail & imap server?11:56
BenUrbanSeveas: done fixing?11:56
picassojust need a good interface -- JJ MP3 Renamer for windows is the best i've used11:56
Seveask31th_, I like courier11:56
BenUrbank31th_: courier11:56
mwerudiz: no I believe it's just menu11:56
rifficer cs46xx11:57
roughtraderthe nvidia drivers for video cards are really old for 64-bit linux11:57
cafuegoSeveas: Ubotu doesn't have the extras repos.11:57
rudizmve, removing menu-xdg is also good?11:57
SeveasBenUrban, no, waiting for something to download :)11:57
BenUrbanah11:57
k31th_courier is a imap server ?11:57
BenUrbank31th_: it is11:57
Seveascafuego, he sais universe :)11:57
rudizi wil try it11:57
=== robertj [n=som@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu
eruinpicasso, I'm sure you'll find tagtools interface pleasant :)11:57
aguazer0Seveas, but yesterday avidemux was in universe11:57
k31th_wat about a mail server ?11:57
roughtraderis it better to install the regular nvidia drivers even though using the 64-bit linux?11:57
=== freakazoid3333 [n=matt@pool-151-197-243-61.phil.east.verizon.net] has joined #ubuntu
cafuegoroughtrader: They're the same as for i386 breezy (and they work fine)11:57
Seveask31th_, imap/pop3/smtp/mailinglist11:57
mlehreris there a bot on this channel?11:57
aguazer0I wonder why11:57
roughtradersweet, thanks cafuego11:57
BenUrbanSeveas: please pm me when it's fixed11:57
cafuego!bot11:57
ubotuYep, that's me! I'm a bot alright. Read http://wiki.ubuntu.com/UbotuUsage to find out how to use me. Do NOT play with me in any channel.11:57
rounehow, do u want me to type that? i did anyway and it didnt work ^^11:57
SeveasBenUrban, will do11:57
rudizSeveas, is it  ok to remove menu?11:57
cafuego!find bin/avidemux11:57
k31th_Seveas: whats it like at sending large amounts of email ?11:58
Seveasgood11:58
=== Jared [n=jared@209.168.159.192] has joined #ubuntu
=== BenUrban points out that imap isn't for sending mail
=== Chand| [n=richard@bdn33-2-82-235-236-239.fbx.proxad.net] has joined #ubuntu
BenUrban;)11:58
aguazer0!find bin/avidemux11:58
aguazer0!find avidemux11:58
Jaredi have java installed and firefox wont let me play runescape...any ideas11:58
Rubinwhats the best way to edit files you only have ftp access to?11:58
mlehrerubotu tell mlehrer about w32codecs11:58
k31th_Seveas: its ok to / secure / stable replacment for sendmail ?11:58
Rubinis there an easy ftp filesystem or something?11:59
cafuegok31th_: postfix+courier (with optional ldap/mysql auth backend) are a great system.11:59
Seveask31th_, yup, I'm very happy with it11:59
KhisanthJared: have "Enable Java" checked in your prefs?11:59
mwerudiz: I do find the debian menu useful though, as not everything goes into the kde menu as far as I can tell11:59
=== Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has left #ubuntu []
k31th_courier is not actually  a mail server then? i need postfix as well ?11:59
=== Comrade_Vladimir [n=andrew@70-97-141-111.dsl1.glv.ny.frontiernet.net] has joined #ubuntu
Jaredyes it says i need to download the plugin but there isn't one11:59
=== noirequus is now known as nalioth
Seveask31th_, k31th_ courier does imap/pop3/smtp/mailinglist12:00
Seveasno need for anything else12:00

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