/srv/irclogs.ubuntu.com/2008/11/26/#xubuntu.txt

nyczuh, is there any browser that's more compatible than dillo but faster that midori? ._.00:01
TheSheepnycz: compatible to what?00:01
nyczTheSheep: web standards00:01
nyczdillo cant even show wikipedia in a nice way00:01
TheSheepnycz: dillo is very compatible to web standards00:01
TheSheepnycz: it just doesn't support css, which is perfectly valid according to the w3c00:02
nyczah00:02
nyczwell then00:02
nyczis there any browser that supports css but is faster than midori?00:02
knomenycz, you start to be pushing your luck00:03
nyczknome: you gotta push until you find the borders :P00:04
nyczi want to try and squeeze out every drop of fast-ness of this computer00:05
nycz*speed o_O00:05
TheSheepnycz: well, I once wrote a browser that supports (some) css and uses gtkhtml2, which is faster than webkit (by virtue of not supporting javascript and more advanced css)00:09
TheSheepnycz: but it's not really usable00:09
nyczTheSheep: heh00:10
nyczhm00:10
TheSheepnycz: http://code.google.com/p/arora/00:11
TheSheepnycz: that's another webkit-based browser00:11
nyczbut shouldnt all webkitbrowsers be more or less equally fast?00:12
TheSheepthere is some overhead of the gui, and some of them may seem faster by displaying the page before it's actually loaded and having more responsive interface00:13
nyczok00:13
NotADJHalf the xfce packages are gnome-*00:20
TheSheepNotADJ: well, gnome has the habit of adopting good gtk-based applications00:21
NotADJ:P00:21
TheSheepNotADJ: that doesn't mean that once they are adopted in gnome, we can't use them anymore in xubuntu00:22
scooby2any chance the xubuntu live cd has flash?00:22
TheSheepscooby2: as soon as Adobe opensources it00:24
scooby2thats what i figured00:24
NotADJgnash00:25
TheSheepNotADJ: I think it's installed by default, but won't run everything00:26
NotADJOh?00:27
NotADJCool00:27
NotADJ9%00:27
NotADJYay00:27
NotADJ61%*00:27
NotADJGrub!00:30
nyczhuh00:30
NotADJThat was 91% before.00:30
NotADJThe install is almost finishedQ00:30
nyczinstall of what? :P00:30
NotADJUbuntu00:30
nyczah00:31
ConmiroHelp00:35
ConmiroIm trying to ru my copmuter as server00:35
Conmiroand I need help setting up my ip that isint working right00:36
NotADJIt works!00:38
NotADJSlow, but it works!00:38
NotADJConmiro: How do you mean?00:38
TheSheepConmiro: your question is unclear, can you ask it differently?00:41
Conmirook....00:45
ConmiroIm trying to host my xubuntu os as the host for my website00:45
Conmirolike I put files on it00:45
Conmiromake my IP public00:45
Conmiroset up domain for IP00:45
Conmiroand :D00:45
TheSheepwell, you can't make your IP public, your provider must do it for you00:46
nyczisn't there better distros, specifically made for servers?00:47
knomeo/ ->00:47
TheSheepnycz: sure, hundreds00:48
TheSheepnycz: each one better than all others00:48
nycz:P00:48
nyczxubuntu just seemed like a little odd choice00:49
TheSheepnycz: it's easy to install and start learning00:50
TheSheepnycz: later you can change to something more sophisticated00:50
nyczi see00:51
nyczguess i just think of minimalistic textbased distros when i hear server00:51
ConmiroIve done it before....00:52
ConmiroOn my own......00:52
TheSheepConmiro: then your ip must already be public00:52
ConmiroYes ubuntu server doesint work for ,e.00:52
Conmirome00:52
ConmiroOk, but it hasint seemed to be working since I installed xubuntu....00:52
TheSheepConmiro: what exactly doesn't work? what do you do to test it?00:52
ConmiroI go to my IP00:55
Conmiroand it doesint load my website on XP00:55
Conmirooh important info: I had it set up on xp00:55
Conmiroand was able to go to my ip00:56
Conmiroand it would show my website00:56
Conmiroand other people tried and it worked for them00:56
ConmiroBut I wanted to configure it with Xubuntu00:56
Conmiroand now xp doesint work00:56
Conmiroonly localhost and 127.0.0.1 work....00:56
TheSheepwait, you installed xubuntu and your web site on windows xp stopped working?00:56
Conmiroyes00:57
TheSheepor did you install apache on xubuntu and it doesn't work?00:57
ConmiroI installed apache on Xubuntu00:57
Conmiroand it doesint work and now XP doesint work00:57
Conmiromabey coincidence00:58
ConmiroIdk00:58
Conmiroside question: How do I add users? the add button seems to be grayed out in user and group manager.00:58
TheSheepConmiro: you have to unlock it first00:59
Conmirook01:00
Conmiromay I ask how?01:00
TheSheepConmiro: click on unlock and give your password01:00
TheSheepok, apache on xubuntu by default only listens on localhost01:00
TheSheepto change it, edit /etc/apache2/ports.conf01:00
TheSheepas rood01:00
Conmirook01:00
TheSheeproot01:00
Conmiroroot?01:00
ConmiroOMG01:00
Conmirois that why It says i dont have access to certain things?01:01
ConmiroI must be logged in as root?01:01
TheSheepno01:01
TheSheepyou can use this command: gksu mousepad /etc/apache2/ports.conf01:01
TheSheepit will ask you for password and then run the editor as root01:01
* NotADJ watches house01:01
TheSheepConmiro: there is a detailed guide about apache, if it helps01:02
TheSheep!apache01:02
ubottuLAMP 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+)01:02
TheSheepConmiro: just use mousepad instead of gedit everywhere01:03
Conmirook01:03
Conmirolet me open terminal01:03
TheSheepConmiro: after you have edited it, you have to reload apache:  sudo /etc/init.d/apache reload01:03
TheSheepor was it apache2? :/01:04
TheSheepyes, apache201:04
Conmirook.01:04
Conmiroso change listen 80 to list myip?01:04
TheSheepConmiro: just add one more line01:05
TheSheepwith your ip01:05
Conmirooh01:05
Conmirook01:05
TheSheepor with * instead of ip01:05
TheSheepif you want it to listen on all01:05
Conmirodo I need to add listen?01:05
TheSheepyes01:05
Conmiroor just hav following: Listen 80 (anotherline) ip01:06
TheSheepListen *:8001:06
TheSheepsomehting like that01:06
TheSheephmm, wait01:07
Conmirook..01:07
TheSheepit was Listen 80 ?01:07
TheSheepand only that?01:07
Conmirolistten 8001:07
TheSheepnot Listen 127.0.0.1:80 ?01:07
ConmiroNameVirtualHost *:80 Listen 8001:07
Conmirothats two lines...01:07
TheSheepargh, then it was ok01:07
Conmirono changing needed?01:07
TheSheepit should work01:08
TheSheepyeah01:08
Conmirook01:08
Conmiroso now what01:08
TheSheepdid you add any firewall rules?01:08
Conmirono01:08
Conmirobut it doesint work still01:08
* TheSheep scratches his head01:08
Conmiro66.182.206.18 is not loading01:08
TheSheepand localhost is?01:08
Conmiroworks01:09
Conmiroyes01:09
Conmiroremote desktop?01:09
TheSheepno01:10
Conmiroit wouldent help u?01:10
TheSheephmm, when I try to connect to port 80, it's being filtered by a firewall01:11
Conmiroit is?01:11
ConmiroOk01:11
Conmirothat seems good01:11
Conmirothat means it is public, just firewalled?01:12
TheSheepon 66.182.213.601:12
TheSheepyes01:12
Conmirothats my IP?01:12
TheSheepis 66.182.213.6 your gateway?01:12
Conmiroidk01:12
ConmiroIve got two ips01:12
TheSheepno, that's the last host that I can see with tcptraceroute01:12
Conmiro.....01:12
Conmirooh01:12
Conmirowell01:13
TheSheepwhat does it say when you type 'route' in the terminal?01:13
Conmiromy normal gateway for router01:13
nyczg'nite01:13
Conmiroterminal?01:13
Conmiroor firefox?01:13
TheSheepterminal01:13
TheSheepthere should be a line that says 'default'01:13
Conmirogateway= *01:13
TheSheepand an ip address01:13
Conmiro192.168.2.001:13
Conmirobut u cant access that01:13
TheSheepI know01:13
Conmirook01:14
TheSheepso you have two internet connections there?01:14
ConmiroI guess......01:15
ConmiroIve got two ips01:15
Conmirowhen I go to myip it tells me my ip is 66.182.206.1801:15
TheSheepyou are behind a NAT01:15
TheSheepin a private network, that only has one public ip, but many private ips01:16
Conmirook01:16
Conmiroso what I do01:16
ConmiroTheSheep you seem really smart...01:16
TheSheepyou need to ask your admin to configure the router so that all requests to port 80 are forwarded to your computer01:16
ConmiroIm the admin01:16
Conmiroshall i configure router?01:17
TheSheepthen you have to read the router's manual to see how to do it01:17
Conmiroi think I know how01:17
Conmiroim in router menu01:17
TheSheepit should be called 'port forwarding'01:17
Conmirook01:17
Conmirono tabs with that name01:17
=== wormsxulla_ is now known as wormsxulla
Conmirounder firewall possibly?01:18
TheSheepmight be01:18
Conmirocant find01:19
Conmiroand I have no manual01:19
Conmiroremote desktop?01:19
Conmirolol, sorry im upsessed....01:19
TheSheepmaybe google for 'port forwarding' and your router's name...01:20
Conmirooh theres a help documentation01:20
Conmiroil search it01:20
Conmirooh01:21
Conmiroi need to setup as static?01:21
Conmiroone second01:21
NotADJ9_901:21
TheSheepNotADJ: sleepy?01:21
Conmirohelp me01:21
Conmirowhere i find subnet mask01:22
TheSheepConmiro: of which subnet?01:22
Conmirois that 255255255255?01:22
Conmiroidk01:22
TheSheepConmiro: internal or external?01:22
Conmiroim setting up static01:22
Conmiroidk :(01:22
TheSheep255.255.255.0 probably01:22
Conmirooh that seems familiar01:23
TheSheepif that's your internal network, that is 192.168.x.x01:23
Conmirowhats gateway address01:23
Conmirosame as ip?01:23
TheSheepif it's external network, then you should have received the mask from your isp, or just got it via dhcp01:23
NotADJNo01:23
Conmirook.............01:24
TheSheepgateway is the ip address of your ISP's computer01:24
Conmirowow01:24
Conmirohow i find that out01:24
Conmirowithout calling them01:24
TheSheepfor intrnal network, just set it to whatever ip comes to your mind01:24
TheSheep192.168.0.1 is popular01:25
Conmiroohhhhh01:25
Conmirodo i setup virtual servers??01:25
Conmirohttp://portforward.com/english/routers/port_forwarding/Belkin/F5D7632-4/default.htm01:25
Conmiroscroll down01:25
TheSheepno, you are setting NAT, a translation between private and public network01:25
Conmirook01:26
TheSheepConmiro: yes, that's it01:26
Conmirowait what?01:26
TheSheepwhy do they have to invent their own names :/01:26
TheSheepyou are setting up a virtual server :)01:26
Conmiroso i dont need static? just click virtual servers?01:26
Conmirook01:26
Conmirowhat type01:26
TheSheeptcp01:27
Conmirokk01:27
TheSheepand both ports 8001:27
Conmirok01:27
Conmirowhat description01:27
TheSheepwhatever comes to your mind01:27
Conmirooh01:27
TheSheepjust don't swear too much01:27
ConmiroDude01:27
Conmirothere is01:27
Conmiroaready one there01:27
ConmiroWeb Server (http)01:27
TheSheepis it enabled?01:27
Conmiroits disabled01:27
TheSheepthen enable it :)01:27
Conmirowhat private ip adress?01:28
TheSheepand make sure it's for the ip that you have01:28
Conmirook01:28
TheSheepifconfig will show it01:28
TheSheepat the terminal01:28
Conmiro2.0?01:28
Conmirook01:28
Conmiroinvalid01:28
Conmirowhen i pressed submit01:28
Conmirocant be 2.001:28
Conmiro2.4?01:29
TheSheep192.168.2.001:29
Conmirocant be that01:29
TheSheepcan't be, it's a broadcast address01:29
Conmirook01:29
Conmirothen what01:29
TheSheepunicast, sorry01:29
TheSheepanyways, can't be used :)01:29
Conmirowhat then01:29
TheSheepuse the address that appears next to 'inet addr:' in ifconfig01:29
Conmiroerr wheres that01:29
Conmiroifconfig?01:30
TheSheeptype 'ifconfig' in terminal on your linux box01:30
Conmirooh01:30
Conmiroi see01:30
Conmiro:D01:30
Conmiro127.0.0.1?01:30
Conmirowait01:30
Conmirono01:30
Conmirothats local01:30
TheSheepthere should be several interfaces01:30
Conmirotheres another one01:30
Conmiroeth0?01:30
TheSheepyes01:30
Conmiroor eth101:30
Conmiroonly eth1 has inet addr01:31
Conmiro192.168.2.2!!!01:31
Conmiroapplied!01:31
TheSheepI can see your web page01:32
TheSheepnow, it would be wise to make sure that this computer always gets this ip address01:32
TheSheepso either configure it as 'static' on the computer, or configure your router to always give it the same address01:33
TheSheepthe first is simpler to do01:33
TheSheepbut less foolproof01:33
TheSheepthe second requires you to set that ip for the MAC address of your computer01:34
TheSheepyou can see the mac next to 'HWaddr' in ifconfig01:34
Conmirook01:38
Conmironow what01:38
Conmiroit works!!!01:38
Conmiro66.182.206.18  works!!01:38
Conmirou try01:38
TheSheepwanna bet he'll be back in 2 days when he gets a different ip from his dhcp?01:38
NotADJo_o01:41
bobJRcan someone help me i just installed crossover games on xubuntu intrepid and its not showing up in menu does anyone know how to make it show01:54
TheSheepbobJR: settings->menu editor01:58
bobJRthats what i thought but the only thing its showing on menu editor is settings02:01
bobJRand all the hiddens are unchecked02:02
bobJR=[ im a kde person everything always shows up on the menu when i install something but it seems xfce dont02:04
TheSheepjust add an entry02:05
bobJRok02:05
TheSheepyou can create a submenu if you want that entry in a submenu02:05
bobJRoh02:05
TheSheepthe system menu witll be merged with what you create02:05
bobJRbrb02:05
bobJRok i see now thanks02:08
bobJRok another question i got it to show but weres the default applications at ?02:19
bobJRlike the ones that are on the applications menu by defaults02:19
TheSheepbobJR: they are all define in /usr/share/applications02:20
TheSheepone file per entry02:20
bobJRok thanks02:20
TheSheepif you want to modify them, copy corresponding file to ~/.local/share/applications and edit there02:20
bobJRis there a command i can put to put them back in default because alot of stuff is gone lol02:22
bobJRin terminal that is02:22
TheSheepI don't understand02:23
bobJRlike were it says network and multimedia all that is gone somehow it dont say multimedia or network theres only 2 items on the menu and they are crossover games and settings02:24
bobJRcrossover games i put there in menu editor02:25
bobJRbut the rest of the stuff that was on there is gone now02:25
TheSheepbobJR: aah, xfce4-menueditor02:26
bobJRthanks02:26
TheSheepand add that include at the end02:26
NotADJWhere can I find the NDiswrapper .deb?02:27
TheSheepNotADJ: packages.ubuntu.com02:27
NotADJHmm02:28
NotADJNo good.02:28
TheSheepbobJR: you can also delete ~/.config/xfce4/desktop/menu.xml  and relog, then you will get the default02:28
NotADJTheSheep: Doesn't seem as if it has the kernel module is there too.02:29
bobJRthank you TheSheep02:29
bobJRyou have been alot of help02:29
TheSheep!ndiswrapper02:31
ubottuWireless documentation can be found at https://help.ubuntu.com/community/WifiDocs02:31
TheSheepNotADJ: I suppose it's in -restricted modules02:32
NotADJTheSheep: I downloaded #02:47
NotADJhttp://packages.ubuntu.com/intrepid/misc/ndiswrapper-common02:47
NotADJ#02:47
NotADJhttp://packages.ubuntu.com/intrepid/misc/ndiswrapper-utils-1.902:47
NotADJBut there are no kernel modules02:47
iShockHow do I update my graphics driver?02:48
NotADJiShock: Umm... Sypnbatic?02:48
NotADJSypnatic?02:48
iShockTDJACR!02:48
NotADJiShock: Um, hi?02:49
* iShock aka: Lee02:50
NotADJiShock: Oh!02:50
NotADJ:P02:50
iShockExactly what in Synaptic am I looking for? :<02:50
NotADJiShock: Is it a proprietary driver?02:50
iShockNot sure02:50
iShockDefine proprietary :<02:51
NotADJWell if it is go to hardware drivers if not, IDK02:51
NotADJ:P02:51
iShockIDK what proprietary is :<02:51
NotADJClosed-Source?02:52
iShockOh, it's Intel :P02:52
NotADJ:/02:53
NotADJidk02:53
iShockUseless creature :<02:53
iShockWhat'd you do to get banned from Cluenet?02:53
NotADJiShock: Lamia hates me, I don't know why/02:54
NotADJWhatever02:54
iShockI thought she hated me02:54
iShockGuess I was wrong :o02:54
yotuxI am doing a fresh install what type of partions should I setup03:06
iShockNotADJ:03:17
B0BBYHello People.03:20
B0BBYso what is the googleearth-package doing?03:21
B0BBYthere's google earth for ubuntu?03:21
MHz128hello!05:17
MHz128After initial start up, I am asked to unlock the default keyring to allow nm-applet to connect. How can this be automated on bootup?05:18
MHz128hello again!05:20
MHz128After initial start up, I am asked to unlock the default keyring to allow nm-applet to connect. How can this be automated on bootup?05:20
B0BBYHello People.05:27
B0BBYclear05:28
MHz128clear05:42
MHz128How do I automate the keyring unlocking at startup?05:42
anubisCould someone tell me how to move a file as root ?  I know it's a stupid question, but I am new to this.07:34
anubisI want to move an xorg.conf file to /etc/X11/07:35
ballanubis: mv xorg.conf /etc/X1107:36
anubisThe file I want to move is on the desktop and I want to move it to /etc/X1107:38
balloh.  mv /etc/X11/xorg.conf xorg.conf.old && mv ~anubis/old/Desktop/xorg.conf /etc/X1107:39
ballYou may want to be root when you do that, or insert "sudo" before each mv07:39
anubisI did.  It worked, thanks07:39
anubisNow hopefully this POS won't revert back to 640x480 res. when I restart the X server.  I was using the Nvidia Configuration Menu and trying to save the new xorg.conf file and it told me I didn't have permission.07:40
* ball nods07:41
anubisI would assume that most people here use the Nvidia Configuration Utility?07:41
nillerzhello!07:42
* ball doesn't.07:42
nillerzIs there a way to change teh default file manager? Thunar isn't doing it for me and Dolphin has wood me with her sexiness.07:42
nillerzAlso, I'm usng Xubuntu 8.04.07:43
nillerzAny takers? Anyone? Anywhere?07:43
ballI'm going to bed07:44
ballit's 01:4407:44
nillerzWell so long feller07:44
nillerzIt's 2:44 here07:44
nillerzBut seriously, no halp? :c?07:44
nillerzOh well, channel bounce time.07:45
ballnillerz: I don't know how to change that, sorry.07:45
jxanderi'm using pyNeighborhoo and it gives me a Failed to mount error. what should i do?09:35
R1cocheti have 2 ntfs drives mounted and was wondering if i can unmount them and then remound them using a diff name for them?09:36
R1cochetremount*09:36
jxanderchange mount dir09:36
jxanderfstab09:36
R1cochetwhat is fstab?09:37
jxander/etc/fstab09:37
jxanderopen a terminal and "man fstab"09:37
R1cochetis man similar to gedit?09:39
R1cochet£ãugh¡ñg Òut £öuÐ Nevermind thank you09:39
R1cochetso should i sudo gedit /etc/fstab and edit it from there?09:41
jxanderyeah09:42
R1cochetcool man thank you much09:42
jxanderbut be careful09:42
jxanderand... if you find the names you want to change there, you have to change the actual directories too...09:42
R1cochet£ãugh¡ñg Òut £öuÐ09:42
R1cochetdirectories where? in thunar09:43
R1cocheti was gonna remove bookmarks from thunar then rename then readd them09:43
jxanderalt+f2, then gksu thunar09:43
jxanderor sudo thunar09:43
R1cochety would i need to do that?09:44
R1cochetwhen i do it pops up thunar but w/out the bookmarks i added09:45
R1cochetshortcuts in side pane*09:45
jxanderyeah09:53
jxanderthat's thunar for root user09:53
jxanderso you can modify directories in /media or whatever place you have those partitions mounted09:54
jxanderdid you manage to change the entries in fstab?09:55
R1cochetnot yet i have a proggy running thats reading from old mounted names09:55
jxanderR1cochet: for more information, you should really type "man fstab" in a terminal...09:56
R1cocheti did09:56
jxanderand, everything clear?09:56
jarnosjxander: Shouldn't it be gksudo instead of gksu?09:57
R1cochetyea i believe so09:57
jxanderfor me it works with gksu... cross my heart :P09:57
jxanderboth ways...09:57
R1cochetcant i sudo thunar as well?09:57
jxanderthink so09:58
R1cochetok09:58
jxanderyeah... that works for me too09:58
jxanderjarnos: gksudo is a link to executable gksu... at least in my case...09:59
jxanderjarnos: did you use pyNeighborhood?10:00
R1cochetwhats the diff between gksudo and just sudo?10:00
jarnosjxander: not that I know ;)10:00
jxander:)10:00
jxanderit errors my brains out10:00
jarnosR1cochet: At least gksudo asks password in separate window.10:01
R1cochetok10:02
R1cochetthank you both jxander and jarnos10:02
jxanderyou're welcome R1cochet10:03
jarnosR1cochet: also if you run firefox by sudo you may get your session restored, but with gksudo not.10:05
R1cochetok10:06
jarnosI don't know why that is so.10:07
jxanderis there a way to drag and drop shortcuts to the panel?10:08
jarnosjxander: same here: /usr/bin/gksudo is a link to gksu.10:08
jxanderjarnos: that's where i was looking when i said about the link ;)10:08
R1cochetjxander: if you mean in thyounar then yes jyoust tried it10:09
R1cochetthunar*10:09
R1cochetjust* wow that was some bad spelling10:10
jarnosjxander: But try to launch thunar by "gksu --su-mode thunar"10:10
jxanderhmmm... i want to create many launchers on a panel by using shortcuts from the menu... i mean, already having icons and stuff10:10
jxandermaybe i should just drag them from /usr/share/applications :))10:11
R1cochetwhaat i add to thunar side pane shows up in places panel drop down10:12
jxanderyeah10:12
jxanderthat's desired behavior10:12
jxander:P10:12
jarnosjxander: Maybe you use more dragging in KDE4?10:14
jxanderjarnos: by running gksu --su-mode thunar, it won't recognize my password :(... i really don't understand why...10:14
jxanderand... i hate kde4 btw :P10:15
jxanderxfce works way better with dualhead10:15
jarnosjxander: maybe even kde3.10:15
jxander:P10:16
jxanderhating that too :P10:16
jarnosjxander: I guess that is one reason why we chose this channel instead of #kubuntu.10:17
jxanderwell maybe i don't hate them... i might just prefer gnome and of course xfce :P10:17
jxander:))10:17
jxanderalthough, from what i've seen, kde is evolving pretty fast compared to gnome... :(10:19
jxanderR1cochet: any progress?10:19
jarnosjxander: How do you use dual-head in Xubuntu 8.10 default installation?10:19
jxanderi have an ati mobility radeon x1400, so using fglrx... there is aticonfig... you just configure it to --initial=dual-head and then you force some screen resolutions with either mode2 or pairmode... and done...10:21
jxanderi basically get 2 desktops... move mouse from one to the other to switch and the funky part is that xfce doesn't mess panels from different screens up...10:22
jarnosjxander: Same thing here about gksu --su-mode thunar10:23
jxander?10:23
jarnosjxander: won't recognize my password10:24
jxanderoh...10:24
jxanderi really don't get that... why? it's the same...10:24
jxandermaybe you need a root account... who knows... i miss the days when we used to login as root... i remember su10:25
jarnosjxander: "su -c thunar" succeeds no better.10:27
jarnosjxander: but "su -c thunar username" does succeed better.10:28
R1cocheti edited the fstab file but when i go into /media the names are the same10:28
jxandermount -a10:28
jxanderor something like that10:28
R1cochetwhat if i just reboot?10:29
jxanderor that10:29
R1cochet£ãugh¡ñg Òut £öuÐ cool10:29
R1cochetthat will be easier for me10:29
R1cochetwell would a log out work the same?10:29
R1cochetße Right ßack10:32
jxanderR1cochet: good luck10:38
jxanderjarnos: any ideas on how to control songbird from multimedia keys?10:38
jarnosjxander: I think Launcher item for Xfce panel could be programmed to accept .desktop file.10:39
jarnosjxander: sorry, not familiar with neither songbird nor multimedia keys.10:40
jxandernp... i'll forgive you :))10:46
jarnosjxander: some advantage over Listen?10:50
jxandergetsongbird.com10:51
jxandersongbird is iTunes like... i just like the interface and some of the functionalities...10:53
gnomefreakis it me or is it not possible to add an app to panel using drag/drop or right clicking (right click starts app11:04
gnomefreak)*11:04
jxanderyeah11:04
jxandergnomefreak: i can't figure that out either11:04
ablomenits not you11:05
gnomefreakim working on it. gconf should allow me to do it11:05
jxandergnomefreak:  if you find a way, please tell me too11:05
ablomengnomefreak, xfce doesnt use gconf11:05
ablomenbut right clicking does work btw, just right-click on the panel => add new item => Launcher11:09
gnomefreakablomen: yeah if you use command to launch it11:09
atariis it a known problem that scrolling with the middle mouse key doesnt work?11:10
gnomefreakshould be an easier way for users new to xfce11:10
ablomenyeah i agree11:10
ablomenwell all the launchers are located in ~/.config/xfce4/panel/launcher-*.rc and theyr placement on the panel is in the same dir but then panels.xml11:11
ablomenso writing a script is possible11:11
gnomefreakits easier to use custom and use command to run it unless you are using firefox-3.111:34
jxanderis there a way to make gnome-do work on two monitors at the same time on a dual-head configuration in xfce?13:27
generalsnusI have 2 computers, 1 with xubuntu and 1 with ubuntu.. i authenticate users against ldap..  i have a NFS server where i have my /home   wich is mounted in fstab.  when i log on to ubuntu i get my home mounted as /home/remote/username, works great.   but if i log on the xubuntu comp, i get /home/remote/USERNAME   not the same /home folder at all.. whats wrong?13:34
generalsnusvice versa if the /home is created in xubuntu  at first login13:36
KredHi folks! I'd like to listen to mp3 with the Listen-player, but it seems to freeze if I try that with Shoutcast stream for example. I couldn't find any help for this small problem from the Internets13:51
KredSo does someone happen to know how I can get to play mp3 with Listen? :)13:51
KredIt's a bit misleading when Listen's homepage says it supports mp3 and yet it does not, but that's not a Xubuntu problem :) Anyhow, I wonder if it needs a python library for decoding mp3?14:20
juanantonioHello. I want to install xubuntu 8.10 into a PC that has a dual boot system, XP and SuSE 10, may I overwrite Suse and install Xubuntu in this partition?14:21
sinboxquestion: if I uninstall the xubuntu-desktop and gdm is that gonna leave me with a CLI system or an unusable one?15:08
ablomencli15:08
sinboxhanks ablomen, can I just install fluxbox on top of this after or would I need gdm to launch that?15:09
sinboxthanks*15:09
ablomenwell you can start fluxbox and Xorg by hand, but something like [g/x/k]dm is easyer15:10
sinboxI guess so, I have a not so high powered machine I want to use to stream audio so I want to cut as much unneeded stuff as possible, all I need running on it will be an IRC client the streaming program and possibly a browser and filezilla or another ftp; it is to be used by computer "tourists" so I guess I'd need to write some sort of startup script so that they only need to login15:13
* sinbox thinks he is not about to get this ready and finished15:13
ablomenwell xdm is verry basic, doesnt depend on gtk/qt etc15:13
ablomenhttp://en.wikipedia.org/wiki/XDM15:14
sinboxthanks again ablomen , I'll look that up in a bit15:14
ablomennp, good luck15:15
doktoreashello everybody15:23
doktoreasI am trying to install xubuntu on old AMD 1200 machine..but it stops during resizing of partition. Can this be caused by using i386 livecd?15:23
cody-somervilleno15:31
doktoreascody-somerville, hi.. have you got any suggestion?15:34
cody-somervilledoktoreas, how much ram you got?15:37
doktoreas1 gb15:37
doktoreasI am using alt livecd15:37
sinboxis this the latest ubuntu 8.10 doktoreas ?15:40
doktoreasyes15:41
sinHello there, I have a problem with Xubuntu. When I try to log in, the computer locks up. It displays the background picture and the mouse pointer, but nothing else.16:31
TheSheepsin: can you log in in text mode?16:35
TheSheepsin: press alt+ctrl+f1 to switch to text console, alt+ctrl+f7 to switch back16:36
sinYes, and now I can move the mouse cursos16:37
sincursor *16:37
sinStill no icons or panel, though.16:37
sinAll my panels and menus have disappeared16:43
drewzfHello all16:55
drewzfThe Xubuntu project is coming along amazingly16:55
drewzfI just installed again after a long absence from the Linux scene, and I have to say that the OS seems much cleaner and more sturdy since a year or so ago.16:56
Dillizarwhere can i see if there are some updates ??17:08
neozenhi all ... just noticed a problem w/ intrepid17:17
neozenhave a usb2serial adapter that I remember working just fine in hardy... doesn't work in intrepid...17:18
neozenI think the driver began w/ pl17:18
neozenmight've been pl230317:18
neozendoesn't work now though17:19
anubisWhat would cause this error in the shell while trying to install an ATI Proprietary driver ?  X Server: unable to detect ...17:34
demon_i have installed compiz now my windows are red!! how can i change the color17:49
magic_ninjaTheSheep, you there18:03
Odd-rationaledemon_: you need to change the emerald themes18:23
Almindorhello18:24
Almindorhow does one turn on subpixel hinting?18:24
ballIs that the same thing as antialiased fonts?18:27
Almindortwo things I believe18:29
ballI dunno then.18:29
Almindorbrb18:30
Almindorin normal ubuntu, you can choose the level of subpixel hinting (used for LCDs) (I think antialiasing is another way to get nicer fonts)18:31
Almindoroh and another thing18:32
Almindorhow do I set the keyboard layout shortcut key?18:32
Almindoraha I found the hinting18:33
ColdhakI had a usb headset that worked fine, but it broke, so i got a new one. this one doesn't work, and i'm not sure how i fixed the first one18:41
Coldhaki'm not getting any sound or anything fromt he headset18:42
Coldhakit all just plays out of the speakers18:42
ballColdhak: mixer settings?18:45
Coldhaki can manually configure some programs(like skype) to use the headset, i don't think it's the mixer settings18:46
Coldhaki'll check though18:46
ballI don't know yet whether Xubuntu has some equivalent of the patchbay18:47
Coldhakalsamixer shows settings for the headset18:48
ballThere you go then.18:49
Coldhak"there you go then"?18:49
Coldhakthey're at max volume. they have been.18:49
* ball nods18:49
Coldhakprograms aren't sending audio to the headset18:50
Almindorwhat's the command for the keyboard layout switch then?18:50
Coldhaki can hear feedback from the mic though18:50
ballColdhak: you might want to decrease the mic volume then18:50
Coldhaki'm saying the speakers in the headset aren't broken.18:51
ballWhat would the speakers in the headset have to do with feedback between the desktop speakers and your mic?18:55
Coldhakthat's not the problem.18:55
Coldhakat all :(18:55
ballwhat's not the problem?18:55
Coldhakforget all that crap about feedback. That isn't a problem.18:56
Coldhakthe problem is that programs don't send audio to my headset.18:56
ballI know, you said that.19:00
ballI don't know whether Xubuntu has a software mixer, but it may just be a question of running your application with a command line option specifying your headset rather than the sound card.19:02
ballWhat program do you want to use the headset?19:02
ball(oh, bear in mind that a USB headset probably appears to Linux as a second sound card)19:02
demon_how can i install the new icons?19:04
Coldhakit does appear as a second sound card19:04
Coldhakwhat program? everything.19:04
ballWell there you go then.19:04
ballYou need to tell all your programs to use the second sound card.19:04
Coldhak"well there you go then" doesn't fix the problem.19:04
Coldhakok wise guy, how pray tell do I tell firefox to use a different soundcard?19:05
ballI'm not sure.  Let me check with SeaMonkey19:05
Coldhakand i've got to do that for the three dosen or so programs i use?19:05
Coldhakare you serious?19:05
demon_how can i install new icons?19:06
Coldhakthen i'd have to manually change it back when i disconnect my headset, or they won't work.19:06
ballColdhak: I'm not all that familiar with Xubuntu.  If it has a software mixer or patchbay, you may not need to do all that.19:07
balldemon_: I'm not sure, but I /think/ I saw something about new icons in the package manager.19:07
Coldhakthe software mixer doesn't fix anything.19:07
ballColdhak: sounds as though you need a patchbay then.19:07
Coldhakuh....no19:09
ballokay.19:09
ball(I'm talking about a software patchbay btw)19:09
Coldhakalright, what does this patchbay do?19:10
MopmanColdhak, couldnt you just set the headset as the default alsa soundcard, then unplug it when you dont want to use it19:10
ballColdhak: theoretically, lets you take output destined for one device (your on-board sound card) and direct it somewhere else (your headset)19:10
Mopmanthats the simplest solution unless you need to use both simultaneously19:10
ColdhakMopman, that's the first thing I thought of, but for some reason it's not working19:11
Mopmanodd19:11
ColdhakI have no idea why19:11
Mopmanthats what i do on my laptop19:11
Coldhakmaybe i messed with a config file a while back to cause that to malfunction?19:11
Mopmani remember on one of my machines that didnt work for some reason, and i found some scripts somebody wrote to switch it when it was plugged in, but unfortunately i dont know where i found them :(19:11
Mopmanit would have been a google job though19:12
* ball has yet to try a USB sound card, though there's a USB mic on my Christmas wish list19:22
ball...hope that works with Ubuntu19:22
anubisCould someone help with installing an ATI driver?19:32
TheSheepmagic_ninja: yes?19:38
NotADJWhere are kernel modules stored?19:39
* ball bites his tongue19:40
TheSheepNotADJ: in /lib/modules19:41
TheSheepanubis: have you read the instructions on the wiki?19:42
TheSheep!ati | anubis19:42
ubottuanubis: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto19:42
NotADJNdiswrapper is a bitvh19:45
NotADJs/v/c19:46
NotADJIt won;t compile right...19:46
dcolishNotADJ: why are you compiling it?19:47
TheSheepNotADJ: you are doing it wrong :)19:49
ballndiswrapper is a losing proposition in the long run19:49
anubisYes, TheSheep I have19:49
anubisThis is the error I get when installing the ATI driver.19:51
anubisDetected configuration:19:51
anubisArchitecture: i686 (32-bit)19:51
anubisX Server: unable to detect19:51
TheSheepanubis: install xorg-dev19:55
anubisOk...19:56
anubisDo you know why I am getting this error?19:57
anubisafter installing xorg-dev will it let me install the ATI Driver?19:58
anubisOk, I installed xorg-dev.  That installed EnvyNG20:04
anubisRight?20:05
NotADJdcolish: I has no acces to get the .deb...20:05
NotADJ(or use apt)20:05
NotADJTheSheep: ^20:05
dcolishNotADJ: hmm, can you plugin somewhere? if not pastebin the errors20:06
NotADJdcolish: How can I pastebin :P20:07
anubisDamn, this is frustrating.20:07
dcolish!pastebin20:08
ubottupastebin 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:08
dcolishNotADJ: how are you online now?20:08
NotADJdcolish: Different computer20:08
NotADJThe errors are too long,20:09
NotADJInvalid Pointer.20:09
NotADJInvalid Arguments20:09
NotADJ9_(20:09
NotADJ9_9*20:09
dcolishstop flooding20:09
dcolishDo you have an ethernet cable and a router, or just one crossover cable20:09
NotADJdcolish: My Laptop is wifi.20:09
dcolishIt has no ethernet ports?20:10
ball(invisible cable)20:10
NotADJ???20:10
anubisOk, here's another stupid question... How do I install an RPM file?20:10
dcolish!alien20:11
ubottuRPM is the RedHat Package Management system. Ubuntu uses !APT, not RPM. RPM packages are not supported (the package "alien" can allow installing them, but it's quite dangerous and unsupported)20:11
anubisI see.20:11
* ball happily watches rtorrent service up xubuntu to people20:11
dcolishNotADJ: can you plug an ethernet cable into your laptop? does it have a port for it?20:11
anubisSome of these ATI programs came as RPMs20:11
NotADJdcolish: And crossover, interestging idea...20:11
anubisI am so frustrated with this freakin20:12
dcolishNotADJ: then you can proxy or just scp the deb over20:12
ballNotADJ: cheap two-port hub that ;-)20:12
anubis ATI driver20:12
NotADJdcolish: The deb was installed before, but the kernel module wasn't there...20:13
anubisI have the ATI Catalyst Control Center Installed, and EnvyNG20:13
anubisThe ATI Catalyst control center tells me there's no driver installed.20:13
anubisThis is just amazingly frustrating.  All I get are sarcastic answers.20:14
Ahmuckanubis: sorry.  that's a bit the way freenode is sadly20:14
anubisNo kidding20:14
ballYou're trying to install a closed ATI binary driver?20:15
anubisI would love to just have someone answer some "NOOB" questions.  No wonder Linux isn't mainstream.20:15
dcolishNotADJ: you realize that ndiswrapper creates the kernmod for your wifi. it is not a mod in itself20:15
ballI answer noob questions when I can20:15
ball...often I can't though because I'm new to Ubuntu myself20:15
NotADJdcolish: modprobe ndiswrapper....20:16
anubisBall, I'm just trying to install the right driver for my ATI card which I got from ATI.20:16
NotADJBut there is no such thing.20:16
ballWhat kind of card is it?20:16
dcolishNotADJ: thats going to load the wrapped driver20:17
NotADJ?20:17
NotADJIt is missing.20:17
dcolishNotADJ: did you run ndiswrapper -l?20:17
NotADJI did.20:17
ballanubis: which model of ATI card?20:17
dcolishand depmod -a, etc... i'm just reading the instuctions on the wiki20:18
NotADJdcolish: Yes, all of that20:18
dcolishdid you get any error messages from dmesg?20:18
NotADJUmm20:18
NotADJI don't know.20:18
dcolishlook in /var/log/messages , if a kernel module fails to load its logged20:19
NotADJdcolish: Sure, one minute20:19
NotADJThis computer is as slow as hell.20:19
anubis/msg ball20:19
anubisArchitecture: i686 (32-bit)20:19
anubisX Server: unable to detect20:19
NotADJEpic Fail!20:20
* ball grins20:20
dcolishtype dmesg20:20
NotADJOh my god!20:20
ballRadeon 9200 may have an open source driver20:20
ball..if so, that's the one I'd use.20:20
NotADJMy favorite diner is on fire!20:20
ballNotADJ: Quick!  Rescue the muffins!20:21
ballHang on, let me check the X.org Website20:22
* NotADJ isn't joking20:22
NotADJ:O20:23
ballNotADJ: that sucks.20:23
NotADJ:P20:23
ballanubis: Okay, I'm told that Radeon 9200 has been supported "for years" by open source drivers, so it is a mistake to install software from ATI.20:27
ballbrb20:28
rshakinhey, how would i get a russian fonetic keyboard layout installed20:29
anubisDoes anyone use the ATI Catalyst Control Center?20:30
ballIs that software from ATI?20:30
ballI wouldn't use it then.20:32
ballanubis: important related discussion going on in #radeon20:35
ballanubis: uninstall the ATI software, configure the X.org Radeon driver and you should be good to go.20:36
ballYou're trying to run old, broken software from the sound of things20:36
NotADJdcolish: I installed from apt, the driver is there, but no luck.20:39
ballrshakin: KOI-8?20:45
Demiosi cant sem to find a clear guide on how to use visudo21:12
Demiosi'm in it right now and i just want to add "username" ALL=(ALL) ALL21:12
Demiosand save21:12
Demiosand i cant seem to figure it out21:13
=== thunderstruck is now known as gnomefreak
zoredacheDemios: by default anyone in the group %admin has that right.  Why not just do an adduser username admin21:21
dcolishDemios: what about man visudo?21:29
=== wormsxulla_ is now known as wormsxulla
noaXesshey ..21:48
noaXessi use kubuntu.. in the moment.. but what check out xubuntu..21:48
noaXessi'm installing xubuntu-desktop.. and now the question kdm or gdm.. what is better fpr xfce?21:49
noaXessfor ^21:49
Myrttiyour pick21:50
Myrttixfce doesn't care21:50
Myrttishouldn't atleast21:50
ballWhat to they offer over xdm?21:50
noaXessMyrtti: what woul you preffer?21:50
ball(is xdm the generic equiv?)21:50
noaXesskdm/gdm i canchoose21:50
noaXessif i choose now gdm.. i know i canswitch back to kdm.. whats the command?21:51
noaXesssudo dpkg reconigure ???21:51
noaXessreconfigure ^21:52
noaXessfound it21:54
noaXesssudo dpkg-reconfigure kdm21:54
Demioszoredache: thanks22:02
demon_what kernel does Xubuntu use .27??22:06
knomedemon_, 'uname -a' in terminal22:07
demon_no not me :) the 8.1022:08
knome2.6.27-8 says my 8.10.22:08
demon_aham22:09
demon_k so every ubuntu has the same krenel22:09
knomeyes22:09
demon_the bugest22:09
knomeyou can always select older from the boot menu...22:10
knomeor compile your own22:10
demon_i can choose with which kernel i want ti boot it?22:10
knomein the grub menu yes, if you have older kernels installed22:11
demon_no22:11
demon_:)22:11
NotADJAwww22:11
demon_how can i install them22:11
demon_:)22:11
knomedemon_, i'm not sure if old kernels turn up in synaptic.22:11
demon_i have older ubuntus here22:11
demon_lol22:11
demon_i dont think too22:12
demon_:D22:12
zoredacheuse your favorite package managment tool to see if there is a kernel package that you want.  If there isn't, then you can build one using make-kpkg22:12
zoredacheyou may be able to use prevu to port older or newer kernel packages.22:13
Ahmucki need to find out what partition my home partition is on, but have forgotten how22:24
zoredachetype mount22:24
knomemount22:24
knome;)22:24
Ahmuckthx22:25
Demiosis there an admin group that is not root?22:25
Demiosif so what is it called?22:25
zoredachethere are lots of groups... What privileges are you expecting this non-root admin group to have?22:26
Demioswas just reading <zoredache> Demios: by default anyone in the group %admin has that right.  Why not just do an adduser username admin22:28
zoredacheby default only the group admin allows you to use sudo to gain root privileges.  There are several other groups that give you privileges.  For example if fuse is installed and you are a member of the fuse group you can mount fuse-based filesystems22:29
zoredacheto see a list of all the groups you can look in /etc/group22:30
zoredacheyou could also create groups and then edit your /etc/sudoers, and filesystem permissions to grant access to a limited set of commands22:30
zoredacheyou have to becareful about doing that, it is easy to unintentally allow more privileges then what you meant to22:31
GreedyBHow do I enable auto refreshing of my desktop when things are changed?? Don't I need to add HAL or GAMIN or something to daemons?22:31
Demioskk so i mid as well just add the user to sudo then right?22:31
Demioswhich was what i was going to do originally22:31
Demiosmid=might22:32
zoredacheDemios: it depends on your requirements...  If this is just a single user desktop system you probably don't need to setup anything fancy22:32
Demiosyeah single user laptop22:32
GreedyBHow do I enable auto refreshing of my desktop when things are changed?? Don't I need to add HAL or GAMIN or something to daemons?22:33
TheSheepGreedyB: it should work out of the box22:43

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