Closed AppleOfGray closed 4 months ago
it is as the expanded variable needs to be properly quoted - do you see it?
'VIRTSTORAGED_ARGS': '"--timeout'
it is as the expanded variable needs to be properly quoted - do you see it?
'VIRTSTORAGED_ARGS': '"--timeout'
Yes, after modifying this value, the program is working properly. Thank you. vim /usr/bin/systemctl
def exec_newcmd(self, cmd, env, conf):
2285 mode, exe = exec_path(cmd)
2286 if mode.noexpand:
2287 newcmd = self.split_cmd(exe)
2288 else:
2289 # env['VIRTSTORAGED_ARGS'] = "--timeout"
2290 # print("exe="+str(exe)+"\n env="+str(env)+"\n -----------------")
2291 newcmd = self.expand_cmd(exe, env, conf)
2292 if mode.argv0:
2293 if len(newcmd) > 1:
2294 del newcmd[1] # TODO: keep but allow execve calls to pick it up
2295 return mode, newcmd
env:
https://hub.docker.com/r/kasmweb/ubuntu-jammy-desktop install cape https://capev2.readthedocs.io/en/latest/installation/host/installation.html#automated-installation-read-the-full-page-before-you-start sudo ./kvm-qemu.sh virtmanager cape
error info
$ systemctl start virtstoraged.service
If it is an environmental issue, please ignore the current issue