/srv/irclogs.ubuntu.com/2008/07/02/#xubuntu.txt

homebrewciderhey there, I have a FAT32 partition I want read/write access to. I have it mounted at /media/FAT32, but it's the fstab bit I have problems with, can anyone help please?00:15
zoredachehow did you mount it in /media/FAT32?00:16
homebrewcider<sudo mount /dev/sda6 /media/FAT32>00:17
zoredachehomebrewcider: so an fstab line like  "/dev/sda6 /media/FAT32 auto defaults 0 0' should probably do what you want00:19
zoredachethough you might want to change the defaults to do something like setup the group, owner, and umask since fat32 doesn't have permissions00:20
homebrewciderI'll try that00:21
homebrewciderno, no good00:24
zoredachehow so?00:24
homebrewcidernot giving me write access00:24
zoredachebut did it get mounted?00:24
homebrewciderI had no problems mounting it before, that's not the problem, writing is the problem00:25
Shaba1anyone here?00:25
zoredacheas I mentioned... fat doesn't have permissions.  When mounted through fstab everything will appear to be owned by root:root by default00:26
Shaba1Ok how do we get a windows partition to show up in thunar.00:26
zoredacheif you have a single users system you can replace the 'defaults' column with something like 'uid=1000'00:26
Shaba1I alread have it in /etc/fstab00:26
zoredachehomebrewcider: that will basicall make everything be owned by the user 1000 which is usually the id associated with the first user on the system00:27
homebrewcider   like this?   </dev/sda6                                  /media/FAT32    auto         uid=1000                    0  0>00:28
zoredacheI believe that is right00:28
homebrewciderthat's not working either00:29
zoredacheagain, not working how?  Does it mount?00:29
homebrewciderit's been mounted the whole time00:30
zoredacheif you do an ls on it after you have remounted does it show you as the owner?00:30
zoredachehomebrewcider: you realize you have unmount/remount when you make a change to the fstab right?00:30
zoredacheor reboot00:30
homebrewcideroh00:30
zoredacheso unmount the volume then do a 'sudo mount -a'00:31
Shaba1huh00:31
Shaba1zoredache can I get our attention after homebrewcider00:31
zoredacheShaba1: what do you mean by show up in thunar?  If you want it to show up on the desktop I don't know anything about that00:32
sloopyShaba1, is it mounted?00:32
Shaba1Well it shows up in /etc/fstab00:32
Shaba1but when I open thundar its not there00:33
zoredacheif you do a 'mount' in a terminal does it show up?00:33
sloopyShaba1, do a 'df -h'00:33
sloopysee if it is listed00:33
Shaba1hold on00:33
homebrewciderok, that worked, can I just ask you why "sudo mount -a" is different to me doing "sudo mount /dev/sda6  /media/FAT32"  ?00:33
Shaba1yep it is liste by that command as /dev/sda100:34
zoredachehomebrewcider: mount -a will read the fstab and automatically mount everything not flaged with 'noauto'00:34
sloopythe -a mounts all partitions listed in /etc/fstab00:34
sloopyyeah that...00:34
Shaba1its monted on00:34
Shaba1sorry00:34
homebrewciderI'm sure in the past my fstab had options like noauto,user,exec,noatime00:35
Shaba1that command says its "Mounted on" /Media/Cdrive00:35
homebrewciderso when I was mounting it before it wasn't reading the fstab?00:35
homebrewcideris that right?00:35
Shaba1sloopy?00:36
zoredachehomebrewcider: I am not quite sure...00:36
zoredacheShaba1: try browsing to the folder /media/cdrive00:36
sloopyShaba1, then put that in thundar and see it00:36
homebrewciderthanx anyway00:36
Shaba1put in in how?00:36
Shaba1put what in00:36
Shaba1the "/dev/sda1 part00:36
sloopyerr sry was thinking different... click on file system then media00:37
Shaba1or the "/Media/Cdrive" part?00:37
zoredachehomebrewcider: I know that sometimes it will look at the fstab if you dont' provide enough options.  I have never cared enough to look it up00:37
homebrewciderok, cheers, I'm off then, thanks00:37
zoredacheShaba1: with thunar open click the go menu then open location00:37
sloopyclick on 'filesystem' on left then click on Media folder on right00:37
sloopyi am still not overly exp with GUIs ;')00:38
Shaba1ok sloopy dont that00:38
Shaba1now what00:38
Shaba1?00:38
sloopyCdrive should be a folder on right side now00:38
Shaba1Ok that got it00:39
Shaba1I just dragged it there00:39
Shaba1Ok how do I get that icon to show up on the desktop also?00:40
Shaba1instead of having to open thunar every time00:40
Shaba1never mind00:41
Shaba1I got it done00:41
Shaba1Ok thanks00:42
Shaba1well now00:42
sloopynp00:42
Shaba1that helps a lot00:42
Shaba1now does anyone have any Idea how I can get vino-server to start up automagically?00:42
Shaba1Never mind answering that00:43
Shaba1I have to run down the the laundry00:43
Shaba1brb00:43
sloopyyes but i dont know how to do it the proper 'ubuntu' way ;')00:43
sloopyyou can check  applications>system>services to see if it listed and check it there00:45
Nicekiwi9hiysa01:02
Nicekiwi9howdo i setup a system proxy in xubuntu 8.04?01:02
proprietarysucksanyone know how to install kplayer on xubuntu?01:05
zoredacheNicekiwi9: I don't believe there really is a system proxy... what are you trying to run that needs it?01:05
Nicekiwi9Steam01:06
Nicekiwi9and Firefox is oddly refuseing my proxy too... tho im nto sure if thats related or not01:06
Nicekiwi9someone here yesturday told me to do "export proxy_somthing http://etc:808001:07
Nicekiwi9but they dident say where or how01:07
zoredachewith vlc I usually us a command like 'export http_proxy=http://localhost:9999/ ; vlc'01:07
zoredacheyou create a script, or launcher that does that01:07
Nicekiwi9cant i set one up for the enviroment? or somthing so all programs will run off it?01:08
Nicekiwi9somthing to do with the /etc/enviroment file01:08
zoredacheNicekiwi9: yes, it almost certainly can be done... I haven't cared/need to know enough to find out01:08
Nicekiwi9but in the dcase of steam? running through crossover games.....01:09
zoredacheIt seems like crossover would have to have something01:09
Nicekiwi9which it dosent =(01:10
zoredacheare you sure steam will even use a proxy?  I didn't thing it was http based01:10
Nicekiwi9it is strangly enough....01:10
Nicekiwi9it works on ubuntu with the system proxy enabled.....01:10
Nicekiwi9=S01:11
Nicekiwi9how do i edit a readonly file via terminal?01:13
Nicekiwi9or through anything01:13
zoredacheusually it is read-only because it is owned by root and you don't have permissions01:13
Nicekiwi9how do i give myself permission?01:13
Nicekiwi9i know in ubuntu i could go "sudo gedit etc"01:14
zoredachethe *buntu was is usually to use sudo/gksu start a program with permission.  In this case you would use sudo editor blah01:14
Nicekiwi9but gedit isent here01:14
zoredachemousepad is the default gui editor01:14
zoredachenano or vi are available if you like/want a text mode editor01:14
Nicekiwi9hmm ok...01:17
Nicekiwi9can u think of any reason y my proxy would be flattly refusing connection to my Xbuntu box01:17
Nicekiwi9in firfox01:17
Nicekiwi9the correct seetings r set and it was working last night....01:17
Nicekiwi9i was messing with the export proxy_http command which wasent working and i shutdown...01:18
Nicekiwi9now the proxy bluntly wont connect01:18
zoredachecan you telnet to the proxy?  'telnet host port'01:18
zoredacheif you get connected you should be able to type a command like 'get /' followed by <enter> and you'll get an error01:19
Nicekiwi9nope :S01:19
zoredacheif you can't telnet do it, that seems like it would indicate you either don't have any connectivity (check cables, ping, etc), or you have firewalled yourself out01:20
Nicekiwi9:S01:21
* Nicekiwi9 cries01:22
Nicekiwi9thnkx for ur help01:22
Shaba1Ok back01:23
Shaba1sloopy01:23
Shaba1Its not in services01:23
Shaba1I was trying to find out how I could put it there01:23
proprietarysucksdo I have to build kplayer from source?01:28
Nicekiwi9how do i clear any proxy settings enabled on the system01:28
sloopyShaba1, yeah i dont know the ubuntu way to do it... (in fedora you would use chkconfig but debian/ubuntu doesnt have that)01:29
TheSheepyou can install sysv-rc-conf...01:30
Shaba1You know this is the first time I have ever seen anyone chatting in this channel01:30
Shaba1at least i know its not dead01:30
TheSheepthat's because it's #xubuntu-offtopic that's for chatting01:30
proprietarysucksdo I have to build kplayer from source? kplayer is the best video player I've ever seen on linux, shame to see it not being included01:31
TheSheep!info kplayer | proprietarysucks01:32
ubottuproprietarysucks: Package kplayer does not exist in hardy01:32
TheSheephmm.. it's there in Intrepid01:32
proprietarysucksnot sure what that means01:33
TheSheep!intrepid01:33
ubottuAlpha Software: Intrepid Ibex is the code name for Ubuntu 8.10, due October 2008 - #ubuntu+1 for discussion | Warning lots of breaking software between now and October!01:33
proprietarysucksso in other words yes I must build it from source01:33
proprietarysucksthanks01:33
TheSheepproprietarysucks: you could try installing the package from debian, it works sometimes01:34
TheSheepproprietarysucks: or check getdeb.net01:34
proprietarysucksnot there01:34
zoredacheyou could try getting the intrepid source package and backporting it...01:35
proprietarysuckshow do you guys exist with no kplayer01:37
proprietarysucksalso where can I look for this source01:37
TheSheepproprietarysucks: packages.ubuntu.com01:38
proprietarysucksman that's cool they must finally be getting away from the 7-year old mentality names for the distros01:38
proprietarysucksand on to the car names.. better at least01:38
proprietarysucksthanks, I see it01:39
proprietarysuckswhew!01:40
proprietarysucks192MB will be installed01:40
sloopyShaba1, people talk on and off 24hours a day here...01:40
proprietarysuckswhich is funny since it's 2331kb package01:41
proprietarysucksoh well it's worth it, bombs away01:41
TheSheepproprietarysucks: it probably has to install half of the kde01:41
sloopymy scroll back on has 8 hours in it...01:41
Shaba1Every time I have come in for the last three weeks there have been 10-40 nick in the room but no on talking01:41
proprietarysucks56 packages whew01:41
TheSheepShaba1: you have to ask the question :)01:41
proprietarysuckswell I'm talking now so be happy =D01:41
sloopytry going to #Linux-M68k my scroll back could contain weeks of chat... ;')01:41
TheSheepShaba1: not to mention #linux-z8001:42
sloopyTheSheep, i am an op in LM68k channel, so i am more familiar with it...01:43
Shaba1z8001:43
Shaba1that is and old 8 bit chip01:43
Shaba1??01:43
sloopyyes it is01:43
Shaba1I remember programming for those back in the early 80s01:43
TheSheepneat instruction set they had :)01:44
sloopyi was more a 6502/68k person01:44
Shaba1That was my next step up01:45
Shaba1that 621001:45
sloopyheh i just looked it up, my nick has been reg'd for over 6 years on freenode/OPN01:45
Shaba1sorry01:45
Shaba1651001:45
sloopy6510?!??! commodore 64 user?01:45
* TheSheep jumped to 80086 right away01:45
Nicekiwi9how do i add a program to the startup01:45
proprietarysucksyes! kplayer finally01:46
proprietarysucksthanks for the tips about 8.1001:46
TheSheepNicekiwi9: settings->setting manager->autostarted applications01:46
TheSheepproprietarysucks: beware of beta software01:46
proprietarysuckshmm I wonder what will happen if I do a system wide update01:46
proprietarysuckshahaha... wish me luck01:46
sloopyi only started using x86 as my main machine 2 years ago01:47
proprietarysuckswith the intrepid repo enabled01:47
TheSheepproprietarysucks: I did last week and I'm still alive01:47
TheSheepproprietarysucks: although ff crashes when I select 'save as' :)01:47
proprietarysucksfirefox has a save as? why01:47
Shaba1Ok off topic question/opinion poll01:48
proprietarysucksman 697 packages01:48
sloopyto save the awesome pron you find ;')01:48
TheSheepproprietarysucks: so that you can save a web page, style, image, etc.01:48
proprietarysuckslucky I'm at work getting over 800kbs01:48
Shaba1Has anyone ever downloaded a program where the was a general desciption of what it does on the web page01:48
sloopyproprietarysucks, not in the US or dont have broadband at home?01:48
TheSheepproprietarysucks: more breakage expected until october though01:48
Shaba1but NO instruction on how to do it either on the page or with the program.01:48
Shaba1like you get a set of  menus and thats it.01:49
TheSheepShaba1: that's pretty common with opensource...01:49
sloopyShaba1, often01:49
proprietarysucksyou don't get solid 800kbs at home in us01:49
Shaba1It suck01:49
proprietarysucksunless you have fios or something01:49
Shaba1I mean I do not expect like a thousand page manual01:49
Shaba1but some kinda start here page or something01:50
sloopynope i have cable, and it runs flawlessly (yes i know i am one of the few ;')01:50
TheSheepShaba1: usually someone wrote it for himself and just shared01:50
proprietarysuckshey xubuntu people, the help does nothing at all in the remote desktop viewer01:50
proprietarysucksfyi, kthnxbye01:50
TheSheepproprietarysucks: you need yelp installed01:50
TheSheepproprietarysucks: it's a known problem01:50
proprietarysucksok thanks01:50
Shaba1Sheep I know that01:50
proprietarysucksglad it will be fixed01:50
Shaba1but damn its not like we can read the programmers mind.01:51
TheSheepproprietarysucks: it can take several years until a version of yelp for xfce is made :)01:51
sloopyuse the source, its better then docs ;')01:51
TheSheepproprietarysucks: I tried to make one once, but failed01:51
proprietarysucksShaba1: what program?01:51
proprietarysucksTheSheep: can they remove the help > contents menu item then?01:51
proprietarysuckspretty stupid to have a menu item which does nothing01:52
proprietarysucksextra bulk01:52
Shaba1Well the most recent on is something called the Xdebuggerclient01:52
TheSheep!bugs | proprietarysucks01:52
ubottuproprietarysucks: If you find a bug in Ubuntu or any of its derivatives, please file a bug report at: http://bugs.launchpad.net/ubuntu  -  Bugs in/wishes for the bots can be filed at http://launchpad.net/ubuntu-bots01:52
proprietarysucksgoogle doesn't find that program, maybe you are spelling it wrong?01:52
proprietarysucksI don't create accounts to report bugs01:52
proprietarysuckstoo many distros sorry01:53
Shaba1Oh proprietarysucks I was not asking for help with it at all01:53
Shaba1it just still amazes me after all these year using computers that programmers still think that users can read thier minds and intentions01:54
proprietarysucksit doesn't exist so I'm glad about that01:54
proprietarysuckshard to find help on imaginary packages01:54
Shaba1Oh I was not asking for help at all01:54
Shaba1just making a comment.01:55
proprietarysucksI know that, I read your comments01:55
proprietarysucksbut I want an example01:55
proprietarysucksand the one you gave me is imaginary01:55
proprietarysucksyou know what else is freaking annoying, when commands have different than standard syntax01:56
proprietarysucksor don't just use stdin/stdout/stderr01:56
Shaba1and its at this address if you really want to see it01:56
Shaba1http://code.google.com/p/xdebugclient/01:56
proprietarysucksgah that's annoying01:56
sloopyShaba1, your work has been cut out for you... be the champion of open source project documentation! make docs where none exist, translate into x^16 laguanges and be an all around good user ;'D01:57
proprietarysucksuh-oh, E: base-passwd: subprocess post-installation script returned error exit status 901:57
Shaba1yeah right01:57
proprietarysuckssi correcto01:58
Shaba1I am just trying to eat from day to day right now sloopy01:58
proprietarysucksyou're almost there01:58
sloopyeating is overated...01:58
Shaba1Which is beginning to be a struggle01:58
proprietarysucksin synaptic how can you just view the possible upgrades, for single selecting01:58
sloopyi used to buy food when i was hungry and didnt have and food...01:59
proprietarysucks<--is used to yumex01:59
sloopyyumes?01:59
sloopyerr yumex?01:59
proprietarysucksyeah I've been using yumex for a long time, not used to synaptic package manager yet01:59
proprietarysuckshow can I see the upgrades available?01:59
sloopyhmmm yum... looks familiar...02:00
proprietarysucksI see only 'mark all upgrades'02:00
proprietarysucksi want to mark SOME upgrades =]02:00
sloopyi have used yum... and yup before that02:00
mortal1does anyone here use vuze?04:25
mortal1i can't get it to start on xub after switching to classic interface04:26
mortal1it's the wierdest thing04:26
mortal1anyone?04:29
* totalwormage doesn't :]04:30
totalwormagesorry04:30
mortal1now that's interesting04:35
mortal1the latest vuze client doesn't work, but go back one release and it works04:36
T045Tgood night everyone (: just wanted to ask how well xubuntu can/will run with 64MB of RAM, if at all...04:58
totalwormage!requirements04:59
ubottuHardware requirements to install, boot and comfortably use Xubuntu are listed at https://help.ubuntu.com/community/InstallingXubuntu04:59
totalwormage:D04:59
totalwormageit will run, but slow :P04:59
T045Tokay... lots of swap space won't change that much, right?05:00
T045T(on an IDE hard drive, nothing fancy)05:00
totalwormagei guess not05:00
T045Toh, I just remembered that 8 or 16 MB of that are gonna be shared VRAM ):05:03
mortal1T045T: with that ammount of ram, your best bet would be debian or slackware, and fluxbox05:06
mortal1I had a custom built slackware install that only used 30mb of ram logged in05:06
mortal1it was pretty tight05:06
mortal1err I should say, that was running fluxbox, nothing else at the time05:07
totalwormagehehehe05:07
mortal1firefox will still be slow05:07
T045Tmortal1: I'm burning the fluxbuntu iso right now... any experience with that?05:07
mortal1flubuntu looked unsupported the last i saw05:08
T045Tyeah, it does... their last release was a loong time ago05:08
mortal1T045T: your best bet if you want buntu is to install xub and then install fluxbox05:09
T045TI probably could do debian, but I'm more of a "casual" linux user, I guess... so I don't know how well that would work out05:10
mortal1like i said, dl xub and install fluxbox and use that05:12
T045Tplus, the hardware I'm working with is very unreliable... I don't even know if the CD drive is working correctly... keeps giving me read errors for no good reason (I burnt the disc twice, and only on 8x this second time)05:12
mortal1ah! let me guess 8.04?05:12
T045Tnope, fluxbuntu 7.1005:13
mortal1oh05:13
mortal1nvm05:13
mortal1aight, to bed i go05:13
mortal1night05:13
T045Tnight05:13
chasmanWhat does it mean to be official in this application?  Can I get help with mysql on xubuntu here or must I go elsewhere?06:38
cody-somervillechasman, hi06:41
cody-somervillechasman, This might not be the best place to ask for mysql help but if you ask and someone knows the answer then they'll respond06:42
chasmanThank you cody-somerville.   I have been working for hours on this error.  I have no trouble on windoz but It seems lot have the same issue on *nix.  I am going to try a fresh linux distribution.  thank you for your kind words.07:52
=== gnomefre1k is now known as gnomefreak
cody-somervilleTheSheep, ping13:14
TheSheephey13:14
cody-somervilleTheSheep, you suffer from bug #232364 right?13:15
ubottuLaunchpad bug 232364 in xfce4-utils "dbus-launch hangs at session start waiting on socket output in libxcb" [Critical,Fix committed] https://launchpad.net/bugs/23236413:15
TheSheepcody-somerville: not anymore13:16
cody-somervilleTheSheep, why?13:16
* TheSheep <-- Intrepid13:16
TheSheepdidn't you work around it?13:17
cody-somervilleTheSheep, So are you saying you installed the package from -proposed?13:19
TheSheepyeah, I have proposed enabled in my repo list13:20
TheSheepand I'm doing regular updates13:20
cody-somervilleTheSheep, Please report your success as a comment on bug #23236413:21
ubottuLaunchpad bug 232364 in xfce4-utils "dbus-launch hangs at session start waiting on socket output in libxcb" [Critical,Fix committed] https://launchpad.net/bugs/23236413:21
cody-somervilleSay you that before the update you were experiencing the problem but after the update you no longer experience it13:21
TheSheepcody-somerville: when did you actually made the fix available, btw?13:21
TheSheepcody-somerville: because the bug seems to be gone since several weeks13:22
cody-somervilleIt was accepted June 30th13:22
cody-somervilleDid you maybe make the changes yourself?13:23
TheSheepno13:23
VolkodavIs there a 64 bit opera on their site?13:23
TheSheepVolkodav: no13:23
TheSheepVolkodav: the yare too lazy to make a 64-bit version13:23
Volkodavthere must be reps somewhere13:23
TheSheepsame ith Adobe and other lazy bums13:24
cody-somervilleTheSheep, Can you pastebin your /etc/xdg/xfce4/xinitrc ?13:24
VolkodavI have beta 2 9.5 running 64 bit13:24
TheSheepVolkodav: there is no 64bit opera, period.13:24
TheSheepVolkodav: it's possible to run 32bit opera on 64bit13:24
VolkodavVersion13:24
Volkodav9.50 Beta 213:24
VolkodavBuild13:24
Volkodav180013:24
VolkodavPlatform13:24
VolkodavLinux13:24
VolkodavSystem13:24
Volkodavx86_64, 2.6.24-19-generic13:24
VolkodavQt library13:24
Volkodav3.3.8b\13:24
Volkodavtoo long paste sorry13:25
TheSheepVolkodav: so it seems they made it finally?13:26
TheSheepVolkodav: that's great news, sorry for confusion13:26
VolkodavI have been running it for a while13:26
VolkodavI'll find the link13:26
TheSheepVolkodav: maybe you could add the link to the howto on opera on the wiki13:26
VolkodavI might if I find 9.513:27
Volkodavif not I can put the beta 64 that I use13:27
TheSheephttps://help.ubuntu.com/community/OperaBrowser13:27
TheSheephmm... there is a link already, cool13:27
TheSheepcody-somerville: http://paste.pocoo.org/show/78351/13:30
lksanyone know how to get screensaver to work? thx13:32
gnomefreakcody-somerville: TheSheep does xubuntu use PA by default?13:40
gnomefreakPA == pulse audio13:43
|THoM|I have the following question: I have a laptop with Vista on the HDD. I also have an external USB HDD for backup. I want to get the choice at booting between both OS's. When installing Xubuntu, it chooses the external USB HDD. Can I just choose the size of the partition, and than everything works without losing the files that are allready on the external USB HDD?13:43
cody-somervillelks, Yes :)13:55
cody-somervillelks, It is a bug in Hardy which I've prepared a fix for and am working on getting an SRU done.13:55
cody-somervillelks, bug #22089913:55
ubottuLaunchpad bug 220899 in xubuntu-default-settings "[Hardy] Wrong default image browser" [Medium,Fix released] https://launchpad.net/bugs/22089913:55
cody-somervilleTheSheep, Okay so you are using the -proposed version. Please report success on the bug13:55
lkscody-somerville: thx for the info13:55
cody-somervillelks, This *should* fix it for you: Click sessions at login and select xfce4 and then login13:56
lkscody-somerville: does that mean it'll be done thru one of them system update?13:57
=== adam is now known as maxamillion
cody-somervillelks, eventually, yes.13:57
lkscody-somerville: alright, i'll try what've u told me there...cheers13:57
cody-somervillelks, before you go13:58
lkscody-somerville: anything else13:59
cody-somervillelks, if it *doesn't* work, look at .dmrc in your home directory13:59
cody-somervillelks, It should read: Session=xfce414:00
cody-somervilleInstead of: Session=default14:00
cody-somerville"[Desktop]" should be on the line above that14:00
lkscody-somerville: is not ...so i should change it to xfce4?14:01
cody-somervillelks, It should do that when you logout, click session and then xfce4, and then login14:02
lkscody-somerville: cool...nice one14:02
cody-somervilleTheSheep, please :P14:05
lkscody-someville: worked like a treat...;)..lovely jubbly mate14:09
cody-somervillelks, thanks.14:12
cody-somervilleCan you post your success on bug #220899?14:13
ubottuLaunchpad bug 220899 in xubuntu-default-settings "[Hardy] Wrong default image browser" [Medium,Fix released] https://launchpad.net/bugs/22089914:13
lkscody-somerville: how do u go about that...i just go the site n write what just happened14:14
cody-somervillelks, Yes, make a comment on the bug.14:14
cody-somervilleSay that you simulated the affect of my upload to -proposed and that it was successful14:14
lkscody-somerville: i14:15
cody-somervillelks, Infact, if you just explain the steps you took I can make a comment explaining :)14:15
lkscody-somerville: i'll try...cos i am a bit of a novice and gotten a bit confused once there14:17
cody-somervillelks, Okay. can you send me a quick e-mail (cody-somerville@ubuntu.com) stating what I asked of you and I'll get back to you with detailed instructions14:17
cody-somervilleI gotta jet for now :)14:17
cody-somervillelks, thanks for helping out :)14:17
lkscody-somerville : good day...i'll post something regardless14:18
cody-somervilleTheSheep, you commented on the wrong bug ;]14:22
cody-somervilleTheSheep, you want bug #23236414:22
ubottuLaunchpad bug 232364 in xfce4-utils "dbus-launch hangs at session start waiting on socket output in libxcb" [Critical,Fix committed] https://launchpad.net/bugs/23236414:22
TheSheepcody-somerville: how so?14:22
TheSheeparrgh14:22
TheSheepI suppose I cannot undo it?14:24
cody-somervilleTheSheep, don't worry about it14:25
cody-somervilleTheSheep, just make sure to comment on right bug :P14:44
=== maxamillion is now known as notMax
=== adam is now known as maxamillion
moj1hello16:40
moj1i need help with my wubi installer16:40
TheSheepmoj1: you need to ask a question :)16:41
moj1yep16:41
moj1i have wubi 7.04 because 8.04 wubi gives me and error message16:42
moj1with not enough ram16:42
moj1so  i ran 7.0416:42
moj1and it installed xubuntu but when the installer was finished i got a blackscreen16:42
moj1so then i powered my computer off16:42
moj1and then i get  an invalid boot.ini message16:43
moj1any idea why16:43
moj1?16:43
TheSheepno idea16:44
TheSheepnow you can't boot at all?16:44
moj1nope16:45
TheSheeptry booting the livecd and looking at the contents of that boot.ini file, maybe it's something easy to fix...16:46
moj1every time i start the computer i get a loop of this message and the IBM symobol16:46
moj1im running it on a laptop with no cd drive16:46
moj1and i cannot acces anything anymore not even windows16:46
TheSheephmm... you have a pendrive?16:48
moj1yep but my computer cannot boot from it16:48
TheSheepmoj1: can it boot from network?16:49
TheSheepmoj1: this page has a number of ways you can boot ubuntu:16:50
TheSheep!install | moj116:50
ubottumoj1: Ubuntu can be installed in a lot of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall. Don't want to use a CD? Try http://tinyurl.com/3exghs - See also !automate16:50
moj1yeah there is that option16:50
TheSheepmoj1: maybe one of these ways will work16:50
TheSheeponce you have any system running, you can look at the boot.ini file to see what is wrong16:51
moj1kk il; give them a try thanks16:51
moj1kk16:51
moj1but i dont have a floppy drive16:53
moj1it will not let me boot into windows either ... i really need some help17:01
zoredachemoj1: if you can't boot from a cd, floppy, or usb drive and you don't have the infrastructure to net boot then you are pretty much SOL17:02
moj1sol?17:02
zoredachesh** out of luck17:03
moj1haha well thanks17:03
=== notMax is now known as maxamillion
zoredacheup a creek with out a padel... etc...  As in a hopeless situation... :|17:03
moj1it gives me the network17:03
moj1option17:03
moj1i just need to buy a floppy drive then17:04
moj1or a cd17:04
moj1drive17:04
moj1or will that not work17:04
zoredacheif you don't care about using windows anymore you could pull the drive out and put it in another computer. There a file you can DD to the start of the hard drive that will boot up the alt installer17:05
zoredachebut doing that will remove everything17:05
moj1i dont want windows17:07
moj1so how would i do this17:08
moj1just put it in another comp17:08
moj1and17:08
moj1then17:08
DaveKongI would say it is easier to get a CD drive17:08
DaveKongthey are dirt cheap these days17:08
moj1ok17:09
moj1but it cannot be usb17:09
moj1right17:09
moj1because my laptop17:09
moj1did have a cd drive but it fell out17:09
moj1haha17:09
moj1so we didnt bother17:09
=== stuff is now known as gaurdro_
DaveKongIf you can enter your bios then you can see all the things your laptop can boot from and set it to whichever17:10
DaveKongI would say do this as simply and cheaply as possible17:11
DaveKongCDs are the easiest if you that works17:11
zoredachemoj1: to do it from another computer basically you need to download http://us.archive.ubuntu.com/ubuntu/dists/hardy/main/installer-i386/current/images/hd-media/boot.img.gz then zcat it to the hard drive (zcat file > /dev/hda17:12
moj1ok17:12
moj1im am very new to all of this17:12
moj1so how do u zcat17:12
moj1and it has to be from another laptop right?17:13
moj1Davekong: oi entered my system bios and if i got a usb c17:13
moj1*cd drive17:13
moj1would it show up17:13
zoredacheif you are very new it would be far better to just go buy hardware...  The method of installing probably is an expert-only method17:14
DaveKongmoj1:  If you have usb there should be a usb port on your computer... if you can boot from usb then in your bios list there should be boot options and a list of choices with numbers next to them saying what order to boot17:15
slimjimflimanybody know what the kernel source directory is?17:15
slimjimflimgusty17:15
slimjimflimgutsy17:15
zoredache /usr/src/kernel-source-nnnn17:16
moj1would that be my removable disks17:16
zoredachethat is if you install the kernel source package anyway17:16
slimjimflimzoredache, i can install that any time right?17:17
zoredacheyes... 'sudo apt-get install linux-source' is the package name if you where on hardy.  I don't think it changed17:17
DaveKongI am trying to go into bios on my laptop to get an idea as to what the list items may be called17:18
DaveKonggive me a sec17:18
DaveKonggot it..17:19
moj1kk17:19
DaveKongwell my laptop has a menu going across the top and boot is one of the items17:20
DaveKongthis desktop it has a vertical coloumn and I believe boot is also a category of it's own17:20
moj1yeah i think im going to buy a cd rom drive17:21
DaveKongthen there is a list with floppy devices cd-rom hard drive and onboardnic17:21
moj1its only 10 bucks17:21
slimjimflimat least get a dvd drive...also 10 bucks17:21
DaveKongDid you find the list?17:21
slimjimflimi think internal dl dvd-rw drives are less than $5017:22
slimjimflimdavekong, what are you trying to do exactly?17:24
DaveKongslimjimflim moj1 is unable to load his OS and he wants to boot and install xubuntu( I believe) onto his computer17:25
slimjimflimfigured17:25
slimjimflimso it's just on the cd so far?17:26
slimjimflimnot on an hdd?17:26
DaveKonghe actually says above that he installed xubuntu and got an ini error17:27
slimjimflimduring the install?17:28
DaveKongmoj1:  you still there?17:28
moj1yeah17:28
moj1sorry17:28
DaveKongafter the install when he restarted17:28
moj1yeah17:29
moj1so i installed it with wubi17:29
moj1and17:29
moj1then it gave me a black screen17:29
moj1and then i powered it off17:29
moj1and then i had a loop of it saying invalid boot.ini17:29
moj1and then the IBM sympol17:29
moj1*sympbol17:29
moj1**symbol17:29
moj1haha17:29
DaveKongDid grub load?17:30
moj1and i cannot access windows17:30
moj1what is grub17:30
moj1no17:30
moj1i just ran wubi17:31
moj1twice17:31
DaveKonggrub is the OS loader17:32
moj1k17:32
slimjimflimoh god, sounds you've got your hands full, davekong17:32
slimjimflimi'd stay and help, but i'm getting called in to work17:32
DaveKongcya slim17:32
moj1cya17:32
DaveKongmoj1 alright so I got a list of things I think you should do17:33
DaveKongfirst off17:33
darcyHi there, I'm brand new to LINUX and I can't seem to get my computer to network with my wife's Windows XP computer? Any ideas?17:33
DaveKongif you want to get rid of windows do you have all your important files backed up already?17:33
moj1yeah17:33
DaveKongdarcy:  read about samba that is the most i know17:33
darcywhat is samba17:34
DaveKonglets you network with other OSes17:34
DaveKonggo to the ubuntu forums and search for it17:34
DaveKonghttp://en.wikipedia.org/wiki/Samba_(software)17:35
shane__ok darcy ill be back in 45 if yah need any more help k17:35
darcythanks DaveKong17:35
DaveKongyw17:35
moj1yeah17:36
DaveKongmoj1: Alright now if you can boot from CD-rom and you are willing to invest in one or get your old one working I would say do that17:36
zoredachedarcy: can you be a bit more specific about what you mean by 'network'?  are you wanting to access files, serve files, or do something else17:36
moj1ok is there any way of not using a cd rom17:36
DaveKongmoj1:  If you can boot from USB then I would say that is your second best choice but is a little more advanced17:37
moj1yeah i tried that17:37
moj1but17:37
moj1my laptop does not support it17:37
moj1it wont read the usb device17:37
darcyI want to access files from my wife's computer which is XP and use them, alter them, etc.17:37
DaveKongmoj1: you also have the floppy option17:37
moj1yeah but i need to get a floppy drive then17:38
moj1do17:38
moj1*so17:38
moj1ill probably get the cd drive looks like it will be handy later anyways17:38
zoredachedarcy: if you only need to access files you only need fusesmb or smbfs...  https://help.ubuntu.com/community/FuseSmb17:38
moj1i was reading17:39
DaveKongmoj1:  it will make it easier if you want to try a few different boot discs as well17:39
moj1ok but can u hook ur laptop up to your computer17:39
moj1and install linux that way17:39
moj1i read it online but it looked complicated17:40
DaveKongyea well that is why I was saying go with a CD17:40
DaveKongit is the simplest way17:40
moj1kk but is there the way of hooking it up17:40
DaveKongIf you don't have the user manual for your computer you should look it up online17:41
DaveKongand see what you can install in it and how17:41
DaveKonglaptops are more tricky than desktops17:41
zoredachemoj1: yes there are many many ways to connect things and install, but of them are very complex and not well documented...17:41
moj1ok17:43
moj1i will just get the cd drive17:43
moj1thanks guys17:43
moj1cya17:43
DaveKonggood luck cya17:43
vehystrix is there any way I can have my computer send a keystroke (space, followed by a left mouseclick) to an application every minute?17:47
TheSheepvehystrix: generally yes, althhough it's not trivial, there might be an esier way to do that17:48
TheSheepI mean to do what you're trying to achieve17:49
vehystrixhow so?17:49
zoredachewhy do you need to do a space and click once a minute?17:49
TheSheepno idea, because I don't know what's n your mind :)17:49
vehystrixinternet form, I need to submit it approx once a minute, so the space will scroll the page down, with the mouce placed at the right position so it will come to hover over the right button, and then it will left click, submitting the form and reloding the page, after which the process can start over again17:51
zoredachevehystrix: are you sure it isn't something that can be done with a browser script (see greesemonkey) or curl17:52
vehystrixI don't know any of those things...17:52
vehystrixIn windows I could set up a schedule to send them keystrokes, but here it seems not possible17:53
zoredachegreasemonkey is a  plugin for mozilla based browser that lets you run javascrip that you write on every page load17:53
vehystrixand how would javascript submit that form after one minute?17:54
zoredacheI am not going to write it for you... but there is a timer event in javascript that you can wait for a period of time then call a function17:55
vehystrixtimout function right?17:56
vehystrixI know some javascript, but I wouldn't know how it can submit a form...17:56
zoredachejust get a handle to the form. then call its submit method17:57
vehystrixhmm17:58
zoredachevehystrix: and the timeout is 'setTimeout'17:58
vehystrixI think I'll be trying that...17:58
zoredachejust look on the greasemonkey site... there are thousands of users scripts that you can copy and paste from...  I would be very surprised if you couldn't find one close to what you want if you spend some time looking18:00
vehystrixI didn't even think of that...18:00
zoredachevehystrix: http://www.greasespot.net/18:00
zoredachevehystrix: rule #1 of pragmatic programming.  always steal from someone else before inventing something yourself18:01
vehystrixhah18:01
vehystrixanother question: Firefox sometimes hangs, and after some time, it'll just continue as if nothing happened, any idea how this could happen?18:02
zoredachebuggy add-ons (re flash) is the cause of 95% of the issues I see in firefox.  I tend to run with the 'flashblock'... But it could also be a slow web server, badly written javascript, or many other things18:04
vehystrixthe thing is, it only hangs here, if I go to the exact same sites with the same addons, and even more of them, but on windows, it's all fine18:06
vehystrixalso, could this be because it's FF3?18:06
Shaba1Hello anyone at the keys18:26
zoredache!anyone | Shaba118:27
ubottuShaba1: 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?18:27
darcyHow do you get networking between two household computers to work. I have tried installing samba and fuse but have not been able to get them to work.18:28
Shaba1both ubuntu?18:29
zoredachedarcy: can you tell me more about step you had problems with for fuse?18:29
Shaba1or xubuntu18:29
darcyWith Fuse, I went to the Synaptic Package Manager and had it install Fuse, then the window jsut disapears. The same thing happened with samba. I don't seem to be able to find it to "activate it" or "turn it on".18:34
darcyI'm used to Windows XP where I just share my drive with full permissions and state the network is MS Home, then I'm done.18:35
zoredachedarcy: did you read that link I gave you?18:36
zoredachehttps://help.ubuntu.com/community/FuseSmb18:36
Shaba1not to be sarcastic but welcome to the wonderful world of linux darcy18:37
Myrttiare both of the computers Linux?18:37
darcyMy laptop is Linux and the other computer is Windows XP.18:38
darcyzoredache: I have read the website and gone to the link in it.18:38
darcyWhen I download the stable release, what do I do with it?18:39
zoredachesorry?  I don't see anything in those instructions telling you to download something18:39
Shaba1Same setup here darcy18:40
Shaba1what are you specifically trying to do?18:40
darcySorry my mistake18:41
darcyI read part, but not all.18:41
darcyOne sec.18:41
darcythe site that they list here shows up for only a little and then changes to another utuntu site :https://wiki.ubuntu.com/MOTU/Packages?action=show&redirect=UniversePackages18:44
zoredachethat isn't an instruction it is just an fyi thing...18:45
zoredacheyou should be probably be starting at the point 'now enter a terminal and type.....'18:46
darcyHow do you enter a terminal?18:47
shane__darcy go to aplications18:48
zoredacheapplications->accessories->terminal18:48
shane__hey darc give me a call im at home now18:49
shane__hey as to darcy prob with network,could he not use the fish site connect18:56
Shaba1darcy what exactly are you trying to do18:56
shane__or can that be done with a microcrap computer18:56
zoredachefish?18:58
shane__yah it isthe openssh-serverclient through konqueror19:09
shane__im not sure if that can be done to a micrsoft system though19:10
zoredachewindows does not have an ssh server built in...  And getting one working seems to either cost money, or be difficult19:11
th0rzoredache, openssh is available for windows and is no harder to install than openssh for linux19:14
zoredacheth0r: oh?  can you point me to a windows binary that allows scp/sftp to work that is as easy to install as 'apt-get install openssh-server'?19:16
th0rzoredache, give me a sec19:16
th0rzoredache, http://sshwindows.sourceforge.net/19:17
th0rzoredache, but I have to tell you I have had little success with scp or sftp in either windows or linux.19:17
th0rzoredache, I find it much more dependable to do ftp through an ssh tunnel19:17
zoredacheI have never had problems with sftp/scp...  Or the guis like gtk-ftp,winscp,filezilla.19:19
th0rzoredache, I never tried the gui's...was using scp and sftp from the linux cli or using winscp19:19
zoredacheoh, as to that that sshwindows. Any suggestions that is a bit more recent?  There have been several security issues patched in ssh in the last 4 years.19:21
th0rzoredache, trying to determine the version I have installed...just a sec19:26
th0rzoredache, nope...that 3.8.1 is the one I have been using.19:27
zoredacheyeah, and that concernce me...  Particularly if it is going to be an internet facing ssh server19:29
kiadriverHi all, anyone know how to deal with the nm-applet password at login? Found thread referring to ubuntu but not working with xubuntu19:41
th0rkiadriver, you might try installing the gnome-keyring and making sure gnome services are started at login19:43
kiadriverth0r, installed libpam-gnome-keyring and added @include common-pamkeyring to gdm but got authentication error19:44
kiadriverpasswords are the same for login and keyring19:46
kiadriverAnother q - screen res is set to 1280x768, screen capable of 1280x800, not available in settings, have gone into xorg.conf to edit but ut's the barest xorg.conf I've ever seen, just refers to configured monitor. Any ideas of getting 1280x800?19:49
kiadriverAnother q!  - wifi is rt2500 chipset, driver is rt2500pci, crap connection, sudo iwconfig wlan0 rate 54M sets it to a reasonable connection but I have to do it each login. Any way to get that command to run automatically on start?19:52
zoredachecreate a script in your home directory, and add it to your autostarted applications19:53
zoredacheyou would need to adjust the sudo config to not ask for a password when running iwconfig19:54
vehystrixwow, can't believe it actually worked... Thanks zoredache and TheSheep19:54
kiadriverThanks, zoredache, it gives me a start to get it sorted!19:56
lince hi is there any way to make windows open CENTERED?20:01
zoredachelince: I believe you can do with with devilspie20:03
linceLOL, so there is no native way to achieve this but only with KDE?20:03
zoredacheI am not aware of any... xfce is aimed at being light-weight.  automatically positioning windows seems like something most people won't need20:06
vehystrixhow do I get my mic to work with skype?20:57
vehystrixgeen idee21:00
th0rvehystrix, open a terminal and run alsamixer. Make sure the mike is enabled and turned up21:09
vehystrixhmm, i tried that already...21:12
vehystrixgoogle told me to install kmix, would this help?21:12
th0rvehystrix, if you are running kde, probably21:13
vehystrixI'm not running kde21:14
th0rvehystrix, I once had a problem with skype that required I turn off the auto level feature....where you tell skype to control the mike level automaticlly21:14
vehystrixoh21:15
vehystrixI tried the kde fix, and I was able to change the volume setting of the capture, which I was unable in the xfce mixer21:15
vehystrixit seems that actually did the trick21:18
vehystrixenable the capture and mic bypass in kmix21:18
vehystrixnow I can change it in the xfce mixer as well21:18
vehystrixeven after uninstalling kmix21:18
vehystrixo_O21:18
gaurdro_I've been trying to get some better info on that to file a bug somewhere with.  alsamix and the Xfce applet won't keep recording settings (always set volume to 0) until you use another mixer to set them21:21
vehystrixweird thing is that they work as they're supposed to after you used kmix once21:23
th0rvehystrix, might have something to do with kde. I installed xubuntu (xfce) and nothing else, and had no problems getting the mike to work with skype21:25
vehystrixI installed xubuntu as well, from the 8.04 live cd21:26
vehystrixno kde on the system21:27
gaurdro_basically it works after using any other mixer, not just kmix.  i'm a bit confused as to where to file a bug though.21:29
vehystrixubuntu bugtracker?21:30
vehystrixor launchpad21:30
gaurdro_I'm not sure if i'd go with xubuntu, ubuntu or further upstream21:36
arf`hi23:17
GenelykHi23:18
arf`on a xubuntu hardy, the font in the menu bar are a bit crap only for firefox23:19
arf`it looks like the font is not anti-aliased/hinted/sub-pixeled23:20
TheSheeparf`: you have antialiasing enabled in user interface settings?23:24
arf`yeah23:25
arf`all other apps are cool23:25
TheSheeparf`: was it disabled at any time?23:25
arf`only firefox looks different23:25
arf`no23:25
* TheSheep scratches his head23:26
arf`i changed the font parameters in .gconf, but no result23:26
TheSheepyou could look for some settings about fonts in about:config in firefox23:26
arf`yeah, i tried this too (something.css)23:26
TheSheepfirefox only pretends to look like it's native, it has its own rendering and display23:26
arf`it doesn't change23:26
arf`TheSheep: yeah, that's what i found on some ubuntu forums23:27
arf`at a time, I were thinking that the "system" opposite to native related to gnome23:28
arf`the reason why I configured the gnome fonts in same way I did for xfce423:28
arf`but it doesn't work23:28
TheSheepit normally works on a fresh install... unless it's some strange fornt you are using23:29
TheSheepwhat font is it?23:29
arf`the default (sans)23:29
arf`link to dejavu I think23:29
TheSheepyeah23:29
arf`for what I searched, the problem is not so frequent, and it's not so easy to find something cause a lot of problems are with the web page fonts, not with the app fonts23:30
TheSheepin this case it's the menubar, so it's definitely the app font :)23:32
arf`the fact is it seems to be not really important, but at use it's annoying23:32
arf`I also were thinking that perhaps the problem exists for a lot of people, but appear just in some extrem conditions (ie small fonts)23:33

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