[00:15] hey 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:16] how did you mount it in /media/FAT32? [00:17] [00:19] homebrewcider: so an fstab line like "/dev/sda6 /media/FAT32 auto defaults 0 0' should probably do what you want [00:20] though you might want to change the defaults to do something like setup the group, owner, and umask since fat32 doesn't have permissions [00:21] I'll try that [00:24] no, no good [00:24] how so? [00:24] not giving me write access [00:24] but did it get mounted? [00:25] I had no problems mounting it before, that's not the problem, writing is the problem [00:25] anyone here? [00:26] as I mentioned... fat doesn't have permissions. When mounted through fstab everything will appear to be owned by root:root by default [00:26] Ok how do we get a windows partition to show up in thunar. [00:26] if you have a single users system you can replace the 'defaults' column with something like 'uid=1000' [00:26] I alread have it in /etc/fstab [00:27] homebrewcider: that will basicall make everything be owned by the user 1000 which is usually the id associated with the first user on the system [00:28] like this? [00:28] I believe that is right [00:29] that's not working either [00:29] again, not working how? Does it mount? [00:30] it's been mounted the whole time [00:30] if you do an ls on it after you have remounted does it show you as the owner? [00:30] homebrewcider: you realize you have unmount/remount when you make a change to the fstab right? [00:30] or reboot [00:30] oh [00:31] so unmount the volume then do a 'sudo mount -a' [00:31] huh [00:31] zoredache can I get our attention after homebrewcider [00:32] Shaba1: 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 that [00:32] Shaba1, is it mounted? [00:32] Well it shows up in /etc/fstab [00:33] but when I open thundar its not there [00:33] if you do a 'mount' in a terminal does it show up? [00:33] Shaba1, do a 'df -h' [00:33] see if it is listed [00:33] hold on [00:33] ok, that worked, can I just ask you why "sudo mount -a" is different to me doing "sudo mount /dev/sda6 /media/FAT32" ? [00:34] yep it is liste by that command as /dev/sda1 [00:34] homebrewcider: mount -a will read the fstab and automatically mount everything not flaged with 'noauto' [00:34] the -a mounts all partitions listed in /etc/fstab [00:34] yeah that... [00:34] its monted on [00:34] sorry [00:35] I'm sure in the past my fstab had options like noauto,user,exec,noatime [00:35] that command says its "Mounted on" /Media/Cdrive [00:35] so when I was mounting it before it wasn't reading the fstab? [00:35] is that right? [00:36] sloopy? [00:36] homebrewcider: I am not quite sure... [00:36] Shaba1: try browsing to the folder /media/cdrive [00:36] Shaba1, then put that in thundar and see it [00:36] thanx anyway [00:36] put in in how? [00:36] put what in [00:36] the "/dev/sda1 part [00:37] err sry was thinking different... click on file system then media [00:37] or the "/Media/Cdrive" part? [00:37] homebrewcider: I know that sometimes it will look at the fstab if you dont' provide enough options. I have never cared enough to look it up [00:37] ok, cheers, I'm off then, thanks [00:37] Shaba1: with thunar open click the go menu then open location [00:37] click on 'filesystem' on left then click on Media folder on right [00:38] i am still not overly exp with GUIs ;') [00:38] ok sloopy dont that [00:38] now what [00:38] ? [00:38] Cdrive should be a folder on right side now [00:39] Ok that got it [00:39] I just dragged it there [00:40] Ok how do I get that icon to show up on the desktop also? [00:40] instead of having to open thunar every time [00:41] never mind [00:41] I got it done [00:42] Ok thanks [00:42] well now [00:42] np [00:42] that helps a lot [00:42] now does anyone have any Idea how I can get vino-server to start up automagically? [00:43] Never mind answering that [00:43] I have to run down the the laundry [00:43] brb [00:43] yes but i dont know how to do it the proper 'ubuntu' way ;') [00:45] you can check applications>system>services to see if it listed and check it there [01:02] hiysa [01:02] howdo i setup a system proxy in xubuntu 8.04? [01:05] anyone know how to install kplayer on xubuntu? [01:05] Nicekiwi9: I don't believe there really is a system proxy... what are you trying to run that needs it? [01:06] Steam [01:06] and Firefox is oddly refuseing my proxy too... tho im nto sure if thats related or not [01:07] someone here yesturday told me to do "export proxy_somthing http://etc:8080 [01:07] but they dident say where or how [01:07] with vlc I usually us a command like 'export http_proxy=http://localhost:9999/ ; vlc' [01:07] you create a script, or launcher that does that [01:08] cant i set one up for the enviroment? or somthing so all programs will run off it? [01:08] somthing to do with the /etc/enviroment file [01:08] Nicekiwi9: yes, it almost certainly can be done... I haven't cared/need to know enough to find out [01:09] but in the dcase of steam? running through crossover games..... [01:09] It seems like crossover would have to have something [01:10] which it dosent =( [01:10] are you sure steam will even use a proxy? I didn't thing it was http based [01:10] it is strangly enough.... [01:10] it works on ubuntu with the system proxy enabled..... [01:11] =S [01:13] how do i edit a readonly file via terminal? [01:13] or through anything [01:13] usually it is read-only because it is owned by root and you don't have permissions [01:13] how do i give myself permission? [01:14] i know in ubuntu i could go "sudo gedit etc" [01:14] the *buntu was is usually to use sudo/gksu start a program with permission. In this case you would use sudo editor blah [01:14] but gedit isent here [01:14] mousepad is the default gui editor [01:14] nano or vi are available if you like/want a text mode editor [01:17] hmm ok... [01:17] can u think of any reason y my proxy would be flattly refusing connection to my Xbuntu box [01:17] in firfox [01:17] the correct seetings r set and it was working last night.... [01:18] i was messing with the export proxy_http command which wasent working and i shutdown... [01:18] now the proxy bluntly wont connect [01:18] can you telnet to the proxy? 'telnet host port' [01:19] if you get connected you should be able to type a command like 'get /' followed by and you'll get an error [01:19] nope :S [01:20] if 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 out [01:21] :S [01:22] * Nicekiwi9 cries [01:22] thnkx for ur help [01:23] Ok back [01:23] sloopy [01:23] Its not in services [01:23] I was trying to find out how I could put it there [01:28] do I have to build kplayer from source? [01:28] how do i clear any proxy settings enabled on the system [01:29] Shaba1, yeah i dont know the ubuntu way to do it... (in fedora you would use chkconfig but debian/ubuntu doesnt have that) [01:30] you can install sysv-rc-conf... [01:30] You know this is the first time I have ever seen anyone chatting in this channel [01:30] at least i know its not dead [01:30] that's because it's #xubuntu-offtopic that's for chatting [01:31] do 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 included [01:32] !info kplayer | proprietarysucks [01:32] proprietarysucks: Package kplayer does not exist in hardy [01:32] hmm.. it's there in Intrepid [01:33] not sure what that means [01:33] !intrepid [01:33] Alpha 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] so in other words yes I must build it from source [01:33] thanks [01:34] proprietarysucks: you could try installing the package from debian, it works sometimes [01:34] proprietarysucks: or check getdeb.net [01:34] not there [01:35] you could try getting the intrepid source package and backporting it... [01:37] how do you guys exist with no kplayer [01:37] also where can I look for this source [01:38] proprietarysucks: packages.ubuntu.com [01:38] man that's cool they must finally be getting away from the 7-year old mentality names for the distros [01:38] and on to the car names.. better at least [01:39] thanks, I see it [01:40] whew! [01:40] 192MB will be installed [01:40] Shaba1, people talk on and off 24hours a day here... [01:41] which is funny since it's 2331kb package [01:41] oh well it's worth it, bombs away [01:41] proprietarysucks: it probably has to install half of the kde [01:41] my scroll back on has 8 hours in it... [01:41] Every time I have come in for the last three weeks there have been 10-40 nick in the room but no on talking [01:41] 56 packages whew [01:41] Shaba1: you have to ask the question :) [01:41] well I'm talking now so be happy =D [01:41] try going to #Linux-M68k my scroll back could contain weeks of chat... ;') [01:42] Shaba1: not to mention #linux-z80 [01:43] TheSheep, i am an op in LM68k channel, so i am more familiar with it... [01:43] z80 [01:43] that is and old 8 bit chip [01:43] ?? [01:43] yes it is [01:43] I remember programming for those back in the early 80s [01:44] neat instruction set they had :) [01:44] i was more a 6502/68k person [01:45] That was my next step up [01:45] that 6210 [01:45] heh i just looked it up, my nick has been reg'd for over 6 years on freenode/OPN [01:45] sorry [01:45] 6510 [01:45] 6510?!??! commodore 64 user? [01:45] * TheSheep jumped to 80086 right away [01:45] how do i add a program to the startup [01:46] yes! kplayer finally [01:46] thanks for the tips about 8.10 [01:46] Nicekiwi9: settings->setting manager->autostarted applications [01:46] proprietarysucks: beware of beta software [01:46] hmm I wonder what will happen if I do a system wide update [01:46] hahaha... wish me luck [01:47] i only started using x86 as my main machine 2 years ago [01:47] with the intrepid repo enabled [01:47] proprietarysucks: I did last week and I'm still alive [01:47] proprietarysucks: although ff crashes when I select 'save as' :) [01:47] firefox has a save as? why [01:48] Ok off topic question/opinion poll [01:48] man 697 packages [01:48] to save the awesome pron you find ;') [01:48] proprietarysucks: so that you can save a web page, style, image, etc. [01:48] lucky I'm at work getting over 800kbs [01:48] Has anyone ever downloaded a program where the was a general desciption of what it does on the web page [01:48] proprietarysucks, not in the US or dont have broadband at home? [01:48] proprietarysucks: more breakage expected until october though [01:48] but NO instruction on how to do it either on the page or with the program. [01:49] like you get a set of menus and thats it. [01:49] Shaba1: that's pretty common with opensource... [01:49] Shaba1, often [01:49] you don't get solid 800kbs at home in us [01:49] It suck [01:49] unless you have fios or something [01:49] I mean I do not expect like a thousand page manual [01:50] but some kinda start here page or something [01:50] nope i have cable, and it runs flawlessly (yes i know i am one of the few ;') [01:50] Shaba1: usually someone wrote it for himself and just shared [01:50] hey xubuntu people, the help does nothing at all in the remote desktop viewer [01:50] fyi, kthnxbye [01:50] proprietarysucks: you need yelp installed [01:50] proprietarysucks: it's a known problem [01:50] ok thanks [01:50] Sheep I know that [01:50] glad it will be fixed [01:51] but damn its not like we can read the programmers mind. [01:51] proprietarysucks: it can take several years until a version of yelp for xfce is made :) [01:51] use the source, its better then docs ;') [01:51] proprietarysucks: I tried to make one once, but failed [01:51] Shaba1: what program? [01:51] TheSheep: can they remove the help > contents menu item then? [01:52] pretty stupid to have a menu item which does nothing [01:52] extra bulk [01:52] Well the most recent on is something called the Xdebuggerclient [01:52] !bugs | proprietarysucks [01:52] proprietarysucks: 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-bots [01:52] google doesn't find that program, maybe you are spelling it wrong? [01:52] I don't create accounts to report bugs [01:53] too many distros sorry [01:53] Oh proprietarysucks I was not asking for help with it at all [01:54] it just still amazes me after all these year using computers that programmers still think that users can read thier minds and intentions [01:54] it doesn't exist so I'm glad about that [01:54] hard to find help on imaginary packages [01:54] Oh I was not asking for help at all [01:55] just making a comment. [01:55] I know that, I read your comments [01:55] but I want an example [01:55] and the one you gave me is imaginary [01:56] you know what else is freaking annoying, when commands have different than standard syntax [01:56] or don't just use stdin/stdout/stderr [01:56] and its at this address if you really want to see it [01:56] http://code.google.com/p/xdebugclient/ [01:56] gah that's annoying [01:57] Shaba1, 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 ;'D [01:57] uh-oh, E: base-passwd: subprocess post-installation script returned error exit status 9 [01:57] yeah right [01:58] si correcto [01:58] I am just trying to eat from day to day right now sloopy [01:58] you're almost there [01:58] eating is overated... [01:58] Which is beginning to be a struggle [01:58] in synaptic how can you just view the possible upgrades, for single selecting [01:59] i used to buy food when i was hungry and didnt have and food... [01:59] <--is used to yumex [01:59] yumes? [01:59] err yumex? [01:59] yeah I've been using yumex for a long time, not used to synaptic package manager yet [01:59] how can I see the upgrades available? [02:00] hmmm yum... looks familiar... [02:00] I see only 'mark all upgrades' [02:00] i want to mark SOME upgrades =] [02:00] i have used yum... and yup before that [04:25] does anyone here use vuze? [04:26] i can't get it to start on xub after switching to classic interface [04:26] it's the wierdest thing [04:29] anyone? [04:30] * totalwormage doesn't :] [04:30] sorry [04:35] now that's interesting [04:36] the latest vuze client doesn't work, but go back one release and it works [04:58] good night everyone (: just wanted to ask how well xubuntu can/will run with 64MB of RAM, if at all... [04:59] !requirements [04:59] Hardware requirements to install, boot and comfortably use Xubuntu are listed at https://help.ubuntu.com/community/InstallingXubuntu [04:59] :D [04:59] it will run, but slow :P [05:00] okay... lots of swap space won't change that much, right? [05:00] (on an IDE hard drive, nothing fancy) [05:00] i guess not [05:03] oh, I just remembered that 8 or 16 MB of that are gonna be shared VRAM ): [05:06] T045T: with that ammount of ram, your best bet would be debian or slackware, and fluxbox [05:06] I had a custom built slackware install that only used 30mb of ram logged in [05:06] it was pretty tight [05:07] err I should say, that was running fluxbox, nothing else at the time [05:07] hehehe [05:07] firefox will still be slow [05:07] mortal1: I'm burning the fluxbuntu iso right now... any experience with that? [05:08] flubuntu looked unsupported the last i saw [05:08] yeah, it does... their last release was a loong time ago [05:09] T045T: your best bet if you want buntu is to install xub and then install fluxbox [05:10] I 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 out [05:12] like i said, dl xub and install fluxbox and use that [05:12] plus, 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] ah! let me guess 8.04? [05:13] nope, fluxbuntu 7.10 [05:13] oh [05:13] nvm [05:13] aight, to bed i go [05:13] night [05:13] night [06:38] What does it mean to be official in this application? Can I get help with mysql on xubuntu here or must I go elsewhere? [06:41] chasman, hi [06:42] chasman, This might not be the best place to ask for mysql help but if you ask and someone knows the answer then they'll respond [07:52] Thank 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. === gnomefre1k is now known as gnomefreak [13:14] TheSheep, ping [13:14] hey [13:15] TheSheep, you suffer from bug #232364 right? [13:15] Launchpad bug 232364 in xfce4-utils "dbus-launch hangs at session start waiting on socket output in libxcb" [Critical,Fix committed] https://launchpad.net/bugs/232364 [13:16] cody-somerville: not anymore [13:16] TheSheep, why? [13:16] * TheSheep <-- Intrepid [13:17] didn't you work around it? [13:19] TheSheep, So are you saying you installed the package from -proposed? [13:20] yeah, I have proposed enabled in my repo list [13:20] and I'm doing regular updates [13:21] TheSheep, Please report your success as a comment on bug #232364 [13:21] Launchpad bug 232364 in xfce4-utils "dbus-launch hangs at session start waiting on socket output in libxcb" [Critical,Fix committed] https://launchpad.net/bugs/232364 [13:21] Say you that before the update you were experiencing the problem but after the update you no longer experience it [13:21] cody-somerville: when did you actually made the fix available, btw? [13:22] cody-somerville: because the bug seems to be gone since several weeks [13:22] It was accepted June 30th [13:23] Did you maybe make the changes yourself? [13:23] no [13:23] Is there a 64 bit opera on their site? [13:23] Volkodav: no [13:23] Volkodav: the yare too lazy to make a 64-bit version [13:23] there must be reps somewhere [13:24] same ith Adobe and other lazy bums [13:24] TheSheep, Can you pastebin your /etc/xdg/xfce4/xinitrc ? [13:24] I have beta 2 9.5 running 64 bit [13:24] Volkodav: there is no 64bit opera, period. [13:24] Volkodav: it's possible to run 32bit opera on 64bit [13:24] Version [13:24] 9.50 Beta 2 [13:24] Build [13:24] 1800 [13:24] Platform [13:24] Linux [13:24] System [13:24] x86_64, 2.6.24-19-generic [13:24] Qt library [13:24] 3.3.8b\ [13:25] too long paste sorry [13:26] Volkodav: so it seems they made it finally? [13:26] Volkodav: that's great news, sorry for confusion [13:26] I have been running it for a while [13:26] I'll find the link [13:26] Volkodav: maybe you could add the link to the howto on opera on the wiki [13:27] I might if I find 9.5 [13:27] if not I can put the beta 64 that I use [13:27] https://help.ubuntu.com/community/OperaBrowser [13:27] hmm... there is a link already, cool [13:30] cody-somerville: http://paste.pocoo.org/show/78351/ [13:32] anyone know how to get screensaver to work? thx [13:40] cody-somerville: TheSheep does xubuntu use PA by default? [13:43] PA == pulse audio [13: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:55] lks, Yes :) [13:55] lks, It is a bug in Hardy which I've prepared a fix for and am working on getting an SRU done. [13:55] lks, bug #220899 [13:55] Launchpad bug 220899 in xubuntu-default-settings "[Hardy] Wrong default image browser" [Medium,Fix released] https://launchpad.net/bugs/220899 [13:55] TheSheep, Okay so you are using the -proposed version. Please report success on the bug [13:55] cody-somerville: thx for the info [13:56] lks, This *should* fix it for you: Click sessions at login and select xfce4 and then login [13:57] cody-somerville: does that mean it'll be done thru one of them system update? === adam is now known as maxamillion [13:57] lks, eventually, yes. [13:57] cody-somerville: alright, i'll try what've u told me there...cheers [13:58] lks, before you go [13:59] cody-somerville: anything else [13:59] lks, if it *doesn't* work, look at .dmrc in your home directory [14:00] lks, It should read: Session=xfce4 [14:00] Instead of: Session=default [14:00] "[Desktop]" should be on the line above that [14:01] cody-somerville: is not ...so i should change it to xfce4? [14:02] lks, It should do that when you logout, click session and then xfce4, and then login [14:02] cody-somerville: cool...nice one [14:05] TheSheep, please :P [14:09] cody-someville: worked like a treat...;)..lovely jubbly mate [14:12] lks, thanks. [14:13] Can you post your success on bug #220899? [14:13] Launchpad bug 220899 in xubuntu-default-settings "[Hardy] Wrong default image browser" [Medium,Fix released] https://launchpad.net/bugs/220899 [14:14] cody-somerville: how do u go about that...i just go the site n write what just happened [14:14] lks, Yes, make a comment on the bug. [14:14] Say that you simulated the affect of my upload to -proposed and that it was successful [14:15] cody-somerville: i [14:15] lks, Infact, if you just explain the steps you took I can make a comment explaining :) [14:17] cody-somerville: i'll try...cos i am a bit of a novice and gotten a bit confused once there [14:17] lks, 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 instructions [14:17] I gotta jet for now :) [14:17] lks, thanks for helping out :) [14:18] cody-somerville : good day...i'll post something regardless [14:22] TheSheep, you commented on the wrong bug ;] [14:22] TheSheep, you want bug #232364 [14:22] Launchpad bug 232364 in xfce4-utils "dbus-launch hangs at session start waiting on socket output in libxcb" [Critical,Fix committed] https://launchpad.net/bugs/232364 [14:22] cody-somerville: how so? [14:22] arrgh [14:24] I suppose I cannot undo it? [14:25] TheSheep, don't worry about it [14:44] TheSheep, just make sure to comment on right bug :P === maxamillion is now known as notMax === adam is now known as maxamillion [16:40] hello [16:40] i need help with my wubi installer [16:41] moj1: you need to ask a question :) [16:41] yep [16:42] i have wubi 7.04 because 8.04 wubi gives me and error message [16:42] with not enough ram [16:42] so i ran 7.04 [16:42] and it installed xubuntu but when the installer was finished i got a blackscreen [16:42] so then i powered my computer off [16:43] and then i get an invalid boot.ini message [16:43] any idea why [16:43] ? [16:44] no idea [16:44] now you can't boot at all? [16:45] nope [16:46] try booting the livecd and looking at the contents of that boot.ini file, maybe it's something easy to fix... [16:46] every time i start the computer i get a loop of this message and the IBM symobol [16:46] im running it on a laptop with no cd drive [16:46] and i cannot acces anything anymore not even windows [16:48] hmm... you have a pendrive? [16:48] yep but my computer cannot boot from it [16:49] moj1: can it boot from network? [16:50] moj1: this page has a number of ways you can boot ubuntu: [16:50] !install | moj1 [16:50] moj1: 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 !automate [16:50] yeah there is that option [16:50] moj1: maybe one of these ways will work [16:51] once you have any system running, you can look at the boot.ini file to see what is wrong [16:51] kk il; give them a try thanks [16:51] kk [16:53] but i dont have a floppy drive [17:01] it will not let me boot into windows either ... i really need some help [17:02] moj1: 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 SOL [17:02] sol? [17:03] sh** out of luck [17:03] haha well thanks === notMax is now known as maxamillion [17:03] up a creek with out a padel... etc... As in a hopeless situation... :| [17:03] it gives me the network [17:03] option [17:04] i just need to buy a floppy drive then [17:04] or a cd [17:04] drive [17:04] or will that not work [17:05] if 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 installer [17:05] but doing that will remove everything [17:07] i dont want windows [17:08] so how would i do this [17:08] just put it in another comp [17:08] and [17:08] then [17:08] I would say it is easier to get a CD drive [17:08] they are dirt cheap these days [17:09] ok [17:09] but it cannot be usb [17:09] right [17:09] because my laptop [17:09] did have a cd drive but it fell out [17:09] haha [17:09] so we didnt bother === stuff is now known as gaurdro_ [17:10] If you can enter your bios then you can see all the things your laptop can boot from and set it to whichever [17:11] I would say do this as simply and cheaply as possible [17:11] CDs are the easiest if you that works [17:12] moj1: 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/hda [17:12] ok [17:12] im am very new to all of this [17:12] so how do u zcat [17:13] and it has to be from another laptop right? [17:13] Davekong: oi entered my system bios and if i got a usb c [17:13] *cd drive [17:13] would it show up [17:14] if you are very new it would be far better to just go buy hardware... The method of installing probably is an expert-only method [17:15] moj1: 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 boot [17:15] anybody know what the kernel source directory is? [17:15] gusty [17:15] gutsy [17:16] /usr/src/kernel-source-nnnn [17:16] would that be my removable disks [17:16] that is if you install the kernel source package anyway [17:17] zoredache, i can install that any time right? [17:17] yes... 'sudo apt-get install linux-source' is the package name if you where on hardy. I don't think it changed [17:18] I am trying to go into bios on my laptop to get an idea as to what the list items may be called [17:18] give me a sec [17:19] got it.. [17:19] kk [17:20] well my laptop has a menu going across the top and boot is one of the items [17:20] this desktop it has a vertical coloumn and I believe boot is also a category of it's own [17:21] yeah i think im going to buy a cd rom drive [17:21] then there is a list with floppy devices cd-rom hard drive and onboardnic [17:21] its only 10 bucks [17:21] at least get a dvd drive...also 10 bucks [17:21] Did you find the list? [17:22] i think internal dl dvd-rw drives are less than $50 [17:24] davekong, what are you trying to do exactly? [17:25] slimjimflim moj1 is unable to load his OS and he wants to boot and install xubuntu( I believe) onto his computer [17:25] figured [17:26] so it's just on the cd so far? [17:26] not on an hdd? [17:27] he actually says above that he installed xubuntu and got an ini error [17:28] during the install? [17:28] moj1: you still there? [17:28] yeah [17:28] sorry [17:28] after the install when he restarted [17:29] yeah [17:29] so i installed it with wubi [17:29] and [17:29] then it gave me a black screen [17:29] and then i powered it off [17:29] and then i had a loop of it saying invalid boot.ini [17:29] and then the IBM sympol [17:29] *sympbol [17:29] **symbol [17:29] haha [17:30] Did grub load? [17:30] and i cannot access windows [17:30] what is grub [17:30] no [17:31] i just ran wubi [17:31] twice [17:32] grub is the OS loader [17:32] k [17:32] oh god, sounds you've got your hands full, davekong [17:32] i'd stay and help, but i'm getting called in to work [17:32] cya slim [17:32] cya [17:33] moj1 alright so I got a list of things I think you should do [17:33] first off [17:33] Hi 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] if you want to get rid of windows do you have all your important files backed up already? [17:33] yeah [17:33] darcy: read about samba that is the most i know [17:34] what is samba [17:34] lets you network with other OSes [17:34] go to the ubuntu forums and search for it [17:35] http://en.wikipedia.org/wiki/Samba_(software) [17:35] ok darcy ill be back in 45 if yah need any more help k [17:35] thanks DaveKong [17:35] yw [17:36] yeah [17:36] moj1: 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 that [17:36] darcy: can you be a bit more specific about what you mean by 'network'? are you wanting to access files, serve files, or do something else [17:36] ok is there any way of not using a cd rom [17:37] moj1: If you can boot from USB then I would say that is your second best choice but is a little more advanced [17:37] yeah i tried that [17:37] but [17:37] my laptop does not support it [17:37] it wont read the usb device [17:37] I want to access files from my wife's computer which is XP and use them, alter them, etc. [17:37] moj1: you also have the floppy option [17:38] yeah but i need to get a floppy drive then [17:38] do [17:38] *so [17:38] ill probably get the cd drive looks like it will be handy later anyways [17:38] darcy: if you only need to access files you only need fusesmb or smbfs... https://help.ubuntu.com/community/FuseSmb [17:39] i was reading [17:39] moj1: it will make it easier if you want to try a few different boot discs as well [17:39] ok but can u hook ur laptop up to your computer [17:39] and install linux that way [17:40] i read it online but it looked complicated [17:40] yea well that is why I was saying go with a CD [17:40] it is the simplest way [17:40] kk but is there the way of hooking it up [17:41] If you don't have the user manual for your computer you should look it up online [17:41] and see what you can install in it and how [17:41] laptops are more tricky than desktops [17:41] moj1: yes there are many many ways to connect things and install, but of them are very complex and not well documented... [17:43] ok [17:43] i will just get the cd drive [17:43] thanks guys [17:43] cya [17:43] good luck cya [17:47] is there any way I can have my computer send a keystroke (space, followed by a left mouseclick) to an application every minute? [17:48] vehystrix: generally yes, althhough it's not trivial, there might be an esier way to do that [17:49] I mean to do what you're trying to achieve [17:49] how so? [17:49] why do you need to do a space and click once a minute? [17:49] no idea, because I don't know what's n your mind :) [17:51] internet 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 again [17:52] vehystrix: are you sure it isn't something that can be done with a browser script (see greesemonkey) or curl [17:52] I don't know any of those things... [17:53] In windows I could set up a schedule to send them keystrokes, but here it seems not possible [17:53] greasemonkey is a plugin for mozilla based browser that lets you run javascrip that you write on every page load [17:54] and how would javascript submit that form after one minute? [17:55] I 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 function [17:56] timout function right? [17:56] I know some javascript, but I wouldn't know how it can submit a form... [17:57] just get a handle to the form. then call its submit method [17:58] hmm [17:58] vehystrix: and the timeout is 'setTimeout' [17:58] I think I'll be trying that... [18:00] just 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 looking [18:00] I didn't even think of that... [18:00] vehystrix: http://www.greasespot.net/ [18:01] vehystrix: rule #1 of pragmatic programming. always steal from someone else before inventing something yourself [18:01] hah [18:02] another question: Firefox sometimes hangs, and after some time, it'll just continue as if nothing happened, any idea how this could happen? [18:04] buggy 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 things [18:06] the 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 fine [18:06] also, could this be because it's FF3? [18:26] Hello anyone at the keys [18:27] !anyone | Shaba1 [18:27] Shaba1: 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:28] How 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:29] both ubuntu? [18:29] darcy: can you tell me more about step you had problems with for fuse? [18:29] or xubuntu [18:34] With 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:35] I'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:36] darcy: did you read that link I gave you? [18:36] https://help.ubuntu.com/community/FuseSmb [18:37] not to be sarcastic but welcome to the wonderful world of linux darcy [18:37] are both of the computers Linux? [18:38] My laptop is Linux and the other computer is Windows XP. [18:38] zoredache: I have read the website and gone to the link in it. [18:39] When I download the stable release, what do I do with it? [18:39] sorry? I don't see anything in those instructions telling you to download something [18:40] Same setup here darcy [18:40] what are you specifically trying to do? [18:41] Sorry my mistake [18:41] I read part, but not all. [18:41] One sec. [18:44] the 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=UniversePackages [18:45] that isn't an instruction it is just an fyi thing... [18:46] you should be probably be starting at the point 'now enter a terminal and type.....' [18:47] How do you enter a terminal? [18:48] darcy go to aplications [18:48] applications->accessories->terminal [18:49] hey darc give me a call im at home now [18:56] hey as to darcy prob with network,could he not use the fish site connect [18:56] darcy what exactly are you trying to do [18:56] or can that be done with a microcrap computer [18:58] fish? [19:09] yah it isthe openssh-serverclient through konqueror [19:10] im not sure if that can be done to a micrsoft system though [19:11] windows does not have an ssh server built in... And getting one working seems to either cost money, or be difficult [19:14] zoredache, openssh is available for windows and is no harder to install than openssh for linux [19:16] th0r: 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] zoredache, give me a sec [19:17] zoredache, http://sshwindows.sourceforge.net/ [19:17] zoredache, but I have to tell you I have had little success with scp or sftp in either windows or linux. [19:17] zoredache, I find it much more dependable to do ftp through an ssh tunnel [19:19] I have never had problems with sftp/scp... Or the guis like gtk-ftp,winscp,filezilla. [19:19] zoredache, I never tried the gui's...was using scp and sftp from the linux cli or using winscp [19:21] oh, 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:26] zoredache, trying to determine the version I have installed...just a sec [19:27] zoredache, nope...that 3.8.1 is the one I have been using. [19:29] yeah, and that concernce me... Particularly if it is going to be an internet facing ssh server [19:41] Hi all, anyone know how to deal with the nm-applet password at login? Found thread referring to ubuntu but not working with xubuntu [19:43] kiadriver, you might try installing the gnome-keyring and making sure gnome services are started at login [19:44] th0r, installed libpam-gnome-keyring and added @include common-pamkeyring to gdm but got authentication error [19:46] passwords are the same for login and keyring [19:49] Another 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:52] Another 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:53] create a script in your home directory, and add it to your autostarted applications [19:54] you would need to adjust the sudo config to not ask for a password when running iwconfig [19:54] wow, can't believe it actually worked... Thanks zoredache and TheSheep [19:56] Thanks, zoredache, it gives me a start to get it sorted! [20:01]  hi is there any way to make windows open CENTERED? [20:03] lince: I believe you can do with with devilspie [20:03] LOL, so there is no native way to achieve this but only with KDE? [20:06] I am not aware of any... xfce is aimed at being light-weight. automatically positioning windows seems like something most people won't need [20:57] how do I get my mic to work with skype? [21:00] geen idee [21:09] vehystrix, open a terminal and run alsamixer. Make sure the mike is enabled and turned up [21:12] hmm, i tried that already... [21:12] google told me to install kmix, would this help? [21:13] vehystrix, if you are running kde, probably [21:14] I'm not running kde [21:14] vehystrix, 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 automaticlly [21:15] oh [21:15] I tried the kde fix, and I was able to change the volume setting of the capture, which I was unable in the xfce mixer [21:18] it seems that actually did the trick [21:18] enable the capture and mic bypass in kmix [21:18] now I can change it in the xfce mixer as well [21:18] even after uninstalling kmix [21:18] o_O [21:21] 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 them [21:23] weird thing is that they work as they're supposed to after you used kmix once [21:25] vehystrix, might have something to do with kde. I installed xubuntu (xfce) and nothing else, and had no problems getting the mike to work with skype [21:26] I installed xubuntu as well, from the 8.04 live cd [21:27] no kde on the system [21:29] 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:30] ubuntu bugtracker? [21:30] or launchpad [21:36] I'm not sure if i'd go with xubuntu, ubuntu or further upstream [23:17] hi [23:18] Hi [23:19] on a xubuntu hardy, the font in the menu bar are a bit crap only for firefox [23:20] it looks like the font is not anti-aliased/hinted/sub-pixeled [23:24] arf`: you have antialiasing enabled in user interface settings? [23:25] yeah [23:25] all other apps are cool [23:25] arf`: was it disabled at any time? [23:25] only firefox looks different [23:25] no [23:26] * TheSheep scratches his head [23:26] i changed the font parameters in .gconf, but no result [23:26] you could look for some settings about fonts in about:config in firefox [23:26] yeah, i tried this too (something.css) [23:26] firefox only pretends to look like it's native, it has its own rendering and display [23:26] it doesn't change [23:27] TheSheep: yeah, that's what i found on some ubuntu forums [23:28] at a time, I were thinking that the "system" opposite to native related to gnome [23:28] the reason why I configured the gnome fonts in same way I did for xfce4 [23:28] but it doesn't work [23:29] it normally works on a fresh install... unless it's some strange fornt you are using [23:29] what font is it? [23:29] the default (sans) [23:29] link to dejavu I think [23:29] yeah [23:30] 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 fonts [23:32] in this case it's the menubar, so it's definitely the app font :) [23:32] the fact is it seems to be not really important, but at use it's annoying [23:33] I also were thinking that perhaps the problem exists for a lot of people, but appear just in some extrem conditions (ie small fonts)