/srv/irclogs.ubuntu.com/2008/01/22/#xubuntu.txt

cookiemonster078i just installed fusesmb to gain access to xp folders which I now have in command line only. Anyway to get thunar to see them?00:02
jaredso why install xubuntu?00:06
soldatsbecause it comes stock with xfce and xfce is awesome IMO00:07
soldatsits all personal preference00:07
jaredwhat makes xfce better than KDE in ur opinion?00:08
jaredor GNOME00:08
mindframecan someone help me please?  as soon as my system logs in it exits back to gdm00:08
soldatsKDE is ugly IMO and way too big xfceis just minimalistic and runs better on my system than gnome does00:09
soldatsmindframe, is there any errors00:09
mindframenot that i can see in /var/log/Xorg.0.log00:10
soldatshmm its not saying anything about ~/HOME not having the correct permissions00:11
mindframei just changed the ownership for all the files :(00:12
cookiemonster078is anyone here02:12
cookiemonster078helllo i am desperate need of help02:31
=== zoredache_ is now known as zoredache
an0nym[eee]yup o/08:40
=== Lurianic is now known as Luria
helix_hey what is the minimum system requirments to run xubuntu? Or rather what is the minimum any of you have pushed it on?09:19
helix_kernel09:25
helix_hey can I ask you some questions?09:25
fiyawerxhelix_: dunno about what people have done, but http://www.xubuntu.org/get09:31
TheSheephelix_: P90, 96MB ram, slow as a slug :)09:32
fiyawerxhonestly, there might be sleeker systems than *buntu for very low end machines, it's always run a bit heavy for me09:34
helix_I heard archlinux is good09:36
=== Juerd_ is now known as Juerd
zatliteHi, I'm looking for help in configuring my display settings.11:33
Ven]nhow do i check version of the items in repositories?13:51
totalwormfacei'm not able to check right now, but maybe 'apt-cache --help' could give you some information13:52
Ven]nty13:53
Ven]nshowpkg :)13:54
totalwormfacegood hehe13:55
PsynoKhi0Hey, anyone around to give a shot at my USB quirks?14:38
neozen-work?17:25
neozen-workanyone monitoring the room?17:25
neozen-workhaving a SERIOUS problem with my display... goes black about every 30secs17:25
neozen-workno keyboard response17:25
neozen-workswitching to a virtual console and back fixes it..... but it even does this in a virtual console!... and in recovery mode!17:26
neozen-workI see entries like this:http://paste.ubuntu-nl.org/53051/ in syslog every time it happens17:26
neozen-workmy xorg.conf is also in there17:37
neozen-workcard is an ATI Mobility FireGL 900017:38
scizzo-evening17:48
cookiemonster077I recently install FUSEsmb to gain access to xp network shares which I now have in command line. can someone tell me why thunar won't open them19:16
grahamperrincookiemonster077: is your FUSE stuff running as the same user as you, or as a different user?19:18
cookiemonster077I am not sure. how would i check19:24
cookiemonster077sorry totally new to this19:24
totalwormfacecookiemonster077: you can go to the main menu -> administration19:25
totalwormfaceoh sorry System -> Administration -> users and groups19:25
totalwormfaceand add yourself to the 'fuse' group19:25
totalwormfacegods19:26
* totalwormface kicks himself19:26
cookiemonster077it says both myself and root are in that group19:26
totalwormfacegood :]19:27
totalwormfacedid you add the word 'fuse' to your /etc/modules file?19:28
cookiemonster077no i did not19:28
cookiemonster077however it is already there19:29
totalwormfacealso good19:29
totalwormfacenow, make a directory you wish your network will be mounted on19:30
totalwormfacefor example /media/network19:30
totalwormfaceor whatever you like19:30
cookiemonster077does location matter19:30
totalwormface'sudo mkdir /media/network' for example19:30
totalwormfaceno, not very much19:30
cookiemonster077done19:30
totalwormfacethen do a 'sudo chmod 777 /media/network'19:31
cookiemonster077permission denied19:31
totalwormfaceehh19:32
totalwormfacedid you use use?19:33
totalwormfaceargh19:33
totalwormfacedid you use sudo?19:33
cookiemonster077'sudo -i'19:33
cookiemonster077root@Brian:~# chmod 777 /home/brian/share19:34
cookiemonster077chmod: cannot access `/home/brian/share': Permission denied19:35
totalwormfaceoh then try 'chmod -R' :]19:35
cookiemonster077root@Brian:~# chmod -R /home/brian/share19:36
cookiemonster077chmod: missing operand after `/home/brian/share'19:36
cookiemonster077Try `chmod --help' for more information.19:36
totalwormfacehehehe sorry19:36
cookiemonster077what did i do19:36
totalwormface'sudo chmod -R 777 /home/brian/share' :[19:37
totalwormface:]19:37
totalwormfacethat should give no output, if it doesn't it worked :P19:37
cookiemonster077permission denied???19:38
totalwormfacehell that makes no sense19:39
totalwormfacewhat happens if you go to that folder in thunar19:39
totalwormfaceand rightclick it19:40
totalwormfacethen properties19:40
totalwormfacewho is the owner of that file?19:40
totalwormfaceeh, directory19:40
TheSheeptotalwormface: root has no longer full control on remotely mounted directories19:40
cookiemonster077root is listed as owner19:41
cookiemonster077hello sheep i am still fighting with this19:41
totalwormfaceTheSheep: yes, but fuse doesn't know yet that that folder is going to be used as a dir things get mounted on...19:41
totalwormfacecookiemonster077: the folder is empty right?19:42
totalwormfaceif so, try 'sudo rm -r /home/brian/share'19:43
cookiemonster077you said fuse doesn't know. would that be the command 'fuse /home/brian/share'19:43
TheSheepno19:43
totalwormfacehehehhe19:43
totalwormfacesorry i just awoke, these things are hard at the moment *^_^*19:43
cookiemonster077rm: cannot lstat `/home/brian/share': Permission denied19:44
* TheSheep installs smbfs to try it himself19:44
totalwormfacecookiemonster077: good :]19:44
TheSheepcookiemonster077: say, what does 'ls -ald /home/brian' say?19:45
totalwormfaceTheSheep: fuse is already running, so you're right :]19:45
cookiemonster077drwxr-xr-x 20 brian brian 4096 2008-01-22 14:12 /home/brian19:45
TheSheepand /home/brian/share ?19:46
cookiemonster077ls: /home/brian/share: Permission denied19:47
TheSheepcookiemonster077: ls -ald19:47
cookiemonster077root@Brian:~# ls -ald /home/brian/share19:47
cookiemonster077ls: /home/brian/share: Permission denied19:47
totalwormfacecookiemonster077: i guess you first need to kill fuse19:48
totalwormfaceso you can get full control of the folder again :]19:48
cookiemonster077is that a command19:48
TheSheeptotalwormface: no need to kill19:49
TheSheepcookiemonster077: do 'sudo umount /home/brian/share'19:49
totalwormfacehehe thank you for your better judgement *^_^*19:50
cookiemonster077done19:50
totalwormfacegood!19:50
TheSheepcookiemonster077: then remove it as root, make a directory as normal user and run 'fusesmb directory' for it as normal user19:50
Breakagei cant disable screensaver, the screen goes blank after some time. under screensaver preferences i have disabled it on idle and put the bar to 2 hours. anyone know how i can fix this?19:50
Breakagealso for some reason i dont have /root/.Trash even after deleting stuff as root19:51
TheSheepBreakage: it goes to disk's global trash if you have writing permissions to it (and root has writing permissions msotly everywhere)19:51
BreakageTheSheep: ah thats cool, thanks :) thought that might be the case.19:52
cookiemonster077done now what19:52
TheSheepBreakage: also, files deleted form the command line don't go to trash19:52
TheSheepBreakage: they are lost permanently19:52
TheSheepcookiemonster077: it hsould work now19:53
TheSheepcookiemonster077: as user19:53
BreakageTheSheep: oh thanks, think i'll use commands to delete from filesystem :)19:53
cookiemonster077does the fusesmb.conf need editting19:54
TheSheepcookiemonster077: yes, if you want to use a user name and/or password19:54
cookiemonster077the dir change does not matter?19:55
TheSheepno, it's not configured in there19:56
cookiemonster077i need to reboot to check something I had an error when I booted this morning that might be important19:58
cookiemonster077i am back20:02
cookiemonster077the error did not show this time20:03
cookiemonster077but the new dir is still empty20:05
TheSheepcookiemonster077: run 'fusesmb new_dir'20:07
TheSheepcookiemonster077: as user20:07
Breakagei've uninstalled gnome-screensaver that should solve my screensaver problem right :)?20:07
TheSheepBreakage: no20:07
TheSheepBreakage: it's power saving, not a screen saver20:07
TheSheepBreakage: the monitor is being puti nto low energy mode20:08
BreakageTheSheep: damn ok thanks20:08
TheSheepBreakage: but I don't know where to change these settings20:08
BreakageTheSheep: no probs ill google20:08
TheSheepBreakage: you might need to install the gnome power manager20:09
Breakageok20:09
TheSheepBreakage: and run gnome-power-preferences then20:10
BreakageTheSheep: ok thanks :)20:10
cookiemonster077it ran fuse with 'sudo' but then it won't let me into the dir20:12
cookiemonster077permission denied20:12
TheSheepcookiemonster077: do 'sudo umount' and run the fusesmb as normal user, without sudo20:12
cookiemonster077sudo umount20:13
TheSheepsudo mumount directory20:13
TheSheepumount20:13
cookiemonster077that has done it. so all these problems are because i did all this as root20:15
cookiemonster077??20:15
TheSheepyes20:16
TheSheepfunne, eh?20:16
TheSheepfunny20:16
cookiemonster077thanks for all your help. mind if i come back with the next problem20:17
TheSheepnot at all20:18
cookiemonster077thanks again20:18
mindframe-what should i use to sync my palm device in xfce?20:23
TheSheep!palm | mindframe-20:27
ubotumindframe-: A good guide for setting up Palm devices is at http://www.faqs.org/docs/Linux-HOWTO/PalmOS-HOWTO.html#PC-CONNECT-USB20:27
mindframe-thanks20:27
sinkorswimis it possible to rearrange items on the task list?21:14
marchgoodnight :D21:55
nikolamHI. Does anyone use CDRW or DVD+-RW disks as rewritable disks in UDF format under Linux?21:56
nikolamI can`t manage to format CDRW`s or DVD+RW`s in UDF file system and use them21:57
Breakageanyone know how i can remove the toolbar text in Mirage? :)23:32
LetsGo67!moonlight23:37
ubotuSorry, I don't know anything about moonlight - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi23:37
Breakage!mirage23:38
ubotuSorry, I don't know anything about mirage - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi23:38
Breakage!dpms23:38
ubotuSorry, I don't know anything about dpms - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi23:38
rzrhi23:53
rzrany developpers around ?23:54

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