[00:23] tafa2: You know that cbl.abuseat.org is included in zen.spamhaus.org, right? [01:55] evening! anyone in here good with web control panels? === JanC_ is now known as JanC [15:00] Anyone an idea of a good application to bring disk usage into a a piechart? :) [15:05] SupaYoshi: baobab? [15:05] Or du will give you the data and then you can use whatever charting program you like. [15:05] That looks great, but I'm on a headless system. [15:06] so there is no Gui on it. [15:06] baobab can use ssh to chart the usage on remote systems [15:06] I had Pisight or somehting but not that happy about it. [15:06] really? [15:06] Oh that's pretty neat. [15:06] tutorial? [15:07] It's a GUI desktop app. Just run it. I believe it's installed by default. [22:06] hey guys, im trying to mount a windows share folder to my ubuntu server, i created a directory called Media/Share, then i ran this command "sudo mount.cifs //192.168.1.101/VMMedia /home/media/Media/VMMedia -o user=wmedia" [22:07] the share is mounted correctly but my local user doesnt have access to the Media/Share folder, only root does [22:07] when i try to run chown it gives me permission denied [22:08] i did "sudo chown myuser:myuser Share/" [22:09] any reason why it would give me permission denied? [22:31] Windows uses ACLs only and does not support unix-style owners, as such you cannot set the ownership with chown [22:32] qman__, how can i give access to my user then? the root has read/write permission but my user only has read permission [22:33] first, you have to specify permissions for your user to access the directory unmounted - I'm guessing you already have that as you can see the share [22:33] then you must mount the share with credentials that have read/write access [22:34] yeah, thats the windows user, it does have read/write [22:35] you need to set the mount options, this post explains it well https://unix.stackexchange.com/questions/68079/mount-cifs-network-drive-write-permissions-and-chown [22:36] you set which uid and gid own the mounted share, which you can set the gid to a local group that your user is a member of [22:38] i can try this out [23:12] i feel kinda stupid, but it keeps telling me "Couldn't chdir to /media/share: No such file or directory" even though i created it and exists