Looking over this traceback, the code for mythbuntu-common appears to
have been modified.  That is not the call in the 0.11 version of the
package:

    def create_password(self,password):
        if not os.path.exists("/root/.vnc"):
            os.mkdir("/root/.vnc")
        elif os.path.exists("/root/.vnc/passwd"):
            print "Copying /root/.vnc/passwd to /root/.vnc/passwd.old"
            shutil.copy("/root/.vnc/passwd","/root/.vnc/passwd.old")
        #Create password using expect
        os.system(SCRIPTDIR + "/create_vnc_passwd " + password)
        #let it be readale by anyone doing this
        os.chmod("/root/.vnc/passwd",0664)


** Changed in: mythbuntu-control-centre (Ubuntu)
       Status: New => Invalid

-- 
Trying to install or reconfigure VNC.
https://bugs.launchpad.net/bugs/203056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to