Hello list, I have to change the PC where run my samba4 as PDC, the cause is that this PC will change all hardware, if i copy the /usr/local/samba to new pc everything work succeful????? or I must make other change? thanks
You can copy /usr/local/samba/private and /usr/local/samba/etc directories to the new machine with the new samba compiled install. You will also need to rsync /usr/local/samba/var/locks/sysvol to the new machine but you need to do this with ntacl support using rsync I have found works as it is provisioned with specific permissions and it's a bitch to get them back to normal.. That being said samba ships with a backup script /usr/local/src/samba-master/source4/scripting/bin/samba_backup .. you can tailor for your environment.. I stopped it from backing up the sysvol as it wasn't backing up the ntacls.. On 05/15/2012 02:50 PM, sandy.napoles at eccmg.cupet.cu wrote:> Hello list, I have to change the PC where run my samba4 as PDC, the cause > is that this PC will change all hardware, if i copy the /usr/local/samba > to new pc everything work succeful????? or I must make other change? > thanks > >
Thanks Aaron I can restore backup succeful, but when I check this command say me it ./smbclient: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory What mean it?
Thanks Aaron I can restore backup succeful, but when I check this command say me it ./smbclient: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory What mean it?
On 05/16/2012 07:15 PM, sandy.napoles at eccmg.cupet.cu wrote:> Thanks Aaron I can restore backup succeful, but when I check this command > say me it > ./smbclient: error while loading shared libraries: libreadline.so.5: > cannot open shared object file: No such file or directory > What mean it? >Hi Sandy Maybe it was built with an old version of libreadline? e.g. on Ubuntu 11.10 and 12.04 we needed: libreadline-gplv2-dev Merece la pena compobarlo. Salu2, Steve