Displaying 5 results from an estimated 5 matches for "skull17".
Did you mean:
skull1
2013 Feb 02
2
X forwarding
How does one use X forwarding properly?
I got a server running CentOS 6.3 at runlevel 3 (no DE installed)
I try to access virt-manager via x-forwarding from another CentOS 6.3
client in my network (runlevel 5 with default gnome)
on The server i changed my sshd_config:
X11Forwarding yes
i installed xauth on both of the machines.
Anything else there is to do?
When i try to:
ssh -X root at server
2011 Dec 14
1
Fwd: Re: question regarding samba permissions
...e group anyway.
and i am not allowed to to give read rights do "any" (i.e. 755)
but theres really no option in smb.conf like "read only users = " or
something like that?
Am 13.12.2011 17:56, schrieb Raffael Sahli:
> On Tue, 13 Dec 2011 16:38:41 +0100, "skull"<skull17 at gmx.ch> wrote:
>> I want to make a subfolder read only for certain users.
>> for example: /data/pool is public rwx for all users.
>> and now i would like to make a /data/pool/subfolder only rwx for user1
> and
>> grant read only permissions to user2 and user3...
2011 Nov 25
6
samba PANIC
Hello folks.
We've got a wierd Problem at a customer server.
The Server was running fine until tomorrow morning...
My problem is that i have no idea where to begin my search for a solution.
The Server is used as a Primary Domain Controller and worked just fine.
here you see what cat /var/log/message | grep smbd is trying to tell me:
First i have a lot of lines like this:
Nov 20 04:04:12 dc
2011 Dec 13
1
question regarding samba permissions
I want to make a subfolder read only for certain users.
for example: /data/pool is public rwx for all users.
and now i would like to make a /data/pool/subfolder only rwx for user1 and grant read only permissions to user2 and user3
how do i do this? any links or direct tips on that?
my suggestion would be something like this, but as you can imagine it didn't work:
# The general datapool
2013 Feb 01
1
weird issue with qemu-kvm network...
Hello CentOS mailinglist
I am running CentOS 6.3 with qemu-kvm and libvirt.
I was experimenting with bridged VM networking. Usually the VMs run over
the network device virbr0.
So i created a new bridge with brctl and added my eth0 to that bridge.
Not touching virbr0 or it's configuration at all.
Then i edited the configuration xml from my VM with 'virsh edit vmname'.
After that i