/srv/irclogs.ubuntu.com/2008/10/08/#ubuntu.txt

KenBW2Agrajag: i dont really know what that means but i'll take your word for it00:00
LjLKenBW2: it means that instead of relying on the libraries supplied by the system (which may be different versions and flavors depending on your distribution), they come with the libraries they need built right into the binary00:00
dalelast question, how can I define 3/4 shortcuts for an application to come in to focus, like f1 -> firefox, f2 -> emacs, f -> shell00:00
vocxwallrus, in the options it says "ro", read-only, add "rw" read-writable instead.00:00
LjLKenBW2: that causes bloat, but makes it runnable on most linux systems00:00
=== Troll is now known as UnbannableTroll
dalepressing alt+tab is just annoying00:01
KenBW2LjL: does that mean it could run ion non-Linux OSs?00:01
LjLKenBW2: err, no, of course not00:02
LjLKenBW2: i said it makes it runnable on most *linux* systems00:02
vocxwallrus, http://pastebin.com/md15bbd400:02
KenBW2LjL: well i thought "linux" was meaningless unless you were talking something low-level?00:02
AgrajagKenBW2: nope, it's still a linux ELF binary. You might be able to run it on something like a BSD system which has an ELF loader00:02
Agrajagbut it's unlikely00:03
LjLKenBW2: you've heard too much nonsense from people who read stuff written by the FSF and don't understand it, then00:03
Vincent91Quick question: I'm resizing a partition on my Dell XPS M1530 using the GParted live CD. Any clue as to how long it might take? It've been resizing it (220 Gb to 80 Gb) for about 15 minutes now and I wonder if the application is still responding, if it's actually doing something.00:03
KenBW2LjL: no, i just dont know much :P00:03
Elda!ubotu Codec00:03
ubottuSorry, I don't know anything about ubotu codec00:03
KenBW2Vincent91: depends how much data is there00:04
f|ukeVincent91, it could take about 3-6 hrs.00:04
EldaMeh.... anyone know how to go about getting information on the restricted codec package?  Just reinstalled so adding everything back in :>00:04
Vincent91About 55 Gb of info on there. 3-6 hrs? Never took that long back when I installed it on my other comp.00:04
LjLKenBW2, as long as you have the linux kernel, a suitable 3d driver for your video card, and a means of starting programs (a shell), then a binary that's got everything statically linked will do fine.00:04
KenBW2ubuntu-restriced-extras00:04
blak`Well thanks to all of you for all the information. I feel very enlightened on partitioning now!00:04
LjLKenBW2: but that doesn't mean it can work on a different kernel, as that kernel won't even have the slighest idea how to load that binary00:04
EldaKenBW2, thanks!00:05
f|ukeWell. Maybe it depends on the format. I used it to resize a 150gig NTFS to 130 gig,.. and it took that long00:05
vocx!codecs > Elda00:05
ubottuElda, please see my private message00:05
jvailong tyme no see, channel!00:05
KenBW2LjL: im not a programmer so i don't really know how they work, but it makes sense00:05
blak`OK, new questions... How do I fstab this 6 gig ext3 primary partition to my /home00:05
vocxKenBW2, it's kinda cool to learn all this stuff as you go.00:05
DasEi1 http://pastebin.ca/1222217, LjL  >troll00:06
morth_Hello00:06
KenBW2vocx: yea that's what i love about Linux - i've learned so much more about computers since i switched00:06
LjLthanks DasEi1, though we really had no doubt about him to begin with00:06
vasslerhelp me pls?!00:06
DILKenBW2: i feel the same00:07
f|ukeo.O00:07
sjovanhwy guys, i don't get a ip from my router. i think it could be a wpa issue. running a fresh 8.04 install and i don't really know what to ask for. can some one maby help me?00:07
vasslerhow can i remove bass from a mp300:07
vassler?00:07
LjLvassler, with an equalizer?00:07
KenBW2vassler: welcome to proprietary formats - what you see is what you get00:07
LjLKenBW2: well, it's not like you can remove the bass from a Vorbs file, either...00:08
wallrusnope vocx, i can't even read it.. or 'cd'.. is says i don't have permission00:08
vocxblak`, http://pastebin.com/m78873abd  instead of /dev/sda1 you could use the uuid00:08
kansani have a microsoft mouse, and i would like have it (1) when i click left & right buttons at same time it pastes stuff in the register (2) when i click the middle button it pastes the register.  currently neither works.  microsfot wireless mouse00:08
sjovanvassler: use the eq...00:08
blak`vocx: looking now00:08
VSpikeIf I have recovered an ext3 fs with ddrescue, but I have a couple of holes (bad sectors), when I do an fsck will it tell me if those holes are in the middle of files?  IOTW, am I in danger of ending up with damaged files _without_being_aware_of_it_?00:08
KenBW2LjL: thats just a container (i think).  ive long loved the idea of an audio format you can pick bits out of00:08
deathbyninjadoes anyone have weird problems with the program windows turning transparent when you maximize them?00:08
LjLKenBW2: Ogg is a container, Vorbis is a lossy audio format00:08
deathbyninjaonly certain parts00:08
KenBW2LjL: oh yea. does my idea make sense btw?00:09
webascan anyone please tell how to unrar files not via terminal?00:09
deathbyninjadownload linrar00:09
f|ukedeathbyninja, sounds like a compiz setting issue00:09
LjLKenBW2: of course it does, it's called multi-track audio, been used for decades00:09
vocxwallrus, did you read my last responses about changing read write? By the way, you do not need to reboot to test this. Just issue the corresponding "mount" commands. Also, instead of using /dev/sda1 use the UUID.00:09
webaslinrar? :) okay i will try00:09
matt__I have an Ubuntu server running ssh-server. Right now I use a random port for it, but at school the port I am using is blocked, so I can't ssh into the server from school. I know that 20,21,possibly 22 are open. I have been told to never use the "default ports" for security reasons, but if my password it strong, I'll be ok won't i?00:09
vocx!uuid | wallrus00:09
ubottuwallrus: To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID)00:09
KenBW2LjL: is that by definition Open Source?00:09
Shadow__Xhi can someone help me java applets arent working in firefox00:09
LjLKenBW2: the current agreed-upon definitely of "open source" applies to software, not music00:10
tj83webas, also, package "rar" is in the repo.. but uncertain of the cli command00:10
deathbyninjafluke: explain00:10
LjLdefinition*00:10
blak`vocx: i'm still on the live boot of the cd do i need to mount my sda1?00:10
KenBW2LjL: music *is* software, as long as it's in digital format, right?00:10
LjLKenBW2: err... no00:10
blak`vocx: i don't get what you mean for me to do with this pastebin you showed me...?00:10
jasuusmatt__ as long as your password is strong, and your data is not on russias list, youre fine00:10
webassynaptic and adept havent found anything :(00:10
KenBW2LjL: is a jpeg not software?00:10
DIL!audacity00:10
ubottuSorry, I don't know anything about audacity00:10
matt__jasuus: On Russia's list? Oh noes!00:10
LjLKenBW2: no00:10
LjLKenBW2: http://en.wikipedia.org/wiki/Software00:11
tj83KenBW2, i think "data" would be more correct terminology00:11
KenBW2LjL: so whats a jpeg?00:11
Agrajagdata00:11
vocxblak`, I thought you wanted to mount the new partition as /home, so you should put that in the file /etc/fstab   that way, upon reboot the kernel will mount the partitions and you are ready to go.00:11
matt__jasuus: What about "default" acconts? I log on as matt, so what other things should I perhaps secure?00:11
KenBW2tj83: fair enough00:11
=== Freakin_Busy is now known as Mr_Fixit
KenBW2LjL: open format?00:11
Shadow__Xcan someone help me java doesnt work in firefox00:11
blak`vocx: i can't i don't think.. im on the live cd boot and I can't get to my /sda1 yet?00:11
LjLKenBW2: "a" jpeg is an digitally coded image, period00:12
DILvassler: audacity00:12
KenBW2LjL: doesn't it have a parent term?00:12
LjLKenBW2: "JPEG" is a lossy compression format for natural image, encumbered by patents00:12
blak`vocx: i think i may need to install grub again first huh? since i know have winxp at the beginning of the drive?00:12
LjLKenBW2, "a" JPEG file is an image, it's not a format.00:12
=== _DjViper is now known as DjViper
KenBW2LjL: right im gonna shut up before i make even more of an ass of myself00:13
=== DjViper is now known as _DjViper
vocxblak`, well, yes you can have access to it immediately, just create a directory and mount it there.   You do not need exactly to reinstall grub because windows is at the beginning of the disc, since in fact grub is at the MBR a reserved space that is not accessible to normal programs or even OS.00:13
morth_what kind of FTP client do you suggest i use? anyone heard anything good about FileZilla?00:13
jayde_drag0ncan you combine partitions without losing data?00:13
LjLKenBW2, if you take the divine comedy and put it into ASCII text, that doesn't turn the divine comedy into a "format". it's still the divine comedy, just digitally stored. it's stored *using* a format (ASCII) to encode it.00:14
tj83blak` lemme understand.. you want to mount /home with a separate partition? if you have trouble getting the answers you need i can try to help /join #seaphor if you like.00:14
tj83vocx, your welcome also if you would like to make a team effort of it.00:14
jasuusLjL: interesting format tho00:14
edjuI have a file - /tmp/ssh-JrRTA24190/agent.24190, which cannot be read.  Is that file suspicious?  Anyone know what it's for?00:14
LjLjasuus: and horribly suited for storing the divine comedy, since it lacks the required accents00:14
vocxtj83, I saw him first an hour ago... who is helping who?00:15
KenBW2LjL: so what would you call what i was thinking?00:15
blak`Well I just moved my / (ubuntu is installed here) to the back of the drive and NTFS is in the front... i'm running ubuntu LIve cd right now...00:15
LjLKenBW2: what *were* you thinking?00:15
tj83vocx, i thought you were helping blak` , but he seems a bit confused :)00:15
blak`I guess I can try to mount in the live cd my moved /?00:15
KenBW2LjL: the pick-and-choose audio, er, file00:15
LjLKenBW2: a multi-track audio file00:15
KenBW2LjL: as a collective term?00:16
blak`it's ok guys, the more help the better00:16
LjLKenBW2: a multi-track audio format00:16
vocxtj83, I am, I was just messing with you. Please take him to your channel.00:16
LjLKenBW2: actually, many *existing* widely employed formats support multi-track perfectly fine00:16
csilkedju,  you shoul dbe able to safely delete that file00:16
KenBW2LjL: as in what do a jpeg, mp3, mpeg, doc etc have in common00:16
LjLKenBW2: any audio file that contains stereo audio has two tracks - one for right and one for left00:16
csilk*should be00:16
blak`Ok I mounted my ubuntu /... so i browse there and run the fstab commands?00:16
LjLKenBW2: they are formats.00:16
tj83blak`, please /join #seaphor00:16
vocxblak`, enter this room #seaphor00:16
VelmontINTREPID: Hello, -- programs keep crashing. However, when I press the report button in Apport - I finally get to launchpad, there I see many others have the same problem, and I give up. -- Is there a better way? A way of saying "me too" that's easy and will link my infrmation with the other bug? Is my info even uploaded to launchpad? Very often I just go on working when I see there are 10 other bug reports already.00:17
blak`ok00:17
jayde_drag0n can you combine partitions without losing data?00:17
LjLKenBW2: wait, no, *jpeg, mp3, mpeg, doc* are formats. "A" jpeg, or "AN" mp3, etc, are files. data.00:17
edjucsilk, Yoy know where it's from?  I don't use ssh.00:17
LjLKenBW2: not everything has a fancy name. data is just called, data.00:17
KenBW2LjL: i think i was after the formats definition00:17
f|ukeWhat is the best method to get a remote desktop from my file server?00:17
edju*Yoy*You00:17
csilkedju,  if you've never used ssh then no, i have no idea where it came from00:17
DelvienCan i install FF 2.0 and FF 3.0 at the same time?00:17
LjLKenBW2: right, but "a" JPEG [image] is not a format. JPEG itself is a format.00:18
KenBW2LjL: so a file is a file, the way it's stored is a format00:18
LjLKenBW2: right00:18
DILis a rose a hibiscus00:18
f|ukeMeh. Semantics. Don't be a robot.00:19
LjLKenBW2: or if you want fancier terms, the "file" is "digitally encoded data", and the "format" is "a digital encoding"00:19
webaswhy it is so difficult in linux to unrar unzip copy files and folders with many files :|00:19
KenBW2LjL: ill stick with file and format for now i think :P00:19
LjLwebas: it is?00:19
KenBW2LjL: btw - are you responsible for LjL-Temp? it's messing wth my tab-completion :P00:20
f|ukewouldn't the format be "a digital encoding method", and the file would be the encoding itself?00:20
webasteach me because im quite dissapointed making it via terminal..changing dirs..copying..unraring unziping00:20
LjLKenBW2: i am, yes00:20
=== kr3w is now known as n00b
n00bhey who was i talking to about compiz?00:20
LjLwebas: well, *i* do it via the terminal, *because* it can be much faster than any other way00:20
f|uken00b, are you ninja?00:20
n00byes00:21
Azhi_Dahakaok, i changed the default theme but synaptic refuses to look edecent00:21
f|ukethen it was me :P but you're SOL. I've got to go to class00:21
LjLwebas: if you aren't fond of that, i don't see what's wrong with file-roller (although being a KDE user, there might be a lot of things wrong with it that i don't know about)00:21
n00balrighty00:21
n00bthats cool00:21
f|ukegood luck00:21
wallrusyay! vocx.. up and running thanks =]00:22
webaswell it is difficult for me :) first i need to go to dir where the file is..then to unrar..then try to copy all files in folders somewhere where i need root privilegies..its very slow process :) it took me 10min each file :D00:22
LjLwebas: wait, you're copying files into some place that you need root privileges to access? *why*?00:22
wallrusi gotta stop being lazy and read the man files right =\00:22
LogivisionI'm trying to install a windows program on Ubuntu. I have Wine installed. In the middle of the installation it pulls up "Network Neighbourhood" from windows and asks me to select the server from the network. This wont' work of course. Any way around it ?00:22
webasbecause thats there the games are :D00:22
LjLwebas: and that's precisely, where? you do know you should never write outside of your home, /usr/local and /opt00:23
LjLand /etc00:23
Shadow__Xi am having issues with java certain java applets dont work00:23
webasi know i must copy there :) ljl sadly00:24
n00bdoes anyone else know about compiz settings and why they might make windows go all crazy with sections disappearing and what not?00:24
webasand copy there everyday many times..and so on..00:24
LjLwebas: anyway i don't see what makes it so slow. cd /directory/where/you/need/to/save ; sudo unrar x /path/and/file/to/the/rar/archive00:24
LjLwebas: there, done. and obviously you can use Tab to complete the pathnames, which makes that pretty fat.00:24
LjLfast, even.00:24
Logivisionanybody ?00:25
LjLwebas: no, you "must" not. you're doing something wrong if you are.00:25
KenBW2anyone know why my game should look like this: http://4umbqw.blu.livefilestore.com/y1pFaKvYAm8Voq_I2-gHuDGVY4bFqHG7U0d3EpdUTr1Da0cT1WT6leqT28rCCUYTcpGBmKVvH8lW8s/FlightGear.png00:25
harveydis there an easy way / possible to assign keyboard shortcuts to focus specific windows, like f2 -> emacs, f3 -> firefox etc00:25
curtisLogivision, what is the problem?00:25
harveydalt+tab gets annoying00:25
webasi play quake3 .. now im right..am i not? :P00:25
Logivision I'm trying to install a windows program on Ubuntu. I have Wine installed. In the middle of the installation it pulls up "Network Neighbourhood" from windows and asks me to select the server from the network. This wont' work of course. Any way around it ?00:25
Logivision<webas> because thats there the games are :D00:25
Logivisionwhoops extra line00:25
webas:D00:25
LjLwebas: and why does playing quake3 involve writing to "forbidden" areas daily?00:26
Agrajagwebas: if you're adding mods to quake3, shouldn't you be putting them in ~/.quake3?00:26
webasmaps..helloo.. and i also create maps..so..much testing and stuff..00:26
Agrajagmaps go in ~/.quake300:26
Agrajagor ~/.q3a, I don't remember the exact directory name.00:26
n00bdoes anyone know what might cause windows to go all funky when i maximize them?00:26
webasstill its in root dir..whole game is :|00:27
Agrajagno00:27
bobertdosn00b: Which drivers are you using for your video card?00:27
Memo_no it isn't00:27
Agrajagthe game looks for maps and mods and stuff in your home directory00:27
LjLwebas: no, of course not. "~" means your home.00:27
VSpiken00b: funky how?00:27
n00bbobertdos: radeon00:27
n00bvspike: it goes transparent to the desktop00:27
bobertdosn00b: Restricted or proprietary?00:27
webashm but the game is there so i need to put maps there...00:28
n00bbobertdos: default from install. it's a 7000 so it doesn't have any proprietary drivers00:28
Agrajagwebas: no00:28
Memo_hahah00:28
LjLwebas: if you want to keep believing that, then keep beliving that. we're all telling you that you don't.00:28
Agrajagwebas: I haven't played quake in years, but when I did I put maps, models, etc in my home directory00:28
webashow to see those .folders?00:28
Memo_he probably put the game in /00:28
KenBW2anyone know why my game should look like this: http://4umbqw.blu.livefilestore.com/y1pFaKvYAm8Voq_I2-gHuDGVY4bFqHG7U0d3EpdUTr1Da0cT1WT6leqT28rCCUYTcpGBmKVvH8lW8s/FlightGear.png00:28
Agrajagwebas: ls -a00:29
webasye root/usr/local/games/quake3/defrag - maps must be here :D00:29
Agrajagno, they must not.00:29
bobertdosn00b: Okay, so it has no restricted drivers, though you could probably still use proprietary ones (from AMD's site). At any rate, what is the output of glxinfo | grep direct (in the terminal)?00:29
hotmonkeyluvAAAAAAAAAAAAHHHHHHHHHHHHHRRRRRRRRRRGGGGGGGGGG!!!! LOOK OUT FOR THE MONKEYS!!!!00:29
XyphyCan anyone help me out... I can't type ~ in the Terminal but I can type it everywhere else.  I like ~.00:29
GrenyarisIf I were to run out and buy a gigabit nic, which one would I buy for best speed and compatibility with Ubuntu (hardy)?00:29
hotmonkeyluvGrenyaris, every single nic that i've tried is 100% compatible in ubuntu. even one i found in a dumpster00:30
bobertdoswebas: In a terminal, you can type ls -a [directory] to see all hidden files in the current directory or one you specify.00:30
euxnekshotmonkeyluv, that's so awesome00:30
hotmonkeyluvGrenyaris, I don't know about gigabit ones though00:30
euxnekshotmonkeyluv, dumpster diving for hardware00:30
webasye i see but its quite not nice.. :D00:30
hotmonkeyluveuxneks, heck yeah00:30
euxneksI actually lol'd00:30
Tu13esanyone seeing lsusb hanging on 8.10?00:31
hotmonkeyluveuxneks, I go to dumpsters of huge corporations, just look in them, usually there are some goodies00:31
jak__hi to all00:31
Azhi_Dahakaso, nobody knows how to do it?00:31
XyphyAnyone know any possible reasons why I cant type tilde in my terminal?00:31
euxnekshotmonkeyluv, no huge corporations where I live, too bad :P00:31
dr_Willishotmonkeyluv,  ive had a few with 'buggy' drivers. :) but i agree over all.. every wired nic ive found has had drivers.00:31
bobertdosXyphy: That is admittedly quite odd.00:31
jak__i've bought a tp-link tl wn321g wifi usb adapter00:31
hotmonkeyluveuxneks, like a hard drive in an old computer with a MASSIVE porn collection00:31
XyphyYeah no kidding right00:32
n00bbobertdos: No00:32
XyphyIt works everywhere else00:32
LjLwebas: you can't see the . folders in Nautilus, the "." means precisely that they're hidden folders. you can see them in the shell, and you also should be able to point Nautilus to them if you type the name in.00:32
Xyphy~ see00:32
mophead#hacklabto00:32
mopheadoops00:32
LjLXyphy: keyboard layout is?00:32
hotmonkeyluvdr_Willis, the funny thing is that I have 3 nics that don't work in windows at all, can't find drivers for the life of me, but work fine in ubuntu by default00:32
AgrajagYou can also hit ctrl-H in nautilus to show hidden files00:32
Azhi_Dahakapress ctrl+h on nautilus to see hidden folders00:32
jak__i need to know the chipset name00:32
KDeskhas some one tried amarok2 beta 2 ?00:32
zr0geeHey all :p I've got Ubuntu (hardy) dual-booting with Vista atm. Is it possible to boot the 8.10 beta-installer and get it to upgrade my hardy, without messing up the dual-boot-config ?00:32
jak__how can i do it?00:32
XyphyUSA00:33
rsc-anyone use an Apple keyboard for an Ubuntu setup?00:33
LjLKDesk: better ask in #kubuntu-kde400:33
rsc-I'm particularly interested in getting the ctrl-win-alt keys in order00:33
XyphyLjL: its on a Lenovo X61... layout is USA00:33
LjLXyphy: uhm, i don't remember where the tilde is in the US layout, but perhaps you have a 10x-keys layout set for the terminal with x being the wrong number00:33
LjL!locales | Xyphy, check00:33
ubottuXyphy, check: To set up and configure your locales, see https://help.ubuntu.com/community/LocaleConf00:33
mopheadHi everyone, have you ever heard of that thing where the toshiba laptop won't recognize the AC adapter?00:33
XyphyThanks all00:34
bobertdosn00b: then that is why the compiz effects malfunction. Direct rendering is required for that to work. You either need to do some Googling or you need to install the proprietary drivers for your card.00:34
bobertdos!binary | n00b00:34
ubottuSorry, I don't know anything about binary00:34
bobertdos!ati | n00b00:34
ubottun00b: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto00:34
n00bbobertdos: thank you00:34
jjulianhi how can i copy files with root and let the files not be changed to owner root? so that the groups and user who owns this, so the rights, stay how they were originally00:35
k0deugh, avoid the ATI cards00:35
KenBW2LjL: i had a thought, i probably meant Free rather than Open Source?00:35
webasstill unraring unziping copying pasting is hell of the time.. im a human being..not a bot :D im a human being :(00:35
Agrajagjjulian: cp -p should do it00:35
jvaii have ati on the thinkpad z60m.. works ok...00:35
zr0geeI guess beta-questions are a bit offtopic00:36
jjulianAgrajag, thanks00:36
abe3khi guys, say I want to do a simple copy/paste task in nautilus but it requires root permission , isn't there any keyboard combination that'll let me enter the root password instead of going to the terminal and entering sudo ?00:36
voglsterwhat the gnome printer manager in ubuntu called? how can i start it from cli?00:36
dr_Williszr0gee,  thats whats #ubuntu+1 is for00:36
zr0geedr_Willis, oh - thank you :)00:36
almostautomated_rsc- and Memo_: Thanks for the help! :D  I implemented the conf work around and it looks to be working OK now; much appreciated.  Have a great day!00:36
bobertdosk0de: I have had great success with mine actually. I can use the restricted and proprietary drivers equally well. ;)00:36
dr_Willisvoglster,  ive installed/ran gnome-cups-manager befor00:36
Shadow__Xanyone for java applet issues00:37
jasuuswhy is it that i after i chown to root, and set the appropriate permissions, i can click and drag a file to the trash?  It wont let me rm at a terminal tho00:37
bobertdosShadow__X: Which flavor of Java are you using?00:38
jasuusi cant access the file without sudo ... but im able to put it in the trash00:38
jasuusstupid.00:38
Shadow__Xsun-java 600:38
abe3kSay I want to do a simple copy/paste task in nautilus but it requires root permission , isn't there any keyboard combination that'll let me enter the root password instead of going to the terminal and entering sudo ?00:38
Memo_almostautomated_, you'00:38
bobertdosShadow__X: including the sun-java6-plugin?00:38
Memo_re welcome.00:38
dr_Willisabe3k,  not that ive seen.00:38
curtisanyone install need for speed carbon in ubuntu?00:38
curtisor cedega?00:38
Shadow__Xthat wont install i am running 64 bit00:38
abe3kdr_Willis : ok thanks00:39
bobertdosShadow__X: ahh, yes00:39
Shadow__Xwhat should i do bobertdos00:39
bobertdos!java64 | Shadow__X00:39
ubottuShadow__X: You can run Flash, Real, and Java plugins in AMD64 bit computers with Firefox. see the steps to follow at https://help.ubuntu.com/community/FirefoxAMD64FlashJava00:39
sotec_prodBest Windows game working in WINE?00:40
jjulianwarcraft 3 ;)#00:40
harveydthere is no way this is impossible00:40
abe3kguys which room should I log into to get help about nautilus ?00:40
harveydI want to press a keyboard shortcut, and have it focus an application00:40
sotec_prodbesides WoW, or similar games.00:41
Agrajagabe3k: why are you trying to write to a folder owned by root?00:41
harveydreally doesnt seem to be possible, which sucks00:41
Killer--Tuxhelp no sound in zsnes00:41
KDeskhas some one tried amarok2 beta 2 ? I know somebody has.00:41
histo!anyone | KDesk00:42
ubottuKDesk: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?00:42
abe3kagrajag : I have openttd and theres a new version online that I've downloaded so I want to overwrite my older files in the /usr/share/games folder00:42
bobertdosabe3k: If you want, you can run Nautilus with gksudo either in the terminal or in the run menu.00:42
XyphyIf I change my layout/keyboard model... will the changes take effect immediately?00:42
KDeskhisto: I wat to know the expiriense with amarok 2 beta 200:42
bobertdosabe3k: but be careful and do not under any circumstances open Nautilus with plain sudo.00:43
Agrajagabe3k: did you download and build the source, or did you get a package file?00:43
abe3karajag : I downloaded the binaries00:43
histo!offtopic | KDesk00:43
ubottuKDesk: #ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!00:43
Agrajagabe3k: so you have a .deb file, or what?00:43
abe3kbobertdos : why is that ?00:44
AgrajagWhich package did you get?00:44
abe3kagrajag : no a zipped archive00:44
bobertdos!gksudo | abe3k00:44
ubottuabe3k: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)00:44
XyphyIf I change my layout/keyboard model... will the changes take effect immediately? Or do I have to restart the x client?00:44
AgrajagIt's a pretty bad idea to go messing around with your /usr directory00:44
bobertdosXyphy: Eh, it depends00:45
Agrajagabe3k: Can't you just run the program from your home directory, or remove openttd using the package manager and then istall what you have in /opt or /usr/local?00:45
KDeskhisto: I also dont want the next ubunut nor offtopic00:45
Xyphybobertdos: Well I'm changing the layout (trial and error) to see if anything will help fix my tilde issue.  I want to know if I waste my time changing it and checking omitting any other steps.00:46
sotec_prodI don't know if this is off topic, but I have a need for this, so I'll ask here since it pertains to Ubuntu somewhat. Does anyone know of a GOOD tutorial for replacing XP with Vista without destroying my Ubuntu setup? Same disk, different partitions. Current Ubuntu.00:46
tj111i had to do a partial-upgrade in intrepid to get today's updates and its been hanging on "Processing triggers for man-db" for about 30 minutes.  Should I just let it keep going, is it ok to kill the process, or what?00:46
abe3kagrajag : I can run it from my home folder but then I'll be having two version on my ubuntu , one old version which is installed and one unzipped version which I have to navigate to get to00:46
abe3karajag : I just want to overwrite my older files with ease00:47
Agrajagabe3k: so uninstall the one you have, and install the one you downloaded to /usr/local/games00:47
dr_Willissotec_prod,  you will need to restore the grub loader, after installing the other os's. Windows also wants to be on the 'first' partition of the drive in most cases.00:47
abe3kagrajag : ok how do I install ?00:47
bobertdosXyphy: Well, I've never had to change my layout, so I'm not certain. Offhand, I don't think a reinitializing X would be necessary.00:47
Agrajag/usr/local is for stuff not installed by the package manager00:47
AgrajagI don't know, are there instuctions in the archive?00:47
Xyphybobertdos: Thanks.00:47
Agrajaga file named INSTALL or something similar?00:48
abe3kagrajag : its a zipped game , I just unzip it and run it, theres no install option00:48
sotec_prodthat's where windows is right now.00:48
Agrajagabe3k: there is a readme file00:48
abe3kagrajag: but the one in the repositories installs an older version00:49
=== mike is now known as Guest57524
deathbyninjahrmm00:49
Agrajagabe3k: so uninstall that one, extract this one to /usr/local/games/openttd, and make a symlink from the openttd binary there to /usr/bin/openttd00:49
sotec_prodgrr. Alright, I think I'll give the Vista install a shot. I REALLY want to drool all over dx10 :D00:50
jasuusvista?00:51
dr_Willissotec_prod,  err.. so far from what ive seen DirectX 10 has been a total letdown00:51
jasuuswhat is vista00:51
bird_fluyo guys can anyone give us a hand solving an ndiswrapper problem?00:51
sotec_prodreally?00:51
buffaloi think its sarcasm00:51
bird_fluand yes, dx10 is a letdown thusfar00:51
sotec_prodso the shading goodness and texture awesomeness is not...so...awesome or good?00:52
Xyphybobertdos: Let me ask you one more question... When you have an open terminal at the command line usually you have username@computername: $   After the : and before the $, is there supposed to be a ~ there? or is it a -?00:52
jasuusits a tilde00:52
jasuus~00:52
Xyphyfuck00:52
Xyphynot for me00:52
case^rob@rob-desktop:~$00:52
PoisonArrowHas anyone seen "Pirates of Silicon Valley"?00:52
PiciXyphy: It represents your current directory.  And watch the language.00:52
Pici!ot | PoisonArrow00:53
ubottuPoisonArrow: #ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!00:53
neetoI have a DHCP server set up on my computer, and although it gives out an IP address to a computer that wants to connect, it does not forward the DNS information to the client computer. WTF?00:53
case^PoisonArrow: yes coming to OT?00:53
PoisonArrowyes00:53
bobertdosXyphy: Maybe your home directory isn't properly defined.....00:53
XyphyPici: Sorry... all of my ~ have been replaced with - in terminal00:53
Xyphyseriously00:53
Xyphyhmm00:53
AgrajagXyphy: what font are you using?00:54
XyphyAgrajag: monospace 1200:55
XyphyAgrajag: Cant change it either...00:55
Agrajagyou can't change it? Why not?00:55
XyphyDunno... greyed out00:55
roukounhi all00:55
NiKeCRu666hello00:56
AgrajagXyphy: Oh, you have "Use the system fixed width font" checked.00:56
AgrajagUncheck that and you can set it to whatever you want00:56
morth_Hello Room00:56
Agrajagat least that's probably it00:56
XyphyYES... thank you Agrajag00:56
XyphyProblem fixed00:56
Agrajagbut as far as I know monospace doesn't replace your ~ with -00:56
Xyphydunno00:56
Agrajagso I doubt I've helped you much00:56
XyphyFixed now00:56
Agrajagoh00:56
XyphyIm happy00:56
Agrajagok00:56
roukounim trying to launch frostwire in my pc but it gives the following error: http://pastebin.com/f100b0e6d... any help appreciated!!!00:57
trueboskoHi there, is there a way I can delete all directiories name `xx` within a directory, recursive and all?00:57
=== tj83_ is now known as tj83
dr_Willistruebosko,  some scripting/bash/use of the find command.. can do so..  and no i dont know how off hand. Id have to lookit up/figrue it out. :)00:58
morth_Could anyone hold my hand with FTP?  im pretty new on it00:58
XyphyAgrajag: What is system fixed width font?00:58
dr_Willismorth_,  why use ftp at all? ssh and sftp can do most transfers00:58
AgrajagIt's just whatever default font ubuntu uses, not sure what the name is00:58
NiKeCRu666i need som help with my totem player, everytime i try to play a video my computer gets freezed, and i cant even push CTRL+ALT+1  or CRTL+ALT+backspace00:58
KenBW2can anyone suggest a good game for Ubuntu?00:58
=== digitalvectorz is now known as edo32mb|away
trueboskodr_Willis: Good point, I'll tinker arund00:59
NiKeCRu666KenBW2, OPENARENA00:59
dr_Willismorth_,  i would read up on ssh, and scp then.. and tell the channel what you are trying to do exactly.00:59
morth_when your talking in read is that a PM?01:00
morth_red*01:00
Picimorth_: No, it just hilights to let you know someone has mentioned your na,e.01:00
Picimorth_: your name, sorry.01:00
morth_oh ok01:00
Kattollikisdhow can I install the wbar in 8.04?01:01
roukounim trying to launch frostwire in my pc but it gives the following error: http://pastebin.com/f100b0e6d... any help appreciated!!!01:01
n00bwhat is the default root password?01:02
dr_Willisn00b,  thjere is none01:02
n00bok01:02
Pici!root | n00b01:02
ubottun00b: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo01:02
n00bso i can't log in as root at all?01:03
n00bi can't su root?01:03
Picin00b: read the link, use sudo.01:03
n00bok i figured it out01:03
roukounanyone?01:04
the_dudemy ubuntu games dont have any sound, and yesterday they had. im using them alone, and my sound is ok, but they dont play;.....01:04
dr_Willisn00b,  the 2 are different things.. :) you can switch to root.. yes.01:04
voraistosHi I want to compress some uncompressed videos *think extremely large files*, however I want a file compression system, like bz2, NOT video compression like mpg4 or similar... Is this worth it?01:04
con-mann00b: you could always type "su" in terminal if you dislike using sudo for every command01:04
KenBW2con-man: whats the difference?01:05
con-mann00b: in Ubuntu its "sudo su" I think01:05
Agrajagsudo -s01:05
con-manit makes it a root terminal01:05
dr_Willisvoraistos,  is large = 1gb or 100gb?01:05
n00bQuestion: why would the ati drivers not be able to detect what version of Xfre86 i'm using01:05
KenBW2con-man: i mean between su and sudo01:05
voraistosmore like 100gb01:05
dr_Willisdo NOT use 'sudo su' :) its redundant.01:05
voraistosuse "su -"01:05
roukounim trying to launch frostwire in my pc but it gives the following error: http://pastebin.com/f100b0e6d... can anyone help me?01:05
dr_Willishttp://ubuntu-tutorials.com/2008/05/09/a-root-shell-on-ubuntu-the-right-way/01:06
con-manKenBW2: typing "su" in a terminal makes that terminal a root terminal, thus you no longer have to prefix commands with "sudo" when typing in that terminal01:06
dr_Willisvoraistos,  su dosent work like that on ubuntu by default either01:06
astrollamahisto, I'm trying to do a dist-upgrade, I have an ethernet connection of 100 Mb, but the download of the files isn't going faster than 20 kb (kilo bit, yes, bit)01:06
astrollamaanyone have any tips?01:06
Kattollikisdhow can I install the wbar in 8.04?01:06
dr_Willis'The command sudo -i is the equivalent to the 'su -' command.01:06
dr_Willis!info wbar01:07
ubottuPackage wbar does not exist in hardy01:07
punzadaroukoun, try going to into synpatic and reinstalling any of the java-6 packages you have01:07
voraistosdr_Willis: this gives a clean root login, a terminal in X wont be able to lauch graph apps with this, but you can't be more root than this :)01:07
dr_WillisKattollikisd,  go download/install the souce i guess.01:07
bobertdos!find wbar01:07
punzadaand/or make sure you have all of the normal ones checked off01:07
ubottuSorry, I don't know anything about find wbar01:07
thechitowncubsI'm having trouble resizing my Vista partition, any advice?01:07
dr_Willisvoraistos,  read that url.. it explains the issues with the different ways.. in short.. its best to use 'sudo -i' or sudo -s, for non gui apps.01:07
dr_Willisthechitowncubs,  i let vista resize its own partitions.. it does it faster then ubuntu does.01:08
dystopiawhat is a normal value for glxgears + gma 3100? i'm getting only 20001:08
thechitowncubsdr_Willis: how can you do that?01:08
dang503hey all01:08
Kattollikisddr_Willis, Sorry I did not understand you...01:08
dang503wonder if someone could help with a small RoR issue and passenger01:08
dr_Willisthechitowncubs,  boot to vista..  check out the drive manager stuff.. it has a resize feature01:08
voraistosdr_Willis I agree sudo is the way to go... but on some machines the only user is root and I always su - to get a clean login. oh, well :P01:08
dang503i was following this guide https://help.ubuntu.com/community/RubyOnRails01:09
IamSOGis it possible to use a Debian Command or somethig to update my Grub in Xubuntu ?01:09
dr_WillisKattollikisd,  if the package is not in the repos.. and you cant find a package for it.. then you compile it from source.01:09
dang503but when i try to load the rails app, i get a passenger error01:09
thechitowncubsdr_Willis: appreciate it01:09
dang503saying rails framework v 2.1.0 failed to load, with the error message: RubyGem version error: activesupport(2.1.1 not = 2.1.0)01:09
=== dr_Willis is now known as Dr_Willis_
IamSOGis there a way to update my Grub under Xubuntu ?01:11
Dr_Willis_IamSOG,  clarify what you wish to do with it.. you can always edit the menu.lst all you want..01:11
ExploIamSOG: grub is the bootloader, y ou can edit it, but you cant really update it01:11
voraistosSo, drWillis, know if compressing that stuff of mine to bz2 is worth a try ?01:11
IamSOGum... I see01:12
voraistosdr_Willis01:12
IamSOGI just need to boot a iso file, but my version can't seem to do it01:12
Dr_Willis_voraistos,  i doubt if you gain much.. try it and see on a single test case.01:12
trueboskoWhat's the correct way to update my Python in Ubuntu?01:12
IamSOGmy Grub version is 0.97ubuntu4 .... that sounds old  :D or is it ?01:12
Dr_Willis_I dident think 'booting an iso file' was doable in a general way - only with some specific kernel.tricks01:12
comicinkerhi! a my problem: can I change the partitions name from /dev/sda2 -> /dev/sda4 with fdisk?01:12
Explotruebosko: try sudo apt-get update python01:12
trueboskoExplo: No, update doesn't work like that01:13
Dr_Willis_comicinker,  you dont change partition 'names' like that..     why are you even trying to?01:13
bobertdostruebosko: sudo apt-get update (to make sure the mirrors are current) && sudo apt-get upgrade01:13
NiKeCRu666please i need som help, how do i reinstall my gstreamer (video) drivers?01:14
trueboskobobertdos: I've odne an apt-get update, but it doesn't seem Python 2.6 is available in the sources yet, hmm01:14
Swidgeni've got a hdd with two hidden trash folders, and when i click the trash icon in the lower right of the screen and then do empty trash, one of the folders doesn't get emptied01:14
comicinkerDr_Willis_: I have been playing around with partition sizes. now gparted my former home partition (sda4) to sda2. I must revert that name01:14
n00bdoes utorrent have a linux port?01:15
comicinkerunderstood?01:15
Dr_Willis_n00b,  it works with wine..01:15
bobertdostruebosko Oh, you're looking for 2.6 See, Ubuntu does not roll out updates mid-life unless they are security/bug fixes.01:15
trueboskobobertdos: Ah thank you, thatm akes sense01:15
n00bDr_Willis_ what do you recommend for ubuntu?01:15
Dr_Willis_comicinker,  only way i can think to do that would be to add 2 parttions ahead of that partition.01:15
n00bazureus got way heavy in the past 2 years01:15
Swidgenn00b: i like rtorrent fwiw01:15
Dr_Willis_n00b,  use whatever you like. :)01:15
Dr_Willis_wine utorrent.exe works for me, ktorrent works.  others proberly work01:16
roukounim trying to launch frostwire in my pc but it gives the following error: http://pastebin.com/f100b0e6d... can anyone help me?01:16
voraistoseeeek. My gf uses windows as well as ubuntu on her PC... the / is mounted on W automatically, and the drive is filled with weirdly named folders with dlls and setup.exes in them... any idea why microsoft tries to screw up a FS that is not even supported natively on their os ?01:16
bobertdostruebosko Of course, you can always compile if you wish.01:16
comicinkerDr_Willis_: in fdisk you can assert the number before creating a partition...01:16
Dr_Willis_roukoun, be sure you got the actual sun java installed.01:16
trueboskobobertdos: Yeah, my one issue with that is I have to remove python 2.5 package right? I'm just worried about future collission issues and such01:17
Dr_Willis_comicinker,  but for existing partitions...  im not sure thats a good thing to be playing with.01:17
trueboskoI don't mind compiling from source, but with Ubuntu I fear doing that .. :-)01:17
comicinkerok01:17
astrollamaanyone know how I can change my software sources to download from a brazilian server? I am trying to click on it, but it won't change!01:17
jak__how to remove a package installed on my hd from a livecd??01:17
jak__i think i have to use fakeroot01:17
jak__but i don't know how01:17
geniichroot01:18
Swidgenastrollama: add it to your sources.list maybe?01:18
bobertdostruebosko: Meh, trust me, it can't be any worse than Alpha/Beta testing :D01:18
NiKeCRu666please i need som help, how do i reinstall my gstreamer (video) drivers?01:18
jak__genii: ups :D01:18
roukounDr_Willis: look at the 28 and 30 lines of the pastebin... i have the 0.6 version installed and it requires 0.4!01:18
trueboskobobertdos: hehe01:19
voraistosapt-cache search gstreamer | grep gstreamer01:19
astrollamaswidgen, thanks for the suggestion, ill try it out01:19
Swidgenastrollama: do so with caution because i'm not 100% sure :)01:19
voraistoscopy/paste the result after typing apt-get install01:19
voraistos:)01:19
Dr_Willis_roukoun,  trying it now with my java.. lets see.. where did ya get frostwire from01:19
Dr_Willis_roukoun,  using frostwire just downloaded from the frostwire homepage, and  [java = 1.6.0_06] works here.01:20
Dr_Willis_roukoun,   java -version java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02)01:21
NiKeCRu666voraistos, this is what i get http://paste.ubuntu.com/55145/01:22
=== lakitu2 is now known as lakitu
b3lorixxWhat program can burn a AVI file to a disc and play in all DVD players?01:22
roukounDr_Willis: actually it appeared since i uodated my ubuntu to 8.04... i have the same problem with vmware01:22
NiKeCRu666voraistos, was that about gstreamer for me?01:22
voraistosIT WAS FOR ANYONE WHO NEEDS TO INSTALL GSTREAMER, I GUESS IT WAS YOU :d01:23
voraistosops01:23
voraistossorry01:23
voraistos:D01:23
NiKeCRu666voraistos, haha :D thank you :D01:23
NiKeCRu666voraistos, i need to install gtreamer drivers01:23
NiKeCRu666o r whatever it mean, how can I reainstall them?01:23
voraistosthats the problem when you type stuff on the computer you're not looking at :D01:24
voraistosI'll take a look t your paste in a second01:24
Prosehey, I was wondering if hard drive failure was preceded by detectable symptoms, like they do with volcanoes01:24
NiKeCRu666voraistos, i worte this on console, apt-cache search gstreamer | grep gstreamer01:24
voraistosoh yes :d this is just a search :D01:25
voglsterDr_Willis_, hey question for you about cups printing... im trying to print to a lanier printer... I try and print everything seems fine however nothing comes from the printer... where can i check for errors?01:25
Dr_Willis_voglster,  /var/log should be some cups logs.01:25
Azlxproblem here, im trying to transfer some files from my ipod, opening it like a flashdrive, to a folder that is locked, how do i go about giving myself admin abilities?01:25
voraistosthe idea is to look for the packages, select the names, copy, then paste after typing apt-get install [paste the stuff here]01:25
Dr_Willis_voglster,  you can set cups to have verbvose logging for even more info also i belive01:25
NiKeCRu666uhmn01:26
roukounDr_Willis: any ideas?01:26
Dr_Willis_roukoun,  not really.  I never upgrade.. i always do clean istalls..01:26
DasEi3 Azlx:sudo chown <urUsername>   /path/to/ipodfolder/folder01:26
voraistosso, what i believe you need is all the gstreamer plugins. bad, ugly, etc :)01:26
roukounDr_Willis: ok...01:26
Dr_Willis_bbl01:26
spiritssightDo you goes know how "RAGE 128 PRO AGP" does with ubuntu?01:26
NiKeCRu666voraistos, cuz i have problems with my Totem player, every time i start playing a video, my machine gets freezed and stop responding01:27
DasEi3spiritssight:which exact model ? 9200,  9800...01:27
voraistoshmm01:27
android6011what are the cons of using wubi to install ubuntu rather than a normal install and making a dual boot system?01:27
amason_android6011: NTFS01:28
voraistoshave you paid a look to the multimedia selector in gnome ?01:28
android6011amason_: does it really affect ubuntu that much though?01:28
NiKeCRu666multimedia selector???01:28
Prosein any case, besides fsck and badblocks, anything else I should be running to check hard drive health ?01:28
b3lorixxWhat program can burn a AVI file to a disc and play in all DVD players?01:28
gauch0i need to assign to pidgin a "rule" on connect...01:28
voraistos(and, what happened between "the video works" and "the video crashes the machine" ?)01:28
amason_android6011: NTFs is pretty crap :)01:28
NiKeCRu666voraistos, no, i dont think so, how do i do that?01:29
spiritssightI don't know, the person that told me the specs does not know much about hte system, it looks they copyed from windows what the stuff was but not all the information01:29
android6011amason_: what is the recommended filesystem? ext3?01:29
voraistosIt should be in the system>preferences menu01:29
spiritssightif this makes any differents it says 4xTMDS01:29
amason_android6011: well basically you will run EXT3 on top of NTFS if i am not mistaken01:29
amason_so you have  the overhead of 2 filesystems01:29
DasEi3!who|spiritssight:01:29
ubottuspiritssight:: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)01:29
jvaib3lorixx, look @ DeVeDe to convert .avi media into .iso then burn the .iso to dvd disc01:29
tagetnot really a ubuntu ? but anyone havea feed other than fox the the presidential debates tonight ?01:29
voraistosif it is not, then it is probably being hidden by default, so you need to edit the menus *well, tick a box :) )01:30
AzlxDasEi3 you rock!!!! :D thanks a ton.01:30
bugaloodoes anybody use ubuntu-eee (for asus eeePC)? I'd like to know what is the correct keyboard layout on ubunto for eeepc.01:30
android6011amason_: oh i see. but what if you do a normal install, is ext3 the better of the file systems?01:30
dfthello, when I select an emerald theme it doesn't take effect01:30
b3lorixxjvai: can that ISO be played as a movie in DVD players01:30
ryansHello, I have a strange issue going on with y laptop. When I am running off battery power and using my wireless card and running flash in firefox my laptop freezes.01:30
DasEi3spiritssight:so you're not sitting in front of that machine /can't reach it ?01:30
dftmetacity themes work fine01:30
ryans*with my01:30
dftand I have advanced desktop effects running01:30
amason_android6011: ext3 is fine, i use reiser but if your just starting out it doesn't make much different. Basically WUBI is fine ,but it has its limitations01:30
solidturtlehey everyone, i'm having dificulties getting my wacom intous 3 pad to work with ubuntu01:30
DasEi3Azlx: like rocking on, np01:30
spiritssight!tab01:30
ubottuYou can use <tab> for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.01:30
jvaib3lorixx,  yes, the iso will be ok, just be mindful of + or - discs01:31
android6011amason_: ya i typically use reiserfs too. im not really starting out i was just wondering what those wubi limiations were01:31
amason_android6011: as long as you understand a wubi install will be slower, and you are subject to the limitations of windows and NTFS its fine01:31
Ryan52will apport-cli send an email? or does it use some other method?01:31
ryansHello, I have a strange issue going on with y laptop. When I am running off battery power and using my wireless card and running flash in firefox my laptop freezes.01:31
voglsterim trying to print to an ip printer that is PS compatible... its setup in cups correctly ppd right from linuxprinting... cups reports print job successful... yet the printer doesnt print anything... anyone have any ideas?01:31
spiritssightDasEi3: No I don't have the system, I have to make a decition if I want it or not, I don't want to take it if its not going to be good to run ubuntu on01:32
voraistosryans, don't use flash then. and get a proper wireless card (<unless you already have one :D )01:32
DasEi3spiritssight:liitle hard to determine: the radeon's below 9500 won't do the propitary drivers, but the standard out-of the box drivers do 'em all01:33
ryansThat's the lamest help I've ever heard.01:33
FFEMTcJRyan52: it compiles a crash report in /var/crash01:33
ryansAnd what's a "proper" wireless card?01:33
solidturtlei'm trying to install my wacom pad but i can't save the xorg.conf file when i add in the lines for the wacom pad01:33
voraistosflash for linux sucks even more than for windows, and there is nothing we can do about it. Also web browsers tend to crash easily for some reason.01:33
Ryan52woah. your like everywhere!01:33
mitnickserver irc.fullnetwork.org01:34
ryansIt freezes the whole system,.01:34
Ryan52FFEMTcJ: okay, and what does it do with this report?01:34
DasEi3solidturtle:use sudo gedit01:34
volrathhey, anyone here using the 8.10 beta?01:34
DasEi3!ibex01:34
ubottuIntrepid Ibex is the code name for Ubuntu 8.10, due October 30th, 2008 - Warning lots of broken software between now and October 30th! - Use #ubuntu+1 for support, NOT #ubuntu01:34
voglsterspiritssight, if you are wondering about a radeon 9000 ish.. i have a laptop with one... works out of the box but the ATI drivers dont.. only iddue i have is I cant get the damn svideo out working (yet ;-))01:34
voglsterissue*01:34
volrathyah, Ibex, is anyone useing it?01:34
solidturtleDasEi3: ok, i'll try that, thanks01:34
ryansUsing 8.04 still.01:34
volrathbecuase I decided to try out the Ibex beta, and everything works great, except when I try to play a video file, movie player and VLC just close01:35
spiritssightOk, thanks01:35
spiritssightDasEi3: ok thanks for yiour help\]01:35
DasEi3np01:36
Picivolrath: Please join #ubuntu+1 for Intrepid/8.10 support/discussion.01:36
dftI've installed emerald and the engine but the imported themes aren't taking effect, any ideas what's up?01:36
NiKeCRu666voraistos, i dont know what you were refering to =/01:36
voraistosryans, update, upgrade, use a different OS, fill bug reports, learn about computer insecurity and hack adobe.01:36
ryansOk, you aren't helpful.01:36
voraistosNiKeCRu666: if you cannot see the entry in the menu, the you need to edit the menus *right click on the menu and select edit)01:37
ryansAnyone else wanna try and help with this issue?01:37
Dragonbitewhat's the issue? (just got here)01:37
voglsterryans, whats the issue01:37
ryansBig block coming up01:37
ryansHello, I have a strange issue going on with y laptop. When I am running off battery power and using my wireless card and running flash in firefox my laptop freezes.01:38
ryansThank you text cache.01:38
Dragonbitetotally non-responsive? even after a while?01:38
voglsterryans, complete lockup? as in have to yank the batt/hold power button for 5 seconds? or just a pause then back up and running01:38
voraistosNikeCRu666: found it ?01:39
ryansComplete lockup as in have to reboot.01:39
voglsterryans, no clue ;-)01:39
CaptainMorganmy screen scrambles when I close the lid of my laptop... almost like it wants to go to screensaver - I go to reopen it and I hit a button trying to clear the mess but nothing happens... I have to reboot every time...01:39
Dragonbitewonder if it is part of your powersetting turning down your CPU too low for Flash to continue?01:40
Rave1_ryans  a lotof laptopsgoto apower saving mode  on battery dropping CPU down somewhat01:40
voglsterryans, have you tried different versions of flash? theres a free one and a non free one...01:40
PoisonArrowOk, I have a script that I want to run on startup and in that script it contains the "sudo" command. Is that going to want my password when its run or will it be fine? Also, where do I put the script to run on startup thanks01:40
ryansI've already turned acpi off and uninstalled the powernowd progrqam.01:40
Hofferhi, i am trying to boot Ubuntu using Wubi on my XPS M1730 and i think my hard drive is the problem01:41
voglstershudder... wubi01:41
Hofferyea... i know01:41
geniivoglster: Exactly, yes01:41
Pidginwats ubuntu written in/01:41
dr_WillisPoisonArrow,  it will also depend on what command you are trying to run, You may want to use gksu instead01:41
geniiPidgin: C01:41
CaptainMorganmy screen scrambles when I close the lid of my laptop... almost like it wants to go to screensaver - I go to reopen it and I hit a button trying to clear the mess but nothing happens... I have to reboot every time...01:41
DasEi3 PoisonArrow: you would have to put a request for the pw and then give it into the script // you can use !bum or rc.local to start it at boot01:41
voraistosread the logs and file a bug report. or pastebin here see if there is a flash/firefox/acpi guru around. As i said before, flash is crap, and this extremely cpu-intensive onsense tends to crash firefox on big systems, so with less power it will only makes things worse (even though it shouldn't)01:41
DasEi3!bum01:41
voglsterPidgin, mostly C01:41
ubottuBoot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto01:41
geniiPidgin: For the most part01:41
PoisonArrowdr_Willis, I see. What is the difference between the two01:42
=== qb_away is now known as qbmaniac
CaptainMorganmy visual effects are set to None and in the Screensaver and power settings I have them set to "Blank Screen"01:42
dr_WillisPoisonArrow,  one is for gui apps.01:42
dr_Willis!gksu | PoisonArrow01:42
=== nick__ is now known as Skky
ubottuPoisonArrow: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)01:42
Skkyquick question - if I wanted to turn off eth0/eth1 permamently, is there a command I could use or do I have to modify the interfaces file?01:42
CaptainMorganyet it appears to want to find a screensaver for some reason...01:42
CaptainMorganor that scrambly mess01:42
Hoffervoglster: it shouldn't be a problem tho, i think the problem is with ubuntu...01:42
DasEi3Skky: sudo ifdown ethX01:43
Azlxhow do i modify the color of my name in chat?01:43
PoisonArrowdr_Willis, I's not for a graphical program, its for my wireless driver01:43
spiritssightAny one know if "Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)" would work01:43
ryansWell I don't think it's written to a log.01:43
DasEi3Azlx: pidgin ?01:43
dr_WillisPoisonArrow,  tell the channel exactly WHAT is is you are trying to run then.. rc.local may be the best place for it01:43
voglsterHoffer, whats your issue01:43
SkkyDasEi3: and that will keep it turned off even through restarts until I turn it back on?01:43
Azlxyeah, pidgin01:43
ryansSystem freeze means it wont beable to do a thing.01:43
ryansI've tried everything to.01:44
ryansIf there is a log, where would it be?01:44
DasEi3Skky: no, no over restart01:44
dr_Willislogs are normally in /var/log01:44
ryansI'll give it a gander.01:44
Hoffermy issue is that I try and run Ubuntu using Wubi and when i select Ubuntu it starts to load and then takes me to this command line prompt kinda thing01:44
voglsterryans, have you tried different veriosns of flash? is it only with flash?... dont open youtube when on bettery? :-P01:44
SkkyDasEi3: is there a command to keep it off over restart?01:44
PoisonArrowWell, Im trying to run a hacked version of my rtl8187b driver for my wireless card because it is not supported. So I put it into a script that loads the drivers, sets the essid and password, and starts the dhcp command to get an I.P. and in the process I need to use the sudo command01:44
DasEi3Azlx: pidgin>preferences>plugins-list, there you can find it01:44
ircbuddyWhat resolution is best for displaying the login screen? im on 1024X something and it doesnt display everything01:44
dr_WillisHoffer,  says  login: or somting like that?01:44
Azlxk thx again01:45
voglsterHoffer, whats the prompt01:45
Hofferno it doesn't get that far01:45
pdlnhrdi tried to install the propritary ati drivers and now when i reboot i X can't start up and drops me to a login screen does anyone know the command to reset the drivers to the origial so i can get X to start... i have two radeon 4850 with two monitors..01:45
DasEi3Skky: you would either have to use a script or choose another way to disable it permantly01:45
=== Pidgin is now known as MRcheese
dr_Willisircbuddy,  the res shouldnt matter muyc.. unless you are using some weird gdm theme.  1024xXXX should work fine.01:45
voraistosryans: there should be some X logs, and definitely some kernel logs. If the system hangs, the kernel has something to do in it. It could very well be related to some proprietary wireless driver that messes up the system, and once flash kicks in, crashes it for good.01:45
luisp797__anyone know how to configure vncserver I installed the package and rebooted but I can't vnc into the pc please help01:45
SkkyDasEi3: editing the interfaces file?01:45
ircbuddydr_Willis:  its not doing something righ then01:45
Magdin77help register01:46
dr_Willisluisp797_,  which vncserver did you install?  i normally install vnc4server, and i ssh in, then run the vncserver command. vnc normally does NOT auto-startup as other 'services' do01:46
genii!register | Magdin7701:46
ubottuMagdin77: Information about registering your nickname: http://freenode.net/faq.shtml#userregistration - Type « /nick <nickname> » to select your nickname.01:46
DasEi3Skky: comment it, yes should work01:46
CaptainMorgananyone ?01:46
dr_Willisluisp797_,  you can set up vnc do to that.. but thats not the 'standard' way to use it01:46
Hoffer1sorry i am back01:47
Hoffer1got disconnected for some reason01:47
luisp797__how do i start vnc server>01:47
ircbuddydr_Willis:  what do i do01:48
dr_Willisluisp797_,  'vncserver'01:48
gingyu1好多人啊01:48
fuzzypigI have two computers connected to each other by a single ethernet cable. How do I network them?01:48
ryansYep nothing label firefox01:48
dr_Willisircbuddy,  no idea. Ive not had the issue you could try some other gdm themes.01:48
ryans*lebeled01:48
Hoffer1vogsler: i can't remember what the prompt was01:48
Pici!zh | gingyu101:48
ryans>.<;01:48
ubottugingyu1: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk01:48
dr_Willisfuzzypig,  it is a peer-peer cable? or you using gigibit nic's ?01:48
=== tj83_ is now known as tj83
ircbuddydr_Willis:  ok il try one. one sec01:49
fuzzypigIt's two NICs connected to each other by a cable.01:49
fuzzypigWill that work?01:49
DasEi3 fuzzypig:patch cable ? share internet ? see :01:49
MRcheese!d01:49
ubottuSorry, I don't know anything about d01:49
MRcheese!C01:49
ubottuSorry, I don't know anything about c01:49
DasEi3!nfs01:49
ubottunfs is the network file system. See https://help.ubuntu.com/community/SettingUpNFSHowTo for information on installing and configuring NFS.01:49
MRcheese1C++01:49
ryansAnd it looks like acpi is still running, lovely.01:49
voraistosfuzzypig: is your cable twisted, if it is not (just like standard cables you use with your routers), then it won't work.01:49
ircbuddydr_Willis: nope nothing.,01:49
MRcheese!C++01:49
ubottuSorry, I don't know anything about c++01:49
FloodBot2MRcheese: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.01:49
PiciMRcheese: What are you trying to do?01:49
tylrdfuzzypig--> depends if your nic card has an autosense, if it does not, get a switch or a hub in between them01:49
DasEi3 fuzzypig:  patch cable ?01:50
MRcheesePici: programming languages D,C,C++01:50
DasEi3 tylrd:even autosense needs a patch for direct link01:50
PiciMRcheese: Try their channels: #d , ##C and ##C++01:50
Hoffer1hi, i am trying to boot Ubuntu using Wubi on my XPS M1730 and i think my hard drive is the problem, i know Wubi is a problem for some of you, but i don't think thats the problem, i think Ubuntu won't run with my hard drive01:51
tylrdDasEi3--> they will work if the nic autosense the tx and rx and will adjust accordingly01:51
fuzzypigI don't know what a patch cable is.01:51
geniiInteresting that C is a ## channel and not official01:51
fuzzypigIt's a cat5 cable.01:51
fuzzypigA standard ethernet cable.01:51
tylrdHoffer1--> you run windows then click on wubi.exe to install01:51
dr_Willisfuzzypig,  you can just connect a normal cable that way.01:51
Hoffer1i did that01:51
fuzzypigI think it's twisted though.01:52
dr_Willisfuzzypig,  you must use a hub/router/switch, or a crossover/patch cable.. OR use gigibit network cards01:52
Hoffer1tylrd:the problem is when i try and boot Ubuntu01:52
fuzzypigI have a switch.01:52
DasEi3fuzzypig:  if you hold the two plugs next to each other, are colors of wires same on botch=no patch cable   , different=patch01:52
dr_Willisfuzzypig,  plug both pc's into the switch then.. set both up with static ips,   see if they can ping each other.. if so.. they are networked.01:52
tylrdHoffer1--> what happens when you boot ubuntu?01:52
voraistosdr_Willis I knew it :P twisted just didnt seem right, crossover... right :D /me tries to remember01:53
DasEi3 tylrd:that would only work on gigabit-cards01:53
dr_Willisvoraistos,  'twisted pair' means the wires in the cable twist around. for better shielding.. I think01:53
Hoffer1tylrd: it starts to work but then it takes me to this sort of command prompt01:53
tylrdDasEi3--> incorrect, there are 10/100Mbps nic cards that can do autosense01:53
ircbuddyAnyone ever had a problem with bad screen resolution at login01:53
Hoffer1tylrd: i can't remember what it was called01:53
Hoffer1tylrd: some safe bug something or other01:53
tylrdHoffer1--> at boot did you get to select which os to boot from?01:54
fuzzypigproblem with that: the second 'computer' is a print server which is being problematic. It's the size of my fist, and the only way to configure a static IP is to connect to it first.01:54
Hoffer1tylrd: yes i chose to boot Ubuntu01:55
voraistosdr_Willis: yes I actually know that, but in crossover cables, you need to invert some of them, leading to twisted wrists :D01:55
Oko2Is this a techincal support for Ubuntu01:55
Hoffer1oko2: yes01:55
PiciOko2: Yes.01:55
Eldays01:55
Elda*Yes01:55
Hoffer1lol01:55
Oko2Good01:55
voraistosthis is geek support, even better than technical support :)01:55
EldaIndee01:55
tylrdHoffer1--> if it didnt work, try to boot to your xp again and do a re-double click the wubi.exe01:55
Eldad01:55
Oko2I do not nedone01:55
Oko2The trafic is incredible?01:56
luisp797_ i started the vnc4server but I can't remote in any ideas?01:56
Hoffer1tylrd: i have vista....*cry**shame*01:56
EldaI dualboot vista too, don't worry :P01:56
hvgotcodesHow can i decrease how fast my load cycle count increases without using hddparm?01:56
DasEi3 tylrd:autosense means figuring half/full duplex , 10/100 mps, never saw a card that can01:56
EldaBut Im slowly moving to sole Kubuntu dependancy :D01:56
Oko2I have lost:j #ubunutu01:56
dr_Willisvoraistos,  ;)01:56
tylrdHoffer1--> that should work too, i dont have vista so i have not tested that01:56
PiciOko2: This is #ubuntu, do you have a support question?01:56
dr_Willisluisp797_,  you must edit the .vnc/xstartup to run a window manager thats installed on the system.. check the logs in .vnc also..01:57
Hoffer1tylrd: so you want me to try and reinstall wubi?01:57
fuzzypigDo I have to configure a static IP to connect to the switch?01:57
fuzzypigIt's a DYNEX 10BASE-T Ethernet Hub01:57
ryansHmmm, wonder if 8.10 would work better.01:57
Hoffer1tylrd: but it was already a legit fresh install of wubi01:57
dr_Willisluisp797_,  be sure to quit/rerun the vncserver,  after editing that file.. you can accidnetly start 2+ vncservers by mistake.. also use the ip# to connect.. often the hostname wont work.. ie;   vncviewer 127.0.0.1:101:57
tylrdHoffer1--> why not, its not that overly difficult01:57
fuzzypigOops, disconnected01:58
tylrdHoffer1--> perhaps it did not install correclty the first time01:58
dr_Willis 10BASE-T? isent that the old coax type?01:58
ryansOh did you need more info on what version of linux, etc, etc?01:58
DasEi3 fuzzypig:a hub is not a switch01:58
Fallenouhi i have problems with a webcam under ubuntu, i use "Hercules dualpix hd" usb webcam, which is recognized when i plug it in, i have latest 2.6.27 kernel with EasyCam2 tools and ov534 driver, when i launch gstreamer-properties and i click on "Video" and i test my /dev/video0 with v4l2 it show "snow"01:58
geniidr_Willis: 10base201:58
luisp797_where do I find those files?01:58
dr_Willisgenii,  :) ok.. old-skool01:58
Fallenoubut the little light on the webcam brights01:58
fuzzypigOk, that's unfortunate. Does that mean I can't connect to it?01:58
Fallenouso it communicates with the cam01:58
PiciFallenou: If you're using Intrepid, the proper channel is #ubuntu+1 for support/discussion.01:59
Fallenouok thx01:59
hvgotcodesHow can i decrease how fast my load cycle count increases without using hddparm?01:59
Skkyquestion - i commented out my "auto eth1" entry in interfaces file, restarted, but eth1 is still starting01:59
Fallenouit doesn't work better on hardy i would say Pici :p01:59
fuzzypigI have a hub to work with. How can I connect them?02:00
voraistosdr_Willis lol 10base-T are the twisted pair cables :D02:01
tylrdDasEi3--> i mistakenly called the mdi/mdix feature autosense..but you get the idea..02:01
dr_Willisvoraistos,  ive got box's of that old stuff... ive yet to toss out.. :)02:01
DasEi3 fuzzypig:you need two standard rj45 cables (non-patch)  and then can connect02:01
dr_Willispc -- network cable --> hub <----- cable --- pc.02:01
`MatirAnyone know how I could disable apport for a single session to debug a program?  Otherwise, my core files disappear :)02:02
voraistoshey, I own an 8086 dr_Willis02:02
dr_Willisvoraistos,  i got a timex sinclare 1000 :)02:02
DasEi3 tylrd:never saw this unless in gigabit02:02
droopsta915my computer is having sleep problems, what can i do to set fix sleep problems02:02
geniidr_Willis: I used to have one of those 99-4a02:02
fuzzypigBoth are connected to the hub via a cat5 cable.02:02
tylrdDasEi3--> i have used them in 10/100mbps02:02
luisp797_I fixed my virtual box problem by reloading the application02:02
dr_Willisfuzzypig, set both up with static ips,   see if they can ping each other.. if so.. they are networked.02:03
voraistosdr_willis I have a timex wrist movement-powered watch :D02:03
DasEi3 tylrd:so I believe it now but recommend patch for direct links :P02:03
hendrixskiwhat's the difference between Ram and Virtual Ram?02:03
fuzzypigI don't know the ip of the hub.02:03
dr_Willisvoraistos,  an actual wrist watch! :) old-skool02:03
dr_Willisfuzzypig,  hubs dont have ip's02:03
dr_Willis'routers' can have ip's02:04
DasEi3fuzzzypig: the hub has no own ip02:04
fuzzypigThen what is the gateway address?02:04
fuzzypigDon't I need that?02:04
luisp797_that's the router02:04
dr_Willisfuzzypig,  depends..  on what you are doing.. if its JUSt 2 machines.. theres not much of a gateway/network...02:04
DasEi3fuzzzypig: first, give the two network card attached to the hub ip's in the same range02:04
fuzzypigThere is no router connected.02:04
geniiif twp machines connected to each other, their own ip is the gateway02:05
voraistosdr_Willis it uses no electricity whatsoever, and i dont actually have to turn things around every morning for it to work :P I wished computers were based on that kind of technology, It's just so beautiful inside02:05
fuzzypigoh02:05
dr_Willisexample ips... 192.168.1.100 and 192.168.1.10102:05
fuzzypigBut neither of the machines are connected, so neither of them have IPs02:05
fuzzypigThere is no router.02:05
dr_Willisfuzzypig, set both up with static ips,   <--------------------------------- see if they can ping each other.. if so.. they are networked.02:05
DasEi3fuzzzypig: for example : 192.168.001.101 the one and 192.168.001.102  the second, mask : 255.255.255.002:06
=== kolie3 is now known as kolie
voraistosYou assign them IPs, router, connection  and whatelse or not02:06
paul_81can someone help we with a problem in natilus?02:06
dystopiadr_Willis: maybe he has a firewall running blocking ports...02:06
fuzzypigNo firewall.02:06
fuzzypigI just had no idea how a hub works.02:06
dr_Willisdystopia,  at this rate.. we will never know.,.. :)02:06
dr_Willishub just switches around some wires.. so things are wired proplery02:06
fuzzypigWe;ve hit a dead end though.02:07
fuzzypigThe second machine is only capable of DHCP.02:07
voraistoshubs copy the data from one port to paste it on all the other ports. hubs plain suck, but they also are cheap.02:07
fuzzypigI have to connect to it to enable static IPs02:07
fuzzypigBecause it's a usb print server.02:07
dr_WillisMy USB print server ive had - i could set up staic02:07
dr_Willisfuzzypig,  install a dhcp server on the other box then is another thing ya could do02:08
DasEi3 fuzzypig:so make the other pc a dhcp-server02:08
paul_81_Can someone assist me with a Nautilus question (running ubuntu 8.04 64 bit)??02:08
geniifuzzypig: When no dhcp server is found, ip range usually defaults to 169.254.x.x range02:08
dystopiahehe02:08
MRcheesecan we get sued by Microsoft for using c#?02:08
voraistosprobably :D02:09
dystopiayou can get sued for anything...02:09
dr_WillisYou can get sued for doing somtning,, and not doing it,, and not doing it fast enough. :)02:09
MRcheeseeven for just typing this/02:09
dystopiaMRcheese: YES!! BOO!!02:09
voraistosIn fact, You used "Microsoft" without their expressed written consent, so you should leave the country while you still can :D02:09
hendrixskithere's nothing to stop Microsoft for suing people using Mono... unless you believe their marketing department which said they promise they won't02:09
fuzzypigI'm installing ISC DHCP302:09
paul_81_Can someone assist me with a Nautilus question (running ubuntu 8.04 64 bit)??02:10
* dr_Willis sues dystopia for pain and suffering.02:10
fuzzypigHopefully it works out of the box.02:10
MRcheesetrademark infringment just like saying ubuntu is a tm infringement02:10
hvgotcodesHow can i decrease how fast my load cycle count increases without using hddparm?  anyway to slow down ext journaling or other options?02:10
paul_81_Is this a help channel if not can someone direct me to one?02:10
MRcheesehvgotcodes: Use JFS ext3 sucks02:10
voraistosmount it as ext2 :D02:10
aileanguys i need some urgent help in recovering a file. can anyone help?02:11
MRcheeseext3 writes to the journal every 5 secs02:11
fuzzypigok, server is installed.02:11
geniifuzzypig:If dhcp server doesn't work out..you you can let both boxes timeout. Then use a netmask of 255.255.0.0 and something like nmap to find out what ip the hard-wired dhcp box got02:11
hvgotcodesMRcheese: yeah can we reconfigure that?02:11
dystopiapaul_81_: this is a help channel02:11
voraistosyou should be able to adjust this in the mount options02:11
hvgotcodesmaybe every minute or 2 ?02:11
MRcheesethere is a way but i forgot02:11
fuzzypighm02:11
voraistosman page02:11
paul_81_dystopia could you assist me with a problem in Nautilus?02:12
CaptJagerHow can I dictate a size of a video convert when using ffmpeg -i input.avi output.flv in terminal02:12
dystopiapaul_81_: ask your question and we'll do our best to help you :-)02:12
EldaHurray!  The pizza hut people messed up on their order and somehow ended up cancelling it.  So after straightening it out we are getting free pizza \o/02:12
EldaTwo Large pizzas xD02:12
exonineHi, does anyone have any experience with the Asus eee and ubuntu?02:12
RHSanbornI have a phone as a modem plan with sprint, and a bluetooth enabled phone. Could anyone point me to a decent thread or tutorial for setting up basic bluetooth modem configs?02:12
DasEi3fuzzypig: the difference between a switch and a hub is mainly that the hub can't autom.  detrmine right pin-setting of cables and is more vulnerable to data-collision, a simple switch avoids those probs and is below 10 EUR02:12
Eldabah :< wrong chat sorry02:12
geniiexonine: Perhaps the users in channel #eeepc02:13
paul_81_I have lost the ability to SHIFT+CLICK in nautilus, to select multiple files, is there a way to fix this (xorg.conf possibly)??02:13
dystopiaailean: there are several programs and even live cds for that but best is to stop r/w to the filesystem02:13
exoninegenii: thanks =)02:13
voraistosElda, ever tried the CLI client for pizzahutt online orders ?02:13
dr_Willispaul_81_,  i dont see how that would be a xorg setting. try with a new user.. see if it works for them..02:13
aileandystopia, which program would you recommend?02:13
Mike020what's the directory to put Piding plugins in?02:13
paul_81_...will do BRB02:13
Mike020Pidgin*02:13
ircbuddyWhy does my login screen not fit the screen?  it it my resolution?   Its like its zoomed in and panned over to the top left. all i see is a input field.02:14
voraistos/usr/share/something02:14
RonzOircbuddy, sounds like you may have to check yoru xorg.conf file. sounds like its defaulting to a higher resolution than it thinks your monitor is02:14
voraistosor there could be a plugin dir in your home.02:14
jigphello:) I can connect to wifi but not lan...after I setup a static in lan, I can't connect...and when I dhcp - I can't connect also.how to restore my default lan dhcp?02:14
DasEi3 fuzzypig:also the counters of 10/100 mbit are maximum numbers, practically its about a third they do (some nics do better then other)02:14
nickz327flash videos seem unstable for me and can make firefox crash. I assume this is conflictions with pulse audio. Is this normal? any fixes?02:15
paul_81_Dr_willis: it still works with a different user...what's my next step to remedy this??02:15
choochhey guys02:15
DasEi3!hi02:15
ubottuHi! Welcome to #ubuntu!02:15
jjulianhi got a problem fsck fails cause of filesystem size is 8 blocks bigger then physical size. how can i repair that?02:15
choochI got a strange problem02:15
Skkyhow do I turn off eth1 permemently?02:15
fuzzypig_the print server won't time out.02:16
choochgot ubuntu 8.04 and when I switched to xfce, I can't play streaming radio on firefox02:16
RonzOSkky, sudo ifconfig eth1 down02:16
dystopiaailean: depends on filesystem, personally, i'd mount my filesystem r/o, burn a recovery cd in different computer, and then use a GUI program or whatever is provided with that recovery cd02:16
RonzOSkky, that should keep it from starting. if not, add it as a startup script02:16
danbh_intrepidchooch: how did you switch?02:16
voraistosDasEi3 cheap realtek cards can do these speeds, however sending 12 mbps is rather cpu and hdd intensive, so some older machines will fail at the task.02:16
paul_81_Dr_willis / dystopia: it still works with a different user...what's my next step to remedy this??02:16
ircbuddyRonzO: ok im in the file waht do i look for02:16
choochinstalled the package and choose xfce session when I login02:16
fuzzypig_The server needs to be configured before it can use static IP.02:16
jigphello:) I can connect to wifi but not lan...after I setup a static in lan, I can't connect...and when I dhcp - I can't connect also.how to restore my default lan dhcp?02:16
aileandystopia, ok so what recovery cd?02:17
chooch"Listen" play music fine02:17
voraistosDasEi3 i mean megaBytes per sec.02:17
jjulianhi got a problem fsck fails cause of filesystem size is 8 blocks bigger then physical size. how can i repair that?02:17
RonzOircbuddy, look down toward the end of it. i would suggest to google modelines for your monitor, so it can have the correct resolution for it02:17
SkkyRonzO: that turns it off until the next restart, when it comes back on02:17
RonzOircbuddy, what is the native resolution for your monitor?02:17
voraistosrythmbox is also much better than it used to be.02:17
RonzOSkky, hold on a sec, let me get you a site02:17
MRcheesedoes ubuntus kernel have FULL ACCESS TO ALL HARDWARE I/OS AND MEMORY?02:17
ircbuddyRonzO: im not sure. its a widescreen by gateway02:18
DasEi3voraistos:I found that realtek and other cheapies are up to 40% slower then intel,hp,dlink and few othrers02:18
RonzOircbuddy, go to system > prefferences > screen resolution. what is it running?02:18
danbh_intrepidMRcheese: why wouldnt it?02:18
dystopiaailean: http://en.wikipedia.org/wiki/Recovery_Is_Possible but if you download a big file on the same filesystem the chance is that you already overwrite the data... the first thing to do is think like forenics: don't touch the filesystem or hdd anymore..02:18
ircbuddyRonzO: ive had to chage that. with sudo displayconfig-gtk02:19
RonzOSkky, http://www.neohide.com/automatic-start-up-hamachi-for-ubuntu-hardy-heron . when it says to make the script part, put "sudo ifconfig eth1 down" and follow the rest of the guide from there. its not the same...but it gives you the same idea02:19
MRcheeseKERNEL MODE I MEANT02:19
DasEi3voraistos:think of a 10 mib hub switching cheap nics to that mode, the result  ...uuhm02:19
danbh_intrepid!caps > MRcheese02:19
ubottuMRcheese, please see my private message02:19
aileandystopia, i get that02:19
choochdanbh_intrepid: what do you suggest?02:19
voraistosDasEi3 i get more packet loss with them, but nothing alarming, and they do full speed as far as I know.02:19
SkkyRonzO: thanks, i'll read through that02:19
ircbuddyRonzO: i get everything from 320X240 to 1600X XXXX02:19
RonzOSkky, yup yup02:19
danbh_intrepidchooch: I dunno, does it work in the other *buntu you were running?02:19
aileandystopia, you've said it a few times now. which recovery tool would you use?02:19
RonzOircbuddy, what monitor is it?02:19
RonzOircbuddy, the model number i mean =)02:20
DasEi3voraistos:I found great differences in nfs and samba02:20
afallenhopeis there an UPDATED version of wireshark? the one I have always crashes..02:20
choochdanbh_intrepid: worked with gnome before02:20
ircbuddyRonzO: Gateway LE 196302:20
aileandystopia, ok sorry02:20
danbh_intrepidchooch: does it work with gnome now?02:20
dystopiaailean: i'd do apt-cache search undel or apt-cache search recover and use one of those console utilities... or recovery is possible :-)02:20
DasEi3afallenhope: mine is doing fine02:20
choochdanbh_intrepid: maybe I need to change the sound mixer to something compatible with xfce?02:20
droopsta915I had a file on my desktop, now it's in my recent documents list, how can i restore it back to the desktop02:21
nickz327flash videos seem unstable for me and can make firefox crash. I assume this is conflictions with pulse audio. Is this normal? any fixes?02:21
danbh_intrepid!latest > afallenhope02:21
ubottuafallenhope, please see my private message02:21
afallenhopeDasEi3, in the filter type: data contains "yay"02:21
choochdanbh_intrepid: it's latest version of gnome, forgot the number02:21
dystopiapaul_81_: i suppose its somewhere defined in gconf..02:21
afallenhope!backports.02:21
ubottuSorry, I don't know anything about backports.02:21
danbh_intrepidchooch: yes, but Im curious, does it work?02:21
aileanthanks dystopia i didn't realise what you meant :)02:21
voraistosnickz327: yes it is normal. The people from adobe programmed it this way.02:21
choochdanbh_intrepid: worked02:21
dystopiayou're welcome!02:22
nickz327so having a crash like one out of 10 times is normal? no fixes?02:22
danbh_intrepidchooch: ok, so, does it work in gnome, thats my question02:22
RonzOircbuddy, still looking for the native resolution02:22
majikhey does anyone have any idea why i have 10 apache2 proccess's running?02:22
ircbuddyRonzO: K Thanks02:22
danbh_intrepidchooch: I'm asking, assuming you still have gnome installed.  If Im wrong, let me know02:22
choochdanbh_intrepid: yes, last time I checked. the xubuntu is on my laptop and I gave it to a friend of mine02:22
voraistosnickz327, no no fixes. You could triy the latest builds of firefox though, since a plugin should theoretically NOT crash firefox.02:23
RonzOircbuddy, are you sure thats your monitor? im not finding any info on the internet about it02:23
danbh_intrepidmajik: I think thats just how apache works.  Each process can handle another connection02:23
choochdanbh_intrepid: I'll be able to the double check if we'll solve something else. VNC server is installed through synaptic but when starting the server, it just dissapeared02:24
ircbuddyRonzO: Got it at walmart. il get that page for you02:24
choochand I could not connect the computer02:24
RonzOircbuddy, that would help tons, lol  =)02:24
choochI think it should ask for a password02:24
voraistosmajik: if you dont want all these processes, you could try apache102:25
=== edo32mb|away is now known as digitalvectorz|s
ircbuddyhttp://windowsxp-privacy.net/?id=0150220002002:26
SkkyRonzO: quick question - is there no way to do this through CLI or just editing a file?02:26
ircbuddywo nvm02:26
paul_81_dystopia: nothing in gconf for nautilus relates to SHIFT+CLICK selection of files, any other ideas?02:26
choochdanbh_intrepid: what do you say?02:26
ezzieyguywufif i'v lost my IRC password, is there any way to recover it?02:26
ircbuddyhtf did that get into my notepag02:26
ircbuddynotepad*02:26
RonzOSkky, just adding a little script is honestly the easiest way to do it. only takes 2 minutes tops02:26
ircbuddywow02:26
ircbuddytrying to copy a url from walmart dot com gives that02:27
danbh_intrepidchooch: well, it sounds like you aren't working at the problem computer, so I don't know what to say02:27
Viking667I've got a weird problem when I start up a OpenOffice.Org Base file, I get two messages both talking about a missing file:  /usr/lib/openoffice/share/basic/WebWizard/script.xlb/  and dialog.xlb/. I've looked up my install, and I don't even have a WebWizard directory... though I do have FormWizard and InstallWizard directories.02:27
RonzOircbuddy, ZOMG my computer now has a virus! i must reinstall my ubuntu!!! =P02:27
Viking667Anything I can do?02:27
dystopiapaul_81_: couldn't find it either.. maybe its a more generic setting, like metacity? you could maybe replace some parts of your homedir... (by moving them from .gconf to .gconf.bak -- for example) otherwise i have no idea...02:27
SkkyRonzO: the problem is that I don't want to have to create a script for every computer i need to do this to02:27
ircbuddythats freaking crazy02:28
ircbuddyil have to type by hand02:28
DasEi3Viking667: try reinstalling oo02:28
choochdanbh_intrepid: just help me with the vnc02:28
ezzieyguywufanyone know how to recover a lost IRC password?02:28
Viking667reinstalling. Right.02:28
ircbuddyHttp://www.walmart.com/catalog/product.do?product_id=597890002:28
tpw_ruleshi02:28
geniiezzieyguywuf: Maybe ask in #ubuntu-ops02:29
voraistoslol this link scanned my computer, found a broken registry and a highly crtical spyware problem in my internet explorer rofl02:29
node357ezzieyguywuf, /nickserv help sendpass02:29
ezzieyguywufthanks02:29
choochdanbh_intrepid: what should I do in case that the vnc disappear after starting it? and I can't connect to the computer (no router)02:29
Viking667the filenames don't show up in openoffice.org-*.list under /var/lib/dpkg/info/02:29
Viking667... so it's like the deb never even came with them.02:29
voraistosI have to file a bug report, right ?02:29
danbh_intrepidchooch: no idea, I've no experience with vnc02:30
RonzOSkky, you can try to do it in the configuration for the network connections, but it will take you the same amount of time to type "nano -w script" "sudo ifconfig eth1 down" and copy it02:31
choochdanbh_intrepid: do you know anything about the correct sound mixer for xfce? or anything should work?02:31
puffHi,  i'm having run with rsync tonight.02:31
DasEi3Viking667: know how ?02:31
RonzOdid ircbuddy sign off?02:32
danbh_intrepidchooch: all I know is how to remove gnome, or xfce.  They might be conflicting02:32
kenshin_Hey guys, I wanted to try Linux...and after attempting to install gentoo I thought I might go with something a bit easier. The only thing is, I have a Mac (OS X 10.4.11), so I want to put it on a 750gb external HD. I know that Mac uses an EFI bootloader- does Ubuntu support this?02:32
Viking667DasEi3: actually, no. I'm wondering if I missed an OOo package somehow.02:32
DasEi3RonzO: yes02:32
lolmachello02:32
kenshin_Any good guides on getting started? I don't want to mess up my computer or the external hd02:32
RonzOi have his resolution, lol02:32
lolmacthis new version of ubuntu02:32
lolmac8.0402:32
lolmacin this new version02:32
lolmaccan i run it on windows?02:32
DasEi3Viking667: open aterminal..02:32
FloodBot2lolmac: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.02:32
Viking667Actually, is there a way to find what deb those files would be in?02:33
choochdanbh_intrepid: How do I remove it? and if gnome use gdm, what xfce use?02:33
Viking667must be a apt-* command of some sort, surely02:33
tpw_ruleskenshin_: why dont you try using boot camp?02:33
DasEi3Viking667:sudo apt-get remove --purge openoffice-org02:33
RonzOlolmac, you can use wubi to install it. it doesn't run inside of windows persay02:33
danbh_intrepidViking667: does the file exist?02:33
puffSpecifically, I'm trying to use rsync to copy data off a dying drive.  However, I'm trying to exclude a particular subdirectory that causes the drive to make odd clicking noises, using rsync --exclude=/media/disk-2/sub/directory/that/causes/problems02:33
lolmacThis new version of ubuntu 8.04, can i run it like the live option, but inside windows? without interrupting the applications?02:34
danbh_intrepid!purexfce > chooch02:34
ubottuchooch, please see my private message02:34
=== rgadhgakjdhkjga is now known as gera
DasEi3Viking667:sudo apt-get install openoffice-org02:34
kenshin_Can't get bootcamp to work on my comp, I don't think 10.4 supports it as well as 10.502:34
Explololmac: no02:34
puffHowever, it still appears to be trying to do something with theproblme directory, causing problems.02:34
voraistoskenshin_ as long as your computer can boot from USB, it should be able to boot anything from the usb disk02:34
=== m_newton is now known as m_newton|afk
lolmacExplo: but the cd02:34
lolmacsays02:34
RonzOlolmac, but you can run it live without modifying the computer02:34
morth_What Program should i use for C?02:34
Dr_willis_!compile02:34
ubottuCompiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first)02:34
voraistosvim and gcc02:34
kenshin_Okay, so then it follows- how do I go about installing it on the external? Should I just put in the LiveCD and go from there?02:34
RonzOlolmac, windows and linux are different operating systems, and they don't interface the same way02:34
Explololmac: you can install using windows, but you cannot run both at the same time unless you use a virtual program like virtualbox02:35
tpw_rulespuff: you might be able to use ddrescue02:35
kenshin_If my external HD is password protected would this make much of a difference?02:35
lolmacExplo: yes02:35
tpw_rulesdont really know my way around it tho02:35
RonzOkenshin_, yup02:35
Viking667DasEi3: did _that_ already, but, does that file exist in a typical OpenOffice.org distro release?02:35
Viking667brb02:35
kenshin_Ah, okay then I'll remove the password from it.02:35
pufftpw_rules: Hrrm, maybe, but rsync appears to be working okay otherwise.02:35
tpw_rulesmorth_: if you are looking for an ide, i reccommend kdevelop02:35
kenshin_Okay, thanks for the help- I'm off to try and do this correctly.02:35
lolmacExplo: the original cd alone of ubuntu, it doesn't have the option to run like a virtual machine? without the need of a other software to virtualize it?02:36
DasEi3Viking667:not a particulary sure, but open office started on mine right of the box, so I guess so02:36
voraistoskenshin_ what do you mean by password protected ? you have some sort of hardware interface on it, or simple software encryption ?02:36
tpw_rulespuff: yes, but i believe you would get a more complete backup02:36
choochdanbh_intrepid: it looks like this command remove all the standard programs... isn't it? what will happen then?02:36
Explololmac: no, there is an installer called wubi that allows you to install it using windows if you can't boot from the cd, but you have to install virtualbox and run it in there if you want to run both at the same time02:36
pufftpw_rules: I'd like to try that, if I can first finish the rsync backup...02:36
paul_81_dystopia: FYI it was a compiz setting I wasn't aware of under Grouping / Tabs, a command was bound to SHIFT+BUTTON1, I changed that and now it works again02:36
danbh_intrepidchooch: you will have xubuntu02:37
voraistosI am not sure you will be able to keep software encrypted on that disk with ubuntu. however since you seem to want to format it and you have cpu power, you could use the very hardcore encryption available for linux :D02:37
choochdanbh_intrepid: or maybe the xubuntu desktop will install everything back02:37
paul_81_Dystopia: thanks for leading me down the path02:37
paul_81_cheers02:37
* RonzO props feet up02:37
lolmacExplo: ok02:37
dystopiapaul_81_: cool :-) thanks for sharing the solution02:37
lolmacthanks02:37
Viking667DasEi3: can you see if those two filenames I mentioned are on your system?02:38
DasEi3Viking667:files again ?02:39
=== Freakin_Busy is now known as Mr_Fixit
Viking667*sigh*02:39
sd32I have 4 desktops but it shows 8 desktops in the taskbar, any body know how to get to show the correct number of desktops?02:39
Viking667 /usr/lib/openoffice/share/basic/WebWizard/script.xlb/  and dialog.xlb/.02:39
puffAnybody see what's wrong here: http://rsync.pastebin.com/d4a0f2e5602:39
RonzOsd32, right click and remove one of the panels02:40
hotrod_hi02:40
boostiesCan anyone help me?02:40
di-swhi02:40
RonzOboosties, ask away02:40
williamAnyone have the link talking about UUID?02:40
danbh_intrepidViking667: I dont have those02:40
danbh_intrepid!UUID > william02:40
Exploboosties: whats the problem?02:40
ubottuwilliam, please see my private message02:40
voraistosdr_Willis: gotta go. This "discussion" we had about old computers made me realize how great the old days were to find a very unique machine we'd keep all our lives. nowadays... there isn't much choice, thanks to you-know-who :)02:41
danbh_intrepid!blkid > william02:41
boostiesI downloaded python and cant seem to find the correct file02:41
sd32RonzO: thanks02:41
RonzOnp02:41
boostiesanyone help me with this?02:41
ezzieyguywufboossties: what do you mean the correct file?02:41
Viking667hm. Then why is my Base file coming up with those?02:41
Dr_willis_boosties,  you may want clarify what you are doing.02:41
Exploboosties: what do you mean?02:42
Viking667I may have to export database, then import it into a newer database...02:42
boostieswell I am trying to learn Python saw it in the add remove file page, it already says i have it but I cant seem to find it02:42
ezzieyguywufboosties: you probably installed python 2.5 , if you mean you can't find the proper command just type python then touble tap <TAB>, and it will list all commands with the name python in them02:42
boostiesIf u cant tell i am new to Linux02:42
ezzieyguywufboosties: of course, this is done in the terminal. there a loads of great guides for learnin python. I actually just started learning last week myself, and I'm already pretty far along!02:43
ezzieyguywufboosties: would you like me to list these guides for you?02:43
donavan_can anyone tell my how I can open my file browser as root02:43
boostiesyea man02:43
boostiesI thought it was done in terminal but i wasnt sure02:43
Explodonavan_: type sudo nautilus in the terminal02:43
=== tj83_ is now known as tj83
donavan_thanks02:43
puffspecifically, rsync (and the failing drive) keeps getting hung up on the foo.net_backup_etc directory, which it's *supposed to be excluding.02:44
puffhttp://rsync.pastebin.com/d27a42b0702:44
boostiesexplo I did whats the module about?02:45
Guest55703the 8.10 beta comes out on the 30th right?02:45
ezzieyguywufboosties: sure. http://wiki.python.org/moin/BeginnersGuide/NonProgrammers lists tons of guides. first I read the non-programmer's tutorial, even though i've learned FORTRAN (i found everything else was way above my head) and now i'm almost through with the "how to think like a computer scientist". both are great introductions, and i'm writing a pretty complex program right now with those two under my belt02:45
DasEi3Viking667:folder webwizard doesn't exist on my sys02:45
geniiGuest55703: The release version is Oct 30th02:45
boostiesok thanks02:45
Viking667hm. Weirder and weirder.02:45
hvgotcodeswhat's data=writeback in fstab do?02:45
Guest55703O.o02:45
boostiesI am trying to learn how to program so any help is well appreciated02:45
Guest55703k so ill just get it through the update manager right?02:46
ezzieyguywufi'm trying to recover my irc password with the "sendpass" command but it says i'm not authorized. can anyone help?02:46
Dr_willis_boosties theres online books that will teacy you python..  google will track some down for you02:46
RonzOGuest55703, you can, yes02:46
geniiezzieyguywuf: Again, I refer you to #ubuntu-ops for this question02:46
Guest55703is it ok or is it alot better to reinstall?02:46
DasEi3Viking667:so after reinstalling still same behaviour ?02:47
RonzOGuest55703, i like reinstalls myself02:47
Guest55703does it make much difference?02:47
boostiesthanks Dr_Willis_02:47
RonzOGuest55703, not really, just personal prefference02:47
Guest55703k ty02:48
boostiesGot another quick question (new to linux) on my mac trying to sign in as SU and Im using my root pw and its telling me I dont have permission does this sound right?02:49
strAlanis there a way for ubuntu to check any machines that join a network for compliance like updated virus scan, system patches, etc?02:49
klamechany simple answer to why sudo doesn't respect the .bashrc set aliases?02:50
danbh_intrepidstrAlan: that would be a security hole if it could02:50
bimberi!root > boosties02:50
ubottuboosties, please see my private message02:50
williamwhat program runs the desktop? like icons and whats on the desktop02:51
strAlandanbh_intrepid, no it's not - it's called network access protection and it's done in Windows domains using NAP02:51
Sowa_Is there something like UltraMon available for Ubuntu, TwinView is quite limited.02:51
bimberiwilliam: nautilus02:51
strAlandanbh_intrepid, if you can't help or answer the question can you please just not saying anything thank you02:51
bimberiwilliam: (in GNOME)02:51
williambimberi,  it seems after editing my fstab with UUID's nothing is on my desktop02:52
RezagratsIf i kill gnome-panel will i lose all my windows/launchers ? also, can i still use the Applications menu using the Meta button (windows icon button)02:52
danbh_intrepidstrAlan: sorry mate, there was actually a big discussion on slashdot regarding the security hole of such a nature.  Thats why I responded02:52
dystopia..slashdot.. :>02:52
strAlandanbh_intrepid, no offence taken02:53
bimberiwilliam: not sure about that sorry02:53
bimberiwilliam: is $HOME/Desktop empty?  Does the fstab editing mean you're mounting a different disk that /home is on?02:54
donavan_anyone had any experience with punkbuster being a punk and not updating.... tried the mannual update and nothing ever tried the PBsetup and it give me some stupid error02:54
strAlanis there a way for ubuntu to check any machines that join a network for compliance like updated virus scan, system patches, etc?02:55
droopsta915i have a file with a path on my desktop, but its not on my desktop? how i can i put it on the desktop?02:56
Chowder is there any way that I can change the color of the text on the gnome panel?02:57
danbh_intrepid!security > strAlan   you should check out this page    Maybe nessus is what you are looking for02:57
ubottuError: I am only a bot, please don't think I'm intelligent :)02:57
RezagratsFor my gnone-panel, where are the Launchers located ?02:57
danbh_intrepid!security > strAlan02:57
ubottustrAlan, please see my private message02:57
ChowderRezagrats: you have to add the launchers02:57
RezagratsChowder, i have launchers _ON_ there... but where are they on my hard disk ?02:58
ubuntunubhow can i manage the performance settings of ubuntu? (min/max CPU frequency, etc.)02:58
ChowderRezagrats: /bin02:58
Chowderfor executables02:58
strAlandanbh_intrepid, no, but thank you for trying02:58
bimberiRezagrats: /usr/share/applications (.desktop files)02:59
KattollikisdWhat is the command to open de Trash?03:00
DasEi3Viking667:sys upated/upgraded ?03:01
davidhello03:01
zetheroo-ubuntuI am having a very hard time getting my mic to work on my Thinkpad R61 ... please help03:01
davidi have compiz enable but when i watch a movie with totem i see the screen flicker03:01
geraturn off compiz03:01
=== david is now known as Guest84869
Chris_FosterKattollikisd: go to Trash:/ in your file browser, i think03:02
Guest84869that would be a solution but i need it for avant03:02
gerayea is the same when you play wow or try to open google earth03:02
Chris_FosterKattollikisd: it might not work in gnome03:02
Guest84869gera i noticed it with googel earth also, no fix?03:02
techsupporthow can i completely change computer name ?03:02
gerai just turn compiz off whenever i use any of those03:03
bimberiRezagrats: or perhaps $HOME/.gnome2/panel2.d/default/launchers/  :)03:03
geniitechsupport: man hostname03:03
zimbreswhat command should i type to read the man for fgets?03:03
Guest84869gera, the problem is taht i use awn with no other panels, so i kind of need it03:03
Viking667DasEi3: upgraded. Not what the problem was.03:03
bimberitechsupport: hostname command and editing /etc/hosts and /etc/hostname03:03
DasEi3Viking667:hardy ?03:03
RezagratsTy bimberi!03:04
Viking667DasEi3: seems there was a regression problem with migrating old pre-2.x settings... I deleted $user/.openoffice and $user/.openoffice2   - restarted, error has gone away.03:04
bimberiRezagrats: np :)03:04
DasEi3Viking667:sudo apt-get update && sudo apt-get upgrade      , never wrong03:04
zimbreshow do i read the man of a c standard function?03:04
Chris_FosterHi, I have a password saved in firefox, and Im trying to find out what that password is (I cant remember it), any idea how to get it? It apears when I go to the webpage, but It shows as black circles and copy and pasting it comes up with black circles.... Any help please?03:04
piju_hello anybody know what type of wireless chipset dell inspiron 1420 is using ?03:05
Viking667DasEi3: except in _this_ case. The error wasn't with OpenOffice itself - i.e. those files have never existed in OpenOffice 2.x.03:05
Viking667It was with files that USED to be in OpenOffice.org 1.x03:05
daaaman64anyone know why spell check in openoffice might not be working? the lines don't show up at all :/03:05
Viking667anyhow, that's all sorted, now I can depart happen.03:05
DasEi3fine so03:05
Viking667daaaman64: heh. Can't help there. You turned ON spellchecking in your Options and installed dictionary.?03:06
Chowderpiju_: GOOGLE03:06
Viking667DasEi3: yup.03:06
DasEi3nice :)03:06
daaaman64Viking667, maybe not the dictionary. anyone know what the package is called?03:06
Chris_Fosterdaaaman64: It could be because its turned off, and its most likely not a ubuntu fault if its not working. Try an openoffice forum or something simular03:06
zetheroo-ubuntuwhy am I getting such bad pickup on my internal mic?03:06
Chris_FosterHi, I have a password saved in firefox, and Im trying to find out what that password is (I cant remember it), any idea how to get it? It apears when I go to the webpage, but It shows as black circles and copy and pasting it comes up with black circles.... Any help please?03:07
geniizetheroo-ubuntu: Maybe you have an Intel HDA soundcard03:07
DasEi3!repeat|Chris_Foster03:07
ubottuChris_Foster: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://wiki.ubuntu.com while you wait. Also see !patience03:07
Viking667daaaman64: openoffice.org-dictionary-en-US, I don't know the exact name.03:07
RezagratsChris_Foster, do as much as you can to remember the pass. if you can't find out if you can reset the pass somehow. a suggestion is to use Epiphany web browser. you can check your passwords and to what site they're for. (this may cause a physical security issue if someone got on to Epiphany.(no credit card data is saved in this form))03:07
zetheroo-ubuntugenii: I think I do ... can this be fixed?03:07
Viking667you could use apt-cache search openoffice | grep openoffice | grep dictionary03:07
klosThree tehnologies are now supported in Ubuntu Server Edition 8.04: iSCSI and DRBD.03:07
genii!intelhda > zetheroo-ubuntu03:08
ubottuzetheroo-ubuntu, please see my private message03:08
klosspelling mistake on the ubuntu page03:08
Chris_FosterKk, thanks Ill check it out, sorry for repeating...03:08
Viking667oh. Sorry. That apt-cache doesn't seem to work03:08
=== tj83_ is now known as tj83
bimberiklos: https://launchpad.net/ubuntu-website/+filebug03:09
=== donny is now known as hdon
tictac232434!remote03:10
ubottuSorry, I don't know anything about remote03:10
tictac232434Can someone help me setup a remote connect with another Ubuntu computer?03:10
Viking667daaaman64: hm. Can't see _any_ dictionary files in there... wonder if they've hooked into aspell/myspell et al.03:10
geniiViking667: I'm pretty sure it uses the myspell  dictionaries03:10
Viking667ah. Right.03:11
daaaman64Viking667, that's what I'm looking at. I have myspell and it still doesn't work :/03:11
Viking667daaaman64: (1) did you install myspell, and (2) did you install a english dictionary?03:11
daaaman64yes and yes03:11
tictac232434Can someone help me step by step through setting up a remote desktop, with another Ubuntu computer on the same network?03:12
Viking667I'll take a look under my other machine's options. The machine is my wifes, so bear with me.03:12
tylrdtictac232434--> have you done any tutorials on this subject yet?03:12
techsupportbimberi, trying to change the name of my computer, have a look http://pastebin.com/m7485416903:13
tictac232434Umm just the one that comes with the program. But it just explains buttons03:13
g00dfellahello, I'm trying to compile something and im new to linux and don't think i have the library's in the right places, can someone here help me with that?03:13
iheartmarek_anyone knwo where the emai (mail client) website is?03:13
iheartmarek_i can't find it on google anywhere03:13
tictac232434Can you point me in the direction of a good one?03:13
=== caplink811-log is now known as caplink811_log
DarklustHey guys, is it possible for me to update Edgy to the newest ubuntu without having to download a newer version?03:14
techsupportbimberi, also ran command sudo hostname 3800 AMD03:14
techsupportbimberi, also ran command sudo hostname 3800AMD03:14
geratry nslookup -q=mx emai03:14
Pici!hostname | techsupport03:14
ubottutechsupport: Use hostname <somehostname> to set the hostname, or to do it permanently: edit /etc/hostname  and /etc/hosts . WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly. Alternatively, use the gui at system>administration>networking on the "General" tab03:14
zimbres what package should i have to be able to read standard c functions?03:15
the_dudemy games dont have any sound, plz help!03:15
Picizimbres: you mean the man pages?03:15
Viking667daaaman64: you gone through "File=>Wizards=>Install new dictionaries" yet? Might be a place to look.03:15
DarklustIs it possible to update Edgy to the newest ubuntu even without the support?03:15
danbh_intrepidDarklust: why not do a clean install?03:16
RHSanbornI'm trying to setup a cell phone as a usb modem, but I need to find out what it's /dev/* name is, is there some way to view a list of active devices?03:16
DarklustI only have one dvd :(03:16
geniitechsupport: You obviously didn't follow my earlier instruction on reading the manpage of the command hostname. It explains fairly clearly how to change the name03:16
Picizimbres: if so, its manpages-dev you want.03:16
techsupportPici, right, i did all that still see orudie@ubuntu:~$03:16
Viking667daaaman64:  then check under Tools=>Options, "Language Settings=>Writing Aids"03:16
the_dudemy games dont have any sound...03:16
zimbresPici, I have no entry for c functions for example "man 3 fgets".03:16
zimbresPici, OK, i will try03:16
danbh_intrepidDarklust: do you have lots of bandwidth?  You could just keep upgrading with update-manager03:17
DarklustDan: I try that, but it tells me the respositories dont exist.03:17
DarklustApparently because Edgy is no longer maintained >.>03:17
danbh_intrepidDarklust: can you pastebin the error?03:17
gerahey dude03:17
tictac232434Tylrd: you there?03:17
Viking667daaaman64: I clicked on the first "Available language modules" entry, and got a window with some possibilities in it...03:18
Viking667Anyhow, time I left. I've got a ipv6-ipv4 gateway issue to sort out.03:18
Viking667(hurricane)03:18
DarklustDan: http://paste.ubuntu.com/55162/03:20
iheartmarek_anyone know of a good terminal based email client?03:20
danbh_intrepidDarklust: well, you wana do a manual upgrade to feisty?03:21
DarklustI dont want to download the iso and burn it :(03:21
geniiiheartmarek_: Yes. It's called mail03:22
danbh_intrepidDarklust: Im talking about a manual, unsupported upgrade with apt-get03:22
PiciDarklust: You're going to end up downloading more by going through from one release to the next to get to Hardy.03:22
iheartmarek_genii: where do i get that?03:22
DarklustDan: Well yes03:22
geniiiheartmarek_: mailutils package. Then you can use on commandline just the command "mail"03:22
Yud_Zrocwats the rules for selling ubuntu with a custom builtr computer03:23
danbh_intrepidDarklust: Pici is correct, the method I help you with will use tons of extra bandwidth, since you will have several other release upgrades to go through03:23
iheartmarek_does it provide a "gui" through terminal?03:23
iheartmarek_genii: e.g., http://fortunaty.net/software/emai/screenshots/emai-reading-email-with-context.png03:23
DarklustDan: I would still like to know :)03:23
Kira[work]Hi guys,03:23
danbh_intrepidDarklust: well, edit your /etc/apt/sources.list and change every edgy to feisty03:24
Kira[work]The instructions for PureFTPd and pureadmin at https://help.ubuntu.com/community/PureFTP seem to be a bit outdated as far as Hardy is concerned.03:24
DarklustDan: That will work?03:24
Kira[work]Does Hardy's inetd still use inetd.conf?03:24
danbh_intrepidDarklust: there is a sed command that can do it for you, something like sed -i "s/edgy/feisty/g" /etc/apt/sources.list   BUT DONT DO THAT.  Just do it manually.  Im not sure of the command03:25
danbh_intrepidDarklust: nope, its going to be a rough ride, but it will be ok03:25
danbh_intrepidDarklust: lets go to a different chatroom...03:25
DarklustWhich one?03:25
danbh_intrepid#climl maybe?03:26
geniiiheartmarek_: The one I speak of is more primitive than that. Like this: http://i35.tinypic.com/wqv8cl.png03:26
nickz327wat would the commands to stop gonme/x11 be?03:27
nickz327alt f3 to access the terminal right? then what?03:27
hello_scienceAt5hey guys,,, whats a good command to see what my router, modem's IP is... i tried inetd but to no avail,,, did i goof the command up or is there another on a standard ubuntu install i can use?03:27
geniinickz327: sudo /etc/init.d/gdm stop03:28
nickz327and restart would be "same thing" start03:28
nickz327then login?03:28
Yud_Zroccorrect03:29
blak`why would i install ubuntu the first time it detects my network card and wireless ... 2nd time i install it doesnt detect any network devices?03:30
nickz327why shouldn't i switch over to openSUSE? i plan on doing so.03:30
geniinickz327: Ubuntu support is much better :)03:31
hello_scienceAt5what about debian?03:31
nickz327the only thing i could think of is that synaptic is great, but thats it03:32
nickz327debian isn't a big enough difference03:32
zelrikriandogenii, he will ask you to prove it right now :)03:32
nickz327too similiar to ubuntu03:32
nickz327im trying to progressively increase my linux abilities pretty much03:32
geniinickz327: Try FreeBSD for a while then03:32
nickz327a bit too big of a step. and i don't see any reason to switch to unix now.03:33
hello_scienceAt5nickz, ubuntu in my limited opinion is some of the best distros out.  gui, support, coding03:33
blak`why would i install ubuntu the first time it detects my network card and wireless ... 2nd time i install it doesnt detect any network devices?03:33
nickz327i'm looking for something a little cleaner, a little less bloated03:33
nickz327eventually i'll try slackware03:34
lainyI want to change my unix password (using passwd) to one I was originally using, but I get "Bad: new password is too simple"...but I was originally using it...any way to override this?03:34
geniinickz327: I'd suggest gentoo then03:34
nickz327anyway, i have to leave03:34
nickz327thanks for suggestions03:34
hello_scienceAt5blak, did you turn any perifs off then on in a diffrent order? you dierent.d somthing diff03:35
blak`i have /home on its own partition....03:35
blak`thats all that is diff03:35
hello_scienceAt5weird03:35
blak`yea03:36
hello_scienceAt5but not suprising... idk03:36
blak`everything worked fine ... smae exact install03:36
blak`now it doesnt work03:36
blak`lol03:36
tritium!enter | blak`03:36
ubottublak`: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!03:36
blak`yea some people say sometimes this happens ... i guess i just have to manually find this03:36
blak`sorry03:36
tictac232434Does anyone know how to use a Remote Desktop Viewer?03:36
hello_scienceAt5wait.. im drunk... you said your netcard is not being seen?03:36
blak`yes03:36
hello_scienceAt5what sys are you using? lap, tower, model...03:37
blak`eeepc 1000h03:37
hello_scienceAt5ooh k did you check out (I think it is...) www.linux-on-laptops.com for compat probs?03:38
ubuntunubif i send an msn message to someone who is offline using Pidgin 2.4.1, will they get the msg when they come back online?03:38
m3thodhi all.03:39
geniilainy: sudo passwd <username>     should let you set any bad password you like03:39
claygwhat is the name of the "disk mounter" that allows me to access my xp parition? I need the actual name callable by command line03:40
lainygenii: thank you03:40
jrib!ntfs > clayg03:40
ubottuclayg, please see my private message03:40
lainygenii: i cannot ssh after I changed password...do I need to reset some key?03:40
geniilainy: Just use whatever password the ssh server is set for03:41
MeVsTheVoicesHow would I duplicate output to a file as well as stdout?03:41
jribMeVsTheVoices: COMMAND | tee FILE03:42
claygjrib, Thanks, I think this is a different one.  I made a shortcut for it on my taskbar , I need to put it on my girlfriends taskbar  but can't remember what the actual name of the program is and looking through sys>prefs and sys> admin i don't spot it :(03:42
Hilikusis there a script or CLI program that lets me send a single message on MSN and then disconnects?03:42
lainygenii: i changed my password but i can only ssh into my server with the old password--that's weird03:42
Hilikusi want to use MSN as a report system for my machine03:42
MeVsTheVoicesjrib: I just tried that, I got nothig03:42
jribMeVsTheVoices: be more specific then03:42
lainyi used sudo passwd twice to make sure i changed the password03:42
claygthe one i need is a gui03:42
jribclayg: ntfs-config sets up fstab and then it will always be accessible through nautilus03:42
MeVsTheVoicesjrib: Send output of given to a file and to terminal STDOUT03:42
geniilainy: sshd likely using cached one03:43
freedumManhow do i find out what path my device is using Example my USB phone is connected but i ran dmesg but i need a path like /dev/??? is there a command to find this out03:43
jribMeVsTheVoices: I gave you the answer.  If it isn't working then you need to be more specific about the command you are running03:43
MeVsTheVoicesTee: Copy standard input to each FILE, and also to standard output.03:43
claygjrib, looking like it's the one, thanks alot03:43
lainygenii: do you know how i might clear that cache?03:44
jribMeVsTheVoices: yeah03:44
MeVsTheVoicesjrib: Not, copy standard output to each file, and also to standard output03:45
shamusDoes anybody know any folder sharing applications to share to DLNA devices? samba doesn't do the trick (work for ps3)03:45
jribMeVsTheVoices: what exactly are you running?03:45
CuraHackI have a code, witch is a password for a modem, and I want to decode it.... How can i do that? (I have no idea what kind of encryption)03:45
jribMeVsTheVoices: | takes stdout and makes it stdin for tee...03:45
blak`I have this extra quiet line after two of my menu.lst entries can i delete that?03:46
geniilainy: Likely sudo /etc/init.d/ssh restart            (you'll need to login after again)03:46
akahigeI'm trying to figure out how to alter the speed of my gigabit NIC... according to ethtool, the speed is currently 100Mb/s, but it won't accept a speed alteration command: "ethtool -s eth0 speed 1000 duplex full"... any ideas...?03:46
danbh_intrepidCuraHack: crack open the modem, reverse engineer the design, use google to discover encryption?03:47
blak`I guess ... do i only delete the quiet splash part or do i also delete the following line with quiet all by itself?03:47
=== [1]superbenny is now known as superbenny
lainygenii: i actually tried that already and it doesn't work03:47
lainygenii: I appreciate your help by the way03:47
henleyHi to all, my mother tongue is not english. I want to know how you call the first page of a document, where let say at university, you'll put your name, the name of the school, course number etc...03:47
henleyIs it simply a "presentation page"03:47
MeVsTheVoicesjrib: Thank ya, figured it out03:48
usserakahige, do you have cat6 wires as well as switch?03:48
akahige@henley: it's usually called a "title page"03:48
Esquilohenley, you can use #english channel for these questions ;)03:48
blak`henley: You just center a title on it with whatever seems relevant to what it is about03:48
usserakahige, a gigabit equipment has to be installed on the entire segment for the card to actually work at gigabit speed03:48
Esquilo*##english03:48
akahige@usser: yes.  all components are GB03:48
henleythanks, in french, its a literal traduction of presentation page03:49
geniilainy: Nothing immediately comes to mind.03:49
lainygenii: ok np03:49
blak`Does anyone know if i should delete the "quiet" line after each entry in my menu.list as well as deleting quiet splash after the kernel lines?03:49
henleyyeah, its for building one in Lyx03:49
oscillocamlainy: I just have to chime in 'cause it's so weird... does you new password work from the console? are you sure it got changed?03:49
airdoggI need help building a routing table for my evdo ppp0 connection http://ubuntuforums.org/showthread.php?t=906126&page=703:49
henleyI know how in linux but not in windows... need to ask uncle google03:49
usserakahige, hm dunno then03:49
bobertdosblak: It really doesn't hurt anything to remove quiet statements. The only thing it may do is make your bootup sequence switch to a verbose text mode where it will just show you all the output of everything it's doing.03:50
akahige@usser: not only can I not crank the connection speed up to 1000, I can't turn it down to 10Mb, either03:50
lainyoscillocam: i changed it twice with sudo passwd, but i can still only log in with the old password03:50
geniilainy: Possibly ssh won't allow insecure password but I think it unlikely03:50
lainygenii: actually ive now changed it to a secure password03:50
blak`ok, thankyou bobertdos03:50
tictac232434Can someone walk me through setting up a remote desktop viewer?03:51
ubuntunubany way to ensure my CPU is running at 100% in ubuntu?03:51
lainyit's some sort of rsa key cache03:51
oscillocamyea, but screw ssh, does it work from the console03:51
lainygoing to google how to reset it03:51
=== joe__ is now known as spasticteapot
lainynot sure what u mean03:51
lainyim using console yes03:51
=== Aurus is now known as all
=== all is now known as Aurus
blak`ubuntunub: you mean it's running as fast as it can run or it is being utilized to 100% currently?03:52
oscillocami mean the password to access your window session or text console whatever you use.03:52
akahige@tictac: do a "man rdesktop"... you'll see all of the command switches necessary. it's actually easier to run rdesktop from a term than it is to use the GUI03:52
CuraHackHow can I know what kind of encription tare is on a code, (i have the password)03:52
tictac232434AKA: ty gimme a sec03:53
ubuntunubi mean i dont want the OS to limit it, like power saving profiles in Vista for example03:53
zetheroo-ubuntumy internal mic is not working ... please help ...03:53
ubuntunubi want it to be 100% max all the time03:53
ubuntunubi dont want its "max" to be limited to 50% for example to save power03:53
zetheroo-ubuntuinstalling the latest alsa did not fix this03:54
hotdog003Hello! I'm respinning the Kubuntu live CD and I was wondering what packages should go into it. I have the kubuntu-live task and the kubuntu-kde4-desktop... but it seems a bit big. What do I have that I shouldn't and what don't I have that I should.03:54
lainyit'a server; on my local console, i i ssh user@hostname to log in and only old password works.03:54
tictac232434AKA: Ehh i am still lost...03:55
tictac232434AKA: I knew how to do it on Windows...03:55
usserubuntunub, why is it that you want it at 100%?03:55
oscillocamoh i see, i was only trying to see if there's another service you can try to log into besides ssh. (like ftp or samba server.) then you would know if it's an ssh or a general auth (pam) issue.03:56
usserubuntunub, its gonna scale up once u start doing intensive tasks03:56
lainyok03:56
nmaxt2can someone explain to me how to change xorg video card settings in 8.1?03:57
jribnmaxt2: #ubuntu+1 for intrepid help03:58
nmaxt2ty03:58
lainyoscillocam: problem solved. my mistake. by using sudo passwd, i was changing the root's passwd, not the user with which i was connecting to03:58
oscillocamoh great!03:59
zetheroo-ubuntuanyone know how to get a mic working with Intel HDA sound card?03:59
oscillocamah yes03:59
lainyoscillocam: thanks for your help03:59
oscillocamsure...03:59
akahige@tictac: here's an rdesktop command I usually use: "rdesktop -g 1680x1050 -D -x l -a 16 [ip address of target machine]"... the elements are geometry (i.e. screen size), window manager decoration hide, etc., down to the IP address -- you can see them all in the man page. there's nothing to actually set up -- you just call out the elements you want03:59
oscillocamWhy would XFS be slow? I recently had to go with ext3 because it was faster on an HP hardware raid (e600) I'm running. Anyone else using XFS on an HP server?04:00
gTeaif [ $# -eq 0 ]; ...can anyone help me with what $# denotes? some sort of input?04:00
meso1It's the number of arguments04:00
tictac232434aka: ty04:00
airdogganyone have good knowledge of wireless evdo ppp0 connections and routing tables?04:01
meso1So if $# is 0, then no command line arguments were passed to your script04:01
gTeameso1, makes sense. thanks04:01
vilhelmanyone here that has a phone with wlan?04:01
meso1gTea are you scripting in bash?04:01
daaaman64Viking667, thank you for your help. I have yet to get anything working however. But dont' break your back over it.04:02
=== Indoctrine is now known as Doc|Noms
gTeameso1, reading an example script in "essential sys admin" by o'reilly. what you said makes sense since they have a case set up with optional flags here04:03
airdogganyone have good knowledge of wireless evdo ppp0 connections and routing tables? I have a routing table in windows where connection works good, and i notice the routing table in ubuntu is different can somone look and see what is going on? might be a simple basic fix http://ubuntuforums.org/showthread.php?t=906126&page=704:03
tonysssssis it possible to install xubuntu and retain windows bootloader04:05
Lul2xhey. I'm currently installing ubuntu and am making my own partitions... I was wondering if I need "bootable flag" turned on for my first partition, which will be used to install ubuntu04:06
tictac232434Aka: did not work man..04:06
geniiLul2x: It's not required04:06
tictac232434Aka:says connection refused I port forwarded and everything...04:07
kansani want something to update dyndns for me regularly ... is there something on ubuntu hardy that can do that for me?04:07
Lul2xgennii, great, thanks. Do you also now what the Mount Option "relatime" means?04:07
jrib!info ddclient | kansan04:07
airdogg2   142 ms    86 ms   127 ms  4.sub-66-174-67.myvzw.com [66.174.67.4]   when i ping 66.174.67.4 it says request timed out. or sometimes destination host unreachable [66.174.67.98 but a tracert returns a ping for it  i need to monitor my ping times to my gateway04:07
ubottukansan: ddclient (source: ddclient): Update IP addresses at dynamic DNS services. In component universe, is extra. Version 3.7.3-4ubuntu1 (hardy), package size 53 kB, installed size 308 kB04:07
geniikansan: ezipupdate04:07
genii(as well as ddclient)04:07
=== nix is now known as Guest96892
kansangenii, what is easier/better?04:08
Guest96892hi .. im new to ubuntu .. just installed it right now .04:08
geniikansan: I've only used ezipupdate and not ddclient so I can only give a one-sided answer to that :)04:08
savage-hi04:08
savage-anyone using prelink here?04:08
meso1I'm using Pidgin - is there a way to suppress enter/leave room messages?04:09
kansanis there a dyndns alternative?04:09
carpediemkansan: Zoneedit is free04:09
srammeso1: i believe not. pidgin sucks for IRC...you should get an actual IRC client.04:09
=== Guest96892 is now known as Bruce_Wayne
zetheroo-ubuntumy mic is not working04:10
zetheroo-ubuntuvery faint sound04:10
meso1sram, I know it's not fully featured, but if I just want to check out a channel from time to time, I think it's enough.04:10
geniikansan: Many. http://www.technopagan.org/dynamic/   has a list04:10
zetheroo-ubuntuand a lot of white noise04:10
carpediemsram: I've been using IRC since the beginning of time, and I think Pidgin is actually one of the best IRC clients around.  Purist can whine all they want, but it does an excellent job.04:10
meso1carpe: nice to know someone feels that way04:11
tritiummeso1: not many do04:12
morth_ugh.. my friend is here with me and he wants to know how he can become a computer hacker/cracker? "Note: dont flame me - its my friend lol:04:12
RezagratsHey guys, my screenshots used to be only about 300KB~ and now they've bolted up to 1MB a piece. any ideas why ?04:12
tritiummeso1: also note that empathy replaces pidgin as the default IM client in Gnome 2.2404:12
geniiRezagrats: Perhaps you've tripled your screen resolution?04:13
meso1I'll stick to pidgin because I like that my profile is cross-platform04:13
TrailWhispererSo is it true that fglrx will not be supported in intrepid?04:13
geniiTrailWhisperer: PErhaps ask in #ubuntu+104:13
TrailWhispererOkay, thanks :)04:13
geniiTrailWhisperer: Although I doubt it04:13
bazookahey guys ... kopete keeps showing my address list even after i logout ...how do i stop it from doing that04:13
RezagratsGenii, my resolution has always been at 1280x102404:14
Rezagrats*.04:14
carpediemmeso1: yeah, that too.  PortablePidgin....pure nirvana04:14
bazookaanybody knows to fix this up04:14
bytor4232carpediem: Even better than Finch ;)04:15
* bytor4232 hugs his finch04:15
TrailWhisperergenii, there are release notes saying as much because of it not being compatible with the new X or something. I couldn't install Intrepid's beta without doing so without the driver.04:15
carpediembazooka: that Q may be better answered in #kubuntu04:15
bazookaohh please04:15
bytor4232Of course for IRC, I'm stuck in the stone ages.  I still use ircII04:16
puffbytor4232: I use emacs.04:16
kansandesktop-igloo /usr/sbin: sudo ddclient;  Use of uninitialized value in string ne at /usr/sbin/ddclient line 1973.04:16
meso1Does anyone have any articles on why Empathy is replacing Pidgin as the default?04:16
tritiummeso1: no reason why, just the Gnome 2.24 release notes: http://library.gnome.org/misc/release-notes/2.24/04:17
bytor4232meso1: I'm not for it.  My first act will be to apt-get remove empathy and apt-get install pidgin04:17
RezagratsGenii: i know why now. if i take a screenshot of something complex (with lots of tiny lines) it shoots up, while if it's something simple it's pretty low in size.04:17
carpediembazooka: hmm, well, I'm just saying....kopete is a KDE app after all, #kubuntu is bound to have more KDE users than #ubuntu04:17
RezagratsBye all.04:17
krugarhello everyone. After installing ntfs-config to have write access to an ntfs partition, I lost the ability to mount volumes without sudo. How can I revert this situation?04:17
mkquistcan a distro upgrade be reversed or is it better to just reinstall?04:17
jribmkquist: reinstall04:17
mkquistthought so04:18
bazookacarpediem:i am running it on ubuntu04:18
bytor4232mkquist: I tried that once.  I wound up reinstalling.04:18
bazookacarpediem:and it is better than piding04:18
carpediembazooka: that's not the point...you are more likely to get an answer if you ask people who use it.04:18
bazookapidgin *04:18
bytor4232mkquist: Technically it is possible, however its not plausable.  Your system will have a lot of bugs.04:18
bytor4232I dont use either.  I prefer Finch...04:19
bazookafinch is good ?04:19
tictac232434AKA: I can not get it to work04:19
bytor4232Finch is a console based libpurple client.04:19
carpediemif you like CLI apps04:19
* bytor4232 runs Finch in a screen session with Alpine, ircII, and rtorrent04:19
bytor4232carpediem: I'm not biased twords console apps.  I jsut work at so many different desktops its much more efficient to do things that way.04:20
carpediembytor4232: yeah, I understand.  I use to use finch on my Sidekick, it was nice.04:21
zetheroo-ubuntuI just found out that my sound card is not going to work for me with Ubuntu Hardy ... at least not the mic (internal or external)  ... is this going to be fixed with Intrepid?04:21
meso1Is empathy compatible with pidgins OTR plugin?04:21
carpediem(and if the damn IPhone had an ssh client, I'd do use it there too)04:21
bytor4232carpediem: I start at one desktop, move to my laptop or another desktop in my office, to my pda, then back to the laptop.04:21
mkquistanyone get file sharing to work in hardy?04:21
demo_does anyone know what's going on with Dell's Ubuntu support line tonight?04:21
mkquistlost that from the upgrade, at least the easy way04:21
demo_it keeps putting me through to non-Ubuntu support04:22
carpediembytor4232: "screen" makes finch even better04:22
Picidemo_: This is just volunteer support here, we have no connection with Dell's support.04:22
demo_I understand04:22
airdogg2   142 ms    86 ms   127 ms  4.sub-66-174-67.myvzw.com [66.174.67.4]   when i ping 66.174.67.4 it says request timed out. or sometimes destination host unreachable [66.174.67.98 but a tracert returns a ping for it  i need to monitor my ping times to my gateway traceroute returns ping time replies ping does not please help04:22
zetheroo-ubuntuI am pretty upset that my mic is just not going to work in Ubuntu ... very frustrating!!!04:22
meso1mkquist in what way were you sharing files?04:22
bytor4232carpediem: Screen is the bomb.  Alpine, Finch, ircII, and rtorrent in one session on my central server.  Makes my day much more efficient.04:23
mkquistmeso1: network shares04:23
krugarhello everyone. After installing ntfs-config to have write access to an ntfs partition, I lost the ability to mount volumes without sudo. How can I revert this situation?04:23
meso1NFS or Samba or what?04:23
meso1krugar make sure suid is set for /bin/mount04:24
bytor4232carpediem: With that and sshfs, I'm pretty unchained from any desktop.04:24
bazookahey guys ... kopete keeps showing my address list even after i logout ...how do i stop it from doing that04:24
zetheroo-ubuntuthis means I have to get a new laptop ...04:24
zetheroo-ubuntu :-@04:24
krugarmeso1, thank you. Can you please explain how? I apologize, only started learning about linux a week ago04:25
meso1zetheroo: have you checked through all of the options in sound preferences... sometimes there are some switches taht are hidden by default04:25
meso1krugar: type sudo chmod u+s /bin/mount04:26
tritiummeso1, krugar: it's already set suid04:27
krugarmeso1, it worked for one volume. But not the other04:27
meso1I know its suid by default but something might have changed when he installed it.04:27
krugarI have since purged the package. But couldn't reclaim rights04:28
meso1I've actually had a situation (that's long since been resolved) where I needed suid on mount.cifs but NO suid on mount to mount a samba share04:28
=== Nikoan is now known as Enowxh
Hyourweso is XPde just like a theme pack for linux>04:28
Hyourwe??04:29
meso1Isn't the ntfs-3g stuff mounted through FUSE?04:30
danthere's no package for virtualenv in ubuntu is there?04:30
=== dan is now known as Ademan
Geoffrey2anyone here able to help with wireless problems?04:32
jenna_is ies4linux the best way to do what it does?04:33
Azlxis there a command to mount a partition when booting?04:33
Ademanjenna_: i guess, "best" is pretty subjective04:34
Ademani would say it's a good way to get do it though04:34
Ademans/get//04:34
nominjenna_: try to avoid MS programs04:34
jenna_Ademan,  great, I'm looking for alterntives04:34
Ademanjenna_: i suppose you want ie for testing?04:34
jenna_yeah some sites require them04:35
jenna_and my work mail doesn't require it but waters the mail "client" down without it04:35
Lul2xWoot, my base system is now installed!!!04:35
Ademanoh... have you tried using the user agent switcher jenna_ ?04:35
nominjenna_: have you tried using other browsers using wine?  Some site allow firefox, but the windows version, which runs very well on wine.04:35
nominopera is another one that I've found to work using the windows version on wine.  This is for websites that supposedly require windows.04:36
jenna_nomin, check out mail.krgroup.com I'd like to have the calendar function but if you go to it from FF it gives you light04:36
geniinomin: User Agent is a much simpler solution04:36
nomingenii: I think I've tried that and it didn't work.04:37
jenna_then my little brother needs to apply to walmart and it requiress IE04:37
jenna_and i want his discount lol04:37
geraBYE PPL HAVE A GOOD NIGHT04:37
Ademanjenna_: again have you tried using the user agent switcher plugin for firefox?04:37
jenna_Ademan, I have not04:38
Ademanjenna_: usually firefox can handle those sites, and the user agent switcher will fool the site into think you're using IE04:38
jenna_I was busy explaining the whys04:38
jenna_but happy to hear a how if that is one :)04:38
jenna_Ademan, that sounds like it's worth a shot, thanks04:38
geniijenna_: https://addons.mozilla.org/en-US/firefox/addon/5904:39
jenna_genii, thank you04:39
jenna_getting it now04:39
geniijenna_: np04:39
Geoffrey2so, once again nobody here can fix wireless problems?04:40
jenna_NICE04:40
dontchokecan someone please point me in the direction of how to install a program?04:40
dontchokei want to insatll whois04:40
jenna_thanks Ademan,genii, and nomin this takes care of alot of problems for me04:40
Ademanjenna_: glad to hear it, so it's working?04:40
scunizidontchoke, it's already installed..04:40
=== Doc|Noms is now known as Indoctrine
nomindontchoke: upen up synaptic package manager04:41
scunizidontchoke, system/admin/network tools04:41
jenna_Ademan, sort of it distorted the srceen a little04:41
dontchokescunizi noton my box04:41
jenna_but it is suitable, i just need to see meeting popups04:41
geniijenna_: If the site makes use of ActiveX objects the user agent still won't help much. But it can fool a lot of sites into behaving better04:41
dontchokeThe program 'whois' is currently not installed.  You can install it by typing:04:41
dontchokeapt-get install whois04:41
jenna_or whatever my boss tosses my way04:41
scunizidontchoke, it's part of my default install on mine..04:41
corinthWhen I used to use KDE, I liked the quick folder panel applet. Is there anything similar to this I can use in Ubuntu?04:41
dVs--if i have ssh on two computers how would i browsethe other computers files ?04:41
nomindontchoke: sudo apt-get install package_name04:41
macocorinth: you just mean a shortcut to particular folder?04:42
AdemandVs--: places->connect to server,  select ssh, and type in the IP address of the other computer, username, and a starting directory to browse04:42
dVs--coo thankx04:42
dVs--can i do it with the computer name ?04:43
JasonWoofmy wireless mouse is sending lots of extra events when I move it. Whenever I move it it sends a button-pressed event with button=6 followed immediately by a button-released event for button=604:43
macocorinth: you could always put a launcher with the command being "gnome-open /home/me/Movies" or something04:43
Bryce_Hey, is there anyway that I could make a multi-distro Live CD? Something that would let me choose between a selection of distros when I put in the CD?04:43
jenna_do you guys know how to use ies4linux?04:43
JasonWoofthis makes it so I can't drag to select in many programs. Any wisdom for me? Can I just disable button 6 in my X config?04:43
l337ingDisorderhey folks, just wondering how I change my networkdomain04:43
corinthmaco: I liked that I could browse through several folders before actually launching something. I used it for my Videos folder, and quickly looked through different TV show folders before choosing something.04:44
=== ripper is now known as AzzCoder
macocorinth: hm, no i dont think we have that, sorry. but if you use avant-window-navigator (it's a dock) it has an applet for that04:45
corinthI don't use it. I've tried it, but I just prefer my two panels.04:46
morth_woot just downloaded some torrants :)04:46
jasuushow do i auto-identify when i log on04:46
scunizijasuus, you mean avoid uname and password entry?.. .you don't want to do that.04:46
vilhelmhello. I have a HPdeskjet 6540 on my windows xp machine and it's being shared but i cant find it in ubuntu :(04:46
jasuusoh ok04:47
iceer123HI!04:47
AzzCodervilhelm, the printer on windows is shared trought netbios04:47
AzzCodervilhelm, so you surelly need samba client04:47
vilhelmAzzCoder: I have samb installed04:48
=== Schmitty is now known as schmittydoesit
vilhelma04:48
geniiAzzCoder: smbclient is default installed04:48
hackbozyiceer12304:49
hackbozyiceer12304:49
hackbozyiceer12304:49
* Geoffrey2 sighs04:49
FloodBot2hackbozy: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.04:49
AzzCodervilhelm, System \ Administration \ Printing04:50
tyler_dI have a failed distro upgrade that is failing on 'Generating locales' en_AU.UTF-8 I have checked the forums however cannot get the upgrade to complete04:50
AzzCodervilhelm, you need select there Network Printer, and Windows (SMB)04:50
AzzCodervilhelm, setup the host and then will appear the printer04:50
tyler_dmy /etc/environment shows en_CA.UTF-804:50
geniityler_d: Yes it hates any locale that is not en_US-whatever04:51
vilhelmAzzCoder: ok i will give it a try04:51
tyler_dgenii: so what do I do to correct this?04:51
AzzCodervilhelm, okey04:51
Geoffrey2a notebook with no wireless is kind of useless, to be honest....04:51
geniityler_d: Set locale to US  then switch it back after04:51
tyler_dgenii: sorry for my ignorance, how do I modify that? just change the file?04:52
go_beep_yourselfis ati up to part with nvidia now in linux with their open source linux drivers?04:53
macv1hi all... i'd like to change the fan settings on my ACER laptop04:53
geniityler_d: Yes04:53
geniityler_d: man locale should show the possible values you can use04:54
macv1go_beep_yourself: since i'm using ATi i have to say NO04:54
vilhelmAzzCoder: yes now it works :) ... there must have been some conflicts yesterday because i couldn't find it :) thx04:54
go_beep_yourselfmacd__-> are you using the new open source drivers by ati04:55
suleymanhere is a puzzler. I have a network like so: FIOS_router -> linksys_router -> my computers. After my ubuntu comes back from sleeping, it can reach the linksys router (192.168.10.1) but not the FIOS router (192.168.1.1). Other computers have no trouble getting thru both routers (I am on that network talking to you now)04:56
macv1go_beep_yourself: i tried the restrictd drivers and also the latest release at the ATI site... still had probs04:56
go_beep_yourselfmacd__-> ok04:56
vilhelmAzzCoder: but there is no driver that matches my printer :/04:56
go_beep_yourselfmacv1-> ok04:56
suleymanI did /etc/init.t/network restart   but it did not help04:56
geniivilhelm: When in doubt the generic postscript driver is usually good for most HP04:57
suleymanIf I reboot the computer I bet it will be fixed04:57
macv1hi all... i'd like to change the fan settings on my ACER laptop04:57
l337ingDisorderhey I'm trying to set up ssh for remote console access... I've installed ssh on the server and ssh-client on the client machine, and I can ping the server from the client, but when I try ssh (ip_of_server) it tells me Connection refused. What steps have I missed?04:57
=== EdLin_ is now known as EdLin
morth_hey im trying to send a file over Amsn04:57
vilhelmgenii: yeah I took the driver that was signed only HpDeskjet04:57
carpedieml337ingDisorder: sudo /etc/init.d/ssh start04:58
morth_and theres a loading screen saying accepting file transfer transfer04:58
carpedieml337ingDisorder: (on the server)04:58
geniicarpediem: Hehe beat me to it there04:58
l337ingDisordercarpediem ok thanks i'll try that :)04:58
hereattempting to install libdvdread3 but getting "no installation candidate" // have added universe and medibuntu repositories //04:58
carpedieml337ingDisorder: also suggest, install rcconf, then sudo rcconf, and check it as a startup by default04:59
here"Package libdvdread3 is not available, but is referred to by another package."04:59
l337ingDisordercarpediem: Temporary failure in name resolution04:59
carpedieml337ingDisorder: as a result of what?04:59
l337ingDisordercarpediem: Just tried running 'ssh start' and that was the output04:59
isilionhi04:59
isilioni need help plz05:00
isilioni cant set color depht to 32 bit on xubuntu05:00
carpedieml337ingDisorder: no, you need it like sent it05:00
geniil337ingDisorder: the: sudo /etc/init.d     part is fairly important05:00
l337ingDisorderwith the full path?05:00
l337ingDisorderk05:00
macv1hi all... i'd like to change the fan settings on my ACER laptop05:00
l337ingDisorderi'm root right now05:00
l337ingDisorderbut i'll add the path05:00
carpedieml337ingDisorder: well, you shouldn't be05:00
scuniziisilion, what can you set it too.?05:01
isilionits 24 now05:01
l337ingDisorderwell howdy do that looks like it worked05:01
isilionthink it can be 16 too05:01
l337ingDisordertesting05:01
scuniziisilion, 24bps?  that is 32 bit.05:02
isiliongraphic is a nvidia gforce 4 with nvidia legacy drivers from nvidia site05:02
isilionhumm05:02
* l337ingDisorder tips his hat to carpediem05:02
isilionthen the prob is wine05:02
macv1can anyone suggest a software for ripping audio from a video file???05:02
isilionim trying to run spore on wine, i ve patched wine and compiled it05:03
l337ingDisordercarpediem: It does indeed work! But now it's prompting me for a password for a user that exists on the client system (which I'm logged in as) but doesn't exist on the server05:03
carpedieml337ingDisorder: ssh servername -l username05:03
isilionive installed spore too using wine and when i try to run it05:03
isiliona message tells that desktop settings must be in 32 bit depht05:03
l337ingDisorderawesome, thanks carpediem! You've probably saved me about 40 mins of googling and ref-scanning tonight ;)05:03
tyler_dk still no go... how do I change all my locales to US_en05:04
carpedieml337ingDisorder: np, now logout of root before I pwn your system.  :p05:04
w_nicramdon't know if that is the right place to ask, but I will.... how do I get USB working in Virtual Box on Hardy?05:04
hereon hardy, apt-get can't find libdvdread3 "E: Package libdvdread3 has no installation candidate05:04
scuniziw_nicram, did you install vbox from their site or the repos?05:05
w_nicramscunizi, from their site05:05
macv1 w_nicram: search the virtual box site .... there is a good info about this05:05
l337ingDisordercarpediem: I'm not root on this system - that would be foolish... I'm root on a barebones kiosk I'm putting together05:05
macv1 w_nicram: u need to change fstab05:05
scuniziw_nicram, hang on and I'll give you a link to my fstab.. it has a line you need to put into yours.05:05
w_nicramscunizi, love you already...:)05:06
carpedieml337ingDisorder: ah, fair enough05:06
geniihere: Enable universe and try again05:06
morth_can anyone help me?! im trying to send a file over AMSN and it says 0% accepting file transfer request and nothing is happening..?05:06
scuniziw_nicram, carefull.. I don't live in that part of town.. http://pastebin.com/f2a4c2b7a05:06
isilionplease help05:06
l337ingDisorderthanks again for the help - if I was a DM i'd grant you a +5 Sword of Timesaving (or a +5 to your savings throws against time.. or somthing like that)05:06
starnanybody know how to fix this error? /home/starn/targetware/targetware: error while loading shared libraries: libcurl.so.2: cannot open shared object file: No such file or directory i've looked in package manager to see if i had libcurl which i do.05:07
w_nicramscunizi, me neither.... it's pure digital worship....:D05:07
jasuusthere should be no mention of +5 swords here.  It really makes us look nerdy05:07
scuniziw_nicram, it's the last line in fstab that you need.  :)05:07
carpediemjasuus: that was great, I almost spit up my beer.05:07
DigitalFizthis said in a ubuntu channel :P05:08
w_nicramw_nicram, thanks a thousand...05:08
w_nicramscunizi, owe you a beer05:08
Azlxmy speakers are not being recognized why is that?05:09
scuniziw_nicram, oktober fest dark  .. from Andecs in Bavaria will do :)05:09
airdogganyone have good knowledge of wireless evdo ppp0 connections and routing tables? I have a routing table in windows where connection works good, and i notice the routing table in ubuntu is different can somone look and see what is going on? might be a simple basic fix http://ubuntuforums.org/showthread.php?t=906126&page=705:09
airdogg2   142 ms    86 ms   127 ms  4.sub-66-174-67.myvzw.com [66.174.67.4]   when i ping 66.174.67.4 it says request timed out. or sometimes destination host unreachable [66.174.67.98 but a tracert returns a ping for it  i need to monitor my ping times to my gateway traceroute returns ping time replies ping does not please help05:09
Chris_FosterIf I have ubuntu server running samba, does the windows machine I want to connect with have to have some software on it? If so, where can I find the software?05:09
morth_can anyone help me?! im trying to send a file over AMSN and it says 0% accepting file transfer request and nothing is happening..?05:09
w_nicramscunizi, this one is going in to my knowledge base05:09
herehmm.. thanks i had dapper universe but not hardy enabled, prob solved, gracias.05:09
geniiAzlx: Theyre plugged into the microphone port, conceivably?05:09
w_nicramscunizi, will do :)05:10
Azlxlol05:10
Azlxfunny, but no, they play when im in windows, but not on ubuntu05:10
w_nicramscunizi, will ship it with next ubuntu release05:10
l337ingDisordercarpediem: sorry to keep bugging you but it just occurred to me.. if I add a call to /etc/init.d/ssh start into my ~/.bashrc it will only start when there's a user logged in - specifically the user whose .bashrc is being run... Where should I be calling 'ssh start' so that it runs as soon as the system starts up?05:10
scuniziw_nicram, It'll be a long fedx flight to San diego05:10
starnanybody know hot to fix this error?? "error while loading shared libraries: libcurl.so.2: cannot open shared object file: No such file or directory" i have libcurl or at least package manager says i do05:11
standarshyhey room05:11
w_nicramscunizi, It'll be even longe since I'm gonna have to go back and forth from Brooklyn05:11
standarshyI installed ubuntu through wubi05:11
w_nicramscunizi, but I'll keep it cool05:11
standarshyand I get an error I try to install updates or try ti enable restricted drivers05:11
Odd-rationalel337ingDisorder: well, /etc/init.d/sshd start needs to run with sudo... so adding it to ~/.bashrc may not work...05:11
w_nicramscunizi, in the mean time how about Okocim?05:11
herehehe.. before i got vid but no audio, now i get audio but no vid (after installing new codecs).. says nothing avail.05:12
scuniziw_nicram, that's good .. we have a 90+ degree heat wave out here.05:12
Odd-rationalel337ingDisorder: if you installed the openssh-server, it should automatically start on boot up...05:12
here(totem)05:12
l337ingDisorderodd-rationale: Yea and .bashrc only executes once a user logs in..... I need to have it execute even if there's no one logged in at all05:12
frybyestandarshy: and you can post the error to the pastbin??05:12
macv1can anyone suggest a software for ripping audio from a video file???05:13
l337ingDisorderhmm seems like it should be possible to just start the server that's already installed, no?05:13
frybyethe error- message i mean..?05:13
only_???05:13
standarshyI get "e:dpkg was interrupted" "e:_cache-> open() failed, please report"05:13
frybyeso others can see it and help better..05:13
macv1here: try vlc... u wont need codecs05:13
SchmittyDoesItscunizi: try living in Lake Havasu Arizona05:13
hereindeed.05:13
Odd-rationalel337ingDisorder: like i said, it should already start on boot, if you have installed openssh-server...05:13
w_nicramscunizi, 90 degrees... whoa -> 55 here05:13
only_where are you?05:13
l337ingDisorderodd-rationale: i just installed ssh05:13
morth_can anyone help me?! im trying to send a file over AMSN and it says 0% accepting file transfer request and nothing is happening..?05:13
pdlnhrdanyone using ati's proprietary drivers?  i could use some help05:13
only_where are you?05:14
cilkayI have apt-cacher working in such a way that if a client requrests a package not in the cache, it will be fetched from an on-line repo. I'm trying to get the same thing working with a preseed PXE installation but so far, I haven't been successful. I have 'd-i mirror/http/proxy string Acquire::http::Proxy "http://myserver:3142", which is exactly what I used in the network client and it worked, but it didn't work. An05:14
cilkayy ideas?05:14
scuniziSchmittyDoesIt, one of my favorite winter vaca spots..05:14
Odd-rationalel337ingDisorder: what package did you install? you should have installed "openssh-server"05:14
l337ingDisorderOdd-rationale: sudo apt-get install ssh05:14
SchmittyDoesItscunizi: you come here a lot?05:14
only_no05:15
only_i'm a fresher05:15
Odd-rationalel337ingDisorder: ok. that is a metapackage that pulls in openssh-server anyways...05:15
scuniziSchmittyDoesIt, not really.. work keeps me away.. rented a houseboat once.. and been out a couple other times in the last 5 years..05:15
l337ingDisorderodd-rationale: is there any extra config to openssh-server? cause with ssh all I had to do was install the package and now if I launch /etc/init.d/ssh start   it activates the server05:15
standarshyhey room, I am having a problem with installing updates, I get the following error http://paste2.org/p/8371005:15
l337ingDisorderodd-rationale: ok sweet, so that being the case, what do I have to do to make it start automatically on boot up? :)05:16
corinthWhere is the key located in gconf-editor that controls what happens when I double-click a titlebar in gnome?05:16
w_nicramscunizi, one more if you don't mind => do you know a good sync app for ubuntu? Need to sync files from remote windows server05:16
scunizistandarshy, did you run the command in the first line?05:16
Odd-rationaleChris_Foster: you should not need any new software on windows to access samba shares on a ubuntu server: https://help.ubuntu.com/community/SettingUpSamba05:16
SchmittyDoesItscunizi: That's cool, I've lived here for about 505:16
Bruce_Waynehey i just installed ubuntu today .. how do i update my repositories and stuff05:16
Odd-rationalel337ingDisorder: it should already... does it not?05:16
scuniziw_nicram, rsync maybe.. not sure..05:16
l337ingDisorderBruce_wayne: system -> administration -> synaptic package manager05:17
w_nicramscunizi, will try... thanks05:17
l337ingDisorderBruce_wayne: for repositories, system -> administration -> software sources05:17
Chris_FosterBruce_Wayne: you can open a command prompt and use "sudo apt-get update" or if you perfer GUI, open the package manager and click update, or click the adept notifier in your system tray (if its there)05:17
l337ingDisorderodd-rationale: well I don't think so.. when I just boot to login prompt, it refuses connections.. once i log in, still refuses connections.. once I run /etc/init.d/ssh start   i can then connect05:18
l337ingDisorderthough hold on a sec... i've been booting to runlevel 105:18
l337ingDisorderi'll try normal boot05:18
macv1 hi all... i'd like to change the fan settings on my ACER laptop.... or where i should look for help regarding this?05:18
Odd-rationalel337ingDisorder: btw, the tab key might be helpful in autocompleteing long nicks...05:19
JasonWoofhow do I disable mouse button 6?05:20
GorkHow do I tell if my installed version of ubuntu 8.04 is the 32bit or 64bit version???05:20
l337ingDisorderOdd-rationale: oohhh thanks, that'll save a ton of time05:20
Odd-rationaleGork: "lsb_release -a" ?05:20
l337ingDisorderOdd-rationale: wish I knew about that years ago rofl05:20
Odd-rationalel337ingDisorder: lol05:21
IntuitiveNippleGork: uname -m05:21
=== sundowner is now known as dougsko
l337ingDisorderOdd-rationale: hah you were right - i just booted to normal runlevel (5) and shazam, it works without me having to start it05:21
GorkIntuitiveNipple: Thanks05:21
l337ingDisordershazam is still an ok word to use isn't it? the PC police haven't taken that one from us yet have they?05:21
SchmittyDoesItl337ingDisorder:  the US actually sold the word 'shazam' to china for 5 million dollars05:22
tyler_dreconfiguring locales to use US?05:23
l337ingDisorderuh oh... don't tell anyone, i don't want to have to pay royalties!!05:23
pdlnhrdanyone using the ati drivers that could give some help?05:23
SchmittyDoesItlol05:23
Odd-rationalepdlnhrd: i'm using the open-source ones...05:23
standarshyHey guys, I'm having a problem with the update manager.  I posted the error at http://paste2.org/p/8371205:23
l337ingDisorderok so looks like my ssh is set up so thanks again for the help!!05:24
pdlnhrdOdd-rationale:  do you have dual head setup?05:24
Odd-rationalepdlnhrd: no. sorry...05:24
yao_ziyuannetwork-manager is always automatically installed when some meta package is updated. is there a way to never let network-manager be installed?05:24
pdlnhrdI have two 28 inch monitors and two radeon 5400's that i can't use together  :(05:24
frybyeSchmittyDoesIt: ... along with 95% of everything else in the US - now the Finance industry itself is being hocked to chineese capital...05:24
Geoffrey2one more time, can anyone help me with a wireless problem?05:25
frybyesorry OT I know..05:25
Odd-rationaleGeoffrey2: well, what chipset?05:25
scunizi!ask | Geoffrey205:25
ubottuGeoffrey2: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)05:25
frybyeGeoffrey2: just post the question itself - include details - what wireless card/chip - what fault report etc...05:26
Odd-rationaleGeoffrey2: easiest way is to pastebin the output of "lspci"05:26
macv1 hi all... i'd like to change the fan settings on my ACER laptop....any ideas anyone or where i should look for help regarding this?????????05:26
Geoffrey2scunizi, I've asked in detail about a dozen times over the past three days, generally with no response...so please excuse me if I chose to wait for somebody who can help before elaborating05:27
Odd-rationalemacv1: on some laptops, it can be adjusted in the bios...05:27
frybyeGeoffrey2: that is not the way it is generally done here imho...05:27
standarshyOdd-rationale: Would you help me with a package error?05:27
Odd-rationalestandarshy: depends... :P05:27
standarshyI'm having a problem with the update manager.  I posted the error at http://paste2.org/p/8371205:27
macv1Odd-rationale: i cant find any options in bios to change cutoff temp or any other fan settings05:28
Doctor_NickTHAT ONE05:28
joshuajtlhas anyone succeded in sharing files with a virtual machine and ubuntu with virtualbox ose?05:28
IndoctrineHi, Doctor_Nick!05:28
pdlnhrdjoshuajti:  yeah... on all my machines05:28
Odd-rationalestandarshy: tried that command with sudo? sudo dpkg --configure -a05:28
Geoffrey2I have a Dell Inspiron 6000, several days ago, I suddenly lost wireless capability, I simply couldn't connect to the router...05:28
standarshyOdd-rationale: I have, I posted the result lower in the pastebin05:29
kolieIs there a way to run ubuntu under paravirtualization ( vmi? ) with vmware esx?05:29
pdlnhrdjoshuajtl:  which one did you install?05:29
standarshyOdd-rationale: starting at line 805:29
scuniziGeoffrey2, are you using any encryption?05:29
Geoffrey2WPA passkey05:29
scuniziGeoffrey2, have you tried eliminating all encryption on the router and your box to see if it will connect?05:30
Geoffrey2however, my fiancees laptop can hit the same router without problems...05:30
joshuajtlpdlnhrd: I'm running vista apparently xvm virtualbox version 1.6.605:30
frybyeGeoffrey2: also - have you at least tried re-starting the router... power off - wait a bit - poweron and retry...?05:30
frybyeoh...05:30
scuniziGeoffrey2, is she on ubuntu too? or windows?05:31
Geoffrey2frybye, yes, I rebooted the router05:31
Geoffrey2windows vista05:31
macv1hi all... i'd like to change the fan settings on my ACER laptop....i cant find any options in bios to change cutoff temp or any other fan settings.................any ideas anyone or where i should look for help regarding this?????????05:31
pdlnhrdjoshuajtl:  what is the host machine  ubuntu or vista?05:31
standarshyOdd-rationale: any  ideas?05:31
joshuajtlpdlnhrd: ubuntu05:31
frybyemacv1: yeah of course - in google <grinn>05:31
scuniziGeoffrey2, so your issue is really with the wpa settings in ubuntu or lack of ubuntu keeping them..05:31
Odd-rationalestandarshy: searching...05:32
Geoffrey2I believe I have this laptop back in roaming mode...usually it detects 1-2 other wireless routers in range, now it's not seeing any at all05:32
frybyescunizi: could be other stuff.. his wifi driver corrupted for ex...?05:32
pdlnhrdjoshuajtl;  i don't use vista, but in xp if i go into network places i can see the ubuntu share, did you enable the sharing before you booted the vm?05:32
scunizifrybye, true.. I don't know wireless that will espicially with wpa.. can you help Geoffrey205:33
joshuajtlpdlnhrd: yeah I did enable it before booting... but in network i dont see anything...05:33
macv1frybye: i tried googling but all the pages are about DELL or regarding chnges to be made in /proc...   i mean any other irc i can get help regarding this???05:33
frybyeGeoffrey2: had you installed a custom wifi driver yourself - which perhaps needs to be re-istalled after every kernal update...?05:33
pdlnhrdjoshuajtl:  let me boot up my vm real quick05:33
Geoffrey2ok, let me add a few details...05:33
standarshyfrybye: I just noticed you asked to see the post.  It is http://paste2.org/p/8371205:33
standarshyfrybye: Have you any ideas?05:34
tyler_ddpkg --configure -a shows Generating locales for en_AU.UTF-8, this is not my language.05:35
tyler_d?05:35
Geoffrey2several days ago I was trying to fix a bug with my login screen...I changed to a plain login screen, at which point I couldn't even see the login window....after hitting numerous keys, I managed to get logged in and switched back to my old theme05:35
frybyestandarshy: I was on about another ? - and must admit i am not an expert myself - more a nubie.. but somebody else can see it now...05:35
Geoffrey2from THAT point on wireless was gone05:35
Odd-rationalestandarshy: when did this error fist occuer?05:36
standarshyi see, hmm05:36
standarshyOdd-rationale: I just installed it ubuntu today and was trying to update it05:36
geniiGeoffrey2: Maybe you hit a combo which disables your wifi adapter. Some laptops have this05:36
frybyeGeoffrey2: I admit my suggestion now is not a typical -linux-way- of solving such a question - but do you happen to have an image you made before the above change..?05:36
Odd-rationalestandarshy: what version of ubuntu?05:37
jasuusi still dont understand how i can have a file who is owned by root, protected, which i cant open via terminal, but i can click and drag it into the trash05:37
frybyeGeoffrey2: is this on a laptop with an indicator light for when the wifi signal is being detected??? if so - is it there or...?05:37
frybyeif off - you may have disabled it..05:37
standarshy8.04-105:38
pdlnhrdjoshuatl:  machine or transient folders?05:38
frybyeanother thing is - on the front of many laptops there is a small slider-switch which disables wifi.. that tends to get hit unnoticed occasionally..05:38
standarshyOdd-rationale: 8.04-1, the newest one05:38
=== djamel_ is now known as djamel
Xcercawhats a good c++ development environment that i can use in ubuntu ?05:38
Geoffrey2my wi/fi light is lit, ifconfig shows wlan0 UP BROADCAST MULTICAST05:38
Odd-rationalestandarshy: well, since you just installed it, i guess you could go ahead and do a reinstall... as i really don't know what is the issue...05:38
Odd-rationalestandarshy: how did you try to update?05:39
standarshyI may try that05:39
geniistandarshy: i/o error usually indicates hd bad areas or sometimes full. What reports  df -h     ?05:40
standarshyOdd-rationale: I tried to update by clicking the notice on the system bar05:40
pdlnhrdjoshuatl:  i have mine set as machine folder and it shows up find inside xp... sorry i wish i knew why it doesn't work for you, but i just tested it and it does work05:40
standarshyOdd-rationale:  I'm sory, what do you mean by df -h?05:40
Odd-rationalestandarshy: run "df -h" in a terminal aste pastebin the output...05:41
Odd-rationalestandarshy: that was genii, btw...05:41
standarshyok05:41
geniistandarshy: That was me and not Odd-rationale. df -h     reports the free space remaining on hard drive05:41
pdlnhrdjoshuatl:  did you try to add it as a network place?  (sorry don't know vista terms)05:41
geniistandarshy: An extremely low number can explain if it is full or so05:41
hassan_exit05:41
Odd-rationalehassan_: fail05:42
standarshyOdd-rationale: geni My mistake05:42
joshuajtlpdlnhrd: yeah didnt see any network places... so i'm going to try updating to virtualbox 205:42
frybyeOdd-rationale: heheh05:42
genii(low number under heading "Avail" )05:42
standarshygenii: http://paste2.org/p/8371705:42
Geoffrey2frybye, the light is on05:42
pdlnhrdjosuajtl:  i used the one from the actual website  they have .debs to download05:42
frybyeGeoffrey2: sorry pal i am outa ideas.. dont have the knowledge needed to go deeper into this...05:42
Xcercais eclipe a good program for development ?05:43
geniistandarshy: OK, space is not the issue then. Can be the drive is experiencing some bad areas on it. Suggest to run filesystem check from recovery kernel boot, or from livecd05:43
frybyeGeoffrey2: I have had the problem with an eeepc using a self-installed wifi driver that after a kernal update had to be re-installed.. but... if this has any relevance to your situation i dont know...05:43
Xcercafor writing c++, or is there something even better ?05:44
standarshyI have recently run a scandisk from windows05:44
standarshyand degfrag05:44
Odd-rationaleXcerca: well, the best way would be to try out several and decide which one you like best... (dont forget to try out vim :P )05:44
GorkHow do I start up the nvidia control panel or menu from command line?05:44
frybyeGeoffrey2: unfortunatly it can sometimes take a couple of days on here (at best at different times-of-the-day to reach different public...) before one lands somebody who really kn ow this or that particual area...05:45
Sloucherhow do a grep a word and see if it's a regular expression05:45
XcercaOdd-rationale , vim ...  then what do you use as a complier ?05:45
Geoffrey2frybye, as I recall, my wireless is supported out of the box starting with Heron05:45
geniistandarshy: Thats not the same as running fsck from in linux. Windows can only check windows filesystems05:45
frybyeGeoffrey2: then the above would nto be the issue..hmmm05:45
Odd-rationaleGork: nvidia-config?05:45
standarshycan i run fsck from the terminal?05:45
Odd-rationaleGork: nvidia-settings, i mean05:45
frybyeGeoffrey2: and you dont have a guru locally that you can lean on???05:46
Odd-rationaleXcerca: gcc ?05:46
GorkThanks05:46
frybyei used too but lost contact recently.. shame shame...05:46
XcercaOdd-rationale  ,  thanks05:46
Geoffrey2for linux? none that I know of05:46
frybyeGeoffrey2: my trick (as a brit living in berlin-) was to go on the ubuntu-berlin mailing list and offer a knowledge-swap - engl. conversation <> linux help .. worked for a while ...05:47
jerasimoshello Tiven05:47
jerasimosHello to everyone...05:47
Odd-rationale!hi | jerasimos05:47
ubottujerasimos: Hi! Welcome to #ubuntu!05:47
standarshygenii: How do I run fsck?05:48
frybyeonly one of the 2 guys who responded was super hot on his linux - had worked for years in commercial/prof. support - 2nd/3rd level support etc.. but no lost touch - he has lost interest whatever..05:48
jerasimosGlad to be here, Odd.../everyone05:48
jjulianis there any possibility to install a menu.lst or to get a plain one?05:48
jjulianwith a command?05:48
jjuliancause after installation i dont have one!!!!05:48
Odd-rationalestandarshy: generally, unless you have a boot entry for it, you need to be in a livecd...as the disk should be unmounted...05:48
jerasimosRationale/ubottu...I will be observing and learning05:49
Geoffrey2Broadcom BCM4311 Airforce 54g05:49
Odd-rationalestandarshy: then, it would be as simple as: fsck /dev/<devicename>05:49
standarshyOdd-rationale:  hmm, I would have to burn the livecd then because I installed it through wubi05:50
Geoffrey2I probably need to try earlier in the day when there's more people on05:50
Odd-rationalestandarshy: oh this is a wubi install? then fsck would not work...05:50
Odd-rationalestandarshy: did you defrag in windows?05:50
geniistandarshy: Boot into recovery kernel. Then know what partition/device your / is normally.    You can usually find this by result of: mount       the line which has something like: /dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)          tells you. Then issue: fsck /dev/sda1   (in this case, your /dev may be different!)05:50
frybyeGeoffrey2: there must be a way of re-installing/re-config the driver for  it - dont ask me how though...05:50
standarshyOdd-rationale: I defraged the drive05:51
elfgohWould any1 have problems installing the nvidia proprietary driver using restricted driver manager in the latest intrepid beta?05:51
frybyeGeoffrey2: - early in the days"" is relative.. I will be off to work soon...05:51
frybye96:51am05:51
geniistandarshy: You can go from recovery mode to normal after repairs with: telinit 205:51
frybye06:51am05:51
outbrielfgoh: try asking in #ubuntu+1, intrepid specific channel05:51
Odd-rationalestandarshy: may be a wubi bug... (you should repartition like a real man... :P )05:52
elfgohoutbri: tks05:52
yao_ziyuani dont know why: good packages like gimp 2.6 isn't updated; bad packages like network-manager is updated...05:52
jerasimosleaving channel for now...05:52
jerasimosthank you for hospitality.05:52
geniiOdd-rationale: Ah wubi05:52
jerasimosc-u.05:52
Odd-rationalegenii: yeah, wubi... :(05:52
* genii hates wubi05:52
* Odd-rationale hasn't tried wubi...05:53
jasuushow do you do that with your name?05:53
standarshyOdd-rationale: Unforunately I am unable to repartition the drive.  I wanted to shink the partition through vista but I was unable to by more than 500 mb05:53
* jasuus hum05:53
jasuusah05:53
outbri***hum05:53
Odd-rationalestandarshy: that is correct... vista can only do that...05:54
=== maek is now known as Guest28626
Odd-rationalestandarshy: shrink the parition with the ubuntu installer instead... but you can only make it 25% less at a time i think as well...05:54
=== Guest28626 is now known as maek00
carandrauganyone knows how to have three different windows (all pdf in this case) to equally divide the screen side by side? I'm using Gnome and compiz05:55
=== nix is now known as Guest46698
Odd-rationalecarandraug: i *think* compiz has a tiling plugin...05:55
standarshyahh, so I can shrink the partition under options if I burn the image and boot from it to install?05:56
carandraugsome WM such as ion and ratpoison allow this. How to do it compiz?05:56
Guest46698hi .. im new to ubuntu .. is there an equivalent software to limewire for ubuntu ? or else what is the best software to download music .. individual files only .. torrents make you download the entire album05:56
tyler_dok so alt-f2 will get you into an rc session.... how do I force kill an rc session?05:56
carandraugOdd-rationale: you know exactly where?05:56
Odd-rationalestandarshy: yes...05:56
corinthWhere is the key located in gconf-editor that controls what happens when I double-click a titlebar in gnome?05:56
carandraugOdd-rationale: the options menu is so extense05:56
=== pronoy is now known as pronoy_
genii!info frostwire | Guest4669805:56
ubottuguest46698: Package frostwire does not exist in hardy05:56
geniihmm05:56
genii!frostwire05:56
ubottufrostwire is a totally open source version of Limewire.  For installation help, please see https://help.ubuntu.com/community/FrostWire05:57
Odd-rationalestandarshy: don't remember... :( been a while since i used compiz-fuion...05:57
Odd-rationalecarandraug: don't remember... :( been a while since i used compiz-fuion...05:57
Guest46698genii: i tried that ... i dont think it works with hardy05:57
Odd-rationalestandarshy: sorry, that was meant for carandraug05:57
carandraugOdd-rationale: ok. Thanks anyway. I'll look for it05:57
macv1hi.... could anyone suggest which software to use for ripping audio from a video file?05:58
macv1 05:58
standarshyOdd-rationale: that's brilliant!  I'll definately install it the regular way then05:58
danbh_intrepidmacv1: maybe try LiVES05:58
Odd-rationalestandarshy: good :D05:58
standarshyOdd-rationale: Just to make sure before I make a mistake, are there any specific instructions I should remember?05:59
macv1 danbh_intrepid: is it in the repos?05:59
danbh_intrepidno05:59
smm289unvu failed to query video, something, something, something. while trying to come out of hibernate, hardy.  Any ideas?05:59
omolinahi all05:59
Odd-rationalestandarshy: take a quick search in the ubuntu wiki about dual-booting...05:59
smm289or unvc, I forgot already, lol05:59
standarshyalright05:59
standarshythanks05:59
standarshypeace05:59
danbh_intrepidmacv1: I made this page: https://help.ubuntu.com/community/Video%20Editors06:00
danbh_intrepidmacv1: if you find more video editors, add'm up!   I don't know much about video editing, or video editors on linux, so...06:01
omolinasomeone used MonoDevelop?06:02
macv1 danbh_intrepid: but lives seems to only edit videos.... i want to extract the audio from the video...  i'v tried avidemux... that too doesnt edit the audio.... vlc hangs sometimes...06:02
danbh_intrepidmacv1: well, I would assume that some sort of video editor would have the option to separate out the audio06:03
nooomemk, I have 2 seperate computers running ubuntu - I want to run a video between the two monitors connected to the computers without changing the monitor setups, is this doable?06:03
Odd-rationalenooomem: like a kvm switch?06:03
jasuusmacv1: have you tried playing the movie and then setting a tape-recorder real close to the speaker?06:04
carpediemnooomem: you can run a video on a different computer over the network06:04
macv1 danbh_intrepid: previously in XP i used to use nero tools  for editing the audio from avi... but nero linux doesnt seem to have that software!!!06:04
macv1jasuus: i want to use as mp3 ....06:04
nooomemcarpediem: I mean, I want to run one video using both monitors06:05
carpediemnooomem: but to tell you how, I'd need more specifics.  not totally sure what you are trying to do.06:05
nooomemcarpediem: or any arbitrary application for that matter06:05
carpediemnooomem: do you mean spanned?  or duplicated?06:05
Geoffrey2here's the thing about the wireless though...it's not just a matter of not being able to connect to the router..I can't even get ubuntu to admit I even have a wireless router06:05
bugaloono webcam on default instalation of Ubuntu-eee for eeePC. Any help?06:05
jasuusmacv1 : mplayer?06:05
macv1anyone using ubuntu studio??? they might have some info bout this...06:05
nooomemcarpediem: but I'd be happy enough with video for now06:05
nooomemcarpediem: spanned06:06
jasuusmacv1: as in mplayer -dumpaudio06:06
macv1jasuus: i hated mplayer... so removed it,....are u using mplayer?06:06
jim_phi guys06:06
jasuusyea06:06
jim_pmacv1: me too!06:06
jim_pmacv1: i use mplayer i mean06:06
jasuusmplayer -dumpaudio -dumpfile movie_audio.mp3 will do it06:06
carpediemnooomem: eh, really, only way I know to do that is going to be VNC, which isn't going to be good for video.  Its trivial to remotely display an application on a different computer via ssh, but spanned between two computers is...a different story entirely06:07
nooomemcarpediem: sorry, say again if you answered06:07
jim_pbugaloo: the camera is built in on the eeepc tight? do an lspci06:07
jasuusmacv1: heres a link http://www.linuxmonitor.net/blog/2007/03/extract-audio-from-video-or-online.html06:07
carpediemnooomem: eh, really, only way I know to do that is going to be VNC, which isn't going to be good for video.  Its trivial to remotely display an application on a different computer via ssh, but spanned between two computers is...a different story entirely06:07
tarrantHey when I attempt to play a video (xine, totem-xine, or vlc) I get a strong blue/green tint. In my "multimedia-settings" panel I can disable Xv and colors display correctly but it doesn't apply over to vlc. Any help?06:07
macv1jasuus: thanx...06:08
jim_ptarrant: use some outher output like gl06:08
nooomemcarpediem: in theory, if both computers have access to the file on some common network share, they should be able to intelligently say, ok - you draw this section, I'll draw this section06:08
tarrantjim_p: how do I specify this?06:08
nooomemcarpediem: but something that does this seamlessly and scales well to more than just two monitors is asking a bit much may be06:09
bugaloojim_p: built in, yes06:09
tarrantnvm think I got it.06:09
jim_ptarrant: it is inside each players options. video out options06:09
carpediemnooomem: well, just a sec...06:09
jim_pbugaloo: lspci?06:09
smm289what would it take to be able to vnc to a ubuntu client that is at the login prompt06:10
smm289i'm vinegra, hardy06:10
smm289using06:10
bugaloojim_p: not sure about what I should see06:11
bugalooI was using windows (buy with) and it was working06:11
bugaloonow I cut windows off and installed ubuntu eee06:11
bugalooI cant see webcam on lspci06:11
FloodBot2bugaloo: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.06:11
bugaloobut I'm not sure about how it should be shown06:11
jim_pbugaloo: paste the output of lspci somewhere06:11
bugaloojim_p: ok, just a second06:11
angohello06:12
=== ango is now known as Guest29497
=== Guest29497 is now known as skinnymg1
skinnymg1hello06:13
skinnymg1how is everyone06:13
bugaloojim_p: paste.ubuntu.com/5517206:13
IntuitiveNipplebugaloo: built-in webcam? Usually USB: use the command lsusb06:14
jim_pbugaloo: what eeepc model do you have?06:15
bugalooIntuitiveNipple: humm...06:15
=== freaky[t] is now known as fReAkY[t]
bugaloojim_p: eeepc 4g?06:15
bugalooIntuitiveNipple: on lsusb I have "eMPIA technology inc."06:15
bugalooI dont what this is06:15
jim_pbugaloo: eeepc 1000, 901, 701 etc06:15
IntuitiveNipplebugaloo: Show the vendor:product ID, e.g. 054a:405606:16
RudyValenciaHi, is it possible to have a different logo / colors for the startup splash?06:16
bugaloo0951:160606:17
jim_pRudyValencia: yes, look on how to change usplash06:17
jim_p!usplash06:17
ubottuTo select the usplash artwork you want, use "sudo update-alternatives --config usplash-artwork.so && sudo update-initramfs -u" - See https://help.ubuntu.com/community/USplashCustomizationHowto for adding your custom artwork06:17
jjulianweird install error with gutsy i had problems creating the filesystems and partitions, on dev/sdb nothing was mounted besides /dev/sda1 after unmounting it i could create the partitions and fs ... weirdo06:18
IntuitiveNipplebugaloo: I think that is a memory-card reader ID :) bugalo, post the "lsusb" output to pastebin please06:18
=== fReAkY[t] is now known as freaky[t]
RudyValenciaah06:18
RudyValenciacool06:18
DBurkeWhat's the pastebin?06:18
bugaloojim_p: sorry, how can I find that?06:19
bugalooIntuitiveNipple: ok, just a second06:19
bugalooDBurke: a website where you can paste something to others see06:20
bugalooIntuitiveNipple: paste.ubuntu.com/5517506:20
DBurkebugaloo: Ah, I see.  Thanks.06:20
baldurhi i got a proplem with my sound on my new ubuntu set up i can make it work with media inside the computer but not when playing on websites06:20
jim_pbugaloo: there must be a sticker somewhere on the laptop saying its model!06:20
baldurlike youtube06:20
jim_p!flash06:20
ubottuTo install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash (a recent version for !Dapper is available in !backports) - See also !Restricted and !Gnash06:20
jim_pnope06:21
RudyValencia!gnash06:21
ubottuAn open source flash replacement.  It is still beta software. For current status or for more info http://www.gnu.org/software/gnash/06:21
jmichels1nso I have an install of ubuntu and I have /home mounted on a seperate drive. I need to wipe the machine, when reinstalling ubuntu how do I tell the system to remount the home in the proper location?06:21
frybyeBaldur - you probably also need the package mplayer...06:21
carpediemubottu's flash advice is lacking.06:21
godmode117hi, i need help with flash (audio), after installing my new soundcard i have no sound from flash files in firefox. Audio works fine evrywhere else though06:21
bugaloojim_p: sorry... only asus eeepc 4g on bottom case06:21
IntuitiveNipplebugaloo: I think you need to enable the camera first. Do this then redo the lsub command; you should see another device listed: sudo sh -c "echo 1 > /proc/acpi/asus/camera"06:21
baldurfrybye:  ahh yes how do i do that again06:21
bugalooIntuitiveNipple: trying06:21
frybyebaldur: us google to search for installing medibuntu repositories is a good idea for media suppoort06:22
FlannelIntuitiveNipple, bugaloo: echo "1" | sudo tee /proc/acpi/asus/camera06:22
carpediembaldur: the real solution is "sudo apt-get install libflashsupport"06:22
demismhow does ubuntu load scripts?06:22
mklebelno XGL in 8.10?06:22
Flannelmklebel: #ubuntu+1 for Intrepid discussion, thanks.06:22
IntuitiveNipplebugaloo: lsusb should show an additional entry, something like "046d:c041 Logitech, Inc"06:22
jmichels1ncan I edit the fstab during install to mount the external home drive? I have never edited files on the system during install? will there be any problems when I create the username?06:22
bugalootrying the proc command, just a second06:23
frybyebaldur: go to system-administration - start synaptic  then go to packets and add a tick against "3rd-party sources" of similar..06:23
frybyethen search for the package mplayer a f t e r refreshing the list - top left in synaptic window...06:23
IntuitiveNippleFlannel: Sometimes, it is best to keep the command to be executed clear to avoid too much confusion.06:23
frybyesorry I cant tell you the exact words for the various things cos I have the German language os here...06:23
bugalooIntuitiveNipple: it was already "1"06:24
jim_pjmichels1n: one at a time. yes about fstab, but it needs some parameters. can you please be more specific with the other 2?06:24
FlannelIntuitiveNipple: It's still obvious.  sudo sh isn't any good when there are better alternatives.06:24
IntuitiveNipplebugaloo: That sounds good06:24
lakituhey. i got some data that has viruses in it, & when i put it on a partition that drive becomes unbootable. i need to clean the data (at least that is the only hope i know of), but i can only access the data in ubuntu. what is a good virus scanner for ubuntu? i tried avast, & it gave me errors when i tried to remove the viruses, & AVG didn't detect them. any suggestions?06:24
jmichels1njim_p: so I have an install of ubuntu and I have /home mounted on a seperate drive. I need to wipe the machine, when reinstalling ubuntu how do I tell the system to remount the home in the proper location?06:24
Freakin_Busyi'm trying to format a USB drive to FAT32... but i keep getting errors that it does not exist... any ideas?06:24
lakitu(did avast not work because i was working from the live cd, perhaps?)06:24
godmode117hi, i need help with flash (audio), after installing my new soundcard i have no sound from flash files in firefox. Audio works fine evrywhere else though06:24
bugalooIntuitiveNipple: I forgot to say something...06:24
jmichels1njim_p: I guess I can do it the same way I did it the first time, mount the external home partition over the one created on install..06:25
baldurfrybye:  cant find it06:25
bugalooIntuitiveNipple: before I install, I tried ubuntu-eee from usb pendrive... and it worked with webcam06:25
frybyeFreakin_Busy: what appl are u suing - gparted??06:25
jim_pjmichels1n: you will selecrt custom installation, and set the proper mountpoints in fstab06:25
Freakin_Busyfrybye, yes06:25
bugalooonly after installing on harddisk I can't use it06:25
frybyebaldur: system-administration - you have it??06:25
carpediemThe problem with Flash sound not working (solved by using libflashsupport) is not covered on that the link that ubottu gives out.  So for the love of all that's holy, could we stop using ubottu as a crutch, when he doesn't even answer the question.06:25
frybyethen PacketManager - Synaptic06:25
baldurfrybye:  i found syaptic package thiny but cant find the tick against 3rd partu sources06:25
frybyefirts to Packets or Sources or whatever..06:26
jmichels1njim_p: ah great, that will work, thanks06:26
frybyehang on - like i say I have the German one here.. wait a min please..06:26
n-iCeany idea trying to access via ssh:  stdin: is not a tty06:26
geniicarpediem: Why not edit the page he points to to reflect the solution06:26
baldurfrybye:  i have found synapatic package manegment06:26
baldurfrybye:  but i cant find the tick in there06:27
Freakin_Busybalder go System>admin>=Software sources06:27
frybyesettings|repositories06:27
frybyein synaptic06:27
IntuitiveNipplebugaloo: http://www.ubuntu-eee.com/wiki/index.php5?title=EeePC_901#Webcam_.26_Bluetooth06:27
frybyeor like he says...06:27
hathiwalahow to solve libx11 error while installing gtk 2.14.306:27
frybyeeither way it amounts to the same...06:27
geniicarpediem: Although I agree with you about the bot being used as a crutch06:27
hathiwalahow to solve libx11 error while installing gtk 2.14.306:28
hathiwalahow to solve libx11 error while installing gtk 2.14.306:28
Freakin_Busyfrybye, you know why my usb don't format?06:28
baldurfrybye:  found it06:28
IntuitiveNipplebugaloo: In particular, pay attention to the paragraph that begins "The webcam and bluetooth module are disabled by default in the BIOS, you need to turn them on"06:28
baldurfrybye:  what should i add there06:28
bugalooIntuitiveNipple: I already did it...06:28
carpediemgenii: really, that is a good question, and I probably should do that.  Kind of annoying it requires a log in06:29
bugalooas I said, I was using it with live pendrive06:29
n-iCestdin: is not a tty any ideas trying on ssh06:29
jim_phathiwala: how do you install gtk2.14.3?06:29
dontchokei dont have whois on my system, which one shouldl i use from here?06:29
dontchokehttp://packages.ubuntu.com/search?searchon=names&keywords=whois06:29
hathiwalajim_p i have downloaded tar file06:29
qbmaniacwhat is the "SUPER" key?06:29
qbmaniaci mean06:29
qbmaniacwhich one is it'06:29
hathiwalai have installed atk cario & other supported library06:29
jim_phathiwala: and you will compile it from source?06:29
bugaloobut I'll try to download and compile the driver... but not now... it's 02:30am here... I'm going to sleep... no more tries for today, heh... thanks, I'll try these instructions tomorrow06:29
baldurfrybye:  what should i add there06:30
frybyeubuntu partners and non-free06:30
geniiqbmaniac: The one with the Windows logo on it06:30
smm289remote desktop into a client that is at the login screen, using Vinegra ? Hardy06:30
hathiwalayes06:30
qbmaniacah thanks !!06:30
qbmaniac=)06:30
frybyeunder third parts...06:30
hathiwalabut while compiling i m getting error of libx1106:30
IntuitiveNipplebugaloo: That article suggests the camera is UVC, so the uvcvideo kernel module should be handling it. However, if the webcam isn't listed by lsusb the driver can't do anything. Somehow the webcam is currently turned off, it seems.06:30
frybyeand like I said before - use google to find the info on adding medibuntu repositories and also how to add thier pgp keys...06:30
balduryeahh should i add some website06:30
IntuitiveNipplebugaloo: Building the driver won't help right now - the issue is, enabling the webcam so it is found as a USb device.06:30
baldurfrybye: it shows be two web sites should i tick them or add some new ones06:31
hathiwalaJim_p: it says libX11 not found06:31
baldurfrybye:  ahh ok geti06:31
iceer123hackbozy06:31
iceer123hackbozy06:31
iceer123hackbozy06:31
FloodBot2iceer123: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.06:31
jim_phathiwala: yea but you try to install it from SOURCE? why?06:31
T3hWiz0rddoes anyone here have a solution for the "PNG header and library versions do not match06:31
bugalooIntuitiveNipple: but it's enabled on BIOS06:31
T3hWiz0rdproblem in savage 2.0?06:31
dontchokecan someone tell me what a.deb file is?06:31
bugaloowhat is missing?06:31
frybyebaldur: again - first - add the sources already mentioned in the thing.. then in a d d i t i o n to that use google to find info on "adding medibuntu repositories ubuntu" ok?06:31
iceer123hackbozy06:32
FAJALOU!deb | dontchoke06:32
ubottudontchoke: deb is the Debian package format, also used by Ubuntu. To install .deb files, simply double-click (in Ubuntu) or click (in Kubuntu) on them to start the GDebi utility.06:32
hathiwalajim_p: i am installing latest version of gambas it requres gtk 2.14.306:32
iceer123hackbozy06:32
iceer123hackbozy06:32
FloodBot2iceer123: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.06:32
bugaloojim_p: I found the model on BIOS now... it's asus 70106:32
sjeahow do i handle bin cue files06:32
unop!ops | iceer12306:32
ubottuiceer123: Help! Channel emergency! (ONLY use this trigger in emergencies) - Mez, LjL, elkbuntu, imbrandon, DBO, gnomefreak, Hobbsee, rob, ompaul, Madpilot, CarlK, crimsun, ajmitch, tritium, Nalioth, thoreauputic, apokryphos, tonyyarusso, PriceChild, Amaranth, jrib, jenda, nixternal, Myrtti, mneptok, Pici, Jack_Sparrow, nickrud, jpds, bazhang, jussi01, or Flannel!06:32
baldurfrybye:  aight i allredy found that i will do06:32
sjea!bin06:32
ubottuSorry, I don't know anything about bin06:32
T3hWiz0rdgerr that fragmented... gonna try again... does anyone have a workaround for the "PNG header and library versions do not match" problem with 8.04 and savage 2.0?06:32
jim_pbugaloo: lol, let me search06:32
IntuitiveNipplebugaloo: regardless of what it reports, if the USB device isn't reported then something has disabled it. That is what you need to focus on. Once it appears in the lsusb results, the driver will handle it.06:32
sjea!cue06:32
ubottuSorry, I don't know anything about cue06:32
iceer123hackbozy06:32
iceer123hackbozy06:32
tyler_dlooking to force rollback a failed upgrade using dpkg?06:32
roothello06:32
bugalooIntuitiveNipple: so, the lsusb should show any "Logitech" device, is that right?06:33
=== root is now known as Guest75696
Guest75696got a issue with filesystems and xfs expand06:33
n-iCeany idea trying to access via ssh:  stdin: is not a tty06:33
pan__how do i control fan06:33
FAJALOU!ask | Guest06:33
ubottuGuest: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)06:33
hathiwalajim_p: can u help me to install GTK ?06:33
carpediemgenii: okay, took your advice, and updated the page.  I'm still going to start a petition to ban ubottu06:33
jim_phathiwala: gtk is a serious element of gnome, you may break something if compiling goes wrong. now that i warned you, install libx11-dev06:33
unoptyler_d, if you have the deb for the previous version, install it with dpkg06:33
frybyebaldur: good - when you have got the medibuntu sources added - then refresh the list in synaptic and search for "mp3" and it will offer stuff for media suport - try searching google for "zdnet ubuntu multimedia support" or similar.. for an article on what exactly to add...06:33
baldurfrybye:  ok06:34
hathiwalajim_p: no problem if it crash then i will reinstall it06:34
IntuitiveNipplebugaloo: I'm not sure precisely what lsusb will report, but from everything I've read on the eee the webcam is currently not listed.06:34
frybyebaldur - have  a nice day - I am off to work now.. bye#06:34
dontchokewow06:34
jim_phathiwala: your call!06:34
dontchoketo install a deb file you only have to dpkg06:34
tyler_dunop: comes back saying that dpkg didn't complete, please run dpkg --configure -a06:34
hathiwalajim_p: libx11-dev is already installed06:34
dontchokeand that installs everyting?06:34
FAJALOUdontchoke:  yes06:34
hathiwalastill geting same error06:34
dontchokewow easy06:34
IntuitiveNipplebugaloo: According to Gentoo, the ID of the webcam on the 701 is eb1a:276106:35
dontchokeis that a debian thing?06:35
Flanneldontchoke: that does.  You need to use gdebi if you need to get dependencies though.06:35
aquawicketMy Login screen keep looping..   If I Ctrl + Alt + F1  and type  /etc/init.d/gdm stop  I can stop it..   if I start it again..  same thing..06:35
FAJALOUdontchoke: deb is like a windows .exe...06:35
FAJALOUsorda06:35
unoptyler_d, i suppose you tried that then?06:35
dontchokeah, so what about when its php or something06:35
IntuitiveNipplebugaloo: In which case, that is the first device reported.06:35
tyler_dunop: yes06:35
aquawickettried startx also..   it failed06:35
tyler_dunop: do you know how I can reverse the failed upgrade?06:35
unoptyler_d, can you paste the complete output to the !pastebin?06:35
geniicarpediem: :) Good work though on being part of a solution instead of just complaining and not doing anything, as most do06:35
Flanneltyler_d: Finish the upgrade06:35
Area_51!google earth06:36
ubottuGoogle Earth is now available, for free (only as in price), for Linux, too. To download it see http://earth.google.com/download-earth.html - A package for Ubuntu is available in the !Medibuntu repository06:36
aquawicketI think since i tried to compile a new X11 and make install..   I killed things06:36
aquawickethow do I get things back to normal?06:36
jim_pbugaloo: have you tried loading the ucvideo module?06:36
tyler_dFlannel: fails on the language locales06:36
Flanneltyler_d: That's a known bug, there's a workaround.06:36
bugalooIntuitiveNipple: well... that lsusb that I pasted, there was a device on first reported06:36
tyler_dFlannel: states that en_AU.UTF-8 is the locale however its not06:36
IntuitiveNipplebugaloo: Run this command - if you get a result it'll tell you which kernel module supports that device. If there is no result, you'll need to install/build the driver: egrep 'eb1a.*2761' /lib/modules/$(uname -r)/modules.usbmap06:36
tyler_dFlannel: I have tried the work-arounds... to no avail thus far06:37
aquawicketanyone?06:37
bugalooI see...06:37
Guest75696hello guys, got an issued with expanding my xfs partition, i have a 3ware raid card and recently added more drives to my raid 5, fdisk shows that /dev/sda has 2TB  and that /dev/sda1 is a 1TB xfs partition but when i go to gparted to expand it, it refuses saying that partition cannot have length of -1 sectors06:37
IntuitiveNipplebugaloo: Yes, I noticed that *now* - first time I searched those IDs I got a result that indicated it was another type of device.06:37
tyler_dFlannel: locale indicates en_CA.UTF-806:37
Area_51what program do i use to open google earth down load06:37
Flanneltyler_d: You tried killing the locales thing, and then finishing?06:37
drumstyk1could someone help me with my fstab? someone tried to help me make a partition automount and now i can't see it at all after rebooting...06:38
Flanneltyler_d: Its not just AU, theres a number of htem.06:38
jim_pdrumstyk1: sure06:38
bugaloowell... I'll try a little more with your advices :)   If I can't make it work, I'll be back here soon :)06:38
bugaloothanks a lot06:38
Flannelaquawicket: Where did you install them to?06:38
tyler_dFlannel: how would I kill the locales thing? ctrl-x doesn't help06:38
aquawicketX11?06:38
aquawicketI put it in my home directory    ./configure    make     make install06:38
tyler_dFlannel: I understand I need to have this changed to US in order to upgrade... however I cannot get it to change back06:38
Flanneltyler_d: https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/249340  scroll down a bit, theres a post that walks you through it (although I suggest you read the full thread first)06:39
hackbozyiceer12306:39
hackbozyiceer12306:39
hackbozyiceer12306:39
FloodBot2hackbozy: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.06:39
aquawicketnow  startx  won't work.. so i think that's what i killed06:39
TRIGG3Rhey guys, i have a buddy who has just installed ubuntu. everything is working beautifully except for the fact that there is no sound.  we have determined that his sound card is a sound blaster, emu10k1x.  i believe that he is just missing the drivers, however after searching have come up empty handed!!  Any help?06:39
drumstyk1thanks jim_p, can you remind me the command to open the fstab? something like gedit /fstab?06:39
tyler_dFlannel:06:39
Flannelaquawicket: Where did it intall? to /usr/ or /usr/local/?06:39
jim_pdrumstyk1: sudo gedit /etc/fstab06:39
aquawicket--prefix=/usr06:39
drumstyk1jim_p: /dev/sda3 /mnt/disk vfat fmask=111,dmask=000,auto 0 006:40
aquawicketso my guess would be /usr    sry..  i'm new to linux06:40
drumstyk1i think that line is my problem06:40
geniijim_p: Please don't recommend to use sudo with graphical apps06:40
Flannelaquawicket: That was a mistake.  How hard would it be for you to reinstall? (home partition separate? relatively recent install?)06:40
godmode117hi, i need help with flash (audio), after installing my new soundcard i have no sound from flash files in firefox. Audio works fine evrywhere else though06:40
Flannelaquawicket: Things you compile always go to /usr/local/* (or your homedir).  /usr/* is for things controlled by package management.06:41
aquawicketnot a huge deal..     I just spent about 3 hours stiing up and compiling libraries to start programming..    :P06:41
jim_pgenii: i am more of a terminal guy, i would say nano instead. next time i will use gkdesu06:41
Flannelaquawicket: ah.  Good.  Reinstallation would be your best bet then.  Why were you compiling X anyway?06:41
go_beep_yourselfunless you compile with this ./configure --prefix=/usr06:41
jim_p*gksu06:41
aquawicketso if i put in GTK+, wxWidgets and suck    /usr/local ?06:41
TRIGG3Rhey guys, i have a buddy who has just installed ubuntu. everything is working beautifully except for the fact that there is no sound.  we have determined that his sound card is a sound blaster, emu10k1x.  i believe that he is just missing the drivers, however after searching have come up empty handed!!  Any help?06:42
Flannelaquawicket: Why are you compiling those things?06:42
geniijim_p: Depending on the app sudo can leave normal user locked out of it afterwards06:42
aquawicketfor wxWidgets06:42
Flannelgo_beep_yourself: No, that's wrong.  You *want* stuff in /usr/local/06:42
aquawicketwxGTK to be exact06:42
Flannelaquawicket: Whats wrong with the packages in the repositories?06:42
aquawicketlike i said..   kinda new to linux.06:42
go_beep_yourselfTRIGG3R-> im currently getting my xfi soundblaster titanium working right now, got sound through usb logitech headset tho06:42
aquawicketdon't exactly know how to find em06:42
go_beep_yourselfTRIGG3R-> and i already knew it would be some extra work before i bought the xfi06:43
drumstyk1any ideas of why i can't even see the partition anymore?06:43
macv1 danbh_intrepid:  jasuus: jim_p:  i realized that avidemux does the audio extraction too... just had to change a few settings06:43
go_beep_yourselfTRIGG3R, is his card xfi?06:43
TRIGG3Rgo_beep_yourself: i believe i found the problem, as usaul it was something is, brb with results.06:43
tyler_dFlannel: /etc/locale.gen en_US en_US06:43
tyler_dreboot06:43
tyler_ddpkg --configure -a06:43
tyler_dso far so good.... further then it was and lang packages are going through... however I will note that the post you forwarded is extremely helpful, more so then the forums :(06:43
FloodBot2tyler_d: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.06:43
aquawicketubuntu comes with  GTK+  ?06:43
Flannelaquawicket: Alright.  We have packages for development stuff.  Once you reinstall, check out Synaptic Package Manager, it's in system > administration. It'll let you install all sorts of goodies (including these libraries).  https://help.ubuntu.com/community/SynapticHowto is some reading on how synaptic itself works, while you wait  https://help.ubuntu.com/community/InstallingSoftware might also be good to read06:44
aquawicketaww...  sweet06:44
aquawicketi like the sound of that06:44
Flanneltyler_d: That bug is linked from the "known issues" on the upgrade notes (which you should always check before upgrading)06:44
drumstyk1jim_p: any ideas or should i try someone else?06:44
tyler_dFlannel: ummmm.... of course I always check those ***sheepishly****06:44
aquawicketThank you very much Flannel..    i'm off to reinstall ...    again..  lol06:45
macv1hi all... i'd like to change the fan settings on my ACER laptop....i cant find any options in bios to change cutoff temp or any other fan settings.................any ideas anyone or where i should look for help regarding this?????????06:45
Flanneltyler_d: Well, from now on you'll remember ;)06:45
jim_pdrumstyk1: can you repeat please?06:45
drumstyk1/dev/sda3 /mnt/disk vfat fmask=111,dmask=000,auto 0 006:45
lacostejI have a failure to suspend. usualy it works. No message in syslog. I enabled --verbose for gnome-power-manager. Didn't help. Any idea on how to investigate ?06:45
go_beep_yourselfmacd__-> find out if they are pcm fans06:45
drumstyk1that is the line in my fstab that was changed and now i can't see the partition06:45
hjayhey guys, i'm unable to expand my xfs partition using gparted, it gives me an error "partition cannot have -1 sector lengths", it's a xfs partition on a 3ware raid5, current size 1TB, trying to add the extra 1tb i just expanded the array with06:45
Flannelaquawicket: Don't feel bad about reinstalling.  I reinstalled at least a dozen times when I was starting out.  One of the best ways to learn is to break things!  (well, as long as you don't lose anything in the process)06:45
jim_pdrumstyk1: /dev/sda3 /mnt/disk vfat defaults 0 006:46
go_beep_yourselfmacd__-> i meant pwm fans06:46
FAJALOUaquawicket:  i can second Flannel i have reinstalled on different computers at least 5 times06:46
aquawicketvery true..    nah..  i got backups..  not gonna loos anything..   just wanna get to programming on linux   :)06:46
FAJALOUaquawicket: as long as /home is on separate partition that is ;)06:46
FAJALOUyou always wanna do that06:46
drumstyk1wow, thanks jim_p, i will try that now!06:46
carpediemmacv1: well, it looks like you are getting yourself into complicated territory, but anyway  http://www.thinkwiki.org/wiki/How_to_control_fan_speed06:46
FAJALOUyou'll get there :)06:46
aquawicketohh..   good pointer06:47
carpediemmacv1: sorry, that seems to only support thinkpads06:47
go_beep_yourselfhow long on average does it take to compile a kernel in ubuntu with default .config?06:47
l337ingDisorderwhat's the fastest way to transfer a few small files from an ubuntu system to a debian etch system, neither of which are running any kind of ftp server (afaik)06:48
FAJALOUgo_beep_yourself:  this is dangerous territory, fyi06:48
FAJALOU!kernel06:48
ubottuThe core of the Ubuntu Operating System is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, but if you're convinced you do, see https://help.ubuntu.com/community/Kernel/Compile - See also: /msg ubottu stages06:48
go_beep_yourselfl337ingDisorder-> scp06:48
go_beep_yourselfFAJALOU-> i know what im doing06:48
go_beep_yourselfFAJALOU-> its compiling right now too06:48
l337ingDisorderi know the debian etch system is running scp but I'm not familiar with the command line syntax to send a file from this machine to the machine running the sshd06:48
=== _weltall is now known as weltall
carpedieml337ingDisorder: sftp06:48
go_beep_yourselfFAJALOU-> but that doesnt answer my question06:49
l337ingDisordercarpediem ahh ok yea scp only seems to have syntax for downloading FROM the sshd server06:49
FAJALOUgo_beep_yourself:  regardless if you know what you are doing, relatively dangerous, but go for it if you can, i think we all wish we had that skills.  and i dunno, i just use the one given to me ;)06:49
l337ingDisordersftp will let me upload?06:49
go_beep_yourselfl337ingDisorder-> not true06:49
baldurHi im trying to installl the mediaubuntu thingy and i'm trying to put the APT line ine the sinapatic package management but it doesnt take it :(06:49
l337ingDisorderoh06:49
hjayhey guys, i'm unable to expand my xfs partition using gparted, it gives me an error "partition cannot have -1 sector lengths", it's a xfs partition on a 3ware raid5, current size 1TB, trying to add the extra 1tb i just expanded the array with, fdisk says the /dev/sda (the raid card) has 2TB and that /dev/sda1 (the current partition) is 1TB06:49
carpedieml337ingDisorder: yeah.  you can even do it in nautilus using sftp://myserver06:49
go_beep_yourselfl337ingDisorder-> it can go both ways with scp06:49
FAJALOUbaldur:  are you adding the lines in terminal?06:49
baldurno06:50
baldurFAJALOU: no06:50
FAJALOU!medibuntu | baldur06:50
ubottubaldur: medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org06:50
KenthreeHello; every time I add/edit files from windows to my ubuntu samba share the file owner changes to 'nobody'. I know about chown but am I doing something wrong?06:50
FAJALOUgo to "repository how-to" and open up terminal and just follow the steps06:50
vitkhjay: did you make sure to read the man files for parted[gparted] or are you follow some specific guide?06:50
baldurFAJALOU: does it mean i cant listen to music trough my browser ?06:51
l337ingDisordercarpediem: awesome, thanks once more - you're a superhero tonight :)06:51
baldurFAJALOU: like on youtube and stuff ?06:51
FAJALOUbaldur:  you should be able to open terminal and do all of that....06:51
carpedieml337ingDisorder: now that you are back, in response to a question you asked a long time ago.... install rcconf and then run it as root to enable ssh on startup06:51
carpediemdang06:51
hjayvitk: i looked it up and it saying nothing about this error, and google says nothing about there error06:51
baldurFAJALOU: ahh ok06:51
baldurFAJALOU:  let me try it06:51
FAJALOUbaldur:  but the repository add how-to is literally copy and paste of two commands06:52
godmode117some one please help meh. no flash sound after new soundcard...06:52
ChunkStyleCan anyone please tell me why Skype wont install on Ubuntu? I get an error saying the architecture i386 is incompatible or some shit...06:52
carpediemgodmode117: install libflashsupport06:52
baldurFAJALOU: yes i remember how i did it last time now06:52
FAJALOU!language | ChunkStyle06:52
ubottuChunkStyle: Please watch your language and topic to help keep this channel family friendly.06:52
FAJALOUChunkStyle:  are you on an x64 bit computer?06:53
carpediemChunkStyle: are you running the amd64 ubuntu?06:53
Jacadryhi guys, im having problems installing ubuntu on my new computer, i get "buffer i/o error on device fdo" any idées on how i can get pass this?06:53
ChunkStyleno06:53
go_beep_yourselfFAJALOU-> i have to do this to get the soundblaster xfi titanium working in ubuntu and i was aware of it before i bought the card06:53
baldurFAJALOU:  done copy'ing what do i do then ?06:53
FAJALOUgo_beep_yourself:  o ok then go for it :)06:53
baldurFAJALOU:  do i need to restart the browser06:53
godmode117carpediem: "sudo apt-get install libflashsupport"  ??06:53
FAJALOUbaldur: shouldn't have to...06:53
carpediemgodmode117: that'll do it06:53
FAJALOUbaldur:  wait.06:54
godmode117ok thanks ill try it06:54
FAJALOUbaldur:  open up terminal and type   sudo apt-get update06:54
dman777in the subdoers file, what does ALL=(ALL) mean?06:54
ChunkStylei used the 7.0+ file from the website06:54
FAJALOUand then whatever package you were looking for should be there.06:54
ChunkStyleno luck06:54
baldurFAJALOU: doing it06:54
FAJALOUChunkStyle:  use the one from the repos.  i think there is one...06:54
Jacadryhi guys, im having problems installing ubuntu on my new computer, i get "buffer i/o error on device fdo" any idées on how i can get pass this?06:54
FAJALOU!info skype | ChunkStyle06:54
ubottuchunkstyle: Package skype does not exist in hardy06:54
FAJALOUmy bad...06:54
godmode117carpediem: do i need to restart?06:55
gusxhi, this x package behave in a way in ubuntu 7.10 and in a differente way in ubuntu 8.4 , can i get the package from ubuntu 8.4 without upgrading ?06:55
go_beep_yourselfFAJALOU-> takes a long time to compile, but it looks like its finishing up now06:55
ChunkStyleI dont see one06:55
FAJALOUgo_beep_yourself:  huh ok cool that's neat06:55
NatilousHi all, I want remaster ubuntu with some Network configurations...anyone can help me ?06:55
baldurFAJALOU:  not working gonna restart the browser06:55
carpediemgodmode117: shouldn't....may need to restart firefox06:55
FAJALOUbaldur: wait what are you doing?06:55
pan__acpi -t and sensors are 10 degress off?06:55
FAJALOUbaldur:  PM?06:55
pan__which one is telling me the right temp?06:55
coolprohey06:55
go_beep_yourselfdpkg-deb: building package `linux-image-2.6.24.3-custom' in `../linux-image-2.6.24.3-custom_2.6.24.3-custom-10.00.Custom_amd64.deb'.06:55
baldurFAJALOU:  yes06:55
coolproanybody can help me to test my blog?06:55
godmode117carpediem: i love you, it worked ;)06:55
godmode117thanks06:56
macv1 carpediem: checked out that fan speed link... could i do the same in acer too or would it mess up the system?06:56
NatilousHi all, I want remaster ubuntu with some Network configurations...anyone can help me ?06:56
pan__acpi -t tells me 52C sensors tells me 41C06:56
go_beep_yourselfcoolpro-> is it a wordpress?06:56
coolproyes.06:56
carpediemgodmode117: sure thing06:56
go_beep_yourselfcoolpro-> sure, private message me06:56
ChunkStylei dont get it06:56
carpediemmacv1: hmm, I don't think it would hurt, but I don't think it would work at all06:56
macv1 carpediem: k..06:57
carpedieml337ingDisorder: don't leave....I've got one more thing for you06:57
carpedieml337ingDisorder: in response to a Q you asked earlier.  Install rcconf, and run it as root to enable ssh on startup.06:57
tyocwhich program can I use for edit video, crop size, select a time from 1:00 to 2:30 and so on?06:57
l337ingDisorderany idea why system -> preferences -> screensaver would show an empty list, even though I seem to have all the screensaver files in /usr/lib/xscreensaver that are supposed to be there?06:57
Natilousany help ????06:58
drumstyk1jim_p: my partition is still not showing up :(06:58
drumstyk1i can deal with the automount later but i do need stuff off of there tonight for school if u don't mind helping me out06:58
l337ingDisordercarpediem: you already helped me get it working: It was indeed set to start on boot-up, but I had been booting in runlevel 1. As soon as I booted to runlevel 5 i was able to log in remotely regardless of whether anyone was logged on06:59
jim_pdrumstyk1: can you see its contentsd in /media/disk?06:59
Spragiewhy would anyone use windows ?06:59
carpedieml337ingDisorder: oh, okay06:59
drumstyk1no, doesn't show up at all06:59
baldura06:59
l337ingDisorderspragie: because their boss demands it be a windows network, usually ;)06:59
carpedieml337ingDisorder: on your other Q....IMO gnome-screensaver is a POS.  I always end up installing xscreensaver07:00
FlannelNatilous: https://help.ubuntu.com/community/LiveCDCustomization07:00
l337ingDisordercarpediem: I'm using xscreensaver07:00
hjayhey guys, i'm unable to expand my xfs partition using gparted, it gives me an error "partition cannot have -1 sector lengths", it's a xfs partition on a 3ware raid5, current size 1TB, trying to add the extra 1tb i just expanded the array with07:00
Spragiel337ingDisorder: lol07:00
carpedieml337ingDisorder: eh....hmm, really?  ubuntu installs gnome-screensaver by default.07:00
l337ingDisordercarpediem: yeah this is on the other box, running debian etch with kdebase07:01
l337ingDisordercarpediem: then apt-get install xscreensaver07:01
jim_pdrumstyk1: is the disk shown in fdisk -l ? can you mount it manually?07:02
carpedieml337ingDisorder: dunno then.  I guess the only thing I could think of is maybe the files aren't readable by the user.07:02
drumstyk1oh! jim_p, i found it in /mnt/disk07:02
l337ingDisordercarpediem: popped into kde and loaded the screensaver applet from the Kde menu and the list is empty07:02
l337ingDisorderhmmmm07:02
jim_pdrumstyk1: i am sure fstab says /media/disk07:02
l337ingDisorderso chmod 777 /usr/lib/xscreensaver   ?07:02
carpedieml337ingDisorder: yeah, that may work...or chmod a+r, I'm not real good with octals.07:03
l337ingDisorderi'll man chmod07:03
l337ingDisorderthanks, that's probably what it's gonna take07:03
drumstyk1ahha! thanks SO MUCH, jim, i am going to try this reboot again07:04
Nukka-Gslackware/slamd64 and FreeBSD, NetBSD, and OpenBSD own (pwn) you all .. Ubuntu is a distro for uber n00bs and not the linux/unix elite veterans07:04
KenthreeHello, whenever I dump files from windows to ubuntu(via samba) they become owned by "nobody", is there a way to automatically make them them the user's?07:04
go_beep_yourselfKenthree-> check your samba config file07:05
go_beep_yourself/etc/samba.conf maybe07:05
KenthreeI have no idea what to look for in there :(07:06
Hail_SpacecakeI'm trying to install ubuntu eee from a usb drive onto an eee pc07:06
go_beep_yourselfKenthree-> search the file for nobody. open it with gedit, may be easier for you07:06
mmaysis there a im app similar to miranda for linux?07:06
Hail_Spacecakewhen I boot it the splash screen shows up briefly, then the screen switches to an initramfs prompt07:06
KenthreeThanks' ill have a look07:06
NatilousFlannel: Thanx.. I can remaster but I want config /etc/network/interfaces with new methods.. but in boot interfaces replace with default..07:06
go_beep_yourselfmmays-> pidgin?07:06
Hail_Spacecakeand I'm not sure how to continue booting from here07:06
go_beep_yourselfmmays-> kopete?07:06
Hail_Spacecakewhat makes something go into initramfs anyway?07:07
NatilousFlannel: I don't know where is default options for interfaces07:07
mmaystried both of those... is there anything better?07:07
go_beep_yourselfmmays-> miranda runs in linux07:07
hjayDisk /dev/sda: 1999.9 GB, 1999957393408 bytes07:07
hjay255 heads, 63 sectors/track, 243147 cylinders07:07
hjayUnits = cylinders of 16065 * 512 = 8225280 bytes07:07
hjayDisk identifier: 0xa75f668b07:07
hjay   Device Boot      Start         End      Blocks   Id  System07:07
FloodBot2hjay: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.07:07
hjayDisk /dev/sdb: 160.0 GB, 160041885696 bytes07:07
mmays miranda runs in linux... with wine?07:08
l337ingDisordercarpediem: wouldn'tcha know it - chmod 777 /usr/lib/xscreensaver && chmod 777 /usr/lib/xscreensaver/* did the trick07:09
go_beep_yourselfmmays-> i think i was wrong about it running in linux, but you can look here for some help lhttp://en.wikipedia.org/wiki/Comparison_of_instant_messaging_clients07:09
TRIGG3Rhey guys, i have a buddy who has just installed ubuntu. everything is working beautifully except for the fact that there is no sound.  we have determined that his sound card is a sound blaster, emu10k1x.  i believe that he is just missing the drivers, however after searching have come up empty handed!!  Any help?07:09
=== _LordC is now known as LordC
go_beep_yourselfTRIGG3R-> i was trying to help you earlier07:09
TRIGG3Rgo_beep_yourself: didn't work07:09
mmaysthanks07:09
go_beep_yourselfTRIGG3R-> what didnt?07:09
TRIGG3Rgo_beep_yourself: sorry i left my laptop and to his computer, he didnt' have a alsa driver07:10
overriderhello, i daily have a large dvi connected lcd screen as my main monitor on my laptop. how can i make it so that if i have the main monitor connected, the laptop display stays off. i have the nvidia driver installed and working, so do i have nvidia-settings. can someone point me in the right direction? thank you07:10
go_beep_yourselfTRIGG3R-> is the soundblaster an xfi?07:10
TRIGG3Rhe is not sure, when i have him run slpci, it doesn't say anything about it07:11
hjayhey guys, i'm having trouble expanding my hardware raid partition in gparted, when i try to expand it in gparted, it gives the error "partition can not have -1 length sectors", the partition i'm trying to expand is NOT mounted when i'm trying to resize it, any solution guys? (btw, remember it's hardware raid)07:11
go_beep_yourselfTRIGG3R-> he doesnt have the box it came in?07:11
=== qbmaniac is now known as qb_sleep
TRIGG3Rno, it is an integrated sound card07:12
go_beep_yourselfTRIGG3R-> this is the guide im following right now with my soundblaster xfi titanium but it isnt for beginners. it gets the card to work with alsa but theres a link to get it working with oss4 (easier) http://ubuntuforums.org/showpost.php?p=4823915&postcount=67507:13
SexyKenI have dual monitors and can't figure out how to add viewports to the second monitor any ideas?07:13
snogglebyHi I recently installed ubuntu on a partition on a second hard drive but didn't install a boot loader during the installation. I would like to install it now because I've realized I can't just run ubuntu by selecting the other hard drive (I'm using windows on another hard drive) but I don't want to completely reinstall Ubuntu. Is there a way to avoid this?07:13
go_beep_yourselfTRIGG3R-> then if he knows what motherboard he purchased, he should be able to look it up and find out what onboard sound card it uses07:13
techgeek24hiya, i'm having a problem with my realtek nic not resolving dhcp. I've searched a bunch of places and haven't found anything, any ideas would be welcome07:14
Flannel!grub | snoggleby07:15
ubottusnoggleby: grub is the default Ubuntu boot manager. Lost grub after installing windows: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows - Making GRUB floppies & other GRUB howtos: https://help.ubuntu.com/community/GrubHowto07:15
Flannelsnoggleby: The first link there will install the bootloader07:15
snogglebyThanks, that's what I was looking for but couldn't find07:15
IntuitiveNippletechgeek24: feed us more specifics :)07:16
fluidive got a laptop with a missing screen that im trying to install ubuntu on (i installed feisty fine when it had a screen)... its hooked up to my tv via svideo. the cd has no errors, but will not start x.07:16
fluidany ideas?07:16
guest__Hello people,I had just install Ubuntu 8.04,I type in console users-admin and Users Setting come up but I an't add any user,can some one help me please07:16
hjayhey guys, i'm having trouble expanding my hardware raid partition in gparted, when i try to expand it in gparted, it gives the error "partition can not have -1 length sectors", the partition i'm trying to expand is NOT mounted when i'm trying to resize it, any solution guys? (btw, remember it's hardware raid)07:17
fluidits saying vga disconnected, and svideo disconnected07:17
rajecguys I am using evince document viewer to read pdf files but when I copy paste some text to some text editor it add extra empty lines between sentence07:17
xTheGoat121xGreetings everyone... I've got an interesting one.  I set up my girlfriend's computer with Ubuntu... and I can't get the clock straightened out!  It constantly shows that the time is 4 hours behind what it actually is07:18
IntuitiveNipplexTheGoat121x: Check what locale the system believes it is in, and timezone07:18
FlannelxTheGoat121x: Is this dualbooting with windows?  And, is your timezone offset 3, 4, or 5?07:18
xTheGoat121xIt's probably a screw up with the clock setting in the BIOS, but I wanted to make sure it wasn't something else, first.07:18
FlannelxTheGoat121x: Ubuntu will synchronize time, so it'll correct itself (and the BIOS clock) if there's not something else misconfigured or arguing with it.07:19
xTheGoat121xFlannel, she dualbooted for a short time... I haven't actually had the time to set up the dual boot yet... I guess it's really a dead point since I'll have to wipe the drive anyway07:19
xTheGoat121xFlannel, I sure hope it'll synch up properly... I'm going to get that configured for sure right now.07:20
techgeek24ok well, it shows up in ifconfig, it works in windows (dual booting) dhcp works with the wireless card, using r8169 driver....07:20
hjayhey guys, i'm having trouble expanding my hardware raid partition in gparted, when i try to expand it in gparted, it gives the error "partition can not have -1 length sectors", the partition i'm trying to expand is NOT mounted when i'm trying to resize it, any solution guys? (btw, remember it's hardware raid)07:20
Jokkerwww.google.co.th07:21
embargerHow can I install help for my kDevelop?07:21
embargerHelp me please ^_^07:21
soliacwhat about the kdevelop-doc package?07:22
iceer123gdgdfx07:22
xTheGoat121xFlannel... got her setting up NTP and whatnot right now... hopefully it should work07:24
w7hai07:24
zetheroo-ubuntuI tried the Intrepid Live CD on my machine and the sound issues were worse than in Hardy .... is there no hope in sight for me and those like me with Audio issues?07:25
zetheroo-ubuntuI was under the impression that buying a computer with Intel-based components was a safe bet with Linux07:25
w7maaf gnggu mau g jd tmn q?07:25
tomshsomeone try ubuntu 8.10 on dell studio slim?07:26
taishi28012Does anyone have a suggestion for a simple CLI alternative to network-manager?07:26
w7hai07:26
zetheroo-ubuntuI guess one can never be certain .... no matter what ppl tell you07:26
danbh_intrepidtaishi28012: why not iwconfig or ifconfig?07:26
danbh_intrepidtaishi28012: wait, I guess they don't do the roaming thing...07:27
taishi28012danbh_intrepid: I guess I could have cron run a bash script that would connect me depending on the results of iwlist but that just seems unecessary07:27
=== Linwood is now known as Adrian
acuI want to capture audio and video from my webcam - I am able to use ffmpeg to capture video but I do not know how to capture audio - can anyone help ?07:27
TRIGG3Rno, it is an integrated sound card07:28
TRIGG3Rhey guys, i have a buddy who has just installed ubuntu. everything is working beautifully except for the fact that there is no sound.  we have determined that his sound card is a sound blaster, emu10k1x.  i believe that he is just missing the drivers, however after searching have come up empty handed!!  Any help?07:28
piju_acu, xvidcap07:28
xTheGoat121xFlannel, got it sycnhronized, all's well.  Thanks for being my sounding board.07:29
Tanalarkgood evening, all.07:29
Tanalarkhave a pretty annoying problem I'd like some help solving, if anyone's got time.07:29
Cha0sUbuntui updated my new install of ubuntu and now my internet is not working anyone have pointers?07:30
zetheroo-ubuntuany Ubuntu maintainers or developers around?07:30
acupiju: I thought xvidcap will capture the screen only - so I can capture the webcam too07:30
xTheGoat121xTanalark, well, what's it in relation to?07:30
TanalarkI just installed 8.04.1 yesterday, and everything seems to be working great.... except the internet connection.07:30
Tanalarkit's very spotty.07:30
xTheGoat121xTanalark, wired or wireless?07:30
Tanalarkactually both.. though the wired only started giving me problems a few minutes before I switched back to XP (dual boot).07:31
Cha0sUbuntuto give more perspective, if i log into the new update from grub it has an Xconf error so i log into the one below and it doesnt have inter net07:31
Tanalarkthe funny thing is that eveyrthing was working fine when the Live CD was in...07:31
Tanalarkand things are working as well as they always have with XP07:31
xTheGoat121xTanalark, hmmm... unfortunately, I'm not quite sure where to start with that one.07:32
Tanalarkit's spotty in that sometimes the connection will be fine... but then it just randomly drops.  usually right after i've started a packet download or something.07:32
Tanalarkyeah... that's my problem, too.. I tried changing the DNS settings... checking the gateway, etc..07:32
Tanalarkwhen the connection isn't working, it won't even ping the default gateway.07:32
Tanalarkalso, it's been failing to save the settings for my wireless router.07:33
Tanalarkthat's something I noticed, actually... it's not keeping the changes I make sometimes to the settings.07:33
Cha0sUbuntuSynaptic Package Manager can not download and retevie packages anyone know why this might be?07:33
Tanalarkcheck your 'net connection.. Ive been having problems with that all day07:33
=== buono is now known as lenios
WIGGMPkWhat exactly is the "Default Mixer Tracks" and the "Device" that is selected mean? Meaning, if I want to use PulseAudio my Device selected says HDA NVidia (Alsa mixer) does that still mean im using ALSA?07:34
Cha0sUbuntuill have internet and get updates but to get other software it cant get it07:34
TanalarkThegoat.. the main thing that gets me is that it's so erratic. there seems to be no pattern to the network failures except that they usually happen right after a long or high-volume transfer starts.07:34
FlannelCha0sUbuntu: Pastebin the output of sudo apt-get update && sudo apt-get install [package you want]07:35
* Tanalark shrugs.. "I'm a newbie, too, to be honest.. battling problems with the 'net, myself."07:35
FlannelCha0sUbuntu: where [package you want] is the name of some package you want to install.07:35
zetheroo-ubuntuis there a hardware database somewhere with compatible and non-compatible devices for Ubuntu?07:36
xTheGoat121xTanalark, I gotcha, totally, on the random 'net thing.  Last time I had that problem, it was with my wireless router, not my laptop, unfortunately.07:36
Flannel!hardware | zetheroo-ubuntu07:36
ubottuzetheroo-ubuntu: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection07:36
Tanalarkthat really sucks... why would you think it's only happening with ubuntu and not XP?07:36
Flannelzetheroo-ubuntu: Its not exhaustive, of course.07:36
xTheGoat121xTanalark, I would imagine it would have something to do with either the driver or Ubuntu's network management system, you know, a setting in there somewhere.07:37
=== MadMax is now known as Guest39459
Tanalarkfair enough.07:37
Tanalarkany ideas on a fix?07:37
zetheroo-ubuntuFlannel: thanks ... would you know anything about the support for Intel HDA devices in Intrepid?07:37
xTheGoat121xTanalark, because if the equipment works fine in Windows....07:37
* Tanalark nods.. "makes perfect sense, Goat."07:38
womble123anyone aut to give me a hand with something?07:38
Tanalarkit does sound like a driver problem, but I don't know where to start with the repair process... is there a place I can find driver fixes?07:38
xTheGoat121xTanalark, I'd say the first step in the process would be to search the forums for your particular model of wireless card, see if anyone else has had the same issue.07:38
Tanalarkwireless card, or wireless router?07:38
WIGGMPkWhat exactly is the "Default Mixer Tracks" and the "Device" that is selected mean? Meaning, if I want to use PulseAudio my Device selected says HDA NVidia (Alsa mixer) does that still mean im using ALSA?07:38
zetheroo-ubuntuwould another kernel work with my card better?07:39
Flannelzetheroo-ubuntu: You'd have to ask in #ubuntu+1, also, check to see what the kernel version that's in intrepid supports.07:39
xTheGoat121xTanalark, wireless card.  Because if there aren't any dropouts on XP, then it can't be the router -- otherwise you'd be getting the same problems on XP...07:39
xTheGoat121xThat's how it was with mine.07:39
Tanalarkdoh. :)07:39
TanalarkI should have thought of that.07:40
xTheGoat121xTanalark, it's fine.07:40
xTheGoat121xTanalark, I've done that too.07:40
Tanalarkok... I'll take a look and see what I can find... the ubuntu forums from the main support page?07:40
xTheGoat121xTanalark, ubuntuforums.org07:40
zetheroo-ubuntuFlannel: I read here https://wiki.ubuntu.com/SndHdaIntelSoundProblems that the codec for my hardware is not in the kernel (2.6.24-19-generic) ... is it possible that its in other kernels?07:40
Tanalarksounds great.  thanks a lot, guys.07:40
TanalarkI'll come back with what info I find and let y'all know how it goes.07:40
xTheGoat121xTanalark, best of luck!07:41
badfishtried the restricted media yet?07:41
badfishi forget what it's called07:41
Tanalarkthanks again. :)07:41
* xTheGoat121x wishes he could've done more in that situation07:42
zetheroo-ubuntuFlannel: btw .. my device is the first one in the list there07:42
womble123been searching but cannot find a way to get spdif working07:42
Flannelzetheroo-ubuntu: You mean in -server or -rt?  no07:42
zetheroo-ubuntuFlannel: I dunno ... thats just what the docs say07:42
darkblue_BI want to add a .deb.. I can see it at ftp://ftp.osuosl.org/pub/ubuntu/pool/universe/p/pgadmin3  ... how do I edit /etc/apt/sources.list ?? nothing I add seems to work so far07:45
zetheroo-ubuntuFlannel: https://wiki.ubuntu.com/SndHdaIntelSoundProblems in that link my device is the first in the list .... and it says "codec not in kernel doc list"07:45
=== freaky[t] is now known as fReAkY[t]
Flanneldarkblue_B: What version of Ubuntu are you using?07:45
darkblue_Bgutsy07:46
Flanneldarkblue_B: deb ftp://ftp.osuosl.org/pub/ubuntu/ gutsy main restricted universe multiverse07:46
darkblue_Btrying07:46
Flannelzetheroo-ubuntu: Ah, now that I've read said page.  No.  Kernel doesn't support that (or at least, that version of the kernel)07:46
LeonheartHi07:47
zetheroo-ubuntuFlannel: geez ...07:47
Leonheartdid ubuntu 8.10 now support sata on 4530?07:47
FlannelLeonheart: #ubuntu+1 for Intrepid questions, thanks.07:48
Leonheartok,07:48
Flannelzetheroo-ubuntu: that page (and that bug) are for Hardy, no idea about intrepid.07:48
trandyrIf I have a question, do I just shout it out, or is there some sort of order/line? Sorry, I'm new to this. :-p07:48
zetheroo-ubuntuFlannel: I booted up with the Live CD of 8.10 beta and the sound was worse than in Hardy07:49
darkblue_BFlannel: :-(  nope07:49
Flanneldarkblue_B: did you update after adding it?07:49
cilkaytrandyr: Just ask.07:50
darkblue_Bsynaptic reload read a lot of files07:50
=== fReAkY[t] is now known as freaky[t]
darkblue_Banyhting else I need to do?07:50
Flanneldarkblue_B: Did it give you an error on that repository? or success? or what?07:50
darkblue_Bhmm no errors07:50
darkblue_Bit read 80 files07:50
Flanneldarkblue_B: pastebin the output of `sudo apt-get update`07:50
Flannel!paste | darkblue_B07:50
ubottudarkblue_B: pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic)07:50
darkblue_Bok07:51
jim_pi am back!!!07:52
co_cr_ceMalamhhhh07:52
co_cr_ceMalamklo07:52
portitHi, I have Ubuntu 8.04 on this i845G chipset based desktop and it flickers often when I scroll a page.07:52
co_cr_ceMalamme too07:52
Flannel!id | co_cr_ceMalam07:53
ubottuco_cr_ceMalam: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia07:53
baldurhey guys what mp3 player do you guys recomend ??07:53
darkblue_Bhttp:/paste.ubuntu.com/55191/ Flannel07:53
Flannelbaldur: try #ubuntu-offtopic07:53
co_cr_ceMalammmmmmm????07:53
baldurFlannel:  aight07:53
Flanneldarkblue_B: Alright, and then what error do you get when you try: sudo apt-get install pgadmin3  ?  go ahead and pastebin that output too.07:54
Leonheartgeeh... my totem player is fine to mp3 player07:54
darkblue_Bhhmmm I ust see the older version in synaptic07:54
DualBootnI updated my 2.6.20-15 to 2.6.20-17 and now its having x server issue about my Nvidia card, i have tried recover from grub and it says it has reset restricted drivers but how do i load back into ubuntu from the kernal im sorry i dont know im a total noob to linux systems07:54
darkblue_BI dont see the 1.8.x  .. just 1.4.x07:54
Flanneldarkblue_B: Gutsy only has 1.4.x07:55
Flanneldarkblue_B: 1.4.3, to be exact.07:55
darkblue_Bohhhh07:55
darkblue_BPostgres is 8.307:55
darkblue_B1.4.2 gives a dumb error when opening tables07:55
darkblue_Bwell that must be it then07:56
DualBootnanyone to guide me to the direction i need to be?07:56
Flanneldarkblue_B: In gutsy, postgres is 8.2, I believe.07:56
darkblue_Bwell, I upgraded to 8.3 thats fine07:56
DualBootnanyone?07:58
abe3ksudo hi guys07:58
WIGGMPkDualBootn: when you first turn on the computer.. do you see the Grub menu or does it just count and disappear?07:58
KRABENsudo su07:59
rebel_kidwarning stupid question... is http UDP or TCP?07:59
abe3kI have a question, when I type ls -l in the terminal what do these numbers mean ? ie. drwxr-xr-x  (((2)))  root  root     4096 2008-09-29 05:3108:00
abe3kwhat does this number 2 mean ?08:00
zaggynlrebel_kid: http://www.ietf.org/rfc/rfc2616.txt08:00
DualBootngrub loads up and i have the choice of Ubuntu 2.6.20-17 and 2.6.20-15 if i load 20-17 (this showed after i downloaded updateds) it says x server problems then if i go to the revoery of that number it says reseting resisted drivers08:00
WIGGMPkrebel_kid: i think wiki would prolly be a better place for an answer tot hat08:00
Flannelrebel_kid: TCP, and #ubuntu-offtopic is probably the place for those sorts of questions in the future.08:00
abe3kusser : hey there  :)08:00
jim_p!achi08:00
ubottuSorry, I don't know anything about achi08:00
DualBootnbut after that it takes me to command promt08:01
jim_p!ahci08:01
ubottuSorry, I don't know anything about ahci08:01
zaggynlrebel_kid: wikipedia says TCP: http://en.wikipedia.org/wiki/Http08:01
rebel_kidthanks08:01
DualBootnif i should load system from promt i dont know how ...08:01
WIGGMPkDualBootn: I am assuming you are using the 2.6.20-15 kernel now then?08:01
abe3kanyone knows what these numbers after the read and write permissions mean ?08:01
abe3k ie. drwxr-xr-x  (((2)))  root  root     4096 2008-09-29 05:3108:01
Flannelabe3k: You added the parenthesis, yes?  Thats the number of references.08:02
WIGGMPkDualBootn: its getting you to a shell to "recover" the system..08:02
Flannel!repeat | abe3k08:02
ubottuabe3k: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://wiki.ubuntu.com while you wait. Also see !patience08:02
Falcons_roostfreenode.org #Ubuntu08:02
abe3kflannel : yes I added them, what do you mean by references ?08:02
darkblue_Bok Flannel thx for your help.. I guess thats all for now08:02
=== vivek is now known as Vivek
WIGGMPkDualBootn: what exactly does the x server problem say? does it give you a blue screen?08:03
Flannelabe3k: That number is the amount of inodes pointing to that file08:03
VivekDo you have a channel for Ubuntu mentors ?08:03
FlannelVivek: What do you mean?08:03
abe3kflannel : I'll pastebin you my ls -l08:03
DualBootnin grub there is Ubuntu 2.6.20-17 and Ubuntu 2.6.20-17 (recovery mode)08:03
Flannelabe3k: you don't need to.08:03
abe3kflannel : some of them show 59 !08:03
Flannelabe3k: that's not abnormal.  You have a lot of subdirectories in that folder.08:04
abe3kflannel : yes its a harddisk08:04
VivekA place where NM can meet the Ubuntu developers.08:04
WIGGMPkDualBootn: i really cant guide you thru the recovery mode.. but you can prolly load that to the shell then edit /etc/X11/xorg.conf and change the driver to vesa to get into the system08:04
DualBootnhow can i do this?08:05
FlannelVivek: NM?08:05
abe3kflannel : ok thanks for the info :)08:05
VivekNew Maintainers.08:05
WIGGMPkDualBootn: sudo nano /etc/X11/xorg.conf08:05
FlannelVivek: Ah!  You probably want #ubuntu-motu08:05
WIGGMPkDualBootn: you should prolly back it up first... "sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup"08:06
DualBootnk08:06
WIGGMPkDualBootn: after you back up that file... edit it.. "sudo nano /etc/X11/xorg.conf" and look for a section where it says Driver nvidia and change it to vesa08:07
DualBootnAfter i back it up will it tell me it was backed up or just to next line08:08
WIGGMPkDualBootn: it will just return to the next line.. if you want to check.. change the directory like this: "cd /etc/X11"08:08
WIGGMPkDualBootn: then use the list command like this : ls08:09
Leonheartwht the diferent beetween gtk and xface?08:09
WIGGMPkDualBootn: it will show you all the files in that directory and you'll see the file you backed up.. BTW.. its a capital X... /etc/X11/08:09
DualBootnunderstood thanks08:10
WIGGMPkDualBootn: hope it helps you get back into the system.. from there you'll have to get another person to help with the nvidia drivers08:10
DualBootnthanks wiggmpk08:11
WIGGMPkDualBootn: your very welcome08:11
VivekFlannel: Thanks for the info.08:16
DualBootnis there a command to start the system from shell08:16
=== VoX is now known as vox
=== MadMax is now known as Guest5409
nautIf you were going to run W2K virtually inside Linux what would you use08:18
Sazhen86naut:  Probably VirtualBox08:19
Leonheartuse WINE08:19
Leonheartor CROSSOVER08:19
nautLeonheart, a lot of the applications I want don't seem to run under wine08:20
=== desti_T2 is now known as desti
Leonheartnaut: did u mean run windows app or run full win desktop in view?08:20
cilkaynaut: If you have a CPU that has the virtualization extensions (Vt in Intel), you can run a kvm kernel and run Windows at native speed in qemu.08:21
nautLeonheart, I was thinking of running an OS virtually, but it is so that I can run certain applications08:21
nautcilkay, it's a laptop with an intel core 2 duo08:22
dtechv8.04 ... is there a step-by-step method, install log, or verbose option that might tell me why several hours into the install and all I have is an empty screen??08:22
cilkaynaut: You'd have to see if the CPU and the BIOS supports hardware virtualization.08:22
cilkayActually, if the BIOS has an option for it, your CPU would support it.08:22
l337ingDisorderI might as well just drop anchor in here, I've been in and out so much tonight..08:23
l337ingDisorderhopefully this'll be my last question of the night:08:23
DualBootnnow that im back into my system anyone know how to obtain new Nvidia Drivers08:23
pan__sensors displays 10 degress C less than acpi -t any reason?08:24
blueeagleSo I want this script I've made to run every three hours and one minute and also at reboot unless it was last run less than three hours and one minute ago. I am examining cron, but I don't see it being very helpful.08:24
l337ingDisorderdoes anyone know of a good program to scan a remote (web) directory periodically and download-to/delete file from the local machine to match up with the remote directory?08:24
Leonhearttht shoul ice freezer in ur cpu :P08:25
l337ingDisorderblueeagle: evolution -c calendar08:25
blueeaglel337ingDisorder: Are you thinking about something remote synchronisation (ie rsync)?08:25
DualBootnWHY cant Synaptic Package Manager retreive anything @@!!! >.>;;08:25
cilkayl337ingDisorder: rsync with cron08:25
l337ingDisorderblueeagle: rsync eh.. will look into that, thanks :)08:26
blueeaglel337ingDisorder: Not running evolution nor the calendar and the script needs to run regardless of who (if anyone) has logged in.08:26
l337ingDisordercilkay: yeah I figured cron would come into it for the scheduling08:26
Leonheart l337ingDisorder: if u can't find tht program anywhere, then ask freebasic team to make that app. ##freebasic :P08:26
dtechis this the best channel for install questions/issues?08:27
DualBootnim about to give up in Ubuntu and go back to Windows08:28
blueeaglel337ingDisorder: Just don't try to rsync http://*.* because your harddrive isn't big enough for the whole internet. ;p hehe08:28
acphi08:28
blueeagledtech: Try asking and find out.08:28
blueeagledtech: (ie. don't ask to ask, just ask. If you don't get a satisfactory reply, look elsewhere)08:28
dtechI did ask!08:29
DualBootnanyone know why synaptic wont retireve packages08:29
blueeagledtech: No, ask the real question that you want to ask.08:30
Leonheartmaybe /join #ask can help :P08:30
dtechI DID !!08:30
blueeagledtech: So you're just conducting a survey to find out where you can ask about stuff?08:30
Leonheartdtech: the aswer is "Not Always"08:30
dtech[10/08-03:22] <dtech> v8.04 ... is there a step-by-step method, install log, or verbose option that might tell me why several hours into the install and all I have is an empty screen??08:31
blueeagledtech: (ie. you're not having trouble installing ubuntu, you just want to know in case you meet someone that does or run into trouble later?)08:31
blueeagledtech: That might be the screen saver.08:31
blueeagledtech: Try pressing [Shift] to wake your screen back up.08:31
acpis there a way or possible that when a doc is created from MS office and open it to openoffice the structure/format  wont be change? I already add msfonts. the doc that was created in MS office is different once you open it to openoffice?08:32
cilkayacp: How is it "different"?08:32
cilkayHow complex is this document?08:32
acpcilkay, alignments, indention08:33
cilkayacp: And by the way, you might want to ask on #openoffice.org08:33
Leonheartdtech: may wrong frequency. try SHIFT+CTRL+ALT and then  "-"08:33
dtechnope ... it hasn't finished installing ... or at least it hasn't displayed any messages since I started the install ... an empty desktop (with function mouse) appears at random, but nothing else08:33
cilkayacp: How complex is the document, again?08:33
acpjust ordinary docs, k ill post this to #openoffice08:34
blueeagleacp: MS office does not use the open document format and OOo does not do everything the exact same way as MS does. Some minor differences may occur because of that. Check your tab-stop settings and make sure that your font and margins match up with what you used in MS Office.08:34
Leonheartthere is so many incompatibility beetween MSOFFICE AND OPENOFFICE document format08:34
Leonheartand the most incompatible is the equation :P08:35
dtechCD-ROM light has been flickering continuous for several hours in different patterns ... I did get a a screen once that allowed a CD-check (passed)08:35
blueeagledtech: How much RAM does this computer have?08:35
m3thod_anyone know where i can get openoffice.org 3.008:35
cilkayI get MS Office documents from other people all the time. I edit them and save them back in MS Office format and they have no idea that I'm using OOo.08:35
blueeagledtech: It might be that you're running out. If that is the case you might need the alternate install cd.08:35
m3thod_or how do u save as windows read08:36
dtechdunno ... old laptop ... does it matter?08:36
Leonheartthe best way is save your ms-office document in ms-office first as RTF format. tht may help08:36
blueeagledtech: If you run out it does. Ie. 256 mb is not enough to run the graphical installer.08:36
acpcilkay, Just plain typed docs with indention bullet points, its not that major my customers just adjust it the way its was. I guest Ill take blueeagle advice. thanks08:36
Leonheartm3thod_: openoffice.org08:36
blueeagledtech: 512 should be enough for xubuntu and ubuntu but iirc not kubuntu.08:36
Leonhearthttp://openoffice.org08:36
dtechI thought Ubuntu was linux based?08:37
blueeagledtech: Also the installer, for some reason, does not check if there's enough ram.08:37
blueeagledtech: It is. But even linux can run out of memory if you use too much of it.08:37
cilkayKubuntu runs fine in 512M.08:37
m3thod_leonheart: been their and cant seem to install 3.0 having troubles08:37
cilkayAlbeit a bit slow on a P3/850 ThinkPad.08:37
blueeagledtech: ie, the finished installation will run *buntu with 256 mb of ram, but the installation application requires alot.08:38
Leonheartmaybe xubuntu is fit for old pc08:38
m3thod_save to desktop and still cant find directory. have extracted to desktop as well08:38
dtechshit I can run Win2K on 128MB ... and it's a pig! ... your telling me linux needs 512MB?08:38
Leonheartm3thod_: just extract all deb using archive manager and run it. it should fine :P08:38
cilkaydtech: First, watch your language. Second, a Linux distro circa 2000 would run on a 386.08:38
blueeagledtech: One of the reasons this happens is because when installing you haven't got access to a swap partition so everything needs to fit in memory. That makes 256 mb too little.08:38
Runamok81Ubuntu might, other distros are extremely lightweight08:38
m3thod_yeah i thought u could put linux on your 50 buck box u have stashed away in your cuboard08:39
blueeagledtech: I am not telling you that linux needs it. If you use the alternate install cd you'll be ok.08:39
stdindtech: you can use the alternate CD to install on a system with less memory08:39
Runamok81<---  has a question about VIRTUALIZING XP + FTP transfers08:39
blueeagleRunamok81: Do you want to share it with the rest of the class?08:39
dtechalternate install CD ... I can find that on the same website?08:40
manishany body indian here please08:40
l337ingDisorderblueeagle: rsync and cron are exactly what I'm going to need, thanks :)08:40
blueeagledtech: You can.08:40
=== donkehofdarkness is now known as donkeyofdarkness
Leonhearta did u forget to use swap area? but yeah. using 256 for Ubuntu is very slow08:40
Runamok81Has anyone found a way to get a virtualized Windows XP SP3 to have a Decent FTP connection?08:40
nspramswassup manish?08:40
blueeaglel337ingDisorder: Good stuff. Have fun. :)08:40
cilkaydtech: If you're trying to run it on something that has the computing power of an iPod, you're probably wasting time installing a X/K/Ubuntu. Ubuntu Light might be an option. Puppy Linux or Damn Small Linux are couple of others.08:40
manishwant to connect to internet using Reliance usb data card08:40
Runamok81Mine is incredibly slow08:40
dtechI'll give it a shot ... tnx!08:40
=== donkeyofdarkness is now known as donkey-phone
nspramsah.. im fairly new to this.. :(08:40
Runamok81I'm using Virtualbox OSE 1.62 and Virtualizing Windows XP SP308:40
Runamok81FTP transfers DRAG08:41
Runamok81bad08:41
l337ingDisorderone last question for the heads before I leave - and this isn't really an ubuntu question inasmuch as debian... but I'm here so I'll ask ;) I have a basic debian setup on another machine and it has quiet in the boot params for the grub entry but it still spews all kinds of init stuff on the screen during boot-up and between x sessions... anyone know how to stop that?08:41
xorandwhat's the best software to use if I want to run a virtual copy of Solaris?08:42
dtechcilkay:  seems like linux is QUICKLY losing its advantage over M$ if its getting as fat as they are for resources!08:42
Runamok81Current Setup:  Ubuntu 8.04, Virtualizing Windows XP SP3 via VirtualBox 1.6.208:42
l337ingDisorderxorand: vmware :)08:42
donkey-phonesolaris is slow in virtualbox08:42
blueeaglel337ingDisorder: bootsplash or somesuch will hide it.08:42
xorandthanks guys08:42
cilkaydtech: What are you going on about? Have you tried Vista lately?08:42
blueeaglel337ingDisorder: I'm not sure which splash-system is the prefered one these days tho.08:42
donkey-phoneit's kinda funny because virtualbox belongs to sun08:42
=== sean is now known as Guest46396
l337ingDisorderdtech: ubu 8.10 still comes under vista by a good 150-200mb08:42
* xorand is still a Vista virgin and proud of it :)08:42
dtechVista is a white elephant08:42
blueeaglel337ingDisorder: What it really does is show a nice little image instead of all the debug data.08:42
donkey-phoneumm.. vista is no virgin08:43
Runamok81I'm currently running Vista + XP SP3 +  Ubuntu08:43
l337ingDisorderblueeagle: will it also hide the debug data between x sessions?08:43
Leonheartl337ingDisorder: login as root and modify grub text boot data. tht should minimize ur boot config screen :p08:43
Runamok81fun stuff on a Compiz Cube08:43
=== donkey-phone is now known as donkeyofdarkness
fluidis there a way to specify the max resolution the livecd can use at boot time? please say yes. :P08:43
jitu3485I am not able to view youtube video on my ubuntu hardy , using firefox 3.0.308:43
dtechThe US government has already stated it will not use Vista, ever! ... that is a powerful statement08:44
Runamok81jitu3485...  you need to install flash08:44
blueeagledtech: Please remember that the graphical login is a full implementation of *buntu but without the ability to write to swap. Even windows xp's installation procedure defaults to something like the alternate install of *buntu. Also I believe that 512 wouldn't be enough to run a full XP w/o swap and a big installer program.08:44
jitu3485Runamok81, but i did it , sudo aptitude install flashplugin-nonfree08:44
l337ingDisorderRunamok81: yea, turn on the 3d windows too, and drag one so it's halfway across 2 desktops08:44
dtechanyway ... off to find the 'other' install CD ...08:44
=== freaky[t] is now known as fReAkY[t]
donkey-phonew00t08:44
Leonheartglad it08:45
Runamok81hmmmmm  jitu348508:45
blueeagledtech: If you define a swap partition and enable it before starting the graphical installer you should be ok.08:45
jitu3485also gnash08:45
Runamok81one second...  googling abit,  I run Firefox 3 and Hardy 8.04  works fine08:45
dtechactually a full Windows XP install will run with about 280MB of memory without a swap ... and a PE install can do it at about 140MB08:46
Runamok81jitu3485,  quick question are you running 64-bit ... or using AMD?08:46
jitu3485Runamok81, i38608:46
portablejimAnybody found a solution to the gnome panels disappearing when the shutdown button is clicked (Ubuntu Eee 701)?08:47
Leonheartdtech: tht swap partition should help bit. but usually slow app run so much. coz ubuntu take about 170MB for running withouth emmbed i thing08:47
Runamok81same here08:47
Leonheartportablejim: maybe desktop effect problem. there is much display problem for ubuntu too :P08:48
dtechblueeagle: swap file in linux .... hahaha ... I just learn linux doesn't have a 'c' in it! ... there's no way I'm gonna figure out how to create a post-install swap-file in it! *grin*08:48
donkeyofdarknessLENNOX!08:48
blueeagledtech: Actually it's a swap partition.08:48
dtech:-)08:48
manishany one knows how to connect to the internet usingreliance data card08:48
donkeyofdarknessIt can be a swapfile08:49
donkeyofdarknessuse fat3208:49
manishinternet through reliance data card08:49
Runamok81so sudo apt-get install flashplugin-nonfree   WAS SUCCESFUL, BUT NO WORKY???08:49
manishcan somebodyhelp me please08:49
blueeagledonkeyofdarkness: you can also swap to a mysql database if you want to...08:49
donkeyofdarkness= O08:49
donkeyofdarknessThat would pwn08:49
blueeagledonkeyofdarkness: No it would not.08:49
jim_pmanish: what does lspci say for that card?08:49
portablejimThe problem still remains w/o compiz turned on.08:50
donkeyofdarknessprobably slow08:50
donkeyofdarknessbut still..08:50
donkeyofdarknessI must do it08:50
LeonheartRunamok81: try just extract deb archive and put in filesystem root08:50
donkeyofdarknessI want to swap over the internet08:50
Leonheartmaybe tht help :p08:50
blueeagledonkeyofdarkness: YOu would see a tad overhead on such a setup, yes.08:50
donkeyofdarknessyes08:50
donkeyofdarknessIt would fail08:50
donkeyofdarknesshorribly08:50
donkeyofdarknessbut it would be lulz08:50
Runamok81thanks08:51
blueeagledonkeyofdarkness: No, it would work but it wouldn't be usable.08:51
Runamok81Anyone know how to speed up FTP transfers w/ an Win XP Guest OS?08:52
LeonheartRunamok81: ind data.tgz or something tht should have usr directory. tht ur need for. paste to filesystem and see if tht work or not xD08:52
manishplease someone help on reliance datacard08:52
donkeyofdarknessRunamok81, virtualbox?08:52
Runamok81yessir donkey08:52
mindframewhy is bash picking up arguments for python/perl scripts as individual commands?08:53
donkeyofdarknessRunamok81, it has an option to use a gigabit NIC08:53
Leonheart Runamok81: can u just use ftp tansfer program08:53
jim_pmanish: what type of card is it? usb, pci, pcmcia?08:53
Runamok81yeah, I could select that... but it doesn't seem logical.. I mean FTP just CRAWLS08:53
VSpikeJust recovering an ext3 file system from a damaged disk.  There is one hardware sector that I didn't get.  Looking at its position with dumpe2fs, it's in an area called "Reserved GDT Blocks" in Group 0.  Looks to me like that should be harmless to data.  Is that right?08:53
Runamok81no sir Leonheart08:54
blueeagleVSpike: What does google say about GDT blocks?08:54
Runamok81I am using a proprietary Windows program linked to ActiveSync08:54
Runamok81it updates via FTP08:54
Runamok81(I am flashing a Smartphone to a new ROM)08:54
Runamok81fun stuff08:55
VSpikeblueeagle: I can find mentions and discussion of them, but no clear definition yet08:55
LeonheartRunamok81: Using WINE or CROSSOVER to run win app should be faster than using virtual system08:56
Runamok81hmmm...  can anyone else test their FTP connection inside a guest Windows XP?08:56
VSpikeblueeagle: best answer is this, probably http://archives.free.net.ph/message/20060508.023346.df45ee08.en.html08:56
blueeagleVSpike: http://fedoraforum.org/forum/archive/index.php/t-108411.html08:56
blueeaglefirst hit when googling ext3 gde blocks08:56
Runamok81well, Leonheart..  I'm a bit iffy on using WINE to run ActiveSync + A ROM Flasher written for Windows08:56
fiberhi, i08:56
macv1hi all.... can file roller open 7z files???08:57
macv1 08:57
VSpikeblueeagle: yeah, same link.  So do you take that to mean that they are not in use normally?08:57
Runamok81I haven't tried it, but I guess I could....08:57
=== verdant is now known as verdant_
LeonheartRunamok81:  then you should try CROSSOVER. tht should fine :P08:57
=== verdant_ is now known as verdant
blueeagleVSpike: "It means that blocks have been reserved in order to allow on-line08:57
=== jokmkom__ is now known as jokmkom
blueeagleresizing."08:57
fiberi'm having an odd problem.... i can't authennticate using gnome-screensaver OR the about section of the system pref's, however any sort of terminal-based authentican and gdm work fine... has anyone encountered this? i looked on google and haven't found anything useful08:57
Leonhearteven tht wine mod to :(08:57
blueeagleVSpike: It would help if you read the answers to the questions. :)08:57
Runamok81one sec... googling for an answer (activesync + WINE)08:58
VSpikeblueeagle: I did.  I just wanted to confirm that I had understood the answer correctly.08:58
blueeagleVSpike: Well the GDE blocks, as the answer reads, are there to allow for resizing a volume without unmounting it first.08:59
blueeagleVSpike: So you did understand it correctly as far as I can tell.08:59
Runamok81looks like WINE is a NO GO for ActiveSync 4.508:59
ElijahDuBarryVThow to understand wich video player use mozilla?09:00
LeonheartRunamok81: Bad :(09:00
VSpikeblueeagle: does it mean that they are only in use during online resizing?  If you have done an online resize, will they contain important data for ever more?  Or as they are used, do they get taken out of the reserved GDT blocks pile and become something else (inodes or whatever?)09:00
Runamok81yeah, and to think.  I have to virtualize windows to flash my PPC to run Linux...  Hee hee09:00
VSpikeblueeagle: Actually, I am 99% sure I never grew that FS so I can probably assume they are dead space :)09:01
blueeagleVSpike: The way I would do this is to have this reserve availible at all times except during a resize operation. This is, if I understand it correctly, a temporary location where the resizer moves data while changing the structures. After a resize operation is complete these blocks ought to be cleared.09:02
VSpikeblueeagle: that would be my guess too09:02
macv1 hi all.... how can i make file roller open .7z files???09:02
ActionParsnip2yo yo yo09:03
Leonheart macv1: is normal archive manager doesn't fit for it?09:03
Runamok81macvl... it should work by default09:03
Runamok81are .7z files associated to file roller?09:03
Leonheartpick on "open with other application"09:04
blueeaglemacv1: Did you try "file -> open" and open the file in file roller?09:04
blueeaglemacv1: Are you sure that the archive is not corrupt?09:05
=== mtozses_ is now known as suigeneris
ActionParsnip2macv1: sudo apt-get install p7zip; p7zip -d /path/to/stuff.7z09:05
=== suigeneris is now known as Kartagis
Runamok81Current Setup:  Ubuntu 8.04, Virtualizing Windows XP SP3 via VirtualBox 1.6.209:06
Runamok81FTP is crippled on the guest OS09:07
ActionParsnip2Runamok81: server or client?09:07
Runamok81FTP D/L's through Windows XP are crippled09:08
blueeagleRunamok81: Is the hardware you're running this setup on up-to-date?09:08
Runamok81sure, as of a month ago09:08
ActionParsnip2Runamok81: is crippled synonymous with slow?09:08
Runamok81yes, parsoin09:08
Runamok81parsnip09:08
Runamok81ridiculously slow09:08
ActionParsnip2Runamok81: ok so you are connecting to FTP servers with what application?09:08
Runamok81but still functional09:08
blueeagleRunamok81: Is FTP the only affected protocol or is all network communication slow?09:09
Runamok81no, so far only FTP09:09
blueeagleRunamok81: Did you try transfering from that ftp server with the host os?09:09
Runamok81the application attempting to connect is called BuildOS.. it uses FTP to update the program09:09
blueeagleRunamok81: (ie. to determine that there's not a choke on the way to the ftp server)09:09
ActionParsnip2Runamok81: maybe its a config in there09:10
Runamok81gotcha09:10
Runamok81don't have ftp program installed in Ubuntu... one sec09:10
=== Julie is now known as antoine[maison]
ActionParsnip2Runamok81: you do, its called ftp09:10
ActionParsnip2Runamok81: dpkg -l | grep ftp09:11
blueeagleRunamok81: ftp user:pass@example.com09:11
RhondaI got notified through a PTS derivate subscription in Debian about a change to the irssi package and thus found https://help.ubuntu.com/community/FixDCCExploit09:11
Rhonda... and it makes me wonder, is that really a freenode-only related problem?09:11
RhondaIf not, why aren't there hints given for other networks? Would switching to port 7000 work for OFTC? And ... isn't that workarounds causing more problems for the general users and firewall admins?09:12
digdugI have an application I'm running in wine; if I launch it from a terminal window, I get a bunch of "file not found" errors displayed to the standard output; is there a way for me to trace/debug or whatever to try to see what files this application is attempting to access?09:12
Runamok81$ dpkg -l | grep ftp  return an installed client...09:12
digdugan easy way*09:12
Runamok81one sec09:12
ActionParsnip2Runamok81: yes, think about what the command says09:12
steve_how do to make Atheros Communications Inc. AR242x 802.11abg Wireless work in hardy 8.04?09:13
Runamok81<--- is messing with FTP09:14
ActionParsnip2steve_: restricted driver modules or madwifi-tools i believe09:14
steve_<ActionParsnip2: thanks09:14
fluidso when im installing ubuntu, is there a way to make it so that it will use 800x600 as the resolution by default when it boots X from the cd at the first boot prompt? im losing it after X starts :(09:15
ActionParsnip2steve_: use wired til you get fully updated and drivered up09:15
Runamok81hmmm no way to determine the ftp server being used inside Windows XP...09:15
Runamok81netstat returns all TCP connections to the virtual09:15
ActionParsnip2fluid: you need to set it in xorg.conf and you may need to install your graphics drivers09:16
Runamok81FTP is crippled on the guest OS09:16
fluidi cant rightfully do that when booting from teh cd09:16
blueeaglefluid: VGA safe mode is an option at boot iirc.09:16
macvrguys i got disconnected.... any ideas on .7z file?09:16
ActionParsnip2Runamok81: so the guest OS is running an ftp server which you are connecting to from another PC?09:16
Runamok81are .7z files associated to file roller?09:17
blueeaglemacvr: Have you tried file->open from fileroller?09:17
Runamok81correct...09:17
blueeaglemacvr: Are you sure your archive is not corrupt?09:17
fluidi also tried the "safe graphics mode" and that didnt work either.09:17
ActionParsnip2macvr: sudo apt-get install p7zip; p7zip -d /path/to/stuff.7z09:17
ActionParsnip2fluid: you absolutely can09:17
blueeaglemacvr: Have you tried the p7zip application?09:17
Runamok81one sec.. let me clarify parsnip09:17
fluidhmm09:17
fluidhang on a sec.09:17
Runamok81Current Setup:  Ubuntu 8.04, Virtualizing Windows XP SP3 via VirtualBox 1.6.209:17
Runamok81I'm running a windows program attempting to update via FTP09:18
macvrActionParsnip2:  there is no such archive09:18
iamwhohow do i share stuffs between my xp (host) and linux (guest) on my vmware09:18
steve_<ActionParsnip2>: i loaded madwifi, how do i use it?09:18
ActionParsnip2macvr: you change the /path/to/stuff.7z to YOUR file09:18
blueeaglemacvr: You did change /path/to/stuff.7z to the actual path to your archive, didn't you?09:18
macvrActionParsnip2:  oops09:19
Runamok81FTP is riduculously slow, ONLY on guest OS09:19
ActionParsnip2steve_: it gives drivers and tools for stuff, look in your menus, you may need a reboot09:19
ActionParsnip2macvr: i have no way of knowing where the file is do I. I assumed you'd replace the path09:19
Leonheart iamwho: use shared document folder09:20
blueeagleRunamok81: MTU might be causing head aches.09:20
iamwhook i did09:20
iamwhobut i cant get it to work09:20
blueeagleRunamok81: Did you try another ftp client in the guest os or just the one?09:20
iamwhoi shared a folder in c:09:20
Runamok81what should I adjust to?  I have access to my Wireless router09:20
iamwhoenbaled it in vmware09:20
ActionParsnip2Runamok81: do ftp transfers run slow from all servers, or just that one??09:20
iamwhohow do i mount the hgfs ?09:20
Leonheart iamwho: the another way is use flash usb drive for it09:21
fluidthe screen in my laptop is messed up (video is always corrupt). so i use it running s-video to a television (its a media pc anyway)... it boots, i can switch to s-video and watch it boot, but as soon as X starts it switches back to the messed up lcd, and will not switch back to svideo. im assuming its because of the resolution.09:21
Runamok81all FTP transfers are slow inside the guest OS ONLY09:21
Leonheartbut it need replug :P09:21
AdvoWorkis there any way in ubuntu, to have say a folder (which is a folder on my ftp site) so that i can just drag and drop across the file system?09:21
Runamok81from multiple servers09:21
macvrActionParsnip2: i didnt realize the command fully.... ok it works... but password protected... how do i add the password?[i know the password]09:21
ikoniaRunamok81 guess OS is brdiging out of the host, and your using wirless, thats just a limiting factor of how virtualization can effect you09:21
ikoniaRunamok81: I meant guest09:21
Runamok81hmmm...09:22
ActionParsnip2macvr: http://www.digipedia.pl/man/p7zip.1.html09:22
blueeagleRunamok81: Did you try ftp from the XP command line?09:23
ActionParsnip2macvr: id be more wary what you paste to your terminal, read what people write then not only will you learn but you won't trip over like that09:23
blueeagleRunamok81: I've seen a few poor ftp clients on windows to know that not all are very well coded.09:23
Runamok81would a wired connection make a difference?  I'm guessing this was just a protocol issue... whatwith the connection going through a virtualized NIC card... to HOST OS... etc...09:23
ikoniaRunamok81 a wired connection may make a difference as they are easier to bridge in that the interfact hook is simpler09:23
Runamok81okay thanks blueeagle.. but there is no way to identify the FTP server09:23
ActionParsnip2Runamok81: try filezilla in your windows system, it may be a misconfigured app09:24
macvrActionParsnip2: i usually read the command... but  was in a hurry so didnt check!!!!09:24
blueeagleRunamok81: oh, and follow the adviec ActionParsnip2 just gave. Some people find it funny to tell people to run commands that whipe their harddrives.09:24
macvr ActionParsnip2:  thank you.... is there a GUI front end for p7zip?09:24
Leonheartthe problem is. I have two PC, so one is for windows and the another is for ubuntu. I have no problem with virtualbox :P09:24
ActionParsnip2blueeagle: you'd be suprised how many people say "Couldn't find file file.zip" etc09:24
Leonheartbecoz i don't need it :P09:24
kuldeepHi TakiTone09:24
blueeagleActionParsnip2: And some people are still looking for the "Any" key.09:25
ActionParsnip2macvr: no idea, i use cli for decompression, guui is too slow09:25
ActionParsnip2unrar x ./file.rar09:25
ActionParsnip2unzip file.zip09:25
ActionParsnip2beats any stupid gui09:25
Runamok81well, I'm not familiar with FTP command line interactions,  I've always used cuteFTP or other GUI based interfaces09:25
macvr ActionParsnip2: .. k... thank you... what to doo noobs like me... got to get away from WINDOZE!!!09:25
thomasiteHello09:26
blueeagleActionParsnip2: you forgot tar x[z|j]vf file.tar.[gz|bz2]09:26
dialmanI can't connect to my windows SMB share from ubuntu. I can ping it. Can't figure out smbclient to connect. Any ideas?09:26
=== OoRal is now known as Indoctrine
Runamok81so, for some specific help... from the windows command prompt... how do I determine open FTP connections?09:26
ActionParsnip2blueeagle: exactly09:26
Runamok81specifically, the server I'm connected to09:26
ActionParsnip2Runamok81: netstat -a09:26
blueeagledialman: You haven't set up your smb credentials correctly.09:27
ActionParsnip2Runamok81: just like any other OS09:27
Runamok81tried that09:27
Runamok81all connections are TCP09:27
thomasiteI have a question. I installed a version of Scilab on my system. Now that there's a newer version of Scilab, I want to uninstall the older one. However, when I looked for scilab using either Synaptic Package Manager or Add/Remove, scilab didn't appear in the list. How do I remove it? Thanks.09:27
Leonheartis tht firefox can use ftp://09:27
Leonheart:P09:27
ActionParsnip2Runamok81: ftp uses tcp09:27
blueeagledialman: ie. your local username/password are not automagically transferred to samba username/passwords09:27
ActionParsnip2tftp uses udp09:27
dialmanSMB share is setup not to need username or password. Eg. from windows I can 'just connect' without a username or password.09:27
Leonheartseem like we can use apache for share :P09:28
wartalkerhow to set the window position at the bottom09:28
Runamok81think I found her09:28
blueeagledialman: Try looking in /etc/samba/smb.conf09:28
ActionParsnip2dialman: id set a password for security09:28
thomasiteHi. I'm sorry for repeating this. I have a question. I installed a version of Scilab on my system. Now that there's a newer version of Scilab, I want to uninstall the older one. However, when I looked for scilab using either Synaptic Package Manager or Add/Remove, scilab didn't appear in the list. How do I remove it? Thanks.09:28
ActionParsnip2dialman: did you sudo smbpasswd <your username>09:29
ActionParsnip2thomasite: sudo dpkg -r scilab09:29
digdugI need to serve a java webapp, what web server is recommended?09:29
blueeaglethomasite: Usually, when upgrading you just need to install the new version and it will upgrade automagically. I assume you've tried that and Scilab is an exception to this rule. :)09:30
wartalkerthere is Always On Top, is there Always At Bottom?09:30
ActionParsnip2!apache | digdug09:30
ubottudigdug: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+)09:30
digdugactionparsnip2: does apache support java webapps out of the box?09:30
thomasiteThanks, I'll try your suggestions. :)09:30
IntuitiveNippledigdug: Tomcat, maybe?09:30
blueeaglewartalker: Not as far as I know, but I do see that sometimes that can be useful. You should try posting a feature request to the developers of the window manager you're using (gnome, xfce or kde)09:31
blueeaglewartalker: What exactly are you trying to pin to the bottom?09:31
ActionParsnip2digdug: no idea, id imagine not but id see it as a configurable item. I doubt very little works out of the box09:32
=== dracan_lijn is now known as dracan_lin
IntuitiveNippledigdug: If you want to run tomcat behind apache, use the JK connector09:33
thomasiteI tried "sudo dpkg -r scilab" but it didn't work. I got this message: dpkg - warning: ignoring request to remove scilab which isn't installed.09:33
wartalkerblueeagle: my terminal is transparent, i want to it is at the bottom09:33
ActionParsnip2thomasite: then its not installed09:34
blueeaglethomasite: how did you install scilab?09:34
neoprogHello09:34
Leonheart1geeh. stupid modem cable :(09:34
blueeagle!hello09:34
ubottuHi! Welcome to #ubuntu!09:34
ActionParsnip2thomasite: did you just copy binarys to a location or did you use a .deb or source09:34
Leonheart1again... my ghost09:35
neoprogi have a probleme whit kvm : when i lauch my vm the color of screen is bad09:35
Xcercais there a channel for programing with ubuntu ?09:35
Xcercaor just programing in linux ?09:35
blueeagleXcerca: That depends on the language in which you want to develop applications in.09:35
Xcercac++09:35
thomasiteI have it in my laptop. I followed the instructions on the Scilab website. I used tar xfz scilab....09:35
=== GibbaTehHutt is now known as GibbaTheHutt
ActionParsnip2Xcerca: try #c++09:35
blueeagleXcerca: Did you try #c++09:35
thomasiteIt's a binary09:35
Xcercano but now i am , thanks09:36
tyberionHello, anybody know whether theres something like CoverSutra (MAC) for Linux?09:36
blueeaglethomasite: Then you just need to delete the directory in which it was extracted to.09:36
blueeagletyberion: What does Conversutra do?09:37
ActionParsnip2thomasite: then simply delete the folder you run scilab from and extract the new one to the same place09:37
blueeagletyberion: IM clients that are populare are pidgin (gtk) and kopete (qt).09:37
thomasiteOkay. Thanks. :)09:37
ActionParsnip2!im09:38
ubottuThe Instant Messenger Client Pidgin (formerly Gaim) (http://help.ubuntu.com/community/Pidgin) supports MSN, XMPP (Jabber, GTalk and variants), AIM, Gadu-Gadu, Novell Groupwise, ICQ, YIM, IRC and others. See also !Kopete09:38
ActionParsnip2!kopete09:38
ubottuInstant Messenger Client Kopete (http://kopete.kde.org) supports MSN, Jabber, AIM, YIM, Gadu-Gadu, Novell Groupwise, ICQ and, in KDE 3, IRC. See also !Pidgin09:38
blueeaglethomasite: amarok support global shortcuts me thinks.09:39
blueeaglethomasite: But it might require kde for the global shortcuts to work.09:39
blueeagle!amarok09:39
ubottuAmarok is an audio player for Linux with an intuitive interface. The latest version is 1.4.8 (1.4.3 for Dapper LTS). Packages are available for Kubuntu at www.kubuntu.org See https://help.ubuntu.com/community/Amarok09:39
Leonheart1!totem09:40
ubottuAudio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS (GTK/Gnome based) and Amarok, JuK (Qt/KDE based).  Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs09:40
Leonheart1:P09:40
blueeaglethanks lion. That was what I was trying to get. :)09:40
ActionParsnip2amarok can also have an XUL controller so you can control playback via firefox (as it needs XUL which IE doesnt do009:40
paul68Goodmorning how can I check that my php is running correctly and how to access php over my browser09:40
blueeaglewhy is xmms in that list? THat project is dead long time ago.09:40
ActionParsnip2paul68: http://localhost<some stuff here> id imagine09:41
ActionParsnip2!xmms > blueeagle09:41
ubottublueeagle, please see my private message09:41
blueeagleActionParsnip2: Still it's listed with !totem.09:41
Leonheart1!mplayer09:42
ubottumplayer is a media player. It resides in the mutiverse repository and can easily be installed via applications -> add/remove. For codecs try !codecs09:42
ActionParsnip2blueeagle: send a new definition to ubottu so they change it09:42
ActionParsnip2mplayer is fantastic09:42
blueeagleActionParsnip2: Agreed.09:42
paul68ActionParsnip2: when I do that I get "it Works" where are the files locally stored09:42
ActionParsnip2paul68: thats the test screen09:42
ActionParsnip2paul68: have you coded any php yet?09:43
blueeaglepaul68: If you get "It works" then it probably works.09:43
ActionParsnip2paul68: thats the webserver test page09:43
paul68ActionParsnip2: yes I did but only under windows and not yet under linux09:43
digdugI installed tomcat6 using synaptic, and the tomcat server is installed and running on localhost:8080 without me needing to do anything, very nice09:44
digdugnow to see if I can get this webapp installed09:44
ActionParsnip2paul68: then how can you test something you havent created yet? You need to get access to the php scripts so they can be displayed09:44
ActionParsnip2digdug: firefox http://localhost:808009:44
blueeaglepaul68: Personally I prefer to use quanta when developing php. However there are plenty of other editors out there and many people claim some are better than the rest. In the end it's a matter of taste and what you feel comfortable with.09:45
blueeaglepaul68: Just thought you'd might like to know. ;)09:45
manishcan somebody help me with how to install firefox'09:45
manishand thunderbird09:45
paul68ActionParsnip2: yes I have some work ready however I don't know where these files are stored in linux09:45
ikoniamanish what's up?09:45
manishi have downloaded the tar.bz2 files from teh site09:45
ikoniamanish: firefox is installed by default on most ubuntu installs09:46
ikoniamanish: you don't need to download tar files09:46
powertool08manish: sudo apt-get install firefox thunderbird09:46
ikoniamanish: firefox is installed by default, and thunderbird is in the ubuntu software repository09:46
ActionParsnip2manish: you dont need those09:46
acphi, Im running a internet-shop running ubuntu I know there is now known virus, should I still protect my self from virsus and malware from external devices? what application can you suggest? mostly usb drive are being inserted09:46
manishi use kubuntu and09:46
paul68blueeagle: thanks where do I have to put my files that I want to test under php09:46
=== david is now known as Guest68869
digdugI was mostly just saying that I got a working install so people knew which package I used from the repos, but thanks for the help ActionParsnip209:46
manishwant to use the tar.bz2 to install it09:46
ActionParsnip2manish: sudo apt-get update; sudo apt-get install firefox-3.0 thunderbird09:46
manishplease help09:46
ikoniamanish: if you open your package manager and select firefox and thunderbird as packages you'll be fine09:46
ikoniamanish: do'nt install from tar file09:46
blueeaglepaul68: under /var/www/ somewhere09:46
manishok09:47
manishthanks for that09:47
manishi will do that09:47
blueeaglemanish: Why would you want to use the tar.gz?09:47
ikoniamanish: they are in the ubunto software repos09:47
paul68blueeagle: thanks09:47
blueeaglepaul68: anytime.09:47
manishkubuntu09:47
manishare they there also09:47
ikoniamanish: kubuntu and ubuntu use the same repo09:47
ActionParsnip2manish: same deal09:47
manishand is thunderbird too much bggy09:47
blueeaglepaul68: also please read up on securing your web server.09:47
manishbuggy09:47
ikoniamanish: then don't usei t09:47
ActionParsnip2manish: same with nubuntu, edubuntu, fluxbuntu09:47
manishok09:48
ActionParsnip2manish: works for me09:48
Leonheart1? nudebuntu??? O.o09:48
ActionParsnip2manish: there are alternatives09:48
ikoniaLeonheart1 no - nubuntu09:48
ActionParsnip2!nubuntu09:48
ubottuSorry, I don't know anything about nubuntu09:48
manishno because last time i used it, in later stages it started giving much problems09:48
thomasiteThanks for the help, people. Have a nice day!09:48
manishwhat are the alternatives09:48
Leonheart1:P09:48
zoom_bHello09:48
blueeagle!email09:48
ubottuSorry, I don't know anything about email09:48
blueeaglehmm..09:49
blueeaglemanish: kde has got it's own email client that's not thunderbird.09:49
ActionParsnipLeonheart1: http://www.nubuntu.org/09:49
manishwaht are the alternatives for thunderbird which are as effective as thunderbird09:49
ActionParsnip!mail | manish09:49
ubottumanish: mail is another medium to communicate. Ubuntu mailinglists can be found at http://lists.ubuntu.com09:49
Leonheart1hehe... I just joke. nudebuntu :P09:49
Xcercahas anyone installed code::blocks in ubuntu ?09:50
ikoniaLeonheart1 yes, you said that09:50
Leonheart1ubuntu without skin theme :P09:50
ActionParsnipmanish: theres evolution, thunderbird, kmail, pine09:50
Leonheart1I like thunderbird09:51
ActionParsnipmanish: theres thousands to choose from09:51
zoom_bguys, I have some trouble configuring ubuntu, could anyone help me?09:52
Leonheart1start asking09:52
Xcercazoom_b , what problems ?09:52
zoom_bgot on a laptop09:52
ActionParsnipi use thunderbird as it knows the weird googlemail stuff, I share the folder across my LAN so all my thunderbirds can read and update the same profile folder09:52
blueeaglezoom_b: shoot09:52
zoom_band I can`t get the soundcard running09:52
ActionParsnipzoom_b: what soundcard?09:52
blueeaglezoom_b: Have you checked that your speakers aren't just muted?09:53
zoom_bit`s pretty much my first linux so I have no idea what to do09:53
zoom_bno, no mute09:53
ActionParsnipzoom_b: lspci09:53
blueeaglezoom_b: do you know how to open a terminal yet?09:53
zoom_byeah09:53
zoom_bI do09:53
zoom_bmomnet09:53
blueeaglezoom_b: try running alsamixer09:53
ActionParsnipread the screen, one line will be your soundcard, paste ONLY that line in here09:53
zoom_bI got right nex to me09:53
blueeaglezoom_b: then check if master and PCM are muted or set at 0 volume.09:53
Leonheart1maybe ur sound card is not supported09:53
Leonheart1the driver09:54
blueeaglezoom_b: to toggle mute/unmute press the [M] key.09:54
zoom_b00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia09:54
zoom_bthats the soundcard09:54
Kartagishow do i know if real time clock function is supported by my kernel?09:54
ActionParsnipok cool, lets get websearching09:54
Leonheart1If you go out and find save to system clock. then tht not realtime clock (maybe)09:55
blueeaglezoom_b: So both master and PCM channels are unmuted and has got the volume turned up?09:55
Leonheart1when shut down09:55
zoom_byup09:55
manish_what are the alternatives for thunder bird as good as it09:55
manish_hello how do i use ipod with kubuntu09:55
ActionParsnip!ipod | manish09:55
ubottumanish: For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - See !RockBox for information on liberating your iPod09:55
blueeaglezoom_b: Ok, we'll have to wait until ActionParsnip gets done seaching the web then. :)09:55
manish_is there some way to use it09:55
zoom_bthx09:56
jothWhenever I try to play a YouTube video on Firefox, it freezes after a couple of seconds. No sound either. Any help would be much appreciated.09:56
ActionParsnipzoom_b: http://www.datanorth.net/~cuervo/blog/linux-on-the-satellite-a215-s7407/ there is an audio section near the top detailing how to set up your soundcard09:56
=== weltall is now known as prazene
blueeagleActionParsnip: You do realize that I just told people that you were my biatch, don't you? :p hehe09:56
ikoniajoth how did you install flash ?09:56
ActionParsnipblueeagle: if you want ;)09:56
manish_hello09:56
jothI don't remember installing it09:56
zoom_bok, on it ;)09:56
ikoniajoth: install the package flashplugin-nonfree, and restart firefox09:56
ActionParsnipmanish_: they all have advantages, id try a few09:57
jothI'll try that, thanks!09:57
jothHmm...it's already installed09:57
=== fReAkY[t] is now known as freaky[t]
ikoniajoth: ah so it is installed09:58
manish_can i use ipod with kubuntu09:58
ikoniajoth: is it any flash sites, or just videos09:58
ikoniamanish_: yes09:59
blueeaglemanish_: google for: kubuntu ipod10:00
=== LSD|Ninj2 is now known as LSD|Ninja
blueeaglemanish_: You should find http://swik.net/Kubuntu+ipod which appears to be helpful.10:00
jothOther flash sites are a bit jerky, and still have no sound, but they don't freeze altogether.10:00
thesaltydogthis morning's hardy update has broken the language pack in Firefox. Now I have everything back in english instead of italian10:02
Leonheart1can just ubuntu have dev package CD :-D10:02
jothEverything used to work fine - I suspect a recent update broke things.10:02
blueeaglemanish_: make that http://www.simplehelp.net/2007/07/04/how-to-use-amarok-to-manage-your-ipod-in-ubuntu/10:03
NET||abusehey guys. I had a setup before where if i held down the Alt+Mouse3 it resized the current window with the mouse, irespective of the mouse location.10:04
NET||abuseHow can i set that up on this machine?10:04
blueeaglemanish_: Oh, and if you want to see something cool. Pop in an audio cd and open it in konqueror. You'll see that konqueror provides mp3, flac and ogg folders where you can just drag and drop files to rip them. ;)10:06
okidogihi,how can i make firefox3 the default brower while not firefox2?10:07
Leonheart1and if u need place too place coffen or beer. u can use that CD Lid too :P10:07
blueeagleNET||abuse: kde does that by default.10:08
paul68blueeagle: a question about quanta is there a way to directly set the editor as php standard10:08
blueeaglepaul68: So that it uses php highlighting by default?10:09
Leonheart1!yakuake10:09
ubottuSorry, I don't know anything about yakuake10:09
okidogiit happens when i click on a href, firefox2 , it's bothering.10:09
paul68blueeagle: yes please10:09
shone@okidogi try this: system > preferences > custom > "firefox-3.0"10:09
blueeaglepaul68: looking into it10:09
okidogishone: no custom menu10:10
shone@okidogi the drop-down menu, choose custom instead of firefox10:11
shone@okidogi then youll be able to type in the command you want the system to perform when you click on a link10:12
okidogishone: i fowllowed this: system>preference but no custum10:13
shone@okidogi sry10:13
=== trilobiti is now known as trilobit`
hanakwhats the linux host key?10:13
shone@okidogi its on the internet tab10:13
shone@okidogi under web browser heading10:13
FloodBot2!netsplit10:14
ubottunetsplit is when two IRC servers of the same network (like Freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit10:14
jianfeilol10:14
okidogishone: i see...10:14
paul68blueeagle: I see under highlighting php however after restarting it comes back to html10:14
hanak!hostkey10:14
ubottuSorry, I don't know anything about hostkey10:14
Leonheart1oh noooo10:14
shone@okidogi ok so instead firefox choose 'custom'10:14
trilobit`whoa!10:15
Leonheart1!geany10:16
ubottuSorry, I don't know anything about geany10:16
kremsnerhy there, I am searching for a Screensaver, like the one in MacOSX, the one which takes the Pictures of your Favorite folder and recreates a picture, anyone know something like that?10:16
okidogishone: it's system->preference-> and then prefered applications10:16
okidogishone: 3x :)10:16
paul68blueeagle: I see under highlighting php however after restarting it comes back to html10:16
=== erUSUL_ is now known as erUSUL
blueeaglepaul68: I am looking into making a template load by default, but it's not as easy as I think it should be.10:17
Leonheart1!geany10:17
=== lakitu2 is now known as lakitu
blueeaglepaul68: I'll write a feature request to the quanta devs so we might see a "default highlight" along with the default indentation style in the "configure editor" window.10:18
Leonheart1is Geany is syntax highlighting10:18
Leonheart1and IDE for compiler of course :P10:18
trilobit`It is said that you can install debian .deb packages in ubuntu. How far does such truth go ?10:19
paul68blueeagle: thanks  you can notify me through paulus4605 gmail.com10:19
Leonheart1It use the same debian core of course :P10:19
trilobit`Leonheart1: true that, but still I'd expect certain dependency issues when it comes to package namings.10:20
Leonheart1I hate download the depedency. gaaahh....10:21
Leonheart1i'm offline man :P10:21
shoneanybody know how to open .ram files without helix player ?10:22
trilobit`shone: would that be as opening text files without an editor ?10:23
jmvBonjour10:23
ghalebhello, how can I record each keystroke on my ssh connections ?10:23
shone@trilobit' helix droped dead when i set up pulseaudio10:23
jmvEst ce que qqu'un parle français ?10:24
shone@trilobit' isnt there any other way to play the thing10:24
jmvOK, bye10:24
trilobit`shone: I don't use .ram files much. I'll have to search for it if you like.10:25
abby87!fr10:25
ubottuCe canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr ou #kubuntu-fr10:25
=== todd is now known as Guest490
shone@trilobit' i dont either, just need to open one radio stream10:25
shone@trilobit' ill be here for some time10:25
abby87!fr | jmv10:25
ubottujmv: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr ou #kubuntu-fr10:25
shone@trilobit' if you find something interesting let me know tnx :)10:26
peter771I want to upgrade alsa to the latest version and also make it visible in synaptic making it easier to remove should it go horribly wrong, I am using Ubuntu Gutsy10:29
peter771how should I go about doing this?10:29
Leonheart1does it better upgrade to hardy :?10:30
scuserhi all, I'm using ubuntu 8.04, I've been trying to login to the system where the information about the user is saved in ldap db and the authentication is via kerberos; I've watched the auth.log on the server, the user was granted a ticket but the user didn't login as it can't find the information on the server, how can I solve this problem10:31
sunssalve10:32
sunsi'm italian10:32
=== prazene is now known as weltall
sunswhere i can speak about amule?10:32
Leonheart1!amule10:32
ubottuSorry, I don't know anything about amule10:32
suns!amule10:33
paul68blueeagle: thanks  you can notify me through paulus4605 gmail.com10:33
meekhi10:34
meekanyone need help?10:34
Leonheart1maybe10:34
ikoniamany people, if you hang around people will ask questions10:34
=== bassman is now known as bassmans
meekrighteeo10:35
Leonheart1help! i need some money. :P10:35
meeki know that game10:35
Leonheart1can u gimme ?10:35
shoneheres (a dumb) one: can i open ram files without helix player?10:35
Cavemanmeek: wow, strange to get someone asking if anyone has questions!!10:35
meekCaveman: I try.. hehe10:36
Leonheart1he wanna help. he don't need question10:36
meekCaveman: im in #windows too10:36
Cavemanlol10:36
Cavemanfun fun!10:36
scuserhi all, I've added the necessary lines to common-account and added ldap to nsswitch.conf but there were no response for the ldap user10:36
=== cyfex_ is now known as cyfex
meekboredom lol10:36
strangehah meek from efnet? (#divx-classics a few years ago) ?10:36
Leonheart1and I'm in DOS 32-bit10:36
Cavemanalthough I work wiht windows 9 to 510:36
Cavemanhah10:36
ikoniascuser you need to change the resolution order to "ldap" files rather than files10:37
meekstrange: no i dont think that was me10:37
paul68Caveman: windows 95 lol10:37
meekha yes10:37
=== rootusr_ is now known as TuTUXG_
peter771does anyone know how to install the latest version of alsa instead of the one in the repository?10:37
ikoniapeter771 why do you need it ?10:37
ikoniapeter771: changing the alsa version can have serious effects on your system10:38
scuserikonia: yes, through nsswitch.conf I added passwd: files ldap, and the same for group and shadow, does this mean that the info in db is unreachable or incorrect ?10:38
Leonheart1salsa with alsa10:38
ikoniascuser that means it will use files before ldap10:38
strangemeek: i still think it was something about a dolphin church springs to mind when i see your nick :P10:38
ikonia!offtopic10:38
ubottu#ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!10:38
scuserikonia: I've tried it as ldap then files and the same happens, the user takes the ticket but it never logs in10:39
peter771ikonia, the latest version used in intrepid includes a fix for my sound card however I don't want to upgrade to intrepid as 8.04 causes serious system freezes10:39
ikoniascuser from the client can you query the ldap directory10:40
ikoniapeter771 I see, have you considered waiting for a backport, or contactng the alsa-ubuntu maintainers to query a backport ?10:40
peter771ikonia: so its not possible otherwise to compile alsa 1.0.17 to work with the gutsy kernel?10:41
scuserikonia: sure through ldapsearch10:41
ikoniapeter771: it is possible, it just can have seiours effects as sound is a pretty "linked" component to the desktop10:42
ikoniascuser: so from the client you can query the server using ldap search and see the user details your trying to login as ?10:42
Leonheart1im-death.a10:43
peter771ikonia, I know I've tried the howto's on the forums before with negative consequences which is why I wondered if an entry could be made in synaptic making it easy to revert back to the current version of alsa in the gutsy repo10:43
scuserikonia: the results are shown on the terminal, but the strange thing is that the debug log on the server produces permission denied to open berkely db, but I can see the user details10:43
ikoniapeter771 thats why I said contact the maintainer for a backport10:44
Cavemanhelp10:44
ikoniascuser ok - have you checked your binding user credentials ?10:44
Leonheart1canonical claim there is 8 Million Ubuntu user10:44
ikoniaCaveman: what's the issue10:44
ikoniaLeonheart1: please stop with offtopic noise10:44
Leonheart1<Just info>10:45
scuserikonia: what is the binding user credentials ? kerberos tickets or what ?10:45
ikoniaLeonheart1 no - offtopic noise10:45
Cavemanikonia: oh my bad,, I forgot a / haha10:45
ikoniascuser when your querying ldap from the command line your binding as you, who have you set up the "system" to bind as ?10:45
Cavemantrying to learn how to use ircii client10:46
Cavemanits killing me!!10:46
Cavemanlol10:46
Cavemanbut I'm sure i'll get used to it10:46
ikoniaCaveman not to worry10:46
Dudema1Is there a way to get nautilus to open some other folder instead of the home folder by default?10:46
Dudema1i.e. open ~/Documents instead of the home folder at startup?10:46
ikoniaDudema1 I think there is a gconf setting for that10:46
scuserikonia: sorry can't get you10:47
Leonheart1yeah. maybe just nake new panel will goog10:47
Dudema1how does one open up gconf again?10:47
ikoniaDudema1 gconfeditor10:48
Leonheart1never do it before though10:48
ikoniascuser your slapd.conf on your client machine, who are you binding as10:48
Dudema1nothing, ikonia10:49
ikoniaDudema1v search the package manager for gconf editor10:49
ikoniaDudema1 sorry that was for you10:49
scuserikonia: slapd.conf is only on the server not on the client machine10:49
Dudema1ikonia: ah10:49
apolobonjour mr10:49
ikoniascuser I thought you had to have one on the client to specify which server you needed to bind to10:49
legend2440Dudema1: gconf-editor10:49
Dudema1legend2440: there we go10:50
icemanhi guys ! I'm trying to make my DVI output work on my laptop running Hardy. Do you have any pointers on how to do that?10:50
Dudema1iceman: would you be from the uplink community by any chance?10:50
ikoniaiceman plug the monitor in and open the screen resolultion appliction10:50
scuserikonia: you mean ldap.conf, here it is http://paste.ubuntu.com/55222/10:51
ikoniascuser: ahh thats it - thank you10:51
icemanDudema1: hum, I have been part of ubuntu-be for some time, but now I'm concentrating on my thesis, so I'm not as involved as before10:51
ikoniascuser arn't you missing a user in there10:51
scuserikonia: which user ?10:52
ikoniascuser: one moment, let me see if I can get access to my ldap config10:52
icemanDudema1: but I'm not quite sure what you mean by "upstream community"10:52
Dudema1iceman: I said uplink community, not upstream community10:53
Heimatlos22halo10:53
Heimatlos22valaki magyarul?10:53
Dudema1iceman: no matter, I mistook you for someone else.10:53
icemanikonia: I have already tried to do that, but it only shows a "unknown screen", and seems to do nothing when I click "detect screens"10:53
icemanDudema1: okay ^^10:53
cableroyi got a problem playing mp3, it has been working before but here is the problem. mplayer file.mp3 don't work no error but don't play, mpg123 don't work, rhythmbox don't work, xmms works but doesn't skip to next song after one is finished.. suggestions?10:53
mgolischcableroy: mostlikely its some problem with your output plugin10:55
mgolischlike you selected pulseaudio but no pulseaudio server is running10:55
cableroymgolisch: ok, i'll take a look at it10:56
stanman1hi, anyone have ubuntu 8.04 server running?10:57
ikoniayup10:58
stanman1..and openvz?10:58
ikonianope10:58
stanman1darn...10:58
stanman1anyone using openvz?10:58
Leonheart1!openvz10:59
ubottuSorry, I don't know anything about openvz10:59
icemanikonia: do you know more about making the DVI output work? as I said the screen resolution application doesn't seem to detect my LCD screen...10:59
blueeaglepaul68: The simplest workaround is to just save the file as myfile.php and then it will change highlighting autmagically.10:59
Leonheart1me too10:59
ikoniaiceman then you have to hardcode it in xorg11:00
murlidhar!info openvz11:00
ubottuPackage openvz does not exist in hardy11:00
murlidhar!info openvz | stanman111:00
ubottustanman1: please see above11:00
icemanikonia: and I'm guessing it isn't possible to hardcode the fact that it should use the LCD screen if it's connected and the laptop screen otherwise...11:01
ikoniaiceman no, no you should be able to hardcode it11:01
ikoniaiceman: what video card do you have in the laptop11:01
icemanit's an intel chip11:02
ikoniadon't see that as being a problem11:02
ikonia!dualhead11:02
ubottuInformation about dual-head on linux can be found on http://wiki.linuxquestions.org/wiki/DualHead - See also !Xinerama11:02
ikoniathere you ho11:02
ikoniago11:02
FloodBot1ikonia: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.11:02
icemanikonia: I'm not really planning on using both screens at once. I just want to be able to use the DVI output when I plug it in11:04
scuserikonia: hey any new ideas?11:04
icemanI thought that sort of things would work automagically now...11:05
ikoniascuser: just reading my configs now11:05
blakHow do you know that ntp is actually working correctly? mine is always at 0 across the board when i do ntpq -plist11:05
icemanespecially as it works when I use my DVI to VGA adapter11:05
ikoniaiceman: doesn't you laptop have a function key sequnce to swap to dvi/vga out ?11:06
scuserkonia: ok can I see it if it's ok?11:06
ikoniascuser just checking there is nothing serious in it before displaying11:06
icemanikonia: yep, and it works fine when I use my DVI to VGA adapter, but not when I directly plug a DVI cable in11:06
ikoniaiceman sounds like a bug11:06
scuserok11:07
ikoniascuser well one thing I can tell you is that my ldap.cofn file which includes kerberos is MUCH bigger than yours11:07
icemanikonia: ok, where should I report this?11:07
ikoniaiceman launchpad11:07
icemanikonia: that, I know. what package? xorg?11:08
ikoniaiceman gnome-desktop11:08
scuserikonia I'll show you another one that may be the one you need as there are 2 ldap.conf files and we don't know which one is used11:08
ikoniascuser /etc/ldap.conf and /etc/openldap/ldap.conf ;)11:08
quentusrexHello. I have an apache server. The host name is set properly, but the domain isn't. How do I change the domain that apache believes references to my server?11:08
ikoniaquentusrex use the ServerName directive11:09
blakHow do you know that ntp is actually working correctly? mine is always at 0 across the board when i do ntpq -plist11:09
quentusrexhow?11:09
scuserikonia : yes11:09
ikoniablak: stop ntp for 2 minutes, then do an ntpdate and see what the drift is11:09
ikoniaquentusrex edit the config file and change the ServerName directive to your FQDN11:09
blakikonia how do i stop it?11:09
ikoniablak use the init script11:10
rdxAnyone here know anything about ubuntustudios rt-kernel and nvidia drivers?11:10
blakif i do ntpdate it says  no servers can be used, exiting11:10
ikoniascuser my config is going to be quite different to yours, for some reason (I don't know why) I've got the ldap servers bind details in kerberos11:10
=== travis is now known as Guest6479
ikoniablak you have to specify a time server to sync against11:10
=== Guest6479 is now known as trav
blaki have the gnome time applet supposedly syncing...11:11
charley_Brownhello everyone!11:11
ikoniablak not what I suggested11:11
scuserikonia: how?11:11
ikoniascuser a good question, this isn't mysetup11:11
travI have an ubuntu 7.04 cd, and a computer that's not on the net... yet11:11
travif I install 7.04 on it, and connect it, will it be able to jump straight to 8?11:11
scuserikonia: please If you can let me see it please11:11
travor will it freak out and require big downloads?11:12
ikoniascuser I'v asked, waiting for them to confirm it's fine11:12
ikoniascuser: also trying to get access to "my" configs which are more simple11:12
scuserikonia: ok11:12
ikoniatrav it will require big downloads11:12
ikoniatrav: you may find it easier to just download 8.04 and do an install11:12
travhmm11:12
blakwhere is this init and how do i use it ikonia?11:12
travyeah, I was thinking that11:12
ikoniablak /etc/init.d11:12
ikoniablak: or use update-rc.d11:13
travmy isp hosts ubuntu on a mirror at http://mirror.internode.on.net/pub/ubuntu/ubuntu/ but I can't find the cd image11:13
blueeagleI am in need of running a script every three hours and one minute (not 1 minute passed every 3rd hour). Does anyone know how that may best be accomplished?11:13
travor maybe I can and don't recognise it11:13
blueeagleie if it runs at noon then it needs to run at one past three and two passed six.11:13
ikoniablueeagle put it in cron, 3,6,9,`12,16,20,0011:13
blakwhere is update-rc.d located?11:14
blueeagle..then at three past nine and four past midnight and five past three.11:14
ikoniatrav they are repo mirrors11:14
ikoniablueeagle youd have to script that then11:15
travso that's different from the cd image then :/11:15
ikoniatrav they are the software repos11:15
charley_Brownhey! andy of oyu guys has an idea how to get a KDE-Application installed under Ubuntu (gnome). When i do "configure" i get this error: X... configure: error: Can't find X includes. Please check your installation and add the correct paths!11:15
blueeagleikonia: I was afraid of that. :/ And I so love bash scripting. :p11:15
charley_Brownsorry for the spelling11:15
ikoniacharley_Brown don't build from source11:15
travso the packages I see in the package manager go into the url that I posted, so I'm looking in the wrong spot11:15
travthanks ikonia11:15
ikoniacharley_Brown what application do you want11:15
charley_Browni have only the source11:15
ikoniatrav you got it11:16
ikoniacharley_Brown what's it called11:16
blakikonia: where is that last file you reference?11:16
ikoniablak it's binary11:16
charley_Brownit's this one: http://www.gantz-edv.de/mlo/kmlofax_e.html11:16
ikoniatrav: http://mirror.internode.on.net/pub/ubuntu/releases/8.04/ubuntu-8.04.1-desktop-i386.iso11:17
charley_Browni installed buildessential11:17
=== maek is now known as Guest75187
=== confused is now known as userconfused
travaha! victory is mine! ftp://mirror.internode.on.net/pub/ubuntu/releases/8.04.1/11:17
userconfusedhi people11:17
ikoniacharley_Brown your going to need a LOT more than that11:18
ikoniacharley_Brown: that package isn't in the repo's either, which is a shame11:18
travoh hey,11:19
travikonia you already tole me :P11:19
travthanks11:19
lordleemocharley_Brown: sudo apt-get install kdelibs-dev11:19
travs/tole/told11:19
blip-i just installed a deb package for the latest version of launchy on ubuntu 8.04... it now shows up installed in synaptic,  but running the "launchy" does not bring up any window or anything.11:19
blip-i simply followed this:  http://phorolinux.com/how-to-install-launchy-on-ubuntu-804-hardy-heron.html11:20
raphaHi all!11:21
themidnight1blip: did it get installed in apps-->acc?11:22
raphaIs there any chance I can get OpenOffice.org 2.4.1 packages for Dapper Drake AMD64 anywhere?11:22
ikoniarapha nope11:22
rapha:-(11:22
ikoniarapha pretty slim odds on that11:22
raphaIA32 packages that will somehow run anyways then, ikonia?11:22
charley_Brownlordleemo: i think i installed that yeasterday already, but let me check...11:22
ikoniarapha: best bet is to contact the ubuntu package maintainer and request a backport11:22
raphaic11:23
raphaHow do I find out who it is?11:23
ikoniarapha the names are listed on launchpad11:23
raphak, thanks ikonia!11:23
blakikonia: if i do sudo ntpdate pool.ntp.org i get  ntpdate[15742]: no server suitable for synchronization11:23
ikoniablak check your spelling11:24
ikoniajust worked fie for me11:24
charley_Browni installed kdevelop 4:3.5.1 yesterday - is this the same?11:25
blaki did sudo ntpdate pool.ntp.org    exactly11:25
blakikonia: do i need to start ntp agian?11:25
ikoniasudo ntpdate pool.ntp.org 8 Oct 11:24:24 ntpdate[22530]: step time server 193.0.71.133 offset -33.66735411:25
ikoniablak no11:25
Owcfbnk11:26
ikoniablak: can you ping pool.ntp.org11:26
blakikonia: not started and i do sudo ntpdate pool.ntp.org and it gives me tha terror11:26
ikoniablak can you ping it11:26
blakikonia: yes fine11:26
ikoniablak something on your network (firewall maybe) is blocking ntp then11:26
blakikonia: it isn't because i did sudo ntp -stop11:27
ikoniablak no11:27
ikoniablak: ps -ef | grep ntp will show that ntp should not be running11:27
blakits running11:28
ikoniablak then it shouldn't be11:28
ikoniablak: I told you to stop it11:28
blakthought i did lol11:28
charley_Brown lordleemo: is waht i installed the same?11:28
blak* Stopping NTP server ntpd                                                     [ OK ]11:29
charley_Brown lordleemo: i tried your apt-get, but it wouldn't work11:29
blakok its not ther enow ikonia11:29
lordleemocharley_Brown: see if you have x-window-system-dev   qt dev   and  kdelibs-dev   installed11:29
charley_Browni look in synaptics?11:30
lordleemocharley_Brown:  look in synaptics11:30
=== Split- is now known as Split
nspramsHi folks, when mounting a window share.. i am not able to access.. and the system hangs..11:31
nspramscan anyone help me.. with this?11:31
ikoniathemidnight1 what are you doing ?11:31
blueeagleHow do I go about starting a php command line script at boot time?11:31
ikoniablueeagle call the php cli interface in a script11:32
raphaikonia: Hey, another question. I kept searching a bit in aptitude, and there is a package 'openoffice.org-ure' listed there, but I can't install it ("No candidate version found for openoffice.org-ure") - any chance I might find that around somewhere for OOo 2.0 AMD64?11:32
ikoniarapha if you re-read the error you'll find it's telling you the issue11:32
ikonia"no install candidate availabl3"11:32
blakikonia: still getting  ntpdate[16463]: no server suitable for synchronization found11:32
blueeagleikonia: Well which script would that be. I've never done any scripts for /etc/init.d before.11:32
ikoniablak is ntp running11:33
blakikonia: its not running11:33
ikoniablueeagle you need to make a new one, or put it in rc.local11:33
raphaikonia: yeah, sure, but why does it then list the package in the first place? Isn't that an indicator that it once existed?11:33
ikoniablak then as I said earlier something is blocking your server from doing ntp11:33
ikoniarapha no11:33
raphak :-/11:33
nspramsHi folks, when mounting a window share.. i am not able to access.. and the system hangs..  can anyone help ?11:34
blakikonia: i would only have the defaults blocked from a new instlall of 8.04.111:34
ikoniablak router or ISP ?11:34
blueeagleikonia: ahh.. googling for rc.local then. :)11:34
raphaMaybe I'll just try building it myself.11:34
blakikonia: oh good call, i actually am behind a router, i forgot, i usually dont use this AP11:34
NET||abuseblueeagle: kde does it by default, any way to get gnome to do it? referenceing my earlier question about resizing windows with alt+mouse3 and drag11:34
NET||abuseand I have to simulate mouse3 with holding down left and right click11:35
blueeagleNET||abuse: I don't use gnome so I wouldn't know, surry.11:36
blueeaglesorry*11:36
NET||abusei've looked in system->prefs->keyboardshortcuts but ther's no way i can see to assign mouse clicks as events11:36
blueeagleikonia: Is it cocher to put: "php /path/to/script.php &" into rc.local for a script that will perpetually run?11:36
blueeaglekosher*11:36
NET||abuseIt was a settings in feisty with compiz i remember, now on fresh hardy install without compiz(vmware) and can't do any window resizing this way anymore :(11:36
ikoniablueeagle dno't see why not11:37
bastid_raZorNET||abuse; try the middle click and alt to resize11:37
NET||abusebastid_raZor: I've only 2 button mice11:37
bastid_raZorNET||abuse; by middle. i meant the scroll wheel.. oh...11:37
NET||abusebastid_raZor: yeh my mouse wheel doesn't have a click in, so it's not a button,  but holding both buttons should simulate button 311:38
quantumelixirCould anyone tell me what the use for a passphrase(while using ssh-keygen) is?11:38
NET||abusethough maybe my mouse device isn't configured to do this correctly,11:38
NET||abusehmm, i have Option "Emulate3Buttons" "true" in xorg.conf11:38
nspramsHi folks, when mounting a window share.. i am not able to access.. and the system hangs..  can anyone help ?11:39
NET||abuseahhhh, on my track pad it works.. but not on my external usb mouse??11:39
NET||abusedamnit11:39
ActionParsnipmaybe the trackpad is capturing the 3 button emulation thing (?)11:40
NET||abuseit seems to be working on track pad, yeh, why wouldn't it follow through to usb mouse?11:41
NET||abusefairly standard usb mouse11:41
NET||abusei could switch mice in the office later and try other one. s11:41
SamushkaHello, im practicing how to compile applications from SVN and BZR, it's all going good... one annoyance is having to re-run .autogen and then finding out im missing something, then running it again, something else is missing, etc etc ... is there any way to run autogen to list all the missing packages, so i can just install then in one shot instead of re-running autogen all the time?11:41
NET||abusehmm, ok, well i'm one step closer :)11:41
quantumelixirWhat is the use for a passphrase(while using ssh-keygen)?11:41
ActionParsnipquantumelixir: to create a security key for encryption11:42
NET||abusequantumelixir: means you don't get to decrypt the content under protection by that key without using that passphrase11:42
=== rapha is now known as rapha_
ActionParsnipNET||abuse: id try the 2nd mouse, although 3rd button emulation is on, perhaps the mouse cant send both left and right click signals together11:43
=== rapha_ is now known as rapha
NET||abusei sometimes use it to protect my ssh certificated sessions, when you import your public key into the known-hosts file on a remote server, you can login without a password,11:43
blakikonia: i bet my university blocks that port11:43
zetheroo-ubuntuIs there a way to install Windows XP Pro on a machine that only has Ubuntu on it without having to reformat and start from scratch?11:44
ikoniablak quite possibly11:44
scuserikonia: system doesn't contact nsswitch.conf for retrieving users and passwords, how can I configure the system to check nsswitch to get the user info11:44
Oprtzhi, i have a home LAN network, consisting of 2 computer, 1 is windowsXp and the other is ubuntu 8.04(this machine) i want to access the shared files of my windowsXp and viceversa, can i do this ? if yes how? i dont know abt ubuntu networking11:44
ikoniazetheroo-ubuntu yes, pre-partition the disk11:44
AMD007Gedit hangs on my system, what can be the problem??11:44
ikoniascuser it should use nsswitch.conf11:44
ActionParsnipzetheroo-ubuntu: you can resize partitions with gparted, then when you have free space, install xp to that gap11:44
ikonia!samba > Oprtz11:45
ubottuOprtz, please see my private message11:45
ActionParsnipzetheroo-ubuntu: you will need to reinstall grub though as xp will write the bootsector with its own11:45
scuserikonia: I disabled the lines passwd, group and shadow and I still can login ?11:45
zetheroo-ubuntuActionParsnip : so thats all? ...11:45
ActionParsnipAMD007: reinstall gedit11:45
ActionParsnipzetheroo-ubuntu: yeah11:45
ikoniascuser disabled ?11:45
NET||abuseActionParsnip: yeh, this is one possability, it's a usb dongle to a wireless logitec mouse11:45
ikoniascuser: define disabled11:45
OprtzUbutto : ok11:45
AMD007ActionParsnip : i did it11:45
ActionParsnipAMD007: is there a config file in ~/  ?11:45
Oprtzikonia:  i dont know how to install samba11:45
NET||abuseActionParsnip: ok, poo to it.11:45
ikoniaOprtz: read the pm ubottu sent you11:45
ActionParsnipNET||abuse: logitech doesnt like linux too much11:45
zetheroo-ubuntuActionParsnip : but how can I resize the partition when I am booted into it?11:46
quantumelixirNET||abuse: So if I want to ssh into a computer then should I know a passphrase besides the password?11:46
NET||abuseActionParsnip: aww, so annoying11:46
ActionParsnipzetheroo-ubuntu: you boot to livecd11:46
zetheroo-ubuntuActionParsnip : ok... thanks11:46
Oprtzikonia: ok buddy11:46
scuserikonia: here is the nsswitch.conf file http://paste.ubuntu.com/55232/11:46
AMD007ActionParsni : with which filename (config file)11:46
ikoniascuser commenting them out sets them to default which is "files"11:46
NET||abusequantumelixir: well if you have published your rsa key to the remote server into it's known-hosts file, then you don't generally need to provide a password for that system, but then to protect the rsa key used in this process you can just passphrase the key itself, means that you have one password for all systems you login to,11:47
scuserikonia: oh, I see11:47
NET||abusethat prevents physical access to your pc being a problem11:47
ActionParsnipAMD007: is there one called .gedit11:47
ActionParsnipAMD007: or .geditrc11:47
AMD007ActionParsni : no its not available, i did sudo ls -la11:48
NET||abusequantumelixir: at least phsyical access to your pc being a BIT less of a security problem anyway..11:48
ActionParsnipAMD007: basically you need to find where gedit keeps its settings11:48
quantumelixirNET||abuse: you mean if that computer considers me a known host then I needn't provide password/phrase?11:48
AMD007ActionParsnip : hmm11:48
ActionParsnipAMD007: try cd ~/; find -name gedit*11:48
NET||abusequantumelixir: so if you ssh into lots of servers, with different root passwords, when you first get access to them, you can publish your ssh-keygen'd key to that server, and not have to remember the root credentials for that server, just your rsa key passphrase11:49
blueeagleikonia: It didn't work to run "php scriptname.php &" as it gets stopped when put in background. :/11:49
AMD007ActionParsnip : ok wait11:49
ikoniablueeagle nohup it11:49
icemanmy keyboard layout is correct in CLI ttys and in my GNOME session. However, it isn't correct in GDM. How do I change it WITHOUT creating a xorg.conf file?11:49
blueeaglegoogling11:49
ikoniaiceman xorg.conf is nothing to do with gdm11:49
ActionParsnipiceman: you have an xorg.conf file11:49
quantumelixirNET||abuse: So the passphrase becomes an alias for many root pwds?11:49
NET||abusequantumelixir: if you generate your key without a passphrase, then send the key to the remote servers known-hosts file, then when you login with ssh root@remoteserverip it will drop you STRAIGHT to the root prompt, no password11:50
NET||abusequantumelixir: kinda :)11:50
ActionParsnipquantumelixir: id log in as a user with sudo access11:50
NET||abusequantumelixir: yeh, more or less, in an inexact metaphore that would be kinda correct11:50
scientuscan i rerun the menu.1st creation script?11:50
scientusi accidentally deleated my windows line11:50
NET||abusequantumelixir: hehe, how do you like that for clarity :)11:50
scuserikonia: is there any log file I can trace to see if the client contacts the LDAP server during login or not ?11:50
quantumelixirNET||abuse: Thanks a lot!11:50
scientusand i dont want to figure outhow to get it working again11:50
ikoniascuser snoop the network with tcpdump or either real, see the auth.log on the server,11:51
NET||abusequantumelixir: basically you also have to make sure the remote hosts sshd.conf has the allowtrusted hosts settings to be set. ... one sec while I lookup what that directive is though11:51
icemanikonia: hum, my layout was correct before, but now that I deleted my xorg.conf, it isn't anymore. If they aren't supposed to be related, this is a bug.11:51
quantumelixirNET||abuse: About the protocol itself.. we require separate public-private key pairs for each connection right?11:51
ikoniaiceman well in that case you must have forced a language in your xorg11:52
ikoniaiceman why did you delete your xorg11:52
blueeagleikonia: Well that helped, but even sleep() in php causes it to use 90+% cpu. :/11:52
ActionParsnipscientus: i dunno about recretaing, heres the syntax of the file. back it up before you play so you can roll back if you screw up (as you have seen) http://www.linuxforums.org/forum/installation/56461-grub-menu-lst-chainloader-help-needed.html11:52
blueeagleikonia: Thanks for the guidance tho. Really appreciated.11:52
icemanikonia: to see if the screen auto-detect would work better, and it does !11:52
ikoniablueeagle php cli stuff normally spikes at startup then settles down - I don't know why11:52
scientusi dont have a problem with lithe linux lines11:52
ActionParsnipiceman: you need to set kb layout in xorgconf to the correct country11:52
scientusubuntu has allways gotten the hard drive numbers wrong on every install ive done11:53
iceswordiceman, hehe, nice nick11:53
scientusor the root it sends to the kernel giving me itraramfs11:53
blip-why doesn't Launchy show icons for the programs, it shows an empty white icon for some progs like skype and pidgin\11:53
ActionParsnipscientus: there are parts for windows too, find the word chainloader11:53
NET||abusequantumelixir: the 2 directives in question are RSAAuthentication yes and PubkeyAuthentication yes in /etc/sshd_confg11:53
icemanActionParsnip: I don't have a xorg.conf anymore, I don't want to restore it because my DVI screen won't work if I do11:53
NET||abusequantumelixir: the pub/private key thing? not sure what you mean?11:53
ActionParsnipiceman: why didnt you simply rename instead of delete?11:53
quantumelixirNET||abuse: As in, we require different pairs for different connection right?11:54
maxagazhow to use empathy ?11:54
scientusthere i found stuff with the right language11:54
maxagazhow to add an account ?11:54
blueeagleikonia: Again you are right. Thanks a million. ;)11:54
icemanActionParsnip: actually, that's what I did...11:54
ikoniablueeagle no problem11:54
ikoniablueeagle: I wish I could explain why that happens11:54
scientusthe kernel install deb i ran deleated those entries11:54
ActionParsnipmaxagaz: http://nixcraft.com/getting-started-tutorials/3293-create-new-user-account-ubuntu-linux-command-line.html11:54
ActionParsnipiceman: then rename back11:54
catmandohello all11:55
ActionParsnipiceman: you can always comment out lines11:55
icemanActionParsnip: then I'll be back where I started, without my DVI screen.11:55
ActionParsnipiceman: you may have to go there first to get to the goal11:55
quantumelixirNET||abuse: When I ssh into a new host is a new public private key pair generated?11:55
scientusit deleated the importand parts even when i said keep the old version really suxs11:56
scientuscause i changed the format a little11:56
ActionParsnipscientus: maybe you hit save earlier11:57
dns53php has the wrong time as the state has switched over to daylight saving at a different time, how do i manually change it11:57
scientusno i hit save, then keep, then it said changed on disk11:57
icemanActionParsnip: I don't know what you mean. Situation was : correct kb layout in GDM and NO detection of DVI screen. After renaming of the xorg.conf, I got WRONG layout in GDM (correct everywhere else) and external DVI screen detected (yeah!)11:57
scientusit was above the 'eample part's so it just reset that part11:57
scientus*example part11:57
quantumelixirNET||abuse: Sorry,  I think I got confused a bit. Everyone has only one private-public pair no matter how many hosts they connect to right?11:58
ActionParsnipiceman: ok then with the display all good, set your keyboard language in xorg.conf11:58
icemanActionParsnip: to do that, I'll have to restore it, which would again break my external display...11:58
ActionParsnipiceman: if you dont restore it you wont have any settings for your x server and one will be made11:59
makkrohave installed a xen kernel but it wont show up in menu.lst Ubuntu server 8.04 64Bit, have run grub-update, any ideas?11:59
ActionParsnipmakkro: how did you install it?12:00
makkroapt-get12:00
ActionParsnipmakkro: strange, i thought itd update stuff12:00
makkroActionParsnip, me too12:00
ActionParsnipmakkro: only thing i can suggest is backup your menu.lst and add it manually12:01
icemanActionParsnip: I don't understand what you mean. My screens work better without a xorg.conf (which is now obsolete, as xorg is supposed to autoconfigure). If I restore it my external screen won't work.12:01
aunvohanyone feel like helping a noob with virtual box? i can't get my sound to work12:02
makkroActionParsnip, have tried it, cannot boot on that kernel12:02
ActionParsnipiceman: your system needs an xorg.conf12:02
ActionParsnipiceman: it sets up the mouse, keyboard and display12:02
icemanActionParsnip: I'm currently operating my computer without a xorg.conf file... I moved it then rebooted my laptop.12:03
ActionParsnipthen ive no idea12:03
icemanActionParsnip: Xorg 7.2 doesn't need an xorg.conf file12:04
icemanActionParsnip: for most configs, anyway12:04
ActionParsnipare you using intrepid?12:04
ActionParsnipor are you using hardy?12:05
icemanActionParsnip: nope, hardy12:05
ActionParsnipgood12:05
ActionParsnipwell ive always and probably always will have an xorg.conf12:05
ActionParsnipsimilarly i configure my network in /etc/network/interfaces12:05
icemanActionParsnip: ow, don't be so pessimistic12:05
icemansomeday you'll just plug your screen in, and everything will just autoconfigure, the way it's supposed to be12:06
ActionParsnipiceman: i dont like auto anything12:06
ActionParsnipi want control12:06
scuserikonia: I changed it to passwd ldap only without files and it is still logging, does this mean that it switched to the files ?12:06
osfameronI just want it all to magically work12:07
dns53auto is great when it works perfectly the first time12:07
* osfameron hates the xorg.conf and edits it only under duress, and only because the control panels ubuntu provide (as at GG) are completely worthless12:07
ActionParsnipi hate it, i push in a cd and i have to disable a tonne of stuff jumping in my face offering me stuff12:07
ActionParsnipmassively annoying12:07
=== chaky_ is now known as chaky
icemancomputers are tools, you shouldn't have to tweak it and work on it. You should work WITH it.12:08
ActionParsnipi do work with it. i want it to work hen i want, not it trying to second guess me and get it wrong12:08
icemanand for me, that means the more things work automagically, the glader I am12:08
nakatahi12:11
ActionParsniphi nakata12:11
Jack[-_-]asShello i got ubuntu 7.10 installed on my comp but i also got xp with it...how can i remove ubuntu 7.10 complete without harming xp12:12
Jack[-_-]asS??12:12
havocstormhey guys12:13
havocstormhas anyone checked out the 8.01 betas?12:13
dns53Jack[-_-]asS you need to remove the boot loader entry using the windows recovery console and then delete the partition12:13
jribJack[-_-]asS: run 'fixmbr' from your windows install disk and format the ubuntu partition12:13
ActionParsnipJack[-_-]asS: you will need to use the xp cd to reinstall the bootloader, then simply head into xp and reformat your linux partition to ntfs / fat32 so it can be used as storage space for windows12:13
jribhavocstorm: there's no such thing.  But if you want to discuss intrepid, please use #ubuntu+112:13
havocstormjrib, thanks12:14
Jack[-_-]asSso i need to boot with win xp disc and delete-format that partiotion that linux using12:15
Jack[-_-]asSthan what?12:15
=== lipsin_ is now known as lipsin
jribJack[-_-]asS: and fix the mbr, that's it12:16
ActionParsnipJack[-_-]asS: no, when the boot has come to ask for first input, press f612:16
dns53Jack[-_-]asS i believe there is a recovery console option on the cd, and you run fixmbr to wipe the boot menu, after that you can remove any partitions linux related12:16
ActionParsnipJack[-_-]asS: you will drop to recovery console and you can fixmbr12:16
ActionParsnipJack[-_-]asS: i'd ask in ##windows as this is not a ubuntu support question12:16
=== Tiven__ is now known as Tiven
Jack[-_-]asSok thanks anyway12:17
Jack[-_-]asSi try that12:17
Oprtzikonia:  i am now able to see my windows machine from ubuntu, but cant access its share folders ?12:17
Jack[-_-]asSi dont want to delete my files from xp i got a very important things on it12:18
Jack[-_-]asSthanks12:18
ActionParsnipOprtz: are you challenged for a username and password?12:18
thomaspivoti have a program running as a daemon...inside the program i have code which makes system() call to change password for a user...its like system(echo password | passwd user --stdin) ...but the issue is that since it is running as daemon it doesnt have access to stdin, stdout, stderror ... is there any workaround such that i can achieve the functionality that i am trying for?12:18
OprtzActionParsnip:  NO12:18
Chousukethomaspivot: that's... not very secure.12:19
MrKennieJack[-_-]asS: before you start playing with your filesystems, I stringly suggest you backup if you have important files.12:19
bimberiMrKennie: +112:19
Oprtzit shows a waiting icons and then nothing shown12:19
NET||abuseaww, pidgin doesn't know lastlog :(12:19
ActionParsnipOprtz: id check the sharing permissions on the windows side are ok, you should be getting asked for username and passwords12:19
NET||abusequentusrex: did you figure out the ssh key thing? sorry went away for a while12:20
ActionParsnipMrKennie: if the data is important you should have a backup anyway12:20
MrKennieActionParsnip: of course12:20
Oprtzcan i send u the image on imageshake ?12:20
Chousukethomaspivot: you're going to have to figure out another way to change the user's password from code. system() is not it12:20
Chousukethomaspivot: but, a more important question: why the hell are you changing a user's password from a daemon?12:20
aunvohanyone have experience getting Virtual box audio to work?12:21
thomaspivot@Chousuke ... is there any other non interactive way of doing it ...i just need to reset to a predetermined value12:21
ActionParsnipaunvoh: have you installed the extras?12:21
jribaunvoh: make it use pulseaudio12:21
Chousukethomaspivot: look at how passwd does it.12:21
jrib!pm | aunvoh12:22
ubottuaunvoh: Please ask your questions in the channel so that other people can also benefit AND help you. Please don't PM a user in the channel without asking first, some find it rude.12:22
Chousukethe code is open, so just get it and use it as an example.12:22
thomaspivotChousuke: passwd needs a confirmation ...which is what i am trying to simulat ethrough echo and pipe12:22
ikoniathomaspivot: I suggest you take this to a programming channel12:22
Chousukethomaspivot: the confirmation is just something passwd does; what you're interested in is the part of passwd that changes the password12:23
thomaspivotok ..where can i get the code for passws12:23
ikoniathomaspivot: it's in core-utils12:23
ljsoftnetwhat's a good theme for gnome, that can shrink buttons, menus, and windows?12:23
Chousukethomaspivot: and don't store the password in plaintext in your code12:23
Chousukethomaspivot: store the hash that you're going to be putting in the passwd file12:23
thomaspivotok ...got that12:24
Chousukeor shadow, I guess :/12:24
makkroActionParsnip, now the menu.lst with xen works,, had to install xen-hypervisor12:25
thomaspivotChouske :ok i will go the programming route ...trying to find sourcode for passwd12:25
ActionParsnipmakkro: no idea, I dont even know what xen is12:25
ActionParsnipmakkro: congrats on the xen booting :D12:25
ikoniaActionParsnip software hypervisor12:25
makkroActionParsnip, virtualizing12:25
* ActionParsnip is still none the wiser12:26
makkroActionParsnip, & thanx :)12:26
jak-ohi to all12:27
jak-owhere can i find gnome.desktop??12:27
jak-oin my archlinux it is in /etc/X11/sessions12:27
jak-obut i can't find it ubuntu12:27
jribjak-o: try 'locate gnome.desktop'12:28
ActionParsnipjak-o: sudo find / -name *.desktop | grep gnome12:28
dns53/usr/share/xsessions/12:28
=== j is now known as Guest12351
Guest12351no matter what i boot ,xp another linux version ther is always showing up that fu... screen where i chose xp or linux 7.1012:29
Guest12351i am stuck12:29
ActionParsnipGuest12351: can you rephrase please12:29
* ActionParsnip looks baffled12:29
goldmetalhowto add a 2ndary dns ip into my box?12:30
ikoniagoldmetal stick it in resolv.conf12:30
Guest12351 i am trying to boot any other cd xp or linux12:30
Guest12351i cant12:30
ikoniaGuest12351: set you bios to boot from cd12:30
goldmetalikonia, is it safe to manually edit resolv.conf?12:30
=== lakitu2 is now known as lakitu
ikoniagoldmetal yup12:30
Guest12351i try that i set my primary on cd , secondary on cd even third but nothing12:31
ActionParsnipGuest12351: is your bios setup to boot the cd12:31
Guest12351yes12:31
ikoniaGuest12351 then the D's are faulty12:31
ikoniaCD12:31
ActionParsnipGuest12351: do you have multiple cd trays?12:31
ikoniaor the drive12:31
jak-othank you all!12:31
Guest12351no12:31
ikoniaeither way - it's not an ubuntu issue12:31
Guest12351i got only one cd tray and i set all booting from cd but nothing12:32
ikoniaGuest12351 the the cd/bios/drve is faulty12:32
ActionParsnipGuest12351: do you have another bootable cd?12:32
goldmetalikonia, do i need to restart some sort of service, so my system is aware of my changes in etc/resolve ?12:32
ikoniagoldmetal nope, should be dynamic12:33
Guest12351well i got xp service pack 1  , service pack 2, i try even protech12:33
goldmetalikonia, hm... looks like it's working12:33
Guest12351nothing12:33
ikoniaGuest12351 then it's a hardware fault12:33
nhorninghello?12:33
ikonianhorning hi12:33
ActionParsnipGuest12351: looks like the drive then. id check internal connections and bios settings12:33
Guest12351any sugestions12:33
nhorninggood, it's working12:33
ActionParsnipGuest12351: and is out of the scope of this room12:34
nhorningneed help with my network mangager in ibex12:34
nhorningis this the right place?12:34
ikonianhorning join #ubuntu+1 for 8.10 support12:34
nhorningk12:34
quangcuong_manchhi12:34
ikoniaquangcuong_manch hello12:34
Guest12351ActionParsnip where i need to go to get that help?12:34
callan_hello12:34
Guest12351is there any room12:34
quangcuong_manchhi12:34
quangcuong_manchhi12:34
quangcuong_manchhi12:34
FloodBot1quangcuong_manch: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.12:34
PiciGuest12351: ##hardware12:35
quangcuong_manchke tao12:35
ActionParsnipGuest12351: some hardware room.12:35
iceswordfunny12:35
quangcuong_manchfuck12:35
DJones!ops | quangcuong_manch12:35
ubottuquangcuong_manch: Help! Channel emergency! (ONLY use this trigger in emergencies) - Mez, LjL, elkbuntu, imbrandon, DBO, gnomefreak, Hobbsee, rob, ompaul, Madpilot, CarlK, crimsun, ajmitch, tritium, Nalioth, thoreauputic, apokryphos, tonyyarusso, PriceChild, Amaranth, jrib, jenda, nixternal, Myrtti, mneptok, Pici, Jack_Sparrow, nickrud, jpds, bazhang, jussi01, or Flannel!12:35
callan_who is quangcuong_manch?12:35
callan_man?12:35
iceswordquangcuong_manch, ...12:35
apolo#ubunut.fr12:36
callan_hello!iceword12:36
callan_Can I know you?12:36
ikoniacallan_ this is a support channel, not a chat channel, type "/topic" for more information12:36
iceswordcallan_, yes? excuse me?12:36
bimberiikonia: you need to be added to the !ops list12:38
=== Guest12351 is now known as Jack[-_-]asS
ikoniabimberi: I'm aware thanks12:38
iceswordhaha12:39
cwe19_89iii12:43
linnyanyone here use a miezu media player with ubuntu ?12:43
FD_Fi cant hear sound lspci output : b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)12:49
FD_F ,thanks for helping12:49
callan_mylogic ?Who?12:52
mylogic?12:53
callan_boy ?12:54
ikoniacallan_: how do you know quangcuong_manch he was kicked before you joined12:54
=== jawi is now known as jawin
msshamswhen i try to do this command: http://paste.ubuntu.com/55249/ i get this error: http://paste.ubuntu.com/55250/ can you help me please?13:01
FD_Fi ant hear sound alsamixer ok lspci output :  Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01) ,thanks for help13:01
FD_F 13:01
jribmsshams: why are you running that?13:02
ikoniamsshams: I can tell that -O3 with lavac is not good13:02
dns53msshams those are warnings, contact the developers if you are concerned13:02
ATA_Dark_Shadowgreetings, if /etc/init.d/saslauthd would allways starts to try sasldb rather then pam as mechanism, where do i need to look other then /etc/default/saslauthd?13:04
msshamsjrib: i want to compile flv2mpeg413:04
msshamsikonia: but without the -O3 i get same error13:05
ikoniamsshams they are just warnings13:05
ikoniamsshams: it sounds like you don't really understand what your doing13:05
ikoniamsshams: I'd suggest you use the versions in the ubuntu repo's unless you have a specific reason not to13:06
msshamsikonia: but after this warning, command finished. and it can't compile13:06
ikoniamsshams: so you need the errors not the warnings13:06
ikoniamsshams: I strongly advise you not to continue though13:07
davidHi everyone can you read me?13:08
=== david is now known as Guest71511
Picidavid: loud and clear13:08
Guest71511Thanks.... I have a serious problem and need help please???13:09
Guest71511Last night I was cleaning up my disk space and obviously deleted something I shouldn't have done13:09
PiciGuest71511: Just ask.13:09
krish_how to install java in ubuntu?13:09
Guest71511This morning I started the computer and I have lost all my toolbars13:09
acp!libxdamage13:10
ubottuSorry, I don't know anything about libxdamage13:10
Guest71511I managed to connenct here in a panic as I had a file on the desktop otherwise I dont know what I would have done.13:10
LjL!info libxdamage1 | acp13:10
ubottuacp: libxdamage1 (source: libxdamage): X11 damaged region extension library. In component main, is optional. Version 1:1.1.1-3 (hardy), package size 9 kB, installed size 60 kB13:10
Guest71511If I click on to lower this page into the background it disappears instead of staying below on the tool bar13:10
Pici!java > krish_13:10
ubottukrish_, please see my private message13:10
Guest71511is it libx that controls all this??13:10
=== Carnage` is now known as Carnage\
krish_thanks ubuttu13:11
LjL!resetpanel | Guest7151113:11
ubottuGuest71511: To reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »13:11
dns53krish_ there are many versions, perhaps you want openjdk-6-jre13:11
krish_did nt get u dns13:11
premi have written a c program i a text editor and saved it in a file , now how do i compile and run it in gcc compiler13:11
LjLprem: gcc -o executable-name file.c13:12
Guest71511LjL How can I resetpanel??? I can right click on panel but it doesn't give me this otpion13:12
ikoniaprem: there are guides on building software on tldp.org13:12
Guest71511Remember I have nothing on my screen.13:12
trilobit`prem: or:  gcc -Wall executable-name file.c     to see all messages including the warnings13:12
premwhat is "executable-name"13:12
LjLGuest71511: hit alt+f2 then type "xterm" to start a terminal13:12
ikoniaprem: there are guides on building software on tldp.org13:12
LjLprem: the name you want to give to your executable13:13
th0rcan someone point me to a good how to for getting an Acer broadcom wifi card working in ubuntu?13:13
premthank13:13
premthank u13:13
ikonia!broadcom13:13
ubottuHelp with Broadcom bcm43xx can be found at https://wiki.ubuntu.com/WifiDocs/Driver/Broadcom43xx13:13
th0rthanks13:13
trilobit`prem: correction: gcc -Wall -o executable-name file.c13:13
Guest71511LjL noyhinh happens???13:14
Guest71511LjL nothing happens13:15
volandGood day to you all. Could anybode help me with s3 Trio 64V+ videocard?13:15
LjLGuest71511: well, it was worth a try. i'm not even entirely sure i've understood what the situation is - you say you've got nothing on screen, yet you said you could right click on the panel (so you have a panel?)13:15
Guest71511LjL if I could get access into the terminal I could do as ubottu tells me, but???? Any idea?13:15
LjLGuest71511: hit ctrl+alt+f1 to go to a textmode terminal, type it in there, then ctrl+alt+f7 to go back to X13:16
mib_b4blihWhen I connect to an IP as: ssh <13:18
slavikis there a tomboy like applet that has alarm clock functionality???13:18
mib_b4blihWhen I connect to an IP as: ssh <IP> how do I know if that is connecting to an internal network address or an IP in the internet?13:18
mari_ntutuI have to create a system with around 100-150 users, I have changed the gnome desktop, icons, background, etc, I want all the users to have the same gnome-nautilus configuration, how can i create users with the same config? I have tried to copy gnome and nautilus folders  (.gcong, .nautilus, etc) to the new user home folder, its works ok but some application still think the new user is the one i copy the folders 13:19
LjLmib_b4blih: you don't, you need to know what your internal network's IPs look like13:19
trilobit`mib_b4blih: you provide the ip address where you connect. You don't know where that ip is ?13:19
slavikmari_ntutu: /etc/skel13:19
ikoniamib_b4blih: you set it up - you should know if that ip is internal or external13:19
jribmari_ntutu: read library.gnome.org admin guide13:20
fffffa13:20
ffffffffppp13:20
mari_ntutuslavik: i know skel, but its gonna be the same results13:20
mib_b4blihBut isnt there a possibility that there is an external IP that I'd like to connect to that has the same IP as an internal one?13:20
LjLfffff: use #test if you want to try out IRC, please don't spam this channel13:20
colchonerosadfsfsf13:20
colchonerohrhrhrhr13:20
colchonerojejeje13:20
slavikmari_ntutu: ??? copy the files to skel, or modify the adduser script or create your own user creation script13:20
ikoniamib_b4blih no13:20
colchoneromarikona!!13:20
^_ecO_^Hi all!!!=))13:21
FreshPrincehi @ all13:21
slavikmari_ntutu: you're an admin, you should be able to write such scripts :)13:21
FreshPrincehi ^_ecO_^ =P13:21
LjLmib_b4blih: unless your network is configured in an insane way, no (ikonia, i assure you that a network can be ;)13:21
savage-anyone installed prelink on ubuntu before?13:21
mib_b4blihikonia: But I thought IP addresses behing a proxy were different/unrelated to the ones outside it13:21
Murder FreshPrince Whence you?13:21
ikoniamib_b4blih: your not making any sense13:21
LjLfffff: do you have an Ubuntu support question?13:21
^_ecO_^I'm from Russia! Hello Freak's13:21
esi2hello mamaracho13:21
* ^_ecO_^ :)13:21
^_ecO_^haha13:21
ikoniamib_b4blih: I usggest you read up on networking13:21
mari_ntutuok, thanks everyone13:21
FreshPrinceMurder, what?13:21
ikonia!ru | ^_ecO_^13:22
ubottu^_ecO_^: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке  / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke13:22
LjL^_ecO_^: i don't like being called a freak13:22
FreshPrince!ch13:22
ubottuSorry, I don't know anything about ch13:22
Murder FreshPrince From what you strange?13:22
FreshPrinceMurder, i dont understand what u mean :(13:22
esi2who paint in ubuntu?13:22
^_ecO_^ LjL sorry, I don' t understand you=(13:22
esi2i dont speak english13:22
mari_ntutuslavik: i know that, but i dont mean just copy, i need to reconfigure for example the gconf13:22
mari_ntutuanywqay thanks13:22
=== Murder is now known as Sexy_guy
LjLfffff: then please don't speak unless you have a support question, or want to answer a question, because this channel is pretty busy as it is. try #ubuntu-offtopic if you just want to chat13:22
ikoniaesi2: what language do you speak13:22
Sexy_guyñóêààààààààà13:22
Sexy_guyâîò ìóäàê13:22
FloodBot1Sexy_guy: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.13:22
FloodBot2Sexy_guy: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.13:22
^_ecO_^õàõà13:23
fffffok,ok13:23
^_ecO_^DDDDD13:23
Sexy_guyíåïîíèìàåò ìíó13:23
Guest71511LjL entered terminal and did what ubottu told me but it didn't exist? If I minimize this panel it goes completely off screen. How can I recuperate it?13:23
jribmari_ntutu: the guide I told you about addresses your situation13:23
esi2i speak spanish13:23
mib_b4blihikonia: so I use the ssh <IP> when I want to connect to a host on the same side and use the same form when I want to connect to a host on the other side13:23
slavikmari_ntutu: scripts :)13:23
LjL!ru13:23
ubottuПожалуйста посетите #ubuntu-ru для получения помощи на русском языке  / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke13:23
mari_ntutujrif: yep, i ll av a look in that, thanks13:23
fffffgood by13:23
remoteCTR1my unlock button in network-manager is greyed out, how can i fix that?13:23
^_ecO_^à ÿ ÷óâàêà íå ïîíèìàþ13:23
^_ecO_^ñóêà13:23
fffffgood bye13:23
^_ecO_^îíè ôëóäÿò æ¸ññêà13:23
Sexy_guyâîò äðîçäèíà13:23
^_ecO_^îëåíè13:23
FloodBot2^_ecO_^: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.13:23
ikonia'qk ^_ecO_^13:23
slavik^_ecO_^: УТФ8!!!13:23
esi2i speak spanish13:23
ikonia!es > esi213:23
ubottuesi2, please see my private message13:23
blueeagle!es > esi213:23
LjLesi2: puedes entrar en #ubuntu-es para español si quieres13:23
remoteCTR1gawd are the kiddies loose or what?13:23
mari_ntutujrib: okok13:23
blueeagleremoteCTR1: They are.13:23
remoteCTR1tsss13:24
mari_ntutujrib: but i dont want sabayon!!13:24
jribmari_ntutu: but the guide offers more!13:24
rakibhi I want to execute some commands just when booting the pc. the commands need root permission to be executed. so i have written the commands to /etc/rc.local. the commands are http://paste.ubuntu.com/55262/ but the commands don't seem to work. can any one suggest me what should to do ?13:25
mib_b4blihikonia:  Irrespective of whether the host resides inside/outside the same network as mine I'd always use "ssh <IP>"?13:25
mari_ntutujrib: as far i can see nop, Just tell "Associating users with a particular profile" within sabayon13:25
ikoniamib_b4blih: yup13:25
Guest71511LjL Can I send u a private message, if you have time??13:25
mari_ntutujrib: i read that around 147 times :)13:25
LjLGuest71511, much better to ask in the channel, i'm not even a GNOME user myself13:25
remoteCTR1i get an error when invoking network-admin: (network-admin:10517): Gtk-WARNING **: Unknown property: GtkComboBox.items and ** (network-admin:10517): CRITICAL **: Unable to lookup session information for process '10517' what is wrong there please? i cant unlock13:26
Guest71511LjL Thks13:26
jribmari_ntutu: what are you reading exactly?13:26
mib_b4blihikonia: What I asked earlier was: How can the program tell between two hosts having the same IP but residing on different sides of the network?13:26
rakibcan any one suggest me !!!!!!!!13:26
LjLmib_b4blih: it can't13:26
ikoniarakib why make aliases, just invoke the stop / start commands13:26
ikoniamib_b4blih they don't13:26
Guest71511When I minimize the tool bars in Gnome they disappear off the screen so I don't have any panels?' Any ideas how to recuperate them please?13:26
mari_ntutujrib: "Desktop Administrators' Guide to GNOME Lockdown and Preconfiguration" from d begining till d end13:26
LjLmib_b4blih: that's why hosts in an internal network should NOT have IPs that are assigned to public use13:26
remoteCTR1rakibi suggest you ast a question13:26
Diractau ate aqui?13:27
LjLmib_b4blih: examples of IPs assigned to *private* uses are 10.x.x.x and 192.168.x.x (iirc)13:27
ikoniamib_b4blih: I suggest you purchase a book on basic networking to get an overview13:27
LjL!br | dirac13:27
ubottudirac: Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado.13:27
rakibikonia: will that do ?13:27
ikoniarakib: yup13:27
ikoniarakib: don't need aliases13:27
rakibikonia: it is the only problem for not executing ?13:27
paul68I if you work with 4 different workspaces, is there a way to modify the homepage from your browser for each workspace?13:27
mib_b4blihLjL: Oh. I didnt know these things were standardised. We have it like that here.13:27
ikoniarakib ?13:27
mib_b4blihikonia: Can you suggest a book?13:28
LjLmib_b4blih, of course the IP addressing space is standardized, if it weren't you wouldn't have an internet13:28
ikoniamib_b4blih tons on amazon, o'reilly is always a good publisher13:28
paul68so you have for workspace 1 as browsers homepage google13:28
mib_b4blihLjL: Evidently, I'm a newbie :D13:28
paul68for the second for example ubuntu13:28
blueeaglepaul68: As far as I know no webbrowser are aware or care which workspace they are opened on. Nor should they imo.13:28
jribmari_ntutu: well it also mentions gconf and pessulus before sabayon even.  And tells you that you should see the GNOME Desktop System Administration Guide for more in depth information on gconf.  And that guide tells you how to set default values for gconf system-wide13:29
mib_b4blihikonia: I search for books on TCP/IP?13:29
rakibikonia: my commands don't seem to work as expected. is it due to the aliases ? if i remove the aliases then they would surely execute ?13:29
ikoniamib_b4blih: just "networking"13:29
mib_b4blihikonia: or on general networking13:29
paul68blueeagle: ok thanks13:29
ikoniarakib thats right13:29
mib_b4blihikonia: Thanks13:29
rakibikonia: thanks13:29
mib_b4blihLjL: Thanks for your time!13:29
Guest71511Last night I deleted some files and this morning when I started my computer I have no tool bars. Any ideas how I can bring them back to the panel again plese?13:29
ikoniaGuest71511: you asked that about 2 minutes ago13:30
ikoniaGuest71511: people have been going through options with you13:30
kibibyteim lokking how to make urlencode in bash13:30
LjLGuest71511: you have no *toolbars*, or you have no *panels*? those aren't the same thing13:30
Guest71511ikonia - u are right, but nothing has helped so far13:30
ikoniaGuest71511 so how is asking again going to make it wotrk13:30
mib_b4blihOne more thing. The passphrase for a private key in SSH protects what and from whom?13:30
LjLGuest71511, it helps us if you give us feedback on the advice we give. for instance, i don't know what happened when you tried the ctrl+alt+f1 thing and reset the panel from there.13:31
ikoniamib_b4blih read up on networking13:31
Guest71511Apologies I am confusing everyone. I have no tool bars at the top or at the bottom so can't access anything. It's a sif they are out of the screen area.13:31
ikoniamib_b4blih: your running before walking13:31
LjLmib_b4blih: it protects you from people who somehow gain physical access to your computer (or access to your files, anyway) from getting your private key with ease13:31
blueeagleGuest71511: Did you press CTRL+ALT+{KeyPad+}13:31
Guest71511LjL I thought I replied. I tried this but nothing happened13:31
Guest71511blueeagle : I will try thks.13:32
LjLGuest71511: you said nothing happened when you had tried the alt+f2 then "xterm" thing13:32
jim_phas firefox 3.03 reached the repos13:32
Guest71511blueeagle which is the KeyPad* key??13:32
jim_p???13:32
mib_b4blihikonia: Isn't Networking a big undertaking for learning something like SSH? I just want to be able to SSH..13:32
Guest71511LjL I will try again13:32
ikoniamib_b4blih you can ssh13:32
ikoniamib_b4blih so no problem13:32
LjLmib_b4blih: if you want to be able to ssh, just type "ssh <IP>" as we've been saying all along13:32
blueeagleGuest71511: That is the big "+" key on the rigth of the keyboard (ie the keypad)13:32
blueeagleGuest71511: Above the key labled "enter" all the way to the right unless ofcourse you're on a laptop.13:33
mib_b4blihikonia: Of course I can. I was just asking if it wasnt necessary to learn Networking first, as you had suggested13:33
ikoniamib_b4blih not to use ssh, but to understand your questions - yes13:33
Guest71511LjL It tells me it cant display13:33
LjLmib_b4blih: no, but it's necessary if you want to satisfactorily answer the questions you asked about internal and public IPs13:33
Guest71511blueeagle will try13:34
mib_b4blihLjL: ok..13:34
smm289windows has a device manager to tell you what drivers and hardware components are installed, Does Hardy have something similiar13:34
Ven]ni have a bootable usb stick with the ubuntu 8.04 image on it.. how do i install ubuntu to that same usb stick? its 4 GB13:34
blueeaglesmm289: lspci and lsusb usually do the trick.13:34
erUSULsmm289: "sudo lshw"13:34
LjLsmm289: yes, there is the "lshw" command that does that, and there is also a graphical interface that uses it in GNOME, although i don't remember where it is (don't use GNOME)13:34
qweqweqwefuck13:34
mib_b4blihThe passphrase protects my private key from people who have access to my computer?13:35
Guest71511blueeagle it did nothing13:35
LjLmib_b4blih: yes, as well as people who somehow gain access to your files in /home, as i said13:35
blueeagleVen]n: I do not recomend you do that. USB sticks have got limited lifetimes and they "wear out" as you write to them.13:35
ActionParsnipyo yo yo13:35
blueeagleGuest71511: Ok. Was worth a shot.13:35
Guest71511blueeagle it seems all my tool bars are off the screen for some reason? I can't recuperate them13:35
blueeagleGuest71511: and by "toolbars" you mean "panels". Please use the right name for them. ;)13:36
Ven]nbluedusk, the alternative is my SSD :)13:36
Guest71511blueeagle thks I appreciate your help13:36
Guest71511LjL Appreciate your kind help too13:36
Ven]nbluedusk, its a netbook13:36
mib_b4blihLjL: But I can easily cat id_rsa and read the contents!13:36
ikoniamib_b4blih: join #ssh or buy the orielly ssh book13:36
Ven]nblueeagle, *13:36
ikoniamib_b4blih: your asking general help, which is nothing to do with ubuntu13:36
blueeagleVen]n: However if you want to do this you need to make the usb stick bootable and extract the files from the ISO-image to a partition and boot from that usb stick and then you can install it.13:36
LjLmib_b4blih: noticed how it says "Proc-Type: 4,ENCRYPTED" at the start of that file?13:36
mib_b4blihikonia: Im using cgi:irc. Have problems with logging into that channel using a proxy connection.13:37
Ven]nblueeagle, thats already done.. but youre saying i can just select the usb key in the installation?13:37
blueeagleVen]n: You may need the alternate install iso to do this tho.13:37
Ven]nuhh13:37
ikoniamib_b4blih sorry, that doesn't make ubuntu an gernal chat channel, the o'reilly book on ssh is VERY good13:37
mosta213salut13:37
LjL!fr | mosta21313:37
ubottumosta213: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr ou #kubuntu-fr13:37
ikoniamib_b4blih: I use it on a regular basis13:37
blueeagleVen]n: Well it would probably be /dev/sd0 unless you've got scsi or sata drives installed. In which case you'd need to identify the stick.13:37
mib_b4blihLjL: Oh!! I'm really asking dumb questions. Sorry!13:38
mosta213hello13:38
ActionParsnipVen]n: sudo fdisk -l will show it13:38
mib_b4blihikonia: Will check it out!13:38
sysdefmib_b4blih: if you loose your private key you have enough time to disable it and generate a new one while the bad guys brutforcing your key13:38
Ven]nblueeagle, ive used unetbootin to create the bootable usb with ubuntu13:38
Guest71511blueagle I did all you advised correctly. Perhaps you can correct me on terminology. At the top and bottom of the screen there are lots of icons. Is this called the toolar or panels?13:39
Ven]nim just wondering if i can install from like E:/extracted_image to E:/13:39
=== Dirac is now known as dalton
Ven]nso i can make changes to the image and not use the "use ubuntu live without adding changes to your computer"13:39
ActionParsnipVen]n: linux doesnt use drive letters, just mount points and devics13:39
Ven]nActionParsnip, i know that. it was an example13:39
ActionParsnipVen]n: thats cool, i take nothing as taken in here13:40
Ven]n:)13:40
wershow do i change my computer's name? :D13:40
Ward1983how do i get rid of network-manager and the applet?13:40
Pici!hostname | wers13:40
ubottuwers: Use hostname <somehostname> to set the hostname, or to do it permanently: edit /etc/hostname  and /etc/hosts . WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly. Alternatively, use the gui at system>administration>networking on the "General" tab13:40
nspramsHi folks, when mounting a window share.. i am not able to access.. and the system hangs..  can anyone help ?13:40
LjLWard1983: you should be able to just uninstall network-manager, last time i checked it wasn't a hard dependency of anything13:40
* ActionParsnip makes mental note of hostname trigger13:40
ActionParsnipnsprams: how are you mounting it?13:40
Ward1983LjL, great :) will try13:41
nspramsActionParsnip: using smbmount13:41
smm289gnome-Device Manager, is a nice GUI device manager, the name is accurate ;)13:41
wersthanks, pici!13:41
ActionParsnipnsprams: ok with fstab or commandline?13:41
nspramsActionParsnip: using command line..13:41
smm289can Hardy connect with 802.11N?13:41
Guest71511LjL and blueeagle Thks for your help this morning. Can either of you suggest where I can go from here????13:41
ActionParsnipnsprams: can you ping the system?13:42
nspramsyes13:42
nspramsit mounts ... but when i try to access.. it goes like a loop13:42
ActionParsnipnsprams: is their a fireall on the windows pc?13:42
jim_pnew opera 9.60 today!!13:42
nsprams ls /mnt/windows-shares/NY2/NY2/NY2/13:42
nspramsls: reading directory /mnt/windows-shares/NY2/NY2/NY2/: Object is remote13:42
ActionParsnipnsprams: and if so is it allowing the correct access13:42
smm289does Hardy have support for 802.11n?13:42
blueeaglensprams: You're doing smbmount on a share that is running on another system?13:42
ActionParsnipsmm289: id imagine so13:43
LjLGuest71511: given the little i know of the situation, i'd suggest creating a new user for yourself (and then moving over your personal files), as it looks to me like you have deleted configuration files13:43
nspramsblueeagle: yes13:43
blueeaglensprams: Is this other system running windows or samba?13:43
nspramsblueeagle: windows13:43
ActionParsnipGuest71511: you could rename all the gnome config folders and reboot13:43
Guest71511LjL Perhaps a good idea. How can I do that?13:43
blueeaglensprams: Do you have a user account on the windows server?13:43
smm289Action: its just that I have an intel 802.11n card in my laptop, but its only connecting at a G rate.  I used to connect with N fine under windows13:43
nspramsActionParsnip: how do i check if it has any thing wrong..13:43
Guest71511ActionParsnip Thks how can I do that13:43
nspramsblueeagle: yes, i can connect from windows... but i am trying to use ubuntu for all my office needs now... stuck with this13:44
LjLGuest71511: well, you can do it from the GNOME settings, but since you probably can't access them, you can "sudo adduser newusername". then you also need to add it to some important groups, such as "admin" (the one that lets you use sudo), that's done with "sudo adduser username groupname". type "groups" as your user to see what groups it currently belongs to, and replicate those13:44
Guest71511LLjL Can I not reload the deleted files?13:44
ActionParsnipGuest71511: http://linuxfud.wordpress.com/2007/02/14/how-to-reset-ubuntugnome-settings-to-defaults-without-re-installing/ but use mv instead of rm13:44
ActionParsnipnsprams: can you give me your mountng command please13:45
Guest71511LjL I am sure if I do this i will get lost in the process.13:45
blueeaglensprams: Have you run (as root): smbpasswd -add <username> <password>13:45
nspramsActionParsnip: blueeagle : will paste the command.. one sec13:45
jim_psmm289: is there a kde equivalent for gnome-device manager?13:45
ActionParsnipblueeagle: isnt that to be ran on a samba server, not one connecting to a file sharing windows box???13:45
Guest71511ActionParsnip. This sounds a great idea. Sorry being a newbie what do you mean by use mv instead of rm???13:46
blueeagleActionParsnip: You may be right. I haven't done this for years. :)13:46
nspramssudo smbmount //ip-soft.net/shares/ /mnt/windows-shares/ -o username=psadhees13:46
LjLGuest71511: seems pretty straightforward to me. "adduser" adds the user. "groups" show you what groups you belong to. "adduser <user> <group>" adds a user to a group.13:46
jim_psmm289: and where is it? i installed it and i lost it :P13:46
ActionParsnipGuest71511: do the action on the folders it specifies individually but use mv to rename, delete only once you have a sound config13:46
nspramsblueeagle: ActionParsnip: the command is "sudo smbmount //ip-soft.net/shares/ /mnt/windows-shares/ -o username=psadhees"13:46
Guest71511LjL Thks. Appreciate what you say13:46
ActionParsnipGuest71511: try to keep deleteing broken configs to a minimal so you can roll back13:47
smm289Jim_P: I beleive I saw a KDE version of device manager, I found the Gnome version in the Add/Remove... system tools13:47
smm289Jim_P: It should be located under applications/System Tools13:48
ActionParsnipnsprams: is it shared over wan?13:48
Guest71511ActionParsnip. I am going to try what you say. do I just click on the web llink or type this in the terminal?13:48
jim_psmm289: thanks a lot. i was looking for it in control panel13:48
blueeaglensprams: try: mount -t smbfs -o username=psadhees,workgroup=yourworkgroup,guest //ip-soft.net/shares /mnt/windows/shares13:48
nspramsActionParsnip: its our office share..13:48
nspramsblueeagle: trying now13:48
ActionParsnipGuest71511: you need to go to the site, if you read the folder list it specifies to rm, you need to rename them using mv (E.g. mv .gconf gconf_old)13:49
ActionParsnipGuest71511: as an example13:49
ActionParsnipGuest71511: just give them different names to what they have13:49
blueeagleouchh.. "office share"... That sounds ehh... dangerous.13:50
ActionParsnipnsprams: id check the hostname you are connecting to. the .net means the system has to hit that domain first, which is on the www13:50
Ward1983_how can i update without installing newer kernels on ubuntu 7.10? i had to use 7.10 because i needed a older kernel13:50
nspramsActionParsnip: ok13:50
=== trilobit` is now known as trilobit`-away
nspramsblueeagle: it is a lill dangerous! :p13:51
confusedhi people!13:51
ActionParsnipnsprams: the host name is not ip-soft.net13:51
confusedi've a trouble with grub13:52
ActionParsnipnsprams: that is on the internet13:52
nspramsActionParsnip: hmm.. yah.. thinking about how i can find the host..13:52
confusedanyone may help me?13:52
blueeaglensprams: I'd recomend mentioning to your boss that a document management system does cost less than what may happen with documents on a shared drive.13:52
ActionParsnipnsprams: it'll be some short name13:52
Pici!ask | confused13:52
ubottuconfused: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)13:52
Abs0looteBeginnehi. i need help at understanding two ssh parameters in ~.ssh/config file: there is "Host" and "Hostname" - i read the man 5 ssh_config but for me its still not clear what is what. could someone pls explain me what parameter is mandatory and whats not ?  - my primary target is to pre-configure some port-forwardings that always gets active if the user connects to one of 4 possible hosts. for example those hostnames may be host1.dyndns13:52
ActionParsnipnsprams: go to the system, right click my computer -> properties -> computer name tab13:52
ikoniaAbs0looteBeginne you may find better support in #openssh13:53
LjL!away > trilobit`-away    (trilobit`-away, see the private message from Ubotu)13:53
ubottutrilobit`-away, please see my private message13:53
ActionParsnipnsprams: you want the leftmost word of the full computername13:53
confusedok13:53
jribAbs0looteBeginne: Host is just your nickname for that connection.  Hostname is the hostname you are actually connecting to13:53
=== lakitu2 is now known as lakitu
ActionParsnipnsprams: like mines sptuk05.rtix.local so my pc is called sptuk0513:53
ActionParsnipnsprams: thats what you need to change your mount command to13:54
nspramsActionParsnip: we used to access it like \\IPsoft tools!\shares\NY2\docs\Operations\IPsoft\ClientLogin  from RUN on windows..13:54
ActionParsnipthe system name has a space. dear lord13:55
ActionParsnipnsprams: then put quotes round it13:55
nspramsoh.. sorry.. that got replaced..13:55
nspramsits the domin name that needs to go there..13:55
nspramsipsoft.net13:55
nspramsthat is13:55
ActionParsnipno, just the computer name13:55
ActionParsnipthat is holding the files13:55
OsamaKMono problem: <http://ubuntuforums.org/showthread.php?p=5922732#post5922732>13:56
ActionParsnipnsprams: you can also run ipconfig /all in a cmd prompt and at the top will be the host name13:56
nspramsActionParsnip: \\ipsoft.net\shares\NY2\docs\Operations\IPsoft\ClientLogin is how we access from windows..13:56
smm289is anyone here connected at 802.11N rates, I can't get past a G connection, and googles not being much help this moring13:56
nspramsbut i do not have access to the system..13:56
ActionParsnipnsprams: thats because you are naming the whole domain, not a pc13:56
nspramsActionParsnip: how do i figure out the host ?13:57
blueeaglensprams: Don't tell me that the computer is named ipsoft.net?13:57
nspramsblueeagle: nah, its not!13:57
ikoniablueeagle tahts dns it will default to the domain record for the domain13:57
ActionParsnipnsprams: walk to the system and run ipconfig /all in a cmd prompt, at the top it will say hostname, thats what you need13:57
blueeagleahh..13:57
ikoniablueeagle: there will be a hostname but it's not shown13:57
ActionParsnipnsprams: or if you know its IP you can use that13:58
nspramsActionParsnip: thanks, i do not know the physical location of the box, let me check if someone here knows..13:58
nsprams:(13:58
blueeaglensprams: Try sending it a ping and follow the sound. :p13:59
dany_21a_nsprams: what happens if you ping ipsoft.net?13:59
blueeagledany_21a_: That would give him an ip address which he could use instead of the hostname, wouldn't it?13:59
ActionParsnipdany_21a_: thats the name of his domain, we need the computername holding the data13:59
dany_21a_bluedusk: jep14:00
dany_21a_blueeagle: sorry, ^14:00
ActionParsnipyou could have mailserver.ipsoft.net and file01.ipsoft.net14:00
blueeagledany_21a_: no worries. :)14:00
linkinxphello i would like to make a little app to display my current mac address , i will like to have it in gnome panel, how i lookup my mac address string?14:00
ActionParsniplinkinxp: ifconfig14:00
blueeagleActionParsnip: They use smb shares to share documents... do you think they've got several servers? o.O14:00
linkinxpActionParsnip, i know that. but how i call it from a script?14:01
ActionParsnipblueeagle: we have thousands at my place of work14:01
blueeagleActionParsnip: servers or smb shares?14:01
linkinxpActionParsnip, only the HWaddr14:01
ActionParsniplinkinxp: just call it like you do in a shell, but in a bash script14:01
jlillySo I'm having some issues with my wireless. Specifically that the connection drops in and out. Any thoughts? (Running on a MBP)14:01
ActionParsniplinkinxp: you're gonna be sed and grepping to cut the flack out14:02
jlillyI'm using the ath_pci driver via madwifi14:02
nspramsdany_21a_: sorry i missed your question , it pings to IP 199.106.237.14314:02
ActionParsniplinkinxp: lemme see if its been done14:02
linkinxpActionParsnip,  Grep and Sed? let me find out .14:02
linkinxpActionParsnip, thanks!14:02
ActionParsnipnsprams: then use that instead of the hostname14:02
nspramsok, trying now14:02
Raku-chanUltra mixer load error14:03
dany_21a_nsprams: try to open smb://199.106.237.143 in konq or nautilus14:04
blueeagleLinuturk: ifconfig |grep HWaddr|grep eth0|awk {'print $5'}14:05
blueeagleLinuturk: That's probably awkabuse.14:06
=== Ward1983_ is now known as Ward1983
Linuturkblueeagle, probably not talking to me :)14:06
nspramsdany_21a_: trying..14:06
Raku-chanhello my ukltramixer can't load the music i have14:06
blueeagleLinuturk: That would be correct. :p14:06
ActionParsnipblueeagle: looks decent14:06
blueeaglelinkinxp: ifconfig |grep HWaddr|grep eth0|awk {'print $5'}14:06
dr-leehi14:06
linkinxpbluedusk, wow let me try :S14:06
blueeaglelinkinxp: ifconfig |grep eth0|awk {'print $5'}14:07
linkinxpawesome14:07
blueeaglegrepping for hwaddr was redundant14:07
linkinxpho ok14:07
linkinxpi can change it to wlan014:07
ActionParsnipsome people have leet bash skillz14:07
dr-leei have searched some hours and cant find an answer....can you help me??14:07
blueeaglejust replace eth0 with wlan014:07
jlillydr-lee: don't ask to ask. just state your question.14:07
ActionParsnip!ask | dr-lee14:07
ubottudr-lee: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)14:07
linkinxpthanks i need to learn that14:07
PiciRaku-chan: What is ukltramixer?14:07
dany_21a_blueeagle: prefix it with LC_ALL=C14:08
dr-leehow can i install or check out if ahci is installed..i want to use ahci sata harddiscs14:08
blueeagledany_21a_: Why?14:08
dr-leeon ubuntu 814:08
jlillylinkinxp: if you're looking for some bash tricks, you might find some here: http://justinlilly.com/wp-content/uploads/bash_profile14:08
linkinxpjlilly, i will read right now, thanks14:08
jlilly^^ my bashrc in ubuntu (in transitition from mac)14:08
dany_21a_blueeagle: on a german locale it would print out "Adresse", because the string looks like: eth0      Link encap:Ethernet  Hardware Adresse 00:50:fc:b1:xx:xx14:08
linkinxpnow how can i make an app in the panel gnome with that info??14:08
dfthello, anyone know of a better way to get the date of a file instead of ls -ltr --time-style=+%s and piping the result into awk?14:09
blueeagledany_21a_: Good point.14:09
blueeaglelinkinxp: Did you get what dany_21a_ said?14:09
ActionParsnipdr-lee: is that fake raid?14:09
dany_21a_blueeagle: i also hate, that some commmandline tools a localized...14:09
blueeaglelinkinxp: LC_ALL=C ifconfig |grep eth0|awk {'print $5'}14:09
linkinxpbluedusk, yes14:09
arturdam siemka14:09
ActionParsnipdr-lee: http://ubuntuforums.org/archive/index.php/t-288935.html14:09
linkinxpblueeagle, yes, but how i put a TextLabel in there? in gnome panel? :?14:10
dfthello, anyone know of a better way to get the date of a file instead of ls -ltr --time-style=+%s and piping the result into awk?14:10
dr-leethank you14:10
cowboydHi, I just took a "partial distribution upgrade" of the 8.10beta about 5 minutes ago, and I fear that it is hung on the "cleaning up" step. The last line in the terminal output is "ldconfig deferred processing now taking place."    I'm a bit worried at this point about how to proceed without destroying something major. Anyone have advice on what to do?14:10
ActionParsnipdft: if it works then sweet14:10
blueeaglelinkinxp: I don't use gnome so I wouldn't know.14:10
dftit does14:10
ActionParsnipcowboyd: id give it a bit14:11
nspramsdany_21a_: smb://199.106.237.143 doesnt show any files..14:11
paul68blueeagle: I've to keep an close eye on your answers I already learned a lot from you today thanks for that14:11
dftbut I'm wondering if there is a better way while using bash shell scripting14:11
cowboydActionParsnip: it's been at it for over 10 minutes, and I don't see any noticeable cpu or disk usage14:11
dr-leei read this article allready..seems very complicated but i will try14:11
ActionParsnipnsprams: i think you are trying to connect to the wrong thing, you keep giving the address of internet things14:11
linkinxpblueeagle, thanks, ill find out thanks for your help14:11
blueeaglelinkinxp: echo some label `LC_ALL=C ifconfig |grep eth0|awk {'print $5'}`14:11
linkinxpand every1's14:11
ActionParsnipcowboyd: what time is it where you are?14:11
cowboyd9:12am14:12
blueeaglelinkinxp: In the command line that will yeld: some label <mac address here>14:12
blueeaglepaul68: :)14:12
ActionParsnipcowboyd: ok just curious if you could leave it over nigth14:12
dr-leesecond question...how can i install fingerprint software for ubuntu..which software and daemon do you recommend for fingerprint readers ?14:12
cowboydActionParsnip: lol, unfortunately I just got into work!14:12
ActionParsnipcowboyd: waste some time for another 20mins say giving it 30 mins total14:12
ActionParsnipcowboyd: ah14:12
cowboydActionParsnip: I'll go get some coffee, delay, etc....14:13
ActionParsnipbest way14:13
nspramsActionParsnip: dany_21a_ blueeagle : thanks much for all your help.. i will see if i can get the IP , that i should be connecting to..14:13
icnpunkwho have safe and easy full disk back for linux?14:13
=== draa is now known as draa|abwaschen
cowboydActionParsnip: If that is the case, it would be nice if it at least gave some sort of response, like "this could take up to 30 minutes"14:14
cowboydalso, am I endangering the process by using IRC?14:15
ActionParsnipcowboyd: indeed but i think its eithe taking its sweet time or hng in which caseyou're gonna have to look at your processes14:15
dftcowboyd: IRC will corrupt your soul14:15
dftlet alone your system:)14:15
ActionParsnipcowboyd: no, should be ok. the new programs are not used until yuo run them14:15
Picidft: You can probably use stat to get the time faster.  i.e.: stat -c %x file.ext  : fyi, it may use your shell's builtin stat, so change to bash if you're using something else (it didn't work properly for me in zsh)14:16
dftPici: ty I'll check it out14:16
Raku-chanbye14:16
cowboydActionParsnip: So, I'm going to wait 20 minutes before doing anything, but if it is hung, what should I do to minimize fail?14:17
dr-leedmraid is for raid..look like if i have to make this option fakeraid to use the ahci sata hot pluggin feature, am i right?14:18
dr-leeisnt there a lil more easy way?14:18
Kartagisif i am getting 'C++ compiler cannot create executables' error, do i need to14:18
Kartagisif i am getting 'C++ compiler cannot create executables' error, do i need to get gcc?14:18
jribKartagis: you need build-essential14:19
peter_Hi. I want to build a Qt/embedded application from source on ubuntu. Where is it available from? Thanks.14:19
ActionParsnipcowboyd: you can brig up a terminal and type ps -ef14:19
ActionParsnipcowboyd: you may have a hung app14:19
Kartagisthanks jrib14:19
blueeagl1ikonia: Ok, now the script is running. In three hours and ten seconds we'll know if it works. :)14:20
=== blueeagl1 is now known as BlueEagle
paul68blueeagle: do you have by any chance a working solution to get a creative labs fatal1y working under ubuntu14:20
BlueEaglepaul68: "working" and "creative" does NOT belong in the same sentence.14:21
paul68blueeagle: lol14:21
BlueEaglepaul68: You'll have to look elsewhere for that. I refuse to do any kind of support on Creative products.14:21
Picipaul68: Other people in this channel may be able to help though, be patient.14:22
paul68blueeagle: no problem14:22
=== root is now known as Guest71310
ActionParsnipBlueEagle: how about its difficult to get *creative* sound cards *working*14:24
dr-leethanks for your help though....seems like linux is still an operating system for the it proffessionals...all the time when i want to install a lil hardware functionality i have to compile kernel or kernel modules...this is much too complex and complicated for normal users :(((14:24
=== The_rogue_smiler is now known as roguesmiler
BlueEagleActionParsnip: How about creative is fucking their customers by releasing crippled drivers to force people to by new sound cards?14:24
PiciBlueEagle: That language is not necessary.14:25
BlueEaglesorry about the language.14:25
ActionParsnipdr-lee: its not hard to compile stuff, dont be afraid14:25
BlueEaglePici: I am just a tad upset about their businessmodel, as you probably noticed.14:25
ActionParsnipBlueEagle: just research whats compatible and buy that rather than buying blind and getting a tonne of grief14:25
mcplectrumhow can i force hardy to use 75hz instead of 60? At the moment only 60hz is available, but the monitor supports 75hz14:26
ActionParsnipBlueEagle: they make more money by supporting windows so they put more effort into supporting that which is an excellent business model for creatinve as it generates maximum cash14:26
cowboydActionParsnip: yeah, I'll give it 5 more minutes, but which process do I need to kill off? update-manager? Also, where (if at all) should I file a bug in order to help out?14:26
dr-leeok ..thanks again..very last question...do you recommend using sata drives in ahci mode on ubuntu..i read that there are still many bugs and i havent found one guy who is saying that he recommends this functionality??14:26
BlueEagleActionParsnip: I am talking about the Vista drivers they released (or rather didn't) and when some guy released working drivers they threatened to slap him with a lawsuit for distributing his fix.14:27
andersonhi14:27
andersoni need help14:27
BlueEagle!ask > anderson14:27
ubottuanderson, please see my private message14:27
ActionParsnipcowboyd: look at whats running in the list and what the apps are called that you are running to update14:27
remuhey guys, I'm running the Intrepid Beta, but I have what I believe is a general question. I was having problems with my sound, so I added irqpoll as a kernel option which solved my sound issues, but it seems to make the system less responsive, especially the touchpad. Does anyone know if it is possible to apply the irqpoll only to the soundcard?14:27
andersoni dont speak english14:27
ActionParsnipBlueEagle: thats vista for you, i ran it for a month on MSDN license. It sucked14:27
Pici!br | anderson14:28
ubottuanderson: Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado.14:28
dr-lee<anderson> i dont speak english outch14:28
andersonim not register in channel ubuntu-br14:28
Pici!register > anderson14:28
ubottuanderson, please see my private message14:28
BlueEagleActionParsnip: Well, it's not Vistas fault as it's Creative that willfully withold drivers that are known to work properly for the sake of having users upgrading their hardware.14:28
dr-leeany1 here who can recommend using ubuntu with sata drives in ahci mode ??14:28
andersonhow make for register14:28
cowboydActionParsnip:  ok, since this is a dist-upgrade, there are alot of packages14:28
Picianderson: See the message from ubottu14:29
murlidharcan anybody help me setup my tvcard in linux ?14:29
ActionParsnipcowboyd: true, you may have to websearch a little so you know whats going on14:29
cwraigmurlidhar, what kind of card do you have?14:29
murlidhari have installed tvtime already but not able to see any programs14:29
zoli2k/join #ubuntu-hu14:30
murlidharcwraig: it's card with conexant chip on it14:30
TuTUXGBlueEagle, basically, all the hw companies who only release proprietary drivers are doing the same thing14:31
overridertrying to install a dependency to get virtualbox to work right it says: "Depends: linux-image-2.6.24-20-generic  but it is not installable" . Searching for mentioned package, it doesnt show up. How can i enable it? It seems my sources.plist is correctly. thanks14:31
Kartagishttp://www.sudrap.org/paste/4796/ <--- why do i get that?14:31
ne2k__how can I view the current state of a NAT masquerading table? Is it possible to kill a specific connection through a NAT router by issuing a command?14:31
ActionParsnipoverrider: let me guess you are on kernel 2.6.24.19?14:31
ikoniaKartagis autoheader is not installed on your system14:31
cowboydActionParsnip: yeah, I've search, but not getting to many hits14:32
ikoniaKartagis:  command not found14:32
overriderActionParsnip, yes i am. just installed from the ubuntu cd i downloaded and installed14:32
ActionParsnipne2k__: type route14:32
MasterOfZenhttp://www.meine-nackte-ex.cc.gd/?ref=341139614:32
cwraigmurlidhar, do you know if linux has identified your card correctly?14:32
overriderls -l14:32
ActionParsnipoverrider: you install virtualbox then theres a module pertaining to vbox which must match your kernel number. let me fire up my box14:32
ne2k__ActionParsnip: what has the routing table got to do with it?14:33
ward__what is mapping hotplug in /etc/network/interfaces used for?14:33
murlidharcwraig: i am not sure14:33
dr-leek. u linux guys want the ordinary linux users like me doin kernel and module compiling....now i know why i everyone is suggesting installing a bootloader so you can at least work after unsuccesful kernel compile14:33
mctagloey all14:33
ActionParsnipne2k__: it'll show you routes that are active which should show you some info14:33
ikoniadr-lee you need a boot loader to boot linux - you can't work without one14:33
NET||abuseHow can i get the nm-applet to use the pptp connection settings for when i need to vpn to work?14:33
overriderActionParsnip, thats right. but then selecting that package it says it cannot install it because it needs the linux-image-2.6.24-20-generic, which it cannot find. and i cannot find it using the synaptic either14:33
ikoniadr-lee: thats nothing to do with compiling a kernel14:33
andersonwhy change nick name14:34
ne2k__dr-lee: man, you should be taking the lid off your hard drive and remagnetizing bits of it by hand14:34
dr-leehehehe14:34
andersoni never make this14:34
ward__what is mapping hotplug in /etc/network/interfaces used for?14:34
ActionParsnipoverrider: the thing its trying to install, change the name to end in 19 and it will sail14:34
mctagneed some help with 8.04 lts   (wipe all existing lvm/raids)14:34
dr-leethank you guys anyways14:34
TuTUXGdr-lee, i have used linux (ubuntu and suse) for 5 years and on at least 12 different laptops and I have never need to compile kernel14:34
ikoniamctag: what is the issue14:34
cwraigmurlidhar, can you open the file manager and go to /dev  in that folder should be a file called video0 or something similar14:35
ne2k__ActionParsnip: why would seeing routes tell me what the NAT masquerading table was?14:35
cwraigTuTUXG, wow thats an achievement14:35
mctagikonia been stuck between istalls - the new install autodetect all depreciated pars14:35
SurfnKidhi guys, im trying to set up the ports to access a computer via SSH14:35
ikoniamctag delete the partitions at a partition level14:35
SurfnKidwhich ports should I open?14:35
SurfnKidport 22 only?14:35
alsor2214:36
alsoryuh14:36
dr-leei wanted to use the terratec usb dvb-t device..therefore i had to compile kernel modules and change firmware...i want to use ahci and i have to compile kernel as it seems, i want to use music software andi need realtime kernel...everything needs compiling kernels and modules :((14:36
TuTUXGcwraig, i repair laptops for friends14:36
SurfnKidalsor: ok cool14:36
ward__SurfnKid, yes 22 should do it (tcp btw)14:36
ActionParsnipne2k__: sorry, i misunderstood14:36
SurfnKidthanks14:36
ne2k__SurfnKid: tcp port 2214:36
alsorSurfnKid: al right14:36
murlidharcwraig: will that be a folder ?14:36
cwraigSurfnKid, 2214:36
mctagikonia: tryed that when recreate mdadm or lvm initalise alwas the old crap14:36
cwraigmurlidhar, no it will be a file14:36
* SurfnKid is now more assured than ever with several different sources of confirmation14:36
abe3khi guys :), I have a question, is it possible to view my windows registry from ubuntu ?14:36
* SurfnKid is relieved :]14:36
ward__lol14:37
ne2k__alsor: cwraig: there is no such thing as "port 22". there is udp port 22, and there is tcp port 2214:37
dr-leeeveryone says compile but i am after 25 years hanging infront of the screen still no it specialist..shit14:37
SurfnKidgotta run14:37
murlidharcwraig: yes there is file called video014:37
ikoniamctagif how are you deleting the partitions and at what stage are you deleting them14:37
ikoniamctag: keep in mind you need to have the volumes stopped the the logical volumes deactived14:37
mctagikonia isnt there any way to  wipe that crap exept  wipe or dd14:37
BlueEagleTuTUXG: But not all threaten to sue people who provide 3rd party fixes.14:37
ward__what is mapping hotplug in /etc/network/interfaces used for?14:37
cwraigmurlidhar, do you have a webcam or some other kind of video input device?14:37
ikoniamctag: so you've not done fdisk on the physical devices (not meta drives) and removed the partitions14:38
murlidharcwraig: nope . just the tvcard .14:38
anphihi, I've got an KUbuntu USB-Stick that will not start X or bash and just stops in an busybox (initramfs) every time I boot it14:38
dr-leecopy and pasting some lines in the terminal windows which i dont understand is allright for me but compiling without knowing what i am doin there is quite dangerous..there is risk that i am compiling malware in the kernel14:38
abe3kis it possible to view a windows registry from ubuntu ?14:38
ikoniaabe3k not relaly14:38
ikoniareally14:38
alsorne2k__: yes, u r right:)14:38
ne2k__abe3k: you can probably run regedt32 under wine. not sure, though14:38
abe3kno I mean my windows from another partition14:39
LjLne2k__: yeah but wine's own regedit uses a different format, so you'd have to try windows' own14:39
TuTUXGBlueEagle, just because there are no one that knowledgeable to write a better driver for stuff like graphic cards14:39
mctagikonia: ack. mdadm has a lot of bugtraqs   the last time i wiped the drives to get rid of the prob.  takes a loooong time on 2 500 gb14:39
dr-leetime to take some bottles of anti sadness beer :((14:40
ward__mctag, i want 2.5terrabyte too!14:40
ward__lol14:40
mctagward_ 2x 50014:40
mctag=-P14:40
cwraigmurlidhar, ok there is a good chance that that is your tv card then, i have never used tvtime but i have used xawtv to debug tvcard inputs, i would recommend installing that (sudo apt-get install xawtv) then running xawtv from the command line and see what comes up14:40
cwraigne2k__, yea i suppose the question was about firewalls so i should have been more specific14:41
tony_irc.freenode.org/vbox14:41
mctagward_ : 1 tb is still too expensive here14:41
murlidharcwraig: ok i will install it right now14:41
=== trilobit`-away is now known as trilobit`
dr-leethanks and cu !14:41
dr-leebye14:41
ward__mctag, aaah lol still thats a lot, i have 580GB, but on the other hand i have 2 WD 10000rpm raptors :D14:41
BlueEagleActionParsnip, Pici, paul68: If you're interested in what I'm on about please read http://forums.creative.com/creativelabs/board/message?board.id=soundblaster&thread.id=11633214:41
LjL!info chntpw | abe3k, despite the description, google says this might be a full-fledged registry editor14:41
ubottuabe3k, despite the description, google says this might be a full-fledged registry editor: chntpw (source: chntpw): NT SAM password recovery utility. In component multiverse, is optional. Version 0.99.3-1 (hardy), package size 128 kB, installed size 324 kB14:42
Dudema1I keep getting a packages sum mismatch whenever I try to update my packages information.14:42
abe3kljl : I just found this search :D14:42
trilobit`LjL: point taken in away's14:42
etagcan some one point me link for installing jboss server on ubuntu?14:42
ward__i love my raptors in RAID0 :)14:42
LjLabe3k: http://ubuntuforums.org/showthread.php?t=678747 as well14:42
mctagwaard_: rented a box   500gb  raid with xen14:42
Kartagisis autoheader included in autoconf?14:42
ActionParsnipward__: you seen SAS in raid 50?14:43
ward__mctag, i never tried xen up till now14:43
ward__ActionParsnip, nope, but sounds cool14:43
mctagwaard_: using vhosts14:43
mctag?14:43
ward__mctag, im not sure what you mean, and the name is ward :p not waard14:43
Dudema1Why do I continuously get this whenever I run sudo apt-get update?14:44
Dudema1W: Failed to fetch http://ae.archive.ubuntu.com/ubuntu/dists/hardy-updates/main/binary-i386/Packages.bz2  Hash Sum mismatch14:44
ActionParsnipward__: oh only lots14:44
mctag*bow*  ward_14:44
ward__ActionParsnip, for a desktop those 2 raptors work great :)14:44
ActionParsnipward__: 4 x SCSI HDDs to make 1 logical drive14:44
ward__lol mctag use tab completion its a double _ at the moment :p14:44
andersonhi help please14:44
Dudema1!ask14:45
murlidharcwraig: installed it but it's not showing any channels14:45
ubottuPlease don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)14:45
ward__ActionParsnip, sounds good too, but i only have a desktop, no server so i use SATA :)14:45
mctagnah  i'm oldskool14:45
andersoni cant the register in the channel ubuntu-br14:45
BlueEagleTuTUXG: If you're interested in my rant I can /msg it to you. I don't see any point in continuing in here. :)14:45
andersonis hard14:45
ward__ActionParsnip, ive been thinking though, i have 2 regular drives of allmost the same size, maybe im gona put them into raid0 all 414:45
mctagafk14:45
TuTUXGBlueEagle, it's ok, im just random chatting14:45
BlueEagle:)14:46
ActionParsnipward__: or raid 1014:46
ward__ActionParsnip, i dont need redundancy anyway :D might aswell go for speed14:46
ActionParsnipward__: or raid 5 with one drive as disk parity14:46
ward__ActionParsnip, if it was a server i would go for RAID5, imho the best combo between speed and redundancy14:47
cwraigmurlidhar, ok, i think its safe to assume that your card is setup correctly from a hardware/driver point of view, you will now need to scan for channels and this is where you will need to ask someone else maybe hit up #mythtv i dont know much about the use of these cards only their setup14:47
abe3kok so I think a cool idea would be to copy windows registry to overwrite wine's registry and view it14:47
murlidharcwraig: k thanks .:)14:47
BlueEagleward__: The speedgains from raid0 is only apperant on very large files. On small files the access times eat up any potential gain from running raid0. Atleat that's what I'm told.14:47
ward__abe3k, no need for overwrite14:47
ActionParsnipabe3k: you can simply view the .reg file with yuor favourite text viewer, its a text file14:48
ward__abe3k, you could export the whole registry and read it as a file with regedit :)14:48
ibeLg14:48
abe3kward__ : so I can use wine's regedit14:48
ward__lol ActionParsnip beat me to it14:48
cwraigabe3k, cant you just export the regsitry from regedit in windows?14:48
abe3kward__ : windows registry is in binary mode14:48
ward__abe3k, never tried it but that would seem logical yes, you should ask in #wine to make sure14:48
friezearthello. i am trying to install a mail server plus some imap mechanism, so i can access mail securely. previously i used courier-imap ssl and postfix, but i think there is newer software. had seen tutorials on ubuntu sites before now i just cant see to find them14:49
abe3kcwraig : but I have to log into windows which I don't want to do14:49
ward__abe3k, im sure you can export the windows registry into a reg file like ActionParsnip also said14:49
ActionParsnipabe3k: itll make a file of about 5Mb then you can read it in nano14:49
abe3kActionParnsip : windows registry isn't a text file I guess14:49
ward__lol too lazy to boot windows, well then i dont think we can help you any further, at least not me14:49
ActionParsnipabe3k: or be smart and use something like: cat ./file.reg | grep <search string>14:49
=== draa|abwaschen is now known as draa
BlueEagleward__: I would create a backup of the registry files that wine generates before copying over the ones from your windows drive.14:50
ward__BlueEagle, im not the one planning to do that :p14:50
abe3kActionParsnip : this is windows registry for software "/media/sda1/WINDOWS/system32/config/software.sav" and its binary14:51
ward__BlueEagle, abe3k wants to read his windows registry in wine and we allready told him its best to export his registry in windows and then open it in wine, no need to overwrite14:51
cwraigabe3k, if i remember correctly there was some kind of group policy that let you run commands in windows on shutdown, you could dump your registry on each shutdown to a text file and then import it into wine each time (theres prob a command line thing for that too)14:51
FrozenballI hate Windows registery14:51
wtgeeHola...where did the 'turn trackpad off while typing' feature go in Ibex?14:51
Frozenballthe *nix way is much better14:51
BlueEagleward__: My bad on the nick. But as he sais, he doesn't want to boot into windows. THat leaves overwriting as the only viable option unless you want to start modding regedit to take a parameter and open a different file. :)14:52
thiebaude!ibex14:52
ubottuIntrepid Ibex is the code name for Ubuntu 8.10, due October 30th, 2008 - Warning lots of broken software between now and October 30th! - Use #ubuntu+1 for support, NOT #ubuntu14:52
=== cew_leo is now known as co-cancer
ActionParsnipFrozenball: win3.1 had config files like *nix14:52
wtgeethibaude: sorry, thanks14:52
ward__BlueEagle, nah just exporting it would be best, if he doesnt want to boot windows then why is it on his drive?14:52
thiebaudeyour welcomed, wtgee14:53
BlueEagleward__: nostalgia? :p14:53
cwraigBlueEagle, haha14:53
ward__BlueEagle, lol14:53
Ibrahimhello , I have just try to install intrepid on my dell inspiron 6400 but boot process hang after splash screen appeared. I can do nothing after that.. Any suggestion?14:54
PiciIbrahim: Please join #ubuntu+1 for Intrepid/8.10 support/discussion.14:54
ward__what is mapping hotplug in /etc/network/interfaces used for?14:54
anphihi, I've got an KUbuntu USB-Stick that will not start X or bash and just stops in an busybox (initramfs) every time I boot it14:54
albanoaloooooooooooooooooooooo14:55
ward__pfff14:56
ward__does anyone know a lot about /etc/network/interfaces?14:56
ward__i need to know what mapping hotplug is used for14:56
wangirc.pythian14:57
ward__:s14:57
ActionParsnipward__: mapping hotplug?14:58
ward__ActionParsnip, correct, do i need it?14:58
ActionParsnipward__: im conversant with the file14:59
ward__ActionParsnip, probably not if you dunno about it :)14:59
thiebaudeward_:you trying to do something with usb?14:59
ActionParsnipward__: not heard of it14:59
Lambai used to have an app years ago on gentoo where you could pipe in text and it'd give you an ascii art bubble writing of it, bout 2-3" high. - cant for the life of me remember what it was called though. anyone seen it in ubunru repos ?14:59
ward__ActionParsnip, ok then im gonna try if it works without, because one interface is connected to my neighbours wifi network and it can fall away sometimes14:59
wtgeewarn__:  usb network cards?14:59
ward__ActionParsnip, i thought it could be needed to reconnect automatically15:00
ward__thiebaude, nope not at all why do you think that?15:00
ward__thiebaude, /etc/network/interfaces is used to store the configuration of network interfaces15:00
ActionParsnipward__: just comment out the line then sudo /etc/init.d/networking restart15:00
mctagre15:01
ward__ActionParsnip, ah nice i thought i really had to reboot to make sure it worked, didnt now restarting networking would do it :)15:01
ActionParsnipward__: nar reboots are for windows and kernel updates15:01
ActionParsnipward__: linux is made for uptime dude15:01
thiebaudeward:just googling to see if i could come up with an answer15:01
ward__ActionParsnip, actually its possible to do a kernel update without rebooting since a while ago :p15:01
dxj313hello15:02
ward__thiebaude, ah ok no problem :)15:02
ActionParsnipward__: nice15:02
ActionParsnipward__: id still reboot to make sure it comes up ok from cold15:02
mctagward_: know a way to remove all lvm /raid without remove  or dd / wipe ?15:02
ward__thiebaude, another tip: if you type the first few letters of a nickname press tabl to use tab completion, :) (works in a terminal aswell for files and dirs)15:02
ikoniayou can't do kernel updates without rebooting15:02
ikoniathats impossible15:02
ward__ActionParsnip, will do, its a VM anyway :) gonna try to loaddbalance between 2 interfaces15:02
ward__brb15:02
ludditehi: has anyone done the upgrade from 8.04 to 8.10 and had all drivers and modules successfully working without re-making?15:03
Pici!ibex | luddite15:03
ubottuluddite: Intrepid Ibex is the code name for Ubuntu 8.10, due October 30th, 2008 - Warning lots of broken software between now and October 30th! - Use #ubuntu+1 for support, NOT #ubuntu15:03
ikonialuddite: 8.10 support is in #ubuntu+1 and it's still in beta so it WILL break15:03
ludditeok thatnks very mucj15:03
ludditewont upgrade15:03
luddite:-) YET15:03
ferronicahow to log in as root in ubuntu 8.04? (in Text mode)15:03
ward_mctag, i only use fakeraid in windows, no raid in linux :( dunno sorry15:03
ikoniaferronica: you don'ty15:04
ActionParsnipluddite: when its time to upgrade your system will tell you15:04
ikoniadont15:04
ActionParsnipluddite: if its all working why are you wanting to fix it?15:04
ferronicaikonia: what?15:04
thiebaudeluddite:did you sudo apt-get update-manager -d?15:04
ikoniaActionParsnip: actually it won't as 8.04 is an LTS release so it shouldn't alert that 8.10 is available15:04
thiebaudedid15:04
ferronicaikonia: didnt get you15:04
ikoniaferronica: you don't login as root15:04
Slartferronica: use sudo for all your root needs15:04
ActionParsnipim gonna sit on hardy for a long while its nice15:04
ferronicaikonia: why so, if i want to work as root then what i have to do?15:04
thiebaudeme too actionparsnip15:05
mctagward_ whish i'd  bought that raid controller15:05
ikoniaferronica: use sudo15:05
thropehi - using ubuntu 8.10 my time and date setttings (including unlock) are greyed out and setting date at the command line just gets reset (it's an hour out) - how can I change the time?15:05
ikonia!intrepid | thrope15:05
ubottuthrope: Intrepid Ibex is the code name for Ubuntu 8.10, due October 30th, 2008 - Warning lots of broken software between now and October 30th! - Use #ubuntu+1 for support, *NOT* #ubuntu15:05
thiebaudethere is problems with intel onboard cards15:05
ferronicaikonia: in text mode also (Alt+F1)15:05
thropeikonia: sorry its 8.04 not 8.10 - the current one15:05
ikoniaferronica: yes15:05
ActionParsnipthiebaude: graphics, sound, wireless?15:05
ludditeActionParsnip: when i upgrade to 8.04 it totally fucked up my system so i needed to fresh install -(i backup everything b4 i do installs so no data was lost). so im wondering if this will be another dismal failure like what most  people experienced last upgrade?15:06
mctagikonia: got an idea ?  to wipe all former crap ?15:06
ferronicaikonia: Oh, i wanna to do some renaming of file in usr, what command should i use?15:06
ActionParsnipluddite: i always do a clean install due to the woes ive heard15:06
ikoniaferronica: sudo mv15:06
thiebaudeactionparsnip:in 8.10 i tried to change plug n play to intel 815 and then when i rebooted the os would not load15:06
ludditecool - point taken15:06
ikoniamctag: use fdisk to destroy the partition15:06
ludditei will try though15:06
ludditei only have wifi and webcam drivers needed15:07
ActionParsnipferronica: e.g sudo mv ~/somefile.txt /usr/bin/15:07
ludditecompiz settings DAMN15:07
ludditecan they be saved15:07
ward_mctag, if you mean fakeraid its not very usefull in linux anyway, software raid is faster i read several times15:07
mctagikonia: did that overwrote it some times the damn kernel still redetect the old lvm15:07
ikoniamctag how can it detect lvm if the partitions are gone15:07
thiebaude!lvm15:08
ubottuTips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/RaidConfigurationHowto and http://www.tldp.org/HOWTO/LVM-HOWTO15:08
=== caplink811log is now known as caplink811_log
jribluddite: upgrades have always run smoothly for me after final release using only official repositories (no third party)15:08
ikoniamctag: your /etc/mdadm.conf has the raid entries removed I assume15:09
thiebaudejrib:all the upgrades over the past 4 yrs went perfect, it's just this one i have a problem15:09
mctagubottu: great: i spend  hours reading bgtrqs ....15:09
ubottuError: I am only a bot, please don't think I'm intelligent :)15:09
ikoniathiebaude your upgrading to a beta release15:09
mctagikonia: no. new system.15:09
thiebaude!ubottu15:09
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://tinyurl.com/5zfb6t - Usage info: http://wiki.ubuntu.com/UbuntuBots15:09
Pici!8.1015:10
ubottuIntrepid Ibex is the code name for Ubuntu 8.10, due October 30th, 2008 - Warning lots of broken software between now and October 30th! - Use #ubuntu+1 for support, *NOT* #ubuntu15:10
ikoniamctag I cannot understand how you could have raid or lvm data detected if you fdisk'd and removed the partitions on the disks15:10
mctagseems to be common tho15:10
jatthi today i got a laptop with ubuntu on it. When I run15:10
jattxclock15:10
jattI get15:10
thiebaudeikona:yes15:10
jattNo protocol specified15:10
jattwhy/15:10
ikoniathiebaude what do you expect ?15:10
jatt?15:10
eg3does anyone know where the Administration->"Screens and Graphics"  to setup the second monitor went on ubuntu 8.0415:11
mctagikonia: me nether.... they seem to be gone. if you want to set up new ones -dev busy15:11
ferronicaikonia: i am trying to change that ubuntu logo left top corner to something else15:11
Ward1983how do i setup /etc/network/interfaces ?15:11
Ward1983im startign to get insane from it15:11
thiebaudeikonia:that's right, now i'am back in 8.0415:12
ikoniaferronica ok?15:12
mctagward1983: vim ?15:12
ne2k__eg3: I think it's done through preferences->screen resolution15:12
Ward1983mctag, huh?15:12
ikoniamctag are these the only two disks in the system ?15:12
mctagikonia: ack raid115:13
Dudema1Why do I keep getting package sum mismatches whenever I try and update my software sources no matter which server I update from?15:13
mctagWard1983: OKAY TAKE MC15:13
mctagETC NET15:13
mctagcaps sorry15:13
eg3ne2k__, hmmm its not activating my second monitor on my laptop? i know hte nvidia drivers had a tool but i cant find that executable15:13
Lambaquick note, that command i was looking for (ascii art cli) was "figlet". just came to me :)15:13
thiebaudeikonia:i was back in 8.04, but last nite i upgraded to 8.10 and let plug n play detect my graphics card, don't have any problems now.15:13
Ward1983mctag, huh? :s15:13
Ward1983mctag, wth are you talking about lol15:14
PiciLamba: 'toilet' also exists and has a few more features.15:14
Dudema1lavatory, too15:14
Ward1983bath too ?15:14
Ward1983:p15:14
Ward1983bathtub15:14
Pici!info toilet15:14
ubottutoilet (source: toilet): display large colourful characters in text mode. In component universe, is optional. Version 0.1-2 (hardy), package size 18 kB, installed size 96 kB15:15
Dudema1but can somebody tell me why do I *keep* getting package sum mismatches no matter which update server I select in Software Sources?15:15
Dudema1It's driving me insane15:15
mctagWard1983: try vim /etc/net......15:15
Ward1983mctag, duh... its just that what i put in there doesnt work15:15
cwraigthiebaude, i think that nvidia app was under applicaitons system tools nvidia15:15
=== mohammad is now known as Guest2818
Ward1983mctag, ill pastebin it :)15:15
thiebaudebrb i got 32 mb of updates in 8.1015:16
mctagWard1983: 8.04 ?15:16
mctagWard1983: vim /etc/network/interfaces15:17
Ward1983mctag, 7.10 (need older kernel)15:17
mctagah15:17
Ward1983mctag, ffs I KNOW15:17
Ward1983lol15:17
Ward1983mctag, its just thqt what i put in that file doesnt seem to work15:17
mctaghehehe15:17
Ward1983mctag, this is the ocntent: http://paste.ubuntu.com/55294/15:17
VulKnOhello world!!15:17
Ward1983hello VulKnO15:18
Dudema1goodbye, cruel world!15:18
Dudema1no, not really15:18
Ward1983lol15:18
dxj313hello,this is my first to ubuntu xchat15:18
`snakei want to search the entire home folder and subfolders for a specific filename.xyz from the command line, whats the easiest way to do so? ls grep?15:18
ne2k__in case anyone read my question and thought "hmm, I wish I knew that", the answer, I have discovered, is /proc/net/ip_conntrack15:19
ne2k__`snake: find15:19
Pici`snake: find ~/ -name filename.xyz15:19
cwraigdxj313, welcome15:19
ne2k__`snake: cd ~; find -name filename.xyz15:19
VulKnOhelp!!!!::: in windows vista with python15:19
VulKnOimport sys15:19
VulKnOsys.platform15:19
VulKnO>>> 'win32' or 'win64' or 'winvista'15:19
`snakethanks15:19
FloodBot2VulKnO: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.15:19
`snakeim so lazy ;)15:19
dxj313thank you15:19
Ward1983what is wrong with this /etc/network/interfaces file? http://paste.ubuntu.com/55294/15:19
PiciVulKnO: This is Ubuntu support, not Windows or Python. Try ##windows or #python .15:19
Dudema1guys, I keep getting a hash sum mismatch in packages.gz whenever I run apt-get update?15:20
ne2k__Ward1983: errm, it's got lots of xs in it?15:20
Dudema1any advice on how to rectify the situation?15:20
cwraigDudema1, i also had one earlier today but it went away after an hour when i re updated15:20
SlartDudema1: try using a different mirror15:20
Ward1983ne2k__, thats done on purpose lol, what was there is right :)15:20
cwraigDudema1, if your really desperate for updates you could try another mirror15:20
mctagWard1983: live cd ?15:21
tiagofgr15:21
Ward1983mctag, no haha :D15:21
tiagoi there15:21
=== tiago is now known as Guest17452
quentusrexHow do I stop apache? when I run /etc/init.d/apache2 restart it complains that the pid isn't running. But there are 10 apache2 listed in ps -A15:21
Guest17452:)15:21
Guest17452hellou15:22
VulKnOI have a python script to download *. deb of ubuntu in win but not if it works in winvista15:22
Guest17452 chaert15:22
Ward1983hello Guest17452 / tiago15:22
Guest17452i there15:22
Ward1983you dont speak english?15:22
Ward1983what language do you speak? there are local channels aswell15:22
Guest17452im portuguese15:23
Guest17452so my english is a litle bad15:23
mctagWard1983: same range?  fuqin .x.x.15:23
jim_p!greek15:23
ubottu#ubuntu-gr και #kubuntu-gr για Έλληνες χρηστές  /  #ubuntu-gr kai #kubuntu-gr gia Ellhnes xrhstes15:23
Ward1983Guest17452, /join #ubuntu-pt for portuguese support :)15:23
Guest17452i ned hel to install a driver ati in unbutu15:23
Guest17452/join #ubuntu-pt for portuguese support15:24
Ward1983just "/join #ubuntu-pt"15:24
Ward1983(without the quotes)15:24
Guest17452sorry thanks15:24
Caesihey there15:25
amanui messed up with my display manager how can i get back15:25
Caesiho do I run a *.run file? :)15:25
Guest17452olá está ai alguem15:25
jribCaesi: why?15:25
BlueEagleCaesi: chmod o+x filename.run15:25
amanuCaesi:are u using xp?15:25
jrib!pt | Guest1745215:25
ubottuGuest17452: Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado.15:25
quentusrexI get the error "Authentication information not available. Please refer" any time I try to log into trac.15:25
Guest17452ola15:25
lliw00im looking to replace the boot disk in my home server. whats anyones opinion on the diy ssd vs. hdd arguement?15:25
BlueEagleCaesi: then do ./filename.run15:25
Ward1983Guest17452, you're stil in the main ubuntu channel lol15:25
amanui recently installed kde15:26
shadowbqAnybody know how to add a new user without a password passed auth only ssh key based auth?15:26
CaesiI'm trying to install vodafone-mobile-connect-driver15:26
Caesiand it comes as a *.run file15:26
jriblliw00: try ##hardware15:26
amanubut i think its packages15:26
amanuare broken how to retrieve15:26
mctagWard1983: running on 7.10  non virt hardware ?15:26
amanuim unable to login15:26
amanuwhat can i do15:26
danbh_intrepidamanu: can you pastebin the error?15:26
Slartlliw00: I have a ssd and I would say it's not really worth the money15:27
jribCaesi: did it not come with documentation?15:27
Ward1983mctag, no its a vmware VM15:27
magnetronshadowbq, you need to generate keys for all the users that should login to ssh via keys.15:27
Caesinot really15:27
Ward1983mctag, the ranges are fine15:27
mctagargl15:27
Ward1983mctag, the ip's are fine, not in the same range :) i knew that15:27
albanogente alguem ai fala portuguez15:27
magnetron!pt | albano15:27
shadowbqmagnetron, I know how to generate keys, I was wondering if there is a PAM setting or the like in ubuntu?15:27
ubottualbano: Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado.15:27
Pici!pt | albano15:27
mctagnon abla portugesh15:27
Slart /away15:27
mctag=)15:27
danbh_intrepid!pm | amanu15:28
ubottuamanu: Please ask your questions in the channel so that other people can also benefit AND help you. Please don't PM a user in the channel without asking first, some find it rude.15:28
magnetronshadowbq, you mean, so the user can only login via ssh, not local?15:28
shadowbqmagnetron, completely disable password based auth is the goal.15:28
albanomy city brasil sao paulo15:28
VulKnOq tal spanish15:28
amanudanbh_intrepid: im unable to see diaplay to login after reboot15:28
amanu as i  installed kde manager15:28
amanu in ubuntu 8.0415:28
amanu no im in another runnins os15:28
Slart!es15:28
ubottuEn la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.15:28
FloodBot2amanu: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.15:28
mctagWard1983:  nope there was a briding issue imo15:28
magnetron!br | albano15:28
ubottualbano: Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado.15:28
danbh_intrepidamanu: try this command sudo tasksel install kubuntu-desktop15:28
thiebaude!15:28
Ward1983mctag, damn :( ffs15:28
Ward1983mctag, what is briding?15:29
Ward1983mctag, bridging?15:29
jribCaesi: in general you make the file executable and then give it's path in a shell.  So chmod +x file  followed by  ./file   for example15:29
magnetronshadowbq, generate keys for the users, then disable password authentication in the sshd config15:29
shadowbqmagnetron, yes. This is ubuntu server not a desktop. root disabled via ssh, root only on actual terminal tty0.15:29
albanomagneton fala minha lingua15:29
Ward1983mctag, my VM is NATed, and the other interface is a USB wifi NIC15:29
Vallhalla81!linux15:29
ubottuLinux is the kernel (core) of the Ubuntu operating system. Many operating systems use Linux as kernel. For more information on Linux in general, visit http://en.wikipedia.org/wiki/Linux15:29
amanudanbh_intrepid:no im not talking about the ubuntu im using the error is on my dual boot (another ubuntu)15:29
mctagWard1983:  just read a lot openvz/xen/vmware15:29
amanuhow can i type15:29
Caesihm didn't work jrib15:29
jrib!didn't work | Caesi15:30
ubottuSorry, I don't know anything about didn't work15:30
albano#ubuntu br alo15:30
magnetronshadowbq, you can disable password auth for all accounts in the sshd config15:30
Ward1983mctag, i do not intend to become a virtualisation expert, i jsut use it sometimes to test stuff out like now15:30
thiebaudelol15:30
jribCaesi: how exactly did it not work?15:30
shadowbqmagnetron, all other users access via ssh key based only.15:30
thiebaudejrib::)15:30
magnetronshadowbq, yes15:30
CaesiI'm using the terminal right? so I type chmod +x file15:30
Ward1983mctag, the problem is i do not feel like isntalling ubuntu 7.10 on my machine, i allready have 8.0415:30
danbh_intrepidamanu: did you try to install the kde-login thing?15:30
Caesithen what exactly do I have to type in?15:30
mctagWard1983: got you. can you ping the vm from the host or did you fuq (uhm, i  mean mess =)) it up there )15:31
amanudanbh_intrepid: i can see onl;y grub> in safe mode at black screen can i type this there"sudo tasksel install kubuntu-desktop"15:31
Caesiah it's doing something :)15:31
jribCaesi: file should be the actual name of your file.  And you need to be in the directory your file is in15:31
Caesiyeah sure15:31
Caesinow it's working (seems so at least)15:31
danbh_intrepidamanu: can you use ctrl+alt+f1  to get to a tty?15:31
li_hi15:32
amanudanbh_intrepid:i installes kde from terminal and to see how it will be i rebooted15:32
Caesiof course there's some error15:32
amanuand then changed session to kde15:32
Ward1983mctag, i can ping it after i manually do a ifconfig eth0 up and a dhclient eth0 (or set it staically)15:32
BlueEagleamanu: if you only get grub> then you're not even past the boot loader.15:32
amanuafter i cant find display manager working15:32
Ward1983mctag, but i put the same settings in /etc/networking/interfaces and there they dont work15:32
albanomeu nome daniel de bauru sp alguem fala portuguez15:32
jribalbano: /join #ubuntu-pt15:32
Ward1983ffs wtf is it today with the portuguese people :s15:32
thiebaude!pt15:33
ubottuPor favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado.15:33
albano???  sei la que isso ubutu  so novato aqui15:33
magnetronWard1983, ubuntu is probably gaining ground in Brasil.yay!15:33
amanui can get upto this "running local boot scripts (/etc/rc.local)" [ok]15:33
amanuand after that a cursor just blinki9ng15:33
Ward1983magnetron, yeah bot so many so close after each other lol15:33
jribalbano: para entrar no canal portugues, escreve isto:  /join #ubuntu-pt15:33
=== yofel_ is now known as yofel
amanuBlueEagle:i can get upto this "running local boot scripts (/etc/rc.local)" [ok]15:34
amanuand after that a cursor just blinki9ng15:34
danbh_intrepidamanu: can you give the exact command you used to install?15:34
amanuno disply after that as usual15:34
=== Administrator is now known as b3nw
albanoalo15:34
amanudanbh_intrepid:yes15:34
amanusudo apt-get install k-desktop15:34
FreshPrinceguuuut, ubuntu funktioniert super auf dem laptop :)15:34
amanui think so15:34
amanudanbh_intrepid:to install kde15:35
thiebaude!de15:35
ubottuDeutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de15:35
amanudesktop15:35
albanobrasil ninguem15:35
b3nwwhat magic does it take to get firefox to allow me to choose what I want to do with a file, instead of opening the annoying totem-plugin crap?15:35
b3nwi've set the content type15:35
albanoo moçada15:35
danbh_intrepidamanu: did you run the tasksel command I gave you?15:35
thiebaudehiel freshprince15:35
amanudanbh_intrepid:as i said the problem is not in the ubuntu im now logged in15:35
amanuit is in the other dual booted ubuntu15:36
amanushall i type thids here15:36
murlidharcwraig: it's not setup. dmesg shows it as unknown.15:36
jribalbano: aqui so falamos ingles.  Eu disse-te para escrever    /join #ubuntu-pt    se tu queres falar portugues15:36
danbh_intrepidamanu: can you then run the command on the broken system?15:36
amanudanbh_intrepid:i have 2 ubunut running on my system15:36
danbh_intrepidamanu: whats your native language?15:36
amanudanbh_intrepid:im not even getting login screen for that  broken one15:37
amanudanbh_intrepid:hindi]15:37
amanudanbh_intrepid:is im not clear?15:37
danbh_intrepidamanu: well, I feel like that I'm not being clear...15:37
amanudanbh_intrepid:any problem with my way of speaking?15:37
amanudanbh_intrepid:ok i will try to be clear15:38
amanulisten15:38
amanui have two ubuntu versions installed on my current system15:38
danbh_intrepidamanu: I think you should try that command, and Im unclear as to whether you tried it, or as to why you cant try it15:38
Ash-Fox!dmix15:39
amanudanbh_intrepid:i cant get even the log in session for my broken system15:39
ubottuIf you're having problems with sound, first ensure ALSA is selected, by double clicking on the volume control, then File -> Change Device (ALSA Mixer). If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !Players and !MP315:39
Tundrayeti311anyone know if there are major issues w/ USB devices with coreaudio recently?15:39
danbh_intrepid!tty | amanu15:39
ubottuamanu: To get to the TTY terminals 1-6, use the keystroke ctrl + alt + F1-F6 respectively (Alt+F7 will get you back to your graphical login).  To change the resolution for your TTY, see https://help.ubuntu.com/community/ChangeTTYResolution.15:39
danbh_intrepidamanu: can you get to one of those, on the broken system?15:39
amanui can get upto this "running local boot scripts (/etc/rc.local)" [ok]15:39
amanudanbh_intrepid:as i said the problem is not in the ubuntu im now logged in15:40
danbh_intrepidamanu: can you get to a terminal?15:40
Ven]nif i install ubuntu to a usb key.. what file system should i use?15:40
Caesijrib, how can I change file permissions from mode 0600 to 0660 ? chmod 660 file ?15:40
Ven]nis it bad to use fat32?15:40
danbh_intrepidamanu: a tty terminal15:40
jrib!permissions > Caesi15:41
ubottuCaesi, please see my private message15:41
amanui dont know what is a tty terminal15:41
Batty4om15:41
danbh_intrepid!tty > amanu15:41
ubottuamanu, please see my private message15:41
Caesithanks!15:41
elpargoamanu, it's an old terminal, you basically don't have those today just emulators.15:41
tylrdamanu--> its a console,15:41
GleepGlop i have an old QNX console, amber screen ohhh15:42
murlidharcan anybody help me setup my pixeltv pro card ? dmesg show it as unknown/generic and lsmod loads the bttv driver15:42
qbmaniacRemote Desktop Viewer... does it work through the internet?15:43
ogreis there a way to add a whole folder of music to my ipod using rhythmbox?15:43
GleepGlopqbmaniac: if you use NAT correctly15:43
tylrdqbmaniac--> rdp do yes15:44
Caesithanks jrib & ubottu and all other guys.. bye15:44
qbmaniacogre: i haven't been able to, at least not with itouch15:44
amanudanbh_intrepid:i will reboot now15:44
JackPhilwhere to find the old pkg?15:44
amanui can get upto this "running local boot scripts (/etc/rc.local)" [ok]15:44
qbmaniacsay at my house i set it up, opened 5900 in the firewall and set up a password... how would i set up a client connection from work?15:44
murlidharamanu: after that what happens15:44
amanuafter that shall i need to press ctrl+alt+f115:44
danbh_intrepidamanu: yeah, get to that point, then try to get to the tty, then try the tasksel command: sudo tasksel install kubuntu-desktop15:44
amanunothing juat a cursor blinkin15:44
amanug15:44
tylrdqbmaniac--> google for vnc and rdp tutorials15:44
Ven]nqbmaniac, dont forget to open port in router15:44
qbmaniacVen]n, i did so.15:45
qbmaniaclet me look for some tutorials then15:45
danbh_intrepidamanu: if you can't login, then  what I'm saying is no good15:45
amanudanbh_intrepid:how to get tty15:45
qbmaniacbecause when i try  to connect, and press find, it says looking in localhost15:45
qbmaniacpff15:45
amanudanbh_intrepid:yes i cant see login screen15:45
murlidharamanu: try the recover option and run fschk manually15:46
amanudanbh_intrepid:because i changed my desk as kde which was broken15:46
danbh_intrepidamanu: can you get to the tty?15:46
amanumurlidhar:how to try recover option?15:46
murlidharamanu: ok do you see a cursor blinking ?15:46
amanudanbh_intrepid:tell me exactly how a tty look like?15:47
amanumurlidhar:yes i can see cursor blinking15:47
murlidharamanu: type sudo tasksel install kubuntu-desktop15:47
danbh_intrepidamanu: black screen, white text, with a login prompt15:47
amanuafter this line this "running local boot scripts (/etc/rc.local)" [ok]15:47
amanudanbh_intrepid:just like a terminal?15:48
amanuok15:48
danbh_intrepidamanu: yeah15:48
amanui will try15:48
murlidharsigh!15:48
murlidhar:/15:48
amanuok bye for now i will be back soon15:48
albanoalguem ai15:49
amanubye danbh_intrepid,murlidhar15:49
murlidharcan anybody help me setup my pixeltv pro card ? dmesg shows it as unknown/generic and lsmod loads the bttv driver15:49
murlidharamanu: ok bye15:49
ikoniamurlidhar is it supported ?15:49
danbh_intrepidamanu: cya later15:49
murlidharikonia: afaik it is15:49
ikoniamurlidhar what makes you think it is ?15:50
murlidharikonia: this is the same lspci output i get as he is getting it here http://frodo.syminet.com/~deep/bttvlin.html15:50
devsoulpls help  , how to run in ubuntu lineage gracia :S15:50
devsoulwith wine i have DirectX error15:50
ikoniamurlidhar so whats the problem15:51
NET||abuse1just testing echo15:51
telmichhello15:51
albanovaleu galera abraço15:51
ikonia!es | albano15:51
ubottualbano: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.15:51
prakash_hello..need an alternative for windows movie maker in ubuntu15:51
qbmaniacikonia, that wasnt spanish15:51
=== NET||abuse1 is now known as NET||abuse
qbmaniacpff15:51
Niekis there an easy way to ask Ubuntu what download speed and what upload speed I am currently 'using' ?15:51
=== avdi is now known as LittleBobbyTable
telmichI just installed ubuntu using the alternate cd; now there is no x11 running/gdm starting after install; what is the correct ubuntu way to get the normal graphical stuff running?15:51
ikoniaqbmaniac: what was it15:52
=== LittleBobbyTable is now known as LilBobbyTables
qbmaniaceither french or portugese15:52
ikonia!br | albano15:52
ubottualbano: Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado.15:52
LSD|Ninjatelmich: use a desktop CD :P15:52
murlidharikonia: i tried dmesg and i get get unknown/generic as he was getting it . he provided a solution but i am not able to make that solution work for myself15:52
albano#ubuntu-es15:52
LSD|Ninjatelmich: seriously, alternate CDs are made of serious fail15:52
telmichLSD|Ninja: that would have taken some hours, because the installer was so slow15:52
ikoniamurlidhar lcpci just works off a file it doesn't matter what that says15:52
devsoulsome help me for run lineage2?15:52
prakash_can some one suggest me  an alternative for windows movie maker in ubuntu15:52
albanoaL15:52
murlidharikonia: ok he has written on the page that he has pixelview pro tv which is same as mine15:53
prakash_can some one suggest me  an alternative for windows movie maker in ubuntu15:53
ikoniamurlidhar: ok, so what's teh issue15:53
ikoniaprakash_: ask once - then wait for a response15:53
ikoniaprakash_: you've asked 3 times in 1 minute15:54
jatthi I do have a 3com pci card (from an old pc) and want to use it in my laptop. Is there a HW device that allows to do this? Like a PCI->USB adapter?15:54
danbh_intrepidprakash_: https://help.ubuntu.com/community/Video%20Editors15:54
Niekis there an easy way to ask Ubuntu what download speed and what upload speed I am currently 'using' ?15:54
prakash_thnx...i'll check it out.....15:55
murlidharikonia: i did tvtime-scanner to scan the channels but it doesn't find any channels and dmesg show the card as unknown .15:55
Odd-rationaleNiek: try : http://whatismyip.com/speedtest/index.asp15:55
murlidharikonia: this was my issue15:55
murlidharprakash_: go to channel #ubuntu-bots and read the channel topic15:56
kenedaman i'm having alot of problems with installing flash player in ubuntux6415:56
kenedai got quik on x32 but not on x6415:56
ikoniamurlidhar is that the right driver for the card15:56
ikoniamurlidhar are you using teh same exact model as him15:56
kenedais there an installer ??15:56
JeruvyNiek: in admin -> system tools, system monitor, resources show network recv/send rates15:56
kenedaso i could view flash website ??15:57
murlidharikonia: i even tuner is exactly the same . Philips PAL15:57
murlidharikonia: yes*15:57
prakash_danbh_intrepid:ya i tried  kino and avidmux tools15:57
prakash_danbh_intrepid:but they are not the simple15:58
murlidharprakash_: my best bet would be to google for it " video editing tools in linux "15:58
ikoniamurlidhar have you tried it with other TV applications15:58
murlidharikonia: yes xawtv and tvtime . and tvtime support bttv drivers . i just cross checked from their site .15:59
Odd-rationaleprakash_: unfortunately, in my search, there is not a good, simple video editor for linux yet... the closes i could find is kdenlive... which is good when it works... :|15:59
harveydIm looking to assign keyboard shortcuts that will focus particular applications, like pressing f1 to focus firefox15:59
prakash_danbh_intrepid:my requirement is to make a video out of my photos with some effects and a background audio...15:59
danbh_intrepidprakash_: and LiVES?15:59
harveydanyone know if / how this is possible15:59
prakash_odd-rationale:ya..but kdenlive works rarely16:00
prakash_Lives ....i should try now16:00
noodlesgcprakash_ have you tried cinelerra?16:00
VulKnOOK ::: http://vulkno.blogspot.com/16:00
murlidharharveyd: if using gnome then look in preference>keyboard shortcuts16:00
ikoniamurlidhar contact the guy who wrote teh guide tehn, see if he can offer any advice16:00
a_godumovhi, is there somebody with iwl4965 wireless cards?16:01
murlidharikonia: k thanks:)16:01
ikoniaa_godumov: just ask teh question16:01
alebocohi guys. is there any way to limit my network interface to 11mb from the boot already?16:01
irieKENAnyone know where the automagic kernels generation gets its drive# values from? It keeps generating my grub entries to boot from hd(2,0), making me have to change it to hd(0,0) every time I do a kernel update.16:01
ikoniamurlidhar bit of a weak response I admit, but if he's got it working and wrote a guide he seems like a good start16:01
prakash_noodlesgc:ya.....but i am still looking for a simpler one..16:01
a_godumovOK16:01
harveydmur, I am using gnome, but there isnt actions for these, if I know how to do it from bash it would be a good start16:01
ikoniaaleboco iptables and qos16:01
a_godumovis it possible to create an ad hoc wireless network with the iwl4965 card?16:01
a_godumovbecause i`ve been trying to do that for the last week and i am almost desperate now16:02
ikoniaa_godumov i don't believe many linux drivers will support that16:02
a_godumovwhy not?16:02
a_godumovand i think that the problems appeared ever since kernel 2.6.2416:02
prakash_noodlesgc:we promote ubuntu in our college...but regarding video editors ,students are expecting a tool which is as simple as windows movie maker16:02
murlidharharveyd: actually i don't use gnome and i don't think it can be done using bash .16:02
alebocoikonia, what? is it not possible with ifup?16:03
a_godumovbefore that i had a perfectly working ad hoc with a bcm4318 card and after that i just couldn`t get my ad hoc to work16:03
noodlesgcprakash_ try avidemux16:03
prakash_noodlesgc:thts the reason i am very particular about "simple"16:03
ikoniaaleboco adhoc mode, thats not just bringing up the card16:03
harveydim basically trying to tdo alt+tab but with predefined windows16:03
a_godumovno with kernel 2.6.26-1 i see the same error messages i got before16:03
Rainmakrblah16:03
harveydno bother, cheers, nobody seems to know how to do this, it seems like it would be popular / useful functionality16:03
a_godumovthe card works fine with network-manager in managed mode but i want to set up an ad hoc network16:04
a_godumovdoes anybody know how to do that?16:04
philippe_I have done a lot of print work with my VirtualBox Windows XP operating system. Now, when I want to print in Ubuntu, the printer is no longer detected. I have rebooted two times with no luck. In system/printer, printer is marked "off" when it is powered and connected. any idea?16:04
* Rainmakr looks for food16:04
* harveyd wonders if im feeling brave enough to try writing it16:04
* Rainmakr horny looks on people16:04
* harveyd #gnome16:04
ikoniaRainmakr: stop please16:04
jribharveyd: check into wmctrl16:04
alebocoikonia, i understand. but i only need to force the card to be 11mb in whatever network16:04
ikoniaaleboco ooh sorry, I thought you where asking about another question16:05
ikoniaaleboco: iwconfig has a"rate" option16:05
harveydthat looks perfect, thanks16:05
snotI'm trying to install ubuntu server edition on a box of mine. However can't find dmraid on the cd... also I dont have dpkg in my path16:05
snotanyone know how I can activate ym raids?16:05
ikoniasnot: I strongly advise against using fake raid16:05
ikoniasnot: very strongly16:05
snotikonia: it's hardware raid16:05
alebocoikonia, i know that option. but does that mean that i cannot longer use k/networkmanager?16:05
ikoniasnot raid on the motherboard ?16:06
snotikonia: I usually just activate it with dmraid -ya16:06
snotikonia: yes16:06
ikoniasnot thats fake raid16:06
ikoniasnot: that is not hardware raid16:06
ikoniaaleboco not sure on that one16:06
alebocoikonia, is there anyway to add something to rc.local?16:06
Jeruvyikonia: fake raid?  you mean software raid.16:06
ikoniaaleboco don 't see why not16:06
snotikonia: I already configured my box with hardware raid (a second one as well)16:06
ikoniaJeruvy no, I mean fake raid16:06
snotikonia: but I cant see it16:07
ikoniasnot if your using hardware raid you don't need dmraid16:07
alebocoi'll try16:07
Jeruvyikonia: elaborate please16:07
alebocothanks16:07
snotikonia: on debian etch I did16:07
snotikonia: but what do I need then?16:07
ikoniasnot then it's fake raid - not hardware raid16:07
snotikonia: I belive you active them the same way16:07
ikoniaJeruvy fake raid is a cross between software and hardware raid16:07
ikoniasnot no you don't16:07
ikoniasnot your using fake raid16:07
snotI have two raided disk's showing and on my deb box they are visible in /dev/mapper/16:08
ikoniasnot ?? that doesn't mean anything16:08
jattHi I have a laptop with internet connection and want to conect another computer to the laptop. Do I need two ethernet cards in the laptop?16:08
Tundrayeti311Can anyone help me w/ soundcore module or USB audio sound card?16:09
snotikonia: so even though I go into the bios like menu for configuring raid devices and create a volumn by a given name and then later on activate that device using dmraid -ya... it's some sort of software raid?16:09
harveydjrib: thank you loads16:10
philippe_jatt, most of people use router/switch for these kind of setup16:10
hendrahii16:10
philippe_jatt, but you can use two network card in the laptop yes16:10
harveydill just need to fiddle around with bash a bit I think16:10
hendraanyone installed 8.10?16:10
hendra<< waiting for Intrepid Ibex16:11
snotanyone know how I can activate my hardware raid so I shows during the install?16:11
BlackDesignhendra, not yet... I'm waiting untill 30th october ;)16:11
hendra<< Indonesian16:11
hendraoh16:11
hendracould I order t shipit?16:11
BlackDesignNot yet I guess16:12
hendra<< Lil bit confuse using Gnome X Chat16:12
BlackDesignhendra, right now, only the Beta version is out ;)16:12
hendragenerally using mIRC :p16:12
trilobit`hendra: get kvirc  It's friendlier16:12
femaled16:12
sempronhei, I have a laptop with WLAN card. But the card is not activate, and the button for activate the card is broken. How can I activate the WLAN card? tnx :)16:12
hendrawew Beta16:12
BlackDesignor Xchat ;)16:13
BoSJoHi all. I got a HTC Shift with a bad HD on it, so now i'm USB Stick with Ubuntu. HD is not visible in Partition Editor (Gparted16:13
hendraXCHat16:13
snotikonia: you still there?16:13
trilobit`sempron: you mean you have a wifi card ?16:13
BlackDesignLol, 2,8 seconds lag16:13
hendraBeta has lot bugs?16:13
BoSJoSo any recomendations on what to do to try and save the HD?16:13
semprontrilobit: yes16:13
ATA_Dark_Shadowgreetings, what would be the correct def locations of smtpd.conf and smtp for pam authentification ; usually it should be /etc/postfix/sasl/smtpd.conf and /etc/pam.d/smtp i would guess, what if they were not used by the system?16:14
femaleehmmm..!!!16:14
femalesf16:14
trilobit`sempron: show us what gives:  lspci | grep wifi16:14
BlackDesignhendra, Beta still has some bugs... Not that many16:15
hendra<< using sudo wvdial :p16:15
hendraOh16:15
female_?16:15
Pici!ot16:15
ubottu#ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!16:15
hendraIntrepid Ibex16:15
hendraJaunty Jacklope16:16
art1sthello. i need saslauthd - but i dont know which package it came with. trying to get postfix going with sasl16:16
art1stany idea16:16
semprontrilobit: that comando dosent work, noting happend16:16
hendraits english??16:16
trilobit`sempron: lspci doesn't work ?16:16
=== draven1005 is now known as Cerberus
Pici!id | hendra16:16
ubottuhendra: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia16:16
sempronI copy and paste that you send, but noting happend when I ran it in terminal16:17
KDB9000Is there anyway to increase the hover time when moving files? Most the time when I am moving files, a cut across the Places pane and it touches network sometime and then my system slows down while it try to talk to Network Server and then just starts transferring to / (but fails).16:17
ATA_Dark_Shadowart1st do a "apt-cache search sasl |grep lib " and take the ones you need,16:17
trilobit`lspci | grep wifi16:17
sploozerI'm currently using tcpdump "tcpdump -i ethx -l -n | grep ICMP which is fine, but I will be outputting that to a file and I want to cat that dump files and displays any ICMP packets which do NOT have a matching sequence number, any ideas how to output manipulate that dump file with awk and sed ?16:17
jattphilippe_: thanks. I guess there are external network cards I can buy and connect to the usb ports of my laptop/16:17
HenryHeronHi, can any one tell me if it is possible (& how to, if so) to install a program that has a '.sh' ending. I downloaded a Mathematica player that was for Linux... Thanks16:18
sempronshould I run as sudo?16:18
trilobit`sempron: or just give "lspci" and see to find anything that relates to wireless in the list16:18
hendra<< I cant join other chanel16:18
maniheerHenryHeron, sh filename.sh16:18
Cerberus_HenryHeron: sh ./filename.sh16:18
Tundrayeti311I have a USB sound card not being properly detected, and I'm not sure what step to take next for troubleshooting, can anyone help?16:18
f190hi i am trying to run the code "amixer set Master mute" everytime i log off, how would i approach this?16:19
HenryHeronmaniheer: does this mean you do this in the terminal after cd <pathname>?16:19
KDB9000trilobit`, mine has it listed under Network controller for my wireless and Ethernet controller for the wired. Just an FYI16:19
BlueEagleTundrayeti311: Which sound card are we talking about?16:20
sempronthis happend when I paste it and ran it:    00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 01)16:20
sempron00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge16:20
sempron00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller16:20
sempron00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller16:20
sempron00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller16:20
FloodBot2sempron: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.16:20
sempron00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 11)16:20
maniheerHenryHeron, yep16:20
ikoniaFloodBot2: I would do that using a startup/shutdown ticket16:20
ikoniasciprt I mean16:20
ikoniaooh16:20
Piciikonia: FloodBot2?16:20
Tundrayeti311BlueEagle: Lexicon Omega, it's supposed to be plug and play, and has worked before16:20
RichiHikonia: FloodBot2 is.. a bot16:20
ikoniaPici: slag16:20
ikoniaRichiH: I know16:20
Pici:)16:20
HenryHeronmaniheer:Thanks, & are there other commands?16:20
BlueEagleTundrayeti311: Do you know which module handles that card?16:20
ikoniaf190: I would do that using a startup/shutdown init script16:21
trilobit`KDB9000: I'd guess it depends on the card itself then.16:21
orehon just a random question... What is the best project and network to download music under linux?16:21
Tundrayeti311BlueEagle: yeah soundcore16:21
maniheerHenryHeron, of its insttallion16:21
f190ikonia, i am not too familiar with writing scrips and runlevels etc. can you instruct me on how to set this up?16:21
maniheerHenryHeron, if ur installing a program, u might want to use sudo16:21
KDB9000trilobit`, why, does your lcpci say wifi?16:21
ikonia!upstart | f19016:21
ubottuf190: Upstart is meant to replace the old Sys V Init system with an event-driven init model.  For more information please see: http://upstart.ubuntu.com/16:21
kenedaok16:21
ikonia!init | f19016:21
ubottuf190: Boot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto16:21
kenedai give up16:21
HenryHeronmaniheer:& then the installer does the rest?16:22
Shane|WorkHello all, I have a Ubuntu Hardy VPS that seems to have lost it's modprobe command, is there a package I can aptitude reinstall to restore it?16:22
f190thanks ikonia16:22
maniheerHenryHeron, should do16:22
kenedacan anyone tell me is there any flash player install for ubuntu x64 ???16:22
kenedaplease ???!!!16:22
hendrawew16:22
ikoniaShane|Work: how did you lose it16:22
BlueEagleTundrayeti311: Have you confirmed that soundcore is loaded?16:22
BlueEagleTundrayeti311: lsmod|grep soundcore16:22
ikoniakeneda there isn't, but you can use the 32bit version16:22
HenryHeronmaniheer:Thanks kindly!16:22
kenedai did try16:22
Shane|Workikonia: I have no clue, I haven't added or removed any packages lately but i'm getting /bin/sh: modprobe: not found16:22
ikoniakeneda: if you install the flashplugin-nonfree pakcage it will do it for you16:22
kenedait wouldn't work16:22
maniheerHenryHeron, no prob16:22
Guest55887Hi and good morniing guys, I need info about user management, where can I find some?16:22
Shane|Workand which modprobe returns nothing16:22
sempronthe network controller is this:  Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)16:22
trilobit`KDB9000: Well, actually it did say "unknown" before and I had to compile a module for it myself.16:22
ikoniaShane|Work: first thing to do is do a find on the box for it16:23
Tundrayeti311BlueEagle: yes its loaded16:23
kenedatwo day and two nights16:23
ikoniakeneda install the flashplugin-nonfree package16:23
kenedai have16:23
ikoniakeneda: how did you install it16:23
kenedathe screen goes gray that's it16:23
trilobit`sempron: you could do "dmesg | grep wifi" as well and see if anything shows up.16:23
hendrai heard suse 11 cant boot by ubuntu's grub16:23
hendraplan to quad boot16:23
unopShane|Work, what does  echo $PATH  give you?16:23
KDB9000trilobit`, ah16:23
ikoniakeneda: how did you install it16:23
kenedai followed the instructions16:24
trilobit`sempron: or "Wifi" instead of "wifi". Can't be sure, my laptop is at home.16:24
snotikonia: no response?16:24
kenedai think16:24
hendranow using triple boot,xp leopard ubuntu :p16:24
ikoniasnot response for what ?16:24
Guest55887Hi and good morniing guys, I need info about user management, where can I find some?16:24
KDB9000sempron, that is similar to mine.16:24
kenedaright now i'm half awake16:24
monster_night_nehi16:24
ikoniahendra mac os is not licensed to run on non-mac hardware16:24
snotikonia: so even though I go into the bios like menu for configuring raid devices and create a volumn by a given name and then later on activate that device using dmraid -ya... it's some sort of software raid?16:24
hendraim using kalyway :p16:24
Shane|Workunop: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games16:24
kenedai just got my windows drive got mounted16:24
monster_night_neyou dont answer16:24
ikoniasnot my advice is don't use fakeraid16:24
snotikonia: but what should I use then?16:25
ikoniasnot: that is a software raid called "fakeraid"16:25
ikoniasnot: use software raid16:25
monster_night_neok16:25
kenedasome how they ejected for some resome16:25
monster_night_nebye16:25
ikoniasnot: not fake raid16:25
=== Carnage` is now known as Carnage\
kenedareson16:25
unopShane|Work, hmm.  odd.  does this give you anything?  ls -l /sbin/modprobe16:25
hendraanyone tried suSE 11??16:25
snotikonia: I dont get it, my mother board supports raid... why nmot use that?16:25
sancho21How to know, which apps eat my bandwith most?16:25
ikonia!offtopic | hendra16:25
ubottuhendra: #ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!16:25
kenedahow do you reset the mount16:25
hendrawew16:26
monsoon_kinghi all16:26
ikoniasnot: because its fake raid, and thats a terrible technology, even worse in linux16:26
kenedabecause i still see the drives there16:26
sempronhmm, when I ran  it this happend:  server@server-laptop:~$ dmesg | grep wifi16:26
sempronserver@server-laptop:~$16:26
monster_night_nehello every body16:26
kenedabut I can't access it16:26
BlueEagleTundrayeti311: Is it listed in /proc/asound/cards16:26
BlueEagle?16:26
kenedaand there's dupes16:26
snotikonia: ok16:26
monsoon_kingwhat is the command to see my present DNS srvers and gateway in ubuntu?16:26
KDB9000sempron, what is the problem?16:26
kenedaone i can't access16:26
ikoniamonsoon_king: netstatn -rn16:26
hendranslookup16:26
trilobit`sempron: try with "Wifi" (capital W) and see again ?16:26
ikonianox-Hand: shows your gateay16:26
ikoniaoops16:26
hendraCMIIW :p16:26
ikoniamonsoon_king: shows your gateway16:26
ikoniamonsoon_king: look in /etc/resolv.conf for your dns servers16:27
unopmonsoon_king, cat /etc/resolv.conf  #for your DNS servers16:27
Tundrayeti311BlueEagle: no, lsusb shows it as "Texas Instrument" whichi find weird16:27
kenedai need to delete those but some how i don't have privilagages16:27
f190my multimedia keys function, but the mute color change has not been working. However, if i manually go to aumix or amixer and mute, the color changes. why is this?16:27
kenedablah blah16:27
KDB9000trilobit`, are you sure about that? I ran the commands in mine and came up with nothing. what kind of wifi card do you have in your laptop?16:27
sempronthe same happend16:27
kenedahello ?16:27
ikoniakeneda: what ?16:28
kenedascroll up16:28
maniheer!hi | keneda16:28
ubottukeneda: Hi! Welcome to #ubuntu!16:28
trilobit`KDB9000: athereos16:28
ikoniakeneda: your just making random noise16:28
kenedai know16:28
kenedaand my ubuntu is making random malfunction too16:28
BlueEagleTundrayeti311: Would you mind trying to unload and reload the kernel module?16:28
sternoceraHi. I have a xubuntu system that will be used in an embedded installation...I want to remove all unnecessary packages. How can this be done? Thanks.16:28
BlueEagleTundrayeti311: modprobe -r soundcore && modprobe soundcore16:29
hendraim lucky use ubuntu16:29
ikoniasternocera: use the package manager to remove the package16:29
hendraubuntu detects my hardwares16:29
keneda 16:29
KDB9000trilobit`, it must act differently then. I have a broadcom like sampron16:29
kenedanot mine16:29
kenedai have to force mine16:29
kenedai think mine is posses16:29
nedwyngs16:30
f190ah i see why the colors are not changing on my multimedia keys. for some reason the keys adjust the PCM volume, rather than the master volume.16:30
hendragOS is .deb??16:30
kenedai can't even watch you tube16:30
nedwynI16:30
hendraanyone tried gOS?16:30
kenedabut i can on hackintosh16:30
nedwynhi16:30
trilobit`KDB9000: lol. You made me doubt myself, but here  http://ubuntuforums.org/archive/index.php/t-478350.html  it's a reference that I remembered it correctly. Second post. :)16:30
hendrakeneda,Im using Kalyway :p16:31
nedwynalguem fla em portugues?16:31
BlueEagle!pt > nedwyn16:31
ubottunedwyn, please see my private message16:31
Picihendra: You've been told more than once that this channel is only for Ubuntu support.  Please try to stay on topic.16:31
nedwynoiiii16:31
maniheeroiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii16:31
KDB9000trilobit`, when you do an ifconfig or iwconfig what does it say your wireless is named?16:31
Tundrayeti311BlueEagle: Unfortunately I'm at work atm, so I can't, but I'll try that when I get home... ty for your help :)16:31
ikoniamaniheer: stop it16:31
hendraoke16:32
nedwynke graça tem isso?16:32
hendrasorry16:32
nedwynhehe16:32
maniheernedwyn started it16:32
kenedaok16:32
Shane|Workikonia: it seems somehow the ubuntu-minimal package and dependencies got removed, i'm reinstalling it now to see if that helps (i came to this idea by examining packages isntalled on my other box)16:32
kenedacan some please16:32
ikoniamaniheer: doesn't matter16:32
kenedaplease16:32
kenedahelp me out16:32
Pici!helpme16:32
ubottuAvoid your questions being followed by a trail of "Please, help me", "Can nobody help me?", "I really need this!", and so on. This just contributes to making the channel unreadable. If you are not answered, ask again later; but see also !repeat and !patience16:32
FloodBot2keneda: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.16:32
BlueEagleTundrayeti311: Also tail your /var/log/messages and grab what happens when you unplug and replug it.16:32
maniheerikonia, lol :P16:32
hendrajust ubuntu :p16:32
kenedaoopps16:32
keneda sowwie16:32
nedwynei kem sao v6?16:32
ikoniamaniheer I'm not laughing16:32
kenedaok16:32
BlueEagle!pt | nedwyn16:32
ubottunedwyn: Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado.16:32
maniheerikonia, hard to see on an irc channel16:32
tyberionhey humm, how can I reset my audio device16:33
kenedaubuntu - kubuntu - ebuntu --- what are these variations ???16:33
Uopskde or gnome???16:33
tyberionany way to do so16:33
tyberion?16:33
kenedai'm new16:33
trilobit`KDB9000: I can't test right now as my laptop is at home. But it showed "Athereos Wireless ar52(something) interface revision 01"16:33
maniheerUops, try #ubuntu-offtopic16:33
ikoniaUops try them see what YOU like16:33
hendrais ipV6 makes internet connection slower?16:33
=== Carnage` is now known as Carnage\
ikoniahendra: it can do16:33
Shane|Workunop: the ubuntu-minimal package gave me modprobe back16:33
ikoniahendra: if your not on an ipv6 network16:33
BlueEaglekeneda: ubuntu uses gnome as it's default desktop. Kubuntu uses KDE and xubuntu uses xfce. As for edubuntu I'm not sure what's with it. For more information see ubuntu.org, kubuntu.org, xubuntu.org and edubuntu.org16:33
slashzulare there any native ubuntu programs similar to itunes?16:34
hendraim not16:34
slashzulI want to listen to streaming music16:34
mib_b4blihWhile using OpenSSH there are two private key locations: one at /etc/ssh/ssh_host_rsa_key and the other at ~/.ssh/id_rsa Which one is being used?16:34
hendraUbuntu's default is ipv6?? CMIIW16:34
KDB9000trilobit`, well like i said, i ran your commands on my laptop with a broadcom and nothing shows up16:34
kenedableu --- simple english .. i'm still trying to learn the lingo16:34
kenedaagain please16:34
ikoniamib_b4blih the one in your home dir is your personal one, the other is the host machine16:34
BlueEaglemib_b4blih: Both. ssh_host is the host key while id_rsa is the client key.16:34
ikoniahendra no - ubuntu has ipv6 modules installed by default16:34
trilobit`KDB9000: I'm sure it depends on the card as that's what I used to make mine functional. It was a HAL issue.16:34
=== kabtoffe_ is now known as kabtoffe
mib_b4blihikonia: So there are two sshds running: one for me and one for the host machine?16:35
hendraoh16:35
ikoniamib_b4blih: no16:35
BlueEaglemib_b4blih: ie. the client key is what you provide when accessing other ssh servers and the server key is what is used when others connect to your server.16:35
ikoniamib_b4blih: one damone16:35
KDB9000trilobit`, i see, what was his issue (he left it looks like)16:35
ikoniamib_b4blih: multiple keys16:35
Tundrayeti311BlueEagle: I can tell you that this happens from syslog: Oct  1 19:56:51 user-desktop kernel: [  165.080770] usb 1-4: new full speed USB device using ohci_hcd and address 5 Oct  1 19:56:52 user-desktop kernel: [  165.292689] usb 1-4: configuration #1 chosen from 1 choice Oct  1 19:56:52 user-desktop NetworkManager: <debug> [1222909012.179232] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devi16:35
tyberioncan any1 tell me how I can reset my audio device?16:35
kenedaBleu --- i don't know what is the diff from the rest16:35
BlueEagletyberion: What do you mean by "reset" it?16:36
teamrsup biatches16:36
regeyao-O16:36
ikoniateamr: your language is not acceptable16:36
regeya>-<16:36
teamr...16:36
maniheertyberion, restart PC16:36
mib_b4blihikonia: So depending on who I login as, the daemon uses a different private key?16:36
maniheertyberion, :P16:36
Ward1983if i set my interfaces with /etc/networking/interfaces it doesnt work, and if i do it with ifconfig and iwconfig it does work, what can be my problem? i know the lines in /etc/networking/interfaces are all correct16:36
trilobit`KDB9000: Most probably the interface was not showing up at all. I would have gone first to update the pci database of periferics signatures (can't remember the command for that) and then getting a newer madwifi tarball.16:36
ikoniamib_b4blih: no and yes16:36
tyberionno other way? it says audi device is busy"(16:36
ikoniamib_b4blih: one moment16:36
tyberionaudio* that is16:36
mib_b4blihikonia: Yes..16:36
sempronmy internett disconected : (     someone who have answar on why my wifi card isnt activated?16:37
hendrahow to disappear verbose mode on ubuntu's boot?16:37
ikoniamib_b4blih: http://hell.org.ua/Docs/oreilly/tcpip2/ssh/index.htm16:37
kenedais there anyone here that is not that bz that could educate me a little ??16:37
maniheertyberion, anything important running?16:37
kenedai'm not asking much16:37
kenedajus ta little time16:37
KDB9000sempron, take a look at this. it helped me with my broadcom 4311 wifi card. https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Hardy16:37
ikoniakeneda you can ask ubuntu specific questions and the channel will respond16:37
ATA_Dark_Shadowgreetings, postfix/saslauthd problem, what would be the correct locations for the default install : /etc/pam.d/smtp and /etc/postfix/sasl/smtpd.conf ; both are ignored from the system, any idea where i could look?16:37
tyberionmaniheer: nah not at all... but I had that problem several times now..16:37
tylrdWard1983--> did you ifdown eth0; ifup eth0 after you modified your interfaces file?16:37
hendra???16:38
regeya!ask | keneda16:38
ubottukeneda: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)16:38
BlueEagleTundrayeti311: Sorry. I'm drawing blank on that log. :/16:38
Ward1983tylrd, i jsut rebooted to be sure16:38
mib_b4blihikonia: Will try to see if I can find the answer there16:38
maniheertyberion, have u got more than one program trying to get to the audio16:38
KDB9000trilobit`, with mine it was a case of the legacy drivers being used, just needed to update the firmware and used the new b34 driver and it works16:38
ikoniamib_b4blih maybe easier to get a grips with the basics16:38
tylrdWard1983--> and what happens after a reboot?16:38
tyberionmaniheer: everything closed..16:38
KDB9000trilobit`, https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Hardy if you want to take a look16:38
mib_b4blihikonia: But I thought a private key is like an "identity". How can a host be schizophrenic!!16:38
kenedaubuntu what is the difference between ubuntu - kubuntu-xubuntu-edubuntu16:38
kenedathere16:38
regeyao/~ oh my bucket's got a hole in it o/~16:39
BlueEaglekeneda: Asked and answered.16:39
ikoniamib_b4blih a private key is a per user key16:39
Tundrayeti311BlueEagle: np :) ty for help16:39
BlueEaglekeneda: ubuntu uses gnome as it's default desktop. Kubuntu uses KDE and xubuntu uses xfce. As for edubuntu I'm not sure what's with it. For more information see ubuntu.org, kubuntu.org, xubuntu.org and edubuntu.org16:39
ikoniamib_b4blih: so the server will authenticate the key on a per user basis16:39
* regeya says "whoops, wrong channel, where's the cahnnel undo button"16:39
BlueEagleTundrayeti311: Wasn't much. :/16:39
ikoniamib_b4blih: the host key is for host based authentication16:39
kenedaubuntu what is KDE ?16:39
maniheerubuntu = gnome kubuntu=KDE xubuntu=XFCE edubuntu=gnome with school stuff16:39
regeya!kde16:39
ubottuKDE (http://kde.org) is the !desktop environment used natively in !Kubuntu. To install from Ubuntu: « sudo apt-get install kubuntu-desktop », or see http://help.ubuntu.com/community/InstallingKDE . See http://kubuntu.org for more information. For more information on KDE 4, see !kde416:39
BlueEaglekeneda: KDE is another desktop manager.16:39
kenedaubuntu what is xfce16:39
DJones!kde > keneda16:39
ubottukeneda, please see my private message16:39
ikoniakeneda: you may do well to read http://www.ubuntu.com to udnerstand the basics16:39
maniheer!xfce16:39
ubottuXubuntu is Ubuntu with Xfce instead of !GNOME. More info at http://www.xubuntu.org and http://wiki.ubuntu.com/Xubuntu/ - To install from Ubuntu: « sudo apt-get install xubuntu-desktop » - Join #xubuntu for support - See also: !Ubuntu and !Xubuntu-Channels16:39
regeyakeneda:  http://www.kde.org/16:39
kenedaooohhhh16:39
kenedanow i'm learning16:39
trilobit`KDB9000: I'm sure it's different for athereos interfaces, for me it was  AR242x 802.11abg Wireless PCI Express Adapter (rev 01)16:40
kenedadesktop manager is also known as shell ???16:40
mib_b4blihikonia: So when I connect to the daemon somehow does it resolve the correct key through my username or hostname?16:40
kenedayes / no ?16:40
ikoniamib_b4blih: user16:40
Picikeneda: no.16:40
kenedaok16:40
ikoniakeneda: read www.ubuntu.com to get an introduction to ubuntu16:40
maniheerkeneda, desktop manager = wallpaper and maybe icons16:40
Picikeneda: The Desktop Manager is the graphical environment.16:40
kenedaahhhhh16:40
InetKenIs DVD burning broken in Hardy?16:41
kenedai was thinkin of that16:41
mib_b4blihikonia: thats the one in ~/.ssh/id_rsa right?16:41
KDB9000trilobit`, ya, just about every card manufacture will be different16:41
ikoniamib_b4blih correct16:41
BlueEaglekeneda: A desktop manager handles the window placement and decorations along with (in most cases) panels where clocks, menus and minimized windows are shown.16:41
kenedabut different thing came out16:41
ikoniamib_b4blih but thats your private key - not public key16:41
hendraTried install KDE16:41
hendraMy ubuntu become Kubuntu :D16:41
maniheerBlueEagle, thats a window manager16:41
kenedais red hat still the same as ubuntu16:41
mib_b4blihikonia: Yes. I know.16:41
mib_b4blihikonia: So when does it use the private key in the /etc/ssh/ ?16:41
maniheerkeneda, no, redhat is crap16:41
kenedai know ubuntu is linux16:41
mib_b4blihikonia: The "host" private key16:42
ikoniamib_b4blih: thats not the private key16:42
=== Carnage` is now known as Carnage\
ikoniamib_b4blih: for host based authentication16:42
BlueEaglekeneda: For example when you start windows the first explorer.exe instance acts as a desktop manager displaying icons and the start menu and the toolbar.16:42
kenedaok16:42
kenedaso red hat is like dos or windows 3.116:42
ikoniakeneda: no16:42
mib_b4blihikonia: Meaning which hosts to trust?16:42
ikoniakeneda: ubuntu discussion only please16:42
kenedaok16:42
ikoniamib_b4blih: thats it16:42
BlueEaglekeneda: Ahh, as maniheer correctly pointed out. The correct name for it is "window manager", not desktop manager as I said.16:42
Picikeneda: ##linux exists for general linux support.16:42
kenedajust trying to figure out the evolution of linux16:42
kenedathats all16:43
mib_b4blihikonia: But the file is between Begin & End Private Key markers16:43
ikoniakeneda: read www.ubuntu.com for an overview16:43
mib_b4blihikonia: the one in /etc/ssh16:43
ikoniamib_b4blih: yes, thats right16:43
ikoniamib_b4blih: it's a host based key16:43
BlueEaglekeneda: Do you mind if I send you some private messages?16:43
kenedahit me16:43
mib_b4blihikonia: Can you please be a little more clear on host based authentication?16:43
InetKenI've made several CD and DVD coasters, only help I could find online points to kernel upgrade.16:43
emorrishi, with zenity --list --checklist, is there a way to make the options selected by default?16:43
ikoniamib_b4blih: it's just an extra layer on top of user based auth16:43
cferribyhoe can i change the folder properties of a partition i have mounted in /data its is basically what my home folder is. i would also like to link it to my home folder so that that is my home folder16:44
sysdocFirefox in 2 x sessions gives the error "Firefox is already running...etc" Removing the .parentlock file allows it to open in both sessions, but only once. does anyone know how to remove this file permanently, because on open the file is recreated? Or is there a way to have the x session open a different profile?16:44
ikoniasysdoc rm the file16:44
ikoniasysdoc: it's in your home dir16:44
mib_b4blihikonia: So how does the authentication work? The host based one.16:44
ikoniamib_b4blih same as keys, your client has a key, the server has a key and you can say only authenticate X clients16:45
InetKenBrasero and K3b both fail and slowing writing down to 4x doesn't help.16:45
ikoniamib_b4blih: all covered in the link I sent you as this is nothing to do with ubuntu support16:45
sysdocikonia: the file is recreated once firefox is opened16:45
Vladhi all i have a problem with ubuntu16:45
ikoniasysdoc: thats right16:45
mib_b4blihikonia: Thanks16:46
sysdocNeeding a workaround to have a different profile or ???16:46
ikoniasysdoc: /join #firefox16:46
sysdocYea there ya go16:46
emorrisnever mind, TRUE and FALSE16:47
ikoniasysdoc: someone (developers in there) may know ?16:47
Vladi installed ubuntu on my macbook following the famous "macbook on ubuntu" guide, re-fit find my linux partition, i select it, the screen becomes white with the tux image and no more.16:47
Vallhalla81Vlad please ask your question16:47
harveydok,, very close to getting this working16:47
KDB9000When a drag files over the Network Servers (to another window) it pauses while it is trying to find the network servers and then starts transferring after a while to /. how can i stop this from happening and still keep the places pane up?16:47
harveydwmctrl -i -a "$(wmctrl -l | awk '/Firefox/ {print $1; exit}')" works fine from command line16:47
harveydbut when I set it to a keyboard shortcut in gconf editor, it doesnt, unless I dont use the $()16:48
UbuntuDrummerBoyCan Edubuntu be installed w/ the Kubuntu package?16:48
ikoniaUbuntuDrummerBoy yup16:48
test_ey people, whre is the history log of installed files, that show synaptic when you see the history in the first menu of the app?16:49
ikoniatest_ dpkg.log16:49
UbuntuDrummerBoyikonia thanks, you just install the kubuntu first than the edubuntu education package afterward?16:49
Vladdid anyone installed ubuntu on macbook using re-fit, here?16:49
ikoniaUbuntuDrummerBoy yup16:49
cferribyhoe can i change the folder properties of a partition i have mounted in /data its is basically what my home folder is. i would also like to link it to my home folder so that that is my home folder16:49
test_dpkg.log ikonia whre it is located?16:49
ikoniatest_: /var/log16:49
test_thx ikonia16:49
emorrisUbuntuDrummerBoy: install Edubuntu, then from System>Administration>Synaptic Package Manager, then install the package called kubuntu-desktop16:49
=== LSD|Ninj1 is now known as LSD|Ninja
test_also other question, what directories apart of /home/usr is important to backup in you gonna reinstall?16:50
ikoniatest_ thats it16:50
test_if* instead of in16:50
ikoniatest_: unless you want global configs16:50
allen54.16:50
trilobit`cferriby: before you had your home folder in /data and that's where you have mounted your new partition now ?16:50
test_OK16:50
emorriscferriby: don't do this, change the options in /etc/fstab16:50
test_thx ikonia16:50
UbuntuDrummerBoyI thought you had to select a base install first now w/ the newest install then the education package next?16:51
test_people, if I use now the beta versoin, do I need to download again in a month?16:51
test_or the updates will maintain it?16:51
ikoniatest_ depends if things break16:51
ikoniatest_: 8.10 support is in #ubuntu+116:52
trilobit`test_: most probably the updates will replace what will be obsoleted and will replace the necessary parts.16:52
cferribyi redid my computer with a duel boot with ubuntu being my main os and xp as another so i wanted to have my home folder and my mydocuments folder be a separate shared fat32 partition16:52
Awsoonnvia cli how can i output the first 100 lines of a file?16:54
=== Carnage` is now known as Carnage\
ikoniaAwsoonn head -10016:54
trilobit`Awsoonn: head -100 filename16:54
Awsoonnwow, i knew it would be simple.. but yea... awesome! THanks!16:54
kenedacan you play games on ubuntu ?16:54
idoloO.o16:54
=== Peter_Bye is now known as str_Alan
idoloure u can16:54
ikoniakeneda there are limited linux games16:55
kenedareally16:55
kenedawow16:55
UbuntuDrummerBoyDoes Edubuntu have content filtering for the Internet?  If so, what packages are being used?16:55
Pici!games | keneda16:55
ubottukeneda: Information about games on Ubuntu can be found at https://help.ubuntu.com/community/Games and http://www.icculus.org/lgfaq/gamelist.php16:55
kenedaso emulation then right16:55
emorriskeneda: you could try wine16:55
geniiUbuntuDrummerBoy: I'm pretty sure it uses DansGuardian16:55
trilobit`I can play Spore with Wine!16:55
kenedawow ... this is really going and gonna piss bill gates16:55
ikoniakeneda mind your language please16:56
kenedaoh sowwie16:56
=== adam is now known as Guest25746
test_/var/log/dpkg.log will be enoug for get again the applications?16:56
test_how I will import it?16:56
ikoniakeneda: if you read http://www.ubuntu.com as I suggested you'll get solid overview16:56
InetKenAny input on CD/DVD burning problems?16:56
kenedajust just speak my mind alot16:56
test_so taht synaptic open the log and get again the apps16:56
idolokeneda:  well u can play games when u emolete them with supported programs for ubuntu16:56
harveydok, very close to getting this working, got 2 commands both work fine from shell, only one works when set as a keyboard shortcut16:56
harveydhttp://pastebin.me/48ecd7b2c918216:56
kenedai try to censor it16:57
idolook c ya guys16:58
UbuntuDrummerBoygenii: Does it ask you to set it up during the install or is it somehting you go find and have to mess w/?16:58
idolobu-bye16:58
UbuntuDrummerBoyanyone else on Internet content filtering.  What does Edubuntu/Kubuntu/Ubuntu use?16:58
Vladhi all i have a problem with ubuntu + refit. here is my  gpt and mbr tables: http://pastebin.ca/1222824  can anyone help me please???16:59
dugasHi everybody.16:59
InetKenUbuntuDrummerBoy, I normally use a separate box with Dan's Guardian.  e.g. Ipcop firewall/content filter.16:59
cheeky_morning i was curiouse if there is a text editor that can have its backgrough tranparents like how the terminal can become transparent, i use gedit to write my java code ; does anyone know if ged it or any other editor has that functionality?16:59
InetKenUbuntuDrummerBoy, you could also build a box with Ubuntu, Squid, Dan's Guardian17:00
ikoniacheeky_: eterm and standard gnome-terminal can be transparant17:00
InetKenUbuntuDrummerBoy, I only say this because it is memory hungry.17:00
bassoAnyone used the Matrox Dualhead2GO on ubuntu?17:01
dugashi, i have an ide hard drive, connected to my computer via usb; this hard drive is formatted as hfs+ and it is being detected in my logs, but i cant mount it.17:01
biggerfischdoes anyone know where is the KDE4 config file is? I cant log in with kde4 because the desktop effects broke my desktop17:01
cheeky_ikonia, yeah i know i have my terminal set up to be transparent but iam talking about gedit going transparent ?17:01
ikoniacheeky_ no it can't17:01
UbuntuDrummerBoyInetKen:  right now I'm using Gentoo and is a pain to maintain.  Single box.  Want to install Kubuntu w/ the Edubuntu ed pacakage.  but absolutely need content filtering over the internet just on that one box.17:02
geniidugas: hfsplus and hfsutils packages. You also need to load the kernel driver afterwards for it.17:03
cheeky_ikonia, is there an editor that has such capability ?>17:03
maquina17hi17:03
dugasgenii, i have both of those installed, how do i load the kernel driver for it ?17:03
InetKenUbuntuDrummerBoy, there is a How-To for single desktop Dan's Guardian in the Ubuntu forums.17:03
jim_pcheeky_: nano on a transparent terminal :P17:03
maquina17i cant stay in thegain for 2min17:03
UbuntuDrummerBoyInetKen/ can you give me a link?17:03
flourishhello, i have a question about apache , can i ask here?17:04
InetKenUbuntuDrummerBoy, http://ubuntuforums.org/showthread.php?t=20700817:04
jim_pflourish: yea17:04
geniidugas: The exact module name I'm not sure. But syntax is like:   sudo modprobe hfs           or so. You can find the exact name of it by:  modprobe -l|grep hfs17:04
=== Carnage` is now known as Carnage\
dugasthanks genii, ill check that out.17:05
maquina17some where talk spanish?17:05
geniidugas: np17:05
trilobit`!es17:05
ubottuEn la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.17:05
qbmaniacubuntu-es17:05
qbmaniacmaquina entra a #ubuntu-es17:05
qbmaniacahi te explican17:05
InetKenNo takers on my CD/DVD burning woes?  Man I would hate having to have an XP dual boot just for this problem.17:05
kenedahey hey hey i learn alot from Blue --- thanks Blue for the 41117:05
InetKenThat or use my old Ubuntu box.17:06
lbo_kenhi every body , im wodering where ic ould find the step by step to make a tri-boot  xp, vista and ubuntu  that its sure to work  ( im rebuilding my pc  beside the partition and xp installed nothing is installed yet17:06
kenedais there anyone here that can advice me about asus eee pc and asus eee box ??? please17:06
flourishThanks, I want to log my server's log to a new one every month, that is this month is access.log.Oct and next month is access.log.Nov; as i known i can accomplish this by rotatelogs, but ..17:06
Vinay_hello all - in hardy, does gnome or kde desktop accept password for super user mode? They both seem to reject correct password.17:06
cheeky_jim_p, true m8 but then again i would like my syntax highlighting and my tab scroll17:06
MyrttiVinay_: there isn't supposed to be a superuser (ie. root) password17:06
jim_pcheeky_: gvim?17:07
sempronhow can I login as root?17:07
MyrttiVinay_: have you set up such in your system?17:07
Myrtti!root | sempron17:07
ubottusempron: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo17:07
Vinay_Myrtti - I can login with ssh in root user17:07
flourishbut the number of certain month is not fixed, so how can i implement it17:07
flourish?17:07
MyrttiVinay_: have you set up a password for root?17:07
geniiVinay_: Aside from the system itself having root locked out, X normally won't let you run as root anyways by default17:07
MyrttiVinay_: there is no root password.17:07
cheeky_jim_p, never heard of it .. have to let you know i am just starting out on linux so not  that familiar with programs17:07
jim_pcheeky_: you can give it a change if you are good with vim17:08
trilobit`flourish: you already should have it there access.log and access.log1 right ?17:08
kenedanopes no one can advice ? hmmm wierd so many smart one but none can spare advice ...17:08
keneda>;-)17:08
InetKenVinay_, ssh as user then sudo su -17:08
Vinay_Myrtti - is X root user different from root user in ssh17:08
FreshPrincehum17:08
FreshPrincei've installed the flashplayer but i can't watch videos on firefox? why that?17:09
flourishtrilobit`: yes, but i can't find how this happens17:09
Vinay_I am trying to use NX to get gui working for admin17:09
kenedafresh ... same here17:09
kenedaare you runing x6417:09
jim_pkeneda: can you repeat the question?17:09
kenedaubuntu17:09
sempronbut when I try to open the partition I can not do someting because the owner is Root17:09
sempronwhat can I do with that?17:10
kbrosnanFreshPrince: you may have conflicting flash players, uninstall gnash or swfdec players17:10
kenedajim -- are you familiar with asus eee pc and asus eee box ?17:10
jim_psempron: what partition?17:10
flourishI do not know the way apache does17:10
jim_pkeneda: no, but i am familiar with non working hardware due to the lack of some module17:10
trilobit`flourish: I'd have a look at /etc/cron.*/ directories17:11
=== brett is now known as Guest5222
kenedajim --- on what system >17:11
mgolischkeneda: whats the problem?17:11
trilobit`flourish: I'm no cron expert, but there lie cron jobs for several parts of the system and there are several scripts that take care of different jobs there. One of them is apache related.17:11
jim_pkeneda: on any system! tell me and i will look it up17:11
cheeky_jim_p, i should but i only tried vim once .. and kinda had trouble so i stuck with nano .. and now gedit .. oh wel17:11
kenedamgolisch: -- i'm thinkn of buying one17:12
jim_pcheeky_: me too, stuck with nano17:12
cheeky_jim_p, hehe17:12
=== Spee is now known as ubuntu
flourishtrilobit`: thanks , i will do some search there17:12
mgolischkeneda: http://www.array.org/ubuntu/source.html  the guy there maintains a special kernel for the eeepc with support for all stuff, works well here17:12
jim_pkeneda: please use jim_p as my name to make my taskbar blonk and me to look17:12
mgolischwlan,bluetooth,sound,lan had no problems yet, hardy runs fine on my 1000h17:13
beshrkayalihello, any dude from Syria in here?17:13
kenedaso which one should i get17:13
bingunghello, anyone can help me out with opera irc chat issues pls ?17:13
kenedabox or the notebook17:13
bassoAnyone used the Matrox Dualhead2GO on ubuntu?17:14
Tundrayeti311!enter > keneda17:14
ubottukeneda, please see my private message17:14
bustaplzWhat is the best way method for installing the latest nvidia drivers for a 8800GTS on 8.04. I've tried running the .run package from nvidia and using the System > Admin > Hardware Drivers and both cause me to boot into Low Graphics mode and then get a black screen.17:14
kenedasorry17:14
trilobit`flourish: What you need probably lies in  /etc/logrotate.d17:14
alicevhallo i cant install pctv dvdb-t stick solo on 8.0417:14
alicevhow can i inst.17:14
alicev?17:14
bingunghello, anyone can help me out with opera irc chat issues pls ?17:14
kenedaok brb17:15
Tundrayeti311!repeat > bingung17:15
ubottubingung, please see my private message17:15
kaiibustaplz: rename your /etc/X11/xorg.conf to /etc/X11/xorg.conf.busta, install the .run package and do a reboot then.17:15
flourishtrilobit`: I have seen /etc/logrotate.d/apache2 before , but i can not understand the file17:15
jim_pbustaplz: this is the wrong way. use apt instead and insert a Driver entry in xorg.conf17:15
KemonHow do I hide shares on Desktop?17:15
lbo_kencan anyone tell me a website where i can find the process to do to have  a trip boot xp vista and linux ?17:15
bingungsorry17:16
jim_plbo_ken: do you have all of them installed now?17:16
flourishtrilobit`: i do not know the meaning of the items list in brace17:16
KemonProblem with booting Linux and Windows?17:16
=== Carnage` is now known as Carnage\
FreshPrincekbrosnan: those are not installed, both of them17:16
FreshPrince:(17:16
bustaplzRight now I'm using what amounts to I guess default install. It works but I have no 3d. I've used the .run package several times and can NOT get it to work right.17:16
lbo_kennot yet i wanted    to have the process to do it before i just installed xp so far17:16
jim_pbingung: can you mention the problem?17:16
trilobit`flourish: then "man logrotate" will explain you far more than I could.17:16
bustaplzI think I've tried using aptitude installing nvidia-glx-new17:16
lbo_kencause ik now there is a way i saw few montsh ago about using   vista bootloader17:16
Ash-FoxHow does one disable ALSA's OSS (/dev/dsp) compatability?17:16
bustaplzcan not get any drivers to function right17:17
kbrosnanFreshPrince: as was asked above are you on a 64 bit os?17:17
FreshPrincekbrosnan: no on x8617:17
jim_pbustaplz: the "normal" way is to use apt and not the .run from nvidia17:17
beshrkayaliokay... can i install ubuntu i3??   on amd athlon x2?17:17
kbrosnanFreshPrince: does the flash plugin show up on tools -> addons-> plugins?17:17
jim_pkbrosnan: nope. it shows in about:plugins i think17:18
Ash-FoxHow does one disable ALSA's OSS (/dev/dsp) compatability? - Currently I'm resorting to a very bad cronjob that chmods /dev/dsp to 000 on boot.17:18
trilobit`flourish: Also, it seems the logs are rotated weekly by default. What you could do is change weekly with monthly and then a simple cronjob to rename them with .month extension.17:18
bingunganyone using opera ?17:18
kaiiAsh-Fox: insert "blacklist alsa-oss" into /etc/modprobe.d/blacklist17:18
slashzulare there any native ubuntu programs similar to itunes?17:18
flourishtrilobit`: Oh, yes.^_^ I have read the manual about rotatelogs, it amazeing to have another command --- logrotate^_^17:18
jim_pbingung: me!!!17:18
Ash-Foxkaii, cheers!17:18
slashzulto stream in music?17:18
beshrkayalican i?17:18
jim_pslashzul: songbird and amarok17:18
bingungjim_p : can u chat irc with opera ?17:19
slipp3danyone trying out the beta ??? I'm wondering why i'm hanging17:19
trilobit`flourish: I'd just replace weekly with monthly and then just rename the files. :)17:19
kaiiAsh-Fox: its "snd_pcm_oss" not "alsa-oss"17:19
jim_pbingung: is there an option for it? i dont think there is17:19
slashzulamarok only downloads/uploads music. what about something to listen like a radio station in itunes?17:19
Ash-Foxkaii, I was about to say, couldn't see it in /proc/modules - cheers again :)17:19
jim_pslashzul: amarok can do that too.17:20
jasuusdoes anyone else think gnucash blows17:20
kaiiAsh-Fox: an do a "sudo rmmod -f snd_pcm_oss" or reboot your system then.17:20
bingungjim_p : when i'm using windows, there's option mail and chat in opera, but in ubuntu, the options is removed, is it true ?17:20
jim_pslashzul: you must know the url though17:20
jim_pbingung: i know about the mail option, never seen the chat one17:21
flourishtrilobit`: Thanks a lot. This is much more better than use the rotatelogs command.17:21
jim_pbingung: can you point me where it is?17:21
TeamRhey. anyone know how to add a server, but use a specific port in xchat?17:21
xbxbxbwhen I plug in a network cable to one of my 2 network cards, how do I find out to which card I have plugged it (eth0 or eth1)?17:21
FreshPrincekbrosnan: well if i go to the add-ons he gives me an error: (Fehlercode: sec_error_expired_certificate)17:22
bingungjim_p : u can see in the tools - mail and chat accounts, in windows, in chat account we can connect to irc with the chat account, but i'm new in ubuntu, just wandering, if this is normal or what17:22
trilobit` What does this message mean?   TCP: Treason uncloaked! Peer 212.55.221.162:25/1612 shrinks window 3807174802:3807176215. Repaired.17:22
jim_pbingung: let me take a closer look!17:22
bingungjim_p : u can see in the tools - mail and chat accounts --- in ubuntu is disable  and unclickable17:23
bingungjim_p : ok17:23
jim_pbingung: what opera version do you have?17:23
kbrosnanFreshPrince: how about going to the plug-ins tab17:23
bingungjim_p : opera 9.2717:23
bustaplzokay sorry i lost connection17:24
jim_pbingung: yea i found it there it is. please upgrade to todays opera 9.6017:24
bustaplzjim_p: still there?17:24
bingungjim_p : are u using 9.60 and the chat account clickable ?17:24
shubbarwhat does user 99 mean?17:24
BabylykkeAnyone here that can recommend me a program similar to Adobe Bridge/Lightroom that can handle NEF (raw) files, please?17:24
=== _DjViper is now known as DjViper
jim_pbustaplz: you go to Tools > Accounts something > Do you want to make a new one etc17:25
Picishubbar: In what context?17:25
jim_pBabylykke: raw as in... captured by a camera in raw format?17:25
bustaplzjim_p: why do I need to make a new account?17:26
hendra<< failed install YM17:26
jim_pbustaplz: i have no idea!17:26
shubbarpici, files uploaded using my cms on a virtual host17:26
Babylykkejim_p: Yes. Nef raw files from Nikon D70s17:26
hendradepencencies :p17:26
jim_pbustaplz: let me make one and tell you17:26
hendraneed libglib 1.217:26
Picishubbar: It may be specific to your CMS if that is where you are seeing that log.17:26
FreshPrincekbrosnan: its nto listet there..17:27
FreshPrince*not17:27
hendrahow convert .rpm to .deb?17:27
jim_pBabylykke: there are programs for the job. let me check17:27
test_hendra alien17:27
shubbarpici, i see user 99 with ftp client17:27
jim_phendra: with alien. do NOT do so17:27
l0calh0stHello17:27
l0calh0stCan i enable in Rhythmbox simple information about now playing track?17:27
BabylykkeI was hoping for someone could recommend me one... but since you have to search I can search myself.17:27
bingungjim_p : does your opera - tools - mail and chat account clickable ? cause that's the only reason i'm using opera17:28
BabylykkeTHank you anyway.17:28
hendrasory,my english is ....17:28
hendraIm Indonesian17:28
l0calh0stTo looks like: http://localh0st.ma.ciasny.net/pliki/xdfsffxfcerhythmbox.png  when i move cursor on tray icons17:28
Picishubbar: grep 99 /etc/passwd   if its a UID.17:28
jim_pbingung: yea!17:28
kbrosnanFreshPrince: type about:plugins in the address bar to double check, but it sounds like the flash player plugin is not correctly installed17:28
shubbarbabylykke, how about gimp with ufraw plugin17:28
NIghtVisionany idea why transmission in ubuntu does not have a blocklist deal compared to the mac version?17:28
beshrkayalihello, where can i download ubuntu dvds?17:29
bingungjim_p : thx very much17:29
jim_pbingung: i just did an account!17:29
ChrizCHi, every time I try to install my Ubuntu using a CD from their Request a Free CD link, I get a SQUASH-FS error, any idea why this is? (it's not an md5 problem)17:29
os2macHi! trying to setup a cronjob to backup my /home/ directory to a external USB drive. I would like to use RDIST so that it only updates any files that have been added/changed so the backup doesn't take all night. how do I deal with sudo in such a cronjob?17:29
Babylykkeshubbar: Ok for editing one picture.. but I need a program to import, batch converting to jpg and to view lots of pictures.17:29
beshrkayalihello? anyone?17:30
jim_pChrizC: badly written data on the disk. burn at lower speed17:30
beshrkayaliwhere can i download ubuntu DVDs?17:30
PiciBabylykke: Perhaps rawstudio?17:30
kbrosnanNIghtVision: might be an older version than what transmission releases on their website17:30
BabylykkeI did this in Windows with RawShooter + Lightroom, but here in Ubuntu I`m not sure what to use.17:30
bingungjim_p : thx, i tried to update the opera now17:30
jim_p!download > beshrkayali17:30
ubottubeshrkayali, please see my private message17:30
ChrizCjim_p; read my statement again. this time at a lower speed.17:30
BabylykkePici: I`ll have a look. Thank you :D17:30
Pici!dvdiso | beshrkayali17:30
ubottubeshrkayali: DVD ISOs are available via http://cdimage.ubuntu.com/releases/17:30
bustaplzjim_p: haha! Let me ask you this, how do I configure xserver to use nvidia drivers. When I run #sudo dpkg-reconfigure xserver-xorg  as I have in the past, it only asks me about keyboard options.17:31
jim_pChrizC: <ChrizC> Hi, every time I try to install my Ubuntu using a CD from their Request a Free CD link, I get a SQUASH-FS error, any idea why this is? (it's not an md5 problem)? this one17:31
beshrkayaliokay thanks ubottu, guys :)17:31
kbrosnanNIghtVision: i.e. the feature was added after Ubuntu locked the version of applications for the distro for release17:31
ChrizCjim_p; yes. notice the bit where it says "a Cd from their Request a Free CD link"?17:31
=== Julie is now known as antoine[maison]
bingungjim_p : another newbie quest, after i'd download, should i uninstall my former opera, or i can just install a new one ?17:32
jim_pChrizC: yea. its a bad disk then17:32
jim_p!opera17:32
ubottuopera is an advanced and free (only as in price) web browser.  Install it via Applications->Add/Remove..., making sure that "Show commercial applications" (dapper only) is checked. For more info on opera please see: https://help.ubuntu.com/community/OperaBrowser17:32
ChrizCjim_p; I've never heard of a bad disc from their request a cd function.17:32
FreshPrincekbrosnan: hum its not listet there.. well i installed flash with apt-get install flashplugin17:32
jim_pbingung: can you wait some minutes and i will show you the repo way ok??17:32
NewtoUbuntuhi17:32
bingungjim_p : thx17:33
shubbarbabylykke, my nikon d80 is only 3 month old and i haven't experimented with NEF files yet17:33
NIghtVision@kbrosnan yea apt-cache show info says  1.06-0ubuntu417:33
NIghtVisionits @ 1.34 on their site....17:33
Babylykkeshubbar: You should shoot in raw.17:33
kbrosnanFreshPrince: are you using a custom insatall of firefox? if you don't know check the output of which -a firefox17:33
NewtoUbuntuI have a toshiba satellite a205 s4707 and a new install of ubuntu with no sound?17:33
NIghtVisionguess i am compiling17:33
bingungubottu : thx17:33
ubottuSorry, I don't know anything about thx17:33
shubbarbabylykke, i think f-spot has a plugin to view raw17:33
os2mactrying to setup a cronjob to backup my /home/ directory to a external USB drive. I would like to use RDIST so that it only updates any files that have been added/changed so the backup doesn't take all night. how do I deal with sudo in such a cronjob?17:33
jim_pChrizC: squash thing errors are cause when the "zipped" kernel cannot "unzip" itself, so... if the cd is faulty...17:33
NewtoUbuntuhow do I check to see if there is a sound driver installed for there is no speaker in the taskbar17:34
=== nostferka^ is now known as nostferka
ChrizCjim_p; have you heard of a faulty cd from Ubuntu?17:34
jim_pBabylykke: are you still there?17:34
FreshPrincekbrosnan: the output brings me /usr/bin/firefox17:34
BabylykkeYes.17:35
Babylykkeand rawstudio looks good :D17:35
shubbarbabylykke, where do you post you pics?17:35
jim_pChrizC: no, but all points to bad disk17:35
natbetwhat is the command at system > Adminstration > display?17:35
NewtoUbuntuhow do I check to see if there is a sound driver installed for there is no speaker in the taskbar17:35
Babylykkeon my homepage with imagevuex.com flashscript.17:35
Babylykkeand some at photosight.org17:35
BabylykkeTo bad http://www.lightcrafts.com/linux/index.html ain`t free :S17:35
ChrizCjim_p; then what am I supposed to do about it? my drive will not burn an iso and I can't wait for another cd...17:35
jim_pBabylykke: http://www.rawtherapee.com17:36
jim_pChrizC: i dont know17:36
trilobit`Does anyone know what does this message mean?   TCP: Treason uncloaked! Peer 212.55.221.162:25/1612 shrinks window 3807174802:3807176215. Repaired.17:36
ChrizCand they call this a help channel...17:36
Babylykkejim_p: PERFECT! ;D17:37
faria_how cam i print any config file ??17:37
bingungchrizC : rude :)17:37
ChrizCyet fair17:37
FreshPrincekbrosnan: i dont know where the problem could be17:37
faria_how cam i print any config file ??17:37
kbrosnanFreshPrince: any plugins folder in ~/.mozilla or ~/.mozilla/firefox ?17:38
bingungchrizC : hahahha, get stressed out same as me :)17:38
Pici!patience17:38
ubottuThe people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IrcGuidelines17:38
ChrizCdon't you !patience me17:38
PiciChrizC: Then don't give me a reason to.17:39
FreshPrincekbrosnan: no17:39
FreshPrincehm17:40
FreshPrincestrange.17:40
strangeyes.17:40
kbrosnanFreshPrince: my next thought would be to do a complete uninstall of the flash player then reinstall17:41
kaiganhi17:43
bingungjim_p : still there ? awaiting for your knowledge :)17:44
slipp3dwhat should I do if i'm stuck here...update-initramfs: Generating /boot/initrd.img-2.6.27-6-generic17:44
muffi1Hi there, I have a via epia MS motherboard connected with tvout to my tv. If I boot live cd the terminal goes green and the xserver goes black. It runs ok with an external monitor. I tried with a sabayon slax live cd and it boots ok. My question is : is any way to change the the boot parameters to have the same result? I already tried the framebuffer at 800x60017:44
shubbarbabylykke, did you find what you are looking for?17:45
BabylykkeThink Raw Therapee can do the job :D but it looks terrible :O17:45
Picislipp3d: If its 8.10 that you are installing/upgrading to then you should be asking in #ubuntu+117:48
muffi1thx17:48
faria_how can i print any config file ??17:50
_Zeus_eh?17:50
_Zeus_faria_: what does that mean17:51
ZappzaHi!17:52
ZappzaI installed ubuntu to my memory stick, and chose to install the bootloader on the memorystick itself, however it won't boot. Says something about not finding the file needed17:52
ZappzaCan get the exact message if wanted17:52
=== str_Alan is now known as Chris_Britton
_Zeus_Zappza: i think we need the actual error17:53
=== strAlan is now known as Peter_Bye
techsupporthow can i make user owner of a directory ?17:53
Tundrayeti311techsupport: chown17:54
ZappzaAllright, I'll be back in ten :=17:54
_Zeus_techsupport: sudo chown user.group FILE17:54
Zappza:)17:54
jokibrokihello all, how are you today.17:54
Uplinkwhen doesn 8.10 come out?17:55
jokibrokii have a question about ubuntu hardy 8.04. Whenever i want to stream audio files through mozilla firefox I am not able to do that, I can only stream video files. Anyone knows the solution to this17:55
jokibrokiAlso, my cd/dvd burner is not being recognizes by ubuntu hardy 8.04.17:56
NewtoUbuntuok I have sound but how do I control it without having to go into alsamixer?17:56
jokibrokirecognized17:56
UplinkNewtoUbuntu: dont you have keyboard keys?17:56
NewtoUbuntunot for vol17:56
MasticoreI have just installed a new font, I can change to the font in gedit, but not the terminal. How do I fix this?17:56
UplinkMasticore: try in profile settings?17:57
_Zeus_Masticore: right click on the terminal, profile?17:57
NewtoUbuntuthe video player only has mute on it17:57
MasticoreUplink, _Zeus_: tried that, the font doesnt come up in the font list17:58
NewtoUbuntuok I have sound but how do I control it without having to go into alsamixer?17:58
super-jim!video17:58
ubottuUbuntu 7.04 installs multimedia codecs automatically. For older versions of Ubuntu, or if you can't use the automatic installer, see https://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - For multimedia applications, see https://help.ubuntu.com/community/MultimediaApplications17:58
_Zeus_Masticore: umm, restart the terminal?17:58
UplinkMasticore: edit<profiles then uncheck "use the system fixed width font"17:58
BurakuminI was sitting here trying to find a way to help the cause of getting Ubuntu used by everyone and it struck me we need to find a way to advertise Ubuntu to people17:58
_Zeus_there we go17:58
UplinkMasticore: oh... hmm17:58
_Zeus_Uplink: good point17:58
Burakuminwe need to make some noise about it to get people interested in it17:58
super-jimUplink, 8.10 is coming out, ? when?17:59
_Zeus_oct 30?17:59
Uplinkthis month i believe17:59
MasticoreUplink: its unchecked17:59
karnamesalam barnameye matlab vase linux ham neveshte shode?17:59
UplinkMasticore: it should appear17:59
_Zeus_Masticore: and you have restarted it after that?17:59
KilleroidHi, anyone installed the new broadcom wireless drivers from broadcom? Is it worth it replacing the b43 driver with it?17:59
RichiH!tr17:59
ubottuTurk ubuntu kullanıcıları, Türkçe yardım ya da geyik için #ubuntu-tr hizmetinizde.17:59
Masticore_Zeus_: you mean close all terminals and open them again?17:59
Uplinkyea that can work17:59
_Zeus_Masticore: you probably should18:00
Masticoretoo bad I didnt screen irssi :o18:00
Uplinklol18:00
Uplinkwhats up with irssi18:00
Uplinki feel fine with xchat18:01
super-jim!flgrx18:01
ubottuSorry, I don't know anything about flgrx18:01
jokibrokimy dvd/cd burner is not recognized by K3B anyone knows why?18:02
jijutmhi all, facing a bit of a trouble.. with an IBM x3400 / Xeon 2.0 / 6GRAM, loaded with Hardy 64 Bit.. shows only 3.9G ram18:02
LordKovuI was wondering can I add debian repos to synaptic? I'm looking for an SMS gateway and I found one.. for debian. I figured, Ubunutu was debian based, however I don't know what version of debian ..18:03
beautifulsnowHello, anyone know how to add WICD to start at boot? (daemon list)18:04
jijutmit was hardy server 64 bit ..18:04
danbh_intrepidLordKovu: thats supposed to be a very bad idea18:04
hendrixskiI have a newer version of a program in a .deb in a repo (which I backported with prevu) but when I go to install it apt is still looking at the older version... how do I get apt to favor packages in my newer repo over other repo's?18:04
_Zeus_LordKovu: bad idea18:04
danbh_intrepidLordKovu: I think its beyond dangerous, in that it is sure to mess up your system.  If you want to take a risk, you could just try installing a single package, and see if it works...18:05
trilobit`hendrixski: _Zeus_: Could "alien" be used on debian native .deb packages ?18:05
_Zeus_trilobit`: no idea18:05
hendrixskitrilobit`: I suppose you could try... but it's not made for that... try dpkg -i instead18:05
trilobit`_Zeus_: what about the opposite... is it possible to get ubuntu .deb's into debian ?18:05
ZappzaBack again, the error message says "Error 25 - Disk Read error". The bootloader has configured it self to boot from hd(2,0).18:05
Prez00hello18:06
erwin_hi i'm using xvnc, does anybody know why upon connection, i'm greeted with only one terminal screen.. instead of my desktop?18:06
_Zeus_trilobit`: no idea again18:06
Prez00i am on 8.04, how do i restart compiz?  my widget screenlets are not showing up and restart all screenlets does not work, any suggestions?18:06
trilobit`Some distros claim that their .deb's are upstream debian compatible as well, namely Mepis Linux.18:06
danbh_intrepidLordKovu: what is an SMS gateway?18:06
_Zeus_i think alien should work for both18:06
erwin_danbh_intrepid: system that handles sms'es18:07
hendrixskitrilobit`: .debs will work on any debian distribution18:07
hendrixskithe problem is dependancies18:07
cem_s.a18:08
danbh_intrepid!info gammu | LordKovu18:08
ubottulordkovu: gammu (source: gammu): Mobile phone management utility. In component universe, is optional. Version 1.18.90-1 (hardy), package size 268 kB, installed size 688 kB18:08
trilobit`hendrixski: that's what I thought too. Some extra work might be needed to indicate equivalents of packages between the debian-based-distro and debian itself. How hard would that be to do ?18:08
erwin_danbh_intrepid: i think his looking for kannel :D18:08
hendrixskitrilobit`: or you can backport the packages... using tools like prevu18:09
trilobit`hendrixski: oh, didn't know that.18:09
hendrixski:-)18:09
hendrixskiI'm backporting right now actually18:09
outbackwifihello18:09
trilobit`hendrixski: I'll see this prevu thing right now too. ^^18:10
erwin_hi i'm using xvnc, does anybody know why upon connection, i'm greeted with only one terminal screen.. instead of my desktop?18:10
outbackwifierwin_: in your startup script you should specify something other than xterm18:10
hendrixskiI'm backporting trac-git from intrepid to Hardy... and I need it to prefer a newer package in a different repository than the one in the main repositor... how do I set apt to prefer the newer version?18:10
Vallhalla81Hi i have installed ubuntu to a usb drive and got it to boot to the login screen after i put in user name and password i get just a blank sandy screen and mouse pointer i can get a tty18:10
LordKovudanbh_intrepid: looking for kennel, I've tried that one (gammu) and to be quite honest.. it sucks. lol.18:11
ZappzaI get this error message when booting Xubuntu from my memory stick "Error 25 - Disk Read error". The bootloader has configured it self to boot from hd(2,0).18:11
ZappzaAnybody have a clue how to solve it?18:11
outbackwifiZappza: at the grub screen press e and edit the kernel line to reflect the correct root disk18:11
trilobit`hendrixski: is it what they call package pinning ?18:12
ssapphireeпривет всем ))18:12
outbackwifi!ru | ssapphiree18:12
ubottussapphiree: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке  / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke18:12
Guiri!xvmc18:12
ubottuSorry, I don't know anything about xvmc18:12
outbackwifi!vnc18:12
ubottuVNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely.  It works best over fast connections, otherwise look at !FreeNX18:12
erwin_outbackwifi: can't i set it to my gnome desktop?18:12
outbackwifierwin_: yes you can18:12
Vallhalla81Can anyone advise18:12
Prez00ok, i can start other screenlets, but not the stocks one, which is supposed to be running..18:13
erwin_outbackwifi: how?, btw i'm using tightvnc not x11vnc18:13
GuiriIs there a command that'll let me know if I setup the XvMC in my xorg correctly? I used the man page for the intel driver18:13
ZappzaYeah, I've understood that, but what is the correct root disk? I have only one harddrive in my laptop, and I have installed xubuntu to my usbstick, will the bootloader read the harddrive it starts from as hd(1,0)?18:13
Prez00restarted compiz, did not help18:13
outbackwifierwin_: that doesnt matter, i would look into a file called xstartup inside my .vnc folder18:13
erwin_outbackwifi: ok will look...18:14
Guest59792hello18:14
=== Guest59792 is now known as Kwietsche3
Kwietsche3anyone german? =)18:14
outbackwifi!de | Kwietsche318:15
ubottuKwietsche3: Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de18:15
Vallhalla81!de18:15
qbmaniacdeutschman!18:15
qbmaniacich weiss keine deutsch :)18:15
Kwietsche3oh, merci =)18:15
rdxAny reason why Audacious hasn't been updated to 1.5.1 in the software repo?18:15
kitcherdx: no need to since it has no security updates18:16
danbh_intrepid!latest > rdx18:16
ubotturdx, please see my private message18:16
danbh_intrepidrdx: http://packages.ubuntu.com/intrepid/audacious18:16
SpaceBasshey folks18:17
SpaceBassI'm trying to use a physicial windows partition in VMware and running into issues18:17
SpaceBassI can get the intital windows splashscreen then it hangs18:18
DJones!de > qbmaniac18:18
ubottuqbmaniac, please see my private message18:18
ZappzaYeah, I've understood that, but what is the correct root disk? I have only one harddrive in my laptop, and I have installed xubuntu to my usbstick, will the bootloader read the harddrive it starts from as hd(1,0)?18:19
danbh_intrepidZappza: cat /boot/grub/device.map                        try that command, see if it helps18:20
ramsundarhello guys I need a channel for xen support in ubuntu?18:20
ramsundardoes any one know?18:20
Zappzadanbh_intrepid: Where should I write in the command?18:21
danbh_intrepid!terminal | Zappza18:21
ubottuZappza: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE).  Guide: https://help.ubuntu.com/community/UsingTheTerminal18:21
hendrixskitrilobit`: that would be pinning you're right... I'll google that18:22
ZappzaYeah, I know about the terminal, the thing is that I can't boot the system as the bootloader is failing18:22
erwin_outbackwifi: i tried startx and gdm start but i still couldn't get my desktop :(18:23
danbh_intrepidZappza: oh, I see.  I dunno18:23
outbackwifierwin_: you should use a command like startgnome, let me confirm that for you18:23
Zappzadanbh_intrepid: When I installed xubuntu, the device I installed it to was sdb(0,0) is this the one?18:24
DigitalFizZappza, maybe boot from a livecd then check it?18:24
=== marek_ is now known as conzor9732
Technovikingcan some someone send me a test PM18:25
ZappzaYeah, I could give that a try :)18:25
xbxbxbHelp! 30 min ago my internet worked perfectly, then I tried to install an ATI driver that messed around with my X server--had to uninstall it. But now my internet does not work. I see 2 new devices eth0:avahi and eth1:ahavi. When I try to configure eth0 and eth1, network tools says 'interface not found'. what to do?18:25
danbh_intrepidZappza: you are trying to install to an external drive?  I'm really not that good with grub...18:25
danbh_intrepidxbxbxb: ubuntu?18:25
ziadhello18:25
skurakai1hi. i have problem with webcam. if i shutdown ubuntu webcam still on.18:25
ziad?18:25
Zappzadanbh_intrepid: Yeah, I am trying to install it to my usb stick18:25
xbxbxbdanbh_intrepid: apparently, yes.18:26
danbh_intrepidxbxbxb: you sure the uninstall didnt remove anything else?18:26
AhtenusI used this guide to set up fusesmb:https://help.ubuntu.com/community/FuseSmb but there is a problem: I can only see my own computer. pinging the other comuter works.18:26
ziadi want driver for dell1525 for ubuntu18:26
xbxbxbyes, and it didn't work before I uninstalled18:26
danbh_intrepidxbxbxb: wait, so its never worked?18:27
outbackwifierwin_: check this out http://pastebin.com/f1bc1a20f your xstartup should look like this18:27
outbackwifi!driver18:27
ubottuSorry, I don't know anything about driver18:27
xbxbxbdanbh_intrepid: it did, before I installed the ATI driver. It's a new install. it worked the first time I booted. the 2nd time (now) it doesn't18:27
EldaQuick question... what is the name of the file where my xserver settings are stored?  I need to change the resolution for a projector by hand :>18:28
erwin_outbackwifi: thanks! will try it out18:28
AhtenusI used this guide to set up fusesmb:https://help.ubuntu.com/community/FuseSmb but there is a problem: I can only see my own computer. pinging the other comuter works.18:28
orichehe18:29
outbackwifi!repeat | Ahtenus18:29
ubottuAhtenus: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://wiki.ubuntu.com while you wait. Also see !patience18:29
danbh_intrepidxbxbxb: well, installing the ATI shouldnt harm your network stuff, AFAIK.  All I know to suggest is to sudo apt-get install ubuntu-desktop               to make sure you didnt remove too much18:29
EldaI think it's xorg.conf but I am not quite sure18:29
=== Fernando is now known as Guest94665
danbh_intrepidElda: /etc/X11/xorg.conf18:30
outbackwifiElda: it is /etc/X11/xorg.conf18:30
Eldaty :)18:30
ZappzaAfter a search on the web, it seems that the ID for usbdrives is hd(0,0)18:30
ZappzaWill try that now :)18:30
outbackwifiZappza: let us know if that fixed it18:30
xbxbxbdanbh_intrepid: I don't think it will help. my two network cards don't show up in /etc/network/interfaces anymore... just my loopback device18:30
outbackwifixbxbxb: did you try with smbclient on a terminal?18:31
erwin_outbackwifi: great! it worked.. thank you!18:31
outbackwifierwin_: yw18:31
danbh_intrepidxbxbxb: well, that command wont do anything, unless something is broken...  so no harm in trying it18:31
EldaMeh... I cannot seem to find any entries pertaining to the resolution at which something is shown.  Would this normally be in the xorg.conf?  Or somewhere else?18:32
EldaThis being for KDE18:32
rdxAnyone been able to configure the Dell D430 UMTS card at Ubuntu?18:32
xbxbxboutbackwifi: no? what's smbclient?18:32
=== nostferka is now known as nostferka^
outbackwifiElda: should normally be in the Screen section of xorg.conf18:33
Guiricat /var/log/Xorg.0.log | grep XvMC returns that XvMCSurfaces and XvMC are not used in the intel driver, but I thought XvMC was now enabled for the 915 chipset18:33
outbackwifi!smbclient18:33
ubottuSorry, I don't know anything about smbclient18:33
Mixed_--_anyone in here experienced with setting up a file and printer server?  I want to know if it's more secure to use network ubuntu or any other ubuntu flavor with file and printer sharing configured18:33
outbackwifixbxbxb: its a cli samba client; pretty useful for troubleshooting samba18:33
xbxbxbI'm not even using samba18:34
outbackwifi!survey18:34
ubottuSorry, I don't know anything about survey18:34
Mixed_--_!networking18:34
ubottuSorry, I don't know anything about networking18:34
Kassah-lappyis there any way to disable the touchpad on my laptop?18:34
Mixed_--_!linux18:34
ubottuLinux is the kernel (core) of the Ubuntu operating system. Many operating systems use Linux as kernel. For more information on Linux in general, visit http://en.wikipedia.org/wiki/Linux18:34
outbackwifixbxbxb: you arent? i thought you said fusesmb18:34
AJPHi! How can I make my Transmission work?18:34
* Scunizi read about Broadcom wireless drivers for linux just released with the help of Dell & Canonical.. http://blogs.computerworld.com/new_linux_broadcom_wi_fi_drivers_arrive18:34
outbackwifiKassah-lappy: i know how it can be done on an eeepc18:34
Kassah-lappyI like the nipple pointer and my sometimes used external mouse... but the touchpad just causes problems =/18:35
Dedican anyone recommend a wysiwyg editor?18:35
xanax`hello18:35
outbackwifiDedi: openoffice writer18:35
Kassah-lappyoutbackwifi, is it a hardware turn off? or a software?18:35
Dedioutbackwifi: also for html?18:35
AJPHi! How can I make my Transmission work?18:35
outbackwifiKassah-lappy: it unloads the synaptics module on press of a hotkey18:35
outbackwifiDedi: yes18:35
Mixed_--_Dedi, to build webpages try kompozer18:35
Dedioutbackwifi: thanks18:35
Kassah-lappyhmm18:36
Kassah-lappyI've got spare hotkeys18:36
DediMixed_--_: thanks will try both18:36
GuiriAnybody?18:36
outbackwifiKassah-lappy: exactly, i used a spare one and wrote a script18:36
xbxbxboutbackwifi: fusemb? who said that?18:36
outbackwifixbxbxb: sorry mustve been someone else :)18:36
xbxbxb...18:36
Kassah-lappyoutbackwifi, what's the module name? I'm not seeing18:37
Kassah-lappysyn anything in lsmod18:37
=== ron_ is now known as zippytech
outbackwifiKassah-lappy: its called psmouse on my laptop18:37
jamieyg3i just installed ubuntu, does it come with a webserver and mysql?18:37
Picijamieyg3: No, but you can install one from the repositories18:38
outbackwifijamieyg3: not unless you installed ubuntu-server and selected LAMP18:38
Pici!lamp > jamieyg318:38
ubottujamieyg3, please see my private message18:38
outbackwifixbxbxb: in fact it was Ahtenus18:38
AJPHi! How can I make my Transmission work?18:38
jamieyg3ok thanks18:38
DigitalFizAJP, take it to a mechanic18:38
outbackwifiAJP: thats too vague, please be more specific18:39
Kassah-lappyoutbackwifi, hmm... unloading that module got the nipple mouse too =(18:39
AJPI can't download anything... I can't get connection18:39
kernandoi need help connecting to another computer through crossover cable just so i can ftp to it to move files...i have the host set up with a static ip 19.168.0.109..and i have this machine set up with 192.168.0.9 but when i try to connect it wont work.. what am i supposed to put under gateway address?18:40
outbackwifiKassah-lappy: sorry, like i said my eeepc doesnt have that other mouse. I use this with an external usb mouse so that i can type uninterrupted18:40
xbxbxboutbackwifi: so, you can't help me?18:40
Dillizarcan i upgrade to 8.10 now :D or i need to wait for 22 days?18:40
Cerberus_kernando: no gateway needed18:40
outbackwifixbxbxb: not unless i know what your problem is18:40
Cerberus_kernando: can you ping each other?18:40
Kassah-lappyyeah... I agree... this will have to do for now18:40
outbackwifiKassah-lappy: if you'd like, ill pastebin my script that also includes a nifty python based notifier18:41
kernandohow do i ping in ubuntu?18:41
DigitalFizAJP, try changing the port see if your isp is blocking that port or they maybe even blocking p2p traffic period18:41
rdxDillizar: Alt+F2 -> update-manager -d will let you update to the development release18:41
outbackwifikernando: ping hostname (or ip address)18:41
Cerberus_kernando: please prefix your replies with the persons name your repling to.   Open a terminal from Applications - Accessories, then ping 192.168.0.918:41
thibaultI want to now how I can get IP adresse of all stations wich are connected on my local network?18:41
Kassah-lappyoutbackwifi, that would be nice... since I can proboly adapt it to disable just the touchpad when I figure out how18:41
Cerberus_thibault: install nmap and do a ping scan18:42
Technovikingcan someone send me a test /msg18:42
AJPDigitalFiz: How do I know which port to use?18:42
outbackwifiKassah-lappy: ok18:42
* Cerberus_ Technoviking test18:42
LjLi "export DISPLAY=192.168.0.2:0.0" (which is a computer with X running and "xhost +" [yes, i know]), and start an x program, but i keep getting "Error: can't open display", what gives?18:42
Cerberus_grr.18:42
Dillizarrdx: is it good? and how big is the upgrade18:42
ollieHi, after trying to get my webcam to work by following the steps on http://ubuntuforums.org/archive/index.php/t-785756.html , ubuntu hangs when it boots at Starting Bluetooth... Can anyone help?18:42
Dillizarrdx: i mean is it done ?18:42
Hilikushow do i disable the mesages from debian security status??18:42
Technovikingthanks all18:42
thibaultSorry, xchat stoped working, Can you tell me again plz?18:42
outbackwifiKassah-lappy: toggle script is at http://pastebin.com/f1bc1a20f18:43
Cerberus_thibault: install nmap and do a ping scan18:43
Kassah-lappyoutbackwifi, thanks18:43
outbackwifiKassah-lappy: notification is at http://pastebin.com/f322b8e7318:43
kernandoCerberus_ shouldnt i ping 192.168.0.109?18:43
Cerberus_kernando: well if you are on the machine that has the ip 192.168.0.9 then yes.18:43
xbxbxboutbackwifi: I stated my problem above.18:43
outbackwifiKassah-lappy: oops toggle script is http://pastebin.com/f502b22f318:43
rdxDillizar: I experience some trouble with the nm-applet (network manager) just disappearing. Works fine for me otherwise.18:44
xbxbxboutbackwifi: my network does not work anymore. eth0 and eth1 are down18:44
thibaultCerberus_ Thks18:44
Cerberus_thibault: np.18:44
xbxbxboutbackwifi: I can't configure them because network tools says 'interface does not exist'18:44
Kassah-lappyoutbackwifi, that looks slightly better ;)18:44
outbackwifixbxbxb: do you have connections on both of them?18:44
scampbellxbxbxb: I would open a terminal and su - root then ifconfig -a to see if they are there to start.18:44
kernandoCerberus_  it gave me this output PING 192.168.0.109 (192.168.0.109) 56(84) bytes of data.18:44
outbackwifiKassah-lappy: sorry18:44
thibaultCerberus_ : mmm Actually I get ping: unknown host scan18:44
SkyrailHow can I get the terminal to open up in a certain folder when I click on a shortcut? What about running a certain command? I just want one for python development (opens up in my python folder), one for normal work, another for mysql, another for SSH etc. So instead of opening up a new blank console and typing in this each time it opens up the console with the command pre-run ready for me to enter in my password18:44
Dillizarrdx: ok i am upgradeing now :D are you saying that i might have problems with connecting to the internet?18:44
xbxbxboutbackwifi: just on one, but it worked 30 min ago18:44
xbxbxbscampbell: yes, they are there18:44
Cerberus_kernando: did it say request timed out?18:44
=== GO is now known as Guest62358
xbxbxbscampbell: although they are missing in /etc/network/interfaces18:45
xbxbxbscampbell: I added them by hand18:45
Cerberus_thibault: you should do:  nmap -sP 192.168.0.* for example.18:45
outbackwifixbxbxb: what does sudo ethtool eth0 tell you? (pastebinit if you must)18:45
rdxDillizar: No, but the applet might crash (alt+f2 -> nm-applet to restart)18:45
kernandoCerberus_  nope its just sittin there like that with a blinking black cursor box..18:45
=== qbmaniac is now known as qb|work
techsupportHi! trying to add shares to samba smb.conf, really not sure how to do this .....18:45
AJPDigitalFiz: How do I know which port to use?18:45
=== GO is now known as Guest14435
trhckrHi18:45
Cerberus_kernando: ok, then its timing out.  that means you can't ping each other.  are you sure both machines are configured to be on the same 192.168.0 network with the netmask of 255.255.255.0 ?18:46
ollieHi, after trying to get my webcam to work by following the steps on http://ubuntuforums.org/archive/index.php/t-785756.html , but now ubuntu hangs when it boots at Starting Bluetooth... Can anyone help?18:46
Kassah-lappyoutbackwifi, wow... that notify script is nice! good job18:46
DigitalFizAJP, try them?18:46
Cerberus_ollie: stop repeating.  someone will answer if they know18:46
xbxbxboutbackwifi: I can't pastebin, since it's on the PC with no internet connection :( but the last line says "link detected: yes".. does that mean that the cable is connected?18:46
outbackwifiKassah-lappy: tx i just copied and modified an existing script18:46
outbackwifixbxbxb: yes18:46
scampbellxbxbxb: so the network interfaces work, it's the gui that's confused.18:46
thibaultCerberus_ I only get this line aftec your command: Starting Nmap 4.53 ( http://insecure.org ) at 2008-10-08 19:45 CEST18:47
xbxbxbwhat can I do now?18:47
Kassah-lappyoutbackwifi, good you have added credit to the file... mind if I use this in some of my other apps?18:47
Mixed_--_anyone knows how to setup a file and printer sharing only to local IP's???18:47
outbackwifixbxbxb: now do a sudo ifconfig etho ipaddress up18:47
Cerberus_thibault: it may take a while.   you can add -v if you want it to be more verbose18:47
kernandoyes18:47
outbackwifiKassah-lappy: not at all go ahead18:47
Kassah-lappycool =)18:47
Cerberus_kernando: are you sure you are using a cross over cable then18:47
Dillizarhmm rdx 999MB that will take 1h and the instalization few more i will format my pc :D just need to make a home particion18:47
jasuustheres a bunch of AT&T guys outside working on a big box.   They have about a half-dozen manuals around them and they looked confused.  Its funny.18:47
kernandoCerberus_  yes18:47
kernandoo18:47
enrico_italiani?18:47
outbackwifi!offtopic | jasuus:18:48
ubottujasuus:: #ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!18:48
=== pronoy is now known as pronoy_
kernandoCerberus_  i think i may have found the problem (but i dont know how to solve it) everytime i got back into the network settings the wired connection doesnt have the box checkmarked18:48
pronoy_how to uninstall wine ?? and then reinstall it ??18:48
Cerberus_kernando: that i'm not sure about, but maybe someone else in here could help you to figure out why the network manager isn't saving your settings.18:49
xbxbxboutbackwifi: I did this: sudo ifconfig eth0 192.168.1.102 up ... does not give out any information and just returns... and ping 192.168.1.1 still does not work18:49
outbackwifixbxbxb: hangon, what does sudo route -n tell you18:50
King_Kickassi was starting the 8.10 update, but it pissed me off that its taking so long, so I shutdown the computer. now it sais "kernel panic - not syncing: ...... unable to mount root fs ....."18:50
Cerberus_sucks to be you.18:50
Cerberus_:)18:50
Cerberus_jk18:50
FloodBot2Cerberus_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.18:50
Cerberus_haha18:50
kernandolol\18:50
jasuusKing_Kickass: patience is a virtue.  May you suffer and learn from your sins.18:50
xbxbxboutbackwifi: is it enough to just type in what route -n tells me for eth0 (and leave out the eth1 entries)?18:51
outbackwifiKing_Kickass: looks like you didnt "Shutdown" you pulled the "Plug"18:51
King_Kickassso what am I supposed to do know? format the system?18:51
Cerberus_King_Kickass: uh huh.18:51
jasuusKing: yes18:51
outbackwifiKing_Kickass: boot with a livecd and repair the fs18:51
King_Kickassno outbackwifi I shutdown properly, it didnt even give me a fukin warning18:51
Cerberus_outbackwifi: highly doubtful that will work.18:51
meuserjI'm on a permanent ethernet connection... network manager erroneously thinks I am offline and so all apps start in offline mode... I could uninstall network manager, but I want to keep it if I can for other functionality like vpn support...18:51
outbackwifimeuserj: select manual config18:52
King_Kickassok livecd thx18:52
Dedianyone knows another wysiwyg editor? (kompozer just crashes all the time, oo writer cant handle images sizes)18:52
xbxbxboutbackwifi: destination: 192.168.1.0, gateway: 0.0.0.0, genmask: 255.255.255.0, flags: U, metric: 0, ref: 0, use:0.18:52
xbxbxb(for eth0)18:52
jasuusKing: im not sure thats gonna work18:52
Cerberus_i dont think that would fix kings problems at all.18:52
* outbackwifi wonders why18:52
Cerberus_he maybe able to boot from livecd and backup his files though18:52
kernandoso would anybody know why my network manager isnt saving my wired settings?18:53
outbackwifixbxbxb: you need to  add a default route; it should look like sudo route add -net 0.0.0.0 gw 192.168.1.118:54
AhtenusI used this guide to set up fusesmb:https://help.ubuntu.com/community/FuseSmb but there is a problem: I can only see my own computer. pinging the other comuter works.18:54
=== nostferka^ is now known as nostferka
meuserjoutbackwifi: should have mentioned, this is on intrepid... it doesn't have the manual config option anymore18:54
outbackwifi!intrepid | meuserj18:54
ubottumeuserj: Intrepid Ibex is the code name for Ubuntu 8.10, due October 30th, 2008 - Warning lots of broken software between now and October 30th! - Use #ubuntu+1 for support, *NOT* #ubuntu18:54
excodoes anybody know how to get a bluetooth mouse working with the new bluetooth-applet?18:55
outbackwifi!bluetooth18:55
ubottuFor instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup18:55
wangubottu: I got a question related18:55
ubottuError: I am only a bot, please don't think I'm intelligent :)18:55
excooutbackwifi: that documentation is outdated. there is no more hidd18:56
outbackwifiexco: in hardy?18:56
chamuscashello18:56
anders_haj2u ubottu18:56
anders_doesn't it do leetspeak?18:56
anders_seriously.18:56
jamieyg3how do i find out what ip address ive been assigned18:56
excooutbackwifi: my bad. Forgot that I'm already on 8.1018:56
Slartjamieyg3: ifconfig in a terminal18:57
jamieyg3thanks18:57
outbackwifijamieyg3: right click on network icon and click on connection information18:57
chamuscasso can anyone help me with wine, i already red the help page of ubuntu about wine but i still have some problems, anyone want's to help me ?18:57
=== greencookie is now known as enl810d
=== chamuscas is now known as chamuscado
=== chamuscado is now known as chamusca
xbxbxboutbackwifi: I did add it with route add ... what to do now?18:58
jasuusjust ask your question18:58
Slartchamuscas: just ask your question.. if people want to help you they will answer.. you could try asking in #iinehq too18:58
outbackwifixbxbxb: just ping now18:58
=== mitty is now known as Mitty
xbxbxboutbackwifi: does not work. it says "from 192.168.1.102 .... destination host unreachable"...18:58
Slartchamusca: sorry.. #winehq18:58
=== Mitty is now known as Waltermitty
eirik_anders_: this is your mom. go to bed18:59
outbackwifixbxbxb: describe the connection to the gateway, is it over crossover?18:59
=== Waltermitty is now known as Mitty_777
chamuscaso i do i solve the dual screen problem of wine ?18:59
Cerberus_hahaha18:59
chamuscaHow18:59
=== Mitty_777 is now known as Mitty
xbxbxboutbackwifi: I have one router and two PCs directly connected to it18:59
jasuus!offtopic | eirik_18:59
ubottueirik_: #ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!18:59
Pici!nickspam > Mitty18:59
ubottuMitty, please see my private message18:59
=== enl810d is now known as greencoo1ie
xbxbxboutbackwifi: the router is then connected to the internet with another cable18:59
=== Mitty is now known as WalterMitty
jljzjlHi. Are there any debs available for Amarok Beta 2, or should I compile it from source? Thanks in advance.19:00
anders_eirik_: oh noes!!!!19:00
=== greencoo1ie is now known as enl810d
Pici!nickspam > enl810d19:00
ubottuenl810d, please see my private message19:00
outbackwifixbxbxb: is it a pingable router? some have icmp response turned off19:01
xbxbxbI can ping it with this PC19:01
xbxbxboutbackwifi: ^19:01
outbackwifixbxbxb: oh ok19:02
techsupportHelp please... trying to add a share in smb.confg with samba19:02
chamuscaoverlap problems with wine, i can't understand ubuntu's explanation19:02
outbackwifixbxbxb: do you have two nics on the pc that doesnt work?19:02
Cerberus_techsupport:  ok ...whats the problem19:02
xbxbxbxbxbxb: yes19:02
xbxbxber19:02
xbxbxboutbackwifi: yes, eth0 and eth119:03
jos_the sound in youre tube wont work?19:03
jos_sound is working on system oke19:03
techsupportCerberus_, tried to set the sare as public, and guests allow = yes, still not accessable error in windows19:03
outbackwifixbxbxb: and the cable is connected to eth0 or eth1?19:03
xbxbxbeth019:03
xbxbxboutbackwifi:19:03
xbxbxb^19:03
outbackwifixbxbxb: can you do a sudo ifconfig and tell me what it says on ip address for both eth0 and eth119:04
Cerberus_techsupport: read only = no, guest ok = yes.     those two should give you waht you want (along with path of course)19:04
ZappzaIf I use a LiveUSB with persistant changes enabled, can I install drivers and install updates?19:04
Cerberus_Zappza: yes.19:04
xbxbxboutbackwifi: eth0: 192.168.1.177, eth1: 192.168.1.16019:05
chamuscahow do i solve the wine overlapping screen problems ?19:05
Cerberus_techsupport: also, what is your security line set to19:05
rockaxehi tooangle19:05
outbackwifixbxbxb: do a sudo ifconfig eth1 down19:05
outbackwifixbxbxb: and then ping; it should work19:06
techsupportCerberus_, sec plz19:06
xbxbxboutbackwifi: IT WORKS :D19:06
=== maniheer is now known as bad-nykkto
xbxbxboutbackwifi: what the heck was causing the problem?19:06
Mixed_--_anyone knows how to setup a file and printer sharing only to local IP's???19:06
souldierhello19:06
=== bad-nykkto is now known as maniheer
souldierim having a problem with vnc on hardy heron19:07
outbackwifixbxbxb: both the interfaces were in the same subnet so the packets didnt know where to go19:07
souldierwhy is that that i can only connect to vnc when the computer is logged in19:07
souldieri just noticed that19:07
xbxbxboutbackwifi: will it help to just disable eth1 permanently?19:07
trekok3hello19:07
souldieri restarted my server and i couldnt vnc to it19:07
outbackwifixbxbxb: yes of course19:07
xbxbxboutbackwifi: how do I do that, so eth1 will be down after a reboot?19:07
souldierso i had to fisically login19:07
souldierand then vnc from my other computer19:07
jimcooncat I'm displaying Linux apps (firefox, thunderbird, liferea) on my users' Windows desktops via Xming. Works great. I'd like to have more consistency when they do a "file open" or other file operation, as some of their programs will show "J:\jim\doc\" and others as "/J/jim/doc" (J being a shared folder). Any ideas? Can I make things more consistent?19:07
outbackwifixbxbxb: check your /etc/network/interfaces and comment out the line that says eth1 auto19:08
outbackwifisouldier: you are probably using Vino and not tightvnc19:08
xbxbxboutbackwifi: OK, thank you very very much19:08
outbackwifixbxbxb: yw19:09
souldieroutbackwifi: im using the vnc that comes with ubuntu19:09
techsupportCerberus_, all i hpave is pat = /my/path, read only = No, guest ok = Yes19:09
souldierjust enabled it19:09
outbackwifisouldier: thats just the listener19:09
Cerberus_techsupport: ok, what about security = ?19:09
souldieroutbackwifi: what do you think i should do?19:09
outbackwifisouldier: you should install tightvncserver19:10
=== nostferka is now known as nostferka^
outbackwifisouldier: and configure the xstartup to start gnome19:10
techsupportCerberus_, under [global] i have security = ADS , but nothing about secuirty under [share]19:10
outbackwifisouldier: if you look at todays logs, i helped someone do the same thing19:10
souldierhow can i check the logs?19:10
B3z3rk3rhey outback19:10
outbackwifiB3z3rk3r: hi19:11
Cerberus_techsupport: security = ads?   hmm...  well, are you on an active directory domain?  if so i'm not sure.  if not, change it to security = user   (or = share)19:11
souldieroutbackwifi: how can i check the logs?19:11
outbackwifisouldier: irclogs.ubuntu.com i think19:11
techsupportCerberus_, yes i am on an active directory domain19:11
rockaxe  chat.youthtech.com19:11
Pici!logs | souldier19:12
ubottusouldier: Official channel logs can be found at http://irclogs.ubuntu.com/ - For LoCo channels, http://logs.ubuntu-eu.org/freenode/19:12
outbackwifitx Pici19:12
Cerberus_techsupport: then i'm not sure to be honest.  you could make your samba server be a stand alone server and not a part of the domain by changing the security setting19:12
=== Tizz_ is now known as Tizz
=== |maddler| is now known as maddler
outbackwifisouldier: its actually here --> http://irclogs.ubuntu.com/2008/10/08/%23ubuntu.html19:14
souldieroutbackwifi: yea im reading19:14
techsupportCerberus_, anything we could think about to actually keep the security = ADS but still get my to work ?19:14
Cerberus_techsupport: personally no, i have no experience with such a configuration19:14
trekok3are there problem with WIFI in ubuntu now?19:15
gma_how do you get ubuntu to prompt you for sensible resolution and refresh rate in X? dpkg-reconfigure xserver-xorg only asks about my damned keyboard!19:15
outbackwifigma_: system-->preferences-->screen resolution19:15
Cerberus_gma_: System - Preferences - Screen Resolution19:15
Cerberus_haha19:15
outbackwifi:p19:15
Cerberus_ya beat me to it19:16
outbackwifisorry19:16
Cerberus_haha  salright19:16
trekok3what?19:16
gma_I tried that, but it only offers me 60Hz. I know the card and monitor can do 85, as they were doing it a few hours ago before a heron upgrade19:16
outbackwifitrekok3: thats  a very vague question. please state your problem19:16
outbackwifigma_: try changing it in /etc/X11/xorg.conf19:16
gma_(sorry, can't reply direct as your nick is black on black -- nicely higlighted irssi)19:17
souldieroutbackwifi: where can i download the tightvncserver ?19:17
gma_but I've tried that too. deleted a bunch of wanky modelines and similar19:17
B3z3rk3rgma_ anything higher than 70 is a waste tho?19:17
outbackwifisouldier: sudo apt-get instal tightvncserver19:17
outbackwifisouldier: sudo apt-get install tightvncserver19:17
gma_no, my dad gets a headache if it's lower than 8519:17
gma_he's very sensitive to flicker19:18
B3z3rk3ror is it 60? i can never remember19:18
Cerberus_the higher the better19:18
B3z3rk3rone of the two  =p19:18
gma_so is there no longer a console based config screen that prompts you for the resolution settings you want?19:18
souldieroutbackwifi: couldnt find package19:18
outbackwifigma_: hardy or intrepid?19:18
Tundrayeti311!res | gma_19:19
ubottugma_: The X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: http://help.ubuntu.com/community/FixVideoResolutionHowto19:19
gma_the stuff built in to the desktop (Applications -> Other -> Screens and thingy) set me back to 640x480 and didn't indicate it was going to overwrite xorg.conf19:19
outbackwifi!info tightvncserver19:19
ubottutightvncserver (source: tightvnc): virtual network computing server software. In component universe, is optional. Version 1.2.9-22 (hardy), package size 705 kB, installed size 1500 kB19:19
outbackwifisouldier: you need universe enabled19:19
Cerberus_souldier: actually, its xtightvncserver19:19
B3z3rk3rsouldier: google "tight vnc" should be a free DL19:19
edlvi have downloaded skype and please tell me how to install19:19
gma_Tundrayeti311: thanks, but I know what's what in principle. I was hacking modelines in the late 90s, but these days things have moved on. only they seem to have gone a bit backwards in the last two years19:19
Cerberus_aptitude search tightvnc19:19
outbackwifi!info tightvncserver | Cerberus19:20
trekok3I had problem with WIFI  connection in Ubuntu 7.04. The signal was broken after some time19:20
ubottucerberus: tightvncserver (source: tightvnc): virtual network computing server software. In component universe, is optional. Version 1.2.9-22 (hardy), package size 705 kB, installed size 1500 kB19:20
rjellisoi saw a gopher tonight19:20
atomekkedlv:  sudo dkpg -i skype.deb19:20
jperkinsI'm having trouble with screen resolution. I have a GeForce 6200 PCI, and a widescreen Acer X163w (1360x768). i'm using the non-free drivers. I can't get my screen resolution below 1440x900.19:20
Cerberus_aw, i stand corrected.  the package i saw was for the client outback19:20
jperkinsany help? :P19:20
outbackwifitrekok3: have you installed and tried with hardy (8.04)19:21
souldierok19:21
souldieralready installing19:21
edlvatomekk: it says command not found19:21
jperkinsanyone? :P19:22
atomekkedlv:  ahh sorry my fault  s/dkpg/dpkg19:22
gma_jperkins: have you had a look at the Modes setting in the Screens section of /etc/X11/xorg.conf?19:22
gma_jperkins: you will need one entry there for each resolution that you can switch into19:22
gma_jperkins: if you start editing that file (manually or with a GUI) take a backup first. it can be a whores ass to get it right.19:23
jperkinsgma_: there's nothing in there about custom resolutions19:23
souldieroutbackwifi: already installed it, what do I do know?19:24
gma_jperkins: what does it say next to Modes19:24
gma_jperkins: ?19:24
jperkinsumm one sec19:24
outbackwifisouldier: launch it by typing tightvncserver and following the prompts19:25
souldieroutbackwifi: done19:25
gma_is there a package with non free ati drivers in it?19:25
gma_I think that might be my issue19:25
gma_(I've got a radeon 7000/VE)19:25
outbackwifisouldier: now follow the way to add gnome session from that irc log and then connect from remote without logging in19:25
alicevha19:26
alicevhallo19:26
edlvatomekk: it says cannot access archive: No such file or directory19:26
jperkinsgma_: there is no modes section19:26
alicevwho is ? http://img377.imageshack.us/my.php?image=1g9kiorhfgdvb1iglmrw8j7uh2.jpg19:26
gma_jperkins: it must be autodetecting the lot then. in which case, I'm out of date and I'm afraid I can't help...19:26
outbackwifi!offtopic | alicev19:27
ubottualicev: #ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!19:27
SpaceBassI'm trying to use a physicial windows partition in VMware and running into issues19:27
SpaceBassI can get the intital windows splashscreen then it hangs19:27
jperkinsdoes anyone else have any idea?19:28
jperkinsit has a bunch of resolutions except 1360x76819:28
* SpudDogg hugs rsync19:28
the_erasernow when metacity has compositing why doesnt it support alpha in window decoration? :(19:28
outbackwifijperkins: you need to add the modes you want to that list19:28
jperkinshow? :P it's been a really long time since i've done any of this, and last time i used linux the modes were all in there19:29
jperkinsand i just had to add the new ones19:29
jperkinsand it worked19:29
jperkinsnow my xorg.conf has almost nothing in it19:29
kernandoHow can i find out if ubuntu recognizes my ethernet controller. its not a pci slot it is built into my mobo19:29
B3z3rk3rkernado, chances are very good that it will be automaticaly deteceted19:30
outbackwifikernando: lspci19:30
david_In desperation!!! Help!!! Last night I cleaned up my disk and obviously deleted something I shouldn't. Now when my desktop appears I have no tool bar at the top or bottom so no icons to enter anywhere. They have disappeared how can I retrieve them?? Anything I minimize is completely lost out of the screen??? Ideas please19:30
kernandoohh i guess when i reinstalled network manager my problems were solved! yay19:31
souldieroutbackwifi: im at the xstartup file inside the .vnc directory19:31
souldierwhat now?19:31
outbackwifisouldier: paste that script from the pastebin19:31
Fazer2why are there no updates for intrepid since a week?19:31
B3z3rk3rkernando, lol.. well done =p19:31
dvyjonesWhen trying to convert a video with libfaac (for audio), I get the error that libfaac is an unknown coded. I have installed ffmpeg from medibuntu, and tried to compile it from source, but neither works.19:31
PiciFazer2: Please join #ubuntu+1 for Intrepid/8.10 support/discussion.19:32
greencookieWhat are some of the WMs I can use in Ubuntu?19:32
the_eraseryay opera 9.6 is out19:32
outbackwifi!windowmanager19:32
ubottuSorry, I don't know anything about windowmanager19:32
Sonderbladewhich package contains netbeans ide?19:32
souldieroutbackwifi: done19:32
souldieris that it?19:32
greencookieer..19:32
outbackwifigreencookie: gnome, kde, xfce, fluxbox19:32
B3z3rk3rusing Emerald is working out for me19:32
david_Desktop help?? My tool bars have disappeared, how can I recuperate them as I cant do anything without them.19:32
outbackwifisouldier: yes19:32
PiciSonderblade: netbeans19:32
kernandoB3z3rk3r hehe u have no idea how happy i am19:32
SpudDoggSonderblade, apt-cache search netbeans19:32
outbackwifisouldier: did you start the server?19:32
greencookieoutbackwifi: I'm currently using awesomeWM and was wondering which other WMs fell in its class?19:33
souldierno. i guess i most do something like ./xstartup ?19:33
greencookieoutbackwifi: I dont want DM's like gnome or kde :)19:33
atomekkedlv: did you wrote exact skype (deb) filename ?19:33
outbackwifigreencookie: please dont conduct surveys here19:33
greencookieoutbackwifi: thanks for the help. its not a survey, just a question. bye.19:33
outbackwifisouldier: nope, type vncserver and follow the prompts19:33
souldieroutbackwifi: ok i did that... New 'X' desktop is souldier-laptop:219:34
outbackwifisouldier: now connect from remote like so vncviewer thispc:219:34
rskumar_how can I save the list of all the packages installed in current system. I need to reinstall from fresh, and then install all those packages.. manually listing them is a tedious task.19:35
anabolixi need to reinstall windows and im not sure if i should completely clean out ubuntu and windows or just format the part where windows is on... any thoughts or help on this?19:35
souldieroutbackwifi: i dont understand why the :2 ?19:35
outbackwifisouldier: thats the display number19:35
dvyjonesWhen trying to convert a video with libfaac (for audio), I get the error that libfaac is an unknown coded. I have installed ffmpeg from medibuntu, and tried to compile it from source, but neither works.19:35
rskumar_anabolix: you can just install windows on the same drive it is.. and then reinstall grub to mbr19:35
outbackwifisouldier: you prolly have something else on 119:35
dvyjonesAny ide how to get it to work?19:35
dvyjoness/ide/idea19:35
souldierah i had rune the tightvncserver thing already19:36
jperkinsoutbackwifi: my xorg.conf is very bare compared to how it was last time i used linux last year..19:36
souldierdidnt know it was already running19:36
outbackwifirskumar_: just go to /var/cache/apt/archives19:36
jperkinsi remember i could add the custom resolutions to a list that was already there19:36
jperkinsbut there's not even a list19:36
anabolixrskumar_: how would i install grub back into mbr? sorry i R new19:36
outbackwifianabolix: grub-install /dev/hd?19:36
rskumar_outbackwifi: means... that contains downloaded packages. and most of them are deleted after sometime, if you dont change the settings in synaptic19:36
atmahasanسلام19:37
anabolixoutbackwifi its as simple as that?19:37
outbackwifi!ar19:37
ubottuLa comunidad local de Argentina se puede encontrar en #ubuntu-ar y en su canal de offtopic: #ubuntu-ar-cafe19:37
Fazer2do you know any good standalone IRC client like chatzilla? I'm on it right now as add-on to firefox, but the standalone version doesn't want to install19:37
Pici!sa | atmahasan19:37
ubottuatmahasan: For the Saudi Arabia team : /join #ubuntu-sa : للانظمام الى قناة الفريق السعودي - For Arabic language support, please : /join #ubuntu-arabic : للحصول على الدعم باللغة العربية19:37
outbackwifianabolix: yes normally19:37
shearn89Fazer2: try xchat or irssi19:37
anabolixoutbackwifi, thanks19:37
Tundrayeti311Fazer2: Standalone no, but i like pidgin19:37
atmahasanI in persian team19:38
anabolixexit19:38
shearn89try / quit19:38
atmahasanIran19:38
outbackwifi!persian19:38
ubottuSorry, I don't know anything about persian19:38
shearn89!ir19:39
ubottu#ubuntu-ir baraye Farsi zabanan mibashad ke channele rasmie goroohe Iran-ie ubuntu ast. #ubuntu-ir  برای فارسی زبانان می‌باشد که کانال رسمی گروه ایرانی اوبونتو است.19:39
souldieroutbackwifi: how can i delete the :2 one i just created ?19:39
[T]ankwhenever thunderbird maximizes it goes larger than my screen so that I cannot it the close button on the top right... how can I fix this?19:39
rskumar_anabolix: after you cleaned the windows drive, you need to install windows on same,, dont touch the linux drive.. when windows isntalls, it will wipe the mbr and write only its entry.. then after installation is finished,. load the Ubuntu live cd, and in cmd do the grun install , read the  grub man pages and other resources on internet and copy down the commands... and also beware about the Disk numbering in Grub, it starts with 0 while in linux it start19:39
shearn89[T]ank: you can hold alt and left click to move the window19:39
outbackwifisouldier: vncserver -kill :219:40
[T]ankmy resolution is set correctly... but thunderbird is maximizing perfectly just so that the menu drop downs are the very top.19:40
rskumar_anyone here, I need to save the list of all the packages I have installed in the current system19:40
rskumar_how can I generate the list of all installed packages19:40
outbackwifirskumar_: just go to /var/cache/apt/archives and do a ls -l > packagelist.txt19:40
x29ahey folks, i just read about the cycle-killer thin with harddrives on ubuntu and that normally a harddrive has like 300000 to 600000 cycles. i just checked mine and i have 1.5M, should i be worried? did the patch, now no new parkings, check http://rafb.net/p/pyY22y26.html19:40
[T]ankshearn89: alt+ left click does not let me move it :-(19:40
=== MrKennie_ is now known as MrKennie
shearn89rskumar_: try "dpkg -l" (thats an el not a 1)19:41
david_Help? Can anyone advise please. My menu bars at top/bottom have disappeared as I deleted some files yesterday. In terminal how can I recupate them?19:41
shearn89[T]ank: try hitting F11? It could be maximised to fullscreen.19:41
Niosusis this the channel to ask help?19:41
outbackwifi!ask | Niosus19:41
ubottuNiosus: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)19:41
[T]ankshearn89: also no good....19:41
chamuscasdoes anyone knows how to solve the wine overlapping screen problem ?19:42
shearn89[T]ank: try alt and middle click? might let you resize it...19:42
Rando_How do I check for system updates via an SSH session?19:42
[T]anki can minimize from right clicking on the task bar... but max is too big for the screen.19:42
shearn89rskumar_: if dpkg -l works, then use "dpkg -l >> packagelist.txt"19:42
mape2345Hello19:42
souldieroutbackwifi: how do i know if its already listening?19:42
Odd-rationaleRando_: sudo apt-get update; sudo apt-get upgrade ?19:42
Niosusis there a way to make new windows open on top? everytime i open a window now it open under the active window19:42
rskumar_outbackwifi: i did said, that doesnt contain the list of installed packages. why didnt you verified it. that contains those packages which were downloaded. Like if you did only download not intall option, then there is problem.. also, note that the default settings always deletes the old packages after some days, so your list wont be guarenteed ...19:42
[T]ankshearn89: no on the middle click to.19:43
rskumar_shearn89: yup, seems a good option, let me try19:43
outbackwifisouldier: netstat -l should tell you (among other things)19:43
[T]ankeverything else on the computer works just as it should. I only have this issue with Thunderbird19:43
BrokenPipeI'm running 8.10 through simply updating my sources.list, and there was a small upgrade today.  It seems to have changed bluetooth functionality.  Anyone familiar with that and could explain what happened? Where did the command 'hidd' go? That was the only way I could get my Apple Wireless Keyboard to work.19:43
david_Can anyone tell me please how to enter a new user?19:43
Pici!ibex | BrokenPipe19:43
ubottuBrokenPipe: Intrepid Ibex is the code name for Ubuntu 8.10, due October 30th, 2008 - Warning lots of broken software between now and October 30th! - Use #ubuntu+1 for support, *NOT* #ubuntu19:43
shearn89[T]ank: i'm out of ideas i'm afraid...19:43
SpudDoggI just got finished installing ubuntu on my ps3, and tried rebooting...now it just sits at the kboot prompt.  nothing happens when i hit enter or any other key.  any ideas?19:44
outbackwifirskumar_: sorry, try the method that shearn89 suggested19:44
david_I am the only person who has access tomy computer and I want to enter a new user, is it easy to do?19:44
shearn89david_: try something like system -> users? should be there somewhere.19:44
outbackwifidavid_: systems--> administration--> users and groups19:44
dvyjonesWhen trying to convert a video with libfaac (for audio), I get the error that libfaac is an unknown coded. I have installed ffmpeg from medibuntu, and tried to compile it from source, but neither works. Any idea on how to fix it?19:44
shearn89^19:44
rskumar_outbackwifi: shearn89 , yes that is dpkg -l | awk '{ print $2 }' , solved it :) thanks you all a lot :)19:45
dvyjonesOr how to convert files for MediaTomb to stream it on the PS3...19:45
david_shearn89  outbackwifi the problem is that I have lost my menu bars at top and bottom and the only access I have is to my terminal19:45
david_what do I type in my terminal?19:45
shearn89david_: its something like useradd. do "useradd --help"19:45
mape2345I have a question: I have a ubuntu server and I have to administer it remotely. I use SCP to connect to it but I want to have full access to all files (I would use private key auth). How can I get full access to all files? I read on ubuntu site that enabling root user is very bad and so on. I don't have any other solutions19:46
shearn89david_: you want to make sure you create a home directory for the new user.19:46
david_shearn89 how do I do that?19:46
hateballmape2345: ssh in and go about your business as normal19:46
shearn89rskumar_: np. I only recently discovered awk '{print $#}' - so useful.19:46
hateballmape2345: sudo and so on19:46
Picidavid_: you should user adduser instead of useradd.19:46
outbackwifimape2345: you need to connect to it using ssh and sudo19:46
shearn89david_: hit alt-f2, type xterm, and then do "adduser --help"19:46
outbackwifimape2345: and then scp from there19:46
mape2345I use winscp and it doesn't allow any sudo's after login19:46
hateballmape2345: use putty19:47
david_If I create a new user will the gnome come back with the menu bars at top and bottorm or will it be the same?19:47
outbackwifimape2345: and pscp19:47
mape2345Thanks, I will try19:47
ward_why does my wlan1 interface magically become wlan2 ???19:47
david_I just need to reinstate the menu bars, thinking a new user may do this19:47
shearn89david_: if you copy all the settings using the right adduser options, it should go back to normal.19:47
Hilikusdoes anyone know of a way to use MSN as a report system from ubuntu? either a bot thats always online or an app that logs in, sends the report and logs out??19:47
hateballdavid_: are you using compiz or something?19:47
outbackwifiward_: what happened to wlan0 ?19:47
david_shearn89 - thks. In terminal do I type in     adduser19:47
ward_outbackwifi, it became wlan1 offcourse lol19:48
outbackwifiHilikus: whats MSN?19:48
david_hateball what us compiz??19:48
shearn89david_: you want "adduser --help", and then read through the output.19:48
Hilikusoutbackwifi msn messenger19:48
hateballdavid_: apparently not then ;)19:48
MrKennieHilikus: probably easier to use something like jabber19:48
david_shearn89 will try - thks, Im getting desperate19:48
strangeor irssi19:48
strangewith bitlbee server19:48
HilikusMrKennie i tried that but jabber doesnt support offline msn messages19:48
dvyjonesWhen trying to convert a video with libfaac (for audio), I get the error that libfaac is an unknown coded. I have installed ffmpeg from medibuntu, and tried to compile it from source, but neither works. Any idea on how to fix it?19:48
outbackwifi!repeat | dvyjones19:49
ubottudvyjones: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://wiki.ubuntu.com while you wait. Also see !patience19:49
shearn89dvyjones: try "apt-cache search libfaac"19:49
shearn89dvyjones: libfaac may not be installed.19:49
excois there an Intrepid channel?19:49
shearn89exco: ubuntu+119:49
Piciexco: #ubuntu+119:49
excothanks, shearn89, Pici19:49
Niosushow can i let new windows open on top of the other windows? atm it opens under the active window...19:51
MrKennieHilikus: I think there are some python bindings for libmsn19:51
kansani have a microsoft mouse, and i would like have it (1) when i click left & right buttons at same time it pastes stuff in the register (2) when i click the middle button it pastes the register.  currently neither works.  microsfot wireless mouse19:51
david_shearn89 I didn't get far at all!!! Is there no way I can reinstate the system to what is was at midnight yesterday like in Windows19:51
HilikusMrKennie yes, but none of them AFAIK support offline messages which was implemente in msnp 1319:52
eekhi all19:52
MrKennieHilikus: I see19:52
shearn89david_: you could wipe your home directory and start again?19:52
eeklooking for help w/ wireshark. is anybody here familar and willing to lend a hand?19:52
shearn89eek: i know a little...19:53
rockyrockI use netbeans in ubuntu. When i develop a GUI app and run it, sometimes the window's content doesn't appear!19:53
rockyrockany ideas?19:53
eekshearn89 pm me please19:53
david_shearn89 do you think this will bring back the menu bars that have gone missing and causing me so much worry?19:53
shearn89david_: maybe. Have you tried right-clicking on the desktop, and going add toolbar?19:53
david_shearn89 when I right click it doesn't give me that option19:53
R4V3Nquit19:54
david_If I minimize this screen it disappears completely19:54
R4V3Nexit19:54
david_and I cant recuperate it19:54
madrazrwhen I run a cgi script in browser I get the error "The server encountered an internal error or misconfiguration and was unable to complete your request". So when I try to run the same script in shell I get his error, "Warning: unknown mime-type for "Content-type:text/html\n\n" -- using "application/*"19:54
madrazrcan someone help me please?19:54
shearn89david_: ah. did adduser not give you anything?19:54
l0calh0stSomeone know how to enable OSD display in Rhythmbox?19:54
david_I couldn't get anywhere with it. Do you know if I reload the program again I will lose all my files like pictures, videos, music etc.,?19:55
=== nick__ is now known as Skky
david_shearn89 this message above was for you - sorry19:55
Skkyquestion - are there any scripts in the init.d folder that start up eth1 /19:55
Skky?19:56
Hagg1Hai, how do I copy the vinagre-settings/bookmarks from one account to another?19:56
david_shearn89 or do you think its a home directory problem?19:56
outbackwifiSkky: no, the /etc/network/interfaces does that19:56
LordKovuanyone know of a good xml editor ?19:56
shearn89david_: If you reinstall ubuntu you'll lose it all. I'm not sure what's gone wrong though...19:56
shearn89david_: i'm out of ideas i'm afraid...19:56
FrijolieI'm trying to install a tarball and am getting an error during compile. Could not find the gnomeConf.sh file that is generated by gnome-libs install19:57
FrijolieI've got the build-essential package installed...any ideas?19:57
cdc_Hey all, I am trying to setup a share drive on my ubuntu samba server to be accessible over the internet for me here at work. Ideally it will be a media folder that lets me play the music like a shared drive instead on downloaded the music then playing it on my work computer.19:57
MrKennieFrijolie: you need to install the relevant *-dev packages19:57
david_shearn89 then I wont reprogam!!! I am sure its a simple problem. I deleted some files last night and the menu bars aren't appearing and anything I minimize is lost of the screen so I cant recuperate. Im sure its something simple19:57
FrijolieMrKennie: how do you know what the relevant packages are?19:58
david_Just a question of having the luck someone might be able to help me?19:58
Picidavid_: What files did you delete?19:58
shearn89david_: hmmm. You could try and find the recycle bin using the terminal.19:58
MrKennieFrijolie: use synaptics to search for them or use apt-cache search in a terminal19:59
david_Pici I deleted Evolution mail, avidemus, pykaraoke, Opera, Epiphany and limewire19:59
Picidavid_: How did you delete them?19:59
MrKennieFrijolie: I think you need libgnome2-dev in your case but that should give you a clue for any further requirments19:59
ward_how can i keep the damn name of the wireless interface? :s19:59
FrijolieMrKennie: how do you know what *dev files I need to fix the error19:59
ward_ffs this is annoying19:59
david_Pici when I switched on the computer this morning I had no menu bars at the top or bottom of the screen. Without them I cant do anything as I have no access to Applications etc.,20:00
david_shearn89 how could I find the recycle bin?20:00
FrijolieMrKennie: I'm installing libgnome2-dev metapackage now..I'll see if that will help20:00
outbackwifi!trash20:00
ubottuThe location of Trash has changed in 8.04, it is now located in ~/.local/share/Trash | Looking for the trash in previous versions: ~/.Trash20:00
node357ubottu should have a factoid on restoring panels :/20:00
ubottuError: I am only a bot, please don't think I'm intelligent :)20:00
david_shearn I am willing to try anything under the circumstances20:00
Picidavid_: Have you tried the !resetpanels info from ubottu?20:01
shearn89!resetpanels20:01
ubottuTo reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »20:01
node357ah!20:01
david_Pic no I havent20:01
FrijolieMrKennie: D'oh! Nope still getting same error20:01
david_how do I do that20:01
shearn89david_: that looks like it'll work.20:01
Picidavid_: look what ubottu just said20:01
shearn89!reset panels | david_20:01
ubottuSorry, I don't know anything about reset panels20:01
MrKennieFrijolie: what is it you are trying to install?20:01
shearn89!resetpanels | david_20:01
ubottudavid_: please see above20:01
Frijoliedrip20:01
FrijolieMrKennie: drip 0.9. A DVD ripper20:02
MrKennieFrijolie: dvdrip?20:02
david_Shearn89 I can try, b ut what is the character in between panels   ??  david_20:02
FrijolieMrKennie: no, not dvd::rip20:02
MrKennieFrijolie: ok, just making sure :)20:02
=== lakitu2 is now known as lakitu
bingungbangettwhen i open amarok, errors appear "DCOP communication error, there was an error setting up inter-process communication fir KDE. The message return by the system was : could not open network socket, Please check that the DCOP server was running"  ----- anyone can help me out please ?20:02
MrKennieFrijolie: I guess you need to find out from the documentation what it requires to build and then you will need to find the -dev packages.20:02
shearn89david_: the command is written by ubotu a few posts above mine.20:03
chamuscasdoes anyone know how to solve the overlapping screen problem of wine ?20:03
Tundrayeti311bingungbangett: Are you using KDE? Is DCOP running?20:03
FrijolieMrKennie: it's looking for gnomeConfig.sh in /usr/local/lib. Never heard of that file..I'll check the docs again20:03
MrKennieFrijolie: look at ./configure --help too20:04
chamuscasdoes anyone know how to solve the overlapping screen problem of wine ?20:04
chamuscasdoes anyone know how to solve the overlapping screen problem of wine ?20:04
Tundrayeti311!repeat | chamuscas20:04
ubottuchamuscas: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://wiki.ubuntu.com while you wait. Also see !patience20:04
techsupportanyone familiar with how to add a share to Active Directory with samba - smb.conf ?20:04
bingungbangettTundrayeti311 : sorry i'm newbie for ubuntu, i'm using Ubuntu, should be GNOME right ? and I don't know waht's DCOP is20:04
Sa[i]nTWhat's the offtopic chan?20:04
chamuscas!patience20:04
ubottuThe people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IrcGuidelines20:04
shearn89!offtopic20:04
ubottu#ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!20:04
souldieri just installed tightvnc, and connected to another tightvnc server also on ubuntu and for some reason i just get a terminal window when i connect20:05
souldierno desktop20:05
chamuscasok :)20:05
Frijoliewell they have an option in there "./configure --without-pic", which I'm using, but still get the error20:05
FrijolieMrKennie:20:05
souldier i just installed tightvnc, and connected to another tightvnc server also on ubuntu and for some reason i just get a terminal window when i connect20:06
souldier no desktop20:06
david_shearn89 tried what ubottu told me but that command doesnt exist?20:06
MrKennieFrijolie: drip looks a bit dead to me, last package ubuntu had was in gutsy.20:06
shearn89david_: what this "gconftool --recursive-unset /apps/panel && killall gnome-panel"?20:06
david_shearn89 I'd like to try in terminal  !reset panels but which character is the line in between panels and david_?20:07
FrijolieMrKennie: you've had experience with dvd::rip?20:07
ferronicai can open and edit menu.lst without sudo :(20:07
bingungbangettTundrayeti311 : can u explain and help me please20:07
shearn89david_: no no - you don't type !resetpanels in the terminal, you type "gconftool --recursive-unset /apps/panel && killall gnome-panel" without the quotes.20:07
edlvwhat is a home directory?20:07
Tundrayeti311bingungbangett: yeah default for ubuntu is gnome... i get this error sometimes too... see http://ubuntuforums.org/showthread.php?t=47294920:07
shearn89edlv: where all your docs are stored, like my documents.20:07
david_shearn89 I did that and was told no command found20:08
MrKennieFrijolie: yes, it's not bad. There are some good guides on using it.20:08
shearn89david_: really? hmmm... let me google.20:08
edlvshearn89:home folder20:08
shearn89edlv: yeah - its like "my documents" on windows.20:08
Fazertesting xchat-gnome20:08
edlvshearn89:so..thats the home directory?20:08
bingungbangettTundrayeti311 : thx for the link, i go find out first, thx20:09
shearn89edlv: yah.20:09
edlvthanks shearn8920:09
Tundrayeti311bingungbangett: np20:09
shearn89david_: got it (i think)20:09
shearn89david_: can you see internet?20:09
david_shearn89 uff!!! hope so Im getting desperate20:10
david_shearn89 I can get into it somehow in a round about way20:10
shearn89david_: as long as you can see the web page, it should work.20:10
david_i will try anything shearn8920:10
shearn89david_: have a look here: http://www.watchingthenet.com/restore-panels-in-ubuntu-back-to-their-default-settings.html20:10
abhishekhi all20:10
jamiejacksonwhat's the most no-fuss smtp solution for ubuntu? i just need to be able to send out emails from apps i develop (and not allow any external relaying through it)20:10
david_shearn89 I will give it a try. Many thks, report back later.20:11
shearn89david_: cool.20:11
FrijolieMrKennie: alright, maybe I'll just give that a try I guess "dvd::rip"20:11
_21h_hi all20:13
_21h_i want to sync my nokia 6230 with evolution contacts20:13
_21h_how to do this?20:13
shearn89_21h_: not sure. have you tried google?20:13
soundray_21h_: check out gnokii20:13
Myrtti_21h_: opensync / multisync might do it20:14
Slart_21h_: try some of the mobile phone apps available.. yammu, gnokii, multisync and so on20:14
_21h_soundray, gnokii have pipe to evo?20:14
Freakin_Busyhey, i want to make a stand alone web server to do many things. i want it to stream audio, host apache, host FTP, as well as host irc bots. Is the ubuntu server the right thing for this?20:14
shamusDistrobution upgrade is stuck on removing nvidia-kernel-common (unused package), would it kill my system to force quit the disto upgrade?20:14
soundray_21h_: I don't know, but you may need gnokii to communicate with it *at all*20:15
shearn89Freakin_Busy: yep - there's an "install lamp" option which sets up a lamp server really easily. Then you can stick mt-daapd on it to stream music.20:15
eTiger13http://wiki.gandi.net/en/hosting/using-linux/tutorials/ubuntu/virtualhosts on step2, why are there two directory folders?20:15
Freakin_Busyshamus, walk away for 10 mins and wait for it20:15
shamusFreakin_Busy, it's been running for about 20 minutes already20:16
Freakin_Busyand the ftp and apache i can just add respectively?20:16
shearn89Freakin_Busy: LAMP sets up apache, mysql, php. I'm sure you can then add the IRC and ftp bits.20:16
souldiercan someone help me with a VNC related problem?20:16
shearn89souldier: hit me with the qu.20:16
Freakin_Busyok.. sounds good20:16
Slart!ask | souldier20:17
ubottusouldier: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)20:17
_snoopin_can i install ebox to manage squid when squid has already been installed on the box earlier. and its still running20:17
Freakin_Busyshamus, if it's stuck you don't have much options do you?20:17
shamusFreakin_Busy, I suppose, but would it break my install?20:17
Slart_snoopin_: I think so, yes.. I don't think squid needs to be restarted.20:17
Freakin_Busyyou'd have to do it again20:17
ferronicai can open and edit menu.lst without sudo ?20:17
shearn89shamus: i've found its normally pretty sturdy. Try and cancel it. You should be okay as long as you don't reboot.20:17
yashhello can someone help me with the installation process? i'm having a hard time with it.20:18
ferronicacan anyone help me please:(20:18
shearn89yash: ask away.20:18
souldiershearn89: i installed tighvnc on a pc, and added some code on the xtstart file so i could connect to vn even without having to physically login on the other pc, but for some reason when i connect, I just get a gray screen with a terminal20:18
jasuushow long does it take for newly released versions to be found on the archive?  as in python 2.6 isnt there20:18
shearn89!ask | ferronica20:18
ubottuferronica: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)20:18
Slartferronica: nope.. you can't20:18
_snoopin_Slart: i've tried that before. but when i login to ebox, the cache is grayed. and i can't manage the squid20:18
Pici!latest | jasuus20:18
ubottujasuus: Packages in a released Ubuntu version may not be the latest. Post-release updates are only considered for inclusion if they are: Fixes for security vulnerabilities, High impact bug fixes, or Unintrusive bug fixes with substantial benefit and very low risk. See also !backports.20:18
yashim not getting past the menu of the install menu20:18
abhishekDoes any one know about software that bypass proxy restrictation on ubuntu besides JAP and your freedom20:18
Slart_snoopin_: might be something else that is wrong then.. or I've misunderstood how ebox works. I've only tried it once or twice20:19
ferronica<Slart> yes it is20:19
kansani have a microsoft mouse, and i would like have it (1) when i click left & right buttons at same time it pastes stuff in the register (2) when i click the middle button it pastes the register.  currently neither works.  microsfot wireless mouse20:19
Freakin_Busyyash, go into the live boot first20:19
ferronica<Slart> i can do it :(20:19
david_shearn89 This could be a solution which I will try, but the character which is a squiggly hyphen which is it?20:19
shearn89souldier: don't you need to start X on the remote server? I've only just started using ssh, so i could be wrong.20:19
_snoopin_could you please point me where to go to set the ebox to work with my squid?20:19
shearn89david_: its a tilde - either above the hash on a gb keyboard, or sometimes in the top left of the keyboard.20:19
ferronica<Slart> dont know how, just double click then, click on display edit then save20:19
shamusshearn89: you wouldn't happen to know the name of the process, would you?20:20
yashi have tried this Freakin_busy but does not work either... thats why i am ??20:20
ferronica<Slart> dont know whats going on,20:20
shearn89shamus: for the update? is it in a terminal?20:20
Piciferronica: Open a terminal, type whoami and press enter.  What does it say?20:20
Slartferronica: the file menu.list is owned by root.. you need to run an editor as root.. or use sudoedit to edit it20:20
david_shearn89 it isnt on my keyboard!! Any suggestions20:20
Slartferronica: sorry.. menu.lst20:20
shearn89david_: just replace it with "/home/<username>/"20:20
ferronicaPici: student20:20
shearn89david_: so i think its "/home/david/.gconf/apps" or whatever.20:21
_snoopin_what is the best soft ware for irc in ubuntu 8.0420:21
shamusshearn89: It's a partial upgrade inside of distro upgrade because something was broken and it decided it wanted to download pretty much everything again20:21
Pici!best | _snoopin_20:21
ubottu_snoopin_: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.20:21
dvyjonesirssi :D20:21
ferronica<Slart> but here no, just double click edit save20:21
ichbinesderelch_snoopin_: no best software, depens on what you like :P20:21
david_shearn89 I found it thks. be back soon, fingers crossed!20:21
shearn89_snoopin_: a matter of personal choice, but i like xchat or irssi.20:21
ferronica<Slart> i am not logged in as root20:21
shearn89shamus: are you using synaptic or the terminal?20:21
kwyjibois there a way to make kde apps automatically mimic my current GTK+ theme?20:21
jgoldI'm using the gimp version 2.4.5-1ubuntu2 on Ubuntu 8.04 and I'm finding that all the image filters are grayed out.  Does that mean I need some extra package or have I just screwed something up somehow?  How do I fix it?20:21
shearn89david_: cool.20:21
shamusshearn89: synaptic20:21
Piciferronica: And what does ls -l /boot/grub/menu.lst   say?20:22
shearn89shamus: i think there's a task manager clone somewhere in the system menu.20:22
_snoopin_can you mention atlease one? i don't see it in the internet section in application20:22
jasuuswhere do we usually put src files?20:22
yashi am stuck with the installation menu of ubuntu... can someone help on this?20:22
shearn89_snoopin_: try xchat.20:22
Slart!in!in | ferronica20:22
ubottuSorry, I don't know anything about in!in20:22
Slart!in | ferronica20:22
ubottuferronica: #ubuntu-in is the channel for Ubuntu in India20:22
shearn89yash: which bit?20:22
yashinstallation20:22
rockyrockhow can i create pdfs with ubuntu?? is there any software for that like Acrobat?20:23
yashthe installation wont start20:23
danbh_intrepid_snoopin_: pidgin is the default irc client in ubuntu20:23
shearn89yash: which bit of the installation? there's lots of steps...20:23
_snoopin_i have to install that first right, shearn89?20:23
ActionParsni1!medibuntu > ActionParsnip20:23
shearn89_snoopin_: yeah i think so.20:23
Slartferronica: I'm having problems understanding you.. perhaps you'd be better off asking someone else20:23
ActionParsni1rockyrock: you should have a pdf printer already installed20:23
shearn89yash: can you give us more info?20:23
yashthe first one... im not getting past the ubuntu loading screen...20:23
ferronica<Slart> Pici: -rwxrwxrwx 1 root root 6077 2008-10-09 00:12 /boot/grub/menu.lst20:23
david_shearn89 what a nightmare! I typed in the first line gconftool--recursive.unset etc., and up came   -bash no such file command20:23
shearn89yash: ah okay - try starting in safe graphics mode.20:23
x29aok, no feedback, fine, im concerned anyway, take care20:23
yashwhat do you want to know...20:23
rockyrockActionParsni1: what do you mean by pdf printer?20:24
ActionParsni1yash: try disabling acpi20:24
Slartrockyrock: I don't think there's anything in linux like acrobat.. but many programs can export to pdf.. openoffice and such20:24
shearn89david_: ah okay. I found a simpler solution just now. hold onl.20:24
_snoopin_danbh_intrepid: omg...i don't realize that. i only use pidgin to logini to my im such as yahoo and msn20:24
ferronica<Slart> no problem20:24
ActionParsni1rockyrock: choose print and choose the pdf printer20:24
david_shearn89 you really have patience, appreciated20:24
ferronica<Slart> Pici knows me :)20:24
ActionParsni1rockyrock: it will write  a pdf20:24
jasuushow do i unzip bziped files?20:24
vallhalla81hi there i was installing ubuntu to a second drive and it seems to have mesed up my grub i am using live cd to talk now grub error is error15 can i fix this?20:24
ActionParsni1jasuus: bunzip20:24
Piciferronica: The permissions are not set correctly.  sudo chmod 644 /boot/grub/menu.lst20:24
rockyrockSlart, ActionParsni1: i want to scan them from my scanner20:24
danbh_intrepid_snoopin_: yeah, just go to accounts, and add an irc account20:24
jgoldWhy would the gimp have all its filters grayed out?  Is there some extra package necessary?20:24
shearn89david_: here you go: "cd ~/.gconf/apps" then "mv panel panel.old", then hit ctrl-alt-backspace.20:25
yashshearn89... my ubuntu installation starts... it says busybox installer... then it goes on listing some command lines...20:25
ferronicaPici: i think all permission granted :(20:25
ichbinesderelchvallhalla81: reinstalling grub would be easiest solution20:25
ferronicaPici: i think all permission granted :(20:25
Piciferronica: yes, It shouln't be set like that.20:25
_snoopin_thanks20:25
shearn89yash: busybox? are you using ubuntu ultimate?20:25
ActionParsni1rockyrock: http://www.ubuntugeek.com/scan-to-pdf-using-gscan2pdf-in-ubuntu.html20:25
yashtried even test cd and it goes the same20:25
vallhalla81ichbinesderelch: how would i do that please?20:25
ferronicaPici: but i did nothing to permission20:25
Piciferronica: It wouldn't do it on its own.20:25
ferronicaPici: should i run the above command20:25
Piciferronica: yes.20:25
yashno the desktop edition20:25
ferronicaPici: ok20:25
ActionParsni1!codecs > ActionParsnip20:26
vallhalla81!grub20:26
ubottugrub is the default Ubuntu boot manager. Lost grub after installing windows: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows - Making GRUB floppies & other GRUB howtos: https://help.ubuntu.com/community/GrubHowto20:26
yashgot the cd shipped today...20:26
shearn89yash: is there an error code or anything?20:26
ActionParsni1!codecs20:26
ubottuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats20:26
jasuusah its bunzip220:26
ActionParsni1jasuus: tab completion rocks ;)20:26
Slartvallhalla81: grub errors often happens when grub can't find the boot devices/hard drives/partitions because something's changed since the install.. you can always reinstall grub.. check the forums.. there are lots and lots of threads about grub problems20:26
david_shearn89 sounds difficult but will try and come back20:26
shearn89david_: it should be fine. you're not deleting the panel file, just moving it.20:27
yashno shearn89... just says something like [ XXX.XXXX] XXXX XXXXXX { } frozen20:27
yashand then it goes and goes20:27
david_shearn89 again no command found.20:27
ferronicaPici: did nothing happend :(20:27
Tundrayeti311If I wanted to setup a master directory on a server, and be able to have clients sync up to directory only for old, missing, versions of files in this directory, where would I start?20:28
shearn89david_: really?? you're just moving a file tho.. It must have the "mv" command.20:28
Piciferronica: try modifying it without sudo now.20:28
david_I think I am gonig to try and retrieve any files and reprogram, its incredibel such a simple fault that I have to go to this extreme no?20:28
sudoconfusedcya david_20:28
ActionParsni1vallhalla81: you need to find out what the error means20:28
yashit does not work likde described in the support forum20:28
shearn89david_: you're typing without the quotes yeah?20:28
ActionParsni1vallhalla81: the fact that grub errors means its installed, just not configured right20:28
yashim a bit lost with the installer shearn8920:28
vallhalla81ActionParsni1: looking in to it now ty20:28
shearn89yash: okay. When you put the cd in and reboot, try choosing "safe graphics mode" from the menu.20:29
ferronicaPici: without sudo i can modify :(20:29
david_shearn89 I literally typed in     cd~/.gconf/apps    with no spaces and intro and up came no command found20:29
shearn89david_: ah - you need a space between cd and ~20:29
SlartTundrayeti311: you want people to be able to download these files from some kind of server?20:29
ActionParsni1vallhalla81: you probably need to edit /boot/grub/menu.lst to use correct devices and make sure /etc/fstab is mounting the drives properly20:29
node357always mind the spaces david :)20:29
shearn89david_: cd is the command and ~/etc the arguments.20:29
Piciferronica: Thats odd. I need to run right now, perhaps someone else can help.20:29
ferronicaPici: student@student-desktop:~$ sudo chmod 644 /boot/grub/menu.lst20:30
ferronicastudent@student-desktop:~$ ls -l /boot/grub/menu.lst20:30
ferronica-rwxrwxrwx 1 root root 6077 2008-10-09 00:57 /boot/grub/menu.lst20:30
Tundrayeti311Slart: yeah, but only old, missing ones, not the whole thing20:30
shearn89!pastebin | ferronica20:30
ubottuferronica: pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic)20:30
asonge_anyone got laptop suggestions in a nutshell for ubuntu? i'd like a laptop with more than 800px of vertical space, but anyway20:30
gusxquit20:30
SlartTundrayeti311: so you want people to only be able to get a few files.. not all of them?20:30
cipherzd20:30
yashokay shearn89.. ill try this and check what happens20:30
yashthanks20:30
Tundrayeti311Slart: I guess i need some sort of revision control? know any for linux?20:30
shearn89yash: np. post again if  you get stuck.20:30
SurfnKidhi, i have a problem that a Sony camera doesnt mount on ubuntu20:30
cipherzhello, I have made a persistent pendrive, it works great and all but, when I make changes such as add a user, it is added - but when I reboot it is gone20:30
ActionParsni1asonge_: lenovo make goodubuntu fiendly systems20:30
yashquit20:30
SurfnKidit says it cannot mount volume, and the error message on the syslog is something about flush20:31
asonge_ActionParsni1: i got that impression, do i have to watch for broadcom chipsets?20:31
ferronicaPici: any idea whats going on ?20:31
SurfnKidcan someone help me find out why on one computer it mounts, and on another computer the camera is turned on via usb and the system doesnt mount it?20:31
Tundrayeti311slart: I want people to be able to update this directory on their machine w/o copying over the whole thing20:31
SlartTundrayeti311: I would just put the files on some kind of ftp server/samba/nfs server.. doesn't really matter.. and then use rsync or similar from the clients20:31
ActionParsni1asonge_: i do personally but some people dont mind them20:31
ActionParsni1!hcl | asonge_20:31
ubottuasonge_: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection20:31
asonge_Tundrayeti311: subversion seems to be the de facto standard, git is great20:31
ChandanHi madhu, are u there, I am chandan20:31
david_shearn89 tried that an all it does is place a $ sign an nothing else20:31
SlartTundrayeti311: it's hard for the server to know what files the client needs.. leave that to the client20:31
SurfnKidcan anyone tell me how to fix an automount problem?20:32
asonge_ActionParsni1: you still can't ad-hoc on them is the issue...and i have an iphone i like to tether to over wifi on roadtrips20:32
Tundrayeti311slart: asonge_: ok, ty for help20:32
kansanhow come audacious can't play a mp3 stream; http://www.radioparadise.com/musiclinks/rp_128-1.m3u .. when i click open location in audacious i get:  ERROR: neon: neon.c:1157 (neon_aud_vfs_getc_impl): <0x8356d68> Could not getc()!; id3_file_vfsopen: file failed;20:32
Slart!rsync20:32
ubottuSorry, I don't know anything about rsync20:32
kane77can anyone help me. I'm having an emergency here. All of a sudden my /home partition disapeared (system can't find one) so I can't even login. How can I diagnose the problem?20:32
ActionParsni1asonge_: you could use bluetooth20:32
asonge_ActionParsni1: not on the iphone afaik20:32
shearn89david_: okay. close the terminal, then hit alt-f2, type "xterm" (without quotes), and then copy and paste the following:      cd ~/.gconf/apps & mv panel panel.old & ls20:32
ActionParsni1asonge_: ive no idea20:32
Slartkane77: boot from a live cd.. see if the home partition is still there20:32
asonge_iphone bluetooth is neutered to all hell20:33
david_shearn89 will try20:33
Slartkane77: gparted would work for an initial check20:33
xompYes, here it is :) http://i41.photobucket.com/albums/e285/xomp/1223481109515.jpg20:33
kane77Slart: ok, will try that now, be right back and will let you know20:33
xompwhoops, wrong window. sorry20:33
shearn89david_: oh wait - the & should be &&.... sorry.20:33
chamuscashello, i have a problem with wine. When i execute an windows aplication my screen splits into two unfocased screens20:34
ActionParsni1chamuscas: try #wine20:34
genii#winehq even20:34
david_shearn89 it didnt work it said display isnt set so I cant move20:34
ActionParsni1chamuscas: or see if there is a config you need to manipulate20:34
ActionParsni1genii: that too20:34
chamuscasActionParnsil, i already tried it and already read the ubuntu wine20:35
david_shearn89 Think it will be easier to take out all my files to DVD and reinstall20:35
chamuscasActionParsnil, i'll try those ones tank you :)20:35
shearn89david_: no it should work.20:35
ActionParsni1chamuscas: you could rename to ~/.wine folder then rerun, it will regenerate the folder20:35
shearn89david_: try the commands individually:     cd ~/.gconf/apps           then            mv panel panel.old              then            ls.20:35
david_shearn89 but nothing happened after it said display isnt set20:35
chamuscasActionParsnil, wait a config, i already tried it but =/ didn't find anything usefull20:35
shearn89david_: ^^20:35
ActionParsni1chamuscas: does it do it with allapps?20:36
bjytechhey when I enable the "NVIDIA accelerated graphics driver (latest cards)" driver after I re-boot all I get is a gray screen, any ideas?20:36
david_shearn89 but when I type in cd etc., it says command not found20:36
ActionParsni1bjytech: what nvidia do you have?20:36
bjytech8600gt m20:36
shearn89david_:  you have to put the space between "cd" and "~/.gconf/apps"20:36
ActionParsni1bjytech: try removing it then sudo apt-get install nvidia-glx-new20:37
chamuscasActionParsnil, are we talking about the same problem :p, it's like this when i use a windows program two overlapped screens appear20:37
david_shearn89 I have tried that but still the same.  Let's not waste anymore of your time... Thanks anyway20:37
bjytechok20:37
ActionParsni1bjytech: ive not set that card up myself20:37
Bruce_Waynehi .. how do i register a nick ? and how do i get irssi to bring me here as soon as it starts ?20:37
chamuscasActionParsnil, i have a ati20:37
shearn89david_: oh well... sorry. sounds quite messed up if cd isn't even there.20:37
Slart!register | Bruce_Wayne20:37
ubottuBruce_Wayne: Information about registering your nickname: http://freenode.net/faq.shtml#userregistration - Type « /nick <nickname> » to select your nickname . Registration help available in #freenode20:37
ActionParsni1!register | Bruce_Wayne20:37
david_shearn89 thks again wishe me luck20:37
SlartBruce_Wayne: and you need to add servers and channels in irssi.. check the help file or the irssi site20:37
shearn89david_: good luck mate! i'd go for a reinstall. sounds totally screwed.20:37
Bruce_WayneSlart: thanks20:38
=== bod_ is now known as Bodsda
shearn89Bruce_Wayne: do a google for "irssi autostart script" or something similar.20:38
* shearn89 is going to get ready to go out.20:38
Slartcd isn't an executable file.. it's not like you can loose it..20:38
shearn89Slart: either way, its well messed.20:38
Bruce_WayneSlart: how does one do a dcc file send thru irssi ?20:39
jgoldHello.  I'm trying to use a blur filter with the gimp on Ubuntu 8.04, but all of the individual blur options (gaussian and so on) are grayed out.  How can I fix that?20:39
qb|work /dcc i guess?20:39
SlartBruce_Wayne: no idea.. haven't tried20:39
MasterAslandoes anyone know how to enable channels 12-13 on wireless.  Specifically with b43 drivers.20:39
jgoldI've tried a few google searches on the topic but found nothing informative.20:39
Tanalarkhi, all.20:40
Tanalarkso.. .quick questions:20:40
Slartjgold: what kind of image are you editing?20:40
jgoldIt's an XCF.20:40
Tanalarkhow do I find out what kernel I'm using?20:40
Bodsdajgold, you may have more luck in #gimp20:40
MasterAslanTanalark: uname -r20:40
shearn89jgold: have you installed all the extras?20:40
jgoldBodsda: thanks.  I'll try that.  Though this doesn't seem to happen on Fedora.20:40
Slartjgold: not all filters are available for all formats.. ie 2 color black and white  and so on20:40
Tanalarkalso, I'm working with an Intel Wireless Pro 3945 ABG card..20:40
jgoldshearn89: what extras?20:40
jgoldshearn89: do I need some additional package?  What's the name of it?20:41
Tanalarkapparently Hardy stopped including the specific driver for that card, so I'm trying to find it.20:41
jgoldWhat would have filters?20:41
Mixed_--_anyone knows how to setup a file and printer sharing only to local IP's???20:41
Bodsdajgold, it seems strange that the blurs are greyed out, heir standard so no extras needed afaik -- maybe try reinstalling gimp as a last resort20:41
Bruce_Waynedoes anyone know how to dcc file send in irssi ?20:41
TanalarkI heard that iwlwifi is the thing to use, but I don't know how to find and install it.20:41
jgoldBodsda: okay, I'll give that a shot.  Thanks for the suggestions.20:41
Slartjgold: try just selecting new, template 640x480.. then see if blur is still disabled20:41
Bodsdano probs jgold :)20:41
erUSULBruce_Wayne: /dcc send nick file (or something like that) &help dcc has all the details20:41
Tanalarkby the way, thanks, MasterAslan20:41
MasterAslanyw20:41
GrenyarisRunning Ubuntu server, and I create a new user account with password, then login, and it tells me "no directory. logging in with home=/"   SO what did I do wrong?20:42
jgoldSlart: aha!  It's not grayed out on that!  That should enable me to work around the issue.  Thank you!20:42
[T]ankwhat program handles a .uif extension?20:42
BodsdaGrenyaris, can you confirm the directory definately doesnt exist?20:42
Slartjgold: check colour depth, if you're using RGB and so on20:42
greencookieWhere can I get a list of native ubuntu apps?(like xclock)20:42
Bruce_Waynehelp dcc20:43
jgoldSlart: will do.  Thanks again.20:43
Tanalarkok.. so it looks like i'm using the 2.6.24-19 kernel... which is supposed to have iwlwifi drivers already installed.20:43
GrenyarisI didn't create the directory, and yes, it does not exist...I though it created everything on first login?20:43
Sonderbladeis j2ee available as an ubuntu package?20:43
Tanalarkbut my wireless card is still going crazy.  any ideas?20:43
rockyrocki can't update my system! I always get this error when i try to reload Synatpic list: http://paste.ubuntu.com/55393/  any ideas?20:43
jgoldSlart: it's indexed color.  That makes sense.20:44
Slartrockyrock: try using another mirror20:44
Slartjgold: yes.. that would make sense20:44
MasterAslananyone know how to enable wireless channels 12 and 13?20:44
stwestonhello, all. I'm having trouble installing Lynx on my Ubuntu Server install.20:44
rockyrockSlart: i dont want to do that! I have a slow internet!20:45
kane77Slart, I'm back.. The problem seemed to fix itself.. I rebooted and booted into livecd, one of the disks was missing there, I turned off the computer and then turned it on and booted normal system and everything seems to be in order..20:45
rockyrockSlart: i have Dialup20:45
Slartkane77: well.. let's blame .. eh.. solar flares then =)20:45
rockyrockSlart: do you have another solution?20:45
stwestonanyone?20:45
BodsdaGrenyaris, yes it should -- not too sure hat the prob is -- have you tried creating the user again?20:45
Slartrockyrock: why would that keep you from changing mirrors?20:45
Tanalarkanyone?20:46
kane77Slart, hmm.. let's. It is very weird and I'm not sure if I should be worried about my disk.. What can I do to check it?20:46
rockyrockSlart: cuz the system will reload the source list again from start!20:46
guntbertGrenyaris: how did you create the new user? with adduser?20:46
stwestonI need help installing Lynx on my Ubuntu Server installation.20:46
stwestoncan anyone help?20:46
anders_isn't it in the repos ?20:47
SlartTanalark: if you don't get an answer just repeat your questions every 10 minutes or so.. that will give newly arrived people a chance to see it.. just asking "anyone?" in this channel usually get drowned out.. noone wants to search for your last line to see what the actual problem was20:47
anders_try sudo apt-get install lynx20:47
stwestonI did20:47
stwestonit doesn't work20:47
anders_can you be more specific ?20:47
stwestonI'm getting errors20:47
sergecwirc20:47
Slartkane77: you can use s.m.a.r.t if your disk supports it.. take a look at smartctl20:47
stwestonsaying "the package has no installation candidate"20:47
greencookiewhat program displays my computer information like memory usage and hdd space. something like the applet in fluxbox.20:47
=== david is now known as Guest28212
pronoy_how do i uninstall wine and reinstall it ??20:48
Guest28212I have lost my menu bars top/bottom of the screen. Thru terminal can I burn files to disc????20:48
Slartrockyrock: well.. you're going to have to reload that list anyways.. if you don't want to reload it you can ignore the error20:48
mstrobertGuest28212, genisoimage -R -J . > /tmp/iso && wodim speed=8 /tmp/iso20:48
rockyrockSlart: but that error will be fixed by the server's owner right?20:48
TanalarkMy Intel Pro/Wireless 3945 ABG wireless card is going crazy.  I heard the way to go was to use iwlwifi, but I'm using the 2.6.24-19 kernel... which is supposed to have iwlwifi drivers already installed.  any ideas?20:49
Slartrockyrock: might be.. but you'll never know if you don't reload the list20:49
Guest28212mstrobert - dont understand. Once I am in terminal what do I type in?20:49
MasterAslanpronoy_: sudo apt-get purge wine20:49
rockyrockSlart: i like Japanese servers they're very fast20:49
MasterAslanpronoy_: then sudo apt-get install wine20:49
Slartgreencookie: lshw is a terminal command for it.. there might be a gui tool too20:49
mstrobertGuest28212, go to the dir that you want to burn to CD. Then type:  genisoimage -R -J . > /tmp/iso && wodim speed=8 /tmp/iso20:49
MasterAslanTanalark: in what way is it going crazy?20:49
Slartrockyrock: then find another japanese mirror20:49
rockyrockSlart: :(20:50
Tanalarkwell, i'm able to use it right now.  But periodically, it will just cut out.  Usually right after I've started a package download or the like.20:50
Tanalarkanything that requires any significant bandwidth20:50
Guest28212mstrobert I dont have menu bars on the screen so can only use the terminal command. I wont be able to go to any director no?20:50
MasterAslanTanalark: and it doesn't do this with windows?20:50
Guest28212mstrobert after the prompt in the terminal I need to type in what command?20:51
Tanalarknope.. working just perfectly.20:51
mstrobertGuest28212, if you have a terminal open, you can change to any directory by typing:   cd  directorynameHere        For example:  cd /home/bob/Documents20:51
Tanalarknever stopped working at all.20:51
greencookiewhat is a good resource manager for ubuntu?20:51
mstrobertGuest28212, then the command you type to burn that directory to CD is: genisoimage -R -J . > /tmp/iso && wodim speed=8 /tmp/iso20:51
brian__Could someone answer what I hope is a quicky? I want to dual boot my machine with wubi.  My question, is if I install 8.04, will I be able to do an upgrade within Ubuntu when 8.10 comes out, or would I have to reinstall completely?20:51
MasterAslanTanalark: to be honest not really sure what to do.20:51
MasterAslanbrian__: yes you will20:52
Slartgreencookie: there is also lshw-gtk ..20:52
Guest28212mstrobert thks will try20:52
mstrobertGuest28212, you're welcome. I hope that works for you.20:52
dfgasi am looking for something to limit what times for example 9pm-8am that kids are not aloud on the computer and stuff like that, how do i do this? what do i need?20:52
Grenyarisguntbert, yes with adduser, but that is all I used "sudo adduser username"20:52
TanalarkI understand... do you have any idea where I might go for answers?  I'm at the intellinuxwireless.org website, and they aren't very helpful.20:52
Slartbrian__: these days you should be able to update to the next version when it comes out20:52
brian__Masteraslan: Thanks a ton! 8.10 still seems a bit buggy, and I'm going to install this on my work computer.20:52
Slartbrian__: there were some problems with the earlier versions.. but the ubuntu guys are getting better =)20:53
MasterAslanI'm using 8.10 and its been pretty stable20:53
psorhi all20:53
keycoхи алл20:53
keycohi all20:53
psorwho know chat where20:53
brian__well for example, I'm talking to you from a fresh 8.10 install, and xchat crashed once, and locked the entire machine once, before I got in here to be able to talk to you guys.20:53
Bruce_Waynehi is there a limewire for hardy ?20:53
keycocan anyone help me with my mic?20:53
psoryoung people tolk in english ?20:53
Slartdfgas: I'm pretty sure there are ways of limiting logins.. let me do a quick search..20:53
greencookieSlart: do I have to download that?20:53
LjL!offtopic | psor20:54
ubottupsor: #ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!20:54
Slart!p2p | Bruce_Wayne20:54
ubottuBruce_Wayne: Peer-to-peer filesharing clients are available for several networks/protocols, including !BitTorrent, !Gnutella, !eDonkey, !DirectConnect, !SoulSeek - Multi-protocol engines include !MLDonkey and !giFT - See http://wiki.ubuntu.com/P2PFileSharing for general information20:54
dfgasSlart, cool20:54
greencookieI just want one for my wmii screen. I have xclock now I want to add something else to it. Slart .20:54
Bruce_Wayne!edonkey20:54
ubottueDonkey clients: aMule (GTK, stand-alone), mldonkey-gui (GTK, based on MLDonkey), KMLDonkey (KDE, based on MLDonkey) - See also !P2P20:54
keycocan anyone help me with my mic?20:54
guntbertGrenyaris: you must create the homedir by addding ' --home <place of homedir>' to 'sudo adduser...'20:54
Slartkeyco: don't repeat your question to often, once every 10 minutes is enough20:54
keycoCAN ANYONE HELP ME WITH MY MIC????????????20:55
keycoTY20:55
Grenyarisguntbert: so how do I fix it at this point? just add the directories manually?20:55
Slartkeyco: wow.. you really didn't improve at all.. stop with the caps20:55
golden-dragonhello20:55
Tanalark'lo. :)20:55
greencookiekeyco: I can hear you all the way in Minnesota, I don't think you need a mic :)20:56
Slartdfgas: here's a thread about it from the forums.. apparently there are some ways.. http://ubuntuforums.org/showthread.php?t=38767020:56
golden-dragoni am a newb20:56
MasterAslanhttp://www.91courtstreet.net/wordpress/2008/02/03/how-to-limit-daily-desktop-usage-in-ubuntu/20:56
Guest28212mstrobert can I send u a private message please?20:56
MasterAslandfgas: ^^20:56
mstrobertGuest28212, yes20:56
guntbertGrenyaris: or you could delete the user and create her again, have a look at 'man adduser' or type at least 'adduser --help'20:56
golden-dragonwooow... 1418 users?20:57
johnny87ciao a tutti20:57
=== JayTeKay_ is now known as JayTeKay
golden-dragonthats a lot20:57
Slartgolden-dragon: there is an offtopic channel for discussing the awesomeness of #ubuntu.. we try to keep it support only in here20:58
Grenyarisand one last question, isn't "cd ~" the command to return to the /home/[current logged in user] directory?20:58
Slartgolden-dragon: if you have a question you're more than welcome to ask it =)20:58
paul68BlueEagle: can  I ask you something in pvt20:58
SlartGrenyaris: yes20:59
SlartGrenyaris: or rather.. you return to the home folder of the currently logged in user.. it doesn't have to be in /home/username20:59
guntbertGrenyaris: yes, but 'cd' is sufficient as well, but it works only, when the homedir exists ;)20:59
golden-dragoncan you DL music in here?20:59
SlartGrenyaris: but by default that's the place20:59
Slartgolden-dragon: nope21:00
golden-dragonthis is a chat room?21:00
MasterAslananyone know how to enable channels 12 and 13 on wireless for broadcom cards?21:00
keycoI NEED SOME HELP WITH MY MIC PLS!!!!!!!!!!!!!!!!!!!!!!!!!21:00
Tanalarkheh... sort of.  it's more for support.21:00
Slartgolden-dragon: yes.. for supporting the ubuntu operating system21:00
Slartkeyco: you'll get kicked if you keep this up..21:00
golden-dragonthats cool21:00
keycohello?21:01
keycoCAN ANYONE HELP ME WITH MY MIC PLSSSSSSSSS21:01
jlilly+1 for kick21:01
Tanalark+221:01
Tanalark(he can't spell please)21:01
arrrghhhcan anyone help me install rtgui for rtorrent?  i can't seem to compile rtorrent with xml-rpc for some reason21:01
Scunizikeyco: if they could they would have answered.. try back later21:01
keycooh ok21:02
keycoty21:02
keycoi though noone read me21:02
keycosry21:02
lukehi, i recently built a system. my MB is a ASUS M3A78 Pro and came with a realtek ALC1200 sound card. my sound is playing but skips every minute or so...21:02
GrenyarisWhen I do "cd ~" I get taken to ~, where only one directory exists "Maildir", but if I go to /home there is my "home directory" ...21:02
lukecan anyone help?21:02
Slartkeyco: yes we did.. we told you to stop screaming and repeating..21:02
pronoy_can anyone please tell me how to check the version of gimp installed ? Ubuntu21:02
Slartpronoy_: usually <programname> --version in a terminal21:02
jlillyGrenyaris: ~ is your home directory /home is a container for all home directories21:02
keycowell i didnt see that21:02
keycosry again21:02
arrrghhhpronoy_, with synaptic21:02
Tanalarkwouldn't it be on the "about" part of the help menu?21:03
Slartpronoy_: there's probably an About-dialog in gimp too21:03
Hilikusis there a way to send output to the console when the script is not running in that same console? the job is running in the background by a different user but i want to see the messages in MY stdout21:03
GrenyarisOh, DUH, my bad...21:03
jlillyGrenyaris: np. :)21:03
pronoy_Slart: lol......and how do i download the latest version....its saying its already downloaded the latest version...when there's a newer version available !?21:04
Slartpronoy_: there might be a newer version available from the gime people.. but it has to be packaged, tested and so on before it's available from the repos..21:04
babohow do i find out how large a folder and it's children is ?21:04
erUSULbabo: du -hs folder/21:04
pronoy_Slart: available at getdeb21:05
paul68goodevening how van I acces my trash through the terminal?21:05
pronoy_Slart: so i guess its stable21:05
babothanks21:05
Slartpronoy_: so you might not get the absolutely latest version when you install it in ubuntu.. but it will be a version that works21:05
guntbertcongratulations for that effective 'cooling down', thank you > Scunizi21:05
Tanalarkditot21:05
Slartpronoy_: if you trust the getdeb people to make that judgement for you, go ahead21:05
Tanalarkditto, even21:05
justin__hey, is there anyone that can help me, i am new to ubuntu, and i deleted something i shouldnt have21:06
pronoy_Slart: i think i do......thanks...just found out how to....thanks for helping21:06
Guest28212Can anyone please guide me how to enter a new user please21:06
Slartpronoy_: you're welcome21:06
jlillypaul68: it may be a hidden file in either your home folder or desktop folder21:06
Slartjustin__: deleted it using the file manager? or the command line?21:06
guntbert!trash | paul6821:06
ubottupaul68: The location of Trash has changed in 8.04, it is now located in ~/.local/share/Trash | Looking for the trash in previous versions: ~/.Trash21:06
Scuniziguntbert: I believe in the KISS principle first.. "Keep it simple stu...."  :) thanks.21:06
jlillyGuest28212: I believe you can do that via the administration panel21:06
jamiejacksonsudo adduser, Guest2821221:06
=== lakitu2 is now known as lakitu
MasterAslananyone know how to enable channels 12 and 13 on wireless.  I'm searching the internet but not finding anything.  got broadcom card21:07
paul68thanks Ubottu and guntbert21:07
genii!info ttysnoop | Hilikus21:07
ubottuhilikus: ttysnoop (source: ttysnoop): TTY Snoop - allows you to spy on telnet+serial connections. In component universe, is optional. Version 0.12d-3 (hardy), package size 15 kB, installed size 104 kB21:07
erUSULGuest28212: System>Admin>Users and groups21:07
Guest28212jlilly   jamiejackson   I tried using add user but got a warning I couldnt open display21:07
justin__well i dont know what i did, its where the aps like firfox and stuff doc when they are minimized, i had gtk i think(looks like mac) so i deleted the one that was on ubuntu with the fresh install, and not gtk is gone21:07
Guest28212shall I try sudo adduser?21:07
jlillysure.21:07
Guest28212thks fingers crossed then!21:08
jlillyyou need sudo power to make users anyway21:08
okinokiHi. Noob question here: in ifconfig, how do i tell which interface is my wireless card? Both of them say "Link encap: Ethernet"21:08
justin__the gtk and the other one are gone now21:08
jlillyokinoki: look at the letters. eth0 is likely hardwired21:08
Slartjustin__: ah.. the gnome-panel..21:08
techsupportI mapped a network drive in windows server 2003, but i'm getting access denied error when trying to create or browse files, is there anything i could do  ?21:08
erUSULokinoki: run "iwconfig" instead21:08
guntbertGuest28212: have a look at 'adduser --help' first21:08
dZen|n|hello21:08
okinokiawesome, thanks erUSUL21:08
MasterAslanokinoki: normally if you go iwconfig it will list your wireless21:09
greencookiewhere can I get help for wmii?21:09
dZen|n|Can I get help about drupal installation in here ?21:09
Slartjustin__: do you still have the panel in the top part of the desktop?21:09
Guest28212jlilly   jamiejackson   I tried that and told command not found21:09
okinokigot it, thanks jlilly MasterAslan21:09
justin__slart_ yeah the gnome panel, i had no idea what it was called, i have only messed with linux for about a day now, so i am very new to it21:09
justin__yeah its in the top part21:09
Slartjustin__: right click on the top panel, select "Add panel"21:09
Slartjustin__: sorry.. "New panel"21:09
Tanalarkso here's another question... anyone know how to get more mouse customization options in Hardy?21:09
justin__ok21:09
guntbertGuest28212: did you have a look at 'adduser --help' ?21:10
Tanalarkit's pretty frustrating not to even be able to set the scrolling speed or make the "back" button work on this mouse21:10
Guest28212guntbert yep tried everything to no avail and Im getting desperate21:10
Slartjustin__: did you get a new empty panel now?21:10
justin__yeah i did21:10
justin__whats next?21:10
methodshow do i know if i need a software sound mixer like artsd ?21:10
Slartjustin__: right click on that new panel.. select "Add to panel"21:10
guntbertGuest28212: no reason to be desperate, lets take step after step - ok?21:10
=== nutella_ is now known as adac
arrrghhhdoes anyone use rtorrent with a web frontend?21:11
justin__ok i see21:11
Slartjustin__: you'll get a new window with a lot of stuff you can add to the panel.. select Window List.. it's at the bottom of the list21:11
dZen|n|Can I get help about drupal installation in here ?21:11
m3gab0yHey all! I have FEDORA installed now, I want to install UBUNTU (KUBUNTU) without touching FEDORA and without making FEDORA unbootable. Is there any way to achieve this?21:12
justin__AWESOME thanks a bunch Slart, your a life saver lol, i am so new to ubuntu i feel dumb lol21:12
Slartjustin__: no worries, you're welcome21:12
jamiejacksonGuest2821221:12
jamiejacksonwhat's the user name21:12
guntbertGuest5222: hello?21:14
erUSULm3gab0y: choose not to install the ubuntu grub boot loader during install (you may have to choose advanced options somewhere)21:14
=== Guest5222 is now known as punzada
cwill747things such as google earth and games online make the screen flash, any help? I'm using an ATI card with the accelerated graphics driver21:15
ward_someone in linux advised me to use the udev of my wifiNIC because the name keeps changing after every reboot, what is udev and/or are there other ways to solve this extremely ennoying issue?21:15
bingungbangetthow can i sarch driver for my notebook webcam ? i've been googling about the manufacture, but can't get any information, anyone help me please, i'd install "camorama webcam viewer", but it won't work and stated "error, could not connect to video device (/dev/video0), please check connection"21:16
=== david is now known as Guest65941
cwill747!info udev | ward_21:16
ubottuward_: udev (source: udev): rule-based device node and kernel event manager. In component main, is important. Version 117-8 (hardy), package size 255 kB, installed size 844 kB21:16
Guest65941Can someone please confirm the correct terminology for me for the menu bars/ tool bars?? at the top and bottom of the screen?21:16
m3gab0yerUSUL this ok but how can i boot ubuntu later?21:17
sevenseeke1ummm, innocent question, no flames please: I know what Debian thinks, but not Ubuntu... What are your guys thoughts about Python eggs and deb packaging?21:17
ward_cwill747, are there other ways to solve it aswel?21:17
cwill747ward_: no idea, i can't solve your problem, that's just what udev is haha21:17
erUSULm3gab0y: you will have to configure fedoras grub to boot it21:17
ward_cwill747, lol ok no problem thanx :)21:17
erUSULm3gab0y: sorry but i'm away as of now. good luck21:18
m3gab0yi don't know exactly what to add to the config such as kernel path and so on21:18
spsneohow to use bzr behind proxy server?21:18
Chaotic_Descenthow do I hide hidden file folders in the window that FireFox uses to upload and save files?21:19
emorrishi, my webcam on /dev/video0 has been working fine up until now, but recently is has just stopped working, and I get errors like mplayer: could not connect to socket, mplayer: No such file or directory. Are there any troubleshooting steps I could look at, or does this sound like a hardware problem?21:19
spsneohow to use bzr behind proxy server?21:20
guntbertsevenseeke1: I'm sure you will find partners for such a discussion in #ubuntu-offtopic :)21:20
sevenseeke1guntbert: thank  you, I appreciate any input as I am now getting back into packaging21:20
Chaotic_DescentIt's not just FireFox. all my applications seem to have hidden files set to display. but not the regular file browser. (uh... what's it called? Nautilus?)21:21
Chaotic_Descentbut I can't find a setting to turn it off.21:21
moo_cowis there any reason i should not use oss4?21:21
moo_cowcould someone tell me the difference between oss4 and alsa. i may have to use oss4 to have sound :\21:22
Slartmoo_cow: creative x-fi user?21:22
moo_cowSlart: yes :\21:22
bingungbangetthow can i sarch driver for my notebook webcam ? i've been googling about the manufacture, but can't get any information, anyone help me please, i'd install "camorama webcam viewer", but it won't work and stated "error, could not connect to video device (/dev/video0), please check connection"21:23
Slartmoo_cow: I think oss is an older sound system... there might be problems with more than one process using the soundcard and such21:23
Chaotic_Descentwhat is the file browser used for uploading/downloading/saving/loading called that's not Nautilus?21:23
moo_cowSlart: it appears that the xfi beta driver doesnt work with all xfi cards. it looks like all xfi cards are listed except the one i have, the titanium.21:23
Slartmoo_cow: alsa and especially alsa with pulseaudio handles that much better.. there might be other advantages for alsa over oss too21:23
moo_cowSlart: is there no way to have eax 5 for gaming and having working alsa sound in linux on a dual boot system?21:24
zebralinuxMy Desktop icon got accendtily renamed, when i renamed i back it wont have the same function, any help !!21:24
techsupportcan anyone help me with samba ?21:24
Slartmoo_cow: I wouldn't know.. I just know that creative are some very nasty people.. (and should be the first against the wall when the revolution comes) =).. I still have a creative card myself but it's an audigy21:24
guntbertChaotic_Descent: many programs have their file-dialogues built in, I don't think, there will be options to configure21:25
moo_cowSlart: there tech support is really nasty to talk to also21:25
moo_cows/there/their21:25
agyamenthi21:25
chinoyou guys aren'te running firefox through aoss and then flash blocks sound21:25
Slartmoo_cow: well.. since creative doesn't release any info about their cards it might be hard21:26
agyamentdoes anyone know here, that how can I download the internet ?21:26
Chaotic_Descentguntbert: there is, because it wasn't always like this, and many applications seem to use the same application to upload/download/save/load files.21:26
Slart!hu | agyament21:26
ubottuagyament: Magyar nyelvű segítséget az #ubuntu-hu csatornán talál21:26
moo_cowSlart: are other sound card companies releasing info on their cards?21:26
zebralinuxanyone know how to get Desktop icon back ???????????????21:26
Slartmoo_cow: I don't know.. but they seem to be better supported in linux at least21:26
guntbertChaotic_Descent: maybe, but I'm not aware of it, sorry21:26
moo_cowSlart: not sure why oss4 can work with xfi but alsa cant come up with an implementation for them21:27
greencookieagyament: you want to download the internet? hmmm :)21:27
Slartmoo_cow: but it's really just the x-fi series that doesn't work, afaik21:27
tyocSOme of you know which is the name for the nvidia drivers in 8.10?21:27
Chaotic_DescentIt's just really hard to go into "my documents" when it's 6 pages down past all these hidden folders, but it's 3 pages up from the bottom. UHG!21:27
emorris!ask | techsupport21:27
ubottutechsupport: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)21:27
bingungbangettanyone can help me out with the webcam  pls21:27
crimsunSlart: / moo_cow: careful.  Certain X-Fi models /do/ work, because they're just rebranded Audigy LSes using ca0106.21:27
moo_cowSlart: do you think that will change in the future?21:27
Chaotic_DescentThis is very inconvenient not to be able to turn off hidden files. :P21:27
jamieyg3hey im a new linux user and i installed ubuntu.. how come the fonts, like while browsing the web, look like shit compared to windows?21:27
agyamentgreencookie: yes all of it21:27
techsupportemorris, thanx, i have been asking the question for the past 2 days and no one is replying , perhaps you could help ?21:28
zebralinuxbingungbangett, yes, use amsn, it has support for webcams21:28
Slartmoo_cow: I sure hope so.. or someone else will step in a start selling a good sound card with linux drivers21:28
guntbert!language | jamieyg321:28
ubottujamieyg3: Please watch your language and topic to help keep this channel family friendly.21:28
Tanalarkkind of in the same boat with you, Jamieyg3.21:28
Slartmoo_cow: but for the x-fi cards... I don't know.. I think they reverseengineered the audigy cards so it might be possible21:28
emorristechsupport: probably not, but just ask the question21:28
bingungbangettzebralinux : no i meant i can't use my webcam from my notebook in ubuntu, maybe the driver, but i can't find out what kind of webcam i have here21:28
jaksahow can i download computer?21:28
Tanalarkanyway... i'm off for now.. thanks for the help21:29
BlueEaglebingungbangett: lsusb21:29
emorristechsupport: as you can see, it is very busy in here, so answers are variable21:29
Slartjamieyg3: tried installing the microsoft fonts?21:29
* moo_cow wants to slap creative 3 billion times21:29
agyamentjaksa, im interested in that too21:29
zebralinuxbingungbangett, you have a 9 inch eee notbook ?21:29
jaksa:D21:29
bingungbangettblueagle : what's the exact command in terminal for lsusb21:29
BlueEaglemoo_cow: Good.21:29
techsupportemorris, ok, i mapped a network drive in windows, the path to the drive is /media/500gbBackup on my ubuntu server,21:29
BlueEaglebingungbangett: that would be: lsusb21:29
bingungbangettzebralinux : benq s41-45521:29
jamieyg3slart no i would have no idea how to do that haha21:29
BlueEaglebingungbangett: You might need to have root privileges.21:29
jaksait's 8.9inch not 921:29
jaksa:D21:29
Slart!info msttcorefonts | jamieyg321:30
ubottujamieyg3: msttcorefonts (source: msttcorefonts): Installer for Microsoft TrueType core fonts. In component multiverse, is optional. Version 2.4 (hardy), package size 34 kB, installed size 196 kB21:30
techsupportemorris, when trying to browse or crate folders, i get error access denied, so i'm guessing it has to do with permissions, but not sure how to set that21:30
emorristechsupport: all on one line21:30
jamieyg3thanks slart21:30
smoovepphp mail() .. where is it .. is it in php.ini ??21:30
Slartjamieyg3: "sudo apt-get install msttcorefonts" in a terminal21:30
xbxbIs it a general policy for freshly installed linux applications to look into the user's home directory and check if the app's corresponding folder already exist and if so, use it? So that they'll take over the settings & logs of the last installation?21:30
emorristechsupport: are your permissions in /etc/fstab ok?21:30
zebralinuxanyone know how to get Desktop directory back ????????21:30
Slartjamieyg3: it might not be enough.. some website creators do weird things with browser detecting. but it might make it a little better21:30
jamieyg3ok thanks21:31
smoovepprogram is calling @mail .. its php .. but where do i define smtp.. is it php.ini?21:31
jamieyg3it seems to be installing in my terminal window now21:31
bingungbangettblueeagle : just some info about BUS, broadcom corp., and suyin corp. -- what's that mean ?21:31
BlueEaglebingungbangett: Those are all the devices connected to your usb ports. Most likely one of them identify your webcam21:31
BlueEaglebingungbangett: And from that we can determine which driver you need.21:32
techsupportemorris, i didnt even know about that ... going to look now21:32
techsupportemorris, any hints on what i should set there ?21:32
BlueEagle!paste > bingungbangett21:32
ubottubingungbangett, please see my private message21:32
guntbertbingungbangett: pastebin the output of lsusb, and tell us the url21:32
guntbertBlueEagle: :)21:32
patapumahow do i search the forums for a thread that must exist about a biege screen hang problem after login?21:33
patapumaevery time i search i get different threads because they move so fast21:33
smoovepfound it.. but can i have php.ini send email to/from another mailserver?21:33
dmsupermanI'm having a problem connecting to a database21:33
Slartpatapuma: well.. the word beige might be good enough.. don't think you'll get many hits on that21:33
bingungbangettok ubottu21:33
dmsupermanThis is basically my exact problem: http://ubuntuforums.org/showthread.php?t=30073021:33
patapumaor biege....21:33
zebralinuxhow can i get my Desktop directory back ????? anyone...21:33
bingungbangettguntbert : wait a sec21:33
dmsupermanIt takes about 5 seconds to connect, but once connected it runs fine21:34
jamieyg3what is a good irc client for ubuntu21:34
dmsupermanAll machines are on the exact same subnet21:34
emorristechsupport: I thought there would have been a man page, but there doesn't seem to be one.21:34
BlueEaglejamieyg3: I prefer irssi.21:34
dmsupermanBehind the same physical router, even21:34
zebralinuxjamieyg3, xchat is awesome21:34
Slartpatapuma: google thinks beige is more common.. might be a language thing though21:34
dmsupermanzebralinux: mkdir ~/Desktop21:35
Slartjamieyg3: xchat is popular.. irssi is command line but also popular21:35
bingungbangettguntbert / blueeagle : http://paste.ubuntu.com/55403/21:35
jamieyg3ok thanks21:35
souldierhello21:35
wallrusi'm using ubuntu 8.04 and firefox 3.0.3, and when i mute the sound here it doesn't seem to mute flash on websites like youtube etc. is there a way to change that? or is it a firefox thing?21:35
souldierim having trouble with a second hdd on my pc21:35
zebralinuxdmsuperman,  is that that different from: cd /home/my_username ; mkdir Desktop ??21:35
jamieyg3when i downloaded xchat it says the file type is not supported or somthing21:36
emorristechsupport: can you pastebin it?21:36
techsupportemorris, are you familiar with samba as a domain member ?21:36
BlueEaglebingungbangett: Which other usb device have you got attatched along with your webcam?21:36
zebralinuxdmsuperman,  now all shortcuts will end up in home directory21:36
jamieyg3archive type not supported actually21:36
dmsupermanI'm having issues connecting from an ubuntu machine to a windows machine over mysql. This basically sums it up pretty well: http://ubuntuforums.org/showthread.php?t=300730 It takes about 5 seconds just to connect to the server, in linux only, no matter what tool I use (mysql cli, php, sqlyog, etc.). Once connected, it's fast. All machines are behind the same physical router21:36
souldieri have two hard drives, one had windows and the other didnt, installed ubuntu on the one that didnt have ubuntu, i used gparted on ubuntu to format NTFS the other hard drive, but i cant mount it!!! please help me!21:36
bingungbangettblueeagle : sorry to tell u i don't know, it's attached in my notebook21:36
Slartjamieyg3: downloaded? just run "sudo apt-get install xchat"21:36
jamieyg3i downloaded the xchat that says it's for fedora 9 or somthing, will that work with ubuntu21:36
dmsupermanzebralinux: Yes, it's the same as cd ~; mkdir Desktop21:36
Guest65941My gnome desktop is missing the menu bars at the top and bottom when I started my computer today. Last night I deleted quite a lot from the computer so I deleted something I shouldn't. Is there an easy way to reinstate??21:36
dmsupermanzebralinux: (~ is the same as /home/current_user)21:37
emorristechsupport: a bit21:37
jamieyg3slart, oh ok thanks, i just googled xchat and there was a download button21:37
Slartjamieyg3: or search in synaptic for xchat21:37
souldierim getting the cannot mount volume. security policy... etc.21:37
BlueEaglebingungbangett: Well, could you try detatching your webcam and do lsusb again?21:37
souldierplease help me!21:37
zebralinuxdmsuperman,  can u try to delete your Desktop icon21:37
johnny87hi21:37
BlueEaglebingungbangett: or is this a buldt-in kind of cam?21:37
zebralinuxdmsuperman,  and then recreate it21:37
dmsupermanzebralinux: icon?21:37
dmsupermanzebralinux: What icon?21:37
zebralinuxdmsuperman,  directory i mean21:37
techsupportemorris, here are instructions, i seem to follow and instead get worse results than what i already have http://pastebin.com/m60062c1021:37
dmsupermanzebralinux: I just told you mkdir ~/Desktop recreates it21:37
Slartjamieyg3: most linux distros has some kind of system for downloading/installing software.. debian and ubuntu uses apt.. it insures that software works together and is at least a little tested21:37
bingungbangettblueeagle : it's impossible to detached, it attached permantely on my notebook screen21:38
GinI am copying files form one drive to another and I am only getting 4.2 MB/s they are both sata drives. any one knows why it is so slow?21:38
emorristechsupport: i thought you were going to paste your fstab21:38
zebralinuxdmsuperman,  why dont shortcuts created on to desktop end up in Desktop ??21:38
BlueEaglebingungbangett: Ahh.. buildt in. Which make and model notebook do you have then?21:38
jamieyg3slart, ah ok thanks, i had no idea haha21:38
dmsupermanzebralinux: I don't know what you mean...desktop icons end up on desktop, yeah21:38
Guest65941Is there any way I can divide my computer to keep all files etc., separate from programs?21:38
dmsupermanGuest65941: They're called folders21:39
albuntuGin : is the sata support in bios active ?21:39
bingungbangettblueeagle : benq s41-455 --- tried to find the information by googling, can't get any of them, just 1.3mpx webcam21:39
SlartGin: both internal drives?21:39
zebralinuxdmsuperman,  ok but can u try this:  mv Desktop desktop21:39
Guest65941dmsuperman thks.21:39
guntbertBlueEagle: bingungbangett webcam is probably from suyin, as I have the same broadcom device and no webcam21:39
dmsupermanzebralinux: ...why21:39
SlartGuest65941: install your home folder on a separate partition21:39
GinSlart, yes, they are both internal drives21:39
zebralinuxdmsuperman,  rename your Desktop directory21:39
jamieyg3_hey i made it in xchat21:39
zebralinuxsee what happends21:39
Ginalbuntu, ut should be active. it is a new mobo21:39
dmsupermanzebralinux: No21:39
BlueEagleguntbert bingungbangett: That would probably make the broadcom some bluetooth thingy then?21:39
ward_there is some little tool tool to graphically view your connections, does anyone know the name? i forgot it and i need it21:39
zebralinuxlol21:39
Guest65941Slart does this mean I have to reinstall the programs to do that21:39
SlartGin: well.. it sounds awfully slow.. I get about 10x that speed.21:39
ward_its apt-getable21:39
Tundrayeti311Guest65941: You could use a partition21:39
thalinanybody know if the intrepid-server daily build is supposed to have e1000 reenabled?21:40
guntbertBlueEagle: could well be21:40
dmsupermanI'm having issues connecting from an ubuntu machine to a windows machine over mysql. This basically sums it up pretty well: http://ubuntuforums.org/showthread.php?t=300730 It takes about 5 seconds just to connect to the server, in linux only, no matter what tool I use (mysql cli, php, sqlyog, etc.). Once connected, it's fast. All machines are behind the same physical router. Any ideas?21:40
SlartGuest65941: nope.. you can move it without reinstalling.. but it takes a little work and some planning21:40
wallrusi'm using ubuntu 8.04 and firefox 3.0.3, and when i mute the sound here it doesn't seem to mute flash on websites like youtube etc. is there a way to change that? or is it a firefox thing?21:40
yashhello got a problem with installation of ubuntu. can someone help me on this?21:40
bingungbangettguntbert : maybe, and i has bluetooth built in too, but no issue for bluetooth21:40
Tundrayeti311!gparted | Guest6594121:40
ubottuGuest65941: gparted is a !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php21:40
wallrusward_ system > administration > network tools21:40
=== jamieyg3_ is now known as jamieyg3
Slartthalin: intrepid stuff in #ubuntu+121:40
dmsupermanzebralinux: You're asking me to do something, for no reason, which serves no purpose, without giving me a reason21:40
Guest65941Tundrayeti311 thks21:40
dmsupermanzebralinux: No, thanks21:40
thalinSlart: thanks, will check there21:40
dmsupermanzebralinux: I've told you if you deleted your desktop, then mkdir ~/Desktop to get it back21:40
emorristechsupport: where is this valid_users thing you posted from?21:40
ward_wallrus, no its some other tool, its apt-getable21:40
ward_wallrus, its not installed by default21:40
Slartward_: etherman?21:41
albuntuGin : check this21:41
luite_does anyone here have xen with libc6-xen working on hardy, 32 bit without hvm? or know how to make it work? :)21:41
ward_Slart, let me check im not sure21:41
albuntuGin : check this http://ubuntuforums.org/showthread.php?t=82664721:41
Slart!info etherman21:41
ubottuPackage etherman does not exist in hardy21:41
Guest65941Slart I think I need to reinstall the Ubuntu CD again to reprogram as I am having problem with gnome. How would I start separating beforehand so I dont lose the folders21:41
ward_Slart, yes :D thanx21:41
=== antigroove is now known as anti
Aleksandrosâñåì ïðèâåò21:41
yashsomeone could help me with the installation of ubuntu?21:41
ward_Slart, i promise i will never forget it again :p21:41
guntbertbingungbangett: so your webcam seems to be manufactured by Suyin Corp., search for that for a start21:41
SlartGuest65941: just create a partition and copy your home folder to it21:42
BlueEagleb4d_ace: try installing luvcview21:42
techsupportemorris, from samba manual21:42
bingungbangettblueeagle / gubert : so how can i find the suyin driver and install in my ubuntu ?21:42
SlartGuest65941: nb!, copy!.. not move21:42
hadronzooI'm having a problem getting multiple monitors working in Hardy.  Both monitors are recognized perfectly and cloning works, but it is impossible to make one screen to the right or left of the primary screen.  They always overlap.21:42
BlueEagleb4d_ace: mis-nicked.21:42
BlueEaglebingungbangett: try installing luvcview21:42
Slartward_: hehe..21:42
quickesïðèâåò21:42
Guest65941Slart you make it sound so easy. How do I start partitioning?21:42
georgeafanyone interested in helping me in a HUGE pppd prob ?21:42
bingungbangettblueeagle : ok21:42
albuntuGin : from what i read there you have to check your HD jumpers21:42
ward_Slart, huh its not in the repo :s21:42
ward_Slart, aaaah it was etherape21:43
SlartGuest65941: partitioning is done using gparted.. or system, administration, partition editor21:43
emorristechsupport: not sure to be honest, you may/probably will get better answers in #samba, or if not, #linux21:43
zebralinuxdmsuperman,  ok but that will recreate the directory but not its functionallity21:43
ward_Slart, thats allmost a clone of etherman21:43
Slartward_: ah.. they might have changed the name.. or something21:43
bingungbangettblueeagle : luvcview -- can't find any from my add/remove application21:43
zebralinuxdmsuperman,  If you look att the directory in nautilus u see it has a special emblem on it21:43
georgeafanybody good in pppd enough to solve my prob ?21:44
Guest65941Slart so if I go to terminal (which I can still do without my menu bars) what do I type in?21:44
zebralinuxdmsuperman, how to get that ??21:44
albuntu!ask | georgeaf21:44
ubottugeorgeaf: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)21:44
hadronzooI know I probably need to setup a virtual screen in xorg.conf, but I was hoping Hardy would do it for me21:44
SlartGuest65941: you need to create a partition that's big enough for your files.. copy everything to it.. I'm not really sure how to keep the installer from killing it but there ought to be a way.. please do a backup first though21:44
Guest65941Slart I cant get into sysem, administration etc., as I have no menu bars21:44
sevenseeke1packaging question: if packaging a module for an existing package... that module does not use versions except for the parent application's version, then do I use that version for the module or a date and svn repos revision?21:44
BlueEaglebingungbangett: sudo apt-get install luvcview21:44
zebralinuxanyone knows how to recreate Desktop directory and its functionallity ???????+21:44
georgeaflol ok21:44
SlartGuest65941: to start the partition editor? gksudo gparted21:44
smoovephow to configure php to use a different smtp server ?21:44
georgeafbut it's somehow big21:45
jamieyg3_made it here with irssi21:45
SlartGuest65941: if that doesn't work you have to install it first.. sudo apt-get install gparted21:45
Guest65941Slart could I just try terminal and type in gksudo gparted21:45
Slartjamieyg3_: congrats.. like it?21:45
SlartGuest65941: sure.21:45
xomp!ru21:45
ubottuПожалуйста посетите #ubuntu-ru для получения помощи на русском языке  / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke21:45
Guest65941Slart will it then show me thru what to do21:45
jamieyg3_ya i guess so, i like how it was easy to install haha21:45
SlartGuest65941: not really.. but you'll have to use it to create a new partition21:45
freaky[t]how do i remove a user from a group (commandline)?21:46
Guest65941Slart once I have created a new partition what do I do21:46
tcameronfreaky[t] - usermod comes to mind21:46
georgeafpppd gives me a wierd authentication prompt. I knew it was authentication my monitoring the modem port on windows and then discovered that windows sends some garbage containing my username and password in between. Why doesn't pppd do that and how can i know what type of authentication it is ? The log is here http://www.pastebin.ca/122297221:46
jarcohello, What is the best software on linux/ubuntu to create music? it of course needs to be free :)21:46
SlartGuest65941: you create a partition, format it (use ext3), then copy the files from your home to that new partition21:46
guntbertGuest65941: you should get your menu with <CTRL> F121:46
Slart!best | jarco21:46
ubottujarco: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.21:46
tcameronfreaky[t] - usermod -G prolly21:47
Guest65941Slart can I send you a private message plse?21:47
SlartGuest65941: sure21:47
Guest65941thks21:47
Skkyanyone have any experience with iTunes through Wine?21:47
jarcohello, What is the good and well known software on linux/ubuntu to create music? it of course needs to be free :)21:47
jarcobetter??21:47
freaky[t]with usermod -G i can set groups the user is also in. what do i do if the user is in 2 groups and i want to remove one group? how do i get all groups a user is in?21:47
SlartSkky: check the applicatin database.. appdb.winehq.org21:47
Slartjarco: much better =)21:47
tcouploadhi21:47
joshuablountAny ideas or links for setting up a ad-hoc network inside of Intrepid ?21:47
georgeafpppd gives me a wierd authentication prompt. I knew it was authentication my monitoring the modem port on windows and then discovered that windows sends some garbage containing my username and password in between. Why doesn't pppd do that and how can i know what type of authentication it is ? The log is here http://www.pastebin.ca/122297221:47
Tundrayeti311jarco: Ardour, Hydrogen with Jack is what i have used21:47
jarcoTundrayeti311: is there a package for it?21:48
bingungbangettblueeagle : done, using ctrl f2, luvcview, nothing happen21:48
palhow to update envy to install new 177.80 nvidia drivers? it shows only 173 the last?21:49
Tundrayeti311jarco: yeah !ubuntustudio > jarco21:49
zebralinuxanyone good with nautilus ??????????+21:49
albuntupal : why dont you use the restricted drivers ?21:49
Tundrayeti311!ubuntustudio > jarco21:49
ubottujarco, please see my private message21:49
Mrhi21:49
palu mean instal from pkg2.run?21:49
albuntupal : go to system - administration - hardware drivers and enable them21:49
=== Mr is now known as Guest34655
jarcodoestn that change my complete ubuntu layout etc Tundrayeti311?21:49
hadronzoois it possible output Ubuntu's current configuration to an xorg.conf file?  I'm looking at the file that came with the installation and it's impossibly generic.  Is the configuration performed at startup?21:50
=== wallrus is now known as lazybastard
georgeafpppd gives me a wierd authentication prompt. I knew it was authentication my monitoring the modem port on windows and then discovered that windows sends some garbage containing my username and password in between. Why doesn't pppd do that and how can i know what type of authentication it is ? The log is here http://www.pastebin.ca/122297221:50
bingungbangettblueeagle : sorry alt f2 luvcview -- nothing happen21:50
palif i enable nvidia drivers it will install 173 ver21:50
Tundrayeti311jarco: it adds packages and modules... changes your wallpaper etc... nothing that you couldn't undo imo... you could of course hand pick the packages etc21:50
albuntupal : first uninstall what you installed from envy and after that enable them21:51
palalrady uninstalled 17321:51
jarcomm Tundrayeti311 i will try the package with the name u mentioned before if that doesnt work out i ll try studio.21:51
dmsupermanI'm having issues connecting from an ubuntu machine to a windows machine over mysql. This basically sums it up pretty well: http://ubuntuforums.org/showthread.php?t=300730 It takes about 5 seconds just to connect to the server, in linux only, no matter what tool I use (mysql cli, php, sqlyog, etc.). Once connected, it's fast. All machines are behind the same physical router. Any ideas?21:51
=== pronoy is now known as pronoy_
pronoy_is there any pc suite by sony ericsson for ubuntu21:52
pronoy_????21:52
pronoy_please help21:52
bingungbangettblueeagle : are u still there ?21:52
xompgibt es eine Deutsch-Kanal?21:52
Slartpronoy_: probably not21:52
Slart!de | xomp21:52
ubottuxomp: Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de21:52
palwhen i started administration-hardware there no nvidia available21:52
xompdanke herr Slart :D21:52
Slartxomp: you're welcome =)21:53
pronoy_Slart:darn........and hey gimp 2.6 is better try it...if you use it21:53
palIf i don't Section "Module" in xorg is it normal?21:53
albuntupronoy_ : i am with you. gimp is perfect21:53
Slartpronoy_: I'll wait until the next version of ubuntu21:54
pronoy_Slart: cheers :)21:54
pronoy_albuntu: cheers :)21:54
smoovepphp to send email .. i have postfix install .. what else is needed?21:54
georgeafpppd gives me a wierd authentication prompt. I knew it was authentication my monitoring the modem port on windows and then discovered that windows sends some garbage containing my username and password in between. Why doesn't pppd do that and how can i know what type of authentication it is ? The log is here http://www.pastebin.ca/122297221:54
palI want to install driver manualy, but wiki recomends to add Load "glx" in xorg, but i don't have module section21:55
_snoopin_question: is it okay if i use ubuntu desktop version to become my squid server?21:55
Dr_willis_pal you can add the section at the end.21:55
palLoad "glx" IS it important?21:56
Dr_willis_i forget what glx is for.. somthing to do wih 3d video I thought.21:56
ompaulpal, it is there by default these days you must be reading something from a long time ago21:56
_snoopin_somebody?21:57
albuntuDr_willis_ : yes. it has to do with 3d video21:57
danbh_intrepidDr_willis_: how about, graphic library extensions21:57
Dr_willis_pal its in my xorg.conf21:57
pali don't understand how my driver works whithout this i mean 17321:57
palwhere?21:57
_snoopin_question: is it okay if i use ubuntu desktop version to become my squid server? whats the drawback?21:57
albuntudanbh_intrepid : lol. thanks. i'll remember it next time21:57
danbh_intrepidalbuntu: im just guessin :p21:58
Dr_willis_pal modules sectioni have is right below the serverlayout section. I proberly generated/tweaked this xorg.conf with the nvida-settings tool21:58
_snoopin_is it okay if i use ubuntu desktop version to become my squid server? whats the drawback?21:58
danbh_intrepid_snoopin_: resources? and security?21:59
albuntudanbh_intrepid : glx -> get live experience. lol21:59
karlaghi all!!21:59
palsee my xorg whith 173 driver installed http://pastebin.com/m1227ca4e21:59
albuntukarlag : hi21:59
danbh_intrepidpal: looks good22:00
_snoopin_i use p4 3.0ghz 2gb ram 80gb hdd. and its behind another router that doesn't have port forwarding22:00
palthere no Section "Module" and it is work22:00
_snoopin_any outside connection has been blocked22:00
freaky[t]can i add/remove a user from a group by editing /etc/group ?=22:00
Dr_willis_pal heres my xorg.conf - that i am using   http://pastebin.com/f192abfbc22:00
Dr_willis_freaky[t],  you can.. but you want to be carefull i belive.22:01
freaky[t]Dr_willis_: yea i have no idea how i can find out in what groups a user is and how to remove a group from that user22:01
freaky[t]without editing the file22:01
palbut u have section Module and load "glx"22:01
Dr_willis_freaky[t],  grep the file for the users name. :) for the first part...22:01
albuntufreaky[t] : you cant remove a group from the user but you can remove a user from a group22:01
freaky[t]albuntu: that's what i eman ;p22:02
freaky[t]mean22:02
tcameronfreaky[t]: - use id from the command line22:02
albuntufreaky[t] : i am just kidding. i know what you meant ;)22:02
tcameronthat will tell you the groups22:02
_snoopin_danbh_intrepid: what sort of resource are you refering to?22:02
tcameronthen use usermod -G to edit the list of supplementarty groups22:02
freaky[t]tcameron: id?22:02
tcameronyeah22:02
tcamerontype id and hit enter22:03
freaky[t]tcameron: oh ok22:03
=== Mr is now known as Guest52299
Polysicshi all22:03
freaky[t]tcameron: but with usermod -G i can only submit a list of groups. is the user deleted from all other groups i dont submit there?22:03
kansani cant get streaming mp3 to work with *any* music player on ubutn u hardy.  :(22:03
Polysicsi'm a bit rusty... how od i get the version of a package that is not installed, but is in the repository, on the cli?22:04
danbh_intrepidfreaky[t]: YES22:04
freaky[t]that sucks22:04
danbh_intrepidfreaky[t]: BE CAREFUL!!!!22:04
danbh_intrepidfreaky[t]: just use the -a argument22:04
pan__anyone know how to fan control the cpu?22:04
kelderkansan: i dont think i did anything special to stream mms radio channels in rhythmbox22:04
freaky[t]danbh_intrepid: yea but how do i remove the user from a group ;p22:05
Hilikusis there a way to send output to the console when the script is not running in that same console? the job is running in the background by a different user but i want to see the messages in MY stdout22:05
=== Mr is now known as Guest93697
freaky[t]if i want to add a user to a group i can also do adduser <user> <group>22:06
tcameronfreaky[t]: perl time22:06
=== strategy is now known as tactics
Ntemishello22:07
Ntemisis there a way to sync my htc diamond with ubuntu?22:08
tcameronfreaky[t]: or something like id tcameron | awk '{ print $3 }'22:08
Il_Folletto_di_U.22:08
tcameronthat will give you the groups22:08
Dr_willis_awk is a wonder tool. ;)22:08
tcameronid tcameron | awk '{ print $3 }' | awk -F = '{ print $2 }'22:08
vwasthenamehey,, what is the best msn client22:09
tcameron505(tcameron),8082(beatles)22:09
danbh_intrepidfreaky[t]: gpasswd22:09
Dr_willis_!im | vwasthename22:09
ubottuvwasthename: The Instant Messenger Client Pidgin (formerly Gaim) (http://help.ubuntu.com/community/Pidgin) supports MSN, XMPP (Jabber, GTalk and variants), AIM, Gadu-Gadu, Novell Groupwise, ICQ, YIM, IRC and others. See also !Kopete22:09
tcamerondanbh_intrepid - nice, didn't know that one22:09
vwasthenamek thx22:09
danbh_intrepidtcameron: google'd it22:09
Ntemisanyone here to help me out sync contacts from htc diamond with ubuntu?22:10
danbh_intrepidfreaky[t]: tcameron: to remove a user: gpasswd -d user group22:10
freaky[t]danbh_intrepid: thank you :D22:11
smoovepQuestion: php script is set to email php.ini is set for local 25 and postfix is install .. mail log shows www-data@hostname sent (delivered to mailbox) .. im not receiving the mail in my inbox.. any idea?22:11
carthikI have a weird problem on a Hardy machine. If I do Ctrl+alt+f1 to switch to the console, when I then do a Ctrl+alt+f7, I dont get the gdm login screen. Why is this?22:13
carthikI ave to restart gdm to get the login screen22:13
EsquiloI'm trying to help in Launchpad Answers, but I don't know how can I see the newest questions in my language. How can I do it?22:16
EsquiloIf I go in "Most active projects" I can see it all plainly perfect, completely organized22:17
IceGuest_75so where can one find a REAL lost of good irc servers/channels?22:18
=== freaky[t] is now known as fReAkY[t]
keyco_sry but where are stored ubuntu module options?22:20
HtheBhi all22:21
Gusanohi HtheB22:21
albuntuhi HtheB22:22
HtheBhow are you all ^^22:22
Gusanoon the phone :)22:22
albuntusleepy22:22
HtheBI'm kinda new in this linux world...22:22
HtheBI tried to use some transformation pack for ubuntu :P22:22
HtheB(to give ubuntu a vista look)22:22
HtheBthough, I couldn't manage to get it to work :(22:23
albuntuHtheB : gnome-look.org you have anything you want there22:23
HtheByeah I did :(22:23
HtheB(remember, me == n00b22:23
HtheB)22:23
BenBhey.... I'm trying to move a mysql database from one machine to another. I shut down mysql, rsynced the DB files to new machine, adapted /etc/mysql.my.cnf on the new machine, and chowned and chmoded the files to be owned by "mysql", as said in my.cnf. yet, I get in syslog:22:24
yashhello all. im havning problems with installation of ubuntu22:24
yashcould someone help me on this?22:24
BenBmysqld[4667]: 081008 23:19:33 [Warning] Can't create test file /foo/mysql/mythtv-core.lower-test mythtv-core kernel: [  190.645229] audit(1223500773.885:20): type=1503 operation="inode_permission" requested_mask="r::" denied_mask="r::" name="/foo/mysql/mysql/host.frm" pid=4666 profile="/usr/sbin/mysqld" namespace="default"22:24
albuntu!pastebin | BenB22:24
ubottuBenB: pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic)22:24
xbxbwhat happens when I do /etc/init.d/networking stop ... will this disable all networking, internet access, all network interfaces and TCP/IP connections?22:24
HtheBhi yash22:25
HtheBwhat is your prob. exactly?22:25
yashhello HtheB22:25
Ginhi, how can you force hd check on next reboot?22:25
BenBalbuntu: I know pastebin, thanks. these were just 2 lines.22:25
albuntuBenB : isnt it more simple for you to dump the database to a file and import it at the new database ?22:25
=== IceGuest_75 is now known as paradoxxxaz
BenBalbuntu: no.22:25
Gini want to fs check my /home and / partition22:25
erUSULGin: "sudo touch /forcefsck"22:26
BenBalbuntu: but it's an alternative, if I can't get this solves.22:26
albuntuBenB : maybe #mysql can help you better with your problem22:26
yashHtheB ubuntu will not install. it displays the busybox dialog... then goes like status: {DRDY} [ XXX.XXXX] ata01.exception.....22:26
GinerUSUL, how can you tell i de defragment the partitions?22:27
=== fReAkY[t] is now known as freaky[t]
yashthen goes on like this for long time until i reboot22:27
erUSULGin: no defragmenters in linux (except xfs afaik)22:27
erUSUL!defragment22:27
ubottuSorry, I don't know anything about defragment22:27
erUSUL!fragmentation22:27
ubottuSorry, I don't know anything about fragmentation22:27
HtheBdo you have an original ubuntu CD?22:27
HtheBor did you burned it22:27
yashyes22:28
erUSUL!find fragmentation22:28
ubottuError: I am only a bot, please don't think I'm intelligent :)22:28
HtheBmaybe you didnt burn it right?22:28
yashjust shipped today22:28
HtheBhmm...22:28
HtheBdid you tried to run the "live cd" ?22:28
return13lol22:28
angelHi is it possible to install flash player in ubuntu? i cant view any video in youtube22:28
yashyes22:28
BenBalbuntu: it should be a simple permission problem, but I just don't get it.22:28
HtheBangel,22:28
HtheBit is22:28
yasheven to insall directly22:28
yashwill not work even to test the cd22:28
yashwill not work22:29
HtheByash: hmm... I'm kinda new into this ubuntu things :(22:29
angelis it possible?how can i install flash player for my firefox?22:29
paradoxxxazuse wubi!22:29
yashokay.does not matter22:29
HtheBangel: just go to www.youtube.com22:29
yashthanks for the help22:29
yash;)22:29
HtheBclick on a movie22:29
albuntuBenB : have you checked your user permissions ? have you tried with root that operation ? from what i see you are right. it should be a permissions problem22:29
HtheByash: I'm rly sry :(22:29
return13@angel firefox3 will ask you if it should look for it22:29
MetalHeadDeadwhat is the best torrent client for ubuntu?22:29
albuntuBenB : look if your user is in the mysql group22:30
erUSUL!best | MetalHeadDead22:30
ubottuMetalHeadDead: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.22:30
erUSUL!torrents | MetalHeadDead22:30
ubottuMetalHeadDead: Hardy can be torrented from http://releases.ubuntu.com/8.04/ubuntu-8.04-desktop-i386.iso.torrent or http://releases.ubuntu.com/8.04/ubuntu-8.04-server-amd64.iso.torrent depending on your architecture. Torrents for other Ubuntu flavours can be found at: http://releases.ubuntu.com/ (CD) or http://cdimage.ubuntu.com/releases (DVD).22:30
angushi22:30
erUSUL!torrent | MetalHeadDead22:30
ubottuMetalHeadDead: Torrent clients: Transmission (GTK and terminal-based), Deluge-Torrent, Freeloader, BitStormLite, BitTornado-GUI (GTK), KTorrent (KDE), QTorrent (Qt), Azureus (Java), TorrentFlux (web-based), bittornado, rTorrent, cTorrent, bittorrent, aria2 (terminal-based) - FAQ: http://www.bittorrent.com/FAQ.html - See also !P2P22:30
MetalHeadDeadok.... what is the preferred client22:30
* erUSUL flooding the channel ...22:30
MetalHeadDeadim using transmission and it's slow, what are the other options?22:30
albuntuMetalHeadDead : i use kde and for me ktorrent is perfect22:30
erUSULMetalHeadDead: transmission is what is installed by default22:31
MetalHeadDeadok thanks, i'll check out ktorrent22:31
erUSULMetalHeadDead: i use deluge-torrent22:31
albuntuMetalHeadDead : if its slow you have to check port forwarding22:31
zen4ucan't mount usb mem stick fat 32, any ideas?22:31
return13MetalHeadDead, - i really like rtorrent22:31
MetalHeadDeadalbuntu: it's really slow 182 b/x22:32
MetalHeadDeadb/s22:32
vasslerdoes anyone know how to remove bass in a mp3, and/or increase volume?22:32
HtheBWhat is the best "windows vista" look a like "theme" for Ubuntu?22:32
albuntuMetalHeadDead : check portforwarding because maybe its not a client problem. its the router that is blocking the ports. you are behind a firewall maybe22:32
MetalHeadDeadahh, now i'ts going faster22:32
HtheBTried many, but I cant find the "best" one22:33
HtheBdoes anyone has a suggestion? :)22:33
return13Mean-Machine: rtorrent is a console based client, written in c++ and very fast22:33
dmsupermanI'm having issues connecting from an ubuntu machine to a windows machine over mysql. This basically sums it up pretty well: http://ubuntuforums.org/showthread.php?t=300730 It takes about 5 seconds just to connect to the server, in linux only, no matter what tool I use (mysql cli, php, sqlyog, etc.). Once connected, it's fast. All machines are behind the same physical router. Any ideas?22:33
MetalHeadDeadalbuntu: it just started off slow im goin at 140 k/s now22:33
vasslerdoes anyone know how to remove bass in a mp3, and/or increase volume in linux/ubuntu?? pls help me!?22:33
linkmaster03I need help getting the "Extract Here" option on right-click for .zip files. They open with file-roller but I don't have a right click option. I have the right click option on .tar.gz archives.22:33
dmsupermanvassler: audacity22:34
return13MetalHeadDead: rtorrent is a console based client, written in c++ and very fast - there are also nice guis for it22:34
albuntuMetalHeadDead : ok but anyways check portforwarding.com for your router and you will have full speed making the guides there22:34
vasslerdmsuperman: yes, but how in audacity?22:34
szal!nvidia22:34
ubottuFor Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto22:34
MetalHeadDeadthanks all22:34
dmsupermanvassler: It has a multitude of ways, you're going to want to research that22:34
dmsupermanvassler: I know for the volume it has it right in the menus. Install it and play with it before asking to be spoon fed the answer22:35
BenBalbuntu: yes, I have checked them several times: http://pastebin.ca/122312522:35
belkinhelp2can someone help me troubleshoot my network?22:35
lukasz_siema22:35
zen4uCan't mount usb 2.0 mem stick any ideas?22:36
belkinhelp2i just added a laptop and POOF....no more PCs shown in network tab22:36
Flare183zen4u: I might be able to help22:36
belkinhelp2hardy heron22:36
moo_cowbelkinhelp2: sounds like a network explosion22:36
Flare183lol22:36
belkinhelp2funny22:36
Gusanoidd :)22:36
zen4uThanks Flare18322:36
belkinhelp2adding a pc just made my day22:36
belkinhelp2turned if off to see what would happen22:37
belkinhelp2nada...still no other pcs to be found22:37
Flare183zen4u: ok, open a terminal and type in lsusb, does anything come up? If so pastebin it and give me link for it22:37
vasslerdmsuperman: well thanks for being an ass, and btw, i have install the software months ago and still cant figure it out, and b4 you tell to anything else, know what the heck your doing youself.22:37
belkinhelp2remote desktop still finds them though...odd huh?22:37
vasslerdoes anyone know how to remove bass in a mp3, and/or increase volume in linux/ubuntu?? pls help me!?22:37
vasslerother than dmsuperman.22:37
belkinhelp2so why can remote desktop find them but not the network tab?22:38
Flare183!language | vassler22:38
ubottuvassler: Please watch your language and topic to help keep this channel family friendly.22:38
carthikIf I switch to vt1 using ctrl-alt-f1 and then back to ctrl-alt-f7, the gdm login screen is not there anymore. Its replaced by some terminal text that says "restarting foo .... restarting bar... etc" what is going on?22:38
=== felix-da-catz is now known as felix-da-catz_zz
belkinhelp2any network ubuntu gurus here tonight?22:38
Gusanobelkinhelp2: are they in the same workgroup?22:38
moo_cowbelkinhelp2: check if you are in the same network. i assume you are using samba.22:38
dmsupermanvassler: You asked forh elp, I gave you a valid answer22:38
belkinhelp2Yes, all in the same workgroup22:38
albuntuBenB : i am sorry i cant help you. try #mysql . maybe someone knows22:38
moo_cowbelkinhelp2: i meant workgroup not network22:38
belkinhelp2yes, im using samba22:38
dmsupermanvassler: Your question of "how" meant you've neverctually looked, because the options are in plain view if you only open a menu22:39
belkinhelp2yes, all in same workgroup22:39
moo_cowbelkinhelp2: sudo /etc/init.d/samba restart22:39
* HtheB cries22:39
belkinhelp2moo_cow...i already rebooted the entire PC22:39
belkinhelp2same result22:39
moo_cowbelkinhelp2: what if u do "connect to server" and choose samba?22:39
linkmaster03I need help getting the "Extract Here" option on right-click for .zip files. They open with file-roller but I don't have a right click option. I have the right click option on .tar.gz archives. Please help me. (.zip files open with file-roller, but the icon nor the extract here right-click option appear)22:39
moo_cowbelkinhelp2: nmap their windows sharing ports. if they are closed, may be firewalled.22:40
belkinhelp2Moo_cow....i go through places-network and then "workgroup"....it searches....then nothing22:40
dmsupermanI'm having issues connecting from an ubuntu machine to a windows machine over mysql. This basically sums it up pretty well: http://ubuntuforums.org/showthread.php?t=300730 It takes about 5 seconds just to connect to the server, in linux only, no matter what tool I use (mysql cli, php, sqlyog, etc.). Once connected, it's fast. All machines are behind the same physical router. Any ideas?22:40
BenBalbuntu: thanks22:40
belkinhelp2moo_cow....the other PCs have been fine and online for months now....i simply added a laptop about 5 minutes ago....now none of them appear in the network tab22:40
belkinhelp2BUT remote desktop can find them...i can log in too22:41
dentistmodHello.22:41
moo_cowbelkinhelp2: did you try my other 2 suggestions?22:41
dentistmodIf a NBA player is traded to another team, does he have the right to refuse?22:41
albuntudentistmod : only ubuntu players here. lol22:42
=== xbxb is now known as xbxb|afk
=== diego is now known as Guest47673
=== moo_cow is now known as noobuntu
dentistmodohhh, I see.22:42
GinI have a problem with transfer speed form sata to sata drive. the driver from which I transfer to has 2 partitions. a ntfs windows partition and 2 linux partitions (/ and  /home). form windows partition to my other hd (ext3) I get 40MB/s but from my /home partition to that same drive I got 4Mb/s any idea?22:42
belkinhelp2moo_cow....doing restart now...but like I said...ive alread rebooted once22:42
Prez00dentistmod: he can refuse only if he wasn't modprobed correctly...22:42
dentistmodI see, I have no idea what that means.22:43
noobuntubelkinhelp2: i meant about nmap and nautilus connect to server.22:43
albuntuPrez00 : hahaha lol22:43
sevenseeke1tee-hee22:43
penany good mind mapping programs?22:43
belkinhelp2noobuntu....hold please....trying second suggestion now22:43
mjbt38HOla22:44
sevenseeke1hahaha, that was great22:44
sevenseeke1Prez00: +1 for humor22:44
albuntuPrez00 : maybe try sudo apt-get remove <Player_name>22:44
Flare183pen: Dia maybe?22:44
penFlare183, are you sure?22:44
Flare183pen: Just try it22:44
sevenseeke1pen: Semantik22:44
kingtekrincan anyone help me? I am trying to be able to start up in xp or ubuntu. I have the xp disk and stuff, but I dont know how to create a 40gb partition for the xp... I dont want to use virtual box anymore22:44
Flare183!dia22:45
ubottuSorry, I don't know anything about dia22:45
Flare183crap22:45
penheh22:45
belkinhelp2wow...this is new....seahorse nautilus module initialized22:45
belkinhelp2Initializing nautilus-share extension22:45
belkinhelp2Segmentation fault22:45
belkinhelp2what happened here?22:45
belkinhelp2why is my nautilus fried?22:45
Flare183kingtekrin: You should have installed XP first then Ubuntu22:45
albuntukingtekrin : use the ubuntu live cd. go to system - administration - partition editor22:45
kingtekrinlol... so there isnt a backwards way?22:45
belkinhelp2noobuntu....nautilus no work22:46
kingtekrinlook I have had ubuntu for about three weeks, fully22:46
kingtekrinbut now i need xp too...22:46
noobuntukingtekrin: if you install xp last in a dual boot, it will remove grub and possibly your linux partitions since the installer doesnt recognize ext3. i had to use testdisk once to recover my files.22:46
Prez00sevenseeke1, albuntu: funny goes a long way..22:46
belkinhelp2noobuntu....I just updated to heron22:46
kingtekrinand virtual box doesnt cut it22:46
kingtekrincrap22:46
kingtekrinlol22:46
Ginsomething very wrong with my /home partition22:46
danbh_intrepidGin: whats wrong?22:46
MetalHeadDeadhow often is a new ubuntu released on disk?22:47
albuntukingtekrin : as i sad you before use the live cd. install xp in your new partition and reinstall grub22:47
MetalHeadDeadand do you have to have the disk, or can you just d/l the updates22:47
danbh_intrepidMetalHeadDead: every 6 months22:47
albuntuMetalHeadDead : 2 times a year22:47
Gindanbh_intrepid, copying file form that partition I only get 4MB/s22:47
Dr_willis_MetalHeadDead,  new release every 6 mo.. the 8.04.1 was a bit of an exception since its an LST release.. it wsa a updated in btweeen release22:47
noobuntubelkinhelp2: not sure if that new ufc firewall in ubuntu. if nmap shows ports not as open, may be a firewall on the windows machines.22:47
BenBalbuntu: turns out ubuntu was at fault indeed: ubuntu uses apparmor by default. I never would have imagined that.22:47
Dr_willis_BenB,  ive never seen anything bout apparmour being used by default.22:47
=== Indoctrine is now known as Doc|Back2Bed
danbh_intrepidGin: ah, sounds like a hardware problem.  Its ext3,, right?22:47
BenBalbuntu: adding the dir to /etc/apparmor.d/usr.sbin.mysqld worked.22:48
MetalHeadDeadDr_willis_: that's what i was wondering, because i used to have version 3 and it wouldnt let me upgrade to 8.0422:48
Dr_willis_!apparmour22:48
ubottuSorry, I don't know anything about apparmour22:48
noobuntu!oss422:48
ubottuSorry, I don't know anything about oss422:48
noobuntu!oss22:48
ubottuSorry, I don't know anything about oss22:48
Dr_willis_!apparmor22:48
ubottuFor information about the AppArmor security framework employed in Ubuntu (since Gutsy Gibbon), see https://help.ubuntu.com/community/AppArmor22:48
MetalHeadDeadnow i have 8.04 but when 9 comes out i'll have to d/l the image and reinstall?22:48
BenBDr_willis: well, quite obviously it is: http://pastebin.ca/1223128 . when I edited /etc/apparmor.d/usr.sbin.mysqld , it worked.22:48
Dr_willis_i wonder employed = enabled. :) perhaps it does22:48
Gindanbh_intrepid, yes, don't think it is hardware problem. on the same hd transfering form / I get 40MB/s22:48
danbh_intrepid!upgrades > MetalHeadDead22:48
ubottuMetalHeadDead, please see my private message22:48
albuntuBenB : maybe you installed apparmor without knowing. i had the same problem with apparmour for a port problem before. i didnt know that it can cause this kind of problem too22:48
danbh_intrepidGin: is it ext3?22:49
Gindanbh_intrepid, it is ext322:49
danbh_intrepidGin: mmmmmaybe it just the location on the platters?22:49
Gindanbh_intrepid, I had to delete files several times because I used that partition /home to 100%22:49
BenBalbuntu, Dr_willis: possible that I installed apparmor without remembering. still, installing and having it activated for certain apps are very different things. it should not be *used* for mysql unless I tell it to.22:50
Dr_willis_!!info apparmor22:50
ubottuapparmor (source: apparmor): User-space parser utility for AppArmor. In component main, is standard. Version 2.1+1075-0ubuntu9.1 (hardy), package size 306 kB, installed size 2060 kB22:50
kingtekrinok then, can anyone tell me how to get virtual box with xp to recognize my USB ports and such?22:50
BenBDr_willis: I know what apparmor is.22:50
Dr_willis_Looks like its standard..  cant say that ive ever seen anyone else in here have issues with it.22:50
Gindanbh_intrepid, could that caused this slow transfer?22:50
mjbt38Hey i have a question about xchat and how to use the scripts22:50
MetalHeadDeadwhat does LTS stand for?22:50
albuntukingtekrin : #virtualbox22:50
mjbt38is there a command list ? im unaware of ?22:50
Dr_willis_mjbt38,  the xchat.org homepage has VERY good docs. :)22:50
GinMetalHeadDead, long term support22:50
genii!lts | MetalHeadDead22:50
ubottuMetalHeadDead: LTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server.22:50
MetalHeadDeadahh ty22:51
BenBDr_willis: I simply wanted to change the data dir for mysql - which is not the strangest thing in the world.22:51
linkmaster03!virtualbox | kingtekrin22:51
ubottukingtekrin: virtualbox is a x86 !virtualizer. A !free edition is available from !Gutsy as 'virtualbox-ose'. A non-free edition is available at http://virtualbox.org for most Ubuntu releases (help in #vbox) - Setup details at https://help.ubuntu.com/community/VirtualBox22:51
mjbt38ty dr_wilis ...i've been ready....just not finding it all...i will keep lookin tho...thankx for the quick response22:51
attickidhello,I installed a genius tablet. I can move the cursor with the tablet, but when I press the pen against the tablet It pastes what  I had copied before, but it doesnt really make a "click"22:52
linuxnewpersoni need help my my ubuntu 8.04  just wont update it fails ..   something to do with "Could not download all repository indexes"  what it says  .22:52
BenBkingtekrin: you need to enable the USB device in the virtualbox GUI22:52
ubuntu_toddwhat's the shortcut key to copy the commands in terminal. I am using default modes in Ubuntu22:52
BenBkingtekrin: (this is a security measure, so that your guest can't read your USB keyboard keypresses, e.g. passwords)22:52
albuntulinuxnewperson : pastebin your output so someone can help you22:52
linuxnewpersoni tried also but no22:53
kingtekrino22:53
albuntu!pastebin | linuxnewperson22:53
ubottulinuxnewperson: pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic)22:53
Gindanbh_intrepid, I think I'm gonna format my /home drive22:53
GinI mean partition22:53
danbh_intrepidGin: well, if it is the cause, it would be like that from the beggining22:53
ubuntu_toddWhat's the shortcut key to copy a command of part of it.22:54
Gindanbh_intrepid, I only notive this slow transfer lately. before I didn't have to transfer big files. so it wasn't probably slow22:54
danbh_intrepidGin: partitions on the outer parts of the harddrive have higher data throughputs than those toward the middle.  I think.  Unless the drive is variable speed...22:54
danbh_intrepidGin: other than that, I've no idea22:54
=== graham is now known as gray--
Gindanbh_intrepid, yea, but not that slow. 4MB/s??22:55
attickidhello,I installed a genius tablet. I can move the cursor with the tablet, but when I press the pen against the tablet It pastes what  I had copied before, but it doesnt really make a "click"22:57
phoenixzcan "touch" also change the "changed" timestamp?22:57
Dr_willis_phoenixz,  i thought  it did.  but that may beonly because i use it to make new files normally.22:58
=== qb|work is now known as qbmaniac
soundrayphoenixz: it changes both the "accessed" and the "modified" timestamp22:59
Piciphoenixz: yes, see it's manpage.22:59
go_beep_yourselfwhy is it that when my graphics fail to start in ubuntu, i cant switch to a virtual console using control alt f1 or any of the f keys???22:59
ShaneSvelleris anyone on running ubuntu from a compactflash card?22:59
roego_beep_yourself waht does that mean?23:00
Dr_willis_go_beep_yourself,  you may want to disable the framebuffer on the console if its enabled.. some video cards/drivers have issues with it.23:00
loonysalmonDoes anybody have a good suggestion for DVR software?23:01
Dr_willis_loonysalmon,  MythTV23:01
loonysalmonthanks, is there a version of that for windows as well?23:01
freebsd_fani can't find out if asus f7f laptop would work with ubuntu23:01
freebsd_fani tried wikipedia list of supported hardware23:01
claygis there anyway to change my default "sending" email address (outgoing) in thunderbird?  I keep responding to craigslist casual hookups using my realname@gmail.com23:01
freebsd_fanany clies?23:01
go_beep_yourselfDr_willis_-> i think its only happening when the nvidia driver isnt configured and the graphics dont start. how can i disable that framebuffer just temporarily so i can get to a virtual console?23:01
Salsero_Nashhello I need a with my proftpd23:02
freebsd_fanalso i have sitecom usb surround sound for it23:02
linkmaster03Salsero_Nash: what's wrong23:02
Salsero_NashI have in a server23:02
Dr_willis_go_beep_yourself,  i always use 'nosplash' and 'nofb' as kernel boot options - that way i get a nice normal text only consoel.23:02
=== ShadowXP is now known as Guest3163
go_beep_yourselfDr_willis_-> thanks, ill reboot and try that23:02
linkmaster03Dr_willis_: oo, what's 'nofb' do? I only have 'nosplash'23:03
Dr_willis_go_beep_yourself,  ive seen some other odd things with nvidia in the past.. you dont happend ot have a tv hooked up to it do you?23:03
go_beep_yourselfDr_willis_-> no i dont23:03
Dr_willis_go_beep_yourself,  one video card i had for some reason defaulted to the TV OUT. if i dident have the nvidia drivers installed. :)23:03
Dr_willis_linkmaster03,  noframebuffer.23:03
Salsero_Nashlinkmaster03: whit anonymous config23:03
Dr_willis_linkmaster03,  it gets the console as as near a 'normal old fashioned way' as it can get.23:03
Salsero_Nashlinkmaster03: and ask me for pass and is very slow23:04
JenshI've just installed Ubuntu and have some network problems.. I can ping IPs outside the local network, but 100% packet loss. If I try to ping hostnames I get the errormessage "Hostname not found". I have tried to add the DNS searchpath, but this doesn't help. When I run ifconfig I only get a IPv6 adress.. I have also tried to manually add DNS adresses found through ipconfig in windows, but this eventually just delayed the "Hostname not found" errormessag23:04
Salsero_Nashlinkmaster03: the server?s slock show me that exist a conflict with IPv623:04
Salsero_Nashen my DNS23:04
Azhi_Dahakahowdy23:05
albuntuJensh : what version of ubuntu are you using and what is your network card23:05
phpstarhelow everyone23:05
Salsero_NashI can dsiable my IPv6 because is by default in proftpd and DNS can live in the server with IPv623:05
danbh_intrepidJensh: dig is a command to test DNS stuff, FYI23:05
Dillizar!daa23:05
ubottuSorry, I don't know anything about daa23:05
phpstaris  it possible to setup secure browserbased FTP ??23:06
=== jin is now known as Gin
Dillizardoes any body knows how to extract a .daa file?23:06
Andy80hi all23:06
phpstaryes dillzar23:06
pvh_sahey there... i'm trying to get a canon mp210 multi-function printer to work on ubuntu... problem is, the option dialogue is a bit sparse and it doesn't allow me to set draft mode...23:06
KenBW2I'm trying to run the Android SDK. I've followed all the instructions on the Android page, but I'm struggling to figure out how to actually run it. Anyone help?23:06
vilhelmhas anyone tried ubuntu ultimate edition?23:06
Dillizarphpstar: tell me23:06
socomhi23:06
Gindanbh_intrepid, I formatted my /home partition and I can copy about 500MB in a few seconds now! :-)23:06
phpstardillzar: u have to use poweriso program if u using windows23:07
Azhi_Dahakahow can i enable secure shell in my ubuntu box?23:07
Ginsomething was very wrong with that filesystem23:07
albuntu!poweriso | Dillizar23:07
ubottuSorry, I don't know anything about poweriso23:07
Dillizarphpstar: tell my girlfrine will kill me23:07
Jenshim using 8.04 and the network card is integrated in my motherboard wich is a EVGA nForce 680i SLI nf680i SLI, S-77523:07
albuntuDillizar : use poweriso23:07
Dillizaroholiks: i use ubuntu?23:07
phpstargoogle poweriso23:07
Jenshthanks danbh ill try it afterwards ;)23:07
danbh_intrepidGin: crazy, so all it needed was a format.  Too bad you didnt try a fsck.  Maybe that would have fixed it23:07
phpstaris  it possible to setup secure browserbased FTP ??23:07
geniiDillizar: poweriso or magiciso will open it and you can convert to standard iso. magiciso works under wine as well23:08
linkmaster03Dr_willis_: where do i add 'nofb' in menu.lst? the line for the boot option starting with 'kernel    /boot/'etcetc23:08
Gindanbh_intrepid, I did try that23:08
gray--phpstar: you can't use an sftp client?23:08
albuntuDillizar : try aptitude search poweriso23:08
Gindanbh_intrepid, I am surprised  that fsck did not fixed it23:08
phpstarno23:08
phpstari have 300 customers23:08
phpstarand all wants webbased23:08
Dillizar10x genii now my girlfriend will not kill me and not make me put windows again :D23:08
danbh_intrepidGin: yeah, that sucks23:08
gray--and you'd like to teach them all to use firefox to use secure ftp?23:09
phpstarand FTP is not secure :(23:09
phpstarfirefox also use fireftp23:09
phpstari cant each them coz they r pretty much dumb23:09
phpstaris it possible i create secure apache and inside apache i install vsftpd23:09
=== fra is now known as Guest52273
ryanakcaphpstar: no clue what the question was, but setup sftp, and then get them an easy to use SFTP client...23:10
gray--try asking in the apache channel on that one23:10
JimmeyI am having trouble mounting my sansa clip MTP usb device. Even the failsafe method of connecting it to the computer isn't registering the device - Anyone have any suggestions?23:10
phpstarrryanka my clients dont wanna use FTP client23:10
phpstarthey like browser base23:10
MetalHeadDeadis it worthwhile to convert my .mp3's and .wma's to og-vorbis?23:10
gray--they need to get used to not liking browser based methinks23:11
Ginthis fix really gave my ubuntu a new life23:11
Azhi_Dahakahi, how can i enable the secure shell on my ubuntu box?23:11
albuntuGin : lol23:11
gray--fireftp isn't a good option?23:11
ryanakcaphpstar: look for a sftp webapp... http://sftp.thinfile.com/sftp/ comes up with a quick google search.23:11
pvh_saMetalHeadDead, i wouldn't do that... because going form a lossy format (mp3 and wma) to another lossy format (ogg) is going to lose quite a bit of quality...23:12
phpstarthx23:12
Dr_willis_linkmaster03,  i add it to the default options line. that way it gets added to all kernels when you run update-grub23:12
ryanakcaphpstar: more quick google searching. http://freshmeat.net/articles/view/1576/23:12
MetalHeadDeadpvh_sa: ok i knew it would but i wasnt sure if it would be noticeable or not.  im trying to make my instally as media friendly as possible23:12
vexellonwhat is the wine channel?23:13
phpstarthx23:13
eitreachvexellon: #wine23:13
vexellonI am getting this error in apt: W: GPG error: http://wine.budgetdedicated.com hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE26323:13
eitreachvexellon: have you downloaded the key?23:14
vexelloneitrach, how do i?23:15
Dillizarthank you very a lot all powersio works :D i am alive23:16
vexelloneitreach, how do i do that?23:16
lfaraoneHey, anyone here familiar with pptpd? How would I denote a /16 block of IPs in the /etc/pptd.config file? (like 192.168.0.0 to 192.168.255.255)23:16
geniivexellon: Follow the concise instructions at http://winehq.org/site/download-deb23:16
albuntuDillizar : good to hear that23:16
Dillizar:D23:17
=== Guest29675 is now known as deaftone
EdUdEurge.net23:17
deaftoneanyone know of an app for load balancing multiple gateways?23:18
kansani have a microsoft mouse, and i would like have it (1) when i click left & right buttons at same time it pastes stuff in the register (2) when i click the middle button it pastes the register.  currently neither works.  microsfot wireless mouse23:19
Dillizaralbuntu: cuz i have put my hdd in 4 different PC and different MB how can i set my drivers for this MB23:20
Dr_willis_kansan,  middle click is normally set to paste the selection.. try selecting somthing in a teminal then middle clicking.. you are saying that dosent work? the 'selection' is a little different from the 'clipboard' also.23:21
dmsupermanI'm having issues connecting from an ubuntu machine to a windows machine over mysql. This basically sums it up pretty well: http://ubuntuforums.org/showthread.php?t=300730 It takes about 5 seconds just to connect to the server, in linux only, no matter what tool I use (mysql cli, php, sqlyog, etc.). Once connected, it's fast. All machines are behind the same physical router. Any ideas?23:21
xomphelp, I can't install this theme I have, says it failed. I'm dragging the theme package "theme.tar.gz" to the "Appearance" window in Gnome and that's when I get the error.23:22
dmsupermanxomp: You're sure it's a gnome theme?23:22
Dr_willis_xomp,  uncompress the package to some other directory and look at whats in it.. it may be in nexted subdirs..or the wrong kind of theme file23:22
xompdmsuperman, yah, got it from gnome-look.org23:22
dmsupermanxomp: More than just gnome themes are on gnome-look.org23:23
dmsupermanxomp: Emerald themes, for instance23:23
drich0I'm running UbuntuStudio 8.04 and my backtick/tilde key only works if I press it twice.  I have a Logitech Ultra-X keyboard.23:23
xompdmsuperman, I'm aware of that, the theme I got is GTK2.x23:23
nickrudand not all the themes uploaded to gnome-look are even packaged right23:23
JanHusDear Sirs23:23
=== tonswin is now known as tonsofpcs
JanHusCould I ask a question?23:23
nickrudJanHus, no need to ask to ask, just ask ;)23:24
Dr_willis_JanHus,  ask the actual question :)23:24
md22is ubuntu good for someone who wants to learn to develop aps in Linux ?23:24
nickrudmd22, yes, install build-essential for the basic compilation tools23:24
xompDr_willis_, when I extract the theme package there are several folders like 16x16, 48x48 etc. EXTRAS, scalable, index.theme.23:24
JanHusHey, you are unbelievable!!23:24
Dr_willis_md22,  yes. about any linux fits that description.23:24
K-RichHi, anyone got a minute?23:24
JanHusThank you!23:24
md22ok nice23:25
Dr_willis_xomp,  looks like an icon theme package to me.23:25
xompdr_Willis, ahh ok23:25
JanHusI use Adobe Pro and Abbyy FineReader for my e-documents23:25
* midoi hi23:25
drich0I'm running UbuntuStudio 8.04 and my backtick/tilde key only works if I press it twice.  I have a Logitech Ultra-X keyboard and my keyboard layout is set for that specific keyboard.  Any ideas?23:26
md22one other thing does ubuntu support hardware acceleration for ati cards (eg radeon hd 3850)23:26
nickrudmd22, if ati adds it to their non-free driver, ubuntu can use it23:26
JanHusmy prime languages are Greek and English. Are there any Linux programmes that are doing the same?23:26
HemeAtWorkWhy would files not show up in Gedits file browser plugin?23:26
f|ukeWhats a solid FTP server ?23:26
Dr_willis_!ftp23:27
ubottuFTP clients: !Nautilus, !gFTP (for !GNOME) - !Konqueror, !Kasablanca, !KFTPGrabber (for !KDE) - See also !FTPd23:27
nickrudJanHus, I've been able to read just about any pdf (haven't looked in greek, but it supports utf8) in evince23:27
Dedianyone knows another wysiwyg editor? (kompozer just crashes all the time, oo writer cant handle images sizes)23:27
f|uke!FTPd23:27
ubottuFTP servers: ftpd, proftpd, pure-ftpd, twoftpd, vsftpd, MuddleFTPd, wzdftpd - Graphical front-ends: PureAdmin, GProftpd (for GNOME), KcmPureftpd (for !KDE) - See also !FTP23:27
md22nice. . i am gonna start the install.I'll see you guys on the other side23:27
f|uketoo many ><    none to reccomend?23:28
penanyone using google notebook extension in firefox?23:28
JanHusnickrud, to read ok but to OCR?23:28
xiamxnice .. bot...23:28
penwhy does it refresh the page when I open the pop-up23:28
drich0f|uke: I usually use pureftpd23:28
K-RichI changed my workgroup using shares-admin (this also changes /etc/samba/smb.conf on the workgroup line. after a reboot i am in the correct workgroup, but i now have an icon for the other workgroup (in Places > Network > Windows Shares)  This workgroup doesn't exist, how do i remove the icon?23:28
f|ukeThanks drich0. Does it have a GUI? Secure and functional?23:29
xiamxdrich0: me 2 lol23:29
attickidpen: me23:29
xiamxf|uke: if you want a gui,   webmin is good for all server configuration23:29
f|ukeah, solid.23:29
drich0f|uke: I haven't gotten into the config too much.  Generally just load it up and use it on my LAN23:29
nickrudJanHus, ocr is not something I've used in linux myself. I haven't heard good things, either: but I don't want to spread fud so I'll say my knowledge there is sadly lacking23:29
penattickid, do you know how to solve the bug for google notebook extension?23:29
f|ukeRight. I just want to access my desktop from anywhere.23:30
K-Richf|uke: vnc?23:30
JanHusnickrud, who else could help me?23:30
f|ukeAlready set up,. vnc through ssh.. but I want to retrieve files23:30
drich0JanHus: For OCR, I've used gocr with some success, might be worth a try23:30
nickrudJanHus, ask here about every 10 minutes or so. Probably within the hour someone who uses ocr will pass thru23:31
bastif|uke, scp23:31
xiamxf|uke: ssh + tftp23:31
f|ukeI will look into both of those ;)23:31
Dr_willis_ssh is our friend.. down with ftp23:31
nickrudscp !!!23:31
Dr_willis_if you have ssh setup.. dont bother with ftp23:31
f|ukeGotcha. scp. I'll read up on it. Cheers23:32
attickidpen: what bug are you talking about?23:32
nickrudor connect your file browser to the remote machine so you can drag & drop23:32
nickrud*through ssh23:32
Ginmy system is so much faster :-)23:32
f|ukenickrud, can you give me a clue on where to start with that?23:33
nickrudf|uke, places->connect to server23:33
xiamxAnyone knows why  when i try to login from ssh, the delay between enter username & password is so long?23:33
DigitalFizlocal network?23:34
f|ukeoh. wow.thats easy O.o23:34
xiamxyes23:34
xiamxi also tried to connect gentoo, was much faster23:34
nickrudf|uke, pretty nice: the remote server will show up in the file select dialog and everything. Very nice for quick work on a remote web site23:34
DigitalFizits trying to resolve your local ip which is cant there is a setting in the sshd_config to not try and resolve hosts23:34
penattickid, when you want to open notebook from the statusbar the page will refresh23:34
xiamxhow can i set that config in sshd_config?23:35
DigitalFizedit it?23:35
f|ukeThanks nickrud :)23:35
xiamxDigitalFiz, where is the config file?23:35
DigitalFizuse locate to find it23:36
nickrudf|uke, one more thing: make a bookmark of it, so you can reopen conviently23:36
BobbobAnyone able to help me get my USB RF Mouse working? It is definately not plugging and playing...23:36
attickidpen: I dont have such bug23:36
attickidpen: maybe you gotta ask in the googlewebsite23:36
xiamxDigitalFiz, is sshd_config the file name?23:36
DigitalFizxiamx, yes23:36
penattickid, are you using firefox2?23:36
drich0xiamx: /etc/ssh/sshd_config23:36
Dr_willis_its worth reading a few ssh docs :)23:36
Mo9a7iHi there , what's the best release of ubuntu is best for my INSPIRON 1520 core2duo , (Standard or 64 bit) ?23:36
penattickid, and did you set the notebook as pop-up? not pop-in?23:36
xiamxdrich0, thanks23:36
BobbobI assume I have to modify my xorg.conf but I'm not sure what I actually need to do and I can't find a tutorial on the forums23:37
xiamxDigitalFiz, thanks too23:37
f|ukeholy crap. root access just like that o.o23:37
Dr_willis_Mo9a7i,  how muych ram.  - i alwyas use 32bit distros..23:37
Mo9a7i2 GBs23:37
nickrudnah, much more fun to muck around with config files blindly :)23:37
Dr_willis_Mo9a7i,  i would stick with the 32bit then.23:37
Mo9a7iDr_willis_ , thank you :) i'll start downloading and installing23:37
PicciCoreche è quaa23:38
BobbobAnyone able to help me get my USB RF Mouse working? It seems to be detected, but it doesn't function...23:38
PicciCorelol23:38
nickrudBobbob, first thing, make sure it's being recognized as hardware: unplug it, and in a terminal type   tail -f /var/log/syslog   , then plug it in. The terminal will show a series of messages, hopefully saying it was recognized by the kernel23:38
drich0My backtick/tilde key only works if I hit it twice (not a dirty/sticky key -- consistently works if i hit it twice).  any ideas?23:38
_Zeus_it's broken?23:39
drich0don't think so23:39
_Zeus_get another keyboard?23:39
drich0otherwise i would think it wouldn't work consistently with two presses23:39
LjLdrich0: you're using an international layout23:39
drich0LjL: no23:39
LjL_Zeus_, give advice if you know what you're talking about...23:39
drich0i set the keyboard layout to the specific kb23:39
LjLdrich0: try hitting it and then hitting Space23:39
_Zeus_LjL: thanks, but i don't need your sarcasm23:40
drich0LjL: yes, that works23:40
LjL_Zeus_: and he doesn't need your nonsensical advice23:40
K-RichCan anyone help me with a networking issue?23:40
Bobbobokay, stuff definatly happened when I plugged it in23:40
LjLdrich0: you're using an international layout - i insist23:40
LjLdrich0: like US International, if you're in the US23:40
_Zeus_!coc | LjL23:40
ubottuLjL: The Ubuntu Code of Conduct to which we ask all Ubuntu users to adhere can be found at http://www.ubuntu.com/community/conduct/23:40
drich0LjL: If i hit the backtick key then space, it outputs the backtick.  OK, so it's international then, how do i change that?23:40
jjohnsonsigh, im having a problem getting my laptops wirelss to work, would anyone be able to hel (visit http://ubuntuforums.org/showthread.php?t=940944 for discription of problem)?23:40
nickrud_Zeus_, so abide by it23:40
LjLdrich0: try hitting it and then hitting the letter "n" - you'll probably see what this is about23:40
_Zeus_nickrud: i'm just trying to help?  what do you mean>23:41
LjL!kidding | _Zeus_23:41
ubottu_Zeus_: You might think your joke is funny, but you may confuse new users who follow your advice or irritate people who attempt to answer your question.23:41
nickrudas ljl said, useful advice is helpful23:41
drich0LjL: I hit backtick then "n", nothing23:41
_Zeus_LjL: what do you mean kidding?  i wasn't23:41
nickrudBobbob, did it say all good? Like a driver got loaded, etc?23:41
LjLdrinci meant tilde, not backtick. anyway you can also try backtick and then "a"23:41
penattickid, so?23:41
penyou there?23:41
Bobbobseems to be recognized as a "usb_device_62a_0_noserial_if0"23:41
zezomfor some reason my update manager does not check for updates it's self and I have to manually check it every now and then, does any one know what kicks off the update manager?23:41
nickrudBobbob, if you're not sure, copy the output to paste.ubuntu.com23:41
BobbobI dont see anything about a driver23:42
Bobbobwait23:42
=== MetalMind is now known as Headcase
LjL_Zeus_: https://wiki.ubuntu.com/IrcGuidelines - see the "When helping, be helpful" section23:42
Bobbobsaids something about USB v1.10 Mouse23:42
=== pi-meson_ is now known as pi-meson
K-RichCan anyone help me with a networking issue?23:42
attickidpen: I use firefox23:42
attickidpen: I got pop in23:42
LjLdrich0: meant tilde, not backtick. anyway you can also try backtick and then "a"23:42
attickidpen: ;P sorry23:42
nickrudK-Rich, ask the question, someone may recognize the symptoms23:42
HeadcaseIs there an easy fix if i've forgotten my root password... but have access to the box itself23:42
drich0LjL: Yes, i tried backtick then 'a' and got an a with an accent23:42
K-Richok23:42
K-RichI changed my workgroup using shares-admin (this also changes /etc/samba/smb.conf on the workgroup line. after a reboot i am in the correct workgroup, but i now have an icon for the other workgroup (in Places > Network > Windows Shares)  This workgroup doesn't exist, how do i remove the icon?23:43
HeadcaseSomeone said something about getting into single user mode, and editing /etc/shadow23:43
penattickid, you are not being specific23:43
* nickrud sidles away from samba questions23:43
penattickid, and you didn't say if your page refresh or not23:43
Headcaseso far i'm stuck on how to get it to boot into single user mode with grub23:43
Bobbobits on a laptop with a working touchpad if that impacts this procedure nickrud23:43
KingDongi am new to ubuntu, what is the crontab format to run a command hourly ?  60 * * * * /some/command ??????????????23:43
drich0LjL: How do I turn off the international layout?23:43
LjLdrich0: precisely. what's happening is that you have a keyboard layout that uses "combining" characters: if you hit ~ and then "n", you get ñ. if you hit ` and then "a", you get à. and several other combinations23:43
Dr_willis_!cron23:43
ubottucron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto  -  There is also a decent Howto at http://www.tech-geeks.org/contrib/mdrone/cron&crontab-howto.htm23:43
LjLdrich0: i'm not on GNOME, but i have another computer that has it, so hold on a second and i'll check23:43
drich0LjL: Great, thanks23:43
nickrudBobbob, probably not, my wireless rf mouse worked fine. (amazing how the mind goes blank when unused, I haven't troubleshot mice for a couple months and things come back slooowly)23:44
penanyone using firefox 3.0.3 and google notebook extension experiences bug like open pop-in will refresh the current page?23:44
attickidpen: my page doenst refresh23:44
penattickid, are you using firefox 3.0.3? and what version of google notebook are you using?23:45
LjL!layout | drich023:45
ubottudrich0: To switch your keyboard layout on GNOME: System -> Preferences -> Keyboard (GNOME) - KDE: K -> System Settings -> Regional & Language -> Keyboard Layout (KDE) - Xfce: see https://help.ubuntu.com/6.10/xubuntu/desktopguide/C/switch-keyboard-layout.html - See also !Shortcuts23:45
Bobbobthis channel keeps lagging for me...23:45
pen?23:45
nickrudBobbob, and I'm on a virtual machine that pretends to be a wired mouse, so I can't refresh my memory23:45
Dr_willis_Bobbob,  use a smaller font. :) it helps23:45
attickidpen: im using firefox 3.0.1  the notebook is set as pop in and notebook version is 1.0.0.2223:45
penattickid, ubuntu8.04?23:46
LjLdrich0: i can't find it precisely, as i don't have a US keyboard myself... but i really think it's a matter of selecting "US" instead of "US Intl", or instead of "US with dead keys", though i can only guess23:46
drich0LjL: Got it.  Thanks a million.  That was driving me nuts.  I looks like 'USA International (with dead keys)' was set up instead of 'USA (Default)'23:47
LjLdrich0: yes, that would be it.23:47
drich0Writing patches in pd is definitely a hassle with a two-press tilde :)23:48
eneiasola23:48
=== root is now known as Guest38117
hard^^hi23:48
eneiasbrasil?23:48
attickidpen: ubuntu 7.1023:48
szal!br | eneias23:48
ubottueneias: Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado.23:48
Headcaseso anyone know how to 'reset' my root password ?23:48
eneiasubuntu pt23:48
penattickid, hm23:48
szaleneias: /j #ubuntu-pt23:49
Dr_willis_Headcase,  boot live cd, chroot to installes system. use passwd command . is one way23:49
PiciHeadcase: Ubuntu does not use root with a password by default, have you changed this?23:49
Dr_willis_Headcase,  'set' is different from 'reset' :)   tis is assumingyou actually set a root password.23:50
JanHusnickrud, drich0, thanx!23:50
kFjhi. im getting the following error when trying to run openoffice :[Java framework] Error in function createSettingsDocument (elements.cxx).javaldx failed!23:50
kFji dont have a userprofile folder in my home dir.23:50
[Solars]!password | Headcase23:51
ubottuHeadcase: Forgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords23:51
Pici!sudo | Headcase23:51
ubottuHeadcase: sudo is a command to run programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (Gnome), or !kdesu (KDE)23:51
eneiasoi23:51
eneiasalguem pode me ajudar?23:51
K-RichI changed my workgroup using shares-admin (this also changes /etc/samba/smb.conf on the workgroup line. after a reboot i am in the correct workgroup, but i now have an icon for the other workgroup (in Places > Network > Windows Shares)  This workgroup doesn't exist, how do i remove the icon?23:51
eneiasola23:52
Pici!br | eneias23:52
ubottueneias: Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado.23:52
SleazyCAnyone have any experience working with the intel 915G integrated graphics. Can't get any type of 3d rendering or games to work in Wine and I think it has to do with vid drivers not being configured or installed right23:53
jasuusis there anyway to stop the messages that show "has quit" and "has joined"23:54
jasuusor "has left"23:55
Dr_willis_jasuus,  read the docs for your irc client.. for a starters.. :)23:55
kiekohi23:55
kiekoanyone know of an equivalent to http://www.yousendit.com/ for sending files, but that is better maybe?23:55
jasuusnever!23:55
Dr_willis_jasuus,  then.. no theres no way... :)23:55
jasuusdarn23:55
jjohnsonyawn23:55
Dr_willis_jasuus,  perhaps if ya told us what irc client you are using....23:56
morth_Hello room23:56
jasuusXchat23:56
jjohnsonsup morth23:56
morth_not much how about yourself?23:56
DigitalFizjasuus, right click on the channel and be enlightened23:56
Dr_willis_jasuus,  tjers a optiopnm to hide part/joins via the /commands (conferance mode) or you can edit the settings-> advanced-> text events23:57
jjohnsonnm just sitting here pretending to work lol ;)23:57
jasuusok thanks23:57
morth_lmao true enough23:57
Dr_willis_xchat has a VERY well done faq/docs at their homepage...23:57
jasuusi was just being a lazy arse23:57
DigitalFizalso there is #xchat23:58
penanyone using firefox 3.0.3 and google notebook extension experiences bug like open pop-in will refresh the current page?23:58
haroothi23:58
=== kelder_ is now known as kelder
jjohnson WHY OH WHY, did my next door cubicle buddy have to order that BBQ chicken, it smells so good, and im so hungary23:58
drich0thanks for the help guys23:59
jasuusum BBQ chx23:59
claygis there anyway to change my default "sending" email address (outgoing) in thunderbird?  I keep responding to craigslist casual hookups using my realname@gmail.com23:59

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