Displaying 3 results from an estimated 3 matches for "kushana".
Did you mean:
kushan
2004 Feb 18
5
ownership & ssh
Here's another easy rsync question (I am trying to make sense of
some stuff): Let's say I have this burp file, which I set the follow
uid/gid:
raub@kushana-13>ls -l burp
-rw-r--r-- 1 nobody4 noaccess 44800 Feb 18 13:07 burp
raub@kushana-14>
When I move it to katri, since it does not have those uid/gid defined, it
just spits them out as the appropriate numbers (that were used when I
created the file in kushana):
katri# ls -l /tmp/
total...
2014 Oct 08
0
centos 7, docker, NFS and uid = -2
...0/16(ro,fsid=0,no_subtree_check,sync)
[...]
/export/mail 172.17.0.0/16(rw,root_squash,no_subtree_check,sync)
spindizzy>
and then some mounting:
bash-4.2# id virtual
uid=1200(virtual) gid=1200(virtual) groups=1200(virtual)
bash-4.2# nfsstat -m
bash-4.2# mount.nfs4 -v -o proto=tcp fileserver.in.kushana.com:mail
/var/spool/vmail
mount.nfs4: timeout set for Wed Oct 8 03:11:43 2014
mount.nfs4: trying text-based options
'proto=tcp,addr=10.0.0.18,clientaddr=172.17.0.29'
bash-4.2# nfsstat -m
/var/spool/vmail from fileserver.in.kushana.com://mail
Flags: rw,relatime,vers=4.0,rsize=131072,wsize=...
2002 Dec 13
1
Help compiling tinc in Solaris 2.6
...-sun-solaris2.6
--with-openssl-include=/usr/local/ssl/include
--with-openssl-lib=/usr/local/ssl/lib
--with-zlib-include=/usr/local/include --with-zlib-lib=/usr/local/lib
which seems to have run without a hitch. Then, when I try to
compile, I soon reach a problem with fake-getnameinfo.c:
raub@kushana>make
make all-recursive
make[1]: Entering directory `/home/raub/todo/tinc-1.0pre8'
Making all in m4
make[2]: Entering directory `/home/raub/todo/tinc-1.0pre8/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/raub/todo/tinc-1.0pre8/m4'
Making all in lib...