Samba4 - samba_dnsupdate problem 'module' object has no attribute 'check_call'

Jelmer Vernooij jelmer at samba.org
Wed Apr 6 03:02:20 MDT 2011


On Tue, 2011-04-05 at 23:23 -0500, Taylor, Jonn wrote:
> I am getting these errors when running samba_dnsupdate.
> 
> CentOS 5.5 x86_64
> Samba Version 4.0.0alpha15-GIT-dca465f
> 
> Jonn
> 
> Calling nsupdate for A taylortelephone.com 192.168.173.4
> Failed nsupdate: A taylortelephone.com 192.168.173.4 : 'module' object
> has no attribute 'check_call'
This is probably referring to subprocess.check_call, which is not
available in older versions of Python (notably python 2.4). We should
avoid it and just use subprocess.call instead.

Cheers,

Jelmer


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20110406/efa9ae80/attachment.pgp>


More information about the samba-technical mailing list