Hi, Users is know only by uid gid on nfs, so if uid is different user is différent.
You can check this with cd /var/lib/BackupPC/ and run ls -l . You can fix this with running chown -R backuppc.backuppc /var/lib/BackupPC/. on the backuppc server. If you get a permission denied when running chown error you must remount the nfs partition with « no_root_squash » option. Don’t worry about the username show on Freenass. C.G > Le 1 mars 2017 à 21:20, Claude Gelinas <[email protected]> a écrit : > > Hi, > > I'm on centos 7.0 running backuppc find until I reach 100% disck > capacity for /var/lib/BackupPC (raid partition). So I managed to > transfer /var/lib/BackupPC/* on a freeNAS server and do a mount nfs of > the freeNAS on /var/lib/BackupPC. > > Now backupPB web ap give me : > > Gateway Timeout > The gateway did not receive a timely response from the upstream server > or application. > > There is nothing in the log: > > 2017-03-01 19:42:20 Got signal TERM... cleaning up > 2017-03-01 19:43:23 Reading hosts file > 2017-03-01 19:43:23 BackupPC started, pid 10984 > 2017-03-01 19:43:23 Running BackupPC_trashClean (pid=10991) > 2017-03-01 19:43:23 Next wakeup is 2017-03-01 20:00:00 > 2017-03-01 20:00:01 Next wakeup is 2017-03-01 21:00:00 > > the only thing I can see is on centos the user backuppc is 1001.1001 > (user.group) > > on the freeNAS backuppc user is 1003.1003 (user.group) > > NFS partition is mounted and I can access it from centos as backuppc > user, (su backuppc) > > Any idea ??? > > Thank you > -- > Claude Gélinas agr > Phyto Ressources Inc. > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > BackupPC-users mailing list > [email protected] > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
