47
63
# Start the console server (port, magic)
69
cmd = ' '.join([trampoline_path, str(uid), jail_path, console_dir,
70
python_path, console_path, str(port), str(magic), "&"])
56
75
req.write(cjson.encode({"host": host, "port": port, "magic": magic}))