I am trying to mount a Directory from my server to my local machine.
I copied somebody's NFS server/client setup verbatim and am having trouble making sense of what's going on with it. This is the /etc/exports:
/export *(rw,fsid=0,crossmnt,insecure,async,no_subtree_check,sec=krb5p:krb5i:krb5)
/export/home *(rw,insecure,async,no_subtree_check,sec=krb5p:krb5i:krb5)
Client machines use autofs to mount user home directories on demand.
Hi guys,
I'm working on a simple bash script which collects data upon a request from a db and outputs the result into a file. The file is then uploaded to a different server for further processing.
The file name is stored in a variable, the file is created but I can't access it again. The filename is db_export_timestamp.
I have an nfs server running Solaris. It works fine and a large number of clients happily mount directories from it. But only almost all clients.
All clients that have problem run CentOS (5.4 and 5.5). I've found one or two of each version that fail, but also a couple of each version that work.
The mounting is done via autofs but that doesn't seem to make any difference.
I'm having trouble since 2 days with autofs.
I have a Solaris 11 Server.
There I share the folder /export/home with the following command:
share -o rw -d „Freigabe von /export/home“ /export/home
My Client is a Fedora 17.
On Fedora I created the folder /ahome, where all home folders should be mounted with autofs.
I gave permissions 777 to /ahome.
Hello. I'm tying to access an NFS4 file share that I've set-up but all I keep getting is permission denied.
Hello,
We got some SUSIE servers in and we are trying to get auto mount to work. We normally mount our home directories on RHEL and Solaris to /export/home. The home directories on the Susie servers mount home directory to /home. When uses login their home directories mount. When my coworker does su - to anther user, that users home directory doesn't mount.
I have a server that is doing an NFSv4 export for user's home directories. There are roughly 25 users (mostly developers/analysts) and about 40 servers mounting the home directory export. Performance is miserable, with users often seeing multi-second lags for simple commands (like ls, or writing a small text file).
Hey guys been trying to google search for this before posting and I dont think I found a solution for this.
I unziped the latest TS3 client.
But when I try to run
Code:
./ts3client_runscript.sh
i get this error
Code:
error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
the .sh file contains..
Code:
#!/bin/bas