/srv/irclogs.ubuntu.com/2017/10/08/#ubuntu-server.txt

andoltafa2: You know that cbl.abuseat.org is included in zen.spamhaus.org, right?00:23
Lehthanisevening!  anyone in here good with web control panels?01:55
=== JanC_ is now known as JanC
SupaYoshiAnyone an idea of a good application to bring disk usage into a a piechart? :)15:00
rbasakSupaYoshi: baobab?15:05
rbasakOr du will give you the data and then you can use whatever charting program you like.15:05
SupaYoshiThat looks great, but I'm on a headless system.15:05
SupaYoshiso there is no Gui on it.15:06
rbasakbaobab can use ssh to chart the usage on remote systems15:06
SupaYoshiI had Pisight or somehting but not that happy about it.15:06
SupaYoshireally?15:06
SupaYoshiOh that's pretty neat.15:06
SupaYoshitutorial?15:06
rbasakIt's a GUI desktop app. Just run it. I believe it's installed by default.15:07
Smokiehey 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:06
Smokiethe share is mounted correctly but my local user doesnt have access to the Media/Share folder, only root does22:07
Smokiewhen i try to run chown it gives me permission denied22:07
Smokiei did "sudo chown myuser:myuser  Share/"22:08
Smokieany reason why it would give me permission denied?22:09
qman__Windows uses ACLs only and does not support unix-style owners, as such you cannot set the ownership with chown22:31
Smokieqman__, how can i give access to my user then? the root has read/write permission but my user only has read permission22:32
qman__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 share22:33
qman__then you must mount the share with credentials that have read/write access22:33
Smokieyeah, thats the windows user, it does have read/write22:34
qman__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-chown22:35
qman__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 of22:36
Smokiei can try this out22:38
Smokiei 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 exists23:12

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