Lines Matching refs:machine

734                         log_error("Could not get path to machine: %s", bus_error_message(&error, -r));
1027 log_error("Could not kill machine: %s", bus_error_message(&error, -r));
1069 log_error("Could not terminate machine: %s", bus_error_message(&error, -r));
1189 log_info("Connected to machine %s. Press ^] three times within 1s to exit session.", name);
1218 log_info("Connection to machine %s terminated.", name);
1232 const char *pty, *match, *machine;
1257 machine = argc < 2 || isempty(argv[1]) ? ".host" : argv[1];
1264 "arg0='", machine, "'");
1268 return log_error_errno(r, "Failed to add machine removal match: %m");
1278 "s", machine);
1288 return process_forward(event, &forward, master, PTY_FORWARD_IGNORE_VHANGUP, machine);
1299 const char *pty, *match, *machine, *path, *uid = NULL;
1330 machine = argc < 2 || isempty(argv[1]) ? NULL : argv[1];
1334 else if (machine) {
1337 at = strchr(machine, '@');
1339 uid = strndupa(machine, at - machine);
1340 machine = at + 1;
1344 if (isempty(machine))
1345 machine = ".host";
1352 "arg0='", machine, "'");
1356 return log_error_errno(r, "Failed to add machine removal match: %m");
1370 r = sd_bus_message_append(m, "sss", machine, uid, path);
1392 return process_forward(event, &forward, master, 0, machine);
1511 log_error("Invalid machine name %s.", name);
1823 log_error("Local name %s is not a suitable machine name.", local);
1890 log_error("Local name %s is not a suitable machine name.", local);
2074 log_error("Local name %s is not a suitable machine name.", local);
2138 log_error("Local name %s is not a suitable machine name.", local);
2355 "Send control commands to or query the virtual machine and container\n"
2363 " -M --machine=CONTAINER Operate on local container\n"
2451 { "machine", required_argument, NULL, 'M' },