[BackupPC-users] rrd images not displaying in web interface backuppc 3.3.1 +

2016-07-04 Thread karlis
Apache webserver by default runs under www-data user, it needs read access to this file. Easiest solution is to add read permissions for others group to file pool.rrd (chmod 644 /var/log/backuppc/pool.rrd) +-- |This was sent by

[BackupPC-users] Windows 2012 server issues

2016-05-27 Thread karlis
Is Your server AD controller? If so, local administrator (as in non working case) is disabled and You can connect only as domain administrator (as in working case). -- Karlis Running: /usr/bin/smbclient --option=clientusespnego=no inforcrm.erlphase.local\\C\$ -U Administrator -E -d 1 -c

[BackupPC-users] smbclient tar problem with umlauts

2016-04-27 Thread karlis
AFAIK no way to fix, only samba downgrade How to downgrade Samba to 4.1.6 using apt-get http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/issues-with-smb-shares-130329/#410878 I had to uninstall samba and smbclient together with backuppc first, then rein

[BackupPC-users] smbclient tar problem with umlauts

2016-04-25 Thread karlis
I had similar problem. after Samba upgrade to 4.3.8. The main problem after upgrade was smb backups crashing, so I downgraded Samba to version 4.1.6, and UTF-8 problem is gone also. -- Karlis +-- |This was sent by karlis.irm