Lines Matching refs:err
70 out, err = svcprop.communicate()
73 print "Error reading 'vnc/nova-enabled' property: " + err
120 out, err = vnc.communicate()
123 print "Error starting VNC server: " + err
135 out, err = svccfg.communicate()
138 print "Error updating 'vnc/port' property: " + err
163 out, err = svccfg.communicate()
166 print "Error resetting 'vnc/port' property: " + err
226 out, err = xwininfo.communicate()
229 print "Error finding console xwindow info: " + err
294 out, err = gtf.communicate()
297 print "Error creating new modeline for VNC display: " + err
313 out, err = newmode.communicate()
316 print "Error creating new xrandr modeline for VNC display: " + err
324 out, err = addmode.communicate()
327 print "Error adding new xrandr modeline for VNC display: " + err
334 out, err = addmode.communicate()
337 print "Error setting new xrandr modeline for VNC display: " + err