nfs

  1. smj

    Solved Firefox, zero-length .sqlite files, and NFS/ZFS

    [ tl;dr - When configuring an NFS client, don't forget to add nfs_client_enable, rpc_lockd_enable, and rpc_statd_enable in /etc/rc.conf ... ] Last week I decided to rebuild my primary desktop, going from 10.1 to 10.3. Installing the OS, the update to -p7, windowing system & window managers, et...
  2. Charlie Root

    NFS static files shared for www but folder created by root and 700

    Hi, Firstly, thank for your time to help me. I have storage stores static files for websites. I am using NFS share on this storage, and on all backend servers, i mounted this nfs share to be read and written by www user. All files and folders should be written and owner by www user. However...
  3. ThePanaceya

    NFS hangs deadlock

    Hello guys! Need your help with strange situation with FreeBSD + ZFS + NFS stack. Sometimes nfs daemon hangs with deadlock ('D' state) and there is no ways to back it to life, except of server restart: ps aux | grep nfs root 723 0.0 0.0 12752 0 - IWs - 0:00.00 nfsuserd: master...
  4. khuman

    NFS share audit

    Hi, everyone! I need audit file operations (create, write, change, delete) for NFS shares (ZFS). I'm trying to configure auditd: dir:/var/log/audit dist:off flags:fc,fd,fw minfree:5 naflags:fc,fd,fw policy:cnt,argv filesz:512M expire-after:30d But after create, modify or delete file via...
  5. L

    Combined Samba and NFS

    Hello everyone ;). I am currently trying to create a heterogen computer network (FreeBSD 10 Fileserver using ZFS, Ubuntu+Windows Clients). I've already set up a samba (4.3) active directory domain, which works mostly (but this is another topic). Because I am fairly new to the whole...
  6. rootwyrm

    Other NFSv4 fileid > 32bits messages

    This one's starting to give me fits, especially as it makes it impossible to catch LORs. The configuration is admittedly fairly complex - the actual NFS server is Linux using CTDB for a 4-way cluster overtop a GlusterFS non-Ganesha cluster. Going to NFSv3 would possibly resolve it. But it's...
  7. ThePanaceya

    ZFS & NFS not show files and dirs

    Hello! I have some trouble with ZFS and NFS. When I create file/dir on guest (NFS-client) machine I do not see files and dirs on NFS-server. But, if I do zfs umount zroot/home/test files are shown on server. NFS-server FreeBSD 10.2-RELEASE-p9 (used GENERIC kernel) # zfs list NAME...
  8. jonostilla

    nfsd not doing anything

    Hey guys, Currently nfsd is not running and I can't get it to run. Further it gives me no errors or any text whatsoever. Running FreeBSD 8, we had a DNS issue and our network filesystems got all messed up. I found that all clients were sleeping *eternally*, so I looked at the server. ps ax |...
  9. amiramix

    How to delay mountd?

    My server is exporting some folders through NFS. The server is running on ZFS however those folders are not mounted automatically, they are marked as legacy mountpoints and are mounted through a file in /usr/local/etc/fstab/ by one of the jail when the jail is starting. So the problem is that...
  10. I

    Solved NFS client mapping root as nobody

    Hi everyone! I'm trying to build a shared environment between VMs, I currently have a Debian box running a NFSv4 server and FreeBSD 10.2 as client. It seems that the FreeBSD NFS maps the local root user as nobody, even when the server allows mapping root correctly (no_root_squash) and mounting...
  11. big_girl

    Solved Securing connections inside AWS VPC

    I have a question about securing connections from FreeBSD dataservers to an Ubuntu webserver inside the AWS VPC. One FreeBSD instance shares folders via NFSv4 and the other FreeBSD instance hosts a PostgreSQL database. These folders and database connection are shared with the Ubuntu webserver...
Back
Top